:root{--primary:#2563eb;--primary-hover:#1d4ed8;--primary-active:#1e40af;--accent:#7c5ce6;--background:#f5f5f7;--surface:#fff;--surface-muted:#fafafc;--text:#1d1d1f;--text-muted:#5f6067;--border:#d7d7dc;--success:#18794e;--success-surface:#eaf7f0;--warning:#7a5200;--warning-surface:#fff6d8;--error:#b42318;--error-surface:#feeceb;--checker-light:#e8e8ec;--checker-dark:#c8c8cf;--font-sans:-apple-system,BlinkMacSystemFont,"Inter","Segoe UI",sans-serif;--font-mono:"SFMono-Regular","SF Mono","IBM Plex Mono",ui-monospace,monospace;--shadow-sm:0 1px 2px #0f172a0d,0 6px 20px #0f172a0a;--shadow-lg:0 24px 60px #18203821,0 4px 16px #1820380f}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--background);min-height:100%}#__nuxt,body{min-height:100%;margin:0}body{color:var(--text);background:var(--surface);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.625}button,input,select{font:inherit}a,button{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:var(--primary);text-underline-offset:3px}canvas,img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--text);letter-spacing:-.035em;line-height:1.16}h1{margin-bottom:24px;font-size:clamp(2.55rem,5vw,4rem);font-weight:740}h2{margin-bottom:16px;font-size:clamp(2rem,3.6vw,2.75rem);font-weight:700}h3{margin-bottom:8px;font-size:1.3rem;font-weight:680}::selection{color:#fff;background:var(--primary)}:focus-visible{outline-offset:3px;outline:3px solid #2563eb80}.site-shell{min-height:100vh;overflow:clip}.container{width:min(1200px,100% - 40px);margin-inline:auto}.content-width{max-width:760px}.visually-hidden{clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.skip-link{z-index:1000;color:#fff;background:var(--text);border-radius:10px;padding:10px 14px;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.eyebrow{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:.78rem;font-weight:750;line-height:1.4}.hero-description{max-width:650px;color:var(--text-muted);margin-bottom:28px;font-size:1.16rem;line-height:1.65}.field-hint,.helper-text,.page-date{color:var(--text-muted);font-size:.84rem}.privacy-note{color:#3f474f;align-items:center;gap:8px;margin:14px 0 0;font-size:.9rem;font-weight:600;display:flex}.privacy-note span{width:21px;height:21px;color:var(--success);background:var(--success-surface);border-radius:50%;place-items:center;display:inline-grid}.site-header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #d7d7dcb8;min-height:72px;position:sticky;top:0}.base-toast{z-index:220;width:min(100% - 32px,520px);min-height:48px;color:var(--text);background:#fff;border:1px solid #d7d8df;border-radius:12px;align-items:center;gap:10px;padding:12px 16px;display:flex;position:fixed;top:88px;left:50%;transform:translate(-50%);box-shadow:0 16px 42px #1f23302e}.base-toast>span:first-child{color:#105c3a;background:var(--success-surface);border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-weight:800;display:grid}.base-toast-error>span:first-child{color:var(--error);background:var(--error-surface)}.toast-enter-active,.toast-leave-active{transition:opacity .18s,transform .18s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(-50%,-8px)}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;display:grid}.brand{color:var(--text);letter-spacing:-.02em;justify-self:start;align-items:center;gap:10px;font-size:1rem;font-weight:730;text-decoration:none;display:inline-flex}.brand-mark{border-radius:11px;flex:none;width:36px;height:36px;display:block;box-shadow:0 5px 14px #2563eb3d}.desktop-nav{background:var(--surface-muted);border:1px solid #ebebee;border-radius:12px;align-items:center;gap:4px;padding:4px;display:flex}.about-link,.desktop-nav a{color:#4d4e54;border-radius:8px;min-height:38px;padding:8px 13px;font-size:.89rem;font-weight:600;line-height:22px;text-decoration:none}.about-link:hover,.desktop-nav a:hover{color:var(--text);background:#fff}.about-link[aria-current=page],.desktop-nav a[aria-current=page]{color:var(--primary);box-shadow:var(--shadow-sm);background:#fff}.about-link{justify-self:end}.menu-button,.mobile-nav{display:none}.button{text-align:center;cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;min-height:48px;padding:12px 19px;font-size:.94rem;font-weight:700;line-height:1.35;text-decoration:none;transition:background-color .18s,border-color .18s,color .18s,transform .18s,box-shadow .18s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{color:#8b8d93;cursor:not-allowed;background:#ebebee;border-color:#e0e0e4}.button-primary{color:#fff;background:var(--primary);box-shadow:0 8px 20px #2563eb33}.button-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 10px 26px #2563eb45}.button-primary:active:not(:disabled){background:var(--primary-active)}.button-danger{color:#fff;background:var(--error);box-shadow:0 8px 20px #b4231833}.button-danger:hover:not(:disabled){background:#9f1f16;box-shadow:0 10px 26px #b4231845}.button-secondary{color:#273142;border-color:var(--border);background:#fff}.button-secondary:hover:not(:disabled),.button-tertiary:hover:not(:disabled){background:#f8f8fa;border-color:#afb0b7}.button-tertiary{color:#4d4e54;background:0 0;border-color:#e0e0e4;min-height:44px}.button-small{min-height:42px;padding:9px 14px;font-size:.86rem}.button-full{width:100%}.text-button{min-height:40px;color:var(--primary);cursor:pointer;background:0 0;border:0;padding:5px 2px;font-weight:700}.text-button:disabled{color:#9a9ba0;cursor:not-allowed}.confirm-dialog{width:min(460px,100% - 32px);max-width:none;color:var(--text);background:0 0;border:0;padding:0;overflow:visible}.confirm-dialog::backdrop{-webkit-backdrop-filter:blur(6px)saturate(.8);backdrop-filter:blur(6px)saturate(.8);background:#0d121c80}.confirm-card{background:linear-gradient(#fffffffa,#fafafcfa);border:1px solid #ffffffe6;border-radius:22px;gap:24px;padding:32px;display:grid;position:relative;box-shadow:0 32px 80px #090e1a4d,0 8px 24px #090e1a24,inset 0 1px #fffffff2}.confirm-close{color:#6b6c72;cursor:pointer;background:#f0f0f3;border:0;border-radius:50%;place-items:center;width:36px;height:36px;padding:0;font-size:1.25rem;line-height:1;display:grid;position:absolute;top:16px;right:16px}.confirm-close:hover{color:var(--text);background:#e6e6ea}.confirm-icon{border-radius:15px;place-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:800;display:grid;box-shadow:inset 0 1px #ffffffb3}.confirm-icon-warning{color:#7a5200;background:var(--warning-surface);border:1px solid #f0dfa4}.confirm-icon-danger{color:var(--error);background:var(--error-surface);border:1px solid #f5d1cd}.confirm-copy{max-width:370px}.confirm-copy .eyebrow{margin-bottom:7px}.confirm-copy h2{letter-spacing:-.03em;margin-bottom:10px;padding-right:24px;font-size:1.45rem}.confirm-copy>p:last-child{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.65}.confirm-actions{justify-content:flex-end;gap:10px;padding-top:4px;display:flex}.confirm-actions .button{min-width:128px}@starting-style{.confirm-dialog[open]{opacity:0;transform:translateY(12px)scale(.98)}}.confirm-dialog[open]{opacity:1;transition:opacity .18s ease,transform .18s ease,overlay allow-discrete .18s ease,display allow-discrete .18s ease;transform:translateY(0)scale(1)}.confirm-dialog[open]::backdrop{transition:background-color .18s ease,backdrop-filter .18s ease,overlay allow-discrete .18s ease,display allow-discrete .18s ease}.section{padding:96px 0}.section-muted{background:var(--background)}.section-heading{max-width:680px;margin-bottom:42px}.section-heading>p:not(.eyebrow){color:var(--text-muted);margin-bottom:0;font-size:1.05rem}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.heading-row{justify-content:space-between;align-items:end;gap:32px;max-width:none;display:flex}.heading-row>div{max-width:680px}.tool-hero{background:radial-gradient(circle at 80% 18%,#7c5ce61c,#0000 27%),radial-gradient(circle at 14% 74%,#2563eb14,#0000 25%),linear-gradient(#fcfcfd,#f5f6f9);padding:88px 0 72px;position:relative}.tool-hero-grid{grid-template-columns:minmax(0,.88fr) minmax(480px,1.12fr);align-items:center;gap:72px;display:grid}.hero-copy{max-width:550px}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.hero-copy .helper-text{margin:12px 0 0}.narrow-hero{text-align:center;max-width:830px}.narrow-hero .hero-description{margin-left:auto;margin-right:auto}.narrow-hero .privacy-note{justify-content:center}.wallpaper-preview-shell{min-width:0;position:relative}.wallpaper-screen{aspect-ratio:3024/1964;box-shadow:var(--shadow-lg),0 0 0 1px #fff6 inset;background:#d6dae1;border:8px solid #1d2027;border-radius:17px;position:relative;overflow:hidden}.wallpaper-screen:after{content:"";background:linear-gradient(#d9dbe0,#a9abb2);border-radius:0 0 22px 22px;width:60%;height:10px;position:absolute;bottom:-12px;left:20%}.wallpaper-screen canvas{-o-object-fit:cover;object-fit:cover;cursor:grab;touch-action:none;width:100%;height:100%}.wallpaper-screen canvas:active{cursor:grabbing}.desktop-menubar{color:#ffffffe6;background:#141a2540;justify-content:space-between;align-items:center;height:24px;padding:0 10px;font-size:.5rem;top:0;left:0;right:0}.desktop-dock,.desktop-menubar{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:flex;position:absolute}.desktop-dock{background:#ffffff40;border:1px solid #ffffff52;border-radius:9px;gap:5px;padding:5px 7px;bottom:8px;left:50%;transform:translate(-50%)}.desktop-dock span{background:#ffffffc7;border-radius:5px;width:16px;height:16px}.preview-empty{min-height:390px;color:var(--text-muted);box-shadow:var(--shadow-lg);text-align:center;background:#ffffffb8;border:1px solid #c7cad3bf;border-radius:22px;align-content:center;place-items:center;gap:9px;padding:40px;display:grid}.preview-empty strong{color:var(--text);margin-top:10px;font-size:1.08rem}.empty-art{background:linear-gradient(145deg,#dce7f8,#ddd5f5);border:7px solid #fff;border-radius:14px;width:190px;height:120px;position:relative;overflow:hidden;box-shadow:0 16px 34px #46526e2e}.empty-art span:first-child{background:#f9df9a;border-radius:50%;width:27px;height:27px;position:absolute;top:18px;right:27px}.empty-art span:nth-child(2),.empty-art span:nth-child(3){background:#7e9dc1;border-radius:55% 0 0;width:150px;height:110px;position:absolute;bottom:-30px;right:-20px;transform:rotate(-12deg)}.empty-art span:nth-child(3){background:#526f91;bottom:-46px;right:70px}.canvas-summary{color:var(--text-muted);text-align:center;margin:12px 0 0;font-size:.78rem}.gallery-section{padding-bottom:72px}.filter-row{gap:6px;margin-bottom:24px;padding:4px;display:flex}.filter-row button{min-height:40px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:9px;padding:8px 15px;font-size:.88rem;font-weight:650}.filter-row button.active{color:var(--primary);background:#edf3ff}.wallpaper-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.wallpaper-card{color:inherit;box-shadow:var(--shadow-sm);text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e2e6;border-radius:16px;padding:0;transition:transform .18s,box-shadow .18s,border-color .18s;overflow:hidden}.wallpaper-card:hover{border-color:#b7becb;transform:translateY(-3px);box-shadow:0 16px 32px #1e2a441a}.wallpaper-card.selected{border-color:var(--primary);box-shadow:0 0 0 2px #2563eb24,var(--shadow-sm)}.wallpaper-card img{aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;width:100%}.wallpaper-card-meta{justify-content:space-between;align-items:center;gap:10px;min-height:74px;padding:13px 14px;display:flex}.wallpaper-card-meta>span:first-child{display:grid}.wallpaper-card-meta strong{font-size:.9rem}.wallpaper-card-meta small{color:var(--text-muted);text-transform:capitalize;font-size:.72rem}.selected-badge,.use-label{color:var(--primary);white-space:nowrap;font-size:.72rem;font-weight:700}.selected-badge{color:var(--success)}.editor-section{background:var(--background)}.tool-workspace{grid-template-columns:minmax(390px,1.25fr) minmax(270px,.72fr) minmax(300px,.82fr);grid-template-areas:"settings output preview";align-items:start;gap:0;display:grid}.converter-settings,.editor-preview-panel,.icon-preview-panel,.maker-preview-column,.maker-settings,.output-panel,.settings-panel{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #e1e1e5;border-radius:22px}.converter-settings,.settings-panel{padding:30px}.settings-panel{border-right:0;border-radius:22px 0 0 22px;grid-area:settings;align-self:stretch}.editor-preview-panel{grid-area:preview;gap:18px;margin-left:24px;padding:20px;display:grid;position:sticky;top:24px}.output-panel{background:var(--surface-muted);border-left-color:#ebebee;border-radius:0 22px 22px 0;grid-area:output;align-content:start;align-self:stretch;gap:24px;padding:28px;display:grid;position:static}.output-panel h3{font-size:1.55rem}.live-preview-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.live-preview-heading .eyebrow{margin-bottom:5px}.live-preview-heading h3{margin:0;font-size:1.22rem}.live-status{min-height:30px;color:var(--success);background:var(--success-surface);border-radius:999px;align-items:center;gap:6px;padding:5px 9px;font-size:.7rem;font-weight:750;display:inline-flex}.live-status span{background:var(--success);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #18794e1f}.editor-wallpaper-screen{border-width:5px;border-radius:13px;width:100%;box-shadow:0 16px 32px #18203826}.editor-wallpaper-screen:after{height:7px;bottom:-9px}.editor-wallpaper-screen .desktop-menubar{height:17px;font-size:.38rem}.editor-dock{gap:3px;padding:3px 4px;bottom:5px}.editor-dock span{border-radius:3px;width:10px;height:10px}.editor-preview-empty{min-height:230px;color:var(--text-muted);background:var(--surface-muted);text-align:center;border:1px dashed #cfd3dc;border-radius:14px;align-content:center;place-items:center;gap:5px;padding:24px 16px;display:grid}.editor-preview-empty strong{color:var(--text);margin-top:8px;font-size:.88rem}.editor-preview-empty>span{font-size:.76rem}.empty-art.compact{border-width:4px;border-radius:9px;width:112px;height:72px}.empty-art.compact span:first-child{width:16px;height:16px;top:11px;right:16px}.empty-art.compact span:nth-child(2),.empty-art.compact span:nth-child(3){width:92px;height:75px;bottom:-34px;right:-18px}.empty-art.compact span:nth-child(3){bottom:-39px;right:39px}.preview-guidance{color:var(--text-muted);text-align:center;margin:-2px 0 0;font-size:.72rem}.preview-meta{grid-template-columns:1fr 1fr;gap:8px;margin:0;display:grid}.preview-meta div{background:var(--surface-muted);border-radius:9px;min-width:0;padding:10px}.preview-meta dt{color:var(--text-muted);font-size:.67rem}.preview-meta dd{font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:.68rem;font-weight:650;overflow:hidden}.editor-preview-panel .canvas-summary{margin-top:-7px;font-size:.7rem}.dropzone,.large-dropzone{color:var(--text-muted);text-align:center;background:#fbfcff;border:1.5px dashed #aebbd0;border-radius:16px;place-items:center;padding:48px 24px;display:grid}.dropzone strong,.large-dropzone h2{color:var(--text)}.dropzone p{margin:6px 0 20px}.source-summary{background:#f7faf8;border:1px solid #dcebe2;border-radius:13px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;padding:15px 17px;display:flex}.source-summary>div{align-items:center;gap:12px;min-width:0;display:flex}.source-summary>div>div{min-width:0;display:grid}.source-summary strong{font-size:.91rem}.source-summary span:not(.status-dot){color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.status-dot{border-radius:50%;flex:none;width:10px;height:10px}.status-dot.success{background:var(--success);box-shadow:0 0 0 4px var(--success-surface)}.control-group{border:0;min-width:0;margin:0 0 24px;padding:0}.control-group>label,.control-group>legend,.field-label{color:#33343a;margin-bottom:9px;font-size:.88rem;font-weight:700;display:block}input[type=number],input[type=text],select{width:100%;min-height:46px;color:var(--text);background:#fff;border:1px solid #cfd0d6;border-radius:11px;padding:10px 13px}select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#65666c 0),linear-gradient(135deg,#65666c 50%,#0000 0);background-position:calc(100% - 18px) 19px,calc(100% - 13px) 19px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:40px}.custom-size-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.custom-size-grid .inline-error{grid-column:1/-1}.input-with-unit{position:relative}.input-with-unit input{padding-right:42px}.input-with-unit span{color:var(--text-muted);font-size:.78rem;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.segmented{background:#eeeef1;border-radius:11px;gap:4px;min-width:0;padding:4px;display:flex}.segmented button,.segmented label{color:#55565d;text-align:center;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:1;justify-content:center;align-items:center;min-width:0;min-height:38px;padding:8px 11px;font-size:.82rem;font-weight:700;display:inline-flex}.segmented input{opacity:0;pointer-events:none;position:absolute}.segmented button.active,.segmented label.active{color:var(--text);background:#fff;box-shadow:0 1px 3px #0000001a}.color-control{grid-template-columns:48px 1fr;gap:10px;display:grid}.color-control input[type=color]{cursor:pointer;background:#fff;border:1px solid #cfd0d6;border-radius:11px;width:48px;height:46px;padding:4px}.label-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:7px;display:flex}.label-row label{color:#33343a;font-size:.88rem;font-weight:700}.label-row output{color:var(--text-muted);font-family:var(--font-mono);font-size:.78rem}input[type=range]{width:100%;height:28px;accent-color:var(--primary);cursor:pointer;margin:0}.toggle-row{color:#3f4046;cursor:pointer;align-items:center;gap:10px;min-height:44px;font-size:.88rem;font-weight:600;display:flex}.toggle-row input{width:18px;height:18px;accent-color:var(--primary)}.mini-summary,.output-summary{margin:0}.mini-summary>div,.output-summary>div{border-bottom:1px solid #ececef;grid-template-columns:1fr auto;gap:16px;padding:11px 0;display:grid}.mini-summary dt,.output-summary dt{color:var(--text-muted);font-size:.82rem}.mini-summary dd,.output-summary dd{overflow-wrap:anywhere;color:#35363b;max-width:190px;font-family:var(--font-mono);text-align:right;margin:0;font-size:.77rem}.status-message{border-radius:11px;align-items:flex-start;gap:10px;margin:0;padding:12px 14px;font-size:.82rem;line-height:1.5;display:flex}.status-message.success{color:#105c3a;background:var(--success-surface)}.status-message.warning{color:#684700;background:var(--warning-surface)}.status-message.error{color:var(--error);background:var(--error-surface)}.status-message>span:first-child{font-weight:800}.inline-error{color:var(--error);margin:7px 0 0;font-size:.8rem}.local-note{color:var(--text-muted);text-align:center;margin:0;font-size:.78rem}.reset-button{color:#6b6c72;justify-self:center;margin:-6px auto 0;font-size:.82rem}.trust-strip{background:#101726}.trust-grid{grid-template-columns:repeat(4,1fr);display:grid}.trust-grid span{color:#eef2f9;border-right:1px solid #ffffff1a;justify-content:center;align-items:center;gap:9px;min-height:74px;font-size:.88rem;font-weight:650;display:flex}.trust-grid span:last-child{border-right:0}.trust-grid b{color:#7ee2b8}.demo-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.demo-card{background:var(--surface-muted);border:1px solid #e7e7ea;border-radius:18px;padding:16px}.demo-card>div:last-child{padding:16px 4px 2px}.demo-card span{color:var(--text-muted);font-size:.75rem}.demo-card h3{margin:2px 0 0;font-size:1.08rem}.demo-screen{background:#c8ccd4;border:5px solid #272b34;border-radius:12px;position:relative;overflow:hidden}.demo-screen img{aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover;width:100%}.demo-dock,.demo-menu{background:#ffffff29;height:10px;position:absolute;left:0;right:0}.demo-menu{top:0}.demo-dock{background:#ffffff59;border-radius:4px;height:13px;bottom:5px;left:35%;right:35%}.steps-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin:0;padding:0;list-style:none;display:grid}.steps-grid li{background:#fff;border:1px solid #e1e2e7;border-radius:16px;padding:28px}.steps-grid li>span{width:38px;height:38px;color:var(--primary);font-family:var(--font-mono);background:#edf3ff;border-radius:11px;place-items:center;margin-bottom:22px;font-size:.8rem;font-weight:800;display:grid}.benefit-list p,.steps-grid p{color:var(--text-muted);margin:0;font-size:.92rem}.split-content{grid-template-columns:.85fr 1.15fr;gap:100px;display:grid}.benefit-list{display:grid}.benefit-list article{border-bottom:1px solid #e4e4e7;grid-template-columns:54px 1fr;gap:16px;padding:24px 0;display:grid}.benefit-list article>span{color:var(--primary);font-family:var(--font-mono);font-size:.8rem;font-weight:750}.related-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.related-card{color:inherit;background:#fff;border:1px solid #dfdfe4;border-radius:18px;padding:28px;text-decoration:none;transition:transform .18s,box-shadow .18s}.related-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.related-card p{color:var(--text-muted)}.text-link{color:var(--primary);font-size:.88rem;font-weight:700}.faq-layout{grid-template-columns:.72fr 1.28fr;align-items:start;gap:90px;display:grid}.faq-layout .section-heading{position:sticky;top:30px}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;min-height:70px;padding:16px 4px;font-weight:680;line-height:1.4;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-plus{width:30px;height:30px;color:var(--primary);background:#edf3ff;border-radius:50%;flex:none;place-items:center;font-size:1.2rem;font-weight:400;transition:transform .18s;display:grid}.faq-item[open] .faq-plus{transform:rotate(45deg)}.faq-item p{max-width:68ch;color:var(--text-muted);margin:-3px 44px 22px 4px}.converter-work-section{padding-top:64px}.large-dropzone{border-radius:22px;min-height:390px}.large-dropzone h2{max-width:620px;margin:20px 0 10px;font-size:1.8rem}.large-dropzone p{max-width:560px;margin-bottom:24px}.large-dropzone>span{margin-top:12px;font-size:.82rem}.upload-icon{width:72px;height:72px;color:var(--primary);font-family:var(--font-mono);background:#edf3ff;border:1px solid #d7e4ff;border-radius:20px;place-items:center;font-size:.75rem;font-weight:800;display:grid}.centered-message{width:fit-content;margin:18px auto 0}.converter-workspace{grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);align-items:start;gap:24px;display:grid}.choice-cards{gap:10px;display:grid}.choice-cards label{cursor:pointer;border:1px solid #dedee3;border-radius:12px;gap:12px;padding:14px;display:flex}.choice-cards label.active{border-color:var(--primary);box-shadow:0 0 0 2px #2563eb1a}.choice-cards input{accent-color:var(--primary);margin-top:5px}.choice-cards span{display:grid}.choice-cards small{color:var(--text-muted)}.icon-preview-panel{gap:22px;padding:36px;display:grid;overflow:hidden}.icon-preview-panel.preview-dark{background:#171b23}.icon-preview-panel.preview-dark .canvas-summary,.icon-preview-panel.preview-dark small{color:#c5c9d2}.checkerboard{background-color:#fff;background-image:linear-gradient(45deg,var(--checker-light) 25%,transparent 25%),linear-gradient(-45deg,var(--checker-light) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--checker-light) 75%),linear-gradient(-45deg,transparent 75%,var(--checker-light) 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px}.master-preview{aspect-ratio:1;border:1px solid #646a7833;border-radius:20px;place-items:center;width:min(430px,100%);margin:0 auto;display:grid;overflow:hidden}.master-preview canvas{width:100%;height:100%}.size-preview-strip{align-items:end;gap:18px;padding:6px 2px 10px;display:flex;overflow-x:auto}.size-preview-strip>div{flex:0 0 78px;place-items:center;gap:7px;display:grid}.size-preview{border:1px solid #646a7833;border-radius:12px;place-items:center;width:78px;height:78px;display:grid;overflow:hidden}.size-preview img{-o-object-fit:contain;object-fit:contain}.size-preview-strip small{color:var(--text-muted);font-family:var(--font-mono);font-size:.72rem}.output-section{background:var(--background)}.output-card-grid{grid-template-columns:repeat(2,1fr);gap:22px;display:grid}.download-card{background:#fff;border:1px solid #dfe0e5;border-radius:18px;gap:24px;padding:30px;display:grid}.download-card.featured{border-color:#a9bfea;box-shadow:0 0 0 3px #2563eb12}.download-card p:not(.eyebrow){color:var(--text-muted)}.file-type-badge{color:#fff;background:var(--primary);width:58px;height:58px;font-family:var(--font-mono);border-radius:16px;place-items:center;font-size:.7rem;font-weight:800;display:grid}.file-type-badge.secondary{background:#4e5563}.maker-section{background:var(--background)}.maker-workspace{grid-template-columns:minmax(0,1.17fr) minmax(360px,.83fr);align-items:start;gap:24px;display:grid}.maker-preview-column{padding:24px;position:sticky;top:24px}.desktop-preview{background:linear-gradient(145deg,#e9eef7,#c5d3e9);border-radius:17px;min-height:620px;transition:background .18s;overflow:hidden}.desktop-preview.desktop-dark{background:linear-gradient(145deg,#171c28,#2a2540)}.desktop-preview.desktop-transparent{background-color:#fff;background-image:linear-gradient(45deg,var(--checker-light) 25%,transparent 25%),linear-gradient(-45deg,var(--checker-light) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--checker-light) 75%),linear-gradient(-45deg,transparent 75%,var(--checker-light) 75%);background-position:0 0,0 14px,14px -14px,-14px 0;background-size:28px 28px}.desktop-preview-bar{color:#272c37b8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff47;justify-content:space-between;align-items:center;height:34px;padding:0 14px;font-size:.68rem;font-weight:650;display:flex}.desktop-dark .desktop-preview-bar{color:#ffffffbf;background:#0000002b}.icon-stage{aspect-ratio:1;border:1px solid #50576429;border-radius:24px;width:min(430px,100% - 70px);margin:34px auto 26px;overflow:hidden}.icon-stage canvas{cursor:grab;touch-action:none;width:100%;height:100%}.icon-stage canvas:active{cursor:grabbing}.finder-row{color:#252b36;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffad;border:1px solid #ffffffbf;border-radius:13px;align-items:center;gap:14px;width:min(360px,100% - 70px);margin:0 auto;padding:13px 14px;display:flex}.desktop-dark .finder-row{color:#fff;background:#0c0e146b;border-color:#ffffff1a}.finder-icon{border-radius:9px;flex:none;width:42px;height:42px;overflow:hidden}.finder-icon img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.finder-row div{display:grid}.finder-row strong{font-size:.82rem}.finder-row span{color:inherit;opacity:.68;font-size:.7rem}.preview-switcher{margin-top:16px}.maker-settings{overflow:hidden}.settings-section{border-bottom:1px solid #e7e7ea;padding:26px}.settings-section:last-child{border-bottom:0}.settings-section-title{align-items:center;gap:10px;margin-bottom:22px;display:flex}.settings-section-title>span{width:28px;height:28px;color:var(--primary);font-family:var(--font-mono);background:#edf3ff;border-radius:8px;place-items:center;font-size:.7rem;font-weight:800;display:grid}.settings-section-title h3{margin:0;font-size:1.05rem}.compact-upload{background:var(--surface-muted);border:1px solid #dedee3;border-radius:12px;justify-content:space-between;align-items:center;gap:14px;padding:14px;display:flex}.compact-upload>div{display:grid}.compact-upload strong{font-size:.86rem}.compact-upload span{color:var(--text-muted);font-size:.72rem}.emoji-input{text-align:center;font-size:1.9rem}.color-presets,.emoji-presets{grid-template-columns:repeat(8,1fr);gap:7px;display:grid}.emoji-presets button{background:var(--surface-muted);cursor:pointer;border:1px solid #dedee3;border-radius:9px;min-width:0;min-height:42px;padding:4px;font-size:1.15rem}.symbol-grid{grid-template-columns:repeat(4,1fr);gap:8px;max-height:320px;padding:2px;display:grid;overflow-y:auto}.symbol-grid button{cursor:pointer;background:#fff;border:1px solid #dedee3;border-radius:10px;align-content:center;place-items:center;gap:3px;min-height:72px;display:grid}.symbol-grid button.active{color:var(--primary);border-color:var(--primary);background:#f4f7ff}.symbol-grid button span{font-size:1.25rem}.symbol-grid button small{text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;overflow:hidden}.color-presets{margin:11px 0 10px}.color-presets button{aspect-ratio:1;cursor:pointer;border:2px solid #fff;border-radius:9px;min-width:0;box-shadow:0 0 0 1px #cfd0d6}.download-stack{gap:9px;display:grid}.download-stack>div{grid-template-columns:.72fr 1.28fr;gap:8px;display:grid}.static-hero{background:linear-gradient(#fbfbfd,#f4f5f8);padding:100px 0 72px}.static-hero .hero-description{font-size:1.25rem}.prose{max-width:820px;padding-top:72px;padding-bottom:112px}.prose section+section{border-top:1px solid #e2e2e6;margin-top:58px;padding-top:54px}.prose h2{font-size:1.7rem}.prose li,.prose p{color:#4d4e54;font-size:1.03rem;line-height:1.8}.inline-tool-links{gap:10px;margin-top:28px;display:grid}.inline-tool-links a{min-height:54px;color:var(--text);background:var(--surface-muted);border:1px solid #e1e1e5;border-radius:12px;justify-content:space-between;align-items:center;padding:13px 16px;font-weight:680;text-decoration:none;display:flex}.inline-tool-links a:hover{color:var(--primary);border-color:#b7c8eb}.contact-page{background:var(--background);padding:100px 0 120px}.contact-card{box-shadow:var(--shadow-lg);background:#fff;border:1px solid #dedee3;border-radius:22px;grid-template-columns:1.1fr .9fr;gap:90px;padding:64px;display:grid}.contact-card aside{background:var(--surface-muted);border-radius:16px;padding:30px}.contact-card aside h2{font-size:1.35rem}.check-list{gap:15px;margin:22px 0 28px;padding:0;list-style:none;display:grid}.check-list li{gap:10px;display:flex}.check-list span{color:var(--success)}.site-footer{color:#d6dae2;background:#111722}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:64px;padding-top:72px;padding-bottom:54px;display:grid}.brand-footer{color:#fff}.footer-intro>p{color:#aeb5c1;max-width:430px;margin:20px 0 0;font-size:.88rem}.footer-intro .privacy-line{color:#cee9dc}.footer-grid h2{color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:18px;font-size:.78rem}.footer-grid ul{gap:10px;margin:0;padding:0;list-style:none;display:grid}.footer-grid a{color:#aeb5c1;font-size:.86rem;text-decoration:none}.footer-grid a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff17;grid-template-columns:auto 1fr;gap:40px;padding-top:22px;padding-bottom:26px;display:grid}.footer-bottom p{color:#818896;margin:0;font-size:.72rem}.footer-bottom p:last-child{text-align:right;justify-self:end;max-width:780px}@media (width>=1024px) and (width<=1179px){.tool-workspace{grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);grid-template-areas:"settings preview""output preview"}.settings-panel{border-bottom:0;border-right:1px solid #e1e1e5;border-radius:22px 22px 0 0}.output-panel{border-top:0;border-left-color:#e1e1e5;border-radius:0 0 22px 22px}}@media (width<=1023px){.header-inner{grid-template-columns:1fr auto}.about-link,.desktop-nav{display:none}.menu-button{background:var(--surface-muted);border:1px solid var(--border);cursor:pointer;border-radius:11px;place-items:center;width:44px;height:44px;padding:0;font-size:1.15rem;display:grid}.mobile-nav{border-bottom:1px solid var(--border);background:#fff;gap:4px;padding:12px 20px 20px;display:grid}.mobile-nav a{min-height:46px;color:var(--text);border-radius:9px;padding:11px 13px;font-weight:650;text-decoration:none}.mobile-nav a[aria-current=page]{color:var(--primary);background:#edf3ff}.tool-hero-grid{grid-template-columns:1fr;gap:50px}.hero-copy{max-width:680px}.wallpaper-preview-shell{max-width:760px}.wallpaper-grid{grid-template-columns:repeat(3,1fr)}.converter-workspace,.tool-workspace{grid-template-columns:1fr}.tool-workspace{grid-template-areas:"preview""settings""output"}.editor-preview-panel{margin:0 0 24px;position:static}.settings-panel{border-bottom:0;border-right:1px solid #e1e1e5;border-radius:22px 22px 0 0}.output-panel{border-top:0;border-left-color:#e1e1e5;border-radius:0 0 22px 22px}.maker-workspace{grid-template-columns:1fr}.maker-preview-column{order:-1;position:static}.desktop-preview{min-height:560px}.faq-layout,.split-content{grid-template-columns:1fr;gap:36px}.faq-layout .section-heading{position:static}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-intro{grid-column:1/-1}}@media (width<=767px){.container{width:min(100% - 28px,1200px)}h1{font-size:2.35rem}h2{font-size:1.85rem}.section{padding:72px 0}.tool-hero{padding:64px 0 56px}.hero-description{font-size:1.04rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .button{width:100%}.preview-empty{min-height:300px}.heading-row{flex-direction:column;align-items:stretch}.filter-row{padding-bottom:9px;overflow-x:auto}.filter-row button{flex:none}.wallpaper-grid{grid-template-columns:repeat(2,1fr);gap:12px}.wallpaper-card-meta{flex-direction:column;align-items:start}.converter-settings,.editor-preview-panel,.icon-preview-panel,.output-panel,.settings-panel{border-radius:16px;padding:20px}.settings-panel{border-radius:16px 16px 0 0}.output-panel{border-radius:0 0 16px 16px;position:relative;bottom:auto}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid span{border-bottom:1px solid #ffffff1a;justify-content:flex-start;min-height:58px;padding:0 12px;font-size:.79rem}.demo-grid,.output-card-grid,.related-grid,.steps-grid{grid-template-columns:1fr}.steps-grid li{padding:22px}.split-content{gap:24px}.large-dropzone{min-height:330px;padding:38px 20px}.large-dropzone h2{font-size:1.45rem}.icon-preview-panel{order:-1}.master-preview{width:min(330px,100%)}.maker-preview-column{border-radius:16px;padding:14px}.desktop-preview{min-height:470px}.icon-stage{width:min(330px,100% - 30px);margin-top:24px}.finder-row{width:calc(100% - 30px)}.settings-section{padding:22px 18px}.segmented{overflow-x:auto}.segmented button,.segmented label{min-width:max-content}.symbol-grid{grid-template-columns:repeat(3,1fr)}.color-presets,.emoji-presets{grid-template-columns:repeat(4,1fr)}.download-stack>div{grid-template-columns:1fr}.static-hero{padding:72px 0 54px}.prose{padding-top:54px;padding-bottom:80px}.contact-page{padding:54px 0 72px}.contact-card{border-radius:18px;grid-template-columns:1fr;gap:42px;padding:28px 20px}.contact-card aside{padding:22px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:38px 20px}.footer-intro{grid-column:1/-1}.footer-bottom{grid-template-columns:1fr;gap:10px}.footer-bottom p:last-child{text-align:left;justify-self:start}}@media (width<=420px){.confirm-card{border-radius:18px;gap:20px;padding:24px 20px 20px}.confirm-actions{flex-direction:column;align-items:stretch}.confirm-actions .button{width:100%}.custom-size-grid,.trust-grid,.wallpaper-grid{grid-template-columns:1fr}.trust-grid span{border-right:0}.source-summary{flex-direction:column;align-items:flex-start}.source-summary .text-button{align-self:flex-end}.preview-switcher{flex-direction:column;align-items:stretch}.preview-switcher button{min-width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}
