:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#11213c;background:#f7f9fc;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{width:min(1120px,calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:10;background:#fffffff2;border-bottom:1px solid #dbe4f0;backdrop-filter:blur(12px)}.nav-wrap,.footer-wrap{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{position:relative;font-size:1.24rem;font-weight:850;letter-spacing:-.06em;color:#11213c}.brand span{color:#1666d8}.brand small{display:block;font-size:.54rem;letter-spacing:.16em;text-transform:uppercase;color:#708097;margin-top:-2px}.site-header nav{display:flex;gap:22px;font-size:.9rem;font-weight:700;color:#52627a}.site-header nav a:hover{color:#1666d8}.hero{overflow:hidden;padding:78px 0 72px;background:radial-gradient(circle at 85% 0,#dcedff 0,transparent 23rem),#fff;border-bottom:1px solid #dbe4f0}.hero.compact{padding:52px 0}.eyebrow,.section-label{margin:0;color:#1666d8;text-transform:uppercase;font-size:.75rem;letter-spacing:.16em;font-weight:800}.hero-row{display:flex;justify-content:space-between;align-items:end;gap:30px}.hero h1{margin:12px 0 0;font-size:clamp(2.8rem,7vw,5.3rem);line-height:.96;letter-spacing:-.065em;max-width:700px}.hero p:not(.eyebrow){color:#5b6b82;font-size:1.1rem;line-height:1.7;max-width:650px;margin:22px 0 0}.article-count{white-space:nowrap;border-radius:99px;background:#e9fbf5;color:#16856f;padding:10px 16px;font-weight:800;font-size:.85rem}.page-grid,.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 272px;gap:42px;padding-block:56px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin:58px 0 20px}.section-heading h2,.related-section h2{font-size:1.7rem;letter-spacing:-.04em;margin:7px 0 0}.article-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.article-card{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #dbe4f0;border-radius:14px;box-shadow:0 2px 8px #11213c08;transition:transform .18s,border-color .18s,box-shadow .18s}.article-card:hover{transform:translateY(-3px);border-color:#8fbcf8;box-shadow:0 12px 25px #11213c12}.article-card.featured{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,1fr);margin-top:16px}.card-image{width:100%;height:176px;object-fit:cover;background:#e5f2ff}.featured .card-image{height:100%;min-height:290px}.card-content{display:flex;flex:1;flex-direction:column;padding:22px}.card-meta{display:flex;justify-content:space-between;gap:12px;color:#5b6b82;font-size:.72rem;font-weight:700}.card-meta span{color:#1666d8}.article-card h2{font-size:1.12rem;line-height:1.35;letter-spacing:-.025em;margin:12px 0 8px}.article-card h2 a:hover,.read-link:hover{color:#1666d8}.featured h2{font-size:1.65rem}.article-card p{font-size:.9rem;line-height:1.6;color:#5b6b82;margin:0 0 20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.read-link{margin-top:auto;color:#1666d8;font-size:.83rem;font-weight:800}.sidebar{display:grid;align-content:start;gap:16px}.side-card{background:#fff;border:1px solid #dbe4f0;border-radius:12px;padding:18px;box-shadow:0 2px 8px #11213c08}.side-card h2{font-size:1rem;margin:0;color:#11213c}.search-form{display:flex;gap:7px;margin-top:14px}.search-form input{width:100%;min-width:0;padding:9px 10px;border:1px solid #cbd9e8;border-radius:7px;background:#f9fbfe;color:#11213c}.search-form input:focus{outline:2px solid #1666d844;border-color:#1666d8}.search-form button,.button{border:0;border-radius:7px;background:#1666d8;color:#fff;padding:9px 12px;font-weight:800;cursor:pointer}.category-list{margin-top:9px}.category-list a{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #edf1f6;color:#52627a;font-size:.88rem;font-weight:700}.category-list a:last-child{border:0}.category-list a:hover,.category-list a:hover span{color:#1666d8}.category-list span{color:#9aabc0}.tag-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.tag-list a{padding:6px 9px;border-radius:99px;background:#f1f5fa;color:#52627a;font-size:.75rem;font-weight:700}.tag-list a:hover{background:#e5f2ff;color:#1666d8}.popular-list{display:grid;gap:12px;margin-top:14px}.popular-list a{border-top:1px solid #edf1f6;padding-top:12px}.popular-list a:first-child{border:0;padding-top:0}.popular-list strong{font-size:.84rem;line-height:1.4;display:block}.popular-list small{display:block;margin-top:4px;color:#708097}.pagination{display:flex;justify-content:center;flex-wrap:wrap;gap:7px;margin-top:35px}.pagination a{padding:8px 11px;border:1px solid #dbe4f0;border-radius:7px;background:#fff;font-size:.84rem;font-weight:700;color:#52627a}.pagination a:hover,.pagination a.active{color:#fff;background:#1666d8;border-color:#1666d8}.empty{border:1px dashed #b9d5ff;background:#fff;padding:64px 24px;text-align:center;border-radius:14px}.empty h2{margin:0;font-size:1.55rem}.empty p{color:#5b6b82}.back-link{display:inline-block;color:#5b6b82;font-size:.88rem;font-weight:750;margin-bottom:30px}.back-link:hover{color:#1666d8}.article-detail{background:#fff;border:1px solid #dbe4f0;border-radius:14px;padding:clamp(24px,5vw,56px);box-shadow:0 2px 8px #11213c08}.breadcrumb{display:flex;gap:8px;color:#708097;font-size:.84rem;font-weight:700;margin-bottom:30px}.breadcrumb a:hover{color:#1666d8}.article-detail header h1{font-size:clamp(2.25rem,5vw,4rem);line-height:1.04;letter-spacing:-.055em;margin:11px 0 0}.article-summary{font-size:1.1rem;line-height:1.7;color:#52627a;margin:22px 0}.article-byline{display:flex;flex-wrap:wrap;gap:9px 16px;color:#708097;font-size:.82rem;font-weight:700}.article-cover{width:100%;max-height:450px;object-fit:cover;border-radius:10px;margin:32px 0}.article-prose{font-size:1.05rem;line-height:1.8;color:#293c57}.article-prose h1,.article-prose h2,.article-prose h3{color:#11213c;line-height:1.2;letter-spacing:-.035em;margin:2em 0 .65em}.article-prose h2{font-size:1.65rem}.article-prose h3{font-size:1.3rem}.article-prose p,.article-prose ul,.article-prose ol,.article-prose blockquote,.article-prose pre{margin:1.2em 0}.article-prose a{color:#1666d8;text-decoration:underline;font-weight:650}.article-prose blockquote{border-left:4px solid #1666d8;background:#f0f6ff;padding:14px 18px;color:#40516b}.article-prose pre{overflow:auto;padding:16px;border-radius:8px;background:#11213c;color:#e5f2ff}.article-prose code{font-size:.9em}.article-prose :not(pre)>code{background:#edf3fa;padding:2px 5px;border-radius:4px}.article-prose img{height:auto;border-radius:8px}.article-prose table{display:block;overflow:auto;width:100%;border-collapse:collapse}.article-prose td,.article-prose th{padding:8px;border:1px solid #dbe4f0}.article-tags{border-top:1px solid #e7edf5;margin-top:44px;padding-top:25px}.article-tags strong{font-size:.88rem}.related-section{background:#fff;border-top:1px solid #dbe4f0;padding:56px 0 72px}.related-section h2{margin-bottom:22px}.site-footer{border-top:1px solid #dbe4f0;background:#fff;color:#52627a}.site-footer p{font-size:.85rem}.site-footer>a{font-weight:800;font-size:.88rem;color:#1666d8}.not-found{padding:150px 0;text-align:center}.not-found h1{font-size:clamp(2.4rem,7vw,4.5rem);letter-spacing:-.06em;margin:12px 0}.not-found p{color:#5b6b82;margin-bottom:32px}.button{display:inline-block}@media(max-width:900px){.page-grid,.article-layout{grid-template-columns:1fr;gap:28px}.sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.side-card:first-child{grid-column:1/-1}.hero-row{align-items:start;flex-direction:column}.article-count{margin-top:2px}}@media(max-width:620px){.shell{width:min(100% - 30px,1120px)}.nav-wrap,.footer-wrap{min-height:64px}.site-header nav{gap:12px;font-size:.76rem}.hero{padding:54px 0}.article-card.featured,.article-grid{grid-template-columns:1fr}.featured .card-image{height:205px;min-height:0}.article-grid{display:grid}.sidebar{grid-template-columns:1fr}.article-detail{padding:25px 19px}.footer-wrap{align-items:flex-start;flex-direction:column;padding:24px 0}.article-detail header h1{font-size:2.35rem}}
