:root{--ba-bg:#f4efe5;--ba-surface:#faf7f0;--ba-surface-strong:#fffdf8;--ba-border:rgba(34,29,22,0.12);--ba-text:#13110e;--ba-muted:#5b5148;--ba-subtle:rgba(19,17,14,0.56);--ba-accent:#b8613d;--ba-accent-dark:#9f5133;--ba-forest:#13110e;--ba-teal:#b8613d;--ba-shadow:0 18px 42px rgba(91,72,55,0.1);--ba-radius-xl:18px;--ba-radius-lg:12px;--ba-radius-md:8px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ba-bg);color:var(--ba-text);font-family:Inter,-apple-system,BlinkMacSystemFont,PingFang SC,Noto Sans SC,Helvetica Neue,Arial,sans-serif}::selection{background:rgba(185,101,55,.22);color:var(--ba-text)}a{color:inherit}button,input,select,textarea{font:inherit}img{max-width:100%}.ba-page{min-height:100vh;background:radial-gradient(circle at top right,rgba(184,97,61,.1),transparent 22%),linear-gradient(180deg,#f8f1e7,#f4efe5)}.ba-page--cool{background:radial-gradient(circle at top left,rgba(184,97,61,.12),transparent 28%),radial-gradient(circle at 80% 0,rgba(57,66,53,.08),transparent 20%),linear-gradient(180deg,#faf6ef,#f4efe5 54%,#f8f3ea)}.ba-page--warm{background:radial-gradient(circle at 10% 0,rgba(184,97,61,.16),transparent 24%),radial-gradient(circle at 92% 10%,rgba(159,81,51,.1),transparent 20%),linear-gradient(180deg,#faf6ef,#f6f1e8 36%,#f4efe5)}.ba-shell{margin:0 auto}.ba-header-shell{border-bottom:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.94)}.ba-topbar{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:12px 0;display:flex;align-items:center;justify-content:space-between;gap:16px}.ba-topbar--plain{min-height:72px}.ba-brand{text-decoration:none}.ba-brand,.ba-brand-mark{display:inline-flex;align-items:center}.ba-brand-mark{width:28px;height:28px;justify-content:center;background:#121212;font-weight:800}.ba-brand-copy{display:grid;grid-gap:2px;gap:2px}.ba-brand-title{font-size:15px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.ba-brand--mono .ba-brand-title{letter-spacing:0;text-transform:none}.ba-brand-title--cn{font-size:30px;font-weight:900}.ba-brand-subtitle{color:var(--ba-subtle);font-size:12px}.ba-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ba-nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;text-decoration:none;color:var(--ba-muted)}.ba-nav-link:hover{background:rgba(255,255,255,.58);color:var(--ba-text)}.ba-nav-link--primary{background:var(--ba-forest);color:#fff;box-shadow:0 14px 30px rgba(23,52,45,.18)}.ba-header-tools{display:flex;align-items:center;gap:14px}.ba-search-pill{min-width:226px;height:38px;border-radius:12px;background:rgba(15,23,42,.04);color:var(--ba-subtle);gap:10px;padding:0 14px}.ba-icon-pill,.ba-search-pill{display:inline-flex;align-items:center;text-decoration:none}.ba-icon-pill{width:34px;height:34px;background:rgba(15,23,42,.05);color:var(--ba-muted);font-size:13px}.ba-circle-entry,.ba-icon-pill{border-radius:999px;justify-content:center}.ba-circle-entry{width:42px;height:42px;background:#121212;display:inline-flex;align-items:center;text-decoration:none;font-weight:800}.ba-main{padding:36px 0 72px}.ba-auth-main{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 0}.ba-auth-main--stable{align-items:flex-start;padding-top:72px}.ba-auth-frame{width:100%;max-width:448px;margin:0 24px}.ba-stack-lg{display:grid;grid-gap:32px;gap:32px}.ba-stack-md{display:grid;grid-gap:24px;gap:24px}.ba-hero-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);grid-gap:24px;gap:24px;align-items:stretch}.ba-home-hero{padding:68px 0 58px;display:grid;grid-gap:18px;gap:18px;border-bottom:1px solid rgba(15,23,42,.08)}.ba-home-hero-title{margin:0;max-width:620px;font-size:clamp(52px,7vw,78px);line-height:.94;letter-spacing:-.06em}.ba-home-hero-lead{margin:0;max-width:820px;color:var(--ba-muted);font-size:18px;line-height:1.72}.ba-home-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 0 2px}.ba-home-toolbar-stats{display:flex;flex-wrap:wrap;gap:16px;color:var(--ba-subtle);font-size:14px}.ba-home-featured{display:grid;grid-gap:18px;gap:18px;padding-top:28px}.ba-feature-card{display:grid;grid-gap:24px;align-items:center;padding:30px 32px;border:1px solid rgba(15,23,42,.12);background:rgba(255,255,255,.96);box-shadow:0 16px 32px rgba(15,23,42,.06)}.ba-feature-mark{border-radius:18px;display:inline-flex;align-items:center;justify-content:center;background:#f76300;font-size:28px;font-weight:900}.ba-feature-copy{display:grid;grid-gap:12px;gap:12px}.ba-feature-actions{display:flex;align-items:center}.ba-home-rail{display:grid;grid-gap:12px;gap:12px;padding:28px 0 0;border-top:1px solid rgba(15,23,42,.08)}.ba-home-rail-card{max-width:560px;display:grid;grid-gap:16px;gap:16px}.ba-home-rail-copy{max-width:900px;color:var(--ba-muted)}.ba-card{background:var(--ba-surface);border:1px solid var(--ba-border);border-radius:var(--ba-radius-xl);box-shadow:var(--ba-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ba-card--dense{border-radius:var(--ba-radius-lg)}.ba-card-pad-lg{padding:36px}.ba-card-pad-md{padding:26px}.ba-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--ba-accent);font-size:12px;font-weight:750;letter-spacing:.04em}.ba-title-xl{margin:14px 0 18px;font-size:clamp(40px,6vw,64px);line-height:.98;letter-spacing:-.04em}.ba-title-lg{margin:8px 0 14px;font-size:clamp(32px,4.4vw,48px);line-height:1.08;letter-spacing:-.02em;font-family:Georgia,Times New Roman,Songti SC,STSong,serif}.ba-title-md{margin:0;font-size:24px;line-height:1.2;letter-spacing:-.01em}.ba-lead{margin:0;color:var(--ba-muted);font-size:17px;line-height:1.8;max-width:700px}.ba-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.ba-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 20px;border:0;border-radius:999px;font-weight:800;text-decoration:none;cursor:pointer}.ba-button--primary{background:var(--ba-forest);color:#fff;box-shadow:0 14px 32px rgba(23,52,45,.18)}.ba-button--accent{background:var(--ba-accent);color:#fff;box-shadow:0 14px 30px rgba(232,89,12,.22)}.ba-button--ghost{background:rgba(255,255,255,.65);color:var(--ba-text);border:1px solid rgba(20,27,24,.08)}.ba-button:disabled{cursor:wait;opacity:.72}.ba-loop-list{display:grid;grid-gap:16px;gap:16px;margin:24px 0 0;padding:0;list-style:none}.ba-loop-item{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px;align-items:start}.ba-loop-index{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:rgba(23,52,45,.08);color:var(--ba-forest);font-size:13px;font-weight:900}.ba-loop-copy h3,.ba-loop-copy p{margin:0}.ba-loop-copy p{margin-top:6px;color:var(--ba-muted);line-height:1.65}.ba-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.ba-stat-card{padding:22px;border-radius:var(--ba-radius-lg);background:rgba(255,255,255,.75);border:1px solid rgba(20,27,24,.08)}.ba-stat-label{color:var(--ba-subtle);font-size:13px;margin:0 0 8px}.ba-stat-value{margin:0;font-size:28px;font-weight:900}.ba-stat-note{margin:8px 0 0;color:var(--ba-muted);line-height:1.6}.ba-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:16px}.ba-section-copy p{margin:8px 0 0;color:var(--ba-muted);line-height:1.75}.ba-course-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:24px;gap:24px}.ba-category-section{display:grid;grid-gap:18px;gap:18px;padding-top:26px;border-top:1px solid rgba(15,23,42,.08)}.ba-course-card{overflow:hidden;text-decoration:none;background:rgba(255,255,255,.98);border:1px solid rgba(20,27,24,.08);border-radius:20px;box-shadow:0 18px 34px rgba(15,23,42,.06)}.ba-course-media{min-height:250px;padding:22px;display:grid;align-content:space-between;background:linear-gradient(180deg,#dfeceb,#d8e5e5)}.ba-course-badge{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(20,27,24,.72);color:#fff;font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ba-course-media-copy{display:grid;grid-gap:10px;gap:10px}.ba-course-media-copy h3{margin:0;font-size:42px;line-height:.96;letter-spacing:-.04em}.ba-course-media-copy p{margin:0;color:var(--ba-muted);font-size:14px}.ba-course-media-kicker{color:var(--ba-text)!important;font-size:13px!important;font-weight:700}.ba-course-body{display:grid;grid-gap:14px;gap:14px;padding:28px}.ba-price{color:var(--ba-accent);font-size:15px;font-weight:800;letter-spacing:.02em}.ba-copy{color:var(--ba-muted);line-height:1.72}.ba-stack-xs{display:grid;grid-gap:8px;gap:8px}.ba-course-footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.ba-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;background:rgba(15,95,108,.08);color:var(--ba-teal);font-size:12px;font-weight:700}.ba-chip--surface{background:rgba(255,255,255,.82);color:var(--ba-forest);border:1px solid rgba(20,27,24,.08)}.ba-link-arrow{color:var(--ba-forest);font-weight:800}.ba-category-grid{display:grid;grid-gap:32px;gap:32px}.ba-detail-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);grid-gap:24px;gap:24px;align-items:start}.ba-detail-grid--editorial{grid-template-columns:minmax(0,1.45fr) minmax(280px,.7fr);gap:48px}.ba-detail-main{display:grid;grid-gap:22px;gap:22px}.ba-detail-subtitle{font-size:18px}.ba-detail-cover-panel{min-height:280px;padding:28px;border-radius:22px;display:grid;align-content:end;grid-gap:12px;gap:12px;background:linear-gradient(180deg,#dce8e6,#d6e3e2)}.ba-detail-cover-panel h2{margin:0;font-size:clamp(38px,5vw,60px);line-height:.94;letter-spacing:-.04em}.ba-detail-cover-panel p{margin:0;max-width:520px;color:var(--ba-muted)}.ba-detail-copy-stack{display:grid;grid-gap:28px;gap:28px;padding-top:8px}.ba-list{grid-gap:12px;margin:0;padding:0;list-style:none}.ba-list,.ba-list li{display:grid;gap:12px}.ba-list li{grid-template-columns:auto 1fr;grid-gap:12px;align-items:start;color:var(--ba-muted);line-height:1.7}.ba-list li:before{content:"";width:10px;height:10px;margin-top:8px;border-radius:999px;background:linear-gradient(135deg,var(--ba-accent) 0,#ffb076 100%)}.ba-aside-stack{display:grid;grid-gap:16px;gap:16px}.ba-aside-stack--compact{gap:18px}.ba-meta-row{display:flex;flex-wrap:wrap;gap:10px}.ba-note{color:var(--ba-subtle);font-size:14px;line-height:1.65}.ba-split-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);grid-gap:20px;gap:20px}.ba-alert{border-radius:18px;padding:14px 16px;background:#fff1ee;border:1px solid #f3c0b4;color:#a73f14}.ba-login-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,420px);grid-gap:24px;gap:24px;align-items:stretch}.ba-auth-stage{display:grid;grid-gap:18px;gap:18px}.ba-auth-brand{text-align:center}.ba-auth-brand-mark{width:48px;height:48px;border-radius:999px;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;background:#b8613d;color:#fff9f0;box-shadow:0 16px 36px rgba(91,72,55,.16)}.ba-auth-brand-book{width:24px;height:24px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ba-auth-brand-title{margin:0;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:30px;font-weight:400;color:#3e352f;letter-spacing:-.03em}.ba-auth-brand-subtitle{margin:4px 0 0;color:rgba(19,17,14,.58);font-size:13px}.ba-auth-panel,.ba-ref-dashboard-panel,.ba-ref-practice-panel,.ba-ref-practice-result-panel{position:relative;overflow:hidden}.ba-auth-panel:before,.ba-ref-dashboard-panel:before,.ba-ref-practice-panel:before,.ba-ref-practice-result-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(184,97,61,.08),transparent 48%),radial-gradient(circle at top right,rgba(57,66,53,.08),transparent 30%);pointer-events:none}.ba-auth-panel>*,.ba-ref-dashboard-panel>*,.ba-ref-practice-panel>*,.ba-ref-practice-result-panel>*{position:relative;z-index:1}.ba-auth-panel{background:rgba(250,247,240,.96);border:1px solid rgba(34,29,22,.13);border-radius:12px;box-shadow:0 24px 64px rgba(91,72,55,.14);padding:24px}.ba-auth-panel-title{margin-bottom:10px;text-align:center;font-size:24px}.ba-auth-panel-copy{margin-top:0;margin-bottom:18px;text-align:center}.ba-auth-inline-links{display:flex;justify-content:flex-end;margin-top:-4px;margin-bottom:4px}.ba-auth-support-row{min-height:18px;display:flex;align-items:center;justify-content:flex-end;margin-top:2px}.ba-auth-support-copy{color:rgba(19,17,14,.44);font-size:12px;line-height:1.5}.ba-bullet-list{display:grid;grid-gap:14px;gap:14px;margin:24px 0 0;padding:0;list-style:none}.ba-bullet-list li{color:var(--ba-muted);line-height:1.7}.ba-bullet-list strong{color:var(--ba-text)}.ba-form{display:grid;grid-gap:12px;gap:12px}.ba-auth-mode-switch{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px;margin-bottom:22px;padding:4px;border-radius:999px;background:#f1e8db}.ba-auth-mode-button,.ba-auth-mode-chip{min-height:0;padding:9px 12px;border-radius:999px;font-size:13px;font-weight:760;justify-content:center;text-align:center}.ba-auth-mode-chip{display:inline-flex;align-items:center;background:#b8613d;color:#fff9f0}.ba-auth-mode-button{border:0;background:transparent;color:rgba(19,17,14,.62);cursor:pointer}.ba-auth-mode-button:hover{color:#3e352f}.ba-field{display:grid;grid-gap:8px;gap:8px}.ba-field-label{font-size:14px;font-weight:700;color:var(--ba-forest)}.ba-input{width:100%;min-height:0;padding:13px 14px;border:1px solid rgba(34,29,22,.14);background:#fffdf8;color:#3e352f;font-size:15px}.ba-input:focus{border-color:rgba(184,97,61,.4)}.ba-inline-field{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center}.ba-inline-link{color:var(--ba-teal);font-weight:700}.ba-auth-forgot-link{font-size:12px;line-height:1.8}.ba-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ba-auth-links{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:4px}.ba-auth-legal{margin-top:10px;padding-top:12px;border-top:1px solid rgba(34,29,22,.1);display:grid;grid-gap:8px;gap:8px}.ba-auth-legal-copy,.ba-auth-legal-helper{margin:0;color:rgba(19,17,14,.58);font-size:12px;line-height:1.65}.ba-auth-legal-link{border:0;background:transparent;color:#b8613d;font-size:12px;font-weight:760;cursor:pointer;padding:0 2px}.ba-auth-error{color:#9d2f1f}.ba-auth-error,.ba-auth-success{margin:0;font-size:12px;line-height:1.5}.ba-auth-success{color:#2f6a3e}.ba-auth-legal-modal-backdrop{position:fixed;inset:0;z-index:110;display:flex;align-items:center;justify-content:center;padding:22px;background:rgba(19,17,14,.26)}.ba-auth-legal-modal{width:min(620px,100%);max-height:78vh;display:flex;flex-direction:column;overflow:hidden;background:#faf7f0;border:1px solid rgba(34,29,22,.14);border-radius:12px;box-shadow:0 28px 76px rgba(42,31,22,.22)}.ba-auth-legal-modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border-bottom:1px solid rgba(34,29,22,.1)}.ba-auth-legal-modal-tabs{display:flex;gap:6px;flex-wrap:wrap}.ba-auth-legal-tab{border:1px solid rgba(34,29,22,.12);border-radius:999px;padding:7px 11px;background:transparent;color:rgba(19,17,14,.62);font-size:12px;font-weight:760;cursor:pointer}.ba-auth-legal-tab--active{background:#b8613d;color:#fff9f0}.ba-auth-legal-close{width:32px;height:32px;border-radius:50%;border:1px solid rgba(34,29,22,.12);background:transparent;color:rgba(19,17,14,.58);font-size:20px;line-height:1;cursor:pointer}.ba-auth-legal-modal-body{padding:20px 24px;overflow-y:auto}.ba-auth-legal-modal-title{margin:0 0 14px;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:28px;line-height:1.15;color:#3e352f}.ba-auth-legal-modal-list{color:rgba(19,17,14,.7)}.ba-auth-legal-modal-list>:first-child{margin-top:0}.ba-auth-legal-modal-list>:last-child{margin-bottom:0}.ba-auth-legal-modal-list h1,.ba-auth-legal-modal-list h2,.ba-auth-legal-modal-list h3,.ba-auth-legal-modal-list h4{margin:16px 0 7px;color:#3e352f;font-weight:760;line-height:1.45}.ba-auth-legal-modal-list h1{font-size:18px}.ba-auth-legal-modal-list h2{font-size:16px}.ba-auth-legal-modal-list h3,.ba-auth-legal-modal-list h4{font-size:14px}.ba-auth-legal-modal-list blockquote,.ba-auth-legal-modal-list ol,.ba-auth-legal-modal-list p,.ba-auth-legal-modal-list ul{margin:0 0 10px;font-size:13.5px;line-height:1.8}.ba-auth-legal-modal-list ol,.ba-auth-legal-modal-list ul{padding-left:1.4em}.ba-auth-legal-modal-list li+li{margin-top:4px}.ba-auth-panel .ba-button{min-height:0;border-radius:999px;font-size:14px;font-weight:760;transform:none}.ba-auth-panel .ba-button:hover{transform:none}.ba-auth-panel .ba-button--primary{width:100%;padding:13px 16px;background:#b8613d;color:#fff9f0;box-shadow:none}.ba-auth-panel .ba-button--primary:hover{background:#9f5133}.ba-auth-panel .ba-button--secondary{border:1px solid rgba(184,97,61,.28);border-radius:8px;padding:0 14px;background:#fffdf8;color:#b8613d;font-size:13px;font-weight:760;white-space:nowrap}.ba-auth-panel .ba-button--secondary:disabled{background:#efe6d8;color:#b8613d;opacity:1}.ba-auth-sms-code-button{border:1px solid rgba(184,97,61,.28);border-radius:8px;padding:0 14px;background:#fffdf8;color:#b8613d;font-size:13px;font-weight:760;cursor:pointer;white-space:nowrap;min-height:46px;line-height:1}.ba-auth-sms-code-button:disabled{background:#efe6d8;color:#b8613d;cursor:default;opacity:1}.ba-empty-card{padding:32px;border-radius:var(--ba-radius-lg);background:var(--ba-surface-strong);border:1px solid rgba(20,27,24,.08)}.ba-card--compact{box-shadow:none;background:rgba(255,255,255,.88)}.ba-card--plain{background:rgba(255,255,255,.92);box-shadow:0 16px 36px rgba(15,23,42,.06)}.ba-inline-card{padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.78);border:1px solid rgba(20,27,24,.08)}.ba-success{border-radius:18px;padding:14px 16px;background:#edf7f0;border:1px solid #b9ddc3;color:#245a31}.ba-bullets{margin:0;padding-left:20px;display:grid;grid-gap:10px;gap:10px}.ba-dashboard-grid{display:grid;grid-gap:24px;gap:24px}.ba-my-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);grid-gap:42px;gap:42px;padding:48px 0 18px;border-bottom:1px solid rgba(15,23,42,.08)}.ba-my-hero-copy,.ba-my-hero-panel{display:grid;grid-gap:16px;gap:16px}.ba-course-owned-card{overflow:hidden;border-radius:var(--ba-radius-lg);border:1px solid rgba(20,27,24,.08);background:rgba(255,255,255,.94);box-shadow:0 14px 40px rgba(15,23,42,.08)}.ba-course-owned-cover{min-height:184px;padding:24px;display:grid;align-content:space-between;grid-gap:14px;gap:14px;background:linear-gradient(180deg,#dfeceb,#d4e1df)}.ba-course-owned-cover h3{margin:0;font-size:30px;line-height:1.06}.ba-course-owned-cover p{margin:0;color:var(--ba-muted)}.ba-course-owned-body{display:grid;grid-gap:12px;gap:12px;padding:24px}.ba-learning-card-cover{width:168px;min-height:168px;flex-shrink:0;padding:16px;display:flex;flex-direction:column;justify-content:space-between;border-radius:12px;background-color:#eadfd0;background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px solid rgba(34,29,22,.08)}.ba-learning-card-cover span{width:-moz-fit-content;width:fit-content;padding:4px 9px;border-radius:999px;background:rgba(250,247,240,.84);color:#51463e;font-size:10px;font-weight:700}.ba-learning-card-cover strong{align-self:flex-end;color:rgba(250,247,240,.94);font-size:28px;line-height:1}.ba-pill-row{display:flex;flex-wrap:wrap;gap:10px}.ba-result-grid{display:grid;grid-gap:18px;gap:18px}.ba-ref-dashboard-shell{display:grid;grid-gap:28px;gap:28px}.ba-ref-story-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ba-ref-membership-grid,.ba-ref-story-grid{display:grid;grid-gap:16px;gap:16px}.ba-ref-membership-block{display:grid;grid-gap:14px;gap:14px}.ba-ref-membership-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid rgba(34,29,22,.08)}.ba-ref-membership-row:last-child{border-bottom:0}.ba-ref-membership-label{color:rgba(19,17,14,.58);font-size:13px}.ba-ref-membership-value{color:#3e352f;font-size:15px;font-weight:700}.ba-ref-practice-grid,.ba-ref-practice-result-grid{display:grid;grid-gap:24px;gap:24px}.ba-ref-checkout-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.78fr);grid-gap:20px;gap:20px}.ba-ref-result-panel{position:relative;overflow:hidden}.ba-ref-result-panel:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(184,97,61,.08),transparent 48%),radial-gradient(circle at top right,rgba(57,66,53,.08),transparent 30%);pointer-events:none}.ba-ref-result-panel>*{position:relative;z-index:1}.ba-ref-practice-card{display:grid;grid-gap:14px;gap:14px}.ba-ref-practice-card .ba-actions{margin-top:0}.ba-ref-practice-review-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.72fr);grid-gap:24px;gap:24px;align-items:start}.ba-ref-practice-review-main,.ba-ref-practice-review-sidebar{display:grid;grid-gap:18px;gap:18px}.ba-ref-lesson-card{position:relative;overflow:hidden}.ba-ref-lesson-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(184,97,61,.08),transparent 50%),radial-gradient(circle at top right,rgba(57,66,53,.08),transparent 30%);pointer-events:none}.ba-ref-lesson-card>*{position:relative;z-index:1}.ba-ref-lesson-info{padding:12px 20px 14px;border-bottom:1px solid #e5e5e0;background:#ffffff}.ba-ref-lesson-info-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.ba-ref-lesson-info-title{margin:0;min-width:0;flex:1 1;color:#3e352f;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:20px;line-height:1.2;font-weight:400}.ba-ref-lesson-info-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.ba-ref-lesson-info-button,.ba-ref-lesson-star{min-height:36px;border-radius:10px;border:1px solid rgba(34,29,22,.12);display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;transition:box-shadow .15s ease,border-color .15s ease,background .15s ease,color .15s ease}.ba-ref-lesson-info-button{padding:0 12px;font-size:12px;font-weight:600;cursor:pointer}.ba-ref-lesson-info-button--ghost{background:#faf7f0;color:rgba(19,17,14,.68)}.ba-ref-lesson-info-button--guide{background:#f8f1e7;border-color:#ffe0cc;color:#b8613d}.ba-ref-lesson-info-button:hover,.ba-ref-lesson-star:hover{box-shadow:0 8px 18px rgba(91,72,55,.08)}.ba-ref-lesson-info-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center}.ba-ref-lesson-info-icon svg{width:100%;height:100%}.ba-ref-lesson-star{width:36px;padding:0;background:#f5f5f2;color:#cccccc;cursor:pointer}.ba-ref-lesson-star--active{background:#f4e9db;border-color:#ffe0cc;color:#b8613d}.ba-ref-lesson-star:disabled{cursor:wait;opacity:.72}.ba-alert--inline{margin:10px 0 0;padding:10px 12px;border-radius:10px;font-size:12px}.ba-ref-practice-turn{background:#fffdf8}.ba-learning-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:start}.ba-learning-grid,.ba-learning-sidebar{display:grid;grid-gap:24px;gap:24px}.ba-learning-media{width:100%;margin-top:18px;border-radius:18px;background:#0f172a}.ba-learning-card{display:flex;justify-content:space-between;gap:24px;align-items:stretch}.ba-learning-card-copy,.ba-transcript-list{display:grid;grid-gap:12px;gap:12px}.ba-transcript-item{width:100%;padding:16px 18px;border-radius:18px;border:1px solid rgba(20,27,24,.08);background:rgba(255,255,255,.74);display:grid;grid-gap:8px;gap:8px;text-align:left;cursor:pointer}.ba-transcript-item:hover{border-color:rgba(15,95,108,.24);transform:translateY(-1px)}.ba-transcript-meta{color:var(--ba-teal);font-size:13px;font-weight:700}.ba-transcript-text{color:var(--ba-text);line-height:1.72}.ba-learning-note-card{padding:18px 20px;border-radius:var(--ba-radius-lg);background:rgba(255,255,255,.72);border:1px solid rgba(20,27,24,.08);display:grid;grid-gap:10px;gap:10px}.ba-ref-learn-page{height:100vh;width:100%;overflow:hidden;display:grid;grid-template-columns:256px minmax(0,1fr) 12px minmax(340px,var(--ba-tools-width,400px));grid-template-rows:58px auto minmax(0,1fr);background:#fafaf7;color:#111111}.ba-ref-learn-page *{scrollbar-width:thin;scrollbar-color:rgba(19,17,14,.24) transparent}.ba-ref-learn-page ::-webkit-scrollbar{width:6px;height:6px}.ba-ref-learn-page ::-webkit-scrollbar-thumb{border:0;border-radius:999px;background:rgba(19,17,14,.24)}.ba-ref-learn-page ::-webkit-scrollbar-track{background:transparent}.ba-ref-learn-page--tools-collapsed{grid-template-columns:256px minmax(0,1fr) 0 0}.ba-ref-learn-sidebar{grid-column:1;grid-row:1/span 3;min-height:0;border-right:1px solid #e5e5e0;background:#ffffff;display:flex;flex-direction:column}.ba-ref-learn-course-head{padding:14px 16px;border-bottom:1px solid #e5e5e0}.ba-ref-learn-course-head a{display:inline-flex;margin-bottom:8px;color:#666666;font-size:11px;letter-spacing:.06em;text-decoration:none}.ba-ref-learn-course-head a:hover{color:#111111}.ba-ref-learn-course-head h1{margin:0;color:#111111;font-size:16px;line-height:1.3;font-weight:800}.ba-ref-learn-course-head p{margin:4px 0 0;color:#888888;font-size:11px}.ba-ref-learn-units{min-height:0;overflow-y:auto;padding:4px 0 16px}.ba-ref-learn-nav-title{padding:12px 16px 6px;color:#888888;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ba-ref-learn-unit{display:grid;grid-gap:3px;gap:3px;padding:10px 16px 10px 14px;border-left:3px solid transparent;color:#555555;text-decoration:none;transition:background .18s ease,border-color .18s ease,color .18s ease}.ba-ref-learn-unit:hover{background:#fafaf7;color:#111111}.ba-ref-learn-unit--active{border-left-color:#e8590c;background:#fff4f0;color:#111111}.ba-ref-learn-unit-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.ba-ref-learn-unit span{color:#888888;font-size:10px;font-weight:700;letter-spacing:.08em}.ba-ref-learn-unit-row>span:first-child{min-width:0}.ba-ref-learn-unit-current,.ba-ref-learn-unit-done{flex-shrink:0}.ba-ref-learn-unit-done{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;color:#8a735f}.ba-ref-learn-unit-done svg{width:100%;height:100%;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ba-ref-learn-unit .ba-ref-learn-unit-current{color:#b8613d;font-size:10px;font-weight:700;letter-spacing:0;white-space:nowrap}.ba-ref-learn-unit strong{font-size:13px;line-height:1.4;font-weight:600}.ba-ref-learn-unit em{color:#bbbbbb;font-size:10px;font-style:normal}.ba-ref-learn-unit-group+.ba-ref-learn-unit-group{border-top:1px solid rgba(34,29,22,.06)}.ba-ref-learn-quiz-link{width:calc(100% - 16px);margin:4px 0 0 16px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:7px;gap:7px;padding:6px 9px;border:0;border-left:2px solid rgba(184,97,61,.22);border-radius:6px;background:rgba(250,247,240,.42);color:rgba(19,17,14,.5);text-align:left;text-decoration:none;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease}.ba-ref-learn-quiz-link:hover{background:rgba(250,247,240,.7);border-left-color:rgba(184,97,61,.34)}.ba-ref-learn-quiz-link--active{background:rgba(239,230,216,.68);border-left-color:#b8613d}.ba-ref-learn-quiz-icon{width:15px;height:15px;border:1px solid rgba(184,97,61,.22);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:rgba(184,97,61,.74);background:transparent}.ba-ref-learn-quiz-icon svg{width:12px;height:12px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ba-ref-learn-quiz-icon--done{color:#8a735f;border-color:rgba(138,115,95,.34)}.ba-ref-learn-quiz-copy{min-width:0}.ba-ref-learn-quiz-kicker{display:block;color:rgba(19,17,14,.5);font-size:11px;line-height:1.2;font-weight:720}.ba-ref-learn-quiz-status{color:rgba(19,17,14,.42);font-size:11px;line-height:1.25;font-weight:700;white-space:nowrap}.ba-ref-learn-quiz-link--active .ba-ref-learn-quiz-kicker,.ba-ref-learn-quiz-link--active .ba-ref-learn-quiz-status{color:#9f5133}.ba-ref-learn-main,.ba-ref-learn-tools{min-height:0}.ba-ref-learn-main{grid-column:2;grid-row:3;display:flex;min-width:0;flex-direction:column;overflow:hidden}.ba-ref-learn-player-shell{flex:0 0 auto}.ba-ref-learn-player-shell.ba-ref-learn-player-shell--full .ba-learning-media{object-fit:contain}.ba-ref-learn-topbar{grid-column:2/5;grid-row:1;min-height:58px;padding:10px 16px 10px 20px;border-bottom:1px solid #e5e5e0;background:#ffffff;display:flex;align-items:center;gap:18px;justify-content:space-between;box-shadow:0 1px 2px rgba(17,17,17,.03)}.ba-ref-learn-topbar p{margin:0 0 3px;color:#e8590c;font-size:10px;font-weight:800;letter-spacing:.12em}.ba-ref-learn-topbar h2{margin:0;color:#111111;font-size:16px;line-height:1.35;font-weight:800}.ba-ref-learn-topbar a{padding:7px 12px;border:1px solid #e5e5e0;border-radius:8px;color:#666666;font-size:12px;font-weight:600;text-decoration:none}.ba-ref-learn-topbar a:hover{border-color:#e8590c;color:#e8590c}.ba-ref-learn-topbar-actions{display:inline-flex;align-items:center;gap:10px}.ba-ref-tool-toggle{min-height:32px;padding:0 12px;border:1px solid #e5e5e0;border-radius:8px;background:#ffffff;color:#666666;cursor:pointer;display:inline-flex;align-items:center;font-size:12px;font-weight:600}.ba-ref-tool-toggle:hover{border-color:#e8590c;color:#111111}.ba-ref-tool-toggle--active,.ba-ref-tool-toggle--active:hover{border-color:#e8590c;background:#e8590c;color:#ffffff}.ba-ref-learn-topbar .ba-ref-learn-page-avatar{width:32px;height:32px;padding:0;border:0;border-radius:999px;background:#e8590c;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;text-decoration:none;box-shadow:0 8px 18px rgba(232,89,12,.18)}.ba-ref-learn-topbar .ba-ref-learn-page-avatar:hover{background:#d9480f;color:#ffffff}.ba-ref-learn-notice{grid-column:2/5;grid-row:2;min-height:38px;padding:8px 18px 8px 20px;border-bottom:1px solid rgba(34,29,22,.11);background:#efe6d8;color:#555555;display:flex;align-items:center;gap:12px;font-size:12px;line-height:1.45}.ba-ref-learn-notice-icon{width:16px;height:16px;color:#b8613d;flex:0 0 auto}.ba-ref-learn-notice-copy{min-width:0;flex:1 1 auto}.ba-ref-learn-notice-copy strong{color:#b8613d}.ba-ref-learn-notice button{width:28px;height:28px;padding:0;border:0;border-radius:999px;background:transparent;color:#888888;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:18px;line-height:1}.ba-ref-learn-notice button:hover{color:#111111}.ba-ref-learn-scroll{min-height:0;display:flex;flex:1 1;flex-direction:column;overflow-y:auto}.ba-ref-learn-player-shell>.ba-card:first-child,.ba-ref-learn-player-shell>.ba-empty-card.ba-ref-lesson-card{padding:0;border:0;border-radius:0;background:#000000;box-shadow:none}.ba-ref-learn-player-shell>.ba-card:first-child .ba-kicker,.ba-ref-learn-player-shell>.ba-card:first-child .ba-title-md{display:none}.ba-ref-learn-player-shell .ba-learning-media{width:100%;max-height:50vh;margin:0;border-radius:0;display:block;aspect-ratio:16/9;object-fit:contain}.ba-ref-learn-objective{padding:16px 24px;border-bottom:1px solid #ffe8d0;background:linear-gradient(90deg,#fff8f4,#fffbf7)}.ba-ref-learn-objective-head{display:flex;align-items:center;gap:8px;margin-bottom:10px}.ba-ref-learn-objective-icon{width:24px;height:24px;border-radius:8px;background:#e8590c;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.ba-ref-learn-objective h2{margin:0;color:#3e352f;font-size:14px;font-weight:700}.ba-ref-learn-objective p{margin:0;color:#444444;font-size:14px;line-height:1.75}.ba-ref-learn-objective-list{display:grid;grid-gap:8px;gap:8px}.ba-ref-learn-objective-item{display:flex;align-items:flex-start;gap:10px;color:#444444;font-size:14px;line-height:1.7}.ba-ref-learn-objective-index{width:20px;height:20px;flex-shrink:0;border-radius:999px;background:#b8613d;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;margin-top:1px}.ba-ref-learn-objective-copy{flex:1 1}.ba-ref-learn-scroll>section.ba-card{border:0;border-radius:0;background:#ffffff;box-shadow:none}.ba-ref-learn-scroll .ba-section-head{margin-bottom:16px!important}.ba-ref-learn-scroll .ba-kicker{display:none}.ba-ref-learn-scroll .ba-title-md{font-size:14px}.ba-ref-transcript-panel{position:relative;padding:24px 24px 18px;border-bottom:1px solid #e5e5e0;background:#faf7f0}.ba-ref-transcript-header{margin-bottom:18px}.ba-ref-transcript-title-row{display:flex;align-items:center;gap:8px}.ba-ref-transcript-title-icon{width:16px;height:16px;color:#b8613d}.ba-ref-transcript-title-icon svg{width:100%;height:100%}.ba-ref-transcript-title{margin:0;color:#3e352f;font-size:14px;font-weight:700;line-height:1}.ba-ref-transcript-hints{display:inline-flex;align-items:center;gap:10px;margin-left:8px}.ba-ref-transcript-hint{color:#888888;font-size:10px;line-height:1;display:inline-flex;align-items:center;gap:4px}.ba-ref-transcript-hint-icon{width:12px;height:12px;display:inline-flex;align-items:center;justify-content:center}.ba-ref-transcript-hint-icon svg{width:100%;height:100%}.ba-ref-transcript-hint--accent{padding:2px 8px;border-radius:999px;background:#f4e9db;color:#b8613d}.ba-ref-transcript-article{display:grid;grid-gap:16px;gap:16px;color:#333333;font-size:14.5px;line-height:1.85}.ba-ref-transcript-row{display:flex;gap:12px;margin:0 -12px;padding:8px 12px;border-left:3px solid transparent;border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.ba-ref-transcript-row:hover{background:#fafaf7}.ba-ref-transcript-row--active{border-left-color:#b8613d;background:#f4e9db;box-shadow:inset 0 0 0 1px rgba(184,97,61,.08)}.ba-ref-transcript-avatar{width:32px;height:32px;flex-shrink:0;border-radius:999px;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.ba-ref-transcript-body{min-width:0;flex:1 1}.ba-ref-transcript-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}.ba-ref-transcript-speaker{font-size:11px;font-weight:600}.ba-ref-transcript-time{color:#cccccc;font-size:10px;font-weight:600;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;transition:color .15s ease}.ba-ref-transcript-row:hover .ba-ref-transcript-time{color:#999999}.ba-ref-transcript-row--active .ba-ref-transcript-time{color:#b8613d}.ba-ref-transcript-copy{color:#333333;-webkit-user-select:text;-moz-user-select:text;user-select:text}.ba-ref-transcript-end{margin-top:32px;padding-top:16px;border-top:1px solid #e5e5e0;color:#888888;font-size:10px;font-style:italic;text-align:center}.ba-ref-transcript-popover{position:fixed;z-index:60;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;background:#111111;color:#ffffff;box-shadow:0 20px 44px rgba(17,17,17,.22);transform:translate(-50%,-100%)}.ba-ref-transcript-popover span{color:rgba(255,255,255,.68);font-size:11px}.ba-ref-transcript-popover button{padding:6px 10px;border:0;border-radius:8px;background:#b8613d;color:#ffffff;cursor:pointer;font-size:12px;font-weight:600}.ba-ref-transcript-popover-arrow{position:absolute;left:50%;bottom:-6px;width:12px;height:12px;background:#111111;transform:translateX(-50%) rotate(45deg)}.ba-ref-learn-scroll .ba-transcript-list{gap:8px}.ba-ref-learn-scroll .ba-transcript-item{padding:12px 14px;border-color:transparent;border-radius:10px;background:transparent}.ba-ref-learn-scroll .ba-transcript-item:hover{border-color:transparent;background:#fafaf7;transform:none}.ba-ref-learn-scroll .ba-transcript-meta{color:#1b4d7e;font-size:11px}.ba-ref-learn-scroll .ba-transcript-text{color:#333333;font-size:14px;line-height:1.85}.ba-ref-learn-tools{grid-column:4;grid-row:3;position:relative;height:100%;overflow:hidden;border-left:1px solid #e5e5e0;background:#ffffff;padding:0;display:flex;min-width:0;flex-direction:column}.ba-ref-learn-tools>.ba-ref-tool-panel{height:auto;flex:1 1 auto}.ba-ref-learn-divider{grid-column:3;grid-row:3;position:relative;width:12px;cursor:col-resize;background:transparent;touch-action:none}.ba-ref-learn-divider:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;background:#e5e5e0;transform:translateX(-50%);transition:background .15s ease,width .15s ease,box-shadow .15s ease}.ba-ref-learn-divider:hover:before{width:2px;background:#b8613d;box-shadow:0 0 0 1px rgba(184,97,61,.1)}.ba-ref-learn-divider-handle{position:absolute;left:50%;top:50%;width:7px;height:52px;border:1px solid rgba(184,97,61,.32);border-radius:999px;background:#fff9f0;box-shadow:0 8px 18px rgba(184,97,61,.16);transform:translate(-50%,-50%);transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.ba-ref-learn-divider:hover .ba-ref-learn-divider-handle{border-color:#b8613d;background:#b8613d;box-shadow:0 10px 24px rgba(184,97,61,.26)}.ba-ref-learn-tools .ba-card,.ba-ref-learn-tools .ba-learning-note-card{border-color:#e8e8e4;border-radius:12px;background:#ffffff;box-shadow:none}.ba-ref-learn-tools .ba-card-pad-md{padding:16px}.ba-ref-learn-tools .ba-section-head{margin-bottom:12px!important}.ba-ref-learn-tools .ba-kicker{display:none}.ba-ref-learn-tools .ba-title-md{font-size:16px}.ba-ref-learn-tools .ba-progress-pills{gap:8px;margin-bottom:10px}.ba-ref-learn-tools .ba-button{min-height:34px;padding:0 12px;border-radius:8px;font-size:12px}.ba-ref-tool-panel{position:relative;height:100%;min-height:0;border:0;border-radius:0;background:#ffffff;display:flex;flex-direction:column;overflow:hidden}.ba-ref-tool-tabs-row{border-bottom:1px solid rgba(34,29,22,.12);background:#f4efe5;display:flex;align-items:center;gap:4px;flex-shrink:0}.ba-ref-tool-tabs-row .ba-ref-tool-tabs{min-width:0;flex:1 1 auto;border-bottom:0;background:transparent}.ba-ref-tool-tabs-close{width:28px;height:28px;margin-right:8px;padding:0;border:0;border-radius:999px;background:transparent;color:#888888;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:18px;line-height:1}.ba-ref-tool-tabs-close:hover{color:#111111}.ba-ref-tool-tabs{padding:4px 8px;border-bottom:1px solid rgba(34,29,22,.12);background:#f4efe5;display:flex;align-items:center;gap:4px;flex-shrink:0;flex-wrap:wrap}.ba-ref-tool-tab{min-height:30px;padding:0 10px;border:0;border-radius:4px;background:transparent;color:#666666;cursor:pointer;display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;transition:background .15s ease,color .15s ease}.ba-ref-tool-tab-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ba-ref-tool-tab-icon,.ba-ref-tool-tab-icon svg{width:12px;height:12px}.ba-ref-tool-tab-label{line-height:1}.ba-ref-tool-tab:hover{background:#f0f0eb;color:#111111}.ba-ref-tool-tab--active,.ba-ref-tool-tab--active:hover{background:#b8613d;color:#ffffff}.ba-ref-study-guide-drawer{position:absolute;inset:0;z-index:5;display:flex;min-height:0;flex-direction:column;background:#ffffff;border-left:1px solid #e5e5e0;box-shadow:-18px 0 42px rgba(31,23,16,.12)}.ba-ref-study-guide-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 32px;border-bottom:1px solid #e5e5e0;background:#faf7f2}.ba-ref-study-guide-drawer-head span{display:block;color:#b8613d;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.ba-ref-study-guide-drawer-head h2{margin:3px 0 0;color:#111111;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:18px;font-weight:400;line-height:1.3}.ba-ref-study-guide-drawer-close{width:32px;height:32px;border:1px solid #e5e5e0;border-radius:999px;background:#ffffff;color:#6f6259;cursor:pointer;font-size:20px;line-height:1}.ba-ref-study-guide-drawer-close:hover{border-color:#b8613d;color:#b8613d}.ba-ref-study-guide-drawer-body{min-height:0;flex:1 1 auto;overflow-y:auto}.ba-ref-quiz-drawer,.ba-ref-quiz-drawer .ba-ref-study-guide-drawer-body{background:#ffffff}.ba-ref-quiz-panel{max-width:672px;margin:0 auto;padding:40px 32px}.ba-ref-quiz-list{display:grid;grid-gap:24px;gap:24px}.ba-ref-quiz-review-summary{margin-bottom:20px;padding:14px 16px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:10px 16px;gap:10px 16px;border:1px solid #d8d0c3;border-radius:6px;background:#f7f0e5}.ba-ref-quiz-review-summary div{min-width:0;display:grid;grid-gap:3px;gap:3px}.ba-ref-quiz-review-summary span,.ba-ref-quiz-review-summary time{color:rgba(19,17,14,.58);font-size:12px;font-weight:680}.ba-ref-quiz-review-summary strong{color:#111111;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:18px;font-weight:400;line-height:1.25}.ba-ref-quiz-review-summary p{margin:0;color:#b8613d;font-size:20px;font-weight:800;line-height:1}.ba-ref-quiz-question{padding:20px;border:1px solid #e5e5e0;border-radius:6px;background:#faf7f0;box-shadow:none}.ba-ref-quiz-stem{display:flex;gap:8px;margin-bottom:12px;color:#111111;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;line-height:1.45}.ba-ref-quiz-stem span{color:#b8613d;font-weight:700}.ba-ref-quiz-stem strong{font-weight:400}.ba-ref-quiz-options{display:grid;grid-gap:8px;gap:8px;margin-left:20px}.ba-ref-quiz-option{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;grid-gap:8px;gap:8px;padding:8px 12px;border:1px solid #e5e5e0;border-radius:6px;background:#ffffff;color:#111111;text-align:left;cursor:pointer;font-size:14px;line-height:1.45;transition:background .16s ease,border-color .16s ease,color .16s ease}.ba-ref-quiz-option:hover{background:#f4e9db}.ba-ref-quiz-option:disabled{cursor:default}.ba-ref-quiz-option-letter{font-weight:700;white-space:nowrap}.ba-ref-quiz-option-text{min-width:0}.ba-ref-quiz-option--selected{border-color:#b8613d;background:#f4e9db;color:#111111}.ba-ref-quiz-option--correct,.ba-ref-quiz-option--correct:disabled{border-color:#8a735f;background:#e6f3e6;color:#8a735f}.ba-ref-quiz-option--wrong,.ba-ref-quiz-option--wrong:disabled{border-color:#c75432;background:#fae6df;color:#6b2614}.ba-ref-quiz-explanation{margin:12px 0 0 20px;padding:8px;border:1px solid #e5e5e0;border-radius:4px;background:#fdf6e8;color:#6b4423;font-size:12px;font-style:italic;line-height:1.55}.ba-ref-quiz-footer{margin-top:32px;display:flex;align-items:center;justify-content:center;gap:12px}.ba-ref-quiz-primary,.ba-ref-quiz-secondary{min-height:38px;border-radius:999px;padding:9px 16px;cursor:pointer;font-size:13px;font-weight:760;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:background .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease}.ba-ref-quiz-primary svg,.ba-ref-quiz-secondary svg{width:14px;height:14px;flex:0 0 auto;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ba-ref-quiz-primary{border:1px solid #b8613d;background:#b8613d;color:#fff9f0}.ba-ref-quiz-primary:hover{background:#9f5133;border-color:#9f5133}.ba-ref-quiz-primary:disabled{cursor:default;opacity:.48}.ba-ref-quiz-secondary{border:1px solid rgba(34,29,22,.14);background:transparent;color:rgba(19,17,14,.62)}.ba-ref-quiz-secondary:hover{border-color:#b8613d;color:#b8613d}.ba-ref-quiz-score{color:#111111;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:18px;line-height:1.35}.ba-ref-quiz-score span{color:#b8613d;font-weight:700}.ba-ref-quiz-empty,.ba-ref-quiz-loading{max-width:672px;margin:0 auto;padding:48px 32px;text-align:center}.ba-ref-quiz-empty-icon{width:52px;height:52px;margin:0 auto 12px;display:inline-flex;align-items:center;justify-content:center;color:#b8613d}.ba-ref-quiz-empty-icon svg{width:42px;height:42px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.ba-ref-quiz-empty h3{margin:0 0 8px;color:#111111;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:20px;font-weight:400}.ba-ref-quiz-empty p,.ba-ref-quiz-loading p{margin:0 0 24px;color:#888888;font-size:14px;line-height:1.6}.ba-ref-quiz-spinner{width:32px;height:32px;margin:0 auto 12px;display:block;border:3px solid rgba(184,97,61,.18);border-top-color:#b8613d;border-radius:50%;animation:ba-ref-quiz-spin .8s linear infinite}@keyframes ba-ref-quiz-spin{to{transform:rotate(1turn)}}.ba-ref-tool-card,.ba-ref-tool-panel>.ba-card{flex:1 1 auto;min-height:0;overflow-y:auto;border:0;border-radius:0;box-shadow:none}.ba-ref-tool-panel--discuss>.ba-ref-discussion-shell{min-height:0;flex:1 1 auto}.ba-ref-tool-card{padding:18px}.ba-ref-study-kit-card{align-content:start;gap:0;min-height:100%;padding-top:12px;background:linear-gradient(180deg,rgba(255,250,244,.92),rgba(255,255,255,.98))}.ba-ref-study-kit-card>.ba-ref-tool-section-header{margin-bottom:10px}.ba-ref-study-guide-card{min-height:100%;padding:0;background:#ffffff}.ba-ref-study-guide-empty,.ba-ref-study-guide-reader{width:min(100%,672px);margin:0 auto}.ba-ref-study-guide-reader{padding:32px}.ba-ref-study-guide-empty{padding:48px 32px;text-align:center}.ba-ref-study-guide-empty-icon{width:52px;height:52px;margin:0 auto 14px;color:#b8613d;display:flex;align-items:center;justify-content:center;opacity:.62;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ba-ref-study-guide-empty-icon--loading{animation:ba-study-guide-spin .9s linear infinite}@keyframes ba-study-guide-spin{to{transform:rotate(1turn)}}.ba-ref-study-guide-empty h3{margin:0 0 8px;color:#111111;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:20px;font-weight:400}.ba-ref-study-guide-empty p{margin:0 auto 18px;max-width:360px;color:#888888;font-size:13px;line-height:1.7}.ba-ref-study-guide-steps{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 32px}.ba-ref-study-guide-step-dot{width:36px;height:36px;border:0;border-radius:999px;background:#e5e5e0;color:#ffffff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;opacity:.3;transition:opacity .16s ease,transform .16s ease,box-shadow .16s ease}.ba-ref-study-guide-step-dot--orange[data-state=complete],.ba-ref-study-guide-step-dot--orange[data-state=current]{background:#b8613d}.ba-ref-study-guide-step-dot--earth[data-state=complete],.ba-ref-study-guide-step-dot--earth[data-state=current]{background:#7a6255}.ba-ref-study-guide-step-dot--red[data-state=complete],.ba-ref-study-guide-step-dot--red[data-state=current]{background:#c75432}.ba-ref-study-guide-step-dot--green[data-state=complete],.ba-ref-study-guide-step-dot--green[data-state=current]{background:#8a735f}.ba-ref-study-guide-step-dot:hover,.ba-ref-study-guide-step-dot[aria-current=step]{opacity:1}.ba-ref-study-guide-step-dot[data-state=complete]{opacity:.7}.ba-ref-study-guide-step-dot[aria-current=step]{transform:scale(1.1);box-shadow:0 12px 26px rgba(91,72,55,.2)}.ba-ref-study-guide-step-icon{width:16px;height:16px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ba-ref-study-guide-step-card{overflow:hidden;border:1px solid #e5e5e0;border-radius:16px;background:#ffffff;box-shadow:0 14px 30px rgba(31,23,16,.08)}.ba-ref-study-guide-step-head{display:flex;align-items:center;gap:10px;padding:16px 18px;color:#ffffff}.ba-ref-study-guide-step-card--orange .ba-ref-study-guide-step-head{background:#b8613d}.ba-ref-study-guide-step-card--earth .ba-ref-study-guide-step-head{background:#7a6255}.ba-ref-study-guide-step-card--red .ba-ref-study-guide-step-head{background:#c75432}.ba-ref-study-guide-step-card--green .ba-ref-study-guide-step-head{background:#8a735f}.ba-ref-study-guide-step-head-icon{width:20px;height:20px;flex:0 0 auto;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ba-ref-study-guide-step-head strong{font-size:15px}.ba-ref-study-guide-step-head em{margin-left:auto;color:rgba(255,255,255,.72);font-size:12px;font-style:normal}.ba-ref-study-guide-step-body{padding:16px 24px}.ba-ref-study-guide-core{margin:0;color:#111111;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:18px;font-style:italic;line-height:1.4}.ba-ref-study-guide-concepts,.ba-ref-study-guide-examples,.ba-ref-study-guide-list{display:grid;grid-gap:10px;gap:10px}.ba-ref-study-guide-concept{padding:12px 16px 10px;border:1px solid #e5e5e0;border-radius:12px;background:#ffffff;box-shadow:0 8px 18px rgba(31,23,16,.05)}.ba-ref-study-guide-concept strong{display:block;margin-bottom:3px;color:#b8613d;font-size:13px}.ba-ref-study-guide-concept p{margin:0;color:#444444;font-size:13px;line-height:1.45}.ba-ref-study-guide-examples blockquote{margin:0;padding:16px;border-left:4px solid #b8613d;border-radius:12px;background:#fffbf0;color:#555555;font-size:13px;font-style:italic;line-height:1.625}.ba-ref-study-guide-callout{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:12px}.ba-ref-study-guide-callout-icon{width:20px;height:20px;margin-top:2px;flex-shrink:0;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ba-ref-study-guide-callout-text{color:#111111;font-size:13px;line-height:20px}.ba-ref-study-guide-callout--danger{border:1px solid #fca5a5;background:#fef2f2}.ba-ref-study-guide-callout--success{border:1px solid #86efac;background:#f0fff0}.ba-ref-study-guide-callout--danger .ba-ref-study-guide-callout-icon{color:#c75432}.ba-ref-study-guide-callout--success .ba-ref-study-guide-callout-icon{color:#8a735f}.ba-ref-study-guide-callout--success .ba-ref-study-guide-callout-text{font-weight:700}.ba-ref-study-guide-nav{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:24px}.ba-ref-study-guide-nav-button,.ba-ref-study-guide-refresh{min-height:34px;padding:0 14px;border-radius:999px;border:1px solid #cfc3b2;background:transparent;color:#13110e;cursor:pointer;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:6px;transition:background .16s ease,border-color .16s ease,color .16s ease}.ba-ref-study-guide-nav-button:hover,.ba-ref-study-guide-refresh:hover{background:#faf7f0}.ba-ref-study-guide-nav-button--primary{border-color:#13110e;background:#13110e;color:#faf7f0}.ba-ref-study-guide-nav-button--primary:hover{background:#2b251f}.ba-ref-study-guide-nav-button:disabled,.ba-ref-study-guide-refresh:disabled{cursor:not-allowed;opacity:.48}.ba-ref-study-guide-done{color:#8a735f;font-size:12px;font-weight:800;display:inline-flex;align-items:center;gap:5px}.ba-ref-study-guide-button-icon{width:14px;height:14px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ba-ref-study-guide-button-icon--loading{animation:ba-study-guide-spin .9s linear infinite}.ba-ref-flashcards{width:min(100%,520px);margin:0 auto}.ba-ref-flashcard-progress{display:flex;justify-content:center;gap:6px;margin:0 0 22px}.ba-ref-flashcard-dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#e5e5e0;cursor:pointer;transition:width .18s ease,background .18s ease}.ba-ref-flashcard-dot:hover{background:#c4b8a3}.ba-ref-flashcard-dot[aria-current=true]{width:32px;background:#b8613d}.ba-ref-flashcard{display:block;width:100%;height:280px;padding:0;border:0;background:transparent;cursor:pointer;perspective:1000px}.ba-ref-flashcard-inner{position:relative;display:block;width:100%;height:100%;transform-style:preserve-3d;transition:transform .6s ease}.ba-ref-flashcard--flipped .ba-ref-flashcard-inner{transform:rotateY(180deg)}.ba-ref-flashcard-face{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:32px;border-radius:18px;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-shadow:0 10px 30px rgba(17,17,17,.08);text-align:center}.ba-ref-flashcard-face--front{background:linear-gradient(135deg,#b8613d,#9f5133);color:#ffffff}.ba-ref-flashcard-face--back{border:2px solid #4caf50;background:linear-gradient(135deg,#f0fff0,#ffffff);color:#111111;transform:rotateY(180deg)}.ba-ref-flashcard-kicker{margin-bottom:16px;color:currentColor;font-size:11px;font-weight:800;letter-spacing:.2em;opacity:.62}.ba-ref-flashcard-face strong{color:currentColor;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:22px;line-height:1.45}.ba-ref-flashcard-face--back strong{font-size:19px;font-family:inherit;font-weight:600}.ba-ref-flashcard-hint{margin-top:24px;color:currentColor;font-size:12px;opacity:.46}.ba-ref-flashcard-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:22px}.ba-ref-flashcard-count{color:#888888;font-size:14px;font-weight:700;white-space:nowrap}.ba-ref-flashcard-nav-button,.ba-ref-flashcard-refresh{min-height:36px;padding:0 14px;border:1px solid #d8d1c4;border-radius:999px;background:#ffffff;color:#111111;cursor:pointer;font-size:13px;font-weight:700}.ba-ref-flashcard-nav-button:hover,.ba-ref-flashcard-refresh:hover{border-color:#b8613d;color:#b8613d}.ba-ref-flashcard-nav-button:disabled,.ba-ref-flashcard-refresh:disabled{cursor:not-allowed;opacity:.45}.ba-ref-flashcard-actions{margin-top:16px;text-align:center}.ba-ref-flashcard-empty{width:min(100%,520px);margin:0 auto;padding:18px 20px 42px;text-align:center}.ba-ref-flashcard-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:12px;border-radius:14px;background:#fff4f0;color:#b8613d;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:700}.ba-ref-flashcard-empty h3{margin:0 0 8px;color:#111111;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:20px;line-height:1.25}.ba-ref-flashcard-empty p{margin:0 auto 22px;max-width:360px;color:#888888;font-size:13px;line-height:1.7}.ba-ref-tool-section-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.ba-ref-tool-section-icon{width:40px;height:40px;border-radius:14px;background:#b8613d;color:#fffaf3;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px rgba(184,97,61,.16)}.ba-ref-tool-section-icon svg{width:18px;height:18px}.ba-ref-tool-section-copy{min-width:0}.ba-ref-tool-section-copy h2{margin:0;color:#111111;font-size:16px;line-height:1.2;font-weight:700}.ba-ref-tool-section-copy p{margin:4px 0 0;color:#888888;font-size:12px;line-height:1.5}.ba-ref-tool-card h2{margin:0 0 10px;color:#111111;font-size:16px}.ba-ref-tool-card li,.ba-ref-tool-card p{color:#666666;font-size:14px;line-height:1.7}.ba-ref-tool-card p{margin:0 0 16px}.ba-ref-ask-panel{min-height:0;flex:1 1;background:#ffffff;display:flex;flex-direction:column}.ba-ref-ask-panel>.ba-ref-tool-section-header{padding:18px 18px 0;margin-bottom:0}.ba-ref-ask-scroll{min-height:0;flex:1 1;overflow-y:auto;padding:18px}.ba-ref-ask-empty{padding:20px;border:1px solid #e5e5e0;border-radius:8px;background:#fff4f0}.ba-ref-ask-empty p{margin:0 0 14px;color:#6b4423;font-family:Georgia,Times New Roman,serif;font-size:14px;font-style:italic;line-height:1.7}.ba-ref-ask-empty span,.ba-ref-ask-followups span{display:block;margin-bottom:8px;color:#888888;font-size:12px}.ba-ref-ask-starters{display:grid;grid-gap:8px;gap:8px}.ba-ref-ask-starters button{width:100%;padding:9px 11px;border:1px solid #e5e5e0;border-radius:6px;background:#ffffff;color:#111111;cursor:pointer;font-size:13px;text-align:left;transition:background .15s ease,border-color .15s ease}.ba-ref-ask-starters button:hover{border-color:#e8590c;background:#ffffff}.ba-ref-ask-messages{display:grid;grid-gap:16px;gap:16px}.ba-ref-ask-bubble{max-width:88%;padding:14px 18px;border-radius:16px}.ba-ref-ask-bubble--assistant{border:1px solid #e5e5e0;background:#ffffff;box-shadow:0 6px 18px rgba(17,17,17,.04)}.ba-ref-ask-draft-shell{width:min(560px,88%)}.ba-ref-ask-bubble--draft{box-sizing:border-box;width:100%;max-width:none}.ba-ref-ask-bubble-meta{margin-bottom:6px;color:#888888;font-size:11px;font-weight:700}.ba-ref-ask-bubble p{margin:0;color:#111111;font-size:14px;line-height:1.7}.ba-ref-ask-stage{margin-top:8px;color:#888888;font-size:12px;line-height:1.4}.ba-ref-ask-stage:after{display:inline-block;width:1.5em;content:".";animation:ba-ref-ask-stage-dots 1.2s step-end infinite}@keyframes ba-ref-ask-stage-dots{0%,to{content:"."}33%{content:".."}66%{content:"..."}}.ba-ref-markdown{color:#111111;font-size:14px;line-height:1.7}.ba-ref-markdown>:first-child{margin-top:0}.ba-ref-markdown>:last-child{margin-bottom:0}.ba-ref-markdown blockquote,.ba-ref-markdown ol,.ba-ref-markdown p,.ba-ref-markdown pre,.ba-ref-markdown ul{margin:0 0 10px}.ba-ref-markdown ol,.ba-ref-markdown ul{padding-left:20px}.ba-ref-markdown li+li{margin-top:4px}.ba-ref-markdown code{border-radius:6px;background:rgba(17,17,17,.06);padding:2px 5px;font-size:12px}.ba-ref-ask-citations{display:grid;grid-gap:8px;gap:8px;margin-top:14px}.ba-ref-ask-citations div{color:#888888;font-size:10px;font-weight:700;letter-spacing:.1em}.ba-ref-ask-citations blockquote{margin:0;padding:10px 12px;border-left:2px solid #e8590c;border-radius:0 6px 6px 0;background:#f8f8f6;color:#444444;font-size:12px;line-height:1.7}.ba-ref-ask-followups button{margin:0 8px 8px 0;padding:7px 10px;border:1px solid #e5e5e0;border-radius:999px;background:#ffffff;color:#555555;cursor:pointer;font-size:12px;text-align:left}.ba-ref-ask-followups{margin-top:14px}.ba-ref-ask-loading{width:-moz-fit-content;width:fit-content;padding:12px 14px;border:1px solid #e5e5e0;border-radius:8px;background:#ffffff;color:#666666;font-size:13px}.ba-ref-ask-composer-shell{padding:16px 28px;border-top:1px solid #e5e5e0;background:#faf7f2;flex-shrink:0}.ba-ref-ask-quote{margin-bottom:12px;display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid #b8613d;border-radius:8px;background:#ffffff}.ba-ref-ask-quote-icon{color:#b8613d;font-size:18px;font-weight:700;line-height:1}.ba-ref-ask-quote-copy{min-width:0;flex:1 1}.ba-ref-ask-quote-label{margin-bottom:4px;color:#b8613d;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.ba-ref-ask-quote-text{color:#555555;font-size:12px;font-style:italic;line-height:1.7}.ba-ref-ask-quote-clear{border:0;background:transparent;color:#888888;cursor:pointer;font-size:18px;line-height:1}.ba-ref-ask-composer{display:flex;gap:8px}.ba-ref-ask-composer input{min-width:0;flex:1 1;padding:10px 14px;border:1px solid #e5e5e0;border-radius:6px;background:#ffffff;color:#111111;font-size:14px}.ba-ref-ask-composer input::placeholder{color:#999999}.ba-ref-ask-composer input:focus{border-color:#e8590c;outline:none}.ba-ref-ask-composer button{min-width:58px;padding:0 14px;border:0;border-radius:6px;background:#e8590c;color:#ffffff;cursor:pointer;font-size:13px;font-weight:700}.ba-ref-ask-composer button:disabled{cursor:not-allowed;opacity:.55}.ba-ref-action-screen{display:flex;flex:1 1 auto;min-height:0;min-width:0;flex-direction:column;background:#ffffff;color:#111111;overflow:hidden}.ba-ref-action-center{display:flex;min-height:0;flex:1 1;flex-direction:column;align-items:center;justify-content:center;padding:48px 32px;text-align:center}.ba-ref-action-center h3{margin:0 0 8px;color:#111111;font-family:var(--ba-font-serif);font-size:24px;font-weight:600;line-height:1.22}.ba-ref-action-center p{max-width:420px;margin:0 0 24px;color:#888888;font-size:14px;line-height:1.72}.ba-ref-action-hero-icon{width:48px;height:48px;margin:0 auto 16px;color:rgba(184,97,61,.72)}.ba-ref-action-note{color:#888888;font-size:13px}.ba-ref-action-spinner{width:40px;height:40px;margin:0 auto 16px;border:3px solid rgba(184,97,61,.16);border-top-color:#b8613d;border-radius:999px;animation:ba-spin .8s linear infinite}.ba-ref-action-task-wrap{display:flex;min-height:0;flex:1 1;align-items:center;justify-content:center;padding:32px;background:#ffffff}.ba-ref-action-challenge{width:min(100%,576px);border:2px solid #b8613d;border-radius:8px;background:#ffffff;padding:32px;box-shadow:0 1px 2px rgba(17,17,17,.04)}.ba-ref-action-kicker{color:#b8613d;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.ba-ref-action-challenge h2,.ba-ref-action-story h2{margin:0;color:#111111;font-family:var(--ba-font-serif);font-size:24px;font-weight:600;line-height:1.22}.ba-ref-action-challenge h2{margin-top:8px;margin-bottom:16px}.ba-ref-action-challenge p{margin:0 0 20px;color:#111111;font-size:15px;line-height:1.7}.ba-ref-action-challenge dl{display:grid;grid-gap:12px;gap:12px;margin:0 0 24px}.ba-ref-action-challenge dl div{display:flex;gap:12px}.ba-ref-action-challenge dt{width:80px;flex:0 0 auto;color:#888888;font-size:12px;font-weight:700;letter-spacing:.04em}.ba-ref-action-challenge dd{flex:1 1;margin:0;color:#111111;font-size:14px;line-height:1.6}.ba-ref-action-row{display:flex;flex-wrap:wrap;gap:12px}.ba-ref-action-screen .ba-button{min-height:0;border-radius:999px;padding:10px 16px;box-shadow:none;font-size:14px;font-weight:700}.ba-ref-action-screen .ba-button--primary{border-color:#13110e;background:#13110e;color:#faf7f0}.ba-ref-action-screen .ba-button--primary:hover{border-color:#2b251f;background:#2b251f}.ba-ref-action-screen .ba-button--ghost{border:1px solid #cfc3b2;background:transparent;color:#13110e}.ba-ref-action-screen .ba-button--ghost:hover{background:#faf7f0}.ba-ref-action-row .ba-button{display:inline-flex;align-items:center;justify-content:center;gap:8px}.ba-ref-action-challenge .ba-ref-action-row .ba-button--primary{flex:1 1}.ba-ref-action-center .ba-button svg,.ba-ref-action-composer button svg,.ba-ref-action-row .ba-button svg,.ba-ref-action-story-cta .ba-button svg{width:16px;height:16px}.ba-ref-action-debrief{display:flex;min-height:0;flex:1 1;flex-direction:column;overflow:hidden;border:0;border-radius:0;background:#ffffff}.ba-ref-action-debrief-head{display:grid;flex:0 0 auto;grid-gap:4px;gap:4px;padding:16px 32px;border-bottom:1px solid #e5e5e0;background:#faf7f2}.ba-ref-action-debrief-head span{color:#b8613d;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.ba-ref-action-debrief-head p{margin:0;color:#888888;font-size:14px;line-height:1.55}.ba-ref-action-messages{min-height:0;flex:1 1;overflow-y:auto;padding:24px 32px}.ba-ref-action-message-stack{display:grid;width:min(100%,672px);margin:0 auto;grid-gap:16px;gap:16px;align-content:start}.ba-ref-action-coach-bubble{max-width:80%;padding:12px 16px;border:1px solid #e5e5e0;border-radius:8px;background:#ffffff;color:#111111;font-family:var(--ba-font-serif)}.ba-ref-action-coach-bubble span{display:block;margin-bottom:4px;color:#b8613d;font-family:var(--ba-font-sans);font-size:12px;font-weight:700;letter-spacing:.03em}.ba-ref-action-coach-bubble p{margin:0;color:#111111;font-size:15px;line-height:1.72;white-space:pre-wrap}.ba-ref-action-screen .ba-ref-ai-user-bubble{max-width:80%;padding:12px 16px;border-radius:8px;background:#b8613d;color:#faf7f2}.ba-ref-action-screen .ba-ref-ai-user-bubble p{font-size:15px;line-height:1.72}.ba-ref-action-precomposer{width:min(100%,672px);margin:0 auto;padding:0 32px 16px}.ba-ref-action-fixed-composer{flex:0 0 auto;background:#ffffff}.ba-ref-action-story-cta{padding-top:8px;text-align:center}.ba-ref-action-story-hint{color:#888888;font-size:12px;line-height:1.6;text-align:center}.ba-ref-action-composer{padding:16px 32px;border-top:1px solid #e5e5e0;background:#faf7f2}.ba-ref-action-composer-inner{display:flex;width:min(100%,672px);margin:0 auto;gap:8px}.ba-ref-action-composer input{min-width:0;flex:1 1;border:1px solid #e5e5e0;border-radius:6px;background:#ffffff;padding:10px 16px;color:#111111;font-size:14px}.ba-ref-action-composer input:focus{border-color:#b8613d;outline:none}.ba-ref-action-composer button{display:inline-flex;min-width:78px;align-items:center;justify-content:center;gap:6px;border:0;border-radius:6px;background:#b8613d;color:#ffffff;cursor:pointer;font-size:14px;font-weight:700}.ba-ref-action-composer button:disabled{cursor:not-allowed;opacity:.55}.ba-ref-action-story{width:min(100%,672px);margin:0 auto;padding:40px 32px;overflow-y:auto}.ba-ref-action-story h2{margin:8px 0 24px;font-size:30px}.ba-ref-action-story article{display:grid;grid-gap:16px;gap:16px;color:#111111;font-family:var(--ba-font-serif);font-size:17px;line-height:1.9}.ba-ref-action-story article p{margin:0}.ba-ref-action-story .ba-ref-action-row{margin-top:24px}.ba-ref-action-story blockquote{margin:0;border-left:2px solid #b8613d;background:#f4e9db;padding:8px 0 8px 16px;color:#111111;font-style:italic}.ba-ref-action-story-context{color:#888888!important;font-style:italic}@media (max-width:640px){.ba-ref-action-center,.ba-ref-action-story,.ba-ref-action-task-wrap{padding:28px 20px}.ba-ref-action-challenge{padding:24px}.ba-ref-action-composer,.ba-ref-action-debrief-head,.ba-ref-action-messages,.ba-ref-action-precomposer{padding-right:20px;padding-left:20px}.ba-ref-action-composer-inner{flex-direction:column}.ba-ref-action-composer button{min-height:40px}}.ba-ref-tool-card ul{margin:0;padding-left:18px}.ba-ref-discuss-list{display:grid;grid-gap:10px;gap:10px}.ba-ref-discuss-list button{width:100%;padding:12px;border:1px solid #e8e8e4;border-radius:10px;background:#fafaf7;color:#444444;cursor:pointer;font-size:13px;text-align:left}.ba-ref-discuss-list button:hover{border-color:#e8590c;background:#fff8f4}.ba-ref-discussion-shell{min-height:0;background:#ffffff;display:flex;flex-direction:column;overflow:hidden}.ba-ref-discussion-active-header,.ba-ref-discussion-header{padding:16px 24px;border-bottom:1px solid #e5e5e0;background:#faf7f2;flex-shrink:0}.ba-ref-discussion-active-header,.ba-ref-discussion-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.ba-ref-discussion-active-header{position:-webkit-sticky;position:sticky;top:0;z-index:3}.ba-ref-discussion-active-header--stacked{flex-direction:column;justify-content:flex-start;gap:10px}.ba-ref-discussion-active-copy{width:100%;min-width:0}.ba-ref-discussion-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;flex-wrap:wrap;width:100%}.ba-ref-discussion-active-header button,.ba-ref-discussion-composer button,.ba-ref-discussion-custom-topic-row button{border:0;background:#b8613d;color:#ffffff;cursor:pointer;font-size:13px;font-weight:700;transition:background .15s ease,opacity .15s ease}.ba-ref-discussion-active-header button{min-height:32px;padding:0 12px;border:1px solid rgba(184,97,61,.28);border-radius:6px;background:#ffffff;color:#b8613d;white-space:nowrap}.ba-ref-discussion-ghost-button{border:1px solid rgba(184,97,61,.28);border-radius:6px;background:#ffffff;color:#b8613d;cursor:pointer;justify-content:center}.ba-ref-discussion-finished-badge,.ba-ref-discussion-ghost-button{min-height:32px;padding:0 12px;display:inline-flex;align-items:center;flex-shrink:0;font-size:13px;font-weight:800;white-space:nowrap}.ba-ref-discussion-finished-badge{border:1px solid rgba(15,95,108,.22);border-radius:6px;background:#eef6f4;color:#0f5f6c}.ba-ref-discussion-active-header button:disabled,.ba-ref-discussion-composer button:disabled,.ba-ref-discussion-custom-topic-row button:disabled,.ba-ref-discussion-ghost-button:disabled{cursor:not-allowed;opacity:.55}.ba-ref-discussion-title{margin-bottom:2px;color:#111111;font-size:16px;font-weight:800}.ba-ref-discussion-message-meta,.ba-ref-discussion-mode-label,.ba-ref-discussion-partner-description,.ba-ref-discussion-section-label,.ba-ref-discussion-subtitle{color:#888888;font-size:12px}.ba-ref-discussion-section-label{margin-bottom:10px;font-weight:700}.ba-ref-discussion-topic-body{flex:1 1;overflow-y:auto;padding:22px 24px}.ba-ref-discussion-history,.ba-ref-discussion-partners{margin-bottom:24px}.ba-ref-discussion-history-head{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:12px}.ba-ref-discussion-history-head .ba-ref-discussion-section-label{margin-bottom:0}.ba-ref-discussion-history-list{display:grid;grid-gap:10px;gap:10px}.ba-ref-discussion-history-item{width:100%;padding:12px 14px;border:1px solid #e5e5e0;border-radius:8px;background:#ffffff;color:#111111;cursor:pointer;display:grid;grid-gap:4px;gap:4px;text-align:left}.ba-ref-discussion-history-item:hover{border-color:#b8613d;background:#f8f1e7}.ba-ref-discussion-history-item span{font-size:14px;font-weight:800;line-height:1.45}.ba-ref-discussion-empty,.ba-ref-discussion-history-item small{color:#888888;font-size:12px}.ba-ref-discussion-messages,.ba-ref-discussion-partner-list,.ba-ref-discussion-topic-list{display:grid;grid-gap:10px;gap:10px}.ba-ref-discussion-partner-card{display:flex;align-items:flex-start;gap:12px;padding:12px;border:1px solid #e5e5e0;border-radius:8px;background:#fafaf7}.ba-ref-discussion-avatar{width:40px;height:40px;border-radius:999px;background:#f4e9db;color:#b8613d;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:15px;font-weight:800;overflow:hidden}.ba-ref-discussion-avatar img{width:100%;height:100%;border-radius:inherit;display:block;object-fit:cover}.ba-ref-discussion-partner-copy{min-width:0}.ba-ref-discussion-partner-heading{margin-bottom:2px;display:flex;align-items:center;gap:8px}.ba-ref-discussion-partner-heading span:first-child{color:#111111;font-size:14px;font-weight:800}.ba-ref-discussion-message-meta span+span,.ba-ref-discussion-partner-heading span:last-child{padding:2px 8px;border-radius:999px;background:#f0f0ec;color:#888888;font-size:10px;font-weight:700}.ba-ref-discussion-topic-group,.ba-ref-discussion-topic-picker{display:grid;grid-gap:16px;gap:16px}.ba-ref-discussion-topic-button{width:100%;padding:14px;border:1px solid #e5e5e0;border-radius:8px;background:#ffffff;color:#444444;cursor:pointer;display:flex;gap:8px;font-size:14px;line-height:1.65;text-align:left;transition:background .15s ease,border-color .15s ease}.ba-ref-discussion-topic-button:hover{border-color:#b8613d;background:#f8f1e7}.ba-ref-discussion-composer,.ba-ref-discussion-custom-topic-row{display:flex;gap:8px}.ba-ref-discussion-composer input,.ba-ref-discussion-custom-topic-row input{min-width:0;flex:1 1;border:1px solid #e5e5e0;background:#ffffff;color:#111111;font-size:14px;outline:none}.ba-ref-discussion-custom-topic-row input{height:42px;padding:0 14px;border-radius:8px}.ba-ref-discussion-composer input:focus,.ba-ref-discussion-custom-topic-row input:focus{border-color:#b8613d}.ba-ref-discussion-custom-topic-row button{min-height:42px;padding:0 16px;border-radius:8px}.ba-ref-discussion-mode-label{margin-bottom:4px;color:#b8613d;font-weight:800;letter-spacing:.04em}.ba-ref-discussion-active-topic{color:#111111;font-family:var(--ba-serif);font-size:15px;line-height:1.55}.ba-ref-discussion-message-scroll{flex:1 1;min-height:0;overflow-y:auto;padding:24px}.ba-ref-discussion-message{display:flex;gap:12px}.ba-ref-discussion-message--user{justify-content:flex-end}.ba-ref-discussion-message-copy{max-width:min(80%,520px)}.ba-ref-discussion-message--user .ba-ref-discussion-message-copy{max-width:min(75%,480px)}.ba-ref-discussion-message-meta{margin-bottom:5px;display:flex;align-items:baseline;gap:8px;font-weight:700}.ba-ref-discussion-message--user .ba-ref-discussion-message-meta{justify-content:flex-end}.ba-ref-discussion-message-meta span:first-child{color:#111111;font-family:var(--ba-serif);font-size:14px}.ba-ref-discussion-message-bubble{padding:12px 14px;border:1px solid #e5e5e0;border-radius:8px;background:#ffffff;color:#111111;font-size:15px;line-height:1.7}.ba-ref-discussion-message--pending .ba-ref-discussion-message-bubble{color:#777777}.ba-ref-discussion-typing{display:inline-flex;align-items:baseline;gap:2px}.ba-ref-discussion-typing-dots{display:inline-flex;width:18px;overflow:hidden}.ba-ref-discussion-typing-dots span{animation:ba-discussion-dot-pulse 1.1s infinite;opacity:.2}.ba-ref-discussion-typing-dots span:nth-child(2){animation-delay:.18s}.ba-ref-discussion-typing-dots span:nth-child(3){animation-delay:.36s}@keyframes ba-discussion-dot-pulse{0%,20%{opacity:.2}45%,80%{opacity:1}to{opacity:.2}}.ba-ref-discussion-message--user .ba-ref-discussion-message-bubble{border-color:#b8613d;background:#b8613d;color:#faf7f2}.ba-ref-discussion-system-message{width:-moz-fit-content;width:fit-content;max-width:92%;margin:10px auto;padding:8px 14px;border:1px solid #e5e5e0;border-radius:999px;background:#f4e9db;color:#b8613d;font-size:13px;font-weight:700;text-align:center}.ba-ref-discussion-callout,.ba-ref-discussion-error,.ba-ref-discussion-loading{margin-top:16px}.ba-ref-discussion-callout{padding:12px 14px;border:1px solid rgba(184,97,61,.28);border-radius:8px;background:#f8f1e7;color:#111111;display:flex;align-items:center;gap:12px;font-size:14px}.ba-ref-discussion-callout span{font-weight:800}.ba-ref-discussion-loading{color:#888888;font-size:14px;font-style:italic}.ba-ref-discussion-error{color:#8a2f3b;font-size:14px}.ba-ref-discussion-fixed-composer{padding:16px 24px;border-top:1px solid #e5e5e0;background:#faf7f2;flex-shrink:0;position:-webkit-sticky;position:sticky;bottom:0;z-index:3}.ba-ref-discussion-composer input{height:42px;padding:0 14px;border-radius:6px}.ba-ref-discussion-composer button{min-height:42px;padding:0 16px;border-radius:6px}.ba-ref-discussion-summary{flex:1 1;overflow-y:auto;padding:24px;display:grid;align-content:start;grid-gap:14px;gap:14px;background:#ffffff}.ba-ref-discussion-summary-header{padding-bottom:4px}.ba-ref-discussion-summary-kicker,.ba-ref-discussion-summary-label{color:#b8613d;font-size:12px;font-weight:800;letter-spacing:.04em}.ba-ref-discussion-summary-header h3{margin:6px 0 0;color:#111111;font-family:var(--ba-serif);font-size:18px;line-height:1.5}.ba-ref-discussion-summary-section{padding:16px;border:1px solid #e5e5e0;border-radius:8px;background:#fafaf7}.ba-ref-discussion-summary-section>p{margin:10px 0 0;color:#333333;font-size:15px;line-height:1.75}.ba-ref-discussion-summary-themes{margin:12px 0 0;padding:0;display:grid;grid-gap:10px;gap:10px;list-style:none}.ba-ref-discussion-summary-themes li{display:grid;grid-template-columns:26px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:start}.ba-ref-discussion-summary-themes span{width:26px;height:26px;border-radius:999px;background:#f4e9db;color:#b8613d;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.ba-ref-discussion-summary-themes p{margin:0;color:#333333;font-size:15px;line-height:1.75}.ba-progress-pills{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}.ba-next-list{margin:0;padding-left:20px;color:var(--ba-muted);line-height:1.8}.ba-loading{min-height:100vh;display:grid;place-items:center;padding:32px}.ba-ref-empty-state-shell{background:radial-gradient(circle at top right,rgba(184,97,61,.12),transparent 22%),linear-gradient(180deg,#f8f1e7,#f4efe5)}.ba-loading-card{width:min(520px,100%);padding:28px;border-radius:var(--ba-radius-lg);background:var(--ba-surface-strong);border:1px solid rgba(20,27,24,.08);box-shadow:var(--ba-shadow)}.ba-spinner{width:42px;height:42px;border-radius:999px;border:4px solid rgba(15,95,108,.14);border-top:4px solid var(--ba-teal);animation:ba-spin .8s linear infinite}@keyframes ba-spin{to{transform:rotate(1turn)}}@media (max-width:960px){.ba-detail-grid,.ba-detail-grid--editorial,.ba-feature-card,.ba-hero-grid,.ba-home-toolbar,.ba-learning-grid,.ba-login-grid,.ba-my-hero,.ba-ref-learn-page,.ba-split-grid,.ba-stat-grid{grid-template-columns:1fr}.ba-ref-learn-page{height:auto;min-height:100vh;overflow:visible;grid-template-rows:auto}.ba-ref-learn-notice,.ba-ref-learn-topbar{grid-column:1;grid-row:auto}.ba-ref-learn-sidebar,.ba-ref-learn-tools{max-height:none;border-left:0;border-right:0}.ba-ref-learn-main,.ba-ref-learn-sidebar,.ba-ref-learn-tools{grid-column:1;grid-row:auto;overflow:visible}.ba-ref-learn-divider{display:none}.ba-ref-learn-units{display:flex;overflow-x:auto;padding:0 12px 12px}.ba-ref-learn-nav-title{flex:0 0 auto;align-self:center;padding:10px 12px}.ba-ref-learn-unit{min-width:180px;border-left:0;border-bottom:3px solid transparent;border-radius:10px}.ba-ref-learn-unit--active{border-bottom-color:#e8590c}.ba-ref-learn-scroll{overflow:visible}}@media (max-width:720px){.ba-topbar{flex-direction:column;align-items:stretch}.ba-nav{justify-content:flex-start}.ba-header-tools{justify-content:space-between}.ba-search-pill{min-width:0;flex:1 1}.ba-learning-card{align-items:stretch;flex-direction:column}.ba-card-pad-lg,.ba-card-pad-md{padding:24px}.ba-main{padding-bottom:48px}.ba-home-hero{padding-top:44px}.ba-course-media-copy h3,.ba-course-owned-cover h3{font-size:28px}}.ba-header-shell{position:-webkit-sticky;position:sticky;top:0;z-index:20;border-bottom:1px solid #e8e8e4;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ba-topbar{min-height:60px;padding:0}.ba-brand{gap:12px}.ba-brand-mark{width:32px;height:32px;border-radius:8px;background:#111;color:#fff;font-size:0;box-shadow:none}.ba-brand-mark:before{content:"";width:14px;height:14px;border:2px solid;border-radius:2px}.ba-brand-title,.ba-brand-title--cn{color:#111;font-size:17px;font-weight:800;letter-spacing:0;text-transform:none}.ba-header-tools{gap:10px}.ba-search-pill{width:min(260px,32vw);min-width:0;height:36px;border-radius:10px;background:#f0f0ec;color:#888;font-size:14px}.ba-circle-entry,.ba-icon-pill{width:36px;height:36px;border-radius:999px;border:0;box-shadow:none;font-size:13px;font-weight:700}.ba-icon-pill{background:#f0f0ec;color:#666}.ba-circle-entry{background:#e8590c;color:#fff}.ba-main{padding:0 0 72px}.ba-shell{width:min(1200px,calc(100% - 80px))}.ba-stack-lg{gap:48px}.ba-home-hero{margin-inline:calc((100vw - min(1200px, calc(100vw - 80px))) / -2);padding:72px calc((100vw - min(1200px, calc(100vw - 80px))) / 2) 56px;border-bottom:0;background:linear-gradient(160deg,#0c0c0c,#1a1f2e 60%,#1e2a3a)}.ba-home-hero .ba-kicker{color:#e8590c}.ba-home-hero-title{max-width:520px;color:#fff;font-size:clamp(40px,4.4vw,56px);font-weight:800;line-height:1.2;letter-spacing:0}.ba-home-hero-lead{max-width:460px;color:rgba(255,255,255,.45);font-size:17px;line-height:1.8}.ba-kicker{color:#e8590c;font-size:13px;font-weight:600;letter-spacing:0;text-transform:none}.ba-home-toolbar{padding:0;align-items:flex-start}.ba-home-toolbar-stats{color:#999;font-size:13px}.ba-title-lg,.ba-title-md,.ba-title-xl{color:#111;font-weight:800;letter-spacing:0}.ba-title-lg{font-size:clamp(28px,4vw,40px);line-height:1.2}.ba-title-md{font-size:22px;line-height:1.25}.ba-copy,.ba-note,.ba-section-copy p{color:#888}.ba-button{min-height:44px;border-radius:8px;font-size:14px;font-weight:600;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.ba-button:hover{transform:translateY(-1px)}.ba-button--accent,.ba-button--primary{background:#e8590c;color:#fff;box-shadow:none}.ba-button--accent:hover,.ba-button--primary:hover{background:#d14e0b}.ba-button--ghost{background:transparent;border:1px solid #c4b8a3;color:#111}.ba-chip{min-height:26px;padding:3px 10px;border-radius:6px;background:#f5f5f3;color:#777;font-size:11px;font-weight:600}.ba-chip--surface{background:#fff4f0;color:#e8590c;border:0}.ba-home-featured{margin-top:0;padding-top:0;position:relative;z-index:1}.ba-feature-card{position:relative;grid-template-columns:auto minmax(0,1fr) auto;gap:24px;padding:28px 36px;border:0;border-radius:20px;background:linear-gradient(135deg,#e8590c,#c74308);box-shadow:0 12px 40px rgba(232,89,12,.32);color:#fff;overflow:hidden}.ba-feature-card:after,.ba-feature-card:before{content:"";position:absolute;border-radius:999px;background:rgba(255,255,255,.06);pointer-events:none}.ba-feature-card:before{top:-40px;right:-40px;width:200px;height:200px}.ba-feature-card:after{right:100px;bottom:-60px;width:160px;height:160px}.ba-feature-mark{width:64px;height:64px;border-radius:16px;background:rgba(255,255,255,.2);color:#fff;box-shadow:none}.ba-feature-card .ba-copy,.ba-feature-card .ba-note,.ba-feature-card .ba-title-lg{color:#fff}.ba-feature-card .ba-copy,.ba-feature-card .ba-note{opacity:.72}.ba-feature-card .ba-chip{background:rgba(255,255,255,.22);color:#fff}.ba-feature-card .ba-button{background:rgba(255,255,255,.25);color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ba-home-rail{padding:0;border-top:0}.ba-category-section{gap:20px;padding-top:0;border-top:0}.ba-category-section:nth-child(2n){padding:28px 24px;border-radius:20px;background:#efeee9}.ba-section-head{align-items:baseline}.ba-course-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.ba-card,.ba-card--compact,.ba-card--dense,.ba-card--plain,.ba-course-card,.ba-course-owned-card,.ba-empty-card,.ba-inline-card,.ba-learning-note-card,.ba-stat-card,.ba-transcript-item{border:1px solid #e5e5e0;border-radius:12px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.03);-webkit-backdrop-filter:none;backdrop-filter:none}.ba-course-card{transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.ba-course-card:hover{border-color:#ccc;box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}.ba-course-card>a{display:flex!important;height:100%}.ba-course-media{min-height:auto;width:5px;flex:0 0 5px;padding:0;background:#e8590c}.ba-course-media-copy{display:none}.ba-course-body{flex:1 1;min-width:0;padding:20px;gap:10px}.ba-course-body .ba-title-md{font-size:17px;line-height:1.4}.ba-course-body .ba-copy{font-size:13px;line-height:1.65}.ba-price{font-size:12px}.ba-link-arrow,.ba-price{color:#e8590c;font-weight:600}.ba-link-arrow{font-size:13px}.ba-course-owned-cover,.ba-detail-cover-panel{background:linear-gradient(145deg,rgba(232,89,12,.1),rgba(232,89,12,.04));border:2px solid rgba(232,89,12,.15);border-radius:16px}.ba-alert{border-radius:8px;background:#fdf6e8;border-color:#d4a574;color:#6b4423}.ba-input{min-height:46px;border-radius:8px;border-color:#ebebeb;background:#fff}.ba-input:focus{outline:none;border-color:#e8590c}@media (max-width:960px){.ba-shell{width:min(100% - 32px,1200px)}.ba-home-hero{margin-inline:-16px;padding-inline:16px}.ba-feature-card{grid-template-columns:1fr}}@media (max-width:720px){.ba-topbar{min-height:auto;padding:12px 0}.ba-search-pill{width:auto}.ba-home-hero{padding-top:48px;padding-bottom:44px}.ba-home-hero-title{font-size:40px}.ba-home-toolbar{flex-direction:column}.ba-feature-card{padding:24px}.ba-course-grid{grid-template-columns:1fr}}.ba-ref-page{min-height:100vh;background:#f7f7f5;color:#111111}.ba-ref-header{z-index:20;border-bottom:1px solid #e8e8e4;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ba-ref-header--hero{background:rgba(250,247,240,.88)}.ba-ref-topbar{width:min(1200px,100%);height:60px;padding:0 40px;gap:20px}.ba-ref-brand-title{font-size:17px;font-weight:800;color:#111111}.ba-ref-search{width:260px;min-height:36px;padding:0 16px;border-radius:10px;background:#f0f0ec;color:#777777;display:inline-flex;text-decoration:none;font-size:14px}.ba-ref-avatar,.ba-ref-icon-button{width:36px;height:36px;border-radius:999px;border:0}.ba-ref-icon-button{background:#f0f0ec;color:#666666}.ba-ref-avatar{background:#e8590c;color:#ffffff;font-size:13px;font-weight:700}.ba-ref-avatar-button{cursor:pointer}.ba-ref-account-menu-wrap{position:relative}.ba-ref-hero{background:linear-gradient(160deg,#0c0c0c,#1a1f2e 60%,#1e2a3a)}.ba-ref-hero-inner{width:min(1200px,100%);margin:0 auto;padding:72px 40px 56px;display:flex;align-items:flex-start;gap:48px}.ba-ref-hero-copy{flex:1 1;min-width:0}.ba-ref-hero-copy p{margin:0 0 16px;font-size:13px;font-weight:600;color:#e8590c}.ba-ref-hero-copy h1{margin:0 0 16px;color:#ffffff;font-size:40px;line-height:1.2;font-weight:800;letter-spacing:0}.ba-ref-hero-copy div{max-width:420px;color:rgba(255,255,255,.45);font-size:17px;line-height:1.8}.ba-ref-ai-panel{width:380px}.ba-ref-ai-launch{margin-top:20px;border:none;border-radius:999px;background:#e8590c;color:#ffffff;padding:12px 18px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 18px 40px rgba(232,89,12,.28);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.ba-ref-ai-launch:hover{background:#d4510d;transform:translateY(-1px);box-shadow:0 20px 44px rgba(232,89,12,.34)}.ba-ref-ai-bubble{padding:16px 20px;border-radius:16px}.ba-ref-ai-bubble:after{left:38px}.ba-ref-ai-bubble p{color:rgba(255,255,255,.8);font-size:14px;line-height:1.7}.ba-ref-ai-entry{gap:14px}.ba-ref-ai-avatar{width:56px;height:56px;border-radius:18px;background:#e8590c;display:flex;font-size:26px;box-shadow:0 4px 20px rgba(232,89,12,.4)}.ba-ref-ai-entry strong{color:#ffffff;font-size:16px}.ba-ref-ai-entry span{display:block;margin-top:2px;color:rgba(255,255,255,.4);font-size:12px}.ba-ref-ai-popover{position:fixed;right:24px;bottom:24px;z-index:40;display:flex;width:min(384px,calc(100vw - 24px));height:min(520px,calc(100vh - 32px));flex-direction:column;overflow:hidden;border:1px solid #e5e5e0;border-radius:16px;background:#ffffff;box-shadow:0 24px 72px rgba(17,17,17,.16)}.ba-ref-ai-popover-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid #e5e5e0;background:#fff4f0}.ba-ref-ai-popover-header .ba-ref-ai-entry{flex:1 1}.ba-ref-ai-entry--popover strong{color:#111111;font-family:Georgia,Times New Roman,serif}.ba-ref-ai-entry--popover span{color:#888888;font-size:10px}.ba-ref-ai-avatar--popover{width:32px;height:32px;border-radius:999px;color:#faf7f2;font-size:14px;box-shadow:none}.ba-ref-ai-close{flex-shrink:0;width:24px;height:24px;border:none;border-radius:999px;background:transparent;color:#888888;font-size:18px;line-height:1;cursor:pointer}.ba-ref-ai-close:hover{color:#111111}.ba-ref-ai-popover-scroll{flex:1 1;background:#ffffff}.ba-ref-ai-popover-footer{padding:12px;background:#faf7f2}.ba-ref-ai-row{display:flex}.ba-ref-ai-row--assistant{justify-content:flex-start}.ba-ref-ai-row--user{justify-content:flex-end}.ba-ref-ai-user-bubble{max-width:85%;padding:10px 12px;border-radius:10px;background:#e8590c;color:#faf7f2}.ba-ref-ai-user-bubble p{margin:0;white-space:pre-wrap;font-size:14px;line-height:1.6}.ba-ref-ai-recommendations{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.ba-ref-ai-recommendations a{display:inline-flex;align-items:center;border-radius:999px;background:#fff4f0;color:#b44710;padding:7px 10px;font-size:12px;font-weight:600;text-decoration:none}.ba-ref-ai-recommendations a:hover{background:rgba(232,89,12,.18)}.ba-ref-ai-ask-teacher,.ba-ref-ai-followups,.ba-ref-ai-starters{margin-top:14px}.ba-ref-ai-starters{gap:6px}.ba-ref-ai-starters button{padding:8px 10px;border-radius:8px;background:#ffffff;font-size:12px}.ba-ref-ai-error{margin:0;padding:8px 14px 14px;background:#ffffff}.ba-ref-continue-shell,.ba-ref-footer,.ba-ref-section{width:min(1200px,100%);margin:0 auto;padding-left:40px;padding-right:40px}.ba-ref-continue-shell{padding-top:0}.ba-ref-continue{z-index:5;margin-top:-28px;padding:28px 36px;border-radius:20px;background:linear-gradient(135deg,#e8590c,#c74308);box-shadow:0 12px 40px rgba(232,89,12,.35);color:#ffffff;grid-template-columns:auto 1fr auto;grid-gap:24px;gap:24px}.ba-ref-continue:after,.ba-ref-continue:before{content:"";position:absolute;border-radius:999px;background:rgba(255,255,255,.06)}.ba-ref-continue:before{top:-40px;right:-40px;width:200px;height:200px}.ba-ref-continue:after{bottom:-60px;right:100px;width:160px;height:160px}.ba-ref-play{width:64px;height:64px;border-radius:16px;background:rgba(255,255,255,.2);font-size:24px}.ba-ref-continue em,.ba-ref-continue h2,.ba-ref-continue p,.ba-ref-continue span,.ba-ref-continue strong,.ba-ref-play{position:relative;z-index:1}.ba-ref-continue span{color:rgba(255,255,255,.65);font-size:13px;font-weight:500}.ba-ref-continue h2{margin:6px 0 4px;color:#ffffff;font-size:22px;line-height:1.25}.ba-ref-continue p{margin:0 0 12px;color:rgba(255,255,255,.7);font-size:14px}.ba-ref-continue>strong{padding:14px 24px;border-radius:14px;background:rgba(255,255,255,.25);color:#ffffff;font-size:16px;white-space:nowrap}.ba-ref-progress i{width:min(300px,100%);height:8px;border-radius:4px;background:linear-gradient(90deg,#ffffff 0 33%,transparent 33%),rgba(255,255,255,.15)}.ba-ref-progress em{color:rgba(255,255,255,.8);font-size:13px;font-weight:600}.ba-ref-section{padding-top:48px}.ba-ref-section-heading{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-bottom:24px}.ba-ref-section-heading h2{margin:0 0 6px;color:#111111;font-size:22px;font-weight:800}.ba-ref-section-heading p{margin:0;color:#999999;font-size:14px}.ba-ref-section-heading a{color:#e8590c;font-size:13px;font-weight:600;text-decoration:none}.ba-ref-section-heading--stack{display:block;margin-bottom:32px}.ba-ref-section-heading--stack h2{font-size:24px}.ba-ref-recent-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.ba-ref-recent-feature{min-height:280px;grid-row:1/3;padding:32px;border-radius:16px;background:linear-gradient(135deg,#e8590c,rgba(232,89,12,.8));color:#ffffff;display:flex;flex-direction:column;justify-content:flex-end;position:relative;overflow:hidden;text-decoration:none}.ba-ref-recent-feature>span{position:absolute;top:16px;left:20px;padding:3px 10px;border-radius:6px;background:rgba(255,255,255,.25);font-size:11px;font-weight:600}.ba-ref-recent-feature small{color:rgba(255,255,255,.6);font-size:12px}.ba-ref-recent-feature h3{margin:8px 0;color:#ffffff;font-size:28px;line-height:1.3}.ba-ref-recent-feature p{margin:0 0 16px;color:rgba(255,255,255,.72);font-size:15px}.ba-ref-recent-card em,.ba-ref-recent-feature em{color:rgba(255,255,255,.52);font-size:13px;font-style:normal}.ba-ref-recent-card{min-height:130px;padding:20px;border:1px solid #e8e8e4;border-radius:12px;background:#ffffff;display:flex;flex-direction:column;justify-content:space-between}.ba-ref-recent-card--tall{padding:24px;border-radius:14px}.ba-ref-card-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.ba-ref-card-row span,.ba-ref-recent-card>span{color:#e8590c;font-size:12px;font-weight:600}.ba-ref-card-row small{color:#cccccc;font-size:12px}.ba-ref-recent-card h3{margin:0 0 6px;color:#111111;font-size:17px;line-height:1.4}.ba-ref-recent-card--tall h3{font-size:20px;line-height:1.35}.ba-ref-recent-card p{margin:0;color:#888888;font-size:13px;line-height:1.5}.ba-ref-recent-card--tall p{font-size:14px}.ba-ref-recent-card em{margin-top:12px;color:#bbbbbb;font-size:12px}.ba-ref-recent-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:16px}.ba-ref-topics{padding-top:56px}.ba-ref-topic{margin-bottom:48px}.ba-ref-topic--alt{padding:28px 24px;border-radius:20px;background:#efeee9}.ba-ref-topic-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.ba-ref-topic-title{display:flex;align-items:center;gap:12px}.ba-ref-topic-icon{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px}.ba-ref-topic h2{margin:0;color:#111111;font-size:20px;font-weight:800}.ba-ref-topic-title p{margin:2px 0 0;color:#999999;font-size:13px}.ba-ref-topic-head>a{padding:8px 16px;border-radius:8px;font-size:13px;font-weight:600;text-decoration:none}.ba-ref-topic-desc{max-width:650px;margin:0 0 20px 56px;color:#888888;font-size:14px;line-height:1.7}.ba-ref-topic-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-gap:16px;gap:16px}.ba-ref-topic-feature{min-height:240px;grid-row:1/3;padding:28px;border:2px solid;border-radius:16px;display:flex;flex-direction:column;justify-content:flex-end}.ba-ref-topic-feature h3{margin:0 0 8px;color:#111111;font-size:22px;line-height:1.35}.ba-ref-topic-feature p{margin:0 0 12px;color:#666666;font-size:15px;line-height:1.6}.ba-ref-topic-feature div{display:flex;align-items:center;gap:12px;color:#999999;font-size:13px}.ba-ref-topic-feature a,.ba-ref-topic-feature div span:last-child{color:#e8590c;font-weight:600;text-decoration:none}.ba-ref-course-card{border:1px solid #e5e5e0;border-radius:12px;background:#ffffff;box-shadow:0 1px 2px rgba(15,23,42,.03);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.ba-ref-course-card:not(.ba-ref-course-card--disabled):hover{border-color:#cccccc;box-shadow:0 10px 22px rgba(15,23,42,.08);transform:translateY(-1px)}.ba-ref-course-card--disabled{cursor:default}.ba-ref-course-card-inner{min-height:100%;display:flex}.ba-ref-course-strip{width:4px;flex-shrink:0}.ba-ref-course-cover{width:132px;flex-shrink:0;padding:16px 14px;display:flex;flex-direction:column;justify-content:space-between;gap:16px;background-color:#f3ede4;background-position:50%;background-repeat:no-repeat;background-size:cover;border-right:1px solid rgba(34,29,22,.08)}.ba-ref-course-cover-chip{width:-moz-fit-content;width:fit-content;padding:4px 9px;border-radius:999px;background:rgba(250,247,240,.82);color:#51463e;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ba-ref-course-cover-mark{align-self:flex-end;color:rgba(250,247,240,.92);font-size:28px;line-height:1;text-shadow:0 8px 24px rgba(19,17,14,.24)}.ba-ref-course-body{flex:1 1;min-width:0;padding:20px}.ba-ref-course-tags{min-height:20px;margin-bottom:8px;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.ba-ref-category,.ba-ref-status{padding:2px 8px;border-radius:6px;font-size:10px;font-weight:600;line-height:1.4}.ba-ref-status{background:#f5f5f3;color:#777777}.ba-ref-status--live{background:#fff4f0;color:#e8590c}.ba-ref-category{color:#777777}.ba-ref-course-body h3{margin:0 0 6px;color:#111111;font-size:17px;line-height:1.4;font-weight:700}.ba-ref-course-card:not(.ba-ref-course-card--disabled):hover h3{color:#e8590c}.ba-ref-course-body p{margin:0 0 14px;color:#999999;font-size:13px;line-height:1.5}.ba-ref-course-meta{display:flex;align-items:center;gap:8px;color:#999999;font-size:11px}.ba-ref-dot{color:#dddddd}.ba-ref-enter{margin-left:auto;color:#e8590c;font-weight:600}.ba-ref-footer{margin-top:8px;padding-top:24px;padding-bottom:40px;display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid #e8e8e4}.ba-ref-footer div{display:flex;align-items:center;gap:8px}.ba-ref-footer span{width:20px;height:20px;border-radius:4px;background:#111111;display:inline-flex;align-items:center;justify-content:center;font-size:11px}.ba-ref-footer em,.ba-ref-footer p{margin:0;color:#bbbbbb;font-size:12px}.ba-ref-footer em{color:#dddddd}@media (max-width:900px){.ba-ref-continue-shell,.ba-ref-footer,.ba-ref-hero-inner,.ba-ref-section,.ba-ref-topbar{padding-left:20px;padding-right:20px}.ba-ref-search{display:none}.ba-ref-hero-inner{display:block;padding-top:48px}.ba-ref-ai-panel{width:100%;margin-top:32px}.ba-ref-ai-popover{right:12px;bottom:12px;width:calc(100vw - 24px);height:min(520px,calc(100vh - 24px))}.ba-ref-continue{grid-template-columns:auto 1fr}.ba-ref-continue>strong{grid-column:1/-1;text-align:center}.ba-ref-recent-grid,.ba-ref-recent-list,.ba-ref-topic-grid{grid-template-columns:1fr}.ba-ref-recent-feature,.ba-ref-topic-feature{grid-row:auto}.ba-ref-topic-desc{margin-left:0}}@media (max-width:640px){.ba-ref-topbar{height:56px}.ba-ref-hero-copy h1{font-size:34px}.ba-ref-continue{padding:22px}.ba-ref-play{width:52px;height:52px}.ba-ref-footer,.ba-ref-section-heading,.ba-ref-topic-head{align-items:flex-start;flex-direction:column}.ba-ref-checkout-grid,.ba-ref-detail-hero-grid,.ba-ref-practice-review-grid{grid-template-columns:1fr}}.ba-ref-category-page,.ba-ref-profile-page{min-height:calc(100vh - 60px);background:#f8f8f6}.ba-ref-detail-page{min-height:100vh;background:#f4efe5;color:#13110e}.ba-ref-category-header{border-bottom:1px solid #ebebeb;background:#ffffff}.ba-ref-category-shell,.ba-ref-profile-shell{width:min(900px,100%);margin:0 auto;padding-left:40px;padding-right:40px}.ba-ref-detail-shell{width:min(1040px,100%);margin:0 auto;padding-left:40px;padding-right:40px}.ba-ref-category-header .ba-ref-category-shell{padding-top:40px;padding-bottom:36px}.ba-ref-detail-header{position:relative;overflow:hidden;border-bottom:1px solid rgba(34,29,22,.12);background:linear-gradient(135deg,rgba(250,247,240,.95),rgba(239,231,219,.82)),radial-gradient(circle at 80% 18%,rgba(184,97,61,.12),transparent 34%)}.ba-ref-detail-header:after{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:rgba(184,97,61,.28)}.ba-ref-detail-header .ba-ref-detail-shell{position:relative;z-index:1;padding-top:34px;padding-bottom:44px}.ba-ref-back{display:inline-flex;align-items:center;margin-bottom:28px;color:rgba(19,17,14,.62);font-size:13px;font-weight:700;text-decoration:none}.ba-ref-back:hover{color:#13110e}.ba-ref-detail-eyebrow,.ba-ref-detail-label{color:rgba(19,17,14,.62);font-size:12px;font-weight:750;letter-spacing:0}.ba-ref-detail-eyebrow{margin-bottom:12px}.ba-ref-category-header h1,.ba-ref-profile-header h1{margin:0;color:#111111;font-size:36px;line-height:1.18;font-weight:700;letter-spacing:0}.ba-ref-detail-header h1{margin:0 0 12px;color:#3e352f;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:48px;font-weight:400;letter-spacing:0;line-height:1.04}.ba-ref-detail-header p{max-width:720px;margin:0 0 22px;color:rgba(19,17,14,.7);font-size:18px;line-height:1.65}.ba-ref-detail-meta{display:flex;flex-wrap:wrap;gap:10px;color:rgba(19,17,14,.64);font-size:13px;font-weight:700}.ba-ref-detail-meta span{border:1px solid rgba(34,29,22,.12);border-radius:999px;padding:7px 11px;background:rgba(250,247,240,.64)}.ba-ref-detail-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:34px;gap:34px;align-items:end}.ba-ref-detail-hero-copy{min-width:0}.ba-ref-detail-hero-action{min-width:170px;display:flex;justify-content:flex-end}.ba-ref-disabled-action,.ba-ref-primary-action{min-height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:760;text-decoration:none}.ba-ref-primary-action{border:1px solid #b8613d;background:#b8613d;color:#fff9f0;padding:10px 18px}.ba-ref-primary-action:hover{background:#9f5133;border-color:#9f5133}.ba-ref-disabled-action{border:1px solid rgba(34,29,22,.12);background:rgba(250,247,240,.66);color:rgba(19,17,14,.58);padding:12px 18px}.ba-ref-disabled-icon{font-size:14px;line-height:1}.ba-ref-detail-content{padding-top:36px;padding-bottom:54px}.ba-ref-detail-main{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:start}.ba-ref-detail-main,.ba-ref-detail-sections{display:grid;grid-gap:22px;gap:22px}.ba-ref-detail-card{border:1px solid rgba(34,29,22,.13);border-radius:8px;background:#faf7f0;box-shadow:0 16px 38px rgba(91,72,55,.07);padding:28px}.ba-ref-detail-card h2{margin:10px 0 14px;color:#3e352f;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:30px;font-weight:400;letter-spacing:0;line-height:1.15}.ba-ref-detail-card>p{margin:0;color:rgba(19,17,14,.72);font-size:15px;line-height:1.9}.ba-ref-highlight-list{display:grid}.ba-ref-detail-highlight{display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:14px;gap:14px;padding:17px 0;border-bottom:1px solid rgba(34,29,22,.1)}.ba-ref-detail-highlight:last-child{border-bottom:0}.ba-ref-detail-highlight span{width:28px;height:28px;border-radius:999px;background:rgba(184,97,61,.1);color:#b8613d;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.ba-ref-detail-highlight p{margin:0;color:rgba(19,17,14,.72);font-size:14px;line-height:1.75}.ba-ref-detail-file{position:-webkit-sticky;position:sticky;top:24px;padding:24px}.ba-ref-detail-file h2{margin-bottom:18px;font-size:28px}.ba-ref-detail-file-grid{display:grid;grid-template-columns:1fr 1fr;margin-bottom:20px;border-top:1px solid rgba(34,29,22,.12);border-left:1px solid rgba(34,29,22,.12)}.ba-ref-detail-file-grid>div{padding:14px 12px;border-right:1px solid rgba(34,29,22,.12);border-bottom:1px solid rgba(34,29,22,.12)}.ba-ref-detail-file-grid span{display:block;margin-bottom:5px;color:rgba(19,17,14,.52);font-size:11px;font-weight:760}.ba-ref-detail-file-grid strong{color:#3e352f;font-size:14px;font-weight:760;line-height:1.35}.ba-ref-detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.ba-ref-detail-tags span{border-radius:999px;background:rgba(184,97,61,.09);color:#b8613d;font-size:12px;font-weight:750;padding:4px 10px}.ba-ref-detail-file-note{margin:0;color:rgba(19,17,14,.58);font-size:13px;line-height:1.7}.ba-ref-category-title{display:flex;align-items:center;gap:14px;margin-bottom:12px}.ba-ref-category-title>div:first-child{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px}.ba-ref-category-title span{display:block;margin-top:2px;color:#999999;font-size:13px}.ba-ref-category-header p{max-width:620px;margin:0;color:#666666;font-size:15px;line-height:1.7}.ba-ref-category-list{padding-top:32px;padding-bottom:64px}.ba-ref-category-card{border:1px solid #e8e8e4;border-radius:16px;background:#ffffff;overflow:hidden}.ba-ref-category-course+.ba-ref-category-course{border-top:1px solid #f0f0ec}.ba-ref-category-course-head{padding:20px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.ba-ref-category-course-head h2{margin:0;color:#111111;font-size:17px;font-weight:800}.ba-ref-category-course-head p{margin:4px 0 0;color:#888888;font-size:13px}.ba-ref-category-course-head>div:last-child{display:flex;align-items:center;gap:8px;flex-shrink:0}.ba-ref-category-course-head span{padding:2px 8px;border-radius:6px;background:#e8590c;color:#ffffff;font-size:11px;font-weight:700}.ba-ref-category-course-head em{color:#cccccc;font-size:13px;font-style:normal}.ba-ref-category-units{border-top:1px solid #f0f0ec;background:#fafaf7}.ba-ref-category-unit{padding:12px 24px 12px 48px;border-bottom:1px solid #f0f0ec;display:block;text-decoration:none}.ba-ref-category-unit:last-child{border-bottom:0}.ba-ref-category-unit--active:hover{background:#f0efec}.ba-ref-category-unit span{display:block;color:#555555;font-size:14px}.ba-ref-category-unit em{display:block;margin-top:2px;color:#cccccc;font-size:11px;font-style:normal}.ba-ref-category-grid-section{margin-top:36px}.ba-ref-category-grid-section h2{margin:0 0 16px;color:#111111;font-size:20px}.ba-ref-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.ba-ref-category-page--function{min-height:calc(100vh - 60px);background:#f4efe5}.ba-ref-category-page--function .ba-ref-category-shell{width:min(1220px,100%)}.ba-ref-category-hero{border-bottom:1px solid rgba(34,29,22,.12);background:linear-gradient(135deg,rgba(250,247,240,.92),rgba(239,231,219,.78)),radial-gradient(circle at 78% 10%,rgba(184,97,61,.1),transparent 34%)}.ba-ref-category-hero-shell{padding-top:38px;padding-bottom:42px}.ba-ref-category-hero-grid{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(260px,.42fr);grid-gap:34px;gap:34px;align-items:end}.ba-ref-category-hero-icon{width:58px;height:68px;border-radius:8px;border:1px solid rgba(34,29,22,.12);display:flex;align-items:center;justify-content:center;font-size:25px;align-self:center}.ba-ref-category-hero-copy{min-width:0}.ba-ref-category-hero-copy h1{margin:0 0 10px;color:#3e352f;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:46px;line-height:1.04;font-weight:400}.ba-ref-category-hero-copy p{max-width:720px;margin:0;color:rgba(19,17,14,.7);font-size:17px;line-height:1.7}.ba-ref-category-catalog-shell{padding-top:34px;padding-bottom:64px}.ba-ref-category-layout{display:grid;grid-template-columns:minmax(170px,.34fr) minmax(0,1fr);grid-gap:34px;gap:34px;align-items:start}.ba-ref-category-nav{position:-webkit-sticky;position:sticky;top:24px;padding-top:12px}.ba-ref-category-nav-card{padding-top:17px;border-top:1px solid rgba(34,29,22,.13)}.ba-ref-category-nav-label{color:rgba(19,17,14,.5);font-size:11px;font-weight:820;letter-spacing:.08em;margin-bottom:8px}.ba-ref-category-nav-title{margin:0 0 14px;color:#3e352f;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:18px;line-height:1.2}.ba-ref-category-nav-list{display:flex;flex-direction:column;gap:3px}.ba-ref-category-nav-group{display:flex;flex-direction:column;gap:4px}.ba-ref-category-nav-group+.ba-ref-category-nav-group{margin-top:16px}.ba-ref-category-nav-group-title{margin:6px 0 4px;color:rgba(19,17,14,.46);font-size:10px;font-weight:820;letter-spacing:.08em}.ba-ref-category-nav-item{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;padding:10px 10px 10px 12px;border:0;border-left:2px solid transparent;border-radius:0 7px 7px 0;color:rgba(19,17,14,.72);text-decoration:none;background:transparent;transition:background .16s ease,border-color .16s ease}.ba-ref-category-nav-item:hover{background:rgba(184,97,61,.055)}.ba-ref-category-nav-item.is-active{border-left-color:var(--topic-accent,#b8613d);background:rgba(184,97,61,.075)}.ba-ref-category-nav-num{color:rgba(19,17,14,.42);font-size:12px;font-weight:820}.ba-ref-category-nav-item.is-active .ba-ref-category-nav-num{color:var(--topic-accent,#b8613d)}.ba-ref-category-nav-name{display:block;color:rgba(19,17,14,.72);font-size:13px;font-weight:760;line-height:1.28}.ba-ref-category-nav-item.is-active .ba-ref-category-nav-name{color:#3e352f}.ba-ref-category-nav-count{display:block;color:rgba(19,17,14,.42);font-size:11px;font-weight:700;margin-top:3px}.ba-ref-category-nav-divider{margin:12px 0 7px;padding-top:10px;border-top:1px solid rgba(34,29,22,.11);color:rgba(19,17,14,.46);font-size:10px;font-weight:820;letter-spacing:.08em}.ba-ref-category-nav-mobile{display:none}.ba-ref-category-course-list{max-width:920px;margin:0;display:flex;flex-direction:column;gap:20px}.ba-ref-category-search-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center}.ba-ref-category-search{min-height:46px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid rgba(34,29,22,.14);border-radius:999px;background:rgba(255,255,255,.54);box-shadow:0 14px 30px rgba(91,72,55,.06)}.ba-ref-category-search>span{flex:0 0 auto;color:rgba(19,17,14,.54);font-size:18px;line-height:1}.ba-ref-category-search-input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#3e352f;font-size:14px}.ba-ref-category-search-input::placeholder{color:rgba(19,17,14,.42)}.ba-ref-category-search-clear{flex:0 0 auto;min-height:30px;border:1px solid rgba(184,97,61,.18);border-radius:999px;background:rgba(184,97,61,.08);color:#8a4a30;font-size:12px;font-weight:760;cursor:pointer}.ba-ref-category-search-clear:hover{background:rgba(184,97,61,.14)}.ba-ref-category-search-meta{color:rgba(19,17,14,.52);font-size:12px;font-weight:720;white-space:nowrap}.ba-ref-category-empty{border:1px solid rgba(34,29,22,.12);border-radius:24px;background:rgba(255,251,245,.92);padding:28px 26px}.ba-ref-category-empty h2{margin:0 0 10px;color:#3e352f;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:24px;line-height:1.2}.ba-ref-category-empty p{margin:0;color:rgba(19,17,14,.62);font-size:14px;line-height:1.7}.ba-ref-category-catalog-course{background:#faf7f0;border:1px solid rgba(34,29,22,.13);border-radius:8px;overflow:hidden}.ba-ref-category-catalog-head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:start;padding:20px 22px}.ba-ref-category-catalog-link,.ba-ref-category-catalog-toggle{display:block;min-width:0;color:inherit;text-decoration:none}.ba-ref-category-catalog-date{display:block;margin-bottom:10px;color:rgba(19,17,14,.52);font-size:12px;font-weight:760}.ba-ref-category-catalog-link:hover strong{color:#b8613d}.ba-ref-category-catalog-toggle strong{display:block;color:#3e352f;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:24px;line-height:1.22;font-weight:400;transition:color .16s ease}.ba-ref-category-catalog-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.ba-ref-category-enter{min-height:36px;padding:0 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:760;background:#e8590c;color:#fff;text-decoration:none}.ba-ref-category-enter:hover{background:#d14e0b}.ba-ref-category-lessons{color:rgba(19,17,14,.56);font-size:13px;font-weight:760;white-space:nowrap}.ba-ref-category-chevron{border:0;padding:0;background:transparent;cursor:pointer;color:rgba(19,17,14,.44);font-size:14px;line-height:1;transition:transform .16s ease}.ba-ref-category-chevron.is-open{transform:rotate(180deg)}.ba-ref-category-chapter-list{border-top:1px solid rgba(34,29,22,.1);background:#f7f1e8}.ba-ref-category-chapter-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;padding:13px 22px;border-bottom:1px solid rgba(34,29,22,.08)}.ba-ref-category-chapter-row:last-child{border-bottom:0}.ba-ref-category-chapter-row.is-active{text-decoration:none}.ba-ref-category-chapter-row.is-active:hover{background:rgba(184,97,61,.045)}.ba-ref-category-chapter-index{color:rgba(19,17,14,.48);font-size:12px;font-weight:760}.ba-ref-category-chapter-title{color:#3e352f;font-size:15px;line-height:1.35}.ba-ref-category-chapter-row em{color:rgba(19,17,14,.48);font-size:12px;font-style:normal;font-weight:700}.ba-ref-category-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));border:1px solid rgba(34,29,22,.12);overflow:hidden}.ba-ref-category-stat-cell,.ba-ref-category-stat-grid>div{padding:14px 16px;border-right:1px solid rgba(34,29,22,.12);background:rgba(250,247,240,.52)}.ba-ref-category-stat-cell:last-child,.ba-ref-category-stat-grid>div:last-child{border-right:0}.ba-ref-category-stat-cell div,.ba-ref-category-stat-grid>div div{color:rgba(19,17,14,.52);font-size:11px;font-weight:760}.ba-ref-category-stat-cell strong,.ba-ref-category-stat-grid>div strong{display:block;margin-top:6px;line-height:1.05}.ba-ref-category-stat-cell:first-child strong,.ba-ref-category-stat-grid>div:first-child strong{color:#b8613d;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:26px;font-weight:400}.ba-ref-category-stat-cell:not(:first-child) strong,.ba-ref-category-stat-grid>div:not(:first-child) strong{color:#3e352f;font-size:13px;font-weight:760}.ba-ref-profile-page{padding:40px 0 64px}.ba-ref-profile-shell{width:min(880px,100%)}.ba-ref-profile-shell--compact{width:min(700px,calc(100% - 64px));padding-left:0;padding-right:0}.ba-ref-profile-dashboard{background:#f7f7f5}.ba-ref-profile-hero{background:linear-gradient(160deg,#111111,#2c221c 48%,#5f4c42)}.ba-ref-profile-hero-inner{width:min(700px,calc(100% - 64px));margin:0 auto;padding:20px 0 24px}.ba-ref-profile-hero-back{display:inline-flex;align-items:center;gap:6px;margin-bottom:20px;color:rgba(255,255,255,.5);font-size:12px;text-decoration:none}.ba-ref-profile-hero-back:hover{color:rgba(255,255,255,.78)}.ba-ref-profile-hero-head{display:flex;align-items:center;gap:16px}.ba-ref-profile-hero-copy{min-width:0}.ba-ref-profile-hero-copy p{margin:0 0 6px;color:rgba(255,255,255,.58);font-size:13px;font-weight:650}.ba-ref-profile-hero-copy h1{margin:0;color:#ffffff;font-size:22px;font-weight:700}.ba-ref-profile-hero-copy>span{display:block;margin-top:4px;color:rgba(255,255,255,.42);font-size:13px}.ba-ref-profile-hero-meta{margin-top:10px;color:rgba(255,255,255,.42);font-size:13px}.ba-ref-profile-dashboard-main{padding:24px 0 60px}.ba-ref-profile-header{margin-bottom:28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.ba-ref-profile-header p{margin:0 0 6px;color:#e8590c;font-size:13px;font-weight:700}.ba-ref-profile-header span{display:block;margin-top:8px;color:#888888;font-size:14px}.ba-ref-profile-avatar{width:72px;height:72px;border-radius:22px;background:#e8590c;color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800;box-shadow:0 10px 28px rgba(232,89,12,.28)}.ba-ref-profile-avatar--hero{width:56px;height:56px;border-radius:18px;font-size:24px;flex-shrink:0;background:#b8613d}.ba-ref-profile-info{display:grid;grid-template-columns:1fr 1.15fr;grid-gap:16px;gap:16px;margin-bottom:28px}.ba-ref-profile-empty,.ba-ref-profile-info article,.ba-ref-profile-section{border:1px solid #e8e8e4;border-radius:16px;background:#ffffff;padding:22px}.ba-ref-profile-info h2,.ba-ref-profile-section h2{margin:0 0 16px;color:#111111;font-size:18px;font-weight:800}.ba-ref-profile-info article>div:not(.ba-ref-profile-stats){padding:12px 0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f0f0ec}.ba-ref-profile-info span{color:#666666;font-size:14px}.ba-ref-profile-info strong{color:#111111;font-size:14px}.ba-ref-profile-row{padding:14px 0;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f0f0ec}.ba-ref-profile-row span{color:#666666;font-size:14px}.ba-ref-profile-row strong{color:#111111;font-size:14px}.ba-ref-display-name-view{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.ba-ref-display-name-value{color:#111111;font-size:14px;font-weight:650}.ba-ref-display-name-edit{border:0;background:none;padding:0;color:#b8613d;cursor:pointer;font-size:11px;font-weight:700}.ba-ref-display-name-form{min-width:min(100%,360px);display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.ba-ref-display-name-field{flex:1 1;min-width:140px}.ba-ref-display-name-field input{width:100%;min-height:34px;border:1px solid #e8e8e4;border-radius:8px;background:#fafaf7;padding:0 10px;color:#111111;font-size:14px;font-weight:650}.ba-ref-display-name-field input:focus{border-color:rgba(184,97,61,.42);outline:none;box-shadow:0 0 0 3px rgba(184,97,61,.12)}.ba-ref-display-name-form button{min-height:34px;border:1px solid rgba(184,97,61,.24);border-radius:8px;background:#b8613d;padding:0 12px;color:#ffffff;cursor:pointer;font-size:13px;font-weight:700}.ba-ref-display-name-form button:disabled{cursor:not-allowed;opacity:.7}.ba-ref-display-name-form .ba-ref-display-name-cancel{border-color:#e8e8e4;background:#ffffff;color:#77736d}.ba-ref-display-name-message{flex-basis:100%;color:#51865a;font-size:12px;text-align:right}.ba-ref-display-name-message--error{color:#b42318}.ba-ref-profile-actions{padding-top:16px;display:flex;flex-wrap:wrap;gap:10px;border-top:1px solid #f0f0ec}.ba-ref-profile-action{min-height:38px;padding:0 14px;border:1px solid #e8e8e4;border-radius:999px;background:#fafaf7;color:#3e352f;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:650;text-decoration:none}.ba-ref-profile-action:hover{border-color:rgba(184,97,61,.28);color:#b8613d}.ba-ref-profile-action--button{cursor:pointer}.ba-ref-profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.ba-ref-profile-stats div{padding:18px 12px;border:1px solid #e8e8e4;border-radius:14px;text-align:center}.ba-ref-profile-stats em,.ba-ref-profile-stats span,.ba-ref-profile-stats strong{display:block}.ba-ref-profile-stats strong{margin-top:6px;color:#e8590c;font-size:26px}.ba-ref-profile-stats em{margin-top:4px;color:#999999;font-size:11px;font-style:normal}.ba-ref-profile-section{margin-bottom:24px}.ba-ref-profile-section--info,.ba-ref-profile-section--stats{margin-bottom:20px}.ba-ref-profile-course{padding:18px 20px;border:1px solid #e8e8e4;border-radius:14px;background:#ffffff;display:block;text-decoration:none}.ba-ref-profile-course+.ba-ref-profile-course{margin-top:10px}.ba-ref-profile-course>div:first-child{margin-bottom:10px;display:flex;align-items:center;justify-content:space-between;gap:16px}.ba-ref-profile-course strong{color:#111111;font-size:15px}.ba-ref-profile-course span,.ba-ref-profile-progress em{color:#999999;font-size:12px}.ba-ref-profile-progress{display:flex;align-items:center;gap:12px}.ba-ref-profile-progress i{flex:1 1;height:6px;border-radius:3px;background:linear-gradient(90deg,#e8590c 0 33%,transparent 33%),#e8e8e4}.ba-ref-profile-progress em{flex-shrink:0;font-style:normal}.ba-ref-profile-muted{padding:24px;border:1px solid #e8e8e4;border-radius:14px;background:#ffffff;color:#cccccc;text-align:center;font-size:13px}.ba-ref-profile-empty{max-width:640px;margin:0 auto}.ba-ref-profile-empty h1{margin:0 0 10px;color:#111111;font-size:32px}.ba-ref-profile-empty p{margin:0 0 24px;color:#666666;font-size:16px;line-height:1.7}@media (max-width:760px){.ba-ref-category-shell,.ba-ref-detail-shell,.ba-ref-profile-shell{padding-left:20px;padding-right:20px}.ba-ref-category-header h1,.ba-ref-detail-header h1,.ba-ref-profile-header h1{font-size:28px}.ba-ref-detail-header h1{font-size:38px}.ba-ref-detail-hero-grid,.ba-ref-detail-main{grid-template-columns:1fr}.ba-ref-detail-hero-action{min-width:0;justify-content:flex-start}.ba-ref-detail-file{position:static}.ba-ref-detail-card{padding:24px}.ba-ref-category-grid,.ba-ref-profile-info,.ba-ref-profile-stats{grid-template-columns:1fr}.ba-ref-profile-hero-inner,.ba-ref-profile-shell--compact{width:calc(100% - 40px)}.ba-ref-category-course-head,.ba-ref-profile-course>div:first-child,.ba-ref-profile-header,.ba-ref-profile-hero-head{align-items:flex-start;flex-direction:column}.ba-ref-category-unit{padding-left:24px}}.ba-ref-home-shell{min-height:100vh;background:#f4efe5;color:#13110e}.ba-ref-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.ba-ref-header--hero{margin-bottom:-72px;background:rgba(24,22,18,.05);border-bottom:1px solid rgba(255,255,255,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ba-ref-header--solid{background:rgba(250,247,240,.94);border-bottom:1px solid rgba(34,29,22,.12);box-shadow:0 12px 30px rgba(91,72,55,.08)}.ba-ref-topbar{width:min(1240px,100%);min-height:72px;margin:0 auto;padding:0 32px;justify-content:space-between;gap:24px}.ba-ref-brand-link,.ba-ref-nav-group,.ba-ref-topbar,.ba-ref-topbar-end,.ba-ref-topbar-start{display:flex;align-items:center}.ba-ref-topbar-start{gap:12px;min-width:0}.ba-ref-topbar-end{gap:12px;flex-shrink:0}.ba-ref-brand-link{gap:12px;text-decoration:none}.ba-ref-brand-icon{width:26px;height:26px;border-radius:50%;background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.18);display:inline-flex;align-items:center;justify-content:center;color:#5f4c42;flex-shrink:0}.ba-ref-brand-book{width:14px;height:14px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ba-ref-brand-title{font-size:15px;font-weight:750;color:#ffffff}.ba-ref-nav-group{gap:4px;margin-left:8px}.ba-ref-nav-link{border:0;background:transparent;color:rgba(255,255,255,.78);cursor:pointer;font-size:13px;font-weight:650;padding:8px 10px;text-decoration:none;transition:color .16s ease,background .16s ease}.ba-ref-nav-link:hover{color:#ffffff;background:rgba(255,255,255,.1)}.ba-ref-topic-nav{position:relative}.ba-ref-topic-nav .ba-ref-nav-link{display:inline-flex;align-items:center;gap:5px}.ba-ref-nav-chevron{display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;transform:translateY(-1px)}.ba-ref-topic-menu{position:absolute;top:calc(100% + 12px);left:0;width:310px;padding:10px;border-radius:8px;border:1px solid rgba(34,29,22,.14);background:rgba(250,247,240,.97);box-shadow:0 24px 54px rgba(64,49,35,.18);z-index:40;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .16s ease,transform .16s ease}.ba-ref-topic-nav--open .ba-ref-topic-menu{opacity:1;transform:translateY(0);pointer-events:auto}.ba-ref-topic-menu-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.ba-ref-topic-menu-item{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:9px;gap:9px;align-items:start;padding:10px;border-radius:7px;text-decoration:none;transition:background .16s ease}.ba-ref-topic-menu-item:hover{background:rgba(184,97,61,.07)}.ba-ref-topic-menu-dot{width:7px;height:7px;border-radius:50%;margin-top:6px;background:var(--topic-accent,#b8613d)}.ba-ref-topic-menu-title{display:block;color:#3e352f;font-size:13px;line-height:1.25;font-weight:760}.ba-ref-topic-menu-meta{display:block;color:rgba(19,17,14,.48);font-size:11px;line-height:1.45;margin-top:3px;font-weight:680}.ba-ref-topic-menu-empty{grid-column:1/-1;padding:12px;color:rgba(19,17,14,.48);font-size:12px;font-weight:680}.ba-ref-search-wrap{position:relative}.ba-ref-search{width:236px;display:flex;align-items:center;gap:8px;padding:8px 14px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);border-radius:999px}.ba-ref-search-icon{width:22px;height:22px;flex:0 0 auto;color:#3e352f;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.ba-ref-search-input{width:100%;border:0;outline:0;background:transparent;color:#ffffff;font-size:13px}.ba-ref-search-input::placeholder{color:rgba(255,255,255,.58)}.ba-ref-search-results{position:absolute;top:calc(100% + 10px);right:0;z-index:30;width:min(340px,calc(100vw - 32px));max-height:288px;overflow-y:auto;border:1px solid rgba(34,29,22,.14);border-radius:12px;background:rgba(255,255,255,.96);box-shadow:0 24px 54px rgba(64,49,35,.18)}.ba-ref-search-empty,.ba-ref-search-result{display:block;padding:12px 16px;border-bottom:1px solid rgba(34,29,22,.08)}.ba-ref-search-result{color:inherit;text-decoration:none}.ba-ref-search-result:hover{background:rgba(184,97,61,.06)}.ba-ref-search-empty:last-child,.ba-ref-search-result:last-child{border-bottom:0}.ba-ref-search-result span{display:block;color:#13110e;font-size:14px;font-weight:720;line-height:1.35}.ba-ref-search-empty,.ba-ref-search-result em{display:block;margin-top:3px;color:rgba(19,17,14,.52);font-size:12px;font-style:normal;line-height:1.4}.ba-ref-avatar,.ba-ref-icon-button{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;flex-shrink:0}.ba-ref-icon-button{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.22);color:#ffffff}.ba-ref-icon-button--solid{background:rgba(255,255,255,.52);border-color:rgba(34,29,22,.14);color:rgba(19,17,14,.62)}.ba-ref-avatar{background:#b8613d;color:#fff9f0;font-size:12px;font-weight:750}.ba-ref-header--solid .ba-ref-brand-icon{background:rgba(184,97,61,.1);border-color:rgba(184,97,61,.2);color:#b8613d}.ba-ref-header--solid .ba-ref-brand-title,.ba-ref-header--solid .ba-ref-nav-link{color:rgba(19,17,14,.7)}.ba-ref-header--solid .ba-ref-nav-link:hover{color:#13110e;background:rgba(184,97,61,.08)}.ba-ref-header--solid .ba-ref-search{background:rgba(255,255,255,.52);border-color:rgba(34,29,22,.14)}.ba-ref-header--solid .ba-ref-search-input{color:#3e352f}.ba-ref-header--solid .ba-ref-search-input::placeholder{color:rgba(19,17,14,.42)}.ba-ref-header--solid .ba-ref-icon-button{background:rgba(255,255,255,.52);border-color:rgba(34,29,22,.14);color:rgba(19,17,14,.62)}.ba-ref-home-hero{min-height:600px;position:relative;isolation:isolate;background-image:linear-gradient(180deg,rgba(126,105,82,.24),rgba(84,67,50,.24) 42%,rgba(31,23,16,.76)),linear-gradient(90deg,rgba(17,14,10,.58),rgba(112,82,54,.22) 54%,rgba(17,14,10,.28)),var(--ba-ref-hero-image);background-size:cover;background-position:center 42%;background-color:#9b8066;background-blend-mode:normal,multiply,luminosity}.ba-ref-home-hero:after{content:"";position:absolute;inset:0;background:rgba(177,132,94,.2);mix-blend-mode:multiply;pointer-events:none;z-index:0}.ba-ref-footer,.ba-ref-home-hero-inner,.ba-ref-home-section{width:min(1120px,100%);margin:0 auto;padding-left:40px;padding-right:40px}.ba-ref-home-hero-inner{width:100%;max-width:1240px;padding:310px 32px 38px;min-height:528px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:32px;gap:32px;align-items:end;position:relative;z-index:1}.ba-ref-home-hero-kicker{color:rgba(255,255,255,.78);font-size:12px;font-weight:700;margin-bottom:12px}.ba-ref-home-hero-copy{min-width:0}.ba-ref-home-hero-copy h1{margin:0 0 12px;color:#f9efe5;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:58px;line-height:.98;font-weight:400;text-shadow:0 12px 40px rgba(0,0,0,.28)}.ba-ref-home-hero-copy p{max-width:450px;margin:0;color:rgba(249,239,229,.78);font-size:15px;line-height:1.65}.ba-ref-home-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.ba-ref-home-hero-primary,.ba-ref-home-hero-secondary{border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;padding:10px 18px;text-decoration:none;font-size:13px;font-weight:760}.ba-ref-home-hero-primary{border-color:#b8613d;background:#b8613d;color:#fff9f0}.ba-ref-home-hero-secondary{border:1px solid rgba(249,239,229,.55);background:transparent;color:#f9efe5}.ba-ref-ai-panel{width:360px;flex-shrink:0;position:relative}.ba-ref-ai-bubble{--ba-ref-ai-bubble-fill:#faf7f0;margin-bottom:16px;padding:14px 16px;border:1px solid rgba(250,247,240,.7);border-radius:12px;background:var(--ba-ref-ai-bubble-fill);position:relative;box-shadow:0 12px 24px rgba(19,17,14,.08)}.ba-ref-ai-bubble:after{content:"";position:absolute;left:32px;bottom:-9px;width:18px;height:10px;background:var(--ba-ref-ai-bubble-fill);-webkit-clip-path:polygon(50% 100%,0 0,100% 0);clip-path:polygon(50% 100%,0 0,100% 0)}.ba-ref-ai-bubble p{margin:0;color:rgba(19,17,14,.74);font-size:13px;line-height:1.75}.ba-ref-ai-guide-card{background:rgba(250,247,240,.92);border:1px solid rgba(250,247,240,.72);border-radius:8px;padding:16px;box-shadow:0 20px 48px rgba(31,23,16,.18);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ba-ref-ai-entry{display:flex;align-items:center;gap:10px;margin-bottom:12px}.ba-ref-ai-avatar{width:38px;height:38px;border-radius:50%;background:#b8613d;color:#fff9f0;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 18px rgba(184,97,61,.24)}.ba-ref-ai-avatar-icon{width:20px;height:20px;color:#fff9f0}.ba-ref-ai-kicker{display:block;font-size:11px;color:#b8613d;font-weight:820;letter-spacing:.08em}.ba-ref-ai-entry strong{display:block;font-size:15px;font-weight:760;color:#3e352f}.ba-ref-ai-guide-copy{margin:0 0 12px;color:rgba(19,17,14,.64);font-size:13px;line-height:1.65}.ba-ref-ai-guide-tags{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px;margin-bottom:13px}.ba-ref-ai-guide-tags span{font-size:11px;color:rgba(19,17,14,.52);border:1px solid rgba(34,29,22,.1);border-radius:999px;padding:5px 8px;text-align:center}.ba-ref-ai-guide-recommendations{display:grid;grid-gap:6px;gap:6px;margin-bottom:12px}.ba-ref-ai-guide-recommendations span{display:flex;align-items:center;gap:8px;min-width:0;color:rgba(19,17,14,.68);font-size:12px;line-height:1.35}.ba-ref-ai-guide-recommendations strong{color:#b8613d;font-size:12px;font-weight:800}.ba-ref-ai-guide-actions{display:flex;gap:8px}.ba-ref-ai-primary,.ba-ref-ai-secondary{border-radius:999px;min-height:38px;padding:0 12px;font-size:13px;font-weight:760;cursor:pointer}.ba-ref-ai-primary{flex:1 1;border:0;background:#b8613d;color:#fff9f0}.ba-ref-ai-secondary{border:1px solid rgba(34,29,22,.14);background:transparent;color:rgba(19,17,14,.66)}.ba-ref-ai-assessment-callout{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px;padding:14px 16px;border:1px solid rgba(184,97,61,.16);border-radius:8px}.ba-ref-ai-assessment-callout span{display:block;margin-bottom:4px;font-size:11px;color:#b8613d;font-weight:820;letter-spacing:.08em}.ba-ref-ai-assessment-callout h2{margin:0;color:#3e352f;font-family:Georgia,Times New Roman,serif;font-size:22px;line-height:1.14}.ba-ref-ai-assessment-callout p{margin:7px 0 0;color:rgba(19,17,14,.66);font-size:12.5px;line-height:1.5}.ba-ref-ai-popover{top:96px;right:clamp(52px,8vw,140px);bottom:auto;z-index:1000;width:min(560px,calc(100vw - 36px));height:min(700px,calc(100vh - 114px));border:1px solid rgba(34,29,22,.16);border-radius:12px;background:linear-gradient(180deg,#faf7f0,#f4efe5);box-shadow:0 24px 70px rgba(91,72,55,.22)}.ba-ref-ai-popover-header{padding:14px 20px;border-bottom:1px solid rgba(34,29,22,.11);background:rgba(250,247,240,.72);cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ba-ref-ai-popover-header .ba-ref-ai-entry{margin-bottom:0}.ba-ref-ai-entry--popover strong{color:#3e352f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Noto Sans SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:760}.ba-ref-ai-entry--popover span{color:rgba(19,17,14,.56);font-size:11px}.ba-ref-ai-avatar--popover{width:36px;height:36px;border-radius:8px}.ba-ref-ai-close{width:32px;height:32px;border:1px solid rgba(34,29,22,.12);color:rgba(19,17,14,.62)}.ba-ref-ai-close:hover{background:rgba(184,97,61,.07);color:#3e352f}.ba-ref-ai-popover-scroll{background:transparent;padding:18px 20px}.ba-ref-ai-popover-footer{padding:12px 20px;border-top:1px solid rgba(34,29,22,.11);background:rgba(250,247,240,.72)}.ba-ref-ai-popover .ba-ref-ask-messages{gap:12px}.ba-ref-ai-popover .ba-ref-ask-bubble{border-radius:12px 12px 12px 4px;background:#f1e9dd;border-color:rgba(34,29,22,.1);box-shadow:none}.ba-ref-ai-popover .ba-ref-ai-user-bubble{border:1px solid #b8613d;border-radius:12px 12px 4px 12px;background:#b8613d}.ba-ref-ai-popover .ba-ref-ask-bubble p,.ba-ref-ai-popover .ba-ref-markdown,.ba-ref-ai-popover .ba-ref-markdown p{color:rgba(19,17,14,.78);font-size:14px;line-height:1.7}.ba-ref-ai-popover .ba-ref-ai-user-bubble p{color:#fff9f0}.ba-ref-ai-popover>.ba-ref-ai-error{border-top:1px solid rgba(34,29,22,.1);background:#faf7f0}.ba-ref-ai-popover-scroll>.ba-ref-ai-assessment-callout{min-height:100%}.ba-ref-ai-assessment-callout{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:14px;margin-bottom:0;padding:16px;background:rgba(184,97,61,.07)}.ba-ref-ai-assessment-progress{display:flex;gap:6px}.ba-ref-ai-assessment-progress span{height:4px;flex:1 1;margin:0;border-radius:999px;background:rgba(34,29,22,.12)}.ba-ref-ai-assessment-progress span.is-active{background:#b8613d}.ba-ref-ai-assessment-callout>.ba-ref-ai-starters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:0}.ba-ref-ai-assessment-callout>.ba-ref-ai-starters button{width:100%;min-height:44px;padding:11px 12px;border:1px solid rgba(34,29,22,.12);border-radius:8px;background:#faf7f0;color:#3e352f;font-size:13px;font-weight:760;text-align:left}.ba-ref-ai-assessment-callout>.ba-ref-ai-starters button[aria-pressed=true]{border-color:rgba(184,97,61,.44);background:rgba(184,97,61,.09);color:#9f5133}.ba-ref-ai-assessment-callout input{width:100%;margin-top:0;padding:10px 12px;border:1px solid rgba(34,29,22,.13);border-radius:8px;background:#faf7f0;color:#3e352f;font-size:13px;outline:none}.ba-ref-ai-assessment-callout input:focus{border-color:rgba(184,97,61,.46)}.ba-ref-ai-assessment-callout>.ba-ref-ai-guide-actions{margin-top:auto;padding-top:6px}.ba-ref-ai-assessment-callout>.ba-ref-ai-recommendations{display:grid;grid-gap:8px;gap:8px;margin-top:0}.ba-ref-ai-assessment-callout>.ba-ref-ai-recommendations a{display:grid;grid-gap:5px;gap:5px;padding:10px 12px;border:1px solid rgba(34,29,22,.12);border-radius:8px;background:#faf7f0;color:rgba(19,17,14,.66);text-decoration:none}.ba-ref-ai-assessment-callout>.ba-ref-ai-recommendations a span{margin:0;color:#b8613d;font-size:11px;font-weight:800;letter-spacing:0}.ba-ref-ai-assessment-callout>.ba-ref-ai-recommendations a strong{color:#3e352f;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:18px;font-weight:400;line-height:1.16}.ba-ref-ai-assessment-callout>.ba-ref-ai-recommendations a em{color:rgba(19,17,14,.66);font-size:12.5px;font-style:normal;line-height:1.45}.ba-ref-ai-empty-result{padding:12px 14px;border:1px solid rgba(34,29,22,.12);border-radius:8px;background:#faf7f0;color:rgba(19,17,14,.66);font-size:13px;line-height:1.6}.ba-ref-continue-shell{width:100%;max-width:980px;margin:0 auto;padding:34px 40px 0}.ba-ref-continue{padding:18px 24px;margin-top:0;border-radius:0;background:transparent;box-shadow:none;color:#13110e;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:22px;gap:22px;position:relative;overflow:hidden;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease}.ba-ref-continue:after,.ba-ref-continue:before{content:none}.ba-ref-continue:hover{transform:translateY(-1px)}.ba-ref-report-card{position:absolute;inset:0;z-index:0;background:#faf7f0;border:1px solid rgba(34,29,22,.13);border-radius:8px;box-shadow:0 18px 42px rgba(91,72,55,.1);opacity:0;transition:opacity .16s ease}.ba-ref-continue:hover .ba-ref-report-card{opacity:1}.ba-ref-report-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#b8613d}.ba-ref-continue>:not(.ba-ref-report-card){position:relative;z-index:1}.ba-ref-play{width:48px;height:48px;flex-shrink:0;border-radius:50%;background:#b8613d;color:#fff9f0;display:inline-flex;align-items:center;justify-content:center;font-size:20px}.ba-ref-continue-copy{min-width:0}.ba-ref-continue-head{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin-bottom:8px}.ba-ref-continue .ba-ref-continue-kicker{color:#b8613d;font-size:12px;font-weight:780}.ba-ref-continue .ba-ref-continue-title{margin:0;color:#3e352f;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:22px;line-height:1.2;font-weight:400}.ba-ref-continue .ba-ref-continue-meta{flex-basis:100%;margin:0;color:rgba(19,17,14,.68);font-size:13px}.ba-ref-continue .ba-ref-continue-meta strong{color:#13110e}.ba-ref-progress{display:flex;align-items:center;gap:14px;max-width:440px}.ba-ref-progress i{flex:1 1;width:auto;height:6px;border-radius:999px;background:linear-gradient(90deg,#b8613d 0 var(--ba-continue-progress,33%),transparent var(--ba-continue-progress,33%)),rgba(34,29,22,.1);overflow:hidden}.ba-ref-progress em{color:rgba(19,17,14,.58);font-size:12px;font-style:normal;font-weight:760;white-space:nowrap}.ba-ref-continue .ba-ref-continue-action{display:inline-flex;align-items:center;gap:8px;flex-shrink:0;padding:11px 18px;border-radius:999px;background:#b8613d;white-space:nowrap}.ba-ref-continue .ba-ref-continue-action,.ba-ref-continue .ba-ref-continue-action span{color:#fff9f0;font-size:13px;font-weight:760}.ba-ref-home-section{padding-top:58px}.ba-ref-home-section-head{max-width:760px;margin:0 auto 26px;text-align:center}.ba-ref-home-section-label{color:rgba(19,17,14,.62);font-size:12px;font-weight:750;margin-bottom:8px}.ba-ref-home-section-head h2{color:#51463e;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:34px;line-height:1.08;margin:0 0 8px;font-weight:400}.ba-ref-home-section-head p{color:rgba(19,17,14,.66);font-size:14px;line-height:1.7;margin:0}.ba-ref-home-section-action{display:flex;justify-content:center;margin-top:-16px;margin-bottom:26px}.ba-ref-home-section-button{display:inline-flex;align-items:center;gap:4px;padding:9px 14px;border-radius:999px;border:1px solid rgba(184,97,61,.38);background:transparent;color:#b8613d;text-decoration:none;font-size:13px;font-weight:700}.ba-ref-recent-layout{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.45fr);grid-gap:22px;gap:22px;align-items:stretch}.ba-ref-recent-feature-card,.ba-ref-recent-panel,.ba-ref-topic-feature-card{background:#faf7f0;border:1px solid rgba(34,29,22,.13);border-radius:8px;box-shadow:0 18px 42px rgba(91,72,55,.08)}.ba-ref-recent-feature-card{min-height:390px;padding:32px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none}.ba-ref-recent-feature-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(184,97,61,.08),transparent 44%);pointer-events:none}.ba-ref-recent-feature-card>*{position:relative;z-index:1}.ba-ref-recent-feature-bottom,.ba-ref-recent-feature-top,.ba-ref-recent-row-end{display:flex;align-items:center;justify-content:space-between;gap:12px}.ba-ref-recent-row-meta{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap;margin-bottom:7px}.ba-ref-chip{display:inline-flex;align-items:center;border-radius:999px;background:rgba(184,97,61,.09);color:#b8613d;font-size:12px;font-weight:750;padding:4px 10px}.ba-ref-recent-date,.ba-ref-recent-row-end span:first-child,.ba-ref-recent-row-meta span:last-child{color:rgba(19,17,14,.58);font-size:13px;font-weight:700}.ba-ref-recent-category{font-size:13px;color:rgba(19,17,14,.62);font-weight:750;margin-bottom:12px}.ba-ref-recent-feature-card h3{color:#3e352f;font-family:Georgia,Times New Roman,serif;font-size:clamp(27px,2.35vw,32px);line-height:1.22;margin:0 0 12px}.ba-ref-recent-feature-card p{margin:0;color:rgba(19,17,14,.72);font-size:16px;line-height:1.7;max-width:320px}.ba-ref-recent-feature-bottom{padding-top:14px;border-top:1px solid rgba(34,29,22,.13);color:#b8613d;font-size:12px;font-weight:780}.ba-ref-recent-panel{min-height:390px;padding:8px 0;display:flex;flex-direction:column}.ba-ref-recent-row{flex:1 1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:18px;gap:18px;padding:18px 24px;border-bottom:1px solid rgba(34,29,22,.11);text-decoration:none;transition:background .16s ease}.ba-ref-recent-row:last-child{border-bottom:0}.ba-ref-recent-row:hover{background:rgba(184,97,61,.04)}.ba-ref-recent-row-meta span:first-child{font-size:12px;font-weight:760;color:#b8613d}.ba-ref-recent-row-meta .ba-ref-recent-date{color:rgba(19,17,14,.54);font-size:12px;font-weight:650}.ba-ref-recent-row-title{color:#3e352f;font-family:Georgia,Times New Roman,serif;font-size:19px;line-height:1.36;margin-top:2px}.ba-ref-recent-row-sub{font-size:14px;color:rgba(19,17,14,.66);line-height:1.55;margin-top:5px}.ba-ref-topic-map-stack{display:flex;flex-direction:column;gap:54px;margin-top:10px}.ba-ref-topic-extension-divider{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.58fr);grid-gap:24px;gap:24px;align-items:end;margin:8px 0 -12px;padding:28px 0 2px;border-top:1px solid rgba(34,29,22,.12)}.ba-ref-topic-extension-title{display:flex;align-items:baseline;gap:12px;color:#3e352f;font-family:Georgia,Times New Roman,serif;font-size:clamp(29px,2.25vw,36px);line-height:1.08}.ba-ref-topic-extension-title span:first-child{color:#b8613d;font-size:1.12em}.ba-ref-topic-extension-copy{margin:0;padding-top:4px;color:rgba(19,17,14,.68);font-size:13px;line-height:1.65}.ba-ref-topic-map{--topic-accent:#b8613d;position:relative;isolation:isolate;overflow:hidden;display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.58fr);grid-gap:clamp(30px,3.2vw,52px);gap:clamp(30px,3.2vw,52px);align-items:stretch;padding:46px 48px;border:1px solid rgba(34,29,22,.12);border-left:4px solid var(--topic-accent);border-radius:8px;background:linear-gradient(135deg,rgba(250,247,240,.96),rgba(244,238,228,.84)),radial-gradient(circle at 88% 12%,rgba(184,97,61,.08),transparent 32%);box-shadow:0 22px 54px rgba(78,62,47,.055)}.ba-ref-topic-map:before{content:"";position:absolute;left:46px;right:46px;top:22px;height:1px;background:linear-gradient(90deg,var(--topic-accent),transparent 38%);opacity:.28;z-index:2}.ba-ref-topic-map:after{content:"";position:absolute;inset:28px 34px;border-radius:8px;background:repeating-linear-gradient(0deg,transparent 0 42px,rgba(34,29,22,.018) 42px 43px),linear-gradient(90deg,rgba(255,255,255,.08),transparent 46%,rgba(184,97,61,.018));opacity:.72;z-index:1;pointer-events:none}.ba-ref-topic-map>*{position:relative;z-index:3}.ba-ref-topic-map--alt{background:linear-gradient(135deg,rgba(247,241,231,.98),rgba(238,229,216,.88)),radial-gradient(circle at 12% 18%,rgba(125,102,90,.08),transparent 34%)}.ba-ref-topic-map--extension{border-left-color:rgba(125,102,90,.78);background:linear-gradient(135deg,rgba(247,242,234,.98),rgba(239,232,221,.9)),radial-gradient(circle at 84% 16%,rgba(125,102,90,.1),transparent 34%)}.ba-ref-topic-map--reverse{grid-template-columns:minmax(0,1.58fr) minmax(260px,.72fr);border-left:1px solid rgba(34,29,22,.12);border-right:4px solid var(--topic-accent)}.ba-ref-topic-map--reverse:before{background:linear-gradient(270deg,var(--topic-accent),transparent 38%)}.ba-ref-topic-map--reverse.ba-ref-topic-map--extension{border-right-color:rgba(125,102,90,.78)}.ba-ref-topic-map--reverse .ba-ref-topic-overview{order:2}.ba-ref-topic-map--reverse .ba-ref-topic-course-list{order:1;border-left:0;border-right:1px solid rgba(34,29,22,.11);padding-left:0;padding-right:32px}.ba-ref-topic-overview{display:flex;flex-direction:column;justify-content:space-between;gap:22px;min-height:240px}.ba-ref-topic-heading{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.ba-ref-topic-index{color:var(--topic-accent);font-family:Georgia,Times New Roman,serif;font-size:44px;line-height:1;opacity:.85}.ba-ref-topic-map--extension .ba-ref-topic-index{font-size:clamp(34px,2.6vw,42px)}.ba-ref-topic-title{margin:0;color:#3e352f;font-family:Georgia,Times New Roman,serif;font-size:clamp(27px,2.15vw,31px);line-height:1.17;max-width:340px}.ba-ref-topic-extension-chip{display:inline-flex;width:-moz-fit-content;width:fit-content;margin:10px 0 12px;padding:5px 9px;border:1px solid rgba(34,29,22,.14);border-radius:999px;background:rgba(250,247,240,.58);color:rgba(19,17,14,.58);font-size:11px;font-weight:780}.ba-ref-topic-meta{color:rgba(19,17,14,.64);font-size:13px;line-height:1.6;margin-top:16px}.ba-ref-topic-slogan{color:rgba(19,17,14,.68);font-size:14px;line-height:1.78;max-width:330px;margin-top:16px}.ba-ref-topic-pill{align-self:flex-start;display:inline-flex;align-items:center;padding:8px 15px;border:1px solid rgba(184,97,61,.32);border-radius:999px;color:#b8613d;text-decoration:none;font-size:13px;font-weight:760}.ba-ref-topic-feature-card{position:relative;overflow:hidden;min-height:260px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;text-decoration:none}.ba-ref-topic-feature-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--topic-accent)}.ba-ref-topic-feature-card:after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(184,97,61,.08),transparent 48%);pointer-events:none}.ba-ref-topic-feature-card>*{position:relative;z-index:1}.ba-ref-topic-kicker{color:rgba(19,17,14,.58);font-size:12px;font-weight:780;margin-bottom:8px}.ba-ref-topic-feature-card h4{margin:0 0 10px;color:#3e352f;font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1.22;font-weight:400}.ba-ref-topic-feature-card p{margin:0;color:rgba(19,17,14,.68);font-size:14px;line-height:1.65}.ba-ref-topic-feature-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:rgba(19,17,14,.56);font-size:12px;font-weight:720}.ba-ref-topic-feature-meta span:last-child{color:#b8613d;font-weight:760}.ba-ref-topic-course-list{border-left:1px solid rgba(34,29,22,.11);padding-left:32px;display:flex;flex-direction:column;min-height:0}.ba-ref-topic-course-row{flex:0 0 auto;display:grid;grid-template-columns:36px minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;min-height:72px;padding:16px 0;border-bottom:1px solid rgba(34,29,22,.1);text-decoration:none;transition:color .16s ease,background .16s ease}.ba-ref-topic-course-row:last-child{border-bottom:0}.ba-ref-topic-course-row:hover{background:rgba(184,97,61,.035)}.ba-ref-topic-course-row:hover .ba-ref-topic-course-title{color:var(--topic-accent)}.ba-ref-topic-course-num{color:rgba(19,17,14,.44);font-size:12px;font-weight:760}.ba-ref-topic-course-title{display:block;color:#3e352f;font-family:Georgia,Times New Roman,Songti SC,STSong,serif;font-size:18px;line-height:1.3;font-weight:400;transition:color .16s ease}.ba-ref-topic-course-sub{display:block;color:rgba(19,17,14,.62);font-size:13px;line-height:1.5;margin-top:4px}.ba-ref-topic-lessons{color:rgba(19,17,14,.56);font-size:12px;font-weight:720;white-space:nowrap}@media (max-width:980px){.ba-ref-footer,.ba-ref-home-hero-inner,.ba-ref-home-section,.ba-ref-topbar{padding-left:24px;padding-right:24px}.ba-ref-nav-group{display:none}.ba-ref-home-hero-inner,.ba-ref-recent-layout,.ba-ref-topic-extension-divider,.ba-ref-topic-map,.ba-ref-topic-map--reverse{grid-template-columns:1fr}.ba-ref-home-hero-inner{padding-top:220px}.ba-ref-continue-shell{width:min(980px,calc(100% - 48px))}.ba-ref-ai-panel{width:100%}.ba-ref-topic-map--reverse{border-left:4px solid var(--topic-accent);border-right:1px solid rgba(34,29,22,.12)}.ba-ref-topic-map--reverse.ba-ref-topic-map--extension{border-left-color:rgba(125,102,90,.78);border-right-color:rgba(34,29,22,.12)}.ba-ref-topic-map--reverse:before{background:linear-gradient(90deg,var(--topic-accent),transparent 38%)}.ba-ref-topic-map--reverse .ba-ref-topic-course-list,.ba-ref-topic-map--reverse .ba-ref-topic-feature-card,.ba-ref-topic-map--reverse .ba-ref-topic-overview{order:0}.ba-ref-topic-course-list,.ba-ref-topic-map--reverse .ba-ref-topic-course-list{border-left:0;border-right:0;padding-left:0;padding-right:0}.ba-ref-category-hero-grid,.ba-ref-category-layout{grid-template-columns:1fr}.ba-ref-category-nav{position:static;padding-top:0}.ba-ref-category-nav-card{display:none}.ba-ref-category-nav-mobile{display:flex;gap:10px;overflow-x:auto;align-items:stretch;padding-bottom:4px;scrollbar-width:none}.ba-ref-category-nav-mobile::-webkit-scrollbar{display:none}.ba-ref-category-nav-mobile-group{display:inline-flex;align-items:center;flex:0 0 auto;white-space:nowrap;color:rgba(19,17,14,.46);font-size:10px;font-weight:820;letter-spacing:.08em;margin-right:6px}.ba-ref-category-nav-mobile a{flex:0 0 auto;min-width:132px;padding:12px 14px;border:1px solid rgba(34,29,22,.12);border-radius:8px;background:rgba(250,247,240,.76);color:rgba(19,17,14,.62);text-decoration:none}.ba-ref-category-nav-mobile a span{display:block}.ba-ref-category-nav-mobile a span:first-child{color:rgba(19,17,14,.46);font-size:11px;font-weight:760;margin-bottom:4px}.ba-ref-category-nav-mobile a span:last-child{color:#3e352f;font-size:13px;font-weight:760;line-height:1.3}.ba-ref-category-nav-mobile a.is-active{border-color:rgba(184,97,61,.28);background:rgba(184,97,61,.08)}}@media (max-width:760px){.ba-ref-topbar{padding-left:20px;padding-right:20px}.ba-ref-search{display:none}.ba-ref-footer,.ba-ref-home-hero-inner,.ba-ref-home-section{padding-left:20px;padding-right:20px}.ba-ref-home-hero-copy h1{font-size:38px}.ba-ref-home-hero{min-height:620px}.ba-ref-home-hero-inner{padding:170px 22px 26px}.ba-ref-continue{grid-template-columns:1fr;justify-items:start}.ba-ref-continue-shell{width:calc(100% - 40px)}.ba-ref-ai-assessment-callout,.ba-ref-ai-guide-actions{flex-direction:column;align-items:stretch}.ba-ref-ai-popover{top:72px;right:12px;left:12px;z-index:1000;width:auto;height:min(680px,calc(100vh - 88px))}.ba-ref-ai-popover-footer,.ba-ref-ai-popover-header,.ba-ref-ai-popover-scroll{padding-left:14px;padding-right:14px}.ba-ref-ai-assessment-callout>.ba-ref-ai-starters{grid-template-columns:1fr}.ba-ref-category-hero-copy h1{font-size:34px}.ba-ref-category-catalog-head{grid-template-columns:1fr}.ba-ref-category-catalog-actions{justify-content:flex-start}.ba-ref-category-search-panel{grid-template-columns:1fr}.ba-ref-category-search-meta{white-space:normal}.ba-ref-category-stat-grid{grid-template-columns:1fr}.ba-ref-category-stat-cell,.ba-ref-category-stat-grid>div{border-right:0;border-bottom:1px solid rgba(34,29,22,.12)}.ba-ref-category-stat-cell:last-child,.ba-ref-category-stat-grid>div:last-child{border-bottom:0}.ba-ref-category-chapter-row{grid-template-columns:1fr}.ba-ref-category-hero-grid{gap:18px}}