:root{--ink:#13231f;--muted:#708079;--line:#dce6e1;--paper:#f6f8f6;--panel:#fff;--accent:#ef6b3c;--green:#1e5c4d;--deep:#0d2923}*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);overflow:hidden}.app-shell{height:100%;display:grid;grid-template-columns:310px 1fr}.sidebar{background:#fbfcfb;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:3;min-height:0}.brand{height:82px;padding:20px 24px;display:flex;align-items:center;gap:13px;border-bottom:1px solid var(--line)}.brand strong{font:700 19px/1 Georgia,serif;display:block}.brand small{font-size:9px;letter-spacing:2.4px;color:var(--muted)}.brand-mark{width:33px;height:33px;position:relative;display:block}.brand-mark i{position:absolute;inset:4px;border:2px solid var(--accent);border-radius:50%;transform:rotateX(66deg)}.brand-mark i:nth-child(2){inset:10px 1px 0 7px}.brand-mark i:nth-child(3){inset:16px -2px -4px 10px}.load-card{padding:18px 20px 15px;border-bottom:1px solid var(--line)}button{font:inherit;border:0;cursor:pointer}.primary,.ghost{width:100%;border-radius:8px;padding:11px 14px;font-weight:650}.primary{color:#fff;background:var(--accent);box-shadow:0 5px 15px #ef6b3c35}.primary:hover{background:#d95b30}.ghost{margin-top:8px;background:#eef3f0;color:var(--green)}.load-card p{font-size:11px;text-align:center;color:var(--muted);margin:10px 0 0}.panel{padding:18px 20px;border-bottom:1px solid var(--line)}.section-title{font-size:10px;font-weight:800;letter-spacing:1.7px;color:#53645e;margin-bottom:13px;display:flex;justify-content:space-between}.section-title>span{letter-spacing:0;text-transform:none;font-weight:500}.text-button{background:none;color:var(--accent);font-size:10px;padding:0}.model-info.is-empty{padding-bottom:14px}.model-info p,.muted{color:var(--muted);font-size:12px;margin:0;line-height:1.5}.stats{display:grid;grid-template-columns:1fr 1fr;gap:13px}.stats div{display:flex;flex-direction:column}.stats span{font-size:10px;color:var(--muted)}.stats strong{font-size:14px;margin-top:2px}.layers{max-height:175px;overflow:auto;padding-right:3px}.layer{display:grid;grid-template-columns:14px 1fr auto;gap:9px;align-items:center;padding:6px 0;font-size:11px}.layer input{display:none}.layer-dot{width:10px;height:10px;border-radius:50%;box-shadow:0 0 0 3px color-mix(in srgb,currentColor 15%,transparent)}.layer input:not(:checked)+.layer-dot{background:#ccd4d0!important;box-shadow:none}.layer em{font-style:normal;color:#9aa6a1}.terrain-controls{transition:.2s opacity}.terrain-controls.disabled{opacity:.43;pointer-events:none}.switch-row,.range-row{display:flex;font-size:11px;color:#42534d}.switch-row{justify-content:space-between;align-items:center}.switch-row input{display:none}.switch-row i{width:34px;height:19px;background:#c8d2ce;border-radius:20px;position:relative}.switch-row i:after{content:"";position:absolute;width:13px;height:13px;border-radius:50%;background:white;left:3px;top:3px;transition:.2s}.switch-row input:checked+i{background:var(--green)}.switch-row input:checked+i:after{left:18px}.range-row{display:block;margin-top:17px}.range-row span{display:flex;justify-content:space-between}.range-row b{color:var(--green)}input[type=range]{width:100%;accent-color:var(--accent);height:3px;margin-top:10px}.sidebar footer{margin-top:auto;padding:13px 20px;font-size:9px;color:#91a099;display:flex;justify-content:space-between;border-top:1px solid var(--line)}.workspace{position:relative;min-width:0}.topbar{height:64px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 19px;position:relative;z-index:2}.view-switch{background:#eef2ef;border-radius:8px;padding:3px}.view-switch button{background:transparent;color:#75827d;border-radius:6px;padding:8px 17px;font-size:12px;font-weight:650}.view-switch button.active{background:#fff;color:var(--green);box-shadow:0 2px 8px #1b382d18}.tools{display:flex;gap:4px}.tools button{height:34px;padding:0 10px;border-radius:6px;background:#fff;color:#6a7973;font-size:12px}.tools button:hover,.tools button.active{background:#edf3f0;color:var(--green)}.tools span{margin-left:4px}.viewport{position:absolute;inset:64px 0 0;background:#f3f6f3;overflow:hidden}canvas{width:100%;height:100%;display:block}.welcome{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:radial-gradient(circle at 50% 46%,#fff 0,#f7f9f7 42%,#edf2ef 100%);transition:.3s}.welcome small{letter-spacing:3px;color:var(--accent);font-weight:800;font-size:9px}.welcome h1{font:500 40px/1.12 Georgia,serif;margin:14px 0;color:var(--deep)}.welcome p{color:var(--muted);font-size:13px;max-width:420px;line-height:1.6;margin:0 0 21px}.welcome .primary{width:auto;padding:12px 27px}.welcome>span{font-size:10px;color:#98a49f;margin-top:10px}.contours{position:absolute;width:460px;height:270px;opacity:.08}.contours i{position:absolute;inset:0;border:2px solid var(--green);border-radius:48% 52% 42% 58%;transform:rotate(var(--r)) scale(var(--s))}.contours i:nth-child(1){--r:7deg;--s:1}.contours i:nth-child(2){--r:-4deg;--s:.84}.contours i:nth-child(3){--r:10deg;--s:.68}.contours i:nth-child(4){--r:-8deg;--s:.52}.drop-hint{position:absolute;inset:18px;border:2px dashed var(--accent);border-radius:13px;background:#fffdf9ed;color:var(--accent);display:none;place-items:center;font-weight:700;z-index:5}.dragging .drop-hint{display:grid}.legend{position:absolute;left:18px;bottom:18px;background:#fffdd;border:1px solid var(--line);border-radius:7px;padding:7px 9px;display:flex;gap:7px;align-items:center;font-size:9px;color:#62716b}.legend i{width:100px;height:7px;border-radius:5px;background:linear-gradient(90deg,#184f49,#3e8b6c,#b0c85d,#e7a844,#d45a3d)}.help{position:absolute;right:18px;bottom:18px;background:#13231fd9;color:#fff;padding:7px 11px;border-radius:6px;font-size:9px;letter-spacing:.2px}.orientation{position:absolute;right:30px;top:25px;width:70px;height:70px;border:1px solid #cdd8d3;border-radius:50%;background:#fffbb;box-shadow:0 4px 18px #16342812}.orientation i{position:absolute;left:34px;top:34px;width:25px;height:2px;transform-origin:0;background:#ef6b3c}.orientation .z{background:#527bb7;transform:rotate(-90deg);width:28px}.orientation .y{background:#4da773;transform:rotate(35deg)}.orientation .x{transform:rotate(5deg)}.orientation span{position:absolute;left:31px;top:3px;font-size:9px;color:#527bb7}.orientation .x-label{left:62px;top:35px;color:#ef6b3c}.orientation .y-label{left:53px;top:55px;color:#4da773}.toast{position:fixed;z-index:20;left:50%;bottom:24px;transform:translate(-50%,20px);background:#10251f;color:#fff;padding:10px 16px;border-radius:7px;font-size:12px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{position:absolute;width:280px;height:100%;transform:translateX(-100%)}.tools span{display:none}.welcome h1{font-size:30px}.topbar{padding:0 10px}}
