@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#293933;background:#eae7df;font-synthesis:none;font-weight:450}*{box-sizing:border-box}body{margin:0;overflow:hidden}button,input,select{font:inherit}button{cursor:pointer;transition:background .16s,transform .16s}button:active{transform:translateY(1px)}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid #ba754b;outline-offset:3px}button:disabled{opacity:.45;cursor:wait}#scene{position:fixed;inset:0;width:100%;height:100%;display:block}#toolbar{position:fixed;top:22px;left:24px;right:24px;height:74px;display:flex;align-items:center;justify-content:space-between;background:#fbfaf6f0;backdrop-filter:blur(18px);border:1px solid #fff9;border-radius:16px;padding:0 22px;box-shadow:0 6px 30px #18301a0a}.brand{display:flex;align-items:center;gap:12px}.brand strong{font:800 20px Manrope,sans-serif;letter-spacing:-.6px}.brand small{display:block;font-size:9px;letter-spacing:2.1px;margin-top:4px;color:#7a857b}.house-mark{font-size:38px;line-height:1;color:#ad714c}.segmented{display:flex;gap:4px;background:#eaece5;border-radius:10px;padding:4px}.segmented button{background:none;border:0;border-radius:7px;color:#607068;padding:10px 20px;font-size:13px;font-weight:650}.segmented .active{background:#345a48;color:#fff;box-shadow:0 2px 4px #102f1626}.icon-button{width:31px;height:31px;border:1px solid #d7dcd3;border-radius:50%;background:none;color:#5b6e5f;font-weight:700}#panel{position:fixed;top:118px;left:24px;width:274px;padding:27px 24px;background:#fbfaf5f2;backdrop-filter:blur(18px);border:1px solid #fff9;border-radius:16px;box-shadow:0 6px 25px #18301a0b;max-height:calc(100vh - 203px);overflow:auto;scrollbar-width:thin}.eyebrow{font-size:9px;letter-spacing:2px;color:#a77959;font-weight:750}h1{font:600 31px/1.23 Manrope,sans-serif;letter-spacing:-1.1px;margin:13px 0 11px}h2{font:650 29px/1.3 Manrope,sans-serif;letter-spacing:-.8px}.intro{color:#839085;line-height:1.6;font-size:12px;margin:0 0 25px}.field-label{display:block;font-size:9px;font-weight:750;letter-spacing:1.5px;margin-bottom:9px}.field-label span{float:right;color:#879284;font-size:9px;letter-spacing:.3px}select{width:100%;appearance:auto;border:1px solid #dce1d5;border-radius:8px;background:#f5f5ee;color:#405443;padding:11px 10px;font-size:12px;margin-bottom:12px}.switch{display:flex;align-items:center;justify-content:space-between;font-size:11px;color:#5e7062;margin:13px 0;gap:8px}.switch input{appearance:none;width:29px;height:17px;background:#dce0d6;border-radius:20px;position:relative;cursor:pointer;margin:0;flex-shrink:0}.switch input:after{content:"";position:absolute;top:3px;left:3px;width:11px;height:11px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0002;transition:left .14s}.switch input:checked{background:#658a69}.switch input:checked:after{left:15px}.subtle{border:0;background:none;padding:9px 0;font-size:11px;color:#7a886d;text-align:left}.subtle:hover{color:#ac724d}.divider{height:1px;background:#e3e5db;margin:14px 0}.wide-button{width:100%;border:1px solid #cdd8c5;border-radius:8px;padding:11px 10px;background:#eaf0e3;color:#456448;font-size:12px;font-weight:600}.wide-button:hover{background:#dde8d4}input[type=range]{accent-color:#7f986a;width:100%;height:13px}.hint{font-size:10px;line-height:1.55;color:#929a8c;margin:9px 0}.catalog-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:12px}.catalog-grid button{border:1px solid #d9dfd1;border-radius:6px;background:#f5f6ef;padding:10px 4px;color:#596c52;font-size:11px}.catalog-grid button.selected{background:#d4e0c8}.upload{display:block;font-size:11px;color:#687e59;cursor:pointer;margin:9px 0}#location{position:fixed;bottom:25px;left:26px;display:flex;align-items:center;gap:9px;background:#fbfaf4ee;padding:13px 17px;border-radius:9px;font-size:11px;color:#53634e;box-shadow:0 3px 15px #102b1010}.status-dot{width:6px;height:6px;background:#82a467;border-radius:50%}.location-note{border-left:1px solid #d8dfd0;margin-left:5px;padding-left:13px;font-size:10px;color:#9ba392}#view-controls{position:fixed;bottom:25px;right:25px;display:flex;gap:6px}#view-controls button{width:38px;height:38px;border:1px solid #fff8;border-radius:9px;background:#fbfaf4ec;color:#59704f;font-size:19px}.primary{border:0;background:#365b48;color:#fff;padding:14px 24px;border-radius:8px;font-weight:600;font-size:13px}.primary:hover{background:#254535}#walk-overlay{position:fixed;inset:0;display:grid;place-items:center;background:#16271d35;backdrop-filter:blur(3px)}#walk-overlay[hidden]{display:none}.walk-card{background:#fbfaf5ed;padding:40px 46px;border-radius:18px;box-shadow:0 10px 60px #10201433}.walk-card p{font-size:13px;color:#76816f;line-height:1.9;margin-bottom:25px}#crosshair{position:fixed;top:50%;left:50%;color:#fff;transform:translate(-50%,-50%);font-size:19px;text-shadow:0 1px 4px #000;pointer-events:none}#interact{position:fixed;top:calc(50% + 36px);left:50%;transform:translate(-50%);padding:9px 14px;border-radius:7px;background:#18291dd9;color:#fff;font-size:12px;pointer-events:none}#toast{position:fixed;bottom:86px;left:50%;transform:translate(-50%);max-width:480px;border-radius:10px;padding:13px 22px;background:#294131ee;color:#f7f6ec;font-size:12px;box-shadow:0 5px 30px #10201033}#credits{position:fixed;bottom:0;right:12px;font-size:10px;background:#ffffffe0;padding:4px 7px;color:#444}#credits strong{font-size:12px;margin-right:10px}#credits span{max-width:600px}#loading{position:fixed;inset:0;background:#f3f0e8;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:10}#loading h2{font-size:24px;margin-bottom:5px}#loading p{font-size:12px;color:#87927c}.loading-ring{width:35px;height:35px;border:2px solid #dfe5d8;border-top-color:#5c8053;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}dialog{border:1px solid #fff;border-radius:18px;max-width:570px;padding:35px;background:#f8f7ef;color:#465a41;box-shadow:0 20px 100px #0004}dialog::backdrop{background:#122b1d66;backdrop-filter:blur(4px)}dialog p{font-size:13px;line-height:1.8}.model-note{color:#8c9583;font-size:11px!important}.close{float:right;border:0;background:none;color:#5c6e51;font-size:25px}dialog a{color:#9b7654;font-size:12px}details{font-size:10px;color:#7c8b73}details label{display:block;margin:9px 0}.walking #toolbar,.walking #panel,.walking #view-controls{display:none}.walking #location{opacity:.8}.walking .location-note{display:none}[hidden]{display:none!important}@media(max-width:800px){#toolbar{top:12px;left:12px;right:12px;padding:0 12px;height:64px}.brand small{display:none}.brand strong{font-size:16px}.segmented button{padding:9px 10px;font-size:11px}#panel{top:91px;left:12px;width:218px;padding:20px 18px;max-height:calc(100vh - 169px)}h1{font-size:25px}.location-note{display:none}#location{left:12px;bottom:14px;font-size:10px}#view-controls{right:12px;bottom:14px}.house-mark{font-size:28px}}.color-row{display:flex;align-items:center;justify-content:space-between;font-size:12px;margin:12px 0}.color-row input{width:48px;height:34px;padding:3px;border:1px solid #cdd8c5;background:#fff;border-radius:6px}.finish-target{font-size:11px;line-height:1.5;padding:10px;background:#e9eee2;border-radius:7px}.finish-actions{display:flex;gap:8px}.finish-actions button{flex:1;padding:8px;border:1px solid #cdd8c5;background:#f8faf2;border-radius:6px;color:#456448;font-size:12px}.painting{cursor:crosshair}.wide-button.selected{background:#355a48;color:#fff}#walk-back{display:block;margin-top:12px}
