.main-layout.svelte-1vud52s{min-height:100vh;display:flex;flex-direction:column}.franchise-layout.svelte-17fc0d8{position:relative;min-height:100vh;display:flex;opacity:0;transition:opacity .3s ease}.franchise-layout.visible.svelte-17fc0d8{opacity:1}.noise.svelte-17fc0d8{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:.02;z-index:1000;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.mobile-header.svelte-17fc0d8{display:none;position:fixed;top:0;left:0;right:0;height:60px;background:#0a0e17f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.06);padding:0 1rem;align-items:center;justify-content:space-between;z-index:100}.mobile-menu-btn.svelte-17fc0d8,.icon-btn.svelte-17fc0d8{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;color:#94a3b8;cursor:pointer;transition:all .2s}.mobile-menu-btn.svelte-17fc0d8:hover,.icon-btn.svelte-17fc0d8:hover{background:#ffffff0f;color:#fff}.mobile-logo.svelte-17fc0d8{display:flex;align-items:center;gap:.5rem}.mobile-actions.svelte-17fc0d8{display:flex;gap:.5rem}.sidebar.svelte-17fc0d8{position:fixed;top:0;left:0;bottom:0;width:260px;background:#0a0e17f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;z-index:50;transition:width .3s ease,transform .3s ease}.sidebar.collapsed.svelte-17fc0d8{width:80px}.sidebar-header.svelte-17fc0d8{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid rgba(255,255,255,.06)}.logo.svelte-17fc0d8{display:flex;align-items:center;gap:.75rem}.logo-image.svelte-17fc0d8{width:36px;height:36px;object-fit:contain;border-radius:8px}.logo-mark.svelte-17fc0d8{width:36px;height:36px;background:linear-gradient(135deg,var(--franchise-primary) 0%,var(--franchise-secondary) 100%);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.logo-initial.svelte-17fc0d8{font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:700}.logo-text.svelte-17fc0d8{font-family:Outfit,sans-serif;font-size:1.35rem;font-weight:700;color:#fff;letter-spacing:-.02em}.collapse-btn.svelte-17fc0d8{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:6px;color:#64748b;cursor:pointer;transition:all .2s}.collapse-btn.svelte-17fc0d8:hover{background:#ffffff0f;color:#fff}.collapse-btn.svelte-17fc0d8 .rotated{transform:rotate(180deg)}.sidebar.collapsed.svelte-17fc0d8 .collapse-btn:where(.svelte-17fc0d8){margin:0 auto}.sidebar-nav.svelte-17fc0d8{flex:1;padding:1rem .75rem;overflow-y:auto}.nav-item.svelte-17fc0d8{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;color:#94a3b8;border-radius:10px;margin-bottom:.25rem;transition:all .2s;position:relative}.nav-item.svelte-17fc0d8:hover{background:#ffffff0a;color:#fff}.nav-item.active.svelte-17fc0d8{background:rgba(var(--franchise-primary-rgb),.15);color:var(--franchise-primary)}.nav-item.active.svelte-17fc0d8:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:24px;background:var(--franchise-primary);border-radius:0 3px 3px 0}.sidebar.collapsed.svelte-17fc0d8 .nav-item:where(.svelte-17fc0d8){justify-content:center;padding:.875rem}.sidebar.collapsed.svelte-17fc0d8 .nav-item:where(.svelte-17fc0d8) span:where(.svelte-17fc0d8){display:none}.sidebar-footer.svelte-17fc0d8{padding:1rem;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:.75rem}.user-info.svelte-17fc0d8{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px}.user-info.collapsed.svelte-17fc0d8{justify-content:center;padding:.75rem}.user-avatar.svelte-17fc0d8{width:36px;height:36px;background:linear-gradient(135deg,var(--franchise-primary) 0%,var(--franchise-secondary) 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.9rem;flex-shrink:0}.user-details.svelte-17fc0d8{display:flex;flex-direction:column;min-width:0;flex:1}.user-name.svelte-17fc0d8{font-size:.875rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email.svelte-17fc0d8{font-size:.75rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-role.svelte-17fc0d8{display:inline-flex;align-items:center;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .4rem;border-radius:4px;margin-top:.25rem;width:fit-content}.user-role.owner.svelte-17fc0d8{background:rgba(var(--franchise-primary-rgb),.2);color:var(--franchise-primary)}.user-role.admin.svelte-17fc0d8{background:#3b82f633;color:#60a5fa}.user-role.moderator.svelte-17fc0d8{background:#22c55e33;color:#4ade80}.logout-btn.svelte-17fc0d8{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:10px;color:#f87171;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.logout-btn.svelte-17fc0d8:hover{background:#ef444426;border-color:#ef44444d}.sidebar.collapsed.svelte-17fc0d8 .logout-btn:where(.svelte-17fc0d8){justify-content:center;padding:.875rem}.sidebar.collapsed.svelte-17fc0d8 .logout-btn:where(.svelte-17fc0d8) span:where(.svelte-17fc0d8){display:none}.mobile-overlay.svelte-17fc0d8{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:40;border:none;cursor:pointer}.main-content.svelte-17fc0d8{flex:1;margin-left:260px;min-height:100vh;transition:margin-left .3s ease}.main-content.sidebar-collapsed.svelte-17fc0d8{margin-left:80px}.content-wrapper.svelte-17fc0d8{padding:2rem;max-width:1400px;margin:0 auto}.desktop-only.svelte-17fc0d8{display:flex}@media (max-width: 1024px){.sidebar.svelte-17fc0d8{transform:translate(-100%)}.sidebar.mobile-open.svelte-17fc0d8{transform:translate(0);z-index:90}.mobile-header.svelte-17fc0d8{display:flex}.mobile-overlay.svelte-17fc0d8{display:block}.main-content.svelte-17fc0d8{margin-left:0;padding-top:60px}.main-content.sidebar-collapsed.svelte-17fc0d8{margin-left:0}.content-wrapper.svelte-17fc0d8{padding:1.5rem}.desktop-only.svelte-17fc0d8{display:none}.sidebar.collapsed.svelte-17fc0d8{width:260px}}@media (max-width: 640px){.content-wrapper.svelte-17fc0d8{padding:1rem}}.access-denied-page.svelte-17fc0d8{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0a0e17,#0f1419);padding:2rem}.access-denied-content.svelte-17fc0d8{display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center;max-width:420px}.access-denied-icon.svelte-17fc0d8{width:100px;height:100px;background:#ef44441a;border:2px solid rgba(239,68,68,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ef4444}.access-denied-content.svelte-17fc0d8 h2:where(.svelte-17fc0d8){font-size:1.75rem;font-weight:700;color:#fff;margin:0}.access-denied-content.svelte-17fc0d8 p:where(.svelte-17fc0d8){font-size:1rem;color:#94a3b8;margin:0;line-height:1.6}.access-denied-content.svelte-17fc0d8 .hint:where(.svelte-17fc0d8){font-size:.875rem;color:#64748b}.access-denied-content.svelte-17fc0d8 .actions:where(.svelte-17fc0d8){display:flex;gap:1rem;margin-top:.5rem}.loading-page.svelte-17fc0d8{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0a0e17,#0f1419)}.loading-content.svelte-17fc0d8{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.loading-content.svelte-17fc0d8 h2:where(.svelte-17fc0d8){font-size:1.5rem;font-weight:600;color:#fff;margin:0}.loading-content.svelte-17fc0d8 p:where(.svelte-17fc0d8){font-size:.95rem;color:#94a3b8;margin:0}.btn-primary.svelte-17fc0d8{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:10px;border:none;cursor:pointer;transition:all .2s;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;text-decoration:none}.btn-primary.svelte-17fc0d8:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f14d}.btn-secondary.svelte-17fc0d8{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:10px;border:1px solid rgba(148,163,184,.3);cursor:pointer;transition:all .2s;background:transparent;color:#94a3b8;text-decoration:none}.btn-secondary.svelte-17fc0d8:hover{background:#94a3b81a;border-color:#94a3b880;color:#fff}.spinner{animation:svelte-17fc0d8-spin 1s linear infinite;color:#6366f1}@keyframes svelte-17fc0d8-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 640px){.access-denied-content.svelte-17fc0d8 .actions:where(.svelte-17fc0d8){flex-direction:column;width:100%}.btn-primary.svelte-17fc0d8,.btn-secondary.svelte-17fc0d8{width:100%;justify-content:center}}.invalid-subdomain.svelte-1rnmzz3{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:#0a0e17}.error-container.svelte-1rnmzz3{max-width:480px;text-align:center;padding:3rem;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:16px}.error-icon.svelte-1rnmzz3{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#fbbf241a;border-radius:16px;color:#fbbf24;margin-bottom:1.5rem}.error-title.svelte-1rnmzz3{font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:1rem}.error-message.svelte-1rnmzz3{font-size:1rem;color:#94a3b8;line-height:1.6;margin-bottom:2rem}.error-actions.svelte-1rnmzz3{margin-bottom:1.5rem}.primary-btn.svelte-1rnmzz3{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;background:linear-gradient(135deg,#00d4ff,#0891b2);border:none;border-radius:10px;color:#0a0e17;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s}.primary-btn.svelte-1rnmzz3:hover{transform:translateY(-1px);box-shadow:0 4px 20px #00d4ff4d}.error-help.svelte-1rnmzz3{font-size:.875rem;color:#64748b}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;background:#0a0e17;color:#e2e8f0;line-height:1.6;min-height:100vh}a{text-decoration:none;color:inherit}button,input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff05}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}*:focus-visible{outline:2px solid #00D4FF;outline-offset:2px}::selection{background:#00d4ff4d;color:#fff}.franchise-layout *:focus-visible{outline-color:var(--franchise-primary, #6366f1)}.franchise-layout ::selection{background:rgba(var(--franchise-primary-rgb, 99, 102, 241),.3)}.redirect-overlay.svelte-12qhfyh{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0e17;display:flex;align-items:center;justify-content:center;z-index:9999}.redirect-content.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#94a3b8}.redirect-content.svelte-12qhfyh p:where(.svelte-12qhfyh){font-size:1rem;font-weight:500}.redirect-content.svelte-12qhfyh .spinner{animation:svelte-12qhfyh-spin 1s linear infinite;color:#00d4ff}@keyframes svelte-12qhfyh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
