*{box-sizing:border-box;margin:0;padding:0}:root{--blue:#0061ff;--cyan:#3de5fe;--navy:#0a1e42;--text:#27272e;--muted:#8f9caf;--light:#ebf5ff;--border:#e2eeff;--radius:16px;--radius-sm:12px;--shadow:0 2px 10px #003cb40f}html{scroll-behavior:smooth;max-width:100vw;overflow-x:clip}body{color:var(--text);background:#f6fafe;max-width:100vw;font-family:Manrope,sans-serif;line-height:1.7;overflow-x:clip}h1,h2,h3,h4{text-wrap:balance;word-break:break-word}p,li{text-wrap:pretty;word-break:break-word}.grad{background:linear-gradient(90deg,var(--blue),var(--cyan));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:0 40px}.eyebrow{letter-spacing:.06em;color:var(--blue);background:#0061ff14;border:1px solid #0061ff2e;border-radius:100px;align-items:center;gap:5px;margin-bottom:14px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.eyebrow-dot{background:var(--blue);opacity:.7;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.hero-section{text-align:center;background:linear-gradient(#ebf5ff 0%,#f6fafe 100%);padding:48px 0 36px}.hero-h1{color:var(--text);margin-bottom:14px;font-size:36px;font-weight:700;line-height:1.2}.hero-sub{color:var(--muted);text-wrap:pretty;max-width:540px;margin:0 auto 28px;font-size:15px;line-height:1.65}.search-wrap{max-width:520px;margin:0 auto;position:relative}.search-wrap input{border:1.5px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:14px;outline:none;padding:14px 52px 14px 20px;font-family:Manrope,sans-serif;font-size:14px;transition:border-color .2s;box-shadow:0 4px 20px #003cb414}.search-wrap input:focus{border-color:var(--blue)}.search-wrap input::placeholder{color:#b0becd}.search-btn{background:linear-gradient(135deg,var(--blue),var(--cyan));cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:right .15s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.search-btn svg{stroke:#fff;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.search-clear-x{cursor:pointer;background:#596c8726;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:background .15s;display:none;position:absolute;top:50%;right:54px;transform:translateY(-50%)}.search-clear-x:hover{background:#596c8747}.search-clear-x svg{stroke:#596c87;fill:none;stroke-width:2.5px;stroke-linecap:round;width:10px;height:10px}.search-wrap.has-text .search-clear-x{display:flex}.search-wrap input{padding-right:88px!important}.filter-section{z-index:90;border-bottom:1px solid var(--border);background:#fff;padding:0;position:sticky;top:64px}.filter-inner{-webkit-overflow-scrolling:touch;scrollbar-width:none;justify-content:center;align-items:center;gap:4px;max-width:1200px;margin:0 auto;padding:0 40px;display:flex;overflow-x:auto}.filter-inner::-webkit-scrollbar{display:none}.filter-btn{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;flex-shrink:0;align-items:center;gap:6px;margin-bottom:0;padding:18px 20px;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.filter-btn svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;width:14px;height:14px}.filter-btn:hover{color:var(--blue);border-bottom-color:#0061ff4d}.filter-btn.active{color:var(--blue);border-bottom-color:var(--blue);background:0 0}.search-result-bar{justify-content:space-between;align-items:center;gap:12px;padding:20px 0 4px;display:none}.search-result-bar.visible{display:flex}.search-result-text{color:var(--muted);font-size:14px}.search-result-text strong{color:var(--text);font-weight:700}.search-clear{border:1.5px solid var(--border);color:var(--muted);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;transition:all .2s;display:inline-flex}.search-clear:hover{color:var(--blue);background:#0061ff0a;border-color:#0061ff4d}.search-clear svg{stroke:currentColor;fill:none;stroke-width:2.5px;stroke-linecap:round;width:12px;height:12px}.no-results{text-align:center;grid-column:1/-1;padding:80px 0;display:none}.no-results.visible{display:block}.no-results-icon{background:#0061ff0f;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 16px;display:flex}.no-results-icon svg{stroke:#0061ff66;fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.no-results h4{color:var(--text);margin-bottom:8px;font-size:16px;font-weight:700}.no-results p{color:var(--muted);margin-bottom:20px;font-size:14px}.post-card.hidden,.featured-card.hidden{display:none}.blog-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:40px;padding:48px 0 80px;display:grid}.featured-card{border:1.5px solid var(--border);height:438px;box-shadow:var(--shadow);cursor:pointer;color:#fff;background:#07101c;border-radius:20px;margin-bottom:32px;text-decoration:none;transition:transform .25s,box-shadow .25s;display:block;position:relative;overflow:hidden}.featured-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #003cb41c}.featured-card:after{content:"";z-index:2;background:linear-gradient(#07101c00 0%,#07101c66 35%,#07101cf2 100%);height:65%;position:absolute;bottom:0;left:0;right:0}.featured-img{z-index:1;background:linear-gradient(135deg,#c8deff 0%,#b8d4ff 50%,#c4e8ff 100%);position:absolute;inset:0;overflow:hidden}.featured-img img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);display:block}.featured-card:hover .featured-img img{transform:scale(1.04)}.featured-body{z-index:3;box-sizing:border-box;flex-direction:column;justify-content:flex-end;align-items:flex-start;height:100%;padding:24px 32px 20px;display:flex;position:relative}.featured-tag{color:#fff;text-transform:uppercase;letter-spacing:.06em;-webkit-backdrop-filter:blur(8px);background:#ffffff29;border:1px solid #ffffff40;border-radius:100px;align-items:center;gap:5px;margin-bottom:10px;padding:4px 12px;font-size:10px;font-weight:700;display:inline-flex}.featured-body h2{color:#fff;text-wrap:wrap;text-shadow:0 2px 4px #0000004d;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:21px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.featured-body p{color:#ffffffd9;text-shadow:0 1px 2px #0003;-webkit-box-orient:vertical;max-width:640px;margin-bottom:14px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden;-webkit-line-clamp:1!important}.featured-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.featured-author-info{align-items:center;gap:12px;display:flex}.featured-avatar{color:#fff;background:#ffffff2e;border:1px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex}.featured-author{color:#fff;font-size:13px;font-weight:600}.featured-date{color:#ffffffa6;font-size:12px}.post-grid{flex-direction:column;gap:20px;display:flex}.post-card{border:1.5px solid var(--border);cursor:pointer;color:inherit;background:#fff;border-radius:16px;flex-direction:row;align-items:stretch;gap:24px;padding:16px;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex}.post-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #003cb41c}.post-thumb{background:linear-gradient(135deg,#bfcfee 0%,#a8bfed 50%,#b0d4f0 100%);border-radius:12px;flex-shrink:0;width:260px;position:relative;overflow:hidden}.post-thumb img{object-fit:cover!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.post-thumb-placeholder{flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;height:100%;display:flex}.post-thumb-placeholder svg{stroke:#0061ff66;fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.post-thumb-placeholder span{color:#0061ff66;letter-spacing:.04em;font-size:11px;font-weight:600}.post-body{flex-direction:column;flex:1;padding:8px 0;display:flex}.post-cat{text-transform:uppercase;letter-spacing:.08em;color:var(--blue);margin-bottom:8px;font-size:11px;font-weight:700}.post-body h3{color:var(--text);-webkit-line-clamp:2;text-wrap:wrap;-webkit-box-orient:vertical;margin-bottom:8px;font-size:14px;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.post-body p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:12px;font-size:13px;line-height:1.65;display:-webkit-box;overflow:hidden}.post-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px;display:flex}.post-date{color:var(--muted);font-size:12px}.post-read-time{color:var(--muted);align-items:center;gap:4px;font-size:12px;display:flex}.load-more-wrap{text-align:center;margin-top:32px}.btn-outline{border:1.5px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:100px;align-items:center;gap:8px;padding:11px 28px;font-family:Manrope,sans-serif;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.btn-outline:hover{color:var(--blue);border-color:#0061ff4d}.pagination-wrap{justify-content:center;align-items:center;gap:24px;margin-top:40px;display:flex}.page-numbers{gap:8px;display:flex}.page-num{border:1.5px solid var(--border);width:40px;height:40px;color:var(--text);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.page-num:hover{color:var(--blue);background:#0061ff0a;border-color:#0061ff4d}.page-num.active{background:var(--blue);color:#fff;border-color:var(--blue)}.sidebar{flex-direction:column;gap:24px;display:flex}.sidebar-card{border:1.5px solid var(--border);background:#fff;border-radius:16px;padding:24px}.sidebar-title{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:12px;font-size:14px;font-weight:700}.cat-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.cat-icon svg{stroke:currentColor;fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:14px;height:14px}.cat-list{flex-direction:column;gap:4px;list-style:none;display:flex}.cat-list li a{color:var(--muted);border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:9px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.cat-list li a .cat-label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.cat-list li a:hover{color:var(--blue);background:#0061ff0f}.cat-list li a.active{color:var(--blue);background:#0061ff14;font-weight:600}.cat-count{background:var(--light);color:var(--blue);border-radius:100px;padding:2px 8px;font-size:11px;font-weight:700}.pop-list{flex-direction:column;gap:16px;display:flex}.pop-item{cursor:pointer;gap:12px;display:flex}.pop-thumb{background:linear-gradient(135deg,#ebf5ff,#dde8ff);border-radius:10px;flex-shrink:0;width:64px;height:52px;overflow:hidden}.pop-thumb img{object-fit:cover;width:100%;height:100%;display:block}.pop-info h4{color:var(--text);margin-bottom:4px;font-size:13px;font-weight:600;line-height:1.4;transition:color .2s}.pop-item:hover .pop-info h4{color:var(--blue)}.pop-info span{color:var(--muted);font-size:11px}.newsletter-card{background:linear-gradient(135deg,var(--blue),var(--cyan));color:#fff;border:none;border-radius:16px;padding:24px}.newsletter-card .sidebar-title{color:#ffffffe6;border-bottom-color:#fff3}.newsletter-card p{color:#ffffffd9;margin-bottom:16px;font-size:13px;line-height:1.6}.newsletter-input{border:none;border-radius:100px;outline:none;width:100%;margin-bottom:10px;padding:10px 18px;font-family:Manrope,sans-serif;font-size:13px}.newsletter-input::placeholder{color:#b0becd}.newsletter-btn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:100px;width:100%;padding:10px;font-family:Manrope,sans-serif;font-size:13px;font-weight:700;transition:background .2s}.newsletter-btn:hover{background:#ffffff4d}.tags-cloud{flex-wrap:wrap;gap:8px;display:flex}.tag-pill{background:var(--light);border:1px solid var(--border);color:var(--muted);cursor:pointer;border-radius:100px;padding:5px 14px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s}.tag-pill:hover{color:var(--blue);background:#0061ff14;border-color:#0061ff33}.rv{opacity:0;transition:opacity .55s cubic-bezier(.22,.8,.32,1),transform .55s cubic-bezier(.22,.8,.32,1);transform:translateY(18px)}.rv.show{opacity:1!important;transform:none!important}.rv.d1{transition-delay:80ms}.rv.d2{transition-delay:.16s}.rv.d3{transition-delay:.24s}@media (max-width:1024px){.blog-layout{grid-template-columns:minmax(0,1fr)}.sidebar{grid-template-columns:1fr 1fr;gap:20px;display:grid}.newsletter-card{order:3;grid-column:1/-1;width:100%;max-width:540px;margin:0 auto}.footer-col{display:none!important}.footer-inner{grid-template-columns:repeat(3,1fr);gap:32px}.footer-brand{grid-column:1/-1}nav{padding:0!important}.nav-inner{position:relative;justify-content:space-between!important;padding:0 16px!important}.nav-logo{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%)translateY(-50%)!important}.nav-links,.nav-cta{display:none!important}.nav-hamburger{cursor:pointer;z-index:100;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;margin-left:auto;padding:8px;position:relative;display:flex!important}.nav-hamburger span{background:#27272e;border-radius:2px;width:22px;height:2px;display:block!important}body.menu-open .nav-hamburger{opacity:0;pointer-events:none}}@media (max-width:860px){.filter-inner{justify-content:flex-start}.sidebar{grid-template-columns:1fr}.sidebar-card{width:100%;max-width:540px;margin-left:auto;margin-right:auto}}body.menu-open{touch-action:none;overflow:hidden}@media (max-width:768px){.container{box-sizing:border-box;max-width:calc(100% - 24px)!important;margin:0 auto!important;padding-left:8px!important;padding-right:8px!important}.eyebrow{margin-bottom:10px;padding:3px 10px;font-size:10px}.hero-section{padding:32px 0 24px}.hero-h1{text-wrap:wrap!important;font-size:24px!important}.hero-sub{max-width:320px;margin:0 auto 18px;font-size:13.5px;line-height:1.55}.search-wrap{max-width:100%}.filter-inner{box-sizing:border-box;max-width:calc(100% - 24px)!important;margin:0 auto!important;padding-left:8px!important;padding-right:8px!important}.filter-btn{gap:5px;padding:10px 12px;font-size:12px}.filter-btn svg{display:none!important}.search-result-bar{flex-wrap:wrap;gap:8px;padding:16px 0 4px}.featured-card{border-radius:16px;height:300px;margin-bottom:24px}.featured-body{justify-content:flex-end;padding:18px 18px 14px}.featured-tag{margin-bottom:8px;padding:3px 10px;font-size:9px}.featured-body h2{-webkit-box-orient:vertical;margin-bottom:6px;line-height:1.35;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2!important;font-size:15.5px!important}.featured-body p{color:#ffffffd9;-webkit-box-orient:vertical;margin-bottom:10px;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden;-webkit-line-clamp:1!important}.featured-meta{gap:6px 10px}.featured-author-info{gap:6px}.featured-avatar{width:26px;height:26px;font-size:10.5px}.featured-author{font-size:12px}.featured-date{font-size:11px}.post-card{border-radius:14px;flex-direction:row;align-items:center;box-shadow:0 3px 12px #003cb40f;border:none!important;gap:12px!important;padding:12px!important}.post-thumb{border-radius:10px;flex-shrink:0;width:105px;height:95px;position:relative}.post-body{padding:2px 0}.post-cat{margin-bottom:3px;font-size:9.5px}.post-body h3{-webkit-line-clamp:2;margin-bottom:4px;font-size:13px!important;font-weight:700!important;line-height:1.35!important}.post-body p{display:none!important}.post-footer{border-top:none;margin-top:auto;padding-top:4px}.post-date,.post-read-time{font-size:10.5px}.blog-layout{gap:24px;padding:24px 0 40px}.sidebar{flex-direction:column;display:flex}.sidebar-card{max-width:100%}.cat-list li a{padding:8px 10px}footer{padding:24px 16px!important}.footer-inner{grid-template-columns:1fr 1fr!important;gap:12px!important}.footer-brand{grid-column:1/-1!important}.footer-desc{white-space:nowrap!important;max-width:100%!important;font-size:13px!important}.footer-col{display:none!important}.footer-bottom{text-align:center!important;flex-direction:column!important;gap:8px!important;padding:16px!important}}@media (max-width:480px){.container,.filter-inner{max-width:calc(100% - 24px)!important;margin:0 auto!important;padding-left:8px!important;padding-right:8px!important}.hero-h1{font-size:21px!important}.hero-section{padding:24px 0 18px}.filter-btn span.label{display:none}.filter-btn{gap:0;padding:10px}.search-result-bar{flex-direction:column;align-items:flex-start}.search-clear{align-self:flex-start}.featured-card{border-radius:16px;height:280px}.featured-body{padding:16px 16px 14px}.featured-body h2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2!important;font-size:14.5px!important}.featured-body p{font-size:11.5px;-webkit-line-clamp:1!important}.post-grid{gap:12px}.post-card{gap:10px!important;padding:10px!important}.post-thumb{width:96px;height:90px}.post-body{padding:0}.post-body h3{-webkit-line-clamp:2;margin-bottom:2px;line-height:1.35;font-size:12.5px!important}.post-date,.post-read-time{font-size:10px}}
