@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,450;14..32,500;14..32,600;14..32,700&family=Merriweather:wght@700&display=swap";:root{--bg: #fafaf9;--bg-card: #ffffff;--bg-sidebar: #ffffff;--bg-hover: #f5f5f4;--bg-active: #f5f0eb;--border: rgba(0, 0, 0, .08);--border-light: rgba(0, 0, 0, .04);--text: #1c1917;--text-secondary: #57534e;--text-muted: #a8a29e;--accent: #292524;--accent-light: #f5f5f4;--accent-text: #1c1917;--brand: #c2410c;--brand-light: #fff7ed;--brand-text: #9a3412;--green: #16a34a;--green-light: #f0fdf4;--green-text: #15803d;--red: #dc2626;--red-light: #fef2f2;--red-text: #b91c1c;--yellow: #ca8a04;--yellow-light: #fefce8;--yellow-text: #a16207;--radius: 10px;--radius-lg: 14px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow: 0 0 0 1px rgba(0, 0, 0, .04), 0 6px 20px rgba(0, 0, 0, .04);--shadow-lg: 0 0 0 1px rgba(0, 0, 0, .04), 0 16px 40px rgba(0, 0, 0, .08);--ease: cubic-bezier(.16, 1, .3, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-feature-settings:"cv11","ss01";background:var(--bg);color:var(--text);line-height:1.5;font-size:14px;-webkit-font-smoothing:antialiased}button{cursor:pointer;border:none;font-family:inherit;font-size:.8125rem;padding:.5rem 1rem;border-radius:var(--radius-pill);font-weight:500;transition:all .2s var(--ease);line-height:1.4}button:hover{filter:brightness(.96)}button:active{transform:scale(.98)}button:disabled{opacity:.4;cursor:not-allowed;transform:none}input,textarea,select{font-family:inherit;font-size:.875rem;background:var(--bg-card);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:.5rem .75rem;outline:none;transition:border-color .2s var(--ease),box-shadow .2s var(--ease)}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #1c19170f}input::placeholder,textarea::placeholder{color:var(--text-muted)}select{cursor:pointer}.shell.svelte-12qhfyh{display:flex;min-height:100vh}.mobile-header.svelte-12qhfyh{display:none;position:fixed;top:0;left:0;right:0;z-index:20;height:56px;background:var(--bg-card);border-bottom:1px solid var(--border);padding:0 1rem;align-items:center;gap:.75rem}.mobile-brand.svelte-12qhfyh{display:inline-flex;align-items:flex-end;gap:.1875rem;line-height:1}.menu-btn.svelte-12qhfyh{background:none;border:none;padding:.5rem;color:var(--text);border-radius:8px}.menu-btn.svelte-12qhfyh:hover{background:var(--bg-hover);filter:none}.overlay.svelte-12qhfyh{display:none;position:fixed;inset:0;z-index:25;background:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar.svelte-12qhfyh{width:232px;background:var(--bg-card);border-right:1px solid var(--border);padding:1.5rem .875rem;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:30}.logo.svelte-12qhfyh{padding:0 .625rem;margin-bottom:2rem;display:inline-flex;align-items:flex-end;gap:.1875rem}.logo-text.svelte-12qhfyh{font-family:Merriweather,serif;font-weight:700;font-size:1.375rem;letter-spacing:.02em;line-height:1}.auto-dot.svelte-12qhfyh{width:6px;height:6px;border-radius:50%;background:var(--accent);margin-bottom:.125rem;box-shadow:0 0 #c2410c66;animation:svelte-12qhfyh-auto-dot-pulse 2.4s ease-in-out infinite;flex-shrink:0}@keyframes svelte-12qhfyh-auto-dot-pulse{0%,to{box-shadow:0 0 #c2410c59;opacity:1}50%{box-shadow:0 0 0 5px #c2410c00;opacity:.75}}.lista-status.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.4375rem;padding:.375rem .625rem;margin-bottom:1.25rem;border-radius:8px;font-size:.75rem;font-weight:500;color:var(--text-muted);background:transparent}.lista-status-dot.svelte-12qhfyh{width:7px;height:7px;border-radius:50%;background:var(--text-muted);flex-shrink:0}.lista-status.autopilot.svelte-12qhfyh .lista-status-dot:where(.svelte-12qhfyh){background:var(--accent);box-shadow:0 0 #c2410c66;animation:svelte-12qhfyh-auto-dot-pulse 2.4s ease-in-out infinite}.lista-status.autopilot.svelte-12qhfyh .lista-status-label:where(.svelte-12qhfyh){color:var(--text)}.lista-status.manual.svelte-12qhfyh .lista-status-dot:where(.svelte-12qhfyh){background:#f59e0b}.lista-status.paused.svelte-12qhfyh .lista-status-dot:where(.svelte-12qhfyh){background:#94a3b8}.lista-status.paused.svelte-12qhfyh .lista-status-label:where(.svelte-12qhfyh){color:var(--text-muted)}nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:2px;flex:1}.nav-item.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:10px;font-size:.8125rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:all .15s var(--ease)}.nav-item.svelte-12qhfyh:hover{background:var(--bg-hover);color:var(--text)}.nav-item.active.svelte-12qhfyh{background:var(--accent-light);color:var(--accent);font-weight:600}.unread-badge.svelte-12qhfyh{background:var(--red);color:#fff;font-size:.625rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:auto;padding:0 4px;line-height:1}.sidebar-footer.svelte-12qhfyh{border-top:1px solid var(--border);padding-top:1rem;margin-top:.5rem;display:flex;flex-direction:column;gap:2px}.debug-section.svelte-12qhfyh{margin-top:.5rem;display:flex;flex-direction:column}.debug-toggle.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.375rem;padding:.3125rem .5rem;background:transparent;border:none;font-size:.6875rem;font-weight:500;color:var(--text-muted);opacity:.5;text-align:left;cursor:pointer;width:100%;text-transform:uppercase;letter-spacing:.06em;transition:opacity .15s}.debug-toggle.svelte-12qhfyh:hover{opacity:1;background:var(--bg-hover);filter:none}.debug-chev.svelte-12qhfyh{color:currentColor;flex-shrink:0;transition:transform .15s var(--ease)}.debug-chev.open.svelte-12qhfyh{transform:rotate(90deg)}.debug-body.svelte-12qhfyh{display:flex;flex-direction:column;gap:2px;padding:.25rem .25rem .5rem}.debug-btn.svelte-12qhfyh{padding:.3125rem .5rem;border-radius:6px;font-size:.75rem;font-weight:400;background:transparent;color:var(--text-muted);border:1px solid var(--border);text-align:left;transition:background .1s,color .1s}.debug-btn.svelte-12qhfyh:hover:not(:disabled){background:var(--bg-hover);color:var(--text);filter:none}.debug-btn.svelte-12qhfyh:disabled{opacity:.5;cursor:progress}.debug-btn-danger.svelte-12qhfyh{color:#b91c1c;border-color:#fecaca}.debug-btn-danger.svelte-12qhfyh:hover:not(:disabled){background:#fef2f2;color:#b91c1c;filter:none}.flow-results.svelte-12qhfyh{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.5rem;max-width:900px;width:95%;max-height:90vh;overflow-y:auto;animation:svelte-12qhfyh-modalIn .2s var(--ease)}.flow-head.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.flow-head.svelte-12qhfyh h3:where(.svelte-12qhfyh){font-size:1rem;font-weight:600}.flow-close.svelte-12qhfyh{background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;padding:0;line-height:1}.flow-close.svelte-12qhfyh:hover{color:var(--text);filter:none}.flow-list.svelte-12qhfyh{display:flex;flex-direction:column;gap:.75rem}.flow-row.svelte-12qhfyh{padding:.75rem;border-radius:8px;border-left:3px solid var(--border);background:var(--bg);font-size:.8125rem}.flow-row.pass.svelte-12qhfyh{border-left-color:#10b981}.flow-row.fail.svelte-12qhfyh{border-left-color:#ef4444}.flow-row-head.svelte-12qhfyh{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem;font-weight:600}.flow-row.pass.svelte-12qhfyh .flow-verdict:where(.svelte-12qhfyh){color:#10b981}.flow-row.fail.svelte-12qhfyh .flow-verdict:where(.svelte-12qhfyh){color:#ef4444}.flow-line.svelte-12qhfyh{color:var(--text-muted);font-family:monospace;font-size:.75rem;padding:.125rem 0}.flow-label.svelte-12qhfyh{font-weight:600;color:var(--text);margin-right:.25rem}.flow-note.svelte-12qhfyh{font-style:italic;opacity:.7}.flow-reasoning.svelte-12qhfyh{color:var(--text-muted);font-size:.75rem;margin-top:.25rem;padding-left:.5rem;border-left:2px solid var(--border);font-style:italic}.flow-timing.svelte-12qhfyh{color:var(--text-muted);font-size:.6875rem;opacity:.6;margin-top:.25rem}.flow-error.svelte-12qhfyh{color:#b91c1c;font-size:.75rem;margin-top:.25rem}.flow-progress.svelte-12qhfyh{margin-bottom:1rem}.flow-progress-bar.svelte-12qhfyh{height:6px;background:var(--border);border-radius:999px;overflow:hidden;margin-bottom:.5rem}.flow-progress-fill.svelte-12qhfyh{height:100%;background:var(--accent);transition:width .3s ease}.flow-progress-text.svelte-12qhfyh{font-size:.75rem;color:var(--text-muted);display:flex;align-items:center;gap:.5rem}.flow-progress-text.svelte-12qhfyh em:where(.svelte-12qhfyh){color:var(--text);font-style:normal;font-weight:500}.flow-spinner.svelte-12qhfyh{display:inline-block;width:12px;height:12px;border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:svelte-12qhfyh-flow-spin .8s linear infinite;flex-shrink:0}@keyframes svelte-12qhfyh-flow-spin{to{transform:rotate(360deg)}}.user-info.svelte-12qhfyh{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;margin-bottom:.25rem}.user-avatar.svelte-12qhfyh{width:32px;height:32px;border-radius:50%;object-fit:cover}.user-avatar-placeholder.svelte-12qhfyh{width:32px;height:32px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8125rem}.user-details.svelte-12qhfyh{display:flex;flex-direction:column;min-width:0}.user-name.svelte-12qhfyh{font-size:.8125rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-handle.svelte-12qhfyh{font-size:.6875rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.attendium-connect.svelte-12qhfyh{color:var(--accent)!important}.attendium-connect.svelte-12qhfyh:hover{background:var(--accent-light)}.attendium-status.svelte-12qhfyh{color:var(--green)!important;cursor:default}.logout.svelte-12qhfyh{color:var(--text-muted)}.logout.svelte-12qhfyh:hover{color:var(--red)!important;background:var(--red-light)}.mobile-code-btn.svelte-12qhfyh{color:var(--text-muted);width:100%}.mobile-code-btn.svelte-12qhfyh:hover{background:var(--bg-hover);color:var(--text);filter:none}.code-overlay.svelte-12qhfyh{position:fixed;inset:0;z-index:200;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem}.code-modal.svelte-12qhfyh{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:2.5rem;text-align:center;max-width:360px;width:100%;animation:svelte-12qhfyh-modalIn .2s var(--ease)}@keyframes svelte-12qhfyh-modalIn{0%{opacity:0;transform:translateY(8px) scale(.98)}}.code-modal.svelte-12qhfyh h3:where(.svelte-12qhfyh){font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.code-hint.svelte-12qhfyh{font-size:.8125rem;color:var(--text-muted);margin-bottom:1.5rem}.code-display.svelte-12qhfyh{font-size:2.5rem;font-weight:700;letter-spacing:.3em;color:var(--accent);padding:1rem;background:var(--accent-light);border-radius:var(--radius);margin-bottom:.75rem;font-variant-numeric:tabular-nums}.code-expiry.svelte-12qhfyh{font-size:.75rem;color:var(--text-muted);margin-bottom:1.5rem}.code-close.svelte-12qhfyh{background:var(--accent);color:#fff;padding:.5rem 2rem;border-radius:var(--radius-pill);font-weight:500}.success-toast.svelte-12qhfyh{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:200;background:var(--accent);color:#fff;padding:.625rem 1.25rem;border-radius:var(--radius-pill);font-size:.8125rem;font-weight:500;box-shadow:var(--shadow-lg);animation:svelte-12qhfyh-toastIn .3s var(--ease),svelte-12qhfyh-toastOut .3s var(--ease) 2.7s forwards}@keyframes svelte-12qhfyh-toastIn{0%{opacity:0;transform:translate(-50%) translateY(.5rem)}}@keyframes svelte-12qhfyh-toastOut{to{opacity:0;transform:translate(-50%) translateY(.5rem)}}.confirm-icon.svelte-12qhfyh{margin-bottom:1rem;color:var(--text-muted)}.confirm-details.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}.confirm-device-label.svelte-12qhfyh{font-size:.8125rem;font-weight:600;background:var(--bg);padding:.25rem .75rem;border-radius:var(--radius-pill);border:1px solid var(--border)}.confirm-location.svelte-12qhfyh{font-size:.75rem;color:var(--text-muted)}.confirm-desc.svelte-12qhfyh{font-size:.8125rem;color:var(--text-muted);line-height:1.5;margin-bottom:1.5rem;text-align:center}.confirm-btns.svelte-12qhfyh{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.confirm-deny.svelte-12qhfyh{padding:.5rem 1.5rem;background:transparent;color:var(--text-muted);border:1px solid var(--border);border-radius:var(--radius-pill);font-weight:500}.confirm-deny.svelte-12qhfyh:hover{color:var(--red);border-color:var(--red);background:var(--red-light);filter:none}main.svelte-12qhfyh{flex:1;margin-left:232px;padding:2.5rem 3rem;max-width:1332px}@media(max-width:768px){.mobile-header.svelte-12qhfyh{display:flex}.overlay.svelte-12qhfyh{display:block}.sidebar.svelte-12qhfyh{transform:translate(-100%);transition:transform .25s var(--ease);box-shadow:none}.sidebar.open.svelte-12qhfyh{transform:translate(0);box-shadow:var(--shadow-lg)}main.svelte-12qhfyh{margin-left:0;padding:1.25rem 1rem;padding-top:calc(56px + 1.25rem);max-width:100%;overflow-x:hidden}}
