*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f7f4f5;color:#171314}button,input{font:inherit}.hidden{display:none!important}.screen{min-height:100vh;display:grid;place-items:center;padding:24px}.login-screen{background:radial-gradient(circle at top,#2a181f 0,#121112 46%,#080808 100%)}.login-card{width:min(440px,100%);background:#fff;border-radius:28px;padding:38px;box-shadow:0 28px 80px #0008}.brand-mark{width:58px;height:58px;border-radius:18px;background:linear-gradient(145deg,#171314,#8f4d67);color:#fff;display:grid;place-items:center;font-weight:800;font-size:28px;margin-bottom:18px}.brand-mark.small{width:42px;height:42px;border-radius:14px;font-size:20px;margin:0}.eyebrow{font-size:11px;letter-spacing:.18em;font-weight:800;color:#a05a72}.login-card h1,.hero h1,.section-title h2,.topbar h2{margin:6px 0 8px}.muted{color:#746a6e;line-height:1.6}.form{display:grid;gap:16px;margin-top:26px}.form label{display:grid;gap:7px;font-size:13px;font-weight:700}.form input{border:1px solid #e6dfe2;border-radius:14px;padding:14px 15px;outline:none}.form input:focus{border-color:#b86984;box-shadow:0 0 0 3px #b8698420}.primary{border:0;border-radius:14px;padding:14px 18px;background:#171314;color:#fff;font-weight:800;cursor:pointer}.error{color:#a52a45;font-size:13px;min-height:18px}.app{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.sidebar{background:#111;color:#fff;padding:24px 18px;display:flex;flex-direction:column;gap:30px}.brand{display:flex;align-items:center;gap:12px}.brand strong,.brand span{display:block}.brand span{color:#c6b7bd;font-size:12px}.sidebar nav{display:grid;gap:8px}.nav,.logout{border:0;background:transparent;color:#cdbfc4;text-align:left;padding:12px 14px;border-radius:12px;cursor:pointer}.nav.active,.nav:hover{background:#ffffff10;color:#fff}.logout{margin-top:auto}.main{padding:28px 34px 48px;max-width:1440px;width:100%;margin:auto}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.avatar{width:44px;height:44px;border-radius:50%;background:#171314;color:#fff;display:grid;place-items:center;font-weight:800}.section{display:none}.active-section{display:block}.hero{background:linear-gradient(120deg,#171314,#3a222c 62%,#7d455a);color:#fff;border-radius:26px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 20px 50px #40202f25}.hero p{color:#e8dde1}.hero-badge{width:128px;height:128px;border:1px solid #ffffff35;border-radius:50%;display:grid;place-items:center;align-content:center;background:#ffffff08}.hero-badge span{font-size:30px;font-weight:800}.hero-badge small{color:#e8dde1}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:20px 0}.card,.panel{background:#fff;border:1px solid #eee6e9;border-radius:20px;padding:20px;box-shadow:0 8px 24px #3d233008}.card span,.card small{display:block;color:#81757a;font-size:12px}.card strong{display:block;font-size:22px;margin:12px 0 7px}.panel-head,.section-title{display:flex;justify-content:space-between;align-items:center;gap:20px}.progress{height:11px;background:#eee6e9;border-radius:100px;overflow:hidden;margin:18px 0}.progress div{height:100%;width:0;background:linear-gradient(90deg,#8d4961,#c87b96);border-radius:100px;transition:.4s}.timeline{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:20px 0}.step{background:#fff;border:1px solid #eee6e9;border-radius:18px;padding:18px;min-height:120px}.step.done{border-color:#d9a8b9;background:#fff9fb}.step.current{background:#171314;color:#fff;border-color:#171314}.step .num{width:30px;height:30px;border-radius:50%;background:#f0e7ea;display:grid;place-items:center;font-size:12px;font-weight:800;margin-bottom:12px}.step.current .num{background:#fff;color:#171314}.pill{background:#f1e5e9;color:#7b3f54;border-radius:100px;padding:7px 11px;font-size:12px;font-weight:800}.action-list{display:grid;gap:12px;margin-top:20px}.action{background:#fff;border:1px solid #eee6e9;border-radius:18px;padding:18px;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}.action h3{margin:0 0 7px;font-size:16px}.action-meta{display:flex;gap:10px;flex-wrap:wrap;color:#84777c;font-size:12px}.status-btn{border:1px solid #dacbd0;background:#fff;border-radius:12px;padding:10px 12px;cursor:pointer;font-weight:700}.status-btn.done{background:#171314;color:#fff;border-color:#171314}.action.done{opacity:.68}.action.done h3{text-decoration:line-through}@media(max-width:1050px){.cards{grid-template-columns:repeat(2,1fr)}.timeline{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.app{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:10;flex-direction:row;align-items:center;padding:12px 16px;gap:10px}.sidebar nav{display:flex;overflow:auto}.brand span,.logout{display:none}.main{padding:20px 16px}.hero{padding:24px;align-items:flex-start}.hero-badge{width:92px;height:92px;flex:0 0 auto}.hero-badge span{font-size:23px}.cards{grid-template-columns:1fr}.timeline{grid-template-columns:1fr}.action{grid-template-columns:1fr}.topbar{margin-top:8px}}