:root{color:#17211b;font-synthesis:none;--ink:#17211b;--muted:#68746c;--canvas:#f4f7f2;--surface:#fff;--brand:#165c3b;--brand-deep:#0d442b;--brand-soft:#edf5ef;--lime:#dff36b;--orange:#e9653a;--line:#dfe7e1;background:#f4f7f2;font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 12% 42%, #dff36b24, transparent 29rem), var(--canvas);min-width:320px;min-height:100vh;margin:0}button,input,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.page-shell{min-height:100vh}.hero{background:#03243c;width:100%;height:clamp(260px,31vw,450px);overflow:hidden}.compact-hero{height:clamp(220px,25vw,350px)}.hero-image{object-fit:cover;object-position:left center;width:100%;height:100%;display:block}.flow-wrap,.result-wrap{z-index:1;width:min(840px,100% - 40px);margin:-128px auto 0;position:relative}.result-wrap{width:min(900px,100% - 40px);margin-top:-112px}.flow-header{color:#718078;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #dfe7e1f5;border-radius:15px;grid-template-columns:repeat(2,1fr);align-items:start;margin:0 auto 18px;padding:16px 22px;display:grid;box-shadow:0 14px 36px #0f3d2629}.flow-header>div{justify-content:center;align-items:center;gap:9px;font-size:12px;display:flex;position:relative}.flow-header>div:not(:last-child):after{content:"";background:#cbd8cf;width:calc(100% - 108px);height:1px;position:absolute;top:14px;left:calc(50% + 54px)}.flow-header>div.done:not(:last-child):after{background:#76aa8b}.flow-header span{background:#f1f5f2;border:1px solid #cbd8cf;border-radius:50%;flex:none;place-items:center;width:28px;height:28px;font-size:11px;font-weight:800;display:grid}.flow-header em{font-style:normal}.flow-header .active{color:var(--brand-deep);font-weight:800}.flow-header .active span{color:#17331f;background:var(--lime);border-color:#c7dd4e;box-shadow:0 0 0 5px #dff36b3d}.flow-header .done{color:var(--brand);font-weight:700}.flow-header .done span{color:#fff;background:var(--brand);border-color:var(--brand)}.primary-card{background:var(--surface);border:1px solid #dfe7e1f0;border-radius:22px;padding:48px 54px;box-shadow:0 18px 54px #18362417}.eyebrow{color:var(--brand);letter-spacing:.16em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:800}h1,h2,p{margin-top:0}h1{letter-spacing:-.025em;margin-bottom:14px;font-family:Songti SC,STSong,serif;font-size:clamp(30px,4vw,43px);line-height:1.22}h2{margin:0 0 8px;font-size:25px;line-height:1.35}.lead-copy{max-width:650px;color:var(--muted);margin-bottom:32px;font-size:15px;line-height:1.75}.profile-card h1{white-space:nowrap;margin:0;font-size:clamp(25px,3vw,34px)}.profile-card .lead-copy{text-overflow:ellipsis;white-space:nowrap;width:100%;max-width:100%;margin:8px 0 22px;overflow:hidden}.smart-paste-box{background:#f6f8f5;border:1px solid #d3ddd6;border-radius:14px;padding:12px;transition:border-color .16s,box-shadow .16s}.smart-paste-box:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px #165c3b1a}.smart-paste-box.parsed{background:#f4f9f5;border-color:#a9c6b3}.smart-paste-box textarea,.field input,.field textarea,.suggestion-field input,.suggestion-field textarea{width:100%;color:var(--ink);background:#fbfcfa;border:1px solid #d3ddd6;border-radius:12px;outline:none;transition:border-color .16s,box-shadow .16s,background .16s}.smart-paste-box textarea{resize:vertical;background:#fff;border-color:#d9e1db;min-height:104px;padding:11px 13px;line-height:1.75;display:block}.smart-paste-actions{justify-content:space-between;align-items:center;gap:16px;margin-top:8px;display:flex}.smart-paste-actions>span{color:#98a39c;font-variant-numeric:tabular-nums;font-size:11px}.parse-button{color:#fff;background:var(--brand);cursor:pointer;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-width:128px;min-height:40px;padding:8px 14px;font-size:13px;font-weight:750;display:flex}.parse-button:hover:not(:disabled){background:var(--brand-deep)}.parse-button:disabled{cursor:not-allowed;opacity:.55}.parse-button .spinner{width:15px;height:15px}textarea::placeholder,input::placeholder{color:#9aa59e}textarea:hover,input:hover{border-color:#a9b9ae}textarea:focus,input:focus{border-color:var(--brand);background:#fff;box-shadow:0 0 0 3px #165c3b1f}.primary-button,.secondary-button{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:min(440px,100%);min-height:55px;margin:26px auto 0;padding:14px 24px;font-weight:750;transition:transform .15s,background .15s,box-shadow .15s;display:flex}.primary-button{color:#fff;background:var(--brand);border:0;box-shadow:0 10px 24px #165c3b33}.primary-button:hover:not(:disabled){background:var(--brand-deep);transform:translateY(-1px);box-shadow:0 13px 28px #165c3b3d}.primary-button:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.primary-button:focus-visible,.secondary-button:focus-visible,.text-button:focus-visible,.copy-button:focus-visible,.option-chips button:focus-visible,.inline-action:focus-visible{outline-offset:3px;outline:3px solid #dff36be6}.secondary-button{color:var(--brand);background:#fff;border:1px solid #b9cabf}.secondary-button:hover{background:var(--brand-soft);border-color:var(--brand)}.spinner{border:2px solid #fff6;border-top-color:currentColor;border-radius:50%;flex:none;width:18px;height:18px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.privacy-copy{color:#87928b;text-align:center;justify-content:center;gap:7px;margin:16px 0 0;font-size:11px;line-height:1.6;display:flex}.privacy-copy span{color:var(--brand);font-weight:900}.card-heading,.result-heading,.refinement-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.fill-time{min-height:32px;color:var(--muted);background:var(--brand-soft);white-space:nowrap;border-radius:999px;flex:none;align-items:center;gap:5px;padding:6px 10px;font-size:11px;display:flex}.fill-time:before{content:"";background:var(--lime);border-radius:50%;width:6px;height:6px}.fill-time b{color:var(--brand-deep)}.text-button{min-height:40px;color:var(--brand);background:var(--brand-soft);cursor:pointer;border:0;border-radius:9px;flex:none;padding:8px 13px;font-size:13px;font-weight:700}.required-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px 20px;display:grid}.required-fields-heading{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin-top:20px;margin-bottom:23px;padding:20px 0;scroll-margin-top:20px;display:flex}.required-fields-heading h2{margin-bottom:5px;font-size:22px}.required-fields-heading p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.required-fields-heading>span{color:var(--brand);background:var(--brand-soft);white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:11px}.field{min-width:0}.wide-field{grid-column:1/-1}.field label{align-items:center;min-height:24px;margin-bottom:8px;font-size:14px;font-weight:700;display:flex}.field label>span{color:var(--orange)}.field label i{color:#b84924;background:#fff0ea;border-radius:999px;margin-left:8px;padding:3px 7px;font-size:10px;font-style:normal;font-weight:700}.field input{min-height:49px;padding:13px 15px}.field textarea{resize:vertical;min-height:108px;padding:13px 15px;line-height:1.65}.field-error input,.field-error textarea{border-color:var(--orange);background:#fffaf8}.error-text{color:#b84924;margin-top:7px;font-size:12px;display:block}.inline-notice{border-radius:10px;margin-top:20px;padding:13px 15px;font-size:13px;line-height:1.6}.inline-notice.error{color:#842e15;background:#fff0ea;border:1px solid #ffd3c5}.inline-notice.warning{color:#654f09;background:#fff9dc;border:1px solid #eadc97}.inline-action{color:inherit;cursor:pointer;background:0 0;border:0;border-bottom:1px solid;margin-left:8px;padding:2px 0;font-weight:750}footer{color:#7c8880;letter-spacing:.06em;text-align:center;padding:34px 16px 42px;font-size:11px}.result-page{padding-bottom:20px}.result-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.result-toolbar button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#03243cc7;border:1px solid #ffffff3d;border-radius:9px;min-height:38px;padding:8px 13px;font-size:12px;font-weight:700}.result-toolbar button:hover{background:#03243cf0}.generating-card,.failed-card{text-align:center}.generating-orbit{width:62px;height:62px;color:var(--brand);background:var(--lime);border-radius:50%;place-items:center;margin:0 auto 19px;display:grid;box-shadow:0 0 0 9px #dff36b2e}.generating-orbit .spinner{border-color:#165c3b40;border-top-color:var(--brand);width:26px;height:26px}.generating-card .lead-copy,.failed-card .lead-copy{margin-left:auto;margin-right:auto}.generation-journey{border:1px solid var(--line);text-align:left;background:linear-gradient(145deg,#f2f8f4,#fbfcf8);border-radius:15px;max-width:650px;margin:30px auto 0;padding:23px}.journey-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:13px;font-size:14px;display:flex}.journey-heading span{color:var(--brand);font-variant-numeric:tabular-nums;font-size:12px;font-weight:800}.journey-progress{background:#dce8df;border-radius:999px;width:100%;height:7px;margin-bottom:25px;overflow:hidden}.journey-progress>span{background:linear-gradient(90deg, var(--brand), #62a27d, var(--lime));border-radius:inherit;height:100%;transition:width .6s;display:block}.journey-steps{grid-template-columns:repeat(4,1fr);margin:0 0 22px;padding:0;list-style:none;display:grid}.journey-steps li{color:#97a29b;text-align:center;justify-items:center;gap:8px;font-size:10px;display:grid;position:relative}.journey-steps li:not(:last-child):after{content:"";background:#dce5df;width:calc(100% - 30px);height:2px;position:absolute;top:13px;left:calc(50% + 15px)}.journey-steps li.done:not(:last-child):after{background:#73a889}.journey-steps li>span{z-index:1;background:#edf1ee;border:2px solid #d9e1db;border-radius:50%;place-items:center;width:28px;height:28px;font-size:10px;font-weight:800;display:grid;position:relative}.journey-steps li.done>span{color:#fff;background:var(--brand);border-color:var(--brand)}.journey-steps li.active>span{color:var(--brand);background:var(--lime);border-color:#cada52;box-shadow:0 0 0 5px #dff36b2e}.journey-steps li.done,.journey-steps li.active{color:var(--ink);font-weight:700}.journey-steps em{font-style:normal}.generation-journey>p{color:#89958d;text-align:center;margin:0;font-size:11px}.status-mark{width:48px;height:48px;color:var(--brand);background:var(--lime);border-radius:50%;place-items:center;font-size:22px;font-weight:900;display:grid}.failed-card .status-mark{margin:0 auto 18px}.warning-mark{color:#765a00;background:#f7df7a}.introduction-panel{padding-bottom:42px}.result-heading{align-items:center}.result-heading>div{grid-template-columns:auto 1fr;align-items:center;column-gap:14px;display:grid}.result-heading .status-mark{grid-row:1/3}.result-heading .eyebrow{align-self:end;margin-bottom:3px}.result-heading h1{align-self:start;margin:0;font-size:clamp(28px,3.6vw,39px)}.copy-button{min-height:42px;color:var(--brand);background:var(--brand-soft);cursor:pointer;white-space:nowrap;border:1px solid #cbdad0;border-radius:10px;padding:9px 15px;font-size:13px;font-weight:750}.copy-button:hover{border-color:var(--brand);background:#e2efe6}.introduction-panel blockquote{color:#314239;border:1px solid var(--line);border-left:4px solid var(--brand);white-space:pre-wrap;background:#f4f8f5;border-radius:4px 14px 14px 4px;margin:28px 0 13px;padding:27px 28px;font-family:Songti SC,STSong,serif;font-size:17px;line-height:2;position:relative}.result-meta,.copy-error{color:#849087;margin:0;font-size:11px;line-height:1.6}.copy-error{color:#b84924}.refinement-panel{margin-top:20px}.refinement-heading{border-bottom:1px solid var(--line);margin-bottom:4px;padding-bottom:25px}.refinement-heading h2{font-size:25px}.refinement-heading p{color:var(--muted);margin:0;font-size:13px;line-height:1.65}.optional-badge{color:var(--muted);white-space:nowrap;background:#f1f4f2;border-radius:999px;padding:5px 9px;font-size:11px}.suggestion-field{border-bottom:1px solid var(--line);padding:26px 0}.suggestion-title{align-items:flex-start;gap:13px;margin-bottom:13px;display:flex}.suggestion-title>span{width:33px;height:33px;color:var(--brand);background:var(--brand-soft);border-radius:50%;flex:none;place-items:center;font-size:10px;font-weight:800;display:grid}.suggestion-title label{margin:0 0 3px;font-size:15px;font-weight:750;display:block}.suggestion-title p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.option-chips{flex-wrap:wrap;gap:8px;margin:0 0 12px 46px;display:flex}.option-chips button{color:var(--brand);cursor:pointer;background:#f2f8f4;border:1px solid #cbdcd1;border-radius:999px;padding:7px 10px;font-size:11px}.option-chips button:hover{background:#e5f1e9;border-color:#8daf9a}.suggestion-field input,.suggestion-field textarea{padding:12px 14px}.suggestion-field input{min-height:47px}.suggestion-field textarea{resize:vertical;min-height:92px;line-height:1.65}.form-footnote{color:#87928b;text-align:center;margin:12px 0 0;font-size:11px}.history-card{background:#fff;border:1px solid #dfe7e1f0;border-radius:18px;margin-top:18px;padding:30px 34px;box-shadow:0 14px 40px #18362412}.history-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:16px;display:flex}.history-heading h2{margin:0;font-size:21px}.history-heading>span{color:var(--brand);background:var(--brand-soft);border-radius:999px;padding:5px 9px;font-size:11px}.history-list{gap:9px;display:grid}.history-list>button{width:100%;color:var(--ink);border:1px solid var(--line);text-align:left;cursor:pointer;background:#f8faf8;border-radius:11px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:14px;display:grid}.history-list>button:hover{background:#f0f6f2;border-color:#b8cbbf}.history-status{width:34px;height:34px;color:var(--brand);background:var(--lime);border-radius:50%;place-items:center;font-size:13px;font-weight:850;display:grid}.history-status.pending,.history-status.processing{color:#315e47;background:#dce9e0}.history-status.failed{color:#765a00;background:#f7df7a}.history-main{gap:3px;min-width:0;display:grid}.history-main strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.history-main em{color:var(--muted);font-size:11px;font-style:normal}.history-action{color:var(--brand);white-space:nowrap;font-size:11px;font-weight:750}.history-privacy{color:#87928b;margin:14px 0 0;font-size:10px;line-height:1.6}@media (width<=720px){.hero{height:215px}.compact-hero{height:190px}.hero-image{width:145%;max-width:none;transform:none}.flow-wrap,.result-wrap{width:min(100% - 24px,620px);margin-top:-84px}.flow-header{margin-bottom:12px;padding:12px 8px}.flow-header>div{gap:6px;font-size:10px}.flow-header>div:not(:last-child):after{width:calc(100% - 80px);left:calc(50% + 40px)}.flow-header span{width:25px;height:25px}.primary-card{border-radius:16px;padding:32px 22px}.history-card{border-radius:14px;padding:24px 18px}.lead-copy{margin-bottom:25px;font-size:14px}.required-grid{grid-template-columns:1fr;gap:20px}.wide-field{grid-column:auto}.card-heading,.result-heading{align-items:flex-start}.result-heading>div{column-gap:10px}.status-mark{width:42px;height:42px}.introduction-panel blockquote{padding:21px 18px;font-size:16px}.refinement-panel{margin-top:12px}.generation-journey{padding:20px 13px}}@media (width<=460px){.hero{height:180px}.compact-hero{height:165px}.flow-header em{display:none}.flow-header>div:not(:last-child):after{width:calc(100% - 36px);left:calc(50% + 18px)}.card-heading{display:block}.fill-time{width:max-content;margin:-10px 0 18px}.profile-card .lead-copy{text-overflow:clip;white-space:normal;overflow:visible}.text-button{margin:-12px 0 22px}.result-heading{flex-direction:column;align-items:stretch}.history-list>button{grid-template-columns:auto 1fr}.history-action{display:none}.copy-button{width:100%}.refinement-heading{gap:12px}.option-chips{margin-left:0}.journey-steps li{font-size:9px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
