html,body,#root{margin:0;min-width:320px;min-height:100%}:root{color:#e2e8f0;background:#090d16}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Segoe UI,sans-serif;background:linear-gradient(180deg,#0e1322,#090d16 70%)}.app{min-height:100vh;padding:12px;display:grid;grid-template-columns:minmax(310px,520px) minmax(0,1fr);gap:12px}.board{display:grid;gap:8px;align-content:start}.slot{min-height:100px;border:1px dashed #31405f;border-radius:10px;background:#0f172b;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:6px}.slot.empty{opacity:.4}.slot.filled{border-style:solid}.slot.selected{border-color:#60a5fa;box-shadow:0 0 0 1px #60a5fa}.slot.pinned{border-color:#f59e0b}.card{width:100%;border:0;border-radius:8px;background:#172544;color:#e2e8f0;display:flex;flex-direction:column;align-items:center;gap:4px;padding:7px 5px;cursor:grab}.card:active{cursor:grabbing}.card img{width:24px;height:24px;border-radius:6px}.card span{max-width:100%;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slot-tools{display:flex;gap:4px}.tool{border:1px solid #3d5076;border-radius:6px;background:#1b2c4f;color:#dbe4f4;font-size:10px;padding:3px 7px;cursor:pointer}.viewer{border:1px solid #2a3550;border-radius:12px;overflow:hidden;background:#0e1628;min-height:420px}.viewer-head{height:34px;border-bottom:1px solid #2a3550;padding:0 8px;display:flex;align-items:center;justify-content:space-between}.viewer-head strong{font-size:12px;max-width:calc(100% - 38px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.viewer-body{position:relative;height:calc(100% - 34px);min-height:386px}.viewer-body iframe{position:absolute;inset:0;width:100%;height:100%;border:0;background:#0a0f1c}.frame-mask{position:absolute;inset:0;background:#070b144d}.fallback{position:absolute;right:8px;bottom:8px;border:1px solid #3d5076;border-radius:8px;background:#1b2c4f;color:#dbe4f4;font-size:11px;padding:6px 8px;cursor:pointer}.fab{position:fixed;right:16px;bottom:16px;width:40px;height:40px;border:1px solid #425781;border-radius:999px;background:#22365e;color:#f8fafc;font-size:22px;line-height:1;cursor:pointer}.modal-backdrop{position:fixed;inset:0;background:#02060eb3;display:flex;align-items:center;justify-content:center}.modal{width:min(92vw,300px);border:1px solid #3d5076;border-radius:12px;background:#0f172b;padding:10px;display:flex;flex-direction:column;gap:8px}.modal input{width:100%;border:1px solid #3d5076;border-radius:8px;background:#15213b;color:#e2e8f0;font-size:12px;padding:7px}.modal-tools{display:flex;justify-content:flex-end;gap:6px}.error{color:#fca5a5;font-size:11px}@media(max-width:980px){.app{grid-template-columns:1fr}.viewer{min-height:45vh}.viewer-body{min-height:calc(45vh - 34px)}}
