:root{--navy:#061426;--navy2:#0a1c33;--blue:#2f80ed;--ink:#101828;--muted:#667085;--line:#e4e8ef;--surface:#f6f8fb;--white:#fff;--shadow:0 8px 30px rgba(16,24,40,.07);--radius:12px;--shell:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.62}img{max-width:100%;height:auto;display:block}a{color:#1769db;text-decoration:none}a:hover{text-decoration:underline}.yal-shell{width:min(calc(100% - 48px),var(--shell));margin:auto}.yal-header{background:var(--navy);color:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.08)}.yal-header-inner{height:72px;display:flex;align-items:center;gap:28px}.yal-brand{display:flex;align-items:center;gap:10px;color:#fff;min-width:255px}.yal-brand:hover{text-decoration:none}.yal-brand strong{display:block;font-size:15px;letter-spacing:.02em}.yal-brand small{display:block;color:#c9d2df;font-size:11px}.yal-mark{width:42px;height:42px;border:2px solid #52a0ff;border-radius:7px;display:grid;place-items:center;font-weight:800}.custom-logo{max-height:48px;width:auto}.yal-nav{margin-left:auto}.yal-nav ul{display:flex;gap:30px;list-style:none;margin:0;padding:0}.yal-nav a{color:#fff;font-size:14px;font-weight:650}.yal-header-actions{display:flex;align-items:center;gap:14px}.yal-search{color:#fff;font-size:27px}.yal-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3687f4,#1769db);color:#fff!important;padding:13px 21px;border-radius:7px;font-weight:750;box-shadow:0 5px 14px rgba(47,128,237,.25);border:0}.yal-btn:hover{text-decoration:none;filter:brightness(1.05)}.yal-btn-small{padding:10px 16px;font-size:13px}.yal-menu-toggle{display:none;background:none;border:0;color:#fff;font-size:28px}.yal-hero{min-height:420px;color:#fff;background:linear-gradient(90deg,rgba(3,17,32,.98) 0%,rgba(3,17,32,.92) 42%,rgba(3,17,32,.2) 78%),var(--yal-hero) right center/cover no-repeat}.yal-hero-inner{min-height:420px;display:flex;align-items:center}.yal-hero-copy{width:58%;padding:52px 0 28px}.yal-hero h1{font-size:clamp(42px,5vw,66px);line-height:1.06;letter-spacing:-.035em;margin:0 0 20px;max-width:650px}.yal-hero h1 span{color:#69a9ff}.yal-hero p{max-width:570px;color:#eef3f8;font-size:18px}.yal-hero-buttons{display:flex;gap:24px;align-items:center;margin:30px 0}.yal-link-light{color:#fff;font-weight:700}.yal-trust{display:flex;gap:32px;margin-top:36px}.yal-trust span{display:grid;grid-template-columns:auto 1fr;column-gap:9px;font-size:13px}.yal-trust span:first-letter{font-size:20px}.yal-trust small{grid-column:2;color:#cdd5df}.yal-trending{margin:18px auto 24px;border:1px solid var(--line);border-radius:12px;padding:15px 20px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow);overflow:auto;white-space:nowrap}.yal-trending span{background:#fff;border:1px solid #e7ebf0;padding:8px 14px;border-radius:999px;font-size:13px}.yal-home-grid,.yal-archive-grid,.yal-article-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:36px;align-items:start}.yal-section-title{text-transform:uppercase;font-size:16px;letter-spacing:.02em;margin:28px 0 18px}.yal-title-row{display:flex;justify-content:space-between;align-items:center}.yal-feature-card{display:grid;grid-template-columns:1.05fr .95fr;min-height:255px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:linear-gradient(135deg,#f8f9fb,#eef1f5);box-shadow:var(--shadow)}.yal-feature-copy{padding:28px}.yal-feature-copy h2{font-size:30px;line-height:1.12;margin:10px 0}.yal-feature-copy h2 a,.yal-card h3 a,.yal-list-item h2 a{color:var(--ink)}.yal-feature-image img{width:100%;height:100%;object-fit:cover}.yal-eyebrow{display:inline-block;font-size:11px;color:#1769db;text-transform:uppercase;font-weight:800;letter-spacing:.02em}.yal-meta{color:#7b8492;font-size:12px;margin-top:15px}.yal-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.yal-card{border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff;box-shadow:0 3px 14px rgba(16,24,40,.04)}.yal-card-image img{width:100%;aspect-ratio:1.55;object-fit:cover}.yal-card-body{padding:12px}.yal-card h3{font-size:15px;line-height:1.25;margin:7px 0}.yal-newsletter{background:linear-gradient(145deg,#091a30,#061426);color:#fff;border-radius:12px;padding:24px;margin:0 0 20px}.yal-newsletter-icon{font-size:26px}.yal-newsletter h2{font-size:24px;line-height:1.1;margin:12px 0}.yal-newsletter p{color:#d7dfeb;font-size:14px}.yal-newsletter-placeholder{display:grid;gap:9px}.yal-newsletter input{width:100%;padding:12px;border:0;border-radius:6px}.yal-newsletter button{padding:11px;border:0;border-radius:6px;background:#2879e8;color:#fff;font-weight:700}.yal-newsletter small{display:block;color:#9eb0c8;margin-top:8px;font-size:10px}.yal-side-card{border:1px solid var(--line);background:#fff;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 3px 16px rgba(16,24,40,.04)}.yal-side-card h3{font-size:14px;text-transform:uppercase}.yal-side-card ul{list-style:none;padding:0;margin:0}.yal-side-card li{padding:8px 0;border-bottom:1px solid #eef1f5}.yal-side-card li a{color:var(--ink)}.yal-values{margin:26px auto 36px;background:linear-gradient(180deg,#fbfcfe,#f2f5fa);border:1px solid #e8edf4;border-radius:12px;display:grid;grid-template-columns:repeat(4,1fr)}.yal-values div{text-align:center;padding:28px 22px;border-right:1px solid #e1e6ed;color:#1769db;font-size:25px}.yal-values div:last-child{border-right:0}.yal-values b{display:block;color:var(--ink);font-size:15px;margin:6px}.yal-values p{color:#4f5b6b;font-size:13px;margin:0}.yal-footer{background:linear-gradient(135deg,#061426,#081a2d);color:#fff;margin-top:40px;padding-top:34px}.yal-footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,.8fr) 1.2fr;gap:35px}.yal-footer h3{text-transform:uppercase;font-size:12px}.yal-footer a{display:block;color:#edf3fa;font-size:13px;margin:8px 0}.yal-footer p{color:#c4cfdd;font-size:13px}.yal-brand-footer{min-width:0}.yal-footer .yal-newsletter{background:#10233b;padding:18px}.yal-footer .yal-newsletter h2{font-size:15px}.yal-footer .yal-newsletter p{font-size:12px}.yal-footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:24px;padding:19px 0 24px;display:flex;justify-content:space-between;color:#abb8c8;font-size:11px}.yal-footer-bottom a{display:inline;color:#d8e2ef}.yal-breadcrumbs{font-size:12px;color:#7b8492;margin:26px 0}.yal-article-grid{padding-top:8px}.yal-article h1{font-size:clamp(38px,5vw,58px);max-width:800px;letter-spacing:-.035em;margin:10px 0}.yal-deck{font-size:18px;color:#667085;max-width:800px}.yal-byline{font-size:13px;color:#667085;margin:18px 0}.yal-article-hero img{width:100%;border-radius:12px;margin:10px 0 22px;max-height:520px;object-fit:cover}.yal-article-content{font-size:17px}.yal-article-content h2{font-size:28px;margin-top:35px}.yal-article-content h3{font-size:22px;margin-top:28px}.yal-article-content p,.yal-article-content ul,.yal-article-content ol{max-width:760px}.yal-article-content blockquote{border-left:4px solid var(--blue);margin:24px 0;padding:15px 20px;background:#f4f8ff}.yal-author-box{border:1px solid var(--line);border-radius:12px;padding:20px;margin:38px 0}.yal-related{display:block;color:var(--ink);padding:10px 0;border-bottom:1px solid #edf0f4;font-weight:650}.yal-archive-grid{padding-top:10px}.yal-archive-header{display:flex;gap:18px;align-items:flex-start;margin:15px 0 35px}.yal-category-icon{width:78px;height:78px;border-radius:50%;background:#1262cc;color:#fff;display:grid;place-items:center;font-size:35px}.yal-archive-header h1{font-size:48px;margin:0}.yal-archive-feature{margin-bottom:25px}.yal-list-item{display:grid;grid-template-columns:180px 1fr;gap:20px;padding:14px 0;border-bottom:1px solid var(--line)}.yal-list-item img{width:180px;height:120px;object-fit:cover;border-radius:8px}.yal-list-item h2{font-size:22px;margin:4px 0}.yal-list-item p{margin:6px 0;color:#4e5a68}.navigation.pagination{margin:25px 0}.nav-links{display:flex;gap:7px}.page-numbers{border:1px solid var(--line);padding:7px 11px;border-radius:6px}.page-numbers.current{background:var(--blue);color:#fff}.yal-simple-archive,.yal-page{padding:45px 0}.yal-simple-archive .yal-card-grid{grid-template-columns:repeat(3,1fr)}.yal-404{text-align:center;min-height:50vh}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:980px){.yal-nav{display:none;position:absolute;left:0;right:0;top:72px;background:var(--navy);padding:20px}.yal-nav.is-open{display:block}.yal-nav ul{flex-direction:column}.yal-menu-toggle{display:block;margin-left:auto}.yal-header-actions{display:none}.yal-hero{background-position:65% center}.yal-hero-copy{width:75%}.yal-home-grid,.yal-archive-grid,.yal-article-grid{grid-template-columns:1fr}.yal-article-side{order:-1}.yal-card-grid{grid-template-columns:repeat(2,1fr)}.yal-footer-grid{grid-template-columns:repeat(2,1fr)}.yal-values{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.yal-shell{width:min(calc(100% - 28px),var(--shell))}.yal-header-inner{height:64px}.yal-brand{min-width:0}.yal-brand small{display:none}.yal-hero,.yal-hero-inner{min-height:520px}.yal-hero{background:linear-gradient(180deg,rgba(3,17,32,.92),rgba(3,17,32,.78)),var(--yal-hero) 65% center/cover no-repeat}.yal-hero-copy{width:100%;padding:45px 0}.yal-hero h1{font-size:43px}.yal-trust{flex-direction:column;gap:14px}.yal-feature-card{grid-template-columns:1fr}.yal-feature-image{order:-1}.yal-feature-image img{height:210px}.yal-card-grid,.yal-simple-archive .yal-card-grid{grid-template-columns:1fr}.yal-footer-grid{grid-template-columns:1fr}.yal-footer-bottom{flex-direction:column;gap:12px}.yal-values{grid-template-columns:1fr}.yal-values div{border-right:0;border-bottom:1px solid #e1e6ed}.yal-list-item{grid-template-columns:110px 1fr}.yal-list-item img{width:110px;height:90px}.yal-list-item h2{font-size:18px}.yal-archive-header h1{font-size:38px}.yal-category-icon{width:56px;height:56px}.yal-article h1{font-size:38px}.yal-newsletter.is-compact{margin-top:10px}}
/* v0.2 refinement */
.yal-brand{min-width:245px;max-width:300px;flex:0 1 auto}.yal-brand-copy{min-width:0}.yal-brand strong{font-size:15px;line-height:1.2;white-space:nowrap}.yal-nav{flex:1;display:flex;justify-content:flex-end}.yal-nav ul{gap:24px;align-items:center}.yal-nav li{white-space:nowrap}.yal-nav a{font-size:13px}.yal-header-inner{gap:22px}.yal-header-actions{flex:0 0 auto}.yal-social{display:flex;gap:10px;margin-top:16px}.yal-social span{width:28px;height:28px;border:1px solid rgba(255,255,255,.22);border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:800;color:#fff}.yal-quick-take{border:1px solid #dce8f8;background:#f5f9ff;border-radius:12px;padding:18px 20px;margin:6px 0 28px;max-width:800px}.yal-quick-take p{margin:6px 0 0;font-size:16px}.yal-research-note{border-left:4px solid var(--blue);background:#f7f9fc;padding:18px 20px;margin:34px 0;border-radius:0 10px 10px 0}.yal-research-note p{margin:5px 0 0;color:#526071}.yal-author-box{display:flex;gap:16px;align-items:flex-start}.yal-author-mark{width:46px;height:46px;flex:0 0 46px;border:2px solid var(--blue);border-radius:8px;display:grid;place-items:center;font-weight:850;color:var(--navy)}.yal-author-box p{margin:6px 0 0;color:#526071}.yal-related small{display:block;color:#8a94a3;font-weight:400;font-size:11px;margin-top:3px}.yal-article-side{position:sticky;top:92px}.yal-article-side .widget_search,.yal-article-side .widget_recent_entries{display:none}
/* Easy Table of Contents */
#ez-toc-container,.ez-toc-container{width:100%!important;max-width:760px!important;background:#f8fafc!important;border:1px solid var(--line)!important;border-radius:12px!important;box-shadow:none!important;padding:18px 20px!important;margin:24px 0!important}.ez-toc-title{font-weight:800!important;color:var(--ink)!important}.ez-toc-list a{color:#334155!important;text-decoration:none!important}.ez-toc-list a:hover{color:#1769db!important}
@media(max-width:1120px) and (min-width:981px){.yal-shell{width:min(calc(100% - 32px),var(--shell))}.yal-header-inner{gap:14px}.yal-brand{min-width:215px}.yal-brand strong{font-size:14px}.yal-nav ul{gap:15px}.yal-nav a{font-size:12px}.yal-btn-small{padding:9px 12px}}
@media(max-width:980px){.yal-article-side{position:static;order:0}.yal-brand{max-width:none}.yal-brand strong{white-space:normal}}

/* v0.2.1 mobile navigation + overflow refinement */
html,body{max-width:100%;overflow-x:hidden}
.yal-shell,.yal-header-inner,.yal-home-grid,.yal-archive-grid,.yal-article-grid,.yal-feature-card,.yal-card-grid{min-width:0}
@media(max-width:980px){
  .yal-header{position:sticky;top:0}
  .yal-header-inner{position:relative}
  .yal-nav{display:none;position:fixed;left:14px;right:14px;top:76px;background:rgba(6,20,38,.985);padding:10px;border:1px solid rgba(255,255,255,.10);border-radius:12px;box-shadow:0 18px 48px rgba(0,0,0,.34);max-height:min(62vh,420px);overflow-y:auto;z-index:1000}
  .yal-nav.is-open{display:block}
  .yal-nav ul{display:flex;flex-direction:column;gap:0;margin:0;padding:0}
  .yal-nav li{margin:0;padding:0;border-bottom:1px solid rgba(255,255,255,.08)}
  .yal-nav li:last-child{border-bottom:0}
  .yal-nav a{display:block;padding:12px 14px;font-size:15px;line-height:1.25;text-align:left}
  .yal-menu-toggle{width:42px;height:42px;display:grid;place-items:center;margin-left:auto;padding:0;border:1px solid rgba(255,255,255,.14);border-radius:8px;line-height:1;cursor:pointer}
  .yal-menu-toggle[aria-expanded="true"]{background:rgba(255,255,255,.08)}
}
@media(max-width:640px){
  .yal-header-inner{height:64px;gap:10px}
  .yal-mark{width:40px;height:40px;flex:0 0 40px}
  .yal-brand{gap:9px;max-width:calc(100% - 56px)}
  .yal-brand-copy{min-width:0}
  .yal-brand strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .yal-nav{top:70px;left:10px;right:10px;max-height:55vh;padding:8px}
  .yal-nav a{padding:11px 12px;font-size:14px}
  .yal-hero,.yal-hero-inner{min-height:430px}
  .yal-hero-copy{padding:38px 0 30px}
  .yal-hero h1{font-size:clamp(36px,11.5vw,45px);line-height:1.05}
  .yal-hero p{font-size:16px}
  .yal-hero-buttons{flex-wrap:wrap;gap:14px}
  .yal-hero-buttons .yal-btn{width:auto;max-width:100%}
  .yal-trending{width:100%;max-width:100%}
  .yal-feature-copy{padding:22px}
  .yal-feature-copy h2{font-size:25px}
  .yal-article-content,.yal-deck{overflow-wrap:anywhere}
}

/* Kit newsletter integration */
.yal-kit-form{margin-top:14px;min-height:92px}
.yal-kit-form .formkit-form{background:transparent!important;border:0!important;box-shadow:none!important;margin:0!important;padding:0!important;max-width:none!important}
.yal-kit-form .formkit-fields{display:grid!important;gap:9px!important}
.yal-kit-form .formkit-field{margin:0!important}
.yal-kit-form .formkit-input{width:100%!important;min-height:44px!important;padding:11px 12px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:6px!important;background:#fff!important;color:#101828!important;font:inherit!important;box-shadow:none!important}
.yal-kit-form .formkit-input::placeholder{color:#7b8492!important}
.yal-kit-form .formkit-submit{width:100%!important;min-height:43px!important;margin:0!important;padding:11px 14px!important;border:0!important;border-radius:6px!important;background:#2879e8!important;color:#fff!important;font:700 14px/1.2 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;box-shadow:none!important;cursor:pointer!important}
.yal-kit-form .formkit-submit:hover{filter:brightness(1.06)!important}
.yal-kit-form .formkit-submit>span{padding:0!important;background:transparent!important}
.yal-kit-form .formkit-alert{font-size:12px!important;border-radius:6px!important;margin:8px 0 0!important}
.yal-kit-form .formkit-powered-by-convertkit-container,.yal-kit-form [data-element="powered-by"]{margin-top:7px!important;opacity:.68!important}
.yal-kit-form .formkit-powered-by-convertkit{color:#c7d2df!important;font-size:10px!important}
.yal-form-setup-note{font-size:12px!important;color:#d7dfeb!important}
.yal-newsletter.is-compact .yal-kit-form{min-height:88px}
@media(min-width:641px){.yal-newsletter:not(.is-compact) .yal-kit-form .formkit-fields{grid-template-columns:1fr!important}}

/* v0.3.1 dedicated welcome page */
.page-template-page-welcome .site-main{background:#fff}
.yal-welcome-hero{background:linear-gradient(135deg,#061426 0%,#0a1c33 68%,#102a4b 100%);color:#fff;padding:72px 0 76px;position:relative;overflow:hidden}
.yal-welcome-hero:after{content:"";position:absolute;width:420px;height:420px;border-radius:50%;right:-120px;top:-180px;background:radial-gradient(circle,rgba(47,128,237,.28),rgba(47,128,237,0) 68%);pointer-events:none}
.yal-welcome-hero-inner{max-width:850px;position:relative;z-index:1}
.yal-welcome-kicker{display:inline-block;color:#78b2ff;font-size:12px;font-weight:850;letter-spacing:.12em;margin-bottom:18px}
.yal-welcome-hero h1{font-size:clamp(54px,7vw,82px);line-height:.98;letter-spacing:-.045em;margin:0 0 8px}
.yal-welcome-hero h2{font-size:clamp(28px,4vw,42px);line-height:1.08;letter-spacing:-.025em;margin:0 0 24px;color:#dbe9fb}
.yal-welcome-hero p{max-width:760px;font-size:18px;color:#d7dfeb;margin:8px 0}
.yal-welcome-hero strong{display:block;margin-top:22px;font-size:17px;color:#fff}
.yal-welcome-content{padding:62px 0 72px}
.yal-welcome-section-head{max-width:720px;margin-bottom:28px}
.yal-welcome-section-head h2{font-size:34px;line-height:1.14;letter-spacing:-.025em;margin:8px 0 9px}
.yal-welcome-section-head p{color:var(--muted);margin:0;font-size:17px}
.yal-welcome-expectations{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.yal-welcome-card{border:1px solid var(--line);border-radius:14px;padding:26px;background:linear-gradient(180deg,#fff,#fafcff);box-shadow:0 8px 28px rgba(16,24,40,.05)}
.yal-welcome-icon{width:42px;height:42px;border-radius:10px;background:#edf5ff;color:#1769db;display:grid;place-items:center;font-size:20px;font-weight:850;margin-bottom:18px}
.yal-welcome-card h3{font-size:21px;line-height:1.2;margin:0 0 8px}
.yal-welcome-card p{color:#526071;margin:0;font-size:15px}
.yal-welcome-divider{height:1px;background:var(--line);margin:58px 0}
.yal-welcome-section-head--browse{margin-bottom:24px}
.yal-welcome-browse-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.yal-welcome-browse-card{display:block;border:1px solid var(--line);border-radius:14px;padding:26px;background:#fff;color:var(--ink);box-shadow:0 8px 28px rgba(16,24,40,.045);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.yal-welcome-browse-card:hover{text-decoration:none;transform:translateY(-3px);box-shadow:0 14px 35px rgba(16,24,40,.08);border-color:#cbd9ea}
.yal-welcome-browse-tag{display:block;color:#1769db;font-size:10px;font-weight:850;letter-spacing:.04em;margin-bottom:12px}
.yal-welcome-browse-card h3{font-size:22px;line-height:1.2;margin:0 0 8px;color:var(--ink)}
.yal-welcome-browse-card p{color:#526071;margin:0 0 18px;font-size:15px}
.yal-welcome-arrow{font-weight:800;color:#1769db;font-size:14px}
.yal-welcome-all{text-align:center;margin:36px 0 52px}
.yal-welcome-signoff{text-align:center;border-top:1px solid var(--line);padding-top:34px;color:#526071}
.yal-welcome-signoff p{margin:0 0 4px}
.yal-welcome-signoff strong{color:var(--ink);font-size:17px}
@media(max-width:800px){.yal-welcome-expectations,.yal-welcome-browse-grid{grid-template-columns:1fr}.yal-welcome-hero{padding:58px 0 62px}.yal-welcome-content{padding:48px 0 58px}.yal-welcome-divider{margin:44px 0}}
@media(max-width:640px){.yal-welcome-hero h1{font-size:52px}.yal-welcome-hero h2{font-size:28px}.yal-welcome-hero p{font-size:16px}.yal-welcome-section-head h2{font-size:29px}.yal-welcome-card,.yal-welcome-browse-card{padding:22px}}
