:root{--ink:#29302d;--muted:#757b76;--line:#e3e6e1;--paper:#fff;--canvas:#f0f1ec;--accent:#b95035;--soft:#f6f7f4;--font:'Avenir Next','Segoe UI',sans-serif;--serif:'Iowan Old Style','Palatino Linotype',Georgia,serif;color:var(--ink);font-family:var(--font);font-size:14px;font-synthesis:none}
.walls-status{position:absolute;right:20px;top:117px;background:#fffffff0;color:#646f5d;font-size:10px;padding:7px 10px;border-radius:4px;pointer-events:none}.navigation-hint>div{display:flex;align-items:center;gap:5px}.navigation-hint #walls-button{font-weight:600}
@media(max-width:600px){.navigation-hint{flex-wrap:wrap!important;justify-content:center!important}.navigation-hint>span{order:2;width:100%;text-align:center}.navigation-hint>div{width:100%;justify-content:space-between}.walls-status{right:12px;top:107px;font-size:9px}}
*{box-sizing:border-box}body{margin:0;background:var(--paper)}button,input,select{font:inherit}button,a,select,input{outline-offset:4px}button{cursor:pointer;color:inherit}button:disabled{opacity:.4;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent)}[hidden]{display:none!important}a{color:inherit;text-decoration:none}button{border:0;background:none}p{line-height:1.6}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-weight:600}h3{font-size:15px}small,.muted{color:var(--muted)}.muted{font-size:14px}.eyebrow{font-size:11px;letter-spacing:.14em;font-weight:600;color:var(--muted)}
.header{height:76px;display:flex;align-items:center;gap:23px;padding:0 26px;border-bottom:1px solid var(--line);position:relative;z-index:10;background:#fff}.brand{font-family:var(--serif);font-size:32px;letter-spacing:-1.2px;white-space:nowrap}.brand span{font-family:var(--font);font-size:11px;font-weight:600;letter-spacing:.02em;border-left:1px solid #bac0ba;padding-left:9px;margin-left:9px;vertical-align:middle}.project{display:flex;gap:22px;align-items:center}.separator{width:1px;height:30px;background:var(--line)}.project strong{font-weight:600;font-size:14px;display:block;margin-bottom:3px}.project-meta{font-size:12px;color:var(--muted)}.project-meta i{display:inline-block;width:3px;height:3px;background:#b8bdb8;border-radius:50%;margin:0 6px;vertical-align:middle}.local-badge{font-size:11px;text-transform:uppercase;letter-spacing:.08em;background:var(--soft);padding:6px 9px;border-radius:4px;color:var(--muted)}.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:9px 15px;border-radius:5px;font-size:13px;font-weight:600;white-space:nowrap;transition:background .15s,color .15s}.button.primary{background:var(--ink);color:#fff;border:1px solid var(--ink)}.button.primary:hover:not(:disabled){background:#465048}.button.secondary{border:1px solid var(--line);background:#fff}.button.secondary:hover:not(:disabled),.button.quiet:hover{background:var(--soft)}.button.quiet{font-weight:500}.header-actions .quiet{border:1px solid var(--line);border-radius:50%;min-height:28px;width:28px;padding:0;margin-right:6px}
.workspace{display:grid;grid-template-columns:238px minmax(0,1fr) 300px;height:calc(100dvh - 76px);min-height:560px}.sidebar,.inspector{min-height:0;display:flex;flex-direction:column;background:#fff}.sidebar{border-right:1px solid var(--line)}.room-card{padding:21px 18px 18px}.room-card img{width:100%;height:98px;object-fit:cover;border-radius:5px;display:block;margin-bottom:15px}.room-card h1{font-size:17px;margin:6px 0 4px;letter-spacing:-.4px}.room-card p{font-size:11px;color:var(--muted);margin:0}.side-tabs{display:flex;gap:18px;border-bottom:1px solid var(--line);padding:0 18px}.side-tabs button{font-size:12px;padding:13px 0;position:relative;font-weight:600;color:var(--muted)}.side-tabs button.active{color:var(--ink)}.side-tabs button.active:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--ink)}.side-tabs span{font-size:10px;margin-left:3px;background:#edf0eb;padding:1px 5px;border-radius:8px}.side-scroll{overflow:auto;flex:1;padding:12px 9px}.side-scroll .intro{padding:0 9px;font-size:12px}.component-group{margin-bottom:7px}.component-group summary{padding:10px 9px;cursor:pointer;list-style:none;display:flex;align-items:center;font-size:12px;font-weight:600}.component-group summary:before{content:'⌄';font-size:12px;color:#a0a69e;margin-right:9px}.component-group:not([open]) summary:before{content:'›'}.component-button{width:100%;display:flex;align-items:center;gap:9px;padding:10px 10px 10px 27px;border-radius:4px;font-size:12px;text-align:left;line-height:1.4}.component-button:hover{background:var(--soft)}.component-button.active{background:#eef0eb;color:#222a24;font-weight:600}.component-dot{width:10px;height:10px;border:1px solid #0001;border-radius:2px;flex-shrink:0}.component-button .modified{margin-left:auto;width:5px;height:5px;background:var(--accent);border-radius:50%}.sidebar-bottom{border-top:1px solid var(--line);padding:12px}.sidebar-bottom .import-button{border:1px solid var(--line);width:100%;font-size:12px}.import-button span{font-size:18px}.import-button small{margin-left:auto;font-size:10px}.sidebar-bottom p{font-size:10px;color:var(--muted);text-align:center;margin:7px 0 0}.sidebar-bottom>.quiet{font-size:12px;width:100%}.version-card{display:block;width:100%;padding:12px;text-align:left;border:1px solid var(--line);border-radius:5px;margin-bottom:9px}.version-card:hover{background:var(--soft)}.version-card strong{display:block;font-size:13px}.version-card small{display:block;font-size:11px;margin-top:5px}.version-dots{display:flex;gap:5px;margin-top:10px}.version-dots i{width:17px;height:17px;border-radius:3px;border:1px solid #0001}
.stage{position:relative;overflow:hidden;background:var(--canvas);min-width:0}.stage #viewport{position:absolute;inset:0;touch-action:none;outline-offset:-4px}.stage canvas{width:100%;height:100%;display:block}.stage-top{position:absolute;top:18px;left:20px;right:20px;display:flex;align-items:center;justify-content:space-between;gap:10px;pointer-events:none}.stage-top>*{pointer-events:auto}.mode-switch{display:flex;padding:3px;background:#fffffff0;border:1px solid #ffffffa0;border-radius:7px;box-shadow:0 2px 8px #1822160b}.mode-switch button{font-size:12px;padding:8px 13px;border-radius:4px;font-weight:600}.mode-switch button.active{background:var(--ink);color:white}.mode-switch span{font-size:10px;margin-left:3px;opacity:.6}.quality-label{display:flex;align-items:center;gap:6px;background:#fffffff0;padding:7px 8px;border-radius:5px}.quality-label select{appearance:none;border:none;background:transparent;font-size:10px;color:#555e55;cursor:pointer;outline-offset:6px}.status-dot{height:5px;width:5px;background:#788c75;border-radius:50%}.stage-tools{position:absolute;left:20px;top:76px;display:flex;align-items:center;background:#fffffff0;border-radius:5px;padding:3px;box-shadow:0 2px 6px #00000008}.stage-tools>span{height:18px;width:1px;background:var(--line);margin:0 4px}.stage-tools .button{font-size:11px;padding:4px 9px;min-height:31px}.stage-tools .button[aria-pressed=true]{background:#e4e8e1}.tool-button{font-size:22px;line-height:1;width:32px;height:31px;border-radius:4px}.tool-button:hover:not(:disabled){background:#eef0eb}.view-label{position:absolute;right:20px;top:79px;display:flex;align-items:center;gap:8px;font-size:11px;background:#ffffffed;padding:8px 10px;border-radius:4px}.view-label #compare-label{font-size:9px;letter-spacing:.04em;color:var(--accent);font-weight:600;border-left:1px solid var(--line);padding-left:8px}.stage-bottom{position:absolute;bottom:0;left:0;right:0;padding:16px 18px 10px;background:linear-gradient(transparent,#eef0eada);pointer-events:none}.stage-bottom>*{pointer-events:auto}.camera-list{display:flex;justify-content:center;gap:7px}.camera-button{background:#fff;padding:4px 4px 6px;border-radius:5px;border:1px solid #fff;box-shadow:0 3px 10px #0000000c;width:102px;min-width:0}.camera-button img{width:100%;height:47px;object-fit:cover;border-radius:3px;display:block}.camera-button span{display:block;font-size:10px;white-space:nowrap;margin-top:5px}.camera-button.active{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.navigation-hint{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:8px 0 0;color:#566151;font-size:10px}.navigation-hint .button{font-size:10px;min-height:26px;padding:4px 5px}.loading-state{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;background:#f0f1eceb;z-index:4;text-align:center;padding:30px}.loading-state h2{font-family:var(--serif);font-size:26px;font-weight:400;margin:20px 0 8px}.loading-state p{font-size:13px;color:var(--muted)}progress{appearance:none;width:180px;height:3px;border:0;border-radius:2px;overflow:hidden;margin-top:8px}progress::-webkit-progress-bar{background:#dce1d9}progress::-webkit-progress-value{background:#57634f}.spinner{width:25px;height:25px;border:2px solid #d5dace;border-top-color:#46553b;border-radius:50%;animation:spin .9s linear infinite}.spinner.small{width:15px;height:15px;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.fallback{position:absolute;inset:0;z-index:3;background:#e8ebe5}.fallback>img{width:100%;height:100%;object-fit:cover;filter:brightness(.5)}.fallback>div{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;text-align:center;width:80%}.render-notice{position:absolute;bottom:137px;left:50%;transform:translateX(-50%);background:#fff;padding:10px 14px;border-radius:6px;box-shadow:0 8px 30px #0002;display:flex;align-items:center;gap:10px;white-space:nowrap;font-size:12px}.render-notice button{font-size:11px;text-decoration:underline;padding:0}
.inspector{border-left:1px solid var(--line)}.selection-header{padding:26px 22px 20px;border-bottom:1px solid var(--line)}.selection-header h2{font-family:var(--serif);font-size:25px;font-weight:400;letter-spacing:-.4px;margin:10px 0 8px;line-height:1.15}.selection-header p{font-size:11px;color:var(--muted);margin:0}.inspector-scroll{overflow:auto;flex:1;padding:20px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.section-heading h3{font-size:13px;margin:0}.text-button{font-size:11px;color:var(--muted);text-decoration:underline;text-underline-offset:3px;padding:0}.material-filters{display:flex;gap:5px;margin-bottom:12px}.material-filters button{font-size:10px;color:var(--muted);padding:6px 8px;border:1px solid var(--line);border-radius:4px;white-space:nowrap}.material-filters button.active{background:#eef1eb;border-color:#d9ded3;color:var(--ink)}.search{display:flex;gap:8px;align-items:center;border:1px solid var(--line);border-radius:4px;padding:7px 10px;margin-bottom:16px}.search span{font-size:19px;color:var(--muted);line-height:1}.search input{min-width:0;width:100%;border:0;background:none;font-size:11px;outline:none}.material-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px 11px}.material-card{text-align:left;padding:0;position:relative;min-width:0}.material-card .swatch{height:73px;display:block;border-radius:4px;border:1px solid #0000000a;background-size:cover;background-position:center;position:relative}.material-card.active .swatch{outline:1px solid var(--ink);outline-offset:3px}.material-card.active .swatch:after{content:'✓';position:absolute;right:5px;bottom:5px;width:17px;height:17px;background:white;border-radius:50%;font-size:11px;line-height:17px;text-align:center;color:var(--ink);box-shadow:0 1px 3px #0002}.material-card strong{font-size:11px;display:block;font-weight:500;margin-top:7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.material-card small{font-size:9px;display:block;margin-top:2px}.material-card:hover .swatch{box-shadow:0 3px 10px #0002}.empty-state{grid-column:1/-1;font-size:13px;color:var(--muted);padding:20px 0}.grain-controls{margin-top:20px;border-top:1px solid var(--line);padding-top:15px}.grain-controls>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.grain-controls strong{font-size:11px;font-weight:500}.grain-controls .button{font-size:10px;min-height:29px;padding:4px 8px}.grain-controls label{display:flex;align-items:center;justify-content:space-between;font-size:11px;margin-top:10px}.grain-controls select{border:1px solid var(--line);border-radius:3px;background:white;font-size:11px;padding:4px}.selected-material{display:flex;align-items:center;gap:9px;margin-top:22px;padding:14px 0 0;border-top:1px solid var(--line)}.mini-swatch{width:30px;height:34px;border-radius:3px;flex-shrink:0;background-size:cover}.selected-material strong{display:block;font-size:11px}.selected-material small{display:block;font-size:9px;margin-top:3px;line-height:1.4}.selected-material a{margin-left:auto;font-size:18px}.inspector-note{border-top:1px solid var(--line);padding:13px 18px;display:flex;gap:9px;background:#fafbf8}.inspector-note>span{font-size:13px;color:var(--muted);padding-top:1px}.inspector-note p{font-size:10px;line-height:1.5;color:var(--muted);margin:0}.inspector-note button{padding:0;text-decoration:underline;font-size:10px}.tv-sizes{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.tv-sizes button{border:1px solid var(--line);padding:10px 14px;border-radius:4px}.tv-sizes button.active{background:var(--ink);color:#fff;border-color:var(--ink)}.dimension-card{padding:20px;background:var(--soft);border-radius:5px;margin-bottom:17px}.dimension-card strong{display:block;font-size:18px}.dimension-card span{display:block;font-size:11px;color:var(--muted);margin-top:7px}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;z-index:50;padding:12px 20px;border-radius:6px;box-shadow:0 10px 35px #0003;font-size:13px;max-width:90vw;line-height:1.5}
dialog{border:1px solid var(--line);border-radius:10px;padding:27px;width:min(520px,calc(100vw - 30px));color:var(--ink);box-shadow:0 24px 90px #0003;font-size:14px;max-height:90dvh;overflow:auto}dialog::backdrop{background:#1d251b77;backdrop-filter:blur(4px)}.dialog-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px}.dialog-heading h2{font-family:var(--serif);font-size:31px;font-weight:400;letter-spacing:-.6px;margin:9px 0 0}.close-button{font-size:25px;line-height:1;width:28px;height:28px;border-radius:4px;flex-shrink:0}.close-button:hover{background:var(--soft)}.field{display:flex;flex-direction:column;gap:8px;font-size:12px;font-weight:600;margin-bottom:19px}.field input,.field select{border:1px solid #d5dad2;padding:11px;border-radius:5px;background:#fff;font-size:13px;font-weight:400;min-width:0}.dialog-actions{display:flex;gap:9px;justify-content:flex-end;margin-top:25px}.form-row{display:grid;grid-template-columns:1.3fr 1fr;gap:14px}.local-warning{font-size:12px;line-height:1.6;background:var(--soft);padding:14px;border-radius:5px;color:#636c5e}.wide-dialog{width:min(940px,calc(100vw - 30px))}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.render-card{border:1px solid var(--line);border-radius:6px;overflow:hidden}.render-card .render-image{width:100%;height:180px;object-fit:cover;display:block;cursor:pointer}.render-placeholder{height:140px;background:var(--soft);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;padding:20px;font-size:12px;color:var(--muted);text-align:center}.render-card-body{padding:15px}.render-card-body strong{display:block;font-size:13px}.render-card-body small{display:block;margin-top:5px;font-size:11px}.render-card-actions{display:flex;justify-content:space-between;gap:8px;margin-top:10px}.render-card-actions button,.render-card-actions a{font-size:11px;text-decoration:underline;text-underline-offset:3px;padding:0}.image-dialog{width:min(1320px,calc(100vw - 24px));padding:16px;background:#f8f9f6}.image-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px}.image-heading strong{font-size:14px}.image-heading>div{display:flex;align-items:center;gap:12px}.image-dialog #full-image{display:block;width:100%;max-height:73dvh;object-fit:contain;background:#e6e9e1}.image-dialog p{font-size:12px;color:var(--muted);margin:12px 0 0}.image-dialog #panorama-viewport{height:65dvh;min-height:280px;touch-action:none}.image-dialog #panorama-viewport canvas{width:100%;height:100%;display:block}.help-list{padding-left:23px;line-height:1.8;margin-bottom:22px}.help-list li{padding-left:4px;margin-bottom:8px}.is-comparing .inspector-scroll{opacity:.6;pointer-events:none}.is-loading .inspector-scroll{opacity:.4;pointer-events:none}
@media(min-width:1550px){.workspace{grid-template-columns:260px minmax(0,1fr) 330px}.room-card img{height:120px}.material-card .swatch{height:85px}.material-card strong{font-size:12px}.material-card small{font-size:10px}.component-button{font-size:13px}.component-group summary{font-size:13px}}
@media(max-width:1150px){.header{padding:0 16px;gap:15px}.local-badge{display:none}.workspace{grid-template-columns:205px minmax(0,1fr) 260px}.room-card{padding:16px 13px}.inspector-scroll{padding:16px}.selection-header{padding:23px 16px 18px}.selection-header h2{font-size:23px}.quality-label{display:none}.camera-button{width:85px}.camera-button span{font-size:9px}.navigation-hint>span{font-size:9px}.stage-top{left:14px;right:14px}.stage-tools{left:14px}.view-label{right:14px}.project-meta{font-size:11px}.header-actions{gap:6px}.header-actions .button{font-size:12px;padding:8px 11px}}
@media(max-width:850px){.workspace{grid-template-columns:minmax(0,1fr) 265px;grid-template-rows:minmax(400px,1fr) 180px;height:calc(100dvh - 68px);min-height:640px}.header{height:68px}.sidebar{grid-column:1;grid-row:2;border-top:1px solid var(--line);display:grid;grid-template-columns:150px 1fr;overflow:hidden}.room-card{display:none}.side-tabs{grid-column:1;padding:0 12px;gap:12px;align-self:start}.side-scroll{grid-column:2;grid-row:1/3}.sidebar-bottom{grid-column:1;grid-row:2;padding:8px;border-top:0}.sidebar-bottom p{font-size:9px}.sidebar-bottom .import-button{font-size:10px;padding:5px}.stage{grid-column:1;grid-row:1}.inspector{grid-column:2;grid-row:1/3}.project{display:none}.header-actions .quiet{display:none}.component-group{margin:0}.component-group summary{padding:5px}.component-button{padding:6px 6px 6px 18px}.stage-bottom{padding:10px}.camera-button{width:80px}.camera-button img{height:36px}.navigation-hint>span{max-width:140px;line-height:1.5}.view-label{top:121px;font-size:10px}.render-notice{bottom:125px;max-width:90%;white-space:normal;font-size:11px}.camera-list{gap:5px}.room-card h1{font-size:14px}}
@media(max-width:600px){:root{font-size:16px}.header{height:62px;padding:0 12px}.brand{font-size:28px}.brand span{font-size:10px;margin-left:6px;padding-left:6px}.header-actions .button{font-size:11px;padding:8px 10px;min-height:34px}.header-actions .primary span{display:none}.workspace{display:flex;flex-direction:column;height:auto;min-height:0}.stage{height:55dvh;min-height:350px;order:0;flex-shrink:0}.sidebar{order:1;height:175px;display:grid;grid-template-columns:140px minmax(0,1fr);border-right:0;flex-shrink:0}.inspector{order:2;border-left:0;border-top:1px solid var(--line);min-height:380px}.selection-header{padding:20px}.selection-header h2{font-size:26px}.selection-header p{font-size:12px}.inspector-scroll{overflow:visible;padding:20px}.material-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:17px 14px}.material-card .swatch{height:80px}.material-card strong{font-size:12px}.material-card small{font-size:10px}.material-filters button{font-size:12px;padding:7px 11px}.search input{font-size:14px}.search{padding:10px}.section-heading h3{font-size:15px}.text-button{font-size:12px}.selected-material strong{font-size:13px}.selected-material small{font-size:11px}.inspector-note p,.inspector-note button{font-size:12px}.component-button{font-size:12px;min-height:35px}.component-group summary{font-size:12px;min-height:30px}.side-tabs button{font-size:11px}.stage-top{top:12px;left:12px;right:12px}.stage-tools{top:62px;left:12px}.stage-bottom{padding:10px 12px 6px}.camera-button{width:80px}.camera-button img{height:35px}.view-label{top:67px;right:12px;padding:8px;font-size:9px}.stage-tools .button{font-size:10px}.tool-button{width:28px}.navigation-hint{font-size:10px}.navigation-hint>span{max-width:none;font-size:9px}.gallery{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}.dialog-heading h2{font-size:27px}dialog{padding:21px}.image-heading strong{font-size:12px}.image-heading .button{font-size:11px;padding:5px 8px}.render-notice{bottom:115px}.material-card.active .swatch{outline-width:2px}}
.lighting-entry{padding:12px!important;margin-bottom:9px;background:#f1f0e9;border:1px solid #e4e3d7;font-weight:600}.light-presets{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.light-preset{padding:11px 3px;border:1px solid var(--line);border-radius:5px;background:linear-gradient(#fdf2d7,#fff)}.light-preset:nth-child(2){background:linear-gradient(#f6f5ee,#fff)}.light-preset:nth-child(3){background:linear-gradient(#eaf0f8,#fff)}.light-preset span,.light-preset strong{display:block;font-size:10px}.light-preset strong{font-size:12px;margin-top:5px}.light-preset:hover{border-color:#7d8679}.lighting-help{font-size:12px;color:var(--muted);line-height:1.6}.lighting-caption{font-size:10px;color:var(--muted);line-height:1.6;margin:9px 0 14px}.light-circuit{min-width:0;margin:22px 0;padding:15px 12px;border:1px solid var(--line);border-radius:6px}.light-circuit legend{font-size:12px;font-weight:600;padding:0 6px}.light-circuit.selected{border-color:var(--accent);box-shadow:0 0 0 1px #b9503515}.light-circuit-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.light-switch{display:flex;align-items:center;gap:6px;font-size:12px}.light-switch input{width:17px;height:17px;accent-color:var(--ink)}.lighting-slider{display:block;margin:15px 0}.lighting-slider-label{display:flex;flex-direction:column;gap:5px;font-size:10px;color:var(--muted)}.lighting-slider-label output{font-size:15px;font-weight:600;color:var(--ink)}.lighting-slider input{width:100%;height:26px;margin:4px 0 0;accent-color:#69755c;cursor:pointer}.daylight-buttons{display:flex;gap:6px}.daylight-buttons .button{font-size:10px;min-height:31px;padding:6px 9px}.lighting-disclaimer{border-top:1px solid var(--line);padding-top:18px}.lighting-render-summary{font-size:12px;padding:12px;background:#f4f4ed;border-radius:4px;line-height:1.5}
@media(max-width:600px){.light-circuit{padding:18px}.light-circuit legend,.lighting-help,.light-switch{font-size:14px}.lighting-slider-label,.lighting-caption{font-size:12px}.lighting-slider-label{flex-direction:row;align-items:center;justify-content:space-between}.lighting-slider input{height:36px}.light-preset span{font-size:12px}.light-preset strong{font-size:14px}}
.light-preset[aria-pressed=true],.daylight-buttons [aria-pressed=true]{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}
.entity-actions{display:flex;align-items:center;justify-content:space-between;gap:8px}.entity-actions .button{font-size:11px;padding:7px 9px}.entity-heading{margin:24px 0 13px;font-size:13px}.entity-note{font-size:11px;line-height:1.65;color:var(--muted);margin:13px 0}.entity-motion{display:grid;grid-template-columns:1fr 1fr;gap:10px}.entity-field{display:flex;flex-direction:column;gap:7px;font-size:10px}.entity-field input{width:100%;min-width:0;padding:9px 7px;border:1px solid var(--line);border-radius:4px;font-size:12px}.product-options{display:flex;flex-direction:column;gap:8px}.product-option{display:block;text-align:left;padding:12px;border:1px solid var(--line);border-radius:5px;background:var(--soft)}.product-option strong,.product-option span,.product-option small{display:block}.product-option strong{font-size:12px;margin-bottom:7px}.product-option span,.product-option small{font-size:10px;line-height:1.5;color:var(--muted)}.product-option small{margin-top:7px}.product-option[aria-pressed=true]{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink);background:#eef0e9}.surface-card{padding:13px 11px;margin:16px 0;min-width:0;border:1px solid var(--line);border-radius:5px}.surface-card legend{padding:0 5px}.surface-select{font-size:12px;font-weight:600;padding:0;text-align:left}.surface-card.selected{border-color:var(--accent)}.surface-color-row{display:flex;gap:8px;align-items:center;margin:6px 0 11px}.surface-color-row input[type=color]{width:37px;height:34px;padding:2px;border:1px solid var(--line);background:white;border-radius:4px;cursor:pointer}.surface-color-row input[type=text]{min-width:0;width:100%;padding:8px;border:1px solid var(--line);border-radius:4px;font-size:12px}.surface-card select{width:100%;font-size:11px;padding:8px;border:1px solid var(--line);border-radius:4px;background:white}.surface-palette{display:flex;gap:5px;margin:14px 0}.surface-palette button{flex:1;min-width:0;height:23px;border:1px solid #0002;border-radius:3px}.surface-rough{display:flex;flex-direction:column;gap:3px;font-size:10px;margin:12px 0;color:var(--muted)}.surface-rough input{width:100%;height:26px;accent-color:#69755c}.entity-hidden{opacity:.6}.entity-hidden .component-dot{background:transparent;border:1px dashed #757b76}
@media(max-width:600px){.entity-note,.entity-field,.surface-select{font-size:13px}.entity-actions .button,.entity-heading{font-size:14px}.product-option{padding:17px}.product-option strong{font-size:14px}.product-option span,.product-option small,.surface-rough{font-size:12px}.surface-card{padding:18px}.surface-color-row input[type=text],.surface-card select{font-size:14px}.surface-palette button{height:32px}.surface-rough input{height:35px}.entity-field input{font-size:16px}}
.draft-list{max-height:45dvh;overflow:auto;display:grid;gap:10px}.draft-card{border:1px solid var(--line);border-radius:5px;padding:16px;display:grid;grid-template-columns:1fr auto;gap:6px 14px}.draft-card strong{font-size:14px;overflow-wrap:anywhere}.draft-card small{font-size:11px;grid-column:1;color:var(--muted)}.draft-card p{font-size:12px;grid-column:1;margin:3px 0;line-height:1.5}.draft-card button{grid-column:2;grid-row:1/4;align-self:center}.draft-status{font-size:13px;color:#56684b;padding:10px 12px;background:var(--soft);border-radius:4px}#draft-indicator{opacity:1;color:#56684b}.mode-switch #drafts-button{font-weight:500}@media(max-width:600px){.mode-switch button{padding:8px 10px;font-size:11px}.draft-card{grid-template-columns:1fr}.draft-card button{grid-column:1;grid-row:auto}.draft-list{max-height:40dvh}.draft-card p{font-size:13px}}
.draft-transfer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;padding-top:20px}.draft-transfer button{min-height:32px}
.placement-fit{margin:21px 0;padding:14px;border:1px solid #dce2d7;border-radius:5px;background:#f4f6f0}.placement-fit strong{font-size:12px;line-height:1.5;display:block}.placement-fit p{font-size:11px;margin:8px 0}.placement-fit small{font-size:10px;line-height:1.65;display:block;color:var(--muted)}.placement-fit[data-status=warning]{border-color:#dbb7a1;background:#fff6ed}.placement-fit[data-status=warning] strong{color:#934729}.placement-fit .fit-distance{font-weight:600}@media(max-width:600px){.placement-fit{padding:17px}.placement-fit strong{font-size:14px}.placement-fit p,.placement-fit small{font-size:12px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}.spinner{animation-duration:1.8s}}
