@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary: #ef4444;--primary-light: #f87171;--primary-dark: #dc2626;--primary-gradient: linear-gradient(135deg, #ef4444 0%, #dc2626 50%, #7f1d1d 100%);--bg-primary: #0a0a0a;--bg-secondary: #141414;--bg-tertiary: #1a1a1a;--bg-card: #1e1e1e;--bg-hover: #252525;--text-primary: #ffffff;--text-secondary: #a3a3a3;--text-muted: #737373;--accent-gold: #fbbf24;--accent-green: #22c55e;--accent-red: #ef4444;--accent-blue: #3b82f6;--border-color: #2a2a2a;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .5);--shadow-md: 0 4px 6px rgba(0, 0, 0, .5);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .5);--shadow-glow: 0 0 20px rgba(239, 68, 68, .3);--container-max: 1400px;--header-height: 70px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-light)}button{font-family:inherit;cursor:pointer;border:none;outline:none;background:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--primary-dark);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--primary)}::selection{background:var(--primary);color:var(--text-primary)}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 20px}.text-gradient{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glow{box-shadow:var(--shadow-glow)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeIn var(--transition-normal) ease forwards}.animate-slide-up{animation:slideUp var(--transition-slow) ease forwards}.skeleton{background:linear-gradient(90deg,var(--bg-tertiary) 0%,var(--bg-hover) 50%,var(--bg-tertiary) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--radius-md)}@media(max-width:768px){:root{--header-height: 56px}.container{padding:0 12px}html{font-size:15px}}@media(max-width:480px){.container{padding:0 8px}html{font-size:14px}}.header.svelte-12qhfyh{position:sticky;top:0;z-index:100;background:#0a0a0abf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.05);box-shadow:0 4px 30px #0000001a}.header-gradient.svelte-12qhfyh{position:absolute;top:0;left:0;right:0;height:2px;background:var(--primary-gradient);box-shadow:0 0 15px #ef444499}.header-content.svelte-12qhfyh{max-width:var(--container-max);margin:0 auto;padding:0 20px;height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:24px}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-desktop.svelte-12qhfyh{display:flex;align-items:center;gap:8px}.nav-link.svelte-12qhfyh{padding:8px 16px;font-size:.9rem;font-weight:500;color:var(--text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);position:relative}.nav-link.svelte-12qhfyh:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:0;height:2px;background:var(--primary-gradient);border-radius:2px;transition:width .3s ease;box-shadow:0 0 8px #ef444480}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--text-primary);background:transparent;text-shadow:0 0 12px rgba(239,68,68,.3)}.nav-link.svelte-12qhfyh:hover:after,.nav-link.active.svelte-12qhfyh:after{width:60%}.header-actions.svelte-12qhfyh{display:flex;align-items:center;gap:12px}.search-box.svelte-12qhfyh{position:relative;display:flex;align-items:center}.search-icon.svelte-12qhfyh{width:18px;height:18px}.search-input.svelte-12qhfyh{width:200px;padding:10px 14px 10px 40px;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-lg);color:var(--text-primary);font-size:.9rem;transition:all var(--transition-fast)}.search-input.svelte-12qhfyh::placeholder{color:var(--text-muted)}.search-input.svelte-12qhfyh:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #ef444433}.auth-buttons.svelte-12qhfyh{display:flex;gap:8px}.auth-btn.svelte-12qhfyh{padding:8px 16px;font-size:.85rem;font-weight:500;border-radius:var(--radius-md);transition:all var(--transition-fast)}.login-btn.svelte-12qhfyh{color:var(--text-secondary);border:1px solid var(--border-color)}.login-btn.svelte-12qhfyh:hover{color:var(--text-primary);border-color:var(--text-muted)}.register-btn.svelte-12qhfyh{color:var(--text-primary);background:var(--primary-gradient)}.register-btn.svelte-12qhfyh:hover{opacity:.9;transform:translateY(-1px)}.user-menu-container.svelte-12qhfyh{position:relative}.user-btn.svelte-12qhfyh{display:flex;align-items:center;gap:8px;padding:4px 12px 4px 4px;background:var(--bg-tertiary);border-radius:20px;border:1px solid var(--border-color);color:var(--text-primary);font-size:.9rem;font-weight:500;transition:all var(--transition-fast)}.user-btn.svelte-12qhfyh:hover{border-color:var(--primary);background:var(--bg-hover)}.user-avatar.svelte-12qhfyh{width:32px;height:32px;border-radius:50%;object-fit:cover}.user-avatar-placeholder.svelte-12qhfyh{width:32px;height:32px;border-radius:50%;background:var(--primary-gradient);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.chevron.svelte-12qhfyh{width:16px;height:16px;color:var(--text-muted)}.dropdown-menu.svelte-12qhfyh{position:absolute;top:100%;right:0;margin-top:8px;width:220px;background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:8px;display:flex;flex-direction:column;z-index:200;animation:slideUp .2s ease}.dropdown-header.svelte-12qhfyh{padding:12px;background:var(--bg-tertiary);border-radius:var(--radius-md);margin-bottom:8px}.dropdown-username.svelte-12qhfyh{display:block;font-weight:700;color:var(--text-primary)}.dropdown-divider.svelte-12qhfyh{height:1px;background:var(--border-color);margin:4px 0}.dropdown-item.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:10px 12px;font-size:.9rem;color:var(--text-secondary);border-radius:var(--radius-md);transition:all var(--transition-fast);width:100%;text-align:left}.dropdown-item.svelte-12qhfyh:hover{background:var(--bg-hover);color:var(--text-primary)}.dropdown-item.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:18px;height:18px}.dropdown-item.logout.svelte-12qhfyh{color:var(--accent-red)}.dropdown-item.logout.svelte-12qhfyh:hover{background:#ef44441a}.mobile-menu-btn.svelte-12qhfyh{display:none;width:40px;height:40px;padding:8px;color:var(--text-primary)}.mobile-menu-btn.svelte-12qhfyh svg:where(.svelte-12qhfyh){width:100%;height:100%}.nav-mobile.svelte-12qhfyh{display:none;flex-direction:column;padding:16px 20px;background:var(--bg-tertiary);border-top:1px solid var(--border-color)}.nav-link-mobile.svelte-12qhfyh{padding:12px 16px;font-size:1rem;font-weight:500;color:var(--text-secondary);border-radius:var(--radius-md);width:100%;text-align:left}.nav-link-mobile.active.svelte-12qhfyh{color:var(--primary-light);background:var(--bg-hover)}.nav-link-mobile.svelte-12qhfyh:hover{color:var(--text-primary);background:var(--bg-hover)}.nav-link-mobile.logout.svelte-12qhfyh{color:var(--accent-red);margin-top:8px;border-top:1px solid var(--border-color);padding-top:16px}.mobile-auth.svelte-12qhfyh{display:flex;flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid var(--border-color)}.mobile-user-info.svelte-12qhfyh{display:flex;align-items:center;gap:12px;padding:12px;background:var(--bg-secondary);border-radius:var(--radius-md);margin-bottom:8px}.mobile-user-avatar.svelte-12qhfyh{width:40px;height:40px;border-radius:50%;object-fit:cover}.mobile-user-avatar-placeholder.svelte-12qhfyh{width:40px;height:40px;border-radius:50%;background:var(--primary-gradient);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.mobile-username.svelte-12qhfyh{font-weight:700;color:var(--text-primary)}.mobile-auth.svelte-12qhfyh .auth-btn:where(.svelte-12qhfyh){width:100%;text-align:center;padding:12px}.main-content.svelte-12qhfyh{min-height:calc(100vh - var(--header-height) - 120px)}.footer.svelte-12qhfyh{margin-top:60px;padding:40px 0;background:var(--bg-secondary);border-top:1px solid var(--border-color)}.footer-content.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:30px;text-align:center}.footer-links-container.svelte-12qhfyh{display:flex;flex-direction:column;gap:30px;width:100%;max-width:800px}.footer-links-group.svelte-12qhfyh{display:flex;flex-direction:column;gap:12px}.footer-heading.svelte-12qhfyh{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:4px}.popular-footer-links.svelte-12qhfyh{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;justify-content:center}.footer-manga-link.svelte-12qhfyh{color:var(--text-secondary);font-size:.9rem;padding:4px 8px;background:var(--bg-tertiary);border-radius:var(--radius-sm);border:1px solid var(--border-color);transition:all .2s}.footer-manga-link.svelte-12qhfyh:hover{color:var(--primary-light);border-color:var(--primary)}.footer-copyright.svelte-12qhfyh{color:var(--text-muted);font-size:.8rem}.username-display.svelte-12qhfyh{display:inline-block;max-width:100px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media(max-width:1024px){.nav-desktop.svelte-12qhfyh{display:none}}@media(max-width:768px){.header-content.svelte-12qhfyh{padding:0 12px;gap:12px}.logo-img.svelte-12qhfyh{height:36px}.search-box.svelte-12qhfyh{display:none}.header-actions.svelte-12qhfyh{gap:6px}.user-menu-container.svelte-12qhfyh,.auth-buttons.svelte-12qhfyh{display:none}.mobile-menu-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center}.nav-mobile.svelte-12qhfyh{display:flex}.footer.svelte-12qhfyh{margin-top:30px;padding:24px 0}.footer-links-container.svelte-12qhfyh{gap:20px}.popular-footer-links.svelte-12qhfyh{grid-template-columns:repeat(2,1fr)}.footer-desc.svelte-12qhfyh{font-size:.8rem}}.logo-img.svelte-12qhfyh{height:48px;width:auto;object-fit:contain;display:block}.footer-logo.svelte-12qhfyh{height:40px;width:auto;object-fit:contain;margin-bottom:8px}.footer-logo-container.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:8px}.footer-logo-container.svelte-12qhfyh .footer-logo:where(.svelte-12qhfyh){margin-bottom:0}.search-btn-icon.svelte-12qhfyh{position:absolute;left:0;top:0;height:100%;width:40px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;color:var(--text-muted)}.search-btn-icon.svelte-12qhfyh:hover{color:var(--text-primary)}
