.navigation.svelte-1mkkfvh{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:50}.nav-container.svelte-1mkkfvh{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:4rem}.nav-brand.svelte-1mkkfvh{flex-shrink:0}.brand-link.svelte-1mkkfvh{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#1f2937;font-weight:600;font-size:1.25rem}.brand-icon.svelte-1mkkfvh{font-size:1.5rem}.brand-text.svelte-1mkkfvh{color:#3b82f6}.nav-links.svelte-1mkkfvh{display:flex;align-items:center;gap:2rem}.nav-link.svelte-1mkkfvh{text-decoration:none;color:#6b7280;font-weight:500;padding:.5rem 1rem;border-radius:6px;transition:all .2s}.nav-link.svelte-1mkkfvh:hover{color:#3b82f6;background:#f3f4f6}.nav-link.active.svelte-1mkkfvh{color:#3b82f6;background:#eff6ff}.nav-link.admin-link.svelte-1mkkfvh{color:#dc2626}.nav-link.admin-link.svelte-1mkkfvh:hover{color:#b91c1c;background:#fef2f2}.nav-link.admin-link.active.svelte-1mkkfvh{color:#dc2626;background:#fef2f2}.user-menu.svelte-1mkkfvh{display:flex;align-items:center;gap:1rem}.user-info.svelte-1mkkfvh{display:flex;align-items:center;gap:.75rem}.user-avatar.svelte-1mkkfvh{width:2rem;height:2rem;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.user-avatar.large.svelte-1mkkfvh{width:3rem;height:3rem;font-size:1.25rem}.user-details.svelte-1mkkfvh{display:flex;flex-direction:column;gap:.25rem}.user-name.svelte-1mkkfvh{font-weight:500;color:#1f2937;font-size:.875rem}.user-email.svelte-1mkkfvh{color:#6b7280;font-size:.75rem}.user-status.svelte-1mkkfvh{display:flex;gap:.5rem;flex-wrap:wrap}.status-badge.svelte-1mkkfvh{padding:.125rem .5rem;border-radius:12px;font-size:.625rem;font-weight:500}.status-badge.subscribed.svelte-1mkkfvh{background:#d1fae5;color:#065f46}.status-badge.unsubscribed.svelte-1mkkfvh{background:#fee2e2;color:#991b1b}.status-badge.admin.svelte-1mkkfvh{background:#fef3c7;color:#92400e}.logout-btn.svelte-1mkkfvh{background:#ef4444;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.logout-btn.svelte-1mkkfvh:hover{background:#dc2626}.mobile-menu-btn.svelte-1mkkfvh{background:none;border:none;cursor:pointer;padding:.5rem}.hamburger.svelte-1mkkfvh{width:1.5rem;height:1.5rem;position:relative;display:flex;flex-direction:column;justify-content:space-around}.hamburger.svelte-1mkkfvh span:where(.svelte-1mkkfvh){width:100%;height:2px;background:#374151;border-radius:1px;transition:all .3s}.hamburger.open.svelte-1mkkfvh span:where(.svelte-1mkkfvh):nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open.svelte-1mkkfvh span:where(.svelte-1mkkfvh):nth-child(2){opacity:0}.hamburger.open.svelte-1mkkfvh span:where(.svelte-1mkkfvh):nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.mobile-menu.svelte-1mkkfvh{position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000001a}.mobile-menu-content.svelte-1mkkfvh{padding:1rem}.mobile-user-info.svelte-1mkkfvh{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1rem}.mobile-nav-links.svelte-1mkkfvh{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.mobile-nav-link.svelte-1mkkfvh{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;color:#374151;border-radius:6px;transition:all .2s}.mobile-nav-link.svelte-1mkkfvh:hover{background:#f3f4f6;color:#3b82f6}.mobile-nav-link.active.svelte-1mkkfvh{background:#eff6ff;color:#3b82f6}.mobile-nav-link.admin-link.svelte-1mkkfvh{color:#dc2626}.mobile-nav-link.admin-link.svelte-1mkkfvh:hover{background:#fef2f2;color:#b91c1c}.mobile-nav-link.admin-link.active.svelte-1mkkfvh{background:#fef2f2;color:#dc2626}.mobile-logout-btn.svelte-1mkkfvh{width:100%;background:#ef4444;color:#fff;border:none;padding:.75rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;gap:.5rem}.mobile-logout-btn.svelte-1mkkfvh:hover{background:#dc2626}.mobile-auth-links.svelte-1mkkfvh{display:flex;flex-direction:column;gap:.5rem}.mobile-auth-link.svelte-1mkkfvh{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;color:#374151;border-radius:6px;transition:all .2s;border:1px solid #e5e7eb}.mobile-auth-link.svelte-1mkkfvh:hover{background:#f3f4f6;border-color:#3b82f6;color:#3b82f6}.mobile-auth-link.register.svelte-1mkkfvh{background:#3b82f6;color:#fff;border-color:#3b82f6}.mobile-auth-link.register.svelte-1mkkfvh:hover{background:#2563eb;border-color:#2563eb;color:#fff}.desktop-only.svelte-1mkkfvh{display:flex}.mobile-only.svelte-1mkkfvh{display:none}@media (max-width: 768px){.desktop-only.svelte-1mkkfvh{display:none}.mobile-only.svelte-1mkkfvh{display:block}.nav-container.svelte-1mkkfvh{padding:0 1rem}.brand-text.svelte-1mkkfvh{display:none}.mobile-user-info.svelte-1mkkfvh{flex-direction:column;align-items:flex-start;text-align:left}.mobile-user-info.svelte-1mkkfvh .user-details:where(.svelte-1mkkfvh){width:100%}}@media (max-width: 480px){.mobile-user-info.svelte-1mkkfvh{padding:.75rem}.mobile-nav-link.svelte-1mkkfvh,.mobile-auth-link.svelte-1mkkfvh{padding:.5rem .75rem;font-size:.875rem}.mobile-logout-btn.svelte-1mkkfvh{padding:.5rem}}.firestore-test.svelte-ouc0dj{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin:1rem 0}.firestore-test.svelte-ouc0dj h3:where(.svelte-ouc0dj){margin:0 0 1rem;color:#1f2937}.firestore-test.svelte-ouc0dj p:where(.svelte-ouc0dj){color:#6b7280;margin-bottom:1rem}.test-btn.svelte-ouc0dj{background:#3b82f6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s;margin-bottom:1rem}.test-btn.svelte-ouc0dj:hover:not(:disabled){background:#2563eb}.test-btn.svelte-ouc0dj:disabled{opacity:.6;cursor:not-allowed}.test-result.svelte-ouc0dj{padding:1rem;border-radius:6px;margin:1rem 0;font-family:monospace;font-size:.875rem;white-space:pre-wrap}.test-result.success.svelte-ouc0dj{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.test-result.error.svelte-ouc0dj{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.help-section.svelte-ouc0dj{margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e7eb}.help-section.svelte-ouc0dj h4:where(.svelte-ouc0dj){color:#1f2937;margin-bottom:.5rem}.help-section.svelte-ouc0dj ol:where(.svelte-ouc0dj){color:#6b7280;margin-bottom:1rem}.rules-code.svelte-ouc0dj{background:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;padding:1rem;font-size:.75rem;overflow-x:auto;color:#374151}.debug-toggle.svelte-15kqzyk{position:fixed;top:5rem;right:1rem;z-index:1000;background:#ef4444;color:#fff;border:none;border-radius:50%;width:3rem;height:3rem;font-size:1.25rem;cursor:pointer;box-shadow:0 2px 8px #0003;transition:all .2s}.debug-toggle.svelte-15kqzyk:hover{background:#dc2626;transform:scale(1.1)}.debug-panel.svelte-15kqzyk{position:fixed;top:5rem;right:5rem;width:400px;max-height:80vh;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0003;z-index:999;overflow:hidden}.debug-header.svelte-15kqzyk{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f3f4f6;border-bottom:1px solid #e5e7eb}.debug-header.svelte-15kqzyk h3:where(.svelte-15kqzyk){margin:0;font-size:1rem;font-weight:600;color:#1f2937}.close-btn.svelte-15kqzyk{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center}.close-btn.svelte-15kqzyk:hover{color:#374151}.debug-content.svelte-15kqzyk{padding:1rem;max-height:calc(80vh - 4rem);overflow-y:auto}.debug-section.svelte-15kqzyk{margin-bottom:1.5rem}.debug-section.svelte-15kqzyk:last-child{margin-bottom:0}.debug-section.svelte-15kqzyk h4:where(.svelte-15kqzyk){margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.debug-item.svelte-15kqzyk{padding:.5rem;background:#f9fafb;border-radius:4px;margin-bottom:.5rem;font-size:.75rem;font-family:monospace;word-break:break-all}.debug-item.svelte-15kqzyk:last-child{margin-bottom:0}.debug-item.svelte-15kqzyk strong:where(.svelte-15kqzyk){color:#1f2937}.debug-btn.svelte-15kqzyk{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.75rem;cursor:pointer;margin-right:.5rem;margin-bottom:.5rem;transition:background-color .2s}.debug-btn.svelte-15kqzyk:hover{background:#2563eb}@media (max-width: 768px){.debug-panel.svelte-15kqzyk{right:1rem;width:calc(100vw - 2rem);max-width:400px}}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{margin:0;padding:0;background:#f9fafb;color:#1f2937;line-height:1.6}*{box-sizing:border-box}.app.svelte-11ja27h{min-height:100vh;display:flex;flex-direction:column}.main-content.svelte-11ja27h{flex:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.loading{opacity:.6;pointer-events:none}.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:.75rem;border-radius:6px;margin:1rem 0}.success{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0;padding:.75rem;border-radius:6px;margin:1rem 0}.warning{color:#92400e;background:#fef3c7;border:1px solid #fde68a;padding:.75rem;border-radius:6px;margin:1rem 0}
