*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#0a0b0f;--bg-2:#11131a;--card:#161922;--border:#232733;--text:#e8eaf0;--text-dim:#7a8190;--accent:#4f8cff;--accent-hover:#6ba1ff;--red:#ff3b3b;--green:#2ecc71;--gold:#ffd700}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.7}.navbar{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 1.5rem;border-bottom:1px solid var(--border);position:sticky;top:0;background:rgba(10,11,15,0.92);backdrop-filter:blur(12px);z-index:50}.navbar .brand{font-weight:800;color:var(--text);text-decoration:none;font-size:1rem;display:flex;align-items:center;gap:0.4rem}.navbar .nav-links{display:flex;gap:1.1rem}.navbar .nav-links a{color:var(--text-dim);text-decoration:none;font-size:0.85rem;transition:color .2s}.navbar .nav-links a:hover{color:var(--text)}main{max-width:760px;margin:0 auto;padding:2.5rem 1.5rem 4rem}h1{font-size:2rem;margin-bottom:0.5rem;background:linear-gradient(135deg,#ff8c00,#ffd700,#ff3b3b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.updated{color:var(--text-dim);font-size:0.85rem;margin-bottom:2rem}h2{font-size:1.2rem;margin:2rem 0 0.75rem;color:var(--accent-hover)}p{margin-bottom:0.85rem}ul{margin:0 0 1rem 1.25rem}li{margin-bottom:0.5rem}a{color:var(--accent-hover)}.card-block{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.5rem;margin:1rem 0}.cta{display:inline-block;background:var(--accent);color:#fff;padding:0.7rem 1.5rem;border-radius:10px;text-decoration:none;margin-top:1rem;transition:background .2s}.cta:hover{background:var(--accent-hover)}footer{text-align:center;padding:1.25rem;color:var(--text-dim);font-size:0.75rem;border-top:1px solid var(--border)}footer a{color:var(--accent-hover);text-decoration:none}body{overflow-x:hidden}.navbar .brand,.navbar .brand a{display:flex;align-items:center;min-height:44px;padding:0.25rem 0}.navbar .nav-links a{min-height:44px;display:inline-flex;align-items:center;padding:0.4rem 0.3rem}footer a,footer p a{display:inline-block;min-height:36px;line-height:36px;padding:0 0.15rem}.tool-link{min-height:44px}.tool-link .tool-name,.tool-link .tool-desc{line-height:1.3}.btn{min-height:44px}@media (max-width:768px){footer a{min-height:44px;line-height:44px}.navbar .nav-links{flex-wrap:wrap}}@media (max-width:768px){a{min-height:44px;display:inline-flex;align-items:center}.tool-card a,.seo-section a,.result a{display:inline-block;min-height:44px;line-height:44px}.navbar .brand{min-height:44px}button{min-height:44px}}