@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,ui-sans-serif,system-ui,sans-serif;color:#1a2330;background:#f2f5f8;font-synthesis:none;--bg: #f2f5f8;--surface: #ffffff;--surface-soft: #f7f9fb;--surface-muted: #edf1f5;--text: #1a2330;--text-soft: #5c6b7a;--line: #d9e1ea;--brand: #015bc3;--brand-deep: #003e85;--brand-soft: #e7f1fe;--accent: #c8102e;--shadow: 0 12px 36px rgba(1, 62, 133, .08)}html.dark{color:#e8eef6;background:#0d1520;--bg: #0d1520;--surface: #152033;--surface-soft: #1a273a;--surface-muted: #223148;--text: #e8eef6;--text-soft: #9aabbe;--line: #2a3b52;--brand: #3d8fde;--brand-deep: #0a1f3d;--brand-soft: #1a3354;--accent: #e11d3a;--shadow: 0 14px 40px rgba(0, 0, 0, .28)}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{background:var(--bg);color:var(--text)}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}svg{width:20px;height:20px;stroke-width:1.8}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,ui-sans-serif,sans-serif}.brand{display:flex;align-items:center;gap:14px}.brand__logo{display:block;width:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.brand__logo--halliburton{height:12px}.brand__logo--medco{height:28px}.brand__divider{width:1px;height:28px;flex:0 0 1px;background:var(--line)}.brand--compact{gap:10px}.brand--compact .brand__logo--halliburton{height:9px}.brand--compact .brand__logo--medco,.brand--compact .brand__divider{height:22px}html.dark .brand__logo--medco{filter:brightness(0) invert(1);opacity:.92}.icon-button{width:40px;height:40px;border:0;border-radius:12px;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.18s ease}.icon-button:hover{background:var(--surface-muted);color:var(--brand)}.button{border:1px solid transparent;border-radius:11px;min-height:42px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:13px;cursor:pointer;transition:.18s ease}.button svg{width:17px;height:17px}.button--primary{color:#fff;background:var(--brand);box-shadow:0 8px 16px #015bc32e}.button--primary:hover{transform:translateY(-1px);filter:brightness(.94)}.button--secondary{background:var(--surface);border-color:var(--line)}.button--secondary:hover{border-color:var(--brand);color:var(--brand)}.button:disabled{opacity:.72;cursor:wait}.app-shell{min-height:100vh;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;z-index:40;width:252px;display:flex;flex-direction:column;background:var(--surface);border-right:1px solid var(--line)}.sidebar__brand{height:78px;padding:0 22px;display:flex;align-items:center;border-bottom:1px solid var(--line)}.sidebar__close{display:none;margin-left:auto}.sidebar__nav{padding:18px 13px;overflow-y:auto;flex:1}.nav-group{margin:20px 0 0}.nav-group__title{padding:0 12px 8px;color:#91a09c;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.nav-item{min-height:42px;padding:0 11px;margin:3px 0;display:flex;align-items:center;gap:11px;color:var(--text-soft);border-radius:10px;font-size:13px;font-weight:600;position:relative;transition:.15s}.nav-item svg{width:18px;height:18px}.nav-item:hover{color:var(--brand);background:var(--surface-soft)}.nav-item--active{color:var(--brand);background:var(--brand-soft)}.nav-item--active:before{content:"";position:absolute;width:3px;height:20px;border-radius:3px;left:-2px;background:var(--brand)}.sidebar__footer{padding:16px;margin:0 13px 14px;background:var(--surface-soft);border:1px solid var(--line);border-radius:12px}.sidebar__footer p{margin-top:7px;font-size:10px;line-height:1.5;color:var(--text-soft)}.environment-pill{font-size:10px;font-weight:800;color:var(--text);display:flex;align-items:center;gap:6px;text-transform:uppercase;letter-spacing:.06em}.environment-pill span{width:7px;height:7px;border-radius:50%;background:#c8102e;box-shadow:0 0 0 3px #c8102e26}.app-shell__content{margin-left:252px;min-width:0;min-height:100vh;flex:1}.topbar{height:78px;position:sticky;top:0;z-index:30;padding:0 27px;background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.topbar__left,.topbar__actions{display:flex;align-items:center;gap:8px}.menu-trigger{display:none}.global-search{width:min(360px,34vw);height:42px;padding:0 12px;display:flex;align-items:center;gap:9px;color:var(--text-soft);border:1px solid var(--line);background:var(--surface-soft);border-radius:11px;cursor:pointer}.global-search span{flex:1;text-align:left;font-size:12px}.global-search kbd{padding:2px 6px;border:1px solid var(--line);background:var(--surface);border-radius:5px;font-size:10px}.notification-button{position:relative}.notification-button>span{position:absolute;right:5px;top:4px;min-width:15px;height:15px;border-radius:8px;padding:0 3px;background:#d95d4d;color:#fff;font-size:8px;font-weight:800;display:grid;place-items:center;border:2px solid var(--surface)}.profile-menu{position:relative;margin-left:4px}.profile-button{border:0;background:transparent;display:flex;align-items:center;gap:9px;cursor:pointer;padding:4px;border-radius:12px}.profile-button:hover{background:var(--surface-soft)}.profile-button>svg{width:14px;height:14px;color:var(--text-soft)}.avatar{width:36px;height:36px;flex:0 0 36px;border-radius:12px;background:linear-gradient(145deg,#015bc3,#c8102e);color:#fff;display:inline-grid;place-items:center;font:700 11px Manrope}.profile-button__copy{display:flex;flex-direction:column;text-align:left}.profile-button__copy strong{font-size:12px}.profile-button__copy small{color:var(--text-soft);font-size:10px;margin-top:2px}.profile-popover{position:absolute;right:0;top:51px;width:255px;padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:6px}.profile-popover strong{font-size:12px}.profile-popover span{color:var(--text-soft);font-size:11px}.profile-popover button{margin-top:8px;padding:10px;border:0;border-radius:8px;text-align:left;color:#bd4f42;background:#fff0ee;cursor:pointer;font-weight:700}html.dark .profile-popover button{background:#3b2422}.page-scroll{min-height:calc(100vh - 78px)}.page{width:min(1460px,100%);margin:0 auto;padding:31px 34px 48px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:25px}.page-heading h1{margin-top:5px;font-size:clamp(25px,2.4vw,34px);letter-spacing:-.035em}.page-heading p{margin-top:7px;color:var(--text-soft);font-size:13px;max-width:670px;line-height:1.6}.page-heading__actions{display:flex;gap:9px}.eyebrow{color:var(--brand);font-size:9px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.stat-card{padding:19px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:0 5px 16px #18363006;overflow:hidden;position:relative}.stat-card:after{content:"";position:absolute;right:-28px;top:-30px;width:85px;height:85px;border-radius:50%;background:currentColor;opacity:.045}.stat-card__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.stat-card__icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:var(--surface-muted);color:var(--brand)}.stat-card__icon svg{width:19px;height:19px}.stat-card__trend{display:flex;gap:3px;align-items:center;color:var(--text-soft);font-size:8px}.stat-card__trend svg{width:11px;height:11px}.stat-card>strong{display:block;font:800 27px Manrope;letter-spacing:-.04em}.stat-card h3{font-size:12px;margin-top:2px}.stat-card p{color:var(--text-soft);font-size:9px;margin-top:4px}.stat-card--green .stat-card__icon{color:#278b62;background:#e5f5ed}.stat-card--blue .stat-card__icon{color:#3f73b7;background:#e7eff9}.stat-card--amber .stat-card__icon{color:#b67918;background:#fcf1dc}html.dark .stat-card--green .stat-card__icon,html.dark .stat-card--blue .stat-card__icon,html.dark .stat-card--amber .stat-card__icon{background:var(--surface-muted)}.dashboard-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:16px;margin-bottom:16px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:0 5px 17px #18363006;overflow:hidden}.panel__header{padding:19px 20px 15px;display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.panel__header h2{font-size:15px;margin-top:3px;letter-spacing:-.015em}.panel__header p{color:var(--text-soft);font-size:11px;margin-top:4px}.panel__header>a,.panel__header>button{color:var(--brand);font-size:10px;font-weight:800}.panel__header select{border:1px solid var(--line);color:var(--text-soft);background:var(--surface-soft);border-radius:8px;padding:6px 8px;font-size:9px}.distribution{min-height:215px;padding:5px 24px 24px;display:grid;grid-template-columns:.8fr 1fr;align-items:center;gap:24px}.donut{width:158px;height:158px;margin:auto;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#31966d 0,#31966d 71.6%,#5486ca 71.6%,#5486ca 86.4%,#8769bd 86.4%,#8769bd 96.4%,#d89b35 96.4%,#d89b35 99.5%,#d85c52 99.5%);position:relative}.donut:before{content:"";position:absolute;top:19px;right:19px;bottom:19px;left:19px;border-radius:50%;background:var(--surface)}.donut div{z-index:1;display:flex;flex-direction:column;text-align:center}.donut strong{font:800 21px Manrope}.donut span{color:var(--text-soft);font-size:8px;margin-top:2px}.distribution__legend{display:flex;flex-direction:column;gap:8px}.legend-row{display:grid;grid-template-columns:10px 1fr auto 38px;align-items:center;gap:7px;font-size:10px}.legend-row strong{font-size:10px}.legend-row small{color:var(--text-soft);text-align:right}.legend-dot{width:7px;height:7px;border-radius:50%;background:#64748b}.legend-dot--green{background:#31966d}.legend-dot--blue{background:#5486ca}.legend-dot--violet{background:#8769bd}.legend-dot--amber{background:#d89b35}.legend-dot--red{background:#d85c52}.timeline{padding:0 20px 18px}.timeline__item{min-height:49px;display:grid;grid-template-columns:11px 1fr auto;gap:11px;align-items:start;position:relative}.timeline__item:not(:last-child):after{content:"";position:absolute;left:4px;top:17px;bottom:-2px;width:1px;background:var(--line)}.timeline__dot{width:9px;height:9px;margin-top:4px;border-radius:50%;border:2px solid var(--surface);box-shadow:0 0 0 2px #82908c;background:#82908c;position:relative;z-index:1}.timeline__dot--green{background:#31966d;box-shadow:0 0 0 2px #31966d}.timeline__dot--blue{background:#5486ca;box-shadow:0 0 0 2px #5486ca}.timeline__dot--amber{background:#d89b35;box-shadow:0 0 0 2px #d89b35}.timeline__dot--red{background:#d85c52;box-shadow:0 0 0 2px #d85c52}.timeline__item strong{font-size:10px}.timeline__item p{color:var(--text-soft);font-size:9px;margin-top:2px}.timeline__item time{color:var(--text-soft);font-size:8px}.quick-actions{margin-top:16px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.quick-actions>a{padding:14px;border:1px solid var(--line);border-radius:12px;background:var(--surface);display:flex;align-items:center;gap:10px;transition:.16s}.quick-actions>a:hover{border-color:var(--brand);transform:translateY(-2px)}.quick-actions>a>svg{color:var(--brand)}.quick-actions div{display:flex;flex-direction:column}.quick-actions strong{font-size:10px}.quick-actions span{margin-top:2px;color:var(--text-soft);font-size:8px}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:10px}thead{background:var(--surface-soft)}th{color:var(--text-soft);font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;text-align:left;white-space:nowrap}th,td{padding:11px 16px;border-top:1px solid var(--line)}td{color:var(--text-soft);white-space:nowrap}td strong:not(.table-primary){color:var(--text);font-size:10px}td small{display:block;margin-top:3px;color:var(--text-soft);font-size:8px}.table-primary{color:var(--brand);font-size:10px}.table-action{border:0;background:transparent;color:var(--brand);font-size:9px;font-weight:800;cursor:pointer}.status-badge{display:inline-flex;align-items:center;padding:4px 7px;border-radius:999px;font-size:8px;font-weight:800;white-space:nowrap}.status-badge--green{color:#267452;background:#e1f4ea}.status-badge--blue{color:#376cae;background:#e4edf9}.status-badge--amber{color:#996511;background:#fbefd8}.status-badge--red{color:#af483f;background:#fae7e4}.status-badge--slate{color:#64716f;background:#edf1ef}html.dark .status-badge{background:var(--surface-muted)}.data-toolbar{min-height:66px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid var(--line)}.search-field{width:min(390px,100%);height:40px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft)}.search-field svg{color:var(--text-soft);width:17px;height:17px;flex:0 0 auto}.search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:11px}.data-toolbar__actions{display:flex;align-items:center;gap:10px}.data-toolbar__actions>span,.data-toolbar>span{color:var(--text-soft);font-size:9px}.data-toolbar__actions .button{min-height:36px;padding:0 12px;font-size:11px}.data-toolbar__actions .button svg{width:15px;height:15px}.table-wrap tbody tr:hover{background:var(--surface-soft)}.table-wrap td strong{color:var(--text);font-size:10px}.empty-state{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-soft);gap:8px}.empty-state svg{width:30px;height:30px}.empty-state strong{color:var(--text);font-size:12px}.empty-state span{font-size:10px}.inline-notice{margin:-10px 0 18px;padding:11px 14px;border:1px solid #badfd4;border-radius:10px;color:#176b5b;background:#e9f7f2;font-size:11px}.reference-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;align-items:start}.reference-tabs{padding:14px;background:var(--surface);border:1px solid var(--line);border-radius:14px;display:flex;flex-direction:column;gap:4px}.reference-tabs>.eyebrow{padding:5px 9px 10px}.reference-tab{padding:10px;border:0;border-radius:9px;background:transparent;color:var(--text-soft);display:flex;flex-direction:column;gap:2px;text-align:left;cursor:pointer}.reference-tab span{font-size:10px;font-weight:700}.reference-tab small{font-size:8px}.reference-tab:hover,.reference-tab--active{background:var(--brand-soft);color:var(--brand)}.reference-panel{min-width:0}.system-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.system-card{min-height:150px;padding:22px;background:var(--surface);border:1px solid var(--line);border-radius:14px;display:grid;grid-template-columns:45px 1fr;gap:15px;position:relative;transition:.17s}.system-card:hover{border-color:var(--brand);transform:translateY(-2px)}.system-card>span{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:var(--brand);background:var(--brand-soft)}.system-card h2{font-size:15px}.system-card p{color:var(--text-soft);font-size:10px;line-height:1.5;margin-top:6px}.system-card>strong{position:absolute;right:20px;bottom:17px;color:var(--brand);font-size:9px}.config-layout{display:flex;flex-direction:column;gap:14px;max-width:1050px}.config-section{padding:22px;display:grid;grid-template-columns:230px 1fr;gap:34px}.config-section__heading{display:flex;gap:12px}.config-section__heading>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--brand-soft);color:var(--brand);font:800 9px Manrope}.config-section__heading h2{font-size:13px}.config-section__heading p{margin-top:5px;color:var(--text-soft);font-size:9px;line-height:1.5}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid label{display:flex;flex-direction:column;gap:7px}.form-grid label>span{font-size:9px;font-weight:800;color:var(--text-soft)}.form-grid input,.form-grid select{height:40px;border:1px solid var(--line);border-radius:9px;background:var(--surface-soft);color:var(--text);padding:0 11px;font-size:10px;outline:0}.form-grid input:focus,.form-grid select:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)}.toggle-list{display:flex;flex-direction:column}.toggle-row{min-height:55px;border-bottom:1px solid var(--line);display:flex;align-items:center;position:relative;cursor:pointer}.toggle-row:first-child{border-top:1px solid var(--line)}.toggle-row>div{display:flex;flex:1;flex-direction:column;gap:3px}.toggle-row strong{font-size:10px}.toggle-row span{color:var(--text-soft);font-size:8px}.toggle-control{width:37px;height:21px;flex:0 0 37px;padding:0;border:0;border-radius:999px;background:#cad3d0;position:relative;transition:.18s;cursor:pointer}.toggle-control:after{content:"";position:absolute;left:3px;top:3px;width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0000002e;transition:.18s}.toggle-control[aria-checked=true]{background:var(--brand)}.toggle-control[aria-checked=true]:after{transform:translate(16px)}.config-note{padding:12px;border:1px dashed var(--line);border-radius:10px;background:var(--surface-soft);display:flex;flex-direction:column;gap:4px}.config-note strong{font-size:9px}.config-note span{font-size:8px;color:var(--text-soft);line-height:1.5}.login-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(420px,.65fr);background:var(--surface)}.login-visual{min-height:620px;position:relative;overflow:hidden;background:#003e85;color:#fff}.login-visual__grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:linear-gradient(to top,black,transparent 80%);mask-image:linear-gradient(to top,black,transparent 80%)}.login-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(10,31,61,.35),transparent 58%),linear-gradient(to top,rgba(10,31,61,.55),transparent 40%)}.login-visual__orb{position:absolute;border-radius:50%;filter:blur(2px)}.login-visual__orb--one{width:480px;height:480px;right:-120px;top:-120px;background:radial-gradient(circle at 40% 40%,#3d8fde8c,#015bc30d 70%)}.login-visual__orb--two{width:380px;height:380px;left:-100px;bottom:-130px;background:radial-gradient(circle at 50% 45%,#c8102e61,#013e8505 70%)}.login-visual__content{position:absolute;z-index:2;left:8%;right:8%;bottom:10%;max-width:650px}.login-kicker{font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#9ec9f5}.login-visual h1{font-size:clamp(42px,5.2vw,76px);line-height:1.02;letter-spacing:-.055em;margin-top:16px;max-width:620px}.login-visual p{margin-top:20px;max-width:540px;color:#ffffffb3;font-size:15px;line-height:1.7}.login-metrics{margin-top:44px;padding-top:24px;border-top:1px solid rgba(255,255,255,.17);display:flex;gap:50px}.login-metrics div{display:flex;flex-direction:column}.login-metrics strong{font:800 20px Manrope}.login-metrics span{margin-top:4px;color:#ffffff8c;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.login-panel{position:relative;padding:40px 9%;display:flex;flex-direction:column;justify-content:center;background:var(--surface)}.login-theme{position:absolute;right:28px;top:25px}.login-form{width:100%;max-width:360px;margin:auto}.login-form__heading{margin:58px 0 27px}.login-form__heading h2{font-size:29px;letter-spacing:-.04em;margin-top:7px}.login-form__heading p{color:var(--text-soft);font-size:11px;line-height:1.6;margin-top:8px}.login-form form{display:flex;flex-direction:column;gap:16px}.login-form label{display:flex;flex-direction:column;gap:7px}.login-form label>span{font-size:10px;font-weight:800}.login-form input{width:100%;height:44px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft);color:var(--text);outline:0;font-size:12px}.login-form input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.password-field{position:relative}.password-field button{position:absolute;right:4px;top:4px;width:36px;height:36px;border:0;background:transparent;color:var(--text-soft);cursor:pointer}.password-field button svg{width:17px}.login-submit{width:100%;margin-top:4px}.login-submit svg{margin-left:auto}.spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-error{padding:9px 11px;border-radius:8px;background:#fae7e4;color:#a9443b;font-size:9px}.demo-account{margin-top:23px;padding:12px;border:1px solid var(--line);border-radius:10px;background:var(--surface-soft);display:flex;align-items:center;gap:10px}.demo-account>span{padding:4px 6px;border-radius:5px;background:#fde8ec;color:#c8102e;font-size:7px;font-weight:800;letter-spacing:.08em}.demo-account p{display:flex;flex-direction:column}.demo-account strong{font-size:9px}.demo-account small{margin-top:2px;color:var(--text-soft);font-size:8px}.login-panel footer{text-align:center;color:var(--text-soft);font-size:8px}.mobile-stage{min-height:100vh;background:#dfe6e3;display:flex;justify-content:center}html.dark .mobile-stage{background:#09100e}.mobile-shell{width:100%;max-width:520px;min-height:100vh;background:var(--bg);position:relative;display:flex;flex-direction:column;box-shadow:0 0 45px #0e2f291f}.mobile-header{height:66px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;background:color-mix(in srgb,var(--surface) 93%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}.mobile-header__actions{display:flex;align-items:center;gap:3px}.mobile-header .icon-button{width:35px;height:35px}.mobile-header .avatar{width:33px;height:33px;flex-basis:33px;border-radius:10px;margin-left:4px}.mobile-content{flex:1;padding-bottom:78px}.mobile-nav{height:70px;padding:8px 9px calc(8px + env(safe-area-inset-bottom));position:fixed;z-index:15;bottom:0;width:100%;max-width:520px;display:grid;grid-template-columns:repeat(5,1fr);background:color-mix(in srgb,var(--surface) 94%,transparent);border-top:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-nav__item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--text-soft);font-size:8px;font-weight:700;border-radius:9px}.mobile-nav__item svg{width:20px;height:20px}.mobile-nav__item--active{color:var(--brand);background:var(--brand-soft)}.mobile-page{padding:19px 17px 26px;display:flex;flex-direction:column;gap:23px}.mobile-greeting>span,.mobile-page-heading>span{color:var(--brand);font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.mobile-greeting h1,.mobile-page-heading h1{font-size:24px;letter-spacing:-.04em;margin-top:5px}.mobile-greeting p,.mobile-page-heading p{color:var(--text-soft);font-size:9px;margin-top:5px;line-height:1.5}.mobile-alert{padding:14px;border-radius:13px;background:#fbefd8;border:1px solid #f1d59d;color:#754b0a;display:grid;grid-template-columns:35px 1fr auto;gap:10px;align-items:center}html.dark .mobile-alert{background:#352b19;border-color:#514326;color:#f1c879}.mobile-alert>span{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:#ffffff8c}.mobile-alert strong{font-size:10px}.mobile-alert p{font-size:8px;line-height:1.5;margin-top:3px}.mobile-alert b{font-size:16px}.mobile-section-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:11px}.mobile-section-title>div{display:flex;flex-direction:column}.mobile-section-title span{font-size:7px;font-weight:800;color:var(--brand);letter-spacing:.12em}.mobile-section-title h2{font-size:14px;margin-top:2px}.mobile-section-title button{border:0;background:transparent;color:var(--brand);font-size:8px;font-weight:800}.mobile-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.mobile-actions>a{min-height:108px;padding:12px 8px;border:1px solid var(--line);border-radius:12px;background:var(--surface);display:flex;flex-direction:column;align-items:center;text-align:center}.mobile-action__icon{width:38px;height:38px;margin-bottom:8px;border-radius:11px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand)}.mobile-action__icon svg{width:19px}.mobile-action__icon--blue{background:#e5eef9;color:#4676b4}.mobile-action__icon--green{background:#e3f4eb;color:#2e8560}.mobile-action__icon--violet{background:#eee9f7;color:#7557aa}.mobile-action__icon--amber{background:#fbefd8;color:#a56b0f}.mobile-action__icon--slate{background:#ebefed;color:#5c6b67}html.dark .mobile-action__icon{background:var(--surface-muted)}.mobile-actions strong{font-size:9px}.mobile-actions small{font-size:7px;color:var(--text-soft);line-height:1.3;margin-top:3px}.mobile-summary__grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:12px;background:var(--surface);overflow:hidden}.mobile-summary__grid>div{padding:13px 8px;display:flex;align-items:center;gap:7px;border-right:1px solid var(--line)}.mobile-summary__grid>div:last-child{border:0}.mobile-summary__grid svg{width:17px;color:var(--brand)}.mobile-summary__grid span{display:flex;flex-direction:column}.mobile-summary__grid strong{font:800 13px Manrope}.mobile-summary__grid small{font-size:6px;color:var(--text-soft);margin-top:2px}.mobile-timeline{padding:14px;background:var(--surface);border:1px solid var(--line);border-radius:12px}.mobile-timeline>div{min-height:48px;display:grid;grid-template-columns:10px 1fr auto;gap:9px;position:relative}.mobile-timeline>div:not(:last-child):after{content:"";position:absolute;left:4px;top:15px;bottom:0;border-left:1px solid var(--line)}.mobile-timeline strong{font-size:8px}.mobile-timeline p{font-size:7px;color:var(--text-soft);margin-top:3px}.mobile-timeline time{font-size:7px;color:var(--text-soft)}.mobile-action-page{gap:16px}.mobile-search{height:44px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:var(--surface);display:flex;align-items:center;gap:9px}.mobile-search svg{color:var(--text-soft);width:18px}.mobile-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:9px}.mobile-result-list{display:flex;flex-direction:column;gap:9px}.mobile-result-list article{padding:13px;background:var(--surface);border:1px solid var(--line);border-radius:11px;display:flex;justify-content:space-between;gap:10px}.mobile-result-list article>div{display:flex;flex-direction:column;align-items:flex-start}.mobile-result-list small{color:var(--brand);font-size:7px;font-weight:800}.mobile-result-list h2{font-size:11px;margin-top:4px}.mobile-result-list p{color:var(--text-soft);font-size:7px;margin-top:4px}.mobile-result-list article>div:last-child{align-items:flex-end}.mobile-result-list article>div:last-child strong{font-size:9px;margin-top:11px}.drawer-backdrop{display:none}@media (max-width: 1080px){.sidebar{transform:translate(-100%);transition:.22s ease;box-shadow:18px 0 40px #0000001f}.sidebar--open{transform:translate(0)}.sidebar__close{display:inline-flex}.drawer-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:35;border:0;background:#08171466;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-shell__content{margin-left:0}.menu-trigger{display:inline-flex}.stats-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.topbar{padding:0 20px}}@media (max-width: 760px){.topbar{height:65px;padding:0 13px}.page-scroll{min-height:calc(100vh - 65px)}.page{padding:22px 15px 40px}.global-search{width:42px;padding:0;justify-content:center}.global-search span,.global-search kbd{display:none}.profile-button__copy,.profile-button>svg{display:none}.page-heading{align-items:flex-start;flex-direction:column}.page-heading__actions{width:100%}.page-heading__actions .button{flex:1}.stats-grid{grid-template-columns:1fr 1fr;gap:9px}.stat-card{padding:14px}.stat-card__trend{display:none}.stat-card>strong{font-size:23px}.quick-actions{grid-template-columns:1fr 1fr}.distribution,.reference-layout{grid-template-columns:1fr}.reference-tabs{display:grid;grid-template-columns:1fr 1fr}.system-grid{grid-template-columns:1fr}.config-section{grid-template-columns:1fr;gap:20px}.form-grid,.form-grid--three{grid-template-columns:1fr}.data-toolbar{align-items:stretch;flex-direction:column}.search-field{width:100%}.data-toolbar__actions{justify-content:space-between}.login-page{grid-template-columns:1fr}.login-visual{display:none}.login-panel{min-height:100vh;padding:35px 24px}.login-form__heading{margin-top:55px}.login-panel footer{margin-top:30px}}@media (max-width: 420px){.stats-grid,.quick-actions,.reference-tabs{grid-template-columns:1fr}.topbar__actions>.icon-button:first-child{display:none}.mobile-summary__grid{grid-template-columns:1fr}.mobile-summary__grid>div{border-right:0;border-bottom:1px solid var(--line)}.mobile-actions{gap:7px}.mobile-actions>a{padding-inline:4px}}
