@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--bg-color: #0b0d1a;--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .08);--primary: #6366f1;--primary-glow: rgba(99, 102, 241, .5);--accent-purple: #a855f7;--accent-blue: #3b82f6;--accent-pink: #ec4899;--text-main: #ffffff;--text-muted: #94a3b8;--danger: #ef4444;--success: #10b981;--glass-blur: blur(12px)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,sans-serif;background-color:var(--bg-color);color:var(--text-main);min-height:100vh;margin:0;position:relative;overflow-x:hidden;transition:background-color .3s ease,color .3s ease}#root{min-height:100vh}body[data-theme=light]{--bg-color: #f4f7fb;--card-bg: rgba(255, 255, 255, .78);--card-border: rgba(148, 163, 184, .22);--text-main: #101828;--text-muted: #475467}.ambient-glow{position:fixed;border-radius:50%;z-index:-1;filter:blur(120px);pointer-events:none;opacity:.15}.glow-1{width:600px;height:600px;background:radial-gradient(circle,var(--accent-purple) 0%,transparent 70%);top:-100px;left:-100px}.glow-2{width:500px;height:500px;background:radial-gradient(circle,var(--accent-pink) 0%,transparent 70%);bottom:-100px;right:-100px}.glow-3{width:400px;height:400px;background:radial-gradient(circle,var(--accent-blue) 0%,transparent 70%);top:40%;left:60%}a{text-decoration:none;color:inherit}button{font-family:Outfit,sans-serif;cursor:pointer;border:none;outline:none;background:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass{background:var(--card-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--card-border)}.glass-card{background:var(--card-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--card-border);border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-card:hover{background:#ffffff0d;border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.text-gradient{background:linear-gradient(135deg,var(--accent-blue) 0%,var(--accent-purple) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{background:linear-gradient(135deg,var(--accent-blue),var(--accent-purple));color:#fff;padding:.8rem 1.4rem;border-radius:999px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 18px 40px #3b82f63d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 48px #6366f157}.btn-icon{padding:.5rem;border-radius:8px;color:var(--text-muted);background:#ffffff0d}.btn-icon:hover{background:#ffffff1a;color:var(--text-main)}.btn-icon:focus-visible{outline:2px solid rgba(99,102,241,.55);outline-offset:2px;color:var(--text-main)}body[data-theme=light] .btn-icon:focus-visible{outline-color:#2563eb73}.btn-danger{color:#fca5a5;background:#ef44441a;padding:.5rem;border-radius:8px}.btn-danger:hover{background:#ef444433;color:#f87171}.btn-outline{background:transparent;border:1px solid var(--card-border);color:var(--text-main)}.btn-outline:hover{background:#ffffff0d;border-color:var(--primary)}.favorite-button{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:999px;background:#0f172a8c;border:1px solid rgba(255,255,255,.14);color:var(--text-muted);transition:transform .2s ease,color .2s ease,background .2s ease,border-color .2s ease}.favorite-button:hover{transform:translateY(-1px);color:#f43f5e;background:#f43f5e1f;border-color:#f43f5e59}.toast-stack{position:fixed;top:5.5rem;right:1rem;z-index:400;display:flex;flex-direction:column;gap:.75rem;pointer-events:none}.toast{min-width:220px;max-width:320px;padding:.9rem 1rem;border-radius:1rem;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 45px #00000038;font-weight:700}.toast--success{background:#10b98129;color:#d1fae5;border-color:#10b98147}.toast--error{background:#ef444429;color:#fecaca;border-color:#ef444447}.pos-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;font-size:.7rem;font-weight:600;border-radius:999px;background:#6366f133;color:#a5b4fc;text-transform:lowercase}.pos-badge--noun{background:#3b82f633;color:#93c5fd}.pos-badge--verb{background:#10b98133;color:#6ee7b7}.pos-badge--adjective{background:#a855f733;color:#d8b4fe}.pos-badge--adverb{background:#ec489933;color:#f9a8d4}.pos-badge--preposition{background:#eab30833;color:#fde68a}.pos-badge--conjunction{background:#14b8a633;color:#99f6e4}input,textarea,select{font-family:Outfit,sans-serif;width:100%;background:#0003;border:1px solid var(--card-border);color:var(--text-main);padding:.75rem 1rem;border-radius:8px;outline:none;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:var(--primary)}.admin-input,.admin-textarea{background:#0003;border:1px solid var(--card-border);color:var(--text-main);padding:.75rem 1rem;border-radius:8px;outline:none;transition:border-color .2s;width:100%;font-family:inherit}.admin-input:focus,.admin-textarea:focus{border-color:var(--primary)}.admin-select{background:#0f122373!important;color:var(--text-main)!important;border:1px solid var(--card-border);cursor:pointer}.admin-select option,.admin-select optgroup{background-color:#1a1e35;color:#fff}input::placeholder,textarea::placeholder{color:color-mix(in srgb,var(--text-muted) 82%,transparent)}body[data-theme=light] input,body[data-theme=light] textarea,body[data-theme=light] select,body[data-theme=light] .mode-answer-input,body[data-theme=light] .admin-input,body[data-theme=light] .admin-textarea,body[data-theme=light] .admin-select,body[data-theme=light] .admin-role-select{background:#ffffffeb;color:#101828;border-color:#94a3b857;caret-color:#101828}body[data-theme=light] input::placeholder,body[data-theme=light] textarea::placeholder{color:#667085}body[data-theme=light] .btn-icon,body[data-theme=light] .theme-toggle,body[data-theme=light] .music-toggle{background:#ffffffd1;border-color:#94a3b83d}body[data-theme=light] .btn-outline,body[data-theme=light] .favorite-button,body[data-theme=light] .nav-notification-bell,body[data-theme=light] .site-nav-mobile-toggle,body[data-theme=light] .admin-book-action,body[data-theme=light] .admin-set-action,body[data-theme=light] .admin-sets-close{background:#ffffffe0;border-color:#94a3b847;color:#101828}body[data-theme=light] .btn-outline:hover,body[data-theme=light] .favorite-button:hover,body[data-theme=light] .nav-notification-bell:hover,body[data-theme=light] .site-nav-mobile-toggle:hover,body[data-theme=light] .admin-book-action:hover,body[data-theme=light] .admin-set-action:hover,body[data-theme=light] .admin-sets-close:hover{background:#f1f5f9f5;border-color:#6366f152;color:#0f172a}body[data-theme=light] .btn-danger{background:#fee2e2e6;color:#b42318;border:1px solid rgba(240,68,56,.22)}body[data-theme=light] .btn-danger:hover{background:#fecdd3f5;color:#912018}body[data-theme=light] .music-toggle.is-active{border-color:#10b98147;background:#d1fae5f2;color:#047857;box-shadow:0 12px 28px #10b9811f}body[data-theme=light] .pomodoro-nav{background:#ffffffe6;border-color:#94a3b847;color:#101828}body[data-theme=light] .pomodoro-nav.is-focus{background:#fee2e2db;border-color:#f8717140}body[data-theme=light] .pomodoro-nav.is-break{background:#dbeafee6;border-color:#60a5fa47}body[data-theme=light] .book-meta-count,body[data-theme=light] .admin-sets-meta,body[data-theme=light] .admin-books-subtitle,body[data-theme=light] .admin-book-meta,body[data-theme=light] .admin-book-meta-hint,body[data-theme=light] .admin-empty-state p,body[data-theme=light] .admin-upload-hint,body[data-theme=light] .admin-upload-label{color:#475467}.pomodoro-lock-overlay{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(circle at top,rgba(59,130,246,.28),transparent 32%),#070c18e6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.pomodoro-lock-card{width:min(480px,100%);padding:2rem;border-radius:2rem;border:1px solid rgba(96,165,250,.2);background:linear-gradient(180deg,#0a162cf5,#0b101df5);text-align:center;box-shadow:0 30px 80px #0000005c}.pomodoro-lock-badge{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .8rem;border-radius:999px;background:#3b82f629;color:#bfdbfe;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.pomodoro-lock-card h2{margin-top:1rem;font-size:clamp(2rem,5vw,3rem);letter-spacing:-.04em}.pomodoro-lock-card p{margin-top:.85rem;color:#bfd3f3;line-height:1.7}.pomodoro-lock-time{margin-top:1.5rem;font-size:clamp(2.4rem,8vw,4rem);font-weight:900;letter-spacing:.08em;color:#eff6ff}body[data-theme=light] .pomodoro-lock-overlay{background:radial-gradient(circle at top,rgba(96,165,250,.22),transparent 32%),#eff6ffe0}body[data-theme=light] .pomodoro-lock-card{background:linear-gradient(180deg,#fffffffa,#eff6fff5);border-color:#60a5fa33;box-shadow:0 24px 60px #94a3b83d}body[data-theme=light] .pomodoro-lock-badge{background:#3b82f61f;color:#1d4ed8}body[data-theme=light] .pomodoro-lock-card h2,body[data-theme=light] .pomodoro-lock-time{color:#0f172a}body[data-theme=light] .pomodoro-lock-card p{color:#475467}body[data-theme=light] .glass-card:hover{background:#ffffffe0;border-color:#6366f12e;box-shadow:0 18px 38px #94a3b82e}.container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.site-nav{position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);background:#060812b8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-brand{display:inline-flex;align-items:center;gap:.75rem;font-size:1.35rem;font-weight:700;letter-spacing:-.03em}.site-brand img{display:block;width:auto;height:2rem}.site-nav-actions{display:flex;align-items:center;gap:1rem}.site-nav-mobile-toggle{display:none;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border-radius:999px;border:1px solid var(--card-border);background:#ffffff0d;color:var(--text-main)}.site-nav-pill-link{justify-content:center}.theme-toggle{display:inline-flex;align-items:center;gap:.55rem;padding:.7rem 1rem;border:1px solid var(--card-border);border-radius:999px;background:#ffffff0d;color:var(--text-main);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.music-toggle{display:inline-flex;align-items:center;gap:.6rem;padding:.7rem 1rem;border:1px solid var(--card-border);border-radius:999px;background:#ffffff0d;color:var(--text-main);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.music-toggle:hover{background:#ffffff1a;transform:translateY(-1px)}.music-toggle:active{transform:scale(.97)}.music-toggle.is-active{border-color:#6ee7b766;background:#10b98124;color:#d1fae5;box-shadow:0 12px 28px #10b98129}.music-toggle:disabled{opacity:.55;cursor:not-allowed;transform:none}.music-toggle__icon{display:inline-flex;align-items:center;gap:.3rem;transition:transform .2s ease}.music-toggle:hover .music-toggle__icon{transform:scale(1.06)}.music-page-hero{display:flex;justify-content:space-between;gap:1.5rem;padding:2rem;margin-bottom:1.5rem;background:radial-gradient(circle at top left,rgba(56,189,248,.16),transparent 36%),radial-gradient(circle at bottom right,rgba(34,197,94,.16),transparent 34%),#ffffff0a}.music-page-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .8rem;border-radius:999px;border:1px solid rgba(255,255,255,.08);margin-bottom:1rem;color:var(--text-muted)}.music-page-title{margin:0 0 .75rem;font-size:clamp(1.9rem,4vw,3rem);line-height:1.05}.music-page-subtitle{margin:0;max-width:640px;color:var(--text-muted);line-height:1.7}.music-page-current{min-width:220px;align-self:stretch;display:flex;flex-direction:column;justify-content:space-between;gap:.6rem;padding:1.25rem;border-radius:24px;background:#0000002e;border:1px solid rgba(255,255,255,.06)}.music-page-current-label{color:var(--text-muted);font-size:.85rem}.music-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.music-card{padding:1.4rem;display:grid;gap:1.25rem;border:1px solid rgba(255,255,255,.06)}.music-card.is-selected{border-color:#22c55e59;box-shadow:0 18px 45px #22c55e1f}.music-card-top{display:flex;align-items:center;gap:.9rem}.music-card-top h2{margin:0 0 .35rem;font-size:1.1rem}.music-card-top p{margin:0;color:var(--text-muted);font-size:.9rem}.music-card-icon{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f62e,#22c55e2e);color:#dbeafe}.music-card-actions{display:flex;gap:.75rem;flex-wrap:wrap}.music-card-actions>button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;flex:1}.pomodoro-nav{display:inline-flex;align-items:center;gap:.55rem;padding:.45rem .55rem .45rem .85rem;border:1px solid var(--card-border);border-radius:999px;background:#ffffff0d;color:var(--text-main)}.pomodoro-nav.is-focus{border-color:#f8717142;background:#f871711f}.pomodoro-nav.is-break{border-color:#60a5fa42;background:#3b82f624}.pomodoro-nav__time{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;letter-spacing:.04em}.pomodoro-nav__emoji{font-size:1rem}@media(max-width:900px){.music-page-hero{flex-direction:column}.music-page-current{min-width:auto}}.pomodoro-nav__start,.pomodoro-nav__mode{display:inline-flex;align-items:center;justify-content:center;min-width:5.6rem;padding:.55rem .9rem;border-radius:999px;font-size:.82rem;font-weight:700}.pomodoro-nav__start{background:linear-gradient(135deg,#fb7185,#f97316);color:#fff;box-shadow:0 10px 24px #f973163d}.pomodoro-nav__mode{background:#ffffff14;color:inherit}.theme-toggle:hover{background:#ffffff1a}.site-nav-link,.site-nav-user{color:var(--text-main);font-weight:500}.admin-notifications-tab .tab-btn{border:none;background:transparent;color:var(--text-muted);font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.admin-notifications-tab .tab-btn.active{background:var(--primary);color:#fff;box-shadow:0 4px 12px #6366f14d}.admin-notifications-tab .tab-btn:hover:not(.active){background:#ffffff0d;color:var(--text-main)}.unread-badge{background:#ef4444;color:#fff;font-size:.65rem;font-weight:800;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding:2px;border:2px solid var(--bg-color);box-shadow:0 0 10px #ef444466}.nav-notification-bell{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff0d;border:1px solid var(--card-border);transition:all .2s ease}.nav-notification-bell:hover{background:#ffffff1a;transform:translateY(-1px);border-color:var(--primary)}.nav-notification-bell .unread-badge{position:absolute;top:-4px;right:-4px}.site-nav-link{opacity:.86}.site-nav-link:hover{opacity:1}.landing-shell{position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(circle at top,rgba(80,97,255,.14),transparent 32%),radial-gradient(circle at 80% 18%,rgba(236,72,153,.12),transparent 24%),linear-gradient(180deg,#0b0d1a,#090b16)}.landing-ambient{position:absolute;border-radius:999px;filter:blur(120px);opacity:.24;pointer-events:none}.landing-ambient-a{top:4rem;left:-8rem;width:24rem;height:24rem;background:#6058ff47}.landing-ambient-b{top:20rem;right:-4rem;width:20rem;height:20rem;background:#2563eb38}.landing-ambient-c{bottom:8rem;left:20%;width:18rem;height:18rem;background:#ec48992e}.landing-section{position:relative;padding:4.5rem 0}.landing-container{width:min(1180px,calc(100% - 2rem));margin:0 auto;position:relative;z-index:1}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:3rem;align-items:center;min-height:calc(100vh - 88px);padding-top:2rem}.hero-copy{max-width:36rem}.hero-badge,.section-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .95rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#c9d5ff;font-size:.88rem;font-weight:600}.hero-title{margin-top:1.4rem;font-size:clamp(3.3rem,8vw,6rem);line-height:.95;letter-spacing:-.06em}.hero-title span,.section-heading h2 span{background:linear-gradient(135deg,#6ec8ff,#7c6cff 48%,#f58bd7);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-text,.section-heading p,.landing-card p,.mode-card p,.step-card p,.tip-card p,.cta-block p{color:#9ca7c4;line-height:1.75}.hero-text{margin-top:1.4rem;max-width:34rem;font-size:1.08rem}.hero-status-banner{margin-top:1.35rem;max-width:35rem;padding:1rem 1.05rem;border:1px solid rgba(250,204,21,.2);border-radius:1.15rem;background:linear-gradient(135deg,#facc151f,#fb923c14),#ffffff0a;box-shadow:inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero-status-banner__title{display:inline-flex;align-items:center;gap:.55rem;color:#fde68a;font-size:.95rem;font-weight:700}.hero-status-banner p{margin:.55rem 0 0;color:#d5d9e7;line-height:1.65;font-size:.94rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.landing-button{display:inline-flex;align-items:center;justify-content:center;gap:.65rem;min-width:11rem;padding:1rem 1.4rem;border-radius:999px;font-weight:700;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.landing-button:hover{transform:translateY(-2px) scale(1.01)}.landing-button-primary{background:linear-gradient(135deg,#2788ff,#6a5cff 55%,#d65eff);box-shadow:0 22px 60px #4960ff52}.landing-button-secondary{border:1px solid rgba(255,255,255,.12);background:#ffffff0d;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2.4rem}.hero-metrics div{padding:1rem 1.15rem;border:1px solid rgba(255,255,255,.08);border-radius:1.35rem;background:#ffffff0a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-metrics strong{display:block;font-size:1.3rem;margin-bottom:.25rem}.hero-metrics span{color:#95a4c6;font-size:.88rem}.hero-visual{position:relative;min-height:38rem}.hero-visual-glow{position:absolute;inset:12% 14%;border-radius:999px;background:radial-gradient(circle,#5173ff57,#5173ff00 70%);filter:blur(30px)}.hero-illustration-card{position:relative;display:flex;align-items:center;justify-content:center;min-height:38rem;border:1px solid rgba(255,255,255,.09);border-radius:2.2rem;background:linear-gradient(180deg,#ffffff14,#ffffff08),#070a16c7;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);box-shadow:inset 0 1px #ffffff14,0 24px 90px #00000057;overflow:hidden}.hero-illustration{position:relative;z-index:2;width:min(100%,31rem);object-fit:contain;filter:drop-shadow(0 20px 55px rgba(80,111,255,.32))}.hero-orbit{position:absolute;border:1px solid rgba(255,255,255,.08);border-radius:999px}.hero-orbit-a{width:28rem;height:28rem}.hero-orbit-b{width:20rem;height:20rem}.hero-panel{position:absolute;z-index:3;padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.1);border-radius:1.1rem;background:#ffffff0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 12px 40px #0000002e}.hero-panel span{display:block;color:#9cabcd;font-size:.8rem}.hero-panel strong{display:block;margin-top:.25rem;font-size:1rem}.hero-panel-top{top:2rem;left:1.75rem}.hero-panel-bottom{right:1.75rem;bottom:2rem;display:flex;align-items:center;gap:1rem}.panel-pulse{width:.8rem;height:.8rem;border-radius:999px;background:#75a7ff;box-shadow:0 0 0 8px #75a7ff1f}.hero-particle,.hero-trail{position:absolute;pointer-events:none}.hero-particle{width:.6rem;height:.6rem;border-radius:999px;background:#ffffffa6;box-shadow:0 0 20px #839affa6}.hero-particle-a{top:18%;right:8%}.hero-particle-b{top:48%;left:7%}.hero-particle-c{bottom:16%;right:18%}.hero-trail{height:2px;background:linear-gradient(90deg,#fff0,#6b96ffcc,#fff0);border-radius:999px;opacity:.7}.hero-trail-a{top:28%;left:12%;width:9rem;transform:rotate(-18deg)}.hero-trail-b{right:6%;bottom:30%;width:7rem;transform:rotate(24deg)}.section-heading{margin-bottom:2rem;text-align:center}.section-heading h2{margin-top:1rem;font-size:clamp(2.2rem,5vw,4rem);line-height:1.02;letter-spacing:-.05em}.section-heading p{max-width:40rem;margin:1rem auto 0}.feature-grid,.tips-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.landing-card,.tip-card,.step-card{position:relative;padding:1.6rem}.landing-card{min-height:15rem}.glass-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:1.5rem;box-shadow:0 18px 50px #0000002e}.landing-card:hover,.mode-card:hover,.tip-card:hover,.step-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 24px 65px #3b82f624;border-color:#7d92ff59}.card-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1rem;border-radius:1rem;background:linear-gradient(135deg,#2788ff2e,#875cff2e);color:#bfd3ff;box-shadow:inset 0 1px #ffffff14}.landing-card h3,.mode-card h3,.step-card h3,.tip-card h3{margin-bottom:.75rem;font-size:1.22rem;letter-spacing:-.03em}.modes-section{padding-top:3rem}.modes-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:1.25rem}.mode-card{position:relative;min-height:17rem;padding:1px;border-radius:1.7rem;background:#ffffff0a;overflow:hidden}.mode-card-featured{grid-column:span 2}.mode-card-border{position:absolute;inset:0;background:linear-gradient(135deg,#2788ff7a,#815cff61,#f66fbf57);opacity:.9}.mode-card-content{position:relative;z-index:1;height:100%;padding:1.7rem;border-radius:1.65rem;background:#0b0e1ceb}.mode-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.8rem;color:#c9d4ff;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.steps-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.step-card{overflow:hidden}.step-number{display:inline-flex;margin-bottom:1rem;color:#90a8ff;font-size:.84rem;font-weight:800;letter-spacing:.18em}.step-connector{position:absolute;top:2rem;right:-1.4rem;width:2rem;height:2px;background:linear-gradient(90deg,#7392ffb3,#7392ff00)}.tips-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.access-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.access-card{position:relative;padding:1.7rem;overflow:hidden;min-height:21rem}.access-card-glow{position:absolute;width:12rem;height:12rem;top:-4rem;right:-3rem;border-radius:999px;filter:blur(70px)}.access-card-top{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.access-card-badge{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;border:1px solid;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.access-card h3{margin-top:.9rem;margin-bottom:0;font-size:1.55rem;letter-spacing:-.04em}.access-card-icon{display:inline-flex;align-items:center;justify-content:center;width:3.4rem;height:3.4rem;border-radius:1.15rem;flex-shrink:0}.access-card p,.access-highlight-card p{color:#dbe1f5c7}.access-list{position:relative;z-index:1;display:grid;gap:.85rem;margin-top:1.4rem}.access-list-item{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;border-radius:1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.access-list-dot{width:.65rem;height:.65rem;margin-top:.35rem;border-radius:999px;flex-shrink:0}.access-highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;margin-top:1.2rem}.access-highlight-card{padding:1.4rem;min-height:13rem}.cta-block{position:relative;padding:4rem 1.5rem;border-radius:2rem;background:linear-gradient(135deg,#1f68ffe0,#6758ffe6,#e057b9d6);text-align:center;overflow:hidden;box-shadow:0 24px 90px #485cff40}.cta-block h2{margin-top:1rem;font-size:clamp(2.4rem,6vw,4.8rem);line-height:1;letter-spacing:-.05em}.cta-block p{max-width:38rem;margin:1rem auto 2rem;color:#f1f5ffd1}.cta-block .landing-button-primary{background:#fff;color:#2341cf;box-shadow:0 16px 44px #0814523d}.cta-glow{position:absolute;width:18rem;height:18rem;top:-7rem;right:-3rem;border-radius:999px;background:#ffffff2e;filter:blur(80px)}body[data-theme=light] .site-nav{border-bottom-color:#0f172a14;background:#fffc}body[data-theme=light] .site-nav-link,body[data-theme=light] .site-nav-user,body[data-theme=light] .hero-text,body[data-theme=light] .section-heading p,body[data-theme=light] .landing-card p,body[data-theme=light] .mode-card p,body[data-theme=light] .step-card p,body[data-theme=light] .tip-card p,body[data-theme=light] .access-card p,body[data-theme=light] .access-highlight-card p{color:#475467}body[data-theme=light] .hero-status-banner{border-color:#f59e0b38;background:linear-gradient(135deg,#f59e0b1f,#fbbf2414),#ffffffdb}body[data-theme=light] .hero-status-banner__title{color:#b45309}body[data-theme=light] .hero-status-banner p{color:#7c5b16}body[data-theme=light] .theme-toggle,body[data-theme=light] .landing-button-secondary,body[data-theme=light] .hero-metrics div,body[data-theme=light] .hero-panel,body[data-theme=light] .glass-card,body[data-theme=light] .mode-card-content{background:#ffffffd1;border-color:#94a3b838;color:#101828}body[data-theme=light] .landing-shell{background:radial-gradient(circle at top,rgba(59,130,246,.12),transparent 34%),radial-gradient(circle at 80% 16%,rgba(236,72,153,.1),transparent 22%),linear-gradient(180deg,#f7f9fc,#eef4ff)}body[data-theme=light] .landing-ambient-a{background:#3b82f624}body[data-theme=light] .landing-ambient-b{background:#a855f71f}body[data-theme=light] .landing-ambient-c{background:#ec48991a}body[data-theme=light] .hero-badge,body[data-theme=light] .section-kicker{background:#ffffffd9;border-color:#94a3b838;color:#3658d6}body[data-theme=light] .hero-title,body[data-theme=light] .section-heading h2,body[data-theme=light] .landing-card h3,body[data-theme=light] .mode-card h3,body[data-theme=light] .step-card h3,body[data-theme=light] .tip-card h3,body[data-theme=light] .hero-metrics strong,body[data-theme=light] .hero-panel strong,body[data-theme=light] .site-brand{color:#101828}body[data-theme=light] .hero-illustration-card{border-color:#94a3b82e;background:linear-gradient(180deg,#ffffffe6,#f5f7fac7),#ffffffd6;box-shadow:inset 0 1px #fffc,0 24px 90px #94a3b83d}body[data-theme=light] .hero-orbit{border-color:#3b82f61f}body[data-theme=light] .card-icon{color:#3658d6;background:linear-gradient(135deg,#3b82f61f,#a855f71f)}body[data-theme=light] .mode-card{background:#ffffff8a}body[data-theme=light] .access-list-item{background:#ffffffb8;border-color:#94a3b838}body[data-theme=light] .cta-block{background:linear-gradient(135deg,#2f67ff,#6d5eff,#ee77c3)}.flex-between{display:flex;align-items:center;justify-content:space-between}.admin-page-shell{width:min(1200px,calc(100% - 2rem))}.admin-page-title,.admin-page-tabs{flex-wrap:wrap}.admin-users-panel{align-items:flex-start;gap:1.5rem}.admin-users-table-wrap{width:100%}.create-set-topbar{gap:1rem;flex-wrap:wrap}.create-set-card-header{gap:1rem}.create-set-upload-row{flex-wrap:wrap}.dashboard-search-result{width:100%}.mode-shell{min-height:calc(100dvh - 70px);display:flex;flex-direction:column}.mode-topbar{gap:1rem}.mode-topbar-main,.mode-topbar-actions{display:flex;align-items:center;gap:1rem;min-width:0}.mode-progress{min-width:5rem}.mode-progress-wide{min-width:8rem}.mode-content{min-height:0}.mode-content-centered{justify-content:center}.mode-card{border-radius:1.5rem}.mode-settings-panel{max-width:min(320px,calc(100vw - 2rem))}.mode-answer-grid{width:100%}.mode-answer-input{min-width:0}.learn-actions{flex-wrap:wrap}.mobile-hero-card,.mobile-content-card,.mobile-modal-card,.auth-card{border-radius:1.6rem}.favorites-grid{align-items:stretch}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.animate-slide-in-right{animation:slideInRight .3s cubic-bezier(.4,0,.2,1) forwards}.dashboard-top-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.95fr);gap:.9rem;align-items:stretch;margin-bottom:.9rem}.dashboard-hero{position:relative;margin-bottom:0;padding:1.7rem 2rem;border-radius:2rem;border:1px solid rgba(99,102,241,.25);background:linear-gradient(145deg,#181b2aeb,#4c5eff1f);overflow:hidden;box-shadow:0 24px 70px #0006}.dashboard-hero-glow{position:absolute;inset:-20% -10% auto auto;width:70%;height:160%;background:radial-gradient(circle,rgba(99,102,241,.35) 0%,transparent 60%);filter:blur(50px);opacity:.8;pointer-events:none}.dashboard-hero-content{position:relative;z-index:1;max-width:100%}.dashboard-kicker{display:inline-flex;align-items:center;gap:.6rem;padding:.45rem .95rem;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#c7d2fe;font-size:.72rem;font-weight:700;letter-spacing:.18em}.dashboard-title{margin-top:.7rem;font-size:clamp(2.05rem,3.7vw,3rem);letter-spacing:-.04em}.dashboard-subtitle{margin-top:.45rem;font-size:.98rem;color:var(--text-muted);max-width:28rem;line-height:1.5}.dashboard-hero-meta{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:.85rem}.dashboard-hero-stat{min-width:7.8rem;padding:.72rem .95rem;border-radius:1rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dashboard-hero-stat span{display:block;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:#cbd5f5}.dashboard-hero-stat strong{display:block;margin-top:.2rem;font-size:1.15rem}.dashboard-side-stack{display:grid;grid-template-rows:auto 1fr;gap:.55rem;align-content:stretch;height:100%}.dashboard-stats-grid{padding:.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.dashboard-stat-card{padding:.68rem .74rem;display:flex;align-items:center;gap:.5rem;background:#ffffff05;text-align:left;border-radius:.9rem}.dashboard-stat-card--review{background:#fbbf2414;border:1px solid rgba(251,191,36,.2)}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:2rem}.dashboard-pomodoro-panel{display:grid;grid-template-columns:1fr;gap:.55rem;align-content:start;padding:.68rem .75rem;min-height:100%;border:1px solid rgba(244,114,182,.14);background:radial-gradient(circle at top left,rgba(249,115,22,.16),transparent 28%),radial-gradient(circle at right,rgba(59,130,246,.12),transparent 24%),#ffffff0a}.dashboard-pomodoro-panel__copy h2{margin-top:.32rem;font-size:clamp(.96rem,1.55vw,1.22rem);letter-spacing:-.04em}.dashboard-pomodoro-panel__copy p{margin-top:.18rem;color:var(--text-muted);line-height:1.32;font-size:.74rem;max-width:30rem}.dashboard-pomodoro-panel__eyebrow{display:inline-flex;align-items:center;gap:.38rem;padding:.36rem .6rem;border-radius:999px;background:#f973161f;color:#fdba74;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.dashboard-pomodoro-panel__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.dashboard-pomodoro-stat{padding:.58rem .62rem;border-radius:.8rem;border:1px solid rgba(255,255,255,.08);background:#ffffff0d}.dashboard-pomodoro-stat__label{display:block;color:var(--text-muted);font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.dashboard-pomodoro-stat__value{display:block;margin-top:.12rem;font-size:.94rem;letter-spacing:-.04em}.dashboard-pomodoro-stat__hint{display:block;margin-top:.1rem;color:var(--text-muted);font-size:.62rem;line-height:1.28}.dashboard-pomodoro-panel__button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.54rem .8rem;border-radius:999px;background:linear-gradient(135deg,#f97316,#ec4899);color:#fff;font-weight:800;font-size:.7rem;box-shadow:0 16px 32px #f973162e;align-self:end}.dashboard-loading{padding:4rem 2rem;text-align:center}.dashboard-empty{padding:4rem 2rem;text-align:center;display:grid;gap:1rem;justify-items:center;max-width:480px;margin:0 auto}.dashboard-empty h2{font-size:1.6rem;letter-spacing:-.02em}.dashboard-empty p{color:var(--text-muted);line-height:1.6}.dashboard-empty-illustration{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#6366f147,#6366f10d);color:#c7d2fe;box-shadow:0 0 35px #6366f140}.page-state-shell{min-height:56vh;display:flex;align-items:center;justify-content:center;padding:2rem 0 4rem}.page-state-card{width:min(100%,34rem);padding:2rem;text-align:center;display:grid;gap:.85rem;justify-items:center}.page-state-eyebrow{padding:.45rem .8rem;border-radius:999px;background:#6366f124;border:1px solid rgba(99,102,241,.2);color:#c7d2fe;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.page-state-title{font-size:clamp(1.4rem,3vw,2rem);letter-spacing:-.02em}.page-state-text{color:var(--text-muted);line-height:1.7;max-width:32rem}body[data-theme=light] .page-state-eyebrow{background:#2563eb14;border-color:#2563eb24;color:#1d4ed8}.book-card{display:flex;flex-direction:column;border-radius:1.6rem;overflow:hidden;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;cursor:pointer}.book-card:focus{outline:2px solid rgba(99,102,241,.5);outline-offset:3px}.book-card:hover{border-color:#6366f173}.book-cover{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:linear-gradient(135deg,#6366f14d,#ec489926)}.book-cover img{width:100%;height:100%;object-fit:cover;display:block}.book-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#080a1200 40%,#080a12c7)}.book-cover-chip{position:absolute;left:.85rem;bottom:.85rem;padding:.32rem .7rem;border-radius:999px;font-size:.7rem;font-weight:600;color:#e2e8f0;background:#0f172ab3;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.book-body{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;flex:1}.book-title{font-size:1.25rem;font-weight:600;letter-spacing:-.02em}.book-description{color:var(--text-muted);font-size:.92rem;line-height:1.6;max-height:3.2em;overflow:hidden}.book-meta{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.book-level{font-size:.72rem;padding:.25rem .7rem;border-radius:999px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.book-level--beginner{color:#86efac;background:#22c55e29;border:1px solid rgba(34,197,94,.3)}.book-level--elementary{color:#67e8f9;background:#06b6d42e;border:1px solid rgba(6,182,212,.34)}.book-level--intermediate{color:#facc15;background:#eab3082e;border:1px solid rgba(234,179,8,.35)}.book-level--pre-intermediate{color:#5eead4;background:#14b8a62e;border:1px solid rgba(20,184,166,.35)}.book-level--upper-intermediate{color:#fb923c;background:#f973162e;border:1px solid rgba(249,115,22,.35)}.book-level--advanced{color:#f87171;background:#ef444433;border:1px solid rgba(239,68,68,.35)}.book-meta-count{font-size:.82rem;color:#ffffffb3}.book-start{margin-top:.4rem;padding:.75rem 1rem;border-radius:999px;background:linear-gradient(135deg,#4f46e5,#8b5cf6);color:#fff;font-weight:600;box-shadow:0 18px 40px #4f46e54d;width:100%;text-align:center}.book-start:hover{transform:translateY(-2px);box-shadow:0 22px 45px #4f46e559}@media(min-width:640px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1280px){.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}body[data-theme=light] .dashboard-hero{background:linear-gradient(145deg,#fffffff2,#dae5ff99);border-color:#3b82f633;box-shadow:0 24px 70px #3b82f629}body[data-theme=light] .dashboard-kicker{color:#2f4ac8;border-color:#3b82f633;background:#fffc}body[data-theme=light] .dashboard-hero-stat{background:#ffffffd9;border-color:#94a3b838;color:#101828}body[data-theme=light] .dashboard-hero-stat span{color:#4c5bd6}body[data-theme=light] .dashboard-pomodoro-panel{border-color:#fb923c2e;background:radial-gradient(circle at top left,rgba(249,115,22,.12),transparent 28%),radial-gradient(circle at right,rgba(59,130,246,.1),transparent 24%),#ffffffe6}body[data-theme=light] .dashboard-pomodoro-panel__copy h2{color:#0f172a}body[data-theme=light] .dashboard-pomodoro-panel__eyebrow{background:#f973161f;color:#c2410c}body[data-theme=light] .dashboard-pomodoro-stat,body[data-theme=light] .dashboard-stat-card{background:#ffffffd6;border-color:#94a3b82e}body[data-theme=light] .dashboard-stat-card--review{background:#fffbebf5;border-color:#fbbf243d}body[data-theme=light] .book-card{background:#ffffffe6;border-color:#94a3b833;color:#101828}body[data-theme=light] .book-description{color:#4b5563}body[data-theme=light] .book-meta-count{color:#64748b}body[data-theme=light] .book-cover-chip{color:#e2e8f0;background:#0f172ab3}@media(max-width:720px){.dashboard-hero{padding:2rem 1.6rem}}@media(max-width:1100px){.dashboard-top-layout{grid-template-columns:1fr}.dashboard-side-stack{gap:.9rem}}.admin-books-panel{padding:2.2rem;border-radius:2rem;background:#0f1220bf;border:1px solid rgba(255,255,255,.08)}.admin-books-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.admin-books-title{font-size:1.7rem;letter-spacing:-.02em;margin:0}.admin-books-subtitle{margin-top:.45rem;color:var(--text-muted);max-width:28rem;line-height:1.5}.admin-create-button{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 1.4rem;border-radius:999px;font-weight:700;color:#fff;background:linear-gradient(135deg,#4f46e5,#8b5cf6 55%,#ec4899);box-shadow:0 18px 48px #4f46e566}.admin-create-button:hover{transform:translateY(-2px);box-shadow:0 22px 55px #6366f173}.admin-books-grid{display:grid;grid-template-columns:1fr;gap:1.6rem}.admin-books-loading,.admin-books-empty{display:grid;gap:.8rem;justify-items:center;text-align:center;padding:3rem 1rem;color:var(--text-muted)}.admin-books-empty h3{color:var(--text-main);font-size:1.4rem}.admin-books-empty-icon{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#6366f147,#6366f114);color:#c7d2fe;box-shadow:0 0 30px #6366f140}.admin-book-card{border-radius:1.5rem;overflow:hidden;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;transition:border-color .3s ease;cursor:pointer}.admin-book-card:hover{border-color:#6366f159}.admin-book-image{position:relative;height:12rem;overflow:hidden}.admin-book-image img{width:100%;height:100%;object-fit:cover;display:block}.admin-book-level{position:absolute;top:.9rem;left:.9rem;padding:.35rem .75rem;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.admin-book-level--beginner{color:#86efac;background:#22c55e33;border:1px solid rgba(34,197,94,.4)}.admin-book-level--elementary{color:#67e8f9;background:#06b6d433;border:1px solid rgba(6,182,212,.38)}.admin-book-level--intermediate{color:#facc15;background:#eab30833;border:1px solid rgba(234,179,8,.4)}.admin-book-level--pre-intermediate{color:#5eead4;background:#14b8a633;border:1px solid rgba(20,184,166,.4)}.admin-book-level--upper-intermediate{color:#fb923c;background:#f9731633;border:1px solid rgba(249,115,22,.4)}.admin-book-level--advanced{color:#f87171;background:#ef444433;border:1px solid rgba(239,68,68,.4)}.admin-book-body{padding:1.4rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.admin-book-body h3{margin:0;font-size:1.2rem;letter-spacing:-.02em}.admin-book-body p{margin:0;color:var(--text-muted);line-height:1.55;max-height:4.65em;overflow:hidden}.admin-book-meta{display:flex;align-items:center;justify-content:space-between;gap:.8rem;flex-wrap:wrap;color:#ffffffb3;font-size:.85rem}.admin-book-actions{margin-top:auto;display:flex;gap:.6rem}.admin-book-action{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem .9rem;border-radius:.9rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:var(--text-main);font-weight:600;font-size:.85rem}.admin-book-action.danger{border-color:#ef444466;color:#fca5a5}.admin-book-meta-hint{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:999px;border:1px dashed rgba(99,102,241,.5);color:#c7d2fe;font-size:.7rem;font-weight:600;background:#6366f114}.admin-set-empty{padding:.8rem 1rem;border-radius:.9rem;border:1px dashed rgba(255,255,255,.2);color:var(--text-muted);font-size:.85rem;text-align:center;background:#ffffff08}.admin-set-list{display:grid;gap:.75rem}.admin-set-item{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.75rem .9rem;border-radius:1rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0a}.admin-set-info h4{margin:0;font-size:.95rem;letter-spacing:-.01em}.admin-set-info p{margin:.3rem 0;color:var(--text-muted);font-size:.8rem;line-height:1.4}.admin-set-info span{font-size:.72rem;color:#ffffffb3}.admin-set-actions{display:flex;gap:.4rem;flex-wrap:wrap}.admin-set-action{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .65rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:var(--text-main);font-size:.75rem;font-weight:600}.admin-set-action.danger{border-color:#ef444466;color:#fca5a5}.admin-set-add{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.6rem .9rem;border-radius:.85rem;border:1px dashed rgba(99,102,241,.6);color:#c7d2fe;background:#6366f114;font-weight:600}.admin-set-add:hover{background:#6366f124}.admin-sets-modal{width:min(900px,100%);max-height:min(80vh,720px);border-radius:1.8rem;background:#0c0e1cf5;border:1px solid rgba(255,255,255,.12);padding:2rem;box-shadow:0 28px 90px #00000080;display:flex;flex-direction:column;gap:1.2rem}.admin-sets-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.admin-sets-title{display:flex;gap:1rem}.admin-sets-title img{width:86px;height:110px;border-radius:1rem;object-fit:cover;flex-shrink:0}.admin-sets-title h3{margin:0;font-size:1.5rem;letter-spacing:-.02em}.admin-sets-title p{margin-top:.4rem;color:var(--text-muted);line-height:1.5;max-width:32rem}.admin-sets-close{width:2.4rem;height:2.4rem;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:#fff;display:grid;place-items:center}.admin-sets-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:#ffffffb3;font-size:.85rem}.admin-sets-scroll{overflow:auto;padding-right:.25rem;flex:1}.admin-modal-overlay{position:fixed;inset:0;background:#080a16b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1.5rem}.admin-modal{width:min(520px,100%);border-radius:1.6rem;background:#0f1220f2;border:1px solid rgba(255,255,255,.12);padding:2rem;box-shadow:0 24px 80px #00000073}.admin-book-modal{max-height:min(88vh,920px);display:flex;flex-direction:column;overflow:hidden}.admin-modal-title{display:flex;align-items:center;gap:.6rem;font-size:1.35rem;margin:0}.admin-form{display:grid;gap:1.2rem;margin-top:1.6rem}.admin-book-modal__body{flex:1;min-height:0;overflow-y:auto;padding-right:.2rem}.admin-field label{display:block;margin-bottom:.5rem;color:var(--text-muted);font-size:.9rem}.admin-input,.admin-textarea,.admin-select{width:100%;padding:.85rem 1rem;border-radius:.9rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:var(--text-main);font-family:Outfit,sans-serif}.admin-textarea{resize:vertical}.admin-upload{border:1px dashed rgba(255,255,255,.25);border-radius:1rem;padding:1.2rem;background:#ffffff08;display:grid;place-items:center;text-align:center;gap:.4rem;color:#cbd5f5;cursor:pointer;transition:border-color .2s ease,background .2s ease}.admin-upload.is-dragging{border-color:#6366f1cc;background:#6366f114}.admin-upload-placeholder span{font-size:.75rem;color:#ffffff8c}.admin-upload-preview{position:relative;width:100%}.admin-upload-preview img{width:100%;height:200px;object-fit:cover;border-radius:1rem}.admin-upload-remove{position:absolute;top:.6rem;right:.6rem;width:2rem;height:2rem;border-radius:50%;border:none;background:#0f172abf;color:#fff;display:grid;place-items:center}.admin-modal-actions{margin-top:1.6rem;display:flex;justify-content:flex-end;gap:.8rem}.admin-book-modal__actions{position:sticky;bottom:0;margin-top:0;padding-top:1rem;background:linear-gradient(180deg,#0f122000,#0f1220fa 28%)}.admin-image-mode-tabs{display:flex;gap:.4rem;margin-bottom:.65rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.3rem}.admin-image-mode-tab{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .75rem;border-radius:.55rem;border:none;background:transparent;color:#ffffff8c;font-family:Outfit,sans-serif;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s}.admin-image-mode-tab:hover{background:#ffffff12;color:var(--text-main)}.admin-image-mode-tab.active{background:#6366f133;color:#c7d2fe;box-shadow:0 0 0 1px #6366f159}.admin-image-url-field{display:flex;flex-direction:column;gap:.5rem}.admin-url-preview{display:flex;align-items:flex-start}.admin-url-preview img{max-height:120px;max-width:100%;border-radius:.75rem;object-fit:cover;border:1px solid rgba(255,255,255,.1)}.admin-role-editor{display:inline-flex;align-items:center;gap:.8rem;padding:.45rem .55rem;border-radius:1rem;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#6366f114,#0f172a1a),#ffffff08}.admin-role-badge{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:.42rem .75rem;border-radius:999px;font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.admin-role-select-wrap{position:relative;display:flex;align-items:center}.admin-role-select-label{position:absolute;left:.9rem;top:.28rem;font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;color:#e2e8f08c;pointer-events:none}.admin-role-select{min-width:150px;padding:1.05rem 2.1rem .5rem .9rem;border-radius:.9rem;border:1px solid rgba(255,255,255,.1);background:#0f172abf;color:var(--text-main);font-family:Outfit,sans-serif;font-weight:600;appearance:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.admin-role-select:hover{border-color:#818cf880}.admin-role-select:focus{outline:none;border-color:#818cf8b3;box-shadow:0 0 0 3px #6366f129}.admin-role-select:disabled{opacity:.7;cursor:wait}.admin-role-spinner{position:absolute;right:.8rem;top:50%;transform:translateY(-15%);display:inline-flex;align-items:center}@media(min-width:768px){.admin-books-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.admin-books-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1280px){.admin-books-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:720px){.admin-set-item{flex-direction:column;align-items:stretch}.admin-set-actions{justify-content:flex-start}.admin-role-editor{width:100%;align-items:stretch;flex-direction:column}.admin-role-select-wrap,.admin-role-select{width:100%}}.modal-overlay{position:fixed;inset:0;background:#0d0f17b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center}.flashcard-scene{perspective:2000px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:center}.flashcard{width:100%;height:100%;position:relative;transition:transform .8s cubic-bezier(.34,1.56,.64,1);transform-style:preserve-3d;cursor:pointer}.flashcard.flipped{transform:rotateY(180deg)}.flashcard-face{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem;text-align:center;box-shadow:0 15px 35px #0006}.flashcard-back{transform:rotateY(180deg)}@media(max-width:1024px){.hero-grid,.modes-grid,.feature-grid,.steps-row,.tips-grid,.access-grid,.access-highlights{grid-template-columns:1fr}.hero-grid{min-height:auto;padding-top:1rem}.hero-copy{max-width:none}.hero-visual,.hero-illustration-card{min-height:30rem}.mode-card-featured{grid-column:span 1}.step-connector{display:none}}@media(max-width:720px){.site-nav{padding:.9rem 1rem;flex-wrap:wrap}.site-brand{font-size:1.1rem}.site-brand img{height:1.8rem}.site-nav-mobile-toggle{display:inline-flex;margin-left:auto}.site-nav-actions{display:none;width:100%;flex-direction:column;align-items:stretch;gap:.75rem;padding-top:.75rem}.site-nav-actions.is-open{display:flex}.site-nav-user,.site-nav-link,.theme-toggle,.site-nav-actions .btn-primary,.site-nav-actions .btn-danger,.site-nav-actions .btn-outline,.site-nav-pill-link{width:100%;justify-content:center;text-align:center}.site-nav-user{display:block;text-align:center}.landing-section{padding:3.5rem 0}.landing-container{width:min(100% - 1.25rem,1180px)}.hero-title{font-size:clamp(2.8rem,15vw,4rem)}.hero-actions{flex-direction:column;align-items:stretch}.hero-metrics{grid-template-columns:1fr}.landing-button{width:100%}.hero-visual,.hero-illustration-card{min-height:24rem}.hero-panel{position:static;margin:.75rem}.hero-orbit{display:none}.cta-block{padding:3rem 1.1rem}.access-card{min-height:auto;padding:1.3rem}}@media(max-width:900px){.admin-page-shell{width:min(100% - 1rem,1200px);margin:1rem auto!important}.admin-page-title{font-size:1.6rem!important;margin-bottom:1.5rem!important}.admin-users-panel{padding:1.4rem!important}.admin-books-panel{padding:1.4rem;border-radius:1.4rem}.admin-modal,.admin-sets-modal{border-radius:1.3rem;padding:1.2rem}.admin-modal-actions,.admin-book-actions{flex-direction:column}.admin-book-action,.admin-set-action,.admin-set-add,.admin-create-button{width:100%;justify-content:center}.admin-book-meta,.admin-sets-header,.admin-sets-meta,.dashboard-error-banner,.create-set-card-header{flex-direction:column;align-items:stretch!important}.admin-sets-title{flex-direction:column}.admin-sets-title img{width:100%;max-width:180px;height:180px}.dashboard-search-bar,.dashboard-search-result{flex-direction:column;align-items:stretch!important}.dashboard-stats-grid{padding:1rem!important}}@media(max-width:640px){.container{padding:1.25rem .85rem}.dashboard-hero{padding:1.4rem 1rem;border-radius:1.4rem;margin-bottom:1.5rem}.dashboard-title{font-size:2rem}.dashboard-hero-stat,.book-card,.admin-book-card,.create-set-card{border-radius:1.2rem}.book-body,.admin-book-body{padding:1rem}.book-meta{flex-direction:column;align-items:flex-start}.admin-page-tabs button,.create-set-topbar .btn-icon,.create-set-topbar .btn-primary{width:100%;justify-content:center}.create-set-card,.glass-card.dashboard-loading,.dashboard-error-banner{padding:1rem!important}.create-set-fields-grid{grid-template-columns:1fr!important;gap:1rem!important}.create-set-upload-row>*{width:100%}.dashboard-search-shell,.dashboard-stats-grid{padding:.9rem!important}.dashboard-top-layout{gap:.9rem;margin-bottom:1rem}.dashboard-stats-grid{grid-template-columns:1fr}.dashboard-stat-card{padding:.8rem}.dashboard-pomodoro-panel{grid-template-columns:1fr;padding:1rem}.dashboard-pomodoro-panel__stats{grid-template-columns:1fr}.dashboard-pomodoro-panel__button{width:100%}.mode-shell{min-height:auto}.mode-topbar,.test-topbar{padding:.75rem!important;flex-wrap:wrap;align-items:stretch!important}.mode-topbar-main,.mode-topbar-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.mode-progress,.mode-progress-wide{width:100%!important;margin:0!important;order:3}.mode-content,.mode-content-centered{padding:.75rem!important;justify-content:flex-start}.mode-card,.mode-config-card{padding:1.1rem!important;border-radius:1.2rem}.mode-settings-panel{position:static!important;width:100%!important;max-width:none;margin-bottom:1rem;padding:1rem!important}.mode-answer-grid{grid-template-columns:1fr!important}.mode-answer-input{font-size:1rem!important;padding:1rem!important}.learn-actions{gap:1rem!important}.learn-actions>div{width:calc(50% - .5rem)}.mode-config-shell{margin-top:1rem!important}.mobile-hero-card,.mobile-content-card,.mobile-modal-card,.auth-card{padding:1rem!important;border-radius:1.2rem}.mobile-section-header,.favorites-topbar,.favorite-card-header,.favorite-card-footer,.mobile-word-card-header,.mobile-word-card-actions,.mobile-list-row,.mobile-list-row-main,.mobile-list-row-meta{flex-direction:column;align-items:stretch!important}.mobile-list-row-meta{gap:.6rem!important}.mobile-list-row-meta>*{text-align:left!important;justify-content:flex-start!important;min-width:0!important}.mobile-word-card-grid{grid-template-columns:1fr!important}.favorites-grid{grid-template-columns:1fr!important;gap:1rem!important}.favorite-card img{height:180px!important}.auth-shell{min-height:auto!important;padding-top:1rem;padding-bottom:2rem}.auth-card h1{font-size:1.3rem!important;margin-bottom:1.25rem!important}}@media(max-width:480px){.mode-card h2{font-size:1.5rem!important}.mode-card h3{font-size:1.2rem!important}.learn-shell .flashcard-scene{height:min(360px,52vh)!important}.learn-actions{justify-content:center!important}.learn-actions>div{width:100%}.mobile-hero-card h1,.mobile-content-card h1,.auth-card h1{font-size:1.5rem!important}.mobile-content-card h2,.mobile-hero-card h2{font-size:1.2rem!important}.mobile-list-row{padding:.9rem!important}.mobile-modal-card{padding:1rem!important}.page-state-card{padding:1.25rem}.test-config-row{flex-direction:column}.test-config-row>*{width:100%}.test-config-timer-row{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))}.test-result-stat,.test-mistake-item{flex-direction:column;align-items:stretch!important}.test-result-actions{flex-direction:column}.test-result-actions>*{width:100%;min-width:0!important}.book-overview-stats{grid-template-columns:1fr!important}.book-overview-progress-head{flex-wrap:wrap}.learn-summary-shell{height:auto!important;min-height:calc(100dvh - 80px);padding-top:1rem;padding-bottom:1rem;align-items:stretch!important}.learn-summary-card{padding:1.25rem!important}.learn-summary-stats{grid-template-columns:1fr!important;gap:1rem!important}.mode-result-shell{padding-left:.85rem!important;padding-right:.85rem!important}.mode-result-stat{flex-direction:column;align-items:stretch!important;gap:.45rem}.mode-result-actions{flex-direction:column}.mode-result-actions>*{width:100%;min-width:0!important}.mode-topbar-status{gap:.5rem!important;flex-wrap:wrap;justify-content:flex-end}.mode-card-head{flex-direction:column;align-items:flex-start!important}.mode-question-row{flex-direction:column;margin-bottom:1.5rem!important}.study-result-actions{flex-direction:column}.study-result-actions>*{width:100%;min-width:0!important}.study-result-question-top,.study-result-question-meta{flex-direction:column;align-items:flex-start!important;gap:.45rem!important}.study-settings-panel{padding:1.2rem!important}.study-settings-row,.study-settings-row-wide{flex-direction:column}.study-settings-row>*,.study-settings-row-wide>*{width:100%}.study-phase-bar{flex-wrap:wrap}.study-phase-pill{flex:1 1 calc(50% - .5rem);text-align:center;min-width:0}.learn-topbar{gap:.75rem}.learn-topbar-count{flex-shrink:0;min-width:3rem;text-align:right}.learn-mode-content{padding:.5rem .75rem 0!important}.flashcard-scene,.learn-flashcard-scene{height:min(380px,56vh)!important;max-width:min(100%,460px)!important}.flashcard-face,.learn-flashcard-face{padding:1.15rem!important}.flashcard-face h2{font-size:1.95rem!important}.flashcard-back h3{font-size:1.5rem!important}.learn-flashcard-media{height:130px!important;margin-bottom:.9rem!important}.learn-flashcard-definition{max-width:none!important}.learn-flashcard-definition p{font-size:.92rem!important;line-height:1.45!important}.learn-actions{gap:.9rem!important;padding:.75rem .75rem 1rem!important}.learn-actions>div,.learn-action{width:calc(50% - .45rem)!important}.learn-action-button{width:100%!important;height:auto!important;min-height:58px;border-radius:18px!important}.learn-action-label{margin-top:.55rem!important;letter-spacing:.08em}.match-topbar-inner{gap:.75rem}.match-stat-pill{padding:.8rem .9rem}.match-stat-value{font-size:1.35rem}.match-hero-copy h1{font-size:clamp(2rem,11vw,2.8rem)}.match-info-card,.match-session-bar{padding:.9rem 1rem}.match-card-head{flex-direction:column;align-items:flex-start;gap:.55rem}.match-card-dot{margin-top:0}.match-card-hint{margin-top:.7rem;font-size:.72rem}.match-finish-badge{width:4.75rem;height:4.75rem}.match-result-card{padding:1rem}}.match-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#070b14}.match-spinner{width:3rem;height:3rem;border:4px solid rgba(99,102,241,.9);border-top-color:transparent;border-radius:999px}.match-page{position:relative;min-height:100vh;overflow:hidden;color:#fff;background:linear-gradient(180deg,#070b14,#0a1120)}.match-ambient{position:absolute;border-radius:999px;filter:blur(130px);pointer-events:none;opacity:.7}.match-ambient-a{width:22rem;height:22rem;top:-6rem;left:-7rem;background:#4f46e53d}.match-ambient-b{width:22rem;height:22rem;top:18rem;right:-8rem;background:#d946ef2e}.match-ambient-c{width:26rem;height:26rem;bottom:-10rem;left:26%;background:#22d3ee1f}.match-topbar{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.08);background:#070b14bf;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.match-topbar-inner,.match-shell{width:min(1280px,calc(100% - 2rem));margin:0 auto}.match-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.match-topbar-stats{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;justify-content:center}.match-stat-pill,.match-info-card,.match-session-bar,.match-panel,.match-finish,.match-side-card{border:1px solid rgba(255,255,255,.1);background:#ffffff0d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.match-stat-pill{border-radius:1.1rem;padding:.9rem 1rem;min-width:9rem}.match-stat-label,.match-info-label,.match-result-label{display:flex;align-items:center;gap:.45rem;color:#ffffff73;font-size:.72rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.match-stat-value,.match-info-value,.match-result-value{margin-top:.45rem;display:flex;align-items:center;gap:.55rem;font-size:1.65rem;font-weight:800;letter-spacing:-.04em}.match-stat-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.match-shell{position:relative;z-index:1;padding:2rem 0 4rem}.match-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem;padding:1.75rem 1.8rem;border-radius:2rem;border:1px solid rgba(255,255,255,.09);background:#ffffff0b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 80px #00000059}.match-hero-copy h1,.match-panel h2,.match-finish h2{margin:0;letter-spacing:-.05em}.match-hero-copy h1{margin-top:1rem;font-size:clamp(2.5rem,5vw,4rem)}.match-hero-copy p,.match-muted,.match-session-note,.match-side-text{color:#ffffff9e;line-height:1.8}.match-hero-copy p{max-width:40rem;margin-top:.9rem;font-size:1.02rem}.match-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:999px;border:1px solid rgba(34,211,238,.18);background:#22d3ee14;color:#93ecff;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.match-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;min-width:min(32rem,100%)}.match-info-card{border-radius:1.35rem;padding:1rem 1.1rem}.match-info-value{font-size:1.15rem}.match-panel,.match-finish{border-radius:2.2rem;padding:1.7rem;box-shadow:0 24px 90px #0000006b}.match-panel{background:linear-gradient(180deg,#ffffff14,#ffffff08)}.match-start-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:2rem}.match-start-icon{position:relative;display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;margin-bottom:1.4rem;border-radius:1.5rem;background:linear-gradient(135deg,#6366f1,#d946ef);box-shadow:0 0 40px #6366f159}.match-start-pulse{position:absolute;inset:0;border-radius:1.5rem;background:#6366f15c;filter:blur(20px)}.match-start-icon-svg{position:relative;z-index:1;margin-left:.18rem;fill:currentColor}.match-panel h2,.match-finish h2{font-size:clamp(2.1rem,4vw,3rem)}.match-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:2rem}.match-primary-button,.match-secondary-button,.match-ghost-button,.match-audio-chip{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;border-radius:1rem;padding:1rem 1.4rem;font-weight:700;transition:transform .25s ease,background .25s ease,box-shadow .25s ease}.match-primary-button:hover,.match-secondary-button:hover,.match-ghost-button:hover{transform:translateY(-2px)}.match-primary-button{background:#fff;color:#0f172a;box-shadow:0 20px 60px #ffffff29}.match-secondary-button{background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;box-shadow:0 20px 60px #6366f147}.match-ghost-button,.match-audio-chip{border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff}.match-ghost-button.wide,.match-secondary-button.wide{flex:1 1 15rem}.match-side-stack{display:grid;gap:1rem}.match-side-card{border-radius:1.5rem;padding:1.25rem}.match-side-title{display:flex;align-items:center;gap:.6rem;font-size:1rem;font-weight:700}.match-side-text{margin-top:.85rem;display:grid;gap:.65rem;font-size:.95rem}.match-session-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:1rem 1.15rem;border-radius:1.4rem}.match-session-title{margin-top:.35rem;font-size:1.12rem;font-weight:700}.match-session-note{font-size:.95rem}.match-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}.match-card-shell{position:relative;min-height:9.75rem;padding:1px;border-radius:1.75rem;overflow:hidden;text-align:left;box-shadow:0 18px 45px #00000038;background:transparent;border:none;cursor:pointer}.match-card-shell.term{background:linear-gradient(135deg,rgba(34,211,238,.44),rgba(99,102,241,.28),transparent)}.match-card-shell.definition{background:linear-gradient(135deg,rgba(217,70,239,.44),rgba(124,58,237,.28),transparent)}.match-card-shell.pos{background:linear-gradient(135deg,rgba(250,204,21,.42),rgba(245,158,11,.28),transparent)}.match-card-shell.error{background:linear-gradient(135deg,#f871718c,#7f1d1dd9)}.match-card-surface{position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:calc(9.75rem - 2px);padding:1rem 1.05rem;border-radius:calc(1.75rem - 1px);overflow:hidden}.match-card-shell.term .match-card-surface{background:linear-gradient(180deg,#111b35,#0b1224)}.match-card-shell.definition .match-card-surface{background:linear-gradient(180deg,#1a1232,#100d24)}.match-card-shell.pos .match-card-surface{background:linear-gradient(180deg,#1b170b,#120f07)}.match-card-shell.selected .match-card-surface{box-shadow:inset 0 0 0 1px #ffffff1a}.match-card-shell.error .match-card-surface{background:#7f1d1df2}.match-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.match-card-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#ffffffb8;font-size:.68rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.match-card-dot{width:.72rem;height:.72rem;margin-top:.25rem;border-radius:999px;background:#ffffff2e}.match-card-dot.active{background:#6ee7b7;box-shadow:0 0 18px #6ee7b7cc}.match-card-text{margin-top:1rem;line-height:1.25;color:#fff;word-break:break-word}.match-card-text.term{font-size:1.3rem;font-weight:800;letter-spacing:-.03em}.match-card-text.definition{font-size:1.05rem;font-weight:600;color:#ffffffeb}.match-card-text.pos{font-size:1.1rem;font-weight:700;color:#ffffffeb;text-transform:lowercase}.match-card-hint{margin-top:1rem;color:#ffffff59;font-size:.78rem}.match-card-shimmer{position:absolute;inset:0;background:radial-gradient(circle at top,rgba(255,255,255,.15),transparent 58%);pointer-events:none}.match-card-placeholder{min-height:9.75rem;border-radius:1.75rem;border:1px solid rgba(16,185,129,.12);background:#10b9810f}.match-finish{text-align:center;background:linear-gradient(180deg,#10b9811f,#ffffff0a);border-color:#10b98138}.match-finish-badge{display:flex;align-items:center;justify-content:center;width:6rem;height:6rem;margin:0 auto 1.2rem;border-radius:999px;background:#10b98124;box-shadow:0 0 40px #10b98133;font-size:3rem}.match-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:2rem}.match-result-card{padding:1.25rem;border-radius:1.5rem;border:1px solid rgba(255,255,255,.1);background:#ffffff0d}.match-result-icon{margin:0 auto .8rem}.match-result-icon.cyan{color:#22d3ee}.match-result-icon.green{color:#34d399}.match-result-icon.violet{color:#a78bfa}.profile-page{padding-bottom:4rem}.profile-hero{position:relative;margin-bottom:2rem;padding:2.4rem;border-radius:2rem;border:1px solid rgba(255,255,255,.09);background:radial-gradient(circle at top right,rgba(99,102,241,.26),transparent 30%),linear-gradient(145deg,#0f1220f0,#0a0d19eb);box-shadow:0 24px 80px #00000047}.profile-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem .9rem;border-radius:999px;border:1px solid rgba(99,102,241,.22);background:#6366f11f;color:#c7d2fe;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.profile-hero-copy h1{margin-top:1rem;font-size:clamp(2.2rem,5vw,3.6rem);letter-spacing:-.05em}.profile-hero-copy p{max-width:42rem;margin-top:.9rem;color:#97a3c3;line-height:1.8}.profile-grid{display:grid;gap:1.4rem}.profile-card{padding:1.6rem}.profile-card-danger{border-color:#ef444438;background:linear-gradient(180deg,#7f1d1d33,#ffffff0a)}.profile-card-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.2rem}.profile-card-header h2{margin:0;font-size:1.3rem;letter-spacing:-.03em}.profile-card-header p{margin-top:.35rem;color:var(--text-muted);line-height:1.6}.profile-card-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:1rem;flex-shrink:0}.profile-card-icon.blue{background:#3b82f624;color:#93c5fd}.profile-card-icon.indigo{background:#6366f124;color:#c7d2fe}.profile-card-icon.danger{background:#ef444424;color:#fca5a5}.profile-form{display:grid;gap:1rem}.profile-field{display:grid;gap:.45rem}.profile-field span{color:var(--text-muted);font-size:.92rem}.profile-alert{margin-bottom:1rem;padding:.9rem 1rem;border-radius:1rem;border:1px solid transparent;font-size:.94rem}.profile-alert.error{border-color:#ef444442;background:#ef44441a;color:#fecaca}.profile-alert.success{border-color:#10b98142;background:#10b9811a;color:#a7f3d0}.profile-button{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.95rem 1.2rem;border-radius:1rem;font-weight:700}.profile-button:disabled{opacity:.7;cursor:not-allowed}.profile-button-primary{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;box-shadow:0 18px 40px #2563eb33}.profile-button-indigo{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 18px 40px #4f46e538}.profile-button-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 18px 40px #dc262633}.profile-button-secondary{border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:var(--text-main)}.danger-box{margin-bottom:1.2rem;padding:1rem 1.1rem;border-radius:1.2rem;border:1px solid rgba(239,68,68,.22);background:#7f1d1d2e}.danger-box strong{display:block;margin-bottom:.55rem;color:#fecaca}.danger-box p{margin-bottom:.6rem;color:#fecaca}.danger-box ul{margin:0;padding-left:1.2rem;color:#fda4af;line-height:1.8}.profile-modal-overlay{position:fixed;inset:0;z-index:250;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#050814bd;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:fadeIn .25s ease}.profile-modal{width:min(460px,100%);padding:1.6rem;border-radius:1.6rem;border:1px solid rgba(255,255,255,.12);background:#0d111ff5;box-shadow:0 30px 80px #0006}.profile-modal h3{margin:0;font-size:1.4rem;letter-spacing:-.03em}.profile-modal p{margin:.8rem 0 1rem;color:var(--text-muted);line-height:1.7}.profile-modal-actions{display:flex;justify-content:flex-end;gap:.8rem;margin-top:1.2rem}body[data-theme=light] .profile-hero{border-color:#94a3b833;background:radial-gradient(circle at top right,rgba(59,130,246,.14),transparent 30%),linear-gradient(145deg,#fffffff2,#f4f7ffeb)}body[data-theme=light] .profile-hero-copy p,body[data-theme=light] .profile-card-header p,body[data-theme=light] .profile-modal p{color:#475467}body[data-theme=light] .profile-modal{background:#fffffffa;border-color:#94a3b838}body[data-theme=light] .profile-button-secondary{border-color:#94a3b842;background:#ffffffe0}body[data-theme=light] .profile-alert.error{color:#b42318}body[data-theme=light] .profile-alert.success{color:#027a48}body[data-theme=light] .danger-box{background:#fee2e2b8}@media(max-width:1080px){.match-hero,.match-start-layout,.match-session-bar{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.match-hero-stats,.match-grid,.match-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-modal-actions{flex-direction:column}}@media(max-width:760px){.match-topbar-inner,.match-shell{width:min(100% - 1rem,1280px)}.match-page{padding-bottom:2rem}.match-topbar-inner{flex-direction:column;align-items:stretch;gap:.85rem;padding:.85rem 0}.match-hero,.match-panel,.match-finish{padding:1.2rem;border-radius:1.6rem}.match-hero-stats,.match-result-grid{grid-template-columns:1fr}.match-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.match-actions{flex-direction:column;align-items:stretch}.match-primary-button,.match-secondary-button,.match-ghost-button,.match-audio-chip{width:100%}.match-topbar-stats{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:.65rem;justify-content:initial}.match-stat-pill{flex:initial;min-width:0;padding:.75rem .8rem;border-radius:1rem}.match-topbar-inner>.match-ghost-button{width:100%}.match-back-button{justify-content:center;padding:.9rem 1rem}.match-stat-label{gap:.3rem;font-size:.6rem;letter-spacing:.12em}.match-stat-value{font-size:1.15rem;gap:.35rem}.match-card-shell,.match-card-placeholder{min-height:8.75rem}.match-card-surface{min-height:calc(8.75rem - 2px);padding:.9rem}.match-card-text.term{font-size:1.12rem}.match-card-text.definition,.match-card-text.pos{font-size:.96rem}.match-card-badge{letter-spacing:.12em}.match-session-title{font-size:1rem}.profile-hero,.profile-card,.profile-modal{padding:1.2rem;border-radius:1.4rem}}.admin-book-drag-handle,.admin-set-drag-handle{position:absolute;top:.75rem;left:.75rem;z-index:10;color:var(--text-muted);cursor:grab;padding:.5rem;border-radius:8px;background:#ffffff0d;opacity:0;transition:all .2s ease}.admin-book-card:hover .admin-book-drag-handle,.admin-set-item:hover .admin-set-drag-handle{opacity:1}.admin-book-drag-handle:active,.admin-set-drag-handle:active{cursor:grabbing;color:var(--primary);background:#6366f11a}.admin-set-drag-handle{position:relative;top:0;left:0;opacity:.6}.admin-set-item:hover .admin-set-drag-handle{opacity:1}.dragging-overlay{z-index:1000;pointer-events:none;box-shadow:0 30px 60px #00000080,0 0 0 2px var(--primary)!important;transform:scale(1.05)}.admin-book-card.dragging-overlay{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--primary)}.admin-set-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:1.25rem;background:#ffffff08;border:1px solid var(--card-border);margin-bottom:.75rem;transition:all .2s ease}.admin-set-item:hover{background:#ffffff0f;border-color:#ffffff26}.admin-book-actions,.admin-set-actions{display:flex;gap:.5rem}.admin-book-action,.admin-set-action{display:flex;align-items:center;gap:.4rem;padding:.5rem .8rem;border-radius:8px;font-size:.85rem;font-weight:600;background:#ffffff0d;color:var(--text-muted);transition:all .2s ease}.admin-book-action:hover,.admin-set-action:hover{background:#ffffff1f;color:var(--text-main)}.admin-book-action.danger:hover,.admin-set-action.danger:hover{background:#ef444426;color:#fca5a5}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.admin-book-card{position:relative;background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;cursor:grab;-webkit-user-select:none;user-select:none}.admin-book-card:active{cursor:grabbing}.admin-book-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d;border-color:#ffffff26}.admin-book-card.is-dragging{opacity:.3;cursor:grabbing}.admin-book-drag-handle{display:none!important}body[data-theme=light] .flashcard-back.learn-flashcard-face{background:linear-gradient(180deg,#fffffff5,#f1f5f9e6)!important;border-color:#6366f147!important}body[data-theme=light] .learn-flashcard-definition{border-top-color:#94a3b847!important}body[data-theme=light] .dashboard-search-shell,body[data-theme=light] .dashboard-search-shell .dashboard-search-bar,body[data-theme=light] .dashboard-stats-grid>.glass-card{background:#ffffffd6!important;border-color:#94a3b838!important}.notif-overlay{position:fixed;inset:0;z-index:1000;background:#070a1673;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1.5rem}.notif-modal{width:100%;max-width:420px;background:#141626eb;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:2rem;padding:2.5rem;text-align:center;box-shadow:0 0 0 1px #ffffff0d,0 25px 80px #00000080}.notif-modal__icon{width:72px;height:72px;margin:0 auto 1.5rem;color:#6366f1;display:flex;align-items:center;justify-content:center;background:#6366f11f;border-radius:1.5rem}.notif-modal__title{font-size:1.5rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em}.notif-modal__text{color:var(--text-muted);line-height:1.6;margin-bottom:2rem}.notif-modal__actions{display:grid;gap:.75rem}.notif-modal__btn{padding:1rem;border-radius:1rem;font-weight:600;font-size:1rem;transition:all .2s ease}.notif-modal__btn--primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 10px 25px #6366f14d}.notif-modal__btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #6366f166}.notif-modal__btn--ghost{color:var(--text-muted);background:#ffffff08}.notif-modal__btn--ghost:hover{background:#ffffff14;color:var(--text-main)}body[data-theme=light] .notif-modal{background:#fffffff2;border-color:#00000014;box-shadow:0 25px 80px #0000001f}body[data-theme=light] .notif-overlay{background:#ffffff4d}
