@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:root{--bg: #0f0f0f;--surface: #1a1a1a;--border: #2a2a2a;--accent: #6c63ff;--accent-dim:#4f48c4;--text: #e0e0e0;--text-muted:#888;--text-strong:#fff;--nav-bg: rgba(15, 15, 15, .92);--placeholder-grad: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);--font: "Inter", system-ui, sans-serif;--max-w: 1100px;--radius: 8px}@media (prefers-color-scheme: light){:root{--bg: #ffffff;--surface: #f5f5f5;--border: #e0e0e0;--accent: #5b54e0;--accent-dim:#4840b8;--text: #1a1a1a;--text-muted:#666;--text-strong:#000;--nav-bg: rgba(255, 255, 255, .92);--placeholder-grad: linear-gradient(135deg, #e8e8f0 0%, #d8dce8 50%, #c8d0e0 100%)}}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-dim)}img{display:block;max-width:100%;height:auto}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.site-nav{border-bottom:1px solid var(--border);padding:1rem 0;position:sticky;top:0;background:var(--nav-bg);backdrop-filter:blur(8px);z-index:100}.nav-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.nav-logo{font-weight:700;font-size:1.1rem;color:var(--text);letter-spacing:-.02em}.nav-logo span{color:var(--accent)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-muted);font-size:.9rem;font-weight:500;transition:color .15s}.nav-links a:hover{color:var(--text)}.nav-links a[href="/"]{border-bottom:2px solid;border-image:linear-gradient(to right,#6c63ffb3 25%,#2ecc71b3 25% 50%,#e67e22b3 50% 75%,#e74c3cb3 75%) 1;padding-bottom:.2rem}.nav-links a[href="/categories/tech"]{border-bottom:2px solid rgba(108,99,255,.7);padding-bottom:.2rem}.nav-links a[href="/categories/gaming"]{border-bottom:2px solid rgba(46,204,113,.7);padding-bottom:.2rem}.nav-links a[href="/categories/sports"]{border-bottom:2px solid rgba(230,126,34,.7);padding-bottom:.2rem}.nav-links a[href="/categories/security"]{border-bottom:2px solid rgba(231,76,60,.7);padding-bottom:.2rem}.nav-links a[href="/about"]{border-bottom:2px solid rgba(136,136,136,.5);padding-bottom:.2rem}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:.25rem}.nav-toggle span{display:block;width:22px;height:2px;background:var(--text);margin:4px 0;transition:all .2s}.hero-carousel{position:relative;height:520px;overflow:hidden;background:var(--surface)}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .5s ease;pointer-events:none}.hero-slide.active{opacity:1;pointer-events:auto;z-index:1}.hero-slide-image{width:100%;height:100%;object-fit:cover;opacity:.45}.hero-slide-placeholder{width:100%;height:100%;background:var(--placeholder-grad)}.hero-slide-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,15,15,.95) 0%,rgba(15,15,15,.4) 60%,transparent 100%);display:flex;align-items:flex-end;padding:2.5rem}.hero-category{position:absolute;top:1.25rem;left:1.25rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .75rem;border-radius:4px;color:#fff;background:#6c63ffd9;z-index:2}.hero-category--gaming{background:#2ecc71d9}.hero-category--sports{background:#e67e22d9}.hero-category--security{background:#e74c3cd9}.hero-category--tech{background:#6c63ffd9}.hero-content{max-width:700px}.hero-tags{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.tag{background:var(--accent);color:#fff;font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.hero-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:1.25;letter-spacing:-.02em;margin-bottom:.75rem;color:#fff}.hero-excerpt{color:#ffffffbf;font-size:1rem;margin-bottom:1.25rem;max-width:580px}.hero-meta{display:flex;align-items:center;gap:1rem;font-size:.85rem;color:#ffffff8c}.hero-meta strong{color:#ffffffd9}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:#00000073;color:#fff;border:none;font-size:2rem;width:44px;height:44px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;line-height:1}.hero-arrow:hover{background:#000000b3}.hero-arrow--left{left:1rem}.hero-arrow--right{right:1rem}.hero-dots{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:.4rem;align-items:center}.hero-dot{width:22px;height:22px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.hero-dot:hover circle:last-child{fill:#fffc}.hero-dot.active:hover circle:last-child{opacity:.85}.hero-dot-progress{animation:dot-progress 5s linear forwards}.hero-dot-progress.paused{animation-play-state:paused}@keyframes dot-progress{0%{stroke-dashoffset:56.549}to{stroke-dashoffset:0}}.btn{display:inline-flex;align-items:center;gap:.4rem;background:var(--accent);color:#fff;padding:.6rem 1.25rem;border-radius:var(--radius);font-weight:600;font-size:.9rem;transition:background .15s,transform .1s}.btn:hover{background:var(--accent-dim);color:#fff;transform:translateY(-1px)}.home-grid{display:grid;grid-template-columns:1fr 300px;gap:3rem;padding:3rem 0;align-items:start}.home-main{min-width:0}.home-sidebar{border-left:1px solid var(--border);padding-left:2rem;position:sticky;top:5rem}.sidebar-section{margin-bottom:2rem}.sidebar-cat{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;padding-bottom:.5rem;margin-bottom:.75rem;border-bottom:1px solid var(--border)}.sidebar-cat a{color:var(--accent)}.sidebar-cat a:hover{color:var(--accent-dim)}.sidebar-list{list-style:none}.sidebar-item{display:flex;flex-direction:column;gap:.2rem;padding:.6rem 0;border-bottom:1px solid var(--border)}.sidebar-item:last-child{border-bottom:none}.sidebar-item a{font-size:.875rem;font-weight:500;color:var(--text);line-height:1.35}.sidebar-item a:hover{color:var(--accent)}.sidebar-date{font-size:.75rem;color:var(--text-muted)}.post-list-section{padding:3rem 0}.section-heading{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.post-list{display:flex;flex-direction:column;gap:0}.post-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.post-card{display:flex;flex-direction:column}.post-card-image-link{display:block;border-radius:12px;overflow:hidden;margin-bottom:.75rem}.post-card-thumb{width:100%;aspect-ratio:16 / 10;object-fit:cover;background:var(--surface);display:block;transition:transform .3s ease}.post-card-image-link:hover .post-card-thumb{transform:scale(1.03)}.post-card-thumb-placeholder{width:100%;aspect-ratio:16 / 10;border-radius:12px;background:linear-gradient(135deg,var(--surface),var(--border))}.post-card-title{font-size:1.1rem;font-weight:700;line-height:1.35;color:var(--text);margin-bottom:.3rem;letter-spacing:-.01em}.post-card-title a{color:inherit}.post-card-title a:hover{color:var(--accent)}.post-card-meta{font-size:.85rem;color:var(--text-muted)}.post-card-dot{margin:0 .3rem;opacity:.5}.post-header{position:relative;height:420px;overflow:hidden;background:var(--surface)}.post-header-image{width:100%;height:100%;object-fit:cover;opacity:.4}.post-header-placeholder{width:100%;height:100%;background:var(--placeholder-grad)}.post-header-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,15,15,1) 0%,rgba(15,15,15,.3) 70%,transparent 100%);display:flex;align-items:flex-end;padding:2rem}.post-header-content{max-width:800px}.post-title{font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:#fff;margin-top:.75rem;margin-bottom:.75rem}.post-meta-bar{display:flex;align-items:center;gap:1rem;font-size:.85rem;color:#ffffff80}.post-meta-bar strong{color:#fffc}.post-body{max-width:740px;margin:2.5rem auto;padding:0 1.5rem}.post-body h2{font-size:1.5rem;font-weight:700;margin:2rem 0 .75rem;letter-spacing:-.02em}.post-body h3{font-size:1.2rem;font-weight:600;margin:1.5rem 0 .5rem}.post-body p{margin-bottom:1.25rem;color:var(--text);line-height:1.75}.post-body ul,.post-body ol{margin-bottom:1.25rem;padding-left:1.5rem}.post-body li{margin-bottom:.4rem;line-height:1.7}.post-body strong{color:var(--text-strong);font-weight:600}.post-body a{border-bottom:1px solid var(--accent)}.post-body code{background:var(--surface);border:1px solid var(--border);padding:.1em .4em;border-radius:4px;font-size:.875em;font-family:JetBrains Mono,Fira Code,monospace}.post-body pre{background:var(--surface);border:1px solid var(--border);padding:1.25rem;border-radius:var(--radius);overflow-x:auto;margin-bottom:1.5rem}.post-body pre code{background:none;border:none;padding:0}.post-body figure{margin:2rem 0;text-align:center}.post-body figure img{width:100%;border-radius:6px;display:block}.post-body figcaption{font-size:.7rem;color:var(--text-muted);margin-top:.45rem;font-style:italic;letter-spacing:.03em;opacity:.7}.share-bar{max-width:740px;margin:2.5rem auto 0;padding:0 1.5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.share-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-right:.25rem}.share-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:100px;font-size:.8rem;font-weight:500;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:border-color .15s,color .15s,background .15s;text-decoration:none;font-family:var(--font);line-height:1}.share-btn:hover{color:var(--text);border-color:var(--text-muted)}.share-x:hover{color:#fff;border-color:#000;background:#000}.share-fb:hover{color:#fff;border-color:#1877f2;background:#1877f2}.share-li:hover{color:#fff;border-color:#0a66c2;background:#0a66c2}.share-reddit:hover{color:#fff;border-color:#ff4500;background:#ff4500}.share-copy:hover{color:var(--accent);border-color:var(--accent);background:transparent}.share-float{position:absolute;top:1.25rem;right:1.25rem;z-index:10;display:flex;flex-direction:column;gap:.45rem}.share-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.15);color:#ffffffd9;cursor:pointer;transition:background .15s,transform .12s,border-color .15s,color .15s;text-decoration:none;font-family:var(--font)}.share-icon:hover{background:#000000d1;border-color:#fff6;transform:scale(1.1)}.share-icon.share-copied{background:#10b9814d;border-color:#10b981;color:#10b981}@media (max-width: 640px){.share-float{display:none}}.author-bio{max-width:740px;margin:2rem auto 3rem;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);display:flex;gap:1.25rem;align-items:flex-start}.author-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--border)}.author-avatar-placeholder{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-dim));display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;color:#fff;flex-shrink:0}.author-info-name{font-weight:700;font-size:.95rem;margin-bottom:.25rem}.author-info-bio{font-size:.875rem;color:var(--text-muted);line-height:1.55}.about-page{max-width:700px;margin:4rem auto;padding:0 1.5rem}.about-page h1{font-size:2.2rem;font-weight:700;letter-spacing:-.03em;margin-bottom:1rem}.about-page p{color:var(--text-muted);line-height:1.75;margin-bottom:1.25rem}.about-page h2{font-size:1.3rem;font-weight:600;margin:2rem 0 .75rem}.persona-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-top:1rem}.persona-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem}.persona-card-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;margin-bottom:.75rem;border:2px solid var(--border)}.persona-card-name{font-weight:600;font-size:.95rem;margin-bottom:.2rem}.persona-card-role{font-size:.8rem;color:var(--accent);margin-bottom:.5rem}.persona-card-bio{font-size:.825rem;color:var(--text-muted);line-height:1.5}.nav-dropdown{position:relative}.nav-dropdown ul{display:none;position:absolute;top:calc(100% + .5rem);left:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:160px;padding:.4rem 0;z-index:200}.nav-dropdown:hover ul,.nav-dropdown:focus-within ul{display:block}.nav-dropdown ul li a{display:block;padding:.5rem 1rem;font-size:.85rem;color:var(--text-muted);white-space:nowrap}.nav-dropdown ul li a:hover{color:var(--text);background:var(--border)}.category-page{padding:3rem 0}.category-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.category-eyebrow{display:inline-block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:.5rem}.category-title{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.5rem}.category-description{color:var(--text-muted);font-size:1rem;max-width:600px}.category-empty{padding:4rem 0;text-align:center;color:var(--text-muted)}.site-footer{border-top:1px solid var(--border);padding:2rem 0;text-align:center;font-size:.85rem;color:var(--text-muted)}@media (max-width: 640px){.nav-links{display:none;flex-direction:column;gap:0}.nav-links.open{display:flex;position:absolute;top:100%;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);padding:1rem 1.5rem}.nav-links.open a{padding:.6rem 0;display:block}.nav-toggle{display:block}.hero-carousel{height:400px}.hero-slide-overlay{padding:1.5rem}.hero-arrow{display:none}.hero-dot{width:18px;height:18px}.post-grid{grid-template-columns:1fr}.author-bio{flex-direction:column}.home-grid{grid-template-columns:1fr}.home-sidebar{border-left:none;border-top:1px solid var(--border);padding-left:0;padding-top:2rem;position:static}}
