:root{--navy-950: #07142a;--navy-900: #0b1f38;--navy-800: #102744;--navy-700: #163457;--navy-600: #1d4368;--accent: #f6a01a;--accent-strong: #e0850a;--accent-soft: #fff4e0;--blue: #2f6fed;--blue-soft: #e9f0fe;--green: #16a34a;--green-soft: #e7f6ec;--red: #e0392f;--red-soft: #fdebe9;--violet: #7c5cff;--violet-soft: #efeaff;--teal: #0ea5a3;--teal-soft: #e2f6f5;--bg: #f4f6fa;--surface: #ffffff;--surface-2: #f9fafc;--surface-3: #f1f4f9;--border: #e5e9f1;--border-strong: #d6dded;--text: #0f2138;--text-2: #51617a;--text-3: #8492a8;--r-sm: 8px;--r: 12px;--r-lg: 16px;--r-xl: 22px;--shadow-sm: 0 1px 2px rgba(13, 30, 55, .06), 0 1px 3px rgba(13, 30, 55, .04);--shadow: 0 6px 18px rgba(13, 30, 55, .08);--shadow-lg: 0 18px 44px rgba(13, 30, 55, .14);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-display: "Plus Jakarta Sans", var(--font-sans);--sidebar-w: 264px}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body,#root{height:100%}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img,svg{display:block}h1,h2,h3,h4{font-family:var(--font-display);color:var(--text);line-height:1.2;letter-spacing:-.01em}::selection{background:var(--accent-soft)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#c8d2e2;border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#aab8cf;background-clip:padding-box}.app{display:grid;grid-template-columns:var(--sidebar-w) 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:linear-gradient(180deg,var(--navy-800) 0%,var(--navy-950) 100%);color:#cfd9e8;display:flex;flex-direction:column;padding:22px 16px 16px;z-index:40}.sidebar__brand{padding:6px 8px 20px}.sidebar__section{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#6c7d96;font-weight:600;padding:18px 12px 8px}.nav{display:flex;flex-direction:column;gap:2px}.nav a{display:flex;align-items:center;gap:12px;padding:9px 12px;border-radius:10px;color:#b9c5d8;font-weight:500;font-size:13.5px;transition:background .14s,color .14s;position:relative}.nav a svg{width:18px;height:18px;flex:none;opacity:.85}.nav a:hover{background:#ffffff0f;color:#fff}.nav a.active{background:#f6a01a24;color:#fff}.nav a.active:before{content:"";position:absolute;left:-16px;top:8px;bottom:8px;width:3px;border-radius:0 3px 3px 0;background:var(--accent)}.nav a.active svg{opacity:1;color:var(--accent)}.nav__badge{margin-left:auto;background:#ffffff1a;color:#dce4f0;font-size:11px;font-weight:700;padding:1px 7px;border-radius:999px}.sidebar__foot{margin-top:auto;padding:14px 8px 4px;border-top:1px solid rgba(255,255,255,.08)}.sidebar__user{display:flex;align-items:center;gap:10px;padding:8px;border-radius:10px}.sidebar__user:hover{background:#ffffff0d}.sidebar__user .avatar{background:var(--accent);color:var(--navy-900)}.sidebar__user-meta{line-height:1.25;min-width:0}.sidebar__user-meta b{color:#fff;font-size:13px;font-weight:600;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__user-meta span{color:#8294ad;font-size:11.5px}.main{display:flex;flex-direction:column;min-width:0}.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:16px;padding:14px 32px;background:#ffffffd1;-webkit-backdrop-filter:saturate(160%) blur(12px);backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid var(--border)}.topbar__title{min-width:0}.topbar__title h1{font-size:19px;font-weight:700}.topbar__title p{color:var(--text-3);font-size:12.5px;margin-top:1px}.topbar__spacer{flex:1}.topbar__search{display:flex;align-items:center;gap:8px;background:var(--surface-3);border:1px solid var(--border);border-radius:999px;padding:7px 14px;color:var(--text-3);font-size:13px;width:240px}.topbar__search input{border:none;background:none;outline:none;font-family:inherit;font-size:13px;color:var(--text);width:100%}.menu-btn{display:none;border:1px solid var(--border);background:var(--surface);border-radius:10px;width:38px;height:38px;align-items:center;justify-content:center;color:var(--text-2)}.content{padding:28px 32px 60px;max-width:1240px;width:100%;margin:0 auto}.eyebrow{font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--accent-strong)}.muted{color:var(--text-3)}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:6px 0 16px}.section-head h2{font-size:17px;font-weight:700}.section-head p{color:var(--text-3);font-size:12.5px;margin-top:2px}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.card--pad{padding:20px}.card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border)}.card__head h3{font-size:14.5px;font-weight:700}.card__body{padding:20px}.card-hover{transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.card-hover:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:var(--border-strong)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:10px;padding:9px 15px;font-size:13px;font-weight:600;font-family:inherit;color:var(--text);background:var(--surface);transition:background .14s,border-color .14s,color .14s,transform .05s;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn svg{width:16px;height:16px}.btn--primary{background:var(--navy-800);color:#fff}.btn--primary:hover{background:var(--navy-700)}.btn--accent{background:var(--accent);color:var(--navy-950)}.btn--accent:hover{background:var(--accent-strong);color:#fff}.btn--ghost{background:transparent;border-color:var(--border-strong);color:var(--text-2)}.btn--ghost:hover{background:var(--surface-3);color:var(--text)}.btn--subtle{background:var(--surface-3);color:var(--text-2)}.btn--subtle:hover{background:#e7ecf4;color:var(--text)}.btn--sm{padding:6px 11px;font-size:12px;border-radius:8px}.btn--lg{padding:11px 20px;font-size:14px}.btn--block{width:100%}.btn:disabled{opacity:.5;cursor:not-allowed}.badge{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;padding:3px 9px;border-radius:999px;background:var(--surface-3);color:var(--text-2);line-height:1.4;white-space:nowrap}.badge--green{background:var(--green-soft);color:#11823b}.badge--amber{background:var(--accent-soft);color:var(--accent-strong)}.badge--blue{background:var(--blue-soft);color:#1f54c4}.badge--red{background:var(--red-soft);color:#c52b22}.badge--violet{background:var(--violet-soft);color:#5b3fd6}.badge--teal{background:var(--teal-soft);color:#07807e}.badge--dot:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor}.tag{display:inline-flex;align-items:center;font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px;background:var(--surface-3);color:var(--text-2);border:1px solid var(--border)}.avatar{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;flex:none;background:var(--surface-3);color:var(--text-2)}.avatar--sm{width:28px;height:28px;font-size:11px;border-radius:8px}.delta{display:inline-flex;align-items:center;gap:3px;font-weight:700;font-size:12px}.delta svg{width:13px;height:13px}.delta.up{color:var(--green)}.delta.down{color:var(--red)}.delta.flat{color:var(--text-3)}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:18px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:8px}.stat__top{display:flex;align-items:center;justify-content:space-between}.stat__icon{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center}.stat__icon svg{width:19px;height:19px}.stat__label{color:var(--text-3);font-size:12.5px;font-weight:600}.stat__value{font-family:var(--font-display);font-size:26px;font-weight:800;letter-spacing:-.02em;color:var(--text)}.stat__foot{font-size:12px;color:var(--text-3)}.grid{display:grid;gap:18px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-auto{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.row{display:flex;gap:12px;align-items:center}.row-wrap{flex-wrap:wrap}.between{justify-content:space-between}.col{display:flex;flex-direction:column}.table-wrap{overflow-x:auto}table.data{width:100%;border-collapse:collapse;font-size:13px}table.data th{text-align:left;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3);font-weight:700;padding:11px 16px;border-bottom:1px solid var(--border);white-space:nowrap}table.data td{padding:13px 16px;border-bottom:1px solid var(--border);vertical-align:middle}table.data tbody tr{transition:background .12s}table.data tbody tr:hover{background:var(--surface-2)}table.data tbody tr:last-child td{border-bottom:none}.cell-strong{font-weight:600;color:var(--text)}.cell-sub{color:var(--text-3);font-size:12px}.field{display:flex;flex-direction:column;gap:6px}.field>label{font-size:12.5px;font-weight:600;color:var(--text-2)}.input,.select,.textarea{width:100%;border:1px solid var(--border-strong);background:var(--surface);border-radius:10px;padding:10px 12px;font-family:inherit;font-size:13.5px;color:var(--text);transition:border-color .14s,box-shadow .14s}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #f6a01a29}.textarea{resize:vertical;min-height:90px;line-height:1.55}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%238492a8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 6l4 4 4-4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:34px}.check{display:flex;align-items:flex-start;gap:11px;padding:12px 14px;border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:border-color .14s,background .14s;background:var(--surface)}.check:hover{border-color:var(--border-strong);background:var(--surface-2)}.check.is-checked{border-color:var(--accent);background:var(--accent-soft)}.check input{margin-top:2px;accent-color:var(--accent-strong);width:16px;height:16px}.news{display:flex;flex-direction:column;gap:10px;padding:18px;border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface);transition:border-color .14s,box-shadow .14s}.news:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.news__top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.news__title{font-family:var(--font-display);font-size:15.5px;font-weight:700;color:var(--text);line-height:1.32}.news__summary{color:var(--text-2);font-size:13.5px;line-height:1.6}.news__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:4px}.source-link{display:inline-flex;align-items:center;gap:6px;font-size:12.5px;font-weight:600;color:var(--blue)}.source-link:hover{text-decoration:underline}.source-link svg{width:13px;height:13px}.cat-ico{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex:none}.cat-ico svg{width:21px;height:21px}.cat-ico--lg{width:52px;height:52px;border-radius:14px}.cat-ico--lg svg{width:26px;height:26px}.empty{text-align:center;padding:48px 24px;color:var(--text-3)}.empty svg{width:40px;height:40px;margin:0 auto 12px;opacity:.5}.toast-wrap{position:fixed;bottom:24px;right:24px;z-index:100;display:flex;flex-direction:column;gap:10px}.toast{display:flex;align-items:center;gap:12px;background:var(--navy-900);color:#fff;padding:13px 16px;border-radius:12px;box-shadow:var(--shadow-lg);min-width:280px;max-width:380px;animation:toast-in .25s cubic-bezier(.2,.9,.3,1)}.toast__icon{width:30px;height:30px;border-radius:9px;background:#ffffff1f;display:flex;align-items:center;justify-content:center;flex:none}.toast__icon svg{width:17px;height:17px;color:#fff}.toast.is-success .toast__icon{background:var(--green)}.toast__body b{font-size:13.5px;font-weight:700;display:block}.toast__body span{font-size:12.5px;color:#b7c4d8}@keyframes toast-in{0%{opacity:0;transform:translateY(12px) scale(.98)}}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a16286b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:80;display:flex;align-items:center;justify-content:center;padding:24px;animation:fade .18s ease}@keyframes fade{0%{opacity:0}}.modal{background:var(--surface);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);width:100%;max-width:560px;max-height:90vh;overflow:auto;animation:pop .2s cubic-bezier(.2,.9,.3,1)}.modal--wide{max-width:920px}@keyframes pop{0%{opacity:0;transform:scale(.96) translateY(8px)}}.modal__head{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--surface);z-index:1}.modal__head h3{font-size:16px;font-weight:700}.modal__body{padding:22px}.modal__foot{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px;border-top:1px solid var(--border);position:sticky;bottom:0;background:var(--surface)}.icon-btn{border:none;background:var(--surface-3);width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:var(--text-2)}.icon-btn:hover{background:#e7ecf4;color:var(--text)}.icon-btn svg{width:17px;height:17px}.hero{position:relative;overflow:hidden;border-radius:var(--r-xl);background:linear-gradient(120deg,var(--navy-800) 0%,var(--navy-950) 70%);color:#fff;padding:28px 30px}.hero:after{content:"";position:absolute;right:-60px;top:-60px;width:320px;height:320px;background:radial-gradient(circle,rgba(246,160,26,.22),transparent 65%);pointer-events:none}.hero__chevrons{position:absolute;right:26px;bottom:-14px;opacity:.5}.hero h2{color:#fff;font-size:22px;font-weight:800;position:relative}.hero p{color:#b9c8dd;font-size:13.5px;margin-top:6px;max-width:560px;position:relative}.hero__actions{display:flex;gap:10px;margin-top:18px;position:relative;flex-wrap:wrap}.meter{height:7px;border-radius:999px;background:var(--surface-3);overflow:hidden}.meter>span{display:block;height:100%;border-radius:999px;background:var(--accent)}.hr{height:1px;background:var(--border);border:none;margin:18px 0}.flex{display:flex}.items-center{align-items:center}.gap-4{gap:4px}.gap-8{gap:8px}.gap-12{gap:12px}.mt-4{margin-top:4px}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-16{margin-bottom:16px}.text-right{text-align:right}.wrap{flex-wrap:wrap}.nowrap{white-space:nowrap}.crumbs{display:flex;align-items:center;gap:8px;font-size:12.5px;color:var(--text-3);margin-bottom:14px}.crumbs a:hover{color:var(--text)}.crumbs svg{width:14px;height:14px;opacity:.6}.back-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--text-2);margin-bottom:14px}.back-link:hover{color:var(--text)}.back-link svg{width:16px;height:16px}.step-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:var(--navy-800);color:#fff;font-size:12px;font-weight:800;margin-right:9px;vertical-align:middle;font-family:var(--font-sans)}@media (max-width: 1080px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width: 920px){.app{grid-template-columns:1fr}.sidebar{position:fixed;left:0;top:0;width:var(--sidebar-w);transform:translate(-100%);transition:transform .22s ease;box-shadow:var(--shadow-lg)}.sidebar.is-open{transform:translate(0)}.menu-btn{display:flex}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a162866;z-index:35}.topbar__search{display:none}.content{padding:20px 18px 48px}.topbar{padding:12px 18px}}@media (max-width: 680px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.hide-sm{display:none}}
