:root{--bg:#fafbff;--surface:#fff;--ink:#202c43;--muted:#59677d;--primary:#2456e8;--primary-hover:#1943be;--blue-soft:#eff3ff;--teal:#08766f;--teal-soft:#eaf7f3;--accent:#eaaa69;--line:#dce4ef;--warn-bg:#fff4df;--warn-ink:#735014;--error:#b13737;--focus:#1554b0;--font:"Patto UI","Noto Sans JP","Noto Sans CJK JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;--radius-card:8px;--radius-control:6px;--shadow:none;--max-width:1240px;--button-height:52px;--chart-blue:#2169ce;--chart-teal:#168675;--chart-amber:#ad6d0f}*{box-sizing:border-box}body{color:var(--ink);background:var(--bg);font-family:var(--font);margin:0;font-size:16px;line-height:1.65}button,input,textarea{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:3px solid var(--focus);outline-offset:3px}button{color:var(--ink)}header{border-bottom:1px solid var(--line);background:#fff;height:72px}.header-inner{justify-content:space-between;align-items:center;max-width:1160px;height:100%;margin:auto;padding:0;display:flex}.brand{letter-spacing:.015em;white-space:nowrap;align-items:center;gap:10px;font-size:26px;font-weight:800;display:inline-flex}.brand img{width:38px;height:38px}.brand em{color:var(--primary);font-style:normal}.header-link{color:var(--muted);font-size:14px;text-decoration:none}.container{max-width:1160px;margin:auto;padding:28px 0 40px}.stepper{color:var(--muted);justify-content:center;align-items:center;gap:16px;margin-bottom:24px;font-size:14px;display:flex}.step{align-items:center;gap:8px;display:flex}.step b{background:#e8edf5;border-radius:100%;place-items:center;width:26px;height:26px;font-size:13px;display:inline-grid}.step.active{color:var(--primary);font-weight:700}.step.active b{color:#fff;background:var(--primary)}.step.done b{background:var(--teal-soft);color:var(--teal)}.step-line{background:var(--line);width:70px;height:1px}.hero{text-align:center;margin:12px 0 32px}.eyebrow{color:var(--primary);letter-spacing:.18em;font-size:12px;font-weight:700}.hero h1{letter-spacing:.02em;margin:8px 0 12px;font-size:40px;font-weight:800;line-height:1.35}.hero p{color:var(--muted);margin:0 0 16px;font-size:16px}.badges{color:var(--muted);justify-content:center;gap:12px;font-size:13px;display:flex}.badges span{border:1px solid var(--line);background:#fff;border-radius:40px;padding:4px 12px}.panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:20px}.input-panel h2{margin:0 0 22px;font-size:21px}.input-options{grid-template-columns:1.35fr 1fr;gap:24px;display:grid}.field-label{margin-bottom:10px;font-size:14px;font-weight:700;display:block}.paste textarea{resize:none;color:#526a88;background:#fbfcff;border:1px solid #c8d6e8;border-radius:12px;width:100%;height:206px;padding:18px;font-size:15px;line-height:2.1}.paste textarea::placeholder{color:#6c7f97}.paste small{color:var(--muted);margin-top:4px;font-size:12px;display:block}.drop{text-align:center;background:#f7faff;border:1px dashed #bccfe8;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:238px;display:flex}.drop svg{color:var(--primary)}.file-button{height:46px;color:var(--primary);background:#fff;border:1px solid #c5d6ec;border-radius:10px;padding:0 24px;font-size:15px;font-weight:700}.drop small{color:var(--muted);font-size:13px}.sample-row{justify-content:center;padding-top:22px;display:flex}.text-button{color:var(--primary);background:0 0;border:0;padding:4px 8px;font-size:14px}.hint-line{color:var(--muted);text-align:center;margin:18px auto 0;font-size:13px}.quality{color:var(--muted);justify-content:center;gap:40px;margin:30px 0 0;font-size:14px;display:flex}.quality span{align-items:center;gap:8px;display:inline-flex}.quality i{color:var(--teal);font-style:normal}.mock-note{text-align:center;color:#748196;margin:20px 0 0;font-size:11px}.page-title{margin:8px 0 20px;font-size:25px;line-height:1.5}.selection-summary{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;font-size:14px;display:flex}.pill{background:var(--teal-soft);color:var(--teal);border-radius:6px;margin-right:8px;padding:2px 8px;font-size:12px;display:inline-flex}.workspace{grid-template-columns:minmax(0,1fr) 280px;gap:24px;display:grid}.types{background:#e9eff7;border-radius:12px;gap:4px;width:-moz-fit-content;width:fit-content;margin:0 0 18px;padding:5px;display:flex}.type{min-height:46px;color:var(--muted);background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;gap:9px;padding:10px 25px;font-size:15px;display:flex}.type.active{color:var(--primary);background:#fff;font-weight:700;box-shadow:0 2px 5px #1f36540b}.chart-topline{color:var(--muted);justify-content:space-between;gap:12px;font-size:12px;display:flex}.chart-inner{width:100%;overflow:auto}.chart-inner svg{width:100%;height:auto;display:block}.chart-note{color:var(--muted);border-top:1px solid #eff2f7;margin:8px 0 0;padding-top:10px;font-size:12px}.chart-bottom{color:var(--muted);justify-content:space-between;align-items:center;margin-top:14px;font-size:13px;display:flex}.settings{height:-moz-fit-content;height:fit-content;margin-top:69px;padding:24px}.settings label{margin-bottom:8px;font-size:14px;font-weight:700;display:block}.settings input{border:1px solid var(--line);width:100%;color:var(--ink);border-radius:10px;padding:11px 12px;font-size:15px}.detail-row{border-bottom:1px solid var(--line);justify-content:space-between;margin-top:12px;padding:20px 0;font-size:14px;display:flex}.primary{background:var(--primary);color:#fff;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;height:52px;padding:0 28px;font-size:16px;font-weight:700;display:inline-flex}.secondary{height:46px;color:var(--primary);background:#fff;border:1px solid #cfdae9;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:15px;font-weight:700;display:inline-flex}.settings .primary{width:100%;margin:24px 0 10px}.settings .secondary{width:100%}.settings small{color:var(--muted);text-align:center;margin:12px 0;font-size:12px;line-height:1.6;display:block}.settings>.text-button{width:100%;margin-top:14px}.result-footer{border-top:1px solid var(--line);color:var(--muted);justify-content:space-between;margin-top:30px;padding-top:22px;font-size:13px;display:flex}.choice-panel{max-width:960px;margin:0 auto;padding:30px}.choice-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.choice-group h3{margin:0 0 14px;font-size:16px}.choice{border:1px solid var(--line);text-align:left;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px;padding:16px;display:flex}.choice strong{font-size:15px}.choice small{color:var(--muted);margin-top:4px;font-size:13px;display:block}.choice.selected{border:2px solid var(--primary);background:#f5f9ff;padding:15px}.check{border:1px solid var(--line);border-radius:100%;place-items:center;width:23px;height:23px;font-size:12px;display:inline-grid}.selected .check{background:var(--primary);color:#fff;border-color:var(--primary)}.choice-actions{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.subtext{color:var(--muted);margin:0 0 24px;font-size:14px}.notice{background:var(--warn-bg);color:var(--warn-ink);border-radius:12px;margin:0 0 20px;padding:16px 20px}.notice strong{font-size:16px;display:block}.notice p{margin:8px 0 0;font-size:14px}.tablebox{border:1px solid var(--line);border-radius:12px;margin:20px 0;overflow:auto}table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:14px}th,td{text-align:left;border-bottom:1px solid var(--line);padding:12px 18px}th{background:#f5f8fc;font-weight:700}td.num{text-align:right}tr:last-child td{border:0}.muted{color:var(--muted)}.review .primary{margin:8px 8px 0 0}footer{border-top:1px solid var(--line);text-align:center;color:var(--muted);background:#fff;padding:24px 32px;font-size:12px}footer .links{word-spacing:12px;margin-top:10px}.ad-placeholder{color:#7d899a;background:#fafcff;border:1px dashed #dce4ef;justify-content:center;align-items:center;width:min(728px,100%);height:94px;margin:28px auto 0;font-size:11px;display:flex}.standalone-chart{background:#fff;overflow:hidden}.standalone-chart header,.standalone-chart footer{display:none}@media (max-width:1230px){.header-inner{padding:0 32px}.container{padding-left:32px;padding-right:32px}}@media (max-width:767px){header{height:64px}.header-inner{padding:0 16px}.brand{gap:8px;font-size:21px}.brand img{width:31px;height:31px}.header-link{font-size:12px}.container{padding:22px 16px 28px}.stepper{gap:10px;margin-bottom:22px;font-size:12px}.step-line{width:30px}.hero{margin:12px 0 24px}.hero h1{margin:8px 0 12px;font-size:28px;line-height:1.5}.hero p{max-width:300px;margin:0 auto 16px;font-size:14px}.eyebrow{font-size:11px}.badges{gap:6px;font-size:11px}.badges span{padding:4px 8px}.input-panel{padding:20px 18px}.input-panel h2{margin-bottom:18px;font-size:18px}.input-options{flex-direction:column;gap:18px;display:flex}.field-label{font-size:13px}.paste textarea{height:170px;padding:12px;font-size:14px}.drop{gap:8px;min-height:158px}.drop svg{width:28px;height:28px}.drop small{font-size:12px}.quality{flex-direction:column;align-items:center;gap:8px;margin:22px 0 0;font-size:13px}.hint-line{font-size:12px}.workspace{flex-direction:column;gap:18px;display:flex}.selection-summary{align-items:flex-start;margin-bottom:16px;font-size:12px}.selection-summary .text-button{white-space:nowrap;padding:0;font-size:12px}.types{width:100%;margin-bottom:14px}.type{flex:1;gap:6px;padding:9px 8px;font-size:14px}.chart-card{padding:14px 10px 10px}.chart-topline{padding:0 4px;font-size:11px}.chart-note{padding:9px 4px 0;font-size:11px}.chart-bottom{gap:8px;margin-top:10px;font-size:12px}.chart-bottom .text-button{padding:0;font-size:12px}.settings{flex-direction:column;margin-top:0;padding:20px;display:flex}.settings .primary{order:-3;margin:0 0 10px}.settings .secondary{order:-2;margin:0 0 20px}.settings input{font-size:16px}.settings label{font-size:13px}.settings small{margin:12px 0 0}.detail-row{margin-top:4px;padding:15px 0}.page-title{font-size:21px}.choice-panel{padding:20px 18px}.choice-grid{grid-template-columns:1fr;gap:20px}.choice-group h3{font-size:15px}.choice{padding:12px}.choice.selected{padding:11px}.choice-actions{flex-direction:column-reverse;gap:16px}.choice-actions .primary{width:100%;font-size:15px}.subtext{font-size:13px}.result-footer{flex-direction:column;gap:12px;font-size:12px}.notice{padding:14px}.notice strong{font-size:15px}.notice p{font-size:13px}th,td{padding:10px 13px}.review .primary{width:100%;padding:0 12px;font-size:15px}footer{padding:22px 16px}.ad-placeholder{height:72px}.mock-note{font-size:10px}}[hidden]{display:none!important}a{color:var(--primary)}button,a,input,select,summary,textarea{-webkit-tap-highlight-color:transparent}button,summary{min-height:44px}a:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--focus);outline-offset:3px}button:disabled{cursor:not-allowed;opacity:.48}.primary:hover:not(:disabled){background:var(--primary-hover)}.secondary:hover:not(:disabled),.file-button:hover{background:var(--blue-soft)}.brand{color:var(--ink);text-decoration:none}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{z-index:20;background:#fff;padding:12px;position:absolute;top:-100px;left:16px}.skip-link:focus{top:8px}.container{min-height:60vh}h1,h2,h3,p{overflow-wrap:anywhere}.hero h1{text-wrap:balance;max-width:100%}.input-panel{margin-top:32px}.input-panel textarea{resize:vertical;color:var(--ink);tab-size:12;min-height:170px}.input-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:18px;display:flex}.manual-button{width:100%;margin-top:10px}.drop.dragover{outline:3px solid var(--primary);background:var(--blue-soft)}.source-name{overflow-wrap:anywhere;word-break:break-word}.alert{background:var(--warn-bg);color:var(--warn-ink);overflow-wrap:anywhere;border:1px solid #edd5a6;border-radius:12px;margin-bottom:18px;padding:14px 18px}.alert.error{color:var(--error);background:#fff4f4;border-color:#e9c2c2}.alert p{margin:4px 0}.alert .primary,.alert .secondary{margin:10px 8px 4px 0}.progress{background:var(--blue-soft);border-radius:12px;justify-content:center;align-items:center;gap:16px;margin-bottom:20px;padding:18px;display:flex}.busy-dot{background:var(--primary);border-radius:50%;width:10px;height:10px}.source-details{margin:16px 0;font-size:14px}.source-details summary{color:var(--primary);cursor:pointer;padding:8px;display:list-item}.source-details .inner{border:1px solid var(--line);background:#fff;border-radius:12px;padding:16px}.source-details .tablebox{margin:10px 0}.source-details select,select{border:1px solid var(--line);max-width:100%;color:var(--ink);background:#fff;border-radius:10px;padding:10px}.source-details label{margin-right:12px}.header-actions{flex-wrap:wrap;align-items:center;gap:12px;margin:14px 0;display:flex}.header-actions label{align-items:center;gap:6px;display:inline-flex}.header-actions input{min-width:18px;min-height:18px}.header-picker{margin-top:12px}.choice-grid fieldset{border:0;min-width:0;margin:0;padding:0}.choice-grid legend{margin-bottom:14px;font-weight:700}.choice{cursor:pointer;gap:12px;min-height:80px;position:relative}.choice>input{width:20px;height:20px;accent-color:var(--primary);flex:none}.choice>span{overflow-wrap:anywhere;flex:1;min-width:0}.choice strong,.choice small{overflow-wrap:anywhere;display:block}.choice[aria-disabled=true]{opacity:.45;cursor:not-allowed}.numeric-extra{margin-top:8px}.selected-label{color:var(--primary);white-space:nowrap;font-size:12px;flex:none!important}.choice input:focus-visible{outline-offset:6px}.choice-panel .actions{flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:24px;display:flex}.tablebox{overscroll-behavior-inline:contain;max-width:100%}.tablebox:focus-visible{outline:3px solid var(--focus)}table td,table th{white-space:pre-wrap;overflow-wrap:anywhere;min-width:100px;max-width:420px}.pager{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;font-size:13px;display:flex}.error-table td{min-width:100px}.selection-summary>span{overflow-wrap:anywhere;min-width:0}.selection-summary button{flex:none}.chart-scroll{overscroll-behavior-inline:contain;max-width:100%;overflow-x:auto}.canvas-host{width:100%;position:relative}.canvas-host canvas{max-width:100%;display:block}.chart-card{position:relative}.chart-card.is-updating{opacity:.6}.chart-note{font-size:13px}.chart-notes p{margin:7px 0}.chart-bottom{flex-wrap:wrap}.chart-bottom .text-button{padding:4px 8px}.settings{flex-direction:column;display:flex}.settings .appearance{border-bottom:1px solid var(--line);margin-top:12px;padding:4px 0 12px}.appearance summary{cursor:pointer;padding:14px 0;font-size:14px}.appearance .setting{margin:14px 0}.settings input[type=checkbox]{width:18px;min-height:18px;accent-color:var(--primary)}.settings .check-label{align-items:center;gap:8px;display:flex}.settings small.left{text-align:left;margin:6px 0}.themes{flex-wrap:wrap;gap:6px;display:flex}.theme{border:1px solid var(--line);background:#fff;border-radius:8px;padding:6px;font-size:12px}.theme[aria-pressed=true]{outline:2px solid var(--primary);background:var(--blue-soft)}.settings .save{margin-top:24px}.settings .copy{margin-top:0}.status-message{color:var(--teal);text-align:center;overflow-wrap:anywhere;margin:14px 0;font-size:14px}.types-region{margin-bottom:18px}.types-region .types{margin-bottom:0}.type-reasons{color:var(--muted);margin-top:6px;font-size:13px}.type-reasons p{margin:3px 0}.type-reasons:empty{display:none}.type svg{width:20px;height:20px}.settings .error-text{color:var(--error);margin:6px 0;font-size:13px}.result-footer .text-button{padding:0 8px}.image-dialog{border:1px solid var(--line);width:min(1260px,96vw);max-height:94vh;color:var(--ink);border-radius:16px;padding:18px}.image-dialog::backdrop{background:#182c4b99}.dialog-toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.image-dialog img{width:100%;height:auto;display:block}.image-dialog .image-scroll{max-height:76vh;overflow:auto}.ad-label{color:var(--muted);text-align:center;margin-bottom:8px;font-size:12px}.ad-unit{display:block}.links{word-spacing:normal;flex-wrap:wrap;justify-content:center;gap:20px;display:flex}footer a{text-decoration:none}.brand-name{font-weight:800}.brand-blue{color:var(--primary)}.brand-by{color:var(--muted);font-size:11px}.brand-mark{width:38px;height:38px}.footer-links{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.settings textarea,.settings input{max-width:100%}.preserved{margin:16px 0}.import-meta{color:var(--muted);margin-top:12px;font-size:13px}.file-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.export-status{color:var(--muted);text-align:center;margin:8px 0;font-size:12px}.source-table-values{color:var(--teal);font-size:12px;display:block}.field-group{min-width:0}.visually-valid{color:var(--teal)}@media (max-width:767px){.input-panel{margin-top:0}.hero h1{max-width:330px;margin:8px auto 12px}.badges{flex-wrap:wrap}.settings .save{order:-4;margin:0 0 10px}.settings .copy{order:-3;margin:0 0 10px}.settings .export-status{order:-2;margin-bottom:16px}.settings .status-message{order:-1}.types-region{margin-bottom:14px}.chart-topline{font-size:11px}.choice-panel .actions{flex-direction:column-reverse}.choice-panel .actions>.primary{width:100%}.result-footer{margin-top:18px}.source-details .inner{padding:10px}.chart-card{padding:14px 8px}.selection-summary{flex-wrap:wrap}.selection-summary>span{flex:210px}.tablebox td,.tablebox th{max-width:230px;padding:10px}.header-actions{gap:8px}.image-dialog{padding:10px}.brand-by{display:none}.alert .primary{width:100%;padding:0 12px}.source-details{margin:10px 0}.input-actions .primary{font-size:14px}.choice{min-height:74px}.page-title{font-size:21px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.ad-slot{max-width:920px;min-height:300px;margin:64px auto 0;padding:16px}#image-control{margin:0;font-size:12px}#action-status:empty{display:none}@media (max-width:767px){#image-control{order:-2}}.page-title:focus-visible,.chart-scroll:focus-visible{outline:3px solid var(--focus);outline-offset:4px}@font-face{font-family:Patto UI;src:url(/fonts/patto-ui.woff2)format("woff2");font-style:normal;font-weight:400 800;font-display:swap}body{flex-direction:column;min-height:100svh;display:flex}header{flex:none;height:80px}.header-inner{max-width:none;padding:0 42px}.brand{gap:0;line-height:1}.brand img.brand-lockup{width:224px;max-width:100%;height:auto;display:block}.header-link{color:var(--muted);font-weight:500}.header-link:hover{color:var(--primary)}#main.container{flex:1;width:100%;max-width:none;min-height:0;margin:0;padding:0}#app.container{width:100%;max-width:var(--max-width);min-height:0;padding:36px 32px 44px}#app.input-view{max-width:none;padding:0}.input-layout{grid-template-columns:39.3% minmax(0,1fr);min-height:calc(100svh - 160px);display:grid}.input-layout .hero{background:var(--primary);color:#fff;text-align:left;flex-direction:column;justify-content:center;min-width:0;margin:0;padding:80px clamp(32px,3.9vw,64px) 58px;display:flex}.input-layout .hero h1{letter-spacing:-.035em;text-wrap:initial;max-width:none;margin:0 0 26px;font-size:clamp(38px,4.2vw,64px);font-weight:700;line-height:1.34}.hero-line{display:block}.input-layout .hero p{color:#fff;max-width:31em;margin:0;font-size:clamp(14px,1.23vw,18px);font-weight:500;line-height:1.85}.input-layout .badges{color:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:3px;margin-top:72px;padding-top:28px;font-size:15px;display:flex;position:relative}.input-layout .badges:before{content:"";border-top:1px solid #fffa;width:48px;position:absolute;top:0;left:0}.input-layout .badges span{background:0 0;border:0;border-radius:0;padding:0}.input-workspace{align-self:center;min-width:0;padding:32px clamp(36px,6vw,100px)}.input-workspace .stepper{justify-content:flex-start;gap:18px;margin:0 0 28px;font-size:15px;font-weight:500}.step b{width:30px;height:30px;font-size:14px}.step-line{width:56px}.input-panel{max-width:none;margin:0;padding:0}.input-panel h2{letter-spacing:-.015em;margin:0 0 16px;font-size:clamp(22px,2.15vw,32px);font-weight:700;line-height:1.5}.input-options{display:block}.field-label{margin-bottom:12px;font-size:16px;font-weight:700}.input-panel textarea{height:224px;min-height:160px;color:var(--ink);background:#fff;border-color:#8290aa;border-radius:6px;padding:20px 24px;font-size:16px;line-height:1.9}.input-panel textarea::placeholder{color:var(--muted);opacity:1}.paste small{margin-top:6px;font-size:12px}.input-panel .drop{text-align:left;background:0 0;border:0;border-radius:6px;flex-flow:wrap;justify-content:flex-start;gap:14px;min-height:66px;margin-top:14px;padding:8px 0}.drop svg{flex:none;width:32px;height:32px}.file-button{border-color:var(--primary);border-radius:6px;height:48px;padding:0 22px;font-size:15px}.drop small{font-size:13px;line-height:1.75}.input-panel .drop.dragover{background:var(--blue-soft)}.input-actions{justify-content:flex-start;margin-top:12px}.input-actions .text-button{padding-left:0;font-size:15px;font-weight:500}.manual-button{border-radius:6px;margin-top:12px}.input-workspace .alert,.input-workspace .progress{margin-top:18px;font-size:14px}.input-workspace .progress{flex-wrap:wrap;justify-content:flex-start;gap:12px}.input-workspace .preserved{margin-top:24px}.panel{box-shadow:none;border-radius:8px}.result-view .stepper,.mapping-view .stepper{margin-bottom:30px}.selection-summary{margin-bottom:22px}.types{background:#eaf0fc;border-radius:6px;padding:4px}.type{border-radius:4px;font-weight:500}.type.active{box-shadow:none}.workspace{grid-template-columns:minmax(0,1fr) 280px;gap:28px}.settings{border:0;border-left:1px solid var(--line);background:0 0;border-radius:0;padding:8px 0 8px 26px}.settings input,.source-details select,select{border-color:#8290aa;border-radius:6px}.primary,.secondary{border-radius:6px}.primary{font-weight:700}.secondary{border-color:#b7c7ed}.source-details .inner,.tablebox,.choice,.alert,.progress,.notice{border-radius:6px}.choice.selected{background:var(--blue-soft)}.choice-panel{padding:32px}.chart-card{padding:22px 24px 14px}.theme{border-radius:4px}.text-button{text-underline-offset:5px}.text-button:hover{text-decoration:underline}.result-footer{margin-top:30px}.image-dialog{border-radius:8px}footer{flex:none;padding:22px 42px;font-size:12px}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 28px;min-height:34px;display:flex}.footer-inner p{text-align:left;margin:0}.footer-inner .links{gap:24px;margin:0}.links a{align-items:center;min-height:30px;display:inline-flex}footer a:hover{text-underline-offset:3px;text-decoration:underline}@media (min-width:1800px){.input-workspace{width:100%;max-width:980px}.input-layout .hero{align-items:flex-end}.input-layout .hero h1,.input-layout .hero p,.input-layout .badges{width:470px;max-width:100%}}@media (max-width:1100px){.header-inner{padding:0 28px}.input-layout{grid-template-columns:38% minmax(0,1fr)}.input-layout .hero{padding:54px 28px}.input-layout .hero h1{font-size:clamp(30px,4vw,44px)}.input-workspace{padding:38px 32px}.input-workspace .stepper{gap:12px;font-size:13px}.input-workspace .step-line{width:32px}.input-panel h2{font-size:23px}.field-label{font-size:14px}.input-layout .badges{margin-top:54px;font-size:13px}footer{padding-left:28px;padding-right:28px}}@media (max-width:767px){header{height:68px}.header-inner{padding:0 18px}.brand img.brand-lockup{width:174px}.header-link{font-size:11px}#app.container{padding:24px 18px 30px}#app.input-view{padding:0}.input-layout{min-height:0;display:block}.input-layout .hero{padding:26px 24px 24px}.input-layout .hero h1{letter-spacing:-.025em;margin:0 0 12px;font-size:clamp(28px,7.4vw,40px);line-height:1.4}.hero-line{display:inline}.hero-line:first-child{display:block}.input-layout .hero p{text-wrap:balance;max-width:35em;margin:0;font-size:13px;line-height:1.85}.input-layout .badges{flex-flow:wrap;gap:4px 16px;margin-top:16px;padding-top:0;font-size:11px}.input-layout .badges:before{content:none}.input-workspace{padding:26px 24px 32px}.input-workspace .stepper{justify-content:flex-start;gap:10px;margin-bottom:24px;font-size:12px}.step b{width:26px;height:26px;font-size:12px}.input-panel h2{text-wrap:balance;margin-bottom:18px;font-size:20px}.field-label{margin-bottom:10px;font-size:13px}.input-panel textarea{height:176px;padding:14px 16px;font-size:16px}.paste small{font-size:11px}.input-panel .drop{gap:12px;min-height:66px;margin-top:12px}.drop svg{width:28px;height:28px}.file-button{padding:0 16px;font-size:14px}.drop small{font-size:11px}.input-actions{margin-top:10px}.input-actions .text-button{font-size:14px}.workspace{gap:24px;display:flex}.chart-card{padding:14px 8px}.settings{border-left:0;border-top:1px solid var(--line);margin-top:0;padding:24px 0 0}.choice-panel{padding:22px 18px}.result-view .stepper,.mapping-view .stepper{gap:10px;margin-bottom:24px;font-size:12px}.step-line{width:30px}footer{padding:20px 24px}.footer-inner{justify-content:flex-start;gap:10px}.footer-inner p{font-size:10px}.footer-inner .links{gap:16px;font-size:11px}}
