*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--wood-dark:#1a120b;--wood-mid:#2d1e13;--wood-light:#4d3522;--color-wood:var(--wood-mid);--color-wood-mid:var(--wood-light);--color-bg-deep:#0a0706;--color-bg-panel:#120a06eb;--color-gold:#c9a86a;--color-gold-bright:#d4af37;--color-gold-light:#dfc49d;--color-gold-wash:#c9a86a1f;--color-border-gold:#c9a86a73;--color-wine:#8b2e2e;--color-wine-deep:#5c2222;--color-wine-tint:#8b2e2e40;--color-paper:#d8c29d;--color-paper-dark:#b8a07a;--color-canvas:var(--wood-dark);--color-canvas-alt:var(--wood-mid);--color-surface:#2d1e13d9;--color-surface-elevated:#4d3522e6;--color-text:#e8dcc8;--color-text-soft:#e8dcc89e;--color-text-on-dark:#f5efe6;--color-text-on-dark-soft:#f5efe6b8;--color-text-muted-board:#a89888;--color-text-on-paper:#2c1810;--color-danger:#b91c1c;--color-danger-tint:#c820141f;--color-success:#4a7c59;--color-warning:#b45309;--color-info:#3d5a80;--color-die-face:#e8dcc8;--color-die-kept:#c9a86a33;--color-die-kept-border:var(--color-gold);--color-die-devil:#3d2020;--color-die-disabled:#5c4a42;--color-die-select-glow:#4da3ffb3;--color-die-select-ring:#64b4fff2;--shadow-card:0 4px 12px #0006;--shadow-fab:0 0 16px #d4af3740;--shadow-inset-tray:inset 0 4px 16px #00000059;--shadow-glow-gold:0 0 14px #c9a86a80;--radius-card:12px;--radius-table:20px;--radius-die:8px;--radius-pill:9999px;--space-1:.25rem;--space-2:.5rem;--space-3:1rem;--space-4:1.5rem;--space-5:2rem;--space-6:2.5rem;--space-8:4rem;--ease-out:cubic-bezier(.22, 1, .36, 1);--ease-roll:cubic-bezier(.2, .8, .2, 1);--duration-fast:.15s;--duration-normal:.25s;--duration-slow:.45s;--duration-roll:.85s;--button-active-scale:.95;--font-sans:"Noto Serif SC", "Segoe UI", system-ui, "PingFang SC", "Microsoft YaHei", serif;--font-serif:"Cinzel Decorative", "Noto Serif SC", Georgia, serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--header-height:48px;--action-bar-height:64px;--die-size:52px;--die-gap:.5rem;--layout-gutter:1rem;--layout-max-width:1100px;--safe-bottom:env(safe-area-inset-bottom,0px);--safe-top:env(safe-area-inset-top,0px)}@media (width>=1024px){:root{--header-height:56px;--action-bar-height:72px;--die-size:72px;--die-gap:1rem}}html{-webkit-text-size-adjust:100%;touch-action:manipulation}body{font-family:var(--font-sans);color:var(--color-text);background:var(--wood-dark);overscroll-behavior-y:contain;min-height:100dvh;font-size:1rem;line-height:1.5;overflow-x:hidden}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{font-family:inherit}a{color:var(--color-gold)}.btn{justify-content:center;align-items:center;gap:var(--space-2);letter-spacing:.02em;border-radius:var(--radius-pill);transition:filter var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);min-height:44px;padding:.5rem 1.25rem;font-size:1rem;font-weight:600;display:inline-flex}.btn:disabled{opacity:.4;cursor:not-allowed}.btn:not(:disabled):active{transform:scale(var(--button-active-scale))}.btn-primary{background:linear-gradient(180deg, var(--wood-light) 0%, var(--wood-mid) 100%);color:var(--color-gold-bright);border:1px solid var(--color-border-gold)}.btn-primary:not(:disabled):hover{box-shadow:var(--shadow-glow-gold);filter:brightness(1.08)}.btn-secondary{border:1px solid var(--color-border-gold);color:var(--color-gold);background:0 0}.btn-secondary:not(:disabled):hover{background:var(--color-gold-wash)}.btn-gilded{background:linear-gradient(180deg, #4d3522f2 0%, var(--wood-mid) 100%);color:var(--color-gold-bright);border:1px solid var(--color-gold);box-shadow:0 0 8px #d4af3733}.btn-gilded:not(:disabled):hover{box-shadow:var(--shadow-glow-gold);transform:translateY(-2px)}.btn-gold{background:var(--color-gold-wash);border:2px solid var(--color-gold);color:var(--color-gold-bright)}.btn-full{width:100%}.card{background:var(--color-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:var(--space-4);border:1px solid #c9a86a26}.panel-parchment{background:linear-gradient(145deg, var(--color-paper) 0%, var(--color-paper-dark) 100%);color:var(--color-text-on-paper);border-radius:var(--radius-card);box-shadow:var(--shadow-card);padding:var(--space-3);border:1px solid #2c181033}.form-input{width:100%;padding:var(--space-3);background:var(--color-surface-elevated);border:1px solid var(--color-border-gold);color:var(--color-text-on-dark);border-radius:8px;font-size:16px}.form-input:focus{outline:2px solid var(--color-gold);outline-offset:1px}.form-label{margin-bottom:var(--space-2);color:var(--color-text-soft);font-size:.875rem;font-weight:500;display:block}.form-group{margin-bottom:var(--space-3)}.toast{top:calc(var(--header-height) + var(--safe-top) + var(--space-2));right:var(--layout-gutter);z-index:1000;align-items:flex-start;gap:var(--space-2);max-width:min(20rem, calc(100vw - 2 * var(--layout-gutter)));padding:var(--space-2) var(--space-3);background:var(--color-bg-panel);border:1px solid var(--color-border-gold);border-left:3px solid var(--color-gold);border-radius:var(--radius-card);box-shadow:var(--shadow-fab);color:var(--color-text-on-dark);animation:toastIn var(--duration-normal) var(--ease-out);font-size:.8125rem;line-height:1.45;display:flex;position:fixed;left:auto}.toast--error{border-left-color:var(--color-danger)}.toast__close{color:inherit;opacity:.55;flex-shrink:0;margin:-.125rem -.25rem 0 0;padding:0 .25rem;font-size:1.125rem;line-height:1}.toast__close:hover{opacity:1}@keyframes toastIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.page-shell{z-index:1;flex-direction:column;flex:1;width:100%;display:flex;position:relative}.game-shell{max-width:var(--layout-max-width);width:100%;padding-inline:var(--layout-gutter);flex-direction:column;flex:1;margin-inline:auto;display:flex}@media (width>=1024px){.game-shell{padding-inline:var(--space-4)}}.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}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.header.svelte-4b3o1e{z-index:10;height:var(--header-height);padding:0 var(--layout-gutter);background:linear-gradient(180deg, var(--wood-mid) 0%, var(--wood-dark) 100%);color:var(--color-text-on-dark);justify-content:space-between;align-items:center;gap:var(--space-3);border-bottom:1px solid #c9a86a33;flex-shrink:0;display:flex;position:relative;box-shadow:0 4px 16px #00000059}.header__brand.svelte-4b3o1e{align-items:center;gap:var(--space-2);min-width:0;display:flex}.header__logo.svelte-4b3o1e{color:var(--color-gold);font-size:1.125rem;line-height:1}.header__title.svelte-4b3o1e{font-family:var(--font-serif);letter-spacing:.04em;color:var(--color-gold-bright);white-space:nowrap;font-size:1rem;font-weight:700}@media (width>=640px){.header__title.svelte-4b3o1e{font-size:1.125rem}}.header__meta.svelte-4b3o1e{align-items:center;gap:var(--space-3);min-width:0;color:var(--color-text-on-dark-soft);font-size:.75rem;display:flex}.header__room.svelte-4b3o1e{font-family:var(--font-mono);letter-spacing:.08em;color:var(--color-gold);text-overflow:ellipsis;white-space:nowrap;max-width:80px;font-weight:500;overflow:hidden}.header__status.svelte-4b3o1e{align-items:center;gap:var(--space-1);white-space:nowrap;display:flex}.header__dot.svelte-4b3o1e{background:var(--color-text-on-dark-soft);border-radius:50%;flex-shrink:0;width:8px;height:8px}.header__status--connected.svelte-4b3o1e .header__dot:where(.svelte-4b3o1e){background:var(--color-success);box-shadow:0 0 6px var(--color-success)}.header__status--connecting.svelte-4b3o1e .header__dot:where(.svelte-4b3o1e){background:var(--color-warning);animation:1s infinite svelte-4b3o1e-pulse}@keyframes svelte-4b3o1e-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (width>=640px){.header__room.svelte-4b3o1e{max-width:120px}}.header__leave.svelte-4b3o1e{color:var(--color-gold);border:1px solid var(--color-border-gold);border-radius:var(--radius-pill);transition:background var(--duration-fast);background:#c9a86a1a;flex-shrink:0;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.header__leave.svelte-4b3o1e:hover{background:#c9a86a33}.tavern-ambience.svelte-kw5jmh{z-index:0;pointer-events:none;background:var(--wood-dark);position:absolute;inset:0;overflow:hidden}.tavern-ambience__base.svelte-kw5jmh{background:radial-gradient(ellipse 120% 80% at 50% 100%, var(--wood-mid) 0%, var(--wood-dark) 55%);position:absolute;inset:0}.tavern-ambience__candle.svelte-kw5jmh{background:radial-gradient(45% 35% at 50% 35%,#c9a86a2e,#0000 60%),radial-gradient(25% 20% at 20% 70%,#8b2e2e14,#0000 50%),radial-gradient(25% 20% at 80% 65%,#c9a86a0f,#0000 50%);animation:7s ease-in-out infinite svelte-kw5jmh-candleFlicker;position:absolute;inset:0}.tavern-ambience__glyphs.svelte-kw5jmh{z-index:0;position:absolute;inset:0}.tavern-ambience__glyph.svelte-kw5jmh{left:var(--x);top:var(--y);opacity:.06;transform:rotate(var(--r));-webkit-user-select:none;user-select:none;animation:svelte-kw5jmh-glyphDrift var(--drift-duration,20s) ease-in-out infinite;font-size:clamp(3rem,8vw,5rem);line-height:1;position:absolute}.tavern-ambience__grain.svelte-kw5jmh,.tavern-ambience__vignette.svelte-kw5jmh{z-index:1;position:absolute;inset:0}.tavern-ambience__grain.svelte-kw5jmh{opacity:.06;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.tavern-ambience__vignette.svelte-kw5jmh{background:radial-gradient(#0000 40%,#0000008c 100%)}.tavern-ambience__float-dice.svelte-kw5jmh{z-index:2;position:absolute;inset:0}.tavern-ambience__float-die.svelte-kw5jmh{left:var(--die-x);top:var(--die-y);width:clamp(52px,13vw,68px);rotate:var(--die-r);animation:4.5s ease-in-out infinite svelte-kw5jmh-dieBob;animation-delay:var(--bob-delay);position:absolute}@media (prefers-reduced-motion:reduce){.tavern-ambience__float-die.svelte-kw5jmh{animation:none}}.tavern-ambience__float-die-halo.svelte-kw5jmh{opacity:0;transition:opacity .35s var(--ease-out), transform .35s var(--ease-out);background:radial-gradient(circle,#d4af378c 0%,#c9a86a33 45%,#0000 72%);border-radius:22%;position:absolute;inset:-18%;transform:scale(.85)}.tavern-ambience__float-die-img.svelte-kw5jmh{z-index:1;opacity:.42;filter:brightness(.82);width:100%;height:auto;transition:opacity .35s var(--ease-out), transform .35s var(--ease-out), filter .35s var(--ease-out);border-radius:14%;display:block;position:relative}.tavern-ambience__float-die--lit.svelte-kw5jmh .tavern-ambience__float-die-halo:where(.svelte-kw5jmh){opacity:1;transform:scale(1.12)}.tavern-ambience__float-die--lit.svelte-kw5jmh .tavern-ambience__float-die-img:where(.svelte-kw5jmh){opacity:1;filter:brightness(1.15);transform:scale(1.1);box-shadow:0 0 28px #d4af37bf,0 8px 20px #00000073}@keyframes svelte-kw5jmh-candleFlicker{0%,to{opacity:.88;filter:blur();transform:scale(1)}25%,75%{opacity:.92;transform:scale(.98)}50%{opacity:1;filter:blur(1px);transform:scale(1.03)}}@keyframes svelte-kw5jmh-glyphDrift{0%,to{translate:0}50%{translate:0 -6px}}@keyframes svelte-kw5jmh-dieBob{0%,to{translate:0}50%{translate:0 -12px}}@media (width<=640px){.tavern-ambience__float-die.svelte-kw5jmh{width:clamp(44px,15vw,56px)}}@media (prefers-reduced-motion:reduce){.tavern-ambience__candle.svelte-kw5jmh{opacity:.94;animation:none}.tavern-ambience__glyph.svelte-kw5jmh{animation:none}.tavern-ambience__float-die-img.svelte-kw5jmh{opacity:.5}.tavern-ambience__float-die--lit.svelte-kw5jmh .tavern-ambience__float-die-img:where(.svelte-kw5jmh){opacity:.65}}.tavern-quote.svelte-bez3pw{pointer-events:none;justify-content:center;width:100%;display:flex}.tavern-quote__bubble.svelte-bez3pw{max-width:min(420px,100%);padding:var(--space-2) var(--space-3);-webkit-backdrop-filter:blur(6px);background:#0c09066b;border:1px solid #c9a86a38;border-radius:14px;position:relative;box-shadow:0 4px 16px #00000040}.tavern-quote__bubble.svelte-bez3pw:after{content:"";-webkit-backdrop-filter:blur(6px);background:#0c09066b;border-bottom:1px solid #c9a86a38;border-right:1px solid #c9a86a38;width:10px;height:10px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.tavern-quote--compact.svelte-bez3pw .tavern-quote__bubble:where(.svelte-bez3pw){border-radius:12px;padding:.4rem .75rem}.tavern-quote--compact.svelte-bez3pw .tavern-quote__bubble:where(.svelte-bez3pw):after{width:8px;height:8px;bottom:-5px}.tavern-quote__speaker.svelte-bez3pw{color:#c9a86abf;margin:0 0 .2rem;font-size:.6875rem;line-height:1.3}.tavern-quote__npc.svelte-bez3pw{color:#c9a86ae6;font-weight:600}.tavern-quote__role.svelte-bez3pw{opacity:.85;font-weight:400}.tavern-quote__text.svelte-bez3pw{color:#f2e8d2e0;margin:0;font-size:.8125rem;font-style:normal;line-height:1.45}.tavern-quote--compact.svelte-bez3pw .tavern-quote__text:where(.svelte-bez3pw){font-size:.75rem}@media (prefers-reduced-motion:reduce){.tavern-quote__bubble.svelte-bez3pw,.tavern-quote__bubble.svelte-bez3pw:after{-webkit-backdrop-filter:none}}.main-menu.svelte-yaaimt{width:min(440px,100%);animation:svelte-yaaimt-menuIn .5s var(--ease-out);flex-direction:column;align-items:center;display:flex}.main-menu__header.svelte-yaaimt{text-align:center;margin-bottom:var(--space-3)}.main-menu__quote.svelte-yaaimt{width:100%;margin-bottom:var(--space-3);opacity:.92}.main-menu__crown.svelte-yaaimt{color:var(--color-gold-bright);margin-bottom:var(--space-2);text-shadow:0 0 16px #d4af3773;font-size:1.75rem}.main-menu__title.svelte-yaaimt{font-family:var(--font-serif);color:var(--color-gold-bright);letter-spacing:.08em;text-shadow:0 0 24px #d4af3759;margin-bottom:var(--space-2);font-size:clamp(1.75rem,6vw,2.25rem);font-weight:700}.main-menu__subtitle.svelte-yaaimt{color:var(--color-text-soft);letter-spacing:.14em;font-size:.8125rem}.main-menu__board.svelte-yaaimt{align-items:center;gap:var(--space-3);flex-direction:column;width:100%;display:flex}.main-menu__pair.svelte-yaaimt{gap:var(--space-3);grid-template-columns:1fr 1fr;width:100%;display:grid}.menu-btn.svelte-yaaimt{text-align:left;width:100%;color:inherit;transition:transform var(--duration-fast) var(--ease-out);padding:0;display:block}.menu-btn.svelte-yaaimt:not(:disabled):active{transform:scale(.98)}.menu-btn.svelte-yaaimt:not(:disabled):hover .menu-btn__frame:where(.svelte-yaaimt){box-shadow:0 0 28px #d4af3759,inset 0 0 0 1px #ffdc8c26}.menu-btn.svelte-yaaimt:not(:disabled):hover .menu-btn__inner:where(.svelte-yaaimt){filter:brightness(1.08)}.menu-btn__frame.svelte-yaaimt{transition:box-shadow var(--duration-normal) var(--ease-out);background:linear-gradient(145deg,#f0d78a 0%,#b8860b 22%,#8b6914 50%,#d4af37 78%,#f5e6b8 100%);border-radius:6px;padding:2px;display:block;position:relative;box-shadow:0 0 18px #d4af3738,0 4px 14px #00000073}.menu-btn__frame.svelte-yaaimt:before,.menu-btn__frame.svelte-yaaimt:after{content:"";pointer-events:none;z-index:1;border:1px solid #ffebb48c;width:8px;height:8px;position:absolute}.menu-btn__frame.svelte-yaaimt:before{border-bottom:none;border-right:none;top:4px;left:4px}.menu-btn__frame.svelte-yaaimt:after{border-top:none;border-left:none;bottom:4px;right:4px}.menu-btn--hero.svelte-yaaimt .menu-btn__frame:where(.svelte-yaaimt):before,.menu-btn--hero.svelte-yaaimt .menu-btn__frame:where(.svelte-yaaimt):after{width:10px;height:10px}.menu-btn--hero.svelte-yaaimt .menu-btn__frame:where(.svelte-yaaimt){padding:3px;box-shadow:0 0 32px #d4af3752,0 6px 20px #00000080}.menu-btn__inner.svelte-yaaimt{justify-content:center;align-items:center;gap:var(--space-3);width:100%;min-height:4.25rem;padding:var(--space-3) var(--space-4);text-align:center;transition:filter var(--duration-normal) var(--ease-out);background:linear-gradient(#3d2a1afa 0%,#1a120bfc 55%,#0f0a07 100%);border-radius:4px;display:flex;box-shadow:inset 0 1px #ffdca01f,inset 0 -8px 24px #00000059}.menu-btn--hero.svelte-yaaimt .menu-btn__inner:where(.svelte-yaaimt){min-height:4.75rem}.menu-btn__inner--tile.svelte-yaaimt{justify-content:center;align-items:center;gap:var(--space-2);min-height:5.5rem;padding:var(--space-3);flex-direction:column}.menu-btn__icon.svelte-yaaimt{filter:drop-shadow(0 2px 4px #00000080);flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;font-size:1.5rem;display:flex}.menu-btn--hero.svelte-yaaimt .menu-btn__icon:where(.svelte-yaaimt){width:3rem;height:3rem;font-size:1.75rem}.menu-btn__icon--tile.svelte-yaaimt{opacity:.95;width:auto;height:auto;font-size:1.375rem}.menu-btn__text.svelte-yaaimt{text-align:center;flex-direction:column;align-items:center;gap:.2rem;min-width:0;display:flex}.menu-btn__title.svelte-yaaimt{font-family:var(--font-serif);color:var(--color-gold-bright);letter-spacing:.06em;text-shadow:0 1px 2px #0009;font-size:1.0625rem;font-weight:700;line-height:1.25}.menu-btn--hero.svelte-yaaimt .menu-btn__title:where(.svelte-yaaimt){font-size:1.25rem}.menu-btn__sub.svelte-yaaimt{color:var(--color-text-soft);letter-spacing:.04em;font-size:.6875rem;font-weight:400;line-height:1.35}.menu-btn__inner--tile.svelte-yaaimt .menu-btn__sub:where(.svelte-yaaimt){font-size:.625rem;line-height:1.3}.menu-btn--settings.svelte-yaaimt{justify-content:center;align-items:center;gap:var(--space-2);width:auto;min-width:7rem;margin-top:var(--space-2);border-radius:var(--radius-pill);color:var(--color-gold);font-family:var(--font-serif);letter-spacing:.12em;transition:background var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), box-shadow var(--duration-fast) var(--ease-out);background:#00000040;border:1px solid #c9a86a73;padding:.5rem 1.5rem;font-size:.9375rem;display:inline-flex;box-shadow:inset 0 1px #ffffff0d}.menu-btn--settings.svelte-yaaimt:not(:disabled):hover{background:var(--color-gold-wash);border-color:var(--color-gold);box-shadow:0 0 12px #d4af3733}.menu-btn__settings-icon.svelte-yaaimt{opacity:.9;font-size:1rem;line-height:1}.menu-btn__settings-label.svelte-yaaimt{font-weight:600}@media (width<=380px){.main-menu__pair.svelte-yaaimt{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.main-menu.svelte-yaaimt{animation:none}}@keyframes svelte-yaaimt-menuIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.tavern-card.svelte-i68sy1{z-index:1;width:100%;max-width:420px;animation:svelte-i68sy1-cardEnter .45s var(--ease-out);flex-shrink:0;padding:0;position:relative;overflow:hidden}.tavern-card__tabs.svelte-i68sy1{background:#0003;border-bottom:1px solid #c9a86a26;grid-template-columns:1fr 1fr;display:grid;position:relative}.tavern-card__tab.svelte-i68sy1{padding:var(--space-3);color:var(--color-text-soft);transition:color var(--duration-fast);z-index:1;font-size:.9375rem;font-weight:600}.tavern-card__tab--active.svelte-i68sy1{color:var(--color-gold-bright)}.tavern-card__tab--solo.svelte-i68sy1{grid-column:1/-1}.tavern-card__tabs.svelte-i68sy1:has(.tavern-card__tab--solo:where(.svelte-i68sy1)){grid-template-columns:1fr}.tavern-card__tab-indicator.svelte-i68sy1{background:var(--color-gold);width:50%;height:3px;transition:transform var(--duration-normal) var(--ease-out);border-radius:3px 3px 0 0;position:absolute;bottom:0;left:0}.tavern-card__tab-indicator--join.svelte-i68sy1{transform:translate(100%)}.tavern-card__form.svelte-i68sy1{padding:var(--space-4);gap:var(--space-3);flex-direction:column;display:flex}.tavern-card__room-input.svelte-i68sy1{font-variant-numeric:tabular-nums;letter-spacing:.1em;font-weight:600}.tavern-card__auto-hint.svelte-i68sy1{color:var(--color-text-soft);padding:var(--space-2) var(--space-3);background:var(--color-canvas-alt);border-radius:8px;font-size:.8125rem;line-height:1.5}.tavern-card__error.svelte-i68sy1{color:var(--color-danger);padding:var(--space-2);background:var(--color-danger-tint);border-radius:8px;font-size:.875rem}.tavern-card__rules.svelte-i68sy1{padding:var(--space-3) var(--space-4);background:#00000026;border-top:1px solid #c9a86a1f}.tavern-card__rules-toggle.svelte-i68sy1{text-align:center;width:100%;color:var(--color-gold);padding:var(--space-1);font-size:.875rem;font-weight:500}.tavern-card__rules-body.svelte-i68sy1{margin-top:var(--space-3);color:var(--color-text-soft);font-size:.875rem;line-height:1.6}.tavern-card__rules-body.svelte-i68sy1 ul:where(.svelte-i68sy1){margin-top:var(--space-2);padding-left:1.2rem}.tavern-card__rules-body.svelte-i68sy1 li:where(.svelte-i68sy1){margin-bottom:var(--space-1)}@keyframes svelte-i68sy1-cardEnter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.rules-sheet.svelte-1g0gzn1{z-index:210;padding:var(--layout-gutter);background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.rules-sheet__panel.svelte-1g0gzn1{width:100%;max-width:400px;max-height:85vh;overflow-y:auto}.rules-sheet__header.svelte-1g0gzn1{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.rules-sheet__title.svelte-1g0gzn1{font-family:var(--font-serif);color:var(--color-text-on-paper);font-size:1.25rem}.rules-sheet__close.svelte-1g0gzn1{color:var(--color-text-on-paper);opacity:.6;padding:.25rem;font-size:1.5rem;line-height:1}.rules-sheet__close.svelte-1g0gzn1:hover{opacity:1}.rules-sheet__lead.svelte-1g0gzn1{margin-bottom:var(--space-3);color:var(--color-text-on-paper);font-size:.9375rem;line-height:1.6}.rules-sheet__list.svelte-1g0gzn1{margin-bottom:var(--space-4);color:#2c1810d9;padding-left:1.2rem;font-size:.875rem}.rules-sheet__list.svelte-1g0gzn1 li:where(.svelte-1g0gzn1){margin-bottom:var(--space-1)}.rules-sheet__subtitle.svelte-1g0gzn1{margin-bottom:var(--space-2);color:var(--color-text-on-paper);font-size:.9375rem}.rules-sheet__table.svelte-1g0gzn1{border-collapse:collapse;width:100%;font-size:.8125rem}.rules-sheet__table.svelte-1g0gzn1 td:where(.svelte-1g0gzn1){border-bottom:1px solid #2c181014;padding:.35rem 0}.rules-sheet__table.svelte-1g0gzn1 td:where(.svelte-1g0gzn1):last-child{text-align:right;font-family:var(--font-mono);font-weight:600}.settings-panel.svelte-xbkd2{z-index:200;padding:var(--layout-gutter);background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.settings-panel__inner.svelte-xbkd2{width:100%;max-width:360px}.settings-panel__header.svelte-xbkd2{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.settings-panel__title.svelte-xbkd2{font-family:var(--font-serif);color:var(--color-gold);font-size:1.25rem}.settings-panel__close.svelte-xbkd2{color:var(--color-text-on-dark);opacity:.7;font-size:1.5rem}.settings-panel__row.svelte-xbkd2{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);color:var(--color-text);font-size:.9375rem;display:flex}.settings-panel__hint.svelte-xbkd2{color:var(--color-text-soft);margin:calc(-1 * var(--space-2)) 0 var(--space-3);font-size:.75rem;line-height:1.45}.settings-panel__note.svelte-xbkd2{color:var(--color-text-soft);margin-top:var(--space-2);font-size:.75rem;line-height:1.45}.dice-card.svelte-1lkt3gi{gap:var(--space-2);width:100%;padding:var(--space-2);border-radius:var(--radius-card);text-align:left;cursor:pointer;transition:border-color var(--duration-normal), transform var(--duration-fast), box-shadow var(--duration-normal);-webkit-tap-highlight-color:transparent;background:#1f1610;border:2px solid #3d2b1f;flex-direction:column;display:flex;box-shadow:0 4px 10px #00000073}.dice-card.svelte-1lkt3gi:not(:disabled):hover{border-color:#614632;transform:translateY(-2px)}.dice-card.svelte-1lkt3gi:disabled{cursor:default;opacity:.55}.dice-card--readonly.svelte-1lkt3gi{cursor:default;opacity:1}.dice-card--readonly.svelte-1lkt3gi:not(.dice-card--selected):hover{border-color:#614632;transform:translateY(-1px)}.dice-card.svelte-1lkt3gi:not(:disabled):active{transform:scale(.98)}.dice-card--selected.svelte-1lkt3gi{border-color:var(--color-gold);box-shadow:0 0 14px #4287f559,inset 0 0 12px #c9a86a14}.dice-card__head.svelte-1lkt3gi{justify-content:space-between;align-items:flex-start;gap:var(--space-1);min-height:2.5rem;display:flex}.dice-card__name.svelte-1lkt3gi{color:var(--color-paper);font-size:.8125rem;font-weight:600;line-height:1.3}.dice-card__tag.svelte-1lkt3gi{color:var(--color-gold-bright);background:#422f25;border:1px solid #5c4131;border-radius:3px;flex-shrink:0;padding:.1rem .4rem;font-size:.625rem;font-weight:600}.dice-card__faces.svelte-1lkt3gi{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.dice-card__face.svelte-1lkt3gi{aspect-ratio:1;background-color:#eae6db;border:1px solid #2d1e15;border-radius:6px;justify-content:center;align-items:center;min-height:2.35rem;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 -2px 4px #0000002e}.dice-card__face-img.svelte-1lkt3gi{object-fit:contain;pointer-events:none;width:78%;height:78%;transition:filter .2s;display:block}.dice-card__face--boost.svelte-1lkt3gi{background-color:#dfd5c0;border-color:#8a3a2b;box-shadow:inset 0 0 0 1px #a63a2b59,inset 0 -2px 4px #8b451340}.dice-card__face--boost.svelte-1lkt3gi:before{content:"";pointer-events:none;background:radial-gradient(circle,#8b451333 0%,#0000 75%);border-radius:6px;position:absolute;inset:0}.dice-card__face--boost.svelte-1lkt3gi .dice-card__face-img:where(.svelte-1lkt3gi){filter:drop-shadow(0 1px 1px #00000059)invert(22%)sepia(59%)saturate(2250%)hue-rotate(345deg)brightness(85%)contrast(85%)}.dice-card__face--weak.svelte-1lkt3gi{opacity:.55;background-color:#ece9e0}.dice-card__face--weak.svelte-1lkt3gi .dice-card__face-img:where(.svelte-1lkt3gi){filter:grayscale(.85)opacity(.65)}.dice-card__face--blocked.svelte-1lkt3gi{opacity:.35;background-color:#e0ddd4}.dice-card__face--blocked.svelte-1lkt3gi .dice-card__face-img:where(.svelte-1lkt3gi){filter:grayscale()opacity(.35)}.dice-card__scratch.svelte-1lkt3gi{pointer-events:none;z-index:2;background:#2b1f13bf;width:72%;height:2px;position:absolute;transform:rotate(-35deg)}.dice-card__pct.svelte-1lkt3gi{z-index:3;font-family:var(--font-mono);color:#f5efe6;pointer-events:none;background:#2b1f13d1;border-radius:2px;padding:1px 3px;font-size:.5625rem;font-weight:700;line-height:1;position:absolute;bottom:1px;right:2px}.dice-card__face--boost.svelte-1lkt3gi .dice-card__pct:where(.svelte-1lkt3gi){color:#ffe8d8;background:#8a3a2be6}.dice-card__pct--blocked.svelte-1lkt3gi{color:#f5efe6b3;background:#2b1f13a6}.dice-weight-legend.svelte-12trjbj{justify-content:center;gap:var(--space-2) var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-card);color:var(--color-text-soft);background:#00000038;border:1px solid #c9a86a33;flex-wrap:wrap;margin:0;font-size:.6875rem;list-style:none;display:flex}.dice-weight-legend.svelte-12trjbj li:where(.svelte-12trjbj){align-items:center;gap:.35rem;display:flex}.dice-weight-legend__swatch.svelte-12trjbj{border:1px solid #2d1e15;border-radius:3px;flex-shrink:0;width:12px;height:12px}.dice-weight-legend__swatch--boost.svelte-12trjbj{background:#dfd5c0;box-shadow:inset 0 0 0 1px #a63a2b}.dice-weight-legend__swatch--normal.svelte-12trjbj{background:#eae6db}.dice-weight-legend__swatch--weak.svelte-12trjbj{opacity:.55;background:#ece9e0}.dice-weight-legend__swatch--blocked.svelte-12trjbj{opacity:.35;background:#e0ddd4;position:relative}.dice-weight-legend__swatch--blocked.svelte-12trjbj:after{content:"";background:#2b1f13;height:1px;position:absolute;top:50%;left:10%;right:10%;transform:rotate(-35deg)}.codex.svelte-1ewehis{z-index:200;padding:var(--layout-gutter);background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.codex__inner.svelte-1ewehis{gap:var(--space-3);width:100%;max-width:min(920px,100%);max-height:90vh;padding:var(--space-4);flex-direction:column;display:flex}.codex__header.svelte-1ewehis{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.codex__title.svelte-1ewehis{font-family:var(--font-serif);color:var(--color-gold-bright);margin-bottom:var(--space-1);font-size:1.375rem}.codex__subtitle.svelte-1ewehis{color:var(--color-text-soft);font-size:.8125rem}.codex__close.svelte-1ewehis{color:var(--color-text-on-dark);opacity:.7;padding:.25rem;font-size:1.5rem;line-height:1}.codex__close.svelte-1ewehis:hover{opacity:1}.codex.svelte-1ewehis .dice-weight-legend{flex:none}.codex__tabs.svelte-1ewehis{gap:var(--space-1);flex-wrap:wrap;flex:none;display:flex}.codex__tab.svelte-1ewehis{border-radius:var(--radius-pill);color:var(--color-text-soft);transition:background var(--duration-fast), color var(--duration-fast);border:1px solid #c9a86a40;padding:.3rem .65rem;font-size:.75rem}.codex__tab--active.svelte-1ewehis{color:var(--color-gold-bright);background:var(--color-gold-wash);border-color:var(--color-border-gold)}.codex__body.svelte-1ewehis{gap:var(--space-3);flex-direction:column;flex:1;min-height:0;display:flex}.codex__scroll.svelte-1ewehis{gap:var(--space-4);padding-right:var(--space-1);flex-direction:column;flex:1;display:flex;overflow-y:auto}.codex__section-title.svelte-1ewehis{color:var(--color-gold);margin-bottom:var(--space-2);padding-left:var(--space-1);font-size:.8125rem;font-weight:600}.codex__grid.svelte-1ewehis{gap:var(--space-2);grid-template-columns:1fr;display:grid}@media (width>=520px){.codex__grid.svelte-1ewehis{grid-template-columns:repeat(2,1fr)}}@media (width>=768px){.codex__body.svelte-1ewehis{flex-direction:row;align-items:stretch}.codex__scroll.svelte-1ewehis{flex:1;min-width:0}.codex__grid.svelte-1ewehis{grid-template-columns:repeat(2,1fr)}.codex__detail.svelte-1ewehis{flex:0 0 min(240px,32%);align-self:flex-start;position:sticky;top:0}}@media (width>=960px){.codex__grid.svelte-1ewehis{grid-template-columns:repeat(3,1fr)}}.codex__detail-name.svelte-1ewehis{font-family:var(--font-serif);color:var(--color-text-on-paper);margin-bottom:var(--space-2);font-size:1.0625rem}.codex__detail-meta.svelte-1ewehis{color:#2c1810bf;margin-bottom:var(--space-2);flex-wrap:wrap;gap:.25rem;font-size:.8125rem;display:flex}.codex__detail-dot.svelte-1ewehis{opacity:.5}.codex__detail-note.svelte-1ewehis{color:var(--color-wine-deep);margin-bottom:var(--space-2);padding:var(--space-2);border-left:3px solid var(--color-wine);background:#8b2e2e14;border-radius:6px;font-size:.8125rem;line-height:1.5}.codex__detail-hint.svelte-1ewehis{color:#2c1810a6;font-size:.75rem;line-height:1.55}.lobby-root.svelte-r4mllz{flex-direction:column;width:100%;min-height:100svh;display:flex;position:relative}.lobby.svelte-r4mllz{z-index:1;flex-direction:column;flex:1;width:100%;display:flex;position:relative}.lobby__main.svelte-r4mllz{width:100%;padding:var(--space-5) var(--layout-gutter);flex:1 0 auto;justify-content:center;align-items:center;display:flex}.lobby__play.svelte-r4mllz{align-items:center;gap:var(--space-3);flex-direction:column;width:min(420px,100%);display:flex}.lobby__back.svelte-r4mllz{align-self:flex-start;min-height:auto;padding:.35rem .75rem;font-size:.8125rem}.lobby__footer.svelte-r4mllz{background:var(--wood-mid);color:var(--color-text-on-dark-soft);text-align:center;padding:var(--space-3);padding-bottom:calc(var(--space-3) + var(--safe-bottom));border-top:1px solid #c9a86a26;flex:none;margin-top:auto;font-size:.75rem}.action-bar.svelte-9jeoeq{background:linear-gradient(0deg, var(--wood-dark) 0%, var(--wood-mid) 100%);padding:var(--space-3) var(--layout-gutter);padding-bottom:calc(var(--space-3) + var(--safe-bottom));z-index:100;min-height:calc(var(--action-bar-height) + var(--safe-bottom));border-top:1px solid #c9a86a40;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #00000073}@media (width>=1024px){.action-bar.svelte-9jeoeq{bottom:var(--space-4);border-radius:var(--radius-card);margin-top:var(--space-3);margin-bottom:calc(var(--space-3) + var(--safe-bottom));min-height:var(--action-bar-height);position:sticky}}.action-bar__buttons.svelte-9jeoeq{gap:var(--space-2);width:100%;max-width:min(640px,100%);margin-inline:auto;display:grid}.action-bar__buttons--single.svelte-9jeoeq{grid-template-columns:1fr}.action-bar__buttons--pair.svelte-9jeoeq{grid-template-columns:repeat(2,1fr)}.action-bar__buttons.svelte-9jeoeq .btn:where(.svelte-9jeoeq){min-height:44px;padding-inline:var(--space-2);font-size:.875rem}.action-bar__roll.svelte-9jeoeq:not(:disabled){color:var(--wood-dark);border-color:var(--color-gold-bright);background:linear-gradient(to bottom, var(--color-gold-bright), var(--color-gold));text-shadow:none;box-shadow:0 4px 8px #00000059,0 0 10px #c9a86a40}.action-bar__roll.svelte-9jeoeq:not(:disabled):hover{background:linear-gradient(to bottom, #f5e6c8, var(--color-gold-bright));border-color:#fff;box-shadow:0 0 14px #d4af3773}.action-bar__buttons.svelte-9jeoeq .btn-secondary:where(.svelte-9jeoeq):not(:disabled){color:var(--color-text-on-dark);background:#00000040;border-color:#c9a86a59}.action-bar__buttons.svelte-9jeoeq .btn-secondary:where(.svelte-9jeoeq):not(:disabled):hover{border-color:var(--color-gold);background:#c9a86a1a}.action-bar__wait.svelte-9jeoeq{text-align:center;color:var(--color-text-on-dark-soft);padding:var(--space-2);justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;font-size:.875rem;display:flex}.action-bar__wait--opponent.svelte-9jeoeq{letter-spacing:.04em;text-shadow:0 2px 4px #00000080;font-style:italic}.action-bar__opponent-name.svelte-9jeoeq{color:var(--color-gold-bright);font-style:normal;font-weight:700}.action-bar__hourglass.svelte-9jeoeq{animation:2s ease-in-out infinite svelte-9jeoeq-flipHourglass;display:inline-block}@keyframes svelte-9jeoeq-flipHourglass{0%,to{transform:rotate(0)}50%{transform:rotate(180deg)}}.action-bar__short.svelte-9jeoeq{display:inline}.action-bar__full.svelte-9jeoeq{display:none}@media (width>=640px){.action-bar__short.svelte-9jeoeq{display:none}.action-bar__full.svelte-9jeoeq{display:inline}.action-bar__buttons.svelte-9jeoeq .btn:where(.svelte-9jeoeq){font-size:.9375rem}}@media (prefers-reduced-motion:reduce){.action-bar__hourglass.svelte-9jeoeq{animation:none}}.game-hud.svelte-de3hb6{align-items:center;gap:var(--space-2);padding:var(--space-2) 0 var(--space-3);flex:none;grid-template-columns:1fr auto 1fr;width:100%;max-width:min(720px,100%);margin-inline:auto;display:grid}.game-hud__player.svelte-de3hb6{align-items:center;gap:var(--space-2);opacity:.72;transition:opacity var(--duration-normal);display:flex}.game-hud__player--active.svelte-de3hb6{opacity:1}.game-hud__player--opponent.svelte-de3hb6{justify-content:flex-end}.game-hud__avatar.svelte-de3hb6{border:2px solid var(--color-border-gold);object-fit:cover;background:var(--wood-light);border-radius:50%;flex-shrink:0;width:48px;height:48px;box-shadow:0 4px 12px #00000059}.game-hud__info.svelte-de3hb6{flex-direction:column;gap:.1rem;min-width:0;display:flex}.game-hud__info--right.svelte-de3hb6{text-align:right;align-items:flex-end}.game-hud__label.svelte-de3hb6{letter-spacing:.12em;color:var(--color-text-soft);font-size:.75rem}.game-hud__name-row.svelte-de3hb6{align-items:center;gap:.25rem;max-width:100%;display:flex}.game-hud__name-row--right.svelte-de3hb6{flex-direction:row-reverse}.game-hud__crown.svelte-de3hb6{color:var(--color-gold-bright);flex-shrink:0;font-size:.75rem;line-height:1}.game-hud__name.svelte-de3hb6{color:var(--color-text-on-dark);text-overflow:ellipsis;white-space:nowrap;max-width:110px;font-size:.9375rem;font-weight:600;overflow:hidden}.game-hud__score.svelte-de3hb6{font-family:var(--font-mono);color:var(--color-text-on-dark);font-size:1.5rem;font-weight:700;line-height:1.15}.game-hud__score--gold.svelte-de3hb6{color:var(--color-gold-bright);text-shadow:0 0 12px #d4af3740}.game-hud__target.svelte-de3hb6{padding:var(--space-2) var(--space-4);border-radius:var(--radius-pill);background:#00000052;border:1px solid #c9a86a59;flex-direction:column;justify-content:center;align-items:center;min-width:5.5rem;display:flex;box-shadow:inset 0 1px #ffffff0d}.game-hud__target-label.svelte-de3hb6{color:var(--color-text-soft);letter-spacing:.08em;font-size:.75rem}.game-hud__target-value.svelte-de3hb6{font-family:var(--font-mono);color:var(--color-gold-bright);text-shadow:0 0 14px #d4af3733;font-size:clamp(1.25rem,4vw,1.75rem);font-weight:700;line-height:1.1}@media (width>=640px){.game-hud__avatar.svelte-de3hb6{width:52px;height:52px}.game-hud__name.svelte-de3hb6{max-width:150px;font-size:1rem}.game-hud__score.svelte-de3hb6{font-size:1.625rem}}.dice-table.svelte-1yko210{justify-content:center;width:100%;display:flex}.dice-table__surface.svelte-1yko210{border-radius:var(--radius-table);background:radial-gradient(ellipse 90% 55% at 50% 0%, #c9a86a14, transparent 55%), radial-gradient(ellipse 80% 70% at 50% 55%, var(--wood-light) 0%, var(--wood-mid) 52%, #14100c 100%);width:100%;max-width:min(640px,100%);box-shadow:var(--shadow-inset-tray), 0 12px 40px #00000080, inset 0 1px 0 #ffffff0a;padding:var(--space-4) var(--space-4) var(--space-3);align-items:stretch;gap:var(--space-3);border:1px solid #c9a86a2e;flex-direction:column;display:flex;position:relative}.dice-table__rules.svelte-1yko210{top:var(--space-3);right:var(--space-3);z-index:2;letter-spacing:.06em;color:#c9a86ae6;border-radius:var(--radius-pill);-webkit-backdrop-filter:blur(4px);cursor:pointer;transition:background var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out);background:#0c090673;border:1px solid #c9a86a47;align-items:center;gap:.25rem;padding:.3rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex;position:absolute}.dice-table__rules.svelte-1yko210:hover{background:#0c090699;border-color:#c9a86a73}.dice-table__rules.svelte-1yko210:active{transform:scale(.97)}.dice-table__rules-icon.svelte-1yko210{font-size:.875rem;line-height:1}.dice-table__head.svelte-1yko210{justify-content:center;align-items:center;gap:var(--space-3);flex:none;display:flex}.dice-table__ornament.svelte-1yko210{background:linear-gradient(90deg,#0000,#c9a86a73 40%,#c9a86a26);flex:1;max-width:72px;height:1px}.dice-table__ornament--flip.svelte-1yko210{background:linear-gradient(270deg,#0000,#c9a86a73 40%,#c9a86a26)}.dice-table__title.svelte-1yko210{font-family:var(--font-serif);letter-spacing:.2em;color:var(--color-gold-bright);text-shadow:0 2px 8px #00000073;white-space:nowrap;flex:none;font-size:clamp(1rem,3.5vw,1.25rem);font-weight:600}.dice-table__play.svelte-1yko210{min-height:calc(var(--die-size) + var(--space-6));padding:var(--space-1) 0;justify-content:center;align-items:center;display:flex}.dice-table__hint.svelte-1yko210{text-align:center;color:var(--color-text-soft);letter-spacing:.04em;flex:none;margin:0;font-size:.8125rem}@media (width>=768px){.dice-table__surface.svelte-1yko210{padding:var(--space-5) var(--space-5) var(--space-4)}.dice-table__ornament.svelte-1yko210{max-width:100px}}.dice-piece.svelte-e23vh6{width:var(--die-size);height:var(--die-size);cursor:pointer;-webkit-user-select:none;user-select:none;min-width:44px;min-height:44px;transition:transform var(--duration-normal) var(--ease-out);-webkit-tap-highlight-color:transparent;background:0 0;border:none;padding:0;position:relative}.dice-piece--hidden.svelte-e23vh6{visibility:hidden;pointer-events:none}.dice-piece.svelte-e23vh6:disabled{cursor:default}.dice-piece__shadow.svelte-e23vh6{z-index:0;pointer-events:none;width:80%;height:10px;transition:transform var(--duration-normal) var(--ease-out), opacity var(--duration-normal) var(--ease-out), bottom var(--duration-normal) var(--ease-out);background:radial-gradient(#0000008c 0%,#0000 70%);position:absolute;bottom:-4px;left:10%}.dice-piece__body.svelte-e23vh6{z-index:1;background-color:var(--color-die-face);border-radius:var(--radius-die);border:2px solid var(--die-border,#3d2b1fe6);transition:border-color var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out), filter var(--duration-normal) var(--ease-out);justify-content:center;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden;box-shadow:inset 0 2px 4px #ffffff59,inset 0 -3px 6px #00000040,0 4px 8px #0006}.dice-piece__img.svelte-e23vh6{object-fit:contain;pointer-events:none;filter:drop-shadow(0 1px 1px #00000059);width:80%;height:80%;display:block}.dice-piece--placeholder.svelte-e23vh6 .dice-piece__body:where(.svelte-e23vh6){box-shadow:none;background:0 0;border-color:#0000}.dice-piece--placeholder.svelte-e23vh6 .dice-piece__img:where(.svelte-e23vh6){filter:none;width:100%;height:100%}.dice-piece--placeholder.svelte-e23vh6:disabled{cursor:default;opacity:1}.dice-piece.svelte-e23vh6:not(:disabled):active:not(.dice-piece--selected){transform:scale(var(--button-active-scale))}.dice-piece--rolling.svelte-e23vh6{animation:svelte-e23vh6-medievalRoll var(--duration-roll) var(--ease-roll) forwards}.dice-piece--rolling.svelte-e23vh6 .dice-piece__shadow:where(.svelte-e23vh6){animation:svelte-e23vh6-diceShadowRoll var(--duration-roll) var(--ease-roll) forwards}.dice-piece--selected.svelte-e23vh6{transform:translateY(-12px)scale(1.06)}.dice-piece--selected.svelte-e23vh6 .dice-piece__body:where(.svelte-e23vh6){border-color:var(--color-gold-bright);outline:2px solid var(--color-die-select-ring);outline-offset:2px;box-shadow:inset 0 2px 4px #fff6, inset 0 -2px 4px #00000026, 0 15px 22px #0000008c, 0 0 20px 4px var(--color-die-select-glow), var(--shadow-glow-gold)}.dice-piece--selected.svelte-e23vh6 .dice-piece__shadow:where(.svelte-e23vh6){opacity:.35;bottom:-14px;transform:scale(.65)}.dice-piece--kept.svelte-e23vh6{transform:scale(.92)}.dice-piece--kept.svelte-e23vh6 .dice-piece__body:where(.svelte-e23vh6){border-color:var(--color-die-kept-border);filter:sepia(.08);background-color:#e2dacb;box-shadow:inset 0 1px 2px #0003,0 2px 4px #00000059}.dice-piece--kept.svelte-e23vh6 .dice-piece__shadow:where(.svelte-e23vh6){opacity:.75;bottom:-2px}.dice-piece--inactive.svelte-e23vh6 .dice-piece__body:where(.svelte-e23vh6){opacity:.45;filter:grayscale(.45)}.dice-piece--devil.svelte-e23vh6 .dice-piece__body:where(.svelte-e23vh6){box-shadow:inset 0 2px 4px #fff3, inset 0 -3px 6px #00000059, 0 4px 8px #00000073, 0 0 10px var(--die-glow,#8b2e2e)}@keyframes svelte-e23vh6-medievalRoll{0%{transform:translateY(-40px)scale(.7)rotate(0)}30%{transform:translateY(-10px)scale(1.1)rotate(180deg)}60%{transform:translateY(-15px)scale(.95)rotate(270deg)}80%{transform:translateY(0)scale(1.02)rotate(340deg)}to{transform:translateY(0)scale(1)rotate(360deg)}}@keyframes svelte-e23vh6-diceShadowRoll{0%,to{opacity:.75;transform:scale(1)}30%,60%{opacity:.2;transform:scale(.45)}}@media (hover:hover){.dice-piece.svelte-e23vh6:not(:disabled):not(.dice-piece--kept):not(.dice-piece--selected):not(.dice-piece--hidden):hover{transform:translateY(-4px)}.dice-piece.svelte-e23vh6:not(:disabled):not(.dice-piece--kept):not(.dice-piece--selected):not(.dice-piece--hidden):hover .dice-piece__body:where(.svelte-e23vh6){border-color:var(--color-gold)}}@media (prefers-reduced-motion:reduce){.dice-piece--rolling.svelte-e23vh6{animation:none}.dice-piece--rolling.svelte-e23vh6 .dice-piece__body:where(.svelte-e23vh6){opacity:.75}.dice-piece--rolling.svelte-e23vh6 .dice-piece__shadow:where(.svelte-e23vh6){animation:none}}.dice-board.svelte-1fgvjo0{gap:var(--space-3);flex-direction:column;width:100%;display:flex}.dice-board__kept.svelte-1fgvjo0{gap:var(--space-2);padding:var(--space-2);border-radius:var(--radius-die);background:#0000002e;flex-direction:column;display:flex}.dice-board__kept-label.svelte-1fgvjo0{color:var(--color-gold);text-align:center;letter-spacing:.1em;text-transform:uppercase;font-size:.75rem;font-weight:600;font-family:var(--font-serif)}.dice-board__kept-row.svelte-1fgvjo0{justify-content:center;gap:var(--die-gap);flex-wrap:wrap;display:flex}.dice-board__divider.svelte-1fgvjo0{background:linear-gradient(90deg,#0000,#c9a86a40,#0000);border:0;height:1px;margin:0}.dice-board__active-wrap.svelte-1fgvjo0{min-height:calc(var(--die-size) * 2 + var(--die-gap) + var(--space-4) + 1rem);justify-content:center;width:100%;display:flex;position:relative}.dice-board__hot-hint.svelte-1fgvjo0{top:var(--space-1);z-index:2;font-family:var(--font-serif);letter-spacing:.04em;color:var(--color-gold);border-radius:var(--radius-pill);white-space:nowrap;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#120c0880;border:1px solid #c9a86a47;margin:0;padding:.2rem .65rem;font-size:.6875rem;font-weight:600;position:absolute;left:50%;transform:translate(-50%)}.dice-board__rolling-hint.svelte-1fgvjo0{z-index:3;font-family:var(--font-serif);color:var(--color-gold-bright);text-shadow:0 2px 8px #000000e6;letter-spacing:.06em;pointer-events:none;margin:0;font-size:1rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dice-board__active.svelte-1fgvjo0{gap:var(--die-gap);width:100%;max-width:100%;min-height:calc(var(--die-size) * 2 + var(--die-gap));padding:var(--space-3) var(--space-2);transition:filter var(--duration-normal) var(--ease-out);grid-template-columns:repeat(3,minmax(0,1fr));align-content:center;justify-items:center;margin-inline:auto;display:grid}@media (width>=768px){.dice-board__active-wrap.svelte-1fgvjo0{min-height:calc(var(--die-size) + var(--space-4) + 1.25rem)}.dice-board__active.svelte-1fgvjo0{min-height:calc(var(--die-size) + var(--space-2));grid-template-columns:repeat(6,minmax(0,1fr));max-width:min(640px,100%)}.dice-board__label.svelte-1fgvjo0{font-size:.8125rem}}.dice-board__active--rolling.svelte-1fgvjo0{filter:blur(.4px)}.dice-board__die-slot.svelte-1fgvjo0{flex-direction:column;align-items:center;gap:.25rem;min-width:0;display:flex}.dice-board__label.svelte-1fgvjo0{font-family:var(--font-sans);letter-spacing:.04em;text-align:center;max-width:calc(var(--die-size) + 12px);text-overflow:ellipsis;white-space:nowrap;color:var(--label-color,var(--color-gold));text-shadow:0 1px 4px #000000d9;pointer-events:none;font-size:.75rem;font-weight:600;line-height:1.25;overflow:hidden}.dice-board__empty.svelte-1fgvjo0{text-align:center;color:var(--color-text-soft);padding:var(--space-4);grid-column:1/-1;font-size:.875rem}.dice-board__empty--hot.svelte-1fgvjo0{font-family:var(--font-serif);color:var(--color-gold-bright);text-shadow:0 0 10px #c9a86a59;animation:2s ease-in-out infinite svelte-1fgvjo0-hotDicePulse}@keyframes svelte-1fgvjo0-hotDicePulse{0%,to{opacity:.85}50%{opacity:1;transform:scale(1.02)}}@media (prefers-reduced-motion:reduce){.dice-board__empty--hot.svelte-1fgvjo0{animation:none}.dice-board__active--rolling.svelte-1fgvjo0{filter:none}}.turn-scores.svelte-1hp538g{justify-content:center;align-items:stretch;gap:var(--space-3);width:100%;max-width:min(420px,96vw);display:flex}.turn-score.svelte-1hp538g{min-width:0;max-width:200px;box-shadow:inset 0 0 20px #2b1f131f, var(--shadow-card);flex:1}.turn-score__inner.svelte-1hp538g{min-height:5.5rem;padding:var(--space-2) var(--space-3);border-radius:calc(var(--radius-card) - 4px);border:1px dashed #5c452e59;flex-direction:column;justify-content:center;align-items:center;display:flex}.turn-score__label.svelte-1hp538g{font-family:var(--font-serif);letter-spacing:.08em;color:#2c1810a6;margin-bottom:var(--space-2);text-align:center;font-size:.75rem;font-weight:600;line-height:1.3}.turn-score__value.svelte-1hp538g{font-family:var(--font-mono);color:var(--color-wine-deep);transition:color var(--duration-normal) var(--ease-out);text-shadow:0 1px 1px #ffffff59;font-size:clamp(1.75rem,7vw,2.5rem);font-weight:700;line-height:1}.turn-score__value--preview.svelte-1hp538g{color:#3d6a9e;text-shadow:0 0 12px #3d6a9e59}.turn-score__value--gold.svelte-1hp538g{color:#a47624;text-shadow:0 0 10px #d4af3740}.turn-score__value--pulse.svelte-1hp538g{animation:svelte-1hp538g-scoreGlowPulse .5s var(--ease-out) forwards}@keyframes svelte-1hp538g-scoreGlowPulse{0%{color:var(--color-wine-deep);transform:scale(1)}50%{color:var(--color-gold-bright);filter:drop-shadow(0 0 10px #d4af37bf);transform:scale(1.12)}to{color:#a47624;filter:none;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.turn-score__value--pulse.svelte-1hp538g{animation:none}}.phase-overlay.svelte-6vssbm{z-index:200;padding:var(--space-4);animation:svelte-6vssbm-overlayIn .22s var(--ease-out);background:#000000b8;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.phase-overlay--compact.svelte-6vssbm{padding:0 var(--space-3) calc(5.5rem + env(safe-area-inset-bottom,0px));pointer-events:none;background:#08050452;justify-content:center;align-items:flex-end}.phase-overlay--compact.svelte-6vssbm .phase-overlay__card:where(.svelte-6vssbm){pointer-events:auto;max-width:min(300px,94vw);padding:var(--space-3) var(--space-3);box-shadow:0 8px 28px #00000073}.phase-overlay--compact.svelte-6vssbm .phase-overlay__title:where(.svelte-6vssbm){margin-bottom:var(--space-1);font-size:1.125rem}.phase-overlay--compact.svelte-6vssbm .phase-overlay__subtitle:where(.svelte-6vssbm){margin-bottom:var(--space-2);font-size:.8125rem}.phase-overlay--bust.svelte-6vssbm{background:radial-gradient(70% 40% at 50% 85%,#b91c1c24,#0000 70%),#0805045c}.phase-overlay--bust.phase-overlay--compact.svelte-6vssbm{background:radial-gradient(80% 50% at 50% 90%,#b91c1c1f,#0000 65%),#08050457}.phase-overlay--hot.svelte-6vssbm{background:radial-gradient(ellipse 70% 50% at 50% 45%, var(--color-gold-wash), transparent 70%), #120c08bf;animation:svelte-6vssbm-overlayIn .22s var(--ease-out), svelte-6vssbm-goldWashPulse 1.6s ease-in-out 2}.phase-overlay--win.svelte-6vssbm{background:linear-gradient(#2d1e13f2 0%,#120c08e0 50%,#000000d1 100%)}.phase-overlay--turn.svelte-6vssbm{background:#000000ad}.phase-overlay--turn.phase-overlay--compact.svelte-6vssbm{background:#0805044d}.phase-overlay__card.svelte-6vssbm{text-align:center;width:100%;max-width:360px;color:var(--color-text-on-dark);padding:var(--space-5) var(--space-4);border-radius:var(--radius-card);box-shadow:var(--shadow-fab);border:1px solid var(--color-border-gold);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#2d1e13f0}.phase-overlay--bust.svelte-6vssbm .phase-overlay__card:where(.svelte-6vssbm){border-color:#b91c1c66}.phase-overlay--hot.svelte-6vssbm .phase-overlay__card:where(.svelte-6vssbm){border-color:var(--color-gold);box-shadow:var(--shadow-fab), 0 0 24px #c9a86a40}.phase-overlay__title.svelte-6vssbm{font-family:var(--font-serif);color:var(--color-gold-bright);margin-bottom:var(--space-2);font-size:1.75rem;font-weight:600}.phase-overlay__title--gold.svelte-6vssbm{color:var(--color-gold-bright);text-shadow:var(--shadow-glow-gold)}.phase-overlay__title--danger.svelte-6vssbm{color:var(--color-danger)}.phase-overlay__title--wine.svelte-6vssbm{color:var(--color-gold);text-shadow:var(--shadow-glow-gold)}.phase-overlay__subtitle.svelte-6vssbm{color:var(--color-text-on-dark-soft);margin-bottom:var(--space-4);font-size:.9375rem;line-height:1.5}.phase-overlay__dice.svelte-6vssbm{--die-size:44px;justify-content:center;gap:var(--space-2);margin:0 auto var(--space-1);padding:var(--space-2);border-radius:var(--radius-die);background:#00000038;flex-wrap:wrap;display:flex}.phase-overlay__actions.svelte-6vssbm{gap:var(--space-2);margin-top:var(--space-2);flex-direction:column;display:flex}.phase-overlay__btn.svelte-6vssbm{width:100%;min-height:44px}.phase-overlay__hint.svelte-6vssbm{color:var(--color-text-soft);padding:var(--space-2);font-size:.875rem}@keyframes svelte-6vssbm-overlayIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-6vssbm-goldWashPulse{0%,to{filter:brightness()}50%{filter:brightness(1.12)}}@media (prefers-reduced-motion:reduce){.phase-overlay--hot.svelte-6vssbm{animation:svelte-6vssbm-overlayIn .22s var(--ease-out)}}.floating-score.svelte-1ixh0cj{z-index:500;font-family:var(--font-mono);color:var(--color-gold-bright);text-shadow:0 0 12px #d4af37cc,0 2px 4px #0009;pointer-events:none;animation:svelte-1ixh0cj-flyScore var(--fly-duration) var(--ease-out) forwards;font-size:1.5rem;font-weight:700;position:fixed;transform:translate(-50%,-50%)}.floating-score__spark.svelte-1ixh0cj{background:var(--color-gold-bright);width:5px;height:5px;animation:svelte-1ixh0cj-sparkFly var(--fly-duration) var(--ease-out) forwards;animation-delay:var(--spark-delay);opacity:0;border-radius:50%;margin:-2px 0 0 -2px;position:absolute;top:50%;left:50%;box-shadow:0 0 6px #d4af37e6}@keyframes svelte-1ixh0cj-flyScore{0%{opacity:0;transform:translate(-50%,-50%)scale(.5)}20%{opacity:1;transform:translate(-50%,-60%)scale(1.1)}to{opacity:0;transform:translate(-50%,calc(-50% - 120px))scale(1.2)}}@keyframes svelte-1ixh0cj-sparkFly{0%{opacity:0;transform:translate(-50%,-50%)scale(.3)}25%{opacity:1}to{opacity:0;transform:translate(calc(-50% + var(--spark-x) * 2), calc(-50% + var(--spark-y) * 2 - 80px)) scale(.2)}}@media (prefers-reduced-motion:reduce){.floating-score.svelte-1ixh0cj{animation:.4s ease-out forwards svelte-1ixh0cj-fadeScore}.floating-score__spark.svelte-1ixh0cj{display:none}@keyframes svelte-1ixh0cj-fadeScore{to{opacity:0}}}.combo-banner.svelte-1m5orsr{z-index:400;pointer-events:none;animation:svelte-1m5orsr-bannerIn .25s var(--ease-out);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.combo-banner__burst.svelte-1m5orsr{width:0;height:0;position:absolute}.combo-banner__spark.svelte-1m5orsr{background:var(--color-gold-bright);width:6px;height:6px;animation:svelte-1m5orsr-comboSpark .75s var(--ease-out) forwards;animation-delay:var(--spark-delay);opacity:0;border-radius:50%;margin:-3px 0 0 -3px;position:absolute;box-shadow:0 0 8px #d4af37d9}.combo-banner__text.svelte-1m5orsr{z-index:1;font-family:var(--font-serif);letter-spacing:.08em;color:var(--color-gold-bright);text-shadow:0 0 24px #d4af3799,0 4px 12px #000c;padding:var(--space-3) var(--space-5);border:2px solid var(--color-gold);border-radius:var(--radius-card);animation:svelte-1m5orsr-bannerPulse .8s var(--ease-out);background:#1a120bd9;font-size:clamp(1.5rem,6vw,2.25rem);font-weight:700;position:relative}@keyframes svelte-1m5orsr-bannerIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes svelte-1m5orsr-bannerPulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes svelte-1m5orsr-comboSpark{0%{opacity:0;transform:translate(0)scale(.4)}30%{opacity:1}to{opacity:0;transform:translate(var(--spark-x), var(--spark-y)) scale(.15)}}@media (prefers-reduced-motion:reduce){.combo-banner__spark.svelte-1m5orsr{display:none}}.rules-config.svelte-18v4260{width:100%;max-width:420px;padding:var(--space-4);animation:svelte-18v4260-fadeUp .3s var(--ease-out);margin-inline:auto}.rules-config__back.svelte-18v4260{color:var(--color-text-soft);cursor:pointer;margin-bottom:var(--space-3);background:0 0;border:none;padding:0;font-size:.875rem}.rules-config__back.svelte-18v4260:hover{color:var(--color-gold)}.rules-config__title.svelte-18v4260{font-family:var(--font-serif);color:var(--color-gold-bright);text-align:center;margin-bottom:var(--space-4);font-size:1.375rem}.rules-config__field.svelte-18v4260{margin-bottom:var(--space-4)}.rules-config__label.svelte-18v4260{color:var(--color-text-soft);margin-bottom:var(--space-2);font-size:.875rem;font-weight:600;display:block}.rules-config__input.svelte-18v4260{width:100%;padding:var(--space-3);border:1px solid var(--color-border-gold);background:var(--color-surface-elevated);color:var(--color-text-on-dark);border-radius:8px;font-size:1rem}.rules-config__segmented.svelte-18v4260{gap:var(--space-2);grid-template-columns:repeat(4,1fr);display:grid}.rules-config__seg-btn.svelte-18v4260{border:1px solid var(--color-border-gold);min-height:44px;color:var(--color-text);cursor:pointer;transition:background var(--duration-normal), border-color var(--duration-normal);background:#0003;border-radius:8px;font-size:.875rem;font-weight:600}.rules-config__seg-btn--active.svelte-18v4260{background:var(--color-gold-wash);border-color:var(--color-gold);color:var(--color-gold-bright)}.rules-config__hint.svelte-18v4260{margin-top:var(--space-2);color:var(--color-text-soft);font-size:.75rem}.rules-config__error.svelte-18v4260{color:var(--color-danger);margin-bottom:var(--space-2);text-align:center;font-size:.875rem}.rules-config__confirm.svelte-18v4260{margin-top:var(--space-2);min-height:48px}@keyframes svelte-18v4260-fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.dice-selector.svelte-uhtg6b{gap:var(--space-3);flex-direction:column;flex:1;min-height:0;display:flex}.dice-selector__header.svelte-uhtg6b{text-align:center}.dice-selector__title.svelte-uhtg6b{font-family:var(--font-serif);color:var(--color-gold-bright);margin-bottom:var(--space-1);font-size:1.375rem}.dice-selector__hint.svelte-uhtg6b{color:var(--color-text-soft);margin-bottom:var(--space-2);font-size:.875rem}.dice-selector.svelte-uhtg6b .dice-weight-legend{margin-bottom:var(--space-2)}.dice-selector__status.svelte-uhtg6b{padding:var(--space-2) var(--space-3);border:1px solid var(--color-border-gold);border-radius:var(--radius-card);color:var(--color-text);background:#00000040;font-size:.875rem;display:inline-block}.dice-selector__scroll.svelte-uhtg6b{gap:var(--space-4);padding-bottom:var(--space-2);flex-direction:column;flex:1;display:flex;overflow-y:auto}.dice-selector__section-title.svelte-uhtg6b{color:var(--color-gold);margin-bottom:var(--space-2);padding-left:var(--space-1);font-size:.8125rem;font-weight:600}.dice-selector__grid.svelte-uhtg6b{gap:var(--space-2);grid-template-columns:repeat(2,1fr);display:grid}@media (width>=640px){.dice-selector__grid.svelte-uhtg6b{grid-template-columns:repeat(3,1fr)}}.dice-selector__footer.svelte-uhtg6b{padding-top:var(--space-2);flex:none}.dice-selector__waiting.svelte-uhtg6b{text-align:center;padding:var(--space-3);background:var(--color-gold-wash);border:1px solid var(--color-border-gold);border-radius:var(--radius-card);color:var(--color-gold-bright);font-size:.9375rem;font-weight:500}.game-root.svelte-1gpw3c7{flex-direction:column;width:100%;min-height:100svh;display:flex;position:relative}.game-page.svelte-1gpw3c7{flex-direction:column;flex:1;width:100%;display:flex}.game-page__main.svelte-1gpw3c7{padding-bottom:calc(var(--action-bar-height) + var(--safe-bottom) + var(--space-3));gap:var(--space-3);flex-direction:column;display:flex}.game-page__main--pick.svelte-1gpw3c7{min-height:0;overflow:hidden}.game-page__play.svelte-1gpw3c7{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.game-page__quote.svelte-1gpw3c7{width:100%;max-width:min(640px,100%);padding:0 var(--space-2) var(--space-1);opacity:.95;flex:none;margin-inline:auto}.game-page__stage.svelte-1gpw3c7{width:100%;min-height:0;padding:var(--space-2) var(--space-1);flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.game-page__center.svelte-1gpw3c7{justify-content:center;align-items:center;gap:var(--space-4);flex-direction:column;width:100%;max-width:min(640px,100%);margin-block:auto;display:flex}.game-page__main--play.svelte-1gpw3c7{min-height:0;padding-top:var(--space-1);gap:0}@media (width>=1024px){.game-page__main.svelte-1gpw3c7{padding-bottom:var(--space-4)}.game-page__main--pick.svelte-1gpw3c7{max-width:var(--layout-max-width);width:100%;margin-inline:auto}}.game-page__loading.svelte-1gpw3c7,.game-page__placeholder.svelte-1gpw3c7{text-align:center;padding:var(--space-5);color:var(--color-text-soft)}.game-page__lobby.svelte-1gpw3c7{margin-top:var(--space-4);animation:svelte-1gpw3c7-fadeUp .35s var(--ease-out)}.game-page__connected.svelte-1gpw3c7{text-align:center;color:var(--color-success);background:color-mix(in srgb, var(--color-success) 15%, transparent);border:1px solid color-mix(in srgb, var(--color-success) 40%, transparent);border-radius:var(--radius-card);padding:var(--space-3);margin-bottom:var(--space-4);font-size:1rem;font-weight:600}.game-page__share.svelte-1gpw3c7{gap:var(--space-2);margin-bottom:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.game-page__share-btn.svelte-1gpw3c7{min-height:40px;padding-inline:var(--space-2);font-size:.8125rem}.game-page__lobby-title.svelte-1gpw3c7{font-family:var(--font-serif);color:var(--color-gold);margin-bottom:var(--space-2);text-align:center;font-size:1.375rem}.game-page__lobby-hint.svelte-1gpw3c7{text-align:center;color:var(--color-text-soft);margin-bottom:var(--space-4);font-size:.875rem}.game-page__rules-btn.svelte-1gpw3c7{margin-top:var(--space-4);min-height:48px}.game-page__players.svelte-1gpw3c7{gap:var(--space-2);flex-direction:column;list-style:none;display:flex}.game-page__players.svelte-1gpw3c7 li:where(.svelte-1gpw3c7){align-items:center;gap:var(--space-2);padding:var(--space-3);color:var(--color-text-soft);background:#00000040;border:1px solid #c9a86a1a;border-radius:8px;display:flex}.game-page__player--ready.svelte-1gpw3c7{color:var(--color-text);border-color:var(--color-border-gold)}.game-page__player-role.svelte-1gpw3c7{color:var(--color-gold);background:var(--color-gold-wash);border-radius:var(--radius-pill);flex-shrink:0;padding:.15rem .5rem;font-size:.75rem;font-weight:600}.game-page__spacer.svelte-1gpw3c7{min-height:var(--space-2);flex:1}@keyframes svelte-1gpw3c7-fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
