/* Exact Resource Dashboard design adaptation for the Operations Manual theme. */
body.tebom-rad-exact {
  --pte-rad-navy:#071a36;
  --pte-rad-blue:#4096f6;
  --pte-rad-sky:#32c7ff;
  --pte-rad-green:#24b99d;
  --pte-rad-gold:#ffb650;
  --pte-rad-red:#f43f6c;
  --pte-rad-page:#eaf2fb;
  --pte-rad-text:#102238;
  --pte-rad-muted:#52637a;
  --pte-rad-line:#d7e0eb;
  --pte-rad-shadow:0 16px 38px rgba(26,43,66,.08);
  margin:0;
  color:var(--pte-rad-text);
  background:linear-gradient(180deg,#f8fbff 0%,var(--pte-rad-page) 100%);
  font-family:Raleway,Inter,Arial,Helvetica,sans-serif;
}
body.tebom-rad-exact:before{display:none!important}
body.tebom-rad-exact #root{min-height:100vh;background:linear-gradient(180deg,#f8fbff 0%,var(--pte-rad-page) 100%)}
body.tebom-rad-exact #root>.min-h-screen.lg\:flex{
  min-height:100vh!important;
  display:grid!important;
  grid-template-columns:324px minmax(0,1fr)!important;
  grid-template-rows:72px minmax(calc(100vh - 72px),auto)!important;
  background:linear-gradient(180deg,#f8fbff 0%,var(--pte-rad-page) 100%)!important;
}
body.tebom-rad-exact #root>.min-h-screen.lg\:flex>.flex-1{display:contents!important}

/* Exact 72px full-width header */
body.tebom-rad-exact #root header.pte-rad-top{
  grid-column:1/-1;
  grid-row:1;
  position:sticky!important;
  top:0!important;
  z-index:90!important;
  min-height:72px!important;
  height:72px!important;
  display:flex!important;
  align-items:center!important;
  gap:0!important;
  padding:0!important;
  border:0!important;
  color:#fff!important;
  background:linear-gradient(135deg,#071a36 0%,#0b2a55 58%,#0e3d78 100%)!important;
  box-shadow:0 2px 10px rgba(20,36,58,.18)!important;
  backdrop-filter:none!important;
}
body.tebom-rad-exact .pte-rad-brand{
  width:324px;
  min-width:324px;
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  padding:0 18px;
  border:0;
  border-right:1px solid rgba(255,255,255,.12);
  background:transparent;
  cursor:pointer;
}
body.tebom-rad-exact .pte-rad-logo{display:block;width:238px;max-width:100%;height:auto;filter:drop-shadow(0 10px 18px rgba(0,0,0,.36))}
body.tebom-rad-exact .pte-rad-nav{display:flex;align-items:center;gap:18px;flex:1;padding:0 18px}
body.tebom-rad-exact .pte-rad-nav button{
  min-height:72px;
  padding:0;
  border:0;
  border-radius:0!important;
  background:transparent!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:850!important;
  white-space:nowrap;
  cursor:pointer;
  box-shadow:none!important;
}
body.tebom-rad-exact .pte-rad-nav button:hover{color:#7ce7ff!important}
body.tebom-rad-exact .tebom-rad-top-actions{min-height:72px!important;display:flex!important;align-items:center!important;gap:0!important;margin-left:auto!important}
body.tebom-rad-exact .tebom-rad-top-actions>span{
  min-height:72px;
  display:flex;
  align-items:center;
  padding:0 18px;
  border-left:1px solid rgba(255,255,255,.15);
  color:#fff;
  background:linear-gradient(180deg,#38bdf8,#0ea5e9);
  font-size:12px;
  font-weight:850;
  white-space:nowrap;
}
body.tebom-rad-exact .tebom-rad-top-actions>span:nth-child(2){background:linear-gradient(180deg,#2a7dd4,#1456b8)}
body.tebom-rad-exact .tebom-rad-top-actions>.hidden.text-right,
body.tebom-rad-exact .tebom-rad-top-actions>.tebom-dashboard-home,
body.tebom-rad-exact .tebom-rad-top-actions>.tebom-force-refresh{display:none!important}
body.tebom-rad-exact .tebom-rad-top-actions>.tebom-logout-strong{
  min-height:72px!important;
  height:72px!important;
  margin:0!important;
  padding:0 18px!important;
  border:0!important;
  border-left:1px solid rgba(255,255,255,.15)!important;
  border-radius:0!important;
  background:linear-gradient(180deg,#ff5277,#f23d68)!important;
  color:#fff!important;
  box-shadow:none!important;
  font-size:12px!important;
  font-weight:900!important;
}
body.tebom-rad-exact #root header>button.lg\:hidden{display:none!important}
body.tebom-rad-exact .tebom-rad-search{
  position:fixed!important;
  z-index:120!important;
  top:82px!important;
  left:350px!important;
  right:300px!important;
  max-width:none!important;
  display:none!important;
  padding:12px!important;
  border:1px solid #b9c9da!important;
  border-radius:10px!important;
  background:#fff!important;
  box-shadow:0 22px 60px rgba(6,22,52,.24)!important;
}
body.tebom-rad-exact .tebom-rad-search.is-open{display:block!important}
body.tebom-rad-exact .tebom-rad-search input{min-height:48px!important;padding-right:48px!important;border-color:#b9c9da!important;border-radius:7px!important;background:#f8fbff!important;color:#102238!important}
body.tebom-rad-exact .tebom-search-close{position:absolute;right:20px;top:18px;width:34px;height:34px;border:0;border-radius:7px;background:#071a36;color:#fff;font-size:24px;line-height:1;cursor:pointer}

/* Exact light 324px sidebar */
body.tebom-rad-exact #root aside.pte-rad-sidebar{
  grid-column:1;
  grid-row:2;
  width:324px!important;
  display:block!important;
  position:sticky!important;
  top:72px!important;
  z-index:40!important;
  height:calc(100vh - 72px)!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,#f8fafc 0%,#eef3f8 52%,#e4ebf3 100%)!important;
  border-right:1px solid #c9d3df!important;
  box-shadow:10px 0 28px rgba(37,48,68,.14)!important;
}
body.tebom-rad-exact #root aside.pte-rad-sidebar>.pte-rad-side-section{
  height:100%!important;
  max-height:none!important;
  padding:10px 6px 8px!important;
  overflow:hidden!important;
  color:#102238!important;
  background:transparent!important;
  box-shadow:none!important;
}
body.tebom-rad-exact #root aside>.pte-rad-side-section>div:first-child{display:none!important}
body.tebom-rad-exact .tebom-rad-side-head{display:block!important}
body.tebom-rad-exact .pte-rad-side-title{
  margin:8px 0 7px!important;
  padding:8px 12px!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:950!important;
  letter-spacing:.04em!important;
  text-transform:uppercase!important;
  background:linear-gradient(180deg,#4096f6,#2776d4)!important;
  border-top:1px solid rgba(255,255,255,.35)!important;
  border-bottom:1px solid #1857a5!important;
  border-radius:0!important;
  box-shadow:0 2px 8px rgba(24,87,165,.18)!important;
}
body.tebom-rad-exact .pte-rad-category-note{
  margin:0 4px 9px!important;
  padding:9px 10px!important;
  border-radius:7px!important;
  background:#eaf6ff!important;
  border:1px solid #bfdbfe!important;
  color:#18446f!important;
  font-size:11px!important;
  font-weight:900!important;
  text-transform:uppercase!important;
  letter-spacing:.04em!important;
}
body.tebom-rad-exact .tebom-rad-progress{
  margin:0 4px 9px!important;
  padding:9px 10px!important;
  border:1px solid #c7d7e8!important;
  border-radius:7px!important;
  background:#fff!important;
  color:#52637a!important;
}
body.tebom-rad-exact .tebom-rad-progress .text-slate-400{color:#52637a!important}
body.tebom-rad-exact .tebom-rad-progress .text-sky-300{color:#1456b8!important}
body.tebom-rad-exact .tebom-rad-progress .bg-white\/10{background:#dbe8f5!important}
body.tebom-rad-exact .tebom-rad-progress .from-sky-400{background:linear-gradient(90deg,#4096f6,#32c7ff)!important}
body.tebom-rad-exact .pte-rad-category-scroll{
  height:calc(100vh - 236px)!important;
  overflow-y:auto!important;
  display:block!important;
  padding:0 4px 14px 0!important;
  scrollbar-width:thin;
  scrollbar-color:#8fb4dc #e4ebf3;
}
body.tebom-rad-exact .pte-rad-category-scroll::-webkit-scrollbar{width:8px}
body.tebom-rad-exact .pte-rad-category-scroll::-webkit-scrollbar-track{background:#e4ebf3;border-radius:999px}
body.tebom-rad-exact .pte-rad-category-scroll::-webkit-scrollbar-thumb{background:#8fb4dc;border-radius:999px}
body.tebom-rad-exact .tebom-rad-module-group{margin:0!important}
body.tebom-rad-exact .pte-rad-side-link{
  min-height:38px!important;
  width:100%!important;
  margin:4px 0!important;
  padding:7px 9px!important;
  position:relative!important;
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr) auto auto!important;
  align-items:center!important;
  gap:8px!important;
  color:#102238!important;
  border:1px solid #bfc8d4!important;
  border-radius:5px!important;
  text-decoration:none!important;
  font-weight:850!important;
  font-size:11px!important;
  background:linear-gradient(180deg,#fff 0%,#f6f8fb 45%,#e4e9f0 100%)!important;
  box-shadow:inset 0 1px 0 #fff,0 2px 5px rgba(33,43,58,.16)!important;
  transform:none!important;
}
body.tebom-rad-exact .pte-rad-side-link:hover,
body.tebom-rad-exact .pte-rad-side-link.is-active{
  color:#fff!important;
  border-color:#7dd3fc!important;
  background:linear-gradient(180deg,#38bdf8,#0ea5e9)!important;
  box-shadow:0 8px 22px rgba(14,165,233,.26)!important;
}
body.tebom-rad-exact .pte-rad-side-link .pte-rad-idx{
  width:22px!important;height:22px!important;display:grid!important;place-items:center!important;flex:0 0 22px!important;
  border:0!important;border-radius:7px!important;background:rgba(64,150,246,.12)!important;color:#1b5ca7!important;font-size:9px!important;font-weight:950!important
}
body.tebom-rad-exact .pte-rad-side-link.is-active .pte-rad-idx{background:rgba(255,255,255,.22)!important;color:#fff!important}
body.tebom-rad-exact .pte-rad-side-link>span.flex-1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit!important;font-size:11px!important;font-weight:850!important}
body.tebom-rad-exact .pte-rad-side-link>span.text-\[10px\]{color:#52637a!important;font-size:9px!important}
body.tebom-rad-exact .pte-rad-side-link.is-active>span.text-\[10px\]{color:#fff!important}
body.tebom-rad-exact .pte-rad-side-link svg:last-child{width:13px!important;color:#52637a!important}
body.tebom-rad-exact .pte-rad-side-link.is-active svg:last-child{color:#fff!important}
body.tebom-rad-exact .tebom-rad-lesson-list{display:none!important}

/* Workspace and exact dashboard geometry */
body.tebom-rad-exact #root main.pte-rad-main{
  grid-column:2;
  grid-row:2;
  min-width:0!important;
  padding:24px 28px 0!important;
  background:linear-gradient(180deg,#f8fbff 0%,var(--pte-rad-page) 100%)!important;
}
body.tebom-rad-exact .tebom-rad-dashboard-root{width:100%!important;max-width:none!important;margin:0!important}
body.tebom-rad-exact .pte-rad-hero{
  position:relative;
  overflow:hidden;
  margin-bottom:16px;
  padding:15px 20px 16px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:18px;
  align-items:center;
  border:1px solid rgba(125,211,252,.34);
  border-radius:12px!important;
  color:#fff;
  background:linear-gradient(135deg,rgba(5,19,43,.98) 0%,rgba(8,46,91,.98) 54%,rgba(10,121,182,.98) 100%)!important;
  box-shadow:0 18px 44px rgba(10,45,95,.20),inset 0 1px 0 rgba(255,255,255,.18)!important;
}
body.tebom-rad-exact .pte-rad-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 9% 12%,rgba(50,199,255,.36),transparent 24%),linear-gradient(90deg,rgba(255,255,255,.07) 0 1px,transparent 1px 100%),linear-gradient(0deg,rgba(255,255,255,.045) 0 1px,transparent 1px 100%);background-size:auto,44px 44px,44px 44px;pointer-events:none}
body.tebom-rad-exact .pte-rad-hero:after{content:"";position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,#38bdf8,#24b99d,#ffb650,#38bdf8);box-shadow:0 -10px 28px rgba(56,189,248,.28);pointer-events:none}
body.tebom-rad-exact .pte-rad-hero-content,body.tebom-rad-exact .pte-rad-hero-actions{position:relative;z-index:1}
body.tebom-rad-exact .pte-rad-hero-content{padding-left:13px;border-left:4px solid #38bdf8}
body.tebom-rad-exact .pte-rad-hero-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:7px;padding:4px 9px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);color:#7ce7ff;font-size:9px;font-weight:950;letter-spacing:.16em;text-transform:uppercase}
body.tebom-rad-exact .pte-rad-hero-kicker:before{content:"";width:6px;height:6px;border-radius:50%;background:#24b99d;box-shadow:0 0 12px #24b99d}
body.tebom-rad-exact .pte-rad-hero h1{max-width:850px;margin:0;color:#fff!important;font-family:Raleway,Inter,sans-serif!important;font-size:25px!important;line-height:1.08!important;letter-spacing:.01em!important;text-shadow:0 8px 24px rgba(0,0,0,.26)}
body.tebom-rad-exact .pte-rad-hero p{max-width:850px;margin:6px 0 0;color:rgba(255,255,255,.82)!important;font-size:13px!important;line-height:1.45!important;font-weight:750}
body.tebom-rad-exact .pte-rad-hero-actions{min-width:330px;display:flex;gap:10px;justify-content:flex-end}
body.tebom-rad-exact .pte-rad-btn{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 15px;border-radius:8px!important;text-decoration:none;text-transform:uppercase;font-size:10px;font-weight:950;border:1px solid transparent;cursor:pointer;box-shadow:0 12px 28px rgba(0,0,0,.16)}
body.tebom-rad-exact .pte-rad-btn-primary{background:linear-gradient(180deg,#7dd3fc,#38bdf8)!important;color:#03172d!important;border-color:rgba(255,255,255,.2)!important}
body.tebom-rad-exact .pte-rad-btn-secondary{background:rgba(255,255,255,.10)!important;color:#fff!important;border-color:rgba(255,255,255,.24)!important}

body.tebom-rad-exact .pte-rad-kpis{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;margin:0 0 22px!important}
body.tebom-rad-exact .pte-rad-kpi{min-height:126px!important;padding:22px 24px!important;border:0!important;border-radius:8px!important;color:#fff!important;box-shadow:0 18px 38px rgba(23,38,64,.16)!important;background-image:none!important}
body.tebom-rad-exact .pte-rad-kpi:before,body.tebom-rad-exact .pte-rad-kpi:after{display:none!important}
body.tebom-rad-exact .pte-rad-kpi span,body.tebom-rad-exact .pte-rad-kpi em{display:block;color:#fff!important;font-style:normal!important;font-weight:850!important}
body.tebom-rad-exact .pte-rad-kpi span{font-size:14px!important;letter-spacing:0!important;text-transform:none!important}
body.tebom-rad-exact .pte-rad-kpi strong{display:block;margin:20px 0 12px!important;text-align:right;color:#fff!important;font-size:30px!important;line-height:1!important}
body.tebom-rad-exact .pte-rad-kpi em{font-size:12px!important;opacity:.94}
body.tebom-rad-exact .pte-rad-blue{background:linear-gradient(135deg,#4096f6,#3385e8)!important}
body.tebom-rad-exact .pte-rad-green{background:linear-gradient(135deg,#31cdb5,#23b29d)!important}
body.tebom-rad-exact .pte-rad-gold{background:linear-gradient(135deg,#ffbd5b,#f5a83a)!important}
body.tebom-rad-exact .pte-rad-red{background:linear-gradient(135deg,#ff5277,#f23d68)!important}
body.tebom-rad-exact .tebom-rad-kpi-hidden{display:none!important}
body.tebom-rad-exact .tebom-stat-bar{height:5px!important;margin:10px 0!important;background:rgba(255,255,255,.25)!important}
body.tebom-rad-exact .tebom-stat-bar i{background:#fff!important}

body.tebom-rad-exact .pte-rad-panel{border:1px solid var(--pte-rad-line)!important;border-radius:8px!important;background:#fff!important;box-shadow:var(--pte-rad-shadow)!important;overflow:hidden!important;margin-bottom:22px!important}
body.tebom-rad-exact .pte-rad-section-strip{padding:15px 18px;border-bottom:1px solid #e6edf5;background:linear-gradient(180deg,#fff,#f4f8fd);color:#18314d;font-size:13px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}
body.tebom-rad-exact .pte-rad-resource-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important;padding:18px!important}
body.tebom-rad-exact .pte-rad-resource-grid>.pte-rad-card{min-width:0!important}

/* Exact resource cards */
body.tebom-rad-exact .pte-rad-card{min-height:380px!important;padding:16px 18px 19px!important;border-radius:12px!important;box-shadow:0 18px 34px rgba(20,36,58,.18)!important}
body.tebom-rad-exact .pte-rad-card:hover{transform:translateY(-3px)!important;box-shadow:0 26px 54px rgba(20,36,58,.26)!important}
body.tebom-rad-exact .pte-rad-card h2{min-height:42px!important;margin:0 0 9px!important;font-size:15px!important;line-height:1.12!important}
body.tebom-rad-exact .pte-rad-card p{font-size:11px!important;line-height:1.45!important}
body.tebom-rad-exact .pte-rad-art{height:102px!important;margin:-2px 0 14px!important;border-radius:10px!important}
body.tebom-rad-exact .pte-rad-credential{margin-top:auto!important;border-radius:7px!important}
body.tebom-rad-exact .pte-rad-url{border-radius:999px!important;font-size:9px!important}

/* Activity, summary tables and exact closing CTA */
body.tebom-rad-exact .tebom-activity-panel{margin:0 0 22px!important;padding:18px!important;border:1px solid var(--pte-rad-line)!important;border-radius:8px!important;background:#fff!important;box-shadow:var(--pte-rad-shadow)!important}
body.tebom-rad-exact .tebom-activity-head h2{font-family:Raleway,Inter,sans-serif!important;color:#102238!important;font-size:20px!important}
body.tebom-rad-exact .tebom-dashboard-home-inline{border-radius:8px!important;background:#071a36!important}
body.tebom-rad-exact .pte-rad-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0 0 22px}
body.tebom-rad-exact .pte-rad-info-grid .pte-rad-panel{margin:0!important}
body.tebom-rad-exact .pte-rad-pad{padding:18px!important}
body.tebom-rad-exact .pte-rad-panel-title{margin:0 0 12px;padding:0 0 10px;border-bottom:1px solid #dfe7f1;color:#18314d;font-size:13px;font-weight:950;text-transform:uppercase}
body.tebom-rad-exact .pte-rad-table{width:100%;border-collapse:collapse;font-size:11px}
body.tebom-rad-exact .pte-rad-table td{padding:9px 0;border-bottom:1px solid #edf1f6;color:#52637a}
body.tebom-rad-exact .pte-rad-table tr:last-child td{border-bottom:0}
body.tebom-rad-exact .pte-rad-table .pte-rad-value{text-align:right;color:#102238;font-weight:900}
body.tebom-rad-exact .pte-rad-footer{margin:0 -28px;padding:22px 28px 0;border-top:1px solid #d8e1eb;background:linear-gradient(180deg,#eef4fa,#f8fbff)}
body.tebom-rad-exact .pte-rad-footer-shell{max-width:none;margin:0 auto}
body.tebom-rad-exact .pte-rad-cta{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:28px 32px;border-radius:12px;color:#fff;background:linear-gradient(135deg,#071a36,#0b4f85 62%,#0ea5e9);box-shadow:0 18px 42px rgba(12,55,103,.2)}
body.tebom-rad-exact .pte-rad-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 10%,rgba(50,199,255,.25),transparent 26%),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(0deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:auto,44px 44px,44px 44px;pointer-events:none}
body.tebom-rad-exact .pte-rad-cta>div{position:relative;z-index:1}
body.tebom-rad-exact .pte-rad-cta span{color:#7ce7ff;font-size:9px;font-weight:950;letter-spacing:.15em;text-transform:uppercase}
body.tebom-rad-exact .pte-rad-cta h2{margin:7px 0;color:#fff!important;font-size:25px!important}
body.tebom-rad-exact .pte-rad-cta p{max-width:850px;margin:0;color:rgba(255,255,255,.82)!important;font-size:12px!important;line-height:1.55!important}
body.tebom-rad-exact .pte-rad-cta-actions{display:flex;gap:10px}
body.tebom-rad-exact .pte-rad-bottom{min-height:58px;display:flex;align-items:center;justify-content:space-between;color:#52637a;font-size:10px}

/* Reader uses the same shell, hero, panels and light navigation language. */
body.tebom-rad-exact .tebom-rad-reader-main{padding-bottom:24px!important}
body.tebom-rad-exact .tebom-rad-reader-hero{margin-bottom:16px!important}
body.tebom-rad-exact .tebom-rad-reader-panel{max-width:900px!important;margin:0!important;padding:0!important;border-radius:8px!important;background:#fff!important;box-shadow:var(--pte-rad-shadow)!important}
body.tebom-rad-exact .tebom-rad-reader-panel article{max-width:none!important;padding:34px 38px!important}
body.tebom-rad-exact .tebom-rad-article h1{color:#071a36!important;font-family:Raleway,Inter,sans-serif!important;font-size:38px!important;line-height:1.04!important}
body.tebom-rad-exact .tebom-rad-article p,body.tebom-rad-exact .tebom-rad-article li{color:#2b3d55!important;font-size:16px!important;line-height:1.7!important}
body.tebom-rad-exact .tebom-rad-article>div:first-child{color:#1456b8!important;font-size:11px!important}
body.tebom-rad-exact .tebom-rad-article button{border-radius:7px!important}
body.tebom-rad-exact .tebom-next-lesson{border-radius:8px!important;background:linear-gradient(135deg,#071a36,#0b4f85 62%,#0ea5e9)!important}
body.tebom-rad-exact .tebom-floating-lessons.tebom-rad-reader-nav{
  top:96px!important;
  right:24px!important;
  width:310px!important;
  border:1px solid #c9d3df!important;
  border-radius:8px!important;
  background:#fff!important;
  box-shadow:0 18px 42px rgba(26,43,66,.18)!important;
}
body.tebom-rad-exact .tebom-floating-head{padding:13px 15px!important;background:linear-gradient(180deg,#4096f6,#2776d4)!important}
body.tebom-rad-exact .tebom-floating-head h3{font-family:Raleway,Inter,sans-serif!important;font-size:22px!important}
body.tebom-rad-exact .tebom-floating-list{padding:8px!important;background:linear-gradient(180deg,#f8fafc,#eaf2fb)!important}
body.tebom-rad-exact .tebom-lesson-jump{margin:0 0 5px!important;padding:8px!important;border-color:#bfc8d4!important;border-radius:5px!important;box-shadow:0 2px 5px rgba(33,43,58,.10)!important}
body.tebom-rad-exact .tebom-lesson-jump.is-now-reading{border-color:#f43f6c!important;background:#fff7f9!important;box-shadow:inset 4px 0 #f43f6c,0 5px 14px rgba(244,63,108,.12)!important}

/* Public entry inherits the same institutional palette. */
body.tebom-rad-exact:not(.tebom-rad-dashboard-view):not(.tebom-rad-reader-view) #root>.min-h-screen{background:linear-gradient(180deg,#f8fbff 0%,#eaf2fb 100%)!important}

@media (min-width:1480px){body.tebom-rad-exact.tebom-rad-reader-view #root main{padding-right:370px!important}}
@media (max-width:1500px){body.tebom-rad-exact .pte-rad-resource-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media (max-width:1180px){
  body.tebom-rad-exact #root>.min-h-screen.lg\:flex{grid-template-columns:280px minmax(0,1fr)!important}
  body.tebom-rad-exact .pte-rad-brand{width:280px;min-width:280px}
  body.tebom-rad-exact #root aside.pte-rad-sidebar{width:280px!important}
  body.tebom-rad-exact .pte-rad-nav{gap:11px;padding:0 12px}
  body.tebom-rad-exact .pte-rad-nav button{font-size:12px!important}
  body.tebom-rad-exact .pte-rad-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.tebom-rad-exact .pte-rad-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.tebom-rad-exact .pte-rad-kpis{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.tebom-rad-exact .tebom-rad-top-actions>span{display:none}
}
@media (max-width:900px){
  body.tebom-rad-exact #root>.min-h-screen.lg\:flex{display:block!important}
  body.tebom-rad-exact #root>.min-h-screen.lg\:flex>.flex-1{display:block!important}
  body.tebom-rad-exact #root header.pte-rad-top{position:sticky!important;display:grid!important;grid-template-columns:56px 1fr auto!important;height:64px!important;min-height:64px!important}
  body.tebom-rad-exact #root header>button.lg\:hidden{display:grid!important;grid-column:1;grid-row:1;width:56px;height:64px;place-items:center;color:#fff!important}
  body.tebom-rad-exact .pte-rad-brand{grid-column:2;grid-row:1;width:auto;min-width:0;min-height:64px;padding:0 8px;border:0}
  body.tebom-rad-exact .pte-rad-logo{width:190px}
  body.tebom-rad-exact .pte-rad-nav{display:none}
  body.tebom-rad-exact .tebom-rad-top-actions{grid-column:3;grid-row:1;min-height:64px!important}
  body.tebom-rad-exact .tebom-rad-top-actions>.tebom-logout-strong{height:64px!important;min-height:64px!important;padding:0 12px!important;font-size:0!important}
  body.tebom-rad-exact .tebom-rad-top-actions>.tebom-logout-strong svg{width:18px!important}
  body.tebom-rad-exact #root aside.pte-rad-sidebar{position:fixed!important;top:64px!important;left:0!important;z-index:100!important;width:min(324px,90vw)!important;height:calc(100vh - 64px)!important;transform:translateX(-110%);transition:transform .22s ease}
  body.tebom-rad-exact #root aside.pte-rad-sidebar:not(.hidden){transform:translateX(0)}
  body.tebom-rad-exact #root main.pte-rad-main{padding:16px 14px 0!important}
  body.tebom-rad-exact .pte-rad-hero{grid-template-columns:1fr;padding:16px}
  body.tebom-rad-exact .pte-rad-hero-actions{min-width:0;justify-content:flex-start;flex-wrap:wrap}
  body.tebom-rad-exact .pte-rad-resource-grid{grid-template-columns:1fr!important}
  body.tebom-rad-exact .pte-rad-kpis{grid-template-columns:1fr!important;gap:12px!important}
  body.tebom-rad-exact .pte-rad-info-grid{grid-template-columns:1fr}
  body.tebom-rad-exact .pte-rad-cta{grid-template-columns:1fr;padding:22px}
  body.tebom-rad-exact .pte-rad-footer{margin:0 -14px;padding:16px 14px 0}
  body.tebom-rad-exact .tebom-rad-search{left:14px!important;right:14px!important;top:74px!important}
  body.tebom-rad-exact .tebom-rad-reader-panel article{padding:25px 22px!important}
  body.tebom-rad-exact .tebom-rad-article h1{font-size:30px!important}
}
@media (max-width:520px){
  body.tebom-rad-exact .pte-rad-logo{width:165px}
  body.tebom-rad-exact .pte-rad-hero h1{font-size:22px!important}
  body.tebom-rad-exact .pte-rad-kpi{min-height:104px!important;padding:18px!important}
  body.tebom-rad-exact .pte-rad-kpi strong{margin:13px 0 8px!important}
  body.tebom-rad-exact .pte-rad-resource-grid{padding:12px!important}
  body.tebom-rad-exact .pte-rad-bottom{align-items:flex-start;flex-direction:column;justify-content:center;gap:4px}
}
body.tebom-rad-exact .pte-rad-info-grid .pte-rad-panel-title{font-family:Raleway,Inter,sans-serif!important;font-size:13px!important;line-height:1.2!important;color:#18314d!important}
body.tebom-rad-exact .pte-rad-info-grid .pte-rad-table td{font-size:10px!important;line-height:1.35!important;overflow-wrap:anywhere}
body.tebom-rad-exact .pte-rad-info-grid .pte-rad-value{font-size:10px!important;white-space:normal!important}
body.tebom-rad-exact .tebom-rad-reader-hero{background:linear-gradient(135deg,rgba(5,19,43,.98) 0%,rgba(8,46,91,.98) 54%,rgba(10,121,182,.98) 100%)!important;color:#fff!important}
