:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#17201c;background:#f4f5f0;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #17201c;--muted: #68716c;--line: #d9ddd6;--surface: #ffffff;--green: #176548;--green-dark: #104b37;--green-soft: #e9f4ee;--amber: #9a5c0a;--amber-soft: #fff5df;--red: #a43a32;--red-soft: #fff0ee;--shadow: 0 18px 50px rgba(30, 47, 39, .08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.app-shell{min-height:100vh}.site-header{height:76px;padding:0 max(24px,calc((100vw - 1080px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(23,32,28,.08);background:#f4f5f0e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;font-weight:760;letter-spacing:-.02em}.brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:var(--green);color:#fff;font-size:13px;letter-spacing:.04em;box-shadow:0 7px 16px #17654838}.brand-copy{display:flex;min-width:0;flex-direction:column;gap:2px}.brand-name{font-size:16px;line-height:1.1}.brand-subtitle{color:var(--muted);font-size:10px;font-weight:560;letter-spacing:.01em;line-height:1.2}.header-actions{display:flex;align-items:center;gap:12px}.local-badge{border:1px solid #c8d7cf;color:var(--green-dark);background:#ffffffad;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:650}.language-switch{display:flex;align-items:center;padding:3px;border:1px solid #c8d0cb;border-radius:10px;background:#ffffffb8}.language-switch button{min-width:42px;height:28px;padding:0 9px;border:0;border-radius:7px;color:var(--muted);background:transparent;font-size:11px;font-weight:720;transition:.13s ease}.language-switch button.is-active{color:#fff;background:var(--green);box-shadow:0 3px 8px #1765482e}.language-switch button:focus-visible{outline:2px solid var(--green);outline-offset:2px}.workflow-layout{width:min(1120px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:160px minmax(0,1fr);gap:40px;align-items:start}.step-navigator{position:sticky;top:106px;margin-top:76px}.step-navigator-title{margin:0 0 12px;color:var(--muted);font-size:11px;font-weight:760;letter-spacing:.11em;text-transform:uppercase}.step-navigator ol{position:relative;list-style:none;margin:0;padding:0}.step-navigator ol:before{position:absolute;top:19px;bottom:19px;left:16px;width:1px;background:var(--line);content:""}.step-nav-item{position:relative}.step-nav-item+.step-nav-item{margin-top:5px}.step-nav-item button{position:relative;width:100%;display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;align-items:start;border:0;padding:8px 3px;color:var(--muted);background:transparent;text-align:left}.step-nav-item button:not(:disabled):hover .step-nav-number{border-color:var(--green);color:var(--green)}.step-nav-item button:focus-visible{outline:2px solid var(--green);outline-offset:3px;border-radius:8px}.step-nav-number{z-index:1;width:27px;height:27px;display:grid;place-items:center;border:1px solid #c7d0ca;border-radius:50%;color:var(--muted);background:var(--surface);font-size:11px;font-weight:760}.step-nav-copy{display:flex;min-width:0;flex-direction:column;gap:3px;padding-top:2px}.step-nav-copy strong{color:var(--ink);font-size:12px;line-height:1.25}.step-nav-copy small{color:var(--muted);font-size:10px;font-weight:500;line-height:1.4}.step-nav-item.is-current .step-nav-number{border-color:var(--green);color:#fff;background:var(--green);box-shadow:0 4px 10px #17654833}.step-nav-item.is-current .step-nav-copy strong{color:var(--green-dark)}.step-nav-item.is-complete .step-nav-number{border-color:#8cb49f;color:var(--green-dark);background:var(--green-soft)}.step-nav-item.is-complete .step-nav-copy strong{color:var(--green-dark)}main{width:auto;margin:0;padding:76px 0 64px}.workflow-step{scroll-margin-top:104px}.eyebrow{color:var(--green);font-size:12px;text-transform:uppercase;letter-spacing:.13em;font-weight:760;margin:0 0 14px}.step-card,.preview-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:30px;margin-bottom:22px}.step-heading{display:flex;align-items:flex-start;gap:15px;margin-bottom:24px}.step-number{flex:0 0 auto;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-size:14px;font-weight:750}.step-heading h2{margin:1px 0 5px;font-size:20px;letter-spacing:-.02em}.step-heading p{margin:0;color:var(--muted);font-size:13px}.success-pill{margin-left:auto;padding:7px 10px;color:var(--green-dark);background:var(--green-soft);border-radius:999px;font-size:11px;font-weight:720}.drop-zone{width:100%;min-height:238px;border:1.5px dashed #a7b9ae;border-radius:16px;background:#fbfcfa;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--ink);transition:.16s ease}.drop-zone:hover,.drop-zone:focus-visible{border-color:var(--green);background:#f6faf7;outline:none;box-shadow:inset 0 0 0 1px var(--green)}.drop-zone strong{font-size:17px;margin:13px 0 5px}.drop-zone>span:not(.upload-icon){color:var(--muted);font-size:13px}.drop-zone small{color:#8b938e;margin-top:20px;font-size:11px}.upload-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:var(--green-soft);color:var(--green)}.upload-icon svg{width:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.file-summary{display:flex;align-items:center;gap:15px;border:1px solid var(--line);border-radius:14px;padding:14px;background:#fafbf9}.file-type{width:48px;height:48px;display:grid;place-items:center;border-radius:11px;color:var(--green);background:var(--green-soft);font-size:10px;font-weight:800;letter-spacing:.05em}.file-details{min-width:0;display:flex;flex-direction:column;gap:4px}.file-details strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-details span{color:var(--muted);font-size:12px}.text-button{margin-left:auto;border:0;background:none;color:var(--green);font-size:12px;font-weight:700;padding:9px}.configuration-card{animation:reveal .3s ease both}@keyframes reveal{0%{opacity:0;transform:translateY(10px)}}.detection-strip{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:14px;overflow:hidden;margin-bottom:26px}.detection-strip>div{padding:15px 17px;display:flex;flex-direction:column;gap:5px}.detection-strip>div+div{border-left:1px solid var(--line)}.detection-strip span{color:var(--muted);font-size:11px}.detection-strip strong{font-size:17px}.form-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:20px}.field{display:flex;flex-direction:column;gap:8px;color:#3e4842;font-size:12px;font-weight:700}.field.full-width,.full-width{grid-column:1 / -1}.field select,.field input{width:100%;min-height:44px;border:1px solid #cdd3ce;border-radius:10px;background:#fff;color:var(--ink);padding:0 12px;outline:none;transition:.13s ease}.field select:focus,.field input:focus{border-color:var(--green);box-shadow:0 0 0 3px #1765481c}.field-note{font-weight:500}.output-picker{margin:0;padding:0;border:0}.output-picker legend{margin-bottom:8px;color:#3e4842;font-size:12px;font-weight:700}.output-option{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-top:8px;padding:14px;border:1px solid var(--line);border-radius:11px;background:#fafbf9;cursor:pointer}.output-option.is-selected{border-color:#8cb49f;background:var(--green-soft)}.output-option input{width:17px;min-height:17px;accent-color:var(--green)}.output-option span{display:flex;flex-direction:column;gap:4px}.output-option strong{color:var(--ink);font-size:13px}.output-option small{color:var(--muted);font-size:11px;font-weight:500}.output-option em{color:var(--green-dark);font-size:11px;font-style:normal;white-space:nowrap}.rate-field{align-self:end}.rate-equation{display:grid;grid-template-columns:auto minmax(110px,1fr) auto;align-items:center;gap:9px;white-space:nowrap}.rate-equation span{color:#505a54;font-weight:650}.secondary-button{min-height:38px;border:1px solid #bed0c5;color:var(--green-dark);background:var(--green-soft);border-radius:9px;font-size:11px;font-weight:720;padding:8px 12px}.metadata-note{display:flex;gap:14px;margin-top:22px;padding:15px 17px;border-left:3px solid var(--green);background:#f3f8f5;border-radius:0 10px 10px 0;font-size:12px;line-height:1.55}.metadata-note strong{flex:0 0 auto;color:var(--green-dark)}.metadata-note span{color:#55605a}.provider-note{margin:11px 0 0;color:var(--muted);font-size:11px}.issues-panel{margin-top:18px;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:12px}.issues-panel summary{cursor:pointer;font-weight:700}.issues-panel ul{margin:12px 0 0;padding-left:19px;color:var(--muted);line-height:1.55}.issues-panel li.error{color:var(--red)}.issues-panel li.warning{color:var(--amber)}.issues-panel>p{margin:10px 0 0;color:var(--muted)}.generate-row{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:26px;border-top:1px solid var(--line);padding-top:24px}.generate-row>div{display:flex;flex-direction:column;gap:4px}.generate-row strong{font-size:14px}.generate-row span{color:var(--muted);font-size:11px}.primary-button{min-height:48px;border:0;border-radius:11px;padding:0 24px;background:var(--green);color:#fff;font-size:13px;font-weight:750;box-shadow:0 8px 18px #17654833}.primary-button:hover:not(:disabled){background:var(--green-dark);transform:translateY(-1px)}.action-hint{margin:10px 0 0;text-align:right;color:var(--muted);font-size:11px}.inline-alert{margin-top:14px;border-radius:9px;padding:11px 13px;font-size:12px;line-height:1.45}.inline-alert.error{color:var(--red);background:var(--red-soft)}.inline-alert.warning{color:var(--amber);background:var(--amber-soft)}.inline-alert.success{color:var(--green-dark);background:var(--green-soft)}.success-text{color:var(--green)}.warning-text{color:var(--amber)}.error-text{color:var(--red)!important}.preview-card{padding:0;overflow:hidden}.preview-heading{padding:25px 28px;display:flex;align-items:end;justify-content:space-between;gap:20px}.preview-heading .eyebrow{margin-bottom:7px}.preview-heading h2{margin:0;font-size:18px}.preview-heading>span{color:var(--muted);font-size:11px}.preview-tabs{display:flex;gap:8px;padding:0 28px 18px;overflow-x:auto}.preview-tabs button{border:1px solid var(--line);border-radius:999px;padding:7px 12px;color:var(--muted);background:#fff;font-size:11px;font-weight:700;white-space:nowrap}.preview-tabs button.is-active{border-color:var(--green);color:#fff;background:var(--green)}.table-scroll{overflow:auto;max-height:520px;border-top:1px solid var(--line)}table{width:100%;border-collapse:collapse;font-size:11px;white-space:nowrap}th{position:sticky;top:0;z-index:1;text-align:left;color:#fff;background:var(--green-dark);padding:10px 12px}td{padding:9px 12px;border-bottom:1px solid #edf0ec;color:#465049}tbody tr:nth-child(2n){background:#fafbf9}footer{grid-column:2;width:auto;margin:0;padding:24px 0 38px;border-top:1px solid var(--line);display:flex;justify-content:space-between;color:#818983;font-size:10px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media(max-width:760px){.workflow-layout{width:min(100% - 24px,920px);display:block}.step-navigator{position:static;margin:24px 0 0}.step-navigator-title{margin-bottom:8px}.step-navigator ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.step-navigator ol:before{display:none}.step-nav-item+.step-nav-item{margin-top:0}.step-nav-item button{height:100%;grid-template-columns:auto minmax(0,1fr);gap:7px;border:1px solid var(--line);border-radius:12px;padding:9px 8px;background:var(--surface)}.step-nav-item.is-current button{border-color:#8cb49f;background:var(--green-soft)}.step-nav-copy small{display:none}main{padding-top:36px}footer{grid-column:auto}}@media(max-width:680px){.site-header{height:66px;padding-inline:18px}.local-badge{display:none}.brand-name{font-size:14px}.brand-subtitle{font-size:9px}.brand-mark{width:32px;height:32px}.language-switch button{min-width:38px;padding-inline:7px}main{width:auto;padding-top:28px}.step-card{padding:21px;border-radius:17px}.success-pill{display:none}.file-summary{align-items:flex-start;flex-wrap:wrap}.file-details{max-width:calc(100% - 64px)}.text-button{width:100%;margin:0;text-align:left}.detection-strip{grid-template-columns:1fr}.detection-strip>div+div{border-left:0;border-top:1px solid var(--line)}.form-grid{grid-template-columns:1fr}.field.full-width,.full-width{grid-column:auto}.output-option{grid-template-columns:auto 1fr}.output-option em{grid-column:2}.metadata-note,.generate-row,.preview-heading{align-items:flex-start;flex-direction:column}.primary-button{width:100%}.action-hint{text-align:left}footer{flex-direction:column;gap:7px}}
