:root{color:#17211b;background:#f7f8f3;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button{font:inherit}.app-shell{min-height:100vh;display:grid;place-items:center;padding:22px;background:radial-gradient(circle at 14% 12%,rgba(255,200,86,.24),transparent 28%),radial-gradient(circle at 88% 4%,rgba(48,172,102,.14),transparent 22%),linear-gradient(180deg,#fff,#f5f8ef)}.phone{width:min(100%,420px);height:min(860px,calc(100vh - 44px));overflow:hidden;border:1px solid rgba(28,42,34,.08);border-radius:24px;background:#fffffff0;box-shadow:0 24px 80px #1f2d2424}.screen{position:relative;height:100%;padding:22px;overflow:hidden}.auth-screen{display:grid;align-content:center;gap:22px}.auth-mark{display:grid;place-items:center;width:68px;height:68px;border-radius:8px;background:#ecf5e9;color:#2e5f3d}.auth-copy{display:grid;gap:8px}.auth-copy p{margin:0;color:#768074;font-size:13px;font-weight:850}.auth-copy h1{margin:0;max-width:320px;color:#17211b;font-size:42px;line-height:1.02;letter-spacing:0}.auth-copy span{display:block;max-width:320px;color:#657166;font-size:15px;line-height:1.45}.auth-form{display:grid;gap:10px;margin-top:8px}.auth-form label{color:#5f6b63;font-size:13px;font-weight:900}.auth-form input[type=password]{width:100%;min-height:56px;border:1px solid #dbe5d8;border-radius:8px;background:#fff;color:#17211b;font:inherit;font-size:20px;font-weight:850;outline:none;padding:0 15px;transition:border-color .15s ease,box-shadow .15s ease}.auth-form input[type=password]:focus{border-color:#2ca665;box-shadow:0 0 0 3px #2ca6651f}.auth-form input[type=password][aria-invalid=true]{border-color:#df6f61;box-shadow:0 0 0 3px #df6f611f}.remember-row{display:flex;align-items:center;gap:10px;min-height:38px;color:#5f6b63;cursor:pointer;font-size:14px;font-weight:850}.remember-row input{appearance:none;flex:0 0 auto;display:grid;place-items:center;width:20px;height:20px;margin:0;border:1px solid #cbd9c6;border-radius:6px;background:#fff;cursor:pointer}.remember-row input:checked{border-color:#1f945a;background:#1f945a}.remember-row input:checked:after{content:"";width:6px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg) translate(-1px,-1px)}.remember-row input:focus-visible{outline:0;box-shadow:0 0 0 3px #2ca66524}.remember-row input:disabled,.remember-row input:disabled+span{cursor:not-allowed;opacity:.6}.auth-form button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:58px;margin-top:6px;border:0;border-radius:8px;padding:0 18px;background:#1f945a;color:#fff;cursor:pointer;font-size:18px;font-weight:950}.auth-form button:disabled{cursor:not-allowed;opacity:.58}.auth-error{margin:0;min-height:22px;color:#b14a3d;font-size:13px;font-weight:850}.hero{padding-top:6px;margin-bottom:24px}.hero p,.summary p{margin:0 0 6px;color:#768074;font-size:13px;font-weight:850}.hero h1{max-width:320px;margin:0 0 10px;font-size:38px;line-height:1.02;letter-spacing:0}.hero span,.summary span{display:block;color:#657166;font-size:15px;line-height:1.45}.pack-screen{overflow-y:auto}.library-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:-8px 0 14px}.library-card{position:relative;display:grid;align-content:center;justify-items:start;gap:7px;min-width:0;min-height:88px;padding:13px 34px 13px 13px;border:1px solid #dfe8da;border-radius:12px;background:#fff;color:#24543a;text-align:left}.library-card.practice{background:#ecfff3;color:#238253}.library-card span{display:inline-flex;align-items:center;gap:7px;max-width:100%;font-size:16px;font-weight:950;line-height:1.16}.library-card small{display:block;color:#7b8b80;font-size:12px;font-weight:850;line-height:1.2}.library-card>svg:last-child{position:absolute;right:11px;top:50%;transform:translateY(-50%)}.library-card:disabled{cursor:not-allowed;opacity:.58}.library-error{margin:-2px 0 12px;padding:10px 12px;border-radius:12px;background:#fff6f4;color:#9a4b3f;font-size:13px;font-weight:850;line-height:1.35}.pack-list{display:grid;gap:12px}.pack-card,.library-card,.auth-form button,.primary-action,.wrong-action,.answer-button,.quiz-footer button,.done-panel button{cursor:pointer;transition:transform .15s ease,border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.pack-card{display:grid;grid-template-columns:54px 1fr 24px;align-items:center;gap:13px;min-height:82px;padding:14px;border:1px solid #dfe7dc;border-radius:8px;background:#fff;color:#1b2a21;text-align:left}.pack-card:hover,.pack-card.active{border-color:#2ca665;box-shadow:0 0 0 3px #2ca6651f}.pack-mark{display:grid;place-items:center;width:54px;height:54px;border-radius:8px;background:#ecf5e9;color:#2e5f3d;font-size:22px;font-weight:950}.active .pack-mark{color:#fff;background:#2ca665}.pack-card strong,.pack-card small{display:block}.pack-card strong{font-size:18px;line-height:1.2}.pack-card small{margin-top:6px;color:#737e75;font-size:13px}.topbar{display:grid;grid-template-columns:42px 1fr 58px;align-items:center;gap:8px;height:44px;margin-bottom:14px}.topbar button,.section-title button{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:8px;background:#f3f6ef;color:#4e5b52;cursor:pointer}.topbar strong{text-align:center;font-size:17px}.topbar>div{display:flex;justify-content:flex-end}.streak{display:inline-flex;align-items:center;gap:5px;min-width:52px;height:38px;justify-content:center;border:1px solid #ffd98f;border-radius:8px;background:#fff7df;color:#9a5a00;font-weight:950}.summary{min-height:146px;padding:18px;border:1px solid #e2e9de;border-radius:12px;background:#f7f9f2}.summary h2{margin:0 0 9px;font-size:29px;line-height:1.1}.compact-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.compact-stats div{padding:11px;border:1px solid #e3eadf;border-radius:12px;background:#fff}.compact-stats strong,.compact-stats span{display:block}.compact-stats strong{font-size:24px;line-height:1}.compact-stats span{margin-top:5px;color:#748077;font-size:12px;font-weight:850}.section-title{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px;color:#5f6b63;font-size:13px;font-weight:900}.round-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.round-button{min-height:70px;border:1px solid #dfe7dc;border-radius:8px;background:#fff;color:#173120;cursor:pointer}.round-button strong,.round-button span{display:block}.round-button strong{font-size:24px}.round-button span{color:#6f7b72;font-size:12px;font-weight:850}.primary-action,.wrong-action{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:66px;margin-top:12px;border:0;border-radius:12px;padding:0 18px;font-size:20px;font-weight:950}.primary-action{color:#fff;background:#1f945a;box-shadow:0 12px 26px #1f945a33}.primary-action:disabled,.wrong-action:disabled,.library-card:disabled{cursor:not-allowed;opacity:.58}.dashboard-screen{overflow-y:auto;padding-bottom:92px}.wrong-action{background:#fff2d2;color:#7a4a00;font-size:17px;justify-content:center}.empty-wrong{margin-top:12px;min-height:58px;display:flex;align-items:center;padding:0 14px;border-radius:12px;background:#f7f9f3;color:#68736b;font-size:14px;line-height:1.35;font-weight:850}.settings-row{position:absolute;left:22px;right:22px;bottom:18px;display:flex;align-items:center;gap:8px;min-height:48px;padding:8px;border-radius:8px;background:#f5f8f1;color:#67736a;font-size:13px;font-weight:850}.settings-row span:first-child{margin-right:auto}.settings-row button{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:0 10px;border:1px solid #dce6d9;border-radius:8px;background:#fff;color:#637066;cursor:pointer;font-weight:850}.settings-row .active{border-color:#afe0c2;background:#ecfff3;color:#238253}.favorites-screen{display:grid;grid-template-rows:44px auto auto minmax(0,1fr);gap:12px}.favorites-screen .topbar{margin-bottom:0}.favorites-summary{padding:16px;border:1px solid #e2e9de;border-radius:8px;background:#f7f9f2}.favorites-summary p{margin:0 0 6px;color:#768074;font-size:13px;font-weight:850}.favorites-summary h2{margin:0 0 8px;font-size:34px;line-height:1}.favorites-summary span{display:block;color:#657166;font-size:14px;line-height:1.4}.favorite-list{display:grid;align-content:start;gap:10px;min-height:0;overflow-y:auto;padding-right:2px}.favorite-card{display:grid;grid-template-columns:1fr 42px;align-items:center;gap:12px;padding:13px;border:1px solid #e0e9dc;border-radius:8px;background:#fff}.favorite-card strong,.favorite-card span,.favorite-card small{display:block}.favorite-card strong{color:#17211b;font-size:18px;line-height:1.18;overflow-wrap:anywhere}.favorite-card span{margin-top:5px;color:#4d5d52;font-weight:850;line-height:1.3}.favorite-card small{margin-top:7px;color:#77827a;font-size:12px;font-weight:850}.favorite-card button{display:grid;place-items:center;width:40px;height:40px;border:1px solid #ffd98f;border-radius:8px;background:#fff7df;color:#b36b00;cursor:pointer}.favorite-card button svg{fill:currentColor}.empty-favorites{display:flex;align-items:center;min-height:116px;padding:16px;border-radius:8px;background:#f7f9f3;color:#68736b;font-size:14px;line-height:1.45;font-weight:850}.sync-state{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:0 9px;border-radius:8px;background:#ecfff3;color:#238253;font-size:12px;font-weight:900;white-space:nowrap}.sync-state.error{background:#fff1ee;color:#b14a3d}.cloud-notice{margin-top:18px;padding:18px;border:1px solid #f0c7be;border-radius:8px;background:#fff6f4;color:#74372e}.cloud-notice h2{margin:8px 0 6px;font-size:22px}.cloud-notice p{margin:0 0 8px;line-height:1.45;font-weight:850}.cloud-notice small{display:block;color:#8a5a52;line-height:1.4}.quiz-screen{display:grid;grid-template-rows:44px 28px minmax(156px,auto) 1fr 76px;gap:12px}.quiz-screen .topbar{margin-bottom:0}.quiz-progress{display:grid;grid-template-columns:78px 1fr;align-items:center;gap:10px;color:#657167;font-size:13px;font-weight:900}.quiz-progress div{height:8px;overflow:hidden;border-radius:999px;background:#e7eee2}.quiz-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2cb56b,#f3b83d);transition:width .26s cubic-bezier(.2,.9,.2,1.2)}.question-card{position:relative;min-height:156px;padding:17px;border:1px solid #dfe8da;border-radius:8px;background:#fff;box-shadow:0 12px 28px #1c2a2212}.question-card.lift{animation:lift .36s ease both}.question-meta{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.chips{display:flex;flex-wrap:wrap;gap:8px}.chips span{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border-radius:8px;background:#ecf9f0;color:#24603d;font-size:12px;font-weight:950}.chips span:last-child{background:#fff1cf;color:#895400}.favorite-toggle{display:grid;flex:0 0 auto;place-items:center;width:38px;height:38px;border:1px solid #dce6d9;border-radius:8px;background:#fff;color:#7d897f;cursor:pointer}.favorite-toggle.active{border-color:#ffd98f;background:#fff7df;color:#b36b00}.favorite-toggle.active svg{fill:currentColor}.favorite-toggle:disabled{cursor:not-allowed;opacity:.58}.question-card p{margin:18px 0 7px;color:#717c73;font-size:14px;font-weight:850}.question-card h1{margin:0;font-size:clamp(31px,9.5vw,43px);line-height:1.05;letter-spacing:0;overflow-wrap:anywhere}.answer-list{display:grid;align-content:start;gap:9px;min-height:0}.answer-button{min-height:55px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border:1px solid #dfe7dc;border-radius:8px;background:#fbfcf8;color:#1e2b24;text-align:left;font-weight:900;line-height:1.26}.answer-button:disabled{opacity:1}.answer-button.correct{border-color:#2caf68;background:#eafff2;color:#155c36}.answer-button.wrong{border-color:#df6f61;background:#fff1ee;animation:shake .26s ease}.quiz-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:70px;padding:12px 14px;border-radius:8px;background:#f5f8f1;color:#617066;font-size:14px;font-weight:850}.quiz-footer.show{background:#fff0d9}.quiz-footer strong,.quiz-footer span{display:block}.quiz-footer strong{color:#7a4300;font-size:18px}.quiz-footer button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:104px;min-height:46px;border:0;border-radius:8px;background:#1f945a;color:#fff;font-weight:950}.quiz-footer .tiny{min-width:42px;width:42px;padding:0;background:#fff;color:#617066;border:1px solid #dce6d9}.quiz-footer .tiny.active{color:#238253;border-color:#afe0c2;background:#ecfff3}.sparks{position:absolute;inset:0;pointer-events:none}.sparks i{position:absolute;width:7px;height:7px;border-radius:999px;background:#f4b63f;animation:spark .62s ease-out both}.sparks i:nth-child(1){left:20%;top:26%}.sparks i:nth-child(2){right:17%;top:34%;animation-delay:80ms}.sparks i:nth-child(3){right:26%;bottom:16%;animation-delay:.12s}.done-panel{margin-top:120px;padding:24px;border-radius:8px;background:linear-gradient(135deg,#fff3d4,#eafff0);text-align:center}.done-panel h2{margin:8px 0;font-size:30px}.done-panel p{color:#627068}.done-panel button{min-height:44px;padding:0 18px;border:0;border-radius:8px;background:#1f945a;color:#fff;font-weight:950}@keyframes lift{0%{transform:translateY(0) scale(1)}55%{transform:translateY(-3px) scale(1.01)}to{transform:translateY(0) scale(1)}}@keyframes shake{0%,to{transform:translate(0)}30%{transform:translate(-4px)}70%{transform:translate(4px)}}@keyframes spark{0%{transform:scale(.3) translateY(0);opacity:0}35%{opacity:1}to{transform:scale(1.5) translateY(-20px);opacity:0}}@media(max-width:520px){.app-shell{display:block;padding:0;background:#fff}.phone{width:100%;height:100svh;border:0;border-radius:0;box-shadow:none}.screen{padding:18px}.hero h1{font-size:35px}.summary{min-height:132px}.summary h2{font-size:26px}.round-button{min-height:64px}.settings-row{left:18px;right:18px}}@media(max-height:760px){.screen{padding:16px}.hero{margin-bottom:16px}.hero h1{font-size:32px}.summary{min-height:112px;padding:14px}.compact-stats{margin:9px 0}.round-button{min-height:58px}.quiz-screen{grid-template-rows:42px 24px minmax(138px,auto) 1fr 68px;gap:9px}.answer-button{min-height:49px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}
