:root{--bg:#071121;--surface:#0d1b34;--surface-2:#112449;--surface-3:#163160;--line:#233a64;--text:#f6f8fc;--muted:#a7b4cf;--white:#fff;--blue:#2455e6;--blue-2:#153a9d;--green:#0ea46f;--lime:#b7f11d;--shadow:0 14px 40px rgba(1,10,28,.28);--shadow-soft:0 10px 28px rgba(5,16,45,.18);--radius:22px;--radius-sm:14px;--container:min(1200px,calc(100% - 2rem));--hero-grad:linear-gradient(135deg,#0b1830 0%,#0d2450 45%,#0f7d62 100%)}[data-theme="light"]{--bg:#f4f7fc;--surface:#fff;--surface-2:#edf3ff;--surface-3:#dce9ff;--line:#d6e0f0;--text:#071121;--muted:#5a6783;--white:#071121;--blue:#184fe3;--blue-2:#102f87;--green:#0b9f67;--lime:#8fd400;--shadow:0 14px 30px rgba(26,53,94,.12);--shadow-soft:0 8px 24px rgba(26,53,94,.1);--hero-grad:linear-gradient(135deg,#ffffff 0%,#e9f0ff 52%,#dff8ee 100%)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font:400 16px/1.65 Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}input,textarea{background:var(--surface);color:var(--text);border:1px solid var(--line);border-radius:16px;padding:.95rem 1rem;outline:none}input:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(36,85,230,.15)}.skip-link{position:absolute;left:1rem;top:-3rem;background:var(--lime);color:#071121;padding:.75rem 1rem;border-radius:999px;z-index:1000}.skip-link:focus{top:1rem}.container{width:var(--container);margin-inline:auto}.section{padding:5rem 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.section-head h2{margin:0;font-size:clamp(1.75rem,2vw,2.4rem);line-height:1.15}.section-head p{margin:0;color:var(--muted);max-width:64ch}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:rgba(183,241,29,.12);color:var(--lime);padding:.45rem .8rem;border:1px solid rgba(183,241,29,.22);border-radius:999px;font-weight:700;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:.95rem 1.15rem;border-radius:16px;border:1px solid transparent;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease;color:var(--text);font-weight:700}.btn:hover,.card:hover,.tool-chip:hover,.stat:hover,.feature:hover,.testimonial:hover,.update-card:hover,.site-card:hover,.category-card:hover{transform:translateY(-4px)}.btn:focus-visible,.nav-link:focus-visible,.icon-btn:focus-visible,.chip-link:focus-visible,.tool-chip:focus-visible{outline:3px solid var(--lime);outline-offset:3px}.btn-primary{background:linear-gradient(135deg,var(--blue),var(--green));color:#fff;box-shadow:var(--shadow)}.btn-primary:hover{box-shadow:0 16px 34px rgba(16,84,177,.34)}.btn-secondary{background:var(--surface-2);border-color:var(--line)}.btn-secondary:hover{background:var(--surface-3)}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.05);background:color-mix(in srgb,var(--bg) 88%,#000 12%)}@supports(backdrop-filter:blur(0px)){.site-header{backdrop-filter:saturate(140%) blur(10px)}}.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:84px}.brand{display:flex;align-items:center;gap:.85rem;min-width:0}.brand-logo{width:220px;max-width:48vw;height:auto}.brand-mark{width:48px;height:48px;border-radius:14px;overflow:hidden;box-shadow:var(--shadow-soft)}.nav{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;justify-content:flex-end}.nav-link{padding:.72rem .9rem;border-radius:12px;color:var(--muted);font-weight:600;transition:background .25s ease,color .25s ease}.nav-link[aria-current="page"],.nav-link:hover{background:var(--surface-2);color:var(--text)}.nav-actions{display:flex;align-items:center;gap:.55rem}.icon-btn{width:46px;height:46px;border-radius:14px;border:1px solid var(--line);background:var(--surface);display:inline-grid;place-items:center;color:var(--text);transition:transform .25s ease,background .25s ease,border-color .25s ease}.icon-btn:hover{background:var(--surface-2);transform:translateY(-2px)}.menu-toggle{display:none}.hero{padding:4rem 0 2.5rem;background:var(--hero-grad);border-bottom:1px solid rgba(255,255,255,.05)}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem;align-items:center}.hero-copy h1{margin:.7rem 0 1rem;font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.05;letter-spacing:-.04em}.hero-copy p{margin:0 0 1.4rem;color:var(--muted);font-size:1.05rem;max-width:62ch}.hero-panel,.search-shell,.card,.stat,.feature,.testimonial,.faq-item,.update-card,.site-card,.category-card,.newsletter,.cta,.contact-form,.content-box{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.hero-panel{padding:1.25rem}.hero-media{padding:1rem;background:linear-gradient(135deg,var(--surface-2),var(--surface));display:grid;place-items:center}.hero-logo{max-width:520px;width:100%;filter:drop-shadow(0 14px 28px rgba(0,0,0,.2))}.hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.search-shell{display:flex;gap:.8rem;padding:.75rem;align-items:center;margin-top:1rem}.search-shell input{flex:1;border:none;background:transparent;padding:.75rem 1rem}.search-shell input:focus{box-shadow:none}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1rem}.tool-grid,.cat-grid,.stats-grid,.feature-grid,.testimonial-grid,.update-grid,.footer-grid,.site-grid{display:grid;gap:1rem}.tool-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.testimonial-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.update-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card,.category-card,.feature,.testimonial,.update-card,.site-card{padding:1.2rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.card:hover,.category-card:hover,.feature:hover,.testimonial:hover,.update-card:hover,.site-card:hover{border-color:color-mix(in srgb,var(--line) 60%,var(--lime) 40%);box-shadow:var(--shadow)}.card h3,.category-card h3,.feature h3,.testimonial h3,.update-card h3,.site-card h3{margin:.1rem 0 .55rem;font-size:1.1rem}.card p,.category-card p,.feature p,.testimonial p,.update-card p,.site-card p{margin:0;color:var(--muted)}.tool-chip-wrap,.chip-links,.footer-links,.related-links{display:flex;flex-wrap:wrap;gap:.75rem}.tool-chip,.chip-link{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1rem;border:1px solid var(--line);border-radius:16px;background:var(--surface);color:var(--text);font-weight:700;transition:transform .25s ease,background .25s ease,border-color .25s ease}.tool-chip:hover,.chip-link:hover{background:var(--surface-2);border-color:var(--lime)}.tool-chip small{color:var(--muted);font-weight:600}.stats-grid{margin-top:1.5rem}.stat{padding:1.35rem;text-align:center;transition:transform .25s ease}.stat strong{display:block;font-size:clamp(2rem,4vw,2.8rem);line-height:1;margin-bottom:.35rem}.stat span{color:var(--muted);font-weight:600}.feature-grid,.testimonial-grid,.update-grid,.site-grid,.tool-grid,.cat-grid{margin-top:1rem}.why-list,.faq-list,.breadcrumbs ol{margin:0;padding:0;list-style:none}.why-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.why-list li{padding:1rem 1.1rem;background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow-soft)}.faq-item{padding:1.2rem 1.25rem}.faq-item summary{cursor:pointer;font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin:1rem 0 0;color:var(--muted)}.testimonial .role{display:block;margin-top:.85rem;color:var(--lime);font-weight:700}.cta{padding:1.6rem 1.5rem;display:flex;justify-content:space-between;gap:1rem;align-items:center;background:linear-gradient(135deg,var(--surface),var(--surface-2))}.newsletter{padding:1.5rem}.newsletter form{display:flex;gap:.8rem;flex-wrap:wrap}.newsletter input{flex:1;min-width:230px}.newsletter .form-note{color:var(--muted);font-size:.92rem;margin-top:.75rem}.page-hero{padding:3rem 0 2rem;background:linear-gradient(180deg,var(--surface-2),transparent)}.breadcrumbs{padding:.25rem 0 1rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;color:var(--muted);font-size:.94rem}.breadcrumbs li:not(:last-child)::after{content:'/';margin-left:.6rem;color:var(--muted)}.content-box{padding:1.5rem}.content-box h2,.content-box h3{margin-top:0}.site-footer{padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.06)}.footer-grid{grid-template-columns:1.15fr .9fr .9fr .9fr;align-items:start}.footer-logo{width:230px;max-width:100%}.footer-links a{display:block;padding:.4rem 0;color:var(--muted)}.footer-links a:hover{color:var(--text)}.socials{display:flex;gap:.6rem;flex-wrap:wrap}.socials a{width:42px;height:42px;border-radius:14px;border:1px solid var(--line);display:grid;place-items:center;background:var(--surface-2)}.socials a:hover{background:var(--surface-3)}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:2rem;padding-top:1.25rem;border-top:1px solid var(--line);color:var(--muted)}.back-top{position:fixed;right:1rem;bottom:1rem;z-index:30;opacity:0;visibility:hidden;transform:translateY(16px)}.back-top.show{opacity:1;visibility:visible;transform:translateY(0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;border:0;overflow:hidden;clip:rect(0,0,0,0)}.ad-slot{padding:1.4rem;border:1px dashed color-mix(in srgb,var(--line) 70%,var(--lime) 30%);border-radius:20px;background:linear-gradient(180deg,var(--surface),var(--surface-2));text-align:center;color:var(--muted)}.list-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.section-muted{background:linear-gradient(180deg,transparent,rgba(255,255,255,.01))}.contact-form{padding:1.25rem}.field{display:grid;gap:.45rem;margin-bottom:1rem}.field label{font-weight:700}.empty-state{padding:1rem;border-radius:16px;border:1px dashed var(--line);color:var(--muted)}@media (max-width:1080px){.hero-grid,.footer-grid,.feature-grid,.stats-grid,.tool-grid,.cat-grid,.testimonial-grid,.site-grid,.update-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nav{display:none;position:absolute;left:1rem;right:1rem;top:82px;flex-direction:column;align-items:stretch;background:var(--surface);border:1px solid var(--line);padding:1rem;border-radius:22px;box-shadow:var(--shadow)}.nav.open{display:flex}.menu-toggle{display:inline-grid}.nav-link{width:100%}}@media (max-width:720px){.hero-copy h1{font-size:clamp(2rem,9vw,3rem)}.hero-grid,.stats-grid,.feature-grid,.tool-grid,.cat-grid,.testimonial-grid,.update-grid,.site-grid,.why-list,.list-cols,.footer-grid,.hero-stats{grid-template-columns:1fr}.section{padding:4rem 0}.section-head,.cta,.footer-bottom,.newsletter form{display:grid}.brand-logo{width:180px}.search-shell{flex-wrap:wrap}.nav-wrap{min-height:76px}}