:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f8fb;--surface:#fff;--surface-subtle:#f0f4f8;--surface-muted:#e8eef4;--ink:#102033;--muted:#5f6e7d;--soft:#8391a0;--line:#d9e2ea;--line-strong:#bdcbd7;--brand:#16496f;--brand-hover:#103954;--brand-soft:#e5f0f7;--success:#247864;--success-soft:#e2f2ee;--warn:#ae3f3b;--warn-bg:#fff0ef;--warning-line:#e4c76c;--warning-bg:#fff8dc;--radius:8px;--radius-sm:6px;--shadow:0 18px 44px #1020331a}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0f1823;--surface:#162332;--surface-subtle:#1c2b3b;--surface-muted:#233447;--ink:#edf4fa;--muted:#b6c4d2;--soft:#8ea0b1;--line:#2a3d50;--line-strong:#40586d;--brand:#7db9e8;--brand-hover:#a5d0f0;--brand-soft:#1d3448;--success:#74c9ae;--success-soft:#19382f;--warn:#ff9c96;--warn-bg:#3a1d1f;--warning-line:#725e24;--warning-bg:#2f2815;--shadow:0 18px 46px #00000057}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 50% 0%, #16496f14, transparent 32rem), var(--bg);color:var(--ink);letter-spacing:0;margin:0;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit;letter-spacing:0}button,select{cursor:pointer}button:disabled,select:disabled{cursor:not-allowed}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 34%, transparent);outline-offset:3px}.site-shell{min-height:100dvh}.site-header{z-index:20;border-bottom:1px solid color-mix(in srgb, var(--line) 82%, transparent);background:color-mix(in srgb, var(--bg) 90%, transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:1fr auto;align-items:center;gap:24px;min-height:66px;padding-inline:max(20px,50vw - 560px);display:grid;position:sticky;top:0}.brand{align-items:center;gap:10px;width:fit-content;font-size:16px;font-weight:820;display:inline-flex}.brand-mark{border-radius:var(--radius-sm);background:var(--brand);width:36px;height:36px;color:var(--surface);place-items:center;display:inline-grid}.language-trigger,.language-menu,.tabs{border:1px solid var(--line);border-radius:var(--radius);background:color-mix(in srgb, var(--surface) 88%, transparent)}.language-switch{justify-self:end;position:relative}.tabs button{border-radius:var(--radius-sm);color:var(--muted);background:0 0;border:0;font-weight:820}.language-trigger{width:42px;height:42px;color:var(--brand);place-items:center;padding:0;transition:transform .15s,background .15s,border-color .15s,color .15s;display:inline-grid;box-shadow:0 8px 24px #10203314}.language-trigger:hover,.language-trigger[aria-expanded=true]{border-color:var(--line-strong);background:var(--surface-subtle);color:var(--brand-hover)}.language-trigger:active{transform:translateY(1px)}.language-menu{z-index:30;border-radius:var(--radius);width:max-content;min-width:178px;box-shadow:var(--shadow);gap:4px;padding:6px;display:grid;position:absolute;top:calc(100% + 10px);right:0}.language-option{border-radius:var(--radius-sm);width:100%;min-height:44px;color:var(--ink);text-align:left;background:0 0;border:0;grid-template-columns:1fr 18px;align-items:center;gap:12px;padding:7px 10px;transition:background .15s,color .15s;display:grid}.language-option:hover,.language-option[aria-checked=true]{background:var(--surface-subtle)}.language-option span{gap:1px;min-width:0;display:grid}.language-option strong{font-size:14px;line-height:1.25}.language-option small{color:var(--muted);font-size:11px;font-weight:820;line-height:1.2}.language-option svg{color:var(--brand)}.tabs button[aria-selected=true]{background:var(--brand);color:var(--surface)}.section-inner{width:min(100% - 40px,1120px);margin:0 auto}.tool-section{border-bottom:1px solid var(--line);padding:44px 0 36px}.tool-layout{justify-items:center;gap:20px;max-width:1120px;margin:0 auto;display:grid}.intro-copy{text-align:center;justify-items:center;max-width:720px;display:grid}.intro-copy h1{max-width:720px;margin:0;font-size:clamp(28px,3.5vw,40px);font-weight:830;line-height:1.22}.hero-subtitle{max-width:720px;color:var(--muted);margin:14px 0 0;font-size:16px;line-height:1.58}.store-badge,.detected{border-radius:var(--radius-sm);align-items:center;min-height:30px;font-size:12px;font-weight:780;display:inline-flex}.tool-workspace{border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);width:100%;box-shadow:var(--shadow);overflow:hidden}.parse-form{gap:14px;padding:22px;display:grid}.parse-form>label,.store-row label{color:var(--ink);font-size:14px;font-weight:820}.input-row{grid-template-columns:minmax(0,1fr) max-content;gap:10px;display:grid}.input-row input,.store-row select{border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);outline:none}.input-row input{min-width:0;min-height:54px;padding:0 15px}.input-row input::placeholder{color:var(--soft)}.input-row input:focus,.store-row select:focus{border-color:var(--brand);box-shadow:0 0 0 4px color-mix(in srgb, var(--brand) 18%, transparent)}.input-row button,.primary-action,.secondary-action{border-radius:var(--radius-sm);white-space:nowrap;justify-content:center;align-items:center;gap:9px;min-height:54px;font-weight:820;transition:transform .15s,background .15s,border-color .15s,color .15s;display:inline-flex}.input-row button{background:var(--brand);min-width:168px;color:var(--surface);border:0;padding:0 18px}.input-row button:not(:disabled):hover{background:var(--brand-hover)}.input-row button:not(:disabled):active,.primary-action:active,.secondary-action:active{transform:translateY(1px)}.input-row button:disabled{background:var(--surface-muted);color:var(--soft)}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.store-row{grid-template-columns:minmax(150px,1fr) minmax(210px,250px) auto;align-items:center;gap:10px;display:grid}.store-row select{min-height:42px;padding:0 12px}.detected{background:var(--brand-soft);width:fit-content;color:var(--brand);padding:0 9px}.form-hint{min-height:22px;color:var(--muted);margin:0;font-size:13px;line-height:1.5}.form-hint.is-error{color:var(--warn);font-weight:760}.message-box,.empty-output,.loading-output{border-radius:var(--radius-sm);margin:0 22px 22px;font-size:14px;line-height:1.45}.message-box{grid-template-columns:18px 1fr;align-items:start;gap:9px;padding:13px 14px;display:grid}.error-box{border:1px solid color-mix(in srgb, var(--warn) 35%, var(--line));background:var(--warn-bg);color:var(--warn)}.empty-output,.loading-output{border:1px dashed var(--line-strong);background:var(--surface-subtle);padding:18px}.empty-output{min-height:96px}.loading-header{color:var(--brand);align-items:center;gap:8px;display:inline-flex}.skeleton-line,.skeleton-grid span{background:linear-gradient(90deg, var(--surface-muted), color-mix(in srgb, var(--surface-muted) 55%, var(--surface)), var(--surface-muted));background-size:220% 100%;border-radius:999px;animation:1.2s ease-in-out infinite skeleton;display:block;overflow:hidden}.skeleton-line{width:62%;height:12px;margin-top:18px}.skeleton-line.wide{width:84%}.skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.skeleton-grid span{border-radius:var(--radius-sm);height:44px}@keyframes skeleton{to{background-position:-220% 0}}.result-panel{border-top:1px solid var(--line);margin:0 22px 22px;padding-top:20px}.result-header{grid-template-columns:66px 1fr;align-items:start;gap:15px;display:grid}.icon-frame{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-subtle);width:66px;height:66px;color:var(--brand);place-items:center;display:grid;overflow:hidden}.icon-frame img{object-fit:cover;width:100%;height:100%}.status-line{color:var(--success);align-items:center;gap:6px;margin:0 0 6px;font-size:13px;font-weight:820;display:inline-flex}.result-header h2{margin:0 0 8px;font-size:23px;line-height:1.2}.store-badge{background:var(--surface-subtle);color:var(--muted);gap:7px;padding:0 10px 0 7px}.store-badge span{background:var(--brand);width:20px;height:20px;color:var(--surface);border-radius:6px;place-items:center;font-size:11px;display:inline-grid}.summary,.metadata-note{color:var(--muted);margin:16px 0 0;line-height:1.55}.metadata-note{border:1px solid var(--warning-line);border-radius:var(--radius-sm);background:var(--warning-bg);color:var(--ink);padding:12px 13px;font-size:13px}.meta-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 0;display:grid}.meta-grid div{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-subtle);min-width:0;padding:12px}.meta-grid dt{color:var(--muted);margin:0 0 4px;font-size:12px;font-weight:760}.meta-grid dd{overflow-wrap:anywhere;color:var(--ink);margin:0;font-size:14px;font-weight:820}.download-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.primary-action,.secondary-action{border:1px solid var(--line-strong);background:var(--surface);color:var(--brand);text-align:center;padding:0 14px}.primary-action:hover,.secondary-action:hover{border-color:var(--brand-hover);background:var(--brand-hover);color:var(--surface)}.result-footer{grid-template-columns:1fr auto;align-items:center;gap:12px;margin-top:14px;display:grid}.result-footer p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.result-footer a{color:var(--brand);align-items:center;gap:5px;font-size:13px;font-weight:820;display:inline-flex}.proof-rail{flex-wrap:wrap;justify-content:center;gap:10px;width:min(100% - 40px,1120px);margin:16px auto 0;display:flex}.trust-item{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--muted);border-radius:999px;align-items:center;gap:10px;padding:0 13px;font-size:13px;font-weight:760;display:inline-flex}.trust-item svg{color:var(--brand)}.content-section,.guide-section,.faq-section{padding:64px 0}.content-section{border-top:1px solid var(--line);background:var(--bg)}.guide-section{background:color-mix(in srgb, var(--surface) 55%, var(--bg))}.extractor-section{background:var(--surface)}.faq-section{border-top:1px solid var(--line)}.text-content{max-width:780px}.text-content h2{max-width:720px;margin:0;font-size:clamp(22px,2.5vw,28px);line-height:1.3}.text-content p{color:var(--muted);margin:14px 0 0;font-size:16px;line-height:1.68}.split-content{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:start;gap:40px;display:grid}.feature-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.feature-list li{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-subtle);color:var(--ink);grid-template-columns:18px 1fr;align-items:start;gap:10px;padding:14px;font-size:14px;line-height:1.55;display:grid}.feature-list svg{color:var(--success);margin-top:2px}.feature-list h3{margin:0;font-size:15px;line-height:1.4}.feature-list p{color:var(--muted);margin:5px 0 0;line-height:1.58}.section-heading{text-align:center;max-width:720px;margin:0 auto}.section-heading h2{margin:0;font-size:clamp(22px,2.5vw,28px);line-height:1.3}.section-heading p{max-width:620px;color:var(--muted);margin:14px auto 0;font-size:16px;line-height:1.65}.tabs{grid-template-columns:repeat(2,112px);gap:4px;width:fit-content;margin:28px auto 0;padding:4px;display:grid}.tabs button{min-height:38px}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:22px;display:grid}.step-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);min-height:160px;padding:18px}.step-visual{height:46px;color:var(--brand);grid-template-columns:42px 1fr;align-items:center;gap:10px;display:grid}.step-visual>svg{border-radius:var(--radius-sm);background:var(--brand-soft);place-items:center;width:42px;height:42px;padding:9px;display:grid}.step-visual span{color:var(--soft);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:16px;font-weight:820}.step-card p{color:var(--ink);margin:8px 0 0;font-weight:650;line-height:1.55}.step-card h3{margin:16px 0 0;font-size:clamp(16px,1.7vw,18px);line-height:1.3}.usage-notes{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.usage-notes article{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);padding:20px}.usage-notes h3{align-items:center;gap:9px;margin:0 0 8px;font-size:18px;display:flex}.usage-notes h3 svg{color:var(--brand)}.usage-notes p{color:var(--muted);margin:0;line-height:1.6}.faq-layout{gap:28px;max-width:1120px;display:grid}.faq-list{gap:10px;display:grid}.faq-list details{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.faq-list summary{cursor:pointer;min-height:60px;color:var(--ink);grid-template-columns:1fr 22px;align-items:center;gap:12px;padding:0 18px;font-weight:820;list-style:none;display:grid}.faq-list summary::-webkit-details-marker{display:none}.faq-list details[open] summary svg{transform:rotate(180deg)}.faq-list summary svg{color:var(--brand);transition:transform .16s}.faq-list details p{color:var(--muted);margin:0;padding:0 18px 18px;line-height:1.65}.site-footer{border-top:1px solid var(--line);background:var(--surface);color:var(--ink);grid-template-columns:1fr auto;align-items:center;gap:24px;padding:28px max(20px,50vw - 560px);display:grid}.site-footer strong{margin-bottom:8px;display:block}.site-footer p{max-width:940px;color:var(--muted);margin:4px 0 0;font-size:13px;line-height:1.55}.site-footer a{border:1px solid var(--line-strong);border-radius:var(--radius-sm);min-height:38px;color:var(--brand);align-items:center;padding:0 14px;font-weight:820;display:inline-flex}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:1ms!important;animation-duration:1ms!important}}@media (max-width:1000px){.site-header{padding:0 24px}.split-content{grid-template-columns:1fr;gap:28px}.steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.site-header{grid-template-columns:1fr auto;min-height:64px;padding:0 16px}.language-trigger{width:40px;height:40px}.language-menu{min-width:168px;right:0}.section-inner,.proof-rail{width:min(100% - 28px,1120px)}.tool-section{padding:34px 0 28px}.tool-layout{gap:18px}.intro-copy h1{font-size:clamp(27px,8vw,34px)}.hero-subtitle{font-size:16px}.parse-form{padding:18px}.input-row,.store-row,.download-actions,.meta-grid,.steps-grid,.usage-notes,.result-footer,.site-footer{grid-template-columns:1fr}.input-row button{width:100%}.store-row{align-items:stretch}.message-box,.empty-output,.loading-output,.result-panel{margin-left:18px;margin-right:18px}.result-header{grid-template-columns:56px 1fr}.icon-frame{width:56px;height:56px}.result-header h2{font-size:20px}.proof-rail{justify-content:flex-start}.content-section,.guide-section,.faq-section{padding:42px 0}.tabs{grid-template-columns:repeat(2,1fr);width:100%}.site-footer{padding:26px 18px}}
