:root{color-scheme:light;--bg: #f6f8fb;--surface: #ffffff;--surface-soft: #fff4ec;--text: #111827;--muted: #5f6b7a;--line: #d9e2ef;--primary: #F67F0E;--primary-dark: #F05400;--primary-soft: #fff1e6;--success: #0f766e;--warning: #b45309;--shadow: 0 16px 40px rgba(15, 23, 42, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button,textarea,input{font:inherit}.prep-wrap{width:min(1080px,calc(100% - 32px));margin:0 auto}.prep-nav{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px max(16px,calc((100vw - 1080px)/2));background:#ffffffeb;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.prep-brand,.prep-nav nav,.prep-actions,.prep-stats{display:flex;align-items:center}.prep-brand{gap:10px}.prep-logo{display:block;width:34px;height:34px;border-radius:8px;background:transparent;object-fit:contain}.prep-nav nav{gap:22px;color:var(--muted);font-size:14px}.prep-nav nav a:hover{color:var(--primary)}.prep-hero{background:linear-gradient(180deg,#fff,#fff4ec);border-bottom:1px solid var(--line)}.prep-hero .prep-wrap{padding:70px 0 58px}.prep-pill,.prep-kicker{color:var(--primary);font-size:13px;font-weight:700;letter-spacing:0;text-transform:uppercase}.prep-pill{display:inline-flex;padding:5px 10px;border-radius:999px;background:var(--primary-soft)}h1{max-width:820px;margin-bottom:20px;font-size:46px;line-height:1.12;letter-spacing:0}h2{margin-bottom:12px;font-size:28px;line-height:1.25;letter-spacing:0}h3{margin-bottom:8px;font-size:18px;line-height:1.35;letter-spacing:0}.prep-lead{max-width:760px;color:var(--muted);font-size:18px}.prep-actions{flex-wrap:wrap;gap:12px;margin-top:28px}.prep-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid transparent;border-radius:8px;cursor:pointer;font-weight:700}.prep-btn-primary{background:var(--primary);color:#fff}.prep-btn-primary:hover{background:var(--primary-dark)}.prep-btn-secondary{background:#fff;border-color:var(--line);color:var(--text)}.prep-btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.prep-btn-block{width:100%}.prep-stats{flex-wrap:wrap;gap:12px;margin-top:28px;color:var(--muted);font-size:14px}.prep-stats span{padding:8px 10px;border:1px solid var(--line);border-radius:999px;background:#fff}.prep-main{padding:42px 0 70px}.prep-section{margin-bottom:46px}.prep-section-head{max-width:760px;margin-bottom:18px}.prep-section-head p{color:var(--muted)}.prep-grid{display:grid;gap:16px}.prep-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.prep-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.prep-card,.prep-form-shell,.prep-locked{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.prep-card{padding:22px}.prep-card p{color:var(--muted)}.prep-form-shell{padding:26px;background:linear-gradient(180deg,#fff4ec,#fff)}.prep-upload{display:grid;place-items:center;min-height:120px;margin-bottom:16px;padding:18px;border:2px dashed #fca64a;border-radius:8px;background:#fff;color:var(--muted);cursor:pointer;text-align:center}.prep-upload input{display:none}.prep-field{display:block;margin-bottom:16px}.prep-field span{display:block;margin-bottom:8px;color:var(--text);font-weight:700}.prep-field textarea{width:100%;padding:12px 14px;border:1px solid var(--line);border-radius:8px;resize:vertical}.prep-field textarea:focus{border-color:var(--primary);outline:2px solid rgba(246,127,14,.16)}.prep-error{margin:12px 0 0;color:#dc2626}.prep-loading,.prep-result{text-align:center}.prep-spinner{width:46px;height:46px;margin:14px auto 20px;border:4px solid var(--primary-soft);border-top-color:var(--primary);border-radius:50%;animation:prepSpin .9s linear infinite}@keyframes prepSpin{to{transform:rotate(360deg)}}.prep-result{display:grid;gap:18px;text-align:left}.prep-score-row{display:grid;grid-template-columns:90px minmax(0,1fr);gap:18px;align-items:center;margin:18px 0}.prep-score-row strong{color:var(--primary);font-size:48px;line-height:1}.prep-score-bar{height:12px;overflow:hidden;border-radius:999px;background:#e5e7eb}.prep-score-bar span{display:block;width:0%;height:100%;border-radius:inherit;background:var(--primary);transition:width .6s ease}.prep-list{margin:0;padding-left:18px;color:var(--muted)}.prep-question-list{display:grid;gap:12px;margin-top:16px}.prep-question-item{padding:16px;border-radius:8px;background:#f8fafc}.prep-question-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.prep-question-meta span{padding:3px 8px;border-radius:999px;background:var(--primary-soft);color:var(--primary);font-size:12px;font-weight:700}.prep-locked{padding:28px;background:var(--surface-soft);text-align:center}.prep-related-card span,.prep-muted,.prep-related-card small{color:var(--muted)}@media(max-width:760px){.prep-nav{align-items:flex-start;flex-direction:column}.prep-nav nav{flex-wrap:wrap;gap:14px}.prep-hero .prep-wrap{padding:46px 0 40px}h1{font-size:34px}.prep-grid-2,.prep-grid-3{grid-template-columns:1fr}.prep-form-shell{padding:18px}.prep-score-row{grid-template-columns:1fr}}body{background:#f9fafb;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.prep-container{width:min(896px,calc(100% - 32px));margin:0 auto}.prep-nav{position:static;display:block;padding:0;background:#fff;border-bottom:1px solid #e5e7eb;-webkit-backdrop-filter:none;backdrop-filter:none}.prep-nav-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 0}.prep-brand{display:flex;align-items:center;gap:8px;color:#111827;font-size:20px;font-weight:700}.prep-logo{display:block;width:32px;height:32px;border-radius:8px;background:transparent;object-fit:contain}.prep-nav-links{display:flex;gap:24px;color:#4b5563}.prep-nav-links a:hover{color:#f67f0e}.prep-hero{background:#fff;border-bottom:0}.prep-hero .prep-container{padding:48px 0}.prep-badge{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;padding:4px 12px;border-radius:999px;background:#fff4ec;color:#f67f0e;font-size:14px}.prep-badge span{width:8px;height:8px;border-radius:999px;background:#f67f0e;animation:prepPulse 1.8s ease-in-out infinite}@keyframes prepPulse{0%,to{opacity:1}50%{opacity:.35}}h1,h2,h3,p{margin-top:0}h1{max-width:760px;margin-bottom:24px;color:#111827;font-size:36px;font-weight:700;line-height:1.2}h2{margin-bottom:24px;color:#111827;font-size:24px;font-weight:600;line-height:1.3}h3{margin-bottom:8px;color:#111827;font-size:18px;font-weight:500;line-height:1.35}.prep-lead{max-width:672px;margin-bottom:32px;color:#4b5563;font-size:18px}.prep-lead strong{color:#f67f0e}.prep-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:0}.prep-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:0;border-radius:8px;font-weight:500;text-decoration:none}.prep-btn-primary{background:#f67f0e;color:#fff}.prep-btn-primary:hover{background:#f05400;color:#fff}.prep-btn-secondary{background:#f3f4f6;color:#1f2937}.prep-btn-secondary:hover{background:#e5e7eb;color:#1f2937}.prep-btn-outline{border:2px solid #F67F0E;background:#fff;color:#f67f0e}.prep-btn-outline:hover{background:#fff4ec}.prep-hero-stats{display:flex;flex-wrap:wrap;gap:24px;margin-top:32px;color:#6b7280;font-size:14px}.prep-hero-stats strong{color:#374151;font-weight:600}.prep-main{padding:32px 0}.prep-section{margin-bottom:48px}.prep-stack{display:grid;gap:16px}.prep-question-stack{gap:24px}.prep-card{padding:24px;border:0;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0000000d}.prep-card p{margin-bottom:0;color:#4b5563}.prep-generate-section{margin-bottom:48px;padding:0;overflow:hidden;border:1px solid #f1e0d1;border-radius:12px;background:#fff;box-shadow:0 12px 36px #0f172a0f}.prep-spa-frame-shell{position:relative;width:100%;min-height:720px;background:#fff}.prep-spa-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fff8f1,#fff 42%);color:#6b7280;font-size:15px;transition:opacity .2s ease}.prep-spa-frame-shell.is-loaded .prep-spa-loading{opacity:0;pointer-events:none}.prep-spa-iframe{display:block;width:100%;height:720px;min-height:720px;border:0;background:#fff}.prep-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.prep-center-actions{justify-content:center}.prep-offer-section{margin-bottom:48px;padding:32px;border-radius:12px;background:#fff;text-align:center}.prep-offer-section p{margin-bottom:8px;color:#6b7280}.prep-offer-section strong{display:block;margin-bottom:8px;color:#f67f0e;font-size:36px;line-height:1}.prep-feature-card div{margin-bottom:12px;font-size:30px}.prep-feature-card p{font-size:14px}.prep-tip{margin-top:24px;padding:16px;border-radius:8px;background:#fff4ec;color:#9a3412}.prep-faq-grid,.prep-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prep-related-card{display:grid;gap:4px}.prep-related-card span,.prep-related-card small,.prep-muted{color:#6b7280}.prep-final-cta{margin-bottom:32px;padding:48px 32px;border-radius:16px;background:#fff4ec;text-align:center}.prep-final-cta p{max-width:672px;margin:0 auto 24px;color:#4b5563}[hidden]{display:none!important}@media(max-width:760px){.prep-nav-inner{align-items:flex-start;flex-direction:column}.prep-nav-links{display:none}h1{font-size:30px}.prep-hero .prep-container{padding:40px 0}.prep-hero-stats{align-items:stretch;flex-direction:column;gap:16px}.prep-spa-frame-shell,.prep-spa-iframe{min-height:760px}.prep-feature-grid,.prep-faq-grid,.prep-related-grid{grid-template-columns:1fr}}
