
:root{
  --app-navy:#0b2d44;
  --app-navy-2:#183f55;
  --app-navy-3:#45687a;
  --app-lime:#b4d620;
  --app-lime-dark:#93b312;
  --app-pink:#ed1676;
  --app-white:#ffffff;
  --app-bg:#ffffff;
  --app-card:#ffffff;
  --app-lilac:#f7f2fa;
  --app-lilac-line:#e5dce9;
  --app-soft:#e8ecef;
  --app-soft-2:#f2f4f5;
  --app-text:#0b2d44;
  --app-body:#303030;
  --app-muted:#777777;
  --app-shadow:0 12px 32px rgba(11,45,68,.13);
  --app-shadow-strong:0 22px 48px rgba(11,45,68,.23);
  --app-bottom-safe:calc(106px + env(safe-area-inset-bottom));
}
*{box-sizing:border-box}
html{background:#fff!important}
body{margin:0;background:#fff!important;color:var(--app-body)!important;font-family:Arial,Helvetica,sans-serif!important;-webkit-font-smoothing:antialiased}
body.drawer-open{overflow:hidden!important}
button,a,input,select{font:inherit}
button{-webkit-tap-highlight-color:transparent}

/* ---------- App-Schaltflächen ---------- */
.ui-square{
  width:54px;height:54px;flex:0 0 54px;
  display:grid;place-items:center;
  color:#fff;background:var(--app-lime);
  border:0;border-radius:16px;
  box-shadow:0 8px 22px rgba(180,214,32,.24);
}
.ui-square:hover{background:var(--app-lime-dark)}
.ui-back{font-size:39px;font-weight:300;line-height:1;padding-bottom:4px}
.ui-menu-lines,.ui-menu-lines::before,.ui-menu-lines::after{
  width:27px;height:3px;display:block;background:#fff;border-radius:4px
}
.ui-menu-lines{position:relative}
.ui-menu-lines::before,.ui-menu-lines::after{content:"";position:absolute;left:0}
.ui-menu-lines::before{top:-8px}.ui-menu-lines::after{top:8px}

/* ---------- Seitliches Menü ---------- */
.app-drawer-backdrop{
  position:fixed;z-index:400;inset:0;
  visibility:hidden;opacity:0;
  background:rgba(0,0,0,.56);
  transition:opacity .2s ease,visibility .2s ease
}
.app-drawer-backdrop.open{visibility:visible;opacity:1}
.app-drawer{
  position:fixed;z-index:410;inset:0 auto 0 0;
  width:min(74vw,390px);
  padding:calc(28px + env(safe-area-inset-top)) 24px calc(24px + env(safe-area-inset-bottom));
  overflow:auto;color:#fff;
  background:linear-gradient(180deg,var(--app-navy),#12394f);
  border-radius:0 34px 34px 0;
  box-shadow:28px 0 65px rgba(4,20,30,.42);
  transform:translateX(-104%);
  transition:transform .24s ease
}
.app-drawer.open{transform:translateX(0)}
.drawer-title{
  min-height:132px;padding:23px 20px;
  display:flex;flex-direction:column;justify-content:center;
  background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.27);
  border-radius:21px
}
.drawer-title span{
  margin-bottom:7px;color:var(--app-lime);
  font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase
}
.drawer-title strong{color:#fff;font-size:30px;line-height:1.07;letter-spacing:-.03em}
.drawer-nav{margin-top:34px;display:grid;gap:15px}
.drawer-nav a,.drawer-nav button{
  width:100%;min-height:61px;padding:5px 0;
  display:grid;grid-template-columns:56px 1fr 24px;gap:14px;align-items:center;
  color:#fff;background:transparent;border:0;text-align:left;font-size:18px;font-weight:700
}
.drawer-icon{
  width:56px;height:56px;display:grid;place-items:center;
  color:#fff;background:linear-gradient(145deg,var(--app-lime),#94b910);
  border-radius:15px;box-shadow:0 9px 24px rgba(180,214,32,.24);
  font-size:24px
}
.drawer-arrow{color:#adc0ca;font-size:29px}
.drawer-footer{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.13)}
.drawer-close{
  width:100%;min-height:59px;color:var(--app-lime);background:transparent;
  border:2px solid var(--app-lime);border-radius:17px;font-size:18px;font-weight:800
}
.drawer-version{
  width:max-content;margin:20px auto 0;padding:8px 16px;
  color:#d6e0e5;border:1px solid rgba(255,255,255,.32);border-radius:17px;font-size:12px
}

/* ---------- Startseite ---------- */
body.app-home{padding-bottom:var(--app-bottom-safe)!important}
body.app-home .app-shell{padding-bottom:0!important;background:#fff!important}
body.app-home .app-header{
  position:relative!important;top:auto!important;z-index:20!important;
  min-height:126px!important;padding:calc(22px + env(safe-area-inset-top)) 24px 20px!important;
  display:flex!important;align-items:center!important;gap:15px!important;
  color:#fff!important;background:var(--app-navy)!important;border:0!important;box-shadow:none!important
}
.home-wordmark{
  flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;text-align:left
}
.home-wordmark span{
  margin-bottom:4px;color:var(--app-lime);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase
}
.home-wordmark strong{color:#fff;font-size:29px;line-height:1.03;letter-spacing:-.035em}
body.app-home .header-actions{display:flex!important;align-items:center!important;gap:11px!important}
body.app-home .scorm-status{
  width:54px!important;min-width:54px!important;height:54px!important;padding:0!important;
  overflow:hidden!important;color:transparent!important;background:rgba(255,255,255,.15)!important;
  border:1px solid rgba(255,255,255,.31)!important;border-radius:16px!important;font-size:0!important
}
body.app-home .scorm-status::before{width:11px!important;height:11px!important;background:#9eb0bb!important}
body.app-home .scorm-status.connected::before{
  background:var(--app-lime)!important;box-shadow:0 0 0 5px rgba(180,214,32,.15)!important
}
body.app-home .app-main{width:min(100%,860px)!important;margin:0 auto!important;padding:0 20px 30px!important;background:#fff!important}
.home-hero{
  margin:0 -20px;padding:0 28px 35px;
  color:#fff;background:var(--app-navy)
}
.home-search{
  width:100%;min-height:116px;padding:18px;
  display:grid;grid-template-columns:58px 1fr 46px;gap:14px;align-items:center;
  color:#fff;background:linear-gradient(135deg,rgba(255,255,255,.20),rgba(255,255,255,.09));
  border:1px solid rgba(255,255,255,.40);border-radius:24px;
  box-shadow:inset 0 0 32px rgba(255,255,255,.055);text-align:left
}
.home-search-icon{
  width:58px;height:58px;display:grid;place-items:center;
  color:#fff;background:var(--app-lime);border-radius:16px;
  box-shadow:0 9px 24px rgba(180,214,32,.27);font-size:29px
}
.home-search strong{display:block;color:#fff;font-size:20px;line-height:1.2}
.home-search small{display:block;margin-top:5px;color:#bac8cf;font-size:13px;line-height:1.42}
.home-search-arrow{
  width:44px;height:44px;display:grid;place-items:center;
  color:#fff;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.37);border-radius:13px;font-size:29px
}
.home-intro{padding:25px 0 2px}
.home-intro span{color:var(--app-lime-dark);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.home-intro h2{margin:5px 0;color:#2d2d2d;font-size:29px;line-height:1.08}
.home-intro p{margin:0;color:#777;font-size:13px;line-height:1.45}

.app-section-title{
  margin:26px 0 14px;
  display:grid;grid-template-columns:56px 1fr auto;gap:13px;align-items:center
}
.app-section-icon{
  width:56px;height:56px;display:grid;place-items:center;
  color:#fff;background:var(--app-lime);border-radius:16px;
  box-shadow:0 8px 22px rgba(180,214,32,.22);font-size:25px
}
.app-section-title h2{margin:0;color:#303030;font-size:25px;line-height:1.05}
.app-section-title h2::after{
  content:"";display:block;width:49px;height:4px;margin-top:8px;background:var(--app-lime);border-radius:4px
}
.app-section-action{
  min-height:46px;padding:10px 17px;display:flex;align-items:center;justify-content:center;
  color:var(--app-text);background:#eff2f3;border:1px solid #ccd6db;border-radius:23px;
  font-size:11px;font-weight:800;white-space:nowrap
}

/* Weiterlernen als große App-Karte */
#continueArea:empty{display:none}
.continue-card{
  position:relative!important;min-height:178px!important;margin:8px 0 0!important;padding:0!important;
  display:grid!important;grid-template-columns:1fr!important;overflow:hidden!important;
  color:#fff!important;background:linear-gradient(135deg,#6753ee,#9c8eed)!important;
  border:0!important;border-radius:25px!important;box-shadow:var(--app-shadow)!important
}
.continue-card::before{
  content:"Zuletzt geöffnet";padding:18px 20px 4px;color:rgba(255,255,255,.78);
  font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase
}
.continue-number{
  position:absolute!important;left:20px!important;top:48px!important;width:auto!important;height:auto!important;
  color:#fff!important;background:transparent!important;border:0!important;font-size:44px!important;font-weight:800!important
}
.continue-card>span:nth-child(2){padding:78px 20px 20px 100px!important;align-self:end!important}
.continue-card h3{margin:0 0 6px!important;color:#fff!important;font-size:19px!important}
.continue-card p{margin:0!important;color:rgba(255,255,255,.78)!important;font-size:14px!important}
.continue-arrow{
  position:absolute!important;right:18px!important;bottom:18px!important;width:44px!important;height:44px!important;
  display:grid!important;place-items:center!important;color:#725ee8!important;background:rgba(255,255,255,.87)!important;
  border-radius:14px!important;font-size:26px!important
}

/* Bereichskacheln */
body.app-home .category-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
body.app-home .category-card{
  min-height:194px!important;padding:17px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;
  color:#fff!important;background:linear-gradient(145deg,#c8c8c8,#efefef)!important;
  border:0!important;border-radius:24px!important;box-shadow:var(--app-shadow)!important
}
body.app-home .category-card::before{display:none!important}
body.app-home .category-card::after{color:rgba(255,255,255,.26)!important}
body.app-home .category-icon{
  width:49px!important;height:49px!important;color:#fff!important;background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.44)!important;border-radius:14px!important
}
body.app-home .category-card h3{
  width:max-content!important;max-width:100%!important;margin:18px 0 7px!important;padding:8px 11px!important;
  color:#fff!important;background:rgba(180,214,32,.84)!important;border-radius:12px!important;
  font-size:16px!important;line-height:1.18!important;text-shadow:0 1px 1px rgba(11,45,68,.24)!important
}
body.app-home .category-card p{color:#5f5f5f!important;font-size:11px!important}
body.app-home .category-card strong{margin-top:auto!important;color:var(--app-navy)!important}

/* Material-/Modullisten */
body.app-home .module-list{display:grid!important;gap:12px!important}
body.app-home .module-card{
  overflow:hidden!important;background:var(--app-lilac)!important;border:1px solid var(--app-lilac-line)!important;
  border-left:0!important;border-radius:19px!important;box-shadow:none!important
}
body.app-home .module-card-main{
  padding:14px 61px 14px 14px!important;display:grid!important;grid-template-columns:58px 1fr!important;
  gap:13px!important;align-items:center!important
}
body.app-home .module-card-head{grid-row:1/5!important;display:block!important;margin:0!important}
body.app-home .module-number{
  width:58px!important;height:58px!important;display:grid!important;place-items:center!important;
  color:var(--app-pink)!important;background:#e2e1e9!important;border-radius:15px!important;font-size:15px!important
}
body.app-home .module-category{display:none!important}
body.app-home .module-card h3{
  margin:0 0 5px!important;color:var(--app-text)!important;font-size:17px!important;
  white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important
}
body.app-home .module-formula{
  margin:0!important;padding:0!important;color:#6b6b6b!important;background:transparent!important;border:0!important;
  font-size:13px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important
}
body.app-home .module-description{display:none!important}
body.app-home .module-meta{margin:4px 0 0!important}
body.app-home .favorite-button{
  right:61px!important;top:50%!important;width:38px!important;height:38px!important;transform:translateY(-50%)!important;
  color:#6f6f6f!important;background:transparent!important;border:3px solid #6f6f6f!important;border-radius:50%!important;font-size:0!important
}
body.app-home .favorite-button.active{background:var(--app-lime)!important;border-color:var(--app-lime-dark)!important}
body.app-home .module-open-arrow{
  right:13px!important;top:50%!important;bottom:auto!important;width:41px!important;height:41px!important;
  display:grid!important;place-items:center!important;transform:translateY(-50%)!important;
  color:var(--app-text)!important;background:#e1e1e9!important;border-radius:12px!important;font-size:25px!important
}

/* Unterseiten der Start-App */
body.app-home .page-intro{
  margin:20px 0 16px!important;padding:18px!important;color:#fff!important;background:var(--app-navy)!important;
  border:0!important;border-radius:22px!important;box-shadow:var(--app-shadow)!important
}
body.app-home .page-intro-icon{color:#fff!important;background:var(--app-lime)!important;border-radius:15px!important}
body.app-home .page-intro span:not(.page-intro-icon){color:#c7d4da!important}
body.app-home .page-intro h2{color:#fff!important;font-size:25px!important}
body.app-home .page-intro p{color:#c5d2d8!important}
body.app-home .search-box,body.app-home .search-result-bar,body.app-home .progress-dashboard{
  border-radius:19px!important;box-shadow:var(--app-shadow)!important
}
body.app-home .chip{border-radius:20px!important}
body.app-home .chip.active{color:#fff!important;background:var(--app-lime)!important;border-color:var(--app-lime-dark)!important}

/* Schwebende Navigation */
body.app-home .app-bottom-nav{
  position:fixed!important;z-index:180!important;left:16px!important;right:16px!important;bottom:12px!important;
  min-height:84px!important;padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;
  display:grid!important;grid-template-columns:repeat(4,1fr)!important;
  background:linear-gradient(135deg,rgba(11,45,68,.96),rgba(61,85,98,.93))!important;
  border:1px solid rgba(255,255,255,.28)!important;border-radius:29px!important;
  box-shadow:var(--app-shadow-strong)!important;backdrop-filter:blur(12px)!important
}
body.app-home .nav-item{color:#fff!important;font-size:9px!important}
body.app-home .nav-item.active::before{display:none!important}
body.app-home .nav-item.active .nav-icon{
  width:44px!important;height:44px!important;margin-top:-14px!important;display:grid!important;place-items:center!important;
  color:#fff!important;background:var(--app-lime)!important;border:0!important;border-radius:15px!important
}
body.app-home .search-nav .nav-icon{width:auto!important;height:auto!important;margin:0!important;background:transparent!important;box-shadow:none!important}

/* ---------- Module ---------- */
body.app-module{padding-bottom:calc(188px + env(safe-area-inset-bottom))!important;background:#fff!important}
body.app-module .mobile-module-header{
  position:sticky!important;z-index:200!important;top:0!important;min-height:104px!important;
  padding:calc(14px + env(safe-area-inset-top)) 15px 12px!important;
  display:grid!important;grid-template-columns:54px minmax(0,1fr) 54px!important;gap:13px!important;align-items:center!important;
  color:var(--app-text)!important;background:#fff!important;border:0!important;box-shadow:0 5px 20px rgba(11,45,68,.07)!important
}
.module-title-pill{
  min-width:0;max-width:270px;margin:auto;padding:13px 18px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#aaa,#c7c7c7);border-radius:20px;
  box-shadow:0 9px 24px rgba(0,0,0,.14);text-align:center
}
.module-title-pill span{
  margin-bottom:2px;color:#edf5c5;font-size:8px;font-weight:800;letter-spacing:.12em;text-transform:uppercase
}
.module-title-pill strong{
  max-width:100%;overflow:hidden;color:#fff;font-size:18px;line-height:1.1;white-space:nowrap;text-overflow:ellipsis
}
body.app-module .mobile-section-nav{
  position:sticky!important;z-index:185!important;top:104px!important;padding:7px 16px!important;
  background:#fff!important;border:0!important;box-shadow:none!important
}
body.app-module .mobile-section-nav select{
  min-height:45px!important;padding:8px 34px 8px 12px!important;color:var(--app-text)!important;
  background:#f0f2f3!important;border:1px solid #cdd6db!important;border-radius:14px!important
}
body.app-module .sidebar{display:none!important}
body.app-module .main{width:min(100%,860px)!important;margin:0 auto!important;padding:0 16px!important}
body.app-module .paper{overflow:visible!important;background:#fff!important;border:0!important;box-shadow:none!important}
body.app-module .topbar{
  margin:14px 0 18px!important;padding:22px 18px 24px!important;color:#222!important;background:#fff!important;
  border:0!important;border-left:0!important;border-radius:27px!important;box-shadow:var(--app-shadow)!important
}
body.app-module .topbar::before,body.app-module .topbar::after{display:none!important}
.module-labels{margin-bottom:17px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.module-type{
  padding:8px 13px;color:#fff;background:var(--app-pink);border-radius:11px;font-size:12px;font-weight:800
}
.module-seen,.module-favorite{
  min-height:38px;padding:7px 12px;color:#5f5f5f;background:#fff;border:1px solid #707070;
  border-radius:11px;font-size:11px;font-weight:700
}
.module-favorite{width:40px;padding:0;font-size:19px}
.module-seen.done,.module-favorite.active{color:#fff;background:var(--app-lime);border-color:var(--app-lime-dark)}
body.app-module .topbar h1{
  margin:0 0 8px!important;color:#222!important;font-family:Arial,Helvetica,sans-serif!important;
  font-size:30px!important;font-weight:800!important;line-height:1.12!important;letter-spacing:-.025em!important
}
body.app-module .topbar .meta{max-width:100%!important;color:#747474!important;font-size:12px!important;line-height:1.5!important}
body.app-module .top-actions{display:none!important}
body.app-module .content{padding:0 0 20px!important;background:#fff!important}
body.app-module .searchbar{
  margin-bottom:14px!important;padding:12px!important;background:#fff!important;border:1px solid #d8dfe3!important;
  border-radius:19px!important;box-shadow:var(--app-shadow)!important
}
body.app-module .metric-grid{gap:8px!important}
body.app-module .metric-card{
  min-height:82px!important;background:#f4f6f7!important;border:1px solid #d8dfe3!important;border-radius:17px!important;box-shadow:none!important
}
body.app-module .metric-card::before{display:none!important}

/* Featured first section: heller Grundlagenbereich für besseren Kontrast */
body.app-module .section-block:first-of-type{
  background:linear-gradient(180deg,#f7f9fb,#eef3f6)!important;
  color:var(--app-text)!important;
  border:1px solid #d7e0e6!important
}
body.app-module .section-block:first-of-type .section-head{background:transparent!important}
body.app-module .section-block:first-of-type .section-head h2{
  color:#fff!important;
  background:#5b2f70!important
}
body.app-module .section-block:first-of-type .mobile-collapse-button{
  color:var(--app-text)!important;
  background:#eef2f5!important
}
body.app-module .section-block:first-of-type .section-body{background:transparent!important}
body.app-module .section-block:first-of-type .info-card,
body.app-module .section-block:first-of-type .formula-card,
body.app-module .section-block:first-of-type .definition-card,
body.app-module .section-block:first-of-type .basis-card,
body.app-module .section-block:first-of-type .status-card,
body.app-module .section-block:first-of-type .factor-card,
body.app-module .section-block:first-of-type .result-item,
body.app-module .section-block:first-of-type .formula-row,
body.app-module .section-block:first-of-type .field,
body.app-module .section-block:first-of-type .input-panel,
body.app-module .section-block:first-of-type .result-panel{
  color:var(--app-body)!important;
  background:#ffffff!important;
  border:1px solid #dbe3e8!important
}
body.app-module .section-block:first-of-type h3,
body.app-module .section-block:first-of-type h4,
body.app-module .section-block:first-of-type strong,
body.app-module .section-block:first-of-type .label,
body.app-module .section-block:first-of-type .field-label,
body.app-module .section-block:first-of-type .result-label,
body.app-module .section-block:first-of-type .info-title{
  color:var(--app-text)!important
}
body.app-module .section-block:first-of-type p,
body.app-module .section-block:first-of-type li,
body.app-module .section-block:first-of-type .muted,
body.app-module .section-block:first-of-type .info-text,
body.app-module .section-block:first-of-type .explanation,
body.app-module .section-block:first-of-type .description{
  color:#55656f!important
}
body.app-module .section-block:first-of-type .equation,
body.app-module .section-block:first-of-type .formula-main,
body.app-module .section-block:first-of-type .equation-box,
body.app-module .section-block:first-of-type .long-equation,
body.app-module .section-block:first-of-type .medium-equation{
  color:var(--app-text)!important;
  background:#f7fbfd!important;
  border:1px solid #d7e1e6!important
}

body.app-module .section-block{
  margin:0 0 18px!important;overflow:hidden!important;background:#fff!important;border:0!important;
  border-radius:27px!important;box-shadow:var(--app-shadow)!important
}
body.app-module .section-head{min-height:68px!important;padding:14px 15px!important;background:#fff!important;border:0!important}
body.app-module .section-head::before{display:none!important}
body.app-module .section-head h2{
  width:max-content!important;max-width:calc(100% - 52px)!important;padding:8px 12px!important;
  color:var(--app-text)!important;background:#dce991!important;border-radius:9px!important;
  font-size:15px!important;font-weight:800!important;text-transform:none!important;letter-spacing:0!important
}
body.app-module .section-head .section-meta{display:none!important}
body.app-module .mobile-collapse-button{
  width:40px!important;height:40px!important;color:var(--app-text)!important;background:#e5e7eb!important;border:0!important;border-radius:11px!important
}
body.app-module .section-body{padding:0 14px 16px!important;background:#fff!important}
body.app-module .formula-row,
body.app-module .field,
body.app-module .input-panel,
body.app-module .result-panel,
body.app-module .info-card,
body.app-module .formula-card,
body.app-module .definition-card,
body.app-module .basis-card,
body.app-module .status-card,
body.app-module .factor-card,
body.app-module .result-item{
  margin:0 0 10px!important;padding:14px!important;background:var(--app-lilac)!important;
  border:1px solid var(--app-lilac-line)!important;border-left:0!important;border-radius:17px!important;box-shadow:none!important
}
body.app-module .equation,
body.app-module .formula-main,
body.app-module .equation-box,
body.app-module .long-equation,
body.app-module .medium-equation{
  padding:12px!important;color:var(--app-text)!important;background:#fff!important;border:1px solid #dadee3!important;border-radius:13px!important
}
body.app-module input:not([type=range]):not([type=checkbox]):not([type=radio]),
body.app-module select{border-color:#c7ced3!important;border-radius:12px!important}
body.app-module button,body.app-module .btn{border-radius:12px!important}
body.app-module .primary{color:#fff!important;background:var(--app-navy)!important;border-color:var(--app-navy)!important}
body.app-module .mobile-complete-row,body.app-module .mobile-bottom-nav{display:none!important}

/* Fester Pager wie in den Screenshots */
.module-pager{
  position:fixed;z-index:230;left:16px;right:16px;bottom:12px;padding:12px;
  color:var(--app-text);background:rgba(255,255,255,.97);border:1px solid #dbe1e4;
  border-radius:25px;box-shadow:var(--app-shadow-strong);backdrop-filter:blur(12px)
}
.module-pager-count{
  width:max-content;margin:0 auto 9px;padding:6px 14px;color:#45677a;background:#e9eef0;
  border-radius:16px;font-size:12px;font-weight:800;letter-spacing:.04em
}
.module-pager-buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.module-pager-link{
  min-height:67px;padding:10px 13px;display:grid;grid-template-columns:25px 1fr;gap:8px;align-items:center;
  overflow:hidden;color:#fff;background:linear-gradient(110deg,var(--app-navy),var(--app-lime));
  border-radius:16px;box-shadow:0 9px 24px rgba(11,45,68,.17)
}
.module-pager-link.next{grid-template-columns:1fr 25px;text-align:right}
.module-pager-label{min-width:0}
.module-pager-label small{display:block;margin-bottom:2px;color:rgba(255,255,255,.76);font-size:10px}
.module-pager-label strong{display:block;overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis}
.module-pager-arrow{font-size:29px;font-weight:300}

@media(min-width:700px){
  body.app-home .app-bottom-nav{left:50%!important;right:auto!important;width:780px!important;transform:translateX(-50%)!important}
  .module-pager{left:50%;right:auto;width:min(calc(100% - 32px),828px);transform:translateX(-50%)}
}
@media(max-width:470px){
  body.app-home .app-header{min-height:105px!important;padding-left:15px!important;padding-right:15px!important}
  .home-wordmark strong{font-size:23px}
  body.app-home .scorm-status{display:none!important}
  .ui-square{width:49px;height:49px;flex-basis:49px}
  .home-hero{padding-left:18px;padding-right:18px}
  .home-search{min-height:103px;padding:14px;grid-template-columns:52px 1fr 42px}
  .home-search-icon{width:52px;height:52px}
  .home-search strong{font-size:17px}
  .app-section-title{grid-template-columns:52px 1fr auto}
  .app-section-icon{width:52px;height:52px}
  .app-section-title h2{font-size:21px}
  .app-section-action{padding:9px 12px;font-size:9px}
  body.app-home .category-card{min-height:177px!important;padding:14px!important}
  body.app-home .category-card h3{font-size:14px!important}
  body.app-module .mobile-module-header{grid-template-columns:49px minmax(0,1fr) 49px!important;padding-left:12px!important;padding-right:12px!important}
  .module-title-pill{padding:11px 12px}
  .module-title-pill strong{font-size:16px}
  body.app-module .topbar h1{font-size:27px!important}
  .module-pager-link{min-height:62px;padding:9px}
  .module-pager-label strong{font-size:12px}
}


/* Finale Korrekturen nach visueller Prüfung */
.home-wordmark{
  padding:0!important;
  color:#ffffff!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  appearance:none!important;
}


/* Korrektur: Seitentitel im Drawer und Kopf kleiner, damit nichts über den Rand läuft */
.drawer-title{padding:20px 18px!important;min-height:122px!important}
.drawer-title strong{font-size:24px!important;line-height:1.08!important;letter-spacing:-.02em!important;overflow-wrap:break-word!important;word-break:normal!important}
.home-wordmark strong{font-size:26px!important;line-height:1.05!important}
@media(max-width:470px){
  .drawer-title{padding:18px 16px!important;min-height:114px!important}
  .drawer-title span{font-size:9px!important;letter-spacing:.12em!important}
  .drawer-title strong{font-size:20px!important;line-height:1.08!important}
  .home-wordmark strong{font-size:20px!important;line-height:1.06!important}
}
