:root{--bg:#f8fafc;--surface:#ffffff;--text:#0f172a;--muted:#64748b;--line:#e2e8f0;--soft:#f1f5f9;--primary:#059669;--primary-2:#22c55e;--primary-soft:#ecfdf5;--ok:#16a34a;--danger:#dc2626;--shadow:0 10px 28px rgba(15,23,42,.06);--radius:16px;--container:min(1040px,calc(100% - 32px));color-scheme:light}:root[data-accent="blue"]{--primary:#2563eb;--primary-2:#06b6d4;--primary-soft:#eff6ff}:root[data-accent="purple"]{--primary:#7c3aed;--primary-2:#06b6d4;--primary-soft:#f5f3ff}:root[data-accent="orange"]{--primary:#ea580c;--primary-2:#f59e0b;--primary-soft:#fff7ed}*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;color-scheme:light;background:var(--bg)}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Noto Sans",sans-serif;background:var(--bg);color:var(--text);line-height:1.52;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}input,textarea,select,button{font:inherit;color-scheme:light}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-999px;top:8px;background:#fff;color:#111827;padding:10px 14px;border-radius:12px;z-index:80}.skip-link:focus{left:12px}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(226,232,240,.96)}.nav{width:var(--container);margin:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:56px}.brand{display:flex;align-items:center;gap:9px;min-width:0}.brand img{width:30px;height:30px;flex:0 0 auto}.brand strong{font-size:1.1rem;letter-spacing:-.03em;white-space:nowrap}.brand span{display:block;color:var(--muted);font-size:.72rem;margin-top:-4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:42vw}.nav-actions{display:flex;align-items:center;gap:7px;justify-content:flex-end;flex:0 0 auto}.nav-link,.lang-link,.install-btn,.icon-btn{border:1px solid var(--line);background:#fff;border-radius:999px;padding:0 12px;font-size:.84rem;font-weight:760;color:#334155;min-height:36px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;cursor:pointer}.nav-link:hover,.lang-link:hover,.install-btn:hover,.icon-btn:hover{border-color:#bbf7d0;color:var(--primary);background:var(--primary-soft)}.icon-btn{width:38px;height:38px;padding:0;font-size:1rem}.install-btn[hidden]{display:none!important}.main,.hero,.tool-hero{width:var(--container);margin-left:auto;margin-right:auto}.hero{margin-top:22px;margin-bottom:14px}.hero-card{background:transparent;border:0;box-shadow:none;padding:10px 0 6px;max-width:820px}.hero-side{display:none}.eyebrow{display:inline-flex;align-items:center;font-weight:800;color:var(--primary);background:var(--primary-soft);border:1px solid #bbf7d0;border-radius:999px;padding:5px 9px;font-size:.76rem}h1{font-size:clamp(2rem,5vw,3.35rem);line-height:1.04;letter-spacing:-.052em;margin:12px 0 10px;max-width:900px}h2{font-size:clamp(1.18rem,2vw,1.52rem);line-height:1.17;letter-spacing:-.035em;margin:0 0 8px}h3{font-size:1rem;line-height:1.25;margin:0}.lead{font-size:clamp(.98rem,1.4vw,1.12rem);color:#475569;max-width:720px;margin:0}.muted{color:var(--muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:17px}.btn{border:0;border-radius:12px;padding:11px 15px;font-weight:850;min-height:44px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;box-shadow:0 10px 24px rgba(5,150,105,.20)}.btn-secondary{background:var(--primary-soft);color:var(--primary);border:1px solid #bbf7d0}.btn-ghost{background:#fff;border:1px solid var(--line);color:#334155}.btn-small{padding:8px 11px;min-height:36px;border-radius:10px;font-size:.86rem}.toolbar{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;margin:18px 0 12px}.search input,.field input,.field textarea,.field select{width:100%;border:1px solid #cbd5e1;background:#fff;border-radius:12px;padding:12px 13px;font:inherit;color:var(--text);outline:none;min-height:44px}.search input:focus,.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--primary);box-shadow:0 0 0 4px rgba(5,150,105,.10)}.category-pills{display:flex;gap:8px;overflow:auto;padding-bottom:4px;scrollbar-width:thin}.pill{white-space:nowrap;border:1px solid var(--line);background:#fff;color:#334155;border-radius:999px;padding:8px 11px;font-weight:750;cursor:pointer}.pill[aria-pressed="true"]{background:#111827;color:#fff;border-color:#111827}.category-section{margin:26px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:8px}.section-head p{margin:0;color:var(--muted);font-size:.88rem}.tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 6px 20px rgba(15,23,42,.035)}.tool-card{display:flex;align-items:center;gap:9px;min-height:44px;padding:9px 12px;background:#fff;border:0;border-bottom:1px solid var(--line);min-width:0}.tool-card:nth-child(odd){border-right:1px solid var(--line)}.tool-card:hover{background:#f8fafc}.tool-card::after{content:none}.tool-card>div{min-width:0}.tool-card h3{font-size:.94rem;line-height:1.25;margin:0;letter-spacing:-.01em}.tool-card h3 a{color:#1e293b;font-weight:780;text-decoration:none}.tool-card h3 a:hover{color:var(--primary);text-decoration:underline;text-underline-offset:3px}.tool-card p{display:none}.tool-emoji{width:24px;height:24px;border-radius:8px;background:var(--primary-soft);color:var(--primary);font-weight:900;display:flex;align-items:center;justify-content:center;flex:0 0 24px;font-size:.68rem;overflow:hidden}.hidden{display:none!important}.ad-box:not(.has-ad){display:none!important}.ad-box{box-shadow:none;text-align:center;color:#64748b;background:transparent;border:0;padding:0;margin:18px auto;max-width:760px}.ad-label{display:block;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin-bottom:5px}.ad-placeholder{border:1px dashed #cbd5e1;border-radius:12px;display:flex;align-items:center;justify-content:center;min-height:88px;padding:10px;font-size:.82rem;color:#64748b;background:repeating-linear-gradient(45deg,#fff,#fff 12px,#f8fafc 12px,#f8fafc 24px)}.ad-inline .ad-placeholder{min-height:90px}.ad-top-flow{margin-top:14px;margin-bottom:18px;max-width:460px}.ad-mid-flow{margin-top:16px;margin-bottom:10px;max-width:760px}.ad-home-flow{margin:20px auto 18px;max-width:760px}.breadcrumb{display:flex;flex-wrap:wrap;gap:7px;color:var(--muted);font-size:.82rem;margin:8px 0 10px}.breadcrumb a{color:var(--primary);font-weight:750}.tool-hero{margin-top:18px;margin-bottom:8px}.tool-intro{padding:0;background:transparent;border:0;box-shadow:none;border-radius:0}.tool-intro h1{font-size:clamp(1.9rem,4.3vw,3rem);margin-top:8px}.tool-intro .lead{max-width:760px}.tool-content{display:block;margin-bottom:20px}.tool-workspace{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:clamp(14px,2.2vw,22px);margin-bottom:18px}.side-stack{display:grid;gap:12px;position:static}.side-stack .notice{background:transparent;border:0;padding:0 2px;box-shadow:none}.side-stack .notice h2{font-size:1.08rem}.mini-list{margin:0;padding-left:18px;color:#475569}.mini-list li{margin:3px 0}.seo-text{margin-top:6px;color:#475569}.seo-text p{margin:0 0 10px}.compact-note{margin-top:24px}.tool-shell{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(260px,.78fr);gap:18px;align-items:start}.tool-input-area,.tool-result-area{min-width:0}.form-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:12px}.field{grid-column:span 12;display:grid;gap:6px;min-width:0}.field.half{grid-column:span 6}.field.third{grid-column:span 4}.field label{font-size:.84rem;font-weight:800;color:#334155;line-height:1.25}.field textarea{min-height:210px;resize:vertical;line-height:1.45}.field small{color:#64748b}.inline-checks{display:flex;flex-wrap:wrap;gap:8px}.check{display:inline-flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#334155;font-size:.86rem;font-weight:700;line-height:1.2}.check input{width:18px;height:18px;flex:0 0 auto}.actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:12px}.result-panel{border:1px solid var(--line);border-radius:14px;background:#f8fafc;overflow:hidden}.result-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid var(--line);background:#fff}.result-title{font-weight:900;color:#334155}.result-body{padding:12px;white-space:pre-wrap;word-break:normal;overflow-wrap:anywhere;min-height:142px}.result-body code,.result-body pre{white-space:pre-wrap;word-break:normal;overflow-wrap:anywhere}.metrics{display:grid;grid-template-columns:1fr;gap:0;margin-top:12px;border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.metrics:empty{display:none}.metric{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:0;border-bottom:1px solid var(--line);padding:10px 12px}.metric:last-child{border-bottom:0}.metric strong{font-size:1.05rem;letter-spacing:-.02em;order:2;white-space:nowrap}.metric span{color:#334155;font-size:.88rem;order:1}.notice{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;color:#475569;box-shadow:0 6px 20px rgba(15,23,42,.035)}.site-footer{width:var(--container);margin:32px auto 22px;color:#64748b;font-size:.86rem;display:grid;gap:9px}.footer-links{display:flex;gap:12px;flex-wrap:wrap}.footer-links a{font-weight:800;color:#334155}.toast{position:fixed;right:16px;bottom:18px;z-index:90;max-width:min(360px,calc(100vw - 32px));background:#111827;color:#fff;padding:12px 14px;border-radius:14px;box-shadow:0 18px 40px rgba(0,0,0,.18);opacity:0;transform:translateY(8px);pointer-events:none;transition:.2s ease}.toast.show{opacity:1;transform:translateY(0)}.error{color:var(--danger);font-weight:800}.success{color:var(--ok);font-weight:800}@media (max-width:900px){.tool-shell{grid-template-columns:1fr}.field textarea{min-height:180px}.tool-grid{grid-template-columns:1fr}.tool-card:nth-child(odd){border-right:0}.nav-link.optional{display:none}.hero-card{max-width:none}}@media (max-width:640px){:root{--container:calc(100% - 22px)}body{line-height:1.48}.brand span{display:none}.brand img{width:28px;height:28px}.brand strong{font-size:1rem}.nav{min-height:52px;gap:8px}.nav-actions{gap:6px}.icon-btn,.lang-link,.install-btn{width:36px;height:36px;min-height:36px;padding:0;border-radius:50%;font-size:.98rem}.hero{margin-top:14px}.hero-card{padding-top:4px}.eyebrow{display:none}h1{font-size:clamp(1.9rem,10vw,2.55rem);letter-spacing:-.05em}.lead{font-size:.98rem}.hero-actions .btn{flex:1 1 145px}.toolbar{margin-top:16px}.category-pills{margin-left:-2px;margin-right:-2px}.pill{padding:8px 10px}.category-section{margin:22px 0}.section-head{align-items:flex-start}.tool-grid{border-radius:12px}.tool-card{padding:10px 11px;min-height:46px}.tool-card h3{font-size:.95rem;line-height:1.22}.tool-emoji{width:23px;height:23px;flex-basis:23px;font-size:.64rem}.tool-hero{margin-top:13px}.breadcrumb{font-size:.78rem;gap:6px}.tool-workspace{padding:12px;border-radius:14px}.field.half,.field.third{grid-column:span 12}.actions{display:grid;grid-template-columns:1fr 1fr}.actions .btn{width:100%;padding-left:8px;padding-right:8px}.btn{min-height:42px;padding:10px 12px}.result-head{flex-direction:row;align-items:center}.result-body{min-height:110px}.metric{padding:9px 10px}.toast{left:14px;right:14px;max-width:none}.footer-links{gap:10px}}@media (max-width:380px){:root{--container:calc(100% - 18px)}.brand strong{font-size:.96rem}.icon-btn,.lang-link,.install-btn{width:34px;height:34px;min-height:34px}.actions{grid-template-columns:1fr}.tool-card h3{font-size:.91rem}.tool-emoji{display:none}.field textarea{min-height:160px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto;transition:none!important}}html,body{color-scheme:light !important;background:var(--bg) !important}@media (prefers-color-scheme:dark){html,body,.site-header,.tool-card,.tool-grid,.tool-workspace,.notice,.result-head,.result-panel,.field input,.field textarea,.field select{color-scheme:light !important}}.ad-box,.ad-placeholder,.ad-label,.ad-slot[hidden],[data-ad-slot][hidden],.ad-fixed,.fixed-ad,.ad-sidebar,.ads-sidebar,.ad-rail,.ad-footer,.ads-fixed,.bottom-ad,.sticky-ad{display:none !important;visibility:hidden !important;width:0 !important;height:0 !important;min-width:0 !important;min-height:0 !important;margin:0 !important;padding:0 !important;border:0 !important;position:static !important;inset:auto !important;overflow:hidden !important}.ad-live{display:block;max-width:760px;margin:18px auto;text-align:center;overflow:hidden}.brand img{border-radius:9px;background:#080B12}.nav-actions .icon-btn{flex:0 0 auto}.install-btn[hidden]{display:none !important}.hero-side{display:none !important}.hero-card{max-width:850px}.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-card{cursor:default}.tool-card h3 a{display:inline;overflow-wrap:normal;word-break:normal;hyphens:none}.tool-card h3 a:hover{text-decoration:underline}.tool-card:hover{background:#fff}.tool-card:has(a:hover){background:#f8fafc}@media (max-width:900px){.tool-grid{grid-template-columns:1fr !important}.tool-card:nth-child(odd){border-right:0 !important}}@media (max-width:640px){:root{--container:calc(100% - 20px)}.site-header{position:sticky}.nav{min-height:54px}.nav-link.optional{display:none !important}.brand span{display:none !important}.brand img{width:30px;height:30px}.brand strong{font-size:1rem;letter-spacing:-.02em}.hero{margin-top:14px}.hero-card{padding:2px 0 0}h1{font-size:clamp(2rem,10vw,2.65rem);line-height:1.02;letter-spacing:-.055em}.lead{font-size:1rem;line-height:1.48}.hero-actions{display:grid;grid-template-columns:1fr;gap:9px}.hero-actions .btn{width:100%}.category-section{margin:22px 0}.section-head{margin-bottom:7px}.section-head h2{font-size:1.18rem}.tool-grid{border-radius:12px;box-shadow:none}.tool-card{padding:11px 12px;min-height:46px;gap:0}.tool-emoji{display:none !important}.tool-card h3{font-size:.98rem;line-height:1.28;letter-spacing:0}.tool-content{margin-bottom:16px}.tool-workspace{padding:12px;border-radius:14px;box-shadow:0 6px 20px rgba(15,23,42,.045)}.tool-shell{gap:14px}.field textarea{min-height:170px}.side-stack{gap:10px}.side-stack .notice{padding:0}}@media (max-width:380px){.tool-card h3{font-size:.95rem}h1{font-size:clamp(1.85rem,10.5vw,2.25rem)}}:root{color-scheme:light !important}html,body{color-scheme:light !important;background:var(--bg) !important}.site-header{position:sticky;top:0}.hero{display:block !important;margin-top:18px;margin-bottom:10px}.hero-card{max-width:820px !important;padding:4px 0 8px !important}.hero-side,.stat{display:none !important}.hero h1{max-width:780px}.main{width:var(--container);margin-left:auto;margin-right:auto}.toolbar{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;margin:16px 0 10px !important;width:100% !important}.search{width:100% !important}.search input{width:100% !important;display:block !important;font-size:1rem;border-radius:12px}.category-pills{display:flex;gap:8px;overflow-x:auto;padding:1px 0 6px;-webkit-overflow-scrolling:touch}.pill{flex:0 0 auto}.category-section{margin:22px 0 !important}.section-head{margin-bottom:6px !important}.section-head h2{font-size:1.18rem;margin:0}.section-head p{font-size:.82rem}.tool-grid{display:block !important;grid-template-columns:1fr !important;gap:0 !important;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;box-shadow:none !important}.tool-card{display:flex !important;align-items:center !important;min-height:42px !important;padding:0 !important;gap:0 !important;border:0 !important;border-bottom:1px solid var(--line) !important;background:#fff !important;box-shadow:none !important;border-radius:0 !important;cursor:default !important}.tool-card:last-child{border-bottom:0 !important}.tool-card:nth-child(odd){border-right:0 !important}.tool-card>div{width:100%;min-width:0}.tool-card h3{margin:0 !important;font-size:.96rem !important;line-height:1.32 !important;font-weight:750;letter-spacing:0 !important}.tool-card h3 a{display:inline-block !important;width:auto !important;max-width:100% !important;padding:10px 12px !important;color:#1e293b !important;text-decoration:none !important;overflow-wrap:normal !important;word-break:normal !important;hyphens:none !important;white-space:normal !important}.tool-card h3 a:hover,.tool-card h3 a:focus-visible{color:var(--primary) !important;text-decoration:underline !important;text-underline-offset:3px}.tool-card:has(a:hover),.tool-card:has(a:focus-visible){background:#f8fafc !important}.tool-emoji{display:none !important}.ad-box,.ad-placeholder,.ad-label,.ad-slot,[data-ad-slot]:not(.ad-live),.ad-fixed,.fixed-ad,.ad-sidebar,.ads-sidebar,.ad-rail,.ad-footer,.ads-fixed,.bottom-ad,.sticky-ad{display:none !important;visibility:hidden !important;width:0 !important;height:0 !important;min-width:0 !important;min-height:0 !important;margin:0 !important;padding:0 !important;border:0 !important;position:static !important;inset:auto !important;overflow:hidden !important}.ad-live{display:block !important;visibility:visible !important;width:100%;max-width:760px;margin:18px auto;text-align:center;overflow:hidden}.tool-content{display:block !important}.side-stack{display:grid !important;gap:12px;margin-top:12px}.side-stack .notice{background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important}.seo-text{margin-top:22px !important}@media (min-width:901px){.tool-shell{grid-template-columns:minmax(0,1.2fr) minmax(270px,.8fr) !important}}@media (max-width:640px){:root{--container:calc(100% - 20px)}.nav{min-height:52px !important}.brand img{width:30px !important;height:30px !important}.brand span{display:none !important}.nav-actions{gap:6px !important}.icon-btn,.lang-link,.install-btn{width:36px !important;height:36px !important;min-height:36px !important;padding:0 !important;border-radius:50% !important}.nav-link.optional{display:none !important}.hero{margin-top:14px !important}.eyebrow{display:none !important}h1{font-size:clamp(1.9rem,9vw,2.35rem) !important;line-height:1.06 !important;letter-spacing:-.045em !important}.lead{font-size:.98rem !important;line-height:1.48 !important}.hero-actions{display:grid !important;grid-template-columns:1fr !important;gap:9px !important}.hero-actions .btn{width:100% !important}.category-section{margin:20px 0 !important}.tool-card{min-height:43px !important}.tool-card h3{font-size:.96rem !important}.tool-card h3 a{padding:10px 11px !important}.tool-workspace{padding:12px !important;border-radius:14px !important}.tool-shell{grid-template-columns:1fr !important;gap:14px !important}.field textarea{min-height:165px !important}}@media (max-width:380px){:root{--container:calc(100% - 18px)}.tool-card h3{font-size:.93rem !important}.tool-card h3 a{padding:10px 10px !important}}.brand img{border-radius:9px !important;background:#080B12 !important;object-fit:contain !important;display:block !important}.related-tools-card{width:var(--container);margin:26px auto 8px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 24px rgba(15,23,42,.045);padding:16px}.related-tools-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line);padding-bottom:10px;margin-bottom:4px}.related-tools-head h2{margin:0;font-size:1.05rem;letter-spacing:-.02em}.related-tools-head p{margin:2px 0 0;color:var(--muted);font-size:.88rem;line-height:1.35}.related-tools-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.related-tools-list li{border-bottom:1px solid var(--line);min-width:0}.related-tools-list li:nth-last-child(-n+2){border-bottom:0}.related-tools-list a{display:inline-block;padding:10px 6px;color:#1e293b;font-weight:750;text-decoration:none;line-height:1.3;max-width:100%;overflow-wrap:normal;word-break:normal;hyphens:none}.related-tools-list a:hover,.related-tools-list a:focus-visible{color:var(--primary);text-decoration:underline;text-underline-offset:3px}@media (max-width:640px){.related-tools-card{width:var(--container);margin-top:22px;padding:13px;border-radius:13px;box-shadow:none}.related-tools-head{display:block}.related-tools-head h2{font-size:1rem}.related-tools-head p{font-size:.82rem}.related-tools-list{grid-template-columns:1fr}.related-tools-list li:nth-last-child(-n+2){border-bottom:1px solid var(--line)}.related-tools-list li:last-child{border-bottom:0}.related-tools-list a{padding:10px 2px;font-size:.95rem}}.tool-grid{grid-template-columns:1fr!important}.tool-card{min-height:48px;background:#fff!important}.tool-card:nth-child(odd){border-right:0!important}.tool-card h3 a{color:var(--primary)!important;font-weight:780;text-decoration:none}.tool-card h3 a:hover{color:#0f172a!important;text-decoration:none}.tool-card:hover{background:#fff!important}.tool-card:has(a:hover){background:#f8fafc!important}.related-tools-card{width:var(--container);margin:8px auto 0;background:#fff;border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 8px 24px rgba(15,23,42,.04)}.related-tools-head h2{margin:0 0 6px}.related-tools-head p{margin:0 0 12px;color:var(--muted)}.related-tools-list{list-style:none;padding:0;margin:0;border:1px solid var(--line);border-radius:12px;overflow:hidden}.related-tools-list li{border-bottom:1px solid var(--line)}.related-tools-list li:last-child{border-bottom:0}.related-tools-list a{display:block;padding:12px 14px;color:var(--primary);font-weight:760;text-decoration:none;background:#fff}.related-tools-list a:hover{color:#0f172a;background:#f8fafc}@media (max-width:640px){.related-tools-card{padding:14px;border-radius:14px}.related-tools-list a{padding:11px 12px}}.tool-card h3 a{color:var(--primary)!important}.tool-card h3 a:hover{color:#0f172a!important}.category-section[data-category-section="extractor"] .section-head h2,.category-section[data-category-section="generator"] .section-head h2{color:#0f172a}.limit-note{color:var(--muted);font-size:.9rem;margin-top:8px}.nav-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:999px;width:40px;height:40px;align-items:center;justify-content:center;gap:4px;flex-direction:column;cursor:pointer}.nav-toggle span{display:block;width:17px;height:2px;border-radius:99px;background:#0f172a;transition:transform .18s ease,opacity .18s ease}body.nav-open .nav-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}body.nav-open .nav-toggle span:nth-child(2){opacity:0}body.nav-open .nav-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.flag-link{font-size:1.05rem;line-height:1}.tool-grid{grid-template-columns:1fr!important;overflow:hidden}.tool-card:nth-child(odd){border-right:0!important}.tool-card h3 a{color:var(--primary)!important;transition:color .15s ease,transform .15s ease}.tool-card h3 a:hover{color:#0f172a!important;text-decoration:none!important}.tool-card:has(a:hover){background:#f8fafc!important}.category-pills{flex-wrap:wrap;overflow:visible}.category-pills .pill{max-width:100%;overflow:hidden;text-overflow:ellipsis}.geo-card,.blog-card,.blog-list-card,.blog-post-card{width:var(--container);margin:24px auto 0;background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(16px,2.4vw,24px);box-shadow:0 10px 28px rgba(15,23,42,.045)}.geo-card{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(260px,.9fr);gap:18px;align-items:center}.geo-card h2,.blog-card h2{font-size:clamp(1.35rem,2.4vw,2rem);margin:0 0 8px}.geo-card p,.blog-card p{color:#475569;margin:0 0 12px}.geo-list{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0;padding:0;list-style:none}.geo-list li{border:1px solid var(--line);border-radius:12px;padding:10px 12px;color:#334155;background:#f8fafc;font-weight:720}.blog-card{display:flex;align-items:center;justify-content:space-between;gap:18px}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}.blog-item{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;min-width:0;transition:transform .16s ease,box-shadow .16s ease}.blog-item:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(15,23,42,.08)}.blog-item img{display:block;width:100%;aspect-ratio:1.9/1;object-fit:cover;background:#f1f5f9}.blog-item-body{padding:13px}.blog-item h3{font-size:1rem;line-height:1.25;margin:0 0 7px}.blog-item h3 a{color:var(--primary);text-decoration:none}.blog-item h3 a:hover{color:#0f172a}.blog-item p{font-size:.9rem;color:#64748b;margin:0}.blog-post-card img{display:block;width:100%;max-height:380px;object-fit:cover;border-radius:16px;border:1px solid var(--line);margin:14px 0}.post-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.post-tags span{background:var(--primary-soft);color:var(--primary);border:1px solid #bbf7d0;border-radius:999px;padding:6px 9px;font-size:.8rem;font-weight:750}.reveal{opacity:0;transform:translateY(10px);transition:opacity .35s ease,transform .35s ease}.reveal.is-visible{opacity:1;transform:none}@media (max-width:900px){.geo-card{grid-template-columns:1fr}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.nav{position:relative}.nav-toggle{display:inline-flex}.nav-actions{position:absolute;right:0;top:calc(100% + 8px);display:none;min-width:220px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 45px rgba(15,23,42,.14);padding:10px;z-index:70;align-items:stretch;flex-direction:column}body.nav-open .nav-actions{display:flex}.nav-actions .nav-link,.nav-actions .icon-btn,.nav-actions .lang-link{width:100%;height:42px;border-radius:12px;justify-content:flex-start;padding:0 12px;gap:8px}.nav-actions .icon-btn span.sr-only,.nav-actions .lang-link span.sr-only{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto;white-space:normal}.nav-link.optional{display:inline-flex!important}.geo-list{grid-template-columns:1fr}.blog-card{display:block}.blog-card .btn{width:100%;margin-top:10px}.blog-grid{grid-template-columns:1fr}.category-pills{display:grid;grid-template-columns:1fr 1fr;gap:8px}.category-pills .pill{width:100%;font-size:.84rem;padding:8px 8px}}@media (prefers-reduced-motion:reduce){.reveal,.blog-item,.tool-card h3 a{transition:none!important;transform:none!important;opacity:1!important}}:root{--primary:#059669;--primary-2:#22c55e;--primary-soft:#ecfdf5}:root[data-accent="blue"]{--primary:#2563eb;--primary-2:#06b6d4;--primary-soft:#eff6ff}.tool-card h3 a,.related-tools-list a{color:var(--primary)!important}.tool-card h3 a:hover,.related-tools-list a:hover{color:#0f172a!important;text-decoration:none}.tool-card:has(a:hover),.related-tools-list a:hover{background:#f8fafc!important}main>section.category-section{width:var(--container);margin-left:auto;margin-right:auto}.category-section .tool-grid{width:100%;box-sizing:border-box}.faq-card details{border:1px solid var(--line);border-radius:12px;background:#fff;margin:9px 0;padding:0;overflow:hidden}.faq-card summary{cursor:pointer;padding:12px 14px;font-weight:850;color:#0f172a;list-style:none}.faq-card summary::-webkit-details-marker{display:none}.faq-card details p{padding:0 14px 13px;margin:0;color:#475569}.compare-menu-link{font-weight:850}.blog-post-card .related-tools-list{margin-top:8px}.blog-post-card .related-tools-list li{list-style:none}.geo-card .btn + .btn{margin-left:8px}@media (max-width:640px){.geo-card .btn + .btn{margin-left:0;margin-top:8px}.geo-card .btn{width:100%}}.geo-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;align-items:center}.geo-actions .btn{margin:0!important}@media (max-width:640px){.geo-actions{display:grid;grid-template-columns:1fr}.geo-actions .btn{width:100%}}:root{--primary:#059669;--primary-2:#22c55e;--primary-soft:#ecfdf5}meta[name="theme-color"]{content:"#059669"}.nav-actions .lang-link .sr-only,.lang-link .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.lang-link .flag-link{display:inline-flex!important;align-items:center;justify-content:center;font-size:1.18rem;line-height:1}.nav-actions .lang-link{justify-content:center!important;padding:0!important}.tool-grid{grid-template-columns:1fr!important;overflow:hidden!important}.tool-card{width:100%;box-sizing:border-box;min-width:0}.tool-card h3{min-width:0}.tool-card h3 a{color:var(--primary)!important;font-weight:800;text-decoration:none;overflow-wrap:anywhere}.tool-card h3 a:hover{color:#0f172a!important;text-decoration:none!important}.tool-card:has(a:hover){background:#f8fafc!important}.tool-shell{align-items:stretch!important}.tool-input-area,.tool-result-area{display:flex;flex-direction:column;min-width:0}.tool-result-area{gap:12px}.result-panel{display:flex;flex-direction:column;height:100%;min-height:100%}.result-body{flex:1;min-height:150px}.actions{align-items:center}.actions .btn{min-width:0}@media (min-width:901px){.tool-shell{grid-template-columns:minmax(0,1fr) minmax(300px,.52fr)!important}.field textarea{min-height:220px}}@media (max-width:640px){.nav-actions{min-width:min(260px,calc(100vw - 28px))}.nav-actions .nav-link{justify-content:flex-start}.nav-actions .icon-btn,.nav-actions .lang-link{width:42px!important;height:42px!important;min-height:42px!important;align-self:flex-end;border-radius:14px!important}.nav-actions .color-btn,.nav-actions .install-btn,.nav-actions .lang-link{width:100%!important;justify-content:center!important}.actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.btn{min-height:38px!important;padding:9px 10px!important;font-size:.9rem!important;border-radius:12px!important}.btn-small{min-height:34px!important;padding:7px 9px!important;font-size:.82rem!important}.tool-workspace{padding:11px!important}.result-body{min-height:104px}.field textarea{min-height:155px}.tool-card{min-height:44px!important;padding:9px 10px!important}.geo-card,.blog-card,.blog-list-card,.blog-post-card,.related-tools-card{border-radius:14px!important}}@media (max-width:380px){.actions{grid-template-columns:1fr!important}}.lang-link .flag-img{display:block!important;width:22px!important;height:22px!important;border-radius:999px;object-fit:cover;flex:0 0 22px;box-shadow:0 0 0 1px rgba(15,23,42,.10)}.lang-link .flag-link{display:none!important}.nav-actions .lang-link{font-size:0!important;gap:0!important;text-indent:0!important}.nav-actions .lang-link .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media (max-width:760px){.nav-actions .lang-link{align-items:center!important;justify-content:center!important}.nav-actions .lang-link .flag-img{width:24px!important;height:24px!important}}:root{--primary:#059669;--primary-hover:#047857;--primary-soft:#ecfdf5;--focus:#10b981}html[data-accent="blue"]{--primary:#2563eb;--primary-hover:#1d4ed8;--primary-soft:#eff6ff;--focus:#3b82f6}html[data-accent="purple"]{--primary:#7c3aed;--primary-hover:#6d28d9;--primary-soft:#f5f3ff;--focus:#8b5cf6}html[data-accent="orange"]{--primary:#ea580c;--primary-hover:#c2410c;--primary-soft:#fff7ed;--focus:#f97316}.btn{min-height:38px;padding:8px 13px;border-radius:12px;font-size:.9rem;line-height:1.15;gap:7px;white-space:nowrap}.btn-small{min-height:32px;padding:6px 10px;border-radius:10px;font-size:.82rem}.actions{align-items:center;gap:8px}.actions .btn{flex:0 1 auto}.tool-shell{align-items:stretch;grid-template-columns:minmax(0,1fr) minmax(280px,.82fr)}.tool-input-area,.tool-result-area{min-width:0;display:flex;flex-direction:column}.tool-input-area .form-grid{flex:1 0 auto}.result-panel{height:100%;display:flex;flex-direction:column}.result-body{flex:1;max-height:clamp(180px,42vh,520px);overflow:auto}.field input,.field textarea,.field select{font-size:16px;border-radius:12px}.field textarea{min-height:190px}.inline-checks{gap:7px}.check{padding:7px 9px;border-radius:10px;font-size:.82rem}.check input{width:16px;height:16px}.nav-actions .lang-link img.flag-icon,.flag-icon{width:19px;height:19px;border-radius:50%;display:block;object-fit:cover}.tool-card h3 a{color:var(--primary)!important}.tool-card h3 a:hover{color:#0f172a!important}.tool-card{transition:background .16s ease,transform .16s ease}.tool-card:has(a:hover){transform:translateX(2px)}.daily-app-note{display:flex;gap:10px;align-items:center;background:var(--primary-soft);border:1px solid rgba(5,150,105,.18);border-radius:14px;padding:11px 12px;color:#064e3b;margin-top:10px;font-size:.9rem}.daily-clock-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.clock-row{background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px}.clock-row strong{display:block;color:#0f172a}.clock-row span{color:var(--primary);font-weight:900;font-size:1.05rem}.clock-row small{display:block;color:#64748b;margin-top:2px}.currency-rate-note{font-size:.82rem;color:#64748b;margin-top:8px}.note-status{font-size:.85rem;color:var(--primary);font-weight:800;margin-top:8px}@media (max-width:900px){.tool-shell{grid-template-columns:1fr}.result-panel{height:auto}.result-body{max-height:360px}.tool-workspace{padding:14px}}@media (max-width:640px){.tool-workspace{padding:11px;border-radius:15px;margin-bottom:14px}.tool-shell{gap:12px}.field{gap:5px}.field label{font-size:.8rem}.field textarea{min-height:150px}.field input,.field select{min-height:40px;padding:9px 10px}.actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px}.actions .btn{width:100%;min-height:36px;padding:8px 9px;font-size:.84rem;border-radius:11px;justify-content:center}.result-head{padding:8px 10px}.result-body{min-height:96px;max-height:300px;padding:10px;font-size:.92rem}.metrics{margin-top:9px}.metric{padding:8px 9px}.metric span{font-size:.8rem}.metric strong{font-size:.98rem}.check{font-size:.78rem;padding:7px 8px}.inline-checks{gap:6px}.daily-clock-grid{grid-template-columns:1fr}.clock-row{padding:9px}.clock-row span{font-size:1rem}}@media (max-width:380px){.actions{grid-template-columns:1fr}.btn{white-space:normal}.field textarea{min-height:140px}}.home-page .hero-card{width:100%!important;max-width:none!important}.home-page .hero h1{width:min(100%,860px)!important;max-width:860px!important;margin:18px auto 20px!important;text-align:center!important}@media (max-width:640px){.home-page .hero h1{margin:20px auto 22px!important}}.home-page .hero{width:var(--container)!important;margin-left:auto!important;margin-right:auto!important}.home-page .hero-card{width:100%!important;max-width:none!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:6px 0 8px!important}.home-page .hero h1{width:100%!important;max-width:780px!important;margin:16px auto 12px!important;text-align:center!important;font-size:clamp(2.05rem,4.05vw,2.85rem)!important;line-height:1.1!important;letter-spacing:-.043em!important}.home-page .lead,.home-page .eyebrow,.home-page .hero-actions{max-width:760px!important}.home-page .category-pills{justify-content:center!important;align-items:center!important;gap:8px!important}.home-page .category-pills .pill{min-height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}@media (min-width:641px){.home-page .category-pills{overflow:visible!important;flex-wrap:wrap!important}}@media (max-width:640px){.home-page .hero-card{padding-top:4px!important}.home-page .hero h1{max-width:100%!important;margin:12px auto 10px!important;font-size:clamp(1.58rem,7.2vw,2.02rem)!important;line-height:1.14!important;letter-spacing:-.036em!important}.home-page .lead{font-size:.95rem!important}.home-page .category-pills{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;justify-content:stretch!important}.home-page .category-pills .pill{width:100%!important;min-height:38px!important;padding:8px 8px!important;font-size:.83rem!important}}@media (max-width:380px){.home-page .hero h1{font-size:clamp(1.46rem,7vw,1.82rem)!important}}.language-picker{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.language-picker summary{list-style:none}.language-picker summary::-webkit-details-marker{display:none}.language-current{border:1px solid var(--line);background:#fff;border-radius:999px;min-width:38px;height:38px;min-height:38px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;color:#334155;font-size:.84rem;font-weight:800;white-space:nowrap}.language-current:hover,.language-picker[open] .language-current{border-color:#bbf7d0;color:var(--primary);background:var(--primary-soft)}.language-picker .flag-img{display:block;width:22px;height:22px;border-radius:999px;object-fit:cover;box-shadow:0 0 0 1px rgba(15,23,42,.10);flex:0 0 22px}.language-current-label{display:none}.language-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:120;min-width:164px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 42px rgba(15,23,42,.16);padding:6px;display:grid;gap:3px}.language-option{display:flex;align-items:center;gap:9px;min-height:38px;border-radius:10px;padding:8px 10px;font-size:.88rem;font-weight:800;color:#334155;white-space:nowrap}.language-option:hover,.language-option[aria-current="page"]{background:var(--primary-soft);color:var(--primary)}.language-option .flag-img{width:20px;height:20px;flex:0 0 20px}.site-footer .language-picker{display:inline-flex;margin-right:2px}.site-footer .language-current{height:34px;min-height:34px;border-radius:999px;padding:0 11px}.site-footer .language-current-label{display:inline}.site-footer .language-menu{left:0;right:auto;top:auto;bottom:calc(100% + 8px)}@media (max-width:760px){.nav-actions .language-picker{width:100%;display:block}.nav-actions .language-current{width:100%!important;height:42px!important;min-height:42px!important;border-radius:14px!important;justify-content:center!important}.nav-actions .language-current .flag-img{width:24px;height:24px;flex-basis:24px}.nav-actions .language-menu{position:static;box-shadow:none;border:1px solid var(--line);margin-top:6px;width:100%;min-width:0}}@media (max-width:520px){.site-footer .language-picker{width:100%;display:block;margin-right:0}.site-footer .language-current{width:100%;justify-content:center;border-radius:12px}.site-footer .language-menu{position:static;box-shadow:none;margin-top:6px;width:100%;min-width:0}}.language-cycle{text-decoration:none!important;flex:0 0 auto}.language-cycle .flag-img{display:block;width:22px;height:22px;border-radius:999px;object-fit:cover;box-shadow:0 0 0 1px rgba(15,23,42,.10)}.nav-actions .language-cycle{font-size:0!important;gap:0!important;padding:0!important;width:38px;min-width:38px}@media (max-width:760px){.nav-actions .language-cycle{width:100%!important;height:42px!important;min-height:42px!important;border-radius:14px!important;justify-content:center!important}.nav-actions .language-cycle .flag-img{width:24px!important;height:24px!important}}body.home-page .hero{width:var(--container)!important;max-width:var(--container)!important;margin:18px auto 10px!important;display:block!important}body.home-page .hero-card{width:100%!important;max-width:none!important;margin:0 auto!important;padding:6px 0 8px!important;background:transparent!important;border:0!important;box-shadow:none!important}body.home-page .hero h1{display:block!important;width:100%!important;max-width:780px!important;margin:16px auto 12px!important;text-align:center!important;font-size:clamp(2.05rem,4.05vw,2.85rem)!important;line-height:1.1!important;letter-spacing:-.043em!important}body.home-page .hero .lead,body.home-page .hero .eyebrow,body.home-page .hero .hero-actions{max-width:760px!important}body.home-page .toolbar{width:100%!important}body.home-page .category-pills{display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding:1px 0 6px!important}body.home-page .category-pills .pill{min-height:38px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:nowrap!important}@media (min-width:641px){body.home-page .category-pills{flex-wrap:wrap!important;overflow:visible!important}}@media (max-width:640px){body.home-page .hero{margin-top:14px!important}body.home-page .hero-card{padding-top:4px!important}body.home-page .hero h1{max-width:100%!important;margin:12px auto 10px!important;font-size:clamp(1.58rem,7.2vw,2.02rem)!important;line-height:1.14!important;letter-spacing:-.036em!important}body.home-page .hero .lead{font-size:.95rem!important}body.home-page .category-pills{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;justify-content:stretch!important;overflow:visible!important}body.home-page .category-pills .pill{width:100%!important;min-height:38px!important;padding:8px 8px!important;font-size:.83rem!important;white-space:normal!important}}@media (max-width:380px){body.home-page .hero h1{font-size:clamp(1.46rem,7vw,1.82rem)!important}}.footer-donate{display:inline-flex;align-items:center;gap:6px;max-width:100%;font-size:.8rem;color:#64748b;white-space:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.footer-donate code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:3px 8px;white-space:nowrap}.footer-donate::-webkit-scrollbar{height:0}.tools-count-summary{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2px;margin:14px auto 18px;color:var(--muted);line-height:1.25}.tools-count-summary strong{display:block;color:var(--primary);font-size:clamp(1.55rem,4vw,2.15rem);line-height:1;font-weight:950;letter-spacing:-.04em}.tools-count-summary span{display:block;font-size:.95rem}.tools-count-summary span:last-child{font-size:.9rem}.language-gateway{padding:8px 12px 0}.language-gateway-card{max-width:760px;margin:0 auto;display:flex;gap:8px 12px;align-items:center;justify-content:center;padding:8px 10px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.92);box-shadow:none;text-align:center}.language-gateway-text{margin:0;color:var(--muted);font-size:.82rem;line-height:1.3}.language-gateway-text strong{color:var(--text);font-weight:900}.language-gateway-actions{display:inline-flex;gap:6px;flex-wrap:wrap;justify-content:center;align-items:center}.language-chip{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 8px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font-size:.76rem;font-weight:900;text-decoration:none;line-height:1}.language-chip:hover{border-color:#bbf7d0;color:var(--primary);background:var(--primary-soft)}@media (max-width:760px){.language-gateway{padding:6px 8px 0}.language-gateway-card{max-width:calc(100% - 6px);padding:7px 8px;gap:6px;flex-direction:column}.language-gateway-text{font-size:.76rem}.language-chip{min-height:26px;padding:4px 7px;font-size:.72rem}}:root{--primary:#047857;--primary-2:#059669;--primary-soft:#ecfdf5}.btn-secondary,.language-chip,.nav-link,.icon-btn,.language-current{color:#065f46}body.home-page .hero{margin-top:10px!important;margin-bottom:6px!important}body.home-page .hero-card{padding:2px 0 4px!important}body.home-page .hero h1{max-width:760px!important;margin:10px auto 8px!important;font-size:clamp(1.85rem,3.55vw,2.55rem)!important;line-height:1.08!important}body.home-page .hero .lead{max-width:760px!important;margin:0 auto 10px!important;text-align:center!important;color:#475569!important}body.home-page .hero .hero-actions{justify-content:center!important;margin-top:10px!important}body.home-page .toolbar{margin-top:10px!important}.language-gateway{padding:5px 12px 0!important}.language-gateway-card{max-width:620px!important;padding:6px 8px!important;border-radius:999px!important;background:#fff!important}.language-gateway-text{font-size:.76rem!important}.language-chip{min-height:24px!important;padding:3px 7px!important;font-size:.7rem!important}.site-footer{border-top:1px solid var(--line);padding-top:16px}.footer-links a{color:#1f2937!important}.footer-legal-link{color:#065f46!important}.legal-page main{width:var(--container);margin:0 auto}.legal-hero{padding:28px 0 10px}.legal-hero h1{font-size:clamp(2rem,4vw,3rem);line-height:1.08;letter-spacing:-.04em;margin:8px 0 10px}.legal-hero p{color:#475569;max-width:760px}.legal-card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 26px rgba(15,23,42,.045);padding:clamp(16px,3vw,28px);margin:14px 0 24px}.legal-card h2{font-size:1.05rem;margin:18px 0 6px;color:#0f172a}.legal-card p{margin:0 0 10px;color:#334155}.legal-meta{display:flex;flex-wrap:wrap;gap:8px;color:#64748b;font-size:.9rem}.legal-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}@media (max-width:640px){body.home-page .hero{margin-top:8px!important}body.home-page .hero h1{font-size:clamp(1.36rem,6.2vw,1.78rem)!important;line-height:1.12!important;margin:8px auto 6px!important;letter-spacing:-.03em!important}body.home-page .hero .lead{font-size:.86rem!important;line-height:1.38!important;margin-bottom:8px!important}body.home-page .hero .hero-actions{display:flex!important;gap:7px!important;margin-top:7px!important}.home-page .hero-actions .btn,body.home-page .hero-actions .btn{width:auto!important;flex:1 1 0!important;min-height:36px!important;padding:8px 9px!important;font-size:.82rem!important;border-radius:10px!important}.language-gateway{padding:4px 8px 0!important}.language-gateway-card{border-radius:12px!important;max-width:100%!important;padding:5px 6px!important;gap:5px!important;flex-direction:row!important}.language-gateway-text{font-size:.68rem!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:48vw}.language-gateway-actions{gap:4px!important;flex-wrap:nowrap!important}.language-chip{min-height:22px!important;padding:3px 6px!important;font-size:.66rem!important}.tools-count-summary{margin:8px auto 12px!important}.tools-count-summary strong{font-size:1.35rem!important}.tools-count-summary span{font-size:.82rem!important}.legal-hero{padding:18px 0 6px}.legal-hero h1{font-size:1.8rem}.legal-card{border-radius:14px;padding:15px;box-shadow:none}.site-footer{margin-top:22px!important;font-size:.82rem}.footer-links{display:grid!important;grid-template-columns:1fr 1fr;gap:8px!important}.footer-links .language-picker{grid-column:1 / -1}.footer-donate{font-size:.75rem}}@media (max-width:380px){.language-gateway-text{display:none}.language-gateway-card{justify-content:center!important}body.home-page .hero h1{font-size:clamp(1.28rem,6.4vw,1.62rem)!important}.home-page .hero-actions .btn,body.home-page .hero-actions .btn{font-size:.78rem!important;padding-left:7px!important;padding-right:7px!important}}@supports (content-visibility:auto){body.home-page .category-section,body.home-page .site-footer,body:not(.home-page) .blog-grid,body:not(.home-page) .site-footer{content-visibility:auto;contain-intrinsic-size:1px 720px}}@media (max-width:640px){body.home-page .hero{margin-top:6px!important;margin-bottom:4px!important}body.home-page .hero h1{font-size:clamp(1.28rem,5.8vw,1.66rem)!important;line-height:1.1!important;margin:6px auto 5px!important}body.home-page .hero .lead{font-size:.82rem!important;line-height:1.32!important;margin-bottom:6px!important}body.home-page .hero .hero-actions{margin-top:6px!important}.toolbar{margin-top:10px!important}.category-pills{padding-bottom:2px!important}.pill{padding:7px 9px!important;font-size:.88rem!important}}body.root-gateway-v4 .brand span{display:inline!important;color:#64748b!important;font-size:.76rem!important}body.root-gateway-v4 .root-language-gateway{width:var(--container);margin:8px auto 0;padding:0}body.root-gateway-v4 .root-language-bar{width:100%;box-sizing:border-box;border-radius:18px;padding:8px;display:grid;grid-template-columns:1fr;gap:6px;align-items:center;justify-items:center;background:#fff;border:1px solid var(--line);box-shadow:0 8px 22px rgba(15,23,42,.035)}body.root-gateway-v4 .language-gateway-title{margin:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:clip;font-size:clamp(.52rem,2.1vw,.82rem);line-height:1;letter-spacing:-.045em;color:#0f172a;text-align:center}body.root-gateway-v4 .root-language-links{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;align-items:center;justify-content:center;flex-wrap:nowrap}body.root-gateway-v4 .root-language-links .language-chip{min-width:0;width:100%;min-height:30px;padding:5px 4px;border-radius:999px;font-size:clamp(.55rem,2.25vw,.78rem);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:clip;font-weight:950;letter-spacing:-.035em;text-align:center}body.root-gateway-v4 .root-hero{display:none!important}body.root-gateway-v4 .locale-stack{width:var(--container);margin:14px auto 0;display:grid;grid-template-columns:1fr;gap:12px}body.root-gateway-v4 .locale-card{display:grid;grid-template-columns:clamp(42px,6vw,58px) minmax(0,1fr);gap:clamp(9px,2vw,14px);align-items:center;background:#fff;border:1px solid var(--line);border-radius:clamp(15px,2.6vw,20px);box-shadow:0 12px 32px rgba(15,23,42,.05);padding:clamp(10px,2.4vw,16px);overflow:hidden;min-width:0}body.root-gateway-v4 .locale-card-media{width:clamp(42px,6vw,58px);height:clamp(42px,6vw,58px);min-height:0;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid var(--line);border-radius:14px;overflow:hidden;text-decoration:none;flex:0 0 auto}body.root-gateway-v4 .locale-card-media img{width:84%;height:84%;min-height:0;object-fit:contain;display:block;border-radius:9px}body.root-gateway-v4 .locale-card-body{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px}body.root-gateway-v4 .locale-kicker{margin:0;color:#047857;font-size:clamp(.62rem,1.65vw,.76rem);font-weight:950;line-height:1;text-transform:none;white-space:nowrap}body.root-gateway-v4 .locale-card h2{margin:0;max-width:100%;font-size:clamp(.88rem,2.85vw,1.42rem);line-height:1.08;letter-spacing:-.045em;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:clip}body.root-gateway-v4 .locale-card h2 a{color:#0f172a;text-decoration:none}body.root-gateway-v4 .locale-card h2 a:hover{color:#047857}body.root-gateway-v4 .locale-card p{margin:0;color:#475569;font-size:clamp(.72rem,1.75vw,.92rem);line-height:1.34}body.root-gateway-v4 .seo-keywords{display:flex;flex-wrap:wrap;gap:5px;margin:1px 0 1px;max-height:none;overflow:hidden}body.root-gateway-v4 .seo-keywords span{display:inline-flex;align-items:center;min-height:23px;border-radius:999px;border:1px solid #bbf7d0;background:#ecfdf5;color:#065f46;padding:3px 7px;font-size:clamp(.58rem,1.45vw,.70rem);font-weight:900;line-height:1;white-space:nowrap}body.root-gateway-v4 .locale-cta{margin-top:2px;min-height:34px;padding:8px 10px;border-radius:12px;font-size:clamp(.68rem,1.75vw,.82rem);font-weight:950}body.root-gateway-v4 .root-footer{margin-top:20px;border-top:1px solid var(--line);padding-top:14px}body.root-gateway-v4 .footer-legal-matrix{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;width:100%}body.root-gateway-v4 .footer-legal-matrix>div{display:flex;flex-wrap:nowrap;gap:7px;align-items:center;justify-content:flex-start;background:#fff;border:1px solid var(--line);border-radius:14px;padding:9px 10px;min-width:0;overflow:hidden}body.root-gateway-v4 .footer-legal-matrix strong{color:#0f172a;font-size:clamp(.66rem,1.45vw,.80rem);margin-right:1px;white-space:nowrap}body.root-gateway-v4 .footer-legal-matrix a{color:#065f46!important;font-weight:900!important;white-space:nowrap;text-decoration:none;font-size:clamp(.64rem,1.35vw,.78rem)}body.root-gateway-v4 .footer-contact{color:#64748b;font-size:.82rem}.footer-contact a{font-weight:900;color:#334155}@media (max-width:640px){body.root-gateway-v4 .brand span{display:none!important}body.root-gateway-v4 .root-language-gateway{margin-top:6px}body.root-gateway-v4 .root-language-bar{border-radius:14px;padding:7px;gap:5px}body.root-gateway-v4 .language-gateway-title{font-size:clamp(.42rem,2.16vw,.62rem);letter-spacing:-.065em}body.root-gateway-v4 .root-language-links{gap:4px}body.root-gateway-v4 .root-language-links .language-chip{min-height:27px;padding:4px 2px;font-size:clamp(.50rem,2.4vw,.65rem);letter-spacing:-.055em}body.root-gateway-v4 .locale-stack{gap:10px;margin-top:12px}body.root-gateway-v4 .locale-card{grid-template-columns:clamp(40px,12vw,50px) minmax(0,1fr);gap:8px;padding:9px;border-radius:16px}body.root-gateway-v4 .locale-card-media{width:clamp(40px,12vw,50px);height:clamp(40px,12vw,50px);border-radius:12px}body.root-gateway-v4 .locale-card h2{font-size:clamp(.78rem,3.65vw,1rem);letter-spacing:-.055em}body.root-gateway-v4 .locale-card p{font-size:clamp(.67rem,2.95vw,.79rem);line-height:1.28}body.root-gateway-v4 .seo-keywords{gap:4px;max-height:48px}body.root-gateway-v4 .seo-keywords span{font-size:clamp(.52rem,2.35vw,.61rem);min-height:20px;padding:2px 5px}body.root-gateway-v4 .locale-cta{min-height:32px;font-size:clamp(.62rem,2.75vw,.73rem);padding:7px 8px}body.root-gateway-v4 .footer-legal-matrix{grid-template-columns:1fr;gap:7px}body.root-gateway-v4 .footer-legal-matrix>div{padding:8px 9px;border-radius:12px}}@media (max-width:380px){body.root-gateway-v4 .language-gateway-title{font-size:clamp(.37rem,2.05vw,.50rem);letter-spacing:-.08em}body.root-gateway-v4 .root-language-links .language-chip{font-size:clamp(.45rem,2.28vw,.55rem);letter-spacing:-.075em}body.root-gateway-v4 .locale-card{grid-template-columns:38px minmax(0,1fr);gap:7px;padding:8px}body.root-gateway-v4 .locale-card-media{width:38px;height:38px;border-radius:10px}body.root-gateway-v4 .locale-card h2{font-size:clamp(.70rem,3.38vw,.86rem);letter-spacing:-.07em}body.root-gateway-v4 .locale-card p{font-size:.65rem}body.root-gateway-v4 .seo-keywords{display:none}}body.root-gateway-v5 .locale-stack{width:var(--container);margin:14px auto 0;display:grid;grid-template-columns:1fr;gap:12px}body.root-gateway-v5 .locale-card{display:grid;grid-template-columns:clamp(42px,6vw,58px) minmax(0,1fr);gap:clamp(9px,2vw,14px);align-items:center;background:#fff;border:1px solid var(--line);border-radius:clamp(15px,2.6vw,20px);box-shadow:0 12px 32px rgba(15,23,42,.05);padding:clamp(10px,2.4vw,16px);overflow:hidden;min-width:0}body.root-gateway-v5 .locale-card-media{width:clamp(42px,6vw,58px)!important;height:clamp(42px,6vw,58px)!important;min-width:42px;max-width:58px;min-height:42px;max-height:58px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid var(--line);border-radius:14px;overflow:hidden;text-decoration:none;flex:0 0 auto}body.root-gateway-v5 .locale-card-media img,body.root-gateway-v5 .root-card-flag{width:clamp(34px,5vw,48px)!important;height:clamp(34px,5vw,48px)!important;max-width:48px!important;max-height:48px!important;min-width:0!important;min-height:0!important;object-fit:contain!important;display:block!important;border-radius:9px!important}body.root-gateway-v5 .locale-card-body{min-width:0}@media (max-width:640px){body.root-gateway-v5 .locale-card{grid-template-columns:clamp(38px,12vw,50px) minmax(0,1fr);gap:8px;padding:9px;border-radius:16px}body.root-gateway-v5 .locale-card-media{width:clamp(38px,12vw,50px)!important;height:clamp(38px,12vw,50px)!important;min-width:38px;max-width:50px;min-height:38px;max-height:50px;border-radius:12px}body.root-gateway-v5 .locale-card-media img,body.root-gateway-v5 .root-card-flag{width:clamp(30px,9.5vw,42px)!important;height:clamp(30px,9.5vw,42px)!important;max-width:42px!important;max-height:42px!important}}@media (max-width:380px){body.root-gateway-v5 .locale-card{grid-template-columns:38px minmax(0,1fr);gap:7px;padding:8px}body.root-gateway-v5 .locale-card-media{width:38px!important;height:38px!important;min-width:38px;max-width:38px;min-height:38px;max-height:38px;border-radius:10px}body.root-gateway-v5 .locale-card-media img,body.root-gateway-v5 .root-card-flag{width:30px!important;height:30px!important;max-width:30px!important;max-height:30px!important}}html body.home-page .hero{margin-top:18px!important;margin-bottom:12px!important}html body.home-page .hero-card{width:100%!important;max-width:900px!important;margin-left:auto!important;margin-right:auto!important;padding:10px 0 12px!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}html body.home-page .hero .eyebrow{margin-bottom:0!important}html body.home-page .hero h1{width:min(100%,860px)!important;max-width:860px!important;margin:20px auto 18px!important;line-height:1.08!important;text-align:center!important}html body.home-page .hero .lead{width:min(100%,780px)!important;max-width:780px!important;margin:0 auto 22px!important;line-height:1.55!important;text-align:center!important}html body.home-page .hero .hero-actions{width:auto!important;max-width:none!important;margin:0 auto!important;display:grid!important;grid-template-columns:repeat(2,176px)!important;justify-content:center!important;justify-items:stretch!important;align-items:center!important;gap:12px!important}html body.home-page .hero .hero-actions .btn,html body.home-page .hero-actions .btn{width:100%!important;min-width:0!important;max-width:none!important;min-height:34px!important;height:34px!important;padding:6px 12px!important;font-size:.86rem!important;line-height:1.1!important;border-radius:11px!important;white-space:nowrap!important}html body.home-page .toolbar{margin-top:24px!important;margin-bottom:14px!important;gap:17px!important}html body.home-page .search{width:100%!important;box-sizing:border-box!important;padding:3px!important;border:1px solid rgba(5,150,105,.24)!important;border-radius:17px!important;background:rgba(236,253,245,.45)!important;box-shadow:0 0 0 4px rgba(5,150,105,.035)!important}html body.home-page .search input{width:100%!important;box-sizing:border-box!important;min-height:44px!important;border-radius:13px!important;border:1px solid #cbd5e1!important;box-shadow:none!important}html body.home-page .search input:focus{border-color:var(--primary)!important;box-shadow:0 0 0 3px rgba(5,150,105,.10)!important}html body.home-page .category-pills{margin-top:2px!important}@media (max-width:640px){html body.home-page .hero{margin-top:10px!important;margin-bottom:8px!important}html body.home-page .hero-card{padding:8px 0 10px!important}html body.home-page .hero h1{margin:14px auto 14px!important;font-size:clamp(1.38rem,6.1vw,1.82rem)!important;line-height:1.13!important}html body.home-page .hero .lead{margin:0 auto 16px!important;font-size:.88rem!important;line-height:1.46!important}html body.home-page .hero .hero-actions{width:min(100%,360px)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}html body.home-page .hero .hero-actions .btn,html body.home-page .hero-actions .btn{height:34px!important;min-height:34px!important;padding:6px 8px!important;font-size:.80rem!important;border-radius:10px!important}html body.home-page .toolbar{margin-top:20px!important;gap:15px!important}html body.home-page .search{padding:3px!important;border-radius:16px!important}html body.home-page .search input{min-height:42px!important;border-radius:12px!important}}@media (max-width:360px){html body.home-page .hero .hero-actions .btn,html body.home-page .hero-actions .btn{font-size:.74rem!important;padding-left:6px!important;padding-right:6px!important}}.nav-link,.lang-link,.icon-btn,.install-btn,.language-current,.nav-toggle,.pill,.footer-legal-link,.site-footer .language-current{border-radius:12px!important}.nav-link,.lang-link,.language-current,.icon-btn,.install-btn,.pill{border-color:#dbe3ea!important;box-shadow:0 1px 0 rgba(15,23,42,.03)!important}.nav-link:hover,.lang-link:hover,.language-current:hover,.icon-btn:hover,.install-btn:hover,.pill:hover{border-color:var(--primary)!important;color:var(--primary)!important;background:var(--primary-soft)!important}.nav-actions .nav-install-menu{width:auto!important;min-width:38px!important;padding:0 12px!important;gap:7px!important;font-size:.84rem!important}.nav-actions .nav-install-menu .install-label{display:inline!important;line-height:1!important}.nav-install-mobile{display:none!important}.category-pills .pill,.pill{min-height:38px!important;padding:8px 13px!important;font-size:.90rem!important;line-height:1.1!important;font-weight:820!important}.pill[aria-pressed="true"]{background:linear-gradient(135deg,var(--primary),var(--primary-2))!important;border-color:var(--primary)!important;color:#fff!important;box-shadow:0 8px 18px rgba(5,150,105,.16)!important}html[data-accent="blue"] .pill[aria-pressed="true"]{box-shadow:0 8px 18px rgba(37,99,235,.16)!important}html[data-accent="purple"] .pill[aria-pressed="true"]{box-shadow:0 8px 18px rgba(124,58,237,.16)!important}html[data-accent="orange"] .pill[aria-pressed="true"]{box-shadow:0 8px 18px rgba(234,88,12,.16)!important}body.home-page .hero-actions.hero-actions-single,html body.home-page .hero .hero-actions.hero-actions-single{grid-template-columns:minmax(176px,220px)!important;width:auto!important;justify-content:center!important}body.home-page .hero-actions.hero-actions-single .btn,html body.home-page .hero .hero-actions.hero-actions-single .btn{width:100%!important}.site-footer .footer-legal-link,.site-footer .footer-language-picker .language-current{min-height:34px!important;height:34px!important;padding:0 12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;border:1px solid #dbe3ea!important;background:#fff!important;color:#065f46!important;font-weight:850!important;text-decoration:none!important;border-radius:10px!important;line-height:1!important}.site-footer .footer-legal-link:hover,.site-footer .footer-language-picker .language-current:hover{border-color:var(--primary)!important;background:var(--primary-soft)!important;color:var(--primary)!important}@media (max-width:760px){.nav{gap:7px!important}.brand{margin-right:auto!important;min-width:0!important}.nav-toggle{display:inline-flex!important;order:3;flex:0 0 38px!important;width:38px!important;height:38px!important}.nav-install-mobile:not([hidden]){display:inline-flex!important;order:2;flex:0 0 38px!important;width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;justify-content:center!important;align-items:center!important}.nav-actions .nav-install-menu{display:none!important}.nav-actions .nav-link,.nav-actions .icon-btn,.nav-actions .lang-link,.nav-actions .language-current{border-radius:12px!important}}@media (max-width:640px){body.home-page .hero-actions.hero-actions-single,html body.home-page .hero .hero-actions.hero-actions-single{width:min(100%,220px)!important;grid-template-columns:1fr!important}.category-pills .pill,.pill{min-height:36px!important;border-radius:10px!important;font-size:.82rem!important;padding:8px 9px!important}.site-footer .footer-links{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;align-items:stretch!important}.site-footer .footer-links .footer-language-picker{grid-column:auto!important;width:100%!important;display:block!important;margin:0!important;min-width:0!important}.site-footer .footer-links .footer-legal-link,.site-footer .footer-links .footer-language-picker .language-current{width:100%!important;min-width:0!important;height:36px!important;min-height:36px!important;padding:0 6px!important;font-size:.72rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.site-footer .footer-links .footer-language-picker .language-current-label{display:inline!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important}.site-footer .footer-links .footer-language-picker .flag-img{width:18px!important;height:18px!important;flex-basis:18px!important}}@media (display-mode:standalone) and (max-width:760px){.site-footer .footer-links{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}.site-footer .footer-links .footer-language-picker{grid-column:auto!important;width:100%!important;margin:0!important}.site-footer .footer-links .footer-legal-link,.site-footer .footer-links .footer-language-picker .language-current{width:100%!important;height:36px!important;min-height:36px!important;border-radius:10px!important}}:root{--primary:#7c3aed !important;--primary-2:#8b5cf6 !important;--primary-hover:#6d28d9 !important;--primary-soft:#f5f3ff !important;--focus:#8b5cf6 !important}html:not([data-accent]) .pill[aria-pressed="true"]{box-shadow:0 8px 18px rgba(124,58,237,.16)!important}.category-pills .pill,.category-section .section-head h2{text-transform:uppercase !important}.pill[aria-pressed="true"]{background:linear-gradient(135deg,var(--primary),var(--primary-2))!important;border-color:var(--primary)!important;color:#fff!important}.site-footer,.site-footer .footer-links,.site-footer .footer-language-picker{position:relative}.site-footer,.site-footer .footer-links{z-index:30}.site-footer .footer-language-picker{z-index:200}.site-footer .footer-language-picker .language-menu{top:auto !important;bottom:calc(100% + 8px) !important;z-index:9999 !important}.tool-card{min-height:49px!important;padding-top:10px!important;padding-bottom:10px!important}.tool-card>div{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;gap:2px!important}.tool-card h3{margin:0!important;line-height:1.14!important}.tool-card h3 a{font-weight:720!important}.tool-card p.tool-desc{display:block!important;margin:0!important;color:#475569!important;font-size:clamp(.67rem,1.8vw,.76rem)!important;font-weight:400!important;line-height:1.12!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}@media (max-width:640px){.tool-card{min-height:50px!important;padding-top:9px!important;padding-bottom:9px!important}.tool-card h3{line-height:1.12!important}.tool-card h3 a{font-weight:720!important}.tool-card p.tool-desc{font-size:clamp(.65rem,2.6vw,.72rem)!important;line-height:1.08!important}}@media (display-mode:standalone){.tool-card p.tool-desc{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}}.tool-card{min-height:54px!important}.tool-card>div{width:100%!important;min-width:0!important;padding:8px 12px!important;gap:1px!important;box-sizing:border-box!important}.tool-card h3{margin:0!important;line-height:1.12!important}.tool-card h3 a{padding:0!important;font-weight:680!important;line-height:1.12!important}.tool-card p.tool-desc{display:block!important;margin:0!important;padding:0!important;color:#475569!important;font-weight:400!important;line-height:1.06!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}.site-footer .footer-links{align-items:center!important}.site-footer .footer-contact-link{white-space:nowrap!important;display:inline-flex!important;align-items:center!important;min-width:0!important;font-weight:800!important}.site-footer .footer-compare-link,.site-footer .footer-language-cycle{min-height:34px!important;height:34px!important;padding:0 12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;border:1px solid #dbe3ea!important;background:#fff!important;color:#065f46!important;font-weight:850!important;text-decoration:none!important;border-radius:10px!important;line-height:1!important;white-space:nowrap!important}.site-footer .footer-language-cycle .flag-img{width:20px!important;height:20px!important;flex:0 0 20px!important}.site-footer .footer-language-cycle:hover,.site-footer .footer-compare-link:hover{border-color:var(--primary)!important;background:var(--primary-soft)!important;color:var(--primary)!important}.footer-donate{gap:8px!important;margin-top:4px!important;align-items:center!important}.footer-donate code{font-size:.72rem!important;border-radius:8px!important;padding:4px 7px!important;line-height:1.1!important}@media (max-width:640px){.tool-card{min-height:54px!important}.tool-card>div{padding:7px 12px!important;gap:0!important}.tool-card h3{line-height:1.10!important}.tool-card h3 a{font-weight:680!important;line-height:1.10!important}.tool-card p.tool-desc{font-size:clamp(.64rem,2.45vw,.70rem)!important;line-height:1.02!important}.site-footer .footer-links{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;align-items:stretch!important}.site-footer .footer-links .footer-legal-link,.site-footer .footer-links .footer-language-cycle,.site-footer .footer-links .footer-compare-link{width:100%!important;min-width:0!important;height:36px!important;min-height:36px!important;padding:0 6px!important;font-size:.72rem!important;border-radius:10px!important;overflow:hidden!important;text-overflow:ellipsis!important;box-sizing:border-box!important}.site-footer .footer-links .footer-language-cycle{grid-column:3!important;grid-row:1!important}.site-footer .footer-links .footer-contact-link{grid-column:1 / span 2!important;grid-row:2!important;align-self:center!important;height:36px!important;min-height:36px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:clamp(.64rem,2.55vw,.72rem)!important;line-height:1!important}.site-footer .footer-links .footer-compare-link{grid-column:3!important;grid-row:2!important}.site-footer .footer-language-cycle .flag-img{width:18px!important;height:18px!important;flex-basis:18px!important}.footer-donate{gap:7px!important;margin-top:6px!important;padding-top:2px!important;font-size:.72rem!important}.footer-donate code{font-size:.66rem!important;border-radius:7px!important;padding:4px 6px!important}}@media (display-mode:standalone) and (max-width:640px){.site-footer .footer-links{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.site-footer .footer-links .footer-language-cycle{grid-column:3!important;grid-row:1!important}.site-footer .footer-links .footer-contact-link{grid-column:1 / span 2!important;grid-row:2!important;white-space:nowrap!important}.site-footer .footer-links .footer-compare-link{grid-column:3!important;grid-row:2!important}}.tool-card>div{gap:2px!important}.tool-card p.tool-desc{line-height:1.10!important}.category-section .section-head{margin-bottom:8px!important}.category-section .section-head>div{display:flex!important;align-items:baseline!important;gap:8px!important;padding-left:24px!important;flex-wrap:nowrap!important;min-width:0!important}.category-section .section-head h2{margin:0!important;line-height:1!important}.category-section .section-head p{margin:0!important;line-height:1!important;font-size:.78rem!important;white-space:nowrap!important}@media (max-width:640px){.tool-card>div{gap:1px!important}.tool-card p.tool-desc{line-height:1.07!important}.category-section .section-head>div{padding-left:24px!important;gap:7px!important}.category-section .section-head p{font-size:.74rem!important}}.tool-card>div{gap:3px!important}@media (max-width:640px){.tool-card>div{gap:2px!important}}.tool-card p.tool-desc{margin-top:1px!important;line-height:1.10!important}.category-section .section-head{margin-bottom:8px!important}.category-section .section-head>div{display:flex!important;flex-direction:row!important;align-items:baseline!important;justify-content:flex-start!important;gap:8px!important;padding-left:24px!important;flex-wrap:nowrap!important;width:100%!important;box-sizing:border-box!important}.category-section .section-head h2{margin:0!important;line-height:1!important;white-space:nowrap!important}.category-section .section-head p{margin:0!important;line-height:1!important;font-size:.78rem!important;white-space:nowrap!important;transform:translateY(-1px)!important}@media (max-width:640px){.category-section .section-head>div{padding-left:24px!important;gap:7px!important}.category-section .section-head p{font-size:.74rem!important}}.tool-card{grid-template-columns:38px minmax(0,1fr)!important;gap:12px!important;align-items:center!important}.tool-emoji.tool-emoji--icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important;flex:0 0 36px!important;border-radius:12px!important;background:var(--primary-soft)!important;border:1px solid rgba(124,58,237,.14)!important;color:var(--primary)!important;box-shadow:0 1px 0 rgba(15,23,42,.03)!important;overflow:hidden!important}.tool-card>div{min-width:0!important}.tool-icon-svg{width:20px!important;height:20px!important;display:block!important;stroke:currentColor!important;fill:none!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}.tool-card h3{line-height:1.12!important}.tool-card h3 a{font-weight:710!important}.tool-card p.tool-desc{font-size:clamp(.67rem,1.85vw,.76rem)!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}@media (max-width:640px){.tool-card{grid-template-columns:35px minmax(0,1fr)!important;gap:10px!important}.tool-emoji.tool-emoji--icon{width:33px!important;height:33px!important;min-width:33px!important;min-height:33px!important;flex-basis:33px!important;border-radius:10px!important}.tool-icon-svg{width:18px!important;height:18px!important}}@media (max-width:380px){.tool-card{grid-template-columns:32px minmax(0,1fr)!important;gap:9px!important}.tool-emoji.tool-emoji--icon{width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;flex-basis:30px!important;border-radius:9px!important}.tool-icon-svg{width:17px!important;height:17px!important}}.tool-card{padding-left:14px!important;padding-right:12px!important;gap:6px!important}.tool-card>div{gap:1px!important}.category-section .section-head{margin-bottom:10px!important}.category-section .section-head>div{padding-left:14px!important;gap:8px!important}@media (max-width:640px){.tool-card{padding-left:13px!important;padding-right:11px!important;gap:5px!important}.tool-card>div{gap:1px!important}.category-section .section-head{margin-bottom:9px!important}.category-section .section-head>div{padding-left:13px!important;gap:7px!important}}@media (max-width:380px){.tool-card{padding-left:12px!important;padding-right:10px!important;gap:5px!important}.category-section .section-head>div{padding-left:12px!important}}.category-section{margin:28px 0 34px!important}.category-section .section-head{margin-bottom:12px!important}.tools-count-summary{margin:18px auto 24px!important;padding:8px 0 10px!important;gap:6px!important}.tools-count-summary strong{font-size:clamp(1.86rem,4.8vw,2.58rem)!important}.tools-count-summary span{font-size:1.08rem!important;line-height:1.22!important}@media (max-width:640px){.category-section{margin:24px 0 30px!important}.category-section .section-head{margin-bottom:11px!important}.tools-count-summary{margin:14px auto 18px!important;padding:8px 0 10px!important;gap:5px!important}.tools-count-summary strong{font-size:1.62rem!important}.tools-count-summary span{font-size:.98rem!important;line-height:1.2!important}}.instagram-menu-link{display:none!important}@media (max-width:640px){.nav-actions .instagram-menu-link{display:inline-flex!important;width:100%!important;height:42px!important;min-height:42px!important;justify-content:flex-start!important;align-items:center!important;gap:9px!important;padding:0 12px!important;border-radius:12px!important;border-color:transparent!important;color:#fff!important;background:linear-gradient(135deg,#833ab4 0%,#c13584 34%,#e1306c 62%,#f77737 100%)!important;box-shadow:0 8px 18px rgba(193,53,132,.20)!important;font-weight:850!important;text-decoration:none!important}.nav-actions .instagram-menu-link:hover,.nav-actions .instagram-menu-link:focus-visible{color:#fff!important;border-color:transparent!important;background:linear-gradient(135deg,#833ab4 0%,#c13584 34%,#e1306c 62%,#f77737 100%)!important;filter:brightness(1.03)!important}.instagram-menu-icon{display:inline-flex!important;width:22px!important;height:22px!important;border:2px solid currentColor!important;border-radius:8px!important;align-items:center!important;justify-content:center!important;font-size:15px!important;line-height:1!important;font-weight:900!important;flex:0 0 22px!important}.instagram-menu-text{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}}.instagram-menu-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:36px!important;padding:0 12px!important;border-radius:12px!important;border-color:transparent!important;color:#fff!important;background:linear-gradient(135deg,#833ab4 0%,#c13584 34%,#e1306c 62%,#f77737 100%)!important;box-shadow:0 6px 14px rgba(193,53,132,.18)!important;font-weight:850!important;text-decoration:none!important}.instagram-menu-link:hover,.instagram-menu-link:focus-visible{color:#fff!important;border-color:transparent!important;background:linear-gradient(135deg,#833ab4 0%,#c13584 34%,#e1306c 62%,#f77737 100%)!important;filter:brightness(1.03)!important}.instagram-menu-icon{display:inline-flex!important;width:20px!important;height:20px!important;border:2px solid currentColor!important;border-radius:7px!important;align-items:center!important;justify-content:center!important;font-size:13px!important;line-height:1!important;font-weight:900!important;flex:0 0 20px!important}.instagram-menu-text{white-space:nowrap!important}@media (max-width:640px){.nav-actions .instagram-menu-link{width:100%!important;height:42px!important;min-height:42px!important;justify-content:flex-start!important;padding:0 12px!important}.nav-actions .instagram-menu-icon{width:22px!important;height:22px!important;flex-basis:22px!important;border-radius:8px!important;font-size:15px!important}}.hero-social{display:flex!important;justify-content:center!important;align-items:center!important;margin:-6px auto 14px!important;padding:0 20px!important}.hero-instagram-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:34px!important;padding:0 12px!important;border:1px solid rgba(193,53,132,.18)!important;border-radius:11px!important;color:#a93f8d!important;background:rgba(255,255,255,.9)!important;text-decoration:none!important;font-weight:760!important;font-size:.94rem!important;box-shadow:0 6px 18px rgba(131,58,180,.08)!important}.hero-instagram-link:hover,.hero-instagram-link:focus-visible{color:#a93f8d!important;border-color:rgba(193,53,132,.28)!important;background:#fff!important}.hero-instagram-icon{display:inline-flex!important;width:18px!important;height:18px!important;border:1.8px solid currentColor!important;border-radius:6px!important;align-items:center!important;justify-content:center!important;font-size:11px!important;line-height:1!important;font-weight:900!important;flex:0 0 18px!important}@media (min-width:641px){.nav-install-menu .install-label{display:none!important}.nav-install-menu{min-width:44px!important;width:44px!important;padding:0!important;justify-content:center!important;gap:0!important}}@media (max-width:640px){.hero-social{margin:-2px auto 12px!important;padding:0 16px!important}.hero-instagram-link{min-height:32px!important;padding:0 11px!important;font-size:.9rem!important;gap:7px!important}.hero-instagram-icon{width:17px!important;height:17px!important;flex-basis:17px!important;font-size:10px!important}}body.root-gateway-v4 .root-language-gateway{margin:8px auto 0!important}body.root-gateway-v4 .root-instagram-wrap{width:var(--container)!important;margin:12px auto 0!important;padding:0!important;display:flex!important;justify-content:center!important;align-items:center!important}body.root-gateway-v4 .root-instagram-link{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:34px!important;padding:0 12px!important;border-radius:11px!important;border:1px solid rgba(193,53,132,.18)!important;background:rgba(255,255,255,.92)!important;color:#a93f8d!important;text-decoration:none!important;font-size:.94rem!important;font-weight:760!important;box-shadow:0 6px 18px rgba(131,58,180,.08)!important}body.root-gateway-v4 .root-instagram-link:hover,body.root-gateway-v4 .root-instagram-link:focus-visible{color:#a93f8d!important;background:#fff!important;border-color:rgba(193,53,132,.28)!important}body.root-gateway-v4 .root-instagram-icon{display:inline-flex!important;width:18px!important;height:18px!important;border:1.8px solid currentColor!important;border-radius:6px!important;align-items:center!important;justify-content:center!important;font-size:11px!important;line-height:1!important;font-weight:900!important;flex:0 0 18px!important}body.root-gateway-v4 .locale-stack{margin:22px auto 0!important}@media (max-width:760px){body.root-gateway-v4 .root-instagram-wrap{margin:10px auto 0!important}body.root-gateway-v4 .root-instagram-link{min-height:32px!important;padding:0 11px!important;gap:7px!important;font-size:.9rem!important}body.root-gateway-v4 .root-instagram-icon{width:17px!important;height:17px!important;flex-basis:17px!important;font-size:10px!important}body.root-gateway-v4 .locale-stack{margin:20px auto 0!important}}.social-icon-link{color:#475569!important;text-decoration:none!important;background:#fff!important}.social-icon-link:hover,.social-icon-link:focus-visible{color:var(--primary)!important;background:var(--primary-soft)!important;border-color:#bbf7d0!important}.social-icon-link svg{width:18px!important;height:18px!important;display:block!important;fill:currentColor!important}.root-social-wrap{gap:8px!important;flex-wrap:wrap!important}body.root-gateway-v4 .root-instagram-link svg{width:17px!important;height:17px!important;display:block!important;fill:currentColor!important}.temporary-email-shell .tool-input-area{display:grid;gap:12px}.temporary-email-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;box-shadow:0 6px 20px rgba(15,23,42,.035)}.temporary-email-label{display:block;font-size:.84rem;font-weight:900;color:#334155;margin-bottom:8px}.temporary-email-display{width:100%;min-height:54px;display:flex;align-items:center;padding:12px 14px;border:1px solid var(--line);border-radius:12px;background:#f8fafc;color:#0f172a;font-size:clamp(1.05rem,2vw,1.34rem);font-weight:900;font-family:inherit;letter-spacing:.01em;overflow-wrap:anywhere}.temporary-email-modal{background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;box-shadow:0 16px 40px rgba(15,23,42,.12)}.temporary-email-modal[hidden]{display:none!important}.temporary-email-modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.temporary-email-modal-head strong{color:#0f172a;font-size:1rem}.temporary-inbox-note{color:#64748b;font-weight:750}@media (max-width:640px){.temporary-email-card{padding:13px}.temporary-email-display{min-height:50px;font-size:1rem}.root-social-wrap{gap:7px!important}}.footer-legal-notice{color:#64748b!important;font-size:.76rem!important;line-height:1.35!important;max-width:980px!important}.root-footer-legal-notice{margin-top:4px!important}.tool-legal-note{width:var(--container);margin:12px auto 16px;padding:12px 14px;display:grid;gap:4px;border:1px solid #fde68a;border-radius:14px;background:#fffbeb;color:#78350f;box-shadow:0 6px 18px rgba(120,53,15,.05)}.tool-legal-note strong{font-size:.84rem;font-weight:900;color:#92400e}.tool-legal-note span{font-size:.86rem;line-height:1.42;font-weight:650}.cookie-mini{position:fixed;left:14px;bottom:calc(14px + env(safe-area-inset-bottom,0px));z-index:120;width:min(420px,calc(100vw - 28px));display:flex;align-items:center;gap:8px;padding:9px 10px;border:1px solid #dbe3ea;border-radius:13px;background:rgba(255,255,255,.96);color:#334155;box-shadow:0 16px 36px rgba(15,23,42,.12);font-size:.78rem;line-height:1.25}.cookie-mini[hidden]{display:none!important}.cookie-mini p{margin:0;flex:1;min-width:0}.cookie-mini a{color:var(--primary);font-weight:850;text-decoration:none;white-space:nowrap}.cookie-mini button{min-height:30px;border:1px solid var(--primary);border-radius:10px;background:var(--primary);color:#fff;font-size:.78rem;font-weight:900;padding:0 10px;cursor:pointer}@media (max-width:640px){.footer-legal-notice{font-size:.70rem!important;line-height:1.28!important}.tool-legal-note{margin:10px auto 14px;padding:10px 11px;border-radius:12px}.tool-legal-note span{font-size:.78rem;line-height:1.34}.cookie-mini{left:10px;bottom:calc(10px + env(safe-area-inset-bottom,0px));width:calc(100vw - 20px);padding:8px;border-radius:12px;font-size:.70rem;gap:6px}.cookie-mini button{min-height:28px;padding:0 9px;font-size:.72rem}}@media (display-mode:standalone) and (max-width:640px){.cookie-mini{bottom:calc(8px + env(safe-area-inset-bottom,0px));font-size:.68rem;padding:7px 8px}}@media (max-width:640px){.site-footer .footer-links{grid-template-columns:repeat(3,minmax(0,1fr))!important}.site-footer .footer-links .footer-cookie-link{grid-column:auto!important;grid-row:auto!important}.site-footer .footer-links .footer-contact-link{grid-column:1 / span 2!important;grid-row:auto!important}.site-footer .footer-links .footer-compare-link{grid-column:auto!important;grid-row:auto!important}.site-footer .footer-links .footer-language-cycle{grid-column:auto!important;grid-row:auto!important}}@media (display-mode:standalone) and (max-width:640px){.site-footer .footer-links .footer-cookie-link{grid-column:auto!important;grid-row:auto!important}.site-footer .footer-links .footer-contact-link{grid-column:1 / span 2!important;grid-row:auto!important}.site-footer .footer-links .footer-compare-link{grid-column:auto!important;grid-row:auto!important}.site-footer .footer-links .footer-language-cycle{grid-column:auto!important;grid-row:auto!important}}.nav-top-socials{display:flex;align-items:center;gap:6px;margin-left:auto}.nav-top-socials .social-icon-link{width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;border:1px solid var(--line)!important;background:#fff!important;box-shadow:none!important}.nav-top-socials .social-icon-link svg{width:18px!important;height:18px!important}.nav-top-socials .social-instagram-link{color:#E1306C!important;border-color:rgba(225,48,108,.24)!important}.nav-top-socials .social-instagram-link:hover,.nav-top-socials .social-instagram-link:focus-visible{color:#C13584!important;background:rgba(225,48,108,.08)!important;border-color:rgba(225,48,108,.28)!important}.nav-top-socials .social-pinterest-link{color:#E60023!important;border-color:rgba(230,0,35,.24)!important}.nav-top-socials .social-pinterest-link:hover,.nav-top-socials .social-pinterest-link:focus-visible{color:#BD081C!important;background:rgba(230,0,35,.08)!important;border-color:rgba(230,0,35,.28)!important}.nav-close-btn{display:none!important}.root-social-block{width:var(--container);margin:12px auto 18px;display:grid;gap:10px;justify-items:center}.root-social-heading{margin:0;font-size:.86rem;line-height:1.2;font-weight:900;color:#475569;text-align:center}body.root-gateway-v4 .root-social-wrap{width:100%;display:flex;align-items:center;justify-content:center;gap:10px!important;flex-wrap:wrap!important}body.root-gateway-v4 .root-social-card{display:inline-flex;align-items:center;justify-content:center;text-decoration:none!important}body.root-gateway-v4 .root-social-pill{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:8px 16px 8px 8px;border-radius:999px;border:1px solid var(--line);background:#fff;color:#0f172a;font-weight:900;box-shadow:0 10px 24px rgba(15,23,42,.06)}body.root-gateway-v4 .root-social-card--instagram .root-social-pill{border-color:rgba(225,48,108,.24)}body.root-gateway-v4 .root-social-card--pinterest .root-social-pill{border-color:rgba(230,0,35,.24)}body.root-gateway-v4 .root-social-icon-circle{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;flex:0 0 32px}body.root-gateway-v4 .root-social-card--instagram .root-social-icon-circle{background:linear-gradient(135deg,#F58529,#DD2A7B 52%,#8134AF 100%)}body.root-gateway-v4 .root-social-card--pinterest .root-social-icon-circle{background:#E60023}body.root-gateway-v4 .root-social-icon-circle svg{width:17px!important;height:17px!important;display:block!important;fill:currentColor!important}body.root-gateway-v4 .root-social-handle{font-size:.95rem;letter-spacing:-.01em}body.root-gateway-v4 .root-social-card:hover .root-social-pill,body.root-gateway-v4 .root-social-card:focus-visible .root-social-pill{transform:translateY(-1px);box-shadow:0 14px 30px rgba(15,23,42,.09)}@media (max-width:760px){.site-header{overflow:visible}.nav{position:relative;overflow:visible}.nav-top-socials{gap:5px;order:2}.nav-top-socials .social-icon-link{width:36px!important;height:36px!important;min-height:36px!important}.nav-install-mobile{order:3}.nav-toggle{order:4}body.nav-open{overflow:hidden}body.nav-open::before{content:'';position:fixed;inset:0;background:rgba(15,23,42,.18);z-index:90}.nav-actions{position:fixed!important;left:0!important;right:auto!important;top:0!important;bottom:0!important;width:clamp(220px,50vw,320px)!important;min-width:0!important;max-width:calc(100vw - 68px)!important;height:100dvh!important;margin:0!important;padding:14px 12px 18px!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:0 18px 18px 0!important;box-shadow:0 24px 56px rgba(15,23,42,.18)!important;display:flex!important;gap:8px!important;align-items:stretch!important;flex-direction:column!important;overflow-y:auto!important;transform:translateX(-108%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:transform .22s ease,opacity .18s ease,visibility .18s ease!important;z-index:95!important}body.nav-open .nav-actions{transform:translateX(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.nav-actions>.nav-close-btn{display:inline-flex!important;align-self:flex-end;width:42px!important;height:42px!important;min-height:42px!important;border-radius:14px!important;padding:0!important;margin-bottom:2px!important;justify-content:center!important;background:#fff!important}.nav-actions>:not(.nav-close-btn).nav-link,.nav-actions>:not(.nav-close-btn).icon-btn,.nav-actions>:not(.nav-close-btn).lang-link,.nav-actions>:not(.nav-close-btn).language-current{width:100%!important;min-height:42px!important;height:42px!important;border-radius:14px!important;justify-content:flex-start!important;padding:0 12px!important;gap:8px!important;align-self:stretch!important}.nav-actions>.social-icon-link{display:none!important}.nav-actions .color-btn,.nav-actions .install-btn,.nav-actions .lang-link,.nav-actions .language-current{justify-content:center!important}.nav-actions .language-picker{width:100%!important;display:block!important}.nav-actions .language-current .flag-img,.nav-actions .language-cycle .flag-img{width:24px!important;height:24px!important}.root-social-block{margin:10px auto 16px;gap:8px}body.root-gateway-v4 .root-social-wrap{gap:8px!important}body.root-gateway-v4 .root-social-pill{min-height:44px;padding:7px 13px 7px 7px}body.root-gateway-v4 .root-social-icon-circle{width:30px;height:30px;flex-basis:30px}body.root-gateway-v4 .root-social-handle{font-size:.9rem}}@media (max-width:420px){body.root-gateway-v4 .root-social-wrap{flex-direction:column}body.root-gateway-v4 .root-social-card,body.root-gateway-v4 .root-social-pill{width:100%;justify-content:center}}.site-footer .footer-links{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:10px 14px!important}.site-footer .footer-contact-donate{display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:6px!important;color:#64748b!important;line-height:1.35!important}.site-footer .footer-contact-donate a{font-weight:800!important;color:#334155!important}.site-footer .footer-contact-donate code{font-size:.82rem!important;border-radius:8px!important;padding:4px 7px!important;background:#f1f5f9!important;color:#334155!important;overflow-wrap:anywhere!important}.nav-actions .nav-install-menu .install-label,.nav-install-menu .install-label{display:none!important}.nav-actions .nav-install-menu,.nav-install-menu{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;gap:0!important;justify-content:center!important}@media (max-width:760px){.nav-actions{justify-content:flex-start!important;align-content:flex-start!important;padding-top:14px!important}.nav-actions>.nav-close-btn{position:absolute!important;top:8px!important;right:8px!important;width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important;margin:0!important;padding:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;font-size:.82rem!important;background:#f8fafc!important;border:1px solid var(--line)!important;color:#334155!important;z-index:2!important}.nav-actions>.nav-close-btn .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}}@media (max-width:640px){.site-footer .footer-links{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;align-items:center!important}.site-footer .footer-links .footer-cookie-link{grid-column:3!important;grid-row:1!important}.site-footer .footer-links .footer-compare-link{grid-column:1 / span 2!important;grid-row:2!important}.site-footer .footer-links .footer-language-cycle{grid-column:3!important;grid-row:2!important}.site-footer .footer-links a:not(.footer-language-cycle){min-height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:nowrap!important;font-size:.78rem!important}.site-footer .footer-contact-donate{gap:5px!important;font-size:.78rem!important}.site-footer .footer-contact-donate code{font-size:.68rem!important;padding:4px 6px!important;max-width:100%!important}}@media (display-mode:standalone) and (max-width:640px){.site-footer .footer-links{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}.site-footer .footer-links .footer-cookie-link{grid-column:3!important;grid-row:1!important}.site-footer .footer-links .footer-compare-link{grid-column:1 / span 2!important;grid-row:2!important}.site-footer .footer-links .footer-language-cycle{grid-column:3!important;grid-row:2!important}}.mobile-menu-legal-link{display:none!important}.mobile-language-name{display:none!important}.footer-language-label{display:inline-flex!important;align-items:center;font-weight:850;color:#334155;font-size:.84rem;line-height:1}.footer-language-cycle{gap:7px!important;width:auto!important;min-width:0!important;padding:0 10px!important;border-radius:999px!important}.footer-language-cycle .flag-img{flex:0 0 22px}.home-temp-email-promo{width:var(--container);margin:18px auto 10px;display:flex;justify-content:center;align-items:center;text-align:center}.home-temp-email-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:10px 18px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff!important;font-weight:950;letter-spacing:-.01em;text-decoration:none!important;box-shadow:0 12px 28px rgba(5,150,105,.18);border:0}.home-temp-email-btn:hover,.home-temp-email-btn:focus-visible{transform:translateY(-1px);box-shadow:0 16px 34px rgba(5,150,105,.24)}.home-temp-email-icon{font-size:1.05rem;line-height:1}.nav-actions .social-instagram-link{color:#E1306C!important;border-color:rgba(225,48,108,.24)!important}.nav-actions .social-pinterest-link{color:#E60023!important;border-color:rgba(230,0,35,.24)!important}.nav-actions .social-instagram-link:hover,.nav-actions .social-instagram-link:focus-visible{color:#C13584!important;background:rgba(225,48,108,.08)!important;border-color:rgba(225,48,108,.28)!important}.nav-actions .social-pinterest-link:hover,.nav-actions .social-pinterest-link:focus-visible{color:#BD081C!important;background:rgba(230,0,35,.08)!important;border-color:rgba(230,0,35,.28)!important}@media (min-width:761px){.nav-top-socials{display:none!important}.nav-actions .nav-install-menu{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;border-radius:999px!important}.nav-actions .nav-install-menu .install-label{display:none!important}.nav-actions .mobile-menu-legal-link{display:none!important}.nav-actions .mobile-language-name{display:none!important}}@media (max-width:760px){.site-header{overflow:visible!important}.nav{position:relative!important;overflow:visible!important}.nav-top-socials{display:flex!important;align-items:center!important;gap:5px!important;margin-left:auto!important;order:2!important;position:relative!important;z-index:52!important}.nav-top-socials .social-icon-link{width:36px!important;height:36px!important;min-height:36px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;background:#fff!important;pointer-events:auto!important}.nav-top-socials .social-icon-link svg{width:17px!important;height:17px!important}.nav-install-mobile{order:3!important}.nav-toggle{order:4!important;position:relative!important;z-index:97!important}body.nav-open{overflow:hidden!important}body.nav-open::before{content:'';position:fixed;inset:0;background:rgba(15,23,42,.18);z-index:90;pointer-events:auto}.nav-actions{position:fixed!important;left:0!important;right:auto!important;top:0!important;bottom:0!important;width:clamp(230px,54vw,330px)!important;min-width:0!important;max-width:calc(100vw - 56px)!important;height:100dvh!important;margin:0!important;padding:60px 12px 18px!important;background:#fff!important;border:1px solid var(--line)!important;border-left:0!important;border-radius:0 18px 18px 0!important;box-shadow:0 24px 56px rgba(15,23,42,.20)!important;display:flex!important;gap:8px!important;align-items:stretch!important;justify-content:flex-start!important;flex-direction:column!important;overflow-y:auto!important;transform:translateX(-108%)!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:transform .22s ease,opacity .18s ease,visibility .18s ease!important;z-index:96!important}body.nav-open .nav-actions{transform:translateX(0)!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important}.nav-actions>.nav-close-btn{display:inline-flex!important;position:absolute!important;top:12px!important;right:12px!important;width:34px!important;height:34px!important;min-height:34px!important;border-radius:999px!important;padding:0!important;margin:0!important;align-items:center!important;justify-content:center!important;background:#fff!important;color:#0f172a!important;border:1px solid var(--line)!important;box-shadow:0 8px 18px rgba(15,23,42,.08)!important;z-index:2!important}.nav-actions>.nav-close-btn span[aria-hidden="true"]{font-size:.92rem!important;line-height:1!important}.nav-actions>.nav-close-btn .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.nav-actions>.nav-link,.nav-actions>.icon-btn,.nav-actions>.lang-link,.nav-actions>.language-current{width:100%!important;min-height:42px!important;height:42px!important;border-radius:14px!important;justify-content:flex-start!important;align-self:stretch!important;padding:0 12px!important;gap:9px!important;pointer-events:auto!important}.nav-actions>.social-icon-link{display:none!important}.nav-actions .color-btn,.nav-actions .install-btn{justify-content:flex-start!important}.nav-actions .nav-install-menu{display:flex!important}.nav-actions .mobile-menu-legal-link{display:flex!important}.nav-actions .language-cycle{font-size:.84rem!important;text-indent:0!important;gap:9px!important;justify-content:flex-start!important;padding:0 12px!important}.nav-actions .language-cycle .mobile-language-name{display:inline-flex!important;position:static!important;width:auto!important;height:auto!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:nowrap!important;color:#334155!important;font-weight:850!important;line-height:1!important}.nav-actions .language-cycle .flag-img{width:24px!important;height:24px!important;flex:0 0 24px!important}.nav-actions .language-picker{width:100%!important;display:block!important}.nav-actions .language-current{font-size:.84rem!important;text-indent:0!important}.nav-actions .language-current .language-current-label{display:inline!important}.home-temp-email-promo{margin:14px auto 8px}.home-temp-email-btn{min-height:44px;width:min(100%,330px);padding:9px 15px;font-size:.95rem}.footer-language-cycle{min-height:34px!important;height:34px!important;padding:0 10px!important;border-radius:999px!important}.footer-language-label{font-size:.82rem!important}}.temporary-email-layout{display:grid;gap:14px;width:100%}.temporary-email-top-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:stretch}.temporary-email-main-card,.temporary-email-settings-card{min-width:0;height:100%;display:flex;flex-direction:column;gap:12px}.temporary-email-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:28px}.temporary-email-label{margin:0!important}.temporary-email-expiry{display:inline-flex;align-items:center;gap:5px;color:#64748b;font-size:.78rem;line-height:1.15;font-weight:800;white-space:nowrap}.temporary-email-expiry strong{color:var(--primary);font-size:.92rem;font-weight:950}.temporary-email-address-row{display:grid;grid-template-columns:minmax(0,1fr) 42px 42px;gap:8px;align-items:center}.temporary-email-address-row .temporary-email-display{min-width:0}.temporary-email-icon-btn{width:42px;height:42px;min-height:42px;padding:0;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--primary);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.temporary-email-icon-btn:hover,.temporary-email-icon-btn:focus-visible{border-color:#bbf7d0;background:var(--primary-soft);color:var(--primary)}.temporary-email-icon-btn svg{width:19px;height:19px;display:block;fill:currentColor}.temporary-email-wide-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:auto}.temporary-email-wide-actions .btn,.temporary-email-apply-btn{width:100%;min-height:38px!important;padding:8px 10px!important;border-radius:12px!important;font-size:.88rem!important}.temporary-email-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.temporary-email-settings-grid .field.half{grid-column:auto}.temporary-email-settings-card .field input,.temporary-email-settings-card .field select{min-height:42px}.temporary-email-apply-btn{margin-top:auto}.temporary-email-inbox-card{min-width:0}.temporary-email-inbox-panel{min-height:0}.temporary-email-inbox-meta{color:#64748b;font-size:.78rem;font-weight:800;white-space:nowrap}.temporary-email-inbox-body{min-height:356px!important;max-height:none!important;display:block}.temporary-inbox-note{display:flex;min-height:320px;align-items:center;justify-content:center;text-align:center}.temporary-email-message{min-height:40px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding:9px 0;border-bottom:1px solid var(--line)}.temporary-email-message:nth-child(n+9){display:none}.temporary-email-message:last-child{border-bottom:0}.temporary-email-message strong{display:block;color:#0f172a;font-size:.92rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.temporary-email-message span,.temporary-email-message time,.temporary-email-message p{color:#64748b;font-size:.8rem;line-height:1.25}.temporary-email-message p{grid-column:1/-1;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.temporary-email-pagination{display:flex;align-items:center;justify-content:center;gap:10px;padding:10px 12px;border-top:1px solid var(--line);background:#fff}.temporary-email-pagination span{color:#475569;font-size:.82rem;font-weight:900;min-width:48px;text-align:center}.temporary-email-pagination .btn[disabled]{opacity:.45;cursor:not-allowed}.temporary-email-metrics{display:none!important}@media (max-width:900px){.temporary-email-top-grid{grid-template-columns:1fr}.temporary-email-inbox-body{min-height:320px!important}.temporary-inbox-note{min-height:284px}}@media (max-width:640px){.temporary-email-layout{gap:12px}.temporary-email-main-card,.temporary-email-settings-card{gap:10px}.temporary-email-card-head{align-items:flex-start}.temporary-email-expiry{font-size:.72rem}.temporary-email-address-row{grid-template-columns:minmax(0,1fr) 38px 38px;gap:6px}.temporary-email-icon-btn{width:38px;height:38px;min-height:38px;border-radius:11px}.temporary-email-wide-actions{gap:7px}.temporary-email-wide-actions .btn,.temporary-email-apply-btn{min-height:36px!important;font-size:.84rem!important}.temporary-email-settings-grid{grid-template-columns:1fr;gap:8px}.temporary-email-inbox-meta{display:none}.temporary-email-inbox-body{min-height:300px!important}.temporary-inbox-note{min-height:264px}.temporary-email-pagination{gap:7px;padding:9px}}@media (max-width:760px){.site-header{z-index:220!important;overflow:visible!important}.nav{position:relative!important;overflow:visible!important;z-index:221!important}body.nav-open::before{content:''!important;position:fixed!important;inset:0!important;background:rgba(15,23,42,.18)!important;z-index:80!important;pointer-events:auto!important}body.nav-open .nav-actions,.nav-actions{z-index:240!important}body.nav-open .nav-actions{pointer-events:auto!important}.nav-actions>*{position:relative!important;z-index:2!important;pointer-events:auto!important}.nav-actions>.nav-close-btn{position:absolute!important;top:10px!important;right:10px!important;z-index:5!important;width:34px!important;height:34px!important;min-height:34px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.nav-actions{padding-top:56px!important}.nav-actions>.nav-link,.nav-actions>.icon-btn,.nav-actions>.lang-link,.nav-actions>.language-current{cursor:pointer!important}.nav-actions .mobile-menu-legal-link{display:flex!important}.nav-actions .language-cycle{display:flex!important;align-items:center!important;justify-content:flex-start!important}.nav-actions .language-cycle .mobile-language-name{display:inline-flex!important;position:static!important;width:auto!important;height:auto!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:nowrap!important;opacity:1!important;visibility:visible!important;font-size:.84rem!important}.site-footer .footer-links .footer-language-cycle{display:inline-flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;justify-content:center!important;min-width:0!important;width:100%!important;max-width:100%!important}.site-footer .footer-links .footer-language-cycle .footer-language-label{display:inline-flex!important;position:static!important;width:auto!important;height:auto!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:nowrap!important;opacity:1!important;visibility:visible!important}}@media (min-width:761px){.nav-actions .nav-install-menu,.nav-install-menu{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;border-radius:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important}}.home-temp-email-btn{border-radius:12px!important;min-height:42px!important;padding:9px 14px!important;box-shadow:none!important}.home-temp-email-btn:hover,.home-temp-email-btn:focus-visible{transform:none!important;box-shadow:0 8px 20px rgba(5,150,105,.16)!important}@media (max-width:760px){.home-temp-email-btn{border-radius:12px!important;min-height:40px!important}}.temporary-email-layout .temporary-email-settings-card[hidden]{display:none!important}.temporary-email-layout .temporary-email-top-grid{grid-template-columns:1fr!important}.temporary-email-layout.settings-open .temporary-email-top-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.temporary-email-layout .temporary-email-wide-actions{display:none!important}.temporary-email-address-row{grid-template-columns:minmax(0,1fr) 42px 42px!important}.temporary-email-main-card{min-height:132px}.temporary-email-settings-stack{display:grid;gap:10px}.temporary-email-settings-stack .field{grid-column:auto!important}.temporary-email-domain-field label{font-size:.84rem;font-weight:800;color:#334155;line-height:1.25}.temporary-email-domain-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:6px}.temporary-email-domain-option{min-height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#334155;font-weight:850;cursor:pointer;padding:0 10px;text-align:center}.temporary-email-domain-option:hover,.temporary-email-domain-option:focus-visible{border-color:#bbf7d0;background:var(--primary-soft);color:var(--primary)}.temporary-email-domain-option.is-active{border-color:var(--primary);background:var(--primary-soft);color:var(--primary);box-shadow:0 0 0 3px rgba(5,150,105,.09)}.temporary-email-inbox-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.temporary-email-inbox-head>div{display:grid;gap:2px;min-width:0}.temporary-email-inbox-refresh{flex:0 0 40px!important;width:40px!important;height:40px!important;min-height:40px!important;border-radius:12px!important}.temporary-email-inbox-refresh.is-refreshing svg{animation:texteme-temp-spin .65s linear infinite}.temporary-email-empty-state{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;color:#64748b}.temporary-email-loading-icon{width:52px;height:52px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid var(--line);color:var(--primary);opacity:.45}.temporary-email-loading-icon svg{width:28px;height:28px;display:block;fill:currentColor;animation:texteme-temp-spin 1.4s linear infinite}.temporary-email-empty-state .temporary-inbox-note{min-height:0!important;display:block!important;font-weight:850;color:#64748b}@keyframes texteme-temp-spin{to{transform:rotate(360deg)}}@media (max-width:900px){.temporary-email-layout.settings-open .temporary-email-top-grid{grid-template-columns:1fr!important}.temporary-email-empty-state{min-height:284px}}@media (max-width:640px){.temporary-email-address-row{grid-template-columns:minmax(0,1fr) 38px 38px!important}.temporary-email-domain-list{grid-template-columns:1fr;gap:7px}.temporary-email-domain-option{min-height:40px;border-radius:11px}.temporary-email-inbox-refresh{width:38px!important;height:38px!important;min-height:38px!important;border-radius:11px!important}.temporary-email-empty-state{min-height:264px;gap:8px}.temporary-email-loading-icon{width:46px;height:46px}.temporary-email-loading-icon svg{width:25px;height:25px}}@media (max-width:760px){.nav-actions>.nav-close-btn{position:absolute!important;top:12px!important;right:12px!important;left:auto!important;width:36px!important;min-width:36px!important;max-width:36px!important;height:36px!important;min-height:36px!important;flex:0 0 36px!important;padding:0!important;margin:0!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important;background:#fff!important;color:#334155!important;border:1px solid var(--line)!important;box-shadow:0 8px 18px rgba(15,23,42,.08)!important;overflow:hidden!important;z-index:8!important}.nav-actions>.nav-close-btn .nav-exit-icon{width:19px!important;height:19px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;margin:0!important;padding:0!important;color:currentColor!important}.nav-actions>.nav-close-btn .nav-exit-icon svg{width:19px!important;height:19px!important;display:block!important;fill:currentColor!important}.nav-actions>.nav-close-btn .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}}.temporary-email-domain-select{width:100%!important;display:grid!important;gap:8px!important}.temporary-email-domain-current{width:100%!important;min-height:44px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;border:1px solid var(--line)!important;border-radius:12px!important;background:#fff!important;color:#0f172a!important;padding:0 12px!important;font-weight:900!important;cursor:pointer!important;text-align:left!important}.temporary-email-domain-current:hover,.temporary-email-domain-current:focus-visible{border-color:var(--primary)!important;box-shadow:0 0 0 4px rgba(5,150,105,.10)!important;outline:none!important}.temporary-email-domain-current svg{width:18px!important;height:18px!important;fill:currentColor!important;color:#64748b!important;flex:0 0 18px!important;transition:transform .16s ease!important}.temporary-email-domain-select.is-open .temporary-email-domain-current svg{transform:rotate(180deg)!important}.temporary-email-domain-list{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;max-height:156px!important;overflow-y:auto!important;padding:6px!important;border:1px solid var(--line)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 10px 24px rgba(15,23,42,.06)!important}.temporary-email-domain-list[hidden]{display:none!important}.temporary-email-domain-option{width:100%!important;min-height:40px!important;border:1px solid var(--line)!important;border-radius:10px!important;background:#fff!important;color:#334155!important;font-weight:850!important;cursor:pointer!important;padding:0 10px!important;text-align:left!important}.temporary-email-domain-option:hover,.temporary-email-domain-option:focus-visible{border-color:#bbf7d0!important;background:var(--primary-soft)!important;color:var(--primary)!important;outline:none!important}.temporary-email-domain-option.is-active{border-color:var(--primary)!important;background:var(--primary-soft)!important;color:var(--primary)!important;box-shadow:0 0 0 3px rgba(5,150,105,.09)!important}.temporary-email-page-clean .eyebrow{display:none!important}.temporary-email-page-clean .tool-hero{margin-top:12px!important;margin-bottom:8px!important}.temporary-email-page-clean .tool-intro{padding-top:0!important}.temporary-email-page-clean .tool-intro h1{margin-top:6px!important;margin-bottom:6px!important}.temporary-email-page-clean .tool-intro .lead{max-width:620px!important}.temporary-email-page-clean .tool-content{margin-bottom:10px!important}@media (max-width:640px){.temporary-email-domain-current{min-height:42px!important;border-radius:11px!important}.temporary-email-domain-list{max-height:170px!important;border-radius:11px!important}.temporary-email-page-clean .tool-hero{margin-top:8px!important}.temporary-email-page-clean .tool-intro h1{font-size:clamp(1.72rem,8vw,2.05rem)!important}.temporary-email-page-clean .tool-intro .lead{font-size:.9rem!important;line-height:1.36!important}}@media (max-width:760px){.nav-actions .mobile-menu-terms-link{order:40!important}.nav-actions .mobile-menu-privacy-link{order:41!important}.nav-actions .mobile-menu-cookies-link{order:42!important}.nav-actions .nav-install-menu{order:43!important}.nav-actions .color-btn{order:44!important}.nav-actions .language-cycle,.nav-actions .language-picker,.nav-actions .lang-link{order:45!important}.nav-actions .nav-install-menu,.nav-actions .color-btn,.nav-actions .language-cycle,.nav-actions .language-picker>.language-current,.nav-actions .lang-link{width:100%!important;min-width:0!important;height:42px!important;min-height:42px!important;padding:0 12px!important;border-radius:14px!important;justify-content:flex-start!important;align-items:center!important;gap:9px!important;font-size:.84rem!important;line-height:1!important;font-weight:850!important;color:#334155!important;text-align:left!important}.nav-actions .nav-install-menu .install-label{display:inline-flex!important;position:static!important;width:auto!important;height:auto!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:nowrap!important;font-size:.84rem!important;line-height:1!important;font-weight:850!important;color:#334155!important}.nav-actions .color-btn .sr-only{position:static!important;width:auto!important;height:auto!important;padding:0!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:nowrap!important;border:0!important;font-size:.84rem!important;line-height:1!important;font-weight:850!important;color:#334155!important}.nav-actions .language-cycle .mobile-language-name,.nav-actions .language-current .language-current-label,.nav-actions .lang-link .sr-only{display:inline-flex!important;position:static!important;width:auto!important;height:auto!important;padding:0!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:nowrap!important;border:0!important;font-size:.84rem!important;line-height:1!important;font-weight:850!important;color:#334155!important}.nav-actions .language-picker{width:100%!important}.nav-actions .language-picker .language-menu{font-size:.84rem!important}.nav-actions .nav-install-menu span[aria-hidden="true"],.nav-actions .color-btn span[aria-hidden="true"]{flex:0 0 auto!important}}.temporary-email-inbox-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex:0 0 auto!important}.temporary-email-delete-mailbox{min-height:40px!important;height:40px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:0 12px!important;border:1px solid #fecaca!important;border-radius:12px!important;background:#fff!important;color:#b91c1c!important;font-size:.82rem!important;font-weight:850!important;line-height:1!important;cursor:pointer!important;white-space:nowrap!important}.temporary-email-delete-mailbox:hover,.temporary-email-delete-mailbox:focus-visible{background:#fef2f2!important;border-color:#fca5a5!important;outline:none!important}.temporary-email-delete-mailbox svg{width:17px!important;height:17px!important;display:block!important;fill:currentColor!important;flex:0 0 17px!important}.temporary-email-settings-card input#temporary-email-name{text-transform:lowercase!important}@media (max-width:640px){.temporary-email-inbox-head{align-items:flex-start!important}.temporary-email-inbox-actions{gap:6px!important}.temporary-email-delete-mailbox{min-height:38px!important;height:38px!important;padding:0 9px!important;border-radius:11px!important;font-size:.78rem!important}.temporary-email-delete-mailbox svg{width:16px!important;height:16px!important;flex-basis:16px!important}}@media (max-width:380px){.temporary-email-delete-mailbox span{max-width:58px!important;overflow:hidden!important;text-overflow:ellipsis!important}}@media (max-width:760px){.nav-actions .nav-install-menu .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.nav-actions .nav-install-menu .install-label{display:inline-flex!important;position:static!important;width:auto!important;height:auto!important;margin:0!important;overflow:visible!important;clip:auto!important;white-space:nowrap!important;font-size:.84rem!important;line-height:1!important;font-weight:850!important;color:#334155!important}.nav-actions .color-btn,.nav-actions .nav-install-menu,.nav-actions .language-cycle,.nav-actions .language-current{font-family:inherit!important}}html[data-accent] .btn-primary,html[data-accent] .home-temp-email-btn,html[data-accent] .tool-emoji,html[data-accent] .category-pills .pill[aria-pressed="true"]{background:linear-gradient(135deg,var(--primary),var(--primary-2))!important;border-color:var(--primary)!important;color:#fff!important}html[data-accent] .brand-badge,html[data-accent] .tool-card:hover,html[data-accent] .tool-card:focus-visible,html[data-accent] .nav-link:hover,html[data-accent] .icon-btn:hover,html[data-accent] .install-btn:hover,html[data-accent] .language-current:hover{border-color:var(--primary)!important;color:var(--primary)!important;background:var(--primary-soft)!important}html[data-accent] .tool-card:hover h3,html[data-accent] .breadcrumb a,html[data-accent] .temporary-email-expiry strong,html[data-accent] .temporary-email-icon-btn{color:var(--primary)!important}.temporary-email-title-line{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;min-width:0!important}.temporary-email-main-head{align-items:center!important}.temporary-email-header-delete{width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;flex:0 0 34px!important;border-color:#fecaca!important;color:#b91c1c!important;background:#fff!important}.temporary-email-header-delete:hover,.temporary-email-header-delete:focus-visible{background:#fef2f2!important;border-color:#fca5a5!important;color:#991b1b!important}.temporary-email-header-delete svg{width:16px!important;height:16px!important}.temporary-email-inbox-actions .temporary-email-delete-mailbox{display:none!important}.temporary-email-inbox-body{overflow-wrap:anywhere!important}.temporary-email-message{align-items:start!important}.temporary-email-message p{white-space:pre-line!important;word-break:break-word!important}@media (max-width:640px){.temporary-email-main-head{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important}.temporary-email-title-line{gap:7px!important}.temporary-email-header-delete{width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;flex-basis:32px!important;border-radius:10px!important}.temporary-email-message{grid-template-columns:1fr!important;gap:4px!important}.temporary-email-message time{justify-self:start!important}}.temporary-email-message{width:100%!important;border:0!important;border-bottom:1px solid var(--line)!important;background:#fff!important;text-align:left!important;cursor:pointer!important;font-family:inherit!important;color:inherit!important;border-radius:0!important}.temporary-email-message:hover,.temporary-email-message:focus-visible{background:#f8fafc!important;outline:none!important}.temporary-email-message-main{min-width:0!important}.temporary-email-detail-view{display:grid;gap:12px;padding:2px 0 10px}.temporary-email-back-btn{justify-self:start!important;display:inline-flex!important;align-items:center!important;gap:7px!important;min-height:34px!important;border-radius:10px!important;font-weight:850!important}.temporary-email-back-btn svg{width:17px;height:17px;fill:currentColor}.temporary-email-open-message{border:1px solid var(--line);border-radius:14px;background:#fff;overflow:hidden}.temporary-email-open-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 14px 10px;border-bottom:1px solid var(--line);background:#f8fafc}.temporary-email-open-head h2{margin:0;color:#0f172a;font-size:1.05rem;line-height:1.25;word-break:break-word}.temporary-email-open-head time{color:#64748b;font-size:.78rem;font-weight:850;white-space:nowrap}.temporary-email-open-meta{display:grid;gap:8px;margin:0;padding:12px 14px;border-bottom:1px solid var(--line)}.temporary-email-open-meta div{display:grid;grid-template-columns:86px minmax(0,1fr);gap:10px;align-items:start}.temporary-email-open-meta dt{color:#64748b;font-weight:900;font-size:.78rem}.temporary-email-open-meta dd{margin:0;color:#0f172a;font-weight:750;font-size:.86rem;overflow-wrap:anywhere}.temporary-email-open-body{padding:15px 14px;min-height:180px;color:#1e293b;font-size:.92rem;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.temporary-email-seo-card{width:var(--container);margin:18px auto 0;background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(16px,2.4vw,24px);box-shadow:0 10px 28px rgba(15,23,42,.045)}.temporary-email-seo-card h2{margin:0 0 8px;font-size:clamp(1.24rem,2.2vw,1.78rem);letter-spacing:-.02em;color:#0f172a}.temporary-email-seo-card h3{margin:18px 0 6px;font-size:1rem;color:#0f172a}.temporary-email-seo-card p{margin:0 0 10px;color:#475569;line-height:1.62}.temporary-email-seo-card ul{margin:8px 0 0;padding-left:18px;color:#475569;line-height:1.55}.temporary-email-seo-card a{color:var(--primary);font-weight:850;text-decoration:none}.temporary-email-seo-card a:hover,.temporary-email-seo-card a:focus-visible{text-decoration:underline;text-underline-offset:3px}@media (max-width:640px){.temporary-email-open-head{display:grid;gap:6px;padding:12px}.temporary-email-open-head time{white-space:normal}.temporary-email-open-meta{padding:11px 12px}.temporary-email-open-meta div{grid-template-columns:1fr;gap:2px}.temporary-email-open-body{padding:13px 12px;font-size:.88rem;line-height:1.5}.temporary-email-seo-card{margin-top:14px;border-radius:14px;padding:14px}.temporary-email-seo-card h3{margin-top:14px}}.temporary-email-error{color:#dc2626!important;font-size:.84rem!important;font-weight:850!important;line-height:1.35!important;margin-top:8px!important;min-height:1.15em!important}.temporary-email-error[hidden]{display:none!important}.temporary-email-settings-card input#temporary-email-name.is-invalid{border-color:#dc2626!important;box-shadow:0 0 0 3px rgba(220,38,38,.12)!important}.temporary-email-limit-note{color:#dc2626!important;font-size:.84rem!important;font-weight:850!important;line-height:1.35!important;margin-top:-2px!important;min-height:1.15em!important}.temporary-email-limit-note[hidden]{display:none!important}.temporary-email-inbox-head{align-items:center!important;min-height:48px!important}.temporary-email-inbox-title-wrap{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:2px!important;min-width:0!important;line-height:1.15!important}.temporary-email-inbox-title-wrap .result-title{line-height:1.1!important;display:block!important}.temporary-email-inbox-meta{display:block!important;font-size:clamp(.62rem,1.9vw,.76rem)!important;line-height:1.15!important;white-space:normal!important}.temporary-email-inbox-actions{align-self:center!important}.temporary-email-inbox-back,.temporary-email-inbox-refresh{flex:0 0 38px!important;width:38px!important;height:38px!important;min-height:38px!important;border-radius:11px!important}.temporary-email-inbox-back[hidden]{display:none!important}.temporary-email-inbox-body{max-height:clamp(360px,56vh,640px)!important;overflow-y:auto!important;overflow-x:hidden!important;scrollbar-width:thin!important;scrollbar-color:rgba(100,116,139,.35) transparent!important;padding-right:2px!important}.temporary-email-inbox-body::-webkit-scrollbar{width:7px!important}.temporary-email-inbox-body::-webkit-scrollbar-track{background:transparent!important}.temporary-email-inbox-body::-webkit-scrollbar-thumb{background:rgba(100,116,139,.28)!important;border-radius:999px!important}.temporary-email-message{grid-template-columns:minmax(122px,.92fr) minmax(0,1.35fr) auto!important;align-items:center!important;gap:4px 10px!important;min-height:54px!important;padding:8px 10px!important;border-radius:12px!important;border-bottom:1px solid var(--line)!important}.temporary-email-message-from,.temporary-email-message-subject,.temporary-email-message-time,.temporary-email-message-snippet{min-width:0!important}.temporary-email-message-from{display:grid!important;gap:1px!important}.temporary-email-message-from strong,.temporary-email-message-subject{color:#0f172a!important;font-weight:900!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.temporary-email-message-from strong{font-size:clamp(.78rem,2.7vw,.88rem)!important}.temporary-email-message-from small{color:#64748b!important;font-size:clamp(.64rem,2.2vw,.74rem)!important;line-height:1.15!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.temporary-email-message-subject{font-size:clamp(.80rem,2.8vw,.92rem)!important}.temporary-email-message-time{justify-self:end!important;color:#64748b!important;font-size:clamp(.64rem,2.2vw,.76rem)!important;font-weight:850!important;white-space:nowrap!important}.temporary-email-message-snippet{grid-column:2 / -1!important;margin:0!important;color:#64748b!important;font-size:clamp(.70rem,2.35vw,.80rem)!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.temporary-email-detail-view{padding:0!important}.temporary-email-open-message{border:0!important;border-radius:0!important;box-shadow:none!important;max-width:100%!important}.temporary-email-open-head{padding:10px 10px 8px!important;background:#fff!important;align-items:center!important}.temporary-email-open-head h2{font-size:clamp(.94rem,3.2vw,1.08rem)!important;line-height:1.25!important}.temporary-email-open-meta{gap:5px!important;padding:8px 10px 10px!important}.temporary-email-open-meta div{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;gap:6px!important;align-items:baseline!important}.temporary-email-open-meta dt{color:#64748b!important;font-size:clamp(.68rem,2.3vw,.78rem)!important;font-weight:900!important;white-space:nowrap!important}.temporary-email-open-meta dd{display:flex!important;align-items:baseline!important;gap:6px!important;min-width:0!important;font-size:clamp(.72rem,2.5vw,.84rem)!important;line-height:1.25!important}.temporary-email-open-meta dd strong,.temporary-email-open-meta dd span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.temporary-email-open-meta dd span{color:#64748b!important;font-weight:700!important}.temporary-email-open-body{padding:0!important;max-height:clamp(360px,58vh,680px)!important;overflow:auto!important;scrollbar-width:thin!important;scrollbar-color:rgba(100,116,139,.35) transparent!important}.temporary-email-open-body::-webkit-scrollbar{width:7px!important;height:7px!important}.temporary-email-open-body::-webkit-scrollbar-track{background:transparent!important}.temporary-email-open-body::-webkit-scrollbar-thumb{background:rgba(100,116,139,.28)!important;border-radius:999px!important}.temporary-email-open-body-text{padding:13px 10px 16px!important;color:#1e293b!important;font-size:clamp(.80rem,2.7vw,.92rem)!important;line-height:1.55!important;overflow-wrap:anywhere!important}.temporary-email-html-body{padding:10px!important;color:#1e293b!important;font-size:clamp(.78rem,2.7vw,.92rem)!important;line-height:1.5!important;overflow-x:auto!important}.temporary-email-html-body table{max-width:100%!important;border-collapse:collapse!important}.temporary-email-html-body img{max-width:100%!important;height:auto!important}.temporary-email-html-body a{color:var(--primary)!important;font-weight:850!important}.temporary-email-html-body button,.temporary-email-html-body a[role="button"]{max-width:100%!important;white-space:normal!important}.temporary-email-faq-card{display:grid!important;gap:10px!important}.temporary-email-faq-card h2{margin-bottom:2px!important}.temporary-email-faq-lead{margin:0!important;color:#475569!important;line-height:1.55!important}.temporary-email-faq-card details{border:1px solid var(--line)!important;border-radius:12px!important;background:#fff!important;overflow:hidden!important}.temporary-email-faq-card summary{cursor:pointer!important;padding:11px 13px!important;font-weight:900!important;color:#0f172a!important;list-style:none!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}.temporary-email-faq-card summary::-webkit-details-marker{display:none!important}.temporary-email-faq-card summary::after{content:'+';color:var(--primary);font-weight:950}.temporary-email-faq-card details[open] summary::after{content:'–'}.temporary-email-faq-card details p,.temporary-email-faq-card details ul{padding:0 13px 12px!important;margin:0!important;color:#475569!important;font-size:.94rem!important;line-height:1.55!important}.temporary-email-faq-card details ul{padding-left:30px!important}@media (max-width:640px){.temporary-email-inbox-head{min-height:46px!important;align-items:center!important}.temporary-email-inbox-head>div{justify-content:center!important}.temporary-email-inbox-actions{gap:6px!important}.temporary-email-inbox-back,.temporary-email-inbox-refresh{width:36px!important;height:36px!important;min-height:36px!important;flex-basis:36px!important}.temporary-email-message{grid-template-columns:minmax(92px,.9fr) minmax(0,1.1fr) auto!important;min-height:52px!important;padding:8px 7px!important;gap:3px 7px!important}.temporary-email-message-snippet{grid-column:1 / -1!important}.temporary-email-open-head{padding:9px 8px 7px!important}.temporary-email-open-meta{padding:8px!important}.temporary-email-open-meta div{grid-template-columns:auto minmax(0,1fr)!important}.temporary-email-open-meta dd{gap:5px!important}.temporary-email-open-body-text,.temporary-email-html-body{padding:10px 8px 14px!important}.temporary-email-faq-card details p,.temporary-email-faq-card details ul{font-size:.88rem!important}}@media (max-width:390px){.temporary-email-message{grid-template-columns:minmax(82px,.85fr) minmax(0,1fr) auto!important;gap:3px 6px!important}.temporary-email-message-time{font-size:.61rem!important}.temporary-email-message-from small{display:none!important}.temporary-email-open-meta dd{display:block!important}.temporary-email-open-meta dd strong,.temporary-email-open-meta dd span{display:block!important}}.temporary-email-delete-inline{display:inline-flex!important;align-items:center!important;gap:4px!important;margin-left:1px!important}.temporary-email-delete-inline[hidden]{display:none!important}.temporary-email-confirm-btn{width:25px!important;height:25px!important;min-width:25px!important;min-height:25px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:1px solid transparent!important;background:#fff!important;cursor:pointer!important;font-size:.92rem!important;font-weight:950!important;line-height:1!important}.temporary-email-confirm-yes{color:#16a34a!important;border-color:rgba(22,163,74,.25)!important;background:#f0fdf4!important}.temporary-email-confirm-no{color:#dc2626!important;border-color:rgba(220,38,38,.22)!important;background:#fef2f2!important}.temporary-email-header-delete.is-confirming{border-color:#fecaca!important;background:#fef2f2!important;color:#dc2626!important}.temporary-email-title-line{min-width:0!important}.temporary-email-title-line .temporary-email-label{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}html[data-accent="green"]{--primary:#059669!important;--primary-2:#22c55e!important;--primary-hover:#047857!important;--primary-soft:#ecfdf5!important;--focus:#10b981!important}html[data-accent="blue"]{--primary:#2563eb!important;--primary-2:#06b6d4!important;--primary-hover:#1d4ed8!important;--primary-soft:#eff6ff!important;--focus:#3b82f6!important}html[data-accent="purple"]{--primary:#7c3aed!important;--primary-2:#06b6d4!important;--primary-hover:#6d28d9!important;--primary-soft:#f5f3ff!important;--focus:#8b5cf6!important}html[data-accent="orange"]{--primary:#ea580c!important;--primary-2:#f59e0b!important;--primary-hover:#c2410c!important;--primary-soft:#fff7ed!important;--focus:#f97316!important}@media (max-width:420px){.temporary-email-confirm-btn{width:23px!important;height:23px!important;min-width:23px!important;min-height:23px!important;font-size:.84rem!important}.temporary-email-title-line{gap:5px!important}}.temporary-email-page-clean .temporary-email-seo-card,.temporary-email-page-clean .temporary-email-related-card{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;border-radius:18px!important;box-shadow:var(--shadow)!important}.temporary-email-page-clean .temporary-email-seo-card{padding:clamp(14px,2.2vw,22px)!important}.temporary-email-page-clean .temporary-email-related-card{padding:clamp(14px,2.2vw,20px)!important}.temporary-email-page-clean .temporary-email-related-card .related-tools-list{margin-top:8px!important}.temporary-email-message{display:grid!important;grid-template-columns:1fr!important;gap:2px!important;min-height:68px!important;padding:9px 12px!important;border-radius:12px!important;align-items:start!important}.temporary-email-message-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-width:0!important;width:100%!important}.temporary-email-message-name{color:#0f172a!important;font-size:clamp(.82rem,2.4vw,.92rem)!important;font-weight:950!important;line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;min-width:0!important}.temporary-email-message-subject{display:block!important;color:#0f172a!important;font-size:clamp(.78rem,2.35vw,.88rem)!important;font-weight:850!important;line-height:1.22!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;min-width:0!important}.temporary-email-message-snippet{display:block!important;grid-column:auto!important;color:#64748b!important;font-size:clamp(.70rem,2.2vw,.80rem)!important;line-height:1.26!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;min-width:0!important;margin:0!important}.temporary-email-message-time{flex:0 0 auto!important;justify-self:auto!important;color:#64748b!important;font-size:clamp(.64rem,2vw,.74rem)!important;font-weight:850!important;line-height:1.15!important;white-space:nowrap!important}.temporary-email-message-from,.temporary-email-message-from small{display:none!important}@media (max-width:640px){.temporary-email-page-clean .temporary-email-seo-card,.temporary-email-page-clean .temporary-email-related-card{border-radius:14px!important}.temporary-email-message{min-height:64px!important;padding:8px 9px!important;gap:2px!important}.temporary-email-message-top{gap:8px!important}.temporary-email-message-time{font-size:.62rem!important}.temporary-email-message-name{font-size:.82rem!important}.temporary-email-message-subject{font-size:.78rem!important}.temporary-email-message-snippet{font-size:.72rem!important}}@media (max-width:390px){.temporary-email-message{grid-template-columns:1fr!important}.temporary-email-message-time{font-size:.60rem!important}}.temporary-email-domain-choices{width:100%!important;display:grid!important;grid-template-columns:1fr!important;gap:7px!important}.temporary-email-domain-choices .temporary-email-domain-option{width:100%!important;min-height:40px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;border:1px solid var(--line)!important;border-radius:11px!important;background:#fff!important;color:#334155!important;font-weight:900!important;cursor:pointer!important;padding:0 11px!important;text-align:left!important;line-height:1.15!important}.temporary-email-domain-choices .temporary-email-domain-option span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.temporary-email-domain-choices .temporary-email-domain-option:hover,.temporary-email-domain-choices .temporary-email-domain-option:focus-visible{border-color:#bbf7d0!important;background:var(--primary-soft)!important;color:var(--primary)!important;outline:none!important}.temporary-email-domain-choices .temporary-email-domain-option.is-active{border-color:var(--primary)!important;background:var(--primary-soft)!important;color:var(--primary)!important;box-shadow:0 0 0 3px rgba(5,150,105,.08)!important}.temporary-email-domain-choices .temporary-email-domain-option.is-active::before{content:'✓'!important;flex:0 0 18px!important;width:18px!important;height:18px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:var(--primary)!important;color:#fff!important;font-size:.72rem!important;font-weight:950!important;line-height:1!important}.temporary-email-open-message{border:1px solid var(--line)!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;box-shadow:none!important}.temporary-email-open-head{padding:11px 12px 9px!important;border-bottom:1px solid var(--line)!important;background:#fff!important}.temporary-email-open-meta{grid-template-columns:1fr!important;padding:9px 12px!important;border-bottom:1px solid var(--line)!important;background:#f8fafc!important}.temporary-email-open-meta div{grid-template-columns:auto minmax(0,1fr)!important;max-width:100%!important}.temporary-email-open-meta dd{max-width:100%!important;overflow:hidden!important}.temporary-email-open-body{padding:0!important;max-height:clamp(340px,58vh,700px)!important;overflow:auto!important;background:#fff!important;white-space:normal!important}.temporary-email-open-body-text{padding:13px 12px 16px!important;max-width:100%!important;white-space:pre-wrap!important}.temporary-email-html-body{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:12px!important;overflow-x:auto!important}.temporary-email-html-body *{max-width:100%!important;box-sizing:border-box!important}.temporary-email-html-body table{width:auto!important;max-width:100%!important}.temporary-email-html-body img{max-width:100%!important;height:auto!important}@media (max-width:640px){.temporary-email-domain-choices{gap:6px!important}.temporary-email-domain-choices .temporary-email-domain-option{min-height:38px!important;border-radius:10px!important;padding:0 10px!important;font-size:.84rem!important}.temporary-email-open-message{border-radius:12px!important}.temporary-email-open-head{padding:10px 10px 8px!important}.temporary-email-open-meta{padding:8px 10px!important}.temporary-email-open-body{max-height:clamp(320px,60vh,620px)!important}.temporary-email-open-body-text,.temporary-email-html-body{padding:11px 10px 14px!important}}.temporary-email-detail-view{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.temporary-email-open-message{width:100%!important;max-width:100%!important;min-width:0!important;display:flex!important;flex-direction:column!important;border:1px solid var(--line)!important;border-radius:14px!important;background:#fff!important;overflow:hidden!important;box-shadow:none!important}.temporary-email-open-head,.temporary-email-open-head-compact{min-height:0!important;display:grid!important;grid-template-columns:1fr!important;gap:7px!important;padding:12px 14px 10px!important;border-bottom:1px solid var(--line)!important;background:#fff!important;margin:0!important}.temporary-email-open-head h2,.temporary-email-open-head-compact h2{margin:0!important;padding:0!important;color:#0f172a!important;font-size:clamp(.94rem,3.7vw,1.08rem)!important;line-height:1.25!important;font-weight:900!important;letter-spacing:-.025em!important;overflow-wrap:anywhere!important}.temporary-email-open-sender-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;min-width:0!important;color:#64748b!important}.temporary-email-open-sender-main{min-width:0!important;display:flex!important;flex-wrap:wrap!important;align-items:baseline!important;gap:4px 8px!important;font-size:clamp(.74rem,2.8vw,.84rem)!important;line-height:1.25!important}.temporary-email-open-sender-main strong{color:#334155!important;font-weight:900!important;max-width:100%!important;overflow-wrap:anywhere!important}.temporary-email-open-sender-main small{color:#64748b!important;font-size:.92em!important;font-weight:750!important;max-width:100%!important;overflow-wrap:anywhere!important}.temporary-email-open-sender-row time{flex:0 0 auto!important;color:#64748b!important;font-size:clamp(.68rem,2.45vw,.78rem)!important;font-weight:850!important;line-height:1.25!important;white-space:nowrap!important}.temporary-email-open-meta{display:none!important}.temporary-email-open-body{padding:0!important;width:100%!important;max-width:100%!important;min-width:0!important;max-height:clamp(280px,54vh,620px)!important;overflow:auto!important;overflow-x:hidden!important;background:#fff!important;white-space:normal!important;box-sizing:border-box!important;scrollbar-width:thin!important;scrollbar-color:rgba(100,116,139,.32) transparent!important;-webkit-overflow-scrolling:touch!important}.temporary-email-open-body::-webkit-scrollbar{width:6px!important;height:6px!important}.temporary-email-open-body::-webkit-scrollbar-track{background:transparent!important}.temporary-email-open-body::-webkit-scrollbar-thumb{background:rgba(100,116,139,.28)!important;border-radius:999px!important}.temporary-email-open-body-text,.temporary-email-html-body{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;padding:14px!important;color:#1f2937!important;font-size:clamp(.86rem,3.35vw,.96rem)!important;line-height:1.56!important;overflow-wrap:anywhere!important;word-break:normal!important}.temporary-email-open-body-text{white-space:pre-wrap!important}.temporary-email-html-body{overflow-x:auto!important}.temporary-email-html-body *{max-width:100%!important;box-sizing:border-box!important;word-break:normal!important;overflow-wrap:anywhere!important}.temporary-email-html-body img{max-width:100%!important;height:auto!important;display:block!important;margin:8px 0!important;border-radius:10px!important}.temporary-email-html-body table{width:100%!important;max-width:100%!important;border-collapse:collapse!important}.temporary-email-html-body a,.temporary-email-html-body button{max-width:100%!important;white-space:normal!important}.temporary-email-image-placeholder{display:grid!important;grid-template-columns:auto 1fr!important;gap:2px 8px!important;align-items:center!important;margin:8px 0!important;padding:9px 10px!important;border:1px solid var(--line)!important;border-radius:10px!important;background:#f8fafc!important;color:#475569!important;font-size:.82rem!important;line-height:1.25!important}.temporary-email-image-placeholder span{grid-row:1 / span 3!important;color:var(--primary)!important;font-weight:900!important}.temporary-email-image-placeholder strong{color:#334155!important;font-size:.84rem!important}.temporary-email-image-placeholder small{color:#64748b!important;font-weight:750!important;overflow-wrap:anywhere!important}.temporary-email-image-placeholder em{grid-column:2!important;color:#64748b!important;font-style:normal!important;font-size:.72rem!important}@media (max-width:640px){.temporary-email-inbox-body{padding:10px!important}.temporary-email-open-message{border-radius:12px!important}.temporary-email-open-head,.temporary-email-open-head-compact{padding:10px 10px 9px!important;gap:6px!important}.temporary-email-open-sender-row{gap:6px!important;align-items:flex-start!important}.temporary-email-open-sender-main{display:grid!important;gap:2px!important}.temporary-email-open-sender-row time{font-size:.66rem!important}.temporary-email-open-body{max-height:clamp(300px,55vh,560px)!important}.temporary-email-open-body-text,.temporary-email-html-body{padding:12px 10px 14px!important;font-size:clamp(.85rem,3.45vw,.93rem)!important;line-height:1.52!important}}.home-page .hero + .home-temp-email-promo{margin-top:-2px;margin-bottom:12px}body:not(.home-page) .tool-hero{width:var(--container)!important;max-width:var(--container)!important;margin:18px auto 14px!important}body:not(.home-page) .tool-intro.hero-card{width:100%!important;max-width:none!important;padding:6px 0 10px!important}body:not(.home-page) .tool-intro h1{width:100%!important;max-width:min(100%,1120px)!important;font-size:clamp(2.05rem,3.9vw,2.85rem)!important;line-height:1.08!important;letter-spacing:-.045em!important;text-wrap:balance;margin:12px 0 12px!important}body:not(.home-page) .tool-intro .lead{width:100%!important;max-width:min(100%,980px)!important;font-size:clamp(.98rem,1.45vw,1.12rem)!important;line-height:1.48!important}body:not(.home-page) .breadcrumb{max-width:100%!important}.tool-content{gap:0!important;margin-bottom:clamp(24px,3vw,34px)!important}.tool-workspace{padding:clamp(14px,1.8vw,20px)!important;margin-bottom:clamp(22px,3vw,34px)!important;overflow:hidden!important}.tool-shell{align-items:start!important;gap:clamp(14px,1.8vw,20px)!important;grid-template-columns:minmax(0,1fr) minmax(280px,.72fr)!important}.tool-input-area,.tool-result-area{min-width:0!important;display:block!important}.form-grid{align-items:start!important;gap:clamp(10px,1.4vw,14px)!important}.field{gap:5px!important;min-width:0!important}.field label{font-size:.82rem!important;line-height:1.2!important}.field input,.field select,.field textarea{min-height:42px!important;padding:10px 11px!important;border-radius:12px!important}.field textarea{min-height:170px!important;line-height:1.42!important}.inline-checks{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:7px!important}.check{flex:0 1 auto!important;min-height:34px!important;padding:7px 9px!important;border-radius:10px!important;font-size:.8rem!important;line-height:1.18!important;box-shadow:none!important}.check input{width:15px!important;height:15px!important}.actions{width:100%!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(86px,1fr))!important;gap:8px!important;align-items:stretch!important;margin-top:clamp(10px,1.4vw,14px)!important}.actions .btn,.actions button,.actions a.btn{width:100%!important;min-width:0!important;min-height:38px!important;padding:8px 10px!important;border-radius:12px!important;justify-content:center!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:clamp(.80rem,1.05vw,.90rem)!important;line-height:1.12!important}.result-panel{height:auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;border-radius:14px!important}.result-head{min-height:42px!important;padding:8px 10px!important}.result-title{font-size:.92rem!important;line-height:1.2!important}.result-body{flex:initial!important;min-height:116px!important;max-height:clamp(190px,36vh,460px)!important;overflow:auto!important;padding:11px!important;font-size:.94rem!important;line-height:1.45!important}.metrics{margin-top:10px!important}.metric{padding:8px 10px!important}.side-stack{margin-top:clamp(20px,2.5vw,30px)!important;gap:12px!important}.side-stack .notice h2,.seo-text h2,.faq-card h2,.related-tools-head h2{line-height:1.18!important}.seo-text{margin-top:clamp(22px,3vw,34px)!important;padding-top:0!important}.tool-legal-note{margin-top:clamp(18px,2.4vw,28px)!important;margin-bottom:clamp(22px,3vw,34px)!important}.related-tools-card,.faq-card.related-tools-card{margin-top:clamp(22px,3vw,34px)!important}.tool-workspace .card,.tool-workspace .panel,.tool-workspace .box,.tool-workspace .output-card{max-width:100%!important;min-width:0!important}.tool-workspace table,.result-body table{max-width:100%!important}@media (min-width:1100px){.tool-shell{grid-template-columns:minmax(0,1.04fr) minmax(320px,.66fr)!important}}@media (max-width:900px){body:not(.home-page) .tool-hero{margin-top:15px!important;margin-bottom:12px!important}.tool-shell{grid-template-columns:1fr!important;gap:13px!important}.tool-result-area{margin-top:0!important}.result-body{max-height:330px!important}}@media (max-width:640px){body:not(.home-page) .tool-hero{margin-top:12px!important;margin-bottom:10px!important}body:not(.home-page) .tool-intro h1{font-size:clamp(1.68rem,7.7vw,2.12rem)!important;line-height:1.12!important;letter-spacing:-.038em!important;margin:10px 0 8px!important}body:not(.home-page) .tool-intro .lead{font-size:.94rem!important;line-height:1.44!important}.tool-workspace{padding:12px!important;margin-bottom:16px!important;border-radius:14px!important}.tool-content{margin-bottom:18px!important}.form-grid{gap:9px!important}.field label{font-size:.78rem!important}.field input,.field select,.field textarea{min-height:39px!important;padding:9px 10px!important}.field textarea{min-height:145px!important}.inline-checks{gap:6px!important}.check{min-height:32px!important;padding:6px 8px!important;font-size:.76rem!important}.actions{grid-template-columns:repeat(auto-fit,minmax(74px,1fr))!important;gap:7px!important;margin-top:9px!important}.actions .btn,.actions button,.actions a.btn{min-height:36px!important;padding:7px 8px!important;font-size:.78rem!important;border-radius:11px!important}.result-head{min-height:39px!important;padding:7px 9px!important}.result-body{min-height:94px!important;max-height:285px!important;padding:10px!important;font-size:.9rem!important}.side-stack{margin-top:16px!important}.seo-text{margin-top:16px!important}.tool-legal-note{margin-top:14px!important;margin-bottom:16px!important}.related-tools-card,.faq-card.related-tools-card{margin-top:16px!important}}@media (max-width:380px){.actions{grid-template-columns:repeat(auto-fit,minmax(66px,1fr))!important}.actions .btn,.actions button,.actions a.btn{font-size:.74rem!important;padding-left:6px!important;padding-right:6px!important}}.tools-count-summary{margin:16px auto 10px!important;padding:6px 0 8px!important}.toolbar{gap:10px!important;margin-top:8px!important}.toolbar .category-pills{display:none!important}.tools-email-cta{display:flex;justify-content:center;align-items:center;margin-top:2px}.tools-email-cta .btn{min-width:min(100%,260px);justify-content:center}.nav-categories{position:relative;display:inline-flex;align-items:center}.nav-categories-toggle{cursor:pointer}.nav-categories-toggle::after{content:'▾';font-size:.72em;margin-left:6px;opacity:.7}.nav-categories-toggle[aria-expanded="true"]::after{content:'▴'}.nav-categories-list{position:absolute;top:calc(100% + 8px);left:0;z-index:90;min-width:230px;max-width:min(320px,calc(100vw - 24px));padding:8px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 18px 44px rgba(15,23,42,.14)}.nav-category-link{width:100%;display:flex;align-items:center;justify-content:flex-start;min-height:34px;padding:7px 10px;border:0;border-radius:10px;background:transparent;color:#334155;font:inherit;font-size:.9rem;font-weight:780;text-align:left;cursor:pointer}.nav-category-link:hover,.nav-category-link[aria-pressed="true"]{background:var(--primary-soft);color:var(--primary)}.tool-search-results h2{font-size:1.18rem;margin:0 0 10px}@media (max-width:760px){.tools-count-summary{margin:10px auto 8px!important;padding:4px 0 6px!important}.tools-email-cta .btn{width:100%;min-width:0}.nav-actions .nav-categories{order:-6;display:block!important;width:100%}.nav-actions .nav-categories-toggle{width:100%!important;height:42px!important;min-height:42px!important;justify-content:space-between!important;border-radius:12px!important}.nav-actions .nav-categories-list{position:static;min-width:0;max-width:none;width:100%;margin-top:6px;padding:6px;border-radius:12px;box-shadow:none;background:#f8fafc}.nav-actions .nav-category-link{min-height:32px;padding:7px 9px;font-size:.86rem}.toolbar{margin-top:6px!important}}.tools-count-summary{margin:14px auto 12px!important;padding:4px 0 6px!important;gap:0!important}.tools-count-summary strong{display:block!important;font-size:clamp(1.62rem,4.4vw,2.32rem)!important;line-height:1!important}.tools-count-summary span{display:none!important}@media (max-width:640px){.tools-count-summary{margin:8px auto 8px!important;padding:2px 0 4px!important}.tools-count-summary strong{font-size:1.46rem!important}}@media (min-width:761px){.site-header{overflow:visible!important}.nav{overflow:visible!important}.nav-toggle,.nav-close-btn,.nav-install-mobile{display:none!important}.nav-actions{position:static!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:nowrap!important;width:auto!important;min-width:0!important;max-width:none!important;height:auto!important;min-height:0!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;transform:none!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:70!important;gap:7px!important}.nav-actions>.nav-link,.nav-actions>.icon-btn,.nav-actions>.lang-link,.nav-actions>.language-current,.nav-actions>.nav-categories,.nav-actions>.language-picker{display:inline-flex!important;position:relative!important;opacity:1!important;visibility:visible!important;pointer-events:auto!important;flex:0 0 auto!important}.nav-actions>.nav-link.optional,.nav-actions>.compare-menu-link,.nav-actions>.blog-menu-link{display:inline-flex!important}.nav-actions>.mobile-menu-legal-link{display:none!important}.nav-actions .nav-categories{display:inline-flex!important;position:relative!important;align-items:center!important;width:auto!important;min-width:0!important;order:1!important}.nav-actions>.compare-menu-link{order:2!important}.nav-actions>.blog-menu-link{order:3!important}.nav-actions .social-icon-link{order:4!important}.nav-actions .color-btn{order:5!important}.nav-actions .nav-install-menu{order:6!important}.nav-actions .language-cycle,.nav-actions .language-picker,.nav-actions .language-current{order:7!important}.nav-actions .nav-categories-toggle{width:auto!important;min-width:0!important;height:36px!important;min-height:36px!important;padding:0 12px!important;border-radius:999px!important;justify-content:center!important;align-self:center!important;font-size:.84rem!important}.nav-actions .nav-categories-list{position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:auto!important;width:max-content!important;min-width:230px!important;max-width:min(320px,calc(100vw - 24px))!important;height:auto!important;max-height:min(70vh,520px)!important;overflow:auto!important;padding:8px!important;border:1px solid var(--line)!important;border-radius:14px!important;background:#fff!important;box-shadow:0 18px 44px rgba(15,23,42,.14)!important;z-index:260!important}.nav-actions .nav-categories-list[hidden]{display:none!important}.nav-actions .nav-categories-list:not([hidden]){display:block!important}.nav-actions .nav-category-link{width:100%!important;min-height:34px!important;padding:7px 10px!important;border-radius:10px!important;justify-content:flex-start!important;text-align:left!important}}@media (max-width:760px){.nav-actions .nav-categories{display:block!important}.nav-actions .nav-categories-toggle{display:flex!important}.nav-actions .nav-categories-list[hidden]{display:none!important}.nav-actions .nav-categories-list:not([hidden]){display:block!important}}.tools-count-summary{margin:14px auto 18px!important;padding:4px 0 10px!important;gap:5px!important}.tools-count-summary strong{display:block!important}.tools-count-summary span{display:block!important;color:var(--muted)!important;font-size:.95rem!important;font-weight:760!important;line-height:1.2!important;letter-spacing:-.01em!important}.toolbar{margin-top:0!important}@media (max-width:640px){.tools-count-summary{margin:8px auto 13px!important;padding:2px 0 8px!important;gap:4px!important}.tools-count-summary span{display:block!important;font-size:.83rem!important}}@media (max-width:760px){.nav-actions>.nav-categories{display:block!important;width:100%!important;order:2!important}.nav-actions>.nav-link[href^="/pt-br/ferramentas/"],.nav-actions>.nav-link[href^="/en/tools/"],.nav-actions>.nav-link[href^="/es/herramientas/"]{display:flex!important;width:100%!important;order:1!important}.nav-actions>.nav-categories .nav-categories-toggle{display:flex!important;width:100%!important;min-height:42px!important;height:42px!important;border-radius:14px!important;justify-content:space-between!important;padding:0 12px!important}.nav-actions>.nav-categories .nav-categories-list{position:static!important;width:100%!important;min-width:0!important;max-width:none!important;margin-top:6px!important}}.nav-close-btn,[data-menu-close]{display:none!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden!important;pointer-events:none!important}.nav-categories-toggle,.nav-actions .nav-categories-toggle,.nav-actions>.nav-categories .nav-categories-toggle{border-radius:12px!important}@media (min-width:761px){.nav-actions .nav-categories-toggle{border-radius:12px!important;height:36px!important;min-height:36px!important}}@media (max-width:760px){.nav-actions>.nav-categories .nav-categories-toggle,.nav-actions .nav-categories-toggle{border-radius:12px!important}.hero .eyebrow{display:inline-flex!important}}.hero-eyebrow-row{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:8px!important;margin:0 auto 2px!important}.hero-eyebrow-row .eyebrow{margin:0!important}a.hero-eyebrow-link,a.hero-eyebrow-link:visited{text-decoration:none!important;cursor:pointer!important;color:var(--primary)!important}a.hero-eyebrow-link:hover,a.hero-eyebrow-link:focus-visible{transform:translateY(-1px);box-shadow:0 8px 20px rgba(15,23,42,.08)}.home-page .home-temp-email-promo,.home-page .tools-email-cta{display:none!important}.tools-count-summary strong{font-size:clamp(2.05rem,5.4vw,2.9rem)!important;line-height:.96!important}.tools-count-summary span{font-size:1.14rem!important;font-weight:820!important}.toolbar{margin-bottom:24px!important}.nav-categories-list .tool-category-option[data-category="all"]{font-weight:900!important}@media (max-width:760px){.hero-eyebrow-row{gap:7px!important;margin-bottom:4px!important}.hero .hero-eyebrow-row .eyebrow,html body.home-page .hero .hero-eyebrow-row .eyebrow{display:inline-flex!important;font-size:.72rem!important;padding:5px 8px!important}.tools-count-summary strong{font-size:1.9rem!important}.tools-count-summary span{font-size:1rem!important}.toolbar{margin-bottom:22px!important}}@media (max-width:760px){.site-header .brand>div{display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important}.site-header .brand span{display:block!important;visibility:visible!important;opacity:1!important;position:static!important;width:auto!important;height:auto!important;margin:-3px 0 0!important;overflow:hidden!important;clip:auto!important;white-space:nowrap!important;text-overflow:ellipsis!important;max-width:46vw!important;color:var(--muted)!important;font-size:.68rem!important;font-weight:650!important;line-height:1.15!important}}@media (max-width:380px){.site-header .brand span{max-width:42vw!important;font-size:.64rem!important}}.legal-page .legal-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;align-items:stretch!important}.legal-page .legal-actions .btn{min-width:0!important;width:100%!important;justify-content:center!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}@media (max-width:640px){.legal-page .legal-actions{gap:5px!important;margin-top:12px!important}.legal-page .legal-actions .btn{min-height:34px!important;padding:7px 4px!important;border-radius:10px!important;font-size:clamp(.56rem,2.45vw,.72rem)!important;letter-spacing:-.01em!important}}@media (max-width:360px){.legal-page .legal-actions{gap:4px!important}.legal-page .legal-actions .btn{padding-left:3px!important;padding-right:3px!important;font-size:clamp(.52rem,2.35vw,.66rem)!important}}.hero-eyebrow-row{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:8px!important;max-width:100%!important;margin:0 auto 3px!important}.hero-eyebrow-row .eyebrow,html body.home-page .hero .hero-eyebrow-row .eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 1 auto!important;min-width:0!important;white-space:nowrap!important;border-radius:10px!important;padding:5px 10px!important;line-height:1.2!important}.hero-eyebrow-row a.hero-eyebrow-link,.hero-eyebrow-row a.hero-eyebrow-link:visited{position:relative!important;overflow:hidden!important;text-decoration:none!important;box-shadow:0 2px 8px rgba(15,23,42,.04)!important}.hero-eyebrow-row a.hero-temp-email-link{box-shadow:0 -5px 16px rgba(124,58,237,.16),0 3px 10px rgba(15,23,42,.05)!important}.hero-eyebrow-row a.hero-temp-email-link::after{content:"";position:absolute;top:-35%;left:-65%;width:38%;height:170%;transform:rotate(22deg);background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.56),rgba(255,255,255,0));animation:textemeHeroBadgeShine 5.8s ease-in-out infinite;pointer-events:none}@keyframes textemeHeroBadgeShine{0%,62%{left:-65%;opacity:0}70%{opacity:.65}88%{left:130%;opacity:0}100%{left:130%;opacity:0}}@media (prefers-reduced-motion:reduce){.hero-eyebrow-row a.hero-temp-email-link::after{animation:none!important;display:none!important}}@media (max-width:760px){.hero-eyebrow-row{gap:4px!important;width:100%!important;margin-bottom:5px!important}.hero .hero-eyebrow-row .eyebrow,html body.home-page .hero .hero-eyebrow-row .eyebrow{font-size:clamp(.52rem,2.25vw,.68rem)!important;padding:5px 5px!important;border-radius:9px!important;letter-spacing:-.018em!important}}@media (max-width:360px){.hero-eyebrow-row{gap:3px!important}.hero .hero-eyebrow-row .eyebrow,html body.home-page .hero .hero-eyebrow-row .eyebrow{font-size:clamp(.49rem,2.2vw,.62rem)!important;padding-left:4px!important;padding-right:4px!important}}body.root-gateway-v115 .brand{align-items:center!important}body.root-gateway-v115 .brand>div{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;min-width:0!important;line-height:1.05!important}body.root-gateway-v115 .brand strong{display:block!important;line-height:1.05!important}body.root-gateway-v115 .brand span{display:block!important;margin-top:2px!important;color:#64748b!important;font-size:.72rem!important;line-height:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:42vw!important}body.root-gateway-v115 .nav-actions .color-btn{display:none!important}body.root-gateway-v115 .root-social-block{margin:10px auto 10px!important}body.root-gateway-v115 .root-language-gateway{width:var(--container)!important;max-width:none!important;margin:0 auto 0!important;padding:0!important}body.root-gateway-v115 .root-language-bar{width:100%!important;max-width:none!important;box-sizing:border-box!important;border-radius:12px!important;padding:9px 10px!important;box-shadow:0 10px 24px rgba(15,23,42,.045)!important}body.root-gateway-v115 .root-language-links .language-chip{border-radius:10px!important}body.root-gateway-v115 .root-social-pill{border-radius:12px!important;min-height:46px!important;box-shadow:0 10px 24px rgba(15,23,42,.055)!important}body.root-gateway-v115 .root-social-icon-circle{border-radius:9px!important}body.root-gateway-v115 .locale-stack{margin-top:14px!important}@media (max-width:760px){body.root-gateway-v115 .brand span{display:block!important;max-width:46vw!important;font-size:.68rem!important}body.root-gateway-v115 .root-social-block{margin:8px auto 9px!important;gap:7px!important}body.root-gateway-v115 .root-language-bar{border-radius:11px!important;padding:8px!important}body.root-gateway-v115 .root-social-pill{min-height:42px!important;border-radius:11px!important}body.root-gateway-v115 .root-social-icon-circle{border-radius:8px!important}}@media (max-width:420px){body.root-gateway-v115 .root-social-wrap{flex-direction:row!important}body.root-gateway-v115 .root-social-card,body.root-gateway-v115 .root-social-pill{width:auto!important}body.root-gateway-v115 .root-social-pill{padding:7px 10px 7px 7px!important;gap:8px!important}body.root-gateway-v115 .root-social-handle{font-size:.84rem!important}}@media (max-width:360px){body.root-gateway-v115 .root-social-handle{font-size:.78rem!important}body.root-gateway-v115 .root-social-pill{padding-right:8px!important;gap:6px!important}}body.root-gateway-v116 .root-social-block{gap:13px!important;margin-top:12px!important;margin-bottom:14px!important}body.root-gateway-v116 .root-social-heading{margin:0 0 2px!important}body.root-gateway-v116 .root-social-wrap{gap:12px!important}body.root-gateway-v116 .root-social-pill{border-radius:11px!important}body.root-gateway-v116 .root-language-gateway{margin-top:4px!important}body.root-gateway-v116 .locale-stack{margin-top:16px!important;gap:14px!important}@media (max-width:760px){body.root-gateway-v116 .root-social-block{gap:11px!important;margin-top:10px!important;margin-bottom:13px!important}body.root-gateway-v116 .root-social-wrap{gap:10px!important}body.root-gateway-v116 .locale-stack{margin-top:15px!important;gap:12px!important}}@media (max-width:420px){body.root-gateway-v116 .root-social-wrap{flex-direction:row!important;gap:8px!important}body.root-gateway-v116 .root-social-card,body.root-gateway-v116 .root-social-pill{width:auto!important;max-width:calc(50vw - 14px)!important}body.root-gateway-v116 .root-social-pill{padding:7px 8px 7px 7px!important;gap:6px!important}body.root-gateway-v116 .root-social-handle{font-size:clamp(.66rem,3.05vw,.80rem)!important;letter-spacing:-.035em!important;white-space:nowrap!important}body.root-gateway-v116 .root-social-icon-circle{width:28px!important;height:28px!important;flex-basis:28px!important}}@media (max-width:360px){body.root-gateway-v116 .root-social-pill{padding-right:6px!important;gap:5px!important}body.root-gateway-v116 .root-social-handle{font-size:clamp(.60rem,2.95vw,.72rem)!important}body.root-gateway-v116 .root-social-icon-circle{width:26px!important;height:26px!important;flex-basis:26px!important}}

/* v144: root SEO mirror index visual correction
   The root discovery section is content-only, not a language card with flag column. */
body.root-gateway-v4 .root-seo-geo-index .locale-card,
body.root-gateway-v5 .root-seo-geo-index .locale-card{
  display:block!important;
  grid-template-columns:none!important;
  align-items:stretch!important;
}

body.root-gateway-v4 .root-seo-geo-index .locale-card-body,
body.root-gateway-v5 .root-seo-geo-index .locale-card-body{
  display:block!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}

body.root-gateway-v4 .root-seo-geo-index .locale-card h2,
body.root-gateway-v5 .root-seo-geo-index .locale-card h2{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  line-height:1.18!important;
}

body.root-gateway-v4 .root-seo-geo-index .locale-card p,
body.root-gateway-v5 .root-seo-geo-index .locale-card p{
  max-width:900px;
}

body.root-gateway-v4 .root-seo-geo-index .main.seo-text,
body.root-gateway-v5 .root-seo-geo-index .main.seo-text{
  width:100%!important;
  max-width:none!important;
  margin:14px 0 0!important;
}

body.root-gateway-v4 .root-seo-link-list,
body.root-gateway-v5 .root-seo-link-list{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;
  gap:10px!important;
  padding:0!important;
  margin:10px 0 16px!important;
  list-style:none!important;
}

body.root-gateway-v4 .root-seo-link-list li,
body.root-gateway-v5 .root-seo-link-list li{
  display:block!important;
  min-width:0!important;
  background:#f8fafc!important;
  border:1px solid var(--line)!important;
  border-radius:14px!important;
  padding:10px 12px!important;
}

body.root-gateway-v4 .root-seo-link-list li a,
body.root-gateway-v5 .root-seo-link-list li a{
  display:inline-block!important;
  font-weight:900!important;
  color:#065f46!important;
  text-decoration:none!important;
  margin-bottom:5px!important;
}

body.root-gateway-v4 .root-seo-link-list li span,
body.root-gateway-v5 .root-seo-link-list li span{
  display:block!important;
  color:#475569!important;
  font-size:.86rem!important;
  line-height:1.45!important;
}

body.root-gateway-v4 .root-seo-geo-index h3,
body.root-gateway-v5 .root-seo-geo-index h3{
  margin:18px 0 6px!important;
  font-size:1.02rem!important;
  line-height:1.25!important;
}

@media (max-width:640px){
  body.root-gateway-v4 .root-seo-link-list,
  body.root-gateway-v5 .root-seo-link-list{
    grid-template-columns:1fr!important;
  }
}

/* v144: root page SEO mirror details */
body.root-gateway-v4 .root-seo-page-subtitle,
body.root-gateway-v5 .root-seo-page-subtitle{display:block!important;margin-top:6px!important;color:#64748b!important;font-size:.78rem!important;line-height:1.38!important}
body.root-gateway-v4 .root-seo-item-keywords,
body.root-gateway-v5 .root-seo-item-keywords{display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin-top:7px!important}
body.root-gateway-v4 .root-seo-item-keywords span,
body.root-gateway-v5 .root-seo-item-keywords span{font-size:.68rem!important;line-height:1.1!important;padding:4px 7px!important;border-radius:999px!important;background:#ecfdf5!important;color:#065f46!important;border:1px solid #bbf7d0!important}


/* v146: root language selection and per-language SEO index intro */
body.root-gateway-v4 .root-language-bar .language-gateway-title,
body.root-gateway-v5 .root-language-bar .language-gateway-title{
  margin:0 0 12px!important;
  text-align:center!important;
}
body.root-gateway-v4 .root-language-choice-grid,
body.root-gateway-v5 .root-language-choice-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  width:100%!important;
}
body.root-gateway-v4 .root-language-choice,
body.root-gateway-v5 .root-language-choice{
  display:flex!important;
  flex-direction:column!important;
  gap:7px!important;
  justify-content:space-between!important;
  min-width:0!important;
  padding:12px!important;
  border:1px solid var(--line)!important;
  border-radius:12px!important;
  background:#fff!important;
}
body.root-gateway-v4 .root-language-choice p,
body.root-gateway-v5 .root-language-choice p{
  margin:0!important;
  color:#475569!important;
  font-size:.9rem!important;
  line-height:1.42!important;
}
body.root-gateway-v4 .root-language-choice p strong,
body.root-gateway-v5 .root-language-choice p strong{
  color:#0f172a!important;
}
body.root-gateway-v4 .root-language-choice .language-chip,
body.root-gateway-v5 .root-language-choice .language-chip{
  width:100%!important;
  justify-content:center!important;
  margin-top:4px!important;
}
body.root-gateway-v4 .root-seo-section-intro,
body.root-gateway-v5 .root-seo-section-intro{
  margin-top:4px!important;
  margin-bottom:-2px!important;
  border-left:4px solid var(--primary)!important;
}
body.root-gateway-v4 .root-seo-section-intro + .root-seo-language-card,
body.root-gateway-v5 .root-seo-section-intro + .root-seo-language-card{
  margin-top:0!important;
}
@media (max-width:760px){
  body.root-gateway-v4 .root-language-choice-grid,
  body.root-gateway-v5 .root-language-choice-grid{
    grid-template-columns:1fr!important;
  }
  body.root-gateway-v4 .root-language-choice,
  body.root-gateway-v5 .root-language-choice{
    padding:10px!important;
  }
}

/* Texteme v149: root visual organization, language stack, clean footer */
body.root-gateway-v150 .root-language-gateway{max-width:880px!important;margin-left:auto!important;margin-right:auto!important}
body.root-gateway-v150 .root-language-bar{padding:14px!important;border-radius:16px!important}
body.root-gateway-v150 .root-language-choice-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;align-items:stretch!important}
body.root-gateway-v150 .root-language-choice{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;text-align:left!important;padding:16px 18px!important;min-height:84px!important;border-radius:14px!important;background:#fff!important;border:1px solid var(--line)!important}
body.root-gateway-v150 .root-language-choice p{margin:0!important;font-size:.96rem!important;line-height:1.42!important;color:#334155!important}
body.root-gateway-v150 .root-language-choice p strong{display:inline!important;color:#0f172a!important;font-weight:900!important}
body.root-gateway-v150 .root-language-choice-note{display:block!important;margin-top:4px!important;color:#64748b!important;font-size:.88rem!important;line-height:1.36!important}
body.root-gateway-v150 .root-language-choice .language-chip{min-width:210px!important;min-height:42px!important;border-radius:11px!important;font-size:.86rem!important;padding:9px 14px!important;text-align:center!important}
body.root-gateway-v150 .root-seo-geo-index{max-width:980px!important;margin-left:auto!important;margin-right:auto!important;gap:16px!important}
body.root-gateway-v150 .root-seo-section-intro{margin-top:12px!important;border-left:4px solid var(--primary)!important;background:#fff!important}
body.root-gateway-v150 .root-seo-language-card{background:#fff!important;border-radius:16px!important;overflow:hidden!important}
body.root-gateway-v150 .root-seo-language-card>.locale-card-body{padding:18px!important}
body.root-gateway-v150 .root-seo-geo-index .main.seo-text{width:100%!important;max-width:none!important;margin:16px 0 0!important}
body.root-gateway-v150 .root-seo-link-list{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important}
body.root-gateway-v150 .root-seo-link-list li{display:block!important;width:100%!important;min-height:0!important;padding:16px 18px!important;border-radius:14px!important;background:#fff!important;border:1px solid var(--line)!important;box-shadow:0 6px 18px rgba(15,23,42,.035)!important;overflow:hidden!important}
body.root-gateway-v150 .root-seo-link-list li a{font-size:.98rem!important;line-height:1.32!important;color:#064e3b!important}
body.root-gateway-v150 .root-seo-link-list li span:not(.seo-keywords span){display:block!important;margin-top:7px!important;color:#334155!important;font-size:.86rem!important;line-height:1.42!important}
body.root-gateway-v150 .root-seo-page-subtitle{display:block!important;margin-top:7px!important;color:#64748b!important;font-size:.80rem!important;line-height:1.42!important;max-width:100%!important}
body.root-gateway-v150 .root-seo-keywords-details{margin-top:9px!important;border-top:1px solid #e2e8f0!important;padding-top:8px!important}
body.root-gateway-v150 .root-seo-keywords-details summary{cursor:pointer!important;font-size:.76rem!important;font-weight:850!important;color:#047857!important;list-style:none!important;display:inline-flex!important;align-items:center!important;gap:6px!important;border:1px solid #bbf7d0!important;background:#ecfdf5!important;border-radius:999px!important;padding:5px 9px!important;min-height:28px!important}
body.root-gateway-v150 .root-seo-keywords-details summary::-webkit-details-marker{display:none!important}
body.root-gateway-v150 .root-seo-keywords-details summary::after{content:'+';font-weight:900!important}
body.root-gateway-v150 .root-seo-keywords-details[open] summary::after{content:'–'}
body.root-gateway-v150 .root-seo-item-keywords,body.root-gateway-v150 .root-seo-keywords-details>.seo-keywords{display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin-top:8px!important;max-height:none!important;overflow:visible!important}
body.root-gateway-v150 .root-seo-item-keywords span,body.root-gateway-v150 .root-seo-keywords-details>.seo-keywords span{font-size:.68rem!important;line-height:1.1!important;padding:4px 7px!important;border-radius:999px!important;background:#ecfdf5!important;color:#065f46!important;border:1px solid #bbf7d0!important}
body.root-gateway-v150 .root-footer{border-top:1px solid var(--line)!important;padding-top:18px!important;gap:14px!important}
body.root-gateway-v150 .root-footer-language-stack{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;width:100%!important}
body.root-gateway-v150 .root-footer-language{display:grid!important;grid-template-columns:140px minmax(0,1fr)!important;gap:6px 14px!important;align-items:start!important;padding:12px 0!important;border-bottom:1px solid #e2e8f0!important;color:#475569!important}
body.root-gateway-v150 .root-footer-language strong{color:#0f172a!important;font-size:.9rem!important}
body.root-gateway-v150 .root-footer-language nav{font-size:.86rem!important;line-height:1.35!important}
body.root-gateway-v150 .root-footer-language nav a{font-weight:850!important;color:#064e3b!important;text-decoration:none!important;border:0!important;background:transparent!important;padding:0!important;border-radius:0!important}
body.root-gateway-v150 .root-footer-language nav a:hover{text-decoration:underline!important;text-underline-offset:3px!important}
body.root-gateway-v150 .root-footer-language p{grid-column:2!important;margin:0!important;font-size:.80rem!important;line-height:1.38!important;color:#64748b!important}
body.root-gateway-v150 .root-footer-contact{font-size:.84rem!important;color:#475569!important}
body.root-gateway-v150 .root-footer-contact a{font-weight:850!important;color:#0f172a!important}
@media (max-width:760px){body.root-gateway-v150 .root-language-gateway{width:var(--container)!important}body.root-gateway-v150 .root-language-bar{padding:12px!important}body.root-gateway-v150 .root-language-choice{grid-template-columns:1fr!important;gap:10px!important;padding:14px!important;min-height:0!important;text-align:left!important}body.root-gateway-v150 .root-language-choice .language-chip{width:100%!important;min-width:0!important}body.root-gateway-v150 .root-seo-geo-index{width:var(--container)!important;max-width:none!important}body.root-gateway-v150 .root-seo-language-card>.locale-card-body{padding:14px!important}body.root-gateway-v150 .root-seo-link-list li{padding:14px!important}body.root-gateway-v150 .root-footer-language{grid-template-columns:1fr!important;gap:5px!important}body.root-gateway-v150 .root-footer-language p{grid-column:1!important}}


/* Texteme v150: root UX cleanup, readable language cards, direct related terms, compact multilingual footer */
body.root-gateway-v150 .root-language-gateway{max-width:900px!important;margin-left:auto!important;margin-right:auto!important}
body.root-gateway-v150 .root-language-bar{padding:18px!important;border-radius:18px!important;background:#fff!important;border:1px solid var(--line)!important;box-shadow:0 10px 28px rgba(15,23,42,.045)!important}
body.root-gateway-v150 .root-language-bar .language-gateway-title{margin:0 0 14px!important;text-align:center!important;color:#0f172a!important;font-size:.96rem!important;line-height:1.35!important}
body.root-gateway-v150 .root-language-choice-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important;align-items:stretch!important}
body.root-gateway-v150 .root-language-choice{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(220px,auto)!important;align-items:center!important;gap:16px!important;text-align:left!important;padding:20px!important;min-height:118px!important;border-radius:16px!important;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;border:1px solid #dbe3ef!important;box-shadow:0 8px 22px rgba(15,23,42,.035)!important;box-sizing:border-box!important;max-width:100%!important;overflow:hidden!important}
body.root-gateway-v150 .root-language-choice-copy{min-width:0!important}
body.root-gateway-v150 .root-language-choice-badge{display:inline-flex!important;align-items:center!important;width:max-content!important;margin-bottom:6px!important;padding:4px 9px!important;border-radius:999px!important;background:#ecfdf5!important;border:1px solid #bbf7d0!important;color:#065f46!important;font-size:.75rem!important;font-weight:900!important;letter-spacing:.02em!important}
body.root-gateway-v150 .root-language-choice-title{margin:0!important;font-size:1.08rem!important;line-height:1.32!important;color:#0f172a!important;overflow-wrap:anywhere!important}
body.root-gateway-v150 .root-language-choice-title strong{font-weight:950!important;color:#0f172a!important}
body.root-gateway-v150 .root-language-choice-description{margin:5px 0 0!important;font-size:.96rem!important;line-height:1.42!important;color:#334155!important;overflow-wrap:anywhere!important}
body.root-gateway-v150 .root-language-choice-note{display:block!important;margin:6px 0 0!important;color:#64748b!important;font-size:.88rem!important;line-height:1.38!important;overflow-wrap:anywhere!important}
body.root-gateway-v150 .root-language-choice .language-chip{min-width:220px!important;min-height:48px!important;border-radius:12px!important;font-size:.82rem!important;padding:10px 16px!important;text-align:center!important;text-transform:uppercase!important;letter-spacing:.025em!important;white-space:normal!important;line-height:1.25!important}
body.root-gateway-v150 .root-seo-geo-index{max-width:980px!important;margin-left:auto!important;margin-right:auto!important;gap:18px!important;box-sizing:border-box!important}
body.root-gateway-v150 .root-seo-section-intro{margin-top:18px!important;border-left:0!important;border-top:4px solid var(--primary)!important;background:#fff!important;border-radius:16px!important;box-sizing:border-box!important;max-width:100%!important;overflow:hidden!important}
body.root-gateway-v150 .root-seo-section-intro .locale-card-body{padding:18px!important;box-sizing:border-box!important;min-width:0!important;max-width:100%!important}
body.root-gateway-v150 .root-seo-section-intro .locale-kicker{margin:0 0 6px!important;color:#047857!important;font-weight:900!important;font-size:.78rem!important;letter-spacing:.02em!important}
body.root-gateway-v150 .root-seo-section-intro h2{margin:0!important;color:#0f172a!important;font-size:1.22rem!important;line-height:1.25!important;overflow-wrap:anywhere!important}
body.root-gateway-v150 .root-seo-section-intro p:not(.locale-kicker){margin:7px 0 0!important;color:#475569!important;font-size:.9rem!important;line-height:1.42!important;overflow-wrap:anywhere!important}
body.root-gateway-v150 .root-seo-language-card{background:#fff!important;border-radius:16px!important;overflow:hidden!important;box-sizing:border-box!important;max-width:100%!important}
body.root-gateway-v150 .root-seo-language-card>.locale-card-body{padding:18px!important;box-sizing:border-box!important;min-width:0!important;max-width:100%!important}
body.root-gateway-v150 .root-seo-geo-index h2,body.root-gateway-v150 .root-seo-geo-index h3,body.root-gateway-v150 .root-seo-geo-index p,body.root-gateway-v150 .root-seo-geo-index small,body.root-gateway-v150 .root-seo-geo-index a,body.root-gateway-v150 .root-seo-geo-index span{max-width:100%!important;overflow-wrap:anywhere!important;word-break:normal!important}
body.root-gateway-v150 .root-seo-geo-index .main.seo-text{width:100%!important;max-width:none!important;margin:16px 0 0!important;box-sizing:border-box!important}
body.root-gateway-v150 .root-seo-link-list{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;width:100%!important;box-sizing:border-box!important}
body.root-gateway-v150 .root-seo-link-list li{display:block!important;width:100%!important;min-height:0!important;padding:16px 18px!important;border-radius:14px!important;background:#fff!important;border:1px solid var(--line)!important;box-shadow:0 6px 18px rgba(15,23,42,.035)!important;overflow:hidden!important;box-sizing:border-box!important;min-width:0!important;max-width:100%!important}
body.root-gateway-v150 .root-seo-link-list li a{font-size:.98rem!important;line-height:1.32!important;color:#064e3b!important}
body.root-gateway-v150 .root-seo-link-list li span:not(.seo-keywords span){display:block!important;margin-top:7px!important;color:#334155!important;font-size:.86rem!important;line-height:1.42!important}
body.root-gateway-v150 .root-seo-page-subtitle{display:block!important;margin-top:7px!important;color:#64748b!important;font-size:.80rem!important;line-height:1.42!important;max-width:100%!important}
body.root-gateway-v150 .root-seo-keywords-inline{margin-top:9px!important;border-top:1px solid #e2e8f0!important;padding-top:8px!important}
body.root-gateway-v150 .root-seo-keywords-label{margin:0 0 6px!important;color:#047857!important;font-weight:900!important;font-size:.72rem!important;line-height:1.2!important;text-transform:uppercase!important;letter-spacing:.03em!important}
body.root-gateway-v150 .root-seo-item-keywords,body.root-gateway-v150 .root-seo-keywords-inline>.seo-keywords{display:flex!important;flex-wrap:wrap!important;gap:5px!important;margin-top:0!important;max-height:none!important;overflow:visible!important}
body.root-gateway-v150 .root-seo-item-keywords span,body.root-gateway-v150 .root-seo-keywords-inline>.seo-keywords span{font-size:.66rem!important;line-height:1.12!important;padding:4px 7px!important;border-radius:999px!important;background:#ecfdf5!important;color:#065f46!important;border:1px solid #bbf7d0!important}
body.root-gateway-v150 .root-footer{border-top:1px solid var(--line)!important;padding-top:16px!important;gap:10px!important}
body.root-gateway-v150 .root-footer-language-stack{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;width:100%!important}
body.root-gateway-v150 .root-footer-language{display:grid!important;grid-template-columns:110px minmax(0,1fr)!important;gap:8px!important;align-items:start!important;padding:8px 0!important;border-bottom:1px solid #e2e8f0!important;color:#475569!important}
body.root-gateway-v150 .root-footer-language strong{color:#0f172a!important;font-size:.86rem!important}
body.root-gateway-v150 .root-footer-language p{grid-column:2!important;margin:0!important;font-size:.78rem!important;line-height:1.38!important;color:#64748b!important;overflow-wrap:anywhere!important}
body.root-gateway-v150 .root-footer-language nav{display:none!important}
body.root-gateway-v150 .root-footer-contact{font-size:.82rem!important;color:#475569!important}
body.root-gateway-v150 .root-footer-contact a{font-weight:850!important;color:#0f172a!important}
@media (max-width:760px){body.root-gateway-v150 .root-language-gateway{width:var(--container)!important}body.root-gateway-v150 .root-language-bar{padding:14px!important}body.root-gateway-v150 .root-language-choice{grid-template-columns:1fr!important;gap:12px!important;padding:18px!important;min-height:0!important;text-align:left!important}body.root-gateway-v150 .root-language-choice .language-chip{width:100%!important;min-width:0!important}body.root-gateway-v150 .root-seo-geo-index{width:var(--container)!important;max-width:none!important}body.root-gateway-v150 .root-seo-section-intro .locale-card-body,body.root-gateway-v150 .root-seo-language-card>.locale-card-body{padding:14px!important}body.root-gateway-v150 .root-seo-link-list li{padding:14px!important}body.root-gateway-v150 .root-footer-language{grid-template-columns:1fr!important;gap:5px!important}body.root-gateway-v150 .root-footer-language p{grid-column:1!important}}

/* v151: language portal cards use native ul/li semantics for agentic accessibility. */
body.root-gateway-v151 .root-language-choice-grid{list-style:none!important;margin:0!important;padding:0!important}
body.root-gateway-v151 .root-language-choice{list-style:none!important}
