/* SafeClick Academy visual system v2
   Presentation-only overrides. No course, progress, assessment or database logic. */
:root{
  --sc-navy:#071b31;
  --sc-navy-2:#0d3554;
  --sc-blue:#1c6fd1;
  --sc-cyan:#21a9d8;
  --sc-teal:#18a889;
  --sc-green:#16865a;
  --sc-lime:#8ccf4d;
  --sc-ink:#10263d;
  --sc-muted:#61758a;
  --sc-line:#d9e4ee;
  --sc-soft:#f4f8fb;
  --sc-white:#fff;
  --sc-shadow:0 22px 60px rgba(7,27,49,.12);
  --sc-shadow-soft:0 12px 32px rgba(7,27,49,.08);
}

/* Shared accessibility and branding */
body.sc-public,
body.sc-auth,
body.sc-course-hub,
body.sc-cyber-dashboard,
body.sc-health-dashboard,
body.sc-health-report,
body.sc-health-course,
body.sc-admin{
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body[class^="sc-"] :focus-visible,
body[class*=" sc-"] :focus-visible{
  outline:3px solid rgba(33,169,216,.38)!important;
  outline-offset:3px;
}
body[class^="sc-"] button,
body[class^="sc-"] a,
body[class*=" sc-"] button,
body[class*=" sc-"] a{
  -webkit-tap-highlight-color:transparent;
}

/* Public website */
body.sc-public{
  background:#fff;
}
body.sc-public .topbar{
  border-bottom-color:rgba(7,27,49,.08);
}
body.sc-public .brand img{
  filter:drop-shadow(0 8px 18px rgba(7,27,49,.08));
}
body.sc-public .hero{
  background:
    radial-gradient(circle at 78% 18%,rgba(24,168,137,.13),transparent 30%),
    radial-gradient(circle at 14% 86%,rgba(28,111,209,.09),transparent 34%),
    linear-gradient(180deg,#fff 0%,#f5faff 100%);
}
body.sc-public .hero-copy>p,
body.sc-public .section-head p{
  color:#526b82;
}
body.sc-public .offer-card,
body.sc-public .course-card{
  border-color:#dbe6ef;
  box-shadow:0 15px 40px rgba(7,27,49,.08);
}
body.sc-public .offer-card:hover,
body.sc-public .course-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 58px rgba(7,27,49,.13);
}
body.sc-public .btn{
  min-height:48px;
}
body.sc-public footer{
  background:linear-gradient(145deg,#061a2f,#0b3654)!important;
}

/* Authentication pages */
body.sc-auth{
  --text:var(--sc-ink)!important;
  --muted:var(--sc-muted)!important;
  --line:var(--sc-line)!important;
  --cyan:var(--sc-teal)!important;
  --blue:var(--sc-blue)!important;
  --green:var(--sc-green)!important;
  color:var(--sc-ink)!important;
  background:
    radial-gradient(circle at 8% 5%,rgba(28,111,209,.13),transparent 29%),
    radial-gradient(circle at 94% 4%,rgba(24,168,137,.12),transparent 27%),
    linear-gradient(145deg,#eef5fa,#f8fbfd 52%,#edf5f2)!important;
  padding:28px!important;
}
body.sc-auth::before{
  background-image:
    linear-gradient(rgba(16,38,61,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(16,38,61,.035) 1px,transparent 1px)!important;
  background-size:52px 52px!important;
  mask-image:linear-gradient(to bottom,#000,transparent 92%);
}
body.sc-auth .shell{
  width:min(1160px,100%)!important;
  grid-template-columns:minmax(0,.96fr) minmax(440px,1.04fr)!important;
  border:1px solid rgba(7,27,49,.10)!important;
  border-radius:32px!important;
  background:#fff!important;
  box-shadow:0 30px 90px rgba(7,27,49,.16)!important;
}
body.sc-auth .side{
  position:relative;
  overflow:hidden;
  padding:48px!important;
  color:#fff!important;
  background:
    radial-gradient(circle at 85% 12%,rgba(140,207,77,.23),transparent 25%),
    radial-gradient(circle at 5% 95%,rgba(33,169,216,.28),transparent 34%),
    linear-gradient(145deg,#071b31 0%,#0d4565 58%,#16865a 100%)!important;
}
body.sc-auth .side::after{
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  right:-175px;
  bottom:-180px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 0 0 38px rgba(255,255,255,.035),0 0 0 76px rgba(255,255,255,.02);
  pointer-events:none;
}
body.sc-auth .side>*{position:relative;z-index:1}
body.sc-auth .brand{
  margin-bottom:42px!important;
}
body.sc-auth .brand-logo{
  width:66px!important;
  height:66px!important;
  flex-basis:66px!important;
  border-radius:20px!important;
  padding:8px!important;
  box-shadow:0 16px 36px rgba(0,0,0,.20)!important;
}
body.sc-auth .brand strong{
  color:#fff!important;
  font-size:21px!important;
}
body.sc-auth .brand span{
  color:#d6ece8!important;
  font-size:12px!important;
  letter-spacing:.02em;
}
body.sc-auth .side h1{
  color:#fff!important;
  max-width:570px;
  font-size:clamp(37px,4vw,57px)!important;
  line-height:1.02!important;
  letter-spacing:-.05em!important;
}
body.sc-auth .side p{
  color:#dceae9!important;
  max-width:600px;
  font-size:16px;
}
body.sc-auth .trust{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px!important;
}
body.sc-auth .trust div{
  min-height:84px;
  display:flex;
  align-items:center;
  color:#f3fbfa!important;
  border-color:rgba(255,255,255,.17)!important;
  background:rgba(255,255,255,.085)!important;
  backdrop-filter:blur(8px);
  font-size:13px;
}
body.sc-auth .form-panel{
  padding:52px!important;
  color:var(--sc-ink)!important;
  background:#fff!important;
  backdrop-filter:none!important;
}
body.sc-auth .top-links{
  border-bottom:1px solid #edf2f6;
  padding-bottom:18px;
  margin-bottom:28px!important;
}
body.sc-auth .back{
  color:#536b80!important;
}
body.sc-auth .switch{
  color:#0b6a58!important;
  background:#e9f8f3!important;
  border-color:#c8eadf!important;
}
body.sc-auth .form-panel h2{
  color:var(--sc-ink)!important;
  font-size:36px!important;
}
body.sc-auth .sub{
  color:var(--sc-muted)!important;
}
body.sc-auth label,
body.sc-auth .form-group label{
  color:#344e67!important;
}
body.sc-auth input,
body.sc-auth select,
body.sc-auth textarea,
body.sc-auth .form-group input{
  background:#f8fbfd!important;
  color:var(--sc-ink)!important;
  border-color:#d5e1eb!important;
  min-height:52px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
body.sc-auth input::placeholder,
body.sc-auth textarea::placeholder,
body.sc-auth .form-group input::placeholder{
  color:#8394a6!important;
  opacity:1!important;
}
body.sc-auth input:focus,
body.sc-auth select:focus,
body.sc-auth textarea:focus,
body.sc-auth .form-group input:focus{
  border-color:#2a9ebd!important;
  box-shadow:0 0 0 4px rgba(33,169,216,.13)!important;
}
body.sc-auth .btn,
body.sc-auth .btn-primary{
  color:#fff!important;
  background:linear-gradient(135deg,var(--sc-blue),var(--sc-teal))!important;
  box-shadow:0 14px 28px rgba(28,111,209,.20)!important;
}
body.sc-auth .btn:hover{transform:translateY(-1px);filter:saturate(1.08)}
body.sc-auth .row-links{
  color:var(--sc-muted)!important;
  border-top:1px solid #edf2f6;
  padding-top:18px;
}
body.sc-auth .row-links a{
  color:#0e7d68!important;
}
body.sc-auth .alert.error,
body.sc-auth .danger{
  color:#9f1239!important;
  background:#fff1f3!important;
  border-color:#fecdd3!important;
}
body.sc-auth .success{
  color:#12613f!important;
  background:#ebfaf2!important;
  border-color:#b9e8cf!important;
}
body.sc-auth .security-note{
  color:#145b48!important;
  background:#ecfaf5!important;
  border-color:#c3eadb!important;
}
body.sc-auth .sc-password-wrap{position:relative}
body.sc-auth .sc-password-wrap input{padding-right:52px!important}
body.sc-auth .sc-password-toggle{
  position:absolute;
  top:50%;
  right:9px;
  transform:translateY(-50%);
  width:38px;
  height:38px;
  border:0;
  border-radius:12px;
  background:#eaf2f7;
  color:#24445e;
  font-weight:900;
  cursor:pointer;
}
body.sc-auth .loading{background:rgba(4,18,32,.76)!important}
body.sc-auth .loading-box{
  color:#fff!important;
  border-color:rgba(255,255,255,.14)!important;
  background:linear-gradient(145deg,#0b2840,#071827)!important;
}
body.sc-auth .loading-box p{color:#bfd1df!important}
@media(max-width:900px){
  body.sc-auth{padding:15px!important;align-items:start!important}
  body.sc-auth .shell{grid-template-columns:1fr!important;width:min(680px,100%)!important}
  body.sc-auth .side{display:block!important;padding:28px!important}
  body.sc-auth .side h1{font-size:34px!important}
  body.sc-auth .side p{margin-bottom:0!important}
  body.sc-auth .trust{display:none!important}
  body.sc-auth .brand{margin-bottom:22px!important}
  body.sc-auth .form-panel{padding:30px!important}
}
@media(max-width:520px){
  body.sc-auth{padding:8px!important}
  body.sc-auth .shell{border-radius:22px!important}
  body.sc-auth .side{padding:22px!important}
  body.sc-auth .brand-logo{width:54px!important;height:54px!important;flex-basis:54px!important}
  body.sc-auth .side h1{font-size:30px!important}
  body.sc-auth .side p{font-size:14px!important}
  body.sc-auth .form-panel{padding:24px 19px!important}
  body.sc-auth .form-panel h2{font-size:31px!important}
}

/* Course hub */
body.sc-course-hub{
  background:
    radial-gradient(circle at 0 0,rgba(28,111,209,.11),transparent 28%),
    radial-gradient(circle at 100% 0,rgba(24,168,137,.10),transparent 27%),
    linear-gradient(145deg,#f1f6fa,#f8fbfd 48%,#edf5f1)!important;
}
body.sc-course-hub .topbar{
  position:sticky;
  top:12px;
  z-index:50;
  border-color:rgba(7,27,49,.10)!important;
  box-shadow:0 18px 44px rgba(7,27,49,.10)!important;
}
body.sc-course-hub .brand img{object-fit:contain!important;padding:5px!important}
body.sc-course-hub .hero{
  padding:38px!important;
  background:
    radial-gradient(circle at 88% 8%,rgba(140,207,77,.24),transparent 24%),
    radial-gradient(circle at 62% 118%,rgba(33,169,216,.30),transparent 34%),
    linear-gradient(135deg,#0b2d4a,#071b31)!important;
}
body.sc-course-hub .hero h1{max-width:900px}
body.sc-course-hub .course-grid{gap:22px!important}
body.sc-course-hub .course-card{
  border-color:#d7e3ed!important;
  box-shadow:0 15px 42px rgba(7,27,49,.09)!important;
}
body.sc-course-hub .course-card:hover{
  transform:translateY(-5px)!important;
  box-shadow:0 25px 60px rgba(7,27,49,.14)!important;
}
body.sc-course-hub .course-icon{padding:8px!important;object-fit:contain!important}
body.sc-course-hub .course-body p{font-size:14px}

/* Cybersecurity learner dashboard */
body.sc-cyber-dashboard .topbar{
  border-color:rgba(255,255,255,.16)!important;
  background:rgba(6,22,38,.90)!important;
}
body.sc-cyber-dashboard .brand-logo{
  object-fit:contain!important;
  padding:6px!important;
}
body.sc-cyber-dashboard .hero{
  background:
    radial-gradient(circle at 88% 18%,rgba(57,217,138,.16),transparent 28%),
    linear-gradient(135deg,rgba(13,53,84,.97),rgba(5,20,36,.96))!important;
}
body.sc-cyber-dashboard .quick-card,
body.sc-cyber-dashboard .setup-panel,
body.sc-cyber-dashboard .assessment-card,
body.sc-cyber-dashboard .module-card{
  border-color:rgba(120,220,255,.22)!important;
}
body.sc-cyber-dashboard .ai-course-banner{
  border-color:rgba(57,217,138,.44)!important;
  background:linear-gradient(135deg,rgba(57,217,138,.14),rgba(55,230,255,.08))!important;
}

/* Healthcare AI dashboard */
body.sc-health-dashboard{
  background:#f1f6f3!important;
}
body.sc-health-dashboard .sidebar{
  background:
    radial-gradient(circle at 15% 0,rgba(255,255,255,.16),transparent 23%),
    linear-gradient(180deg,#062e24,#07523b 58%,#0a6d4d)!important;
  box-shadow:14px 0 38px rgba(5,67,48,.18);
}
body.sc-health-dashboard .brand img{
  background:#fff;
  border-radius:15px;
  padding:5px;
  box-shadow:0 12px 28px rgba(0,0,0,.16);
}
body.sc-health-dashboard .topbar{
  box-shadow:0 12px 30px rgba(16,64,47,.08);
}
body.sc-health-dashboard .content{max-width:1500px;margin:0 auto}
body.sc-health-dashboard .hero-main{
  background:
    radial-gradient(circle at 92% 12%,rgba(140,207,77,.25),transparent 26%),
    linear-gradient(145deg,#0d6d4d,#0b523c)!important;
}
body.sc-health-dashboard .panel,
body.sc-health-dashboard .day-card,
body.sc-health-dashboard .progress-panel{
  box-shadow:0 14px 35px rgba(20,72,52,.08)!important;
}
body.sc-health-dashboard .lesson-row:hover{background:#f1faf5!important}

/* Healthcare AI reports */
body.sc-health-report .topbar,
body.sc-health-report .report-topbar{
  box-shadow:0 13px 34px rgba(4,53,38,.18)!important;
}
body.sc-health-report .card,
body.sc-health-report .panel,
body.sc-health-report .report-card{
  box-shadow:0 13px 34px rgba(4,53,38,.09)!important;
}

/* Healthcare AI lesson pages: visual treatment only */
body.sc-health-course .side{
  background:
    radial-gradient(circle at 10% 0,rgba(255,255,255,.16),transparent 22%),
    linear-gradient(180deg,#063c2d,#086247 60%,#0b7754)!important;
}
body.sc-health-course .brand img{
  background:#fff;
  border-radius:15px;
  padding:5px;
}
body.sc-health-course .content,
body.sc-health-course .lesson-card,
body.sc-health-course .activity-card,
body.sc-health-course .interactive-activity{
  scroll-margin-top:105px;
}
body.sc-health-course .content-card,
body.sc-health-course .activity-block,
body.sc-health-course .assessment-block,
body.sc-health-course .practical-block{
  box-shadow:0 12px 30px rgba(16,70,50,.07);
}
body.sc-health-course .activity-label,
body.sc-health-course .interaction-kicker{
  letter-spacing:.06em;
}

/* Admin */
body.sc-admin{
  background:
    radial-gradient(circle at 0 0,rgba(28,111,209,.10),transparent 26%),
    linear-gradient(145deg,#f2f7fb,#f8fbfd)!important;
}
body.sc-admin .admin-sidebar{
  background:
    radial-gradient(circle at 12% 0,rgba(255,255,255,.14),transparent 23%),
    linear-gradient(155deg,#071b31,#0d4565 62%,#16865a)!important;
}
body.sc-admin .admin-topbar,
body.sc-admin .topbar{
  border-color:#d9e4ee!important;
  box-shadow:0 16px 40px rgba(7,27,49,.09)!important;
}
body.sc-admin .panel,
body.sc-admin .admin-section,
body.sc-admin .kpi,
body.sc-admin .filter-bar{
  border-color:#d9e4ee!important;
  box-shadow:0 12px 30px rgba(7,27,49,.07)!important;
}

@media print{
  body.sc-auth .side,
  body.sc-course-hub .topbar,
  body.sc-cyber-dashboard .topbar,
  body.sc-health-dashboard .sidebar,
  body.sc-admin .admin-sidebar{display:none!important}
}

/* Shared learner reports and follow-up pages */
body.sc-learner-page{
  --text:var(--sc-ink)!important;
  --muted:var(--sc-muted)!important;
  --line:var(--sc-line)!important;
  min-height:100vh;
  color:var(--sc-ink)!important;
  background:
    radial-gradient(circle at 0 0,rgba(28,111,209,.10),transparent 28%),
    radial-gradient(circle at 100% 0,rgba(24,168,137,.09),transparent 26%),
    linear-gradient(145deg,#f1f6fa,#f8fbfd 55%,#edf5f1)!important;
}
body.sc-learner-page::before{
  background-image:
    linear-gradient(rgba(16,38,61,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(16,38,61,.025) 1px,transparent 1px)!important;
}
body.sc-learner-page .topbar,
body.sc-learner-page .top{
  color:var(--sc-ink)!important;
  border-color:#d8e4ed!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 15px 38px rgba(7,27,49,.10)!important;
}
body.sc-learner-page .brand,
body.sc-learner-page .top strong{color:var(--sc-ink)!important}
body.sc-learner-page .brand small,
body.sc-learner-page .top [style*="muted"]{color:var(--sc-muted)!important}
body.sc-learner-page .brand img,
body.sc-learner-page .brand-logo{
  object-fit:contain!important;
  padding:6px!important;
}
body.sc-learner-page .hero{
  color:#fff!important;
  border-color:rgba(255,255,255,.12)!important;
  background:
    radial-gradient(circle at 88% 10%,rgba(140,207,77,.22),transparent 25%),
    linear-gradient(135deg,#0d3554,#071b31)!important;
  box-shadow:var(--sc-shadow)!important;
}
body.sc-learner-page .hero p{color:#d8e6ef!important}
body.sc-learner-page .course,
body.sc-learner-page .card,
body.sc-learner-page .panel,
body.sc-learner-page .kpi{
  color:var(--sc-ink)!important;
  border-color:#d8e4ed!important;
  background:#fff!important;
  box-shadow:var(--sc-shadow-soft)!important;
}
body.sc-learner-page .course.health{
  border-color:#bfe6d1!important;
  background:linear-gradient(145deg,#fff,#f0fbf5)!important;
}
body.sc-learner-page .course h2,
body.sc-learner-page .card h2,
body.sc-learner-page .panel h2,
body.sc-learner-page .kpi b{color:var(--sc-ink)!important}
body.sc-learner-page .course .audience,
body.sc-learner-page .course .stats,
body.sc-learner-page .card p,
body.sc-learner-page .panel p,
body.sc-learner-page .kpi span,
body.sc-learner-page .meta,
body.sc-learner-page .empty{color:var(--sc-muted)!important}
body.sc-learner-page .track{background:#e3ebf2!important}
body.sc-learner-page .btn,
body.sc-learner-page .btn-primary,
body.sc-learner-page .btn.primary{
  border:0!important;
  color:#fff!important;
  background:linear-gradient(135deg,var(--sc-blue),var(--sc-teal))!important;
  box-shadow:0 10px 24px rgba(28,111,209,.18)!important;
}
body.sc-learner-page .btn-ghost,
body.sc-learner-page .btn.ghost{
  color:var(--sc-ink)!important;
  background:#fff!important;
  border:1px solid #d8e4ed!important;
  box-shadow:none!important;
}
body.sc-learner-page .label{color:#176a57!important}
body.sc-learner-page .feed-item{background:#f7fafc!important;border-color:#e2eaf1!important}
body.sc-learner-page .loading{color:#446178!important}

/* SafeClick Academy visual system v3, modern presentation layer.
   This section changes presentation only. Course, assessment, progress and database logic remain untouched. */
:root{
  --sc-radius-xl:34px;
  --sc-radius-lg:26px;
  --sc-radius-md:18px;
  --sc-glass:rgba(255,255,255,.82);
  --sc-glass-dark:rgba(7,27,49,.82);
  --sc-shadow-v3:0 28px 80px rgba(7,27,49,.14);
  --sc-shadow-card-v3:0 16px 42px rgba(7,27,49,.09);
}
body[class^="sc-"],body[class*=" sc-"]{letter-spacing:-.005em}
body[class^="sc-"] h1,body[class^="sc-"] h2,body[class^="sc-"] h3,
body[class*=" sc-"] h1,body[class*=" sc-"] h2,body[class*=" sc-"] h3{letter-spacing:-.035em;text-wrap:balance}
body[class^="sc-"] .btn,body[class*=" sc-"] .btn,
body[class^="sc-"] button,body[class*=" sc-"] button{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}
body[class^="sc-"] .btn:hover,body[class*=" sc-"] .btn:hover{transform:translateY(-2px)}

/* Modern public academy website */
body.sc-public .topbar{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.82)!important;backdrop-filter:blur(18px) saturate(1.25);border-bottom:1px solid rgba(7,27,49,.08)!important;box-shadow:0 10px 34px rgba(7,27,49,.06)}
body.sc-public .nav{min-height:82px}
body.sc-public .nav-links{padding:7px;border:1px solid rgba(7,27,49,.07);border-radius:999px;background:rgba(248,251,253,.86)}
body.sc-public .nav-links a{padding:9px 13px;border-radius:999px}
body.sc-public .nav-links a:hover{background:#fff;color:#0c715d;box-shadow:0 8px 20px rgba(7,27,49,.08)}
body.sc-public .hero{position:relative;overflow:hidden;padding-top:92px!important;background:
  linear-gradient(rgba(28,111,209,.032) 1px,transparent 1px),
  linear-gradient(90deg,rgba(28,111,209,.032) 1px,transparent 1px),
  radial-gradient(circle at 82% 14%,rgba(24,168,137,.18),transparent 28%),
  radial-gradient(circle at 14% 88%,rgba(28,111,209,.12),transparent 33%),
  linear-gradient(180deg,#fff,#f4f9fc)!important;background-size:54px 54px,54px 54px,auto,auto,auto}
body.sc-public .hero-copy .kicker,body.sc-public .section-kicker{border:1px solid #cde9df;background:rgba(233,248,243,.86);box-shadow:0 8px 22px rgba(24,168,137,.08)}
body.sc-public .hero h1{max-width:820px;font-size:clamp(52px,6.3vw,84px)!important;line-height:.98!important}
body.sc-public .hero h1 span{background:linear-gradient(100deg,#1c6fd1,#16a085 65%,#16865a);-webkit-background-clip:text;background-clip:text;color:transparent}
body.sc-public .hero-actions .btn,body.sc-public .nav-actions .btn{border-radius:14px!important}
body.sc-public .visual-card{border:1px solid rgba(255,255,255,.22)!important;border-radius:30px!important;box-shadow:var(--sc-shadow-v3)!important;backdrop-filter:blur(18px)}
body.sc-public .visual-main{background:linear-gradient(145deg,rgba(7,27,49,.96),rgba(13,69,101,.94) 58%,rgba(22,134,90,.90))!important}
body.sc-public .visual-float{background:rgba(255,255,255,.92)!important;border-color:rgba(7,27,49,.08)!important}
body.sc-public .logo-strip{background:rgba(255,255,255,.88)!important;backdrop-filter:blur(14px)}
body.sc-public .offer-card,body.sc-public .course-card,body.sc-public .process-step,body.sc-public .platform-panel{border-radius:var(--sc-radius-lg)!important;box-shadow:var(--sc-shadow-card-v3)!important}
body.sc-public .offer-card{position:relative;overflow:hidden}
body.sc-public .offer-card::after{content:"";position:absolute;inset:auto -35% -70% 35%;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(33,169,216,.11),transparent 68%);pointer-events:none}
body.sc-public .course-card{overflow:hidden;border-color:rgba(7,27,49,.09)!important}
body.sc-public .section.alt{background:linear-gradient(180deg,#f5f9fc,#eef6f3)!important}
body.sc-public .cta{border-radius:42px 42px 0 0}

/* Modern authentication experience */
body.sc-auth{background:
  radial-gradient(circle at 4% 5%,rgba(28,111,209,.18),transparent 29%),
  radial-gradient(circle at 96% 8%,rgba(24,168,137,.17),transparent 27%),
  linear-gradient(145deg,#eaf2f8,#f8fbfd 52%,#eaf4ef)!important}
body.sc-auth .shell{border-radius:38px!important;border:1px solid rgba(255,255,255,.9)!important;box-shadow:0 42px 120px rgba(7,27,49,.19)!important;overflow:hidden}
body.sc-auth .side{padding:54px!important;background:
  linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px),
  radial-gradient(circle at 84% 12%,rgba(140,207,77,.28),transparent 25%),
  radial-gradient(circle at 2% 98%,rgba(33,169,216,.30),transparent 34%),
  linear-gradient(145deg,#06192c 0%,#0b4565 56%,#16865a 100%)!important;background-size:48px 48px,48px 48px,auto,auto,auto}
body.sc-auth .form-panel{padding:58px!important;background:rgba(255,255,255,.97)!important}
body.sc-auth .form-panel h2{font-size:clamp(34px,4vw,43px)!important}
body.sc-auth input,body.sc-auth select,body.sc-auth textarea,body.sc-auth .form-group input{border-radius:15px!important;background:#f7fafc!important}
body.sc-auth .btn,body.sc-auth .btn-primary{min-height:54px;border-radius:15px!important;background:linear-gradient(115deg,#1c6fd1,#18a889)!important;box-shadow:0 16px 34px rgba(28,111,209,.22)!important}
body.sc-auth .trust div{border-radius:18px!important}

/* Modern multi-course learning hub */
body.sc-course-hub{background:
  linear-gradient(rgba(28,111,209,.025) 1px,transparent 1px),
  linear-gradient(90deg,rgba(28,111,209,.025) 1px,transparent 1px),
  radial-gradient(circle at 0 0,rgba(28,111,209,.14),transparent 27%),
  radial-gradient(circle at 100% 0,rgba(24,168,137,.13),transparent 26%),
  linear-gradient(145deg,#edf4f9,#f9fbfd 52%,#edf6f1)!important;background-size:58px 58px,58px 58px,auto,auto,auto}
body.sc-course-hub .topbar{top:16px!important;border-radius:22px!important;background:rgba(255,255,255,.86)!important;backdrop-filter:blur(18px);box-shadow:0 20px 55px rgba(7,27,49,.12)!important}
body.sc-course-hub .hero{border-radius:36px!important;box-shadow:var(--sc-shadow-v3)!important}
body.sc-course-hub .course-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,310px),1fr))!important}
body.sc-course-hub .course-card{border-radius:28px!important;overflow:hidden;background:rgba(255,255,255,.96)!important}
body.sc-course-hub .course-card::after{content:"";position:absolute;inset:auto -30% -55% 45%;height:170px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--course-accent,#1c6fd1) 13%,transparent),transparent 68%);pointer-events:none}
body.sc-course-hub .course-card .btn{border-radius:14px!important}

/* Dashboard modernisation */
body.sc-cyber-dashboard .topbar,body.sc-health-dashboard .topbar{backdrop-filter:blur(17px) saturate(1.2);border-radius:20px!important}
body.sc-cyber-dashboard .hero,body.sc-health-dashboard .hero-main,body.sc-health-dashboard .progress-panel{border-radius:30px!important;box-shadow:var(--sc-shadow-v3)!important}
body.sc-cyber-dashboard .quick-card,body.sc-cyber-dashboard .setup-panel,body.sc-cyber-dashboard .assessment-card,body.sc-cyber-dashboard .module-card,
body.sc-health-dashboard .panel,body.sc-health-dashboard .day-card{border-radius:24px!important;box-shadow:var(--sc-shadow-card-v3)!important}
body.sc-health-dashboard{background:
  radial-gradient(circle at 100% 0,rgba(22,134,90,.10),transparent 28%),
  linear-gradient(145deg,#edf5f0,#f7faf8 58%,#eef5f1)!important}
body.sc-health-dashboard .topbar{background:rgba(255,255,255,.88)!important}
body.sc-health-dashboard .day-card{border:1px solid #d9e8df!important;background:rgba(255,255,255,.97)!important}
body.sc-health-dashboard .day-card.active{border-color:#51b981!important;box-shadow:0 20px 48px rgba(12,122,77,.15)!important}
body.sc-health-dashboard .lesson-row{border-radius:17px!important;margin:5px 0}
body.sc-health-dashboard .btn,body.sc-health-dashboard button{border-radius:14px!important}

/* Modern Healthcare AI lesson environment */
body.sc-health-course{background:
  radial-gradient(circle at 100% 0,rgba(38,166,104,.10),transparent 28%),
  linear-gradient(145deg,#eef6f1,#f8fbf9 60%,#edf5f0)!important}
body.sc-health-course .topbar{position:sticky;top:14px;z-index:80;border:1px solid rgba(16,70,50,.10)!important;border-radius:20px!important;background:rgba(255,255,255,.88)!important;backdrop-filter:blur(18px);box-shadow:0 16px 40px rgba(16,70,50,.10)!important}
body.sc-health-course .hero{border-radius:32px!important;box-shadow:0 26px 70px rgba(8,90,58,.18)!important}
body.sc-health-course .learning-cycle{padding:10px!important;border-radius:22px!important;background:rgba(255,255,255,.78)!important;backdrop-filter:blur(12px)}
body.sc-health-course .cycle-step{border-radius:17px!important}
body.sc-health-course .section-card,body.sc-health-course .lms-enrichment,body.sc-health-course .reference-panel{border-radius:26px!important;box-shadow:0 15px 40px rgba(16,70,50,.08)!important}
body.sc-health-course textarea,body.sc-health-course input,body.sc-health-course select{border-radius:14px!important}
body.sc-health-course .btn{border-radius:14px!important}

/* Reports and administration */
body.sc-health-report .report-card,body.sc-health-report .card,body.sc-health-report .panel,
body.sc-admin .panel,body.sc-admin .admin-section,body.sc-admin .kpi,body.sc-admin .filter-bar{border-radius:24px!important;box-shadow:var(--sc-shadow-card-v3)!important}
body.sc-admin .admin-topbar,body.sc-admin .topbar{background:rgba(255,255,255,.88)!important;backdrop-filter:blur(17px);border-radius:20px!important}

@media(max-width:900px){
  body.sc-public .hero{padding-top:60px!important}
  body.sc-public .hero h1{font-size:clamp(44px,12vw,66px)!important}
  body.sc-auth .side,body.sc-auth .form-panel{padding:30px!important}
  body.sc-course-hub .topbar{top:8px!important}
}
@media(max-width:560px){
  body.sc-public .topbar{backdrop-filter:blur(12px)}
  body.sc-public .hero h1{font-size:43px!important}
  body.sc-auth .shell{border-radius:25px!important}
  body.sc-auth .side,body.sc-auth .form-panel{padding:23px 19px!important}
  body.sc-course-hub .hero{border-radius:25px!important}
  body.sc-health-course .topbar{top:6px;border-radius:16px!important}
}
