:root{--cream:#f3efe7;--paper:#fbf9f4;--ink:#17211d;--muted:#7b817d;--line:#dedbd3;--coral:#ee735d;--sage:#8fa68b;--blue:#6d8eb2;--gold:#d5a84b;--dark:#1c2923;--shadow:0 18px 50px rgba(38,43,38,.08)}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}.app-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.sidebar{position:fixed;width:240px;height:100vh;padding:34px 26px;background:#e9e4da;border-right:1px solid rgba(23,33,29,.08);display:flex;flex-direction:column;z-index:5}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font:800 23px Manrope}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:50% 50% 50% 12%;background:var(--coral);color:white;font-size:18px}.nav{margin-top:56px;display:grid;gap:8px}.nav-item{border:0;background:transparent;padding:12px 14px;border-radius:12px;text-align:left;color:#68706c;font:600 14px 'DM Sans';cursor:pointer;display:flex;gap:12px}.nav-item span{font-size:18px;width:18px;text-align:center}.nav-item:hover,.nav-item.active{background:var(--paper);color:var(--ink);box-shadow:0 5px 18px rgba(40,45,40,.05)}.sidebar-bottom{margin-top:auto}.mini-streak{display:flex;align-items:center;gap:10px;padding:14px;background:rgba(255,255,255,.45);border-radius:14px}.mini-streak>span{font-size:24px}.mini-streak b,.mini-streak small{display:block}.mini-streak small{color:var(--muted);font-size:10px;margin-top:2px}.sidebar-bottom>p{font-size:11px;color:#92958f;margin:14px 5px}main{grid-column:2;min-width:0}.topbar{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw}.date-pill{font-size:13px;color:var(--muted);text-transform:capitalize}.top-actions{display:flex;gap:10px}.icon-btn,.avatar,.mobile-menu{border:1px solid var(--line);background:rgba(255,255,255,.5);border-radius:50%;height:38px;width:38px;cursor:pointer}.avatar{background:var(--dark);color:white;font-size:11px;border:0}.mobile-menu{display:none}.view{display:none;padding:30px 6vw 70px;max-width:1400px;margin:auto}.view.active{display:block}.hero-row{display:flex;justify-content:space-between;align-items:end;margin:12px 0 38px}.eyebrow{font-size:10px;letter-spacing:.22em;font-weight:700;color:var(--coral);margin:0 0 12px}.hero-row h1,.page-title h1{font:700 clamp(38px,5vw,66px)/1.02 Manrope;margin:0;letter-spacing:-.05em}.hero-row h1 em{font-family:Georgia,serif;font-weight:400;color:var(--sage)}.hero-copy,.page-title>p:last-child{color:var(--muted);margin:18px 0 0}.progress-orbit{width:126px;height:126px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--coral) 50%,#dfdbd2 0);position:relative}.progress-orbit:after{content:"";position:absolute;inset:8px;background:var(--cream);border-radius:50%}.progress-orbit div{z-index:1;text-align:center}.progress-orbit strong,.progress-orbit span{display:block}.progress-orbit strong{font:700 25px Manrope}.progress-orbit span{font-size:10px;color:var(--muted)}.focus-card{background:var(--dark);color:white;padding:24px 28px;border-radius:20px;display:flex;align-items:center;gap:20px;box-shadow:var(--shadow)}.focus-icon{background:var(--coral);width:48px;height:48px;border-radius:50%;display:grid;place-items:center;padding-left:3px}.focus-copy{flex:1}.focus-label{color:#c4cec9;font-size:9px;letter-spacing:.18em}.focus-copy h2{font:700 20px Manrope;margin:6px 0}.focus-copy p{font-size:12px;color:#aebbb4;margin:0}.account-dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:5px}.coral{background:var(--coral)}.sage{background:var(--sage)}.blue{background:var(--blue)}.gold{background:var(--gold)}button{font-family:inherit}.primary-btn{border:0;border-radius:12px;padding:13px 18px;background:var(--coral);color:white;font-weight:700;cursor:pointer}.primary-btn:hover{filter:brightness(.96);transform:translateY(-1px)}.primary-btn span{margin-left:14px}.primary-btn.small{padding:10px 15px}.primary-btn.full{width:100%;margin-top:10px}.section-head{display:flex;justify-content:space-between;align-items:end;margin:40px 0 15px}.section-head.compact{margin-top:30px}.section-head h2{font:700 20px Manrope;margin:0}.section-head p{color:var(--muted);font-size:12px;margin:5px 0 0}.text-btn{border:0;background:transparent;color:var(--coral);font-weight:700;cursor:pointer}.task-list{border-top:1px solid var(--line)}.task{display:grid;grid-template-columns:34px minmax(180px,1fr) 150px 100px;gap:15px;align-items:center;padding:18px 8px;border-bottom:1px solid var(--line)}.check{width:22px;height:22px;border:1.5px solid #b6bab4;border-radius:50%;background:transparent;cursor:pointer;color:white}.check.done{background:var(--sage);border-color:var(--sage)}.task-title{font-weight:600}.task.done .task-title{text-decoration:line-through;color:#999}.task-account,.task-time{font-size:12px;color:var(--muted)}.stage{font-size:10px;text-transform:uppercase;letter-spacing:.08em;padding:6px 10px;border-radius:20px;background:#e4e0d7;text-align:center}.insight-grid{display:grid;grid-template-columns:1fr 1fr 1.5fr;gap:16px;margin-top:45px}.insight-card,.quote-card{min-height:150px;border-radius:18px;padding:22px}.insight-card.warm{background:#ead9c4}.insight-card.dark{background:var(--dark);color:white}.insight-card p{font-size:11px;margin:18px 0 4px}.insight-card strong{font:700 31px Manrope;display:block}.insight-card small{color:var(--muted)}.quote-card{background:var(--paper);display:flex;flex-direction:column;justify-content:center}.quote-card p{font:400 22px Georgia;margin:0 0 14px}.quote-card span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.page-title{margin:15px 0 40px}.page-title h1{font-size:48px}.kanban{display:grid;grid-template-columns:repeat(5,minmax(210px,1fr));gap:14px;overflow-x:auto;padding-bottom:20px}.kanban-col{background:rgba(255,255,255,.35);border:1px solid var(--line);border-radius:16px;padding:14px;min-height:330px}.kanban-head{display:flex;justify-content:space-between;font:700 12px Manrope;margin-bottom:16px}.kanban-head span{background:#ddd9cf;border-radius:20px;padding:2px 7px}.content-card{background:var(--paper);border-radius:12px;padding:14px;margin-bottom:10px;box-shadow:0 5px 15px rgba(30,35,30,.04);cursor:pointer}.content-card p{font-weight:600;font-size:13px;margin:0 0 13px}.content-card small{font-size:10px;color:var(--muted)}.content-card .move{display:flex;justify-content:flex-end;margin-top:10px}.move button{border:0;background:#ebe7de;border-radius:7px;cursor:pointer}.calendar-card{background:var(--paper);border-radius:20px;padding:25px;box-shadow:var(--shadow)}.calendar-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.calendar-head h2{font:700 18px Manrope}.calendar-head button{border:0;background:#ece8df;border-radius:50%;width:34px;height:34px;cursor:pointer}.week-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.day{min-height:280px;border-left:1px solid var(--line);padding:10px}.day:first-child{border:0}.day-head{text-align:center;font-size:10px;color:var(--muted);text-transform:uppercase}.day-head strong{display:block;color:var(--ink);font:700 20px Manrope;margin-top:5px}.day.today strong{background:var(--coral);color:#fff;border-radius:50%;width:32px;height:32px;line-height:32px;margin:5px auto}.cal-item{font-size:10px;background:#eeeae2;border-left:3px solid var(--coral);padding:8px;margin-top:10px;border-radius:5px}.cal-item b{display:block;margin-bottom:4px}.idea-toolbar{display:flex;justify-content:space-between;margin-bottom:22px}.search-box{background:var(--paper);border:1px solid var(--line);border-radius:12px;padding:9px 14px;width:300px}.search-box input{border:0;outline:0;background:transparent;margin-left:7px;width:85%}.idea-grid,.account-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.idea-card,.account-card{background:var(--paper);border-radius:16px;padding:20px;border:1px solid transparent;box-shadow:0 8px 25px rgba(30,35,30,.04)}.idea-card:hover,.account-card:hover{border-color:var(--line)}.idea-card p{font:600 17px/1.4 Manrope;margin:24px 0}.idea-card small{color:var(--muted)}.idea-card button{float:right;border:0;background:transparent;color:var(--coral);cursor:pointer}.account-card-head{display:flex;justify-content:space-between;align-items:center}.account-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:white;font-weight:800;font-size:18px}.account-card h3{font:700 17px Manrope;margin:18px 0 3px}.account-card>p{font-size:12px;color:var(--muted);margin:0 0 25px}.account-stat{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:14px;font-size:11px}.account-stat b{font-size:13px}dialog{border:0;border-radius:20px;padding:0;width:min(520px,calc(100% - 30px));background:var(--paper);box-shadow:0 30px 90px rgba(20,25,20,.25)}dialog::backdrop{background:rgba(20,29,24,.55);backdrop-filter:blur(4px)}dialog form{padding:28px}.modal-head{display:flex;justify-content:space-between;margin-bottom:25px}.modal-head h2{margin:0;font:700 24px Manrope}.close-btn{border:0;background:#ebe7df;border-radius:50%;font-size:22px;width:35px;height:35px;cursor:pointer}label{display:block;font-size:11px;font-weight:700;margin-bottom:16px}input,select,textarea{display:block;width:100%;margin-top:7px;border:1px solid var(--line);background:white;border-radius:10px;padding:12px;font:400 14px 'DM Sans';outline:none}textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.toast{position:fixed;right:25px;bottom:25px;background:var(--dark);color:white;padding:13px 18px;border-radius:10px;font-size:13px;transform:translateY(80px);opacity:0;transition:.25s;z-index:20}.toast.show{transform:translateY(0);opacity:1}@media(max-width:900px){.app-shell{display:block}.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.open{transform:translateX(0)}main{width:100%}.mobile-menu{display:block}.topbar{padding:0 22px}.view{padding:20px 22px 60px}.insight-grid,.idea-grid,.account-grid{grid-template-columns:1fr 1fr}.task{grid-template-columns:30px 1fr 90px}.task-account{display:none}.week-grid{overflow-x:auto;grid-template-columns:repeat(7,130px)}.focus-card{align-items:flex-start;flex-wrap:wrap}.focus-copy{min-width:70%}.focus-card .primary-btn{margin-left:68px}.hero-row h1{font-size:45px}}@media(max-width:580px){.hero-row{align-items:start}.progress-orbit{width:88px;height:88px;flex:none}.progress-orbit strong{font-size:18px}.hero-copy{max-width:230px}.task{grid-template-columns:30px 1fr 74px;gap:7px}.task-time{font-size:10px}.insight-grid,.idea-grid,.account-grid{grid-template-columns:1fr}.quote-card{min-height:120px}.focus-card{padding:20px}.focus-icon{width:40px;height:40px}.focus-copy h2{font-size:16px}.focus-card .primary-btn{width:100%;margin:5px 0 0}.page-title h1{font-size:39px}.idea-toolbar{gap:10px}.search-box{width:auto;flex:1}.form-row{grid-template-columns:1fr}.date-pill{font-size:11px}}
