@charset "UTF-8";
:root{font-family:system-ui,-apple-system,"Segoe UI","Malgun Gothic",sans-serif;color:#1e332d;background:#f7f8f4;font-synthesis:none;--green:#176344;--muted:#52665b;--line:#dce3d9;--paper:#fff;--soft:#edf2e7}*{box-sizing:border-box}body{margin:0;line-height:1.65}a{color:inherit;text-underline-offset:4px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button,.button{min-height:44px;border:1px solid #bac9bd;border-radius:9px;padding:9px 17px;background:white;color:#263e32;cursor:pointer;font-weight:650;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}button:hover,.button:hover{background:#e8f0e8;border-color:#8da692}button.primary,.button.primary{background:var(--green);border-color:var(--green);color:white}button.primary:hover{background:#104d34}button:disabled{opacity:.48;cursor:not-allowed}input:not([type=checkbox]):not([type=range]):not([type=color]),select,textarea{width:100%;border:1px solid #b6c5b9;border-radius:8px;padding:11px 12px;background:white;color:#22382e;min-height:46px}input[type=checkbox]{width:18px;height:18px;accent-color:var(--green);flex:none}input[type=range]{width:100%;accent-color:var(--green)}input[type=color]{width:100%;height:46px;border:1px solid var(--line);background:white;border-radius:8px}textarea{resize:vertical;line-height:1.7;min-height:165px}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #54894f;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.05em;line-height:1.25}h2{font-size:1.5rem;letter-spacing:-.03em}h3{font-size:1.05rem;line-height:1.5}small,.muted{color:var(--muted)}[hidden]{display:none!important}.wrap{max-width:1120px;margin:auto;padding:0 28px}.site-header{height:86px;border-bottom:1px solid var(--line);display:flex;align-items:center;background:#fbfcf8}.header-row{display:flex;align-items:center;justify-content:space-between;width:100%;gap:16px}.brand{font-size:1.2rem;font-weight:800;text-decoration:none;display:flex;align-items:center;gap:10px;white-space:nowrap}.brand-mark{width:31px;height:31px;background:var(--green);border-radius:8px;color:white;display:grid;place-items:center;font-size:19px}.header-nav{display:flex;gap:25px;font-size:.9rem;color:var(--muted)}.header-nav a{text-decoration:none}.hero{padding:72px 0 54px;display:grid;grid-template-columns:1.15fr 1fr;gap:64px;align-items:center}.eyebrow{text-transform:uppercase;color:var(--green);font-size:.76rem;letter-spacing:.13em;font-weight:800;display:block;margin-bottom:20px}.hero h1{font-size:3.3rem;margin-bottom:24px;font-weight:770}.hero h1 em{font-style:normal;color:var(--green)}.hero p{color:var(--muted);max-width:430px;font-size:1.04rem}.hero-actions{display:flex;gap:12px;align-items:center;margin-top:27px}.hero-note{font-size:.79rem;margin-top:18px;color:var(--muted)}.example-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:27px;box-shadow:0 18px 48px #233b2710;transform:rotate(1deg)}.example-top{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--muted);padding-bottom:20px;border-bottom:1px solid var(--line)}.example-files{display:flex;align-items:center;justify-content:center;gap:23px;padding:27px 0}.paper-photo{width:104px;height:125px;border:5px solid white;outline:1px solid #dce3d9;border-radius:5px;position:relative;overflow:hidden;background:linear-gradient(140deg,#dbe9cf 45%,#9ebc89 45%,#9ebc89 66%,#729464 66%)}.paper-photo:before{content:"";width:23px;height:23px;background:#fffbd4;border-radius:50%;position:absolute;top:14px;right:14px}.paper-photo.small{width:83px;height:105px}.example-caption{text-align:center;font-size:.75rem;color:var(--muted);margin-top:10px}.example-result{background:var(--soft);border-radius:9px;padding:13px 15px;font-size:.85rem;display:flex;justify-content:space-between;gap:10px}.section-head{display:flex;justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:23px}.section-head h2{margin:0}.section-head span{font-size:.86rem;color:var(--muted)}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tool-card{border:1px solid var(--line);background:white;border-radius:13px;padding:25px;text-decoration:none;display:flex;flex-direction:column;min-height:242px;transition:transform .15s,border-color .15s}.tool-card:hover{border-color:#779b7e;transform:translateY(-3px)}.tool-card.featured{background:#edf3e9}.tool-icon{width:42px;height:42px;display:grid;place-items:center;background:#edf3e9;border:1px solid #d7e4cf;border-radius:10px;font-size:22px;margin-bottom:19px;color:var(--green);font-weight:600}.featured .tool-icon{background:white}.tool-card h3{margin-bottom:9px;font-size:1.15rem}.tool-card p{font-size:.89rem;color:var(--muted);margin-bottom:22px}.card-link{margin-top:auto;color:var(--green);font-size:.83rem;font-weight:700}.principle-card{padding:26px;display:flex;flex-direction:column;justify-content:center;border:1px dashed #bccbb9;border-radius:13px}.principle-card p{font-size:.9rem;color:var(--muted);margin-bottom:0}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:48px 0 58px;border-top:1px solid var(--line);padding-top:28px}.trust-strip strong{font-size:.9rem}.trust-strip p{font-size:.82rem;color:var(--muted);margin:7px 0 0}.guide-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.guide-list a{display:block;text-decoration:none;border-bottom:1px solid var(--line);padding:15px 0 20px;font-size:.94rem}.site-footer{margin-top:70px;border-top:1px solid var(--line);padding:28px 0 32px;font-size:.8rem;color:var(--muted)}.footer-row{display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-links{display:flex;gap:18px;flex-wrap:wrap}.breadcrumb{color:var(--muted);font-size:.8rem;margin:28px 0 23px}.page-title{font-size:2.25rem;margin-bottom:12px}.page-intro{max-width:720px;color:var(--muted);margin-bottom:25px}.badges{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:26px}.badge{font-size:.75rem;color:#3d604b;padding:4px 11px;border-radius:20px;background:#eaf0e6;border:1px solid #d6e2cf}.workspace-shell{border:1px solid var(--line);border-radius:15px;overflow:hidden;background:white}.workspace-toolbar{padding:12px 22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:15px;font-size:.79rem;color:var(--muted);background:#fbfcf9}.tool-frame{width:100%;height:1040px;display:block;border:0;background:white}.tool-frame.text-frame{height:1000px}.explanation{max-width:820px;margin:44px 0}.explanation h2{font-size:1.25rem;margin-top:32px}.explanation p,.explanation li{color:#465e4e;font-size:.95rem}.explanation pre{white-space:pre-wrap;background:#edf2e7;border:1px solid var(--line);border-radius:10px;padding:19px;font-family:inherit;font-size:.9rem}.advertisement{margin:35px 0;padding:17px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;color:var(--muted);font-size:.75rem}.skip-link{position:absolute;top:-80px;left:10px;background:white;padding:12px;z-index:10}.skip-link:focus{top:10px}.article{max-width:800px;margin:45px auto 80px}.article h1{font-size:2.4rem}.article h2{margin-top:32px}.article p,.article li{color:#465e4e}.editor-body{background:white;color:#263c30;padding:24px;margin:0}.editor-body h2{font-size:1.08rem;margin-bottom:8px}.editor-body p{font-size:.86rem}.editor-top{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:21px}.editor-top .step{font-size:.73rem;color:var(--green);letter-spacing:.08em;font-weight:700}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.field{display:flex;flex-direction:column;gap:6px;font-size:.84rem;font-weight:600;min-width:0}.field span.hint{font-size:.76rem;color:var(--muted);font-weight:400}.field small{font-weight:400}.options{border:1px solid var(--line);border-radius:10px;padding:17px;background:#fafbf8;margin:17px 0}.check{display:flex;align-items:center;gap:8px;font-size:.81rem;font-weight:400;min-height:35px}.checks{display:flex;gap:8px 21px;flex-wrap:wrap;margin:9px 0}.action-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:20px 0}.status{font-size:.85rem;padding:12px 15px;border-radius:8px;background:#eff4eb;color:#27523b;min-height:46px;margin:13px 0;overflow-wrap:anywhere}.status.error{background:#fff0ea;color:#8c3423}.status.warning{background:#fff6df;color:#755518}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.result-card{min-width:0;border:1px solid var(--line);border-radius:10px;padding:17px;background:#fcfdfa}.result-card h3{margin-bottom:9px}.result-card textarea{font-size:.82rem;min-height:125px}.result-card .action-row{margin:10px 0 0}.result-card .button,.result-card button{font-size:.8rem;padding:7px 12px}.stats{display:flex;gap:10px;flex-wrap:wrap;font-size:.79rem;color:var(--muted);margin:10px 0}.stat{padding:5px 10px;background:var(--soft);border-radius:5px}.upload{display:block;padding:24px;background:#f8faf5;border:1px dashed #8da887;border-radius:11px;text-align:center;cursor:pointer}.upload strong{display:block;font-size:1rem;margin:5px 0 10px}.upload input{background:white;font-size:.83rem;max-width:400px}.file-list{list-style:none;padding:0;margin:14px 0}.file-list li{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--line);font-size:.82rem}.file-name{flex:1;min-width:0;overflow-wrap:anywhere}.file-list button{font-size:.73rem;padding:4px 10px;min-height:38px}.preview{display:flex;align-items:center;justify-content:center;min-height:170px;max-height:290px;overflow:auto;background:repeating-conic-gradient(#eff0ec 0% 25%,#fff 0% 50%) 0 / 18px 18px;border:1px solid var(--line);border-radius:8px;margin:12px 0}.preview img,.preview canvas{max-width:100%;max-height:260px;object-fit:contain}.result-card .preview{min-height:100px}.subtle{background:none;border:0;text-decoration:underline;color:var(--muted);padding:5px;font-weight:400}.editor-body details{margin:14px 0}.editor-body summary{cursor:pointer;font-size:.84rem;min-height:35px}.editor-body .note{border-left:3px solid #ccdcbc;padding:8px 12px;color:var(--muted);font-size:.79rem;margin:17px 0}.work-settings{margin-top:20px}.disabled-note{font-size:.8rem;color:var(--muted)}@media(max-width:800px){.hero{gap:25px}.hero h1{font-size:2.7rem}.tool-grid{grid-template-columns:repeat(2,1fr)}.example-card{padding:20px}.header-nav{gap:15px}.three-col{grid-template-columns:1fr 1fr}.tool-frame{height:1300px}.tool-frame.text-frame{height:1200px}}@media(max-width:560px){.wrap{padding:0 18px}.site-header{height:72px}.header-nav a:first-child{display:none}.header-nav{font-size:.8rem;gap:13px}.brand{font-size:1.05rem}.hero{grid-template-columns:1fr;padding:42px 0 35px;gap:30px}.hero h1{font-size:2.65rem}.hero p{font-size:.93rem}.example-card{transform:none;margin:0 5px}.example-files{padding:20px 0}.section-head{display:block}.section-head span{display:block;margin-top:7px}.tool-grid,.trust-strip,.guide-list{grid-template-columns:1fr}.tool-card{min-height:0;padding:22px}.tool-card p{margin-bottom:15px}.tool-icon{margin-bottom:14px}.principle-card{padding:22px}.trust-strip{gap:16px;margin:30px 0 40px}.guide-list{gap:0}.page-title{font-size:1.85rem}.workspace-toolbar{padding:12px;font-size:.71rem}.workspace-toolbar a{white-space:nowrap}.editor-body{padding:17px}.two-col,.three-col,.result-grid{grid-template-columns:1fr;gap:14px}.editor-top{align-items:flex-start}.editor-top button{padding:7px 10px;font-size:.76rem}.tool-frame{height:1670px}.tool-frame.text-frame{height:1670px}.checks{gap:4px 13px}.file-list li{flex-wrap:wrap}.file-name{min-width:140px}.footer-row{display:block}.footer-links{margin-top:13px}.article h1{font-size:2rem}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* Long Korean labels wrap by word; user text retains its original spacing. */
body{word-break:keep-all;overflow-wrap:anywhere}textarea{word-break:normal}.workspace-toolbar span{max-width:72%}
/* A short first screen; details expand in the page without nested scrolling. */
.breadcrumb{margin:20px 0 12px}.page-title{font-size:2rem}.page-intro{margin-bottom:14px}.badges{margin-bottom:18px}.tool-frame,.tool-frame.text-frame{height:650px}.editor-body{padding:24px;display:flow-root}.quick-steps{list-style:none;display:flex;gap:24px;margin:0 0 22px;padding:0;color:var(--muted);font-size:.82rem}.quick-steps li{display:flex;align-items:center;gap:7px}.quick-steps b{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--soft);color:var(--green);font-size:.78rem}.upload-row{display:grid;grid-template-columns:1.15fr 1fr;gap:20px}.upload{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:200px;padding:22px;background:#f4f8f1;border:2px dashed #abc5a0;border-radius:14px}.upload:hover,.upload:focus-within{background:#eaf3e5;border-color:var(--green)}.upload:focus-within{outline:3px solid #54894f;outline-offset:3px}.upload input[type=file]{position:absolute;inset:0;width:100%;height:100%;max-width:none;opacity:0;cursor:pointer}.upload strong{background:var(--green);color:white;padding:10px 26px;border-radius:9px;font-size:1rem;margin:4px 0}.upload>span:not(.upload-symbol){font-size:.78rem;color:var(--muted)}.upload small{font-size:.73rem}.upload-symbol{font-size:27px;line-height:1;color:var(--green)}.sample-card{display:flex;align-items:center;gap:16px;padding:18px;border:1px solid var(--line);border-radius:14px;background:#fff}.sample-card img{width:40%;height:140px;object-fit:cover;border-radius:10px}.sample-card strong{font-size:.92rem}.sample-card p{margin:8px 0 12px;color:var(--muted);font-size:.78rem}.sample-card button{font-size:.78rem;padding:8px 12px;white-space:normal}.upload-row:has(.sample-card[hidden]){grid-template-columns:1fr}.upload-row:has(.sample-card[hidden]) .upload{min-height:110px;padding:12px}.upload-row:has(.sample-card[hidden]) .upload-symbol,.upload-row:has(.sample-card[hidden]) .upload>span:not(.upload-symbol){display:none}.basic-options{margin:20px 0}.target-options{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap}.target-options>.field{width:180px}.presets{display:flex;gap:8px}.presets button{font-size:.84rem;min-width:75px}.presets button[aria-pressed=true]{background:var(--soft);border:2px solid var(--green);color:var(--green)}#targetHint{display:block;margin-top:8px;font-size:.75rem}.advanced{border:1px solid var(--line);border-radius:10px;background:#fbfcf9}.advanced>summary{padding:13px 16px;font-weight:650;color:#415f4b;min-height:48px;list-style-position:inside}.advanced>summary span{font-size:.75rem;font-weight:400;color:var(--muted);margin-left:10px}.advanced-content{padding:0 16px 16px}.advanced-content .field,.advanced-content .two-col,.advanced-content .three-col{margin-top:12px}.advanced>.options{margin:0;border:0;background:none}.main-action{margin:16px 0}.main-action .primary{min-height:50px;min-width:210px;font-size:1rem}.support-note{color:var(--muted)}.support-note p{font-size:.77rem}.file-thumb{width:64px;height:48px;object-fit:cover;border-radius:7px;flex:none}.before-after{display:grid;grid-template-columns:1fr 1fr;gap:16px}.result-card figure{margin:0 0 14px;text-align:center}.result-card figure img{display:block;width:100%;height:210px;object-fit:contain;border-radius:8px;background:#edf1e9}.result-card figcaption{font-size:.78rem;color:var(--muted);margin-top:7px}.result-card.wide-result{grid-column:1/-1}.editor-body .result-metric{font-size:1.1rem;color:var(--green);font-weight:750;margin-bottom:8px}.result-card>.button{background:var(--green);color:white;font-size:.9rem;min-width:170px}.paper-photo{object-fit:cover}.explanation{margin-top:28px}.editor-body #results:empty,.editor-body #zipActions:empty,.file-list:empty{display:none}
@media(max-width:700px){.upload-row{grid-template-columns:1fr}.sample-card{padding:12px;gap:13px}.sample-card img{width:86px;height:75px}.sample-card p{margin:3px 0 7px}.sample-card strong{font-size:.83rem}.sample-card button{min-height:40px}.upload{min-height:170px}.quick-steps{gap:10px;font-size:.73rem;justify-content:space-between}.quick-steps b{width:20px;height:20px}.advanced>summary span{display:none}.result-card figure img{height:150px}.target-options{gap:10px}.target-options>.field{width:100%}.presets{width:100%}.presets button{flex:1;min-width:0}.main-action .primary{flex:1}.editor-body{padding:16px}.before-after{gap:8px}.file-name{min-width:100px}.file-list li{gap:7px}.page-title{font-size:1.75rem}.page-intro{font-size:.9rem}.quick-steps li{gap:4px}.result-card{padding:13px}}
