*{box-sizing:border-box}html,body{margin:0;height:100%;font-family:system-ui,-apple-system,sans-serif}#app{display:flex;height:100vh}#sidebar{width:330px;flex:none;padding:16px 18px;overflow-y:auto;background:#fafafa;border-right:1px solid #e0e0e0}#plot{flex:1;min-width:0;position:relative}#plot canvas{display:block}h1{font-size:16px;margin:0 0 4px;color:#1a1a1a}.subtitle{font-size:11px;color:#999;margin-bottom:18px}.control{margin-bottom:16px}.control label{display:block;font-size:12px;font-weight:600;margin-bottom:5px;color:#333}.control select,.control input[type=range]{width:100%}.val{font-weight:400;color:#777}.hint{font-size:11px;color:#999;margin-top:3px}#info{margin-top:20px;padding-top:16px;border-top:1px solid #e0e0e0;font-size:13px;line-height:1.5;color:#2a2a2a}#info h2{font-size:14px;margin:0 0 4px}#info .raw{font-size:12px;color:#777;margin-bottom:10px}#info p{margin:8px 0}#info .field-label{font-weight:600;color:#444}#info ul{margin:4px 0 0;padding-left:18px}#info li{margin:2px 0}#info .conf{display:inline-block;padding:1px 7px;border-radius:3px;background:#e8edff;color:#2b4;font-size:12px}#legend{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 10px;background:#ffffffd9;border:1px solid #e0e0e0;border-radius:6px;font-size:11px;color:#555;pointer-events:none}#legend .legend-title{font-weight:600;color:#333;margin-bottom:2px;max-width:90px;text-align:center}#legend .legend-foot{color:#999;font-size:10px;margin-top:2px}#legend .legend-bar{width:14px;height:140px;border-radius:3px;background:linear-gradient(to top,#440154,#482878,#3e4a89,#31688e,#26828e,#1f9e89,#35b779,#6ece58,#b5de2b,#fde725)}.gate{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1000;background:radial-gradient(ellipse at 50% 30%,#12203a,#0a0a1a 60%,#050510)}.gate-card{width:100%;max-width:340px;display:flex;flex-direction:column;gap:12px;padding:32px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#0a0c18d9;box-shadow:0 20px 60px #00000080;text-align:center}.gate-lock{font-size:26px}.gate-title{font-size:16px;font-weight:600;color:#fff;margin:0 0 4px}.gate-input{padding:10px 12px;border-radius:8px;background:#0f1424;color:#fff;border:1px solid rgba(255,255,255,.12);outline:none;font-size:14px}.gate-input:focus{border-color:#22d3ee}.gate-btn{padding:10px 12px;border-radius:8px;border:none;background:#0891b2;color:#fff;font-size:14px;font-weight:500;cursor:pointer}.gate-btn:hover{background:#06b6d4}.gate-error{min-height:16px;font-size:12px;color:#f87171}body.story #sidebar{display:none}
