:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:#17202b;background:#f6f8fb;--ink:#17202b;--muted:#788495;--line:#e5eaf0;--blue:#2563eb;--green:#10b981}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f6f8fb}button,input{font:inherit}button{cursor:pointer;border:0}.login-shell{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 75% 10%,#e7efff 0,transparent 32%),#f6f8fb}.brand{display:flex;align-items:center;gap:10px}.brand strong{display:block;font-size:17px;letter-spacing:-.03em}.brand small{display:block;color:var(--muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--ink);color:white;font-weight:800}.login-shell>.brand{position:absolute;top:28px;left:32px}.login-card{width:min(410px,100%);padding:42px;background:white;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 60px #23385b12}.eyebrow{margin:0 0 10px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.13em}.login-card h1,.page-head h1{margin:0;font-size:32px;letter-spacing:-.05em}.muted{color:var(--muted);line-height:1.55}.login-card form{margin-top:28px}label{display:block;margin:16px 0;color:#4b5563;font-size:13px;font-weight:650}input{display:block;width:100%;margin-top:7px;padding:12px 13px;border:1px solid var(--line);border-radius:9px;outline:none}input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb18}.primary{width:100%;margin-top:8px;padding:13px 15px;border-radius:9px;background:var(--blue);color:white;font-weight:750}.primary span{float:right}.error{color:#dc2626;font-size:13px}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 34px;background:#fff;border-bottom:1px solid var(--line)}.top-actions{display:flex;align-items:center;gap:16px}.badge{color:#596579;font-size:13px}.quiet{padding:9px 12px;background:transparent;color:#596579;border-radius:8px}.quiet:hover{background:#f0f3f7;color:var(--ink)}.layout{display:grid;grid-template-columns:230px 1fr;min-height:calc(100vh - 76px)}.sidebar{display:flex;flex-direction:column;padding:32px 18px;border-right:1px solid var(--line);background:#fff}.nav{text-align:left;padding:12px 14px;border-radius:9px;background:#edf3ff;color:var(--blue);font-weight:750}.nav span{float:right}.sidebar-foot{margin-top:auto;display:flex;gap:8px;align-items:center;color:var(--muted);font-size:12px;padding:12px}.pulse{width:7px;height:7px;border-radius:50%;background:var(--green)}.content{max-width:1200px;width:100%;padding:48px 52px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:30px}.page-head h1{font-size:29px}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:18px}.project-card{padding:22px;background:#fff;border:1px solid var(--line);border-radius:14px;transition:.2s}.project-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #23385b0c}.card-top{display:flex;justify-content:space-between;align-items:center}.project-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#eef3ff;color:var(--blue);font-weight:800}.status{padding:5px 8px;border-radius:20px;font-size:11px;text-transform:capitalize}.status-active{background:#e9faf4;color:#07865e}.status-waiting_review{background:#fff5dc;color:#a26300}.status-completed{background:#e9efff;color:#3156b8}.status-paused{background:#f1f3f5;color:#687384}.project-card h2{margin:18px 0 3px;font-size:18px;letter-spacing:-.02em}.customer{height:22px;margin:0;color:var(--muted);font-size:13px}.progress-row{display:flex;justify-content:space-between;margin-top:24px;color:var(--muted);font-size:12px}.progress-row strong{color:var(--ink)}.progress{height:7px;margin-top:9px;overflow:hidden;border-radius:10px;background:#edf0f4}.progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#5b8df5)}.card-meta{display:flex;justify-content:space-between;gap:8px;margin-top:18px;color:#98a2b1;font-size:11px}.empty{padding:45px;text-align:center;border:1px dashed #cbd5e1;border-radius:14px;color:var(--muted)}#toast{position:fixed;z-index:5;top:20px;left:50%;padding:10px 15px;border-radius:9px;background:var(--ink);color:#fff;font-size:13px;opacity:0;transform:translate(-50%,-10px);transition:.2s;pointer-events:none}#toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:700px){.login-shell>.brand{left:20px}.topbar{padding:0 18px}.layout{display:block}.sidebar{display:none}.content{padding:32px 18px}.page-head{align-items:flex-start;gap:14px}.page-head h1{font-size:25px}.badge{display:none}}@media(prefers-reduced-motion:reduce){.project-card,#toast{transition:none}}.login-shell[hidden],#workspace[hidden],.empty[hidden],.error[hidden]{display:none}