@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary-color: #3b82f6;--primary-hover: #2563eb;--primary-light: #dbeafe;--background-color: #f9fafb;--card-bg: #ffffff;--text-color: #1f2937;--border-color: #e5e7eb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827}:root[data-theme=dark]{--background-color: #050505;--card-bg: #1f2937;--text-color: #f9fafb;--border-color: #374151;--primary-light: #1e3a8a;--primary-hover: #60a5fa;--nav-bg: #090b0c;--gray-50: #374151;--gray-100: #f3f4f6;--gray-300: #d1d5db;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--bg-primary: #141414;--bg-secondary: #2d2d2d;--text-primary: #ffffff;--text-secondary: #d1d5db;--primary-color: #22c55e;--primary-hover: #16a34a}body{background-color:var(--background-color);color:var(--text-color);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.navbar{background-color:var(--nav-bg);border-bottom:1px solid var(--border-color)}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;height:64px;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-size:1.25rem;font-weight:700;background:linear-gradient(to right,#22c55e,#16a34a);-webkit-background-clip:text;color:transparent;text-decoration:none}.nav-links{display:flex;gap:2rem;align-items:center}.nav-link{color:var(--gray-700);text-decoration:none;font-size:.875rem;transition:color .2s}.nav-link:hover{color:var(--primary-color)}.theme-toggle{padding:.5rem;border-radius:.375rem;background:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;transition:all .2s}.theme-toggle:hover{background:var(--gray-100)}.btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s}.btn:disabled{opacity:.7;cursor:not-allowed}.btn-primary{background-color:var(--primary-color);color:#fff;border:none}.btn-primary:hover{background-color:var(--primary-hover)}.btn-danger{color:var(--danger);background:var(--card-bg);border:1px solid var(--danger)}.btn-danger:hover{background:var(--danger-light);color:var(--danger-dark)}.btn-current{background-color:var(--success-color, #10B981);color:#fff;border:none;cursor:default}.btn-disabled{background-color:var(--gray-400, #9CA3AF);color:var(--gray-600, #4B5563);border:none;cursor:not-allowed}.btn-disabled:hover{background-color:var(--gray-400, #9CA3AF)}main{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1rem;width:100%}.card{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:.5rem;padding:1.5rem}input,textarea,select{background-color:var(--card-bg);color:var(--text-color);border:1px solid var(--border-color)}input:focus,textarea:focus,select:focus{border-color:var(--primary-color);outline:none;ring:2px var(--primary-color)}footer{background-color:var(--gray-900);color:var(--gray-200);padding:1.5rem 0}.subscription-container{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem 1rem}.subscription-cards{display:flex;flex-direction:column;gap:2rem}.subscription-card{position:relative;border-radius:.75rem;padding:1.5rem}.nav-links .subscription-card{position:relative;display:inline-block}.subscription-card{background:var(--card-bg);border:1px solid var(--border-color)}.card-image-container{margin-bottom:1rem;height:12rem;width:100%;overflow:hidden;border-radius:.5rem}.card-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.feature-list{margin-top:1.5rem}.feature-list>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.feature-list{color:var(--text-color)}.feature-item{display:flex;align-items:center}.feature-item>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.feature-item{color:var(--text-color)}.subscription-card h2{color:var(--text-color);font-weight:600}.subscription-card p{color:var(--text-color)}.subscription-card .price{color:var(--primary-color);font-weight:600;font-size:1.5rem}@media (min-width: 768px){.subscription-cards{flex-direction:row;justify-content:center}.subscription-card{flex:1;max-width:350px}}.nav-links .relative{position:relative;display:inline-block}.nav-links button:focus{outline:none}.nav-links .absolute{z-index:50}.profile-button{position:relative;transition:all .2s;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;border:1px solid var(--border-color);background:var(--card-bg)}.profile-button:hover{background:var(--gray-100)}.profile-menu{position:absolute;top:calc(100% + .5rem);right:0;min-width:240px;max-width:320px;background:#fff;border:1px solid var(--gray-200);border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;z-index:50;overflow:hidden}.profile-menu-header{padding:1.25rem;background:#fff;border-bottom:1px solid var(--gray-200)}.profile-menu-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);font-weight:500;margin-bottom:.5rem}.profile-menu-email{font-size:.875rem;font-weight:600;color:var(--gray-800);padding:.5rem .75rem;background:var(--gray-50);border-radius:.5rem;border:1px solid var(--gray-200);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;box-sizing:border-box}.profile-menu a,.profile-menu button{display:flex;align-items:center;width:100%;padding:.875rem 1.25rem;color:var(--gray-800);background:#fff;transition:all .2s;text-align:left;font-size:.875rem;border:none;cursor:pointer;font-weight:500;text-decoration:none}.profile-menu a:hover,.profile-menu button:hover{background:var(--gray-50);color:var(--primary-color)}.menu-divider{height:1px;background:var(--gray-200);margin:.5rem 0}.profile-menu .sign-out-button{color:var(--danger)}.profile-menu .sign-out-button:hover{background:var(--danger-light);color:var(--danger-dark)}:root[data-theme=dark] .profile-menu{background:var(--gray-900);border-color:var(--gray-700)}:root[data-theme=dark] .profile-menu-email{background:var(--gray-800);border-color:var(--gray-700);color:var(--gray-100)}:root[data-theme=dark] .profile-menu a,:root[data-theme=dark] .profile-menu button{color:var(--gray-300);background:var(--gray-900)}.auth-container{position:fixed;top:64px;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:var(--background-color);padding:1rem;overflow:hidden}.auth-card{width:100%;max-width:340px;background:var(--card-bg);border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;border:1px solid var(--border-color)}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-title{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:.25rem}.auth-subtitle{color:var(--gray-700);font-size:.875rem}.auth-form{display:flex;flex-direction:column;gap:.75rem}.auth-input-group{width:100%}.auth-input{width:100%;box-sizing:border-box;padding:.75rem 1rem;border-radius:.5rem;background:var(--background-color);border:1px solid var(--border-color);color:var(--text-color);font-size:.875rem;transition:all .2s}.auth-input::-moz-placeholder{color:var(--gray-500)}.auth-input::placeholder{color:var(--gray-500)}:root[data-theme=dark] .auth-input{background:var(--gray-900);border-color:var(--gray-700);color:var(--gray-100)}:root[data-theme=dark] .auth-input:focus{background:var(--gray-700);border-color:var(--primary-color)}:root[data-theme=dark] .auth-input::-moz-placeholder{color:var(--gray-400)}:root[data-theme=dark] .auth-input::placeholder{color:var(--gray-400)}:root[data-theme=dark] .auth-card{background:var(--gray-800);border-color:var(--gray-700)}:root[data-theme=dark] .auth-title{color:var(--gray-100)}:root[data-theme=dark] .auth-subtitle{color:var(--gray-400)}:root[data-theme=dark] .auth-footer{color:var(--gray-400)}:root[data-theme=dark] .auth-link{color:var(--primary-color)}:root[data-theme=dark] .auth-link:hover{color:var(--primary-hover)}.auth-button{width:100%;padding:.75rem;background:var(--primary-color);color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.25rem}.auth-button:hover{background:var(--primary-hover)}.auth-footer{text-align:center;margin-top:.75rem;font-size:.875rem;color:var(--gray-700)}.auth-link{color:var(--primary-color);text-decoration:none;font-weight:500;margin-left:.25rem}@media (max-height: 600px){.auth-header{margin-bottom:1rem}.auth-form{gap:.75rem}.auth-input{padding:.5rem .75rem}.auth-button{padding:.5rem}}:root[data-theme=dark] .card{background-color:var(--gray-800);border-color:var(--gray-700)}:root[data-theme=dark] .profile-menu-header{background:var(--gray-800);border-color:var(--gray-700)}:root[data-theme=dark] .profile-menu-email{background:var(--gray-900);border-color:var(--gray-700);color:var(--gray-100)}:root[data-theme=dark] .profile-menu-label{color:var(--gray-400)}:root[data-theme=dark] .pricing-card{background:var(--gray-800);border-color:var(--gray-700)}:root[data-theme=dark] .pricing-card-header{border-color:var(--gray-700)}:root[data-theme=dark] .pricing-card-price{color:var(--gray-100)}:root[data-theme=dark] .pricing-card-description{color:var(--gray-400)}:root[data-theme=dark] .pricing-card-features{color:var(--gray-300)}:root[data-theme=dark] .nav-link{color:var(--gray-300)}:root[data-theme=dark] .nav-link:hover{color:var(--primary-hover)}:root[data-theme=dark] .theme-toggle{background:var(--gray-800);border-color:var(--gray-700);color:var(--gray-300)}:root[data-theme=dark] .theme-toggle:hover{background:var(--gray-700);color:var(--gray-100)}:root[data-theme=dark] .profile-menu{background:var(--gray-800);border-color:var(--gray-700)}:root[data-theme=dark] .profile-menu a:hover,:root[data-theme=dark] .profile-menu button:hover{background:var(--gray-700);color:var(--gray-100)}:root[data-theme=dark] .subscription-card{background:var(--gray-800);border-color:var(--gray-700)}:root[data-theme=dark] .subscription-card h2,:root[data-theme=dark] .subscription-card p,:root[data-theme=dark] .feature-item{color:var(--gray-100)}:root[data-theme=dark] .subscription-card .description{color:var(--gray-400)}:root[data-theme=dark] .price{color:var(--primary-hover)}:root[data-theme=dark] .subscription-card{background:var(--subscription-card-bg)}:root[data-theme=dark] .subscription-card h2,:root[data-theme=dark] .subscription-card .feature-item{color:var(--gray-100)}:root[data-theme=dark] .subscription-card p{color:var(--gray-400)}:root[data-theme=dark] .subscription-card{background:var(--gray-900);border-color:var(--gray-700)}:root[data-theme=dark] .subscription-card h2{color:var(--gray-100)}:root[data-theme=dark] .subscription-card p,:root[data-theme=dark] .subscription-card .feature-item{color:var(--gray-300)}:root[data-theme=dark] .subscription-card .price{color:var(--primary-hover)}:root[data-theme=dark] .subscription-card:hover{box-shadow:0 10px 15px -3px #0000004d}.profile-menu{background:var(--card-bg);border:1px solid var(--border-color)}.profile-menu-header{background:var(--gray-50);border-bottom:1px solid var(--border-color)}.profile-menu-label{color:var(--gray-600)}.profile-menu-email{color:var(--gray-800);background:#fff}.profile-menu a,.profile-menu button{color:var(--gray-800)}.profile-menu a:hover,.profile-menu button:hover{background:var(--gray-100);color:var(--primary-color)}:root[data-theme=dark] .product-card{background:var(--gray-900);border-color:var(--gray-700)}:root[data-theme=dark] .product-content{color:var(--gray-100)}:root[data-theme=dark] .quantity-controls input{background:var(--gray-800);border-color:var(--gray-700);color:var(--gray-100)}:root[data-theme=dark] .profile-menu{background:var(--gray-900)}:root[data-theme=dark] .profile-menu-email{background:var(--gray-800);color:var(--gray-100)}:root[data-theme=dark] .profile-menu a,:root[data-theme=dark] .profile-menu button{color:var(--gray-300)}:root[data-theme=dark] .profile-menu a:hover,:root[data-theme=dark] .profile-menu button:hover{background:var(--gray-800);color:var(--gray-100)}.dashboard-container{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1200px;margin:0 auto;padding:1.5rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-title{font-size:1.875rem;font-weight:700;color:var(--text-color);line-height:1.2}.dashboard-subtitle{color:var(--gray-500);margin-top:.5rem;font-size:1rem}.dashboard-card{background:var(--card-bg);border-radius:1rem;border:1px solid var(--border-color);padding:1.5rem;transition:all .2s}.dashboard-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--card-bg);border-radius:1rem;border:1px solid var(--border-color);padding:1.5rem}.stat-label{color:var(--gray-500);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.stat-value{color:var(--text-color);font-size:1.875rem;font-weight:700;line-height:1.2;margin-top:.5rem}.settings-container{max-width:768px;margin:0 auto;padding:2rem 1.5rem}.settings-section{background:var(--card-bg);border-radius:1rem;border:1px solid var(--border-color);padding:1.5rem;margin-bottom:1.5rem}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.settings-title{font-size:1.25rem;font-weight:600;color:var(--text-color)}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.5rem}.form-input{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid var(--border-color);background:var(--background-color);color:var(--text-color);font-size:.875rem;transition:all .2s}.form-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-light)}:root[data-theme=dark] .dashboard-card,:root[data-theme=dark] .stat-card,:root[data-theme=dark] .settings-section{background:var(--gray-800);border-color:var(--gray-700)}:root[data-theme=dark] .form-input{background:var(--gray-900);border-color:var(--gray-700)}:root[data-theme=dark] .form-label{color:var(--gray-400)}:root[data-theme=dark] .stat-label{color:var(--gray-400)}:root[data-theme=dark] .stat-value{color:var(--gray-100)}@media (min-width: 768px){.dashboard-container{grid-template-columns:repeat(2,1fr)}.dashboard-header,.stats-grid{grid-column:1 / -1}}:root[data-theme=dark]{--bg-primary: #1a1a1a;--bg-secondary: #2d2d2d;--text-primary: #ffffff;--text-secondary: #d1d5db}:root[data-theme=dark] .free-container,:root[data-theme=dark] .basic-container,:root[data-theme=dark] .premium-container,:root[data-theme=dark] .enterprise-container{background:var(--bg-primary);color:var(--text-primary)}:root[data-theme=dark] .feature-card{background:var(--bg-secondary);color:var(--text-primary);border:1px solid #3d3d3d}:root[data-theme=dark] p{color:var(--text-secondary)}:root[data-theme=dark] .basic-container,:root[data-theme=dark] .premium-container,:root[data-theme=dark] .enterprise-container{background:var(--gray-900);color:var(--gray-100)}:root[data-theme=dark] .feature-card{background:var(--gray-800);border:1px solid var(--gray-700)}:root[data-theme=dark] p.text-gray-600{color:var(--gray-400)}:root[data-theme=dark] .plan-badge{background:var(--gray-700)}.debug-toggle.svelte-e1zbqe{width:100%;height:20px;background-color:#111827f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#94a3b8;border-top:1px solid #374151;border-bottom:1px solid #374151;font-size:.75rem;transition:color .2s;text-align:left}.debug-toggle.svelte-e1zbqe:hover{color:#e2e8f0}.terminal-window.svelte-e1zbqe{background-color:#111827f2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);height:320px;display:flex;flex-direction:column;border-bottom:1px solid #374151}.terminal-header.svelte-e1zbqe{display:flex;justify-content:space-between;align-items:center;padding:.5rem 1rem;background-color:#1f2937f2;border-bottom:1px solid #374151}.clear-button.svelte-e1zbqe{color:#94a3b8;font-size:.75rem;font-family:monospace;padding:.25rem .5rem;transition:color .2s}.clear-button.svelte-e1zbqe:hover{color:#ef4444}.terminal-content.svelte-e1zbqe{flex:1;overflow-y:auto;padding:.5rem;font-family:monospace;font-size:.875rem}.log-entry.svelte-e1zbqe{margin-bottom:.25rem}.log-toggle.svelte-e1zbqe{width:100%;text-align:left;padding:.25rem .5rem;border-radius:.25rem;color:#e5e7eb;transition:background-color .2s;display:flex;align-items:center;background-color:#0f172a4d}.log-toggle.svelte-e1zbqe:hover{background-color:#37415180}.timestamp.svelte-e1zbqe{color:#64748b;margin-right:.5rem;background-color:#0f172a4d}.log-type.svelte-e1zbqe{color:#fbbf24}.log-details.svelte-e1zbqe{padding:.5rem 1rem .5rem 2rem;color:#cbd5e1;white-space:pre-wrap;overflow-x:auto;background-color:#0f172a4d;border-radius:.25rem;margin-top:.25rem}pre.svelte-e1zbqe{margin:0;color:#94a3b8}.terminal-content.svelte-e1zbqe::-webkit-scrollbar{width:8px}.terminal-content.svelte-e1zbqe::-webkit-scrollbar-track{background:transparent}.terminal-content.svelte-e1zbqe::-webkit-scrollbar-thumb{background-color:#4b5563;border-radius:4px}.terminal-content.svelte-e1zbqe{scrollbar-width:thin;scrollbar-color:#4b5563 transparent}body{margin:0;padding:0;min-height:100vh;width:100%;overflow-x:hidden}.app-container.svelte-1bxzx6a{display:flex;flex-direction:column;min-height:100vh;width:100%;margin-top:55px;padding:0;box-sizing:border-box}.navbar.svelte-1bxzx6a{height:111px;background-color:#0e0e0e6b;border-bottom:1px solid var(--border-color);position:fixed;top:0;left:0;right:0;z-index:50;width:100%;transition:all .3s ease-in-out}.navbar-minimized.svelte-1bxzx6a{background-color:#0e0e0e00;border-bottom-color:transparent;box-shadow:none}.nav-container.svelte-1bxzx6a{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0;width:98%;max-width:1800px;margin:0 auto}@media (max-width: 480px){.navbar.svelte-1bxzx6a{height:60px}.logo-image.svelte-1bxzx6a{height:55px;max-height:55px;width:auto;-o-object-fit:contain;object-fit:contain;margin:0}.nav-brand.svelte-1bxzx6a{padding:0;margin-right:.5rem;flex-shrink:0;height:100%;display:flex;align-items:center}.nav-container.svelte-1bxzx6a{width:98%;padding:0 .25rem;justify-content:space-between;align-items:center;height:100%}.nav-links.svelte-1bxzx6a{gap:.4rem;flex-grow:1;justify-content:flex-end;align-items:center;height:100%}.nav-link.svelte-1bxzx6a,.theme-toggle.svelte-1bxzx6a{padding:.25rem;font-size:.75rem}.profile-button.svelte-1bxzx6a{width:26px;height:26px;padding:.15rem;min-width:26px}.main-content.svelte-1bxzx6a{margin-top:60px}}@media (min-width: 481px) and (max-width: 767px){.navbar.svelte-1bxzx6a{height:75px}.logo-image.svelte-1bxzx6a{height:70px;max-height:70px}.main-content.svelte-1bxzx6a{margin-top:75px}}@media (min-width: 768px){.logo-image.svelte-1bxzx6a{height:111px}}.main-content.svelte-1bxzx6a{flex:1;margin-top:64px;position:relative;width:100%;padding:0;box-sizing:border-box}.nav-links.svelte-1bxzx6a{display:flex;align-items:center;gap:1rem;transition:opacity .3s ease-in-out}.nav-links-hidden.svelte-1bxzx6a{opacity:0;pointer-events:none}.nav-link.svelte-1bxzx6a{color:#fff;text-decoration:none;font-size:.875rem;padding:.5rem;border-radius:.25rem;transition:all .2s}.nav-link.svelte-1bxzx6a:hover{background-color:#ffffff1a}.theme-toggle.svelte-1bxzx6a{background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:all .2s}.theme-toggle.svelte-1bxzx6a:hover{background-color:#ffffff1a}.profile-button.svelte-1bxzx6a{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.375rem;background-color:var(--card-bg, #ffffff);border:1px solid var(--border-color, #e5e7eb);color:var(--text-color, #4b5563);transition:all .2s;width:32px;height:32px}.profile-button.svelte-1bxzx6a:hover{background-color:var(--hover-bg, #f3f4f6);border-color:var(--primary-color, #3b82f6)}.profile-menu.svelte-1bxzx6a{position:absolute;right:0;top:calc(100% + .5rem);width:16rem;background-color:var(--card-bg, #ffffff);border:1px solid var(--border-color, #e5e7eb);border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:50;overflow:hidden}.profile-menu-header.svelte-1bxzx6a{padding:.75rem 1rem;border-bottom:1px solid var(--border-color, #e5e7eb)}.profile-menu-label.svelte-1bxzx6a{font-size:.75rem;color:var(--text-muted, #6b7280)}.profile-menu-email.svelte-1bxzx6a{font-size:.875rem;font-weight:500;color:var(--text-color, #1f2937);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-item.svelte-1bxzx6a{display:block;padding:.75rem 1rem;font-size:.875rem;color:var(--text-color, #1f2937);transition:background-color .2s;text-decoration:none}.menu-item.svelte-1bxzx6a:hover{background-color:var(--hover-bg, #f3f4f6)}.nav-brand.svelte-1bxzx6a{display:flex;align-items:center;cursor:pointer;padding:.5rem 1rem;border-radius:.375rem;transition:all .2s ease;z-index:51}.navbar-minimized.svelte-1bxzx6a .nav-brand:where(.svelte-1bxzx6a){background-color:#0e0e0e66;border-radius:.375rem}.logo-image.svelte-1bxzx6a{height:auto;max-height:70px;width:auto;-o-object-fit:contain;object-fit:contain;border-bottom-left-radius:9%}@media (min-width: 768px){.logo-image.svelte-1bxzx6a{max-height:111px}}.loading-overlay.svelte-1bxzx6a,.error-overlay.svelte-1bxzx6a{position:fixed;top:64px;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000c;color:#fff;z-index:100}.loading-spinner.svelte-1bxzx6a{width:3rem;height:3rem;border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:svelte-1bxzx6a-spin 1s linear infinite;margin-bottom:1rem}@keyframes svelte-1bxzx6a-spin{to{transform:rotate(360deg)}}@media (min-width: 768px){.nav-container.svelte-1bxzx6a{width:90%;padding:0 1rem}}@media (min-width: 1200px){.nav-container.svelte-1bxzx6a{width:80%}}
