:root{--paper:#f5f6f2;--surface:#fff;--soft:#edf3ee;--ink:#13251f;--muted:#68756f;--line:#d9e0dc;--accent:#e85f40;--accent-dark:#c9472b;--green:#153d31;--green-2:#255d4c;--yellow:#f3c95b;--shadow:0 18px 48px rgba(19,37,31,.1);--max:1440px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font-family:"Pretendard","Noto Sans KR","Malgun Gothic","Segoe UI",sans-serif;letter-spacing:0}button,input,select,textarea{font:inherit}button{color:inherit}a{color:inherit}h1,h2,h3,p{margin-top:0}.lang-en{display:none}html:not([lang=ko]) .lang-ko{display:none}html:not([lang=ko]) .lang-en{display:inline}.skip-link{position:fixed;left:16px;top:-60px;z-index:100;padding:12px 16px;background:var(--ink);color:#fff}.skip-link:focus{top:12px}
.site-header{position:sticky;top:0;z-index:20;display:flex;min-height:68px;align-items:center;justify-content:space-between;gap:20px;padding:0 max(24px,calc((100vw - var(--max))/2));border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--ink);font-size:19px;font-weight:900;text-decoration:none}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:6px;background:var(--accent);color:#fff;font-weight:900;transform:rotate(-3deg)}.site-nav{display:flex;align-items:center;gap:24px;margin-left:auto}.site-nav a{color:#31443d;text-decoration:none;font-size:13px;font-weight:750}.site-nav a:hover{color:var(--accent-dark)}.header-actions,.toolbar-actions{display:flex;align-items:center;gap:9px}.header-actions{min-width:0;flex-shrink:0}.privacy-note{display:block;max-width:190px;color:var(--muted);font-size:11px;line-height:1.3;text-align:right;overflow-wrap:anywhere}.language-button,.icon-button{display:grid;width:40px;height:40px;flex:0 0 40px;place-items:center;border:1px solid var(--line);border-radius:6px;background:#fff;cursor:pointer;font-weight:900;text-decoration:none}select.language-button{display:block;width:auto;min-width:104px;padding:0 28px 0 10px;font-size:12px}.download-menu{position:relative}.download-popover{position:absolute;top:50px;right:0;z-index:8;display:none;min-width:180px;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:var(--shadow)}.download-popover.open{display:grid}.download-popover button{border:0;padding:12px 14px;background:#fff;text-align:left;cursor:pointer;font-size:13px;font-weight:700}.download-popover button:hover{background:#f3f6f2}
.button{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:9px;border:0;border-radius:6px;padding:0 16px;cursor:pointer;font-weight:800}.button-dark{background:var(--green);color:#fff}.button-primary{width:100%;min-height:54px;justify-content:space-between;background:var(--accent);color:#fff;font-size:16px}.button-primary:hover{background:var(--accent-dark)}.button-outline{border:1px solid var(--line);background:#fff;color:var(--green)}
.tool-intro{display:grid;max-width:var(--max);grid-template-columns:minmax(0,1.6fr) minmax(330px,.8fr);align-items:center;gap:42px;margin:auto;padding:21px 32px 17px}.tool-intro>div{min-width:0}.tool-intro h1{max-width:720px;margin-bottom:10px;font-family:inherit;font-size:clamp(30px,3.2vw,42px);font-weight:800;line-height:1.16}.tool-intro>div>p{max-width:760px;margin-bottom:0;color:#52645c;font-size:14px;line-height:1.55;overflow-wrap:anywhere}.trust-list{display:grid;grid-template-columns:repeat(3,1fr);min-width:0;margin:0;padding:0;border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);list-style:none}.trust-list li{display:grid;gap:2px;padding:10px 12px;border-right:1px solid var(--line)}.trust-list li:last-child{border-right:0}.trust-list strong{font-size:20px}.trust-list span{color:var(--muted);font-size:10px;font-weight:700}
.app-layout{display:grid;max-width:var(--max);grid-template-columns:410px minmax(0,1fr);min-height:920px;margin:0 auto;border:1px solid var(--line);background:#fff;box-shadow:var(--shadow)}.editor-panel{border-right:1px solid var(--line);background:#fbfcfa}.editor-section{display:flex;flex-direction:column;gap:18px;padding:30px 32px;border-bottom:1px solid var(--line)}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.panel-heading.compact{margin-bottom:-2px}.step,.section-label{margin:0 0 7px;color:var(--accent-dark);font-size:11px;font-weight:900;text-transform:uppercase}.editor-title{margin-bottom:0;font-family:inherit;font-size:28px;font-weight:800;line-height:1.3}.panel-heading h2,.analysis-header h2{margin-bottom:0;font-size:20px}.text-button{border:0;border-bottom:1px solid currentColor;padding:3px 0;background:transparent;color:var(--muted);cursor:pointer;font-size:12px;font-weight:700}
.field,.select-field{display:grid;gap:8px}.field-label,.select-field>span,.range-row label,.control-group legend{color:#31483f;font-size:13px;font-weight:800}.field-label,.range-row label{display:flex;align-items:center;justify-content:space-between}.field-label>span:last-child{color:var(--muted);font-size:11px;font-weight:600}textarea,input[type=text],select{width:100%;border:1px solid var(--line);border-radius:6px;outline:none;background:#fff;color:var(--ink)}textarea{min-height:155px;padding:13px;line-height:1.65;resize:vertical}input[type=text],select{min-height:42px;padding:0 11px}textarea:focus,input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(232,95,64,.12)}
.file-row{display:flex;align-items:center;gap:10px}.file-row>span{color:var(--muted);font-size:11px}.toggle-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid var(--line);border-radius:6px;background:#fff}.toggle-row span{display:grid;gap:3px}.toggle-row strong{font-size:13px}.toggle-row small{color:var(--muted);font-size:11px;line-height:1.4}.toggle-row input{width:18px;height:18px;accent-color:var(--accent)}.range-row{display:grid;gap:9px}.range-row strong{color:var(--accent-dark)}input[type=range]{width:100%;accent-color:var(--accent)}
.control-group{display:grid;gap:9px;margin:0;padding:0;border:0}.control-group legend{margin-bottom:9px}.shape-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:visible;border:1px solid var(--line);border-radius:6px;background:var(--line)}.shape-grid button{position:relative;display:grid;min-height:38px;place-items:center;border:0;background:#fff;cursor:pointer;font-size:0;font-weight:700;line-height:1;overflow:visible}.shape-grid button::before{content:attr(data-icon);font-size:20px;line-height:1}.shape-grid button::after{content:attr(aria-label);position:absolute;left:50%;top:calc(100% + 7px);z-index:12;max-width:120px;padding:6px 8px;border-radius:5px;background:#13251f;color:#fff;font-size:11px;font-weight:800;line-height:1.2;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-50%,-3px);transition:120ms ease}.shape-grid button:hover::after,.shape-grid button:focus-visible::after{opacity:1;transform:translate(-50%,0)}.shape-grid button.active{background:var(--green);color:#fff}.shape-grid button.active::before{transform:scale(1.08)}.shape-upload-row{display:grid;grid-template-columns:minmax(0,1fr);gap:5px}.shape-upload-row .button{min-height:32px;border:1px dashed var(--line);background:#f8faf8;color:#315044;font-size:11px}.shape-upload-row span{color:var(--muted);font-size:10px;font-weight:700;line-height:1.25}.palette-list{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.palette{position:relative;display:flex;min-height:40px;align-items:center;justify-content:center;gap:3px;border:1px solid var(--line);border-radius:6px;background:#fff;cursor:pointer;user-select:none}.palette.active{border-color:var(--ink);box-shadow:0 0 0 1px var(--ink)}.palette i{width:13px;height:13px;border-radius:50%;background:var(--color)}.palette-help{margin:0;color:var(--muted);font-size:10px;font-weight:700;line-height:1.35}.palette-slider{display:grid;gap:4px}.palette-slider span{color:#31483f;font-size:11px;font-weight:800}.two-column-controls{display:grid;grid-template-columns:1fr;gap:8px}.advanced-controls{border:1px solid var(--line);border-radius:6px;background:#f8faf7}.advanced-controls h3{margin:0;padding:12px;border-bottom:1px solid var(--line);font-size:13px;font-weight:800}.advanced-controls .range-row{padding:11px 12px}.advanced-controls .range-row+.range-row{padding-top:0}
.preview-area{display:grid;min-width:0;grid-template-rows:auto minmax(460px,62vh) auto auto;gap:17px;padding:26px}.preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px}.preview-toolbar .step{margin-bottom:4px;color:var(--green)}.preview-meta{margin:0;color:var(--muted);font-size:13px}.toolbar-actions{flex-shrink:0}.preview-export-button{min-width:118px;justify-content:space-between}.icon-button{font-size:19px}.icon-button:hover,.language-button:hover{border-color:var(--ink)}.canvas-frame{position:relative;display:grid;min-height:0;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:7px;background-color:#fffdf8;background-image:linear-gradient(rgba(20,61,50,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(20,61,50,.035) 1px,transparent 1px);background-size:24px 24px}.canvas-frame.is-dragover{border-color:var(--accent);box-shadow:inset 0 0 0 3px rgba(232,95,64,.16)}.canvas-frame:fullscreen{padding:28px;background:var(--paper)}canvas{position:absolute;inset:0;display:none;width:auto;height:auto;max-width:100%;max-height:100%;aspect-ratio:3/2;margin:auto;object-fit:contain}.canvas-frame.has-cloud canvas{display:block}.export-svg-shadow{position:absolute;width:0;height:0;overflow:hidden;opacity:0;pointer-events:none}.empty-state{display:grid;max-width:380px;gap:10px;padding:30px;text-align:center;justify-items:center}.has-cloud .empty-state{display:none}.empty-mark{display:grid;width:74px;height:74px;place-items:center;margin:0 auto 8px;border:1px dashed #aeb8b1;border-radius:50%;color:var(--accent);font-family:inherit;font-size:34px;font-weight:800}.empty-state h2{margin-bottom:0;font-size:20px}.empty-state p{margin-bottom:2px;color:var(--muted);font-size:14px;line-height:1.6}.preview-upload-button{min-height:38px}.empty-state small{display:block;color:var(--muted);font-size:11px;line-height:1.4}
.insight-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:7px;background:#fff}.insight-strip div{display:grid;gap:5px;padding:15px 18px;border-right:1px solid var(--line)}.insight-strip div:last-child{border-right:0}.insight-strip span{color:var(--muted);font-size:11px;font-weight:700}.insight-strip strong{overflow:hidden;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.analysis-panel{padding:22px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.analysis-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.analysis-grid{display:grid;grid-template-columns:minmax(250px,.8fr) minmax(440px,1.2fr);gap:20px}.frequency-chart{display:grid;max-height:310px;align-content:start;gap:9px;overflow:auto;padding-right:4px}.empty-analysis{color:var(--muted);font-size:13px}.bar-row{display:grid;grid-template-columns:90px 1fr 34px;align-items:center;gap:8px;font-size:12px}.bar-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:800}.bar-track{height:9px;overflow:hidden;border-radius:99px;background:#e8ece7}.bar-fill{height:100%;border-radius:99px;background:var(--accent)}.bar-row em{color:var(--muted);font-style:normal;text-align:right}.word-editor-wrap{min-width:0}.table-heading{display:flex;justify-content:space-between;margin-bottom:9px}.table-heading span{color:var(--muted);font-size:11px}.word-table{max-height:310px;overflow:auto;border:1px solid var(--line);border-radius:6px}.word-row{display:grid;grid-template-columns:minmax(120px,1fr) 72px 46px 42px 34px;align-items:center;gap:7px;padding:7px;border-bottom:1px solid var(--line)}.word-row:last-child{border-bottom:0}.word-row-header{position:sticky;top:0;z-index:1;background:#f6f8f6;color:var(--muted);font-size:10px;font-weight:900;text-align:center}.word-row-header span:first-child{text-align:left}.word-row input[type=text],.word-row input[type=number]{min-width:0;height:34px;border:1px solid var(--line);border-radius:5px;padding:0 8px;background:#fff}.word-row input[type=number]{width:100%}.word-row input[type=color]{width:34px;height:30px;border:0;padding:0;background:transparent}.word-row button{height:32px;border:1px solid var(--line);border-radius:5px;background:#fff;cursor:pointer}.word-row .pin.active{background:var(--green);color:#fff}.word-row .delete{border:0;color:#a44332;font-size:18px}
.ad-zone{display:grid;justify-items:center;max-width:var(--max);margin:0 auto;padding:14px 32px;color:#8b958f}.ad-label{margin-bottom:7px;font-size:10px;font-weight:700;line-height:1}.ad-slot{display:grid;width:100%;place-items:center;border:1px dashed #cbd4cf;background:#f8faf8;color:#9aa39e;text-align:center;font-size:11px;line-height:1.5}.ad-slot-wide{max-width:970px;min-height:90px}.ad-zone-leaderboard{padding-top:14px;padding-bottom:20px}.ad-zone-content{padding-top:0;padding-bottom:34px}.ad-slot-content{max-width:970px;min-height:250px}.ad-zone-multiplex{padding-top:0;padding-bottom:40px}.ad-slot-grid{max-width:970px;min-height:280px;background-image:linear-gradient(90deg,transparent calc(33.333% - .5px),#e4e9e6 calc(33.333% - .5px),#e4e9e6 calc(33.333% + .5px),transparent calc(33.333% + .5px),transparent calc(66.666% - .5px),#e4e9e6 calc(66.666% - .5px),#e4e9e6 calc(66.666% + .5px),transparent calc(66.666% + .5px)),linear-gradient(transparent calc(50% - .5px),#e4e9e6 calc(50% - .5px),#e4e9e6 calc(50% + .5px),transparent calc(50% + .5px))}.ad-zone-legal{margin:22px -32px 28px;padding-bottom:0}.content-band,.use-cases,.faq-section{max-width:var(--max);margin:0 auto;padding:110px 32px}.content-band{display:grid;grid-template-columns:minmax(280px,.72fr) minmax(440px,1.28fr);gap:100px}.section-heading h2{margin-bottom:22px;font-family:inherit;font-size:40px;font-weight:800;line-height:1.3}.section-heading>p:last-child{max-width:560px;color:var(--muted);line-height:1.8}.principle-list{border-top:1px solid var(--ink)}.principle-list article{display:grid;grid-template-columns:54px 1fr;gap:18px;padding:26px 0;border-bottom:1px solid var(--line)}.principle-list article>span{color:var(--accent);font-weight:900}.principle-list h3{margin-bottom:8px;font-size:17px}.principle-list p{margin-bottom:0;color:var(--muted);font-size:14px;line-height:1.7}.use-cases{background:var(--green);color:#fff}.use-cases .section-label{color:#ff987e}.case-grid{display:grid;grid-template-columns:repeat(4,1fr);margin:48px 0 34px;border-top:1px solid rgba(255,255,255,.45);border-bottom:1px solid rgba(255,255,255,.45)}.case-grid article{min-height:210px;padding:28px 24px;border-right:1px solid rgba(255,255,255,.2)}.case-grid article:last-child{border-right:0}.case-grid strong{font-size:18px}.case-grid p{margin:18px 0 0;color:#c9d8d2;font-size:14px;line-height:1.75}.inline-link{font-weight:800;text-decoration:none}.inline-link:hover{text-decoration:underline}.faq-section{display:grid;grid-template-columns:minmax(280px,.6fr) minmax(520px,1.4fr);gap:100px}.faq-list{border-top:1px solid var(--ink)}.faq-list details{border-bottom:1px solid var(--line)}.faq-list summary{padding:24px 42px 24px 0;cursor:pointer;font-weight:800;line-height:1.5}.faq-list p{max-width:760px;padding:0 20px 24px 0;margin:0;color:var(--muted);font-size:14px;line-height:1.8}
.site-footer{display:grid;max-width:var(--max);grid-template-columns:1fr auto;gap:38px;margin:auto;padding:52px 32px;border-top:1px solid var(--line)}.footer-brand{margin-bottom:16px}.site-footer>div>p{max-width:470px;margin:0;color:var(--muted);font-size:13px;line-height:1.7}.site-footer nav{display:grid;grid-template-columns:repeat(2,auto);align-content:start;gap:12px 26px}.site-footer nav a{color:#405149;text-decoration:none;font-size:13px}.site-footer nav a:hover{text-decoration:underline}.copyright{grid-column:1/-1;margin:0;color:#89938e;font-size:11px}.toast{position:fixed;right:24px;bottom:24px;z-index:30;padding:12px 16px;border-radius:6px;background:var(--green);color:#fff;opacity:0;pointer-events:none;transform:translateY(12px);transition:180ms ease;font-size:13px;font-weight:700}.toast.show{opacity:1;transform:translateY(0)}
.legal-page{max-width:920px;margin:auto;padding:80px 32px 120px}.legal-page h1{margin-bottom:18px;font-family:inherit;font-size:44px;font-weight:800}.legal-page .lead{color:var(--muted);font-size:17px;line-height:1.8}.legal-page h2{margin:48px 0 14px;font-size:23px}.legal-page h3{margin:30px 0 10px;font-size:17px}.legal-page p,.legal-page li{color:#4e5e57;font-size:15px;line-height:1.85}.legal-page nav{display:flex;gap:18px;margin-bottom:45px}.legal-page nav a{font-size:13px;font-weight:800}.update-date{display:block;margin-top:12px;color:#89938e;font-size:12px}.guide-steps{counter-reset:guide;margin:42px 0}.guide-steps article{padding:28px 0;border-top:1px solid var(--line)}.guide-steps article:before{counter-increment:guide;content:"0" counter(guide);display:block;margin-bottom:10px;color:var(--accent);font-weight:900}
@media(max-width:1180px){.site-header{flex-wrap:wrap;padding:10px 24px}.site-nav{order:3;width:100%;gap:22px;overflow-x:auto;padding:9px 0 1px;border-top:1px solid var(--line);white-space:nowrap;scrollbar-width:thin}.tool-intro{grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);gap:28px}.app-layout{margin:0 18px}.content-band,.faq-section{gap:52px}}
@media(max-width:1040px){.app-layout{grid-template-columns:360px minmax(0,1fr)}.editor-section{padding:26px 24px}.analysis-grid{grid-template-columns:1fr}.analysis-panel{overflow:hidden}.content-band,.faq-section{grid-template-columns:1fr}.case-grid{grid-template-columns:1fr 1fr}.case-grid article:nth-child(2){border-right:0}.case-grid article:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.2)}}
@media(max-width:820px){.tool-intro{grid-template-columns:1fr;padding:22px 24px 18px}.tool-intro h1{font-size:34px}.trust-list{max-width:none}.app-layout{grid-template-columns:1fr}.editor-panel{border-right:0;border-bottom:1px solid var(--line)}.preview-area{grid-template-rows:auto 560px auto auto}.ad-zone{padding-right:24px;padding-left:24px}.ad-slot-content{min-height:280px}.content-band,.use-cases,.faq-section{padding:80px 24px}.site-footer{grid-template-columns:1fr}.copyright{grid-column:auto}}
@media(max-width:560px){.site-header{padding:8px 14px}.site-nav{gap:18px}.header-actions{margin-left:auto}.privacy-note{width:132px;max-width:132px;font-size:9.5px}.editor-section,.preview-area{padding:21px 15px}.header-actions{gap:6px}.button-dark{padding:0 12px}.tool-intro{padding:18px 18px 16px;gap:14px}.tool-intro h1{margin-bottom:8px;font-size:28px}.tool-intro>div>p{font-size:13px;line-height:1.5}.trust-list{grid-template-columns:repeat(3,1fr)}.trust-list li{display:grid;padding:8px 7px;border-right:1px solid var(--line);border-bottom:0}.trust-list strong{font-size:18px}.trust-list span{font-size:9px}.app-layout{margin:0}.shape-grid{grid-template-columns:repeat(3,1fr)}.shape-grid button{border-bottom:1px solid var(--line)}.two-column-controls{grid-template-columns:1fr}.preview-area{grid-template-rows:auto 430px auto auto}.preview-toolbar{align-items:flex-start;flex-direction:column}.toolbar-actions{width:100%;justify-content:flex-end}.preview-export-button{min-width:112px}.download-popover{right:0;max-width:calc(100vw - 30px)}.insight-strip{grid-template-columns:1fr 1fr}.insight-strip div:nth-child(2){border-right:0}.insight-strip div:nth-child(-n+2){border-bottom:1px solid var(--line)}.analysis-header{display:grid}.word-row{grid-template-columns:minmax(105px,1fr) 60px 38px 36px 30px}.analysis-panel{padding:16px}.ad-zone{padding-right:18px;padding-left:18px}.ad-zone-leaderboard{padding-top:12px;padding-bottom:14px}.ad-slot-wide{max-width:320px;min-height:100px}.ad-zone-content{padding-bottom:26px}.ad-slot-content{max-width:336px;min-height:280px}.ad-zone-multiplex{padding-bottom:30px}.ad-slot-grid{min-height:360px;background-image:linear-gradient(transparent calc(33.333% - .5px),#e4e9e6 calc(33.333% - .5px),#e4e9e6 calc(33.333% + .5px),transparent calc(33.333% + .5px),transparent calc(66.666% - .5px),#e4e9e6 calc(66.666% - .5px),#e4e9e6 calc(66.666% + .5px),transparent calc(66.666% + .5px))}.ad-zone-legal{margin:18px -20px 22px}.section-heading h2{font-size:32px}.content-band,.use-cases,.faq-section{padding:68px 18px}.case-grid{grid-template-columns:1fr}.case-grid article{min-height:0;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.case-grid article:last-child{border-bottom:0}.site-footer{padding:42px 18px}.site-footer nav{grid-template-columns:1fr}.legal-page{padding:58px 20px 90px}.legal-page h1{font-size:34px}}
.site-header{min-height:60px}.tool-intro{gap:28px;padding:10px 32px 9px}.tool-intro h1{max-width:none;margin-bottom:4px;font-size:30px;line-height:1.1;white-space:nowrap}.tool-intro>div>p{max-width:none;font-size:13px;line-height:1.35;white-space:nowrap;overflow-wrap:normal}.trust-list li{padding:6px 10px}.trust-list strong{font-size:16px}.free-highlight,.free-value{color:var(--accent-dark)}
.app-layout{height:clamp(500px,calc(100svh - 256px),670px);min-height:0;grid-template-columns:320px minmax(0,1fr) 250px;grid-template-areas:"input preview style"}.editor-panel{grid-area:input;min-width:0;min-height:0;overflow:hidden}.style-panel{grid-area:style;min-width:0;min-height:0;overflow:hidden;border-left:1px solid var(--line);background:#fbfcfa}.editor-panel>.editor-section,.style-panel>.editor-section{width:100%;height:100%;min-width:0;border-bottom:0}.editor-panel>.editor-section{justify-content:space-between;padding:10px 16px}.style-panel>.editor-section{justify-content:space-between}.editor-section{gap:11px;padding:17px 22px}.editor-title{font-size:23px;line-height:1.22}.panel-heading,.field,.select-field,.file-row,.toggle-row,.range-row,.control-group,.shape-grid,.palette-list,.two-column-controls,.advanced-controls{min-width:0;max-width:100%}.panel-heading h2{font-size:17px}.field,.select-field{gap:5px}.field textarea{height:100%;min-height:78px;max-height:none;padding:10px;line-height:1.45;resize:none}.field input,.select-field select,.two-column-controls>*{min-width:0;max-width:100%}.file-row{gap:7px}.file-row>span{font-size:10px}.toggle-row{padding:9px}.toggle-row span{min-width:0}.toggle-row small{font-size:10px}.range-row{gap:5px}.control-group{gap:5px}.control-group legend{margin-bottom:5px}.shape-grid button,.palette{min-width:0;min-height:34px}.advanced-controls h3{overflow:hidden;padding:9px;text-overflow:ellipsis;white-space:nowrap}.button-primary{min-height:46px}.preview-area{grid-area:preview;height:100%;grid-template-rows:auto minmax(0,1fr) auto;gap:11px;padding:18px}.insight-strip div{padding:10px 13px}.ad-zone-leaderboard{padding-top:6px;padding-bottom:8px}.analysis-panel-standalone{max-width:var(--max);margin:28px auto 0;padding:22px 32px}.analysis-panel-standalone .word-table{max-height:260px}
.editor-section{gap:7px;padding:12px 18px}.panel-heading{gap:8px}.step{margin-bottom:2px}.editor-title{font-size:20px;line-height:1.18}.panel-heading h2{font-size:16px}.field,.select-field{gap:3px}textarea{min-height:72px;max-height:78px;padding:8px;line-height:1.35}input[type=text],select{min-height:34px}.editor-panel>.editor-section,.style-panel>.editor-section{justify-content:flex-start;gap:4px}.editor-panel>.editor-section{padding:8px 14px}.style-panel>.editor-section{padding:8px 12px}.editor-panel .source-field{flex:1;min-height:0}.editor-panel .source-field textarea{height:100%;min-height:68px;max-height:none;padding:7px}.editor-panel input[type=text]{min-height:32px}.editor-panel .button{min-height:32px}.editor-panel .button-primary{min-height:36px}.file-row>span{display:none}.toggle-row{padding:5px 7px}.toggle-row small{display:none}.range-row{gap:2px}.control-group{gap:3px}.control-group legend{margin-bottom:2px}.shape-grid button,.palette{min-height:30px}.palette-list{gap:4px}.palette{gap:2px;padding:0 2px}.palette i{width:10px;height:10px;min-width:10px;flex:0 0 10px;aspect-ratio:1;border-radius:50%}.two-column-controls{gap:5px}.style-panel .advanced-controls{position:relative;flex:1;min-height:0}.advanced-body{position:absolute;inset:31px 0 0;display:grid;min-height:0;grid-template-rows:repeat(3,minmax(0,1fr))}.advanced-controls h3{padding:6px 7px}.advanced-controls .range-row{align-content:center;padding:5px 7px}.advanced-controls .range-row+.range-row{padding-top:0}.button-primary{min-height:42px}.editor-panel .field-label,.editor-panel .select-field>span,.editor-panel .range-row label,.editor-panel .control-group legend,.style-panel .select-field>span,.style-panel .range-row label,.style-panel .control-group legend{font-size:12px}
@media(max-width:820px){.site-header{min-height:68px}.tool-intro{padding:22px 24px 18px}.tool-intro h1{font-size:26px;white-space:normal;overflow-wrap:anywhere}.tool-intro>div>p{font-size:12px;line-height:1.5;white-space:normal;overflow-wrap:anywhere}}
@media(max-width:1180px) and (min-width:821px){.app-layout{grid-template-columns:290px minmax(0,1fr) 220px}.editor-section{padding-right:14px;padding-left:14px}.shape-grid{grid-template-columns:repeat(3,1fr)}.shape-grid button{border-bottom:1px solid var(--line)}.two-column-controls{grid-template-columns:1fr}.insight-strip div{padding-right:8px;padding-left:8px}}
@media(max-width:820px){.app-layout{height:auto;min-height:0;grid-template-columns:1fr;grid-template-areas:"input" "style" "preview"}.editor-panel,.style-panel{overflow:visible}.style-panel{border-top:1px solid var(--line);border-left:0}.editor-panel>.editor-section,.style-panel>.editor-section{height:auto}.editor-panel .source-field,.style-panel .advanced-controls{flex:none}.editor-section{padding:18px 20px}.field textarea,.editor-panel .source-field textarea{height:auto;min-height:120px;resize:vertical}.style-panel .advanced-controls{position:static}.advanced-body{position:static;display:grid;gap:10px;grid-template-rows:none}.advanced-controls .range-row,.advanced-controls .range-row+.range-row{padding:10px 12px}.preview-area{height:auto;grid-template-rows:auto 500px auto}.analysis-panel-standalone{margin:24px 18px 0;padding:18px}}
@media(max-width:560px){.tool-intro h1{font-size:clamp(17px,4.35vw,18px);line-height:1.16;white-space:nowrap;overflow-wrap:normal}.tool-intro>div>p{font-size:12px;line-height:1.45}.preview-area{grid-template-rows:auto 390px auto}.analysis-panel-standalone{margin:18px 0 0;padding:16px}}
.brand{font-size:17px}.brand-mark{transform:none}.editor-panel,.style-panel{background:#fff}.editor-panel>.editor-section,.style-panel>.editor-section{gap:6px}.editor-panel .panel-heading,.style-panel .panel-heading{align-items:center;padding-bottom:6px;border-bottom:1px solid #e8edea}.editor-panel .step,.style-panel .step{color:#68756f;font-size:10px;letter-spacing:.04em}.editor-panel .source-field textarea{border-color:#cbd5d0;background:#fcfdfc;box-shadow:inset 0 1px 2px rgba(19,37,31,.035)}.file-row .button{width:100%;border-style:dashed;background:#f8faf8;color:#315044;font-size:11px}.input-options{display:grid;min-width:0;gap:7px;padding:8px 9px;border-top:1px solid #e2e8e4;border-bottom:1px solid #e2e8e4;background:#f6f8f6}.input-options .toggle-row{border:0;padding:0;background:transparent}.input-options .range-row{padding-top:5px;border-top:1px solid #e2e8e4}.style-panel .control-group{padding-bottom:7px;border-bottom:1px solid #e8edea}.style-panel .shape-grid{border-color:#d6ded9}.style-panel .shape-grid button{min-height:28px;background:#fafbfa;font-size:11px}.style-panel .shape-grid button.active{background:var(--green)}.style-panel .palette{min-height:28px;border-color:#d6ded9;background:#fafbfa}.style-panel .two-column-controls{padding-bottom:7px;border-bottom:1px solid #e8edea}.style-panel .select-field select{border-color:#d6ded9;background:#fafbfa;font-size:11px}.style-panel .advanced-controls{border:0;border-radius:0;background:#f6f8f6}.style-panel .advanced-controls h3{border-bottom:1px solid #dfe6e1;color:#315044;font-size:11px}.style-panel .advanced-controls .range-row{padding-right:8px;padding-left:8px}.button-primary{box-shadow:0 5px 12px rgba(232,95,64,.18)}
@media(max-width:820px){.brand{font-size:15px}.input-options{padding:10px}.style-panel .control-group,.style-panel .two-column-controls{padding-bottom:10px}}
@media(min-width:821px){.style-panel>.editor-section{gap:2px;padding:6px 10px}.style-panel .panel-heading{padding-bottom:3px}.style-panel .control-group{gap:1px;padding-bottom:4px}.style-panel .shape-grid button{min-height:23px;font-size:10px}.style-panel .palette{min-height:22px}.style-panel .palette-help{font-size:9px;line-height:1.15}.style-panel .palette-slider{gap:1px}.style-panel .palette-slider span{font-size:10px}.style-panel .two-column-controls{padding-bottom:4px}.style-panel .advanced-controls h3{padding:5px 7px}.style-panel .advanced-controls .range-row{padding-top:4px;padding-bottom:4px}.style-panel .advanced-body{inset:27px 0 0}}
@media(max-width:560px){.site-header{gap:6px;padding-right:10px;padding-left:10px}.brand{gap:6px;font-size:13px}.brand-mark{width:28px;height:28px}.header-actions{gap:5px}.privacy-note{width:112px;max-width:112px;font-size:9px}.language-button{width:36px;height:36px;flex-basis:36px}select.language-button{width:88px;min-width:88px;padding-left:7px;font-size:11px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.toast{transition:none}}
.shape-grid{grid-template-columns:repeat(4,1fr);overflow:visible}.shape-grid button{min-height:34px;font-size:0}.style-panel .shape-grid button{min-height:31px;font-size:0}.shape-grid button::before{font-size:20px}.style-panel .shape-grid button::before{font-size:18px}
.custom-shape-row{grid-template-columns:minmax(0,1fr);gap:6px}.custom-shape-row input{min-height:34px;text-align:center;font-weight:900}.custom-shape-row .button{width:100%}
@media(max-width:560px){.shape-grid{grid-template-columns:repeat(4,1fr)}.shape-grid button::after{top:auto;bottom:calc(100% + 7px)}}
