:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--orla-black:#14170f;--orla-black-soft:#1b2016;--orla-white:#f6f4ec;--orla-bg:#f5f3ec;--orla-card:#fffdf7;--orla-card-hover:#faf7ee;--orla-border:#14170f1a;--orla-text:#16180f;--orla-text-muted:#6d6f60;--orla-cream:#e7e6a0;--orla-green:#6f9c4a;--orla-green-fill:#a6d672;--orla-green-soft:#e6f0d8;--orla-yellow:#92620b;--orla-yellow-soft:#f7e7c8;--orla-gray-soft:#14170f0d;--orla-red:#a13424;--orla-red-soft:#f6ddd6;--radius:16px;--radius-sm:10px;--shadow-card:0 1px 2px #14170f0a, 0 10px 28px #14170f12;--orla-pastel-green:#a9d674;--orla-pastel-olive:#e7e8ca;--orla-pastel-lavender:#d9c9e4;--orla-pastel-blue:#e8f0fe;--orla-sidebar-hover:#f3f3df0f;--orla-sidebar-active:#a6d6722e;--font-display:"Plus Jakarta Sans", "Inter", -apple-system, "Segoe UI", sans-serif;--font-body:"Inter", -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--hud-void:var(--orla-black);--hud-panel:var(--orla-black-soft);--hud-line:#f3f3df1f;--hud-line-bright:#a6d67266;--hud-green:#91d363;--hud-green-dim:#5f9142;--hud-text:#f3f3df;--hud-text-dim:#9b9d8f;--hud-red:#ff6a57;--hud-amber:#ffb84d;--hud-mono:ui-monospace, "Cascadia Code", "SF Mono", Consolas, "Roboto Mono", monospace}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--orla-bg);color:var(--orla-text);font-family:var(--font-body);margin:0;font-size:14px;position:relative}h1,h2,h3,.font-display{font-family:var(--font-display)}body:before{content:"";z-index:999;opacity:.025;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");position:fixed;inset:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.card{background:var(--orla-card);border:1px solid var(--orla-border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:20px}.card h2{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.16em;color:var(--orla-green);align-items:center;gap:2px;margin:0 0 16px;font-size:11px;font-weight:700;display:flex}.card h2:before{content:"[ "}.card h2:after{content:" ]"}.eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.16em;color:var(--orla-green);font-size:11px;font-weight:700}.eyebrow:before{content:"[ "}.eyebrow:after{content:" ]"}.btn{border:1px solid var(--orla-border);border-radius:var(--radius-sm);color:var(--orla-text);background:0 0;padding:8px 14px;font-size:13px;font-weight:500;transition:background .2s,border-color .2s,color .2s}.btn:hover{background:var(--orla-gray-soft);border-color:var(--orla-text-muted)}.btn-primary{background:var(--orla-green-fill);color:var(--orla-black);border-color:var(--orla-green-fill);font-weight:700}.btn-primary:hover{background:#97cc5f;border-color:#97cc5f}.btn-danger{border-color:var(--orla-red);color:var(--orla-red);background:0 0}.btn-danger:hover{background:var(--orla-red-soft)}.pill{border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.pill-green{background:var(--orla-green-soft);color:var(--orla-green)}.pill-yellow{background:var(--orla-yellow-soft);color:var(--orla-yellow)}.pill-red{background:var(--orla-red-soft);color:var(--orla-red)}.pill-gray{background:var(--orla-gray-soft);color:var(--orla-text-muted)}.pill-black{background:var(--orla-cream);color:var(--orla-black)}.empty{color:var(--orla-text-muted);font-size:13px}.modal-backdrop{z-index:50;background:#14170f73;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--orla-card);border:1px solid var(--orla-border);border-radius:var(--radius);width:420px;max-width:90vw;max-height:85vh;color:var(--orla-text);padding:24px;overflow-y:auto;box-shadow:0 24px 64px #14170f40}.modal h2{color:var(--orla-text);text-transform:none;letter-spacing:normal;font-size:18px;font-family:var(--font-display);font-weight:700}.modal h2:before,.modal h2:after{content:none}.modal label{color:var(--orla-text-muted);margin:12px 0 4px;font-size:12px;display:block}.input{border:1px solid var(--orla-border);border-radius:var(--radius-sm);background:var(--orla-pastel-blue);width:100%;color:var(--orla-text);padding:8px 12px;font-size:13px}.input:focus{border-color:var(--orla-green-fill);outline:none}.kpi-card{border-radius:var(--radius);color:var(--orla-black);flex-direction:column;gap:10px;padding:18px 20px;display:flex}.kpi-card-label{text-transform:uppercase;letter-spacing:.1em;opacity:.75;font-size:11px;font-weight:700}.kpi-card-value{font-family:var(--font-display);font-size:30px;font-weight:700;line-height:1.1}.kpi-card-caption{opacity:.7;font-size:12px}.kpi-card-green{background:var(--orla-pastel-green)}.kpi-card-olive{background:var(--orla-pastel-olive)}.kpi-card-lavender{background:var(--orla-pastel-lavender)}.kpi-card-white{background:var(--orla-card);border:1px solid var(--orla-border)}.panel-dark{background:linear-gradient(160deg, var(--orla-black) 0%, var(--orla-black-soft) 100%);color:var(--orla-white);border-radius:var(--radius);padding:20px}.panel-dark .eyebrow,.panel-dark .card h2{color:var(--hud-green)}.hud-shell{margin:calc(-1 * var(--content-pad,24px));min-height:calc(100% + 2 * var(--content-pad,24px));background:var(--hud-void);color:var(--hud-text);padding:32px calc(var(--content-pad,24px) + 8px);background-image:linear-gradient(var(--hud-line) 1px, transparent 1px), linear-gradient(90deg, var(--hud-line) 1px, transparent 1px);background-position:-1px -1px;background-size:34px 34px;position:relative;overflow:hidden}.hud-shell:before{content:"";pointer-events:none;background:radial-gradient(at 20% 0,#a6d67214,#0000 55%),radial-gradient(at 100% 100%,#a6d6720d,#0000 50%);position:absolute;inset:0}.hud-corner{z-index:1;width:16px;height:16px;position:absolute}.hud-corner-nw{border-top:2px solid var(--hud-green);border-left:2px solid var(--hud-green);top:-1px;left:-1px}.hud-corner-ne{border-top:2px solid var(--hud-green);border-right:2px solid var(--hud-green);top:-1px;right:-1px}.hud-corner-sw{border-bottom:2px solid var(--hud-green);border-left:2px solid var(--hud-green);bottom:-1px;left:-1px}.hud-corner-se{border-bottom:2px solid var(--hud-green);border-right:2px solid var(--hud-green);bottom:-1px;right:-1px}.hud-header{z-index:1;border-bottom:1px solid var(--hud-line);justify-content:space-between;align-items:flex-end;margin-bottom:22px;padding-bottom:18px;display:flex;position:relative}.hud-eyebrow{font-family:var(--hud-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--hud-text-dim);margin-bottom:6px;font-size:11px}.hud-clock{font-family:var(--hud-mono);font-variant-numeric:tabular-nums;letter-spacing:.02em;font-size:26px;font-weight:600}.hud-clock span{color:var(--hud-text-dim);text-transform:uppercase;letter-spacing:.08em;margin-left:8px;font-size:13px}.hud-status{font-family:var(--hud-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--hud-green);align-items:center;gap:8px;font-size:11px;display:flex}.hud-pulse{background:var(--hud-green);width:7px;height:7px;box-shadow:0 0 6px 1px var(--hud-green);border-radius:50%}@media (prefers-reduced-motion:no-preference){.hud-pulse{animation:2.2s ease-in-out infinite hud-pulse}}@keyframes hud-pulse{0%,to{opacity:1}50%{opacity:.35}}.hud-section{z-index:1;margin-bottom:26px;position:relative}.hud-section-title{font-family:var(--hud-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--hud-text-dim);align-items:center;gap:7px;margin-bottom:14px;font-size:11px;display:flex}.hud-section-title:before{content:"";background:var(--hud-green);width:5px;height:5px}.hud-grid-2{grid-template-columns:1fr 1fr;gap:26px;display:grid}.hud-alerts{z-index:1;flex-direction:column;gap:8px;margin-bottom:26px;display:flex;position:relative}.hud-alert{font-family:var(--hud-mono);letter-spacing:.02em;border:1px solid;align-items:center;gap:10px;padding:11px 14px;font-size:12px;transition:background .15s,transform .1s;display:flex}.hud-alert:hover{transform:translate(3px)}.hud-alert strong{font-size:13px}.hud-alert-critical{border-color:var(--hud-red);color:var(--hud-red);background:#ff5c4d14;box-shadow:inset 0 0 12px #ff5c4d1f}.hud-alert-critical:hover{background:#ff5c4d26}.hud-alert-warning{border-color:var(--hud-amber);color:var(--hud-amber);background:#ffb84d14;box-shadow:inset 0 0 12px #ffb84d1f}.hud-alert-warning:hover{background:#ffb84d26}.hud-alert-dot{background:currentColor;border-radius:50%;width:6px;min-width:6px;height:6px;box-shadow:0 0 6px}.hud-alert-arrow{margin-left:auto;font-weight:700}.hud-gauges{z-index:1;grid-template-columns:repeat(3,1fr);gap:26px;margin-bottom:30px;display:grid;position:relative}.hud-gauge-block{align-items:center;gap:18px;display:flex}.hud-gauge{--pct:0;background:conic-gradient(var(--gauge-color,var(--hud-green)) calc(var(--pct) * 1%), var(--hud-line) 0);border-radius:50%;justify-content:center;align-items:center;width:92px;min-width:92px;height:92px;display:flex;position:relative}.hud-gauge:before{content:"";background:var(--hud-panel);border-radius:50%;position:absolute;inset:7px}.hud-gauge-up{--gauge-color:var(--hud-green);filter:drop-shadow(0 0 7px #8bc34a73)}.hud-gauge-down{--gauge-color:var(--hud-red);filter:drop-shadow(0 0 7px #ff5c4d66)}.hud-gauge-flat{--gauge-color:var(--hud-text-dim)}.hud-gauge-trend{z-index:1;font-family:var(--hud-mono);font-size:15px;font-weight:700;position:relative}.hud-gauge-label{font-family:var(--hud-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--hud-text-dim);margin-bottom:8px;font-size:11px}.hud-gauge-value{font-family:var(--hud-mono);font-variant-numeric:tabular-nums;font-size:24px;font-weight:700;line-height:1.1}.hud-gauge-sub{font-family:var(--hud-mono);color:var(--hud-text-dim);margin-top:4px;font-size:11px}.hud-funnel{z-index:1;align-items:flex-end;gap:4px;height:130px;padding-bottom:2px;display:flex;position:relative;overflow-x:auto}.hud-funnel-col{flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;min-width:68px;height:100%;display:flex}.hud-funnel-count{font-family:var(--hud-mono);font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.hud-funnel-bar{background:linear-gradient(var(--hud-green), var(--hud-green-dim));width:14px;min-height:2px;box-shadow:0 0 8px #8bc34a59}.hud-funnel-bar-empty{background:var(--hud-line);box-shadow:none}.hud-funnel-label{font-family:var(--hud-mono);letter-spacing:.03em;text-transform:uppercase;color:var(--hud-text-dim);text-align:center;font-size:9px;line-height:1.3}.hud-readout{flex-direction:column;gap:10px;display:flex}.hud-readout-empty{font-family:var(--hud-mono);color:var(--hud-text-dim);font-size:12px}.hud-readout-row{border-bottom:1px solid var(--hud-line);flex-direction:column;gap:5px;padding-bottom:9px;display:flex}.hud-readout-row:last-child{border-bottom:none}.hud-readout-top{justify-content:space-between;align-items:baseline;gap:10px;font-size:13px;display:flex}.hud-readout-title{color:var(--hud-text);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.hud-readout-meta{font-family:var(--hud-mono);color:var(--hud-text-dim);white-space:nowrap;font-size:11px}.hud-readout-value{font-family:var(--hud-mono);color:var(--hud-green);white-space:nowrap;font-weight:700}.hud-readout-bar-track{background:var(--hud-line);width:100%;height:3px}.hud-readout-bar-fill{background:var(--hud-green);height:100%;box-shadow:0 0 5px #8bc34a80}.hud-gauges-4{grid-template-columns:repeat(4,1fr)}@media (width<=1100px){.hud-gauges-4{grid-template-columns:repeat(2,1fr)}}@media (width<=860px){.hud-gauges,.hud-gauges-4,.hud-grid-2{grid-template-columns:1fr}.hud-shell{padding:18px}.hud-clock{font-size:20px}}@media (width<=640px){.responsive-table thead{display:none}.responsive-table,.responsive-table tbody,.responsive-table tr,.responsive-table td{width:100%;display:block}.responsive-table tr{border-bottom:1px solid var(--orla-border);padding:12px 16px}.responsive-table td{text-align:right;border:none;justify-content:space-between;align-items:center;gap:12px;padding:4px 0;display:flex}.responsive-table td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.03em;color:var(--orla-text-muted);text-align:left;flex-shrink:0;font-size:11px;font-weight:600}}.app-shell{grid-template-columns:220px 1fr;height:100vh;display:grid}.sidebar{background:var(--orla-black);background-image:linear-gradient(var(--orla-border) 1px, transparent 1px), linear-gradient(90deg, var(--orla-border) 1px, transparent 1px);color:var(--orla-white);background-size:26px 26px;flex-direction:column;padding:20px 14px;display:flex;position:relative;overflow:hidden}.sidebar-wordmark{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;flex-direction:column;justify-content:space-evenly;align-items:center;display:flex;position:absolute;inset:0}.sidebar-wordmark span{letter-spacing:-.02em;color:#0000;-webkit-text-stroke:1px #91d36329;font-size:260px;font-weight:800;line-height:1}@supports not (-webkit-text-stroke:1px black){.sidebar-wordmark span{color:#91d36314}}.sidebar-logo,.sidebar-nav{z-index:1;position:relative}.sidebar-logo{align-items:center;gap:8px;padding:6px 10px 20px;display:flex}.sidebar-logo span{color:var(--orla-white);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.sidebar-logo span:after{content:"";background:var(--orla-green);border-radius:50%;width:8px;height:8px}.sidebar-nav{flex-direction:column;gap:2px;display:flex}.sidebar-link{color:var(--orla-text-muted);border-left:3px solid #0000;padding:9px 12px 9px 9px;font-size:13px;font-weight:500;transition:background .12s,border-color .12s,color .12s}.sidebar-link:hover{background:var(--orla-sidebar-hover);color:var(--orla-white)}.sidebar-link.active{background:var(--orla-sidebar-active);color:var(--orla-white);border-left-color:var(--orla-green-fill);font-weight:700}.app-main{flex-direction:column;min-width:0;display:flex}.topbar{border-bottom:1px solid var(--orla-border);background:var(--orla-card);justify-content:space-between;align-items:center;height:60px;padding:0 24px;display:flex}.topbar-search{border:1px solid var(--orla-border);border-radius:var(--radius-sm);background:var(--orla-pastel-blue);width:320px;color:var(--orla-text);padding:8px 14px;font-size:13px}.search-dropdown{background:var(--orla-card);border:1px solid var(--orla-border);z-index:20;border-radius:10px;width:340px;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 12px 32px #00000080}.search-empty{color:var(--orla-text-muted);padding:14px 16px;font-size:13px}.search-item{cursor:pointer;align-items:center;gap:10px;padding:10px 14px;display:flex}.search-item.active,.search-item:hover{background:var(--orla-gray-soft)}.search-item-type{text-transform:uppercase;letter-spacing:.04em;color:var(--orla-text-muted);border:1px solid var(--orla-border);border-radius:6px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:700}.search-item-title{font-size:13px;font-weight:600}.search-item-subtitle{color:var(--orla-text-muted);font-size:11px}.topbar-user{align-items:center;gap:8px;display:flex}.topbar-profile{align-items:center;gap:10px;display:flex}.topbar-avatar{border:1px solid var(--orla-border);background:var(--orla-card-hover);width:32px;min-width:32px;height:32px;color:var(--orla-text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:13px;font-weight:700;display:flex;overflow:hidden}.topbar-avatar:hover{border-color:var(--orla-green)}.topbar-avatar img{object-fit:cover;width:100%;height:100%}.topbar-user-name{align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.topbar-edit-name{color:var(--orla-text-muted);cursor:pointer;background:0 0;border:none;padding:2px;font-size:12px;line-height:1}.topbar-edit-name:hover{color:var(--orla-green)}.app-content{--content-pad:24px;padding:var(--content-pad);flex:1;overflow-y:auto}.mobile-nav{display:none}.global-search{position:relative}.search-trigger{display:none}@media (width<=860px){.app-shell{grid-template-columns:1fr}.sidebar{display:none}.mobile-nav{background:var(--orla-black);z-index:30;border-top:1px solid var(--orla-border);height:56px;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-x:auto}.mobile-nav-link{color:var(--orla-text-muted);white-space:nowrap;flex-shrink:0;align-items:center;padding:0 14px;font-size:12px;font-weight:600;display:flex}.mobile-nav-link.active{color:var(--orla-white);border-top:2px solid var(--orla-green)}.app-content{--content-pad:16px;padding:var(--content-pad);padding-bottom:72px}.topbar{padding:0 16px}}@media (width<=640px){.topbar-search{display:none}.search-trigger{border:1px solid var(--orla-border);background:var(--orla-pastel-blue);color:var(--orla-text);border-radius:8px;align-items:center;padding:8px 14px;font-size:13px;display:inline-flex}.global-search.mobile-open .topbar-search{z-index:50;width:auto;display:block;position:fixed;top:10px;left:10px;right:10px}.global-search.mobile-open .search-trigger{display:none}.global-search.mobile-open .search-dropdown{width:auto;position:fixed;top:54px;left:10px;right:10px}.topbar-user-name{display:none}}.login-split{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-side{background:var(--orla-black);color:var(--orla-white);flex-direction:column;justify-content:space-between;padding:40px 56px;display:flex;position:relative;overflow:hidden}.login-logo{z-index:1;align-items:center;gap:12px;display:flex;position:relative}.login-logo img{background:var(--orla-cream);object-fit:contain;border-radius:8px;width:40px;height:40px;padding:6px}.login-logo span{font-family:var(--font-body);letter-spacing:.08em;font-size:12px;font-weight:700;line-height:1.4}.login-ring{pointer-events:none;border:90px solid #a6d6720f;border-radius:50%;width:560px;height:560px;position:absolute;top:8%;left:30%}.login-ring:before{content:"";border:1px solid #a6d67224;border-radius:50%;position:absolute;inset:90px}.login-side-content{z-index:1;position:relative}.login-side-content h1{font-family:var(--font-display);letter-spacing:-.01em;margin:18px 0 14px;font-size:46px;font-weight:700;line-height:1.08}.login-side-content h1 .accent{color:var(--hud-green)}.login-side-content p{color:#a7a996;max-width:380px;margin:0;font-size:14px}.login-footer-trail{z-index:1;letter-spacing:.14em;color:#6f7264;text-transform:uppercase;font-size:11px;font-weight:600;position:relative}.login-form-side{background:var(--orla-bg);justify-content:center;align-items:center;padding:40px;display:flex}.login-form-wrap{width:100%;max-width:360px}.login-badge{background:var(--orla-green-soft);color:var(--orla-green);margin-bottom:20px}.login-badge-dot{background:var(--orla-green);border-radius:50%;width:6px;height:6px}.login-form-wrap h2{font-family:var(--font-display);color:var(--orla-text);margin:0 0 8px;font-size:32px;font-weight:700;line-height:1.15}.login-subtitle{color:var(--orla-text-muted);margin:0 0 24px;font-size:13px}.login-form-wrap label{letter-spacing:.08em;color:var(--orla-text-muted);margin:14px 0 6px;font-size:11px;font-weight:700;display:block}.login-forgot{color:var(--orla-text-muted);cursor:pointer;background:0 0;border:none;width:100%;margin-top:14px;font-size:12px}.login-forgot:hover{color:var(--orla-green)}@media (width<=860px){.login-split{grid-template-columns:1fr}.login-side{min-height:280px;padding:32px 28px}.login-side-content h1{font-size:32px}}
