:root{--background:#15171c;--foreground:#e0e0e0;--card:#1d1f27;--card-foreground:#e0e0e0;--popover:#1d1f27;--popover-foreground:#e0e0e0;--primary:#e64c70;--primary-foreground:#fff;--secondary:#32353e;--secondary-foreground:#e0e0e0;--muted:#2c2c2c;--muted-foreground:#a0a0a0;--accent:#32353e;--accent-foreground:#e0e0e0;--destructive:#c7304b;--destructive-foreground:#fff;--border:#3a3a3a;--input:#32353e;--ring:#e64c70;--radius:.5rem;--sidebar:#15171c;--sidebar-foreground:#e0e0e0;--sidebar-primary:#e64c70;--sidebar-primary-foreground:#fff;--sidebar-accent:#32353e;--sidebar-accent-foreground:#e0e0e0;--sidebar-border:#3a3a3a;--sidebar-ring:#e64c70;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--background);color:var(--foreground);line-height:1.6;overflow-x:hidden}.header{background:var(--card);border-bottom:1px solid var(--border);z-index:100;position:sticky;top:0;box-shadow:0 2px 10px #0000004d}.top-bar{background:var(--secondary);border-bottom:1px solid var(--border);padding:.5rem 0;font-size:.875rem}.top-bar .container{justify-content:space-between;align-items:center;display:flex}.social-links{gap:1rem;display:flex}.social-links a{color:var(--muted-foreground);font-size:.875rem;text-decoration:none;transition:color .3s}.social-links a:hover{color:var(--primary)}.nav-container{padding:1rem 0}.container{max-width:1400px;margin:0 auto;padding:0 1.5rem}.nav-wrapper{justify-content:space-between;align-items:center;gap:2rem;display:flex}.logo{color:var(--primary);letter-spacing:-.5px;font-size:2rem;font-weight:700;text-decoration:none}.nav-menu{gap:2rem;list-style:none;display:flex}.nav-menu a{color:var(--foreground);padding-bottom:.25rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-menu a:hover,.nav-menu a.active{color:var(--primary)}.nav-menu a:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.search-btn{background:var(--input);border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius);cursor:pointer;font-family:var(--font-sans);padding:.5rem 1.5rem;font-weight:500;transition:all .3s}.search-btn:hover{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.mobile-menu-btn{color:var(--foreground);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.breadcrumb{background:var(--secondary);padding:.75rem 0;font-size:.875rem}.breadcrumb a{color:var(--muted-foreground);text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:var(--primary)}.breadcrumb span{color:var(--foreground)}.page-header{background:linear-gradient(135deg,var(--card)0%,var(--secondary)100%);text-align:center;border-bottom:1px solid var(--border);padding:3rem 0}.page-header h1{color:var(--foreground);margin-bottom:.5rem;font-size:2.5rem}.page-header p{color:var(--muted-foreground);font-size:1.125rem}.ad-container{text-align:center;max-width:1400px;margin:1.5rem auto;padding:0 1.5rem}.ad-widget{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);justify-content:center;align-items:center;min-height:250px;margin-bottom:1.5rem;padding:1rem;display:flex}.ad-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);justify-content:center;align-items:center;min-height:300px;padding:2rem;display:flex}.in-content-ad{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;min-height:200px;margin:2rem 0;padding:1.5rem}.sticky-ad{position:sticky;top:120px}.hero{padding:2rem 0}.hero-grid{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}.hero-main{border-radius:var(--radius);border:1px solid var(--border);height:500px;position:relative;overflow:hidden}.hero-main img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.hero-main:hover img{transform:scale(1.05)}.hero-content{background:linear-gradient(#0000,#000000f2);padding:2rem;position:absolute;bottom:0;left:0;right:0}.hero-content a{color:#fff;text-decoration:none;transition:color .3s}.hero-content a:hover{color:var(--primary)}.category-badge{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.hero-title{color:#fff;margin-bottom:.5rem;font-size:2rem;line-height:1.2}.hero-meta{color:var(--muted-foreground);font-size:.875rem}.hero-sidebar{flex-direction:row;justify-content:space-between;gap:1.5rem;margin-top:40px;margin-bottom:40px;display:flex}.side-article{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);width:100%;transition:transform .3s,box-shadow .3s;overflow:hidden}.side-article:hover{transform:translateY(-5px);box-shadow:0 10px 30px #e64c7026}.side-article img{object-fit:cover;width:100%;height:150px;transition:transform .3s}.side-article:hover img{transform:scale(1.1)}.side-article-content{padding:1rem}.side-article h3{color:var(--foreground);margin-bottom:.5rem;font-size:1rem;line-height:1.4}.side-article a{color:var(--foreground);text-decoration:none;transition:color .3s}.side-article a:hover{color:var(--primary)}.category-tabs{border-bottom:1px solid var(--border);padding:1.5rem 0}.tabs{flex-wrap:wrap;gap:1rem;display:flex}.tab-btn{background:var(--secondary);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-family:var(--font-sans);padding:.5rem 1.5rem;font-weight:500;transition:all .3s}.tab-btn:hover,.tab-btn.active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.main-content{padding:3rem 0}.content-layout{grid-template-columns:1fr 350px;gap:2rem;display:grid}.section-header{border-bottom:2px solid var(--primary);align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.section-title{color:var(--foreground);font-size:1.5rem}.view-all{color:var(--primary);margin-left:auto;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .3s}.view-all:hover{opacity:.8}.featured-article{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:1.5fr 1fr;gap:2rem;margin-bottom:2rem;display:grid;overflow:hidden}.featured-image{position:relative;overflow:hidden}.featured-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.featured-article:hover .featured-image img{transform:scale(1.05)}.featured-content{flex-direction:column;justify-content:center;padding:2rem;display:flex}.featured-content h2{margin-bottom:1rem;font-size:1.75rem;line-height:1.3}.featured-content h2 a{color:var(--foreground);text-decoration:none;transition:color .3s}.featured-content h2 a:hover{color:var(--primary)}.featured-content p{color:var(--muted-foreground);margin-bottom:1rem;line-height:1.6}.article-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.article-card{background:var(--card);border-radius:var(--radius);border:1px solid var(--border);transition:transform .3s,box-shadow .3s;overflow:hidden}.article-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #e64c7033}.article-image{height:200px;position:relative;overflow:hidden}.article-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.article-card:hover .article-image img{transform:scale(1.1)}.article-body{padding:1.5rem}.article-title{color:var(--foreground);margin-bottom:.75rem;font-size:1.125rem;line-height:1.4}.article-title a{color:var(--foreground);text-decoration:none;transition:color .3s}.article-title a:hover{color:var(--primary)}.article-excerpt{color:var(--muted-foreground);margin-bottom:1rem;font-size:.875rem;line-height:1.5}.article-footer{color:var(--muted-foreground);border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;font-size:.75rem;display:flex}.pagination{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.page-btn{background:var(--secondary);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;font-family:var(--font-sans);justify-content:center;align-items:center;padding:.5rem 1rem;text-decoration:none;transition:all .3s;display:flex}.page-btn:hover,.page-btn.active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.sidebar{height:fit-content;position:sticky;top:100px}.sidebar-widget{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:1.5rem}.widget-title{color:var(--foreground);border-bottom:2px solid var(--primary);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.125rem}.trending-list{list-style:none}.trending-item{border-bottom:1px solid var(--border);gap:1rem;padding:1rem 0;display:flex}.trending-item:last-child{border-bottom:none;padding-bottom:0}.trending-number{color:var(--primary);min-width:30px;font-size:1.5rem;font-weight:700}.trending-content h4{color:var(--foreground);margin-bottom:.25rem;font-size:.875rem;line-height:1.4}.trending-content a{color:var(--foreground);text-decoration:none;transition:color .3s}.trending-content a:hover{color:var(--primary)}.newsletter-form{flex-direction:column;gap:1rem;display:flex}.newsletter-form input{background:var(--input);border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius);font-family:var(--font-sans);padding:.75rem;transition:border-color .3s}.newsletter-form input:focus{border-color:var(--primary);outline:none}.newsletter-form button{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);cursor:pointer;font-weight:600;font-family:var(--font-sans);border:none;padding:.75rem;transition:opacity .3s}.newsletter-form button:hover{opacity:.9}.article-detail{padding:2rem 0}.article-main{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem}.article-header{margin-bottom:2rem}.article-header h1{color:var(--foreground);margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.article-meta{background:var(--card);border:1px solid var(--border);border-radius:16px;justify-content:space-between;align-items:flex-start;gap:2rem;margin-top:1.5rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 8px 30px #00000026}.author-info{align-items:flex-start;gap:1rem;display:flex}.author-avatar{border:2px solid var(--primary);object-fit:cover;border-radius:50%;flex-shrink:0;width:56px;height:56px}.author-details{flex-direction:column;gap:.25rem;display:flex}.author-details strong{color:var(--foreground);font-size:.95rem;font-weight:600}.author-details span{color:var(--muted-foreground);font-size:.85rem;line-height:1.4}.author-meta{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.author-meta p{color:var(--muted-foreground);align-items:center;gap:.35rem;font-size:.75rem;display:flex}.author-meta svg{width:12px;height:12px}.social-share{flex-direction:column;gap:.75rem;min-width:150px;display:flex}.social-share>span{text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);font-size:.7rem}.social-share a{color:var(--foreground);border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .6rem;font-size:.8rem;text-decoration:none;transition:background .25s,transform .25s;display:flex}.social-share a:hover{background:#ffffff0f;transform:translate(4px)}.social-share img{width:16px;height:16px}.article-featured-image{border-radius:var(--radius);margin:2rem 0;overflow:hidden}.article-featured-image img{width:100%;height:auto;display:block}.article-featured-image figcaption{background:var(--secondary);color:var(--muted-foreground);text-align:center;padding:1rem;font-size:.875rem}.article-content{color:var(--foreground);font-size:1.125rem;line-height:1.8}.lead-paragraph{color:var(--foreground);margin-bottom:2rem;font-size:1.25rem;font-weight:500;line-height:1.6}.article-content h2{color:var(--foreground);margin-top:2.5rem;margin-bottom:1rem;font-size:1.75rem}.article-content h3{color:var(--foreground);margin-top:2rem;margin-bottom:.75rem;font-size:1.5rem}.article-content p{margin-bottom:1.5rem}.article-content ul,.article-content ol{margin-bottom:1.5rem;padding-left:2rem}.article-content li{margin-bottom:.5rem}.article-content blockquote{border-left:4px solid var(--primary);background:var(--secondary);color:var(--foreground);border-radius:var(--radius);margin:2rem 0;padding:1.5rem;font-style:italic}.article-content a{color:var(--primary);text-decoration:underline;transition:opacity .3s}.article-content a:hover{opacity:.8}.article-footer-tags{border-top:1px solid var(--border);margin-top:2rem;padding-top:2rem}.tag{background:var(--secondary);color:var(--foreground);border-radius:var(--radius);border:1px solid var(--border);margin-top:.5rem;margin-right:.5rem;padding:.25rem .75rem;font-size:.875rem;text-decoration:none;transition:all .3s;display:inline-block}.tag:hover{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.comments-section{border-top:2px solid var(--border);margin-top:3rem;padding-top:2rem}.comments-section h3{color:var(--foreground);margin-bottom:1.5rem}.comment-form{margin-bottom:2rem}.comment-form textarea{background:var(--input);border:1px solid var(--border);width:100%;min-height:100px;color:var(--foreground);border-radius:var(--radius);font-family:var(--font-sans);resize:vertical;margin-bottom:1rem;padding:1rem;transition:border-color .3s}.comment-form textarea:focus{border-color:var(--primary);outline:none}.comment-form button{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);cursor:pointer;font-weight:600;font-family:var(--font-sans);border:none;padding:.75rem 2rem;transition:opacity .3s}.comment-form button:hover{opacity:.9}.comments-list{flex-direction:column;gap:1.5rem;display:flex}.comment{background:var(--secondary);border-radius:var(--radius);border:1px solid var(--border);gap:1rem;padding:1rem;display:flex}.comment-avatar{border-radius:50%;flex-shrink:0;width:40px;height:40px}.comment-content{flex:1}.comment-content strong{color:var(--foreground);margin-bottom:.25rem;display:block}.comment-time{color:var(--muted-foreground);margin-bottom:.5rem;font-size:.75rem;display:block}.comment-content p{color:var(--foreground);line-height:1.5}.related-articles{padding-top:2rem}.related-articles h3{color:var(--foreground);margin-bottom:1.5rem}.related-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.related-card{background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius);transition:transform .3s;overflow:hidden}.related-card:hover{transform:translateY(-5px)}.related-card img{object-fit:cover;width:100%;height:150px}.related-card h4{color:var(--foreground);padding:1rem;font-size:1rem}.related-card h4 a{color:var(--foreground);text-decoration:none;transition:color .3s}.related-card h4 a:hover{color:var(--primary)}.article-date{color:var(--muted-foreground);padding:0 1rem 1rem;font-size:.75rem;display:block}.about-page{padding:3rem 0}.about-content{grid-template-columns:1.5fr 1fr;align-items:center;gap:3rem;margin-bottom:4rem;display:grid}.about-text h2{color:var(--foreground);margin-bottom:1rem;font-size:2rem}.about-text p{color:var(--foreground);margin-bottom:1rem;line-height:1.8}.about-image img{border-radius:var(--radius);border:1px solid var(--border);width:100%;height:auto}.values-section,.team-section,.stats-section,.cta-section{margin-bottom:4rem}.values-section h2,.team-section h2,.stats-section h2,.cta-section h2{text-align:center;color:var(--foreground);margin-bottom:2rem;font-size:2rem}.values-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.value-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:2rem;transition:transform .3s,box-shadow .3s}.value-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #e64c7026}.value-card h3{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem}.value-card p{color:var(--muted-foreground);line-height:1.6}.team-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.team-member{text-align:center}.team-member img{border:3px solid var(--primary);border-radius:50%;width:150px;height:150px;margin-bottom:1rem}.team-member h3{color:var(--foreground);margin-bottom:.5rem}.team-member p{color:var(--muted-foreground);font-size:.875rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.stat-card{background:linear-gradient(135deg,var(--primary)0%,var(--destructive)100%);border-radius:var(--radius);text-align:center;color:var(--primary-foreground);padding:2rem}.stat-card h3{margin-bottom:.5rem;font-size:3rem}.stat-card p{font-size:1.125rem}.cta-section{text-align:center;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:3rem}.cta-section p{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.125rem}.cta-button{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);padding:1rem 3rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:opacity .3s;display:inline-block}.cta-button:hover{opacity:.9}.contact-page{padding:3rem 0}.contact-layout{grid-template-columns:1.5fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.contact-form-section h2{color:var(--foreground);margin-bottom:1.5rem;font-size:2rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--foreground);font-weight:500}.form-group input,.form-group select,.form-group textarea{background:var(--input);border:1px solid var(--border);color:var(--foreground);border-radius:var(--radius);font-family:var(--font-sans);padding:.75rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);outline:none}.submit-btn{background:var(--primary);color:var(--primary-foreground);border-radius:var(--radius);cursor:pointer;font-weight:600;font-family:var(--font-sans);border:none;padding:1rem 2rem;font-size:1rem;transition:opacity .3s}.submit-btn:hover{opacity:.9}.contact-info-section{flex-direction:column;gap:1.5rem;display:flex}.info-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.info-card h3{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem}.info-card p{color:var(--muted-foreground);margin-bottom:.5rem}.social-links-contact{flex-direction:column;gap:.5rem;display:flex}.social-links-contact a{color:var(--primary);text-decoration:none;transition:opacity .3s}.social-links-contact a:hover{opacity:.8}.faq-section{border-top:2px solid var(--border);margin-top:3rem;padding-top:3rem}.faq-section h2{color:var(--foreground);text-align:center;margin-bottom:2rem;font-size:2rem}.faq-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.faq-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.faq-item h3{color:var(--foreground);margin-bottom:.75rem;font-size:1.125rem}.faq-item p{color:var(--muted-foreground);line-height:1.6}.legal-page{padding:3rem 0}.legal-content{max-width:900px;margin:0 auto}.legal-section{margin-bottom:3rem}.legal-section h2{color:var(--foreground);margin-bottom:1rem;font-size:1.75rem}.legal-section h3{color:var(--foreground);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.25rem}.legal-section p{color:var(--foreground);margin-bottom:1rem;line-height:1.8}.legal-section ul,.legal-section ol{margin-bottom:1rem;padding-left:2rem}.legal-section li{color:var(--foreground);margin-bottom:.5rem;line-height:1.6}.legal-section a{color:var(--primary);text-decoration:underline}.legal-section a:hover{opacity:.8}.contact-box{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin:1.5rem 0;padding:1.5rem}.contact-box p{margin-bottom:.5rem}.legal-footer{border-top:2px solid var(--border);text-align:center;margin-top:3rem;padding-top:2rem}.legal-footer p{color:var(--muted-foreground);font-style:italic}.sitemap-page{padding:3rem 0}.sitemap-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.sitemap-section{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.sitemap-section h2{color:var(--foreground);border-bottom:2px solid var(--primary);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem}.sitemap-list{list-style:none}.sitemap-list li{margin-bottom:.75rem}.sitemap-list a{color:var(--foreground);padding:.25rem 0;text-decoration:none;transition:color .3s;display:block}.sitemap-list a:hover{color:var(--primary);padding-left:.5rem}.sitemap-sublist{margin-top:.5rem;margin-left:1rem;list-style:none}.sitemap-sublist li{margin-bottom:.5rem}.sitemap-sublist a{color:var(--muted-foreground);font-size:.875rem}.sitemap-sublist a:hover{color:var(--primary)}.sitemap-footer{border-top:2px solid var(--border);text-align:center;color:var(--muted-foreground);margin-top:3rem;padding-top:2rem}.sitemap-footer a{color:var(--primary);text-decoration:underline}.footer{background:var(--card);border-top:1px solid var(--border);margin-top:4rem;padding:3rem 0 1rem}.footer-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;display:grid}.footer-section h3{color:var(--foreground);margin-bottom:1rem;font-size:1.125rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.5rem}.footer-links a{color:var(--muted-foreground);font-size:.875rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--primary)}.footer-bottom{text-align:center;border-top:1px solid var(--border);color:var(--muted-foreground);padding-top:2rem;font-size:.875rem}.rich-text-content ul ul,.rich-text-content ol ol,.rich-text-content ul ol,.rich-text-content ol ul{margin-top:.75rem;margin-bottom:.75rem;margin-left:1.5rem}.rich-text-content li>p{margin-bottom:.75rem}.rich-text-content li>p:last-child{margin-bottom:0}.rich-text-content li+li{margin-top:.75rem}.rich-text-content ul ul{list-style-type:circle}.rich-text-content ul ul ul{list-style-type:square}.rich-text-hr{color:var(--background);background:var(--background);margin:30px 0}.block-qoute{background-color:#2c2c2c4d;background-color:lab(18.0029% 0 .0000119209/.3);border-left:4px solid #e64c70;margin:20px 0;padding:20px;font-style:italic}.article-paragraph{color:var(--muted-foreground);border-color:var(--border);margin-bottom:1.5rem;line-height:1.75rem}.article-listing-ul{color:var(--muted-foreground);margin-bottom:1.5;margin-left:1.5rem;padding-left:.5rem;list-style-type:disc;list-style-position:outside}.article-listing-li{padding-left:.5;line-height:1.625}.article-hyper{color:var(--primary)}.article-table{border-collapse:collapse;background-color:var(--card);width:100%;color:var(--card-foreground);border-radius:var(--radius);font-family:var(--font-sans);margin-bottom:30px;overflow:hidden}.table-caption{caption-side:top;color:var(--muted-foreground);text-align:left;padding:.75rem 1rem;font-size:.875rem}.table-head{background-color:var(--secondary)}.table-head-row{border-bottom:1px solid var(--border)}.table-head-cell{text-transform:uppercase;letter-spacing:.05em;color:var(--secondary-foreground);text-align:left;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.table-body{background-color:var(--background)}.table-row{border-bottom:1px solid var(--border);transition:background-color .2s}.table-row:hover{background-color:var(--accent)}.table-cell{color:var(--foreground);vertical-align:middle;padding:.75rem 1rem;font-size:.875rem}.table-cell-muted{color:var(--muted-foreground)}.table-footer{background-color:var(--secondary);border-top:1px solid var(--border)}.table-footer-cell{color:var(--secondary-foreground);padding:.75rem 1rem;font-size:.875rem;font-weight:600}.table-bordered .table-head-cell,.table-bordered .table-cell,.table-bordered .table-footer-cell{border-right:1px solid var(--border)}.table-bordered .table-head-cell:last-child,.table-bordered .table-cell:last-child,.table-bordered .table-footer-cell:last-child{border-right:none}.table-striped .table-row:nth-child(2n){background-color:var(--muted)}.table-compact .table-head-cell,.table-compact .table-cell{padding:.5rem .75rem;font-size:.8rem}.table-cell-primary{color:var(--primary);font-weight:600}.table-cell-danger{color:var(--destructive);font-weight:600}@media (max-width:1024px){.content-layout{grid-template-columns:1fr}.sidebar{position:static}.article-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.featured-article,.about-content,.contact-layout{grid-template-columns:1fr}}@media (max-width:768px){.nav-menu{background:var(--card);border-bottom:1px solid var(--border);flex-direction:column;gap:1rem;padding:1rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 5px 15px #0000004d}.nav-menu.active{display:flex}.mobile-menu-btn{display:block}.hero-grid{grid-template-columns:1fr}.hero-main{height:400px}.hero-title{font-size:1.5rem}.article-grid,.footer-grid{grid-template-columns:1fr}.page-header h1,.article-header h1{font-size:2rem}.article-meta{flex-direction:column;align-items:flex-start;gap:1rem}.related-grid{grid-template-columns:1fr}.tabs{flex-wrap:nowrap;overflow-x:auto}.values-grid,.team-grid,.stats-grid,.faq-grid,.sitemap-grid{grid-template-columns:1fr}.article-meta{flex-direction:column;gap:1.5rem}.social-share{flex-flow:wrap;gap:.5rem}.social-share>span{width:100%}}@media (max-width:480px){.container{padding:0 1rem}.logo{font-size:1.5rem}.hero-main{height:300px}.hero-content{padding:1rem}.hero-title{font-size:1.25rem}.search-btn{padding:.5rem 1rem;font-size:.875rem}.article-main{padding:1.5rem}.article-content{font-size:1rem}.lead-paragraph{font-size:1.125rem}.stat-card h3{font-size:2rem}.hero-sidebar{flex-direction:column}}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media print{.header,.footer,.sidebar,.ad-container,.ad-widget,.ad-card,.in-content-ad,.social-share,.comments-section{display:none}body{color:#000;background:#fff}.article-main{border:none;padding:0}}
