:root{--bg:#f5f5f7;--surface:#fff;--text:#1d1d1f;--text-secondary:#6e6e73;--text-tertiary:#86868b;--border:#e8e8ed;--border-light:#f0f0f2;--accent:#0071e3;--accent-hover:#0077ed;--accent-glow:#0071e326;--cat-software:#0071e3;--cat-hardware:#e3503b;--cat-ai:#8b5cf6;--cat-gaming:#059669;--cat-news:#f59e0b;--affiliate:#059669;--affiliate-light:#d1fae5;--header-bg:#ffffffb8;--header-blur:saturate(180%) blur(20px);--max-width:1200px;--radius-sm:8px;--radius:14px;--radius-lg:20px;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 8px 30px #00000014;--shadow-lg:0 20px 60px #0000001a;--font:"Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;--font-display:"Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:var(--font);color:var(--text);background:var(--bg);letter-spacing:-.01em;font-size:17px;line-height:1.65}a{color:var(--accent);text-decoration:none;transition:all .2s}a:hover{color:var(--accent-hover)}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.02em}h1{letter-spacing:-.03em;font-size:2.75rem;font-weight:800;line-height:1.15}h2{margin:2.5rem 0 1rem;font-size:1.75rem;font-weight:700;line-height:1.25}h3{margin:2rem 0 .75rem;font-size:1.3rem;font-weight:650;line-height:1.3}h4{margin:1.5rem 0 .5rem;font-size:1.1rem;font-weight:600}p{margin-bottom:1.35rem}ul,ol{margin:0 0 1.35rem 1.5rem}li{margin-bottom:.35rem}blockquote{border-left:3px solid var(--accent);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:#4a4a52;background:#f5f7fa;margin:2rem 0;padding:1.25rem 1.5rem;font-size:1.05rem;font-style:italic}.page-wrapper{flex-direction:column;min-height:100vh;display:flex}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.main-content{grid-template-columns:1fr 340px;gap:3rem;padding:3rem 0;display:grid}@media (width<=960px){.main-content{grid-template-columns:1fr}h1{font-size:2rem}h2{font-size:1.4rem}}.site-header{z-index:100;background:var(--header-bg);-webkit-backdrop-filter:var(--header-blur);border-bottom:1px solid #0000000f;position:sticky;top:0}.header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;padding:.85rem 1.5rem;display:flex}.site-logo{color:var(--text);letter-spacing:-.03em;white-space:nowrap;font-size:1.5rem;font-weight:800}.site-logo span{color:var(--accent)}.site-nav{align-items:center;gap:.15rem;display:flex}.site-nav a{color:var(--text-secondary);letter-spacing:-.01em;border-radius:999px;padding:.5rem .9rem;font-size:.875rem;font-weight:530;transition:all .2s}.site-nav a:hover,.site-nav a.active{color:var(--text);background:#0000000d}.menu-toggle{cursor:pointer;color:var(--text);background:0 0;border:none;padding:.25rem;font-size:1.5rem;display:none}@media (width<=768px){.menu-toggle{display:block}.site-nav{background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);flex-direction:column;padding:1rem;display:none;position:absolute;top:100%;left:0;right:0}.site-nav.open{display:flex}.site-nav a{border-radius:var(--radius-sm);padding:.75rem 1rem}}.hero-banner{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin:1.5rem 0 2.5rem;position:relative;overflow:hidden}.hero-banner img{object-fit:cover;width:100%;max-height:380px;display:block}.articles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=768px){.articles-grid{grid-template-columns:1fr}}.article-card{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-xs);border:1px solid var(--border-light);flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.article-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.article-card-image{aspect-ratio:16/10;background:#e5e7eb;position:relative;overflow:hidden}.article-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.article-card:hover .article-card-image img{transform:scale(1.04)}.article-card-image .card-category-badge{z-index:2;position:absolute;top:12px;left:12px}.article-card-body{flex-direction:column;flex:1;padding:1.25rem 1.35rem 1.35rem;display:flex}.article-card-category{text-transform:uppercase;letter-spacing:.08em;color:#fff;border-radius:999px;width:fit-content;margin-bottom:.6rem;padding:.3rem .7rem;font-size:.7rem;font-weight:700;line-height:1;display:inline-block}.cat-software{background:var(--cat-software)}.cat-hardware{background:var(--cat-hardware)}.cat-artificial-intelligence{background:var(--cat-ai)}.cat-gaming{background:var(--cat-gaming)}.cat-news{background:var(--cat-news)}.cat-uncategorized{background:#9ca3af}.article-card-title{letter-spacing:-.01em;flex:1;margin-bottom:.5rem;font-size:1.05rem;font-weight:700;line-height:1.3}.article-card-title a{color:var(--text)}.article-card-title a:hover{color:var(--accent)}.article-card-excerpt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.85rem;line-height:1.55;display:-webkit-box;overflow:hidden}.article-card-date{color:var(--text-tertiary);margin-top:auto;font-size:.78rem;font-weight:500}.article-card.featured{flex-direction:row;grid-column:span 2}.article-card.featured .article-card-image{aspect-ratio:auto;flex:0 0 52%;min-height:340px}.article-card.featured .article-card-body{justify-content:center;padding:2rem}.article-card.featured .article-card-title{font-size:1.55rem;line-height:1.2}.article-card.featured .article-card-excerpt{-webkit-line-clamp:5;font-size:.95rem}@media (width<=768px){.article-card.featured{flex-direction:column;grid-column:span 1}.article-card.featured .article-card-image{aspect-ratio:16/10;flex:none;min-height:auto}.article-card.featured .article-card-body{padding:1.25rem 1.35rem 1.35rem}.article-card.featured .article-card-title{font-size:1.15rem}}.hero-featured{grid-template-columns:1.2fr 1fr;gap:1.5rem;margin-bottom:2.5rem;display:grid}.hero-featured .article-card:first-child{grid-row:span 1}.hero-featured .article-card:first-child .article-card-image{min-height:380px}.hero-featured .article-card:first-child .article-card-title{font-size:1.65rem}@media (width<=768px){.hero-featured{grid-template-columns:1fr}.hero-featured .article-card:first-child .article-card-image{min-height:220px}.hero-featured .article-card:first-child .article-card-title{font-size:1.3rem}}.section-title{letter-spacing:-.02em;color:var(--text);align-items:center;gap:.75rem;margin-bottom:1.25rem;font-size:1.25rem;font-weight:700;display:flex}.section-title:after{content:"";background:var(--border);flex:1;height:1px}.article-single{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);max-width:820px;padding:3rem}.article-single h1{margin-bottom:1rem;font-size:2.5rem;line-height:1.15}.article-meta{border-bottom:1px solid var(--border-light);flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.article-meta time{color:var(--text-secondary);font-size:.9rem;font-weight:500}.article-featured-image{border-radius:var(--radius);width:100%;box-shadow:var(--shadow-md);margin-bottom:2.5rem}.article-body{color:#2c2c30;font-size:1.1rem;line-height:1.8}.article-body p{margin-bottom:1.4rem}.article-body img{border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);margin:2rem auto}.article-body a{font-weight:500}.article-body ul,.article-body ol{margin:.5rem 0 1.5rem 1.5rem}.article-body li{margin-bottom:.5rem;line-height:1.65}@media (width<=768px){.article-single{padding:1.5rem}.article-single h1{font-size:1.75rem}.article-body{font-size:1rem}}.affiliate-cta{background:linear-gradient(135deg,#059669,#10b981);border-radius:999px;align-items:center;gap:.5rem;margin:.5rem 0;padding:.85rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #05966940;color:#fff!important;text-decoration:none!important}.affiliate-cta:hover{background:linear-gradient(135deg,#047857,#059669);transform:translateY(-2px);box-shadow:0 8px 24px #05966959;color:#fff!important}.affiliate-cta:after{content:"→";font-size:1.1em;transition:transform .2s}.affiliate-cta:hover:after{transform:translate(3px)}.article-body a[rel=nofollow\ sponsored],.article-body a[href*=metaffiliation],.article-body a[href*=trk\.php],.article-body a[href*=awin1\.com],.article-body a[href*=shareasale],.article-body a[href*=cj\.com]{background:linear-gradient(135deg,#059669,#10b981);border-radius:999px;align-items:center;gap:.4rem;margin:.4rem .2rem;padding:.7rem 1.4rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 3px 12px #05966940;color:#fff!important;text-decoration:none!important}.article-body a[rel=nofollow\ sponsored]:hover,.article-body a[href*=metaffiliation]:hover,.article-body a[href*=trk\.php]:hover,.article-body a[href*=awin1\.com]:hover,.article-body a[href*=shareasale]:hover,.article-body a[href*=cj\.com]:hover{background:linear-gradient(135deg,#047857,#059669);transform:translateY(-2px);box-shadow:0 6px 20px #05966959;color:#fff!important}.affiliate-disclaimer{color:var(--text-tertiary);background:var(--affiliate-light);border-radius:var(--radius-sm);border:1px solid #a7f3d0;margin-top:3rem;padding:1rem 1.25rem;font-size:.8rem;font-style:italic;line-height:1.5}.sidebar{flex-direction:column;gap:1.5rem;display:flex}.sidebar-widget{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-xs);border:1px solid var(--border-light);padding:1.5rem}.sidebar-widget h3{letter-spacing:-.01em;border-bottom:2px solid var(--accent);align-items:center;gap:.5rem;margin:0 0 1.25rem;padding-bottom:.75rem;font-size:1rem;font-weight:700;display:flex}.sidebar-widget h3:before{content:"";background:var(--accent);border-radius:50%;width:8px;height:8px}.sidebar-post{border-bottom:1px solid var(--border-light);gap:.85rem;margin-bottom:1.1rem;padding-bottom:1.1rem;display:flex}.sidebar-post:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sidebar-post-thumb{border-radius:var(--radius-sm);background:#e5e7eb;flex-shrink:0;width:75px;height:58px;overflow:hidden}.sidebar-post-thumb img{object-fit:cover;width:100%;height:100%}.sidebar-post-info{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.sidebar-post-title{letter-spacing:-.01em;font-size:.875rem;font-weight:600;line-height:1.35}.sidebar-post-title a{color:var(--text)}.sidebar-post-title a:hover{color:var(--accent)}.sidebar-post-date{color:var(--text-tertiary);margin-top:.3rem;font-size:.75rem;font-weight:500}.pagination{justify-content:center;gap:.4rem;margin-top:3rem;display:flex}.pagination a,.pagination span{background:var(--surface);border:1px solid var(--border);min-width:40px;height:40px;color:var(--text);border-radius:999px;justify-content:center;align-items:center;font-size:.875rem;font-weight:550;transition:all .2s;display:inline-flex}.pagination a:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.pagination .current{background:var(--text);color:#fff;border-color:var(--text)}.page-static{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);border:1px solid var(--border-light);max-width:800px;margin:2rem auto;padding:3rem}.page-static h1{margin-bottom:1.5rem;font-size:2rem}.page-static h2{font-size:1.35rem}@media (width<=768px){.page-static{margin:1rem auto;padding:1.5rem}}.category-header{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-xs);border:1px solid var(--border-light);margin-bottom:2rem;padding:2rem}.category-header h1{margin-bottom:.5rem;font-size:2rem}.category-header p{color:var(--text-secondary);margin:0}.breadcrumb{color:var(--text-tertiary);margin-bottom:.75rem;font-size:.85rem;font-weight:500}.breadcrumb a{color:var(--text-secondary)}.breadcrumb a:hover{color:var(--accent)}.site-footer{color:#a1a1aa;background:#1d1d1f;margin-top:auto;padding:4rem 0 0}.footer-inner{max-width:var(--max-width);grid-template-columns:1.5fr 1fr 1fr;gap:3rem;margin:0 auto;padding:0 1.5rem;display:grid}.footer-col h4{color:#f5f5f7;letter-spacing:-.01em;margin-bottom:1.25rem;font-size:1rem;font-weight:650}.footer-col a{color:#a1a1aa;padding:.3rem 0;font-size:.875rem;transition:color .2s;display:block}.footer-col a:hover{color:#f5f5f7}.footer-col p{color:#a1a1aa;font-size:.9rem;line-height:1.65}.footer-bottom{text-align:center;color:#71717a;border-top:1px solid #ffffff0f;margin-top:3rem;padding:1.75rem 1.5rem;font-size:.8rem}@media (width<=768px){.footer-inner{grid-template-columns:1fr;gap:2rem}}
