.layout-desktop{z-index:1;min-height:100vh;display:flex;position:relative}.layout-sider{border-radius:0 20px 20px 0;flex-direction:column;flex-shrink:0;align-self:flex-start;gap:8px;width:240px;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.layout-logo{align-items:center;gap:10px;margin-bottom:24px;padding:0 8px;font-size:20px;font-weight:700;display:flex}.layout-logo-mark{background:conic-gradient(#7c5cff,#22d3ee,#f472b6,#7c5cff);border-radius:8px;flex-shrink:0;width:26px;height:26px;box-shadow:0 0 18px #7c5cff99}.layout-nav{flex-direction:column;flex:1;gap:4px;display:flex}.layout-nav-item{color:#aab0c6;border-radius:12px;align-items:center;gap:12px;padding:11px 14px;font-size:15px;text-decoration:none;transition:all .2s;display:flex}.layout-nav-item:hover{color:#e6e9f2;background:#ffffff0d}.layout-nav-item.active{color:#fff;background:linear-gradient(120deg,#7c5cff52,#22d3ee2e);box-shadow:inset 0 0 0 1px #7c5cff66}.layout-nav-icon{font-size:18px;display:inline-flex}.layout-main{flex:1;min-width:0}.layout-mobile{z-index:1;min-height:100vh;padding-bottom:70px;position:relative}.layout-mobile-header{z-index:10;padding:12px 16px;padding-top:calc(12px + env(safe-area-inset-top));border-radius:0 0 16px 16px;align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex;position:sticky;top:0}.layout-tabbar{z-index:20;padding:6px 4px calc(6px + env(safe-area-inset-bottom));border-radius:16px 16px 0 0;justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}.layout-tab-item{color:#7f8aa8;flex-direction:column;flex:1;align-items:center;gap:2px;padding:4px 0;font-size:11px;text-decoration:none;transition:color .2s;display:flex}.layout-tab-item.active{color:#fff}.layout-tab-item.active .layout-tab-icon{filter:drop-shadow(0 4px 10px #7c5cff99);transform:translateY(-2px)}.layout-tab-icon{font-size:20px;transition:transform .2s,filter .2s}.layout-tab-label{line-height:1}.q-view{flex-direction:column;gap:16px;padding:20px;display:flex}.q-view-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.q-view-tags{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.q-view-score,.q-view-index{color:#aab0c6;font-size:13px}.q-view-index{margin-left:auto}.q-fav{color:#7f8aa8;cursor:pointer;background:0 0;border:none;padding:4px;font-size:20px;transition:all .2s}.q-fav:hover{color:#fbbf24}.q-fav.on{color:#fbbf24;filter:drop-shadow(0 0 8px #fbbf2499)}.q-view-text{color:#eef1fb;white-space:pre-wrap;word-break:break-word;font-size:16px;line-height:1.75}.q-view-body{flex-direction:column;gap:12px;display:flex}.q-options{flex-direction:column;gap:10px;display:flex}.q-option{text-align:left;color:#e6e9f2;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:12px;align-items:center;gap:12px;width:100%;padding:13px 16px;font-size:15px;transition:all .2s;display:flex}.q-option:hover{background:#7c5cff1a;border-color:#7c5cff80}.q-option.selected{background:#7c5cff38;border-color:#7c5cff;box-shadow:0 0 0 1px #7c5cff66}.q-option.correct{background:#34d3992e;border-color:#34d399;box-shadow:0 0 0 1px #34d39980}.q-option.correct .q-option-key{color:#07231a;background:#34d399}.q-option.wrong{background:#fb71852e;border-color:#fb7185;box-shadow:0 0 0 1px #fb718580}.q-option.wrong .q-option-key{color:#2a0610;background:#fb7185}.q-option-key{background:#ffffff1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;transition:all .2s;display:inline-flex}.q-option-label{word-break:break-word;flex:1}.q-fill{flex-direction:column;gap:10px;display:flex}.q-answer{border:1px solid #0000;border-radius:12px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.q-answer.ok{background:#34d3991f;border-color:#34d39966}.q-answer.no{background:#fb71851f;border-color:#fb718566}.q-answer-head{flex-wrap:wrap;align-items:center;gap:14px;font-size:14px;display:flex}.q-answer-tag{font-weight:700}.q-answer.ok .q-answer-tag{color:#34d399}.q-answer.no .q-answer-tag{color:#fb7185}.q-answer-correct{color:#e6e9f2}.q-answer-coverage{color:#22d3ee;font-variant-numeric:tabular-nums;font-weight:600}.q-answer-detail{color:#cdd3e6;flex-wrap:wrap;align-items:center;gap:6px;font-size:14px;line-height:1.8;display:flex}.q-answer-detail-label{color:#aab0c6}@media (width<=767px){.q-view{padding:16px}.q-view-text{font-size:15px}}.q-item{margin-bottom:12px;overflow:hidden}.q-item-head{color:#e6e9f2;text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:none;border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;padding:14px 16px;display:flex}.q-item-head:hover{background:#ffffff08}.q-item-type{color:#0b1020;border-radius:6px;flex-shrink:0;padding:2px 8px;font-size:12px;font-weight:700}.q-item-index{color:#aab0c6;flex-shrink:0;font-size:14px}.q-item-text{flex:1;min-width:0;font-size:15px;line-height:1.5}.q-item-text.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.q-item-arrow{color:#7f8aa8;flex-shrink:0;font-size:14px}.q-item-body{padding:4px}.q-item-actions{gap:10px;padding:16px;display:flex}.q-item-footer{background:#0000002e;border-top:1px solid #ffffff14;justify-content:flex-end;align-items:center;gap:10px;padding:12px 16px;display:flex}.answer-card{flex-direction:column;gap:12px;display:flex}.answer-card-grid{grid-template-columns:repeat(auto-fill,minmax(38px,1fr));gap:8px;display:grid}.answer-card-cell{color:#aab0c6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:10px;height:38px;font-size:14px;transition:all .15s}.answer-card-cell:hover{border-color:#7c5cff80}.answer-card-cell.current{color:#fff;background:#22d3ee38;border-color:#22d3ee;box-shadow:0 0 0 1px #22d3ee80}.answer-card-cell.answered{color:#fff;background:#7c5cff38;border-color:#7c5cff}.answer-card-cell.correct{color:#fff;background:#34d39938;border-color:#34d399}.answer-card-cell.wrong{color:#fff;background:#fb718538;border-color:#fb7185}.answer-card-legend{color:#7f8aa8;flex-wrap:wrap;gap:14px;font-size:12px;display:flex}.answer-card-legend span{align-items:center;gap:6px;display:inline-flex}.answer-card-legend .lc{border:1px solid #fff3;border-radius:4px;width:12px;height:12px;display:inline-block}.answer-card-legend .lc.current{background:#22d3ee66;border-color:#22d3ee}.answer-card-legend .lc.answered{background:#7c5cff66;border-color:#7c5cff}.answer-card-legend .lc.correct{background:#34d39966;border-color:#34d399}.answer-card-legend .lc.wrong{background:#fb718566;border-color:#fb7185}.exam-config{max-width:680px;margin:0 auto;padding:28px}.exam-config-title{margin:0 0 6px;font-size:28px;font-weight:800}.exam-config-sub{color:#aab0c6;margin:0 0 24px}.exam-config-stats{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px;display:grid}.exam-config-stats .glass{text-align:center;padding:16px 12px}.exam-config-comp{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.exam-config-actions{flex-wrap:wrap;gap:12px;display:flex}.exam-running{max-width:820px}.exam-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:12px 16px;display:flex}.exam-top-left{align-items:center;gap:12px;display:flex}.exam-top-count{color:#cdd3e6;font-size:14px}.exam-timer{color:#22d3ee;font-variant-numeric:tabular-nums;align-items:center;gap:8px;font-size:18px;font-weight:700;display:inline-flex}.exam-timer.low{color:#fb7185;animation:1s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.55}}.exam-actions{justify-content:space-between;gap:12px;margin-top:18px;display:flex}.exam-actions>*{flex:1;max-width:220px}@media (width<=767px){.exam-config-stats{grid-template-columns:repeat(2,1fr)}.exam-actions>*{max-width:none}}.exam-result-hero{text-align:center;margin-bottom:24px;padding:32px 28px;position:relative;overflow:hidden}.exam-result-hero.pass{box-shadow:inset 0 0 60px #34d39940}.exam-result-hero.fail{box-shadow:inset 0 0 60px #fb718540}.exam-result-hero-icon{margin-bottom:8px;font-size:48px}.pass .exam-result-hero-icon{color:#34d399}.fail .exam-result-hero-icon{color:#fb7185}.exam-result-score{align-items:baseline;gap:6px;margin-bottom:8px;display:inline-flex}.exam-result-score-num{background:linear-gradient(120deg,#7c5cff,#22d3ee);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:64px;font-weight:800;line-height:1}.exam-result-score-unit{color:#aab0c6;font-size:20px}.exam-result-tag{margin-bottom:20px;padding:2px 14px;font-size:14px}.exam-result-stats{grid-template-columns:repeat(4,1fr);gap:12px;max-width:560px;margin:0 auto 20px;display:grid}.exam-result-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.exam-result-review-title{color:#e6e9f2;align-items:center;gap:8px;margin-bottom:14px;font-size:18px;font-weight:700;display:flex}.exam-result-item{border-radius:16px;margin-bottom:14px;position:relative;overflow:hidden}.exam-result-item.ok{border:1px solid #34d3994d}.exam-result-item.no{border:1px solid #fb71854d}.exam-result-item-flag{z-index:2;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:14px;font-weight:700;display:inline-flex;position:absolute;top:14px;right:16px}.ok .exam-result-item-flag{color:#07231a;background:#34d399}.no .exam-result-item-flag{color:#2a0610;background:#fb7185}@media (width<=767px){.exam-result-score-num{font-size:48px}.exam-result-stats{grid-template-columns:repeat(2,1fr)}}.fav-item-wrap{margin-bottom:12px}.fav-item-tools{justify-content:flex-end;gap:10px;margin-top:-12px;padding:0 16px 14px;display:flex}.home-hero{margin-bottom:20px;padding:40px 32px;position:relative;overflow:hidden}.home-hero-bg{pointer-events:none;background:radial-gradient(600px 300px at 80% 10%,#7c5cff59,#0000 70%),radial-gradient(500px 300px at 10% 90%,#22d3ee47,#0000 70%);position:absolute;inset:0}.home-hero-content{z-index:1;position:relative}.home-hero-badge{margin-bottom:14px}.home-hero-title{letter-spacing:4px;margin:0 0 8px;font-size:44px;font-weight:800}.home-hero-sub{color:#aab0c6;margin:0 0 24px;font-size:15px}.home-hero-actions{flex-wrap:wrap;gap:14px;display:flex}.home-hero-btn{min-width:140px}.home-resume{cursor:pointer;align-items:center;gap:16px;margin-bottom:24px;padding:16px 20px;display:flex}.home-resume .home-resume-icon{color:#fff;background:linear-gradient(135deg,#7c5cff,#22d3ee);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:inline-flex;box-shadow:0 6px 20px #7c5cff66}.home-resume-text{flex:1}.home-resume-label{color:#e6e9f2;font-size:16px;font-weight:600}.home-resume-info{color:#aab0c6;margin-top:2px;font-size:13px}.home-stats{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:24px;display:grid}.home-stat{flex-direction:column;gap:8px;padding:16px 18px;display:flex}.home-modes{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:20px;display:grid}.home-mode{text-align:left;cursor:pointer;color:inherit;font:inherit;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:16px;align-items:center;gap:16px;padding:18px;display:flex}.home-mode-icon{color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;display:inline-flex;box-shadow:0 8px 24px #7c5cff4d}.home-mode-title{color:#e6e9f2;font-size:17px;font-weight:700}.home-mode-desc{color:#aab0c6;margin-top:4px;font-size:13px;line-height:1.5}.home-tip{color:#aab0c6;align-items:center;gap:10px;padding:14px 18px;font-size:13px;display:flex}.home-foot{text-align:center;color:#5f688a;margin-top:16px;font-size:12px}@media (width<=767px){.home-hero{padding:28px 20px}.home-hero-title{letter-spacing:2px;font-size:32px}.home-stats{grid-template-columns:repeat(2,1fr)}.home-modes{grid-template-columns:1fr}.home-mode-desc{font-size:12px}}.records-header{margin-bottom:18px}.records-stats{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:18px;display:grid}.records-stat{padding:16px 18px}.records-section{margin-bottom:18px;padding:20px 22px}.records-section-title{color:#e6e9f2;margin-bottom:16px;font-size:17px;font-weight:700}.records-type-row{align-items:center;gap:12px;margin-bottom:14px;display:flex}.records-type-bar{flex:1;min-width:0;margin:0}.records-type-num{color:#aab0c6;text-align:right;flex-shrink:0;width:64px;font-size:13px}.records-history{flex-direction:column;gap:10px;display:flex}.records-history-item{cursor:pointer;color:inherit;font:inherit;text-align:left;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:14px 16px;display:flex}.records-history-left{align-items:center;gap:14px;min-width:0;display:flex}.records-history-score{min-width:56px;font-size:26px;font-weight:800}.records-history-score.pass{color:#34d399}.records-history-score.fail{color:#fb7185}.records-history-meta{flex-direction:column;gap:4px;min-width:0;display:flex}.records-history-date{color:#e6e9f2;font-size:14px}.records-history-dur{color:#aab0c6;font-size:12px}.records-history-right{color:#aab0c6;flex-shrink:0;font-size:13px}.records-study-item{border:1px solid #ffffff14;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.records-study-title{color:#e6e9f2;font-weight:600}.records-study-meta{color:#aab0c6;align-items:center;gap:8px;font-size:12px;display:flex}.records-study-progress{color:#22d3ee;font-size:13px}.records-danger{justify-content:space-between;align-items:center;gap:16px;margin-top:8px;padding:18px 22px;display:flex}.records-danger-title{color:#fb7185;font-weight:700}.records-danger-sub{color:#aab0c6;margin-top:2px;font-size:13px}@media (width<=767px){.records-stats{grid-template-columns:repeat(2,1fr)}.records-type-num{width:52px}.records-danger{flex-direction:column;align-items:flex-start}}.study-config{max-width:680px;margin:0 auto;padding:28px}.study-config-title{margin:0 0 6px;font-size:28px;font-weight:800}.study-config-sub{color:#aab0c6;margin:0 0 24px}.study-config-block{margin-bottom:24px}.study-config-label{color:#cdd3e6;margin-bottom:10px;font-weight:600}.study-config-actions{flex-wrap:wrap;gap:12px;display:flex}.study-running{max-width:820px}.study-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:12px 16px;display:flex}.study-top-info{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.study-top-count{color:#cdd3e6;font-size:14px}.study-actions{justify-content:space-between;gap:12px;margin-top:18px;display:flex}.study-actions>*{flex:1;max-width:220px}@media (width<=767px){.study-config{padding:20px}.study-actions>*{max-width:none}}.wrong-tags{flex-shrink:0;gap:6px;margin-left:8px;display:inline-flex}:root{--primary:#7c5cff;--cyan:#22d3ee;--pink:#f472b6;--bg:#0b1020;--glass:#ffffff0f;--glass-border:#ffffff1f;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{background:var(--bg);min-height:100%;margin:0;padding:0}body{color:#e6e9f2;-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;overflow-x:hidden}#root{z-index:0;min-height:100vh;position:relative}.app-aurora{z-index:0;pointer-events:none;background:radial-gradient(1100px 700px at 12% -8%,#7c5cff52,#0000 60%),radial-gradient(1000px 700px at 92% 0,#22d3ee42,#0000 60%),radial-gradient(900px 700px at 50% 110%,#f472b638,#0000 60%),linear-gradient(#0b1020 0%,#0a0f24 100%);position:fixed;inset:0;overflow:hidden}.app-aurora:before,.app-aurora:after{content:"";filter:blur(80px);opacity:.5;mix-blend-mode:screen;border-radius:50%;width:60vw;max-width:720px;height:60vw;max-height:720px;animation:18s ease-in-out infinite float;position:absolute}.app-aurora:before{background:radial-gradient(circle,#7c5cff8c,#0000 70%);top:-10%;left:-6%}.app-aurora:after{background:radial-gradient(circle,#22d3ee73,#0000 70%);animation-delay:-9s;bottom:-16%;right:-8%}@keyframes float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(40px,-30px)scale(1.12)}}.glass{background:var(--glass);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);border-radius:18px}.glass-hover{transition:transform .25s,border-color .25s,box-shadow .25s,background .25s}.glass-hover:hover{border-color:#7c5cff8c;transform:translateY(-4px);box-shadow:0 10px 40px #7c5cff40}.neon-text{background:linear-gradient(90deg,#7c5cff,#22d3ee 60%,#f472b6);color:#0000;-webkit-background-clip:text;background-clip:text}.gradient-btn{color:#fff;background:linear-gradient(120deg,#7c5cff,#22d3ee);border:none}.gradient-btn:hover{background:linear-gradient(120deg,#957bff,#3ed9f0)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#7c5cff66;border-radius:8px}::-webkit-scrollbar-track{background:0 0}.page-container{z-index:1;max-width:1100px;margin:0 auto;padding:24px 20px 96px;position:relative}@media (width>=768px){.page-container{padding:32px 32px 64px}}.fade-in{animation:.4s both fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.spin-slow{animation:16s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.list-header{margin-bottom:18px;padding:22px 24px}.list-title{margin:0 0 4px;font-size:26px;font-weight:800}.list-sub{color:#aab0c6;margin:0 0 16px}.list-tools{width:100%}.scope-chips{flex-wrap:wrap;gap:10px;display:flex}.scope-chip{color:#cdd3e6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:999px;padding:9px 18px;font-size:14px;transition:all .2s}.scope-chip:hover{color:#fff;border-color:#7c5cff80}.scope-chip.active{color:#fff;background:linear-gradient(120deg,#7c5cff,#22d3ee);border-color:#0000;font-weight:600;box-shadow:0 6px 18px #7c5cff59}.list-empty{margin-top:60px}.list-pager{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;margin-top:18px;display:flex}.list-pager-info{color:#aab0c6;font-size:14px}@media (width<=767px){.list-header{padding:18px}}
