:root{--brand:#6d5dfc;--accent:#24c8a5;--ink:#17162a;--muted:#777589;--line:#e8e7ef;--soft:#f6f5fa;--canvas:#fbfaff;--white:#fff;--shadow:0 10px 30px rgba(35,28,75,.07);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--canvas)}
*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--canvas)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{display:grid;grid-template-columns:244px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:28px 20px 20px;background:#151424;color:#deddea;display:flex;flex-direction:column;z-index:30}.brand{display:flex;gap:11px;align-items:center;font-size:19px;font-weight:800;letter-spacing:-.5px;padding:0 8px 28px}.brand img{width:34px;height:34px;object-fit:contain}.brand-mark{width:34px;height:34px;border-radius:11px;background:linear-gradient(145deg,var(--brand),#9489ff);display:inline-grid;place-items:center;color:white;font-weight:900;box-shadow:0 8px 20px color-mix(in srgb,var(--brand) 35%,transparent)}.brand-mark.large{width:44px;height:44px;border-radius:14px;font-size:22px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar nav a{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:10px;color:#a8a6b7;font-size:14px;font-weight:600}.sidebar nav a span{font-size:17px;width:18px;text-align:center}.sidebar nav a:hover,.sidebar nav a.active{background:#27253a;color:#fff}.sidebar nav a.active{box-shadow:inset 3px 0 var(--accent)}.sidebar-foot{margin-top:auto;border-top:1px solid #302e42;padding:18px 4px 0;display:flex;align-items:center;gap:10px}.avatar{width:36px;height:36px;border-radius:50%;display:inline-grid;place-items:center;background:color-mix(in srgb,var(--brand) 16%,white);color:var(--brand);font-style:normal;font-weight:800;flex:none}.avatar.small{width:28px;height:28px;font-size:12px}.user-meta{min-width:0;display:flex;flex-direction:column;flex:1}.user-meta strong{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-meta span{font-size:11px;color:#888697}.icon-button{border:0;background:transparent;color:#888697;font-size:18px}.main{min-width:0}.topbar{height:70px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.84);backdrop-filter:blur(18px);display:flex;align-items:center;padding:0 36px;position:sticky;top:0;z-index:20}.topbar-context{flex:1;color:var(--muted);font-size:13px}.menu-button{display:none;border:0;background:none;font-size:22px}.content{padding:36px;max-width:1500px;margin:auto}.page-heading{display:flex;align-items:flex-end;margin-bottom:28px}.page-heading.split{justify-content:space-between;gap:20px}.page-heading h1,.detail-head h1{font-size:32px;line-height:1.12;margin:4px 0 8px;letter-spacing:-1.2px}.page-heading p{margin:0;color:var(--muted)}.eyebrow{font-size:10px!important;letter-spacing:1.8px;font-weight:900;color:var(--brand)!important;margin:0 0 8px!important}.eyebrow.light{color:#aaa5ff!important}.button{border:0;background:var(--brand);color:white;border-radius:10px;padding:11px 17px;font-weight:750;display:inline-flex;gap:8px;align-items:center;justify-content:center;box-shadow:0 7px 16px color-mix(in srgb,var(--brand) 20%,transparent)}.button:hover{filter:brightness(.96)}.button.compact{padding:8px 13px;font-size:13px}.button.secondary{background:#efedff;color:var(--brand);box-shadow:none}.button.ghost{background:transparent;color:var(--muted);border:1px solid var(--line);box-shadow:none}.button.full{width:100%}.panel{background:var(--white);border:1px solid var(--line);border-radius:16px;padding:22px;box-shadow:var(--shadow)}.panel.flush{padding:0;overflow:hidden}.panel-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:18px}.panel-head h2,.panel h2{font-size:16px;margin:0 0 4px}.panel-head p{margin:0;color:var(--muted);font-size:12px}.panel-head a{color:var(--brand);font-size:13px;font-weight:700}.stats-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;margin-bottom:22px}.stat-card{background:white;border:1px solid var(--line);border-radius:14px;padding:17px;display:flex;align-items:center;gap:13px;transition:.2s}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.stat-card div{display:flex;flex-direction:column}.stat-card strong{font-size:24px;line-height:1}.stat-card span:last-child{font-size:11px;color:var(--muted);margin-top:5px}.stat-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-weight:900}.stat-icon.purple{background:#eeebff;color:#6d5dfc}.stat-icon.red{background:#ffeaec;color:#e54c5e}.stat-icon.amber{background:#fff4dc;color:#c88419}.stat-icon.dark{background:#ecebf1;color:#49475b}.stat-icon.blue{background:#e7f2ff;color:#3480cf}.stat-icon.green{background:#e4f8f1;color:#159c7f}.task-table{display:flex;flex-direction:column}.task-row{display:grid;grid-template-columns:12px minmax(220px,1fr) 130px 100px 100px;gap:15px;align-items:center;padding:15px 20px;border-bottom:1px solid var(--line)}.task-row:last-child{border-bottom:0}.task-row:hover{background:#faf9fe}.priority-dot{width:8px;height:8px;border-radius:50%;background:#bcbac8}.priority-dot.high{background:#f29b38}.priority-dot.urgent{background:#ee5264}.priority-dot.low{background:#79b0e8}.task-main{display:flex;min-width:0;flex-direction:column}.task-main strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.task-main small,.file-list small{color:var(--muted);font-size:11px;margin-top:3px}.status-pill{display:inline-flex;width:max-content;padding:5px 8px;border-radius:7px;background:#f0eff4;color:#5b5968;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.3px}.status-pill.in_progress{background:#e9efff;color:#476bd2}.status-pill.review{background:#fff3d7;color:#a36e19}.status-pill.blocked{background:#ffe7ea;color:#ca4153}.status-pill.done{background:#def7ee;color:#19866f}.date{font-size:12px;color:var(--muted)}.date.overdue{color:#d94256;font-weight:800}.avatars{display:flex;justify-content:flex-end}.avatars i{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#eceaff;color:var(--brand);font-size:10px;font-style:normal;font-weight:900;border:2px solid #fff;margin-left:-7px}.empty{text-align:center;padding:55px 20px;color:var(--muted)}.empty>span{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:15px;background:#eeecff;color:var(--brand);font-size:20px}.empty h3{color:var(--ink);margin:14px 0 5px}.empty p{margin:0 0 18px}.filters{display:flex;gap:10px;align-items:center;margin-bottom:16px}.filters select,.filters input,.form-grid input,.form-grid select,.form-grid textarea,.inline-form input,.comment-form textarea,.panel select{border:1px solid #dcd9e5;background:white;border-radius:9px;padding:10px 11px;outline:none;color:var(--ink)}.filters select:focus,.filters input:focus,.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.inline-form input:focus,.comment-form textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)}.search{display:flex;align-items:center;background:white;border:1px solid #dcd9e5;border-radius:9px;padding-left:11px;flex:1;max-width:420px}.search input{border:0;flex:1}.checkbox{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:5px}.view-switch{display:flex;border:1px solid var(--line);background:white;border-radius:10px;padding:3px}.view-switch a{padding:7px 12px;border-radius:7px;font-size:12px;font-weight:700;color:var(--muted)}.view-switch a.active{background:#eceaff;color:var(--brand)}.kanban{display:grid;grid-template-columns:repeat(5,minmax(240px,1fr));gap:12px;overflow-x:auto;padding-bottom:18px}.kanban-column{background:#f0eff5;border:1px solid #e5e3ec;border-radius:14px;padding:10px;min-height:480px}.kanban-column>header{display:flex;align-items:center;gap:8px;padding:7px 5px 12px;font-size:12px;text-transform:uppercase;letter-spacing:.4px}.kanban-column>header em{font-style:normal;margin-left:auto;background:white;color:var(--muted);width:21px;height:21px;border-radius:7px;display:grid;place-items:center}.column-dot{width:8px;height:8px;border-radius:50%;background:#999}.column-dot.todo{background:#8e8b9c}.column-dot.in_progress{background:#5078e5}.column-dot.review{background:#e4a235}.column-dot.blocked{background:#e24b5e}.column-dot.done{background:#26a98b}.kanban-cards{display:flex;flex-direction:column;gap:9px;min-height:400px}.kanban-card{background:white;border:1px solid #e2e0e9;border-radius:11px;padding:13px;box-shadow:0 3px 10px rgba(40,35,70,.04)}.kanban-card.dragging{opacity:.35}.kanban-card h3{font-size:13px;line-height:1.4;margin:10px 0 16px}.kanban-card footer{display:flex;align-items:center;justify-content:space-between}.project-tag{font-size:10px;font-weight:800;color:var(--project-color);display:inline-flex;align-items:center;gap:5px}.project-tag:before{content:"";width:6px;height:6px;border-radius:2px;background:var(--project-color)}.narrow-page{max-width:680px;margin:auto}.narrow-page.wide{max-width:860px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid label,.form-grid fieldset{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:750;color:#5f5d6d}.form-grid fieldset{border:1px solid var(--line);border-radius:10px;padding:13px}.form-grid legend{padding:0 5px}.span-2{grid-column:span 2}.actions{display:flex;justify-content:flex-end;gap:9px;padding-top:4px}.hint{font-weight:400;color:var(--muted)}.people-select{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.people-select label{flex-direction:row;align-items:center;border:1px solid var(--line);border-radius:9px;padding:8px;font-weight:600}.detail-head{display:flex;align-items:start;justify-content:space-between;margin-bottom:22px}.detail-head h1{max-width:900px}.back-link{display:block;color:var(--muted);font-size:12px;margin-bottom:15px}.detail-meta{display:flex;gap:10px;align-items:center}.priority-label{font-size:11px;font-weight:800}.priority-label.urgent{color:#d94256}.priority-label.high{color:#c77a18}.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px}.detail-main,.detail-side{display:flex;flex-direction:column;gap:16px}.prose{white-space:pre-line;line-height:1.7;color:#4f4d5d;font-size:14px}.blocked-note{background:#fff1f2;border-left:3px solid #e45163;padding:12px 14px;margin-top:18px;border-radius:7px}.blocked-note p{margin:5px 0 0;color:#7c424b;font-size:13px}.checklist{display:flex;flex-direction:column;gap:5px}.check-item{width:100%;display:flex;align-items:center;gap:10px;border:0;background:transparent;padding:8px 2px;text-align:left;color:var(--ink)}.check-item span{width:20px;height:20px;border:1.5px solid #c7c4d1;border-radius:6px;display:grid;place-items:center;color:white}.check-item.done{color:var(--muted);text-decoration:line-through}.check-item.done span{background:var(--accent);border-color:var(--accent)}.inline-form{display:flex;gap:8px;margin-top:14px}.inline-form input{flex:1;min-width:0}.comments{display:flex;flex-direction:column;gap:17px}.comments article{display:flex;gap:10px}.comments article>div{flex:1}.comments header{display:flex;gap:8px;align-items:center}.comments time{font-size:10px;color:var(--muted)}.comments p{margin:5px 0;white-space:pre-line;font-size:13px;line-height:1.55}.comment-form{display:flex;flex-direction:column;align-items:flex-end;gap:8px;margin-top:18px}.comment-form textarea{width:100%;resize:vertical}.detail-side .panel form{display:flex;flex-direction:column;gap:9px}.people-list{display:flex;flex-direction:column;gap:9px}.people-list>span{display:flex;align-items:center;gap:8px;font-size:13px}.file-list{display:flex;flex-direction:column;gap:8px}.file-list a{display:flex;align-items:center;gap:9px;padding:8px;background:var(--soft);border-radius:8px}.file-list a>span{font-size:18px;color:var(--brand)}.file-list div{min-width:0;display:flex;flex-direction:column}.file-list strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-form{margin-top:12px}.upload-form input{font-size:10px;max-width:100%}.timeline{display:flex;flex-direction:column;gap:10px}.timeline>div{display:flex;gap:8px}.timeline>div>span{width:7px;height:7px;background:var(--brand);border-radius:50%;margin-top:5px;flex:none}.timeline p{font-size:11px;margin:0;line-height:1.4}.timeline small{display:block;color:var(--muted);margin-top:2px}.muted{color:var(--muted)!important}.create-panel{margin-bottom:18px}.create-panel summary{cursor:pointer;font-weight:800;color:var(--brand)}.create-panel[open] summary{margin-bottom:20px}.create-panel.inner{margin-top:20px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.project-card{position:relative;background:white;border:1px solid var(--line);border-radius:15px;padding:20px;overflow:hidden;box-shadow:var(--shadow)}.project-accent{position:absolute;inset:0 auto 0 0;width:4px;background:var(--project-color)}.project-card header,.project-card footer{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:10px}.project-card h2{font-size:18px;margin:18px 0 8px}.project-card p{font-size:12px;line-height:1.55;color:var(--muted);height:38px;overflow:hidden}.project-card footer{border-top:1px solid var(--line);padding-top:14px;margin-top:17px}.project-card footer a{color:var(--brand);font-weight:800}.span-all{grid-column:1/-1}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.simple-list{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px}.simple-list>span{background:var(--soft);padding:7px 9px;border-radius:7px;font-size:12px}.simple-list small{color:var(--muted)}.compact-grid{gap:10px}.users-table{display:flex;flex-direction:column}.users-table>div{display:grid;grid-template-columns:35px 1fr 1.4fr 130px 70px;align-items:center;gap:9px;border-bottom:1px solid var(--line);padding:10px 0;font-size:12px}.alert{padding:11px 13px;border-radius:8px;font-size:12px}.alert.error{background:#ffeaed;color:#b63143}.auth-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.auth-story{background:#181629;color:white;padding:52px 7vw;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-story:after{content:"";position:absolute;width:460px;height:460px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-190px;top:20%;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018)}.auth-brand{display:flex;align-items:center;gap:11px;font-size:20px}.auth-story h1{font-size:52px;line-height:1.06;letter-spacing:-2.5px;margin:10px 0 18px;position:relative;z-index:1}.auth-story p{color:#aaa8ba;max-width:500px;line-height:1.7;position:relative;z-index:1}.auth-proof{font-size:12px;color:#a6a3b5}.auth-proof span{color:var(--accent)}.auth-form-wrap{display:grid;place-items:center;padding:40px;background:white}.auth-form{width:min(400px,100%);display:flex;flex-direction:column;gap:18px}.auth-form h2{font-size:30px;letter-spacing:-1px;margin:4px 0 7px}.auth-form label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:750}.auth-form input{border:1px solid #dcd9e5;border-radius:9px;padding:12px;outline:none}.auth-form input:focus{border-color:var(--brand);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 12%,transparent)}
@media(max-width:1100px){.stats-grid{grid-template-columns:repeat(3,1fr)}.project-grid{grid-template-columns:repeat(2,1fr)}.kanban{grid-template-columns:repeat(5,260px)}.detail-layout{grid-template-columns:1fr}.detail-side{display:grid;grid-template-columns:repeat(2,1fr)}.task-row{grid-template-columns:12px 1fr 120px 90px}.task-row .avatars{display:none}}
@media(max-width:760px){.app-shell{display:block}.sidebar{position:fixed;left:-260px;width:244px;transition:left .2s}.sidebar.open{left:0}.topbar{padding:0 16px;height:62px}.menu-button{display:block;margin-right:12px}.topbar-context{display:none}.content{padding:24px 16px}.page-heading.split{align-items:flex-start;flex-direction:column}.page-heading h1,.detail-head h1{font-size:28px}.stats-grid{grid-template-columns:repeat(2,1fr)}.task-row{grid-template-columns:10px 1fr 78px;padding:13px 12px;gap:8px}.task-row .status-pill{display:none}.filters{flex-wrap:wrap}.search{max-width:none;width:100%;flex-basis:100%}.project-grid,.settings-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.detail-head{gap:10px}.detail-side{display:flex}.auth-page{grid-template-columns:1fr}.auth-story{display:none}.auth-form-wrap{min-height:100vh;padding:28px}.users-table>div{grid-template-columns:35px 1fr 100px}.users-table>div span:nth-child(3),.users-table>div span:last-child{display:none}.people-select{grid-template-columns:1fr}}
