*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:#09090f;color:#fff;overflow-x:hidden;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font:inherit}.bg-circle{position:fixed;border-radius:50%;filter:blur(90px);opacity:.45;z-index:-1;animation:float 12s ease-in-out infinite}.one{width:420px;height:420px;background:#6d28d9;top:-120px;left:-100px}.two{width:350px;height:350px;background:#00bfff;right:-120px;top:200px}.three{width:260px;height:260px;background:#f0c;bottom:-80px;left:35%}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-40px)}to{transform:translateY(0)}}.hidden{display:none}.navbar{position:sticky;top:0;z-index:999;display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%;padding:14px 34px;border-bottom:1px solid rgba(255,255,255,.06);background:#080d16c7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transition:background .25s ease,border-color .25s ease,box-shadow .25s ease}.navbar.scrolled{background:#080d16ed;border-color:#ffffff14;box-shadow:0 10px 30px #00000026}.logo{display:inline-flex;align-items:center;gap:12px;flex:0 0 auto;color:inherit;text-decoration:none}.logo-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#4f46e5,#0e7490);color:#fff;font-size:.78rem;font-weight:900;letter-spacing:-.03em;box-shadow:0 8px 24px #4f46e533}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-text h2{margin:0;color:#f8fafc;font-size:1.08rem;font-weight:800;letter-spacing:-.025em}.logo-text span{margin-top:4px;color:#707c90;font-size:.68rem;font-weight:600}.nav-search{display:flex;justify-content:center;flex:1}.nav-search-box{display:flex;align-items:center;width:100%;max-width:360px;padding:0 12px;border:1px solid rgba(255,255,255,.075);border-radius:999px;background:#ffffff06;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.nav-search-box:focus-within{border-color:#6366f173;background:#ffffff09;box-shadow:0 0 0 3px #4f46e50f}.nav-search-icon{color:#778396;font-size:.82rem}.nav-search input{width:100%;padding:10px 9px;border:0;outline:0;background:transparent;color:#f8fafc;font:inherit;font-size:.82rem}.nav-search input::-moz-placeholder{color:#657185}.nav-search input::placeholder{color:#657185}#mainNav{display:flex;align-items:center;gap:18px}.nav-link{position:relative;padding:9px 0;color:#98a3b5;font-size:.82rem;font-weight:700;text-decoration:none;transition:color .2s ease}.nav-link:hover,.nav-link.active{color:#fff}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:2px;width:0;height:2px;margin:auto;border-radius:999px;background:linear-gradient(90deg,#6366f1,#22d3ee);transition:width .2s ease}.nav-link:hover:after,.nav-link.active:after{width:100%}.theme-btn{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#ffffff09;color:#d8e0ea;font-size:1rem;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.theme-btn:hover{transform:translateY(-2px);border-color:#6366f166;background:#4f46e514}.menu-toggle{display:none;width:40px;height:40px;padding:9px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#ffffff08;cursor:pointer}.menu-toggle span{display:block;width:100%;height:2px;margin:4px 0;border-radius:99px;background:#e5e7eb;transition:transform .2s ease,opacity .2s ease}body.light-theme .navbar{border-color:#e7eaf0;background:#ffffffe0}body.light-theme .navbar.scrolled{background:#fffffff5}body.light-theme .logo-text h2{color:#111827}body.light-theme .logo-text span{color:#667085}body.light-theme .nav-search-box{border-color:#e5e7eb;background:#f8fafc}body.light-theme .nav-search input{color:#111827}body.light-theme .nav-link{color:#667085}body.light-theme .nav-link:hover,body.light-theme .nav-link.active{color:#111827}body.light-theme .theme-btn,body.light-theme .menu-toggle{border-color:#e4e7ec;background:#f8fafc;color:#344054}body.light-theme .menu-toggle span{background:#344054}@media(max-width:1000px){.navbar{padding:12px 20px}.nav-search{display:none}.menu-toggle{display:block;margin-left:auto}#mainNav{position:absolute;top:calc(100% + 1px);left:12px;right:12px;display:none;align-items:stretch;flex-direction:column;gap:4px;padding:12px;border:1px solid rgba(255,255,255,.08);border-radius:15px;background:#0a0f19fa;box-shadow:0 20px 45px #0000004d}#mainNav.open{display:flex}.nav-link{padding:11px 12px;border-radius:9px}.nav-link:hover{background:#ffffff09}.nav-link:after{display:none}.theme-btn{width:100%;height:40px;margin-top:5px}body.light-theme #mainNav{border-color:#e5e7eb;background:#fff;box-shadow:0 18px 42px #0f172a1f}}@media(max-width:540px){.navbar{padding:11px 14px}.logo{gap:9px}.logo-mark{width:38px;height:38px;border-radius:11px}.logo-text h2{font-size:1rem}.logo-text span{display:none}}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(350px,.9fr);align-items:center;gap:58px;width:min(1220px,calc(100% - 40px));margin:0 auto;padding:72px 0 50px;scroll-margin-top:100px}.hero-overlay{position:absolute;inset:-80px -100px;background:radial-gradient(circle at 20% 30%,rgba(79,70,229,.13),transparent 35%),radial-gradient(circle at 82% 60%,rgba(8,145,178,.09),transparent 32%);pointer-events:none}.hero-content,.hero-preview{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:9px;padding:8px 13px;margin-bottom:19px;border:1px solid rgba(129,140,248,.2);border-radius:999px;background:#4f46e511;color:#aeb8ff;font-size:.76rem;font-weight:750}.hero-badge-dot{width:7px;height:7px;border-radius:50%;background:#22d3ee;box-shadow:0 0 0 4px #22d3ee17}.hero h1{max-width:760px;margin:0 0 20px;color:#f8fafc;font-size:clamp(3.15rem,6vw,5.4rem);line-height:.98;letter-spacing:-.058em}.gradient-text{display:block;padding-bottom:.05em;background:linear-gradient(90deg,#818cf8,#a78bfa 40%,#22d3ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-description{max-width:650px;margin:0 0 28px;color:#929daf;font-size:1.04rem;line-height:1.75}.search-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;width:100%;max-width:700px;padding:6px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:#0a0f19cc;box-shadow:0 20px 48px #0000003b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:border-color .2s ease,box-shadow .2s ease}.search-box:focus-within{border-color:#6366f180;box-shadow:0 22px 55px #00000042,0 0 0 4px #4f46e512}.search-field{display:flex;align-items:center;min-width:0}.search-icon{display:grid;place-items:center;margin-left:13px;color:#8796ab}.search-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.search-box input{width:100%;min-width:0;padding:14px 12px;border:0;outline:0;background:transparent;color:#f8fafc;font:inherit}.search-box input::-moz-placeholder{color:#677387}.search-box input::placeholder{color:#677387}.search-box button{min-width:125px;padding:13px 18px;border:0;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#0e7490);color:#fff;font-weight:800;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.search-box button:hover{transform:translateY(-1px);box-shadow:0 9px 24px #4f46e540}.hero-trust{display:flex;flex-wrap:wrap;gap:12px 20px;margin-top:17px}.hero-trust span{display:inline-flex;align-items:center;gap:6px;color:#768296;font-size:.78rem}.hero-trust svg{width:14px;height:14px;fill:none;stroke:#5eead4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hero-preview{display:grid;gap:11px}.preview-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;padding:0 4px}.preview-heading span{color:#aab4c3;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.preview-heading small{color:#667287;font-size:.74rem}.preview-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:15px;padding:17px;border:1px solid rgba(255,255,255,.075);border-radius:17px;background:linear-gradient(180deg,#ffffff09,#ffffff05);color:inherit;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.preview-card:hover{transform:translateY(-3px);border-color:#6366f173;background:linear-gradient(135deg,#4f46e51c,#0891b20b);box-shadow:0 16px 38px #0000002b}.featured-preview{border-color:#6366f133}.preview-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#4338ca5c,#0e74904d);color:#dbe5ff}.preview-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.preview-copy{min-width:0}.preview-label{display:block;margin-bottom:3px;color:#8796ff;font-size:.65rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.preview-card h3{margin:0 0 4px;color:#eef2f7;font-size:1rem}.preview-card p{margin:0;color:#7d899b;font-size:.82rem;line-height:1.45}.preview-arrow{color:#657287;font-size:1rem;transition:transform .2s ease,color .2s ease}.preview-card:hover .preview-arrow{transform:translate(3px);color:#67e8f9}body.light-theme .hero h1{color:#111827}body.light-theme .search-box,body.light-theme .preview-card{border-color:#e4e7ec;background:#fffffff0}body.light-theme .search-box input{color:#111827}body.light-theme .hero-description,body.light-theme .preview-card p,body.light-theme .hero-trust span{color:#667085}body.light-theme .preview-card h3{color:#111827}@media(max-width:930px){.hero{grid-template-columns:1fr;gap:42px;padding:58px 0 45px;text-align:center}.hero-description,.search-box{margin-left:auto;margin-right:auto}.hero-trust{justify-content:center}.hero-preview{width:min(650px,100%);margin:0 auto;text-align:left}}@media(max-width:600px){.hero{width:min(100% - 28px,1220px);padding-top:44px}.hero h1{font-size:clamp(2.65rem,14vw,4rem)}.search-box{grid-template-columns:1fr}.search-box button{width:100%}.preview-heading{align-items:flex-start;flex-direction:column;gap:3px}}.homepage-section,.why-section,.privacy-home-section,.home-faq-section,.seo-content,.stats-section{width:min(1180px,calc(100% - 40px));margin-left:auto;margin-right:auto}.homepage-section{padding:74px 0 12px;scroll-margin-top:105px}.section-header{max-width:720px;margin:0 auto 36px;text-align:center}.section-kicker{display:inline-block;margin-bottom:9px;color:#8b9cff;font-size:.75rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.section-header h2,.seo-content h2,.privacy-home-copy h2{margin:0 0 12px;font-size:clamp(2rem,4vw,2.9rem);line-height:1.12;letter-spacing:-.04em}.section-header p{margin:0;color:#8f9aad;line-height:1.75}.stats-section{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-top:4px}.stat-card{padding:22px 18px;border:1px solid rgba(255,255,255,.075);border-radius:16px;background:#ffffff06;text-align:center}.stat-card strong{display:block;margin-bottom:5px;color:#f8fafc;font-size:1.2rem;letter-spacing:-.025em}.stat-card span{color:#7f899a;font-size:.83rem}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.category-card{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:15px;min-height:94px;padding:18px;border:1px solid rgba(255,255,255,.075);border-radius:17px;background:linear-gradient(180deg,#ffffff09,#ffffff05);color:inherit;text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease}.category-card:hover,.category-card.active{transform:translateY(-3px);border-color:#6366f180;background:linear-gradient(135deg,#4f46e521,#0891b20b);box-shadow:0 16px 36px #00000026}.category-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#4f46e53d,#0891b22b);color:#aeb8ff}.category-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.category-copy{min-width:0}.category-copy strong,.category-copy small{display:block}.category-copy strong{margin-bottom:4px;color:#edf2f7;font-size:.98rem}.category-copy small{color:#788397;font-size:.8rem;line-height:1.4}.category-arrow{color:#6f7b90;font-size:1rem;transition:transform .2s ease,color .2s ease}.category-card:hover .category-arrow{transform:translate(3px);color:#67e8f9}.tools-home-section{padding-top:82px}.why-section{padding:86px 0 18px}.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.why-card{padding:25px;border:1px solid rgba(255,255,255,.075);border-radius:17px;background:#ffffff06}.why-icon{display:grid;place-items:center;width:45px;height:45px;margin-bottom:18px;border-radius:13px;background:#4f46e521;color:#9ca8ff}.why-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.why-card h3{margin:0 0 8px;color:#f1f5f9;font-size:1rem}.why-card p{margin:0;color:#8792a4;font-size:.89rem;line-height:1.7}.privacy-home-section{padding:76px 0 12px}.privacy-home-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:26px;padding:34px;border:1px solid rgba(99,102,241,.18);border-radius:22px;background:linear-gradient(120deg,#4f46e51a,#0891b20a,#ffffff05)}.privacy-home-icon{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:linear-gradient(135deg,#4338ca,#0e7490);color:#fff}.privacy-home-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8}.privacy-home-copy p{max-width:760px;margin:0;color:#919caf;line-height:1.75}.privacy-home-points{display:flex;flex-wrap:wrap;gap:10px 20px;margin-top:18px}.privacy-home-points span{display:inline-flex;align-items:center;gap:7px;color:#adb7c7;font-size:.82rem}.privacy-home-points svg{width:15px;height:15px;fill:none;stroke:#67e8f9;stroke-width:2.2}.privacy-home-link{display:inline-flex;align-items:center;gap:10px;padding:13px 17px;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:#ffffff0a;color:#eef2ff;font-size:.84rem;font-weight:800;text-decoration:none;white-space:nowrap;transition:transform .2s ease,border-color .2s ease}.privacy-home-link:hover{transform:translateY(-2px);border-color:#6366f180}.home-faq-section{padding:86px 0 12px}.home-faq-list{display:grid;gap:11px;max-width:900px;margin:0 auto}.home-faq-item{border:1px solid rgba(255,255,255,.075);border-radius:15px;background:#ffffff06;overflow:hidden}.home-faq-item summary{padding:19px 21px;color:#edf2f7;font-weight:700;cursor:pointer}.home-faq-item p{margin:0;padding:0 21px 20px;color:#8792a4;line-height:1.72}.seo-content{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:30px;margin-top:76px;margin-bottom:76px;padding:34px;border:1px solid rgba(255,255,255,.075);border-radius:20px;background:#ffffff06}.seo-content>div{max-width:820px}.seo-content p{margin:0;color:#8f9aad;line-height:1.8}.seo-content p+p{margin-top:12px}.seo-content-action{display:inline-flex;align-items:center;gap:10px;padding:13px 17px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#0e7490);color:#fff;font-size:.84rem;font-weight:800;text-decoration:none;white-space:nowrap}.tool-card[hidden]{display:none!important}body.light-theme .stat-card,body.light-theme .category-card,body.light-theme .why-card,body.light-theme .home-faq-item,body.light-theme .seo-content,body.light-theme .privacy-home-card{border-color:#e5e7eb;background:#fff}body.light-theme .stat-card strong,body.light-theme .category-copy strong,body.light-theme .why-card h3,body.light-theme .home-faq-item summary,body.light-theme .seo-content h2,body.light-theme .privacy-home-copy h2{color:#111827}body.light-theme .stat-card span,body.light-theme .category-copy small,body.light-theme .why-card p,body.light-theme .home-faq-item p,body.light-theme .seo-content p,body.light-theme .privacy-home-copy p,body.light-theme .section-header p{color:#667085}@media(max-width:950px){.stats-section,.why-grid,.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.privacy-home-card{grid-template-columns:auto minmax(0,1fr)}.privacy-home-link{grid-column:1 / -1;justify-self:start}}@media(max-width:680px){.homepage-section{padding-top:56px}.stats-section,.category-grid,.why-grid{grid-template-columns:1fr}.privacy-home-card{grid-template-columns:1fr;padding:26px}.privacy-home-icon{width:52px;height:52px}.seo-content{grid-template-columns:1fr;padding:27px 23px}.seo-content-action{justify-self:start}}.tools-section{max-width:1300px;margin:70px auto;padding:0 20px}.section-header{text-align:center;margin-bottom:38px}.section-header h2{margin-bottom:10px;font-size:clamp(2rem,4vw,2.7rem);font-weight:800;line-height:1.15;letter-spacing:-.03em}.section-header p{margin:0;color:#8f9aad;font-size:1rem;line-height:1.7}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;align-items:stretch}.tool-card{position:relative;display:flex;flex-direction:column;min-height:250px;padding:22px;overflow:hidden;border:1px solid rgba(255,255,255,.075);border-radius:18px;background:linear-gradient(180deg,#ffffff09,#ffffff05);color:inherit;text-decoration:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.tool-card:hover{transform:translateY(-5px);border-color:#6366f180;background:linear-gradient(135deg,#4f46e51a,#0891b20a);box-shadow:0 18px 42px #0000002e}.tool-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.tool-icon,.emoji{display:grid;place-items:center;width:46px;height:46px;flex:0 0 46px;border-radius:14px;background:linear-gradient(135deg,#4f46e533,#0891b224);font-size:1.55rem;line-height:1}.tool-category{padding:6px 10px;border:1px solid rgba(99,102,241,.16);border-radius:999px;background:#4f46e514;color:#9ca8ff;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.tool-card h3{margin:0 0 9px;color:#f1f5f9;font-size:1.2rem;font-weight:750;line-height:1.3;letter-spacing:-.02em}.tool-card p{margin:0 0 16px;color:#8d98aa;font-size:.9rem;line-height:1.65}.tool-features{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 18px;padding:0;list-style:none}.tool-features li{padding:5px 8px;border-radius:999px;background:#ffffff09;color:#7f899a;font-size:.72rem;line-height:1}.tool-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.07);color:#cfd6df;font-size:.84rem;font-weight:750}.arrow{color:#708097;font-size:1rem;transition:transform .2s ease,color .2s ease}.tool-card:hover .arrow{transform:translate(4px);color:#67e8f9}.featured-tool{border-color:#6366f138;background:linear-gradient(145deg,#4f46e51b,#0891b20b)}.featured-tool:before{content:"";position:absolute;top:-90px;left:-70px;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(99,102,241,.16),transparent 70%);pointer-events:none}.featured-badge{position:absolute;top:14px;right:14px;z-index:3;padding:5px 9px;border-radius:999px;background:linear-gradient(135deg,#4f46e5,#0e7490);color:#fff;font-size:.64rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 8px 22px #4f46e538}.featured-tool:hover{transform:translateY(-6px)}body.light-theme .tool-card{border-color:#e4e7ec;background:#fff}body.light-theme .tool-card:hover{border-color:#c7d2fe;background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 16px 36px #0f172a14}body.light-theme .tool-card h3{color:#111827}body.light-theme .tool-card p{color:#667085}body.light-theme .tool-category{border-color:#dfe4ff;background:#f5f6ff;color:#4f46e5}body.light-theme .tool-features li{background:#f7f8fa;color:#667085}body.light-theme .tool-footer{border-color:#eceff3;color:#344054}@media(max-width:900px){.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.tool-card{min-height:220px;padding:18px}.tool-card h3{font-size:1.08rem}}@media(max-width:620px){.tools-section{margin:48px auto;padding:0 14px}.section-header{margin-bottom:26px}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tool-card{min-height:0;padding:14px;border-radius:15px}.tool-top{gap:8px;margin-bottom:12px}.tool-icon,.emoji{width:38px;height:38px;flex-basis:38px;border-radius:11px;font-size:1.2rem}.tool-category{max-width:90px;padding:4px 7px;overflow:hidden;font-size:.56rem;text-overflow:ellipsis}.tool-card h3{margin-bottom:6px;font-size:.94rem;line-height:1.25}.tool-card p{display:-webkit-box;margin-bottom:10px;overflow:hidden;color:#8792a4;font-size:.76rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tool-features{gap:5px;margin-bottom:11px}.tool-features li{padding:4px 6px;font-size:.61rem}.tool-footer{padding-top:10px;font-size:.7rem}.arrow{font-size:.85rem}.featured-badge{top:8px;right:8px;padding:4px 6px;font-size:.52rem}}@media(max-width:390px){.tools-grid{grid-template-columns:1fr}.tool-card{padding:15px}.tool-card p{-webkit-line-clamp:2}}.categories{max-width:1300px;margin:80px auto;padding:0 20px}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.category-card{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:220px;padding:28px;border-radius:22px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:.3s;color:inherit;text-decoration:none;cursor:pointer}.category-card:hover{transform:translateY(-8px);border-color:#7c3aed;box-shadow:0 18px 40px #7c3aed38}.category-icon{font-size:3rem;margin-bottom:18px;transition:.3s}.category-card:hover .category-icon{transform:scale(1.15) rotate(8deg)}.category-card h3{font-size:1.25rem;margin-bottom:10px;font-weight:700}.category-card p{font-size:.95rem;line-height:1.7;opacity:.82}.tool-page{max-width:1000px;margin:120px auto 80px;padding:0 20px}.tool-container{max-width:800px;margin:auto}.tool-header h1{font-size:2.4rem;margin-bottom:12px}.tool-header p{color:#94a3b8}.tool-box,.calculator,.password-generator,.unscrambler-box,.ip-card{background:#171722;border:1px solid rgba(255,255,255,.08);border-radius:22px;padding:30px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.calc-display{width:100%;height:70px;border:none;border-radius:16px;background:#0f1117;color:#fff;padding:18px;font-size:2rem;text-align:right;margin-bottom:20px}.calc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.calc-btn{height:65px;border:none;border-radius:14px;background:#232330;color:#fff;font-size:1.2rem;cursor:pointer;transition:.2s}.calc-btn:hover{background:#313145}.operator{background:#7c3aed}.equals{background:#06b6d4;grid-column:span 2}textarea,input[type=text],input[type=number]{width:100%;padding:16px;border:none;border-radius:14px;background:#0f1117;color:#fff;margin-bottom:16px;resize:vertical}.button-group{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.button-group button,.primary-btn,.secondary-btn,.copy-btn{flex:1;padding:15px;border:none;border-radius:14px;cursor:pointer;font-weight:700}.primary-btn,.button-group button:first-child,.copy-btn{background:#7c3aed;color:#fff}.secondary-btn,.button-group button:last-child{background:#06b6d4;color:#fff}.password-options{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin:20px 0}.password-length{margin:20px 0}.password-length input{margin-top:10px}.strength{margin-top:20px;font-weight:700}.results{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:20px}.word-card,.word-item{background:#232330;border-radius:12px;padding:12px;text-align:center;font-weight:700}.ip-row{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.08)}.ip-row:last-child{border-bottom:none}body.light-theme .tool-box,body.light-theme .calculator,body.light-theme .password-generator,body.light-theme .unscrambler-box,body.light-theme .ip-card{background:#fff;color:#111827}body.light-theme textarea,body.light-theme input,body.light-theme .calc-display{background:#f3f4f6;color:#111827}body.light-theme .calc-btn{background:#e5e7eb;color:#111827}.image-toolkit{max-width:900px;margin:auto;background:#171722;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:40px}.upload-area{display:block;border:2px dashed #7c3aed;border-radius:20px;padding:70px 30px;text-align:center;cursor:pointer;transition:.3s;margin-bottom:35px}.upload-area:hover{background:#7c3aed14}.upload-area h3{margin-bottom:10px;font-size:1.5rem}.upload-area p{opacity:.75}#imageInput{display:none}#imagePreview{margin:35px 0;text-align:center}#imagePreview img{max-width:100%;max-height:420px;border-radius:18px;box-shadow:0 20px 40px #00000059}.tool-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin:35px 0}.tool-options input,.tool-options select{padding:15px;border:none;border-radius:14px;background:#232330;color:#fff}.image-actions{display:flex;gap:15px;flex-wrap:wrap}.image-actions button{flex:1}.image-info{margin:30px 0;background:#1b1d28;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:22px}.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.info-row:last-child{border:none}.info-row strong{color:#fff;font-weight:700}.image-info{margin:30px 0;background:#1b1d28;border-radius:18px;border:1px solid rgba(255,255,255,.08);padding:24px}.info-row{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.06)}.info-row:last-child{border-bottom:none}.info-row span{opacity:.75}.info-row strong{font-weight:700}.preview-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin:35px 0}.preview-box{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:20px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.preview-box h3{margin-bottom:18px;font-size:18px;font-weight:700}.preview-box img{width:100%;border-radius:12px;display:block}#convertedPreview{display:flex;align-items:center;justify-content:center;min-height:240px;color:#9ca3af}.optimization-stats{margin-top:35px;padding:25px;border-radius:18px;background:linear-gradient(180deg,#7c3aed14,#06b6d40d);border:1px solid rgba(255,255,255,.08)}.optimization-stats h3{margin-bottom:12px}.optimization-stats p{opacity:.8}.tool-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-top:35px}.tool-options input,.tool-options select{padding:14px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff0d;color:#fff;font-size:15px;outline:none}.tool-options input:focus,.tool-options select:focus{border-color:#7c3aed}#qualitySlider{padding:0;cursor:pointer}#qualityValue{margin-top:5px;color:#8b5cf6;font-weight:700}.image-actions{display:flex;gap:18px;margin-top:35px;flex-wrap:wrap}.primary-btn,.secondary-btn{padding:16px 28px;border:none;border-radius:14px;cursor:pointer;font-weight:700;font-size:16px;transition:.3s}.primary-btn{background:linear-gradient(135deg,#7c3aed,#06b6d4);color:#fff}.primary-btn:hover{transform:translateY(-4px);box-shadow:0 15px 35px #7c3aed59}.secondary-btn:hover{background:#ffffff26}@media(max-width:900px){.preview-wrapper{grid-template-columns:1fr}}.tool-page{max-width:1100px;margin:70px auto;padding:20px}.tool-container{background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:40px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.tool-header{text-align:center;margin-bottom:35px}.tool-header h1{font-size:2.5rem;margin-bottom:12px}.tool-header p{opacity:.8;font-size:1.05rem}.upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px;border:2px dashed rgba(255,255,255,.15);border-radius:20px;cursor:pointer;transition:.3s;margin-bottom:30px}.upload-area:hover{border-color:#7c3aed;background:#7c3aed14}.upload-icon{font-size:60px;margin-bottom:15px}#imagePreview{margin:30px 0;display:flex;justify-content:center}.preview-image{max-width:100%;border-radius:18px;box-shadow:0 20px 45px #0000004d}.image-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:30px 0}.info-row{display:flex;justify-content:space-between;padding:16px;background:#ffffff0d;border-radius:14px}.tool-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin:35px 0}.tool-options label{display:flex;flex-direction:column;gap:8px;font-weight:600}.tool-options input,.tool-options select{padding:14px;border:none;border-radius:12px;background:#202020;color:#fff}.image-actions{display:flex;gap:20px;justify-content:center;margin-top:35px;flex-wrap:wrap}.primary-btn,.secondary-btn{padding:15px 32px;border:none;border-radius:14px;font-weight:700;cursor:pointer;transition:.25s}.primary-btn{background:#7c3aed;color:#fff}.primary-btn:hover{transform:translateY(-2px)}.secondary-btn{background:#2d2d2d;color:#fff}.secondary-btn:hover{background:#444}.json-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:16px 0 4px}.json-file-button,.json-option,.json-check-option,.json-toolbar .secondary-btn{min-height:44px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0b;color:#d7deea;font-size:.86rem;font-weight:700}.json-file-button,.json-check-option{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;cursor:pointer}.json-option{display:inline-flex;align-items:center;gap:9px;padding-left:14px}.json-option select{align-self:stretch;border:0;border-left:1px solid rgba(255,255,255,.1);border-radius:0 11px 11px 0;background:#171d29;padding:0 11px;color:#f8fafc}.json-check-option input{width:17px;height:17px;accent-color:#6366f1}.json-toolbar .secondary-btn{padding:10px 14px}.json-result-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:12px;color:#7f8b9e;font-size:.8rem}#jsonStatus[data-state=success]{color:#6ee7b7}#jsonStatus[data-state=error]{color:#fda4af}body.light-theme .json-file-button,body.light-theme .json-option,body.light-theme .json-check-option,body.light-theme .json-toolbar .secondary-btn{border-color:#dfe3ea;background:#f8fafc;color:#344054}body.light-theme .json-option select{border-color:#dfe3ea;background:#fff;color:#111827}@media(max-width:620px){.json-toolbar>*{flex:1 1 calc(50% - 12px);justify-content:center}.json-option select{flex:1}}.qr-options-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}.qr-options-grid label{display:flex;min-width:0;flex-direction:column;gap:8px;color:#aeb8c8;font-size:.82rem;font-weight:700}.qr-options-grid select,.qr-options-grid input[type=color]{width:100%;min-height:46px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#0f1117;padding:10px 12px;color:#f8fafc}.qr-options-grid input[type=color]{padding:5px;cursor:pointer}.qr-input-meta{display:flex;justify-content:space-between;gap:15px;margin:-7px 2px 4px;color:#7f8b9e;font-size:.76rem}.qr-input-meta span:first-child{max-width:560px}.qr-input-meta span:last-child{flex:0 0 auto}.qr-result{display:grid;min-height:150px;place-items:center;margin-top:22px;border:1px dashed rgba(148,163,184,.24);border-radius:18px;background:#03071252;padding:24px}.tool-empty-state,.qr-message{margin:0;color:#8e9aad;text-align:center}.qr-message--error{color:#fda4af}.qr-preview-card{display:flex;max-width:100%;flex-direction:column;align-items:center;gap:18px}.qr-image{width:min(100%,320px);height:auto;border-radius:12px;box-shadow:0 18px 45px #00000047}.qr-preview-meta{display:grid;gap:4px;color:#8e9aad;text-align:center;font-size:.84rem}.qr-preview-meta strong{color:#f8fafc;font-size:1rem}.qr-contrast-notice{min-height:24px;margin:14px 2px 0;color:#8e9aad;font-size:.8rem}.qr-contrast-notice[data-state=success]{color:#6ee7b7}.qr-contrast-notice[data-state=warning]{color:#fbbf24}body.light-theme .qr-options-grid label,body.light-theme .qr-input-meta,body.light-theme .qr-contrast-notice,body.light-theme .qr-preview-meta,body.light-theme .tool-empty-state{color:#667085}body.light-theme .qr-options-grid select,body.light-theme .qr-options-grid input[type=color],body.light-theme .qr-result{border-color:#dfe3ea;background:#f8fafc;color:#111827}body.light-theme .qr-preview-meta strong{color:#111827}@media(max-width:720px){.qr-options-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.qr-input-meta{flex-direction:column;gap:4px}}@media(max-width:460px){.qr-options-grid{grid-template-columns:1fr}}.tool-eyebrow{display:inline-block;margin-bottom:12px;color:#818cf8;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.tool-content-section{padding:72px 20px}.tool-content-section--muted{background:#ffffff06;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.tool-content-container{width:min(1100px,100%);margin:0 auto}.tool-content-heading{max-width:760px;margin:0 auto 34px;text-align:center}.tool-content-heading h2,.tool-content-split h2{margin-bottom:14px;font-size:clamp(1.9rem,4vw,2.7rem);line-height:1.2;letter-spacing:-.035em}.tool-content-heading p,.tool-content-split>div>p{color:#98a4b6;line-height:1.8}.content-card-grid,.feature-list-grid,.related-tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.content-card,.feature-list-card{padding:26px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#ffffff09}.content-card-number{display:grid;place-items:center;width:38px;height:38px;margin-bottom:18px;border-radius:11px;background:#4f46e529;color:#a5b4fc;font-size:.78rem;font-weight:900}.content-card h3,.feature-list-card h3{margin-bottom:9px;font-size:1.05rem}.content-card p,.feature-list-card p{color:#8f9bae;font-size:.93rem;line-height:1.7}.feature-list-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tool-content-split{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);align-items:start;gap:36px}.use-case-list{display:grid;gap:12px;margin-top:24px;padding:0;list-style:none}.use-case-list li{position:relative;padding-left:28px;color:#a7b1c1}.use-case-list li:before{content:"✓";position:absolute;left:0;color:#22d3ee;font-weight:900}.privacy-note{padding:28px;border:1px solid rgba(99,102,241,.28);border-radius:20px;background:linear-gradient(135deg,#4f46e51f,#0891b20f)}.privacy-note-icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:18px;border-radius:14px;background:#4f46e529}.privacy-note h3{margin-bottom:10px}.privacy-note p{color:#98a4b6;line-height:1.75}.faq-list{display:grid;gap:14px;max-width:860px;margin:0 auto}.faq-item{border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff09;overflow:hidden}.faq-item summary{padding:20px;color:#f8fafc;font-weight:800;cursor:pointer}.faq-item p{padding:0 20px 20px;color:#94a0b3;line-height:1.75}.related-tools-section{padding:72px 20px 86px}.related-tool-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:15px;padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#ffffff09;color:inherit;text-decoration:none;transition:transform .2s ease,border-color .2s ease,background .2s ease}.related-tool-card:hover{transform:translateY(-3px);border-color:#6366f18c;background:linear-gradient(135deg,#4f46e51f,#0891b20d)}.related-tool-card>span{font-size:1.5rem}.related-tool-card h3{margin-bottom:4px;font-size:1rem}.related-tool-card p{color:#8f9bae;font-size:.87rem}.related-tool-card>strong{color:#67e8f9}body.light-theme .tool-content-section--muted{background:#f8fafc;border-color:#e7eaf0}body.light-theme .content-card,body.light-theme .feature-list-card,body.light-theme .faq-item,body.light-theme .related-tool-card{background:#fff;border-color:#e4e7ec}body.light-theme .content-card h3,body.light-theme .feature-list-card h3,body.light-theme .faq-item summary,body.light-theme .related-tool-card h3,body.light-theme .tool-content-heading h2,body.light-theme .tool-content-split h2{color:#111827}body.light-theme .content-card p,body.light-theme .feature-list-card p,body.light-theme .faq-item p,body.light-theme .related-tool-card p,body.light-theme .tool-content-heading p,body.light-theme .tool-content-split>div>p,body.light-theme .privacy-note p,body.light-theme .use-case-list li{color:#667085}@media(max-width:900px){.content-card-grid,.feature-list-grid,.related-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-content-split{grid-template-columns:1fr}}@media(max-width:620px){.tool-content-section,.related-tools-section{padding:54px 16px}.content-card-grid,.feature-list-grid,.related-tools-grid{grid-template-columns:1fr}}.content-code-example{margin-top:16px;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#030712b8;color:#c4f1ff;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.85rem;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}body.light-theme .content-code-example{border-color:#e4e7ec;background:#f7f8fa;color:#344054}.guides-hero,.guides-index,.guide-method{width:min(1180px,calc(100% - 40px));margin-inline:auto}.guides-hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:end;gap:54px;padding:96px 0 58px}.guides-hero-copy{max-width:770px}.guides-hero h1{max-width:760px;margin:0 0 22px;font-family:Poppins,sans-serif;font-size:clamp(2.7rem,6.5vw,5rem);line-height:1.02;letter-spacing:-.055em;background:linear-gradient(95deg,#fff 12%,#b8bfff 54%,#67e8f9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.guides-hero-copy>p{max-width:720px;color:#a3aec0;font-size:1.08rem;line-height:1.85}.guides-principles{display:grid;gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:22px;background:#ffffff14;box-shadow:0 24px 60px #0003}.guides-principles>div{display:grid;gap:5px;padding:22px 24px;background:#0a0f1beb}.guides-principles strong{color:#f8fafc;font-size:.95rem}.guides-principles span{color:#8793a7;font-size:.86rem;line-height:1.55}.guides-index{padding:66px 0 34px}.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.home-guides-action{display:flex;justify-content:center;margin-top:28px}.guide-card{display:flex;min-height:290px;flex-direction:column;padding:30px;border:1px solid rgba(255,255,255,.085);border-radius:22px;background:radial-gradient(circle at 100% 0,rgba(79,70,229,.12),transparent 38%),#ffffff08;transition:transform .22s ease,border-color .22s ease,background .22s ease}.guide-card:hover{transform:translateY(-4px);border-color:#6366f18c;background:radial-gradient(circle at 100% 0,rgba(79,70,229,.2),transparent 40%),#ffffff0c}.guide-card-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:30px}.guide-card-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:linear-gradient(135deg,#4f46e559,#0891b233);color:#dfe4ff;font-family:SFMono-Regular,Consolas,monospace;font-size:.8rem;font-weight:900}.guide-card-category{color:#8b9cff;font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.guide-card h3{max-width:500px;margin:0 0 12px;font-family:Poppins,sans-serif;font-size:clamp(1.35rem,3vw,1.8rem);line-height:1.25;letter-spacing:-.03em}.guide-card>p{margin:0 0 28px;color:#929eb1;line-height:1.75}.guide-card-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:20px;border-top:1px solid rgba(255,255,255,.07);color:#7e899b;font-size:.84rem}.guide-card-footer strong{color:#67e8f9}.guide-method{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;margin-top:58px;padding:44px;border:1px solid rgba(99,102,241,.24);border-radius:25px;background:linear-gradient(135deg,#4f46e51a,#0891b20b)}.guide-method h2{margin:0;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.2;letter-spacing:-.04em}.guide-method p{margin:0 0 18px;color:#a3aec0;line-height:1.8}.guide-article{padding:64px 20px 30px}.guide-shell{width:min(1040px,100%);margin-inline:auto}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:9px;margin-bottom:48px;color:#788599;font-size:.83rem}.breadcrumbs a{color:#a5b4fc}.breadcrumbs a:hover{color:#67e8f9}.guide-header{max-width:880px;margin-bottom:44px}.guide-header h1{margin:0 0 20px;font-family:Poppins,sans-serif;font-size:clamp(2.45rem,6vw,4.7rem);line-height:1.04;letter-spacing:-.052em;color:#f8fafc}.guide-header>p{max-width:820px;margin-bottom:24px;color:#aab4c5;font-size:1.12rem;line-height:1.8}.guide-meta{display:flex;flex-wrap:wrap;gap:9px;color:#7f8b9e;font-size:.84rem}.guide-body{max-width:820px}.guide-body>h2,.guide-body>h3,.guide-sources h2{scroll-margin-top:105px;color:#f7f8fc}.guide-body>h2,.guide-sources h2{margin:64px 0 18px;font-family:Poppins,sans-serif;font-size:clamp(1.75rem,4vw,2.35rem);line-height:1.25;letter-spacing:-.035em}.guide-body>h3{margin:40px 0 12px;font-size:1.2rem;line-height:1.4}.guide-body>p,.guide-body>ul,.guide-body>ol,.guide-sources li{color:#b4bece;font-size:1rem;line-height:1.9}.guide-body>p{margin:0 0 21px}.guide-body code{border:1px solid rgba(255,255,255,.08);border-radius:6px;background:#ffffff0e;padding:.12rem .38rem;color:#dbeafe;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.9em}.guide-body pre{margin:18px 0 25px;overflow-x:auto;border:1px solid rgba(255,255,255,.085);border-radius:15px;background:#080d17;padding:20px;color:#cdefff;line-height:1.7}.guide-body pre code{border:0;background:transparent;padding:0;color:inherit}.guide-summary,.guide-note{margin:0 0 34px;border:1px solid rgba(99,102,241,.28);border-radius:18px;background:linear-gradient(135deg,#4f46e524,#0891b20f);padding:26px}.guide-summary strong,.guide-note strong{display:block;margin-bottom:8px;color:#c7d2fe;font-size:.78rem;letter-spacing:.11em;text-transform:uppercase}.guide-summary p,.guide-note p{margin:0;color:#bdc6d5;line-height:1.8}.guide-toc{display:grid;grid-template-columns:1fr 1fr;gap:10px 22px;margin:0 0 56px;padding:24px 26px;border:1px solid rgba(255,255,255,.075);border-radius:18px;background:#ffffff06}.guide-toc strong{grid-column:1 / -1;margin-bottom:6px;color:#f8fafc}.guide-toc a{color:#9ea9bc;font-size:.9rem}.guide-toc a:hover{color:#67e8f9}.example-pair{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:18px 0 22px}.example-pair pre{height:calc(100% - 28px);margin:8px 0 0}.example-label{color:#a5b4fc;font-size:.74rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.example-label--bad{color:#fda4af}.example-label--good{color:#6ee7b7}.guide-table-wrap{margin:22px 0 30px;overflow-x:auto;border:1px solid rgba(255,255,255,.085);border-radius:16px}.guide-table{width:100%;min-width:660px;border-collapse:collapse;text-align:left}.guide-table th,.guide-table td{padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.07);vertical-align:top}.guide-table th{background:#4f46e51c;color:#e8eaff;font-size:.78rem;letter-spacing:.055em;text-transform:uppercase}.guide-table td{color:#acb6c7;line-height:1.65}.guide-table tr:last-child td{border-bottom:0}.guide-steps,.guide-checklist{display:grid;gap:13px;margin:22px 0 30px;padding:0;list-style:none;counter-reset:guide-step}.guide-steps li,.guide-checklist li{position:relative;min-height:52px;border-left:2px solid rgba(99,102,241,.38);padding:4px 0 4px 52px}.guide-steps li{counter-increment:guide-step}.guide-steps li:before,.guide-checklist li:before{position:absolute;left:13px;top:4px;color:#8b9cff;font-size:.78rem;font-weight:900}.guide-steps li:before{content:counter(guide-step,decimal-leading-zero)}.guide-checklist li:before{content:"✓";color:#67e8f9}.guide-steps strong,.guide-checklist strong{color:#f8fafc}.guide-number-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:22px 0 32px}.guide-number-grid article{padding:23px;border:1px solid rgba(255,255,255,.08);border-radius:17px;background:#ffffff08}.guide-number-grid span{display:inline-block;margin-bottom:16px;color:#8b9cff;font-size:.75rem;font-weight:900}.guide-number-grid h3{margin:0 0 8px}.guide-number-grid p{margin:0;color:#9eabba;line-height:1.7}.guide-sources{margin-top:68px;padding-top:2px;border-top:1px solid rgba(255,255,255,.08)}.guide-sources ul{padding-left:20px}.guide-sources li{margin-bottom:8px}.guide-sources a,.guide-return a{color:#a5b4fc;text-decoration:underline;text-decoration-color:#a5b4fc59;text-underline-offset:4px}.guide-sources a:hover,.guide-return a:hover{color:#67e8f9}.guide-tool-cta{display:flex;align-items:center;justify-content:space-between;gap:28px;margin-top:64px;padding:30px;border:1px solid rgba(99,102,241,.28);border-radius:20px;background:linear-gradient(135deg,#4f46e526,#0891b212)}.guide-tool-cta h2{margin:0 0 8px;font-size:1.35rem}.guide-tool-cta p{margin:0;color:#9da8b9;line-height:1.65}.guide-tool-cta .home-btn{flex:0 0 auto}.guide-return{margin-top:30px}.guide-callout{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;margin-top:34px;padding:25px;border:1px solid rgba(99,102,241,.25);border-radius:18px;background:linear-gradient(135deg,#4f46e51c,#0891b20e)}.guide-callout-icon{display:grid;width:46px;height:46px;place-items:center;border-radius:13px;background:#4f46e533;color:#dfe4ff;font-weight:900}.guide-callout h3{margin:0 0 4px}.guide-callout p{margin:0;color:#98a4b6;font-size:.9rem}.guide-callout>strong{color:#67e8f9}body.light-theme .guides-hero h1{background:linear-gradient(95deg,#111827 12%,#5b21b6 58%,#0e7490);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .guides-hero-copy>p,body.light-theme .guide-method p,body.light-theme .guide-header>p,body.light-theme .guide-body>p,body.light-theme .guide-body>ul,body.light-theme .guide-body>ol,body.light-theme .guide-sources li{color:#586174}body.light-theme .guides-principles,body.light-theme .guide-card,body.light-theme .guide-method,body.light-theme .guide-toc,body.light-theme .guide-number-grid article,body.light-theme .guide-callout,body.light-theme .guide-tool-cta,body.light-theme .guide-summary,body.light-theme .guide-note{border-color:#0f172a1a;background-color:#fff;box-shadow:0 18px 50px #0f172a11}body.light-theme .guides-principles>div{background:#fff}body.light-theme .guides-principles strong,body.light-theme .guide-card h3,body.light-theme .guide-method h2,body.light-theme .guide-header h1,body.light-theme .guide-body>h2,body.light-theme .guide-body>h3,body.light-theme .guide-sources h2,body.light-theme .guide-toc strong,body.light-theme .guide-steps strong,body.light-theme .guide-checklist strong,body.light-theme .guide-number-grid h3,body.light-theme .guide-tool-cta h2,body.light-theme .guide-callout h3{color:#111827}body.light-theme .guide-card>p,body.light-theme .guide-number-grid p,body.light-theme .guide-tool-cta p,body.light-theme .guide-callout p,body.light-theme .guide-summary p,body.light-theme .guide-note p{color:#667085}body.light-theme .guide-body code{border-color:#e4e7ec;background:#f3f5f8;color:#344054}body.light-theme .guide-body pre{border-color:#e1e5ea;background:#0f172a;color:#d9f4ff}body.light-theme .guide-body pre code{background:transparent;color:inherit}body.light-theme .guide-table-wrap{border-color:#e1e5ea}body.light-theme .guide-table th{background:#f2f4ff;color:#353a69}body.light-theme .guide-table td{border-color:#e8eaee;color:#586174}@media(max-width:880px){.guides-hero,.guide-method{grid-template-columns:1fr;gap:32px}.guides-hero{padding-top:68px}}@media(max-width:680px){.guides-hero,.guides-index,.guide-method{width:min(100% - 32px,1180px)}.guide-grid,.guide-toc,.example-pair,.guide-number-grid{grid-template-columns:1fr}.guide-method,.guide-card{padding:25px}.guide-article{padding:44px 16px 10px}.breadcrumbs{margin-bottom:34px}.guide-tool-cta{align-items:stretch;flex-direction:column}.guide-tool-cta .home-btn{width:100%}.guide-callout{grid-template-columns:auto minmax(0,1fr)}.guide-callout>strong{display:none}}.image-toolkit{max-width:1400px;margin:auto;padding:40px 20px}.tool-header{text-align:center;margin-bottom:40px}.tool-header h1{font-size:3rem;margin-bottom:12px}.tool-header p{opacity:.75;font-size:1.05rem}.upload-area{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:55px;border:2px dashed rgba(255,255,255,.15);border-radius:24px;background:#ffffff0a;cursor:pointer;transition:.3s;margin-bottom:35px}.upload-area:hover{border-color:#8b5cf6;background:#7c3aed14}.upload-area input{display:none}.upload-icon{font-size:4rem;margin-bottom:15px}.preview-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:35px 0}.preview-box{padding:25px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:22px;min-height:340px}.preview-box h3{margin-bottom:18px}.preview-box img{width:100%;max-height:300px;-o-object-fit:contain;object-fit:contain;border-radius:14px}.image-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:15px;margin:35px 0}.info-row{padding:18px;border-radius:16px;background:#ffffff0a;display:flex;justify-content:space-between;align-items:center}.tool-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:22px;margin:40px 0}.tool-options label{display:flex;flex-direction:column;gap:10px;font-weight:600}.tool-options input,.tool-options select{padding:14px;border:none;border-radius:12px;background:#ffffff0f;color:#fff}.tool-options input[type=range]{padding:0;accent-color:#8b5cf6}.quality-display{font-weight:700;color:#8b5cf6}.checkbox-option{flex-direction:row!important;align-items:center;gap:12px;margin-top:18px}.optimization-stats{margin:45px 0;padding:28px;border-radius:22px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.optimization-stats h3{margin-bottom:25px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.stat-item{padding:20px;background:#ffffff0d;border-radius:16px;display:flex;flex-direction:column;gap:10px}.stat-item strong{font-size:1.25rem;color:#8b5cf6}.image-actions{display:flex;justify-content:center;gap:20px;margin-top:35px;flex-wrap:wrap}.primary-btn,.secondary-btn{padding:15px 28px;border:none;border-radius:14px;font-size:16px;cursor:pointer;transition:.3s;font-weight:700}.primary-btn{background:linear-gradient(135deg,#8b5cf6,#06b6d4);color:#fff}.secondary-btn{background:#ffffff14;color:#fff}.primary-btn:hover,.secondary-btn:hover{transform:translateY(-4px);box-shadow:0 18px 35px #7c3aed40}@media(max-width:900px){.preview-wrapper,.tool-options{grid-template-columns:1fr}.image-actions{flex-direction:column}.primary-btn,.secondary-btn{width:100%}}.upload-area.drag-active{border-color:#8b5cf6;background:#7c3aed24;box-shadow:0 0 0 4px #7c3aed14;transform:translateY(-2px)}.legal-page{min-height:calc(100vh - 160px);padding:90px 20px 70px}.legal-container{width:100%;max-width:980px;margin:0 auto;padding:48px;border-radius:28px;background:linear-gradient(180deg,#ffffff0e,#ffffff06);border:1px solid rgba(255,255,255,.09);box-shadow:0 28px 70px #00000047;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.legal-container h1{margin:0 0 16px;font-family:Poppins,sans-serif;font-size:clamp(2.3rem,5vw,3.5rem);line-height:1.1;font-weight:800;letter-spacing:-.035em;background:linear-gradient(90deg,#fff,#c4b5fd 48%,#67e8f9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.legal-container>p:first-of-type{margin-top:0}.legal-updated{display:inline-flex;padding:8px 14px;margin:0 0 32px!important;border-radius:999px;background:#7c3aed1f;border:1px solid rgba(139,92,246,.24);color:#c4b5fd!important;font-size:.9rem}.legal-container h2{margin:42px 0 14px;font-family:Poppins,sans-serif;font-size:1.35rem;line-height:1.35;font-weight:700;color:#fff}.legal-container h3{margin:28px 0 12px;font-size:1.08rem;color:#f8fafc}.legal-container p,.legal-container li{color:#b8c2d3;font-size:1rem;line-height:1.85}.legal-container p{margin:0 0 18px}.legal-container ul,.legal-container ol{margin:18px 0 24px;padding-left:24px}.legal-container li{margin-bottom:10px}.legal-container strong{color:#f8fafc}.legal-container a{color:#a78bfa;text-decoration:none;transition:color .2s ease,opacity .2s ease}.legal-container a:hover{color:#67e8f9}.legal-link{display:inline-flex;align-items:center;gap:8px;margin-top:4px;font-weight:700}.contact-form{display:grid;gap:18px;margin-top:32px}.contact-form input,.contact-form textarea{width:100%;padding:16px 18px;border-radius:16px;border:1px solid rgba(255,255,255,.09);background:#ffffff0b;color:#fff;font:inherit;outline:none;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.contact-form input::-moz-placeholder,.contact-form textarea::-moz-placeholder{color:#7f8ba1}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#7f8ba1}.contact-form input:focus,.contact-form textarea:focus{border-color:#8b5cf6;background:#7c3aed0f;box-shadow:0 0 0 4px #7c3aed1f}.contact-form button{min-height:54px;padding:15px 24px;border:0;border-radius:16px;background:linear-gradient(135deg,#7c3aed,#06b6d4);color:#fff;font-weight:800;font-size:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.contact-form button:hover{transform:translateY(-2px);box-shadow:0 16px 36px #7c3aed4d}.not-found-page{min-height:calc(100vh - 160px);display:flex;align-items:center;justify-content:center;padding:90px 20px}.not-found-card{width:100%;max-width:720px;padding:60px 40px;text-align:center;border-radius:30px;background:linear-gradient(180deg,#ffffff0f,#ffffff06);border:1px solid rgba(255,255,255,.09);box-shadow:0 30px 80px #00000052}.not-found-card h1{margin:0;font-size:clamp(6rem,18vw,10rem);line-height:.95;font-weight:900;background:linear-gradient(135deg,#8b5cf6,#06b6d4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.not-found-card h2{margin:24px 0 12px;font-size:2rem}.not-found-card p{margin:0 auto 30px;max-width:560px;color:#aeb8c8;line-height:1.8}.home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:14px 24px;border-radius:15px;background:linear-gradient(135deg,#7c3aed,#06b6d4);color:#fff;text-decoration:none;font-weight:800;transition:transform .2s ease,box-shadow .2s ease}.home-btn:hover{transform:translateY(-2px);box-shadow:0 15px 35px #7c3aed47}body.light-theme .legal-container,body.light-theme .not-found-card{background:#ffffffe0;border-color:#0f172a14;box-shadow:0 24px 65px #0f172a17}body.light-theme .legal-container h1{background:linear-gradient(90deg,#111827,#6d28d9,#0891b2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}body.light-theme .legal-container h2,body.light-theme .legal-container h3,body.light-theme .legal-container strong{color:#111827}body.light-theme .legal-container p,body.light-theme .legal-container li,body.light-theme .not-found-card p{color:#586174}body.light-theme .contact-form input,body.light-theme .contact-form textarea{background:#f8fafc;border-color:#e5e7eb;color:#111827}@media(max-width:700px){.legal-page{padding:55px 16px 45px}.legal-container{padding:30px 22px;border-radius:22px}.legal-container h2{margin-top:34px}.not-found-card{padding:45px 22px}}.cookie-consent{position:fixed;inset:auto 20px 20px;z-index:99999;display:flex;justify-content:center}.cookie-consent__content{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;width:min(1120px,100%);padding:22px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#0a0f19f7;box-shadow:0 28px 80px #0000007a;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.cookie-consent__icon{display:grid;place-items:center;width:50px;height:50px;border-radius:15px;background:linear-gradient(135deg,#4f46e5,#0891b2);color:#fff;font-size:1.25rem}.cookie-consent__text h2{margin:0 0 7px;color:#fff;font-size:1.05rem}.cookie-consent__text p{margin:0 0 7px;color:#a8b2c2;font-size:.9rem;line-height:1.6}.cookie-consent__text a{color:#8bdcf2;font-size:.86rem;font-weight:700;text-decoration:none}.cookie-consent__actions{display:flex;gap:10px}.cookie-btn{min-height:44px;padding:11px 17px;border-radius:12px;font:inherit;font-size:.86rem;font-weight:800;white-space:nowrap;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease}.cookie-btn:hover{transform:translateY(-1px)}.cookie-btn--primary{border:0;background:linear-gradient(135deg,#4f46e5,#0891b2);color:#fff}.cookie-btn--secondary{border:1px solid rgba(255,255,255,.14);background:#ffffff0d;color:#dce4ef}.privacy-settings-button{position:fixed;left:14px;bottom:14px;z-index:9998;padding:8px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#0a0f19e0;color:#b8c2d3;font:inherit;font-size:.72rem;cursor:pointer;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}body.light-theme .cookie-consent__content{border-color:#e5e7eb;background:#fffffffa;box-shadow:0 24px 70px #0f172a2e}body.light-theme .cookie-consent__text h2{color:#111827}body.light-theme .cookie-consent__text p{color:#5f697a}body.light-theme .cookie-btn--secondary{border-color:#d6dae2;background:#f7f8fa;color:#273142}body.light-theme .privacy-settings-button{border-color:#d8dde6;background:#fffffff0;color:#475467}@media(max-width:820px){.cookie-consent{inset:auto 12px 12px}.cookie-consent__content{grid-template-columns:1fr;gap:15px;padding:19px}.cookie-consent__icon{display:none}.cookie-consent__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.cookie-btn{width:100%}}@media(max-width:480px){.cookie-consent__actions{grid-template-columns:1fr}}.footer{margin-top:90px;background:#0f172a;border-top:1px solid rgba(255,255,255,.08);padding:60px 40px 25px}.footer-container{max-width:1300px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:45px}.footer-column h2,.footer-column h3{margin-bottom:18px}.footer-column p{color:#94a3b8;line-height:1.8}.footer-column a{display:block;margin-bottom:12px;color:#cbd5e1;transition:.25s}.footer-column a:hover{padding-left:6px;color:#8b5cf6}.footer-column input{width:100%;padding:14px;margin:15px 0;border:none;border-radius:10px;background:#1e293b;color:#fff}.footer-column button{width:100%;padding:14px;border:none;border-radius:10px;background:#7c3aed;color:#fff;font-weight:700;cursor:pointer}.footer-bottom{margin-top:40px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);text-align:center;color:#94a3b8}body.light-theme{background:#f5f7fb;color:#111827}body.light-theme .navbar{background:#ffffffe0;border-bottom:1px solid #e5e7eb}body.light-theme .logo h2{color:#111827}body.light-theme .nav-link{color:#374151}body.light-theme .search-box input{background:#fff;color:#111827;border:1px solid #e5e7eb}body.light-theme .tool-card,body.light-theme .category-card,body.light-theme .hero-stats div,body.light-theme .why-grid div{background:#fff;color:#111827;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 25px #0000000d}body.light-theme .tool-card p,body.light-theme .category-card p,body.light-theme .why-grid p,body.light-theme .hero p{color:#6b7280}body.light-theme .footer{background:#fff;border-top:1px solid #e5e7eb}body.light-theme .footer h2,body.light-theme .footer h3{color:#111827}body.light-theme .footer p{color:#6b7280}body.light-theme .footer a{color:#374151}body.light-theme .footer input{background:#f3f4f6;color:#111827}@media(max-width:900px){.menu-toggle{display:block}#mainNav{position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;gap:20px;padding:25px;background:#111827;border-bottom:1px solid rgba(255,255,255,.08)}#mainNav.open{display:flex}.hero{margin-top:30px}.search-box{flex-direction:column}.search-box button{width:100%}.hero-buttons{flex-direction:column}.hero-stats{flex-direction:column;align-items:center}.tool-grid,.category-grid,.why-grid{grid-template-columns:1fr}.footer-container{grid-template-columns:1fr;gap:35px}.footer{padding:50px 25px}}@media(max-width:600px){.hero h1{font-size:2.3rem}.hero p{font-size:1rem}.tool-card,.category-card{min-height:auto;padding:24px}.logo h2{font-size:22px}.navbar{padding:16px 20px}}.unscrambler-box{width:100%}.unscrambler-box .result-info{display:flex;align-items:center;justify-content:space-between;margin:14px 0 16px}.unscrambler-box #resultCount{font-size:.9rem;font-weight:700;color:var(--text, #f8fafc)}.unscrambler-box #results{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;width:100%;padding:0;background:transparent;border:0;color:#e5e7eb}.unscrambler-box #results>p{grid-column:1 / -1;margin:0;padding:20px;text-align:center;color:#94a3b8;background:#ffffff06;border:1px dashed rgba(148,163,184,.25);border-radius:12px}.unscrambler-box .word-card{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;min-width:0;min-height:48px;display:flex;align-items:center;justify-content:center;padding:10px 8px;border:1px solid rgba(96,165,250,.22);border-radius:11px;background:linear-gradient(145deg,#1e293bf5,#0f172af5);color:#f8fafc!important;font:inherit;font-size:.9rem;font-weight:700;line-height:1.2;letter-spacing:.02em;text-align:center;text-transform:lowercase;cursor:pointer;box-shadow:0 5px 14px #00000024,inset 0 1px #ffffff09;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.unscrambler-box .word-card:hover{transform:translateY(-2px);color:#fff!important;border-color:#60a5faa6;background:linear-gradient(145deg,#2563eb3d,#1e293bfa);box-shadow:0 8px 20px #00000038,0 0 0 1px #60a5fa14}.unscrambler-box .word-card:active{transform:translateY(0) scale(.97)}.unscrambler-box .word-card:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}body:not(.dark-mode) .unscrambler-box .word-card{background:linear-gradient(145deg,#fff,#f8fafc);color:#0f172a!important;border-color:#dbe4f0;box-shadow:0 4px 12px #0f172a0f}body:not(.dark-mode) .unscrambler-box .word-card:hover{background:#eff6ff;color:#1d4ed8!important;border-color:#93c5fd}body:not(.dark-mode) .unscrambler-box #resultCount{color:#0f172a}@media(max-width:800px){.unscrambler-box #results{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}}@media(max-width:600px){.unscrambler-box #results{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.unscrambler-box .word-card{min-height:44px;padding:9px 6px;font-size:.84rem;border-radius:9px}}@media(max-width:380px){.unscrambler-box #results{grid-template-columns:repeat(2,minmax(0,1fr))}}
