:root{--paper:#f2f2f6;--ink:#20252c;--muted:#626c78;--blue:#3478b7;--blue-light:#e9f2fb;--line:#dedfe5;--gold:#967338;--font:-apple-system,BlinkMacSystemFont,'Segoe UI','Yu Gothic UI',Meiryo,sans-serif}*{box-sizing:border-box}body{margin:0;background:#dce0e5;color:var(--ink);font-family:var(--font);font-size:16px;line-height:1.4}button,input,textarea{font:inherit}button{color:inherit;border:0;background:none;cursor:pointer;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}button:active{opacity:.65}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid #5697d1;outline-offset:2px}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h2{font-size:28px;letter-spacing:-.035em;font-weight:750;line-height:1.2}h3{font-size:16px}svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}[hidden]{display:none!important}
.app{width:430px;height:calc(100dvh - 40px);max-height:930px;min-height:500px;margin:20px auto;background:var(--paper);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 45px #18243224;border:1px solid #fff9}.app-header{height:44px;min-height:44px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:.5px solid var(--line);background:#fafafccc}.brand{font-size:15px;font-weight:700;letter-spacing:.03em}.brand-dot{display:inline-block;width:5px;height:5px;background:var(--blue);border-radius:50%;margin:0 0 2px 4px}.demo-badge{font-size:10px;color:var(--muted)}main{flex:1;min-height:0;overflow-y:auto;padding:13px 16px 12px;overscroll-behavior:contain;scrollbar-width:thin}.page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:8px}.eyebrow{font-size:11px;color:var(--muted);letter-spacing:.02em;margin-bottom:3px}.page-head .eyebrow{font-size:12px}.head-count{font-size:13px;color:var(--blue);font-weight:600}.week{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;padding:0 0 9px;margin-bottom:8px;border-bottom:.5px solid var(--line)}.day{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:11px;color:var(--muted)}.day b{display:grid;place-items:center;width:30px;height:30px;font-size:16px;font-weight:500;border-radius:50%;color:var(--ink)}.day.selected b{background:var(--blue);color:#fff}.day.selected{color:var(--blue)}.day.weekend b{color:#9299a2}.stats{display:flex;align-items:center;border-radius:10px;background:#fff;padding:9px 0;margin-bottom:10px}.stats>div{flex:1;text-align:center;border-right:1px solid #ededf0;display:flex;align-items:baseline;justify-content:center;gap:6px}.stats>div:last-child{border:0}.stats b{font-size:17px;font-variant-numeric:tabular-nums}.stats small{font-size:10px;color:var(--muted)}.stats .blue{color:var(--blue)}.stats .gold{color:var(--gold)}
.companion{display:flex;align-items:center;gap:9px;padding:0 3px;margin-bottom:9px;min-height:52px}.companion img{width:53px;height:53px;object-fit:cover;mix-blend-mode:multiply;border-radius:50%}.companion p{font-size:12px;line-height:1.5}.companion small{font-size:10px;color:var(--muted);display:block;margin-bottom:2px}.step-card{background:#fff;border-radius:11px;border-left:3px solid var(--blue);padding:10px 12px 0;overflow:hidden}.card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.pill{font-size:10px;color:var(--blue);font-weight:600;background:var(--blue-light);border-radius:4px;padding:2px 6px}.time-label{font-size:11px;color:var(--muted)}.task-parent{font-size:11px;color:var(--muted);margin-bottom:3px}.step-card h3{font-size:16px;line-height:1.4;font-weight:650;margin:0}.step-card h3 br{display:none}.subcopy{font-size:12px;color:var(--muted);line-height:1.6}.start-line{display:flex;align-items:center;gap:12px;margin-bottom:7px}.start-line>div{flex:1;min-width:0}.primary{min-height:46px;width:100%;background:var(--blue);color:#fff;border-radius:10px;font-size:15px;font-weight:650;display:flex;align-items:center;justify-content:center;gap:7px}.step-card .primary{width:auto;min-width:94px;min-height:44px;padding:0 12px;font-size:13px;flex-shrink:0}.card-actions{display:flex;margin:0 -12px;border-top:.5px solid var(--line)}.card-actions button{flex:1;font-size:12px;min-height:44px;color:var(--blue)}.card-actions button+button{border-left:.5px solid var(--line)}.text-button strong{font-weight:400;margin-right:5px}.section-title{display:flex;justify-content:space-between;align-items:center;min-height:35px;margin-top:7px;padding:0 2px;gap:8px}.section-title h3{font-size:12px;color:var(--muted);font-weight:600}.section-title span,.section-title button{font-size:11px;color:var(--muted)}.section-title button{min-height:44px}.task-group{background:#fff;border-radius:11px;overflow:hidden}.task-row{display:flex;align-items:center;gap:4px;min-height:51px;position:relative;padding-right:11px}.task-row+.task-row:before{content:'';height:.5px;position:absolute;background:var(--line);top:0;left:44px;right:0}.check{width:44px;min-width:44px;align-self:stretch;display:grid;place-content:center}.check span{width:21px;height:21px;border:1.4px solid #b1b8c1;border-radius:50%;display:grid;place-items:center;font-size:12px}.task-row.done .check span{background:#789e8b;border-color:#789e8b;color:white}.task-row.done .task-name{text-decoration:line-through;color:#858b93}.task-info{flex:1;min-width:0}.task-name{font-size:14px;line-height:1.5;overflow-wrap:anywhere;font-weight:500}.task-meta{font-size:10px;color:var(--muted);margin-top:1px}.task-end{font-size:10px;color:var(--muted);margin-left:5px;white-space:nowrap}.mini-progress{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:10px;margin:10px 2px}.tiny-track{width:46px;height:4px;background:#dbe1e5;border-radius:5px;overflow:hidden}.tiny-track i{display:block;height:100%;background:#729a84}.add-fab{border-top:.5px solid var(--line);background:#fafafc;width:100%;min-height:44px;height:44px;text-align:left;padding:0 20px;color:var(--blue);font-weight:600;font-size:14px;flex-shrink:0}.add-fab span{font-size:24px;vertical-align:-2px;margin-right:5px}.tabbar{display:flex;flex-shrink:0;background:#fafafcf2;border-top:.5px solid var(--line);min-height:63px;padding:4px 12px 7px;backdrop-filter:blur(18px)}.tabbar button{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#818996;font-size:10px}.tabbar button[aria-current]{color:var(--blue);font-weight:600}.tabbar button[aria-current] svg{stroke-width:2.2}
.segments{display:flex;background:#e4e5eb;border-radius:9px;padding:3px;margin:0 0 10px}.segments button{flex:1;border-radius:7px;font-size:12px;min-height:44px;color:#59616a}.segments button.active{background:#fff;box-shadow:0 1px 4px #0002;color:var(--ink);font-weight:600}.segments small{margin-left:4px;color:var(--muted)}.helper{font-size:11px;color:var(--muted);line-height:1.65;margin:12px 2px}.empty{padding:25px 12px;text-align:center;font-size:13px;color:var(--muted)}.balance{font-size:13px;color:#88602c;background:#f2e8d6;border-radius:20px;padding:6px 10px;white-space:nowrap}.room-scene{height:215px;position:relative;overflow:hidden;border-radius:11px;background:#eeeae2;display:grid;place-items:center;margin-bottom:10px}.room-scene:before{content:'';position:absolute;inset:65% -10% -20%;background:var(--rug,#d7e2e8);border-radius:50% 50% 0 0;transition:background .2s}.room-scene img{position:relative;width:180px;height:180px;object-fit:contain;mix-blend-mode:multiply;z-index:1}.room-label{position:absolute;left:12px;top:10px;font-size:10px;color:var(--muted);z-index:2}.room-caption{position:absolute;bottom:9px;left:0;right:0;text-align:center;font-size:10px;z-index:2;color:#465d68}.room-scene img,.focus-cat,.success img{mask-image:linear-gradient(to right,transparent,#000 9%,#000 91%,transparent),linear-gradient(to bottom,transparent,#000 7%,#000 94%,transparent);mask-composite:intersect}.bond{background:#fff;border-radius:10px;padding:11px 12px}.bond-head{display:flex;justify-content:space-between;gap:5px;font-size:12px;margin-bottom:7px}.bond-head span{font-size:10px;color:var(--muted)}.bar{height:4px;background:#e8ebe8;border-radius:4px;overflow:hidden}.bar i{display:block;height:100%;background:#82a48b}.bond p{font-size:10px;color:var(--muted);margin-top:6px}.furniture-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.furniture{background:white;border:1.5px solid transparent;border-radius:10px;text-align:left;padding:9px 8px;min-height:100px}.furniture.selected{border-color:var(--blue)}.swatch{width:46px;height:24px;border-radius:50%;margin:4px auto 12px;box-shadow:inset 0 -3px #00000009}.furniture b{display:block;font-size:11px;font-weight:500}.furniture small{font-size:10px;color:var(--muted)}.room-summary{display:flex;justify-content:space-between;align-items:center;padding:11px 12px;background:white;border-radius:10px;margin-top:10px;font-size:12px}.room-summary span{color:var(--muted);font-size:11px}
.focus-page{text-align:center;padding:8px 0}.focus-page .eyebrow{margin:4px 0 10px}.focus-page h2{font-size:21px;line-height:1.5}.focus-cat{width:115px;height:115px;mix-blend-mode:multiply;margin-top:8px}.timer{width:200px;height:200px;border:5px solid #d9e5ef;border-top-color:var(--blue);border-radius:50%;display:flex;flex-direction:column;justify-content:center;margin:0 auto 19px}.timer strong{font-size:51px;font-weight:300;font-variant-numeric:tabular-nums;letter-spacing:.02em}.timer span{font-size:11px;color:var(--muted)}.secondary{width:100%;background:#fff;border-radius:10px;min-height:44px;margin-top:8px;color:var(--blue);font-size:14px}.success{padding-top:35px;text-align:center}.success img{width:210px;mix-blend-mode:multiply;animation:celebrate .5s ease}.success h2{font-size:25px;margin-top:10px}.success p{font-size:13px;color:var(--muted);line-height:1.9;margin:13px 0 17px}.reward{display:inline-block;background:#f1e7d5;color:#896735;border-radius:20px;padding:7px 16px;font-size:12px;margin-bottom:25px}.back{font-size:13px;color:var(--blue);padding-left:0}.play{font-size:13px}
 dialog{border:0;background:var(--paper);color:var(--ink);border-radius:18px;padding:18px;width:min(430px,calc(100% - 24px));max-height:85dvh;overflow:auto;box-shadow:0 20px 80px #20333a40}dialog::backdrop{background:#17212c55;backdrop-filter:blur(3px)}.sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.sheet-head h2{font-size:21px}.close{width:44px;font-size:25px;color:var(--muted)}.sheet-label{display:block;font-size:13px;margin:14px 0 6px}input,textarea{width:100%;border:1px solid #d0d4da;border-radius:9px;background:white;padding:11px;font-size:16px;color:var(--ink)}textarea{resize:vertical;min-height:75px}.choices{display:flex;gap:7px}.choices button{flex:1;background:white;border-radius:9px;font-size:14px}.choices button.active{background:var(--blue-light);box-shadow:inset 0 0 0 1px #a9c6df;color:var(--blue)}.sheet-actions{margin-top:18px}.suggestion{display:flex;gap:10px;align-items:center;padding:12px 0;border-bottom:.5px solid var(--line);font-size:14px}.suggestion input{width:21px;height:21px;accent-color:var(--blue)}.toast{position:fixed;left:50%;bottom:130px;transform:translateX(-50%);max-width:calc(100vw - 24px);width:max-content;background:#28333cf5;color:white;padding:10px 14px;border-radius:12px;box-shadow:0 5px 25px #0002;font-size:12px;z-index:10;display:none}.toast.visible{display:flex;gap:12px;align-items:center}.toast button{color:#cce4fa;font-size:12px;white-space:nowrap}.screen-enter{animation:enter .16s ease}@keyframes enter{from{opacity:.7}to{opacity:1}}@keyframes celebrate{50%{transform:translateY(-6px) rotate(-2deg)}}
@media(max-width:520px){body{background:var(--paper)}.app{width:100%;height:100dvh;max-height:none;min-height:0;margin:0;border:0;border-radius:0;box-shadow:none}.app-header{padding-top:env(safe-area-inset-top);height:calc(44px + env(safe-area-inset-top));min-height:calc(44px + env(safe-area-inset-top))}.tabbar{padding-bottom:max(7px,env(safe-area-inset-bottom))}dialog{margin:auto 0 0;width:100%;max-width:none;border-radius:20px 20px 0 0;padding-bottom:max(20px,env(safe-area-inset-bottom))}}@media(max-width:360px){main{padding-left:12px;padding-right:12px}h2{font-size:25px}.stats>div{gap:4px}.companion p{font-size:11px}.start-line{gap:7px}.step-card h3{font-size:14px}.step-card .primary{min-width:83px;padding:0 8px;font-size:12px}}@media(prefers-reduced-motion:reduce){*,*:before{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* 本体だけの追加部品。既承認モックの密度と余白は上の定義をそのまま使う。 */
.brand{cursor:pointer;min-height:44px;padding:0;font-size:15px;font-weight:700;letter-spacing:.03em}
.header-actions{display:flex;align-items:center;gap:4px}.status-dot{font-size:10px;color:var(--muted);white-space:nowrap}.toolbar-button{width:44px;min-height:44px;font-size:18px;color:var(--muted)}
.task-row{padding-right:4px}.task-open{display:flex;align-items:center;flex:1;min-width:0;min-height:51px;text-align:left;padding:0 4px}.task-info{min-width:0}.task-name,.task-meta{display:block}.task-actions{display:flex;align-items:center;gap:0}.row-action{width:34px;min-height:44px;color:#8b949d;font-size:18px}.row-action[data-edit]{font-size:15px}.task-row .check{z-index:1}.task-row .task-end{max-width:68px;overflow:hidden;text-overflow:ellipsis}
.task-meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.overdue{color:#af624e!important}.due{color:#6c7782!important}.recurrence{color:#71866f!important}.trash-row{opacity:.72}.task-row.deleted .task-name{text-decoration:line-through}
.status-note{margin:6px 0 10px;padding:9px 11px;background:#fff;border-radius:10px;color:var(--muted);font-size:11px;line-height:1.6}.status-note.error{color:#a45245;background:#fff0ed}.status-note strong{color:var(--ink)}
.helper a,.link-button{color:var(--blue);text-decoration:underline}.link-button{padding:0;min-height:28px;font-size:inherit}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.field-row>div{min-width:0}.sheet-label small{font-size:11px;color:var(--muted)}.choice-note{font-size:10px;color:var(--muted);margin-top:5px}.danger{color:#a45245!important}.danger-button{width:100%;background:#fff4f1;color:#a45245;border-radius:9px;min-height:44px;margin-top:8px}.compact-button{min-height:36px;padding:0 10px;border-radius:8px;background:#fff;color:var(--blue);font-size:12px}.sheet-actions.two{display:grid;grid-template-columns:1fr 1fr;gap:8px}.sheet-actions.two .secondary{margin-top:0}.sheet-actions .primary{margin-top:0}
.settings-group{background:#fff;border-radius:11px;overflow:hidden}.settings-row{min-height:51px;padding:7px 12px;display:flex;justify-content:space-between;align-items:center;gap:10px;border-bottom:.5px solid var(--line)}.settings-row:last-child{border-bottom:0}.settings-row>div{min-width:0}.settings-row b{display:block;font-size:13px}.settings-row small{display:block;color:var(--muted);font-size:10px;line-height:1.5;margin-top:2px}.settings-row button{color:var(--blue);font-size:12px;white-space:nowrap}.settings-copy{font-size:12px;color:var(--muted);line-height:1.7}.settings-copy code{font-size:10px}.install-box{background:#edf4f8;border-radius:10px;padding:11px 12px;font-size:11px;line-height:1.7;color:#4f6877}.install-box b{display:block;color:var(--ink);font-size:12px;margin-bottom:4px}
.checklist{display:grid;gap:8px}.checklist label{display:flex;gap:9px;align-items:center;font-size:13px;min-height:36px}.checklist input{width:21px;height:21px;accent-color:var(--blue)}.preview-box{background:#f4f5f7;border-radius:8px;padding:9px 10px;font-size:11px;line-height:1.6;overflow-wrap:anywhere}.preview-box b{display:block;color:var(--muted);font-size:10px;margin-bottom:3px}.ai-badge{display:inline-flex;align-items:center;gap:4px;border-radius:5px;padding:3px 6px;background:#edf4f8;color:var(--blue);font-size:10px}.manual-hint{color:var(--muted);font-size:11px;line-height:1.6}
.progress-native{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:10px;margin:10px 2px}.progress-native progress{appearance:none;width:46px;height:5px;border:0;border-radius:5px;overflow:hidden}.progress-native progress::-webkit-progress-bar{background:#dbe1e5;border-radius:5px}.progress-native progress::-webkit-progress-value{background:#729a84;border-radius:5px}.progress-native progress::-moz-progress-bar{background:#729a84;border-radius:5px}
.room-scene.rug-0:before{background:#d7e2e8}.room-scene.rug-1:before{background:#e8d8b9}.room-scene.rug-2:before{background:#d4ded0}.room-scene .room-caption{font-weight:500}.room-scene img{pointer-events:none}
.room-cat-button{position:relative;z-index:1;width:180px;height:180px;padding:0;display:grid;place-items:center;border-radius:18px}.room-cat-button:active{transform:scale(.97)}
.room-scene .room-cat{mask-image:none;mix-blend-mode:normal}
.rug-swatch-0{background:#d7e2e8}.rug-swatch-1{background:#e8d8b9}.rug-swatch-2{background:#d4ded0}
.focus-page .focus-cat{mask-image:none;mix-blend-mode:normal;object-fit:contain}.focus-page .timer.expired{border-color:#d8ddd9}.focus-page .timer.paused{border-top-color:#9ba8b1}.focus-page .timer strong{font-variant-numeric:tabular-nums}.timer-caption{min-height:17px}
.success .primary,.success .secondary{max-width:330px;margin-left:auto;margin-right:auto}.success .secondary{display:block}.success .success-cat{height:210px;object-fit:contain;mask-image:none;mix-blend-mode:normal}
@media(max-width:360px){.status-dot{display:none}.header-actions{gap:0}.task-row .task-end{max-width:49px}.row-action{width:30px}.field-row{grid-template-columns:1fr}}

/* Compact native-first refinement: the week is the page header. */
main>.week:first-child{margin-top:-4px}.compact-section{min-height:30px;margin-top:3px}.companion{min-height:76px;margin-bottom:7px}.companion img{width:76px;height:76px;border-radius:18px}.companion p{font-size:12.5px}
#task-form .task-sheet-head{position:sticky;top:-18px;z-index:4;display:grid;grid-template-columns:82px 1fr 82px;align-items:center;margin:-18px -18px 12px;padding:7px 10px;background:#fafafc;border-bottom:.5px solid var(--line)}#task-form .task-sheet-head h2{font-size:17px;text-align:center;white-space:nowrap}.sheet-cancel,.header-save{min-height:44px;color:var(--blue);font-size:13px;padding:0 4px}.sheet-cancel{text-align:left}.header-save{text-align:right;font-weight:650}
.auth-screen .tabbar,.auth-screen .add-fab,.auth-screen #settings{display:none}.auth-screen main{display:grid;place-items:center;padding:24px 20px}.login-card{width:100%;max-width:350px;text-align:center}.login-cat{width:130px;height:130px;object-fit:contain}.login-card h2{margin:4px 0 8px}.login-card>p{font-size:12px;color:var(--muted);line-height:1.7}.login-card form{text-align:left;margin-top:18px}.login-card form .primary{margin-top:18px}.recovery-key{min-height:112px;font:13px/1.7 ui-monospace,SFMono-Regular,Consolas,monospace;word-break:break-all}
.insight-strip{width:100%;min-height:44px;margin:0 0 7px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;border-radius:10px;background:#fff7e7;color:#71552e;font-size:11px;text-align:left}.insight-strip b{color:#9b6a25;font-weight:650}.weekly-diary{margin-top:9px;padding:11px 12px;border-radius:10px;background:#fff7e7;color:#5f5140}.weekly-diary span{font-size:10px;font-weight:700;color:#9b6a25}.weekly-diary p{font-size:13px;line-height:1.65;margin:4px 0}.weekly-diary small{display:block;color:#756b60;font-size:10px}.rescue-card{margin:9px 0;padding:11px;border-radius:10px;background:#fff;border-left:3px solid #c79851}.rescue-card>span{font-size:10px;color:#9b6a25}.rescue-card h3{font-size:14px;margin:3px 0}.rescue-card p{font-size:12px;color:var(--muted);line-height:1.5}.rescue-card>div{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:5px;margin-top:8px}.rescue-card button{min-height:44px;border-radius:8px;background:var(--blue-light);color:var(--blue);font-size:11px}
.task-row[data-swipe="delete"]{touch-action:pan-y;background:#fff;transition:transform .18s ease}.task-row[data-swipe="delete"].swiping{transition:none}.task-row[data-swipe="delete"]:after{content:'ゴミ箱';position:absolute;top:0;bottom:0;right:-104px;width:104px;display:grid;place-items:center;background:#d55d58;color:#fff;font-size:12px;font-weight:650}.sortbar{display:flex;gap:4px;margin:0 0 8px;padding:3px;background:#e4e5eb;border-radius:9px}.sortbar button{flex:1;min-height:36px;border-radius:7px;font-size:10px;color:#59616a}.sortbar button.active{background:#fff;color:var(--blue);box-shadow:0 1px 4px #0002;font-weight:650}.sortbar button:last-child{flex:0 0 36px}.order-actions{display:flex}.order-actions button{width:36px;min-height:44px;color:var(--blue);font-size:17px}.order-actions button:disabled{color:#c8ccd1}.tag-choices{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:7px}.tag-choices button{min-height:36px;padding:0 10px;border-radius:18px;background:#fff;color:var(--muted);font-size:11px}.tag-choices button.active{background:var(--blue-light);color:var(--blue);box-shadow:inset 0 0 0 1px #a9c6df}.priority-choices button{min-height:40px}.tutorial-list{display:grid;gap:8px}.tutorial-list p{padding:10px 11px;border-radius:9px;background:#fff}.tutorial-list b,.tutorial-list span{display:block}.tutorial-list b{font-size:13px}.tutorial-list span{font-size:11px;color:var(--muted);margin-top:3px}.companion[class*="growth-"]{padding:6px 8px;border-radius:12px;transition:background .2s}.companion.growth-0{background:#ffffff88}.companion.growth-1{background:linear-gradient(135deg,#eaf4fb,#fff)}.companion.growth-2{background:linear-gradient(135deg,#e8f3e8,#fff7e7)}.companion.growth-3{background:linear-gradient(135deg,#f2e8d6,#edf4fb);box-shadow:inset 0 0 0 1px #d9c79f}.companion>button{width:82px;min-width:82px;height:82px;padding:0}.companion .home-cat{width:82px;height:82px;object-fit:contain;mix-blend-mode:normal;border-radius:0}.growth-note{display:block;font-size:9px;color:#8a6a35;margin-top:3px}.focus-cheer{font-size:12px!important;color:#5d7080!important;min-height:20px;margin:2px 0 6px!important}.cheer-hop{animation:cheer-hop .45s ease}@keyframes cheer-hop{50%{transform:translateY(-8px) rotate(3deg)}}
