:root {
  --almoe-ink: #191a2d;
  --almoe-muted: #74778d;
  --almoe-line: #e8e8f0;
  --almoe-paper: #f7f8fc;
  --almoe-violet: #7058ff;
  --almoe-cyan: #2bd4cf;
  --almoe-pink: #ff5f9e;
  --almoe-white: #fff;
  --almoe-radius: 18px;
  --almoe-shadow: 0 18px 50px rgba(41, 39, 71, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.almoe-lite { margin: 0; overflow-x: hidden; background: var(--almoe-paper); color: var(--almoe-ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; }
body.almoe-lite a { color: inherit; text-decoration: none; }
body.almoe-lite button, body.almoe-lite input, body.almoe-lite select, body.almoe-lite textarea { font: inherit; }
body.almoe-lite img { max-width: 100%; height: auto; }
.almoe-shell { width: min(1240px, calc(100% - 40px)); margin-inline: auto; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 99999; top: 8px; left: 8px; width: auto; height: auto; padding: 12px 16px; clip: auto; background: #fff; color: var(--almoe-ink); }

.almoe-header { position: sticky; z-index: 100; top: 0; height: 74px; border-bottom: 1px solid rgba(228,228,238,.88); background: rgba(250,250,253,.92); backdrop-filter: blur(18px); }
.admin-bar .almoe-header { top: 32px; }
.almoe-header-inner { display: flex; height: 100%; align-items: center; gap: 28px; }
.almoe-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; white-space: nowrap; }
.almoe-brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 11px 11px 5px 11px; background: #19182b; box-shadow: 0 7px 20px rgba(43,212,207,.2),inset 0 0 0 1px rgba(255,255,255,.08); color: #fff; }
.almoe-brand-mark svg { width: 27px; height: 27px; fill: none; }
.almoe-brand-trail { stroke: #8a6cff; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }
.almoe-brand-flare { stroke: #79f0e7; stroke-width: 1.6; stroke-linecap: round; }
.almoe-brand strong { font-size: 18px; letter-spacing: -.04em; }
.almoe-brand small { margin-left: 2px; color: #aaa9b8; font-size: 8px; font-weight: 800; letter-spacing: .16em; }
.almoe-primary-nav { margin-left: auto; }
.almoe-nav-list { display: flex; align-items: center; gap: 25px; margin: 0; padding: 0; list-style: none; }
.almoe-nav-list li { position: relative; }
.almoe-nav-list a { display: block; padding: 26px 0; color: #55586d; font-size: 14px; font-weight: 650; }
.almoe-nav-list a:hover, .almoe-nav-list .current-menu-item > a { color: var(--almoe-violet); }
.almoe-nav-list .sub-menu { position: absolute; top: 65px; left: -16px; display: none; min-width: 160px; margin: 0; padding: 9px; border: 1px solid var(--almoe-line); border-radius: 13px; background: #fff; box-shadow: var(--almoe-shadow); list-style: none; }
.almoe-nav-list li:hover > .sub-menu, .almoe-nav-list li:focus-within > .sub-menu { display: block; }
.almoe-nav-list .sub-menu a { padding: 9px 10px; border-radius: 8px; font-size: 12px; }
.almoe-nav-list .sub-menu a:hover { background: #f2f0ff; }
.almoe-header-actions { display: flex; align-items: center; gap: 10px; }
.almoe-icon-button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--almoe-line); border-radius: 12px; background: #fff; }
.almoe-icon-button svg { width: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.almoe-vip-pill { padding: 10px 17px; border-radius: 12px; background: var(--almoe-ink); color: #fff !important; font-size: 13px; font-weight: 750; }
.almoe-menu-toggle { display: none; width: 38px; height: 38px; padding: 9px; border: 1px solid var(--almoe-line); border-radius: 11px; background: #fff; cursor: pointer; }
.almoe-menu-toggle > span:not(.screen-reader-text) { display: block; height: 1.5px; margin: 4px 0; background: var(--almoe-ink); }
.almoe-mobile-nav { position: absolute; top: 74px; right: 18px; width: min(280px,calc(100% - 36px)); padding: 12px; border: 1px solid var(--almoe-line); border-radius: 15px; background: #fff; box-shadow: var(--almoe-shadow); }
.almoe-mobile-nav ul { display: grid; gap: 3px; margin: 0; padding: 0; list-style: none; }
.almoe-mobile-nav a { display: block; padding: 10px 12px; border-radius: 9px; color: #5e6072; font-size: 13px; }
.almoe-mobile-nav a:hover { background: #f1efff; color: var(--almoe-violet); }

.almoe-button { display: inline-flex; width: fit-content; align-items: center; justify-content: center; gap: 8px; padding: 13px 19px; border: 0; border-radius: 13px; font-size: 13px; font-weight: 800; transition: transform .2s, box-shadow .2s; }
.almoe-button:hover { transform: translateY(-2px); }
.almoe-button-light { background: #fff; box-shadow: 0 10px 24px rgba(24,21,57,.12); color: var(--almoe-ink) !important; }
.almoe-button-dark { background: var(--almoe-ink); color: #fff !important; }
.almoe-button-outline { border: 1px solid #dcdce8; background: #fff; color: var(--almoe-ink); }
.almoe-kicker, .almoe-section-heading > div > span, .almoe-vip-title > span { color: var(--almoe-violet); font-size: 10px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }

.almoe-home-hero { display: grid; grid-template-columns: minmax(0,1.8fr) minmax(245px,.64fr); gap: 14px; max-width: 1160px; padding-top: 20px; }
.almoe-hero-main { position: relative; min-height: 220px; overflow: hidden; border-radius: 20px; background: radial-gradient(circle at 75% 25%,rgba(219,204,255,.4),transparent 24%),linear-gradient(125deg,#171b42,#6152b8 58%,#e28caa); box-shadow: 0 14px 38px rgba(46,38,101,.12); }
.almoe-hero-main.has-image { background-image: var(--hero-image); background-position: center; background-size: cover; }
.almoe-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(17,18,42,.97) 0%,rgba(38,28,88,.78) 44%,rgba(34,205,199,.08) 100%); }
.almoe-hero-copy { position: relative; z-index: 2; width: min(560px,80%); padding: 27px 34px; color: #fff; }
.almoe-eyebrow { color: #dcd6ff; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.almoe-hero-copy h1 { max-width: 540px; margin: 10px 0 14px; font-size: clamp(28px,3vw,38px); line-height: 1.08; letter-spacing: -.055em; }
.almoe-hero-copy p { display: none; }
.almoe-hero-copy .almoe-button { padding: 10px 15px; border-radius: 10px; font-size: 11px; }
.almoe-hero-count { position: absolute; z-index: 2; right: 28px; bottom: 25px; color: #fff; }
.almoe-hero-count strong { font-size: 22px; }.almoe-hero-count span { color: rgba(255,255,255,.55); font-size: 12px; }
.almoe-hero-side { display: grid; gap: 14px; }
.almoe-mini-feature { position: relative; display: flex; min-height: 0; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 15px 17px; border-radius: 17px; color: #fff !important; }
.almoe-mini-feature::before { position: absolute; top: -35px; right: -25px; width: 150px; height: 150px; border: 30px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; }
.almoe-mini-feature > span { font-size: 9px; font-weight: 850; letter-spacing: .16em; opacity: .72; }
.almoe-mini-feature > strong { position: relative; max-width: 180px; font-size: 14px; line-height: 1.3; letter-spacing: -.025em; }
.almoe-mini-feature > b { position: absolute; right: 16px; bottom: 16px; font-size: 15px; }.almoe-mini-feature.is-violet { background: linear-gradient(145deg,#7058ff,#3f318f); }.almoe-mini-feature.is-pink { background: linear-gradient(145deg,#2bc9c5,#3977c8); }
.almoe-notice { display: flex; align-items: center; gap: 18px; margin-top: 16px; padding: 15px 20px; border: 1px solid var(--almoe-line); border-radius: 15px; background: #fff; font-size: 13px; }
.almoe-notice strong { color: var(--almoe-violet); font-size: 12px; }.almoe-notice p { flex: 1; margin: 0; color: #717486; }.almoe-notice a { font-size: 11px; font-weight: 750; }
.almoe-section { padding-top: 84px; }
.almoe-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.almoe-section-heading h2 { margin: 5px 0 0; font-size: clamp(28px,3vw,38px); letter-spacing: -.055em; }.almoe-section-heading > p { margin: 0 0 3px; color: var(--almoe-muted); font-size: 13px; }
.almoe-category-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.almoe-category-card { min-width: 0; min-height: 266px; display: flex; flex-direction: column; padding: 23px; border: 1px solid rgba(220,220,232,.84); border-radius: 21px; background: #fff; transition: transform .22s, box-shadow .22s; }
.almoe-category-card:hover { transform: translateY(-4px); box-shadow: var(--almoe-shadow); }
.almoe-category-top { display: flex; align-items: flex-start; justify-content: space-between; }.almoe-category-top > span { color: #b6b5c3; font-size: 10px; font-weight: 800; letter-spacing: .12em; }.almoe-category-top > b { display: grid; width: 45px; height: 45px; place-items: center; border-radius: 14px; background: var(--tone-soft); color: var(--tone); font-family: serif; font-size: 20px; }
.almoe-category-card h3 { margin: 15px 0 7px; font-size: 21px; letter-spacing: -.03em; }.almoe-category-card > p { margin: 0; color: var(--almoe-muted); font-size: 12px; line-height: 1.7; }
.almoe-category-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 15px; }.almoe-category-tags span { padding: 4px 7px; border-radius: 7px; background: #f4f4f8; color: #737587; font-size: 10px; font-weight: 700; }
.almoe-category-card > small { overflow: hidden; margin-top: auto; padding-top: 17px; border-top: 1px dashed #e9e8ef; color: #858698; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.tone-violet { --tone:#6d5ce8; --tone-soft:#eeebff; --cover:linear-gradient(145deg,#30326d,#8777dc 60%,#df8bad); }.tone-blue { --tone:#4b7dcc; --tone-soft:#eaf2ff; --cover:linear-gradient(145deg,#2d518b,#5f92d3 55%,#d5a5c9); }.tone-cyan { --tone:#269aab; --tone-soft:#e8f8fa; --cover:linear-gradient(145deg,#317c83,#68b6aa 55%,#f2c78c); }.tone-rose { --tone:#e45f87; --tone-soft:#ffedf3; --cover:linear-gradient(145deg,#583044,#cc6686 55%,#e8a1ae); }.tone-indigo { --tone:#5462bd; --tone-soft:#eceffd; --cover:linear-gradient(145deg,#32396f,#6979cb 55%,#ac9bcf); }.tone-mint { --tone:#399a7d; --tone-soft:#e8f8f1; --cover:linear-gradient(145deg,#386c54,#78a96d 55%,#e8b782); }.tone-amber { --tone:#b67b27; --tone-soft:#fff4df; --cover:linear-gradient(145deg,#76502b,#bd8d52 55%,#edc88f); }.tone-plum { --tone:#a05a9f; --tone-soft:#faecf8; --cover:linear-gradient(145deg,#3e286b,#8a4bb4 55%,#e45b95); }
.almoe-topic-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.almoe-topic-card { position: relative; min-height: 118px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 17px; border-radius: 17px; background: var(--cover); color: #fff !important; }
.almoe-topic-card > span { font-size: 8px; font-weight: 850; letter-spacing: .14em; opacity: .7; }.almoe-topic-card strong { font-size: 16px; }.almoe-topic-card p { margin: 4px 0 0; font-size: 9px; opacity: .75; }.almoe-topic-card > b { position: absolute; top: 1px; right: 12px; color: rgba(255,255,255,.14); font-size: 54px; }
.almoe-section-heading.is-tabs { align-items: center; }.almoe-section-heading nav { display: flex; gap: 6px; padding: 5px; border-radius: 12px; background: #ececf2; }.almoe-section-heading nav a { padding: 8px 13px; border-radius: 9px; color: #7a7b8c; font-size: 11px; font-weight: 750; }.almoe-section-heading nav a.is-active { background: #fff; box-shadow: 0 2px 8px rgba(41,41,63,.08); color: var(--almoe-ink); }
.almoe-resource-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 23px 12px; }
.almoe-resource-card { min-width: 0; }.almoe-resource-cover { position: relative; display: block; aspect-ratio: 16/9; overflow: hidden; border-radius: 14px; background: var(--cover); }.almoe-resource-cover::before { position: absolute; z-index: 1; top: -29%; right: -19%; width: 75%; height: 75%; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; box-shadow: inset 0 0 0 20px rgba(255,255,255,.04),inset 0 0 0 40px rgba(255,255,255,.035); content: ""; transition: transform .3s; }.almoe-resource-cover:hover::before { transform: scale(1.12) rotate(8deg); }.almoe-resource-cover.has-image::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(22,22,48,.56),transparent 55%); content: ""; }.almoe-resource-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }.almoe-resource-cover:hover img { transform: scale(1.035); }
.almoe-cover-label { position: absolute; z-index: 3; top: 13px; left: 13px; padding: 6px 9px; border-radius: 8px; background: rgba(255,255,255,.92); color: #4c4960; font-size: 9px; font-weight: 800; }.almoe-cover-kind { position: absolute; z-index: 3; bottom: 15px; left: 16px; color: rgba(255,255,255,.9); font-size: 10px; font-weight: 800; letter-spacing: .1em; }.almoe-cover-mark { position: absolute; z-index: 3; top: 14px; right: 17px; color: rgba(255,255,255,.38); font-size: 23px; font-weight: 900; }.almoe-cover-arrow { position: absolute; z-index: 3; right: 16px; bottom: 14px; color: #fff; font-size: 19px; }
.almoe-resource-body { padding: 13px 3px 0; }.almoe-resource-kicker { display: flex; justify-content: space-between; color: #9293a2; font-size: 9px; font-weight: 750; text-transform: uppercase; }.almoe-resource-kicker span { color: var(--almoe-violet); }.almoe-resource-body h3 { min-height: 42px; margin: 8px 0 6px; font-size: 15px; line-height: 1.42; letter-spacing: -.02em; }.almoe-resource-body h3 a:hover { color: var(--almoe-violet); }.almoe-resource-body p { margin: 0; color: #888a9a; font-size: 11px; }
.almoe-section-action { display: flex; justify-content: center; margin-top: 35px; }
.almoe-recommend-band { margin-top: 88px; padding: 77px 0; background: #27233e; color: #fff; }.almoe-recommend-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }.almoe-recommend-layout > div:first-child > span { color: #b7aaff; font-size: 10px; font-weight: 850; letter-spacing: .18em; }.almoe-recommend-layout h2 { margin: 10px 0 17px; font-size: clamp(30px,3.5vw,44px); line-height: 1.2; letter-spacing: -.055em; }.almoe-recommend-layout > div:first-child p { max-width: 430px; color: #aaa7ba; font-size: 13px; line-height: 1.9; }.almoe-recommend-list { border-top: 1px solid rgba(255,255,255,.13); }.almoe-recommend-list > a { display: grid; grid-template-columns: 35px 1fr 25px; gap: 18px; align-items: center; padding: 23px 4px; border-bottom: 1px solid rgba(255,255,255,.13); }.almoe-recommend-list > a > span,.almoe-recommend-list > a > b { color: #827d98; font-size: 11px; }.almoe-recommend-list small { display: block; margin-bottom: 7px; color: #9994ae; font-size: 9px; }.almoe-recommend-list strong { font-size: 15px; }.almoe-empty-dark { color: #a8a4b7; font-size: 12px; }
.almoe-news-section { padding-bottom: 82px; }.almoe-news-list { border-top: 1px solid var(--almoe-line); }.almoe-news-list a { display: grid; grid-template-columns: 75px 1fr auto; gap: 18px; align-items: center; padding: 20px 3px; border-bottom: 1px solid var(--almoe-line); }.almoe-news-list a > span { color: var(--almoe-violet); font-size: 10px; font-weight: 800; }.almoe-news-list a > strong { font-size: 14px; }.almoe-news-list a > small { color: #a2a2b0; font-size: 9px; }.almoe-empty-light { padding: 30px 0; color: #9192a0; font-size: 12px; }
.almoe-membership-banner { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-bottom: 86px; padding: 40px 46px; border-radius: 26px; background: linear-gradient(115deg,#eeeaff,#fae8ef); }.almoe-membership-banner span { color: var(--almoe-violet); font-size: 9px; font-weight: 850; letter-spacing: .14em; }.almoe-membership-banner h2 { margin: 9px 0 6px; font-size: 26px; letter-spacing: -.04em; }.almoe-membership-banner p { margin: 0; color: #77758a; font-size: 12px; }

/* Compact density and type scale. */
.almoe-section { padding-top: 64px; }
.almoe-section-heading { margin-bottom: 20px; }
.almoe-section-heading h2 { margin-top: 4px; font-size: clamp(22px,2vw,27px); letter-spacing: -.045em; }
.almoe-section-heading > p { margin-bottom: 2px; font-size: 11px; }
.almoe-kicker, .almoe-section-heading > div > span, .almoe-vip-title > span { font-size: 9px; letter-spacing: .16em; }
.almoe-category-grid { gap: 12px; }
.almoe-category-card { min-height: 150px; padding: 15px 16px; border-radius: 16px; }
.almoe-category-top > span { font-size: 8px; }
.almoe-category-top > b { width: 34px; height: 34px; border-radius: 10px; font-size: 15px; }
.almoe-category-card h3 { margin: 9px 0 4px; font-size: 16px; letter-spacing: -.025em; }
.almoe-category-card > p { overflow: hidden; font-size: 10px; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; }
.almoe-category-tags { gap: 5px; margin-top: 9px; }
.almoe-category-tags span { padding: 3px 6px; border-radius: 6px; font-size: 8px; }
.almoe-category-tags span:nth-child(n+4), .almoe-category-card > small { display: none; }
.almoe-resource-body { padding-top: 11px; }
.almoe-resource-kicker { font-size: 8px; }
.almoe-resource-body h3 { min-height: 39px; margin: 7px 0 5px; font-size: 14px; line-height: 1.4; }
.almoe-resource-body p { font-size: 10px; }
.almoe-recommend-layout h2 { margin: 9px 0 14px; font-size: clamp(25px,2.7vw,34px); letter-spacing: -.045em; }
.almoe-recommend-layout > div:first-child p { font-size: 12px; line-height: 1.8; }
.almoe-membership-banner { padding: 36px 42px; border-radius: 23px; }
.almoe-membership-banner h2 { margin: 8px 0 5px; font-size: 22px; letter-spacing: -.035em; }
.almoe-membership-banner p { font-size: 11px; }

@media(max-width:760px){
	.almoe-section { padding-top: 50px; }
	.almoe-section-heading h2 { font-size: 22px; }
	.almoe-category-grid { gap: 9px; }
	.almoe-category-card { min-height: 124px; padding: 13px; border-radius: 14px; }
	.almoe-category-card > p { display: none; }
	.almoe-category-top > b { width: 31px; height: 31px; border-radius: 9px; font-size: 14px; }
	.almoe-category-card h3 { margin: 8px 0 0; font-size: 15px; }
	.almoe-category-tags { margin-top: auto; }
	.almoe-category-tags span:nth-child(n+3) { display: none; }
}

.almoe-footer { background: #19182b; color: #fff; }.almoe-footer-main { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 70px; padding: 64px 0 44px; }.almoe-brand.is-footer .almoe-brand-mark { background: linear-gradient(145deg,#735cff,#26cfc9); box-shadow: 0 7px 22px rgba(43,212,207,.16); }.almoe-brand.is-footer .almoe-brand-trail,.almoe-brand.is-footer .almoe-brand-flare { stroke: #fff; }.almoe-footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }.almoe-footer-main > div > strong { margin-bottom: 5px; font-size: 12px; }.almoe-footer-main a:not(.almoe-brand) { color: #9996a7; font-size: 11px; }.almoe-footer p { max-width: 270px; color: #8f8c9e; font-size: 11px; line-height: 1.8; }.almoe-footer-address { padding: 8px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; }.almoe-footer-bottom { display: flex; justify-content: space-between; padding: 20px 0 27px; border-top: 1px solid rgba(255,255,255,.09); color: #777485; font-size: 10px; }
