.site-header{background:var(--card);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:var(--shadow-sm)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:60px;gap:1rem}.logo{display:flex;align-items:center;gap:.45rem;font-size:1.2rem;font-weight:800;color:var(--text);text-decoration:none;flex-shrink:0}.logo:hover{color:var(--blue)}.logo-icon{font-size:1.3rem}.logo-text{letter-spacing:-.02em}.header-nav{display:flex;align-items:center;gap:.15rem;flex:1;justify-content:center}.nav-link{padding:.4rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--text-muted);text-decoration:none;white-space:nowrap;transition:color .15s,background .15s}.nav-link:hover{color:var(--blue);background:var(--blue-light)}.nav-link.active{color:var(--blue);background:var(--blue-light);font-weight:600}.nav-group{position:relative}.nav-group-btn{display:flex;align-items:center;gap:.3rem;padding:.4rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;color:var(--text-muted);background:none;border:none;cursor:pointer;white-space:nowrap;font-family:inherit;transition:color .15s,background .15s}.nav-group:hover .nav-group-btn,.nav-group:focus-within .nav-group-btn,.nav-group-btn.active{color:var(--blue);background:var(--blue-light)}.nav-arrow{font-size:.6rem;transition:transform .2s;display:inline-block}.nav-group:hover .nav-arrow,.nav-group:focus-within .nav-arrow{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%) translateY(-6px);background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius-lg, 12px);box-shadow:0 8px 32px #0000001f;padding:.375rem;min-width:190px;opacity:0;pointer-events:none;transition:opacity .15s,transform .15s;z-index:200}.nav-dropdown--wide{min-width:340px;display:grid;grid-template-columns:1fr 1fr;gap:0}.nav-group:hover .nav-dropdown,.nav-group:focus-within .nav-dropdown{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-dropdown-link{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:var(--radius-sm, 6px);font-size:.875rem;font-weight:500;color:var(--text);text-decoration:none;transition:background .15s,color .15s;white-space:nowrap}.nav-dropdown-link:hover,.nav-dropdown-link.active{background:var(--blue-light);color:var(--blue)}.nav-dropdown-icon{font-size:.95rem;width:20px;text-align:center;flex-shrink:0}.header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.theme-toggle{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:36px;height:36px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s}.theme-toggle:hover{border-color:var(--blue);background:var(--blue-light)}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:0;transition:border-color .15s}.hamburger:hover{border-color:var(--blue)}.hamburger span{display:block;width:18px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--card);padding:.5rem 0 1rem;max-height:calc(100vh - 60px);overflow-y:auto;box-shadow:0 8px 24px #0000001f;z-index:99}.mobile-group{display:flex;flex-direction:column}.mobile-group+.mobile-group{border-top:1px solid var(--border);margin-top:.25rem;padding-top:.25rem}.mobile-group-label{padding:.6rem 1.25rem .25rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0}.mobile-link{display:flex;align-items:center;gap:.75rem;padding:.7rem 1.25rem;font-size:.95rem;font-weight:500;color:var(--text);text-decoration:none;transition:background .15s,color .15s}.mobile-link:hover{background:var(--bg);color:var(--blue)}.mobile-link.active{color:var(--blue);font-weight:600;background:var(--blue-light)}.mobile-link-icon{font-size:1.1rem;width:24px;text-align:center;flex-shrink:0}@media (max-width: 768px){.header-nav{display:none}.hamburger{display:flex}}@media (max-width: 900px) and (min-width: 769px){.nav-group-btn,.nav-link{padding:.4rem .5rem;font-size:.8rem}}.site-footer{background:#0f172a;color:#94a3b8;margin-top:auto}.footer-inner{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:2rem;padding:3rem 1.5rem 2rem}.footer-brand .footer-logo{display:block;font-size:1.15rem;font-weight:800;color:#fff;margin-bottom:.75rem}.footer-brand p{font-size:.875rem;line-height:1.6;max-width:280px}.footer-contact{display:flex;flex-direction:column;gap:.4rem;margin-top:.75rem}.contact-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:#94a3b8;text-decoration:none;transition:color .15s;word-break:break-all}.contact-badge:hover{color:#fff}.contact-badge.whatsapp:hover{color:#4ade80}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links strong{color:#fff;font-size:.875rem;margin-bottom:.25rem}.footer-links a{color:#94a3b8;font-size:.875rem;transition:color .15s}.footer-links a:hover{color:#fff}.footer-trust{display:flex;flex-direction:column;gap:.6rem}.trust-item{font-size:.85rem}.footer-bottom{border-top:1px solid #1e293b;padding:1rem 1.5rem}.footer-bottom-inner{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;gap:1rem;flex-wrap:wrap}@media (max-width: 900px){.footer-inner{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.footer-inner{grid-template-columns:1fr;gap:1.5rem;padding:2rem 1.5rem 1.5rem}.footer-bottom-inner{flex-direction:column;align-items:flex-start}}.ad-placeholder{display:flex;align-items:center;justify-content:center;background:var(--card-alt, #f1f5f9);border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--text-muted);font-size:.75rem;font-style:italic;overflow:hidden}.ad-placeholder--horizontal{width:100%;max-width:728px;height:90px;margin:0 auto}.ad-placeholder--square{width:300px;height:250px}.ad-wrap{display:flex;justify-content:center;overflow:hidden}.ad-wrap--horizontal{width:100%;max-width:728px;margin:0 auto}.ad-wrap--square{width:300px}.hero{background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 50%,#7c3aed 100%);color:#fff;padding:5rem 1.5rem 4.5rem;text-align:center}.hero-inner{max-width:700px;margin:0 auto}.hero-badges{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1.25rem}.hero-badge{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:.3rem .85rem;font-size:.8rem;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hero h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;letter-spacing:-.03em;margin-bottom:.75rem;line-height:1.1}.hero-sub{font-size:1.05rem;opacity:.88;max-width:580px;margin:0 auto 2rem;line-height:1.7}.hero-counter{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:.4rem 1rem;font-size:.85rem;opacity:.92}.counter-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse 1.8s ease-in-out infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.hero-cta{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.btn-hero-primary{background:#fff;color:#1d4ed8;font-size:1rem;font-weight:700;padding:.875rem 2rem;border-radius:10px;display:inline-flex;align-items:center;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 14px #0003;text-decoration:none}.btn-hero-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040;color:#1d4ed8}.btn-hero-ghost{background:rgba(255,255,255,.12);color:#fff;font-size:1rem;font-weight:600;padding:.875rem 2rem;border-radius:10px;display:inline-flex;align-items:center;border:1.5px solid rgba(255,255,255,.35);cursor:pointer;transition:background .15s;text-decoration:none}.btn-hero-ghost:hover{background:rgba(255,255,255,.2);color:#fff}.section-sub{font-size:1rem;color:var(--text-muted);margin-top:.5rem;margin-bottom:2.5rem}.tools-section{padding:3.5rem 1.5rem}.tools-section h2{font-size:1.75rem;text-align:center}.tools-section .section-sub{text-align:center}.tool-group{margin-bottom:2.5rem}.tool-group:last-child{margin-bottom:0}.tool-group-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.tool-card{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:.5rem;text-decoration:none;color:var(--text);transition:border-color .18s,box-shadow .18s,transform .15s;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.tool-card:hover{border-color:var(--blue);box-shadow:var(--shadow-md);transform:translateY(-2px);color:var(--text)}.tool-card-icon{font-size:2rem;line-height:1}.tool-card h3{font-size:1rem;font-weight:700;margin-top:.25rem}.tool-card p{font-size:.875rem;color:var(--text-muted);line-height:1.5}.tool-card-cta{font-size:.8rem;font-weight:600;color:var(--blue);margin-top:auto}.tool-card-meta{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;margin-top:.25rem}.tool-card-reviews{font-size:.75rem;color:var(--text-muted)}.stars{display:inline-flex;gap:1px}.star{font-size:.75rem}.star.full{color:#f59e0b}.star.half{color:#f59e0b;opacity:.7}.star.empty{color:#d1d5db}.stats-bar{background:var(--blue);color:#fff;padding:1.5rem}.stats-inner{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.15rem;text-align:center}.stat-item strong{font-size:1.5rem;font-weight:800;line-height:1}.stat-item span{font-size:.75rem;opacity:.85;text-transform:uppercase;letter-spacing:.06em}.stat-divider{width:1px;height:36px;background:rgba(255,255,255,.25);flex-shrink:0}@media (max-width: 480px){.stat-divider{display:none}}.why-section{background:var(--card);padding:3.5rem 1.5rem}.why-section h2{font-size:1.75rem;text-align:center}.why-section .section-sub{text-align:center}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.why-card{background:var(--bg);border-radius:var(--radius-lg);padding:1.5rem;text-align:center}.why-icon{font-size:2rem;display:block;margin-bottom:.75rem}.why-card h3{font-size:1rem;font-weight:700;margin-bottom:.4rem}.why-card p{font-size:.875rem;color:var(--text-muted);line-height:1.5}.how-section{padding:3.5rem 1.5rem}.how-section h2{font-size:1.75rem;text-align:center;margin-bottom:2.5rem}.steps{display:flex;align-items:flex-start;justify-content:center;gap:1rem;max-width:800px;margin:0 auto}.step{flex:1;text-align:center;max-width:220px}.step-num{width:48px;height:48px;background:var(--blue);color:#fff;border-radius:50%;font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.step h3{font-size:.95rem;font-weight:700;margin-bottom:.35rem}.step p{font-size:.85rem;color:var(--text-muted);line-height:1.5}.step-arrow{font-size:1.5rem;color:var(--text-muted);padding-top:1rem;flex-shrink:0}.faq-section{background:var(--card);padding:3.5rem 1.5rem}.faq-section h2{font-size:1.75rem;text-align:center;margin-bottom:2rem}.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--bg);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--border)}.faq-q{display:block;padding:1rem 1.25rem;font-weight:600;font-size:.95rem;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;transition:background .15s}.faq-q::-webkit-details-marker{display:none}.faq-q:before{content:"+ ";color:var(--blue);font-weight:800}.faq-item[open] .faq-q:before{content:"− "}.faq-item[open] .faq-q{background:var(--blue-light)}.faq-a{padding:.75rem 1.25rem 1.25rem;font-size:.9rem;color:var(--text-muted);line-height:1.7}.seo-section{padding:3rem 1.5rem}.seo-section h2{font-size:1.4rem;margin-bottom:1rem}.seo-section p{font-size:.9rem;color:var(--text-muted);line-height:1.8;max-width:800px;margin-bottom:.75rem}.seo-section strong{color:var(--text)}@media (max-width: 900px){.why-grid{grid-template-columns:repeat(2,1fr)}.tools-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 700px){.tools-section,.why-section,.how-section,.faq-section{padding:2.5rem 1rem}.seo-section{padding:2rem 1rem}.steps{flex-direction:column;align-items:center}.step-arrow{transform:rotate(90deg);padding:0}.hero h1{font-size:clamp(1.6rem,6vw,2.25rem)}.hero-sub{font-size:.95rem}}@media (max-width: 600px){.tools-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.why-grid{grid-template-columns:repeat(2,1fr)}.hero-badges{gap:.375rem}.hero-badge{font-size:.72rem;padding:.25rem .65rem}.tools-section h2{font-size:1.4rem}.section-sub{font-size:.9rem;margin-bottom:1.5rem}}@media (max-width: 420px){.hero{padding:2.5rem 1rem 2rem}.tools-grid{grid-template-columns:1fr;gap:.75rem}.why-grid{grid-template-columns:1fr}.tool-card{padding:1.25rem 1rem}.hero-cta{flex-direction:column;align-items:center}.btn-hero-primary,.btn-hero-ghost{width:100%;max-width:300px;justify-content:center}.stats-inner{gap:.875rem}.stat-item strong{font-size:1.25rem}}.option-label{font-size:.875rem;font-weight:600;color:var(--text);margin-bottom:.6rem}.file-preview-bar{display:flex;align-items:center;gap:.75rem;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-md);padding:.9rem 1.1rem;box-shadow:var(--shadow-sm)}.split-control{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-md);padding:1.25rem;box-shadow:var(--shadow-sm)}.split-control label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.6rem}.split-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.split-row input{width:80px;padding:.5rem .75rem;font-size:1rem;font-family:inherit;border:1.5px solid var(--border);border-radius:var(--radius-sm);outline:none;transition:border-color .15s}.split-row input:focus{border-color:var(--blue)}.split-preview{font-size:.8rem;color:var(--text-muted)}.start-number-row{display:flex;align-items:center;gap:1rem;background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-md);padding:1rem 1.25rem}.start-number-row label{font-size:.875rem;font-weight:600}.start-number-row input{width:80px;padding:.5rem .75rem;font-size:1rem;font-family:inherit;border:1.5px solid var(--border);border-radius:var(--radius-sm);outline:none;transition:border-color .15s}.start-number-row input:focus{border-color:var(--blue)}.watermark-panel{background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius-md);padding:1.25rem;display:flex;flex-direction:column;gap:1rem;box-shadow:var(--shadow-sm)}.wm-field{display:flex;flex-direction:column;gap:.4rem}.wm-field label{font-size:.875rem;font-weight:600;color:var(--text)}.wm-field input[type=text]{padding:.55rem .85rem;font-size:1rem;font-family:inherit;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);outline:none;transition:border-color .15s}.wm-field input[type=text]:focus{border-color:var(--blue)}.wm-slider{width:100%;accent-color:var(--blue);cursor:pointer}.wm-presets{display:flex;flex-wrap:wrap;gap:.4rem}.preset-btn{padding:.3rem .7rem;font-size:.75rem;font-weight:600;border:1.5px solid var(--border);border-radius:999px;background:var(--bg);color:var(--text-muted);cursor:pointer;transition:border-color .15s,color .15s,background .15s}.preset-btn:hover{border-color:var(--blue);color:var(--blue)}.preset-btn.selected{border-color:var(--blue);background:var(--blue-light);color:var(--blue)}.wm-toggle-row{flex-direction:row;align-items:center;justify-content:space-between}.toggle-btn{padding:.35rem .9rem;font-size:.85rem;font-weight:600;border:1.5px solid var(--border);border-radius:999px;background:var(--bg);color:var(--text-muted);cursor:pointer;transition:all .15s}.toggle-btn.on{background:var(--blue-light);border-color:var(--blue);color:var(--blue)}:root{--blue: #2563eb;--blue-dark: #1d4ed8;--blue-light: #eff6ff;--purple: #7c3aed;--green: #16a34a;--green-light: #f0fdf4;--red: #dc2626;--red-light: #fef2f2;--text: #0f172a;--text-muted: #64748b;--border: #e2e8f0;--bg: #f8fafc;--card: #ffffff;--card-alt: #f1f5f9;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.06);--shadow-lg: 0 10px 15px rgba(0,0,0,.08), 0 4px 6px rgba(0,0,0,.05);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;color-scheme:light}[data-theme=dark]{--blue: #3b82f6;--blue-dark: #2563eb;--blue-light: #1e3a5f;--green: #22c55e;--green-light: #052e16;--red: #f87171;--red-light: #3b0a0a;--text: #f1f5f9;--text-muted: #94a3b8;--border: #334155;--bg: #0f172a;--card: #1e293b;--card-alt: #0f172a;--shadow-sm: 0 1px 3px rgba(0,0,0,.4);--shadow-md: 0 4px 6px rgba(0,0,0,.35);--shadow-lg: 0 10px 15px rgba(0,0,0,.4);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2;font-weight:700}p{margin:0}a{color:var(--blue);text-decoration:none}a:hover{color:var(--blue-dark)}ul,ol{margin:0;padding:0;list-style:none}img{max-width:100%;display:block}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;min-height:44px;font-size:.95rem;font-weight:600;border-radius:var(--radius-md);border:none;cursor:pointer;transition:background .18s,opacity .18s,transform .1s;touch-action:manipulation;text-decoration:none;white-space:nowrap}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-primary{background:var(--blue);color:#fff;width:100%;font-size:1rem;padding:.875rem 1.5rem;border-radius:var(--radius-md);box-shadow:0 2px 8px #2563eb4d}.btn-primary:hover:not(:disabled){background:var(--blue-dark)}.btn-ghost{background:transparent;color:var(--blue);border:1.5px solid var(--border);width:100%}.btn-ghost:hover:not(:disabled){border-color:var(--blue);background:var(--blue-light)}.spinner{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;display:inline-block;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.drop-zone{border:2px dashed var(--border);border-radius:var(--radius-lg);padding:3rem 2rem;text-align:center;cursor:pointer;background:#fff;transition:border-color .2s,background .2s;-webkit-user-select:none;user-select:none}.drop-zone:hover,.drop-zone:focus-visible{border-color:var(--blue);background:var(--blue-light);outline:none}.drop-zone.dragging{border-color:var(--blue);background:var(--blue-light)}.drop-zone.has-file{padding:1.25rem 1.5rem;cursor:default}.drop-prompt{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-muted)}.drop-icon{font-size:2.5rem;line-height:1}.drop-prompt p{font-size:1rem;font-weight:500;color:var(--text)}.drop-or{font-size:.875rem}.drop-or u{color:var(--blue);text-decoration:underline}.file-preview{display:flex;align-items:center;gap:.75rem;text-align:left}.file-icon{font-size:2rem;flex-shrink:0}.file-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.file-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.95rem}.file-size{font-size:.8rem;color:var(--text-muted)}.btn-remove{background:none;border:none;font-size:1rem;color:var(--text-muted);cursor:pointer;padding:.25rem .4rem;border-radius:4px;flex-shrink:0;transition:color .15s,background .15s}.btn-remove:hover{color:var(--red);background:var(--red-light)}.result-card{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-lg);padding:2rem;display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center;box-shadow:var(--shadow-md)}.result-sizes{display:flex;align-items:center;gap:1.5rem;font-size:1rem}.size-col{display:flex;flex-direction:column;gap:.2rem;min-width:90px}.size-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.size-value{font-size:1.25rem;font-weight:700}.size-saved{color:var(--green)}.size-arrow{font-size:1.5rem;color:var(--text-muted)}.badge{margin:0;padding:.3rem .9rem;border-radius:999px;font-size:.85rem;font-weight:600}.badge-saved{background:var(--green-light);color:var(--green)}.badge-neutral{background:var(--bg);color:var(--text-muted);font-weight:400}.msg-error{font-size:.9rem;color:var(--red);text-align:center;background:var(--red-light);border-radius:var(--radius-sm);padding:.75rem 1rem;margin:0}.msg-success{font-size:.9rem;color:var(--green);text-align:center;background:var(--green-light);border-radius:var(--radius-sm);padding:.75rem 1rem;margin:0}.tool-page{min-height:100vh;display:flex;flex-direction:column}.tool-content{flex:1;padding:2.5rem 1.5rem}.tool-hero{text-align:center;margin-bottom:2.5rem}.tool-hero h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.tool-hero p{font-size:1rem;color:var(--text-muted);max-width:500px;margin:0 auto}.tool-area{max-width:520px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.ad-banner{background:#fff;border:1px dashed var(--border);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:.8rem;font-style:italic}.ad-banner-horizontal{height:90px;width:100%;max-width:728px;margin:0 auto}.ad-banner-square{height:250px;width:300px}@media (max-width: 600px){.container{padding:0 1rem}.tool-hero h1{font-size:1.5rem}.drop-zone{padding:2rem 1rem}.result-sizes{flex-direction:column;gap:.5rem}.size-arrow{transform:rotate(90deg)}.size-col{min-width:unset}.result-card{padding:1.5rem 1rem}}.tool-badge{position:absolute;top:.625rem;right:.75rem;background:var(--blue);color:#fff;font-size:.65rem;font-weight:700;padding:.2rem .55rem;border-radius:999px;letter-spacing:.04em;text-transform:uppercase}.tool-badge--new{background:#059669}.drop-hint{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.resizer-preview-row{display:flex;align-items:center;gap:.875rem;background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius-md);padding:.75rem 1rem}.resizer-thumb{width:64px;height:64px;object-fit:contain;border-radius:var(--radius-sm);background:var(--card-alt);flex-shrink:0}.resizer-orig-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.resizer-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.resizer-dims{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:.625rem}.dim-field{display:flex;flex-direction:column;gap:.3rem}.dim-field label{font-size:.8rem;font-weight:600;color:var(--text-muted)}.dim-field input{padding:.625rem .75rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:1rem;font-weight:600;width:100%;background:var(--card);color:var(--text);font-family:inherit;transition:border-color .15s;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.dim-field input:focus{outline:none;border-color:var(--blue)}.dim-field input::-webkit-outer-spin-button,.dim-field input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.lock-btn{align-self:end;background:var(--card);border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:1.1rem;padding:.55rem .6rem;cursor:pointer;line-height:1;transition:border-color .15s,background .15s;min-height:44px;min-width:44px;display:flex;align-items:center;justify-content:center}.lock-btn.locked{border-color:var(--blue);background:var(--blue-light)}.resizer-options{display:flex;flex-direction:column;gap:.875rem}.option-field{display:flex;flex-direction:column;gap:.375rem}.option-field>label{font-size:.8rem;font-weight:600;color:var(--text-muted)}.format-btns{display:flex;gap:.5rem}.format-btn{flex:1;padding:.55rem .4rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--card);color:var(--text);font-weight:600;font-size:.8rem;cursor:pointer;transition:border-color .15s,background .15s,color .15s;min-height:40px}.format-btn:hover{border-color:var(--blue)}.format-btn.active{background:var(--blue);color:#fff;border-color:var(--blue)}.quality-slider{width:100%;height:6px;accent-color:var(--blue);cursor:pointer;margin:.15rem 0}.quality-hints{display:flex;justify-content:space-between;font-size:.72rem;color:var(--text-muted)}[data-theme=dark] .drop-zone,[data-theme=dark] .result-card{background:var(--card)}
