*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#0ea5e9;--accent:#06b6d4;--dark:#0f172a;--light:#f8fafc;--gray:#64748b;--gray-light:#e2e8f0;--white:#fff;--gradient:linear-gradient(135deg, #2563eb 0%, #0ea5e9 100%)}body{color:#334155;background:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.app{background:0 0;min-height:100vh}.navbar{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-light);background:#ffffffe6;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.logo-img{border-radius:8px;width:32px;height:32px}.logo{color:#fff;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.logo-text{color:var(--dark)}.nav-links{gap:2rem;display:flex}.nav-link{color:var(--gray);font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover{color:var(--primary)}.cta-button{background:var(--gradient);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:.75rem 1.5rem;font-weight:600;transition:transform .3s,box-shadow .3s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #6366f166}.hero{align-items:center;max-width:1200px;min-height:90vh;margin:0 auto;padding:8rem 2rem 4rem;display:flex}.hero-content{text-align:center;max-width:800px;margin:0 auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-title{color:var(--dark);margin-bottom:1.5rem;font-size:3.5rem;line-height:1.2}.gradient-text{color:var(--primary)}.hero-subtitle{color:var(--gray);max-width:500px;margin-bottom:2rem;font-size:1.25rem}.hero-buttons{gap:1rem;margin-bottom:3rem;display:flex}.primary-btn{background:var(--gradient);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:transform .3s,box-shadow .3s}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #6366f166}.secondary-btn{color:var(--primary);border:2px solid var(--primary);cursor:pointer;background:#fff;border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.secondary-btn:hover{background:var(--primary);color:#fff}.stats{gap:3rem;display:flex}.stat{flex-direction:column;display:flex}.stat-number{color:var(--dark);font-size:2rem;font-weight:700}.stat-label{color:var(--gray);font-size:.875rem}.section-header{text-align:center;margin-bottom:3rem}.section-title{color:var(--dark);margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--gray);font-size:1.125rem}.features{max-width:1200px;margin:0 auto;padding:6rem 2rem}.features-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.feature-card{background:#fff;border-radius:20px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #0000000d}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.feature-icon{margin-bottom:1rem;font-size:3rem}.feature-title{color:var(--dark);margin-bottom:.75rem;font-size:1.25rem}.feature-desc{color:var(--gray);font-size:.9375rem;line-height:1.7}.categories{background:#fff;padding:6rem 2rem}.categories-grid{grid-template-columns:repeat(6,1fr);gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.category-card{background:var(--light);text-align:center;cursor:pointer;border:2px solid #0000;border-radius:16px;padding:2rem 1.5rem;transition:all .3s}.category-card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #6366f133}.category-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.category-name{color:var(--dark);margin-bottom:.5rem;font-weight:600;display:block}.category-count{color:var(--gray);font-size:.875rem}.articles{max-width:1200px;margin:0 auto;padding:6rem 2rem}.articles-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.article-card{cursor:pointer;background:#fff;border-radius:20px;padding:2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 20px #0000000d}.article-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.article-meta{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.article-tag{color:var(--primary);background:#6366f11a;border-radius:20px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.article-date{color:var(--gray);font-size:.875rem}.article-title{color:var(--dark);margin-bottom:.75rem;font-size:1.25rem;line-height:1.4}.article-excerpt{color:var(--gray);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.article-footer{justify-content:space-between;align-items:center;display:flex}.article-readtime{color:var(--gray);font-size:.875rem}.read-more{color:var(--primary);cursor:pointer;background:0 0;border:none;font-weight:600;transition:color .3s}.read-more:hover{color:var(--secondary)}.about{background:var(--dark);color:#fff;padding:6rem 2rem}.about-content{text-align:center;max-width:800px;margin:0 auto}.about .section-title{color:#fff}.about-text{color:#fffc;margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.about-features{justify-content:center;gap:3rem;display:flex}.about-feature{align-items:center;gap:.5rem;font-size:1rem;display:flex}.check-icon{color:#22c55e;font-weight:700}.footer{color:#fff;background:#0f172a;padding:5rem 2rem 2rem}.footer-content{grid-template-columns:1fr 2fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.footer-brand{flex-direction:column;display:flex}.footer-brand .logo{margin-bottom:.5rem}.footer-brand .logo-text{color:#fff;font-size:2rem}.footer-brand .logo-img{border-radius:12px;width:48px;height:48px}.footer-desc{color:#fff9;margin-top:1rem;font-size:.9375rem}.footer-links{justify-content:flex-end;gap:4rem;display:flex}.footer-column h4{color:#fff;margin-bottom:1.25rem;font-size:1rem;font-weight:600}.footer-column a{color:#fff9;margin-bottom:.75rem;font-size:.9375rem;text-decoration:none;transition:color .3s;display:block}.footer-column a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid #ffffff1a;max-width:1200px;margin:4rem auto 0;padding-top:2rem}.footer-bottom-content{text-align:center}.copyright{color:#fff6;margin-bottom:1rem;font-size:.875rem}.filing-section{color:#ffffff80;justify-content:center;align-items:center;gap:1rem;font-size:.875rem;display:flex}.filing-item{align-items:center;gap:.5rem;display:flex}.filing-label{color:#fff6}.filing-link{color:#fff9;text-decoration:none;transition:color .3s}.filing-link:hover{color:var(--primary)}.filing-divider{color:#ffffff4d}.police-icon{font-size:1rem}@media (width<=1024px){.hero{text-align:center;grid-template-columns:1fr;padding-top:6rem}.hero-subtitle{max-width:100%}.hero-buttons,.stats{justify-content:center}.hero-visual{display:none}.features-grid{grid-template-columns:repeat(2,1fr)}.categories-grid{grid-template-columns:repeat(3,1fr)}.articles-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.nav-links{display:none}.hero-title{font-size:2.5rem}.features-grid{grid-template-columns:1fr}.categories-grid{grid-template-columns:repeat(2,1fr)}.articles-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{flex-wrap:wrap;justify-content:flex-start;gap:2rem}.filing-section{flex-wrap:wrap}.about-features{flex-direction:column;gap:1rem}}
