:root{--color-background:#fff;--color-background-secondary:#f7f7f8;--color-background-tertiary:#ececee;--color-background-well:#f9f9fa;--color-surface-popover:#fcfcfc;--color-text-primary:#1c1c1e;--color-text-secondary:#1c1c1e99;--color-text-tertiary:#1c1c1e66;--color-text-quaternary:#1c1c1e33;--color-border-primary:#1c1c1e33;--color-border-secondary:#1c1c1e1a;--color-separator:#1c1c1e1a;--color-accent:#06c;--color-accent-hover:#0055ad;--color-accent-contrast:#fff;--blue:#06c;--red:#d70015;--shadow-small:0 1px 3px #0000001a;--shadow-popover:0 12px 36px #00000024}.web-sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.web-text{color:var(--color-text-primary);margin:0}.web-text-heading1{font-size:1.5rem;font-weight:600;line-height:1.875rem}.web-text-heading2{font-size:var(--type-section-title-size,1.25rem);line-height:var(--type-section-title-line-height,1.625rem);font-weight:var(--type-section-title-weight,650)}.web-text-extra-large{font-size:1.125rem;font-weight:400;line-height:1.5rem}.web-text-extra-large-strong{font-size:1.125rem;font-weight:500;line-height:1.5rem}.web-text-large{font-size:1rem;font-weight:400;line-height:1.375rem}.web-text-large-strong{font-size:1rem;font-weight:500;line-height:1.375rem}.web-text-regular{font-size:.8125rem;font-weight:400;line-height:1.125rem}.web-text-strong{font-size:.8125rem;font-weight:500;line-height:1.125rem}.web-text-small{font-size:.6875rem;font-weight:400;line-height:1rem}.web-text-small-strong{font-size:.6875rem;font-weight:500;line-height:1rem}.web-text-mini{font-size:.5rem;font-weight:400;line-height:.75rem}.web-text-mini-strong{font-size:.5rem;font-weight:500;line-height:.75rem}.web-text-mono,.web-text-mono-strong,.web-text-small-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.web-text-mono{font-size:.8125rem;font-weight:400;line-height:1.125rem}.web-text-mono-strong{font-size:.8125rem;font-weight:600;line-height:1.125rem}.web-text-small-mono{font-size:.6875rem;font-weight:400;line-height:1rem}.web-text-color-secondary{color:var(--color-text-secondary)}.web-text-color-tertiary{color:var(--color-text-tertiary)}.web-text-color-quaternary,.web-text-color-disabled{color:var(--color-text-quaternary)}.web-text-color-link,.web-text-color-accent,.web-text-color-blue{color:var(--color-accent)}.web-text-color-red{color:#d70015}.web-text-color-orange{color:#c93400}.web-text-color-yellow{color:#9a6700}.web-text-color-green{color:#167d32}.web-text-color-purple{color:#7747a9}.web-text-color-magenta{color:#b91c67}.web-text-color-inherit{color:inherit}.web-text-align-left{text-align:left}.web-text-align-center{text-align:center}.web-text-align-right{text-align:right}.web-text-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.web-button{box-sizing:border-box;border:1px solid var(--color-border-secondary);color:var(--color-text-primary);font:inherit;cursor:pointer;background:#1c1c1e14;border-radius:999px;justify-content:center;align-items:center;gap:.375rem;transition:background .12s,transform .12s,opacity .12s;display:inline-flex}.web-button-small{min-height:1.75rem;padding:0 .75rem;font-size:.6875rem}.web-button-medium{min-height:2rem;padding:0 .875rem;font-size:.8125rem}.web-button-large{min-height:2.25rem;padding:0 1rem;font-size:.8125rem}.web-button-icon-only{width:var(--web-button-height,2rem);aspect-ratio:1;padding:0}.web-button-small.web-button-icon-only{--web-button-height:1.75rem}.web-button-large.web-button-icon-only{--web-button-height:2.25rem}.web-button svg{width:1.125rem;height:1.125rem}.web-button-large svg{width:1.25rem;height:1.25rem}.web-button-rounded{border-radius:.5rem}.web-button-accent,.web-button-glassAccent{background:var(--color-accent);color:#fff;border-color:#0000}.web-button-destructive{color:#fff;background:#d70015;border-color:#0000}.web-button-muted{background:#1c1c1e0d}.web-button-glass{box-shadow:var(--shadow-small);background:#ffffffb8}.web-button-transparent{background:0 0;border-color:#0000}.web-button:hover:not(:disabled){background:#1c1c1e21}.web-button-accent:hover:not(:disabled),.web-button-glassAccent:hover:not(:disabled){background:var(--color-accent-hover)}.web-button:focus-visible,.web-input:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.web-button:disabled{cursor:default;opacity:.4}.web-avatar{background:var(--color-background-secondary);border-radius:999px;display:inline-flex;position:relative;overflow:hidden}.web-avatar-small{width:1.75rem;height:1.75rem}.web-avatar-medium{width:2rem;height:2rem}.web-avatar-large{width:2.25rem;height:2.25rem}.web-avatar-image{object-fit:cover;width:100%;height:100%}.web-avatar-fallback{width:100%;height:100%;color:var(--color-text-secondary);justify-content:center;align-items:center;font-size:.6875rem;font-weight:500;display:flex}.web-input{box-sizing:border-box;border:1px solid var(--color-border-primary);width:auto;color:var(--color-text-primary);font:inherit;background:0 0;border-radius:.5rem;padding:0 .75rem}.web-input-filled{background:#1c1c1e0d;border-color:#0000}.web-input-small{height:1.75rem}.web-input-medium{height:2rem}.web-input-large{height:2.25rem}.web-input[aria-invalid=true]{border-color:var(--red)}.web-input:disabled{opacity:.5}.web-dialog-overlay{z-index:50;background:#0000002e;animation:.14s ease-out web-fade-in;position:fixed;inset:0}.web-dialog-content{z-index:60;box-sizing:border-box;border:1px solid var(--color-border-secondary);background:var(--color-surface-popover);max-width:calc(100vw - 2rem);max-height:calc(100dvh - 2rem);box-shadow:var(--shadow-popover);border-radius:1.125rem;animation:.18s cubic-bezier(.16,1,.3,1) web-dialog-in;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.web-dialog-small{width:20rem}.web-dialog-medium{width:25rem}.web-dialog-large{width:31.25rem}.web-dialog-xl{width:46.875rem}.web-dialog-2xl{width:56.25rem}.web-dialog-header{text-align:center;padding:1.25rem 1.25rem 0}.web-dialog-header:has(>.web-sr-only:only-child){padding:0}.web-dialog-title{font-size:var(--type-section-title-size,1.25rem);line-height:var(--type-section-title-line-height,1.625rem);font-weight:var(--type-section-title-weight,650);margin:0}.web-dialog-description{color:var(--color-text-secondary);margin:.375rem 0 0;font-size:.8125rem;line-height:1.125rem}.web-dialog-body{max-height:60vh;padding:1.25rem;overflow:auto}.web-dialog-footer{justify-content:flex-end;align-items:center;gap:.5rem;padding:0 1.25rem 1.25rem;display:flex}.web-dialog-side-actions{gap:.5rem;margin-right:auto;display:flex}.web-toolbar{z-index:5;box-sizing:border-box;border-bottom:1px solid var(--color-border-secondary);background:#ffffffe0;align-items:center;gap:.5rem;min-height:3.25rem;padding:.5rem;display:flex;position:relative}.web-toolbar-content{flex-direction:column;justify-content:center;min-width:0;display:flex}.web-toolbar-title{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.9375rem;font-weight:500;line-height:1.25rem;overflow:hidden}.web-toolbar-actions{align-items:center;gap:.5rem;margin-left:auto;display:flex}.web-scroll-area{flex-direction:column;min-height:0;display:flex;position:relative;overflow:hidden}.web-scroll-viewport{scrollbar-width:none;flex:1;min-height:0;overflow:auto}.web-scroll-viewport::-webkit-scrollbar{display:none}.web-scrollbar{display:none}.web-scroll-footer{flex:none}.web-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem;display:flex}.web-empty-state-center{position:absolute;inset:0}.web-empty-state-viewport{min-height:100%}.web-empty-state-actions{flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem;display:flex}.web-empty-state-media{justify-content:center;align-items:center;margin-bottom:.5rem;display:flex}.web-error-boundary{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;width:100%;height:100dvh;padding:2rem;display:flex}.web-toaster{z-index:100;pointer-events:none;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:fixed;bottom:1rem;left:1rem;right:1rem}.web-toast{box-sizing:border-box;pointer-events:auto;border:1px solid var(--color-border-secondary);width:min(24rem,100vw - 2rem);box-shadow:var(--shadow-popover);background:#fcfcfcf5;border-radius:.875rem;align-items:center;gap:.5rem;padding:.75rem 2.5rem .75rem .875rem;animation:.18s cubic-bezier(.16,1,.3,1) web-toast-in;display:flex;position:relative}.web-toast-copy{flex-direction:column;flex:1;min-width:0;display:flex}.web-toast[data-kind=success]{border-color:#167d3240}.web-toast[data-kind=error]{border-color:#d7001540}.web-toast-dismiss{width:1.5rem;height:1.5rem;color:var(--color-text-tertiary);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:.5rem;right:.5rem}.web-toast-dismiss svg{width:.875rem;height:.875rem}.web-status{background:var(--color-background-secondary);border-radius:999px;padding:.1875rem .5rem;font-size:.6875rem;display:inline-flex}.web-status-error{color:var(--red)}.web-status-success{color:#167d32}@keyframes web-fade-in{0%{opacity:0}}@keyframes web-dialog-in{0%{opacity:0;transform:translate(-50%,-48%)scale(.98)}}@keyframes web-toast-in{0%{opacity:0;transform:translateY(.5rem)scale(.98)}}@media (prefers-reduced-motion:reduce){.web-dialog-overlay,.web-dialog-content,.web-toast{animation-duration:.01ms}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-yellow-100:oklch(97.3% .071 103.193);--color-black:#000;--spacing:.25rem;--font-weight-bold:700;--leading-relaxed:1.625;--animate-spin:spin 1s linear infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.top-0{top:0}.right-0{right:0}.left-0{left:0}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-auto{z-index:auto}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.-mt-px{margin-top:-1px}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.size-3\.5{width:calc(var(--spacing) * 3.5);height:calc(var(--spacing) * 3.5)}.size-4{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.size-4\.5{width:calc(var(--spacing) * 4.5);height:calc(var(--spacing) * 4.5)}.size-5{width:calc(var(--spacing) * 5);height:calc(var(--spacing) * 5)}.size-8{width:calc(var(--spacing) * 8);height:calc(var(--spacing) * 8)}.size-10{width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10)}.size-16{width:calc(var(--spacing) * 16);height:calc(var(--spacing) * 16)}.size-full{width:100%;height:100%}.h-13{height:calc(var(--spacing) * 13)}.h-full{height:100%}.min-h-0{min-height:0}.min-w-0{min-width:0}.flex-1{flex:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.animate-spin{animation:var(--animate-spin)}.cursor-grab{cursor:grab}.touch-none{touch-action:none}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-0\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:var(--spacing)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-x-10{column-gap:calc(var(--spacing) * 10)}.gap-y-3{row-gap:calc(var(--spacing) * 3)}:where(.divide-y>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px * var(--tw-divide-y-reverse));border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-clip{overflow:clip}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-full{border-radius:2147483647px}.border{border-style:var(--tw-border-style);border-width:1px}.bg-black\/60{background-color:#0009}@supports (color:color-mix(in lab, red, red)){.bg-black\/60{background-color:color-mix(in oklab, var(--color-black) 60%, transparent)}}.bg-yellow-100{background-color:var(--color-yellow-100)}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-8{padding-inline:calc(var(--spacing) * 8)}.pt-6{padding-top:calc(var(--spacing) * 6)}.pb-2{padding-bottom:calc(var(--spacing) * 2)}.text-center{text-align:center}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);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,)}.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-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.select-none{-webkit-user-select:none;user-select:none}}[data-slot=dialog-content]{z-index:60}:root{--font-sans:ui-rounded, "SF Pro Rounded", "SF Compact Rounded", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--organic-stroke-width:1.75px;--type-section-title-size:1.25rem;--type-section-title-line-height:1.625rem;--type-section-title-weight:650;--type-supporting-size:1rem;--type-supporting-line-height:1.4;--type-supporting-weight:400;--type-field-size:.875rem;--type-field-line-height:1.25rem;--type-field-weight:450}html,body,#root{min-width:20rem;min-height:100%;margin:0}body{background:var(--color-background);color:var(--color-text-primary);overflow-x:hidden}button,a,input{-webkit-tap-highlight-color:transparent}.web-app-shell{align-items:stretch;min-height:100dvh;display:flex}.web-game-stage{background:var(--color-background);width:100%;height:100dvh;min-height:0;position:relative;overflow:hidden}body,button,input,textarea,select{font-family:var(--font-sans)}.settings-switch{background:var(--color-background-tertiary);width:2rem;height:1.125rem;box-shadow:inset 0 0 0 1px var(--color-border-secondary);border:0;border-radius:999px;flex:none;padding:0;transition:background .14s;position:relative}.settings-switch span{background:var(--color-text-primary);width:.875rem;height:.875rem;box-shadow:var(--shadow-small);border-radius:50%;transition:transform .14s cubic-bezier(.22,1,.36,1);position:absolute;top:.125rem;left:.125rem}.settings-switch[aria-checked=true]{background:var(--blue);box-shadow:none}.settings-switch[aria-checked=true] span{background:#fff;transform:translate(.875rem)}.settings-switch:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.settings-switch:disabled{opacity:.55}.onboarding-screen{place-items:center;display:grid;position:relative}.onboarding-icon{box-sizing:border-box;border:1px solid var(--color-text-primary);width:5.5rem;height:5.5rem}@supports (color:color-mix(in lab, red, red)){.onboarding-icon{border:1px solid color-mix(in srgb, var(--color-text-primary) 14%, transparent)}}.onboarding-icon{border-radius:22%}.onboarding-next{position:absolute;top:calc(50% + 8.5rem);left:50%;transform:translate(-50%)}.command-button{isolation:isolate;min-width:8.5rem;transition:transform .12s cubic-bezier(.22,1,.36,1),color .12s,opacity .12s;position:relative;overflow:visible}.command-button-label{z-index:2;position:relative}.command-icon-button{width:2rem;min-width:2rem;height:2rem;color:var(--color-text-primary);padding:0;position:relative}@supports (color:color-mix(in lab, red, red)){.command-icon-button{color:color-mix(in srgb, var(--color-text-primary) 40%, var(--color-background))}}.command-icon-button{box-shadow:none;background:0 0;border:0;border-radius:50%;transition:color .14s,transform 90ms cubic-bezier(.22,1,.36,1)}.command-icon-button-label{z-index:1;border-radius:50%;flex:0 0 2rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background .14s;display:flex;position:relative}.command-icon-button .command-icon-button-outline{z-index:2;pointer-events:none;width:100%;height:100%;color:var(--color-text-primary);position:absolute;inset:0;overflow:visible}@supports (color:color-mix(in lab, red, red)){.command-icon-button .command-icon-button-outline{color:color-mix(in srgb, var(--color-text-primary) 32%, var(--color-background))}}.command-icon-button .command-icon-button-outline{transition:color .14s}.command-icon-button .command-control-glyph{width:.9375rem;height:.9375rem;overflow:visible}.command-icon-button:hover:not(:disabled){color:var(--color-background);background:0 0;transform:rotate(-.7deg)}.command-icon-button:hover:not(:disabled) .command-icon-button-label{background:var(--color-text-primary)}.command-icon-button:hover:not(:disabled) .command-icon-button-outline,.command-icon-button:active:not(:disabled) .command-icon-button-outline{color:var(--color-background)}.command-icon-button:active:not(:disabled){color:var(--color-background);background:0 0;transform:rotate(-.7deg)scale(.975)}.command-icon-button:active:not(:disabled) .command-icon-button-label{background:var(--color-text-primary)}@supports (color:color-mix(in lab, red, red)){.command-icon-button:active:not(:disabled) .command-icon-button-label{background:color-mix(in srgb, var(--color-text-primary) 82%, transparent)}}.command-icon-button:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:3px}.command-button-compact{letter-spacing:.05em;min-width:6.5rem;padding-left:.875rem;padding-right:.875rem;font-size:.75rem}.command-button-mini{letter-spacing:.045em;min-width:5.75rem;height:1.75rem;min-height:1.75rem;padding-left:.625rem;padding-right:.625rem;font-size:.6875rem}.command-button:hover:not(:disabled){transform:translateY(-1px)rotate(-.4deg)}.command-button:active:not(:disabled){transform:translateY(1px)scale(.975)rotate(.3deg)}.command-button:focus-visible{outline:2px solid var(--color-text-primary);outline-offset:4px}.command-button:disabled{opacity:.38}.command-button-pencil{color:var(--color-text-primary);border:1.75px solid var(--color-text-primary);box-shadow:.75px .5px 0 var(--color-text-tertiary);background:0 0;border-radius:52% 48% 50% 46%/48% 54% 46% 52%}.command-button-pencil:hover:not(:disabled){background:var(--color-background-secondary);border-radius:48% 54% 46% 52%/54% 46% 52% 48%}.command-button-found-word{color:var(--color-text-primary);border:2px solid var(--color-accent);box-shadow:inset 0 0 0 1px var(--color-accent);background:0 0;border-radius:48% 53% 46% 51%/54% 45% 55% 47%}@supports (color:color-mix(in lab, red, red)){.command-button-found-word{box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--color-accent) 18%, transparent)}}.command-button-found-word:hover:not(:disabled){background:var(--color-accent)}@supports (color:color-mix(in lab, red, red)){.command-button-found-word:hover:not(:disabled){background:color-mix(in srgb, var(--color-accent) 12%, transparent)}}.command-button-found-word:hover:not(:disabled){border-radius:53% 47% 52% 45%/46% 56% 44% 52%}.command-button-marker{color:var(--color-accent-contrast);background:0 0}.command-button-marker:before{z-index:1;content:"";background:var(--color-accent);border-radius:41% 56% 44% 53%/54% 45% 57% 46%;transition:transform .12s;position:absolute;inset:.2rem -.15rem .15rem;transform:rotate(-1.2deg)skew(-3deg)}.command-button-marker:hover:not(:disabled):before{background:var(--color-accent-hover);transform:rotate(.4deg)skew(2deg)scaleX(1.035)}.command-button-underline{color:var(--color-text-primary);background:0 0}.command-button-underline:after{z-index:1;content:"";border-top:2px solid var(--color-accent);border-radius:50%;height:.35rem;transition:transform .12s;position:absolute;bottom:.25rem;left:.65rem;right:.8rem;transform:rotate(-1.5deg)skew(-18deg)}.command-button-underline:hover:not(:disabled):after{transform:rotate(1deg)skew(13deg)scaleX(1.08)}.command-button-stamp{color:var(--color-text-primary);background:var(--color-background-secondary);border:1.5px solid var(--color-text-primary);box-shadow:inset 0 0 0 2px var(--color-background), inset 0 0 0 3px var(--color-border-primary);letter-spacing:.035em;text-transform:uppercase;border-radius:.45rem .65rem .5rem .6rem;transform:rotate(-.7deg)}.command-button-stamp:hover:not(:disabled){background:var(--color-background);transform:rotate(-.7deg)}.command-button-stamp:active:not(:disabled){transform:rotate(-.7deg)scale(.97)}.command-button-stamp-double{color:var(--color-text-primary);border:1.5px solid var(--color-text-primary);box-shadow:2px 1.5px 0 -.5px var(--color-background), 3px 2.5px 0 0 var(--color-text-primary);letter-spacing:.035em;text-transform:uppercase;background:0 0;border-radius:.55rem .45rem .65rem .5rem;transform:rotate(.5deg)}.command-button-stamp-double:hover:not(:disabled){background:var(--color-background-secondary);box-shadow:-2px 1px 0 -.5px var(--color-background), -3px 2px 0 0 var(--color-text-primary);transform:translateY(-1px)rotate(-.45deg)}.command-button-stamp-oval{color:var(--color-text-primary);background:var(--color-background-secondary);border:1.5px solid var(--color-text-primary);box-shadow:inset 0 0 0 2px var(--color-background);letter-spacing:.025em;text-transform:uppercase;border-radius:54% 46% 52% 48%/48% 55% 45% 52%;transform:rotate(-.5deg)}.command-button-stamp-oval:hover:not(:disabled){border-radius:47% 55% 45% 53%/55% 46% 54% 45%;transform:translateY(-1px)rotate(.45deg)}.command-button-stamp-solid{color:var(--color-background);background:var(--color-text-primary);border:1.5px solid var(--color-text-primary);box-shadow:inset 0 0 0 1.5px var(--color-background);letter-spacing:.04em;text-transform:uppercase;border-radius:.5rem .65rem .45rem .6rem;transform:rotate(-.6deg)}.command-button-stamp-solid:hover:not(:disabled){color:var(--color-background);background:var(--color-text-primary)}@supports (color:color-mix(in lab, red, red)){.command-button-stamp-solid:hover:not(:disabled){background:color-mix(in srgb, var(--color-text-primary) 88%, transparent)}}.command-button-stamp-solid:hover:not(:disabled){transform:translateY(-1px)rotate(.5deg)}.command-button-stamp-offset{color:var(--color-text-primary);background:var(--color-background);border:1.5px solid var(--color-text-primary);box-shadow:3px 3px 0 var(--color-accent);border-radius:.6rem .45rem .65rem .5rem}@supports (color:color-mix(in lab, red, red)){.command-button-stamp-offset{box-shadow:3px 3px 0 color-mix(in srgb, var(--color-accent) 72%, transparent)}}.command-button-stamp-offset{letter-spacing:.035em;text-transform:uppercase;transform:translate(-1px,-1px)rotate(.45deg)}.command-button-stamp-offset:hover:not(:disabled){background:var(--color-background-secondary);box-shadow:-3px 3px 0 var(--color-accent)}@supports (color:color-mix(in lab, red, red)){.command-button-stamp-offset:hover:not(:disabled){box-shadow:-3px 3px 0 color-mix(in srgb, var(--color-accent) 72%, transparent)}}.command-button-stamp-offset:hover:not(:disabled){transform:translate(1px,-1px)rotate(-.5deg)}.command-button-stamp-quiet{color:var(--color-text-secondary);border:1px solid var(--color-border-primary);box-shadow:inset 0 0 0 2px var(--color-background);letter-spacing:.02em;background:0 0;border-radius:.5rem .6rem .45rem .65rem;transform:rotate(.35deg)}.command-button-stamp-quiet:hover:not(:disabled){color:var(--color-text-primary);background:var(--color-background-secondary);border-color:var(--color-text-secondary);transform:translateY(-1px)rotate(-.25deg)}.command-button-stamp-motion-ink,.command-button-stamp-motion-echo,.command-button-stamp-motion-invert,.command-button-stamp-motion-label,.command-button-stamp-motion-squish,.command-button-stamp-motion-ring{color:var(--color-text-primary);background:var(--color-background)}@supports (color:color-mix(in lab, red, red)){.command-button-stamp-motion-ink,.command-button-stamp-motion-echo,.command-button-stamp-motion-invert,.command-button-stamp-motion-label,.command-button-stamp-motion-squish,.command-button-stamp-motion-ring{background:color-mix(in srgb, var(--color-background), var(--color-text-primary) 5%)}}.command-button-stamp-motion-ink,.command-button-stamp-motion-echo,.command-button-stamp-motion-invert,.command-button-stamp-motion-label,.command-button-stamp-motion-squish,.command-button-stamp-motion-ring{border:1.5px solid var(--color-text-primary);box-shadow:inset 0 0 0 2px var(--color-background), inset 0 0 0 3px var(--color-border-primary);letter-spacing:.035em;text-transform:uppercase;border-radius:.55rem;transition:background .14s,color .14s,border-color .14s,box-shadow .14s,transform 90ms cubic-bezier(.22,1,.36,1);transform:rotate(-.7deg)}.command-button-stamp-motion-ink:hover:not(:disabled){background:var(--color-background);box-shadow:inset 0 0 0 2px var(--color-background), inset 0 0 0 3.5px var(--color-text-secondary);transform:rotate(-.7deg)}.command-button-stamp-motion-ink:active:not(:disabled){background:var(--color-background-secondary);box-shadow:inset 0 0 0 1px var(--color-background), inset 0 0 0 4.5px var(--color-text-primary);transform:rotate(-.7deg)scale(.985)}.command-button-stamp-motion-echo:after,.command-button-stamp-motion-ring:after{z-index:-1;content:"";pointer-events:none;border:1px solid var(--color-text-primary);opacity:0;border-radius:.55rem .45rem .65rem .5rem;position:absolute;inset:-.2rem}.command-button-stamp-motion-echo:hover:not(:disabled){transform:rotate(-.7deg)}.command-button-stamp-motion-echo:hover:not(:disabled):after{opacity:.22}.command-button-stamp-motion-echo:active:not(:disabled){transform:rotate(-.7deg)scale(.98)}.command-button-stamp-motion-echo:active:not(:disabled):after{opacity:.55;transform:scale(1.035)}.command-button-stamp-motion-invert:hover:not(:disabled){color:var(--color-background);background:var(--color-text-primary);box-shadow:inset 0 0 0 2px var(--color-background);transform:rotate(-.7deg)}.command-button-stamp-motion-invert:active:not(:disabled){color:var(--color-background);background:var(--color-text-primary)}@supports (color:color-mix(in lab, red, red)){.command-button-stamp-motion-invert:active:not(:disabled){background:color-mix(in srgb, var(--color-text-primary) 82%, transparent)}}.command-button-stamp-motion-invert:active:not(:disabled){box-shadow:inset 0 0 0 1px var(--color-background), inset 0 0 0 3px var(--color-text-primary);transform:rotate(-.7deg)scale(.975)}.onboarding-next .command-button-stamp-motion-invert,.onboarding-next .command-button-stamp-motion-invert:hover:not(:disabled){transform:rotate(-1deg)}.onboarding-next .command-button-stamp-motion-invert:active:not(:disabled){transform:rotate(-1deg)scale(.975)}.command-button-stamp-motion-label:hover:not(:disabled){letter-spacing:.065em;transform:rotate(-.7deg)}.command-button-stamp-motion-label:active:not(:disabled){transform:rotate(-.7deg)}.command-button-stamp-motion-label:active:not(:disabled) .command-button-label{transform:translateY(1.5px)scale(.94)}.command-button-stamp-motion-label .command-button-label{transition:transform 80ms,letter-spacing .14s}.command-button-stamp-motion-squish:hover:not(:disabled){background:var(--color-background);transform:rotate(-.7deg)}.command-button-stamp-motion-squish:active:not(:disabled){box-shadow:inset 0 0 0 1.5px var(--color-background), inset 0 0 0 4px var(--color-border-primary);transform:rotate(-.7deg)scaleX(1.035)scaleY(.88)}.command-button-stamp-motion-ring:hover:not(:disabled){box-shadow:inset 0 0 0 2px var(--color-background), inset 0 0 0 3px var(--color-border-primary), 0 0 0 3px var(--color-text-primary)}@supports (color:color-mix(in lab, red, red)){.command-button-stamp-motion-ring:hover:not(:disabled){box-shadow:inset 0 0 0 2px var(--color-background), inset 0 0 0 3px var(--color-border-primary), 0 0 0 3px color-mix(in srgb, var(--color-text-primary) 8%, transparent)}}.command-button-stamp-motion-ring:hover:not(:disabled){transform:rotate(-.7deg)}.command-button-stamp-motion-ring:active:not(:disabled){transform:rotate(-.7deg)scale(.98)}.command-button-stamp-motion-ring:active:not(:disabled):after{animation:.32s ease-out both stamp-impression-ring}@keyframes stamp-impression-ring{0%{opacity:.42;transform:scale(.96)}to{opacity:0;transform:scale(1.12)}}@media (prefers-reduced-motion:reduce){.command-button,.command-button-label{transition-duration:.01ms}.command-button-stamp-motion-ring:active:not(:disabled):after{animation:none}}@media (width<=35rem){.game-layout{padding-left:.75rem;padding-right:.75rem}.word-list{gap:.55rem 1.25rem}}.review-catalog{width:min(100%,34rem);margin:0 auto;padding:1.5rem 1.5rem 2.5rem}.review-notice{border:1px solid var(--color-border-secondary);background:var(--color-background-well);border-radius:.75rem;flex-direction:column;gap:.25rem;padding:.875rem 1rem;display:flex}.review-schedule{border-top:1px solid var(--color-separator);margin-top:1.25rem}.review-schedule-row{border-bottom:1px solid var(--color-separator);align-items:center;gap:1rem;min-height:5.5rem;padding:.875rem .25rem;display:flex}.review-schedule-copy{flex:1;min-width:0}.review-schedule-meta{align-items:center;gap:.5rem;margin-bottom:.25rem;display:flex}.review-status{border:1px solid var(--color-border-secondary);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;padding:.1875rem .4375rem}.review-empty{justify-content:center;align-items:center;min-height:16rem;display:flex}.review-playtest-footer{border-top:1px solid var(--color-separator);justify-content:center;align-items:center;min-height:2.75rem;padding:.5rem 1rem .75rem;display:flex}.daily-intro-shell{background:var(--color-background);position:relative;overflow:hidden}.daily-intro-preview{opacity:.58;pointer-events:none;-webkit-user-select:none;user-select:none;flex-direction:column;height:100%;display:flex}.daily-intro-preview-toolbar{flex:0 0 3.5rem}.daily-intro-preview-board{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.daily-intro-preview-board>.game-layout{flex:none;margin-top:auto;margin-bottom:auto}.daily-intro-preview-footer{flex:0 0 calc(3rem + env(safe-area-inset-bottom))}.daily-intro-scrim{z-index:10;background:var(--color-background);justify-content:center;align-items:center;padding:1.5rem;display:flex;position:absolute;inset:0}@supports (color:color-mix(in lab, red, red)){.daily-intro-scrim{background:color-mix(in srgb, var(--color-background) 26%, transparent)}}.daily-intro-scrim{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.daily-intro-card{border:1px solid var(--color-border-secondary);background:var(--color-background);width:min(27rem,100%);max-height:100%;box-shadow:var(--shadow-popover);border-radius:1.5rem;flex-direction:column;align-items:center;gap:0;padding:1.75rem;display:flex;overflow:hidden}.daily-intro-context{letter-spacing:.045em;text-transform:uppercase;margin-bottom:1.5rem;font-size:.6875rem;font-weight:540;line-height:1rem}.daily-intro-avatar{margin-bottom:.75rem}.daily-intro-identity{gap:0;margin-bottom:1.25rem}.daily-intro-bio{max-width:23rem;font-size:var(--type-supporting-size);font-weight:var(--type-supporting-weight);line-height:var(--type-supporting-line-height);margin-bottom:1.5rem}.daily-intro-play{margin-top:0}.daily-intro-handle{background:0 0;border:0;margin-top:-.25rem;padding:0}.daily-intro-handle span{font-weight:480;transition:color .12s}.daily-intro-handle:hover span,.daily-intro-handle:focus-visible span{color:var(--color-text-primary)}.daily-intro-handle:focus-visible{outline:1px solid var(--color-border-primary);outline-offset:3px;border-radius:.25rem}.past-puzzles-wrap{box-sizing:border-box;flex-direction:column;justify-content:flex-start;min-height:100%;padding:3.5rem 2rem 2.75rem;display:flex}.archive-scroll-area>[data-orientation]{display:none}.past-puzzles-page{width:min(30rem,100%);margin:0 auto}.past-puzzles-header{justify-content:center;align-items:flex-end;min-height:11.5rem;margin-bottom:1.75rem;display:flex}.past-puzzles-illustration{-webkit-user-select:none;user-select:none;width:100%;height:auto}.dark .past-puzzles-illustration{filter:invert()}.past-puzzles-grid{align-content:start;gap:.875rem;width:min(26rem,100%);margin:0 auto;display:grid}.past-puzzle-row{align-items:center;gap:.75rem;min-height:3rem;display:flex}.past-puzzle-date{letter-spacing:-.015em;flex:none;min-width:0}.past-puzzle-date-label{display:inline-block;position:relative}.past-puzzle-leader{border-bottom:1.5px dotted var(--color-text-primary);flex:1;min-width:1rem;height:1px;margin-top:.25rem}@supports (color:color-mix(in lab, red, red)){.past-puzzle-leader{border-bottom:1.5px dotted color-mix(in srgb, var(--color-text-primary) 18%, transparent)}}.past-puzzle-action{flex:0 0 6.5rem;justify-content:center}.past-puzzle-action.is-replay{color:var(--color-text-tertiary);border-color:var(--color-text-tertiary);box-shadow:inset 0 0 0 2px var(--color-background), inset 0 0 0 3px var(--color-border-secondary)}.past-puzzle-action.is-replay:hover:not(:disabled){color:var(--color-background);border-color:var(--color-text-primary)}.game-shell{background:var(--color-background);min-height:0;position:relative}.game-layout{--grid-frame-gutter:.75rem;--grid-heading-gap:.45rem}.game-topbar{z-index:40;min-height:3.5rem;padding:calc(.5rem + env(safe-area-inset-top)) calc(.75rem + env(safe-area-inset-right)) .5rem calc(.75rem + env(safe-area-inset-left));background:var(--color-background);flex:none;justify-content:space-between;align-items:center;gap:.5rem;display:flex;position:relative}.game-topbar-leading,.game-topbar-actions,.game-brand-lockup{align-items:center;display:flex}.game-topbar-leading{min-width:0}.game-topbar-actions{flex:none;gap:.125rem}.game-brand-lockup{white-space:nowrap;flex:0 auto;gap:.625rem;min-width:0}.game-brand-icon{box-sizing:border-box;border:1px solid var(--color-text-primary);flex:none;width:2rem;height:2rem}@supports (color:color-mix(in lab, red, red)){.game-brand-icon{border:1px solid color-mix(in srgb, var(--color-text-primary) 14%, transparent)}}.game-brand-icon{border-radius:22%}.game-brand-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:1rem;font-weight:600;line-height:1.375rem;display:block;overflow:hidden}.game-brand-preview{flex:none;font-size:.75rem;font-weight:520;line-height:1rem}.preview-puzzle-shell{min-height:0;position:relative}.not-found-shell{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:2rem;display:flex}.not-found-brand{align-items:center;gap:.625rem;margin-bottom:2.5rem;display:flex}.not-found-icon{box-sizing:border-box;border:1px solid var(--color-text-primary);width:2rem;height:2rem}@supports (color:color-mix(in lab, red, red)){.not-found-icon{border:1px solid color-mix(in srgb, var(--color-text-primary) 14%, transparent)}}.not-found-icon{border-radius:22%}.not-found-code{letter-spacing:.08em;margin-bottom:.5rem;font-weight:540}.not-found-title{margin-bottom:.5rem}.not-found-copy{max-width:20rem;margin-bottom:1.75rem}.game-scroll-area{scrollbar-width:none;overscroll-behavior:contain;flex-direction:column;display:flex;overflow:hidden auto}.game-scroll-area::-webkit-scrollbar{display:none}.game-page-content{flex-direction:column;min-height:100%;display:flex}.game-play-stack{flex-direction:column;flex:none;margin-block:auto;display:flex}.game-play-stack>.game-layout{flex:none}.nice-try-screen{z-index:20;background:var(--color-background);flex-direction:column;justify-content:center;align-items:center;gap:.45rem;animation:1.3s both nice-try-visit;display:flex;position:absolute;inset:0}.nice-try-title{letter-spacing:-.03em;font-size:1.5rem;font-weight:600;line-height:1}.nice-try-doodle{-webkit-user-select:none;user-select:none;width:5.25rem;height:5.25rem;margin-bottom:.4rem}.dark .nice-try-doodle{filter:invert()}@keyframes nice-try-visit{0%,80%{opacity:1}to{opacity:0}}.game-puzzle-heading{justify-content:center;align-items:center;width:26.125rem;max-width:100%;margin-bottom:1.75rem;display:flex}.game-puzzle-heading.has-character{height:7.5rem;margin-bottom:var(--grid-heading-gap);position:relative}.game-puzzle-identity{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:.375rem;width:100%;display:flex;position:relative}.game-puzzle-heading.has-character .game-puzzle-identity{box-sizing:border-box;justify-content:center;height:100%;transform:translateY(.25rem)}.game-puzzle-heading.character-right .game-puzzle-identity{text-align:center;align-items:center;padding-left:0;padding-right:9.75rem}.game-puzzle-heading.character-left .game-puzzle-identity{text-align:center;align-items:center;padding-left:9.75rem;padding-right:0}.game-theme{margin:0}.game-puzzle-heading.has-character .game-theme{font-size:1.5rem;font-weight:680;line-height:1.1}.game-person-title{opacity:.78;font-size:.875rem;font-weight:500;line-height:1.25}.game-follow-button{margin-top:.25rem}.game-character{z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none;width:9.25rem;height:auto;position:absolute;bottom:-1.2rem}.character-right .game-character{right:.75rem}.character-left .game-character{left:.75rem}.game-character.is-mirrored{transform:scaleX(-1)}.game-character--peek{z-index:4;clip-path:inset(72% 4% 7% 69%)}.game-character-peek-eraser{z-index:3;right:.65rem;bottom:calc(var(--grid-frame-gutter) - var(--grid-heading-gap) - .2rem);background:var(--color-background);content:"";pointer-events:none;border-radius:50%;width:2.25rem;height:.55rem;position:absolute}.dark .game-character{filter:invert()}.puzzle-surface{z-index:2;padding:var(--grid-frame-gutter);border:var(--organic-stroke-width) solid var(--color-text-primary);background:var(--color-background);border-radius:.75rem;flex-direction:column;align-items:center;gap:2rem;padding-bottom:1.5rem;display:flex;position:relative}.game-support-action{flex:none;align-self:center;margin:1.5rem auto}.support-button{color:var(--color-text-tertiary);border-color:var(--color-text-primary);background:0 0}@supports (color:color-mix(in lab, red, red)){.support-button{border-color:color-mix(in srgb, var(--color-text-primary) 32%, transparent)}}.support-button{box-shadow:inset 0 0 0 2px var(--color-background), inset 0 0 0 3px var(--color-text-primary)}@supports (color:color-mix(in lab, red, red)){.support-button{box-shadow:inset 0 0 0 2px var(--color-background), inset 0 0 0 3px color-mix(in srgb, var(--color-text-primary) 18%, transparent)}}.support-button:hover:not(:disabled){color:var(--color-background);border-color:var(--color-text-primary)}.support-button:disabled{opacity:.45;background:0 0}.completion-main{align-items:center;padding:3rem 1.5rem 1.5rem;display:flex;overflow:hidden}.completion-content{flex-direction:column;align-items:center;width:min(24rem,100%);margin:auto;display:flex}.completion-heading{text-align:center;flex-direction:column;align-items:center;gap:.4rem;margin-bottom:0;display:flex}.completion-subtitle{font-size:var(--type-supporting-size);font-weight:var(--type-supporting-weight);line-height:var(--type-supporting-line-height)}.completion-share-stage{width:15rem;height:13rem;margin-bottom:1.75rem;position:relative}.completion-share-preview{z-index:1;aspect-ratio:4/5;border:1px solid var(--color-border-secondary);background:#fff;border-radius:.875rem;width:9.5rem;position:absolute;top:.9rem;left:50%;overflow:hidden;transform:translate(-50%)rotate(1.25deg);box-shadow:0 .25rem .75rem #00000017}.completion-share-preview img{width:100%;height:100%;display:block}.completion-share-loading{background:linear-gradient(110deg,#fff 20%,#f1f1f2 42%,#fff 64%) 0 0/240% 100%;width:100%;height:100%;animation:1.2s ease-in-out infinite share-card-loading}.completion-copy-overlay{z-index:2;display:flex;position:absolute;bottom:-.475rem;left:50%;transform:translate(-50%)}.nomination-panel{width:100%;min-height:20rem}.nomination-form{flex-direction:column;padding:.125rem .25rem .25rem;display:flex}.nomination-status-idle{min-height:0}.nomination-hero{text-align:center;flex-direction:column;align-items:center;display:flex}.nomination-artwork{object-fit:contain;filter:grayscale()contrast(8);width:8.5rem;height:7.5rem;margin:-.25rem auto 0;display:block}.nomination-field-group{margin-top:1.25rem}.nomination-input-error{margin:.375rem .25rem 0;display:block}.nomination-form>button{width:100%;margin-top:1rem}.nomination-state{text-align:center;flex-direction:column;flex:1;align-items:center;width:100%;min-height:20rem;display:flex}.nomination-state>button{width:100%;margin-top:auto}.nomination-artwork-sending{filter:none;width:13rem;height:10.25rem;margin:.375rem auto 0;position:relative;overflow:visible}.nomination-artwork-sending>img{object-fit:contain;filter:grayscale()contrast(8);width:9rem;height:9rem;position:absolute;bottom:-.625rem;left:-.375rem}.nomination-folding-card{box-sizing:border-box;border:.125rem solid var(--color-text-primary);transform-origin:50%;background:#fff;border-radius:.2rem;width:2.5rem;height:1.6rem;animation:2.4s ease-in-out infinite nomination-card-fold;position:absolute;top:5.1rem;left:6.1rem}.nomination-folding-card:after{background:var(--color-text-primary);content:"";border-radius:999px;width:1.55rem;height:.125rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-24deg)}.nomination-paper-plane{z-index:2;fill:#fff;width:2.75rem;height:2.1rem;stroke:var(--color-text-primary);stroke-width:3.25px;stroke-linecap:round;stroke-linejoin:round;opacity:0;transform-origin:50%;animation:2.4s cubic-bezier(.45,0,.2,1) infinite nomination-plane-flight;position:absolute;top:4.65rem;left:6rem;overflow:visible}.nomination-portal{border:.14rem solid var(--color-text-primary);opacity:0;border-radius:50%;width:2.5rem;height:1rem;animation:2.4s ease-in-out infinite nomination-portal-open;position:absolute;top:.875rem;right:-.25rem;transform:rotate(-14deg)}.nomination-portal:before,.nomination-portal:after{background:var(--color-text-primary);content:"";border-radius:999px;width:1.8rem;height:.125rem;position:absolute;left:50%;transform:translate(-50%)}.nomination-portal:before{top:-.55rem}.nomination-portal:after{bottom:-.55rem}.nomination-portal>span{background:var(--color-text-primary);border-radius:50%;position:absolute;inset:.18rem .32rem}.nomination-success .nomination-artwork{width:9rem;height:9rem;margin-top:-.125rem;animation:.42s cubic-bezier(.2,.8,.3,1.15) both nomination-success-arrive}.nomination-success .nomination-title{margin-top:0}@keyframes nomination-card-fold{0%,10%{opacity:1;transform:rotate(-5deg)scale(1)}19%{transform:rotate(4deg)scale(.86,.65)}27%{opacity:.8;transform:rotate(-8deg)scale(.08,.65)}28%,to{opacity:0;transform:rotate(-8deg)scale(.08,.65)}}@keyframes nomination-plane-flight{0%,25%{opacity:0;transform:translate(0)rotate(-8deg)scale(.35)}31%{opacity:1;transform:translate(0)rotate(-8deg)scale(.9)}58%{opacity:1;transform:translate(1.65rem,-1.35rem)rotate(-18deg)scale(1.35)}80%{opacity:1;transform:translate(3.7rem,-3rem)rotate(-14deg)scale(.78)}94%{opacity:0;transform:translate(5rem,-3.4rem)rotate(-12deg)scale(.12)}to{opacity:0;transform:translate(5rem,-3.4rem)rotate(-12deg)scale(.12)}}@keyframes nomination-portal-open{0%,63%,to{opacity:0;transform:rotate(-14deg)scale(.7)}72%,92%{opacity:1;transform:rotate(-14deg)scale(1)}}@keyframes nomination-success-arrive{0%{opacity:0;transform:translateY(.5rem)scale(.92)rotate(-1deg)}to{opacity:1;transform:translateY(0)scale(1)rotate(0)}}@media (prefers-reduced-motion:reduce){.nomination-folding-card{display:none}.nomination-paper-plane{opacity:1;animation:none;transform:translate(1.75rem,-1.5rem)rotate(-16deg)scale(1.1)}.nomination-portal{opacity:1;animation:none;transform:rotate(-14deg)scale(1)}.nomination-success .nomination-artwork{animation:none}}.nomination-panel,.nomination-status-idle{width:100%;height:32rem;min-height:32rem}.nomination-form{grid-template-rows:minmax(0,1fr) 7rem;padding:.25rem;display:grid}.nomination-story{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:0;display:flex}.nomination-stage{flex:0 0 14rem;place-items:center;width:20rem;height:14rem;display:grid;position:relative}.nomination-mascot{object-fit:contain;filter:grayscale()contrast(8);width:12rem;height:12rem;display:block}.nomination-mascot-ready{width:12.5rem;height:12.5rem}.nomination-motion-scene{width:20rem;height:14rem;position:relative}.nomination-title{margin-top:.625rem}.nomination-intro{max-width:20rem;margin:.5rem auto 0;line-height:1.45}.nomination-footer{flex-direction:column;width:100%;height:7rem;display:flex}.nomination-field-group{margin-top:0;position:relative}.nomination-field-group input{width:100%}.nomination-input-error{margin:0;display:block;position:absolute;top:calc(100% + .25rem);left:.25rem}.nomination-footer-idle>button,.nomination-footer-success>button{width:100%;margin-top:auto}.nomination-form .command-button-stamp-motion-invert,.nomination-form .command-button-stamp-motion-invert:hover:not(:disabled){transform:none}.nomination-form .command-button-stamp-motion-invert:active:not(:disabled){transform:translateY(1px)scale(.975)}.nomination-plane{z-index:3;fill:#fff;width:4.25rem;height:3.25rem;stroke:var(--color-text-primary);stroke-width:3.25px;stroke-linecap:round;stroke-linejoin:round;display:block;position:absolute;overflow:visible}.nomination-mascot-throwing{width:11rem;height:11rem;position:absolute;bottom:.25rem;left:2.25rem}.nomination-plane-throw{animation:.72s cubic-bezier(.2,.75,.25,1) both nomination-plane-throw;top:6.1rem;left:11.7rem}.nomination-plane-coast{animation:1.6s ease-in-out infinite nomination-plane-coast;top:4.8rem;left:14.2rem}.nomination-cloud{border-top:.15rem solid var(--color-text-primary);opacity:.22;border-radius:50%;width:3.25rem;height:1.25rem;position:absolute}.nomination-cloud-one{top:3rem;left:2.5rem;transform:rotate(-6deg)}.nomination-cloud-two{bottom:2.9rem;right:2.25rem;transform:rotate(5deg)scale(.75)}.nomination-plane-deliver{animation:.82s cubic-bezier(.4,0,.2,1) both nomination-plane-deliver;top:5.1rem;left:1.75rem}.nomination-delivery-portal{z-index:2;border:.17rem solid var(--color-text-primary);border-radius:50%;width:4.2rem;height:2rem;animation:.82s ease-in-out both nomination-delivery-portal-open;position:absolute;top:4.65rem;right:1.9rem;transform:rotate(-12deg)}.nomination-delivery-portal:before,.nomination-delivery-portal:after{background:var(--color-text-primary);content:"";border-radius:999px;width:3.2rem;height:.14rem;position:absolute;left:50%;transform:translate(-50%)}.nomination-delivery-portal:before{top:-.7rem}.nomination-delivery-portal:after{bottom:-.7rem}.nomination-delivery-portal-core{background:var(--color-text-primary);border-radius:50%;position:absolute;inset:.32rem .52rem}.nomination-success-scene{place-items:center;display:grid}.nomination-success-scene .nomination-delivery-portal{width:7rem;height:3.35rem;animation:.42s cubic-bezier(.2,.8,.3,1.15) both nomination-success-portal;position:relative;top:auto;right:auto;transform:rotate(-4deg)}.nomination-success-scene .nomination-delivery-portal:before,.nomination-success-scene .nomination-delivery-portal:after{width:5.3rem}.nomination-delivery-portal-check{z-index:2;fill:none;stroke:#fff;stroke-width:3.5px;stroke-linecap:round;stroke-linejoin:round;width:2rem;height:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(4deg)}.nomination-success-ray{background:var(--color-text-primary);border-radius:999px;width:1.75rem;height:.15rem;position:absolute}.nomination-success-ray-one{top:3.5rem;left:4.3rem;transform:rotate(28deg)}.nomination-success-ray-two{top:3.5rem;right:4.3rem;transform:rotate(-28deg)}.nomination-success-ray-three{bottom:3.35rem;left:4.4rem;transform:rotate(-28deg)}.nomination-success-ray-four{bottom:3.35rem;right:4.4rem;transform:rotate(28deg)}@keyframes nomination-plane-throw{0%{opacity:.9;transform:translate(-.8rem,1.15rem)rotate(5deg)scale(.82)}to{opacity:1;transform:translate(2.5rem,-1.3rem)rotate(-13deg)scale(1)}}@keyframes nomination-plane-coast{0%{transform:translate(0)rotate(-13deg)}50%{transform:translate(-4.5rem,-1.2rem)rotate(-7deg)scale(1.08)}to{transform:translate(-10.25rem,.65rem)rotate(-14deg)}}@keyframes nomination-plane-deliver{0%{opacity:1;transform:translateY(.5rem)rotate(-14deg)scale(1)}65%{opacity:1;transform:translate(9rem,-.6rem)rotate(-10deg)scale(.78)}to{opacity:0;transform:translate(12rem,-.45rem)rotate(-8deg)scale(.08)}}@keyframes nomination-delivery-portal-open{0%{opacity:0;transform:rotate(-12deg)scale(.65)}35%,85%{opacity:1;transform:rotate(-12deg)scale(1)}to{opacity:.88;transform:rotate(-12deg)scale(.88)}}@keyframes nomination-success-portal{0%{opacity:0;transform:rotate(-4deg)scale(.75)}to{opacity:1;transform:rotate(-4deg)scale(1)}}@media (prefers-reduced-motion:reduce){.nomination-plane-throw,.nomination-plane-coast,.nomination-plane-deliver,.nomination-delivery-portal,.nomination-success-scene .nomination-delivery-portal{animation:none}.nomination-plane-throw{transform:translate(2.5rem,-1.3rem)rotate(-13deg)}.nomination-plane-coast{left:8rem;transform:rotate(-10deg)}.nomination-plane-deliver{display:none}}.nomination-simple{flex-direction:column;width:100%;min-height:0;padding:.125rem .25rem .25rem;display:flex}.nomination-simple-hero{text-align:center;flex-direction:column;align-items:center;display:flex}.nomination-simple-artwork{object-fit:contain;filter:grayscale()contrast(8);width:9.5rem;height:9.5rem;margin:-.5rem auto 0;display:block}.nomination-simple-title{margin-top:.25rem}.nomination-simple-intro{max-width:20rem;font-size:var(--type-supporting-size);font-weight:var(--type-supporting-weight);line-height:var(--type-supporting-line-height);margin:.5rem auto 0}.nomination-simple-field{margin-top:1.25rem}.nomination-simple-field input{width:100%;font-size:var(--type-field-size);font-weight:var(--type-field-weight);line-height:var(--type-field-line-height)}.nomination-simple-field input::placeholder{color:var(--color-text-secondary);opacity:1}.nomination-simple-error{margin:.375rem .25rem 0;display:block}.nomination-simple>button{width:100%;margin-top:1rem}.nomination-simple .command-button-stamp-motion-invert,.nomination-simple .command-button-stamp-motion-invert:hover:not(:disabled){transform:none}.nomination-simple .command-button-stamp-motion-invert:active:not(:disabled){transform:translateY(1px)scale(.975)}.completion-actions{align-items:center;gap:.75rem;margin-top:2.375rem;display:flex}.completion-footer{flex:none;justify-content:center;padding:.5rem 1rem 1.25rem;display:flex}@keyframes share-card-loading{to{background-position-x:-240%}}.word-search-grid{isolation:isolate;--grid-cell-size:2.5rem;--grid-gap:.125rem;gap:var(--grid-gap);--word-ring-1:#06c;--word-ring-2:#14833b;--word-ring-3:#7137ad;--word-ring-4:#b84f00;--word-ring-5:#007c91;--word-ring-6:#c2185b;--word-ring-7:#8a6800;--word-ring-8:#4f46b8;--word-ring-9:#00796b;--word-ring-10:#157a9c;--word-ring-11:#8e24aa;--word-ring-12:#876126;--word-ring-13:#568500;--word-ring-14:#a61e7d;--word-ring-15:#006b65;position:relative}.dark .word-search-grid{--word-ring-1:#64d2ff;--word-ring-2:#30d158;--word-ring-3:#bf5af2;--word-ring-4:#ff9f0a;--word-ring-5:#40cbea;--word-ring-6:#ff5c8a;--word-ring-7:#ffd60a;--word-ring-8:#8e8cff;--word-ring-9:#63e6be;--word-ring-10:#5ac8fa;--word-ring-11:#d98cff;--word-ring-12:#d6a56d;--word-ring-13:#a8e063;--word-ring-14:#ff70d3;--word-ring-15:#2dd4bf}.grid-cell{z-index:1;width:var(--grid-cell-size);height:var(--grid-cell-size);font-family:var(--font-sans);color:var(--color-text-primary);-webkit-user-select:none;user-select:none;background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;transition:color .1s,transform .1s;display:flex;position:relative}.grid-cell:after{content:"";border:var(--organic-stroke-width) solid var(--color-text-primary);opacity:0;pointer-events:none;border-radius:51% 47% 53% 49%;transition:transform .12s cubic-bezier(.22,1,.36,1);position:absolute;inset:2px;transform:rotate(-3deg)scale(.88)}.word-search-grid:not(.is-dragging):not(.is-tap-selecting):not(.is-rejecting) .grid-cell.is-hovered:after{opacity:.55;transform:rotate(-1deg)scale(1)}.word-ring-layer{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.word-ring-path{fill:none;stroke-linecap:round;stroke-linejoin:round}.word-ring-found{stroke-width:var(--organic-stroke-width);stroke-dasharray:100;stroke-dashoffset:0;opacity:.72}.word-ring-found-new{stroke-dashoffset:100px;animation:.36s cubic-bezier(.22,1,.36,1) forwards word-ring-draw}.word-ring-preview{stroke:var(--color-text-primary);stroke-width:var(--organic-stroke-width);opacity:.92}.word-ring-rejected{stroke:var(--red);stroke-width:var(--organic-stroke-width);opacity:0;animation:.44s ease-out forwards word-ring-reject}@keyframes word-ring-draw{to{stroke-dashoffset:0}}@keyframes word-ring-reject{0%{opacity:.95}32%{opacity:1}to{opacity:0}}.word-list{grid-template-rows:repeat(5,minmax(0,auto));grid-auto-flow:column;width:26.125rem;max-width:100%}.word-label{appearance:none;background:0 0;border:0;padding:0;font-family:inherit;transition:color .16s;display:inline-block}.word-label-copy{display:inline-block;position:relative}.word-label-contextual{cursor:help}.word-label-contextual:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:.2rem}.word-context-tooltip{z-index:100;box-sizing:border-box;border:1px solid var(--color-border-secondary);background:var(--color-surface-popover);width:max-content;max-width:min(13rem,100vw - 1.5rem);transform-origin:var(--radix-tooltip-content-transform-origin);border-radius:.75rem;padding:.6875rem .75rem .625rem;animation:.14s cubic-bezier(.16,1,.3,1) word-context-tooltip-in;box-shadow:0 .375rem 1.25rem #00000014,0 1px 2px #0000000f}.word-context-description{text-align:left;margin:0;font-size:.8125rem;font-weight:400;line-height:1.125rem}.word-context-source{box-sizing:border-box;height:1.375rem;min-height:1.375rem;color:var(--color-text-tertiary);border:1px solid var(--color-border-secondary);gap:.25rem;margin:.5rem 0 0;padding-left:.5rem;padding-right:.5rem}@supports (color:color-mix(in lab, red, red)){.word-context-source{border:1px solid color-mix(in srgb, var(--color-border-secondary) 70%, transparent)}}.word-context-source{background:var(--color-text-primary)}@supports (color:color-mix(in lab, red, red)){.word-context-source{background:color-mix(in srgb, var(--color-text-primary) 5%, transparent)}}.word-context-source{letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;border-radius:999px;font-size:.5625rem;font-weight:500;line-height:.75rem;transition:color .12s,background .12s,border-color .12s}.word-context-source:hover:not(:disabled){color:var(--color-text-primary);border-color:var(--color-border-secondary);background:var(--color-text-primary)}@supports (color:color-mix(in lab, red, red)){.word-context-source:hover:not(:disabled){background:color-mix(in srgb, var(--color-text-primary) 10%, transparent)}}.word-context-source-mark{width:.625rem;height:.625rem;color:var(--color-text-tertiary);flex:none;justify-content:center;align-items:center;display:inline-flex;transform:none}.word-context-source-mark>svg{stroke-width:1.6px;width:.625rem;height:.625rem;display:block}.word-context-source-label{font-size:.5625rem;font-weight:500;line-height:1}.word-context-tooltip-arrow{z-index:1;width:1rem;height:.5rem;display:block;overflow:visible}.word-context-tooltip-arrow-diamond{border-right:1px solid var(--color-border-secondary);border-bottom:1px solid var(--color-border-secondary);background:var(--color-surface-popover);border-radius:0 0 .1875rem;width:.6875rem;height:.6875rem;display:block;position:absolute;top:-.34375rem;left:.15625rem;transform:rotate(45deg)}@keyframes word-context-tooltip-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.word-context-tooltip{animation:none}}.word-crossout{pointer-events:none;width:104%;height:.875rem;position:absolute;top:50%;left:-2%;overflow:visible;transform:translateY(-47%)}.word-crossout path{fill:none;stroke:var(--color-text-primary);stroke-width:var(--organic-stroke-width);opacity:.72;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:0}.word-crossout-new path{stroke-dashoffset:100px;animation:.28s cubic-bezier(.22,1,.36,1) forwards word-crossout-draw}@keyframes word-crossout-draw{to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.nice-try-screen,.word-crossout-new path,.word-ring-found-new{stroke-dashoffset:0;animation:none}.word-ring-rejected{animation-duration:.18s}}@media (width>=80rem) and (height>=70rem){.game-layout{--grid-frame-gutter:.875rem;--grid-heading-gap:.53125rem;padding-top:1.75rem;padding-bottom:1.75rem}.game-puzzle-heading,.word-list{width:30.8275rem}.game-puzzle-heading.has-character{height:8.85rem}.game-puzzle-heading.character-right .game-puzzle-identity{padding-right:11.5rem}.game-puzzle-heading.character-left .game-puzzle-identity{padding-left:11.5rem}.game-puzzle-heading.has-character .game-theme{font-size:1.75rem}.game-person-title{font-size:1rem}.game-follow-button{min-width:6.75rem;height:2rem;min-height:2rem;font-size:.75rem}.game-character{width:10.875rem;bottom:-1.4rem}.character-right .game-character{right:.875rem}.character-left .game-character{left:.875rem}.game-character-peek-eraser{right:.75rem;bottom:calc(var(--grid-frame-gutter) - var(--grid-heading-gap) - .235rem);width:2.65rem;height:.65rem}.word-search-grid{--grid-cell-size:2.95rem;--grid-gap:.1475rem}.puzzle-surface{border-radius:.875rem}.grid-cell{font-size:1.125rem}.puzzle-surface{gap:2.35rem;padding-bottom:1.75rem}.game-layout .word-list{gap:.875rem 2.95rem}.game-layout .word-list .web-text-large-strong{font-size:1.125rem;line-height:1.5rem}.word-crossout{height:1rem}}@media (width<=35rem){:is(.web-game-stage:has(>.game-shell),.web-game-stage:has(>.preview-puzzle-shell)){height:auto;min-height:100dvh;overflow:visible}.preview-puzzle-shell,.game-shell{height:auto;min-height:100dvh}.game-scroll-area{flex:1 0 auto;overflow-y:visible}.past-puzzles-wrap{padding-top:calc(1.25rem + env(safe-area-inset-top))}.past-puzzles-header{min-height:0}.word-search-grid{--grid-cell-size:min(2.5rem, calc((100vw - 3.25rem) / 10.45));--grid-gap:calc(var(--grid-cell-size) / 20)}.grid-cell{font-size:clamp(.75rem,3.8vw,1rem)}}@media (width<=22rem){.game-topbar{padding-right:calc(.5rem + env(safe-area-inset-right));padding-left:calc(.5rem + env(safe-area-inset-left));gap:.375rem}.game-topbar-leading{min-width:0}.game-brand-lockup{gap:.5rem}.game-brand-icon{width:1.75rem;height:1.75rem}.game-character{width:8rem}.game-puzzle-heading.character-right .game-puzzle-identity{padding-right:8rem}.game-puzzle-heading.character-left .game-puzzle-identity{padding-left:8rem}}@media (pointer:coarse){.command-icon-button{width:2.75rem;min-width:2.75rem;height:2.75rem}.command-icon-button .command-control-glyph{width:.9375rem;height:.9375rem}.command-icon-button .command-icon-button-outline{width:auto;height:auto;inset:.375rem}.game-topbar-actions .command-icon-button:first-child .command-icon-button-label,.game-topbar-actions .command-icon-button:first-child .command-icon-button-outline{translate:.1875rem}.game-topbar-actions .command-icon-button:last-child .command-icon-button-label,.game-topbar-actions .command-icon-button:last-child .command-icon-button-outline{translate:-.1875rem}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@keyframes spin{to{transform:rotate(360deg)}}
