:root{--page-bg:#fff8e9;--page-bg-2:#b9dccd;--panel-bg:#fffcf1e6;--panel-border:#2b28231c;--text:#2d2b28;--muted:#776f63;--accent:#8dbfaf;--button-bg:#f6d678;--button-bg-hover:#f0c45f;--button-text:#2d2b28;--cream:#fff8e9;--cream-2:#f8ecd4;--footer-surface:#fff8e9;--mint:#8dbfaf;--mint-dark:#70a99a;--peach:#ffa995;--butter:#f7cf72;--ink:#2d2b28;color:var(--text);background:var(--page-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root[data-theme=light]{--page-bg:#fff8e9;--page-bg-2:#c8e4d7;--panel-bg:#fffcf1eb;--panel-border:#2b28231f;--text:#2d2b28;--muted:#726a5f;--accent:#7bb2a4;--button-bg:#f6d678;--button-bg-hover:#efc760;--button-text:#2d2b28}*{box-sizing:border-box}.player-name-with-country{vertical-align:baseline;white-space:nowrap;align-items:baseline;gap:.32em;min-width:0;max-width:100%;display:inline-flex}.player-name-text{text-overflow:ellipsis;min-width:0;overflow:hidden}.player-country-flag{flex:none;line-height:1}html,body,#root{background:var(--footer-surface);min-height:100%}body{min-width:320px;min-height:100vh;margin:0;overflow:hidden auto}button{font:inherit}.home-page,.game-page{background:radial-gradient(circle at 18% 16%, #ffffffdb, transparent 20rem), radial-gradient(circle at 82% 14%, #f7cf7242, transparent 18rem), linear-gradient(180deg, var(--page-bg) 0 68%, var(--page-bg-2) 68% 100%);height:100svh;min-height:100svh;padding:clamp(12px,2vw,24px);overflow:hidden}.hero-card{border:1px solid var(--panel-border);background:var(--panel-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:42px;max-width:920px;margin:6vh auto;padding:clamp(28px,6vw,64px);box-shadow:0 28px 70px #507a6c33}.eyebrow{color:var(--accent);letter-spacing:.26em;text-transform:uppercase;margin:0 0 10px;font-size:.78rem;font-weight:900}h1{max-width:900px;color:var(--text);letter-spacing:-.075em;margin:0;font-size:clamp(3rem,8vw,7.25rem);line-height:.92}h2{color:var(--text);margin:0 0 12px}p{color:var(--muted);line-height:1.7}.game-details{color:var(--accent);margin:14px 0 0;font-weight:800}.home-actions,.panel-actions,.invite-row,.seed-form-row,.promotion-options,.centered-actions{flex-wrap:wrap;gap:12px;display:flex}button{color:var(--button-text);background:var(--button-bg);cursor:pointer;border:0;border-radius:18px;justify-content:center;align-items:center;gap:9px;padding:12px 18px;transition:transform .16s,background .16s,box-shadow .16s;display:inline-flex;box-shadow:0 10px #2d2b2814,inset 0 -3px #2d2b2814}button:hover:not(:disabled){background:var(--button-bg-hover);transform:translateY(-2px)}button:disabled{cursor:not-allowed;opacity:.45}.primary-action,.secondary-action,.mode-card{font-weight:850}.primary-action{background:var(--button-bg);color:var(--ink)}.secondary-action{color:var(--ink);background:#9ed0c0}.match-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:28px 0;display:grid}.mode-card{border:1px solid var(--panel-border);text-align:left;border-radius:24px;flex-direction:column;align-items:flex-start;min-height:150px;padding:16px}.mode-card strong{font-size:1.18rem}.mode-card span{color:var(--muted);line-height:1.45}.selected-mode-card{color:#fff;background:linear-gradient(#5d754c,#3f5638);outline:3px solid #83a95f}.selected-mode-card span{color:#ffffffc7}.two-main-actions button{min-width:210px}.compact-action{padding:9px 12px;font-size:.9rem}.theme-toggle,.icon-action{border:1px solid var(--panel-border);min-width:auto}.floating-theme-toggle{z-index:5;position:fixed;top:22px;right:22px}.game-header,.game-layout{width:min(100%,1720px);max-width:1720px;margin:0 auto}.game-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:clamp(14px,2vw,28px);display:grid}.game-layout{align-items:stretch;min-height:0}.chess-shell{--play-area-height:min(100%, calc(100svh - clamp(190px, 23vh, 285px)));grid-template-columns:minmax(150px, 230px) minmax(0, min(calc(var(--play-area-height) * 5 / 6), 52vw)) minmax(240px, 390px);justify-content:center;align-items:center;gap:clamp(12px,1.6vw,26px);height:100%;display:grid}.board-column{align-content:start;align-self:start;justify-items:center;min-height:0;margin-top:0;padding-top:0;display:grid;overflow:hidden}.status-card,.side-panel,.invite-panel{border:1px solid var(--panel-border);background:var(--panel-bg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:30px;min-width:250px;padding:22px;box-shadow:0 20px 50px #507a6c2e}.status-card{gap:8px;font-size:1.2rem;display:grid}.status-card strong{font-size:1.35rem}.score-strip{border:1px solid var(--panel-border);width:min(92vw,620px);color:var(--text);background:var(--panel-bg);border-radius:18px;justify-content:space-between;padding:10px 18px;display:flex}.score-stack .score-row{background:#8bb8e81a;border-radius:14px;justify-content:space-between;padding:12px 14px;display:flex}.wide-action{justify-content:flex-start;width:100%}.online-game-panel{height:min(100%,100svh - clamp(300px,38vh,460px));max-height:min(100%,100svh - clamp(300px,38vh,460px))}.panel-topbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.panel-note{margin-top:0;font-size:.92rem}.history-header{flex:none}.move-history{color:var(--muted);padding-left:0;list-style:none}.history-list{flex:auto;min-height:0;margin:0;overflow-y:auto}.move-list li{margin-bottom:8px}.empty-history{gap:4px;display:grid}.history-move{width:100%;box-shadow:none;color:var(--muted);background:0 0;border-radius:8px;justify-content:flex-start;padding:9px 12px}.review-footer{padding-top:12px}.history-actions{flex:none;margin-top:auto}.review-controls{grid-template-columns:repeat(5,1fr);gap:8px;margin:0 0 14px;display:grid}.review-controls button{padding:10px}.live-review-pending{outline-offset:2px;color:var(--ink);background:#f4dd9b;outline:2px solid #f2d063d1}.stacked-actions{grid-template-columns:1fr 1fr;display:grid}.stacked-actions button{width:100%}.invite-panel{max-width:1100px;margin:0 auto 24px}.invite-row input{min-width:min(100%,420px);color:var(--text);background:#0f172a1f;border:1px solid #94a3b866;border-radius:14px;flex:1;padding:12px 14px}.notice,.error-message,.floating-error{border-radius:14px;max-width:1100px;margin:0 auto 16px;padding:12px 16px}.notice{background:#3b82f62e}.error-message,.floating-error{background:#ef444433}.modal-backdrop,.winner-overlay,.confirm-overlay{z-index:20;background:#2d2b2847;place-items:center;display:grid;position:fixed;inset:0}.promotion-modal,.winner-card,.confirm-card{border:1px solid var(--panel-border);max-width:520px;color:var(--text);background:var(--panel-bg);text-align:center;border-radius:34px;padding:34px;animation:.42s cubic-bezier(.2,1.4,.4,1) winner-pop;position:relative;box-shadow:0 30px 80px #507a6c47}.modal-close-button{width:42px;min-width:42px;height:42px;min-height:42px;color:var(--text);z-index:5;cursor:pointer;background:#ffffffb8;border:1px solid #8dbfaf52;border-radius:999px;place-items:center;padding:0;line-height:1;display:inline-grid;position:absolute;top:16px;right:16px;box-shadow:0 8px 18px #2d2b281f}.modal-close-button:hover:not(:disabled),.modal-close-button:focus-visible:not(:disabled){background:#ffffffeb}.modal-close-button svg{color:currentColor;filter:none}.calm-result-card svg{color:#93a4bd;filter:none}.title-link{width:auto;box-shadow:none;background:0 0;border:0;justify-content:flex-start;padding:0}.title-link:disabled{opacity:1;cursor:default}.title-link:not(:disabled):hover{color:var(--text);transform:none}.centered-actions{justify-content:center}.confetti,.confetti:before,.confetti:after{pointer-events:none;content:"";background-image:radial-gradient(circle at 22px 26px,#facc15 0 7px,#0000 7.8px),radial-gradient(circle at 78px 44px,#60a5fa 0 6px,#0000 6.8px),radial-gradient(circle at 42px 88px,#fb7185 0 8px,#0000 8.8px),radial-gradient(circle at 104px 74px,#86efac 0 6px,#0000 6.8px),radial-gradient(circle at 132px 30px,#f59e0b 0 5px,#0000 5.8px),radial-gradient(circle at 18px 124px,#a78bfa 0 5px,#0000 5.8px);background-size:220px 220px,285px 285px,255px 255px,330px 330px,300px 300px,370px 370px;animation:2.2s linear infinite confetti-fall;position:absolute;inset:0}.confetti:before{animation-delay:-.55s;transform:rotate(12deg)}.confetti:after{animation-delay:-1.05s;transform:rotate(-10deg)}@keyframes winner-pop{0%{opacity:0;transform:translateY(24px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes confetti-fall{0%{background-position:0 -220px,80px -285px,40px -255px,140px -330px,112px -300px,22px -370px}to{background-position:0 820px,80px 760px,40px 920px,140px 800px,112px 860px,22px 780px}}@media (width>=769px){.winner-overlay .confetti{opacity:.66;background-size:270px 270px,350px 350px,315px 315px,390px 390px,360px 360px,430px 430px;animation-duration:2.75s;-webkit-mask-image:radial-gradient(42% 40% at 50% 54%,#0000 0 62%,#000 67% 100%);mask-image:radial-gradient(42% 40% at 50% 54%,#0000 0 62%,#000 67% 100%)}.winner-overlay .confetti:before,.winner-overlay .confetti:after{opacity:.5;background-size:390px 390px,500px 500px,450px 450px,540px 540px,470px 470px,580px 580px;animation-duration:3.2s}.winner-overlay .confetti:before{clip-path:polygon(0 0,28% 0,22% 100%,0 100%)}.winner-overlay .confetti:after{clip-path:polygon(72% 0,100% 0,100% 100%,78% 100%)}}@media (prefers-reduced-motion:reduce){.confetti,.confetti:before,.confetti:after{opacity:.18!important;animation:none!important}}@media (width<=1180px){body{overflow:auto}.home-page,.game-page{height:auto;min-height:100svh;overflow:visible}.status-card{display:none}.chess-shell{--play-area-height:calc(100svh - clamp(230px, 30vh, 350px));grid-template-rows:auto auto auto;grid-template-columns:minmax(0,1fr);align-content:start}.match-panel,.review-panel{justify-self:center;width:min(100%,760px);height:auto;max-height:none}.match-panel{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:center;display:grid;overflow:visible}.match-panel .eyebrow,.match-panel h2{margin:0}.score-stack{grid-template-columns:1fr 1fr;margin:0}.wide-action{justify-content:center}.history-panel{height:auto;max-height:none}.history-list{flex:none;overflow:visible}.review-panel{min-height:0}}@media (width<=760px){.game-header,.game-layout,.chess-shell{flex-direction:column;display:flex}.game-header{gap:10px}.status-card,.side-panel{width:100%}.match-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.board-column{width:100%}.match-mode-grid,.seed-tools-grid{grid-template-columns:1fr}}.shuffle-hero-card{grid-template-columns:minmax(0,.95fr) minmax(330px,.85fr);gap:clamp(22px,4vw,58px);width:min(1260px,100vw - 32px);max-width:1260px;margin:clamp(52px,7vh,78px) auto 0;padding:clamp(24px,4vw,52px);display:grid;position:relative;overflow:hidden}.shuffle-hero-card:before,.shuffle-hero-card:after{content:"";pointer-events:none;position:absolute}.shuffle-hero-card:before{background:#8dbfaf47;border-radius:55% 45% 0 0;height:160px;inset:auto -8% -16%}.shuffle-hero-card:after{border-top:6px dashed #8dbfafd1;border-radius:50%;width:35%;height:90px;top:36px;left:52%;transform:rotate(-3deg)}.hero-copy{z-index:1;align-content:center;gap:14px;min-width:0;display:grid;position:relative}.brand-badge{width:76px;height:64px;color:var(--mint-dark);place-items:center;margin-bottom:-6px;font-size:3.7rem;display:grid;transform:rotate(-6deg)}.hero-subtitle{max-width:620px;color:var(--ink);margin:2px 0 0;font-size:clamp(1.08rem,1.7vw,1.34rem);font-weight:900}.daily-summary-card{background:#fff8e9b8;border:2px solid #2d2b2812;border-radius:22px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px 12px;width:min(100%,460px);padding:13px 16px;display:grid}.daily-summary-card span{color:var(--muted);margin:0;font-size:.9rem;font-weight:850}.daily-summary-card strong{min-width:0;color:var(--mint-dark);overflow-wrap:anywhere;font-size:1rem}.opponent-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:4px;display:grid}.opponent-card{text-align:left;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;min-height:112px;padding:18px}.opponent-card:first-child{background:#cfe6da}.opponent-card:nth-child(2){background:#f7d47c}.opponent-card:nth-child(3){background:#ffad97}.opponent-card span{gap:4px;display:grid}.opponent-card small{color:#2d2b28ad;font-weight:800;line-height:1.35}.secondary-links{flex-wrap:wrap;gap:8px;display:flex}.secondary-links button{color:var(--ink);box-shadow:none;background:#fff8e9a8;border:1px solid #2d2b281a;padding:9px 12px}.setup-preview-card{z-index:1;background:linear-gradient(#fff8e9b8,#fff8e95c);border:2px solid #2d2b281a;border-radius:36px;align-content:center;gap:14px;min-width:0;padding:clamp(20px,3vw,32px);display:grid;position:relative;box-shadow:0 24px 44px #507a6c29}.decor-dot,.decor-spark,.decor-heart{pointer-events:none;z-index:2;position:absolute}.decor-dot{background:var(--mint);opacity:.78;border-radius:50%;width:18px;height:18px}.decor-dot-one{top:18%;right:10%}.decor-dot-two{width:24px;height:24px;bottom:22%;left:8%}.decor-spark{color:var(--butter);font-size:2.6rem}.decor-spark-one{color:var(--peach);top:12%;left:12%}.decor-spark-two{bottom:12%;right:5%}.decor-heart{color:var(--mint);font-size:2.1rem;top:9%;left:50%;transform:translate(-50%)}.mini-board-preview{border:5px solid var(--ink);border-radius:24px;grid-template-columns:repeat(5,minmax(38px,1fr));gap:0;display:grid;overflow:hidden;transform:perspective(900px)rotateX(5deg)rotate(-1deg);box-shadow:0 18px #2d2b281a}.mini-board-preview span{aspect-ratio:1;color:var(--ink);background:var(--cream);place-items:center;font-weight:950;display:grid;position:relative}.mini-board-preview span:nth-child(2n){background:var(--mint)}.mini-board-preview .preview-empty{opacity:1}.mini-board-preview .preview-piece{text-shadow:0 2px #2d2b281a;font-family:ui-rounded,Arial Rounded MT Bold,Inter,sans-serif;font-size:clamp(1.15rem,2.1vw,1.85rem)}.preview-piece-white{color:#fff7e7;-webkit-text-stroke:1.5px var(--ink)}.preview-piece-black{color:#303336;-webkit-text-stroke:1.2px #1e1d1a}.setup-code-stack{color:var(--muted);background:#fff8e9b8;border-radius:22px;gap:5px;padding:14px 16px;font-weight:850;display:grid}.setup-code-stack small{color:var(--mint-dark);letter-spacing:.12em;text-transform:uppercase;font-weight:950}.setup-code-stack strong{color:var(--ink);letter-spacing:.16em;font-size:1.6rem}.utility-modal{text-align:left;gap:8px;width:min(92vw,560px);display:grid}.utility-modal h2,.utility-modal p{margin:0}.utility-modal input{width:100%;color:var(--text);background:#fff8e9c7;border:1px solid #94a3b866;border-radius:14px;padding:12px 14px}.custom-seed-example{white-space:nowrap;overflow-x:auto}.selected-daily-panel{background:#fff8e9c7;border:1px solid #94a3b83d;border-radius:16px;gap:3px;padding:10px 12px;display:grid}.selected-daily-panel span{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;font-size:.78rem;font-weight:950}.selected-daily-panel strong{color:var(--text);font-size:1.05rem}.selected-daily-panel p{color:var(--accent);font-weight:900}.daily-calendar-panel{background:#fff8e9c2;border:1px solid #94a3b83d;border-radius:18px;gap:8px;padding:10px;display:grid}.daily-calendar-header{grid-template-columns:32px 1fr 32px;align-items:center;gap:8px;display:grid}.daily-calendar-header strong{text-align:center;color:var(--text)}.daily-calendar-header button{width:32px;min-width:32px;height:32px;color:var(--text);box-shadow:none;background:#8dbfaf2e;border-radius:10px;padding:0}.daily-calendar-header button:hover:not(:disabled){background:#8bb8e82e}.daily-calendar-weekdays,.daily-calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;display:grid}.daily-calendar-weekdays span{text-align:center;color:var(--muted);font-size:.72rem;font-weight:950}.daily-calendar-day,.daily-calendar-blank{border-radius:10px;min-width:0;min-height:32px}.daily-calendar-day{color:var(--text);box-shadow:none;background:#8dbfaf29;place-items:center;padding:0;font-weight:850;display:grid;position:relative}.daily-calendar-day:hover:not(:disabled){background:#8bb8e82e}.daily-calendar-day.selected-day{color:var(--ink);background:#f7d47c;box-shadow:0 0 0 1px #ffffff29}.daily-calendar-day.today-day{outline-offset:1px;outline:2px solid #8bb8e88f}.daily-calendar-day.starred-day{background:#ffd87338}.daily-calendar-day.rainbow-day{background:linear-gradient(135deg,#ffde6f57,#7fdfff42,#c08bff42);box-shadow:0 0 0 1px #ffffff59,0 0 14px #8bb8e83d}.daily-calendar-day:disabled{opacity:.22;pointer-events:none}.daily-calendar-day-number{align-self:start;margin-top:4px;line-height:1}.daily-calendar-stars{letter-spacing:-.18em;gap:0;font-size:.52rem;line-height:1;display:inline-flex;position:absolute;bottom:2px;right:3px}.daily-ai-calendar-rainbow-star{letter-spacing:0;font-size:.9rem}.quick-chip-row{flex-wrap:wrap;gap:8px;display:flex}.quick-chip-row button{padding:8px 11px}.rules-modal h3{color:var(--text);margin:0 0 4px}.rules-section{gap:6px;display:grid}.rules-board-summary p,.rules-explainer-grid p,.rules-mode-grid p{color:var(--muted);margin:0;font-weight:800;line-height:1.38}.rules-modal ul{color:var(--muted);margin:0;padding-left:20px;line-height:1.55}.rules-explainer-grid,.rules-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.rules-explainer-grid article,.rules-mode-grid article{background:#fffcf2c7;border:1px solid #92b09757;border-radius:16px;align-content:start;gap:5px;min-width:0;padding:10px;display:grid}.rules-explainer-grid span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:950}.rules-explainer-grid strong{color:var(--ink);overflow-wrap:anywhere;font-size:clamp(1.25rem,3vw,1.7rem);line-height:.95}.rules-mode-grid article.is-active{background:#e8f3ebe6;border-color:#7fae92ad}.rules-mode-grid svg{color:#7f9d82}.rules-learn-pieces{color:var(--muted);margin:2px 0 0;font-weight:800;line-height:1.45}.rules-learn-pieces button{min-width:0;color:var(--accent);box-shadow:none;font:inherit;text-underline-offset:3px;background:0 0;border:0;padding:0;font-weight:950;text-decoration:underline;display:inline}.rules-learn-pieces button:hover,.rules-learn-pieces button:focus-visible{color:var(--accent-strong);transform:none}.rules-piece-lesson-button{border-radius:999px;justify-self:start;align-items:center;gap:8px;min-height:38px;margin-top:2px;padding:8px 12px;display:inline-flex}.random-shuffle-info-sheet{z-index:1;isolation:isolate;width:min(620px,100vw - 32px);max-height:min(88vh,88dvh);color:var(--ink);background:#fffcf3fa;border:1px solid #fae8aaeb;border-radius:30px;gap:16px;padding:clamp(24px,4vw,34px);display:grid;position:relative;overflow:auto;box-shadow:0 28px 72px #27372f47,inset 0 1px #ffffffe0}.random-shuffle-info-sheet:before{display:none}.random-shuffle-info-backdrop{z-index:1500;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#262d2761;padding:clamp(16px,4vw,32px)}.random-shuffle-info-sheet h2{color:var(--ink);text-align:left;margin:0;font-size:clamp(2rem,5vw,3rem);line-height:1}.random-shuffle-info-sheet p:not(.eyebrow){color:var(--muted);text-align:left;margin:0;font-weight:850;line-height:1.42}.random-shuffle-info-actions{gap:10px;margin-top:4px;display:grid}.random-shuffle-info-actions button{border-radius:999px;width:100%;min-height:54px;padding:12px 18px;font-weight:950}.random-shuffle-info-sheet .modal-close-button{top:18px;right:18px}.inline-message{color:#b85b4d;max-width:none;margin:0}.matchmaking-modal .panel-actions{justify-content:flex-start}@media (width<=1050px){.shuffle-hero-card{margin-top:62px;padding:22px}.shuffle-hero-card h1{font-size:clamp(2rem,4.8vw,3.8rem)}.opponent-actions{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=920px){.shuffle-hero-card{grid-template-columns:1fr;margin-top:72px}.opponent-card{min-height:82px}}@media (width<=760px){.rules-explainer-grid,.rules-mode-grid{grid-template-columns:1fr}.random-shuffle-info-sheet{border-radius:20px;width:calc(100vw - 24px);padding:20px}.random-shuffle-info-actions{grid-template-columns:1fr;display:grid}.shuffle-hero-card{width:min(100%,100vw - 24px);padding:20px}.opponent-actions{grid-template-columns:1fr}.setup-preview-card{display:grid}}.daily-ai-card{position:relative}.daily-ai-stars{z-index:3;color:#2d2b286b;letter-spacing:-.04em;pointer-events:none;justify-content:center;align-items:center;gap:4px;min-width:76px;min-height:30px;font-size:1.18rem;line-height:1;display:inline-flex;position:absolute;top:16px;right:16px}.daily-ai-star-earned{color:#ffd873;text-shadow:0 1px #784e1459,0 0 8px #ffd15c61;-webkit-text-stroke:1px #c58423b8}.daily-ai-star-empty{color:#4d584e33;-webkit-text-stroke:1px #4d584e2e}.daily-ai-rainbow-star,.daily-ai-calendar-rainbow-star{color:#ffcf66;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 6px #ffd86ae0)drop-shadow(0 0 12px #75cfff8a);background:linear-gradient(120deg,#ff5fa2,#ffd86a,#65e58d,#5fcfff,#9b68ff,#ff5fa2) 0 0/240% 240%;-webkit-background-clip:text;background-clip:text;animation:2.8s linear infinite rainbow-star-shift,1.6s ease-in-out infinite rainbow-star-pulse;display:inline-block}.daily-ai-rainbow-star{transform-origin:50%;font-size:2.36rem}.daily-ai-status{opacity:.82;font-size:.78rem}@keyframes rainbow-star-shift{0%{background-position:0%}to{background-position:240%}}@keyframes rainbow-star-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.12)}}.online-match-panel{min-height:0;overflow-y:auto}.online-board-column{position:relative}.subtle-inline-status{color:var(--muted);margin:0;font-weight:850}.waiting-board-overlay{z-index:5;border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;pointer-events:auto;background:#fffcf1db;border-radius:24px;gap:7px;width:min(78%,330px);padding:16px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 18px 40px #2d2b2829}.waiting-board-overlay span{color:var(--muted);font-weight:800}.waiting-board-overlay button{justify-self:center;padding:9px 13px}.sync-toast,.error-card{border:1px solid var(--panel-border);background:#fff8e9eb;border-radius:18px;width:min(100%,1500px);margin:0 auto;padding:12px 16px;box-shadow:0 12px 32px #507a6c29}.sync-toast{color:var(--text);font-weight:850}.error-card{gap:8px;display:grid}.error-card p{margin:0}@media (width<=760px){.waiting-board-overlay{width:min(82%,300px);padding:12px}}:root,:root[data-theme=light]{--page-bg:#fff8e8;--page-bg-band:#bfe4d2;--page-bg-2:var(--page-bg-band);--text-primary:#252525;--text-secondary:#66766d;--accent:#78b89b;--accent-soft:#d9efe3;--gold:#f6d774;--card-bg:#fffcf1eb;--card-border:#78b89b3d;--card-shadow:0 26px 58px #65857138, 0 2px 0 #ffffff9e inset;--board-frame:#3a352d;--board-frame-accent:#3a352d2e;--square-light:#faf2e1;--square-dark:#a9d6ba;--button-primary-bg:linear-gradient(180deg, #ffe28a, #f6d774);--button-primary-text:#252525;--button-secondary-bg:linear-gradient(180deg, #cdebd7, #a9d6ba);--button-danger-bg:linear-gradient(180deg, #ffe0d8, #ffc0b2);--panel-bg:var(--card-bg);--panel-border:var(--card-border);--text:var(--text-primary);--muted:var(--text-secondary);--button-bg:var(--button-primary-bg);--button-bg-hover:linear-gradient(180deg, #ffebaa, #ffd96b);--button-text:var(--button-primary-text);--ink:#252525}:root[data-theme=dark]{--page-bg:#001c1b;--page-bg-band:#022724;--page-bg-2:#041615;--text-primary:#f7f1e3;--text-secondary:#aab8ad;--accent:#20e0a3;--accent-soft:#20e0a321;--gold:#f2c84b;--card-bg:#052320d1;--card-border:#4affbe2e;--card-shadow:0 26px 70px #00000075, 0 0 34px #20e0a31c, inset 0 1px 0 #ffffff0f;--board-frame:#05231f;--board-frame-accent:#d7a928;--square-light:#faf2e1;--square-dark:#4b8068;--button-primary-bg:linear-gradient(180deg, #20e0a3, #118d6b);--button-primary-text:#f7f1e3;--button-secondary-bg:linear-gradient(180deg, #14463eeb, #072622eb);--button-danger-bg:linear-gradient(180deg, #68211fc7, #2d1616db);--panel-bg:var(--card-bg);--panel-border:var(--card-border);--text:var(--text-primary);--muted:var(--text-secondary);--button-bg:var(--button-primary-bg);--button-bg-hover:linear-gradient(180deg, #37f0b4, #13a77e);--button-text:var(--button-primary-text);--ink:#f7f1e3}.home-page,.game-page{background:radial-gradient(circle at 66% 11%, #ffffffd1 0 .55rem, transparent .6rem), radial-gradient(circle at 72% 16%, #ffffffb3 0 .34rem, transparent .38rem), radial-gradient(circle at 50% 13%, #ffffffb3 0 .48rem, transparent .52rem), linear-gradient(180deg, var(--page-bg) 0 58%, var(--page-bg-band) 58% 100%);padding:clamp(24px,3vw,48px);position:relative}:root[data-theme=dark] .home-page,:root[data-theme=dark] .game-page{background:radial-gradient(circle at 50% 48%,#0e6b5547,#0000 34rem),radial-gradient(circle at 18% 15%,#20e0a324,#0000 24rem),radial-gradient(circle at 86% 6%,#20e0a31f,#0000 20rem),linear-gradient(135deg,#001211 0%,#001c1b 43%,#041615 100%)}.game-header,.game-layout,.sync-toast{z-index:1;position:relative}.game-header,.game-layout{width:min(100%,1720px);max-width:1720px}.game-header{grid-template-columns:minmax(0,1fr) minmax(280px,430px);align-items:start;gap:clamp(18px,4vw,64px)}.brand-lockup{color:var(--accent);letter-spacing:.25em;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:10px;font-size:clamp(.72rem,1vw,.9rem);font-weight:950;display:inline-flex}.game-details{color:var(--accent);margin-top:14px;font-size:clamp(1rem,1.4vw,1.2rem);font-weight:900}.status-card{border:1px solid var(--card-border);background:var(--card-bg);min-width:0;box-shadow:var(--card-shadow);border-radius:30px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;padding:clamp(16px,2vw,26px);display:grid}.status-avatar{color:#fff8e8;text-shadow:0 2px #2d2b28;background:linear-gradient(#8fc7a9f2,#78b89bcc);border-radius:26px;place-items:center;width:clamp(64px,6vw,88px);height:clamp(64px,6vw,88px);font-size:clamp(2.1rem,3.2vw,3rem);display:grid;box-shadow:0 0 28px #20e0a347,inset 0 -10px 18px #00000014}.status-avatar.black-avatar{color:#303336}.status-copy{min-width:0;color:var(--text-primary);gap:4px;display:grid}.status-copy span{color:var(--text-primary);font-size:clamp(.95rem,1.2vw,1.08rem)}.status-copy strong{color:var(--accent);font-size:clamp(1.3rem,1.8vw,1.7rem)}.status-dot{background:var(--accent);width:12px;height:12px;box-shadow:0 0 16px var(--accent);border-radius:50%;display:inline-block}.turn-line{align-items:center;gap:8px;display:inline-flex}.chess-shell{--play-area-height:min(calc(100svh - clamp(190px, 22vh, 275px)), 760px);grid-template-columns:minmax(240px,320px) minmax(360px,620px) minmax(280px,380px);justify-content:center;align-items:start;gap:clamp(24px,3vw,48px);height:100%;min-height:0;display:grid}.board-column{align-content:start;align-self:start;justify-items:center;gap:0;min-width:0;margin-top:0;padding-top:0;display:grid;position:relative;overflow:visible}.board-frame-loading .board-stage{filter:grayscale(.46)saturate(.62)contrast(.92);opacity:.76;transition:filter .18s,opacity .18s}.review-board-loading-overlay{z-index:8;color:#253028;text-align:center;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background:#fffbef75;border-radius:clamp(26px,4vw,48px);place-content:center;justify-items:center;gap:8px;padding:clamp(18px,3vw,36px);display:grid;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #7fb79b38}.review-board-loading-overlay strong{color:#222428;font-size:clamp(1.05rem,1.6vw,1.28rem);font-weight:950}.review-board-loading-overlay span:last-child{color:#68766e;max-width:min(78%,310px);font-size:.92rem;font-weight:800;line-height:1.35}.review-board-spinner{aspect-ratio:1;border:5px solid #7fb79b47;border-top-color:#6fac8e;border-radius:999px;width:clamp(34px,4vw,48px);animation:.76s linear infinite review-board-spinner-spin}@keyframes review-board-spinner-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.review-board-spinner{animation:none}}.side-panel,.invite-panel{border:1px solid var(--card-border);background:var(--card-bg);min-width:0;box-shadow:var(--card-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:32px;padding:clamp(20px,2vw,32px)}.match-panel{flex-direction:column;gap:clamp(14px,1.6vh,22px);display:flex}.panel-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.eyebrow{color:var(--accent);letter-spacing:.25em;text-transform:uppercase;font-size:.78rem;font-weight:950}.side-panel h2{color:var(--text-primary);font-size:clamp(1.55rem,2vw,2rem);line-height:1.05}.mode-badge{color:var(--accent);background:var(--accent-soft);border-radius:14px;padding:7px 10px;font-weight:950}.score-stack{gap:10px;margin:0;display:grid}.score-stack .score-row{min-height:54px;color:var(--text-primary);background:#ffffff47;border:1px solid #0000;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 14px;display:grid}:root[data-theme=dark] .score-stack .score-row{background:#ffffff0e}.score-stack .active-score-row{border-color:var(--card-border);background:var(--accent-soft);box-shadow:inset 0 0 18px #20e0a314}.score-dot{border-radius:50%;width:28px;height:28px;box-shadow:0 4px 10px #00000024}.white-dot{background:#fff7e7;border:1px solid #3a352d21}.black-dot{background:#222;border:1px solid #ffffff1f}.info-stack{border-top:1px solid var(--card-border);gap:6px;padding-top:8px;display:grid}.info-stack p{color:var(--text-secondary);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin:0;font-size:.96rem;display:grid}.info-stack span{min-width:0}.info-stack strong{color:var(--text-primary);overflow-wrap:anywhere;text-align:right}.info-stack .power-shield-badge{justify-self:end}.match-actions{border-top:1px solid var(--card-border);gap:12px;margin-top:auto;padding-top:12px;display:grid}.wide-action{justify-content:center;width:100%;min-height:54px;font-weight:900}button{color:var(--button-primary-text);background:var(--button-primary-bg);border:1px solid #0000;border-radius:18px;font-weight:850;transition:transform .16s,filter .16s,box-shadow .16s,background .16s;box-shadow:0 10px 18px #2d2b281f,inset 0 -3px #2d2b2814}button:hover:not(:disabled){filter:brightness(1.04);transform:translateY(-2px)}button:active:not(:disabled){animation:.18s ease-out button-squish-pop;transform:translateY(1px)scale(.99)}.secondary-action,.theme-action{color:var(--text-primary);background:var(--button-secondary-bg);border-color:var(--card-border)}.gold-action{color:#3a2c0d;background:linear-gradient(#f2c84b,#a87516);border-color:#f2c84bb3}:root[data-theme=light] .danger-action{color:#76372f}.review-panel,.history-panel{flex-direction:column;min-height:0;display:flex}.panel-topbar{gap:2px;display:grid}.history-list{scrollbar-width:thin;flex:auto;min-height:80px;margin:6px 0 0;padding-right:4px;overflow-y:auto}.history-move{color:var(--text-secondary);border-radius:14px}.history-move:hover,.active-history-move{color:var(--text-primary);background:var(--accent-soft)}.review-footer{border-top:1px solid var(--card-border);flex:none;margin-top:auto;padding-top:18px}.review-controls{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.review-controls button{background:var(--button-secondary-bg);min-width:0;min-height:50px;color:var(--text-primary);border-radius:16px;padding:8px}.review-controls button:nth-child(3){background:var(--button-primary-bg);color:var(--button-primary-text)}.stacked-actions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.stacked-actions .gold-action{grid-column:1/-1}.empty-history{color:var(--text-secondary);line-height:1.55}.waiting-board-overlay,.error-card,.sync-toast{border:1px solid var(--card-border);color:var(--text-primary);background:var(--card-bg);box-shadow:var(--card-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.waiting-board-overlay{border-radius:28px;width:min(78%,350px);padding:22px}.waiting-board-overlay strong{color:var(--text-primary);font-size:1.25rem}.waiting-board-overlay span{color:var(--text-secondary)}.winner-overlay,.confirm-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000038}.winner-card,.confirm-card,.promotion-modal{border-color:var(--card-border);color:var(--text-primary);background:var(--card-bg);box-shadow:var(--card-shadow)}.winner-card p,.confirm-card p{color:var(--text-secondary)}@media (width<=1350px){.chess-shell{grid-template-columns:minmax(220px,280px) minmax(340px,540px) minmax(250px,330px);gap:clamp(18px,2vw,30px)}}@media (width<=1099px){body{overflow:auto}.home-page,.game-page{height:auto;min-height:100svh;overflow:visible}.game-header{grid-template-columns:1fr}.status-card{width:min(100%,520px);display:grid}.chess-shell{--play-area-height:none;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"board board""match history";align-items:start}.board-column{grid-area:board}.match-panel{grid-area:match}.review-panel{grid-area:history}.match-panel,.review-panel{width:100%;height:auto;max-height:none}.history-list{max-height:320px;overflow-y:auto}}@media (width<=699px){.brand-lockup{letter-spacing:.16em}.status-card{border-radius:24px;grid-template-columns:auto 1fr}.status-avatar{border-radius:18px;width:56px;height:56px}.chess-shell{grid-template-columns:minmax(0,1fr);grid-template-areas:"board""match""history";gap:18px;display:grid}.side-panel{border-radius:26px}.score-stack,.stacked-actions{grid-template-columns:1fr}.history-list{max-height:280px}}:root,:root[data-theme=light]{--page-bg:#faf6e9;--page-bg-band:#bfe4d2;--page-bg-2:#bfe4d2;--text-primary:#222428;--text-secondary:#67756d;--accent:#7fb79b;--accent-soft:#dcefe5;--mint:#a8d7c0;--mint-dark:#77ae92;--gold:#f2d063;--peach:#f1c8c1;--card-bg:#fffbeff5;--card-border:#dce7dd;--card-shadow:0 18px 38px #5d756721;--board-frame:#453d36;--board-frame-accent:#453d361f;--square-light:#faf2e1;--square-dark:#a7d6c0;--button-primary-bg:#f2d063;--button-primary-text:#2d2b25;--button-secondary-bg:#bfe3cd;--button-neutral-bg:#edf2e9;--button-danger-bg:#f4cfc8;--panel-bg:var(--card-bg);--panel-border:var(--card-border);--text:var(--text-primary);--muted:var(--text-secondary);--button-bg:var(--button-primary-bg);--button-bg-hover:#f6d978;--button-text:var(--button-primary-text);--ink:var(--text-primary)}:root[data-theme=dark]{--button-primary-bg:#159b76;--button-secondary-bg:#244c43e0;--button-neutral-bg:#1c3733e6;--button-danger-bg:#5a2623d1}.home-page,.game-page,:root[data-theme=light] .home-page,:root[data-theme=light] .game-page{background:radial-gradient(circle at 66% 8%,#ffffff94 0 .75rem,#0000 .82rem),radial-gradient(circle at 77% 16%,#ffffff85 0 .34rem,#0000 .4rem),radial-gradient(circle at 60% 15%,#ffffff7a 0 .45rem,#0000 .52rem),linear-gradient(#faf6e9 0 67%,#bfe4d2 67% 100%)}.game-title-block{min-width:0;position:relative}.game-title-block:after{z-index:-1;content:"";pointer-events:none;background:linear-gradient(#ffffff8c,#ffffff8c) 18px 18px/6px 28px no-repeat,linear-gradient(90deg,#ffffff8c,#ffffff8c) 7px 29px/28px 6px no-repeat,linear-gradient(#ffffff6b,#ffffff6b) 178px 48px/4px 18px no-repeat,linear-gradient(90deg,#ffffff6b,#ffffff6b) 171px 55px/18px 4px no-repeat,radial-gradient(circle at 95px 74px,#ffffff80 0 5px,#0000 6px),radial-gradient(circle at 220px 24px,#ffffff7a 0 4px,#0000 5px);width:260px;height:120px;position:fixed;top:clamp(70px,11vh,140px);left:58vw}.game-header{grid-template-columns:minmax(0,1fr) minmax(330px,410px);gap:clamp(24px,5vw,72px)}.brand-lockup{color:#7fb79b;letter-spacing:.25em;gap:10px;margin-bottom:12px;font-size:clamp(.72rem,.86vw,.86rem);font-weight:800}.game-details{color:#7eb99d;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:14px;font-size:clamp(1rem,1.15vw,1.14rem);font-weight:800;overflow:hidden}.status-card{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffbeff5;border:1px solid #dce7dde6;border-radius:30px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px;min-height:118px;padding:18px 24px;position:relative;box-shadow:0 18px 36px #58625424}.status-corner-dot{border-radius:50%;width:13px;height:13px;position:absolute;top:25px;right:25px}.status-avatar{color:#fff8ec;text-shadow:-1.5px -1.5px #2e2924,1.5px -1.5px #2e2924,-1.5px 1.5px #2e2924,1.5px 1.5px #2e2924;background:#9dccb4;border-radius:24px;justify-content:center;align-items:center;width:82px;height:82px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #77ae9229}.status-copy{gap:4px}.status-copy span{color:#2c2f33;font-size:1rem;font-weight:500}.status-copy .turn-line{color:#2c2f33;font-weight:500}.status-copy strong,.status-word-active{color:#6fac8e;font-size:1.45rem;font-weight:900}.status-word-waiting{color:#b49435}.status-word-neutral{color:#8b948e}.chess-shell{--play-area-height:min(calc(100svh - clamp(178px, 21vh, 252px)), 706px);grid-template-columns:minmax(300px,340px) minmax(520px,660px) minmax(320px,380px);align-items:start;gap:clamp(32px,3.2vw,56px)}.board-column{gap:0;position:relative}.side-panel,.invite-panel,.error-card,.sync-toast{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffbeff5;border:1px solid #dce7ddf2;border-radius:32px;box-shadow:0 18px 38px #5d756721}.match-panel,.review-panel{height:min(var(--play-area-height), 686px);max-height:min(var(--play-area-height), 686px)}.match-panel{gap:18px}.side-panel h2{color:#222428;font-size:clamp(1.45rem,1.75vw,1.78rem);font-weight:900}.eyebrow{color:#86b89f;letter-spacing:.25em;font-size:.76rem}.mode-badge{color:#6da78b;box-shadow:none;background:#dcefe5;border-radius:13px;padding:6px 10px;font-size:.9rem}.score-stack .score-row{color:#222428;min-height:50px;box-shadow:none;background:#f7f2e394;border:1px solid #edf2e9e6;border-radius:16px;padding:10px 12px;font-size:1.02rem;font-weight:650}.score-stack .active-score-row{box-shadow:none;background:#e3f1e9;border-color:#cfe7d9}.score-dot{width:26px;height:26px;box-shadow:0 3px 8px #44413a1f}.info-stack{border-top:1px solid #dcd6c7c7;gap:10px;padding-top:14px}.info-stack p{color:#68766e;font-size:.92rem;line-height:1.25}.info-stack strong{color:#3f4741;font-weight:850}.match-actions{border-top:0;gap:12px;padding-top:12px}button,.primary-action,.secondary-action,.theme-action,.gold-action,.danger-action,.review-controls button,.history-move{background-image:none;border:1px solid #c9d7cbc7;box-shadow:0 5px 10px #57594b14}button{color:#2d2b25;background:#f2d063;border-radius:20px;font-weight:800;transition:transform .14s,background-color .14s,border-color .14s,box-shadow .14s,filter .14s}button:hover:not(:disabled){filter:brightness(1.02);transform:translateY(-1px);box-shadow:0 7px 12px #57594b17}button:active:not(:disabled){animation:.18s ease-out button-squish-pop;transform:translateY(1px);box-shadow:0 3px 7px #57594b12}.secondary-action{color:#253028;background:#bfe3cd;border-color:#abd5bd}.theme-action,.primary-action,.gold-action{color:#2d2b25;background:#f2d063;border-color:#d9ba55}.danger-action{color:#7b3834;background:#f4cfc8;border-color:#e5b4ad}.wide-action{border-radius:18px;min-height:54px}.review-controls button{color:#68766e;background:#f6ecd8;border-color:#eadfc9;min-height:46px}.review-controls button:nth-child(3){color:#253028;background:#bfe3cd;border-color:#abd5bd}.stacked-actions .secondary-action,.stacked-actions .gold-action{background:#f2d063;border-color:#d9ba55}.panel-note{color:#68766e;line-height:1.55}.review-footer{border-top:1px solid #dcd6c7c7}.history-list{min-height:92px}.history-move{color:#67756d;box-shadow:none;background:0 0}.history-move:hover,.active-history-move{color:#222428;box-shadow:none;background:#edf2e9}.empty-history{color:#67756d}.move-history-row{border-radius:12px;grid-template-columns:2.25rem minmax(0,1fr) minmax(0,1fr);align-items:center;gap:6px;min-height:58px;margin-bottom:3px;display:grid}.history-move-number{color:#879188;text-align:right;font-variant-numeric:tabular-nums;font-size:.84rem;font-weight:850}.history-move{color:#67756d;width:100%;min-width:0;min-height:54px;box-shadow:none;white-space:nowrap;background:0 0;border:0;border-radius:10px;justify-content:flex-start;align-items:center;gap:5px;padding:5px 7px;font-weight:800;line-height:1;display:inline-flex;overflow:hidden}button.history-move:hover:not(:disabled){filter:none;box-shadow:none;transform:none}.history-move:hover,.active-history-move,.latest-history-row:hover .history-move{color:#222428;box-shadow:none;background:#edf2e9}.history-piece-icon{object-fit:contain;image-rendering:auto;transform-origin:50%;flex:none;width:51px;height:51px;transform:scale(1.12)}.history-notation-text{text-overflow:ellipsis;min-width:0;overflow:hidden}.history-move-placeholder{color:#a0a89e;justify-content:center;font-weight:850}:root[data-theme=dark] .history-move-number{color:#f7f1e37a}:root[data-theme=dark] .history-move{color:#f7f1e3bd}:root[data-theme=dark] .history-move:hover,:root[data-theme=dark] .active-history-move,:root[data-theme=dark] .latest-history-row:hover .history-move{color:var(--text-primary);background:var(--accent-soft)}:root[data-theme=dark] .history-move-placeholder{color:#f7f1e35c}@media (width<=699px){.move-history-row{grid-template-columns:1.85rem minmax(0,1fr) minmax(0,1fr);gap:4px;min-height:50px}.history-move{gap:4px;min-height:48px;padding:5px;font-size:.9rem}.history-piece-icon{width:45px;height:45px}}.waiting-board-overlay,.winner-card,.confirm-card,.promotion-modal{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffbeff5;border:1px solid #dce7ddf2;box-shadow:0 18px 38px #5d756721}@media (width<=1450px){.chess-shell{grid-template-columns:minmax(270px,320px) minmax(430px,590px) minmax(290px,360px);gap:clamp(24px,2.7vw,42px)}}@media (width<=1180px){.game-header{grid-template-columns:1fr}.status-card{width:min(100%,410px)}.chess-shell{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"board board""match history"}.match-panel,.review-panel{height:auto;max-height:none}}@media (width<=699px){.status-card{border-radius:24px;min-height:96px;padding:14px 18px}.status-avatar{border-radius:18px;width:62px;height:62px}.status-corner-dot{top:18px;right:18px}.chess-shell{grid-template-columns:minmax(0,1fr)}}.stacked-actions .secondary-action{color:#253028;background:#bfe3cd;border-color:#abd5bd}.stacked-actions .danger-action{color:#7b3834;background:#f4cfc8;border-color:#e5b4ad}.stacked-actions .gold-action{color:#2d2b25;background:#f2d063;border-color:#d9ba55}:root,:root[data-theme=light]{--page-bg:#fdf7e7;--page-bg-band:#c8e3d2;--page-bg-2:#c8e3d2;--text-primary:#222428;--text-secondary:#67756d;--accent:#92b097;--accent-soft:#e1eddf;--card-bg:#fbf8ee;--card-border:#ded9cbd1;--card-shadow:0 22px 44px #656f5c29;--square-light:#faf2e1;--square-dark:#c5d7c0;--button-yellow-face:#f4dd9b;--button-yellow-underlay:#e5ca89;--button-arrow-face:#fbf3dd;--button-arrow-underlay:#eddfc1;--button-green-face:#c2d4bf;--button-green-underlay:#a9c0a9;--button-primary-bg:#f4dd9b;--button-secondary-bg:#c2d4bf;--button-danger-bg:#f1c8c1;--panel-bg:#fbf8ee;--panel-border:#ded9cbd1;--button-bg:#f4dd9b;--button-bg-hover:#f7e4aa}body{background:#fdf7e7}.home-page,.game-page,:root[data-theme=light] .home-page,:root[data-theme=light] .game-page{background:radial-gradient(circle at 66% 8%,#ffffff94 0 .75rem,#0000 .82rem),radial-gradient(circle at 77% 16%,#ffffff85 0 .34rem,#0000 .4rem),radial-gradient(circle at 60% 15%,#ffffff80 0 .45rem,#0000 .52rem),linear-gradient(#fdf7e7 0 66%,#c8e3d2 66% 100%)}.brand-lockup,.game-details,.eyebrow,.mode-badge,.status-word-active,.info-stack strong a{color:#92b097}.side-panel h2,.review-panel h2,.history-header h2{color:#222428;letter-spacing:-.045em;font-family:Arial Rounded MT Bold,Trebuchet MS,Inter,ui-rounded,system-ui,sans-serif;font-weight:950}button{font-weight:850}.eyebrow{letter-spacing:.25em;font-weight:900}.status-card,.side-panel,.invite-panel,.error-card,.sync-toast,.waiting-board-overlay,.winner-card,.confirm-card,.promotion-modal{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fbf8ee;border-color:#ded9cbd1;box-shadow:0 22px 44px #656f5c29}.status-card{box-shadow:0 18px 38px #656f5c29}.status-avatar{background:#a9c8b2;box-shadow:0 9px 18px #566b5824,inset 0 0 0 1px #92b09738}.status-dot-active{background:#5aa487}.status-dot-waiting{background:#d8b856}.status-dot-neutral{background:#a7aaa5}.status-copy strong,.status-word-active{color:#92b097}.mode-badge{color:#7f9f86;background:#e1eddf}.score-stack .active-score-row{background:#c2d4bf61;border-color:#a9c0a98f;box-shadow:0 8px 18px #63746017}button,.primary-action,.theme-action,.gold-action{color:#2d2b25;background:#f4dd9b;border-color:#e5ca89bd;position:relative;box-shadow:0 5px #e5ca89,0 12px 22px #77663c21}.secondary-action,.wide-action.secondary-action,.stacked-actions .secondary-action{color:#253028;background:#c2d4bf;border-color:#a9c0a9c7;box-shadow:0 5px #a9c0a9,0 12px 22px #53695321}.danger-action,.stacked-actions .danger-action{color:#7b3834;background:#f1c8c1;border-color:#e0aea6c7;box-shadow:0 5px #dfada5,0 12px 22px #7748421f}.review-controls button{color:#6b6559;background:#fbf3dd;border-color:#eddfc1e6;box-shadow:0 5px #eddfc1,0 10px 18px #73664c1c}.review-controls button:nth-child(3){color:#253028;background:#c2d4bf;border-color:#a9c0a9c7;box-shadow:0 5px #a9c0a9,0 10px 18px #5369531f}.stacked-actions .gold-action,.theme-action,.primary-action,.gold-action{color:#2d2b25;background:#f4dd9b;border-color:#e5ca89bd;box-shadow:0 5px #e5ca89,0 12px 22px #77663c21}button:not(.history-move):hover:not(:disabled){filter:brightness(1.015);transform:translateY(5px);box-shadow:0 0 #e5ca89,0 5px 10px #77663c14}.secondary-action:hover:not(:disabled),.wide-action.secondary-action:hover:not(:disabled),.stacked-actions .secondary-action:hover:not(:disabled),.review-controls button:nth-child(3):hover:not(:disabled),.success-action:hover:not(:disabled){box-shadow:0 0 #a9c0a9,0 5px 10px #53695314}.danger-action:hover:not(:disabled),.stacked-actions .danger-action:hover:not(:disabled){box-shadow:0 0 #dfada5,0 5px 10px #77484214}.review-controls button:hover:not(:disabled){box-shadow:0 0 #eddfc1,0 5px 10px #73664c14}button:not(.history-move):active:not(:disabled){animation:.18s ease-out button-squish-pop;transform:translateY(5px);box-shadow:0 0 #e5ca89,0 4px 8px #635b4614}.secondary-action:active:not(:disabled),.wide-action.secondary-action:active:not(:disabled),.review-controls button:nth-child(3):active:not(:disabled),.success-action:active:not(:disabled){box-shadow:0 0 #a9c0a9,0 4px 8px #53695314}.theme-action:active:not(:disabled),.primary-action:active:not(:disabled),.gold-action:active:not(:disabled),.stacked-actions .gold-action:active:not(:disabled){box-shadow:0 0 #e5ca89,0 4px 8px #77663c14}.danger-action:active:not(:disabled){box-shadow:0 0 #dfada5,0 4px 8px #77484214}.review-controls button:active:not(:disabled){box-shadow:0 0 #eddfc1,0 4px 8px #73664c14}.brand-icon{object-fit:contain;filter:drop-shadow(0 4px 6px #2d2b2829);pointer-events:none;-webkit-user-select:none;user-select:none;width:34px;height:34px}.status-piece-img{object-fit:contain;width:150%;max-width:none;height:150%;max-height:none;transform:translateY(var(--piece-y,0px)) scale(var(--piece-scale,1));transform-origin:50%;filter:drop-shadow(0 8px 8px #28221838);pointer-events:none;-webkit-user-select:none;user-select:none;display:block}.status-piece-img[data-piece=pawn]{--piece-scale:1.08;--piece-y:-2px}.piece-score-icon,.inline-pawn-icon,.result-piece-img{object-fit:contain;transform:translateY(var(--piece-y,0px)) scale(var(--piece-scale,1));transform-origin:50%;pointer-events:none;-webkit-user-select:none;user-select:none}.result-piece-img[data-piece=pawn]{--piece-scale:1.08;--piece-y:-2px}.piece-score-icon{--piece-scale:2;width:52px;height:52px;box-shadow:none;filter:drop-shadow(0 4px 5px #28221833);background:0 0;border-radius:0;padding:2px}.inline-pawn-icon{filter:drop-shadow(0 3px 4px #2822182e);width:24px;height:24px}.info-label-with-piece{align-items:center;gap:7px;display:inline-flex}.result-piece-img{filter:drop-shadow(0 10px 12px #2822183d);width:86px;height:86px;margin:0 auto 8px}.result-king-img{width:98px;height:98px}.result-piece-pair{justify-content:center;gap:10px;margin-bottom:8px;display:inline-flex}.result-piece-pair .result-piece-img{width:72px;height:72px;margin:0}.brand-badge img{object-fit:contain;filter:drop-shadow(0 8px 10px #2822182e);pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100%}.brand-row{color:#7f9f86;letter-spacing:.28em;text-transform:uppercase;align-items:center;gap:12px;font-size:clamp(.7rem,.9vw,.84rem);font-weight:950;line-height:1;display:inline-flex}.brand-icon-tile{background:#fbf8ee;border:1px solid #ded9cbe6;border-radius:14px;place-items:center;width:42px;height:42px;padding:5px;display:grid;box-shadow:0 12px 22px #5e6f5e24,inset 0 1px #ffffffb8}.brand-icon-tile img{object-fit:contain;width:100%;height:100%}.hero-title{color:#202124;letter-spacing:-.06em;text-shadow:none;margin:0;font-family:Arial Rounded MT Bold,Trebuchet MS,Inter,ui-rounded,system-ui,sans-serif;font-size:clamp(64px,8vw,120px);font-weight:950;line-height:.86;display:grid;position:relative}.hero-title span{color:#202124;display:block}.title-spark{pointer-events:none;position:absolute}.title-spark-yellow{background:linear-gradient(#f2d063,#f2d063) 50% 0/6px 100% no-repeat,linear-gradient(90deg,#f2d063,#f2d063) 0/100% 6px no-repeat;width:34px;height:34px;top:clamp(70px,13vh,130px);right:clamp(42px,10vw,120px);transform:rotate(12deg)}.title-spark-mint{border-top:5px solid #92b09794;border-radius:50%;width:86px;height:44px;top:clamp(118px,21vh,220px);right:clamp(0px,2vw,44px);transform:rotate(-16deg)}.hero-tagline{color:#292a29;align-items:center;gap:9px;margin:0;font-size:clamp(1rem,1.4vw,1.24rem);font-weight:900;line-height:1.3;display:inline-flex}.hero-tagline svg{color:#d7b744;fill:#f2d063;flex:none}.hero-tagline strong{color:#7f9f86;font-weight:950}.today-pill{background:#fbf8eef5;border:1px solid #ded9cbe0;border-radius:999px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;width:min(100%,560px);padding:12px 14px 12px 12px;display:grid;position:relative;box-shadow:0 16px 32px #656f5c21,inset 0 1px #ffffffc7}.today-pill-icon{color:#fbf8ee;background:#92b097;border-radius:50%;place-items:center;width:48px;height:48px;display:grid;box-shadow:inset 0 -3px #252c261f}.today-pill-copy{gap:2px;min-width:0;display:grid}.today-pill-copy span{color:#67756d;font-size:.85rem;font-weight:900}.today-pill-copy strong{color:#7f9f86;overflow-wrap:anywhere;font-size:clamp(.92rem,1.2vw,1.04rem);font-weight:950}.today-pill-copy small{color:#67756d;font-size:.76rem;font-weight:850;line-height:1.25}.copy-seed-button{color:#59685f;background:#fbf3dd;border-color:#eddfc1e6;border-radius:999px;min-width:auto;padding:10px 13px;box-shadow:0 4px #eddfc1,0 10px 16px #73664c17}.copy-status{color:#7f9f86;font-size:.78rem;font-weight:900;position:absolute;bottom:-24px;left:72px}.shuffle-mode-panel{gap:10px;width:min(100%,560px);display:grid}.shuffle-mode-toggle{background:#fbf8eed1;border:1px solid #ded9cbe0;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:min(100%,360px);padding:5px;display:inline-grid;box-shadow:inset 0 1px #ffffffc7,0 8px 16px #656f5c14}.shuffle-mode-toggle button{color:#67756d;min-width:0;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:999px;padding:9px 12px;font-size:.82rem;font-weight:950}.shuffle-mode-toggle button.selected{color:#fbf8ee;background:#92b097;border-color:#7f9f86c7;box-shadow:0 4px #7f9f8657,0 10px 16px #656f5c1f}.shuffle-mode-toggle button:focus-visible{outline-offset:2px;outline:3px solid #7f9f866b}.random-shuffle-toggle{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px;min-width:0;display:grid}.shuffle-mode-toggle .shuffle-refresh-button{color:#67756d;background:#fff8d7bd;border-color:#dec987ad;place-items:center;width:34px;min-width:34px;height:34px;padding:0;display:grid;box-shadow:inset 0 1px #ffffffc7}.shuffle-mode-toggle .shuffle-refresh-button:hover,.shuffle-mode-toggle .shuffle-refresh-button:focus-visible{color:#4f6f5a;background:#ffe8a1eb;border-color:#d3b75cd1}.shuffle-mode-toggle .shuffle-refresh-button:active{transform:translateY(1px)rotate(18deg)}@keyframes button-squish-pop{0%{scale:1}48%{scale:.96 1.04}to{scale:1}}@keyframes card-glint{0%{opacity:0;transform:translate(-55%)rotate(4deg)}18%{opacity:1}to{opacity:0;transform:translate(55%)rotate(4deg)}}@keyframes action-piece-bob{0%{transform:translateX(-50%) translateY(0) rotate(var(--piece-rotate,0deg)) scale(var(--piece-scale,1))}42%{transform:translateX(-50%) translateY(-10px) rotate(calc(var(--piece-rotate,0deg) - 4deg)) scale(calc(var(--piece-scale,1) * 1.04), calc(var(--piece-scale,1) * .96))}72%{transform:translateX(-50%) translateY(2px) rotate(calc(var(--piece-rotate,0deg) + 2deg)) scale(calc(var(--piece-scale,1) * .98), calc(var(--piece-scale,1) * 1.03))}to{transform:translateX(-50%) translateY(0) rotate(var(--piece-rotate,0deg)) scale(var(--piece-scale,1))}}.leaderboard-card-trophy{z-index:1;color:#8a6f18;background:#f6dc82a3;border-radius:16px;flex:none;place-items:center;width:48px;height:48px;display:grid;position:relative;box-shadow:inset 0 -4px #8a6f181f,0 12px 22px #73622d1f}.leaderboard-card-copy{z-index:1;gap:3px;min-width:0;padding-right:54px;display:grid;position:relative}.leaderboard-card-list{grid-template-columns:minmax(0,1fr);align-items:center;min-height:1.18em;display:grid;overflow:hidden}.leaderboard-card-list>span{color:#65736a;min-width:0;font-size:.78rem;font-weight:900;line-height:1.1;display:block}.leaderboard-card-ticker{will-change:opacity, transform, filter;animation:.52s cubic-bezier(.2,.8,.2,1) leaderboard-card-ticker-in}.leaderboard-card-list>span>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@keyframes leaderboard-card-ticker-in{0%{opacity:0;filter:blur(5px);transform:translateY(55%)scale(.96)}58%{opacity:1;filter:blur();transform:translateY(-6%)scale(1.01)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@media (width<=760px){.leaderboard-card-trophy{border-radius:15px;width:42px;height:42px}.leaderboard-card-copy{padding-right:44px}}.date-badge{color:#1e5c8a}.action-glyph{pointer-events:none;opacity:.22;color:currentColor;z-index:1;place-items:center;width:58px;height:58px;display:grid;position:absolute;top:16px;left:50%;transform:translate(-50%)}.rules-icon-wrap{color:#7a5c1a;background:#ffffff94;border-radius:13px;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid;box-shadow:inset 0 -2px #2d2b2512}.action-piece{z-index:1;object-fit:contain;filter:drop-shadow(0 12px 12px #28221838);pointer-events:none;-webkit-user-select:none;user-select:none;width:min(82%,128px);height:110px;position:absolute;top:22px;left:50%;transform:translate(-50%)}.action-badge{z-index:2;color:#5f8069;background:#ffffff94;border-radius:999px;align-items:center;gap:4px;padding:6px 9px;font-size:.72rem;font-weight:950;line-height:1;display:inline-flex;position:absolute;top:14px;left:14px}.invite-badge{color:#8b665f}.card-sparkle{z-index:0;opacity:.82;pointer-events:none;background:linear-gradient(#ffffffeb,#ffffffeb) 50% 0/4px 100% no-repeat,linear-gradient(90deg,#ffffffeb,#ffffffeb) 0/100% 4px no-repeat;width:22px;height:22px;position:absolute}.card-sparkle-one{top:35px;right:18px;transform:rotate(14deg)}.card-sparkle-two{top:18px;right:22px;transform:rotate(-10deg)}.card-sparkle-three{top:44px;right:18px;transform:rotate(7deg)}.action-card-copy{z-index:2;gap:4px;padding-right:40px;display:grid;position:relative}.action-card-copy strong{color:#222428;font-size:clamp(1.14rem,1.5vw,1.34rem);font-weight:950;line-height:1}.action-card-copy small{color:#222428ad;font-size:.84rem;font-weight:900;line-height:1.25}.action-card-copy .daily-ai-status{color:#22242894;font-size:.75rem}.action-arrow{z-index:2;color:#59685f;background:#ffffffa8;border-radius:50%;place-items:center;width:38px;height:38px;display:grid;position:absolute;bottom:14px;right:14px;box-shadow:inset 0 -2px #2d2b2514}.secondary-home-actions{flex-wrap:wrap;gap:10px;width:100%;max-width:640px;display:flex}.secondary-home-actions button{color:#4e5d52;background:#fbf8eee6;border-color:#ded9cbd1;border-radius:18px;flex:150px;min-height:48px;box-shadow:0 9px 18px #656f5c1c}.today-setup-showcase{background:#fbf8eef5;border:2px solid #92b0976b;border-radius:42px;justify-self:end;justify-items:center;gap:clamp(16px,2vw,24px);width:min(100%,540px);min-width:0;padding:clamp(22px,3vw,36px);display:grid;position:relative;box-shadow:0 26px 56px #656f5c2e,inset 0 1px #fffc}.today-setup-showcase:before{content:"";opacity:.45;background:radial-gradient(circle at 34% 38%,#f2d063 0 34%,#0000 35%),radial-gradient(circle at 66% 38%,#f2d063 0 34%,#0000 35%),linear-gradient(45deg,#0000 42%,#f2d063 43% 68%,#0000 69%);border-radius:50% 50% 48% 48%;width:28px;height:24px;position:absolute;top:13px;left:50%;transform:translate(-50%)rotate(45deg)}.setup-header-pill{color:#7f9f86;letter-spacing:.24em;background:#edf2e9;border-radius:999px;align-items:center;gap:10px;padding:9px 15px;font-size:.74rem;font-weight:950;display:inline-flex}.setup-header-pill span,.setup-spark{background:linear-gradient(#f2d063,#f2d063) 50% 0/3px 100% no-repeat,linear-gradient(90deg,#f2d063,#f2d063) 0/100% 3px no-repeat;width:16px;height:16px}.setup-spark{pointer-events:none;position:absolute}.preview-board-frame{background:#fdfaed;border:7px solid #453d36;border-radius:28px;width:min(100%,390px);padding:10px;box-shadow:0 18px #453d361a,0 28px 40px #453d3629}.preview-board-grid{aspect-ratio:5/6;background:#fdfaed;border-radius:20px;grid-template-rows:repeat(6,minmax(0,1fr));grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;padding:5px;display:grid}.preview-square{background:#faf2e1;border-radius:13px;place-items:center;min-width:0;min-height:0;display:grid}.preview-square:nth-child(odd){background:#c5d7c0}.preview-square:nth-child(10n+6),.preview-square:nth-child(10n+8),.preview-square:nth-child(10n+10){background:#faf2e1}.preview-square:nth-child(10n+7),.preview-square:nth-child(10n+9){background:#c5d7c0}.preview-square img{object-fit:contain;filter:drop-shadow(0 7px 5px #28221833);pointer-events:none;-webkit-user-select:none;user-select:none;width:120.4%;height:120.4%}.setup-summary-panel{background:#fdf7e7b8;border:1px solid #ded9cbd1;border-radius:26px;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:18px;width:100%;padding:18px;display:grid}.setup-summary-copy{align-content:center;gap:6px;min-width:0;display:grid}.setup-summary-copy span,.setup-seed-block span{color:#7f9f86;letter-spacing:.18em;font-size:.72rem;font-weight:950}.setup-summary-copy p{color:#67756d;margin:0;font-size:.92rem;font-weight:850;line-height:1.35}.setup-summary-copy strong{color:#31332f}.setup-seed-block{border-left:2px dotted #92b0978c;align-content:center;justify-items:center;gap:8px;min-width:94px;padding-left:18px;display:grid}.setup-seed-block strong{color:#222428;letter-spacing:.06em;font-size:clamp(1.24rem,2vw,1.66rem);font-weight:950}.decorative-home-pieces{z-index:1;pointer-events:none;width:clamp(150px,16vw,260px);height:clamp(120px,14vw,220px);position:fixed;bottom:-16px;left:clamp(10px,3vw,54px)}.decorative-home-pieces img{object-fit:contain;filter:drop-shadow(0 16px 14px #28221833);-webkit-user-select:none;user-select:none;position:absolute}.decorative-black-pawn{opacity:.92;width:52%;bottom:0;left:42%}.decorative-white-bishop{width:78%;bottom:0;left:0}@media (width<=1180px){.shuffle-mode-panel{gap:10px;width:min(100%,560px);display:grid}.shuffle-mode-toggle{background:#fbf8eed1;border:1px solid #ded9cbe0;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:min(100%,360px);padding:5px;display:inline-grid;box-shadow:inset 0 1px #ffffffc7,0 8px 16px #656f5c14}.shuffle-mode-toggle button{color:#67756d;min-width:0;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:999px;padding:9px 12px;font-size:.82rem;font-weight:950}.shuffle-mode-toggle button.selected{color:#fbf8ee;background:#92b097;border-color:#7f9f86c7;box-shadow:0 4px #7f9f8657,0 10px 16px #656f5c1f}.shuffle-mode-toggle button:focus-visible{outline-offset:2px;outline:3px solid #7f9f866b}.today-setup-showcase{justify-self:center;width:min(100%,640px)}.decorative-home-pieces{opacity:.72;transform-origin:0 100%;transform:scale(.82)}}@media (width<=760px){.floating-theme-toggle{padding:9px 12px;top:14px;right:14px}.brand-row{letter-spacing:.18em}.hero-title{font-size:clamp(56px,19vw,82px)}.title-spark-yellow{right:16px}.title-spark-mint{display:none}.today-pill{border-radius:26px;grid-template-columns:auto minmax(0,1fr)}.copy-seed-button{grid-column:1/-1;width:100%}.shuffle-mode-toggle{width:100%}.copy-status{bottom:-22px;left:14px}.shuffle-mode-panel{gap:10px;width:min(100%,560px);display:grid}.shuffle-mode-toggle{background:#fbf8eed1;border:1px solid #ded9cbe0;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:min(100%,360px);padding:5px;display:inline-grid;box-shadow:inset 0 1px #ffffffc7,0 8px 16px #656f5c14}.shuffle-mode-toggle button{color:#67756d;min-width:0;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:999px;padding:9px 12px;font-size:.82rem;font-weight:950}.shuffle-mode-toggle button.selected{color:#fbf8ee;background:#92b097;border-color:#7f9f86c7;box-shadow:0 4px #7f9f8657,0 10px 16px #656f5c1f}.shuffle-mode-toggle button:focus-visible{outline-offset:2px;outline:3px solid #7f9f866b}.action-piece{width:118px;height:100px;top:14px;left:auto;right:42px;transform:none}.action-card-copy{padding-right:132px}.secondary-home-actions button{flex-basis:100%}.today-setup-showcase{border-radius:32px;padding:18px}.preview-board-frame{border-width:5px;border-radius:22px}.preview-board-grid{border-radius:16px;gap:3px}.preview-square{border-radius:9px}.setup-summary-panel{grid-template-columns:1fr;gap:12px;padding:14px}.setup-seed-block{border-top:2px dotted #92b0978c;border-left:0;justify-items:start;min-width:0;padding:12px 0 0}.decorative-home-pieces{display:none}}@media (width<=420px){.hero-title{font-size:clamp(48px,17vw,66px)}.action-piece{opacity:.72;right:16px}.action-card-copy{padding-right:86px}}.decorative-home-pieces{z-index:0;width:clamp(190px,18vw,330px);height:clamp(150px,17vw,285px);bottom:-48px}.preview-square{--preview-tile-depth:#a6895e24;box-shadow:inset 0 -3px 0 var(--preview-tile-depth), 0 4px 7px #5c5b4d0a;background:#faf2e1}.preview-square:nth-child(odd),.preview-square:nth-child(10n+7),.preview-square:nth-child(10n+9){--preview-tile-depth:#506d5024;background:#c5d7c0}.preview-square:nth-child(10n+6),.preview-square:nth-child(10n+8),.preview-square:nth-child(10n+10){--preview-tile-depth:#a6895e24;background:#faf2e1}body.profile-modal-open{overscroll-behavior:none;overflow:hidden}.feedback-prompt-backdrop{background:#2d2b2866}.feedback-prompt-modal{gap:12px;max-width:500px}.feedback-prompt-modal h2{color:var(--ink)}.feedback-prompt-modal p:not(.eyebrow){color:var(--muted);line-height:1.55}.feedback-prompt-actions{margin-top:6px}.feedback-prompt-actions .success-action{color:#2d2b25;background:#f4dd9b;border-color:#e5ca89bd;box-shadow:0 5px #e5ca89,0 12px 22px #77663c21}.feedback-prompt-actions .success-action:hover:not(:disabled){box-shadow:0 0 #e5ca89,0 5px 10px #77663c14}.feedback-prompt-actions .success-action:active:not(:disabled){box-shadow:0 0 #e5ca89,0 4px 8px #77663c14}@keyframes home-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes home-modal-pop{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.action-more-glyph{display:none}@media (width<=768px){.brand-row{letter-spacing:.16em;gap:9px;font-size:.66rem}.brand-icon-tile{border-radius:12px;width:34px;height:34px}.hero-title{font-size:clamp(46px,15.5vw,72px);line-height:.86}.hero-tagline{font-size:.98rem}.title-spark-yellow{width:24px;height:24px;top:78px;right:10px}.title-spark-mint,.decorative-home-pieces{display:none}.today-pill{border-radius:22px;grid-template-columns:minmax(0,1fr) auto;gap:9px;width:100%;padding:9px}.today-pill-icon{width:38px;height:38px}.today-pill-copy span{font-size:.76rem}.today-pill-copy strong{font-size:.86rem}.today-pill-copy small{display:none}.shuffle-mode-toggle button{padding:8px 9px;font-size:.74rem}.copy-seed-button{grid-column:auto;width:auto;padding:9px}.copy-seed-button span{display:none}.copy-status{bottom:-19px;left:10px}.shuffle-mode-panel{gap:10px;width:min(100%,560px);display:grid}.shuffle-mode-toggle{background:#fbf8eed1;border:1px solid #ded9cbe0;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:min(100%,360px);padding:5px;display:inline-grid;box-shadow:inset 0 1px #ffffffc7,0 8px 16px #656f5c14}.shuffle-mode-toggle button{color:#67756d;min-width:0;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:999px;padding:9px 12px;font-size:.82rem;font-weight:950}.shuffle-mode-toggle button.selected{color:#fbf8ee;background:#92b097;border-color:#7f9f86c7;box-shadow:0 4px #7f9f8657,0 10px 16px #656f5c1f}.shuffle-mode-toggle button:focus-visible{outline-offset:2px;outline:3px solid #7f9f866b}.action-piece{opacity:.78;width:82px;height:76px;top:22px;left:auto;right:8px;transform:none}.action-glyph{top:16px;left:auto;right:8px;transform:none}.action-card-copy{gap:3px;padding-right:44px}.action-card-copy strong{font-size:clamp(.98rem,4.4vw,1.14rem)}.action-card-copy small{font-size:.72rem;line-height:1.18}.action-card-copy .daily-ai-status{display:none}.action-arrow{width:30px;height:30px;bottom:10px;right:10px}.action-more-glyph{color:#7f9f86;opacity:.42;gap:2px;display:inline-flex;position:absolute;top:42px;right:12px;transform:rotate(-6deg)scale(.86)}.more-badge{color:#7f9f86}.secondary-home-actions{display:none}.today-setup-showcase{border-radius:26px;gap:10px;width:min(100%,390px);padding:14px}.setup-header-pill{letter-spacing:.18em;padding:7px 11px;font-size:.66rem}.preview-board-frame{border-width:4px;border-radius:20px;width:min(100%,250px)}.preview-board-grid{border-radius:15px;gap:2px;padding:3px}.preview-square{border-radius:7px}.preview-square img{width:125%;height:125%}.setup-summary-panel{border-radius:20px;gap:9px;padding:11px}.setup-summary-copy p{font-size:.8rem}.setup-seed-block{padding-top:9px}.more-options-list{gap:10px;margin-top:14px;display:grid}.more-option-item{text-align:left;color:#2d2b25;background:#fbf3dde6;border-color:#eddfc1e6;grid-template-columns:auto minmax(0,1fr);justify-content:start;gap:12px;width:100%;min-height:66px;padding:12px 14px;display:grid}.more-option-item span{gap:3px;display:grid}.more-option-item small{color:#67756d;font-weight:750;line-height:1.25}.game-header{grid-template-columns:1fr;gap:10px;display:grid}.brand-lockup{letter-spacing:.16em;margin-bottom:5px;font-size:.62rem}.brand-icon{width:28px;height:28px}.game-details{margin-top:6px;font-size:.88rem;line-height:1.35}.status-card{border-radius:18px;grid-template-columns:minmax(0,1fr) auto;gap:9px;width:100%;min-height:0;padding:9px 12px;display:grid}.status-avatar{border-radius:13px;width:40px;height:40px}.status-piece-img{width:140%;height:140%}.status-corner-dot{grid-area:1/3;align-self:center;width:11px;height:11px;position:static}.status-copy{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 8px;min-width:0;display:grid}.status-copy span,.status-copy .turn-line{font-size:.78rem;line-height:1.15}.status-copy strong,.status-word-active{font-size:.98rem;line-height:1.1}.status-copy .turn-line{grid-column:1/-1}.chess-shell{--play-area-height:min(68vh, calc(100vw * 1.2));flex-direction:column;align-items:stretch;gap:12px;width:100%;min-height:0;display:flex}.board-column{order:1;width:100%;overflow:visible}.match-panel{flex-direction:column;order:2;gap:10px;display:flex}.review-panel{order:3}.side-panel,.invite-panel,.error-card,.sync-toast{border-radius:22px;width:100%;min-width:0;height:auto;max-height:none;padding:14px}.panel-title-row{gap:10px}.side-panel h2,.review-panel h2,.history-header h2{font-size:1.22rem}.mode-badge{padding:5px 8px;font-size:.76rem}.score-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.score-stack .score-row{min-height:42px;padding:7px 9px;font-size:.88rem}.piece-score-icon{width:38px;height:38px}.info-stack{grid-template-columns:1fr;gap:7px;padding-top:10px}.info-stack p{font-size:.82rem}.match-actions,.panel-actions,.stacked-actions,.review-controls{flex-wrap:wrap;gap:8px;display:flex}.match-actions{order:-1;padding-top:0}.match-actions button,.panel-actions button,.stacked-actions button{flex:140px;min-width:0}.wide-action{justify-content:center;min-height:44px}.history-panel{min-height:0;max-height:none;display:flex}.history-header{margin-bottom:8px}.history-header .panel-note{margin:4px 0 0;font-size:.8rem}.history-list{overscroll-behavior:contain;flex:0 auto;max-height:190px;overflow-y:auto}.review-footer{gap:10px;padding-top:10px}.review-controls{width:100%}.review-controls button{flex:42px;min-height:40px;padding:8px 9px}.move-history-row{grid-template-columns:1.65rem minmax(0,1fr) minmax(0,1fr);min-height:42px}.history-move{min-height:40px;padding:4px;font-size:.82rem}.history-piece-icon{width:34px;height:34px}.waiting-board-overlay{border-radius:20px;width:min(86%,300px);padding:12px}}.global-profile-button{z-index:80;aspect-ratio:1;width:58px;min-width:58px;height:58px;min-height:58px;box-shadow:none;cursor:pointer;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;border-radius:16px;place-items:center;padding:0;transition:transform .16s,filter .16s;display:grid;position:fixed;top:18px;right:18px}.global-profile-button:hover,.global-profile-button:focus-visible{filter:drop-shadow(0 10px 18px #27372f2e);outline:none;transform:translateY(-1px)scale(1.03)}.global-profile-button .global-profile-avatar{width:58px;height:58px;box-shadow:none;display:grid;position:relative;inset:auto}.global-profile-button .profile-avatar-accessory{font-size:34cqi}.global-profile-button .profile-avatar-sticker{font-size:15cqi}.global-profile-edit-icon,.global-profile-action-pill{display:none}body.profile-modal-open .global-profile-button{opacity:0;pointer-events:none;transform:scale(.96)}.profile-panel-backdrop{z-index:120;overscroll-behavior:contain;touch-action:none;align-items:center;padding:18px 16px;overflow:hidden}.profile-panel-card{overscroll-behavior:contain;touch-action:auto;background:#fffaf0;border:1px solid #ded9cbf2;border-radius:34px;flex-direction:column;width:min(980px,100%);height:min(960px,100svh - 36px);margin:auto;padding:clamp(18px,3vw,34px);display:flex;position:relative;overflow:hidden;box-shadow:0 30px 70px #27372f3d}.share-capture-stage,.share-capture-stage *{caret-color:#0000!important;transition:none!important;animation:none!important}.share-capture-stage .modal-close-button,.share-capture-stage .result-home-button,.share-capture-stage .result-share-cluster,.share-capture-stage .result-bottom-actions,.share-capture-stage .panel-actions,.share-capture-stage .profile-share-button,.share-capture-stage .profile-card-share-button,.share-capture-stage .result-screenshot-menu,.share-capture-stage .result-screenshot-status{display:none!important}.share-capture-stage .winner-card.result-compact-card,.share-capture-stage .profile-hero-card{max-height:none!important;transform:none!important}.share-capture-stage .profile-avatar-edit-button{cursor:default!important}.share-capture-stage .profile-avatar-edit-button>span:last-child{display:none!important}.share-capture-stage .profile-share-preview-card{background:radial-gradient(circle at 0 0,#f6dc823d,#0000 8rem),linear-gradient(135deg,#fffdf7fa,#e8f3ebd6)!important;border:1px solid #ded9cbf2!important;border-radius:22px!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:14px!important;min-width:0!important;min-height:104px!important;padding:18px 20px!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:inset 0 1px #ffffffd6,0 10px 24px #27372f14!important}.share-capture-stage .profile-share-preview-card>div{min-width:0!important}.share-capture-stage .profile-share-preview-card strong,.share-capture-stage .profile-share-preview-card p{margin:0!important}.share-capture-stage .profile-share-preview-card strong{color:#253028!important;font-size:1.08rem!important;font-weight:950!important;line-height:1!important}.share-capture-stage .profile-share-preview-card p{color:#66756d!important;margin-top:4px!important;font-size:.92rem!important;font-weight:850!important;line-height:1.2!important}.profile-hero-card{--profile-hero-avatar-size:clamp(210px, 24vw, 340px);min-height:clamp(190px,17vw,250px);padding:clamp(18px, 2.2vw, 28px) clamp(22px, 3.4vw, 40px) clamp(18px, 2.2vw, 28px) calc(var(--profile-hero-avatar-size) + clamp(84px, 8vw, 132px));background:radial-gradient(circle at 14% 56%,#f6dc823d,#0000 27%),radial-gradient(circle at 79% 16%,#8fb8df33,#0000 30%),radial-gradient(circle at 96% 72%,#8fb3992e,#0000 26%),linear-gradient(135deg,#fff6d2f0,#e6f3ebf0);border:1px solid #bccfbbe6;border-radius:30px;flex:none;grid-template-columns:1fr;align-items:center;gap:0;margin-top:clamp(28px,5vw,76px);margin-bottom:clamp(28px,3.8vw,64px);display:grid;position:relative;overflow:visible;box-shadow:inset 0 1px #ffffffd1}.profile-hero-card:before{content:"";pointer-events:none;background:linear-gradient(135deg,#fffaf08f,#8fb39929),radial-gradient(circle at 68% 42%,#8fb8df33,#0000 48%);border-radius:42px 999px 999px 42px;width:min(44%,460px);height:58%;position:absolute;inset:clamp(14px,2vw,24px) clamp(16px,2.4vw,30px) auto auto}.profile-hero-card:after{left:clamp(24px,4vw,52px);bottom:calc(var(--profile-hero-avatar-size) * -.09);width:calc(var(--profile-hero-avatar-size) * .86);height:calc(var(--profile-hero-avatar-size) * .18);filter:blur(10px);content:"";pointer-events:none;background:radial-gradient(#25302824,#0000 68%);border-radius:999px;position:absolute}.profile-avatar-render{--avatar-bg:#c7dfc7;--avatar-outline-color:#253028;--avatar-shadow-color:#8fb399;--avatar-outline-size:max(1px, 1.55cqi);--avatar-frame-base-size:0cqi;--avatar-frame-scale:1;--avatar-frame-size:calc(var(--avatar-frame-base-size) * var(--avatar-frame-scale));--avatar-frame-bg:transparent;--avatar-frame-shadow:none;--avatar-content-edge:#25302814;--avatar-depth-shadow:none;--avatar-outline-filter:drop-shadow(0 0 0 transparent);--avatar-depth-filter:drop-shadow(0 0 0 transparent);--avatar-overlay-opacity:.4;aspect-ratio:1;isolation:isolate;box-shadow:none;filter:var(--avatar-outline-filter) var(--avatar-depth-filter);background:0 0;border:0;border-radius:999px;place-items:center;display:inline-grid;position:relative;overflow:visible;container-type:inline-size}.profile-avatar-outline-layer,.profile-avatar-frame-layer,.profile-avatar-content{pointer-events:none;position:absolute}.profile-avatar-outline-layer{z-index:0;background:var(--avatar-outline-color);inset:0}.profile-avatar-frame-layer{inset:var(--avatar-outline-size);z-index:1;background:var(--avatar-frame-bg);box-shadow:var(--avatar-frame-shadow)}.profile-avatar-content{inset:calc(var(--avatar-outline-size) + var(--avatar-frame-size));z-index:2;isolation:isolate;background:var(--avatar-bg);box-shadow:0 0 0 max(1px, .34cqi) var(--avatar-content-edge);place-items:center;display:grid;overflow:hidden}.profile-avatar-render.avatar-shape-circle :is(.profile-avatar-outline-layer,.profile-avatar-frame-layer,.profile-avatar-content){border-radius:999px}.profile-avatar-render.avatar-shape-rounded-square :is(.profile-avatar-outline-layer,.profile-avatar-frame-layer,.profile-avatar-content){border-radius:24%}.profile-avatar-render.avatar-shape-square :is(.profile-avatar-outline-layer,.profile-avatar-frame-layer,.profile-avatar-content){border-radius:8%}.profile-avatar-render.avatar-shape-triangle :is(.profile-avatar-outline-layer,.profile-avatar-frame-layer,.profile-avatar-content){clip-path:polygon(50% 5%,56% 8%,61% 15%,94% 80%,96% 87%,93% 93%,86% 96%,14% 96%,7% 93%,4% 87%,6% 80%,39% 15%,44% 8%);border-radius:0}.profile-avatar-render.avatar-shape-diamond :is(.profile-avatar-outline-layer,.profile-avatar-frame-layer,.profile-avatar-content){clip-path:polygon(50% 3%,97% 50%,50% 97%,3% 50%);border-radius:0}.profile-avatar-render.avatar-shape-hexagon :is(.profile-avatar-outline-layer,.profile-avatar-frame-layer,.profile-avatar-content){clip-path:polygon(29% 6%,71% 6%,78% 10%,96% 45%,96% 55%,78% 90%,71% 94%,29% 94%,22% 90%,4% 55%,4% 45%,22% 10%);border-radius:0}.profile-avatar-render.avatar-shape-pentagon :is(.profile-avatar-outline-layer,.profile-avatar-frame-layer,.profile-avatar-content){clip-path:polygon(50% 4%,57% 7%,94% 35%,97% 43%,81% 93%,74% 97%,26% 97%,19% 93%,3% 43%,6% 35%,43% 7%);border-radius:0}.profile-avatar-render.avatar-shape-octagon :is(.profile-avatar-outline-layer,.profile-avatar-frame-layer,.profile-avatar-content){clip-path:polygon(32% 4%,68% 4%,75% 7%,93% 25%,96% 32%,96% 68%,93% 75%,75% 93%,68% 96%,32% 96%,25% 93%,7% 75%,4% 68%,4% 32%,7% 25%,25% 7%);border-radius:0}.profile-avatar-render.avatar-shape-shield :is(.profile-avatar-outline-layer,.profile-avatar-frame-layer,.profile-avatar-content){clip-path:polygon(50% 4%,84% 15%,91% 22%,87% 62%,77% 82%,50% 96%,23% 82%,13% 62%,9% 22%,16% 15%);border-radius:0}.profile-avatar-render.avatar-shape-ticket :is(.profile-avatar-outline-layer,.profile-avatar-frame-layer,.profile-avatar-content){clip-path:polygon(6% 6%,38% 6%,50% 17%,62% 6%,94% 6%,94% 38%,83% 50%,94% 62%,94% 94%,62% 94%,50% 83%,38% 94%,6% 94%,6% 62%,17% 50%,6% 38%);border-radius:0}.profile-avatar-render.avatar-shape-leaf :is(.profile-avatar-outline-layer,.profile-avatar-frame-layer,.profile-avatar-content){clip-path:polygon(51% 3%,80% 9%,96% 31%,91% 63%,68% 90%,35% 96%,10% 78%,4% 45%,19% 18%);border-radius:0}.profile-avatar-render.avatar-shape-blob :is(.profile-avatar-outline-layer,.profile-avatar-frame-layer,.profile-avatar-content){border-radius:48% 52% 44% 56%/42% 34% 66% 58%}.profile-avatar-render.avatar-outline-none{--avatar-outline-size:0cqi}.profile-avatar-render.avatar-outline-thin{--avatar-outline-size:max(1px, 1.55cqi)}.profile-avatar-render.avatar-outline-thick{--avatar-outline-size:max(2px, 3.8cqi)}.profile-avatar-render.avatar-outline-double{--avatar-outline-size:max(2px, 4.6cqi)}.profile-avatar-render.avatar-outline-double .profile-avatar-frame-layer{background:color-mix(in srgb, var(--avatar-bg) 78%, #fffaf0)}.profile-avatar-render.avatar-outline-dashed{--avatar-outline-size:max(2px, 3.4cqi)}.profile-avatar-render.avatar-outline-dashed .profile-avatar-outline-layer{background:repeating-conic-gradient(var(--avatar-outline-color) 0deg 12deg, transparent 12deg 22deg)}.profile-avatar-render.avatar-outline-glow{--avatar-outline-size:max(1px, 2.2cqi);--avatar-outline-filter:drop-shadow(0 0 clamp(6px, 2cqi, 18px) color-mix(in srgb, var(--avatar-outline-color) 68%, transparent))}.profile-avatar-render.avatar-outline-neon{--avatar-outline-size:max(1px, 2.2cqi);--avatar-outline-filter:drop-shadow(0 0 clamp(5px, 1.4cqi, 13px) color-mix(in srgb, var(--avatar-outline-color) 72%, transparent)) drop-shadow(0 0 clamp(9px, 2.8cqi, 24px) color-mix(in srgb, var(--avatar-outline-color) 42%, transparent))}.profile-avatar-render.avatar-border-none{--avatar-frame-base-size:0cqi;--avatar-frame-bg:transparent;--avatar-frame-shadow:none}.profile-avatar-render.avatar-border-classic{--avatar-frame-base-size:3.8cqi;--avatar-frame-bg:#fffaf0ad;--avatar-frame-shadow:inset 0 0 0 max(1px, .46cqi) #25302821}.profile-avatar-render.avatar-border-arcade{--avatar-frame-base-size:4.2cqi;--avatar-frame-bg:linear-gradient(180deg, #25302833, #25302857);--avatar-frame-shadow:inset 0 0 0 max(1px, .5cqi) #fffaf061}.profile-avatar-render.avatar-border-royal{--avatar-frame-base-size:6.8cqi;--avatar-frame-bg:linear-gradient(135deg, #f1c94f 0%, #fff0a7 48%, #d4aa2c 100%);--avatar-frame-shadow:inset 0 0 0 max(1px, .58cqi) #25302829}.profile-avatar-render.avatar-border-minimal{--avatar-frame-base-size:1.8cqi;--avatar-frame-bg:#fffaf0d1;--avatar-frame-shadow:inset 0 0 0 max(1px, .42cqi) #8fb39973}.profile-avatar-render.avatar-border-puzzle{--avatar-frame-base-size:5.4cqi;--avatar-frame-bg:linear-gradient(135deg, #8fb399b8, #f6dc829e, #bcd6ef9e);--avatar-frame-shadow:inset 0 0 0 max(1px, .5cqi) #2530281f}.profile-avatar-render.avatar-border-chessboard{--avatar-frame-base-size:5.2cqi;--avatar-frame-bg:conic-gradient(#25302857 25%, #fffaf070 0 50%, #25302857 0 75%, #fffaf070 0);--avatar-frame-shadow:inset 0 0 0 max(1px, .5cqi) #25302829}.profile-avatar-render.avatar-border-daily-streak{--avatar-frame-base-size:5cqi;--avatar-frame-bg:linear-gradient(135deg, #f0b86bd1, #f6dc82c2);--avatar-frame-shadow:inset 0 0 0 max(1px, .5cqi) #a1712533}.profile-avatar-render.avatar-border-ranked{--avatar-frame-base-size:6cqi;--avatar-frame-bg:linear-gradient(135deg, #f6dc82e6, #25302847, #f6dc82cc);--avatar-frame-shadow:inset 0 0 0 max(1px, .55cqi) #2530282e}.profile-avatar-render.avatar-shadow-soft{--avatar-depth-filter:drop-shadow(0 clamp(5px, 2cqi, 14px) clamp(8px, 3.4cqi, 20px) #27372f38)}.profile-avatar-render.avatar-shadow-hard{--avatar-depth-filter:drop-shadow(clamp(2px, .9cqi, 6px) clamp(2px, 1cqi, 7px) 0 #27372f3d)}.profile-avatar-render.avatar-shadow-glow{--avatar-depth-filter:drop-shadow(0 0 clamp(6px, 2.3cqi, 17px) color-mix(in srgb, var(--avatar-shadow-color) 42%, transparent))}.profile-avatar-render.avatar-shadow-long{--avatar-depth-filter:drop-shadow(clamp(2px, .7cqi, 5px) clamp(2px, .8cqi, 6px) 0 #27372f26) drop-shadow(clamp(3px, 1.1cqi, 7px) clamp(3px, 1.2cqi, 8px) clamp(4px, 1.3cqi, 9px) #27372f1f)}.profile-avatar-render.avatar-shadow-lift{--avatar-depth-filter:drop-shadow(0 clamp(1px, .8cqi, 5px) 0 #fffaf0db) drop-shadow(0 clamp(7px, 2.8cqi, 18px) clamp(9px, 3.8cqi, 24px) #27372f38)}.profile-avatar-render.avatar-shadow-halo{--avatar-depth-filter:drop-shadow(0 0 clamp(3px, 1.2cqi, 7px) color-mix(in srgb, var(--avatar-shadow-color) 22%, transparent)) drop-shadow(0 0 clamp(8px, 2.8cqi, 18px) color-mix(in srgb, var(--avatar-shadow-color) 36%, transparent))}.profile-avatar-render.avatar-shadow-pop{--avatar-depth-filter:drop-shadow(clamp(1px, .45cqi, 4px) clamp(1px, .45cqi, 4px) 0 #fffaf0d1) drop-shadow(clamp(2px, .85cqi, 6px) clamp(2px, .85cqi, 6px) 0 color-mix(in srgb, var(--avatar-shadow-color) 34%, transparent)) drop-shadow(clamp(3px, 1.1cqi, 8px) clamp(3px, 1.1cqi, 8px) clamp(4px, 1.4cqi, 9px) #27372f21)}.profile-avatar-render.avatar-shadow-ambient{--avatar-depth-filter:drop-shadow(clamp(-14px, -3cqi, -6px) clamp(-12px, -2.6cqi, -5px) clamp(10px, 3.8cqi, 22px) color-mix(in srgb, var(--avatar-shadow-color) 18%, transparent)) drop-shadow(clamp(6px, 2.6cqi, 14px) clamp(8px, 3cqi, 18px) clamp(10px, 4cqi, 22px) #27372f21)}.profile-avatar-render.avatar-shadow-spotlight{--avatar-depth-filter:drop-shadow(0 clamp(-12px, -2.4cqi, -5px) clamp(8px, 3cqi, 18px) #fffaf07a) drop-shadow(0 clamp(7px, 2.8cqi, 16px) clamp(10px, 3.8cqi, 22px) color-mix(in srgb, var(--avatar-shadow-color) 28%, transparent))}.profile-avatar-render.avatar-shadow-double{--avatar-depth-filter:drop-shadow(clamp(1px, .45cqi, 4px) clamp(1px, .45cqi, 4px) 0 color-mix(in srgb, var(--avatar-shadow-color) 36%, transparent)) drop-shadow(clamp(2px, .85cqi, 6px) clamp(2px, .85cqi, 6px) 0 #27372f21) drop-shadow(clamp(3px, 1.1cqi, 8px) clamp(3px, 1.1cqi, 8px) clamp(4px, 1.4cqi, 9px) #27372f1f)}.profile-avatar-render.avatar-shadow-cutout{--avatar-depth-filter:drop-shadow(0 0 clamp(5px, 2cqi, 12px) #27372f2e) drop-shadow(0 clamp(2px, .9cqi, 6px) 0 #27372f24)}.profile-avatar-render.avatar-shadow-sticker{--avatar-depth-filter:drop-shadow(0 clamp(1px, .8cqi, 4px) 0 #fffaf0d1) drop-shadow(0 clamp(3px, 1.6cqi, 8px) 0 color-mix(in srgb, var(--avatar-shadow-color) 34%, transparent)) drop-shadow(0 clamp(6px, 2.6cqi, 14px) clamp(8px, 3.4cqi, 20px) #27372f24)}.profile-avatar-render.avatar-animation-bounce.avatar-animation-active{animation:.92s cubic-bezier(.22,1,.36,1) both avatar-burst-bounce}.profile-avatar-render.avatar-animation-wiggle.avatar-animation-active{animation:.92s ease-in-out both avatar-burst-wiggle}.profile-avatar-render.avatar-animation-glow-pop.avatar-animation-active{animation:.92s ease-in-out both avatar-burst-glow-pop}.profile-avatar-render.avatar-animation-float.avatar-animation-active{animation:1.25s ease-in-out both avatar-burst-float}.profile-avatar-render.avatar-animation-pulse.avatar-animation-active{animation:.9s ease-in-out both avatar-burst-pulse}.profile-avatar-render.avatar-animation-squish.avatar-animation-active{animation:.86s cubic-bezier(.22,1,.36,1) both avatar-burst-squish}.profile-avatar-render.avatar-animation-tilt-pop.avatar-animation-active{animation:.96s cubic-bezier(.2,1.18,.34,1) both avatar-burst-tilt-pop}.profile-avatar-render.avatar-animation-slide.avatar-animation-active{animation:.98s cubic-bezier(.22,1,.36,1) both avatar-burst-slide}.profile-avatar-render.avatar-animation-twirl.avatar-animation-active{animation:1.08s cubic-bezier(.2,1.08,.34,1) both avatar-burst-twirl}.profile-avatar-render.avatar-animation-blink.avatar-animation-active{animation:.76s ease-in-out both avatar-burst-blink}.profile-avatar-render.avatar-animation-spark.avatar-animation-active{animation:1.04s ease-in-out both avatar-burst-spark}@keyframes avatar-burst-bounce{0%,to{translate:0;scale:1}34%{translate:0 -5%;scale:1.04 .98}58%{translate:0 1.4%;scale:.99 1.015}76%{translate:0 -1%;scale:1.01 .995}}@keyframes avatar-burst-wiggle{0%,to{rotate:0deg}18%{rotate:-5deg}34%{rotate:5deg}50%{rotate:-3deg}66%{rotate:2deg}}@keyframes avatar-burst-glow-pop{0%,to{filter:none;scale:1}30%{filter:drop-shadow(0 0 clamp(6px, 2.2cqi, 18px) color-mix(in srgb, var(--avatar-shadow-color) 60%, transparent));scale:1.04}54%{filter:drop-shadow(0 0 clamp(4px, 1.4cqi, 12px) color-mix(in srgb, var(--avatar-shadow-color) 34%, transparent));scale:.99}72%{filter:drop-shadow(0 0 clamp(5px, 1.8cqi, 15px) color-mix(in srgb, var(--avatar-shadow-color) 48%, transparent));scale:1.02}}@keyframes avatar-burst-float{0%,to{translate:0;rotate:0deg}38%{translate:0 -3.2%;rotate:-1.5deg}68%{translate:0 -1.2%;rotate:1deg}}@keyframes avatar-burst-pulse{0%,to{filter:none;scale:1}28%{filter:saturate(1.08);scale:1.055}52%{scale:.985}74%{filter:saturate(1.04);scale:1.025}}@keyframes avatar-burst-squish{0%,to{translate:0;scale:1}24%{translate:0 2.2%;scale:1.08 .9}46%{translate:0 -2.2%;scale:.95 1.08}68%{translate:0 .7%;scale:1.025 .985}}@keyframes avatar-burst-tilt-pop{0%,to{rotate:0deg;scale:1}22%{rotate:-4.5deg;scale:1.045}48%{rotate:4deg;scale:1.02}72%{rotate:-1.4deg;scale:1.012}}@keyframes avatar-burst-slide{0%,to{translate:0;rotate:0deg}25%{translate:-3.2%;rotate:-1.4deg}52%{translate:3.2%;rotate:1.4deg}76%{translate:0 -1.3%;rotate:0deg}}@keyframes avatar-burst-twirl{0%,to{rotate:0deg;scale:1}20%{rotate:8deg;scale:1.02}46%{rotate:-10deg;scale:1.035}72%{rotate:4deg;scale:1.01}}@keyframes avatar-burst-blink{0%,to{opacity:1;scale:1}18%{opacity:.72;scale:.99}32%{opacity:1;scale:1.01}50%{opacity:.8}66%{opacity:1}}@keyframes avatar-burst-spark{0%,to{filter:none;scale:1}18%{filter:brightness(1.08)saturate(1.08)drop-shadow(0 0 3cqi #f6dc82a3);scale:1.025}42%{filter:brightness(1.14)saturate(1.12)drop-shadow(0 0 7cqi #f6dc82b8);scale:1.055}66%{filter:brightness(1.04)saturate(1.04)drop-shadow(0 0 3cqi #f6dc8275);scale:.99}}@media (prefers-reduced-motion:reduce){.profile-avatar-render[class*=avatar-animation-]{animation:none}}.profile-avatar-pattern-layer,.profile-avatar-overlay-layer{z-index:0;pointer-events:none;position:absolute;inset:0}.profile-avatar-render.avatar-pattern-chessboard .profile-avatar-pattern-layer{background-color:#0000;background-image:linear-gradient(45deg,#25302829 25%,#0000 25% 75%,#25302829 75%),linear-gradient(45deg,#25302829 25%,#0000 25% 75%,#25302829 75%);background-position:0 0,9cqi 9cqi;background-repeat:repeat,repeat;background-size:18cqi 18cqi;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.profile-avatar-render.avatar-pattern-dots .profile-avatar-pattern-layer,.profile-avatar-render.avatar-overlay-dots .profile-avatar-overlay-layer{background-image:radial-gradient(circle,#25302838 0 9%,#0000 10%);background-size:13cqi 13cqi}.profile-avatar-render.avatar-pattern-lines .profile-avatar-pattern-layer,.profile-avatar-render.avatar-overlay-lines .profile-avatar-overlay-layer{background-image:repeating-linear-gradient(90deg,#2530282e 0 1.4cqi,#0000 1.4cqi 10cqi)}.profile-avatar-render.avatar-pattern-diagonal-stripes .profile-avatar-pattern-layer{background-image:repeating-linear-gradient(135deg,#ffffff47 0 6cqi,#2530281a 6cqi 12cqi)}.profile-avatar-render.avatar-pattern-stars .profile-avatar-pattern-layer,.profile-avatar-render.avatar-overlay-stars .profile-avatar-overlay-layer,.profile-avatar-render.avatar-overlay-sparkle-dust .profile-avatar-overlay-layer{background-image:radial-gradient(circle at 20% 28%,#ffffffbd 0 1.5cqi,#0000 2.4cqi),radial-gradient(circle at 70% 62%,#f6dc82b8 0 1.5cqi,#0000 2.4cqi),radial-gradient(circle at 44% 78%,#ffffff94 0 .8cqi,#0000 1.6cqi)}.profile-avatar-render.avatar-pattern-noise .profile-avatar-pattern-layer{background-image:radial-gradient(circle,#25302824 0 .8cqi,#0000 .9cqi);background-size:5cqi 5cqi}.profile-avatar-render.avatar-pattern-puzzle .profile-avatar-pattern-layer{background-image:radial-gradient(circle at 25%,#ffffff52 0 8%,#0000 9%),radial-gradient(circle at 75%,#25302821 0 8%,#0000 9%);background-size:34cqi 34cqi}.profile-avatar-render.avatar-pattern-tactical-arrows .profile-avatar-pattern-layer,.profile-avatar-render.avatar-overlay-tactical-arrows .profile-avatar-overlay-layer{background-image:linear-gradient(135deg,#0000 42%,#2530282e 43% 48%,#0000 49%),linear-gradient(45deg,#0000 58%,#25302829 59% 64%,#0000 65%);background-size:31cqi 31cqi}.profile-avatar-render.avatar-overlay-grid .profile-avatar-overlay-layer,.profile-avatar-render.avatar-overlay-board-coordinates .profile-avatar-overlay-layer{background-image:linear-gradient(#2530282e .8cqi,#0000 .9cqi),linear-gradient(90deg,#2530282e .8cqi,#0000 .9cqi);background-size:16cqi 16cqi}.profile-avatar-render.avatar-overlay-light-rays .profile-avatar-overlay-layer{background:conic-gradient(#ffffff52,#0000 18deg,#ffffff47 42deg,#0000 68deg,#f6dc8242 90deg,#0000 116deg)}.profile-avatar-overlay-layer{opacity:var(--avatar-overlay-opacity)}.profile-avatar-render img{z-index:1;object-fit:contain;transform-origin:50%;width:112%;height:112%;position:relative}.avatar-piece-variant-white-gold img{filter:drop-shadow(0 3cqi 2.6cqi #44371833)sepia(.16)saturate(1.2)}.avatar-piece-variant-black-gold img{filter:drop-shadow(0 3cqi 2.6cqi #44371842)brightness(.76)sepia(.35)saturate(1.25)}.avatar-piece-variant-mint img{filter:drop-shadow(0 3cqi 2.6cqi #25503a38)hue-rotate(50deg)saturate(.9)}.avatar-piece-variant-rose img{filter:drop-shadow(0 3cqi 2.6cqi #78314233)sepia(.2)hue-rotate(300deg)saturate(1.12)}.avatar-piece-variant-shadow img{filter:drop-shadow(0 3.7cqi 2.6cqi #00000047)brightness(.68)contrast(1.1)}.avatar-piece-variant-neon img{filter:drop-shadow(0 0 clamp(3px,1.2cqi,8px) #55f0c79e)drop-shadow(0 0 clamp(5px,2.1cqi,14px) #55f0c74d)saturate(1.12)}.avatar-piece-variant-royal img{filter:drop-shadow(0 0 2.6cqi #f6dc82b8)sepia(.16)saturate(1.14)}.profile-avatar-accessory{z-index:3;color:#2d2b28;transform-origin:50%;text-shadow:none;pointer-events:none;font-size:34cqi;font-style:normal;font-weight:950;line-height:1;position:absolute;top:50%;left:50%;translate:-50% -50%}.profile-avatar-accessory.accessory-lollipop,.profile-avatar-accessory.accessory-heart{color:#d64f72}.profile-avatar-accessory.accessory-sparkles,.profile-avatar-accessory.accessory-crown,.profile-avatar-accessory.accessory-badge,.profile-avatar-accessory.accessory-lightning{color:#e1bf46}.profile-avatar-accessory.accessory-halo,.profile-avatar-accessory.accessory-orbit-ring{color:#fffaf0f0;text-shadow:0 0 3.8cqi #f6dc82b8}.profile-avatar-accessory.accessory-fire{color:#e97649}.profile-avatar-accessory.accessory-mask,.profile-avatar-accessory.accessory-glasses,.profile-avatar-accessory.accessory-sunglasses{color:#253028}.profile-avatar-accessory.accessory-wings{color:#fffaf0e6;text-shadow:0 1.2cqi #25302824}.profile-avatar-accessory.accessory-slot-two{z-index:2}.profile-avatar-accessory.accessory-slot-three{z-index:4}.profile-avatar-sticker{z-index:5;border:.12em solid var(--avatar-sticker-border-color);min-width:1.9em;min-height:1.45em;color:var(--avatar-sticker-text-color);background:color-mix(in srgb, var(--avatar-sticker-bg) 86%, white);white-space:nowrap;transform-origin:50%;pointer-events:none;border-radius:.48em;place-items:center;padding:.18em .34em;font-size:15cqi;font-style:normal;font-weight:950;line-height:1;display:inline-grid;position:absolute;top:50%;left:50%;overflow:hidden;translate:-50% -50%;box-shadow:0 .18em #d3b04852,0 .4em .85em #27372f29}.profile-avatar-sticker:after{z-index:-1;border-radius:inherit;content:"";pointer-events:none;position:absolute;inset:0}.profile-avatar-sticker.sticker-two{z-index:6}.profile-avatar-sticker.sticker-three{z-index:7}.profile-avatar-render.avatar-sticker-frame-none .profile-avatar-sticker{min-width:auto;min-height:auto;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;overflow:visible}.profile-avatar-render.avatar-sticker-frame-none .profile-avatar-sticker:after{display:none}.profile-avatar-render.avatar-sticker-frame-soft .profile-avatar-sticker{border-color:color-mix(in srgb, var(--avatar-sticker-border-color) 62%, transparent);background:color-mix(in srgb, var(--avatar-sticker-bg) 56%, white);border-radius:.9em;box-shadow:0 .16em .75em #27372f2e}.profile-avatar-render.avatar-sticker-frame-label .profile-avatar-sticker{border-radius:999px;min-height:1.2em}.profile-avatar-render.avatar-sticker-frame-stamp .profile-avatar-sticker{border-style:dashed;border-radius:.18em;rotate:-2deg}.profile-avatar-render.avatar-sticker-frame-bubble .profile-avatar-sticker{background:radial-gradient(circle at 25% 20%, #ffffffb8, transparent 38%), color-mix(in srgb, var(--avatar-sticker-bg) 74%, white);border-radius:1.25em}.profile-avatar-render.avatar-sticker-overlay-shine .profile-avatar-sticker:after{background:linear-gradient(135deg,#ffffffb8 0 28%,#0000 29% 100%)}.profile-avatar-render.avatar-sticker-overlay-dots .profile-avatar-sticker:after{background-image:radial-gradient(circle,#2530282e 0 .12em,#0000 .14em);background-size:.42em .42em}.profile-avatar-render.avatar-sticker-overlay-lines .profile-avatar-sticker:after{background-image:repeating-linear-gradient(135deg,#ffffff42 0 .18em,#0000 .18em .38em)}.profile-avatar-render.avatar-sticker-overlay-sparkle .profile-avatar-sticker:after{background-image:radial-gradient(circle at 18% 28%,#ffffffc7 0 .12em,#0000 .14em),radial-gradient(circle at 78% 70%,#ffffff94 0 .1em,#0000 .12em)}.profile-avatar-render.avatar-sticker-overlay-glass .profile-avatar-sticker:after{background:linear-gradient(#ffffff8f,#0000 52%),linear-gradient(90deg,#0000,#ffffff3d,#0000)}.profile-hero-avatar-area{z-index:3;width:calc(var(--profile-hero-avatar-size) + clamp(22px, 3vw, 48px));place-items:center;min-width:0;margin-block:0;display:grid;position:absolute;top:50%;left:clamp(20px,3.2vw,52px);transform:translateY(-50%)}.profile-avatar-edit-button{z-index:2;width:min(100%, calc(var(--profile-hero-avatar-size) + 16px));min-height:calc(var(--profile-hero-avatar-size) + 16px);box-shadow:none;background:0 0;border:0;border-radius:999px;justify-self:center;place-items:center;padding:0;display:grid;position:relative}.profile-avatar-edit-button:before{z-index:-2;background:radial-gradient(circle at 58% 38%, #fffaf080, transparent 38%), color-mix(in srgb, var(--avatar-shadow-color,#8fb399) 24%, transparent);filter:blur(18px);content:"";pointer-events:none;border-radius:999px;position:absolute;inset:4%}.profile-avatar-edit-button:after{z-index:-1;content:"";pointer-events:none;background:radial-gradient(circle,#fffdf72e,#0000 70%);border:1px solid #fffaf080;border-radius:999px;position:absolute;inset:10%}.profile-avatar-edit-button:hover:not(:disabled){box-shadow:none;background:0 0;transform:none}.profile-avatar-view-only{cursor:default}.profile-avatar-edit-button>span:last-child{z-index:4;color:#253028;background:#f6dc82;border-radius:999px;padding:8px 11px;font-size:.78rem;font-weight:950;position:absolute;bottom:clamp(24px,13%,48px);right:clamp(10px,5%,24px);box-shadow:0 4px #d3b04857,0 8px 18px #27372f29}.profile-avatar-rank-badges{z-index:5;width:min(100%, calc(var(--profile-hero-avatar-size) + 72px));flex-wrap:wrap;justify-content:center;gap:6px;padding:3px 4px 7px;display:flex;position:static;overflow:visible}.profile-avatar-rank-badges.is-scrollable{-webkit-mask-image:none;mask-image:none}.profile-avatar-rank-badge{color:#253028;white-space:nowrap;background:#fffdf7e6;border:1px solid #fffdf7c2;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:4px;min-height:28px;padding:5px 8px;font-size:clamp(.64rem,.8vw,.76rem);font-weight:950;line-height:1;display:inline-flex;box-shadow:0 5px #27372f1f,0 10px 18px #27372f29}.profile-avatar-rank-badge.is-rank-1{background:linear-gradient(135deg,#fff0a8,#f0c94b)}.profile-avatar-rank-badge.is-rank-2{background:linear-gradient(135deg,#f6f7f1,#cfd7d1)}.profile-avatar-rank-badge.is-rank-3{background:linear-gradient(135deg,#f2caa0,#d69b62)}.profile-avatar-rank-badge.is-seed{border-color:#7ea68580}.profile-hero-avatar{width:var(--profile-hero-avatar-size);height:var(--profile-hero-avatar-size);filter:drop-shadow(0 18px 24px #27372f2e);max-width:calc(100% - 10px);transform:none}.profile-hero-card h3{text-overflow:ellipsis;white-space:nowrap;letter-spacing:0;max-width:min(100%,840px);margin:0;font-size:clamp(3rem,5.7vw,5.35rem);line-height:.9;overflow:hidden}.profile-hero-copy{z-index:1;gap:clamp(10px,1.2vw,16px);min-width:0;padding:clamp(4px,.8vw,10px) 0;display:grid;position:relative}.profile-hero-title-row{grid-template-columns:minmax(0,1fr);align-items:start;gap:clamp(12px,1.8vw,22px);min-width:0;padding-right:clamp(118px,16vw,180px);display:grid}.profile-hero-title-row>div{min-width:0}.profile-hero-status-row{align-items:center;gap:10px;max-width:100%;margin-bottom:6px;display:inline-flex}.profile-hero-status-row .eyebrow{margin:0}.profile-guest-signin-button{color:#202124;white-space:nowrap;cursor:pointer;background:#f8dc74;border:0;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:32px;padding:3px 14px;font-size:.78rem;font-weight:950;line-height:1;display:inline-flex;transform:rotate(-1deg);box-shadow:0 4px #d9bc5b94,0 8px 12px #574e3121,inset 0 1px #fff5b0d1}.profile-guest-signin-button:hover,.profile-guest-signin-button:focus-visible{background:#f8dc74;outline:none;transform:translateY(1px)rotate(-1deg);box-shadow:0 2px #d9bc5b94,0 5px 9px #574e3124,inset 0 1px #fff5b0d1}.profile-hero-readonly-field,.profile-hero-edit-field{gap:6px;min-width:0;display:grid}.profile-hero-readonly-field>span,.profile-hero-edit-field>span{color:#8fad98;letter-spacing:.22em;text-transform:uppercase;font-size:clamp(.72rem,1vw,.9rem);font-weight:950;line-height:1}.profile-hero-edit-field textarea,.profile-hero-edit-field input{color:#202428;width:100%;min-width:0;font:inherit;cursor:text;background:0 0;border:1px solid #0000;border-radius:16px;outline:none;transition:border-color .16s,background .16s,box-shadow .16s;box-shadow:inset 0 0 0 1px #0000}.profile-hero-edit-field textarea:hover,.profile-hero-edit-field input:hover{background:#fffdf75c;border-color:#7ea6854d}.profile-hero-edit-field textarea:focus,.profile-hero-edit-field input:focus{background:#fffdf7c2;border-color:#7ea68594;box-shadow:0 5px #53775c1a}.profile-hero-name-edit input,.profile-hero-name-edit textarea{resize:none;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0;max-width:min(100%,760px);margin-left:-10px;padding:6px 10px;font-size:clamp(2.75rem,4.8vw,5.35rem);font-weight:950;line-height:.9;overflow:hidden}.profile-hero-name-edit textarea{min-height:calc(1.08*clamp(2.75rem,4.8vw,5.35rem))}.profile-hero-tagline-readonly p,.profile-hero-tagline-edit input{color:#66756d;max-width:44ch;margin:0;font-size:clamp(1rem,1.65vw,1.35rem);font-weight:750;line-height:1.2}.profile-hero-tagline-edit input{margin-left:-10px;padding:5px 10px}.profile-hero-tagline-control{align-items:center;gap:10px;width:min(100%,720px);min-width:0;display:flex}.profile-hero-tagline-control input{flex:auto}.profile-hero-country-control{align-items:center;gap:10px;width:min(100%,420px);min-width:0;display:flex}.profile-hero-country-control select{color:#202428;min-width:0;min-height:40px;font:inherit;background:#fffdf7b8;border:1px solid #7ea68552;border-radius:14px;flex:auto;padding:6px 10px;font-weight:750}.profile-country-visibility-toggle{color:#314037;background:#fffdf7a8;border:1px solid #7ea68547;border-radius:999px;flex:none;align-items:center;gap:6px;min-height:40px;padding:7px 12px;font-size:.78rem;font-weight:950;display:inline-flex}.profile-country-visibility-toggle input{accent-color:#78a98f;width:16px;height:16px}.profile-random-tagline-button{color:#253028;white-space:nowrap;cursor:pointer;background:linear-gradient(#f9e288eb,#ebcd6feb);border:1px solid #e0ca85bd;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:6px;min-height:40px;padding:7px 13px;font-size:.78rem;font-weight:950;line-height:1;display:inline-flex;box-shadow:0 4px #d3b04857,inset 0 1px #ffffff9e}.profile-random-tagline-button:hover,.profile-random-tagline-button:focus-visible{background:linear-gradient(#f9e288eb,#ebcd6feb);outline:none;transform:translateY(1px);box-shadow:0 2px #d3b04857,inset 0 1px #ffffff9e}.profile-hero-tagline-edit input::placeholder{color:#66756d94}.profile-hero-copy>p{color:#66756d;max-width:44ch;margin:0;font-size:clamp(1rem,1.65vw,1.35rem);font-weight:750;line-height:1.2}.profile-share-button,.profile-personality-card button{color:#253028;cursor:pointer;background:#fffdf7d6;border:1px solid #7ea6858c;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:8px 13px;font-weight:950;display:inline-flex;box-shadow:0 5px #53775c24}.profile-share-button{z-index:2;white-space:nowrap;justify-self:end;margin-top:0;position:absolute;top:clamp(22px,3vw,38px);right:clamp(22px,3vw,38px)}.profile-personality-strip{flex-wrap:wrap;gap:7px;margin-top:0;display:flex}.profile-personality-strip button{color:#53645c;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;background:#fffdf7b8;border:1px solid #7ea68552;border-radius:999px;max-width:100%;padding:6px 9px;font-size:.74rem;font-weight:950;line-height:1;overflow:hidden}.profile-personality-strip button:hover,.profile-personality-strip button:focus-visible{color:#253028;background:#f1dd9b6b;border-color:#7ea685b8}.profile-personality-card{background:linear-gradient(135deg,#fff6d2d1,#e8f3ebb8);border:1px solid #e0ca85b8;border-radius:20px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;margin-top:16px;padding:16px;display:grid}.profile-personality-card h3,.profile-personality-card p{margin:0}.profile-personality-card h3{color:#253028;font-size:1.28rem}.profile-personality-card p:not(.eyebrow){color:#66756d;margin-top:5px;font-weight:850}.profile-museum-grid{grid-template-columns:minmax(0,1.25fr) repeat(2,minmax(170px,.55fr));gap:12px;margin-top:16px;display:grid}.profile-museum-card,.profile-skill-radar-card,.profile-clock-card,.profile-piece-grid-card,.profile-share-card-grid article{background:radial-gradient(circle at 12% 12%,#f6dc8238,#0000 8rem),linear-gradient(#fffdf7f5,#f7f2e3bd);border:1px solid #ded9cbf2;border-radius:20px;min-width:0;padding:16px;position:relative;box-shadow:inset 0 1px #ffffffd6,0 10px 24px #27372f14}.profile-museum-card{align-content:space-between;gap:10px;min-height:170px;display:grid}.profile-museum-card-wide{min-height:220px}.profile-card-topline,.profile-chart-heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.profile-card-topline h3,.profile-museum-card h3,.profile-skill-radar-card h3{color:#253028;margin:0;font-size:clamp(1.2rem,2.4vw,1.8rem);line-height:1}.profile-museum-card p{color:#66756d;margin:0;font-weight:850;line-height:1.25}.profile-museum-card>strong{color:#253028;font-size:clamp(1.35rem,3vw,2.1rem);line-height:.95}.profile-museum-card>small{color:#66756d;font-weight:850}.profile-card-share-button{color:#253028;cursor:pointer;background:#fffdf7db;border:1px solid #7ea68573;border-radius:999px;align-items:center;gap:6px;min-height:34px;padding:7px 10px;font-size:.76rem;font-weight:950;display:inline-flex;box-shadow:0 4px #53775c1f}.profile-card-share-button.is-copied{background:#cfe8dee6;border-color:#7ea685b8}.profile-card-share-button.is-error{background:#ffece2eb;border-color:#b862526b}.profile-share-button:disabled,.profile-card-share-button:disabled,.profile-share-primary-action:disabled{cursor:progress;opacity:.82}.profile-card-share-button.is-copying,.profile-share-primary-action.is-copying{background:#f7f2e3eb;border-color:#7ea6859e}.profile-mini-line{width:100%;min-height:74px;overflow:visible}.profile-mini-line polygon{fill:#8fb39942}.profile-mini-line polyline{fill:none;stroke:#6f9178;stroke-width:5px;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 4px #53775c1f)}.profile-progress-ring{--ring-value:0%;background:radial-gradient(circle, #fffaf0 0 57%, transparent 58%), conic-gradient(#8fb399 0 var(--ring-value), #ded9cbc7 var(--ring-value) 100%);border-radius:999px;justify-self:start;place-items:center;width:96px;height:96px;display:inline-grid;box-shadow:inset 0 0 0 1px #ded9cbcc,0 10px 20px #27372f1a}.profile-progress-ring b{color:#253028;font-size:1.35rem;line-height:1}.profile-progress-ring small{color:#66756d;text-transform:uppercase;font-size:.64rem;font-weight:950}.profile-daily-highlight-grid,.profile-time-museum-grid,.profile-piece-lab-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:12px 0;display:grid}.profile-daily-highlight-grid article{background:#fffdf7db;border:1px solid #ded9cbeb;border-radius:18px;grid-template-columns:auto minmax(0,1fr);gap:12px;min-width:0;padding:16px;display:grid}.profile-daily-highlight-grid small,.profile-clock-card small,.profile-piece-grid-card small{color:#66756d;font-weight:850}.profile-daily-highlight-grid strong,.profile-clock-card strong,.profile-piece-grid-card strong{color:#253028;font-size:1.1rem;line-height:1;display:block}.profile-daily-highlight-grid p{color:#66756d;margin:5px 0 0;font-size:.82rem;font-weight:800;line-height:1.25}.profile-calendar-heatmap{background:#e8f3eb75;border-radius:18px;grid-template-columns:repeat(14,minmax(12px,1fr));gap:7px;padding:12px;display:grid}.profile-calendar-heatmap span{aspect-ratio:1;background:rgba(143, 179, 153, var(--heat));border-radius:7px;box-shadow:inset 0 -3px #53775c1f}.profile-skill-radar-card{grid-template-columns:minmax(0,.82fr) minmax(220px,1fr);align-items:center;gap:16px;margin-top:14px;display:grid}.profile-skill-radar-card p{color:#66756d;font-weight:850;line-height:1.25}.profile-radar-chart{justify-self:center;width:min(100%,360px);display:block;overflow:hidden}.profile-radar-chart circle{fill:none;stroke:#7ea68547;stroke-width:1px}.profile-radar-chart line{stroke:#7ea6854d;stroke-width:1px}.profile-radar-chart polygon{fill:#8fb3996b;stroke:#6f9178;stroke-width:4px;stroke-linejoin:round;filter:drop-shadow(0 10px 12px #53775c29)}.profile-radar-chart text{fill:#53645c;dominant-baseline:middle;font-size:9px;font-weight:950}.profile-piece-grid-card{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.profile-piece-grid-card span{background:#fffdf7b8;border:1px solid #ded9cbb8;border-radius:16px;align-content:start;gap:7px;min-width:0;min-height:148px;padding:12px;display:grid;box-shadow:inset 0 0 0 1px #7ea68529}.profile-piece-grid-card span.is-top-signal{background:linear-gradient(135deg,#e8f3ebdb,#fff6d294);border-color:#8fb399d1;box-shadow:inset 0 0 0 1px #7ea68538,0 10px 20px #5d75671a}.profile-piece-grid-card img{object-fit:contain;width:72px;height:72px}.profile-piece-grid-card strong,.profile-piece-grid-card small{min-width:0}.profile-piece-grid-card small{color:#66756d;font-weight:900}.profile-piece-grid-card small b{color:#253028}.profile-piece-mini-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.profile-piece-mini-stats span{color:#53645c;background:#f4faf2b8;border-radius:10px;min-height:0;padding:7px;box-shadow:inset 0 0 0 1px #7ea6851f}.profile-piece-mini-stats span.is-negative{color:#8d5a51;background:#efc7bd57;box-shadow:inset 0 0 0 1px #be70621f}.profile-piece-mini-stats b{color:inherit;display:block}.profile-archetype-reason{background:#f4faf29e;border:1px dashed #8fb3998f;border-radius:14px;padding:10px 12px;font-size:clamp(.82rem,1.12vw,.95rem)}.profile-piece-meter{background:#ded9cb6b;border:1px solid #7ea68547;border-radius:999px;width:100%;height:9px;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #27372f14}.profile-piece-meter i{width:var(--piece-meter);border-radius:inherit;background:linear-gradient(90deg,#8fb399,#f1d879);height:100%;display:block;box-shadow:0 0 10px #8fb39961}.profile-move-histogram{background:#e8f3eb8a;border-radius:14px;grid-template-columns:repeat(8,minmax(8px,1fr));align-items:end;gap:5px;min-height:80px;padding:9px;display:grid}.profile-move-histogram span{height:var(--move-bar);background:#f1dd9b;border-radius:999px 999px 6px 6px;min-height:10px;box-shadow:inset 0 -4px #53775c1f}.profile-data-note{color:#66756d;background:#f4faf29e;border:1px dashed #7ea6856b;border-radius:16px;margin:12px 0 0;padding:12px 14px;font-size:.84rem;font-weight:850}.profile-chart-legend{color:#66756d;margin:10px 0 0;font-size:.82rem;font-weight:850}.profile-time-museum-grid{grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr)}.profile-time-card-expanded{min-height:100%}.profile-clock-card{text-align:center;place-items:center;gap:10px;display:grid}.profile-activity-clock{background:radial-gradient(circle,#fffaf0f0 0 36%,#0000 37%),conic-gradient(from -90deg,#8fb39929,#f6dc823d,#bcd6ef33,#8fb39929);border-radius:999px;width:190px;height:190px;position:relative;box-shadow:inset 0 0 0 1px #ded9cbcc}.profile-activity-clock span{width:7px;height:var(--height);background:var(--clock-color);transform-origin:50% 0;transform:rotate(calc(var(--hour) * 15deg)) translateY(-84px);border-radius:999px;position:absolute;top:50%;left:50%;box-shadow:0 4px 8px #27372f1a}.profile-activity-clock b{color:#253028;place-items:center;font-size:1.2rem;display:grid;position:absolute;inset:0}.profile-weekday-heatmap{grid-template-columns:repeat(7,minmax(0,1fr));gap:8px;display:grid}.profile-weekday-heatmap span{background:rgba(143, 179, 153, var(--heat));border-radius:16px;align-content:center;gap:4px;min-height:92px;padding:10px;display:grid;box-shadow:inset 0 -5px #53775c1a}.profile-weekday-heatmap b,.profile-weekday-heatmap strong,.profile-weekday-heatmap small{text-align:center}.profile-weekday-heatmap b{color:#253028;font-size:.8rem}.profile-weekday-heatmap strong{color:#253028;font-size:1.4rem}.profile-badge-wall{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.profile-badge-wall button{text-align:left;color:#7a877d;filter:grayscale(.35);cursor:pointer;background:#f7f2e3a3;border:1px solid #ded9cbf2;border-radius:18px;grid-template-columns:56px minmax(0,1fr);grid-template-areas:"icon state""icon title""icon detail""icon note";align-content:center;place-items:start;gap:5px 14px;min-height:118px;padding:15px;display:grid}.profile-badge-icon{color:#253028;background:#fffdf7bd;border:1px solid #8fad9861;border-radius:16px;grid-area:icon;align-self:start;place-items:center;width:48px;height:48px;display:grid;box-shadow:inset 0 1px #ffffffb3,0 4px #8fad981f}.profile-badge-wall button.is-active{color:#253028;filter:none;box-shadow:none;background:#f7f2e3a3;border-color:#ded9cbf2}.profile-badge-wall button.is-active .profile-badge-icon{color:#1f6f43;background:#ecfaeeeb;border-color:#679d7685;box-shadow:inset 0 1px #ffffffd6,0 5px #5696682e}.profile-badge-wall button.is-active .profile-badge-state{color:#fffdf7;background:linear-gradient(#5f986e,#3f7853);box-shadow:0 2px #34644438}.profile-badge-wall button.is-collected{color:#53645c;filter:none;background:#e8f3eba3}.profile-badge-wall button.is-selected{filter:none;background:#fffdf7c7;border-color:#8fad98b8;box-shadow:0 0 0 2px #8fad982e,0 8px 18px #27372f14}.profile-badge-wall button.is-selected.is-active{background:radial-gradient(circle at 0 0,#6abe8080,#0000 9rem),linear-gradient(135deg,#caecd0fa,#ffefb2e6);border-color:#3a8960e6;box-shadow:0 0 0 3px #56966857,inset 5px 0 #338051b8,0 12px 24px #27372f1f}.profile-badge-state{color:#53645c;letter-spacing:.08em;text-transform:uppercase;background:#fffdf7b8;border-radius:999px;grid-area:state;justify-self:start;padding:4px 8px;font-size:.68rem;font-weight:950}.profile-badge-wall strong{grid-area:title;min-width:0;font-size:1.06rem;line-height:1}.profile-badge-wall small{color:#66756d;grid-area:detail;min-width:0;font-weight:850}.profile-badge-wall em{color:#53645c;grid-area:note;min-width:0;font-size:.78rem;font-style:normal;font-weight:850;line-height:1.25}@media (width<=1180px){.profile-badge-wall{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=760px){.profile-badge-wall{grid-template-columns:1fr}}.profile-share-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.profile-share-primary-action{color:#253028;cursor:pointer;background:linear-gradient(#f4faf2f5,#e8f3ebdb);border:1px solid #7ea6856b;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:44px;margin-top:14px;padding:10px 16px;font-weight:950;display:inline-flex;box-shadow:0 4px #53775c24}.profile-share-card-grid article{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.profile-share-card-grid article.profile-share-preview-card{background:radial-gradient(circle at 0 0,#f6dc823d,#0000 8rem),linear-gradient(135deg,#fffdf7f5,#e8f3ebc7);overflow:hidden}.profile-share-mini-avatar{width:58px;height:58px}.profile-share-card-grid strong,.profile-share-card-grid p{margin:0}.profile-share-card-grid p{color:#66756d;font-size:.84rem;font-weight:850;line-height:1.25}.profile-share-card-grid button{color:#253028;background:#fffdf7e6;border:1px solid #7ea68573;border-radius:999px;align-items:center;gap:6px;min-height:38px;padding:8px 11px;font-weight:950;display:inline-flex;box-shadow:0 4px #53775c1f}.profile-site-links-card{background:linear-gradient(135deg,#fff6c99e,#eef9f2d1);border:1px solid #7ea68552;border-radius:22px;grid-template-columns:minmax(220px,1fr) minmax(260px,1.2fr) auto;align-items:center;gap:14px;margin-top:14px;padding:16px;display:grid;box-shadow:0 10px 22px #27372f12}.profile-site-links-copy h4,.profile-site-links-copy p{margin:0}.profile-site-links-copy h4{font-size:clamp(1.15rem,2vw,1.6rem);line-height:1}.profile-site-links-copy p:not(.eyebrow){color:#66756d;margin-top:6px;font-size:.9rem;font-weight:850;line-height:1.25}.profile-site-links-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.profile-site-links-grid button,.profile-site-feedback-button{color:#253028;background:#fffdf7eb;border:1px solid #7ea68561;border-radius:999px;min-height:42px;padding:9px 12px;font-weight:950;box-shadow:0 4px #53775c1f}.profile-site-feedback-button{white-space:nowrap;justify-content:center;align-items:center;gap:7px;display:inline-flex}.profile-site-copy{color:#718078;text-align:right;grid-column:1/-1;font-size:.82rem;font-weight:950}.shared-profile-card{background:#fffdf7d1;border:1px solid #7ea68559;border-radius:22px;flex:none;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:16px;margin-top:16px;padding:16px;display:grid}.shared-profile-avatar{width:92px;height:92px}.shared-profile-card h3,.shared-profile-card p{margin:0}.shared-profile-card h3{color:#253028;font-size:1.45rem}.shared-profile-card strong{color:#53645c;background:#e6f3eb;border-radius:999px;width:fit-content;margin:4px 0;padding:5px 9px;font-size:.78rem;line-height:1;display:inline-flex}.shared-profile-card p:not(.eyebrow){color:#66756d;font-weight:850}.shared-profile-card dl{grid-template-columns:repeat(4,minmax(0,auto));gap:8px;margin:10px 0 0;display:grid}.shared-profile-card dl div{background:#e8f3ebb8;border-radius:12px;gap:2px;padding:7px 9px;display:grid}.shared-profile-card dt{color:#66756d;text-transform:uppercase;font-size:.66rem;font-weight:900}.shared-profile-card dd{color:#253028;margin:0;font-weight:950}.profile-private-email,.profile-guest-footnote{color:#66756d;align-items:center;gap:8px;display:inline-flex}.profile-tab-strip{scrollbar-width:thin;background:linear-gradient(135deg,#fffdf7e0,#f7f6ebbd);border:1px solid #ded9cbeb;border-radius:20px;flex:none;align-items:center;gap:7px;margin-top:0;margin-right:54px;padding:7px;display:flex;overflow:auto hidden;box-shadow:inset 0 1px #fffc}.profile-tab-strip button{color:#53645c;text-align:center;cursor:pointer;background:#fffdf78f;border:1px solid #ded9cbb3;border-radius:14px;flex:0 0 104px;grid-template-columns:auto;place-items:center;gap:5px;width:104px;min-width:82px;min-height:72px;padding:8px 9px;display:grid;position:relative;box-shadow:inset 0 1px #ffffffb8,0 2px #2d2b280a}.profile-tab-icon{width:30px;height:30px;color:inherit;background:#f4faf2eb;border-radius:10px;place-items:center;display:grid;box-shadow:inset 0 0 0 1px #7ea68514}.profile-tab-copy{gap:2px;min-width:0;display:grid}.profile-tab-strip button:hover:not(.selected),.profile-tab-strip button:focus-visible:not(.selected){background:#f4faf2d1;border-color:#bccfbbbf;box-shadow:inset 0 1px #ffffffc2,0 4px #53775c14}.profile-tab-strip button.selected{text-align:left;color:#253028;background:linear-gradient(135deg,#f6dc82c7,#c2d4bfbd);border-color:#7ea6858c;flex-basis:clamp(156px,17vw,220px);grid-template-columns:auto minmax(0,1fr);justify-items:start;width:clamp(156px,17vw,220px);padding-inline:10px 12px;box-shadow:0 5px #53775c29}.profile-tab-strip button.selected .profile-tab-icon{background:#fffdf7b8}.profile-tab-strip strong{min-width:0;color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(.68rem,.78vw,.82rem);line-height:1;overflow:hidden}.profile-tab-copy span{color:#66756d;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:clamp(.62rem,.74vw,.72rem);font-weight:850;line-height:1.15;display:none;overflow:hidden}.profile-tab-strip button.selected .profile-tab-copy span{display:block}.profile-tab-strip button.selected strong{font-size:clamp(.86rem,1vw,.98rem)}@media (width<=1180px){.profile-tab-strip button{flex-basis:78px;width:78px}.profile-tab-strip button.selected{flex-basis:clamp(138px,24vw,190px);width:clamp(138px,24vw,190px)}}.profile-tab-panel{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex:auto;min-height:0;margin-top:16px;padding-right:6px;overflow-y:auto}.profile-tab-panel>.profile-analytics-section,.profile-tab-panel>.guest-warning-card:first-child{margin-top:0}.guest-warning-card{background:#fff6d2cc;border:1px solid #e0ca85d9;border-radius:18px;margin:16px 0;padding:16px 18px}.guest-warning-card button,.profile-signout-button{cursor:pointer;background:#bfd5bf;border:1px solid #7ea6858c;border-radius:16px;min-height:48px;padding:10px 18px;font-weight:900;box-shadow:0 5px #53775c38}.profile-autosave-status{color:#7a877d;align-items:center;gap:10px;min-height:32px;margin:10px 0 0;font-size:.82rem;font-weight:850;display:flex}.profile-autosave-status.status-saving{color:#8b7438}.profile-autosave-status.status-saved{color:#6f9178}.profile-autosave-status.status-error{color:#a84f45}.profile-autosave-status button{min-height:30px;color:inherit;font:inherit;cursor:pointer;background:#fff6e6e6;border:1px solid #a84f4547;border-radius:999px;padding:5px 10px}.profile-identity-summary{grid-template-columns:minmax(0,1.1fr) minmax(280px,.95fr) minmax(0,1.2fr);gap:14px;margin-top:16px;display:grid}.profile-status-card,.profile-podium-card,.profile-core-snapshot{background:radial-gradient(circle at 10% 8%,#f8df9129,#0000 38%),#fffdf7e6;border:1px solid #ded9cbf2;border-radius:22px;min-width:0;padding:clamp(14px,1.5vw,18px);box-shadow:0 10px 24px #27372f0f}.profile-status-card{grid-template-rows:auto minmax(0,1fr) auto;grid-template-columns:auto minmax(0,1fr);align-content:stretch;align-items:center;gap:clamp(12px,1.4vw,18px) 16px;min-height:clamp(220px,18vw,300px);display:grid}.profile-status-card.is-guest{background:radial-gradient(circle at 0 0,#f8df9142,#0000 42%),#fff6d2c2;border-color:#e0ca85d9}.profile-status-card.is-signed-in{background:radial-gradient(circle at 12% 4%,#8db7972e,#0000 38%),#f1f8eedb;border-color:#8db797b3}.profile-status-card.is-readonly{border-color:#8eaac46b}.profile-status-icon{color:#253028;background:#fffdf7b8;border-radius:18px;align-self:start;place-items:center;width:clamp(52px,4.3vw,64px);height:clamp(52px,4.3vw,64px);display:grid;box-shadow:inset 0 0 0 1px #bccfbb6b}.profile-status-icon svg{width:clamp(25px,2.3vw,32px);height:clamp(25px,2.3vw,32px)}.profile-status-card h3,.profile-podium-card h3,.profile-core-snapshot h3{color:#202528;margin:0;font-size:clamp(1.15rem,1.6vw,1.55rem);line-height:1}.profile-status-card p:not(.eyebrow),.profile-core-snapshot p,.profile-empty-note{color:#66756d;margin:8px 0 0;font-size:clamp(.82rem,.95vw,.95rem);font-weight:850;line-height:1.35}.profile-status-card button{color:#253028;cursor:pointer;background:#bfd5bf;border:1px solid #7ea6858c;border-radius:999px;grid-column:2;place-self:end start;align-items:center;gap:7px;min-height:44px;margin-top:4px;padding:9px 18px;font-weight:950;display:inline-flex;box-shadow:0 4px #53775c33}.profile-status-card.is-guest button{color:#202124;background:#f8dc74;border:0;min-height:38px;padding:7px 18px;transform:rotate(-1deg);box-shadow:0 4px #d9bc5b94,0 8px 12px #574e3121,inset 0 1px #fff5b0d1}.profile-status-card.is-guest button:hover,.profile-status-card.is-guest button:focus-visible{background:#f8dc74;outline:none;transform:translateY(1px)rotate(-1deg);box-shadow:0 2px #d9bc5b94,0 5px 9px #574e3124,inset 0 1px #fff5b0d1}.profile-status-card>div:nth-child(2){align-self:center}.profile-podium-card{grid-template-rows:auto minmax(86px,1fr) auto;align-content:stretch;min-height:clamp(220px,18vw,300px);display:grid}.profile-medal-row{grid-template-columns:repeat(3,minmax(0,1fr));align-self:stretch;gap:8px;margin-top:12px;display:grid}.profile-medal-pill{color:#253028;border:1px solid #fffdf7bd;border-radius:16px;grid-template-columns:auto minmax(0,1fr);align-content:center;align-items:center;gap:4px 7px;min-width:0;min-height:clamp(78px,6vw,104px);padding:clamp(10px,1.1vw,14px);display:grid;box-shadow:0 5px #27372f1a}.profile-medal-pill b{font-size:clamp(1.65rem,2.5vw,2.4rem);line-height:1}.profile-medal-pill small{color:#66756d;grid-column:1/-1;font-size:.75rem;font-weight:950;line-height:1}.profile-medal-pill.is-gold{background:linear-gradient(135deg,#fff2aa,#f2cd55)}.profile-medal-pill.is-silver{background:linear-gradient(135deg,#fbfcf7,#d7ded7)}.profile-medal-pill.is-bronze{background:linear-gradient(135deg,#f5d1aa,#d99e68)}.profile-podium-list{scrollbar-width:none;gap:6px;margin-top:12px;padding-bottom:4px;display:flex;overflow-x:auto}.profile-podium-list::-webkit-scrollbar{display:none}.profile-podium-list span{color:#253028;white-space:nowrap;background:#fffdf7d1;border-radius:999px;flex:none;padding:6px 9px;font-size:.72rem;font-weight:950}.profile-podium-list .is-rank-1{background:#f4d45f}.profile-podium-list .is-rank-2{background:#d8ded8}.profile-podium-list .is-rank-3{background:#dfaa76}.profile-core-snapshot{background:radial-gradient(circle at 6% 0,#8fb39933,#0000 32%),radial-gradient(circle at 92% 12%,#f6dc8224,#0000 24%),linear-gradient(135deg,#fffdf7f2,#e8f3ebc7);border-color:#7ea6856b;order:-1;grid-column:1/-1;gap:14px;padding:clamp(18px,2vw,24px);display:grid}.profile-core-snapshot .profile-card-topline{align-items:center;padding-bottom:2px}.profile-core-snapshot .profile-card-share-button{background:#fffdf7f0;min-height:42px;padding-inline:14px}.profile-record-line,.profile-snapshot-metrics{gap:10px;display:grid}.profile-record-line{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-snapshot-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-record-line span,.profile-snapshot-metrics span{background:linear-gradient(135deg,#fffdf7f0,#f7f2e385);border:1px solid #ded9cbc7;border-radius:18px;align-content:center;gap:3px;min-width:0;padding:14px 16px;display:grid;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffb8,0 5px #53775c14}.profile-record-line span{min-height:96px}.profile-record-line span:before,.profile-snapshot-metrics span:before{border-radius:inherit;content:"";opacity:.85;width:6px;position:absolute;inset:0 auto 0 0}.profile-record-line span.is-win:before,.profile-snapshot-metrics span.is-streak:before,.profile-snapshot-metrics span.is-shield:before{background:#8fb399}.profile-record-line span.is-loss:before{background:#d99f96}.profile-record-line span.is-draw:before,.profile-snapshot-metrics span.is-score:before{background:#dfc76d}.profile-snapshot-metrics span.is-rate:before{background:#9ab8cc}.profile-record-line span.is-win{background:linear-gradient(135deg,#e8f3ebf5,#fffdf7b8)}.profile-record-line span.is-loss{background:linear-gradient(135deg,#f8e3dee0,#fffdf7b8)}.profile-record-line span.is-draw{background:linear-gradient(135deg,#fff8dcdb,#fffdf7b8)}.profile-record-line b,.profile-snapshot-metrics b{color:#202528;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1.15rem,2.1vw,1.8rem);line-height:1;overflow:hidden}.profile-record-line b{font-size:clamp(2rem,3.2vw,3rem)}.profile-snapshot-metrics b{font-size:clamp(1.35rem,2.2vw,2.15rem)}.profile-record-line small,.profile-snapshot-metrics small{color:#66756d;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-weight:950;overflow:hidden}.profile-core-snapshot>p{background:#f4faf2b8;border:1px solid #7ea6852e;border-radius:16px;margin-top:2px;padding:12px 14px}@media (width<=1180px){.profile-identity-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-core-snapshot{grid-column:1/-1}}@media (width<=760px){.profile-identity-summary{grid-template-columns:1fr;gap:10px}.profile-status-card,.profile-podium-card,.profile-core-snapshot{border-radius:18px}.profile-snapshot-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.profile-medal-row,.profile-record-line,.profile-status-card{grid-template-columns:1fr}.profile-status-card button{grid-column:1}}.profile-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.profile-edit-grid label,.name-capture-form{color:#63736b;gap:8px;font-weight:900;display:grid}.profile-readonly-detail-grid span{background:#fffdf7e6;border:1px solid #ded9cbf2;border-radius:14px;gap:8px;min-width:0;min-height:48px;padding:12px 14px;display:grid}.profile-readonly-detail-grid small{color:#63736b;font-weight:900}.profile-readonly-detail-grid strong{color:#1f2428;overflow-wrap:anywhere;font-weight:950;line-height:1.2}.profile-edit-grid input,.name-capture-form input{min-height:48px;font:inherit;background:#fffdf7f2;border:1px solid #ded9cbf2;border-radius:14px;padding:0 14px;font-weight:800}.avatar-piece-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:18px 0;display:grid}.avatar-piece-grid button{aspect-ratio:1;cursor:pointer;background:#fffdf7eb;border:1px solid #ded9cbf2;border-radius:18px;place-items:center;display:grid}.avatar-piece-grid button.selected{background:#e6f3eb;border-color:#7f9f86;box-shadow:inset 0 0 0 3px #7f9f8640}.avatar-piece-grid img{object-fit:contain;width:68%;height:68%}.avatar-editor-backdrop{z-index:150;padding:18px}.avatar-editor-card{--avatar-editor-action-space:96px;background:#fffaf0;border:1px solid #ded9cbf2;border-radius:34px;flex-direction:column;width:min(1180px,100%);height:min(920px,100svh - 36px);padding:clamp(18px,3vw,30px);display:flex;position:relative;overflow:hidden;box-shadow:0 30px 70px #27372f47}.avatar-editor-workspace{flex:auto;grid-template-columns:minmax(260px,.82fr) minmax(360px,1.18fr);align-items:start;gap:clamp(18px,3vw,34px);min-height:0;display:grid;overflow:hidden}.avatar-editor-preview-wrap{text-align:center;background:#fffdf7c2;border:1px solid #ded9cbe6;border-radius:28px;place-items:center;max-height:100%;padding:clamp(16px,3vw,28px);display:grid;position:sticky;top:0;overflow-y:auto}.avatar-editor-control-pane{min-width:0;min-height:0;max-height:100%;padding:0 6px var(--avatar-editor-action-space) 0;scroll-padding-bottom:var(--avatar-editor-action-space);scrollbar-width:thin;overflow-y:auto}.avatar-editor-crop-frame{aspect-ratio:1;background:#ffffff47;border:4px solid #fffffff5;border-radius:28px;place-items:center;width:min(30vw,340px);display:grid;box-shadow:0 0 0 1px #ded9cbe6,0 18px 40px #27372f29}.avatar-editor-preview{width:88%;height:88%}.avatar-editor-tabs{scrollbar-width:thin;background:linear-gradient(135deg,#e7f1e7b8,#fffbf0bd),#fffdf7b3;border:1px solid #97b79c75;border-radius:24px;grid-template-columns:repeat(4,minmax(116px,1fr));align-items:stretch;gap:8px;margin:0 0 14px;padding:8px;display:grid;overflow:visible;box-shadow:inset 0 1px #ffffffb8,inset 0 -1px #97b79c29}.avatar-editor-tabs button{color:#53645c;overflow-wrap:anywhere;text-align:left;background:#fffdf7d1;border:1px solid #ded9cbdb;border-radius:16px;grid-template-columns:auto minmax(0,1fr);justify-content:start;place-items:center start;gap:5px;width:100%;min-width:72px;min-height:50px;padding:9px 12px;font-size:clamp(.66rem,.76vw,.78rem);line-height:1.05;display:grid;box-shadow:0 3px #2d2b280f}.avatar-editor-tabs button:hover:not(.selected),.avatar-editor-tabs button:focus-visible:not(.selected){background:#fffdf7f5;border-color:#97b79c8f;box-shadow:0 3px #53775c1f,inset 0 0 0 1px #97b79c1f}.avatar-editor-tabs button svg{flex:none}.avatar-editor-tab-copy{min-width:0;display:block}.avatar-editor-tab-copy strong,.avatar-editor-tab-copy span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.avatar-editor-tab-copy span{color:#66756d;margin-top:2px;font-size:.68rem;font-weight:850;display:none}.avatar-editor-tabs button.selected{color:#253028;background:linear-gradient(135deg,#f6dd805c,#c2d4bf);border-color:#89b0938c;padding-inline:10px 12px;box-shadow:inset 0 0 0 1px #ffffff6b,0 4px #89b09394}.avatar-editor-tabs button.selected .avatar-editor-tab-copy,.avatar-editor-tabs button.selected .avatar-editor-tab-copy span{display:block}.avatar-bg-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.avatar-bg-grid button{aspect-ratio:1;border:2px solid #fffffff2;border-radius:18px;place-items:center;display:grid;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ded9cbe6,0 8px 16px #27372f1a}.avatar-bg-grid button.selected{outline:3px solid #2d2b286b}.avatar-bg-grid button span{color:#253028;text-overflow:ellipsis;white-space:nowrap;background:#fffaf0c2;border-radius:999px;padding:4px 5px;font-size:.62rem;font-weight:950;line-height:1;position:absolute;bottom:6px;left:6px;right:6px;overflow:hidden}.editor-piece-grid .avatar-piece-choice-preview{object-fit:contain;pointer-events:none;width:min(88%,112px);height:min(88%,112px)}.avatar-accessory-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.avatar-accessory-grid button{color:#53645c;cursor:pointer;background:#fffdf7f5;border:1px solid #e0ca85db;border-radius:18px;place-items:center;gap:4px;min-height:92px;display:grid;box-shadow:0 5px #d3b04852}.avatar-accessory-grid button.selected{background:#e6f3eb;box-shadow:inset 0 0 0 3px #7f9f8640,0 5px #a9c0a9}.avatar-accessory-grid b{font-size:2rem;line-height:1}.avatar-accessory-grid span{font-size:.78rem;font-weight:950}.avatar-sticker-layer{background:linear-gradient(#fffdf7f5,#f9f4e7c7);border:1px solid #ded9cbeb;border-radius:24px;gap:14px;padding:16px;display:grid;box-shadow:inset 0 1px #ffffffdb,0 8px 22px #2d2b280f}.avatar-sticker-layer>.avatar-layer-heading{border-bottom:1px dashed #bccfbbd9;padding-bottom:12px}.avatar-sticker-style-panel{background:#fffdf7b8;border:1px solid #ded9cbe6;border-radius:22px;gap:14px;padding:16px;display:grid;box-shadow:inset 0 1px #ffffffd1}.avatar-sticker-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.avatar-sticker-grid button{color:#53645c;cursor:pointer;background:#fffdf7f5;border:1px solid #e0ca85bd;border-radius:18px;place-items:center;gap:5px;min-height:92px;padding:10px;display:grid;box-shadow:0 5px #d3b04852}.avatar-sticker-grid button.selected{color:#253028;background:#e6f3eb;box-shadow:inset 0 0 0 3px #7f9f8640,0 5px #a9c0a9}.avatar-sticker-grid b{color:#253028;background:#f6dc82cc;border-radius:.55em;place-items:center;min-width:2.2em;min-height:1.55em;padding:.2em .4em;font-size:1.35rem;line-height:1;display:inline-grid}.avatar-sticker-grid span{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;font-size:.72rem;font-weight:950;overflow:hidden}.sticker-intro{margin-bottom:2px}.avatar-editor-section{gap:18px;display:grid}.avatar-editor-preview-actions{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:10px;display:flex}.avatar-editor-helper-mobile{display:none}.avatar-editor-random-quick{color:#253028;cursor:pointer;background:#f6dc82;border:1px solid #e0ca85cc;border-radius:999px;justify-content:center;justify-self:center;align-items:center;gap:7px;min-height:42px;padding:8px 14px;font-weight:950;display:inline-flex;box-shadow:0 5px #d3b04847}.avatar-editor-random-quick.secondary{background:#fffdf7d1;border-color:#7ea68573;box-shadow:0 5px #53775c1f}.avatar-size-preview{color:#53645c;isolation:isolate;background:#fffdf7d1;border:1px solid #ded9cbd6;border-radius:999px;align-items:center;gap:8px;min-height:62px;margin-top:10px;padding:8px 14px 10px 10px;font-size:.72rem;font-weight:950;display:inline-flex;overflow:hidden}.avatar-editor-small-preview{flex:none;width:42px;height:42px;margin:-2px 0 0}.avatar-size-preview .avatar-editor-small-preview.avatar-shadow-soft{--avatar-depth-filter:drop-shadow(0 5px 8px #27372f38)}.avatar-size-preview .avatar-editor-small-preview.avatar-shadow-hard{--avatar-depth-filter:drop-shadow(3px 4px 0 #27372f3d)}.avatar-size-preview .avatar-editor-small-preview.avatar-shadow-glow{--avatar-depth-filter:drop-shadow(0 0 9px color-mix(in srgb, var(--avatar-shadow-color) 42%, transparent))}.avatar-size-preview .avatar-editor-small-preview.avatar-shadow-long{--avatar-depth-filter:drop-shadow(2px 3px 0 #27372f26) drop-shadow(5px 6px 7px #27372f1f)}.avatar-size-preview .avatar-editor-small-preview.avatar-shadow-lift{--avatar-depth-filter:drop-shadow(0 2px 0 #fffaf0db) drop-shadow(0 8px 11px #27372f38)}.avatar-size-preview .avatar-editor-small-preview.avatar-shadow-halo{--avatar-depth-filter:drop-shadow(0 0 5px color-mix(in srgb, var(--avatar-shadow-color) 22%, transparent)) drop-shadow(0 0 11px color-mix(in srgb, var(--avatar-shadow-color) 36%, transparent))}.avatar-size-preview .avatar-editor-small-preview.avatar-shadow-pop{--avatar-depth-filter:drop-shadow(2px 2px 0 #fffaf0d1) drop-shadow(4px 4px 0 color-mix(in srgb, var(--avatar-shadow-color) 34%, transparent)) drop-shadow(5px 6px 7px #27372f21)}.avatar-size-preview .avatar-editor-small-preview.avatar-shadow-ambient{--avatar-depth-filter:drop-shadow(-8px -7px 12px color-mix(in srgb, var(--avatar-shadow-color) 18%, transparent)) drop-shadow(7px 9px 12px #27372f21)}.avatar-size-preview .avatar-editor-small-preview.avatar-shadow-spotlight{--avatar-depth-filter:drop-shadow(0 -6px 9px #fffaf07a) drop-shadow(0 8px 11px color-mix(in srgb, var(--avatar-shadow-color) 28%, transparent))}.avatar-size-preview .avatar-editor-small-preview.avatar-shadow-double{--avatar-depth-filter:drop-shadow(2px 2px 0 color-mix(in srgb, var(--avatar-shadow-color) 36%, transparent)) drop-shadow(4px 4px 0 #27372f21) drop-shadow(5px 6px 7px #27372f1f)}.avatar-size-preview .avatar-editor-small-preview.avatar-shadow-cutout{--avatar-depth-filter:drop-shadow(0 0 7px #27372f2e) drop-shadow(0 3px 0 #27372f24)}.avatar-size-preview .avatar-editor-small-preview.avatar-shadow-sticker{--avatar-depth-filter:drop-shadow(0 2px 0 #fffaf0d1) drop-shadow(0 5px 0 color-mix(in srgb, var(--avatar-shadow-color) 34%, transparent)) drop-shadow(0 8px 10px #27372f24)}.editor-piece-grid button{gap:4px;padding:8px}.editor-piece-grid button span{color:#53645c;text-align:center;white-space:pre-line;font-size:.68rem;font-weight:950;line-height:1.05}.avatar-preview-chip{text-align:left;grid-template-columns:auto minmax(0,1fr);justify-content:start;justify-items:start;display:grid}.avatar-preview-chip>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.avatar-style-preview,.avatar-outline-preview,.avatar-shadow-preview,.avatar-random-preview{flex:none;width:42px;height:42px}.avatar-shadow-preview-grid{gap:14px 10px}.avatar-shadow-preview-grid .avatar-preview-chip{min-height:72px;padding-block:10px 14px;overflow:visible}.avatar-shadow-preview-grid .avatar-shadow-preview{margin:-2px 6px -4px 2px;overflow:visible}.avatar-shadow-preview-grid .avatar-shadow-preview.avatar-shadow-none{filter:none}.avatar-shadow-preview-grid .avatar-shadow-preview.avatar-shadow-soft{--avatar-depth-filter:drop-shadow(0 5px 8px #27372f38)}.avatar-shadow-preview-grid .avatar-shadow-preview.avatar-shadow-hard{--avatar-depth-filter:drop-shadow(3px 4px 0 #27372f3d)}.avatar-shadow-preview-grid .avatar-shadow-preview.avatar-shadow-glow{--avatar-depth-filter:drop-shadow(0 0 9px color-mix(in srgb, var(--avatar-shadow-color) 42%, transparent))}.avatar-shadow-preview-grid .avatar-shadow-preview.avatar-shadow-long{--avatar-depth-filter:drop-shadow(2px 3px 0 #27372f26) drop-shadow(5px 6px 7px #27372f1f)}.avatar-shadow-preview-grid .avatar-shadow-preview.avatar-shadow-lift{--avatar-depth-filter:drop-shadow(0 2px 0 #fffaf0db) drop-shadow(0 8px 11px #27372f38)}.avatar-shadow-preview-grid .avatar-shadow-preview.avatar-shadow-halo{--avatar-depth-filter:drop-shadow(0 0 5px color-mix(in srgb, var(--avatar-shadow-color) 22%, transparent)) drop-shadow(0 0 11px color-mix(in srgb, var(--avatar-shadow-color) 36%, transparent))}.avatar-shadow-preview-grid .avatar-shadow-preview.avatar-shadow-pop{--avatar-depth-filter:drop-shadow(2px 2px 0 #fffaf0d1) drop-shadow(4px 4px 0 color-mix(in srgb, var(--avatar-shadow-color) 34%, transparent)) drop-shadow(5px 6px 7px #27372f21)}.avatar-shadow-preview-grid .avatar-shadow-preview.avatar-shadow-ambient{--avatar-depth-filter:drop-shadow(-8px -7px 12px color-mix(in srgb, var(--avatar-shadow-color) 18%, transparent)) drop-shadow(7px 9px 12px #27372f21)}.avatar-shadow-preview-grid .avatar-shadow-preview.avatar-shadow-spotlight{--avatar-depth-filter:drop-shadow(0 -6px 9px #fffaf07a) drop-shadow(0 8px 11px color-mix(in srgb, var(--avatar-shadow-color) 28%, transparent))}.avatar-shadow-preview-grid .avatar-shadow-preview.avatar-shadow-double{--avatar-depth-filter:drop-shadow(2px 2px 0 color-mix(in srgb, var(--avatar-shadow-color) 36%, transparent)) drop-shadow(4px 4px 0 #27372f21) drop-shadow(5px 6px 7px #27372f1f)}.avatar-shadow-preview-grid .avatar-shadow-preview.avatar-shadow-cutout{--avatar-depth-filter:drop-shadow(0 0 7px #27372f2e) drop-shadow(0 3px 0 #27372f24)}.avatar-shadow-preview-grid .avatar-shadow-preview.avatar-shadow-sticker{--avatar-depth-filter:drop-shadow(0 2px 0 #fffaf0d1) drop-shadow(0 5px 0 color-mix(in srgb, var(--avatar-shadow-color) 34%, transparent)) drop-shadow(0 8px 10px #27372f24)}.avatar-frame-preview-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,138px),1fr))}.avatar-frame-preview-grid .avatar-preview-chip{text-align:center;grid-template-columns:1fr;justify-content:center;justify-items:center;gap:8px;min-height:112px;padding:12px 10px}.avatar-frame-preview-grid .avatar-preview-chip>span{text-overflow:clip;white-space:normal;line-height:1.05;overflow:visible}.avatar-frame-swatch{--frame-swatch-bg:transparent;--frame-swatch-shadow:none;background:linear-gradient(#f6dc82, #f6dc82) padding-box, var(--frame-swatch-bg) border-box;width:68px;height:68px;box-shadow:var(--frame-swatch-shadow), 0 5px 12px #27372f1a, inset 0 0 0 1px #25302829;border:11px solid #0000;border-radius:999px;place-items:center;display:inline-grid;position:relative}.avatar-frame-swatch:after{border-radius:inherit;content:"";background:linear-gradient(135deg,#fffaf05c,#8fb39938),#f6dc82;position:absolute;inset:7px;box-shadow:inset 0 0 0 1px #25302824}.avatar-frame-swatch-none{background:#f6dc82;border-width:3px;border-color:#25302838}.avatar-frame-swatch-classic{--frame-swatch-bg:#fffaf0e6;--frame-swatch-shadow:inset 0 0 0 2px #25302829}.avatar-frame-swatch-arcade{--frame-swatch-bg:linear-gradient(180deg, #25302861, #2530289e);--frame-swatch-shadow:inset 0 0 0 2px #fffaf06b}.avatar-frame-swatch-royal{--frame-swatch-bg:linear-gradient(135deg, #f1c94f 0%, #fff0a7 48%, #d4aa2c 100%);--frame-swatch-shadow:inset 0 0 0 2px #2530282e}.avatar-frame-swatch-minimal{--frame-swatch-bg:#fffaf0f5;--frame-swatch-shadow:inset 0 0 0 2px #8fb3999e;border-width:6px}.avatar-frame-swatch-puzzle{--frame-swatch-bg:linear-gradient(135deg, #8fb399d1, #f6dc82d1, #bcd6efd1);--frame-swatch-shadow:inset 0 0 0 2px #25302824}.avatar-frame-swatch-chessboard{--frame-swatch-bg:conic-gradient(#25302880 25%, #fffaf0b3 0 50%, #25302880 0 75%, #fffaf0b3 0);--frame-swatch-shadow:inset 0 0 0 2px #2530282e;background-size:auto,20px 20px}.avatar-frame-swatch-daily-streak{--frame-swatch-bg:linear-gradient(135deg, #f0b86bf2, #f6dc82eb);--frame-swatch-shadow:inset 0 0 0 2px #a1712538}.avatar-frame-swatch-ranked{--frame-swatch-bg:linear-gradient(135deg, #f6dc82f2, #2530287a, #f6dc82eb);--frame-swatch-shadow:inset 0 0 0 2px #25302833}.shape-grid button{gap:12px}.avatar-shape-choice-preview{width:104px;height:104px}.avatar-shape-choice-preview .profile-avatar-content img{width:108%;height:108%}.shape-grid button.selected .avatar-shape-choice-preview{filter:drop-shadow(0 0 #8fb39929)drop-shadow(10px 11px #27372f1f)}.avatar-shape-choice-swatch{--shape-choice-bg:linear-gradient(135deg, #f7d6a8, #bfe3cd, #d8c4f2);filter:drop-shadow(9px 10px #27372f1c);place-items:center;width:104px;height:104px;display:inline-grid;position:relative;overflow:visible}.avatar-shape-choice-swatch:before,.avatar-shape-choice-swatch:after{content:"";position:absolute}.avatar-shape-choice-swatch:before{background:repeating-conic-gradient(#8fb399f5 0 10deg, #fffaf0e6 10deg 20deg);inset:0}.avatar-shape-choice-swatch:after{background:var(--shape-choice-bg);inset:8px;box-shadow:inset 0 0 0 1px #fffaf0b8}.avatar-shape-choice-swatch img{z-index:2;object-fit:contain;filter:drop-shadow(0 2px 2px #27372f29);width:50%;height:50%;position:relative}.avatar-shape-choice-circle:before,.avatar-shape-choice-circle:after{border-radius:999px}.avatar-shape-choice-rounded-square:before,.avatar-shape-choice-rounded-square:after{border-radius:24%}.avatar-shape-choice-square:before,.avatar-shape-choice-square:after{border-radius:8%}.avatar-shape-choice-triangle:before,.avatar-shape-choice-triangle:after{clip-path:polygon(50% 5%,56% 8%,61% 15%,94% 80%,96% 87%,93% 93%,86% 96%,14% 96%,7% 93%,4% 87%,6% 80%,39% 15%,44% 8%)}.avatar-shape-choice-diamond:before,.avatar-shape-choice-diamond:after{clip-path:polygon(50% 3%,97% 50%,50% 97%,3% 50%)}.avatar-shape-choice-pentagon:before,.avatar-shape-choice-pentagon:after{clip-path:polygon(50% 4%,57% 7%,94% 35%,97% 43%,81% 93%,74% 97%,26% 97%,19% 93%,3% 43%,6% 35%,43% 7%)}.avatar-shape-choice-hexagon:before,.avatar-shape-choice-hexagon:after{clip-path:polygon(29% 6%,71% 6%,78% 10%,96% 45%,96% 55%,78% 90%,71% 94%,29% 94%,22% 90%,4% 55%,4% 45%,22% 10%)}.avatar-shape-choice-octagon:before,.avatar-shape-choice-octagon:after{clip-path:polygon(32% 4%,68% 4%,75% 7%,93% 25%,96% 32%,96% 68%,93% 75%,75% 93%,68% 96%,32% 96%,25% 93%,7% 75%,4% 68%,4% 32%,7% 25%,25% 7%)}.avatar-shape-choice-shield:before,.avatar-shape-choice-shield:after{clip-path:polygon(50% 4%,84% 15%,91% 22%,87% 62%,77% 82%,50% 96%,23% 82%,13% 62%,9% 22%,16% 15%)}.avatar-shape-choice-ticket:before,.avatar-shape-choice-ticket:after{clip-path:polygon(6% 6%,38% 6%,50% 17%,62% 6%,94% 6%,94% 38%,83% 50%,94% 62%,94% 94%,62% 94%,50% 83%,38% 94%,6% 94%,6% 62%,17% 50%,6% 38%)}.avatar-shape-choice-leaf:before,.avatar-shape-choice-leaf:after{clip-path:polygon(51% 3%,80% 9%,96% 31%,91% 63%,68% 90%,35% 96%,10% 78%,4% 45%,19% 18%)}.avatar-shape-choice-blob:before,.avatar-shape-choice-blob:after{border-radius:48% 52% 44% 56%/42% 34% 66% 58%}.shape-grid button.selected .avatar-shape-choice-swatch{filter:drop-shadow(0 0 #8fb39929)drop-shadow(10px 11px #27372f1f)}.shape-grid button.selected .avatar-shape-choice-swatch:before{background:repeating-conic-gradient(#7ea685 0 12deg, #fffaf0f5 12deg 24deg);inset:-3px}.avatar-accessory-sample{background:linear-gradient(145deg,#fff4c5d1,#f6dc8247);border-radius:14px;place-items:center;width:58px;height:46px;display:inline-grid;position:relative;overflow:visible;box-shadow:inset 0 0 0 1px #e0ca856b,0 7px 16px #49391814}.avatar-accessory-option-icon{color:#253028;text-align:center;text-shadow:none;transform-origin:50%;font-size:1.8rem;font-style:normal;font-weight:950;line-height:1;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.avatar-accessory-option-icon.option-accessory-none{font-size:1.6rem}.avatar-accessory-option-icon.option-accessory-crown{color:#e1bf46;font-size:2rem;transform:translate(-50%,calc(-50% - 1px))}.avatar-accessory-option-icon.option-accessory-glasses,.avatar-accessory-option-icon.option-accessory-sunglasses{font-size:1.45rem}.avatar-accessory-option-icon.option-accessory-halo,.avatar-accessory-option-icon.option-accessory-orbit-ring{color:#fffaf0fa;text-shadow:0 0 8px #f6dc82bf,0 1px #2d2b2814;font-size:2rem}.avatar-accessory-option-icon.option-accessory-wings{color:#fffaf0eb;text-shadow:0 1px #25302824;font-size:1.45rem}.avatar-accessory-option-icon.option-accessory-fire{color:#e97649;font-size:1.9rem}.avatar-accessory-option-icon.option-accessory-lightning,.avatar-accessory-option-icon.option-accessory-badge,.avatar-accessory-option-icon.option-accessory-sparkles{color:#e1bf46}.avatar-accessory-option-icon.option-accessory-lightning,.avatar-accessory-option-icon.option-accessory-party-hat{font-size:1.9rem}.avatar-accessory-option-icon.option-accessory-lollipop,.avatar-accessory-option-icon.option-accessory-heart{color:#d64f72}.avatar-accessory-option-icon.option-accessory-sunglasses{transform:translate(-50%,-50%)scaleX(-1)}.avatar-sticker-frame-sample,.avatar-animation-sample{color:#253028;background:#f6dc82c7;border:2px solid #fffaf0e6;border-radius:11px;place-items:center;min-width:44px;min-height:30px;padding:5px 8px;font-size:.82rem;font-weight:950;display:inline-grid;box-shadow:0 3px #d3b0483d}.avatar-sticker-frame-sample.sample-none{min-width:auto;box-shadow:none;background:0 0;border-color:#0000}.avatar-sticker-frame-sample.sample-soft{border-radius:999px}.avatar-sticker-frame-sample.sample-label{border-radius:999px;min-height:24px}.avatar-sticker-frame-sample.sample-stamp{border-style:dashed;border-radius:4px;rotate:-3deg}.avatar-sticker-frame-sample.sample-bubble{background:radial-gradient(circle at 28% 20%,#ffffffc2,#0000 36%),#f6dc82c7;border-radius:999px}.avatar-pattern-chip{justify-content:start}.avatar-bg-pattern-sample,.avatar-bg-overlay-sample{border-radius:10px;width:42px;height:28px;display:inline-block;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #25302824}.avatar-bg-pattern-sample:after,.avatar-bg-overlay-sample:after{content:"";position:absolute;inset:0}.avatar-bg-pattern-sample.sample-none{background:#fffaf0!important}.avatar-bg-pattern-sample.sample-none:after{border:2px dashed #2530282e;border-radius:7px;inset:6px}.avatar-bg-pattern-sample.sample-solid{background:#c7dfc7!important}.avatar-bg-pattern-sample.sample-solid:after{background:linear-gradient(#ffffff2e,#2530280a)}.avatar-bg-pattern-sample.sample-gradient{background:linear-gradient(135deg,#f6dc82 0 24%,#c7dfc7 47%,#bcd6ef 72%,#d8c4f2 100%)!important}.avatar-bg-pattern-sample.sample-gradient:after{background:linear-gradient(135deg,#ffffffb8 0 18%,#0000 19% 58%,#2530281f 100%),linear-gradient(135deg,#0000 0 45%,#ffffff75 46% 52%,#0000 53%)}.avatar-bg-pattern-sample.sample-chessboard:after{background:conic-gradient(#2530282e 25%, transparent 0 50%, #2530282e 0 75%, transparent 0);background-size:14px 14px}.avatar-bg-pattern-sample.sample-dots:after,.avatar-bg-overlay-sample.sample-dots:after{background-image:radial-gradient(circle,#25302847 0 2px,#0000 3px);background-size:10px 10px}.avatar-bg-pattern-sample.sample-lines:after,.avatar-bg-overlay-sample.sample-lines:after{background-image:repeating-linear-gradient(90deg,#25302838 0 2px,#0000 2px 9px)}.avatar-bg-pattern-sample.sample-diagonal-stripes:after{background-image:repeating-linear-gradient(135deg,#ffffff57 0 6px,#2530281f 6px 12px)}.avatar-bg-pattern-sample.sample-stars:after,.avatar-bg-overlay-sample.sample-stars:after,.avatar-bg-overlay-sample.sample-sparkle-dust:after{background-image:radial-gradient(circle at 22% 30%,#ffffffd1 0 2px,#0000 3px),radial-gradient(circle at 70% 64%,#f6dc82d1 0 2px,#0000 3px)}.avatar-bg-pattern-sample.sample-noise:after{background-image:radial-gradient(circle,#2530282e 0 1px,#0000 2px);background-size:5px 5px}.avatar-bg-pattern-sample.sample-puzzle:after{background-image:radial-gradient(circle at 25%,#ffffff61 0 6px,#0000 7px),radial-gradient(circle at 75%,#25302824 0 6px,#0000 7px);background-size:28px 28px}.avatar-bg-pattern-sample.sample-tactical-arrows:after,.avatar-bg-overlay-sample.sample-tactical-arrows:after{background-image:linear-gradient(135deg,#0000 42%,#25302838 43% 49%,#0000 50%),linear-gradient(45deg,#0000 58%,#2530282e 59% 65%,#0000 66%);background-size:24px 24px}.avatar-bg-overlay-sample.sample-grid:after,.avatar-bg-overlay-sample.sample-board-coordinates:after{background-image:linear-gradient(#25302833 1px,#0000 1px),linear-gradient(90deg,#25302833 1px,#0000 1px);background-size:10px 10px}.avatar-bg-overlay-sample.sample-light-rays:after{background:conic-gradient(#ffffff5c,#0000 22deg,#f6dc824d 50deg,#0000 76deg)}.avatar-bg-grid button span{background:#fffaf0e6;box-shadow:0 0 0 1px #25302814}.avatar-replay-button,.avatar-random-undo{color:#253028;background:#fffdf7e0;border:1px solid #7ea6856b;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:7px 11px;font-size:.78rem;font-weight:950;display:inline-flex;box-shadow:0 3px #53775c1a}.avatar-replay-button:disabled,.avatar-random-undo:disabled{opacity:.45;cursor:not-allowed}.avatar-random-hero{grid-template-columns:auto minmax(0,1fr) auto}.avatar-random-icon-stack{white-space:normal;place-items:center;max-width:none;display:inline-grid;position:relative;overflow:visible}.avatar-random-icon-stack>svg{color:#253028;background:#f6dc82;border-radius:999px;width:22px;height:22px;padding:4px;position:absolute;bottom:-4px;right:-4px;box-shadow:0 0 0 2px #fffaf0}.avatar-random-grid small{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.15;display:-webkit-box;overflow:hidden}.avatar-option-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.avatar-option-grid button{color:#53645c;cursor:pointer;background:#fffdf7f5;border:1px solid #ded9cbf2;border-radius:18px;place-items:center;gap:5px;min-height:108px;padding:12px;display:grid;box-shadow:0 5px #2d2b2812}.avatar-option-grid button.selected,.avatar-chip-grid button.selected,.avatar-color-grid button.selected,.avatar-random-grid button:hover{color:#253028;background:#e6f3eb;border-color:#7ea685ad;box-shadow:inset 0 0 0 3px #7f9f8638,0 5px #a9c0a9}.avatar-option-grid b{font-size:2.4rem;line-height:1}.avatar-shape-preview-symbol.preview-triangle{color:#0000;clip-path:polygon(50% 5%,56% 8%,61% 15%,94% 80%,96% 87%,93% 93%,86% 96%,14% 96%,7% 93%,4% 87%,6% 80%,39% 15%,44% 8%);background:#53645c;width:46px;height:46px}.avatar-shape-preview-symbol.preview-hexagon,.avatar-shape-preview-symbol.preview-pentagon,.avatar-shape-preview-symbol.preview-octagon,.avatar-shape-preview-symbol.preview-shield,.avatar-shape-preview-symbol.preview-ticket,.avatar-shape-preview-symbol.preview-leaf,.avatar-shape-preview-symbol.preview-blob{color:#0000;background:#53645c;width:46px;height:46px}.avatar-shape-preview-symbol.preview-pentagon{clip-path:polygon(50% 4%,57% 7%,94% 35%,97% 43%,81% 93%,74% 97%,26% 97%,19% 93%,3% 43%,6% 35%,43% 7%)}.avatar-shape-preview-symbol.preview-hexagon{clip-path:polygon(29% 6%,71% 6%,78% 10%,96% 45%,96% 55%,78% 90%,71% 94%,29% 94%,22% 90%,4% 55%,4% 45%,22% 10%)}.avatar-shape-preview-symbol.preview-octagon{clip-path:polygon(32% 4%,68% 4%,75% 7%,93% 25%,96% 32%,96% 68%,93% 75%,75% 93%,68% 96%,32% 96%,25% 93%,7% 75%,4% 68%,4% 32%,7% 25%,25% 7%)}.avatar-shape-preview-symbol.preview-shield{clip-path:polygon(50% 4%,84% 15%,91% 22%,87% 62%,77% 82%,50% 96%,23% 82%,13% 62%,9% 22%,16% 15%)}.avatar-shape-preview-symbol.preview-ticket{clip-path:polygon(6% 6%,38% 6%,50% 17%,62% 6%,94% 6%,94% 38%,83% 50%,94% 62%,94% 94%,62% 94%,50% 83%,38% 94%,6% 94%,6% 62%,17% 50%,6% 38%)}.avatar-shape-preview-symbol.preview-leaf{clip-path:polygon(51% 3%,80% 9%,96% 31%,91% 63%,68% 90%,35% 96%,10% 78%,4% 45%,19% 18%)}.avatar-shape-preview-symbol.preview-blob{border-radius:48% 52% 44% 56%/42% 34% 66% 58%}.avatar-option-grid span,.avatar-chip-grid button,.avatar-color-grid button{font-size:.78rem;font-weight:950}.avatar-chip-section{background:#fffdf79e;border:1px solid #ded9cbe0;border-radius:20px;gap:9px;padding:14px;display:grid;box-shadow:inset 0 1px #ffffffd1}.avatar-chip-section h3,.avatar-layer-heading h3{color:#253028;margin:0;font-size:1.04rem}.avatar-layer-heading{justify-content:space-between;align-items:end;gap:12px;display:flex}.avatar-layer-heading small{color:#66756d;font-size:.72rem;font-weight:850}.avatar-layer-switch{background:linear-gradient(135deg,#fffdf7f0,#f7f2e3b8);border:1px solid #ded9cbf2;border-radius:24px;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin:2px 0 4px;padding:18px 12px 12px;display:grid;position:relative;box-shadow:inset 0 1px #ffffffdb,0 8px 20px #2d2b280f}.avatar-layer-switch:before{color:#8caf95;content:"Layers";letter-spacing:.14em;text-transform:uppercase;background:#fffaf0;border:1px solid #ded9cbe6;border-radius:999px;padding:2px 9px;font-size:.68rem;font-weight:950;line-height:1.35;position:absolute;top:-11px;left:18px}.avatar-layer-switch button{color:#53645c;cursor:pointer;text-align:left;background:#fffdf7f5;border:1px solid #ded9cbf2;border-radius:16px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;min-width:0;min-height:64px;padding:10px 12px;display:grid;box-shadow:0 4px #2d2b2814}.avatar-layer-switch b{color:#253028;text-overflow:ellipsis;white-space:nowrap;background:#f6dc826b;border-radius:12px;place-items:center;width:34px;min-width:0;height:34px;font-size:1.2rem;font-weight:950;line-height:1;display:inline-grid;overflow:hidden;box-shadow:inset 0 0 0 1px #e0ca855c}.avatar-layer-switch button.selected{color:#253028;background:linear-gradient(135deg,#f6dc82a8,#e6f3ebe6);border-color:#7ea685ad;box-shadow:inset 0 0 0 3px #7f9f8638,0 5px #a9c0a9}.avatar-layer-switch span,.avatar-layer-switch strong,.avatar-layer-switch small{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.avatar-layer-switch span{gap:1px;display:grid}.avatar-layer-switch strong{font-size:.88rem;font-weight:950}.avatar-layer-switch small{color:#66756d;font-size:.7rem;font-weight:900}.avatar-chip-grid,.avatar-color-grid,.avatar-random-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.avatar-chip-grid.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.avatar-chip-grid button,.avatar-color-grid button,.avatar-random-grid button{color:#53645c;cursor:pointer;background:#fffdf7f5;border:1px solid #ded9cbf2;border-radius:14px;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:45px;padding:8px 10px;display:inline-flex;box-shadow:0 4px #2d2b2812}.avatar-color-grid button:before{content:"";border:2px solid #ffffffdb;border-radius:999px;flex:none;width:16px;height:16px;box-shadow:0 0 0 1px #25302829}.avatar-color-grid button[data-color=ink]:before{background:#253028}.avatar-color-grid button[data-color=cream]:before{background:#fffaf0}.avatar-color-grid button[data-color=gold]:before{background:#f1c94f}.avatar-color-grid button[data-color=mint]:before{background:#8fb399}.avatar-color-grid button[data-color=rose]:before{background:#d97886}.avatar-color-grid button[data-color=sky]:before{background:#8fb8df}.avatar-color-grid button[data-color=purple]:before{background:#a586d7}.avatar-color-grid button[data-color=neon]:before{background:#55f0c7}.avatar-random-hero{background:linear-gradient(135deg,#fff6d2e0,#e8f3ebb8);border:1px solid #e0ca85a6;border-radius:22px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:16px;display:grid}.avatar-random-hero h3,.avatar-random-hero p{margin:0}.avatar-random-hero p,.random-mode-panel span{color:#66756d;font-weight:850}.avatar-random-grid button{text-align:left;grid-template-columns:auto minmax(0,1fr);place-items:center start;gap:12px;min-height:76px;padding:14px;display:grid}.avatar-random-grid button>svg{color:#253028;background:linear-gradient(135deg,#f6dc82b8,#e6f3ebe6);border-radius:14px;width:38px;height:38px;padding:8px;box-shadow:inset 0 0 0 1px #e0ca856b}.avatar-random-grid button>span{gap:3px;display:grid}.avatar-random-grid strong,.avatar-random-grid span,.avatar-random-grid small{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;overflow:hidden}.avatar-random-grid strong{color:#253028}.avatar-random-grid small{color:#66756d;font-weight:850}.avatar-fine-control-card{background:#fffdf7b8;border:1px solid #ded9cbe6;border-radius:20px;gap:12px;padding:14px;display:grid;box-shadow:inset 0 1px #ffffffd1}.avatar-fine-control-card .avatar-slider-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}.avatar-resize-controls{background:#fffdf7b3;border:1px solid #ded9cbe6;border-radius:20px;gap:14px;padding:14px;display:grid}.avatar-resize-controls label{min-width:0}.avatar-resize-controls h3{color:#253028;margin:4px 0 0;font-size:1.2rem}.avatar-resize-controls label{color:#53645c;gap:8px;font-weight:950;display:grid}.avatar-resize-controls input{accent-color:#9bb99f;width:100%}.avatar-resize-playground{gap:14px;display:grid}.avatar-resize-intro{background:radial-gradient(circle at 10% 8%,#f6dc8252,#0000 8rem),linear-gradient(135deg,#fff6d2e0,#e8f3ebb8);border:1px solid #e0ca85a6;border-radius:22px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.avatar-resize-intro h3{color:#253028;margin:0;font-size:clamp(1.25rem,2vw,1.65rem)}.avatar-resize-intro p:not(.eyebrow){color:#66756d;margin:5px 0 0;font-weight:850}.avatar-resize-intro button,.avatar-control-card-header button{color:#253028;background:#fffdf7d1;border:1px solid #7ea68573;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:40px;padding:8px 12px;font-weight:950;display:inline-flex;box-shadow:0 4px #53775c1f}.avatar-control-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.avatar-control-card{background:linear-gradient(#fffdf7f2,#f7f2e3b3);border:1px solid #ded9cbe6;border-radius:24px;gap:14px;min-width:0;padding:16px;display:grid;box-shadow:inset 0 1px #ffffffdb}.avatar-control-card-header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.avatar-control-card-header>span{color:#466155;background:#dbeade;border-radius:16px;place-items:center;width:44px;height:44px;display:inline-grid;box-shadow:0 4px #53775c24}.avatar-control-card-header strong{color:#253028;font-size:1.12rem;line-height:1;display:block}.avatar-control-card-header small{color:#66756d;margin-top:4px;font-weight:850;line-height:1.15;display:block}.avatar-slider-list{gap:12px;display:grid}.avatar-slider-row{touch-action:manipulation;gap:7px;min-width:0;display:grid}.avatar-slider-row>span{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.avatar-slider-row b{color:#53645c;font-size:.96rem}.avatar-slider-row small{color:#253028;background:#f6dc8285;border-radius:999px;flex:none;padding:4px 8px;font-size:.72rem;font-weight:950}.avatar-slider-row input{accent-color:#91b099;width:100%}.avatar-slider-row input[type=range]{appearance:none;background:linear-gradient(90deg,#91b099c7,#f6dc826b);border:1px solid #7ea6856b;border-radius:999px;height:12px;box-shadow:inset 0 2px 3px #27372f1f}.avatar-slider-row input[type=range]::-webkit-slider-thumb{appearance:none;background:#8fb399;border:3px solid #fffaf0;border-radius:999px;width:25px;height:25px;box-shadow:0 4px #53775c33,0 8px 14px #27372f1f}.avatar-slider-row input[type=range]::-moz-range-thumb{background:#8fb399;border:3px solid #fffaf0;border-radius:999px;width:21px;height:21px;box-shadow:0 4px #53775c33,0 8px 14px #27372f1f}.avatar-accessory-empty{color:#66756d;text-align:center;background:#e8f3eb99;border-radius:20px;align-content:center;place-items:center;gap:8px;min-height:210px;padding:20px;display:grid}.avatar-accessory-empty strong{color:#253028}.avatar-accessory-empty p{max-width:30ch;margin:0;font-weight:800;line-height:1.25}.avatar-editor-actions{flex:none;margin-top:18px}.profile-stat-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:20px;display:grid}.profile-stat-grid span{background:#fffdf7e6;border:1px solid #ded9cbf2;border-radius:18px;gap:4px;min-width:0;padding:14px;display:grid}.profile-stat-grid b{font-size:clamp(1.4rem,3vw,2rem);line-height:1}.profile-stat-grid small,.profile-seed-section small{color:#66756d;font-weight:900}.profile-analytics-section{background:radial-gradient(circle at 14% 0,#f8df913d,#0000 34%),linear-gradient(135deg,#fffdf7f0,#eaf6edbd);border:1px solid #bccfbbe6;border-radius:24px;margin-top:22px;padding:clamp(16px,2vw,22px)}.profile-section-title-row,.profile-chart-heading{justify-content:space-between;align-items:center;gap:14px;display:flex}.profile-section-title-row h3{align-items:center;gap:8px;margin:0;font-size:clamp(1.35rem,3vw,2rem);display:inline-flex}.profile-heading-help{align-items:center;display:inline-flex;position:relative}.profile-seed-help-button{color:#5f7469;background:#fffdf7e0;border:1px solid #7ea68557;border-radius:999px;place-items:center;width:30px;min-width:30px;height:30px;min-height:30px;padding:0;display:inline-grid;box-shadow:0 3px #53775c1a}.profile-seed-help-button:hover,.profile-seed-help-button:focus-visible,.profile-seed-help-button[aria-expanded=true]{color:#30453a;background:#eaf6edf5;border-color:#7ea68594}.profile-seed-help-popover{z-index:30;color:#40534a;background:#fffdf7fa;border:1px solid #7ea68557;border-radius:16px;width:min(360px,100vw - 72px);padding:12px 14px;font-size:.86rem;font-weight:850;line-height:1.32;position:absolute;top:calc(100% + 9px);left:0;box-shadow:0 16px 30px #507a6c2e}@media (width<=760px){.profile-seed-help-popover{width:min(300px,76vw);left:auto;right:0}}.profile-section-title-row>span,.profile-chart-heading>span{color:#64776d;background:#fff6d2bd;border-radius:999px;flex:none;padding:8px 12px;font-size:.82rem;font-weight:950}.profile-analytics-hero{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:12px;margin-top:16px;display:grid}.profile-mastery-card,.profile-coach-card,.profile-chart-card,.profile-result-card,.profile-recent-card,.profile-analytics-grid span{background:#fffdf7db;border:1px solid #ded9cbf2}.profile-mastery-card,.profile-coach-card,.profile-result-card{border-radius:20px;align-items:center;gap:14px;min-width:0;padding:14px;display:flex}.profile-mastery-ring,.profile-result-ring{border-radius:999px;flex:none;place-items:center;width:78px;height:78px;display:inline-grid;box-shadow:inset 0 0 0 9px #fffdf7e6}.profile-mastery-ring{background:conic-gradient(#8fb399 0 var(--mastery), #e8e0cce6 var(--mastery) 100%)}.profile-mastery-ring b{background:#fffaf0;border-radius:999px;place-items:center;width:52px;height:52px;font-size:1.25rem;display:grid}.profile-mastery-card small,.profile-coach-card small,.profile-chart-heading small,.profile-result-card small{color:#8aa08f;letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:950}.profile-mastery-card strong,.profile-chart-heading strong,.profile-result-card strong{color:var(--text);font-size:1.1rem;line-height:1.1;display:block}.profile-mastery-card p,.profile-coach-card p,.profile-result-card p{color:#66756d;margin:4px 0 0;font-weight:800}.profile-coach-card{background:linear-gradient(135deg,#fff6d2d1,#fffdf7e0);align-items:flex-start}.profile-coach-card svg{color:#9c842a;flex:none}.profile-analytics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.profile-analytics-grid span{border-radius:18px;grid-template-columns:auto 1fr;align-items:center;gap:4px 8px;min-width:0;padding:12px;display:grid;position:relative}.profile-analytics-grid svg{color:#8aa08f;grid-row:span 2}.profile-analytics-grid b{min-width:0;color:var(--text);font-size:1.45rem;line-height:1}.profile-analytics-grid small{color:#66756d;font-weight:900}.profile-info-button{color:#6b7f74;background:#fffbefc7;border-color:#7ea6853d;border-radius:999px;place-items:center;width:26px;min-width:26px;height:26px;min-height:26px;padding:0;display:inline-grid;position:absolute;top:8px;right:8px;box-shadow:0 4px #7ea6851a}.profile-info-button:hover:after,.profile-info-button:focus-visible:after{content:attr(data-tooltip);z-index:5;color:#40534a;text-align:left;background:#fffdf7fa;border:1px solid #7ea68557;border-radius:14px;width:min(250px,60vw);padding:10px 12px;font-size:.78rem;font-weight:850;line-height:1.25;position:absolute;bottom:calc(100% + 8px);right:0;box-shadow:0 12px 26px #507a6c29}.profile-identity-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:12px;margin-top:12px;display:grid}.profile-archetype-card,.profile-time-card{background:radial-gradient(circle at 16% 18%,#f6d67842,#0000 34%),#fffdf7e0;border:1px solid #ded9cbf2;border-radius:22px;gap:14px;min-width:0;padding:16px;display:grid}.profile-archetype-card{text-align:center;grid-template-columns:1fr;align-content:start;justify-items:center}.profile-archetype-card img{object-fit:contain;filter:drop-shadow(0 10px 10px #2d2b281f);background:linear-gradient(135deg,#e8f3ebe6,#fff6d2b8);border:1px solid #7ea68540;border-radius:28px;width:clamp(128px,13vw,176px);height:clamp(128px,13vw,176px);padding:8px}.profile-archetype-card>div{justify-items:center;max-width:36ch;display:grid}.profile-time-card{background:radial-gradient(circle at 92% 0,#9ed0c03d,#0000 36%),#fffdf7e0;grid-template-columns:auto minmax(0,1fr);align-items:flex-start}.profile-time-card>svg{color:#8aa08f}.profile-archetype-card small,.profile-time-card small{color:#8aa08f;letter-spacing:.18em;text-transform:uppercase;font-size:.72rem;font-weight:950}.profile-archetype-card strong,.profile-time-card strong{color:var(--text);font-size:clamp(1.1rem,1.6vw,1.45rem);line-height:1.05;display:block}.profile-archetype-card p,.profile-time-card p{color:#66756d;margin:6px 0 0;font-weight:820;line-height:1.35}.profile-time-card dl{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0 0;display:grid}.profile-time-card dl div{background:#f4faf2c2;border-radius:14px;min-width:0;padding:9px 10px}.profile-time-card dt{color:#8aa08f;text-transform:uppercase;font-size:.68rem;font-weight:950}.profile-time-card dd{color:#34423b;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:2px 0 0;font-weight:950;overflow:hidden}.profile-time-card .profile-time-coach{color:#52675c;background:#fff6d29e;border-radius:14px;padding:9px 10px}.profile-chart-card,.profile-recent-card{border-radius:20px;margin-top:12px;padding:14px}.profile-score-chart{background:linear-gradient(#e8f3ebb3,#fff6d24d);border-radius:18px;grid-template-columns:repeat(12,minmax(14px,1fr));align-items:end;gap:7px;min-height:138px;margin-top:14px;padding:12px;display:grid}.profile-score-bar{min-height:16px;height:var(--bar-height);background:#bfd5bf;border-radius:999px 999px 8px 8px;display:block;position:relative;box-shadow:inset 0 -4px #53775c24}.profile-score-bar.is-loss{background:#efc7bd}.profile-score-bar.is-draw{background:#f1dd9b}.profile-score-bar b{color:#53645c;white-space:nowrap;font-size:.64rem;font-weight:950;position:absolute;bottom:calc(100% + 4px);left:50%;translate:-50%}.profile-history-grid{grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);gap:12px;margin-top:12px;display:grid}.profile-result-ring{background:conic-gradient(#8fb399 0 var(--win-slice), #efc7bd var(--win-slice) var(--loss-slice), #f1dd9b var(--loss-slice) 100%)}.profile-history-grid .profile-result-card{text-align:center;flex-direction:column;justify-content:space-between;align-items:center;gap:18px;min-height:100%;padding:clamp(24px,3vw,34px) 18px clamp(28px,3.5vw,42px)}.profile-history-grid .profile-result-ring{width:clamp(138px,13vw,190px);height:clamp(138px,13vw,190px);margin-top:clamp(12px,2vw,24px)}.profile-history-grid .profile-result-card>div{margin-top:auto}.profile-recent-card h4{margin:0 0 10px;font-size:1.1rem}.profile-recent-list{gap:8px;display:grid}.profile-recent-row{background:#f4faf2cc;border-radius:14px;grid-template-columns:auto 1fr;align-items:center;gap:10px;padding:10px;display:grid}.profile-recent-row>span{color:#53645c;text-align:center;background:#bfd5bfb8;border-radius:999px;min-width:48px;padding:5px 8px;font-size:.72rem;font-weight:950}.profile-recent-row.result-loss>span{background:#efc7bdcc}.profile-recent-row.result-draw>span{background:#f1dd9bd1}.profile-recent-row strong{color:var(--text);line-height:1;display:block}.profile-recent-row small,.profile-empty-analytics{color:#66756d;font-weight:800}.profile-history-review-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-history-review-list .profile-recent-row{align-content:start;align-items:start;min-height:102px;padding:14px}.profile-history-review-list .profile-recent-row>span{justify-self:start}.profile-history-review-list .profile-recent-row strong{line-height:1.08}.profile-history-review-list .profile-recent-row small{margin-top:6px;line-height:1.25;display:block}.profile-history-filter-row{flex-wrap:wrap;gap:8px;margin:14px 0 12px;display:flex}.profile-history-filter-row button{color:#61726a;cursor:pointer;background:#fffdf7c7;border:1px solid #7ea68547;border-radius:999px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:7px 11px;font-size:.78rem;font-weight:950;display:inline-flex;box-shadow:0 3px #53775c1a}.profile-history-filter-row button.selected{color:#253028;background:#e8f3ebeb;border-color:#7ea68594;box-shadow:inset 0 0 0 2px #8fb39929,0 3px #53775c24}.profile-history-filter-row button span{color:#53645c;background:#fff6d2b8;border-radius:999px;min-width:22px;padding:2px 6px;font-size:.68rem}.profile-history-row-main strong{flex-wrap:wrap;align-items:baseline;gap:5px 9px;display:flex}.profile-history-row-main strong em{color:#66756d;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.82rem;font-style:normal;font-weight:900;overflow:hidden}@media (width>=1280px){.profile-history-review-list{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-history-review-list .profile-recent-row{grid-template-columns:1fr}}@media (width<=760px){.profile-history-review-list{grid-template-columns:1fr}.profile-history-review-list .profile-recent-row{min-height:0}}.profile-seed-insight-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.profile-seed-insight-grid section{background:#fffdf7d1;border:1px solid #ded9cbf2;border-radius:20px;min-width:0;padding:14px}.profile-seed-insight-grid h4{color:var(--text);margin:0 0 10px;font-size:1rem}.profile-seed-insight-grid button{color:#34423b;width:100%;min-height:0;box-shadow:none;text-align:left;background:#f4faf2c2;border:1px solid #7ea68538;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;gap:3px 10px;margin-top:8px;padding:10px;display:grid}.profile-seed-insight-grid button:first-of-type{margin-top:0}.profile-seed-insight-grid strong,.profile-seed-insight-grid span,.profile-seed-insight-grid small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.profile-seed-insight-grid span{color:#61726a;justify-self:end;font-weight:900}.profile-seed-insight-grid small{color:#7b8f82;grid-column:1/-1;font-weight:850}.profile-seed-insight-grid p{color:#66756d;margin:0;font-weight:800}.profile-seed-mini-card{color:#34423b;background:#f4faf2c2;border:1px solid #7ea68538;border-radius:16px;gap:10px;min-width:0;margin-top:8px;padding:12px;display:grid;box-shadow:inset 0 1px #ffffffb8}.profile-seed-mini-card:first-of-type{margin-top:0}.profile-seed-mini-card>div:first-child{grid-template-columns:minmax(0,1fr) auto;gap:3px 10px;display:grid}.profile-seed-mini-card strong,.profile-seed-mini-card span,.profile-seed-mini-card small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.profile-seed-mini-card span{color:#61726a;justify-self:end;font-weight:900}.profile-seed-mini-card small{color:#7b8f82;grid-column:1/-1;font-weight:850}.profile-seed-card-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;display:grid}.profile-seed-card-actions button{color:#53645c;text-align:center;cursor:pointer;background:#fffdf7db;border:1px solid #7ea68547;border-radius:999px;justify-content:center;align-items:center;width:auto;min-width:0;min-height:34px;margin-top:0;padding:7px 8px;font-size:.72rem;font-weight:950;display:inline-flex;box-shadow:0 3px #53775c1a}.profile-seed-card-actions button:disabled{opacity:.48;cursor:not-allowed}.profile-seed-section{margin-top:22px}.profile-seed-section h3{align-items:center;gap:8px;margin:0 0 12px;display:inline-flex}.profile-seed-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:stretch;gap:10px;display:grid}.profile-seed-list>button,.profile-most-played-list p{background:#fffdf7e6;border:1px solid #ded9cbf2;border-radius:16px;min-width:0;padding:14px}.profile-seed-list>button{text-align:left;cursor:pointer;flex:0 180px;gap:4px;width:min(180px,100%);min-height:88px;display:grid}.profile-most-played-list{gap:8px;display:grid}.profile-most-played-list p{grid-template-columns:1fr auto auto;align-items:center;gap:12px;margin:0;display:grid}.identity-choice-actions{gap:10px;margin-top:18px;display:grid}.identity-choice-actions button{cursor:pointer;border-radius:18px;justify-content:center;align-items:center;gap:10px;min-height:54px;font-weight:950;display:inline-flex}.identity-primary-button{background:#f4dc8f;border:1px solid #e0ca85e6;box-shadow:0 5px #d3b04847}.identity-secondary-button,.identity-guest-button,.identity-gate-card .secondary-action{background:#f8f3e7;border:1px solid #bccfbbe6}.inline-error{color:#9b3d2d;font-weight:900}.favorite-guest-hint{z-index:3;color:#53645c;text-align:left;background:#fff8df;border:1px solid #e0ca85d9;border-radius:12px;width:min(260px,72vw);padding:10px 12px;font-size:.78rem;font-weight:900;line-height:1.25;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 24px #27372f29}.leaderboard-player-avatar{object-fit:contain;background:#fffbefc7;border-radius:14px;width:54px;height:54px}.leaderboard-profile-avatar{width:54px;height:54px}.leaderboard-player-avatar.small{border-radius:10px;width:34px;height:34px}.leaderboard-profile-avatar.small{width:34px;height:34px}.leaderboard-player-avatar.tiny{border-radius:8px;flex:none;width:24px;height:24px}.leaderboard-profile-avatar.tiny{flex:none;width:24px;height:24px}.leaderboard-guest-badge{color:#62756b;text-transform:uppercase;letter-spacing:.04em;background:#e8f3ebdb;border-radius:999px;align-items:center;width:fit-content;padding:3px 7px;font-size:.68rem;font-style:normal;font-weight:950;display:inline-flex}.leaderboard-row-clickable{cursor:pointer}.leaderboard-profile-link,.seed-leaderboard-profile-card-button{color:inherit;font:inherit;text-align:inherit;cursor:pointer;background:0 0;border:0;padding:0}.leaderboard-profile-link:hover,.leaderboard-profile-link:focus-visible,.seed-leaderboard-profile-card-button:hover:not(:disabled),.seed-leaderboard-profile-card-button:focus-visible:not(:disabled){color:#2f5f48;outline:none}.leaderboard-profile-link:focus-visible,.seed-leaderboard-profile-card-button:focus-visible:not(:disabled){box-shadow:0 0 0 3px #8fb39957}@media (width<=720px){.global-profile-button{width:44px;min-width:44px;height:44px;min-height:44px;top:12px;right:12px}.global-profile-button .global-profile-avatar{width:44px;height:44px}.profile-hero-card,.profile-edit-grid,.profile-personality-card,.shared-profile-card{grid-template-columns:1fr}.profile-hero-card{--profile-hero-avatar-size:clamp(168px, 58vw, 250px);justify-items:center;min-height:0;margin-top:clamp(14px,6vw,28px);margin-bottom:clamp(18px,7vw,34px);padding:24px;overflow:visible}.profile-hero-avatar{width:var(--profile-hero-avatar-size);height:var(--profile-hero-avatar-size);transform:none}.profile-hero-avatar-area,.profile-avatar-edit-button{width:min(100%, calc(var(--profile-hero-avatar-size) + 12px));min-height:calc(var(--profile-hero-avatar-size) + 12px);justify-self:center;position:relative;top:auto;left:auto;transform:none}.profile-avatar-edit-button>span:last-child{bottom:10%;right:8%}.profile-hero-copy{width:100%;padding-right:0}.profile-hero-title-row{grid-template-columns:1fr;padding-right:0}.profile-hero-card h3{font-size:clamp(2.55rem,12vw,4.4rem)}.profile-hero-name-edit input,.profile-hero-name-edit textarea{font-size:clamp(2.45rem,11vw,4rem)}.profile-hero-name-edit input{height:calc(1.08*clamp(2.45rem,11vw,4rem))}.profile-share-button{justify-self:start;margin-top:0;position:static}.shared-profile-card dl{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-tab-strip button{flex-basis:60px;width:60px;min-width:60px;min-height:62px;padding:7px 6px}.profile-tab-strip button.selected{flex-basis:min(58vw,176px);width:min(58vw,176px)}.avatar-editor-tabs button{flex-basis:60px;width:60px;min-width:60px}.avatar-editor-tabs button.selected{flex-basis:min(58vw,184px);width:min(58vw,184px)}.avatar-piece-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-section-title-row,.profile-chart-heading{flex-direction:column;align-items:flex-start}.profile-analytics-hero,.profile-history-grid,.profile-identity-grid,.profile-seed-insight-grid,.profile-museum-grid,.profile-daily-highlight-grid,.profile-time-museum-grid,.profile-piece-lab-grid,.profile-skill-radar-card,.profile-badge-wall,.profile-share-card-grid{grid-template-columns:1fr}.profile-museum-grid{scroll-snap-type:x proximity;padding-bottom:6px;display:flex;overflow-x:auto}.profile-museum-grid>*{scroll-snap-align:start;flex:0 0 min(86vw,340px)}.profile-share-card-grid{grid-template-columns:1fr;padding-bottom:0;display:grid;overflow:visible}.profile-share-card-grid>*{width:100%;min-width:0}.profile-card-topline{flex-direction:column;align-items:flex-start}.profile-calendar-heatmap{grid-template-columns:repeat(7,minmax(18px,1fr))}.profile-weekday-heatmap,.profile-piece-grid-card{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-share-card-grid article{grid-template-columns:auto minmax(0,1fr)}.profile-share-card-grid article button{grid-column:1/-1}.profile-analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-archetype-card,.profile-time-card,.profile-time-card dl{grid-template-columns:1fr}.profile-score-chart{grid-template-columns:repeat(6,minmax(18px,1fr));row-gap:18px}.profile-most-played-list p{grid-template-columns:1fr}.avatar-editor-workspace{grid-template-columns:1fr;overflow:visible}.avatar-editor-preview-wrap{max-height:none;position:relative}.avatar-editor-card{overflow-y:auto}.avatar-editor-control-pane{max-height:none;padding-right:0;overflow:visible}.avatar-editor-crop-frame{width:min(68vw,300px)}.avatar-option-grid,.avatar-chip-grid,.avatar-chip-grid.compact,.avatar-color-grid,.avatar-random-grid,.avatar-layer-switch,.avatar-sticker-grid,.avatar-fine-control-card .avatar-slider-list{grid-template-columns:repeat(2,minmax(0,1fr))}.avatar-resize-intro,.avatar-control-card-header{flex-direction:column;grid-template-columns:auto minmax(0,1fr);align-items:stretch}.avatar-control-card-header button{grid-column:1/-1}.avatar-control-cards{grid-template-columns:1fr}}@media (width<=768px){.board{border-width:4px;border-radius:26px;width:min(94vw,430px);max-width:100%;padding:8px}.coordinate-label{font-size:clamp(.58rem,2.5vw,.78rem);top:4px;left:6px}}@media (width<=380px){.action-piece{width:70px;height:66px}.action-card-copy{padding-right:34px}.today-pill{grid-template-columns:auto minmax(0,1fr)}.copy-seed-button{grid-column:1/-1;width:100%}.shuffle-mode-toggle{width:100%}.copy-seed-button span{display:inline}.history-list{max-height:170px}}@media (width<=768px){.match-panel{gap:12px;padding:16px}.match-panel .panel-title-row,.match-panel .score-stack,.match-panel .info-stack,.match-panel .match-actions{width:100%}.match-panel .panel-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;display:grid}.score-stack .score-row{text-align:left;grid-template-columns:minmax(0,1fr) auto;justify-content:stretch;gap:8px;display:grid}.info-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:12px;display:grid}.info-stack p{background:#f7f2e36b;border:1px solid #dcd6c7a8;border-radius:16px;grid-template-columns:1fr;align-content:start;align-items:start;gap:5px;min-height:62px;padding:10px 12px;font-size:.8rem;display:grid}.info-stack p:nth-child(3),.online-match-panel .info-stack p:nth-child(5),.online-match-panel .info-stack p:nth-child(6){grid-column:1/-1;min-height:58px}.info-stack span{color:#68766e;align-items:center;gap:6px;display:inline-flex}.info-stack strong{text-align:left;font-size:.94rem;line-height:1.18}.online-power-info strong,.online-opponent-info strong{justify-content:flex-start}}.meet-board-frame{position:relative;overflow:visible}.meet-board-grid{position:relative}.meet-square{appearance:none;cursor:pointer;border:0;padding:0;transition:transform .16s,box-shadow .18s,filter .18s;position:relative}.meet-square:disabled{cursor:default;opacity:1}.meet-square:not(:disabled):hover{transform:translateY(-2px);box-shadow:inset 0 0 0 2px #ffffffa6,0 10px 16px #453d361f}.meet-square.is-selected{z-index:4;animation:.36s cubic-bezier(.2,1.4,.35,1) meet-selected-bounce;box-shadow:inset 0 0 0 3px #f2d063fa,0 0 0 5px #f2d06357,0 0 24px #f2d06394,0 12px 18px #453d3624}.meet-square.is-selected img{filter:drop-shadow(0 13px 8px #2822183d)drop-shadow(0 0 12px #f2d0638a);transform:translateY(-10%)scale(1.2)rotate(-2deg)}.meet-square.is-move-preview:after,.meet-square.is-capture-preview:after{content:"";pointer-events:none;border-radius:999px;position:absolute;inset:18%}.meet-square.is-move-preview:after{background:#f7cf72eb;width:clamp(13px,3.7vw,17px);height:clamp(13px,3.7vw,17px);animation:1.55s ease-in-out infinite alternate meet-move-glow;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 0 0 clamp(7px,1.7vw,9px) #f7cf7238,0 0 18px #f7cf726b}.meet-square.is-capture-preview:after{background:radial-gradient(circle,#d352523d,#d3525212 56%,#0000 62%);border:3px solid #d35252e0;animation:1.25s ease-in-out infinite alternate meet-capture-glow;inset:11%;box-shadow:0 0 20px #d352526b}.meet-square img{transition:transform .18s,filter .18s}.meet-piece-card{left:var(--meet-card-left,8px);top:var(--meet-card-top,8px);z-index:8;color:#31332f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffcf1f5;border:1px solid #92b0977a;border-radius:22px;gap:8px;width:min(248px,100% - 16px);padding:12px;animation:.22s cubic-bezier(.2,1.18,.34,1) meet-card-pop;display:grid;position:absolute;box-shadow:0 18px 38px #453d3633,inset 0 1px #ffffffe6}.meet-piece-card:not(.is-positioned){visibility:hidden}.meet-piece-card:after{content:"";background:#fffcf1f5;width:16px;height:16px;position:absolute;transform:rotate(45deg)}.meet-piece-card-above:after{left:var(--meet-pointer-x,50%);border-bottom:1px solid #92b0977a;border-right:1px solid #92b0977a;bottom:-8px;transform:translate(-50%)rotate(45deg)}.meet-piece-card-below:after{left:var(--meet-pointer-x,50%);border-top:1px solid #92b0977a;border-left:1px solid #92b0977a;top:-8px;transform:translate(-50%)rotate(45deg)}.meet-piece-card-left:after{right:-8px;top:var(--meet-pointer-y,50%);border-top:1px solid #92b0977a;border-right:1px solid #92b0977a;transform:translateY(-50%)rotate(45deg)}.meet-piece-card-right:after{left:-8px;top:var(--meet-pointer-y,50%);border-bottom:1px solid #92b0977a;border-left:1px solid #92b0977a;transform:translateY(-50%)rotate(45deg)}.meet-piece-card-header{align-items:center;gap:9px;padding-right:26px;display:flex}.meet-piece-icon{background:#edf2e9;border-radius:18px;flex:none;width:54px;height:54px;display:block;position:relative;overflow:visible;box-shadow:inset 0 0 0 1px #92b09742}.meet-piece-icon img{object-fit:contain;object-position:center center;transform-origin:50%;filter:drop-shadow(0 5px 4px #2822182e);width:88px;height:88px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-54%)}.meet-piece-icon-pawn img{transform:translate(-50%,-57%)}.meet-piece-icon-knight img{transform:translate(-50%,-53%)}.meet-piece-icon-king img,.meet-piece-icon-queen img{transform:translate(-50%,-55%)}.meet-piece-card-header span,.meet-piece-moves span{color:#7f9f86;letter-spacing:.16em;text-transform:uppercase;font-size:.64rem;font-weight:950;display:block}.meet-piece-card-header strong{color:#222428;font-size:1.04rem;font-weight:950;line-height:1.05;display:block}.meet-piece-quote{color:#3f463f;margin:0;font-size:.9rem;font-weight:850;line-height:1.25}.meet-piece-moves{background:#edf2e9b8;border-radius:16px;gap:2px;padding:9px 10px;display:grid}.meet-piece-moves p{color:#59675c;margin:0;font-size:.79rem;font-weight:800;line-height:1.25}.meet-piece-preview-tags{color:#708077;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;font-size:.72rem;font-weight:950;display:grid}.meet-piece-preview-tags span{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-width:0;padding:7px 9px;display:inline-flex;box-shadow:inset 0 0 0 1px #ded9cb94}.meet-preview-chip-move{background:#fff6d7db}.meet-preview-chip-capture{background:#ffebe4db}.meet-legend-orb,.meet-legend-capture{border-radius:999px;flex:none;width:12px;height:12px;display:inline-block}.meet-legend-orb{background:#f7cf72f0;box-shadow:0 0 0 6px #f7cf7233}.meet-legend-capture{background:#d352521a;border:3px solid #d35252e0;box-shadow:0 0 0 4px #d352521f}.meet-board-hint{color:#708077;text-align:center;margin:-8px 0 0;font-size:.85rem;font-weight:850}@keyframes meet-selected-bounce{0%{transform:translateY(0)scale(1)}55%{transform:translateY(-4px)scale(1.045)}to{transform:translateY(-2px)scale(1.02)}}@keyframes meet-card-pop{0%{opacity:0;transform:translateY(4px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes meet-move-glow{0%{opacity:.76;transform:translate(-50%,-50%)scale(.88)}to{opacity:1;transform:translate(-50%,-50%)scale(1.04)}}@keyframes meet-capture-glow{0%{opacity:.74;transform:scale(.92)}to{opacity:1;transform:scale(1.04)}}@media (width<=760px){.meet-piece-card{z-index:140;overscroll-behavior:contain;border-radius:22px;width:min(330px,100vw - 28px);max-height:calc(100svh - 28px);padding:12px;animation:none;position:fixed;overflow-y:auto;transform:translate(-50%,-50%);top:50%!important;left:50%!important}.meet-piece-card:after{display:none}.meet-piece-card .modal-close-button{width:36px;min-width:36px;height:36px;min-height:36px;top:10px;right:10px}.meet-piece-card-header{grid-template-columns:76px minmax(0,1fr);align-items:center;gap:10px;min-height:78px;padding-right:42px;display:grid}.meet-piece-icon{border-radius:20px;width:68px;height:68px}.meet-piece-icon img{width:102px;height:102px}.meet-piece-card-header strong{font-size:1.1rem;line-height:1}.meet-piece-quote{font-size:.94rem;line-height:1.2}.meet-piece-moves{padding:10px}.meet-piece-moves p{font-size:.82rem;line-height:1.2}.meet-piece-preview-tags{grid-template-columns:1fr 1fr;gap:7px;font-size:.7rem}.meet-piece-preview-tags span{gap:6px;min-height:34px;padding:6px 8px}.meet-piece-learn-link{min-height:42px;font-size:.82rem;line-height:1.05}}@media (width<=420px){.meet-piece-card{width:min(300px,100vw - 24px);padding:11px}.meet-piece-card-header{grid-template-columns:68px minmax(0,1fr);gap:8px;min-height:70px;padding-right:38px}.meet-piece-icon{width:62px;height:62px}.meet-piece-icon img{width:92px;height:92px}.meet-piece-preview-tags{gap:6px;margin-top:0;font-size:.66rem}.meet-piece-preview-tags span{gap:6px;padding-inline:7px}.meet-board-hint{margin-top:-3px;font-size:.78rem}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:4px;outline:4px solid #2d2b28b8}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.online-match-panel{overscroll-behavior:contain;scrollbar-gutter:stable;gap:clamp(8px,1.25svh,16px);overflow:hidden auto}.online-match-panel .panel-title-row{align-items:center}.online-match-panel h2{font-size:clamp(1.24rem,1.4vw + .55rem,1.78rem)}.online-match-panel .mode-badge{padding:clamp(5px,.8svh,7px) clamp(9px,1vw,12px);font-size:clamp(.8rem,.7vw + .55rem,.95rem)}.online-match-panel .score-stack{gap:clamp(6px,1svh,10px)}.online-match-panel .score-stack .score-row{border-radius:clamp(14px,1.4vw,18px);gap:clamp(8px,1vw,12px);min-height:clamp(36px,5.7svh,56px);padding:clamp(6px,1.1svh,12px) clamp(10px,1.4vw,14px);font-size:clamp(.88rem,.7vw + .65rem,1.04rem)}.online-match-panel .piece-score-icon{--piece-scale:1.45;width:clamp(28px,4.5svh,48px);height:clamp(28px,4.5svh,48px);padding:0}.online-match-panel .info-stack{gap:clamp(5px,.85svh,10px);padding-top:clamp(8px,1.2svh,14px)}.online-match-panel .info-stack p{font-size:clamp(.8rem,.45vw + .65rem,.92rem);line-height:1.18}.online-match-panel .panel-note{margin:0;font-size:clamp(.8rem,.45vw + .65rem,.92rem);line-height:1.28}.online-match-panel .match-actions{gap:clamp(8px,1.1svh,12px);margin-top:clamp(10px,2.4svh,28px);padding-top:0}.online-match-panel .wide-action{border-radius:clamp(14px,1.4vw,18px);min-height:clamp(40px,6svh,54px)}@media (height<=760px) and (width>=769px){.online-match-panel{gap:8px;padding:clamp(16px,1.8vw,24px)}.online-match-panel .eyebrow{font-size:.68rem}.online-match-panel .info-stack{gap:5px}.online-match-panel .match-actions{margin-top:8px}}@media (width<=768px){.online-match-panel{gap:clamp(7px,1svh,10px);padding:12px;overflow:visible}.online-match-panel h2{font-size:clamp(1.08rem,4.4vw,1.22rem)}.online-match-panel .eyebrow{font-size:.62rem}.online-match-panel .mode-badge{padding:4px 8px;font-size:.72rem}.online-match-panel .score-stack{gap:6px}.online-match-panel .score-stack .score-row{border-radius:12px;gap:6px;min-height:clamp(32px,4.8svh,42px);padding:5px 7px;font-size:clamp(.76rem,3vw,.88rem)}.online-match-panel .piece-score-icon{--piece-scale:1.12;width:clamp(24px,3.8svh,34px);height:clamp(24px,3.8svh,34px)}.online-match-panel .info-stack{gap:6px;padding-top:8px}.online-match-panel .info-stack p,.online-match-panel .info-stack p:nth-child(3),.online-match-panel .info-stack p:nth-child(5),.online-match-panel .info-stack p:nth-child(6){border-radius:12px;gap:3px;min-height:0;padding:7px 8px;font-size:clamp(.72rem,2.6vw,.82rem)}.online-match-panel .info-stack strong{font-size:clamp(.82rem,3vw,.94rem)}.online-match-panel .panel-note{font-size:clamp(.76rem,2.7vw,.86rem)}.online-match-panel .match-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:clamp(8px,1.4svh,14px);display:grid}.online-match-panel .wide-action{border-radius:14px;grid-column:1/-1;min-height:clamp(38px,5.6svh,46px);padding:8px 10px}}.match-panel:not(.online-match-panel){gap:clamp(10px,1.35svh,18px)}.match-panel:not(.online-match-panel) .score-stack{gap:clamp(6px,.9svh,8px)}.match-panel:not(.online-match-panel) .score-stack .score-row{border-radius:clamp(14px,1.4vw,18px);gap:clamp(8px,1vw,12px);min-height:clamp(36px,5.2svh,54px);padding:clamp(5px,.8svh,10px) clamp(9px,1.1vw,13px);font-size:clamp(.86rem,.58vw + .64rem,.98rem)}.match-panel:not(.online-match-panel) .piece-score-icon{--piece-scale:1.45;width:clamp(26px,4.4svh,40px);height:clamp(26px,4.4svh,40px);padding:0}.match-panel:not(.online-match-panel) .match-actions{padding-bottom:clamp(8px,1.4svh,14px)}@media (height<=820px) and (width>=769px){.match-panel:not(.online-match-panel){gap:9px;padding:clamp(16px,1.8vw,24px)}.match-panel:not(.online-match-panel) .score-stack .score-row{min-height:34px;padding-block:5px}.match-panel:not(.online-match-panel) .piece-score-icon{width:24px;height:24px}.match-panel:not(.online-match-panel) .info-stack{gap:5px;padding-top:8px}.match-panel:not(.online-match-panel) .match-actions{padding-top:6px;padding-bottom:8px}}@media (width<=768px){.match-panel:not(.online-match-panel) .score-stack .score-row{min-height:clamp(30px,4.4svh,38px);padding:5px 7px;font-size:clamp(.74rem,2.8vw,.84rem)}.match-panel:not(.online-match-panel) .piece-score-icon{--piece-scale:1.12;width:clamp(22px,3.4svh,30px);height:clamp(22px,3.4svh,30px)}}.button-link{color:var(--button-text);background:var(--button-bg);border-radius:18px;justify-content:center;align-items:center;gap:9px;padding:12px 18px;font-weight:850;text-decoration:none;transition:transform .16s,background .16s,box-shadow .16s;display:inline-flex;box-shadow:0 10px #2d2b2814,inset 0 -3px #2d2b2814}.button-link:hover{background:var(--button-bg-hover);transform:translateY(-2px)}.button-link:focus-visible,.not-found-page a:focus-visible,button:focus-visible,.utility-modal input:focus-visible{outline-offset:3px;outline:3px solid #78b89bb8}.gold-action{background:var(--button-primary-bg);color:var(--button-primary-text)}.not-found-play-online-action{color:#fff;text-shadow:0 2px #00000021;background:linear-gradient(#22bf78,#208d59);border:1px solid #1e7f4fbf;box-shadow:0 10px 24px #208d5938}.not-found-play-online-action:hover,.not-found-play-online-action:focus-visible{color:#fff;background:linear-gradient(#22bf78,#208d59);box-shadow:0 12px 28px #208d593d}.not-found-play-online-action:active{transform:translateY(1px);box-shadow:0 8px 18px #208d592e}.subtle-link{color:var(--ink);box-shadow:none;background:#fffcf1b8;border:1px solid #2d2b281a}.not-found-page{background:radial-gradient(circle at 18% 14%, #ffffffdb, transparent 22rem), radial-gradient(circle at 83% 15%, #f7cf7242, transparent 20rem), linear-gradient(180deg, var(--page-bg) 0 78%, var(--page-bg-band) 78% 100%);height:100svh;min-height:100svh;padding:clamp(18px,3vw,42px);overflow:auto}.not-found-card{border:1px solid var(--card-border);width:min(100%,1500px);min-height:min(860px,100svh - clamp(36px,6vw,84px));box-shadow:var(--card-shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffcf1d6;border-radius:clamp(30px,4vw,48px);gap:clamp(28px,5vw,72px);margin:0 auto;padding:clamp(24px,4vw,56px);display:grid}.not-found-nav,.not-found-brand{align-items:center;display:flex}.not-found-nav{border-bottom:1px solid #2d2b2814;justify-content:flex-start;gap:18px;padding-bottom:28px}.not-found-brand{color:var(--accent);letter-spacing:.25em;gap:12px;font-size:clamp(.72rem,1vw,.9rem);font-weight:950;text-decoration:none}.not-found-content{grid-template-columns:minmax(280px,.92fr) minmax(360px,1.08fr);align-items:center;gap:clamp(24px,5vw,86px);display:grid}.not-found-copy h1{letter-spacing:-.09em;margin:0;font-family:ui-rounded,Arial Rounded MT Bold,Inter,ui-sans-serif,system-ui,sans-serif;font-size:clamp(6.5rem,14vw,13rem);line-height:.8}.not-found-copy h2{max-width:540px;color:var(--text-primary);letter-spacing:-.07em;margin:14px 0 12px;font-size:clamp(2.25rem,4.6vw,4.8rem);line-height:.92}.not-found-copy p:not(.eyebrow){max-width:500px;color:var(--text-primary);margin:0;font-size:clamp(1.05rem,1.6vw,1.4rem);font-weight:650}.not-found-actions{flex-wrap:wrap;align-items:stretch;gap:16px;margin-top:32px;display:flex}.not-found-actions .button-link{min-height:56px;padding-block:14px;box-shadow:0 10px 24px #2d2b281a}.not-found-board-scene{min-height:560px;position:relative}.not-found-mini-board{border:5px solid var(--board-frame);background:#fffcf1d1;border-radius:30px;width:min(92%,510px);padding:22px;position:absolute;inset:8% 9% auto auto;transform:rotate(.5deg);box-shadow:18px 18px #f7cf7238,0 28px 54px #507a6c38}.not-found-file-labels{color:var(--ink);text-align:center;grid-template-columns:repeat(5,1fr);padding:0 10px 9px;font-size:1.35rem;font-weight:950;display:grid}.not-found-file-labels.bottom{padding:11px 10px 0}.not-found-board-grid{border:1px solid #2d2b2814;border-radius:14px;grid-template-columns:repeat(5,1fr);display:grid;overflow:hidden}.not-found-board-grid span{aspect-ratio:1;background:var(--square-light)}.not-found-board-grid span:nth-child(2n){background:var(--square-dark)}.lost-piece{filter:drop-shadow(0 12px 8px #2d2b282e);opacity:1;-webkit-user-select:none;user-select:none;position:absolute}.lost-piece-main{width:28%;top:33%;left:35%;transform:rotate(-5deg)}.lost-piece-side{width:22%;bottom:17%;right:12%;transform:rotate(3deg)}.lost-piece-fallen{width:27%;bottom:-12%;right:-9%;transform:rotate(74deg)}.not-found-speech{width:190px;color:var(--text-primary);background:#fffcf1db;border:2px solid #78b89b57;border-radius:20px;gap:2px;padding:18px;display:grid;position:absolute;bottom:20%;right:0;box-shadow:0 18px 30px #507a6c1f}.not-found-speech span{color:var(--muted);font-weight:760}.not-found-sparkle{color:var(--gold);position:absolute}.sparkle-one{top:22%;left:6%}.sparkle-two{color:var(--accent);bottom:26%;left:16%}.invalid-seed-page{place-items:center;display:grid}.invalid-seed-card{border:1px solid var(--card-border);background:var(--card-bg);width:min(94vw,720px);box-shadow:var(--card-shadow);text-align:center;border-radius:34px;gap:14px;padding:clamp(28px,5vw,52px);display:grid}.invalid-seed-card h1{font-size:clamp(2.2rem,5vw,4.2rem);line-height:.95}.invalid-seed-copy,.invalid-seed-value{margin:0}.invalid-seed-value{background:#fff8e9b8;border-radius:16px;justify-self:center;gap:4px;padding:10px 14px;display:grid}.invalid-seed-value span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;font-weight:950}.invalid-seed-value strong{color:var(--text-primary);overflow-wrap:anywhere}@media (width<=900px){.not-found-card{min-height:auto}.not-found-nav{flex-direction:column;align-items:flex-start}.not-found-content{grid-template-columns:1fr}.not-found-board-scene{min-height:420px}.not-found-mini-board{width:min(92%,460px);left:4%;right:auto}.not-found-speech{bottom:2%;right:5%}}@media (width<=560px){.not-found-actions{display:grid}.button-link{width:100%}.not-found-board-scene{min-height:310px}.not-found-mini-board{padding:14px}.not-found-speech{display:none}}@media (width<=760px){.not-found-page{height:auto;min-height:100svh;padding:10px;overflow-x:hidden}.not-found-card{border-radius:clamp(24px,8vw,36px);gap:clamp(22px,5vw,34px);width:100%;padding:clamp(22px,6vw,34px);overflow:hidden}.not-found-nav{padding-bottom:clamp(20px,5vw,28px)}.not-found-brand{letter-spacing:clamp(.14em,3vw,.22em);max-width:100%}.not-found-content{grid-template-columns:minmax(0,1fr);gap:clamp(32px,8vw,48px)}.not-found-copy h1{font-size:clamp(7.3rem,28vw,10.2rem)}.not-found-copy h2{max-width:100%;font-size:clamp(2.65rem,11vw,4.15rem)}.not-found-actions{grid-template-columns:1fr;gap:14px;width:100%;margin-top:clamp(28px,7vw,40px);display:grid}.not-found-actions .button-link{border-radius:22px;width:100%;min-height:64px;font-size:clamp(1.15rem,5vw,1.45rem)}.not-found-actions .button-link:not(:first-child):not(.not-found-play-online-action){display:none}.not-found-play-online-action{color:#fff!important;background:linear-gradient(#22bf78,#208d59)!important;border-color:#1e7f4fbf!important}.not-found-board-scene{justify-items:center;min-height:0;padding:0 0 12px;display:grid;overflow:visible}.not-found-mini-board{border-width:4px;border-radius:clamp(24px,6vw,30px);width:min(100%,430px);margin:0 auto;padding:clamp(14px,4vw,18px);position:relative;inset:auto;transform:none;box-shadow:10px 10px #f7cf7233,0 20px 40px #507a6c2e}.not-found-file-labels{font-size:clamp(1.2rem,5.5vw,1.55rem)}.lost-piece-fallen{width:23%;bottom:-7%;right:-4%}.not-found-speech{display:none}}@media (width>=769px) and (width<=1200px){.game-header{grid-template-columns:minmax(0,1fr) minmax(260px,34vw);align-items:center;gap:clamp(16px,3vw,34px);display:grid}.brand-lockup{margin-bottom:7px}.game-details{margin-top:8px;font-size:clamp(.95rem,1.45vw,1.08rem);line-height:1.25}.status-card{border-radius:24px;grid-template-columns:minmax(0,1fr) auto;justify-self:end;gap:12px;width:min(100%,390px);min-height:0;padding:12px 15px;transition:padding .18s,width .18s,gap .18s}.status-avatar{border-radius:18px;width:clamp(50px,6vw,64px);height:clamp(50px,6vw,64px)}.status-piece-img{width:142%;height:142%}.status-corner-dot{grid-area:1/3;align-self:center;width:12px;height:12px;position:static}.status-copy{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:2px 8px;display:grid}.status-copy span,.status-copy .turn-line{font-size:clamp(.78rem,1.35vw,.92rem);line-height:1.18}.status-copy strong,.status-word-active{font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.05}.status-copy .turn-line{grid-column:1/-1}.chess-shell{--play-area-height:min(calc(100svh - clamp(128px, 17svh, 188px)), 708px);grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"board board""match history";justify-content:stretch;align-items:start;gap:clamp(16px,2vw,24px);width:min(100%,1120px);height:auto}.board-column{grid-area:board;justify-self:center;width:100%;overflow:visible}.match-panel{grid-area:match}.review-panel{grid-area:history}.match-panel,.review-panel{border-radius:28px;width:100%;height:auto;max-height:none;padding:clamp(18px,2.2vw,24px)}.match-panel{flex-direction:column;gap:clamp(12px,1.5vw,16px);display:flex}.panel-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:end;display:grid}.score-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.score-stack .score-row{min-height:48px;padding:9px 12px}.info-stack{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:12px}.info-stack p{background:#f7f2e35c;border:1px solid #dcd6c79e;border-radius:16px;grid-template-columns:minmax(0,1fr);align-content:start;gap:5px;min-height:58px;padding:10px 12px}.info-stack strong{text-align:left;font-size:1rem;line-height:1.15}.online-match-panel .info-stack p:nth-child(5),.online-match-panel .info-stack p:nth-child(6),.match-panel:not(.online-match-panel) .info-stack p:nth-child(5){grid-column:1/-1}.match-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:0;padding-top:0}.wide-action{min-height:50px;padding-inline:14px}.history-panel{min-height:0;display:flex}.history-header{margin-bottom:8px}.history-header .panel-note{margin:6px 0 0;line-height:1.42}.history-list{flex:0 auto;min-height:112px;max-height:260px;margin-top:8px}.review-footer{margin-top:14px;padding-top:14px}.review-controls{gap:9px}.stacked-actions{gap:10px}}@media (width>=769px) and (width<=900px){.game-header{grid-template-columns:minmax(0,1fr) minmax(236px,32vw);gap:14px}.status-card{gap:10px;width:min(100%,330px);padding:10px 12px}.status-avatar{border-radius:16px;width:48px;height:48px}.chess-shell{width:min(100%,820px)}}@media (width>=769px) and (width<=1200px) and (height<=900px){.game-details{margin-top:6px;font-size:.95rem}.chess-shell{--play-area-height:min(calc(100svh - clamp(205px, 28svh, 248px)), 650px)}}@media (width>=1181px) and (height<=1020px){.home-page,.game-page{padding-block:clamp(10px,1.5svh,18px)}.hero-title{font-size:clamp(60px,7.2vw,104px)}.today-pill{padding:10px 12px 10px 10px}.today-pill-icon{width:44px;height:44px}.shuffle-mode-panel{gap:10px;width:min(100%,560px);display:grid}.shuffle-mode-toggle{background:#fbf8eed1;border:1px solid #ded9cbe0;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:min(100%,360px);padding:5px;display:inline-grid;box-shadow:inset 0 1px #ffffffc7,0 8px 16px #656f5c14}.shuffle-mode-toggle button{color:#67756d;min-width:0;box-shadow:none;background:0 0;border:1px solid #0000;border-radius:999px;padding:9px 12px;font-size:.82rem;font-weight:950}.shuffle-mode-toggle button.selected{color:#fbf8ee;background:#92b097;border-color:#7f9f86c7;box-shadow:0 4px #7f9f8657,0 10px 16px #656f5c1f}.shuffle-mode-toggle button:focus-visible{outline-offset:2px;outline:3px solid #7f9f866b}.action-piece{height:100px;top:16px}.secondary-home-actions button{min-height:44px}.today-setup-showcase{gap:clamp(12px,1.6vw,18px);width:min(100%,500px);padding:clamp(18px,2.4vw,28px)}.preview-board-frame{width:min(100%,350px)}.setup-summary-panel{gap:14px;padding:14px}.decorative-home-pieces{width:clamp(130px,13vw,210px);height:clamp(100px,12vw,180px)}.game-details{margin-top:8px;line-height:1.35}.chess-shell{--play-area-height:min(100%, calc(100svh - clamp(154px, 19svh, 220px)));gap:clamp(10px,1.35vw,20px)}.side-panel,.invite-panel{border-radius:28px;padding:18px}.match-panel{gap:11px}.score-stack{gap:8px;margin:10px 0}.score-stack .score-row{padding:10px 12px}.info-stack{gap:8px;padding-top:10px}.info-stack p{padding-block:6px}.panel-note{line-height:1.45}.review-footer{padding-top:10px}.review-controls{gap:7px;margin-bottom:10px}.review-controls button{padding:8px 9px}.stacked-actions{gap:9px}}@media (width>=1181px) and (height<=900px){.today-setup-showcase{width:min(100%,470px)}.preview-board-frame{border-width:6px;width:min(100%,320px);padding:8px}.chess-shell{--play-area-height:min(100%, calc(100svh - clamp(140px, 17svh, 190px)))}}@media (width>=1181px) and (width<=1600px) and (height<=1050px){.game-header,.game-layout{width:min(100%,1500px)}.chess-shell{--play-area-height:min(calc(100svh - clamp(158px, 18.5svh, 204px)), 760px);grid-template-columns:minmax(330px, 390px) minmax(0, min(calc(var(--play-area-height) * 5 / 6), 39vw, 620px)) minmax(330px, 390px);gap:clamp(10px,1.2vw,18px)}}.chess-shell{--left-panel-width:clamp(270px, 19vw, 340px);--right-panel-width:clamp(300px, 21vw, 380px);--gameplay-gap:clamp(18px, 2.4vw, 44px);--play-area-height:min(calc(100svh - clamp(178px, 21vh, 252px)), 706px);grid-template-columns:minmax(0, var(--left-panel-width)) minmax(0, 1fr) minmax(0, var(--right-panel-width));justify-content:center;align-items:center;gap:var(--gameplay-gap);grid-template-areas:"match board history";width:min(100%,1720px);min-width:0;max-width:1720px;min-height:0;display:grid}.board-column{grid-area:board;align-content:center;align-self:center;justify-items:center;width:100%;min-width:0;overflow:visible}.match-panel{grid-area:match;width:100%;min-width:0}.review-panel{grid-area:history;width:100%;min-width:0}.history-panel .history-list{overflow-y:auto}@media (width<=1199px){body{overflow:auto}.chess-shell{--play-area-height:min(72svh, 708px);grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"board board""match history";align-items:start;gap:clamp(16px,3vw,28px);width:min(100%,920px)}.board-column{justify-self:center}.match-panel,.review-panel{height:auto;max-height:none}.history-panel .history-list{max-height:320px}}@media (width<=799px){.chess-shell{--play-area-height:min(70svh, 620px);grid-template-columns:minmax(0,1fr);grid-template-areas:"board""match""history";gap:14px;width:100%}.side-panel,.invite-panel,.error-card,.sync-toast{width:100%;min-width:0}.history-panel .history-list{max-height:280px}}.captured-pieces-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;width:min(100%,660px);margin:0 auto 6px;display:grid}.captured-side{background:#fffbefb8;border:1px solid #ded9cbb3;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:34px;padding:5px 9px;display:grid}.captured-label,.captured-points{color:#647067;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:.72rem;font-weight:950}.captured-piece-list{flex-wrap:nowrap;align-items:center;gap:0;min-width:0;display:flex;overflow:visible}.captured-piece-token{--captured-size:58px;--captured-overlap:35px;min-width:var(--captured-size);min-height:var(--captured-size);isolation:isolate;align-items:center;margin-right:-8px;display:inline-flex;position:relative}.captured-piece-copy{width:var(--captured-size);height:var(--captured-size);flex:0 0 var(--captured-size);place-items:center;display:inline-grid}.captured-piece-copy+.captured-piece-copy{margin-left:calc(var(--captured-overlap) * -1)}.captured-piece-copy:nth-child(2n){transform:translateY(-3px)rotate(-5deg)}.captured-piece-copy:nth-child(3n){transform:translateY(3px)rotate(5deg)}.captured-piece-copy:nth-child(4n){transform:translateY(-1px)rotate(2deg)}.captured-piece-token img{width:var(--captured-size);height:var(--captured-size);object-fit:contain;filter:drop-shadow(0 5px 6px #28221833)}.captured-piece-fallback{color:#453d36;font-size:calc(var(--captured-size) * .74);line-height:1}.captured-empty{color:#6470678c;font-weight:900}.history-capture-score{color:#6f947d;font-size:.76em;font-weight:950}.score-breakdown{text-align:left;background:#fffbefad;border:1px solid #ded9cbb8;border-radius:18px;gap:6px;width:min(100%,380px);margin:12px auto;padding:12px;display:grid}.score-breakdown p{justify-content:space-between;gap:16px;margin:0;font-size:.92rem;line-height:1.35;display:flex}.score-breakdown strong{color:#31332f}.score-breakdown-total{border-top:1px dashed #78908052;padding-top:6px;font-weight:950}.name-capture-form{gap:8px;width:min(100%,360px);margin:10px auto;display:grid}.name-capture-form input{font:inherit;border:1px solid #ded9cbe6;border-radius:14px;padding:10px 12px}.leaderboard-mini{text-align:left;width:min(100%,540px);margin:10px auto}.leaderboard-mini h3{color:#31332f;margin:0 0 8px}.leaderboard-table{gap:4px;display:grid}.leaderboard-row{grid-template-columns:38px 1fr 58px 56px 48px 72px;align-items:center;gap:8px;font-size:.82rem;display:grid}.leaderboard-head{color:#647067;text-transform:uppercase;letter-spacing:.06em;font-weight:950}@media (width<=760px){.captured-pieces-row{grid-template-columns:1fr 1fr;gap:5px;margin-bottom:5px}.captured-side{min-height:30px;padding:4px 7px}.captured-label{display:none}.captured-piece-list{gap:0}.captured-piece-token{--captured-size:48px;--captured-overlap:30px;min-width:var(--captured-size);min-height:var(--captured-size);margin-right:-10px}.leaderboard-row{grid-template-columns:30px 1fr 48px 44px 40px}.leaderboard-row span:nth-child(6){display:none}}.score-result-bento{grid-template-columns:.9fr 1.1fr;gap:10px;width:min(100%,480px);margin:12px auto;display:grid}.score-hero-tile,.score-mini-grid,.inline-name-form{background:#fffbefb8;border:1px solid #ded9cbb8;border-radius:22px;box-shadow:0 10px 20px #5d756714}.score-hero-tile{align-content:center;place-items:center;min-height:150px;padding:16px;display:grid}.score-hero-tile span,.inline-name-form span{color:#647067;letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:950}.score-hero-tile strong{color:#222428;font-size:clamp(3.4rem,9vw,5.6rem);line-height:.9}.score-hero-tile small{color:#6f7d72;font-weight:900}.score-mini-grid{gap:6px;padding:14px;display:grid}.score-mini-grid p{justify-content:space-between;gap:12px;margin:0;line-height:1.2;display:flex}.score-mini-grid span{color:#647067;font-weight:850}.score-mini-grid strong{color:#282a2e;font-weight:950}.inline-name-form{grid-column:1/-1;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;width:100%;margin:0;padding:10px 12px;display:grid}.inline-name-form input{background:0 0;border:0;outline:none;width:100%;padding:6px 0;font-weight:900}@media (width<=640px){.score-result-bento{grid-template-columns:1fr}.score-hero-tile{min-height:112px}}.today-pill .copy-seed-button{grid-column:auto;width:auto}.captured-side{grid-template-columns:auto auto;justify-content:start;gap:4px}.captured-points{letter-spacing:.03em;font-size:1rem}@media (width<=760px){.today-pill{grid-template-columns:auto minmax(0,1fr) auto}.today-pill .copy-seed-button{grid-column:auto;width:auto}.captured-points{font-size:.9rem}}.score-side-name{color:#24272b;font-size:clamp(1.02rem,1.1vw + .7rem,1.35rem);font-weight:950}.score-capture-row .captured-piece-list{justify-content:flex-start;min-height:34px}.score-capture-row .captured-points{letter-spacing:.01em;font-size:clamp(1.25rem,1.4vw + .85rem,1.75rem)}.captured-points{color:#4f735f}.captured-points-penalty{color:#b54f46}@media (width<=760px){.score-stack .score-capture-row{grid-template-columns:minmax(58px,auto) minmax(0,1fr) auto;gap:8px}.score-side-name{font-size:1rem}.score-capture-row .captured-points{font-size:1.2rem}}.history-capture-score-penalty{color:#b54f46}.score-capture-row .captured-piece-list{gap:0;overflow:visible}.score-capture-row .captured-piece-token{--captured-size:clamp(52px, 4.4vw, 68px);--captured-overlap:clamp(32px, 2.9vw, 43px);margin-right:-12px}.score-capture-row .captured-points{font-size:clamp(1.55rem,1.9vw + .95rem,2.25rem)}@media (width<=760px){.score-capture-row .captured-piece-token{--captured-size:48px;--captured-overlap:30px;margin-right:-12px}.score-capture-row .captured-points{font-size:1.45rem}}.score-stack .score-capture-row{grid-template-columns:auto minmax(0,1fr) auto;gap:4px;height:54px;min-height:54px;padding:8px 12px;overflow:visible}.score-capture-row .score-side-name{white-space:nowrap;margin-right:0}.score-capture-row .captured-piece-list{align-self:center;min-height:0;margin-left:-2px;overflow:visible}.score-capture-row .captured-piece-copy{z-index:1;position:relative}.score-capture-row .captured-piece-copy+.captured-piece-copy{margin-left:calc(var(--captured-overlap) * -1)}.score-capture-row .captured-points{z-index:2;font-size:clamp(1.65rem,2.1vw + .95rem,2.45rem);position:relative}@media (width<=760px){.score-stack .score-capture-row{grid-template-columns:auto minmax(0,1fr) auto;gap:3px;height:52px;min-height:52px;padding:7px 10px}.score-capture-row .captured-piece-token{--captured-size:52px;--captured-overlap:39px;min-width:24px;min-height:40px;margin-right:-25px}.score-capture-row .captured-points{font-size:1.58rem}}.score-stack{gap:8px}.score-stack .score-capture-row{border-color:#c6daca9e;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;gap:6px;height:54px;min-height:54px;padding:8px 12px 8px 14px;overflow:visible}.score-stack .score-capture-row.active-score-row{background:linear-gradient(90deg,#e3f1e9f0,#fffbefad);box-shadow:inset 0 0 0 1px #8fb19729,0 8px 22px #41594814}.score-capture-row .score-side-name{color:#24272b;letter-spacing:-.04em;white-space:nowrap;min-width:76px;margin-right:-2px;font-size:clamp(1.08rem,1vw + .75rem,1.42rem)}.score-capture-row .captured-piece-list{min-height:0;margin-left:-4px;overflow:visible}.score-capture-row .captured-piece-token{--captured-size:clamp(48px, 3.8vw, 60px);--captured-overlap:clamp(35px, 2.95vw, 44px);min-width:25px;min-height:38px;margin-right:-22px}.score-capture-row .captured-piece-token img{filter:drop-shadow(0 4px 4px #28221838)}.score-capture-row .captured-points{color:#4f735f;text-align:right;text-shadow:0 1px #fffbefe6;align-self:center;min-width:42px;padding:2px 0;font-size:clamp(1.25rem,1vw + .9rem,1.68rem);line-height:1}@media (width<=760px){.score-stack .score-capture-row{gap:5px;height:50px;min-height:50px;padding:7px 10px 7px 12px}.score-capture-row .score-side-name{min-width:62px;font-size:1.08rem}.score-capture-row .captured-piece-list{margin-left:-5px}.score-capture-row .captured-piece-token{--captured-size:48px;--captured-overlap:37px;min-width:22px;min-height:36px;margin-right:-22px}.score-capture-row .captured-points{min-width:34px;font-size:1.28rem}}.status-main-line{align-items:center;gap:10px;min-width:0;display:flex}.status-copy .status-score-pill{color:#4f735f;letter-spacing:-.01em;white-space:nowrap;background:#e3f1e9db;border:1px solid #7eac8e38;border-radius:999px;align-items:center;width:fit-content;padding:5px 10px;font-size:clamp(.82rem,.9vw,.95rem);font-weight:950;line-height:1;display:inline-flex}.score-stack .score-capture-row{grid-template-columns:auto minmax(0,1fr);gap:2px}.score-capture-row .captured-piece-token{margin-right:-24px}@media (width<=760px){.status-main-line{gap:7px}.status-copy .status-score-pill{padding:4px 8px;font-size:.76rem}.score-stack .score-capture-row{grid-template-columns:auto minmax(0,1fr);gap:1px}.score-capture-row .score-side-name{min-width:58px;margin-right:-7px}.score-capture-row .captured-piece-list{margin-left:-10px}}.status-copy .status-score-pill{letter-spacing:-.035em;padding:7px 14px;font-size:clamp(1rem,1.25vw,1.22rem);font-weight:950}.score-stack .score-capture-row{gap:0}.score-capture-row .score-side-name{min-width:68px;margin-right:-16px}@media (width<=760px){.status-copy .status-score-pill{padding:5px 10px;font-size:.9rem}.score-capture-row .score-side-name{min-width:56px;margin-right:-12px}.score-capture-row .captured-piece-list{margin-left:-16px}.score-capture-row .captured-piece-token{--captured-overlap:41px;min-width:18px;margin-right:-27px}}.score-capture-row .captured-piece-token{min-width:var(--captured-size);margin-right:0}.score-capture-row .captured-piece-token+.captured-piece-token{margin-left:calc(var(--captured-overlap) * -1)}@media (width<=760px){.score-capture-row .captured-piece-list{margin-left:-18px}.score-capture-row .captured-piece-token{min-width:var(--captured-size);margin-right:0}}.score-capture-row .captured-piece-list{margin-left:-12px}.score-capture-row .captured-piece-token{--captured-overlap:clamp(32px, 2.55vw, 39px);min-width:var(--captured-size);margin-right:0}@media (width<=760px){.score-capture-row .captured-piece-list{margin-left:-12px}.score-capture-row .captured-piece-token{--captured-overlap:34px}}.score-stack .score-capture-row{overflow:hidden}.score-capture-row .captured-piece-list{gap:clamp(2px,.45vw,5px);margin-left:-8px;overflow:hidden}.score-capture-row .captured-piece-group{--captured-size:clamp(38px, 3.1vw, 48px);--captured-inner-overlap:clamp(21px, 1.9vw, 28px);flex:0 auto;align-items:center;min-width:0;display:inline-flex}.score-capture-row .captured-piece-group .captured-piece-copy{width:var(--captured-size);height:var(--captured-size);flex:0 0 var(--captured-size)}.score-capture-row .captured-piece-group .captured-piece-copy+.captured-piece-copy{margin-left:calc(var(--captured-inner-overlap) * -1)}.score-capture-row .captured-piece-group img{width:var(--captured-size);height:var(--captured-size)}.score-capture-row .captured-piece-list-dense{gap:2px}.score-capture-row .captured-piece-list-full{gap:1px}@media (width<=760px){.score-capture-row .captured-piece-list{gap:1px;margin-left:-8px}.score-capture-row .captured-piece-group{--captured-size:34px;--captured-inner-overlap:21px}.score-capture-row .captured-piece-list-dense .captured-piece-group{--captured-size:31px;--captured-inner-overlap:20px}.score-capture-row .captured-piece-list-full .captured-piece-group{--captured-size:28px;--captured-inner-overlap:18px}}.score-capture-row .captured-piece-group{--captured-size:clamp(42px, 3.35vw, 52px);--captured-inner-overlap:clamp(31px, 2.65vw, 40px)}.score-capture-row .captured-piece-list-dense .captured-piece-group{--captured-size:clamp(39px, 3.1vw, 48px);--captured-inner-overlap:clamp(32px, 2.55vw, 39px)}.score-capture-row .captured-piece-list-full .captured-piece-group{--captured-size:clamp(36px, 2.85vw, 44px);--captured-inner-overlap:clamp(30px, 2.35vw, 37px)}.score-capture-row .captured-piece-list-many-groups .captured-piece-group{--captured-size:clamp(30px, 2.45vw, 38px);--captured-inner-overlap:clamp(26px, 2.05vw, 33px)}@media (width<=760px){.score-capture-row .captured-piece-group{--captured-size:38px;--captured-inner-overlap:30px}.score-capture-row .captured-piece-list-dense .captured-piece-group{--captured-size:35px;--captured-inner-overlap:29px}.score-capture-row .captured-piece-list-full .captured-piece-group{--captured-size:32px;--captured-inner-overlap:27px}.score-capture-row .captured-piece-list-many-groups .captured-piece-group{--captured-size:28px;--captured-inner-overlap:24px}}.score-capture-row .captured-piece-list{gap:0}.score-capture-row .captured-piece-group+.captured-piece-group{margin-left:clamp(-8px,-.55vw,-5px)}.score-capture-row .captured-piece-list-dense .captured-piece-group+.captured-piece-group,.score-capture-row .captured-piece-list-full .captured-piece-group+.captured-piece-group,.score-capture-row .captured-piece-list-many-groups .captured-piece-group+.captured-piece-group{margin-left:-5px}@media (width<=760px){.score-capture-row .captured-piece-group+.captured-piece-group{margin-left:-5px}.score-capture-row .captured-piece-list-dense .captured-piece-group+.captured-piece-group,.score-capture-row .captured-piece-list-full .captured-piece-group+.captured-piece-group,.score-capture-row .captured-piece-list-many-groups .captured-piece-group+.captured-piece-group{margin-left:-4px}}.status-copy .status-score-pill{border-radius:16px;grid-template-rows:auto auto;justify-items:end;min-width:72px;padding:8px 12px;line-height:1;display:grid}.status-score-pill-label{color:#6f7d72;letter-spacing:.12em;text-transform:uppercase;font-size:.62rem;font-weight:950}.status-score-pill-value{color:#314d3b;letter-spacing:-.04em;font-size:1.24rem;font-weight:1000}.score-help-shell{place-items:center;display:grid}.score-help-button{border-radius:999px;width:34px;min-width:34px;height:34px;padding:0;font-weight:1000}.score-help-backdrop{z-index:80;background:#20231e38;justify-content:flex-end;display:flex;position:fixed;inset:0}.score-help-panel{background:#fffbf0;border-left:1px solid #ded9cbeb;width:min(92vw,430px);height:100%;padding:clamp(22px,4vw,32px);position:relative;overflow:auto;box-shadow:-18px 0 42px #2d2b282e}.score-help-panel h3,.score-help-panel h4{color:#282a2e}.score-help-lines{gap:7px;margin:16px 0;display:grid}.score-help-lines p{border-bottom:1px dashed #78908047;justify-content:space-between;gap:14px;margin:0;padding:9px 0;line-height:1.25;display:flex}.score-help-lines strong{color:#282a2e}.score-help-total{font-weight:1000}.score-help-panel li{color:#647067;margin:8px 0;line-height:1.45}.score-result-bento .score-help-shell{grid-column:1/-1}.captured-empty{min-height:1em}.piece-loading-symbol{opacity:1;transform:translateY(var(--piece-y,0px)) scale(var(--piece-scale,1));transition:opacity .22s,transform .22s;position:absolute}.piece-img-loading{opacity:0;transform:translateY(var(--piece-y,0px)) scale(calc(var(--piece-scale,1) * .96))}.piece-img-loaded{opacity:1}.piece:has(.piece-img-loaded) .piece-loading-symbol{opacity:0}.stalemate-result-card{background:radial-gradient(circle at 50% 0,#8ea5d047,#0000 16rem),#fffbeff2;border-color:#7084aa75}.stalemate-result-card .result-piece-pair{background:#8ea5d01f;border-radius:999px;padding:8px}.stalemate-result-card h2{color:#4c5d82}.status-card{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.game-header:has(.status-turn-timer){grid-template-columns:minmax(0,1fr) minmax(500px,620px)}.game-header .status-card{position:relative;overflow:visible}.game-header .status-card:has(>.status-turn-timer){grid-template-columns:auto minmax(0,1fr) auto;justify-self:end;width:fit-content;max-width:100%}.game-header .status-card:has(>.status-score-section):has(>.status-turn-timer){grid-template-columns:auto minmax(0,1fr) auto auto}.game-header .status-card:has(>.status-turn-timer) .status-avatar{grid-column:1}.game-header .status-card:has(>.status-turn-timer) .status-copy{grid-column:2}.game-header .status-card:has(>.status-turn-timer) .status-score-section{grid-column:3}.status-copy{align-content:center;gap:8px}.status-main-line{justify-content:flex-start;width:auto}.status-score-section{color:#2d2f33;background:#e3f1e9db;border-left:1px solid #7eac8e38;border-radius:22px;align-content:center;justify-items:end;min-width:clamp(92px,9vw,126px);min-height:74px;padding:12px 18px;display:grid;box-shadow:inset 0 0 0 1px #7eac8e2e}.status-score-section .status-score-pill-label{color:#2d2f33;text-align:right;font-size:clamp(.86rem,1.2vw,1.18rem);line-height:1}.status-score-section .status-score-pill-value{color:#2d2f33;text-align:right;font-size:clamp(1.55rem,2vw,2.15rem);line-height:.95}.status-turn-timer{z-index:4;color:#fffbef;background:#111315;border:2px solid #e6eefcf5;border-radius:20px;grid-area:1/3;place-items:center;width:clamp(58px,5vw,72px);min-width:clamp(58px,5vw,72px);min-height:74px;padding:8px 10px;line-height:1;transition:left .18s,right .18s,width .18s,min-height .18s,border-radius .18s,background .16s,box-shadow .16s;display:grid;position:relative;box-shadow:0 8px #11131529,0 12px 24px #11131538}.game-header .status-card:has(>.status-score-section):has(>.status-turn-timer) .status-turn-timer{grid-column:4}.status-card .status-turn-timer:hover:not(:disabled),.status-card .status-turn-timer:focus-visible,.status-card .status-turn-timer:active:not(:disabled){color:#fffbef;filter:none;background:#111315;transform:none}.status-turn-timer-compact{justify-items:center;gap:2px;line-height:1;display:grid}.status-turn-timer-compact svg{color:currentColor;filter:none}.status-turn-timer-compact strong{color:currentColor;font-variant-numeric:tabular-nums}.status-turn-timer-help{color:#fffbef;text-align:left;font-size:.78rem;font-weight:850;line-height:1.16}.status-turn-timer-expanded{inset-block:50% auto;border-radius:22px;justify-content:flex-start;gap:12px;width:min(340px,100% - 24px);min-width:0;padding:10px 14px;display:flex;position:absolute;right:clamp(12px,1.4vw,22px);transform:translateY(-50%)}.status-card .status-turn-timer-expanded:hover:not(:disabled),.status-card .status-turn-timer-expanded:focus-visible,.status-card .status-turn-timer-expanded:active:not(:disabled){color:#fffbef;filter:none;background:#111315;transform:translateY(-50%);box-shadow:0 8px #11131529,0 12px 24px #11131538}.status-turn-timer-opponent:not(.status-turn-timer-danger),.status-card .status-turn-timer-opponent:not(.status-turn-timer-danger):hover:not(:disabled),.status-card .status-turn-timer-opponent:not(.status-turn-timer-danger):focus-visible,.status-card .status-turn-timer-opponent:not(.status-turn-timer-danger):active:not(:disabled),.status-card .status-turn-timer-opponent.status-turn-timer-expanded:not(.status-turn-timer-danger),.status-card .status-turn-timer-opponent.status-turn-timer-expanded:not(.status-turn-timer-danger):hover:not(:disabled),.status-card .status-turn-timer-opponent.status-turn-timer-expanded:not(.status-turn-timer-danger):focus-visible,.status-card .status-turn-timer-opponent.status-turn-timer-expanded:not(.status-turn-timer-danger):active:not(:disabled){color:#6b5a38;filter:none;background:#f3dfad linear-gradient(#fff3cf 0%,#ead092 100%);border-color:#fff7df;box-shadow:0 8px #8167302e,0 12px 24px #b28e3f33,0 0 0 4px #ffeeb41a}.status-turn-timer-expanded .status-turn-timer-compact{flex:none}.status-turn-timer-expanded .status-turn-timer-help{border-left:2px solid #e6eefc6b;min-width:0;padding-left:12px;display:block}.status-turn-timer-opponent:not(.status-turn-timer-danger) .status-turn-timer-help{color:currentColor;border-left-color:#6b5a384d}@media (width<=1180px){.game-header:has(.status-turn-timer){grid-template-columns:1fr}.game-header .status-card:has(>.status-turn-timer){width:min(100%,560px)}}.score-result-bento:has(.score-help-inline-panel){grid-template-columns:.85fr 1.05fr minmax(310px,1fr);align-items:stretch;width:min(100%,980px)}.score-result-bento .score-help-shell{display:contents}.score-result-bento .score-help-button{z-index:3;grid-area:1/1;place-self:start end;margin:14px 14px 0 0}.score-help-button[aria-expanded=true]{background:#dcbf6b}.score-help-inline-panel{background:#fffbf0;border:1px solid #ded9cbd1;border-radius:24px;grid-area:1/3/span 3;min-height:100%;max-height:min(68vh,620px);padding:clamp(18px,2.4vw,28px);position:relative;overflow:auto;box-shadow:inset 0 0 0 1px #ffffffa6,0 16px 30px #5d75671a}.score-help-inline-panel h3{color:#282a2e;margin:0 0 16px;font-size:clamp(1.15rem,1.8vw,1.5rem)}.score-help-inline-panel h4{color:#282a2e;text-align:center;margin:18px 0 8px}.score-help-inline-panel p,.score-help-inline-panel li{color:#607068}@media (width<=900px){.score-result-bento:has(.score-help-inline-panel){grid-template-columns:1fr}.score-result-bento .score-help-button{grid-area:1/1}.score-help-inline-panel{grid-area:auto/1;max-height:42vh}.status-card{grid-template-columns:auto minmax(0,1fr) auto}.game-header .status-card:has(>.status-score-section):has(>.status-turn-timer){grid-template-columns:auto minmax(0,1fr) auto auto}.status-score-section{min-width:78px;min-height:58px;padding:9px 12px}}.today-pill{grid-template-columns:auto minmax(0,1fr) auto auto}.today-pill .copy-status{width:1px;height:1px;position:absolute;overflow:hidden}.today-high-score-chip{color:#66562c;white-space:nowrap;background:#fff8d7e6;border:1px solid #c6b27094;border-radius:999px;justify-content:center;align-items:center;min-height:38px;padding:8px 12px;font-size:.84rem;font-weight:950;display:inline-flex}@media (width<=760px){.today-pill{grid-template-columns:auto minmax(0,1fr) auto}.today-high-score-chip{grid-column:1/-1;justify-self:start}}.score-result-bento:has(.score-help-drawer){grid-template-columns:.9fr 1.1fr;align-items:stretch;width:min(100%,480px)}.score-hero-tile .score-help-shell{place-self:start end;margin:-4px -2px 0 0;display:block}.score-hero-tile .score-help-button{border-radius:999px;width:42px;min-width:42px;height:42px;font-size:1.15rem;box-shadow:0 8px #b4912c33,inset 0 -3px #2d2b2814}.score-help-drawer{z-index:-1;text-align:left;background:#fffbf0;border:1px solid #ded9cbe6;border-radius:0 30px 30px 0;width:min(420px,100vw - 620px);min-width:330px;max-height:min(74vh,650px);padding:clamp(22px,2.5vw,34px) clamp(20px,2.4vw,30px) clamp(18px,2vw,26px) calc(clamp(20px,2.4vw,30px) + 14px);animation:.22s ease-out score-drawer-slide;display:block;position:absolute;top:clamp(18px,3vw,32px);left:calc(100% - 14px);overflow:auto;box-shadow:18px 22px 44px #656f5c29}.score-help-drawer h3{color:#282a2e;text-align:center;margin:0 0 16px;font-size:clamp(1.1rem,1.6vw,1.45rem)}.score-help-drawer h4{color:#282a2e;text-align:center;margin:18px 0 8px}.score-help-drawer p,.score-help-drawer li{color:#607068}.score-help-drawer ul{margin:0;padding-left:22px}@keyframes score-drawer-slide{0%{opacity:0;transform:translate(-22px)}to{opacity:1;transform:translate(0)}}@media (width<=980px){.score-help-drawer{z-index:1;border-radius:24px;grid-column:1/-1;width:100%;min-width:0;max-height:40vh;margin-top:10px;padding:18px;position:static}.score-result-bento:has(.score-help-drawer){grid-template-columns:1fr}}.score-help-drawer{z-index:0}.result-title-row{justify-content:center;align-items:center;gap:14px;margin:0 0 8px;display:inline-flex}.result-title-row h2{margin:0}.result-title-row .score-help-shell{place-items:center;line-height:1;display:inline-grid}.result-title-row .score-help-button{border-radius:999px;width:clamp(44px,.86em,58px);min-width:clamp(44px,.86em,58px);height:clamp(44px,.86em,58px);padding:0;font-size:clamp(1.25rem,.42em,1.9rem);line-height:1}.score-hero-tile .score-help-shell{display:none}.result-title-row .score-help-drawer{letter-spacing:normal;border-radius:0 28px 28px 0;width:min(390px,100vw - 620px);min-width:320px;max-height:min(72vh,620px);padding:28px 28px 24px 38px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;top:clamp(12px,2vw,26px);left:calc(100% - 10px)}.result-title-row .score-help-drawer .eyebrow{color:#63756c;text-align:left;margin:0 0 12px;font-size:.78rem;line-height:1.2}.result-title-row .score-help-drawer h3{color:#25272d;letter-spacing:-.04em;text-align:left;margin:0 0 18px;font-size:clamp(1.15rem,1.7vw,1.45rem);line-height:1.15}.result-title-row .score-help-drawer .score-help-lines{gap:0;margin:14px 0 18px}.result-title-row .score-help-drawer .score-help-lines p{justify-content:space-between;align-items:baseline;gap:18px;padding:10px 0;line-height:1.25;display:flex}.result-title-row .score-help-drawer .score-help-lines span{color:#63756c;letter-spacing:-.02em;text-transform:none;font-size:.92rem;font-weight:850}.result-title-row .score-help-drawer .score-help-lines strong{color:#25272d;letter-spacing:-.03em;font-size:1.08rem;font-weight:950}.result-title-row .score-help-drawer h4{color:#25272d;letter-spacing:-.02em;text-align:left;margin:18px 0 8px;font-size:1rem;line-height:1.2}.result-title-row .score-help-drawer p,.result-title-row .score-help-drawer li{color:#63756c;letter-spacing:normal;text-align:left;font-size:.92rem;line-height:1.45}.result-title-row .score-help-drawer ul{padding-left:18px}.status-score-section,.status-score-section .status-score-pill-label,.status-score-section .status-score-pill-value{text-align:center;justify-items:center}@media (width<=980px){.result-title-row{flex-wrap:wrap}.result-title-row .score-help-drawer{z-index:2;border-radius:24px;width:min(90vw,430px);min-width:0;padding:22px;position:absolute;top:100%;left:50%;transform:translate(-50%)}}.result-title-row .score-help-drawer{z-index:0;background:#fbf8ee;border-left:0;border-radius:0 34px 34px 0;width:min(430px,100vw - 610px);max-height:none;padding:clamp(28px,3vw,38px) clamp(22px,2.6vw,34px) clamp(22px,2.6vw,34px) clamp(46px,4vw,58px);top:0;bottom:0;left:calc(100% - 1px);box-shadow:28px 22px 44px #656f5c24}.result-title-row .score-help-drawer:before{content:"";background:#fbf8ee;width:22px;position:absolute;top:0;bottom:0;left:-18px}@media (width<=980px){.result-title-row .score-help-drawer:before{display:none}.winner-card:has(.result-title-row .score-help-drawer):after{display:none}.result-title-row .score-help-drawer{border-left:1px solid #ded9cbe6;border-radius:24px;width:min(90vw,430px);padding:22px;bottom:auto;left:50%}}.result-title-row,.result-title-row .score-help-shell{position:static!important}.result-title-row .score-help-drawer{height:auto!important;min-height:100%!important;max-height:none!important;position:absolute!important;inset:0 auto 0 calc(100% - 1px)!important;transform:none!important}@media (width<=980px){.result-title-row .score-help-drawer{border-radius:0 30px 30px 0!important;width:min(390px,72vw)!important;min-width:300px!important;height:auto!important;max-height:none!important;position:absolute!important;top:0!important;bottom:0!important;left:calc(100% - 1px)!important;transform:none!important}}@media (width<=700px){.result-title-row .score-help-drawer:before{display:none!important}.winner-card:has(.result-title-row .score-help-drawer):after{display:none!important}.result-title-row .score-help-drawer{z-index:90!important;border:1px solid #ded9cbe6!important;border-radius:28px!important;width:min(92vw,430px)!important;min-width:0!important;height:auto!important;min-height:0!important;max-height:82vh!important;position:fixed!important;inset:50% auto auto 50%!important;transform:translate(-50%,-50%)!important}}.status-word{white-space:nowrap;max-width:100%;display:inline-block}.status-word-neutral{font-size:clamp(1.15rem,2.2vw,1.75rem);line-height:1}@media (width<=760px){.status-word-neutral{font-size:clamp(.95rem,4.3vw,1.25rem)}}.today-pill{border-radius:28px;grid-template-columns:auto minmax(0,1fr) auto auto;gap:10px;width:min(100%,500px);padding:10px 12px}.today-pill-copy{gap:1px}.today-pill-copy span{letter-spacing:.08em;text-transform:uppercase;font-size:.74rem}.today-pill-copy strong{color:#5f826c;letter-spacing:.04em;overflow-wrap:normal;font-size:clamp(1.28rem,2.5vw,1.78rem);line-height:.98}.today-pill-copy small{max-width:24ch;font-size:.7rem;line-height:1.12}.today-pill .copy-seed-button{width:42px;min-width:42px;height:42px;padding:0}.today-pill .copy-seed-button span{display:none}.today-high-score-chip{min-height:34px;padding:7px 11px;font-size:.78rem;box-shadow:inset 0 1px #ffffffbd}.shuffle-mode-toggle{width:min(100%,310px);padding:4px}.shuffle-mode-toggle button{padding:8px 10px;font-size:.78rem}@media (width<=760px){.today-pill{grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding:9px 10px}.today-high-score-chip{grid-column:2/-1;justify-self:start;min-height:30px;padding:6px 10px;font-size:.74rem}.today-pill-copy strong{font-size:1.08rem}.today-pill-copy small{display:none}}.shuffle-mode-panel{justify-items:start;width:min(100%,430px)}.today-pill{grid-template-columns:auto minmax(0,1fr) auto;gap:11px;width:min(100%,430px);padding:10px 12px 10px 10px}.today-pill-copy small{max-width:none}.today-high-score-chip{background:#fff8d7d1;border-radius:999px;width:fit-content;min-height:32px;margin:0 0 0 10px;padding:7px 13px;display:inline-flex}.shuffle-mode-toggle{grid-template-columns:minmax(0,1fr) minmax(0,1.36fr);width:min(100%,340px)}@media (width<=760px){.shuffle-mode-panel,.today-pill{width:100%}.today-high-score-chip{grid-column:auto;margin-left:4px}}.shuffle-mode-panel{grid-template-columns:minmax(0,auto) auto;place-items:center start;gap:8px 12px;width:min(100%,650px);display:grid}.shuffle-mode-panel .today-pill{grid-column:1;width:min(100%,430px)}.shuffle-mode-panel .today-high-score-chip{white-space:nowrap;grid-area:1/2;place-self:center start;margin:0}.shuffle-mode-panel .shuffle-mode-toggle{grid-area:2/1}@media (width<=760px){.shuffle-mode-panel{grid-template-columns:1fr;width:100%}.shuffle-mode-panel .today-pill,.shuffle-mode-panel .today-high-score-chip,.shuffle-mode-panel .shuffle-mode-toggle{grid-area:auto/1}.shuffle-mode-panel .today-high-score-chip{justify-self:start;margin-left:4px}.shuffle-mode-panel .shuffle-mode-toggle{width:100%}}@keyframes leaderboard-row-pop{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}.leaderboard-dialog-backdrop{z-index:95}.leaderboard-dialog{gap:16px;width:min(94vw,560px);max-height:min(84vh,720px);padding:clamp(22px,4vw,34px);display:grid;overflow:hidden}.leaderboard-dialog-heading{gap:6px;padding-right:34px;display:grid}.leaderboard-dialog-heading .eyebrow{color:#7fa189;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:7px;font-size:.76rem;font-weight:900;display:inline-flex}.leaderboard-dialog-heading h2{color:#23262b;margin:0;font-size:clamp(1.85rem,5vw,3rem);line-height:.95}.leaderboard-dialog-heading p{color:#68746c;margin:0;font-weight:750}.leaderboard-tabs{background:#fffbefb8;border:1px solid #ded9cbcc;border-radius:999px;flex-wrap:wrap;gap:8px;padding:5px;display:flex}.leaderboard-tabs button{color:#657269;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:999px;flex:130px;padding:10px 12px;font-size:.78rem;font-weight:900}.leaderboard-tabs button.selected{color:#fff;background:#88ad92;box-shadow:0 8px 16px #5c7d6538}.leaderboard-dialog-list{gap:9px;margin:0;padding:0 4px 2px 0;list-style:none;display:grid;overflow-y:auto}.leaderboard-dialog-list li{background:#ffffff8a;border:1px solid #ded9cbb3;border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.leaderboard-rank{color:#6f8f78;background:#dcefe1eb;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:950;display:inline-grid}.leaderboard-player{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.leaderboard-player-copy{gap:2px;min-width:0;display:grid}.leaderboard-player strong{align-items:center;gap:7px;min-width:0;display:flex}.leaderboard-player-name-text,.leaderboard-player small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.leaderboard-player-name-text{min-width:0}.leaderboard-dialog-list li.is-profile-clickable .leaderboard-player-name-text{text-underline-offset:3px;-webkit-text-decoration:underline #2d2f3366;text-decoration:underline #2d2f3366;text-decoration-thickness:1px}.leaderboard-player strong{color:#2d2f33}.leaderboard-player small{color:#78877d;font-size:.72rem;font-weight:800}.leaderboard-profile-list-button{width:100%;min-height:0;color:inherit;box-shadow:none;filter:none;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;transform:none}.leaderboard-player-static{cursor:default}.leaderboard-player-type{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;flex:none;align-items:center;min-height:20px;padding:3px 7px;font-size:.62rem;font-style:normal;font-weight:1000;line-height:1;display:inline-flex}.leaderboard-player-type.is-you{color:#3d6252;background:#9ed0c061}.leaderboard-player-type.is-guest{color:#68766e;background:#e8f3ebdb}.leaderboard-dialog-list li.is-guest-player{background:linear-gradient(135deg,#ffffffad,#faf8f09e)}.leaderboard-dialog-list li.is-profile-clickable{border-color:#8fb89a6b}.leaderboard-dialog-list li.is-profile-clickable:hover,.leaderboard-dialog-list li.is-profile-clickable:focus-within{background:linear-gradient(135deg,#f1f9eed1,#fffbefc2);border-color:#6091729e;box-shadow:0 12px 24px #5c7d6521}.leaderboard-profile-list-button:not(:disabled):hover,.leaderboard-profile-list-button:not(:disabled):active,.leaderboard-profile-list-button:not(:disabled):focus-visible{color:inherit;box-shadow:none;filter:none;background:0 0;transform:none}.leaderboard-profile-list-button:not(:disabled):hover .leaderboard-player-name-text,.leaderboard-profile-list-button:not(:disabled):focus-visible .leaderboard-player-name-text{color:#2f5f48;text-decoration-color:#2f5f4885}.leaderboard-profile-list-button:not(:disabled):focus-visible{outline-offset:5px;border-radius:12px;outline:3px solid #8fb39942}.leaderboard-dialog-list b{color:#23262b;font-size:1.05rem}.leaderboard-profile-chevron{color:#5f806d8f;stroke-width:3px}.leaderboard-dialog-list li.is-profile-clickable:hover .leaderboard-profile-chevron,.leaderboard-dialog-list li.is-profile-clickable:focus-within .leaderboard-profile-chevron{color:#2f5f48c7;transform:translate(1px)}.leaderboard-dialog-list .leaderboard-empty{color:#68746c;text-align:center;font-weight:800;display:block}.leaderboard-dialog-list .leaderboard-empty.is-cta{padding:0}.leaderboard-dialog-list .leaderboard-empty.is-cta button{width:100%;min-height:58px;color:var(--ink);cursor:pointer;background:linear-gradient(#fff9dcf0,#faedb5db);border:1px solid #e8cb6e61;border-radius:14px;place-items:center;gap:3px;padding:10px 14px;display:grid;box-shadow:inset 0 -3px #d4b24824,0 8px 16px #8b6f251a}.leaderboard-dialog-list .leaderboard-empty.is-cta button:hover,.leaderboard-dialog-list .leaderboard-empty.is-cta button:focus-visible{background:linear-gradient(#fff9dcf0,#faedb5db);transform:translateY(1px);box-shadow:inset 0 -1px #d4b24829,0 5px 12px #8b6f2514}.leaderboard-dialog-list .leaderboard-empty.is-cta strong,.leaderboard-dialog-list .leaderboard-empty.is-cta small{margin:0;line-height:1}.leaderboard-dialog-list .leaderboard-empty.is-cta strong{color:var(--ink);font-size:.92rem;font-weight:950}.leaderboard-dialog-list .leaderboard-empty.is-cta small{color:#8f7228;letter-spacing:.08em;text-transform:uppercase;font-size:.68rem;font-weight:950}@media (width<=760px){.leaderboard-dialog{width:min(94vw,430px);padding:22px}.leaderboard-tabs{border-radius:24px}}.leaderboard-dialog{width:min(100%,640px);max-height:min(86vh,760px);color:var(--text-primary);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 12% 0,#fffffff5,#0000 20rem),radial-gradient(circle at 92% 12%,#f7cf723d,#0000 18rem),linear-gradient(#fffcf1fa,#f6efdbf5);border:1px solid #ded9cbdb;border-radius:clamp(28px,4vw,42px);flex-direction:column;min-height:0;animation:.22s cubic-bezier(.2,1.1,.4,1) home-modal-pop;display:flex;position:relative;box-shadow:0 30px 80px #507a6c47,inset 0 1px #ffffffb8}.leaderboard-dialog:before,.leaderboard-dialog:after{content:"+";color:#e5be4ac7;pointer-events:none;font-size:2rem;font-weight:950;line-height:1;position:absolute}.leaderboard-dialog:before{top:28px;right:76px;transform:rotate(12deg)}.leaderboard-dialog:after{bottom:28px;left:34px;transform:rotate(-8deg)}.leaderboard-dialog-heading,.leaderboard-tabs,.leaderboard-dialog-list,.leaderboard-dialog-content{z-index:1;position:relative}.leaderboard-dialog-heading{padding:4px 54px 2px 2px}.leaderboard-dialog-heading h2{letter-spacing:-.07em;max-width:10ch}.leaderboard-tabs{background:#fffbefc7;border-radius:24px;padding:6px;box-shadow:inset 0 -5px #f7cf722e}.leaderboard-tabs button{white-space:nowrap;min-height:48px}.leaderboard-dialog-list{padding-right:6px}.leaderboard-dialog-list li{background:#ffffffb8;box-shadow:0 10px 20px #6157320f}.leaderboard-rank-card,.leaderboard-dialog-section,.leaderboard-full-toggle{z-index:1;flex:none;position:relative}.leaderboard-rank-card{background:radial-gradient(circle at 8% 20%,#f7cf7233,#0000 8rem),linear-gradient(135deg,#f2faeee6,#fffbefeb);border:1px solid #8fb89a7a;border-radius:22px;gap:5px;padding:14px 16px;display:grid;box-shadow:inset 0 1px #ffffffc7,0 10px 22px #61573214}.leaderboard-rank-card>span,.leaderboard-section-heading span,.leaderboard-score-block small{color:#7fa189;letter-spacing:.12em;text-transform:uppercase;font-size:.7rem;font-weight:950}.leaderboard-rank-card strong{color:#23262b;font-size:clamp(1rem,3vw,1.25rem)}.leaderboard-rank-card small{color:#657269;font-weight:850}.leaderboard-rank-card.is-empty{background:#ffffff9e;border-color:#ded9cbd9}.leaderboard-rank-card-skeleton{gap:8px;display:grid}.leaderboard-rank-card-skeleton i,.leaderboard-skeleton-card .leaderboard-player strong,.leaderboard-skeleton-card .leaderboard-player small,.leaderboard-skeleton-card .leaderboard-score-block b,.leaderboard-skeleton-card .leaderboard-score-block small{background:linear-gradient(90deg,#e2e8dcd1,#faf4e2e6,#e2e8dcd1) 0 0/220% 100%;border-radius:999px;min-height:12px;animation:1.1s ease-in-out infinite leaderboard-skeleton-shimmer;display:block}.leaderboard-rank-card-skeleton i:first-child{width:42%}.leaderboard-rank-card-skeleton i:nth-child(2){width:72%}.leaderboard-rank-card-skeleton i:nth-child(3){width:54%}.leaderboard-dialog-section{gap:8px;min-height:0;display:grid}.leaderboard-dialog-content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;gap:16px;min-height:0;padding:2px 4px 6px 0;display:grid;overflow-y:auto}.leaderboard-dialog-content.is-full-open{flex-direction:column;display:flex;overflow:hidden}.leaderboard-section-heading{justify-content:space-between;align-items:baseline;gap:12px;padding:0 4px;display:flex}.leaderboard-section-heading h3{color:#23262b;margin:0;font-size:1rem}.leaderboard-score-block{justify-items:end;gap:1px;min-width:54px;display:grid}.leaderboard-score-block b{color:#23262b;font-size:1.12rem;line-height:1}.leaderboard-score-block small{letter-spacing:.08em;font-size:.56rem}.leaderboard-dialog-list li.is-current{background:linear-gradient(135deg,#dcefe1db,#fffbefe0);border-color:#8fb89ac7;box-shadow:0 12px 24px #5c7d652e}.leaderboard-dialog-list li.is-gold .leaderboard-rank{color:#6f5107;text-shadow:0 1px #fff8cfb8;background:radial-gradient(circle at 28% 22%,#fff9cf 0 18%,#0000 19%),linear-gradient(135deg,#fff2a3 0%,#d9a82c 42%,#ffe88d 66%,#ad7813 100%);border:1px solid #fff8cff2;box-shadow:inset 0 1px 2px #ffffffe0,inset 0 -2px 3px #7a550842,0 5px 10px #8b651233}.leaderboard-dialog-list li.is-silver{background:linear-gradient(135deg,#ffffffe6,#dee6e8b8 48%,#fffcf1d1);border-color:#9aa9b58f;box-shadow:inset 0 1px #ffffffeb,0 12px 24px #5a67701f}.leaderboard-dialog-list li.is-silver .leaderboard-rank{color:#4f5d68;text-shadow:0 1px #ffffffb8;background:radial-gradient(circle at 28% 22%,#fff 0 18%,#0000 19%),linear-gradient(135deg,#f8fbfb 0%,#b8c4ca 42%,#eef3f4 66%,#87949d 100%);border:1px solid #ffffffeb;box-shadow:inset 0 1px 2px #fffffff2,inset 0 -2px 3px #5666703d,0 5px 10px #5a677033}.leaderboard-dialog-list li.is-bronze .leaderboard-rank{color:#70411e;text-shadow:0 1px #ffe5cc9e;background:radial-gradient(circle at 28% 22%,#ffe6cb 0 18%,#0000 19%),linear-gradient(135deg,#f3c193 0%,#bd7134 42%,#e7ad77 66%,#8f4f25 100%);border:1px solid #ffe5cceb;box-shadow:inset 0 1px 2px #fff4e8d1,inset 0 -2px 3px #67361842,0 5px 10px #814b232e}.leaderboard-top-list,.leaderboard-around-list{max-height:none}.leaderboard-full-section{flex-direction:column;flex:auto;min-height:0;display:flex}.leaderboard-full-list{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;min-height:0;max-height:none;overflow-y:auto}.leaderboard-full-toggle{border-radius:18px;justify-self:stretch;min-height:48px}@media (width<=760px){.leaderboard-dialog{border-radius:30px;width:min(100%,440px)}.leaderboard-dialog-heading h2{max-width:none}.leaderboard-tabs{border-radius:22px;grid-template-columns:1fr;display:grid}.leaderboard-tabs button{min-height:42px}.leaderboard-rank-card{padding:12px 14px}.leaderboard-dialog-list li{border-radius:16px;gap:9px;padding:9px 10px}.leaderboard-rank{width:28px;height:28px}.leaderboard-score-block{min-width:44px}}.player-greeting{color:#7f9f86;letter-spacing:.06em;text-transform:none;align-items:center;gap:.42em;min-width:0;font-size:clamp(.82rem,1.15vw,1rem);font-weight:950;line-height:1;display:inline-flex}.player-greeting input{color:#7f9f86;width:min(15ch,38vw);min-width:7ch;font:inherit;letter-spacing:inherit;background:0 0;border:0;border-bottom:2px solid #0000;outline:none;padding:4px 0}.player-greeting input::placeholder{color:#7f9f86;opacity:1}.player-greeting input:hover,.player-greeting input:focus{border-bottom-color:#7f9f8673}.player-greeting .name-sync-indicator{color:#7f9f86;opacity:.95;align-items:center;gap:4px;margin-left:4px;display:inline-flex}.player-greeting .name-sync-indicator small{font:inherit;letter-spacing:.04em;font-size:.75em}.player-greeting .name-sync-indicator.is-synced{color:#6a9d73}.player-greeting .name-sync-indicator .spin{animation:.8s linear infinite name-sync-spin}@keyframes name-sync-spin{to{transform:rotate(360deg)}}@media (width<=420px){.brand-row{padding-right:68px}}.winner-overlay{z-index:1200;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1c201d5c;place-items:center;padding:clamp(8px,1.7vw,20px);display:grid;position:fixed;inset:0;overflow:hidden}.result-compact-header{justify-items:center;gap:3px;padding-inline:52px;display:grid}.result-compact-header h2{color:#222428;letter-spacing:0;margin:0;font-size:clamp(3.2rem,8vw,6.3rem);line-height:.82}.result-compact-header p{color:#66746d;max-width:34rem;margin:0;font-size:clamp(1rem,2vw,1.35rem);font-weight:950;line-height:1.15}.result-compact-body{grid-template-columns:minmax(210px,1.02fr) minmax(260px,1.1fr) minmax(160px,.62fr);align-items:stretch;gap:clamp(8px,1.3vw,14px);min-height:0;display:grid}.result-compact-card .result-player-card,.result-compact-card .result-summary-card{border-radius:22px;min-height:0}.result-player-card-hero{background:radial-gradient(circle at 25% 20%,#ffe78857,#0000 34%),linear-gradient(135deg,#fffaf0f2,#ebf7f0d6);align-content:center;padding:clamp(10px,1.6vw,17px)}.result-player-card-hero .result-profile-avatar-shell{width:clamp(112px,16vw,190px);margin:0 auto 5px}.result-player-card-hero .result-player-copy p,.result-player-card-opponent .result-player-copy p{margin:0}.result-player-card-hero .result-player-copy strong{font-size:clamp(1.45rem,3.4vw,2.35rem);line-height:.95;display:block}.result-player-card-opponent{opacity:.9;align-content:center;padding:clamp(9px,1.3vw,14px)}.result-player-card-opponent .result-profile-avatar-shell{width:clamp(64px,8vw,96px)}.result-player-card-opponent .result-player-copy strong{font-size:clamp(1rem,2vw,1.28rem);display:block}.result-player-card-opponent>span{color:#253028;letter-spacing:.02em;background:#fff0c4b8;border-radius:999px;justify-content:center;justify-self:center;align-items:center;min-height:28px;padding:5px 12px;display:inline-flex}.result-summary-card{background:radial-gradient(circle at 86% 16%,#8fb39929,#0000 35%),linear-gradient(135deg,#fff7d9f2,#f8faf2f0);border:1px solid #d0c6b1b3;align-content:center;gap:clamp(7px,1.1vh,10px);padding:clamp(12px,1.7vw,18px);display:grid;box-shadow:0 14px 28px #56645c1c}.result-summary-score{justify-items:center;gap:1px;display:grid}.result-summary-score .score-label-row{justify-content:center;align-items:center;gap:8px;min-height:28px;display:inline-flex}.result-summary-score .score-label-row>span,.result-summary-seed span{color:#8eaa9a;letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:950}.result-summary-score>strong{color:#222428;letter-spacing:0;font-size:clamp(3.1rem,7vw,5.2rem);line-height:.85}.result-summary-score small{color:#66746d;font-size:.84rem;font-weight:900}.result-summary-seed{color:#253028;justify-content:center;align-items:baseline;gap:8px;min-width:0;margin:0;display:inline-flex}.result-summary-seed strong{color:#253028;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.result-rank-chip{border-radius:999px;justify-content:center;justify-self:center;align-items:center;gap:7px;min-height:34px;padding:7px 12px;display:inline-flex}.result-rank-chip span{text-overflow:ellipsis;white-space:nowrap;max-width:12rem;overflow:hidden}.result-rank-chip strong{white-space:nowrap}.result-compact-card .result-taunt-hero{color:#253028;background:0 0;border:0;margin:0;padding:0;font-size:clamp(.95rem,1.7vw,1.25rem);line-height:1.16}.result-share-cluster.result-share-icons{box-shadow:none;background:0 0;border:0;justify-content:center;align-items:center;gap:8px;margin:0;padding:0;display:flex}.result-share-cluster.result-share-icons button{border-radius:999px;width:auto;min-height:38px;padding:8px 12px;font-size:.9rem}.result-share-cluster.result-share-icons>span{color:#809188;align-items:center;gap:5px;min-height:32px;margin-left:2px;font-size:.76rem;font-weight:900;display:inline-flex}.result-compact-card .result-bottom-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:min(620px,100%);margin:0 auto;display:grid}.result-compact-card .result-bottom-actions>button{border-radius:18px;min-width:0;min-height:46px;padding:9px 12px;font-size:clamp(.9rem,1.8vw,1rem)}@media (width<=780px){.result-compact-header{padding-inline:48px}.result-compact-header h2{font-size:clamp(2.7rem,15vw,4.8rem)}.result-compact-header p{font-size:clamp(.92rem,4vw,1.08rem)}.result-compact-body{grid-template-columns:1fr;gap:7px}.result-player-card-hero{text-align:left;grid-template-columns:auto minmax(0,1fr);place-items:center start;padding:9px 11px}.result-player-card-hero .result-profile-avatar-shell{width:clamp(72px,21vw,104px);margin:0}.result-player-card-hero .result-player-copy strong{font-size:clamp(1.35rem,7vw,2rem)}.result-player-card-opponent{text-align:left;grid-template-columns:auto minmax(0,1fr) auto;place-items:center start;padding:8px 10px}.result-player-card-opponent .result-profile-avatar-shell{width:46px;margin:0}.result-summary-card{gap:5px;padding:9px 10px}.result-summary-score>strong{font-size:clamp(2.55rem,14vw,4.1rem)}.result-rank-chip{min-height:30px;padding:6px 10px;font-size:.78rem}.result-share-cluster.result-share-icons{gap:6px}.result-share-cluster.result-share-icons button{width:40px;min-height:38px;padding:0}.result-share-cluster.result-share-icons button span,.result-share-cluster.result-share-icons>span svg{display:none}.result-share-cluster.result-share-icons>span{text-overflow:ellipsis;white-space:nowrap;max-width:8.5rem;font-size:.7rem;overflow:hidden}.result-compact-card .result-bottom-actions{gap:6px}.result-compact-card .result-bottom-actions>button{border-radius:15px;min-height:41px;padding:7px 6px;font-size:clamp(.78rem,3.6vw,.9rem)}}@media (height<=680px) and (width>=781px){.result-compact-header h2{font-size:clamp(2.8rem,7vw,5.1rem)}.result-player-card-hero .result-profile-avatar-shell{width:clamp(96px,13vw,150px)}.result-summary-score>strong{font-size:clamp(2.8rem,6vw,4.3rem)}.result-compact-card .result-bottom-actions>button{min-height:40px}}.challenge-page{background:linear-gradient(180deg, var(--page-bg), var(--page-bg-2));min-height:100svh;padding:clamp(18px,4vw,44px);overflow:auto}.challenge-card{border:1px solid var(--panel-border);background:var(--panel-bg);text-align:center;border-radius:34px;width:min(100%,760px);margin:0 auto;padding:clamp(24px,5vw,48px);box-shadow:0 28px 70px #507a6c33}.challenge-card.wide{width:min(100%,1180px)}.challenge-card h1{margin:0 auto 16px;font-size:clamp(2.4rem,7vw,5.4rem)}.challenge-card blockquote,.result-taunt,.result-share-card blockquote{color:#2d2b28;background:#f7cf723d;border-radius:20px;margin:16px auto;padding:14px 18px;font-weight:950;line-height:1.45}.challenge-card-skeleton{justify-items:center;gap:16px;display:grid}.challenge-skeleton-pill,.challenge-skeleton-title,.challenge-skeleton-quote,.challenge-skeleton-copy,.challenge-stats-grid-skeleton i,.challenge-stats-grid-skeleton strong,.challenge-action-skeletons span{background:linear-gradient(90deg,#dcefe1b8,#fffbeff2,#dcefe1b8) 0 0/220% 100%;border-radius:999px;animation:1.15s ease-in-out infinite leaderboard-skeleton-shimmer;display:block}.challenge-skeleton-pill{width:126px;height:14px}.challenge-skeleton-title{border-radius:24px;width:min(100%,520px);height:clamp(54px,8vw,86px)}.challenge-skeleton-quote{border-radius:20px;width:min(100%,520px);height:54px}.challenge-skeleton-copy{width:min(82%,420px);height:18px}.challenge-stats-grid-skeleton{width:min(100%,560px)}.challenge-stats-grid-skeleton span{justify-items:center;gap:10px;min-height:84px;display:grid}.challenge-stats-grid-skeleton i{width:70%;height:13px}.challenge-stats-grid-skeleton strong{width:54%;height:24px}.challenge-action-skeletons{justify-content:center;width:min(100%,620px)}.challenge-action-skeletons span{border-radius:18px;width:132px;height:46px}.challenge-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px auto;display:grid}.challenge-stats-grid span,.seed-card,.popular-seed-home-card{background:#fffbefc2;border:1px solid #ded9cbc7;border-radius:22px;padding:14px}.challenge-stats-grid span{color:#647067;gap:4px;font-weight:850;display:grid}.challenge-stats-grid strong{color:#222428;font-size:1.3rem}.challenge-comparison-box{text-align:left;background:#9ed0c033;border-radius:20px;width:min(100%,480px);margin:10px auto;padding:14px}.challenge-comparison-box h3,.challenge-comparison-box p{margin:0 0 6px}.share-challenge-modal{width:min(96vw,720px);max-height:92svh;overflow:auto}.result-share-card{text-align:left;background:linear-gradient(135deg,#fff8e9,#cfe8de);border:1px solid #2b28231f;border-radius:26px;gap:10px;margin:14px auto;padding:18px;display:grid}.result-share-card h3{color:#222428;margin:0;font-size:clamp(1.8rem,4vw,2.8rem)}.share-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.share-card-grid span{color:#647067;background:#ffffff8c;border-radius:14px;padding:10px;font-weight:850;display:grid}.share-card-grid strong{color:#222428}.share-card-comparison,.share-card-cta{color:#2d2b28;margin:0;font-weight:950}.share-preview-label{text-align:left;color:#647067;gap:8px;font-weight:900;display:grid}.share-preview-label textarea{resize:vertical;width:100%;min-height:170px;font:inherit;color:#2d2b28;background:#ffffffb8;border:1px solid #ded9cbe6;border-radius:18px;padding:12px}.leaderboard-tabs .selected{outline:3px solid #7d9f8680}@media (width<=760px){.challenge-stats-grid,.share-card-grid,.popular-seed-home-grid{grid-template-columns:1fr}}.score-result-bento{gap:8px;width:min(100%,450px);margin:8px auto}.score-hero-tile{min-height:118px;padding:12px}.score-value-row{--result-score-size:clamp(3rem, 8vw, 4.8rem);--result-score-help-size:calc(var(--result-score-size) * .86);justify-content:center;align-items:center;gap:clamp(3px,.8vw,7px);line-height:.9;display:inline-flex}.score-hero-tile .score-help-shell{place-items:center;margin:0;line-height:1;display:inline-grid!important}.score-hero-tile .score-help-button{border-radius:999px;line-height:1;transform:translateY(-.02em);width:var(--result-score-help-size)!important;height:var(--result-score-help-size)!important;min-width:var(--result-score-help-size)!important;font-size:calc(var(--result-score-help-size) * .55)!important;padding:0!important}.score-mini-grid{gap:4px;padding:12px}.score-mini-grid p{line-height:1.08}.inline-name-form{padding:8px 12px}.inline-name-form input{padding:3px 0}.result-taunt{margin:8px auto;padding:11px 14px;line-height:1.22}.leaderboard-mini{margin:6px auto}.leaderboard-mini h3{margin-bottom:5px;font-size:1.05rem}.leaderboard-mini .leaderboard-row{font-size:.74rem;line-height:1.08}.score-hero-tile .score-help-drawer{text-align:left;border-radius:0 28px 28px 0;width:min(380px,100vw - 590px);min-width:310px;padding:24px 24px 22px 34px;min-height:100%!important;max-height:none!important;position:absolute!important;top:0!important;bottom:0!important;left:calc(100% - 1px)!important}@media (width<=760px){.score-hero-tile .score-help-drawer{border-radius:24px;width:auto;min-width:0;padding:22px;overflow:auto;min-height:0!important;max-height:76svh!important;position:fixed!important;inset:auto 12px 12px!important}}.result-home-button{z-index:5;color:#243027;background:#ffffffd1;border:1px solid #9ed0c09e;border-radius:999px;width:46px;min-width:46px;height:46px;padding:0;position:absolute;top:16px;left:16px;box-shadow:0 9px #2d2b2814,0 10px 28px #507a6c1f}.score-hero-tile .score-help-drawer{width:min(360px,100vw - 570px);min-width:300px;padding:22px 22px 20px 32px;overflow:auto;z-index:4!important;min-height:0!important;max-height:min(82svh,620px)!important;bottom:auto!important}.score-hero-tile .score-help-drawer .eyebrow{color:#63756c;text-align:left;margin:0 0 8px;font-size:.72rem;line-height:1.1}.score-hero-tile .score-help-drawer h3{color:#25272d;letter-spacing:-.04em;text-align:left;margin:0 42px 14px 0;font-size:clamp(1.15rem,1.5vw,1.42rem);line-height:1.08}.score-hero-tile .score-help-drawer .score-help-lines{gap:0;margin:10px 0 14px}.score-hero-tile .score-help-drawer .score-help-lines p{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:8px 0;line-height:1.18;display:grid}.score-hero-tile .score-help-drawer .score-help-lines span{color:#63756c;letter-spacing:.08em;text-transform:uppercase;font-size:.86rem;font-weight:900}.score-hero-tile .score-help-drawer .score-help-lines strong{color:#25272d;letter-spacing:-.04em;font-weight:1000;line-height:.98;font-size:clamp(1.25rem,2.2vw,1.85rem)!important}.score-hero-tile .score-help-drawer h4{color:#25272d;text-align:left;margin:14px 0 6px;font-size:.96rem;line-height:1.18}.score-hero-tile .score-help-drawer p,.score-hero-tile .score-help-drawer li{color:#63756c;text-align:left;font-size:.84rem;line-height:1.32}.score-hero-tile .score-help-drawer ul{padding-left:17px}@media (width<=760px){.result-home-button{width:42px;min-width:42px;height:42px;top:12px;left:12px}.score-hero-tile .score-help-drawer{padding:20px}}.score-label-row{color:#647067;letter-spacing:.12em;text-transform:uppercase;justify-content:center;align-items:center;gap:5px;font-size:.72rem;font-weight:950;line-height:1;display:inline-flex}.score-label-row .score-label-text{color:inherit;font:inherit;letter-spacing:inherit;line-height:inherit}.score-label-row .score-help-shell{place-items:center;margin:0;line-height:1;display:inline-grid!important}.score-label-row .score-help-button{border-radius:999px;line-height:1;transform:translateY(-.04em);box-shadow:0 2px #b4912c33,inset 0 -1px #2d2b2814;width:1.36em!important;min-width:1.36em!important;height:1.36em!important;padding:0!important;font-size:1em!important}.score-value-row{--result-score-size:clamp(3rem, 8vw, 4.8rem);justify-content:center;align-items:center;gap:0;display:inline-flex}.score-value-row .score-help-shell{display:none!important}.score-value-row>strong{font-size:var(--result-score-size);line-height:.9}.score-label-row .score-help-drawer{text-transform:none}@media (width<=980px){.score-hero-tile .score-help-drawer,.score-label-row .score-help-drawer{border:1px solid #ded9cbe6;border-radius:26px;overflow:auto;box-shadow:0 24px 70px #2d2b2847;z-index:90!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;max-height:calc(100svh - 24px)!important;padding:22px!important;position:fixed!important;inset:12px!important}.score-hero-tile .score-help-drawer h3,.score-label-row .score-help-drawer h3{margin-right:48px;font-size:clamp(1.5rem,7vw,2.4rem)}.score-hero-tile .score-help-drawer .score-help-lines p,.score-label-row .score-help-drawer .score-help-lines p{grid-template-columns:minmax(0,1fr) auto;gap:12px}.score-hero-tile .score-help-drawer .score-help-lines strong,.score-label-row .score-help-drawer .score-help-lines strong{font-size:clamp(1.35rem,8vw,2.4rem)!important}}.score-hero-tile{position:relative}.score-label-row{gap:.42em;position:relative}.score-label-row .score-help-shell{z-index:3;position:static;transform:translateY(-.04em)}.score-label-row .score-help-button{border:1px solid #b4912c47;transform:none;box-shadow:0 2px #b4912c33,inset 0 -1px #2d2b2814;width:1.72em!important;min-width:1.72em!important;height:1.72em!important;margin:0!important;font-size:.95rem!important}.score-label-row .score-help-drawer{border-radius:28px;padding:24px;overflow:auto;box-shadow:0 24px 70px #2d2b2847;z-index:100!important;width:min(420px,100vw - 24px)!important;min-width:0!important;max-height:calc(100svh - 36px)!important;position:fixed!important;inset:clamp(18px,4svh,42px) clamp(12px,3vw,34px) auto auto!important}@media (width<=760px){.score-label-row{gap:.36em}.score-label-row .score-help-button{width:1.62em!important;min-width:1.62em!important;height:1.62em!important;font-size:.88rem!important}.score-label-row .score-help-drawer{width:auto!important;max-height:calc(100svh - 24px)!important;padding:20px!important;inset:12px!important}}.score-result-bento:has(.score-help-modal-backdrop){grid-template-columns:.9fr 1.1fr!important;width:min(100%,450px)!important}.score-help-modal-backdrop{z-index:2600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#20231e57;place-items:center;padding:clamp(14px,3vw,28px);display:grid;position:fixed;inset:0}.score-help-modal-backdrop .score-help-drawer{text-align:left;background:#fffbf0;border:1px solid #ded9cbeb;border-radius:30px;overflow:auto;box-shadow:0 28px 90px #2d2b2857;z-index:2601!important;width:min(560px,100%)!important;min-width:0!important;max-width:100%!important;max-height:min(760px,100svh - 28px)!important;padding:clamp(22px,4vw,34px)!important;position:relative!important;inset:auto!important}.score-help-modal-backdrop .score-help-drawer h3{max-width:calc(100% - 46px)}@media (width<=640px){.score-result-bento:has(.score-help-modal-backdrop){grid-template-columns:1fr!important}.score-help-modal-backdrop{place-items:center;padding:10px}.score-help-modal-backdrop .score-help-drawer{border-radius:26px;max-height:calc(100svh - 20px)!important}}.hero-title{font-size:clamp(54px,6.6vw,96px);line-height:.84}.hero-tagline{font-size:clamp(.92rem,1.05vw,1.12rem)}.shuffle-mode-panel{gap:6px 10px;width:min(100%,590px)}.shuffle-mode-panel .today-pill{width:min(100%,390px);padding:8px 10px}.today-pill-icon{width:42px;height:42px}.today-pill-copy strong{font-size:clamp(1.12rem,1.8vw,1.58rem)}.shuffle-mode-panel .shuffle-mode-toggle{width:min(100%,315px)}.shuffle-mode-toggle button{padding:7px 10px}.action-piece{width:min(74%,96px);height:74px;top:18px}.action-glyph{width:52px;height:52px;top:14px}.action-piece-rook{width:min(70%,92px)}.action-piece-knight{width:min(74%,98px)}.action-card-copy strong{font-size:clamp(.98rem,1.15vw,1.14rem)}.action-card-copy small{font-size:.74rem;line-height:1.12}.action-arrow{width:32px;height:32px;bottom:10px;right:10px}.secondary-home-actions{gap:8px;max-width:590px}.secondary-home-actions button{border-radius:15px;min-height:40px;padding:8px 12px}.today-setup-showcase{border-radius:34px;justify-self:center;gap:12px;width:min(100%,440px);padding:clamp(16px,2.2vw,24px)}.today-setup-showcase .interactive-board-shell{max-width:min(100%,330px)}.setup-summary-panel{width:min(100%,360px);padding:10px 12px}@media (width>=1500px) and (height>=900px){.hero-title{font-size:clamp(72px,6.8vw,112px)}.today-setup-showcase{width:min(100%,500px)}.today-setup-showcase .interactive-board-shell{max-width:min(100%,380px)}}@media (width<=1080px){.today-setup-showcase{order:2;width:min(100%,560px)}}@media (width<=760px){.hero-title{font-size:clamp(42px,15vw,66px)}.shuffle-mode-panel .today-pill,.shuffle-mode-panel .shuffle-mode-toggle{width:100%}.action-piece{width:min(72%,72px);height:58px;top:14px;left:auto;right:8px;transform:none}.action-glyph{width:44px;height:44px;top:12px;left:auto;right:8px;transform:none}.action-badge{padding:5px 7px;font-size:.62rem;top:8px;left:8px}.action-card-copy{padding-right:60px}.action-card-copy strong{font-size:.9rem}.action-card-copy small{display:none}.action-arrow{width:28px;height:28px;bottom:8px;right:8px}}@media (width>=900px){.hero-title{letter-spacing:-.065em;max-width:580px;font-size:clamp(46px,5.2vw,78px);line-height:.86;display:block}.hero-title span{display:inline}.hero-title span:first-child:after{content:"\a ";white-space:pre}.hero-title span:nth-child(2):after{content:" "}.hero-tagline{font-size:clamp(.9rem,.95vw,1.06rem)}.shuffle-mode-panel .today-pill{width:min(100%,365px);padding:7px 9px}.today-pill-icon{width:38px;height:38px}.today-pill-copy strong{font-size:clamp(1rem,1.45vw,1.36rem)}.today-pill-copy small{font-size:.68rem}.shuffle-mode-toggle button{padding:6px 9px;font-size:.76rem}.shuffle-mode-toggle .shuffle-refresh-button{width:30px;min-width:30px;height:30px}.action-piece{width:min(66%,76px);height:56px;top:14px}.action-glyph{width:48px;height:48px;top:12px}.action-piece-rook{width:min(62%,72px)}.action-piece-knight{width:min(66%,76px)}.action-badge{padding:5px 7px;font-size:.62rem;top:9px;left:9px}.action-card-copy{gap:2px;padding-right:30px}.action-card-copy strong{font-size:clamp(.86rem,1vw,1rem)}.action-card-copy small{font-size:.68rem;line-height:1.08}.rules-icon-wrap{border-radius:11px;width:40px;height:40px}.today-setup-showcase{border-radius:30px;gap:9px;width:min(100%,410px);margin-top:clamp(34px,5vh,68px);padding:15px}.today-setup-showcase .interactive-board-shell{max-width:min(100%,300px)}.setup-header-pill{padding:6px 12px;font-size:.62rem}.setup-summary-panel{width:min(100%,330px);padding:8px 10px}}@media (width>=1400px) and (height<=920px){.hero-title{font-size:clamp(50px,4.8vw,72px)}.today-setup-showcase{margin-top:clamp(26px,4vh,52px)}}@media (width<=899px){.hero-title{display:grid}.hero-title span{display:block}.hero-title span:after{content:none!important}}@media (width>=1181px){.brand-row{margin-bottom:clamp(0px,.35vh,5px)}.hero-title{font-size:clamp(48px,min(5.05vw,8.4vh),86px);line-height:.84}.hero-tagline{font-size:clamp(.92rem,min(.98vw,1.62vh),1.08rem)}.today-pill,.shuffle-mode-panel,.home-action-grid,.secondary-home-actions,.popular-seeds-home{width:100%;max-width:760px}.shuffle-mode-panel{gap:clamp(6px,.8vh,10px)}.today-pill{width:min(100%,410px);padding:clamp(7px,.9vh,10px) clamp(9px,.9vw,12px)}.today-pill-icon{width:clamp(34px,3.8vh,42px);height:clamp(34px,3.8vh,42px)}.today-pill-copy strong{font-size:clamp(1rem,min(1.35vw,2.25vh),1.4rem)}.shuffle-mode-panel .shuffle-mode-toggle{width:min(100%,330px)}.shuffle-mode-toggle button{padding:clamp(6px,.8vh,8px) 10px}.action-piece{width:min(66%,clamp(68px,5.8vw,88px));height:clamp(54px,6.9vh,72px);top:clamp(12px,1.55vh,16px)}.action-piece-rook{width:min(62%,clamp(64px,5.4vw,84px))}.action-piece-knight{width:min(66%,clamp(68px,5.8vw,88px))}.action-card-copy{gap:2px;padding-right:32px}.action-card-copy strong{font-size:clamp(.88rem,min(.98vw,1.7vh),1.05rem)}.action-card-copy small{font-size:clamp(.63rem,min(.7vw,1.2vh),.73rem);line-height:1.08}.action-arrow{width:30px;height:30px;bottom:10px;right:10px}.secondary-home-actions{gap:8px}.secondary-home-actions button{border-radius:14px;min-height:clamp(34px,3.8vh,40px);padding:6px 10px;font-size:.78rem}.today-setup-showcase{border-radius:28px;place-self:start center;gap:clamp(8px,1.05vh,12px);width:min(100%,clamp(340px,25vw,430px));margin-top:clamp(24px,4vh,48px);padding:clamp(12px,1.45vw,18px)}.setup-header-pill{padding:6px 11px;font-size:.6rem}.preview-board-frame,.today-setup-showcase .interactive-board-shell{width:min(100%,clamp(250px,min(19vw,31vh),320px));max-width:min(100%,clamp(250px,min(19vw,31vh),320px))}.setup-summary-panel{border-radius:20px;gap:10px;width:min(100%,320px);padding:8px 10px}.setup-summary-copy p{font-size:.78rem;line-height:1.22}.setup-seed-block{min-width:74px;padding-left:12px}.setup-seed-block strong{font-size:clamp(1rem,1.5vw,1.34rem)}}@media (width>=1181px) and (height>=900px){.today-setup-showcase{width:min(100%,clamp(360px,26vw,450px))}.preview-board-frame,.today-setup-showcase .interactive-board-shell{width:min(100%,clamp(270px,min(19.5vw,32vh),330px));max-width:min(100%,clamp(270px,min(19.5vw,32vh),330px))}}@media (width>=1181px) and (height<=840px){.hero-title{font-size:clamp(44px,min(4.4vw,8vh),70px)}.brand-icon-tile{width:32px;height:32px}.action-piece{opacity:.68}.today-setup-showcase{width:min(100%,350px);margin-top:12px}.preview-board-frame,.today-setup-showcase .interactive-board-shell{width:min(100%,250px);max-width:min(100%,250px)}}@media (width>=768px) and (width<=1180px){.today-pill,.shuffle-mode-panel,.home-action-grid,.secondary-home-actions,.popular-seeds-home{width:100%;max-width:none}.today-setup-showcase{width:min(100%,500px)}.today-setup-showcase .interactive-board-shell{max-width:min(100%,320px)}}@media (width>=1181px){.home-hero-shell .hero-copy,.today-pill,.shuffle-mode-panel,.home-action-grid,.secondary-home-actions,.popular-seeds-home{max-width:860px}.brand-row{white-space:nowrap;max-width:none}.shuffle-mode-panel .today-pill{max-width:430px}.shuffle-mode-panel .shuffle-mode-toggle{max-width:350px}.today-setup-showcase{justify-self:start;width:min(100%,clamp(340px,22vw,410px))}.brand-row{letter-spacing:.16em;font-size:clamp(.68rem,.78vw,.8rem)}.home-action-grid,.secondary-home-actions{max-width:1050px}.today-setup-showcase{grid-area:1/2;justify-self:stretch;width:100%;margin-top:clamp(12px,2vh,28px)}}@media (width>=769px) and (width<=1180px){.today-setup-showcase{order:3}}@keyframes action-piece-center-bob{0%{transform:translate(-50%, -50%) rotate(var(--piece-rotate,0deg)) scale(var(--piece-scale,1))}42%{transform:translate(-50%, calc(-50% - 10px)) rotate(calc(var(--piece-rotate,0deg) - 4deg)) scale(calc(var(--piece-scale,1) * 1.04), calc(var(--piece-scale,1) * .96))}72%{transform:translate(-50%, calc(-50% + 2px)) rotate(calc(var(--piece-rotate,0deg) + 2deg)) scale(calc(var(--piece-scale,1) * .98), calc(var(--piece-scale,1) * 1.03))}to{transform:translate(-50%, -50%) rotate(var(--piece-rotate,0deg)) scale(var(--piece-scale,1))}}@keyframes ai-hero-bob{0%{transform:translateY(-54%)rotate(0)scale(1)}42%{transform:translateY(calc(-54% - 10px))rotate(-4deg)scale(1.04,.96)}72%{transform:translateY(calc(2px - 54%))rotate(2deg)scale(.98,1.03)}to{transform:translateY(-54%)rotate(0)scale(1)}}.seed-detail-home-button,.result-home-button{z-index:5;border-radius:50%;width:48px;height:48px;padding:0;position:fixed;top:clamp(14px,2vw,24px);left:clamp(14px,2vw,24px)}.name-gate-backdrop{z-index:20}.name-gate-card{width:min(94vw,560px)}.name-gate-card input{width:100%}.streak-fire-badge{color:#f59e0b;place-items:center;width:44px;height:44px;display:inline-grid;position:relative}.streak-fire-badge b{color:#2d2b28;text-shadow:0 1px #ffffffb8;font-size:.78rem;font-weight:1000;line-height:1;position:absolute;top:17px}.result-screenshot-menu{gap:6px;display:inline-grid;position:relative}.result-screenshot-dropdown{z-index:8;background:#fffbeffa;border:1px solid #ded9cbe0;border-radius:18px;gap:6px;min-width:190px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 18px 32px #507a6c2e}.result-screenshot-dropdown button{border-radius:12px;justify-content:flex-start;padding:9px 11px}@media (width<=760px){.seed-detail-home-button{position:sticky;top:12px}}.result-screenshot-status{color:#647067;opacity:0;pointer-events:none;background:#fffbefe6;border-radius:999px;width:max-content;max-width:min(280px,80vw);padding:4px 8px;font-size:.78rem;font-weight:850;line-height:1.2;position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%)}.result-screenshot-status:not(:empty){opacity:1}.challenge-page{overscroll-behavior:contain;height:100svh;overflow-y:auto}.streak-brand-tile{color:#ff9f1c;background:radial-gradient(circle at 50% 62%,#fffffffa 0 18%,#0000 19%),radial-gradient(circle,#ffdb5cf5,#ff82236b 58%,#ff414138);border-radius:20px;width:58px;height:58px;position:relative;box-shadow:0 12px #a65b1724,0 20px 34px #ff822347,inset 0 1px #ffffffd1}.streak-brand-tile svg{filter:drop-shadow(0 5px 4px #84420a38);fill:#ffb4324d;stroke-width:2.6px;width:48px;height:48px}.streak-brand-tile b{color:#2d2b28;text-shadow:0 1px #ffffffe0,0 0 8px #ffffffeb;font-size:.98rem;font-weight:1000;line-height:1;position:absolute;top:27px;left:50%;transform:translate(-50%,-50%)}@media (width<=760px){.streak-brand-tile{border-radius:16px;width:46px;height:46px}.streak-brand-tile svg{width:39px;height:39px}.streak-brand-tile b{font-size:.84rem;top:22px}}.decorative-home-pieces{z-index:0;opacity:.74}.streak-brand-tile b{color:#1f2328;background:radial-gradient(circle,#fffffffa,#fff6c4e6);border-radius:999px;place-items:center;min-width:24px;height:24px;font-size:1.16rem;display:grid;top:29px;box-shadow:0 2px 8px #93470729,inset 0 1px #fffffff2}@media (width<=760px){.streak-brand-tile b{min-width:21px;height:21px;font-size:1rem;top:23px}}.success-action,.stacked-actions .success-action{color:#1f4f38;background:#bfe3cd;border-color:#abd5bd}.success-action:active:not(:disabled){box-shadow:0 2px #a9c0a9,0 7px 14px #4a664e1a}.daily-mastered-modal{gap:14px}.daily-mastered-seeds{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.daily-mastered-seed-card{color:#2d2b25;text-align:left;background:#fffbefdb;border:1px solid #ded9cbd1;border-radius:18px;justify-items:start;gap:4px;min-height:82px;padding:12px;display:grid;box-shadow:0 8px #2d2b280d,0 14px 24px #61573214}.daily-mastered-seed-card strong,.daily-mastered-seed-card span{overflow-wrap:anywhere;min-width:0}.daily-mastered-seed-card span{color:#67756d;font-size:.78rem;font-weight:800}@media (width<=760px){.daily-mastered-seeds{grid-template-columns:1fr}}@media (width<=820px){.winner-overlay{padding:max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));place-items:stretch center;overflow:hidden}.score-result-bento{grid-template-columns:1fr;gap:10px;width:100%;margin:10px auto}.score-hero-tile{border-radius:22px;min-height:108px;padding:12px}.score-value-row{--result-score-size:clamp(3.3rem, 18vw, 5.15rem)}.score-mini-grid{border-radius:22px;padding:14px}.score-mini-grid p{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:12px;font-size:clamp(.96rem,4.2vw,1.16rem);display:grid}.score-mini-grid strong{overflow-wrap:anywhere;text-align:right;min-width:0}.inline-name-form,.result-taunt,.leaderboard-mini{width:100%}.leaderboard-mini{padding-bottom:4px;overflow-x:auto}}@media (width<=420px){.winner-overlay{padding-inline:8px}}.meet-piece-learn-link{color:#4f452a;background:#fff6d7eb;border:1px solid #f2d0639e;border-radius:14px;justify-self:stretch;min-height:36px;padding:8px 10px;font-size:.78rem;font-weight:950}.meet-piece-learn-link:hover,.meet-piece-learn-link:focus-visible{background:#f2d06357;transform:translateY(-1px)}.history-complete-actions{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;display:grid}.history-complete-actions .gold-action{grid-column:auto}.history-complete-actions .history-home-action{min-width:0;padding-inline:14px}@media (width<=760px){.panel-actions.history-complete-actions,.stacked-actions.history-complete-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.history-complete-actions button{width:100%;min-width:0}.history-complete-actions .history-home-action{min-width:0;padding-inline:0}.history-complete-actions .history-home-action span{display:none}}.streak-brand-tile{color:#ff9f1c;width:64px;height:64px;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.streak-brand-tile svg{fill:#ffb43257;filter:drop-shadow(0 12px 14px #ff82233d);width:64px;height:64px}.streak-brand-tile b{min-width:24px;height:24px;font-size:1.16rem;top:36px}@media (width<=760px){.streak-brand-tile,.streak-brand-tile svg{width:52px;height:52px}.streak-brand-tile b{min-width:21px;height:21px;font-size:1rem;top:30px}}.challenge-page,.home-page{overscroll-behavior-x:auto;overscroll-behavior-y:contain;touch-action:pan-x pan-y}.leaderboard-skeleton-row span,.leaderboard-skeleton-row b,.leaderboard-skeleton-card .leaderboard-player strong,.leaderboard-skeleton-card .leaderboard-player small,.leaderboard-skeleton-card b{color:#0000;background:linear-gradient(90deg,#dcefe1b8,#fffbeff2,#dcefe1b8) 0 0/220% 100%;border-radius:999px;animation:1.15s ease-in-out infinite leaderboard-skeleton-shimmer;display:block}.leaderboard-skeleton-row span{width:min(100%,9rem);height:.9em}.leaderboard-skeleton-row b{width:2.5rem;height:.9em}.leaderboard-dialog{box-sizing:border-box;width:min(94vw,860px);max-height:min(92dvh,900px);overflow:hidden}.leaderboard-dialog-content:not(.is-full-open){overscroll-behavior:contain;scrollbar-gutter:stable;grid-template-columns:1fr;grid-auto-rows:max-content;align-content:start;gap:22px;min-height:0;padding:2px 8px 12px 0;display:grid;overflow-y:auto}.leaderboard-dialog-content:not(.is-full-open) .leaderboard-dialog-section{min-height:auto;overflow:visible}.leaderboard-dialog-list{grid-template-rows:none;grid-template-columns:1fr;grid-auto-flow:row;align-content:start;padding-right:0;overflow:visible}.leaderboard-top-list,.leaderboard-around-list{grid-template-columns:repeat(2,minmax(0,1fr))}.leaderboard-full-list{grid-template-columns:repeat(2,minmax(0,1fr));padding-right:8px;overflow-y:auto}.leaderboard-dialog-list li{min-width:0;min-height:58px;padding:10px 12px}.leaderboard-dialog-list .leaderboard-empty{grid-column:1/-1}.leaderboard-skeleton-card .leaderboard-player strong{width:70%;height:.95em}.leaderboard-skeleton-card .leaderboard-player small{width:52%;height:.75em}.leaderboard-skeleton-card b{width:2.8rem;height:1.05em}@keyframes leaderboard-skeleton-shimmer{0%{background-position:120% 0}to{background-position:-120% 0}}@media (width<=760px){.leaderboard-dialog{gap:10px;width:min(96vw,560px)}.leaderboard-dialog-content:not(.is-full-open){scrollbar-gutter:auto;gap:14px;padding-right:0}.leaderboard-dialog-list{grid-template-rows:none;grid-template-columns:1fr;grid-auto-flow:row;gap:6px}.leaderboard-top-list,.leaderboard-around-list,.leaderboard-full-list{grid-template-columns:1fr}.leaderboard-dialog-list li{border-radius:14px;padding:7px 9px}}.today-high-score-chip,.shuffle-mode-panel .today-high-score-chip{color:#4e4429;width:max-content;min-width:150px;min-height:54px;font-size:inherit;white-space:nowrap;background:radial-gradient(circle at 24% 20%,#fffffff5,#0000 32%),linear-gradient(#fff9e0fa,#f4dd9bdb);border:1px solid #debe5694;border-radius:22px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px;margin:0;padding:8px 13px 8px 9px;display:inline-grid;position:relative;box-shadow:0 8px #d3b04833,0 18px 28px #77663c1f,inset 0 1px #ffffffe6}.today-high-score-chip>svg{color:#b89529;background:#ffffffd1;border-radius:999px;width:34px;height:34px;padding:7px;display:block;box-shadow:inset 0 -2px #b4912c1f,0 5px 10px #77663c1f}.today-high-score-chip>span{gap:2px;min-width:0;display:grid}.today-high-score-chip small{color:#7b6a34;letter-spacing:.14em;text-transform:uppercase;font-size:.62rem;font-weight:950;line-height:1}.today-high-score-chip strong{color:#23262b;letter-spacing:-.04em;font-size:1.32rem;font-weight:1000;line-height:.95}.today-high-score-chip-loading{pointer-events:none}.high-score-skeleton-icon,.high-score-skeleton-copy span,.high-score-skeleton-copy strong{background:linear-gradient(90deg,#ffffff7a,#b895292e,#ffffff94) 0 0/220% 100%;border-radius:999px;animation:1.15s ease-in-out infinite high-score-skeleton-shimmer;display:block}.high-score-skeleton-icon{width:34px;height:34px;box-shadow:inset 0 -2px #b4912c1a,0 5px 10px #77663c1a}.high-score-skeleton-copy{gap:7px;min-width:74px;display:grid}.high-score-skeleton-copy span{width:72px;height:8px}.high-score-skeleton-copy strong{width:42px;height:19px}@keyframes high-score-skeleton-shimmer{0%{opacity:.64;background-position:120% 0}50%{opacity:1}to{opacity:.64;background-position:-120% 0}}@media (width<=760px){.today-high-score-chip,.shuffle-mode-panel .today-high-score-chip{width:100%;min-width:0;min-height:48px;margin-left:0;padding:7px 12px 7px 8px}.today-high-score-chip>svg{width:30px;height:30px;padding:6px}.today-high-score-chip strong{font-size:1.18rem}}@media (width>=761px){.shuffle-mode-panel{grid-template-columns:minmax(0,340px) auto;align-items:center;row-gap:10px;width:max-content;max-width:100%}.shuffle-mode-panel .today-pill{grid-area:1/1/auto/-1}.shuffle-mode-panel .shuffle-mode-toggle{grid-area:2/1;width:100%}.today-high-score-chip,.shuffle-mode-panel .today-high-score-chip{border-radius:18px;grid-area:2/2;align-self:stretch;min-width:132px;min-height:0;box-shadow:0 5px #d3b0482e,0 14px 22px #77663c1a,inset 0 1px #ffffffe6}.today-high-score-chip>svg{width:30px;height:30px;padding:6px}.today-high-score-chip strong{font-size:1.18rem}}@media (width<=760px){.shuffle-mode-panel{grid-template-columns:minmax(0,1fr) minmax(112px,auto);align-items:stretch;column-gap:8px}.shuffle-mode-panel .today-pill{grid-area:1/1;width:100%;min-width:0}.today-high-score-chip,.shuffle-mode-panel .today-high-score-chip{grid-area:1/2;align-self:stretch;width:auto;min-width:112px;min-height:100%;padding:7px 10px 7px 8px}.today-high-score-chip>svg{width:28px;height:28px;padding:5px}.today-high-score-chip small{letter-spacing:.1em;font-size:.56rem}.today-high-score-chip strong{font-size:1.12rem}.shuffle-mode-panel .shuffle-mode-toggle{grid-area:2/1/auto/-1}}@media (width<=390px){.shuffle-mode-panel{grid-template-columns:1fr}.shuffle-mode-panel .today-pill,.today-high-score-chip,.shuffle-mode-panel .today-high-score-chip,.shuffle-mode-panel .shuffle-mode-toggle{grid-area:auto/1;width:100%}}.today-setup-showcase{z-index:12;position:relative;overflow:visible}.meet-board-frame{z-index:20}.meet-piece-card{z-index:40}@keyframes ai-piece-cluster-bob{0%{transform:translate(-50%, var(--ai-piece-y,-50%)) rotate(var(--piece-rotate,0deg)) scale(var(--piece-scale,1))}42%{transform:translate(-50%, calc(var(--ai-piece-y,-50%) - 10px)) rotate(calc(var(--piece-rotate,0deg) - 4deg)) scale(calc(var(--piece-scale,1) * 1.04), calc(var(--piece-scale,1) * .96))}72%{transform:translate(-50%, calc(var(--ai-piece-y,-50%) + 2px)) rotate(calc(var(--piece-rotate,0deg) + 2deg)) scale(calc(var(--piece-scale,1) * .98), calc(var(--piece-scale,1) * 1.03))}to{transform:translate(-50%, var(--ai-piece-y,-50%)) rotate(var(--piece-rotate,0deg)) scale(var(--piece-scale,1))}}.streak-brand-tile b{min-width:0;height:auto;box-shadow:none;background:0 0;border-radius:0}@media (width<=760px){.streak-brand-tile b{min-width:0;height:auto}}.analysis-panel{background:#fffbef94;border:1px solid #7fb79b47;border-radius:16px;gap:3px;margin:10px 0 0;padding:10px 12px;display:grid;box-shadow:inset 0 -2px #2d2b2808}.analysis-panel strong{color:var(--text);font-size:.92rem}.analysis-panel span{color:var(--muted);font-size:.88rem;font-weight:800;line-height:1.35}.analysis-panel-best{background:#fff2bb9e;border-color:#f2d0638f}.analysis-panel-suggested{background:#cfe6da80;border-color:#7fb79b6b}.analysis-panel-blunder{background:#ffdad38f;border-color:#d83b315c}.history-analysis-marker{margin-left:auto;font-size:.84rem;line-height:1}.history-analysis-suggested{color:#4f745d;font-weight:950}.history-analysis-blunder{color:#fff8ed;background:#d83b31;border:2px solid #fff8e9f5;border-radius:999px;place-items:center;width:1.35em;height:1.35em;font-weight:1000;display:inline-grid;box-shadow:0 4px 8px #781e1838,0 0 0 3px #d83b3129}.winner-overlay{padding:max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch;place-items:center;overflow:hidden auto}.result-action-row{justify-content:center;gap:10px;width:100%;display:grid}.result-action-row-primary{grid-template-columns:repeat(2,minmax(0,1fr));max-width:640px}.result-action-row-tools{grid-template-columns:repeat(2,minmax(0,1fr));max-width:470px}.result-action-row-secondary{grid-template-columns:minmax(0,1.45fr) minmax(150px,.75fr);max-width:640px}.result-action-row-rematch{grid-template-columns:minmax(0,1fr) minmax(120px,.62fr);max-width:440px}.result-action-row button,.result-action-row .result-screenshot-menu,.result-action-row .result-screenshot-menu>button{width:100%;min-width:0}.result-action-row-primary button{min-height:54px;font-size:clamp(1rem,2vw,1.16rem)}.result-leaderboard-action{justify-self:stretch}@media (width<=720px){.result-action-row,.result-action-row-primary,.result-action-row-tools,.result-action-row-secondary,.result-action-row-rematch{grid-template-columns:1fr;max-width:min(100%,420px)}.result-action-row button,.result-action-row-primary button{min-height:46px;font-size:clamp(.86rem,4vw,1rem)}}.power-shield-badge{--shield-accent:#789c7f;--shield-glow:#789c7f47;vertical-align:middle;color:#243028;align-items:center;gap:5px;font-weight:950;line-height:1;display:inline-flex}.power-shield-icon{box-sizing:border-box;color:#254a3f;width:42px;min-width:42px;height:42px;filter:drop-shadow(0 7px 9px var(--shield-glow)) drop-shadow(0 0 8px #ffd35e2e);letter-spacing:.01em;text-shadow:0 1px #ecffefe6,0 0 7px #ffec9485;background:0 0;flex:none;place-items:center;padding:9px 9px 4px;font-size:.62rem;display:grid;position:relative}.shield-sprite{pointer-events:none;background-repeat:no-repeat;display:inline-block}.shield-tier-icon-art{width:100%;height:100%;position:absolute;inset:0}.shield-tier-icon-text{z-index:1;place-items:center;display:inline-grid;position:relative;transform:translateY(3px)}.power-shield-tier-1,.power-shield-tier-2,.power-shield-tier-3{--shield-accent:#8aa197;--shield-glow:#8aa1973d}.power-shield-tier-4,.power-shield-tier-5,.power-shield-tier-6{--shield-accent:#6f9f75;--shield-glow:#6f9f7542}.power-shield-tier-7,.power-shield-tier-8{--shield-accent:#c89432;--shield-glow:#c894324d}.power-shield-tier-9{--shield-accent:#b66a4a;--shield-glow:#b66a4a57}.power-shield-tier-10{--shield-accent:#6e5cc9;--shield-glow:#6e5cc95c}.player-greeting .power-shield-badge,.power-name-form .power-shield-badge{margin-left:6px}.power-name-form>span{align-items:center;gap:4px;display:inline-flex}.history-complete-actions .secondary-action:has(.lucide-sparkles){background:#e6f4ecb8;border-color:#7fb79b7a}.analysis-branch-panel{background:linear-gradient(135deg,#e6f4ecdb,#fffbefb8);border-color:#7fb79b80}.power-shield-badge{appearance:none;cursor:pointer;background:0 0;border:0;padding:0}.power-shield-badge:focus-visible .power-shield-icon{outline-offset:3px;border-radius:14px;outline:3px solid #6192ff8c}.power-shield-badge:hover .power-shield-icon,.power-shield-badge:focus-visible .power-shield-icon{filter:saturate(1.08);transform:translateY(-1px)scale(1.04)}.power-shield-icon{transition:transform .16s,filter .16s}.shield-value-pill{color:#303b34;vertical-align:middle;align-items:center;gap:7px;min-width:0;font-weight:950;line-height:1.05;display:inline-flex}.shield-value-pill .power-shield-icon{width:34px;min-width:34px;height:34px;padding:8px 7px 4px;font-size:.52rem}.shield-value-pill-compact{white-space:nowrap;gap:5px}.shield-value-pill-compact .power-shield-icon{width:30px;min-width:30px;height:30px;padding:7px 6px 4px;font-size:.48rem}.online-power-info strong,.online-opponent-info strong{justify-content:flex-start;align-items:center;gap:8px;min-width:0;display:inline-flex}.online-opponent-info strong{flex-direction:column;align-items:flex-start;gap:5px}.online-opponent-name{overflow-wrap:anywhere;min-width:0;max-width:100%;line-height:1.08;display:block}.match-side-chip{color:#52635a;background:#f7f2e3bd;border-radius:999px;align-items:center;min-height:26px;padding:4px 9px;font-size:.78rem;font-weight:950;display:inline-flex;box-shadow:inset 0 0 0 1px #d2cab8a8}.game-details-shield{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.power-shield-guide-backdrop{z-index:120;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1918166b;place-items:center;padding:18px;display:grid;position:fixed;inset:0}body:has(.game-page) .power-shield-guide-backdrop{-webkit-backdrop-filter:none;background:#19181680}.power-shield-guide{color:#222428;background:radial-gradient(circle at 18% 0,#facc152e,#0000 35%),linear-gradient(#fffbeffa,#f8f4e8f5);border:1px solid #ded9cbe6;border-radius:28px;width:min(94vw,520px);max-height:min(86dvh,720px);padding:clamp(20px,4vw,30px);position:relative;overflow-y:auto;box-shadow:0 26px 72px #2d2b2842}.power-shield-guide h2{margin:2px 0 8px;font-size:clamp(1.8rem,7vw,2.8rem);line-height:.95}.power-shield-guide p{color:#5f6d64;margin:0;font-weight:750;line-height:1.35}.power-shield-guide-current{background:#fffbefc7;border:1px solid #7fb79b3d;border-radius:18px;align-items:center;gap:12px;margin:16px 0;padding:12px;display:flex}.power-shield-guide-current>div{gap:2px;display:grid}.power-shield-guide-current strong,.power-shield-guide-list strong{color:#253029;font-weight:950}.power-shield-guide-current span:not(.power-shield-badge):not(.power-shield-icon),.power-shield-guide-list span{color:#647067;font-weight:800}.power-shield-guide-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.power-shield-guide-list li{background:#fff8e9c2;border:1px solid #ded9cbad;border-radius:16px;gap:3px;padding:10px 12px;display:grid}.power-shield-guide-note{border-top:1px dashed #78908057;padding-top:12px;margin-top:14px!important}.power-name-form>span{flex-wrap:wrap}@media (width<=820px){.winner-overlay{overflow-y:auto}}.power-shield-guide-backdrop{padding:max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));overflow:auto}.power-shield-guide{box-sizing:border-box;border-radius:22px;width:min(100%,460px);max-height:calc(100dvh - 24px);padding:clamp(14px,2vw,16px);overflow-x:hidden}.power-shield-guide-hero{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;margin-bottom:8px;padding-right:38px;display:grid}.power-shield-guide-hero h2{margin:0 0 3px;font-size:clamp(2rem,4vw,2.45rem);line-height:.9}.power-shield-guide-hero p:not(.eyebrow){max-width:30rem;font-size:.82rem;line-height:1.18}.power-shield-guide .power-shield-icon{width:42px;min-width:42px;height:42px;padding:8px 7px 4px;font-size:.82rem}.power-shield-guide-list{gap:6px}.power-shield-guide-list li{grid-template-columns:54px minmax(0,1fr);grid-template-areas:"level title""level detail";align-items:center;padding:8px 10px}.power-shield-guide-list li>span{color:#52625a;background:#cfe6dab3;border-radius:12px;grid-area:level;place-items:center;min-height:34px;font-size:.72rem;font-weight:950;display:grid}.power-shield-guide-list li>strong{grid-area:title;font-size:.92rem;line-height:1}.power-shield-guide-list li>small{color:#647067;grid-area:detail;min-width:0;font-size:.74rem;font-weight:800;line-height:1.12}.power-shield-guide-list .current-shield-group{background:#fff0c49e;border-color:#c8943273}.power-shield-guide-note{padding-top:8px;font-size:.72rem;line-height:1.12;margin-top:8px!important}@media (width<=520px){.power-shield-guide{border-radius:22px}.power-shield-guide-hero{grid-template-columns:1fr;padding-right:42px}.power-shield-guide-list li{grid-template-columns:1fr;grid-template-areas:"level""title""detail"}}.result-matchup{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:clamp(10px,2vw,16px);width:100%;margin:2px auto 14px;display:grid}.result-player-card{background:linear-gradient(135deg,#fffaf0e6,#eef7f2c2);border:1px solid #ded9cbc7;border-radius:24px;align-content:start;justify-items:center;gap:5px;min-width:0;padding:12px 10px;display:grid;box-shadow:0 12px 24px #5d75671a}.result-player-card-winner{background:linear-gradient(135deg,#ffeea8b8,#d8e8d2c7);border-color:#c894326b}.result-profile-avatar-shell{aspect-ratio:1;place-items:center;width:clamp(78px,18vw,122px);margin-bottom:4px;display:grid}.result-profile-avatar-shell .profile-avatar-render{width:100%;height:100%}.result-player-card p,.result-player-card span{color:#809188;letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:950}.result-player-card strong{color:#222428;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:clamp(1rem,2.5vw,1.35rem);line-height:1;overflow:hidden}.result-vs-badge{color:#253028;background:#fff0c4d6;border:1px solid #c894324d;border-radius:999px;align-self:center;place-items:center;gap:4px;min-width:74px;padding:12px 10px;display:grid;box-shadow:0 10px 20px #5d75671f}.result-vs-badge strong{font-size:.78rem;line-height:1.05}.result-score-rank-strip{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:10px;width:min(100%,620px);margin:12px auto;display:grid}.result-score-rank-strip>div,.result-score-rank-strip>button{color:#253028;text-align:left;background:#fffbefc7;border:1px solid #ded9cbc7;border-radius:22px;align-content:center;gap:2px;min-height:78px;padding:12px 16px;display:grid;box-shadow:0 10px 20px #5d756714}.result-score-rank-strip>button{cursor:pointer;grid-template-columns:auto minmax(0,1fr);column-gap:10px}.result-score-rank-strip>button svg{grid-row:span 2;align-self:center}.result-score-rank-strip span{color:#647067;letter-spacing:.1em;text-transform:uppercase;font-size:.78rem;font-weight:950}.result-score-rank-strip strong{color:#222428;font-size:clamp(1.5rem,4vw,2.45rem);line-height:.95}.result-taunt-hero{text-align:left;width:min(100%,620px);margin:12px auto}.result-share-cluster{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;width:min(100%,620px);margin:12px auto;display:grid}.result-share-cluster button,.result-bottom-actions button{border-radius:18px;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:10px 12px;display:inline-flex}.result-share-cluster>span{color:#6f7d72;grid-column:1/-1;justify-content:center;align-items:center;gap:6px;min-height:22px;font-size:.82rem;font-weight:850;display:inline-flex}.result-bottom-actions{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:10px;width:min(100%,620px);margin:14px auto 8px;display:grid}.rematch-request-popover{z-index:80;background:radial-gradient(circle at 10% 15%,#f6d76557,#0000 36%),linear-gradient(135deg,#fffbeefa,#e9f7eefa);border:1px solid #8fb49a8c;border-radius:28px;justify-content:space-between;align-items:center;gap:1rem;width:min(92vw,640px);padding:1rem;display:flex;position:fixed;top:clamp(1rem,5vh,3rem);left:50%;transform:translate(-50%);box-shadow:0 18px 48px #2130282e,inset 0 1px #fffc}.rematch-request-popover strong{color:var(--ink);font-size:clamp(1.15rem,2.2vw,1.55rem);line-height:1;display:block}.rematch-request-popover span{color:var(--muted);margin-top:.3rem;font-weight:800;display:block}.rematch-request-popover .panel-actions{flex:none;gap:.55rem;margin:0;display:flex}@media (width<=640px){.result-matchup,.result-score-rank-strip,.result-bottom-actions{grid-template-columns:1fr}.result-vs-badge{grid-auto-flow:column;width:100%;min-height:44px}.result-share-cluster{grid-template-columns:1fr}}.power-shield-progress{margin:8px 0 10px}.power-shield-guide .power-shield-progress-label{text-transform:uppercase;letter-spacing:.09em;color:#8a9d90;margin:0 0 5px;font-size:.64rem;font-weight:900}.power-shield-progress-track{grid-template-columns:repeat(5,minmax(0,1fr));gap:5px;margin-bottom:6px;display:grid}.power-shield-progress-pip{transform-origin:50%;background:#ffffffb3;border:1px solid #5b6c6338;border-radius:99px;min-width:0;height:13px;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #26362f1a}.power-shield-progress-pip:before,.power-shield-progress-pip:after{content:"";border-radius:inherit;pointer-events:none;position:absolute}.power-shield-progress-pip:before{opacity:0;transform-origin:0;background:linear-gradient(#fff2a8,#31b979);inset:0;transform:scaleX(.2)}.power-shield-progress-pip:after{opacity:0;background:linear-gradient(90deg,#0000,#ffffffdb,#0000);inset:-1px;transform:translate(-125%)skew(-16deg)}.power-shield-progress-pip.filled{box-shadow:inset 0 1px 2px #26362f1a,inset 0 -1px #ffffff80}.power-shield-progress-pip.filled:before{opacity:1;transition:transform .18s cubic-bezier(.16,1.24,.34,1),opacity .12s;transform:scaleX(1)}.power-shield-progress-pip.peak{animation:.76s cubic-bezier(.16,1.28,.28,1) both result-reward-pip-pop;box-shadow:0 0 0 4px #ffdb5033,0 0 20px #31b9796b,inset 0 1px 2px #26362f1a,inset 0 -1px #ffffff9e}.power-shield-progress-pip.peak.filled:before{animation:.76s cubic-bezier(.14,.96,.22,1) both result-reward-pip-fill-sweep}.power-shield-progress-pip.peak.filled:after{animation:.62s ease-out .11s both result-reward-pip-shine}.power-shield-guide .power-shield-progress-message{color:#3b4e40;font-size:.8rem;font-weight:850;line-height:1.15}@media (width<=520px){.power-shield-progress-pip{height:10px}.power-shield-guide .power-shield-progress-message{font-size:.84rem}}@media (width<=700px){.power-shield-guide-backdrop{padding:max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));align-items:center}.power-shield-guide{overscroll-behavior:contain;border-radius:22px;width:min(100%,430px);max-height:calc(100dvh - 20px);padding:18px}.power-shield-guide .modal-close-button{width:44px;height:44px;top:14px;right:14px}.power-shield-guide-hero{grid-template-columns:50px minmax(0,1fr);align-items:center;gap:12px;margin-bottom:12px;padding-right:48px}.power-shield-guide .power-shield-icon{width:50px;min-width:50px;height:50px;padding:10px 9px 5px}.power-shield-guide-hero h2{margin-bottom:3px;font-size:clamp(2.1rem,10vw,3.05rem);line-height:.9}.power-shield-guide-hero p:not(.eyebrow){font-size:.92rem;line-height:1.25}.power-shield-progress{margin:12px 0}.power-shield-guide .power-shield-progress-label{margin-bottom:7px;font-size:.68rem}.power-shield-progress-track{gap:5px;margin-bottom:8px}.power-shield-progress-pip{border-width:1px;height:13px}.power-shield-guide .power-shield-progress-message{font-size:.9rem;line-height:1.2}.power-shield-guide-list{gap:8px}.power-shield-guide-list li{border-radius:17px;grid-template-columns:72px minmax(0,1fr);grid-template-areas:"level title""level detail";gap:2px 10px;padding:10px}.power-shield-guide-list li>span{border-radius:13px;min-height:44px;font-size:.78rem}.power-shield-guide-list li>strong{font-size:1.02rem;line-height:1.02}.power-shield-guide-list li>small{-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.79rem;line-height:1.18;display:-webkit-box;overflow:hidden}.power-shield-guide-list .current-shield-group>small{-webkit-line-clamp:2}.power-shield-guide-note{padding-top:9px;font-size:.78rem;line-height:1.2;margin-top:10px!important}}@media (width<=380px){.power-shield-guide{border-radius:20px;padding:14px}.power-shield-guide-hero{grid-template-columns:44px minmax(0,1fr);gap:10px}.power-shield-guide .power-shield-icon{width:44px;min-width:44px;height:44px;padding:9px 8px 5px}.power-shield-guide-hero h2{font-size:clamp(1.95rem,11vw,2.55rem)}.power-shield-guide-list li{grid-template-columns:60px minmax(0,1fr);gap:2px 8px;padding:9px}.power-shield-guide-list li>span{min-height:38px;font-size:.72rem}}@keyframes fire-flicker{0%{transform:scaleX(1)scaleY(1)rotate(-1deg)}18%{transform:scaleX(.95)scaleY(1.06)rotate(1.8deg)}36%{transform:scaleX(1.04)scaleY(.95)rotate(-.6deg)}54%{transform:scaleX(.96)scaleY(1.05)rotate(1.2deg)}72%{transform:scaleX(1.03)scaleY(.97)rotate(-1.8deg)}90%{transform:scaleX(.97)scaleY(1.03)rotate(.8deg)}to{transform:scaleX(1)scaleY(1)rotate(-1deg)}}@keyframes fire-glow-pulse{0%,to{filter:drop-shadow(0 8px 10px #ff78146b)}50%{filter:drop-shadow(0 10px 22px #ff3705bd)}}.streak-brand-tile{cursor:pointer;transition:transform .15s cubic-bezier(.34,1.56,.64,1)}.streak-brand-tile:hover{transform:scale(1.1)}.streak-brand-tile:active{transform:scale(.93)}.streak-brand-tile svg{transform-origin:50% 70%;animation:1.5s ease-in-out infinite fire-flicker,2.2s ease-in-out infinite fire-glow-pulse}.streak-info-modal h2{align-items:center;gap:8px;display:flex}.streak-modal-flame{color:#ff9f1c;flex-shrink:0}.streak-last-played{color:var(--muted,#6b7280);font-size:.9rem}.progress-popup-modal{width:min(92vw,500px)}.progress-popup-modal .eyebrow{align-items:center;gap:6px;display:inline-flex}.progress-popup-status-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:10px 0 16px;display:grid}.progress-popup-streak,.progress-popup-shield{background:#fffbefc7;border:1px solid #ded9cbc7;border-radius:22px;place-items:center;gap:2px;min-height:154px;padding:10px 14px 14px;display:grid;overflow:visible;box-shadow:0 12px 26px #4b5b4f1a}.progress-popup-streak strong{color:#2b2d31;font-size:clamp(2rem,8vw,3rem);line-height:.9}.progress-popup-streak small,.progress-popup-shield small{color:#68766d;letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:950}.progress-popup-shield .power-shield-icon{width:48px;min-width:48px;height:48px;padding:10px 9px 5px;font-size:.86rem}.result-progress-info-modal .result-popup-fire-badge{color:#ef7b16;isolation:isolate;place-items:center;width:118px;height:108px;display:grid;position:relative}.result-progress-info-modal .result-popup-fire-badge:before{content:"";z-index:-1;filter:blur(10px);opacity:.84;background:radial-gradient(circle at 50% 62%,#ffc148b8,#ff7e1957 46%,#ff7e1900 72%);border-radius:50%;animation:2.1s ease-in-out infinite result-fire-idle-glow;position:absolute;inset:20px 14px 8px}.result-progress-info-modal .result-popup-fire-badge:after{content:"";z-index:0;opacity:.9;pointer-events:none;background:radial-gradient(circle at 50% 44%,#fff7beeb,#ffbb3a94 58%,#ff741600 74%);border-radius:50%;width:56px;height:46px;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.result-progress-info-modal .result-popup-fire-icon{z-index:1;color:#f47619;fill:#ffae30;stroke-width:1.85px;filter:drop-shadow(0 8px 12px #ee5f0b57)drop-shadow(0 0 18px #ffae306b);transform-origin:50% 78%;grid-area:1/1;width:98px;height:98px;animation:1.68s ease-in-out infinite result-fire-flicker}.result-progress-info-modal .result-popup-streak-number{z-index:2;color:#5b2105;font-variant-numeric:tabular-nums;text-shadow:0 1px #fff4baf2,0 0 12px #ffeb8285;grid-area:1/1;place-items:center;width:58px;height:46px;margin-top:18px;font-size:2.25rem;font-weight:1000;line-height:1;display:grid;position:relative;overflow:hidden}.result-progress-info-modal .result-popup-fire-badge.is-double-digit .result-popup-streak-number{font-size:1.94rem}.result-progress-info-modal .result-popup-fire-badge.is-triple-digit .result-popup-streak-number{font-size:1.45rem}.result-progress-info-modal .result-popup-shield-badge{color:#263830;isolation:isolate;place-items:center;width:128px;height:112px;display:grid;position:relative}.result-progress-info-modal .result-popup-shield-badge:before{content:"";z-index:-1;filter:blur(11px);opacity:.78;background:radial-gradient(circle at 50% 58%,#92b29c75,#5d806833 50%,#5d806800 72%);border-radius:50%;animation:2.3s ease-in-out infinite result-shield-idle-glow;position:absolute;inset:16px 12px 8px}.result-progress-info-modal .result-popup-shield-main{transform-origin:50% 62%;grid-area:1/1;place-items:center;width:108px;height:108px;animation:6.8s ease-in-out infinite result-shield-occasional-tilt;display:grid;position:relative;transform:translateY(-5px)}.result-progress-info-modal .result-popup-shield-art{object-fit:contain;filter:drop-shadow(0 12px 16px #5a42103d)drop-shadow(0 0 15px #ffd35e57);grid-area:1/1;width:108px;height:108px}.result-progress-info-modal .result-popup-shield-tier-text{z-index:2;color:#254a3f;letter-spacing:.01em;text-shadow:0 1px #ecffefe6,0 0 11px #ffec94a3;grid-area:1/1;font-size:1.86rem;font-weight:1000;line-height:1;transform:translateY(7px)}.result-progress-info-modal .result-popup-shield-pip-capsule{color:#263830;white-space:nowrap;background:#eef7f0;border:2px solid #ffffffe0;border-radius:999px;justify-content:center;align-items:center;height:27px;padding:0 7px;font-size:.82rem;font-weight:1000;line-height:1;display:inline-flex;position:absolute;bottom:-2px;left:22px;right:22px;box-shadow:0 8px 16px #394f432e,inset 0 1px #ffffffe6}.result-progress-info-modal .result-shield-delta-positive .result-popup-shield-pip-capsule{color:#064d34;background:linear-gradient(#d8ffe7,#8df0b2);box-shadow:0 8px 18px #147c4e33,inset 0 1px #ffffffeb}.result-progress-info-modal .result-shield-delta-negative .result-popup-shield-pip-capsule{color:#7f2119;background:linear-gradient(#fff0eb,#ffb5a6);box-shadow:0 8px 18px #9932243d,inset 0 1px #ffffffeb}.progress-popup-copy-grid{text-align:left;gap:10px;margin:12px 0;display:grid}.progress-popup-copy-grid p{background:#f8f4e8b8;border:1px solid #ded9cbad;border-radius:18px;margin:0;padding:12px 14px}.progress-popup-copy-grid strong{color:#253028}.shield-upgrade-display{justify-content:center;align-items:center;gap:14px;margin:14px auto 12px;display:flex}.shield-upgrade-display .power-shield-icon{width:56px;min-width:56px;height:56px;padding:12px 10px 6px;font-size:.95rem}.shield-upgrade-arrow{color:#7d8a82;font-size:1.4rem;font-weight:1000}@media (width<=460px){.progress-popup-status-row{grid-template-columns:1fr}}.matchmaking-search-animation{flex-direction:column;align-items:center;gap:18px;padding:10px 0 4px;display:flex}.matchmaking-radar{justify-content:center;align-items:center;width:min(58vw,190px);height:min(58vw,190px);margin:4px 0 2px;display:flex;position:relative}.matchmaking-radar-ring{border:2px solid var(--mint);opacity:0;border-radius:50%;position:absolute;inset:0}.matchmaking-radar-ring-1{animation:2.2s ease-out infinite radar-pulse}.matchmaking-radar-ring-2{animation:2.2s ease-out 1.1s infinite radar-pulse}@keyframes radar-pulse{0%{opacity:.9;transform:scale(.25)}to{opacity:0;transform:scale(1.18)}}.matchmaking-radar-dot{background:var(--mint);border-radius:50%;width:16px;height:16px;animation:1.8s ease-in-out infinite dot-breathe}.matchmaking-radar-player-dot{opacity:0;width:0;height:0;transform:translate(-50%, -50%) translate(var(--dot-x,0), var(--dot-y,0)) scale(.3);animation:radar-player-dot var(--dot-duration,2.8s) ease-in-out var(--dot-delay,0s) infinite;pointer-events:none;will-change:opacity, transform;position:absolute;top:50%;left:50%}.matchmaking-radar-player-ping{left:calc(var(--dot-size,8px) / -2);top:calc(var(--dot-size,8px) / -2);width:var(--dot-size,8px);height:var(--dot-size,8px);background:#9ed0c0f0;border-radius:999px;position:absolute;box-shadow:0 0 0 6px #9ed0c024,0 8px 12px #507a6c1f}.matchmaking-radar-player-name{max-width:96px;color:var(--ink);white-space:nowrap;text-overflow:ellipsis;background:#fffcf3eb;border:1px solid #c9e0d3e6;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:900;line-height:1;position:absolute;top:-12px;overflow:hidden;box-shadow:0 7px 16px #34473e14}.matchmaking-radar-player-dot-right .matchmaking-radar-player-name{left:12px}.matchmaking-radar-player-dot-left .matchmaking-radar-player-name{right:12px}@keyframes dot-breathe{0%,to{opacity:.9;transform:scale(1)}50%{opacity:1;transform:scale(1.18)}}@keyframes radar-player-dot{0%,to{opacity:0;transform:translate(-50%, -50%) translate(var(--dot-x,0), var(--dot-y,0)) scale(.35)}22%,70%{opacity:.9;transform:translate(-50%, -50%) translate(var(--dot-x,0), var(--dot-y,0)) scale(1)}}.matchmaking-status-text{color:var(--muted);text-align:center;opacity:.8;font-size:12px}.matchmaking-found-container{flex-direction:column;align-items:center;gap:10px;padding:14px 0 6px;animation:.35s cubic-bezier(.34,1.56,.64,1) found-appear;display:flex}@keyframes found-appear{0%{opacity:0;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.matchmaking-found-check{background:var(--mint);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:26px;animation:.4s cubic-bezier(.34,1.56,.64,1) check-pop;display:flex;box-shadow:0 0 0 6px #8dbfaf38}@keyframes check-pop{0%{transform:scale(0)}to{transform:scale(1)}}.matchmaking-found-name{color:var(--text);letter-spacing:-.3px;font-size:24px;font-weight:700}.matchmaking-found-status{color:var(--muted);font-size:13px;animation:.9s ease-in-out infinite status-blink}@keyframes status-blink{0%,to{opacity:.6}50%{opacity:1}}.waiting-board-overlay.online-matchmaking-overlay{background:radial-gradient(circle at 50% 31%,#9ed0c029,#0000 34%),linear-gradient(#fffcf1f5,#fff9eaf0);border-color:#9cbea66b;gap:14px;width:min(82%,430px);padding:clamp(18px,2.4vw,28px);overflow:hidden;box-shadow:0 22px 54px #2d2b282e,inset 0 1px #ffffffe6}.online-matchmaking-search{justify-items:center;gap:14px;display:grid}.online-matchmaking-search>strong,.online-matchmaking-found>strong{color:var(--text-primary,var(--text));letter-spacing:-.02em;font-size:clamp(1.25rem,2.4vw,1.8rem);line-height:1.04}.online-matchmaking-progress{grid-template-columns:repeat(3,24px);align-items:center;gap:6px;display:inline-grid}.online-matchmaking-progress span{background:#8ba2942e;border-radius:999px;height:7px;transition:background-color .22s,transform .22s,box-shadow .22s;display:block}.online-matchmaking-progress span.is-active{background:#9ed0c0;transform:scaleX(1.16);box-shadow:0 0 0 5px #9ed0c024}.online-matchmaking-search-animation{gap:14px;padding:0}.online-matchmaking-radar{background:linear-gradient(#8fb39921 1px,#0000 1px) 0 0/28px 28px,linear-gradient(90deg,#8fb39921 1px,#0000 1px) 0 0/28px 28px,radial-gradient(circle,#fffcf19e,#9ed0c01c 58%,#9ed0c00a 59%,#0000 70%);border-radius:999px;width:min(58vw,220px);height:min(58vw,220px);margin:0;box-shadow:inset 0 0 0 1px #9ed0c02e}.online-matchmaking-radar:before,.online-matchmaking-radar:after{content:"";pointer-events:none;border:1px solid #9ed0c05c;border-radius:999px;position:absolute;inset:24%}.online-matchmaking-radar:after{inset:40%}.online-matchmaking-radar-sweep{opacity:.82;transform-origin:50%;background:conic-gradient(from -18deg,#9ed0c057,#9ed0c014 23deg,#0000 72deg);border-radius:999px;animation:2.8s linear infinite online-matchmaking-sweep;position:absolute;inset:0}.online-matchmaking-radar .matchmaking-radar-dot{z-index:2;width:18px;height:18px;position:relative;box-shadow:0 0 0 10px #9ed0c024,0 10px 18px #507a6c29}.online-matchmaking-radar .matchmaking-radar-ring{border-color:#9ed0c09e;inset:8px}.online-matchmaking-radar .matchmaking-radar-player-dot{z-index:3}.online-matchmaking-radar .matchmaking-radar-player-ping{background:#9ed0c0;box-shadow:0 0 0 7px #9ed0c026,0 10px 16px #507a6c26}.online-matchmaking-radar .matchmaking-radar-player-name{color:#53655b;background:#fffcf3f5;border-color:#9ed0c0b8}.online-matchmaking-stage-searching .matchmaking-radar-player-name{opacity:.72}.online-matchmaking-stage-checking .matchmaking-radar-player-name,.online-matchmaking-stage-connecting .matchmaking-radar-player-name{color:var(--ink);transform:translateY(-1px)}.online-matchmaking-stage-connecting .online-matchmaking-radar .matchmaking-radar-dot{animation:.72s ease-in-out infinite online-matchmaking-lock-pulse}.online-matchmaking-overlay .matchmaking-status-text{color:#718076;opacity:1;max-width:270px;margin:0;font-size:.92rem;font-weight:850;line-height:1.25}.online-matchmaking-cancel{min-width:118px;min-height:44px;padding:10px 18px!important}.online-matchmaking-found{gap:10px;padding:0}.online-matchmaking-lock{place-items:center;width:84px;height:84px;margin:2px 0;display:grid;position:relative}.online-matchmaking-lock-ring{border:2px solid #9ed0c09e;border-radius:999px;animation:.88s ease-out both online-matchmaking-lock-ring;position:absolute;inset:4px}.online-matchmaking-lock-ring-delay{animation-delay:.13s;inset:14px}.online-matchmaking-found-check{z-index:1;width:54px;height:54px;font-size:28px;position:relative;box-shadow:0 0 0 9px #9ed0c02e,0 16px 24px #507a6c29}.waiting-board-overlay.online-matchmaking-overlay .online-matchmaking-found .matchmaking-found-name{color:#53655b;font-size:clamp(1.45rem,2.6vw,2rem);font-weight:950}.waiting-board-overlay.online-matchmaking-overlay .online-matchmaking-found .matchmaking-found-status{color:#718076;margin:0;font-size:.9rem;font-weight:850;line-height:1.2;animation:1.2s ease-in-out infinite status-blink}@keyframes online-matchmaking-sweep{to{transform:rotate(360deg)}}@keyframes online-matchmaking-lock-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.24)}}@keyframes online-matchmaking-lock-ring{0%{opacity:0;transform:scale(1.22)}45%{opacity:1}to{opacity:.62;transform:scale(1)}}@media (width<=640px){.waiting-board-overlay.online-matchmaking-overlay{border-radius:24px;gap:11px;width:min(88%,340px);padding:16px}.online-matchmaking-radar{width:min(54vw,178px);height:min(54vw,178px)}.online-matchmaking-search>strong,.online-matchmaking-found>strong{font-size:1.25rem}.online-matchmaking-overlay .matchmaking-status-text{font-size:.82rem}.online-matchmaking-found .matchmaking-found-name{font-size:1.42rem}.online-matchmaking-lock{width:68px;height:68px}.online-matchmaking-found-check{width:48px;height:48px;font-size:25px}.waiting-board-overlay.online-matchmaking-overlay .online-matchmaking-found .matchmaking-found-status{font-size:.8rem}}@media (width<=360px),(height<=620px){.waiting-board-overlay.online-matchmaking-overlay{border-radius:22px;gap:8px;width:min(86%,292px);padding:12px}.online-matchmaking-search{gap:8px}.online-matchmaking-search>strong,.online-matchmaking-found>strong{font-size:1.08rem}.online-matchmaking-progress{grid-template-columns:repeat(3,20px);gap:5px}.online-matchmaking-progress span{height:6px}.online-matchmaking-radar{width:min(45vw,138px);height:min(45vw,138px)}.online-matchmaking-radar .matchmaking-radar-player-name{font-size:.56rem}.online-matchmaking-overlay .matchmaking-status-text{max-width:230px;font-size:.74rem;line-height:1.15}.online-matchmaking-cancel{min-height:40px;padding:8px 16px!important}.online-matchmaking-lock{width:58px;height:58px;margin:0}.online-matchmaking-found-check{width:42px;height:42px;font-size:22px}.waiting-board-overlay.online-matchmaking-overlay .online-matchmaking-found .matchmaking-found-name{font-size:1.26rem}.waiting-board-overlay.online-matchmaking-overlay .online-matchmaking-found .matchmaking-found-status{font-size:.74rem}}@media (prefers-reduced-motion:reduce){.waiting-board-overlay.online-matchmaking-overlay *,.waiting-board-overlay.online-matchmaking-overlay :before,.waiting-board-overlay.online-matchmaking-overlay :after{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}.board-review-controls{display:none}@media (width<=1199px){.board-column{padding-top:clamp(34px,5svh,58px)}.board-review-controls{grid-template-columns:repeat(5,minmax(0,1fr));width:min(100%,520px);margin:clamp(10px,2svh,16px) auto 0;display:grid}.board-review-controls button{min-width:0;min-height:42px;padding:8px 10px}}@media (width<=799px){.board-column{padding-top:clamp(48px,7svh,78px)}.board-review-controls{width:min(100%,100vw - 32px)}}.leaderboard-you-badge{color:#4e6258;letter-spacing:.08em;text-transform:uppercase;background:#9ed0c052;border-radius:999px;align-items:center;margin-left:7px;padding:3px 7px;font-size:.66rem;font-style:normal;font-weight:950;display:inline-flex}@keyframes streak-tile-float{0%,to{transform:translateY(0)rotate(-1deg)scale(1)}35%{transform:translateY(-3px)rotate(1.2deg)scale(1.045)}70%{transform:translateY(1px)rotate(-.6deg)scale(.99)}}@keyframes streak-aura-breathe{0%,to{opacity:.68;filter:blur(8px)saturate(1.1);transform:translate(-50%,-50%)scale(.88)rotate(0)}50%{opacity:1;filter:blur(12px)saturate(1.45);transform:translate(-50%,-50%)scale(1.18)rotate(18deg)}}@keyframes streak-ember-orbit{0%{opacity:0;transform:translate(-50%,-50%)rotate(0)translateY(-30px)scale(.72)}18%,78%{opacity:1}to{opacity:0;transform:translate(-50%,-50%)rotate(360deg)translateY(-38px)scale(1.06)}}@keyframes streak-flame-dance{0%,to{transform:translateY(0)scaleX(1)scaleY(1)rotate(-2deg)}14%{transform:translateY(-2px)scaleX(.94)scaleY(1.1)rotate(2deg)}32%{transform:translateY(1px)scaleX(1.07)scaleY(.95)rotate(-1deg)}54%{transform:translateY(-3px)scaleX(.98)scaleY(1.12)rotate(2.4deg)}78%{transform:translateY(0)scaleX(1.04)scaleY(.98)rotate(-2.2deg)}}@keyframes streak-count-pop{0%,to{transform:translate(-50%,-50%)scale(1)}45%{transform:translate(-50%,-50%)scale(1.14)}70%{transform:translate(-50%,-50%)scale(.96)}}.streak-brand-tile{isolation:isolate;will-change:transform;animation:2.8s ease-in-out infinite streak-tile-float;overflow:visible}.streak-brand-tile:before,.streak-brand-tile:after{content:"";z-index:-1;pointer-events:none;border-radius:999px;position:absolute;top:50%;left:50%}.streak-brand-tile:before{background:conic-gradient(from 20deg,#ffdd641a,#ff8a1fbf,#ff453a42,#ffdd641a),radial-gradient(circle,#ffefacc2,#ff952638 48%,#0000 70%);width:74px;height:74px;animation:2.4s ease-in-out infinite streak-aura-breathe}.streak-brand-tile:after{background:#ffe07a;width:6px;height:6px;animation:3.4s linear infinite streak-ember-orbit;box-shadow:16px 4px #ffbe40d1,-14px 8px #ff7a2694,8px -15px #ffefa8e6,-20px -7px #ff5d3285}.streak-brand-tile svg{filter:drop-shadow(0 10px 14px #ff7e1875)drop-shadow(0 0 18px #ffcc4c61);animation:1.12s ease-in-out infinite streak-flame-dance,1.8s ease-in-out infinite fire-glow-pulse}.streak-brand-tile b{border:2px solid #ffcd48b8;animation:2.8s ease-in-out infinite streak-count-pop;box-shadow:0 4px 14px #ff7d1247,0 0 0 5px #ffe1782e,inset 0 1px #fffffff2}.streak-brand-tile:hover{animation-duration:1.15s}@media (width<=760px){.streak-brand-tile:before{width:62px;height:62px}}@media (prefers-reduced-motion:reduce){.streak-brand-tile,.streak-brand-tile:before,.streak-brand-tile:after,.streak-brand-tile svg,.streak-brand-tile b{animation:none}}.streak-brand-tile b{color:#fffdf4;box-shadow:none;text-shadow:0 1px 2px #782b0085,0 0 9px #fffffff2,0 0 16px #ffda5edb;background:0 0;border:0;top:40px}@media (width<=760px){.streak-brand-tile b{top:33px}}.streak-brand-tile:hover:not(:disabled),.streak-brand-tile:focus:not(:focus-visible){filter:none;background:0 0;border-color:#0000;transform:scale(1.1);box-shadow:0 0 #fff0}.streak-brand-tile:hover:before,.streak-brand-tile:hover:after,.streak-brand-tile:hover svg,.streak-brand-tile:hover b{animation-duration:.85s}@media (width>=1800px){.game-header,.game-layout{width:min(100%,1960px);max-width:1960px}}.game-title-block h1:has(.player-name-with-country){text-overflow:clip;align-items:baseline;min-width:0;display:flex}.game-details:has(.player-name-with-country){text-overflow:clip;align-items:baseline;min-width:0;display:flex}.game-title-block h1:has(.player-name-with-country){gap:.16em}.game-details:has(.player-name-with-country){gap:.32em}.game-title-block h1:has(.player-name-with-country) .player-name-with-country{flex:auto;max-width:none;overflow:hidden}.game-details:has(.player-name-with-country) .player-name-with-country{flex:auto;max-width:none;overflow:hidden}.game-title-block h1:has(.player-name-with-country) .player-name-with-country{margin-left:.08em}.game-title-block h1:has(.player-name-with-country) .player-name-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.game-details:has(.player-name-with-country) .player-name-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.game-header .seed-detail-home-button.game-home-button{z-index:auto;flex:none;margin:0 0 clamp(8px,1vh,12px);position:static;inset:auto}.app-shell{background:var(--footer-surface);flex-direction:column;min-height:100svh;display:flex}.app-shell-main{flex:1 0 auto;min-width:0}.app-route-fallback{min-height:min(520px,70svh);color:var(--muted);text-align:center;align-content:center;place-items:center;gap:12px;padding:clamp(80px,12vw,140px) 24px;display:grid}.app-route-fallback span{border:5px solid #8ea6973d;border-top-color:var(--green);border-radius:999px;width:44px;height:44px;animation:.78s linear infinite result-share-spinner}.app-route-fallback strong{font-size:1rem}.app-route-error{background:radial-gradient(circle at 18% 16%, #ffffffdb, transparent 20rem), radial-gradient(circle at 82% 14%, #f7cf7242, transparent 18rem), linear-gradient(180deg, var(--page-bg) 0 68%, var(--page-bg-2) 68% 100%);place-items:center;min-height:100svh;padding:clamp(24px,5vw,56px);display:grid}.app-route-error-card{border:1px solid var(--panel-border);background:var(--panel-bg);text-align:center;border-radius:28px;width:min(100%,560px);padding:clamp(24px,5vw,42px);box-shadow:0 28px 70px #507a6c33}.app-route-error-card h1{letter-spacing:0;margin:0 0 12px;font-size:clamp(2.1rem,7vw,4.2rem)}.app-route-error-card p:not(.eyebrow){max-width:38rem;color:var(--muted);margin:0 auto 20px;line-height:1.55}.profile-panel-loading-card{justify-content:center;align-items:center}.profile-panel-loading-content{text-align:center;justify-items:center;gap:12px;width:min(560px,100vw - 64px);display:grid}.profile-panel-loading-avatar{width:104px;height:104px}.profile-panel-loading-content h2{text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-size:clamp(2rem,5vw,3.4rem);line-height:.95;overflow:hidden}.profile-panel-loading-content h2 .player-name-with-country{white-space:nowrap;align-items:baseline;gap:.28em;min-width:0;max-width:100%;display:inline-flex}.profile-panel-loading-content h2 .player-name-text{text-overflow:ellipsis;min-width:0;overflow:hidden}.profile-panel-loading-line{background:linear-gradient(90deg,#8ea69726,#8ea69757,#8ea69726);border-radius:999px;width:min(260px,80%);height:14px;animation:1.15s ease-in-out infinite leaderboard-skeleton-shimmer;display:block}.profile-panel-loading-line.short{width:min(180px,56%)}.app-shell .home-page,:root[data-theme=light] .app-shell .home-page,:root[data-theme=dark] .app-shell .home-page,.app-shell .challenge-page,.app-shell .about-page,.app-shell .learn-page{overscroll-behavior-y:auto;height:auto;min-height:100svh;overflow:hidden visible}.profile-panel-backdrop,.avatar-editor-backdrop{padding:max(10px, env(safe-area-inset-top)) max(10px, env(safe-area-inset-right)) max(10px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left))}.profile-panel-card{width:min(96vw,1520px);height:min(94svh,1080px);max-height:calc(100svh - max(20px, calc(env(safe-area-inset-top) + env(safe-area-inset-bottom))));border-radius:clamp(24px,2.2vw,36px);padding:clamp(14px,2vw,30px)}.profile-tab-panel{min-width:0}.profile-hero-card{--profile-hero-avatar-size:clamp(230px, 22vw, 380px);min-height:clamp(205px,17vw,275px);padding-left:calc(var(--profile-hero-avatar-size) + clamp(96px, 8vw, 150px));grid-template-columns:1fr;gap:0}.profile-hero-avatar-area,.profile-avatar-edit-button{width:calc(var(--profile-hero-avatar-size) + clamp(22px, 3vw, 48px));min-height:calc(var(--profile-hero-avatar-size) + clamp(22px, 3vw, 48px))}.profile-hero-avatar{max-width:var(--profile-hero-avatar-size);max-height:var(--profile-hero-avatar-size)}.profile-hero-title-row{padding-right:clamp(118px,14vw,210px)}.profile-hero-card h3{font-size:clamp(3.1rem,6.2vw,6.6rem)}.profile-hero-name-edit input,.profile-hero-name-edit textarea{font-size:clamp(2.75rem,4.8vw,5.35rem)}.profile-tab-strip{max-width:100%;margin-right:clamp(42px,4vw,62px)}.profile-stat-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.profile-museum-grid{grid-template-columns:minmax(280px,1.25fr) repeat(2,minmax(190px,.55fr))}.profile-piece-lab-grid{grid-template-columns:minmax(280px,.9fr) minmax(360px,1.15fr) minmax(240px,.75fr)}.profile-piece-grid-card img{width:clamp(76px,5.2vw,96px);height:clamp(76px,5.2vw,96px)}.profile-skill-radar-card{grid-template-columns:minmax(240px,.72fr) minmax(260px,1fr)}.profile-radar-chart{width:min(100%,420px);height:auto}.avatar-editor-card{--avatar-editor-action-space:clamp(132px, 12svh, 172px);width:min(96vw,1500px);height:min(94svh,980px);max-height:calc(100svh - max(20px, calc(env(safe-area-inset-top) + env(safe-area-inset-bottom))));border-radius:clamp(24px,2.2vw,36px);padding:clamp(14px,2vw,30px)}.avatar-editor-workspace{grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr);gap:clamp(16px,2.4vw,38px)}.avatar-editor-preview-wrap{overscroll-behavior:contain;min-width:0;max-height:100%;overflow:auto}.avatar-editor-crop-frame{flex:none;width:clamp(220px,min(31vw,42svh),430px);max-width:100%}.avatar-editor-control-pane{min-width:0;padding-bottom:var(--avatar-editor-action-space);scroll-padding-bottom:var(--avatar-editor-action-space)}.avatar-editor-tabs{grid-template-columns:repeat(4,minmax(min(100%,126px),1fr));max-width:100%}.avatar-editor-tabs button,.avatar-editor-tabs button.selected{width:100%}.avatar-editor-card .avatar-piece-grid,.avatar-option-grid,.avatar-accessory-grid,.avatar-sticker-grid,.avatar-bg-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,126px),1fr))}.avatar-editor-card .avatar-piece-grid{gap:clamp(8px,1.2vw,12px)}.avatar-chip-grid,.avatar-chip-grid.compact,.avatar-color-grid,.avatar-random-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr))}.avatar-chip-grid.tiny{grid-template-columns:repeat(auto-fit,minmax(min(100%,88px),1fr))}.avatar-layer-switch{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr))}.avatar-fine-control-card .avatar-slider-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr))}.avatar-control-cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}.avatar-editor-actions{z-index:5;padding:12px clamp(14px, 2vw, 30px) max(14px, env(safe-area-inset-bottom));background:#fffaf0;border-top:1px solid #ded9cbb8;margin:14px calc(-1*clamp(14px,2vw,30px)) calc(-1*clamp(14px,2vw,30px));position:static}@media (width>=1280px){.profile-tab-strip button{flex-basis:118px;width:118px}.profile-tab-strip button.selected{flex-basis:clamp(190px,15vw,260px);width:clamp(190px,15vw,260px)}}@media (width<=1180px){.profile-panel-card,.avatar-editor-card{width:min(97vw,1040px)}.profile-hero-card{--profile-hero-avatar-size:clamp(180px, 27vw, 310px);min-height:clamp(180px,22vw,240px);padding-left:calc(var(--profile-hero-avatar-size) + clamp(78px, 8vw, 120px));grid-template-columns:1fr}.profile-hero-card h3{font-size:clamp(2.65rem,7vw,5rem)}.profile-hero-name-edit input,.profile-hero-name-edit textarea{font-size:clamp(2.5rem,6vw,4.45rem)}.profile-hero-name-edit input{height:calc(1.08*clamp(2.5rem,6vw,4.45rem))}.profile-museum-grid,.profile-piece-lab-grid,.profile-skill-radar-card{grid-template-columns:1fr 1fr}.profile-piece-lab-grid .profile-museum-card,.profile-skill-radar-card{grid-column:1/-1}.avatar-editor-workspace{grid-template-columns:minmax(260px,.72fr) minmax(0,1fr)}.avatar-editor-crop-frame{width:clamp(210px,min(34vw,38svh),360px)}}@media (width<=900px){.profile-panel-card,.avatar-editor-card{border-radius:28px;width:min(100%,760px);height:calc(100svh - 20px);padding:clamp(12px,2.8vw,20px)}.profile-hero-card{--profile-hero-avatar-size:clamp(160px, 34vw, 250px);min-height:clamp(170px,24vw,220px);padding:clamp(16px, 3vw, 24px) clamp(16px, 3vw, 24px) clamp(16px, 3vw, 24px) calc(var(--profile-hero-avatar-size) + clamp(58px, 8vw, 92px));grid-template-columns:1fr;gap:0}.profile-hero-card:before{width:min(48%,300px);height:54%}.profile-hero-card h3{font-size:clamp(2.25rem,8vw,4.5rem)}.profile-hero-name-edit input,.profile-hero-name-edit textarea{font-size:clamp(2.2rem,7vw,4rem)}.profile-hero-name-edit input{height:calc(1.08*clamp(2.2rem,7vw,4rem))}.profile-hero-title-row{padding-right:0}.profile-share-button{justify-self:start;position:static}.profile-tab-strip{margin-right:0}.profile-museum-grid,.profile-piece-lab-grid,.profile-skill-radar-card,.profile-time-museum-grid,.profile-identity-grid,.profile-history-grid,.profile-seed-insight-grid,.profile-share-card-grid{grid-template-columns:1fr}.profile-site-links-card{grid-template-columns:1fr;align-items:stretch}.profile-site-copy,.profile-skill-radar-card{text-align:left}.profile-radar-chart{width:min(100%,360px)}.avatar-editor-card{overscroll-behavior:contain;overflow:auto}.avatar-editor-workspace{grid-template-columns:1fr;overflow:visible}.avatar-editor-preview-wrap{max-height:none;position:relative;overflow:visible}.avatar-editor-control-pane{max-height:none;padding-right:0;overflow:visible}.avatar-editor-crop-frame{width:clamp(210px,48vw,340px)}}@media (width<=620px){.profile-panel-backdrop,.avatar-editor-backdrop{align-items:stretch;padding:0}.profile-panel-card,.avatar-editor-card{border-width:0;border-radius:0;width:100vw;height:100svh;max-height:100svh}.profile-panel-card .modal-close-button,.avatar-editor-card .modal-close-button{top:max(8px, env(safe-area-inset-top));right:max(8px, env(safe-area-inset-right));width:42px;height:42px}.profile-panel-card{padding-top:calc(max(10px, env(safe-area-inset-top)) + 46px)}.profile-tab-panel{margin-top:12px;padding-right:0}.profile-site-links-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-site-feedback-button{width:100%}.profile-hero-card{--profile-hero-avatar-size:clamp(138px, 41vw, 188px);text-align:center;grid-template-columns:1fr;place-items:center;gap:12px;min-height:0;margin:10px 0 14px;padding:16px;display:grid;overflow:hidden}.profile-hero-avatar-area,.profile-avatar-edit-button{width:calc(var(--profile-hero-avatar-size) + 10px);min-height:calc(var(--profile-hero-avatar-size) + 10px);position:relative;top:auto;left:auto;transform:none}.profile-hero-copy{justify-items:center;gap:8px;width:100%;min-width:0}.profile-hero-title-row{justify-items:center;width:100%}.profile-hero-status-row{justify-content:center}.profile-hero-card h3{text-align:center;max-width:100%;font-size:clamp(1.6rem,8.2vw,2.75rem)}.profile-hero-readonly-field,.profile-hero-edit-field{text-align:center;justify-items:center;width:100%}.profile-hero-name-edit input,.profile-hero-name-edit textarea,.profile-hero-tagline-edit input{text-align:center;margin-left:0}.profile-hero-name-edit input,.profile-hero-name-edit textarea{max-width:100%;padding-inline:0;font-size:clamp(1.6rem,8.2vw,2.75rem)}.profile-hero-name-edit input{height:calc(1.12*clamp(1.6rem,8.2vw,2.75rem))}.profile-hero-tagline-readonly p,.profile-hero-tagline-edit input,.profile-hero-copy>p{text-align:center;max-width:100%;font-size:clamp(.92rem,4.2vw,1.08rem)}.profile-personality-strip{scrollbar-width:none;flex-wrap:nowrap;justify-content:center;max-width:100%;padding-bottom:3px;overflow-x:auto}.profile-personality-strip::-webkit-scrollbar{display:none}.profile-share-button{border-radius:999px;justify-self:center;min-height:38px;padding:8px 11px;font-size:.86rem}.profile-stat-grid,.profile-piece-grid-card{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-piece-grid-card span{min-height:132px}.profile-piece-grid-card img{width:72px;height:72px}.profile-weekday-heatmap{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-share-card-grid article{grid-template-columns:auto minmax(0,1fr)}.profile-share-card-grid article button{grid-column:1/-1;justify-content:center;width:100%}.avatar-editor-card{--avatar-editor-action-space:calc(104px + env(safe-area-inset-bottom));padding:max(8px, env(safe-area-inset-top)) 8px 0;overscroll-behavior:contain;background:radial-gradient(circle at 18% 0,#f6dc8229,#0000 16rem),#fffaf0;display:block;overflow-y:auto}.avatar-editor-workspace{min-height:0;padding-bottom:var(--avatar-editor-action-space);grid-template-columns:1fr;gap:8px;display:grid}.avatar-editor-preview-wrap{top:max(8px, env(safe-area-inset-top));z-index:8;background:radial-gradient(circle at 18% 34%,#f6dc823d,#0000 8rem),linear-gradient(135deg,#fffdf7f5,#e8f3ebeb);border-radius:20px;grid-template-columns:clamp(72px,20vw,88px) minmax(0,1fr) auto;grid-template-areas:"preview eyebrow actions""preview title actions""preview copy actions";place-items:center start;gap:1px 9px;padding:8px;display:grid;position:sticky;overflow:visible;box-shadow:0 8px 24px #27372f1f,inset 0 1px #ffffffd9}.avatar-editor-crop-frame{border-width:2px;border-radius:16px;grid-area:preview;align-self:center;width:clamp(72px,20vw,88px)}.avatar-editor-preview-wrap .eyebrow{letter-spacing:.14em;grid-area:eyebrow;margin:0;font-size:.55rem}.avatar-editor-preview-wrap h2{grid-area:title;max-width:100%;margin:0;font-size:clamp(1.08rem,5.4vw,1.45rem);line-height:.94}.avatar-editor-preview-wrap>p:not(.eyebrow){color:#66756d;grid-area:copy;max-width:22ch;margin:0;font-size:.72rem;font-weight:800;line-height:1.08}.avatar-editor-helper-full{display:none}.avatar-editor-helper-mobile{display:inline}.avatar-editor-preview-actions{flex-direction:column;grid-area:actions;justify-content:center;align-self:center;gap:5px;width:auto;margin-top:0;display:flex}.avatar-editor-random-quick{border-radius:14px;width:38px;min-width:38px;height:38px;min-height:38px;padding:0;font-size:0;box-shadow:0 3px #d3b0483d}.avatar-editor-random-quick svg{width:18px;height:18px}.avatar-editor-random-quick.secondary{box-shadow:0 3px #53775c1a}.avatar-editor-action-label{display:none}.avatar-editor-control-pane{scroll-padding-bottom:var(--avatar-editor-action-space);gap:12px;padding:0;display:grid;overflow:visible}.avatar-editor-tabs,.profile-tab-strip{scroll-snap-type:x proximity;scrollbar-width:none;border-radius:24px;gap:7px;margin:0;padding:8px;overflow:auto hidden}.avatar-editor-tabs::-webkit-scrollbar{display:none}.profile-tab-strip::-webkit-scrollbar{display:none}.avatar-editor-tabs button,.profile-tab-strip button{scroll-snap-align:start;text-align:center;border-radius:18px;flex:0 0 74px;grid-template-columns:1fr;justify-content:center;justify-items:center;gap:5px;width:74px;min-width:74px;min-height:72px;padding:8px 6px}.avatar-editor-tabs button svg,.profile-tab-strip button svg{width:22px;height:22px}.avatar-editor-tabs button .avatar-editor-tab-copy,.profile-tab-strip button .profile-tab-copy{max-width:100%;display:block}.avatar-editor-tabs button .avatar-editor-tab-copy strong,.profile-tab-strip button .profile-tab-copy strong{white-space:normal;max-width:100%;font-size:.72rem;line-height:1.05;display:block}.avatar-editor-tabs button .avatar-editor-tab-copy span,.profile-tab-strip button .profile-tab-copy span{display:none}.avatar-editor-tabs button.selected,.profile-tab-strip button.selected{text-align:left;flex:0 0 min(57vw,218px);grid-template-columns:auto minmax(0,1fr);justify-content:start;justify-items:start;width:min(57vw,218px);min-width:min(57vw,218px);padding-inline:12px}.avatar-editor-tabs button.selected .avatar-editor-tab-copy strong,.profile-tab-strip button.selected .profile-tab-copy strong{white-space:nowrap;font-size:.9rem}.avatar-editor-tabs button.selected .avatar-editor-tab-copy span,.profile-tab-strip button.selected .profile-tab-copy span{white-space:nowrap;margin-top:2px;font-size:.68rem;display:block}.avatar-editor-tabs{scroll-snap-type:x proximity;scrollbar-width:none;background:linear-gradient(135deg,#e7f1e7c2,#fffbf0b8),#fffdf7b8;border-radius:22px;gap:6px;padding:6px;scroll-padding-inline:6px;display:flex;overflow:auto hidden}.avatar-editor-tabs button{width:76px;min-width:76px;min-height:56px;box-shadow:none;text-align:center;scroll-snap-align:start;background:#fffdf775;border-radius:16px;flex:0 0 76px;grid-template-columns:1fr;justify-content:center;justify-items:center;padding:6px 5px}.avatar-editor-tabs button.selected{text-align:left;flex:0 0 min(36vw,136px);grid-template-columns:auto minmax(0,1fr);justify-content:start;justify-items:start;width:min(36vw,136px);min-width:min(36vw,136px);padding-inline:9px;box-shadow:inset 0 0 0 1px #ffffff6b,0 3px #89b093b8}.avatar-editor-tabs button .avatar-editor-tab-copy strong{white-space:nowrap;font-size:.68rem;line-height:1}.avatar-editor-tabs button.selected .avatar-editor-tab-copy strong{font-size:.78rem}.avatar-editor-tabs button.selected .avatar-editor-tab-copy span,.avatar-size-preview{display:none}.avatar-editor-small-preview{width:34px;height:34px}.avatar-editor-section{background:#fffdf794;border:1px solid #ded9cbe6;border-radius:26px;gap:14px;padding:14px;box-shadow:inset 0 1px #ffffffd1}.random-mode-panel{gap:10px}.avatar-random-hero{border-radius:18px;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"icon copy undo";align-items:center;gap:9px;padding:10px}.avatar-random-hero>svg{background:#fffdf7b8;border:1px solid #e0ca8594;border-radius:12px;grid-area:icon;width:34px;height:34px;padding:7px;box-shadow:0 3px #d3b04829}.avatar-random-hero>div{grid-area:copy;min-width:0}.avatar-random-hero h3{font-size:1rem;line-height:1}.avatar-random-hero p{max-width:34ch;margin-top:3px;font-size:.72rem;line-height:1.15}.avatar-random-undo{white-space:nowrap;border-radius:13px;grid-area:undo;align-self:start;min-height:34px;padding:0 9px}.avatar-random-undo svg{width:15px;height:15px}.avatar-editor-card .avatar-piece-grid,.avatar-option-grid,.avatar-accessory-grid,.avatar-sticker-grid,.avatar-bg-grid,.avatar-frame-preview-grid,.avatar-shadow-preview-grid,.avatar-random-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.avatar-chip-grid,.avatar-chip-grid.compact,.avatar-color-grid,.avatar-layer-switch,.avatar-fine-control-card .avatar-slider-list{grid-template-columns:repeat(2,minmax(0,1fr))}.avatar-chip-grid.compact.avatar-shadow-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.avatar-editor-card .avatar-piece-grid,.avatar-option-grid,.avatar-accessory-grid,.avatar-sticker-grid,.avatar-bg-grid,.avatar-frame-preview-grid,.avatar-shadow-preview-grid{gap:8px}.avatar-editor-card .avatar-piece-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.avatar-editor-card .avatar-piece-grid button,.avatar-option-grid button,.avatar-accessory-grid button,.avatar-sticker-grid button,.avatar-bg-grid button{border-radius:18px;min-height:96px;padding:8px}.avatar-editor-card .avatar-piece-grid button{aspect-ratio:1;min-height:0}.editor-piece-grid .avatar-piece-choice-preview{width:min(78%,72px);height:min(78%,72px)}.avatar-style-preview,.avatar-outline-preview,.avatar-shadow-preview,.avatar-random-preview{width:34px;height:34px}.avatar-shape-choice-swatch{filter:drop-shadow(6px 7px #27372f1a);width:70px;height:70px}.avatar-shape-choice-swatch:after{inset:6px}.shape-grid button{gap:6px}.shape-grid button.selected .avatar-shape-choice-swatch{filter:drop-shadow(0 0 #8fb39929)drop-shadow(6px 7px #27372f1f)}.shape-grid button.selected .avatar-shape-choice-swatch:before{inset:-2px}.avatar-bg-grid button span{padding:3px 5px;font-size:.58rem;bottom:6px;left:6px;right:6px}.avatar-option-grid button,.avatar-accessory-grid button,.avatar-sticker-grid button{min-height:98px}.avatar-option-grid button span,.avatar-accessory-grid span,.avatar-sticker-grid span,.avatar-preview-chip>span{font-size:.66rem;line-height:1.05}.avatar-accessory-sample{border-radius:12px;width:48px;height:38px}.avatar-accessory-option-icon{font-size:1.45rem}.avatar-accessory-option-icon.option-accessory-crown,.avatar-accessory-option-icon.option-accessory-halo,.avatar-accessory-option-icon.option-accessory-orbit-ring,.avatar-accessory-option-icon.option-accessory-fire,.avatar-accessory-option-icon.option-accessory-lightning,.avatar-accessory-option-icon.option-accessory-party-hat{font-size:1.58rem}.avatar-accessory-option-icon.option-accessory-glasses,.avatar-accessory-option-icon.option-accessory-sunglasses,.avatar-accessory-option-icon.option-accessory-wings{font-size:1.22rem}.avatar-sticker-grid b{border-radius:.46em;min-width:1.9em;min-height:1.25em;padding:.16em .28em;font-size:1.02rem}.avatar-frame-preview-grid .avatar-preview-chip{gap:6px;min-height:88px;padding:8px 6px}.avatar-shadow-preview-grid .avatar-preview-chip{text-align:center;grid-template-columns:1fr;justify-items:center;gap:7px;min-height:104px;padding:9px 6px 10px;overflow:visible}.avatar-shadow-preview-grid .avatar-shadow-preview{width:52px;height:52px;margin:0}.avatar-frame-swatch{border-width:8px;width:48px;height:48px}.avatar-frame-swatch:after{inset:5px}.avatar-random-grid button{text-align:center;grid-template-columns:1fr;justify-items:center}.avatar-layer-heading{flex-direction:column;align-items:start}.avatar-layer-switch{border-radius:24px;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:20px 9px 9px}.avatar-layer-switch button{text-align:center;grid-template-columns:1fr;justify-items:center;gap:6px;min-height:92px;padding:9px 6px}.avatar-layer-switch b{width:36px;height:36px}.avatar-layer-switch span{justify-items:center}.avatar-layer-switch strong{font-size:.78rem}.avatar-layer-switch small{font-size:.62rem}.avatar-chip-section,.avatar-fine-control-card,.avatar-sticker-layer,.avatar-sticker-style-panel{border-radius:22px;padding:13px}.avatar-chip-grid button,.avatar-color-grid button,.avatar-random-grid button{border-radius:16px;min-height:50px;font-size:.82rem}.avatar-fine-control-card .avatar-slider-list{gap:14px}.avatar-slider-row input[type=range]{height:16px}.avatar-slider-row input[type=range]::-webkit-slider-thumb{width:31px;height:31px}.avatar-slider-row input[type=range]::-moz-range-thumb{width:27px;height:27px}.avatar-editor-actions{z-index:12;padding:8px 10px max(10px, env(safe-area-inset-bottom));background:linear-gradient(#fffaf000,#fffaf0 22%,#fffaf0);border-top:1px solid #ded9cbc7;justify-content:stretch;margin:0 -8px;position:sticky;bottom:0;box-shadow:0 -10px 18px #fffaf0c2}.avatar-editor-actions button{border-radius:16px;flex:140px;min-height:46px;padding:8px 12px}}@media (width<=380px){.profile-stat-grid,.profile-piece-grid-card{grid-template-columns:1fr}.avatar-option-grid,.avatar-accessory-grid,.avatar-sticker-grid,.avatar-bg-grid,.avatar-frame-preview-grid,.avatar-shadow-preview-grid,.avatar-chip-grid,.avatar-chip-grid.compact,.avatar-color-grid,.avatar-random-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.avatar-chip-grid.compact.avatar-shadow-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.avatar-shadow-preview-grid .avatar-preview-chip{min-height:98px}.avatar-shadow-preview-grid .avatar-shadow-preview{width:48px;height:48px}.avatar-layer-switch{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;padding-inline:7px}.avatar-layer-switch button{min-height:84px;padding-inline:4px}.avatar-layer-switch b{border-radius:10px;width:32px;height:32px;font-size:1rem}.avatar-layer-switch strong{font-size:.7rem}.avatar-layer-switch small{font-size:.58rem}.avatar-editor-card .avatar-piece-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-tab-strip button,.avatar-editor-tabs button{flex-basis:62px;width:62px;min-width:62px}.avatar-editor-tabs button{flex:0 0 68px;width:68px;min-width:68px}.avatar-editor-tabs button.selected{flex-basis:min(38vw,128px);width:min(38vw,128px);min-width:min(38vw,128px)}}.profile-hero-card{--profile-hero-avatar-size:clamp(170px, 14vw, 238px);background:radial-gradient(circle at 12%,#f6dc8247,#0000 23rem),radial-gradient(circle at 88% 18%,#8fb8df2e,#0000 22rem),linear-gradient(135deg,#fff8daf5,#e8f5edf2);border-radius:clamp(24px,2.4vw,34px);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:clamp(18px,3.2vw,46px);width:min(100%,1120px);min-height:0;margin:clamp(18px,2.6vw,36px) auto clamp(18px,2.8vw,38px);padding:clamp(16px,2.4vw,28px) clamp(18px,3vw,36px);display:grid;overflow:hidden;box-shadow:0 18px 36px #27372f14,inset 0 1px #ffffffd1}.profile-hero-card:before{background:linear-gradient(135deg,#fffdf794,#8fb39929),radial-gradient(circle at 62% 36%,#8fb8df2e,#0000 58%);border-radius:999px 999px 999px 42px;width:min(31%,330px);height:clamp(86px,11vw,132px);inset:50% clamp(18px,3vw,34px) auto auto;transform:translateY(-50%)}.profile-hero-card:after{width:calc(var(--profile-hero-avatar-size) * .86);height:calc(var(--profile-hero-avatar-size) * .16);bottom:clamp(10px,1.6vw,18px);left:clamp(22px,3vw,36px)}.profile-hero-avatar-area{z-index:3;width:calc(var(--profile-hero-avatar-size) + clamp(12px, 1.5vw, 22px));align-content:center;gap:clamp(6px,1vw,10px);min-height:auto;position:relative;top:auto;left:auto;transform:none}.profile-avatar-edit-button{width:calc(var(--profile-hero-avatar-size) + clamp(10px, 1.3vw, 18px));min-height:calc(var(--profile-hero-avatar-size) + clamp(10px, 1.3vw, 18px))}.profile-hero-avatar{width:var(--profile-hero-avatar-size);height:var(--profile-hero-avatar-size);max-width:var(--profile-hero-avatar-size);max-height:var(--profile-hero-avatar-size)}.profile-avatar-edit-button>span:last-child{bottom:clamp(8px,2vw,22px);right:clamp(0px,1.2vw,10px)}.profile-avatar-edit-button:before,.profile-avatar-edit-button:after{content:none!important;display:none!important}.profile-avatar-rank-badges{width:min(100%, calc(var(--profile-hero-avatar-size) + 72px));padding:0}.profile-hero-copy{gap:clamp(8px,1vw,13px);width:100%;max-width:none;padding:0}.profile-hero-title-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:clamp(12px,2vw,22px);padding-right:0}.profile-share-button{place-self:start end;margin-top:clamp(2px,.5vw,6px);position:relative;top:auto;right:auto}.profile-hero-card h3,.profile-hero-name-edit input,.profile-hero-name-edit textarea{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:clamp(2.35rem,5vw,4.9rem);line-height:.92;overflow:hidden}.profile-hero-name-edit input,.profile-hero-name-edit textarea{margin-left:-8px;padding:5px 8px}.profile-hero-name-edit input{height:calc(1.08*clamp(2.35rem,5vw,4.9rem))}.profile-hero-tagline-readonly p,.profile-hero-tagline-edit input,.profile-hero-copy>p{max-width:min(58ch,100%);font-size:clamp(.98rem,1.35vw,1.24rem)}.profile-hero-edit-field{width:min(100%, max-content);max-width:100%;position:relative}.profile-hero-edit-field>span{align-items:center;gap:8px;display:inline-flex}.profile-hero-edit-field input{background:linear-gradient(#fffdf794,#f7fbf375);border-color:#8fad9852;box-shadow:inset 0 1px #ffffffc7,inset 0 -3px #8fad9824,0 4px #8fad9814}.profile-hero-edit-field input:hover{background:linear-gradient(#fffdf7c2,#f7fbf399);border-color:#8fad987a;box-shadow:inset 0 1px #ffffffdb,inset 0 -3px #8fad9833,0 4px #8fad981f}.profile-hero-edit-field input:focus{background:#fffdf7e6;border-color:#8fad98b3;box-shadow:inset 0 1px #ffffffeb,inset 0 -3px #8fad984d,0 0 0 4px #8fad9824,0 4px #8fad9829}.profile-hero-name-edit input{padding-right:clamp(36px,4vw,54px)}.profile-hero-tagline-edit input{min-width:min(44ch,100%);padding-right:34px}.profile-hero-tagline-control .profile-hero-tagline-edit input,.profile-hero-tagline-control input{min-width:0}@media (width<=760px){.profile-hero-tagline-control{flex-direction:column;align-items:stretch;gap:8px}.profile-random-tagline-button{width:max-content;min-height:36px;padding-inline:12px}}@media (width<=620px){.profile-hero-tagline-edit{width:100%}.profile-hero-tagline-control{flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%}.profile-hero-tagline-control input{flex:auto;min-width:0}.profile-random-tagline-button{border-radius:14px;width:42px;min-width:42px;height:42px;min-height:42px;padding:0}.profile-random-tagline-button span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.profile-random-tagline-button svg{width:20px;height:20px}}.global-profile-name{display:none}.hero-title{color:#202124;letter-spacing:0;margin:0;font-size:clamp(52px,6.8vw,92px);line-height:.84;display:grid}.hero-title span{display:block}.hero-title span:after{content:none!important}.hero-subheading,.hero-description{color:#202124;margin:0}.hero-subheading{font-size:clamp(1.55rem,3.2vw,2.9rem);font-weight:950;line-height:1}.hero-description{max-width:34rem;font-size:clamp(1rem,1.55vw,1.25rem);font-weight:680;line-height:1.28}.featured-challenge-body{color:#fff;background:radial-gradient(circle at 16% 10%,#ffffff38,#0000 7rem),linear-gradient(135deg,#26153a,#53307d 58%,#2b173e);border-radius:18px;grid-template-columns:minmax(90px,.34fr) minmax(0,1fr) auto auto;align-items:center;gap:clamp(10px,1.8vw,20px);min-height:126px;padding:14px;display:grid;overflow:hidden}.featured-challenge-body img{object-fit:contain;filter:drop-shadow(0 14px 15px #00000061);width:min(100%,120px);max-height:120px}.featured-challenge-body h2,.featured-challenge-body p{margin:0}.featured-challenge-body h2{color:#fff;font-size:clamp(1.45rem,2.6vw,2.35rem);font-weight:950;line-height:.95}.featured-challenge-body div>span{color:#ffffffeb;background:#ffffff29;border-radius:999px;width:max-content;max-width:100%;margin:2px 0 7px;padding:5px 9px;font-size:.78rem;font-weight:900;display:inline-flex}.featured-challenge-body p{color:#ffffffdb;font-weight:760;line-height:1.25}.featured-challenge-body small,.featured-challenge-body div>strong{color:#fff;display:block}.featured-challenge-body small{margin-top:6px;font-size:.78rem;font-weight:820}.featured-challenge-body div>strong{font-size:clamp(1.45rem,2.6vw,2rem);font-weight:950;line-height:1}.featured-play-button{color:#fff;background:linear-gradient(#b282ff,#7f47db);border-color:#ffffff29;border-radius:18px;min-width:116px;min-height:56px;font-size:1.15rem;box-shadow:0 6px #3218589e,0 14px 20px #1e112e52}.featured-share-button{color:#2b173e;background:#ead8f8;border-radius:18px;width:54px;min-width:54px;height:54px;padding:0}@media (width>=769px){.hero-title{max-width:100%;font-size:clamp(42px,4.45vw,68px);line-height:.96;display:block}.hero-title span{display:inline}.hero-title span+span:before{content:" "}.hero-subheading{font-size:clamp(1.85rem,3.35vw,3rem)}.hero-description{font-size:clamp(.96rem,1.35vw,1.15rem)}.featured-challenge-body{min-height:112px;padding:10px 12px}.featured-challenge-body img{max-height:96px}.featured-challenge-body h2{font-size:clamp(1.28rem,2.1vw,1.8rem)}.featured-challenge-body div>span{margin-bottom:5px;font-size:.68rem}.featured-challenge-body p{font-size:.88rem;line-height:1.18}.featured-challenge-body small{margin-top:4px}.featured-challenge-body div>strong{font-size:1.45rem}.featured-play-button{min-width:92px;min-height:48px}.featured-share-button{width:48px;min-width:48px;height:48px}}@media (width<=768px){.hero-title{font-size:clamp(39px,13.4vw,58px);line-height:.86}.hero-subheading{font-size:clamp(1.65rem,7.7vw,2.3rem)}.hero-description{max-width:100%;font-size:clamp(.98rem,4.4vw,1.12rem);line-height:1.28}.title-spark{display:none}.featured-challenge-body{grid-template-columns:88px minmax(0,1fr) auto;min-height:118px;padding:10px}.featured-challenge-body img{max-height:96px}.featured-challenge-body div>span{font-size:.66rem}.featured-challenge-body p{font-size:.88rem}.featured-share-button{grid-area:2/3;width:46px;min-width:46px;height:46px}.featured-play-button{min-width:86px;min-height:48px;font-size:1rem}}@media (width<=430px){.featured-play-button,.featured-share-button{grid-area:auto}.featured-challenge-body{grid-template-columns:74px minmax(0,1fr) auto}.featured-share-button{display:none}}@media (width>=1280px){.profile-hero-card{--profile-hero-avatar-size:clamp(185px, 11.5vw, 238px)}}@media (width<=900px){.profile-hero-card{--profile-hero-avatar-size:clamp(138px, 24vw, 210px);gap:clamp(14px,3.5vw,26px);width:100%;padding:clamp(14px,3.2vw,22px)}.profile-hero-card:before{width:min(42%,260px);height:clamp(78px,18vw,116px)}.profile-hero-card h3,.profile-hero-name-edit input,.profile-hero-name-edit textarea{font-size:clamp(2rem,6.8vw,3.8rem)}.profile-hero-name-edit input{height:calc(1.08*clamp(2rem,6.8vw,3.8rem))}}@media (width<=620px){.profile-hero-card{--profile-hero-avatar-size:clamp(150px, 48vw, 228px);text-align:center;grid-template-columns:1fr;justify-items:center;gap:12px;margin:10px 0 14px;padding:18px 16px;position:relative;overflow:hidden}.profile-hero-card:before{opacity:.72;width:74%;height:42%;inset:auto -14% 8% auto;transform:none}.profile-hero-card:after{left:50%;bottom:calc(var(--profile-hero-avatar-size) * .08);transform:translate(-50%)}.profile-hero-avatar-area,.profile-avatar-edit-button{justify-self:center}.profile-hero-copy{text-align:center;justify-items:center;position:static}.profile-hero-title-row{grid-template-columns:1fr;justify-items:center;width:100%}.profile-hero-card h3,.profile-hero-name-edit input,.profile-hero-name-edit textarea{text-align:center;white-space:normal;max-width:100%;font-size:clamp(2rem,11vw,3.5rem)}.profile-hero-name-edit input,.profile-hero-name-edit textarea,.profile-hero-tagline-edit input{text-align:center;margin-left:0}.profile-hero-name-edit input{height:calc(1.12*clamp(2rem,11vw,3.5rem))}.profile-share-button{justify-self:auto;width:42px;min-width:42px;height:42px;min-height:42px;padding:0;font-size:.9rem;position:absolute;top:18px;right:18px}.profile-share-button span{display:none}.profile-personality-strip{grid-template-columns:repeat(2,minmax(0,1fr));justify-content:stretch;gap:8px;width:min(100%,360px);padding-bottom:0;display:grid;overflow:visible}.profile-personality-strip button{white-space:normal;text-align:center;text-overflow:clip;justify-content:center;align-items:center;min-width:0;max-width:none;min-height:34px;padding:7px 9px;line-height:1.05;display:inline-flex;overflow:visible}}@keyframes result-win-title-pop{0%{opacity:.78;transform:translateY(10px)scale(.9)}58%{opacity:1;transform:translateY(0)scale(1.055)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes result-star-dust{0%{opacity:.48;transform:translateY(0)}to{opacity:.86;transform:translateY(-4px)}}@keyframes result-winner-crown-bob{0%,to{filter:drop-shadow(0 5px 5px #8b5c0b38);transform:translate(-50%)translateY(0)rotate(-5deg)scale(1)}25%{filter:drop-shadow(0 8px 7px #8b5c0b33);transform:translate(-50%)translateY(-5px)rotate(-8deg)scale(1.035)}52%{filter:drop-shadow(0 6px 6px #8b5c0b33);transform:translate(-50%)translateY(-2px)rotate(2deg)scale(1.02)}76%{filter:drop-shadow(0 9px 8px #8b5c0b2e);transform:translate(-50%)translateY(-6px)rotate(-3deg)scale(1.04)}}@keyframes result-rain-fall{0%{background-position:0 -98px,24px -124px,48px -108px,72px -136px}to{background-position:0 0,24px 0,48px 0,72px 0}}@keyframes result-rank-spin{to{transform:rotate(360deg)}}@keyframes result-card-golden-glow{0%,to{opacity:.48;transform:scale(.96)}50%{opacity:.84;transform:scale(1.04)}}@keyframes result-card-sparkle-twinkle{0%,to{opacity:0;transform:translate(-50%,-50%)scale(.42)rotate(0)}18%{opacity:.92;transform:translate(-50%,-50%)scale(1.14)rotate(38deg)}34%{opacity:.38;transform:translate(-50%,-50%)scale(.78)rotate(78deg)}54%{opacity:.74;transform:translate(-50%,-50%)scale(1)rotate(128deg)}76%{opacity:.12;transform:translate(-50%,-50%)scale(.6)rotate(180deg)}}@keyframes result-card-rain-fall{0%{transform:translateY(-12vh)rotate(9deg)}to{transform:translateY(126vh)rotate(9deg)}}@keyframes result-win-confetti-burst{0%{opacity:0;transform:translate(-50%,calc(-50% - 18px))scale(.35)rotate(-18deg)}10%{opacity:1;transform:translate(-50%,-50%)scale(1.14)rotate(0)}42%{opacity:.96;transform:translate(calc(-50% + var(--confetti-dx)), calc(-50% + var(--confetti-dy))) scale(1) rotate(var(--confetti-spin))}74%{opacity:.34;transform:translate(calc(-50% + var(--confetti-dx)), calc(-50% + var(--confetti-dy) + 18px)) scale(.86) rotate(var(--confetti-spin))}to{opacity:0;transform:translate(calc(-50% + var(--confetti-dx)), calc(-50% + var(--confetti-dy) + 44px)) scale(.72) rotate(var(--confetti-spin))}}@keyframes result-share-button-pulse{0%{transform:translateY(0);box-shadow:0 8px 20px #414c4514}to{transform:translateY(-2px);box-shadow:0 12px 24px #414c4524}}@keyframes result-share-icon-loading{0%{transform:scale(1)}to{transform:scale(1.12)rotate(-4deg)}}@keyframes result-share-spinner{to{transform:rotate(360deg)}}@media (width<=768px){.winner-overlay .confetti{opacity:.34;background-image:radial-gradient(circle at 20px 24px,#facc15 0 6px,#0000 6.8px),radial-gradient(circle at 72px 42px,#60a5fa 0 5px,#0000 5.8px),radial-gradient(circle at 38px 82px,#fb7185 0 6px,#0000 6.8px),radial-gradient(circle at 96px 70px,#86efac 0 5px,#0000 5.8px),radial-gradient(circle at 124px 28px,#f59e0b 0 4px,#0000 4.8px),radial-gradient(circle at 16px 114px,#a78bfa 0 4px,#0000 4.8px);background-size:230px 230px,300px 300px,270px 270px,340px 340px,310px 310px,380px 380px;height:38%;inset:0 0 auto;-webkit-mask-image:linear-gradient(#000 0%,#000000b8 55%,#0000 100%);mask-image:linear-gradient(#000 0%,#000000b8 55%,#0000 100%)}.winner-overlay .confetti:before,.winner-overlay .confetti:after{opacity:.34}.winner-overlay{padding:max(6px, env(safe-area-inset-top)) 8px max(6px, env(safe-area-inset-bottom));place-items:center;overflow:hidden}@keyframes result-rain-fall-mobile{0%{background-position:0 -96px,18px -124px,36px -112px}to{background-position:0 0,18px 0,36px 0}}}.profile-panel-card .profile-tab-strip{scrollbar-width:thin;background:linear-gradient(135deg,#e7f1e7b8,#fffbf0bd),#fffdf7b3;border:1px solid #97b79c75;border-radius:999px;justify-content:center;align-items:center;gap:6px;max-width:100%;margin:0 clamp(42px,4vw,62px) 0 0;padding:5px;display:flex;overflow:auto hidden;box-shadow:inset 0 1px #ffffffb8,inset 0 -1px #97b79c29}.profile-panel-card .profile-tab-strip button{color:#53645c;width:auto;min-width:clamp(112px,8vw,148px);min-height:62px;box-shadow:none;text-align:center;background:#fffdf757;border:1px solid #0000;border-radius:999px;flex:1 1 0;grid-template-columns:auto;justify-content:center;place-items:center;gap:5px;padding:7px 6px;line-height:1.05;display:grid}.profile-panel-card .profile-tab-strip button:hover:not(.selected),.profile-panel-card .profile-tab-strip button:focus-visible:not(.selected){background:#fffdf7b8;border-color:#97b79c47;box-shadow:inset 0 0 0 1px #97b79c1a}.profile-panel-card .profile-tab-icon{width:auto;height:auto;box-shadow:none;background:0 0;border-radius:0;place-items:center;display:grid}.profile-panel-card .profile-tab-copy{min-width:0;max-width:100%;display:block}.profile-panel-card .profile-tab-copy strong,.profile-panel-card .profile-tab-copy span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.profile-panel-card .profile-tab-copy strong{max-width:100%;font-size:clamp(.68rem,.78vw,.82rem);line-height:1.05}.profile-panel-card .profile-tab-copy span{color:#66756d;margin-top:2px;font-size:.68rem;font-weight:850;display:none}.profile-panel-card .profile-tab-strip button.selected{color:#253028;text-align:left;background:linear-gradient(135deg,#f6dd805c,#c2d4bf);border-color:#89b0938c;flex:1.35 1 0;grid-template-columns:auto minmax(0,1fr);justify-content:start;justify-items:start;width:auto;min-width:clamp(190px,15vw,260px);padding-inline:10px 12px;box-shadow:inset 0 0 0 1px #ffffff6b,0 3px #89b093b8}.profile-panel-card .profile-tab-strip button.selected .profile-tab-copy span{display:block}.profile-panel-card .profile-tab-strip button.selected .profile-tab-copy strong{font-size:clamp(.86rem,1vw,.98rem)}@media (width<=900px){.profile-panel-card .profile-tab-strip{margin-right:0}}@media (width<=620px){.profile-panel-card .profile-tab-strip{scroll-snap-type:x proximity;scrollbar-width:none;border-radius:20px;justify-content:flex-start;gap:6px;padding:6px;scroll-padding-inline:6px}.profile-panel-card .profile-tab-strip::-webkit-scrollbar{display:none}.profile-panel-card .profile-tab-strip button{scroll-snap-align:start;background:#fffdf775;border-radius:15px;flex:0 0 66px;gap:4px;width:66px;min-width:66px;min-height:62px;padding:6px 5px}.profile-panel-card .profile-tab-strip button svg{width:20px;height:20px}.profile-panel-card .profile-tab-copy strong{white-space:normal;font-size:.66rem;line-height:1.05}.profile-panel-card .profile-tab-strip button.selected{border-radius:15px;flex:0 0 min(44vw,168px);width:min(44vw,168px);min-width:min(44vw,168px);padding-inline:10px}.profile-panel-card .profile-tab-strip button.selected .profile-tab-copy strong{white-space:nowrap;font-size:.82rem}.profile-panel-card .profile-tab-strip button.selected .profile-tab-copy span{white-space:nowrap;font-size:.62rem}}.hero-description{font-weight:760}.featured-challenge-body{color:var(--home-ref-ink);background:radial-gradient(circle at 76% 14%,#ffffff8f,#0000 5rem),linear-gradient(135deg,#eee0f5,#d8c3ec);border:1px solid #c5b7dccc;box-shadow:inset 0 1px #ffffffad}.featured-challenge-body h2,.featured-challenge-body p,.featured-challenge-body small,.featured-challenge-body div>strong{color:var(--home-ref-ink)}.featured-share-button{color:#4b3d5f;background:#f5ecfb;box-shadow:0 4px #bca4cdb3}.decorative-home-pieces{opacity:.78}.title-spark,.setup-spark{color:#e6c765}@media (width>=769px){.hero-title{font-size:clamp(54px,5.6vw,84px);line-height:.88;display:block}.hero-title span:first-child{display:block}.hero-title span:nth-child(2),.hero-title span:nth-child(3){display:inline}.hero-title span+span:before{content:none}.hero-title span:nth-child(3):before{content:" "}}@media (width<=768px){.hero-title span:nth-child(2){color:var(--home-ref-sage)}}.featured-challenge-body{color:#fff;box-shadow:none;background:radial-gradient(circle at 16% 10%,#ffffff38,#0000 7rem),linear-gradient(135deg,#26153a,#53307d 58%,#2b173e);border:0}.featured-challenge-body img{filter:drop-shadow(0 14px 15px #00000061)}.hero-title{color:#202124;text-shadow:none}.hero-title span:nth-child(2){color:#097238}.hero-subheading,.hero-description{color:#202124}.featured-challenge-body{color:#fff;background:radial-gradient(circle at 16% 10%,#ffffff38,#0000 7rem),linear-gradient(135deg,#26153a,#53307d 58%,#2b173e);border:0}.featured-challenge-body h2,.featured-challenge-body small,.featured-challenge-body div>strong{color:#fff}.featured-challenge-body p{color:#ffffffdb}.featured-challenge-body div>span{color:#ffffffeb;background:#ffffff29}.featured-play-button{color:#fff;background:linear-gradient(#b282ff,#7f47db);border-color:#ffffff29;box-shadow:0 6px #3218589e,0 14px 20px #1e112e52}.featured-share-button{color:#2b173e;box-shadow:none;background:#ead8f8}@media (width<=768px){.hero-title span:nth-child(2){color:#097238}}@media (width>=769px){.hero-title{max-width:100%;font-size:clamp(38px,4vw,56px);line-height:.96;display:block}.hero-title span,.hero-title span:first-child{display:inline}.hero-title span+span:before{content:" "}.hero-subheading{font-size:clamp(1.85rem,3.35vw,3rem)}.hero-description{font-size:clamp(.96rem,1.35vw,1.15rem)}.featured-challenge-body{grid-template-columns:minmax(76px,.26fr) minmax(0,1fr) auto auto;min-height:112px;padding:8px 10px}.featured-challenge-body img{max-height:84px}.featured-challenge-body h2{font-size:clamp(1.18rem,1.8vw,1.55rem)}.featured-challenge-body div>span{margin-bottom:4px;padding:4px 8px;font-size:.62rem}.featured-challenge-body p{font-size:.78rem;line-height:1.14}.featured-challenge-body small{margin-top:3px;font-size:.68rem}.featured-challenge-body div>strong{font-size:1.28rem}.featured-play-button{border-radius:15px;min-width:82px;min-height:42px;font-size:1rem}.featured-share-button{border-radius:15px;width:42px;min-width:42px;height:42px}}.title-spark{z-index:0;pointer-events:none;background:0 0;border-radius:0;width:38px;height:38px;display:block;position:absolute}.title-spark:before,.title-spark:after{content:"";background:#f6c65b;border-radius:999px;width:7px;height:38px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.title-spark:after{transform:translate(-50%,-50%)rotate(90deg)}.title-spark-yellow{top:22%;right:6%;transform:rotate(8deg)}.title-spark-mint{border-top:6px solid #7ead8a6b;border-radius:50% 50% 0 0;width:74px;height:34px;bottom:6%;right:-3%;transform:rotate(-12deg)}.title-spark-mint:before,.title-spark-mint:after{display:none}.play-online-motion{opacity:.18;pointer-events:none;border-top:5px solid #fffdf5;border-bottom:5px solid #fffdf5;width:70px;height:62px;position:absolute;top:48%;left:20px;transform:translateY(-50%)}.play-online-motion:before{content:"";border-top:5px solid #fffdf5;width:45px;position:absolute;top:50%;left:0}.play-online-piece{z-index:1;object-fit:contain;filter:drop-shadow(0 8px 7px #14182042);pointer-events:none;position:absolute}.play-online-rook{width:98px;height:106px;bottom:18px;left:48px}.play-online-pawn{width:86px;height:96px;bottom:18px;left:246px}.play-online-vs{z-index:2;color:#fffdf5;text-shadow:0 4px #30604052;font-size:2.55rem;font-weight:900;line-height:1;position:absolute;top:48%;left:162px;transform:translateY(-50%)rotate(-4deg)}.play-online-vs:after{content:"!";color:#ffd86f;font-size:2rem;position:absolute;top:-34px;right:-26px;transform:rotate(18deg)}.play-online-copy{z-index:3;text-align:left;gap:6px;min-width:0;margin-left:300px;display:grid;position:relative}.play-online-arrow,.home-secondary-arrow{color:#254f35;background:#fffdf5;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 6px 12px #2b261e24}.play-online-arrow{z-index:3;width:58px;height:58px;margin-left:auto;position:relative}.bot-icon{color:#3f7656;background:#cae7d3}.friend-icon{gap:0}.friend-icon img{object-fit:contain;filter:drop-shadow(0 4px 4px #2b261e2e);width:42px!important;height:58px!important}.friend-icon img+img{margin-left:-14px}.daily-icon{color:#6b4ca3;background:#eee5ff}.daily-icon svg+svg{color:#f6c65b;fill:#f6c65b4d;position:absolute}.setup-spark{color:#f6c65b;pointer-events:none;position:absolute}.setup-spark-left:before,.setup-spark-right:before{content:"+";font-size:2rem;font-weight:900}.setup-spark-left{top:34%;left:22px;transform:rotate(12deg)}.setup-spark-right{bottom:22%;right:18px;transform:rotate(-10deg)}.featured-challenge-body{background:#fff8eabd;border:1px solid #7864411f;border-radius:18px;grid-template-columns:180px minmax(0,1fr) auto;align-items:center;gap:20px;min-height:154px;padding:12px 14px;display:grid}.featured-art-wrap{justify-content:center;align-items:flex-end;min-height:122px;display:flex;position:relative}.featured-art-wrap img{object-fit:contain;filter:drop-shadow(0 10px 9px #2b261e3d);width:122px;height:122px;max-height:none}.featured-flag{background:#9c78d3;border-radius:4px 12px 12px 4px;width:34px;height:23px;position:absolute;top:8px;left:52%;transform:rotate(-6deg)}.featured-flag:before{content:"";background:#4d3b6d;border-radius:999px;width:4px;height:34px;position:absolute;top:-2px;left:-5px}.featured-copy{gap:6px;min-width:0;display:grid}.featured-copy h2{color:#151820;margin:0;font-size:clamp(1.55rem,2vw,2rem);font-weight:900;line-height:1}.featured-copy p{color:#151820;margin:0;font-size:1rem;font-weight:700;line-height:1.22}.featured-copy small{color:#151820;margin-top:6px;font-size:.85rem;font-weight:750}.featured-copy strong{color:#3f7656;font-size:1.65rem;font-weight:900;line-height:1}.featured-challenge-body .featured-copy>strong{color:#3f7656!important}.featured-actions{align-items:center;gap:16px;display:flex}.featured-play-button{color:#4c2f00;background:linear-gradient(#ffe49b,#f7c75f);border:1px solid #b878002e;border-radius:16px;min-width:142px;min-height:58px;font-size:1.15rem;font-weight:900;box-shadow:0 6px #b8780038,0 10px 16px #b878001f}.featured-share-button{color:#151820;background:#fffdf5;border:1px solid #5a503724;border-radius:50%;justify-content:center;align-items:center;width:52px;min-width:52px;height:52px;display:inline-flex;box-shadow:0 7px 13px #2b261e1f}@media (width<=1180px) and (width>=769px){.play-online-copy{margin-left:315px}.play-online-rook{left:36px}.play-online-vs{left:145px}.play-online-pawn{left:222px}}@media (width<=768px){.title-spark-yellow{width:23px;height:23px;top:16%;right:20%}.title-spark-yellow:before,.title-spark-yellow:after{width:5px;height:23px}.title-spark-mint{display:none}.play-online-motion{width:48px;left:22px}.play-online-rook{width:70px;height:76px;bottom:30px;left:22px}.play-online-vs{font-size:2rem;left:102px}.play-online-vs:after{font-size:1.55rem;top:-28px;right:-21px}.play-online-pawn{width:42px;height:56px;bottom:10px;left:auto;right:62px}.play-online-copy{gap:7px;margin-left:76px;margin-right:72px}.play-online-copy strong{transform-origin:0;font-size:clamp(1.28rem,5.2vw,1.42rem);transform:scaleX(.8)}.play-online-copy small{font-size:clamp(.9rem,3.75vw,1rem)}.play-online-arrow{width:48px;height:48px;position:absolute;right:20px}.featured-challenge-body{border-radius:16px;grid-template-columns:76px minmax(0,1fr);gap:10px;min-height:0;padding:10px;display:grid}.featured-art-wrap{grid-row:span 2;min-height:102px}.featured-art-wrap img{width:92px;height:104px}.featured-flag{width:24px;height:17px;top:8px;left:48%}.featured-copy{gap:5px}.featured-copy h2{font-size:clamp(1rem,4.6vw,1.22rem)}.featured-copy p{font-size:clamp(.76rem,3.3vw,.9rem);line-height:1.15}.featured-copy small{margin-top:3px;font-size:.72rem}.featured-copy strong{font-size:1.4rem}.featured-actions{grid-column:1/-1;grid-template-columns:minmax(0,1fr) 42px;gap:10px;display:grid}.featured-play-button{border-radius:14px;min-width:0;min-height:48px;font-size:1rem}.featured-share-button{width:42px;min-width:42px;height:42px}}@media (width<=390px){.play-online-rook{width:64px;left:18px}.play-online-vs{font-size:1.7rem;left:92px}.play-online-pawn{width:42px;height:56px;right:62px}.play-online-copy{margin-left:76px;margin-right:72px}.play-online-copy strong{transform-origin:0;font-size:clamp(1.28rem,5.2vw,1.42rem);transform:scaleX(.8)}}@media (width<=768px){.play-online-rook{width:72px;height:80px;bottom:28px;left:20px}.play-online-vs{font-size:1.95rem;left:98px}.play-online-pawn{width:54px;height:70px;bottom:18px;right:68px}.play-online-copy{margin-left:95px;margin-right:68px}.play-online-copy strong{letter-spacing:0;font-size:1.92rem;transform:none}.play-online-copy small{font-size:1.08rem}}@media (width<=390px){.play-online-rook{width:66px;left:17px}.play-online-vs{left:88px}.play-online-pawn{width:48px;right:66px}.play-online-copy{margin-left:82px;margin-right:58px}.play-online-copy strong{font-size:1.74rem;transform:none}.play-online-copy small{font-size:1rem}}@media (width<=360px){.play-online-copy{margin-left:76px;margin-right:52px}.play-online-copy strong{font-size:1.55rem}}.title-spark-yellow{top:11%;right:32%}.title-spark-mint{border-top-color:#d5a22d85;bottom:18%;right:8%}.play-online-watermark{opacity:.14;filter:saturate(.1);pointer-events:none;background:url(/pieces/black-queen.webp) 50%/contain no-repeat;width:250px;height:190px;position:absolute;bottom:-38px;right:125px;transform:rotate(-9deg)}.play-online-rook{filter:drop-shadow(0 10px 9px #3e260a47);width:112px;height:116px;bottom:21px;left:48px}.play-online-vs,.play-online-pawn,.play-online-motion{display:none!important}.play-online-copy{text-align:left;gap:4px;margin-left:205px;margin-right:84px;display:grid}.play-online-copy strong{color:#0b0b0b;letter-spacing:0;text-shadow:none;white-space:normal;font-size:2.62rem;font-weight:950;line-height:1}.play-online-copy small{color:#141414;white-space:normal;font-size:1.38rem;font-weight:850;line-height:1.1}.play-online-arrow{color:#151515;background:#fff8e9;width:58px;height:58px;margin:0;position:absolute;bottom:28px;right:28px;box-shadow:0 8px 15px #5030082e}.home-secondary-icon img,.friend-icon img{object-fit:contain;filter:drop-shadow(0 8px 7px #412a1238);width:78px!important;height:86px!important}.daily-icon svg{color:#a67508;stroke-width:2.2px;width:64px;height:64px}.setup-spark-left{top:8%;left:-44px}.setup-spark-right{top:6%;bottom:auto;right:-44px}@media (width<=1320px){.home-secondary-icon img,.friend-icon img{width:56px!important;height:64px!important}.daily-icon svg{width:48px;height:48px}}@media (width<=980px){.play-online-rook{width:92px;height:98px;left:28px}.play-online-copy{margin-left:135px}.play-online-copy strong{font-size:2.08rem}.play-online-copy small{font-size:1.12rem}.home-secondary-icon img,.friend-icon img{width:58px!important;height:66px!important}.daily-icon svg{width:48px;height:48px}}@media (width<=560px){.home-play-online-plus,.play-online-watermark{display:none}.play-online-rook{width:76px;height:82px;left:16px}.play-online-copy{margin-left:88px;margin-right:52px}.play-online-copy strong{font-size:1.52rem}.play-online-copy small{font-size:.95rem}.play-online-arrow{width:42px;height:42px;bottom:35px;right:16px}}.home-page:before,.title-spark-mint{border-top-color:#97b39e8f}.home-page:after,.title-spark-yellow,.setup-spark,.home-play-online-plus{color:#efd164}.home-page .hero-title,.home-page .hero-title span,.play-online-copy strong,.home-secondary-copy strong,.home-board-header-copy strong,.home-popular-seeds-heading h2,.home-popular-seed-copy strong,.home-popular-seed-copy small,.home-popular-seed-copy span{color:#202124}.home-reference-tagline,.play-online-copy small,.home-secondary-copy small,.home-board-header-copy small,.home-board-card .meet-board-hint,.home-popular-seeds-heading p,.home-board-mode-panel .shuffle-mode-toggle button,.home-board-piece-row span{color:#6f7b70}.play-online-watermark{filter:saturate(.45)hue-rotate(46deg)}.play-online-rook,.home-secondary-icon img,.friend-icon img{filter:drop-shadow(0 8px 7px #637b6733)}.play-online-arrow,.home-secondary-arrow,.home-board-copy-button,.home-board-card .copy-seed-button.home-board-copy-button,.home-board-card .learn-board-button,.home-popular-icon-button{color:#6f7b70;background:#fffcf2d1;border-color:#97b39e42}.home-secondary-icon,.daily-icon svg,.home-secondary-arrow{color:#8fa895}.home-play-online-plus,.play-online-watermark,.play-online-piece,.play-online-arrow,.play-online-copy small{display:none!important}.play-online-copy{text-align:center;margin:0;display:block}.play-online-copy strong{color:#fff;text-shadow:0 2px #00000021;text-transform:uppercase;font-size:clamp(1.9rem,3.6vw,3rem);font-weight:1000;line-height:1}.play-online-pill{z-index:2;color:#ffffffeb;text-transform:uppercase;letter-spacing:.08em;background:#ffffff38;border-radius:999px;align-items:center;min-height:32px;padding:0 13px;font-size:.83rem;font-weight:950;line-height:1;display:inline-flex;position:absolute;top:16px;left:18px}.play-online-copy{text-align:left;gap:8px;margin:18px 0 0;display:grid}.play-online-copy strong{white-space:nowrap;font-size:clamp(2.08rem,3.25vw,2.75rem)}.play-online-copy small{color:#ffffffe0;text-shadow:0 1px #00000017;font-size:clamp(1.08rem,1.55vw,1.38rem);font-weight:900;line-height:1.05;display:block!important}.play-online-piece-cluster{z-index:1;pointer-events:none;grid-template-columns:repeat(3,minmax(0,1fr));place-items:end center;min-width:0;height:150px;display:grid;position:relative}.play-online-cluster-piece{object-fit:contain;filter:drop-shadow(0 13px 12px #0b4d3142);width:184px;max-width:none;height:212px;display:block}.play-online-cluster-knight{transform:translate(10px,2px)rotate(-5deg)}.play-online-cluster-pawn{width:176px;height:224px;transform:translateY(-7px)}.play-online-cluster-bishop{transform:translate(-10px,4px)rotate(5deg)}.play-online-stars{display:none!important}.play-online-stars b{color:#ffffff6b;font-size:2.55rem;font-weight:850;line-height:1;position:absolute;top:24px;right:-2px;transform:rotate(13deg)}.play-online-arrow{color:#fff;background:#fff3;border-radius:999px;justify-content:center;place-self:center end;align-items:center;width:54px;height:54px;margin:0;position:static;box-shadow:inset 0 1px #ffffff47;display:inline-flex!important}@media (width<=760px){.play-online-piece-cluster,.play-online-stars{display:none}.play-online-copy strong{font-size:clamp(1.9rem,8vw,2.5rem)}.play-online-copy small{font-size:1rem}.play-online-arrow{width:52px;height:52px}}.play-online-pill{min-height:29px;padding-inline:12px;font-size:.78rem;top:15px;left:18px}.play-online-copy{z-index:3;gap:7px;margin-top:18px;position:relative}.play-online-copy strong{font-size:clamp(1.95rem,2.7vw,2.45rem)}.play-online-copy small{font-size:clamp(.92rem,1.22vw,1.16rem)}.play-online-piece-cluster{z-index:1;align-self:auto;width:356px;max-width:calc(100% - 342px);height:170px;display:block;position:absolute;bottom:-46px;right:76px}.play-online-piece-cluster:before{content:"";filter:blur(5px);opacity:.6;pointer-events:none;background:radial-gradient(circle at 76% 58%,#ffeba042,#0000 43%),radial-gradient(circle at 34% 62%,#fff3,#0000 48%);border-radius:999px;height:76%;position:absolute;bottom:25px;left:3%;right:3%}.play-online-cluster-piece{z-index:1;width:180px;height:206px;position:absolute;bottom:0}.play-online-cluster-shadow{z-index:0;object-fit:contain;opacity:.14;filter:brightness(0)saturate()blur(1.5px)drop-shadow(0 10px 12px #0647232e);pointer-events:none;width:136px;height:164px;position:absolute;bottom:24px}.play-online-cluster-shadow-king{width:142px;height:166px;bottom:25px;left:82px;transform:rotate(-4deg)}.play-online-cluster-shadow-rook{width:126px;height:152px;bottom:19px;left:160px;transform:rotate(5deg)}.play-online-cluster-pawn{width:146px;height:188px}.play-online-cluster-knight{bottom:-2px;left:0;transform:rotate(-5deg)}.play-online-cluster-pawn{bottom:12px;left:118px;transform:none}.play-online-cluster-bishop{display:none}.play-online-cluster-queen{width:166px;height:190px;bottom:7px;left:228px;transform:rotate(3deg)}.play-online-arrow{z-index:4;color:#fff;transform-origin:50%;background:#fff3;border-radius:999px;justify-content:center;align-items:center;width:50px;height:50px;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s,background-color .22s;position:absolute;top:calc(50% + 5px);bottom:auto;right:24px;transform:translateY(-50%);box-shadow:inset 0 1px #ffffff47;display:inline-flex!important}@media (width<=760px){.play-online-pill{min-height:26px;padding-inline:11px;font-size:.72rem;top:12px;left:14px}.play-online-copy{z-index:2;min-width:0;margin-top:20px;position:relative}.play-online-copy strong{white-space:nowrap;font-size:clamp(1.7rem,8.4vw,2.12rem);line-height:.96}.play-online-copy small{white-space:nowrap;font-size:clamp(.82rem,4vw,.98rem);line-height:1.05}.play-online-piece-cluster{z-index:1;pointer-events:none;grid-column:auto;grid-template-columns:repeat(3,minmax(0,1fr));width:96px;height:74px;position:absolute;bottom:7px;right:48px}.play-online-cluster-piece{width:114px;height:140px}.play-online-cluster-pawn{width:98px;height:144px}.play-online-cluster-knight{transform:translate(13px,-19px)rotate(-5deg)}.play-online-cluster-pawn{transform:translate(-3px,-23px)}.play-online-cluster-bishop{transform:translate(-18px,-19px)rotate(5deg)}.play-online-cluster-queen{display:none}.play-online-arrow{z-index:3;width:44px;height:44px;position:absolute;top:calc(50% + 15px);right:14px;transform:translateY(-50%)}}.score-capture-row,.game-page .match-panel .score-stack .score-capture-row,.score-capture-row .captured-piece-list,.game-page .match-panel .score-capture-row .captured-piece-list,.score-capture-row .captured-piece-copy,.game-page .match-panel .score-capture-row .captured-piece-copy{overflow:visible}.score-capture-row .captured-piece-group img,.game-page .match-panel .score-capture-row .captured-piece-group img{transform-origin:50%;max-width:none;max-height:none;transform:scale(2)}.score-capture-row .captured-piece-fallback,.game-page .match-panel .score-capture-row .captured-piece-fallback{transform-origin:50%;display:inline-block;transform:scale(2)}.home-secondary-icon img,.friend-icon img{object-fit:contain;max-width:none!important}@keyframes home-play-online-idle-shine{0%,60%{opacity:0;transform:translate(-118%)rotate(5deg)}68%{opacity:.78}82%{opacity:.42}to{opacity:0;transform:translate(118%)rotate(5deg)}}@keyframes home-cta-hover-shine{0%{opacity:0;transform:translate(-118%)rotate(5deg)}34%{opacity:.86}68%{opacity:.48}to{opacity:0;transform:translate(118%)rotate(5deg)}}@keyframes home-cta-piece-jump{0%{translate:0;scale:1}42%{translate:0 -13px;scale:1.04 .97}72%{translate:0 2px;scale:.98 1.03}to{translate:0;scale:1}}@keyframes home-secondary-icon-jump{0%{translate:0;rotate:0deg;scale:1}42%{translate:0 -9px;rotate:-2deg;scale:1.04 .97}72%{translate:0 2px;rotate:1deg;scale:.98 1.03}to{translate:0;rotate:0deg;scale:1}}@media (width>=769px) and (width<=1180px),(width>=769px) and (orientation:portrait){.winner-overlay{padding:max(12px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left))!important;place-items:center!important;overflow:auto!important}}@media (width<=520px){.winner-overlay{overflow:hidden!important}}@media (width>=769px) and (width<=1180px){.winner-overlay{padding:max(20px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left))!important;overflow:hidden!important}}@media (width>=768px) and (width<=1180px) and (orientation:landscape){.winner-overlay{padding:max(18px, env(safe-area-inset-top)) max(22px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(22px, env(safe-area-inset-left))!important}}@media (width>=900px) and (width<=1180px) and (height<=700px) and (orientation:landscape){.winner-overlay{padding:max(14px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(18px, env(safe-area-inset-left))!important}}@media (width>=1181px) and (height<=1300px) and (orientation:landscape){.winner-overlay{padding:max(28px, env(safe-area-inset-top)) max(32px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(32px, env(safe-area-inset-left))!important;overflow:hidden!important}}@media (width<=900px){.avatar-editor-card{--avatar-editor-action-space:calc(104px + env(safe-area-inset-bottom))!important;flex-direction:column!important;padding-bottom:0!important;display:flex!important;overflow:hidden!important}.avatar-editor-workspace{overscroll-behavior:contain!important;min-height:0!important;padding-bottom:var(--avatar-editor-action-space)!important;scroll-padding-bottom:var(--avatar-editor-action-space)!important;flex:auto!important;overflow-y:auto!important}.avatar-editor-control-pane{padding-bottom:0!important;overflow:visible!important}.avatar-editor-actions{z-index:30!important;padding:16px clamp(18px, 5vw, 48px) max(18px, env(safe-area-inset-bottom))!important;background:#fffaf0!important;border-top:1px solid #ded9cbd1!important;grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr)!important;justify-content:center!important;align-items:center!important;gap:clamp(12px,3vw,20px)!important;margin:0!important;display:grid!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -14px 24px #fffaf0e0!important}.avatar-editor-actions button{white-space:nowrap!important;border-radius:20px!important;width:100%!important;min-width:0!important;min-height:56px!important;padding:10px 18px!important}}.global-profile-button.is-signed-profile .global-profile-edit-icon,.global-profile-button.is-guest-profile .global-profile-signin-cue{z-index:3;color:#2f6f4d;background:#f8fff2;border:1px solid #3a523f2e;border-radius:999px;place-items:center;width:22px;height:22px;position:absolute;inset:auto -3px -3px auto;box-shadow:0 7px 14px #3a523f2e,inset 0 1px #ffffffe6;display:grid!important}.global-profile-button.is-signed-profile .global-profile-edit-icon{color:#3f7656;background:#fff8ea}.global-profile-signin-cue svg{stroke-width:3px;width:13px;height:13px}.global-profile-button.is-signed-profile .global-profile-edit-icon svg{stroke-width:3px;width:12px;height:12px}.shuffle-label-compact{display:none}.result-progress-info-backdrop{z-index:1600}@keyframes result-fire-badge-burst{0%{filter:brightness()saturate();transform:scale(1)}18%{filter:brightness(1.18)saturate(1.2);transform:scale(1.22)rotate(-2deg)}36%{filter:brightness(1.08)saturate(1.12);transform:scale(1.08)rotate(1.5deg)}60%{filter:brightness(1.14)saturate(1.18);transform:scale(1.15)rotate(-.8deg)}to{filter:brightness()saturate();transform:scale(1)}}@keyframes result-fire-flicker{0%,to{transform:translateY(0)scale(1)rotate(-.8deg)}34%{transform:translateY(-1px)scale(1.035)rotate(1.2deg)}68%{transform:translateY(1px)scale(.985)rotate(-.4deg)}}@keyframes result-fire-idle-glow{0%,to{opacity:.66;transform:scale(.94)}50%{opacity:.95;transform:scale(1.05)}}@keyframes result-fire-core-pulse{0%,to{opacity:.72;transform:translate(-50%)scale(.92)}50%{opacity:.95;transform:translate(-50%)scale(1.06)}}@keyframes result-fire-hit{0%{transform:scale(1)rotate(-.8deg)}18%{transform:scale(1.18)rotate(-4deg)}38%{transform:scale(.98)rotate(3deg)}62%{transform:scale(1.08)rotate(-1.5deg)}to{transform:scale(1)rotate(-.8deg)}}@keyframes result-fire-glow-burst{0%{opacity:.62;transform:scale(.88)}22%{opacity:1;transform:scale(1.38)}58%{opacity:.86;transform:scale(1.16)}to{opacity:.7;transform:scale(.96)}}@keyframes result-streak-number-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-28px)scale(.82)}}@keyframes result-streak-number-in{0%{opacity:0;transform:translateY(28px)scale(.82)}58%{opacity:1;transform:translateY(-2px)scale(1.12)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes result-shield-badge-pulse{0%{filter:brightness()saturate();transform:scale(1)}24%{filter:brightness(1.12)saturate(1.12);transform:scale(1.16)rotate(1.4deg)}48%{filter:brightness(1.04)saturate(1.06);transform:scale(1.04)rotate(-1deg)}72%{filter:brightness(1.08)saturate(1.1);transform:scale(1.1)}to{filter:brightness()saturate();transform:scale(1)}}@keyframes result-shield-idle-glow{0%,to{opacity:.56;transform:scale(.94)}50%{opacity:.84;transform:scale(1.04)}}@keyframes result-shield-glow-burst{0%{opacity:.58;transform:scale(.9)}26%{opacity:1;transform:scale(1.28)}62%{opacity:.82;transform:scale(1.12)}to{opacity:.62;transform:scale(.96)}}@keyframes result-shield-occasional-tilt{0%,68%,to{transform:translateY(-5px)rotate(0)}72%{transform:translateY(-5px)rotate(-7deg)}76%{transform:translateY(-5px)rotate(6deg)}80%{transform:translateY(-5px)rotate(-3deg)}84%{transform:translateY(-5px)rotate(2deg)}88%{transform:translateY(-5px)rotate(0)}}@keyframes result-shield-pip-pop{0%{filter:brightness(.98);transform:translateY(0)scale(.92)}24%{filter:brightness(1.12)saturate(1.14);transform:translateY(-2px)scale(1.16)}52%{transform:translateY(0)scale(1.03)}to{filter:brightness();transform:translateY(0)scale(1)}}@keyframes result-share-loading-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes result-next-action-slow-shine{0%,58%{opacity:0;transform:translate(-86%)skew(-18deg)}68%{opacity:.62}82%,to{opacity:0;transform:translate(86%)skew(-18deg)}}:root{--streak-fire-shell-bg:#fff2b48a;--streak-fire-outline:#f17219;--streak-fire-fill:#ffb33c;--streak-fire-glow:radial-gradient(circle, #ffd052bd, #ff781733 60%, transparent 75%);--streak-fire-number:#5b2105;--streak-fire-number-shadow:0 1px 0 #fff5beeb}@media (width>=761px){.game-header:has(.status-turn-timer){grid-template-columns:minmax(0,1fr) minmax(280px,430px)!important}.game-header .status-card:has(>.status-turn-timer){grid-template-columns:auto minmax(0,1fr) auto!important;justify-self:stretch!important;width:auto!important}.game-header .status-card:has(>.status-score-section):has(>.status-turn-timer){grid-template-columns:auto minmax(0,1fr) auto!important}.game-header .status-card:has(>.status-turn-timer) .status-score-section{grid-column:3!important}.game-header .status-turn-timer{display:none!important}}@keyframes result-reward-fire-flicker{0%,to{transform:translateY(0)scale(1)rotate(-1deg)}50%{transform:translateY(-1px)scale(1.04)rotate(1deg)}}@keyframes result-reward-streak-hit{0%{transform:scale(1)}35%{transform:scale(1.2)rotate(-2deg)}70%{transform:scale(.98)rotate(1deg)}to{transform:scale(1)}}@keyframes result-reward-shield-idle{0%,to{transform:translateY(0)rotate(0)}55%{transform:translateY(-2px)rotate(-1deg)}}@keyframes result-reward-shield-unlock{0%{filter:brightness();transform:scale(1)rotate(0)}28%{filter:brightness(1.16)saturate(1.18);transform:scale(1.18)rotate(-6deg)}58%{transform:scale(1.04)rotate(4deg)}to{filter:brightness();transform:scale(1)rotate(0)}}@keyframes result-reward-card-gain-even{0%{box-shadow:0 8px 0 #597e671f, 0 18px 34px var(--reward-shield-card-shadow);filter:brightness()saturate();transform:translateY(0)scale(1)}42%{box-shadow:0 8px 0 #597e671a, 0 0 0 3px var(--reward-shield-soft), 0 20px 48px var(--reward-shield-card-shadow), 0 0 34px var(--reward-shield-glow);filter:brightness(1.06)saturate(1.1);transform:translateY(-2px)scale(1.014)}72%{filter:brightness(1.02)saturate(1.04);transform:translateY(0)scale(1.004)}to{box-shadow:0 8px 0 #597e671f, 0 18px 34px var(--reward-shield-card-shadow);filter:brightness()saturate();transform:translateY(0)scale(1)}}@keyframes result-reward-card-gain-odd{0%{box-shadow:0 8px 0 #597e671f, 0 18px 34px var(--reward-shield-card-shadow);filter:brightness()saturate();transform:translateY(0)scale(1)}38%{box-shadow:0 8px 0 #597e671a, 0 0 0 3px var(--reward-shield-soft), 0 18px 46px var(--reward-shield-card-shadow), 0 0 30px var(--reward-shield-glow);filter:brightness(1.05)saturate(1.1);transform:translateY(-1px)scale(1.012)}68%{filter:brightness(1.03)saturate(1.05);transform:translateY(0)scale(1.006)}to{box-shadow:0 8px 0 #597e671f, 0 18px 34px var(--reward-shield-card-shadow);filter:brightness()saturate();transform:translateY(0)scale(1)}}@keyframes result-reward-card-loss{0%{filter:brightness();transform:translateY(0)scale(1);box-shadow:0 8px #597e671a,0 18px 34px #5a302814}42%{filter:brightness(.99)saturate(1.04);transform:translateY(1px)scale(.996);box-shadow:0 6px #8244361f,0 0 0 3px #ff92762e,0 14px 30px #78372a1f}to{box-shadow:0 8px 0 #597e671f, 0 18px 34px var(--reward-shield-card-shadow);filter:brightness();transform:translateY(0)scale(1)}}@keyframes result-reward-card-drop{0%{filter:brightness()saturate();transform:translateY(0)scale(1);box-shadow:0 8px #7a4b3d1f,0 18px 34px #6f34261a}18%{filter:brightness(.98)saturate(1.08);transform:translateY(1px)scale(.992)rotate(-.2deg);box-shadow:0 5px #7a4b3d26,0 0 0 4px #ff8b6533,0 14px 30px #78372a1f}42%{filter:brightness(1.04)saturate(1.12);transform:translateY(-1px)scale(1.008)rotate(.2deg);box-shadow:0 8px #7a4b3d1f,0 0 0 3px #ffcd762e,0 19px 42px #823a2a24}to{filter:brightness()saturate();transform:translateY(0)scale(1);box-shadow:0 8px #7a4b3d1f,0 18px 34px #6f34261a}}@keyframes result-reward-card-unlock{0%{box-shadow:0 8px 0 #597e671f, 0 18px 34px var(--reward-shield-card-shadow);filter:brightness()saturate();transform:translateY(0)scale(1)}22%{box-shadow:0 9px 0 #597e671a, 0 0 0 5px var(--reward-shield-soft), 0 24px 56px var(--reward-shield-card-shadow), 0 0 44px var(--reward-shield-glow);filter:brightness(1.12)saturate(1.18);transform:translateY(-3px)scale(1.028)}50%{filter:brightness(1.04)saturate(1.08);transform:translateY(1px)scale(1.008)}to{box-shadow:0 8px 0 #597e671f, 0 18px 34px var(--reward-shield-card-shadow);filter:brightness()saturate();transform:translateY(0)scale(1)}}@keyframes result-reward-card-sweep{0%{opacity:0;transform:translate(-82%)rotate(.001deg)}30%{opacity:.78}to{opacity:0;transform:translate(82%)rotate(.001deg)}}@keyframes result-reward-card-drop-sweep{0%{opacity:0;transform:translate(78%)rotate(.001deg)}28%{opacity:.68}to{opacity:0;transform:translate(-80%)rotate(.001deg)}}@keyframes result-reward-shield-drop{0%{filter:brightness();transform:translateY(0)scale(1)rotate(0)}16%{filter:brightness(.96)saturate(1.08);transform:translateY(2px)scale(.96)rotate(-5deg)}38%{filter:brightness(1.08)saturate(1.16);transform:translateY(-2px)scale(1.06)rotate(4deg)}64%{transform:translateY(1px)scale(.99)rotate(-2deg)}to{filter:brightness();transform:translateY(0)scale(1)rotate(0)}}@keyframes result-reward-shield-ring-burst{0%{opacity:.48;filter:drop-shadow(0 2px 4px #22372e1f);transform:scale(.92)rotate(0)}42%{opacity:.95;filter:drop-shadow(0 0 14px var(--reward-shield-soft));transform:scale(1.18)rotate(18deg)}to{opacity:.58;filter:drop-shadow(0 2px 4px #22372e1f);transform:scale(1)rotate(0)}}@keyframes result-reward-shield-ring-crack{0%{opacity:.62;filter:drop-shadow(0 2px 4px #22372e1f);transform:scale(1)rotate(0)}30%{opacity:.92;filter:drop-shadow(0 0 12px #e6533e57);transform:scale(1.1)rotate(-14deg)}64%{opacity:.34;transform:scale(.96)rotate(9deg)}to{opacity:.54;filter:drop-shadow(0 2px 4px #22372e1f);transform:scale(1)rotate(0)}}@keyframes result-reward-pip-pop{0%{filter:brightness();transform:scaleY(.86);box-shadow:inset 0 1px 2px #26362f1a}46%{filter:brightness(1.02);transform:scaleY(1);box-shadow:0 0 0 2px #ffdb501f,0 0 8px #31b9792e,inset 0 1px 2px #26362f1a}72%{filter:brightness(1.2)saturate(1.24);transform:scaleY(1.18);box-shadow:0 0 0 5px #ffdb5033,0 0 24px #31b9796b,inset 0 1px 2px #26362f1a}to{filter:brightness();transform:scaleY(1);box-shadow:0 0 #ffdb5000,0 0 #31b97900,inset 0 1px 2px #26362f1a}}@keyframes result-reward-pip-fill-sweep{0%{opacity:1;filter:brightness();transform:scaleX(.04)}56%{opacity:1;filter:brightness(1.04);transform:scaleX(1)}74%{opacity:1;filter:brightness(1.32)saturate(1.28);transform:scaleX(1)}to{opacity:1;filter:brightness();transform:scaleX(1)}}@keyframes result-reward-pip-shine{0%,22%{opacity:0;transform:translate(-135%)skew(-16deg)}48%{opacity:.95}to{opacity:0;transform:translate(145%)skew(-16deg)}}@keyframes result-reward-pip-drain-shell{0%{border-color:#d36f5694;box-shadow:0 0 0 2px #ff7f4f24,0 0 10px #d36f5633,inset 0 1px 2px #26362f1a}70%{border-color:#d36f5652;box-shadow:0 0 0 1px #ff7f4f0f,0 0 5px #d36f561a,inset 0 1px 2px #26362f1a}to{border-color:#5b6c6338;box-shadow:inset 0 1px 2px #26362f1a}}@keyframes result-reward-pip-drain{0%{opacity:1;transform-origin:0;filter:brightness(1.12)saturate(1.08);transform:scaleX(1)}70%{opacity:.78;transform-origin:0;filter:brightness();transform:scaleX(.22)}to{opacity:0;transform-origin:0;filter:brightness();transform:scaleX(.02)}}@keyframes result-reward-pip-drain-glow{0%{opacity:.34;transform:scaleX(1)}to{opacity:0;transform:scaleX(.54)}}@keyframes result-reward-star-pop{0%{opacity:0;transform:translateY(4px)scale(.46)rotate(-18deg)}60%{opacity:1;transform:translateY(-2px)scale(1.22)rotate(8deg)}to{opacity:1;transform:translateY(0)scale(1)rotate(0)}}
