:root{--red: #C41E3A;--red-dark: #8B1A2B;--red-light: #E8425A;--cyan: #00A5CF;--cyan-dark: #007A99;--cyan-light: #33C4E8;--green: #22C55E;--amber: #F59E0B;--mono: "JetBrains Mono", "Fira Code", monospace;--sans: "DM Sans", -apple-system, system-ui, sans-serif;--radius: 10px;--radius-sm: 6px;--shadow: 0 1px 3px rgba(0,0,0,.12)}:root,[data-theme=dark]{--bg: #0A0A0A;--surface: #111111;--card: #1C1C1C;--card-alt: #161616;--border: #2A2A2A;--border-light: #3A3A3A;--text: #FAFAFA;--text-sec: #AAAAAA;--text-mut: #666666;--text-dim: #888888;--hover: #222222;--input: #1C1C1C;--input-focus: #252525}[data-theme=light]{--bg: #F5F5F0;--surface: #FFFFFF;--card: #FFFFFF;--card-alt: #FAFAF8;--border: #E0DDD8;--border-light: #EAE8E3;--text: #1A1A1A;--text-sec: #555555;--text-mut: #888888;--text-dim: #999999;--hover: #F0EDE8;--input: #FFFFFF;--input-focus: #F8F8F5;--cyan: #007A99;--cyan-dark: #005F75}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}table{width:100%;border-collapse:collapse}th{text-align:left;padding:8px 10px;color:var(--text-mut);font-weight:500;font-size:10px;text-transform:uppercase;letter-spacing:.5px;font-family:var(--mono)}td{padding:6px 10px;font-size:11px}input[type=text],input[type=email],input[type=number],input[type=url],input[type=date],textarea,select{background:var(--input);color:var(--text);border:1px solid var(--border);padding:9px 12px;border-radius:var(--radius-sm);font-size:13px;font-family:var(--sans);outline:none;transition:border-color .15s,background .15s;width:100%}input:focus,textarea:focus,select:focus{border-color:var(--cyan);background:var(--input-focus)}textarea{resize:vertical;min-height:80px}select{cursor:pointer;font-family:var(--mono);font-size:12px}button{font-family:var(--sans)}.mono{font-family:var(--mono)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}[data-theme].svelte-12qhfyh{min-height:100vh;background:var(--bg);color:var(--text);display:flex;flex-direction:column}.demo-banner.svelte-12qhfyh{background:#f59e0b1a;border-bottom:1px solid rgba(245,158,11,.2);padding:6px 28px;font-size:11px;color:#f59e0b;display:flex;align-items:center;gap:8px;font-family:var(--mono)}.demo-dot.svelte-12qhfyh{width:6px;height:6px;border-radius:50%;background:#f59e0b;flex-shrink:0;animation:svelte-12qhfyh-pulse 2s infinite}@keyframes svelte-12qhfyh-pulse{0%,to{opacity:1}50%{opacity:.4}}header.svelte-12qhfyh{border-bottom:1px solid var(--border);padding:12px 28px;display:flex;align-items:center;justify-content:space-between;background:var(--surface);position:sticky;top:0;z-index:50}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:14px}.logo.svelte-12qhfyh{position:relative;width:32px;height:32px}.ring.svelte-12qhfyh{position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:50%;border:2px solid transparent}.ring.cyan.svelte-12qhfyh{border-color:var(--cyan);border-right-color:transparent;border-bottom-color:transparent;transform:rotate(-30deg)}.ring.red.svelte-12qhfyh{border-color:var(--red);border-left-color:transparent;border-top-color:transparent;transform:rotate(-30deg)}.brand-text.svelte-12qhfyh{display:flex;align-items:baseline;gap:8px}.brand-name.svelte-12qhfyh{font-size:16px;font-weight:700;letter-spacing:2px;font-family:var(--mono)}.brand-sub.svelte-12qhfyh{font-size:12px;color:var(--cyan);font-weight:600;letter-spacing:1px}.desktop-nav.svelte-12qhfyh{display:flex;gap:2px;align-items:center}.nav-item.svelte-12qhfyh{background:transparent;color:var(--text-dim);padding:7px 14px;border-radius:6px;font-size:12px;font-weight:500;transition:all .15s;text-decoration:none;border:none;cursor:pointer;font-family:inherit}.nav-item.svelte-12qhfyh:hover{color:var(--text)}.nav-item.active.svelte-12qhfyh{background:var(--hover);color:var(--text)}.nav-item.ext.svelte-12qhfyh{color:var(--cyan);font-size:11px;opacity:.8}.nav-item.ext.svelte-12qhfyh:hover{opacity:1}.nav-sep.svelte-12qhfyh{width:1px;height:18px;background:var(--border);margin:0 6px}.dd-arrow.svelte-12qhfyh{font-size:8px;margin-left:3px;opacity:.5}.relative.svelte-12qhfyh{position:relative}.dropdown-menu.svelte-12qhfyh{position:absolute;top:100%;left:0;margin-top:4px;background:var(--card);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);min-width:140px;padding:4px 0;z-index:50;animation:svelte-12qhfyh-fadeIn .15s ease-out}.dropdown-item.svelte-12qhfyh{display:block;padding:8px 14px;font-size:12px;width:100%;text-align:left;color:var(--text-dim);text-decoration:none;transition:all .1s;background:transparent;border:none;cursor:pointer;font-family:inherit}.dropdown-item.svelte-12qhfyh:hover{color:var(--text);background:var(--hover)}.dropdown-item.active.svelte-12qhfyh{color:var(--cyan);background:var(--hover)}.dd-divider.svelte-12qhfyh{height:1px;background:var(--border);margin:4px 0}@keyframes svelte-12qhfyh-fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.controls.svelte-12qhfyh{display:flex;align-items:center;gap:10px}.org-btn.svelte-12qhfyh{background:var(--hover);border:1px solid var(--border);border-radius:6px;padding:6px 12px;cursor:pointer;color:var(--text-sec);font-size:12px;display:flex;align-items:center;gap:6px;font-family:inherit}.org-btn.svelte-12qhfyh:hover{border-color:var(--cyan)}.org-name.svelte-12qhfyh{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-dropdown.svelte-12qhfyh{right:0;left:auto;min-width:220px}.org-item.svelte-12qhfyh{display:flex;justify-content:space-between;align-items:center}.org-meta.svelte-12qhfyh{font-size:10px;color:var(--text-mut);font-family:var(--mono);display:flex;gap:6px}.org-role.svelte-12qhfyh{color:var(--cyan);text-transform:uppercase}.org-label.svelte-12qhfyh{font-size:11px;color:var(--text-dim);padding:0 6px;display:flex;align-items:center;gap:6px}.demo-tag.svelte-12qhfyh{background:#f59e0b26;color:#f59e0b;font-size:9px;font-weight:700;padding:2px 6px;border-radius:3px;font-family:var(--mono);letter-spacing:.5px}.user-btn.svelte-12qhfyh{background:transparent;border:1px solid var(--border);border-radius:50%;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.user-btn.svelte-12qhfyh:hover{border-color:var(--cyan)}.user-avatar.svelte-12qhfyh{font-size:13px;font-weight:700;color:var(--cyan);font-family:var(--mono)}.user-dropdown.svelte-12qhfyh{right:0;left:auto;min-width:200px}.user-info.svelte-12qhfyh{padding:10px 14px}.user-name.svelte-12qhfyh{font-size:13px;font-weight:600}.user-email.svelte-12qhfyh{font-size:11px;color:var(--text-mut);font-family:var(--mono);margin-top:2px}.user-role.svelte-12qhfyh{font-size:10px;color:var(--cyan);text-transform:uppercase;margin-top:4px;font-family:var(--mono)}.login-link.svelte-12qhfyh{color:var(--cyan);font-weight:600}.theme-btn.svelte-12qhfyh{background:transparent;border:1px solid var(--border);border-radius:6px;padding:6px 10px;cursor:pointer;color:var(--text-dim);font-size:14px;line-height:1}.theme-btn.svelte-12qhfyh:hover{border-color:var(--cyan);color:var(--text)}.controls.svelte-12qhfyh select:where(.svelte-12qhfyh){width:auto;min-width:140px}.hamburger.svelte-12qhfyh{display:none;background:transparent;border:1px solid var(--border);border-radius:6px;padding:6px 10px;cursor:pointer;color:var(--text-dim);font-size:16px;line-height:1}.mobile-nav.svelte-12qhfyh{display:none;flex-direction:column;background:var(--surface);border-bottom:1px solid var(--border);padding:8px 14px 14px;gap:2px}.mobile-group-label.svelte-12qhfyh{font-size:10px;color:var(--text-mut);text-transform:uppercase;letter-spacing:1.5px;font-family:var(--mono);padding:8px 14px 4px}.nav-item.sub.svelte-12qhfyh{padding-left:28px}.mobile-ext.svelte-12qhfyh{padding-top:8px;margin-top:4px;border-top:1px solid var(--border)}main.svelte-12qhfyh{padding:20px 28px;max-width:1320px;margin:0 auto;width:100%;flex:1}.demo-banner.svelte-12qhfyh{display:flex;align-items:center;gap:12px;padding:8px 28px;background:#00a5cf0f;border-bottom:1px solid rgba(0,165,207,.15);font-size:12px;flex-wrap:wrap}.demo-badge.svelte-12qhfyh{background:var(--cyan);color:#fff;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;letter-spacing:1px;font-family:var(--mono)}.demo-text.svelte-12qhfyh{color:var(--text-dim)}.demo-login-link.svelte-12qhfyh{color:var(--cyan);text-decoration:underline;font-weight:600}.demo-switch.svelte-12qhfyh{display:flex;gap:6px;margin-left:auto}.demo-org-pill.svelte-12qhfyh{padding:3px 10px;border-radius:12px;font-size:11px;border:1px solid var(--border);color:var(--text-dim);text-decoration:none;transition:all .15s}.demo-org-pill.active.svelte-12qhfyh{border-color:var(--cyan);color:var(--cyan);background:#00a5cf0f}.demo-org-pill.svelte-12qhfyh:hover{border-color:var(--text-dim);color:var(--text)}footer.svelte-12qhfyh{border-top:1px solid var(--border);padding:12px 28px;display:flex;justify-content:space-between;align-items:center;font-size:10px;color:var(--text-mut);font-family:var(--mono);margin-top:40px}@media(max-width:768px){header.svelte-12qhfyh{padding:10px 14px}main.svelte-12qhfyh{padding:14px}footer.svelte-12qhfyh{padding:10px 14px;flex-direction:column;gap:4px;text-align:center}.desktop-nav.svelte-12qhfyh{display:none}.hamburger.svelte-12qhfyh{display:block}.mobile-nav.svelte-12qhfyh{display:flex}.brand-sub.svelte-12qhfyh{display:none}.controls.svelte-12qhfyh select:where(.svelte-12qhfyh){max-width:120px;font-size:11px}.footer-right.svelte-12qhfyh{display:none}.org-btn.svelte-12qhfyh .org-name:where(.svelte-12qhfyh){max-width:80px}.demo-banner.svelte-12qhfyh{padding:6px 14px;font-size:10px}}
