:root{--paper:#f8f4ed;--surface:#fffdf8;--ink:#292620;--muted:#615d53;--red:#b44230;--olive:#566347;--line:#ded6c9;--soft:#eee8dd;--shadow:0 12px 30px rgba(63,49,31,.13);font:15px/1.4 Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}html,body{margin:0;min-width:320px}button,select{font:inherit}button{cursor:pointer}button:disabled{opacity:.42;cursor:default}button:focus-visible,select:focus-visible,canvas:focus-visible,a:focus-visible{outline:3px solid var(--red);outline-offset:2px}::selection{background:#d6ba9e;color:#211d18}svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}[hidden]{display:none!important}.app{min-height:100dvh}.brandbar{height:62px;padding:0 clamp(16px,3vw,46px);display:flex;align-items:center;gap:20px;background:var(--surface);border-bottom:1px solid var(--line)}.brand{text-decoration:none;color:var(--red);font-weight:900;font-size:30px;letter-spacing:-.065em;white-space:nowrap}.brand span{display:inline-block;vertical-align:top;margin:3px 0 0 4px;padding:3px 4px;border:1px solid var(--red);border-radius:2px;font-size:9px;font-weight:800;letter-spacing:.08em}.brand-note{color:var(--muted);font-size:13px}.header-link{margin-left:auto;display:flex;align-items:center;gap:8px;color:var(--ink);border:0;background:transparent;min-height:44px;padding:8px 10px;font-weight:700}.header-link:hover{color:var(--red)}.studio{max-width:1500px;min-height:calc(100dvh - 62px);margin:auto;padding:0 clamp(12px,3vw,46px) 20px;display:flex;flex-direction:column}.studio-head{min-height:93px;display:flex;align-items:center;justify-content:space-between;gap:16px}.title-block h1{font-size:clamp(24px,2.5vw,36px);letter-spacing:-.03em;line-height:1.1;margin:0 0 5px}.title-block p{margin:0;color:var(--muted);font-size:13px}.head-actions{display:flex;align-items:center;gap:7px}.tool-button,.save-button,.stage-tool,.edit-button,.export-button{min-height:44px;border-radius:7px;border:1px solid var(--line);padding:9px 13px;background:var(--surface);color:var(--ink);font-weight:700}.tool-button{display:flex;align-items:center;gap:6px}.tool-button:hover,.stage-tool:hover,.edit-button:hover,.export-button:hover{background:var(--soft)}.tool-button svg{width:17px;height:17px}.save-button{border-color:var(--red);background:var(--red);color:white;padding:9px 20px}.save-button:hover{background:#983826}.challenge-strip{min-height:55px;display:flex;align-items:center;gap:14px;padding:8px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.challenge-strip label{font-size:12px;font-weight:700;color:var(--muted)}.challenge-strip select{min-height:38px;padding:7px 28px 7px 10px;border:1px solid var(--line);border-radius:6px;background:var(--surface);font-weight:700;color:var(--ink)}.objectives{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:thin;white-space:nowrap;flex:1;min-width:0}.objective,.objectives>span{font-size:11px;color:var(--muted);background:#ece8df;border-radius:30px;padding:6px 10px}.objective.done{color:var(--olive);background:#e4ebdc;font-weight:700}.score{font-weight:800;color:var(--olive);white-space:nowrap;font-size:13px}.stage-wrap{position:relative;flex:1;min-height:360px;max-height:780px;margin:13px 0 0;border-radius:11px;background:#e9e0d2;box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}.stage-top,.stage-bottom{display:flex;align-items:center;gap:8px;position:relative;z-index:2;background:var(--surface)}.stage-top{min-height:51px;padding:5px 10px;border-bottom:1px solid var(--line)}.stage-bottom{min-height:28px;padding:4px 14px;justify-content:space-between;border-top:1px solid var(--line);font-size:11px;color:var(--muted)}.view-toggle{display:flex;gap:2px;padding:3px;background:var(--soft);border-radius:7px}.view-toggle button{border:0;background:transparent;border-radius:5px;padding:6px 15px;min-height:33px;font-weight:700;color:var(--muted)}.view-toggle button.active{background:var(--surface);box-shadow:0 2px 7px rgba(43,30,17,.11);color:var(--ink)}.view-hint{font-size:12px;color:var(--muted);margin-left:10px;margin-right:auto}.stage-tool{min-width:36px;min-height:36px;padding:0;font-size:21px;line-height:1}.canvas-host{position:relative;flex:1;min-height:0;overflow:hidden}.canvas-host canvas{width:100%;height:100%;display:block;touch-action:none;cursor:crosshair}.canvas-host canvas:active{cursor:grabbing}.loading,.render-error,.stage-empty{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;text-align:center;background:rgba(255,253,248,.88);padding:14px 21px;border-radius:8px;box-shadow:0 5px 15px rgba(50,38,25,.08);pointer-events:none;white-space:nowrap}.render-error{pointer-events:auto;color:var(--red);white-space:normal;max-width:90%}.stage-empty{top:auto;bottom:16px;transform:translateX(-50%);display:flex;flex-direction:column;gap:3px}.stage-empty strong{font-size:14px}.stage-empty span{font-size:12px;color:var(--muted)}.selection-bar{position:absolute;z-index:3;left:50%;bottom:42px;transform:translateX(-50%);display:flex;align-items:center;gap:8px;padding:8px;background:var(--surface);box-shadow:0 7px 22px rgba(51,35,20,.18);border-radius:9px;white-space:nowrap}.selection-bar>span{font-weight:800;max-width:170px;overflow:hidden;text-overflow:ellipsis;padding:0 8px}.edit-button{font-size:12px}.delete-button{color:var(--red)}.catalog-panel{padding:15px 0 0;min-height:188px}.catalog-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.catalog-head h2{font-size:19px;letter-spacing:-.025em;margin:0 0 2px}.catalog-head p{font-size:11px;color:var(--muted);margin:0}.catalog-count{font-size:11px;color:var(--muted)}.categories{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;padding:12px 0 8px}.categories::-webkit-scrollbar,.product-list::-webkit-scrollbar{display:none}.category{white-space:nowrap;border:1px solid var(--line);border-radius:30px;background:var(--surface);min-height:34px;padding:5px 14px;font-size:12px;font-weight:700;color:var(--muted)}.category.active{color:white;background:var(--olive);border-color:var(--olive)}.product-list{display:flex;gap:9px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;padding-bottom:8px}.product-tile{flex:0 0 124px;min-height:112px;display:flex;align-items:center;flex-direction:column;border:1px solid var(--line);border-radius:9px;background:var(--surface);padding:5px;color:var(--ink)}.product-tile:hover,.product-tile.selected{border:2px solid var(--olive);padding:4px}.product-model{display:block;height:74px;width:100%;background:#f1ebe1 center/contain no-repeat;border-radius:6px}.product-title{align-self:stretch;margin-top:6px;text-align:center;font-size:11px;line-height:1.2;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demo-note{font-size:10px;color:#736b60;margin:10px 0 0}.toast{position:fixed;z-index:50;left:50%;bottom:30px;transform:translate(-50%,30px);max-width:min(90vw,540px);padding:12px 18px;border-radius:8px;background:#2f3d2e;color:white;box-shadow:0 7px 20px rgba(0,0,0,.18);font-size:13px;line-height:1.35;text-align:center;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s}.toast.show{opacity:1;transform:translate(-50%,0)}.panel-backdrop{position:fixed;z-index:70;inset:0;background:rgba(26,23,19,.42);display:flex;justify-content:flex-end}.saves-sheet{width:min(100%,430px);height:100%;background:var(--paper);padding:26px;box-shadow:-12px 0 32px rgba(23,18,12,.2);display:flex;flex-direction:column}.sheet-head{display:flex;justify-content:space-between;align-items:start}.sheet-head h2{font-size:27px;margin:0}.sheet-head p{font-size:12px;color:var(--muted);margin:2px 0 25px}.close-button{border:0;background:transparent;font-size:29px;min-width:44px;min-height:44px;line-height:1}.saved-list{overflow:auto;flex:1}.saved-room{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--line);padding:11px 0}.saved-thumb{width:58px;height:58px;border-radius:6px;background:#e6ded0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--olive)}.saved-thumb span{font-size:22px;font-weight:800}.saved-thumb small{font-size:9px}.saved-copy{display:flex;flex-direction:column;flex:1;min-width:0}.saved-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved-copy small{color:var(--muted)}.saved-room button{border:0;background:var(--olive);color:white;border-radius:6px;min-height:44px;padding:8px;font-size:12px}.saved-room .saved-delete{background:transparent;color:var(--red);min-width:38px;font-size:22px}.saved-empty{padding:40px 8px;text-align:center}.saved-empty p{color:var(--muted);font-size:13px}.sheet-actions{display:flex;gap:10px;border-top:1px solid var(--line);padding-top:18px}.export-button{flex:1;font-size:12px}@media(max-width:820px){.brand-note{display:none}.studio-head{min-height:77px}.title-block p{display:none}.tool-button span{display:none}.tool-button{width:44px;justify-content:center;padding:0}.challenge-strip{gap:8px}.challenge-strip label{display:none}.objectives{max-width:none}.stage-wrap{min-height:360px}.catalog-panel{min-height:180px}}@media(max-width:600px){.brandbar{height:54px;padding:0 12px}.brand{font-size:27px}.header-link span{font-size:11px}.studio{height:calc(100dvh - 54px);min-height:620px;padding:0 10px 6px}.studio-head{min-height:64px}.title-block h1{font-size:22px}.head-actions{gap:3px}.tool-button,.save-button{min-height:42px}.tool-button{width:42px}.save-button{padding:8px 11px;font-size:12px}.challenge-strip{min-height:46px;padding:5px 0}.challenge-strip select{font-size:11px;max-width:130px}.objectives{gap:5px}.objective,.objectives>span{padding:5px 8px;font-size:10px}.score{font-size:11px}.stage-wrap{min-height:220px;margin-top:8px;border-radius:8px}.stage-top{min-height:45px;padding:4px 5px}.view-toggle button{padding:5px 11px;min-height:32px;font-size:12px}.view-hint{display:none}.stage-tool{margin-left:auto;min-height:34px;min-width:34px}.stage-tool+.stage-tool{margin-left:0}.stage-bottom{min-height:24px;font-size:10px;padding:3px 8px}.selection-bar{bottom:31px;padding:5px;gap:3px}.selection-bar>span{max-width:100px;font-size:11px}.edit-button{padding:7px 9px;min-height:38px;font-size:11px}.catalog-panel{min-height:173px;padding-top:8px}.catalog-head h2{font-size:15px}.catalog-head p{display:none}.categories{padding:7px 0 6px;gap:5px}.category{min-height:32px;padding:4px 12px}.product-list{gap:6px}.product-tile{flex-basis:102px;min-height:96px}.product-model{height:62px}.product-title{font-size:10px}.demo-note{font-size:9px;margin:4px 0 0}.stage-empty{bottom:8px;padding:8px 12px;max-width:90%;white-space:normal}.stage-empty strong{font-size:12px}.stage-empty span{font-size:10px}.toast{bottom:12px}}@media(max-width:370px){.header-link{padding:4px}.header-link span{display:none}.title-block h1{font-size:20px}.save-button{padding:7px 9px}.challenge-strip select{max-width:108px}.score{font-size:10px}.objective{font-size:9px}.selection-bar>span{max-width:75px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
.goals-toggle{display:none;border:0;background:#ece8df;border-radius:20px;padding:7px 11px;min-height:36px;font-size:11px;color:var(--olive);font-weight:800;white-space:nowrap}.challenge-strip{position:relative}@media(max-width:600px){.goals-toggle{display:inline-block}.objectives{display:none;position:absolute;z-index:9;left:0;right:0;top:100%;max-height:170px;overflow:auto;white-space:normal;background:var(--surface);box-shadow:0 7px 18px rgba(45,34,22,.17);padding:8px;border-radius:0 0 8px 8px;flex-wrap:wrap}.objectives.open{display:flex}.objective,.objectives>span{white-space:normal}.score{margin-left:auto}}
@media(max-width:600px){.category,.goals-toggle,.challenge-strip select,.save-button,.tool-button,.view-toggle button,.stage-tool,.edit-button{min-height:44px}.stage-top{min-height:53px}.selection-bar{bottom:31px}}
@media(min-width:601px){.studio{height:calc(100dvh - 62px);min-height:680px}.stage-wrap{max-height:none}.catalog-panel{flex:0 0 205px;min-height:0}}
.modebar{height:44px;display:flex;align-items:stretch;gap:24px;padding:0 clamp(12px,3vw,46px);background:var(--surface);border-bottom:1px solid var(--line)}.mode-tab{border:0;border-bottom:3px solid transparent;padding:0 4px;background:transparent;color:var(--muted);font-size:13px;font-weight:700}.mode-tab.active{border-bottom-color:var(--red);color:var(--red)}.mode-tab:hover{color:var(--red)}#odd-root{max-width:1500px;min-height:calc(100dvh - 106px);margin:auto}.studio{height:calc(100dvh - 106px);min-height:680px}@media(min-width:601px){.studio{height:calc(100dvh - 106px)}}@media(max-width:600px){.modebar{height:46px;gap:20px;padding:0 12px}.mode-tab{font-size:12px}.studio{height:calc(100dvh - 100px);min-height:575px}#odd-root{min-height:calc(100dvh - 100px)}}
.victory{position:absolute;z-index:5;top:64px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:18px;min-width:min(90%,440px);padding:12px 12px 12px 17px;background:#e8eddf;box-shadow:0 9px 25px rgba(41,56,36,.2);border-radius:9px;color:#33482e;animation:victory-in .35s cubic-bezier(.2,.8,.2,1)}.victory div{display:flex;flex-direction:column;flex:1}.victory strong{font-size:15px}.victory span{font-size:11px}.victory button{border:0;border-radius:6px;background:var(--olive);color:#fff;padding:8px 10px;min-height:44px;font-size:11px;font-weight:700;white-space:nowrap}.victory .victory-close{min-width:34px;background:transparent;color:var(--olive);font-size:22px;padding:0}@keyframes victory-in{from{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%,0)}}@media(max-width:600px){.victory{top:61px;min-width:calc(100% - 16px);gap:7px;padding:8px}.victory strong{font-size:12px}.victory span{font-size:9px}.victory button{font-size:10px;padding:5px}.victory .victory-close{min-width:25px}}@media(prefers-reduced-motion:reduce){.victory{animation:none}}
.saved-room{display:grid;grid-template-columns:58px minmax(0,1fr) auto 38px;align-items:center;gap:8px 10px}.saved-thumb{grid-row:1/3}.saved-copy{grid-column:2}.saved-products{grid-column:2/-1;font-size:12px;color:var(--muted)}.saved-products summary{cursor:pointer;font-weight:700;color:var(--olive);padding:5px 0}.saved-products ul{margin:4px 0 7px;padding-left:18px;line-height:1.6}
.victory{animation:none}

.product-list{touch-action:none;user-select:none;-webkit-user-select:none}.product-tile{touch-action:none;cursor:grab}.dragging-product,.dragging-product .product-tile{cursor:grabbing}.furniture-drag-preview{position:fixed;z-index:1000;width:108px;height:82px;background-color:#fffaf0;background-size:contain;background-position:center;background-repeat:no-repeat;border-radius:12px;box-shadow:0 12px 28px #29262040;transform:translate(-50%,-75%);pointer-events:none}
