@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--font-display: "Fredoka", system-ui, sans-serif;--font-body: "Nunito", system-ui, sans-serif;--font-mono: "JetBrains Mono", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 2px 4px 0 rgb(0 0 0 / .08);--shadow-lg: 0 8px 16px 0 rgb(0 0 0 / .12);--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out;--z-dropdown: 10;--z-sticky: 20;--z-fixed: 30;--z-modal-backdrop: 40;--z-modal: 50;--z-popover: 60;--z-tooltip: 70;--opacity-disabled: .5;--opacity-overlay: .8;--opacity-backdrop: .4;--opacity-hover: .9;--opacity-pressed: .95;--game-tile-size-hand: 3rem;--game-tile-size-grid: 2.5rem;--game-tile-size-mobile-hand: 2.5rem;--game-tile-size-mobile-grid: 2.5rem}@keyframes tileHover{0%{transform:scale(1)}to{transform:scale(1.02)}}@keyframes tileDrop{0%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes tilePlace{0%{transform:scale(.8) rotate(-5deg);opacity:.8}50%{transform:scale(1.1) rotate(2deg)}to{transform:scale(1) rotate(0);opacity:1}}@keyframes selectionPulse{0%,to{outline-width:2px;outline-offset:2px}50%{outline-width:3px;outline-offset:3px}}.tile-placing{animation:tilePlace var(--transition-base) ease-out}.tile-hovering{animation:tileHover var(--transition-fast) ease-in-out forwards}.selection-active{animation:selectionPulse 2s ease-in-out infinite}.grid-cell-highlight{background-color:hsl(var(--accent) / .1);border:1px dashed hsl(var(--accent) / .3);border-radius:var(--radius-sm)}.drop-zone-active{background-color:hsl(var(--success) / .1);border:2px dashed hsl(var(--success) / .5);border-radius:var(--radius-md)}.drop-zone-invalid{background-color:hsl(var(--destructive) / .1);border:2px dashed hsl(var(--destructive) / .5);border-radius:var(--radius-md)}@media (max-width: 640px){.tile-hovering{animation:none}.selection-active{animation-duration:1.5s}}@media (prefers-contrast: high){.grid-cell-highlight{border-width:2px;border-style:solid}.drop-zone-active,.drop-zone-invalid{border-width:3px;border-style:solid}}@media (prefers-reduced-motion: reduce){.tile-placing,.tile-hovering,.selection-active{animation:none}}.score-details-modal{max-width:42rem}.score-details-modal__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.score-details-modal__section>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.score-details-modal__section-title{margin-bottom:.75rem;border-bottom-width:1px;padding-bottom:.25rem;font-size:1rem;line-height:1.5rem;font-weight:700;letter-spacing:.025em;color:hsl(var(--foreground))}.score-details-modal__items{max-height:40vh}.score-details-modal__items>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.score-details-modal__items{overflow-y:auto}.score-details-modal__item{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.score-details-modal__item-left{display:flex;flex-wrap:wrap;align-items:center;-moz-column-gap:.5rem;column-gap:.5rem;row-gap:.125rem}.score-details-modal__item-right{display:flex;align-items:center;gap:.5rem}.score-details-modal__word{font-weight:600;color:hsl(var(--foreground))}.score-details-modal__multiplier-chip{display:flex;align-items:center;gap:.25rem;border-radius:9999px;border-width:1px;background-color:hsl(var(--muted));padding:.125rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500}.score-details-modal__bonus-items>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.score-details-modal__bonus-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.score-details-modal__bonus-title-wrapper{display:flex;align-items:center;gap:.5rem}.score-details-modal__bonus-title{font-weight:600;color:hsl(var(--foreground))}.score-details-modal__bonus-count-chip{display:flex;align-items:center;border-radius:9999px;border-width:1px;background-color:hsl(var(--muted));padding:.125rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500}.score-details-modal__bonus-description{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}.score-details-modal__score{font-family:JetBrains Mono,monospace;font-weight:600;color:hsl(var(--foreground))}.score-details-modal__total{display:flex;align-items:center;justify-content:space-between;border-top-width:2px;border-color:hsl(var(--foreground));padding-top:.75rem;font-size:1.125rem;line-height:1.75rem;font-weight:700}.score-details-modal__total-label{color:hsl(var(--foreground))}.score-details-modal__total-score{font-family:JetBrains Mono,monospace;color:hsl(var(--foreground))}.theme-details-modal{max-width:32rem}.theme-details-modal__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.theme-details-modal__items>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.theme-details-modal__item>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.theme-details-modal__item-header{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.theme-details-modal__difficulty-chip{border-radius:9999px;border-width:1px;padding:.125rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500;text-transform:uppercase;color:hsl(var(--muted-foreground))}.theme-details-modal__description{font-size:.875rem;line-height:1.25rem;line-height:1.625;color:hsl(var(--muted-foreground))}.rematch-controls__header{margin-bottom:.75rem}.rematch-controls__title{font-size:.875rem;line-height:1.25rem;font-weight:600;font-family:var(--font-display)}.rematch-controls__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.rematch-controls__button--primary{width:100%;background-color:hsl(var(--success));color:hsl(var(--success-foreground))}.rematch-controls__button--primary:hover{background-color:hsl(var(--success) / .9)}.rematch-controls__button--cancel,.rematch-controls__button--cancel:hover{color:hsl(var(--destructive))}.rematch-controls__status>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.rematch-controls__status-item{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.rematch-controls__status-header{display:flex;align-items:center;justify-content:flex-start;gap:.25rem}.rematch-controls__status-text{flex:1 1 0%;font-weight:500;line-height:1.25;word-wrap:break-word;overflow-wrap:break-word}.rematch-controls__notification{display:flex;justify-content:center}.rematch-controls__notification-content{border-radius:var(--radius);border-width:1px;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: hsl(var(--primary) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--primary) / .1) var(--tw-gradient-to-position);padding:1rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.rematch-controls__notification-text{text-align:center;font-weight:600;font-family:var(--font-display)}.rematch-controls__notification-text--with-button{margin-bottom:.75rem;text-align:center;font-weight:600;font-family:var(--font-display)}.rematch-controls__notification-button{width:100%;font-weight:700}@media (max-width: 640px){.player-item__score--target-reached,.player-item__progress--target-reached{animation:none}}@media (prefers-reduced-motion: reduce){.player-item__score--target-reached,.player-item__progress--target-reached{animation:none}}@keyframes ripe-celebrate{0%{transform:scale(1) rotate(0);box-shadow:0 0 #fcd34d00}25%{transform:scale(1.02) rotate(-2deg);box-shadow:0 0 6px #fcd34d99}50%{transform:scale(1.03) rotate(2deg);box-shadow:0 0 8px #fcd34dcc}75%{transform:scale(1.02) rotate(-1deg);box-shadow:0 0 6px #fcd34d99}to{transform:scale(1.01) rotate(0);box-shadow:0 0 4px #fcd34d66}}@keyframes ripe-flash{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}to{transform:scale(1);opacity:1}}@keyframes winner-glow{0%{box-shadow:0 0 4px #fcd34d4d}50%{box-shadow:0 0 8px #fcd34d99}to{box-shadow:0 0 4px #fcd34d4d}}@keyframes winner-badge-pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}to{transform:scale(1);opacity:1}}@keyframes mushy-melon-shake{0%{transform:scale(1) rotate(0);box-shadow:0 0 #ef444400}25%{transform:scale(1.02) rotate(-3deg);box-shadow:0 0 6px #ef444499}50%{transform:scale(1.03) rotate(3deg);box-shadow:0 0 8px #ef4444cc}75%{transform:scale(1.02) rotate(-2deg);box-shadow:0 0 6px #ef444499}to{transform:scale(1) rotate(0);box-shadow:0 0 4px #ef44444d}}@keyframes mushy-melon-flash{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes text-glow-shimmer{0%{text-shadow:0 0 4px hsl(var(--primary) / .5)}12.5%{text-shadow:0 0 6px hsl(var(--primary) / .6)}25%{text-shadow:0 0 8px hsl(var(--primary) / .7)}37.5%{text-shadow:0 0 10px hsl(var(--primary) / .8)}50%{text-shadow:0 0 12px hsl(var(--primary) / .9)}62.5%{text-shadow:0 0 10px hsl(var(--primary) / .8)}75%{text-shadow:0 0 8px hsl(var(--primary) / .7)}87.5%{text-shadow:0 0 6px hsl(var(--primary) / .6)}to{text-shadow:0 0 4px hsl(var(--primary) / .5)}}@keyframes glow-shimmer{0%{box-shadow:0 0 3px hsl(var(--primary) / .5)}12.5%{box-shadow:0 0 4px hsl(var(--primary) / .6)}25%{box-shadow:0 0 5px hsl(var(--primary) / .7)}37.5%{box-shadow:0 0 6px hsl(var(--primary) / .8)}50%{box-shadow:0 0 8px hsl(var(--primary) / .9)}62.5%{box-shadow:0 0 6px hsl(var(--primary) / .8)}75%{box-shadow:0 0 5px hsl(var(--primary) / .7)}87.5%{box-shadow:0 0 4px hsl(var(--primary) / .6)}to{box-shadow:0 0 3px hsl(var(--primary) / .5)}}@keyframes countdown-pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.game-stats-modal{max-width:32rem}.house-rules-modal{max-width:28rem}.game-mode-rules-modal{max-width:42rem}.game-mode-rules-modal__content{display:flex;max-height:70vh;flex-direction:column}.game-mode-rules-modal__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.game-mode-rules-modal__selector{flex-shrink:0}.game-mode-rules-modal__selector .border-input{border-width:1px;border-color:hsl(var(--border))}.game-mode-rules-modal__sections>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.game-mode-rules-modal__sections{overflow-y:auto;padding-right:.5rem}.game-mode-rules-modal__section>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.game-mode-rules-modal__section-header{display:flex;align-items:center;gap:.5rem}.game-mode-rules-modal__section-title{font-size:1rem;line-height:1.5rem;font-weight:700;color:hsl(var(--foreground))}.game-mode-rules-modal__section-content{margin-left:1.5rem;font-size:.875rem;line-height:1.25rem;line-height:1.625;color:hsl(var(--muted-foreground))}.game-mode-rules-modal__list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.game-mode-rules-modal__list li{position:relative;padding-left:0}.game-mode-rules-modal__table>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse));border-color:hsl(var(--border))}.game-mode-rules-modal__table{border-radius:calc(var(--radius) - 2px);border-width:1px;border-color:hsl(var(--border))}.game-mode-rules-modal__table-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem}.game-mode-rules-modal__table-row span:first-child{font-weight:500;color:hsl(var(--foreground))}.game-mode-rules-modal__table-row span:last-child{font-family:JetBrains Mono,monospace;font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Source Sans Pro,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:JetBrains Mono,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root,[data-palette=melon-flesh]{--background: 20 40% 99%;--foreground: 20 10% 15%;--surface-1: 20 35% 96%;--surface-2: 20 30% 94%;--surface-3: 20 25% 92%;--surface-4: 20 20% 90%;--card: 20 30% 97%;--card-foreground: 20 10% 15%;--popover: 20 30% 97%;--popover-foreground: 20 10% 15%;--primary: 350 85% 58%;--primary-foreground: 0 0% 100%;--secondary: 145 45% 48%;--secondary-foreground: 0 0% 100%;--muted: 20 20% 90%;--muted-foreground: 20 10% 35%;--accent: 155 50% 55%;--accent-foreground: 155 30% 15%;--destructive: 0 75% 55%;--destructive-foreground: 0 0% 100%;--success: 142 70% 45%;--success-foreground: 0 0% 100%;--warning: 38 92% 50%;--warning-foreground: 38 10% 15%;--info: 200 85% 50%;--info-foreground: 0 0% 100%;--disabled: 20 15% 92%;--disabled-foreground: 20 5% 55%;--border: 20 20% 85%;--input: 20 20% 85%;--ring: 350 85% 58%;--primary-hover: 350 85% 52%;--secondary-hover: 145 45% 42%;--destructive-hover: 0 75% 48%;--muted-hover: 20 20% 85%;--radius: .5rem}[data-palette=honeydew-sweet]{--background: 120 20% 99%;--foreground: 120 10% 12%;--surface-1: 120 18% 96%;--surface-2: 120 15% 94%;--surface-3: 120 12% 92%;--surface-4: 120 10% 90%;--card: 120 15% 97%;--card-foreground: 120 10% 12%;--popover: 120 15% 97%;--popover-foreground: 120 10% 12%;--primary: 145 55% 50%;--primary-foreground: 0 0% 100%;--secondary: 350 60% 65%;--secondary-foreground: 350 20% 15%;--muted: 120 15% 92%;--muted-foreground: 120 8% 38%;--accent: 155 45% 52%;--accent-foreground: 155 25% 15%;--destructive: 0 68% 52%;--destructive-foreground: 0 0% 100%;--success: 142 65% 48%;--success-foreground: 0 0% 100%;--warning: 38 85% 52%;--warning-foreground: 38 10% 15%;--info: 200 78% 48%;--info-foreground: 0 0% 100%;--disabled: 120 10% 93%;--disabled-foreground: 120 5% 58%;--border: 120 15% 88%;--input: 120 15% 88%;--ring: 145 55% 50%;--primary-hover: 145 55% 44%;--secondary-hover: 350 60% 58%;--destructive-hover: 0 68% 46%;--muted-hover: 120 15% 87%;--radius: .5rem}[data-palette=midnight-melon]{--background: 220 20% 12%;--foreground: 220 10% 92%;--surface-1: 220 18% 14%;--surface-2: 220 16% 16%;--surface-3: 220 14% 18%;--surface-4: 220 12% 20%;--card: 220 18% 14%;--card-foreground: 220 10% 92%;--popover: 220 18% 14%;--popover-foreground: 220 10% 92%;--primary: 350 80% 62%;--primary-foreground: 350 5% 10%;--secondary: 145 50% 52%;--secondary-foreground: 145 5% 10%;--muted: 220 15% 20%;--muted-foreground: 220 8% 65%;--accent: 155 55% 58%;--accent-foreground: 155 5% 10%;--destructive: 0 70% 58%;--destructive-foreground: 0 5% 10%;--success: 142 65% 52%;--success-foreground: 142 5% 10%;--warning: 38 88% 55%;--warning-foreground: 38 5% 10%;--info: 200 82% 55%;--info-foreground: 200 5% 10%;--disabled: 220 12% 18%;--disabled-foreground: 220 5% 45%;--border: 220 12% 24%;--input: 220 12% 24%;--ring: 350 80% 62%;--primary-hover: 350 80% 68%;--secondary-hover: 145 50% 58%;--destructive-hover: 0 70% 64%;--muted-hover: 220 15% 24%;--radius: .5rem}[data-palette=deep-rind]{--background: 145 15% 10%;--foreground: 145 8% 90%;--surface-1: 145 14% 12%;--surface-2: 145 12% 14%;--surface-3: 145 10% 16%;--surface-4: 145 8% 18%;--card: 145 14% 12%;--card-foreground: 145 8% 90%;--popover: 145 14% 12%;--popover-foreground: 145 8% 90%;--primary: 145 60% 48%;--primary-foreground: 145 5% 10%;--secondary: 350 48% 55%;--secondary-foreground: 350 5% 10%;--muted: 145 12% 18%;--muted-foreground: 145 6% 60%;--accent: 350 55% 60%;--accent-foreground: 350 5% 10%;--destructive: 0 65% 55%;--destructive-foreground: 0 5% 10%;--success: 142 60% 50%;--success-foreground: 142 5% 10%;--warning: 38 80% 52%;--warning-foreground: 38 5% 10%;--info: 200 75% 52%;--info-foreground: 200 5% 10%;--disabled: 145 10% 16%;--disabled-foreground: 145 5% 42%;--border: 145 10% 22%;--input: 145 10% 22%;--ring: 145 60% 48%;--primary-hover: 145 60% 54%;--secondary-hover: 350 48% 61%;--destructive-hover: 0 65% 61%;--muted-hover: 145 12% 22%;--radius: .5rem}[data-palette=citrus-twist]{--background: 30 40% 99%;--foreground: 30 10% 15%;--surface-1: 30 35% 96%;--surface-2: 30 30% 94%;--surface-3: 30 25% 92%;--surface-4: 30 20% 90%;--card: 30 30% 97%;--card-foreground: 30 10% 15%;--popover: 30 30% 97%;--popover-foreground: 30 10% 15%;--primary: 25 90% 55%;--primary-foreground: 0 0% 100%;--secondary: 35 80% 52%;--secondary-foreground: 0 0% 100%;--muted: 30 20% 90%;--muted-foreground: 30 10% 35%;--accent: 65 70% 55%;--accent-foreground: 65 30% 15%;--destructive: 5 80% 55%;--destructive-foreground: 0 0% 100%;--success: 82 70% 48%;--success-foreground: 82 10% 10%;--warning: 42 95% 52%;--warning-foreground: 42 10% 15%;--info: 195 85% 50%;--info-foreground: 0 0% 100%;--disabled: 30 15% 92%;--disabled-foreground: 30 5% 55%;--border: 30 20% 85%;--input: 30 20% 85%;--ring: 25 90% 55%;--primary-hover: 25 90% 48%;--secondary-hover: 35 80% 45%;--destructive-hover: 5 80% 48%;--muted-hover: 30 20% 85%;--radius: .5rem}*{border-color:hsl(var(--border));margin:0;padding:0;box-sizing:border-box}body{background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-body);margin:0;padding:0;min-height:100vh;min-height:100dvh}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.game-room{background-color:hsl(var(--background));padding:.25rem;height:100vh;height:100dvh}@media (min-width: 768px){.game-room{padding:.5rem}}.game-room__content{display:flex;height:100%;flex-direction:column;gap:.5rem}@media (min-width: 768px){.game-room__content{flex-direction:row;gap:.75rem}}.mobile-room-header{display:flex;align-items:center;gap:.5rem;padding-bottom:.375rem}.mobile-room-header__logo{height:1.5rem;width:1.5rem;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.mobile-room-header__info{display:flex;flex:1 1 0%;align-items:center;gap:.5rem;font-size:.75rem;line-height:1rem;font-weight:500}.mobile-room-header__item{display:flex;align-items:center;gap:.25rem}.mobile-room-header__icon{height:.75rem;width:.75rem;flex-shrink:0}.mobile-room-header__text{font-weight:600;letter-spacing:.025em}.mobile-room-header__divider{height:1rem;border-left-width:1px;border-color:hsl(var(--foreground) / .3)}.sidebar--left{display:none;width:16rem;flex-shrink:0}@media (min-width: 768px){.sidebar--left{display:block}}.sidebar__content{display:flex;height:100%;flex-direction:column;gap:.75rem}.sidebar--right{display:none}@media (min-width: 1024px){.sidebar--right{display:block}}.sidebar--right-tablet{display:none}@media (min-width: 768px) and (max-width: 1023px){@media (min-width: 768px){.sidebar--right-tablet{display:block}}@media (min-width: 1024px){.sidebar--right-tablet{display:none}}}.sidebar--right-mobile{margin-left:auto;margin-right:auto;display:block;max-width:200px}@media (min-width: 768px){.sidebar--right-mobile{display:none}}.sidebar--desktop{display:none!important}@media (min-width: 1024px){.sidebar--desktop{display:flex!important}}.sidebar--mobile-compact{display:block!important}@media (min-width: 1024px){.sidebar--mobile-compact{display:none!important}}.sidebar-actions{display:flex;flex-direction:column;gap:.375rem}@media (min-width: 768px){.sidebar-actions{gap:.75rem}}.sidebar-actions__buttons{display:flex;gap:.375rem}@media (min-width: 768px){.sidebar-actions__buttons{gap:.5rem}}.sidebar-actions__button{flex:1 1 0%;border-radius:var(--radius);border-width:1px;background-color:hsl(var(--background))!important;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.sidebar-actions__button:hover{background-color:hsl(var(--accent))!important;color:hsl(var(--accent-foreground))!important}.game-board{display:flex;min-height:0px;flex:1 1 0%;flex-direction:column;border-radius:var(--radius);border-width:1px;background-color:hsl(var(--card));padding:.5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 768px){.game-board{padding:.75rem}}.game-board__grid{margin-bottom:.375rem;min-height:0px;flex:1 1 0%}@media (min-width: 768px){.game-board__grid{margin-bottom:.75rem}}.game-board__bottom{display:flex;height:var(--mobile-height,auto);min-height:200px;gap:.375rem}@media (min-width: 768px){.game-board__bottom{height:15rem}}@media (min-width: 1024px){.game-board__bottom{display:block;height:auto;min-height:0px}}.game-board__tiles{flex:1 1 0%}@media (min-width: 1024px){.game-board__tiles{display:block}}.tile-hand{display:flex;height:100%;flex-direction:column;border-radius:var(--radius);border-width:1px;background-color:hsl(var(--card));padding:.75rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@media (min-width: 1024px){.tile-hand{display:block;height:auto}}.tile-hand__grid{display:flex;min-height:0px;flex:1 1 0%;flex-wrap:wrap;gap:.5rem;overflow-y:auto;margin:-.5rem;padding:.5rem}@media (min-width: 1024px){.tile-hand__grid{display:flex;min-height:2.5rem;flex-wrap:wrap;overflow:visible}.tile-hand__grid{margin:0;padding:0}}.sidebar__card{display:flex;min-height:0px;flex-shrink:1;flex-direction:column;padding:1rem}@media (min-width: 768px){.sidebar__card{max-height:100%}}.error-layout{display:flex;align-items:center;justify-content:center;background-color:hsl(var(--background));min-height:100vh;min-height:100dvh}.error-layout__content{display:flex;flex-direction:column;align-items:center}.error-layout__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.sidebar__container{width:10rem;flex-shrink:0}@media (min-width: 375px){.sidebar__container{width:11rem}}@media (min-width: 768px){.sidebar__container{width:100%}}@media (min-width: 1024px){.sidebar__container{width:16rem}}.ui-card--section{flex-shrink:0;border-radius:var(--radius);border-width:1px;background-color:hsl(var(--card));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ui-card--section--flexible{display:flex;min-height:0px;flex-shrink:1;flex-direction:column;border-radius:var(--radius);border-width:1px;background-color:hsl(var(--card));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ui-card__collapsible-header{display:flex;width:100%;align-items:center;justify-content:space-between;border-radius:var(--radius);color:hsl(var(--foreground));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ui-card__collapsible-header:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.ui-card__collapsible-content{transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation-duration:.3s;animation-timing-function:cubic-bezier(.4,0,.2,1)}.ui-card__collapsible-content--expanded{flex:1 1 0%;overflow:auto;opacity:1}.ui-card__collapsible-content--collapsed{max-height:0px;overflow:hidden;opacity:0}.game-tile{position:relative;display:flex;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:center;border-radius:var(--radius);border-width:1px;--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);font-weight:700;--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1));box-shadow:0 2px 4px #0000001a,0 1px #fffc inset,0 -1px #0000001a inset;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.game-tile:hover{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #f8fafc var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #f1f5f9 var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #e2e8f0 var(--tw-gradient-to-position);box-shadow:0 4px 8px #00000026,0 1px #ffffffe6 inset,0 -1px #00000026 inset}.game-tile:active{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #e2e8f0 var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #cbd5e1 var(--tw-gradient-to-position);box-shadow:0 1px 2px #0003 inset,0 1px #ffffff80 inset}.game-tile[data-interaction-mode=drag]:active{cursor:grabbing}.game-tile[data-interaction-mode=select]:active{cursor:pointer}.game-tile--hand{width:var(--game-tile-size-hand);height:var(--game-tile-size-hand);font-size:var(--text-lg)}.game-tile--grid{position:relative;z-index:20;width:var(--game-tile-size-grid);height:var(--game-tile-size-grid);font-size:var(--text-base)}.game-tile--multi-selected{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-width:1px;--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #93c5fd var(--tw-gradient-to-position);--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline-style:solid;outline-width:1px;outline-offset:1px;outline-color:#93c5fd}.game-tile--multi-selected-hover:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #93c5fd var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #60a5fa var(--tw-gradient-to-position);--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.game-tile--selectable{cursor:pointer}.game-tile--selectable:hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));--tw-ring-offset-width: 1px}.game-tile--word-violation{border-color:hsl(var(--destructive));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: hsl(var(--destructive) / .1) var(--tw-gradient-from-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--destructive) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--destructive) / .3) var(--tw-gradient-to-position);color:hsl(var(--destructive));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline-style:solid;outline-width:2px;outline-offset:1px;outline-color:hsl(var(--destructive))}.game-tile--house-rule-violation{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline-style:solid;outline-width:2px;outline-offset:1px;border-color:hsl(var(--warning));background:linear-gradient(to bottom right,hsl(var(--warning) / .1),hsl(var(--warning) / .2),hsl(var(--warning) / .3));color:hsl(var(--warning));outline-color:hsl(var(--warning))}.game-tile--theme-good{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #99f6e4 var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #5eead4 var(--tw-gradient-to-position);--tw-text-opacity: 1;color:rgb(19 78 74 / var(--tw-text-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline-style:solid;outline-width:2px;outline-offset:1px;outline-color:#14b8a6}.game-tile--theme-strong{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #93c5fd var(--tw-gradient-to-position);--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline-style:solid;outline-width:2px;outline-offset:1px;outline-color:#3b82f6}.game-tile--theme-perfect{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #d8b4fe var(--tw-gradient-to-position);--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline-style:solid;outline-width:2px;outline-offset:1px;outline-color:#a855f7}.game-tile--disabled{pointer-events:none;cursor:not-allowed;opacity:.75}.game-tile--game-finished{pointer-events:none;cursor:default}.game-tile--cursor-override{cursor:inherit!important}.game-tile__point-value{position:absolute;bottom:.25rem;right:.25rem;line-height:1rem;font-weight:500;line-height:1;--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1));font-size:.625rem}.game-tile--hovered-by-selection{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-width:1px;--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #93c5fd var(--tw-gradient-to-position);--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1));--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);outline-style:solid;outline-width:1px;outline-offset:1px;outline-color:#93c5fd}.game-tile--hovered-by-selection:is(.dark *){--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1));--tw-gradient-from: #1e40af var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1d4ed8 var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #2563eb var(--tw-gradient-to-position);--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1));outline-color:#60a5fa}@media (max-width: 640px){.game-tile--hand{width:var(--game-tile-size-mobile-hand);height:var(--game-tile-size-mobile-hand);font-size:var(--text-base)}.game-tile--grid{width:var(--game-tile-size-mobile-grid);height:var(--game-tile-size-mobile-grid);font-size:var(--text-sm)}.tile-hand__end-drop-zone{min-width:var(--game-tile-size-mobile-hand);height:var(--game-tile-size-mobile-hand)}.tile-hand__placeholder{width:var(--game-tile-size-mobile-hand);height:var(--game-tile-size-mobile-hand)}}.game-room__title{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--primary));font-family:var(--font-display)}.game-room__error-text{color:hsl(var(--muted-foreground))}.game-grid__container{position:relative;height:100%;width:100%;overflow:hidden;border-radius:var(--radius);border-width:1px}.game-grid__container--peek-mode{position:relative;border-width:2px;border-color:hsl(var(--primary) / .5)}.game-grid__container--peek-mode:before{content:"";pointer-events:none;position:absolute;inset:0;border-radius:var(--radius);background-color:hsl(var(--primary) / .1)}.game-grid__viewport{height:100%;width:100%;overflow:hidden;background-color:hsl(var(--card))}.game-grid__zoomable{height:100%;width:100%;transform-origin:center}.game-grid__overlay{pointer-events:none;position:absolute;inset:0;border-radius:var(--radius);background-color:#0000001a}.game-grid__overlay:is(.dark *){background-color:#ffffff1a}.game-grid__cell{position:absolute;border-width:.5px;background-color:transparent;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;animation-duration:.15s}.game-grid__cell--invalid{background-color:hsl(var(--muted))}.game-grid__cell--invalid:is(.dark *){background-color:hsl(var(--muted))}.game-grid__cell--hoverable:hover{background-color:hsl(var(--accent) / .1)}.game-grid__cell--highlighted{border-radius:var(--radius);border-width:2px;border-style:dashed;border-color:hsl(var(--primary));background-color:hsl(var(--primary) / .3);--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.game-grid__cell--disabled,.game-grid__cell--game-finished{pointer-events:none}.violation-legend{position:absolute;bottom:.5rem;left:.5rem;z-index:10;display:flex;flex-direction:column;gap:.5rem;border-radius:var(--radius);border-width:1px;border-color:hsl(var(--input));background-color:hsl(var(--background));padding:.5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.game-mode-rules-modal__selector .violation-legend{border-width:1px;border-color:hsl(var(--border))}.violation-legend__item{display:flex;align-items:center;gap:.5rem}.violation-legend__color{height:.75rem;width:.75rem;border-radius:9999px;border-width:2px}.violation-legend__color--word{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fecaca var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #fca5a5 var(--tw-gradient-to-position)}.violation-legend__color--house-rule{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fed7aa var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #fdba74 var(--tw-gradient-to-position)}.violation-legend__text{font-size:.75rem;line-height:1rem;font-weight:500;color:hsl(var(--muted-foreground))}.theme-legend{position:absolute;bottom:.5rem;left:.5rem;z-index:10;display:flex;flex-direction:column;gap:.5rem;border-radius:var(--radius);border-width:1px;border-color:hsl(var(--input));background-color:hsl(var(--background));padding:.5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.game-mode-rules-modal__selector .theme-legend{border-width:1px;border-color:hsl(var(--border))}.game-stats-fab{position:absolute;bottom:.5rem;right:.5rem;z-index:10;display:flex;align-items:center;gap:.5rem;border-radius:var(--radius);border-width:1px;border-color:hsl(var(--input));background-color:hsl(var(--background));padding:.5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game-mode-rules-modal__selector .game-stats-fab{border-width:1px;border-color:hsl(var(--border))}.game-stats-fab:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}@media (min-width: 768px){.game-stats-fab{display:none}}.game-stats-fab__icon{height:1rem;width:1rem}.game-stats-fab__text{font-size:.875rem;line-height:1.25rem;font-weight:500}.theme-legend__item{display:flex;align-items:center;gap:.5rem}.theme-legend__color{height:.75rem;width:.75rem;border-radius:9999px;border-width:2px}.theme-legend__color--good{--tw-border-opacity: 1;border-color:rgb(20 184 166 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #99f6e4 var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #5eead4 var(--tw-gradient-to-position)}.theme-legend__color--strong{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #dbeafe var(--tw-gradient-from-position);--tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #93c5fd var(--tw-gradient-to-position)}.theme-legend__color--perfect{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1));background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: #d8b4fe var(--tw-gradient-to-position)}.theme-legend__text{font-size:.75rem;line-height:1rem;font-weight:500;color:hsl(var(--muted-foreground))}.game-grid-controls__zoom{position:absolute;left:.5rem;top:.5rem;z-index:10;display:flex;align-items:center;gap:.5rem}.game-grid-controls__selection{position:absolute;right:.5rem;top:.5rem;z-index:10;display:flex;align-items:center;gap:.5rem}.game-grid-controls__selection-badge{border-radius:var(--radius);border-width:1px;--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1));padding:.25rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.game-grid-controls__selection-button{z-index:50;border-radius:var(--radius);border-width:1px;--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1));padding:.25rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game-grid-controls__selection-button:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.game-grid-controls__selection-clear{border-radius:var(--radius);border-width:1px;--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1));--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1));padding:.25rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game-grid-controls__selection-clear:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.game-grid-controls__zoom-container{display:flex;align-items:center;gap:.25rem;border-radius:var(--radius);border-width:1px;border-color:hsl(var(--input));background-color:hsl(var(--background));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.game-mode-rules-modal__selector .game-grid-controls__zoom-container{border-width:1px;border-color:hsl(var(--border))}.game-grid-controls__zoom-button{padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game-grid-controls__zoom-button:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.game-grid-controls__zoom-button:disabled{cursor:not-allowed;opacity:.5}.game-grid-controls__zoom-button--left{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.game-grid-controls__zoom-button--right{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.game-grid-controls__zoom-reset{min-width:2.5rem;padding:.5rem;font-size:.75rem;line-height:1rem;font-weight:500;color:hsl(var(--muted-foreground));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game-grid-controls__zoom-reset:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.game-grid-controls__undo-container{display:flex;align-items:center;gap:.25rem;border-radius:var(--radius);border-width:1px;border-color:hsl(var(--input));background-color:hsl(var(--background));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.game-mode-rules-modal__selector .game-grid-controls__undo-container{border-width:1px;border-color:hsl(var(--border))}.game-grid-controls__undo-button{padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game-grid-controls__undo-button:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.game-grid-controls__undo-button:disabled{cursor:not-allowed;opacity:.5}.game-grid-controls__undo-button--left{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.game-grid-controls__undo-button--right{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.game-grid-controls__center-button{border-radius:var(--radius);border-width:1px;border-color:hsl(var(--input));background-color:hsl(var(--background));padding:.5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game-mode-rules-modal__selector .game-grid-controls__center-button{border-width:1px;border-color:hsl(var(--border))}.game-grid-controls__center-button:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.game-grid-controls__peek-banner{position:absolute;right:0;top:0;z-index:10}.game-grid-controls__peek-content{display:flex;align-items:center;gap:.5rem;border-width:1px;border-color:hsl(var(--primary) / .5);background-color:hsl(var(--primary) / .5);padding:.25rem .5rem;color:hsl(var(--primary-foreground));--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);border-radius:0 .35rem 0 .5rem}.game-grid-controls__peek-icon{padding:.25rem}.game-grid-controls__peek-text{font-size:.875rem;line-height:1.25rem;font-weight:600;color:hsl(var(--primary-foreground))}.game-grid-controls__peek-close{border-radius:9999px;padding:.25rem;color:hsl(var(--primary-foreground));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game-grid-controls__peek-close:hover{background-color:hsl(var(--primary-foreground) / .2)}.game-grid__fullscreen-button{position:absolute;right:.5rem;top:.5rem;z-index:10;display:none;border-radius:var(--radius);border-width:1px;border-color:hsl(var(--input));background-color:hsl(var(--background));padding:.5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game-mode-rules-modal__selector .game-grid__fullscreen-button{border-width:1px;border-color:hsl(var(--border))}.game-grid__fullscreen-button:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}@media (max-width: 767px){.game-grid__fullscreen-button{display:flex;align-items:center;justify-content:center}}.game-toss-zone{position:absolute;bottom:.5rem;right:.5rem;z-index:10;border-radius:var(--radius);border-width:1px;padding:.75rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.game-toss-zone--normal{border-width:1px;border-color:hsl(var(--input));background-color:hsl(var(--background))}.game-mode-rules-modal__selector .game-toss-zone--normal{border-width:1px;border-color:hsl(var(--border))}.game-toss-zone--normal:hover{background-color:hsl(var(--accent));color:hsl(var(--accent-foreground))}.game-toss-zone--active{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-color:hsl(var(--destructive) / .4);background-color:hsl(var(--destructive) / .1)}.game-toss-zone__icon{height:1.25rem;width:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game-toss-zone__icon--normal{color:hsl(var(--muted-foreground))}.group:hover .game-toss-zone__icon--normal{color:hsl(var(--accent-foreground))}.game-toss-zone__icon--active{color:hsl(var(--destructive))}.tile-hand__title{margin-bottom:.75rem;font-size:.875rem;line-height:1.25rem;font-weight:600;color:hsl(var(--foreground));font-family:var(--font-display)}.tile-hand__empty{font-size:.875rem;line-height:1.25rem;font-style:italic;color:hsl(var(--muted-foreground))}.tile-hand__grid{display:flex;flex-wrap:wrap;gap:.5rem}.tile-hand__tile-container{position:relative;display:flex;align-items:center}.tile-hand__tile-container>div{display:flex;align-items:center;gap:.5rem;margin:-.25rem;padding:.25rem}.tile-hand__placeholder{width:var(--game-tile-size-hand);height:var(--game-tile-size-hand);border-radius:calc(var(--radius) - 2px);border-width:2px;border-style:dashed;border-color:hsl(var(--primary));background-color:hsl(var(--primary) / .2);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.tile-hand__end-drop-zone{min-width:var(--game-tile-size-hand);height:var(--game-tile-size-hand);flex:1 1 0%;align-items:center;justify-content:flex-start}.mini-player-avatars-mobile{margin-bottom:.375rem;display:block}@media (min-width: 768px){.mini-player-avatars-mobile{display:none}}.mini-player-avatars{display:flex;gap:.375rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.mini-player-avatars::-webkit-scrollbar{height:4px}.mini-player-avatars::-webkit-scrollbar-track{background-color:transparent}.mini-player-avatars::-webkit-scrollbar-thumb{border-radius:9999px;background-color:hsl(var(--muted-foreground) / .3)}.mini-player-avatar{position:relative;display:flex;min-width:140px;flex-shrink:0;cursor:pointer;flex-direction:row;align-items:center;gap:.5rem;border-radius:var(--radius);border-width:1px;background-color:hsl(var(--background));padding:.375rem .5rem;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.mini-player-avatar:hover{border-color:hsl(var(--accent) / .5)}.mini-player-avatar--current{border-color:hsl(var(--primary) / .5);background-color:hsl(var(--primary) / .2);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: hsl(var(--primary) / .2)}.mini-player-avatar__left{position:relative;flex-shrink:0}.mini-player-avatar__status{position:absolute;right:-.125rem;top:-.125rem;z-index:10;height:.625rem;width:.625rem;border-radius:9999px;border-width:2px;--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.mini-player-avatar__status--online{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.mini-player-avatar__status--offline{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.mini-player-avatar__status--left{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.mini-player-avatar__circle-wrapper{position:relative;height:2rem;width:2rem;flex-shrink:0}.mini-player-avatar__progress-ring{position:absolute;inset:0;height:100%;width:100%}.mini-player-avatar__progress-ring-bg{stroke:hsl(var(--primary) / .3)}.mini-player-avatar__progress-ring-progress{stroke:hsl(var(--primary));stroke-linecap:round;transition:stroke-dashoffset .3s ease}.mini-player-avatar__progress-ring-progress--complete{stroke:hsl(var(--primary));animation:progress-glow 2s ease-in-out infinite}.mini-player-avatar__circle{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border-radius:9999px;background-color:hsl(var(--primary) / .2);font-weight:700;color:hsl(var(--primary))}.mini-player-avatar__initial{font-size:.875rem;line-height:1.25rem}.mini-player-avatar__right{display:flex;min-width:0px;flex:1 1 0%;flex-direction:column;justify-content:center;gap:.125rem}.mini-player-avatar__name{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;font-weight:600;line-height:1.25}.mini-player-avatar__name-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-player-avatar__info{display:flex;align-items:center;gap:.25rem;font-size:.75rem;line-height:1rem;line-height:1.25;color:hsl(var(--muted-foreground))}.mini-player-avatar__stat{white-space:nowrap}.mini-player-avatar__score{font-weight:600;color:hsl(var(--primary))}.mini-player-avatar__score--target-reached{font-weight:600;color:hsl(var(--primary));animation:text-glow-shimmer 2s ease-in-out infinite}.mini-player-avatar__flash-overlay{pointer-events:none;position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.mini-player-avatar__flash--slice{display:flex;align-items:center;gap:.25rem;border-radius:9999px;background-color:hsl(var(--primary));padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:700;color:hsl(var(--primary-foreground));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.mini-player-avatar__flash--toss{display:flex;align-items:center;gap:.25rem;border-radius:9999px;background-color:hsl(var(--destructive));padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:700;color:hsl(var(--destructive-foreground));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.mini-player-avatar__flash--ripe{display:flex;align-items:center;gap:.25rem;border-radius:9999px;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #eab308 var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #f97316 var(--tw-gradient-to-position);padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);animation:ripe-flash 2.5s ease-in-out}.mini-player-avatar__flash--mushy-melon{display:flex;align-items:center;gap:.25rem;border-radius:9999px;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #b91c1c var(--tw-gradient-to-position);padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);animation:mushy-melon-flash 2.5s ease-in-out}.mini-player-avatar__slice-icon,.mini-player-avatar__toss-icon{height:1rem;width:1rem}.mini-player-avatar__ripe-icon{height:.75rem;width:.75rem}.mini-player-avatar__mushy-melon-icon{height:1rem;width:1rem}.mini-player-avatar--slice-flash{border-color:hsl(var(--primary) / .5);background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: hsl(var(--primary) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--primary) / .4) var(--tw-gradient-to-position);--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.mini-player-avatar--toss-flash{border-color:hsl(var(--destructive) / .5);background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: hsl(var(--destructive) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--destructive) / .4) var(--tw-gradient-to-position);--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.mini-player-avatar--ripe-flash{border-color:#eab30899;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: rgb(250 204 21 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(251 146 60 / .4) var(--tw-gradient-to-position);--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);animation:ripe-celebrate 2.5s ease-in-out}.mini-player-avatar--mushy-melon-flash{border-color:#dc262699;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: rgb(239 68 68 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(185 28 28 / .4) var(--tw-gradient-to-position);--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);animation:mushy-melon-shake 2.5s ease-in-out}.mini-player-avatar--winner{border-color:#eab30866;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: rgb(250 204 21 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(251 146 60 / .2) var(--tw-gradient-to-position);--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);animation:mini-winner-glow 3s ease-in-out infinite}.mini-player-avatar--mushy-melon{border-color:#ef444466;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: rgb(239 68 68 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(185 28 28 / .2) var(--tw-gradient-to-position);opacity:.75;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.mini-player-avatar__peek-icon{position:absolute;right:.25rem;top:.25rem;color:hsl(var(--muted-foreground));opacity:.7}.mini-player-avatar__winner-badge{display:inline-flex;align-items:center;gap:.125rem;border-radius:9999px;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #facc15 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #fb923c var(--tw-gradient-to-position);padding:.125rem .375rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);font-size:10px;animation:winner-badge-pulse 2s ease-in-out infinite}.mini-player-avatar__rank-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;padding:.125rem .375rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);font-size:10px;min-width:1.5rem}.mini-player-avatar__rank-badge--2nd{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #9ca3af var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #64748b var(--tw-gradient-to-position)}.mini-player-avatar__rank-badge--3rd{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #d97706 var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #c2410c var(--tw-gradient-to-position)}.mini-player-avatar__rank-badge--other{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #6366f1 var(--tw-gradient-to-position)}.mini-player-avatar__mushy-melon-badge{display:inline-flex;align-items:center;gap:.125rem;border-radius:9999px;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #b91c1c var(--tw-gradient-to-position);padding:.125rem .375rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);font-size:10px}.mini-player-avatar__mushy-melon-badge-icon{height:.625rem;width:.625rem}@keyframes progress-glow{0%{filter:drop-shadow(0 0 1px hsl(var(--primary))) brightness(1)}50%{filter:drop-shadow(0 0 3px hsl(var(--primary))) brightness(1.1)}to{filter:drop-shadow(0 0 1px hsl(var(--primary))) brightness(1)}}@keyframes mini-winner-glow{0%{box-shadow:0 0 2px #fcd34d4d}50%{box-shadow:0 0 4px #fcd34d99}to{box-shadow:0 0 2px #fcd34d4d}}.sidebar__section-title{font-weight:600;font-family:var(--font-display)}.sidebar__section{display:flex;height:100%;flex-direction:column;gap:.5rem}@media (min-width: 768px){.sidebar__section{gap:.75rem}}.sidebar__padding{padding:.5rem}@media (min-width: 768px){.sidebar__padding{padding:.75rem}}.sidebar__icon{height:.75rem;width:.75rem}@media (min-width: 768px){.sidebar__icon{height:1rem;width:1rem}}.sidebar__text{font-size:.75rem;line-height:1rem}@media (min-width: 768px){.sidebar__text{font-size:.875rem;line-height:1.25rem}}.sidebar__button{height:2rem!important;width:100%}@media (min-width: 768px){.sidebar__button{height:2.5rem!important}}.sidebar__space-y>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}@media (min-width: 768px){.sidebar__space-y>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}}.sidebar__mb{margin-bottom:.5rem}@media (min-width: 768px){.sidebar__mb{margin-bottom:.75rem}}.sidebar-section__header{display:flex;align-items:center;gap:.5rem}.sidebar-section__content-padding{padding:.5rem}@media (min-width: 768px){.sidebar-section__content-padding{padding-left:.75rem;padding-right:.75rem;padding-bottom:.75rem}}.sidebar-section__help-content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.sidebar-section__help-content{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}.sidebar-section__help-topic>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.sidebar-section__help-title{margin-bottom:.25rem;font-weight:600;color:hsl(var(--foreground));font-family:var(--font-display)}.sidebar-section__help-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.sidebar-section__help-link{display:inline-flex;cursor:pointer;align-items:center;gap:.25rem;color:hsl(var(--muted-foreground))}.sidebar-section__help-link:hover{text-decoration-line:underline}.sidebar-section__settings-content{display:flex;flex-direction:column}.sidebar-section__settings-content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.sidebar-section__setting-group{display:flex;flex-direction:column}.sidebar-section__setting-group>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.sidebar-section__setting-header{display:flex;align-items:center;gap:.5rem}.sidebar-section__setting-label{font-size:.875rem;line-height:1.25rem;font-weight:500}.sidebar-section__setting-description{font-size:.75rem;line-height:1rem;color:hsl(var(--muted-foreground))}.player-list__container{display:flex;flex-direction:column}@media (min-width: 768px){.player-list__container{min-height:0px;flex:1 1 0%}}.player-list__header{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.player-list__title{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground));font-family:var(--font-display)}.player-list__items>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}@media (min-width: 768px){.player-list__items{margin:-.5rem;overflow-y:auto;padding:.5rem}}.player-item{position:relative;display:flex;cursor:pointer;align-items:center;justify-content:space-between;border-radius:var(--radius);border-width:1px;background-color:hsl(var(--background));padding:.625rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.player-item:hover{border-color:hsl(var(--accent) / .5);--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.player-item--current{border-color:hsl(var(--primary) / .5);background-color:hsl(var(--primary) / .2);--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-color: hsl(var(--primary) / .2)}.player-item--slice-flash{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-color:hsl(var(--primary) / .5);background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: hsl(var(--primary) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--primary) / .4) var(--tw-gradient-to-position);--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.player-item--toss-flash{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-color:hsl(var(--destructive) / .5);background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: hsl(var(--destructive) / .3) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--destructive) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--destructive) / .4) var(--tw-gradient-to-position);--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.player-item--ripe-flash{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-color:#eab30899;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: rgb(250 204 21 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(251 146 60 / .4) var(--tw-gradient-to-position);--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);animation:ripe-celebrate 2.5s ease-in-out}.player-item--mushy-melon-flash{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-color:#dc262699;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: rgb(239 68 68 / .4) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(185 28 28 / .4) var(--tw-gradient-to-position);--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);animation:mushy-melon-shake 2.5s ease-in-out}.player-item--winner{border-color:#eab30866;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: rgb(250 204 21 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(251 146 60 / .2) var(--tw-gradient-to-position);--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);animation:winner-glow 3s ease-in-out infinite}.player-item--mushy-melon{border-color:#ef444466;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: rgb(239 68 68 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: rgb(185 28 28 / .2) var(--tw-gradient-to-position);opacity:.75;--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.player-item__content{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.625rem}.player-item__info{display:flex;flex:1 1 0%;align-items:center;gap:.625rem}.player-item__status{height:.75rem;width:.75rem;border-radius:9999px;--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.player-item__status--online{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.player-item__status--offline{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.player-item__status--left{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.player-item__details{flex:1 1 0%}.player-item__name{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;font-weight:500;color:hsl(var(--foreground))}.player-item__name--with-score{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;font-weight:500;color:hsl(var(--foreground))}.player-item__score,.player-item__score--current{font-size:.875rem;line-height:1.25rem;font-weight:600;color:hsl(var(--primary))}.player-item__score--target-reached,.player-item__score--current-target-reached{font-size:.875rem;line-height:1.25rem;font-weight:600;color:hsl(var(--primary));animation:text-glow-shimmer 2s ease-in-out infinite}.player-item:hover .player-item__score,.player-item:hover .player-item__score--target-reached{opacity:.25}.player-item__tiles{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground))}.player-item__progress{margin-top:.25rem;height:.375rem;overflow:hidden;border-radius:9999px;background-color:hsl(var(--muted))}.player-item__progress--current{background-color:hsl(var(--primary) / .3)}.player-item__progress--target-reached{margin-top:.25rem;height:.375rem;overflow:hidden;border-radius:9999px;background-color:hsl(var(--muted));animation:glow-shimmer 2s ease-in-out infinite}.player-item__progress-bar{height:100%;background-color:hsl(var(--primary));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1);animation-duration:.3s;animation-timing-function:cubic-bezier(0,0,.2,1)}.player-item__flash-overlay{pointer-events:none;position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.player-item__flash--slice{display:flex;align-items:center;gap:.25rem;border-radius:9999px;background-color:hsl(var(--primary));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:700;color:hsl(var(--primary-foreground));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.player-item__flash--toss{display:flex;align-items:center;gap:.25rem;border-radius:9999px;background-color:hsl(var(--destructive));padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:700;color:hsl(var(--destructive-foreground));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.player-item__flash--ripe{display:flex;align-items:center;gap:.25rem;border-radius:9999px;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #eab308 var(--tw-gradient-from-position);--tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #f97316 var(--tw-gradient-to-position);padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);animation:ripe-flash 2.5s ease-in-out}.player-item__flash--mushy-melon{display:flex;align-items:center;gap:.25rem;border-radius:9999px;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #b91c1c var(--tw-gradient-to-position);padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);animation:mushy-melon-flash 2.5s ease-in-out}.player-item__winner-badge{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #facc15 var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #fb923c var(--tw-gradient-to-position);padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);animation:winner-badge-pulse 2s ease-in-out infinite}.player-item__winner-text{display:none;font-size:.75rem;line-height:1rem;font-weight:700;letter-spacing:.025em}@media (min-width: 768px){.player-item__winner-text{display:block}}.player-item__rank-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);min-width:2rem}.player-item__rank-badge--2nd{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #9ca3af var(--tw-gradient-from-position);--tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #64748b var(--tw-gradient-to-position)}.player-item__rank-badge--3rd{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #d97706 var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #c2410c var(--tw-gradient-to-position)}.player-item__rank-badge--other{background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #6366f1 var(--tw-gradient-to-position)}.player-item__mushy-melon-badge{display:inline-flex;align-items:center;gap:.25rem;border-radius:9999px;background-image:linear-gradient(to right,var(--tw-gradient-stops));--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: #b91c1c var(--tw-gradient-to-position);padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:700;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.player-item__slice-icon,.player-item__toss-icon{height:1.25rem;width:1.25rem}.player-item__ripe-icon{height:1rem;width:1rem}.player-item__mushy-melon-icon{height:1.25rem;width:1.25rem}.player-item__mushy-melon-text{display:none;font-size:.75rem;line-height:1rem;font-weight:700;letter-spacing:.025em}@media (min-width: 768px){.player-item__mushy-melon-text{display:block}}.player-item__peek-icon{pointer-events:none;position:absolute;right:.5rem;top:.5rem;color:hsl(var(--muted-foreground));opacity:0;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;animation-duration:.2s}.player-item:hover .player-item__peek-icon{opacity:1}.room-details__container{margin-bottom:.75rem;border-bottom-width:1px;padding-bottom:.75rem}.room-details__header{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.room-details__logo{height:2rem;width:2rem;-o-object-fit:contain;object-fit:contain}.room-details__title{font-size:1.25rem;line-height:1.75rem;font-weight:700;color:hsl(var(--foreground));font-family:var(--font-display)}.room-details__info>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.room-details__info{font-size:.875rem;line-height:1.25rem}.room-details__row{display:flex;align-items:center;justify-content:space-between}.room-details__label{font-weight:500;color:hsl(var(--muted-foreground))}.room-details__value{display:flex;align-items:center;gap:.25rem}.room-details__violation-icon{height:.75rem;width:.75rem;--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.room-details__value-text--mono{font-family:JetBrains Mono,monospace;font-weight:500;color:hsl(var(--foreground))}.room-details__value-text--semibold{font-weight:600;color:hsl(var(--foreground))}.room-details__value-text--violation{font-weight:600;--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.room-details__value-text--warning{font-weight:700;--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.room-details__value-text--countdown{animation:countdown-pulse 1s ease-in-out infinite}.room-details__longest-word{max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.room-details__house-rules-section{margin-top:.75rem;border-top-width:1px;padding-top:.75rem}.room-details__house-rules-header{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.room-details__house-rules-title{font-size:1.125rem;line-height:1.75rem;font-weight:700;color:hsl(var(--foreground));font-family:var(--font-display)}.room-details__house-rules{display:flex;flex-wrap:wrap;gap:.375rem}.room-details__house-rule-chip{display:flex;align-items:center;gap:.25rem;border-radius:9999px;border-width:1px;border-color:hsl(var(--primary) / .4);background-color:hsl(var(--primary) / .2);padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500;color:hsl(var(--foreground))}.room-details__themes-section{margin-top:.75rem;border-top-width:1px;padding-top:.75rem}.room-details__themes-header{margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.room-details__themes-header-left{display:flex;align-items:center;gap:.5rem}.room-details__themes-title{font-size:1.125rem;line-height:1.75rem;font-weight:700;color:hsl(var(--foreground));font-family:var(--font-display)}.room-details__themes{display:flex;flex-wrap:wrap;gap:.375rem}.room-details__theme-chip{display:flex;align-items:center;gap:.375rem;border-radius:9999px;border-width:1px;padding:.25rem .5rem;font-size:.875rem;line-height:1.25rem;font-weight:500}.room-details__theme-chip--small{display:flex;max-width:175px;align-items:center;gap:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:9999px;border-width:1px;padding:.125rem .375rem;font-size:.75rem;line-height:1rem;font-weight:500}.room-details__stats-section{margin-top:.75rem;border-top-width:1px;padding-top:.75rem}.room-details__stats-header{margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.room-details__stats-header-left{display:flex;align-items:center;gap:.5rem}.room-details__stats-title{font-size:1.125rem;line-height:1.75rem;font-weight:700;color:hsl(var(--foreground));font-family:var(--font-display)}.home-page__container{display:flex;flex-direction:column;justify-content:space-between;background-color:hsl(var(--background));padding:1rem;min-height:100vh;min-height:100dvh}.home-page__theme-switcher{position:absolute;right:1rem;top:1rem;z-index:10}.home-page__main{display:flex;flex:1 1 0%;align-items:center;justify-content:center}.home-page__footer{display:flex;justify-content:center;padding-top:.5rem;padding-bottom:.5rem}.home-page__footer-text{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;color:hsl(var(--muted-foreground))}.home-page__footer-heart{height:1rem;width:1rem;color:hsl(var(--muted-foreground))}.home-page__footer-separator{margin-left:.5rem;margin-right:.5rem}.home-page__footer-link{display:flex;align-items:center;gap:.25rem;color:hsl(var(--muted-foreground));text-underline-offset:4px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.home-page__footer-link:hover{color:hsl(var(--foreground));text-decoration-line:underline}.home-page__footer-icon{height:.875rem;width:.875rem}.home-card{width:100%;max-width:28rem;transition-duration:.5s;animation-name:enter;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial;--tw-enter-opacity: .5;animation-duration:.5s}.home-card__header>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0 !important;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(.5rem * var(--tw-space-y-reverse))!important}.home-card__header{text-align:center}.home-card__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.home-brand__logo{margin-left:auto;margin-right:auto;height:4rem;width:4rem;-o-object-fit:contain;object-fit:contain}.home-brand__title{font-size:1.875rem;line-height:2.25rem;font-weight:700;letter-spacing:-.025em;font-family:var(--font-display)}.home-brand__subtitle{margin-top:.5rem;color:hsl(var(--muted-foreground))}.home-form__container>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.home-form__divider{position:relative}.home-form__divider-line{position:absolute;inset:0;display:flex;align-items:center}.home-form__divider-border{width:100%;border-top-width:1px}.home-form__divider-text{position:relative;display:flex;justify-content:center;font-size:.75rem;line-height:1rem;text-transform:uppercase}.home-form__divider-label{background-color:hsl(var(--card));padding:.25rem .75rem;font-weight:500;color:hsl(var(--muted-foreground))}.home-form__field>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.home-form__button--full{width:100%}.lobby-page__container{display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:hsl(var(--background));padding:1rem;height:100vh;height:100dvh}.lobby-page__theme-switcher{position:absolute;right:1rem;top:1rem;z-index:10}.lobby-card{display:flex;width:100%;max-width:56rem;flex-direction:column;transition-duration:.5s;animation-name:enter;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial;--tw-enter-opacity: .5;animation-duration:.5s;max-height:calc(100vh - 2rem);max-height:calc(100dvh - 2rem)}.lobby-card__header>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.lobby-card__header{padding-bottom:1rem;text-align:center}.lobby-card__content{display:flex;min-height:0px;flex:1 1 0%;flex-direction:column}.lobby-card__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.lobby-main-content{display:flex;min-height:0px;flex:1 1 0%;gap:1.5rem}.lobby-main-content__left{display:flex;min-height:0px;flex:1.5}.lobby-main-content__right{display:flex;min-height:0px;flex:1 1 0%}.lobby-brand__logo{margin-left:auto;margin-right:auto;margin-bottom:.5rem;height:4rem;width:4rem;-o-object-fit:contain;object-fit:contain}.lobby-brand__title{margin-bottom:.75rem;font-size:1.5rem;line-height:2rem;font-weight:700;letter-spacing:-.025em;font-family:var(--font-display)}.lobby-room-code__container>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.lobby-room-code__main{display:flex;align-items:center;justify-content:center;gap:.5rem}.lobby-room-code__label{font-size:1rem;line-height:1.5rem;font-weight:600;font-family:var(--font-display)}.lobby-room-code__code{border-radius:var(--radius);border-width:1px;background-color:hsl(var(--muted));padding:.25rem .5rem;font-family:JetBrains Mono,monospace;font-size:1rem;line-height:1.5rem;letter-spacing:.05em}.lobby-room-code__help-text{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}.lobby-game-mode__container>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.lobby-game-mode__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.lobby-game-mode__content{max-width:500px;margin:0 auto}.lobby-game-mode__setting-group>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.lobby-game-mode__setting-group{text-align:center}.lobby-game-mode__setting-title{font-size:.875rem;line-height:1.25rem;font-weight:500;font-family:var(--font-display)}.lobby-game-mode__setting-description{display:flex;align-items:center;justify-content:center;gap:.625rem;font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}button.lobby-game-mode__rules-link{height:auto;gap:.25rem;padding:0}.lobby-section{display:flex;min-height:0px;flex:1 1 0%;flex-direction:column}.lobby-section>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.lobby-section__header{display:flex;flex-shrink:0;align-items:center;gap:.5rem}.lobby-section__title{font-size:1.125rem;line-height:1.75rem;font-weight:600;font-family:var(--font-display)}.lobby-section__content{min-height:0px;flex:1 1 0%}.lobby-section__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.lobby-section__content{overflow-y:auto}.lobby-player-item{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;border-radius:var(--radius);border-width:1px;background-color:hsl(var(--card));padding:.75rem}.lobby-player-item__info{display:flex;align-items:center;gap:.75rem}.lobby-player-item__name{display:flex;align-items:center;gap:.375rem;font-weight:500}.lobby-player-item__badge{border-radius:9999px;border-width:1px;border-color:hsl(var(--primary) / .4);background-color:hsl(var(--primary) / .2);padding:.25rem .5rem;font-size:.75rem;line-height:1rem;font-weight:500;color:hsl(var(--foreground))}.lobby-player-item__status{display:flex;align-items:center;gap:.5rem}.lobby-player-item__status--ready{display:flex;align-items:center;gap:.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.lobby-player-item__status--not-ready{font-size:.875rem;line-height:1.25rem;color:hsl(var(--muted-foreground))}.lobby-controls__container>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.lobby-controls__button-group{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){.lobby-controls__button-group{flex-direction:row}}.lobby-controls__button-group{max-width:400px;margin:0 auto}.lobby-controls__ready-button{flex:1 1 0%}.lobby-controls__ready-button--not-ready,.lobby-controls__ready-button--not-ready:hover{color:hsl(var(--destructive))}.lobby-controls__leave-button{flex:1 1 0%}@media (min-width: 640px){.lobby-controls__leave-button{flex:0 1 auto}}.lobby-rules__container{border-radius:var(--radius);border-width:1px;background-color:hsl(var(--card));padding:.25rem 1rem}.lobby-rules__item{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;padding-bottom:.75rem}.lobby-rules__item-content{display:flex;align-items:center;gap:.5rem}.lobby-rules__icon{height:.875rem;width:.875rem;flex-shrink:0;color:hsl(var(--muted-foreground))}.lobby-rules__name{font-size:.875rem;line-height:1.25rem;font-weight:500}.lobby-rules__controls{display:flex;align-items:center;gap:.375rem}.lobby-rules__value-input{height:1.75rem;width:3.5rem;font-size:.75rem;line-height:1rem}.lobby-rules__divider{border-top-width:1px;border-color:hsl(var(--border))}.lobby-notification{display:flex;justify-content:center}.lobby-notification__content{border-radius:var(--radius);border-width:1px;background-image:linear-gradient(to bottom right,var(--tw-gradient-stops));--tw-gradient-from: hsl(var(--primary) / .2) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--accent) / .3) var(--tw-gradient-via-position), var(--tw-gradient-to);--tw-gradient-to: hsl(var(--primary) / .1) var(--tw-gradient-to-position);padding:1rem;--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.lobby-notification__text{text-align:center;font-weight:600;font-family:var(--font-display)}.lobby-notification__text--with-button{margin-bottom:.75rem;text-align:center;font-weight:600;font-family:var(--font-display)}.lobby-notification__button{width:100%;font-weight:700}@media (max-width: 1024px){.lobby-card{max-width:56rem}.lobby-brand__logo{margin-bottom:.25rem;height:2.5rem;width:2.5rem}}@media (max-width: 767px){.lobby-card{max-width:none}.lobby-rules__name{font-size:.75rem;line-height:1rem}.lobby-rules__icon{height:.75rem;width:.75rem}}@media (max-width: 640px){.home-card{max-width:none}.home-page__footer-text{font-size:.75rem;line-height:1rem}.home-page__footer-separator{margin-left:.25rem;margin-right:.25rem}.home-page__footer-icon{height:.75rem;width:.75rem}.home-page__footer-heart{height:.875rem;width:.875rem}.lobby-card{max-width:none}.lobby-card__header>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.lobby-card__header{padding-bottom:.5rem!important}.lobby-card__content{min-height:0px}.lobby-card__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.lobby-room-code__container>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.lobby-room-code__label{font-size:.875rem;line-height:1.25rem}.lobby-room-code__help-text{display:none}.lobby-game-mode__container>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.lobby-game-mode__container{padding-top:.75rem;padding-bottom:.75rem}.lobby-game-mode__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.lobby-game-mode__setting-group{margin-top:0!important;display:flex;align-items:center;justify-content:center;gap:.5rem}.lobby-game-mode__setting-group>*{margin-top:0!important}.lobby-game-mode__setting-title{order:1}.lobby-game-mode__setting-description{order:2;display:flex;align-items:center;gap:.25rem}.lobby-game-mode__description-text{display:none}.lobby-game-mode__content{margin:0;max-width:none}.lobby-main-content{flex-direction:column;gap:.75rem;overflow-y:auto}.lobby-main-content__left,.lobby-main-content__right{flex:none}.lobby-section>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.lobby-section__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.lobby-rules__container{padding-left:.75rem;padding-right:.75rem}.lobby-rules__item{padding-top:.625rem;padding-bottom:.625rem}.lobby-rules__value-input{height:1.5rem;width:3rem;font-size:.75rem;line-height:1rem}.lobby-controls__container>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.lobby-controls__button-group{flex-direction:row;gap:.5rem}.lobby-controls__leave-button{flex:0 1 auto}}@media (max-width: 375px){.lobby-game-mode__content>div:last-child button svg{display:none}.lobby-player-item{gap:.5rem;padding:.5rem;font-size:.75rem;line-height:1rem}.lobby-player-item__info{gap:.5rem}.lobby-player-item__info svg{height:.75rem;width:.75rem}.lobby-player-item__badge{padding:.125rem .375rem;font-size:10px}.lobby-player-item__status,.lobby-player-item__status--ready,.lobby-player-item__status--not-ready{font-size:.75rem;line-height:1rem}.lobby-player-item__status--ready svg{height:.75rem;width:.75rem}.lobby-section__title{font-size:1rem;line-height:1.5rem}.lobby-section__header svg{height:1rem;width:1rem}}@media (max-width: 320px){.lobby-game-mode__content>div:last-child button{font-size:11px}}.loading-screen__container{display:flex;align-items:center;justify-content:center;background-color:hsl(var(--background));padding:1rem;min-height:100vh;min-height:100dvh}.loading-screen__content{display:flex;flex-direction:column;align-items:center}.loading-screen__content>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.loading-screen__content{transition-duration:.5s;animation-name:enter;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial;--tw-enter-opacity: .5;animation-duration:.5s}.loading-screen__logo{margin-bottom:.5rem;height:5rem;width:5rem;-o-object-fit:contain;object-fit:contain}.loading-screen__spinner{height:2rem;width:2rem}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen__spinner{animation:spin 1s linear infinite;border-radius:9999px;border-bottom-width:2px;border-color:hsl(var(--primary))}.loading-screen__title{font-size:1.5rem;line-height:2rem;font-weight:700;color:hsl(var(--primary));font-family:var(--font-display)}.loading-screen__subtitle{font-weight:500;color:hsl(var(--muted-foreground));font-family:var(--font-body)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-x-0{left:0;right:0}.bottom-0{bottom:0}.left-2{left:.5rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-4{right:1rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.top-full{top:100%}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.\!mt-3{margin-top:.75rem!important}.mb-0{margin-bottom:0}.mb-3{margin-bottom:.75rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.\!grid{display:grid!important}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.max-h-96{max-height:24rem}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[140px\]{width:140px}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-56{min-width:14rem}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-l{border-left-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-amber-600\/40{border-color:#d9770666}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-blue-500\/40{border-color:#3b82f666}.border-border{border-color:hsl(var(--border))}.border-cyan-500\/40{border-color:#06b6d466}.border-green-500\/40{border-color:#22c55e66}.border-indigo-500\/40{border-color:#6366f166}.border-input{border-color:hsl(var(--input))}.border-orange-500\/40{border-color:#f9731666}.border-pink-500\/40{border-color:#ec489966}.border-primary{border-color:hsl(var(--primary))}.border-primary\/30{border-color:hsl(var(--primary) / .3)}.border-purple-500\/40{border-color:#a855f766}.border-red-500\/40{border-color:#ef444466}.border-slate-500\/40{border-color:#64748b66}.border-teal-500\/40{border-color:#14b8a666}.border-yellow-500\/40{border-color:#eab30866}.bg-amber-600\/20{background-color:#d9770633}.bg-background{background-color:hsl(var(--background))}.bg-black\/80{background-color:#000c}.bg-blue-100\/20{background-color:#dbeafe33}.bg-blue-500\/20{background-color:#3b82f633}.bg-card{background-color:hsl(var(--card))}.bg-cyan-500\/20{background-color:#06b6d433}.bg-destructive{background-color:hsl(var(--destructive))}.bg-green-500\/20{background-color:#22c55e33}.bg-indigo-500\/20{background-color:#6366f133}.bg-muted{background-color:hsl(var(--muted))}.bg-orange-500\/20{background-color:#f9731633}.bg-pink-500\/20{background-color:#ec489933}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary\/20{background-color:hsl(var(--primary) / .2)}.bg-purple-500\/20{background-color:#a855f733}.bg-red-500\/20{background-color:#ef444433}.bg-secondary{background-color:hsl(var(--secondary))}.bg-slate-500\/20{background-color:#64748b33}.bg-teal-500\/20{background-color:#14b8a633}.bg-yellow-500\/20{background-color:#eab30833}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-red-500{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-orange-500{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.pl-8{padding-left:2rem}.pr-2{padding-right:.5rem}.pt-0{padding-top:0}.pt-2{padding-top:.5rem}.text-left{text-align:left}.font-mono{font-family:JetBrains Mono,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.leading-none{line-height:1}.tracking-tight{letter-spacing:-.025em}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-current{color:currentColor}.text-cyan-700{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-pink-700{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity, 1))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.underline-offset-4{text-underline-offset:4px}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-primary\/30{--tw-ring-color: hsl(var(--primary) / .3)}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in-50{--tw-enter-opacity: .5}.duration-200{animation-duration:.2s}.running{animation-play-state:running}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{color:hsl(var(--foreground))}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-\[hsl\(var\(--destructive-hover\)\)\]:hover{background-color:hsl(var(--destructive-hover))}.hover\:bg-\[hsl\(var\(--primary-hover\)\)\]:hover{background-color:hsl(var(--primary-hover))}.hover\:bg-\[hsl\(var\(--secondary-hover\)\)\]:hover{background-color:hsl(var(--secondary-hover))}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:from-red-600:hover{--tw-gradient-from: #dc2626 var(--tw-gradient-from-position);--tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-orange-600:hover{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:hover\:bg-background:hover:disabled{background-color:hsl(var(--background))}.disabled\:hover\:bg-destructive:hover:disabled{background-color:hsl(var(--destructive))}.disabled\:hover\:bg-primary:hover:disabled{background-color:hsl(var(--primary))}.disabled\:hover\:bg-secondary:hover:disabled{background-color:hsl(var(--secondary))}.disabled\:hover\:bg-transparent:hover:disabled{background-color:transparent}.disabled\:hover\:no-underline:hover:disabled{text-decoration-line:none}.group:hover .group-hover\:text-accent-foreground{color:hsl(var(--accent-foreground))}.group:hover .group-hover\:opacity-70{opacity:.7}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:hsl(var(--primary))}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:hsl(var(--primary-foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y: 100%}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y: 100%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.dark\:border-amber-500\/40:is(.dark *){border-color:#f59e0b66}.dark\:border-blue-500\/40:is(.dark *){border-color:#3b82f666}.dark\:border-cyan-500\/40:is(.dark *){border-color:#06b6d466}.dark\:border-green-500\/40:is(.dark *){border-color:#22c55e66}.dark\:border-indigo-500\/40:is(.dark *){border-color:#6366f166}.dark\:border-orange-500\/40:is(.dark *){border-color:#f9731666}.dark\:border-pink-500\/40:is(.dark *){border-color:#ec489966}.dark\:border-purple-500\/40:is(.dark *){border-color:#a855f766}.dark\:border-red-500\/40:is(.dark *){border-color:#ef444466}.dark\:border-slate-500\/40:is(.dark *){border-color:#64748b66}.dark\:border-teal-500\/40:is(.dark *){border-color:#14b8a666}.dark\:border-yellow-500\/40:is(.dark *){border-color:#eab30866}.dark\:bg-amber-500\/20:is(.dark *){background-color:#f59e0b33}.dark\:bg-blue-500\/20:is(.dark *){background-color:#3b82f633}.dark\:bg-cyan-500\/20:is(.dark *){background-color:#06b6d433}.dark\:bg-green-500\/20:is(.dark *){background-color:#22c55e33}.dark\:bg-indigo-500\/20:is(.dark *){background-color:#6366f133}.dark\:bg-orange-500\/20:is(.dark *){background-color:#f9731633}.dark\:bg-pink-500\/20:is(.dark *){background-color:#ec489933}.dark\:bg-purple-500\/20:is(.dark *){background-color:#a855f733}.dark\:bg-red-500\/20:is(.dark *){background-color:#ef444433}.dark\:bg-slate-500\/20:is(.dark *){background-color:#64748b33}.dark\:bg-teal-500\/20:is(.dark *){background-color:#14b8a633}.dark\:bg-yellow-500\/20:is(.dark *){background-color:#eab30833}.dark\:text-amber-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-cyan-300:is(.dark *){--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.dark\:text-indigo-300:is(.dark *){--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.dark\:text-pink-300:is(.dark *){--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity, 1))}.dark\:text-purple-300:is(.dark *){--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-slate-300:is(.dark *){--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark\:text-teal-300:is(.dark *){--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity, 1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:max-w-\[425px\]{max-width:425px}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-sm{max-width:24rem}.sm\:flex-initial{flex:0 1 auto}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:var(--radius)}}@media (min-width: 768px){.md\:hidden{display:none}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.\[\&_\*\]\:\!cursor-crosshair *{cursor:crosshair!important}.\[\&_\.game-tile\]\:pointer-events-none .game-tile{pointer-events:none}
