@font-face{font-family:Golos;src:url('/fonts/GolosText-Regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Golos;src:url('/fonts/GolosText-SemiBold.woff2') format('woff2');font-weight:600 800;font-display:swap}
:root{--nav:#172126;--nav-deep:#10181c;--canvas:#edf0f1;--surface:#fff;--surface-soft:#f6f8f8;--ink:#182125;--muted:#667379;--line:#dce2e3;--accent:#0b8f81;--accent-strong:#08786e;--accent-soft:#e2f3f0;--ok:#16765d;--shadow:0 18px 45px rgba(29,45,50,.10)}
*,*::before,*::after{box-sizing:border-box}
html{font-family:Golos,Arial,sans-serif;color:var(--ink);background:var(--canvas)}
body{margin:0;background:var(--canvas)}
button,input{font:inherit}
a,button{transition:background .16s,border-color .16s,color .16s,transform .16s}
.app-shell{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:100vh}
.sidebar{position:sticky;top:0;bottom:auto;left:auto;align-self:start;display:flex;flex-direction:column;width:248px;height:100vh;padding:22px 14px 16px;color:#d6dedf;background:radial-gradient(circle at 18% 4%,rgba(20,158,143,.19),transparent 26%),linear-gradient(180deg,var(--nav),var(--nav-deep));box-shadow:12px 0 32px rgba(16,24,28,.10);z-index:5}
.sidebar .brand{display:flex;align-items:center;gap:12px;padding:0 10px 22px;color:#fff;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.08)}
.sidebar .brand img{width:36px;height:36px;object-fit:contain;background:#fff;border-radius:50%}
.sidebar .brand span{display:grid;gap:2px}.sidebar .brand strong{font-size:17px;letter-spacing:.04em}.sidebar .brand small{color:#91a3a8;font-size:11px}
.sidebar .nav{display:grid;gap:4px;padding-top:20px}.sidebar .nav-label{margin:0 12px 8px;color:#8ca0a4;font-size:10px;letter-spacing:.12em;text-transform:uppercase}
.sidebar .nav a{position:relative;display:flex;align-items:center;gap:11px;min-height:42px;padding:0 12px;color:#bdc9cc;text-decoration:none;border-radius:7px;font-size:14px;font-weight:600}
.sidebar .nav a:hover{color:#fff;background:rgba(255,255,255,.06)}.sidebar .nav .is-active{color:#fff;background:rgba(255,255,255,.07)}
.sidebar .nav-icon{width:20px;text-align:center;color:#8fa1a5}.sidebar .chevron{margin-left:auto}
.sidebar .nav-children{display:grid;margin:4px 0 7px 31px;padding-left:14px;border-left:1px solid rgba(255,255,255,.12)}
.sidebar .nav-children a{min-height:35px;padding:0 10px;font-size:13px;font-weight:400}.sidebar .nav-children .is-current{color:#fff;background:rgba(11,143,129,.18)}.sidebar .nav-children .is-current::before{position:absolute;left:-15px;width:2px;height:22px;background:#44c1b2;content:""}
.sidebar .nav-disabled{display:flex;align-items:center;gap:11px;min-height:42px;padding:0 12px;color:#819398;border-radius:7px;font-size:14px;font-weight:600;cursor:not-allowed}.sidebar .nav-child-disabled{display:flex;align-items:center;min-height:35px;padding:0 10px;color:#8da1a6;font-size:13px;cursor:not-allowed}
.sidebar-foot{margin-top:auto;padding:14px 10px 4px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-foot .pulse{display:flex;align-items:center;gap:8px;color:#e7f7f4;font-size:12px}.sidebar-foot .pulse span{width:7px;height:7px;border-radius:50%;background:#48c4a4;box-shadow:0 0 0 4px rgba(72,196,164,.12)}.sidebar-foot p{margin:6px 0 0;color:#8da0a5;font-size:11px}
.workspace{grid-column:2;min-width:0}.topbar{height:56px;display:grid;grid-template-columns:minmax(230px,1fr) minmax(260px,580px) auto;align-items:center;gap:24px;padding:0 28px;background:rgba(255,255,255,.88);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}
.breadcrumbs{color:#445258;font-size:12px}.breadcrumbs span{padding:0 8px;color:#9aa5a9}.topbar-context{color:#829095;font-size:12px}
.global-search{height:36px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:0 10px;color:#7b888d;background:#f3f5f5;border:1px solid #e0e5e6;border-radius:7px}.global-search input{width:100%;border:0;outline:0;background:transparent}.global-search kbd{padding:2px 6px;color:#7b888d;background:#fff;border:1px solid #d9dfe0;border-radius:4px;font:11px Golos}
.profile{display:flex;align-items:center;gap:8px}.profile>span:first-child{width:30px;height:30px;display:grid;place-items:center;color:#fff;background:#3a4a50;border-radius:50%;font-size:11px}.profile>span:nth-child(2){display:grid;text-align:left}.profile strong{font-size:12px}.profile small{color:var(--muted);font-size:10px}
.content{width:min(100%,1740px);margin:0 auto;padding:25px 28px 36px}.eyebrow{margin:0 0 5px;color:#78858a;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase}
.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.page-head h1{margin:0;font-size:28px;line-height:34px;letter-spacing:-.02em}.lead{margin:5px 0 0;color:var(--muted);font-size:13px;line-height:1.5}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;border-radius:7px;border:1px solid transparent;font-weight:600;font-size:12px;text-decoration:none;cursor:pointer}.button.primary{color:#fff;background:var(--accent);border-color:var(--accent)}.button.primary:hover{background:var(--accent-strong)}.button.secondary{color:var(--ink);background:#fff;border-color:#cfd7d9}.button.secondary:hover{background:#f6f8f8}
.surface{background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 5px 16px rgba(29,45,50,.04)}
.app-shell a:focus-visible,.app-shell button:focus-visible,.app-shell input:focus-visible{outline:3px solid rgba(11,143,129,.35);outline-offset:2px}
.drawer{top:0}.scrim{top:0}
@media(max-width:1280px){.topbar{gap:16px;padding-inline:20px}.content{padding-inline:20px}}
@media(max-width:700px){body.home-page .app-shell{display:block}body.home-page .sidebar{position:static;width:auto;height:auto;min-height:0;padding:10px 14px;box-shadow:none}body.home-page .sidebar .brand{padding:7px 5px;border:0}body.home-page .sidebar .nav,body.home-page .sidebar-foot,body.home-page .topbar{display:none}body.home-page .workspace{display:block}body.home-page .content{padding:28px 18px 40px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
