:root{--ink:#18201d;--muted:#64706a;--cream:#f6f4ed;--paper:#fffefa;--line:#dfe4de;--green:#19715a;--green2:#d9eee6;--yellow:#f2c65f;--shadow:0 18px 48px rgba(30,52,44,.09);font-family:Pretendard,"Apple SD Gothic Neo","Noto Sans KR",system-ui,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:var(--paper);line-height:1.65}a{color:inherit;text-decoration:none}button,input,select{font:inherit}header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1120px)/2));border-bottom:1px solid rgba(223,228,222,.8);background:rgba(255,254,250,.92);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-weight:850;font-size:19px;letter-spacing:-.04em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--green);color:#fff;font-family:serif}nav{display:flex;gap:32px;color:#4a5650;font-size:15px;font-weight:650}nav a:hover{color:var(--green)}main{min-height:68vh}.hero{max-width:1120px;margin:auto;padding:104px 0 88px;position:relative;background:radial-gradient(circle at 75% 30%,#e5f2eb 0,transparent 31%)}.eyebrow,.kicker{display:block;color:var(--green);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero h1,.page-intro h1,.tool-hero h1,.article h1{font-size:clamp(44px,7vw,78px);line-height:1.08;letter-spacing:-.065em;margin:18px 0 26px;max-width:800px}.hero h1 em{color:var(--green);font-style:normal}.hero>p{font-size:19px;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;margin-top:36px}.button{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:12px;padding:14px 20px;font-weight:800;cursor:pointer}.primary{background:var(--green);color:#fff;box-shadow:0 8px 22px rgba(25,113,90,.2)}.primary:hover{background:#115e49}.ghost{background:#fff;border:1px solid var(--line)}.trust-row{display:flex;gap:24px;color:#526059;font-size:14px;margin-top:40px}.section{max-width:1120px;margin:auto;padding:84px 0}.section.compact{padding-top:30px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section-head h2,.privacy-band h2,.howto h2{font-size:34px;letter-spacing:-.045em;margin:7px 0}.section-head>a{font-weight:750;color:var(--green)}.tool-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tool-card{background:#fff;border:1px solid var(--line);padding:25px;border-radius:20px;min-height:225px;position:relative;transition:.2s}.tool-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#c2d7ce}.tool-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--green2);color:var(--green);font-size:22px;margin-bottom:30px}.pill{display:inline-block;background:#f0f2ed;color:#66716b;border-radius:99px;padding:4px 9px;font-size:11px;font-weight:800}.tool-card .pill{position:absolute;top:25px;right:25px}.tool-card h3,.guide-card h3{font-size:20px;letter-spacing:-.03em;margin:10px 0 5px}.tool-card p,.guide-card p{font-size:14px;color:var(--muted);margin:0}.arrow{display:block;color:var(--green);font-size:13px;font-weight:800;margin-top:20px}.privacy-band{max-width:1120px;margin:30px auto;padding:52px 64px;border-radius:28px;background:#173f35;color:#fff;display:flex;gap:34px;align-items:center}.privacy-band .lock{font-size:42px;width:74px;height:74px;display:grid;place-items:center;border:1px solid #54796e;border-radius:22px}.privacy-band .kicker{color:#8fd0bd}.privacy-band h2{margin:4px 0}.privacy-band p{color:#c5d8d2;margin:0}.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.guide-card{border-top:2px solid var(--ink);padding:25px 8px 20px;min-height:230px}.guide-card>span{font-size:12px;color:var(--green);font-weight:800}.guide-card b{display:block;margin-top:24px;font-size:13px}.page-intro,.tool-hero{max-width:1120px;margin:auto;padding:78px 0 44px}.page-intro h1,.tool-hero h1{font-size:58px;margin:12px 0}.page-intro p,.tool-hero p{color:var(--muted);font-size:18px;max-width:650px}.back{display:block;color:var(--muted);font-size:14px;margin-bottom:30px}.tool-hero .pill{margin-top:5px}.workspace{max-width:1120px;margin:0 auto 70px}.drop-zone{background:var(--cream);border:1.5px dashed #aebcb5;border-radius:24px;padding:72px 24px;text-align:center;transition:.2s}.drop-zone.drag{border-color:var(--green);background:#eef7f3}.drop-zone input{display:none}.drop-zone h2{margin:12px 0 3px;letter-spacing:-.035em}.drop-zone p{color:var(--muted);font-size:14px}.drop-icon{display:grid;place-items:center;margin:auto;width:58px;height:58px;border-radius:18px;background:var(--green2);color:var(--green);font-size:30px}.editor{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:22px;align-items:start}.preview-wrap,.controls,.result{background:var(--cream);border:1px solid var(--line);border-radius:20px;padding:22px}.preview-wrap{grid-row:span 2;text-align:center;min-height:450px;display:flex;flex-direction:column;justify-content:center}.preview-wrap canvas{max-width:100%;max-height:540px;object-fit:contain}.preview-wrap p{font-size:12px;color:var(--muted)}.controls h3,.result h3{margin-top:0}.control{margin:18px 0}.control label{display:flex;justify-content:space-between;font-size:13px;font-weight:750;margin-bottom:7px}.control input[type=number],.control select{width:100%;background:#fff;border:1px solid #ccd5d0;border-radius:10px;padding:11px}.control input[type=range]{width:100%;accent-color:var(--green)}.control-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.check{display:flex;gap:8px;align-items:center;font-size:13px}.result{background:#fff}.stat{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 0;font-size:13px}.stat strong{font-size:15px}.result .button{width:100%;margin-top:16px}.notice{font-size:12px;color:var(--muted);background:#f4f6f3;padding:10px;border-radius:9px;margin-top:12px}.howto{max-width:1120px;margin:auto;border-top:1px solid var(--line);padding:60px 0 40px;display:grid;grid-template-columns:.8fr 1.2fr;gap:80px}.howto ol{list-style:none;padding:0;margin:0}.howto li{display:flex;gap:18px;padding:18px 0;border-bottom:1px solid var(--line)}.howto li>b{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--green2);color:var(--green)}.howto li span{display:flex;flex-direction:column;color:var(--muted);font-size:13px}.howto li strong{color:var(--ink);font-size:16px}.article{max-width:760px;margin:auto;padding:86px 0 110px}.article h1{font-size:54px}.article .lead{font-size:20px;color:var(--muted);border-bottom:1px solid var(--line);padding-bottom:32px}.article-meta{font-size:13px;color:#7d8882;margin:20px 0 58px}.article h2{font-size:26px;letter-spacing:-.035em;margin:52px 0 12px}.article p{font-size:17px;color:#414d47}.callout{padding:24px 28px;border-radius:16px;background:var(--green2);margin:32px 0}.callout strong{color:var(--green)}.callout p{margin:5px 0 0}.legal h1{font-size:48px}footer{max-width:1120px;margin:auto;border-top:1px solid var(--line);padding:50px 0 35px;display:grid;grid-template-columns:1fr 1fr;gap:20px;color:var(--muted)}footer strong{color:var(--ink)}footer p{font-size:13px}.footer-links{display:flex;justify-content:flex-end;gap:24px;font-size:13px}footer small{grid-column:1/-1;font-size:11px;margin-top:24px}.empty{color:var(--muted);font-size:13px}.warning{color:#8a5d00;background:#fff1ca;padding:10px;border-radius:8px;font-size:12px}@media(max-width:900px){header{padding:0 20px}.hero,.section,.page-intro,.tool-hero,.workspace,.howto,footer{margin-left:20px;margin-right:20px}.hero{padding-top:76px}.tool-grid{grid-template-columns:repeat(2,1fr)}.guide-grid{grid-template-columns:1fr}.privacy-band{margin:20px;padding:38px}.editor{grid-template-columns:1fr}.preview-wrap{grid-row:auto}.howto{grid-template-columns:1fr;gap:10px}.article{padding-left:22px;padding-right:22px}}@media(max-width:600px){header{height:64px}.brand{font-size:17px}nav{gap:15px;font-size:13px}nav a:last-child{display:none}.hero{padding:60px 0}.hero h1{font-size:48px}.hero>p br{display:none}.hero-actions{flex-direction:column}.trust-row{flex-wrap:wrap;gap:7px 15px}.tool-grid{grid-template-columns:1fr}.privacy-band{align-items:flex-start;flex-direction:column}.page-intro h1,.tool-hero h1,.article h1{font-size:40px}.editor{display:block}.controls,.result{margin-top:14px}.preview-wrap{min-height:300px}.section-head{align-items:start;gap:20px}.section-head h2{font-size:28px}.footer-links{justify-content:flex-start;flex-wrap:wrap}footer{grid-template-columns:1fr}.article p{font-size:16px}}
