.playtest-panel{display:grid;gap:22px}.playtest-intro{display:flex;gap:16px;align-items:flex-start}.playtest-intro>svg{margin-top:3px;color:var(--moss, var(--muted));flex:none}.playtest-panel h3{margin:0;font:600 15px DM Sans,sans-serif}.playtest-panel p{margin:7px 0 0;line-height:1.55}.playtest-intro p,.playtest-restart p{color:var(--muted);font-size:13px}.playtest-seats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.playtest-seat{position:relative;display:grid;grid-template-columns:34px 1fr;gap:5px 12px;padding:20px 16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);text-decoration:none}.playtest-seat-number{grid-row:span 2;align-self:center;color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.playtest-seat strong{font-size:17px}.playtest-seat>span:last-of-type{color:var(--muted);font-size:11px}.playtest-seat-link{padding-right:40px;transition:border-color .15s,background .15s}.playtest-seat-link>svg{position:absolute;right:15px;top:22px}.playtest-seat-link:hover{border-color:var(--line);background:var(--card)}.playtest-seat-link:focus-visible,.playtest-preset:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.playtest-panel .playtest-caption{color:var(--muted);font-size:12px;margin:0}.playtest-section-heading{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:12px}.playtest-section-heading>span{color:var(--muted);font-size:12px}.playtest-presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:10px}.playtest-preset{position:relative;display:grid;gap:8px;border:1px solid var(--line);border-radius:7px;padding:15px 12px;text-align:left;color:var(--ink);background:var(--surface);cursor:pointer}.playtest-preset strong{font-size:12px}.playtest-preset>span{font-size:11px;line-height:1.5;color:var(--muted)}.playtest-preset.selected{background:var(--card);border-color:var(--line);box-shadow:inset 3px 0 var(--shadow)}.playtest-preset-check{position:absolute;right:12px;top:15px}.playtest-preset:disabled{cursor:default;opacity:.6}.playtest-restart{display:flex;align-items:center;gap:18px;justify-content:space-between;border-top:1px solid var(--line);padding-top:20px}.playtest-restart .button{flex:none}.playtest-feedback{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--muted)}.playtest-feedback>svg{flex:none}.playtest-feedback.error{color:var(--danger)}.playtest-panel>.button{justify-self:start}@media(max-width:580px){.playtest-presets,.playtest-seats{grid-template-columns:1fr}.playtest-restart{align-items:flex-start;flex-direction:column}}.prop-library{display:grid;gap:22px}.prop-library .form-note,.prop-library .form-error{margin:0}.prop-library .form-error,.prop-notice,.prop-loading{display:flex;align-items:flex-start;gap:9px}.prop-notice,.prop-loading{font-size:13px;line-height:1.6;color:var(--ink)}.prop-section-title{font-size:14px;font-weight:650;margin:0 0 12px}.prop-section-heading{display:flex;align-items:center;gap:12px;justify-content:space-between;margin-bottom:12px}.prop-section-heading .prop-section-title{margin:0}.prop-section-heading>span{font-size:12px;color:var(--muted)}.prop-builtins{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.prop-builtin{display:flex;align-items:center;gap:10px;padding:15px 12px;background:var(--card);border:1px solid var(--line);border-radius:7px;text-align:left;min-height:68px}.prop-builtin>svg:first-child{color:var(--muted)}.prop-builtin span{flex:1;font-size:13px}.prop-builtin>svg:last-child{color:var(--muted)}.prop-builtin:hover:not(:disabled){background:var(--card);border-color:var(--line)}.prop-model-list{border-top:1px solid var(--line);max-height:260px;overflow:auto}.prop-model{display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid var(--line)}.prop-model>svg{color:var(--muted)}.prop-model-name{flex:1;min-width:0;display:grid;gap:5px}.prop-model-name strong{font-size:14px;font-weight:550;overflow-wrap:anywhere}.prop-model-name span{font-size:11px;color:var(--muted)}.prop-review-link{min-width:32px;min-height:36px;display:grid;place-items:center;border-radius:6px}.prop-review-link:hover{background:var(--soft)}.prop-empty,.prop-import>p,.prop-review>p{font-size:13px;line-height:1.7;color:var(--muted)}.prop-empty{padding:16px 0;border-block:1px solid var(--line)}.prop-review{border-left:3px solid var(--line);padding:18px 20px;background:var(--card);border-radius:0 8px 8px 0;display:grid;gap:16px}.prop-review .prop-section-heading{margin:0}.prop-review h3{font-size:15px;overflow-wrap:anywhere}.prop-review details{font-size:12px;color:var(--muted)}.prop-review dl{display:grid;gap:8px}.prop-review dl>div{display:grid;grid-template-columns:95px 1fr;gap:8px}.prop-review dd{margin:0;overflow-wrap:anywhere}.prop-review-actions{display:flex;gap:16px;justify-content:space-between;align-items:center}.prop-import{border-top:1px solid var(--line);padding-top:19px}.prop-import summary{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;font-weight:600;padding:3px 0}.prop-import summary:after{content:"+";margin-left:auto;font-size:18px;font-weight:400}.prop-import[open] summary:after{content:"−"}.prop-import>p{margin:15px 0 20px}.prop-import form{gap:18px}.prop-import input[type=file]{font-size:12px}.prop-import input::file-selector-button{border:1px solid var(--line);border-radius:5px;padding:7px 10px;margin-right:10px;background:var(--soft);color:var(--ink);cursor:pointer}.prop-import .button{justify-self:start}@media(max-width:600px){.prop-builtins{grid-template-columns:repeat(2,minmax(0,1fr))}.prop-model{flex-wrap:wrap}.prop-model-name{min-width:calc(100% - 50px)}.prop-model .button{margin-left:37px}.prop-review-actions{flex-wrap:wrap}}@font-face{font-family:DM Sans;src:url(/ui-assets/DMSans-OkNhvBry.ttf) format("truetype");font-style:normal;font-weight:200 800;font-display:swap}@font-face{font-family:Bricolage Grotesque;src:url(/ui-assets/BricolageGrotesque-IeJf__1j.ttf) format("truetype");font-style:normal;font-weight:100 900;font-display:swap}:root{font-family:DM Sans,system-ui,sans-serif;color:var(--ink);background:var(--surface);font-synthesis:none;font-weight:450}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.55}button,a{touch-action:manipulation}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--accent);outline-offset:4px}a{color:inherit}h1,h2,h3,p{margin:0}button{color:inherit}h1,h2{font-family:Bricolage Grotesque,sans-serif;font-weight:400}h1{font-size:clamp(32px,3vw,45px);letter-spacing:-1.5px;line-height:1.15}h2{font-size:26px;letter-spacing:-.7px}h3{font-weight:650;font-size:17px;line-height:1.3}svg{flex-shrink:0}button{border:0;background:none}button,a{transition:background-color .13s,color .13s,box-shadow .13s}input,select,textarea{width:100%;color:var(--ink);border:1px solid var(--line);border-radius:7px;padding:12px;background:var(--surface);min-width:0}textarea{resize:vertical}label{font-size:14px;font-weight:550;display:grid;gap:8px}form{display:grid;gap:22px}.masthead{height:88px;padding:0 5%;display:flex;align-items:center;border-bottom:1px solid var(--line);gap:55px;background:var(--surface)}.brand{font-family:Bricolage Grotesque,sans-serif;font-size:28px;text-decoration:none;display:flex;align-items:center;gap:9px;letter-spacing:-1px;white-space:nowrap}.brand-mark{display:grid;place-items:center;border:1px solid var(--line);width:34px;height:39px;border-radius:50% 50% 43% 43%;transform:rotate(-9deg);color:var(--muted)}.alpha{font:650 8px DM Sans,sans-serif;letter-spacing:1.3px;background:var(--card);padding:4px 5px;align-self:flex-start;margin-top:6px}.masthead nav{display:flex;align-self:stretch;gap:28px}.masthead nav button{font-weight:550;display:flex;align-items:center;gap:9px;padding:0 3px;position:relative;color:var(--muted)}.masthead nav button[aria-current]{color:var(--accent)}.masthead nav button[aria-current]:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;border-radius:3px;background:var(--accent)}.masthead nav button:hover{color:var(--ink)}.account-area{margin-left:auto;display:flex;align-items:center;gap:12px}.account-button{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600}.account-monogram{background:var(--card);border:1px solid var(--line);width:33px;height:33px;border-radius:50%;display:grid;place-items:center;font-family:Georgia;font-size:18px}.icon-button{display:inline-grid;place-items:center;min-width:32px;min-height:32px;border-radius:7px;padding:5px}.icon-button:hover{background:color-mix(in srgb,var(--soft) 6%,transparent)}.button{display:inline-flex;justify-content:center;align-items:center;gap:10px;padding:14px 21px;border-radius:8px;border:1px solid var(--line);background:var(--accent);color:var(--action-ink);font-size:14px;font-weight:600;line-height:1.4;text-decoration:none;box-shadow:0 2px 0 var(--shadow);white-space:nowrap}.button:hover:not(:disabled){background:var(--soft);box-shadow:0 3px 8px var(--shadow)}.button.small{padding:9px 14px;font-size:13px}.button.secondary{background:var(--surface);border-color:var(--line);color:var(--ink)}.button.secondary:hover{background:var(--card)}.button.cream{background:var(--card);color:var(--ink);border-color:var(--line);padding:15px 24px}.button.cream:hover{background:var(--card)}.button.wide,.text-button.wide{width:100%}.text-button{font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 0;text-decoration:none}.text-button:hover{text-decoration:underline;text-underline-offset:4px}.text-button.light{color:var(--action-ink)}.main{max-width:1380px;margin:auto;padding:46px 5% 75px;min-height:calc(100vh - 165px)}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:25px;margin-bottom:35px}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:650;margin-bottom:11px;color:var(--muted)}.eyebrow.light{color:var(--muted)}.search{display:flex;align-items:center;gap:10px;min-width:250px;border:1px solid var(--line);background:var(--surface);padding:0 13px;border-radius:8px;color:var(--muted);height:44px}.search input{border:0;background:none;outline:0;padding:10px 0;font-size:13px;font-weight:400}.byline{font-size:11px;color:var(--muted);margin:13px 0 25px}.game-cover{width:100%;height:auto;aspect-ratio:16/10;background:var(--soft) center center/cover no-repeat;overflow:hidden;border-radius:10px}.cover-placeholder{height:100%;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;color:var(--action-ink);background:radial-gradient(ellipse at 60% 90%,color-mix(in srgb,var(--soft) 33%,transparent),transparent 70%),var(--soft);border:1px solid color-mix(in srgb,var(--line) 13%,transparent)}.cover-placeholder span{font:400 30px Bricolage Grotesque,sans-serif;max-width:70%;text-align:center}.cover-placeholder small{font-size:8px;letter-spacing:2px}.section-heading{display:flex;align-items:baseline;justify-content:space-between;margin:36px 0 21px;gap:20px}.section-heading h2{font-size:26px}.section-heading>span,.section-heading p{font-size:12px;color:var(--muted)}.section-heading p{margin-top:9px;line-height:1.7}.game-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.game-card{display:block;text-align:left;padding:0}.game-card:hover .game-cover{box-shadow:0 0 0 3px var(--shadow)}.game-card-meta{display:flex;align-items:center;justify-content:space-between;padding:16px 0 10px;gap:15px}.game-card-meta p{font-size:12px;color:var(--muted);margin-top:5px}.game-card-meta svg{color:var(--muted)}.tags{display:flex;gap:8px;flex-wrap:wrap;font-size:10px;color:var(--muted)}.tags span{padding:4px 9px;border:1px solid var(--line);border-radius:4px}.footer{border-top:1px solid var(--line);padding:24px 5%;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.footer span,.footer a{display:flex;align-items:center;gap:8px;text-decoration:none}.empty{margin:30px 0;padding:48px 24px;text-align:center;display:flex;align-items:center;flex-direction:column;color:var(--muted);background:var(--card);border:1px dashed var(--line);border-radius:10px}.empty h3{font:400 26px Bricolage Grotesque,sans-serif;color:var(--ink);margin:18px 0 8px}.empty p{font-size:14px;line-height:1.65;max-width:430px;color:var(--muted)}.empty .button{margin-top:25px}.project-list{border-top:1px solid var(--line)}.project-entry{display:flex;align-items:center;border-bottom:1px solid var(--line)}.project-delete{flex-shrink:0;margin:0 12px}.project-row{display:flex;align-items:center;width:100%;text-align:left;gap:18px;padding:20px 8px;min-width:0}.project-row:hover{background:var(--card)}.project-glyph{width:50px;height:50px;background:var(--card);color:var(--muted);border-radius:10px;display:grid;place-items:center}.project-row p{margin-top:6px;color:var(--muted);font-size:12px}.project-status{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted);margin-left:auto}.template-heading{margin-top:50px}.template{border-radius:10px;overflow:hidden;border:1px solid var(--line);background:var(--surface)}.template .game-cover{border-radius:0;aspect-ratio:16/9}.template>div:last-child{padding:22px}.template p{font-size:12px;color:var(--muted);line-height:1.7;margin-top:10px}.template .text-button{margin-top:14px}.wardrobe-main{padding-bottom:35px}.wardrobe-layout{display:grid;grid-template-columns:1fr 1fr;gap:45px}.wardrobe-actions{display:flex;gap:22px}.fitting-room{min-height:580px;background:var(--card);border:1px solid var(--line);border-radius:46% 46% 12px 12px;position:relative;overflow:hidden;display:flex;flex-direction:column;box-shadow:inset 0 0 0 7px var(--shadow)}.fitting-room .engine{flex:1;min-height:500px}.preview-caption{position:absolute;bottom:0;left:0;right:0;padding:20px;background:color-mix(in srgb,var(--surface) 95%,transparent);border-top:1px solid var(--line);text-align:center;display:grid;gap:5px}.preview-caption span{font:400 24px Bricolage Grotesque,sans-serif}.preview-caption small{font-size:11px;color:var(--muted)}.preview-invitation{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;padding:50px;text-align:center}.preview-invitation p{font-size:13px;color:var(--muted)}.slot-tabs{display:flex;gap:5px;flex-wrap:wrap;padding-bottom:18px;border-bottom:1px solid var(--line);margin-bottom:18px}.slot-tabs button{padding:9px 13px;border-radius:6px;font-size:12px}.slot-tabs button[aria-selected=true]{background:var(--action);color:var(--action-ink)}.slot-tabs button:hover:not([aria-selected=true]){background:var(--card)}.wardrobe-browser .search{margin-bottom:16px}.item-list{display:flex;flex-direction:column;max-height:460px;overflow:auto;padding-right:8px}.item-row{display:flex;align-items:center;gap:14px;border:1px solid transparent;border-bottom-color:var(--line);padding:12px 10px;text-align:left;border-radius:6px}.item-row>span:nth-child(2){display:grid;gap:4px}.item-row strong{font-size:13px;font-weight:550}.item-row small{font-size:10px;color:var(--muted)}.item-row>svg,.item-row .selected-check{margin-left:auto}.item-row:hover{background:var(--card)}.item-row.selected{background:var(--card);border-color:var(--line)}.swatch{width:46px;height:46px;border-radius:7px;display:grid;place-items:center;background:var(--swatch);color:var(--ink);border:1px solid color-mix(in srgb,var(--line) 13%,transparent)}.selected-check{border-radius:50%;background:var(--action);color:var(--action-ink);width:22px;height:22px;display:grid;place-items:center}.empty-copy{font-size:13px;color:var(--muted);padding:25px 5px}.load-more{display:flex;margin:28px auto}.dialog{padding:30px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--ink);width:min(470px,calc(100vw - 32px));max-height:calc(100vh - 55px);box-shadow:0 24px 100px var(--shadow)}.dialog::backdrop{background:color-mix(in srgb,var(--soft) 63%,transparent);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:23px}.dialog-heading h2{font-size:29px;line-height:1.15}.wide-dialog{width:min(660px,calc(100vw - 32px))}.dialog-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.detail-description{line-height:1.75;font-size:15px;margin:22px 0 16px}.detail-meta{font-size:11px;color:var(--muted);display:flex;justify-content:space-between;gap:20px}.form-note{font-size:13px;line-height:1.7;color:var(--muted);margin-bottom:15px}.dev-login{border-top:1px solid var(--line);margin-top:26px;padding-top:19px;font-size:12px}.dev-login summary{cursor:pointer;font-weight:600}.dev-login>p{line-height:1.7;color:var(--muted);margin:13px 0 20px}.dev-login form{gap:15px}.toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%);background:var(--soft);color:var(--action-ink);box-shadow:0 8px 25px var(--shadow);border:1px solid var(--line);border-radius:10px;padding:14px 14px 14px 19px;display:flex;align-items:center;gap:12px;max-width:min(660px,calc(100vw - 32px));z-index:100;font-size:13px}.toast span{line-height:1.5}.toast.error{background:var(--danger-bg);border-color:var(--line)}.toast .icon-button{color:inherit}.spin{animation:spin 1.3s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.engine{display:block;border:0;width:100%;height:100%;min-height:0;background:var(--card)}.player-shell,.workspace{height:100dvh;display:flex;flex-direction:column}.player-shell{--player-header-height: 50px}.player-shell>header{height:var(--player-header-height);padding:0 22px;display:flex;align-items:center;gap:25px;border-bottom:1px solid var(--line);font-size:13px;background:var(--surface);flex-shrink:0}.player-shell>header strong{font-weight:600}.player-shell>header>span{font-size:11px;color:var(--muted);margin-left:auto}.player-shell>.engine,.workspace>.engine{flex:1}.workspace-bar{height:66px;display:flex;align-items:center;padding:0 22px;gap:18px;background:var(--surface);border-bottom:1px solid var(--line);flex-shrink:0}.workspace-bar>div{display:grid;gap:4px}.workspace-bar strong{font-size:14px}.workspace-divider{height:26px;width:1px;background:var(--line)}.save-state{display:flex;align-items:center;gap:4px;font-size:10px;color:var(--muted)}.spacer{flex:1}.conflict-bar{display:flex;align-items:center;gap:15px;font-size:12px;line-height:1.5;padding:14px 22px;background:var(--card);border-bottom:1px solid var(--line)}.conflict-bar>span{flex:1}.danger{color:var(--danger)}.button.destructive{background:var(--danger-bg);color:var(--danger)}.button.destructive:hover{background:var(--danger-bg)}.checkbox{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:400}.checkbox input{width:16px;height:16px;accent-color:var(--accent)}.checkbox.inline{display:inline-flex;margin-right:15px}.key-secret{padding:18px;background:var(--card);border:1px solid var(--line);border-radius:8px;font-size:12px;display:grid;gap:16px}.key-secret code{overflow-wrap:anywhere}.key-list{margin:25px 0}.key-list>div{display:flex;align-items:center;gap:20px;border-top:1px solid var(--line);padding:14px 0}.key-list>div>span{display:grid;gap:5px;flex:1}.key-list strong{font-size:13px;font-weight:550}.key-list small{font-size:11px;color:var(--muted)}fieldset{border:1px solid var(--line);border-radius:7px;padding:15px;display:block}fieldset legend{font-size:12px;color:var(--muted)}fieldset>label+label{margin-top:9px}.published-symbol{display:flex;justify-content:center;align-items:center;gap:12px;padding:15px;color:var(--muted)}.published-symbol+p{text-align:center}@media(min-width:1450px){.main{padding-left:42px;padding-right:42px}.game-grid{gap:33px}}@media(max-width:1000px){.masthead{gap:30px;padding:0 4%;height:76px}.masthead nav{gap:17px}.brand{font-size:25px}.alpha{display:none}.main{padding:34px 4% 60px}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wardrobe-layout{gap:25px}.account-button{font-size:12px}}@media(max-width:720px){.masthead{height:auto;min-height:64px;flex-wrap:wrap;gap:0;padding-top:14px}.brand{font-size:26px}.account-area{margin-left:auto}.account-button{font-size:0}.account-button>svg{display:none}.masthead nav{order:3;flex-basis:100%;height:54px;justify-content:center;gap:40px}.masthead nav button{font-size:13px}.page-heading{align-items:flex-start;flex-direction:column;gap:20px;margin-bottom:26px}h1{font-size:34px}.search{width:100%}.eyebrow{font-size:8px;letter-spacing:1.4px}.game-grid{gap:24px 16px}.game-card h3{font-size:14px}.game-card-meta{padding-top:12px}.game-card-meta svg{display:none}.section-heading{align-items:center;margin:28px 0 18px}.section-heading h2{font-size:24px}.section-heading>span{font-size:10px}.tags{gap:4px}.tags span{font-size:8px;padding:3px 6px}.cover-placeholder{gap:10px}.cover-placeholder span{font-size:22px}.cover-placeholder small{display:none}.cover-placeholder svg{width:25px}.template>div:last-child{padding:16px}.template p{font-size:11px}.footer{padding:23px 4%;font-size:9px;gap:15px}.wardrobe-layout{grid-template-columns:1fr}.fitting-room{min-height:390px;border-radius:42% 42% 9px 9px}.fitting-room .engine{min-height:380px}.wardrobe-actions{align-self:stretch;justify-content:flex-end}.wardrobe-browser .item-list{max-height:500px}.project-row{gap:12px}.project-status{font-size:0}.project-row h3{font-size:14px}.dialog{padding:23px}.dialog-actions,.conflict-bar{flex-wrap:wrap}.conflict-bar>span{flex-basis:80%}.workspace-bar{gap:12px;padding:0 12px}.workspace-bar .text-button{font-size:0}.workspace-bar strong{max-width:155px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-shell>header{gap:18px;padding:0 13px}.player-shell>header>span{display:none}.toast{bottom:15px;width:calc(100vw - 30px)}.detail-meta{flex-direction:column;gap:8px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.asset-workshop{display:grid;gap:28px}.asset-workshop form{max-width:none}.build-avatar{height:460px;border-radius:16px;overflow:hidden;background:var(--soft)}.build-avatar .engine{width:100%;height:100%}.build-review{padding-bottom:24px;border-bottom:1px solid var(--line)}.build-status{font-size:13px;color:var(--muted)}.color-pair{display:flex;gap:20px}.color-pair label{flex:1}.color-pair input{height:46px;padding:4px;width:100%}.asset-workshop details{margin:18px 0}.asset-workshop details label{margin-top:16px}.avatar-stage{position:relative;height:100%;width:100%}.avatar-views{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;background:color-mix(in srgb,var(--surface) 93%,transparent);border:1px solid var(--line);border-radius:30px;padding:4px;gap:3px;box-shadow:0 3px 12px var(--shadow)}.avatar-views button{border:0;border-radius:24px;background:transparent;color:var(--ink);min-height:36px;padding:6px 16px;cursor:pointer;font:inherit;font-size:12px}.avatar-views button[aria-pressed=true]{background:var(--action);color:var(--action-ink)}.arrival{position:absolute;inset:var(--player-header-height, 50px) 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--paper, var(--surface));color:var(--ink, var(--ink));z-index:5;text-align:center}.arrival h2{font-family:var(--display, "Bricolage Grotesque", sans-serif);font-size:32px;font-weight:500;margin:8px 20px 0}.arrival p{margin:0 20px 12px}:root{color:var(--ink);background:var(--paper)}.button{border-color:var(--line)}.button:hover:not(:disabled){background:var(--soft)}.button.secondary:hover:not(:disabled){background:var(--card)}.button.cream:hover:not(:disabled){background:var(--card)}.eyebrow{color:var(--muted);font-size:11px;letter-spacing:1.65px}.search:focus-within{outline:2px solid var(--accent);outline-offset:3px}.form-note{color:var(--muted)}.project-row h3{overflow-wrap:anywhere}.project-row>span:nth-child(2){min-width:0}.project-status{white-space:nowrap;color:var(--muted)}.dialog::backdrop{background:color-mix(in srgb,var(--soft) 65%,transparent);-webkit-backdrop-filter:none;backdrop-filter:none}.dialog-heading{align-items:center}.dialog-heading .icon-button{flex-shrink:0}.workspace-bar{min-height:66px;height:auto;padding-block:10px;gap:16px}.workspace-bar>div{min-width:0}.workspace-bar strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.workspace-bar .text-button{white-space:nowrap;font-size:12px}.save-state{font-size:11px;color:var(--muted)}.fitting-room{display:block}.fitting-room>.avatar-stage{height:580px}.fitting-room .engine{height:100%;min-height:0}.fitting-room .avatar-views{bottom:102px}.preview-caption small,.item-row small{font-size:12px;color:var(--muted)}.slot-tabs button{font-size:13px;min-height:40px}.item-row{min-height:76px}.item-row.selected{border:1px solid var(--line);box-shadow:inset 3px 0 var(--shadow)}.item-row strong{font-size:14px}.build-review{display:grid;gap:18px}.build-review .section-heading,.build-review .form-note{margin:0}.build-review .button{justify-self:start}.asset-workshop .section-heading{margin-top:0}.key-list small{line-height:1.6}.release-feedback{display:flex;align-items:flex-start;gap:9px;font-size:13px;line-height:1.6;margin-bottom:18px}.release-overview{display:grid;grid-template-columns:1fr 1fr;border-block:1px solid var(--line);margin:22px 0 0}.release-overview>div{padding:22px 0}.release-overview>div+div{padding-left:28px;border-left:1px solid var(--line)}.release-overview .eyebrow{display:block;font-size:10px;margin-bottom:9px}.release-overview strong{display:block;font-size:22px;font-weight:550}.release-overview p{font-size:12px;color:var(--muted);margin-top:8px}.release-state{display:flex;align-items:center;gap:6px}.release-runtime{display:flex;flex-wrap:wrap;gap:16px 32px;padding:16px 0;margin:0;border-bottom:1px solid var(--line);font-size:12px}.release-runtime div{display:flex;gap:10px}.release-runtime dt{color:var(--muted)}.release-runtime dd{margin:0;font-weight:600}.release-toolbar{display:flex;justify-content:space-between;align-items:center;margin:26px 0 12px}.release-toolbar h3{font-size:14px}.release-toolbar h3 span{font-weight:400;color:var(--muted);margin-left:8px}.release-list{max-height:270px;overflow:auto}.release-row{display:flex;align-items:center;gap:14px;padding:15px 12px;border-bottom:1px solid var(--line)}.release-row.active{background:var(--card);border-left:3px solid var(--line);padding-left:9px}.release-row>div{display:grid;gap:5px;flex:1}.release-row strong{font-size:13px}.release-row small{font-size:11px;color:var(--muted)}.release-active{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--ink)}.release-confirm{background:var(--card);border:1px solid var(--line);border-radius:8px;margin-top:24px;padding:20px}.release-confirm h3{font-size:16px}.release-confirm p,.release-restart p{font-size:13px;line-height:1.7;color:var(--muted);margin-top:10px}.release-restart{margin-top:22px}.release-restart .text-button{margin-top:4px}@media(max-width:900px){.workspace-bar{flex-wrap:wrap;gap:10px 16px}.workspace-bar .spacer{display:none}.workspace-bar>div{flex:1}.workspace-bar>.text-button{font-size:12px}.workspace-bar>.text-button:first-of-type{margin-left:auto}}@media(max-width:720px){.fitting-room>.avatar-stage{height:460px}.eyebrow{font-size:10px}.project-status{font-size:0}.workspace-bar>div{flex-basis:calc(100% - 80px)}.workspace-bar strong{max-width:calc(100vw - 100px)}.workspace-bar>.text-button:first-of-type{margin-left:0}.workspace-bar>.text-button{font-size:11px;gap:5px}.workspace-bar>.button{margin-left:auto}.release-overview>div+div{padding-left:18px}.release-overview strong{font-size:18px}.release-row{gap:9px;padding-inline:6px}.release-active{font-size:11px}}.form-error{padding:12px 14px;border-left:3px solid var(--line);background:var(--card);color:var(--danger);font-size:13px;line-height:1.6;margin-bottom:16px}.wardrobe-layout{align-items:start}.fitting-room{height:580px;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto}.fitting-room>.avatar-stage{height:100%;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto}.fitting-room .avatar-views{position:static;transform:none;justify-self:center;margin:10px 0}.fitting-room .preview-caption{position:static}.skin-tones{border:0;margin:0 0 22px;padding:0}.skin-tones legend{font-weight:600;font-size:14px;margin-bottom:12px}.skin-tone-options{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.skin-tone-options button{width:38px;height:38px;border-radius:50%;border:1px solid color-mix(in srgb,var(--line) 20%,transparent);display:grid;place-items:center;color:#fff}.skin-tone-options svg{filter:drop-shadow(0 1px 2px #000)}.skin-tone-options button[aria-pressed=true]{outline:2px solid var(--accent);outline-offset:3px}.skin-tone-options button:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.skin-tones p{font-size:12px;color:var(--muted);margin:12px 0 0}@media(max-width:720px){.fitting-room{height:460px}}.avatar-preview-status{position:absolute;top:42%;left:12%;right:12%;padding:12px 16px;border-radius:8px;background:color-mix(in srgb,var(--surface) 95%,transparent);color:var(--ink);font-size:13px;text-align:center}.avatar-preview-status .text-button{display:block;margin:10px auto 0}.skin-color-picker{display:flex;align-items:center;gap:10px;margin-left:4px;font-size:12px;cursor:pointer}.skin-color-picker span{display:grid;gap:3px}.skin-color-picker small{color:var(--muted);font-size:11px;font-variant-numeric:tabular-nums}.skin-color-picker input[type=color]{width:38px;height:38px;min-width:38px;margin:0;padding:3px;border:1px solid color-mix(in srgb,var(--line) 20%,transparent);border-radius:7px;background:var(--surface);cursor:pointer}.skin-color-picker input[type=color]::-webkit-color-swatch-wrapper{padding:0}.skin-color-picker input[type=color]::-webkit-color-swatch{border:0;border-radius:3px}.skin-color-picker input[type=color]::-moz-color-swatch{border:0;border-radius:3px}.skin-color-picker input:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.appearance-colors{display:grid;gap:18px;margin-bottom:22px}.appearance-colors .skin-tones{margin:0}.appearance-colors .skin-tones legend{margin-bottom:9px}.appearance-color-note{margin:0;font-size:12px;color:var(--muted)}.skin-tones:disabled .skin-tone-options{opacity:.55}.skin-tones:disabled .skin-color-picker,.skin-tones:disabled input[type=color]{cursor:default}.face-features{margin-bottom:18px}.face-feature-tabs{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 16px}.face-feature-tabs button{padding:8px 13px;border:1px solid var(--line);border-radius:6px;font-size:12px}.face-feature-tabs button[aria-selected=true]{color:var(--ink);background:var(--card);border-color:var(--line);box-shadow:inset 0 -2px var(--shadow)}.face-feature-tabs button:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.face-feature-note{font-size:12px;color:var(--muted);line-height:1.6;margin:0 0 14px}.face-feature-note .text-button{font-size:inherit}.face-features .skin-tones{margin-bottom:0}.face-adjustments{border:0;border-top:1px solid var(--line);padding:14px 0 0;margin:20px 0 0;min-width:0}.face-adjustments legend{float:left;width:100%;padding:0;margin-bottom:8px;font-size:14px;font-weight:600}.face-adjustments-heading{clear:both;display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;color:var(--muted);font-size:12px}.face-adjustments-heading .text-button{display:inline-flex;align-items:center;gap:5px;font-size:12px;min-height:30px}.face-adjustments-heading button:disabled{opacity:.5;cursor:default}.face-adjustment+.face-adjustment{margin-top:16px}.face-adjustment-label{display:flex;align-items:baseline;justify-content:space-between;gap:12px;font-size:13px}.face-adjustment-label label{font-weight:600}.face-adjustment-label output{color:var(--muted);font-variant-numeric:tabular-nums}.face-adjustment-track{position:relative;height:32px;display:flex;align-items:center}.face-adjustment-track:before{content:"";position:absolute;left:50%;top:8px;height:16px;border-left:1px solid var(--muted);pointer-events:none}.face-adjustment-track input[type=range]{position:relative;width:100%;min-width:0;margin:0;padding:0;height:32px;border:0;accent-color:var(--accent);background:transparent;cursor:pointer}.face-adjustment-track input:focus-visible,.face-adjustments-heading button:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.face-adjustment-extents{display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.face-adjustment-extents span{flex:1}.face-adjustment-extents span:nth-child(2){text-align:center}.face-adjustment-extents span:last-child{text-align:right}.face-adjustments:disabled{opacity:.55}.face-adjustments:disabled input{cursor:default}@media(min-width:721px){.wardrobe-layout>.fitting-room{position:sticky;top:20px;max-height:calc(100dvh - 40px)}}.avatar-viewport{position:relative;min-height:0;overflow:hidden}.avatar-viewport .engine{width:100%;height:100%}.avatar-orbit{position:absolute;inset:0;touch-action:none;cursor:grab}.avatar-orbit:active{cursor:grabbing}.avatar-orbit:focus-visible{outline:2px solid var(--accent);outline-offset:-4px}.avatar-orbit-hint{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:max-content;max-width:calc(100% - 24px);padding:5px 10px;border:1px solid var(--line);border-radius:20px;background:color-mix(in srgb,var(--surface) 95%,transparent);text-align:center;font-size:11px;line-height:1.4;color:var(--ink);pointer-events:none}.fitting-room .avatar-views{flex-wrap:wrap;justify-content:center;max-width:calc(100% - 16px)}.fitting-room .avatar-views button{padding-inline:10px}.avatar-view-divider{align-self:center;height:20px;border-left:1px solid var(--line);margin-inline:2px}.auth-options{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.auth-feedback{min-height:5em;margin-top:12px;font-size:13px}.auth-feedback>p{margin:0}.auth-error{color:var(--danger);background:var(--card);padding:12px;border-radius:8px;line-height:1.5}.design-controls{border:0;margin:0;padding:0;min-width:0;display:grid;gap:16px}.friends-panel{display:grid;gap:22px}.friends-intro{margin:0;color:var(--muted);line-height:1.55}.friend-code{display:flex;align-items:center;gap:12px;background:var(--card);border-radius:12px;padding:14px}.friend-code>div{min-width:0;flex:1}.friend-code span{display:block;font-size:12px;margin-bottom:5px;color:var(--muted)}.friend-code code{font-size:20px;font-weight:600;letter-spacing:.025em;overflow-wrap:anywhere;-webkit-user-select:all;user-select:all}.friend-add label{display:block;font-size:13px;font-weight:600;margin-bottom:8px}.friend-add>div{display:flex;gap:8px}.friend-add input{min-width:0;flex:1}.friends-panel h3{font-size:14px;margin:0 0 10px}.friends-panel h3>span{margin-left:6px;font-weight:400;color:var(--muted)}.friend-row{display:flex;align-items:center;gap:11px;min-height:66px;padding:10px 0;border-top:1px solid var(--line, var(--line))}.friend-avatar{flex:0 0 36px;height:36px;display:grid;place-items:center;border-radius:50%;background:var(--card);color:var(--ink);position:relative}.friend-avatar.online:after{content:"";position:absolute;bottom:0;right:0;width:9px;height:9px;border-radius:50%;background:var(--soft);border:2px solid var(--surface)}.friend-name{flex:1;min-width:0;font-size:14px;overflow-wrap:anywhere}.friend-name strong{font-size:14px}.friend-name>span{display:block;font-size:12px;color:var(--muted);margin-top:3px}.friend-pending,.friends-privacy{font-size:12px;color:var(--muted)}.friends-privacy{margin:0;line-height:1.5}.friends-empty{margin:0;line-height:1.6;color:var(--muted);font-size:14px}.friend-error{margin:0;color:var(--danger);font-size:13px}.friend-notice{margin:0;color:var(--muted);font-size:13px}.player-shell>header>.button{margin-left:auto;flex-shrink:0}@media(max-width:560px){.player-shell{--player-header-height: 94px}.player-shell>header{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:36px 40px;gap:4px 10px;padding:6px 10px}.player-shell>header>.text-button{justify-self:start;min-height:36px;white-space:nowrap}.player-shell>header>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.player-shell>header>.button{margin:0;min-width:0;min-height:40px;padding-inline:10px;font-size:12px}}@media(max-width:520px){.friend-row{gap:7px}.friend-row .button{padding-inline:10px}.friend-code code{font-size:16px}}.reconnecting{position:absolute;top:calc(var(--player-header-height, 50px) + 28px);left:50%;transform:translate(-50%);display:flex;align-items:center;gap:9px;max-width:calc(100% - 32px);padding:10px 16px;border-radius:24px;background:var(--surface);color:var(--ink);font-size:13px;pointer-events:none;z-index:5}#signup-username-help{font-weight:400;line-height:1.5;color:var(--muted)}.community-panel{display:grid;gap:24px}.community-panel section{display:grid;gap:12px}.community-panel h3{margin:0;display:flex;align-items:center;gap:8px;font-size:17px}.community-muted{color:var(--muted, var(--muted));margin:0;font-size:14px;line-height:1.55}.community-actions{display:flex;align-items:end;gap:10px;flex-wrap:wrap}.community-select,.community-create label{display:grid;gap:7px;font-size:13px}.community-select select{min-height:40px;min-width:180px;border:1px solid var(--line);border-radius:9px;padding:7px 10px;background:var(--surface);color:var(--ink)}.community-create{display:grid;gap:12px;padding-top:16px;border-top:1px solid var(--line)}.community-create .community-checkbox{display:flex;align-items:center;gap:8px}.community-checkbox input{width:18px;height:18px}.community-queue{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;background:var(--card)}.community-queue p{margin:5px 0 0;font-size:13px}.community-world{padding-bottom:12px;border-bottom:1px solid var(--line)}.community-world details{padding:0 8px;font-size:13px}.community-world summary{cursor:pointer;padding:8px 0}.community-world details .community-actions{margin-top:10px}.save-migration-review{border:1px solid var(--border);border-radius:12px;padding:14px;margin:16px 0}.save-migration-review ul{max-height:220px;overflow:auto;padding-left:20px;overflow-wrap:anywhere}.world-loader{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:max(28px,env(safe-area-inset-top)) 24px max(28px,env(safe-area-inset-bottom));background:radial-gradient(ellipse at 50% 32%,var(--soft) 0%,var(--soft) 52%,var(--soft) 100%);color:var(--action-ink);text-align:center;overflow:auto;outline:none}.world-loader-orbit{position:relative;display:grid;place-items:center;width:124px;height:124px;margin-bottom:32px;color:var(--action-ink)}.world-loader-orbit:before,.world-loader-orbit:after,.world-loader-orbit>span{content:"";position:absolute;inset:0;border:1px solid color-mix(in srgb,var(--line) 19%,transparent);border-radius:50%}.world-loader-orbit:after{inset:12px;border-style:dashed;opacity:.6}.world-loader-orbit>span{border-top-color:var(--line);animation:spin 3s linear infinite}.world-loader-world{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.world-loader h1{font-family:var(--display, "Bricolage Grotesque", sans-serif);font-weight:400;font-size:clamp(28px,4vw,42px);line-height:1.2;margin:14px 0}.world-loader p{color:var(--muted);font-size:14px;line-height:1.6;max-width:360px;margin:0 auto 28px}.world-loader-progress{height:3px;width:156px;overflow:hidden;background:color-mix(in srgb,var(--card) 10%,transparent);border-radius:3px}.world-loader-progress>span{display:block;height:100%;width:50%;background:var(--soft);border-radius:inherit;animation:world-path 2s ease-in-out infinite alternate}.world-loader-exit{margin-top:48px;color:var(--action-ink)}.world-loader .button{background:var(--soft);color:var(--ink)}@keyframes world-path{0%{transform:translate(-100%)}to{transform:translate(200%)}}@media(prefers-reduced-motion:reduce){.world-loader-orbit>span,.world-loader-progress>span{animation:none}}:root{color-scheme:light;--ink: #183d36;--muted: #526775;--paper: #eaf5fb;--sky: #d7effc;--surface: #f6fbfe;--card: #e0eff7;--soft: #dcebf4;--line: #bed3e1;--control-line: #708999;--accent: #a54030;--action: #f38168;--action-ink: #292c27;--action-edge: #ad513f;--coral: #f38168;--coral-ink: #292c27;--pool: #95d3f8;--meadow: #9fbb4c;--selection: #d9e9c1;--selection-ink: #183d36;--logo: #183d36;--positive: #246044;--danger: #a4332b;--danger-bg: #fce5e2;--shadow: #12395416;--highlight: #ffffffc9;--glass: #eaf5fbf2;--glass-edge: #ffffffc9;font-family:DM Sans,system-ui,sans-serif;color:var(--ink);background:var(--paper)}:root[data-theme=dark]{color-scheme:dark;--ink: #f4f4e8;--muted: #b8cdd9;--paper: #102b4b;--sky: #14345b;--surface: #1a3b59;--card: #183653;--soft: #142f49;--line: #355675;--control-line: #789aae;--accent: #f6aa91;--action: #f89d80;--action-ink: #292c27;--action-edge: #b76853;--coral: #f89d80;--selection: #365841;--selection-ink: #dcf1c0;--logo: #f4f4e8;--positive: #b4d878;--danger: #ffb7aa;--danger-bg: #4a2934;--shadow: #04132942;--highlight: #b6dfff26;--glass: #1a3b59f5;--glass-edge: #a4c8df38}body{background:linear-gradient(180deg,var(--sky),var(--paper) 680px)}h1,h2,h3{font-family:Bricolage Grotesque,sans-serif;font-weight:600}h1{font-weight:700}button,a{transition:background-color .17s,color .17s,box-shadow .17s,transform .17s}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--accent);outline-offset:3px}input,select,textarea{background:var(--soft);border-color:var(--control-line);border-radius:13px;color:var(--ink);box-shadow:inset 0 1px 2px var(--shadow)}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}select option{color:var(--ink);background:var(--surface)}input[type=checkbox],input[type=radio],input[type=range]{accent-color:var(--action)}.masthead{background:transparent;border-bottom:0;gap:34px;height:auto;min-height:88px;flex-wrap:wrap;padding-block:18px}.brand{color:var(--logo);gap:10px}.brand-logo{display:inline-flex;width:202px;flex-shrink:0}.brand-logo img{width:100%;height:auto;display:block}.brand-logo .brand-logo-night{display:none}:root[data-theme=dark] .brand-logo .brand-logo-day{display:none}:root[data-theme=dark] .brand-logo .brand-logo-night{display:block}.seed-mark{display:inline-block;width:26px;height:28px;flex-shrink:0;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2068%2072'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M30%2021C21%2022%2012%2032%2012%2044C12%2058%2022%2066%2035%2065C49%2064%2056%2054%2054%2042C53%2030%2047%2023%2039%2021C40%2017%2043%2015%2047%2013C54%209%2055%203%2055%203C44%202%2034%207%2034%2017L34%2021Z%20M24%2038C21%2038%2020%2042%2021%2045C22%2049%2026%2049%2027%2045C28%2042%2027%2038%2024%2038Z%20M41%2036C38%2036%2037%2040%2038%2043C39%2047%2043%2047%2044%2043C45%2040%2044%2036%2041%2036Z'/%3e%3c/svg%3e") center / contain no-repeat;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2068%2072'%3e%3cpath%20fill='currentColor'%20fill-rule='evenodd'%20d='M30%2021C21%2022%2012%2032%2012%2044C12%2058%2022%2066%2035%2065C49%2064%2056%2054%2054%2042C53%2030%2047%2023%2039%2021C40%2017%2043%2015%2047%2013C54%209%2055%203%2055%203C44%202%2034%207%2034%2017L34%2021Z%20M24%2038C21%2038%2020%2042%2021%2045C22%2049%2026%2049%2027%2045C28%2042%2027%2038%2024%2038Z%20M41%2036C38%2036%2037%2040%2038%2043C39%2047%2043%2047%2044%2043C45%2040%2044%2036%2041%2036Z'/%3e%3c/svg%3e") center / contain no-repeat}.alpha{font-family:DM Sans,sans-serif;letter-spacing:.8px;background:var(--soft);color:var(--muted);border-radius:5px}.masthead nav{align-self:center;gap:5px}.masthead nav button{padding:11px 13px;border-radius:16px 16px 16px 5px;color:var(--muted)}.masthead nav button[aria-current]{color:var(--action-ink);background:var(--action);box-shadow:inset 0 1px var(--highlight),0 2px var(--action-edge),0 5px 9px var(--shadow)}.masthead nav button[aria-current]:after{content:none}.account-area{flex-wrap:wrap;gap:10px}.account-button{max-width:200px;overflow-wrap:anywhere}.account-monogram{background:var(--coral);color:var(--coral-ink);border:0;border-radius:50% 50% 35% 20%;font-family:Bricolage Grotesque,sans-serif;flex-shrink:0}.theme-toggle{display:inline-flex;align-items:center;gap:7px;padding:8px 11px 8px 8px;min-height:42px;border:1px solid var(--glass-edge);border-radius:22px 22px 9px;background:var(--card);color:var(--ink);box-shadow:inset 0 1px var(--highlight),0 3px 8px var(--shadow)}.theme-toggle svg{box-sizing:content-box;padding:4px;background:var(--action);color:var(--action-ink);border-radius:50%}.theme-toggle span{font-size:12px;font-weight:600}.button{min-height:44px;border:0;border-radius:14px 14px 14px 4px;background:var(--action);background-image:radial-gradient(ellipse at 18% -22%,#ffffff26,transparent 65%);color:var(--action-ink);font-weight:700;box-shadow:inset 0 1px var(--highlight),0 3px var(--action-edge),0 6px 12px var(--shadow)}.button:hover:not(:disabled){background-color:var(--action);transform:translateY(-1px);box-shadow:inset 0 1px var(--highlight),0 4px var(--action-edge),0 10px 19px var(--shadow)}.button:active:not(:disabled){transform:translateY(2px);box-shadow:0 1px var(--action-edge),0 3px 6px var(--shadow)}.button.secondary,.button.cream{border:1px solid var(--line);color:var(--ink);background:var(--surface);box-shadow:inset 0 1px var(--highlight),0 2px 4px var(--shadow)}.button.secondary:hover:not(:disabled),.button.cream:hover:not(:disabled){background:var(--card);box-shadow:inset 0 1px var(--highlight),0 4px 8px var(--shadow)}.button.danger{color:var(--coral-ink);background:var(--coral);box-shadow:inset 0 1px var(--highlight),0 3px #a5432d,0 6px 12px var(--shadow)}.button.danger:hover:not(:disabled){background:var(--coral)}.icon-button{border-radius:13px 13px 13px 5px}.icon-button:hover{background:var(--soft)}.text-button.light,.eyebrow.light{color:var(--muted)}.main{padding-top:23px}.eyebrow{color:var(--muted)}.search{min-height:51px;min-width:0;width:min(380px,100%);height:auto;background:var(--surface);border:1px solid var(--glass-edge);border-radius:29px 17px 17px 29px;box-shadow:inset 0 1px var(--highlight),0 3px 8px var(--shadow);padding-left:8px}.search>svg{box-sizing:content-box;padding:9px;background:var(--action);color:var(--action-ink);border-radius:50% 50% 38%;transform:rotate(-8deg)}.search input{font-size:16px;box-shadow:none}.search:focus-within{outline-color:var(--accent)}.discovery-arrival{position:relative;isolation:isolate;display:grid;align-items:center;min-height:490px;padding:46px;margin-bottom:44px;overflow:hidden;background:var(--sky);border-radius:28px 64px 28px 12px}.arrival-copy{position:relative;z-index:1;max-width:410px}.arrival-eyebrow{font-size:13px;color:var(--ink);margin-bottom:20px}.arrival-copy h1{font:700 clamp(43px,5.4vw,68px)/1.03 "Bricolage Grotesque",sans-serif;letter-spacing:-2.6px}.arrival-copy h1 span{display:inline-block;margin-top:5px}.arrival-description{font-size:17px;line-height:1.55;margin-top:23px;color:var(--ink)}.arrival-actions{display:flex;flex-wrap:wrap;align-items:center;gap:17px;margin-top:26px}.arrival-actions .text-button{color:var(--ink)}.arrival-art{position:absolute;inset:0;z-index:0;background:url(/ui-assets/hero-day-CpcnLiFJ.webp) center 58% / cover no-repeat}.arrival-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#eaf5fbef,#eaf5fbbb 26%,#eaf5fb00 58%)}:root[data-theme=dark] .arrival-art{background-image:url(/ui-assets/hero-night-C2JL9Ywc.webp)}:root[data-theme=dark] .arrival-art:after{background:linear-gradient(90deg,#102b4bf0,#102b4bbd 26%,#102b4b00 58%)}.discovery-heading{align-items:center;scroll-margin-top:25px}.game-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:25px}.game-card,.template{position:relative;padding:8px 8px 15px;border:1px solid var(--line);border-radius:20px 36px 19px 7px;background:radial-gradient(ellipse at 22% 0,var(--highlight),transparent 72%),var(--card);box-shadow:inset 0 1px var(--highlight),0 4px color-mix(in srgb,var(--pool) 45%,var(--card)),0 5px var(--line),0 10px 18px var(--shadow)}.game-card:hover{transform:translateY(-2px)}.game-card:hover .game-cover{box-shadow:none}.game-cover{border-radius:14px 28px 12px 5px;background-color:var(--soft)}.game-card-meta{padding:15px 10px 10px}.game-card-meta h3{font-size:24px;overflow-wrap:anywhere;letter-spacing:-.6px}.game-card-meta p,.game-card-meta svg{color:var(--muted)}.game-card .tags{padding-inline:10px}.tags span{color:var(--muted);background:var(--soft);border-radius:8px 8px 8px 3px}.game-featured-badge{position:absolute;top:-10px;left:22px;padding:4px 10px;background:var(--coral);color:var(--coral-ink);font-size:11px;font-weight:700;border-radius:8px 8px 3px;transform:rotate(-4deg);box-shadow:0 3px 6px var(--shadow)}.cover-placeholder{background:var(--soft);color:var(--muted);border:0;gap:13px}.cover-placeholder span{font-family:Bricolage Grotesque,sans-serif;font-weight:600;color:var(--ink)}.cover-placeholder svg{color:var(--accent)}.template>div:not(.game-cover){padding:15px 10px 4px}.project-entry,.project-row,.asset-choice,.account-panel{background-color:var(--card);border-color:var(--line)}.project-entry,.empty{border-radius:20px 30px 20px 7px}.project-glyph{background:var(--action);color:var(--action-ink);border-radius:22px 22px 14px 7px}.tabs button.active,.wardrobe-tabs button[aria-selected=true],.face-feature-tabs button[aria-selected=true]{color:var(--action-ink);background:var(--action);border-color:var(--action-edge);box-shadow:inset 0 1px var(--highlight),0 2px var(--action-edge);border-radius:13px 13px 13px 4px}.dialog{background:var(--surface);color:var(--ink);border-color:var(--glass-edge);border-radius:24px 38px 24px 8px;box-shadow:inset 0 1px var(--highlight),0 28px 65px var(--shadow)}.dialog::backdrop{background:#091e3680}.toast{color:var(--ink);background:var(--surface);border-color:var(--line);border-radius:16px 22px 16px 5px;box-shadow:inset 0 1px var(--highlight),0 10px 25px var(--shadow)}.toast.error,.auth-error{color:var(--danger);background:var(--danger-bg)}.friend-avatar{background:var(--action);color:var(--action-ink)}.friend-avatar.online:after{background:var(--positive);border-color:var(--surface)}.community-queue,.friend-code{background:var(--soft)}.community-close{background:var(--card);color:var(--ink)}.world-loader{background:radial-gradient(ellipse at 50% 32%,#1a3b59,#102b4b 75%);color:#f4f4e8}.world-loader p,.world-loader-world,.world-loader-exit{color:#b8cdd9}.world-loader-progress{background:#385a78}.world-loader-progress>span{background:#f89d80}.world-loader .button{background:#f89d80;color:#292c27;box-shadow:0 3px #b76853}.hair-editor{--hair-ink: var(--ink);--hair-muted: var(--muted);--hair-paper: var(--paper);--hair-surface: var(--surface);--hair-line: var(--line);--hair-soft: var(--soft);--hair-accent: var(--accent);--hair-selected: var(--card)}.hair-editor .hair-button.primary{background:var(--action);color:var(--action-ink);border-color:var(--action-edge);box-shadow:inset 0 1px var(--highlight),0 2px var(--action-edge);border-radius:10px 10px 10px 3px}.hair-editor .hair-tool-bar>button.is-active{background:var(--action);color:var(--action-ink)}.hair-editor .hair-tool-bar button.is-active kbd{color:var(--action-ink)}.hair-editor .hair-shape-add:hover{color:var(--action-ink)!important;background:var(--action)}@supports (backdrop-filter: blur(10px)){.search,.arrival-sign{background:var(--glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dialog{background:var(--glass);-webkit-backdrop-filter:blur(16px) saturate(.85);backdrop-filter:blur(16px) saturate(.85)}}@media(max-width:1100px){.masthead{gap:20px}.account-area{margin-left:auto}.account-button{max-width:145px}}@media(max-width:800px){.discovery-arrival{gap:20px}.arrival-copy h1{font-size:51px;letter-spacing:-2px}.arrival-description{font-size:16px}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.masthead nav{order:3;width:100%;justify-content:center}}@media(max-width:580px){.masthead{padding-inline:20px}.main{padding:22px 20px 55px}.account-area{gap:7px}.theme-toggle span{display:none}.discovery-arrival{grid-template-columns:1fr;gap:29px;margin-bottom:30px}.arrival-copy{padding-left:0}.arrival-copy h1{font-size:60px}.discovery-heading{align-items:stretch;flex-direction:column}.search{width:100%}.game-grid{grid-template-columns:1fr;gap:27px}}@media(max-width:370px){.arrival-copy h1{font-size:49px}.brand{font-size:22px}.alpha{display:none}.masthead{gap:12px}}@media(pointer:coarse){.icon-button,.theme-toggle{min-width:44px;min-height:44px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.game-card:hover,.button:hover:not(:disabled),.button:active:not(:disabled){transform:none}}.slot-tabs button[aria-selected=true],.avatar-views button[aria-pressed=true]{background:var(--action);color:var(--action-ink);border-radius:12px 12px 12px 4px;box-shadow:inset 0 1px var(--highlight),0 2px var(--action-edge)}.button.destructive{background:var(--danger-bg);color:var(--danger);box-shadow:inset 0 1px var(--highlight),0 2px var(--shadow)}.button.destructive:hover:not(:disabled){background:var(--danger-bg)}.hair-editor .hair-brand>span{color:var(--logo)}.brand-artwork{display:block;object-fit:contain;width:200px;height:auto;max-width:100%}.empty>.brand-artwork{width:208px;height:180px;margin:0 auto 12px}.preview-invitation>.brand-artwork{width:225px;height:225px;margin:0 auto 8px}.friends-empty>.brand-artwork{width:220px;height:185px;margin:0 auto 8px}.world-loader-mark{width:72px;height:72px;display:grid;place-items:center;margin-bottom:24px;color:#f89d80}.world-loader-mark .seed-mark{width:48px;height:52px}.cover-placeholder .seed-mark{width:42px;height:46px;color:var(--muted)}.footer .seed-mark{width:18px;height:20px}.create-heading{min-height:184px;padding:28px 32px;background:var(--card);position:relative;overflow:hidden;isolation:isolate;border-radius:22px 44px 22px 8px}.create-heading:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,var(--card) 23%,transparent 60%),url(/ui-assets/hero-daisy-DJA-8sDA.webp) 72% 45% / cover;opacity:1}:root[data-theme=dark] .create-heading:before{background-image:linear-gradient(90deg,var(--card) 23%,transparent 60%),url(/ui-assets/hero-daisy-night-CR_b5Y-4.webp)}.create-heading>*{position:relative}.hair-editor .brand-logo{width:128px}@media(max-width:900px){.discovery-arrival{padding:30px;min-height:445px}.arrival-copy{max-width:340px}.arrival-copy h1{font-size:51px}}@media(max-width:650px){.brand-logo{width:175px}.discovery-arrival{grid-template-columns:1fr;gap:0;min-height:0;padding:28px 24px 0;background:var(--card);border-radius:22px 38px 22px 8px}.arrival-copy{max-width:none;margin-bottom:25px}.arrival-copy h1{font-size:clamp(40px,10vw,54px);letter-spacing:-1.8px}.arrival-description{margin-top:18px}.arrival-art{position:relative;width:calc(100% + 48px);margin-left:-24px;aspect-ratio:1672 / 941;background-position:center}.arrival-art:after{display:none}.arrival-eyebrow{margin-bottom:15px}.create-heading{display:flex;flex-direction:column;align-items:flex-start;padding:24px 24px 0;gap:20px}.create-heading:before{position:relative;inset:auto;order:3;z-index:0;flex:none;width:calc(100% + 48px);margin-inline:-24px;aspect-ratio:1672 / 941;background:url(/ui-assets/hero-daisy-DJA-8sDA.webp) center / cover}:root[data-theme=dark] .create-heading:before{background-image:url(/ui-assets/hero-daisy-night-CR_b5Y-4.webp)}.create-heading h1{font-size:35px}}
