:root{--bg:#f6f7f3;--paper:#fff;--ink:#1d2924;--muted:#7c8981;--line:#e7ebe6;--green:#287455;--green2:#e9f3ec;--coral:#de8c70;--coralbg:#fff0e9;--blue:#6484a7;--bluebg:#edf2f8;--gold:#d5a949;--goldbg:#fff6df;--purple:#8e7db0;--shadow:0 16px 42px #1d29240c;--radius:19px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.5 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer;color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #9ac5a5;outline-offset:2px}svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
.app{min-height:100vh;display:grid;grid-template-columns:238px minmax(0,1fr)}.sidebar{height:100vh;position:sticky;top:0;background:#fbfcf9;border-right:1px solid var(--line);padding:23px 14px 17px;display:flex;flex-direction:column;gap:21px;z-index:20}.brand{display:flex;align-items:center;gap:10px;padding:0 9px;font-size:20px;font-weight:850;letter-spacing:-.9px}.brand-mark{width:34px;height:34px;border-radius:12px;background:linear-gradient(145deg,#378866,#1e5f45);display:grid;place-items:center;color:#fff;font-family:Georgia,serif;font-size:21px;box-shadow:0 7px 18px #28745530}.brand small{font-size:9px;letter-spacing:1.35px;color:#93a199;display:block;font-weight:800;margin-top:-2px}.workspace{display:flex;align-items:center;gap:9px;margin:0 5px;padding:9px;border:1px solid var(--line);border-radius:14px;background:#fff}.workspace-mark{width:33px;height:33px;border-radius:10px;background:var(--green2);color:var(--green);display:grid;place-items:center;font-weight:850}.workspace strong{font-size:11px;display:block}.workspace span{font-size:9px;color:var(--muted)}.nav{display:grid;gap:3px}.nav-label{font-size:9px;letter-spacing:1.5px;color:#a0aaa3;font-weight:850;padding:5px 12px 6px;margin-top:3px}.nav-item{width:100%;border:0;background:transparent;border-radius:11px;display:flex;align-items:center;gap:10px;text-align:left;padding:9px 11px;color:#68756d;font-size:11px;font-weight:650;transition:.16s}.nav-item:hover{background:#f1f4f0;color:var(--ink)}.nav-item.active{background:var(--green2);color:var(--green);font-weight:780}.nav-count{margin-left:auto;font-size:9px;color:#9ba79f}.side-spacer{flex:1}.side-focus{padding:13px;border-radius:16px;background:linear-gradient(145deg,#edf5ef,#f6f7f1);border:1px solid #e4eee6}.side-focus small{font-size:9px;color:#789080;font-weight:850;letter-spacing:1px}.side-focus b{display:block;font-size:11px;margin:5px 0 8px}.progress{height:5px;border-radius:9px;background:#dce8df;overflow:hidden}.progress i{display:block;height:100%;border-radius:9px;background:var(--green)}.side-user{display:flex;align-items:center;gap:9px;padding:4px 9px}.avatar{width:33px;height:33px;border-radius:50%;background:#f2d9c9;color:#895b43;display:grid;place-items:center;font-weight:850}.side-user b{font-size:10px;display:block}.side-user small{font-size:9px;color:var(--muted)}
.main-shell{min-width:0}.topbar{height:68px;padding:0 clamp(16px,3vw,42px);display:flex;align-items:center;gap:15px;border-bottom:1px solid #e1e7e1b8;background:#f8f9f6e8;backdrop-filter:blur(16px);position:sticky;top:0;z-index:15}.mobile-menu{display:none}.crumb{font-size:10px;color:var(--muted);white-space:nowrap}.search{margin-left:auto;width:min(260px,25vw);position:relative}.search svg{position:absolute;left:11px;top:50%;transform:translateY(-50%);color:#a2ada5;width:15px}.search input{width:100%;height:36px;border:1px solid var(--line);border-radius:11px;background:#fff;padding:0 10px 0 34px;font-size:10px}.top-actions{display:flex;align-items:center;gap:7px}.icon-btn{width:35px;height:35px;border:1px solid var(--line);background:#fff;border-radius:11px;display:grid;place-items:center;color:#647168;position:relative}.icon-btn:hover{color:var(--green);border-color:#cdddcf}.btn,.soft,.quiet{border:0;border-radius:var(--control-radius,10px);padding:9px 12px;font-size:10px;font-weight:780;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:.16s;white-space:nowrap}.btn{background:var(--button-color,var(--green));color:var(--button-text,#fff);box-shadow:0 5px 12px #2874551c}.btn:hover{filter:brightness(.93);transform:translateY(-1px)}.soft{background:var(--green2);color:var(--green)}.soft:hover{background:#dbece0}.quiet{background:transparent;color:#66756b;border:1px solid var(--line)}.quiet:hover{background:#fff}.sm{padding:6px 9px;font-size:9px}.content{width:min(1440px,100%);margin:0 auto;padding:24px clamp(16px,3vw,42px) 65px}.page{display:none;animation:enter .2s ease}.page.active{display:block}@keyframes enter{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}.eyebrow{font-size:9px;font-weight:850;letter-spacing:1.45px;color:#84958a;text-transform:uppercase}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:18px}.page-head h1{font-size:24px;letter-spacing:-.85px;line-height:1.15;margin:4px 0}.page-head p{margin:0;color:var(--muted);font-size:10px}.actions{display:flex;gap:7px;align-items:center;flex-wrap:wrap}.card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.pad{padding:17px}.card-head{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-bottom:13px}.card h2{font-size:12px;letter-spacing:-.2px;margin:0}.sub{font-size:9px;color:var(--muted);margin:3px 0 0}.link{border:0;background:transparent;color:var(--green);font-size:9px;font-weight:780;padding:4px}.link:hover{text-decoration:underline}.tiny{font-size:9px;color:var(--muted)}.pill{border:1px solid var(--line);background:#fff;border-radius:99px;padding:5px 8px;font-size:9px;color:#68776e;display:inline-flex;align-items:center;gap:5px}.green-pill{background:var(--green2);border-color:#e1eee4;color:var(--green)}.coral-pill{background:var(--coralbg);border-color:#fae5dc;color:#b36a50}
.hero{min-height:196px;padding:25px 28px;border-radius:24px;background:linear-gradient(110deg,#e2f0e6,#eff3e8 53%,#f9ecdf);position:relative;overflow:hidden;display:flex;align-items:center;margin-bottom:15px;border:1px solid #e5eee6}.hero-copy{position:relative;z-index:2;max-width:530px}.hero h1{font-size:26px;line-height:1.1;letter-spacing:-1px;margin:7px 0}.hero p{font-size:10px;color:#68766d;margin:0 0 15px;max-width:385px}.hero-art{position:absolute;right:6%;bottom:-86px;width:235px;height:235px;border-radius:50%;background:radial-gradient(circle at 50% 30%,#f9d887 0 17%,#edb57d 18% 26%,#df9275 27% 34%,#b2cda8 35% 53%,#8ab696 54% 70%,#76a685 71%);opacity:.75}.hero-art:before,.hero-art:after{content:"";position:absolute;border:1px solid #fff8;border-radius:50%;inset:17px}.hero-art:after{inset:34px}
.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:14px}.stat{padding:13px;display:flex;align-items:center;gap:10px;min-width:0}.stat-icon{width:35px;height:35px;border-radius:12px;background:var(--green2);color:var(--green);display:grid;place-items:center}.stat:nth-child(2) .stat-icon{background:var(--coralbg);color:var(--coral)}.stat:nth-child(3) .stat-icon{background:var(--bluebg);color:var(--blue)}.stat:nth-child(4) .stat-icon{background:var(--goldbg);color:#b18a38}.stat span{display:block;font-size:8px;color:var(--muted)}.stat strong{display:block;font-size:16px;letter-spacing:-.4px;line-height:1.3}.stat small{font-size:8px;color:#95a198}
.home-grid,.week-layout,.calendar-layout,.study-layout,.wellness-grid,.settings-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(270px,.85fr);gap:13px;align-items:start}.stack{display:grid;gap:13px}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.schedule{display:grid}.schedule-row{display:grid;grid-template-columns:45px 12px 1fr auto;gap:8px;min-height:52px}.time{font-size:9px;color:#849188}.dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 0 4px var(--green2);margin-top:3px}.schedule-row:nth-child(2n) .dot{background:var(--blue);box-shadow:0 0 0 4px var(--bluebg)}.schedule-row b{font-size:10px;display:block}.schedule-row small{font-size:8px;color:var(--muted)}.task-list,.goal-list{display:grid;gap:7px}.task{display:flex;align-items:center;gap:8px;padding:8px;border-radius:10px;background:#fafbf9;border:1px solid #f0f2ef}.task input,.goal input{accent-color:var(--green)}.task span{font-size:9px;flex:1}.task small{font-size:8px;color:var(--muted)}.task.done span{text-decoration:line-through;color:#a3ada6}.goal{display:flex;align-items:flex-start;gap:8px;font-size:9px;color:#526158}.goal input{margin:2px 0 0}.goal.done span{text-decoration:line-through;color:#a1aaa3}.goal-foot{border-top:1px solid var(--line);margin-top:12px;padding-top:10px;display:flex;justify-content:space-between;align-items:center}.ring{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--green) var(--pct,0%),#edf1ed 0);position:relative;color:var(--green);font-size:8px;font-weight:800}.ring:before{content:"";position:absolute;inset:5px;background:#fff;border-radius:50%}.ring span{position:relative}.quick{display:flex;align-items:center;gap:8px;padding:9px;border:1px dashed #cbd9ce;background:#fbfdfb;border-radius:12px;margin-top:10px}.quick svg{color:var(--green)}.quick input{border:0;background:transparent;outline:0;min-width:0;flex:1;font-size:9px}.quick kbd{font-size:8px;color:#a1aba4}
.timer{background:linear-gradient(145deg,#264e3c,#1e3f31);color:#f8fbf8;border-radius:18px;padding:16px;position:relative;overflow:hidden}.timer .eyebrow{color:#b4d0bd}.timer-top{display:flex;justify-content:space-between}.timer-mode{border:1px solid #ffffff38;background:#ffffff0a;color:#e0eee4;padding:5px 7px;border-radius:8px;font-size:8px}.timer-readout{font-size:36px;letter-spacing:-1.7px;font-weight:750;text-align:center;padding:10px 0 8px;font-variant-numeric:tabular-nums}.timer-bar{height:4px;background:#ffffff28;border-radius:9px;overflow:hidden}.timer-bar i{height:100%;display:block;width:0;background:#cbe6d2}.timer-actions{display:flex;justify-content:center;gap:7px;margin-top:11px}.timer-actions button{border:0;border-radius:8px;padding:7px 10px;font-size:9px;font-weight:800}.timer-start{background:#fff;color:#24533d}.timer-reset{background:#ffffff20;color:#fff}.week-mini,.week-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.week-mini button,.week-day{border:1px solid transparent;background:transparent;border-radius:10px;padding:7px 2px;text-align:center;color:#748178;min-width:0}.week-mini b,.week-day b{display:block;font-size:8px}.week-mini span,.week-day span{display:grid;place-items:center;margin:4px auto;width:25px;height:25px;border-radius:50%;font-size:10px}.week-mini .today span,.week-day.active span{background:var(--green);color:white}.week-mini .selected,.week-day.active{background:var(--green2);color:var(--green);border-color:#d7e7db}.week-day{border:1px solid var(--line);background:#fff;padding:9px 3px}.week-day small{font-size:8px;color:#9aa69d}.exam-box{display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px;background:linear-gradient(120deg,#fff5eb,#fffaf5);border:1px solid #f3e6db}.exam-date{width:40px;height:42px;border-radius:10px;background:#fff;display:grid;place-items:center;text-align:center;color:#ad765a;line-height:1}.exam-date b{font-size:15px}.exam-date small{font-size:8px}.exam-box strong{font-size:10px;display:block}.exam-box span{font-size:8px;color:var(--muted)}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cal-label{text-align:center;padding:5px;color:#98a39b;font-size:8px}.cal-day{min-height:57px;border:1px solid transparent;background:#fff;border-radius:10px;padding:6px;text-align:left;position:relative;font-size:9px}.cal-day:hover{border-color:#b9d3bf}.cal-day.muted{color:#bdc5be;background:#fafbf9}.cal-day.today{border-color:#76a88a;color:var(--green);font-weight:800}.cal-day.selected{background:var(--green2);border-color:#d7e7db}.cal-day i{position:absolute;bottom:6px;left:7px;width:5px;height:5px;border-radius:50%;background:var(--coral)}.event-card{display:flex;align-items:center;gap:9px;padding:9px;border:1px solid var(--line);border-radius:11px;background:#fcfdfb;margin-bottom:7px}.event-card b{font-size:9px;display:block}.event-card small{font-size:8px;color:var(--muted)}.event-color{width:6px;height:31px;border-radius:6px;background:var(--green)}
.notes-layout{display:grid;grid-template-columns:255px minmax(0,1fr);gap:13px;align-items:start}.note-side{padding:13px;position:sticky;top:84px}.note-search,.note-quick input{width:100%;border:1px solid var(--line);border-radius:9px;background:#f8faf7;padding:9px;font-size:9px}.note-quick{display:flex;gap:6px;margin:8px 0}.note-quick input{min-width:0}.note-quick button{width:34px;border:0;background:var(--green);color:white;border-radius:9px;display:grid;place-items:center}.note-list{display:grid;gap:4px;max-height:55vh;overflow:auto}.note-item{border:0;border-radius:10px;padding:9px;text-align:left;background:transparent}.note-item:hover{background:#f6f8f5}.note-item.active{background:var(--green2)}.note-item b{display:block;font-size:9px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.note-item span,.note-item small{display:block;font-size:8px;color:#849188;margin-top:3px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.editor{padding:18px;min-height:520px}.editor-top,.editor-foot{display:flex;justify-content:space-between;align-items:center;gap:8px}.editor-tools{display:flex;gap:5px;flex-wrap:wrap}.editor-title{width:100%;border:0;border-bottom:1px solid var(--line);outline:0;background:transparent;font-size:21px;font-weight:780;letter-spacing:-.7px;padding:14px 1px 10px}.editor-meta{display:flex;gap:8px;padding:11px 0}.editor-meta input,.editor-meta select{max-width:180px;border:1px solid var(--line);border-radius:8px;background:#fbfcfa;padding:6px 8px;font-size:8px}.editor-body{width:100%;min-height:290px;resize:vertical;border:0;outline:0;background:transparent;font:12px/1.8 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#435147;padding:8px 1px}.editor-foot{border-top:1px solid var(--line);padding-top:10px}.upload{border:1px dashed #c7d7cb;border-radius:14px;background:#fafcf9;padding:18px;text-align:center}.upload b{display:block;font-size:10px}.upload p{font-size:8px;color:var(--muted)}.audio{width:100%;margin-top:9px}.transcript{width:100%;min-height:140px;border:1px solid var(--line);border-radius:11px;background:#fcfdfb;padding:10px;font-size:10px;line-height:1.7;resize:vertical}.mic-status{font-size:8px;color:#859189}.flash-stage{min-height:235px;display:grid;place-items:center}.flash-card{width:min(500px,100%);min-height:205px;border-radius:20px;border:1px solid #e3eae4;background:linear-gradient(145deg,#fff,#f9fbf8);box-shadow:0 15px 40px #20372a0d;display:grid;place-content:center;text-align:center;padding:25px;cursor:pointer}.flash-card h2{font-size:18px;line-height:1.4;max-width:400px}.flash-card p{font-size:9px;color:var(--muted)}.flash-actions{display:flex;justify-content:center;gap:7px;flex-wrap:wrap}.course-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.course-card{padding:14px}.course-card h3{font-size:11px;margin:0}.course-card small{font-size:8px;color:var(--muted)}.course-grade{font-size:13px;font-weight:850;color:var(--green);background:var(--green2);padding:4px 7px;border-radius:8px}.grade-chip{font-size:8px;color:#607067;background:#f5f7f4;border:1px solid #edf0ec;border-radius:7px;padding:4px 6px;margin:3px;display:inline-block}.weight-chart{height:150px;display:flex;align-items:flex-end;justify-content:space-around;gap:9px;padding:20px 7px 23px;border-bottom:1px solid var(--line)}.weight-bar{position:relative;flex:0 0 clamp(16px,8vw,32px);min-width:12px;border-radius:7px 7px 2px 2px;background:linear-gradient(180deg,#a8cdb0,#e7f1e9)}.weight-bar b{position:absolute;top:-18px;left:50%;transform:translateX(-50%);font-size:7px;color:#718077;white-space:nowrap}.weight-bar small{position:absolute;bottom:-19px;left:50%;transform:translateX(-50%);font-size:7px;color:#9aa59d;white-space:nowrap}.donut{width:140px;height:140px;border-radius:50%;display:grid;place-items:center;position:relative;margin:auto}.donut:before{content:"";position:absolute;inset:16px;background:#fff;border-radius:50%}.donut-center{position:relative;text-align:center}.donut-center small{display:block;font-size:8px;color:var(--muted)}.donut-center strong{font-size:19px}.legend{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.legend span{font-size:8px;color:#718077}.legend i{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:5px}.expense-row{display:flex;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #f0f2ef}.expense-row:last-child{border:0}.expense-row b{font-size:9px;display:block}.expense-row small{font-size:8px;color:var(--muted)}.expense-row strong{margin-left:auto;font-size:9px}.expense-row button{border:0;background:transparent;color:#a0aaa3}
.field{display:grid;gap:5px;margin:9px 0;color:#748178;font-size:9px}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);background:var(--paper);border-radius:var(--control-radius,10px);padding:9px;color:var(--ink);font-size:10px}.field textarea{min-height:75px;resize:vertical}.modal{display:none;position:fixed;inset:0;z-index:60;background:#1d29247a;backdrop-filter:blur(5px);place-items:center;padding:15px}.modal.open{display:grid}.modal-box{width:min(420px,100%);background:#fff;border-radius:20px;padding:18px;box-shadow:0 25px 80px #11221835;max-height:90vh;overflow:auto}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-head h2{font-size:14px}.modal-head button{border:0;background:#f3f5f2;border-radius:8px;width:28px;height:28px}.modal-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:11px}.toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%,14px);opacity:0;pointer-events:none;background:#23362b;color:#fff;padding:10px 14px;border-radius:10px;font-size:9px;z-index:90;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}.empty{text-align:center;color:var(--muted);font-size:9px;padding:20px}.mobile-nav,.overlay{display:none}
@media(max-width:1050px){.app{grid-template-columns:210px minmax(0,1fr)}.home-grid,.week-layout,.calendar-layout,.study-layout,.wellness-grid,.settings-grid{grid-template-columns:1fr}.home-side{display:grid;grid-template-columns:1fr 1fr;gap:11px}.stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.app{display:block}.sidebar{position:fixed;left:-260px;top:0;width:245px;transition:left .22s;box-shadow:15px 0 40px #12241b1a}.sidebar.open{left:0}.overlay.show{display:block;position:fixed;inset:0;background:#14231c55;z-index:19}.topbar{height:59px;padding:0 12px;gap:8px}.mobile-menu{display:grid}.crumb{display:none}.search{width:auto;flex:1;margin-left:0}.search input{height:34px}.top-actions{gap:4px}.top-actions .btn{width:34px;height:34px;padding:0;font-size:0}.top-actions .btn svg{width:16px}.content{padding:18px 12px 82px}.page-head{align-items:flex-start;flex-direction:column}.actions{width:100%}.hero{min-height:190px;padding:20px}.hero h1{font-size:22px;max-width:285px}.hero p{max-width:250px}.hero-art{right:-70px;width:185px;height:185px;bottom:-62px;opacity:.55}.stats{gap:6px}.stat{padding:9px;gap:7px}.stat-icon{width:30px;height:30px}.stat strong{font-size:13px}.stat span{font-size:7px}.home-side{display:grid;grid-template-columns:1fr}.two{grid-template-columns:1fr}.notes-layout{grid-template-columns:1fr}.note-side{position:static}.note-list{max-height:160px;grid-template-columns:repeat(2,minmax(0,1fr))}.editor{min-height:420px;padding:14px}.editor-title{font-size:18px}.editor-body{min-height:230px}.week-strip{gap:2px}.week-day{padding:7px 1px}.week-day small{display:none}.cal-day{min-height:43px;padding:5px;font-size:8px}.course-grid{grid-template-columns:1fr}.mobile-nav{position:fixed;z-index:18;bottom:0;left:0;right:0;display:flex;justify-content:space-around;padding:6px 3px calc(6px + env(safe-area-inset-bottom));background:#fbfcf9ed;backdrop-filter:blur(14px);border-top:1px solid var(--line)}.mobile-nav button{border:0;background:transparent;color:#819087;display:grid;justify-items:center;gap:2px;font-size:7px;min-width:39px;padding:2px}.mobile-nav button.active{color:var(--green)}.mobile-nav svg{width:16px;height:16px}.editor-tools .quiet{padding:5px 6px;font-size:8px}}
@media(max-width:380px){.stat span{font-size:7px}.stat strong{font-size:12px}.search input{font-size:8px}.top-actions .icon-btn{display:none}.hero h1{max-width:245px}}
 .sos-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:12px}.sos-question{padding:12px 0;border-bottom:1px solid var(--line)}.sos-question:last-child{border:0}.sos-question summary{cursor:pointer;font-size:10px;font-weight:750;line-height:1.55}.sos-meta{font-size:8px;color:var(--muted);display:flex;gap:10px;margin:5px 0}.sos-answer{width:100%;min-height:70px;padding:9px;border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--ink);font:inherit;font-size:10px}.sos-panel{border:1px solid var(--line);background:linear-gradient(145deg,var(--paper),var(--green2));border-radius:16px;padding:14px;margin:10px 0}.sos-big{font-size:18px;font-weight:820;letter-spacing:-.4px}.sos-source{border:1px dashed #b9cbbd;border-radius:13px;padding:13px;margin-top:8px}.sos-result{border-radius:11px;background:var(--green2);padding:10px;margin-top:8px;font-size:10px}.theme-swatches{display:flex;gap:8px;flex-wrap:wrap;margin:7px 0}.theme-row{display:grid;grid-template-columns:1fr 70px;align-items:center;gap:10px}.theme-row input[type=color]{width:54px;height:34px;padding:2px;border:1px solid var(--line);border-radius:var(--control-radius,10px);background:var(--paper)}.customizer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 11px}.customizer-grid input[type=color]{height:40px;padding:3px;cursor:pointer}.theme-swatch{width:29px;height:29px;border:2px solid #fff;box-shadow:0 0 0 1px var(--line);border-radius:50%;cursor:pointer}.theme-swatch:hover{transform:scale(1.08)}.exam-question{font-family:Georgia,serif;font-size:17px;line-height:1.5;padding:12px 0}.sos-small{font-size:8px;color:var(--muted);line-height:1.65}
body[data-theme="night"] .sidebar{background:#121a16;border-color:var(--line)}body[data-theme="night"] .topbar{background:#121a16e8;border-color:var(--line)}body[data-theme="night"] .workspace,body[data-theme="night"] .icon-btn,body[data-theme="night"] .search input,body[data-theme="night"] .field input,body[data-theme="night"] .field select,body[data-theme="night"] .note-search,body[data-theme="night"] .editor-body,body[data-theme="night"] .transcript,body[data-theme="night"] .sos-answer{background:var(--paper);color:var(--ink);border-color:var(--line)}body[data-theme="night"] .modal-box{background:var(--paper);color:var(--ink)}body[data-theme="night"] .flash-card{background:var(--paper);color:var(--ink);border-color:var(--line)}body[data-theme="night"] .side-focus{background:var(--paper);border-color:var(--line)}
@media(max-width:900px){.sos-grid{grid-template-columns:1fr}}

[hidden]{display:none!important}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(ellipse at 18% 20%,#e1f0e5 0,transparent 38%),radial-gradient(ellipse at 82% 85%,#f8e8dc 0,transparent 36%),var(--bg)}body:not(.authenticated) .app,body:not(.authenticated) .mobile-nav{display:none!important}body.authenticated .auth-screen{display:none!important}.auth-card{width:min(440px,100%);padding:30px;border:1px solid #e5ebe5;border-radius:26px;background:#ffffffed;box-shadow:0 28px 90px #23372b14;backdrop-filter:blur(16px)}.auth-brand{display:flex;align-items:center;gap:11px;margin-bottom:24px}.auth-brand .brand-mark{width:42px;height:42px;border-radius:15px}.auth-brand strong{display:block;font-size:21px;letter-spacing:-.7px}.auth-brand small{display:block;font-size:9px;color:#91a096;letter-spacing:1.5px;font-weight:800}.auth-card h1{font-size:24px;letter-spacing:-.8px;margin:0 0 5px}.auth-card>p{font-size:11px;color:var(--muted);margin:0 0 19px}.auth-card .field{font-size:10px;margin:12px 0}.auth-card .field input{padding:12px;font-size:13px;background:#fbfcfa}.auth-submit{width:100%;padding:12px;font-size:12px;margin-top:9px}.auth-switch{display:flex;justify-content:space-between;gap:10px;margin-top:17px}.auth-switch button{border:0;background:none;color:var(--green);font-size:10px;font-weight:750;padding:4px}.auth-switch .muted-link{color:#76847b;font-weight:600}.auth-message{display:none;padding:10px 12px;border-radius:10px;background:#eef5ef;color:#456b50;font-size:10px;line-height:1.5;margin:12px 0}.auth-message.show{display:block}.auth-message.error{background:#fff0ea;color:#a45842}.auth-foot{font-size:9px;color:#8a978e;line-height:1.6;margin-top:16px}.side-user{position:relative}.signout-link{margin-left:auto;border:0;background:transparent;color:#87938b;font-size:9px;padding:5px}.signout-link:hover{color:#a75e4a}@media(max-width:520px){.auth-card{padding:23px;border-radius:21px}.auth-screen{padding:15px}}

/* Premium graphite workspace inspired by the supplied academic dashboard references. */
body[data-theme="graphite"]{background:radial-gradient(ellipse at 92% 0%,#242b38 0,transparent 34%),var(--bg);color:var(--ink)}
body[data-theme="graphite"] .sidebar{background:#181a1e;border-color:var(--line)}
body[data-theme="graphite"] .topbar{background:#181a1eea;border-color:var(--line)}
body[data-theme="graphite"] .workspace,body[data-theme="graphite"] .icon-btn,body[data-theme="graphite"] .search input,body[data-theme="graphite"] .field input,body[data-theme="graphite"] .field select,body[data-theme="graphite"] .note-search,body[data-theme="graphite"] .editor-meta input,body[data-theme="graphite"] .editor-meta select,body[data-theme="graphite"] .transcript,body[data-theme="graphite"] .sos-answer,body[data-theme="graphite"] .modal-box{background:var(--paper);color:var(--ink);border-color:var(--line)}
body[data-theme="graphite"] .brand-mark{background:linear-gradient(145deg,#6489df,#334e89);box-shadow:0 7px 22px #3157a544}
body[data-theme="graphite"] .nav-label,body[data-theme="graphite"] .side-user small,body[data-theme="graphite"] .nav-count{color:#8f9299}
body[data-theme="graphite"] .nav-item{color:#b1b3b8}
body[data-theme="graphite"] .nav-item:hover,body[data-theme="graphite"] .note-item:hover{background:#25282d;color:var(--ink)}
body[data-theme="graphite"] .nav-item.active{background:#2c3343;color:#a9c0ff}
body[data-theme="graphite"] .side-focus{background:linear-gradient(140deg,#2a2b2e,#25282d);border-color:var(--line)}
body[data-theme="graphite"] .card{background:var(--paper);border-color:var(--line);box-shadow:0 18px 46px #0003}
body[data-theme="graphite"] .card-head{padding:9px 11px;margin:-2px -2px 13px;border:1px solid #4a403a;border-radius:var(--control-radius,10px);background:#3a312c}
body[data-theme="graphite"] .card-head .sub{color:#b3aaa3}
body[data-theme="graphite"] .hero{background:linear-gradient(115deg,#22262d 0%,#2b2d32 55%,#3d332d 100%);border-color:#41444a;box-shadow:0 22px 52px #0003}
body[data-theme="graphite"] .hero-copy{max-width:49%}
body[data-theme="graphite"] .hero .eyebrow{color:#afc3fa}
body[data-theme="graphite"] .hero h1{color:#f4f2ed}
body[data-theme="graphite"] .hero p{color:#c1c1bd}
body[data-theme="graphite"] .hero .quiet{color:#e1e2e4;border-color:#51535a}
body[data-theme="graphite"] .hero-art{position:absolute;right:4%;top:50%;bottom:auto;width:43%;height:190px;opacity:1;transform:translateY(-50%)}
body[data-theme="graphite"] .hero-art:before,body[data-theme="graphite"] .hero-art:after{display:none}
body[data-theme="graphite"] .hero-device{position:absolute;inset:11px 30px 10px 2px;padding:13px;border:1px solid #51545b;border-radius:16px;background:linear-gradient(145deg,#1c1e22,#17191c);box-shadow:0 23px 55px #0008;transform:perspective(800px) rotateY(-7deg)}
body[data-theme="graphite"] .hero-device-bar{display:flex;align-items:center;gap:7px;font-size:8px;letter-spacing:1.2px;color:#d5d7dc;font-weight:850}
body[data-theme="graphite"] .hero-device-bar i{width:7px;height:7px;border-radius:50%;background:#90aaff;box-shadow:0 0 12px #829eff}
body[data-theme="graphite"] .hero-device-bar span{margin-left:auto;color:#878b94;font-size:7px;letter-spacing:.7px}
body[data-theme="graphite"] .hero-device-title{margin:14px 0 10px;font-size:13px;font-weight:780;color:#f0efea;letter-spacing:-.3px}
body[data-theme="graphite"] .hero-device-grid{display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:8px}
body[data-theme="graphite"] .hero-device-grid>div{min-height:73px;padding:10px;border:1px solid #34373d;border-radius:9px;background:#22252a}
body[data-theme="graphite"] .hero-device-grid small{display:block;font-size:6px;letter-spacing:1px;color:#9b9da4;margin-bottom:7px}
body[data-theme="graphite"] .hero-device-grid b{display:block;font-size:9px;color:#eeede9;margin-bottom:8px}
body[data-theme="graphite"] .hero-device-grid>div>i{display:block;height:4px;width:78%;background:#4b5058;border-radius:4px;margin:5px 0}
body[data-theme="graphite"] .hero-device-grid>div>i+ i{width:56%;background:#3d434d}
body[data-theme="graphite"] .hero-mini-progress{height:5px;border-radius:5px;background:#3c4046;overflow:hidden}
body[data-theme="graphite"] .hero-mini-progress i{display:block;width:68%;height:100%;background:linear-gradient(90deg,#718edf,#a7bcff);border-radius:5px}
body[data-theme="graphite"] .hero-device-foot{display:flex;gap:17px;margin-top:10px;color:#a9abb1;font-size:7px}
body[data-theme="graphite"] .hero-float{position:absolute;right:0;bottom:0;width:115px;padding:11px 12px;border:1px solid #d9d2c8;border-radius:12px;background:#eae5dd;color:#25262a;box-shadow:0 13px 35px #0006;display:grid;gap:2px}
body[data-theme="graphite"] .hero-float span{font-size:6px;font-weight:850;letter-spacing:1px;color:#71685f}
body[data-theme="graphite"] .hero-float b{font-size:21px;letter-spacing:-.8px}
body[data-theme="graphite"] .hero-float small{font-size:7px;color:#746e68}
body[data-theme="graphite"] .stat-icon{background:#2b3143;color:#a9c0ff}
body[data-theme="graphite"] .stat:nth-child(2) .stat-icon{background:#46342f;color:#ecaa8a}
body[data-theme="graphite"] .stat:nth-child(3) .stat-icon{background:#2a3941;color:#9ec7d7}
body[data-theme="graphite"] .stat:nth-child(4) .stat-icon{background:#42392c;color:#e4c277}
body[data-theme="graphite"] .task,body[data-theme="graphite"] .event-card,body[data-theme="graphite"] .quick,body[data-theme="graphite"] .exam-box,body[data-theme="graphite"] .sos-panel,body[data-theme="graphite"] .sos-source{background:#24272b;border-color:#373a40;color:var(--ink)}
body[data-theme="graphite"] .task.done span,body[data-theme="graphite"] .goal.done span{color:#777b83}
body[data-theme="graphite"] .week-mini button,body[data-theme="graphite"] .week-day,body[data-theme="graphite"] .cal-day,body[data-theme="graphite"] .note-item,body[data-theme="graphite"] .flash-card{background:#202327;color:var(--ink);border-color:var(--line)}
body[data-theme="graphite"] .week-mini .selected,body[data-theme="graphite"] .week-day.active,body[data-theme="graphite"] .cal-day.selected,body[data-theme="graphite"] .note-item.active{background:#2b3143;color:#b3c6ff;border-color:#495776}
body[data-theme="graphite"] .cal-day.muted{background:#191b1e;color:#777b82}
body[data-theme="graphite"] .pill,body[data-theme="graphite"] .grade-chip,body[data-theme="graphite"] .course-grade,body[data-theme="graphite"] .exam-date{background:#282b30;color:#d5d4ce;border-color:#41444a}
body[data-theme="graphite"] .donut:before,body[data-theme="graphite"] .ring:before{background:var(--paper)}
body[data-theme="graphite"] .mobile-nav{background:#181a1eed;border-color:var(--line)}
body[data-theme="graphite"] .mobile-nav button{color:#9a9da3}
body[data-theme="graphite"] .mobile-nav button.active{color:#b1c5ff}
body[data-theme="graphite"] .modal-box{box-shadow:0 25px 80px #0009}
body[data-theme="graphite"] .empty{color:#9c9fa5}
@media(max-width:720px){body[data-theme="graphite"] .hero{min-height:225px;padding:18px;overflow:hidden}body[data-theme="graphite"] .hero-copy{max-width:70%;z-index:3}body[data-theme="graphite"] .hero h1{font-size:21px}body[data-theme="graphite"] .hero-art{right:-84px;top:auto;bottom:-45px;width:215px;height:160px;transform:none;opacity:.8}body[data-theme="graphite"] .hero-device{inset:7px 14px 8px 8px;padding:9px;transform:perspective(600px) rotateY(-8deg)}body[data-theme="graphite"] .hero-device-grid{gap:4px}body[data-theme="graphite"] .hero-device-grid>div{padding:6px;min-height:61px}body[data-theme="graphite"] .hero-device-title{font-size:10px;margin:8px 0}body[data-theme="graphite"] .hero-device-foot{display:none}body[data-theme="graphite"] .hero-float{width:93px;padding:8px;right:0;bottom:-3px}}

/* The device preview is shared by every color palette; remove the legacy green orb. */
.hero-art{position:absolute;right:4%;top:50%;bottom:auto;width:43%;height:190px;opacity:1;transform:translateY(-50%);background:none;border-radius:0;overflow:visible}
.hero-art:before,.hero-art:after{display:none}
.hero-device{position:absolute;inset:11px 30px 10px 2px;padding:13px;border:1px solid #51545b;border-radius:16px;background:linear-gradient(145deg,#1c1e22,#17191c);box-shadow:0 23px 55px #0008;transform:perspective(800px) rotateY(-7deg)}
.hero-device-bar{display:flex;align-items:center;gap:7px;font-size:8px;letter-spacing:1.2px;color:#d5d7dc;font-weight:850}
.hero-device-bar i{width:7px;height:7px;border-radius:50%;background:#90aaff;box-shadow:0 0 12px #829eff}
.hero-device-bar span{margin-left:auto;color:#878b94;font-size:7px;letter-spacing:.7px}
.hero-device-title{margin:14px 0 10px;font-size:13px;font-weight:780;color:#f0efea;letter-spacing:-.3px}
.hero-device-grid{display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:8px}
.hero-device-grid>div{min-height:73px;padding:10px;border:1px solid #34373d;border-radius:9px;background:#22252a}
.hero-device-grid small{display:block;font-size:6px;letter-spacing:1px;color:#9b9da4;margin-bottom:7px}
.hero-device-grid b{display:block;font-size:9px;color:#eeede9;margin-bottom:8px}
.hero-device-grid>div>i{display:block;height:4px;width:78%;background:#4b5058;border-radius:4px;margin:5px 0}
.hero-device-grid>div>i+i{width:56%;background:#3d434d}
.hero-mini-progress{height:5px;border-radius:5px;background:#3c4046;overflow:hidden}
.hero-mini-progress i{display:block;width:68%;height:100%;background:linear-gradient(90deg,#718edf,#a7bcff);border-radius:5px}
.hero-device-foot{display:flex;gap:17px;margin-top:10px;color:#a9abb1;font-size:7px}
.hero-float{position:absolute;right:0;bottom:0;width:115px;padding:11px 12px;border:1px solid #d9d2c8;border-radius:12px;background:#eae5dd;color:#25262a;box-shadow:0 13px 35px #0006;display:grid;gap:2px}
.hero-float span{font-size:6px;font-weight:850;letter-spacing:1px;color:#71685f}
.hero-float b{font-size:21px;letter-spacing:-.8px}
.hero-float small{font-size:7px;color:#746e68}
@media(max-width:720px){.hero{min-height:225px;padding:18px;overflow:hidden}.hero-copy{max-width:70%;z-index:3}.hero-art{right:-84px;top:auto;bottom:-45px;width:215px;height:160px;transform:none;opacity:.8}.hero-device{inset:7px 14px 8px 8px;padding:9px;transform:perspective(600px) rotateY(-8deg)}.hero-device-grid{gap:4px}.hero-device-grid>div{padding:6px;min-height:61px}.hero-device-title{font-size:10px;margin:8px 0}.hero-device-foot{display:none}.hero-float{width:93px;padding:8px;right:0;bottom:-3px}}

.ai-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:12px;align-items:start}.ai-chat-card{display:flex;flex-direction:column;min-height:min(72vh,780px)}.ai-chat-feed{flex:1;min-height:280px;max-height:58vh;overflow:auto;display:flex;flex-direction:column;gap:11px;padding:5px 2px 14px;scroll-behavior:smooth}.ai-empty{margin:auto;max-width:440px;text-align:center;padding:26px 16px}.ai-empty-mark{width:48px;height:48px;border-radius:16px;margin:0 auto 10px;background:linear-gradient(145deg,#e4f3e9,#f6edda);color:var(--green);display:grid;place-items:center}.ai-empty h2{margin:0 0 7px;font-size:17px}.ai-empty p{font-size:10px;color:var(--muted);line-height:1.7}.ai-message{max-width:min(88%,720px);padding:12px 14px;border:1px solid var(--line);border-radius:15px;background:var(--paper);font-size:11px;line-height:1.72;overflow-wrap:anywhere}.ai-message.user{align-self:flex-end;background:var(--green2);border-color:#dcebe0}.ai-message.assistant{align-self:flex-start}.ai-message-label{font-size:8px;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);font-weight:850;margin-bottom:5px}.ai-message p{margin:0 0 7px}.ai-message p:last-child{margin-bottom:0}.ai-sources{border-top:1px solid var(--line);margin-top:9px;padding-top:8px;display:flex;gap:6px;flex-wrap:wrap;align-items:center;font-size:9px}.ai-sources span{width:100%;color:var(--muted);font-weight:750}.ai-sources a{color:var(--green);text-decoration:underline;text-underline-offset:2px}.ai-compose{border-top:1px solid var(--line);padding-top:12px}.ai-compose textarea{width:100%;min-height:68px;max-height:180px;resize:vertical;border:1px solid var(--line);border-radius:12px;background:var(--paper);color:var(--ink);font:inherit;font-size:11px;padding:10px}.ai-compose-row{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:7px}.ai-side{display:grid;gap:10px}.ai-prompt-chip{white-space:normal;text-align:left;width:100%;margin:4px 0}.ai-meta{font-size:9px;color:var(--muted);line-height:1.65}.ai-typing{color:var(--muted);font-style:italic}.oral-status{margin:8px 0;padding:8px 10px;border-radius:10px;background:var(--bluebg);color:var(--blue);font-size:9px;font-weight:750}.oral-score{font-size:24px;font-weight:850;letter-spacing:-.8px;color:var(--green)}.oral-list{margin:5px 0 0;padding-left:17px}.oral-list li{margin:3px 0}.ai-context-select{width:100%;padding:8px;border:1px solid var(--line);border-radius:10px;background:var(--paper);color:var(--ink);font-size:10px}
@media(max-width:900px){.ai-layout{grid-template-columns:1fr}.ai-chat-card{min-height:62vh}.ai-side{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-chat-feed{max-height:46vh}}
@media(max-width:560px){.ai-side{grid-template-columns:1fr}.ai-chat-card{min-height:58vh}.ai-message{max-width:96%}.ai-compose-row{align-items:stretch;flex-wrap:wrap}}
/* Rytm v9 — calmer workspace, legible typography, touch-sized controls. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
button:disabled{opacity:.55;cursor:wait;transform:none!important}.content{max-width:1540px}.nav-item{font-size:12px;min-height:39px}.nav-label{font-size:10px}.page-head h1{font-size:clamp(26px,3vw,36px);letter-spacing:-1.2px}.page-head p{font-size:13px;line-height:1.7;max-width:690px;margin-top:9px}.page-head .eyebrow{font-size:10px}.card h2{font-size:15px;line-height:1.5}.card-head{background:transparent!important;border-radius:0!important;padding:0!important;border-bottom:0!important}.sub,.tiny,.ai-meta,.sos-small{font-size:12px;line-height:1.65}.btn,.soft,.quiet{font-size:12px;min-height:40px;padding:10px 14px}.sm{font-size:11px;min-height:34px;padding:8px 11px}.field{font-size:12px}.field input,.field select,.field textarea{font-size:14px;min-height:42px}.pill{font-size:11px}.pad{padding:22px}.empty{font-size:12px;line-height:1.7}.sos-question summary{font-size:14px}.sos-meta{font-size:11px}.sos-answer{font-size:15px;line-height:1.7;min-height:140px;padding:14px}.transcript,.editor-body{font-size:15px;line-height:1.85}.link{font-size:12px}.stat span,.stat small{font-size:11px}.stat strong{font-size:21px}.task span,.goal{font-size:13px}.task small,.event-card small,.note-item small{font-size:11px}.event-card b,.note-item b,.schedule-row b{font-size:13px}.schedule-row small,.note-item span{font-size:11px}.quick input{font-size:13px}.hero-copy p{font-size:13px}.hero h1{font-size:32px}.sidebar{overflow-y:auto}.topbar .icon-btn{width:39px;height:39px}.search input{font-size:12px}.toast{font-size:13px;max-width:min(92vw,600px);width:max-content;line-height:1.5;bottom:90px;padding:14px 18px}.content .card{box-shadow:0 6px 24px #00000005}
.study-tabs{display:flex;gap:6px;border-bottom:1px solid var(--line);margin:20px 0 24px;padding-bottom:10px;overflow:auto}.study-tabs button{display:flex;align-items:center;gap:9px;white-space:nowrap;border:0;background:transparent;border-radius:var(--control-radius,10px);padding:12px 16px;font-size:13px;color:var(--muted);min-height:44px}.study-tabs button.selected{background:var(--green2);color:var(--green);font-weight:700}
.ai-layout,.oral-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:22px;align-items:start}.ai-layout>* ,.oral-layout>*{min-width:0}.ai-chat-card{padding:0;overflow:hidden;display:flex;flex-direction:column;min-height:610px}.ai-chat-heading{display:flex;align-items:center;gap:12px;padding:22px 25px;border-bottom:1px solid var(--line)}.ai-orb,.ai-empty-mark{display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at 30% 25%,var(--green2),var(--paper) 75%);color:var(--green);border:1px solid var(--line);font-size:24px;width:47px;height:47px}.ai-chat-feed{padding:25px;min-height:310px;max-height:65vh;overflow:auto;scroll-behavior:smooth}.ai-message{max-width:94%;font-size:14px;line-height:1.8;margin:0 0 25px;padding:0;background:transparent!important;border:0!important}.ai-message.user{background:var(--green2)!important;margin-left:auto;border-radius:var(--control-radius,12px);padding:15px 18px;max-width:85%}.ai-message-label{font-size:10px;letter-spacing:1.3px;font-weight:750;color:var(--muted);margin-bottom:8px}.ai-message-body{overflow-wrap:anywhere}.ai-message-body h3{font-size:16px;margin:12px 0 0}.ai-message-body a{color:var(--green);text-decoration:underline;text-underline-offset:3px}.ai-message .link{margin-top:10px;display:flex;gap:6px;align-items:center}.ai-empty{text-align:center;max-width:470px;margin:20px auto;padding:20px 8px}.ai-empty-mark{width:74px;height:74px;margin:0 auto 18px;font-size:35px}.ai-empty h2{font-size:25px;letter-spacing:-.6px}.ai-empty p{font-size:14px;color:var(--muted);line-height:1.7}.ai-suggestions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:22px}.ai-suggestions button{border:1px solid var(--line);background:var(--paper);padding:11px 14px;border-radius:var(--control-radius,10px);font-size:12px}.ai-compose{margin:0;padding:18px 22px;border-top:1px solid var(--line);background:var(--paper);margin-top:auto}.ai-compose textarea{width:100%;min-height:95px;max-height:200px;resize:vertical;font-size:15px;line-height:1.7;background:var(--bg);color:var(--ink);border:1px solid var(--line);border-radius:var(--control-radius,12px);padding:14px}.ai-compose-row{display:flex;align-items:center;gap:12px;margin-top:10px}.ai-compose-row .btn{margin-left:auto}.ai-side{display:grid;gap:16px}.ai-side h2{margin-top:8px}.ai-web-toggle{display:flex;gap:10px;align-items:flex-start;margin:17px 0;font-size:13px;line-height:1.5;cursor:pointer}.ai-web-toggle input{flex:0 0 auto;margin-top:3px;accent-color:var(--green);width:18px;height:18px}.ai-web-toggle small{display:block;color:var(--muted);font-size:11px;margin-top:5px}.ai-practice-card{background:linear-gradient(135deg,var(--paper),var(--green2))}.ai-practice-card h2{font-size:21px;letter-spacing:-.6px}.ai-practice-card p{font-size:13px;line-height:1.8;color:var(--muted)}.ai-alert{display:flex;gap:10px;align-items:flex-start;margin:14px 0;padding:14px 16px;border:1px solid var(--line);border-left:3px solid var(--coral);border-radius:10px;background:var(--paper);color:var(--ink);font-size:13px;line-height:1.6;overflow-wrap:anywhere}.ai-chat-card>.ai-alert{margin:12px 22px}.retry-btn{margin:0 22px 14px;align-self:flex-start}.ai-thinking{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:5px}.ai-thinking span{width:5px;height:5px;border-radius:50%;background:var(--green);animation:breath 1.2s infinite}.ai-thinking span:nth-child(2){animation-delay:.15s}.ai-thinking span:nth-child(3){animation-delay:.3s;margin-right:7px}@keyframes breath{50%{opacity:.2;transform:translateY(-3px)}}.ai-sources{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.ai-sources span{width:100%;font-size:11px;color:var(--muted)}.ai-sources a{font-size:11px;color:var(--green);background:var(--green2);border-radius:8px;padding:6px 9px;max-width:100%;overflow-wrap:anywhere}.oral-steps{display:flex;justify-content:space-between;gap:10px;font-size:10px;color:var(--muted);padding-bottom:16px;border-bottom:1px solid var(--line)}.oral-question{padding:30px 0 20px}.oral-question h2{font-size:clamp(23px,2.6vw,32px);line-height:1.45;letter-spacing:-.7px;margin:10px 0}.oral-question p{font-size:13px;color:var(--muted)}.oral-stage .sos-answer{min-height:200px}.voice-panel{padding:17px 0;border-top:1px solid var(--line);margin-top:20px}.ai-chat-card>.voice-panel{padding:18px 22px;margin:0}.recording-status{display:flex;gap:9px;align-items:center;font-size:13px;margin-bottom:13px}.recording-status i{width:8px;height:8px;border-radius:50%;background:#e87165;animation:breath 1s infinite}.recording-status b{font-variant-numeric:tabular-nums}.recording-status span{font-size:11px;color:var(--muted);margin-left:auto}.recording{background:#ab514b!important;color:white!important}.voice-panel .audio{height:40px;margin-top:14px}.feedback-top{display:flex;align-items:center;gap:20px}.score-circle{flex:0 0 82px;width:82px;height:82px;border-radius:50%;border:4px solid var(--green);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:28px;font-weight:750;color:var(--green)}.score-circle small{font-size:10px;color:var(--muted)}.oral-feedback h3{font-size:14px;margin-top:22px}.oral-feedback li,.oral-feedback p{font-size:14px;line-height:1.8}.oral-feedback ul{padding-left:18px}.model-answer{padding:8px 18px;border-left:3px solid var(--green);background:var(--green2);border-radius:9px}.oral-guide{padding-left:20px;font-size:13px;line-height:2}.oral-stage> .actions{margin-bottom:18px}
@media(min-width:1100px){.app{grid-template-columns:225px minmax(0,1fr)}.ai-side{position:sticky;top:90px}}@media(max-width:1100px){.ai-layout,.oral-layout{grid-template-columns:1fr}.ai-side{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-side>section:last-child{grid-column:1/-1}.ai-chat-feed{max-height:65vh}}@media(max-width:720px){.content{padding:22px 15px 105px}.page-head h1{font-size:29px}.page-head p{font-size:13px}.pad{padding:18px}.ai-side{grid-template-columns:1fr}.ai-layout,.oral-layout{gap:16px}.ai-chat-heading{padding:18px}.ai-chat-feed{padding:20px 17px;min-height:270px;max-height:62vh}.ai-compose{padding:15px}.ai-compose-row .tiny{display:none}.ai-chat-card{min-height:500px}.ai-message{max-width:100%}.ai-message.user{max-width:94%}.study-tabs button{padding:11px 12px;font-size:12px}.study-tabs{gap:2px;margin:10px 0 18px}.study-tabs svg{width:16px}.oral-steps{font-size:9px;flex-wrap:wrap}.oral-question{padding-top:23px}.oral-question h2{font-size:25px}.field input,.field select,.field textarea,.ai-compose textarea,.editor-body,.transcript{font-size:16px}.btn,.quiet,.soft{min-height:44px}.topbar .icon-btn{width:36px;height:36px}.top-actions .btn{min-height:36px}.mobile-nav button{font-size:10px;min-width:53px;min-height:43px}.mobile-nav svg{width:20px;height:20px}.stats{gap:9px}.stat{padding:13px}.stat strong{font-size:18px}.stat span{font-size:10px}.hero h1{font-size:27px}.hero-art{opacity:.3}.toast{bottom:90px}.ai-alert{font-size:13px}.ai-suggestions{flex-direction:column}.oral-feedback .two{grid-template-columns:1fr}.side-focus{display:none}.sidebar{gap:14px}.nav-item{min-height:40px}.ai-web-toggle{align-items:flex-start}.ai-practice-card h2{font-size:21px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}}

/* A calmer, more visual student workspace shared by every palette. */
:root{--rhythm-ease:cubic-bezier(.22,.72,.2,1);--rhythm-deep:#15191b;--rhythm-warm:#dfc7a6;--rhythm-green:#c4d4bf}
html{scroll-behavior:smooth}body{letter-spacing:-.01em}button{touch-action:manipulation}.app{grid-template-columns:250px minmax(0,1fr)}
.sidebar{padding:26px 16px 18px;gap:24px}.brand{font-size:22px}.brand-mark{width:38px;height:38px;border-radius:14px}.workspace{padding:11px;border-radius:15px}.nav{gap:5px}.nav-item{min-height:42px;border-radius:12px;transition:background .18s var(--rhythm-ease),transform .18s var(--rhythm-ease)}.nav-item:hover{transform:translateX(2px)}.side-focus{padding:15px;border-radius:17px}.side-user{padding:6px}.avatar{width:36px;height:36px}
.topbar{height:76px;padding-inline:clamp(22px,3vw,50px);gap:16px}.content{width:min(1570px,100%);padding:30px clamp(22px,3vw,50px) 78px}.search{width:min(360px,30vw)}.search input{height:43px;border-radius:14px}.top-actions{gap:9px}.topbar .icon-btn{height:40px;width:40px;border-radius:13px}.topbar .btn{min-height:42px}.card{border-radius:22px;transition:transform .22s var(--rhythm-ease),box-shadow .22s var(--rhythm-ease),border-color .22s var(--rhythm-ease)}.card h2{font-size:16px;letter-spacing:-.35px}.pad{padding:22px}.page-head{margin-bottom:23px}.page-head h1{font-size:clamp(28px,3.3vw,40px);letter-spacing:-1.7px}.page-head p{font-size:14px}.actions{gap:8px}.btn,.soft,.quiet{font-size:13px;min-height:43px;padding:10px 15px}.sm{font-size:12px;min-height:38px;padding:8px 12px}.tiny,.sub{font-size:12px}.empty{font-size:13px}
.rhythm-workspace{--rhythm-accent:var(--green);--rhythm-tint:var(--green2);--rhythm-line:var(--line);--rhythm-copy:var(--ink);--rhythm-muted:var(--muted);--rhythm-surface:var(--paper);--rhythm-bg:var(--bg);display:grid;gap:22px;animation:rhythm-enter .42s var(--rhythm-ease) both}.rhythm-workspace *{min-width:0}@keyframes rhythm-enter{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.rhythm-kicker{display:block;font-size:10px;letter-spacing:1.7px;text-transform:uppercase;font-weight:820;color:var(--rhythm-muted)}.rhythm-hero{height:clamp(320px,35vw,430px);min-height:320px;position:relative;isolation:isolate;overflow:hidden;border:1px solid #66736e55;border-radius:29px;background:linear-gradient(118deg,#27363d,#596b6b 57%,#b99172);box-shadow:0 24px 74px #10171925}.rhythm-landscape{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.rhythm-hero-sky{position:absolute;inset:0;background:linear-gradient(93deg,#172321ef 0%,#172321c9 38%,#17232113 77%),linear-gradient(0deg,#111a18a6 0%,transparent 46%);z-index:-1}.rhythm-hero:after{content:"";position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 87% 24%,#e8caa433,transparent 30%);pointer-events:none}.rhythm-hero-copy{position:absolute;inset:0 auto 44px 0;width:min(690px,72%);padding:clamp(26px,4.3vw,58px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center;color:#f4f1e9}.rhythm-hero-copy .rhythm-kicker{color:#e6d3b6cc}.rhythm-hero-copy h1{font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-2.3px;font-weight:660;margin:16px 0 12px;color:#f3f0e9}.rhythm-hero-copy h1 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:#e2c7a4;letter-spacing:-1.9px}.rhythm-hero-copy p{font-size:14px;line-height:1.75;color:#e6e6ddc9;max-width:490px;margin:0 0 22px}.rhythm-hero-actions{display:flex;gap:9px;flex-wrap:wrap}.rhythm-light-button,.rhythm-outline-button{min-height:45px;padding:11px 15px;border-radius:13px;display:inline-flex;align-items:center;gap:9px;font-weight:760;font-size:12px;transition:transform .18s var(--rhythm-ease),background .18s}.rhythm-light-button{color:#21302a;background:#f1ecdf;border:1px solid #f1ecdf}.rhythm-outline-button{color:#f3f0e9;background:#ffffff0d;border:1px solid #ffffff55;backdrop-filter:blur(10px)}.rhythm-light-button:hover,.rhythm-outline-button:hover{transform:translateY(-2px)}.rhythm-light-button svg,.rhythm-outline-button svg{width:17px;height:17px}.rhythm-hero-clock{position:absolute;right:clamp(18px,3vw,40px);top:24px;color:#fff;min-width:150px;text-align:right}.rhythm-clock{display:flex;flex-direction:column;align-items:flex-end;gap:1px;text-shadow:0 2px 16px #0004}.rhythm-clock time{font-size:32px;font-weight:580;letter-spacing:-1.5px;font-variant-numeric:tabular-nums}.rhythm-clock small{font-size:11px;text-transform:capitalize;color:#f2eee0bf}.rhythm-clock-dot{display:none}.rhythm-hero-footer{position:absolute;bottom:0;left:0;right:0;min-height:45px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#0d1716ad,#0d171600);color:#f2efe2b4;font-size:9px;font-weight:760;letter-spacing:1.35px}.rhythm-hero-footer span{display:flex;align-items:center;gap:8px}.rhythm-hero-footer i{width:7px;height:7px;border-radius:50%;background:#b8d5a9;box-shadow:0 0 12px #b8d5a9}
.rhythm-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.rhythm-metric{min-height:99px;padding:17px 18px;display:flex;gap:13px;align-items:center;background:var(--rhythm-surface);border:1px solid var(--rhythm-line);border-radius:18px;box-shadow:0 7px 25px #121b1408}.rhythm-metric-icon{width:39px;height:39px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto;background:var(--rhythm-tint);color:var(--rhythm-accent)}.rhythm-metric-icon svg{width:19px}.rhythm-metric-icon.tasks{background:#e4ede9;color:#557d72}.rhythm-metric-icon.grades{background:#f1e9dc;color:#ac8354}.rhythm-metric-icon.cards{background:#e9e7f2;color:#8277aa}.rhythm-metric>div{display:grid;gap:3px}.rhythm-metric small{font-size:9px;letter-spacing:1.2px;font-weight:820;color:var(--rhythm-muted)}.rhythm-metric b{font-size:18px;letter-spacing:-.55px;line-height:1.15;font-weight:720;color:var(--rhythm-copy)}.rhythm-metric b i{font-style:normal;color:var(--rhythm-muted);font-weight:450}.rhythm-metric span:not(.rhythm-metric-icon){font-size:10px;color:var(--rhythm-muted)}
.rhythm-section-label{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:11px}.rhythm-section-label h2{font-size:18px;letter-spacing:-.55px;margin:4px 0 0}.rhythm-text-button{display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--rhythm-accent);font-size:12px;font-weight:760;padding:7px 3px}.rhythm-text-button svg{width:16px;height:16px}.rhythm-text-button:hover{text-decoration:underline;text-underline-offset:3px}.rhythm-week-strip{padding:4px 0}.rhythm-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.rhythm-day{min-height:72px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;border:1px solid var(--rhythm-line);border-radius:16px;background:var(--rhythm-surface);color:var(--rhythm-muted);transition:transform .18s var(--rhythm-ease),background .18s,border .18s;color .18s;cursor:pointer}.rhythm-day:hover{transform:translateY(-2px);border-color:var(--rhythm-accent)}.rhythm-day span{font-size:10px;text-transform:uppercase;letter-spacing:.6px}.rhythm-day b{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;font-size:13px;color:var(--rhythm-copy)}.rhythm-day.is-selected{border-color:var(--rhythm-accent);background:var(--rhythm-tint);color:var(--rhythm-accent);box-shadow:0 4px 14px #00000009}.rhythm-day.is-selected b{color:var(--rhythm-accent)}.rhythm-day.is-today:not(.is-selected) b{outline:1px solid var(--rhythm-accent);outline-offset:2px}.rhythm-day-mark{position:absolute;width:4px;height:4px;bottom:7px;border-radius:50%;background:transparent}.rhythm-day-mark.has-items{background:var(--coral)}
.rhythm-main-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(300px,.8fr);gap:16px;align-items:start}.rhythm-rail{display:grid;gap:14px}.rhythm-panel{padding:19px 20px}.rhythm-panel-heading,.rhythm-goal-heading,.rhythm-notes-head{display:flex;align-items:center;gap:11px}.rhythm-panel-heading>div:nth-child(2){flex:1}.rhythm-heading-icon{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:12px;background:var(--rhythm-tint);color:var(--rhythm-accent)}.rhythm-heading-icon svg{width:17px;height:17px}.rhythm-heading-icon.task{background:#e4ede9;color:#62877e}.rhythm-heading-icon.calendar{background:#efe9dc;color:#a48155}.rhythm-heading-icon.exam{background:#f4e7df;color:#c57e5c}.rhythm-heading-icon.focus{background:#e9e7f2;color:#8277aa}.rhythm-panel-heading .rhythm-kicker{font-size:9px}.rhythm-panel-heading h2,.rhythm-goal-heading h2,.rhythm-notes-head h2{font-size:15px;letter-spacing:-.32px;margin:2px 0;color:var(--rhythm-copy)}.rhythm-panel-heading small{font-size:11px;color:var(--rhythm-muted)}.rhythm-small-add,.rhythm-icon-action{width:33px;height:33px;border:1px solid var(--rhythm-line);border-radius:11px;background:var(--rhythm-surface);color:var(--rhythm-muted);font-size:18px;display:grid;place-items:center;transition:background .16s,color .16s,border .16s}.rhythm-small-add:hover,.rhythm-icon-action:hover{background:var(--rhythm-tint);color:var(--rhythm-accent);border-color:var(--rhythm-accent)}.rhythm-panel-divider{height:1px;background:var(--rhythm-line);margin:14px 0}.rhythm-agenda{display:grid;gap:3px;margin-top:14px}.rhythm-agenda-row{display:grid;grid-template-columns:46px 3px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:56px;padding:7px 2px}.rhythm-agenda-time{font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;color:var(--rhythm-copy)}.rhythm-agenda-line{width:3px;height:33px;border-radius:4px;background:var(--rhythm-accent)}.rhythm-agenda-line.exam{background:#d58b69}.rhythm-agenda-line.sport{background:#6f9f8a}.rhythm-agenda-line.social{background:#8c82b5}.rhythm-agenda-copy{display:grid;gap:3px}.rhythm-agenda-copy b{font-size:12px;color:var(--rhythm-copy);font-weight:690}.rhythm-agenda-copy small{font-size:10px;color:var(--rhythm-muted)}.rhythm-agenda-tag{justify-self:end;padding:5px 8px;border-radius:9px;background:var(--rhythm-tint);color:var(--rhythm-accent);font-size:9px;font-weight:750}.rhythm-agenda-tag.exam{background:#f5e9e3;color:#af7154}.rhythm-agenda-tag.sport{background:#e5eee8;color:#5b826d}.rhythm-agenda-tag.social{background:#eeebf4;color:#7c729c}.rhythm-agenda-empty{min-height:62px;padding:13px 3px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--rhythm-muted);font-size:11px}.rhythm-tasks{display:grid;gap:2px;margin-top:6px}.rhythm-task,.rhythm-check-row{position:relative;display:flex;align-items:center;gap:11px;min-height:47px;padding:8px 5px;border-radius:10px;cursor:pointer;transition:background .15s}.rhythm-task:hover,.rhythm-check-row:hover{background:color-mix(in srgb,var(--rhythm-tint) 58%,transparent)}.rhythm-task input,.rhythm-check-row input{position:absolute;opacity:0;width:1px;height:1px}.rhythm-task-box,.rhythm-check-mark{display:grid;place-items:center;width:19px;height:19px;flex:0 0 auto;border:1.5px solid #a1aaa3;border-radius:6px;color:transparent;font-size:11px;transition:background .15s,border .15s,color .15s}.rhythm-task input:checked+.rhythm-task-box,.rhythm-check-row input:checked+.rhythm-check-mark{background:var(--rhythm-accent);border-color:var(--rhythm-accent);color:#fff}.rhythm-task input:focus-visible+.rhythm-task-box,.rhythm-check-row input:focus-visible+.rhythm-check-mark{outline:3px solid color-mix(in srgb,var(--rhythm-accent) 45%,transparent);outline-offset:2px}.rhythm-task-copy{display:grid;gap:2px;flex:1}.rhythm-task-copy b{font-size:12px;font-weight:590;color:var(--rhythm-copy);line-height:1.45}.rhythm-task-copy small,.rhythm-task time{font-size:10px;color:var(--rhythm-muted)}.rhythm-task time{margin-left:auto;font-variant-numeric:tabular-nums}.rhythm-task.is-done .rhythm-task-copy b,.rhythm-check-row.is-done>span:last-child{color:var(--rhythm-muted);text-decoration:line-through;text-decoration-color:#8c998e}.rhythm-next-step{display:flex;align-items:center;gap:11px;border-radius:14px;padding:12px 13px;margin-top:10px;background:color-mix(in srgb,var(--rhythm-tint) 55%,var(--rhythm-surface));border:1px solid var(--rhythm-line)}.rhythm-next-step-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;color:var(--rhythm-accent);background:var(--rhythm-surface)}.rhythm-next-step>div{display:grid;gap:2px}.rhythm-next-step .rhythm-kicker{font-size:8px}.rhythm-next-step b{font-size:11px;color:var(--rhythm-copy)}.rhythm-next-step small{font-size:10px;color:var(--rhythm-muted)}
.rhythm-focus{padding:18px 20px 17px;border-color:#3e4548;background:radial-gradient(ellipse at 85% 20%,#7981b52b,transparent 44%),linear-gradient(145deg,#242b2d,#191e20);color:#f0eee8;box-shadow:0 15px 40px #11171926}.rhythm-focus-top{display:flex;align-items:flex-start;justify-content:space-between}.rhythm-focus .rhythm-kicker{color:#b6c4bb}.rhythm-focus-top p{margin:4px 0 0;font-size:11px;color:#c3c7c1}.rhythm-focus-mode{border:1px solid #ffffff35;border-radius:10px;color:#e6e5dc;background:#ffffff0b;padding:7px 9px;font-size:10px}.rhythm-focus-face{display:grid;place-items:center;padding:14px 0 11px}.rhythm-focus-ring{width:112px;height:112px;padding:7px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#a8bdaf var(--timer-pct,0%),#ffffff1c var(--timer-pct,0%))}.rhythm-focus-ring:before{content:"";position:absolute;width:98px;height:98px;border-radius:50%;background:#202628}.rhythm-focus-ring span{z-index:1;font-size:26px;letter-spacing:-1px;font-variant-numeric:tabular-nums;color:#f2efe7}.rhythm-focus-progress{height:3px;border-radius:9px;background:#ffffff20;overflow:hidden}.rhythm-focus-progress i{display:block;height:100%;background:#c2d7c3;border-radius:inherit;transition:width .35s linear}.rhythm-focus-actions{display:flex;gap:7px;margin-top:11px}.rhythm-focus-start{flex:1;min-height:38px;border:0;border-radius:11px;color:#26322c;background:#eee9dd;font-size:11px;font-weight:780}.rhythm-focus-reset{width:40px;border:1px solid #ffffff30;border-radius:11px;color:#f0eee8;background:#ffffff0a;font-size:18px}.rhythm-goal-heading{justify-content:space-between;align-items:flex-start}.rhythm-goal-heading h2{font-size:15px;margin-top:4px}.rhythm-goal-progress{display:flex;align-items:center;justify-content:space-between;margin:17px 0 8px}.rhythm-goal-progress>div{display:flex;align-items:baseline;gap:7px}.rhythm-goal-progress b{font-size:16px;color:var(--rhythm-copy)}.rhythm-goal-progress span{font-size:10px;color:var(--rhythm-muted)}.rhythm-goal-percent{font-size:12px!important;color:var(--rhythm-accent)!important;font-weight:780}.rhythm-goal-bar{height:5px;border-radius:8px;background:var(--rhythm-tint);overflow:hidden}.rhythm-goal-bar i{display:block;height:100%;border-radius:inherit;background:var(--rhythm-accent);transition:width .28s var(--rhythm-ease)}.rhythm-goal-list{display:grid;margin:8px 0}.rhythm-check-row{min-height:42px;gap:10px;padding:6px 3px;font-size:11px;color:var(--rhythm-copy)}.rhythm-note{font-size:10px;color:var(--rhythm-muted)}.rhythm-empty{text-align:center;padding:8px 2px 2px;color:var(--rhythm-muted);font-size:11px}.rhythm-empty>span{font-size:22px;color:var(--rhythm-accent)}.rhythm-empty p{margin:5px 0}.rhythm-exam{display:flex;align-items:center;gap:12px;padding:13px;margin-top:10px;border-radius:15px;background:linear-gradient(120deg,color-mix(in srgb,#d18464 17%,var(--rhythm-surface)),color-mix(in srgb,#d18464 6%,var(--rhythm-surface)));border:1px solid color-mix(in srgb,#d18464 20%,var(--rhythm-line))}.rhythm-exam-number{width:57px;height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto;border-radius:13px;background:var(--rhythm-surface);color:#b57353}.rhythm-exam-number b{font-size:25px;line-height:1}.rhythm-exam-number small{font-size:8px;letter-spacing:1px;font-weight:800}.rhythm-exam-info{display:grid;gap:3px;flex:1}.rhythm-exam-info .rhythm-kicker{font-size:8px;color:#af765e}.rhythm-exam-info b{font-size:12px;color:var(--rhythm-copy)}.rhythm-exam-info small{font-size:10px;color:var(--rhythm-muted)}.rhythm-exam-empty{display:flex;align-items:center;gap:9px;margin-top:10px}.rhythm-exam-icon{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:var(--rhythm-tint);color:var(--rhythm-accent)}.rhythm-exam-empty>div{display:grid;gap:2px;flex:1}.rhythm-exam-empty b{font-size:11px;color:var(--rhythm-copy)}.rhythm-exam-empty small{font-size:10px;color:var(--rhythm-muted)}.rhythm-notes-head{justify-content:space-between;margin-bottom:6px}.rhythm-notes-head .rhythm-kicker{font-size:9px}.rhythm-note-preview{width:100%;display:flex;align-items:center;gap:10px;padding:9px 2px;text-align:left;border:0;border-top:1px solid var(--rhythm-line);background:transparent}.rhythm-note-preview>i{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:var(--rhythm-tint);color:var(--rhythm-accent)}.rhythm-note-preview>i svg{width:16px}.rhythm-note-preview>span{display:grid;gap:2px;flex:1}.rhythm-note-preview>span b{font-size:11px;color:var(--rhythm-copy)}.rhythm-note-preview>span small{font-size:10px;color:var(--rhythm-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rhythm-note-preview> b{color:var(--rhythm-muted);font-size:12px}.rhythm-bottom-invite{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-radius:20px;border:1px solid var(--rhythm-line);background:linear-gradient(105deg,var(--rhythm-tint),var(--rhythm-surface) 72%)}.rhythm-bottom-invite h2{font-size:16px;letter-spacing:-.45px;margin:4px 0}.rhythm-bottom-invite p{font-size:11px;color:var(--rhythm-muted);margin:0}.rhythm-bottom-actions{display:flex;gap:8px;flex-wrap:wrap}.rhythm-setup{position:relative;display:flex;gap:17px;align-items:flex-start;padding:20px 23px;margin-bottom:0;border:1px solid var(--rhythm-line);border-radius:20px;background:linear-gradient(110deg,var(--rhythm-tint),var(--rhythm-surface) 76%);overflow:hidden}.rhythm-setup-number{font-family:Georgia,serif;font-size:27px;color:var(--rhythm-accent);opacity:.55}.rhythm-setup-main{position:relative;z-index:1}.rhythm-setup h2{font-size:18px;margin:4px 0}.rhythm-setup p{max-width:690px;font-size:12px;color:var(--rhythm-muted);line-height:1.65;margin:4px 0 11px}.rhythm-setup-actions{display:flex;flex-wrap:wrap;gap:7px}.rhythm-setup-caption{margin-left:auto;align-self:flex-end;text-align:right;font-size:8px;line-height:1.6;font-weight:800;letter-spacing:1.2px;color:var(--rhythm-muted);opacity:.55}
.rhythm-page-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-bottom:21px}.rhythm-page-intro h1{font-size:clamp(30px,3.3vw,41px);letter-spacing:-1.8px;margin:5px 0 0;color:var(--rhythm-copy)}.rhythm-page-intro p{font-size:13px;color:var(--rhythm-muted);margin:7px 0 0}.rhythm-page-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.rhythm-week-range{padding:8px 4px;font-size:11px;color:var(--rhythm-muted);white-space:nowrap}.rhythm-week-page{padding:0 0 8px}.rhythm-planner-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(285px,.7fr);gap:16px;align-items:start}.rhythm-planner-main,.rhythm-planner-aside,.rhythm-calendar-aside{display:grid;gap:14px}.rhythm-planner-empty{min-height:120px;display:flex;align-items:center;gap:13px;border-top:1px solid var(--rhythm-line);padding:15px 4px}.rhythm-empty-illustration{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;border-radius:16px;background:var(--rhythm-tint);color:var(--rhythm-accent);font-size:20px}.rhythm-planner-empty b{font-size:13px}.rhythm-planner-empty p{font-size:11px;color:var(--rhythm-muted);margin:4px 0}.rhythm-planner-note{display:flex;gap:11px;align-items:flex-start;padding:14px;border-radius:15px;background:var(--rhythm-tint);color:var(--rhythm-muted)}.rhythm-planner-note>span{color:var(--rhythm-accent);font-size:18px}.rhythm-planner-note p{font-size:11px;line-height:1.65;margin:0}.rhythm-planner-exam .rhythm-exam{flex-wrap:wrap}.rhythm-planner-exam>.rhythm-text-button{margin-top:7px}.rhythm-mini-focus{display:grid;justify-items:center;gap:8px;padding:11px 0 0}.rhythm-mini-face{font-size:30px;letter-spacing:-1.2px;font-variant-numeric:tabular-nums;color:var(--rhythm-copy)}.rhythm-mini-focus .rhythm-focus-progress{width:100%;background:var(--rhythm-tint)}.rhythm-mini-focus .rhythm-focus-progress i{background:var(--rhythm-accent)}
.rhythm-calendar-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(295px,.75fr);gap:16px;align-items:start}.rhythm-calendar-panel{padding:22px}.rhythm-calendar-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.rhythm-calendar-top h2{font-family:Georgia,"Times New Roman",serif;font-size:26px;letter-spacing:-.45px;text-transform:capitalize;margin:3px 0;color:var(--rhythm-copy)}.rhythm-month-controls{display:flex;gap:5px}.rhythm-month-controls .quiet{width:39px;padding:8px}.rhythm-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.rhythm-calendar-label{text-align:center;padding:7px 2px;color:var(--rhythm-muted);font-size:9px;letter-spacing:.9px;font-weight:800}.rhythm-calendar-day{min-height:69px;padding:7px 7px 5px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:2px;text-align:left;border:1px solid transparent;border-radius:13px;background:var(--rhythm-surface);color:var(--rhythm-copy);transition:background .16s,border .16s,transform .16s;cursor:pointer}.rhythm-calendar-day:hover{border-color:var(--rhythm-accent);transform:translateY(-1px)}.rhythm-calendar-day>span{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;font-size:11px}.rhythm-calendar-day.is-outside{opacity:.44}.rhythm-calendar-day.is-today>span{outline:1px solid var(--rhythm-accent);outline-offset:1px;color:var(--rhythm-accent)}.rhythm-calendar-day.is-selected{border-color:var(--rhythm-accent);background:var(--rhythm-tint)}.rhythm-calendar-day.is-selected>span{background:var(--rhythm-accent);color:var(--button-text,#fff);outline:0}.rhythm-calendar-day small{font-size:8px;color:var(--rhythm-muted)}.rhythm-calendar-dots{display:flex;gap:3px;min-height:5px}.rhythm-calendar-dots b,.rhythm-legend i{width:6px;height:6px;border-radius:50%;background:var(--rhythm-accent)}.rhythm-calendar-dots b.exam,.rhythm-legend i.exam{background:#d48665}.rhythm-calendar-dots b.sport,.rhythm-legend i.sport{background:#76a38b}.rhythm-calendar-dots b.task,.rhythm-legend i.task{background:#867cb1}.rhythm-calendar-dots b.class,.rhythm-legend i.class{background:var(--rhythm-accent)}.rhythm-legend{display:flex;gap:15px;flex-wrap:wrap;padding-top:15px;margin-top:11px;border-top:1px solid var(--rhythm-line)}.rhythm-legend span{display:flex;align-items:center;gap:6px;color:var(--rhythm-muted);font-size:10px}.rhythm-calendar-aside>.card{padding:17px}.rhythm-calendar-tip{display:flex;gap:10px;padding:14px;border:1px solid var(--rhythm-line);border-radius:16px;background:var(--rhythm-tint)}.rhythm-calendar-tip>span{font-size:17px;color:var(--rhythm-accent)}.rhythm-calendar-tip b{font-size:11px;color:var(--rhythm-copy)}.rhythm-calendar-tip p{font-size:10px;line-height:1.6;margin:4px 0 0;color:var(--rhythm-muted)}
.rhythm-search-popover{display:none;position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:40;padding:9px;border:1px solid var(--line);border-radius:16px;background:var(--paper);box-shadow:0 20px 55px #0003;max-height:min(65vh,420px);overflow:auto}.rhythm-search-popover.is-open{display:block;animation:rhythm-enter .15s ease}.rhythm-search-label{display:block;padding:6px 8px 8px;font-size:9px;letter-spacing:1.1px;color:var(--muted);font-weight:800}.rhythm-search-result{display:flex;align-items:center;gap:9px;width:100%;padding:9px 8px;text-align:left;border:0;border-radius:10px;background:transparent}.rhythm-search-result:hover,.rhythm-search-result:focus-visible{background:var(--green2)}.rhythm-search-result>i{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--green2);color:var(--green)}.rhythm-search-result>i svg{width:15px}.rhythm-search-result>span{display:grid;gap:2px;flex:1}.rhythm-search-result b{font-size:11px;color:var(--ink)}.rhythm-search-result small,.rhythm-search-empty{font-size:10px;color:var(--muted)}.rhythm-search-result kbd{font-size:10px;color:var(--muted)}.rhythm-search-empty{padding:10px;margin:0;line-height:1.55}.rhythm-conflict{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:14px 16px;border:1px solid #d9b985;border-radius:15px;background:#f5ebd9;color:#4b3c2d}.rhythm-conflict>div{display:grid;gap:3px;flex:1}.rhythm-conflict b{font-size:12px}.rhythm-conflict span{font-size:11px;line-height:1.5}
body[data-theme="graphite"] .rhythm-metric-icon.tasks,body[data-theme="graphite"] .rhythm-metric-icon.grades,body[data-theme="graphite"] .rhythm-metric-icon.cards{background:#292b31}body[data-theme="graphite"] .rhythm-agenda-tag.exam{background:#3a2d29;color:#e7ae8f}body[data-theme="graphite"] .rhythm-agenda-tag.sport{background:#283831;color:#a0c4a8}body[data-theme="graphite"] .rhythm-agenda-tag.social{background:#302b3b;color:#c4bce0}body[data-theme="graphite"] .rhythm-calendar-day.is-selected>span{color:#11151a}body[data-theme="night"] .rhythm-calendar-day.is-selected>span{color:#101713}body[data-theme="graphite"] .rhythm-focus-ring:before{background:#202628}body[data-theme="graphite"] .rhythm-exam{background:linear-gradient(120deg,#302923,#262321);border-color:#47382f}body[data-theme="graphite"] .rhythm-check-row:hover,body[data-theme="graphite"] .rhythm-task:hover{background:#ffffff0a}
@media(max-width:1120px){.rhythm-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.rhythm-main-grid,.rhythm-planner-layout,.rhythm-calendar-layout{grid-template-columns:minmax(0,1.25fr) minmax(270px,.8fr)}.rhythm-hero-copy{width:78%}.rhythm-calendar-day{min-height:61px}}
@media(max-width:800px){.rhythm-main-grid,.rhythm-planner-layout,.rhythm-calendar-layout{grid-template-columns:1fr}.rhythm-rail{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.rhythm-focus{grid-row:span 1}.rhythm-goals{grid-row:span 2}.rhythm-planner-aside{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.rhythm-planner-aside>.rhythm-panel:last-child{grid-column:1/-1}.rhythm-calendar-aside{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.rhythm-calendar-tip{grid-column:1/-1}.rhythm-hero{height:360px}.rhythm-page-intro{align-items:flex-start;flex-direction:column}.rhythm-page-actions{width:100%}}
@media(max-width:620px){.app{display:block}.content{padding:17px 12px 98px}.topbar{height:63px;padding:0 11px;gap:8px}.crumb{display:none}.search{width:auto;flex:1}.search input{height:39px}.top-actions{gap:5px}.top-actions .icon-btn{width:35px;height:35px}.top-actions .btn{width:37px;min-height:37px;padding:0;font-size:0}.top-actions .btn svg{width:17px}.rhythm-workspace{gap:15px}.rhythm-hero{height:375px;min-height:375px;border-radius:23px}.rhythm-hero-copy{inset:0 0 45px;width:100%;justify-content:flex-end;padding:25px 20px}.rhythm-hero-sky{background:linear-gradient(0deg,#172321f5 0%,#172321d9 40%,#17232129 100%)}.rhythm-hero-copy h1{font-size:36px;letter-spacing:-1.8px;margin:12px 0 8px}.rhythm-hero-copy p{font-size:12px;max-width:95%;line-height:1.65;margin-bottom:14px}.rhythm-hero-clock{top:15px;right:17px}.rhythm-clock time{font-size:22px}.rhythm-clock small{font-size:9px}.rhythm-hero-footer{min-height:39px;padding-inline:15px;font-size:8px}.rhythm-hero-actions{gap:7px}.rhythm-light-button,.rhythm-outline-button{min-height:43px;padding:9px 11px;font-size:10px}.rhythm-metrics{gap:7px}.rhythm-metric{min-height:79px;padding:10px;gap:8px;border-radius:14px}.rhythm-metric-icon{width:30px;height:30px;border-radius:10px}.rhythm-metric-icon svg{width:15px}.rhythm-metric small{font-size:8px;letter-spacing:.7px}.rhythm-metric b{font-size:14px}.rhythm-metric span:not(.rhythm-metric-icon){font-size:9px}.rhythm-section-label{align-items:flex-start}.rhythm-section-label h2{font-size:15px}.rhythm-section-label>.rhythm-text-button{font-size:10px}.rhythm-days{gap:4px}.rhythm-day{min-height:61px;border-radius:12px}.rhythm-day span{font-size:9px}.rhythm-day b{font-size:12px;width:25px;height:25px}.rhythm-main-grid{gap:12px}.rhythm-rail{grid-template-columns:1fr}.rhythm-panel{padding:16px;border-radius:18px}.rhythm-focus{padding:17px}.rhythm-goals{grid-row:auto}.rhythm-bottom-invite{align-items:flex-start;flex-direction:column;padding:17px;border-radius:17px}.rhythm-bottom-actions{width:100%}.rhythm-bottom-actions>*{flex:1}.rhythm-setup{padding:15px;gap:10px;border-radius:17px}.rhythm-setup-number,.rhythm-setup-caption{display:none}.rhythm-setup h2{font-size:16px}.rhythm-setup p{font-size:11px}.rhythm-setup-actions>*{flex:1;font-size:10px}.rhythm-page-intro h1{font-size:32px}.rhythm-page-intro p{font-size:12px}.rhythm-page-actions{gap:5px}.rhythm-page-actions .quiet,.rhythm-week-range{padding-inline:8px;font-size:10px}.rhythm-week-page .rhythm-day{min-height:58px}.rhythm-calendar-panel{padding:14px}.rhythm-calendar-top h2{font-size:21px}.rhythm-calendar-grid{gap:2px}.rhythm-calendar-label{font-size:8px;padding:5px 0}.rhythm-calendar-day{min-height:49px;padding:4px 3px;border-radius:8px}.rhythm-calendar-day>span{width:22px;height:22px;font-size:10px}.rhythm-calendar-day small{display:none}.rhythm-legend{gap:8px}.rhythm-legend span{font-size:9px}.rhythm-calendar-aside,.rhythm-planner-aside{grid-template-columns:1fr}.rhythm-calendar-tip,.rhythm-planner-aside>.rhythm-panel:last-child{grid-column:auto}.rhythm-agenda-row{grid-template-columns:38px 3px minmax(0,1fr) auto;gap:8px}.rhythm-agenda-tag{font-size:8px;padding:4px 6px}.rhythm-conflict{align-items:stretch}.rhythm-conflict>div{flex-basis:100%}.rhythm-conflict>button{flex:1}.rhythm-bottom-invite p{font-size:10px}}
@media(prefers-reduced-motion:reduce){.rhythm-workspace{animation:none}.rhythm-day,.rhythm-calendar-day,.rhythm-light-button,.rhythm-outline-button,.card{transition:none}}
.rhythm-address-setup{align-items:center}.rhythm-address-setup .rhythm-setup-number{font-size:20px;color:var(--rhythm-accent)}.rhythm-address-setup .rhythm-setup-main{flex:1;min-width:0}.rhythm-address-setup h2{margin:4px 0;font-size:17px}.rhythm-address-setup p{margin:4px 0 9px;max-width:720px;color:var(--rhythm-muted);font-size:12px;line-height:1.65}.rhythm-address-form{display:flex;align-items:flex-end;gap:8px;max-width:520px}.rhythm-address-form .field{flex:1;margin:0}.rhythm-address-form .field input{background:var(--rhythm-surface)}
@media(max-width:620px){.rhythm-address-setup{align-items:flex-start}.rhythm-address-setup .rhythm-setup-number{display:grid;place-items:center;min-width:22px}.rhythm-address-form{align-items:stretch}.rhythm-address-form .btn{min-width:80px}}
.rhythm-wrapped-card{position:relative;isolation:isolate;min-height:338px;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(240px,.9fr);align-items:center;gap:16px;padding:28px 34px;overflow:hidden;border:1px solid #d8dfd7;border-radius:24px;background:linear-gradient(115deg,#e9eee7 0%,#f4efe5 62%,#eadfd5 100%);box-shadow:0 14px 40px #26382d0a}.rhythm-wrapped-copy{position:relative;z-index:2}.rhythm-wrapped-copy .rhythm-kicker{color:#667d70}.rhythm-wrapped-copy h2{margin:12px 0 10px;color:#293b33;font-family:Georgia,"Times New Roman",serif;font-size:clamp(23px,2.5vw,34px);font-weight:500;letter-spacing:-.7px;line-height:1.13}.rhythm-wrapped-copy p{max-width:440px;margin:0 0 18px;color:#69766e;font-size:12px;line-height:1.7}.rhythm-wrapped-button{min-height:43px;display:inline-flex;align-items:center;gap:16px;padding:0 16px;border:0;border-radius:13px;background:#2d4439;color:#f4f0e8;font-size:12px;font-weight:760;box-shadow:0 7px 18px #233b2e20}.rhythm-wrapped-button span{font-size:17px;transition:transform .2s}.rhythm-wrapped-button:hover span{transform:translate(2px,-2px)}.rhythm-wrapped-art{position:relative;display:grid;place-items:center;min-height:300px;isolation:isolate}.rhythm-wrapped-glow{position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,#d4c29b75 0%,#d4c29b1a 54%,transparent 72%);z-index:-1}.rhythm-wrapped-ticket{position:relative;width:min(230px,85%);aspect-ratio:.68;padding:20px 19px;display:flex;flex-direction:column;overflow:hidden;border:1px solid #ffffff45;border-radius:20px;background:linear-gradient(155deg,#344b40,#1f302b);color:#f5f2e9;box-shadow:0 24px 48px #1d33283b;transform:rotate(2deg)}.rhythm-wrapped-ticket:after{content:"";position:absolute;right:-70px;top:90px;width:185px;height:185px;border-radius:50%;border:1px solid #d3ddb12c;box-shadow:0 0 0 18px #d3ddb10a,0 0 0 38px #d3ddb10a;pointer-events:none}.rhythm-wrapped-ticket-brand{position:relative;z-index:1;display:flex;align-items:center;gap:8px}.rhythm-wrapped-ticket-brand i{width:26px;height:26px;display:grid;place-items:center;border-radius:9px;background:#e9e8d8;color:#2e453a;font:700 18px Georgia,serif}.rhythm-wrapped-ticket-brand span{display:grid;font-size:9px;font-weight:850;letter-spacing:1px}.rhythm-wrapped-ticket-brand small{margin-top:2px;color:#bdc9bc;font-size:6px;letter-spacing:1.2px}.rhythm-wrapped-ticket-brand b{margin-left:auto;color:#d4c293;font-size:17px}.rhythm-wrapped-ticket-kicker{position:relative;z-index:1;margin-top:auto;color:#c8d4c7;font-size:8px;font-weight:820;letter-spacing:1.2px}.rhythm-wrapped-ticket>strong{position:relative;z-index:1;margin:7px 0 1px;font-size:clamp(25px,3.2vw,37px);letter-spacing:-1.5px;white-space:nowrap}.rhythm-wrapped-ticket>small{position:relative;z-index:1;color:#bdc9bc;font-size:7px;font-weight:800;letter-spacing:1px}.rhythm-wrapped-ticket-stats{position:relative;z-index:1;display:flex;justify-content:space-between;gap:6px;margin-top:18px;padding-top:12px;border-top:1px solid #ffffff30}.rhythm-wrapped-ticket-stats span{display:grid;gap:3px;color:#cbd4c8;font-size:8px}.rhythm-wrapped-ticket-stats b{color:#fff;font-size:14px}.rhythm-wrapped-ticket-foot{position:relative;z-index:1;margin-top:auto;padding-top:15px;color:#d9cfb6;font-size:6px;font-weight:820;letter-spacing:1px}.wrapped-modal-box{width:min(500px,100%);max-height:92vh;overflow:auto}.wrapped-modal-box>.modal-head{align-items:flex-start}.wrapped-modal-box>.tiny{margin:7px 0 13px}.wrapped-modal-actions{justify-content:center;gap:10px;margin:14px 0 0}.wrapped-story{position:relative;isolation:isolate;display:flex;flex-direction:column;width:min(100%,324px);aspect-ratio:9/16;margin:0 auto;padding:19px;overflow:hidden;border:1px solid #ffffff;border-radius:22px;background:linear-gradient(155deg,#f5f1e8 0%,#e9eee7 54%,#f0e5dc 100%);box-shadow:0 13px 38px #24372a16;color:#2b3c33}.wrapped-story-brand,.wrapped-story-footer{position:relative;z-index:1;display:flex;align-items:center;gap:7px}.wrapped-story-mark{width:25px;height:25px;display:grid;place-items:center;border-radius:9px;background:#30483c;color:#f4f0e8;font:700 17px Georgia,serif}.wrapped-story-brand>b{font-size:9px;letter-spacing:1px}.wrapped-story-brand>span:last-child{color:#849087;font-size:7px;font-weight:750;letter-spacing:1px}.wrapped-story-kicker{position:relative;z-index:1;margin-top:20px;color:#667b6d;font-size:clamp(8px,2.5vw,10px);font-weight:850;letter-spacing:1.35px}.wrapped-story-range{position:relative;z-index:1;margin-top:4px;color:#78857d;font-size:10px}.wrapped-story-focus{position:relative;z-index:1;display:flex;flex-direction:column;gap:4px;margin-top:15px;padding:15px;border-radius:16px;background:linear-gradient(145deg,#344a3f,#22342d);color:#f4f1e8;box-shadow:0 10px 25px #1d34272a}.wrapped-story-focus>small{color:#c5d2c5;font-size:8px;font-weight:820;letter-spacing:1px}.wrapped-story-focus>strong{font-size:clamp(22px,7vw,34px);line-height:1.12;letter-spacing:-1px}.wrapped-story-focus>span{color:#cbd4c9;font-size:9px}.wrapped-story-focus>i{position:absolute;top:14px;right:14px;color:#d7c99e;font-size:13px;font-style:normal}.wrapped-story-stats{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:9px}.wrapped-story-stats>div{min-height:50px;display:flex;flex-direction:column;justify-content:center;gap:2px;padding:8px 10px;border:1px solid #d9e0d8;border-radius:11px;background:#ffffffb0}.wrapped-story-stats strong{font-size:15px;line-height:1.1;color:#34483b}.wrapped-story-stats span{font-size:7px;line-height:1.35;color:#78847b}.wrapped-story-quote{position:relative;z-index:1;margin:auto 0 12px;padding:10px 3px 0;color:#51675a;font:italic 14px/1.35 Georgia,"Times New Roman",serif}.wrapped-story-footer{justify-content:space-between;padding-top:9px;border-top:1px solid #d5ddd4;color:#879187;font-size:7px;font-weight:800;letter-spacing:.8px}.wrapped-story-footer b{color:#40594a;font-size:9px;letter-spacing:1px}.wrapped-story-orbit{position:absolute;z-index:-1;border:1px solid #9cad9238;border-radius:50%;pointer-events:none}.wrapped-story-orbit.orbit-one{right:-86px;top:160px;width:230px;height:230px;box-shadow:0 0 0 18px #9cad9209,0 0 0 38px #9cad9208}.wrapped-story-orbit.orbit-two{left:-100px;bottom:100px;width:190px;height:190px}
@media(max-width:800px){.rhythm-wrapped-card{grid-template-columns:minmax(0,1fr) minmax(190px,.72fr);gap:4px;padding:23px}.rhythm-wrapped-art{min-height:270px}.rhythm-wrapped-ticket{width:min(190px,92%);padding:17px}.rhythm-wrapped-copy h2{font-size:26px}}
@media(max-width:620px){.rhythm-wrapped-card{min-height:270px;grid-template-columns:minmax(0,1fr) minmax(125px,.7fr);gap:2px;padding:18px 13px;border-radius:18px}.rhythm-wrapped-copy .rhythm-kicker{font-size:7px;letter-spacing:1px}.rhythm-wrapped-copy h2{margin:8px 0;font-size:20px;letter-spacing:-.45px}.rhythm-wrapped-copy p{margin-bottom:12px;font-size:9px;line-height:1.55}.rhythm-wrapped-button{min-height:37px;gap:7px;padding:0 10px;font-size:9px}.rhythm-wrapped-art{min-height:225px}.rhythm-wrapped-ticket{width:min(150px,100%);padding:12px;border-radius:15px}.rhythm-wrapped-ticket-brand i{width:21px;height:21px}.rhythm-wrapped-ticket>strong{font-size:clamp(18px,5vw,26px)}.rhythm-wrapped-ticket-stats{margin-top:12px;padding-top:8px}.rhythm-wrapped-ticket-stats b{font-size:11px}.rhythm-wrapped-ticket-stats span{font-size:7px}.wrapped-modal-box{padding:14px}.wrapped-modal-actions .btn,.wrapped-modal-actions .quiet{flex:1;padding-inline:8px;font-size:10px}.wrapped-story{padding:16px}.wrapped-story-kicker{margin-top:16px}.wrapped-story-focus{margin-top:12px;padding:13px}.wrapped-story-stats{gap:6px}.wrapped-story-stats>div{min-height:45px;padding:6px 8px}}
