*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--gradient: linear-gradient(135deg, #7c3aed, #3b82f6);--gradient-soft: linear-gradient(135deg, #7c3aed20, #3b82f620);--text: #1e293b;--text-muted: #64748b;--bg: #f8fafc;--white: #ffffff;--radius: 16px;--shadow: 0 4px 24px rgba(0, 0, 0, .06);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .1)}html{scroll-behavior:smooth}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:var(--text);background:var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}.nav{display:flex;align-items:center;justify-content:space-between;max-width:960px;margin:0 auto;padding:1rem 1.5rem}.nav-logo{font-weight:800;font-size:1.15rem;background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.nav-links{display:flex;list-style:none;gap:2rem}.nav-links a{font-size:.95rem;font-weight:500;color:var(--text-muted);transition:color .2s}.nav-links a:hover,.nav-links a.active{color:var(--text)}.hero{background:var(--gradient);color:var(--white);text-align:center;padding:5rem 1.5rem 7rem;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:80px;background:var(--bg);clip-path:ellipse(55% 100% at 50% 100%)}.hero h1{font-size:2.75rem;font-weight:800;letter-spacing:-.5px;margin-bottom:.75rem}.hero p{font-size:1.2rem;opacity:.9;max-width:520px;margin:0 auto}.section{max-width:960px;margin:0 auto;padding:4rem 1.5rem}.section-title{font-size:1.85rem;font-weight:700;text-align:center;margin-bottom:.5rem}.section-subtitle{text-align:center;color:var(--text-muted);margin-bottom:2.5rem;font-size:1.05rem}.community-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.5rem;display:flex;align-items:center;gap:2rem}.community-icon{font-size:3.5rem;flex-shrink:0}.community-card h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.community-stat{background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.community-card p{color:var(--text-muted);line-height:1.7}.tips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.tip-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;transition:transform .2s ease,box-shadow .2s ease}.tip-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.tip-number{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--gradient);color:var(--white);font-weight:700;font-size:.9rem;margin-bottom:1rem}.tip-card h3{font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.tip-card p{color:var(--text-muted);font-size:.95rem;line-height:1.65}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.blog-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;transition:transform .2s ease,box-shadow .2s ease}.blog-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.blog-card time{font-size:.85rem;color:var(--text-muted)}.blog-card h3{font-size:1.15rem;font-weight:700;margin:.5rem 0}.blog-card p{color:var(--text-muted);font-size:.95rem;line-height:1.65}.blog-card .read-more{display:inline-block;margin-top:1rem;font-size:.9rem;font-weight:600;background:var(--gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.prose{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.prose h1{font-size:2.25rem;font-weight:800;margin-bottom:.5rem}.prose time{display:block;font-size:.9rem;color:var(--text-muted);margin-bottom:2rem}.prose h2{font-size:1.5rem;font-weight:700;margin-top:2.5rem;margin-bottom:.75rem}.prose h3{font-size:1.25rem;font-weight:700;margin-top:2rem;margin-bottom:.5rem}.prose p{margin-bottom:1.25rem;line-height:1.8;color:var(--text)}.prose ul,.prose ol{margin-bottom:1.25rem;padding-left:1.5rem}.prose li{margin-bottom:.5rem;line-height:1.7}.prose strong{font-weight:700}.page-content{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.page-content h1{font-size:2.25rem;font-weight:800;margin-bottom:1.5rem}.page-content h2{font-size:1.4rem;font-weight:700;margin-top:2rem;margin-bottom:.75rem}.page-content p{margin-bottom:1rem;line-height:1.8;color:var(--text)}.page-content ul{margin-bottom:1rem;padding-left:1.5rem}.page-content li{margin-bottom:.5rem;line-height:1.7}.footer{text-align:center;padding:2.5rem 1.5rem;border-top:1px solid #e2e8f0;margin-top:2rem}.footer .disclosure{display:inline-block;background:var(--gradient-soft);border-radius:12px;padding:1rem 1.75rem;font-size:.85rem;color:var(--text-muted);line-height:1.6;max-width:640px}.footer .copyright{margin-top:1rem;font-size:.8rem;color:var(--text-muted)}.footer-links{margin-top:.75rem;display:flex;justify-content:center;gap:1.5rem;font-size:.85rem}.footer-links a{color:var(--text-muted);transition:color .2s}.footer-links a:hover{color:var(--text)}@media(max-width:640px){.hero{padding:3.5rem 1.25rem 3rem}.hero h1{font-size:2rem}.hero p{font-size:1.05rem}.community-card{flex-direction:column;text-align:center;padding:2rem 1.5rem}.section{padding:3rem 1.25rem}.section-title{font-size:1.5rem}.nav-links{gap:1rem}.nav-links a{font-size:.85rem}}
