:root{--ink:#122033;--muted:#627084;--line:#e5eaf0;--blue:#0878e3;--navy:#09294a;--wash:#f4f7fa;--white:#fff;--font-sans:"Segoe UI",Arial,sans-serif;--font-mono:"Cascadia Mono",Consolas,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--wash);color:var(--ink);font-family:var(--font-sans)}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.header-inner{min-height:76px;display:flex;align-items:center;gap:36px}.brand{display:flex;align-items:center;gap:11px;margin-right:auto}.brand-mark{display:grid;place-items:center;width:39px;height:39px;border-radius:11px;background:linear-gradient(145deg,#0d91f0,#0562c5);color:#fff;font-weight:800;letter-spacing:-1px}.brand-name{font-weight:700;font-size:18px;letter-spacing:-.5px}.brand-name b{color:var(--blue)}.brand-name b:after{content:" "}.site-header nav{display:flex;gap:28px;color:#425066;font-size:14px;font-weight:600}.site-header nav a:hover{color:var(--blue)}.header-cta{border:1px solid #b9d8f8;color:#076bc8;border-radius:10px;padding:10px 15px;font-size:13px;font-weight:700}.hero{display:grid;grid-template-columns:1.12fr .88fr;gap:52px;align-items:center;padding-block:80px 64px}.eyebrow{margin:0 0 14px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.hero h1{max-width:700px;margin:0;font-weight:750;font-size:clamp(39px,5vw,66px);line-height:1.02;letter-spacing:-.055em}.hero-lead{max-width:620px;margin:24px 0 0;color:var(--muted);font-size:18px;line-height:1.7}.featured-card{position:relative;overflow:hidden;min-height:340px;display:flex;flex-direction:column;justify-content:flex-end;padding:34px;border-radius:24px;color:#fff;background:linear-gradient(145deg,#09294a,#075da9 68%,#0b88df);box-shadow:0 24px 55px rgba(8,64,113,.22)}.featured-card:before{content:"";position:absolute;width:230px;height:230px;top:-70px;right:-45px;border:42px solid rgba(255,255,255,.09);border-radius:50%}.featured-label{position:absolute;top:28px;left:30px;padding:8px 11px;border:1px solid rgba(255,255,255,.3);border-radius:99px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.featured-title{position:relative;font-weight:750;font-size:28px;line-height:1.2;letter-spacing:-.03em}.featured-excerpt{position:relative;margin-top:13px;color:#d9ecff;line-height:1.55;font-size:14px}.featured-link{position:relative;margin-top:20px;font-weight:750;font-size:13px}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:30px;padding-bottom:90px}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.section-heading h2,.side-panel h2{margin:0;font-weight:750;font-size:30px;line-height:1.1;letter-spacing:-.04em}.article-count{color:#8793a3;font-size:13px}.article-list{display:grid;gap:17px}.demo-note{margin:-8px 0 17px;padding:11px 14px;border:1px solid #d5e7f8;border-radius:10px;background:#eef7ff;color:#3976ad;font-size:11px}.article-card{display:grid;grid-template-columns:205px 1fr;min-height:230px;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.article-card:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(22,45,72,.09)}.article-visual{display:grid;place-items:center;position:relative;overflow:hidden}.article-visual:after{content:"";width:130px;height:130px;position:absolute;border:30px solid rgba(255,255,255,.15);border-radius:50%}.article-visual span{position:relative;z-index:1;color:#fff;font:800 30px/1 var(--font-mono);letter-spacing:-.08em}.visual-blue{background:linear-gradient(145deg,#0878e3,#063e7e)}.visual-green{background:linear-gradient(145deg,#10a36f,#075948)}.visual-violet{background:linear-gradient(145deg,#7c5bea,#3d238b)}.visual-orange{background:linear-gradient(145deg,#f59a23,#a94b0d)}.article-body{display:flex;flex-direction:column;padding:24px 26px 21px}.article-meta{display:flex;gap:12px;align-items:center;color:#8a96a5;font-size:11px;font-weight:650;text-transform:uppercase;letter-spacing:.04em}.article-meta a{color:var(--blue)}.article-meta span:before{content:"•";margin-right:12px;color:#c6ced8}.article-body h3{margin:12px 0 9px;font-weight:730;font-size:22px;line-height:1.25;letter-spacing:-.025em}.article-body h3 a:hover{color:var(--blue)}.article-body>p{margin:0;color:var(--muted);line-height:1.58;font-size:14px}.article-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:17px;color:#8c97a5;font-size:12px}.article-footer a{color:var(--blue);font-weight:750}.sidebar{display:grid;gap:18px;position:sticky;top:95px}.search-box,.side-panel,.newsletter{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}.search-box label{display:block;margin-bottom:10px;font-size:12px;font-weight:750}.search-box>div{display:flex;background:#f4f6f9;border:1px solid #e2e7ed;border-radius:10px;overflow:hidden}.search-box input{width:100%;min-width:0;padding:11px 13px;border:0;outline:0;background:transparent;font-size:13px}.search-box button{width:42px;border:0;background:var(--navy);color:#fff;cursor:pointer}.side-kicker{margin:0 0 6px;color:#8995a4;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.side-panel h2{font-size:23px}.category-list{margin-top:16px}.category-list a{display:flex;justify-content:space-between;padding:11px 0;border-bottom:1px solid #edf0f4;color:#46566c;font-size:13px}.category-list a:last-child{border:0}.category-list a:hover span{color:var(--blue)}.category-list b{min-width:26px;padding:3px 7px;border-radius:99px;background:#eef5fc;color:#3976ad;text-align:center;font-size:10px}.newsletter{background:var(--navy);color:#fff}.newsletter-icon{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:#167dd4;font-size:20px}.newsletter h2{margin:18px 0 8px;font-size:20px;line-height:1.25}.newsletter p{margin:0;color:#bed4e7;font-size:13px;line-height:1.55}.newsletter button{width:100%;margin-top:17px;padding:11px;border:0;border-radius:9px;background:#fff;color:var(--navy);font-size:12px;font-weight:800;cursor:pointer}.site-footer{background:#071c31;color:#fff}.footer-inner{min-height:130px;display:flex;align-items:center;gap:35px}.footer-inner div{font-weight:700;font-size:17px}.footer-inner div b{color:#48a7ff}.footer-inner p{margin:0;color:#93a8ba;font-size:12px}.footer-inner p:last-child{margin-left:auto}.empty-state{padding:40px;background:#fff;border-radius:16px;color:var(--muted)}.content-layout{width:min(1180px,calc(100% - 40px));margin:44px auto 90px;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:30px;align-items:start}.post-detail{background:#fff;border:1px solid var(--line);border-radius:22px;padding:55px 64px}.post-detail h1{margin:18px 0 12px;font-size:48px;line-height:1.08;letter-spacing:-.05em}.breadcrumbs,.meta{display:flex;gap:9px;color:#7c899a;font-size:12px}.lead{color:var(--muted);font-size:19px;line-height:1.65}.post-content p{color:#425269;font-size:17px;line-height:1.85}.post-content h2{margin:42px 0 12px;font-size:27px}.post-tags{display:flex;gap:8px;margin-top:35px}.post-tags a{padding:6px 9px;border-radius:7px;background:#eef5fc;color:#3976ad;font-size:11px}@media(max-width:900px){.site-header nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.content-grid,.content-layout{grid-template-columns:1fr}.sidebar{position:static;grid-template-columns:1fr 1fr}.search-box{grid-column:1/-1}.article-card{grid-template-columns:170px 1fr}.footer-inner{flex-wrap:wrap;padding-block:30px}.footer-inner p:last-child{margin-left:0}.post-detail{padding:36px}}@media(max-width:620px){.shell{width:min(100% - 24px,1180px)}.header-inner{min-height:66px}.header-cta{display:none}.hero{padding-block:40px}.hero h1{font-size:40px}.featured-card{min-height:310px;padding:25px}.content-grid{padding-bottom:50px}.article-card{grid-template-columns:1fr}.article-visual{height:160px}.article-body{min-height:270px}.sidebar{grid-template-columns:1fr}.search-box{grid-column:auto}.footer-inner{display:grid;gap:13px}.content-layout{width:min(100% - 24px,1180px);margin-top:30px}.post-detail{padding:34px 23px}.post-detail h1{font-size:36px}}
.pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin:28px 0}.pagination a,.related-posts a{color:#0878e5;font-weight:800;text-decoration:none}.pagination span{color:#64748b}.related-posts{display:grid;gap:10px;margin-top:34px;padding-top:24px;border-top:1px solid #e2e8f0}.related-posts h2{margin:0 0 8px}.post-tags span{display:inline-flex}

.site-header .brand{width:190px;height:48px;background-image:var(--brand-logo);background-position:center;background-size:contain;background-repeat:no-repeat}.site-header .brand-mark,.site-header .brand-name{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.footer-logo{flex:0 0 auto;padding:9px 12px;border-radius:10px;background:#fff}.footer-logo img{display:block;width:180px;height:auto;opacity:.94}.footer-copyright{margin-left:auto!important;text-align:right}.footer-copyright a{color:var(--blue);font-weight:700}.footer-copyright a:hover{text-decoration:underline}@media(max-width:620px){.site-header .brand{width:160px;height:42px}.footer-logo img{width:170px}.footer-copyright{margin-left:0!important;text-align:left;line-height:1.7}}

.mobile-menu-toggle{display:none;width:44px;height:44px;padding:10px;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}.mobile-menu-toggle span{display:block;width:22px;height:2px;margin:4px auto;border-radius:2px;background:var(--navy);transition:transform .2s ease,opacity .2s ease}@media(max-width:900px){.header-inner{position:relative}.mobile-menu-toggle{display:block;flex:0 0 auto}.site-header nav{position:absolute;top:calc(100% + 1px);left:0;right:0;display:none;flex-direction:column;gap:0;padding:10px;background:#fff;border:1px solid var(--line);border-radius:0 0 14px 14px;box-shadow:0 18px 35px rgba(9,41,74,.14)}.site-header.menu-open nav{display:flex}.site-header nav a{padding:13px 14px;border-radius:8px}.site-header nav a:hover{background:#f1f6fb}.menu-open .mobile-menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-open .mobile-menu-toggle span:nth-child(2){opacity:0}.menu-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}}@media(max-width:620px){html,body{max-width:100%;overflow-x:hidden}.header-inner{gap:12px}.site-header .brand{width:148px;margin-right:auto}.hero{gap:28px}.hero-lead{font-size:16px}.featured-title{font-size:24px}.article-body{min-width:0}.article-body h3{overflow-wrap:anywhere}.article-footer{gap:12px}.footer-inner{align-items:start}.footer-copyright span{display:none}.post-content{overflow-wrap:anywhere}.post-content img,.post-detail img{max-width:100%;height:auto}.post-tags{flex-wrap:wrap}}

@media(max-width:900px){.featured-card{min-height:0;padding-top:92px}}
@media(max-width:620px){.hero{padding-block:32px 44px}.hero h1{font-size:34px;line-height:1.08}.featured-card{min-height:0;height:auto;justify-content:flex-start;padding:24px;border-radius:20px}.featured-label{position:relative;top:auto;left:auto;align-self:flex-start;margin:0 0 22px;padding:7px 10px}.featured-title{font-size:22px;line-height:1.25;overflow-wrap:anywhere}.featured-excerpt{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:6;font-size:13px;line-height:1.55}.featured-link{margin-top:18px}.section-heading{align-items:center;gap:12px}.section-heading h2{font-size:27px}.article-count{flex:0 0 auto}.article-body{min-height:0;padding:21px}.article-footer{flex-wrap:wrap}.search-box,.side-panel,.newsletter{padding:18px}}
