@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Roboto:wght@400;500;700;900&display=swap";@font-face{font-family:Garet;src:url(/fonts/GaretVariableVF.woff2)format("woff2-variations"),url(/fonts/GaretVariableVF.woff2)format("woff2"),url(/fonts/Garet-Book.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}:root{--bg-color:#fff;--card-bg:#fff9;--card-border:#00000008;--card-shadow:0 8px 30px #0000000a;--text-main:#1d1d1f;--text-muted:#86868b;--icon-color:#1d1d1f;--hover-bg:#ffffffe6}@media (prefers-color-scheme:dark){:root{--bg-color:#000;--card-bg:#1c1c1e66;--card-border:#ffffff0a;--card-shadow:0 8px 30px #0006;--text-main:#f5f5f7;--text-muted:#86868b;--icon-color:#f5f5f7;--hover-bg:#1c1c1ecc}}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}body{background-color:var(--bg-color);color:var(--text-main);background-image:radial-gradient(circle at 50% 0,#9696960d 0%,#0000 60%);min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:8rem 2rem}.header{text-align:center;margin-bottom:6rem}.header h1{letter-spacing:-.04em;margin-bottom:1rem;font-size:3rem;font-weight:300}.header p{color:var(--text-muted);letter-spacing:-.01em;max-width:500px;margin:0 auto;font-size:1.15rem;font-weight:300;line-height:1.5}.grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(20px);box-shadow:var(--card-shadow);border-radius:24px;flex-direction:column;gap:1rem;padding:2rem;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex}.card:hover{background:var(--hover-bg);border-color:#0000000f;transform:scale(1.01);box-shadow:0 15px 35px #0000000f}@media (width<=640px){.card{border-radius:20px;padding:1.5rem}}.card-stat-pill{flex-shrink:0;align-items:center;gap:.3rem;line-height:1;display:inline-flex;white-space:nowrap!important}.card-footer-stats{color:var(--text-muted);align-items:center;gap:.45rem;min-width:0;font-size:.78rem;display:flex;white-space:nowrap!important;text-overflow:ellipsis!important;overflow:hidden!important}@media (prefers-color-scheme:dark){.card:hover{border-color:#ffffff14;box-shadow:0 15px 35px #0009}}.icon-wrapper{color:var(--icon-color);margin-bottom:.5rem;transition:transform .4s cubic-bezier(.16,1,.3,1)}.tool-logo-container{justify-content:center;align-items:center;margin-bottom:.65rem;display:flex}.tool-apple-logo{object-fit:contain;filter:drop-shadow(0 4px 10px #00000014);border-radius:11px;width:46px;height:46px;transition:transform .35s cubic-bezier(.16,1,.3,1),filter .35s;display:block}.card:hover .tool-apple-logo{filter:drop-shadow(0 8px 20px #0000002e);transform:scale(1.08)translateY(-2px)}.card:hover .icon-wrapper{transform:scale(1.05)}.card h3{color:var(--text-main);letter-spacing:-.01em;font-size:1.1rem;font-weight:400}.card p{color:var(--text-muted);flex-grow:1;font-size:.9rem;font-weight:300;line-height:1.5}.arrow{color:var(--text-muted);opacity:0;margin-top:.5rem;transition:all .3s;transform:translate(-10px)}.card:hover .arrow{opacity:1;color:var(--text-main);transform:translate(0)}.search-container{justify-content:center;margin-bottom:4rem;display:flex}.search-bar{background:var(--card-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--card-border);border-radius:999px;align-items:center;width:100%;max-width:480px;padding:.8rem 1.5rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 24px #00000008}.search-bar:focus-within{background:var(--hover-bg);border-color:#0000001a;transform:scale(1.02);box-shadow:0 8px 32px #0000000f}@media (prefers-color-scheme:dark){.search-bar:focus-within{border-color:#ffffff26;box-shadow:0 8px 32px #0009}}.search-icon{color:var(--text-muted);margin-right:.75rem}.search-input{color:var(--text-main);background:0 0;border:none;outline:none;width:100%;font-size:1rem;font-weight:300}.search-input::placeholder{color:var(--text-muted);font-weight:300}.app-layout{flex-direction:column;min-height:100vh;display:flex}.navbar{z-index:100;background:var(--card-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--card-border);width:100%;position:sticky;top:0}.navbar-inner{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:.6rem 1.5rem;display:flex}.nav-brand{color:var(--text-main);align-items:center;gap:.65rem;font-size:1.1rem;text-decoration:none;transition:opacity .2s;display:flex}.nav-brand:hover{opacity:.88}.nav-platform-logo{object-fit:contain;filter:drop-shadow(0 2px 5px #0000001f);border-radius:8px;width:28px;height:28px;transition:transform .2s;display:block}.nav-brand:hover .nav-platform-logo{transform:scale(1.05)}.nav-brand-text{font-variation-settings:"wght" 300;letter-spacing:-.01em;white-space:nowrap;font-size:1.15rem;font-weight:300;color:#272727!important;font-family:Garet,-apple-system,BlinkMacSystemFont,sans-serif!important}.nav-links{align-items:center;gap:1.5rem;display:flex}.nav-link{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.9rem;font-weight:300;text-decoration:none;transition:color .2s;display:flex}.nav-link:hover{color:var(--text-main)}.main-content{flex-grow:1}.seo-footer{background:var(--bg-color);box-sizing:border-box;border-top:1px solid #0000001f;margin-top:5rem;padding:4.5rem 1.5rem 3rem;position:relative}[data-theme=dark] .seo-footer,.dark .seo-footer{border-top-color:#ffffff26}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .seo-footer{border-top-color:#ffffff26}}.seo-footer-inner{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.seo-footer-top{border-bottom:1px solid #00000014;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2.5rem;padding-bottom:2.5rem;display:flex}[data-theme=dark] .seo-footer-top,.dark .seo-footer-top{border-bottom-color:#ffffff1a}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .seo-footer-top{border-bottom-color:#ffffff1a}}.seo-footer-brand-col{flex-direction:column;gap:.85rem;max-width:540px;display:flex}.seo-footer-logo-row{align-items:center;gap:.75rem;display:flex}.seo-footer-logo{object-fit:contain;filter:drop-shadow(0 2px 8px #0000001a);border-radius:8px;width:32px;height:32px}.seo-footer-brand-name{font-variation-settings:"wght" 300;color:var(--text-main);letter-spacing:-.01em;font-size:1.35rem;font-weight:300;font-family:Garet,-apple-system,BlinkMacSystemFont,sans-serif!important}.seo-footer-brand-desc{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0;font-size:.88rem;font-weight:300;line-height:1.4;overflow:hidden}.seo-footer-badges{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.seo-footer-pill{color:var(--text-muted);background:var(--card-bg);border:1px solid var(--card-border);white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.76rem;font-weight:500;display:inline-flex}.seo-footer-pill .pill-icon{color:var(--text-main)}.seo-footer-stats-box{background:var(--card-bg);border:1px solid var(--card-border);max-width:360px;box-shadow:var(--card-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:14px;flex-direction:column;gap:.5rem;padding:1.25rem 1.4rem;display:flex}.stats-box-header{color:var(--text-main);white-space:nowrap;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.stats-box-text{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0;font-size:.78rem;line-height:1.45;overflow:hidden}.stats-box-link{color:#3b82f6;cursor:pointer;text-underline-offset:3px;white-space:nowrap;background:0 0;border:none;align-items:center;gap:.4rem;margin-top:.25rem;padding:0;font-size:.8rem;font-weight:500;text-decoration:underline;transition:opacity .2s;display:inline-flex}.stats-box-link:hover{opacity:.8}.seo-footer-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;display:grid}.seo-footer-col{flex-direction:column;gap:1.1rem;display:flex}.seo-col-title{color:var(--text-main);letter-spacing:-.01em;white-space:nowrap;align-items:center;gap:.5rem;margin:0;font-size:.92rem;font-weight:500;display:flex}.seo-col-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.seo-col-list li a{width:100%;color:var(--text-muted);white-space:nowrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:.84rem;font-weight:300;line-height:1.35;text-decoration:none;transition:all .2s;display:inline-flex;overflow:hidden}.seo-col-list li a .seo-tool-title{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.seo-col-list li a:hover{color:var(--text-main);transform:translate(2px)}.seo-link-tag{color:var(--text-muted);background:var(--card-bg);border:1px solid var(--card-border);opacity:.8;white-space:nowrap;border-radius:6px;flex-shrink:0;margin-left:auto;padding:.1rem .45rem;font-size:.7rem;font-weight:400}.seo-col-list li a:hover .seo-link-tag{color:var(--text-main);border-color:#9696964d}.ext-icon{opacity:.5;flex-shrink:0;margin-left:auto;transition:opacity .2s}.seo-col-list li a:hover .ext-icon{opacity:1}.seo-footer-keywords-section{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:16px;flex-direction:column;gap:1rem;padding:1.75rem 2rem;display:flex}.seo-keywords-title{color:var(--text-main);letter-spacing:-.01em;white-space:nowrap;margin:0;font-size:.86rem;font-weight:500}.seo-keywords-cloud{flex-wrap:wrap;gap:.45rem;display:flex}.seo-keywords-cloud a{color:var(--text-muted);background:var(--bg-color);border:1px solid var(--card-border);white-space:nowrap;border-radius:8px;flex-shrink:0;padding:.3rem .7rem;font-size:.76rem;font-weight:300;text-decoration:none;transition:all .2s}.seo-keywords-cloud a:hover{color:var(--text-main);border-color:#96969659;transform:translateY(-1px)}.seo-footer-bottom{border-top:1px solid #00000014;flex-direction:column;gap:1.5rem;padding-top:2rem;display:flex}[data-theme=dark] .seo-footer-bottom,.dark .seo-footer-bottom{border-top-color:#ffffff1a}@media (prefers-color-scheme:dark){:root:not([data-theme=light]) .seo-footer-bottom{border-top-color:#ffffff1a}}.seo-privacy-notice{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;background:#10b9810f;border:1px solid #10b98126;border-radius:10px;align-items:center;gap:.5rem;max-width:100%;margin:0;padding:.85rem 1.15rem;font-size:.78rem;line-height:1.5;display:flex;overflow:hidden}.seo-privacy-notice span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.privacy-check-icon{color:#10b981;flex-shrink:0}.seo-footer-bottom-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.seo-copyright{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.82rem;font-weight:300;overflow:hidden}.seo-footer-bottom-links{white-space:nowrap;flex-shrink:0;align-items:center;gap:.75rem;font-size:.8rem;display:flex}.seo-footer-bottom-links a{color:var(--text-muted);text-decoration:none;transition:color .2s}.seo-footer-bottom-links a:hover{color:var(--text-main)}.seo-footer-bottom-links .dot{color:var(--card-border)}.status-indicator{color:#10b981;white-space:nowrap;align-items:center;gap:.4rem;font-size:.75rem;font-weight:500;display:inline-flex}.status-dot{background:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #10b981}@media (width<=768px){.seo-footer{padding:3rem 1.25rem 2rem}.seo-footer-top{flex-direction:column}.seo-footer-grid{grid-template-columns:1fr;gap:2rem}.seo-footer-bottom-meta{flex-direction:column;align-items:flex-start}}.skeleton{background:#c8c8c833;border-radius:6px;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}@media (prefers-color-scheme:dark){.skeleton{background:#64646440}}.skeleton-card{pointer-events:none}.skeleton-icon{border-radius:6px;width:28px;height:28px;margin-bottom:.5rem}.skeleton-title{width:60%;height:22px}.skeleton-desc{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.skeleton-line{width:100%;height:14px}.skeleton-line.short{width:75%}.skeleton-arrow{width:20px;height:14px;margin-top:.5rem}@media (width<=768px){.container{padding:3rem 1.25rem 4rem}.header{margin-bottom:2.5rem}.header h1{font-size:2.2rem}.header p{font-size:1rem}.search-container{margin-bottom:2.5rem}.search-bar{padding:.65rem 1.15rem}.navbar{padding:.6rem 1rem}.nav-links{gap:.85rem}.grid{gap:1rem}.card{border-radius:18px;padding:1.35rem}.footer{padding:2.5rem 1.25rem}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem}}.home-catalog-root{width:100%}.catalog-hero-banner{box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:420px;padding:5.5rem 1.5rem 3.5rem;display:flex;position:relative;overflow:hidden}.catalog-hero-bg{z-index:1;position:absolute;inset:0}.catalog-hero-img{object-fit:cover;object-position:center 25%;width:100%;height:100%;display:block}.catalog-hero-overlay{-webkit-backdrop-filter:blur(1px);background:linear-gradient(#000000b8 0%,#000000c7 50%,#000000e0 100%);position:absolute;inset:0}.catalog-hero-content{z-index:2;text-align:center;width:100%;max-width:840px;margin:0 auto;position:relative}.hero-header{margin-bottom:2.25rem!important}.hero-brand-badge{justify-content:center;align-items:center;gap:.85rem;margin-bottom:.75rem;display:inline-flex}.hero-brand-logo{object-fit:contain;filter:drop-shadow(0 6px 20px #00000080);border-radius:12px;width:48px;height:48px}.hero-brand-title{font-variation-settings:"wght" 300;letter-spacing:-.025em;text-shadow:0 2px 20px #0009;margin:0;line-height:1.15;color:#fff!important;font-family:Garet,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:3rem!important;font-weight:300!important}.hero-brand-subtitle{letter-spacing:-.01em;text-shadow:0 1px 10px #0009;max-width:580px;margin:0 auto;font-weight:300;line-height:1.5;color:#ffffffd9!important;font-size:1.12rem!important}.hero-search-container{justify-content:center;display:flex;margin-bottom:0!important}.hero-search-bar{-webkit-backdrop-filter:blur(28px)!important;background:#ffffff1f!important;border:1px solid #ffffff38!important;max-width:540px!important;box-shadow:0 12px 40px #0006!important}.hero-search-bar:focus-within{transform:scale(1.02);background:#ffffff2e!important;border-color:#ffffff73!important;box-shadow:0 16px 48px #00000080!important}.hero-search-input{color:#fff!important}.hero-search-input::placeholder{color:#ffffffa6!important}.hero-search-icon{color:#ffffffbf!important}.catalog-container{padding-top:2rem!important}@media (width<=768px){.catalog-hero-banner{min-height:340px;padding:4rem 1.25rem 2.5rem}.hero-brand-title{font-size:2.2rem!important}.hero-brand-subtitle{font-size:.98rem!important}}.ad-slot-wrapper{box-sizing:border-box;text-align:center;justify-content:center;align-items:center;width:100%;margin:1.75rem auto;display:flex;position:relative;overflow:hidden}.ad-slot-wrapper ins.adsbygoogle{width:100%;margin:0 auto;display:block}.ad-slot-leaderboard{width:100%;max-width:728px;min-height:90px}@media (width<=768px){.ad-slot-leaderboard{max-width:320px;min-height:50px}}.ad-slot-rectangle{width:100%;max-width:300px;min-height:250px;margin:1.25rem auto 0}@media (width<=340px){.ad-slot-rectangle{max-width:280px;min-height:220px}}.ad-slot-billboard{width:100%;max-width:970px;min-height:90px}@media (width<=1000px){.ad-slot-billboard{max-width:728px;min-height:90px}}@media (width<=768px){.ad-slot-billboard{max-width:320px;min-height:50px}}.ad-slot-horizontal{width:100%;min-height:85px;margin:2.5rem 0}.ad-slot-multiplex{width:100%;max-width:100%;min-height:250px;margin:2rem auto}.ad-slot-in-article{width:100%;max-width:100%;min-height:90px;margin:2rem auto}
