/* Schedule Page Styles */
/* Complete CSS from Puppeteer extraction */
/* Note: variables.css has shared tokens, but page CSS is self-contained */
/* Generated: 2025-12-04T08:20:50.809Z */

/* Extracted CSS for schedule */
/* Generated: 2025-12-04T08:08:28.260Z */
/* Total rules: 627 */

/* ========== Font Faces ========== */

@font-face { font-family: Poppins; src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }

@font-face { font-family: Poppins; src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }

@font-face { font-family: Poppins; src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; font-display: swap; }

@font-face { font-family: Poppins; src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype"); font-weight: 600; font-style: normal; font-display: swap; }

@font-face { font-family: Poppins; src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

@font-face { font-family: "Super Maples"; src: url("../fonts/SuperMaples-2vR2w.ttf") format("truetype"); font-weight: normal; font-style: normal; font-display: swap; }

/* ========== Animations ========== */

@keyframes twinkle { 
  0%, 100% { opacity: 0.2; background-position: 0% 0%; }
  50% { opacity: 0.4; background-position: 100% 100%; }
}

@keyframes float-gentle { 
  0%, 100% { opacity: 0.1; background-position: 0% 0%; }
  50% { opacity: 0.2; background-position: 50% 50%; }
}

@keyframes organic-flow { 
  0%, 100% { transform: translate(0px, 0px) scale(1) rotate(0deg); opacity: 0.7; }
  25% { transform: translate(30px, -40px) scale(1.05) rotate(5deg); opacity: 0.8; }
  50% { transform: translate(-20px, 30px) scale(0.95) rotate(-3deg); opacity: 0.75; }
  75% { transform: translate(40px, 20px) scale(1.02) rotate(4deg); opacity: 0.7; }
}

@keyframes sunrise { 
  0% { opacity: 0; transform: translateY(100%); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translateY(-20%); }
}

@keyframes sunset { 
  0% { opacity: 0; transform: translateY(-100%); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translateY(20%); }
}

@keyframes sparkle-pulse { 
  0%, 100% { opacity: 0; transform: scale(0.8) translateY(0px); }
  50% { opacity: 0.6; transform: scale(1.2) translateY(-5px); }
}

@keyframes loading-shimmer { 
  0% { background-position: 200% 0px; }
  100% { background-position: -200% 0px; }
}

@keyframes loading-dot-pulse { 
  0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); }
  40% { opacity: 1; transform: scale(1.3); }
}

@keyframes title-glow { 
  0%, 100% { filter: drop-shadow(transparent 0px 0px 0px); }
  50% { filter: drop-shadow(rgba(255, 107, 157, 0.3) 0px 0px 8px); }
}

@keyframes dropdownSlide { 
  0% { opacity: 0; transform: translateY(-10px); }
  100% { opacity: 1; transform: translateY(0px); }
}

@keyframes slideDown { 
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0px); }
}

@keyframes fadeIn { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes slideUp { 
  0% { transform: translateY(30px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; }
}

@keyframes successPulse { 
  0% { transform: scale(1); border-color: oklch(var(--bc) / 0.2); }
  50% { transform: scale(1.02); border-color: rgb(52, 211, 153); box-shadow: rgba(52, 211, 153, 0.4) 0px 0px 30px, rgba(0, 0, 0, 0.5) 0px 20px 60px; }
  100% { transform: scale(1); border-color: rgb(52, 211, 153); box-shadow: rgba(52, 211, 153, 0.3) 0px 0px 20px, rgba(0, 0, 0, 0.5) 0px 20px 60px; }
}

@keyframes errorShake { 
  0%, 100% { transform: translateX(0px); }
  10%, 30%, 50%, 70%, 90% { transform: translateX(-10px); }
  20%, 40%, 60%, 80% { transform: translateX(10px); }
}

@keyframes spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes wave { 
  0% { transform: rotate(0deg); }
  10% { transform: rotate(14deg); }
  20% { transform: rotate(-8deg); }
  30% { transform: rotate(14deg); }
  40% { transform: rotate(-4deg); }
  50% { transform: rotate(10deg); }
  60% { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

@keyframes iconPop { 
  0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes fadeInUp { 
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0px); }
}

@keyframes pulse { 
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

@keyframes countdownPulse { 
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); background: linear-gradient(135deg, rgba(168, 85, 247, 0.2), rgba(168, 85, 247, 0.1)); }
}

@keyframes urgentBlink { 
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(1.5); }
}

@keyframes urgentPulse { 
  0%, 100% { box-shadow: rgba(239, 68, 68, 0.4) 0px 0px 0px 0px; }
  50% { box-shadow: rgba(239, 68, 68, 0) 0px 0px 0px 4px; }
}

@keyframes dropdown-slide { 
  0% { opacity: 0; transform: translateY(-8px); }
  100% { opacity: 1; transform: translateY(0px); }
}

@keyframes fadeIn { 
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0px); }
}

@keyframes bounce { 
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes pulse-glow { 
  0%, 100% { box-shadow: rgba(255, 107, 157, 0.4) 0px 0px 0px 0px; }
  50% { box-shadow: rgba(255, 107, 157, 0.2) 0px 0px 15px 5px; }
}

@keyframes spin { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes confetti-fall { 
  0% { transform: translate(0px, 0px) rotate(0deg); opacity: 1; }
  100% { transform: translate(var(--tx), var(--ty)) rotate(var(--rotation)); opacity: 0; }
}

@keyframes modal-fade-in { 
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes modal-slide-up { 
  0% { transform: translateY(20px); opacity: 0; }
  100% { transform: translateY(0px); opacity: 1; }
}

@keyframes spin { 
  100% { transform: rotate(360deg); }
}

/* ========== Styles ========== */

.font-super-maples { font-family: "Super Maples", cursive; }

.font-poppins { font-family: Poppins, sans-serif; }

/* COMMENTED OUT - DaisyUI controls all theme variables via theme-bridge.css */
/* :root { --bg: #1a1d2e; --bg1: #1f2335; --bg2: #24283b; --accent: #9d7ff7; --accent-hover: #b4a0ff; --accent-glow: rgba(157, 127, 247, 0.2); --accent-border: rgba(157, 127, 247, 0.35); --accent-secondary: #f472b6; --accent-tertiary: #22d3ee; --glass: rgba(255,255,255,0.08); --glass-bg: rgba(255,255,255,0.08); --glass-border: rgba(255,255,255,0.12); --glass-hover: rgba(255,255,255,0.12); --muted: #a9b1d6; --text: #c0caf5; --text-primary: #d5ddf6; --shadow: 0 20px 50px rgba(0,0,0,0.4); --shadow-sm: 0 8px 20px rgba(0,0,0,0.25); --shadow-colored: 0 10px 40px rgba(157, 127, 247, 0.25); --card-hover: rgba(157, 127, 247, 0.1); --card: #24283b; --modal-bg: #1f2335; --modal-border: rgba(157, 127, 247, 0.4); } */

/* [data-theme="light"] { --bg: #f0ede8; --bg1: #e8e4df; --bg2: #dfd9d2; --accent: #8b5cf6; --accent-hover: #7c3aed; --accent-glow: rgba(139, 92, 246, 0.12); --accent-border: rgba(139, 92, 246, 0.25); --accent-secondary: #ec4899; --accent-tertiary: #06b6d4; --glass: rgba(255,255,255,0.7); --glass-border: rgba(0,0,0,0.1); --glass-hover: rgba(0,0,0,0.05); --muted: #6b7280; --text: #374151; --text-primary: #1f2937; --shadow: 0 12px 32px rgba(0,0,0,0.06); --shadow-sm: 0 4px 12px rgba(0,0,0,0.04); --shadow-colored: 0 8px 25px rgba(139, 92, 246, 0.12); --card-hover: rgba(139, 92, 246, 0.06); --card: #ffffff; --modal-bg: rgba(255, 255, 255, 0.95); --modal-border: rgba(139, 92, 246, 0.3); } */

/* body::before { content: ""; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none; z-index: 0; opacity: 0.3; background-image: radial-gradient(2px 2px at 20% 30%, white, transparent), radial-gradient(2px 2px at 60% 70%, white, transparent), radial-gradient(1px 1px, white, transparent), radial-gradient(1px 1px at 80% 10%, white, transparent), radial-gradient(2px 2px at 90% 60%, white, transparent), radial-gradient(1px 1px at 33% 80%, white, transparent), radial-gradient(1px 1px at 70% 40%, white, transparent); background-size: 200% 200%; background-position: 0% 0%; animation: 8s ease-in-out 0s infinite normal none running twinkle; } */

/* [data-theme="light"] body::before { opacity: 0.15; background-image: radial-gradient(3px 3px at 15% 25%, rgb(251, 191, 36), transparent), radial-gradient(2px 2px at 85% 15%, rgb(244, 114, 182), transparent), radial-gradient(3px 3px at 45% 65%, rgb(167, 139, 250), transparent), radial-gradient(2px 2px at 75% 85%, rgb(96, 165, 250), transparent), radial-gradient(3px 3px at 25% 75%, rgb(251, 146, 60), transparent), radial-gradient(2px 2px at 55% 35%, rgb(244, 114, 182), transparent); animation: 12s ease-in-out 0s infinite normal none running float-gentle; } */

.container, .top-navbar, main, header, .feed-container, .profile-container { position: relative; z-index: 1; }

* { box-sizing: border-box; margin: 0px; padding: 0px; }

html, body { min-height: 100%; overflow-x: hidden; width: 100%; position: relative; }

html { text-size-adjust: 100%; touch-action: manipulation; }

body { overflow-x: hidden; width: 100%; max-width: 100vw; position: relative; font-family: Poppins, sans-serif; font-weight: 400; font-size: 15px; line-height: 1.6; letter-spacing: -0.01em; -webkit-font-smoothing: antialiased; text-rendering: optimizelegibility; }

img, video, iframe, embed, object { max-width: 100%; height: auto; }

input, textarea, select, button { max-width: 100%; }

* { -webkit-tap-highlight-color: transparent; }

h1 { font-size: 32px; font-weight: 600; letter-spacing: -0.02em; line-height: 1.2; }

h2 { font-size: 24px; font-weight: 600; letter-spacing: -0.015em; line-height: 1.3; }

h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.4; }

h4 { font-size: 16px; font-weight: 600; letter-spacing: -0.005em; line-height: 1.4; }

p { font-size: 15px; font-weight: 400; line-height: 1.6; }

.user-avatar, .profile-avatar, .comment-avatar, .avatar-preview, .profile-avatar-toggle, [class*="avatar"] img, img[src*="avataaars"], img[src*="avatar"] { border: none !important; }

.navbar { position: sticky; top: 0px; background: oklch(var(--b2)); backdrop-filter: blur(20px); border-bottom: 1px solid oklch(var(--bc) / 0.2); z-index: 50; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; left: 0px !important; right: 0px !important; width: 100% !important; padding: 0px !important; margin: 0px !important; }

.nav-content { max-width: 1400px; padding: 0px 24px; margin: 0px auto; display: flex; align-items: center; justify-content: space-between; height: 60px; gap: 32px; }

.nav-logo { font-family: "Super Maples", cursive; font-size: 1.8rem; font-weight: 400; letter-spacing: 0.02em; display: flex; align-items: center; gap: 8px; color: oklch(var(--bc)); transition: filter 0.3s, transform 0.3s; cursor: pointer; }

.nav-logo:hover { filter: drop-shadow(rgba(139, 92, 246, 0.3) 0px 0px 8px); transform: scale(1.02); }

.nav-logo i { color: oklch(var(--p)); width: 24px; height: 24px; }

.nav-links { display: flex; align-items: center; gap: 8px; }

.nav-links a { display: flex; align-items: center; gap: 8px; padding: 10px 20px; border-radius: 12px; text-decoration: none; color: oklch(var(--bc)); font-weight: 500; font-size: 0.95rem; transition: 0.3s; position: relative; }

.nav-links a i { width: 18px; height: 18px; stroke-width: 2.5; }

.nav-links a:hover { background: oklch(var(--b3)); color: oklch(var(--p)); transform: translateY(-1px); }

.nav-links a.active { background: oklch(var(--p) / 0.1); color: oklch(var(--p)); border: 1px solid oklch(var(--p) / 0.5); }

.nav-links a.active::after { content: ""; position: absolute; bottom: -1px; left: 20px; right: 20px; height: 2px; background: oklch(var(--p)); border-radius: 2px 2px 0px 0px; }

.top-navbar { position: sticky; top: 0px; left: 0px; right: 0px; width: 100%; height: 60px; background: oklch(var(--b2)); backdrop-filter: blur(20px); border-bottom: 1px solid oklch(var(--bc) / 0.2); z-index: 50; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; display: flex; align-items: center; gap: 0px; }

.navbar-left, .navbar-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

.navbar-right { margin-left: auto; }

.navbar-logo { font-family: "Super Maples", cursive; font-size: 1.8rem; font-weight: 400; letter-spacing: 0.02em; padding: 0px 20px; text-decoration: none; color: oklch(var(--bc)); transition: filter 0.3s, transform 0.3s; cursor: pointer; }

.navbar-logo:hover { filter: drop-shadow(rgba(255, 107, 157, 0.3) 0px 0px 8px); transform: scale(1.05); }

.theme-toggle-floating { position: fixed; bottom: 24px; right: 24px; width: 56px; height: 56px; border-radius: 50%; background: oklch(var(--b2)); backdrop-filter: blur(20px); border: 1px solid oklch(var(--bc) / 0.2); color: oklch(var(--bc)); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: 24px; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px; transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); z-index: 100; opacity: 0.4; }

.theme-toggle-floating svg { transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

.theme-toggle-floating:hover { opacity: 1; color: oklch(var(--p)); transform: scale(1.15) rotate(20deg); box-shadow: var(--shadow-colored); background: oklch(var(--b3)); border-color: oklch(var(--p)); }

.theme-toggle-floating:hover svg { transform: rotate(-20deg) scale(1.1); filter: drop-shadow(0 0 8px oklch(var(--p))); }

.theme-toggle-floating:active { transform: scale(0.95) rotate(20deg); }

.top-navbar .theme-toggle { height: 60px; padding: 0px 20px; background: transparent; border: none; color: oklch(var(--bc)); cursor: pointer; transition: background 0.3s; display: flex; align-items: center; justify-content: center; }

.top-navbar .theme-toggle:hover { background: oklch(var(--b3)); }

.top-navbar .navbar-icon, .top-navbar #airing-button, .top-navbar #notification-bell, .top-navbar #profile-toggle { width: 48px; height: 48px; background: transparent; border: none; color: oklch(var(--bc)); font-size: 19px; cursor: pointer; transition: background 0.3s; text-decoration: none; display: flex; align-items: center; justify-content: center; flex-shrink: 0; white-space: nowrap; }

.top-navbar .navbar-icon:hover, .top-navbar #airing-button:hover, .top-navbar #notification-bell:hover, .top-navbar #profile-toggle:hover { background: oklch(var(--b3)); }

.top-navbar #profile-toggle svg { width: 20px; height: 20px; }

.profile-avatar-toggle { width: 32px; height: 32px; border-radius: 50%; background: linear-gradient(135deg, rgb(102, 126, 234) 0%, rgb(118, 75, 162) 100%); display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }

.profile-avatar-toggle svg { width: 100%; height: 100%; padding: 4px; }

.profile-avatar-toggle img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0px; left: 0px; padding: 0px; }

.logged-in-only { display: none !important; }

body.is-logged-in .logged-in-only { display: flex !important; }

.notification-badge { display: none; position: absolute; top: 8px; right: 8px; background: rgb(255, 68, 68); border-radius: 50%; width: 10px; height: 10px; box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 0px 2px; }

.notification-badge.visible { display: block; }

.auth-heading { margin-bottom: 16px; color: oklch(var(--p)); text-align: center; font-family: "Super Maples", cursive; font-size: 1.8rem; font-weight: 400; }

.flex-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; }

.flex-group { display: flex; gap: 12px; align-items: center; }

.flex-title { margin: 0px; font-size: 1.05rem; }

.site-footer { text-align: center; padding: 30px 0px; color: oklch(var(--bc) / 0.6); font-size: 0.9rem; }

.footer-text { opacity: 0.5; font-size: 0.85rem; }

.footer-link { color: oklch(var(--bc) / 0.6); text-decoration: none; }

.footer-link:hover { color: oklch(var(--bc)); }

.section-header-title { margin: 0px; display: flex; align-items: center; gap: 8px; }

.toggle-icon { transition: transform 0.3s; }

.recommendations-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; gap: 8px; flex-wrap: wrap; }

.recommendations-title { margin: 0px; }

.recommendations-actions { display: flex; gap: 8px; }

.modal-heading { margin-bottom: 24px; color: oklch(var(--p)); text-align: center; }

.top-navbar .profile-dropdown { position: absolute; top: 65px; right: 20px; }

.container { padding-top: 0px; padding-left: 20px; padding-right: 20px; max-width: 1400px; margin: 0px auto; }

/* body::before { content: ""; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none; z-index: 0; background: radial-gradient(800px 600px at 10% 20%, rgba(157, 127, 247, 0.18), transparent 50%), radial-gradient(600px 800px at 90% 10%, rgba(244, 114, 182, 0.15), transparent 55%), radial-gradient(700px 700px, rgba(34, 211, 238, 0.12), transparent 60%), radial-gradient(900px 700px at 85% 90%, rgba(157, 127, 247, 0.14), transparent 50%), radial-gradient(650px 650px at 15% 85%, rgba(244, 114, 182, 0.12), transparent 55%), radial-gradient(400px 500px at 75% 45%, rgba(180, 160, 255, 0.1), transparent 50%); animation: 25s ease-in-out 0s infinite normal none running organic-flow; opacity: 0.8; filter: blur(70px); } - DaisyUI controls background */

[data-theme="light"] /* body::before { opacity: 0.45; background: radial-gradient(800px 600px at 10% 20%, rgba(139, 92, 246, 0.08), transparent 50%), radial-gradient(600px 800px at 90% 10%, rgba(236, 72, 153, 0.07), transparent 55%), radial-gradient(700px 700px, rgba(6, 182, 212, 0.06), transparent 60%), radial-gradient(900px 700px at 85% 90%, rgba(139, 92, 246, 0.07), transparent 50%), radial-gradient(650px 650px at 15% 85%, rgba(236, 72, 153, 0.06), transparent 55%), radial-gradient(400px 500px at 75% 45%, rgba(167, 139, 250, 0.05), transparent 50%); filter: blur(70px); } - DaisyUI controls background */

body {
  overflow-x: hidden;
  min-height: 100vh;
  font-family: Poppins, sans-serif;
  background: oklch(var(--b1)); /* DaisyUI controls this */
  position: relative;
}

body::after { content: ""; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; pointer-events: none; z-index: 30; background: linear-gradient(to top, rgba(255, 107, 157, 0.4) 0%, rgba(255, 180, 100, 0.3) 20%, rgba(255, 220, 150, 0.2) 40%, rgba(135, 206, 235, 0.1) 60%, transparent 100%); opacity: 0; transform: translateY(100%); transition: none; }

body.theme-sunrise::after { animation: 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal forwards running sunrise; }

body.theme-sunset::after { animation: 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal forwards running sunset; background: linear-gradient(rgba(25, 25, 50, 0.6) 0%, rgba(60, 40, 80, 0.5) 20%, rgba(100, 60, 100, 0.4) 40%, rgba(150, 80, 120, 0.3) 60%, rgba(255, 107, 157, 0.2) 80%, transparent 100%); }

body, body * { transition: background-color 0.8s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.8s cubic-bezier(0.4, 0, 0.2, 1), color 0.8s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.8s cubic-bezier(0.4, 0, 0.2, 1); }

body { overflow-x: hidden; color: oklch(var(--bc));
  background: oklch(var(--b1)); /* DaisyUI controls this */ min-height: 100vh; display: flex; flex-direction: column; padding: 0px; transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; }

/* [data-theme="light"] body {
  overflow-x: hidden;
  min-height: 100vh;
  font-family: Poppins, sans-serif;
  background: oklch(var(--b1)); /* DaisyUI controls this */
  position: relative;
} - DaisyUI controls background */

.container { max-width: 1200px; width: 100%; flex: 1 1 0%; display: flex; flex-direction: column; position: relative; margin: 80px auto 0px; padding: 20px 40px; z-index: 1; overflow-x: hidden; }

.home-container { max-width: 1200px; width: 100%; margin: 0px auto; padding: 20px; }

.brand { text-align: center; margin-bottom: 28px; position: relative; }

.brand::before, .brand::after { position: absolute; font-size: 1.5rem; opacity: 0; animation: 3s ease-in-out 0s infinite normal none running sparkle-pulse; pointer-events: none; width: 24px; height: 24px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237c5cff'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'/%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; }

.brand::before { content: ""; top: -10px; left: 20%; animation-delay: 0s; }

.brand::after { content: ""; top: -5px; right: 25%; opacity: 0.7; animation-delay: 1.5s; }

.loading-dim { position: relative; display: inline-flex; align-items: center; gap: 4px; animation: 2s ease-in-out 0s infinite normal none running loading-shimmer; color: oklch(var(--bc)); font-weight: 600; }

.loading-dim::after { content: ""; display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: oklch(var(--p)); animation: 1.4s ease-in-out 0s infinite normal none running loading-dot-pulse; margin-left: 2px; }

.brand h1 { font-family: "Super Maples", cursive; font-size: 3rem; font-weight: 400; letter-spacing: 0.02em; color: oklch(var(--bc));  margin-bottom: 8px; position: relative; animation: 4s ease-in-out 0s infinite normal none running title-glow; }

.tag { color: oklch(var(--bc) / 0.6); margin-top: 6px; font-size: 0.9rem; font-weight: 500; letter-spacing: 0.01em; }

.container > .theme-toggle { position: absolute; top: 20px; left: 20px; width: 60px; height: 30px; z-index: 10; background: linear-gradient(135deg, rgb(30, 41, 59) 0%, rgb(15, 23, 42) 100%); border: 2px solid oklch(var(--bc) / 0.2); border-radius: 15px; cursor: pointer; padding: 0px; opacity: 0.4; transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px inset; }

.container > .theme-toggle:hover { opacity: 1; }

.developer-link { display: none; }

.container > .profile-section { position: absolute; top: 20px; right: 20px; z-index: 10; }

#notification-badge { position: absolute; top: 8px; right: 8px; background: rgb(255, 68, 68); border-radius: 50%; width: 10px; height: 10px; box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 0px 2px; display: none; }

.profile-info { display: flex; align-items: center; gap: 12px; padding: 8px 16px; background: oklch(var(--b2)); border: 2px solid oklch(var(--bc) / 0.2); border-radius: 24px; backdrop-filter: blur(10px); }

.profile-details { display: flex; flex-direction: column; gap: 4px; }

.profile-details span { font-size: 0.9rem; font-weight: 600; color: oklch(var(--bc)); }

.profile-btn { padding: 8px 16px; background: oklch(var(--b2)); border: 2px solid oklch(var(--bc) / 0.2); border-radius: 12px; color: oklch(var(--bc)); font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: 0.3s; backdrop-filter: blur(10px); }

.profile-btn:hover { background: oklch(var(--p) / 0.1); border-color: oklch(var(--p) / 0.5); color: oklch(var(--bc)); transform: translateY(-2px); box-shadow: rgba(255, 107, 157, 0.2) 0px 4px 12px; }

.auth-btn { padding: 8px 16px; font-size: 0.875rem; background: oklch(var(--p)); color: white; border: none; border-radius: 8px; cursor: pointer; font-weight: 500; transition: 0.2s; box-shadow: rgba(168, 85, 247, 0.2) 0px 2px 8px; }

.auth-btn:hover { background: oklch(var(--p) / 0.9); box-shadow: rgba(168, 85, 247, 0.3) 0px 4px 12px; transform: translateY(-1px); }

.auth-btn:active { transform: translateY(0px); box-shadow: rgba(168, 85, 247, 0.2) 0px 2px 6px; }

.container > .profile-toggle { position: absolute; top: 0px; right: 0px; width: 44px; height: 44px; border-radius: 50%; background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); backdrop-filter: blur(12px); color: oklch(var(--bc)); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.3s; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; z-index: 15; }

.container > .profile-toggle:hover { background: oklch(var(--p)); border-color: oklch(var(--p)); color: white; transform: scale(1.05); box-shadow: rgba(168, 85, 247, 0.3) 0px 6px 20px; }

.container > .profile-toggle svg { transition: transform 0.3s; }

.container > .profile-toggle:hover svg { transform: scale(1.1); }

.profile-dropdown { position: absolute; top: 55px; right: 0px; min-width: 200px; background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 32px; backdrop-filter: blur(12px); overflow: hidden; z-index: 100; animation: 0.2s ease 0s 1 normal none running dropdownSlide; }

.dropdown-section { padding: 8px; }

.dropdown-user-info { display: flex; align-items: center; gap: 10px; padding: 12px; color: oklch(var(--bc)); font-weight: 500; font-size: 0.95rem; }

.dropdown-user-info svg { color: oklch(var(--p)); flex-shrink: 0; }

.dropdown-divider { height: 1px; background: oklch(var(--bc) / 0.2); margin: 4px 8px; }

.dropdown-item { width: 100%; display: flex; align-items: center; gap: 12px; padding: 10px 12px; background: transparent; border: none; border-radius: 8px; color: oklch(var(--bc)); font-size: 0.9rem; cursor: pointer; transition: 0.2s; text-align: left; text-decoration: none; }

.dropdown-item:hover { background: oklch(var(--b2)); color: oklch(var(--p)); }

.dropdown-item svg { flex-shrink: 0; opacity: 0.7; }

.welcome-message { text-align: center; font-size: 1.5rem; margin: 20px auto; padding: 0px; background: transparent; max-width: 600px; color: oklch(var(--bc)); animation: 0.4s ease 0s 1 normal none running slideDown; }

.welcome-message span { color: oklch(var(--p)); font-weight: 600; }

.login-toast { position: relative; display: flex; align-items: center; gap: 12px; padding: 16px 20px; margin: 20px auto; max-width: 600px; background: linear-gradient(135deg, oklch(var(--b2)) 0%, rgba(255,255,255,0.01) 100%); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 12px; color: oklch(var(--bc)); font-size: 0.9rem; backdrop-filter: blur(10px); box-shadow: var(--shadow-sm); animation: 0.5s ease 0s 1 normal none running slideDown; }

.login-toast svg { flex-shrink: 0; color: oklch(var(--p)); }

.login-toast span { flex: 1 1 0%; }

.login-toast button { background: none; border: none; color: oklch(var(--bc) / 0.6); font-size: 1.2rem; cursor: pointer; padding: 4px 8px; border-radius: 4px; transition: background 0.2s, color 0.2s; }

.login-toast button:hover { background: oklch(var(--b2)); color: oklch(var(--bc)); }

.dropdown-item:hover svg { opacity: 1; color: oklch(var(--p)); }

.auth-modal { display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.9); backdrop-filter: blur(16px); z-index: 99999; justify-content: center; align-items: center; animation: 0.3s ease 0s 1 normal none running fadeIn; pointer-events: auto; }

.auth-modal.active, .auth-modal[style*="display: flex"], .auth-modal[style*="display:flex"] { display: flex !important; }

.auth-modal-content { max-width: 420px; width: 90%; background: oklch(var(--b1)); border: 2px solid oklch(var(--bc) / 0.2); border-radius: 16px; padding: 32px; box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 60px; position: relative; z-index: 100000; animation: 0.3s ease 0s 1 normal none running slideUp; pointer-events: auto; }

.auth-modal-content.success { animation: 0.6s ease 0s 1 normal none running successPulse; border-color: rgb(52, 211, 153); }

.auth-modal-content.error { animation: 0.5s ease 0s 1 normal none running errorShake; border-color: rgb(239, 68, 68); }

.close-modal { position: absolute; top: 16px; right: 16px; background: transparent; border: none; color: oklch(var(--bc) / 0.6); font-size: 28px; cursor: pointer; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 8px; transition: 0.3s; }

.close-modal:hover { background: oklch(var(--b2)); color: oklch(var(--bc)); transform: rotate(90deg); }

.auth-tabs { display: flex; gap: 8px; margin-bottom: 24px; border-bottom: 2px solid oklch(var(--bc) / 0.2); }

.auth-tab { flex: 1 1 0%; padding: 12px 16px; background: transparent; border-top: none; border-right: none; border-left: none; border-image: initial; border-bottom: 3px solid transparent; color: oklch(var(--bc) / 0.6); font-size: 0.95rem; font-weight: 600; cursor: pointer; transition: 0.3s; }

.auth-tab:hover { color: oklch(var(--bc)); background: oklch(var(--b2)); }

.auth-tab.active { color: oklch(var(--p)); border-bottom-color: oklch(var(--p)); }

.auth-form { display: flex; flex-direction: column; gap: 20px; }

.auth-form .form-group:last-of-type { margin-bottom: 18px; }

.auth-form .btn-primary { margin-top: 8px; }

.form-group { display: flex; flex-direction: column; gap: 10px; margin-bottom: 18px; }

.form-group label { font-size: 0.9rem; font-weight: 600; color: oklch(var(--bc)); }

.form-group input { padding: 12px 16px; background: oklch(var(--b2)); border: 2px solid oklch(var(--bc) / 0.2); border-radius: 8px; color: oklch(var(--bc)); font-size: 0.95rem; transition: 0.3s; }

.form-group input:focus { outline: none; border-color: oklch(var(--p)); box-shadow: rgba(255, 107, 157, 0.1) 0px 0px 0px 3px; }

.gender-checkbox-option input[type="radio"] { appearance: none; width: 18px; height: 18px; border: 2px solid oklch(var(--bc) / 0.2); border-radius: 3px; margin: 0px; cursor: pointer; position: relative; transition: 0.3s; background: oklch(var(--b2)); flex-shrink: 0; }

.gender-checkbox-option input[type="radio"]:hover { border-color: oklch(var(--p)); }

.gender-checkbox-option input[type="radio"]:checked { border-color: oklch(var(--p)); background: oklch(var(--p)); }

.gender-checkbox-option input[type="radio"]:checked::after { content: "✓"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 14px; font-weight: bold; line-height: 1; color: rgb(255, 255, 255) !important; }

.gender-checkbox-option span { font-size: 0.95rem; color: oklch(var(--bc)); user-select: none; }

.gender-option { display: flex; align-items: center; gap: 8px; padding: 12px 20px; background: oklch(var(--b2)); border: 2px solid oklch(var(--bc) / 0.2); border-radius: 8px; cursor: pointer; transition: 0.3s; flex: 1 1 0%; justify-content: center; font-weight: 500; }

.gender-option:hover { background: oklch(var(--b3)); border-color: oklch(var(--p) / 0.5); }

.gender-option input[type="radio"] { appearance: none; width: 18px; height: 18px; border: 2px solid oklch(var(--bc) / 0.2); border-radius: 50%; margin: 0px; cursor: pointer; position: relative; transition: 0.3s; background: transparent; }

.gender-option input[type="radio"]:hover { border-color: oklch(var(--p) / 0.5); }

.gender-option input[type="radio"]:checked { border-color: oklch(var(--p)); background: oklch(var(--p)); box-shadow: 0 0 0 2px oklch(var(--b2)), 0 0 8px oklch(var(--p) / 0.1); }

.gender-option input[type="radio"]:checked::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 6px; height: 6px; border-radius: 50%; background: white; }

.gender-option input[type="radio"]:checked + span { color: oklch(var(--p)); }

.gender-option:has(input[type="radio"]:checked) { background: oklch(var(--p) / 0.1); border-color: oklch(var(--p)); }

.form-group > div:has(.gender-option) { display: flex !important; flex-direction: row !important; gap: 12px !important; }

.form-group small { font-size: 0.8rem; color: oklch(var(--bc) / 0.6); margin-top: 2px; margin-bottom: 2px; }

.btn-primary { padding: 12px 24px; background: linear-gradient(135deg, oklch(var(--p)) 0%, #d946ef 100%); border: none; border-radius: 8px; color: white; font-size: 1rem; font-weight: 600; cursor: pointer; transition: 0.3s; }

.btn-primary:hover { transform: translateY(-2px); box-shadow: rgba(255, 107, 157, 0.4) 0px 6px 20px; }

.btn-primary:active { transform: translateY(0px); }

.forgot-password-link { color: oklch(var(--p)); text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: 0.3s; display: inline-flex; align-items: center; gap: 4px; position: relative; }

.forgot-password-link::after { content: ""; position: absolute; bottom: -2px; left: 0px; width: 0px; height: 2px; background: linear-gradient(90deg, oklch(var(--p)), oklch(var(--s))); transition: width 0.3s; }

.forgot-password-link:hover { color: oklch(var(--p) / 0.9); transform: translateX(2px); }

.forgot-password-link:hover::after { width: 100%; }

.forgot-password-link:active { transform: translateX(0px); }

.auth-message { padding: 12px 16px; border-radius: 8px; font-size: 0.9rem; font-weight: 500; text-align: center; margin-bottom: 16px; display: flex; align-items: center; justify-content: center; gap: 8px; }

.auth-message::before { font-size: 1.2rem; animation: 0.4s ease 0s 1 normal none running iconPop; }

.auth-message.success { background: rgba(52, 211, 153, 0.15); color: rgb(52, 211, 153); border: 2px solid rgba(52, 211, 153, 0.3); }

.auth-message.error { background: rgba(239, 68, 68, 0.15); color: rgb(239, 68, 68); border: 2px solid rgba(239, 68, 68, 0.3); }

.top-navbar .theme-toggle::before { content: "🌙"; font-size: 18px; }

[data-theme="light"] .top-navbar .theme-toggle::before { content: "☀️"; }

[data-theme="light"] .container > .theme-toggle { background: linear-gradient(135deg, rgb(251, 191, 36) 0%, rgb(245, 158, 11) 100%); box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px inset, rgba(251, 191, 36, 0.3) 0px 2px 8px; }

.container > .theme-toggle::before { content: "🌙"; position: absolute; top: 50%; left: 4px; transform: translateY(-50%); width: 22px; height: 22px; background: linear-gradient(135deg, rgb(99, 102, 241) 0%, rgb(139, 92, 246) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px; }

[data-theme="light"] .container > .theme-toggle::before { content: "☀️"; left: 32px; background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(243, 244, 246) 100%); box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; }

.container > .theme-toggle:hover { box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 8px inset, rgba(124, 92, 255, 0.2) 0px 4px 12px; }

[data-theme="light"] .container > .theme-toggle:hover { box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px inset, rgba(251, 191, 36, 0.4) 0px 4px 12px; }

.container > .theme-toggle:active::before { transform: translateY(-50%) scale(0.9); }

.search-card { background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); padding: 28px; border-radius: 20px; box-shadow: var(--shadow-sm), 0 0 0 1px rgba(255,255,255,0.03); backdrop-filter: blur(24px); transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; }

.search-card::before { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; height: 2px; background: linear-gradient(90deg, oklch(var(--p)), oklch(var(--s)), oklch(var(--a))); opacity: 0; transition: opacity 0.3s; }

.search-card:hover::before { opacity: 1; }

.search-card:hover { border-color: oklch(var(--p) / 0.5); box-shadow: var(--shadow-colored), 0 0 0 1px oklch(var(--p) / 0.1); transform: translateY(-4px) scale(1.01); }

.input-wrap { display: flex; gap: 8px; align-items: center; }

#anime-search { flex: 1 1 0%; background: oklch(var(--b2)); border: 2px solid oklch(var(--bc) / 0.2); padding: 16px 20px; border-radius: 14px; color: oklch(var(--bc)); font-size: 1rem; font-weight: 500; outline: none; transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 4px inset; }

#anime-search::placeholder { color: oklch(var(--bc) / 0.6); opacity: 0.7; font-weight: 400; }

#anime-search:focus { box-shadow: 0 0 0 4px oklch(var(--p) / 0.1), inset 0 2px 4px rgba(0,0,0,0.05); border-color: oklch(var(--p)); transform: translateY(-2px); background: rgba(255, 255, 255, 0.03); }

#clear-btn { background: transparent; border: none; color: oklch(var(--bc) / 0.6); font-size: 1.2rem; cursor: pointer; padding: 10px; border-radius: 10px; transition: 0.2s; display: flex; align-items: center; justify-content: center; }

#clear-btn:hover { color: oklch(var(--p)); background: oklch(var(--p) / 0.1); transform: scale(1.1) rotate(90deg); }

.suggestions { margin-top: 12px; max-height: 420px; overflow: auto; list-style: none; padding: 6px; border-radius: 10px; border: 1px solid oklch(var(--bc) / 0.2); background: oklch(var(--b2)); box-shadow: var(--shadow-sm); }

.suggestions li { padding: 10px 12px; border-radius: 8px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 8px; color: oklch(var(--bc)); transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; }

.suggestions li::before { content: ""; position: absolute; top: 0px; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent); transition: left 0.5s; }

.suggestions li:hover::before { left: 100%; }

.suggestions li[aria-selected="true"], .suggestions li:hover { background: linear-gradient(90deg, rgba(124, 92, 255, 0.12), rgba(124, 92, 255, 0.06)); color: oklch(var(--bc)); transform: translateX(4px); }

[data-theme="light"] .suggestions li:hover { background: linear-gradient(90deg, rgba(217, 70, 239, 0.08), rgba(217, 70, 239, 0.04)); }

.suggestions .title { font-weight: 600; }

.suggestions .meta { font-size: 0.85rem; color: oklch(var(--bc) / 0.6); }

.hl { background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)); padding: 0px 4px; border-radius: 4px; color: oklch(var(--bc)); }

[data-theme="light"] .hl { background: linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.04)); }

.suggestion-layout { display: flex; gap: 12px; padding: 8px; border-radius: 8px; align-items: flex-start; }

.suggestion-layout img { border-radius: 6px; object-fit: cover; width: 48px; height: 68px; flex: 0 0 auto; margin-right: 8px; }

.suggestion-layout .content { flex: 1 1 auto; min-width: 0px; }

.title-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; }

.score { font-size: 0.9rem; color: oklch(var(--p)); white-space: nowrap; }

.synopsis { margin-top: 4px; font-size: 0.85rem; color: oklch(var(--bc) / 0.6); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.visually-hidden { height: 1px; width: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; position: absolute !important; }

.airing-widget { margin-top: 20px; background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); padding: 20px; border-radius: 16px; box-shadow: var(--shadow-sm); backdrop-filter: blur(20px); transition: 0.3s; animation: 0.5s ease 0s 1 normal none running fadeInUp; display: flex; flex-direction: column; }

.airing-widget:hover { border-color: oklch(var(--p) / 0.5); box-shadow: 0 0 0 1px oklch(var(--p) / 0.1), var(--shadow-sm); }

.airing-widget-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }

.airing-widget-header h2 { font-size: 1.125rem; font-weight: 600; color: oklch(var(--bc)); margin: 0px; }

.airing-widget-expand { padding: 6px 16px; background: oklch(var(--p)); color: white; border: none; border-radius: 8px; font-size: 0.875rem; font-weight: 500; cursor: pointer; transition: 0.2s; }

.airing-widget-expand:hover { background: oklch(var(--p) / 0.9); transform: translateY(-2px); box-shadow: rgba(168, 85, 247, 0.3) 0px 4px 12px; }

.airing-widget-content { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }

.airing-widget-item { background: oklch(var(--b1)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 12px; padding: 12px; display: flex; gap: 12px; align-items: center; transition: 0.2s; cursor: pointer; }

.airing-widget-item:hover { transform: translateY(-2px); border-color: oklch(var(--p) / 0.5); box-shadow: rgba(168, 85, 247, 0.15) 0px 4px 12px; }

.airing-widget-poster { width: 50px; height: 70px; border-radius: 6px; object-fit: cover; flex-shrink: 0; }

.airing-widget-info { flex: 1 1 0%; min-width: 0px; }

.airing-widget-title { font-size: 0.875rem; font-weight: 500; color: oklch(var(--bc)); margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.airing-widget-episode { font-size: 0.75rem; color: oklch(var(--bc) / 0.6); margin-bottom: 6px; }

.airing-widget-countdown { font-size: 0.8rem; font-weight: 600; color: oklch(var(--p)); font-family: Poppins, sans-serif; letter-spacing: -0.01em; transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); display: inline-flex; align-items: center; gap: 8px; padding: 6px 12px; background: linear-gradient(135deg, rgba(168, 85, 247, 0.1), rgba(168, 85, 247, 0.05)); border-radius: 20px; border: 1px solid rgba(168, 85, 247, 0.2); }

.airing-widget-countdown::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: oklch(var(--p)); animation: 2s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite normal none running pulse; flex-shrink: 0; }

.airing-widget-countdown.updating { animation: 0.5s ease 0s 1 normal none running countdownPulse; }

.airing-widget-countdown.urgent { color: rgb(239, 68, 68); border-color: rgba(239, 68, 68, 0.3); background: linear-gradient(135deg, rgba(239, 68, 68, 0.15), rgba(239, 68, 68, 0.05)); animation: 2s ease-in-out 0s infinite normal none running urgentPulse; }

.airing-widget-countdown.urgent::before { background: rgb(239, 68, 68); animation: 1s ease-in-out 0s infinite normal none running urgentBlink; }

.airing-widget-countdown.soon { color: rgb(245, 158, 11); border-color: rgba(245, 158, 11, 0.3); background: linear-gradient(135deg, rgba(245, 158, 11, 0.15), rgba(245, 158, 11, 0.05)); }

.airing-widget-countdown.soon::before { background: rgb(245, 158, 11); animation: 1.5s cubic-bezier(0.4, 0, 0.6, 1) 0s infinite normal none running pulse; }

.airing-widget-placeholder { text-align: center; padding: 40px 20px; color: oklch(var(--bc) / 0.6); }

.airing-placeholder-icon { font-size: 2.5rem; margin-bottom: 12px; opacity: 0.5; }

.airing-widget-placeholder p { font-size: 0.875rem; margin: 0px; }

.saved-card { margin-top: 24px; background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); padding: 24px; border-radius: 18px; box-shadow: var(--shadow-sm), 0 0 0 1px rgba(255,255,255,0.02); backdrop-filter: blur(24px); transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; }

.saved-card::before { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; height: 3px; background: linear-gradient(90deg, oklch(var(--p)), oklch(var(--s))); transform: scaleX(0); transform-origin: left center; transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); }

.saved-card:hover::before { transform: scaleX(1); }

.saved-card:hover { border-color: oklch(var(--p) / 0.5); box-shadow: var(--shadow-colored), 0 0 0 1px oklch(var(--p) / 0.1); transform: translateY(-3px); }

.saved-card header { margin-bottom: 32px !important; }

.saved-card header h2 { color: oklch(var(--bc)); font-size: 1.25rem; font-weight: 600; letter-spacing: -0.02em;  }

#clear-saved { background: oklch(var(--b2)); border: 2px solid oklch(var(--bc) / 0.2); color: oklch(var(--bc)); padding: 8px 16px; border-radius: 10px; cursor: pointer; font-weight: 600; font-size: 0.875rem; transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; }

#clear-saved:hover { color: oklch(var(--bc)); background: oklch(var(--p)); border-color: oklch(var(--p)); transform: translateY(-2px) scale(1.05); box-shadow: var(--shadow-colored); }

#export-btn, #import-btn { background: transparent; border: 2px solid oklch(var(--bc) / 0.2); color: oklch(var(--bc) / 0.6); padding: 6px 12px; border-radius: 8px; cursor: pointer; font-weight: 500; font-size: 0.85rem; transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

#export-btn:hover, #import-btn:hover { color: oklch(var(--bc)); background: oklch(var(--p) / 0.1); border-color: oklch(var(--p) / 0.5); transform: translateY(-1px); }

#export-btn:active, #import-btn:active { transform: scale(0.95); }

.icon-btn { background: oklch(var(--b2)); border: 2px solid oklch(var(--bc) / 0.2); color: oklch(var(--bc)); width: 36px; height: 36px; border-radius: 10px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); position: relative; }

.icon-btn:hover { border-color: oklch(var(--p)); background: oklch(var(--p) / 0.1); transform: translateY(-2px); box-shadow: 0 4px 12px oklch(var(--p) / 0.1); }

.icon-btn:active { transform: translateY(0px); }

.icon-btn svg { transition: transform 0.2s; }

.icon-btn:hover svg { transform: scale(1.1); }

.dropdown-menu { position: absolute; top: calc(100% + 8px); right: 0px; background: oklch(var(--b1)); border: 2px solid oklch(var(--bc) / 0.2); border-radius: 12px; padding: 8px; min-width: 200px; box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 24px; z-index: 10; animation: 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal none running dropdown-slide; }

#sort-select { background: oklch(var(--b2)); border: 2px solid oklch(var(--bc) / 0.2); color: oklch(var(--bc)); padding: 6px 12px; border-radius: 10px; cursor: pointer; font-weight: 500; font-size: 0.9rem; transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

#sort-select:hover { border-color: oklch(var(--p) / 0.5); background: oklch(var(--p) / 0.1); }

#sort-select:focus { outline: none; border-color: oklch(var(--p)); box-shadow: 0 0 0 3px oklch(var(--p) / 0.1); }

#sort-select option { background: oklch(var(--b1)); color: oklch(var(--bc)); padding: 8px; }

.filter-select { background: oklch(var(--b2)); border: 2px solid oklch(var(--bc) / 0.2); color: oklch(var(--bc)); padding: 6px 12px; border-radius: 10px; cursor: pointer; font-weight: 600; font-size: 0.85rem; transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); min-width: 140px; -webkit-tap-highlight-color: transparent; touch-action: manipulation; }

.filter-select:hover { border-color: oklch(var(--p) / 0.5); background: oklch(var(--p) / 0.1); transform: translateY(-1px); }

.filter-select:focus { outline: none; border-color: oklch(var(--p)); box-shadow: 0 0 0 3px oklch(var(--p) / 0.1); }

.filter-select option { background: oklch(var(--b1)); color: oklch(var(--bc)); padding: 12px; font-weight: 500; font-size: 1rem; }

[data-theme="dark"] .filter-select option { background: rgb(26, 31, 46); color: rgb(226, 232, 240); }

[data-theme="light"] .filter-select option { background: rgb(255, 255, 255); color: rgb(15, 23, 42); }

.saved-list { margin-top: 40px; list-style: none; padding-left: 0px; display: flex; flex-direction: column; gap: 16px; }

.empty-state-card { background: linear-gradient(135deg, rgba(168, 85, 247, 0.1) 0%, rgba(168, 85, 247, 0.05) 100%); border: 2px dashed oklch(var(--p)); border-radius: 16px; padding: 48px 32px; text-align: center; margin: 40px auto; max-width: 500px; animation: 0.5s ease 0s 1 normal none running fadeIn; }

.empty-state-icon { font-size: 4rem; margin-bottom: 16px; animation: 2s ease 0s infinite normal none running bounce; }

.empty-state-title { font-size: 1.5rem; font-weight: 700; color: oklch(var(--bc)); margin: 0px 0px 12px;  }

.empty-state-text { font-size: 1rem; color: oklch(var(--bc) / 0.6); margin: 0px 0px 20px; line-height: 1.6; }

.empty-state-hint { display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; color: oklch(var(--p)); background: rgba(168, 85, 247, 0.1); padding: 8px 16px; border-radius: 20px; font-weight: 600; }

.stats-dashboard { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 12px; margin-bottom: 20px; padding: 16px; background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 12px; backdrop-filter: blur(20px); }

.stat-item { text-align: center; padding: 12px; background: oklch(var(--p) / 0.1); border-radius: 10px; border: 1px solid oklch(var(--bc) / 0.2); transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.stat-item:hover { transform: translateY(-2px); border-color: oklch(var(--p) / 0.5); box-shadow: 0 4px 12px oklch(var(--p) / 0.1); }

.stat-value { font-size: 1.75rem; font-weight: 700; color: oklch(var(--bc)); margin-bottom: 4px; }

.stat-label { font-size: 0.75rem; color: oklch(var(--bc) / 0.6); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

.saved-list li:not(.list-anime-card):not(.list-letter-header) { display: flex; align-items: stretch; justify-content: space-between; padding: 0px; border-radius: 12px; gap: 0px; transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid transparent; overflow: hidden; position: relative; }

.saved-list li:not(.list-anime-card):not(.list-letter-header):hover { border-color: oklch(var(--bc) / 0.2); transform: translateX(4px); box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px; }

.saved-left { display: flex; gap: 14px; align-items: center; flex: 1 1 auto; min-width: 0px; padding: 0px 12px 0px 0px; }

.saved-list img { width: 120px; height: 170px; object-fit: cover; object-position: center center; border-radius: 0px; flex: 0 0 120px; box-shadow: none; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer; background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%); display: block; }

.saved-left > div { position: relative; flex: 0 0 120px; width: 120px; height: 170px; overflow: visible; }

.anime-icon-btn { width: 32px; height: 32px; border-radius: 8px; border: none; background: rgba(128, 128, 128, 0.5); backdrop-filter: blur(10px); color: white; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.2s; padding: 0px; }

.anime-icon-btn:hover { background: oklch(var(--p)); transform: scale(1.1); box-shadow: rgba(139, 92, 246, 0.4) 0px 4px 12px; }

.anime-icon-btn:active { transform: scale(0.95); }

.anime-icon-btn svg { width: 20px; height: 20px; }

.saved-list .info { display: flex; flex-direction: column; min-width: 0px; overflow: hidden; padding: 14px 0px 14px 14px; justify-content: center; flex: 1 1 0%; }

.saved-list .title { font-weight: 600; font-size: 1rem; display: flex; align-items: center; flex-wrap: wrap; gap: 6px; color: oklch(var(--bc)); }

.saved-list .meta { font-size: 0.85rem; color: oklch(var(--bc) / 0.6); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }

.progress-wrap { margin-top: 6px; display: flex; align-items: center; gap: 8px; }

.progress-bar { flex: 1 1 0%; height: 6px; background: oklch(var(--b2)); border-radius: 999px; overflow: hidden; border: 1px solid oklch(var(--bc) / 0.2); }

.progress-fill { height: 100%; background: linear-gradient(90deg, oklch(var(--p)), rgba(255, 107, 157, 0.7)); border-radius: 999px; transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 0 8px oklch(var(--p) / 0.1); }

.progress-text { font-size: 0.75rem; font-weight: 600; color: oklch(var(--p)); min-width: 35px; text-align: right; }

.saved-right { display: flex; flex-direction: column; align-items: flex-end; gap: 4px; margin-left: 12px; margin-right: 12px; padding: 14px 0px; min-width: 72px; text-align: right; }

.saved-right .score { font-weight: 700; font-size: 0.95rem; transition: 0.2s; }

.score-high { color: rgb(16, 185, 129) !important; text-shadow: rgba(16, 185, 129, 0.3) 0px 0px 10px; }

.score-mid { color: rgb(251, 191, 36) !important; text-shadow: rgba(251, 191, 36, 0.3) 0px 0px 10px; }

.score-low { color: rgb(239, 68, 68) !important; text-shadow: rgba(239, 68, 68, 0.3) 0px 0px 10px; }

.saved-right .eps { font-size: 0.9rem; color: oklch(var(--bc) / 0.6); font-weight: 500; }

.saved-list .remove { margin-left: 8px; background: transparent; border: 2px solid transparent; color: oklch(var(--bc) / 0.6); cursor: pointer; padding: 8px; border-radius: 8px; flex: 0 0 auto; transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.saved-list .remove:hover { color: rgb(239, 68, 68); background: rgba(239, 68, 68, 0.1); border-color: rgba(239, 68, 68, 0.3); transform: scale(1.1); }

.saved-list .refresh-btn { margin-left: 8px; background: transparent; border: 2px solid transparent; color: oklch(var(--p)); cursor: pointer; padding: 8px; border-radius: 8px; flex: 0 0 auto; align-self: center; font-size: 1.2rem; line-height: 1; transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.saved-list .refresh-btn:hover { color: oklch(var(--p)); background: oklch(var(--p) / 0.1); border-color: oklch(var(--p)); transform: rotate(-30deg) scale(1.1); animation: 1.5s ease-in-out 0s infinite normal none running pulse-glow; }

.saved-list .refresh-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.saved-list .refresh-btn.refreshing { animation: 1s linear 0s infinite normal none running spin; }

.saved-list .info-btn { margin-left: 8px; background: transparent; border: 2px solid transparent; color: oklch(var(--p)); cursor: pointer; padding: 8px; border-radius: 8px; flex: 0 0 auto; align-self: center; font-size: 1.1rem; line-height: 1; transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1); }

.saved-list .info-btn:hover { color: rgb(96, 165, 250); background: rgba(59, 130, 246, 0.15); border-color: rgba(59, 130, 246, 0.4); transform: scale(1.15); }

.chosen-season { font-size: 0.85rem; color: oklch(var(--bc) / 0.6); margin-top: 6px; }

.chosen-season.green { background: linear-gradient(135deg, rgba(16, 185, 129, 0.15), rgba(16, 185, 129, 0.08)); color: rgb(16, 185, 129); border-radius: 999px; padding: 6px 12px; border: 1px solid rgba(16, 185, 129, 0.3); display: inline-block; font-weight: 600; font-size: 0.9rem; }

[data-theme="light"] .chosen-season.green { background: linear-gradient(135deg, rgb(209, 250, 229), rgb(167, 243, 208)); color: rgb(6, 95, 70); border-color: rgb(110, 231, 183); }

.more-seasons { font-size: 0.85rem; color: oklch(var(--bc) / 0.6); margin-top: 6px; font-weight: 500; }

.more-seasons::before { content: "📺 "; color: oklch(var(--p)); margin-right: 6px; }

.chosen-season.completed { background: linear-gradient(135deg, rgba(16, 185, 129, 0.2), rgba(5, 150, 105, 0.15)); color: rgb(16, 185, 129); border-radius: 999px; padding: 6px 14px; border: 1px solid rgba(16, 185, 129, 0.4); display: inline-block; font-weight: 700; font-size: 0.9rem; box-shadow: rgba(16, 185, 129, 0.2) 0px 0px 20px; }

[data-theme="light"] .chosen-season.completed { background: linear-gradient(135deg, rgb(209, 250, 229), rgb(167, 243, 208)); color: rgb(6, 95, 70); border-color: rgb(110, 231, 183); box-shadow: rgba(16, 185, 129, 0.15) 0px 0px 20px; }

.episode-input { width: 100px; background: oklch(var(--b2)); border: 1px solid oklch(var(--b2)); color: oklch(var(--bc)); padding: 8px 10px; border-radius: 8px; text-align: center; }

.episode-input:focus { outline: none; border-color: oklch(var(--p)); box-shadow: rgba(124, 92, 255, 0.08) 0px 8px 20px; }

.episode-input::-webkit-inner-spin-button, .episode-input::-webkit-outer-spin-button { appearance: none; margin: 0px; }

.episode-input[type="number"] { appearance: textfield; }

.episode-stepper { background: rgba(124, 92, 255, 0.15); border: 1px solid rgba(124, 92, 255, 0.3); color: oklch(var(--p)); width: 32px; height: 32px; border-radius: 8px; cursor: pointer; font-size: 1.2rem; font-weight: 700; display: flex; align-items: center; justify-content: center; transition: 0.2s; }

.episode-stepper:hover { background: rgba(124, 92, 255, 0.25); border-color: oklch(var(--p)); }

.episode-stepper:active { transform: scale(0.95); }

.more-seasons { font-size: 0.85rem; color: oklch(var(--bc) / 0.6); margin-top: 6px; }

.more-seasons::before { content: "📺 "; color: oklch(var(--p)); margin-right: 6px; }

.season-row { display: flex; gap: 8px; align-items: center; margin-top: 8px; }

.season-select { background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); color: oklch(var(--bc)); padding: 8px 12px; border-radius: 10px; cursor: pointer; min-width: 140px; font-weight: 600; }

.season-badge { font-size: 0.85rem; padding: 4px 8px; border-radius: 999px; background: oklch(var(--b2)); color: oklch(var(--bc) / 0.6); border: 1px solid oklch(var(--bc) / 0.2); }

.season-badge.green { background: rgb(21, 63, 22); color: rgb(191, 245, 182); border-color: rgba(31, 138, 45, 0.3); box-shadow: rgba(31, 138, 45, 0.08) 0px 4px 14px; }

[data-theme="light"] .season-badge.green { background: rgb(209, 250, 229); color: rgb(6, 95, 70); border-color: rgb(110, 231, 183); }

.select-wrap { position: relative; display: inline-block; }

.select-wrap { position: relative; display: inline-block; }

.custom-select { position: relative; display: inline-block; min-width: 140px; }

.custom-select-button { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 14px; border-radius: 12px; cursor: pointer; border: 2px solid oklch(var(--bc) / 0.2); background: oklch(var(--b2)); box-shadow: var(--shadow-sm); color: oklch(var(--bc)); font-weight: 600; font-size: 0.95rem; transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.custom-select-button:hover { box-shadow: 0 0 0 3px oklch(var(--p) / 0.1); border-color: oklch(var(--p)); transform: translateY(-1px); }

.custom-select-button:focus { outline: none; border-color: oklch(var(--p)); box-shadow: 0 0 0 3px oklch(var(--p) / 0.1); }

.custom-select-button .label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.custom-select-button .arrow { color: oklch(var(--bc) / 0.6); margin-left: 8px; transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

.custom-select-button[aria-expanded="true"] .arrow { transform: rotate(180deg); }

.custom-select-list { position: absolute; z-index: 40; margin-top: 8px; border-radius: 12px; padding: 8px; background: rgba(18, 20, 29, 0.95); backdrop-filter: blur(20px); border: 2px solid oklch(var(--bc) / 0.2); box-shadow: var(--shadow); max-height: 320px; overflow: auto; min-width: 160px; opacity: 0; transform: translateY(-8px); transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

[data-theme="light"] .custom-select-list { background: rgba(255, 255, 255, 0.95); }

.custom-select-list.open { opacity: 1; transform: translateY(0px); }

.custom-select-item { padding: 10px 12px; border-radius: 10px; color: oklch(var(--bc)); cursor: pointer; font-weight: 500; transition: 0.15s cubic-bezier(0.4, 0, 0.2, 1); border: 1px solid transparent; }

.custom-select-item:hover, .custom-select-item[aria-selected="true"] { background: oklch(var(--p) / 0.1); color: oklch(var(--p)); border-color: oklch(var(--bc) / 0.2); transform: translateX(4px); }

[data-theme="light"] .custom-select-item:hover, [data-theme="light"] .custom-select-item[aria-selected="true"] { background: oklch(var(--p) / 0.1); color: oklch(var(--p)); }

.select-wrap .season-select option { color: oklch(var(--bc)); background: oklch(var(--b2)); }

[data-theme="light"] .select-wrap .season-select option { color: rgb(15, 23, 42); background: rgb(255, 255, 255); }

.select-wrap .season-select { color: rgb(255, 255, 255); text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 0px; }

.arc-modal-backdrop { position: fixed; inset: 0px; background: rgba(0, 0, 0, 0.45); display: flex; align-items: center; justify-content: center; z-index: 20; }

.arc-modal { background: var(--surface, #071022); color: var(--text, #eef5ff); width: 720px; max-width: 95%; border-radius: 10px; padding: 18px; box-shadow: rgba(0, 0, 0, 0.4) 0px 8px 30px; }

.arc-modal h3 { margin: 0px 0px 12px; }

.arc-rows { max-height: 320px; overflow: auto; padding: 6px; border: 1px solid rgba(255, 255, 255, 0.03); border-radius: 6px; background: oklch(var(--b2)); }

.arc-row { display: flex; gap: 8px; align-items: center; padding: 8px; border-bottom: 1px dashed rgba(255, 255, 255, 0.02); }

.arc-row input[type="text"], .arc-row input[type="number"] { padding: 6px; border-radius: 6px; border: 1px solid rgba(255, 255, 255, 0.06); background: var(--surface, #071022); color: var(--text, #eef5ff); }

.arc-row .remove-arc { background: transparent; border: none; color: oklch(var(--p)); font-size: 16px; cursor: pointer; }

.arc-actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 12px; }

.btn { padding: 8px 12px; border-radius: 8px; border: 0px; cursor: pointer; }

.smart-arc { display: flex; gap: 8px; align-items: center; padding: 6px 8px; background: rgba(255, 255, 255, 0.02); border-radius: 6px; margin-bottom: 6px; }

.smart-arc .title { flex: 1 1 0%; color: rgb(230, 237, 243); }

.smart-arc .meta { color: rgb(159, 176, 200); font-size: 12px; white-space: nowrap; }

.feedback-btn { background: transparent; border: 1px solid rgba(255, 255, 255, 0.06); color: oklch(var(--bc) / 0.6); padding: 6px 8px; border-radius: 8px; cursor: pointer; }

.feedback-btn:hover { background: rgba(255, 255, 255, 0.02); color: rgb(255, 255, 255); }

.feedback-sent { background: rgb(17, 68, 51); color: rgb(187, 255, 255); border-color: rgba(31, 138, 45, 0.2); }

.refresh-btn { background: transparent; border: 1px solid rgba(255, 255, 255, 0.06); color: oklch(var(--bc) / 0.6); padding: 6px 8px; border-radius: 8px; cursor: pointer; }

.refresh-btn:hover { background: rgba(255, 255, 255, 0.02); color: rgb(255, 255, 255); }

.update-error { color: rgb(248, 215, 218); background: rgba(255, 0, 0, 0.04); padding: 6px 8px; border-radius: 8px; margin-top: 6px; border: 1px solid rgba(255, 0, 0, 0.06); max-width: 240px; }

.btn.primary { background: oklch(var(--p)); color: rgb(255, 255, 255); }

.btn.ghost { background: transparent; border: 1px solid rgba(255, 255, 255, 0.04); color: rgb(255, 255, 255); }

.btn { color: rgb(255, 255, 255); }

.btn.ghost:hover { background: rgba(255, 255, 255, 0.02); border-color: rgba(255, 255, 255, 0.08); }

.arc-actions .btn { background: transparent; color: rgb(255, 255, 255); border: 1px solid rgba(255, 255, 255, 0.04); }

.arc-actions .btn.primary { background: oklch(var(--p)); border-color: transparent; }

.preview-suggestions { border: 1px dashed rgba(255, 255, 255, 0.04); padding: 10px; border-radius: 8px; margin-bottom: 10px; background: linear-gradient(rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.004)); }

.preview-title { font-weight: 700; color: rgb(255, 255, 255); margin-bottom: 8px; }

.preview-list { display: flex; flex-direction: column; gap: 8px; max-height: 220px; overflow: auto; padding-right: 6px; }

.preview-item { display: flex; align-items: center; gap: 8px; padding: 6px; border-radius: 6px; background: transparent; }

.preview-item label { flex: 1 1 0%; color: oklch(var(--bc) / 0.6); font-size: 0.95rem; }

.preview-range { color: oklch(var(--bc) / 0.6); margin-left: 8px; font-weight: 600; }

.preview-actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 8px; }

.preview-item input[type="checkbox"] { transform: scale(1.05); }

.preview-item .btn { padding: 6px 10px; }

.update-badge { background: rgb(255, 204, 0); color: rgb(8, 18, 24); padding: 6px 8px; border-radius: 999px; font-weight: 700; font-size: 0.8rem; border: 1px solid rgba(0, 0, 0, 0.12); }

.update-badge.small { padding: 4px 6px; font-size: 0.75rem; }

.registered-badge { background: rgba(124, 92, 255, 0.2); color: rgb(184, 160, 255); padding: 4px 6px; border-radius: 999px; font-weight: 600; font-size: 0.7rem; border: 1px solid rgba(124, 92, 255, 0.3); }

.refresh-btn { border-radius: 8px !important; }

.mobile-refresh-btn { padding: 10px 12px; border: 1px solid rgba(255, 255, 255, 0.08); background: rgba(255, 255, 255, 0.02); color: oklch(var(--bc)); border-radius: 8px; cursor: pointer; font-size: 0.9rem; transition: 0.2s; }

.mobile-refresh-btn:hover:not(:disabled) { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.15); }

.mobile-refresh-btn.secondary { background: rgba(oklch(var(--p)), 0.05); border-color: rgba(oklch(var(--p)), 0.2); }

.mobile-refresh-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.countdown-badge { background: rgba(0, 200, 140, 0.2); color: rgb(0, 230, 160); padding: 4px 6px; border-radius: 999px; font-weight: 600; font-size: 0.7rem; border: 1px solid rgba(0, 200, 140, 0.3); margin-left: 4px; }

.series-badge { background: rgba(255, 160, 0, 0.2); color: rgb(255, 184, 77); padding: 4px 6px; border-radius: 999px; font-weight: 600; font-size: 0.7rem; border: 1px solid rgba(255, 160, 0, 0.3); margin-left: 4px; cursor: pointer; transition: 0.2s; }

.series-badge:hover { background: rgba(255, 160, 0, 0.3); transform: scale(1.05); }

.seasons-list { margin-top: 12px; padding: 12px; background: rgba(255, 255, 255, 0.03); border-radius: 8px; border: 1px solid rgba(255, 255, 255, 0.1); }

.seasons-header { font-weight: 700; font-size: 0.85rem; color: oklch(var(--bc) / 0.6); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.5px; display: flex; justify-content: space-between; align-items: center; }

.seasons-close-btn { background: none; border: none; color: oklch(var(--bc) / 0.6); font-size: 1.2rem; cursor: pointer; padding: 4px 8px; border-radius: 4px; transition: 0.2s; line-height: 1; }

.seasons-close-btn:hover { background: rgba(255, 255, 255, 0.1); color: oklch(var(--bc)); transform: scale(1.1); }

.season-item { padding: 8px 12px; margin: 4px 0px; background: rgba(255, 255, 255, 0.05); border-radius: 6px; border: 1px solid rgba(255, 255, 255, 0.08); display: flex; justify-content: space-between; align-items: center; transition: 0.2s; }

.season-item:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(255, 255, 255, 0.15); }

.season-item.current { border-left: 3px solid oklch(var(--p)); background: rgba(124, 92, 255, 0.1); }

.season-item.airing { border-left: 3px solid rgb(0, 230, 160); }

.season-name { font-weight: 600; font-size: 0.9rem; }

.season-meta { font-size: 0.8rem; color: oklch(var(--bc) / 0.6); display: flex; gap: 8px; align-items: center; }

.airing-label { background: rgba(0, 200, 140, 0.2); color: rgb(0, 230, 160); padding: 2px 6px; border-radius: 999px; font-size: 0.7rem; font-weight: 600; }

.upcoming-label { background: rgba(255, 160, 0, 0.2); color: rgb(255, 184, 77); padding: 2px 6px; border-radius: 999px; font-size: 0.7rem; font-weight: 600; }

.confetti { position: fixed; width: 8px; height: 8px; border-radius: 2px; pointer-events: none; z-index: 20; animation: 1s ease-out 0s 1 normal forwards running confetti-fall; }

.keyboard-modal { position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(8px); display: flex; align-items: center; justify-content: center; z-index: 20; animation: 0.2s ease 0s 1 normal none running modal-fade-in; }

.keyboard-modal-content { background: oklch(var(--b1)); border: 2px solid oklch(var(--bc) / 0.2); border-radius: 16px; padding: 32px; max-width: 500px; width: 90%; box-shadow: rgba(0, 0, 0, 0.5) 0px 20px 60px; animation: 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s 1 normal none running modal-slide-up; }

.keyboard-modal-content h3 { color: oklch(var(--bc)); font-size: 1.5rem; margin-bottom: 20px; text-align: center; }

.shortcut-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 24px; }

.shortcut-item { display: flex; align-items: center; justify-content: space-between; padding: 12px; background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 10px; }

.shortcut-item kbd { background: oklch(var(--p)); color: white; padding: 6px 12px; border-radius: 6px; font-family: Monaco, "Courier New", monospace; font-size: 0.9rem; font-weight: 600; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px; min-width: 40px; text-align: center; }

.shortcut-item span { color: oklch(var(--bc)); font-size: 0.95rem; }

.close-modal-btn { width: 100%; padding: 12px; background: oklch(var(--p)); color: white; border: none; border-radius: 10px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: 0.2s; }

.close-modal-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px oklch(var(--p) / 0.1); }

footer { margin-top: auto; padding-top: 40px; }

.flex-row { display: flex; gap: 15px; }

.flex-row-centered { display: flex; align-items: center; gap: 16px; }

.flex-row-small { display: flex; align-items: center; gap: 8px; }

.clickable { cursor: pointer; }

.gradient-btn { background: linear-gradient(135deg, rgb(102, 126, 234) 0%, rgb(118, 75, 162) 100%); color: white; border: none; }

.border-bottom { border-bottom: 2px solid oklch(var(--bc) / 0.2); padding-bottom: 15px; }

.mb-30 { margin-bottom: 30px; }

.text-sm { color: oklch(var(--bc) / 0.7); font-size: 14px; }

.form-select { padding: 8px 12px; background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 8px; color: oklch(var(--bc)); font-family: inherit; cursor: pointer; }

.hidden { display: none; }

.mobile-edit-popup-overlay { position: fixed; inset: 0px; background: rgba(0, 0, 0, 0.8); backdrop-filter: blur(8px); z-index: 10000; display: flex; align-items: flex-end; justify-content: center; opacity: 0; transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1); padding: 0px; }

.mobile-edit-popup-overlay.visible { opacity: 1; }

.mobile-edit-popup { background: white; width: 100%; max-height: 85vh; border-radius: 24px 24px 0px 0px; box-shadow: rgba(0, 0, 0, 0.3) 0px -4px 20px; display: flex; flex-direction: column; transform: translateY(100%); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; }

.mobile-edit-popup-overlay.visible .mobile-edit-popup { transform: translateY(0px); }

[data-theme="dark"] .mobile-edit-popup { background: oklch(var(--b1)); border-top: 1px solid oklch(var(--bc) / 0.2); }

.mobile-edit-popup-header { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 1px solid rgb(229, 229, 229); flex-shrink: 0; }

[data-theme="dark"] .mobile-edit-popup-header { border-bottom-color: oklch(var(--bc) / 0.2); }

.mobile-edit-popup-header span { font-size: 1.1rem; font-weight: 700; color: rgb(0, 0, 0); }

[data-theme="dark"] .mobile-edit-popup-header span { color: oklch(var(--bc)); }

.mobile-edit-popup-close { width: 36px; height: 36px; border-radius: 50%; border: none; background: rgb(243, 244, 246); color: rgb(107, 114, 128); font-size: 1.3rem; font-weight: 400; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.2s; padding: 0px; line-height: 1; }

[data-theme="dark"] .mobile-edit-popup-close { background: oklch(var(--b2)); color: oklch(var(--bc)); }

.mobile-edit-popup-close:active { background: rgb(229, 231, 235); transform: scale(0.95); }

[data-theme="dark"] .mobile-edit-popup-close:active { background: oklch(var(--p) / 0.1); }

.mobile-edit-popup-body { padding: 20px; overflow-y: auto; flex: 1 1 0%; }

.mobile-popup-info { display: flex; gap: 12px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 1px solid rgb(229, 229, 229); }

[data-theme="dark"] .mobile-popup-info { border-bottom-color: oklch(var(--bc) / 0.2); }

.mobile-popup-image { width: 90px; height: 130px; object-fit: cover; border-radius: 8px; flex-shrink: 0; box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; }

.mobile-popup-details { flex: 1 1 0%; display: flex; flex-direction: column; gap: 6px; }

.mobile-popup-title { font-size: 0.95rem; font-weight: 700; color: rgb(0, 0, 0); line-height: 1.3; margin: 0px; }

[data-theme="dark"] .mobile-popup-title { color: oklch(var(--bc)); }

.mobile-popup-rating { font-size: 0.8rem; color: rgb(251, 191, 36); font-weight: 600; }

.mobile-popup-genres { font-size: 0.75rem; color: rgb(107, 114, 128); font-weight: 500; }

[data-theme="dark"] .mobile-popup-genres { color: oklch(var(--bc) / 0.6); }

.mobile-popup-description { font-size: 0.75rem; color: rgb(107, 114, 128); line-height: 1.4; margin-top: 4px; }

[data-theme="dark"] .mobile-popup-description { color: oklch(var(--bc) / 0.6); }

.mobile-popup-controls { display: flex; flex-direction: column; gap: 16px; }

.mobile-popup-summary { display: flex; gap: 16px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgb(229, 229, 229); }

[data-theme="dark"] .mobile-popup-summary { border-bottom-color: oklch(var(--bc) / 0.2); }

.mobile-popup-cover { flex-shrink: 0; }

.mobile-popup-cover img { width: 80px; height: 110px; object-fit: cover; border-radius: 12px; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px; }

.mobile-popup-meta { flex: 1 1 0%; display: flex; flex-direction: column; justify-content: center; gap: 6px; }

.mobile-popup-title { font-size: 1rem; font-weight: 700; color: rgb(0, 0, 0); line-height: 1.3; }

[data-theme="dark"] .mobile-popup-title { color: oklch(var(--bc)); }

.mobile-popup-subtitle { font-size: 0.85rem; color: rgb(107, 114, 128); font-weight: 500; }

[data-theme="dark"] .mobile-popup-subtitle { color: oklch(var(--bc) / 0.6); }

.mobile-popup-action-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 16px; }

.mobile-popup-action { padding: 10px 8px; border-radius: 10px; border: 2px solid rgb(229, 229, 229); background: white; color: rgb(55, 65, 81); font-size: 0.8rem; font-weight: 600; cursor: pointer; transition: 0.2s; display: flex; align-items: center; justify-content: center; gap: 6px; }

[data-theme="dark"] .mobile-popup-action { background: oklch(var(--b2)); border-color: oklch(var(--bc) / 0.2); color: oklch(var(--bc)); }

.mobile-popup-action svg { width: 16px; height: 16px; }

.mobile-popup-action span { font-size: 0.85rem; }

.mobile-popup-action:active { transform: scale(0.97); background: rgb(249, 250, 251); }

[data-theme="dark"] .mobile-popup-action:active { background: oklch(var(--p) / 0.1); }

.mobile-popup-action.positive { background: rgba(34, 197, 94, 0.1); border-color: rgba(34, 197, 94, 0.3); color: rgb(22, 163, 74); }

[data-theme="dark"] .mobile-popup-action.positive { background: rgba(34, 197, 94, 0.15); color: rgb(74, 222, 128); }

.mobile-popup-action.positive:active { background: rgba(34, 197, 94, 0.2); }

.mobile-popup-action.danger { background: rgba(239, 68, 68, 0.1); border-color: rgba(239, 68, 68, 0.3); color: rgb(220, 38, 38); }

[data-theme="dark"] .mobile-popup-action.danger { background: rgba(239, 68, 68, 0.15); color: rgb(248, 113, 113); }

.mobile-popup-action.danger:active { background: rgba(239, 68, 68, 0.2); }

.mobile-popup-icon-row { display: flex; gap: 12px; margin-top: 12px; padding-top: 16px; border-top: 1px solid rgb(229, 229, 229); }

[data-theme="dark"] .mobile-popup-icon-row { border-top-color: oklch(var(--bc) / 0.2); }

.mobile-popup-icon { flex: 1 1 0%; padding: 12px; border-radius: 12px; border: 2px solid rgb(229, 229, 229); background: white; color: rgb(107, 114, 128); font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: 0.2s; display: flex; flex-direction: column; align-items: center; gap: 6px; }

[data-theme="dark"] .mobile-popup-icon { background: oklch(var(--b2)); border-color: oklch(var(--bc) / 0.2); color: oklch(var(--bc)); }

.mobile-popup-icon:active { transform: scale(0.97); background: rgb(249, 250, 251); }

[data-theme="dark"] .mobile-popup-icon:active { background: oklch(var(--p) / 0.1); }

.mobile-popup-icon svg { color: rgb(124, 58, 237); }

[data-theme="dark"] .mobile-popup-icon svg { color: oklch(var(--p)); }

.mobile-open-popup-btn { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); padding: 10px 20px; border-radius: 999px; border: none; background: linear-gradient(135deg, rgb(124, 58, 237), rgb(168, 85, 247)); color: white; font-size: 0.85rem; font-weight: 700; cursor: pointer; display: flex; align-items: center; gap: 6px; box-shadow: rgba(124, 58, 237, 0.4) 0px 4px 12px; transition: 0.2s; z-index: 10; }

.mobile-open-popup-btn:active { transform: translateX(-50%) scale(0.95); box-shadow: rgba(124, 58, 237, 0.3) 0px 2px 8px; }

.mobile-open-popup-btn svg { width: 18px; height: 18px; }

.view-mode-toggle { display: flex; gap: 8px; margin-bottom: 16px; justify-content: flex-end; }

.view-mode-btn { padding: 10px 14px; border-radius: 8px; border: 2px solid oklch(var(--bc) / 0.2); background: oklch(var(--b1)); color: oklch(var(--bc) / 0.6); cursor: pointer; transition: 0.2s; display: flex; align-items: center; justify-content: center; font-size: 0.875rem; font-weight: 500; }

.view-mode-btn:hover { background: var(--hover-bg); border-color: oklch(var(--p)); }

.view-mode-btn.active { background: oklch(var(--p)); border-color: oklch(var(--p)); color: white; }

.view-mode-btn svg { display: block; }

#saved-list.list-mode { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 0px; }

.list-letter-header { grid-column: 1 / -1; padding: 2px 0px; margin: 8px 0px; border: none; background: none; list-style: none; width: 100%; position: relative; text-align: center; display: flex; align-items: center; justify-content: center; height: auto; }

.list-letter-header:first-child { margin-top: 0px; }

.list-letter-header::before, .list-letter-header::after { content: ""; flex: 1 1 0%; height: 1px; background: linear-gradient(90deg, transparent, oklch(var(--bc) / 0.2), transparent); }

.list-letter-header::before { margin-right: 12px; }

.list-letter-header::after { margin-left: 12px; }

.list-letter-header span { font-size: 0.55rem; font-weight: 400; color: oklch(var(--bc)); letter-spacing: 0.15em; text-transform: uppercase; opacity: 0.5; padding: 0px; background: none !important; }

.list-anime-card { background: oklch(var(--b1)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 12px; padding: 12px; display: flex; gap: 12px; align-items: center; transition: 0.2s; cursor: pointer; position: relative; }

.list-anime-card:hover { transform: translateY(-2px); border-color: oklch(var(--p) / 0.5); box-shadow: rgba(168, 85, 247, 0.15) 0px 4px 12px; }

.list-card-image { border-radius: 6px; object-fit: cover; flex-shrink: 0; max-width: 50px; max-height: 70px; width: 50px !important; height: 70px !important; }

.list-card-info { flex: 1 1 0%; min-width: 0px; display: flex; flex-direction: column; gap: 4px; }

.list-card-title { font-size: 0.875rem; font-weight: 500; color: oklch(var(--bc)); margin-bottom: 4px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }

.list-card-episode { font-size: 0.75rem; color: oklch(var(--bc) / 0.6); margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.list-card-rating { font-size: 0.7rem; color: rgb(251, 191, 36); font-weight: 600; }

.list-card-completed, .list-card-progress { position: absolute; bottom: 8px; right: 8px; font-size: 0.7rem; font-weight: 700; padding: 4px 8px; border-radius: 6px; line-height: 1; }

.list-card-completed { background: rgba(34, 197, 94, 0.15); color: rgb(34, 197, 94); border: 1px solid rgba(34, 197, 94, 0.3); }

.list-card-progress { background: rgba(168, 85, 247, 0.15); color: oklch(var(--p)); border: 1px solid rgba(168, 85, 247, 0.3); }

.list-card-actions { display: flex; flex-direction: row; gap: 4px; margin-left: auto; position: absolute; top: 8px; right: 8px; }

.list-card-btn { padding: 6px; background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 6px; cursor: pointer; transition: 0.2s; display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; }

.list-card-btn:active { transform: scale(0.95); }

.list-card-refresh { color: oklch(var(--p)); }

.list-card-refresh:active { background: rgba(168, 85, 247, 0.1); }

.list-card-delete { color: rgb(239, 68, 68); }

.list-card-delete:active { background: rgba(239, 68, 68, 0.1); }

.list-card-complete { display: inline-flex; align-items: center; gap: 5px; color: var(--success, #22c55e); font-weight: 700; font-size: 0.75rem; background: rgba(34, 197, 94, 0.1); padding: 3px 8px; border-radius: 6px; }

.list-card-complete svg { vertical-align: middle; width: 13px; height: 13px; }

.list-card-score { display: inline-flex; align-items: center; gap: 4px; color: rgb(245, 158, 11); font-weight: 700; font-size: 0.75rem; background: rgba(245, 158, 11, 0.1); padding: 3px 8px; border-radius: 6px; }

.list-card-score svg { vertical-align: middle; width: 13px; height: 13px; }

.list-card-meta { font-size: 0.72rem; color: oklch(var(--bc) / 0.6); line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin-top: 2px; opacity: 0.8; }

.list-card-description { font-size: 0.8rem; color: oklch(var(--bc) / 0.7); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; opacity: 0.85; margin-top: 2px; }

.schedule-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; padding: 20px 0px; border-bottom: 2px solid oklch(var(--bc) / 0.2); flex-wrap: wrap; gap: 20px; }

.schedule-title-section { flex: 1 1 0%; min-width: 200px; }

.schedule-title { font-size: 2.5rem; font-weight: 700; color: oklch(var(--bc)); margin: 0px; line-height: 1.2; display: flex; align-items: center; gap: 12px; }

.schedule-icon { background-image: none; background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-color: initial; -webkit-text-fill-color: unset; background-clip: unset; color: oklch(var(--p)); stroke: oklch(var(--p)); flex-shrink: 0; vertical-align: middle; }

.schedule-subtitle { color: oklch(var(--bc) / 0.7); font-size: 1rem; margin: 8px 0px 0px; }

.schedule-controls { display: flex; gap: 8px; background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 12px; padding: 4px; }

.schedule-view-btn { display: flex; align-items: center; gap: 8px; padding: 10px 20px; border: none; background: transparent; color: oklch(var(--bc) / 0.7); border-radius: 8px; cursor: pointer; font-size: 14px; font-weight: 500; transition: 0.2s; }

.schedule-view-btn:hover { background: oklch(var(--b2)); color: oklch(var(--bc)); }

.schedule-view-btn.active { background: oklch(var(--p)); color: white; box-shadow: 0 2px 8px rgba(var(--accent-rgb), 0.3); }

.week-navigation { display: flex; align-items: center; justify-content: center; gap: 24px; margin-bottom: 24px; }

.week-label { font-size: 1.5rem; font-weight: 600; color: oklch(var(--bc)); min-width: 200px; text-align: center; }

.week-nav-btn { background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 50%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.2s; color: oklch(var(--bc)); }

.week-nav-btn:hover { background: oklch(var(--p)); border-color: oklch(var(--p)); color: white; transform: scale(1.1); }

.calendar-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 16px; margin-bottom: 40px; }

.calendar-day { background: oklch(var(--b1)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 16px; padding: 16px; min-height: 200px; transition: 0.3s; }

.calendar-day.today { border-color: oklch(var(--p)); box-shadow: 0 0 0 2px rgba(var(--accent-rgb), 0.2); }

.calendar-day:hover { border-color: oklch(var(--p)); transform: translateY(-2px); box-shadow: var(--shadow-colored); }

.day-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid oklch(var(--bc) / 0.2); }

.day-name { font-size: 14px; font-weight: 600; color: oklch(var(--bc) / 0.7); text-transform: uppercase; letter-spacing: 0.5px; }

.day-date { font-size: 20px; font-weight: 700; color: oklch(var(--bc)); }

.day-episodes { display: flex; flex-direction: column; gap: 8px; }

.episode-item { background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 10px; padding: 10px; cursor: pointer; transition: 0.2s; }

.episode-item:hover { background: oklch(var(--b2)); border-color: oklch(var(--p)); transform: translateX(4px); }

.episode-anime-title { font-size: 13px; font-weight: 600; color: oklch(var(--bc)); margin-bottom: 4px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.episode-number { font-size: 11px; color: oklch(var(--bc) / 0.7); display: flex; align-items: center; gap: 4px; }

.episode-time { font-size: 12px; color: oklch(var(--p)); font-weight: 600; margin-top: 4px; }

.episode-countdown { font-size: 11px; color: oklch(var(--bc) / 0.7); margin-top: 2px; }

.schedule-list { display: flex; flex-direction: column; gap: 12px; }

.list-day-section { background: oklch(var(--b1)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 16px; padding: 20px; margin-bottom: 12px; }

.list-day-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid oklch(var(--bc) / 0.2); }

.list-day-date { font-size: 1.3rem; font-weight: 700; color: oklch(var(--bc)); }

.list-day-name { font-size: 1rem; color: oklch(var(--bc) / 0.7); }

.list-day-badge { background: oklch(var(--p)); color: white; padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; }

.list-episodes { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 12px; }

.list-episode-card { background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 12px; padding: 16px; cursor: pointer; transition: 0.2s; display: flex; gap: 12px; }

.list-episode-card:hover { border-color: oklch(var(--p)); transform: translateY(-2px); box-shadow: var(--shadow-colored); }

.list-episode-image { width: 60px; height: 85px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }

.list-episode-info { flex: 1 1 0%; display: flex; flex-direction: column; gap: 6px; }

.list-episode-title { font-size: 14px; font-weight: 600; color: oklch(var(--bc)); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.list-episode-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }

.list-episode-number { font-size: 12px; color: oklch(var(--bc) / 0.7); background: oklch(var(--b2)); padding: 4px 8px; border-radius: 6px; }

.list-episode-time { font-size: 12px; color: oklch(var(--p)); font-weight: 600; }

.list-episode-countdown { font-size: 11px; color: oklch(var(--bc) / 0.7); }

.schedule-loading, .schedule-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 80px 20px; text-align: center; min-height: 400px; }

.loading-spinner { width: 50px; height: 50px; border-top-style: ; border-top-width: ; border-right-color: ; border-right-style: ; border-right-width: ; border-bottom-color: ; border-bottom-style: ; border-bottom-width: ; border-left-color: ; border-left-style: ; border-left-width: ; border-image-source: ; border-image-slice: ; border-image-width: ; border-image-outset: ; border-image-repeat: ; border-top-color: oklch(var(--p)); border-radius: 50%; animation: 1s linear 0s infinite normal none running spin; margin-bottom: 20px; }

.schedule-loading p, .schedule-empty p { color: oklch(var(--bc) / 0.7); font-size: 1rem; margin: 12px 0px; }

.empty-icon { font-size: 80px; margin-bottom: 20px; opacity: 0.8; }

.schedule-empty h3 { font-size: 1.5rem; color: oklch(var(--bc)); margin: 12px 0px; }

.schedule-empty .btn-primary { margin-top: 20px; background: oklch(var(--p)); color: white; padding: 12px 32px; border-radius: 12px; text-decoration: none; font-weight: 600; transition: 0.2s; display: inline-block; }

.schedule-empty .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(var(--accent-rgb), 0.4); }

.schedule-view { display: none; }

.schedule-view.active { display: block; }

.month-grid { background: oklch(var(--b1)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 16px; padding: 20px; }

.month-day-headers { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 2px solid oklch(var(--bc) / 0.2); }

.month-day-header { text-align: center; font-size: 14px; font-weight: 600; color: oklch(var(--bc) / 0.7); text-transform: uppercase; letter-spacing: 0.5px; padding: 8px; }

.month-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }

.month-day { background: oklch(var(--b2)); border: 1px solid oklch(var(--bc) / 0.2); border-radius: 12px; padding: 12px; min-height: 120px; transition: 0.2s; display: flex; flex-direction: column; }

.month-day:hover { border-color: oklch(var(--p)); background: oklch(var(--b2)); }

.month-day.today { border-color: oklch(var(--p)); background: linear-gradient(135deg, rgba(var(--accent-rgb), 0.1), rgba(var(--accent-rgb), 0.05)); box-shadow: 0 0 0 2px rgba(var(--accent-rgb), 0.2); }

.month-day.other-month { opacity: 0.4; pointer-events: none; }

.month-day-number { font-size: 16px; font-weight: 700; color: oklch(var(--bc)); margin-bottom: 8px; }

.month-day.today .month-day-number { color: oklch(var(--p)); }

.month-day-episodes { display: flex; flex-direction: column; gap: 4px; flex: 1 1 0%; overflow-y: auto; }

.month-episode { display: flex; align-items: center; gap: 6px; padding: 4px 6px; background: oklch(var(--b2)); border-radius: 6px; font-size: 11px; color: oklch(var(--bc)); transition: 0.2s; cursor: pointer; }

.month-episode:hover { background: oklch(var(--p)); color: white; transform: translateX(2px); }

.month-episode-dot { width: 6px; height: 6px; border-radius: 50%; background: oklch(var(--p)); flex-shrink: 0; }

.month-episode:hover .month-episode-dot { background: white; }

.month-episode-title { flex: 1 1 0%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.month-episode-more { font-size: 10px; color: oklch(var(--bc) / 0.7); text-align: center; padding: 4px; font-weight: 600; }

/* ========== Media Queries ========== */

@media (max-width: 768px) {
  .navbar { width: 100%; padding: 0px 16px; }
  .nav-content { gap: 16px; }
  .nav-logo { font-size: 1.5rem; }
  .nav-links { gap: 4px; }
  .nav-links a { padding: 8px 12px; font-size: 0.85rem; }
  .nav-links a span { display: none; }
  .nav-links a i { width: 20px; height: 20px; }
  .top-navbar { height: 56px; }
  .top-navbar .theme-toggle { height: 56px; padding: 0px 12px; }
  .top-navbar .navbar-icon, .top-navbar #airing-button, .top-navbar #notification-bell, .top-navbar #profile-toggle { width: 48px; height: 56px; font-size: 17px; }
  .navbar-right { gap: 0px; }
  .top-navbar #profile-toggle svg { width: 18px; height: 18px; }
  .top-navbar #profile-toggle { display: flex !important; }
}

@media (max-width: 520px) {
  #anime-search { font-size: 1rem; padding: 12px; }
  .brand h1 { font-size: 2rem; }
  .synopsis { display: none; }
  .suggestion-layout img { width: 45px; height: 65px; }
}

@media (max-width: 768px) {
  .airing-widget-content { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .empty-state-card { padding: 24px 16px; margin: 12px 0px; }
  .empty-state-icon { font-size: 3rem; }
  .empty-state-title { font-size: 1.25rem; }
  .empty-state-text { font-size: 0.9rem; }
}

@media (max-width: 520px) {
  .custom-select { min-width: 120px; }
}

@media (max-width: 520px) {
  .season-select { min-width: 120px; }
}

@media (max-width: 520px) {
  .season-row { flex-wrap: wrap; }
}

@media (max-width: 768px) {
  body { overflow-x: hidden; padding: 0px; margin: 0px; }
  .container { margin-top: 60px; padding: 0px 16px; width: 100%; }
  .home-container { padding: 0px; }
  [class*="card"] { padding: 0px !important; }
  .saved-card { padding: 12px !important; }
  .saved-card header { flex-flow: row; align-items: center !important; justify-content: space-between !important; gap: 8px !important; margin-bottom: 8px !important; padding: 4px 8px !important; }
  .saved-card header > div { flex-flow: row; gap: 8px; align-items: center !important; }
  .filter-select { width: auto; min-width: unset; font-size: 0.75rem; padding: 8px; }
  #sort-select { width: 100%; padding: 8px; }
  #clear-saved, #export-btn, #import-btn { width: 100%; justify-content: center; padding: 8px; }
  .results-container { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px; }
  .result-card { min-width: 0px; padding: 8px; }
  .result-image { height: 200px; }
  .result-title { font-size: 0.85rem; }
  .result-meta { font-size: 0.7rem; }
  .anime-card { min-width: 0px; padding: 8px; }
  .anime-image { height: 200px; }
  .anime-title { font-size: 0.8rem; line-height: 1.2; }
  .anime-meta { font-size: 0.65rem; }
  .anime-score { font-size: 0.7rem; padding: 2px 4px; }
  .anime-status { font-size: 0.65rem; padding: 2px 4px; }
  .episode-selector { flex-direction: column; gap: 5px; }
  .episode-controls { width: 100%; padding: 2px; }
  .episode-display { font-size: 0.85rem; }
  .auth-modal-content { width: 90%; max-width: 400px; margin: 20px; padding: 24px; }
  .welcome-message h1 { font-size: 1.8rem; }
  .welcome-message .subtitle { font-size: 0.95rem; }
}

@media (max-width: 480px) {
  .container { margin-top: 40px; padding: 0px 16px; width: 100%; }
  .home-container { padding: 0px; }
  .stats-dashboard { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-bottom: 12px; padding: 0px; }
  .stat-item { padding: 8px; }
  .stat-value { font-size: 1.2rem; }
  .stat-label { font-size: 0.65rem; }
  .saved-card header { flex-direction: column !important; gap: 12px !important; margin-bottom: 16px !important; }
  .saved-card header > div:first-child { display: flex !important; justify-content: space-between !important; align-items: center !important; width: 100% !important; gap: 8px !important; }
  .saved-card header > div:first-child h2 { display: none !important; }
  .saved-card header > div:first-child select { flex: 1 1 0% !important; min-width: 0px !important; }
  .saved-card header > div:last-child { display: flex !important; gap: 8px !important; margin-left: auto !important; }
  .filter-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; min-height: 44px; font-size: 0.9rem; border-width: 1px; }
  .filter-select:focus { transform: none; }
  .saved-list { display: grid; grid-template-columns: 1fr; gap: 12px; list-style: none; padding: 12px; margin: 0px; }
  .mobile-anime-card { background: white; border-radius: 12px; overflow: hidden; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; transition: none; position: relative; transform: translateZ(0px); backface-visibility: hidden; display: flex; flex-direction: column; padding: 0px !important; margin: 0px !important; }
  .mobile-anime-card:active:not(.expanded) { transform: scale(0.98) translateZ(0px); }
  .mobile-anime-card.expanded { box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 16px; z-index: 100; overflow: visible; transform: translateZ(0px); border-radius: 12px; }
  .mobile-anime-card.expanded .mobile-image-info-btn { display: none; }
  .mobile-anime-card.expanded .mobile-card-image { border-radius: 12px 12px 0px 0px !important; }
  .mobile-anime-card.expanded .mobile-close-btn { display: none; }
  .mobile-card-content { position: relative; width: 100%; height: 90px; overflow: hidden; cursor: pointer; margin: 0px; flex-shrink: 0; }
  .mobile-card-inner { position: absolute; inset: 0px; width: 100%; height: 100%; overflow: hidden; border-radius: 12px 12px 0px 0px; }
  .mobile-card-image { position: absolute !important; inset: 0px !important; width: 100% !important; height: 100% !important; object-fit: cover !important; z-index: 0 !important; border-radius: 0px !important; box-shadow: none !important; flex: 0 0 auto !important; }
  .mobile-card-image:hover { transform: none !important; box-shadow: none !important; border: none !important; }
  .mobile-card-overlay { position: absolute; inset: 0px; padding: 10px; background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 15%, transparent 35%, transparent 65%, rgba(0, 0, 0, 0.6) 85%, rgba(0, 0, 0, 0.95) 100%); display: flex; flex-direction: column; justify-content: space-between; pointer-events: none; z-index: 1; }
  .mobile-card-overlay > * { pointer-events: auto; }
  .mobile-image-info-btn { position: absolute; bottom: 8px; right: 8px; background: rgba(0, 0, 0, 0.75); backdrop-filter: blur(10px); border: none; border-radius: 50%; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2; transition: 0.2s; box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px; }
  .mobile-image-info-btn svg { color: white; filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 1px 2px); }
  .mobile-image-info-btn:hover { background: rgba(0, 0, 0, 0.9); transform: scale(1.05); box-shadow: rgba(0, 0, 0, 0.6) 0px 4px 12px; }
  .mobile-image-info-btn:active { transform: scale(0.95); }
  .mobile-card-top-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; align-self: stretch; width: 100%; }
  .mobile-card-rating { background: rgba(0, 0, 0, 0.85); backdrop-filter: blur(10px); color: white; padding: 6px 10px; border-radius: 8px; font-size: 0.8rem; font-weight: 700; display: flex; align-items: center; gap: 3px; box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px; }
  .mobile-countdown { background: rgba(124, 58, 237, 0.95); backdrop-filter: blur(10px); color: white; padding: 6px 10px; border-radius: 8px; font-size: 0.75rem; font-weight: 700; box-shadow: rgba(124, 58, 237, 0.6) 0px 2px 8px; white-space: nowrap; }
  .mobile-card-title { font-size: 0.95rem; font-weight: 800; line-height: 1.3; color: white; margin-bottom: 6px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-shadow: rgba(0, 0, 0, 0.9) 0px 2px 8px, rgb(0, 0, 0) 0px 1px 3px, rgb(0, 0, 0) 1px 1px 2px; filter: drop-shadow(rgba(0, 0, 0, 0.8) 0px 0px 4px); }
  .mobile-card-status-row { display: flex; justify-content: space-between; align-items: center; gap: 8px; }
  .mobile-episode-info { font-size: 0.8rem; font-weight: 700; color: white; background: rgba(0, 0, 0, 0.75); backdrop-filter: blur(8px); padding: 4px 8px; border-radius: 6px; text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 3px; }
  .mobile-series-badge { margin-top: 6px; display: inline-block; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(4px); color: rgb(124, 58, 237); padding: 4px 8px; border-radius: 6px; font-size: 0.7rem; font-weight: 700; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px; }
  .mobile-card-status { margin-top: 0px; }
  .status-completed { display: inline-flex; align-items: center; gap: 4px; padding: 4px 8px; border-radius: 8px; background: rgb(16, 185, 129); color: white; font-weight: 700; font-size: 0.75rem; box-shadow: rgba(16, 185, 129, 0.5) 0px 2px 6px; }
  .status-progress { display: inline-block; padding: 4px 8px; border-radius: 8px; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(4px); color: rgb(124, 58, 237); font-weight: 700; font-size: 0.75rem; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px; }
  .mobile-expanded-controls { padding: 12px 16px 16px; margin-top: 15px; background: white; border-top: 1px solid rgb(229, 229, 229); width: 100%; box-sizing: border-box; position: relative; border-radius: 0px 0px 12px 12px; display: none; transform: translateZ(0px); backface-visibility: hidden; -webkit-font-smoothing: antialiased; }
  .mobile-anime-card.expanded .mobile-expanded-controls { display: block; }
  .mobile-close-btn { position: absolute; top: 8px; right: 8px; width: 32px; height: 32px; border-radius: 50%; border: none; background: rgb(243, 244, 246); color: rgb(107, 114, 128); font-size: 1.2rem; font-weight: 400; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: 0.2s; z-index: 10; padding: 0px; line-height: 1; }
  .mobile-close-btn:hover { background: rgb(229, 231, 235); color: rgb(55, 65, 81); }
  .mobile-close-btn:active { background: rgb(209, 213, 219); transform: scale(0.95); }
  @keyframes slideDown { 
  0% { opacity: 0; max-height: 0px; }
  100% { opacity: 1; max-height: 500px; }
}
  .mobile-control-row { margin-bottom: 12px; }
  .mobile-control-row:last-child { margin-bottom: 0px; }
  .mobile-control-label { display: block; font-size: 0.65rem; font-weight: 700; color: rgb(153, 153, 153); margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.8px; }
  .mobile-control-select { width: 100%; padding: 10px 32px 10px 12px; font-size: 0.9rem; border-radius: 8px; border: 2px solid rgb(229, 229, 229); background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") right 10px center no-repeat white; color: rgb(0, 0, 0); font-weight: 600; appearance: none; cursor: pointer; transition: 0.2s; }
  .mobile-control-select:active { border-color: rgb(124, 58, 237); background-color: rgb(250, 245, 255); }
  .mobile-episode-controls { display: flex; gap: 8px; align-items: center; }
  .mobile-episode-btn { width: 40px; height: 40px; border-radius: 10px; border: 2px solid rgb(229, 229, 229); background: white; color: rgb(124, 58, 237); font-size: 1.2rem; font-weight: 700; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.2s; flex-shrink: 0; }
  .mobile-episode-btn:active { background: rgb(124, 58, 237); color: white; transform: scale(0.92); border-color: rgb(124, 58, 237); }
  .mobile-episode-input { flex: 1 1 0%; padding: 10px; font-size: 0.95rem; border-radius: 8px; border: 2px solid rgb(229, 229, 229); background: white; text-align: center; font-weight: 700; color: rgb(0, 0, 0); transition: 0.2s; }
  .mobile-episode-input:focus { outline: none; border-color: rgb(124, 58, 237); background: rgb(250, 245, 255); }
  .mobile-remove-btn { width: 100%; padding: 10px; margin-top: 8px; border-radius: 8px; border: 2px solid rgb(252, 165, 165); background: white; color: rgb(220, 38, 38); font-size: 0.85rem; font-weight: 700; cursor: pointer; transition: 0.2s; text-transform: uppercase; letter-spacing: 0.5px; }
  .mobile-remove-btn:active { background: rgb(254, 242, 242); transform: scale(0.97); border-color: rgb(220, 38, 38); }
  .mobile-action-icon-btn { flex: 1 1 0%; min-width: 0px; padding: 12px; border-radius: 10px; border: none; background: rgba(139, 92, 246, 0.15); color: rgb(167, 139, 250); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: 0.2s; }
  .mobile-action-icon-btn:active { transform: scale(0.95); background: rgba(139, 92, 246, 0.25); }
  .mobile-action-icon-btn.delete { background: rgba(239, 68, 68, 0.15); color: rgb(248, 113, 113); }
  .mobile-action-icon-btn.delete:active { background: rgba(239, 68, 68, 0.25); }
  .mobile-action-icon-btn svg { width: 20px; height: 20px; }
  .saved-list > li:not(.mobile-anime-card):not(.list-anime-card):not(.list-letter-header) { display: none; }
  .update-badge, .registered-badge, .series-badge, .countdown-badge { display: inline-block; font-size: 0.65rem !important; padding: 3px 6px !important; margin: 2px 4px 2px 0px !important; }
  .genre-tag { font-size: 0.65rem; padding: 3px 7px; }
  #clear-saved, #export-btn, #import-btn { font-size: 0.75rem; padding: 8px 12px; }
  .welcome-message h1 { font-size: 1.5rem; }
  .welcome-message .subtitle { font-size: 0.85rem; }
  #search-input { font-size: 0.9rem; padding: 12px; }
  .saved-card h2 { font-size: 0.95rem; }
  .saved-card header { flex-flow: row !important; justify-content: space-between !important; align-items: center !important; gap: 8px !important; }
  .saved-card header > div:first-child { order: 1; flex-flow: row !important; align-items: center !important; gap: 8px !important; flex: 1 1 100% !important; }
  .saved-card header > div:last-child { order: 2; flex-direction: row !important; gap: 6px !important; }
  .filter-select { font-size: 0.85rem; padding: 8px 12px; margin-top: 4px; flex: 1 1 100% !important; min-width: 100% !important; }
  .icon-btn { width: 32px; height: 32px; }
  .icon-btn svg { width: 16px; height: 16px; }
  .container > .profile-toggle { z-index: 15; position: absolute !important; top: max(12px, env(safe-area-inset-top)) !important; right: max(12px, env(safe-area-inset-right)) !important; width: 40px !important; height: 40px !important; }
  .container > .theme-toggle { z-index: 10; opacity: 0.4; position: absolute !important; top: max(12px, env(safe-area-inset-top)) !important; left: max(0px, env(safe-area-inset-left)) !important; right: auto !important; transform: none !important; }
  .container > .theme-toggle:hover { opacity: 1; }
  .profile-dropdown { z-index: 30; position: absolute !important; inset: 55px 0px auto auto !important; width: auto !important; min-width: 200px !important; border-radius: 12px !important; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 20px !important; }
  .welcome-section { margin-top: 50px !important; margin-bottom: 20px; }
  .results-container { display: flex; flex-direction: column; gap: 16px; }
  footer { margin-top: 40px; padding: 20px 12px !important; }
  footer p { font-size: 0.85rem; line-height: 1.6; }
}

@media (max-width: 768px) {
  .view-mode-toggle { display: none; }
}

@media (max-width: 1024px) {
  #saved-list.list-mode { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}

@media (max-width: 768px) {
  #saved-list.list-mode { grid-template-columns: 1fr; gap: 8px; }
}

@media (max-width: 768px) {
  .list-anime-card { gap: 25px; flex-wrap: nowrap; padding: 8px !important; }
  .list-card-image { max-width: 50px; max-height: 70px; width: 50px !important; height: 70px !important; }
  .list-card-title { font-size: 0.8rem; }
  .list-card-episode { font-size: 0.7rem; }
  .airing-widget { padding: 5px; }
  .airing-widget-header { margin-bottom: 12px; margin-left: 12px; margin-top: 12px; }
  .list-letter-header { padding: 2px 0px; margin: 8px 0px; }
  .list-letter-header::before, .list-letter-header::after { height: 1px; }
  .list-letter-header::before { margin-right: 12px; }
  .list-letter-header::after { margin-left: 12px; }
  .list-letter-header span { font-size: 0.55rem; font-weight: 400; opacity: 0.5; padding: 0px; background: none !important; }
}

@media (max-width: 1024px) {
  .calendar-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 768px) {
  .schedule-header { flex-direction: column; align-items: flex-start; }
  .schedule-title { font-size: 2rem; }
  .schedule-icon { width: 28px; height: 28px; }
  .schedule-controls { width: 100%; justify-content: center; }
  .calendar-grid { grid-template-columns: 1fr; gap: 12px; }
  .calendar-day { min-height: auto; }
  .week-navigation { gap: 16px; }
  .week-label { font-size: 1.2rem; min-width: auto; }
  .list-episodes { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .schedule-title { font-size: 1.5rem; }
  .schedule-icon { width: 24px; height: 24px; }
  .schedule-view-btn { padding: 8px 16px; font-size: 13px; }
  .schedule-view-btn svg { width: 14px; height: 14px; }
}

@media (max-width: 768px) {
  .month-day { min-height: 100px; padding: 8px; }
  .month-day-number { font-size: 14px; }
  .month-episode { font-size: 10px; padding: 3px 4px; }
  .month-episode-dot { width: 4px; height: 4px; }
}

@media (max-width: 480px) {
  .month-grid { padding: 12px; }
  .month-day-header { font-size: 11px; padding: 4px; }
  .month-days { gap: 4px; }
  .month-day { min-height: 80px; padding: 6px; }
  .month-day-number { font-size: 12px; margin-bottom: 4px; }
  .month-episode-title { display: none; }
}
