
/* ===== V55 MASTER PLATFORM LAYER ===== */
:root{
  --v55-bg:#f6f8f3;
  --v55-surface:#ffffff;
  --v55-text:#0b111c;
  --v55-muted:#5f6a74;
  --v55-border:#dbe2d8;
  --v55-accent:#b7ff25;
  --v55-dark:#0b111c;
  --v55-link:#244d00;
}
html{scroll-behavior:smooth;overflow-x:hidden}
body{overflow-x:hidden}
img,video,svg{max-width:100%}
:focus-visible{outline:3px solid var(--v55-accent)!important;outline-offset:3px!important}
.dsm-skip-v55{
  position:fixed;left:12px;top:-60px;z-index:99999;background:var(--v55-accent);color:#07101b;
  padding:10px 14px;font-weight:900;text-decoration:none
}
.dsm-skip-v55:focus{top:12px}
.dsm-v55-toolset{display:flex;align-items:center;gap:8px}
.dsm-v55-toolbtn{
  border:1px solid rgba(255,255,255,.25);background:#111923;color:#fff;
  padding:8px 10px;border-radius:6px;font-weight:850;cursor:pointer;min-height:40px
}
header .dsm-v55-toolbtn{border-color:#cfd7cb;background:#fff;color:#0b111c}
.dsm-theme-menu-v55{
  position:fixed;right:18px;top:76px;z-index:9998;background:#fff;color:#0b111c;
  border:1px solid #d8dfd4;box-shadow:0 18px 60px #0002;padding:10px;width:210px;display:none
}
.dsm-theme-menu-v55.open{display:block}
.dsm-theme-menu-v55 button{
  width:100%;text-align:left;padding:10px 11px;border:0;background:transparent;cursor:pointer;font-weight:850
}
.dsm-theme-menu-v55 button:hover,.dsm-theme-menu-v55 button.active{background:#eef4e7}
.dsm-modal-v55{
  position:fixed;inset:0;z-index:10000;background:rgba(3,9,16,.76);display:none;
  align-items:center;justify-content:center;padding:18px
}
.dsm-modal-v55.open{display:flex}
.dsm-modal-card-v55{
  width:min(760px,96vw);max-height:92vh;overflow:auto;background:#fff;color:#0b111c;
  border-top:8px solid #b7ff25;box-shadow:0 28px 90px #0007;padding:24px;position:relative
}
.dsm-modal-close-v55{
  position:absolute;right:13px;top:10px;border:0;background:#0b111c;color:#fff;width:38px;height:38px;
  cursor:pointer;font-size:1.25rem
}
.dsm-modal-card-v55 h2{margin-top:0;padding-right:42px}
.dsm-v55-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.dsm-v55-grid .full{grid-column:1/-1}
.dsm-modal-card-v55 label{display:block;font-size:.82rem;font-weight:850;margin-bottom:5px}
.dsm-modal-card-v55 input,.dsm-modal-card-v55 textarea,.dsm-modal-card-v55 select,
.dsm-v55-extra input,.dsm-v55-extra textarea,.dsm-v55-extra select{
  width:100%;box-sizing:border-box;border:1px solid #cbd4c6;background:#fff;color:#0b111c;padding:11px 12px;
  min-height:44px;font:inherit
}
.dsm-modal-card-v55 textarea,.dsm-v55-extra textarea{min-height:110px;resize:vertical}
.dsm-v55-extra{
  border:1px solid #dbe2d8;background:#f8faf6;padding:16px;margin:16px 0
}
.dsm-v55-extra legend{font-weight:900;padding:0 6px}
.dsm-v55-extra-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.dsm-v55-field.full{grid-column:1/-1}
.dsm-v55-field label{display:block;font-size:.82rem;font-weight:850;margin-bottom:5px}
.dsm-consent-v55{font-size:.8rem;display:flex;gap:8px;align-items:flex-start;margin:12px 0}
.dsm-consent-v55 input{width:auto!important;min-height:auto!important;margin-top:3px}
.dsm-honeypot-v55{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.dsm-search-results-v55{display:grid;gap:10px;margin-top:15px}
.dsm-search-result-v55{display:block;border:1px solid #dbe2d8;padding:13px;text-decoration:none;color:#0b111c}
.dsm-search-result-v55:hover{border-color:#7ca341;background:#f6faef}
.dsm-search-result-v55 strong{display:block}
.dsm-search-result-v55 small{color:#65706f}
.dsm-cookie-v55{
  position:fixed;left:18px;right:18px;bottom:18px;z-index:9997;background:#0b111c;color:#fff;
  border:1px solid #364251;border-top:6px solid #b7ff25;box-shadow:0 16px 55px #0005;padding:17px
}
.dsm-cookie-v55-inner{display:flex;gap:18px;align-items:center;justify-content:space-between}
.dsm-cookie-v55 p{margin:0;max-width:820px;color:#d6dde5}
.dsm-cookie-actions-v55{display:flex;gap:8px;flex-wrap:wrap}
.dsm-cookie-actions-v55 button{padding:9px 12px;font-weight:850;cursor:pointer;border:1px solid #b7ff25}
.dsm-cookie-actions-v55 .accept{background:#b7ff25;color:#07101b}
.dsm-cookie-actions-v55 .reject,.dsm-cookie-actions-v55 .settings{background:transparent;color:#fff}
.dsm-cookie-settings-v55 label{display:flex;gap:8px;align-items:flex-start;margin:10px 0}
.dsm-status-v55{padding:10px 12px;margin:10px 0;background:#eef5e6;border-left:5px solid #86b74a}
.dsm-status-v55.error{background:#fff0f0;border-color:#b73d3d}
.dsm-footer-cookie-btn-v55{border:0;background:transparent;color:#c8d0d9;padding:0;font:inherit;font-size:.84rem;cursor:pointer}
.dsm-footer-cookie-btn-v55:hover{color:#b7ff25}
.dsm-search-page-v55{max-width:900px;margin:0 auto}
.dsm-search-page-v55 input{width:100%;padding:14px;border:1px solid #cbd4c6;font-size:1.05rem}
.dsm-v55-badges{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}
.dsm-v55-badge{display:inline-block;padding:6px 9px;background:#eef4e7;border:1px solid #d0dbc6;font-size:.78rem;font-weight:850}

/* Theme modes */
html[data-dsm-theme="dark"]{
  --v55-bg:#07101a;--v55-surface:#111b27;--v55-text:#f4f7fa;--v55-muted:#aeb9c5;--v55-border:#2b3845;--v55-link:#b7ff25
}
html[data-dsm-theme="dark"] body{background:var(--v55-bg)!important;color:var(--v55-text)!important}
html[data-dsm-theme="dark"] section:not(.hero):not(.pagehero):not(.page-hero):not(.portal-hero-v49):not(.v50-hero):not(.v51-hero):not(.deep-hero-v53){background:var(--v55-bg)!important;color:var(--v55-text)!important}
html[data-dsm-theme="dark"] .soft,html[data-dsm-theme="dark"] .card,html[data-dsm-theme="dark"] .route-card,
html[data-dsm-theme="dark"] .coursecard,html[data-dsm-theme="dark"] .pricebox,html[data-dsm-theme="dark"] .formcard,
html[data-dsm-theme="dark"] .v50-card,html[data-dsm-theme="dark"] .v51-card,html[data-dsm-theme="dark"] .deep-card-v53,
html[data-dsm-theme="dark"] .portal-card-v49,html[data-dsm-theme="dark"] .portal-resource,html[data-dsm-theme="dark"] .v51-resource{
  background:var(--v55-surface)!important;color:var(--v55-text)!important;border-color:var(--v55-border)!important
}
html[data-dsm-theme="dark"] h1,html[data-dsm-theme="dark"] h2,html[data-dsm-theme="dark"] h3,html[data-dsm-theme="dark"] h4{color:var(--v55-text)}
html[data-dsm-theme="dark"] p,html[data-dsm-theme="dark"] li,html[data-dsm-theme="dark"] small{color:var(--v55-muted)}
html[data-dsm-theme="dark"] input,html[data-dsm-theme="dark"] textarea,html[data-dsm-theme="dark"] select{
  background:#0c1621!important;color:#fff!important;border-color:#3a4653!important
}

html[data-dsm-theme="corporate"]{
  --v55-accent:#d9ff85
}
html[data-dsm-theme="corporate"] body{background:#f2f4f6!important}
html[data-dsm-theme="corporate"] .hero,html[data-dsm-theme="corporate"] .pagehero,html[data-dsm-theme="corporate"] .page-hero,
html[data-dsm-theme="corporate"] .portal-hero-v49,html[data-dsm-theme="corporate"] .v50-hero,html[data-dsm-theme="corporate"] .v51-hero{background:#142333!important}
html[data-dsm-theme="corporate"] .card,html[data-dsm-theme="corporate"] .route-card,html[data-dsm-theme="corporate"] .v50-card,html[data-dsm-theme="corporate"] .v51-card{box-shadow:0 5px 18px #1b2c3c12}

html[data-dsm-theme="colourful"] .hero,
html[data-dsm-theme="colourful"] .pagehero,
html[data-dsm-theme="colourful"] .page-hero,
html[data-dsm-theme="colourful"] .portal-hero-v49,
html[data-dsm-theme="colourful"] .v50-hero,
html[data-dsm-theme="colourful"] .v51-hero{
  background:linear-gradient(135deg,#07111c 0%,#17380f 55%,#0b111c 100%)!important
}
html[data-dsm-theme="colourful"] .card:nth-child(3n+1),html[data-dsm-theme="colourful"] .route-card:nth-child(3n+1),html[data-dsm-theme="colourful"] .v50-card:nth-child(3n+1){border-top:5px solid #b7ff25}
html[data-dsm-theme="colourful"] .card:nth-child(3n+2),html[data-dsm-theme="colourful"] .route-card:nth-child(3n+2),html[data-dsm-theme="colourful"] .v50-card:nth-child(3n+2){border-top:5px solid #87d7ff}
html[data-dsm-theme="colourful"] .card:nth-child(3n),html[data-dsm-theme="colourful"] .route-card:nth-child(3n),html[data-dsm-theme="colourful"] .v50-card:nth-child(3n){border-top:5px solid #ffd36b}

@media(max-width:760px){
  .dsm-v55-grid,.dsm-v55-extra-grid{grid-template-columns:1fr}
  .dsm-v55-grid .full,.dsm-v55-field.full{grid-column:auto}
  .dsm-cookie-v55-inner{align-items:flex-start;flex-direction:column}
  .dsm-theme-menu-v55{right:10px;top:66px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}
}
