:root{background:#050505;color:#e7e7e7;color-scheme:dark;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}*{box-sizing:border-box}#app,body,html{background:#050505;margin:0;overflow:hidden}#app,body,canvas,html{height:100%;width:100%}canvas{display:block}#crosshair{border:1px solid hsla(0,0%,100%,.35);border-radius:50%;height:8px;left:50%;mix-blend-mode:screen;top:50%;transform:translate(-50%,-50%);width:8px}#crosshair,.loading{pointer-events:none;position:fixed}.loading{background:radial-gradient(circle at 50% 45%,#202020,#050505 70%);display:grid;gap:10px;inset:0;opacity:0;place-content:center;text-align:center;transition:opacity .35s ease;z-index:2}.loading.visible{opacity:1;pointer-events:auto}.loading__title{font-size:clamp(20px,4vw,44px);font-weight:800;letter-spacing:.25em}.loading__text{color:#aaa;font-size:12px}.hud{align-items:flex-start;display:flex;gap:12px;inset:0;justify-content:space-between;padding:18px;pointer-events:none;position:fixed;z-index:1}.panel{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0404049e;border:1px solid hsla(0,0%,100%,.2);border-radius:10px;box-shadow:0 12px 45px #0000008c;max-height:calc(100vh - 28px);overflow:auto;pointer-events:auto;width:min(350px,calc(100vw - 28px))}.panel.right{width:min(310px,calc(100vw - 28px))}.panel__head{border-bottom:1px solid hsla(0,0%,100%,.12);padding:12px 14px}.panel__title{font-size:13px;font-weight:800;letter-spacing:.12em}.panel__subtitle{color:#989898;font-size:10px;line-height:1.45;margin-top:4px}.panel__body{display:grid;gap:10px;padding:12px 14px}.row{grid-template-columns:1fr 1fr}.kv,.row{display:grid;gap:8px}.kv{font-size:10px;grid-template-columns:100px 1fr;line-height:1.4}.kv>span:first-child{color:#7f7f7f}.badge{border:1px solid hsla(0,0%,100%,.18);border-radius:999px;color:#cfcfcf;display:inline-block;font-size:9px;padding:3px 6px}button,input,select{background:#111;border:1px solid hsla(0,0%,100%,.18);border-radius:7px;color:#eee;font:inherit;font-size:10px;padding:8px 9px}button{cursor:pointer}button:hover{background:#191919;border-color:#ffffff52}button.primary{background:#e6e6e6;border-color:#fff;color:#111;font-weight:700}button.primary:hover{background:#fff}label.file{align-items:center;background:#111;border:1px solid hsla(0,0%,100%,.18);border-radius:7px;cursor:pointer;display:flex;font-size:10px;gap:8px;justify-content:center;padding:8px 9px}label.file input{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}label.file:focus-within{outline:2px solid hsla(0,0%,100%,.8);outline-offset:2px}hr{border:0;border-top:1px solid hsla(0,0%,100%,.1);width:100%}.story{color:#ddd;font-family:Georgia,serif;font-size:13px;line-height:1.45}.status{color:#9a9a9a;font-size:9px}.status.ok{color:#cfcfcf}.status.warn{color:#d0b88b}.reference-strip{display:flex;gap:6px;overflow-x:auto;padding-bottom:3px}.reference-strip img{border:1px solid hsla(0,0%,100%,.12);border-radius:6px;filter:grayscale(1) contrast(1.08);height:62px;-o-object-fit:cover;object-fit:cover;width:88px}.help{color:#8f8f8f;font-size:9px;line-height:1.5}@media(max-width:760px){.hud{flex-direction:column;padding:8px}.panel{max-height:58vh;width:min(340px,calc(100vw - 16px))}.panel.right{margin-top:8px;max-height:none;width:100%}}
