:root{--bg-primary:#0a0e17;--bg-secondary:#111827;--bg-card:#1a2234;--text-primary:#e5e7eb;--text-secondary:#9ca3af;--accent:#d4a574;--accent-hover:#c4956a;--accent-light:#e8c9a8;--accent-glow:rgba(212,165,116,0.15);--border:#374151;--success:#6ec89b;--gradient-start:#d4a574;--gradient-end:#e8c9a8}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);line-height:1.7;min-height:100vh}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-light)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(10,14,23,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);padding:0 1.5rem}.header-inner{max-width:1200px;margin:0 auto;justify-content:space-between;height:64px}.header-brand,.header-inner{display:flex;align-items:center}.header-brand{gap:.75rem;color:var(--text-primary);font-weight:700;font-size:1.15rem;text-decoration:none}.header-brand:hover{color:var(--accent)}.header-brand-icon{height:40px;width:auto}.header-nav{display:flex;gap:.25rem}.header-nav a{padding:.5rem 1rem;border-radius:8px;color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:all .2s ease}.header-nav a:hover{color:var(--text-primary);background:rgba(212,165,116,.1)}.footer{border-top:1px solid var(--border);padding:2rem 1.5rem;text-align:center;color:var(--text-secondary);font-size:.875rem;margin-top:4rem}.footer-inner{max-width:1200px;margin:0 auto}.footer a{color:var(--accent)}.hero{text-align:center;padding:5rem 1.5rem 3rem;max-width:900px;margin:0 auto}.hero-logo{width:200px;height:auto;margin-bottom:1.5rem}.hero h1{font-size:3rem;font-weight:800;line-height:1.1;margin-bottom:1rem;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:1.25rem;color:var(--text-secondary);max-width:650px;margin:0 auto 2rem;line-height:1.8}.hero-cta{display:inline-block;padding:.875rem 2rem;background:var(--accent);color:var(--bg-primary);font-weight:600;font-size:1rem;border-radius:10px;transition:all .2s ease}.hero-cta:hover{background:var(--accent-hover);color:var(--bg-primary);transform:translateY(-2px);box-shadow:0 8px 24px rgba(212,165,116,.25)}.services-section{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.services-section h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:var(--text-primary)}.services-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--accent-light))}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.3);border-color:var(--accent)}.service-card-icon{font-size:2.5rem;margin-bottom:1rem}.service-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--accent-light)}.service-card p{color:var(--text-secondary);line-height:1.7;font-size:.95rem}.sections-area{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.sections-area h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:.5rem}.sections-subtitle{text-align:center;color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem}.sections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.section-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:2rem;transition:all .3s ease;text-decoration:none;display:block}.section-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.3);border-color:var(--accent)}.section-card h3{font-size:1.2rem;font-weight:700;color:var(--accent-light);margin-bottom:.5rem}.section-card p{color:var(--text-secondary);font-size:.95rem}.section-card-count{margin-top:1rem;font-size:.85rem;color:var(--accent);font-weight:600}.guides-page{max-width:1200px;margin:0 auto;padding:3rem 1.5rem 4rem}.guides-page h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.guides-page>p{color:var(--text-secondary);font-size:1.1rem}.guides-page>p,.guides-section{margin-bottom:3rem}.guides-section h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:var(--accent-light)}.guides-section>p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.guides-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.25rem;gap:1.25rem}.guide-card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:1.5rem;text-decoration:none;display:block;transition:all .3s ease}.guide-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.3);border-color:var(--accent)}.guide-card h3{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.guide-card p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.guide-card-meta{display:flex;align-items:center;gap:.75rem;margin-top:1rem;font-size:.8rem}.guide-card-category{padding:.2rem .6rem;border-radius:6px;background:var(--accent-glow);color:var(--accent);font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.guide-card-date{color:var(--text-secondary)}.guide-detail{max-width:800px;margin:0 auto;padding:3rem 1.5rem 4rem}.guide-detail-back{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent);font-size:.9rem;margin-bottom:2rem}.guide-detail-back:hover{color:var(--accent-light)}.guide-detail h1{font-size:2.25rem;font-weight:800;margin-bottom:.75rem;color:var(--text-primary)}.guide-detail-meta{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.9rem;color:var(--text-secondary)}.prose h2{font-size:1.5rem;font-weight:700;margin-top:2.5rem;margin-bottom:1rem;color:var(--accent-light);border-bottom:1px solid var(--border);padding-bottom:.5rem}.prose h3{font-size:1.25rem;margin-top:2rem;margin-bottom:.75rem}.prose h3,.prose h4{font-weight:600;color:var(--text-primary)}.prose h4{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.5rem}.prose p{line-height:1.8}.prose ol,.prose p,.prose ul{margin-bottom:1.25rem;color:var(--text-secondary)}.prose ol,.prose ul{padding-left:1.5rem}.prose li{margin-bottom:.5rem;line-height:1.7}.prose blockquote{border-left:3px solid var(--accent);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--bg-card);border-radius:0 8px 8px 0;color:var(--text-secondary);font-style:italic}.prose code{padding:.15rem .4rem;border-radius:4px;font-size:.9em;color:var(--accent)}.prose code,.prose pre{background:var(--bg-card)}.prose pre{border:1px solid var(--border);border-radius:8px;padding:1.25rem;overflow-x:auto;margin-bottom:1.5rem}.prose pre code{background:none;padding:0;font-size:.9rem;color:var(--text-primary)}.prose table{width:100%;border-collapse:collapse;margin-bottom:1.5rem}.prose td,.prose th{border:1px solid var(--border);padding:.75rem 1rem;text-align:left}.prose th{background:var(--bg-card);font-weight:600;color:var(--accent-light)}.prose td{color:var(--text-secondary)}.prose strong{color:var(--text-primary);font-weight:600}.prose a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.prose a:hover{color:var(--accent-light)}.not-found{text-align:center;padding:6rem 1.5rem;max-width:600px;margin:0 auto}.not-found h1{font-size:6rem;font-weight:800;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.not-found h2{font-size:1.5rem;color:var(--text-primary);margin-bottom:1rem}.not-found p{color:var(--text-secondary);margin-bottom:2rem}.not-found a{display:inline-block;padding:.75rem 1.5rem;background:var(--accent);color:var(--bg-primary);font-weight:600;border-radius:8px;transition:all .2s ease}.not-found a:hover{background:var(--accent-hover);color:var(--bg-primary);transform:translateY(-2px)}@media (max-width:640px){.hero h1{font-size:2rem}.hero p{font-size:1.05rem}.hero-logo{width:150px}.header-inner{flex-wrap:wrap;height:auto;padding:.75rem 0;gap:.5rem}.header-nav{width:100%;justify-content:center}.header-nav a{padding:.4rem .75rem;font-size:.85rem}.guides-grid,.sections-grid,.services-grid{grid-template-columns:1fr}.guide-detail h1,.guides-page h1{font-size:1.75rem}}