*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a1a1a;background:#fff}a{color:inherit;text-decoration:none}header{background:#0f172a;color:white;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}header h1{font-size:1.25rem;font-weight:700}header nav a{color:#94a3b8;margin-left:1.5rem;font-size:.9rem}header nav a:hover{color:white}main{max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.hero{text-align:center;padding:3rem 0;border-bottom:1px solid #e2e8f0;margin-bottom:2rem}.hero h2{font-size:2.25rem;font-weight:800;margin-bottom:.75rem}.hero p{color:#64748b;font-size:1.1rem}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.card{border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:box-shadow .2s}.card:hover{box-shadow:0 4px 20px rgba(0,0,0,.08)}.card h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.card p{color:#64748b;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.card .btn{display:inline-block;background:#0f172a;color:white;padding:.5rem 1rem;border-radius:8px;font-size:.85rem}.card .btn:hover{background:#1e293b}.guide-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.guide-header h1{font-size:2rem;font-weight:800;margin-bottom:.5rem}.guide-header p{color:#64748b}.guide-list{display:flex;flex-direction:column;gap:.75rem}.guide-item{padding:1rem 1.25rem;border:1px solid #e2e8f0;border-radius:10px;display:flex;justify-content:space-between;align-items:center}.guide-item:hover{background:#f8fafc}.guide-item h4{font-weight:600}.guide-item p{color:#64748b;font-size:.85rem;margin-top:.25rem}.guide-item span{color:#64748b;font-size:1.2rem}.content{max-width:780px}.content h1{font-size:1.9rem;font-weight:800;margin-bottom:.5rem}.content .meta{color:#94a3b8;font-size:.85rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.prose h1,.prose h2,.prose h3{margin:1.5rem 0 .75rem;font-weight:700}.prose h2{font-size:1.4rem}.prose h3{font-size:1.1rem}.prose p{line-height:1.8;margin-bottom:1rem;color:#374151}.prose ol,.prose ul{padding-left:1.5rem;margin-bottom:1rem}.prose li{line-height:1.8;color:#374151}.prose strong{font-weight:700;color:#1a1a1a}.prose code{background:#f1f5f9;padding:.15rem .4rem;border-radius:4px;font-size:.85em}.ad-slot{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;padding:1.5rem;text-align:center;color:#94a3b8;font-size:.8rem;margin:1.5rem 0}.breadcrumb{font-size:.85rem;color:#94a3b8;margin-bottom:1.5rem}.breadcrumb a{color:#64748b}.breadcrumb a:hover{color:#0f172a}.breadcrumb span{margin:0 .4rem}footer{background:#0f172a;color:#64748b;text-align:center;padding:1.5rem;font-size:.85rem;margin-top:4rem}