:root{--bg:#ffffff;--fg:#111827;--muted:#6b7280;--border:#e5e7eb;--card:#ffffff;--accent:#2563eb;--tag-bg:#f3f4f6;--tag-fg:#374151}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%}body{background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-size:16px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1040px;margin:0 auto;padding:0 20px}.site-header{border-bottom:1px solid var(--border);padding:16px 0}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:16px}.logo{font-weight:700;font-size:18px;letter-spacing:-.02em}.logo span{color:var(--accent)}.hero{padding:56px 0 40px;text-align:center}.hero h1{font-size:34px;letter-spacing:-.03em;line-height:1.2;margin-bottom:12px}.hero p{color:var(--muted);max-width:560px;margin:0 auto}.hero h1 em{font-style:normal}.hl-discovered{color:#2563eb}.hl-ranked{color:#059669}.hl-featured{color:#d97706}.hl-recommended{color:#db2777}.benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-gap:16px;gap:16px;padding-bottom:44px}.benefit{border:1px solid var(--border);border-radius:12px;padding:20px;text-align:left}.benefit-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;margin-bottom:12px}.benefit-icon svg{width:20px;height:20px}.benefit h2{font-size:16px;letter-spacing:-.01em;margin-bottom:4px}.benefit p{font-size:13.5px;color:var(--muted);line-height:1.5}.badge-featured{display:inline-flex;align-items:center;gap:4px;margin-left:auto;background:#fffbeb;color:#d97706;border:1px solid #fde68a;border-radius:999px;padding:2px 9px;font-size:11.5px;font-weight:600;white-space:nowrap}.badge-featured svg{width:11px;height:11px}.tag-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding-bottom:36px}.tag{display:inline-block;background:var(--tag-bg);color:var(--tag-fg);border-radius:999px;padding:3px 12px;font-size:13px;font-weight:500;transition:background .15s ease}.tag:hover{background:var(--border)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px;padding-bottom:64px}.card{border:1px solid var(--border);border-radius:12px;padding:20px;background:var(--card);display:flex;flex-direction:column;gap:12px;transition:border-color .15s ease,box-shadow .15s ease}.card:hover{border-color:#d1d5db;box-shadow:0 4px 12px rgba(0,0,0,.05)}.card-head{display:flex;align-items:center;gap:12px}.card-logo{width:44px;height:44px;border-radius:10px;border:1px solid var(--border);flex-shrink:0}.card h2,.card h3{font-size:17px;letter-spacing:-.01em}.card p{color:var(--muted);font-size:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card .tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto}.tool-page{padding:48px 0 80px;max-width:680px;margin:0 auto}.breadcrumb{font-size:14px;color:var(--muted);margin-bottom:32px}.breadcrumb a:hover{color:var(--fg)}.tool-head{display:flex;align-items:center;gap:20px;margin-bottom:24px}.tool-logo{width:72px;height:72px;border-radius:16px;border:1px solid var(--border)}.tool-head h1{font-size:30px;letter-spacing:-.02em}.tool-bio{font-size:17px;color:#374151;margin-bottom:24px}.tool-tags{display:flex;flex-wrap:wrap;gap:8px}.page-title{padding:48px 0 8px}.page-title h1{font-size:28px;letter-spacing:-.02em}.page-title p{color:var(--muted);margin:8px 0 32px}.site-footer{border-top:1px solid var(--border);padding:24px 0;color:var(--muted);font-size:14px}.site-footer .container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}@media (max-width:600px){.hero h1{font-size:28px}}