.content-main{width:min(1180px,calc(100% - 40px));margin:32px auto 65px}

/* Section listing */
.content-hero{min-height:225px;padding:40px 48px;border-radius:14px;background:linear-gradient(125deg,#031a3d,#083473);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;position:relative}.content-hero:after{content:"";position:absolute;width:310px;height:310px;left:4%;top:-210px;border:48px solid rgba(255,255,255,.035);border-radius:50%}.content-hero>div{max-width:760px;position:relative;z-index:1}.content-hero h1{margin:0 0 10px;font-size:clamp(32px,4vw,48px);font-weight:500}.content-hero>div>p:last-child{margin:0;color:#cad6e7;font-size:15px;line-height:1.9}.content-hero>span{width:86px;height:86px;flex:0 0 86px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;color:#e6b64b;font-size:34px}.content-grid{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.content-card{overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 8px 30px rgba(3,26,61,.055);display:flex;flex-direction:column;transition:transform .25s,box-shadow .25s}.content-card:hover{transform:translateY(-4px);box-shadow:0 15px 38px rgba(3,26,61,.11)}.content-card-image{height:220px;display:block;overflow:hidden;background:#e9edf3}.content-card-image img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .4s}.content-card:hover .content-card-image img{transform:scale(1.045)}.content-card-image.no-image{background:linear-gradient(135deg,#062653,#0c4688);display:grid;place-items:center;color:#e6b64b;font-size:38px}.content-card>div{padding:22px;display:flex;flex-direction:column;flex:1}.content-card time{color:var(--gold);font-size:11px;font-weight:700}.content-card h2{margin:8px 0;color:var(--deep);font-size:19px;line-height:1.55}.content-card p{margin:0 0 18px;color:var(--muted);font-size:13px;line-height:1.8;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.read-more{margin-top:auto;color:var(--navy);font-size:12px;font-weight:700}.read-more span{color:var(--gold);font-size:16px}.content-empty{min-height:310px;margin-top:24px;padding:50px 20px;border:1px solid var(--line);border-radius:14px;background:#fff;text-align:center;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0 8px 30px rgba(3,26,61,.04)}.content-empty>span{width:72px;height:72px;border-radius:50%;background:#f8f3e8;color:var(--gold);display:grid;place-items:center;font-size:32px}.content-empty h2,.content-empty h1{margin:18px 0 5px;color:var(--deep)}.content-empty p{margin:0;color:var(--muted)}.content-empty a{margin-top:22px;padding:11px 18px;border-radius:6px;background:var(--navy);color:#fff;font-size:12px;font-weight:700}.content-not-found{margin-top:0;min-height:55vh}.content-pagination{margin-top:25px;display:flex;justify-content:center;align-items:center;gap:12px}.content-pagination a,.content-pagination span{min-width:70px;padding:9px 13px;border:1px solid var(--line);border-radius:6px;background:#fff;text-align:center;font-size:12px}.content-pagination a{color:var(--navy);font-weight:700}

/* Article page */
.article-view{max-width:1160px;min-width:0;margin:auto}.content-breadcrumb{min-height:32px;margin:0 0 16px;padding:0 3px;color:#8b96a6;font-size:11px;display:flex;align-items:center;gap:9px}.content-breadcrumb a{color:#52627a;transition:color .2s}.content-breadcrumb a:hover{color:var(--gold)}.content-breadcrumb b{min-width:0;color:var(--navy);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article-showcase{height:auto!important;min-height:470px;border-radius:18px;background:#031a3d;display:grid;grid-template-columns:minmax(0,1.06fr) minmax(360px,.94fr);overflow:hidden;box-shadow:0 18px 50px rgba(3,26,61,.16);position:relative}.article-showcase:before{content:"";position:absolute;right:-140px;bottom:-210px;width:450px;height:450px;border:70px solid rgba(255,255,255,.026);border-radius:50%;pointer-events:none}.article-showcase-copy{min-width:0;padding:56px 55px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;position:relative;z-index:1}.article-category{margin-bottom:18px;padding:7px 13px;border:1px solid rgba(230,182,75,.48);border-radius:20px;color:#e6b64b;font-size:11px;font-weight:700}.article-showcase h1{max-width:660px;margin:0;color:#fff;font-size:clamp(32px,4.1vw,52px);font-weight:500;line-height:1.42;overflow-wrap:anywhere}.article-showcase-copy>p{max-width:620px;margin:18px 0 0;color:#cbd6e5;font-size:15px;line-height:1.95;overflow-wrap:anywhere}.article-meta{margin-top:26px;padding-top:20px;border-top:1px solid rgba(255,255,255,.13);display:flex;align-items:center;gap:23px;color:#aebed3;font-size:11px}.article-meta>span{display:flex;align-items:center;gap:7px}.article-meta svg{width:17px;height:17px;color:#d5a63f}.article-showcase figure{height:100%;min-height:470px;margin:0;position:relative}.article-showcase figure img{width:100%;height:100%;display:block;object-fit:cover}.article-showcase-mark{display:grid;place-items:center;background:linear-gradient(135deg,#092c61,#0c4a8d);color:#e6b64b;font-size:70px}.article-showcase-no-image{grid-template-columns:minmax(0,1fr) 34%}

.article-reading-layout{min-width:0;margin-top:26px;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:22px;align-items:start}.article-reading-card{min-width:0;padding:0 54px 46px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 10px 36px rgba(3,26,61,.055)}.article-reading-accent{width:60px;height:4px;margin:0 0 38px;background:var(--gold)}.article-rich-content{min-width:0;color:#314158;font-size:16px;line-height:2.15;overflow-wrap:anywhere;word-break:break-word}.article-rich-content>*{max-width:100%}.article-rich-content p{margin:0 0 22px}.article-rich-content h2{margin:42px 0 15px;color:var(--deep);font-size:29px;line-height:1.5}.article-rich-content h3{margin:32px 0 12px;color:var(--navy);font-size:22px;line-height:1.5}.article-rich-content ul,.article-rich-content ol{margin:18px 0 25px;padding-right:27px}.article-rich-content li{margin-bottom:8px;padding-right:4px}.article-rich-content blockquote{margin:30px 0;padding:22px 25px;border-right:4px solid var(--gold);border-radius:8px 0 0 8px;background:#f8f5ed;color:#34435a;font-size:17px;line-height:2}.article-rich-content a{color:#1769e0;text-decoration:underline;text-underline-offset:3px}.article-end-mark{margin-top:44px;display:flex;align-items:center;gap:12px;color:#a0a9b6;font-size:10px}.article-end-mark span{height:1px;flex:1;background:#e5e8ed}.article-end-mark b{font-weight:500}.article-aside{min-width:0;display:flex;flex-direction:column;gap:17px;position:sticky;top:88px}.article-back-card{min-height:78px;padding:14px 17px;border-radius:11px;background:var(--navy);color:#fff;display:flex;align-items:center;gap:13px;box-shadow:0 9px 25px rgba(5,39,91,.14)}.article-back-card>span{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.1);color:#e6b64b;display:grid;place-items:center;font-size:20px}.article-back-card>div{display:flex;flex-direction:column}.article-back-card small{color:#aebdd0;font-size:9px}.article-back-card b{margin-top:2px;font-size:13px}.related-articles{padding:20px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:0 8px 28px rgba(3,26,61,.045)}.related-heading{margin-bottom:8px;display:flex;align-items:center;gap:9px}.related-heading>span{width:3px;height:20px;background:var(--gold)}.related-heading h2{margin:0;color:var(--deep);font-size:15px}.related-articles>a{padding:13px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:65px minmax(0,1fr);gap:10px;align-items:center}.related-articles>a:last-child{padding-bottom:0;border-bottom:0}.related-articles img,.related-placeholder{width:65px;height:54px;border-radius:6px;object-fit:cover}.related-placeholder{background:#eef2f7;color:var(--gold);display:grid;place-items:center}.related-articles>a>div{min-width:0;display:flex;flex-direction:column}.related-articles b{color:#263a55;font-size:11px;line-height:1.55;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.related-articles time{margin-top:4px;color:#9aa4b2;font-size:9px}

@media(max-width:950px){.content-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-showcase{min-height:0;grid-template-columns:1fr}.article-showcase-copy{padding:43px 40px;grid-row:2}.article-showcase figure{height:400px;min-height:0;grid-row:1}.article-showcase-mark{min-height:230px;grid-row:1}.article-reading-layout{grid-template-columns:1fr}.article-aside{position:static;display:grid;grid-template-columns:280px 1fr}.related-articles{grid-column:2}}
@media(max-width:650px){.content-main{width:calc(100% - 24px);margin:16px auto 40px}.content-hero{min-height:190px;padding:27px 21px}.content-hero>span{display:none}.content-hero h1{font-size:30px}.content-hero>div>p:last-child{font-size:13px}.content-grid{grid-template-columns:1fr;gap:14px}.content-card-image{height:205px}.content-card>div{padding:19px}.content-empty{min-height:250px;padding-inline:14px}.content-empty h2{font-size:23px}.content-breadcrumb{margin-bottom:11px}.content-breadcrumb>b{display:none}.article-showcase{display:flex;min-width:0;flex-direction:column;border-radius:13px}.article-showcase-copy{width:100%;padding:30px 22px;order:2}.article-showcase h1{font-size:29px;line-height:1.45}.article-showcase-copy>p{margin-top:12px;font-size:13px}.article-category{margin-bottom:13px}.article-meta{width:100%;margin-top:20px;padding-top:15px;flex-wrap:wrap}.article-showcase figure{width:100%;height:240px;min-height:240px;order:1}.article-showcase-mark{width:100%;min-height:170px;order:1;font-size:48px}.article-reading-layout{width:100%;margin-top:14px}.article-reading-card{width:100%;padding:0 20px 31px;border-radius:11px}.article-reading-accent{margin-bottom:25px}.article-rich-content{font-size:14px;line-height:2.05}.article-rich-content h2{margin-top:31px;font-size:23px}.article-rich-content h3{font-size:19px}.article-rich-content blockquote{padding:17px 18px;font-size:15px}.article-aside{width:100%;display:flex}.article-back-card{min-height:70px}.related-articles{grid-column:auto}}
