*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#293b34;background:#edf0ed;font-size:13px;letter-spacing:0}button,input{font:inherit}button{cursor:pointer;color:inherit;border:0;background:none;display:inline-flex;align-items:center;justify-content:center;gap:9px;transition:background .18s}button:hover{background:#dce3dd}button:focus-visible{outline:2px solid #497d64;outline-offset:3px}svg{width:18px;height:18px;flex-shrink:0}#scene{position:fixed;inset:0}#scene canvas{display:block;width:100%;height:100%;touch-action:none}#ui{position:fixed;inset:0;pointer-events:none}#ui button,#ui input,#ui dialog,.settings{pointer-events:auto}header{position:absolute;top:0;left:0;right:0;padding:27px 34px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:flex;align-items:center;gap:14px}.brand>svg{width:35px;height:35px;stroke-width:1.1}.brand h1{font-size:23px;font-weight:550;margin:0}.brand h1 span{font-size:12px;font-weight:400;border-left:1px solid #b9c4bc;margin-left:17px;padding-left:17px;vertical-align:middle}.brand p{margin:6px 0 0;font-size:9px;color:#758078}.header-actions{display:flex;align-items:center;gap:9px}.header-actions button{height:38px;padding:0 12px;border:1px solid #cbd4cc;border-radius:4px;background:#f4f6f1c7}.live{font-size:11px;margin-right:16px;color:#6b786f}.project{position:absolute;top:140px;left:38px;width:200px}.eyebrow{font-size:9px;color:#758078;margin:0 0 17px}.project h2{font-size:28px;font-weight:450;line-height:1.55;margin:0 0 25px}.measure{display:flex;flex-direction:column;gap:6px}.measure strong{font-size:25px;font-weight:450}.measure strong span{color:#92a096;font-size:19px;margin:0 6px}.measure>span{font-size:10px;color:#79877c}.project>hr{width:36px;height:1px;background:#a6b4a7;margin:23px 0;border:0}.room-count{font-size:11px;color:#7c877f;white-space:nowrap}.room-list{display:flex;flex-direction:column;margin-top:18px;gap:3px}.room-list button{justify-content:flex-start;width:173px;height:34px;padding:0 10px;border-radius:3px;font-size:12px}.room-list button.selected{background:#d9e2d9;color:#335e45}.room-list small{margin-left:auto;font-size:9px;color:#88968c}.room-dot{width:6px;height:6px;border-radius:50%;margin-right:4px}.current{position:absolute;right:35px;top:140px;text-align:right}.current>span{font-size:9px;color:#849087}.current h3{margin:9px 0;font-size:17px;font-weight:450}.tools{position:absolute;right:34px;top:50%;display:flex;flex-direction:column;transform:translateY(-20%);background:#f7f8f4db;border:1px solid #cfd8cf;border-radius:4px;padding:4px;box-shadow:0 4px 15px #334b3410}.tools button{width:34px;height:37px;border-radius:3px}.tools hr{width:22px;border:0;height:1px;background:#d6ddd5;margin:4px auto}.modes{position:absolute;bottom:67px;left:50%;transform:translate(-50%);display:flex;padding:5px;background:#f9faf6e8;border:1px solid #d2dad0;border-radius:6px;box-shadow:0 8px 26px #31452f0d;white-space:nowrap}.modes button{padding:12px 20px;border-radius:3px;font-size:12px}.modes button.active{background:#355943;color:#fff}.modes svg{width:16px;height:16px}footer{position:absolute;bottom:0;left:0;right:0;height:40px;border-top:1px solid #d4ddd3;display:flex;justify-content:space-between;align-items:center;padding:0 34px;font-size:9px;color:#819084;background:#edf0edaa}footer span:first-child{display:flex;align-items:center;gap:7px}footer i{width:5px;height:5px;border-radius:50%;background:#5e866b}.space-label{position:absolute;left:0;top:0;font-size:10px;color:#3d5549;background:#f7f9f2d9;border:1px solid #ffffffbb;padding:4px 8px;border-radius:3px;white-space:nowrap}.settings{position:absolute;top:87px;right:34px;width:260px;background:#f9faf6f5;border:1px solid #d2dacf;border-radius:6px;padding:18px;box-shadow:0 12px 40px #30463019}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:14px}.panel-head h3{font-size:16px;font-weight:500;margin:0}.panel-head button{width:30px;height:30px}.settings label{display:block;font-size:12px;margin-top:20px}.settings label.row{display:flex;justify-content:space-between;align-items:center}.settings input[type=range]{display:block;width:100%;margin:14px 0 0;accent-color:#426d51}.settings input[type=checkbox]{accent-color:#426d51;width:16px;height:16px}.settings output{float:right;color:#879387;font-size:11px}dialog{width:min(960px,92vw);max-height:90dvh;border:1px solid #d4dbcf;padding:24px;background:#f8faf5;border-radius:6px;color:#293b34}dialog::backdrop{background:#1a302e66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}dialog img{width:100%;max-height:65dvh;object-fit:contain}dialog p{font-size:12px;color:#79867c;line-height:1.7;margin-bottom:0}#toast{position:absolute;bottom:125px;left:50%;transform:translate(-50%);background:#304b3d;color:#fff;padding:11px 20px;border-radius:4px;opacity:0;transition:opacity .2s}#toast.visible{opacity:1}.error{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center}.error button{padding:10px 20px;background:#d0dbd0}[hidden]{display:none!important}@media(max-height:750px)and (min-width:760px){.project{top:115px}.project h2{font-size:23px;margin-bottom:13px}.project>hr{margin:16px 0}.room-list{margin-top:10px;gap:0}.room-list button{height:29px}}@media(max-width:759px){header{padding:20px}.brand{gap:10px}.brand>svg{width:28px;height:28px}.brand h1{font-size:20px}.brand h1 span{display:none}.brand p{font-size:8px}.header-actions{gap:5px}.header-actions button{height:34px;width:34px;padding:0}.header-actions button span,.live{display:none}.project{top:104px;left:21px;width:auto}.project .eyebrow,.project h2,.project>hr,.room-count{display:none}.measure strong{font-size:18px}.measure>span{font-size:9px}.room-list{position:fixed;left:20px;right:20px;top:170px;flex-direction:row;overflow-x:auto;pointer-events:auto;gap:5px;padding-bottom:5px}.room-list button{width:auto;min-width:max-content;height:28px;font-size:10px;padding:0 8px;background:#f3f6f0bd}.room-list small{display:none}.room-dot{width:4px;height:4px;margin-right:0}.current{top:104px;right:21px}.current h3{font-size:14px}.current>span{font-size:8px}.tools{right:16px;top:auto;bottom:143px;transform:none}.tools button{width:28px;height:31px}.modes{bottom:65px;padding:4px}.modes button{padding:11px 13px;font-size:11px;gap:6px}.modes svg{width:14px;height:14px}footer{padding:0 18px;height:40px;font-size:8px}footer span:last-child{display:none}.space-label{font-size:8px;padding:3px 5px}.settings{right:18px;top:69px;width:250px}dialog{padding:16px}dialog p{font-size:11px}}
