:root{--bg-primary:#0a0a1a;--bg-secondary:#111128;--bg-card:#161633;--bg-card-hover:#1c1c42;--bg-elevated:#1e1e45;--accent:#8b5cf6;--accent-hover:#7c3aed;--accent-light:rgba(139,92,246,0.12);--accent-glow:rgba(139,92,246,0.4);--accent2:#06b6d4;--accent2-light:rgba(6,182,212,0.12);--green:#10b981;--green-light:rgba(16,185,129,0.12);--yellow:#f59e0b;--red:#ef4444;--text-primary:#f1f5f9;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--text-dim:#64748b;--border:rgba(148,163,184,0.1);--border-hover:rgba(139,92,246,0.4);--glass:rgba(22,22,51,0.8);--radius:16px;--radius-sm:10px;--radius-xs:6px;--shadow:0 4px 24px rgba(0,0,0,0.3);--shadow-lg:0 8px 40px rgba(0,0,0,0.4);--shadow-accent:0 4px 20px rgba(139,92,246,0.15);--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;background:var(--bg-primary);color:var(--text-secondary);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none;transition:var(--transition)}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;display:block}::selection{background:var(--accent);color:white}.container{max-width:1200px;margin:0 auto;padding:0 24px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.site-header{background:rgba(10,10,26,0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1000;transition:var(--transition)}.site-header.scrolled{box-shadow:0 4px 30px rgba(0,0,0,0.3)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;transition:var(--transition)}.logo:hover{transform:scale(1.02)}.logo-img{width:42px;height:42px;border-radius:12px;box-shadow:0 2px 12px rgba(139,92,246,0.3);transition:var(--transition)}.logo:hover .logo-img{box-shadow:0 4px 20px rgba(139,92,246,0.5)}.logo-text{font-size:22px;font-weight:800;color:var(--text-primary);letter-spacing:-0.5px}.accent{color:var(--accent)}.main-nav{display:flex;gap:2px;align-items:center}.main-nav a{color:var(--text-muted);font-size:14px;font-weight:500;padding:8px 16px;border-radius:8px;transition:var(--transition);position:relative}.main-nav a:hover{color:var(--text-primary);background:rgba(255,255,255,0.06)}.main-nav a.active{color:var(--accent);background:var(--accent-light)}.mobile-toggle{display:none;background:none;border:1px solid var(--border);cursor:pointer;padding:8px;border-radius:8px;flex-direction:column;gap:5px;transition:var(--transition)}.mobile-toggle:hover{border-color:var(--accent)}.mobile-toggle span{display:block;width:22px;height:2px;background:var(--text-primary);border-radius:2px;transition:var(--transition)}.mobile-overlay{display:none;position:fixed;inset:0;background:rgba(10,10,26,0.98);backdrop-filter:blur(20px);z-index:999;padding-top:90px}.mobile-overlay.active{display:flex;justify-content:center;align-items:flex-start}.mobile-nav{display:flex;flex-direction:column;gap:4px;width:90%;max-width:360px}.mobile-nav a{color:var(--text-secondary);font-size:18px;font-weight:500;padding:16px 20px;border-radius:12px;transition:var(--transition)}.mobile-nav a:hover{background:var(--accent-light);color:var(--accent)}.hero{position:relative;text-align:center;padding:80px 24px 60px;overflow:hidden}.hero::before{content:'';position:absolute;inset:0;background:url('../images/hero-bg.jpg') center/cover no-repeat;opacity:0.15;z-index:0}.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(transparent,var(--bg-primary));z-index:1}.hero .container{position:relative;z-index:2}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:20px;background:var(--accent-light);border:1px solid rgba(139,92,246,0.2);color:var(--accent);font-size:13px;font-weight:600;margin-bottom:20px}.hero-badge svg{width:14px;height:14px}.hero h1{font-size:52px;font-weight:800;color:var(--text-primary);margin-bottom:16px;letter-spacing:-1.5px;line-height:1.1}.hero h1 .accent{background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:19px;color:var(--text-muted);max-width:600px;margin:0 auto 28px;line-height:1.6}.search-box{max-width:540px;margin:0 auto;display:flex;gap:8px;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:6px;transition:var(--transition)}.search-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.search-box input{flex:1;padding:12px 16px;border:none;border-radius:10px;background:transparent;color:var(--text-primary);font-size:15px;outline:none}.search-box input::placeholder{color:var(--text-dim)}.search-box button{padding:12px 28px;border-radius:10px;border:none;background:linear-gradient(135deg,var(--accent),#6d28d9);color:white;font-weight:600;cursor:pointer;font-size:14px;transition:var(--transition);white-space:nowrap}.search-box button:hover{transform:translateY(-1px);box-shadow:var(--shadow-accent)}.hero-stats{display:flex;justify-content:center;gap:40px;margin-top:36px;padding-top:28px;border-top:1px solid var(--border)}.hero-stat{text-align:center}.hero-stat .num{font-size:28px;font-weight:800;color:var(--text-primary);letter-spacing:-1px}.hero-stat .label{font-size:13px;color:var(--text-dim);margin-top:2px}.section{padding:60px 0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:12px}.section-title{font-size:28px;font-weight:800;color:var(--text-primary);letter-spacing:-0.5px}.section-title .highlight{background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle{color:var(--text-muted);font-size:15px;margin-top:4px}.section-link{color:var(--accent);font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.section-link:hover{gap:8px}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.article-card.featured{grid-column:span 2;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.article-card.featured .card-image{min-height:280px}.article-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;transition:var(--transition);display:flex;flex-direction:column}.article-card:hover{transform:translateY(-4px);border-color:var(--border-hover);box-shadow:var(--shadow-lg),var(--shadow-accent)}.card-image{position:relative;height:180px;overflow:hidden}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.article-card:hover .card-image img{transform:scale(1.08)}.card-image .overlay{position:absolute;inset:0;background:linear-gradient(transparent 40%,rgba(10,10,26,0.9))}.card-content{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}.card-content .tag{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:6px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:12px;width:fit-content}.card-content h3{font-size:17px;font-weight:700;color:var(--text-primary);margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-content h3 a{color:inherit}.card-content h3 a:hover{color:var(--accent)}.card-content .excerpt{font-size:14px;color:var(--text-muted);margin-bottom:16px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.card-content .meta{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--text-dim);padding-top:14px;border-top:1px solid var(--border)}.card-content .meta .read-time{display:flex;align-items:center;gap:4px}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cat-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:var(--transition);text-decoration:none;display:block;position:relative}.cat-card:hover{border-color:var(--border-hover);transform:translateY(-4px);box-shadow:var(--shadow-lg),var(--shadow-accent)}.cat-card-image{height:160px;overflow:hidden;position:relative}.cat-card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.cat-card:hover .cat-card-image img{transform:scale(1.08)}.cat-card-image .overlay{position:absolute;inset:0;background:linear-gradient(transparent,rgba(10,10,26,0.9))}.cat-card-body{padding:20px 22px 22px;position:relative}.cat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:12px;position:absolute;top:-48px;left:22px;border:3px solid var(--bg-card);box-shadow:0 4px 12px rgba(0,0,0,0.3)}.cat-card h3{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:6px}.cat-card:hover h3{color:var(--accent)}.cat-card .count{font-size:14px;color:var(--text-muted);margin-bottom:14px}.cat-card .explore{color:var(--accent);font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.cat-card:hover .explore{gap:8px}.article-detail{padding:32px 0 60px}.breadcrumb{margin-bottom:28px;font-size:14px;color:var(--text-dim);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.breadcrumb a{color:var(--text-muted);padding:4px 8px;border-radius:4px}.breadcrumb a:hover{color:var(--accent);background:var(--accent-light)}.breadcrumb .sep{color:var(--text-dim)}.article-layout{display:grid;grid-template-columns:1fr 340px;gap:40px}.article-main .badge{display:inline-flex;align-items:center;gap:4px;padding:5px 14px;border-radius:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:16px}.article-main h1{font-size:38px;font-weight:800;color:var(--text-primary);margin-bottom:20px;line-height:1.2;letter-spacing:-0.5px}.article-meta{display:flex;flex-wrap:wrap;gap:20px;color:var(--text-muted);font-size:14px;margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--border)}.article-meta span{display:flex;align-items:center;gap:6px}.share-buttons{display:flex;gap:8px;margin:20px 0}.share-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:8px;font-size:13px;font-weight:600;color:white;border:none;cursor:pointer;transition:var(--transition)}.share-btn:hover{transform:translateY(-2px);opacity:0.9}.share-twitter{background:#1da1f2}.share-linkedin{background:#0077b5}.share-facebook{background:#1877f2}.share-copy{background:var(--bg-elevated);border:1px solid var(--border)}.article-body{font-size:16px;line-height:1.85;color:var(--text-secondary)}.article-body h2{font-size:26px;font-weight:800;color:var(--text-primary);margin:36px 0 16px;padding-bottom:12px;border-bottom:2px solid var(--accent-light);position:relative}.article-body h2::after{content:'';position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:var(--accent)}.article-body h3{font-size:20px;font-weight:700;color:var(--text-primary);margin:28px 0 12px}.article-body p{margin-bottom:18px}.article-body ul,.article-body ol{margin-bottom:18px;padding-left:28px}.article-body li{margin-bottom:8px;line-height:1.7}.article-body li::marker{color:var(--accent)}.article-body strong{color:var(--text-primary);font-weight:600}.article-body a{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.article-body a:hover{color:var(--accent-hover)}.article-body table{width:100%;border-collapse:collapse;margin:20px 0;border-radius:var(--radius-sm);overflow:hidden}.article-body th,.article-body td{padding:12px 16px;border:1px solid var(--border);text-align:left;font-size:14px}.article-body th{background:var(--bg-card);color:var(--text-primary);font-weight:700}.article-body tr:hover{background:rgba(139,92,246,0.04)}.article-body blockquote{border-left:4px solid var(--accent);padding:16px 20px;margin:20px 0;background:var(--accent-light);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-muted);font-style:italic}.article-body code{background:var(--bg-elevated);padding:2px 8px;border-radius:4px;font-size:14px;color:var(--accent)}.article-body pre{background:var(--bg-elevated);padding:20px;border-radius:var(--radius-sm);overflow-x:auto;margin:20px 0;border:1px solid var(--border)}.article-body pre code{background:none;padding:0;color:var(--text-secondary)}.tags{margin-top:28px;padding-top:20px;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:8px}.tag-pill{padding:5px 14px;border-radius:20px;font-size:12px;font-weight:500;border:1px solid var(--border);color:var(--text-muted);transition:var(--transition)}.tag-pill:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.sidebar-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:24px;margin-bottom:24px}.sidebar-section h3{font-size:16px;font-weight:700;color:var(--text-primary);margin-bottom:18px;padding-bottom:12px;border-bottom:2px solid var(--accent-light);position:relative}.sidebar-section h3::after{content:'';position:absolute;bottom:-2px;left:0;width:40px;height:2px;background:var(--accent)}.sidebar-article{display:block;padding:14px 0;border-bottom:1px solid var(--border);text-decoration:none;transition:var(--transition)}.sidebar-article:last-child{border-bottom:none}.sidebar-article h4{font-size:14px;color:var(--text-secondary);margin-bottom:4px;line-height:1.4;transition:var(--transition)}.sidebar-article:hover h4{color:var(--accent)}.sidebar-article .date{font-size:12px;color:var(--text-dim);display:flex;align-items:center;gap:4px}.sidebar-cat-list{list-style:none}.sidebar-cat-list li{margin-bottom:6px}.sidebar-cat-list a{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:var(--radius-xs);color:var(--text-muted);font-size:14px;transition:var(--transition)}.sidebar-cat-list a:hover{background:var(--accent-light);color:var(--accent)}.sidebar-cat-list .count-badge{background:var(--bg-elevated);padding:2px 10px;border-radius:12px;font-size:12px;font-weight:600}.ad-slot{background:var(--accent-light);border:1px dashed rgba(139,92,246,0.2);border-radius:var(--radius-sm);padding:20px;text-align:center;color:var(--text-dim);font-size:12px;font-weight:500;margin:28px 0;min-height:90px;display:flex;align-items:center;justify-content:center;letter-spacing:1px;text-transform:uppercase}.newsletter{background:linear-gradient(135deg,var(--bg-card),var(--bg-elevated));border:1px solid var(--border);border-radius:var(--radius);padding:48px;text-align:center;position:relative;overflow:hidden}.newsletter::before{content:'';position:absolute;top:-50%;right:-20%;width:300px;height:300px;background:radial-gradient(circle,var(--accent-glow),transparent);border-radius:50%;pointer-events:none}.newsletter h3{font-size:24px;font-weight:800;color:var(--text-primary);margin-bottom:8px;position:relative}.newsletter p{color:var(--text-muted);margin-bottom:24px;position:relative}.newsletter-form{display:flex;gap:8px;max-width:460px;margin:0 auto;flex-wrap:wrap;justify-content:center;position:relative}.newsletter-form input{flex:1;min-width:220px;padding:14px 18px;border-radius:10px;border:1px solid var(--border);background:var(--bg-primary);color:white;font-size:14px;outline:none;transition:var(--transition)}.newsletter-form input:focus{border-color:var(--accent)}.newsletter-form button{padding:14px 28px;border-radius:10px;border:none;background:linear-gradient(135deg,var(--accent),#6d28d9);color:white;font-weight:700;cursor:pointer;font-size:14px;transition:var(--transition)}.newsletter-form button:hover{transform:translateY(-2px);box-shadow:var(--shadow-accent)}.static-page{max-width:800px;margin:0 auto;padding:48px 24px}.static-page h1{font-size:36px;font-weight:800;color:var(--text-primary);margin-bottom:8px;letter-spacing:-0.5px}.static-page .page-subtitle{color:var(--text-muted);font-size:17px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--border)}.static-page h2{font-size:22px;font-weight:700;color:var(--text-primary);margin:32px 0 14px;padding-left:14px;border-left:3px solid var(--accent)}.static-page p{margin-bottom:16px;line-height:1.8}.static-page ul{margin:0 0 16px 28px}.static-page li{margin-bottom:8px;line-height:1.7}.static-page li::marker{color:var(--accent)}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:18px}.form-group label{display:block;color:var(--text-secondary);font-size:14px;font-weight:600;margin-bottom:8px}.form-group input,.form-group textarea{width:100%;padding:14px 18px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);font-size:14px;font-family:inherit;transition:var(--transition);outline:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.form-group textarea{min-height:150px;resize:vertical}.btn-primary{padding:14px 32px;border-radius:var(--radius-sm);border:none;background:linear-gradient(135deg,var(--accent),#6d28d9);color:white;font-weight:700;cursor:pointer;font-size:15px;transition:var(--transition)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-accent)}.alert{padding:14px 18px;border-radius:var(--radius-sm);margin-bottom:20px;font-size:14px;font-weight:500}.alert-success{background:var(--green-light);color:var(--green);border:1px solid rgba(16,185,129,0.3)}.alert-error{background:rgba(239,68,68,0.12);color:var(--red);border:1px solid rgba(239,68,68,0.3)}.site-footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:60px 0 0;margin-top:80px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand .logo{margin-bottom:16px}.footer-desc{font-size:14px;color:var(--text-muted);line-height:1.8;margin-top:12px;max-width:320px}.footer-social{display:flex;gap:10px;margin-top:18px}.footer-social a{width:38px;height:38px;border-radius:10px;background:var(--bg-elevated);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:16px;transition:var(--transition)}.footer-social a:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light);transform:translateY(-2px)}.footer-col h3{color:var(--text-primary);font-weight:700;margin-bottom:18px;font-size:15px;text-transform:uppercase;letter-spacing:0.5px}.footer-links{list-style:none}.footer-links li{margin-bottom:10px}.footer-links a{color:var(--text-muted);font-size:14px;transition:var(--transition);display:inline-flex;align-items:center;gap:4px}.footer-links a:hover{color:var(--accent);padding-left:4px}.footer-bottom{border-top:1px solid var(--border);padding:20px 0;display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:var(--text-dim);font-size:13px}.footer-domain{font-size:12px;color:var(--text-dim)}.pagination{display:flex;justify-content:center;gap:6px;margin-top:40px}.pagination a,.pagination span{padding:10px 16px;border-radius:8px;font-size:14px;font-weight:600;border:1px solid var(--border);color:var(--text-muted);transition:var(--transition)}.pagination a:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-light)}.pagination .current{background:linear-gradient(135deg,var(--accent),#6d28d9);color:white;border-color:var(--accent)}.back-to-top{position:fixed;bottom:28px;right:28px;width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--accent),#6d28d9);color:white;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;box-shadow:var(--shadow-accent);opacity:0;visibility:hidden;transition:var(--transition);z-index:99;font-size:18px}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{transform:translateY(-4px);box-shadow:0 8px 30px rgba(139,92,246,0.4)}@media (max-width:1024px){.article-layout{grid-template-columns:1fr}.sidebar{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.article-grid{grid-template-columns:repeat(2,1fr)}.article-card.featured{grid-column:span 2}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.main-nav{display:none}.mobile-toggle{display:flex}.container{padding:0 16px}.hero{padding:50px 20px 40px}.hero h1{font-size:32px;letter-spacing:-1px}.hero p{font-size:16px}.hero-stats{gap:24px}.hero-stat .num{font-size:22px}.article-grid{grid-template-columns:1fr !important;gap:18px}.article-card,.article-card.featured{grid-column:1 / -1;grid-template-columns:1fr;border-radius:18px}.article-card:hover{transform:none}.card-image,.article-card.featured .card-image{height:210px;min-height:210px}.card-content{padding:18px 18px 20px}.card-content h3{font-size:20px;line-height:1.35;display:block;-webkit-line-clamp:unset;overflow:visible}.card-content .excerpt{display:block;-webkit-line-clamp:unset;overflow:visible}.card-content .meta{align-items:flex-start;gap:8px;flex-wrap:wrap}.cat-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:28px}.article-main h1{font-size:26px}.sidebar{grid-template-columns:1fr}.section{padding:40px 0}.newsletter{padding:32px 20px}.footer-bottom{flex-direction:column;gap:8px;text-align:center}}@media (max-width:480px){.search-box{flex-direction:column}.search-box button{width:100%}.newsletter-form{flex-direction:column}.hero h1{font-size:28px}.hero-stats{flex-direction:column;gap:16px}.card-image,.article-card.featured .card-image{height:190px;min-height:190px}.card-content h3{font-size:19px}.share-buttons{flex-wrap:wrap}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#374151;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4b5563}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.article-card{animation:fadeInUp 0.4s ease-out}.cat-card{animation:fadeInUp 0.4s ease-out}.article-card:nth-child(2){animation-delay:0.05s}.article-card:nth-child(3){animation-delay:0.1s}.article-card:nth-child(4){animation-delay:0.15s}.article-card:nth-child(5){animation-delay:0.2s}.article-card:nth-child(6){animation-delay:0.25s}.smartlink-cta-section{padding:34px 0 10px}.smartlink-cta.premium-partner-card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:34px 36px;border-radius:26px;background:radial-gradient(circle at top right,rgba(59,130,246,0.28),transparent 34%),linear-gradient(135deg,#0f172a 0%,#111827 52%,#1e293b 100%);border:1px solid rgba(148,163,184,0.18);color:#ffffff;text-decoration:none;box-shadow:0 24px 70px rgba(2,6,23,0.38);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.smartlink-cta.premium-partner-card::before{content:'';position:absolute;inset:1px;border-radius:25px;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,0.12),transparent 42%)}.smartlink-cta.premium-partner-card:hover{transform:translateY(-3px);border-color:rgba(96,165,250,0.55);box-shadow:0 30px 90px rgba(2,6,23,0.5)}.premium-partner-content{position:relative;z-index:1;max-width:760px}.smartlink-kicker{display:inline-flex;align-items:center;width:fit-content;padding:7px 14px;margin-bottom:15px;border-radius:999px;background:rgba(37,99,235,0.18);border:1px solid rgba(147,197,253,0.28);color:#bfdbfe;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.smartlink-cta strong{display:block;color:#ffffff;font-size:clamp(24px,3vw,36px);line-height:1.15;font-weight:900;letter-spacing:-0.03em}.smartlink-cta p{margin:12px 0 0;color:#cbd5e1;font-size:16px;line-height:1.7}.premium-partner-button{position:relative;z-index:1;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:15px 22px;border-radius:15px;background:#2563eb;color:#ffffff;font-size:15px;font-weight:800;box-shadow:0 14px 28px rgba(37,99,235,0.32)}@media (max-width:768px){.smartlink-cta-section{padding:24px 0 4px}.smartlink-cta.premium-partner-card{flex-direction:column;align-items:flex-start;padding:26px;border-radius:22px}.premium-partner-button{width:100%}}.admin-ad-slot{width:100%;margin:28px 0;padding:18px;border-radius:18px;background:rgba(15,23,42,.04);border:1px solid rgba(148,163,184,.16);text-align:center;overflow:hidden}.admin-ad-slot:empty{display:none}.admin-ad-slot span{color:var(--text-muted);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.header-ad-slot{margin-top:24px;margin-bottom:0}.article-ad-slot{margin:34px 0}.footer-ad-slot{margin-top:0;margin-bottom:26px}.speed-mode img{max-width:100%;height:auto}.speed-mode .article-card,.speed-mode .cat-card,.speed-mode .newsletter{will-change:auto}.mobile-comfort-mode input,.mobile-comfort-mode button,.mobile-comfort-mode a{min-height:44px}@media(max-width:768px){.admin-ad-slot{border-radius:14px;margin:22px 0;padding:14px}.mobile-comfort-mode .hero{padding-top:72px}.mobile-comfort-mode .card-content{padding:20px}}.hero-3d{isolation:isolate;perspective:1200px;background:radial-gradient(circle at 18% 22%,rgba(139,92,246,0.22),transparent 32%),radial-gradient(circle at 82% 18%,rgba(34,211,238,0.16),transparent 30%),linear-gradient(180deg,rgba(15,23,42,0.96),var(--bg-primary))}.hero-3d-scene{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1;transform-style:preserve-3d}.hero-3d-content{transform-style:preserve-3d;transition:transform .18s ease-out}.hero-orb{position:absolute;display:block;border-radius:999px;filter:blur(.2px);opacity:.78;transform:translate3d(0,0,0);animation:heroFloat 8s ease-in-out infinite}.orb-one{width:190px;height:190px;top:16%;left:8%;background:linear-gradient(135deg,rgba(139,92,246,.42),rgba(59,130,246,.16));box-shadow:0 30px 90px rgba(139,92,246,.28),inset 0 0 38px rgba(255,255,255,.16)}.orb-two{width:130px;height:130px;right:10%;top:22%;background:linear-gradient(135deg,rgba(34,211,238,.32),rgba(99,102,241,.14));animation-delay:-2.2s;box-shadow:0 24px 80px rgba(34,211,238,.2),inset 0 0 26px rgba(255,255,255,.14)}.orb-three{width:82px;height:82px;left:18%;bottom:18%;background:linear-gradient(135deg,rgba(16,185,129,.28),rgba(139,92,246,.14));animation-delay:-4s;box-shadow:0 20px 60px rgba(16,185,129,.18),inset 0 0 20px rgba(255,255,255,.16)}.hero-grid-3d{position:absolute;left:50%;bottom:-18%;width:min(980px,110vw);height:330px;transform:translateX(-50%) rotateX(68deg);transform-origin:center;background-image:linear-gradient(rgba(139,92,246,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(139,92,246,.16) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to top,rgba(0,0,0,.75),transparent 80%);opacity:.75}@keyframes heroFloat{0%,100%{transform:translate3d(0,0,0) rotate(0deg) scale(1)}50%{transform:translate3d(18px,-22px,45px) rotate(7deg) scale(1.04)}}.article-smartlink-card{position:relative;overflow:hidden;margin:34px 0;border-radius:22px;background:linear-gradient(135deg,rgba(15,23,42,.98),rgba(30,41,59,.96));border:1px solid rgba(148,163,184,.18);box-shadow:0 20px 55px rgba(2,6,23,.28)}.article-smartlink-glow{position:absolute;inset:-80px -80px auto auto;width:220px;height:220px;border-radius:999px;background:rgba(59,130,246,.2);filter:blur(18px)}.article-smartlink-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px}.article-smartlink-label{display:inline-flex;width:fit-content;padding:7px 13px;border-radius:999px;background:rgba(59,130,246,.14);color:#93c5fd;border:1px solid rgba(147,197,253,.2);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:12px}.article-smartlink-copy h3{margin:0 0 8px;color:#fff;font-size:24px;line-height:1.2}.article-smartlink-copy p{margin:0;max-width:640px;color:#cbd5e1;font-size:15px;line-height:1.7}.article-smartlink-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff !important;text-decoration:none !important;font-weight:800;box-shadow:0 14px 28px rgba(37,99,235,.28);transition:transform .22s ease,box-shadow .22s ease}.article-smartlink-btn:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(37,99,235,.38)}.smartlink-cta-section{padding:20px 0 0}.premium-partner-card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px;border-radius:24px;text-decoration:none;background:linear-gradient(135deg,rgba(15,23,42,.98),rgba(30,41,59,.95));border:1px solid rgba(148,163,184,.18);box-shadow:0 20px 50px rgba(2,6,23,.26)}.premium-partner-card:before{content:'';position:absolute;width:240px;height:240px;right:-90px;top:-110px;border-radius:999px;background:rgba(59,130,246,.18);filter:blur(12px)}.premium-partner-content{position:relative;z-index:2}.premium-partner-content strong{display:block;color:#fff;font-size:24px;margin:8px 0}.premium-partner-content p{color:#cbd5e1;max-width:680px;margin:0;line-height:1.7}.smartlink-kicker{display:inline-flex;padding:7px 13px;border-radius:999px;background:rgba(34,211,238,.12);color:#67e8f9;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border:1px solid rgba(103,232,249,.18)}.premium-partner-button{position:relative;z-index:2;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;font-weight:800}@media (max-width:768px){.hero-orb{opacity:.45;transform:scale(.72)}.hero-grid-3d{height:210px;background-size:30px 30px}.article-smartlink-inner,.premium-partner-card{flex-direction:column;align-items:flex-start;padding:22px}.article-smartlink-copy h3,.premium-partner-content strong{font-size:21px}.article-smartlink-btn,.premium-partner-button{width:100%}}@media (prefers-reduced-motion:reduce){.hero-orb{animation:none}.hero-3d-content{transition:none}}img{max-width:100%;height:auto}.card-image img,.cat-card-image img{aspect-ratio:16/9;object-fit:cover}.admin-ad-slot{min-height:90px;overflow:hidden}.speed-mode .hero-3d{contain:layout paint}.speed-mode .article-card,.speed-mode .cat-card{content-visibility:auto;contain-intrinsic-size:360px 460px}@media (max-width:768px){html{scroll-behavior:auto}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;overflow-x:hidden}*{animation:none!important;transition:none!important}.hero-orb,.hero-grid-3d{display:none!important}.hero-3d{perspective:none!important}.hero-3d-content{transform:none!important}.hero{min-height:auto!important;padding:44px 0 34px!important}.hero h1{font-size:clamp(34px,9vw,48px)!important;line-height:1.05!important}.hero p{font-size:16px!important;max-width:100%!important}.hero-stats{gap:10px!important}.hero-stat{padding:12px!important}.site-header,.mobile-overlay{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.container{width:min(100% - 24px,var(--container,1200px))!important}.section{padding:34px 0!important}.section-header{gap:12px!important;margin-bottom:20px!important}.section-title{font-size:28px!important}.article-grid,.cat-grid{grid-template-columns:1fr!important;gap:18px!important}.article-card,.cat-card{box-shadow:0 8px 24px rgba(15,23,42,.08)!important;border-radius:18px!important;contain:layout paint!important}.card-image,.cat-card-image{height:auto!important}.card-image img,.cat-card-image img{width:100%!important;height:auto!important;display:block!important}.card-content{padding:18px!important}.admin-ad-slot{min-height:100px!important;margin:16px 0!important}.newsletter{padding:28px 18px!important}.back-to-top{display:none!important}}html,body{width:100%;max-width:100%;overflow-x:hidden !important}.article-detail,.article-detail .container,.article-layout,.article-main,.article-body,.sidebar{max-width:100%;min-width:0}.article-main,.article-body{overflow-wrap:anywhere;word-break:normal}.article-body *,.article-smartlink-card,.article-smartlink-inner,.ad-slot,.admin-ad-slot,ins.adsbygoogle{max-width:100% !important;box-sizing:border-box}.article-body img,.article-body video,.article-body canvas,.article-body iframe,.article-main iframe,.article-main embed,.article-main object{max-width:100% !important;width:100% !important;height:auto}.article-body img{display:block;border-radius:16px;object-fit:cover;margin:20px auto}.article-body table{display:block;width:100% !important;max-width:100% !important;overflow-x:auto;-webkit-overflow-scrolling:touch}.article-body pre{max-width:100% !important;overflow-x:auto !important;white-space:pre-wrap}.ad-slot,.admin-ad-slot{overflow:hidden !important}@media (max-width:768px){.article-detail{padding:22px 0 44px !important}.article-detail .container{width:100% !important;padding-left:16px !important;padding-right:16px !important;overflow:hidden !important}.article-layout{display:block !important;width:100% !important;overflow:hidden !important}.article-main{width:100% !important;overflow:hidden !important}.breadcrumb{font-size:13px !important;gap:5px !important;margin-bottom:22px !important}.breadcrumb span:last-child{display:block;width:100%;margin-top:6px;line-height:1.45}.article-main h1{font-size:clamp(28px,8vw,34px) !important;line-height:1.22 !important;letter-spacing:-0.04em !important;overflow-wrap:anywhere !important}.article-meta{gap:10px 14px !important;font-size:13px !important;margin-bottom:22px !important}.share-buttons{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:10px !important;width:100% !important}.share-btn{justify-content:center !important;padding:10px 8px !important;min-width:0 !important;width:100% !important}.article-body{font-size:17px !important;line-height:1.8 !important;width:100% !important;overflow:hidden !important}.article-body h2{font-size:25px !important;line-height:1.25 !important;margin-top:34px !important;overflow-wrap:anywhere !important}.article-body h3{font-size:21px !important;line-height:1.3 !important;overflow-wrap:anywhere !important}.article-body p,.article-body li{overflow-wrap:anywhere !important}.article-body ul,.article-body ol{padding-left:22px !important}.article-body img{width:100% !important;max-width:100% !important;margin:18px 0 !important;border-radius:16px !important}.article-smartlink-inner{width:100% !important}.article-smartlink-btn{width:100% !important;min-width:0 !important;text-align:center !important}.ad-slot,.admin-ad-slot{width:100% !important;max-width:100% !important;margin-left:0 !important;margin-right:0 !important;padding:14px !important}.ad-slot iframe,.admin-ad-slot iframe,.ad-slot ins,.admin-ad-slot ins{max-width:100% !important}.sidebar{display:block !important;width:100% !important;overflow:hidden !important;margin-top:30px !important}.back-to-top{right:14px !important;bottom:74px !important}}@media (max-width:380px){.article-detail .container{padding-left:14px !important;padding-right:14px !important}.article-main h1{font-size:27px !important}.article-body{font-size:16px !important}.share-buttons{grid-template-columns:1fr !important}}@media (min-width:769px){.article-detail .container{max-width:1180px !important;padding-left:24px !important;padding-right:24px !important;overflow:visible !important}.article-layout{display:grid !important;grid-template-columns:minmax(0,760px) 320px !important;gap:36px !important;align-items:start !important;justify-content:center !important;overflow:visible !important}.article-main{width:100% !important;max-width:760px !important;overflow:visible !important}.article-main h1{font-size:clamp(34px,3vw,42px) !important;line-height:1.18 !important;letter-spacing:-0.03em !important;margin-bottom:18px !important}.article-body{width:100% !important;max-width:760px !important;font-size:17px !important;line-height:1.78 !important;overflow:visible !important}.article-body h2{font-size:28px !important;line-height:1.25 !important}.article-body h3{font-size:22px !important}.article-body img{width:100% !important;max-width:760px !important;max-height:430px !important;object-fit:cover !important;border-radius:16px !important;margin:22px auto !important}.article-body iframe,.article-main iframe,.article-main embed,.article-main object{max-width:760px !important}.share-buttons{flex-wrap:wrap !important}.ad-slot,.admin-ad-slot{max-width:760px !important;margin-left:auto !important;margin-right:auto !important}.sidebar{width:320px !important;max-width:320px !important;overflow:visible !important}}:root{--mock-bg:#020817;--mock-card:rgba(8,18,35,.72);--mock-card-2:rgba(10,25,48,.82);--mock-border:rgba(100,116,139,.28);--mock-purple:#8b5cf6;--mock-blue:#38bdf8;--mock-green:#22c55e;--mock-pink:#ec4899}body{background:radial-gradient(circle at 16% 8%,rgba(124,58,237,.20),transparent 28%),radial-gradient(circle at 88% 10%,rgba(14,165,233,.18),transparent 30%),linear-gradient(180deg,#020617 0%,#06111f 55%,#020817 100%) !important}.site-header{background:rgba(2,8,23,.88)!important;border-bottom:1px solid rgba(148,163,184,.18)!important}.header-inner{height:74px!important}.logo-img{width:46px!important;height:46px!important;border-radius:14px!important}.logo-text{font-size:24px!important;font-weight:900!important}.main-nav{gap:18px!important}.main-nav a,.ath-login-menu summary{font-weight:900!important;color:#f8fafc!important;font-size:14px!important;padding:8px 6px!important}.main-nav a:hover,.main-nav a.active{color:#a855f7!important;background:transparent!important}.main-nav a.active:after,.main-nav a:hover:after{content:"";position:absolute;left:8px;right:8px;bottom:-18px;height:2px;border-radius:99px;background:linear-gradient(90deg,#7c3aed,#a855f7)}.hero{min-height:560px!important;padding:70px 0 58px!important;background:radial-gradient(circle at 14% 30%,rgba(124,58,237,.45) 0 8%,transparent 17%),radial-gradient(circle at 86% 30%,rgba(14,165,233,.36) 0 7%,transparent 16%),linear-gradient(180deg,rgba(2,8,23,.10),rgba(2,8,23,.55)),url('/assets/images/hero-bg.jpg') center/cover no-repeat!important}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,8,23,.15),rgba(2,8,23,.50) 70%,#020817 100%);pointer-events:none}.hero .container,.hero-3d-content{position:relative;z-index:2}.hero-badge{background:rgba(15,23,42,.55)!important;border:1px solid rgba(139,92,246,.35)!important;color:#a78bfa!important;box-shadow:0 0 35px rgba(139,92,246,.14)!important}.hero h1{max-width:760px!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(44px,6vw,72px)!important;line-height:1.05!important;font-weight:950!important;letter-spacing:-.05em!important;text-shadow:0 8px 35px rgba(0,0,0,.55)!important}.hero h1 .accent,.hero h1 strong{background:linear-gradient(135deg,#7c3aed,#a78bfa,#ffffff);-webkit-background-clip:text;background-clip:text;color:transparent!important}.hero p{max-width:680px!important;font-size:18px!important;line-height:1.75!important;color:#dbeafe!important}.search-box,.hero-search{max-width:600px!important;margin:26px auto 24px!important;background:rgba(6,15,31,.82)!important;border:1px solid rgba(148,163,184,.34)!important;border-radius:18px!important;box-shadow:0 20px 60px rgba(0,0,0,.25)!important}.search-box input,.hero-search input{background:transparent!important;color:#e2e8f0!important;height:62px!important}.search-box button,.hero-search button{border-radius:14px!important;padding:0 32px!important;background:linear-gradient(135deg,#7c3aed,#9333ea)!important;box-shadow:0 12px 35px rgba(124,58,237,.34)!important}.hero-stats,.stats{display:flex!important;justify-content:center!important;gap:72px!important;margin-top:22px!important}.stat-number,.stats strong{color:#fff!important;font-size:28px!important;font-weight:950!important;text-shadow:0 0 20px rgba(139,92,246,.35)!important}.stat-label,.stats span{color:#cbd5e1!important;font-size:14px!important}.section{padding:16px 0 22px!important}.modern-categories-section,.categories-section{padding-top:18px!important}.categories-section .container>.section-header,.categories-section .section-header{background:rgba(8,18,35,.66)!important;border:1px solid rgba(148,163,184,.16)!important;border-bottom:0!important;border-radius:26px 26px 0 0!important;padding:34px 28px 6px!important;margin-bottom:0!important;text-align:center!important}.categories-section .section-header h2{color:#fff!important;font-size:30px!important;font-weight:950!important;margin-bottom:8px!important}.categories-section .section-header p{color:#cbd5e1!important}.categories-grid,.modern-category-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important;background:rgba(8,18,35,.66)!important;border:1px solid rgba(148,163,184,.16)!important;border-top:0!important;border-radius:0 0 26px 26px!important;padding:22px 32px 34px!important;box-shadow:0 20px 80px rgba(0,0,0,.28)!important}.cat-card,.category-card{background:linear-gradient(180deg,rgba(15,23,42,.78),rgba(2,8,23,.82))!important;border:1px solid rgba(148,163,184,.26)!important;border-radius:16px!important;padding:30px 24px!important;min-height:275px!important;text-align:center!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 45px rgba(0,0,0,.18)!important}.cat-card:nth-child(1),.category-card:nth-child(1){border-color:rgba(139,92,246,.55)!important;background:linear-gradient(145deg,rgba(45,24,97,.45),rgba(5,12,28,.85))!important}.cat-card:nth-child(2),.category-card:nth-child(2){border-color:rgba(34,197,94,.45)!important;background:linear-gradient(145deg,rgba(5,70,50,.34),rgba(5,12,28,.85))!important}.cat-card:nth-child(3),.category-card:nth-child(3){border-color:rgba(59,130,246,.45)!important;background:linear-gradient(145deg,rgba(15,45,94,.36),rgba(5,12,28,.85))!important}.cat-card:nth-child(4),.category-card:nth-child(4){border-color:rgba(236,72,153,.45)!important;background:linear-gradient(145deg,rgba(93,22,55,.34),rgba(5,12,28,.85))!important}.cat-icon,.category-icon{width:76px!important;height:76px!important;margin:0 auto 20px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:34px!important;background:rgba(139,92,246,.18)!important;border:1px solid rgba(139,92,246,.35)!important}.cat-card h3,.category-card h3{font-size:24px!important;color:#fff!important;font-weight:950!important}.cat-card p,.category-card p{font-size:15px!important;color:#cbd5e1!important;line-height:1.65!important}.cat-card .btn,.category-card .btn,.cat-card a:last-child,.category-card a:last-child{display:inline-flex!important;justify-content:center!important;align-items:center!important;width:100%!important;max-width:200px!important;height:46px!important;margin-top:18px!important;border-radius:12px!important;border:1px solid rgba(139,92,246,.55)!important;background:transparent!important;color:#a78bfa!important;font-weight:900!important}.ath-modern-panel,.latest-panel{background:rgba(8,18,35,.66)!important;border:1px solid rgba(148,163,184,.16)!important;border-radius:26px!important;padding:32px!important;box-shadow:0 20px 80px rgba(0,0,0,.28)!important}.modern-section-header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-bottom:26px!important}.modern-section-header h2{color:#fff!important;font-size:30px!important;font-weight:950!important;margin:0 0 6px!important}.modern-section-header p{color:#cbd5e1!important;margin:0!important}.view-all-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:12px 20px!important;border:1px solid rgba(139,92,246,.32)!important;border-radius:16px!important;color:#a78bfa!important;background:rgba(15,23,42,.4)!important;font-weight:900!important;white-space:nowrap!important}.latest-modern-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}.latest-modern-card{background:linear-gradient(180deg,rgba(15,23,42,.88),rgba(6,15,31,.94))!important;border:1px solid rgba(148,163,184,.22)!important;border-radius:16px!important;overflow:hidden!important;box-shadow:0 18px 45px rgba(0,0,0,.20)!important;min-height:430px!important}.latest-modern-img{display:block;height:180px!important;overflow:hidden!important}.latest-modern-img img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .35s ease!important}.latest-modern-card:hover img{transform:scale(1.06)}.latest-modern-body{padding:18px!important}.modern-tag{display:inline-flex!important;border-radius:999px!important;padding:6px 10px!important;background:rgba(139,92,246,.25)!important;color:#c4b5fd!important;font-size:11px!important;font-weight:950!important;margin-bottom:12px!important}.tag-make-money-online{background:rgba(34,197,94,.18)!important;color:#4ade80!important}.tag-email-marketing{background:rgba(59,130,246,.20)!important;color:#60a5fa!important}.tag-seo-tutorials{background:rgba(236,72,153,.20)!important;color:#f472b6!important}.latest-modern-body h3{font-size:18px!important;line-height:1.35!important;margin:0 0 12px!important}.latest-modern-body h3 a{color:#fff!important}.latest-modern-body p{font-size:14px!important;line-height:1.65!important;color:#cbd5e1!important;margin:0 0 18px!important}.latest-modern-meta{display:flex!important;justify-content:space-between!important;gap:10px!important;color:#94a3b8!important;font-size:12px!important;margin-top:auto!important}.newsletter{max-width:none!important;background:linear-gradient(135deg,rgba(45,24,97,.45),rgba(15,23,42,.85))!important;border:1px solid rgba(139,92,246,.24)!important;border-radius:22px!important;padding:28px 42px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:28px!important}.newsletter h3{font-size:20px!important;color:#fff!important}.newsletter p{color:#e2e8f0!important}.newsletter-form{display:flex!important;gap:12px!important;min-width:430px!important}.newsletter-form input{height:52px!important;background:rgba(15,23,42,.68)!important;border:1px solid rgba(148,163,184,.22)!important;color:#fff!important}.newsletter-form button{height:52px!important;border-radius:12px!important;background:linear-gradient(135deg,#7c3aed,#9333ea)!important}@media(max-width:1100px){.main-nav{gap:8px!important}.main-nav a,.ath-login-menu summary{font-size:13px!important}.categories-grid,.modern-category-grid,.latest-modern-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:900px){.header-inner{height:68px!important}.mobile-toggle{display:flex!important;order:-1!important}.main-nav{display:none!important}.logo-img{width:38px!important;height:38px!important}.logo-text{font-size:18px!important}.logo .ath-online-box{display:inline-flex!important;font-size:11px!important;padding:5px 8px!important}.hero{min-height:auto!important;padding:56px 0 36px!important;background:radial-gradient(circle at 10% 18%,rgba(124,58,237,.45) 0 9%,transparent 19%),radial-gradient(circle at 92% 22%,rgba(14,165,233,.36) 0 8%,transparent 17%),url('/assets/images/hero-bg.jpg') center/cover no-repeat!important}.hero h1{font-size:36px!important;line-height:1.12!important;max-width:310px!important}.hero p{font-size:14px!important;line-height:1.65!important;max-width:330px!important}.search-box,.hero-search{max-width:100%!important;margin-top:20px!important;border-radius:14px!important}.search-box input,.hero-search input{height:52px!important;font-size:13px!important}.search-box button,.hero-search button{padding:0 18px!important;font-size:13px!important}.hero-stats,.stats{gap:18px!important;justify-content:space-between!important}.stat-number,.stats strong{font-size:20px!important}.stat-label,.stats span{font-size:11px!important}.categories-section .container>.section-header,.categories-section .section-header{padding:26px 18px 6px!important;border-radius:20px 20px 0 0!important}.categories-section .section-header h2,.modern-section-header h2{font-size:24px!important}.categories-grid,.modern-category-grid{grid-template-columns:1fr!important;padding:18px!important;gap:14px!important;border-radius:0 0 20px 20px!important}.cat-card,.category-card{min-height:0!important;display:grid!important;grid-template-columns:74px 1fr!important;text-align:left!important;gap:12px 16px!important;align-items:center!important;padding:18px!important}.cat-icon,.category-icon{grid-row:1/4;width:62px!important;height:62px!important;font-size:28px!important;margin:0!important}.cat-card h3,.category-card h3{font-size:20px!important;margin:0!important}.cat-card p,.category-card p{font-size:13px!important;margin:0!important}.cat-card .btn,.category-card .btn,.cat-card a:last-child,.category-card a:last-child{max-width:100%!important;height:40px!important;margin-top:8px!important;grid-column:2!important}.ath-modern-panel,.latest-panel{padding:18px!important;border-radius:20px!important}.modern-section-header{margin-bottom:18px!important}.view-all-btn{padding:9px 12px!important;font-size:12px!important}.latest-modern-grid{grid-template-columns:1fr!important;gap:14px!important}.latest-modern-card{min-height:0!important;display:grid!important;grid-template-columns:125px 1fr!important;border-radius:14px!important}.latest-modern-img{height:128px!important}.latest-modern-body{padding:10px 12px!important}.modern-tag{font-size:9px!important;padding:4px 7px!important;margin-bottom:7px!important}.latest-modern-body h3{font-size:13px!important;margin-bottom:6px!important}.latest-modern-body p{display:none!important}.latest-modern-meta{font-size:10px!important;display:block!important}.newsletter{display:block!important;padding:22px!important;text-align:left!important}.newsletter-form{min-width:0!important;display:block!important}.newsletter-form input{width:100%!important;margin:12px 0!important}.newsletter-form button{width:100%!important}}@media(max-width:520px){.container{padding:0 14px!important}.logo .ath-online-box{font-size:10px!important}.latest-modern-card{grid-template-columns:105px 1fr!important}.latest-modern-img{height:116px!important}}body{background:#020817!important;color:#f8fafc!important}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle at 10% 12%,rgba(124,58,237,.18),transparent 22%),radial-gradient(circle at 90% 12%,rgba(14,165,233,.15),transparent 25%),linear-gradient(180deg,#020617,#06111f 50%,#020817);z-index:-2}.site-header{background:rgba(2,8,23,.95)!important;border-bottom:1px solid rgba(148,163,184,.18)!important;box-shadow:none!important}.header-inner{height:74px!important;max-width:1200px!important}.logo-img{width:46px!important;height:46px!important;border-radius:14px!important}.logo-text{font-size:24px!important;font-weight:950!important;color:#fff!important}.logo .ath-online-box{background:rgba(3,12,28,.88)!important;color:#fff!important;border:1px solid rgba(148,163,184,.3)!important}.main-nav{gap:20px!important}.main-nav a,.ath-login-menu summary{color:#fff!important;font-size:14px!important;font-weight:900!important;background:transparent!important;padding:8px 4px!important}.main-nav a:hover,.main-nav a.active{color:#a855f7!important}.ath-lang-btn{background:rgba(3,12,28,.85)!important;border:1px solid rgba(139,92,246,.55)!important;color:#fff!important;padding:10px 16px!important}.athx-hero{position:relative;min-height:545px;overflow:hidden;display:flex;align-items:center;border-bottom:0!important}.athx-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 14% 36%,rgba(124,58,237,.58) 0 7%,transparent 16%),radial-gradient(circle at 86% 34%,rgba(14,165,233,.48) 0 7%,transparent 16%),linear-gradient(180deg,rgba(2,8,23,.08),rgba(2,8,23,.35) 70%,#020817),url('/assets/images/hero-bg.jpg') center/cover no-repeat;opacity:.98}.athx-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,8,23,.05),rgba(2,8,23,.30),#020817 96%)}.athx-hero-inner{position:relative;z-index:2;text-align:center;padding:42px 24px 48px!important}.athx-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;margin-bottom:28px;border-radius:999px;background:rgba(20,16,50,.72);border:1px solid rgba(139,92,246,.42);color:#a78bfa;font-weight:900;box-shadow:0 0 35px rgba(139,92,246,.12)}.athx-hero h1{margin:0 auto 18px!important;max-width:740px;color:#fff!important;font-size:clamp(46px,6vw,70px)!important;line-height:1.08!important;letter-spacing:-.055em!important;font-weight:950!important;text-shadow:0 10px 35px rgba(0,0,0,.55)}.athx-hero h1 span{color:transparent!important;background:linear-gradient(135deg,#7c3aed,#a78bfa,#ffffff);-webkit-background-clip:text;background-clip:text}.athx-hero p{color:#dbeafe!important;font-size:18px!important;line-height:1.7!important;margin:0 auto 26px!important}.athx-search{max-width:585px;margin:0 auto 24px;display:flex;align-items:center;background:rgba(6,15,31,.86);border:1px solid rgba(148,163,184,.34);border-radius:18px;padding:7px;box-shadow:0 20px 60px rgba(0,0,0,.25)}.athx-search input{flex:1;height:52px;background:transparent!important;border:0!important;outline:0!important;color:#e2e8f0!important;padding:0 18px!important;font-size:15px}.athx-search button{height:52px;border:0;border-radius:14px;padding:0 32px;color:#fff;font-weight:950;background:linear-gradient(135deg,#7c3aed,#9333ea);box-shadow:0 12px 35px rgba(124,58,237,.34)}.athx-stats{display:flex;justify-content:center;gap:76px;margin-top:22px}.athx-stats div{display:grid;gap:4px}.athx-stats strong{color:#fff;font-size:28px;line-height:1;font-weight:950}.athx-stats span{color:#cbd5e1;font-size:14px}.athx-section{padding:10px 0 20px!important}.athx-panel{max-width:1200px;margin:0 auto;background:rgba(8,18,35,.72);border:1px solid rgba(148,163,184,.16);border-radius:26px;padding:34px 32px;box-shadow:0 20px 80px rgba(0,0,0,.28)}.athx-section-title.center{text-align:center;margin-bottom:26px}.athx-section-title h2{margin:0 0 8px!important;color:#fff!important;font-size:30px!important;font-weight:950!important;letter-spacing:-.03em!important}.athx-section-title p{margin:0!important;color:#cbd5e1!important;font-size:15px!important}.athx-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.athx-cat{display:flex;min-height:280px;flex-direction:column;align-items:center;text-align:center;justify-content:center;padding:28px 24px;border-radius:16px;background:linear-gradient(180deg,rgba(15,23,42,.78),rgba(2,8,23,.84));border:1px solid rgba(148,163,184,.24);text-decoration:none!important;color:#fff!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 45px rgba(0,0,0,.18)}.athx-cat.purple{border-color:rgba(139,92,246,.58);background:linear-gradient(145deg,rgba(45,24,97,.45),rgba(5,12,28,.88))}.athx-cat.green{border-color:rgba(34,197,94,.45);background:linear-gradient(145deg,rgba(5,70,50,.34),rgba(5,12,28,.88))}.athx-cat.blue{border-color:rgba(59,130,246,.45);background:linear-gradient(145deg,rgba(15,45,94,.36),rgba(5,12,28,.88))}.athx-cat.pink{border-color:rgba(236,72,153,.45);background:linear-gradient(145deg,rgba(93,22,55,.34),rgba(5,12,28,.88))}.athx-icon{width:76px;height:76px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:35px;margin:0 0 20px;border:1px solid currentColor;background:rgba(139,92,246,.16);box-shadow:0 0 35px rgba(139,92,246,.15)}.athx-cat.purple .athx-icon,.athx-cat.purple span{color:#a855f7}.athx-cat.green .athx-icon,.athx-cat.green span{color:#22c55e}.athx-cat.blue .athx-icon,.athx-cat.blue span{color:#38bdf8}.athx-cat.pink .athx-icon,.athx-cat.pink span{color:#ec4899}.athx-cat h3{color:#fff!important;font-size:24px!important;margin:0 0 12px!important;font-weight:950!important}.athx-cat p{color:#dbeafe!important;font-size:15px!important;line-height:1.65!important;margin:0 0 22px!important}.athx-cat span{width:100%;max-width:200px;height:46px;display:flex;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:12px;font-weight:950}.athx-section-title.row{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.athx-view{padding:12px 20px;border-radius:16px;border:1px solid rgba(139,92,246,.35);color:#a78bfa!important;background:rgba(15,23,42,.48);font-weight:950}.athx-article-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.athx-post{min-height:430px;overflow:hidden;background:linear-gradient(180deg,rgba(15,23,42,.9),rgba(6,15,31,.96));border:1px solid rgba(148,163,184,.22);border-radius:16px;box-shadow:0 18px 45px rgba(0,0,0,.20)}.athx-post-img{height:180px;display:block;overflow:hidden}.athx-post-img img{width:100%;height:100%;object-fit:cover}.athx-post-body{padding:18px}.athx-tag{display:inline-flex;border-radius:999px;padding:6px 10px;background:rgba(139,92,246,.25);color:#c4b5fd;font-size:11px;font-weight:950;margin-bottom:12px}.athx-tag.make-money-online{background:rgba(34,197,94,.18);color:#4ade80}.athx-tag.email-marketing{background:rgba(59,130,246,.20);color:#60a5fa}.athx-tag.seo-tutorials{background:rgba(236,72,153,.20);color:#f472b6}.athx-post h3{font-size:18px!important;line-height:1.35!important;margin:0 0 12px!important}.athx-post h3 a{color:#fff!important}.athx-post p{color:#cbd5e1!important;font-size:14px!important;line-height:1.65!important;margin:0 0 18px!important}.athx-meta{display:flex;justify-content:space-between;gap:10px;color:#94a3b8;font-size:12px}.athx-newsletter{display:flex;align-items:center;gap:26px;padding:28px 42px;border-radius:22px;background:linear-gradient(135deg,rgba(45,24,97,.48),rgba(15,23,42,.88));border:1px solid rgba(139,92,246,.24)}.athx-mail-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:28px;color:#c4b5fd;background:linear-gradient(135deg,#4c1d95,#7c3aed)}.athx-news-text{color:#fff;font-size:18px;line-height:1.45}.athx-news-form{margin-left:auto;display:flex;gap:12px;min-width:520px}.athx-news-form input{flex:1;height:52px;border-radius:12px;background:rgba(15,23,42,.68);border:1px solid rgba(148,163,184,.22);color:#fff;padding:0 18px}.athx-news-form button{height:52px;border:0;border-radius:12px;padding:0 34px;color:#fff;font-weight:950;background:linear-gradient(135deg,#7c3aed,#9333ea)}@media(max-width:1100px){.main-nav{gap:10px!important}.athx-category-grid,.athx-article-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.mobile-toggle{display:flex!important;order:-1}.main-nav{display:none!important}.header-inner{height:68px!important}.logo-text{font-size:18px!important}.logo-img{width:38px!important;height:38px!important}.logo .ath-online-box{display:inline-flex!important;font-size:11px!important;padding:5px 8px!important}.athx-hero{min-height:auto}.athx-hero-inner{padding:42px 14px 32px!important}.athx-hero h1{font-size:36px!important;max-width:320px}.athx-hero p{font-size:14px!important}.athx-search{border-radius:14px}.athx-search input{height:48px;font-size:13px}.athx-search button{height:48px;padding:0 18px}.athx-stats{gap:16px;justify-content:space-between}.athx-stats strong{font-size:20px}.athx-stats span{font-size:11px}.athx-panel{padding:18px;border-radius:20px}.athx-section-title h2{font-size:24px!important}.athx-category-grid{grid-template-columns:1fr;gap:14px}.athx-cat{min-height:0;display:grid;grid-template-columns:70px 1fr;text-align:left;gap:8px 14px;padding:18px}.athx-icon{grid-row:1/4;width:62px;height:62px;font-size:28px;margin:0}.athx-cat h3{font-size:20px!important;margin:0!important}.athx-cat p{font-size:13px!important;margin:0!important}.athx-cat span{grid-column:2;height:40px;max-width:none;margin-top:4px}.athx-section-title.row{align-items:flex-start;gap:10px}.athx-view{font-size:12px;padding:9px 12px;white-space:nowrap}.athx-article-grid{grid-template-columns:1fr;gap:14px}.athx-post{min-height:0;display:grid;grid-template-columns:118px 1fr}.athx-post-img{height:118px}.athx-post-body{padding:10px 12px}.athx-tag{font-size:9px;padding:4px 7px;margin-bottom:7px}.athx-post h3{font-size:13px!important;margin-bottom:6px!important}.athx-post p{display:none}.athx-meta{display:block;font-size:10px}.athx-newsletter{display:block;padding:22px}.athx-mail-icon{margin-bottom:14px}.athx-news-form{min-width:0;margin:16px 0 0;display:block}.athx-news-form input{width:100%;margin-bottom:12px}.athx-news-form button{width:100%}}@media(max-width:520px){.container{padding-left:14px!important;padding-right:14px!important}.athx-post{grid-template-columns:105px 1fr}}:root{--ath-pro-bg:#050816;--ath-pro-surface:#0b1224;--ath-pro-card:#101a33;--ath-pro-line:rgba(148,163,184,.18);--ath-pro-text:#f8fafc;--ath-pro-muted:#aab7cc;--ath-pro-blue:#38bdf8;--ath-pro-purple:#8b5cf6;--ath-pro-green:#22c55e;--ath-pro-pink:#ec4899}html,body{max-width:100%;overflow-x:hidden!important;background:radial-gradient(circle at 12% 0%,rgba(139,92,246,.20),transparent 28%),radial-gradient(circle at 88% 10%,rgba(56,189,248,.12),transparent 30%),var(--ath-pro-bg)!important;color:var(--ath-pro-muted)!important}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 70%);z-index:-1}.container{width:min(1220px,100%);padding-left:22px!important;padding-right:22px!important}.site-header{background:rgba(5,8,22,.82)!important;border-bottom:1px solid rgba(148,163,184,.16)!important;box-shadow:0 18px 60px rgba(0,0,0,.24)!important}.header-inner{height:76px!important}.logo-text{font-size:22px!important;letter-spacing:-.04em!important;white-space:nowrap!important}.main-nav{gap:8px!important}.main-nav>a,.ath-login-menu summary{font-size:13px!important;font-weight:850!important;color:#dbeafe!important;padding:10px 10px!important;border-radius:12px!important}.main-nav>a:hover,.main-nav>a.active{color:#fff!important;background:rgba(139,92,246,.18)!important}.ath-lang-btn{height:40px!important;border-radius:999px!important;background:rgba(15,23,42,.78)!important;border:1px solid rgba(139,92,246,.36)!important;color:#fff!important;font-weight:900!important}.athx-hero{min-height:620px!important;background:#050816!important;border-bottom:1px solid rgba(148,163,184,.1)!important}.athx-hero-bg{background:linear-gradient(180deg,rgba(5,8,22,.10),rgba(5,8,22,.85) 78%,#050816),radial-gradient(circle at 20% 24%,rgba(139,92,246,.64),transparent 28%),radial-gradient(circle at 82% 26%,rgba(56,189,248,.35),transparent 28%),url('/assets/images/hero-bg.webp') center/cover no-repeat!important}.athx-hero-inner{padding-top:82px!important;padding-bottom:72px!important}.athx-badge{background:rgba(139,92,246,.14)!important;border:1px solid rgba(167,139,250,.35)!important;color:#ddd6fe!important;letter-spacing:.02em!important}.athx-hero h1{max-width:890px!important;font-size:clamp(42px,7vw,82px)!important;line-height:.98!important;letter-spacing:-.075em!important}.athx-hero p{max-width:760px!important;font-size:19px!important;color:#dbeafe!important}.athx-search{max-width:680px!important;border-radius:22px!important;border:1px solid rgba(226,232,240,.20)!important;background:rgba(8,13,30,.82)!important;box-shadow:0 25px 80px rgba(0,0,0,.38)!important}.athx-search input{height:58px!important;font-size:16px!important}.athx-search button,.athx-news-form button{background:linear-gradient(135deg,#7c3aed,#2563eb)!important;box-shadow:0 16px 38px rgba(37,99,235,.24)!important}.athx-stats{max-width:650px;margin:32px auto 0!important;padding:18px 22px;border:1px solid rgba(148,163,184,.16);border-radius:22px;background:rgba(15,23,42,.40);backdrop-filter:blur(18px)}.athx-section{padding:30px 0!important}.athx-panel{background:linear-gradient(180deg,rgba(15,23,42,.82),rgba(8,13,30,.82))!important;border:1px solid rgba(148,163,184,.18)!important;border-radius:30px!important;box-shadow:0 24px 90px rgba(0,0,0,.26)!important}.athx-section-title h2{font-size:34px!important}.athx-category-grid{gap:18px!important}.athx-cat{position:relative;overflow:hidden;border-radius:24px!important;min-height:250px!important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important}.athx-cat:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.12),transparent 42%);opacity:.65}.athx-cat>*{position:relative}.athx-cat:hover{transform:translateY(-6px)!important;box-shadow:0 26px 70px rgba(0,0,0,.34)!important}.athx-icon{border:0!important;background:rgba(255,255,255,.08)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 40px rgba(0,0,0,.24)!important}.athx-article-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.athx-post{border-radius:24px!important;min-height:480px!important;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease!important}.athx-post:hover{transform:translateY(-6px);border-color:rgba(139,92,246,.42)!important;box-shadow:0 26px 80px rgba(0,0,0,.30)!important}.athx-post-img{height:210px!important}.athx-post-body{padding:22px!important}.athx-post h3{font-size:20px!important;letter-spacing:-.025em!important}.athx-post p{font-size:14.5px!important;color:#b8c3d8!important}.athx-newsletter{border-radius:30px!important;background:linear-gradient(135deg,rgba(124,58,237,.38),rgba(37,99,235,.18),rgba(15,23,42,.86))!important;border:1px solid rgba(167,139,250,.24)!important;box-shadow:0 22px 80px rgba(0,0,0,.25)!important}.article-detail{padding-top:38px!important}.breadcrumb{background:rgba(15,23,42,.55);border:1px solid rgba(148,163,184,.14);border-radius:16px;padding:12px 14px;margin-bottom:22px!important}.article-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 330px!important;gap:28px!important;align-items:start!important}.article-main{min-width:0!important;background:linear-gradient(180deg,rgba(15,23,42,.86),rgba(8,13,30,.92))!important;border:1px solid rgba(148,163,184,.16)!important;border-radius:30px!important;padding:34px!important;box-shadow:0 24px 90px rgba(0,0,0,.22)!important}.article-main h1{font-size:clamp(32px,4.7vw,58px)!important;line-height:1.05!important;letter-spacing:-.055em!important;color:#fff!important;margin:16px 0 16px!important;max-width:940px!important}.article-meta{display:flex;flex-wrap:wrap;gap:10px!important;margin-bottom:20px!important}.article-meta span{background:rgba(148,163,184,.10);border:1px solid rgba(148,163,184,.14);border-radius:999px;padding:7px 11px;color:#cbd5e1!important;font-size:13px!important}.share-buttons{gap:10px!important;flex-wrap:wrap!important}.share-btn{border-radius:999px!important;padding:10px 15px!important;font-weight:850!important}.article-body{font-size:18px!important;line-height:1.85!important;color:#d7e2f3!important}.article-body h2,.article-body h3{color:#fff!important;letter-spacing:-.035em!important}.article-body h2{font-size:34px!important;margin-top:36px!important}.article-body h3{font-size:25px!important;margin-top:28px!important}.article-body p{margin:0 0 18px!important}.article-body a{font-weight:800;text-decoration:underline;text-underline-offset:3px}.article-body img{border-radius:22px!important;border:1px solid rgba(148,163,184,.16);box-shadow:0 22px 60px rgba(0,0,0,.22)}.article-body ul,.article-body ol{padding-left:26px!important;margin-bottom:20px!important}.article-body li{margin-bottom:10px!important}.article-smartlink-card,.ad-slot{max-width:100%;overflow:hidden;border-radius:22px!important}.sidebar{min-width:0!important;position:sticky!important;top:96px!important;align-self:start!important}.sidebar-section{background:linear-gradient(180deg,rgba(15,23,42,.86),rgba(8,13,30,.94))!important;border:1px solid rgba(148,163,184,.16)!important;border-radius:24px!important;padding:22px!important;margin-bottom:18px!important;box-shadow:0 18px 60px rgba(0,0,0,.20)!important}.sidebar-section h3{font-size:18px!important;color:#fff!important;margin-bottom:14px!important;letter-spacing:-.025em}.sidebar-article{display:block!important;padding:14px 0!important;border-bottom:1px solid rgba(148,163,184,.12)!important}.sidebar-article h4{font-size:14.5px!important;line-height:1.45!important;color:#e2e8f0!important}.sidebar-cat-list li a{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:12px 0!important;color:#dbeafe!important;border-bottom:1px solid rgba(148,163,184,.10)!important}.count-badge{background:rgba(139,92,246,.18)!important;color:#ddd6fe!important;border:1px solid rgba(139,92,246,.28)!important}.newsletter-form input,.ath-form input,.ath-form textarea{background:rgba(2,6,23,.72)!important;color:#fff!important;border:1px solid rgba(148,163,184,.22)!important}.newsletter-form button,.ath-form button{background:linear-gradient(135deg,#7c3aed,#2563eb)!important;border-radius:14px!important}.ath-comments{background:rgba(2,6,23,.28);border:1px solid rgba(148,163,184,.14);border-radius:24px;padding:24px}.ath-comment{background:rgba(15,23,42,.78)!important;border-color:rgba(148,163,184,.14)!important;color:#dbeafe!important}.tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.tag-pill{border-radius:999px!important;background:rgba(139,92,246,.16)!important;border:1px solid rgba(139,92,246,.26)!important;color:#ddd6fe!important;padding:8px 12px!important}.category-header,.search-header{background:linear-gradient(135deg,rgba(124,58,237,.28),rgba(37,99,235,.14))!important;border:1px solid rgba(148,163,184,.16)!important;border-radius:30px!important;padding:42px 30px!important;margin:30px 0!important}.article-grid,.category-grid,.search-results{gap:22px!important}.article-card,.cat-card{border-radius:24px!important;background:linear-gradient(180deg,rgba(15,23,42,.86),rgba(8,13,30,.94))!important;border:1px solid rgba(148,163,184,.16)!important}.card-image{height:210px!important}.card-content h3{font-size:19px!important}.card-content{padding:22px!important}.footer,.site-footer{background:#030712!important;border-top:1px solid rgba(148,163,184,.14)!important}@media(max-width:1180px){.main-nav{gap:2px!important}.main-nav>a,.ath-login-menu summary{padding:9px 7px!important;font-size:12px!important}.article-layout{grid-template-columns:minmax(0,1fr) 300px!important;gap:22px!important}.athx-article-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media(max-width:900px){.container{padding-left:15px!important;padding-right:15px!important}.header-inner{height:68px!important;justify-content:flex-start!important;gap:12px!important}.mobile-toggle{display:flex!important;order:0!important}.logo{min-width:0!important}.logo-text{font-size:17px!important;max-width:170px;overflow:hidden;text-overflow:ellipsis}.main-nav{display:none!important}.mobile-overlay{background:rgba(3,7,18,.98)!important}.mobile-nav{max-width:420px!important}.mobile-nav a{background:rgba(15,23,42,.70);border:1px solid rgba(148,163,184,.12);margin-bottom:8px;color:#fff!important;font-weight:850!important}.athx-hero{min-height:auto!important}.athx-hero-inner{padding:48px 15px 40px!important}.athx-hero h1{font-size:40px!important;max-width:390px!important}.athx-hero p{font-size:15px!important}.athx-search{display:grid!important;grid-template-columns:1fr!important;padding:9px!important}.athx-search button{width:100%!important}.athx-stats{gap:10px!important;padding:14px!important}.athx-stats strong{font-size:22px!important}.athx-stats span{font-size:11px!important}.athx-panel{padding:20px!important;border-radius:24px!important}.athx-category-grid{grid-template-columns:1fr!important}.athx-cat{display:grid!important;grid-template-columns:68px 1fr!important;min-height:0!important;text-align:left!important;align-items:center!important;padding:18px!important}.athx-icon{grid-row:1/4!important;width:58px!important;height:58px!important;font-size:26px!important}.athx-article-grid{grid-template-columns:1fr!important}.athx-post{display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;min-height:0!important;border-radius:18px!important}.athx-post-img{height:100%!important;min-height:128px!important}.athx-post-body{padding:13px!important}.athx-post h3{font-size:14.5px!important;line-height:1.35!important}.athx-post p{display:none!important}.athx-meta{font-size:10.5px!important;display:block!important}.athx-newsletter{display:block!important;padding:22px!important}.athx-news-form{display:grid!important;min-width:0!important;margin:16px 0 0!important}.athx-news-form input,.athx-news-form button{width:100%!important}.article-layout{display:block!important}.article-main{padding:22px!important;border-radius:24px!important}.article-main h1{font-size:34px!important;letter-spacing:-.045em!important}.article-body{font-size:16px!important;line-height:1.78!important}.article-body h2{font-size:26px!important}.article-body h3{font-size:22px!important}.sidebar{position:static!important;margin-top:20px!important}.sidebar-section{border-radius:22px!important}.share-buttons{display:grid!important;grid-template-columns:1fr 1fr!important}.share-btn{text-align:center!important}.ath-comments{padding:18px!important}.ath-form div[style*="grid-template-columns"]{grid-template-columns:1fr!important}.article-grid,.cat-grid{grid-template-columns:1fr!important}.article-card.featured{grid-column:auto!important;display:flex!important}.card-image{height:190px!important}}@media(max-width:520px){.logo .ath-online-box{display:none!important}.athx-hero h1{font-size:34px!important}.athx-badge{font-size:12px!important;padding:8px 13px!important}.athx-section-title h2{font-size:25px!important}.athx-post{grid-template-columns:104px minmax(0,1fr)!important}.athx-post-img{min-height:116px!important}.athx-tag{font-size:9px!important}.article-main{padding:18px!important}.article-main h1{font-size:30px!important}.share-buttons{grid-template-columns:1fr!important}.breadcrumb{font-size:12px!important}.article-meta span{font-size:12px!important}.athx-stats{grid-template-columns:repeat(3,1fr);display:grid!important;text-align:center!important}}body{background:#050b18!important;color:#d8e3f7!important;overflow-x:hidden!important}.site-header{background:rgba(3,8,20,.94)!important;border-bottom:1px solid rgba(148,163,184,.13)!important}.container{max-width:1180px!important}.article-detail{padding:28px 0 60px!important}.article-detail>.container{max-width:1180px!important;margin:0 auto!important}.breadcrumb{max-width:1180px!important;margin:0 auto 22px!important;background:transparent!important;border:0!important;padding:10px 0!important;color:#d7e4ff!important;font-weight:800!important}.breadcrumb a,.breadcrumb span{font-size:13px!important}.article-layout{width:100%!important;max-width:1180px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,735px) 375px!important;gap:24px!important;align-items:start!important}.article-main{width:100%!important;max-width:735px!important;min-width:0!important;background:linear-gradient(180deg,rgba(7,14,31,.96),rgba(5,11,25,.98))!important;border:1px solid rgba(148,163,184,.17)!important;border-radius:12px!important;padding:48px 32px 38px!important;box-shadow:none!important;overflow:hidden!important}.article-main h1{font-size:clamp(38px,3.45vw,52px)!important;line-height:1.22!important;letter-spacing:-.05em!important;color:#fff!important;text-shadow:3px 3px 0 rgba(245,158,11,.28),5px 5px 0 rgba(37,99,235,.20)!important;margin:0 0 24px!important;max-width:100%!important;word-break:normal!important;overflow-wrap:break-word!important}.article-meta{display:flex!important;flex-wrap:wrap!important;gap:13px!important;margin:0 0 26px!important;padding-bottom:24px!important;border-bottom:1px solid rgba(148,163,184,.13)!important}.article-meta span{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;color:#dce9ff!important;font-size:13px!important;font-weight:800!important}.article-meta span:last-child{background:linear-gradient(135deg,#8b5cf6,#5b6cff)!important;color:#fff!important;border-radius:999px!important;padding:4px 12px!important}.article-body{font-size:16px!important;line-height:1.78!important;color:#d8e6ff!important}.article-body p{margin:0 0 20px!important}.article-body h2,.article-body h3{color:#fff!important;text-shadow:2px 2px 0 rgba(245,158,11,.23),4px 4px 0 rgba(37,99,235,.18)!important;letter-spacing:-.04em!important;border-top:1px solid rgba(148,163,184,.14)!important;padding-top:26px!important}.article-body h2{font-size:30px!important;line-height:1.25!important;margin:34px 0 14px!important}.article-body h3{font-size:22px!important;line-height:1.35!important;margin:28px 0 14px!important}.article-body strong{color:#fff!important}.article-body ul,.article-body ol{padding-left:24px!important;margin:0 0 26px!important}.article-body li{margin:8px 0!important}.article-body li::marker{color:#8b5cf6!important}.article-body img{width:100%!important;border-radius:8px!important;border:1px solid rgba(148,163,184,.14)!important;box-shadow:none!important;margin:22px 0!important}.article-body pre,.article-body code{max-width:100%!important;white-space:pre-wrap!important;word-break:break-word!important}.article-body pre{background:#160f36!important;border:1px solid rgba(139,92,246,.28)!important;border-radius:8px!important;padding:16px!important;overflow-x:auto!important}.ad-slot,.article-smartlink-card{display:none!important}.tags{border-top:1px solid rgba(148,163,184,.13)!important;margin-top:28px!important;padding-top:22px!important}.share-buttons{display:none!important}.ath-comments{display:none!important}.sidebar.ath-pro-sidebar{width:100%!important;max-width:375px!important;min-width:0!important;position:sticky!important;top:88px!important}.sidebar-section{background:linear-gradient(180deg,rgba(7,14,31,.96),rgba(5,11,25,.98))!important;border:1px solid rgba(148,163,184,.16)!important;border-radius:10px!important;padding:24px!important;margin:0 0 18px!important;box-shadow:none!important;overflow:hidden!important}.sidebar-section h3{font-size:20px!important;line-height:1!important;color:#fff!important;margin:0 0 20px!important;font-weight:950!important;text-shadow:1.5px 1.5px 0 rgba(245,158,11,.24),3px 3px 0 rgba(37,99,235,.18)!important;position:relative!important}.sidebar-section h3:after{content:"";display:block;width:100%;height:1px;background:rgba(148,163,184,.12);margin-top:14px}.sidebar-section h3:before{content:"";position:absolute;left:0;bottom:-15px;width:42px;height:2px;background:#8b5cf6}.sidebar-cat-list{list-style:none!important;margin:0!important;padding:0!important}.sidebar-cat-list li{margin:0!important}.sidebar-cat-list li a{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:13px 0!important;border-bottom:1px solid rgba(148,163,184,.09)!important;color:#ecf4ff!important;font-size:14px!important;font-weight:900!important}.cat-right{display:flex!important;align-items:center!important;gap:18px!important}.count-badge{min-width:29px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:rgba(139,92,246,.43)!important;border:1px solid rgba(167,139,250,.35)!important;color:#fff!important;border-radius:999px!important;font-size:12px!important;font-weight:900!important}.cat-arrow{color:#8fb5db!important;font-size:21px!important;line-height:1!important}.ath-popular-item{display:grid!important;grid-template-columns:76px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;padding:12px 0!important;border:0!important;color:#fff!important}.ath-popular-item img{width:76px!important;height:56px!important;object-fit:cover!important;border-radius:4px!important;background:#111827!important}.ath-popular-text{display:block!important;min-width:0!important}.ath-popular-text strong{display:block!important;color:#fff!important;font-size:14px!important;line-height:1.38!important;font-weight:950!important;margin:0 0 5px!important}.ath-popular-text small{display:block!important;color:#aebbd1!important;font-size:12px!important;line-height:1.2!important}.ath-view-all{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;margin-top:16px!important;padding:11px 14px!important;border:1px solid rgba(148,163,184,.16)!important;border-radius:8px!important;color:#a78bfa!important;font-size:13px!important;font-weight:900!important}.ath-view-all:hover{border-color:rgba(139,92,246,.45)!important;background:rgba(139,92,246,.08)!important}.newsletter-form,.ath-category-box+.sidebar-section:has(.ad-slot){display:none!important}@media(max-width:1180px){.article-detail>.container{padding-left:18px!important;padding-right:18px!important}.article-layout{grid-template-columns:minmax(0,1fr) 330px!important;gap:20px!important}.article-main{max-width:none!important}.sidebar.ath-pro-sidebar{max-width:330px!important}.article-main h1{font-size:44px!important}}@media(max-width:900px){.article-detail{padding-top:16px!important}.article-layout{display:block!important;max-width:720px!important}.article-main{max-width:100%!important;padding:28px 18px!important;border-radius:12px!important}.article-main h1{font-size:34px!important;line-height:1.18!important}.article-body{font-size:15.5px!important}.sidebar.ath-pro-sidebar{position:static!important;max-width:100%!important;margin-top:18px!important}.sidebar-section{padding:20px!important}.ath-popular-item{grid-template-columns:92px minmax(0,1fr)!important}.ath-popular-item img{width:92px!important;height:66px!important}.breadcrumb{font-size:12px!important;white-space:normal!important}.article-meta{gap:10px!important}.article-meta span{font-size:12px!important}}@media(max-width:520px){.article-detail>.container{padding-left:12px!important;padding-right:12px!important}.article-main{padding:22px 14px!important}.article-main h1{font-size:30px!important}.article-body h2{font-size:25px!important}.article-body h3{font-size:21px!important}.sidebar-section h3{font-size:18px!important}.ath-popular-item{grid-template-columns:84px minmax(0,1fr)!important}.ath-popular-item img{width:84px!important;height:62px!important}.ath-popular-text strong{font-size:13px!important}}html,body{max-width:100%!important;overflow-x:hidden!important;background:#050b18!important;color:#d7e3f7!important}.article-detail{padding:38px 0 70px!important;background:radial-gradient(circle at 30% -10%,rgba(124,92,255,.11),transparent 34%),#050b18!important}.article-detail>.container{width:100%!important;max-width:1240px!important;margin:0 auto!important;padding:0 24px!important}.breadcrumb{max-width:1240px!important;margin:0 auto 24px!important;padding:0!important;background:transparent!important;border:0!important;display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important;color:#adbbd2!important;font-size:13px!important;font-weight:800!important}.breadcrumb a{color:#e9f2ff!important;font-weight:900!important}.breadcrumb .sep{color:#70819a!important}.breadcrumb span[aria-current="page"]{color:#c9d7ec!important}.article-layout{width:100%!important;max-width:1240px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(0,760px) minmax(330px,420px)!important;gap:26px!important;align-items:start!important;justify-content:center!important}.article-main{width:100%!important;max-width:760px!important;min-width:0!important;background:linear-gradient(180deg,rgba(7,14,31,.98),rgba(4,10,24,.98))!important;border:1px solid rgba(148,163,184,.17)!important;border-radius:14px!important;padding:34px 30px 40px!important;box-shadow:0 18px 70px rgba(0,0,0,.18)!important;overflow:hidden!important}.article-main h1{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-size:clamp(42px,3.55vw,56px)!important;line-height:1.16!important;letter-spacing:-.052em!important;margin:0 0 20px!important;color:#fff!important;font-weight:950!important;text-shadow:none!important;max-width:100%!important;word-break:normal!important;overflow-wrap:break-word!important}.article-meta{display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:16px!important;margin:0 0 18px!important;padding:0!important;border:0!important;color:#acbad0!important}.article-meta span{display:inline-flex!important;align-items:center!important;min-height:22px!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;color:#b7c5d9!important;font-size:14px!important;line-height:1!important;font-weight:700!important;text-shadow:none!important}.article-meta span:last-child{background:linear-gradient(135deg,#8158ff,#5b6bff)!important;border:1px solid rgba(255,255,255,.08)!important;color:#fff!important;border-radius:999px!important;padding:5px 12px!important;font-size:12px!important;font-weight:900!important;box-shadow:none!important}.article-hero-image{display:block!important;width:100%!important;margin:18px 0 20px!important;border:0!important;overflow:hidden!important;border-radius:7px!important;background:#07142e!important}.article-hero-image img{display:block!important;width:100%!important;height:auto!important;aspect-ratio:16/6.15!important;object-fit:cover!important;margin:0!important;border:0!important;border-radius:7px!important;box-shadow:none!important}.article-body{font-size:17px!important;line-height:1.8!important;color:#cbd9ed!important}.article-body>p:first-child{margin-top:0!important}.article-body p{margin:0 0 20px!important}.article-body a{color:#a78bfa!important}.article-body strong{color:#fff!important;font-weight:900!important}.article-body h2,.article-body h3{display:flex!important;align-items:center!important;gap:12px!important;color:#fff!important;text-shadow:none!important;letter-spacing:-.035em!important;border-top:1px solid rgba(148,163,184,.16)!important;padding-top:24px!important;margin-top:32px!important;margin-bottom:10px!important;font-weight:950!important}.article-body h2{font-size:30px!important;line-height:1.25!important}.article-body h3{font-size:24px!important;line-height:1.32!important}.article-body h2:before,.article-body h3:before{content:"";display:inline-block;flex:0 0 auto;width:24px;height:24px;border:2px solid #8b5cf6;border-radius:4px;box-shadow:inset 0 0 0 3px rgba(139,92,246,.12)}.article-body ul,.article-body ol{padding-left:24px!important;margin:0 0 26px!important}.article-body li{margin:8px 0!important}.article-body li::marker{color:#8b5cf6!important}.article-body img:not(.article-hero-image img){width:100%!important;max-width:100%!important;border-radius:7px!important;border:1px solid rgba(148,163,184,.13)!important;box-shadow:none!important;margin:20px 0!important}.article-body pre{background:#1a143b!important;border:1px solid rgba(139,92,246,.35)!important;border-radius:8px!important;padding:17px!important;overflow:auto!important;white-space:pre-wrap!important;word-break:break-word!important}.article-body code{white-space:pre-wrap!important;word-break:break-word!important;color:#fff!important}.ad-slot,.article-smartlink-card,.newsletter-form{display:none!important}.tags,.share-buttons,.ath-comments{display:none!important}.sidebar.ath-pro-sidebar{display:block!important;width:100%!important;max-width:420px!important;min-width:0!important;position:sticky!important;top:92px!important;align-self:start!important}.sidebar-section{background:linear-gradient(180deg,rgba(7,14,31,.98),rgba(4,10,24,.98))!important;border:1px solid rgba(148,163,184,.17)!important;border-radius:14px!important;padding:24px 26px!important;margin:0 0 20px!important;box-shadow:0 18px 70px rgba(0,0,0,.14)!important;overflow:hidden!important}.sidebar-section h3{font-size:21px!important;line-height:1.1!important;color:#fff!important;margin:0 0 22px!important;font-weight:950!important;text-shadow:none!important;position:relative!important}.sidebar-section h3:after{content:""!important;display:block!important;width:100%!important;height:1px!important;background:rgba(148,163,184,.15)!important;margin-top:14px!important}.sidebar-section h3:before{content:""!important;position:absolute!important;left:0!important;bottom:-15px!important;width:45px!important;height:2px!important;background:#8b5cf6!important;border-radius:2px!important}.sidebar-cat-list{list-style:none!important;margin:0!important;padding:0!important}.sidebar-cat-list li{margin:0!important}.sidebar-cat-list li a{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:13px 0!important;border-bottom:1px solid rgba(148,163,184,.09)!important;color:#eef5ff!important;font-size:15px!important;line-height:1.2!important;font-weight:850!important}.sidebar-cat-list li:last-child a{border-bottom:0!important}.cat-right{display:flex!important;align-items:center!important;gap:18px!important}.count-badge{min-width:30px!important;height:24px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:rgba(124,92,255,.48)!important;border:1px solid rgba(167,139,250,.35)!important;color:#fff!important;border-radius:999px!important;font-size:12px!important;font-weight:950!important}.cat-arrow{color:#92b9e6!important;font-size:22px!important;line-height:1!important}.ath-popular-item{display:grid!important;grid-template-columns:92px minmax(0,1fr)!important;gap:15px!important;align-items:center!important;padding:12px 0!important;border:0!important;color:#fff!important}.ath-popular-item img{width:92px!important;height:68px!important;object-fit:cover!important;border-radius:6px!important;background:#111827!important}.ath-popular-text{display:block!important;min-width:0!important}.ath-popular-text strong{display:block!important;color:#fff!important;font-size:15px!important;line-height:1.38!important;font-weight:900!important;margin:0 0 6px!important}.ath-popular-text small{display:block!important;color:#9baabe!important;font-size:12px!important;line-height:1.2!important}.ath-view-all{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:100%!important;margin-top:18px!important;padding:11px 14px!important;border:1px solid rgba(148,163,184,.17)!important;border-radius:8px!important;color:#a78bfa!important;background:transparent!important;font-size:13px!important;font-weight:900!important}.ath-view-all:hover{border-color:rgba(139,92,246,.45)!important;background:rgba(139,92,246,.08)!important}.sidebar-section:has(.newsletter-form),.sidebar-section:has(.ad-slot){display:none!important}@media(max-width:1240px){.article-detail>.container{max-width:1120px!important}.article-layout{grid-template-columns:minmax(0,700px) minmax(300px,360px)!important;gap:22px!important}.article-main{max-width:700px!important}.sidebar.ath-pro-sidebar{max-width:360px!important}.article-main h1{font-size:46px!important}.ath-popular-item{grid-template-columns:78px minmax(0,1fr)!important}.ath-popular-item img{width:78px!important;height:58px!important}.ath-popular-text strong{font-size:14px!important}}@media(max-width:980px){.article-detail{padding-top:22px!important}.article-layout{display:block!important;max-width:760px!important}.article-main{max-width:100%!important;padding:30px 20px 34px!important}.article-main h1{font-size:36px!important;line-height:1.16!important}.article-hero-image img{aspect-ratio:16/8!important}.sidebar.ath-pro-sidebar{position:static!important;max-width:100%!important;margin-top:20px!important}.sidebar-section{padding:22px!important}.ath-popular-item{grid-template-columns:96px minmax(0,1fr)!important}.ath-popular-item img{width:96px!important;height:70px!important}.breadcrumb{font-size:12px!important;gap:9px!important}.article-meta span{font-size:12px!important}}@media(max-width:540px){.article-detail>.container{padding:0 12px!important}.article-main{padding:24px 15px 28px!important;border-radius:12px!important}.article-main h1{font-size:30px!important;letter-spacing:-.04em!important}.article-body{font-size:16px!important}.article-body h2{font-size:25px!important}.article-body h3{font-size:21px!important}.article-body h2:before,.article-body h3:before{width:20px;height:20px}.sidebar-section{border-radius:12px!important;padding:20px!important}.sidebar-section h3{font-size:19px!important}.ath-popular-item{grid-template-columns:84px minmax(0,1fr)!important}.ath-popular-item img{width:84px!important;height:62px!important}.ath-popular-text strong{font-size:13px!important}.breadcrumb span[aria-current="page"]{display:none!important}}
/* MOBILE MAXIMUM OPTIMIZATION V6 */
@media(max-width:900px){
html,body{overflow-x:hidden!important;max-width:100%!important;-webkit-text-size-adjust:100%!important;scroll-behavior:auto!important}
body{background:#050b18!important;text-rendering:optimizeSpeed!important}
*,*::before,*::after{animation:none!important;transition:none!important;filter:none!important;text-shadow:none!important;box-shadow:none!important}
.site-header{position:sticky!important;top:0!important;background:#060c19!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;contain:layout paint!important}
.header-inner{height:58px!important;padding-left:12px!important;padding-right:12px!important}
.container{padding-left:14px!important;padding-right:14px!important;max-width:100%!important}
.logo-img{width:34px!important;height:34px!important;border-radius:9px!important}.logo-text{font-size:18px!important}.mobile-toggle{display:flex!important}
.main-nav{display:none!important}.mobile-overlay{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#050b18!important}
.athx-hero-bg,.hero-orb,.hero-grid-3d,.floating-shape,.blob,.glow,.particles{display:none!important;background-image:none!important}
.athx-hero{padding:36px 0 26px!important;min-height:0!important;contain:layout paint!important;background:#050b18!important}.athx-hero h1{font-size:36px!important;line-height:1.08!important;margin-bottom:10px!important}.athx-hero p{font-size:15px!important;line-height:1.55!important;margin-bottom:18px!important}.athx-stats{gap:12px!important;margin-top:18px!important;padding-top:16px!important}.athx-stats strong{font-size:20px!important}.athx-stats span{font-size:11px!important}.athx-search{max-width:100%!important}.athx-search button{padding:11px 16px!important}
.athx-section,.article-detail{padding-top:18px!important;padding-bottom:34px!important}.athx-panel,.article-main,.sidebar-section,.card,.post-card,.athx-cat{border-radius:12px!important;background:#071021!important;border:1px solid rgba(148,163,184,.14)!important;box-shadow:none!important;contain:layout paint!important}
.athx-category-grid,.athx-post-grid,.grid,.article-layout{display:block!important;grid-template-columns:1fr!important}.athx-cat,.post-card,.card{margin-bottom:14px!important}.article-layout{max-width:760px!important;margin:0 auto!important}.sidebar.ath-pro-sidebar{position:static!important;max-width:100%!important;margin-top:16px!important}.article-main{padding:22px 15px 28px!important;max-width:100%!important}.article-main h1{font-size:clamp(30px,9vw,38px)!important;line-height:1.15!important;letter-spacing:-.04em!important}.article-body{font-size:16px!important;line-height:1.72!important}.article-body h2{font-size:25px!important}.article-body h3{font-size:21px!important}.article-body p{margin-bottom:17px!important}.breadcrumb{font-size:12px!important;white-space:normal!important;gap:8px!important;margin-bottom:16px!important}.article-meta{gap:9px!important;flex-wrap:wrap!important}.article-meta span{font-size:12px!important}.article-hero-image{margin:15px 0!important}.article-hero-image img{aspect-ratio:16/8.4!important;object-fit:cover!important}
.sidebar-section{padding:18px!important;margin-bottom:14px!important}.ath-popular-item{grid-template-columns:76px minmax(0,1fr)!important;gap:12px!important;padding:10px 0!important}.ath-popular-item img{width:76px!important;height:56px!important;object-fit:cover!important}.ath-popular-text strong{font-size:13px!important;line-height:1.35!important}.ath-popular-text small{font-size:11px!important}.sidebar-cat-list li a{padding:11px 0!important;font-size:14px!important}.count-badge{min-width:26px!important;height:22px!important;font-size:11px!important}
.ad-slot,.admin-ad-slot,.article-smartlink-card,.newsletter-form,.share-buttons,.tags,.footer-ad-slot{display:none!important;content-visibility:hidden!important}.site-footer{content-visibility:auto!important;contain-intrinsic-size:320px!important}.sidebar{content-visibility:auto!important;contain-intrinsic-size:500px!important}img,video,iframe{max-width:100%!important;height:auto!important}iframe{loading:lazy!important}pre,code{white-space:pre-wrap!important;word-break:break-word!important;overflow-wrap:anywhere!important}.article-body table{display:block!important;overflow-x:auto!important;max-width:100%!important}
}
@media(max-width:520px){.container{padding-left:12px!important;padding-right:12px!important}.article-main h1{font-size:30px!important}.athx-hero h1{font-size:32px!important}.logo .ath-online-box{display:none!important}.athx-stats{display:none!important}.sidebar-section{padding:16px!important}.article-main{padding-left:13px!important;padding-right:13px!important}}


/* V8 FIX: keep article footer features visible on every post */
.article-end-card{display:block!important;margin-top:26px!important;padding:22px!important;border:1px solid rgba(148,163,184,.16)!important;border-radius:14px!important;background:linear-gradient(180deg,rgba(7,14,31,.96),rgba(4,10,24,.98))!important;box-shadow:none!important;content-visibility:visible!important;contain:none!important}.article-end-card h3{margin:0 0 14px!important;color:#fff!important;font-size:20px!important;font-weight:950!important;line-height:1.2!important}.article-tags-card .tags,.article-main .tags{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin:0!important;padding:0!important;content-visibility:visible!important}.article-tags-card .tag-pill,.article-main .tag-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:9px 13px!important;border-radius:999px!important;background:rgba(139,92,246,.16)!important;border:1px solid rgba(167,139,250,.32)!important;color:#ede9fe!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important}.article-share-card .share-buttons,.article-main .share-buttons{display:flex!important;flex-wrap:wrap!important;gap:10px!important;content-visibility:visible!important}.article-share-card .share-btn,.article-main .share-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:10px 15px!important;border-radius:999px!important;color:#fff!important;font-weight:950!important;font-size:13px!important;text-decoration:none!important;border:1px solid rgba(255,255,255,.14)!important;background:linear-gradient(135deg,#4f46e5,#7c3aed)!important}.share-facebook{background:linear-gradient(135deg,#1877f2,#2563eb)!important}.share-twitter{background:linear-gradient(135deg,#111827,#334155)!important}.share-linkedin{background:linear-gradient(135deg,#0a66c2,#2563eb)!important}.share-telegram{background:linear-gradient(135deg,#229ed9,#0ea5e9)!important}.share-whatsapp{background:linear-gradient(135deg,#16a34a,#22c55e)!important}.related-bottom{display:block!important;content-visibility:visible!important}.related-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.related-card{display:grid!important;grid-template-columns:110px minmax(0,1fr)!important;gap:12px!important;align-items:center!important;padding:10px!important;border:1px solid rgba(148,163,184,.12)!important;border-radius:12px!important;background:rgba(15,23,42,.55)!important;color:#fff!important;text-decoration:none!important}.related-card img{width:110px!important;height:72px!important;object-fit:cover!important;border-radius:8px!important}.related-card strong{display:block!important;color:#fff!important;font-size:14px!important;line-height:1.35!important;font-weight:900!important}.related-card small{display:block!important;color:#9ca3af!important;margin-top:5px!important;font-size:12px!important}.ath-comments{display:block!important;content-visibility:auto!important;contain-intrinsic-size:450px!important}@media(max-width:700px){.article-end-card{padding:18px!important;margin-top:20px!important}.article-share-card .share-buttons,.article-main .share-buttons{display:grid!important;grid-template-columns:1fr 1fr!important}.article-share-card .share-btn,.article-main .share-btn{width:100%!important}.related-grid{grid-template-columns:1fr!important}.related-card{grid-template-columns:92px minmax(0,1fr)!important}.related-card img{width:92px!important;height:64px!important}.related-card strong{font-size:13px!important}}

/* Ultra Mobile & Performance Fixes */
html,body{overflow-x:hidden!important;max-width:100%!important;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
*{box-sizing:border-box}
img,iframe,video,table{max-width:100%!important;height:auto!important}
.container,.wrapper,.content,.main-content,.post-content{max-width:100%!important;overflow:hidden}
@media(max-width:768px){
body{font-size:15px!important;line-height:1.6!important}
.sidebar,.ads-sidebar,.right-sidebar{width:100%!important;margin-top:20px!important}
.post-card,.article-card,.category-card{border-radius:18px!important;overflow:hidden!important}
h1{font-size:28px!important;line-height:1.2!important}
h2{font-size:24px!important}
p,li{font-size:15px!important}
}
