@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,700;1,9..40,400&display=swap");:root{--bg:#0b0d12;--panel:#141824;--border:#252b3a;--text:#eef1f7;--muted:#8b93a7;--accent:#5b8cff;--accent-2:#22c55e;--danger:#ef4444;--radius:14px}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:DM Sans,system-ui,sans-serif}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.container{width:min(1100px,92vw);margin:0 auto}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:999px;padding:.7rem 1.2rem;font-weight:600;cursor:pointer;background:var(--accent);color:white}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--ghost{background:transparent;border:1px solid var(--border);color:var(--text)}.btn--success{background:var(--accent-2)}.btn--muted{background:#3a4154}.btn--danger{background:transparent;border:1px solid #5c2b2b;color:#fecaca}.btn--danger:hover{background:#2a1a1a}.btn--compact{padding:.35rem .65rem;font-size:.85rem;font-weight:500;border-radius:8px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--muted);cursor:pointer;flex-shrink:0}.icon-btn:hover{color:var(--text);background:#1e2433;border-color:var(--border)}.icon-btn--danger:hover{color:#fecaca;border-color:#5c2b2b;background:#2a1a1a}.icon-btn svg{width:14px;height:14px}.tree-row{justify-content:space-between;min-height:32px;position:relative}.tree-row,.tree-row__main{display:flex;align-items:center;gap:.5rem}.tree-row__main{flex-wrap:wrap;min-width:0}.tree-row__actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.input,.textarea{width:100%;background:#0f131c;border:1px solid var(--border);border-radius:10px;color:var(--text);padding:.75rem .9rem;font:inherit}.textarea{min-height:90px;resize:vertical}.label{display:block;margin-bottom:.35rem;color:var(--muted);font-size:.9rem}.stack{display:grid;grid-gap:1rem;gap:1rem}.row{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.muted{color:var(--muted)}.hero{padding:4rem 0 3rem}.hero h1{font-size:clamp(2rem,5vw,3.4rem);line-height:1.05;margin:0 0 1rem}.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.participant-card{display:grid;grid-gap:.75rem;gap:.75rem;text-align:center}.participant-card img{width:96px;height:96px;object-fit:contain;margin:0 auto;background:#0f131c;border-radius:12px;padding:.5rem}.badge{display:inline-block;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;background:#243049}.badge--live{background:#14532d;color:#bbf7d0}.badge--ready{background:#3a4154}.badge--closed{background:#4c1d1d;color:#fecaca}.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.4rem;height:1.4rem;padding:0 .35rem;border-radius:999px;font-size:.72rem;font-weight:600;background:#243049;color:var(--text);line-height:1;flex-shrink:0}.modal-overlay{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:1rem;background:rgba(5,7,12,.72)}.modal{width:min(420px,100%);box-shadow:0 16px 48px rgba(0,0,0,.45)}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.nav__brand{font-weight:700;font-size:1.1rem;color:var(--text)}.alert{padding:.75rem 1rem;border-radius:10px;background:#2a1a1a;border:1px solid #5c2b2b;color:#fecaca}.alert--info{background:#1a2438;border:1px solid #2d4a7a;color:#c7d8ff}.structure-block{border:1px solid var(--border);border-radius:10px}.structure-block,.structure-form{padding:.75rem;background:#0f131c}.structure-form{border:1px dashed var(--border);border-radius:10px}.structure-stack{display:grid;grid-gap:.75rem;gap:.75rem}.structure-empty{margin-top:.5rem}.tree-inline-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}.tree-inline-actions--nested{margin-left:.75rem;padding-left:.75rem}.tree-children,.tree-list{margin:.25rem 0 0 .75rem;padding:0 0 0 .75rem;border-left:1px solid #4a5568}.tree-children,.tree-list,.tree-node{display:grid;grid-gap:.25rem;gap:.25rem;position:relative}.tree-list>li>.tree-row:before,.tree-node>.tree-row:before{content:"";position:absolute;left:-.75rem;top:50%;width:.6rem;height:1px;background:#4a5568;transform:translateY(-50%)}.tree-node:not(:last-child):after{content:"";position:absolute;left:-.75rem;top:16px;bottom:-.25rem;width:1px;background:#4a5568;pointer-events:none}.tree-list{list-style:none;margin-top:.25rem}.tree-list li{padding:.15rem 0;position:relative}.tree-list li.is-dragging{opacity:.55;z-index:2;pointer-events:none}.tree-list li.is-drag-over .tree-row{background:rgba(91,140,255,.08);border-radius:8px}.tree-row--participant{-moz-user-select:none;user-select:none;-webkit-user-select:none}.tree-row--draggable{touch-action:none;cursor:-webkit-grab;cursor:grab}.tree-row--draggable:active{cursor:-webkit-grabbing;cursor:grabbing}body.is-participant-dragging{-moz-user-select:none;user-select:none;-webkit-user-select:none}.drag-handle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin:-4px 0;border-radius:6px;color:var(--muted);flex-shrink:0;pointer-events:none}.drag-handle svg{width:14px;height:14px}