@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:8px;background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;color:#fff}.theme-toggle:hover{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-color:#fff3;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.theme-icon{transition:all .3s ease;opacity:.8}.theme-toggle:hover .theme-icon{opacity:1}.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;inset:64px 0 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:linear-gradient(135deg,#ffffff0d,#ffffff05);border-color:#ffffff1a;color:#fff}:root[data-theme=dark] .theme-toggle:hover{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-color:#fff3}: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)}.cart-preview-container.svelte-1y570qg{position:absolute;top:calc(100% + .5rem);right:0;width:320px;z-index:40}.cart-preview.svelte-1y570qg{position:relative;width:100%;background:var(--card-bg);border:1px solid var(--border-color);border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a;overflow:hidden;display:flex;flex-direction:column;max-height:85vh}.cart-preview-header.svelte-1y570qg{padding:1rem;border-bottom:1px solid var(--border-color);flex-shrink:0}.cart-preview-items.svelte-1y570qg{overflow-y:auto;flex-grow:1;max-height:400px;scrollbar-gutter:stable;opacity:0;animation:svelte-1y570qg-fadeIn .15s ease-out forwards .15s}@keyframes svelte-1y570qg-fadeIn{0%{opacity:0}to{opacity:1}}.cart-preview-items.svelte-1y570qg::-webkit-scrollbar{width:8px}.cart-preview-items.svelte-1y570qg::-webkit-scrollbar-track{background:transparent}.cart-preview-items.svelte-1y570qg::-webkit-scrollbar-thumb{background-color:var(--gray-300);border-radius:4px}.cart-preview-items.svelte-1y570qg{scrollbar-width:thin;scrollbar-color:var(--gray-300) transparent}.cart-preview-footer.svelte-1y570qg{border-top:1px solid var(--border-color);background:var(--card-bg);flex-shrink:0}.cart-preview-label.svelte-1y570qg{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-500);font-weight:500}.cart-item.svelte-1y570qg{padding:1rem;border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;gap:.75rem;position:relative}.quantity-controls.svelte-1y570qg{display:flex;align-items:center;gap:.5rem;justify-content:flex-end}.quantity-btn.svelte-1y570qg{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-color);border-radius:4px;background:#fff;cursor:pointer;font-weight:700;transition:all .2s;color:var(--gray-700)}.quantity-btn.svelte-1y570qg:hover:not(:disabled){background:var(--primary-color);border-color:var(--primary-color);color:#fff}.quantity-btn.svelte-1y570qg:disabled{opacity:.5;cursor:not-allowed}.quantity-display.svelte-1y570qg{min-width:24px;text-align:center;font-size:.875rem;color:var(--text-color)}.cart-total.svelte-1y570qg{padding:.75rem 1rem;display:flex;justify-content:space-between;font-weight:500;background:var(--gray-50)}.cart-empty.svelte-1y570qg{padding:1rem;text-align:center;color:var(--gray-500)}.checkout-button.svelte-1y570qg{width:calc(100% - 2rem);margin:1rem;padding:.75rem;background:var(--primary-color);color:#fff;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s,transform .2s}.checkout-button.svelte-1y570qg:hover{background:var(--primary-color-dark, #4a5568);transform:translateY(-1px)}.checkout-button.svelte-1y570qg:active{transform:translateY(0)}.remove-btn.svelte-1y570qg{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;border-radius:50%;background:#ffffffe6;color:var(--gray-500);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;transition:all .2s}.remove-btn.svelte-1y570qg:hover{color:var(--error-color, #dc2626);border-color:var(--error-color, #dc2626)}.cart-item.svelte-1y570qg{position:relative}.item-image.svelte-1y570qg{width:40px;height:40px;border-radius:.25rem;overflow:hidden;margin-right:.75rem;background:#f3f4f6}.item-image.svelte-1y570qg img:where(.svelte-1y570qg){width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.image-placeholder.svelte-1y570qg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#e5e7eb;color:#6b7280;font-weight:700}.item-details.svelte-1y570qg{flex:1}.item-name.svelte-1y570qg{font-size:.875rem;font-weight:500;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.item-price.svelte-1y570qg{font-size:.75rem;color:#6b7280}.notification-container.svelte-182cn77{position:relative}.notification-button.svelte-182cn77{display:flex;align-items:center;justify-content:center;position:relative;padding:.5rem;border-radius:.375rem;background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;transition:all .2s;width:32px;height:32px}.notification-button.svelte-182cn77:hover{background-color:#ffffff1a}.notification-badge.svelte-182cn77{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:.75rem;padding:.125rem .375rem;border-radius:9999px;min-width:18px;text-align:center}.notification-panel.svelte-182cn77{position:absolute;top:calc(100% + .5rem);right:0;width:350px;max-height:500px;background-color:#1e1e1e;border:1px solid #333333;border-radius:.5rem;box-shadow:0 4px 6px #0000004d;z-index:50;overflow:hidden;display:flex;flex-direction:column;color:#e0e0e0}.notification-header.svelte-182cn77{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #333333;background-color:#262626}.notification-header.svelte-182cn77 h3:where(.svelte-182cn77){font-size:1rem;font-weight:600;color:#fff;margin:0}.notification-filters.svelte-182cn77{display:flex;border-bottom:1px solid #333333;background-color:#262626}.filter-button.svelte-182cn77{flex:1;padding:.5rem;background:transparent;border:none;cursor:pointer;font-size:.875rem;color:#a0a0a0;transition:all .2s;border-bottom:2px solid transparent}.filter-button.svelte-182cn77:hover{color:#fff;background-color:#ffffff0d}.filter-button.active.svelte-182cn77{color:#3b82f6;border-bottom:2px solid #3b82f6;font-weight:500}.mark-all-button.svelte-182cn77{font-size:.75rem;color:#3b82f6;background:transparent;border:none;cursor:pointer;padding:.25rem .5rem;border-radius:.25rem}.mark-all-button.svelte-182cn77:hover{background-color:#3b82f633}.notification-list.svelte-182cn77{flex:1;overflow-y:auto;max-height:400px}.notification-item.svelte-182cn77{display:flex;align-items:flex-start;padding:.75rem 1rem;border-bottom:1px solid #333333;cursor:pointer;transition:background-color .2s}.notification-item.svelte-182cn77:hover{background-color:#2d2d2d}.notification-item.unread.svelte-182cn77{background-color:#3b82f626}.notification-item.unread.svelte-182cn77:hover{background-color:#3b82f640}.notification-content.svelte-182cn77{flex:1}.notification-message.svelte-182cn77{font-size:.875rem;color:#e0e0e0;margin-bottom:.25rem}.notification-message.svelte-182cn77 strong:where(.svelte-182cn77){color:#3b82f6}.notification-snippet.svelte-182cn77{font-size:.813rem;color:#a0a0a0;margin-bottom:.25rem;font-style:italic}.notification-time.svelte-182cn77{font-size:.75rem;color:gray}.notification-clear.svelte-182cn77{background:transparent;border:none;color:gray;font-size:1.25rem;line-height:1;padding:.125rem .25rem;cursor:pointer;border-radius:.25rem;margin-left:.5rem}.notification-clear.svelte-182cn77:hover{background-color:#ffffff1a;color:#fff}.notification-loading.svelte-182cn77,.notification-empty.svelte-182cn77{padding:1.5rem;text-align:center;color:gray;font-size:.875rem}.notification-list.svelte-182cn77::-webkit-scrollbar{width:8px}.notification-list.svelte-182cn77::-webkit-scrollbar-track{background:#262626}.notification-list.svelte-182cn77::-webkit-scrollbar-thumb{background-color:#444;border-radius:4px}.notification-list.svelte-182cn77::-webkit-scrollbar-thumb:hover{background-color:#555}.search-container.svelte-122mpe0{position:relative;width:100%;max-width:600px;margin:0 auto}.search-input-wrapper.svelte-122mpe0{position:relative;width:100%}.search-input.svelte-122mpe0{width:100%;padding:8px 40px 8px 16px;border-radius:20px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;font-size:14px;transition:all .2s}.search-input.svelte-122mpe0:focus{outline:none;background:#ffffff26;border-color:#ffffff4d}.search-input.svelte-122mpe0::-moz-placeholder{color:#fff9}.search-input.svelte-122mpe0::placeholder{color:#fff9}.search-icon.svelte-122mpe0{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#fff9}.search-results.svelte-122mpe0{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--card-bg, #1a1a1a);border:1px solid var(--border-color, rgba(255, 255, 255, .1));border-radius:8px;box-shadow:0 4px 12px #0003;max-height:400px;overflow-y:auto;z-index:100}.result-item.svelte-122mpe0{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;border:none;background:transparent;color:var(--text-color, white);text-align:left;cursor:pointer;transition:background-color .2s}.result-item.svelte-122mpe0:hover{background:#ffffff0d}.result-content.svelte-122mpe0{display:flex;flex-direction:column;gap:4px}.result-name.svelte-122mpe0{font-weight:500}.result-description.svelte-122mpe0{font-size:12px;color:var(--text-muted, rgba(255, 255, 255, .6));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}.result-followers.svelte-122mpe0{font-size:12px;color:var(--text-muted, rgba(255, 255, 255, .6))}.loading-results.svelte-122mpe0{display:flex;align-items:center;gap:8px;padding:16px;color:var(--text-muted, rgba(255, 255, 255, .6))}.loading-spinner.svelte-122mpe0{width:16px;height:16px;border:2px solid rgba(255,255,255,.1);border-top-color:#fff;border-radius:50%;animation:svelte-122mpe0-spin 1s linear infinite}@keyframes svelte-122mpe0-spin{to{transform:rotate(360deg)}}.rate-limit-overlay.svelte-12nrkx2{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.rate-limit-notification.svelte-12nrkx2{background:#fff;border-radius:12px;padding:32px;max-width:500px;width:100%;box-shadow:0 20px 60px #0000004d;position:relative;display:flex;gap:20px}.rate-limit-notification.ban.svelte-12nrkx2{border-left:4px solid #f59e0b}.rate-limit-notification.ratelimit.svelte-12nrkx2{border-left:4px solid #3b82f6}.notification-icon.svelte-12nrkx2{font-size:48px;flex-shrink:0}.notification-content.svelte-12nrkx2{flex:1}.notification-title.svelte-12nrkx2{margin:0 0 12px;font-size:20px;font-weight:600;color:#1f2937}.notification-message.svelte-12nrkx2{margin:0 0 16px;color:#4b5563;line-height:1.5}.countdown.svelte-12nrkx2{margin:20px 0}.countdown-bar.svelte-12nrkx2{height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:8px}.countdown-progress.svelte-12nrkx2{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width 1s linear}.countdown-text.svelte-12nrkx2{margin:0;font-size:14px;color:#6b7280;text-align:center}.countdown-text.svelte-12nrkx2 strong:where(.svelte-12nrkx2){color:#1f2937}.violation-info.svelte-12nrkx2{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:12px;margin:16px 0}.violation-info.svelte-12nrkx2 p:where(.svelte-12nrkx2){margin:4px 0;font-size:14px;color:#92400e}.debug-toggle.svelte-12nrkx2{width:100%;margin:12px 0;padding:8px 12px;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:13px;font-weight:500;color:#374151;text-align:left;transition:all .2s}.debug-toggle.svelte-12nrkx2:hover{background:#e5e7eb;border-color:#9ca3af}.debug-info.svelte-12nrkx2{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin:12px 0;font-size:13px;font-family:Monaco,Courier New,monospace}.debug-row.svelte-12nrkx2{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;border-bottom:1px solid #e5e7eb;gap:12px}.debug-row.svelte-12nrkx2:last-child{border-bottom:none}.debug-row.svelte-12nrkx2 strong:where(.svelte-12nrkx2){color:#374151;min-width:120px;flex-shrink:0}.debug-row.svelte-12nrkx2 code:where(.svelte-12nrkx2){background:#e5e7eb;padding:2px 6px;border-radius:4px;color:#1f2937;font-size:12px;word-break:break-all;flex:1;text-align:right}.debug-row.svelte-12nrkx2 span:where(.svelte-12nrkx2){color:#6b7280;flex:1;text-align:right}.permanent-ban-info.svelte-12nrkx2{background:#fee2e2;border:1px solid #ef4444;border-radius:8px;padding:12px;margin:16px 0;font-size:14px;color:#991b1b}.close-btn.svelte-12nrkx2{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:24px;color:#9ca3af;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-btn.svelte-12nrkx2:hover{background:#f3f4f6;color:#1f2937}.admin-actions.svelte-12nrkx2{margin-top:16px;padding-top:16px;border-top:2px solid #fbbf24;display:flex;flex-direction:column;gap:8px}.admin-reset-btn.svelte-12nrkx2{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1f2937;border:none;padding:12px 20px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #fbbf244d}.admin-reset-btn.svelte-12nrkx2:hover:not(:disabled){background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 8px #fbbf2466;transform:translateY(-1px)}.admin-reset-btn.svelte-12nrkx2:disabled{opacity:.6;cursor:not-allowed}.admin-note.svelte-12nrkx2{font-size:12px;color:#f59e0b;margin:0;font-weight:500}@media (prefers-color-scheme: dark){.rate-limit-notification.svelte-12nrkx2{background:#1f2937}.notification-title.svelte-12nrkx2{color:#f9fafb}.notification-message.svelte-12nrkx2{color:#d1d5db}.countdown-text.svelte-12nrkx2{color:#9ca3af}.countdown-text.svelte-12nrkx2 strong:where(.svelte-12nrkx2){color:#f9fafb}.close-btn.svelte-12nrkx2{color:#6b7280}.close-btn.svelte-12nrkx2:hover{background:#374151;color:#f9fafb}.debug-info.svelte-12nrkx2{background:#111827;border-color:#374151}.debug-row.svelte-12nrkx2{border-color:#374151}.debug-row.svelte-12nrkx2 strong:where(.svelte-12nrkx2){color:#d1d5db}.debug-row.svelte-12nrkx2 code:where(.svelte-12nrkx2){background:#1f2937;color:#f9fafb}.debug-row.svelte-12nrkx2 span:where(.svelte-12nrkx2){color:#9ca3af}.debug-toggle.svelte-12nrkx2{background:#374151;border-color:#4b5563;color:#f9fafb}.debug-toggle.svelte-12nrkx2:hover{background:#4b5563;border-color:#6b7280}.admin-actions.svelte-12nrkx2{border-top-color:#f59e0b}.admin-reset-btn.svelte-12nrkx2{color:#111827}.admin-note.svelte-12nrkx2{color:#fbbf24}}@media (max-width: 640px){.rate-limit-notification.svelte-12nrkx2{padding:24px;flex-direction:column;gap:16px}.notification-icon.svelte-12nrkx2{font-size:36px;text-align:center}.notification-title.svelte-12nrkx2{font-size:18px}}.debug-section.svelte-12nrkx2{margin:1rem 0;padding:1rem;background:#0003;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.debug-section.svelte-12nrkx2 strong:where(.svelte-12nrkx2){display:block;margin-bottom:.75rem;color:#fffffff2;font-size:.95rem}.breakdown-total.svelte-12nrkx2{font-size:.9rem;color:#fffc;padding:.5rem;background:#3b82f633;border-radius:4px;border-left:3px solid #3b82f6;margin-bottom:.5rem}.breakdown-note.svelte-12nrkx2{font-size:.8rem;color:#fff9;font-style:italic;display:block;margin-top:.25rem}.endpoint-breakdown.svelte-12nrkx2{display:flex;flex-direction:column;gap:.5rem;max-height:300px;overflow-y:auto;padding-right:.5rem}.endpoint-breakdown.svelte-12nrkx2::-webkit-scrollbar{width:6px}.endpoint-breakdown.svelte-12nrkx2::-webkit-scrollbar-track{background:#0003;border-radius:3px}.endpoint-breakdown.svelte-12nrkx2::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.endpoint-breakdown.svelte-12nrkx2::-webkit-scrollbar-thumb:hover{background:#ffffff80}.breakdown-row.svelte-12nrkx2{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#0003;border-radius:4px;border-left:3px solid #ef4444}.endpoint-name.svelte-12nrkx2{flex:1;font-family:Courier New,monospace;font-size:.85rem;color:#ffffffe6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.endpoint-count.svelte-12nrkx2{margin-left:1rem;padding:.25rem .75rem;background:#ef444433;color:#fca5a5;border-radius:12px;font-size:.85rem;font-weight:600;white-space:nowrap}.admin-trigger.svelte-1rc4e5n{position:fixed;top:70px;left:10px;z-index:9999}.trigger-button.svelte-1rc4e5n{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:8px;color:#3b82f6;cursor:pointer;opacity:0;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.admin-trigger.svelte-1rc4e5n:hover .trigger-button:where(.svelte-1rc4e5n){opacity:1;background:#3b82f633;border-color:#3b82f680;transform:translate(5px)}.trigger-label.svelte-1rc4e5n{font-size:.875rem;font-weight:500}.panel-overlay.svelte-1rc4e5n{position:fixed;inset:0;background:#00000080;z-index:10000;display:flex;align-items:center;justify-content:flex-start;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.debug-panel.svelte-1rc4e5n{width:500px;max-width:90vw;height:100vh;background:linear-gradient(135deg,#1e293b,#0f172a);box-shadow:0 20px 60px #00000080;display:flex;flex-direction:column;overflow:hidden}.panel-header.svelte-1rc4e5n{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.panel-header.svelte-1rc4e5n h2:where(.svelte-1rc4e5n){margin:0;font-size:1.25rem;color:#fff;font-weight:600}.close-button.svelte-1rc4e5n{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.5rem;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.close-button.svelte-1rc4e5n:hover{background:#ef444433;border-color:#ef444480}.panel-content.svelte-1rc4e5n{flex:1;overflow-y:auto;padding:1.5rem}.section.svelte-1rc4e5n{margin-bottom:2rem}.section-header.svelte-1rc4e5n{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section.svelte-1rc4e5n h3:where(.svelte-1rc4e5n){margin:0 0 1rem;font-size:1rem;color:#ffffffe6;font-weight:600}.button-group.svelte-1rc4e5n{display:flex;gap:.5rem}.refresh-button.svelte-1rc4e5n{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);color:#3b82f6;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.refresh-button.svelte-1rc4e5n:hover:not(:disabled){background:#3b82f633;border-color:#3b82f680}.refresh-button.svelte-1rc4e5n:disabled{opacity:.5;cursor:not-allowed}.reset-button.svelte-1rc4e5n{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#10b981;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.reset-button.svelte-1rc4e5n:hover{background:#10b98133;border-color:#10b98180}.info-note.svelte-1rc4e5n{background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:6px;padding:.75rem;margin-bottom:1rem;font-size:.875rem;color:#fffc;line-height:1.5}.stats-grid.svelte-1rc4e5n{display:flex;flex-direction:column;gap:1rem}.stat-card.svelte-1rc4e5n{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;transition:all .2s}.stat-card.svelte-1rc4e5n:hover{background:#ffffff14;border-color:#fff3}.stat-endpoint.svelte-1rc4e5n{font-size:.875rem;font-weight:600;color:#60a5fa;margin-bottom:.5rem;font-family:Courier New,monospace}.stat-bar-container.svelte-1rc4e5n{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.stat-bar.svelte-1rc4e5n{height:100%;transition:width .3s ease,background-color .3s ease;border-radius:4px}.stat-details.svelte-1rc4e5n{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.stat-count.svelte-1rc4e5n{font-size:.875rem;font-weight:600;color:#fff}.stat-ttl.svelte-1rc4e5n{font-size:.75rem;color:#fff9}.stat-description.svelte-1rc4e5n{font-size:.75rem;color:#ffffff80;font-style:italic}.loading.svelte-1rc4e5n,.error.svelte-1rc4e5n,.no-data.svelte-1rc4e5n{padding:2rem;text-align:center;color:#fff9;font-size:.875rem}.error.svelte-1rc4e5n{color:#ef4444}.info-grid.svelte-1rc4e5n{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.info-item.svelte-1rc4e5n{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:.75rem}.info-label.svelte-1rc4e5n{display:block;font-size:.75rem;color:#ffffff80;margin-bottom:.25rem}.info-value.svelte-1rc4e5n{display:block;font-size:.875rem;color:#fff;font-weight:500}.panel-content.svelte-1rc4e5n::-webkit-scrollbar{width:8px}.panel-content.svelte-1rc4e5n::-webkit-scrollbar-track{background:#ffffff0d}.panel-content.svelte-1rc4e5n::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.panel-content.svelte-1rc4e5n::-webkit-scrollbar-thumb:hover{background:#ffffff4d}body{margin:0;padding:0;min-height:100vh;width:100%;overflow-x:hidden}.app-container.svelte-9homdy{display:flex;flex-direction:column;min-height:100vh;width:100%;align-items:center}.navbar.svelte-9homdy{height:72px;background:#ffffff05;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08);position:fixed;top:0;left:0;right:0;z-index:50;width:100%;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;justify-content:center;box-shadow:0 1px #ffffff0d,0 8px 32px #0000001f}.navbar-minimized.svelte-9homdy{background-color:#0e0e0e00;border-bottom-color:transparent;box-shadow:none}.main-content.svelte-9homdy{flex:1;position:relative;width:80%;max-width:1800px;margin-top:64px;padding-top:80px;box-sizing:border-box}.nav-links.svelte-9homdy{display:flex;align-items:center;gap:1rem;transition:opacity .3s ease-in-out}.nav-links-hidden.svelte-9homdy{opacity:0;pointer-events:none}.nav-link.svelte-9homdy{color:#fff;text-decoration:none;font-size:.875rem;padding:.5rem;border-radius:.25rem;transition:all .2s}.nav-link.svelte-9homdy:hover{background-color:#ffffff1a}.theme-toggle.svelte-9homdy{background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);color:#fff;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center}.theme-toggle.svelte-9homdy:hover{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-color:#fff3;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.theme-icon.svelte-9homdy{transition:all .3s ease;opacity:.8}.theme-toggle.svelte-9homdy:hover .theme-icon:where(.svelte-9homdy){opacity:1}.profile-button.svelte-9homdy{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-9homdy:hover{background-color:var(--hover-bg, #f3f4f6);border-color:var(--primary-color, #3b82f6)}.profile-menu.svelte-9homdy{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-9homdy{padding:.75rem 1rem;border-bottom:1px solid var(--border-color, #e5e7eb)}.profile-menu-label.svelte-9homdy{font-size:.75rem;color:var(--text-muted, #6b7280)}.profile-menu-email.svelte-9homdy{font-size:.875rem;font-weight:500;color:var(--text-color, #1f2937);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-item.svelte-9homdy{display:block;padding:.75rem 1rem;font-size:.875rem;color:var(--text-color, #1f2937);transition:background-color .2s;text-decoration:none}.menu-item.svelte-9homdy:hover{background-color:var(--hover-bg, #f3f4f6)}.cart-notification.svelte-9homdy{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1rem;font-size:.875rem;box-shadow:0 4px 6px -1px #0000001a;z-index:60;white-space:nowrap;display:flex;align-items:center;gap:.75rem;color:#111827}.cart-button.svelte-9homdy{position:relative;transition:all .2s;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;border:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;cursor:pointer}.cart-button.svelte-9homdy:hover{background:#ffffff1a}.cart-preview-wrapper.svelte-9homdy{position:absolute;top:calc(100% + .5rem);right:0;z-index:50}.cart-count.svelte-9homdy{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:.75rem;padding:.125rem .375rem;border-radius:9999px;min-width:18px;text-align:center}.nav-brand.svelte-9homdy{display:flex;align-items:center;cursor:pointer;padding:.5rem 1rem;border-radius:.375rem;transition:all .2s ease;z-index:51}.navbar-minimized.svelte-9homdy .nav-brand:where(.svelte-9homdy){background-color:#0e0e0e66;border-radius:.375rem}.logo-image.svelte-9homdy{height:40px;width:auto;-o-object-fit:contain;object-fit:contain}.loading-overlay.svelte-9homdy,.error-overlay.svelte-9homdy{position:fixed;inset:64px 0 0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000c;color:#fff;z-index:100}.loading-spinner.svelte-9homdy{width:3rem;height:3rem;border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:svelte-9homdy-spin 1s linear infinite;margin-bottom:1rem}@keyframes svelte-9homdy-spin{to{transform:rotate(360deg)}}.search-wrapper.svelte-9homdy{flex:1;max-width:600px;margin:0 16px}.navbar-hamburger.svelte-9homdy{width:40px;height:40px;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff;z-index:52}.navbar-hamburger.svelte-9homdy:hover{background:#fff3;transform:scale(1.05)}.navbar-hamburger.svelte-9homdy .hamburger-icon:where(.svelte-9homdy){width:18px;height:14px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.navbar-hamburger.svelte-9homdy .hamburger-icon:where(.svelte-9homdy) span:where(.svelte-9homdy){width:100%;height:2px;background:#fff;border-radius:1px;transition:all .3s ease}@media (min-width: 768px){.navbar-hamburger.svelte-9homdy{display:none}}.nav-container.svelte-9homdy{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 1rem;width:80%;max-width:1800px;margin:0 auto;gap:16px;position:relative}@media (max-width: 991px){.main-content.svelte-9homdy{width:95%;padding-top:.5rem}}@media (max-width: 768px){.main-content.svelte-9homdy{width:100%;padding-top:.25rem}.nav-container.svelte-9homdy{width:95%;padding:0 .5rem}.search-wrapper.svelte-9homdy{max-width:200px;margin:0 8px}}
