@font-face{font-family:Geist;src:url('fonts/geist-latin.woff2') format('woff2');font-weight:100 900;font-display:swap}
@font-face{font-family:Geist;src:url('fonts/geist-cyrillic.woff2') format('woff2');font-weight:100 900;font-display:swap}
@font-face{font-family:'Geist Mono';src:url('fonts/geist-mono-latin.woff2') format('woff2');font-weight:100 900;font-display:swap}
@font-face{font-family:'Geist Mono';src:url('fonts/geist-mono-cyrillic.woff2') format('woff2');font-weight:100 900;font-display:swap}

:root{
  --bg:#08090b;--bg-soft:#0c0e12;--surface:#101217;--surface-2:#16191f;--surface-3:#1d2129;
  --text:#f4f6fa;--text-2:#b9c0cc;--muted:#747e8d;--faint:#4b5360;
  --violet:#7c3aed;--violet-2:#9b6cff;--teal:#2dd4bf;--green:#64d67b;--red:#fb5c71;--amber:#fbbf24;
  --fg-rgb:255,255,255;--border:rgba(255,255,255,.08);--border-2:rgba(255,255,255,.13);
  --shadow:0 18px 60px rgba(0,0,0,.32);--radius:12px;--sidebar:272px;color-scheme:dark;
}
html[data-theme="light"]{
  --bg:#f0f3f8;--bg-soft:#e9edf4;--surface:#f8fafc;--surface-2:#fff;--surface-3:#e1e6ef;
  --text:#101522;--text-2:#344054;--muted:#596579;--faint:#7c8799;
  --fg-rgb:15,23,42;--border:rgba(30,41,59,.14);--border-2:rgba(30,41,59,.23);
  --shadow:0 18px 50px rgba(26,35,52,.13);color-scheme:light;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Geist,system-ui,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}
button,input,textarea,select{font:inherit;color:inherit}button{border:0;cursor:pointer}a{color:inherit;text-decoration:none}svg{display:block;width:18px;height:18px;stroke-width:2.05}h1,h2,h3,p{margin:0}
::selection{background:rgba(124,58,237,.34)}
::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(var(--fg-rgb),.12);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:rgba(var(--fg-rgb),.2)}

.app-page{height:100vh;overflow:hidden;background:radial-gradient(circle at 42% -20%,rgba(124,58,237,.07),transparent 33%),var(--bg)}
.app-shell{height:100vh;display:grid;grid-template-columns:var(--sidebar) minmax(0,1fr);transition:grid-template-columns .2s ease}
.project-sidebar{position:relative;z-index:30;min-width:0;height:100vh;display:flex;flex-direction:column;background:rgba(8,9,11,.76);border-right:1px solid var(--border);backdrop-filter:blur(18px);transition:opacity .16s,transform .2s}
@media(min-width:761px){body.sidebar-collapsed .app-shell{grid-template-columns:0 minmax(0,1fr)}body.sidebar-collapsed .project-sidebar{opacity:0;transform:translateX(-100%);pointer-events:none}}
html[data-theme="light"] .project-sidebar{background:#e1e6ee;border-right-color:rgba(30,41,59,.18);box-shadow:8px 0 28px rgba(39,51,70,.05)}
.sidebar-brand{height:72px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;flex:none}
.brand-lockup,.auth-brand{display:flex;align-items:center;gap:11px}.brand-lockup>span:last-child,.auth-brand>span:last-child{display:grid}.brand-lockup b,.auth-brand b{font-size:17px;letter-spacing:-.02em}.brand-lockup small,.auth-brand small{color:var(--muted);font-size:8px;letter-spacing:.22em;margin-top:1px}
.brand-mark{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(145deg,var(--violet),#5621b9);color:#fff;box-shadow:0 8px 24px rgba(124,58,237,.28)}.brand-mark svg{width:17px;height:17px}
.overview-link{margin:2px 12px 13px;padding:10px 11px;display:flex;align-items:center;gap:10px;border-radius:10px;background:transparent;color:var(--text-2);text-align:left}.overview-link:hover,.overview-link.active{background:rgba(124,58,237,.12);color:var(--text)}.overview-link.active svg{color:var(--violet-2)}.overview-link span{flex:1;font-weight:600}.overview-link kbd{font:10px 'Geist Mono';padding:3px 5px;border:1px solid var(--border);border-radius:5px;color:var(--muted);background:rgba(var(--fg-rgb),.035)}
.project-tools{padding:0 12px 10px;display:grid;grid-template-columns:minmax(0,1fr) 36px;gap:7px}.search-box{height:36px;min-width:0;display:flex;align-items:center;gap:8px;padding:0 10px;background:rgba(var(--fg-rgb),.035);border:1px solid var(--border);border-radius:9px}.search-box:focus-within{border-color:rgba(124,58,237,.45);box-shadow:0 0 0 3px rgba(124,58,237,.08)}.search-box svg{width:15px;color:var(--muted)}.search-box input{width:100%;min-width:0;border:0;outline:0;background:transparent;font-size:12px}.search-box input::placeholder{color:var(--muted)}
.icon-button{width:36px;height:36px;display:inline-grid;place-items:center;border-radius:9px;border:1px solid var(--border);background:rgba(var(--fg-rgb),.035);color:var(--text-2);transition:.15s}.icon-button svg{width:16px;height:16px;stroke-width:2.2}.icon-button:hover{color:var(--text);background:rgba(var(--fg-rgb),.075);border-color:var(--border-2);transform:translateY(-1px)}.icon-button:disabled{opacity:.35;cursor:default;transform:none}.icon-button.accent{color:#fff;background:var(--violet);border-color:transparent}.icon-button.accent:hover{background:var(--violet-2)}.icon-button.danger:hover{color:var(--red);border-color:rgba(251,92,113,.25)}html[data-theme="light"] .icon-button:not(.accent){background:#f6f8fb;border-color:rgba(30,41,59,.17);box-shadow:0 1px 2px rgba(30,41,59,.06)}
.sidebar-caption{padding:7px 18px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.sidebar-caption span:last-child{font:10px 'Geist Mono'}
.project-list{flex:1;min-height:0;overflow:auto;padding:3px 8px 18px}.project-link{width:100%;height:39px;display:flex;align-items:center;gap:9px;padding:0 10px;border-radius:8px;color:var(--text-2);background:transparent;text-align:left;text-decoration:none;transition:.13s}.project-link:hover{background:rgba(var(--fg-rgb),.055);color:var(--text)}.project-link.active{background:linear-gradient(90deg,rgba(124,58,237,.2),rgba(124,58,237,.075));color:var(--text);box-shadow:inset 2px 0 var(--violet-2)}.project-dot{width:8px;height:8px;border-radius:99px;flex:none;box-shadow:0 0 10px color-mix(in srgb,currentColor 40%,transparent)}.project-link-name{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12.5px}.task-badge{min-width:22px;height:20px;padding:0 6px;display:grid;place-items:center;border:1px solid var(--border);border-radius:6px;background:rgba(var(--fg-rgb),.08);color:var(--text-2);font:700 10px 'Geist Mono'}.project-link.active .task-badge{background:rgba(124,58,237,.24);border-color:rgba(155,108,255,.35);color:#d6c7ff}html[data-theme="light"] .task-badge{background:#d7ddea;border-color:#bdc6d5;color:#344054}html[data-theme="light"] .project-link.active{background:linear-gradient(90deg,rgba(124,58,237,.2),rgba(124,58,237,.09))}html[data-theme="light"] .project-link.active .task-badge{background:#7136d6;border-color:#7136d6;color:#fff}
.sidebar-footer{position:relative;flex:none;padding:10px 11px 12px;border-top:1px solid var(--border)}.account-button{width:100%;display:flex;align-items:center;gap:9px;padding:7px;border-radius:9px;background:transparent;text-align:left}.account-button:hover{background:rgba(var(--fg-rgb),.045)}.account-button>span:nth-child(2){min-width:0;display:grid;flex:1}.account-button b{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-button small{font-size:10px;color:var(--muted)}.account-button>svg{width:14px;color:var(--muted)}.avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#5f2db5,var(--violet));color:#fff;font-size:12px;font-weight:700;flex:none}.avatar.teal{background:linear-gradient(145deg,#0f766e,var(--teal));color:#062d29}
.account-menu{position:absolute;left:11px;right:11px;bottom:69px;padding:6px;border-radius:11px;background:var(--surface-2);border:1px solid var(--border-2);box-shadow:var(--shadow)}.account-menu a,.account-menu button{width:100%;min-height:36px;padding:9px;display:flex;align-items:center;gap:9px;border-radius:7px;background:transparent;color:var(--text-2);text-align:left;font-size:12px}.account-menu a:hover,.account-menu button:hover{background:rgba(var(--fg-rgb),.06);color:var(--text)}.account-menu svg{width:15px;stroke-width:2.2}

.workspace{height:100vh;min-width:0;overflow:hidden;display:flex;flex-direction:column}.topbar{height:57px;flex:none;display:flex;align-items:center;gap:12px;padding:0 clamp(14px,2vw,24px);border-bottom:1px solid var(--border);background:rgba(8,9,11,.36);backdrop-filter:blur(14px)}html[data-theme="light"] .topbar{background:#f7f9fc;border-bottom-color:rgba(30,41,59,.15)}.breadcrumbs{min-width:0;flex:1;display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px}.breadcrumbs strong{color:var(--text-2);font-weight:600}.topbar-actions{display:flex;align-items:center;gap:8px}.save-status{color:var(--muted);font-size:11px;white-space:nowrap}.save-status.saving{color:var(--amber)}.save-status.saved{color:var(--green)}.workspace-content{flex:1;min-height:0;overflow:auto;padding:22px clamp(14px,2vw,30px) 30px}

.overview-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:24px}.overview-head h1{font-size:29px;letter-spacing:-.04em}.overview-head p{margin-top:5px;color:var(--muted);font-size:12px}.button{min-height:36px;padding:0 14px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border);background:var(--surface-2);font-weight:650;font-size:12px;transition:.15s}.button:hover{transform:translateY(-1px);border-color:var(--border-2);filter:brightness(1.05)}.button svg{width:15px}.button-primary{color:#fff;background:var(--violet);border-color:transparent;box-shadow:0 9px 25px rgba(124,58,237,.24)}.button-primary:hover{background:var(--violet-2)}.button-ghost{background:rgba(var(--fg-rgb),.035)}.button-danger{color:var(--red);background:rgba(251,92,113,.08);border-color:rgba(251,92,113,.17)}.button-large{min-height:44px;font-size:13px}
.filter-row{display:flex;align-items:center;gap:7px;margin-bottom:18px;overflow-x:auto;padding-bottom:2px}.filter-chip{height:32px;padding:0 12px;border-radius:8px;border:1px solid var(--border);background:transparent;color:var(--muted);white-space:nowrap;font-size:11px}.filter-chip.active,.filter-chip:hover{color:var(--text);background:rgba(var(--fg-rgb),.05)}.filter-chip.active{border-color:rgba(124,58,237,.32);background:rgba(124,58,237,.11);color:#c9b7ff}
.section-heading{display:flex;align-items:center;justify-content:space-between;margin:20px 0 10px}.section-heading h2{font-size:14px}.section-heading span{font-size:10px;color:var(--muted)}
.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,275px),1fr));gap:10px}.project-card{position:relative;min-height:150px;padding:16px;border:1px solid var(--border);border-radius:12px;background:linear-gradient(145deg,rgba(var(--fg-rgb),.035),rgba(var(--fg-rgb),.015));color:inherit;text-align:left;text-decoration:none;overflow:hidden;transition:.18s}.project-card:hover{border-color:rgba(124,58,237,.35);transform:translateY(-2px);box-shadow:0 16px 42px rgba(0,0,0,.16)}.project-card::after{content:"";position:absolute;inset:auto -35px -55px auto;width:120px;height:120px;border-radius:50%;background:color-mix(in srgb,var(--card-color) 12%,transparent);filter:blur(25px)}.project-card-head{display:flex;align-items:center;gap:9px}.project-card-head strong{min-width:0;flex:1;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-card-head svg{width:15px;color:var(--faint)}.project-card-meta{position:relative;z-index:1;margin-top:30px;display:flex;align-items:end;justify-content:space-between;gap:10px}.project-stats{display:grid;gap:4px;color:var(--muted);font-size:11px}.project-stats b{color:var(--text);font:600 12px 'Geist Mono'}.progress-ring{--progress:0;width:45px;height:45px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--card-color) calc(var(--progress)*1%),rgba(var(--fg-rgb),.06) 0);position:relative}.progress-ring::after{content:"";position:absolute;inset:5px;border-radius:50%;background:var(--surface)}.progress-ring span{position:relative;z-index:1;font:9px 'Geist Mono';color:var(--text-2)}.new-project-card{display:grid;place-items:center;align-content:center;gap:7px;border-style:dashed;color:var(--muted);background:transparent}.new-project-card .empty-plus{width:38px;height:38px;border:1px solid var(--border);border-radius:50%;display:grid;place-items:center}.new-project-card:hover{color:var(--text)}

.project-page{width:100%}.project-header{display:flex;align-items:center;gap:13px;margin-bottom:17px}.project-header-main{min-width:0;flex:1}.project-kicker{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px;margin-bottom:4px}.project-title-row{width:100%;display:flex;align-items:center;gap:9px}.project-title{max-width:min(700px,54vw);font-size:26px;font-weight:760;letter-spacing:-.035em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-title-edit{width:100%;max-width:760px;padding:2px 7px;margin-left:-7px;border:1px solid rgba(124,58,237,.4);border-radius:7px;background:var(--surface-2);font-size:26px;font-weight:760;outline:0}.project-quick-stats{min-width:0;margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:6px}.project-quick-stats span{min-height:32px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:8px;background:rgba(var(--fg-rgb),.025);color:var(--muted);font-size:10px;white-space:nowrap}.project-quick-stats svg{width:14px;height:14px;stroke-width:2.2}.project-quick-stats b{color:var(--text);font:700 11px 'Geist Mono'}.project-quick-stats span:first-child svg{color:var(--violet-2)}.project-quick-stats span:nth-child(2) svg{color:var(--teal)}.project-quick-stats span:nth-child(3) svg{color:var(--faint)}html[data-theme="light"] .project-quick-stats span{background:#f8fafc;border-color:rgba(30,41,59,.16);box-shadow:0 1px 2px rgba(30,41,59,.05)}
.tabs-bar{display:flex;align-items:center;gap:7px;margin-bottom:18px;padding:5px;border:1px solid var(--border);border-radius:11px;background:rgba(var(--fg-rgb),.025)}.tabs-scroll{min-width:0;flex:1;display:flex;align-items:center;gap:3px;overflow-x:auto;scrollbar-width:none}.tabs-scroll::-webkit-scrollbar{display:none}.tab-button{height:34px;padding:0 11px;display:flex;align-items:center;gap:7px;border-radius:7px;background:transparent;color:var(--muted);white-space:nowrap;font-size:12px;transition:.14s}.tab-button:hover{color:var(--text);background:rgba(var(--fg-rgb),.055)}.tab-button.active{color:var(--text);background:var(--surface-2);box-shadow:0 1px 0 rgba(var(--fg-rgb),.05),0 3px 10px rgba(0,0,0,.08)}.tab-button.active svg{color:var(--violet-2)}.tab-button svg{width:16px;height:16px;stroke-width:2.15}.tab-count{min-width:19px;padding:2px 5px;text-align:center;border:1px solid var(--border);border-radius:5px;background:rgba(var(--fg-rgb),.08);color:var(--text-2);font:700 9px 'Geist Mono'}.tab-button.active .tab-count{background:rgba(124,58,237,.19);border-color:rgba(155,108,255,.25);color:#cab7ff}.add-tab-button{width:34px;height:34px;flex:none}html[data-theme="light"] .tabs-bar{background:#e6eaf1;border-color:rgba(30,41,59,.15)}html[data-theme="light"] .tab-button.active{box-shadow:0 2px 7px rgba(30,41,59,.11)}html[data-theme="light"] .tab-count{background:#d7ddea;border-color:#bdc6d5;color:#344054}html[data-theme="light"] .tab-button.active .tab-count{background:#7136d6;border-color:#7136d6;color:#fff}
.project-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:14px;align-items:start}.project-layout.single-column{grid-template-columns:minmax(0,1fr)}.panel{border:1px solid var(--border);border-radius:12px;background:rgba(var(--fg-rgb),.02);overflow:hidden}.panel-header{min-height:45px;padding:0 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.panel-header h2{min-width:0;flex:1;font-size:13px}.panel-header-meta{color:var(--muted);font-size:10px}.panel-body{padding:14px}html[data-theme="light"] .panel{background:#f8fafc;border-color:rgba(30,41,59,.16);box-shadow:0 2px 8px rgba(30,41,59,.045)}
.editor-shell{min-height:460px;display:flex;flex-direction:column}.editor-toolbar{height:44px;flex:none;padding:0 10px;display:flex;align-items:center;gap:4px;border-bottom:1px solid var(--border)}.editor-label{display:flex;align-items:center;gap:6px;padding:0 6px;min-width:0;flex:1;font-weight:600;font-size:12px}.editor-label svg{width:14px;color:var(--muted)}.editor-actions{display:flex;gap:4px}.editor-textarea{width:100%;min-height:410px;flex:1;resize:vertical;padding:18px;border:0;outline:0;background:transparent;color:var(--text-2);font:13px/1.65 'Geist Mono',monospace;tab-size:2}.editor-textarea::placeholder{color:var(--faint)}.secret-editor .editor-textarea.is-hidden{filter:blur(7px);user-select:none}.secret-notice{display:flex;align-items:center;gap:7px;padding:9px 14px;border-top:1px solid var(--border);color:var(--muted);font-size:10px}.secret-notice svg{width:13px;color:var(--teal)}
.tasks-panel{min-height:360px}.tasks-header{background:rgba(var(--fg-rgb),.015)}.button-compact{min-height:31px;padding:0 10px;font-size:10px}.task-subtabs{display:flex;align-items:center;gap:5px;padding:8px 12px;border-bottom:1px solid var(--border);background:rgba(var(--fg-rgb),.012);overflow-x:auto}.task-subtab{min-height:33px;padding:0 11px;display:inline-flex;align-items:center;gap:8px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--muted);font-size:11px;font-weight:650;white-space:nowrap}.task-subtab:hover{background:rgba(var(--fg-rgb),.04);color:var(--text)}.task-subtab b{min-width:20px;height:19px;padding:0 5px;display:grid;place-items:center;border:1px solid var(--border);border-radius:5px;background:rgba(var(--fg-rgb),.055);color:var(--text-2);font:700 9px 'Geist Mono'}.task-subtab.active{border-color:rgba(124,58,237,.3);background:rgba(124,58,237,.12);color:var(--text)}.task-subtab.active b{border-color:rgba(155,108,255,.3);background:rgba(124,58,237,.24);color:#d8caff}.task-list{min-height:74px;padding:8px 12px}.task-row{display:grid;grid-template-columns:26px minmax(0,1fr) auto;gap:8px;align-items:center;min-height:50px;padding:4px 7px;border-radius:8px}.task-row+.task-row{border-top:1px solid var(--border)}.task-row:hover{background:rgba(var(--fg-rgb),.04)}.task-check{width:21px;height:21px;border:1px solid var(--border-2);border-radius:6px;background:rgba(var(--fg-rgb),.015);display:grid;place-items:center}.task-check svg{width:13px;opacity:0}.task-check:hover{border-color:var(--violet-2);background:rgba(124,58,237,.09)}.task-row.completed .task-check{border-color:rgba(124,58,237,.55);background:rgba(124,58,237,.2);color:#c5adff}.task-row.completed .task-check svg{opacity:1}.task-status-icon{width:21px;height:21px;display:grid;place-items:center;color:var(--faint)}.task-status-icon svg{width:15px}.task-title{min-width:0;padding:10px 0;border:0;background:transparent;color:var(--text-2);font-size:12.5px;line-height:1.35;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-title:hover{color:var(--text)}.task-row.completed .task-title{text-decoration:line-through;color:var(--muted)}.task-row-actions{display:flex;align-items:center;gap:4px}.task-action{width:31px;height:31px;display:grid;place-items:center;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--muted);opacity:.68}.task-action svg{width:14px;height:14px;stroke-width:2.15}.task-row:hover .task-action,.task-action:focus{opacity:1;border-color:var(--border);background:rgba(var(--fg-rgb),.035);color:var(--text-2)}.task-action.danger:hover{color:var(--red);border-color:rgba(251,92,113,.25);background:rgba(251,92,113,.07)}.tasks-empty{min-height:115px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted);font-size:11px}.tasks-empty>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);border-radius:11px;background:rgba(var(--fg-rgb),.025);color:var(--faint)}.tasks-empty svg{width:17px}.task-pagination{min-height:47px;padding:7px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid var(--border);color:var(--muted);font:10px 'Geist Mono'}.task-pagination>div{display:flex;align-items:center;gap:9px}.task-pagination .icon-button{width:31px;height:31px}.task-pagination b{min-width:42px;text-align:center;color:var(--text-2);font-weight:650}.task-composer{padding:14px;border-top:1px solid var(--border);background:rgba(var(--fg-rgb),.012)}.task-composer-label{display:flex;align-items:center;gap:8px;color:var(--text-2)}.task-composer-label>svg{width:17px;color:var(--violet-2)}.task-composer-label>span{display:grid}.task-composer-label b{font-size:11px}.task-composer-label small{margin-top:1px;color:var(--muted);font-size:9px}.task-add{margin:9px 0 0;padding:10px;border:1px solid var(--border-2);border-radius:10px;background:rgba(var(--fg-rgb),.025);transition:.15s}.task-add:focus-within{border-color:rgba(124,58,237,.5);box-shadow:0 0 0 3px rgba(124,58,237,.08)}.task-add textarea{display:block;width:100%;min-height:84px;max-height:220px;padding:2px 3px 9px;resize:vertical;border:0;outline:0;background:transparent;color:var(--text);font-size:13px;line-height:1.5}.task-add textarea::placeholder{color:var(--muted)}.task-add footer{display:flex;align-items:center;gap:10px;border-top:1px solid var(--border);padding-top:9px}.task-add footer>span{min-width:0;flex:1;color:var(--muted);font-size:9px}.task-add kbd{font:9px 'Geist Mono';padding:2px 4px;border:1px solid var(--border);border-radius:4px;background:var(--surface-2)}.task-add .button{min-height:33px}.task-edit-text{height:auto;min-height:190px;padding:12px;resize:vertical;line-height:1.55}.task-details{display:flex;flex-wrap:wrap;gap:14px;margin-top:11px;color:var(--muted);font-size:10px}.task-details span{display:flex;align-items:center;gap:5px}.task-details svg{width:13px}.modal-actions-spacer{flex:1}.empty-inline{padding:25px 14px;text-align:center;color:var(--muted);font-size:11px}html[data-theme="light"] .task-subtabs{background:#eef1f6}html[data-theme="light"] .task-subtab b{background:#dce2eb;border-color:#c3ccd9;color:#344054}html[data-theme="light"] .task-subtab.active{background:#e8ddff;border-color:#bda2f4;color:#351369}html[data-theme="light"] .task-subtab.active b{background:#7136d6;border-color:#7136d6;color:#fff}html[data-theme="light"] .task-row:hover{background:#edf1f6}html[data-theme="light"] .task-composer{background:#f1f4f8}html[data-theme="light"] .task-add{background:#fff}
.activity-panel{margin-top:14px}.project-layout>aside .activity-panel{margin-top:0}.activity-list{padding:7px 12px 11px}.activity-item{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:8px;align-items:start;padding:8px 0}.activity-item+.activity-item{border-top:1px solid var(--border)}.activity-item .avatar{width:26px;height:26px;font-size:9px}.activity-copy{min-width:0;font-size:11px;color:var(--text-2);line-height:1.4}.activity-copy b{color:var(--text)}.activity-time{font-size:9px;color:var(--muted);white-space:nowrap}.history-panel{min-height:460px}.full-activity-list{padding:8px 16px 18px}.full-activity-list .activity-item{grid-template-columns:32px minmax(0,1fr) auto;padding:11px 0}.full-activity-list .activity-item .avatar{width:30px;height:30px}
.management-page{width:min(1180px,100%);margin:0 auto}.management-head{min-height:92px;margin-bottom:18px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.management-head h1{margin-top:6px;font-size:28px;letter-spacing:-.04em}.management-head p{margin-top:6px;color:var(--muted);font-size:12px}.management-kicker{display:flex;align-items:center;gap:7px;color:var(--violet-2);font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.11em}.management-kicker svg{width:14px}.management-total{padding:6px 9px;border:1px solid var(--border);border-radius:7px;background:rgba(var(--fg-rgb),.03);color:var(--muted);font:10px 'Geist Mono';white-space:nowrap}.management-panel{min-height:220px}.management-user-list{padding:8px}.management-user-list .user-item{border:0;border-radius:8px}.management-user-list .user-item+.user-item{border-top:1px solid var(--border)}.status-pill{padding:4px 7px;border-radius:6px;background:rgba(251,92,113,.09);color:var(--red);font-size:9px;font-weight:700}.status-pill.active{background:rgba(100,214,123,.1);color:var(--green)}html[data-theme="light"] .status-pill.active{color:#177b31;background:#dff4e4}.current-user-label{color:var(--muted);font-size:10px}.profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-card{padding:17px}.profile-identity{display:flex;align-items:center;gap:11px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--border)}.profile-identity .avatar{width:42px;height:42px}.profile-identity>span:last-child{min-width:0;display:grid}.profile-identity b{font-size:14px}.profile-identity small{margin-top:3px;color:var(--muted);font-size:10px}.profile-card-title{display:flex;align-items:center;gap:10px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--border)}.profile-card-title>svg{width:21px;color:var(--teal)}.profile-card-title>span{display:grid}.profile-card-title b{font-size:13px}.profile-card-title small{margin-top:3px;color:var(--muted);font-size:10px}.profile-form{display:grid;gap:13px}.profile-form .button{justify-self:start;margin-top:3px}
.media-panel{min-height:450px}.drop-zone{margin:14px;padding:22px;border:1px dashed var(--border-2);border-radius:10px;display:grid;place-items:center;text-align:center;color:var(--muted);cursor:pointer;transition:.15s}.drop-zone:hover,.drop-zone:focus,.drop-zone.dragging{border-color:var(--violet-2);background:rgba(124,58,237,.08);color:var(--text);outline:0}.drop-zone>svg{width:26px;height:26px;margin-bottom:8px;color:var(--violet-2)}.drop-zone strong{color:var(--text);font-size:13px}.drop-zone>span{margin-top:5px;font-size:10px}.paste-shortcut{display:flex;align-items:center;gap:5px;margin:10px 0 2px!important}.paste-shortcut kbd{padding:5px 8px;border:1px solid var(--border-2);border-bottom-width:2px;border-radius:6px;background:var(--surface-2);color:var(--text);font:11px 'Geist Mono'}.paste-shortcut b{font-weight:500;color:var(--muted)}.choose-media{margin-top:13px!important;font-size:11px!important}.media-input{display:none}.media-grid{padding:0 14px 14px;display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.media-card{min-width:0;border-radius:9px;border:1px solid var(--border);overflow:hidden;background:var(--surface-2)}.media-preview{position:relative;width:100%;aspect-ratio:16/10;padding:0;display:block;background:var(--bg);overflow:hidden}.media-preview img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.media-preview:hover img{transform:scale(1.025)}.media-zoom{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:7px;background:rgba(4,6,10,.5);color:#fff;font-size:11px;font-weight:650;opacity:0;transition:opacity .15s}.media-preview:hover .media-zoom,.media-preview:focus .media-zoom{opacity:1}.media-zoom svg{width:16px}.media-card-footer{height:39px;padding:0 7px 0 10px;display:flex;align-items:center;gap:5px;border-top:1px solid var(--border)}.media-card-name{min-width:0;flex:1;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-action{width:28px;height:28px;display:grid;place-items:center;border-radius:6px;background:transparent;color:var(--muted)}.media-action:hover{background:rgba(var(--fg-rgb),.06);color:var(--text)}.media-action.danger:hover{color:var(--red);background:rgba(251,92,113,.08)}.media-action svg{width:14px}.upload-progress{margin:0 14px 12px;color:var(--teal);font-size:10px}
.media-viewer-backdrop{position:fixed;z-index:110;inset:0;padding:16px;display:grid;place-items:center;background:rgba(0,0,0,.86);backdrop-filter:blur(10px)}.media-viewer{width:min(1500px,100%);height:min(920px,calc(100vh - 32px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#090a0d;box-shadow:0 30px 100px rgba(0,0,0,.65);overflow:hidden}.media-viewer-header{min-height:58px;padding:9px 11px 9px 17px;display:flex;align-items:center;gap:7px;border-bottom:1px solid rgba(255,255,255,.1);color:#f4f6fa}.media-viewer-header strong{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-viewer-stage{position:relative;min-height:0;display:grid;place-items:center;padding:14px;background:repeating-conic-gradient(#0b0d11 0 25%,#0e1015 0 50%) 50%/24px 24px}.media-viewer-stage img{display:block;max-width:100%;max-height:100%;object-fit:contain}.viewer-nav{position:absolute;z-index:1;top:50%;width:43px;height:58px;display:grid;place-items:center;border-radius:10px;background:rgba(0,0,0,.6);color:#fff;transform:translateY(-50%);backdrop-filter:blur(7px)}.viewer-nav:hover{background:rgba(124,58,237,.8)}.viewer-nav.previous{left:12px}.viewer-nav.next{right:12px}.media-viewer-footer{height:34px;display:grid;place-items:center;border-top:1px solid rgba(255,255,255,.1);color:#747e8d;font:10px 'Geist Mono'}

.empty-state{min-height:60vh;display:grid;place-items:center;align-content:center;text-align:center;color:var(--muted)}.empty-state .empty-icon{width:54px;height:54px;margin-bottom:14px;border:1px solid var(--border);border-radius:17px;background:rgba(var(--fg-rgb),.03);display:grid;place-items:center;color:var(--violet-2)}.empty-state h1{color:var(--text);font-size:20px}.empty-state p{max-width:380px;margin:6px 0 18px;font-size:12px}.loading-state svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.modal-backdrop{position:fixed;z-index:100;inset:0;padding:18px;display:grid;place-items:center;background:rgba(0,0,0,.62);backdrop-filter:blur(5px);animation:fade .14s}.modal{width:min(100%,480px);max-height:min(820px,calc(100vh - 36px));overflow:auto;border-radius:14px;border:1px solid var(--border-2);background:var(--surface);box-shadow:var(--shadow);animation:rise .18s}.modal.wide{width:min(100%,780px)}@keyframes fade{from{opacity:0}}@keyframes rise{from{opacity:0;transform:translateY(8px)}}.modal-header{padding:15px 17px;display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.modal-header h2{min-width:0;flex:1;font-size:15px}.modal-body{padding:17px}.modal-actions{padding:12px 17px;display:flex;justify-content:flex-end;gap:7px;border-top:1px solid var(--border)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.field{display:grid;gap:5px}.field.full{grid-column:1/-1}.field>span{font-size:10px;color:var(--muted);font-weight:650}.input{width:100%;height:39px;padding:0 11px;border-radius:8px;border:1px solid var(--border);outline:0;background:rgba(var(--fg-rgb),.035)}.input:focus{border-color:rgba(124,58,237,.48);box-shadow:0 0 0 3px rgba(124,58,237,.08)}.color-row{display:flex;gap:7px}.color-choice{width:25px;height:25px;border-radius:50%;border:3px solid var(--surface);box-shadow:0 0 0 1px var(--border)}.color-choice.active{box-shadow:0 0 0 2px var(--text)}
.user-list{display:grid;gap:8px}.user-item{display:flex;align-items:center;gap:10px;padding:11px;border:1px solid var(--border);border-radius:10px}.user-info{min-width:0;flex:1;display:grid}.user-info b{font-size:12px}.user-info span{color:var(--muted);font-size:10px}.role-pill{padding:4px 7px;border-radius:6px;background:rgba(124,58,237,.12);color:#bda5ff;font-size:9px;font-weight:700}.role-pill.member{background:rgba(45,212,191,.1);color:var(--teal)}.user-item.inactive{opacity:.5}
.toast-root{position:fixed;z-index:200;right:18px;bottom:18px;display:grid;gap:7px;pointer-events:none}.toast{max-width:360px;padding:10px 12px;border-radius:9px;border:1px solid var(--border-2);background:var(--surface-2);box-shadow:var(--shadow);color:var(--text-2);font-size:11px;animation:toast-in .2s}.toast.error{border-color:rgba(251,92,113,.3);color:#ff9cac}.toast.success{border-left:3px solid var(--green)}@keyframes toast-in{from{opacity:0;transform:translateY(8px)}}
.alert{padding:10px 12px;margin-bottom:13px;border-radius:8px;font-size:11px}.alert-danger{background:rgba(251,92,113,.08);border:1px solid rgba(251,92,113,.25);color:#ff9aaa}

.auth-page{min-height:100vh;overflow:hidden;background:#07080b;color:#f4f6fa}.auth-scene{position:fixed;inset:0;overflow:hidden;pointer-events:none}.auth-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to right,#000 0,rgba(0,0,0,.9) 45%,transparent 78%)}.auth-grid::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 34%,rgba(124,58,237,.07) 35%,transparent 36%)}.auth-glow{position:absolute;border-radius:50%;filter:blur(115px);opacity:.22}.auth-glow-one{width:620px;height:620px;left:-190px;top:-230px;background:#7035e4}.auth-glow-two{width:540px;height:540px;right:-140px;bottom:-240px;background:#0e9588;opacity:.12}.auth-orbit{position:absolute;left:14%;top:22%;width:520px;height:520px;border:1px solid rgba(155,108,255,.1);border-radius:50%;transform:rotate(-18deg)}.auth-orbit::before,.auth-orbit::after{content:"";position:absolute;inset:70px;border:1px solid rgba(45,212,191,.07);border-radius:50%}.auth-orbit::after{inset:150px}.auth-orbit i{position:absolute;right:60px;top:80px;width:7px;height:7px;border-radius:50%;background:#9b6cff;box-shadow:0 0 18px #9b6cff}.auth-shell{position:relative;z-index:1;width:100%;min-height:100vh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr)}.auth-visual{min-width:0;padding:clamp(32px,5vw,72px);display:flex;flex-direction:column}.auth-brand{display:flex;align-items:center;gap:11px}.auth-brand>span:last-child{display:grid}.auth-brand b{font-size:17px;letter-spacing:-.02em}.auth-brand small{margin-top:2px;color:#717b8c;font-size:8px;letter-spacing:.22em}.auth-copy{max-width:690px;margin:auto 0 34px}.eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:18px;color:#ad84ff;font-size:9px;font-weight:750;letter-spacing:.14em;text-transform:uppercase}.eyebrow i{width:6px;height:6px;border-radius:50%;background:#2dd4bf;box-shadow:0 0 10px #2dd4bf}.auth-copy h1{font-size:clamp(42px,5vw,74px);line-height:.98;letter-spacing:-.065em}.auth-copy h1 em{font-style:normal;color:#8f5cff}.auth-copy>p{max-width:570px;margin-top:24px;color:#8b94a4;font-size:14px;line-height:1.65}.auth-console{width:min(560px,100%);margin-bottom:auto;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(11,13,17,.68);box-shadow:0 26px 70px rgba(0,0,0,.25);backdrop-filter:blur(16px);overflow:hidden}.auth-console header{height:42px;padding:0 13px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.07);color:#687283;font:9px 'Geist Mono';letter-spacing:.06em}.auth-console header>span{display:flex;gap:5px}.auth-console header i{width:6px;height:6px;border-radius:50%;background:#3c424d}.auth-console header i:first-child{background:#fb5c71}.auth-console header i:nth-child(2){background:#fbbf24}.auth-console header i:nth-child(3){background:#64d67b}.auth-console header b{flex:1;font-weight:500}.auth-console header small{padding:3px 6px;border-radius:4px;background:rgba(45,212,191,.08);color:#2dd4bf}.auth-console-body{padding:10px 14px}.auth-console-body p{min-height:31px;display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;color:#aab2bf;font:10px 'Geist Mono'}.auth-console-body span{color:#404753}.auth-console-body b{font-weight:500}.auth-console-body em{font-style:normal;color:#2dd4bf}.auth-console footer{height:34px;padding:0 14px;display:flex;align-items:center;gap:7px;border-top:1px solid rgba(255,255,255,.07);color:#535d6c;font:8px 'Geist Mono';letter-spacing:.13em;text-transform:uppercase}.auth-pulse,.status-dot{width:6px;height:6px;border-radius:50%;background:#2dd4bf;box-shadow:0 0 9px #2dd4bf}.auth-features{display:flex;flex-wrap:wrap;gap:18px;margin-top:26px;color:#697383;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.auth-features span{display:flex;align-items:center;gap:7px}.auth-features svg{width:13px;color:#8f5cff}.auth-entry{position:relative;padding:36px clamp(28px,5vw,72px);display:flex;flex-direction:column;justify-content:center;border-left:1px solid rgba(255,255,255,.06);background:linear-gradient(145deg,rgba(16,18,24,.78),rgba(9,10,13,.94));backdrop-filter:blur(22px)}.auth-entry::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 12%,rgba(124,58,237,.1),transparent 30%);pointer-events:none}.auth-entry-top{position:absolute;z-index:1;left:clamp(28px,5vw,72px);right:clamp(28px,5vw,72px);top:30px;display:flex;align-items:center;justify-content:space-between;color:#6d7685;font:8px 'Geist Mono';letter-spacing:.12em;text-transform:uppercase}.auth-entry-top>span{display:flex;align-items:center;gap:8px}.auth-card{position:relative;z-index:1;width:min(100%,440px);margin:auto;padding:31px;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:rgba(18,20,27,.72);box-shadow:0 35px 100px rgba(0,0,0,.38);backdrop-filter:blur(24px)}.auth-heading{margin:0 0 25px}.auth-lock{width:46px;height:46px;margin-bottom:19px;display:grid;place-items:center;border:1px solid rgba(155,108,255,.28);border-radius:13px;background:linear-gradient(145deg,rgba(124,58,237,.2),rgba(124,58,237,.06));color:#ad84ff;box-shadow:0 10px 30px rgba(124,58,237,.13)}.auth-lock svg{width:22px;height:22px}.auth-heading h2{font-size:25px;letter-spacing:-.035em}.auth-heading p{margin-top:7px;color:#7e8898;font-size:12px}.auth-form{display:grid;gap:15px}.auth-form label{display:grid;gap:7px}.auth-form label>span:first-child{color:#8e98a8;font-size:10px;font-weight:650}.auth-input{height:46px;display:flex;align-items:center;gap:10px;padding:0 11px;border:1px solid rgba(255,255,255,.11);border-radius:10px;background:rgba(5,6,9,.36);transition:.15s}.auth-input:focus-within{border-color:rgba(155,108,255,.62);box-shadow:0 0 0 3px rgba(124,58,237,.1)}.auth-input>svg{width:16px;color:#626c7b}.auth-input input{min-width:0;flex:1;height:100%;padding:0;border:0;outline:0;background:transparent;color:#f4f6fa;font-size:13px}.auth-input input::placeholder{color:#515a68}.auth-input button{width:30px;height:30px;display:grid;place-items:center;border-radius:7px;background:transparent;color:#687283}.auth-input button:hover{background:rgba(255,255,255,.05);color:#abb4c2}.auth-input button svg{width:15px}.auth-submit{width:100%;height:47px;margin-top:5px;justify-content:space-between;padding:0 17px;background:linear-gradient(110deg,#7136d6,#8b3ff1);box-shadow:0 16px 34px rgba(124,58,237,.26)}.auth-submit svg{width:17px}.auth-card>footer{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07);color:#576170;font-size:9px}.auth-card>footer svg{width:12px}.auth-card .alert{display:flex;align-items:center;gap:8px}.auth-card .alert svg{width:15px;flex:none}

.auth-page>.auth-card{margin:10vh auto;padding:31px}.auth-page>.auth-card .auth-heading{margin:30px 0 24px}.auth-page>.auth-card .auth-heading h1{font-size:25px;letter-spacing:-.035em}.auth-page>.auth-card .auth-heading p{margin-top:7px;color:#7e8898;font-size:12px}.auth-form label>input{height:46px;padding:0 12px;border:1px solid rgba(255,255,255,.11);border-radius:10px;outline:0;background:rgba(5,6,9,.36);color:#f4f6fa}.auth-form label>input:focus{border-color:rgba(155,108,255,.62);box-shadow:0 0 0 3px rgba(124,58,237,.1)}

.mobile-only{display:none}.mobile-overlay{display:none}
@media(max-width:1100px){.project-layout{grid-template-columns:1fr}.tasks-panel{position:static}.activity-panel{margin-bottom:14px}.editor-shell{min-height:380px}.editor-textarea{min-height:330px}.project-title-row{flex-wrap:wrap}.project-quick-stats{width:100%;margin:5px 0 0;justify-content:flex-start}.auth-shell{grid-template-columns:minmax(0,1fr) 470px}.auth-visual{padding:38px}.auth-copy h1{font-size:52px}.auth-features{display:none}}
@media(max-width:760px){
  :root{--sidebar:min(86vw,310px)}.mobile-only{display:inline-grid}.app-shell{display:block}.project-sidebar{position:fixed;left:0;top:0;transform:translateX(-102%);width:var(--sidebar);transition:transform .2s;box-shadow:25px 0 60px rgba(0,0,0,.4)}body.sidebar-open .project-sidebar{transform:none}.mobile-overlay{position:fixed;z-index:25;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(3px)}body.sidebar-open .mobile-overlay{display:block}.workspace{width:100%}.topbar{height:54px;padding:0 11px}.topbar .save-status{display:none}.workspace-content{padding:17px 12px 28px}.overview-head{align-items:center}.overview-head h1{font-size:23px}.overview-head p{display:none}.project-grid{grid-template-columns:1fr}.project-card{min-height:120px}.project-card-meta{margin-top:20px}.project-header{align-items:flex-start;gap:8px}.project-title-row{gap:7px}.project-title{font-size:22px;max-width:calc(100vw - 135px)}.project-title-edit{font-size:22px}.project-quick-stats{margin-top:7px;display:grid;grid-template-columns:repeat(3,max-content);max-width:100%;overflow-x:auto;padding-bottom:2px}.project-quick-stats span{min-height:30px;padding:0 8px;font-size:9px}.tabs-bar{margin-left:-12px;margin-right:-12px;padding:5px 8px;border-left:0;border-right:0;border-radius:0}.tab-button{padding:0 10px}.project-layout{gap:10px}.panel{border-radius:10px}.task-subtabs{padding:7px 9px}.task-subtab{min-height:32px;padding:0 9px}.task-list{padding:6px}.task-row{min-height:49px;padding:4px}.task-action{width:32px;height:32px;opacity:1}.task-add footer>span{display:none}.task-composer{padding:11px}.editor-shell{min-height:55vh}.editor-textarea{padding:14px;min-height:45vh;font-size:12px}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 10px 10px}.drop-zone{margin:10px;padding:18px}.management-head{min-height:72px;align-items:flex-start;flex-direction:column;gap:13px}.management-head h1{font-size:24px}.management-total{align-self:flex-start}.management-user-list .user-item{align-items:flex-start;flex-wrap:wrap}.management-user-list .user-info{min-width:calc(100% - 46px)}.profile-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.modal-backdrop{padding:10px;place-items:end center}.modal{max-height:88vh;border-radius:14px 14px 10px 10px}.modal-actions{flex-wrap:wrap}.modal-actions-spacer{display:none}.modal-actions .button-danger{margin-right:auto}.toast-root{left:10px;right:10px;bottom:10px}.toast{max-width:none}.activity-time{display:none}
}
@media(max-width:760px){.auth-page{overflow:auto}.auth-shell{min-height:100dvh;display:block}.auth-visual{min-height:225px;padding:25px 22px 42px}.auth-copy{margin:auto 0 0}.auth-copy .eyebrow{margin-bottom:11px}.auth-copy h1{font-size:38px}.auth-copy>p{display:none}.auth-console,.auth-features{display:none}.auth-entry{min-height:calc(100dvh - 225px);padding:38px 16px 24px;border-left:0;border-top:1px solid rgba(255,255,255,.07);border-radius:24px 24px 0 0;margin-top:-23px}.auth-entry-top{top:15px;left:22px;right:22px}.auth-card{padding:23px;border-radius:15px}.auth-lock{width:40px;height:40px;margin-bottom:14px}.auth-heading{margin-bottom:20px}.auth-heading h2{font-size:22px}.auth-input{height:45px}}
@media(max-width:760px){.media-viewer-backdrop{padding:0}.media-viewer{height:100dvh;border:0;border-radius:0}.media-viewer-header{min-height:54px;padding:7px;gap:5px}.media-viewer-header strong{font-size:11px}.media-viewer-header .button{min-width:36px;padding:0 9px;font-size:0}.media-viewer-header .button svg{width:16px}.media-viewer-stage{padding:5px}.viewer-nav{width:36px;height:50px}.viewer-nav.previous{left:5px}.viewer-nav.next{right:5px}}
@media(max-width:390px){.media-grid{grid-template-columns:1fr}.project-header-actions .icon-button:nth-of-type(2){display:none}.overview-head .button span{display:none}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}
