@charset "UTF-8";
:root{font-family:Inter,"Segoe UI",Arial,sans-serif;color:#162d36;background:#f4f7fa;font-synthesis:none;--green:#141b38;--blue:#355398;--muted:#596b76;--line:#dae3e8}*{box-sizing:border-box}body{margin:0}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a,input,summary{touch-action:manipulation}button,a,summary{outline-offset:5px}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,canvas:focus-visible{outline:3px solid #e5ac15}button{cursor:pointer}a{color:inherit}button:disabled,fieldset:disabled{opacity:.42;cursor:not-allowed}[hidden]{display:none!important}.topbar{height:90px;padding:0 max(32px,calc((100vw - 1160px)/2));background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;font-size:23px;font-weight:800;letter-spacing:-1px;text-decoration:none}.brand>span:last-child{font-weight:400}.brand-mark{display:inline-block;width:28px;height:28px;border:5px solid #f2b223;border-right-color:var(--blue);border-bottom-color:var(--blue);border-radius:50%;margin-right:10px}.local-note{font-size:14px;color:var(--green)}.local-note>span{margin-right:6px}main{max-width:1160px;padding:42px 0 20px;margin:auto}.intro{margin-bottom:30px}.eyebrow{font-size:12px;letter-spacing:2.4px;font-weight:800;color:#536389;margin:0 0 10px}h1{font-size:clamp(28px,3.1vw,40px);letter-spacing:-1.5px;line-height:1.14;margin:0 0 13px;font-weight:750}.intro>p:last-child{font-size:17px;color:var(--muted);margin:0}.workspace{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:52px;align-items:start}.preview-panel{background:#e9eff3;border:1px solid #d8e2e9;border-radius:22px;padding:22px 26px 0;overflow:hidden}.preview-top{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:11px;font-weight:750;letter-spacing:1.2px;color:#526675}.circle-switch{display:flex;align-items:center;gap:6px;font-size:12px;letter-spacing:0;font-weight:500;cursor:pointer}.circle-switch input{accent-color:var(--green);width:16px;height:16px}.canvas-wrap{width:100%;aspect-ratio:1;margin:18px auto 10px;position:relative;overflow:hidden;background:#fff;box-shadow:0 10px 30px #29485e0b;isolation:isolate}.canvas-wrap.circle{border-radius:50%}canvas{display:block;width:100%;height:100%;touch-action:none;cursor:default}.has-photo canvas{cursor:grab}.has-photo canvas:active{cursor:grabbing}.empty-state{pointer-events:none;position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:11px;padding-bottom:220px;color:#607685;text-align:center}.empty-state svg{width:48px;height:48px;fill:none;stroke:#8ba4b1;stroke-width:2;margin-bottom:4px}.empty-state strong{font-size:18px;font-weight:600;color:#3d5766}.empty-state span{font-size:14px}.drag-hint{text-align:center;font-size:13px;line-height:1.5;color:var(--muted);margin:12px 0 20px}.preview-bottom{border-top:1px solid #d2dee5;display:flex;justify-content:space-between;font-size:12px;color:#657984;padding:16px 0}.controls{padding:7px 0}.step-heading{display:flex;align-items:center;gap:11px;margin-bottom:18px}.step-number{display:flex;align-items:center;justify-content:center;width:25px;height:25px;border:1px solid #b5c7cc;border-radius:50%;font-size:13px;color:#426168;font-weight:650}h2{font-size:18px;letter-spacing:-.3px;margin:0;font-weight:700}.button{display:flex;align-items:center;justify-content:center;gap:10px;border-radius:10px;min-height:48px;font-size:15px;font-weight:650;border:1px solid var(--line);text-decoration:none;transition:background .15s,transform .15s}.button:active:not(:disabled){transform:translateY(1px)}.upload-button{width:100%;height:68px;border:1.5px dashed #91aaa9;background:#fff;color:var(--green)}.upload-button:hover{background:#eef1f8}.upload-button svg{width:22px;fill:none;stroke:currentColor;stroke-width:1.7}.field-note{font-size:12px;color:var(--muted);line-height:1.6;margin:9px 0 0}.adjust-section,.generate-section{margin-top:30px}fieldset{border:0;padding:0;margin:0;min-width:0}.range-heading{display:flex;justify-content:space-between;font-size:14px;margin:0 0 9px}output{font-variant-numeric:tabular-nums}input[type=range]{width:100%;height:24px;accent-color:var(--green);margin:0 0 14px;cursor:pointer}.edit-actions{display:flex;gap:9px}.small-button{background:#fff;padding:0 17px;min-height:43px;font-size:14px;font-weight:550}.small-button:hover{background:#eaf1f4}.primary-button{width:100%;background:var(--green);border-color:var(--green);color:#fff;min-height:53px;justify-content:space-between;padding:0 20px}.primary-button:hover:not(:disabled){background:#28385f}.generate-section>.field-note{text-align:center}.status{font-size:14px;color:#344f59;line-height:1.5;min-height:0;margin:14px 0}.status.error{color:#a62d2d}.frame-settings{border-top:1px solid var(--line);padding-top:19px;margin-top:20px}.frame-settings summary{font-size:14px;color:#49616c;cursor:pointer}.frame-settings p{font-size:13px;line-height:1.6}.frame-settings .small-button{width:100%}.text-button{font-size:13px;border:0;background:none;text-decoration:underline;padding:8px 0;color:var(--green)}.result{margin-top:20px;background:#edf1f9;border:1px solid #c4cfe4;padding:18px;border-radius:12px}.result>strong{color:var(--green);font-size:17px}.result-actions{display:flex;gap:9px;margin-top:15px;flex-wrap:wrap}.result-actions .button{flex:1;min-width:135px;justify-content:center;padding:10px}.share-button{background:#fff;color:var(--green);border-color:#c4cfe4}.result p,.result summary,.result a:not(.button){font-size:13px;line-height:1.6}.result p{margin-bottom:0}.result details{margin-top:10px}.result summary{cursor:pointer}footer{display:flex;justify-content:space-between;gap:15px;font-size:12px;color:#687d87;padding:28px 0 10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
@media(min-width:1440px){main{padding-top:52px}.workspace{gap:64px}}
@media(max-width:1230px){main{margin:0 32px}.workspace{gap:34px}}
@media(max-width:760px){.topbar{height:70px;padding:0 20px}.local-note{font-size:12px;max-width:145px;text-align:right}.brand{font-size:20px}.brand-mark{width:24px;height:24px;border-width:4px;margin-right:8px}main{margin:0;padding:27px 20px 15px}.intro{margin-bottom:22px}.intro>p:last-child{font-size:15px;line-height:1.5}h1{letter-spacing:-1px}.workspace{grid-template-columns:1fr;gap:25px}.preview-panel{padding:17px 17px 0;border-radius:17px}.preview-top{font-size:10px;letter-spacing:.7px}.circle-switch{font-size:11px}.canvas-wrap{max-width:420px;margin-top:14px}.empty-state{padding-bottom:155px}.empty-state strong{font-size:16px}.empty-state span{font-size:13px}.empty-state svg{width:38px;height:38px}.drag-hint{font-size:12px;margin-bottom:14px}.preview-bottom{padding:13px 0}.controls{padding:0}.adjust-section,.generate-section{margin-top:25px}footer{flex-direction:column;gap:8px;font-size:12px;line-height:1.5}.upload-button{height:58px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}

.campaign-label{border-top:1px solid var(--line);padding-top:20px;margin-top:25px;font-size:13px;color:#596b76}.preview-top{font-size:12px}.circle-switch{font-size:14px}.field-note{font-size:14px}.preview-bottom{font-size:13px}.empty-state{gap:8px}.empty-state strong{font-size:16px}.empty-state span{font-size:13px}.empty-state svg{width:36px;height:36px}@media(max-width:760px){.preview-top{flex-wrap:wrap;font-size:12px}.circle-switch{font-size:13px}.empty-state strong{font-size:14px}.empty-state span{font-size:12px}.empty-state svg{width:28px;height:28px}.canvas-wrap{max-width:360px}.empty-state{padding-bottom:44%;gap:5px}.empty-state svg{margin-bottom:0}}

