@font-face{font-family:Darker Grotesque;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/darker-grotesque-700.ttf) format("truetype")}@font-face{font-family:Architects Daughter;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/architects-daughter.ttf) format("truetype")}@font-face{font-family:Sometype Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/sometype-mono-400.ttf) format("truetype")}.dr-app{--dr-sheet-0: #102438;--dr-sheet-1: #16324e;--dr-sheet-2: #1d3d5c;--dr-panel: #14304a;--dr-panel-2: #0e2539;--dr-chalk: #d9e8f2;--dr-chalk-dim: rgba(217, 232, 242, .62);--dr-chalk-faint: rgba(217, 232, 242, .34);--dr-hairline: rgba(217, 232, 242, .18);--dr-pencil: #ff8a70;--dr-hilite: #ffd66b;--dr-ink: #102438;display:grid;grid-template-columns:262px minmax(0,1fr) 290px;height:100dvh;min-height:540px;color:var(--dr-chalk);background:radial-gradient(130% 90% at 50% -10%,var(--dr-sheet-2) 0%,var(--dr-sheet-1) 52%,var(--dr-sheet-0) 100%);font-family:Darker Grotesque,Avenir Next,sans-serif;font-size:16px;-webkit-user-select:none;user-select:none}.dr-app *,.dr-app *:before,.dr-app *:after{box-sizing:border-box}.dr-app :focus-visible{outline:2px solid var(--dr-hilite);outline-offset:2px}.dr-head{grid-column:1 / -1;display:flex;align-items:center;gap:18px;padding:10px 18px 9px;border-bottom:1px solid var(--dr-hairline)}.dr-brand{display:flex;align-items:baseline;gap:12px;min-width:0}.dr-brand h1{margin:0;font-size:23px;font-weight:700;letter-spacing:.05em;white-space:nowrap}.dr-brand .dr-sub{font-family:Architects Daughter,cursive;font-size:13px;color:var(--dr-chalk-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dr-titleblock{margin-left:auto;display:flex;align-items:center;gap:14px}.dr-titleblock .dr-stamp{font-family:Architects Daughter,cursive;font-size:12.5px;line-height:1.35;color:var(--dr-chalk-dim);text-align:right;white-space:nowrap}.dr-titleblock .dr-stamp b{color:var(--dr-chalk);font-weight:400}.dr-actions{display:flex;gap:6px}.dr-btn{appearance:none;border:1px solid var(--dr-chalk-faint);border-radius:3px;background:#d9e8f20a;color:var(--dr-chalk);font:inherit;font-size:14.5px;font-weight:500;line-height:1;padding:6px 11px;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.dr-btn:hover{background:#d9e8f21a;border-color:var(--dr-chalk-dim)}.dr-btn:active{background:#d9e8f229}.dr-btn[disabled]{opacity:.38;cursor:default;pointer-events:none}.dr-btn--warn:hover{border-color:var(--dr-pencil);color:var(--dr-pencil)}.dr-seg{display:inline-flex;border:1px solid var(--dr-chalk-faint);border-radius:3px;overflow:hidden}.dr-seg .dr-seg-btn{appearance:none;border:0;border-right:1px solid var(--dr-hairline);background:transparent;color:var(--dr-chalk-dim);font:inherit;font-size:14.5px;font-weight:600;padding:6px 13px;cursor:pointer;transition:background .12s ease,color .12s ease}.dr-seg .dr-seg-btn:last-child{border-right:0}.dr-seg .dr-seg-btn[aria-pressed=true]{background:var(--dr-hilite);color:var(--dr-ink)}.dr-chip{appearance:none;border:1px solid var(--dr-chalk-faint);border-radius:999px;background:transparent;color:var(--dr-chalk-dim);font-family:Sometype Mono,monospace;font-size:12px;padding:4px 10px;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease}.dr-chip[aria-pressed=true]{border-color:var(--dr-hilite);color:var(--dr-hilite)}.dr-chip:hover{border-color:var(--dr-chalk-dim);color:var(--dr-chalk)}.dr-field{display:flex;flex-direction:column;gap:3px;min-width:0}.dr-field-label{font-size:13px;font-weight:600;color:var(--dr-chalk-dim)}.dr-num{width:100%;border:1px solid var(--dr-chalk-faint);border-radius:3px;background:var(--dr-panel-2);color:var(--dr-chalk);font-family:Sometype Mono,monospace;font-size:13.5px;padding:5px 7px}.dr-num:focus{border-color:var(--dr-hilite);outline:none}.dr-num::placeholder{color:var(--dr-chalk-faint)}.dr-app input[type=range]{width:100%;accent-color:var(--dr-hilite)}.dr-select{border:1px solid var(--dr-chalk-faint);border-radius:3px;background:var(--dr-panel-2);color:var(--dr-chalk);font-family:Sometype Mono,monospace;font-size:12.5px;padding:4px 6px}.dr-side{display:flex;flex-direction:column;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(217,232,242,.25) transparent}.dr-side--left{border-right:1px solid var(--dr-hairline)}.dr-side--right{border-left:1px solid var(--dr-hairline)}.dr-section{padding:13px 15px 15px;border-bottom:1px solid var(--dr-hairline)}.dr-section-title{margin:0 0 10px;font-size:14.5px;font-weight:700;letter-spacing:.02em}.dr-caption{font-family:Sometype Mono,monospace;font-size:11.5px;color:var(--dr-chalk-dim)}.dr-room-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dr-room-area{margin-top:10px;font-family:Sometype Mono,monospace;font-size:12px;color:var(--dr-chalk-dim)}.dr-room-area b{color:var(--dr-hilite);font-weight:600}.dr-plan-opts{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dr-pal{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:7px}.dr-pal-btn{appearance:none;display:flex;flex-direction:column;align-items:center;gap:5px;border:1px solid var(--dr-hairline);border-radius:4px;background:#0e25398c;color:var(--dr-chalk-dim);font:inherit;font-size:12.5px;font-weight:500;padding:8px 4px 6px;cursor:grab;transition:border-color .12s ease,color .12s ease,background .12s ease}.dr-pal-btn:hover{border-color:var(--dr-chalk-dim);color:var(--dr-chalk);background:#d9e8f212}.dr-pal-btn[aria-pressed=true]{border-color:var(--dr-pencil);color:var(--dr-chalk);background:#ff8a701a}.dr-pal-btn svg{display:block}.dr-group-title{margin:14px 0 7px;font-size:13px;font-weight:600;color:var(--dr-chalk-dim)}.dr-group-title:first-child{margin-top:0}.dr-stage{display:flex;flex-direction:column;min-width:0;min-height:0}.dr-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:9px 14px;border-bottom:1px solid var(--dr-hairline)}.dr-toolbar .dr-grow{flex:1}.dr-canvas-wrap{position:relative;flex:1;min-height:0;background:radial-gradient(120% 100% at 50% 0%,#1d3d5c,#16324e 55%,#102437);overflow:hidden}.dr-canvas-wrap:after{content:"";position:absolute;inset:7px;border:1px solid var(--dr-hairline);pointer-events:none}.dr-canvas{position:absolute;inset:0;width:100%;height:100%;touch-action:none;display:block}.dr-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;pointer-events:none;font-family:Architects Daughter,cursive;font-size:19px;color:var(--dr-chalk-dim);text-align:center;padding:0 24px}.dr-empty small{font-family:Sometype Mono,monospace;font-size:11.5px;color:var(--dr-chalk-faint)}.dr-status{padding:7px 16px;border-top:1px solid var(--dr-hairline);font-family:Sometype Mono,monospace;font-size:11.5px;color:var(--dr-chalk-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dr-status--notice{color:var(--dr-hilite)}.dr-head .dr-actions{flex-wrap:wrap;justify-content:flex-end}.dr-custom-card{position:relative}.dr-custom-del{appearance:none;width:20px;height:20px;border:1px solid var(--dr-hairline);border-radius:4px;background:transparent;color:var(--dr-chalk-dim);padding:0;cursor:pointer;display:grid;place-items:center;flex:none;transition:border-color .12s ease,color .12s ease,background .12s ease}.dr-custom-del:hover{color:var(--dr-pencil);border-color:var(--dr-pencil);background:#ff8a7014}.dr-custom-card .dr-custom-del{position:absolute;top:-7px;right:-7px;background:var(--dr-panel-2);border-radius:50%}.dr-custom-form .dr-swatches{margin-top:11px}.dr-plan-row{position:relative;display:flex;align-items:center;gap:6px}.dr-plan-row .dr-row{flex:1;min-width:0}.dr-plan-name{flex:1;min-width:0;border:1px solid var(--dr-hairline);border-radius:3px;background:#ffd66b0f;color:var(--dr-hilite);font:inherit;font-size:14px;font-weight:600;padding:4px 8px}.dr-plan-name:focus{border-color:var(--dr-hilite);outline:none}.dr-plan-actions{display:flex;gap:7px;margin-top:10px}.dr-plan-actions .dr-btn{flex:1}.dr-project{margin-bottom:4px}.dr-room-list{margin:2px 0 8px 14px;padding-left:8px;border-left:1px solid var(--dr-hairline)}.dr-room-move{appearance:none;width:22px;height:22px;border:1px solid var(--dr-chalk-faint);border-radius:3px;background:transparent;color:var(--dr-chalk-dim);font:inherit;font-size:13px;line-height:1;padding:0;cursor:pointer;flex:none}.dr-room-move:hover{border-color:var(--dr-hilite);color:var(--dr-hilite)}.dr-sun{display:flex;align-items:center;gap:8px}.dr-sun input[type=range]{width:110px}.dr-insp-head{display:flex;align-items:center;gap:9px;margin-bottom:12px}.dr-insp-dot{width:14px;height:14px;border-radius:3px;border:1px solid rgba(217,232,242,.5);flex:none}.dr-insp-name{flex:1;min-width:0;border:1px solid transparent;border-radius:3px;background:transparent;color:var(--dr-chalk);font:inherit;font-size:16.5px;font-weight:600;padding:2px 5px;margin:-2px -5px}.dr-insp-name:hover{border-color:var(--dr-hairline)}.dr-insp-name:focus{border-color:var(--dr-hilite);outline:none}.dr-insp-kind{font-family:Sometype Mono,monospace;font-size:11px;color:var(--dr-chalk-faint);letter-spacing:.04em}.dr-dims{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.dr-rot-row{display:flex;align-items:center;gap:9px;margin-top:12px}.dr-rot-row .dr-caption{min-width:34px;text-align:right}.dr-swatches{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.dr-swatch{width:24px;height:24px;border-radius:4px;border:1px solid rgba(217,232,242,.35);padding:0;cursor:pointer;transition:transform .1s ease,border-color .1s ease}.dr-swatch:hover{transform:translateY(-1px)}.dr-swatch[aria-pressed=true]{border-color:var(--dr-hilite);box-shadow:0 0 0 1px var(--dr-hilite)}.dr-insp-actions{display:flex;gap:7px;margin-top:14px}.dr-insp-actions .dr-btn{flex:1}.dr-stats{display:grid;grid-template-columns:1fr 1fr;gap:9px 14px;margin-bottom:6px}.dr-stat b{display:block;font-family:Sometype Mono,monospace;font-size:16px;font-weight:600;color:var(--dr-hilite)}.dr-stat span{font-size:13px;color:var(--dr-chalk-dim)}.dr-list{display:flex;flex-direction:column;margin:4px -6px 0}.dr-row{appearance:none;display:flex;align-items:center;gap:9px;border:0;border-left:2px solid transparent;background:transparent;color:var(--dr-chalk-dim);font:inherit;font-size:14px;text-align:left;padding:5px 8px;cursor:pointer}.dr-row:hover{background:#d9e8f20f;color:var(--dr-chalk)}.dr-row[aria-current=true]{border-left-color:var(--dr-pencil);background:#ff8a7014;color:var(--dr-chalk)}.dr-row .dr-row-dot{width:10px;height:10px;border-radius:2px;flex:none}.dr-row .dr-row-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dr-row .dr-row-dims{font-family:Sometype Mono,monospace;font-size:11px;color:var(--dr-chalk-faint)}.dr-hintbox{margin-top:12px;font-size:13.5px;line-height:1.45;color:var(--dr-chalk-dim)}.dr-hintbox b{color:var(--dr-chalk);font-weight:600}@media(max-width:1120px){.dr-app{grid-template-columns:1fr;height:auto;min-height:100dvh}.dr-stage{order:0}.dr-side--left{order:1;border-right:0;border-top:1px solid var(--dr-hairline)}.dr-side--right{order:2;border-left:0;border-top:1px solid var(--dr-hairline)}.dr-canvas-wrap{min-height:64vh}.dr-brand .dr-sub,.dr-titleblock .dr-stamp{display:none}}@media(prefers-reduced-motion:reduce){.dr-app *,.dr-app *:before,.dr-app *:after{transition:none!important}}.dr-pal{gap:8px}.dr-pal-btn{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:5px;min-height:132px;padding:6px 6px 10px;border-radius:8px;background:#d9e8f20b;text-align:center}.dr-pal-btn:hover{background:#d9e8f217}.dr-pal-btn[aria-pressed=true]{background:#ffd66b1f;border-color:#ffd66b}.dr-pal-btn:focus-visible{outline:2px solid #ffd66b;outline-offset:3px}.dr-element-preview{width:100%;max-width:120px;height:88px;object-fit:contain;pointer-events:none}.dr-pal-btn>span{line-height:1.1}.dr-pal-dims{font:10px/1.4 Sometype Mono,monospace;color:#b4c9d7;white-space:nowrap}.dr-library-count{font:11px/1.5 Sometype Mono,monospace;color:#b4c9d7;margin:8px 0 10px}.dr-library-options{display:grid;gap:10px;margin:14px 0}.dr-library-options .dr-select{width:100%;min-width:0;white-space:normal}.dr-mirror-choice[aria-pressed=true]{border-color:#ffd66b;background:#ffd66b1f}.dr-recent-kinds{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.dr-recent-kinds .dr-btn{min-height:36px}@media(prefers-reduced-motion:reduce){.dr-pal-btn{transition:none}}.dr-house-actions{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0 9px}.dr-house-actions .dr-btn{flex:1 1 auto;min-height:36px}.dr-house-actions .dr-sample-house{color:#ffda83;border-color:#ffd66b80;background:#ffd66b14}.dr-sample-caption{font:400 12px/1.5 Darker Grotesque,sans-serif;color:#aec4d6;margin:0 0 14px}.dr-house-card{border:1px solid rgba(217,232,242,.16);border-radius:7px;margin:9px 0;overflow:hidden;background:#0c1c2d29}.dr-house-card--active{border-color:#ffd66b6b;background:#d9e8f209}.dr-house-card>.dr-plan-row{margin:0;padding:4px;gap:3px}.dr-house-select{display:flex;align-items:center;gap:8px;flex:1;min-width:0;min-height:38px;padding:6px;border:0;background:transparent;color:#d9e8f2;font:600 16px/1.2 Darker Grotesque,sans-serif;text-align:left;cursor:pointer}.dr-house-select>span:nth-child(2){flex:1;overflow-wrap:anywhere}.dr-house-select small{flex-shrink:0;font:500 9px/1.4 Sometype Mono,monospace;color:#afc7db}.dr-house-select[aria-expanded=true]>span:first-child{color:#ffda83}.dr-house-content{padding:9px 11px 12px;border-top:1px solid rgba(217,232,242,.1)}.dr-house-content .dr-plan-name{width:100%;box-sizing:border-box;min-height:32px}.dr-house-summary{color:#aec4d6;font:500 9px/1.7 Sometype Mono,monospace;margin:8px 0 11px}.dr-house-content .dr-room-list{margin:0 0 11px;padding-left:0;border-left:0}.dr-house-content .dr-plan-row{align-items:center;gap:2px}.dr-room-select{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;flex:1;min-width:0;min-height:48px;padding:7px 9px;border:1px solid transparent;border-left:2px solid transparent;border-radius:4px;color:#d9e8f2;background:transparent;text-align:left;font:500 15px/1.2 Darker Grotesque,sans-serif;cursor:pointer}.dr-room-select>span{overflow-wrap:anywhere}.dr-room-select small{font:500 9px/1.2 Sometype Mono,monospace;color:#a4bfd2}.dr-room-select:hover,.dr-house-select:hover{background:#d9e8f20e}.dr-room-select[aria-current=page]{border-left-color:#ffda83;color:#ffda83;background:#ffd66b13}.dr-room-select[aria-current=page] small{color:#d2c8aa}.dr-house-content .dr-plan-actions{display:flex;flex-wrap:wrap;gap:7px}.dr-house-content .dr-plan-actions .dr-btn{min-height:34px;flex:1 1 auto}.dr-houses .dr-custom-del{flex-shrink:0;width:28px;height:32px}.dr-houses button:disabled{opacity:.28;cursor:not-allowed}.dr-house-select:focus-visible,.dr-room-select:focus-visible{outline:2px solid #ffda83;outline-offset:-2px}.dr-delete-confirm{margin:13px 0;padding:12px;border:1px solid rgba(255,138,112,.65);border-radius:6px;background:#ff8a7013;color:#ffb49e}.dr-delete-confirm strong{font-size:16px;overflow-wrap:anywhere}.dr-delete-confirm p{font:400 13px/1.5 Darker Grotesque,sans-serif;margin:6px 0 11px}.dr-delete-confirm .dr-btn{margin:0 6px 4px 0;min-height:34px}.dr-houses+.dr-section .dr-room-grid{margin-top:12px}.dr-houses+.dr-section .dr-select{width:100%;min-height:34px}@media(max-width:760px){.dr-house-content{padding:10px}.dr-room-select{min-height:48px}.dr-houses .dr-custom-del{width:36px;height:40px}}.dr-selection-hud{position:absolute;top:14px;left:14px;z-index:3;display:flex;align-items:center;gap:12px;max-width:calc(100% - 60px);padding:6px 9px 6px 12px;border:1px solid var(--dr-hairline);border-radius:7px;background:#0e2539f0;color:var(--dr-chalk);font:500 11px/1.4 Sometype Mono,monospace}.dr-selection-hud span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dr-selection-hud .dr-btn{flex:none;min-height:40px}.dr-selection-actions>div{display:flex;gap:8px;margin-top:9px}.dr-piece-list .dr-list{max-height:260px;overflow-y:auto}.dr-side--right:focus-visible{outline:2px solid var(--dr-hilite);outline-offset:-3px}@media(max-width:1120px){.dr-app--three .dr-side--right{order:1}.dr-app--three .dr-side--left{order:2}.dr-app--three .dr-side--right .dr-num,.dr-app--three .dr-side--right .dr-btn,.dr-app--three .dr-side--right .dr-row{min-height:44px}.dr-app--three .dr-side--right .dr-swatch{width:36px;height:36px}}.dr-app{--dr-chalk-dim: #b8cfdf;--dr-chalk-faint: #a7c1d3;grid-template-columns:300px minmax(320px,1fr) 300px;grid-template-rows:auto auto minmax(0,1fr);min-height:0;font-family:Avenir Next,Segoe UI,sans-serif;font-size:16px}.dr-app p{line-height:1.5}.dr-app ::selection{color:#102438;background:#ffd66b}.dr-app input{caret-color:#ffd66b}.dr-app summary{cursor:pointer}.dr-head{padding:10px 16px;gap:12px}.dr-brand{color:inherit;text-decoration:none;flex:none;align-items:center;gap:9px}.dr-brand-mark{display:block;flex:none;width:40px;height:40px}.dr-brand h1{font-family:Darker Grotesque,Avenir Next,sans-serif;font-size:27px;line-height:1;letter-spacing:-.02em}.dr-titleblock{min-width:0;flex:1;justify-content:flex-end;gap:14px}.dr-current-room{display:flex;align-items:center;gap:8px;min-width:0;max-width:320px}.dr-current-room select{min-width:0;max-width:230px}.dr-save-bar{grid-column:1 / -1;padding:7px 16px;background:#0e2539;border-bottom:1px solid var(--dr-hairline);font-size:14px;display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px;max-height:30dvh;overflow:auto}.dr-save-bar>div,.dr-save-bar>label{flex-basis:100%}.dr-save-bar p{margin:4px 0}.dr-save-bar input{width:100%;color:var(--dr-chalk);background:#14304a;border:1px solid var(--dr-hairline);padding:10px;font-size:16px}.dr-save-bar .dr-btn{margin-inline-end:6px}.dr-file-menu{position:relative}.dr-app{--dr-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%23d9e8f2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.dr-select{appearance:none;padding-inline:10px 34px;background-image:var(--dr-chevron);background-repeat:no-repeat;background-position:right 10px center;background-size:16px;line-height:1.3}.dr-head .dr-select,.dr-head .dr-btn{min-height:44px;font-family:inherit;font-size:14px}.dr-head .dr-btn{display:inline-flex;align-items:center;justify-content:center}.dr-head .dr-actions{align-items:center}.dr-head .dr-current-room>span{white-space:nowrap}.dr-file-menu summary{display:flex;align-items:center;gap:8px;list-style:none}.dr-file-menu summary::-webkit-details-marker{display:none}.dr-file-menu summary:after{content:"";flex:none;width:16px;height:16px;background:var(--dr-chevron) center / 16px no-repeat}.dr-file-menu[open] summary:after{transform:rotate(180deg)}.dr-save-state{display:inline-grid;min-width:0;max-width:100%;line-height:1.5}.dr-save-state>span{grid-area:1 / 1;visibility:hidden}.dr-save-state>.dr-save-state--current{visibility:visible}.dr-save-announcement{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}@media(forced-colors:active){.dr-select{appearance:auto;background-image:none;padding-inline-end:6px}.dr-file-menu summary:after{width:7px;height:7px;margin-inline:3px;background:none;border-inline-end:1.5px solid;border-bottom:1.5px solid;transform:rotate(45deg) translateY(-2px)}.dr-file-menu[open] summary:after{transform:rotate(225deg) translate(-1px,-1px)}}.dr-file-options{position:absolute;inset-inline-end:0;top:calc(100% + 8px);z-index:12;width:250px;max-height:70dvh;overflow-y:auto;padding:12px;background:#0e2539;border:1px solid #a7c1d3;box-shadow:0 12px 32px #06121c80;border-radius:6px;display:flex;flex-direction:column;gap:8px}.dr-file-options a{text-decoration:none;text-align:center}.dr-btn,.dr-chip,.dr-seg .dr-seg-btn{min-height:40px;font-size:14px;line-height:1.3}.dr-btn[disabled]{opacity:.5}.dr-num,.dr-select,.dr-plan-name,.dr-insp-name{font-size:16px;min-height:42px}.dr-field-label,.dr-caption,.dr-insp-kind,.dr-hintbox,.dr-status,.dr-row .dr-row-dims,.dr-pal-dims,.dr-library-count,.dr-house-summary,.dr-room-select small,.dr-house-select small,.dr-sample-caption{font-family:Avenir Next,Segoe UI,sans-serif;font-size:14px;letter-spacing:0;line-height:1.5;color:var(--dr-chalk-dim)}.dr-section-title{font-size:16px;margin:0 0 12px;line-height:1.4}.dr-section{padding:16px}.dr-side--left>.dr-first-room{order:-2}.dr-side--left>.dr-houses{order:2}.dr-side--left>.dr-room-panel:not(.dr-first-room):not(.dr-houses){order:3}.dr-pal{grid-template-columns:repeat(2,minmax(0,1fr))}.dr-pal-btn{font-size:14px;color:var(--dr-chalk);min-width:0}.dr-pal-btn>span{line-height:1.4;overflow-wrap:anywhere}.dr-pal-dims{font-size:12px;white-space:normal}.dr-house-select,.dr-room-select{font-family:inherit}.dr-row{min-height:44px;font-size:14px}.dr-swatch{width:36px;height:36px}.dr-custom-del,.dr-houses .dr-custom-del{min-width:36px;width:36px;height:40px}.dr-custom-card .dr-custom-del{right:0;top:0;border-radius:4px}.dr-status{white-space:normal;margin:0;min-height:44px;flex:none}.dr-toolbar{gap:6px;padding:8px}.dr-toolbar>.dr-caption,.dr-toolbar .dr-grow{display:none}.dr-insp-kind{overflow-wrap:anywhere}.dr-swatches{gap:8px}.dr-selection-hud{font-family:inherit;font-size:14px}.dr-empty{font-family:inherit;font-size:20px;color:var(--dr-chalk)}.dr-empty small{font-family:inherit;font-size:14px;color:var(--dr-chalk-dim)}.dr-loading{position:absolute;inset:0;display:grid;place-items:center;background:#16324ecc;color:var(--dr-chalk);pointer-events:none}.dr-panel-close,.dr-mobile-nav{display:none}.dr-skip{position:absolute;top:-100px;left:12px;padding:12px;background:#ffd66b;color:#102438;z-index:30}.dr-skip:focus{top:12px}@media(max-width:1120px){.dr-head{flex-wrap:wrap}.dr-head .dr-language{margin-inline-start:auto}.dr-titleblock{display:grid;grid-template-columns:minmax(200px,1fr) auto;flex-basis:100%;margin:0}.dr-current-room{max-width:none}.dr-current-room>span{display:none}.dr-current-room select{width:100%;max-width:none}.dr-head .dr-actions{flex-wrap:nowrap}.dr-app{height:100dvh;min-height:0;grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto minmax(0,1fr) auto;position:relative}.dr-stage{grid-column:1;grid-row:3;order:initial}.dr-canvas-wrap{min-height:0}.dr-side--left,.dr-side--right{display:none;position:absolute;bottom:62px;inset-inline:0;z-index:8;max-height:min(64dvh,calc(100dvh - 160px));background:#14304a;border:1px solid #7e9eb7;border-radius:12px 12px 0 0;box-shadow:0 -12px 36px #06121c66;order:initial}.dr-panel--room .dr-side--left,.dr-panel--library .dr-side--left,.dr-panel--properties .dr-side--right{display:flex}.dr-panel--room .dr-library-panel,.dr-panel--library .dr-room-panel{display:none}.dr-panel-close{display:block;position:sticky;top:0;z-index:2;flex:none;margin:10px 16px 0;background:#0e2539;min-height:44px;order:-4}.dr-mobile-nav{display:flex;grid-row:4;grid-column:1;gap:8px;padding:8px;padding-bottom:max(8px,env(safe-area-inset-bottom));background:#0e2539;border-top:1px solid var(--dr-hairline)}.dr-mobile-nav button{flex:1;min-width:0;padding:7px 4px}.dr-mobile-nav [aria-expanded=true]{background:#ffd66b;color:#102438;border-color:#ffd66b}.dr-btn,.dr-chip,.dr-seg .dr-seg-btn,.dr-swatch,.dr-custom-del,.dr-houses .dr-custom-del{min-height:44px}.dr-swatch{width:44px;height:44px}.dr-pal{grid-template-columns:repeat(auto-fill,minmax(125px,1fr))}.dr-save-bar{max-height:24dvh}}@media(max-width:640px){.dr-head{flex-wrap:wrap;padding:8px;gap:6px}.dr-brand h1{font-size:22px}.dr-titleblock{display:flex;flex-basis:100%;flex-wrap:wrap;margin:0;gap:6px;justify-content:space-between}.dr-current-room{flex:1 0 100%;max-width:none}.dr-current-room>span{display:none}.dr-current-room select{width:100%;max-width:none}.dr-actions{flex:1 0 100%;gap:4px}.dr-head .dr-actions>.dr-btn,.dr-head .dr-file-menu{flex:1}.dr-head .dr-file-menu summary{width:100%}.dr-actions .dr-btn{padding-inline:7px;font-size:13px}.dr-save-bar{padding:5px 8px;font-size:13px}.dr-toolbar{overflow-x:auto;flex-wrap:nowrap;flex:none}.dr-toolbar>*{flex-shrink:0}.dr-status{font-size:13px;padding:7px 10px}}@media(max-height:520px)and (max-width:1120px){.dr-brand,.dr-status{display:none}.dr-side--left,.dr-side--right{max-height:calc(100dvh - 116px)}}.dr-language{display:flex;align-items:center;gap:6px}.dr-language>span{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.dr-language select{max-width:125px}.dr-field-error{color:#ffb49e;font-size:14px;line-height:1.4}@media(max-width:640px){.dr-language{margin-inline-start:auto}.dr-language select{font-size:14px;max-width:115px}.dr-mobile-nav button{font-size:13px}.dr-file-options{width:min(285px,calc(100vw - 16px))}}.dr-download-ready a{display:inline-flex;align-items:center;color:#102438;background:#ffd66b;text-decoration:none;padding:7px 12px;border-radius:4px;box-sizing:border-box}:root{color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}body{min-height:100vh}button,input,select,textarea{font:inherit}
