.app{height:100vh;display:flex;flex-direction:column;gap:16px;padding:16px;overflow:hidden}.app-header{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between;background:#121722;border:1px solid #1f2633;border-radius:16px;padding:16px 20px;box-shadow:0 20px 40px #03050a59}.header-title{max-width:560px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;color:#9aa7bf;margin:0 0 6px}h1{font-size:1.8rem;margin:0 0 8px}.subtitle{margin:0;color:#b8c2d6}.header-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.header-stats{display:flex;flex-wrap:wrap;gap:10px;padding:8px 10px;border-radius:12px;background:#080b12a6;border:1px solid #232c3d}.header-stat{display:flex;flex-direction:column;gap:4px;font-size:.75rem;color:#9aa7bf;min-width:110px}.header-stat strong{font-size:.95rem;color:#f4f7ff}.header-buttons{display:flex;flex-wrap:wrap;gap:8px}.app-body{flex:1;min-height:0;display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:16px}.panel{background:#10151d;border:1px solid #1f2633;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:16px;min-height:0}.panel-section{display:grid;gap:10px}.panel-actions{display:flex;gap:8px;flex-wrap:wrap}.panel-description{margin:0;color:#b1bdd3;font-size:.9rem}.control-label{font-size:.85rem;color:#c5d0e4}.control-row{display:grid;grid-template-columns:1fr 90px;gap:10px;align-items:center}.control-row input[type=number]{text-align:right}.control-row input[type=range]{width:100%;margin:0;padding:0;box-sizing:border-box}.toggle-group{display:flex;gap:12px;flex-wrap:wrap}.toggle-option{display:flex;gap:6px;align-items:center;font-size:.85rem;color:#d6dfef}.hint{margin:0;font-size:.8rem;color:#8f9bb3}.status{gap:8px}.status-label{display:block;font-size:.75rem;color:#96a4bf}.status-value{font-size:1.05rem;color:#f7f7fb;font-weight:600}.status-pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-top:6px}.status-pill.live{background:#4ade8033;color:#4ade80;border:1px solid rgba(74,222,128,.5)}.status-pill.paused{background:#f8717126;color:#f87171;border:1px solid rgba(248,113,113,.4)}.list-panel{background:#0f141b;border:1px solid #1f2633;border-radius:16px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.list-filter{padding:12px 16px;display:grid;gap:8px;border-bottom:1px solid #1f2633;background:#0f151f}.list-header{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;border-bottom:1px solid #1f2633;background:#101722}.list-header-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.list-meta{font-size:.8rem;color:#9aa7bf}.list{flex:1;overflow:hidden;min-height:0}.list-row{display:grid;grid-template-columns:80px minmax(0,1fr) minmax(0,1fr) 140px 160px 140px;gap:12px;align-items:center;padding:10px 16px;font-size:.9rem;color:#0b0e14;border-bottom:1px solid rgba(12,15,22,.1);box-sizing:border-box;height:56px}.list-row--head{position:sticky;top:0;z-index:1;background:#1a2231;color:#dbe3f4;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:600;border-bottom:1px solid #2a3244}.cell-id,.cell-title,.cell-note,.cell-value,.cell-updated{font-weight:600}.action-cell{display:inline-flex;gap:8px;align-items:center}.inline-input{width:100%;padding:6px 8px;border-radius:8px;border:1px solid rgba(12,15,22,.2);background:#ffffffa6;color:#0b0e14;font-size:.85rem;font-weight:600}.inline-input::placeholder{color:#0b0e1473;font-weight:500}.ghost{background:#0f131c80;border:1px solid rgba(15,19,28,.4);color:#f5f7ff}.primary{background:#22c55e;border:1px solid #16a34a;color:#04150b;font-weight:700}.primary:hover{filter:brightness(.95)}@media(max-width:980px){.app-body{grid-template-columns:1fr}}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.4;font-weight:400;color:#e7ecf4;background-color:#0c0f14;color-scheme:dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body{height:100%;overflow:hidden}body{margin:0;background:#0c0f14}a{color:inherit}#root{height:100%}button{border-radius:10px;border:1px solid #2a3446;padding:8px 14px;font-size:.9rem;font-weight:600;font-family:inherit;background-color:#1a2230;color:#e9eef8;cursor:pointer;transition:border-color .2s ease,transform .1s ease}button:hover{border-color:#5e82ff}button:active{transform:translateY(1px)}input,select,textarea{border-radius:10px;border:1px solid #2a3446;padding:8px 10px;font-size:.9rem;font-family:inherit;color:#e9eef8;background:#0f141d}input[type=range]{accent-color:#6f8eff}input::placeholder,textarea::placeholder{color:#6f7b93}
