:root{--ink:#30283f;--muted:#8d8498;--line:#eee8f0;--cream:#fffaf7;--rose:#f8dfe6;--lavender:#ebe4f5;--gold:#f7ecd2;--plum:#e9e0ec}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}.shell{display:flex;min-height:100vh}.sidebar{width:240px;padding:32px 20px;border-right:1px solid var(--line);display:flex;flex-direction:column;background:#fffdfc}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:700;letter-spacing:.18em;margin:0 14px 56px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#e7839a,#9a86b8);color:#fff;font-size:18px;letter-spacing:0}.sidebar nav{display:grid;grid-gap:8px;gap:8px}.sidebar a{color:var(--muted);text-decoration:none;display:flex;align-items:center;gap:14px;padding:13px 14px;border-radius:13px;font-size:14px}.sidebar a.active{background:#f7edf2;color:var(--ink);font-weight:600}.settings{margin-top:auto}.content{max-width:1120px;width:100%;padding:38px 64px 64px}.topbar{display:flex;align-items:center;justify-content:space-between}.eyebrow{color:#b19fac;font-size:10px;letter-spacing:.18em;font-weight:700;margin:0 0 8px}.topbar h1{font-size:28px;margin:0;font-weight:500}.avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#e9e0ec;color:#6f577d;font-weight:700}.hero{margin-top:42px;padding:38px 44px;border-radius:24px;background:linear-gradient(110deg,#f8dfe6,#ebe4f5 65%,#f7ecd2);display:flex;justify-content:space-between;align-items:center}.hero h2{font-size:42px;line-height:1.12;font-weight:400;margin:0}.hero h2 em{font-family:Georgia,serif;color:#805b73}.hero-copy{color:#796f7f;margin:18px 0 0;font-size:14px}.sparkle{font-size:100px;color:#d7a24f;padding-right:40px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin:42px 0 16px}.empty-state h3,.section-heading h3{font-size:22px;font-weight:500;margin:0}.empty-state button,.section-heading button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:10px 15px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.card{min-height:150px;border-radius:18px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;position:relative}.card.rose{background:var(--rose)}.card.lavender{background:var(--lavender)}.card.gold{background:var(--gold)}.card.plum{background:var(--plum)}.card-icon{font-size:22px}.card h4{margin:0 0 5px;font-size:16px;font-weight:600}.card p{margin:0;color:#817787;font-size:12px}.arrow{position:absolute;right:18px;bottom:18px;color:#887684}.empty-state{margin-top:24px;border:1px solid var(--line);border-radius:18px;padding:28px;display:flex;gap:20px;align-items:center;background:#fff}.empty-icon{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:#f7edf2;color:#d17b93;font-size:23px}.empty-state>div:nth-child(2){flex:1 1}.empty-state p:not(.eyebrow){margin:7px 0 0;color:var(--muted);font-size:13px}.primary{background:var(--ink)!important;color:#fff!important;border-color:var(--ink)!important}@media(max-width:800px){.sidebar{width:72px;padding:24px 10px}.brand{margin:0 auto 40px}.brand>span:last-child,.sidebar a span{display:none}.sidebar a{justify-content:center}.content{padding:28px 20px}.cards{grid-template-columns:repeat(2,1fr)}.hero h2{font-size:32px}.sparkle{font-size:60px;padding-right:0}}@media(max-width:520px){.cards{grid-template-columns:1fr}.empty-state{align-items:flex-start;flex-wrap:wrap}}@media (max-width:800px){.shell{display:block;padding-bottom:76px}.sidebar{position:fixed;z-index:20;left:0;right:0;bottom:0;width:100%;height:68px;padding:8px 10px;border-right:0;border-top:1px solid #eee8f0;flex-direction:row;align-items:center;justify-content:center;box-shadow:0 -8px 24px rgba(48,40,63,.06)}.brand,.settings{display:none}.sidebar nav{width:100%;display:flex;justify-content:space-around;gap:4px}.sidebar a{flex:1 1;justify-content:center;flex-direction:column;gap:3px;padding:7px 4px;font-size:18px;border-radius:10px}.sidebar a span{display:block;font-size:10px}.content{padding:28px 20px}}