:root{--bg:#090909;--panel:#151515;--panel-border:#2a2a2a;--text:#e8e8e8;--muted:#9a9a9a;--gold:gold;--gold-dim:#b8860b;--link:#444;--link-active:#fc3;--danger:#ff5a5a}*{box-sizing:border-box}html,body,#root{background:var(--bg);height:100%;color:var(--text);margin:0;font:14px/1.4 Arial,Helvetica,sans-serif}.app{flex-direction:column;height:100%;display:flex}.topbar{background:var(--panel);border-bottom:1px solid var(--gold-dim);flex:none;align-items:center;gap:8px;height:48px;padding:0 12px;display:flex}.topbar select,.topbar button,.panel button,.panel select,.panel input,.panel textarea{color:var(--text);font:inherit;background:#1f1f1f;border:1px solid #3a3a3a;border-radius:6px;padding:5px 9px}.topbar button:disabled{opacity:.4}.topbar .seg{display:inline-flex}.topbar .seg button:first-child{border-radius:6px 0 0 6px}.topbar .seg button:last-child{border-radius:0 6px 6px 0}button.on,.hud button.on{background:var(--gold-dim);color:#000;border-color:var(--gold)}.spacer{flex:1}.dot{background:var(--gold);vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-left:6px;display:inline-block}.export-time{color:var(--muted);font-size:12px}.notice{color:var(--gold);border-bottom:1px solid var(--gold-dim);background:#2b2410;padding:6px 12px}.notice--warn{color:#ffb3b3;border-color:var(--danger);background:#3a1010}.main{flex:1;min-height:0;display:flex}.left{border-right:1px solid var(--panel-border);flex-direction:column;flex:none;width:240px;display:flex;overflow-y:auto}.panel{background:var(--panel);padding:12px}.panel h2{color:var(--gold);margin:0 0 8px;font-size:14px}.panel h3{color:var(--muted);text-transform:uppercase;margin:10px 0 4px;font-size:12px}.panel label{color:var(--muted);margin:8px 0 4px;font-size:12px;display:block}.panel label input,.panel label select,.panel label textarea{width:100%;color:var(--text);margin-top:3px;display:block}.panel label.check{align-items:center;gap:6px;display:flex}.panel label.check input{width:auto;margin:0;display:inline}.panel .row{align-items:center;gap:6px;margin-top:8px;display:flex}.panel .row label{flex:1;margin:0}.hint{color:var(--muted);font-size:12px}.side-panel,.hud{border-left:1px solid var(--panel-border);flex:none;width:280px;overflow-y:auto}.wing-row input[type=color]{width:34px;height:30px;padding:0}.wing-row input:not([type=color]){flex:1}.tray-item{cursor:grab;-webkit-user-select:none;user-select:none;background:#1f1f1f;border:1px solid #3a3a3a;border-radius:6px;margin:3px 0;padding:5px 8px;font-size:12px}.tray-item--medium{border-color:#c72}.tray-item--large{border-color:#f33}.tray-tier{width:16px;color:var(--muted);display:inline-block}.tray-ghost{pointer-events:none;background:var(--gold-dim);color:#000;z-index:30;border-radius:6px;padding:4px 8px;position:fixed}.canvas{background:var(--bg);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;flex:1;min-width:0}.canvas--panning{cursor:grabbing}.canvas--play .node{cursor:pointer}.link{stroke:var(--link);stroke-width:5px}.link--active{stroke:var(--link-active);stroke-width:8px}.link--selected{stroke:#7fb3ff}.link--pending{stroke:#7fb3ff;stroke-dasharray:8 6}.link-hit{stroke:#0000;stroke-width:18px;cursor:pointer}.node-shape{fill:#252525;stroke:#666;stroke-width:3px}.node--medium .node-shape{fill:#392000;stroke:#c72}.node--large .node-shape{fill:#300;stroke:#f33}.node-wing{fill:none;stroke-width:2px;opacity:.8}.node-label{fill:#fff;text-anchor:middle;pointer-events:none;font-size:9px}.node--large .node-label{font-size:11px;font-weight:700}.node-ranks{fill:var(--gold);text-anchor:middle;pointer-events:none;font-size:10px}.node--selected .node-shape{stroke:#7fb3ff;stroke-width:4px}.node:hover .node-shape{filter:brightness(1.25)}.node--locked .node-shape{fill:#111;stroke:#333}.node--locked .node-label{fill:#666}.node--available .node-shape{stroke:#aaa}.node--choice-locked .node-shape{fill:#1a1a1a;stroke:#553;stroke-dasharray:4 3}.node--choice-locked .node-label{fill:#776}.node--allocated .node-shape,.node--start .node-shape{fill:var(--gold-dim);stroke:#fff0a0;filter:drop-shadow(0 0 8px gold)}.node--allocated .node-label,.node--start .node-label{fill:#000}.node--flash .node-shape{animation:.7s ease-out flash;stroke:var(--danger)!important;stroke-width:6px!important}@keyframes flash{0%{filter:drop-shadow(0 0 14px #ff5a5a)}to{filter:none}}.box-select{fill:#7fb3ff26;stroke:#7fb3ff;stroke-dasharray:6 4}.problems{position:relative}.badge{font-size:12px;border-radius:12px!important}.badge--ok{color:#8fd18f}.badge--warn{color:var(--gold)}.badge--error{color:var(--danger)}.problems-list{z-index:20;background:var(--panel);border:1px solid var(--gold-dim);border-radius:8px;width:360px;max-height:60vh;margin:0;padding:8px 12px;list-style:none;position:absolute;top:36px;left:0;overflow-y:auto}.problem{padding:4px 0;font-size:12px}.problem--error{color:var(--danger)}.problem--warning{color:var(--gold)}.linkish{color:inherit;text-align:left;cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.points{border:1px solid var(--gold-dim);background:#1f1f1f;border-radius:8px;margin:10px 0;padding:8px}.points-big{color:var(--gold);font-size:32px;display:block}.points--over{border-color:var(--danger)}.points--over .points-big{color:var(--danger)}.tooltip{z-index:40;border:2px solid var(--gold);pointer-events:none;background:#171717;border-radius:8px;width:280px;padding:10px 12px;position:fixed;box-shadow:0 0 20px #000}.tooltip-title{color:var(--gold);margin-bottom:4px;font-size:15px;font-weight:700}.tooltip-meta{color:var(--muted);margin-bottom:6px;font-size:12px}.tooltip-text{white-space:pre-wrap;font-size:13px}
