:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#39463e;background:#e8e0cf;font-synthesis:none;font-weight:400;--ink: #39463e;--muted: #808878;--line: #d9ddcc;--green: #637954;--paper: #faf8f0;--shadow: 0 12px 50px #3543321c, 0 2px 8px #3543320a;color-scheme:light}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,summary{touch-action:manipulation}button{color:inherit;cursor:pointer}button:disabled{cursor:default;opacity:.35}button{border:0}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid #be7c53;outline-offset:3px}button:hover:not(:disabled){filter:brightness(.97)}button:active:not(:disabled){transform:translateY(1px)}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Georgia,Times New Roman,serif;font-weight:400}a{color:var(--green)}svg{flex-shrink:0}.game{height:100dvh;overflow:hidden}.stage{position:fixed;top:0;right:0;bottom:0;left:0}.stage canvas{display:block;width:100%;height:100%;outline:0;cursor:grab;touch-action:none}.glass{background:#faf8f1f0;border:1px solid #fff9;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.share-card .game-header,.share-card .window-address,.share-card .availability-legend,.share-card .game-panel,.share-card .pet-command,.share-card .bottom-hud,.share-card .camera-controls,.share-card .game-toast{display:none}.game-header{position:fixed;inset:18px 24px auto;display:flex;align-items:center;justify-content:space-between;gap:18px;pointer-events:none;z-index:20}.game-header>*{pointer-events:auto}.game-brand{display:flex;align-items:center;gap:9px;background:#faf8f0e0;padding:3px 17px 4px 3px;border-radius:15px;box-shadow:0 2px 18px #3447350d}.game-brand img{width:52px;height:52px;object-fit:contain}.game-brand span{font-family:Georgia,serif;font-size:28px;letter-spacing:-1.1px;line-height:1}.place-label{position:absolute;left:50%;transform:translate(-50%);background:#faf8f0de;box-shadow:0 2px 16px #34473509;border:1px solid #fff7;border-radius:30px;padding:5px}.place-label nav{display:flex;gap:2px}.place-label button{white-space:nowrap;background:transparent;font-size:11px;padding:9px 13px;border-radius:22px;display:flex;gap:7px;align-items:center}.place-label button.selected{background:#e3e8d5;color:#4d6948}.header-tools{display:flex;align-items:center;gap:3px;padding:6px;background:#faf8f0de;border-radius:13px;box-shadow:0 2px 16px #34473509}.icon-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:transparent;border-radius:8px}.icon-button.active{background:#e1e7d2;color:#587047}.time-button{display:flex;align-items:center;gap:7px;background:transparent;padding:7px 10px;font-size:11px;font-variant-numeric:tabular-nums}.tool-divider{height:22px;width:1px;background:var(--line);display:block;flex-shrink:0;margin:0 5px}.save-dot{width:6px;height:6px;border-radius:50%;background:#a6ad9b;margin:0 8px}.save-dot.saved{background:#789266}.save-dot.saving{background:#bcab76;animation:pulse 1s infinite}.save-dot.failed,.save-dot.conflict{background:#bd715b}@keyframes pulse{50%{opacity:.35}}.game-panel{position:fixed;z-index:15;left:24px;top:95px;bottom:110px;width:306px;border-radius:17px;display:flex;flex-direction:column;overflow:hidden}.game-panel.wide{width:382px}.game-panel.right{left:auto;right:24px;width:286px}.panel-heading{display:flex;justify-content:space-between;align-items:center;padding:16px 17px 10px;flex-shrink:0}.panel-heading h2{font-size:24px;letter-spacing:-.45px}.panel-body{overflow-y:auto;padding:4px 18px 20px;scrollbar-width:thin;scrollbar-color:#c6ccba transparent;overscroll-behavior:contain;min-height:0}.panel-body::-webkit-scrollbar{width:5px}.panel-body::-webkit-scrollbar-thumb{background:#c6ccba;border-radius:4px}.catalog-search{position:relative;display:flex;align-items:center;margin:0 0 13px}.catalog-search svg{position:absolute;left:11px;color:#8d957f}.catalog-search input{padding-left:33px!important;font-size:10px!important}.catalog-categories{display:flex;gap:5px;flex-wrap:wrap;margin-bottom:12px}.catalog-categories button{border:1px solid #dce0d1;background:transparent;border-radius:15px;padding:5px 9px;font-size:10px;line-height:1.3}.catalog-categories button.selected{background:#60784f;border-color:#60784f;color:#fcfaef}.catalog-meta{display:flex;justify-content:space-between;color:var(--muted);font-size:9px;margin:5px 0 9px}.furnishing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.furnishing-card{position:relative;min-width:0;background:#efede2;border-radius:10px;border:1px solid transparent}.furnishing-card:hover{border-color:#b7c3a3;background:#eeefdf}.furnishing-add{width:100%;display:flex;flex-direction:column;align-items:center;background:transparent;padding:7px 7px 10px;gap:4px}.furnishing-add img{width:100%;aspect-ratio:1;object-fit:contain;pointer-events:none}.furnishing-add span{font-size:10px;line-height:1.25;text-align:center}.furnishing-add small{font-size:8px;color:#939784;text-align:center;line-height:1.2;min-height:10px}.favorite{position:absolute;right:3px;top:3px;display:flex;align-items:center;justify-content:center;background:#faf8f0ae;width:23px;height:23px;border-radius:50%;color:#b1b29f;opacity:0}.furnishing-card:hover .favorite,.favorite:focus-visible,.favorite.selected{opacity:1}.favorite.selected{color:#b88c42}.favorite.selected svg{fill:#e2c17855}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-grid .furnishing-add{padding:13px 10px}.gallery-grid .furnishing-add img{height:135px;aspect-ratio:auto}.gallery-grid .furnishing-add small{font-size:9px}.empty-state{color:var(--muted);font-size:12px;line-height:1.7;padding:24px 8px}.bottom-hud{position:fixed;z-index:18;bottom:22px;left:24px;display:flex;flex-direction:column-reverse;align-items:flex-start;gap:10px;pointer-events:none}.bottom-hud>*{pointer-events:auto}.game-dock{display:flex;align-items:center;padding:7px;border-radius:16px;gap:3px}.game-dock>button{display:flex;flex-direction:column;align-items:center;gap:5px;min-width:53px;padding:8px 8px 7px;background:transparent;border-radius:10px}.game-dock>button span{font-size:9px}.game-dock>button.selected{background:#dfe7d1;color:#506d43}.selection-tools{display:flex;align-items:center;gap:3px;padding:5px 8px 5px 4px;border-radius:13px;max-width:calc(100vw - 350px)}.selection-tools>img{width:38px;height:38px;object-fit:contain;background:#efeddf;border-radius:8px;margin-right:5px}.selection-name{font-size:11px;max-width:160px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin-right:9px}.selection-tools button[aria-label=Place]{color:#f5f5e7;background:#6b8557}.camera-controls{position:fixed;z-index:18;bottom:26px;right:24px;display:flex;align-items:center;gap:2px;padding:7px;border-radius:14px}.view-dots{display:flex;gap:4px;padding:0 3px}.view-dots i{width:4px;height:4px;border-radius:50%;background:#c7cfb8}.view-dots i.current{background:#728b59}.game-toast{position:fixed;z-index:24;bottom:171px;left:24px;padding:10px 14px;background:#f9f6e9f5;border:1px solid #dddbc6;box-shadow:var(--shadow);border-radius:9px;max-width:min(400px,calc(100vw - 48px));font-size:11px;line-height:1.6;pointer-events:none}.game-toast.error{background:#fbf1e5;color:#925e44;border-color:#ddc3aa}.home-neighborhood{margin:4px 0 19px}.home-neighborhood>h3{font-size:19px;margin:0 0 10px}.house-number{height:40px;width:36px;border-radius:6px;display:grid;place-items:center;color:#fff6e3;font-size:18px;font-family:Georgia,serif;flex-shrink:0}.object-list{display:flex;flex-direction:column;gap:4px}.object-list>button{display:flex;align-items:center;gap:9px;width:100%;background:transparent;border-radius:8px;padding:4px;text-align:left}.object-list>button.selected{background:#e6ebd9}.object-list img{width:43px;height:43px;object-fit:contain;background:#eeeadd;border-radius:6px}.object-list span{font-size:11px;flex:1}.object-list small{font-size:9px;color:var(--muted);float:right}.object-hero{display:flex;gap:12px;align-items:center;margin-bottom:9px}.object-hero>img{width:70px;height:74px;object-fit:contain;background:#ede9db;border-radius:10px;padding:7px}.object-hero h3{font-size:20px;line-height:1.1;margin-bottom:5px}.object-hero p{font-size:10px;color:var(--muted);line-height:1.4}.source-link{font-size:10px;text-decoration:none;display:inline-block;margin:3px 0 12px}.palette-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:5px;margin:13px 0}.palette-grid button{display:grid;place-items:center;aspect-ratio:1;background:#e9e9dc;border:1px solid #fff8;border-radius:6px;padding:2px}.palette-grid span{width:100%;height:100%;border-radius:4px}.color-picker{margin:15px 0 19px}.color-label{display:flex;align-items:center;justify-content:space-between;font-size:10px;margin-bottom:10px;text-transform:capitalize}.custom-color{display:flex;align-items:center;gap:5px;cursor:pointer}.custom-color input[type=color]{border:0;padding:0;width:21px;height:21px;background:none;cursor:pointer}.custom-color span{font-size:8px;font-variant-numeric:tabular-nums;color:var(--muted);text-transform:uppercase}.color-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.color-grid button{aspect-ratio:1;border-radius:50%;border:2px solid #faf8f0;box-shadow:0 0 0 1px #d8dccb}.color-grid button[aria-pressed=true]{box-shadow:0 0 0 2px #788b60}.surface-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.surface-grid button{display:flex;flex-direction:column;align-items:center;gap:6px;background:#f0eee2;font-size:10px;padding:10px 6px;border-radius:8px;border:1px solid transparent}.surface-grid button.selected{border-color:#96a380;background:#e9ecd9}.surface-grid i{display:block;width:34px;height:29px;box-shadow:inset -6px -4px #0000000b;transform:skewY(-5deg);border:1px solid #00000012}.nudge-row{display:flex;gap:6px;margin:16px 0}.nudge-row button{flex:1;padding:9px;border:1px solid var(--line);border-radius:6px;background:none;font-size:13px}.button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #d5dbc7;background:transparent;padding:9px 12px;border-radius:7px;font-size:11px;min-height:35px}.button.primary{background:#637b50;border-color:#637b50;color:#fffcef}.button.active{background:#e5ead7}.button.full{width:100%;margin:6px 0}.button-row{display:flex;flex-wrap:wrap;gap:7px;margin:9px 0}.text-button{border:0;background:none;padding:6px 0;color:#70835b;font-size:10px;display:block;text-align:left}.text-button.muted{color:#9b8b7b}.segmented{display:flex;border:1px solid #d8dccb;border-radius:7px;padding:3px;gap:3px;margin:10px 0}.segmented button{flex:1;min-width:0;background:none;padding:7px 6px;font-size:10px;border-radius:4px}.segmented button.selected{background:#e0e6d0;color:#516c45}.field-label{display:block;margin:14px 0 7px;color:#7a856a;font-size:10px}input:not([type=checkbox]):not([type=range]):not([type=color]),select,textarea{width:100%;border:1px solid #d8ddcb;background:#fcfaf2;padding:9px 10px;border-radius:7px;color:var(--ink);font-size:11px}select{padding-right:8px}textarea{line-height:1.7;resize:vertical;font-size:9px}input[type=range]{accent-color:#859463;width:100%;height:4px;margin:12px 0 15px}input[type=checkbox]{accent-color:#788b60}.check-label{display:flex;align-items:center;gap:7px;font-size:11px;margin:16px 0}.pet-choices{display:flex;gap:7px}.pet-choices button{flex:1;background:#eeeee0;border:1px solid #dce1cd;border-radius:9px;font-size:11px;display:flex;flex-direction:column;align-items:center;gap:7px;padding:10px}.pet-choices button>span{font-size:30px}.pet-tabs{display:flex;gap:6px;flex-wrap:wrap;margin:17px 0}.pet-tabs button{font-size:11px;background:transparent;border:1px solid #d6ddc8;border-radius:16px;padding:6px 10px}.pet-tabs button.selected{background:#dce6cb}.pet-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:13px 0}.setting-section{padding:9px 0 16px;border-bottom:1px solid #e0e3d3;margin-bottom:12px}.setting-section h3{font-size:18px;margin:4px 0 10px}.setting-section summary{font-size:11px;color:#7d876d;cursor:pointer}.setting-section details{margin:10px 0}.setting-section details>summary{padding:6px 0}.small-copy{font-size:10px;color:#929782;line-height:1.8;margin:9px 0}.save-error{border:1px solid #dbb997;background:#f6ead8;border-radius:8px;padding:12px;font-size:11px;line-height:1.6;margin-bottom:16px}.scene-status{position:fixed;z-index:30;top:0;right:0;bottom:0;left:0;background:#e9e3d1d9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:24px}.scene-status>img{width:90px;height:90px;object-fit:contain}.scene-status h2{font-size:27px}.scene-status p{font-size:12px;line-height:1.6;max-width:400px}.scene-status[role=status]>img{animation:pulse 1.8s infinite}.replacement-dialog{border:1px solid #e2decf;background:#faf7ee;border-radius:16px;box-shadow:var(--shadow);padding:26px;width:min(420px,calc(100vw - 40px));color:var(--ink)}.replacement-dialog::backdrop{background:#3442304d;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.replacement-dialog h2{font-size:25px}.replacement-dialog p{font-size:12px;line-height:1.7;color:#8c917b;margin:13px 0 20px}.replacement-dialog .button-row{justify-content:flex-end}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.control-section{margin:5px 0 19px}.section-title{display:flex;align-items:center;justify-content:space-between;margin:10px 0}.section-title h3,.control-section>h3{font-size:18px}.section-title output{font-size:11px;color:#84906f}.time-presets{display:flex;gap:5px;margin:12px 0}.time-presets button{flex:1;font-size:9px;background:#efeee1;border:1px solid #e0e1d1;border-radius:7px;padding:9px 2px;display:flex;flex-direction:column;gap:5px;align-items:center}.time-presets button.selected{background:#e1e8d3;border-color:#adb899}.time-presets span{font-size:16px;color:#aa9967}.range-labels{display:flex;justify-content:space-between;font-size:8px;color:#a0a58f}.time-play{display:flex;gap:7px;align-items:center;padding:12px 0;background:none;width:100%;font-size:10px}.time-play>span{font-size:8px;color:#939b80;margin-left:auto}.time-play.active{color:#58754b}.clock-mode{display:flex;justify-content:space-between;color:#8e957e;font-size:9px;margin:8px 0}.clock-mode button{background:none;color:#7b8f64;font-size:9px;padding:0}.setting-row{display:flex;justify-content:space-between;align-items:center;margin:13px 0;font-size:11px}.setting-row p,.help-text{font-size:9px;line-height:1.6;color:#939981;margin-top:5px}.switch{width:34px;height:20px;background:#cbd0bc;border-radius:15px;position:relative;flex-shrink:0}.switch>span{width:14px;height:14px;position:absolute;left:3px;top:3px;background:#faf9ed;border-radius:50%}.switch.on{background:#889e6c}.switch.on>span{left:17px}.compact{font-size:10px;margin-top:16px}.sound-control{margin-top:17px}.sound-control p{margin:10px 0;font-size:11px;line-height:1.5}.enjoy .game-brand{opacity:.65}.enjoy .game-header{inset:18px 24px auto}.enjoy .header-tools{background:#faf8f08c}@media(min-width:1800px){.game-panel.wide{width:420px}.furnishing-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1180px){.place-label{top:68px}.game-header{inset:14px 18px auto}.game-panel{top:124px;left:18px}.game-panel.right{right:18px}.game-panel.wide{width:340px}.bottom-hud{left:18px;bottom:18px}.camera-controls{right:18px;bottom:22px}.game-dock>button{min-width:46px;padding:8px 6px}.game-toast{left:18px}}@media(max-width:760px){.game-brand span{display:none}.game-brand img{width:42px;height:42px}.game-brand{padding:2px;border-radius:14px}.game-header{inset:12px 12px auto}.header-tools{gap:2px;padding:4px}.header-tools .icon-button{width:40px;height:40px}.header-tools .time-button{min-height:40px;font-size:10px;padding:6px 8px}.save-dot{margin:0 5px}.place-label{top:66px;max-width:calc(100vw - 24px);overflow-x:auto;scrollbar-width:none}.place-label::-webkit-scrollbar{display:none}.place-label button{min-height:40px;font-size:10px;padding:8px 11px;white-space:nowrap}.game-panel,.game-panel.wide,.game-panel.right{top:112px;left:12px;right:12px;width:auto;bottom:84px;max-width:none}.game-panel.right{left:12px;width:auto}.bottom-hud{left:12px;bottom:12px;gap:8px;max-width:calc(100vw - 24px)}.game-dock{gap:1px;padding:4px}.game-dock>button{min-width:48px;min-height:48px;padding:7px}.game-dock>button span{font-size:8px}.game-dock svg{width:18px;height:18px}.game-dock .tool-divider{margin:0 2px}.camera-controls{right:12px;bottom:72px;padding:4px;gap:1px}.camera-controls .icon-button{width:40px;height:40px}.view-dots{gap:3px}.selection-tools{max-width:calc(100vw - 24px);margin-bottom:40px}.selection-name{max-width:100px;font-size:10px;margin-right:1px}.selection-tools .icon-button{width:29px}.game-toast{bottom:184px;left:12px}.availability-legend{left:12px;bottom:72px;gap:10px;padding:8px 10px;font-size:10px}.gallery-grid .furnishing-add img{height:105px}}@media(max-height:560px)and (max-width:1000px){.mobile-view-only .camera-controls{bottom:12px}.mobile-view-only .game-panel,.mobile-view-only .game-panel.wide,.mobile-view-only .game-panel.right{top:66px;bottom:66px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}.game-panel:not(.wide){bottom:auto;max-height:calc(100dvh - 205px)}@media(max-width:1180px){.game-panel:not(.wide){max-height:calc(100dvh - 235px)}}@media(max-width:760px){.game-panel:not(.wide){max-height:calc(100dvh - 265px)}}.window-address{position:fixed;z-index:6;pointer-events:none;padding:9px 13px;border-radius:12px;font-size:12px;white-space:nowrap}.building-entry{border-bottom:1px solid var(--line)}.building-entry>summary{display:flex;align-items:center;gap:11px;padding:12px 0;cursor:pointer;list-style:none;font-size:13px}.building-entry>summary::-webkit-details-marker{display:none}.building-entry>summary:after{content:"+";margin-left:auto;font-size:18px;color:var(--muted)}.building-entry[open]>summary:after{content:"−"}.building-entry small,.saved-home small{display:block;font-size:11px;color:var(--muted);margin-top:3px}.building-units{padding:0 0 12px;display:grid;gap:5px}.unit-floor{display:grid;grid-template-columns:24px repeat(4,1fr);gap:5px;align-items:center}.floor-number{color:var(--muted);text-align:center;font-size:11px}.unit-button{display:flex;align-items:center;justify-content:center;gap:4px;min-height:34px;border:1px solid var(--line);border-radius:8px;font-size:12px;background:#ffffff60}.unit-button:hover,.unit-button.has-home{background:#dfe7d4;border-color:#a5b496}.saved-home{background:transparent;border-bottom:1px solid var(--line);display:flex;align-items:center;width:100%;gap:10px;text-align:left;padding:10px 0;font-size:12px}.saved-home>span{flex:1}.saved-home:hover{background:#e8eedf}.window-address strong{display:block;font-size:12px;font-weight:500}.window-layout{display:block;margin-top:3px;color:var(--muted);font-size:10px}.availability-label{display:block;margin-top:4px;font-size:11px;color:#587d68}.availability-label.saved{color:#976b32}.availability-label.unreadable{color:#ac5949}.availability-legend{position:absolute;left:104px;bottom:24px;z-index:5;display:flex;align-items:center;gap:15px;padding:10px 14px;border-radius:14px;font-size:11px;pointer-events:none}.availability-legend>span{display:flex;align-items:center;gap:6px}.availability-mark{width:18px;height:16px;display:grid;place-items:center;font-style:normal;color:#fff4d6;border-radius:3px;background:#587d68;font-size:16px;line-height:1}.availability-mark.saved{background:#a97837}.game-panel.compact{bottom:auto;max-height:calc(100dvh - 215px);width:280px}.companion-picker{display:flex;gap:6px;margin-bottom:12px}.companion-picker button{flex:1;display:grid;justify-items:center;gap:5px;padding:9px 4px;border-radius:12px;background:transparent;font-size:12px}.companion-picker button>span{font-size:28px}.companion-picker button[aria-pressed=true]{background:#e1e9d5}.companion-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.companion-actions button{display:flex;align-items:center;gap:9px;padding:14px 10px;border:1px solid var(--line);border-radius:11px;background:#fff9;font-size:12px}.companion-actions button:hover{background:#e1e9d5}.companion-actions button[aria-pressed=true]{background:#e1e9d5;border-color:#aebc9e}.pet-snacks{display:grid;gap:8px;margin-top:9px;padding:10px;border-radius:11px;background:#eef1e5;color:var(--muted);font-size:10px}.pet-snacks>div{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.pet-snacks button{display:grid;justify-items:center;gap:5px;min-width:0;padding:8px 4px;border:1px solid var(--line);border-radius:9px;background:#fff9;color:var(--ink);font-size:9px}.pet-snacks button[aria-pressed=true]{background:#dce6d0;border-color:#9eae8c}.pet-snacks i{width:15px;height:10px;border-radius:4px;box-shadow:inset 0 -2px #0001}.pet-hunger{display:grid;gap:7px;margin:2px 0 12px;padding:10px 11px;border-radius:11px;background:#f1eddd}.pet-hunger span{display:flex;align-items:baseline;justify-content:space-between;gap:8px;font-size:11px}.pet-hunger small{color:var(--muted);font-size:9px}.pet-hunger meter{width:100%;height:8px;accent-color:#809b69}.pet-appearance,.pet-adoption{margin-top:16px;font-size:12px}.pet-appearance>summary,.pet-adoption>summary{cursor:pointer;padding:4px 0 9px;color:var(--muted)}.pet-choices{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:12px}.pet-choices button{display:grid;justify-items:center;gap:4px;padding:8px 3px;border-radius:10px;background:#fff9;border:1px solid var(--line);font-size:10px}.pet-choices button span{font-size:22px}.pet-choices button.selected{background:#e1e9d5;border-color:#aebc9e}.pet-adopt-button{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px}.pet-command{position:absolute;z-index:15;bottom:110px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:14px;max-width:calc(100vw - 32px);padding:12px 14px;border-radius:17px}.pet-command strong{font-size:13px;font-weight:500}.pet-command small{display:block;font-size:11px;color:var(--muted);margin-top:4px;white-space:nowrap}.enjoy .pet-command{bottom:24px}@media(max-width:1100px){.game-panel.compact{max-height:calc(100dvh - 230px)}}.sound-control select{width:100%;margin:6px 0 14px;padding:9px;border:1px solid var(--line);border-radius:8px;color:inherit;background:#fbf8ef;font:inherit;font-size:12px}.audio-volume{margin-top:10px}.audio-volume label{display:flex;justify-content:space-between;font-size:12px}.audio-volume output{opacity:.65;font-variant-numeric:tabular-nums}.audio-volume input{width:100%}.audio-credits{color:inherit;font-size:11px;text-underline-offset:3px}
