.bdce-card,.bdce-empty-state{
  --bdce-text:#0f172a;
  --bdce-muted:#5b6475;
  --bdce-line:#e6e9ef;
  --bdce-soft:#f7f9fc;
  --bdce-brand:#111827;
  --bdce-brand-2:#1f2937;
  --bdce-success:#166534;
  --bdce-success-bg:#dcfce7;
  --bdce-warn:#92400e;
  --bdce-warn-bg:#fef3c7;
  --bdce-danger:#991b1b;
  --bdce-danger-bg:#fee2e2;
}
.bdce-card{border:1px solid var(--bdce-line);border-radius:24px;background:#fff;overflow:hidden;box-shadow:0 16px 50px rgba(15,23,42,.07);margin:0 0 28px;position:relative}
.bdce-card:before{content:"";position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,rgba(17,24,39,.14),rgba(17,24,39,.02),rgba(17,24,39,.14))}
.bdce-card-body{padding:28px}
.bdce-thumb{background:linear-gradient(180deg,#eef2f7,#f8fafc)}
.bdce-thumb img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}
.bdce-thumb-lg img{min-height:320px}
.bdce-card-kicker{display:inline-flex;align-items:center;gap:8px;background:#f3f4f6;color:#111827;border:1px solid #e5e7eb;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin:0 0 16px}
.bdce-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap;margin:0 0 18px}
.bdce-card h3{margin:0 0 10px;font-size:clamp(28px,3vw,38px);line-height:1.08;color:var(--bdce-text);letter-spacing:-.03em}
.bdce-card p{margin:0 0 12px;color:var(--bdce-muted);font-size:15px;line-height:1.7}
.bdce-card-lead p{margin-bottom:0}
.bdce-price-box{padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,#111827,#1f2937);color:#fff;min-width:190px;box-shadow:0 12px 28px rgba(17,24,39,.18)}
.bdce-price-label{display:block;font-size:12px;font-weight:700;opacity:.78;letter-spacing:.04em;text-transform:uppercase;margin:0 0 8px}
.bdce-price{font-size:30px;font-weight:800;line-height:1.05;letter-spacing:-.03em}
.bdce-action-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.bdce-buy-button,.bdce-buy-selected-button{appearance:none;background:linear-gradient(180deg,var(--bdce-brand),var(--bdce-brand-2));color:#fff;border:none;padding:15px 22px;border-radius:14px;cursor:pointer;font-weight:700;font-size:15px;line-height:1;box-shadow:0 10px 24px rgba(17,24,39,.16);transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease}
.bdce-buy-button:hover,.bdce-buy-selected-button:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(17,24,39,.2)}
.bdce-buy-button[disabled],.bdce-buy-selected-button[disabled]{opacity:.75;cursor:not-allowed;transform:none}
.bdce-notice{display:none;margin:0 0 16px;padding:14px 16px;border-radius:14px;border:1px solid transparent;font-size:14px;line-height:1.55;font-weight:600}
.bdce-notice.is-visible{display:block}
.bdce-notice.is-error{background:var(--bdce-danger-bg);border-color:#fecaca;color:var(--bdce-danger)}
.bdce-notice.is-success{background:var(--bdce-success-bg);border-color:#bbf7d0;color:var(--bdce-success)}
.bdce-notice.is-warning{background:var(--bdce-warn-bg);border-color:#fde68a;color:var(--bdce-warn)}
.bdce-bundle-box{padding:22px;border:1px solid var(--bdce-line);border-radius:22px;background:linear-gradient(180deg,#fbfcfe,#f6f8fb);margin:16px 0 22px;display:flex;justify-content:space-between;gap:18px;align-items:center;flex-wrap:wrap}
.bdce-meta-stack{display:flex;flex-wrap:wrap;gap:10px}
.bdce-pill,.bdce-tag{display:inline-flex;align-items:center;padding:9px 12px;border-radius:999px;background:#f8fafc;border:1px solid #e7ebf2;color:#334155;font-size:13px;font-weight:700}
.bdce-separator-wrap{margin:4px 0 16px}
.bdce-separator{font-weight:800;font-size:20px;color:#111827;margin:0 0 6px;letter-spacing:-.02em}
.bdce-muted-text{margin:0;color:var(--bdce-muted)}
.bdce-course-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:18px 0 22px}
.bdce-select-card{border:1px solid #e6eaf1;border-radius:20px;padding:18px;display:flex;gap:12px;align-items:flex-start;flex-direction:column;cursor:pointer;background:linear-gradient(180deg,#fff,#fafbfe);transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease;min-height:170px}
.bdce-select-card:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 14px 30px rgba(15,23,42,.07)}
.bdce-check-wrap{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:#475569}
.bdce-course-checkbox{width:18px;height:18px;accent-color:#111827;margin:0}
.bdce-select-card-title{font-weight:800;color:#0f172a;font-size:18px;line-height:1.35}
.bdce-select-card-desc{display:block;color:#5b6475;font-size:14px;line-height:1.65;margin-top:-2px}
.bdce-select-card-desc p{margin:0 0 8px;color:#5b6475;font-size:14px;line-height:1.65}
.bdce-select-card-desc p:last-child{margin-bottom:0}
.bdce-select-card-price{color:#334155;font-weight:700;font-size:15px}
.bdce-select-card.is-selected{border-color:#111827;box-shadow:0 16px 34px rgba(15,23,42,.09);background:linear-gradient(180deg,#fff,#f6f8fc)}
.bdce-selection-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:18px 20px;border-radius:20px;border:1px solid var(--bdce-line);background:#fbfcfe;margin:0 0 12px}
.bdce-selection-summary{display:flex;flex-direction:column;gap:6px}
.bdce-selection-count{font-size:13px;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;font-weight:800}
.bdce-selection-total{font-size:28px;line-height:1.05;font-weight:800;color:#111827;letter-spacing:-.03em}
.bdce-included-list{margin-top:20px;padding-top:20px;border-top:1px solid var(--bdce-line)}
.bdce-section-title{font-size:18px;font-weight:800;color:#111827;letter-spacing:-.02em;margin:0 0 14px}
.bdce-tag-list{display:flex;flex-wrap:wrap;gap:10px}
.bdce-my-courses-wrap{display:flex;flex-direction:column;gap:16px}
.bdce-my-courses{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}
.bdce-empty-state{padding:24px 26px;border:1px dashed #d4dbe5;border-radius:22px;background:linear-gradient(180deg,#fbfcfe,#f7f9fc);color:#334155}
.bdce-empty-state strong{display:block;font-size:18px;line-height:1.2;color:#0f172a;margin:0 0 6px}
.bdce-empty-state p{margin:0;font-size:15px;line-height:1.7;color:#5b6475}
.bdce-compact-state{padding:18px 20px}
.bdce-rich-text p:last-child{margin-bottom:0}
@media (max-width:767px){
  .bdce-card-body{padding:22px}
  .bdce-thumb-lg img{min-height:220px}
  .bdce-card h3{font-size:28px}
  .bdce-price-box{width:100%;min-width:0}
  .bdce-bundle-box,.bdce-selection-footer{padding:18px}
  .bdce-selection-total{font-size:24px}
  .bdce-buy-button,.bdce-buy-selected-button{width:100%;justify-content:center;text-align:center}
}

.bdce-course-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.bdce-select-card{height:100%;}
.bdce-select-card-desc-wrap{width:100%;margin-top:-2px;}
.bdce-select-card-desc{overflow:hidden;transition:max-height .2s ease;}
.bdce-select-card-desc.is-collapsed{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.bdce-read-more-toggle{appearance:none;border:0;background:none;padding:0;margin-top:8px;font-size:13px;font-weight:800;color:#111827;cursor:pointer;text-decoration:underline;text-underline-offset:3px;align-self:flex-start;}
.bdce-read-more-toggle:hover{opacity:.8}
@media (max-width:900px){.bdce-course-grid{grid-template-columns:1fr;}}

.bdce-banner-wrap{margin:0 0 28px}
.bdce-single-wrap{margin-top:0}


.bdce-price-box.is-free{background:linear-gradient(180deg,#14532d,#166534)}
.bdce-select-card-price.is-free{color:#166534;font-weight:800}
.bdce-term-pills{margin:0 0 12px}
.bdce-bundle-free-form{width:100%;max-width:680px}
.bdce-free-enroll-wrap{margin-top:18px;padding:20px;border:1px solid var(--bdce-line);border-radius:20px;background:linear-gradient(180deg,#fbfcfe,#f7f9fc)}
.bdce-free-enroll-wrap.is-hidden{display:none}
.bdce-free-enroll-header h4{margin:0 0 6px;font-size:22px;line-height:1.2;color:#111827}
.bdce-free-enroll-header p{margin:0 0 16px;color:#5b6475}
.bdce-free-enroll-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 16px}
.bdce-free-enroll-grid label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:700;color:#374151}
.bdce-free-enroll-grid input{width:100%;border:1px solid #d7deea;border-radius:14px;padding:13px 14px;font-size:14px;line-height:1.2;background:#fff;box-sizing:border-box}
.bdce-free-enroll-grid input:focus{outline:none;border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.08)}
.bdce-free-enroll-submit{appearance:none;background:linear-gradient(180deg,var(--bdce-brand),var(--bdce-brand-2));color:#fff;border:none;padding:15px 22px;border-radius:14px;cursor:pointer;font-weight:700;font-size:15px;line-height:1;box-shadow:0 10px 24px rgba(17,24,39,.16);transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease}
.bdce-free-enroll-submit:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(17,24,39,.2)}
.bdce-free-enroll-submit[disabled]{opacity:.75;cursor:not-allowed;transform:none}
.bdce-free-enroll-form.is-submitted{opacity:.7}
@media (max-width:900px){.bdce-free-enroll-grid{grid-template-columns:1fr 1fr}}
@media (max-width:640px){.bdce-free-enroll-grid{grid-template-columns:1fr}.bdce-free-enroll-submit{width:100%}}


.bdce-tabs-catalog{margin:0 0 32px}
.bdce-tabs-nav{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:0 0 28px}
.bdce-tab-button{appearance:none;border:1px solid #d7deea;background:#fff;color:#111827;padding:18px 28px;border-radius:0;min-width:180px;font-size:15px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;cursor:pointer;transition:all .18s ease;box-shadow:0 1px 0 rgba(15,23,42,.02)}
.bdce-tab-button:hover{border-color:#bfc9d9;transform:translateY(-1px)}
.bdce-tab-button.is-active{background:#e8f3e8;border-color:#b8d0b8}
.bdce-tab-panel{animation:bdceFadeIn .2s ease}
.bdce-catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:26px}
.bdce-catalog-card{border:1px solid #d9dfe8;background:#fff;box-shadow:none;display:flex;flex-direction:column;min-height:100%;overflow:hidden}
.bdce-catalog-thumb{background:#f5f7fb}
.bdce-catalog-thumb img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover}
.bdce-catalog-body{padding:18px 18px 20px;display:flex;flex-direction:column;gap:12px;flex:1}
.bdce-catalog-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.bdce-catalog-type{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6b7280}
.bdce-catalog-price{font-size:18px;font-weight:800;color:#111827;white-space:nowrap}
.bdce-catalog-price.is-free{color:#166534}
.bdce-catalog-title{margin:0;font-size:28px;line-height:1.04;letter-spacing:-.03em}
.bdce-catalog-title a{color:#111827;text-decoration:none}
.bdce-catalog-title a:hover{opacity:.85}
.bdce-catalog-desc{color:#374151;font-size:14px;line-height:1.65}
.bdce-catalog-desc p{margin:0 0 8px;color:#374151;font-size:14px;line-height:1.65}
.bdce-catalog-desc p:last-child{margin-bottom:0}
.bdce-catalog-meta{margin-top:-2px}
.bdce-catalog-actions{margin-top:auto;display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.bdce-outline-button{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border:1px solid #d1d9e6;border-radius:0;background:#fff;color:#111827;font-weight:700;font-size:15px;line-height:1;text-decoration:none;cursor:pointer;transition:all .18s ease}
.bdce-outline-button:hover{border-color:#111827;transform:translateY(-1px)}
.bdce-compact-free-form{width:100%;margin-top:8px}
.bdce-compact-free-form .bdce-free-enroll-header h4{font-size:18px}
.bdce-compact-free-form .bdce-free-enroll-header p{font-size:14px}
.bdce-compact-free-form .bdce-free-enroll-grid{grid-template-columns:1fr}
.bdce-catalog-card .bdce-notice{margin:0}
@keyframes bdceFadeIn{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}
@media (max-width:767px){.bdce-tabs-nav{justify-content:stretch}.bdce-tab-button{width:100%;min-width:0;padding:16px 18px}.bdce-catalog-grid{grid-template-columns:1fr;gap:18px}.bdce-catalog-title{font-size:24px}}



.bdce-tab-panel[hidden]{display:none !important}
.bdce-tabs-catalog{margin:8px 0 36px}
.bdce-tabs-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;justify-content:unset;align-items:stretch;margin:0 0 32px}
.bdce-tab-button{position:relative;display:flex;align-items:center;justify-content:center;min-height:68px;padding:18px 20px;border:1px solid #d8dfeb;border-radius:18px;background:linear-gradient(180deg,#ffffff,#f8fafc);color:#0f172a;font-size:14px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 12px 26px rgba(15,23,42,.05);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease, color .18s ease}
.bdce-tab-button:hover{border-color:#c0cad9;transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.08)}
.bdce-tab-button.is-active{background:linear-gradient(135deg,#111827,#1f2937);border-color:#111827;color:#fff;box-shadow:0 18px 36px rgba(17,24,39,.18)}
.bdce-tab-button.is-active::after{content:"";position:absolute;inset:auto 18px 10px;border-radius:999px;height:3px;background:rgba(255,255,255,.55)}
.bdce-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}
.bdce-catalog-card{border:1px solid #dde4ef;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 16px 36px rgba(15,23,42,.06);overflow:hidden;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.bdce-catalog-card:hover{transform:translateY(-4px);box-shadow:0 22px 42px rgba(15,23,42,.1);border-color:#cdd7e6}
.bdce-catalog-body{padding:22px 22px 24px;gap:14px}
.bdce-catalog-thumb img{aspect-ratio:16/9}
.bdce-catalog-title{font-size:24px;line-height:1.08;letter-spacing:-.03em}
.bdce-catalog-price{font-size:20px}
.bdce-catalog-desc-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:0}
.bdce-catalog-desc,.bdce-select-card-desc{color:#445164;font-size:14px;line-height:1.75}
.bdce-catalog-desc p,.bdce-select-card-desc p{margin:0 0 8px}
.bdce-read-more-content{overflow:hidden;transition:max-height .2s ease}
.bdce-read-more-content.is-collapsed{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}
.bdce-read-more-toggle{appearance:none;border:0;background:none;padding:0;margin-top:10px;font-size:13px;font-weight:800;color:#0f172a;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:6px}
.bdce-read-more-toggle::after{content:"";width:6px;height:6px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-2px;transition:transform .18s ease}
.bdce-read-more-toggle[aria-expanded="true"]::after{transform:rotate(225deg);margin-top:2px}
.bdce-read-more-toggle:hover{opacity:.78}
.bdce-catalog-actions{margin-top:auto;padding-top:8px}
.bdce-outline-button,.bdce-catalog-card .bdce-buy-button{width:100%;justify-content:center;border-radius:14px}
@media (max-width:1100px){.bdce-tabs-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.bdce-catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767px){.bdce-tabs-nav{grid-template-columns:1fr;gap:12px}.bdce-tab-button{width:100%;min-width:0;padding:16px 18px;border-radius:16px}.bdce-catalog-grid{grid-template-columns:1fr;gap:18px}.bdce-catalog-title{font-size:22px}.bdce-catalog-body{padding:18px}}


.bdce-page-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 28px;border:1px solid #dde4ef;border-radius:24px;background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 16px 36px rgba(15,23,42,.06);margin:0 0 24px}
.bdce-page-hero h2{margin:4px 0 8px;font-size:34px;line-height:1.05;letter-spacing:-.03em;color:#0f172a}
.bdce-page-hero p{margin:0;color:#5b6475;font-size:15px;line-height:1.7;max-width:760px}
.bdce-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.bdce-dashboard-card .bdce-card-body{display:flex;flex-direction:column;gap:12px}
.bdce-dashboard-thumb img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}
.bdce-learning-shell{display:flex;flex-direction:column;gap:18px}
.bdce-learning-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.bdce-small-button{padding:12px 16px;font-size:14px;min-height:auto}
.bdce-learning-layout{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:24px;align-items:start}
.bdce-learning-sidebar{border:1px solid #dde4ef;border-radius:24px;background:linear-gradient(180deg,#fff,#fbfcfe);box-shadow:0 16px 36px rgba(15,23,42,.06);padding:20px;position:sticky;top:20px}
.bdce-learning-sidebar-head h3{margin:6px 0 0;font-size:26px;line-height:1.08;letter-spacing:-.03em;color:#111827}
.bdce-learning-outline{display:flex;flex-direction:column;gap:12px;margin-top:12px}
.bdce-outline-section{border:1px solid #e5eaf2;border-radius:18px;background:#fff;padding:0;overflow:hidden}
.bdce-outline-section summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;cursor:pointer;font-weight:800;color:#0f172a}
.bdce-outline-section summary::-webkit-details-marker{display:none}
.bdce-outline-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border-radius:999px;background:#eef2f7;color:#334155;font-size:12px;font-weight:800}
.bdce-outline-section-desc{padding:0 16px 12px;color:#5b6475;font-size:14px;line-height:1.65}
.bdce-outline-section-desc p{margin:0}
.bdce-outline-lessons{display:flex;flex-direction:column;gap:8px;padding:0 12px 12px}
.bdce-outline-lesson{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:14px;border:1px solid #e5eaf2;background:#f8fafc;text-decoration:none;color:#111827;font-weight:700;transition:all .18s ease}
.bdce-outline-lesson:hover{transform:translateY(-1px);border-color:#c8d2e2;background:#fff}
.bdce-outline-lesson.is-active{background:linear-gradient(135deg,#111827,#1f2937);border-color:#111827;color:#fff;box-shadow:0 14px 28px rgba(17,24,39,.16)}
.bdce-outline-lesson-duration{font-size:12px;font-weight:800;opacity:.82;white-space:nowrap}
.bdce-learning-player-card .bdce-card-body{padding:28px}
.bdce-learning-lesson-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap;margin:0 0 16px}
.bdce-learning-lesson-head h2{margin:0;font-size:34px;line-height:1.04;letter-spacing:-.03em;color:#111827}
.bdce-video-frame{margin:0 0 20px;border-radius:22px;overflow:hidden;background:#0f172a;box-shadow:0 18px 40px rgba(15,23,42,.14)}
.bdce-video-frame iframe,.bdce-video-frame video,.bdce-video-frame .wp-video{display:block;width:100%;max-width:100%}
.bdce-learning-content{font-size:16px;line-height:1.8;color:#334155}
.bdce-learning-content p{margin:0 0 14px}
.bdce-learning-nav{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-top:22px;padding-top:18px;border-top:1px solid #e8edf4}
@media (max-width:1100px){.bdce-dashboard-grid{grid-template-columns:1fr}.bdce-learning-layout{grid-template-columns:1fr}.bdce-learning-sidebar{position:static}}
@media (max-width:767px){.bdce-page-hero{padding:20px 22px}.bdce-page-hero h2{font-size:28px}.bdce-learning-player-card .bdce-card-body{padding:22px}.bdce-learning-lesson-head h2{font-size:28px}.bdce-learning-nav>*{width:100%}.bdce-learning-nav a{width:100%;justify-content:center}}


.bdce-progress-block{display:flex;flex-direction:column;gap:10px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc)}
.bdce-progress-block.is-sidebar{margin-top:14px}
.bdce-progress-head{display:flex;align-items:center;justify-content:space-between;gap:14px;font-size:13px;color:#475569;font-weight:700}
.bdce-progress-head strong{font-size:14px;color:#111827}
.bdce-progress-bar{height:10px;border-radius:999px;background:#e5edf6;overflow:hidden}
.bdce-progress-bar span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#111827,#2563eb)}
.bdce-progress-next{font-size:13px;color:#64748b;font-weight:700}
.bdce-learning-actions{display:flex;align-items:center;gap:12px}
.bdce-progress-button{border:0;border-radius:999px;background:#111827;color:#fff;padding:12px 18px;font-weight:800;cursor:pointer;box-shadow:0 12px 30px rgba(17,24,39,.18);transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}
.bdce-progress-button:hover{transform:translateY(-1px);box-shadow:0 14px 34px rgba(17,24,39,.22)}
.bdce-progress-button.is-secondary{background:#eef2ff;color:#111827;box-shadow:none;border:1px solid #c7d2fe}
.bdce-outline-lesson-title-wrap{display:flex;align-items:center;gap:10px;min-width:0}
.bdce-outline-lesson-check{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:999px;background:#e5edf6;color:#111827;font-size:12px;font-weight:800;flex:0 0 auto}
.bdce-outline-lesson.is-complete .bdce-outline-lesson-check{background:#dcfce7;color:#166534}
.bdce-outline-lesson.is-complete{border-color:#bbf7d0;background:#f0fdf4}
.bdce-outline-lesson.is-active.is-complete{background:linear-gradient(135deg,#065f46,#047857);border-color:#065f46;color:#fff}
.bdce-outline-lesson.is-active.is-complete .bdce-outline-lesson-check{background:rgba(255,255,255,.18);color:#fff}
.bdce-learning-badges{margin-top:10px}
.bdce-pill.is-complete{background:#dcfce7;color:#166534;border-color:#bbf7d0}
.bdce-student-stat-grid{margin:0 0 24px}
@media (max-width:767px){.bdce-progress-head{flex-direction:column;align-items:flex-start}.bdce-learning-actions{width:100%}.bdce-progress-button{width:100%}}

.bdce-learning-completion-card{margin-top:22px}
.bdce-muted-text{margin:0;color:#64748b;font-size:14px;line-height:1.75}
.bdce-quiz-meta-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:16px}
.bdce-quiz-questions-list{display:flex;flex-direction:column;gap:16px}
.bdce-quiz-question-card{padding:18px;border:1px solid #e5eaf2;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfcfe)}
.bdce-quiz-question-card h4{margin:8px 0 14px;font-size:22px;line-height:1.2;color:#111827}
.bdce-quiz-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.bdce-quiz-option{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;border:1px solid #dbe3ef;border-radius:16px;background:#fff;font-weight:600;color:#0f172a;cursor:pointer;transition:all .18s ease}
.bdce-quiz-option:hover{border-color:#c7d2e2;transform:translateY(-1px)}
.bdce-quiz-option input{margin-top:3px}
.bdce-quiz-explanation{margin-top:14px;padding:14px 16px;border-radius:16px;background:#f8fafc;border:1px solid #e5eaf2;color:#334155}
.bdce-cert-ready{margin-top:8px}
.bdce-certificate-wrap{display:flex;flex-direction:column;gap:18px}
.bdce-certificate-card{border:1px solid #d8dfeb;border-radius:28px;background:linear-gradient(135deg,#ffffff,#f8fafc);box-shadow:0 22px 48px rgba(15,23,42,.08);padding:18px}
.bdce-certificate-inner{border:2px solid #111827;border-radius:22px;padding:48px 32px;text-align:center;background:radial-gradient(circle at top,#fff,#f8fafc)}
.bdce-certificate-inner h1{margin:8px 0 16px;font-size:42px;line-height:1.05;letter-spacing:-.04em;color:#111827}
.bdce-certificate-inner h2{margin:10px 0;font-size:36px;line-height:1.08;color:#111827}
.bdce-certificate-inner h3{margin:14px 0 0;font-size:28px;line-height:1.15;color:#0f172a}
.bdce-certificate-copy{max-width:760px;margin:0 auto;color:#475569;font-size:16px;line-height:1.8}
.bdce-certificate-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-width:680px;margin:34px auto 0}
.bdce-certificate-meta div{padding:14px 18px;border:1px solid #d8dfeb;border-radius:18px;background:#fff}
.bdce-certificate-meta span{display:block;font-size:12px;font-weight:800;color:#64748b;letter-spacing:.05em;text-transform:uppercase;margin-bottom:6px}
.bdce-certificate-meta strong{display:block;font-size:18px;color:#111827}
@media print{.bdce-learning-topbar,.bdce-site-header,.site-header,.site-footer,.bdce-outline-button,.bdce-buy-button{display:none !important}.bdce-certificate-card{box-shadow:none;border:none;padding:0}.bdce-certificate-inner{border-width:3px;padding:60px 40px}.bdce-student-dashboard{margin:0;padding:0}}
@media (max-width:767px){.bdce-quiz-options{grid-template-columns:1fr}.bdce-certificate-inner{padding:34px 20px}.bdce-certificate-inner h1{font-size:34px}.bdce-certificate-inner h2{font-size:30px}.bdce-certificate-inner h3{font-size:24px}.bdce-certificate-meta{grid-template-columns:1fr}}

.bdce-dashboard-top-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:20px;margin:0 0 24px}
.bdce-profile-card,.bdce-achievements-card,.bdce-lesson-quiz-card{height:100%}
.bdce-achievement-list{display:grid;gap:12px;margin-top:12px}
.bdce-achievement-item{padding:14px 16px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.05);display:grid;gap:6px}
.bdce-achievement-item strong{font-size:14px;color:#0f172a}
.bdce-achievement-item span{font-size:13px;color:#475569;line-height:1.55}
.bdce-lesson-quiz-box{padding:16px;border:1px solid #dbe1ea;border-radius:16px;background:#f8fafc}
@media (max-width: 900px){.bdce-dashboard-top-grid{grid-template-columns:1fr}}
@media print{.bdce-learning-shell .bdce-outline-button,.bdce-learning-shell .bdce-buy-button,.bdce-certificate-wrap .bdce-action-row{display:none!important}}

.bdce-learning-tools-card{margin-top:18px}
.bdce-learning-tools-card textarea{width:100%;min-height:120px;border:1px solid #d6deea;border-radius:18px;padding:14px 16px;background:#fff;font:inherit;color:#0f172a}
.bdce-resource-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.bdce-resource-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 18px;border:1px solid #d8dfeb;border-radius:18px;background:#fff;color:#0f172a;text-decoration:none;box-shadow:0 12px 24px rgba(15,23,42,.05)}
.bdce-resource-item strong{color:#2563eb}
.bdce-discussion-list{display:flex;flex-direction:column;gap:14px;margin-top:18px}
.bdce-discussion-item{border:1px solid #d8dfeb;border-radius:18px;background:#fff;padding:14px 16px}
.bdce-discussion-head{display:flex;justify-content:space-between;gap:14px;font-size:13px;color:#64748b;margin-bottom:10px}
.bdce-discussion-body{color:#334155}
.bdce-bookmark-toggle.is-bookmarked{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}
.bdce-bookmark-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}
.bdce-bookmark-item{display:flex;flex-direction:column;gap:6px;padding:18px;border:1px solid #d8dfeb;border-radius:18px;background:#fff;text-decoration:none;color:#0f172a}
.bdce-bookmark-course{font-size:12px;font-weight:800;letter-spacing:.04em;color:#64748b;text-transform:uppercase}
.bdce-profile-edit-card,.bdce-bookmarks-card{max-width:900px;margin:0 auto}


.bdce-auth-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}
.bdce-auth-card{height:100%}
.bdce-auth-tabs{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}
.bdce-auth-tab{border:1px solid #d7deea;background:#fff;color:#0f172a;border-radius:999px;padding:10px 16px;font-weight:800;cursor:pointer;transition:all .18s ease}
.bdce-auth-tab.is-active{background:#111827;color:#fff;border-color:#111827;box-shadow:0 12px 28px rgba(17,24,39,.18)}
.bdce-auth-panel{display:block}
.bdce-auth-form{display:grid;gap:14px}
.bdce-auth-form label{display:flex;flex-direction:column;gap:6px;font-weight:700;color:#334155}
.bdce-auth-form input{width:100%;border:1px solid #d6deea;border-radius:14px;padding:12px 14px;background:#fff;color:#0f172a;font:inherit}
.bdce-auth-two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.bdce-check-inline{flex-direction:row!important;align-items:center;gap:10px;font-weight:600!important}
.bdce-check-inline input{width:auto;padding:0}
.bdce-auth-benefits{background:linear-gradient(180deg,#111827,#1f2937);color:#fff}
.bdce-auth-benefits .bdce-card-kicker,.bdce-auth-benefits h3,.bdce-auth-benefits li{color:#fff}
.bdce-feature-list{display:grid;gap:12px;padding:0;margin:14px 0 0;list-style:none}
.bdce-feature-list li{padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);line-height:1.6}
.bdce-discussion-replies{display:grid;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #e8edf4}
.bdce-discussion-reply{margin-left:18px;padding:12px 14px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0}
.bdce-discussion-reply.is-admin-reply{background:#eff6ff;border-color:#bfdbfe}
@media (max-width:900px){.bdce-auth-grid{grid-template-columns:1fr}.bdce-auth-two-col{grid-template-columns:1fr}}

/* Premium student portal UI */
.bdce-portal-shell{display:grid;grid-template-columns:300px minmax(0,1fr);gap:24px;align-items:start}
.bdce-portal-sidebar{position:sticky;top:24px;border:1px solid #dde4ef;border-radius:28px;background:linear-gradient(180deg,#0f172a,#162033 52%,#1f2937);box-shadow:0 20px 50px rgba(15,23,42,.18);padding:24px;color:#fff;display:grid;gap:18px}
.bdce-portal-brand{display:flex;align-items:center;gap:14px}
.bdce-portal-logo{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#38bdf8,#2563eb);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:900;color:#fff;box-shadow:0 12px 24px rgba(37,99,235,.3)}
.bdce-portal-brand strong{display:block;font-size:18px;line-height:1.1;color:#fff}
.bdce-portal-brand span{display:block;font-size:13px;color:rgba(255,255,255,.72)}
.bdce-portal-user-card{padding:18px;border-radius:22px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);display:grid;gap:8px}
.bdce-portal-user-card strong{font-size:18px;color:#fff}
.bdce-portal-user-card>span{font-size:13px;color:rgba(255,255,255,.72);word-break:break-word}
.bdce-portal-mini-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:4px}
.bdce-portal-mini-stats div{padding:12px 12px 10px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1)}
.bdce-portal-mini-stats small{display:block;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:rgba(255,255,255,.66);margin-bottom:6px}
.bdce-portal-mini-stats strong{font-size:20px;line-height:1;color:#fff}
.bdce-portal-nav{display:grid;gap:10px}
.bdce-portal-nav-link{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);color:#fff;text-decoration:none;font-weight:700;transition:all .18s ease}
.bdce-portal-nav-link:hover{background:rgba(255,255,255,.08);transform:translateY(-1px)}
.bdce-portal-nav-link.is-active{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#0f172a;border-color:#bfdbfe;box-shadow:0 14px 26px rgba(15,23,42,.16)}
.bdce-portal-help{padding:18px;border-radius:22px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);display:grid;gap:10px}
.bdce-portal-help .bdce-card-kicker{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.15);color:#fff;margin-bottom:0}
.bdce-portal-help p{margin:0;color:rgba(255,255,255,.74);font-size:14px;line-height:1.7}
.bdce-portal-help .bdce-outline-button{color:#fff;border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.02)}
.bdce-portal-main{min-width:0}
.bdce-page-hero-portal{background:linear-gradient(135deg,#ffffff,#f8fafc 50%,#eef4ff);border-color:#dbe5f1}
.bdce-dashboard-main-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:24px;align-items:start}
.bdce-dashboard-primary,.bdce-dashboard-secondary{min-width:0}
.bdce-dashboard-secondary{display:grid;gap:20px}
.bdce-dashboard-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:0 0 18px;padding:18px;border:1px solid #dde4ef;border-radius:22px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 12px 28px rgba(15,23,42,.05)}
.bdce-dashboard-filters{display:flex;gap:10px;flex-wrap:wrap}
.bdce-course-filter{appearance:none;border:1px solid #d7deea;background:#fff;color:#0f172a;border-radius:999px;padding:12px 16px;font-size:13px;font-weight:800;cursor:pointer;transition:all .18s ease;box-shadow:0 2px 10px rgba(15,23,42,.03)}
.bdce-course-filter:hover{transform:translateY(-1px);border-color:#cbd5e1}
.bdce-course-filter.is-active{background:linear-gradient(135deg,#0f172a,#1f2937);border-color:#111827;color:#fff;box-shadow:0 14px 28px rgba(15,23,42,.14)}
.bdce-dashboard-search{display:flex;min-width:min(100%,320px)}
.bdce-dashboard-search input{width:100%;border:1px solid #d7deea;border-radius:16px;padding:13px 16px;background:#fff;color:#0f172a;font:inherit;box-shadow:inset 0 1px 2px rgba(15,23,42,.02)}
.bdce-dashboard-search input:focus{outline:none;border-color:#94a3b8;box-shadow:0 0 0 4px rgba(148,163,184,.12)}
.bdce-dashboard-card{height:100%}
.bdce-dashboard-card-head{margin-bottom:8px}
.bdce-dashboard-card h3{font-size:clamp(24px,2vw,32px)}
.bdce-dashboard-thumb img{aspect-ratio:16/9;object-fit:cover}
.bdce-course-state{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;border:1px solid transparent;white-space:nowrap}
.bdce-course-state-not-started{background:#f8fafc;border-color:#e2e8f0;color:#334155}
.bdce-course-state-in-progress{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}
.bdce-course-state-completed{background:#ecfdf5;border-color:#bbf7d0;color:#15803d}
.bdce-dashboard-empty-filter{margin-top:18px}
.bdce-recent-activity-list{display:grid;gap:12px}
.bdce-recent-activity-item{padding:16px;border-radius:18px;border:1px solid #e5ebf3;background:linear-gradient(180deg,#fff,#fafcff);display:grid;gap:6px}
.bdce-recent-activity-item strong{font-size:15px;color:#0f172a;line-height:1.45}
.bdce-recent-activity-item span{font-size:14px;color:#475569;line-height:1.6}
.bdce-recent-activity-item small{font-size:12px;color:#64748b;font-weight:700;letter-spacing:.02em}
.bdce-profile-card .bdce-card-body,.bdce-achievements-card .bdce-card-body,.bdce-recent-activity-card .bdce-card-body{padding:24px}
.bdce-profile-card h3,.bdce-achievements-card h3,.bdce-recent-activity-card h3{font-size:24px;line-height:1.15;margin:0 0 10px}
.bdce-dashboard-grid .bdce-card{margin-bottom:0}
@media (max-width:1180px){.bdce-portal-shell{grid-template-columns:1fr}.bdce-portal-sidebar{position:static}.bdce-dashboard-main-grid{grid-template-columns:1fr}.bdce-dashboard-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:820px){.bdce-dashboard-secondary{grid-template-columns:1fr}.bdce-dashboard-toolbar{padding:16px}.bdce-course-filter{padding:11px 14px}.bdce-dashboard-search{min-width:100%}}
@media (max-width:767px){.bdce-portal-sidebar{padding:20px;border-radius:24px}.bdce-portal-mini-stats{grid-template-columns:1fr 1fr}.bdce-page-hero-portal{padding:22px}.bdce-dashboard-card-head{gap:12px}.bdce-course-state{width:100%}.bdce-dashboard-toolbar{gap:14px}.bdce-dashboard-filters{width:100%}}


/* Premium study player UI */
.bdce-study-main-shell{display:grid;gap:24px}
.bdce-study-hero{margin-bottom:0}
.bdce-study-hero-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;min-width:min(100%,360px)}
.bdce-study-hero-actions .bdce-outline-button,.bdce-study-hero-actions .bdce-buy-button{width:auto;justify-content:center}
.bdce-study-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.bdce-study-stat-card{padding:18px 20px;border:1px solid #dde4ef;border-radius:22px;background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 14px 30px rgba(15,23,42,.05);display:grid;gap:8px}
.bdce-study-stat-card small{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-weight:800}
.bdce-study-stat-card strong{font-size:24px;line-height:1.15;color:#0f172a;letter-spacing:-.02em}
.bdce-study-stat-card span{font-size:14px;line-height:1.6;color:#475569}
.bdce-study-grid{display:grid;grid-template-columns:minmax(280px,320px) minmax(0,1fr);gap:24px;align-items:start}
.bdce-study-outline-card{top:24px;max-height:calc(100vh - 32px);overflow:auto}
.bdce-study-content-stack{display:grid;gap:22px;min-width:0}
.bdce-study-primary-card .bdce-card-body{padding:30px}
.bdce-study-primary-card .bdce-notice{margin-bottom:16px}
.bdce-study-tools-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.bdce-study-tool-col{display:grid;gap:20px;min-width:0}
.bdce-study-tool-col .bdce-card,.bdce-study-tools-grid>.bdce-card{height:100%}
.bdce-study-tool-col-quiz{grid-column:1/-1}
.bdce-study-tool-col-quiz .bdce-card-body{padding:24px}
.bdce-study-portal .bdce-learning-sidebar-head{display:grid;gap:14px}
.bdce-study-portal .bdce-learning-sidebar-head .bdce-card-kicker{margin-bottom:0}
.bdce-study-portal .bdce-learning-badges .bdce-pill.is-complete{background:#ecfdf5;border-color:#bbf7d0;color:#15803d}
.bdce-study-portal .bdce-learning-actions{justify-content:flex-end}
.bdce-study-portal .bdce-learning-tools-card .bdce-card-body{padding:24px}
.bdce-study-portal .bdce-learning-tools-card h3{font-size:22px;line-height:1.18;margin:0 0 10px}
.bdce-study-portal .bdce-resource-item{min-height:72px}
.bdce-study-portal .bdce-discussion-form textarea,.bdce-study-portal .bdce-note-form textarea{min-height:140px;background:#fbfcfe}
.bdce-study-portal .bdce-discussion-item,.bdce-study-portal .bdce-discussion-reply{box-shadow:0 10px 24px rgba(15,23,42,.04)}
.bdce-study-portal .bdce-learning-nav{margin-top:24px;padding-top:20px}
.bdce-study-portal .bdce-learning-nav .bdce-outline-button,.bdce-study-portal .bdce-learning-nav .bdce-buy-button{width:auto}
.bdce-study-portal .bdce-learning-content{font-size:17px;line-height:1.85;color:#334155}
.bdce-study-portal .bdce-video-frame{border:1px solid #d8e1ee}
@media (max-width:1280px){.bdce-study-stats-grid{grid-template-columns:1fr}.bdce-study-grid{grid-template-columns:1fr}.bdce-study-outline-card{position:static;max-height:none}.bdce-study-tools-grid{grid-template-columns:1fr}}
@media (max-width:900px){.bdce-study-hero{padding:22px}.bdce-study-hero-actions{justify-content:flex-start}.bdce-study-hero-actions .bdce-outline-button,.bdce-study-hero-actions .bdce-buy-button{width:100%}.bdce-study-primary-card .bdce-card-body{padding:22px}}
@media (max-width:767px){.bdce-study-stat-card{padding:16px 18px}.bdce-study-primary-card .bdce-card-body{padding:20px}.bdce-study-portal .bdce-learning-actions{width:100%;justify-content:flex-start}.bdce-study-portal .bdce-learning-actions>*{width:100%}.bdce-study-portal .bdce-learning-nav .bdce-outline-button,.bdce-study-portal .bdce-learning-nav .bdce-buy-button{width:100%}}


/* Design polish + layout stability fixes */
.bdce-student-dashboard,
.bdce-portal-main,
.bdce-dashboard-primary,
.bdce-dashboard-secondary,
.bdce-dashboard-grid,
.bdce-study-main-shell,
.bdce-study-content-stack,
.bdce-study-tool-col,
.bdce-learning-sidebar,
.bdce-learning-player-card,
.bdce-card-body{min-width:0}
.bdce-student-dashboard,.bdce-student-dashboard *{box-sizing:border-box}
.bdce-page-hero,.bdce-page-hero-portal,.bdce-study-hero,.bdce-card,.bdce-profile-card,.bdce-achievements-card,.bdce-recent-activity-card,.bdce-study-stat-card,.bdce-outline-section,.bdce-resource-item,.bdce-discussion-item,.bdce-discussion-reply{max-width:100%}
.bdce-outline-button,.bdce-buy-button,.bdce-buy-selected-button,.bdce-free-enroll-submit,.bdce-progress-button{border-radius:16px}

.bdce-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0 0 24px}
.bdce-stat-card{padding:18px 20px;border:1px solid #dde4ef;border-radius:22px;background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 14px 30px rgba(15,23,42,.05);display:grid;gap:8px}
.bdce-stat-card span{display:block;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b}
.bdce-stat-card strong{display:block;font-size:30px;line-height:1;color:#0f172a;letter-spacing:-.03em}

.bdce-dashboard-main-grid{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr)}
.bdce-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:22px;align-items:start}
.bdce-dashboard-card{display:flex;flex-direction:column;height:100%}
.bdce-dashboard-card .bdce-card-body{display:grid;gap:14px;grid-auto-rows:max-content}
.bdce-dashboard-card .bdce-card-head{align-items:flex-start}
.bdce-dashboard-card h3{font-size:clamp(22px,1.85vw,28px);line-height:1.12;letter-spacing:-.03em;overflow-wrap:anywhere;word-break:break-word;margin:0}
.bdce-dashboard-card .bdce-card-kicker{margin-bottom:10px}
.bdce-dashboard-card .bdce-card-lead,.bdce-dashboard-card .bdce-card-lead p{font-size:15px;line-height:1.72;color:#5b6475}
.bdce-dashboard-card .bdce-card-lead{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.bdce-dashboard-card .bdce-meta-stack{gap:8px}
.bdce-dashboard-card .bdce-pill{font-size:12px;padding:8px 11px}
.bdce-dashboard-card .bdce-progress-block{margin-top:2px}
.bdce-dashboard-card .bdce-action-row{margin-top:auto;padding-top:4px}
.bdce-dashboard-thumb img{height:220px;aspect-ratio:auto}
.bdce-course-state{flex:0 0 auto;max-width:100%;text-align:center}

.bdce-profile-card .bdce-card-body,.bdce-achievements-card .bdce-card-body,.bdce-recent-activity-card .bdce-card-body{display:grid;gap:12px}
.bdce-profile-card h3,.bdce-achievements-card h3,.bdce-recent-activity-card h3{overflow-wrap:anywhere;word-break:break-word}
.bdce-recent-activity-item,.bdce-achievement-item{overflow:hidden}

.bdce-study-hero .bdce-card-kicker{margin-bottom:10px}
.bdce-study-grid{grid-template-columns:minmax(300px,340px) minmax(0,1fr)}
.bdce-study-outline-card{align-self:start}
.bdce-study-primary-card .bdce-card-body{display:grid;gap:20px}
.bdce-study-primary-card .bdce-learning-lesson-head{margin-bottom:0}
.bdce-study-primary-card h2{font-size:clamp(28px,3vw,40px);overflow-wrap:anywhere;word-break:break-word}
.bdce-learning-outline{margin-top:16px}
.bdce-outline-lesson-title{overflow-wrap:anywhere;word-break:break-word}
.bdce-learning-content,.bdce-rich-text,.bdce-discussion-body{overflow-wrap:anywhere;word-break:break-word}
.bdce-video-frame{width:100%}
.bdce-video-frame iframe{aspect-ratio:16/9;height:auto;min-height:420px}

.bdce-study-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
.bdce-study-tool-col:empty{display:none}
.bdce-study-tools-grid.is-single{grid-template-columns:1fr}
.bdce-study-tool-col .bdce-card-body{display:grid;gap:14px}
.bdce-study-tool-col textarea,.bdce-discussion-form textarea,.bdce-note-form textarea{width:100%;max-width:100%;resize:vertical}
.bdce-resource-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.bdce-resource-item span{min-width:0;overflow-wrap:anywhere;word-break:break-word}
.bdce-discussion-list{gap:16px}
.bdce-discussion-head{align-items:flex-start}
.bdce-discussion-head strong,.bdce-discussion-head span{overflow-wrap:anywhere;word-break:break-word}

.bdce-auth-grid{align-items:stretch}
.bdce-auth-card .bdce-card-body{display:grid;gap:14px}
.bdce-auth-benefits .bdce-card-body{display:grid;gap:12px}
.bdce-auth-benefits h3{font-size:clamp(32px,4vw,54px);line-height:1.02;letter-spacing:-.04em;max-width:12ch}
.bdce-feature-list li{overflow-wrap:anywhere}

@media (max-width:1400px){
  .bdce-dashboard-main-grid{grid-template-columns:1fr}
  .bdce-dashboard-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:1180px){
  .bdce-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bdce-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}
}
@media (max-width:900px){
  .bdce-stat-grid{grid-template-columns:1fr 1fr}
  .bdce-dashboard-secondary{grid-template-columns:1fr}
  .bdce-study-grid{grid-template-columns:1fr}
  .bdce-video-frame iframe{min-height:320px}
}
@media (max-width:767px){
  .bdce-stat-grid{grid-template-columns:1fr}
  .bdce-dashboard-grid{grid-template-columns:1fr}
  .bdce-dashboard-card h3{font-size:26px}
  .bdce-dashboard-thumb img{height:200px}
  .bdce-auth-benefits h3{max-width:none;font-size:40px}
  .bdce-study-tools-grid{grid-template-columns:1fr}
  .bdce-video-frame iframe{min-height:220px}
}
