@font-face{font-family:Source Han Sans CN;src:url(/fonts/source-han-sans-cn-regular.otf)format("opentype");font-weight:100 900;font-style:normal;font-display:swap}:root{--bg:#f5f5f7;--surface:#fff;--text:#1d1d1f;--muted:#6e6e73;--faint:#aeaeb2;--line:#e5e5ea;--soft:#f2f2f4;--red:#d92d37;--red-soft:#fbeaec;--shadow:0 18px 54px #14141812}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Source Han Sans CN,PingFang SC,Microsoft YaHei,sans-serif}body{background:radial-gradient(circle at 9% 0%, #d92d370d, transparent 30rem), var(--bg);min-width:320px;margin:0}button,input,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:2px;outline:3px solid #d92d3738}.app-loading{min-height:100svh;color:var(--muted);place-content:center;justify-items:center;gap:16px;display:grid}.loading-dot{background:var(--red);border-radius:50%;width:18px;height:18px;animation:1.2s ease-in-out infinite pulse}@keyframes pulse{50%{opacity:.45;transform:scale(.6)}}.gate-page{grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr);align-items:stretch;min-height:100svh;display:grid}.gate-copy{background:linear-gradient(150deg, #fff9, transparent 60%), var(--bg);flex-direction:column;justify-content:center;min-height:100svh;padding:clamp(42px,8vw,120px);display:flex}.gate-mark{color:#fff;background:var(--red);border-radius:20px;place-items:center;width:64px;height:64px;margin-bottom:34px;font-size:22px;font-weight:700;display:grid;box-shadow:0 14px 30px #d92d3738}.eyebrow{color:var(--red);letter-spacing:.18em;margin:0 0 16px;font-size:12px;font-weight:700}.gate-copy h1{letter-spacing:-.04em;margin:0;font-size:clamp(42px,5vw,72px);line-height:1.15}.gate-copy>p:not(.eyebrow){max-width:640px;color:var(--muted);margin:28px 0;font-size:18px;line-height:1.9}.gate-points{flex-wrap:wrap;gap:12px;display:flex}.gate-points span{color:var(--muted);background:#ffffffa6;border:1px solid #1d1d1f14;border-radius:999px;padding:10px 16px;font-size:13px}.gate-panel{background:var(--surface);box-shadow:var(--shadow);border-radius:42px;flex-direction:column;justify-content:center;margin:24px;padding:clamp(32px,5vw,64px);display:flex}.gate-panel-title{flex-direction:column;gap:8px;margin-bottom:34px;display:flex}.gate-panel-title span{font-size:32px;font-weight:700}.gate-panel-title small,.gate-help{color:var(--muted)}.gate-panel form{gap:22px;display:grid}.gate-help{text-align:center;margin:22px 0 0;font-size:12px}.expired-message{background:var(--soft);color:var(--muted);border-radius:16px;margin:0;padding:18px 20px;line-height:1.8}.field{flex-direction:column;gap:9px;display:flex;position:relative}.field>span,.field legend{color:#4b4b4f;font-size:14px;font-weight:650}.field input,.field textarea{border:1px solid var(--line);width:100%;color:var(--text);background:#fafafa;border-radius:16px;transition:border-color .2s,background .2s,box-shadow .2s}.field input{height:54px;padding:0 16px}.field textarea{resize:vertical;min-height:116px;padding:15px 16px;line-height:1.7}.field input:focus,.field textarea:focus{background:#fff;border-color:#d92d3773;outline:none;box-shadow:0 0 0 4px #d92d3712}.field input::placeholder,.field textarea::placeholder{color:#b0b0b5}.field>small{color:var(--faint);text-align:right;font-size:11px}.primary-button,.secondary-button,.text-button,.icon-button,.add-button,.remove-button,.brand-button{cursor:pointer;border:0}.primary-button,.secondary-button{border-radius:15px;min-height:48px;padding:0 22px;font-weight:650;transition:transform .18s,box-shadow .18s,opacity .18s}.primary-button{background:var(--text);color:#fff;box-shadow:0 10px 24px #1d1d1f21}.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.primary-button:disabled{cursor:wait;opacity:.55}.primary-button.small{border-radius:13px;min-height:42px;padding:0 17px}.secondary-button{border:1px solid var(--line);color:var(--text);background:#fff}.text-button{color:var(--muted);background:0 0;padding:8px}.form-error,.global-notice{color:var(--red)}.form-error{margin:-6px 0 0;font-size:13px}.app-shell{min-height:100svh;padding-top:76px}.app-topbar{z-index:50;-webkit-backdrop-filter:blur(24px)saturate(160%);backdrop-filter:blur(24px)saturate(160%);background:#f5f5f7d6;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;height:76px;padding:0 clamp(20px,4vw,54px);display:flex;position:fixed;inset:0 0 auto}.brand-button{text-align:left;background:0 0;align-items:center;gap:12px;display:flex}.brand-button>span{background:var(--red);color:#fff;border-radius:12px;place-items:center;width:38px;height:38px;font-size:13px;font-weight:700;display:grid}.brand-button div{flex-direction:column;gap:2px;display:flex}.brand-button small{color:var(--muted);font-size:10px}.topbar-actions{color:var(--muted);align-items:center;gap:12px;font-size:13px;display:flex}.global-notice,.success-notice{z-index:60;text-align:center;min-width:min(420px,100vw - 32px);box-shadow:var(--shadow);border-radius:14px;padding:13px 20px;position:fixed;top:90px;left:50%;transform:translate(-50%)}.global-notice{background:#fff2f3;border:1px solid #f6c7ca}.success-notice{color:#267340;background:#eef8f1;border:1px solid #cae8d3;margin:0 auto 20px;position:static;transform:none}.page-width{width:min(1180px,100% - 40px);margin:0 auto}.dashboard{padding:56px 0 90px}.dashboard-hero{color:#fff;background:radial-gradient(circle at 90% 0,#d92d3729,#0000 34%),#1d1d1f;border-radius:36px;justify-content:space-between;align-items:flex-end;gap:32px;min-height:245px;padding:clamp(32px,5vw,58px);display:flex;box-shadow:0 30px 70px #1d1d1f29}.dashboard-hero h1{letter-spacing:-.04em;margin:8px 0 12px;font-size:clamp(34px,5vw,54px)}.dashboard-hero p:not(.eyebrow){color:#b9b9bd;margin:0}.dashboard-hero .secondary-button{flex:none}.stats-row{grid-template-columns:repeat(3,1fr);gap:16px;margin:22px 0 48px;display:grid}.stats-row div{background:#fff;border-radius:22px;align-items:baseline;gap:12px;padding:24px 28px;display:flex;box-shadow:0 12px 34px #1414180b}.stats-row strong{font-size:32px}.stats-row span{color:var(--muted);font-size:13px}.section-heading{justify-content:space-between;align-items:flex-end;margin:0 4px 20px;display:flex}.section-heading div{flex-direction:column;display:flex}.section-heading span{font-size:28px;font-weight:700}.section-heading small,.section-heading p{color:var(--faint);letter-spacing:.12em;font-size:11px}.slot-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.slot-card{background:#fff;border-radius:28px;min-height:310px;padding:24px;box-shadow:0 14px 38px #1414180e}.slot-card-top,.slot-actions{justify-content:space-between;align-items:center;display:flex}.slot-card-top small{color:var(--faint);letter-spacing:.12em}.status-pill{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:650}.status-empty{color:var(--muted);background:var(--soft)}.status-draft{color:#9c6813;background:#fff6df}.status-completed{color:var(--red);background:var(--red-soft)}.slot-avatar{background:var(--soft);width:82px;height:82px;color:var(--faint);border-radius:50%;place-items:center;margin:24px 0 16px;font-size:30px;display:grid;overflow:hidden}.slot-card h3{margin:0 0 6px;font-size:21px}.slot-card p{min-height:42px;color:var(--muted);margin:0 0 20px;font-size:13px;line-height:1.6}.slot-actions{gap:10px}.slot-actions .primary-button{flex:1}.icon-button{border:1px solid var(--line);background:#fff;border-radius:13px;min-height:42px;padding:0 14px;font-size:12px}.editor-layout{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:24px;padding:44px 0 90px;display:grid}.step-sidebar{background:#fff;border-radius:28px;padding:26px;position:sticky;top:104px;box-shadow:0 14px 38px #1414180d}.step-sidebar>p{color:var(--red);letter-spacing:.12em;margin:0;font-size:11px;font-weight:700}.step-sidebar>h2{margin:8px 0 24px}.step-sidebar nav{gap:6px;display:grid}.step-sidebar nav button{width:100%;color:var(--faint);text-align:left;background:0 0;border:0;border-radius:14px;align-items:center;gap:12px;padding:10px;display:flex}.step-sidebar nav button.active{background:var(--soft);color:var(--text)}.step-sidebar nav button.done{color:var(--muted)}.step-sidebar nav b{background:var(--soft);border-radius:9px;place-items:center;width:28px;height:28px;font-size:11px;display:grid}.step-sidebar nav button.active b,.step-sidebar nav button.done b{background:var(--red);color:#fff}.step-sidebar nav span{flex-direction:column;display:flex}.step-sidebar nav strong{font-size:13px}.step-sidebar nav small{margin-top:2px;font-size:10px}.save-state{color:var(--faint);text-align:center;margin-top:20px;font-size:11px;display:block}.question-card{background:#fff;border-radius:32px;min-height:680px;padding:clamp(28px,5vw,58px);box-shadow:0 18px 52px #1414180e}.question-header{margin-bottom:36px}.question-header p{color:var(--red);letter-spacing:.14em;margin:0 0 8px;font-size:11px;font-weight:700}.question-header h1{margin:0;font-size:36px}.question-header span{color:var(--muted);margin-top:8px;font-size:14px;display:block}.mobile-progress{display:none}.form-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.radio-field{border:0;grid-column:span 2;grid-template-columns:1fr 1fr;gap:12px;margin:0;padding:0;display:grid}.radio-field legend{grid-column:1/-1;margin-bottom:9px}.radio-field label{border:1px solid var(--line);cursor:pointer;background:#fafafa;border-radius:18px;align-items:center;gap:13px;padding:14px;display:flex}.radio-field label.selected{background:var(--red-soft);border-color:#d92d376b}.radio-field input,.strength-picker input,.best-choice input{accent-color:var(--red)}.question-tip{background:var(--soft);color:var(--muted);border-radius:14px;margin-bottom:18px;padding:14px 16px;font-size:13px;line-height:1.6}.plan-editor{gap:14px;display:grid}.plan-input-card{border:1px solid var(--line);background:#fcfcfc;border-radius:22px;grid-template-columns:56px 1fr;gap:18px;padding:20px;display:grid;position:relative}.plan-input-card.best{background:linear-gradient(90deg,#fbeaecb8,#fff 55%);border-color:#d92d3761}.plan-number{background:var(--text);color:#fff;border-radius:15px;place-items:center;width:52px;height:52px;font-weight:700;display:grid}.plan-input-card.best .plan-number{background:var(--red)}.plan-fields{gap:14px;display:grid}.best-choice{color:var(--muted);align-items:center;gap:8px;font-size:12px;display:flex}.remove-button{background:var(--soft);width:32px;height:32px;color:var(--muted);border-radius:50%;font-size:18px;position:absolute;top:12px;right:12px}.add-button{min-height:50px;color:var(--muted);background:0 0;border:1px dashed #c9c9ce;border-radius:16px}.strength-picker{gap:10px;display:grid}.strength-picker>label{border:1px solid var(--line);cursor:pointer;border-radius:18px;grid-template-columns:auto 48px 1fr auto;align-items:center;gap:16px;padding:18px;display:grid}.strength-picker>label.selected{background:var(--red-soft);border-color:#d92d376b}.strength-picker label>b{background:var(--text);color:#fff;border-radius:14px;place-items:center;width:46px;height:46px;display:grid}.strength-picker label.selected>b{background:var(--red)}.strength-picker label>span{flex-direction:column;gap:4px;display:flex}.strength-picker label small{color:var(--muted);line-height:1.5}.strength-picker label>i{color:var(--faint);font-size:12px;font-style:normal}.strength-picker label.selected>i{color:var(--red)}.analysis-grid{grid-template-columns:1fr 1fr;gap:22px;display:grid}.textarea-field textarea{min-height:170px}.keyword-editor{gap:20px;display:grid}.message-editor{gap:24px;display:grid}.message-editor textarea{min-height:230px}.final-summary{background:var(--soft);border-radius:18px;grid-template-columns:60px 1fr auto;align-items:center;gap:14px;padding:18px;display:grid}.final-summary div{flex-direction:column;gap:4px;display:flex}.final-summary div span,.final-summary>b{color:var(--muted);font-size:12px}.question-actions{border-top:1px solid var(--line);justify-content:space-between;gap:14px;margin-top:38px;padding-top:22px;display:flex}.preview-page{padding:44px 0 90px}.preview-toolbar{background:#fff;border-radius:26px;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px;padding:26px 30px;display:flex;box-shadow:0 14px 38px #1414180d}.preview-toolbar h1{margin:0 0 6px;font-size:28px}.preview-toolbar span{color:var(--muted);font-size:13px}.preview-toolbar>div:last-child{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.report-preview-frame{background:#e9e9ed;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 24px 74px #14141821}.report-export-stage{z-index:-100;width:1440px;position:fixed;top:0;left:-20000px}.player-avatar{background:linear-gradient(145deg,#f7dadd,#e6e6e9);border-radius:50%;flex:none;width:240px;height:240px;position:relative;overflow:hidden}.avatar-compact{width:72px;height:72px}.avatar-head{z-index:3;background:#f2c9aa;border-radius:45% 45% 48% 48%;width:40%;height:40%;position:absolute;top:25%;left:30%}.avatar-hair-back{z-index:1;background:#28282b;border-radius:50% 50% 38% 38%;width:48%;height:48%;position:absolute;top:15%;left:26%}.avatar-hair-front{z-index:4;background:#28282b;border-radius:55% 45% 40% 0;width:43%;height:25%;position:absolute;top:19%;left:29%;transform:rotate(-8deg)}.avatar-boy .avatar-hair-back{border-radius:45% 45% 28% 28%;width:44%;height:30%;top:17%;left:28%}.avatar-boy .avatar-hair-front{clip-path:polygon(0 35%,18% 0,35% 28%,52% 0,70% 30%,100% 6%,95% 100%,0 100%);height:19%;top:18%}.avatar-eye{background:#343438;border-radius:50%;width:4%;height:5%;position:absolute;top:50%}.avatar-eye-left{left:30%}.avatar-eye-right{right:30%}.avatar-smile{border-bottom:3px solid #b36b67;border-radius:0 0 50% 50%;width:26%;height:11%;position:absolute;top:69%;left:37%}.avatar-body{z-index:2;background:linear-gradient(90deg,#1d1d1f,#4c4c50);border-radius:48% 48% 0 0;width:68%;height:50%;position:absolute;bottom:-13%;left:16%}.avatar-paddle{z-index:5;background:var(--red);border-radius:50%;width:20%;height:27%;position:absolute;bottom:20%;right:17%;transform:rotate(-30deg)}.avatar-paddle span{background:#6e3a32;border-radius:999px;width:20%;height:55%;position:absolute;top:87%;left:40%}.report-sheet{background:var(--bg);width:1440px;color:var(--text);padding:68px 72px 74px;font-family:Source Han Sans CN,PingFang SC,sans-serif}.report-sheet *{box-sizing:border-box}.report-header{border-bottom:2px solid var(--line);margin-bottom:38px;padding:0 2px 38px}.report-header>p{color:var(--red);letter-spacing:.13em;margin:0 0 25px;font-size:20px;font-weight:700}.report-header>div{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.report-header h1{letter-spacing:-.025em;margin:0;font-size:53px;line-height:1.2}.report-header span,.report-section-title span,.report-card-heading>span{color:var(--faint);letter-spacing:.13em;font-weight:650}.report-header span{white-space:nowrap;padding-bottom:9px;font-size:20px}.report-card{background:#fff;border-radius:42px;box-shadow:0 16px 46px #1414180e}.report-profile{grid-template-columns:260px 1fr;align-items:center;gap:50px;min-height:470px;padding:54px 56px;display:grid}.report-avatar-wrap{flex-direction:column;align-items:center;display:flex}.report-avatar-wrap>span{z-index:2;background:var(--red);color:#fff;border-radius:999px;margin-top:-20px;padding:8px 25px;font-size:18px;font-weight:650}.report-profile-content{align-self:stretch}.report-card-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.report-card-heading h2{margin:0;font-size:28px}.report-card-heading>span{font-size:16px}.report-fields{grid-template-columns:1fr 1fr .8fr;gap:42px 44px;margin-top:44px;display:grid}.report-fields>div{border-bottom:2px solid var(--line);padding-bottom:22px}.report-fields label,.report-date label,.report-keywords label{color:var(--muted);margin-bottom:13px;font-size:22px;display:block}.report-fields strong{font-size:34px}.report-style-field{grid-column:span 2}.report-section{margin-top:100px}.report-section-title{justify-content:space-between;align-items:flex-end;margin:0 2px 46px;display:flex}.report-section-title h2{margin:0;font-size:42px}.report-section-title span{font-size:18px}.report-plan-list{gap:30px;display:grid}.report-plan{grid-template-columns:88px 1fr auto;align-items:center;gap:36px;min-height:238px;padding:40px 40px 40px 36px;display:grid}.report-plan>b,.report-strength>b{background:var(--text);color:#fff;place-items:center;font-weight:700;display:grid}.report-plan>b{border-radius:26px;width:86px;height:86px;font-size:30px}.report-plan>b.is-highlighted,.report-strength>b.is-highlighted{background:var(--red)}.report-plan small{color:var(--red);letter-spacing:.08em;font-size:18px;font-weight:650}.report-plan h3{margin:11px 0 13px;font-size:32px}.report-plan p{color:var(--muted);margin:0;font-size:25px;line-height:1.65}.report-plan>span{background:var(--soft);color:var(--muted);border-radius:999px;padding:12px 22px;font-size:20px;font-weight:650}.report-plan>span.is-highlighted{background:var(--red-soft);color:var(--red)}.report-strengths{padding:44px 40px 26px}.report-strengths>.report-card-heading{padding:0 2px 24px}.report-strength{border-bottom:2px solid var(--line);grid-template-columns:72px 190px 1fr;align-items:center;gap:36px;min-height:120px;padding:22px 0;display:grid}.report-strength:last-child{border-bottom:0}.report-strength>b{border-radius:23px;width:70px;height:70px;font-size:24px}.report-strength h3{margin:0;font-size:29px}.report-strength p{color:var(--muted);margin:0;font-size:24px;line-height:1.55}.report-review-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.report-review{min-height:390px;padding:42px}.report-review .report-card-heading h2{align-items:center;gap:20px;font-size:30px;display:flex}.report-review .report-card-heading i{background:var(--text);border-radius:6px;width:10px;height:46px}.report-review .report-card-heading i.is-highlighted{background:var(--red)}.report-review p{color:var(--muted);white-space:pre-wrap;margin:50px 0 0;font-size:25px;line-height:1.78}.report-message{min-height:650px;margin-top:100px;padding:52px 42px}.report-message>p{min-height:205px;color:var(--muted);white-space:pre-wrap;margin:70px 0 55px;font-size:29px;line-height:1.95}.report-message-footer{border-top:2px solid var(--line);gap:54px;padding-top:44px;display:grid}.report-keywords,.report-date{align-items:center;gap:22px;display:flex}.report-keywords label,.report-date label{margin:0}.report-keywords span{background:var(--soft);text-align:center;border-radius:999px;min-width:160px;padding:13px 24px;font-size:23px;font-weight:650}.report-keywords span.is-highlighted{background:var(--red-soft);color:var(--red)}.report-date strong{font-size:24px}.report-footer{color:var(--faint);letter-spacing:.12em;justify-content:space-between;margin-top:100px;font-size:18px;display:flex}@media (width<=900px){.gate-page{grid-template-columns:1fr}.gate-copy{min-height:auto;padding:52px 24px 30px}.gate-copy h1{font-size:42px}.gate-panel{border-radius:30px;margin:0 16px 24px;padding:34px 24px}.dashboard-hero,.preview-toolbar{flex-direction:column;align-items:flex-start}.slot-grid{grid-template-columns:1fr 1fr}.editor-layout{grid-template-columns:1fr}.step-sidebar{display:none}.mobile-progress{color:var(--muted);margin-bottom:28px;font-size:12px;display:block}.mobile-progress>div{background:var(--soft);border-radius:999px;height:5px;margin-top:10px;overflow:hidden}.mobile-progress i{background:var(--red);border-radius:999px;height:100%;display:block}.analysis-grid{grid-template-columns:1fr}.preview-toolbar>div:last-child{justify-content:flex-start;width:100%}}@media (width<=620px){.app-topbar{padding:0 16px}.brand-button small,.topbar-actions>span{display:none}.page-width{width:min(100% - 24px,1180px)}.dashboard,.editor-layout,.preview-page{padding-top:22px}.dashboard-hero{min-height:230px;padding:28px 24px}.stats-row{grid-template-columns:repeat(3,1fr);gap:8px}.stats-row div{text-align:center;flex-direction:column;align-items:center;gap:2px;padding:16px 10px}.stats-row strong{font-size:25px}.slot-grid{grid-template-columns:1fr}.question-card{border-radius:24px;min-height:auto;padding:26px 18px}.question-header h1{font-size:30px}.form-grid{grid-template-columns:1fr}.radio-field{grid-column:auto}.plan-input-card{grid-template-columns:42px 1fr;gap:12px;padding:16px}.plan-number{border-radius:12px;width:40px;height:40px;font-size:12px}.strength-picker>label{grid-template-columns:auto 44px 1fr;gap:10px;padding:14px 12px}.strength-picker label>i{display:none}.strength-picker label small{font-size:11px}.final-summary{grid-template-columns:52px 1fr}.final-summary>b{grid-column:1/-1}.question-actions{z-index:10;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;margin:30px -18px -26px;padding:16px 18px;position:sticky;bottom:0}.question-actions button{flex:1}.preview-toolbar{padding:22px}.preview-toolbar>div:last-child{grid-template-columns:1fr 1fr;display:grid}.preview-toolbar .primary-button{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
