:root{color:#1d2533;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top,#ffd699b3,#0000 30%),linear-gradient(#fff8ef 0%,#f3efe7 52%,#e6edf3 100%);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#app{min-height:100%}body{margin:0}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.auth-screen,.app-shell,.study-screen{min-height:100vh;padding:24px 16px 40px}.auth-screen{place-items:center;display:grid}.login-layout{gap:20px;width:min(100%,1220px);display:grid}.auth-card,.hero-panel,.content-panel,.summary-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;border:1px solid #1d253314;border-radius:28px;width:min(100%,760px);margin:0 auto;box-shadow:0 20px 60px #4b5a7024}.auth-card,.content-panel,.summary-card{padding:24px}.hero-panel{flex-direction:column;gap:16px;margin-bottom:18px;padding:24px;display:flex}.hero-panel h1,.auth-card h1{margin:8px 0 10px;font-size:clamp(2rem,8vw,3.5rem);line-height:.95}.hero-panel p,.auth-card p,.section-heading p,.deck-card p,.list-card p,.flashcard-face p,.summary-card p{color:#536076;margin:0}.eyebrow{color:#fff7ea;letter-spacing:.08em;text-transform:uppercase;background:#14213d;border-radius:999px;width:fit-content;padding:6px 12px;font-size:.78rem;font-weight:700;display:inline-flex}.user-chip,.badge{color:#25416b;background:#edf3ff;border-radius:999px;align-items:center;gap:10px;width:fit-content;padding:6px 12px;font-size:.85rem;font-weight:700;display:inline-flex}.user-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.logout-button{color:#5b6a80;cursor:pointer;background:0 0;border:none;padding:6px 4px;font-size:.9rem}.logout-button:hover{color:#223247;text-decoration:underline}.stack-lg{gap:20px;display:grid}.stack-md{gap:16px;display:grid}.section-heading,.actions-row,.study-status,.inline-actions,.answer-actions{gap:12px;display:flex}.section-heading,.study-status{justify-content:space-between;align-items:center}.inline-actions,.actions-row,.answer-actions{flex-wrap:wrap}.field{gap:8px;display:grid}.field span{color:#243245;font-weight:700}.field input,.field textarea{color:#1d2533;resize:vertical;background:#fcfdff;border:1px solid #cad4e3;border-radius:18px;width:100%;padding:14px 16px}.field input:focus,.field textarea:focus{border-color:#2d62ba;outline:2px solid #1f54b938}.deck-filter input{color:#1d2533;background:#ffffffb8;border:1px solid #2432451f;border-radius:16px;width:100%;padding:12px 14px}.deck-filter input:focus{border-color:#1f54b94d;outline:2px solid #1f54b929}.form-error{color:#8c2415;background:#c43b261a;border-radius:16px;margin:0;padding:12px 14px;font-weight:600}.form-success{color:#0f6b4c;background:#0c865b1a;border-radius:16px;margin:0;padding:12px 14px;font-weight:600}.auth-link-button{text-align:center;justify-content:center;align-items:center;display:inline-flex}.auth-card form{margin-top:24px}.login-form-card{align-self:start}.login-insights-card{background:radial-gradient(circle at 100% 0,#1f6feb1f,#0000 28%),linear-gradient(#fffffff0,#f5f8fcf5);position:relative;overflow:hidden}.login-insights-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.login-insights-header h2,.insight-panel h3{color:#172033;margin:10px 0 0}.eyebrow-soft{color:#25416b;background:#edf3ff}.login-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.metric-card,.insight-panel,.login-deck-item{background:#ffffffd6;border:1px solid #24324514;border-radius:24px}.metric-card{gap:8px;padding:18px;display:grid}.metric-card span{color:#5b6a80;font-size:.9rem;font-weight:700}.metric-card strong{font-size:clamp(1.8rem,4vw,2.7rem);line-height:1}.metric-card-highlight{color:#fffdf8;background:linear-gradient(145deg,#14213d,#1f3c68);box-shadow:0 18px 40px #14213d38}.metric-card-highlight span,.metric-card-highlight p,.metric-card-highlight strong{color:inherit}.insight-panel{padding:20px}.activity-chart{grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:12px;display:grid}.activity-bar-card{justify-items:center;gap:10px;min-height:210px;display:grid}.activity-bar-value{color:#35517a;font-size:.92rem;font-weight:700}.activity-bar-track{background:linear-gradient(#e0e8f3a6,#f3f7fcf2);border-radius:18px;flex:1;align-items:end;width:100%;min-height:140px;padding:8px;display:flex}.activity-bar-fill{background:linear-gradient(#ffb561 0%,#ff8d4d 45%,#1f6feb 100%);border-radius:12px;width:100%;transition:height .35s;box-shadow:0 10px 24px #1f6feb2e}.activity-bar-card strong{text-transform:capitalize}.activity-bar-card small{color:#6a7890}.login-deck-list{gap:12px;display:grid}.login-deck-item{justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.login-deck-stats{flex-wrap:wrap;gap:10px;display:flex}.login-deck-stats span{color:#35517a;background:#f3f7fc;border-radius:999px;padding:6px 10px;font-size:.85rem;font-weight:700}.primary-button,.secondary-button,.ghost-button,.danger-button,.correct-button,.review-button{border:none;border-radius:18px;padding:14px 18px;font-weight:700;transition:transform .18s,box-shadow .18s,opacity .18s}.primary-button,.correct-button{color:#fff;background:#1f6feb;box-shadow:0 14px 28px #1f6feb38}.secondary-button{color:#fff7ea;background:#14213d}.ghost-button,.danger-button,.review-button{color:#233247;background:#eef2f7}.danger-button{color:#b42318;background:#fff1f0}.actions-row-split{justify-content:space-between;align-items:center}.danger-button-edge{margin-left:auto}.correct-button,.review-button{flex:160px}.primary-button:hover,.secondary-button:hover,.ghost-button:hover,.danger-button:hover,.correct-button:hover,.review-button:hover,.flashcard:hover{transform:translateY(-1px)}.deck-grid,.card-list,.summary-grid{gap:14px;display:grid}.deck-card,.list-card{background:linear-gradient(145deg,#fffffff5,#f3f8ffe6);border:1px solid #2c416c1a;border-radius:24px;gap:10px;padding:18px;display:grid}.deck-card strong,.list-card strong,.flashcard-face strong,.summary-grid strong{color:#172033;font-size:1.2rem}.list-card-empty{background:#ffffff9e}.flashcard{min-height:340px;transform-style:preserve-3d;background:0 0;border:none;border-radius:32px;padding:0;transition:transform .6s;position:relative}.flashcard:disabled{cursor:default}.flashcard.is-flipped{transform:rotateY(180deg)}.flashcard-face{backface-visibility:hidden;border-radius:32px;flex-direction:column;justify-content:center;gap:18px;padding:28px;display:flex;position:absolute;inset:0;box-shadow:0 22px 50px #38455c2e}.flashcard-face small{text-transform:uppercase;letter-spacing:.08em;color:#6a7890;font-weight:700}.flashcard-front{background:linear-gradient(160deg,#fff7ea 0%,#fcefd8 52%,#fff 100%)}.flashcard-back{background:linear-gradient(160deg,#eef6ff 0%,#dcecff 52%,#fff 100%);transform:rotateY(180deg)}.summary-grid{grid-template-columns:repeat(3,1fr)}.summary-grid article{text-align:center;background:#f5f8fc;border-radius:20px;gap:4px;padding:16px;display:grid}.study-screen{background:radial-gradient(circle at top,#ffe4b5b8,#0000 24%),linear-gradient(#f8f3ea 0%,#edf2f7 100%);flex-direction:column;justify-content:space-between;display:flex}.study-topbar{justify-content:space-between;align-items:center;gap:12px;width:min(100%,980px);margin:0 auto;display:flex}.study-progress,.study-exit{color:#506076;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border-radius:999px;padding:8px 12px;font-size:.85rem}.study-exit{transition:background .2s,color .2s}.study-exit:hover{color:#223247;background:#ffffffeb}.study-stage{flex:1;place-items:center;width:100%;display:grid}.study-card-wrap{gap:22px;width:min(100%,520px);transition:transform .22s,opacity .22s;display:grid}.study-card-wrap.is-transitioning{opacity:0;transform:translateY(18px)scale(.985)}.study-flashcard{min-height:420px}.study-flashcard .flashcard-face strong{font-size:clamp(1.8rem,7vw,2.8rem)}.study-answer-actions{width:min(100%,420px);margin:0 auto}.study-answer-actions.is-transitioning{opacity:0}.hint-card{background:#1f6feb14;border:1px solid #1f6feb1f;border-radius:24px;gap:8px;padding:18px;display:grid}.toggle-field{background:#ffffffb8;border:1px solid #2432451f;border-radius:24px;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.toggle-field strong{margin-bottom:4px;display:block}.toggle-field p{color:#536076;margin:0}.toggle-switch{background:#c7d3e2;border:none;border-radius:999px;width:58px;height:34px;transition:background .2s;position:relative}.toggle-switch span{background:#fff;border-radius:999px;width:26px;height:26px;transition:transform .2s;position:absolute;top:4px;left:4px}.toggle-switch.is-active{background:#1f6feb}.toggle-switch.is-active span{transform:translate(24px)}@media (width>=768px){.auth-screen,.app-shell,.study-screen{padding:36px 24px 48px}.hero-panel{flex-direction:row;justify-content:space-between;align-items:flex-start}.login-layout{grid-template-columns:minmax(340px,420px) minmax(0,1fr);align-items:start}.deck-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.section-heading,.study-status{flex-direction:column;align-items:stretch}.login-metrics-grid,.activity-chart{grid-template-columns:1fr}.login-deck-item{flex-direction:column;align-items:flex-start}.actions-row-split{align-items:stretch}.toggle-field{align-items:flex-start}.danger-button-edge{margin-left:0}.summary-grid{grid-template-columns:1fr}.study-topbar{padding-top:4px}.study-flashcard{min-height:360px}.flashcard{min-height:300px}}
