:root{--riom-primary: #1c315d;--riom-primary-dark: #172e5c;--riom-secondary: #1d5a50;--riom-accent: #d43b0c;--riom-accent-secondary: #ff8c66;--riom-bg: #f7fafc;--riom-surface: #ffffff;--riom-surface-alt: #f7f8f7;--riom-text: #172236;--riom-text-muted: #52627a;--riom-border: rgba(28, 49, 93, .12);--riom-success: #1d5a50;--riom-warning: #b26a00;--riom-danger: #b42318;--riom-radius-sm: 12px;--riom-radius-md: 16px;--riom-radius-lg: 22px;--riom-shadow-sm: 0 8px 24px rgba(15, 23, 42, .06);--riom-shadow-md: 0 16px 40px rgba(15, 23, 42, .1);--riom-sidebar-width: 260px;--riom-sidebar-collapsed-width: 72px;--riom-topbar-height: 74px;--riom-transition: .18s ease}*,*:before,*:after{box-sizing:border-box}html{min-height:100%}body{margin:0;min-height:100dvh;background:var(--riom-bg);color:var(--riom-text);font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}body.command-palette-open{overflow:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.app-shell{min-height:100vh}.app-main{min-height:100vh;margin-left:var(--riom-sidebar-width);transition:margin-left var(--riom-transition)}body[data-sidebar-state=collapsed] .app-main{margin-left:var(--riom-sidebar-collapsed-width)}.page-content{display:flex;flex-direction:column;gap:18px;padding:24px}.topbar{position:sticky;top:0;z-index:60;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,380px) auto;gap:16px;align-items:center;min-height:var(--riom-topbar-height);padding:14px 24px;background:#f7fafceb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--riom-border)}.topbar-left,.topbar-right{display:flex;align-items:center;gap:14px;min-width:0}.topbar-center{display:flex;justify-content:center}.topbar-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;color:var(--riom-text-muted);font-size:.95rem}.topbar-breadcrumb-item.is-current{color:var(--riom-text);font-weight:600}.topbar-search{display:flex;align-items:center;gap:10px;width:min(100%,420px);min-height:44px;padding:10px 14px;border-radius:999px;border:1px solid var(--riom-border);background:var(--riom-surface);box-shadow:var(--riom-shadow-sm);cursor:pointer}.topbar-search-text{flex:1 1 auto;color:var(--riom-text-muted);text-align:left}.topbar-search-shortcut{display:inline-flex;align-items:center;min-height:28px;padding:0 8px;border-radius:8px;border:1px solid rgba(28,49,93,.12);background:#1c315d0a;color:var(--riom-text-muted);font-size:.75rem}.topbar-search--compact{width:auto;min-width:44px;padding-inline:12px}.topbar-search--compact .topbar-search-text,.topbar-search--compact .topbar-search-shortcut{display:none}.topbar-toggle,.sidebar-toggle,.topbar-logout{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:44px;min-height:44px;padding:0 14px;border:1px solid var(--riom-border);border-radius:14px;background:var(--riom-surface);color:var(--riom-text);box-shadow:var(--riom-shadow-sm);cursor:pointer;transition:transform var(--riom-transition),background var(--riom-transition),border-color var(--riom-transition)}.topbar-toggle:hover,.sidebar-toggle:hover,.topbar-logout:hover{transform:translateY(-1px);border-color:#1c315d40;background:#fff}.topbar-toggle:focus-visible,.sidebar-toggle:focus-visible,.topbar-logout:focus-visible,.sidebar-link:focus-visible,.sidebar-group-toggle:focus-visible,.sidebar-submenu-link:focus-visible{outline:3px solid rgba(29,90,80,.24);outline-offset:2px}.topbar-toggle-icon{width:18px;height:12px;border-top:2px solid currentColor;border-bottom:2px solid currentColor;position:relative}.topbar-toggle-icon:after{content:"";position:absolute;left:0;top:4px;width:100%;border-top:2px solid currentColor}.topbar-user{display:flex;flex-direction:column;align-items:flex-end;gap:2px;color:var(--riom-text)}.topbar-user-name{font-weight:600}.topbar-logout{text-decoration:none}.topbar-logout svg,.topbar-search-icon svg,.sidebar-icon svg,.sidebar-chevron svg{display:block;width:20px;height:20px;min-width:20px;min-height:20px;flex:0 0 auto}.app-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;background:#0f172a6b}.command-palette-meta{display:flex;justify-content:space-between;gap:12px;margin:10px 0 14px;color:var(--riom-text-muted);font-size:.86rem}.flash{margin-bottom:16px;padding:14px 16px;border-radius:var(--riom-radius-sm);border:1px solid var(--riom-border);background:var(--riom-surface)}.flash.success{border-color:#1987543d}.flash.error{border-color:#b423183d}.card,.hero,.note,.toolbar,.section,.metric{background:var(--riom-surface);border:1px solid var(--riom-border);border-radius:var(--riom-radius-lg);box-shadow:var(--riom-shadow-sm)}.card,.hero,.toolbar,.section{padding:24px}.toolbar,.section-title{display:flex;justify-content:space-between;align-items:center;gap:16px}.badge,.chip{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border-radius:999px;background:#1c315d14;color:var(--riom-primary);font-size:.875rem}.muted{color:var(--riom-text-muted)}table{width:100%;border-collapse:collapse}th,td{padding:12px 10px;border-bottom:1px solid rgba(28,49,93,.1);text-align:left;vertical-align:top}th{color:var(--riom-text-muted);font-weight:600}input[type=text],input[type=email],input[type=password],input[type=number],input[type=date],input[type=search],select,textarea{width:100%;min-height:44px;padding:11px 14px;border:1px solid rgba(28,49,93,.18);border-radius:14px;background:#fff;color:var(--riom-text)}textarea{min-height:120px;resize:vertical}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 16px;border:1px solid transparent;border-radius:14px;cursor:pointer}.btn-primary{background:var(--riom-primary);color:#fff}.btn-secondary{background:#fff;color:var(--riom-primary);border-color:#1c315d29}.btn-danger{background:var(--riom-danger);color:#fff}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}@media (max-width: 1199.98px){.topbar{grid-template-columns:minmax(0,1fr) auto}.topbar-center{display:none}}@media (max-width: 991.98px){.app-main,body[data-sidebar-state=collapsed] .app-main{margin-left:0}.page-content{padding:18px}.topbar{padding:12px 16px}}.sidebar{position:fixed;inset:0 auto 0 0;z-index:70;width:var(--riom-sidebar-width);height:100vh;overflow-y:auto;overflow-x:hidden;background:linear-gradient(180deg,var(--riom-primary) 0%,var(--riom-primary-dark) 100%);color:#fff;box-shadow:16px 0 40px #0a14282e;transition:width var(--riom-transition),transform var(--riom-transition)}.sidebar-inner{display:flex;min-height:100%;flex-direction:column}.sidebar-brand{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:12px;padding:18px 16px 14px;min-height:64px;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-brand-mark{display:grid;place-items:center;width:42px;height:42px;min-width:42px;min-height:42px;border-radius:14px;background:#ffffff24;color:#fff;font-size:.72rem;line-height:1;font-weight:800;letter-spacing:.08em;overflow:hidden;white-space:nowrap}.sidebar-wordmark{display:block;width:128px;max-width:128px;height:auto;object-fit:contain;flex:0 0 auto}.sidebar-brand-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.sidebar-brand-title{font-size:1.05rem}.sidebar-subtitle{color:#ffffffb8;font-size:.86rem}.sidebar-nav{display:flex;flex:1 1 auto;flex-direction:column;gap:8px;padding:14px 10px 18px}.sidebar-link,.sidebar-group-toggle,.sidebar-submenu-link{display:flex;align-items:center;gap:12px;width:100%;min-height:44px;padding:11px 12px;border:0;border-radius:14px;background:transparent;color:inherit;cursor:pointer;transition:background var(--riom-transition),color var(--riom-transition),transform var(--riom-transition)}.sidebar-link:hover,.sidebar-group-toggle:hover,.sidebar-submenu-link:hover{background:#ffffff14}.sidebar-link.is-active,.sidebar-group.is-active>.sidebar-group-toggle,.sidebar-submenu-link.is-active{background:#ffffff1f;color:#fff;border-left:3px solid var(--riom-accent);padding-left:9px}.sidebar-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex:0 0 22px}.sidebar-brand svg,.sidebar-brand img,.sidebar-brand-logo{width:36px;height:36px;max-width:36px;max-height:36px;min-width:36px;object-fit:contain;flex:0 0 auto}.sidebar svg{max-width:20px;max-height:20px}.sidebar-label{flex:1 1 auto;min-width:0}.sidebar-root{margin-bottom:4px}.sidebar-group{display:flex;flex-direction:column;gap:4px}.sidebar-group-toggle{justify-content:space-between;text-align:left}.sidebar-group-toggle .sidebar-label{font-weight:600}.sidebar-chevron{display:inline-flex;opacity:.8;transform:rotate(90deg);transition:transform var(--riom-transition)}.sidebar-group.is-active .sidebar-chevron{transform:rotate(270deg)}.sidebar-submenu{display:flex;flex-direction:column;gap:6px;margin-left:14px;padding-left:14px;border-left:1px solid rgba(255,255,255,.1)}.sidebar-group-title{padding:8px 0 2px;color:#ffffffe0;font-size:.88rem;font-weight:700}.sidebar-group-summary{margin-bottom:2px;color:#ffffffb3;font-size:.84rem;line-height:1.45}.sidebar-submenu-links{display:flex;flex-direction:column;gap:4px}.sidebar-submenu-link{padding-inline:10px;color:#fffffff0}.sidebar-link.is-active .sidebar-icon,.sidebar-group.is-active>.sidebar-group-toggle .sidebar-icon,.sidebar-submenu-link.is-active .sidebar-icon{color:var(--riom-accent-secondary)}.sidebar-footer{display:flex;align-items:center;gap:8px;padding:14px 16px 18px;color:#ffffffb3;font-size:.86rem;border-top:1px solid rgba(255,255,255,.1)}.sidebar-flyout{position:fixed;z-index:80;min-width:230px;max-width:280px;padding:12px;border:1px solid var(--riom-border);border-radius:18px;background:var(--riom-surface);box-shadow:0 24px 40px #0f172a2e;color:var(--riom-text)}.sidebar-flyout[hidden]{display:none}.sidebar-flyout-title{margin-bottom:8px;font-weight:700;color:var(--riom-primary)}.sidebar-flyout-list{display:flex;flex-direction:column;gap:4px}.sidebar-flyout-link{display:flex;align-items:center;gap:10px;min-height:40px;padding:10px 12px;border-radius:12px;color:var(--riom-text)}.sidebar-flyout-link:hover,.sidebar-flyout-link.is-active{background:#1c315d14}body[data-sidebar-state=collapsed] .sidebar{width:var(--riom-sidebar-collapsed-width)}body[data-sidebar-state=collapsed] .sidebar-brand-copy,body[data-sidebar-state=collapsed] .sidebar-wordmark,body[data-sidebar-state=collapsed] .sidebar-brand-mark,body[data-sidebar-state=collapsed] .sidebar-label,body[data-sidebar-state=collapsed] .sidebar-subtitle,body[data-sidebar-state=collapsed] .sidebar-group-title,body[data-sidebar-state=collapsed] .sidebar-group-summary,body[data-sidebar-state=collapsed] .sidebar-submenu,body[data-sidebar-state=collapsed] .sidebar-footer{display:none}body[data-sidebar-state=collapsed] .sidebar-brand{grid-template-columns:1fr;justify-items:center}body[data-sidebar-state=collapsed] .sidebar-toggle{position:absolute;top:14px;right:12px;width:40px;padding:0}body[data-sidebar-state=collapsed] .sidebar-link,body[data-sidebar-state=collapsed] .sidebar-group-toggle,body[data-sidebar-state=collapsed] .sidebar-submenu-link{justify-content:center;padding-inline:0}body[data-sidebar-state=collapsed] .sidebar-group-toggle{position:relative}body.sidebar-mobile-open .app-backdrop{display:block}@media (max-width: 991.98px){.sidebar{width:min(88vw,320px);transform:translate(-100%)}body.sidebar-mobile-open .sidebar{transform:translate(0)}body[data-sidebar-state=collapsed] .sidebar{width:min(88vw,320px)}body[data-sidebar-state=collapsed] .app-main,body[data-sidebar-state=expanded] .app-main{margin-left:0}.sidebar-flyout{display:none}}.enterprise-page{display:flex;flex-direction:column;gap:22px}.enterprise-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.9fr);gap:20px;padding:28px;border-radius:28px;border:1px solid rgba(28,49,93,.14);background:radial-gradient(circle at top right,rgba(64,184,255,.2),transparent 28%),radial-gradient(circle at bottom left,rgba(212,59,12,.12),transparent 22%),linear-gradient(145deg,#fefefe,#f7fafc 56%,#eef4fb);box-shadow:0 28px 65px #0f172a17}.enterprise-hero-copy h1{margin:12px 0 14px;max-width:14ch;font-size:clamp(2.15rem,4.2vw,4.4rem);line-height:.96;letter-spacing:-.05em}.enterprise-hero-copy p{max-width:62ch;margin:0;color:var(--riom-text-muted);font-size:1.04rem;line-height:1.7}.enterprise-eyebrow,.enterprise-panel-label{display:inline-flex;align-items:center;gap:8px;width:fit-content;padding:7px 11px;border-radius:999px;background:#1c315d14;color:var(--riom-primary);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.enterprise-actions,.enterprise-toolbar-actions{display:flex;flex-wrap:wrap;gap:10px}.enterprise-hero-panel{display:flex;flex-direction:column;gap:16px;padding:18px;border-radius:24px;background:#ffffffbd;border:1px solid rgba(28,49,93,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.enterprise-hero-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.enterprise-hero-panel-header strong{display:block;margin-top:4px;font-size:1.1rem}.enterprise-hero-panel-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.enterprise-hero-stat{padding:16px;border-radius:18px;background:linear-gradient(180deg,#fff,#f4f8fd);border:1px solid rgba(28,49,93,.08)}.enterprise-hero-stat span,.enterprise-kpi-sub,.enterprise-panel-label+strong,.enterprise-widget-action,.enterprise-mini-row span,.enterprise-stage-item span,.enterprise-activity-time,.enterprise-kanban-card-meta,.command-palette-subtitle,.command-palette-item-hint,.command-palette-meta,.enterprise-toolbar .enterprise-panel-label+strong{color:var(--riom-text-muted)}.enterprise-hero-stat strong{display:block;margin-top:6px;font-size:1.5rem}.enterprise-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.enterprise-kpi{display:flex;flex-direction:column;gap:6px;min-height:148px}.enterprise-kpi-label{color:var(--riom-text-muted);font-size:.88rem;font-weight:600}.enterprise-kpi-value{font-size:clamp(1.8rem,3vw,2.9rem);letter-spacing:-.04em;line-height:1}.enterprise-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px}.enterprise-select,.enterprise-input{min-width:220px;height:44px;border-radius:14px;border:1px solid rgba(28,49,93,.12);background:#fff;color:var(--riom-text);padding:0 14px}.enterprise-grid{min-height:1480px}.enterprise-widget{min-height:100%}.enterprise-widget-card{display:flex;flex-direction:column;gap:16px;height:100%;padding:18px;border-radius:24px;background:linear-gradient(180deg,#fff,#f7faff);border:1px solid rgba(28,49,93,.1);box-shadow:0 16px 35px #0f172a14}.enterprise-widget-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.enterprise-widget-header h2{margin:8px 0 0;font-size:1.1rem}.enterprise-widget-action{min-height:40px;padding:0 12px;border-radius:12px;border:1px solid rgba(28,49,93,.12);background:#fff;cursor:pointer}.enterprise-chart,.enterprise-calendar,.enterprise-table,.enterprise-map,.enterprise-workflow{min-height:240px}.enterprise-chart-small{min-height:180px}.enterprise-dropzone{display:grid;place-items:center;min-height:86px;border-radius:16px;border:1px dashed rgba(28,49,93,.22);background:#1c315d08;color:var(--riom-text-muted)}.enterprise-dropzone:before{content:"Drop campaign assets here";font-size:.92rem}.enterprise-canvas{width:100%!important;min-height:240px}.enterprise-stage-list,.enterprise-mini-list{display:grid;gap:8px}.enterprise-stage-item,.enterprise-mini-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;background:#1c315d0a}.enterprise-kanban{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;min-height:360px}.enterprise-kanban-lane{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:18px;background:#0c162605;border:1px solid rgba(28,49,93,.08)}.enterprise-kanban-lane-header{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.92rem}.enterprise-kanban-list{display:grid;gap:10px;min-height:240px}.enterprise-kanban-card{padding:12px;border-radius:16px;background:linear-gradient(180deg,#fff,#f4f8fd);border:1px solid rgba(28,49,93,.1);box-shadow:0 10px 20px #0f172a0f;cursor:grab}.enterprise-kanban-card:active{cursor:grabbing}.enterprise-kanban-card-title{font-weight:700}.enterprise-kanban-card-meta{margin-top:4px;font-size:.88rem}.enterprise-kanban-card-foot{display:flex;justify-content:space-between;gap:10px;margin-top:12px;font-size:.84rem}.enterprise-activity-feed{display:grid;gap:10px}.enterprise-activity-item{padding:12px 14px;border-radius:16px;background:#1c315d0a}.enterprise-activity-item strong,.enterprise-mini-row strong,.enterprise-stage-item strong{display:block;color:var(--riom-text)}.enterprise-activity-item p{margin:5px 0 0}.enterprise-activity-item small{display:block;margin-top:8px}.enterprise-map{overflow:hidden;border-radius:18px;background:radial-gradient(circle at top left,rgba(64,184,255,.2),transparent 20%),linear-gradient(180deg,#eff6ff,#e7edf7)}.enterprise-orgchart{min-height:180px;overflow:auto;border-radius:18px;background:#1c315d08}.enterprise-mermaid{padding:16px;border-radius:18px;background:#1c315d0a;min-height:220px;color:var(--riom-text)}.command-palette{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:grid;place-items:start center;padding:10vh 18px 18px}.command-palette[hidden]{display:none}.command-palette-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a14268f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.command-palette-panel{position:relative;width:min(760px,100%);padding:18px;border-radius:24px;background:#fff;border:1px solid rgba(28,49,93,.12);box-shadow:0 40px 80px #0f172a38}.command-palette-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.command-palette-title{font-size:1.1rem;font-weight:700}.command-palette-close{min-height:40px;padding:0 12px;border-radius:12px;border:1px solid rgba(28,49,93,.12);background:#fff}.command-palette-search{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 14px;border-radius:16px;border:1px solid rgba(28,49,93,.12);background:#f8fafc}.command-palette-search input{width:100%;border:0;background:transparent;outline:0}.command-palette-meta{display:flex;justify-content:space-between;gap:12px;margin:10px 0 14px;font-size:.86rem}.command-palette-list{display:grid;gap:8px;max-height:52vh;overflow:auto}.command-palette-item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:0 14px;border-radius:14px;color:var(--riom-text)}.command-palette-item:hover,.command-palette-item.is-active{background:#1c315d0f}@media (max-width: 1399.98px){.enterprise-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.enterprise-grid{min-height:1880px}}@media (max-width: 991.98px){.enterprise-hero,.enterprise-toolbar{grid-template-columns:1fr;display:grid}.enterprise-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.enterprise-kanban{grid-template-columns:1fr}.enterprise-grid{min-height:auto}}@media (max-width: 767.98px){.enterprise-page{gap:16px}.enterprise-hero,.enterprise-widget-card{padding:18px}.enterprise-kpis{grid-template-columns:1fr}.enterprise-toolbar-actions{width:100%}.enterprise-select,.enterprise-input{min-width:100%;width:100%}}
