:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f2f2f2;--card:#fff;--card-soft:#f4f4f4;--text:#000;--text-secondary:#a6a6a6;--divider:#dcdcdc;--green:#65f27b;--green-track:#67b777;--green-soft:#aef5bc;--yellow:#ffe45e;--yellow-track:#7a4b16;--red:#ff3126;--orange:#ffa62b;--blue:#4a90f5;--purple:#b47af3;--font-app:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;font-family:var(--font-app)}*{box-sizing:border-box}body{color:var(--text);font-family:var(--font-app);letter-spacing:0;background:#050505;margin:0;overflow:hidden}button,input,textarea,select{font-family:var(--font-app);font:inherit;letter-spacing:0}button{-webkit-tap-highlight-color:transparent}.splash-screen{background:#fff;place-items:center;min-height:100dvh;animation:1.15s both splashFade;display:grid}.splash-screen img{border-radius:27px;width:116px;height:116px;animation:.9s both iconLift}.phone-shell{background:var(--bg);width:min(100vw,430px);height:100dvh;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff0a,0 28px 90px #00000073}.app-scroll{scrollbar-width:none;height:100%;padding-bottom:106px;overflow:auto}.app-scroll::-webkit-scrollbar{display:none}.page-view{min-height:100%;padding:max(22px, env(safe-area-inset-top)) 18px 28px;animation:.19s both tabIn}h1{margin:14px 0 18px;font-size:36px;font-weight:800;line-height:1}h2,h3,p{margin-top:0}.home-header{justify-content:space-between;align-items:center;min-height:42px;display:flex}.function-pill{background:#ffffffe6;border-radius:999px;gap:4px;padding:4px;display:inline-flex;position:relative;box-shadow:0 10px 30px #00000014}.icon-button{color:#161616;cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:34px;height:34px;transition:transform .14s,background .14s;display:inline-grid}.icon-button:active,.countdown-card:active,.install-button:active,.sheet-row:active{transform:scale(.97)}.icon-button:hover{background:#efeff2}.icon-button.blue{background:var(--blue);color:#fff;box-shadow:0 8px 18px #4a90f547}.floating-menu{z-index:30;transform-origin:0 0;background:#fffffff5;border-radius:18px;width:206px;padding:8px;animation:.14s both menuIn;position:absolute;top:46px;left:0;box-shadow:0 20px 50px #00000029}.floating-menu button,.floating-menu .menu-label{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:9px;width:100%;min-height:36px;padding:0 10px;display:flex}.floating-menu button:hover{background:#f1f1f3}.menu-label{color:var(--text-secondary);text-transform:uppercase;font-size:12px;font-weight:700}.small-reset{color:var(--blue);cursor:pointer;background:0 0;border:0;align-items:center;gap:2px;padding:0 0 12px;display:inline-flex}.task-list{gap:12px;display:grid}.countdown-card{background:var(--card);cursor:pointer;border:0;border-radius:24px;grid-template-columns:34px 1fr;gap:12px;min-height:92px;padding:14px;transition:transform .16s,opacity .18s;display:grid;position:relative;box-shadow:0 10px 26px #0000000b}.complete-button{color:#fff;cursor:pointer;background:#fff;border:2px solid #d6d6d8;border-radius:50%;width:28px;height:28px;margin-top:2px}.complete-button.delete{background:var(--red);color:#fff;border:0;font-size:26px;line-height:1}.card-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.card-row h3{margin:0 0 7px;font-size:18px}.card-row time{color:#6f6f73;flex:none;padding-top:2px;font-size:13px}.category-chip{color:#8a8a8e;align-items:center;gap:6px;font-size:12px;display:inline-flex}.category-chip:before,.sheet-row i,.category-list i,.custom-color-row i{content:"";background:var(--category);border-radius:50%;width:9px;height:9px;display:inline-block}.edit-pill{color:var(--blue);font-size:12px;position:absolute;bottom:10px;right:12px}.deadline-bar{--fill:calc(var(--ratio) * 100%);background:var(--yellow-track);border-radius:999px;height:12px;margin-top:13px;position:relative;overflow:hidden}.deadline-bar.urgent{background:var(--green-track)}.bar-fill{width:var(--fill);border-radius:inherit;background:var(--yellow);transition:width .45s cubic-bezier(.2,.8,.2,1);position:absolute;inset:0 auto 0 0}.urgent .bar-fill{background:var(--green)}.bar-dot{top:50%;left:clamp(7px, var(--fill), calc(100% - 7px));background:currentColor;border:3px solid #fff;border-radius:50%;width:13px;height:13px;position:absolute;transform:translate(-50%,-50%)}.deadline-bar.animate .bar-fill{animation:.7s cubic-bezier(.2,.8,.2,1) both barGrow}.bottom-nav{left:18px;right:18px;bottom:max(14px, env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-radius:999px;grid-template-columns:repeat(3,1fr);gap:4px;padding:8px;display:grid;position:absolute;box-shadow:0 18px 46px #00000029}.bottom-nav button{color:#7a7a80;cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;gap:1px;min-height:50px;font-size:11px;display:grid}.bottom-nav .nav-icon{border-radius:999px;place-items:center;width:28px;height:26px;display:grid}.bottom-nav button.active{color:#111}.bottom-nav button.active .nav-icon{background:#eeeeef}.empty-state{text-align:center;color:#7c7c80;align-content:center;place-items:center;min-height:310px;display:grid}.empty-state h2{color:#1c1c1e;margin:0 0 8px;font-size:23px}.empty-state p{max-width:270px;line-height:1.35}.empty-state button,.add-category-button,.danger-pill,.logout-button{color:var(--blue);cursor:pointer;background:#fff;border:0;border-radius:999px;padding:13px 18px;font-weight:700}.progress-card,.settings-group>div,.profile-card{background:var(--card);border-radius:24px;box-shadow:0 10px 26px #0000000b}.progress-card{margin-bottom:14px;padding:18px}.progress-card h2{margin:0 0 16px;font-size:22px}.progress-row{grid-template-columns:minmax(86px,1fr) 1.4fr;align-items:center;gap:10px;min-height:34px;display:grid}.progress-row span{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.view-more{color:#8b8b91;background:0 0;border:0;padding:10px 0 0}.muted{color:#8c8c92}.insight-section{border-bottom:1px solid var(--divider);margin-bottom:18px;padding:4px 0 18px}.insight-section h3{margin:0;font-size:18px}.insight-section p,.monthly-stats p{color:#9b9ba1;margin:2px 0 12px;font-size:12px;font-weight:700}.week-bars{grid-template-columns:repeat(7,1fr);gap:8px;margin:10px 0 12px;display:grid}.week-bars span{background:var(--green-track);border-radius:999px;height:18px;position:relative}.week-bars .success{background:var(--green)}.week-bars i{border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;right:7px;transform:translateY(-50%)}.month-chart{grid-template-columns:repeat(12,1fr);align-items:end;gap:7px;height:170px;display:grid}.month-chart div{grid-template-rows:20px 1fr;gap:8px;height:100%;display:grid}.month-label{color:#8b8b91;text-align:center;font-size:11px}.month-chart b{height:var(--height);background:linear-gradient(to top, var(--green) 0 50%, var(--green-track) 50% 100%);border-radius:8px;align-self:end;min-height:16px}.monthly-stats>div{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.monthly-stats span{color:#77777d;font-size:12px}.monthly-stats strong{color:#111;margin-top:5px;font-size:22px;display:block}.summary{color:#4c4c52;margin-bottom:0;line-height:1.38}.profile-card{text-align:left;cursor:pointer;border:0;align-items:center;gap:13px;width:100%;padding:14px;display:flex}.profile-card img,.profile-card>span,.avatar-editor img,.avatar-editor span{object-fit:cover;background:#dedee3;border-radius:50%;place-items:center;width:58px;height:58px;font-size:24px;font-weight:800;display:grid}.profile-card strong{font-size:18px}.profile-card p{color:#8a8a90;margin:2px 0 0}.settings-group{margin-top:22px}.settings-group h2{color:#7d7d83;margin:0 0 8px 10px;font-size:14px}.settings-row,.sheet-row{border-bottom:1px solid var(--divider);justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:0 14px;display:flex}.settings-row:last-child,.sheet-row:last-child{border-bottom:0}.settings-row>div,.sheet-row strong{color:#7e7e84;align-items:center;gap:7px;font-weight:600;display:inline-flex}.settings-row .icon-button{color:#b0b0b5;width:28px;height:28px}.logout-button{width:100%;color:var(--red);margin-top:22px}.toggle{cursor:pointer;background:#d7d7dc;border:0;border-radius:999px;width:48px;height:29px;padding:2px;transition:background .16s}.toggle span{background:#fff;border-radius:50%;width:25px;height:25px;transition:transform .16s;display:block;box-shadow:0 2px 7px #00000038}.toggle.on{background:var(--green)}.toggle.on span{transform:translate(19px)}.sheet-layer{z-index:80;position:absolute;inset:0}.sheet-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000002e;border:0;position:absolute;inset:0}.bottom-sheet{background:#fff;border-radius:30px 30px 0 0;min-height:58dvh;max-height:92dvh;animation:.26s cubic-bezier(.2,.8,.2,1) both sheetIn;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.bottom-sheet.high-sheet{min-height:92dvh}.sheet-handle{background:#d7d7dc;border-radius:999px;width:42px;height:5px;margin:8px auto 2px}.sheet-header{grid-template-columns:44px 1fr 44px;align-items:center;min-height:48px;padding:0 12px;display:grid}.sheet-header h2{text-align:center;margin:0;font-size:18px}.sheet-content{max-height:calc(92dvh - 62px);padding:8px 18px 28px;overflow:auto}.sheet-text-action{color:var(--blue);cursor:pointer;background:0 0;border:0;font-weight:700}.title-input,.description-input{background:var(--card-soft);border:0;border-radius:18px;outline:none;width:100%;padding:16px;font-size:24px;font-weight:700}.title-input.compact{font-size:17px;font-weight:500}.description-input{resize:vertical;min-height:122px;font-size:16px;font-weight:500}.sheet-card{background:var(--card-soft);border-radius:18px;margin:14px 0;overflow:hidden}.sheet-row{text-align:left;background:0 0;border-top:0;border-left:0;border-right:0;width:100%}.sheet-row input{text-align:right;color:#6f6f75;background:0 0;border:0;outline:none;max-width:190px}.sheet-section-title{color:#8c8c92;text-transform:uppercase;margin:18px 0 8px 10px;font-size:13px}.sheet-inset{padding:0 14px 14px}.segmented-slider{color:#77777d;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;font-size:13px;display:grid}.segmented-slider input{accent-color:var(--green)}.choice-grid,.urgent-scale{flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;display:flex}.choice-grid button,.urgent-scale button{color:#5b5b60;cursor:pointer;background:#fff;border:0;border-radius:999px;padding:7px 10px}.choice-grid .active,.urgent-scale .active{background:var(--green);color:#102415}.urgent-scale span{color:#89898f;font-weight:700}.view-sheet-title{text-align:center}.view-sheet-title h2{margin:0 0 3px;font-size:28px}.view-sheet-title p{color:#8c8c92}.countdown-ring{background:conic-gradient(var(--green) 0 var(--degrees), var(--green-soft) var(--degrees) 360deg);border-radius:50%;place-items:center;width:210px;height:210px;margin:22px auto;display:grid;position:relative;overflow:hidden}.countdown-ring:before{content:"";background:#fff;border-radius:50%;width:166px;height:166px;position:absolute}.countdown-ring div{place-items:center;display:grid;position:relative}.countdown-ring strong{font-size:42px}.countdown-ring span{color:#8a8a90;font-weight:700}.danger-pill{width:100%;color:var(--red);background:#fff2f2;margin-top:8px}.category-list button,.custom-color-row{border:0;border-bottom:1px solid var(--divider);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;width:100%;min-height:52px;padding:0 14px;display:flex}.category-list button:last-child,.custom-color-row:last-child{border-bottom:0}.category-list span,.custom-color-row span{align-items:center;gap:10px;display:inline-flex}.category-list b{color:var(--blue);font-size:13px}.add-category-button{background:var(--card-soft);width:100%}.sheet-helper{color:#8c8c92;padding:0 10px;line-height:1.35}.custom-color-row input{background:0 0;border:0;width:38px;height:32px}.back-row{position:absolute;top:10px;left:10px}.profile-editor{text-align:center;padding:8px 0 20px}.avatar-editor{cursor:pointer;place-items:center;display:inline-grid}.avatar-editor input{display:none}.profile-editor p{color:#8c8c92;margin:10px 0 0}.notification-preview{color:#fff;background:#1f1f22;border-radius:20px;grid-template-columns:34px 1fr;gap:10px;margin:12px 0;padding:12px;display:grid;box-shadow:0 16px 32px #0000002e}.notification-preview img{border-radius:8px;width:34px;height:34px}.notification-top{color:#aaaab0;justify-content:space-between;font-size:11px;font-weight:800;display:flex}.notification-preview strong{margin:4px 0 2px;display:block}.notification-preview p{color:#e6e6ea;margin:0;font-size:13px}.notification-preview.urgent{border-radius:24px;grid-template-columns:42px 1fr;padding:15px}.notification-preview.urgent img{border-radius:10px;width:42px;height:42px}.mini-live-bar{background:var(--green-track);border-radius:999px;height:8px;margin-top:12px;overflow:hidden}.mini-live-bar span{border-radius:inherit;background:var(--green);width:52%;height:100%;animation:1.8s ease-in-out infinite alternate liveMove;display:block}@keyframes splashFade{0%{opacity:0}18%,78%{opacity:1}to{opacity:0}}@keyframes iconLift{0%{transform:translateY(8px)scale(.96)}to{transform:none}}@keyframes tabIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes menuIn{0%{opacity:0;transform:scale(.96)translateY(-4px)}to{opacity:1;transform:none}}@keyframes sheetIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes barGrow{0%{width:0}to{width:var(--fill)}}@keyframes liveMove{to{width:88%}}@media (width<=430px){.phone-shell{width:100vw;box-shadow:none}.page-view{padding-left:16px;padding-right:16px}h1{font-size:clamp(31px,9vw,36px)}.progress-row{grid-template-columns:minmax(74px,.9fr) 1.4fr}.month-chart{gap:5px}.month-label{font-size:10px}}
