@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";
:root{--bg-base:#fff;--bg-card:#fff;--bg-card-hover:#fbfbfc;--bg-input:#fcfcfd;--bg-glass:#fff;--primary:#225f73;--primary-hover:#1a4a5a;--primary-subtle:#f0f7f9;--accent:#d99b3b;--success:#10b981;--error:#ef4444;--warning:#f59e0b;--text-primary:#111827;--text-secondary:#4b5563;--text-muted:#9ca3af;--text-accent:#225f73;--border:#d1d9e0;--border-hover:#b9c4cf;--border-card:#d1d9e0;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--transition-fast:.1s ease;--transition-base:.2s ease;--transition-slow:.3s ease;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 12px 24px #00000014;--shadow-card:0 1px 3px 0 #0000000d, 0 1px 2px -1px #0000000d}[data-theme=dark]{--bg-base:#0a0e14;--bg-card:#141b24;--bg-card-hover:#1c252f;--bg-input:#070a0f;--bg-glass:#0a0e14;--primary:#225f73;--primary-hover:#2d7c96;--primary-subtle:#225f7326;--accent:#d99b3b;--accent-subtle:#d99b3b1a;--text-primary:#f8fafc;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--text-accent:#225f73;--border:#1e293b;--border-hover:#2d3e50;--border-card:#1e293b;--shadow-card:0 10px 15px -3px #00000080, 0 4px 6px -2px #0000004d;--success-subtle:#10b98126}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;max-width:100vw;overflow-x:hidden}body{font-family:var(--font-sans);background-color:var(--bg-base);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100vw;min-height:100vh;line-height:1.6;font-family:var(--font-sans);background-color:var(--bg-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.5rem,3vw,2.25rem)}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}h4{font-size:1.125rem}p{color:var(--text-secondary);line-height:1.7}a{color:var(--primary);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--primary-hover)}code{font-family:var(--font-mono);background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--primary-hover);padding:.15em .4em;font-size:.875em}pre{font-family:var(--font-mono);font-size:.9rem;line-height:1.6}img{max-width:100%;height:auto}ul,ol{list-style-position:inside}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}@media (max-width:480px){.container{padding:0 .75rem}}.container-wide{max-width:1440px;margin:0 auto;padding:0 1.5rem}.mobile-stack{grid-template-columns:1fr 340px;gap:2rem;display:grid}@media (max-width:1100px){.mobile-stack{gap:1.5rem;grid-template-columns:1fr!important}}.page-main{min-height:calc(100vh - 264px);padding-top:60px;position:relative}.glass-card{background:var(--bg-card);border:1px solid var(--border-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.gradient-text{color:var(--text-primary)}.btn{height:44px;font-family:var(--font-sans);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:.625rem;padding:0 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:#2a728a;transform:translateY(-1px)}.btn-secondary{background:var(--accent);color:var(--text-primary)}.btn-secondary:hover{background:#e5a74e;transform:translateY(-1px)}.btn-outline{color:var(--primary);border:1.5px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary-subtle);transform:translateY(-1px)}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-ghost:hover{background:var(--primary-subtle);color:var(--primary)}.btn-success{background:var(--success);color:#fff}.btn-error{background:var(--error);color:#fff}.btn-sm{height:36px;padding:0 1rem;font-size:.8125rem}.btn-lg{height:52px;padding:0 2.5rem;font-size:1.0625rem}@media (max-width:768px){.btn{height:34px;padding:0 1.25rem;font-size:.875rem}}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.badge{letter-spacing:.02em;border-radius:999px;align-items:center;gap:.25rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-primary{color:var(--primary-hover);background:#6366f126;border:1px solid #6366f140}.badge-accent{color:var(--accent);background:#22d3ee1a;border:1px solid #22d3ee33}.badge-success{color:var(--success);background:#10b9811a;border:1px solid #10b98133}.input{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-family:var(--font-sans);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:.625rem 1rem;font-size:.9375rem}.input:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-subtle)}.input::placeholder{color:var(--text-muted)}.textarea{background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-md);width:100%;color:var(--text-primary);font-family:var(--font-mono);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);resize:vertical;outline:none;min-height:220px;padding:1rem;font-size:.875rem;line-height:1.6}.textarea:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-subtle)}.textarea::placeholder{color:var(--text-muted)}.section{padding:4rem 0}.section-sm{padding:2.5rem 0}.section-lg{padding:6rem 0}.section-alt{background-color:var(--bg-card-hover)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{margin-bottom:.75rem}.section-header p{max-width:600px;margin:0 auto}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.grid-tools{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.grid-editor{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:1.5rem;display:grid}.process-actions{flex-direction:column;justify-content:center;gap:1rem;padding:1rem 0;display:flex}@media (max-width:1100px){.process-actions{flex-flow:wrap;justify-content:center;padding:1.5rem 0}}.process-btn{color:#fff;background:var(--primary);border:1.5px solid var(--primary);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;min-width:160px;height:52px;padding:0 1.75rem;font-size:.875rem;font-weight:800;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #225f7333}.process-btn:hover{filter:brightness(1.15);transform:translateY(-2px);box-shadow:0 8px 20px #225f734d}.process-btn:active{transform:translateY(0);box-shadow:0 2px 4px #225f7333}.process-btn.outline{color:var(--primary);border:2px solid var(--primary);box-shadow:none;background:0 0}.process-btn.outline:hover{background:var(--primary-subtle);box-shadow:0 4px 12px #225f731a}.process-btn.accent{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 4px 12px #d99b3b33}.process-btn.accent:hover{box-shadow:0 8px 20px #d99b3b4d}.editor-select{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:4px;outline:none;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.editor-select:focus{border-color:var(--primary)}@media (max-width:1100px){.grid-editor{grid-template-columns:1fr;gap:1rem}}.tool-container{max-width:100%;margin:0 auto}.options-bar{border:1px solid var(--border);background:#f8fafc;border-radius:8px;align-items:center;gap:2rem;margin-bottom:1.25rem;padding:.75rem 1rem;display:flex}.option-group{align-items:center;gap:1rem;display:flex}.option-label{color:var(--text-secondary);font-size:.8125rem;font-weight:600}.option-buttons{gap:.5rem;display:flex}.option-btn{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:6px;padding:.35rem .75rem;font-size:.75rem;font-weight:600;transition:all .2s}.option-btn:hover{border-color:var(--primary);color:var(--primary)}.option-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.checkbox-label{color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;font-size:.8125rem;display:flex}.checkbox-label input{cursor:pointer;width:16px;height:16px}.context-btn{height:36px;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border);cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:0 1.125rem;font-size:.75rem;font-weight:750;transition:all .15s;display:inline-flex}[data-theme=dark] .context-btn{background:var(--bg-input);border-color:var(--border);color:var(--text-secondary)}.context-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-subtle)}.context-btn.active,[data-theme=dark] .context-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}@media (max-width:768px){.options-bar{flex-wrap:wrap;gap:1rem}.process-btn{flex:auto;min-width:100px;height:44px;padding:0 1rem;font-size:.8rem}.context-btn{height:36px;padding:0 .75rem}}input[type=range]{-webkit-appearance:none;background:#e2e8f0;border-radius:5px;outline:none;height:6px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--primary);cursor:pointer;border-radius:50%;width:18px;height:18px;transition:transform .1s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}.premium-upload-area{transition:all .4s cubic-bezier(.175,.885,.32,1.275)!important}.premium-upload-area:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)scale(1.01);border-color:var(--accent)!important;background:var(--bg-card-hover)!important}.premium-upload-area:hover .upload-glow{opacity:.1!important;transform:translate(-50%,-50%)scale(1.5)!important}.premium-upload-area:hover .upload-icon-wrapper{background:var(--primary)!important;color:#fff!important;transform:rotate(0)scale(1.1)!important}.premium-upload-area:active{transform:translateY(0)scale(1)}@media (max-width:768px){.premium-upload-area{max-height:280px!important;padding:2.5rem 1rem!important}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.0wxq9webf.ew4.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_a869fe2d-module__Nl2jCG__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_a869fe2d-module__Nl2jCG__variable{--font-inter:"Inter", "Inter Fallback"}
.Header-module__Af2_WG__header{z-index:1000;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(14px);background:#fffffff7;height:60px;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #122e3a0a}.Header-module__Af2_WG__header:after{display:none}.Header-module__Af2_WG__inner{justify-content:space-between;align-items:center;gap:.65rem;height:100%;display:flex;position:relative}.Header-module__Af2_WG__logoLink{flex-shrink:0;align-items:center;margin-right:1.15rem;text-decoration:none;transition:opacity .2s;display:flex}.Header-module__Af2_WG__logoLink:hover{opacity:.86}.Header-module__Af2_WG__desktopNav{flex-shrink:0;align-items:center;gap:.1rem;margin-right:auto;display:flex}.Header-module__Af2_WG__navGroup{position:relative}.Header-module__Af2_WG__navLink{height:34px;color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.35rem;padding:0 .66rem;font-size:.84rem;font-weight:750;text-decoration:none;transition:color .18s,background .18s,border-color .18s;display:inline-flex}.Header-module__Af2_WG__navLink:hover{color:#225f73;background:#225f730f;border-color:#0000}.Header-module__Af2_WG__navLinkActive{color:#225f73;background:0 0;border-color:#0000;font-weight:850;position:relative}.Header-module__Af2_WG__navLinkActive:after{content:"";background:#225f739e;border-radius:999px;height:2px;position:absolute;bottom:.12rem;left:.68rem;right:.68rem}.Header-module__Af2_WG__navChevron{opacity:.66;transition:transform .22s,opacity .18s}.Header-module__Af2_WG__navChevronOpen{opacity:1;transform:rotate(180deg)}.Header-module__Af2_WG__megaMenu{border:1px solid var(--border);background:var(--bg-card);z-index:1100;border-radius:0 0 18px 18px;width:min(1120px,100vw - 2rem);animation:.2s cubic-bezier(.16,1,.3,1) Header-module__Af2_WG__megaDrop;position:fixed;top:60px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 24px 48px #0d232c29}@keyframes Header-module__Af2_WG__megaDrop{0%{opacity:0;transform:translate(-50%)translateY(-7px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Header-module__Af2_WG__megaContainer{max-height:min(500px,100vh - 76px);display:flex}.Header-module__Af2_WG__megaSidebar{border-right:1px solid var(--border);background:var(--bg-base);flex-direction:column;flex-shrink:0;gap:.22rem;width:238px;padding:1rem .75rem;display:flex;overflow-y:auto}.Header-module__Af2_WG__megaSidebar::-webkit-scrollbar{width:5px}.Header-module__Af2_WG__megaContent::-webkit-scrollbar{width:5px}.Header-module__Af2_WG__megaSidebar::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}.Header-module__Af2_WG__megaContent::-webkit-scrollbar-thumb{background:var(--border);border-radius:5px}.Header-module__Af2_WG__sidebarItem{width:100%;color:var(--text-secondary);border:1px solid #0000;border-radius:9px;align-items:center;gap:.58rem;padding:.56rem .66rem;font-size:.815rem;font-weight:700;text-decoration:none;transition:all .16s;display:flex}.Header-module__Af2_WG__sidebarItem:hover{color:#225f73;background:#225f7314;border-color:#225f7324}.Header-module__Af2_WG__sidebarItemActive{color:#fff;background:#225f73;border-color:#225f73}.Header-module__Af2_WG__sidebarIcon{border:1px solid var(--border);background:var(--bg-input);width:28px;height:28px;color:inherit;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Header-module__Af2_WG__sidebarItemActive .Header-module__Af2_WG__sidebarIcon{background:#ffffff2e;border-color:#0000}.Header-module__Af2_WG__sidebarLabel{flex:1;min-width:0}.Header-module__Af2_WG__sidebarCount{border:1px solid var(--border);background:var(--bg-card);color:var(--text-muted);border-radius:999px;padding:.1rem .38rem;font-size:.64rem;font-weight:800;line-height:1.1}.Header-module__Af2_WG__sidebarItemActive .Header-module__Af2_WG__sidebarCount{color:#fff;background:#ffffff2e;border-color:#ffffff3d}.Header-module__Af2_WG__sidebarChevron{opacity:0;transition:opacity .18s}.Header-module__Af2_WG__sidebarItem:hover .Header-module__Af2_WG__sidebarChevron,.Header-module__Af2_WG__sidebarItemActive .Header-module__Af2_WG__sidebarChevron{opacity:1}.Header-module__Af2_WG__megaContent{flex:1;min-width:0;padding:1.3rem 1.5rem 1.4rem;overflow-y:auto}.Header-module__Af2_WG__toolGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.62rem .84rem;display:grid}.Header-module__Af2_WG__toolItem{border:1px solid #0000;border-radius:9px;align-items:flex-start;gap:.58rem;min-width:0;padding:.48rem .56rem;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.Header-module__Af2_WG__toolItem:hover{background:var(--bg-input);border-color:var(--border)}.Header-module__Af2_WG__toolIcon{border:1px solid var(--border);background:var(--bg-input);width:24px;height:24px;color:var(--text-muted);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Header-module__Af2_WG__toolItem:hover .Header-module__Af2_WG__toolIcon{color:#225f73;background:#225f7314;border-color:#225f732e}.Header-module__Af2_WG__toolTitle{color:var(--text-secondary);font-size:.79rem;font-weight:700;line-height:1.35}.Header-module__Af2_WG__toolItem:hover .Header-module__Af2_WG__toolTitle{color:#225f73}.Header-module__Af2_WG__searchWrapper{pointer-events:auto;flex:0 330px;align-items:center;width:100%;min-width:220px;max-width:330px;margin:0;display:flex;position:static;transform:none}.Header-module__Af2_WG__searchBar{border:1px solid var(--border);background:var(--bg-input);text-align:left;cursor:pointer;pointer-events:auto;border-radius:8px;align-items:center;gap:.48rem;width:100%;height:36px;padding:0 .7rem;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.Header-module__Af2_WG__searchBar:hover{box-shadow:none;background:var(--bg-card);border-color:#225f7373}.Header-module__Af2_WG__searchIcon{color:#225f73;opacity:.75;flex-shrink:0}.Header-module__Af2_WG__searchPlaceholder{text-align:left;white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--text-muted);flex:1;font-size:.8rem;font-weight:680;overflow:hidden}.Header-module__Af2_WG__searchKbd{color:var(--text-muted);border:1px solid var(--border);background:var(--bg-card);border-radius:5px;flex-shrink:0;padding:.1rem .3rem;font-family:inherit;font-size:.62rem;font-weight:850;line-height:1.15}.Header-module__Af2_WG__actions{flex-shrink:0;align-items:center;gap:.45rem;margin-left:.15rem;display:flex}.Header-module__Af2_WG__iconBtn{border:1px solid var(--border);background:var(--bg-input);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.Header-module__Af2_WG__iconBtn:hover{color:#225f73;background:#225f7314;border-color:#225f7373}.Header-module__Af2_WG__mobileNav{z-index:999;-webkit-overflow-scrolling:touch;background:var(--bg-card);border-top:1px solid var(--border);padding:1rem .95rem 1.8rem;animation:.2s cubic-bezier(.16,1,.3,1) Header-module__Af2_WG__mobileSlideIn;position:fixed;inset:60px 0 0;overflow-y:auto}@keyframes Header-module__Af2_WG__mobileSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Header-module__Af2_WG__mobileSection{margin-bottom:1.25rem}.Header-module__Af2_WG__mobileLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .56rem;padding-left:.24rem;font-size:.68rem;font-weight:900}.Header-module__Af2_WG__mobileAccordion{flex-direction:column;gap:.45rem;display:flex}.Header-module__Af2_WG__mobileCategoryGroup{border:1px solid var(--border);background:var(--bg-input);border-radius:10px;overflow:hidden}.Header-module__Af2_WG__mobileCatHeader{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:.58rem;padding:.78rem .86rem;font-size:.84rem;font-weight:760;display:flex}.Header-module__Af2_WG__mobileCatHeader:hover,.Header-module__Af2_WG__mobileCatHeaderOpen{color:#225f73;background:#225f7314}.Header-module__Af2_WG__mobileCatIcon{color:inherit;justify-content:center;align-items:center;display:inline-flex}.Header-module__Af2_WG__mobileCatLabel{flex:1}.Header-module__Af2_WG__mobileCatCount{color:var(--text-muted);border:1px solid var(--border);background:var(--bg-card);border-radius:999px;margin-right:.2rem;padding:.1rem .36rem;font-size:.64rem;font-weight:820;line-height:1.1}.Header-module__Af2_WG__mobileChevron{color:var(--text-muted);transition:transform .2s,color .15s}.Header-module__Af2_WG__mobileChevronOpen{color:#225f73;transform:rotate(180deg)}.Header-module__Af2_WG__mobileToolList{border-top:1px solid var(--border);flex-direction:column;gap:.12rem;padding:.28rem .45rem .5rem 2.2rem;display:flex}.Header-module__Af2_WG__mobileToolItem,.Header-module__Af2_WG__mobileToolAll{color:var(--text-secondary);border-radius:8px;align-items:center;gap:.46rem;padding:.56rem .62rem;font-size:.77rem;font-weight:680;text-decoration:none;display:flex}.Header-module__Af2_WG__mobileToolAll{color:#225f73;background:#225f731a;font-weight:780}.Header-module__Af2_WG__mobileToolItem:hover{background:var(--bg-card);color:var(--text-primary)}.Header-module__Af2_WG__mobileLinks{flex-direction:column;gap:.38rem;display:flex}.Header-module__Af2_WG__mobileLinkRow{border:1px solid var(--border);background:var(--bg-input);color:var(--text-secondary);border-radius:9px;align-items:center;gap:.7rem;padding:.68rem .86rem;font-size:.82rem;font-weight:720;text-decoration:none;display:flex}.Header-module__Af2_WG__mobileLinkRow:hover{color:#225f73;background:#225f7314;border-color:#225f7359}.Header-module__Af2_WG__mobileSearchRow,.Header-module__Af2_WG__mobileSearchBar,.Header-module__Af2_WG__mobileSearchInput,.Header-module__Af2_WG__mobileSearchIcon,.Header-module__Af2_WG__mobileSearchClear,.Header-module__Af2_WG__mobileSearchBtn,.Header-module__Af2_WG__hamburgerBtn{display:none}[data-theme=dark] .Header-module__Af2_WG__header{background:#0f1b24f5;box-shadow:0 6px 18px #00000052}[data-theme=dark] .Header-module__Af2_WG__megaMenu{background:#172833;border-color:#355161;box-shadow:0 28px 56px #00000080}[data-theme=dark] .Header-module__Af2_WG__megaSidebar{background:#13232d;border-right-color:#355161}[data-theme=dark] .Header-module__Af2_WG__sidebarItem:hover{color:#bfe1ed;background:#86bbd124;border-color:#86bbd138}[data-theme=dark] .Header-module__Af2_WG__toolItem:hover{border-color:#3b5b6d}[data-theme=dark] .Header-module__Af2_WG__toolItem:hover .Header-module__Af2_WG__toolIcon{color:#c7e5ef;background:#86bbd124;border-color:#4a6e84}[data-theme=dark] .Header-module__Af2_WG__toolItem:hover .Header-module__Af2_WG__toolTitle{color:#d2ecf5}[data-theme=dark] .Header-module__Af2_WG__searchBar:hover{box-shadow:none;border-color:#86bbd16b}[data-theme=dark] .Header-module__Af2_WG__iconBtn:hover{color:#c8e4ee;background:#86bbd124;border-color:#86bbd157}[data-theme=dark] .Header-module__Af2_WG__mobileLinkRow:hover{color:#c8e4ee;background:#86bbd124;border-color:#86bbd157}[data-theme=dark] .Header-module__Af2_WG__mobileCatHeader:hover{color:#c8e4ee;background:#86bbd124;border-color:#86bbd157}[data-theme=dark] .Header-module__Af2_WG__mobileCatHeaderOpen{color:#c8e4ee;background:#86bbd124;border-color:#86bbd157}[data-theme=dark] .Header-module__Af2_WG__navLinkActive{color:#c8e4ee}[data-theme=dark] .Header-module__Af2_WG__navLinkActive:after{background:#9fd1e3bd}[data-theme=dark] .Header-module__Af2_WG__mobileToolAll{color:#c8e4ee;background:#86bbd129}@media (max-width:1280px) and (min-width:1025px){.Header-module__Af2_WG__megaMenu{width:min(1060px,100vw - 1.5rem)}.Header-module__Af2_WG__megaSidebar{width:226px}.Header-module__Af2_WG__megaContent{padding:1.1rem 1.2rem 1.2rem}.Header-module__Af2_WG__toolGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.52rem .72rem}.Header-module__Af2_WG__searchWrapper{min-width:185px;max-width:290px}}@media (max-width:1024px){.Header-module__Af2_WG__desktopNav,.Header-module__Af2_WG__searchWrapper{display:none}.Header-module__Af2_WG__mobileSearchBtn,.Header-module__Af2_WG__hamburgerBtn{display:inline-flex}.Header-module__Af2_WG__megaMenu{display:none}}@media (max-width:480px){.Header-module__Af2_WG__logoLink{margin-right:.78rem}.Header-module__Af2_WG__iconBtn{width:34px;height:34px}.Header-module__Af2_WG__actions{gap:.42rem}}
.Footer-module__EZoWya__footer{z-index:1;background:linear-gradient(#214250 0%,#173340 100%);border-top:1px solid #284a58;margin-top:4.5rem;position:relative}.Footer-module__EZoWya__trustStrip{z-index:2;background:#183743;border:1px solid #bad6e338;border-radius:10px;max-width:1180px;margin:-1.55rem auto 0;position:relative;overflow:hidden;box-shadow:0 12px 24px #08161c2e}.Footer-module__EZoWya__trustStrip:before{display:none}.Footer-module__EZoWya__trustInner{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:0;display:grid}.Footer-module__EZoWya__trustItem{border-right:1px solid #bad6e329;align-items:center;gap:.72rem;min-width:0;padding:.9rem 1.1rem;display:flex}.Footer-module__EZoWya__trustItem:last-child{border-right:none}.Footer-module__EZoWya__trustIcon{color:#d8b26a;background:#d99b3b1f;border:1px solid #d99b3b38;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.Footer-module__EZoWya__trustLabel{color:#f2fbff;font-size:.82rem;font-weight:800;line-height:1.2}.Footer-module__EZoWya__trustSub{color:#b7d0db;margin-top:2px;font-size:.7rem;line-height:1.35}.Footer-module__EZoWya__body{grid-template-columns:repeat(5,minmax(0,1fr));gap:2rem 1.15rem;padding:3.25rem 1.5rem 3rem;display:grid}.Footer-module__EZoWya__brand{border-bottom:1px solid #bad6e340;flex-direction:column;grid-column:1/-1;gap:.8rem;padding:0 0 1.2rem;display:flex}.Footer-module__EZoWya__logoLink{align-items:center;width:fit-content;text-decoration:none;display:inline-flex}.Footer-module__EZoWya__tagline{color:#d1e3ea;max-width:760px;margin:0;font-size:.9rem;line-height:1.65}.Footer-module__EZoWya__privacyBadge{color:#c6e3ee;background:#10242d73;border:1px solid #b9d7e573;border-radius:999px;align-items:center;gap:.45rem;width:fit-content;padding:.4rem .8rem;font-size:.74rem;font-weight:700;display:inline-flex}.Footer-module__EZoWya__footerCol{background:0 0;border:none;border-radius:0;padding:.25rem .25rem .6rem}.Footer-module__EZoWya__colTitle{letter-spacing:.08em;text-transform:uppercase;color:#d5ebf4;border-bottom:1px solid #d99b3b8c;margin-bottom:.75rem;padding-bottom:.38rem;font-size:.78rem;font-weight:900;text-decoration:none;display:inline-block}.Footer-module__EZoWya__linkList{flex-direction:column;gap:.52rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__footerLink{color:#c1d7e0;align-items:center;gap:.4rem;font-size:.86rem;line-height:1.45;text-decoration:none;transition:color .2s;display:inline-flex}.Footer-module__EZoWya__footerLink:before{content:">";color:#badceac7;font-size:.62rem;transform:translateY(-1px)}.Footer-module__EZoWya__footerLink:hover{color:#f0c778}.Footer-module__EZoWya__bottomBar{background:#08131966;border-top:1px solid #bad6e333}.Footer-module__EZoWya__bottomInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;min-height:56px;padding:.95rem 1.5rem;display:flex}.Footer-module__EZoWya__copyright{color:#b4cbd6;font-size:.8rem}.Footer-module__EZoWya__copyright strong{color:#e2f1f7}.Footer-module__EZoWya__builtWith{color:#b4cbd6;align-items:center;gap:.55rem;font-size:.8rem;display:inline-flex}.Footer-module__EZoWya__legalLink{color:#c3e1ed;font-weight:700;text-decoration:none}.Footer-module__EZoWya__legalLink:hover{color:#f0c778}[data-theme=dark] .Footer-module__EZoWya__footer{background:linear-gradient(#0f1d25 0%,#101a23 100%);border-top-color:#2f4350}[data-theme=dark] .Footer-module__EZoWya__trustStrip{background:#132732;border-color:#365465;box-shadow:0 14px 30px #0000004d}[data-theme=dark] .Footer-module__EZoWya__trustIcon{color:#d8b26a;background:#d99b3b1f;border-color:#d99b3b40}[data-theme=dark] .Footer-module__EZoWya__trustLabel{color:#d3e8f1}[data-theme=dark] .Footer-module__EZoWya__trustSub{color:#a8c4d0}:is([data-theme=dark] .Footer-module__EZoWya__brand,[data-theme=dark] .Footer-module__EZoWya__footerCol){background:0 0;border-color:#0000}[data-theme=dark] .Footer-module__EZoWya__tagline{color:#b8d0dc}[data-theme=dark] .Footer-module__EZoWya__brand{border-bottom-color:#34505f}[data-theme=dark] .Footer-module__EZoWya__privacyBadge{color:#b6d9e8;background:#1e3744;border-color:#3d5f72}[data-theme=dark] .Footer-module__EZoWya__colTitle{color:#b9d8e6;border-bottom-color:#d99b3b80}[data-theme=dark] .Footer-module__EZoWya__footerLink{color:#afc6d1}[data-theme=dark] .Footer-module__EZoWya__footerLink:before{color:#9ecce1b8}[data-theme=dark] .Footer-module__EZoWya__footerLink:hover{color:#d8b26a}[data-theme=dark] .Footer-module__EZoWya__bottomBar{background:#0f1a22;border-top-color:#2f4350}:is([data-theme=dark] .Footer-module__EZoWya__copyright,[data-theme=dark] .Footer-module__EZoWya__builtWith){color:#a7becc}[data-theme=dark] .Footer-module__EZoWya__copyright strong{color:#d3e8f1}[data-theme=dark] .Footer-module__EZoWya__legalLink{color:#9dcfe2}[data-theme=dark] .Footer-module__EZoWya__legalLink:hover{color:#d8b26a}@media (max-width:1200px){.Footer-module__EZoWya__body{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.Footer-module__EZoWya__trustInner{grid-template-columns:repeat(2,minmax(0,1fr))}.Footer-module__EZoWya__trustItem:nth-child(2){border-right:none}.Footer-module__EZoWya__trustItem:nth-child(-n+2){border-bottom:1px solid #bad6e329}.Footer-module__EZoWya__body{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.Footer-module__EZoWya__footer{margin-top:4.25rem}.Footer-module__EZoWya__trustStrip{border-radius:10px;margin:0 1rem}.Footer-module__EZoWya__trustInner{grid-template-columns:1fr;padding:0}.Footer-module__EZoWya__trustItem{border-bottom:1px solid #bad6e329;border-right:none;padding:.85rem .95rem}.Footer-module__EZoWya__trustItem:last-child{border-bottom:none}.Footer-module__EZoWya__body{grid-template-columns:1fr;gap:1rem .85rem;padding:2rem 1rem 1.6rem}.Footer-module__EZoWya__brand,.Footer-module__EZoWya__footerCol{border-radius:0;padding:.25rem 0}.Footer-module__EZoWya__bottomInner{text-align:center;justify-content:center;padding:.95rem 1rem}}
.CommandPalette-module__AswpGa__overlay{z-index:10005;background:#0006;justify-content:center;align-items:flex-start;padding-top:15vh;display:flex;position:fixed;inset:0}[data-theme=dark] .CommandPalette-module__AswpGa__overlay{background:#000000b3}.CommandPalette-module__AswpGa__modal{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;width:100%;max-width:650px;animation:.15s ease-out CommandPalette-module__AswpGa__slideDown;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}@keyframes CommandPalette-module__AswpGa__slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.CommandPalette-module__AswpGa__searchBar{border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.CommandPalette-module__AswpGa__searchIcon{color:var(--text-muted)}.CommandPalette-module__AswpGa__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:1.125rem;font-weight:500}.CommandPalette-module__AswpGa__closeBtn{background:var(--bg-input);border:1px solid var(--border);color:var(--text-muted);cursor:pointer;border-radius:8px;flex-shrink:0;align-items:center;gap:5px;padding:5px 10px;font-family:inherit;transition:all .18s;display:flex}.CommandPalette-module__AswpGa__closeBtn:hover{color:#ef4444;background:#ef44441a;border-color:#ef444466}.CommandPalette-module__AswpGa__closeBtnLabel{letter-spacing:.03em;font-size:.65rem;font-weight:800}.CommandPalette-module__AswpGa__results{max-height:400px;padding:.75rem;overflow-y:auto}.CommandPalette-module__AswpGa__sectionHeader{text-transform:uppercase;color:var(--text-muted);letter-spacing:.05em;padding:.5rem .75rem;font-size:.75rem;font-weight:800}.CommandPalette-module__AswpGa__resultItem{cursor:pointer;border-radius:10px;align-items:center;gap:1rem;padding:.75rem;transition:all .1s;display:flex;position:relative}.CommandPalette-module__AswpGa__activeItem{background:var(--primary-subtle)}.CommandPalette-module__AswpGa__itemIcon{background:var(--bg-input);width:38px;height:38px;color:var(--primary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.CommandPalette-module__AswpGa__itemIcon[data-category=converter]{color:var(--success)}.CommandPalette-module__AswpGa__itemIcon[data-category=encoder]{color:var(--accent)}.CommandPalette-module__AswpGa__itemInfo{flex-direction:column;flex:1;display:flex}.CommandPalette-module__AswpGa__itemTitle{color:var(--text-primary);font-size:.9375rem;font-weight:700}.CommandPalette-module__AswpGa__itemDesc{color:var(--text-muted);font-size:.75rem}.CommandPalette-module__AswpGa__enterIcon{color:var(--primary);opacity:.5}.CommandPalette-module__AswpGa__noResults{text-align:center;color:var(--text-muted);padding:2rem;font-size:.875rem}.CommandPalette-module__AswpGa__footer{background:var(--bg-card-hover);border-top:1px solid var(--border);gap:1.5rem;padding:.75rem 1.5rem;display:flex}.CommandPalette-module__AswpGa__shortcut{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.75rem;display:flex}.CommandPalette-module__AswpGa__shortcut kbd{background:var(--bg-card);border:1px solid var(--border);border-radius:4px;padding:2px 4px;font-family:inherit;font-weight:700;box-shadow:0 1px 1px #0000001a}@media (max-width:600px){.CommandPalette-module__AswpGa__overlay{padding-top:0}.CommandPalette-module__AswpGa__modal{border:none;border-radius:0;max-width:none;height:100vh}.CommandPalette-module__AswpGa__results{max-height:none}}
