@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@650;700&display=swap";:root{font-family:Inter,Arial,sans-serif;color:#22222e;background:#fff;font-synthesis:none;--ink: #22222e;--slate: #54546e;--muted: #6b6b88;--line: #e6e6f0;--soft: #f7f7fb;--orange: #f5821f;--yellow: #f9c418;--red: #ef4d2d;--magenta: #c81848;--blue: #1a6fe8;color-scheme:light only}*{box-sizing:border-box}html{scroll-behavior:smooth;background:#fff}body{margin:0;min-width:320px;min-height:100vh;background:#fff}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid rgba(26,111,232,.3);outline-offset:2px}.app-shell{min-height:100vh;background:radial-gradient(circle at 96% 18%,rgba(26,111,232,.035),transparent 28rem),#fff}.site-header{height:76px;padding:0 clamp(24px,5vw,72px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;background:#fffffff5;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header .brand img{display:block;width:152px}.header-actions{display:flex;align-items:center;gap:18px}.header-actions>a{color:var(--slate);font-size:14px;font-weight:600;text-decoration:none}.header-actions>a:hover{color:var(--blue)}.theme-toggle{min-height:44px;padding:0 13px;border:1px solid var(--line);border-radius:11px;display:inline-flex;align-items:center;gap:7px;color:var(--slate);background:#fff;font-size:11px;font-weight:700;cursor:pointer}.theme-toggle:hover{color:var(--blue);border-color:#bfcde0}main{width:min(1420px,calc(100% - clamp(32px,6vw,96px)));margin:0 auto}.hero-copy{padding:46px 0 24px}.hero-copy h1{margin:0;font-family:Montserrat,Inter,sans-serif;font-size:clamp(32px,4vw,50px);line-height:1.08;letter-spacing:-.035em}.hero-copy p{margin:14px 0 0;max-width:760px;color:var(--slate);font-size:clamp(15px,1.5vw,18px);line-height:1.6}.builder{display:grid;grid-template-columns:minmax(390px,.83fr) minmax(560px,1.35fr);gap:18px;align-items:start;min-width:0}.editor-panel,.preview-panel{min-width:0;border:1px solid var(--line);border-radius:22px;background:#ffffffeb;box-shadow:0 20px 55px -44px #22222e94;overflow:hidden}.preview-panel{position:sticky;top:94px;padding:24px}.step-tabs{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);background:#fbfbfd}.step-tabs button{position:relative;min-height:76px;padding:13px 8px;border:0;border-right:1px solid var(--line);background:transparent;color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.step-tabs button:last-child{border-right:0}.step-tabs button:after{content:"";position:absolute;height:3px;left:18px;right:18px;bottom:0;border-radius:3px 3px 0 0;background:transparent}.step-tabs button.active{color:var(--orange);background:#fff}.step-tabs button.active:after{background:linear-gradient(90deg,var(--yellow),var(--orange),var(--red))}.step-tabs button.complete{color:var(--blue)}.tab-number{width:24px;height:24px;flex:0 0 24px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:700}.tab-label{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:700}.editor-body{min-height:486px;padding:26px 28px 20px}.step-heading,.step-title-wrap{display:flex;align-items:center;gap:12px}.step-heading.with-toggle{justify-content:space-between}.step-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;color:var(--orange);background:#fff7ed;border:1px solid #ffe2c3}.step-heading p{margin:0 0 2px;color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.step-heading h2{margin:0;font-family:Montserrat,Inter,sans-serif;font-size:20px}.step-intro{margin:18px 0 22px;color:var(--slate);font-size:13px;line-height:1.55}.field{display:block;margin-bottom:15px}.field>span{display:flex;align-items:center;gap:3px;margin-bottom:7px;color:var(--ink);font-size:12px;font-weight:650}.field b{color:var(--orange)}.field input{width:100%;height:45px;border:1px solid #dadae7;border-radius:9px;padding:0 12px;background:#fff;color:var(--ink);font-size:13px;transition:border .18s,box-shadow .18s}.field input:hover{border-color:#bdbdd0}.field input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1a6fe81a;outline:0}.field small{display:block;margin-top:6px;color:var(--muted);font-size:10.5px}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.asset-block{display:grid;grid-template-columns:1fr 74px;gap:16px;align-items:center;padding:17px 0;border-top:1px solid #eeeeF5}.asset-block:first-of-type{border-top:0;padding-top:0}.asset-copy{display:flex;flex-direction:column;gap:5px}.asset-copy strong{font-size:13px}.asset-copy span{color:var(--muted);font-size:11px;line-height:1.5}.profile-preview{width:70px;height:70px;object-fit:cover;border:3px solid #fff;outline:1px solid #f7b34f;border-radius:50%;box-shadow:0 12px 24px -18px #22222eb3}.upload-button{grid-column:1/-1;min-height:54px;border:1px dashed #cfcfe0;border-radius:11px;display:flex;justify-content:center;align-items:center;gap:9px;color:var(--slate);background:#fbfbfd;font-size:12px;font-weight:650;cursor:pointer}.upload-button:hover{color:var(--blue);border-color:var(--blue);background:#f6f9ff}.upload-button input{position:absolute;opacity:0;width:1px;height:1px}.locked-asset{margin-top:4px}.logo-lock{width:120px;justify-self:end;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.logo-lock img{width:110px}.logo-lock span{color:var(--muted);background:var(--soft);border-radius:999px;padding:3px 7px;font-size:9px;font-weight:700}.info-note{display:flex;align-items:flex-start;gap:9px;margin-top:18px;padding:12px;border-radius:10px;background:#f4f8ff;color:#315e9b;font-size:10.5px;line-height:1.5}.info-note svg{flex:0 0 auto;margin-top:1px}.switch{width:46px;height:26px;border:0;border-radius:99px;padding:3px;background:#c8c8d5;cursor:pointer;transition:background .2s}.switch span{display:block;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 5px #22222e38;transition:transform .2s}.switch.on{background:linear-gradient(90deg,var(--orange),var(--red))}.switch.on span{transform:translate(20px)}.disabled-fields{opacity:.42;pointer-events:none}.cta-style-note{display:flex;gap:12px;align-items:center;padding:14px;margin-top:18px;border:1px solid var(--line);border-radius:12px;background:#fbfbfd}.gradient-swatch{width:50px;height:34px;flex:0 0 50px;border-radius:9px;background:linear-gradient(90deg,var(--yellow),var(--orange),var(--red),var(--magenta))}.cta-style-note strong{display:block;font-size:12px}.cta-style-note p{margin:4px 0 0;color:var(--muted);font-size:10.5px;line-height:1.45}.editor-nav{min-height:70px;padding:12px 22px;border-top:1px solid var(--line);background:#fbfbfd;display:flex;align-items:center;justify-content:space-between}.editor-nav button{min-height:44px;border-radius:9px;padding:0 15px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:7px;cursor:pointer}.text-button{border:0;background:transparent;color:var(--slate)}.text-button:disabled{visibility:hidden}.next-button{border:0;color:#fff;background:var(--blue);box-shadow:0 8px 18px -12px #1a6fe8d9}.next-button:disabled{opacity:.45;cursor:not-allowed}.complete-label{color:#27885a;display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700}.error-message{margin-top:14px;padding:11px 12px;border-radius:9px;background:#fff2f0;color:#ad2c1d;font-size:11px}.preview-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:28px}.preview-header>div{display:flex;flex-direction:column;gap:4px}.preview-header>div span{font-family:Montserrat,Inter,sans-serif;font-size:18px;font-weight:700}.preview-header small{color:var(--muted);font-size:10.5px}.outlook-ready{color:#27885a;font-size:11px;font-weight:700;display:flex;align-items:center;gap:6px}.signature-viewport{min-height:300px;padding:38px 24px;display:flex;align-items:center;justify-content:center;border-radius:18px;border:1px solid #ededf4;background:radial-gradient(circle at 50% 35%,#fff 0,#fbfbfd 70%);overflow:hidden}.signature-scale{width:560px;max-width:100%;transform-origin:center}.signature-scale>table{margin:0 auto}.preview-actions{display:grid;grid-template-columns:1.15fr 1fr;gap:12px;margin-top:20px}.preview-actions button{min-height:48px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:700;cursor:pointer}.copy-button{border:0;color:#fff;background:linear-gradient(135deg,#1674f6,#0557d9);box-shadow:0 12px 22px -15px #0557d9e6}.download-button{border:1px solid #cfcfe0;color:var(--ink);background:#fff}.preview-actions button:disabled{opacity:.5;cursor:wait}.clipboard-note{margin:10px 0 0;text-align:center;color:var(--muted);font-size:10.5px}.how{margin:24px 0 58px;padding:26px 30px;display:grid;grid-template-columns:280px 1fr;align-items:center;gap:28px;border:1px solid var(--line);border-radius:18px;background:#fff}.how h2{margin:0;font-family:Montserrat,Inter,sans-serif;font-size:18px;line-height:1.35}.how ol{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);padding:0;margin:0}.how li{display:grid;grid-template-columns:32px 1fr;gap:10px;padding:0 24px;border-left:1px solid var(--line)}.how li>span{width:30px;height:30px;display:grid;place-items:center;color:#fff;background:var(--blue);border-radius:50%;font-size:12px;font-weight:700}.how strong{font-size:12px}.how p{margin:5px 0 0;color:var(--slate);font-size:10.5px;line-height:1.55}footer{width:min(1420px,calc(100% - clamp(32px,6vw,96px)));margin:0 auto;min-height:96px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:20px}footer img{width:112px}footer p{color:var(--muted);font-size:10.5px}.toast{position:fixed;right:24px;bottom:24px;z-index:50;max-width:420px;min-height:58px;padding:14px 18px;border:1px solid #d9eade;border-radius:14px;background:#fff;color:#236743;box-shadow:0 18px 45px -24px #22222ea6;display:flex;align-items:center;gap:10px;font-size:12px;font-weight:650}:root[data-theme=dark]{color:#f7f7fb;background:#14141c;--ink: #f7f7fb;--slate: #c7c7d7;--muted: #a7a7bc;--line: #363648;--soft: #232330}:root[data-theme=dark] body{background:#14141c}:root[data-theme=dark] .app-shell{background:radial-gradient(circle at 96% 18%,rgba(26,111,232,.11),transparent 32rem),#14141c}:root[data-theme=dark] .site-header{background:#14141cf0}:root[data-theme=dark] .brand{padding:5px 7px;border-radius:9px;background:#fff;box-shadow:0 8px 24px -18px #000000bf}:root[data-theme=dark] .theme-toggle{color:#ededf6;background:#232330}:root[data-theme=dark] .theme-toggle:hover{color:#fff;border-color:#5e5e78}:root[data-theme=dark] .editor-panel,:root[data-theme=dark] .preview-panel{background:#1d1d28f0;box-shadow:0 24px 60px -42px #000000e6}:root[data-theme=dark] .step-tabs,:root[data-theme=dark] .editor-nav{background:#1a1a24}:root[data-theme=dark] .step-tabs button.active{background:#20202b}:root[data-theme=dark] .step-icon{background:#f5821f1c;border-color:#f5821f47}:root[data-theme=dark] .field input{color:#f7f7fb;background:#1a1a24;border-color:#414156}:root[data-theme=dark] .field input:hover{border-color:#62627a}:root[data-theme=dark] .field input::placeholder{color:#828299}:root[data-theme=dark] .asset-block{border-color:#343444}:root[data-theme=dark] .upload-button,:root[data-theme=dark] .cta-style-note{background:#1a1a24;border-color:#48485d}:root[data-theme=dark] .upload-button:hover{color:#75aaff;background:#1d2533;border-color:#578bd7}:root[data-theme=dark] .info-note{color:#b7cff4;background:#1b2738}:root[data-theme=dark] .signature-viewport{background:radial-gradient(circle at 50% 35%,#242431 0,#191922 74%);border-color:#343445}:root[data-theme=dark] .download-button{color:#f7f7fb;background:#232330;border-color:#4a4a60}:root[data-theme=dark] .how{background:#1d1d28}:root[data-theme=dark] .toast{color:#b8f1cf;background:#202c25;border-color:#355f45}@media(max-width:1080px){.builder{grid-template-columns:minmax(0,1fr)}.preview-panel{position:static}.editor-body{min-height:430px}.how{grid-template-columns:1fr}}@media(max-width:720px){.site-header{height:66px;padding:0 18px}.site-header{position:static}.site-header .brand img{width:130px}.header-actions{gap:8px}.header-actions>a{font-size:12px}.theme-toggle{width:44px;padding:0;justify-content:center}.theme-toggle span{display:none}main{width:calc(100% - 24px)}.hero-copy{padding:32px 6px 20px}.hero-copy h1{font-size:31px}.hero-copy p{font-size:14px}.builder{gap:12px}.editor-panel,.preview-panel{border-radius:17px}.step-tabs button{min-height:68px;flex-direction:column;gap:4px}.tab-label svg{display:none}.tab-label{font-size:10.5px}.editor-body{min-height:auto;padding:22px 18px 16px}.two-fields{grid-template-columns:1fr;gap:0}.preview-panel{padding:18px 12px}.preview-header{margin:2px 5px 18px}.preview-header small{display:none}.signature-viewport{min-height:250px;padding:22px 8px;justify-content:flex-start;overflow-x:auto}.signature-scale{min-width:520px;transform:scale(.59);transform-origin:left center;margin-right:-213px}.preview-actions{grid-template-columns:1fr}.preview-actions button{min-height:50px}.how{margin:16px 0 36px;padding:22px 20px}.how ol{grid-template-columns:1fr;gap:18px}.how li{padding:0;border-left:0}footer{width:calc(100% - 32px);min-height:90px;align-items:flex-start;flex-direction:column;justify-content:center;gap:8px}footer p{margin:0}.toast{left:12px;right:12px;bottom:12px}}@media(max-width:380px){.step-tabs button{padding-inline:4px}.signature-scale{transform:scale(.53);margin-right:-245px}.outlook-ready{font-size:9.5px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
