*{box-sizing:border-box}:root{--bg:#f4f4f1;--surface:#fff;--ink:#111;--muted:#777771;--line:#e5e5df;--soft:#efefe9}html,body{background:var(--bg);min-height:100%;color:var(--ink);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,a{font:inherit}.shell{grid-template-columns:238px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#fff;background:#0c0c0c;flex-direction:column;justify-content:space-between;width:238px;padding:26px 18px 20px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:11px;padding:0 9px 30px;display:flex}.brandMark{letter-spacing:-.03em;border:1px solid #444;place-items:center;width:36px;height:36px;font-size:11px;font-weight:800;display:grid}.brand strong,.brand span{display:block}.brand strong{letter-spacing:.09em;font-size:12px}.brand span{color:#777;letter-spacing:.19em;margin-top:2px;font-size:9px}nav{gap:4px;display:grid}nav a{color:#999;cursor:default;border-radius:7px;align-items:center;gap:12px;min-height:43px;padding:0 12px;font-size:13px;text-decoration:none;display:flex}nav a.active{color:#fff;background:#1c1c1c}.navDot{border:1px solid;border-radius:50%;width:6px;height:6px}nav a.active .navDot{background:#fff}nav em{color:#111;background:#fff;border-radius:10px;place-items:center;min-width:23px;height:20px;margin-left:auto;font-size:10px;font-style:normal;display:grid}.sidebarBottom{border-top:1px solid #242424;align-items:center;gap:10px;padding:18px 8px 0;display:flex}.teamAvatar,.avatar{border-radius:50%;place-items:center;font-weight:700;display:grid}.teamAvatar{color:#bbb;background:#252525;width:32px;height:32px;font-size:9px}.sidebarBottom strong,.sidebarBottom span{display:block}.sidebarBottom strong{font-size:11px}.sidebarBottom span{color:#777;margin-top:3px;font-size:9px}.content{grid-column:2;width:100%;max-width:1580px;margin:0 auto;padding:38px clamp(28px,4vw,64px) 60px}.topbar{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:34px;display:flex}.eyebrow,.kicker{letter-spacing:.16em;color:#8a8a83;font-weight:700}.eyebrow{margin:0 0 7px;font-size:9px}h1{letter-spacing:-.05em;margin:0;font-size:clamp(32px,4vw,48px);font-weight:600;line-height:1}.subtle{color:var(--muted);margin:10px 0 0;font-size:13px}.topActions{align-items:center;gap:9px;display:flex}.search,.notification{border:1px solid var(--line);color:#777;background:#ffffffa6;border-radius:7px;height:38px}.search{padding:0 15px}.notification{width:38px;font-size:6px}.avatar{color:#fff;background:#151515;width:38px;height:38px;font-size:10px}.stats{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;display:grid}.statCard,.panel{background:var(--surface);border:1px solid var(--line);border-radius:11px}.statCard{min-height:142px;padding:21px}.statCard p{color:#686862;margin:0;font-size:11px;font-weight:600}.statValue{letter-spacing:-.055em;margin:19px 0 10px;font-size:39px;line-height:1}.statCard span{color:#999991;font-size:10px}.grid{grid-template-columns:1.08fr .92fr;gap:14px;display:grid}.panel{min-height:335px;padding:22px}.panelHeader{justify-content:space-between;align-items:flex-start;margin-bottom:22px;display:flex}.kicker{margin:0 0 6px;font-size:8px}h2{letter-spacing:-.025em;margin:0;font-size:17px}.panelHeader button{color:#888;background:0 0;border:0;padding:0;font-size:10px}.rows{border-top:1px solid var(--line)}.showRow,.inboxRow,.taskRow{border-bottom:1px solid var(--line);align-items:center;gap:13px;min-height:72px;display:flex}.dateBox{background:#f2f2ed;align-content:center;place-items:center;width:42px;height:42px;display:grid}.dateBox strong{font-size:13px;line-height:1}.dateBox span{color:#777;letter-spacing:.1em;margin-top:3px;font-size:7px}.rowMain{flex:1;min-width:0}.rowMain strong,.rowMain span{display:block}.rowMain strong{font-size:12px;font-weight:600}.rowMain span{color:#8b8b84;margin-top:4px;font-size:9px}.pill{color:#777;white-space:nowrap;border:1px solid #deded8;border-radius:999px;padding:5px 8px;font-size:8px}.pill.dark{color:#fff;background:#171717;border-color:#171717}.unread{background:#111;border-radius:50%;width:6px;height:6px}.check{border:1px solid #cfcfc8;border-radius:4px;width:17px;height:17px}.taskRow small{color:#8b8b84;font-size:9px}.releaseList{border-top:1px solid var(--line)}.release{border-bottom:1px solid var(--line);align-items:center;gap:12px;min-height:83px;display:flex}.cover{color:#fff;background:linear-gradient(145deg,#151515,#555);flex:none;place-items:center;width:45px;height:45px;display:grid}.cover span{letter-spacing:.12em;font-size:8px;font-weight:700}.releaseMain{flex:1;min-width:0}.releaseMain strong,.releaseMain span{display:block}.releaseMain strong{font-size:11px}.releaseMain span{color:#91918a;margin-top:4px;font-size:9px}.progress{background:#e9e9e4;height:2px;margin-top:10px}.progress i{background:#171717;height:100%;display:block}.releaseStage{color:#777;white-space:nowrap;font-size:8px}@media (max-width:1000px){.stats{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:1fr}}@media (max-width:720px){.shell{display:block}.sidebar{flex-direction:row;align-items:center;width:auto;height:68px;padding:0 16px;position:static}.brand{padding:0}.brandMark{width:32px;height:32px}.sidebar nav,.sidebarBottom{display:none}.content{padding:28px 16px 100px}.topbar{align-items:center}.search{display:none}.stats{grid-template-columns:1fr 1fr}.statCard{min-height:125px;padding:17px}.statValue{font-size:32px}.panel{padding:18px}}.loginPage{background-color:#090909;background-image:radial-gradient(circle at 100% 0,#353535,#0000 38%),none;background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;place-items:center;min-height:100vh;padding:30px;display:grid}.loginCard{background:#fffffff7;border-radius:14px;width:min(460px,100%);padding:42px;box-shadow:0 28px 80px #00000047}.loginBrand{align-items:center;gap:12px;margin-bottom:58px;display:flex}.loginBrand img{object-fit:contain;max-width:160px;max-height:48px}.loginBrandMark{color:#fff;background:#111;place-items:center;width:40px;height:40px;font-size:11px;font-weight:800;display:grid}.loginBrand strong,.loginBrand span{display:block}.loginBrand strong{letter-spacing:.08em;font-size:12px}.loginBrand span{color:#8a8a84;letter-spacing:.18em;margin-top:3px;font-size:9px}.loginIntro h1{font-size:37px}.loginIntro>p:last-child{color:#777771;margin:13px 0 30px;font-size:13px;line-height:1.6}.loginForm{gap:18px;display:grid}.loginForm label,.configGrid label{color:#666660;gap:8px;font-size:10px;font-weight:700;display:grid}.loginForm input,.configGrid input,.configGrid textarea{color:#111;background:#fff;border:1px solid #deded8;border-radius:7px;outline:none;width:100%;padding:12px 13px}.loginForm input{min-height:45px}.loginForm input:focus,.configGrid input:focus,.configGrid textarea:focus{border-color:#111}.primaryButton{color:#fff;cursor:pointer;background:#111;border:0;border-radius:7px;min-height:45px;padding:0 20px}.primaryButton:disabled{opacity:.55}.formError{color:#9c3434;background:#f5e9e9;border-radius:6px;padding:11px 12px;font-size:11px}.loginFooter{color:#999993;border-top:1px solid #ecece6;margin:38px 0 0;padding-top:18px;font-size:9px}.configurationPage{background:#f4f4f1;min-height:100vh;padding:55px clamp(20px,6vw,90px) 90px}.configurationHeader{justify-content:space-between;align-items:flex-start;gap:30px;max-width:1180px;margin:0 auto 40px;display:flex}.configurationHeader h1{font-size:44px}.configurationHeader>div>p:last-child{color:#777771;font-size:13px}.secondaryButton{color:#444;background:#fff;border:1px solid #d9d9d3;border-radius:7px;justify-content:center;align-items:center;min-height:39px;padding:0 16px;font-size:11px;text-decoration:none;display:inline-flex}.configurationForm{gap:14px;max-width:1180px;margin:auto;display:grid}.configSection{background:#fff;border:1px solid #e1e1db;border-radius:11px;grid-template-columns:240px 1fr;gap:42px;padding:28px;display:grid}.configSectionTitle h2{font-size:15px}.configSectionTitle p{color:#8b8b84;font-size:10px;line-height:1.55}.configGrid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.configGrid label.wide{grid-column:1/-1}.configGrid textarea{resize:vertical;line-height:1.5}.configGrid input[type=color]{height:45px;padding:5px}.configurationActions{color:#777;justify-content:flex-end;align-items:center;gap:20px;padding-top:8px;font-size:11px;display:flex}@media (max-width:800px){.loginCard{padding:28px}.configSection{grid-template-columns:1fr;gap:22px}.configGrid{grid-template-columns:1fr}.configGrid label.wide{grid-column:auto}.configurationHeader{display:block}.configurationHeader .secondaryButton{margin-top:18px}}.workspaceFrame{background:#f4f4f1;grid-template-columns:220px 1fr;min-height:100vh;display:grid}.workspaceSidebar{color:#fff;background:#111;flex-direction:column;min-height:100vh;padding:28px 20px;display:flex}.workspaceIdentity{color:#fff;align-items:center;gap:11px;margin-bottom:54px;text-decoration:none;display:flex}.workspaceIdentityMark{color:#111;background:#fff;place-items:center;width:38px;height:38px;font-size:10px;font-weight:800;display:grid}.workspaceIdentity strong,.workspaceIdentity span{display:block}.workspaceIdentity strong{letter-spacing:.08em;font-size:10px}.workspaceIdentity span{letter-spacing:.18em;opacity:.48;margin-top:3px;font-size:8px}.workspaceNav{gap:5px;display:grid}.workspaceNav a,.workspaceSidebarBottom a,.workspaceSidebarBottom button{text-align:left;color:#ffffffa6;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;padding:11px 12px;font-size:11px;text-decoration:none;display:block}.workspaceNav a:hover,.workspaceSidebarBottom a:hover,.workspaceSidebarBottom button:hover{color:#fff;background:#ffffff12}.workspaceSidebarBottom{border-top:1px solid #ffffff14;gap:4px;margin-top:auto;padding-top:30px;display:grid}.workspaceMain{min-width:0}.workspaceTopbar{background:#fff;border-bottom:1px solid #e7e7e2;justify-content:space-between;align-items:center;height:72px;padding:0 32px;display:flex}.workspaceTopLabel{color:#9b9b94;letter-spacing:.13em;font-size:9px;font-weight:700}.workspaceUser{align-items:center;gap:12px;display:flex}.workspaceUser>div:first-child{text-align:right}.workspaceUser strong,.workspaceUser span{display:block}.workspaceUser strong{font-size:10px}.workspaceUser span{color:#999;margin-top:2px;font-size:8px}.workspaceAvatar{color:#fff;background:#111;border-radius:50%;place-items:center;width:35px;height:35px;font-size:10px;font-weight:700;display:grid}.workspaceContent{min-width:0}.workspaceLoading{color:#fff;background:#111;place-content:center;justify-items:center;gap:14px;min-height:100vh;display:grid}.workspaceLoadingMark{color:#111;background:#fff;place-items:center;width:48px;height:48px;font-size:11px;font-weight:800;display:grid}.workspaceLoading p{color:#ffffff8c;font-size:10px}@media (max-width:850px){.workspaceFrame{grid-template-columns:1fr}.workspaceSidebar{display:none}.workspaceTopbar{padding:0 18px}}
