:root{--bg:#f4f6f9;--surface:#fff;--surface-2:#f1f3f7;--surface-3:#e9ecf1;--border:#e4e8ee;--border-strong:#cfd6e0;--text:#21252b;--text-2:#5a626e;--text-3:#89909c;--primary:#1d9e75;--primary-deep:#0f6e56;--primary-soft:#e1f5ee;--primary-ring:#1d9e752e;--info:#378add;--info-soft:#e6f1fb;--warn:#ba7517;--warn-soft:#faeeda;--danger:#d64545;--danger-soft:#fcebeb;--purple:#7f77dd;--purple-soft:#eeedfe;--amber:#ef9f27;--radius-xs:8px;--radius-sm:10px;--radius:14px;--radius-lg:18px;--radius-xl:24px;--shadow-1:0 1px 2px #171e2c0d;--shadow-2:0 2px 4px #171e2c0a, 0 10px 28px #171e2c12;--shadow-3:0 12px 40px #171e2c29;--font:"PingFang SC", "HarmonyOS Sans SC", "Microsoft YaHei UI", "Microsoft YaHei", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, SFMono-Regular, "Cascadia Mono", Consolas, monospace;--safe-b:env(safe-area-inset-bottom,0px);--header-h:60px}*{box-sizing:border-box}html,body,#app{height:100%}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;overscroll-behavior-y:none;margin:0;font-size:14px;line-height:1.6}h1,h2,h3,h4,p,figure{margin:0}h1{font-size:22px;font-weight:600}h2{font-size:17px;font-weight:600}h3{font-size:15px;font-weight:600}button,input,select,textarea{font:inherit;color:inherit}a{color:var(--primary-deep);text-decoration:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border:3px solid var(--bg);border-radius:6px}::-webkit-scrollbar-track{background:0 0}.page{max-width:1080px;margin:0 auto;padding:20px 16px 96px}.page-narrow{max-width:720px;margin:0 auto;padding:20px 16px 96px}.stack{flex-direction:column;gap:14px;display:flex}.stack-sm{flex-direction:column;gap:8px;display:flex}.row{align-items:center;gap:10px;display:flex}.row-between{justify-content:space-between;align-items:center;gap:10px;display:flex}.wrap{flex-wrap:wrap;gap:10px;display:flex}.grow{flex:1;min-width:0}.center{justify-content:center;align-items:center;display:flex}.grid{gap:14px;display:grid}.grid-2{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);padding:18px}.card-flat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px}.card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.card-head h2{align-items:center;gap:8px;display:flex}.section-title{color:var(--text-3);letter-spacing:.04em;margin:4px 0 -4px 2px;font-size:13px;font-weight:600}.muted{color:var(--text-2)}.dim{color:var(--text-3)}.tiny{font-size:12px}.small{font-size:13px}.num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.strong{font-weight:600}.mono{font-family:var(--mono)}.nowrap{white-space:nowrap}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.center-text{text-align:center}.btn{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);height:38px;color:var(--text);cursor:pointer;white-space:nowrap;-webkit-tap-highlight-color:transparent;justify-content:center;align-items:center;gap:6px;padding:0 16px;font-size:14px;font-weight:500;transition:background .15s,border-color .15s,transform 80ms,opacity .15s;display:inline-flex}.btn:hover:not(:disabled){background:var(--surface-2);border-color:var(--border-strong)}.btn:active:not(:disabled){transform:scale(.975)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-deep);border-color:var(--primary-deep)}.btn-danger{background:var(--surface);color:var(--danger);border-color:#f0c4c4}.btn-danger:hover:not(:disabled){background:var(--danger-soft)}.btn-ghost{color:var(--text-2);background:0 0;border-color:#0000}.btn-ghost:hover:not(:disabled){background:var(--surface-2);color:var(--text)}.btn-sm{border-radius:var(--radius-xs);height:30px;padding:0 11px;font-size:13px}.btn-lg{border-radius:var(--radius);height:48px;padding:0 24px;font-size:16px}.btn-block{width:100%}.btn-icon{border-radius:var(--radius-xs);width:34px;height:34px;padding:0}.btn-icon.btn-sm{width:28px;height:28px}.field{flex-direction:column;gap:6px;display:flex}.field>label{color:var(--text-2);font-size:13px;font-weight:500}.field-hint{color:var(--text-3);font-size:12px}.input,.select,.textarea{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);outline:none;width:100%;height:38px;padding:0 12px;transition:border-color .15s,box-shadow .15s}.textarea{resize:vertical;height:auto;min-height:76px;padding:9px 12px;line-height:1.6}.input:focus,.select:focus,.textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-ring)}.input::placeholder,.textarea::placeholder{color:var(--text-3)}.input[type=date]{padding-right:8px}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-image:none;padding-right:30px}.switch{background:var(--surface-3);cursor:pointer;border:none;border-radius:999px;flex:none;width:42px;height:24px;padding:0;transition:background .18s;position:relative}.switch:after{content:"";width:18px;height:18px;box-shadow:var(--shadow-1);background:#fff;border-radius:50%;transition:transform .18s;position:absolute;top:3px;left:3px}.switch[aria-checked=true]{background:var(--primary)}.switch[aria-checked=true]:after{transform:translate(18px)}.checkbox{border:1.5px solid var(--border-strong);background:var(--surface);cursor:pointer;border-radius:6px;flex:none;justify-content:center;align-items:center;width:20px;height:20px;transition:all .15s;display:inline-flex}.checkbox[aria-checked=true]{background:var(--primary);border-color:var(--primary)}.checkbox svg{color:#fff;width:14px;height:14px}.pill{background:var(--surface-2);height:22px;color:var(--text-2);border-radius:999px;align-items:center;gap:4px;padding:0 9px;font-size:12px;font-weight:500;display:inline-flex}.pill-primary{background:var(--primary-soft);color:var(--primary-deep)}.pill-info{background:var(--info-soft);color:#185fa5}.pill-warn{background:var(--warn-soft);color:var(--warn)}.pill-danger{background:var(--danger-soft);color:var(--danger)}.pill-purple{background:var(--purple-soft);color:#534ab7}.seg{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);gap:4px;padding:4px;display:flex}.seg>button{border-radius:calc(var(--radius) - 4px);height:40px;color:var(--text-2);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:6px;font-family:inherit;font-size:13.5px;font-weight:500;transition:background .15s,color .15s;display:flex}.seg>button.active{background:var(--surface);color:var(--text)}@media (max-width:767px){.seg>button,.modal .input,.modal .select,.modal .textarea,.modal .btn{height:44px}.modal .btn-sm{height:38px}.modal .btn-lg{height:50px}.modal .btn-icon{width:44px;height:44px}}.dot{border-radius:50%;flex:none;width:8px;height:8px}.stat{background:var(--surface-2);border-radius:var(--radius);padding:14px}.stat-label{color:var(--text-2);margin-bottom:4px;font-size:12px}.stat-value{font-variant-numeric:tabular-nums;font-size:24px;font-weight:600;line-height:1.2}.stat-sub{color:var(--text-3);margin-top:2px;font-size:12px}.table{border-collapse:collapse;width:100%;font-size:13px}.table th{text-align:left;color:var(--text-3);border-bottom:1px solid var(--border);white-space:nowrap;padding:8px 10px;font-size:12px;font-weight:500}.table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:11px 10px}.table tr:last-child td{border-bottom:none}.table tbody tr:hover{background:var(--surface-2)}.table .num{text-align:right}.table-wrap{margin:0 -18px;padding:0 18px;overflow-x:auto}.bar{background:var(--surface-3);border-radius:999px;height:8px;overflow:hidden}.bar>i{background:var(--primary);border-radius:999px;height:100%;transition:width .5s cubic-bezier(.22,1,.36,1);display:block}.ring{position:relative}.ring svg{display:block;transform:rotate(-90deg)}.ring circle{fill:none;stroke-linecap:round}.ring-label{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.topbar{z-index:30;-webkit-backdrop-filter:saturate(180%)blur(14px);backdrop-filter:saturate(180%)blur(14px);border-bottom:1px solid var(--border);background:#ffffffdb;position:sticky;top:0}.topbar-inner{max-width:1080px;height:var(--header-h);align-items:center;gap:12px;margin:0 auto;padding:0 16px;display:flex}.brand{align-items:center;gap:9px;font-size:15px;font-weight:600;display:flex}.brand-mark{background:var(--primary);color:#fff;border-radius:9px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.brand-mark svg{width:18px;height:18px}.tabs{scrollbar-width:none;gap:2px;display:flex;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tab{border-radius:var(--radius-xs);height:34px;color:var(--text-2);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;padding:0 12px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.tab:hover{background:var(--surface-2);color:var(--text)}.tab.active{background:var(--primary-soft);color:var(--primary-deep)}.tab .pill{height:18px;padding:0 6px;font-size:11px}.tabbar{z-index:40;-webkit-backdrop-filter:saturate(180%)blur(14px);backdrop-filter:saturate(180%)blur(14px);border-top:1px solid var(--border);padding-bottom:var(--safe-b);background:#fffffff0;display:flex;position:fixed;bottom:0;left:0;right:0}.tabbar a,.tabbar button{color:var(--text-3);flex-direction:column;flex:1;align-items:center;gap:3px;padding:9px 0 8px;font-size:11px;font-weight:500;transition:color .15s;display:flex;position:relative}.tabbar button{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;font-family:inherit}.tabbar a svg,.tabbar button svg{width:23px;height:23px}.tabbar a.active,.tabbar button.active{color:var(--primary)}.tabbar-dot{background:var(--danger);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;margin-left:3px;padding:0 4px;font-size:10.5px;font-weight:600;line-height:1;display:flex;position:absolute;top:3px;left:50%}.overlay{z-index:100;background:#141a266b;justify-content:center;align-items:center;padding:20px;animation:.16s fade;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal{background:var(--surface);border-radius:var(--radius-xl);box-shadow:var(--shadow-3);flex-direction:column;width:100%;max-width:520px;max-height:88vh;animation:.2s cubic-bezier(.2,1.1,.4,1) pop;display:flex}.modal-wide{max-width:720px}.modal-head{flex:none;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px 12px;display:flex}.modal-body{flex:auto;padding:4px 20px;overflow-y:auto}.modal-foot{padding:16px 20px calc(18px + var(--safe-b));flex:none;justify-content:flex-end;gap:10px;display:flex}@keyframes fade{0%{opacity:0}}@keyframes pop{0%{opacity:0;transform:translateY(10px)scale(.97)}}.toasts{left:50%;bottom:calc(84px + var(--safe-b));z-index:200;pointer-events:none;flex-direction:column;align-items:center;gap:8px;width:max-content;max-width:92vw;display:flex;position:fixed;transform:translate(-50%)}.toast{color:#fff;box-shadow:var(--shadow-2);background:#232a35;border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:500;animation:.2s cubic-bezier(.2,1.1,.4,1) pop;display:flex}.toast.ok{background:var(--primary-deep)}.toast.err{background:#a63636}.toast svg{flex:none;width:16px;height:16px}.empty{text-align:center;color:var(--text-3);flex-direction:column;align-items:center;gap:8px;padding:44px 20px;display:flex}.empty-icon{background:var(--surface-2);width:52px;height:52px;color:var(--text-3);border-radius:50%;justify-content:center;align-items:center;margin-bottom:2px;display:flex}.empty-icon svg{width:26px;height:26px}.skeleton{background:linear-gradient(90deg, var(--surface-2) 25%, var(--surface-3) 37%, var(--surface-2) 63%);border-radius:var(--radius-xs);background-size:400% 100%;animation:1.3s linear infinite shimmer}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.kid-hero{border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-1);padding:20px}.avatar{color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex;overflow:hidden}.avatar svg{width:58%;height:58%}.avatar-ring{box-shadow:0 0 0 3px #ffffffe6, 0 0 0 5px var(--primary-ring)}.task-card{text-align:left;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;-webkit-tap-highlight-color:transparent;align-items:center;gap:14px;width:100%;padding:15px 16px;transition:transform .12s,border-color .18s,background .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.task-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-1)}.task-card:active{transform:scale(.988)}.task-card.done{background:var(--primary-soft);border-color:#b7e6d6}.task-card.done .task-title{color:var(--primary-deep)}.task-card.not-today{opacity:.5}.task-icon{color:#fff;border-radius:13px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s;display:flex}.task-icon svg{width:24px;height:24px}.task-title{font-size:15px;font-weight:500}.task-meta{color:var(--text-3);margin-top:1px;font-size:12px}.task-check{border:2px solid var(--border-strong);color:#0000;border-radius:50%;flex:none;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s cubic-bezier(.2,1.2,.4,1);display:flex}.task-check svg{width:17px;height:17px}.task-card.done .task-check{background:var(--primary);border-color:var(--primary);color:#fff;animation:.3s cubic-bezier(.2,1.4,.4,1) pop-check}@keyframes pop-check{0%{transform:scale(.5)}60%{transform:scale(1.14)}to{transform:scale(1)}}.points-fly{color:var(--primary);pointer-events:none;font-size:15px;font-weight:600;animation:1.05s cubic-bezier(.2,.7,.3,1) forwards fly;position:absolute;top:50%;right:54px}@keyframes fly{0%{opacity:0;transform:translateY(6px)scale(.8)}25%{opacity:1;transform:translateY(-4px)scale(1)}to{opacity:0;transform:translateY(-32px)scale(.92)}}.celebrate{z-index:150;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.celebrate-card{background:var(--surface);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-3);padding:26px 34px;animation:.5s cubic-bezier(.2,1.2,.4,1) celebrate-in}@keyframes celebrate-in{0%{opacity:0;transform:scale(.8)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.confetti{border-radius:2px;width:9px;height:9px;animation:2.2s linear forwards confetti-fall;position:absolute}@keyframes confetti-fall{0%{opacity:1;transform:translateY(-40vh)rotate(0)}to{opacity:0;transform:translateY(52vh)rotate(560deg)}}.reward-card{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);flex-direction:column;gap:10px;padding:16px;transition:transform .12s,border-color .18s,box-shadow .18s;display:flex}.reward-card.affordable{border-color:#b7e6d6;box-shadow:0 0 0 3px #1d9e750f}.reward-card.locked{opacity:.62}.reward-icon{background:var(--surface-2);width:46px;height:46px;color:var(--primary-deep);border-radius:14px;justify-content:center;align-items:center;display:flex}.reward-icon svg{width:25px;height:25px}.reward-cost{color:var(--primary-deep);font-variant-numeric:tabular-nums;font-size:17px;font-weight:600}.cal{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.cal-head{color:var(--text-3);text-align:center;padding-bottom:4px;font-size:11px;font-weight:500}.cal-cell{aspect-ratio:1;background:var(--surface-2);color:var(--text-2);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:1px;font-size:12px;display:flex;position:relative}.cal-cell.blank{background:0 0}.cal-cell.today{box-shadow:inset 0 0 0 2px var(--primary)}.cal-cell.lv1{color:var(--primary-deep);background:#d8f0e6}.cal-cell.lv2{color:var(--primary-deep);background:#a8dfc9}.cal-cell.lv3{color:#fff;background:#63c4a0}.cal-cell.lv4{background:var(--primary);color:#fff}.cal-dots{gap:2px;display:flex}.cal-dots i{opacity:.65;background:currentColor;border-radius:50%;width:3px;height:3px}.cal-cell.cal-swatch{aspect-ratio:auto;border-radius:4px;width:15px;height:15px}.kid-shell{min-height:100%}.kid-content{min-width:0}.kid-rail{display:none}.kid-page{max-width:720px;margin:0 auto;padding:20px 16px 112px}.task-list{flex-direction:column;gap:8px;display:flex}.reward-grid{grid-template-columns:minmax(0,1fr);gap:14px;display:grid}.kid-greeting{font-size:16px}.kid-stat-sm{padding:10px 14px}.kid-stat-value{font-size:19px}.kid-user-btn{border-radius:var(--radius-sm);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;align-items:center;gap:8px;padding:4px 6px;display:flex}.kid-user-btn:hover{background:var(--surface-2)}@media (max-width:640px){.page,.page-narrow,.kid-page{padding:14px 12px 100px}.card{border-radius:var(--radius);padding:15px}.modal{max-width:none;max-height:92vh}.modal-head{padding:16px 16px 10px}.modal-body{padding:0 16px}.modal-foot{padding:14px 16px calc(16px + var(--safe-b))}.table-wrap{margin:0 -15px;padding:0 15px}h1{font-size:20px}.topbar-inner{gap:8px;padding:0 12px}.brand>span:not(.brand-mark){display:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important}}@media (min-width:768px){.kid-page{max-width:860px;padding:24px 24px 128px}.kid-hero{padding:26px}.kid-greeting{font-size:18px}.kid-stat-sm{padding:14px 18px}.kid-stat-value,h1{font-size:24px}.task-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.task-card{border-radius:var(--radius-xl);gap:16px;padding:20px}.task-icon{border-radius:16px;width:54px;height:54px}.task-icon svg{width:28px;height:28px}.task-title{font-size:17px}.task-meta{font-size:13px}.task-check{width:38px;height:38px}.task-check svg{width:21px;height:21px}.points-fly{font-size:17px;right:66px}.reward-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.reward-card{border-radius:var(--radius-xl);padding:20px}.reward-icon{border-radius:16px;width:54px;height:54px}.reward-icon svg{width:29px;height:29px}.reward-cost{font-size:19px}.tabbar a,.tabbar button{gap:4px;padding:13px 0 12px;font-size:12.5px}.tabbar a svg,.tabbar button svg{width:27px;height:27px}.kid-page .btn{height:44px}.kid-page .btn-sm{height:34px}.kid-page .btn-lg{height:54px;font-size:17px}.kid-page .input,.kid-page .select{height:44px}.cal-wrap{max-width:560px;margin:0 auto}.cal{gap:7px}.cal-cell{aspect-ratio:auto;border-radius:12px;height:60px;font-size:13px}.cal-head{padding-bottom:6px;font-size:12px}.cal-cell.cal-swatch{border-radius:5px;width:20px;height:20px}}@media (min-width:1200px){.kid-shell{grid-template-columns:244px minmax(0,1fr);align-items:start;display:grid}.kid-rail{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;gap:6px;height:100vh;padding:22px 14px 18px;display:flex;position:sticky;top:0}.kid-rail-brand{align-items:center;gap:10px;padding:4px 8px 18px;font-size:15px;display:flex}.kid-rail-nav{flex-direction:column;gap:4px;display:flex}.kid-rail-nav a{border-radius:var(--radius);color:var(--text-2);align-items:center;gap:12px;padding:13px 14px;font-size:15px;font-weight:500;transition:background .15s,color .15s;display:flex}.kid-rail-nav a:hover{background:var(--surface-2);color:var(--text)}.kid-rail-nav a.active{background:var(--primary-soft);color:var(--primary-deep)}.kid-rail-user{border-radius:var(--radius);background:var(--surface-2);cursor:pointer;border:none;align-items:center;gap:10px;margin-top:auto;padding:10px 12px;transition:background .15s;display:flex}.kid-rail-user:hover{background:var(--surface-3)}.kid-topbar,.tabbar{display:none}.kid-page{max-width:1040px;padding:28px 32px 56px}.reward-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.toasts{bottom:calc(28px + var(--safe-b))}}.p-tabs-bar{border-bottom:1px solid var(--border);background:var(--surface)}.p-child-select{width:auto;height:32px;font-size:13px}.more-list{flex-direction:column;gap:8px;display:flex}.more-item{text-align:left;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);cursor:pointer;-webkit-tap-highlight-color:transparent;align-items:center;gap:14px;width:100%;padding:12px 14px;transition:background .15s,border-color .15s;display:flex}.more-item:hover{background:var(--surface-2)}.more-item.active{background:var(--primary-soft);border-color:#b7e6d6}.more-icon{background:var(--surface-2);width:40px;height:40px;color:var(--text-2);border-radius:12px;flex:none;justify-content:center;align-items:center;display:flex}.more-item.active .more-icon{color:var(--primary-deep);background:#fff}.more-item>svg{color:var(--text-3);flex:none}.pk-box{background:var(--surface-2);border-radius:var(--radius);padding:12px}.subj-pill{height:28px;padding:0 6px 0 10px}.subj-x{width:20px;height:20px}.sheet-grip{display:none}@media (max-width:767px){.page{padding:14px 12px calc(88px + var(--safe-b))}.page>.stack>.row-between{flex-wrap:wrap}.page>.stack>.row-between>.btn,.page>.stack>.row-between>.row{width:100%}.page>.stack>.row-between>.row .tab{flex:1;justify-content:center}.card-head{flex-wrap:wrap}.page .btn{height:44px}.page .btn-sm{height:38px;font-size:13.5px}.page .btn-icon{width:44px;height:44px}.page .btn-icon.btn-sm{width:38px;height:38px}.page .input,.page .select,.page .textarea{height:44px}.page .tab{height:40px}.page .switch{width:48px;height:28px}.page .switch:after{width:22px;height:22px}.page .switch[aria-checked=true]:after{transform:translate(20px)}.input,.select,.textarea{font-size:16px}.p-child-select{height:36px;font-size:14px}.page .subj-pill{height:36px;font-size:13px}.page .btn.subj-x{width:30px;height:30px}.overlay-sheet{align-items:flex-end;padding:0}.modal-sheet{border-radius:var(--radius-xl) var(--radius-xl) 0 0;width:100%;max-width:none;max-height:86vh;animation:.24s cubic-bezier(.2,1.1,.4,1) sheet-up}.modal-sheet .modal-body{padding-bottom:calc(20px + var(--safe-b))}.sheet-grip{background:var(--border-strong);border-radius:999px;flex:none;width:40px;height:4px;margin:10px auto -4px;display:block}}@keyframes sheet-up{0%{opacity:.7;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
