@layer reset,base,components,pages,game,responsive;@layer reset{*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,p,ul,ol{margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}img,canvas{display:block;max-width:100%}a{color:inherit;text-decoration:none}svg{width:1.25rem;height:1.25rem;flex-shrink:0}}@layer base{:root{color-scheme:dark;font-family:ui-rounded,SF Pro Rounded,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-synthesis:none;--ink: #f2faff;--muted: #b3c5d9;--faint: #a5b8cf;--surface: #1a2d46;--surface-raised: #213752;--surface-bright: #294460;--line: #354d68;--line-bright: #577696;--ice: #b0f9fb;--mint: #a5e5c5;--gold: #fbf4d9;--pink: #e8baf4;--violet: #a9adff;--tg-safe-top: 0px;--tg-safe-right: 0px;--tg-safe-bottom: 0px;--tg-safe-left: 0px;--tg-content-top: 0px;--tg-content-bottom: 0px;--top-inset: max(var(--tg-safe-top), var(--tg-content-top));--bottom-inset: max(var(--tg-safe-bottom), var(--tg-content-bottom));background:#101d30;color:var(--ink);line-height:1.5}body{min-width:280px;min-height:100vh;min-height:100dvh;background:radial-gradient(ellipse at 50% 0,#243b56 0,#101d30 65%)}button,input{min-height:44px}:focus-visible{outline:3px solid var(--ice);outline-offset:4px}h1,h2,h3{line-height:1.15;letter-spacing:-.02em;overflow-wrap:anywhere}h1{font-size:1.75rem}h2{font-size:1.25rem}small{font-size:.8125rem}p{overflow-wrap:anywhere}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}}@layer components{.primary-button,.secondary-button,.text-button,.icon-button,.game-close{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;border:1px solid transparent;border-radius:14px;padding:.75rem 1rem;font-weight:700;transition:background .15s,transform .15s}.primary-button{background:linear-gradient(135deg,#c7fcfc,#b0f9fb);color:#09243a;box-shadow:0 5px 18px #0003}.primary-button--wide{width:100%}.secondary-button{background:var(--surface-raised);border-color:var(--line-bright)}.text-button{background:transparent;color:var(--ice);padding-inline:.5rem}.icon-button,.game-close{width:44px;flex:none;padding:.5rem;background:var(--surface-raised);border-color:var(--line)}button:active:not(:disabled){transform:translateY(1px)}.eyebrow{display:block;color:var(--ice);font-size:.8125rem;font-weight:700;letter-spacing:.06em;margin-bottom:.5rem}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:1.5rem 0 .85rem}.pill{display:inline-flex;align-items:center;padding:.3rem .6rem;border-radius:99px;font-size:.8125rem;font-weight:700;letter-spacing:.06em}.pill--neutral{background:#ffffff10;color:var(--muted)}.pill--gold{background:#fbf4d91a;color:var(--gold)}.pill--ice{background:#b0f9fb1a;color:var(--ice)}.pill--mint{background:#a5e5c51a;color:var(--mint)}.pill--danger{background:#ff9eae1a;color:#ffacba}.progress{width:100%;height:8px;background:#101d30;border-radius:99px;overflow:hidden}.progress>span{display:block;height:100%;background:linear-gradient(90deg,#b0f9fb,#c7fcfc);border-radius:inherit}.state-panel{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;text-align:center}.state-panel p{max-width:30ch;color:var(--muted)}.state-panel__icon{display:grid;place-items:center;width:64px;height:64px;border-radius:22px;background:var(--surface-bright);color:var(--ice)}.skeleton{display:block;min-height:90px;margin-bottom:.75rem;border-radius:20px;background:linear-gradient(100deg,#213752,#263f58,#213752);background-size:200% 100%;animation:shimmer 1.8s ease-in-out infinite}.brand-mark{display:inline-flex;align-items:center;gap:.65rem;font-size:1.5rem;font-weight:700;letter-spacing:-.05em}.brand-mark__glyph{display:grid;place-items:center;width:44px;height:44px;border-radius:15px;background:var(--ice);color:#10304a}.brand-mark--compact{font-size:1.1rem}.boot-screen,.fatal-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;min-height:100dvh;padding:calc(2rem + var(--top-inset)) 1rem calc(2rem + var(--bottom-inset))}.boot-screen p{color:var(--muted)}.boot-screen__orb{display:grid;place-items:center;width:120px;height:120px;border:1px solid var(--line-bright);border-radius:40px;background:#b0f9fb15;box-shadow:0 0 80px #b0f9fb15;color:var(--ice)}.boot-screen__orb svg{width:60px;height:60px}.boot-screen__meter{width:140px;height:4px;border-radius:99px;background:var(--surface-bright);overflow:hidden}.boot-screen__meter span{display:block;width:50%;height:100%;background:var(--ice);animation:shimmer 1.5s infinite alternate}.toast{position:fixed;z-index:80;bottom:calc(6.5rem + var(--bottom-inset));left:50%;transform:translate(-50%);width:max-content;max-width:min(90vw,32rem);padding:.85rem 1.1rem;border:1px solid var(--line-bright);border-radius:16px;background:#294460;box-shadow:0 12px 40px #0006;text-align:center}.toast--error{border-color:#ffacba}.toast--success{border-color:var(--mint)}.segmented-control{display:flex;padding:4px;gap:4px;background:#101d30;border:1px solid var(--line);border-radius:16px}.segmented-control button{flex:1;border:0;border-radius:12px;background:transparent;color:var(--muted);font-weight:700}.segmented-control .is-active{background:var(--surface-bright);color:var(--ink)}@keyframes shimmer{to{background-position:200% 0}}}@layer pages{.app-shell{width:min(100%,640px);min-height:100dvh;margin:auto}.app-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:calc(.9rem + var(--top-inset)) max(1rem,var(--tg-safe-right)) .9rem max(1rem,var(--tg-safe-left))}.app-header__right{min-width:0}.app-content{padding:.5rem max(1rem,var(--tg-safe-right)) calc(7rem + var(--bottom-inset)) max(1rem,var(--tg-safe-left))}.bottom-nav{position:fixed;z-index:30;bottom:0;left:50%;transform:translate(-50%);width:min(100%,640px);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:.6rem max(.5rem,var(--tg-safe-right)) calc(.6rem + var(--bottom-inset)) max(.5rem,var(--tg-safe-left));border-top:1px solid var(--line);background:#14243af5;backdrop-filter:blur(18px)}.bottom-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;border:0;background:none;color:var(--muted);font-size:.8125rem;font-weight:650;min-width:0}.bottom-nav button>span{display:grid;place-items:center;width:48px;height:30px;border-radius:12px}.bottom-nav .is-active{color:var(--ice)}.bottom-nav .is-active>span{background:#b0f9fb1c}.page{display:flex;flex-direction:column;gap:1.25rem}.page-title{padding:.7rem 0 .3rem}.page-title p{margin-top:.65rem;color:var(--muted);font-size:.875rem}.page-title--row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.hero-game,.product-card{border:1px solid var(--line-bright);border-radius:28px;overflow:hidden;background:var(--surface);box-shadow:0 12px 30px #0002}.hero-game__art{position:relative;display:grid;place-items:center;height:clamp(180px,48vw,240px);background:radial-gradient(ellipse at 50% 90%,#a9adff26,transparent 65%),linear-gradient(150deg,#294d69,#203452);overflow:hidden}.hero-game__art img{width:auto;height:90%;max-height:216px;object-fit:contain;align-self:end}.hero-game__body,.product-card__body{display:flex;flex-direction:column;gap:1rem;padding:1.35rem}.hero-game h2{font-size:1.5rem}.hero-game__body p,.product-card__body p{color:var(--muted)}.hero-game__meta,.product-card__meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.8125rem;color:var(--muted)}.hero-game__rewards,.product-card__note{color:var(--muted);line-height:1.6}.coming-soon{display:flex;align-items:center;gap:.85rem;padding:1rem}.coming-soon small{display:block;margin-top:.2rem;color:var(--muted)}.coming-soon__icon{color:var(--ice)}.product-card__banner{display:grid;place-items:center;height:110px;background:radial-gradient(ellipse,#a9adff26,#213752);color:var(--gold)}.product-card__banner svg{width:48px;height:48px}.order-row,.settings-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:1rem;border:1px solid var(--line);border-radius:16px;background:var(--surface);text-align:left}.order-list,.settings-list{display:grid;gap:.6rem}.order-row small,.settings-row small{display:block;color:var(--muted);margin-top:.2rem}.settings-row>span{display:flex;align-items:center;gap:.8rem}.settings-row svg{color:var(--ice)}.empty-note,.profile-footer{color:var(--muted);font-size:.875rem;text-align:center;padding:1rem}.profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;padding:1rem .5rem;border:1px solid var(--line);border-radius:20px;background:var(--surface);text-align:center}.profile-stats small{color:var(--muted);font-size:.8125rem}.profile-stats strong{display:block;font-size:1.4rem;overflow-wrap:anywhere}.rank-banner{display:flex;justify-content:space-between;gap:1rem;padding:1.25rem;background:linear-gradient(120deg,#224563,#213752);border-radius:20px}.rank-banner small{display:block;color:var(--muted);font-size:.8125rem}.rank-banner strong{font-size:1.8rem}.rank-list{list-style:none;padding:0;display:grid;gap:.5rem}.rank-list li{display:flex;align-items:center;gap:.65rem;padding:.9rem .75rem;border:1px solid var(--line);background:var(--surface);border-radius:16px}.rank-list .is-you{border-color:var(--ice);background:#1b344c}.rank-number{min-width:24px;color:var(--muted);text-align:center}.rank-number--1{color:var(--gold)}.rank-number--2,.rank-number--3{color:var(--ice)}.rank-player{min-width:0;flex:1}.rank-player strong{display:block;overflow-wrap:anywhere}.rank-player small{color:var(--ice)}.rank-score{font-variant-numeric:tabular-nums}}@layer game{.game-session{display:flex;flex-direction:column;height:100vh;height:100dvh;overflow:auto;background:#101d30}.game-session__header{display:flex;align-items:center;justify-content:space-between;flex:none;gap:1rem;padding:calc(.6rem + var(--top-inset)) max(1rem,var(--tg-safe-right)) .6rem max(1rem,var(--tg-safe-left))}.game-session__header>div{text-align:center}.game-session__header small{display:block;color:var(--muted)}.game-session__badge{width:44px;color:var(--ice);display:grid;place-items:center}.game-briefing,.result-panel{width:min(100%,480px);margin:auto;padding:1.5rem 1.25rem calc(1.5rem + var(--bottom-inset));display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.1rem}.game-briefing p,.result-panel p{color:var(--muted)}.game-briefing__cat{display:grid;place-items:center;width:100px;height:100px;background:#b0f9fb18;border-radius:32px;color:var(--ice)}.game-briefing__cat svg{width:54px;height:54px}.briefing-facts,.result-rewards{display:flex;justify-content:space-evenly;align-items:center;gap:1rem;width:100%;padding:1rem;border:1px solid var(--line);border-radius:18px;background:var(--surface)}.briefing-facts small,.result-rewards small{display:block;color:var(--muted);font-size:.8125rem;margin-bottom:.35rem}.briefing-facts strong{font-size:.875rem}.briefing-facts i{width:1px;height:32px;background:var(--line)}.ranked-disclosure{display:flex;align-items:center;gap:.8rem;text-align:left;padding:.8rem}.ranked-disclosure small{display:block;color:var(--muted)}.game-playfield{flex:1;min-height:0;position:relative;padding:0 var(--tg-safe-right) var(--bottom-inset) var(--tg-safe-left)}.flappy-viewport,.flappy-canvas{width:100%;height:100%;min-height:0;touch-action:none;overscroll-behavior:none}.game-module-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.result-panel{position:relative}.result-panel h1{font-size:clamp(2.25rem,10vw,3rem)}.result-panel--error h1{font-size:1.75rem}.result-label{font-size:.8125rem;color:var(--muted);letter-spacing:.06em}.result-actions{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;width:100%}.result-action--replay{grid-column:1 / -1}.result-spinner{width:42px;height:42px;border:3px solid var(--line);border-top-color:var(--ice);border-radius:50%;animation:spin 1s linear infinite}.result-error{color:#ffacba}.result-panel__burst{position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at center,#b0f9fb0a,transparent 70%)}@keyframes spin{to{transform:rotate(360deg)}}}@layer pages{.app-header__identity{display:flex;align-items:center;gap:.55rem;min-width:0;padding:.25rem .55rem .25rem .3rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-raised);cursor:pointer}.app-header__identity strong{overflow:hidden;max-width:9rem;font-size:.875rem;text-overflow:ellipsis;white-space:nowrap}.curated-avatar{display:inline-flex;flex:none;align-items:center;justify-content:center;border-radius:50%;background:var(--avatar-color, #7fb3ef);color:#080c18cc;font-weight:700}.curated-avatar svg{width:55%;height:55%}.chill-avatar-photo{flex:none;border-radius:50%;object-fit:cover}.asset-strip{display:inline-flex;gap:.5rem;font-size:.875rem;font-weight:700}.asset-strip span{display:inline-flex;align-items:center;gap:.2rem;padding:.2rem .5rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-raised)}.asset-strip svg{width:.85rem;height:.85rem;color:var(--mint)}.asset-cards{display:grid;gap:.6rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.9rem}.asset-card{display:flex;align-items:center;gap:.6rem;padding:.7rem .8rem;border:1px solid var(--line);border-radius:.9rem;background:var(--surface-raised)}.asset-card__icon{display:inline-flex;flex:none;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:.7rem;background:var(--surface-bright)}.asset-card__icon svg{width:1.1rem;height:1.1rem}.asset-card--catnip .asset-card__icon svg{color:var(--mint)}.asset-card--yarn .asset-card__icon svg{color:var(--pink)}.asset-card--goldenPaws .asset-card__icon svg{color:var(--gold)}.asset-card--chillXp .asset-card__icon svg{color:var(--violet)}.asset-card__copy{display:flex;flex-direction:column;min-width:0}.asset-card__copy strong{font-size:1.05rem}.asset-card__copy small,.asset-card__hint{color:var(--muted);font-size:.8125rem}.asset-card__hint{margin-left:auto}.bundle-chips{display:inline-flex;flex-wrap:wrap;gap:.3rem;vertical-align:middle}.bundle-chip{display:inline-flex;align-items:center;gap:.2rem;padding:.15rem .45rem;border:1px solid var(--line);border-radius:999px;background:var(--surface-bright);font-size:.8125rem;font-weight:700}.bundle-chip svg{width:.8rem;height:.8rem;color:var(--mint)}.bundle-chip--empty{color:var(--muted);font-weight:500}.profile-setup{display:grid;min-height:100dvh;padding:calc(1rem + var(--top-inset)) 1rem calc(1.5rem + var(--bottom-inset));place-items:center}.profile-setup__card{display:flex;flex-direction:column;width:min(26rem,100%);padding:1.4rem;border:1px solid var(--line);border-radius:1.2rem;background:var(--surface);gap:.9rem}.profile-setup__mascot{width:104px;height:104px;object-fit:contain;align-self:center}.product-card__banner img{width:104px;height:104px;object-fit:contain}.profile-setup__card p{color:var(--muted);font-size:.875rem}.profile-setup__field{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:600}.profile-setup__field input{padding:.7rem .85rem;border:1px solid var(--line-bright);border-radius:.7rem;background:var(--surface-raised);color:var(--ink)}.profile-setup__field small{color:var(--muted);font-weight:500}.profile-setup__field small.is-ok{color:var(--mint)}.profile-setup__avatars,.chill-identity__avatars{display:flex;flex-wrap:wrap;gap:.5rem}.profile-setup__avatars button,.chill-identity__avatars button{display:inline-flex;padding:.2rem;border:2px solid transparent;border-radius:50%;background:none;cursor:pointer}.profile-setup__avatars button.is-selected,.chill-identity__avatars button.is-selected{border-color:var(--mint)}.profile-setup__avatars img,.chill-identity__avatars img{width:52px;height:52px;border-radius:50%;object-fit:cover}.chill-identity__avatars img{width:40px;height:40px}.profile-setup__legal{color:var(--faint);text-align:center}.profile-setup__legal a{color:var(--muted)}.board-grid{display:grid;gap:.45rem;grid-template-columns:repeat(6,minmax(0,1fr));padding:.8rem;border:1px solid var(--line);border-radius:1rem;background:var(--surface)}.board-tile{display:grid;aspect-ratio:1;border:1px solid var(--line);border-radius:.6rem;background:var(--surface-raised);place-items:center}.board-tile--empty{background:var(--surface)}.board-tile.is-cat{border-color:var(--mint);background:#7fd0ff24}.board-cat{display:inline-flex;color:var(--mint)}.board-cat svg{width:1.4rem;height:1.4rem}@keyframes board-cat-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.board-cat,.wheel-face.is-spinning .wheel-segment{animation:none}}.board-tile__reward{display:flex;flex-direction:column;align-items:center;gap:.05rem;color:var(--muted);font-size:.8125rem;font-weight:700}.board-tile__reward svg{width:.95rem;height:.95rem}.board-tile--catnip .board-tile__reward svg{color:var(--mint)}.board-tile--yarn .board-tile__reward svg{color:var(--pink)}.board-tile--chill_xp .board-tile__reward svg{color:var(--violet)}.board-result{display:flex;align-items:center;gap:.7rem;margin-top:.9rem;padding:.8rem .9rem;border:1px solid var(--line);border-radius:.9rem;background:var(--surface-raised);font-size:.875rem}.board-result__die{display:inline-flex;flex:none;align-items:center;gap:.3rem;padding:.3rem .6rem;border-radius:.6rem;background:var(--surface-bright);font-weight:700}.board-result__die svg{width:1rem;height:1rem}.board-roll{margin-top:1rem}.board-roll__cost{display:inline-flex;align-items:center;gap:.2rem;margin-left:.4rem;padding:.15rem .5rem;border-radius:999px;background:#00000040;font-size:.875rem}.board-roll__cost svg{width:.8rem;height:.8rem}.board-hint{margin-top:.6rem;color:var(--muted);font-size:.875rem;text-align:center}.sheet-backdrop{position:fixed;z-index:60;display:grid;align-items:end;background:#04060ca6;inset:0}.sheet{max-height:calc(100dvh - 3rem);padding:1rem 1rem calc(1.2rem + var(--bottom-inset));border:1px solid var(--line-bright);border-radius:1.2rem 1.2rem 0 0;background:var(--surface);overflow-y:auto}.sheet__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.sheet__header h2{display:inline-flex;align-items:center;gap:.45rem;font-size:1.1rem}.sheet__header svg{width:1.2rem;height:1.2rem}.wheel-face{display:grid;gap:.5rem;grid-template-columns:repeat(4,minmax(0,1fr));padding:.8rem;border:1px solid var(--line);border-radius:1rem;background:var(--surface-raised)}.wheel-face.is-spinning .wheel-segment{animation:wheel-pulse .45s ease-in-out infinite alternate}@keyframes wheel-pulse{0%{opacity:.45}to{opacity:1}}.wheel-segment{display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:.55rem .2rem;border:1px solid var(--line);border-radius:.7rem;background:var(--surface-bright);font-size:.875rem;font-weight:700}.wheel-segment svg{width:1rem;height:1rem;color:var(--mint)}.wheel-segment.is-winner{border-color:var(--gold);box-shadow:0 0 0 2px #ffcf5a59}.wheel-result{margin-top:.8rem;text-align:center}.wheel-actions{display:grid;gap:.6rem;margin-top:.9rem}.wheel-note{display:block;margin-top:.7rem;color:var(--faint);text-align:center}.season-progress-card{padding:.9rem 1rem;border:1px solid var(--line);border-radius:1rem;background:var(--surface-raised)}.season-progress-card__row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.875rem}.season-progress-card small{display:block;margin-top:.45rem;color:var(--muted)}.season-progress-card .progress>span{background:var(--violet)}.premium-banner{display:flex;width:100%;align-items:center;justify-content:space-between;margin-top:.9rem;padding:.9rem 1rem;border:1px solid var(--line-bright);border-radius:1rem;background:linear-gradient(120deg,#b0f9fb1f,#a9adff1f);cursor:pointer;text-align:left}.premium-banner small{display:block;color:var(--muted)}.season-tiers{margin-top:1rem;border:1px solid var(--line);border-radius:1rem;background:var(--surface);overflow:hidden}.season-tiers__head,.season-tier{display:grid;align-items:center;gap:.5rem;grid-template-columns:3.2rem 1fr 1fr;padding:.55rem .8rem}.season-tiers__head{border-bottom:1px solid var(--line);background:var(--surface-raised);color:var(--muted);font-size:.8125rem;font-weight:700;letter-spacing:.06em;text-transform:none}.season-tier{border-bottom:1px solid var(--line);opacity:.75}.season-tier:last-child{border-bottom:0}.season-tier.is-unlocked{opacity:1}.season-tier__level{display:flex;flex-direction:column}.season-tier__level small{color:var(--faint);font-size:.8125rem}.tier-cell{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.35rem}.tier-cell.is-pass-locked{opacity:.6}.tier-cell__state{display:inline-flex;align-items:center;gap:.25rem;color:var(--muted);font-size:.8125rem}.tier-cell__state svg{width:.85rem;height:.85rem}.tier-cell.is-claimed .tier-cell__state{color:var(--mint)}.tier-claim{min-height:44px;padding:.25rem .8rem;border:0;border-radius:999px;background:var(--mint);color:#06251f;cursor:pointer;font-size:.8125rem;font-weight:700}.tier-claim:disabled{opacity:.6}.invite-card{padding:1rem;border:1px solid var(--line);border-radius:1rem;background:var(--surface-raised)}.invite-card__copy{color:var(--muted);font-size:.875rem;line-height:1.5}.invite-card__stats{display:flex;gap:1.2rem;margin:.8rem 0}.invite-card__stats span{display:flex;flex-direction:column}.invite-card__stats small{color:var(--muted);font-size:.8125rem}.task-list{display:flex;flex-direction:column;gap:.6rem}.task-row{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.8rem .9rem;border:1px solid var(--line);border-radius:.9rem;background:var(--surface-raised)}.task-row--claimed{opacity:.65}.task-row__copy{display:flex;flex-direction:column;min-width:0;gap:.15rem}.task-row__copy small{color:var(--muted)}.task-row__progress{display:flex;align-items:center;gap:.4rem;margin-top:.25rem}.task-row__progress small{flex:none;font-size:.8125rem}.task-row__side{display:flex;flex:none;flex-direction:column;align-items:flex-end;gap:.4rem}.chill-identity{padding:1rem;border:1px solid var(--line);border-radius:1rem;background:var(--surface-raised)}.chill-identity__row{display:flex;align-items:center;gap:.8rem}.chill-identity__name{min-width:0}.chill-identity__name h2{display:flex;align-items:baseline;gap:.5rem;font-size:1.15rem}.chill-identity__name small{color:var(--muted)}.chill-identity__edit{display:flex;align-items:center;gap:.4rem;margin:.3rem 0}.chill-identity__edit input{width:9rem;padding:.4rem .6rem;border:1px solid var(--line-bright);border-radius:.6rem;background:var(--surface);color:var(--ink)}.chill-identity__avatars{margin-top:.8rem}}@layer responsive{.sheet{width:min(100%,640px);margin-inline:auto;padding-left:max(1rem,var(--tg-safe-left));padding-right:max(1rem,var(--tg-safe-right));max-height:calc(100dvh - var(--top-inset) - 1rem)}.profile-setup{padding-top:calc(1rem + var(--top-inset));padding-bottom:calc(1rem + var(--bottom-inset))}.asset-strip{flex-wrap:wrap;justify-content:flex-end;gap:.25rem}.app-header__identity{min-height:44px}.board-cat{color:var(--ice)}.board-grid{padding:.65rem;gap:.35rem}.season-tiers__head,.season-tier{grid-template-columns:2.5rem minmax(0,1fr) minmax(0,1fr)}.task-row__progress .progress{min-width:2rem}.chill-identity__name h2,.chill-identity__edit{flex-wrap:wrap;overflow-wrap:anywhere}@media(max-width:360px){.app-header{flex-wrap:wrap}.app-header__right{margin-left:auto}.hero-game__body,.product-card__body{padding:1rem}.task-row{flex-wrap:wrap}.task-row__side{flex-direction:row;align-items:center;flex-wrap:wrap}.asset-card{padding:.6rem;gap:.35rem;flex-wrap:wrap}.season-tiers__head,.season-tier{padding-inline:.5rem;gap:.35rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}}
