@layer legacy {
/* KECB Bar family bundle — V3.4.5.6.58 — bar-reference-hubs */
:root {
  --ink: #251d19;
  --muted: #6f6259;
  --paper: #f7f0e4;
  --paper-2: #efe2cf;
  --wood: #2b1712;
  --wood-2: #48271d;
  --rust: #9d3f25;
  --gold: #c79a4a;
  --line: rgba(49, 30, 21, .18);
  --white: #fffdf8;
  --shadow: var(--kecb-shadow-card);
  --radius: var(--kecb-radius-card);
  --max: 1220px;
}* { box-sizing: border-box; }html { scroll-behavior: smooth; }body { margin: 0;   font-family: Georgia, "Times New Roman", serif; line-height: 1.65; }a {  }button, input { font: inherit; }img, svg { max-width: 100%; }.skip-link {        }.skip-link:focus {  }.site-header { position: sticky; top: 0; z-index: 100;  padding: 0 max(1rem, calc((100vw - var(--max))/2)); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: rgba(43, 23, 18, .97); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); }.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; line-height: 1.05; }.brand-mark {   width: 48px;     font:700 max(14px,.74rem)/1 Arial, sans-serif;  }.brand strong { display: block; font-size: max(var(--kecb-type-meta), 1.04rem); }.brand small { display: block; margin-top: .3rem; color: #dccdbd; font:max(14px,.72rem)/1.2 Arial, sans-serif; letter-spacing: .08em; text-transform: uppercase; }.main-nav { display: flex; align-items: center; gap: .3rem; font: 600 max(var(--kecb-type-meta), .82rem)/1 Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; }.main-nav a, .main-nav button { color: var(--white); background: transparent; border: 0; text-decoration: none; padding: .8rem .9rem; border-radius: var(--kecb-radius-pill); cursor: pointer; }.main-nav a:hover, .main-nav button:hover, .main-nav .active { background: rgba(255,255,255,.1); color: #ffe1a8; }.eyebrow { margin: 0 0 .6rem; font:800 max(14px,.75rem)/1.3 Arial, sans-serif; text-transform: uppercase; letter-spacing: .14em; color: var(--rust); }.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: .58rem .82rem; border: 1px solid transparent; border-radius: var(--kecb-radius-card); text-decoration: none; cursor: pointer; font: 700 max(var(--kecb-type-meta), .82rem)/1 Arial, sans-serif; letter-spacing: .035em; }.button.primary { color: var(--white); background: var(--rust); }.button.primary:hover { background: #7f2f1c; }.button.secondary { color: var(--ink); background: transparent; border-color: currentColor; }.volumes, .reader-paths { padding-block: 5rem; }.chapter-main { min-width: 0;  }.chapter-main > .breadcrumbs, .chapter-tools, .chapter-content, .chapter-pager { max-width: 850px; margin-inline: auto; }.chapter-content { padding-top: 2.5rem; font-size: max(var(--kecb-type-meta), 1.08rem); }.chapter-content h2 { margin: 3.2rem 0 .7rem; font-size: max(var(--kecb-type-meta), 1.9rem); line-height: 1.15; }.chapter-content h3 { margin: 2.4rem 0 .55rem; font-size: max(var(--kecb-type-meta), 1.35rem); line-height: 1.2; }.chapter-content p { margin: 0 0 1.15rem; }.table-wrap { max-width: 100%; overflow-x: auto; margin: 1.5rem 0 2rem; }.prose-section h2 { margin-top: 2.5rem; font-size: max(var(--kecb-type-meta), 2rem); }.prose-section p { font-size: max(var(--kecb-type-meta), 1.12rem); }.notice { margin-top: 2rem; padding: 1.2rem; border-left: 5px solid var(--gold); background: var(--white); }.search-overlay[hidden] {  }.search-overlay {       }.search-panel {       }.search-panel-head {     }.search-panel-head h2 {   }.icon-button {     }.search-label {   font:700 max(14px,.8rem)/1.3 Arial, sans-serif;   }.search-input {        }.search-status {  font-family: Arial, sans-serif; font-size: max(var(--kecb-type-meta), .85rem); }.search-results {   }.search-result {       }.search-result:hover { border-color: var(--rust); }.search-result small { font:700 max(14px,.67rem)/1.2 Arial, sans-serif; text-transform: uppercase; letter-spacing: .08em; color: var(--rust); }.search-result strong { display: block; margin: .2rem 0;  }.search-result span { color: var(--muted); font-size: max(var(--kecb-type-meta), .9rem); }.search-help {  font-family: Arial, sans-serif; font-size:max(var(--kecb-type-meta), max(14px,.8rem)); }.search-page-box { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }.site-footer { display: grid; gap: 1.35rem; padding: 2.15rem max(1rem, calc((100vw - var(--max))/2)); background: var(--wood); color: #e8ddd3; font-size: max(var(--kecb-type-meta), .88rem); }.site-footer p { margin: .25rem 0; }.site-footer a { display: block; margin-bottom: .4rem;  }@media (max-width: 1050px) {
  
  .chapter-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .chapter-layout { display: block; }
  .book-sidebar { position: fixed; inset: 76px auto 0 0; z-index: 200; width: min(390px, 88vw); height: auto; transform: translateX(-105%); transition: transform .2s ease; box-shadow: var(--kecb-shadow-card); }
  .book-sidebar.open { transform: translateX(0); }
  .sidebar-head [data-toc-close] { display: block; position: absolute; right: 1rem; top: 1rem; border: 0; background: transparent; font-size: max(var(--kecb-type-meta), 1.5rem); }
  .chapter-tools button { display: inline-block; }
}@media (max-width: 760px) {
  .site-header { min-height: 66px; }
  .brand small { display: none; }
  .brand-mark { width: 40px; height: 40px; }
  .main-nav a:nth-child(1), .main-nav a:nth-child(3) {  }
  
  
  .chapter-grid{ grid-template-columns: 1fr; }
  
  
  
  
  
  
  .book-stat-card { display: grid; grid-template-columns: repeat(2, 1fr); }
  .book-stat-card span, .book-stat-card small { grid-column: 1 / -1; }
  .chapter-main { padding-inline: 1rem; }
  .chapter-content { font-size: max(var(--kecb-type-meta), 1rem); }
  .chapter-pager { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
}@media print {
  .site-header, .book-sidebar, .chapter-tools, .chapter-pager, .site-footer, .search-overlay { display: none; }
  body {  }
  .chapter-main { padding: 0; }
  .chapter-content { max-width: none; font-size: max(var(--kecb-type-meta), 11pt); }
  .chapter-content a { text-decoration: none; }
}.form-status { flex: 1 1 280px; margin: 0; color: var(--muted); font: max(var(--kecb-type-meta), .83rem)/1.45 Arial, sans-serif; }.form-status.success {   }.form-status.error { color: #8d2e20; font-weight: 700; }@media (max-width: 860px) {
  .contact-layout { grid-template-columns: 1fr; }
}@media (max-width: 620px) {
  .brand > span:last-child { display: none; }
  .main-nav { gap: 0; }
  .main-nav a, .main-nav button { padding-inline: .65rem; font-size:max(var(--kecb-type-meta), max(14px,.74rem)); }
  .form-grid.two-column { grid-template-columns: 1fr; }
  .contact-page { padding-top: 2.5rem; }
}@media (max-width: 900px) {
  .book-intro-strip{ grid-template-columns: 1fr; gap: 1.5rem; }
  
  .book-intro-strip .book-stat-card { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: .2rem 1rem; }
  .book-intro-strip .book-stat-card span, .book-intro-strip .book-stat-card small { grid-column: 1 / -1; }
}@media (max-width: 560px) {
  
  
  
  
  .book-intro-strip { padding-block: 1.5rem 2rem; }
  .book-intro-strip .book-audience { font-size: max(var(--kecb-type-meta), 1rem); }
}@media print {
  .visual-banner, .book-intro-strip{ display: none; }
}@media (max-width: 860px) and (min-width: 621px) {
  
  
  
}@media (max-width: 400px) {
  
  
}.site-footer {  }.site-footer > div > strong { display: block; margin-bottom: .45rem; color: var(--white); font-size: max(var(--kecb-type-meta), 1rem); }@media (max-width: 1050px) {
  
  
  
  
  .site-footer { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}@media (max-width: 700px) {
  
  
  
  
  
  
  
  
  
  
  .site-footer { grid-template-columns: 1fr; }
}@media (max-width: 430px) {
  
  
}@media print {
  .free-access-strip{ display: none; }
}.main-nav { max-width: 100%; overflow-x: auto; scrollbar-width: none; }.main-nav::-webkit-scrollbar { display: none; }.main-nav a, .main-nav button { white-space: nowrap; }.muted { color: var(--muted); }.reader-dashboard-card { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: .9rem 1rem; background: var(--white); border: 1px solid var(--line); border-radius: var(--kecb-radius-card); text-decoration: none; }.reader-dashboard-card strong { display: block; line-height: 1.15; }.reader-dashboard-card span { color: var(--muted); font:max(14px,.72rem)/1.3 Arial,sans-serif; }.reader-dashboard-card button { flex: 0 0 auto; border: 1px solid var(--line); background: transparent; border-radius: var(--kecb-radius-pill); padding: .4rem .6rem; cursor: pointer; }.reading-progress {      }.reading-progress span {     }body.reader-large .chapter-content { font-size: max(var(--kecb-type-meta), 1.22rem); max-width: 900px; }body.reader-larger .chapter-content { font-size: max(var(--kecb-type-meta), 1.34rem); max-width: 940px; }.site-footer { grid-template-columns: 1.2fr 1fr 1fr; }@media (max-width: 1080px) {
  .recommend-grid, .recommend-grid.compact { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .main-nav { max-width: 68vw; }
}@media (max-width: 760px) {
  .site-header { align-items: center; gap: .5rem; padding-right: .5rem; }
  .main-nav { max-width: calc(100vw - 70px); }
  .main-nav a:nth-child(1), .main-nav a:nth-child(3) { display: inline-block; }
  .main-nav a, .main-nav button { padding-inline: .62rem; font-size:max(var(--kecb-type-meta), max(14px,.68rem)); }
  .brand > span:last-child { display: none; }
  
  .preservation-actions{ grid-template-columns: 1fr; }
  .recommend-grid, .recommend-grid.compact, .mission-principles, .policy-summary{ grid-template-columns: 1fr; }
  
  .decision-band { align-items: flex-start; flex-direction: column; }
  .reading-progress { top: 66px; }
  .reader-controls { width: 100%; margin-left: 0; }
}@media (max-width: 480px) {
  
  
  
  .recommend-card { min-height: 110px; }
}@media print {
  .reading-progress, .reader-controls, .free-access-strip { display: none; }
}@media(max-width:800px){.chapter-connect-cta{grid-template-columns:1fr;}.chapter-connect-cta nav{justify-content:flex-start;}.chapter-connect-cta nav a,.chapter-connect-cta nav button{flex:1 1 auto;justify-content:center;}}.form-status.success{color:#285f3b;font-weight:700;}button:disabled{opacity:.65;cursor:wait;}@media(max-width:860px){.updates-layout{grid-template-columns:1fr;}}@media(max-width:760px){}@media(max-width:700px){.tools-inline-promo{display:block;}.tools-inline-promo .button{margin-top:.8rem;}}.legal-section{padding:1.25rem 0;border-top:1px solid rgba(64,37,27,.14);}.legal-section h2{font-size:max(var(--kecb-type-meta), 1.55rem);margin:.15rem 0 .75rem;}.legal-section h3{font-size:max(var(--kecb-type-meta), 1.08rem);margin:1.2rem 0 .35rem;}.legal-section p,.legal-section li{line-height:1.7;}.legal-section ul{padding-left:1.3rem;}button[disabled]{opacity:.48;cursor:not-allowed;}@media(max-width:760px){
  
  .legal-card-grid{grid-template-columns:1fr;}
}@media print{
  .site-legal-notice,.tool-legal-ack{display:none;}
}.site-header, .site-header .wrap{
  height: auto;
  max-height: none;
  overflow: visible ;
}.site-header .main-nav {
  
  
  
  
  
  
  
  
}.site-header .main-nav a {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .5rem .58rem;
  font-size:max(var(--kecb-type-meta), max(14px,clamp(.76rem,.72vw,.9rem)));
  line-height: 1.1;
}@media(max-width:900px){
  .site-header .wrap{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:.7rem;
    align-items:center;
  }
  .site-header .main-nav {
    grid-column:1/-1;
    width:100%;
    
    
    
    
    padding:.25rem 0 .45rem;
    
    
  }
  .site-header .main-nav a {
    font-size:max(var(--kecb-type-meta), max(14px,.8rem));
    padding:.5rem .62rem;
  }
}.site-header {
  
  
  min-height: 76px;
  
  
}.site-header .brand {
  flex: 0 1 auto;
  min-width: 0;
}.site-header .main-nav {
  
  flex: 1 1 680px;
  
  align-items: center;
  justify-content: flex-end;
  
  
  
  
}.site-header .main-nav a,
.site-header .main-nav button {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: .5rem .58rem;
  font-size:max(var(--kecb-type-meta), max(14px,clamp(.72rem,.67vw,.84rem)));
  line-height: 1.1;
}@media (max-width: 1280px) and (min-width: 901px) {
  .site-header .brand {
    flex: 1 1 auto;
  }
  .site-header .main-nav {
    flex: 1 0 100%;
    justify-content: center;
    padding: .1rem 0 .55rem;
  }
}@media (max-width: 900px) {
  .site-header {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: center;
    gap: .65rem;
    padding-top: .45rem;
    padding-bottom: .25rem;
  }
  .site-header .main-nav {
    grid-column: 1 / -1;
    width: 100%;
    flex: none;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    padding: .2rem 0 .5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }
  .site-header .main-nav a,
  .site-header .main-nav button {
    font-size:max(var(--kecb-type-meta), max(14px,.76rem));
    padding: .5rem .62rem;
  }
}.site-header{height:auto;max-height:none;overflow:visible;flex-wrap:wrap;}.site-header .main-nav{display:flex;flex-wrap:wrap;min-width:0;max-width:100%;height:auto;overflow:visible;gap:.32rem;}.site-header .main-nav a,.site-header .main-nav button{flex:0 0 auto;white-space:nowrap;font-size:max(var(--kecb-type-meta), max(14px,clamp(.7rem,.64vw,.82rem)));padding:.48rem .54rem;}@media(max-width:1280px) and (min-width:901px){.site-header .main-nav{flex:1 0 100%;justify-content:center;padding-bottom:.45rem;}}@media(max-width:900px){.site-header .main-nav{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;justify-content:flex-start;-webkit-overflow-scrolling:touch;scrollbar-width:thin;}.site-header .main-nav a,.site-header .main-nav button{font-size:max(var(--kecb-type-meta), max(14px,.75rem));padding:.5rem .6rem;}}:root{
  --library-ink:#28170f;
  --library-dark:#1f110c;
  --library-brown:#5e301c;
  
  --library-gold:#e0a85c;
  --library-cream:#f6efe6;
  --library-paper:#fffdf9;
  --library-muted:#70594c;
  --library-rule:rgba(72,38,22,.16);
}.site-header-v3{
  height:auto;max-height:none;overflow:visible;
  display:grid;grid-template-columns:minmax(250px,1fr) auto;align-items:center;
  gap:.9rem;padding:.65rem max(1rem,calc((100vw - var(--max))/2));
}.site-header-v3 .brand{}.site-header-v3 .brand small{max-width:420px;white-space:normal;}.nav-menu-toggle{display:none;align-items:center;gap:.42rem;padding:.6rem .75rem;border:1px solid rgba(255,255,255,.18);border-radius:var(--kecb-radius-card);background:rgba(255,255,255,.06);color:#fff;font-weight:850;cursor:pointer;}.main-nav-v3{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.22rem;overflow:visible;max-width:none;}.main-nav-v3>a,.main-nav-v3>button,.main-nav-v3 summary{font-size:max(var(--kecb-type-meta), max(14px,.7rem));padding:.55rem .58rem;white-space:nowrap;text-transform:uppercase;letter-spacing:.065em;border-radius:var(--kecb-radius-pill);}.nav-more{position:relative;}.nav-more summary{list-style:none;cursor:pointer;color:#fff;font-weight:700;}.nav-more summary::-webkit-details-marker{display:none;}.nav-more[open] summary,.nav-more summary:hover{background:rgba(255,255,255,.1);color:#ffe1a8;}.nav-more-menu{position:absolute;right:0;top:calc(100% + .55rem);z-index:200;width:245px;padding:.55rem;}.nav-more-menu a{display:block;padding:.72rem .8rem;border-radius:var(--kecb-radius-card);color:#fff;text-decoration:none;text-transform:none;letter-spacing:0;font-size:max(var(--kecb-type-meta), .86rem);}.nav-more-menu a:hover,.nav-more-menu a.active{background:rgba(255,255,255,.1);color:#ffe1a8;}.main-nav-v3 .active{background:rgba(255,255,255,.13);color:#ffe1a8;}.site-footer-v3{grid-template-columns:1.15fr repeat(4,minmax(155px,.72fr));}@media(max-width:1180px){
 .site-header-v3{grid-template-columns:minmax(220px,1fr) auto;}
 .nav-menu-toggle{display:inline-flex;}
 .main-nav-v3{display:none;grid-column:1/-1;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:.65rem;border-top:1px solid rgba(255,255,255,.1);}
 .main-nav-v3.is-open{display:flex;}
 .main-nav-v3>a,.main-nav-v3>button,.main-nav-v3 summary{width:100%;text-align:left;border-radius:var(--kecb-radius-card);font-size:max(var(--kecb-type-meta), .82rem);padding:.75rem .8rem;}
 .nav-more-menu{position:static;width:auto;margin:.35rem 0 0;box-shadow:var(--kecb-shadow-none);}
 .site-footer-v3{grid-template-columns:repeat(2,minmax(0,1fr));}
}@media(max-width:850px){
 .quick-grid, .collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
 .track-layout{grid-template-columns:1fr;}
 .visual-hero{min-height:370px;}
}@media(max-width:600px){
 .site-header-v3 .brand small{font-size:max(var(--kecb-type-meta), max(14px,.63rem));}
 .quick-grid, .collection-grid, .glossary-grid{grid-template-columns:1fr;}
 .site-footer-v3{grid-template-columns:1fr;}
 .visual-hero{min-height:300px;padding-bottom:1.65rem;}
 .visual-hero h1{font-size:max(var(--kecb-type-meta), clamp(2.8rem,14vw,4.7rem));}
}@media print{.nav-menu-toggle{display:none;}}:root{
  --accent:#9b5734;--accent-deep:#5e301c;--accent-soft:#ecd8c6;--accent-glow:rgba(224,168,92,.24);
  --page-paper:#fffdf8;--page-wash:#f4ece2;--page-ink:#2d1b13;--page-muted:#6c574b;--page-rule:rgba(72,38,22,.15);
  --shadow-soft:var(--kecb-shadow-card);--shadow-lift:var(--kecb-shadow-card);}body.theme-speakeasy{--accent:#a33a31;--accent-deep:#4b1714;--accent-soft:#ecd3cf;--page-wash:#f2e8e4;}body{background-color:var(--page-wash);background-image:radial-gradient(circle at 20% 5%,rgba(255,255,255,.9),transparent 28%),linear-gradient(115deg,rgba(255,255,255,.2),transparent 40%);}body:after{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;opacity:.17;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");}.reading-progress{position:fixed;left:0;right:0;top:0;height:4px;z-index:10000;background:rgba(255,255,255,.08);pointer-events:none;}.reading-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--accent),#edba68);box-shadow:var(--kecb-shadow-card);transition:width .08s linear;}.editorial-toc{display:grid;gap:.18rem;}.editorial-toc a{display:block;padding:.47rem .55rem;border-radius:var(--kecb-radius-card);color:var(--page-muted);text-decoration:none;font-size:max(var(--kecb-type-meta), .82rem);line-height:1.3;border-left:3px solid transparent;}.editorial-toc a:hover,.editorial-toc a.is-active{color:var(--accent-deep);background:var(--accent-soft);border-left-color:var(--accent);}.kitchen-longform,.prose-section,.chapter-section{position:relative;background:rgba(255,253,248,.96);box-shadow:var(--kecb-shadow-none);border-color:var(--page-rule);}.kitchen-longform h2,.kitchen-panel h2,.chapter-main h2{color:var(--accent-deep);}.kitchen-longform h2:after,.chapter-main h2:after{content:"";display:block;width:62px;height:3px;margin-top:.55rem;border-radius:var(--kecb-radius-sm);background:linear-gradient(90deg,var(--accent),transparent);}.kitchen-longform p,.chapter-main p{line-height:1.76;}.chapter-main{background:rgba(255,253,248,.82);border-radius:var(--kecb-radius-control);box-shadow:var(--kecb-shadow-none);padding:clamp(.9rem,2.1vw,1.5rem);}.recipe-mobile-actions{display:none;}.wood-comparison{overflow:auto;margin-top:1rem;border-radius:var(--kecb-radius-card);box-shadow:var(--kecb-shadow-none);}.wood-comparison table{min-width:940px;width:100%;border-collapse:collapse;background:#fff;}.wood-comparison th,.wood-comparison td{padding:.7rem;border:1px solid var(--page-rule);text-align:left;vertical-align:middle;}.wood-comparison thead th{position:sticky;top:0;background:var(--accent-deep);color:#fff;}.tool-use-steps{grid-template-columns:repeat(3,minmax(0,1fr));}.tool-app{}.site-header-v3{}.bottom-safe-space{height:0;}@media(max-width:1050px){.editorial-grid{grid-template-columns:1fr;}.editorial-rail{position:relative;top:auto;max-height:none;}.editorial-toc{grid-template-columns:repeat(2,minmax(0,1fr));}.tool-output{position:relative;top:auto;}}@media(max-width:760px){
  body{}.bottom-safe-space{}
  
  
  .quick-grid, .collection-grid, .kitchen-card-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.8rem;padding:.2rem 1rem 1rem;margin-left:-1rem;margin-right:-1rem;scrollbar-width:thin;}
  .quick-grid>*, .collection-grid>*, .kitchen-card-grid>*{flex:0 0 min(83vw,340px);scroll-snap-align:start;}
  .editorial-toc{grid-template-columns:1fr;}.editorial-rail{}.editorial-rail-actions{}
  .recipe-visual-card{grid-template-columns:90px 1fr;padding:.85rem;}.recipe-visual-copy h2{font-size:max(var(--kecb-type-meta), 1.75rem);}
  .recipe-mobile-actions{position:sticky;z-index:80;display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;margin:.85rem 0;padding:.38rem;border-radius:var(--kecb-radius-card);background:rgba(36,19,13,.94);box-shadow:var(--kecb-shadow-none);backdrop-filter:blur(12px);}
  .recipe-mobile-actions a,.recipe-mobile-actions button{min-height:43px;border:0;border-radius:var(--kecb-radius-card);background:rgba(255,255,255,.09);color:#fff;font-size:max(var(--kecb-type-meta), max(14px,.7rem));font-weight:850;text-decoration:none;display:grid;place-items:center;}
  .wood-profile-dashboard{grid-template-columns:1fr;}.wood-swatch{min-height:220px;}.tool-use-steps{}.tool-app{}
}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none;animation:none;}.reading-progress span{transition:none;}}@media print{.reading-progress,.editorial-rail,.recipe-mobile-actions,.tool-use-steps{display:none;}.editorial-grid{display:block;}.chapter-main,.kitchen-longform{box-shadow:var(--kecb-shadow-none);}}@media(max-width:1100px){
  
  
  
}@media(max-width:820px){
  
  
  
  
  
}@media(max-width:620px){
  
  
  
  
  
  
  
  
  
  
}@media print{
  
}@media(max-width:930px){
  .whats-new-feature,
  .whats-new-purpose{grid-template-columns:1fr;}
  .whats-new-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}@media(max-width:650px){
  .whats-new-hero{min-height:320px;}
  .whats-new-grid{grid-template-columns:1fr;}
  .whats-new-group-header{align-items:flex-start;flex-direction:column;}
}@media print{
  .whats-new-hero .visual-hero-actions{display:none;}
}html{
  
  
  -webkit-text-size-adjust:100%;
  
}body{
  max-width:100%;
  
}main,header,footer,section,article,aside,nav,form,fieldset,div{
  min-width:0;
}img,video,canvas,iframe{
  max-width:100%;
  height:auto;
}input,textarea,select,button{
  max-width:100%;
}textarea{resize:vertical;}pre, code{
  max-width:100%;
  overflow-x:auto;
  white-space:pre-wrap;
  overflow-wrap:anywhere;
}a,button,summary,input,select,textarea{
  -webkit-tap-highlight-color:rgba(154,80,48,.16);
}:where(a,button,summary,input,select,textarea):focus-visible{
  outline:3px solid rgba(154,80,48,.34);
  outline-offset:2px;
}.mobile-table-scroll{
  width:100%;
  max-width:100%;
  margin:1rem 0;
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  -webkit-overflow-scrolling:touch;
  border-radius:var(--kecb-radius-card);
}.mobile-table-scroll>table{
  margin:0;
}.mobile-table-scroll:focus-visible{
  outline:3px solid rgba(154,80,48,.28);
  outline-offset:2px;
}@media(max-width:900px){
  .site-header-v3{
    grid-template-columns:minmax(0,1fr) auto;
    padding-inline:max(.75rem,env(safe-area-inset-left)) max(.75rem,env(safe-area-inset-right));
  }
  .site-header-v3 .brand{
    min-width:0;
    max-width:100%;
  }
  .site-header-v3 .brand>span:last-child{
    min-width:0;
  }
  .site-header-v3 .brand strong{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .main-nav-v3.is-open{
    max-height:calc(100dvh - 70px);
    overflow-y:auto;
    overscroll-behavior:contain;
    padding-bottom:max(.85rem,env(safe-area-inset-bottom));
  }
  .nav-menu-toggle,
  .main-nav-v3>a,
  .main-nav-v3>button,
  .main-nav-v3 summary{
    min-height:44px;
  }
  .home-hero,.visual-hero,.section-visual-hero,.food-truck-hero,.whats-new-hero,.speakeasy-hero,.tool-suite-hero{
    min-height:auto;
  }
  .section-visual-hero,.food-truck-hero,.whats-new-hero{
    padding-top:clamp(3rem,10vw,5rem);
    padding-bottom:clamp(2.5rem,9vw,4rem);
  }
  
  .food-truck-roadmap{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}@media(max-width:760px){
  body{
    
  }
  .bottom-safe-space{
    
  }
  
  
  .site-header-v3{
    min-height:62px;
  }
  .site-header-v3 .brand-mark{
    width:38px;
    height:38px;
    flex:0 0 auto;
  }
  .site-header-v3 .brand strong{
    font-size:max(var(--kecb-type-meta), .84rem);
    line-height:1.05;
    white-space:nowrap;
  }
  .site-header-v3 .brand small{
    display:none;
  }
  .nav-menu-toggle{
    padding:.55rem .65rem;
    
  }
  
  
  
  
  
  
  .wrap, .kitchen-wrap, .speakeasy-wrap, .tool-suite-wrap, .food-truck-section, .whats-new-section{
    width:calc(100% - 1rem);
  }
  .page-main,.discovery-section,.book-contents,.reader-paths,.volumes{
    padding-top:2.4rem;
    padding-bottom:2.4rem;
  }
  h1,.home-hero h1,.visual-hero h1,.section-visual-hero h1,
  .food-truck-hero h1,.whats-new-hero h1,.speakeasy-hero h1,
  .tool-suite-hero h1,.book-hero h1,.page-header h1{
    font-size:max(var(--kecb-type-meta), clamp(2.35rem,12vw,4.15rem));
    line-height:.96;
    overflow-wrap:normal;
    hyphens:auto;
  }
  h2, .discovery-section h2, .food-truck-section h2{
    overflow-wrap:normal;
    hyphens:auto;
  }
  .visual-hero p, .section-visual-hero p, .food-truck-hero p, .whats-new-hero p, .speakeasy-hero p{
    font-size:max(var(--kecb-type-meta), 1rem);
    line-height:1.58;
  }
  .button-row, .visual-hero-actions, .kitchen-actions, .speakeasy-actions{
    display:grid;
    grid-template-columns:1fr;
    gap:.55rem;
  }
  .button-row .button, .visual-hero-actions .button, .kitchen-actions .kitchen-button, .speakeasy-actions .speakeasy-button{
    width:100%;
    min-height:46px;
  }
  .quick-grid, .collection-grid, .kitchen-card-grid, .whats-new-grid{
    display:grid;
    grid-template-columns:1fr;
    overflow:visible;
    scroll-snap-type:none;
    margin-left:0;
    margin-right:0;
    padding-left:0;
    padding-right:0;
  }
  .quick-grid>*, .collection-grid>*, .kitchen-card-grid>*, .whats-new-grid>*{
    width:auto;
    max-width:none;
    flex:auto;
  }
  .chapter-layout{
    min-height:auto;
  }
  .book-sidebar{
    top:62px;
    height:calc(100dvh - 62px);
    width:min(92vw,390px);
  }
  .chapter-main{
    padding-inline:.75rem;
  }
  .chapter-content{
    font-size:max(var(--kecb-type-meta), 1rem);
  }
  .chapter-content h1.chapter-title{
    font-size:max(var(--kecb-type-meta), clamp(2.25rem,11vw,3.8rem));
  }
  .chapter-content h2{
    font-size:max(var(--kecb-type-meta), 1.65rem);
    margin-top:2.35rem;
  }
  .chapter-content h3{
    font-size:max(var(--kecb-type-meta), 1.25rem);
  }
  .editorial-rail{
    max-height:none;
    padding:.75rem;
  }
  .editorial-toc{
    max-height:250px;
    overflow-y:auto;
    overscroll-behavior:contain;
    padding-right:.25rem;
  }
  .editorial-rail-actions{
    grid-template-columns:1fr 1fr;
  }
  .tool-suite-hero{
    padding:2.5rem .75rem;
  }
  .tool-use-steps{
    grid-template-columns:1fr;
  }
  .tool-app{
    grid-template-columns:1fr;
  }
  .tool-form,.tool-workspace{
    padding:0;
  }
  .tool-form label,.tool-field{
    min-width:0;
  }
  .tool-form input,.tool-form textarea,.tool-form select,
  .tool-field input,.tool-field textarea,.tool-grid input,.tool-grid textarea,.tool-grid select,
  .speakeasy-filter-grid input,.speakeasy-filter-grid select,
  .calc-card input,.calc-card select,
  .search-input,.contact-form input,.contact-form textarea,.contact-form select{
    width:100%;
    min-height:44px;
    font-size:max(var(--kecb-type-meta), 16px);
  }
  .tool-form textarea,.tool-field textarea,.contact-form textarea{
    min-height:110px;
  }
  .tool-bottom-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .tool-bottom-actions button, .tool-bottom-actions .button{
    width:100%;
    min-height:46px;
  }
  .tool-output{
    width:100%;
    overflow:hidden;
  }
  .tool-output table,.calc-output table,.reference-table,.wood-comparison table{
    min-width:620px;
  }
  .tool-directory-controls{
    grid-template-columns:1fr;
  }
  .tool-directory-controls input{
    grid-column:auto;
  }
  .tool-directory-grid,.tool-related-next-grid{
    grid-template-columns:1fr;
  }
  .tool-directory-card>a{
    padding-right:0;
  }
  .speakeasy-filter-panel{
    margin-top:.75rem;
    padding:.85rem;
  }
  .speakeasy-filter-grid{
    grid-template-columns:1fr;
  }
  .speakeasy-filter-footer{
    align-items:stretch;
    flex-direction:column;
  }
  .speakeasy-card-grid,.speakeasy-category-grid,.bartender-tool-grid,
  .recipe-related-grid,.recipe-spec-grid,.recipe-content-grid,.calc-layout{
    grid-template-columns:1fr;
  }
  .recipe-layout{
    gap:1rem;
  }
  .recipe-header h1{
    font-size:max(var(--kecb-type-meta), clamp(2.45rem,12vw,4rem));
  }
  .ingredient-list li{
    display:grid;
    grid-template-columns:1fr;
    gap:.2rem;
  }
  .recipe-mobile-actions{
    bottom:max(76px,calc(66px + env(safe-area-inset-bottom)));
  }
  .food-truck-snapshot, .whats-new-feature, .whats-new-purpose{
    grid-template-columns:1fr;
  }
  .food-truck-roadmap, .food-truck-license-grid, .food-truck-path-grid, .food-truck-chapter-grid, .food-truck-tool-grid{
    grid-template-columns:1fr;
  }
  
  
  .site-footer-v3{
    grid-template-columns:1fr;
    gap:1.4rem;
    padding-inline:1rem;
    padding-bottom:calc(3rem + env(safe-area-inset-bottom));
  }
  .search-overlay{
    padding:.5rem;
  }
  .search-panel{
    min-height:calc(100dvh - 1rem);
    padding:.72rem;
    border-radius:var(--kecb-radius-card);
  }
  .search-panel-head h2{
    font-size:max(var(--kecb-type-meta), 1.75rem);
  }
  .tool-disclaimer-dialog{
    width:calc(100% - .5rem);
    max-height:94dvh;
  }
  .tool-disclaimer-dialog-shell{
    max-height:94dvh;
  }
}@media(max-width:420px){
  .site-header-v3 .brand strong{
    max-width:168px;
  }
  
  
  .book-stat-card{
    grid-template-columns:1fr;
  }
  .editorial-rail-actions{
    grid-template-columns:1fr;
  }
}@media(hover:none){
  .path-card:hover,.quick-card:hover,.collection-card:hover,.tool-directory-card:hover,
  .kitchen-card:hover,.whats-new-card:hover,.bartender-tool-card:hover{
    transform:none;
  }
}@media print{
  body{padding-bottom:0;}
  .bottom-safe-space{display:none;}
  .mobile-table-scroll{overflow:visible;}
}@media(max-width:760px){
  .tool-disclaimer-open{min-height:44px;}
  .tool-completion-panel{scroll-margin-top:80px;scroll-margin-bottom:90px;}
  [data-clear-tool],[data-reset]{min-height:44px;padding:.65rem .85rem;}
}:root{
  --ui-sans:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
}.brand-mark{
  position:relative;
  
  border-color:rgba(239,189,117,.55);
  
  
}.brand-mark:after{
  content:"";
  position:absolute;
  left:22%;right:22%;bottom:7px;
  height:1px;
  background:rgba(239,189,117,.65);
}@media(max-width:760px){
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}@media(max-width:760px){
  body{}
  .bottom-safe-space{}
  
  
  
  
}@media(prefers-reduced-motion:reduce){}.role-quickbar{position:relative;z-index:180;width:100%;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.13);background:linear-gradient(90deg,#351c12,#4c2818 52%,#351c12);box-shadow:var(--kecb-shadow-card);}@media(max-width:1240px){}@media(max-width:620px){}@media(max-width:350px){}@media print{.role-quickbar{display:none;}}.site-header-v3,
.site-header-v3 .brand,
.site-header-v3 .brand>span:last-child,
.main-nav-v3{min-width:0;}.main-nav-v3>a,
.main-nav-v3>button,
.main-nav-v3 summary{
  max-width:100%;
  overflow-wrap:normal;
  word-break:normal;
  hyphens:none;
}@media(min-width:1181px){
  .site-header-v3{
    grid-template-columns:minmax(230px,.82fr) minmax(0,1.55fr);
    gap:.55rem;
  }
  .main-nav-v3{
    flex-wrap:nowrap;
    gap:.13rem;
  }
  .main-nav-v3>a,
  .main-nav-v3>button,
  .main-nav-v3 summary{
    flex:0 1 auto;
    min-width:max-content;
    padding:.5rem clamp(.42rem,.52vw,.57rem);
    font-size:max(var(--kecb-type-meta), max(14px,clamp(.59rem,.58vw,.69rem)));
    line-height:1.12;
    letter-spacing:.045em;
    text-align:center;
    white-space:nowrap;
  }
}.nav-more-menu a{
  max-width:100%;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
  line-height:1.35;
}.button, .kitchen-button, .speakeasy-button{
  max-width:100%;
  overflow-wrap:normal;
  word-break:normal;
}.button,
.kitchen-button,
.speakeasy-button{
  white-space:normal;
  text-align:center;
  line-height:1.22;
}@media(max-width:1180px){
  .main-nav-v3>a,
  .main-nav-v3>button,
  .main-nav-v3 summary{
    white-space:normal;
    overflow-wrap:normal;
    word-break:normal;
    line-height:1.25;
  }
}@media(max-width:760px){
  .nav-menu-toggle{
    white-space:normal;
    line-height:1.15;
  }
  
}@media(max-width:1180px){
  .site-header-v3 .main-nav-v3{}
  .site-header-v3 .main-nav-v3.is-open{}
}@media(max-width:1180px){
  .site-header-v3 .main-nav-v3,
  .site-header-v3 .main-nav-v3.is-open{
    box-sizing:border-box;
    width:100%;
    min-width:0;
    max-width:100%;
    flex-wrap:nowrap;
    overflow-x:hidden;
    overflow-y:auto;
    overscroll-behavior-x:none;
  }
  .site-header-v3 .main-nav-v3>.nav-more{
    position:static;
    display:block;
    align-self:stretch;
    box-sizing:border-box;
    width:100%;
    min-width:0;
    max-width:100%;
    margin:0;
    padding:0;
    overflow:visible;
  }
  .site-header-v3 .main-nav-v3>.nav-more>summary{
    display:block;
    box-sizing:border-box;
    width:100%;
    min-width:0;
    max-width:100%;
    margin:0;
  }
  .site-header-v3 .nav-more-menu{
    
    inset:auto;
    transform:none;
    box-sizing:border-box;
    
    
    max-width:100%;
    
    overflow:visible;
  }
  .site-header-v3 .nav-more-menu a{
    display:flex;
    align-items:center;
    box-sizing:border-box;
    width:100%;
    min-width:0;
    max-width:100%;
    min-height:44px;
    margin:0;
  }
}.search-controls-efficient{align-items:end;}.search-controls-efficient label{letter-spacing:.04em;text-transform:uppercase;}.search-controls-efficient select{}.search-depth-toggle{grid-template-columns:auto 1fr;min-height:43px;padding:.55rem .7rem;border:1px solid rgba(78,42,25,.18);border-radius:var(--kecb-radius-card);background:#fff;text-transform:none;letter-spacing:0;}.search-depth-toggle input{}.search-result-group{margin:1rem 0;}.search-result-group h3{display:flex;justify-content:space-between;gap:1rem;margin:.4rem 0;padding:.45rem 0;border-bottom:1px solid rgba(78,42,25,.18);font:700 1rem/1.2 Georgia,serif;}.search-result-group h3 span{font-family:Arial,sans-serif;}.tool-autosave-bar{display:flex;justify-content:space-between;gap:.75rem;align-items:center;margin:.7rem 0;padding:.65rem .75rem;border:1px solid rgba(78,42,25,.17);border-radius:var(--kecb-radius-card);background:#f8f1e9;color:#644d40;font-size:max(var(--kecb-type-meta), max(14px,.76rem));}.tool-autosave-bar button{min-height:38px;padding:.45rem .68rem;border:1px solid rgba(78,42,25,.22);border-radius:var(--kecb-radius-pill);background:#fff;color:#713e27;font-weight:850;cursor:pointer;}.next-steps-efficient{width:min(var(--max),calc(100% - 2rem));margin:1.55rem auto;padding:.88rem;border-radius:var(--kecb-radius-card);background:linear-gradient(135deg,#2c1811,#6b3923);color:#fff;}.next-steps-efficient h2{margin:.15rem 0 .8rem;font:700 clamp(1.8rem,4vw,2.8rem)/1 Georgia,serif;}.next-steps-efficient>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;}.next-steps-efficient a{display:flex;flex-direction:column;min-height:110px;padding:.8rem;border:1px solid rgba(255,255,255,.18);border-radius:var(--kecb-radius-card);background:rgba(255,255,255,.06);color:#fff;text-decoration:none;}.next-steps-efficient small{color:#efbd75;font-weight:900;text-transform:uppercase;}.next-steps-efficient strong{margin:.35rem 0;}.next-steps-efficient span{margin-top:auto;color:#f5d39e;font-size:max(var(--kecb-type-meta), max(14px,.72rem));font-weight:900;}@keyframes kecbPulse{to{transform:scale(1.08);background:#9a5030;}}@media(max-width:900px){.role-filter-panel, .speakeasy-filter-panel, .tool-directory-controls{top:60px;}}@media(max-width:650px){.search-controls-efficient{grid-template-columns:1fr;}.role-library-loader{grid-template-columns:auto 1fr;}.role-library-loader .button{grid-column:1/-1;width:100%;}.next-steps-efficient>div{grid-template-columns:1fr;}.tool-autosave-bar{align-items:flex-start;flex-direction:column;}.tool-autosave-bar button{width:100%;}.role-filter-panel, .speakeasy-filter-panel, .tool-directory-controls{position:relative;top:auto;}}@media print{.role-library-loader,.directory-more,.tool-autosave-bar,.next-steps-efficient{display:none;}}.library-help-strip{background:#f4eadc;border-bottom:1px solid rgba(91,48,29,.18);color:#321d14;}.library-help-identity{display:flex;align-items:center;gap:.75rem;color:inherit;text-decoration:none;min-width:0;}.library-help-copy{display:grid;gap:.08rem;min-width:0;}.library-help-copy>span{font:700 max(14px,.7rem)/1.2 system-ui,sans-serif;letter-spacing:.09em;text-transform:uppercase;color:#8e3f26;}.library-help-copy strong{font:700 clamp(max(14px,.8rem),1.2vw,.96rem)/1.3 system-ui,sans-serif;white-space:normal;}.library-help-actions{display:flex;align-items:center;gap:.7rem;flex:0 0 auto;}.library-help-actions small{font:700 max(14px,.68rem)/1.2 system-ui,sans-serif;text-transform:uppercase;letter-spacing:.06em;color:#755342;}.library-help-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.55rem .9rem;border-radius:var(--kecb-radius-pill);background:#8e3f26;color:#fff;text-decoration:none;font:800 max(14px,.78rem)/1 system-ui,sans-serif;white-space:nowrap;}.library-help-button:hover,.library-help-button:focus-visible{background:#6f2f1d;transform:translateY(-1px);}.context-help-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;}.context-help-card>div{min-width:0;}.context-help-card small{display:block;color:#8e3f26;font:800 max(14px,.68rem)/1.2 system-ui,sans-serif;letter-spacing:.09em;text-transform:uppercase;margin-bottom:.25rem;}.context-help-card strong{display:block;font:700 clamp(1rem,2vw,1.24rem)/1.2 Georgia,serif;color:#321d14;}.context-help-card p{margin:.3rem 0 0;color:#684a3a;font-size:max(var(--kecb-type-meta), .9rem);}.context-help-card a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem 1rem;border-radius:var(--kecb-radius-card);background:#8e3f26;color:#fff;text-decoration:none;font-weight:800;}.context-help-card a:hover,.context-help-card a:focus-visible{background:#6f2f1d;}.help-nav-link{font-weight:800;}@media(max-width:760px){.library-help-copy strong{font-size:max(var(--kecb-type-meta), max(14px,.76rem));}.library-help-actions small{display:none;}.library-help-button{min-height:36px;padding:.5rem .72rem;font-size:max(var(--kecb-type-meta), max(14px,.72rem));}.context-help-card{width:min(100% - 1rem,1100px);margin-top:2rem;align-items:stretch;flex-direction:column;}.context-help-card a{width:100%;}}@media(max-width:420px){.library-help-copy>span{font-size:max(var(--kecb-type-meta), max(14px,.62rem));}.library-help-copy strong{font-size:max(var(--kecb-type-meta), max(14px,.7rem));}.library-help-button{padding:.48rem .6rem;}.library-help-identity{gap:.5rem;}}.ask-riley-launcher{
  position:fixed;
  
  
  z-index:9400;
  display:flex;
  align-items:center;
  
  
  
  
  border:1px solid rgba(255,226,178,.48);
  
  background:linear-gradient(135deg,#9b452a,#6f2e1d);
  color:#fff;
  text-decoration:none;
  
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  transform:translateZ(0);
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease;
}.ask-riley-launcher:hover,.ask-riley-launcher:focus-visible{
  transform:translateY(-3px);
  background:linear-gradient(135deg,#ad5130,#78331f);
  box-shadow:var(--kecb-shadow-card);
}.ask-riley-launcher:focus-visible{outline:3px solid #f2c47f;outline-offset:3px;}.ask-riley-launcher-icon{
  display:grid;
  place-items:center;
  
  
  
  border-radius:var(--kecb-radius-pill);
  
  color:#7b321f;
  box-shadow:inset 0 0 0 1px rgba(83,35,20,.12);
}.ask-riley-launcher-icon svg{width:23px;height:23px;fill:currentColor;}.ask-riley-launcher-copy{display:grid;gap:.06rem;min-width:0;}.ask-riley-launcher-copy small{
  color:#f4d6ae;
  font-size:max(var(--kecb-type-meta), max(14px,.66rem));
  font-weight:850;
  letter-spacing:.075em;
  line-height:1.1;
  text-transform:uppercase;
}.ask-riley-launcher-copy strong{
  color:#fff;
  
  font-weight:900;
  line-height:1.2;
  white-space:normal;
}.ask-riley-launcher::after{
  content:"";
  position:absolute;
  inset:-5px;
  z-index:-1;
  border:2px solid rgba(239,189,117,.34);
  border-radius:inherit;
  animation:askRileyAttention 3.2s ease-out 1.2s 2;
}@keyframes askRileyAttention{
  0%{opacity:0;transform:scale(.96);}
  18%{opacity:1;}
  70%,100%{opacity:0;transform:scale(1.08);}
}.page-help-invite{
  width:min(1100px,calc(100% - 2rem));
  margin:clamp(2.5rem,6vw,5rem) auto 2.25rem;
  padding:clamp(1.25rem,3vw,2rem);
  
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:1rem 1.25rem;
  border:1px solid rgba(126,61,37,.24);
  border-radius:var(--kecb-radius-card);
  background:linear-gradient(135deg,#fffaf2,#f2e1ce);
  box-shadow:var(--kecb-shadow-card);
}.page-help-invite-mark{
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:var(--kecb-radius-card);
  background:#8e3f26;
  color:#fff;
  font:900 1.3rem/1 system-ui,sans-serif;
}.page-help-invite-copy{min-width:0;}.page-help-invite-copy p{margin:.22rem 0 0;color:#694b3c;line-height:1.55;}.page-help-invite-copy strong{display:block;color:#3a2016;font:800 clamp(1.08rem,2vw,1.32rem)/1.25 Georgia,"Times New Roman",serif;}.page-help-invite a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:.72rem 1rem;
  border-radius:var(--kecb-radius-pill);
  background:#8e3f26;
  color:#fff;
  text-decoration:none;
  font:850 max(var(--kecb-type-meta), .82rem)/1.15 system-ui,sans-serif;
  text-align:center;
  white-space:normal;
}.page-help-invite a:hover,.page-help-invite a:focus-visible{background:#6f2f1d;transform:translateY(-1px);}.library-help-strip .library-help-copy>span{letter-spacing:.075em;}.library-help-strip .library-help-button{box-shadow:var(--kecb-shadow-card);}@media(max-width:760px){
  .ask-riley-launcher{
    
    
    min-height:52px;
    max-width:calc(100vw - 1.3rem);
    padding:.5rem .78rem .5rem .52rem;
    gap:.52rem;
  }
  .ask-riley-launcher-icon{width:38px;height:38px;flex-basis:38px;}
  .ask-riley-launcher-icon svg{width:21px;height:21px;}
  .ask-riley-launcher-copy small{font-size:max(var(--kecb-type-meta), max(14px,.59rem));}
  .ask-riley-launcher-copy strong{font-size:max(var(--kecb-type-meta), max(14px,.8rem));}
  body.has-recipe-mobile-actions .ask-riley-launcher{}
  .page-help-invite{width:calc(100% - 1rem);grid-template-columns:auto minmax(0,1fr);padding:1.15rem;gap:.8rem;margin-top:2.5rem;}
  .page-help-invite-mark{width:46px;height:46px;border-radius:var(--kecb-radius-card);}
  .page-help-invite a{grid-column:1 / -1;width:100%;}
}@media(max-width:390px){
  .ask-riley-launcher-copy small{display:none;}
  .ask-riley-launcher-copy strong{font-size:max(var(--kecb-type-meta), max(14px,.77rem));}
}@media(prefers-reduced-motion:reduce){
  .ask-riley-launcher,.ask-riley-launcher::after,.page-help-invite a{animation:none;transition:none;}
}@media print{
  .ask-riley-launcher,.page-help-invite{display:none;}
}:root{--book-ink:#2b1712;--book-paper:#fff8ed;--book-line:#d8c2a6;--book-muted:#6d5145;}.role-book-route, .book-source-banner{box-sizing:border-box;}.book-source-banner{margin:1.2rem auto 2rem;padding:0 1rem;max-width:1240px;}.book-source-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:.78rem .86rem;border:1px solid var(--book-line);border-left:4px solid var(--book-gold);border-radius:var(--kecb-radius-card);background:var(--book-paper);}.book-source-volume{display:grid;place-items:center;border-radius:var(--kecb-radius-pill);background:var(--book-ink);color:white;font-weight:950;text-align:center;}.book-source-copy h2{}.book-source-copy p{}.book-source-actions{display:flex;flex-wrap:wrap;}.book-source-actions a{white-space:nowrap;}.book-resource-volume{scroll-margin-top:80px;padding:2.5rem 0;border-bottom:2px solid #e3d1b9;}.book-resource-volume>header{max-width:900px;}.book-resource-volume h2{font-size:max(var(--kecb-type-meta), clamp(2rem,4vw,3.3rem));margin:.2rem 0;}.book-resource-group{margin:.8rem 0;border:1px solid #d8c2a6;border-radius:var(--kecb-radius-card);background:#fffaf2;overflow:hidden;}.book-resource-group summary{display:flex;justify-content:space-between;padding:1rem 1.1rem;font-weight:900;}.book-resource-card{display:flex;flex-direction:column;min-height:135px;padding:.85rem;border:1px solid #e2d0b8;border-radius:var(--kecb-radius-card);background:white;color:#2b1712;text-decoration:none;}.book-resource-card span{flex:1;margin:.4rem 0;color:#6e554a;font-size:max(var(--kecb-type-meta), .88rem);}.book-resource-card small{font-weight:850;}@media(max-width:1100px){}@media(max-width:760px){.role-book-route-grid{grid-template-columns:1fr;}.book-source-inner{grid-template-columns:1fr;}.book-source-volume{width:64px;height:64px;}.book-source-actions{display:grid;}}@media print{.book-source-banner{break-inside:avoid;}.book-source-actions{display:none;}}:root{--upgrade-cream:#fff8ed;--upgrade-ink:#2b1712;--upgrade-border:#ddc9b4;--upgrade-green:#2f6753;}.search-controls-efficient{display:grid;gap:.55rem;margin:.7rem 0 .85rem;padding:.65rem;border:1px solid var(--upgrade-border);border-radius:var(--kecb-radius-card);background:#fffaf3;}.search-controls-efficient label{display:grid;gap:.28rem;font-size:max(var(--kecb-type-meta), max(14px,.76rem));font-weight:800;color:#573327;}.search-controls-efficient select{width:100%;min-height:42px;border:1px solid #cdb49e;border-radius:var(--kecb-radius-card);background:white;padding:.48rem .55rem;color:#2b1712;}.search-depth-toggle{display:flex;}.search-depth-toggle input{width:18px;height:18px;}.search-results-toolbar{display:flex;justify-content:space-between;gap:.75rem;align-items:center;margin:.25rem 0 .65rem;font-size:max(var(--kecb-type-meta), max(14px,.8rem));}.search-clear-filters{border:0;background:none;color:#7b351f;text-decoration:underline;font-weight:800;cursor:pointer;}.search-result{position:relative;}.search-result-badges{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.35rem;}.search-result-badges b{font-size:max(var(--kecb-type-meta), max(14px,.61rem));line-height:1;padding:.3rem .42rem;border-radius:var(--kecb-radius-pill);background:#f1e3d4;color:#60351f;text-transform:uppercase;letter-spacing:.04em;}.search-match-reason{display:block;margin-top:.3rem;color:#765647;font-size:max(var(--kecb-type-meta), max(14px,.73rem));}.search-result-group h3 span{font-size:max(var(--kecb-type-meta), max(14px,.7rem));}.search-no-results{padding:1rem;border:1px dashed var(--upgrade-border);border-radius:var(--kecb-radius-card);background:#fffaf3;}.search-no-results a{font-weight:800;}.search-page-box{max-width:1100px;}.learning-step{display:grid;grid-template-columns:auto 1fr;gap:.65rem;padding:.82rem;border:1px solid var(--upgrade-border);border-radius:var(--kecb-radius-card);background:white;}.learning-step.completed{border-color:#79a38f;background:#f2faf5;}.learning-step h2{font-size:max(var(--kecb-type-meta), 1.35rem);margin:0 0 .35rem;}.directory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;}.submission-form{display:grid;gap:.85rem;margin-top:1rem;}.submission-form label{display:grid;gap:.28rem;font-weight:800;}.submission-form input,.submission-form select,.submission-form textarea{width:100%;padding:.62rem;border:1px solid #cdb49e;border-radius:var(--kecb-radius-card);background:white;}.submission-form fieldset{display:grid;gap:.75rem;padding:1rem;border:1px solid var(--upgrade-border);border-radius:var(--kecb-radius-card);}.submission-form legend{font-weight:900;padding:0 .35rem;}@media(max-width:900px){.learning-path-grid,.directory-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.path-layout{grid-template-columns:1fr;}.path-progress-card{position:static;}.search-controls-efficient{}.submission-guidelines,.moderation-steps{grid-template-columns:repeat(2,1fr);}}@media(max-width:620px){.learning-path-grid, .directory-grid, .role-guided-paths .learning-path-grid, .submission-form .form-grid, .submission-guidelines, .moderation-steps{grid-template-columns:1fr;}.search-controls-efficient{grid-template-columns:1fr;}.upgrade-wrap{width:min(100% - 1rem,1180px);}.upgrade-hero{padding:3rem .5rem;}.role-guided-paths header{align-items:flex-start;flex-direction:column;}.learning-step{grid-template-columns:1fr;}.learning-step-number{width:36px;height:36px;}}@media print{.site-header, .role-quickbar, .library-help-strip, .site-legal-notice, .site-footer, .search-overlay, .path-progress-card button, .upgrade-actions{display:none;}.path-layout{display:block;}.learning-step{break-inside:avoid;}.upgrade-hero{background:white;color:black;padding:1rem 0;}.upgrade-hero p{color:black;}}:root{--ref-ink:#2b1712;--ref-cream:#fff8ee;--ref-border:#dbc7b2;--ref-green:#2f6753;}.main-nav-v3{}.main-nav-v3>a,.main-nav-v3>button,.main-nav-v3>details>summary{}.main-nav-v3 [aria-current="page"]{text-decoration-thickness:3px;text-underline-offset:5px;}.compact-site-help{position:fixed;right:1rem;bottom:1rem;z-index:40;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem .85rem;border:1px solid #cda26e;border-radius:var(--kecb-radius-pill);background:#fff8ed;color:#5f2c1c;font-weight:900;text-decoration:none;box-shadow:var(--kecb-shadow-card);}.book-resource-card[hidden],.book-resource-group[hidden],.book-resource-volume[hidden]{display:none;}.book-resource-card{content-visibility:auto;contain-intrinsic-size:180px;}.book-resource-group summary{cursor:pointer;}.search-curated-result{border:2px solid #d6a852;background:#fff7df;}.search-curated-result::before{content:"Best starting point";display:block;margin-bottom:.35rem;font-size:max(var(--kecb-type-meta), max(14px,.64rem));font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#7a451c;}.search-controls-efficient{grid-template-columns:repeat(3,minmax(145px,1fr));}.search-result{content-visibility:auto;contain-intrinsic-size:150px;}.submission-form.submission-awaiting-choice{display:none;}.submission-form.is-ready{display:grid;}body.refined-content-page .role-quickbar{display:none;}body.refined-content-page .compact-site-help{display:none;}.site-header-v3{position:relative;}.site-header-v3+.role-quickbar{border-top:1px solid rgba(255,255,255,.08);}@media(max-width:1180px){.main-nav-v3{max-height:calc(100vh - 72px);overflow:auto;}.main-nav-v3>a,.main-nav-v3>button,.main-nav-v3>details{width:100%;}.main-nav-v3 .nav-more-menu{position:static;box-shadow:var(--kecb-shadow-none);}.compact-site-help{bottom:5.2rem;}}@media(max-width:900px){.path-start-summary, .progress-dashboard-grid, .submission-type-chooser{grid-template-columns:repeat(2,minmax(0,1fr));}.search-controls-efficient{grid-template-columns:repeat(2,minmax(0,1fr));}}@media(max-width:620px){.site-header-v3{min-height:62px;}.site-header-v3 .brand small{}.role-quickbar{display:none;}.path-start-summary, .progress-dashboard-grid, .submission-type-chooser, .search-controls-efficient{grid-template-columns:1fr;}.compact-site-help{right:.55rem;bottom:4.8rem;}.upgrade-hero, .tools-book-first-hero{padding-top:2.4rem;padding-bottom:2.4rem;}.path-resume-banner.is-visible{align-items:flex-start;flex-direction:column;}}@media print{.compact-site-help, .submission-type-chooser, .submission-change-type{display:none;}}:root{--sys-ink:#291711;--sys-cream:#fff9ef;--sys-sand:#f2e3cf;--sys-green:#27614e;--sys-blue:#315f78;--sys-border:#d9c1a8;--sys-shadow:var(--kecb-shadow-card);}.system-actions a,.system-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.55rem .75rem;border-radius:var(--kecb-radius-card);background:var(--sys-rust);color:#fff;font-weight:900;text-decoration:none;}.system-actions a.secondary,.system-button.secondary{background:#efe0cf;color:#572c1e;}.system-actions a.visit,.system-button.visit{background:var(--sys-blue);}.shift-desk{display:grid;gap:1rem;}.save-venue,.compare-venue{min-height:40px;padding:.5rem .65rem;border:1px solid #b78e6d;border-radius:var(--kecb-radius-card);background:#fff;color:#5b2d1f;font-weight:900;cursor:pointer;}.save-venue.is-saved{background:var(--sys-green);color:#fff;}.compare-venue.is-selected{background:var(--sys-blue);color:#fff;}.distance-note{font-size:max(var(--kecb-type-meta), max(14px,.78rem));color:#735549;}.trip-item{display:grid;grid-template-columns:1fr auto;gap:.7rem;padding:.8rem;border:1px solid var(--sys-border);border-radius:var(--kecb-radius-card);background:#fff;}.trip-empty{padding:1rem;border:1px dashed var(--sys-border);border-radius:var(--kecb-radius-card);background:#fffaf2;}.compare-table{width:100%;border-collapse:collapse;}.compare-table th,.compare-table td{padding:.65rem;border:1px solid var(--sys-border);vertical-align:top;}.compare-table th{background:#f1e2cf;text-align:left;}.compare-table td:first-child{font-weight:900;}.directory-dynamic-card{display:flex;flex-direction:column;padding:.8rem;border:1px solid var(--sys-border);border-radius:var(--kecb-radius-card);background:#fff;}.directory-dynamic-card h2{font-size:max(var(--kecb-type-meta), 1.16rem);}.directory-dynamic-card .meta{font-size:max(var(--kecb-type-meta), max(14px,.8rem));color:#765647;}.directory-dynamic-card .actions{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:auto;}.verification-badge{display:inline-flex;padding:.3rem .5rem;border-radius:var(--kecb-radius-pill);background:#e4f2ea;color:#23563f;font-size:max(var(--kecb-type-meta), max(14px,.72rem));font-weight:900;}.resource-system-card{display:flex;flex-direction:column;padding:.78rem;border:1px solid var(--sys-border);border-radius:var(--kecb-radius-card);background:#fff;text-decoration:none;color:var(--sys-ink);}.resource-system-card small{color:#7a5849;}.resource-system-card span{margin-top:.35rem;color:#694c3e;}.resource-system-card b{margin-top:auto;padding-top:.55rem;color:var(--sys-rust);}.system-toast{position:fixed;left:50%;bottom:5.5rem;z-index:999;transform:translateX(-50%);padding:.7rem 1rem;border-radius:var(--kecb-radius-pill);background:#271610;color:#fff;box-shadow:var(--kecb-shadow-card);font-weight:900;}@media(max-width:1000px){.system-grid, .path-system-index, .resource-system-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.shift-desk{grid-template-columns:1fr;}.main-nav-v3{gap:.2rem;}.progress-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media(max-width:700px){.system-stage-grid, .system-grid, .path-system-index, .resource-system-grid, .progress-dashboard-grid{grid-template-columns:1fr;}.discovery-toolbar{grid-template-columns:1fr;}.system-hero{padding-top:2.7rem;}}@media print{.site-header, .site-footer, .compact-site-help, .system-no-print{display:none;}.system-section{padding:1rem 0;}.shift-desk{display:block;}.shift-panel{break-inside:avoid;}}.system-wrap,.system-grid>*,.system-card,.shift-desk>*,.shift-panel{min-width:0;}.shift-desk{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start;}@media(max-width:1000px){.shift-record-panel{position:static;}}@media(max-width:700px){
 .shift-setup-grid{grid-template-columns:1fr;}
 .shift-desk{gap:.8rem;}
 .shift-panel{padding:.85rem;}
 .shift-panel .system-actions{display:grid;grid-template-columns:1fr;}
 .shift-panel .system-actions .system-button{width:100%;}
}main,main section,main article,main aside,main form{min-width:0;}main img,main svg,main video,main canvas{max-width:100%;height:auto;}main input:not([type="checkbox"]):not([type="radio"]),main select,main textarea{max-width:100%;box-sizing:border-box;}main pre{max-width:100%;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;}main table{max-width:100%;}.system-load-error{padding:1rem;border:1px solid #b65a45;border-radius:var(--kecb-radius-card);background:#fff3ef;color:#602719;}@media(max-width:700px){}:root{--sp-ink:var(--kecb-palette-ink-dark-walnut);--sp-cream:var(--kecb-palette-cream-earth);--sp-gold:var(--kecb-palette-gold-soft);--sp-rule:rgba(60,34,25,.16);}.speakeasy-page{background:#f7f1e9;}@media(max-width:1000px){.speakeasy-filter-grid{grid-template-columns:repeat(2,1fr);}.speakeasy-card-grid{grid-template-columns:repeat(3,1fr);}.bartender-tool-grid{grid-template-columns:repeat(2,1fr);}.recipe-layout{grid-template-columns:1fr;}}@media(max-width:720px){.speakeasy-hero-inner{grid-template-columns:1fr;}.speakeasy-card-grid,.speakeasy-category-grid,.recipe-related-grid{grid-template-columns:1fr 1fr;}.recipe-content-grid,.calc-layout{grid-template-columns:1fr;}}@media(max-width:520px){.speakeasy-filter-grid,.speakeasy-card-grid,.speakeasy-category-grid,.recipe-related-grid,.recipe-spec-grid{grid-template-columns:1fr;}.speakeasy-filter-footer{align-items:stretch;flex-direction:column;}}html.age-gate-open,
body.age-gate-open {
  overflow: hidden;
}.age-gate[hidden] {
  display: none;
}.age-gate {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 1rem;
}.age-gate-dialog {
  position: relative;
  width: min(590px, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: clamp(1.35rem, 4vw, 2.2rem);
  border: 1px solid rgba(240, 193, 137, .45);
  border-radius: var(--kecb-radius-card);
  background:
    linear-gradient(145deg, rgba(54, 27, 18, .98), rgba(28, 13, 10, .99));
  color: #fff8ef;
  box-shadow: var(--kecb-shadow-card);
  text-align: center;
}.age-gate-dialog .eyebrow {
  color: #efb978;
  margin-bottom: .45rem;
}.age-gate-dialog h2 {
  margin: .2rem 0 .8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: max(var(--kecb-type-meta), clamp(2rem, 6vw, 3.1rem));
  line-height: 1;
}.age-gate-dialog p {
  line-height: 1.62;
}.speakeasy-noscript-age {
  padding: .9rem 1rem;
  border-bottom: 1px solid #8c5a3d;
  background: #2b1711;
  color: #fff6ed;
  text-align: center;
  font-size: max(var(--kecb-type-meta), .9rem);
}@media (max-width: 560px) {
  .age-gate {
    align-items: end;
    padding: .5rem;
  }

  .age-gate-dialog {
    max-height: calc(100vh - 1rem);
    border-radius: var(--kecb-radius-card) var(--kecb-radius-card) var(--kecb-radius-card) var(--kecb-radius-card);
  }

  
}@media print {
  .age-gate,
  .speakeasy-noscript-age {
    display: none;
  }

  
}@keyframes speakeasy-disclaimer-enter{
  from{opacity:0;transform:translateY(10px) scale(.985);}
  to{opacity:1;transform:translateY(0) scale(1);}
}body.speakeasy-disclaimer-fallback-open{
  overflow:hidden;
}@media(max-width:620px){
  .speakeasy-disclaimer-link-wrap{
    justify-content:flex-start;
    margin:.85rem 0 1.1rem;
  }
  .speakeasy-disclaimer-open{
    min-height:44px;
    padding:.55rem 0;
    text-align:left;
  }
  .speakeasy-disclaimer-dialog{
    width:calc(100% - .5rem);
    max-height:94dvh;
    border-radius:var(--kecb-radius-card);
  }
  .speakeasy-disclaimer-shell{
    max-height:94dvh;
  }
  .speakeasy-disclaimer-footer{
    align-items:stretch;
    flex-direction:column;
  }
  .speakeasy-disclaimer-links{
    flex-direction:column;
  }
  .speakeasy-disclaimer-close{
    width:100%;
  }
}@media(prefers-reduced-motion:reduce){
  .speakeasy-disclaimer-dialog[open]{animation:none;}
}@media print{
  .speakeasy-disclaimer-link-wrap,
  .speakeasy-disclaimer-dialog{
    display:none;
  }
}@media(max-width:1000px){
  
  
  
  
}@media(max-width:620px){
  
  
  
  
}@media(prefers-reduced-motion:reduce){
  
}@media(max-width:920px){.expansion-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.workflow-grid,.pack-grid{grid-template-columns:1fr;}.callout-grid{grid-template-columns:1fr;}.role-field-centers .expansion-grid{grid-template-columns:1fr;}}@media(max-width:640px){.expansion-grid{grid-template-columns:1fr;}.field-checklist{columns:1;}.system-step{grid-template-columns:42px 1fr;gap:.75rem;}.step-number{width:38px;height:38px;}.metric-table{font-size:max(var(--kecb-type-meta), .9rem);}.metric-table th,.metric-table td{padding:.65rem;}.expansion-page .visual-hero{min-height:390px;}}@media print{.site-header,.role-quickbar,.site-footer,.search-overlay,.reading-progress,.bottom-safe-space,.button-row{display:none;}.visual-hero{min-height:auto;background:none;color:#111;}.visual-hero:before{display:none;}.visual-hero-content,.visual-hero-content h1,.visual-hero-content p,.visual-hero-content .eyebrow{color:#111;}.expansion-card{box-shadow:var(--kecb-shadow-none);break-inside:avoid;}.expansion-main{background:#fff;}}@media(max-width:640px){
  .metric-table{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:normal;}
  .metric-table th,.metric-table td{min-width:9.5rem;}
  .metric-table th:first-child,.metric-table td:first-child{min-width:7rem;}
}@media(max-width:980px){.culture-principles,.culture-role-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media(max-width:700px){.culture-principles,.culture-definition-grid,.culture-map,.culture-role-grid,.culture-resource-band .resource-links{grid-template-columns:1fr;}.culture-subnav{padding-left:1rem;padding-right:1rem;}.culture-code article{grid-template-columns:38px 1fr;}.culture-page .visual-hero{min-height:370px;}}@media print{.culture-subnav{display:none;}}:root{--sp-ink:var(--kecb-palette-ink-walnut);--sp-cream:var(--kecb-palette-cream-soft);--sp-paper:var(--kecb-palette-paper-cream);--sp-rust:var(--kecb-palette-rust-bright);--sp-gold:var(--kecb-palette-gold-base);--sp-sage:#4e6653;--sp-blue:#325d69;--sp-line:rgba(55,35,27,.16);--sp-shadow:var(--kecb-shadow-card);}body.page-speakeasy{background:#f8f0e2;}.spx-wrap{width:min(1180px,calc(100% - 2rem));margin-inline:auto;}.spx-section{padding:4.25rem 0;}.spx-section.compact{padding:2.8rem 0;}.spx-dark{background:#251711;color:#fff;}.spx-tan{background:#eadcc6;}.spx-sage{background:#dfe5dc;}.spx-blue{background:#dce8e9;}.spx-rust{background:#6e2e1e;color:#fff;}.spx-paper{background:var(--sp-paper);}.spx-kicker{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:max(var(--kecb-type-meta), max(14px,.78rem));color:#f0c98d;}.spx-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.4rem;}.spx-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.58rem .82rem;border-radius:var(--kecb-radius-card);border:1px solid transparent;background:var(--sp-rust);color:#fff;font-weight:800;text-decoration:none;cursor:pointer;}.spx-button.secondary{}.spx-button.light{}.spx-button.small{min-height:38px;padding:.5rem .75rem;font-size:max(var(--kecb-type-meta), .9rem);}.spx-button:focus-visible,.spx-card:focus-visible{outline:3px solid #f8c66b;outline-offset:3px;}.spx-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;}.spx-heading>div{max-width:760px;}.spx-heading h2{font-size:max(var(--kecb-type-meta), clamp(2rem,4vw,3.5rem));margin:.1em 0;}.spx-heading p{font-size:max(var(--kecb-type-meta), 1.04rem);margin-bottom:0;}.spx-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;}.spx-grid.four{grid-template-columns:repeat(4,minmax(0,1fr));}.spx-card{display:flex;flex-direction:column;gap:.55rem;padding:1.25rem;border:1px solid var(--sp-line);border-radius:var(--kecb-radius-card);background:var(--sp-paper);color:var(--sp-ink);text-decoration:none;box-shadow:var(--kecb-shadow-card);min-height:100%;}.spx-card:hover{transform:translateY(-2px);box-shadow:var(--kecb-shadow-card);}.spx-card strong{font-size:max(var(--kecb-type-meta), 1.1rem);}.spx-card small{margin-top:auto;font-weight:800;color:var(--sp-rust);}.spx-card.dark{background:#342119;color:#fff;border-color:rgba(255,255,255,.14);}.spx-card.dark small{color:#efc98a;}.spx-cultural-bridge{display:grid;grid-template-columns:1.1fr .9fr;gap:1.5rem;align-items:center;}.spx-cultural-bridge img{width:100%;border-radius:var(--kecb-radius-card);box-shadow:var(--kecb-shadow-card);}.spx-subnav{position:sticky;top:0;z-index:35;background:#2a1a14;color:#fff;border-top:1px solid rgba(255,255,255,.1);box-shadow:var(--kecb-shadow-card);}.spx-subnav .spx-wrap{display:flex;gap:.25rem;overflow:auto;padding:.45rem 0;}.spx-subnav a{white-space:nowrap;color:#fff;text-decoration:none;padding:.55rem .7rem;border-radius:var(--kecb-radius-card);font-size:max(var(--kecb-type-meta), .88rem);font-weight:700;}.spx-subnav a:hover,.spx-subnav a[aria-current="page"]{background:#a74727;}.spx-callout{padding:1.3rem;border-left:5px solid var(--sp-rust);background:#fff9ee;border-radius:var(--kecb-radius-card);}.spx-callout strong{display:block;margin-bottom:.3rem;}.spx-workspace{display:grid;grid-template-columns:310px 1fr;gap:1rem;align-items:start;}.spx-panel{background:#fff;border:1px solid var(--sp-line);border-radius:var(--kecb-radius-card);padding:1rem;}.spx-panel.sticky{position:sticky;top:70px;}.spx-input{width:100%;min-height:44px;border:1px solid #af9f91;border-radius:var(--kecb-radius-card);padding:.65rem;background:#fff;font:inherit;}.spx-controls{display:flex;gap:.5rem;flex-wrap:wrap;}.spx-ingredient-list{max-height:520px;overflow:auto;margin-top:.7rem;}.spx-ingredient-option{display:flex;gap:.55rem;padding:.5rem;border-bottom:1px solid #eee3d4;}.spx-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;}.spx-result{border:1px solid var(--sp-line);background:#fff;border-radius:var(--kecb-radius-card);overflow:hidden;}.spx-result img{aspect-ratio:16/9;width:100%;object-fit:cover;}.spx-result-body{padding:.8rem;}.spx-result-actions{display:flex;gap:.4rem;flex-wrap:wrap;}.spx-pill{display:inline-block;padding:.22rem .48rem;border-radius:var(--kecb-radius-pill);background:#eee3d4;font-size:max(var(--kecb-type-meta), max(14px,.76rem));font-weight:800;margin:.15rem;}.spx-pill.good{background:#dcebdc;color:#26452c;}.spx-pill.warn{background:#f6e5c5;color:#654314;}.spx-menu-item{display:grid;grid-template-columns:1fr 120px 120px auto;gap:.6rem;align-items:end;padding:1rem 0;border-bottom:1px solid var(--sp-line);}.spx-menu-item textarea{min-height:70px;}.spx-preview-item{display:grid;grid-template-columns:1fr auto;gap:.5rem;padding:.7rem 0;border-bottom:1px dotted rgba(255,255,255,.25);}.recipe-standard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;margin:.8rem 0;}.recipe-standard-grid div{background:#f3eadb;padding:.75rem;border-radius:var(--kecb-radius-card);}.recipe-standard-grid small{display:block;color:#72594c;}.recipe-standard-grid strong{display:block;}.recipe-toast{position:fixed;right:1rem;bottom:5.5rem;background:#20130f;color:#fff;padding:.75rem 1rem;border-radius:var(--kecb-radius-card);box-shadow:var(--kecb-shadow-card);z-index:1000;}.spx-index-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;}.spx-index-item{background:#fff;border:1px solid var(--sp-line);border-radius:var(--kecb-radius-card);padding:.8rem;}.spx-index-item strong{display:block;}.spx-index-item small{color:#72594c;}.spx-checklists{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;}.spx-checklist{background:#fff;border:1px solid var(--sp-line);padding:1rem;border-radius:var(--kecb-radius-card);}.spx-checklist label{display:flex;gap:.6rem;padding:.45rem 0;border-bottom:1px solid #eee;}.spx-checklist input{inline-size:1.15rem;block-size:1.15rem;margin-top:.2rem;}@media(max-width:850px){.spx-grid,.spx-grid.four,.spx-results,.recipe-intelligence-grid,.spx-index-list,.spx-checklists{grid-template-columns:1fr 1fr;}.spx-cultural-bridge,.spx-workspace{grid-template-columns:1fr;}.spx-panel.sticky{position:static;}.spx-menu-item{grid-template-columns:1fr 1fr;}.spx-menu-item>*:first-child{grid-column:1/-1;}.recipe-standard-grid{grid-template-columns:1fr 1fr;}.spx-stats{grid-template-columns:1fr 1fr;}}@media(max-width:560px){.spx-grid,.spx-grid.four,.spx-results,.recipe-intelligence-grid,.spx-index-list,.spx-checklists{grid-template-columns:1fr;}.spx-hero{min-height:500px;}.spx-hero>div{padding:4rem 0 3rem;}.spx-heading{display:block;}.spx-menu-item{grid-template-columns:1fr;}.recipe-standard-grid{grid-template-columns:1fr 1fr;}.spx-section{padding:3rem 0;}.spx-stats{gap:.45rem;}.spx-stat{padding:.75rem;}.spx-subnav{top:0;}.recipe-workspace-actions button,.recipe-workspace-actions a{flex:1 1 45%;}}@media print{.site-header,.role-quickbar,.free-access-strip,.site-legal-notice,.site-footer,.spx-subnav,.recipe-workspace-actions,.spx-actions,.spx-controls{display:none;}.spx-preview{color:#000;background:#fff;}.spx-panel{border:0;}.spx-section{padding:1rem 0;}}@media(max-width:700px){
  
  
  .page-speakeasy .spx-subnav .spx-wrap{scroll-snap-type:x proximity;padding-inline:.75rem;}
  .page-speakeasy .spx-subnav a{scroll-snap-align:start;}
}.deep-card{min-height:180px;}.deep-reading{max-width:850px;}.deep-reading h2{margin-top:2rem;}.deep-reading p,.deep-reading li{font-size:max(var(--kecb-type-meta), 1.06rem);line-height:1.75;}.deep-filter-grid,.deep-journal-grid,.deep-compare-selects{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem;}.deep-filter-grid label,.deep-journal-grid label{display:grid;gap:.35rem;font-weight:700;}.deep-dashboard-card{border:1px solid rgba(55,32,22,.2);border-radius:var(--kecb-radius-card);padding:1rem;background:#fff;}.deep-meter{height:10px;background:#e6d4b5;border-radius:var(--kecb-radius-pill);overflow:hidden;}.deep-meter span{display:block;height:100%;background:#a7522c;}.deep-compare-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:1rem;}.deep-compare-card{border:1px solid rgba(55,32,22,.2);border-radius:var(--kecb-radius-card);padding:1rem;background:#fff;}.deep-compare-card img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:var(--kecb-radius-card);}.deep-compare-card dl{display:grid;grid-template-columns:auto 1fr;gap:.4rem .7rem;}.deep-compare-card dt{font-weight:700;}.deep-compare-card dd{margin:0;}.spx-subnav .spx-wrap{overflow-x:auto;scrollbar-width:thin;white-space:nowrap;}.spx-subnav a{display:inline-flex;}@media(max-width:700px){.deep-filter-grid,.deep-journal-grid,.deep-compare-selects,.deep-compare-grid{grid-template-columns:1fr;}.deep-reading p,.deep-reading li{font-size:max(var(--kecb-type-meta), 1rem);}.deep-card{min-height:0;}}@media print{.spx-subnav, .site-header, .role-quickbar, .site-footer{display:none;}.deep-recipe-journal{border:1px solid #000;}}:root{--eco-ink:var(--kecb-palette-ink-deep-brown);--eco-cream:var(--kecb-palette-cream-warm);--eco-sand:#f1dfc9;--eco-rust:var(--kecb-palette-rust-brown);--eco-blue:#285a73;--eco-green:#245c46;--eco-line:#d5bda6;--eco-focus:#0b69a3;}[data-build-badge]{display:inline-flex;gap:.35rem;align-items:center;padding:.35rem .55rem;border:1px solid rgba(255,255,255,.28);border-radius:var(--kecb-radius-pill);font:800 max(14px,.7rem)/1.1 Arial,sans-serif;color:#fff;}.eco-data-card, .eco-project-card, .eco-claim-card{padding:clamp(.78rem,2vw,1rem);border:1px solid var(--eco-line);border-radius:var(--kecb-radius-card);background:#fff;box-shadow:var(--kecb-shadow-none);}.eco-stat{padding:.65rem;border-radius:var(--kecb-radius-card);background:#fff5e7;text-align:center;}.eco-stat strong{display:block;font-size:max(var(--kecb-type-meta), 1.4rem);color:var(--eco-rust);}.eco-actions{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem;}.eco-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.65rem .85rem;border:0;border-radius:var(--kecb-radius-card);background:var(--eco-rust);color:#fff;font-weight:900;text-decoration:none;cursor:pointer;}.eco-button.secondary{background:#ead9c7;color:#492519;}.eco-notice{padding:.85rem 1rem;border-left:5px solid var(--eco-blue);border-radius:0 var(--kecb-radius-card) var(--kecb-radius-card) 0;background:#edf7fb;color:#243f4e;}.eco-project-card h2,.eco-project-card h3{margin:.1rem 0 .4rem;}.eco-project-meta{display:flex;flex-wrap:wrap;gap:.35rem;}.eco-project-meta span{padding:.25rem .45rem;border-radius:var(--kecb-radius-pill);background:#f2e3d2;font-size:max(var(--kecb-type-meta), max(14px,.72rem));font-weight:850;}.eco-list{display:grid;gap:.55rem;padding:0;list-style:none;}.eco-list li{padding:.7rem;border:1px solid #e4d2c0;border-radius:var(--kecb-radius-card);background:#fffaf4;}.search-result-output{display:block;margin-top:.45rem;padding:.45rem .55rem;border-left:3px solid var(--eco-green);background:#f0f8f3;color:#244b3a;}.search-result-time{display:inline-block;margin-top:.35rem;color:#6c4f41;font-size:max(var(--kecb-type-meta), max(14px,.73rem));font-weight:800;}@media(max-width:900px){.eco-task-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.eco-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media(max-width:620px){.eco-task-grid, .eco-form-grid{grid-template-columns:1fr;}.eco-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.eco-actions{display:grid;}.eco-button{width:100%;}}@media(max-width:1050px){body.shift-desk-page .shift-desk{grid-template-columns:1fr;}}@media(forced-colors:active){body.shift-desk-page .shift-panel,body.shift-desk-page .shift-checklist label{border:2px solid CanvasText;}.eco-button,.system-button{forced-color-adjust:auto;}}:root{--member-ink:#251a16;--member-paper:#fffdf9;--member-soft:#f5eee5;--member-line:#d8c8b8;--member-success:#17603a;--member-focus:#176da5;}.member-nav-link{white-space:nowrap;}@media(max-width:800px){.member-account-wrap{width:min(100% - 1rem,760px);}}@media(prefers-reduced-motion:reduce){.member-button{transition:none;}}@media print{.member-account-page .site-header,.member-account-page .site-footer,.member-account-page .member-actions,.member-account-page form{display:none;}.member-account-page{background:#fff;}.member-panel{box-shadow:var(--kecb-shadow-none);}}.main-nav-v3>a.member-nav-link{display:inline-flex;align-items:center;justify-content:center;padding:.58rem .78rem;border:1px solid rgba(255,255,255,.42);border-radius:var(--kecb-radius-pill);font-weight:800;text-decoration:none;white-space:nowrap;}.main-nav-v3>a.member-nav-link:hover,.main-nav-v3>a.member-nav-link:focus-visible{background:#fff;color:#2b1711;}@media(max-width:980px){.main-nav-v3>a.member-nav-link{width:100%;justify-content:flex-start;border-radius:var(--kecb-radius-card);padding:.72rem .8rem;}}:root{
  --kecb-reading-width:72ch;
  --kecb-wide-reading-width:88ch;
  --kecb-control-height:46px;
  --kecb-section-gap:clamp(2.4rem,5vw,5rem);
}body{overflow-x:hidden;}main h1,main h2,main h3,main h4{text-wrap:balance;}main p,main li,main dd,main figcaption{text-wrap:pretty;}main img,main svg,main video{max-width:100%;}.chapter-content>p,
.chapter-content>ul,
.chapter-content>ol,
.chapter-main>p,
.chapter-main>ul,
.chapter-main>ol,
.kitchen-longform>p,
.kitchen-longform>ul,
.kitchen-longform>ol,
.prose-section>p,
.prose-section>ul,
.prose-section>ol,
.legal-section>p,
.legal-section>ul,
.legal-section>ol,
.article-content>p,
.article-content>ul,
.article-content>ol{
  max-width:var(--kecb-reading-width);
}.chapter-content>p,
.chapter-main>p,
.kitchen-longform>p,
.prose-section>p,
.legal-section>p,
.article-content>p{
  line-height:1.74;
  margin-block:0 1.1rem;
}.chapter-content>p.auto-split-paragraph,
.chapter-main>p.auto-split-paragraph,
.kitchen-longform>p.auto-split-paragraph,
.prose-section>p.auto-split-paragraph,
.legal-section>p.auto-split-paragraph,
.article-content>p.auto-split-paragraph{
  margin-top:.15rem;
}.chapter-content>h2,
.chapter-content>h3,
.chapter-main>h2,
.chapter-main>h3,
.kitchen-longform>h2,
.kitchen-longform>h3,
.prose-section>h2,
.prose-section>h3,
.legal-section>h2,
.legal-section>h3{
  max-width:var(--kecb-reading-width);
  scroll-margin-top:7rem;
}.chapter-content>h2:not(:first-child),
.chapter-main>h2:not(:first-child),
.kitchen-longform>h2:not(:first-child),
.prose-section>h2:not(:first-child),
.legal-section>h2:not(:first-child){margin-top:clamp(2rem,4vw,3.4rem);}.chapter-content>ul,
.chapter-content>ol,
.chapter-main>ul,
.chapter-main>ol,
.kitchen-longform>ul,
.kitchen-longform>ol,
.prose-section>ul,
.prose-section>ol,
.legal-section>ul,
.legal-section>ol{
  padding-left:1.35rem;
  line-height:1.68;
}.chapter-content>ul li+li,
.chapter-content>ol li+li,
.kitchen-longform>ul li+li,
.kitchen-longform>ol li+li,
.prose-section>ul li+li,
.prose-section>ol li+li,
.legal-section>ul li+li,
.legal-section>ol li+li{margin-top:.55rem;}.refined-content-page main section:not(.book-source-banner):not(.k2-hero):not(.spx-hero):not(.visual-hero):not(.section-visual-hero){scroll-margin-top:7rem;}.kitchen-panel,.prose-section,.legal-section,.chapter-section{
  border-radius:var(--kecb-radius-card);
}.kitchen-longform,.prose-section,.legal-section{
  padding:clamp(1.15rem,3vw,2rem);
}.kitchen-longform+ .kitchen-longform,
.prose-section+ .prose-section,
.legal-section+ .legal-section{margin-top:1.15rem;}.book-source-banner{border-block:1px solid rgba(75,42,25,.12);}.book-source-inner{gap:clamp(.8rem,2vw,1.4rem);padding-block:clamp(.85rem,2vw,1.25rem);}.book-source-copy p{max-width:62ch;line-height:1.5;margin:.2rem 0;}.book-source-copy h2{margin:.1rem 0 .25rem;}.book-source-actions{gap:.5rem;}main input:not([type="checkbox"]):not([type="radio"]),
main select,
main textarea{
  min-height:var(--kecb-control-height);
  border-radius:var(--kecb-radius-card);
  font:inherit;
}main textarea{min-height:7rem;resize:vertical;}main button,
main .button,
main .spx-button,
main .kitchen-button{
  min-height:44px;
  align-items:center;
  justify-content:center;
}main :is(input,select,textarea,button,a):focus-visible{
  outline:3px solid color-mix(in srgb,var(--accent,#9b5734) 72%,white);
  outline-offset:3px;
}:is(.path-card,.quick-card,.collection-card,.kitchen-card,.new-tool-card,.tool-role-card,.spx-card,.k2-result,.recommend-card) p,
:is(.path-card,.quick-card,.collection-card,.kitchen-card,.new-tool-card,.tool-role-card,.spx-card,.k2-result,.recommend-card) span{
  line-height:1.52;
}:is(.path-card,.quick-card,.collection-card,.kitchen-card,.new-tool-card,.tool-role-card,.spx-card,.k2-result,.recommend-card) strong{
  text-wrap:balance;
}.k2-subnav .k2-wrap, .spx-subnav .spx-wrap{
  overflow-x:auto;
  overscroll-behavior-inline:contain;
  scrollbar-width:thin;
  -webkit-overflow-scrolling:touch;
}.k2-subnav a, .spx-subnav a{flex:0 0 auto;white-space:nowrap;}@media(max-width:900px){
  html{scroll-padding-top:5.5rem;}
  .book-source-inner{grid-template-columns:1fr;}
  .book-source-actions{display:flex;flex-wrap:wrap;}
  .book-source-actions .button{flex:1 1 180px;}
  .editorial-grid{grid-template-columns:1fr;}
  .editorial-rail{position:static;max-height:none;}
}@media(max-width:700px){
  :root{--kecb-control-height:48px;}
  main input:not([type="checkbox"]):not([type="radio"]),main select,main textarea{font-size:max(var(--kecb-type-meta), 16px);}
  .chapter-content>p,.chapter-main>p,.kitchen-longform>p,.prose-section>p,.legal-section>p,.article-content>p{line-height:1.68;}
  .kitchen-longform,.prose-section,.legal-section{padding:1rem;}
  .spx-workspace, .updates-layout, .recipe-layout, .recipe-content-grid{grid-template-columns:1fr;}
  .k2-actions,.spx-actions,.button-row{align-items:stretch;}
  .k2-actions>* ,.spx-actions>* ,.button-row>*{width:100%;}
  .site-footer-v3{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom));}
}@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto;animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms;}
}@media print{
  .reading-progress, .nav-menu-toggle, .context-help-card{display:none;}
  .chapter-content>p,.chapter-main>p,.kitchen-longform>p,.prose-section>p,.legal-section>p,.article-content>p{max-width:none;}
}@media(min-width:370px) and (max-width:650px){
  
  
  
  
}@media(max-width:520px){
  details.kitchen-disclaimer.compact-disclaimer>summary{align-items:flex-start;flex-wrap:wrap;}
  details.kitchen-disclaimer.compact-disclaimer>summary small{order:3;width:100%;margin:0;text-align:left;}
}.chapter-content td>p,
.chapter-main td>p,
.tool-page td>p,
.tool-suite-main td>p,
.tool-specific-notice>p,
.tool-disclaimer-dialog-content>p{line-height:1.68;}.chapter-content td>p.auto-split-paragraph,
.chapter-main td>p.auto-split-paragraph,
.tool-page td>p.auto-split-paragraph,
.tool-suite-main td>p.auto-split-paragraph,
.tool-specific-notice>p.auto-split-paragraph,
.tool-disclaimer-dialog-content>p.auto-split-paragraph{margin-top:.85rem;}:root{
  --overhaul-wrap:1180px;
  --overhaul-paper:#fffaf3;
  --overhaul-card:#fffdf9;
  --overhaul-ink:#301a13;
  
  --overhaul-line:rgba(75,39,24,.16);
  
  
  --overhaul-gold:#e3ad55;
  --overhaul-shadow:var(--kecb-shadow-card);
}.refined-content-page main{min-width:0;}.refined-content-page main>section{min-width:0;}.refined-content-page main :is(p,li,dd){overflow-wrap:anywhere;}.refined-content-page main :is(.system-wrap,.book-first-wrap,.tool-suite-wrap,.wrap,.k2-wrap,.spx-wrap){max-width:var(--overhaul-wrap);}.book-source-banner{}.book-source-banner .book-source-inner{
  width:min(var(--overhaul-wrap),calc(100% - 2rem));
  grid-template-columns:auto minmax(0,1fr) auto;
  padding:.72rem 0;
}.book-source-volume{width:52px;height:52px;font-size:max(var(--kecb-type-meta), max(14px,.72rem));}.book-source-copy .eyebrow{margin:0 0 .08rem;font-size:max(var(--kecb-type-meta), max(14px,.64rem));}.book-source-copy h2{font-size:max(var(--kecb-type-meta), clamp(1.08rem,2vw,1.4rem));}.book-source-copy p:last-child{font-size:max(var(--kecb-type-meta), .82rem);line-height:1.38;}.book-source-actions .button{min-height:38px;padding:.52rem .72rem;font-size:max(var(--kecb-type-meta), max(14px,.74rem));}.tool-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));}.tool-group-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:.85rem;padding:.58rem .8rem;border:1px solid #7b4026;color:#6d361f;cursor:pointer;font-weight:900;}.tool-group-toggle:hover,.tool-group-toggle:focus-visible{background:#6d361f;color:#fff;}.tool-suite-main{background:#f6eee4;}.tool-use-steps{display:flex;align-items:center;gap:0;margin:.55rem 0 1rem;padding:.55rem .7rem;border:1px solid var(--overhaul-line);border-radius:var(--kecb-radius-card);background:rgba(255,255,255,.76);box-shadow:var(--kecb-shadow-none);}.tool-app{grid-template-columns:minmax(0,1.18fr) minmax(310px,.82fr);gap:.85rem;align-items:start;margin-top:.8rem;}.batch-recipe-form{display:block;}.batch-recipe-form fieldset{margin:0 0 .85rem;padding:.85rem;border:1px solid var(--overhaul-line);border-radius:var(--kecb-radius-card);background:#fffdfa;}.batch-recipe-form legend{padding:0 .35rem;color:#4b2b1e;font:700 1rem/1.2 Georgia,"Times New Roman",serif;}.ingredient-row{display:grid;grid-template-columns:minmax(160px,2fr) minmax(90px,.65fr) minmax(90px,.65fr) 38px;gap:.55rem;align-items:end;padding:.6rem;border:1px solid rgba(75,39,24,.11);border-radius:var(--kecb-radius-card);background:#fff;}.ingredient-row label{min-width:0;}.ingredient-row .ingredient-remove{display:grid;place-items:center;width:38px;min-height:42px;padding:0;border:1px solid rgba(130,54,32,.28);border-radius:var(--kecb-radius-card);background:#fff;color:#8b3824;cursor:pointer;font-size:max(var(--kecb-type-meta), 1.1rem);font-weight:900;}.ingredient-row:first-of-type .ingredient-remove{visibility:hidden;}.tool-disclaimer-link{margin:.7rem 0;padding:.55rem .65rem;}.site-footer-v3.footer-compact{display:grid;grid-template-columns:minmax(240px,1.2fr) minmax(0,2fr);gap:1.25rem 2rem;padding:2rem max(1rem,calc((100% - var(--overhaul-wrap))/2));background:#28130e;color:#f5e8df;}.footer-compact-brand strong{display:block;color:#efbc62;font:700 1.05rem/1.25 Georgia,"Times New Roman",serif;}.footer-compact-brand p{max-width:48ch;margin:.4rem 0 .7rem;color:#d9c6ba;font-size:max(var(--kecb-type-meta), max(14px,.78rem));line-height:1.5;}.footer-compact-brand a{color:#fff;font-size:max(var(--kecb-type-meta), max(14px,.78rem));font-weight:900;}.footer-compact-nav{display:grid;gap:.75rem;}.footer-primary-links,.footer-utility-links{display:flex;flex-wrap:wrap;gap:.45rem .85rem;}.footer-primary-links a{color:#fff;font-size:max(var(--kecb-type-meta), max(14px,.78rem));font-weight:850;}.footer-utility-links{padding-top:.7rem;border-top:1px solid rgba(255,255,255,.13);}.footer-utility-links a{color:#d6c1b5;}.footer-compact-copy{margin:0;color:#ad9589;}@media(max-width:1050px){
  
  .eco-task-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
  .tool-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .section-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}@media(max-width:820px){
  .problem-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.book-grid{grid-template-columns:1fr;}
  .book-source-banner .book-source-inner{grid-template-columns:auto minmax(0,1fr);}.book-source-actions{grid-column:1/-1;padding-left:60px;}
  .tool-app{grid-template-columns:1fr;}.tool-output{position:static;min-height:180px;}
  .tool-completion-compact .tool-completion-layout{grid-template-columns:1fr;}.tool-completion-compact .tool-completion-actions{justify-content:flex-start;}
  .site-footer-v3.footer-compact{grid-template-columns:1fr;}
}@media(max-width:650px){
  .tools-book-first-hero{padding:1.8rem 0;}.tools-book-first-hero h1{font-size:max(var(--kecb-type-meta), clamp(2.45rem,13vw,4rem));}
  .problem-grid, .tool-card-grid, .eco-task-grid, .section-tool-grid{grid-template-columns:1fr;}
  .problem-card,.book-first-card,.tool-source-card{min-height:0;}
  .series-map-step{grid-template-columns:1fr;gap:.3rem;}
  .tool-filter-shell{top:61px;}.tool-filter-row{grid-template-columns:1fr;}.tool-filter-row strong{font-size:max(var(--kecb-type-meta), max(14px,.74rem));}
  .tool-book-group{padding:.8rem;}.tool-book-group>header{align-items:flex-start;}.tool-count-pill{font-size:max(var(--kecb-type-meta), max(14px,.68rem));}
  .tool-use-steps{align-items:stretch;padding:.38rem;}
  .tool-form{grid-template-columns:1fr;}.tool-form label:has(textarea), .tool-form fieldset{grid-column:auto;}
  .recipe-basics-grid{grid-template-columns:1fr 1fr;}.recipe-basics-grid label:first-child{grid-column:1/-1;}
  .ingredient-row{grid-template-columns:minmax(0,1fr) 86px;}.ingredient-row label:nth-of-type(1){grid-column:1/-1;}.ingredient-row label:nth-of-type(3){grid-column:1/2;}.ingredient-row .ingredient-remove{grid-column:2/3;grid-row:2/3;}
  .tool-completion-compact .tool-completion-actions{display:grid;grid-template-columns:1fr 1fr;}.tool-completion-compact .tool-completion-button{width:100%;}
  .site-footer-v3.footer-compact{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom));}.footer-primary-links,.footer-utility-links{gap:.55rem 1rem;}
}@media(max-width:430px){
  .book-source-actions{padding-left:0;}.book-source-banner .book-source-inner{grid-template-columns:1fr;}.book-source-volume{display:none;}
  
  .tool-completion-compact .tool-completion-actions{grid-template-columns:1fr;}
}@media print{
  .tool-filter-shell,.tool-group-toggle,.footer-compact{display:none;}
  .tool-output{position:static;}.tool-book-group .tool-source-card{display:flex;}
}@media(max-width:650px){.tool-book-credit{white-space:normal;border-radius:var(--kecb-radius-card);}}:root{
  --audit-line:rgba(75,39,24,.18);
  --audit-soft:rgba(255,252,247,.68);
  --audit-ink:var(--kecb-palette-ink-earth);
  
  --audit-rust:var(--kecb-palette-rust-earth);
}html{}body{font-size:max(var(--kecb-type-meta), 16px);}.site-header-v3{min-height:76px;padding-block:.55rem;box-shadow:var(--kecb-shadow-card);}.site-header-v3 .brand strong{}.site-header-v3 .brand small{letter-spacing:.035em;}@media(min-width:1261px){
  .site-header-v3{grid-template-columns:minmax(260px,.9fr) minmax(0,1.55fr);gap:1rem;}
  .main-nav-v3{gap:.28rem;}
  .main-nav-v3>a,.main-nav-v3>button,.main-nav-v3 summary{letter-spacing:.035em;padding:.58rem .62rem;}
}.problem-result{padding:.9rem .1rem;border:0;border-top:1px solid var(--audit-line);border-radius:0;background:transparent;}.tool-card-grid{gap:0 1rem;}.tool-group-toggle{border-radius:var(--kecb-radius-card);background:transparent;}.directory-dynamic-card{padding:1rem .15rem;border:0;border-top:2px solid rgba(94,56,36,.22);border-radius:0;background:transparent;box-shadow:var(--kecb-shadow-none);}.directory-dynamic-card:hover{background:rgba(255,255,255,.42);}.verification-badge{width:max-content;}.chapter-content{max-width:78ch;margin-inline:auto;}.context-help-card{width:min(100% - 2rem,1100px);margin:2.25rem auto 0;padding:1rem 0;border:0;border-top:1px solid var(--audit-line);border-radius:0;background:transparent;box-shadow:var(--kecb-shadow-none);}.context-help-card p{max-width:75ch;}.page-help-invite{display:none;}.ask-riley-launcher{box-shadow:var(--kecb-shadow-card);}.ask-riley-launcher-copy small{display:none;}.ask-riley-launcher-copy strong{font-size:max(var(--kecb-type-meta), max(14px,.78rem));}.ask-riley-launcher-icon{flex-basis:34px;}.spx-subnav,.k2-subnav,.bar2-subnav,.culture-subnav{position:relative;overflow:hidden;}.spx-subnav>*,.k2-subnav>*,.bar2-subnav>*,.culture-subnav>*{scrollbar-width:thin;scroll-snap-type:x proximity;overscroll-behavior-x:contain;}.spx-subnav a,.k2-subnav a,.bar2-subnav a,.culture-subnav a{scroll-snap-align:start;}.footer-compact-brand p,.footer-primary-links a{font-size:max(var(--kecb-type-meta), max(14px,.8rem));}.footer-utility-links a{}.footer-compact-copy{}.tool-source-card small,.book-first-card>p,.learning-path-volume,.verification-badge{font-size:max(var(--kecb-type-meta), max(14px,.74rem));}@media(max-width:900px){
  .system-stage-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  
}@media(max-width:700px){
  body{font-size:max(var(--kecb-type-meta), 16px);}
  .system-section{padding:2rem .75rem;}
  .system-stage-grid{grid-template-columns:1fr;}
  .eco-task-grid{display:grid;grid-template-columns:1fr;border-bottom:0;}
  .eco-task-grid a,.eco-task-grid button{border-right:0;border-bottom:1px solid var(--audit-line);padding:.9rem .15rem;}
  .system-card,.learning-path-card{background:rgba(255,255,255,.62);}
  .tool-card-grid{grid-template-columns:1fr;}
  .tool-source-card{min-height:0;}
  
  
  
  .context-help-card{width:calc(100% - 1rem);align-items:flex-start;gap:.7rem;}
  .context-help-card a{width:auto;align-self:flex-start;}
  .ask-riley-launcher{bottom:calc(max(62px,calc(56px + env(safe-area-inset-bottom))) + .55rem);}
  .founder-profile-actions{margin-top:.8rem;}
  .spx-subnav:after,.k2-subnav:after,.bar2-subnav:after,.culture-subnav:after{content:"Swipe for more";position:absolute;right:.35rem;top:50%;transform:translateY(-50%);pointer-events:none;padding:.2rem .35rem;border-radius:var(--kecb-radius-card);background:rgba(32,17,13,.82);color:#fff;font-size:max(var(--kecb-type-meta), max(14px,.62rem));font-weight:850;}
}@media(max-width:430px){
  
  .context-help-card{flex-direction:column;}
}@media print{.ask-riley-launcher,.context-help-card{display:none;}}@media(min-width:1261px){.main-nav-v3>a,.main-nav-v3>button,.main-nav-v3 summary{font-size:max(var(--kecb-type-meta), max(14px,.79rem));}}.footer-compact-copy{font-size:max(var(--kecb-type-meta), max(14px,.76rem));}.footer-utility-links a{font-size:max(var(--kecb-type-meta), max(14px,.78rem));}@media(max-width:700px){
  .section-tools-panel{width:calc(100% - 1.5rem);padding:.9rem 0;}
  .tool-book-group:not([data-expanded="true"]):not([data-searching="true"]) .tool-source-card:nth-child(n/**/+4){display:none;}
  
  
}:root{--media-safe-bottom:max(.8rem,env(safe-area-inset-bottom));}.ask-riley-launcher{
  width:48px;height:48px;min-width:48px;min-height:48px;
  max-width:48px;padding:0;gap:0;overflow:hidden;
  border-radius:var(--kecb-radius-pill);right:.75rem;bottom:var(--media-safe-bottom);
}.ask-riley-launcher-icon{width:46px;height:46px;flex:0 0 46px;background:#fff4df;}.ask-riley-launcher-copy{
  position:absolute;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;
}.ask-riley-launcher::after{display:none;}@media(max-width:760px){
  .ask-riley-launcher{right:.55rem;bottom:calc(max(62px,calc(56px + env(safe-area-inset-bottom))) + .45rem);}
  body.has-recipe-mobile-actions .ask-riley-launcher{bottom:calc(max(124px,calc(116px + env(safe-area-inset-bottom))) + .45rem);}
}#business,#partnership,#stewardship,#instruction,#all-tools{scroll-margin-top:7rem;}@media print{.ask-riley-launcher{display:none;}}:root{--press-focus:#ffd27a;}:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid var(--press-focus);outline-offset:3px;}[data-build-id-display]{font-variant-numeric:tabular-nums;}@media(max-width:760px){
  .main-nav-v3 a,.main-nav-v3 summary,.main-nav-v3 button{min-height:44px;}
  .system-hero-inner{padding-inline:max(1rem,env(safe-area-inset-left)) max(1rem,env(safe-area-inset-right));}
}@media print{.search-overlay,.ask-riley-launcher,.nav-menu-toggle{display:none;}}.site-header-simple{gap:1rem;}.site-header-simple .brand small{max-width:32ch;}.main-nav-simple{gap:.2rem;}.main-nav-simple>a,.main-nav-simple>button,.main-nav-simple>details>summary{min-height:42px;display:flex;align-items:center;padding:.58rem .72rem;border-radius:var(--kecb-radius-card);font-size:max(var(--kecb-type-meta), .92rem);font-weight:750;white-space:nowrap;}.main-nav-simple .active{background:rgba(240,201,110,.14);color:#f7d98f;}.main-nav-simple .account-utility{margin-left:.15rem;border:1px solid rgba(255,255,255,.2);}.main-nav-simple .nav-more-menu{min-width:240px;}.main-nav-simple details[open]>summary{background:rgba(240,201,110,.14);color:#f7d98f;}.footer-simple{border-top:1px solid rgba(240,201,110,.18);}@media (max-width:1100px){.main-nav-simple{align-items:stretch;}.main-nav-simple .account-utility{margin-left:0;}.front-door-start-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:820px){.site-header-simple .brand small{display:none;}.main-nav-simple>details{width:100%;}.main-nav-simple>details>summary,.main-nav-simple>a,.main-nav-simple>button{width:100%;justify-content:flex-start;}.main-nav-simple .nav-more-menu{position:static;min-width:0;width:100%;box-shadow:var(--kecb-shadow-none);}.saved-work-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:560px){.front-door-search,.front-door-section,.front-door-founder{padding-left:.1rem;padding-right:.1rem;}.front-door-start-grid,.front-door-destination-grid,.saved-work-grid{grid-template-columns:1fr;}.front-door-start-grid>a{min-height:135px;}}@media (prefers-reduced-motion:reduce){}:root{--kecb-doc-ink:#241711;--kecb-doc-rule:#b89c7c;--kecb-doc-paper:#fffdf8;--kecb-doc-gold:#b88932;}.certificate-preview{margin-top:1.5rem;padding:1.4rem;border:10px double #6a321e;outline:2px solid #bc8d3f;outline-offset:-17px;background:linear-gradient(135deg,#fffef9,#f8edd7);text-align:center;color:#291a13;}.certificate-preview .certificate-brand{font-size:max(var(--kecb-type-meta), max(14px,.8rem));letter-spacing:.16em;text-transform:uppercase;font-weight:800;}.certificate-preview h2{font-family:Georgia,"Times New Roman",serif;font-size:max(var(--kecb-type-meta), clamp(2rem,5vw,3.4rem));margin:.55rem 0;color:#5d2818;}.certificate-preview .certificate-name{font-family:Georgia,"Times New Roman",serif;font-size:max(var(--kecb-type-meta), clamp(1.7rem,4vw,2.7rem));font-weight:700;margin:.7rem 0;border-bottom:1px solid #8f745d;display:inline-block;min-width:min(32rem,90%);padding:.15rem .5rem;}.certificate-preview .certificate-pathway{font-size:max(var(--kecb-type-meta), 1.25rem);font-weight:800;margin:.6rem 0;}.certificate-preview .certificate-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem;width:min(48rem,82%);margin:1.25rem auto;}.certificate-preview .certificate-detail{min-width:12rem;}.certificate-preview .certificate-detail strong{display:block;border-top:1px solid #8f745d;padding-top:.35rem;}.certificate-preview .certificate-boundary{max-width:62rem;margin:1.2rem auto 0;font-size:max(var(--kecb-type-meta), max(14px,.72rem));line-height:1.45;color:#5d514a;}.certificate-preview .certificate-number{font-size:max(var(--kecb-type-meta), max(14px,.75rem));letter-spacing:.08em;}.print-document-shell{display:none;}.print-document-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;border-bottom:3px solid var(--kecb-doc-accent);padding-bottom:.45rem;margin-bottom:1rem;}.print-document-header strong{font-family:Georgia,"Times New Roman",serif;font-size:max(var(--kecb-type-meta), 16pt);}.print-document-header span{display:block;color:var(--kecb-doc-muted);font-size:max(var(--kecb-type-meta), 8.5pt);}.print-document-meta{text-align:right;}.print-value{display:block;min-height:1.15rem;padding:.14rem 0 .24rem;border-bottom:1px solid #9b8b7e;white-space:pre-wrap;color:#111;}.print-choice{font-weight:700;}.print-document-footer{margin-top:1.2rem;padding-top:.4rem;border-top:1px solid #aaa;font-size:max(var(--kecb-type-meta), 8pt);color:#555;display:flex;justify-content:space-between;gap:1rem;}.print-empty{color:#777;font-style:italic;}.certificate-print-only{display:none;page:certificate;}@media(max-width:700px){.certificate-preview .certificate-details{grid-template-columns:1fr;gap:1rem;width:100%;}}@media print{
  @page{size:auto;margin:.55in}
  @page certificate{size:Letter landscape;margin:0}
  html,body{background:#fff;color:#111;}
  body.kecb-print-clone-active>*:not(.print-document-shell){display:none;}
  body.kecb-print-clone-active .print-document-shell{display:block;background:#fff;color:#111;font-family:Arial,Helvetica,sans-serif;font-size:max(var(--kecb-type-meta), 10pt);line-height:1.35;}
  .print-document-shell *{box-shadow:var(--kecb-shadow-none);text-shadow:none;color:#111;background:transparent;}
  .print-document-shell a{text-decoration:none;color:#111;}
  .print-document-shell button, .print-document-shell [role="button"], .print-document-shell .no-print, .print-document-shell .system-no-print, .print-document-shell .tool-actions, .print-document-shell .search-overlay, .print-document-shell script, .print-document-shell style{display:none;}
  .print-document-shell details>*{display:block;}.print-document-shell details summary{font-weight:800;list-style:none;}
  .print-document-shell section,.print-document-shell article,.print-document-shell fieldset,.print-document-shell table,.print-document-shell .system-card,.print-document-shell .tool-card{break-inside:avoid;}
  .print-document-shell fieldset{border:0;border-top:1px solid #8e7b69;padding:.65rem 0;margin:.75rem 0;}.print-document-shell legend{font-weight:800;padding-right:.5rem;}
  .print-document-shell h1{font-family:Georgia,"Times New Roman",serif;font-size:max(var(--kecb-type-meta), 22pt);margin:.25rem 0 .75rem;}.print-document-shell h2{font-family:Georgia,"Times New Roman",serif;font-size:max(var(--kecb-type-meta), 15pt);margin:1rem 0 .4rem;}.print-document-shell h3{font-size:max(var(--kecb-type-meta), 11.5pt);margin:.8rem 0 .3rem;}
  .print-document-shell input,.print-document-shell textarea,.print-document-shell select{display:none;}
  .print-document-shell table{width:100%;border-collapse:collapse;font-size:max(var(--kecb-type-meta), 8.5pt);}.print-document-shell th,.print-document-shell td{border:1px solid #777;padding:.28rem;vertical-align:top;}.print-document-shell th{font-weight:800;background:#eee;}
  body.printing-certificate{margin:0;padding:0;} body.printing-certificate>*:not([data-certificate-portal]){display:none;}
  body.printing-certificate>[data-certificate-portal]{display:block;position:static;width:11in;height:8.5in;box-sizing:border-box;margin:0;padding:.3in;background:#f6eedf;page:certificate;}
  body.printing-certificate>[data-certificate-portal] .certificate-preview{width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0;border:14px double #5e2918;outline:3px solid #b88932;outline-offset:-23px;background:linear-gradient(135deg,#fffef9,#f5e6c8);color:#291a13;}
  body.printing-certificate>[data-certificate-portal] .certificate-preview *{color:#291a13;}
  body.printing-certificate>[data-certificate-portal] .certificate-preview h2{font-size:max(var(--kecb-type-meta), 38pt);}
  body.printing-certificate>[data-certificate-portal] .certificate-preview .certificate-name{font-size:max(var(--kecb-type-meta), 30pt);width:72%;min-width:0;max-width:72%;}
  body.printing-certificate>[data-certificate-portal] .certificate-preview .certificate-pathway{font-size:max(var(--kecb-type-meta), 17pt);}
  body.printing-certificate>[data-certificate-portal] .certificate-preview .certificate-boundary{font-size:max(var(--kecb-type-meta), 7.5pt);max-width:9.5in;}
  body.printing-certificate>[data-certificate-portal] .certificate-preview .certificate-details{font-size:max(var(--kecb-type-meta), 10pt);}
  body.printing-certificate>[data-certificate-portal] .certificate-preview .certificate-number{font-size:max(var(--kecb-type-meta), 8pt);}
}:root{
  --ls-bg:#faf7f0; --ls-surface:#ffffff; --ls-navy:#10233f; --ls-navy-2:#1a3358;
  --ls-ink:#211d18; --ls-muted:#6c665c; --ls-line:rgba(16,35,63,.16);
  --ls-red:#9c2b2b; --ls-red-deep:#7a2020; --ls-red-ink:#faf1e8; --ls-star:#c17f3e;

  --paper:var(--ls-bg); --paper-2:#f1ece1; --white:var(--ls-surface);
  --ink:var(--ls-ink); --muted:var(--ls-muted);
  --wood:var(--ls-navy); --wood-2:var(--ls-navy-2);
  --rust:var(--ls-red); --gold:var(--ls-star);
  --line:var(--ls-line);

  --library-ink:var(--ls-ink); --library-dark:var(--ls-navy); --library-cream:var(--ls-bg);
  --library-paper:var(--ls-surface); --library-muted:var(--ls-muted); --library-rule:var(--ls-line);
  --library-brown:var(--ls-star); --library-gold:var(--ls-star);
  --page-paper:var(--ls-bg); --page-wash:#f1ece1; --page-ink:var(--ls-ink);
  --page-muted:var(--ls-muted); --page-rule:var(--ls-line);
}:root{
  --audit-muted:#10233f;
  --audit-rust:var(--kecb-palette-rust-crimson);
  --bar2-brown:#10233f;
  --bar2-copper:#10233f;
  --bar2-dark:#10233f;
  --bar2-gold:var(--kecb-palette-gold-copper);
  --book-gold:#c17f3e;
  --culture-gold:#c17f3e;
  --culture-rust:#9c2b2b;
  --dt-brown:#10233f;
  --dt-gold:var(--kecb-palette-gold-copper);
  --dt-rust:var(--kecb-palette-rust-crimson);
  --eco-muted:#10233f;
  --eco-rust:var(--kecb-palette-rust-crimson);
  --edu-brown:#10233f;
  --edu-gold:var(--kecb-palette-gold-copper);
  --edu-rust:var(--kecb-palette-rust-crimson);
  --exp-gold:#c17f3e;
  --exp-rust:#9c2b2b;
  --k-brown:#10233f;
  --k-copper:#10233f;
  --k-gold:#c17f3e;
  --k2-gold:var(--kecb-palette-gold-copper);
  --k2-rust:var(--kecb-palette-rust-crimson);
  --kecb-doc-accent:#10233f;
  --kecb-doc-muted:#10233f;
  --library-rust:#9c2b2b;
  --member-accent:#10233f;
  --member-accent-dark:#10233f;
  --member-danger:#10233f;
  --member-muted:#10233f;
  --overhaul-brown:#10233f;
  --overhaul-muted:#10233f;
  --overhaul-rust:#9c2b2b;
  --ref-gold:#c17f3e;
  --ref-rust:#9c2b2b;
  --sp-brown:#10233f;
  --sp-copper:#10233f;
  --sp-gold:var(--kecb-palette-gold-copper);
  --sp-rust:var(--kecb-palette-rust-crimson);
  --sys-gold:#c17f3e;
  --sys-rust:#9c2b2b;
  --sys-rust2:#9c2b2b;
  --truck-dark:#10233f;
  --truck-rust:#9c2b2b;
  --upgrade-gold:#c17f3e;
  --upgrade-rust:#9c2b2b;
}#bartender-station, .academy-assessment-card, .academy-at-glance article, .academy-concept-grid article, .academy-full-details, .academy-full-details details, .academy-home-hero, .academy-lesson-hero, .academy-link-card, .academy-promise-panel, .academy-rubric article, .academy-tool-grid article, .academy-track-hero, .age-gate-backdrop, .age-gate-dialog, .artist-card-actions a, .artist-card-visual, .artist-complete-callout, .artist-directory-cta, .artist-hero, .artist-hero-metrics div, .artist-intent-panel, .artist-mini-mark, .artist-profile-mark, .bar-academy-feature, .bar2-home-hero, .bar2-lesson-hero, .bar2-lesson-hero.drink, .bar2-lesson-hero.mastery, .bar2-subnav, .bar2-subnav:after, .bar2-track-hero, .bar2-track-hero.mastery, .bartender-station, .book-first-card a, .book-resource-volume-nav a, .book-resources-hero, .book-resources-simple-footer, .book-resources-simple-header, .chapter-connect-cta, .chapter-connected-learning, .chapter-work-actions a, .consulting-hero, .culture-subnav, .culture-subnav:after, .directory-methodology, .discovery-band, .dt-directory-hero, .dt-hero, .dt-tool-header, .dt-tools-hero, .edu-cta, .edu-hero, .expansion-band, .field-center-strip, .food-truck-feature-band, .food-truck-hero, .food-truck-hero:after, .food-truck-reviewed, .food-truck-snapshot-side, .food-truck-table th, .founder-page-hero, .founder-principles, .free-tools-home, .front-door-choice, .front-door-choice:focus-visible, .front-door-choice:hover, .front-door-destination-grid>a, .front-door-destination-grid>a::after, .front-door-founder, .front-door-hero, .front-door-search, .front-door-shade, .guide-full-details details, .guided-system-card, .helpdesk-hero, .home-academy-callout, .home-directory-callout, .home-discovery, .home-discovery-carousel, .home-editorial-pass .home-books-band:before, .home-explore-card, .home-explore-card::after, .home-feature-arrow, .home-feature-copy b, .home-feature-pause, .home-feature-shade, .home-hero, .k2-dark, .k2-hero, .k2-home-hero, .k2-subnav, .k2-subnav:after, .kitchen-hero, .mastery-deepen-panel, .mastery-sidebar, .member-account-page .site-header-v3 .nav-more-menu, .mission-visual:after, .nav-more-menu, .next-steps-efficient, .path-card .path-icon, .path-progress-card, .recipe-culture-door, .recipe-mobile-actions, .recipe-toast, .recipe-visual-card, .role-index-badge, .role-library-gate>summary, .role-library-hero:before, .role-library-stat, .role-quickbar, .role-related, .search-browse-card, .search-overlay, .section-image-card, .section-image-card .card-icon, .section-image-card:after, .section-visual-hero:before, .site-footer-v3.footer-compact, .site-header, .site-legal-notice, .speakeasy-disclaimer-dialog.speakeasy-dialog-fallback[open], .speakeasy-disclaimer-dialog::backdrop, .speakeasy-hero, .speakeasy-nav, .speakeasy-noscript-age, .speakeasy-warning, .spx-card.dark, .spx-dark, .spx-hero:before, .spx-preview, .spx-stat, .spx-subnav, .spx-subnav:after, .system-hero, .system-toast, .tool-all-card, .tool-disclaimer-dialog.tool-dialog-fallback[open], .tool-disclaimer-dialog::backdrop, .tool-suite-hero, .tools-book-first-hero, .upgrade-hero, .visual-banner, .visual-hero:before, .whats-new-feature-side, .whats-new-hero, .wood-swatch, body.shift-desk-page .system-hero{ background:linear-gradient(135deg,#10233f,#1a3358); }.brand-mark,.site-brand-mark{ background:var(--ls-star); color:var(--ls-navy); }::selection{  }a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:2px solid var(--ls-red); outline-offset:2px;
}@keyframes nav-live-glow{0%,100%{box-shadow:var(--kecb-shadow-card);}50%{box-shadow:0 0 0 6px rgba(156,43,43,0);}}@keyframes nav-live-dot{0%,100%{transform:scale(1);opacity:1;}50%{transform:scale(1.35);opacity:.6;}}@media(prefers-reduced-motion:reduce){}body.theme-speakeasy{background:#f7f2e8;color:#17243a;}.theme-speakeasy .spx-section{color:#17243a;}.theme-speakeasy .spx-sage{background:#e7eadc;color:#17243a;}.theme-speakeasy .spx-sage h1,.theme-speakeasy .spx-sage h2,.theme-speakeasy .spx-sage p,.theme-speakeasy .spx-sage strong,.theme-speakeasy .spx-sage span{color:#17243a;}.theme-speakeasy .spx-dark{background:#10233f;color:#fff;}.theme-speakeasy .spx-dark h1,.theme-speakeasy .spx-dark h2,.theme-speakeasy .spx-dark h3,.theme-speakeasy .spx-dark p,.theme-speakeasy .spx-dark strong,.theme-speakeasy .spx-dark small,.theme-speakeasy .spx-dark span{color:#fff;}.theme-speakeasy .spx-card, .theme-speakeasy .book-source-banner{background:#fff;color:#17243a;border-color:rgba(16,35,63,.18);}.theme-speakeasy .button.secondary{color:#10233f;border-color:#10233f;background:#fff;}@media(max-width:520px){.bar2-stat-panel{grid-template-columns:1fr;}}.artist-intent-actions button, .ask-riley-launcher, .context-help-card a, .help-resource-search-row button, .help-suggestion-actions button, .k2-house-item-actions button.primary-mini, .k2-menu-steps article>span, .k2-meter span, .learning-step-actions a, .library-help-button, .page-help-invite a, .page-help-invite-mark, .role-loader-mark, .role-nav a.active, .role-step>b, .simple-send-button, .simple-tool-guide li::before, .speakeasy-disclaimer-close, .spx-subnav a:hover, .spx-subnav a[aria-current="page"], .step-number, .tool-card-actions a:first-child, .tool-completion-button.primary, .tool-disclaimer-accept, .tool-disclaimer-link-icon, .toolkit-sequence li::before, .track-step b, .whats-new-badge{
  background:#9c2b2b;
  background-image:none;
  color:#fff;
}.culture-code article::before,
.culture-code article:before,
.deep-meter span,
.food-truck-chapter b,
.food-truck-path b,
.reading-progress,
.role-entry-card.is-recommended::before,
.role-entry-card.is-recommended:before,
.role-resource-group>summary::after,
.role-resource-group>summary:after,
.role-visual-pass .role-entry-card.is-recommended::before,
.role-visual-pass .role-entry-card.is-recommended:before{
  background:#9c2b2b;
  background-image:none;
  color:#fff;
}.unified-search-selector{}.unified-search-kicker{font:800 max(14px,.72rem)/1.2 Arial,sans-serif;}.unified-search-toggle{}.unified-search-toggle button{transition:border-color .16s,box-shadow .16s,background .16s,transform .16s;}.unified-search-toggle button:hover{border-color:#8d5a3c;transform:translateY(-1px);}.unified-search-toggle button:focus-visible{outline:3px solid rgba(156,43,43,.28);outline-offset:2px;}.unified-search-toggle button strong{font:800 1rem/1.2 Georgia,serif;color:inherit;}.unified-search-toggle button small{font:600 max(14px,.78rem)/1.35 Arial,sans-serif;}.unified-search-toggle button[aria-pressed="true"]{box-shadow:var(--kecb-shadow-card);}.unified-search-toggle button[aria-pressed="true"] small{}.unified-search-explanation{margin:.65rem 0 0;}.unified-search-audience{margin:.7rem 0 0;padding-top:.7rem;border-top:1px solid rgba(16,35,63,.11);}.unified-search-audience[hidden]{display:none;}.unified-search-audience>span{margin-right:.15rem;font:800 max(14px,.72rem)/1.2 Arial,sans-serif;text-transform:uppercase;letter-spacing:.06em;color:#6b574b;}.unified-search-audience button{font:700 max(14px,.78rem)/1.2 Arial,sans-serif;cursor:pointer;}.unified-search-audience button[aria-pressed="true"]{border-color:#9c2b2b;background:#9c2b2b;color:#fff;}.unified-search-entry{}.unified-search-entry .search-input{}.unified-search-go{font:800 max(var(--kecb-type-meta), .82rem)/1 Arial,sans-serif;letter-spacing:.04em;}.unified-search-go:hover{filter:brightness(1.08);}.unified-search-go:focus-visible{outline:3px solid rgba(156,43,43,.3);outline-offset:2px;}.search-controls-efficient[hidden],.search-results-toolbar[hidden]{display:none;}.problem-results{display:grid;gap:.75rem;margin-top:.75rem;}.problem-result{}.problem-result.is-best{border:2px solid #9c2b2b;background:#fffaf3;box-shadow:var(--kecb-shadow-card);}.problem-result-rank{display:inline-flex;margin-bottom:.45rem;padding:.28rem .48rem;border-radius:var(--kecb-radius-pill);background:#efe5d8;color:#69412c;font:900 max(14px,.64rem)/1 Arial,sans-serif;letter-spacing:.06em;text-transform:uppercase;}.problem-result.is-best .problem-result-rank{background:#9c2b2b;color:#fff;}.problem-result>small{display:block;color:#8b4a2e;font:800 max(14px,.68rem)/1.25 Arial,sans-serif;letter-spacing:.08em;text-transform:uppercase;}.problem-result h3{margin:.28rem 0 .35rem;font:800 1.25rem/1.2 Georgia,serif;color:#2c1b15;}.problem-result p{margin:0;color:#5d4b40;}.problem-result-links{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.75rem;}.problem-result-links a{display:inline-flex;align-items:center;gap:.25rem;padding:.55rem .68rem;border:1px solid #bda48e;border-radius:var(--kecb-radius-card);background:#fff;color:#5f321f;font:800 max(14px,.78rem)/1.2 Arial,sans-serif;text-decoration:none;}.problem-result-links a.primary{border-color:#10233f;background:#10233f;color:#fff;}.problem-search-library,.problem-no-match button{margin-top:.75rem;padding:.58rem .75rem;border:1px solid #9c2b2b;border-radius:var(--kecb-radius-card);background:#fff;color:#8a2727;font-weight:800;cursor:pointer;}.problem-no-match{margin-top:.75rem;padding:1rem;border:1px dashed #bd9b82;border-radius:var(--kecb-radius-card);background:#fffaf3;}.problem-no-match strong{display:block;font:800 1.08rem/1.2 Georgia,serif;}.problem-no-match p{margin:.35rem 0 0;color:#604e43;}.search-panel .unified-search-selector{margin-top:.7rem;}.search-page-box .unified-search-selector{margin-bottom:1rem;}.search-panel .search-controls-efficient{max-height:none;}.search-panel .problem-results{grid-template-columns:1fr;}.search-panel .problem-result h3{font-size:max(var(--kecb-type-meta), 1.12rem);}.search-panel .unified-search-toggle button{min-height:62px;}@media(max-width:620px){
  .unified-search-selector{padding:.75rem;border-radius:var(--kecb-radius-card);}
  .unified-search-toggle{}
  .unified-search-toggle button{min-height:58px;}
  .unified-search-entry{display:grid;grid-template-columns:1fr;}
  .unified-search-go{width:100%;min-height:46px;}
  .problem-result-links{display:grid;}
  .problem-result-links a{justify-content:space-between;}
  .unified-search-audience>span{width:100%;margin-bottom:.1rem;}
}@media(prefers-reduced-motion:reduce){.unified-search-toggle button{transition:none;}}@media print{.unified-search-selector,.unified-search-entry .unified-search-go{display:none;}}.problem-audience-note{margin:.75rem 0 0;padding:.65rem .75rem;border-left:4px solid #10233f;border-radius:0 var(--kecb-radius-card) var(--kecb-radius-card) 0;background:#edf2f8;color:#34465d;font-weight:700;font-size:max(var(--kecb-type-meta), .84rem);}.search-best-matches{padding:.75rem;border:1px solid #d5b98d;border-radius:var(--kecb-radius-card);background:#fffaf0;}.search-best-matches>h3{color:#5f351f;}.search-more-results{margin-top:1.3rem;}@media(max-width:620px){
  
  
  
}@media(max-width:700px){.simple-tool-guide ol{grid-template-columns:1fr;}}.account-utility{white-space:normal;text-align:center;line-height:1.15;max-width:12.5rem;}.account-utility.is-signed-in{background:#e9f4ed;color:#173f2c;border-color:#8db79d;}:where(
  .site-header-v3,.site-header,.site-header.site-header-simple,.site-footer-v3.footer-compact,
  .system-hero,.tool-suite-hero,.tools-book-first-hero,.book-resources-hero,
  .edu-hero,.edu-cta,.upgrade-hero,.academy-home-hero,.academy-track-hero,.academy-lesson-hero,
  .bar2-home-hero,.bar2-track-hero,.bar2-lesson-hero,.k2-home-hero,.k2-hero,.k2-dark,
  .front-door-hero,.front-door-search,.front-door-founder,.front-door-choice,
  .home-discovery,.home-directory-callout,.home-academy-callout,.home-explore-card,
  .whats-new-hero,.whats-new-feature-side,.founder-page-hero,.founder-principles,
  .artist-hero,.artist-intent-panel,.artist-directory-cta,.dt-hero,.dt-directory-hero,.dt-tools-hero,
  .visual-banner,.visual-hero,.spx-dark,.spx-card.dark,.spx-preview,.spx-stat,
  .next-steps-efficient,.path-progress-card,.role-related,.role-quickbar,
  .directory-methodology,.expansion-band,.field-center-strip,.helpdesk-hero,
  .chapter-connected-learning,.chapter-connect-cta,.guided-system-card,.site-legal-notice
){color:#faf7f0;}:where(
  .system-hero,.tool-suite-hero,.tools-book-first-hero,.book-resources-hero,.edu-hero,.edu-cta,
  .upgrade-hero,.academy-home-hero,.academy-track-hero,.academy-lesson-hero,
  .bar2-home-hero,.bar2-track-hero,.bar2-lesson-hero,.k2-home-hero,.k2-hero,.k2-dark,
  .front-door-hero,.front-door-search,.front-door-founder,.home-discovery,
  .home-directory-callout,.home-academy-callout,.whats-new-hero,.whats-new-feature-side,
  .founder-page-hero,.founder-principles,.artist-hero,.artist-intent-panel,.artist-directory-cta,
  .dt-hero,.dt-directory-hero,.dt-tools-hero,.visual-banner,.visual-hero,.spx-dark,.spx-card.dark,
  .spx-preview,.spx-stat,.next-steps-efficient,.path-progress-card,.role-related,.role-quickbar,
  .directory-methodology,.expansion-band,.field-center-strip,.helpdesk-hero,
  .chapter-connected-learning,.chapter-connect-cta,.guided-system-card,.site-legal-notice
) :where(h1,h2,h3,h4,p,li,dt,dd,small,strong,.eyebrow,.kicker,.edu-kicker,.edu-lead,.system-kicker,.section-lead,.muted){color:inherit;}:where(.site-header-v3,.site-header,.site-footer-v3.footer-compact,.nav-more-menu) a,
:where(.site-header-v3,.site-header,.site-footer-v3.footer-compact,.nav-more-menu) button,
:where(.site-header-v3,.site-header,.site-footer-v3.footer-compact,.nav-more-menu) summary{color:#faf7f0;}:where(.site-header-v3,.site-header) .brand small{color:#ded8ce;}:where(.site-footer-v3.footer-compact) p{color:#e6dfd4;}:where(.nav-more-menu){color:#faf7f0;}:where(.nav-more-menu) a:hover,:where(.nav-more-menu) a:focus-visible{background:#263e61;color:#fff;}:where(.system-card,.edu-card,.tool-app,.member-panel,.academy-card,.search-result,.directory-card,.role-entry-card,.spx-card:not(.dark)){
  color:#211d18
;}:where(.system-card,.edu-card,.tool-app,.member-panel,.academy-card,.search-result,.directory-card,.role-entry-card,.spx-card:not(.dark)) :where(h1,h2,h3,h4,p,li,dt,dd,small,strong,label,span){color:inherit;}.main-nav-v3 .search-toggle,
.site-header-v3 .search-toggle{
  appearance:none;background:transparent;border:0;
  color:#faf7f0;font:inherit;font-weight:700;padding:.55rem .65rem;cursor:pointer
;}.main-nav-v3 .search-toggle:hover,.main-nav-v3 .search-toggle:focus-visible{background:#263e61;color:#fff;border-radius:var(--kecb-radius-card);}.spx-section:not(.spx-dark):not(.spx-rust):not(.bar-academy-feature) .spx-kicker{color:#762c2c;}.spx-section:not(.spx-dark):not(.spx-rust):not(.bar-academy-feature) .spx-button{background:#9c2b2b;color:#fff;border-color:#9c2b2b;}.spx-section:not(.spx-dark):not(.spx-rust):not(.bar-academy-feature) .spx-button.secondary{
  background:transparent;color:#10233f;border-color:#10233f;}.spx-section:not(.spx-dark):not(.spx-rust):not(.bar-academy-feature) .spx-button.secondary:hover,
.spx-section:not(.spx-dark):not(.spx-rust):not(.bar-academy-feature) .spx-button.secondary:focus-visible{
  background:#10233f;color:#fff;}.site-header-v3.site-header-simple,
.site-header-v3{
  position:relative;z-index:100;display:grid;
  grid-template-columns:minmax(250px,1fr) auto;align-items:center;gap:1rem;
  min-height:74px;padding:.65rem clamp(1rem,3vw,2.4rem);
  background:linear-gradient(135deg,#10233f,#1a3358);
  border-bottom:1px solid rgba(255,255,255,.14);
  box-shadow:var(--kecb-shadow-card);color:#faf7f0;}.site-header-v3 .brand{display:flex;align-items:center;gap:.7rem;min-width:0;margin:0;text-decoration:none;color:#faf7f0;}.site-header-v3 .brand-mark{display:inline-grid;place-items:center;flex:0 0 auto;background:#9c2b2b;color:#fff;border-radius:var(--kecb-radius-card);padding:.38rem .52rem;font-weight:850;letter-spacing:.06em;box-shadow:0 0 0 1px rgba(0,0,0,.22);}.site-header-v3 .brand strong{display:block;font-family:Georgia,serif;font-size:max(var(--kecb-type-meta), 1rem);line-height:1.08;}.site-header-v3 .brand small{display:block;font-size:max(var(--kecb-type-meta), max(14px,.68rem));line-height:1.22;}.main-nav-v3.main-nav-simple,.main-nav-v3{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.22rem;min-width:0;overflow:visible;}.main-nav-v3>a,.main-nav-v3>button,.main-nav-v3>details>summary{
  display:inline-flex;align-items:center;justify-content:center;min-height:42px;
  padding:.56rem .66rem;border-radius:var(--kecb-radius-card);border:0;background:transparent;
  color:#f8f3eb;font-family:system-ui,sans-serif;font-size:max(var(--kecb-type-meta), max(14px,.76rem));font-weight:760;
  line-height:1.15;letter-spacing:.035em;text-transform:none;text-decoration:none;
  white-space:nowrap;cursor:pointer;}.main-nav-v3>a:hover,.main-nav-v3>a:focus-visible,.main-nav-v3>button:hover,.main-nav-v3>button:focus-visible,
.main-nav-v3>details>summary:hover,.main-nav-v3>details>summary:focus-visible{background:#263e61;color:#fff;outline:2px solid transparent;}.main-nav-v3 .active,.main-nav-v3 [aria-current="page"],.main-nav-v3 details[open]>summary{background:rgba(240,201,110,.16);color:#ffe2a3;}.main-nav-v3 .search-toggle{background:transparent;color:#f8f3eb;}.main-nav-v3 .account-utility{border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.06);color:#fff;max-width:13rem;}.main-nav-v3 .account-utility:hover,.main-nav-v3 .account-utility:focus-visible{background:#fff;color:#10233f;}.main-nav-v3 .nav-more{position:relative;display:inline-flex;}.main-nav-v3 .nav-more>summary{list-style:none;}.main-nav-v3 .nav-more>summary::-webkit-details-marker{display:none;}.main-nav-v3 .nav-more>summary::after{content:"▾";margin-left:.28rem;font-size:max(var(--kecb-type-meta), .72em);}.site-header-v3 .nav-more-menu{display:none;position:absolute;top:calc(100% + .35rem);left:0;z-index:120;min-width:235px;padding:.42rem;background:#10233f;border:1px solid rgba(255,255,255,.18);border-radius:var(--kecb-radius-card);box-shadow:var(--kecb-shadow-card);}.site-header-v3 .nav-more[open]>.nav-more-menu{display:flex;flex-direction:column;}.site-header-v3 .nav-more-menu a{display:block;padding:.62rem .72rem;border-radius:var(--kecb-radius-card);color:#f8f3eb;text-decoration:none;font-size:max(var(--kecb-type-meta), .82rem);font-weight:650;white-space:normal;}.site-header-v3 .nav-more-menu a:hover,.site-header-v3 .nav-more-menu a:focus-visible{background:#263e61;color:#fff;}.site-header-v3 .nav-menu-toggle{display:none;align-items:center;gap:.4rem;justify-self:end;min-height:42px;padding:.55rem .72rem;border:1px solid rgba(255,255,255,.35);border-radius:var(--kecb-radius-card);background:transparent;color:#fff;font-weight:750;cursor:pointer;}@media(max-width:1180px){
  .site-header-v3.site-header-simple,.site-header-v3{grid-template-columns:minmax(0,1fr) auto;min-height:66px;}
  .site-header-v3 .nav-menu-toggle{}
  .site-header-v3 .main-nav-v3{flex-direction:column;align-items:stretch;justify-content:flex-start;max-height:calc(100vh - 76px);overflow:auto;padding:.65rem 0 .2rem;border-top:1px solid rgba(255,255,255,.12);}
  .site-header-v3 .main-nav-v3.is-open{}
  .main-nav-v3>a,.main-nav-v3>button,.main-nav-v3>details,.main-nav-v3>details>summary{width:100%;justify-content:flex-start;text-align:left;}
  .main-nav-v3 .nav-more{display:block;}
  .site-header-v3 .nav-more-menu{position:static;min-width:0;width:100%;margin:.25rem 0 0;box-shadow:var(--kecb-shadow-none);}
  .main-nav-v3 .account-utility{max-width:none;}
}@media(max-width:620px){
  .site-header-v3.site-header-simple,.site-header-v3{padding:.55rem .8rem;}
  .site-header-v3 .brand small{display:none;}
  .site-header-v3 .brand strong{font-size:max(var(--kecb-type-meta), .94rem);}
}:root{--v34523-ink:var(--kecb-palette-ink-warm);--v34523-navy:var(--kecb-palette-navy-deep);--v34523-paper:var(--kecb-palette-paper-warm);--v34523-muted:#5b544b;--v34523-light:#faf7f0;--v34523-gold:var(--kecb-palette-gold-light);}html{max-width:100%;overflow-x:clip;text-size-adjust:100%;}*,*::before,*::after{box-sizing:border-box;}body,main,header,footer,nav,section,article,aside,div,form,fieldset,table,tbody,thead,tr,td,th{min-width:0;}img,svg,video,canvas,iframe{max-width:100%;height:auto;}pre,code,kbd,samp{max-width:100%;overflow-wrap:anywhere;white-space:pre-wrap;}:is(h1,h2,h3,h4,h5,h6,p,li,dt,dd,figcaption,label,legend,small,strong,span,a,button,summary){overflow-wrap:anywhere;word-break:normal;}:is(button,.button,[class*="-button"],[class*="_button"],input[type="button"],input[type="submit"],input[type="reset"],summary){max-width:100%;height:auto;min-height:42px;white-space:normal;line-height:1.25;text-align:center;}:is(input,select,textarea){max-width:100%;min-width:0;color:var(--v34523-ink);background:#fff;}:is(.main-nav,.main-nav-v3,.footer-primary-links,.footer-utility-links,.mobile-dock,.button-row,.actions,.tool-actions,.bar2-actions,.k2-actions,.hero-actions){min-width:0;max-width:100%;}:is(.main-nav,.main-nav-v3,.footer-primary-links,.footer-utility-links,.button-row,.actions,.tool-actions,.bar2-actions,.k2-actions,.hero-actions)>*{min-width:0;max-width:100%;}:is(.main-nav,.main-nav-v3)>a,:is(.main-nav,.main-nav-v3)>button,:is(.main-nav,.main-nav-v3)>details>summary{white-space:normal;text-wrap:balance;}:is(.grid,.cards,.card-grid,[class$="-grid"],[class*="-grid "],[class*=" grid-"])>*{min-width:0;}:is(.card,.system-card,.edu-card,.academy-card,.directory-card,.search-result,.role-entry-card,.tool-card,.tool-app,.bar2-card,.bar2-track-card,.bar2-school-card,.bar2-library-card,.bar2-path-card,.k2-card,.k2-track-card,.spx-card,.browse-card,.dashboard-card,.summary-card,.metric-card,.stat-card,.cas-card){min-width:0;max-width:100%;overflow-wrap:anywhere;}:is(.card,.system-card,.edu-card,.academy-card,.directory-card,.search-result,.role-entry-card,.tool-card,.tool-app,.bar2-card,.bar2-track-card,.bar2-school-card,.bar2-path-card,.k2-card,.k2-track-card,.spx-card:not(.dark),.browse-card,.dashboard-card,.summary-card,.metric-card,.stat-card,.cas-card){color:var(--v34523-ink);}:is(.card,.system-card,.edu-card,.academy-card,.directory-card,.search-result,.role-entry-card,.tool-card,.tool-app,.bar2-card,.bar2-track-card,.bar2-school-card,.bar2-path-card,.k2-card,.k2-track-card,.spx-card:not(.dark),.browse-card,.dashboard-card,.summary-card,.metric-card,.stat-card,.cas-card) :is(h1,h2,h3,h4,p,li,dt,dd,small,strong,label,span){color:inherit;}:is(.dark,.spx-dark,.k2-dark,.bar2-section.dark,.decision-band,.site-header,.site-header-v3,.site-footer,.site-footer-v3,.system-hero,.academy-home-hero,.academy-track-hero,.academy-lesson-hero,.bar2-track-hero,.bar2-lesson-hero,.role-quickbar,.next-steps-efficient){color:var(--v34523-light);}:is(.dark,.spx-dark,.k2-dark,.bar2-section.dark,.decision-band,.site-header,.site-header-v3,.site-footer,.site-footer-v3,.system-hero,.academy-home-hero,.academy-track-hero,.academy-lesson-hero,.bar2-track-hero,.bar2-lesson-hero,.role-quickbar,.next-steps-efficient) :is(h1,h2,h3,h4,p,li,dt,dd,small,strong,label,span){color:inherit;}:is(.dark,.spx-dark,.k2-dark,.bar2-section.dark,.decision-band,.site-header,.site-header-v3,.site-footer,.site-footer-v3,.system-hero,.academy-home-hero,.academy-track-hero,.academy-lesson-hero,.bar2-track-hero,.bar2-lesson-hero,.role-quickbar,.next-steps-efficient) .muted{color:#ded8ce;}:is(.site-header,.site-header-v3,.site-footer,.site-footer-v3,.nav-more-menu) a{color:#faf7f0;}:is(.site-header,.site-header-v3,.site-footer,.site-footer-v3,.nav-more-menu) a:hover,:is(.site-header,.site-header-v3,.site-footer,.site-footer-v3,.nav-more-menu) a:focus-visible{color:#fff;}:is(.button.primary,.spx-button:not(.secondary),button.primary,input[type="submit"]){color:#fff;}:is(.button.secondary,.spx-button.secondary,button.secondary){color:var(--v34523-navy);background:#fff;border-color:var(--v34523-navy);}:is(.eyebrow,.kicker,.section-kicker){line-height:1.35;}h1{font-size:max(var(--kecb-type-meta), clamp(2rem,6vw,4.8rem));text-wrap:balance;}h2{font-size:max(var(--kecb-type-meta), clamp(1.45rem,4vw,2.8rem));text-wrap:balance;}h3{font-size:max(var(--kecb-type-meta), clamp(1.1rem,3vw,1.65rem));}:is(.bar2-track-grid,.bar2-school-grid,.bar2-library-grid,.bar2-card-grid,.academy-grid,.tool-grid,.directory-grid,.browse-grid){grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr));}:is(.pill,.tag,.badge,.chip,[class*="-pill"],[class*="-badge"],[class*="-chip"]){max-width:100%;white-space:normal;line-height:1.25;}.table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}table{max-width:100%;}th,td{overflow-wrap:anywhere;}.search-panel,.modal,.dialog,[role="dialog"]{max-width:calc(100vw - 2rem);}@media(max-width:980px){
  .site-header-v3{grid-template-columns:1fr;}
  .main-nav-v3{justify-content:flex-start;}
  .main-nav-v3>a,.main-nav-v3>button,.main-nav-v3>details{flex:1 1 9rem;}
  .main-nav-v3>details>summary{width:100%;}
}@media(max-width:720px){
  body{overflow-x:hidden;}
  :is(.site-header,.site-header-v3,main,.page-shell,.content-shell,.bar2-wrap,.k2-wrap,.spx-wrap){padding-left:1rem;padding-right:1rem;}
  :is(.main-nav,.main-nav-v3,.footer-primary-links,.footer-utility-links,.button-row,.actions,.tool-actions,.bar2-actions,.k2-actions,.hero-actions){flex-direction:column;align-items:stretch;}
  :is(.main-nav,.main-nav-v3)>a,:is(.main-nav,.main-nav-v3)>button,:is(.main-nav,.main-nav-v3)>details{width:100%;flex-basis:auto;}
  :is(.button,[class*="-button"],button,input[type="submit"]){width:100%;}
  :is(.two-column,.three-column,.split,.hero-grid,.contact-layout,.bar2-callout-grid){grid-template-columns:1fr;}
  
}@media(max-width:420px){
  h1{font-size:max(var(--kecb-type-meta), clamp(1.8rem,11vw,2.8rem));}
  h2{font-size:max(var(--kecb-type-meta), clamp(1.35rem,8vw,2rem));}
  :is(.card,.system-card,.edu-card,.academy-card,.directory-card,.tool-card,.bar2-card,.bar2-track-card,.bar2-school-card,.bar2-library-card,.k2-card,.spx-card){padding-left:.9rem;padding-right:.9rem;}
}@media print{html,body{overflow:visible;}:is(button,.button,.mobile-dock,.search-overlay){max-width:none;}}.spx-button.secondary{
  background:#fff;color:var(--v34523-navy);border-color:var(--v34523-navy);}.recipe-standard-grid>div{color:var(--v34523-ink);}.recipe-standard-grid>div :is(small,strong,span,p){color:inherit;}@media(max-width:980px){
  :is(.spx-subnav .spx-wrap,.bar2-subnav .bar2-wrap,.k2-subnav .k2-wrap,.tool-book-jumps){
    display:flex;flex-wrap:wrap;white-space:normal;overflow:visible;
    gap:.35rem;padding:.55rem .75rem;}
  :is(.spx-subnav,.bar2-subnav,.k2-subnav,.culture-subnav){overflow:visible;}
  :is(.spx-subnav,.bar2-subnav,.k2-subnav,.culture-subnav)::after{display:none;content:none;}
  :is(.spx-subnav .spx-wrap,.bar2-subnav .bar2-wrap,.k2-subnav .k2-wrap,.tool-book-jumps)>a{
    flex:1 1 9rem;white-space:normal;justify-content:center;text-align:center;min-width:0
  ;}
}@media(max-width:560px){
  :is(.spx-subnav .spx-wrap,.bar2-subnav .bar2-wrap,.k2-subnav .k2-wrap,.tool-book-jumps)>a{flex-basis:calc(50% - .35rem);}
}.spx-dark .recipe-standard-grid>div,
.spx-dark .recipe-standard-grid>div :is(small,strong,span,p){color:var(--v34523-ink);}:root{--mm-navy:var(--kecb-palette-navy-deep);--mm-cream:var(--kecb-palette-cream-warm);--mm-ink:var(--kecb-palette-ink-brown);--mm-muted:#6d6258;--mm-line:rgba(40,24,15,.17);--mm-amber:#b86b2c;--mm-red:#8f2f2a;--mm-shadow:var(--kecb-shadow-card);}.nav-tonight>summary{display:flex;align-items:center;gap:.38rem;}.nav-tonight .nav-more-menu a:first-child{font-weight:900;color:#7f261f;}.nav-tonight .nav-more-menu a:last-child:before{content:"♪ ";color:#b86b2c;}@media(max-width:760px){body{}.bottom-safe-space{}}#chips .chip{border-radius:var(--kecb-radius-card);min-height:58px;padding:.68rem .78rem;text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.1rem;flex:1 1 180px;}#chips .chip strong{font-size:max(var(--kecb-type-meta), .9rem);line-height:1.15;}#chips .chip span{font-size:max(var(--kecb-type-meta), max(14px,.72rem));line-height:1.25;color:var(--tan-dim,#ae9785);}@media(max-width:760px){.home-fast-lane{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;}.home-fast-lane a,.home-fast-lane button{min-height:72px;padding:.72rem;}.hero{padding-top:.8rem;}.home-banner{max-height:170px;object-fit:cover;object-position:center;margin-top:1.2rem;margin-bottom:.2rem;border-radius:var(--kecb-radius-card);}#chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;}#chips .chip{min-height:66px;width:100%;padding:.62rem;}}@media(max-width:410px){.home-fast-lane{grid-template-columns:1fr;}#chips{grid-template-columns:1fr;}}.tonight-stage{min-height:62px;padding:.62rem .48rem;border:1px solid rgba(255,255,255,.18);border-radius:var(--kecb-radius-card);background:rgba(255,255,255,.065);color:#fff;font:800 max(14px,.78rem)/1.15 Arial,sans-serif;cursor:pointer;}.tonight-stage small{display:block;margin-top:.18rem;color:#bfcddd;font-size:max(var(--kecb-type-meta), max(14px,.64rem));font-weight:650;}.tonight-stage[aria-selected=true]{background:#b86b2c;border-color:#e6a66d;box-shadow:0 0 0 3px rgba(184,107,44,.22);}@media(max-width:900px){.tonight-stage-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.tonight-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));}body.shift-desk-page .shift-record-panel{position:relative;top:auto;order:-1;}}@media(max-width:600px){.tonight-command{padding-top:.75rem;}.tonight-stage-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem;}.tonight-stage{min-height:58px;font-size:max(var(--kecb-type-meta), max(14px,.74rem));}.tonight-action-panel{padding:.72rem;}.tonight-action-panel header{display:block;}.tonight-action-grid{grid-template-columns:1fr;gap:.45rem;}.tonight-action{min-height:88px;padding:.68rem;}body.shift-desk-page .system-section{padding-top:.8rem;}body.shift-desk-page .shift-panel h2{font-size:max(var(--kecb-type-meta), 1.25rem);}.tonight-mobile-jump{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;position:sticky;bottom:75px;z-index:80;margin:.75rem 0;padding:.38rem;border-radius:var(--kecb-radius-card);background:rgba(20,35,57,.96);box-shadow:var(--kecb-shadow-card);}.tonight-mobile-jump a{min-height:43px;display:grid;place-items:center;border-radius:var(--kecb-radius-card);color:#fff;text-decoration:none;font-size:max(var(--kecb-type-meta), max(14px,.72rem));font-weight:900;background:rgba(255,255,255,.08);}}@media(max-width:900px){.priority-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.personal-tool-shelves{grid-template-columns:1fr;}}@media(max-width:600px){.manager-priority-tools{padding-top:.8rem;}.priority-heading{display:block;}.priority-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;}.priority-tool-card{min-height:174px;padding:.75rem;}.priority-tool-card strong{font-size:max(var(--kecb-type-meta), .92rem);}.priority-tool-card p{font-size:max(var(--kecb-type-meta), max(14px,.72rem));}.priority-tool-card.is-secondary:not(.is-expanded){display:none;}.priority-expand{display:block;}.manager-filter-search{grid-template-columns:1fr;}.manager-filter-selects{grid-template-columns:1fr;}.full-tool-library{width:94vw;}.full-tool-library>summary{font-size:max(var(--kecb-type-meta), 1rem);}}@media(max-width:390px){.priority-tools-grid{grid-template-columns:1fr;}.priority-tool-card{min-height:145px;}}@media(prefers-reduced-motion:reduce){.home-fast-lane a,.home-fast-lane button,.tonight-action{transform:none;transition:none;}}@media print{.tonight-command,.tonight-mobile-jump,.manager-tool-finder,.priority-favorite,.priority-expand{display:none;}}:root{
  --kecb-paper:#f7f3ec;
  --kecb-paper-strong:#fffdf9;
  --kecb-surface:#ffffff;
  --kecb-surface-soft:#f1ece3;
  --kecb-ink:#1d252b;
  --kecb-ink-soft:#536069;
  --kecb-navy:#17324d;
  --kecb-navy-deep:#10263a;
  --kecb-rust:#873f2d;
  --kecb-rust-deep:#6f3023;
  --kecb-brass:#a77a38;
  --kecb-line:#d8d0c4;
  --kecb-line-strong:#bdb2a4;
  --kecb-success:#2f654d;
  --kecb-warning:#83591d;
  --kecb-danger:#8a332f;
  --kecb-shadow-sm:var(--kecb-shadow-low);
  --kecb-shadow-md:var(--kecb-shadow-card);
  --kecb-radius-sm:var(--kecb-radius-sm);
  --kecb-radius:var(--kecb-radius-card);
  --kecb-radius-lg:var(--kecb-radius-card);
  --kecb-content:1160px;
  --kecb-reading:760px;
  --kecb-focus:0 0 0 3px rgba(23,50,77,.22);
}html{background:var(--kecb-paper);scroll-padding-top:86px;}body{
  background:var(--kecb-paper);
  color:var(--kecb-ink);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}body,button,input,select,textarea{font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;}h1,h2,h3,h4,.brand strong,.book-first-kicker,.eyebrow{
  text-wrap:balance;
}p,li,dd,figcaption,.card p,.tool-source-card p{
  text-wrap:pretty;
}a{color:var(--kecb-navy);}a:hover{color:var(--kecb-rust);}::selection{background:#d7c29d;color:#15212a;}.site-header,
.site-header-v3{
  background:rgba(255,253,249,.97);
  border-bottom:1px solid var(--kecb-line);
  box-shadow:var(--kecb-shadow-card);
  color:var(--kecb-ink);
  backdrop-filter:saturate(135%) blur(12px);
}.site-header .brand,.site-header-v3 .brand{color:var(--kecb-ink);text-decoration:none;}.brand-mark{
  display:grid;place-items:center;
  min-width:47px;height:34px;padding:0 .45rem;
  border:1px solid var(--kecb-navy);
  border-radius:var(--kecb-radius-card);
  background:var(--kecb-navy);
  font-family:Georgia,"Times New Roman",serif;
  font-size:max(var(--kecb-type-meta), max(14px,.74rem));
  letter-spacing:.12em;
  box-shadow:var(--kecb-shadow-none);
}.site-header .brand strong{font-family:Georgia,"Times New Roman",serif;color:var(--kecb-navy);letter-spacing:-.015em;}.site-header .brand small{color:var(--kecb-ink-soft);}.main-nav a,.main-nav summary,.main-nav button,.nav-menu-toggle{
  color:var(--kecb-ink);
  font-weight:750;
}.main-nav a:hover,.main-nav summary:hover,.main-nav button:hover{color:var(--kecb-rust);}.main-nav a.active,.main-nav summary.active,.main-nav [aria-current="page"]{
  color:var(--kecb-navy);
  text-decoration-color:var(--kecb-brass);
}.nav-more-menu{
  background:var(--kecb-paper-strong);
  border:1px solid var(--kecb-line);
  border-radius:var(--kecb-radius);
  box-shadow:var(--kecb-shadow-card);
}.search-toggle,.nav-menu-toggle,.account-utility{
  border-color:var(--kecb-line-strong);
  border-radius:var(--kecb-radius-sm);
  background:#fff;
}main{min-width:0;}.wrap,.book-first-wrap,.system-wrap,.spx-wrap,.k2-wrap,.dir-wrap,.news-wrap,.edu-wrap{
  width:min(var(--kecb-content),92vw);
}section{scroll-margin-top:90px;}.refined-content-page main,.page-operational main,.page-editorial main{overflow:clip;}h1{letter-spacing:-.035em;line-height:1.03;}h2{letter-spacing:-.025em;line-height:1.12;}h3{letter-spacing:-.015em;line-height:1.18;}.book-first-kicker,.eyebrow,.section-kicker,.spx-kicker,.k2-kicker{
  color:var(--kecb-rust);
  font-family:ui-sans-serif,sans-serif;
  font-size:max(var(--kecb-type-meta), max(14px,.72rem));
  font-weight:850;
  letter-spacing:.115em;
  line-height:1.25;
  text-transform:uppercase;
}.page-operational{
  --card:#fff;
  --cream:#fffdf9;
  --ink:var(--kecb-ink);
  --tan:var(--kecb-ink-soft);
  --amber:var(--kecb-brass);
}.page-operational main{
  background:linear-gradient(180deg,#fffdf9 0,#f7f3ec 420px);
}:is(.card,.priority-tool-card,.tool-source-card,.spx-card,.k2-card,.edu-card,.recommend-card,.problem-card,.path-card,.resource-card,.field-center-card,.news-card,.directory-card,.venue-card,.shift-panel,.manager-filter-box,.tonight-action-panel,.personal-tool-shelf,.spx-checklist,.book-card,.course-card){
  border:1px solid var(--kecb-line);
  border-radius:var(--kecb-radius);
  background:var(--kecb-surface);
  color:var(--kecb-ink);
  box-shadow:var(--kecb-shadow-card);
}:is(.card,.priority-tool-card,.tool-source-card,.spx-card,.k2-card,.edu-card,.recommend-card,.problem-card,.path-card,.resource-card,.field-center-card,.news-card,.directory-card,.venue-card,.book-card,.course-card):hover{
  border-color:var(--kecb-line-strong);
  box-shadow:var(--kecb-shadow-card);
  transform:translateY(-1px);
}:is(.priority-tool-card,.tool-source-card,.spx-card,.k2-card,.edu-card,.recommend-card,.problem-card,.path-card,.resource-card,.field-center-card,.news-card,.directory-card,.venue-card,.book-card,.course-card) strong,
:is(.priority-tool-card,.tool-source-card,.spx-card,.k2-card,.edu-card,.recommend-card,.problem-card,.path-card,.resource-card,.field-center-card,.news-card,.directory-card,.venue-card,.book-card,.course-card) h3{
  color:var(--kecb-navy);
}:is(.priority-tool-card,.tool-source-card,.spx-card,.k2-card,.edu-card,.recommend-card,.problem-card,.path-card,.resource-card,.field-center-card,.news-card,.directory-card,.venue-card,.book-card,.course-card) p{
  color:var(--kecb-ink-soft);
}:is(.button,.btn,button[type="submit"],input[type="submit"],.spx-button,.k2-button,.edu-button){
  min-height:44px;
  border-radius:var(--kecb-radius-sm);
  font-weight:800;
  letter-spacing:.005em;
  box-shadow:var(--kecb-shadow-none);
}:is(.button.primary,.btn-primary,button.primary,button[type="submit"],input[type="submit"]){
  border:1px solid var(--kecb-navy);
  background:var(--kecb-navy);
  color:#fff;
}:is(.button.primary,.btn-primary,button.primary,button[type="submit"],input[type="submit"]):hover{
  border-color:var(--kecb-navy-deep);
  background:var(--kecb-navy-deep);
  color:#fff;
}:is(.button.secondary,.button.ghost,.btn-secondary,.spx-button.secondary,.k2-button.secondary){
  border:1px solid var(--kecb-line-strong);
  background:#fff;
  color:var(--kecb-navy);
}:is(.button,.btn,button,a):focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{
  outline:2px solid transparent;
  box-shadow:var(--kecb-shadow-card);
}label{color:var(--kecb-ink);font-weight:750;}input:not([type="checkbox"]):not([type="radio"]):not([type="range"]),select,textarea{
  min-height:46px;
  border:1px solid var(--kecb-line-strong);
  border-radius:var(--kecb-radius-sm);
  background:#fff;
  color:var(--kecb-ink);
  box-shadow:inset 0 1px 1px rgba(20,30,36,.025);
}textarea{min-height:112px;line-height:1.5;}fieldset{border-color:var(--kecb-line);border-radius:var(--kecb-radius);}legend{color:var(--kecb-navy);font-weight:850;}.page-operational .manager-priority-tools, .page-operational .manager-tool-finder, .page-operational .spx-section, .page-operational .k2-section, .page-operational .edu-section, .page-operational .dir-section, .page-operational .system-section{
  border-color:var(--kecb-line);
}.tonight-stage[aria-selected="true"]{background:var(--kecb-rust);border-color:#c9826f;}table{border-collapse:separate;border-spacing:0;width:100%;background:#fff;border:1px solid var(--kecb-line);border-radius:var(--kecb-radius);overflow:hidden;}th{background:var(--kecb-surface-soft);color:var(--kecb-navy);font-size:max(var(--kecb-type-meta), max(14px,.75rem));letter-spacing:.045em;text-transform:uppercase;}th,td{padding:.72rem .78rem;border-bottom:1px solid var(--kecb-line);text-align:left;vertical-align:top;}tr:last-child td{border-bottom:0;}:is(.dir-loading,.news-loading,.loading-state,[data-loading],#loading){
  position:relative;
  min-height:110px;
  padding:1rem;
  border:1px solid var(--kecb-line);
  border-radius:var(--kecb-radius);
  background:linear-gradient(90deg,#ede7de 25%,#f8f5ef 38%,#ede7de 52%);
  background-size:400% 100%;
  color:transparent;
  animation:kecb-skeleton 1.5s ease-in-out infinite;
}:is(.dir-loading,.news-loading,.loading-state,[data-loading],#loading):after{
  content:"Loading current information…";
  position:absolute;left:1rem;bottom:1rem;
  color:var(--kecb-ink-soft);font-size:max(var(--kecb-type-meta), max(14px,.78rem));font-weight:750;
}:is(.tool-empty-state,.empty-state,.dir-empty,.news-empty,[data-empty]){
  padding:1.15rem;
  border:1px dashed var(--kecb-line-strong);
  border-radius:var(--kecb-radius);
  background:var(--kecb-paper-strong);
  color:var(--kecb-ink-soft);
  text-align:left;
}@keyframes kecb-skeleton{0%{background-position:100% 0;}100%{background-position:-100% 0;}}.page-editorial article, .book-page article, .chapter-content{
  color:var(--kecb-ink);
}.page-editorial article p, .book-page article p, .chapter-content p{
  line-height:1.78;
}.page-editorial blockquote,.book-page blockquote,.chapter-content blockquote{
  margin:1.5rem 0;padding:1rem 1.2rem;
  border-left:4px solid var(--kecb-brass);
  background:var(--kecb-surface-soft);
  color:var(--kecb-ink);
}.book-source-banner{
  border:1px solid var(--kecb-line);
  border-radius:var(--kecb-radius);
  background:#fff;
  color:var(--kecb-ink);
  box-shadow:var(--kecb-shadow-card);
}.book-source-banner h2,.book-source-banner strong{color:var(--kecb-navy);}.book-source-banner p{color:var(--kecb-ink-soft);}.site-footer,.site-footer-v3{
  border-top:4px solid var(--kecb-brass);
  
  
}.site-footer a{color:#fff;}.site-footer p,.site-footer small{color:#c9d1d8;}.site-footer strong{color:#fff;font-family:Georgia,"Times New Roman",serif;}:is(.main-nav,.mobile-dock,.button-row,.spx-actions,.k2-actions,.edu-actions,.founder-actions,.book-card-actions,.chapter-work-actions){min-width:0;}:is(.main-nav a,.main-nav summary,.mobile-dock a,.mobile-dock button,.button,.btn,.chip,.priority-tool-card,.tool-source-card,.spx-card,.k2-card,.edu-card){overflow-wrap:anywhere;}:is(.priority-tools-grid,.tool-card-grid,.spx-grid,.k2-grid,.edu-card-grid,.problem-grid,.book-grid,.recommend-grid,.resource-links)>*{min-width:0;}@media(max-width:760px){
  html{scroll-padding-top:70px;}
  .site-header,.site-header-v3{backdrop-filter:none;}
  .site-header .brand small{display:none;}
  .brand-mark{min-width:43px;height:32px;}
  .page-operational .tools-book-first-hero,
  .page-operational .system-hero,
  .page-operational .spx-hero,
  .page-operational .k2-hero,
  .page-operational .dir-hero,
  .page-operational .news-hero,
  .page-operational .edu-hero{padding:1.2rem 0 1.35rem;}
  .page-operational .tools-book-first-hero h1,
  .page-operational .system-hero h1,
  .page-operational .spx-hero h1,
  .page-operational .k2-hero h1,
  .page-operational .dir-hero h1,
  .page-operational .news-hero h1,
  .page-operational .edu-hero h1{font-size:max(var(--kecb-type-meta), clamp(1.85rem,9vw,2.75rem));}
  .page-editorial .visual-hero,.page-editorial .section-visual-hero{min-height:260px;}
  .page-editorial .visual-hero h1,.page-editorial .section-visual-hero h1{font-size:max(var(--kecb-type-meta), clamp(2.1rem,11vw,3.35rem));}
  :is(.button,.btn,button,input,select,textarea,summary){font-size:max(var(--kecb-type-meta), 16px);}
  .priority-tool-card{min-height:156px;}
  table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;}
  th,td{min-width:130px;}
  .site-footer{padding-bottom:calc(5.75rem + env(safe-area-inset-bottom));}
}@media(max-width:420px){
  .wrap,.book-first-wrap,.system-wrap,.spx-wrap,.k2-wrap,.dir-wrap,.news-wrap,.edu-wrap{width:min(94vw,var(--kecb-content));}
  .page-editorial .visual-hero,.page-editorial .section-visual-hero{min-height:240px;}
}@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto;animation-duration:.01ms;animation-iteration-count:1;transition-duration:.01ms;}
}@media print{
  body{background:#fff;color:#000;}
  .site-header,.site-footer,.search-overlay,.home-banner{display:none;}
  :is(.card,.priority-tool-card,.tool-source-card,.spx-card,.k2-card,.edu-card,.shift-panel,.manager-filter-box){box-shadow:var(--kecb-shadow-none);border-color:#aaa;}
}:root{--workspace-ink:#18202a;--workspace-navy:#10233f;--workspace-blue:#1f5f7a;--workspace-paper:#fffdf9;--workspace-warm:#f4eadf;--workspace-line:#cfbda9;--workspace-good:#1d6249;--workspace-shadow:var(--kecb-shadow-card);}.manager-workspace-toast{position:fixed;z-index:12000;left:50%;bottom:calc(88px + env(safe-area-inset-bottom));transform:translateX(-50%);max-width:min(92vw,520px);padding:.65rem .78rem;border-radius:var(--kecb-radius-card);background:#183b31;color:#fff;font-weight:800;box-shadow:var(--kecb-shadow-card);}.manager-workspace-toast[data-error=true]{background:#742b2b;}.manager-workspace-toast[hidden]{display:none;}.workspace-more-sheet{width:min(94vw,560px);max-height:min(82vh,720px);margin:auto 0 0 auto;padding:0;border:1px solid #8e735f;border-radius:var(--kecb-radius-card) var(--kecb-radius-card) 0 0;background:#fffdf9;color:#17120f;box-shadow:var(--kecb-shadow-card);}.workspace-more-sheet::backdrop{background:rgba(12,15,20,.58);backdrop-filter:blur(3px);}.workspace-more-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.7rem .75rem;border-bottom:1px solid #ddcdbd;background:#fffdf9;}.workspace-more-head small,.workspace-more-head strong{display:block;}.workspace-more-head small{text-transform:uppercase;letter-spacing:.09em;font-size:max(var(--kecb-type-meta), max(14px,.7rem));color:#765c49;}.workspace-more-head strong{font-size:max(var(--kecb-type-meta), 1.08rem);}.workspace-more-head button{width:44px;height:44px;border:1px solid #bca58f;border-radius:var(--kecb-radius-pill);background:#fff;color:#211810;font-size:max(var(--kecb-type-meta), 1.5rem);}.workspace-more-sheet nav{display:grid;gap:.4rem;padding:.72rem .72rem calc(.72rem + env(safe-area-inset-bottom));}.workspace-more-sheet nav a{display:grid;gap:.1rem;padding:.65rem .7rem;border:1px solid #dccbbb;border-radius:var(--kecb-radius-card);background:#fff;color:#19120e;text-decoration:none;}.workspace-more-sheet nav a:first-child,.workspace-more-sheet nav a:nth-child(2){background:#f2e8dc;}.workspace-more-sheet nav span{font-weight:900;}.workspace-more-sheet nav small{color:#655548;line-height:1.35;}.workspace-empty{margin:0;padding:.75rem;border:1px dashed #bda48e;border-radius:var(--kecb-radius-card);color:#68574b;background:#fffaf4;}.shift-history-card{display:grid;gap:.48rem;padding:.6rem;border:1px solid #ddccbc;border-radius:var(--kecb-radius-card);background:#fffaf4;}.shift-history-card>div:first-child{display:grid;gap:.1rem;}.shift-history-card small{color:#76604e;font-weight:800;}.shift-history-card strong{font-size:max(var(--kecb-type-meta), .95rem);}.shift-history-card span{font-size:max(var(--kecb-type-meta), max(14px,.8rem));color:#695749;}.shift-history-actions{display:flex;gap:.4rem;flex-wrap:wrap;}.shift-history-actions button{min-height:38px;padding:.42rem .62rem;border:1px solid #8e705b;border-radius:var(--kecb-radius-card);background:#fff;color:#27201a;font-weight:850;}.venue-defaults-tool-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:.75rem 0 1rem;padding:.7rem .76rem;border:1px solid #bda48c;border-left:4px solid #1f5f7a;border-radius:var(--kecb-radius-card);background:#fffaf3;color:#19130f;}.venue-defaults-tool-card>div{display:grid;gap:.12rem;min-width:0;}.venue-defaults-tool-card small{text-transform:uppercase;letter-spacing:.08em;font-size:max(var(--kecb-type-meta), max(14px,.66rem));font-weight:900;color:#6e5543;}.venue-defaults-tool-card strong{font-size:max(var(--kecb-type-meta), .96rem);}.venue-defaults-tool-card span{font-size:max(var(--kecb-type-meta), max(14px,.78rem));color:#665448;overflow-wrap:anywhere;}.venue-defaults-tool-card button{flex:none;min-height:42px;padding:.58rem .78rem;border:1px solid #173f58;border-radius:var(--kecb-radius-card);background:#173f58;color:#fff;font-weight:900;}@media(max-width:900px){.venue-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.workspace-shortcuts-shell{grid-template-columns:1fr;}}@media(max-width:760px){body{padding-bottom:82px;}.bottom-safe-space{height:82px;}.venue-profile-section{padding-top:.75rem;}.venue-profile-card>summary{align-items:flex-start;padding:.7rem;}.venue-profile-card>summary:after{font-size:max(var(--kecb-type-meta), max(14px,.68rem));}.venue-profile-body{padding:0 .7rem .75rem;}.venue-profile-grid{grid-template-columns:1fr;}.venue-profile-grid label.wide{grid-column:auto;}.venue-profile-actions{display:grid;grid-template-columns:1fr 1fr;}.venue-profile-actions button:first-child{grid-column:1/-1;}.workspace-shortcuts-section{padding:.5rem 0;}.workspace-shortcut-panel{padding:.72rem;}.quick-log-actions{display:grid;grid-template-columns:1fr 1fr;}.quick-log-actions button{text-align:left;}.venue-defaults-tool-card{align-items:stretch;flex-direction:column;}.venue-defaults-tool-card button{width:100%;}.workspace-more-sheet{width:100%;max-height:84vh;}.shift-history-card{padding:.56rem;}.shift-history-actions{display:grid;grid-template-columns:1fr 1fr 1fr;}.shift-history-actions button{padding:.38rem .3rem;}}@media(max-width:420px){.venue-profile-actions{grid-template-columns:1fr;}.venue-profile-actions button:first-child{grid-column:auto;}.quick-log-actions{grid-template-columns:1fr;}.workspace-shortcut-panel header{align-items:flex-start;flex-direction:column;}.shift-history-actions{grid-template-columns:1fr 1fr;}.shift-history-actions button:first-child{grid-column:1/-1;}}@media(prefers-reduced-motion:reduce){.manager-workspace-toast,.workspace-more-sheet{scroll-behavior:auto;}}@media print{.workspace-more-sheet,.manager-workspace-toast,.venue-profile-section,.workspace-shortcuts-section,.quick-log-panel,.shift-history,.venue-defaults-tool-card{display:none;}}:root{--kecb-reading-measure:76ch;--kecb-low-bg:#10161f;--kecb-low-panel:#17212d;--kecb-low-text:#eef2f4;--kecb-low-muted:#bdc7cf;--kecb-low-line:#425160;}.reader-resume{display:flex;align-items:center;justify-content:space-between;gap:.65rem;margin:.58rem 0 .82rem;padding:.62rem .7rem;border:1px solid #c9d4de;border-radius:var(--kecb-radius-card);background:#f4f8fb;color:#1d3044;}.reader-resume[hidden]{display:none;}.reader-resume p{margin:0;font-size:max(var(--kecb-type-meta), .9rem);}.reader-resume-actions{display:flex;gap:.45rem;flex:0 0 auto;}.reader-resume button{min-height:40px;padding:.5rem .75rem;border-radius:var(--kecb-radius-card);}body.reader-spacious .chapter-content p,body.reader-spacious .chapter-content li{line-height:1.88;}body.reader-spacious .chapter-content p{margin-block:1.15em;}body.reader-low-light{background:var(--kecb-low-bg);color:var(--kecb-low-text);}body.reader-low-light .site-header,body.reader-low-light .chapter-main,body.reader-low-light .book-sidebar,body.reader-low-light .site-footer,body.reader-low-light .search-panel{background:var(--kecb-low-bg);color:var(--kecb-low-text);}body.reader-low-light .chapter-content,body.reader-low-light .chapter-content p,body.reader-low-light .chapter-content li,body.reader-low-light .chapter-content h1,body.reader-low-light .chapter-content h2,body.reader-low-light .chapter-content h3,body.reader-low-light .chapter-content h4{color:var(--kecb-low-text);}body.reader-low-light .manager-summary,body.reader-low-light .manager-summary-block,body.reader-low-light .chapter-connected-learning,body.reader-low-light .chapter-work-panel,body.reader-low-light .chapter-connect-cta,body.reader-low-light .content-table,body.reader-low-light .callout{background:var(--kecb-low-panel);color:var(--kecb-low-text);border-color:var(--kecb-low-line);box-shadow:var(--kecb-shadow-none);}body.reader-low-light .manager-summary-head p:last-child,body.reader-low-light .manager-summary-meta,body.reader-low-light .muted,body.reader-low-light small{color:var(--kecb-low-muted);}body.reader-low-light a{color:#9dc9f4;}body.reader-low-light input,body.reader-low-light textarea,body.reader-low-light select{background:#111a24;color:var(--kecb-low-text);border-color:var(--kecb-low-line);}body.reader-low-light .reader-resume{background:#182738;color:var(--kecb-low-text);border-color:var(--kecb-low-line);}.kecb-connectivity{position:sticky;top:0;z-index:1050;display:flex;align-items:center;justify-content:center;gap:.55rem;padding:.55rem 1rem;background:#fff1cf;border-bottom:1px solid #d3a24b;color:#4e3507;font-size:max(var(--kecb-type-meta), .86rem);font-weight:680;text-align:center;}.kecb-connectivity[hidden]{display:none;}.kecb-connectivity button{min-height:34px;padding:.3rem .62rem;border-radius:var(--kecb-radius-card);}.current-data-freshness{display:flex;align-items:flex-start;gap:.55rem;margin:.65rem auto;padding:.58rem .72rem;width:min(calc(100% - 2rem),1200px);border:1px solid #c8d5df;border-radius:var(--kecb-radius-card);background:#f5f9fc;color:#243748;font-size:max(var(--kecb-type-meta), .84rem);}.current-data-freshness.is-offline{border-color:#d3a24b;background:#fff4d8;color:#4e3507;}.current-data-freshness strong{display:block;}.current-data-freshness p{margin:.1rem 0 0;}.pwa-install-card{display:grid;grid-template-columns:1fr auto;gap:.62rem;align-items:center;margin:.75rem 0;padding:.72rem;border:1px solid #c7d3dd;border-radius:var(--kecb-radius-card);background:#f6f9fb;}.pwa-install-card h2{margin:0 0 .2rem;font-size:max(var(--kecb-type-meta), 1.08rem);}.pwa-install-card p{margin:0;color:#4e5b66;font-size:max(var(--kecb-type-meta), .88rem);}.pwa-install-card button{min-height:44px;}.offline-page{min-height:70vh;display:grid;place-items:center;padding:2rem;}@media(max-width:760px){.manager-summary-grid{grid-template-columns:1fr;}.manager-summary{border-radius:var(--kecb-radius-card);}.reader-resume{align-items:flex-start;flex-direction:column;}.reader-resume-actions{width:100%;}.reader-resume-actions button{flex:1;}.pwa-install-card{grid-template-columns:1fr;}.pwa-install-card button{width:100%;}.current-data-freshness{width:calc(100% - 1rem);margin:.5rem;}.chapter-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem .75rem;align-items:center;}.chapter-tools>span:first-child{grid-column:1;}.chapter-tools>span:nth-child(2){grid-column:2;text-align:right;}.chapter-tools>[data-toc-toggle]{grid-column:1/-1;width:100%;}.chapter-tools .reader-controls{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.42rem;width:100%;padding:.05rem 0 .2rem;}.chapter-tools .reader-controls button{width:100%;min-width:0;min-height:42px;padding:.5rem .38rem;white-space:normal;}}@media print{.manager-summary{box-shadow:var(--kecb-shadow-none);}.reader-resume,.kecb-connectivity,.current-data-freshness,.pwa-install-card,[data-save-offline],[data-reader-theme],[data-line-spacing]{display:none;}body.reader-low-light{background:#fff;color:#000;}}:root{
  --ds-navy:#10233f;
  --ds-navy-deep:#09172a;
  --ds-rust:#9c2b2b;
  --ds-paper:#fffdf9;
  --ds-ink:#1f2933;
  --ds-muted:#53606b;
  --ds-line:#cfc7bc;
  --ds-gold:#f0c96e;
}.site-header,
.site-header-v3,
.site-header-v3.site-header-simple{
  background:linear-gradient(135deg,var(--ds-navy),#1a3358);
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.16);
  box-shadow:var(--kecb-shadow-card);
}.site-header .brand, .site-header-v3 .brand, .site-header .brand strong{color:#fff;}.site-header .brand small{color:#ded8ce;}.site-header .brand-mark,
.site-header-v3 .brand-mark{
  border-color:rgba(255,255,255,.34);
  background:var(--ds-rust);
  color:#fff;
}.site-header :is(.main-nav,.main-nav-v3)>a,
.site-header :is(.main-nav,.main-nav-v3)>button,
.site-header :is(.main-nav,.main-nav-v3)>details>summary,
.site-header .nav-menu-toggle,
.site-header .search-toggle,
.site-header .account-utility{
  color:#f8f3eb;
  background:transparent;
  border-color:rgba(255,255,255,.32);
}.site-header :is(.main-nav,.main-nav-v3)>a:hover,
.site-header :is(.main-nav,.main-nav-v3)>a:focus-visible,
.site-header :is(.main-nav,.main-nav-v3)>button:hover,
.site-header :is(.main-nav,.main-nav-v3)>button:focus-visible,
.site-header :is(.main-nav,.main-nav-v3)>details>summary:hover,
.site-header :is(.main-nav,.main-nav-v3)>details>summary:focus-visible{
  color:#fff;background:#263e61;
}.site-header :is(.main-nav,.main-nav-v3) .active,
.site-header :is(.main-nav,.main-nav-v3) [aria-current="page"],
.site-header :is(.main-nav,.main-nav-v3) details[open]>summary{
  color:#ffe2a3;background:rgba(240,201,110,.16);
}.site-header .nav-more-menu{
  background:var(--ds-navy);
  border-color:rgba(255,255,255,.18);
  box-shadow:var(--kecb-shadow-card);
}.site-header .nav-more-menu a{color:#f8f3eb;background:transparent;}.site-header .nav-more-menu a:hover,.site-header .nav-more-menu a:focus-visible{color:#fff;background:#263e61;}.site-header .account-utility:hover,.site-header .account-utility:focus-visible{background:#fff;color:var(--ds-navy);}@media(max-width:980px){
  .culture-subnav,.spx-subnav,.bar2-subnav,.k2-subnav{
    overflow-x:auto;overflow-y:hidden;
    flex-wrap:nowrap;-webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;scrollbar-width:thin;
  }
  .culture-subnav>a,.spx-subnav>a,.bar2-subnav>a,.k2-subnav>a{flex:0 0 auto;white-space:nowrap;}
}@media(max-width:760px){
  body.priority-tool-page .ask-riley-launcher{display:none;}
}@media(max-width:760px){
  .system-section{padding-left:1rem;padding-right:1rem;}
  .system-section>.system-wrap,
  .system-section .system-wrap,
  .tonight-command .system-wrap,
  main>.system-wrap{
    width:100%;max-width:1180px;margin-left:auto;margin-right:auto;
  }
  .page-editorial main.wrap.page-main{width:100%;max-width:none;}
  .page-editorial main.wrap.page-main>.section-visual-hero,
  .page-editorial main.wrap.page-main>.visual-hero{width:100%;max-width:none;}
}@media(max-width:760px){
  
  
  
}body :is(a.button.primary,button.button.primary,.button.primary,.btn-primary){background:var(--ds-navy);color:#fff;border-color:var(--ds-navy);}body :is(a.button.secondary,button.button.secondary,.button.secondary,.button.ghost,.btn-secondary){background:#fff;color:var(--ds-navy);border-color:var(--ds-navy);}body :is(a.button.secondary,button.button.secondary,.button.secondary,.button.ghost,.btn-secondary):hover,
body :is(a.button.secondary,button.button.secondary,.button.secondary,.button.ghost,.btn-secondary):focus-visible{background:#edf1f5;color:var(--ds-navy-deep);}.site-footer,.site-footer-v3{background:var(--ds-navy-deep);color:#eef2f5;}.site-footer :is(p,small,span){color:#d5dde4;}.site-footer :is(a,strong){color:#fff;}@media(max-width:420px){
  .priority-tool-dock-actions button{min-width:46px;}
  .priority-tool-live-summary{max-width:42vw;}
  .priority-tool-live-summary strong{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
}@media(prefers-reduced-motion:reduce){
  .home-fast-lane a,.home-fast-lane button{transform:none;transition:none;}
}@media print{.ask-riley-launcher{display:none;}}:root{
  --dc-navy:var(--kecb-palette-navy-deep);
  --dc-navy-deep:#09172a;
  --dc-rust:var(--kecb-palette-rust-strong);
  --dc-paper:var(--kecb-palette-paper-warm);
  --dc-card:#f1ece1;
  --dc-ink:var(--kecb-palette-ink-warm);
  --dc-muted:#62594f;
  --dc-line:#bdb2a5;
}body.page-operational #console .ask input{
  background:#fff;
  color:var(--dc-ink);
  caret-color:var(--dc-navy);
  border-color:#b8aa9b;
}body.page-operational #console .ask input::placeholder{color:#7a7168;opacity:1;}body.page-operational #console .ask label{color:#3d3a35;}body.page-operational #console .chip{
  background:var(--dc-card);
  color:var(--dc-navy);
  border-color:var(--dc-line);
  box-shadow:var(--kecb-shadow-none);
}body.page-operational #console .chip strong{color:var(--dc-navy);}body.page-operational #console .chip span{color:var(--dc-muted);}body.page-operational #console .chip:hover,
body.page-operational #console .chip:focus-visible{
  background:#fff;
  color:var(--dc-rust);
  border-color:var(--dc-rust);
}body.page-operational #console .chip:hover strong,
body.page-operational #console .chip:focus-visible strong{color:var(--dc-rust);}body.page-operational #console .chip:hover span,
body.page-operational #console .chip:focus-visible span{color:#453e37;}body.page-operational #console .answer{
  background:#f8f3ea;
  color:var(--dc-ink);
}body.page-operational #console .answer :is(h2,h3,strong){color:var(--dc-navy);}body.page-operational #console .answer p{color:#554d45;}body.page-operational #console .answer .links a:not(.primary){
  background:#fff;
  color:var(--dc-navy);
  border-color:#a99e91;
}body.page-operational #console .answer .links a.primary{
  background:var(--dc-navy);
  color:#fff;
}@media(prefers-reduced-motion:reduce){
  body.page-operational #console .chip{transition:none;transform:none;}
}body.page-operational footer.site{
  color:#5c554d;
  border-top-color:#cfc7bc;
}body.page-operational footer.site .copy,
body.page-operational footer.site .foot .fbrand p{color:#5c554d;}:root{
  --al53-navy:var(--kecb-palette-navy-deep);
  --al53-navy-deep:#09172a;
  --al53-rust:var(--kecb-palette-rust-strong);
  --al53-paper:var(--kecb-palette-paper-warm);
  --al53-gold:var(--kecb-palette-gold-light);
  --al53-cream:var(--kecb-palette-cream-sand);
}@media(max-width:1320px){
  .bar-academy-feature-head{
    grid-template-columns:minmax(0,1fr);
    gap:1.75rem;
    align-items:start;
  }
  .bar-academy-feature-head > div:first-child{max-width:900px;}
  .bar-academy-feature-stats{
    grid-template-columns:repeat(4,minmax(0,1fr));
    align-items:stretch;
  }
  .bar-academy-feature-stats > div{min-height:104px;}
}@media(max-width:980px){
  .bar-academy-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}@media(max-width:820px){
  .bar-academy-feature-stats{grid-template-columns:repeat(2,minmax(0,1fr));}
}@media(max-width:620px){
  .bar-academy-feature .spx-wrap{
    width:calc(100% - 1.25rem);
    max-width:calc(100% - 1.25rem);
  }
  .bar-academy-feature-grid{grid-template-columns:minmax(0,1fr);}
  .bar-academy-feature .spx-actions{display:grid;grid-template-columns:1fr;}
  .bar-academy-feature .spx-actions a{width:100%;min-width:0;}
}@media(max-width:360px){
  .bar-academy-feature-stats{grid-template-columns:minmax(0,1fr);}
}@media(prefers-reduced-motion:reduce){
  .section-tools-panel .chapter-work-actions a,
  .bar-academy-feature a{transition:none;transform:none;}
}:root{
  --ds54-navy:var(--kecb-palette-navy-deep);
  --ds54-navy-card:#253d5d;
  --ds54-navy-card-hover:#2d4a70;
  --ds54-cream:var(--kecb-palette-cream-muted);
  --ds54-copy:#e7edf3;
  --ds54-gold:var(--kecb-palette-gold-bright);
  --ds54-ink:var(--kecb-palette-ink-base);
  --ds54-muted:#536069;
  --ds54-rust:var(--kecb-palette-rust-deep);
  --ds54-line:rgba(255,255,255,.28);
}.spx-dark .spx-card.dark,
.spx-card.dark{
  background:var(--ds54-navy-card);
  color:var(--ds54-copy);
  border-color:var(--ds54-line);
  box-shadow:var(--kecb-shadow-none);
}.spx-dark .spx-card.dark :is(h2,h3,h4,strong),
.spx-card.dark :is(h2,h3,h4,strong){color:#fff;}.spx-dark .spx-card.dark :is(p,span,li),
.spx-card.dark :is(p,span,li){color:var(--ds54-copy);}.spx-dark .spx-card.dark :is(small,a),
.spx-card.dark :is(small,a){color:var(--ds54-gold);}.spx-dark .spx-card.dark:hover,
.spx-card.dark:hover{background:var(--ds54-navy-card-hover);border-color:rgba(255,215,122,.62);}.expansion-band a:focus-visible,
.spx-dark a:focus-visible,
.founder-principles a:focus-visible,
.decision-band a:focus-visible{outline:3px solid var(--ds54-gold);outline-offset:3px;}@media print{
  .expansion-band,.field-center-strip,.k2-dark,.role-related,.tool-suite-hero,
  .whats-new-hero,.home-directory-callout,.founder-principles,.decision-band{background:#fff;color:#111;}
  .expansion-band :is(h1,h2,h3,h4,p,li,span,strong,small,a,.eyebrow),
  .field-center-strip :is(h1,h2,h3,h4,p,li,span,strong,small,a,.eyebrow),
  .founder-principles :is(h1,h2,h3,h4,p,li,span,strong,small,a,.eyebrow){color:#111;}
  .expansion-band .expansion-card,.spx-card.dark,.founder-principle{background:#fff;border-color:#777;box-shadow:var(--kecb-shadow-none);}
}:root{
  --rs57-rust:#9c2b2b;
  --rs57-heading:#ffffff;
  --rs57-copy:#f7eee5;
  --rs57-gold:#ffd77a;
  --rs57-focus:#fff2bd;
}.theme-speakeasy .spx-section.spx-rust,
.page-speakeasy .spx-section.spx-rust{
  background:var(--rs57-rust);
  background-image:none;
  color:var(--rs57-copy);
}.theme-speakeasy .spx-section.spx-rust :is(h1,h2,h3,h4,strong),
.page-speakeasy .spx-section.spx-rust :is(h1,h2,h3,h4,strong){
  color:var(--rs57-heading);
  text-shadow:none;
}.theme-speakeasy .spx-section.spx-rust :is(p,li,span,small),
.page-speakeasy .spx-section.spx-rust :is(p,li,span,small){
  color:var(--rs57-copy);
}.theme-speakeasy .spx-section.spx-rust .spx-kicker,
.page-speakeasy .spx-section.spx-rust .spx-kicker{
  color:var(--rs57-gold);
}.theme-speakeasy .spx-section.spx-rust a,
.page-speakeasy .spx-section.spx-rust a{
  color:var(--rs57-gold);
  text-decoration-thickness:.1em;
  text-underline-offset:.18em;
}.theme-speakeasy .spx-section.spx-rust a:hover,
.theme-speakeasy .spx-section.spx-rust a:focus-visible,
.page-speakeasy .spx-section.spx-rust a:hover,
.page-speakeasy .spx-section.spx-rust a:focus-visible{
  color:#fff;
}.theme-speakeasy .spx-section.spx-rust :is(a,button,input,select,textarea):focus-visible,
.page-speakeasy .spx-section.spx-rust :is(a,button,input,select,textarea):focus-visible{
  outline:3px solid var(--rs57-focus);
  outline-offset:3px;
}@media print{
  .theme-speakeasy .spx-section.spx-rust,
  .page-speakeasy .spx-section.spx-rust{background:#fff;color:#111;border:1px solid #777;}
  .theme-speakeasy .spx-section.spx-rust :is(h1,h2,h3,h4,p,li,span,small,strong,.spx-kicker),
  .page-speakeasy .spx-section.spx-rust :is(h1,h2,h3,h4,p,li,span,small,strong,.spx-kicker){color:#111;}
}.search-depth-toggle{align-items:flex-start;gap:.45rem;}.search-depth-toggle small{display:block;margin:.15rem 0 0;color:var(--muted,#5f5a52);font-size:max(var(--kecb-type-meta), max(14px,.76rem));font-weight:500;line-height:1.3;}.search-depth-toggle.is-disabled{opacity:.68;}.search-depth-toggle.is-disabled input{cursor:not-allowed;}.search-result-external{display:block;margin-top:.45rem;font-size:max(var(--kecb-type-meta), max(14px,.76rem));font-weight:700;letter-spacing:.01em;}.search-result-group h3 span{white-space:nowrap;}@media(max-width:700px){
  .search-controls-efficient{grid-template-columns:1fr;}
  .search-result{padding:.9rem;}
  .search-result-badges{gap:.3rem;}
}.skip-link{position:absolute;left:-9999px;top:0;z-index:10000;padding:.7rem 1rem;background:#fff;color:#10233f;border:3px solid #c17f3e;border-radius:0 0 var(--kecb-radius-card) 0;font-weight:800;text-decoration:none;}.skip-link:focus{left:.5rem;top:.5rem;}:root{--kecb-text-floor:.8125rem;--kecb-chrome-floor:.875rem;}@media screen{
  body .site-header-v3 .brand small,body .site-header-v3 .main-nav-v3>a,body .site-header-v3 .main-nav-v3>button,body .site-header-v3 .main-nav-v3 summary,body .site-header .main-nav>a,body .site-header .main-nav>button,body .site-header .main-nav summary,body .nav-news-status,body p.footer-compact-copy,body .footer-efficient .footer-bottom p,body .footer-efficient small,body .quick-social-label,body .library-help-copy>span,body .library-help-copy strong{
    font-size:max(var(--kecb-type-meta), var(--kecb-text-floor));
    line-height:1.35;
  }
  body .site-header-v3 .main-nav-v3>a,
  body .site-header-v3 .main-nav-v3>button,
  body .site-header-v3 .main-nav-v3 summary,
  body .site-header .main-nav>a,
  body .site-header .main-nav>button,
  body .site-header .main-nav summary{
    font-size:max(var(--kecb-type-meta), clamp(var(--kecb-text-floor),.76vw,var(--kecb-chrome-floor)));
  }
  
  body .directory-card-tags span, body .search-result-badges b, body .search-curated-result::before, body .news-badge, body .news-preview-label, body .news-show-date span, body .artist-profile-badge, body .learning-path-volume, body .learning-path-meta span, body .tool-count-pill, body .tool-use-step span, body .priority-tool-card small, body .priority-tool-live-summary span, body .book-source-copy .eyebrow, body .role-entry-card>span, body .role-index-badge span, body .role-library-stat span, body .role-quick-card span, body .role-resource-card small, body .role-resource-card-meta span, body .document-profile-grid>label, body .tonight-action small, body .tonight-stage small, body .venue-defaults-tool-card small, body .free-access-badge{
    font-size:max(var(--kecb-type-meta), var(--kecb-text-floor));
    line-height:1.35;
  }
  body .role-quickbar-link{overflow-wrap:anywhere;}
}@media(max-width:760px){
  body .site-header-v3 .brand small, body .site-header-v3 .main-nav-v3>a, body .site-header-v3 .main-nav-v3>button, body .site-header-v3 .main-nav-v3 summary, body .site-header .main-nav>a, body .site-header .main-nav>button, body .site-header .main-nav summary, body .role-quickbar-link{font-size:max(var(--kecb-type-meta), var(--kecb-text-floor));}
}@media(max-width:420px){
  body .library-help-copy>span,
  body .library-help-copy strong,
  body .tool-use-step span{font-size:max(var(--kecb-type-meta), var(--kecb-text-floor));}
}@media print{:root{--kecb-text-floor:9pt;--kecb-chrome-floor:9pt;}}@media (min-width:1181px){
  .site-header-v3 .nav-menu-toggle{display:none;}
  .site-header-v3 .main-nav-v3{
    display:flex;grid-column:auto;flex-direction:row;
    align-items:center;justify-content:flex-end;width:auto;
    min-width:0;max-width:none;max-height:none;
    overflow:visible;padding:0;border-top:0;}
  .site-header-v3 .main-nav-v3>a,
  .site-header-v3 .main-nav-v3>button,
  .site-header-v3 .main-nav-v3>details,
  .site-header-v3 .main-nav-v3>details>summary{
    width:auto;min-width:max-content;max-width:none;
    flex:0 1 auto;justify-content:center;text-align:center;
    white-space:nowrap;}
  .site-header-v3 .main-nav-v3>.nav-more{display:inline-flex;position:relative;width:auto;overflow:visible;}
  .site-header-v3 .nav-more-menu{position:absolute;width:max-content;min-width:230px;max-width:min(360px,calc(100vw - 2rem));overflow:visible;}
}@media (max-width:1180px){
  .site-header-v3 .nav-menu-toggle{display:inline-flex;}
  .site-header-v3 .main-nav-v3{display:none;grid-column:1/-1;width:100%;}
  .site-header-v3 .main-nav-v3.is-open{
    display:flex;max-height:min(420px,calc(100dvh - 76px));
    overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;}
}main input[type="checkbox"]:not([hidden]){
  box-sizing:border-box;inline-size:24px;block-size:24px;
  min-inline-size:24px;min-block-size:24px;flex:0 0 24px;}main label:has(input[type="checkbox"]){min-height:44px;}:root{}.footer-primary-links a,
.footer-utility-links a,
footer.site .foot nav a,
footer.site>.wrap.foot>nav a,
.footer-compact-brand>a[href="/contact.html"]{
  display:inline-flex;
  align-items:center;
  min-height:44px;
  padding-block:.5rem;
  box-sizing:border-box;
}body[data-reader-page="true"] .toc-group h3,
body[data-reader-page="true"] .toc-group a span,
body[data-reader-page="true"] .chapter-tools,
body[data-reader-page="true"] .chapter-tools>span,
body[data-reader-page="true"] .chapter-tools button,
body[data-reader-page="true"] .chapter-pager small,
body[data-reader-page="true"] .chapter-content dt,
body[data-reader-page="true"] .chapter-content dd{
  font-size:max(var(--kecb-type-meta), var(--kecb-visible-text-floor));
  line-height:1.35;
}.visually-hidden,.sr-only,[hidden]{font-size:inherit;}
/* Deploy 6 Bar interaction-target regression guard.
   Screen-only so print pagination remains unchanged; :root + body outrank legacy 42px rules. */
@media screen{
html:root body :is(button,[role="button"],summary,input[type="button"],input[type="submit"],input[type="reset"]),
html:root body :is(.button,.btn,.spx-button,.k2-button,.edu-button),
html:root body .site-header :is(.main-nav,.main-nav-v3)>a { min-height:44px; }
}
/* Print inherits this line-height from the original non-media accessibility layer. */
@media print{
body label:is(.bar2-check,.k2-check,.edu-check,.learning-step-check){line-height:1.35;}
}


/* V3.4.5.6.91 component-owned light button contrast */
.spx-button.light{background:#fff;color:#221511;border-color:#221511;}
.spx-button.light:hover{background:#fff7ea;color:#10233f;border-color:#10233f;}
.spx-button.light:focus-visible{outline:3px solid #f8c66b;outline-offset:3px;}
/* KECB shared 13px text-floor repair — V3.4.5.6.102 */
.next-steps-efficient span,.next-steps-efficient p.eyebrow,.context-help-card small,.ask-riley-launcher-copy strong{font-size:max(var(--kecb-type-meta), max(14px,var(--kecb-text-floor,13px)));}

/* V712 launcher component typography floor */
}
