:root{
  --academy-bg:#f7f9fc;
  --academy-surface:#ffffff;
  --academy-soft:#f4f7fb;
  --academy-line:#dfe6f0;
  --academy-line-2:#e9eef5;
  --academy-text:#17213b;
  --academy-muted:#66748a;
  --academy-gold:#f2b705;
  --academy-gold-2:#bd7d00;
  --academy-blue:#11a8e8;
  --academy-green:#22c55e;
  --academy-purple:#9d4edd;
  --academy-shadow:0 18px 44px rgba(24,35,58,.08);
  --academy-shadow-soft:0 10px 28px rgba(24,35,58,.06);
}
*{box-sizing:border-box}
html{background:var(--academy-bg)}
body.academy-page{
  margin:0;
  background:linear-gradient(180deg,#fbfcff 0%,#f5f7fb 100%)!important;
  color:var(--academy-text);
  font-family:ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
body.academy-page #topbarMount{padding-top:12px}
.academy-shell{max-width:1440px;margin:0 auto;padding:18px 18px 58px}
body.ara-athlete-shell-ready .academy-shell{max-width:none}
.academy-home-grid{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:16px;align-items:start}
.academy-main-col,.academy-side-col{display:grid;gap:16px}
.academy-panel,.academy-card,.academy-hero-main{
  border:1px solid var(--academy-line);
  background:rgba(255,255,255,.92);
  border-radius:8px;
  box-shadow:var(--academy-shadow-soft);
}
.academy-hero-main{
  min-height:338px;
  padding:34px 40px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:22px;
  align-items:center;
  overflow:hidden;
  position:relative;
}
.academy-kicker{
  color:#b97800;
  font-size:13px;
  font-weight:1000;
  text-transform:uppercase;
  letter-spacing:.12em;
}
.academy-title{
  max-width:760px;
  font-size:clamp(36px,4.2vw,58px);
  line-height:1.05;
  margin:16px 0 14px;
  font-weight:1000;
  color:#17213b;
  letter-spacing:0;
}
.academy-sub{max-width:650px;color:var(--academy-muted);font-size:16px;line-height:1.55;margin:0}
.academy-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:22px}
.academy-btn{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid rgba(190,125,0,.32);
  border-radius:8px;
  background:linear-gradient(180deg,#ffc935,#f2b705);
  color:#171203;
  text-decoration:none;
  font-weight:1000;
  padding:10px 18px;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(242,183,5,.18);
}
.academy-btn.secondary{
  background:#fff;
  color:#111827;
  border-color:#cfd8e6;
  box-shadow:none;
}
.academy-btn.danger{background:#fff0f0;color:#b42318;border-color:#ffc9c5}
.academy-btn:disabled{opacity:.55;cursor:not-allowed}
.academy-hero-art{height:260px;position:relative;display:grid;place-items:center}
.academy-a-mark{
  width:132px;height:132px;border-radius:50%;
  display:grid;place-items:center;
  color:#d69200;font-size:86px;font-weight:1000;font-style:italic;
  background:radial-gradient(circle,#fff9e8 0%,#fff 68%);
  box-shadow:0 0 0 1px rgba(242,183,5,.12),0 20px 50px rgba(242,183,5,.10);
}
.academy-orbit{position:absolute;border:1.5px solid rgba(242,183,5,.62);border-radius:50%;transform:rotate(-28deg)}
.orbit-one{width:300px;height:124px}
.orbit-two{width:250px;height:96px;opacity:.58}
.orbit-three{width:210px;height:250px;opacity:.42}
.academy-float{
  position:absolute;width:70px;height:70px;border-radius:50%;
  display:grid;place-items:center;background:#fff;border:1px solid var(--academy-line-2);
  box-shadow:0 14px 30px rgba(24,35,58,.10);
  font-size:27px;
}
.academy-float.cap{top:24px;left:30px;color:#bc7b00}
.academy-float.mic{left:-8px;top:132px;color:#0f8fd0;width:56px;height:56px;font-size:23px}
.academy-float.medal{left:58px;bottom:8px;color:#1768d8;width:64px;height:64px}
.academy-spark{position:absolute;color:#f2b705;font-size:18px;font-weight:1000}
.academy-spark.s1{right:26px;top:46px}.academy-spark.s2{right:52px;bottom:48px}.academy-spark.s3{left:18px;top:70px}
.academy-panel{padding:24px}
.academy-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.academy-panel h2,.academy-panel h3{margin:0;color:var(--academy-text);letter-spacing:0}
.academy-panel h2{font-size:26px;line-height:1.1}
.academy-panel p{color:var(--academy-muted);line-height:1.45;margin:7px 0 0}
.academy-panel-link{color:#bd7d00;text-decoration:none;font-weight:950;white-space:nowrap;margin-top:4px}
.academy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.academy-card{padding:16px;display:flex;flex-direction:column;gap:14px;min-height:258px}
.academy-card-top{display:grid;grid-template-columns:60px minmax(0,1fr);gap:14px;align-items:start}
.academy-icon{
  width:58px;height:58px;border-radius:8px;display:grid;place-items:center;
  background:linear-gradient(135deg,#d8f6bb 0%,#8cebd9 58%,#7bd8ff 100%);
  color:#0f2844;font-weight:1000;font-size:20px;
}
.academy-card h3{font-size:19px;line-height:1.2;margin:0}
.academy-card p{margin:8px 0 0;color:var(--academy-muted);font-size:14px;line-height:1.5}
.academy-progress-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:10px;align-items:center;margin-top:auto}
.academy-progress-row strong{font-size:14px;color:#59657a;text-align:right}
.academy-progress{height:8px;border-radius:999px;background:#e7ebf1;overflow:hidden}
.academy-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--academy-green),var(--academy-blue))}
.academy-meta{display:flex;gap:8px;flex-wrap:wrap}
.academy-pill{
  display:inline-flex;align-items:center;justify-content:center;min-height:27px;
  padding:4px 10px;border-radius:999px;background:#f1f5f9;border:1px solid #e3e9f2;
  color:#435064;font-size:12px;font-weight:950;
}
.academy-card-cta{width:100%;color:#bd7d00!important;border-color:#f2b705!important;background:#fff!important}
.academy-mobile-stats{display:none}
.academy-stats-panel{display:grid;gap:0;padding:12px 20px}
.academy-stat{
  min-height:78px;display:grid;grid-template-columns:58px minmax(0,1fr) 18px;gap:14px;align-items:center;
  padding:12px 0;border-bottom:1px solid var(--academy-line-2);
}
.academy-stat:last-child{border-bottom:0}
.academy-stat-icon{
  width:54px;height:54px;border-radius:8px;display:grid;place-items:center;font-size:26px;
  background:#e9f6ff;color:#0f8fd0;
}
.academy-stat:nth-child(2) .academy-stat-icon{background:#f5e8ff;color:var(--academy-purple)}
.academy-stat:nth-child(3) .academy-stat-icon{background:#e7f9ee;color:var(--academy-green)}
.academy-stat:nth-child(4) .academy-stat-icon{background:#fff4cf;color:#d79500}
.academy-stat small{display:block;color:var(--academy-muted);font-size:14px}
.academy-stat b{display:block;font-size:26px;line-height:1.1;color:var(--academy-text);margin-top:3px}
.academy-stat i,.academy-feature-row i{font-style:normal;color:#7d889a;font-size:28px;line-height:1}
.academy-list{display:grid;gap:10px}
.academy-list-row{
  border:1px solid var(--academy-line);
  background:#fff;border-radius:8px;padding:14px;
  display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;
}
a.academy-list-row{color:inherit;text-decoration:none}
a.academy-list-row:hover{border-color:rgba(242,183,5,.55);box-shadow:0 12px 26px rgba(24,35,58,.08)}
a.academy-list-row:focus-visible{outline:3px solid rgba(242,183,5,.34);outline-offset:2px}
.academy-list-row b{display:block;color:#17213b;font-size:15px}
.academy-list-row small{display:block;color:var(--academy-muted);margin-top:4px;line-height:1.35}
.academy-feature-row{grid-template-columns:54px minmax(0,1fr) 18px}
a.academy-feature-row{cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
a.academy-feature-row:hover{transform:translateY(-1px)}
.academy-row-icon{
  width:46px;height:46px;border-radius:8px;display:grid;place-items:center;font-size:24px;background:#e7f9ee;
}
.academy-row-icon.badge{background:#fff4cf}.academy-row-icon.cert{background:#fff4cf}
.academy-muted-row{opacity:.74}
.academy-cert-row{grid-template-columns:58px minmax(0,1fr) auto}
.academy-badge-row{grid-template-columns:42px minmax(0,1fr) auto}
.academy-badge-glyph{font-size:25px;text-align:center}
.academy-empty,.academy-warning{
  border:1px solid rgba(242,183,5,.30);
  background:#fff9e6;border-radius:8px;padding:14px;color:#765100;line-height:1.45;
}
.academy-warning strong{display:block;color:#17213b;margin-bottom:4px}
.academy-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}
.academy-tab{border:1px solid var(--academy-line);background:#fff;color:var(--academy-text);border-radius:8px;padding:9px 12px;font-weight:850;cursor:pointer}
.academy-tab.active{border-color:rgba(242,183,5,.7);background:#fff4cf}
.academy-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.academy-form label{display:grid;gap:6px;color:var(--academy-muted);font-size:12px;font-weight:850}
.academy-form input,.academy-form textarea,.academy-form select,.academy-interaction input,.academy-interaction textarea{
  width:100%;border:1px solid var(--academy-line);border-radius:8px;background:#fff;color:var(--academy-text);padding:10px;font:inherit;
}
.academy-form textarea{min-height:86px;resize:vertical}.academy-form .wide{grid-column:1/-1}
.academy-form-one{grid-template-columns:1fr}.academy-builder-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;align-items:start}
.academy-builder-box,.academy-unit-card,.academy-path-unit,.academy-report-card{border:1px solid var(--academy-line);background:#fff;border-radius:8px;padding:14px}
.academy-report-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.academy-report-card small{display:block;color:var(--academy-muted);font-weight:850}.academy-report-card b{display:block;font-size:24px;margin-top:4px}
.academy-unit-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}
.academy-learning-path,.academy-path-nodes,.academy-lesson-list{display:grid;gap:10px;margin-top:12px}
.academy-path-node,.academy-lesson-row{
  display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:12px;align-items:center;
  border:1px solid var(--academy-line);background:#fff;border-radius:8px;padding:12px;
}
.academy-path-node.done{border-color:rgba(34,197,94,.34);background:#f0fdf4}
.academy-node-orb{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--academy-blue),var(--academy-gold));color:#061018;font-weight:1000;font-size:13px}
.academy-path-node.done .academy-node-orb{background:linear-gradient(135deg,var(--academy-green),#86efac)}
.academy-node-copy b{display:block}.academy-node-copy small{display:block;color:var(--academy-muted);margin-top:3px}.academy-node-copy p{margin:8px 0 0;color:#475569;font-size:13px}
.academy-inline-link{display:inline-flex;margin-top:8px;color:#0f8fd0;font-weight:850;text-decoration:none}
.academy-interaction{display:grid;gap:10px;margin-top:12px;border:1px solid rgba(17,168,232,.22);background:#eef9ff;border-radius:8px;padding:12px}
.academy-interaction fieldset{border:1px solid var(--academy-line);border-radius:8px;padding:10px;margin:0}.academy-interaction legend{font-weight:950;color:var(--academy-text);padding:0 4px}
.academy-choice{display:flex;align-items:center;gap:8px;color:#334155;font-size:13px}.academy-choice input{width:auto}
.academy-interaction-result{color:#0f8fd0;font-weight:850;min-height:20px}
.academy-certificate{max-width:980px;margin:18px auto;padding:34px;border:8px solid #d6a84f;background:#fff;color:#111827;box-shadow:0 24px 70px rgba(0,0,0,.16)}
.academy-certificate h1{margin:0;text-align:center;font-size:34px;letter-spacing:0}.academy-certificate p{text-align:center;color:#334155;line-height:1.5}
.academy-cert-name{font-size:28px;color:#111827}.academy-cert-legal{font-size:12px;word-break:break-word}
.academy-qr{width:150px;min-height:150px;border:1px solid #cbd5e1;display:grid;place-items:center;gap:6px;margin:18px auto;padding:8px;color:#64748b;font-size:12px;text-align:center;background:#fff}
.academy-qr img{display:block;width:128px;height:128px;object-fit:contain}.academy-qr small{max-width:132px;overflow-wrap:anywhere;color:#475569}
.academy-signatures{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;margin:28px auto 10px;max-width:680px;color:#111827}
.academy-signatures>div{border-top:1px solid #94a3b8;padding-top:8px;text-align:center;min-height:54px}
.academy-signatures b{display:block;color:#111827}.academy-signatures small{display:block;color:#64748b;margin-top:3px}
.academy-certificate-preview{transform:scale(.72);transform-origin:top center;margin:0 auto -80px;max-width:760px}

body[data-theme="dark"].academy-page{
  --academy-bg:#02070d;
  --academy-surface:#07111d;
  --academy-soft:#0d1826;
  --academy-line:rgba(148,163,184,.20);
  --academy-line-2:rgba(148,163,184,.14);
  --academy-text:#f7f9ff;
  --academy-muted:#b7c3d5;
  --academy-shadow:0 22px 60px rgba(0,0,0,.34);
  --academy-shadow-soft:0 14px 38px rgba(0,0,0,.26);
  background:
    radial-gradient(circle at 72% 44%,rgba(242,183,5,.12),transparent 22%),
    radial-gradient(circle at 22% 0,rgba(17,168,232,.12),transparent 30%),
    linear-gradient(180deg,#02070d 0%,#030912 100%)!important;
  color:var(--academy-text);
}
body[data-theme="dark"].academy-page .academy-panel,
body[data-theme="dark"].academy-page .academy-card,
body[data-theme="dark"].academy-page .academy-hero-main{
  border-color:var(--academy-line);
  background:
    linear-gradient(145deg,rgba(13,26,42,.92),rgba(5,11,19,.96)),
    #07111d;
  box-shadow:var(--academy-shadow-soft);
}
body[data-theme="dark"].academy-page .academy-hero-main{
  background:
    radial-gradient(circle at 84% 48%,rgba(242,183,5,.13),transparent 24%),
    radial-gradient(circle at 4% 0,rgba(17,168,232,.14),transparent 34%),
    linear-gradient(145deg,rgba(13,27,45,.94),rgba(4,10,18,.98));
}
body[data-theme="dark"].academy-page .academy-kicker,
body[data-theme="dark"].academy-page .academy-panel-link{color:#ffc400}
body[data-theme="dark"].academy-page .academy-title,
body[data-theme="dark"].academy-page .academy-panel h2,
body[data-theme="dark"].academy-page .academy-panel h3,
body[data-theme="dark"].academy-page .academy-card h3,
body[data-theme="dark"].academy-page .academy-list-row b{
  color:#f8fafc;
  text-shadow:0 2px 14px rgba(0,0,0,.26);
}
body[data-theme="dark"].academy-page .academy-sub,
body[data-theme="dark"].academy-page .academy-panel p,
body[data-theme="dark"].academy-page .academy-card p,
body[data-theme="dark"].academy-page .academy-list-row small,
body[data-theme="dark"].academy-page .academy-stat small,
body[data-theme="dark"].academy-page .academy-progress-row strong{
  color:#b7c3d5;
}
body[data-theme="dark"].academy-page .academy-btn{
  color:#090b10;
  border-color:rgba(255,209,65,.68);
  background:linear-gradient(180deg,#ffd54d,#f2b705);
  box-shadow:0 13px 28px rgba(242,183,5,.22);
}
body[data-theme="dark"].academy-page .academy-btn.secondary{
  color:#f8fafc!important;
  border-color:rgba(203,213,225,.30);
  background:rgba(2,8,15,.62)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
body[data-theme="dark"].academy-page .academy-card-cta{
  color:#ffc400!important;
  border-color:rgba(242,183,5,.82)!important;
  background:rgba(2,8,15,.64)!important;
  box-shadow:none;
}
body[data-theme="dark"].academy-page .academy-icon{
  color:#051322;
  box-shadow:0 10px 28px rgba(17,168,232,.14);
}
body[data-theme="dark"].academy-page .academy-progress{background:rgba(148,163,184,.18)}
body[data-theme="dark"].academy-page .academy-pill{
  color:#f8fafc;
  background:rgba(148,163,184,.12);
  border-color:rgba(148,163,184,.12);
  box-shadow:0 8px 16px rgba(0,0,0,.14);
}
body[data-theme="dark"].academy-page .academy-list-row{
  border-color:var(--academy-line-2);
  background:linear-gradient(145deg,rgba(17,30,48,.82),rgba(8,16,28,.88));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
body[data-theme="dark"].academy-page .academy-stats-panel{background:linear-gradient(145deg,rgba(17,30,48,.90),rgba(7,15,27,.96))}
body[data-theme="dark"].academy-page .academy-stat{border-bottom-color:var(--academy-line-2)}
body[data-theme="dark"].academy-page .academy-stat-icon{
  background:linear-gradient(135deg,rgba(17,168,232,.35),rgba(17,168,232,.12));
  color:#43c7ff;
  box-shadow:0 10px 28px rgba(17,168,232,.12);
}
body[data-theme="dark"].academy-page .academy-stat:nth-child(2) .academy-stat-icon{background:linear-gradient(135deg,rgba(157,78,221,.36),rgba(157,78,221,.12));color:#c084fc}
body[data-theme="dark"].academy-page .academy-stat:nth-child(3) .academy-stat-icon{background:linear-gradient(135deg,rgba(34,197,94,.32),rgba(34,197,94,.12));color:#65e98e}
body[data-theme="dark"].academy-page .academy-stat:nth-child(4) .academy-stat-icon{background:linear-gradient(135deg,rgba(242,183,5,.34),rgba(242,183,5,.12));color:#ffd34a}
body[data-theme="dark"].academy-page .academy-stat b{color:#fff}
body[data-theme="dark"].academy-page .academy-feature-row{border-color:rgba(242,183,5,.12)}
body[data-theme="dark"].academy-page .academy-row-icon{
  background:rgba(34,197,94,.16);
  box-shadow:0 10px 22px rgba(0,0,0,.16);
}
body[data-theme="dark"].academy-page .academy-row-icon.badge,
body[data-theme="dark"].academy-page .academy-row-icon.cert{background:rgba(242,183,5,.16)}
body[data-theme="dark"].academy-page .academy-a-mark{
  color:#ffc238;
  background:radial-gradient(circle,#ffefb8 0%,#d18a00 42%,rgba(63,42,2,.20) 70%);
  text-shadow:0 0 18px rgba(255,200,55,.48);
  box-shadow:0 0 0 1px rgba(242,183,5,.16),0 0 46px rgba(242,183,5,.24);
}
body[data-theme="dark"].academy-page .academy-orbit{border-color:rgba(242,183,5,.68);box-shadow:0 0 18px rgba(242,183,5,.08)}
body[data-theme="dark"].academy-page .academy-float{
  background:linear-gradient(145deg,rgba(19,32,51,.95),rgba(6,13,24,.96));
  border-color:rgba(148,163,184,.20);
  box-shadow:0 14px 34px rgba(0,0,0,.32);
}
body[data-theme="dark"].academy-page .academy-spark{color:#ffc400;text-shadow:0 0 12px rgba(242,183,5,.65)}
body[data-theme="dark"].academy-page .academy-empty,
body[data-theme="dark"].academy-page .academy-warning{
  color:#fde68a;
  border-color:rgba(242,183,5,.24);
  background:rgba(242,183,5,.08);
}
body[data-theme="dark"].academy-page .academy-form input,
body[data-theme="dark"].academy-page .academy-form textarea,
body[data-theme="dark"].academy-page .academy-form select,
body[data-theme="dark"].academy-page .academy-interaction input,
body[data-theme="dark"].academy-page .academy-interaction textarea{
  color:#f8fafc;
  border-color:var(--academy-line);
  background:#07111d;
}
body[data-theme="dark"].academy-page .academy-builder-box,
body[data-theme="dark"].academy-page .academy-unit-card,
body[data-theme="dark"].academy-page .academy-path-unit,
body[data-theme="dark"].academy-page .academy-report-card,
body[data-theme="dark"].academy-page .academy-path-node,
body[data-theme="dark"].academy-page .academy-lesson-row{
  color:#f8fafc;
  border-color:var(--academy-line);
  background:linear-gradient(145deg,rgba(17,30,48,.82),rgba(8,16,28,.9));
}
body[data-theme="dark"].academy-page .academy-path-node.done{border-color:rgba(34,197,94,.34);background:rgba(34,197,94,.10)}
body[data-theme="dark"].academy-page .academy-node-copy p{color:#cbd5e1}
body[data-theme="dark"].academy-page .academy-interaction{border-color:rgba(17,168,232,.22);background:rgba(17,168,232,.08)}
body[data-theme="dark"].academy-page .academy-choice{color:#dbeafe}

@media(max-width:1180px){
  .academy-home-grid{grid-template-columns:1fr}
  .academy-side-col{grid-template-columns:1fr}
  .academy-stats-panel{display:none}
  .academy-mobile-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
  .academy-mobile-stats .academy-stat{border:1px solid var(--academy-line);background:#fff;border-radius:8px;padding:14px}
  body[data-theme="dark"].academy-page .academy-mobile-stats .academy-stat{
    background:linear-gradient(145deg,rgba(17,30,48,.86),rgba(7,15,27,.96));
    border-color:var(--academy-line);
  }
}
@media(max-width:1060px){
  .academy-hero-main{grid-template-columns:1fr 280px}
  .academy-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .academy-builder-grid{grid-template-columns:1fr}
  .academy-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:860px){
  body.academy-page #topbarMount{padding:10px 12px 0!important}
  .academy-shell{padding:12px 12px calc(var(--ara-mobile-shell-h,76px) + 28px)}
  .academy-hero-main{grid-template-columns:1fr;min-height:0;padding:28px 28px 30px}
  .academy-hero-art{height:230px;order:-1;margin-top:-8px}
  .academy-title{font-size:38px}
  .academy-mobile-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .academy-grid,.academy-form{grid-template-columns:1fr}
  body[data-theme="dark"].academy-page .academy-grid{gap:8px}
  body[data-theme="dark"].academy-page .academy-card{
    min-height:0;
    display:grid;
    grid-template-columns:minmax(0,1fr) 250px;
    gap:10px 16px;
    align-items:center;
    padding:14px;
  }
  body[data-theme="dark"].academy-page .academy-card-top{grid-column:1;grid-template-columns:58px minmax(0,1fr)}
  body[data-theme="dark"].academy-page .academy-progress-row{grid-column:2;grid-row:1}
  body[data-theme="dark"].academy-page .academy-meta{grid-column:1}
  body[data-theme="dark"].academy-page .academy-card-cta{grid-column:2;grid-row:2;width:100%}
}
@media(max-width:620px){
  .academy-title{font-size:35px}
  .academy-sub{font-size:15px}
  .academy-mobile-stats{grid-template-columns:1fr}
  .academy-panel{padding:18px}
  .academy-panel h2{font-size:23px}
  .academy-list-row,.academy-cert-row,.academy-badge-row{grid-template-columns:minmax(0,1fr)}
  .academy-list-row .academy-actions{margin-top:0}
  .academy-path-node{grid-template-columns:44px minmax(0,1fr)}
  .academy-path-node .academy-btn{grid-column:1/-1}
  .academy-node-orb{width:42px;height:42px}
  .academy-report-grid{grid-template-columns:1fr}
  .academy-certificate{padding:20px;border-width:5px}
  body[data-theme="dark"].academy-page .academy-card{
    grid-template-columns:1fr;
  }
  body[data-theme="dark"].academy-page .academy-progress-row,
  body[data-theme="dark"].academy-page .academy-card-cta,
  body[data-theme="dark"].academy-page .academy-meta{grid-column:1;grid-row:auto}
}
@media print{
  body{background:#fff!important;color:#111827!important}
  .topbar,#topbarMount,.smartThemeToggle,.academy-actions,.academy-btn,.academy-print-actions{display:none!important}
  .academy-shell{max-width:none!important;margin:0!important;padding:0!important}
  .academy-certificate{display:block!important;box-shadow:none;margin:0 auto;border-color:#111827;page-break-inside:avoid}
}
