@font-face {
  font-family: "Bosch Sans";
  src: url("https://www.boschcarservice.com/de/media/tech/bcs/fonts_1/boschsans-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Bosch Sans";
  src: url("https://www.boschcarservice.com/de/media/tech/bcs/fonts_1/boschsans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Bosch Sans";
  src: url("https://www.boschcarservice.com/de/media/tech/bcs/fonts_1/boschsans-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Bosch-Icon;
  src: url("https://www.boschcarservice.com/de/media/tech/fonts/bosch-icon-woff.woff?8j90ka") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --bcs-red: #d50005;
  --bcs-red-bright: #ed0007;
  --bcs-blue-deep: #003253;
  --bcs-blue-medium: #00538b;
  --bcs-blue-action: #007bc0;
  --bcs-blue-light: #d1e4ff;
  --bcs-grey-dark: #586878;
  --bcs-grey: #c1c7cc;
  --bcs-grey-light: #eff1f1;
  --bcs-white: #ffffff;
  --bcs-black: #000000;
  --line: #d6dadd;
  --success: #00884a;
  --warning: #b35a00;
  --danger: #b00020;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bcs-grey-light);
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--bcs-black);
  font-family: "Bosch Sans", Arial, Helvetica, sans-serif;
  line-height: 1.45;
  background: var(--bcs-white);
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bcs-header {
  position: relative;
  z-index: 20;
  top: 20px;
  background: var(--bcs-white);
  box-shadow: 0 1px 0 var(--line);
}

.bcs-header__main {
  position: relative;
  min-height: 60px;
  padding-left: 184px;
  padding-right: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  background: var(--bcs-blue-deep);
}

.bcs-header__logo {
  position: absolute;
  left: 48px;
  top: -8px;
  z-index: 2;
  width: 106px;
  height: 106px;
  display: block;
}

.bcs-header__logo img {
  display: block;
  width: 106px;
  height: auto;
  position: relative;
  top: -2px;
}

.bcs-header__claim {
  color: var(--bcs-white);
  font-size: 0.95rem;
  font-weight: 700;
  white-space: nowrap;
}

.bcs-header__bottom {
  min-height: 74px;
  padding-left: 184px;
  padding-right: 48px;
  display: flex;
  align-items: stretch;
  background: var(--bcs-white);
}

.bcs-header__nav {
  display: flex;
  min-width: 0;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.bcs-header__nav::-webkit-scrollbar,
.sidebar__nav::-webkit-scrollbar {
  display: none;
}

.bcs-header__nav a,
.bcs-header__nav button {
  min-width: max-content;
  min-height: 74px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-bottom: 4px solid transparent;
  color: var(--bcs-black);
  background: transparent;
  font-size: 1.03rem;
  font-weight: 400;
  text-decoration: none;
}

.bcs-header__nav a:hover,
.bcs-header__nav button:hover,
.bcs-header__nav .is-active {
  border-bottom-color: var(--bcs-red);
  color: var(--bcs-blue-deep);
  background: var(--bcs-grey-light);
}

.icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  font-family: Bosch-Icon;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  speak: never;
}

.icon::before {
  font-family: Bosch-Icon;
  font-size: 1.45rem;
  line-height: 1;
}

.boschicon-bosch-ic-grid-view::before {
  content: "\e190";
}

.boschicon-bosch-ic-info::before {
  content: "\e1ab";
}

.boschicon-bosch-ic-list-view::before {
  content: "\e1c0";
}

.boschicon-bosch-ic-login::before {
  content: "\e1ca";
}

.boschicon-bosch-ic-mail::before {
  content: "\e1cf";
}

.boschicon-bosch-ic-settings::before {
  content: "\e23f";
}

.boschicon-bosch-ic-ticket::before {
  content: "\e27f";
}

.boschicon-bosch-ic-user::before {
  content: "\e29b";
}

.boschicon-bosch-ic-question-frame::before {
  content: "\e89b";
}

.auth-shell {
  width: min(1120px, calc(100% - 64px));
  margin: 0 auto;
  padding: 52px 0 68px;
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.cockpit-nav {
  grid-row: 1 / span 2;
  display: grid;
  gap: 0;
}

.cockpit-nav__head {
  min-height: 145px;
  padding: 54px 28px;
  color: var(--bcs-white);
  background: var(--bcs-blue-deep);
  font-size: 1.8rem;
  font-weight: 900;
}

.cockpit-nav__item {
  min-height: 54px;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  border: 0;
  padding: 0 24px;
  color: var(--bcs-black);
  background: var(--bcs-grey-light);
  font-size: 1.04rem;
  text-align: left;
}

.cockpit-nav__item + .cockpit-nav__item {
  border-top: 1px solid var(--bcs-white);
}

.cockpit-nav__item:hover,
.cockpit-nav__item.is-active {
  color: var(--bcs-white);
  background: var(--bcs-blue-action);
}

.cockpit-nav__teaser {
  margin-top: 32px;
  padding: 0 0 22px;
  overflow: hidden;
  border: 1px solid var(--bcs-grey);
  background: var(--bcs-white);
}

.cockpit-nav__teaser-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.cockpit-nav__teaser strong {
  display: block;
  padding: 22px 18px 0;
  color: var(--bcs-blue-deep);
  font-size: 1.08rem;
  font-weight: 900;
}

.cockpit-nav__teaser p {
  margin: 14px 0 0;
  padding: 0 18px;
  color: var(--bcs-black);
}

.auth-intro,
.auth-panel {
  min-width: 0;
}

.auth-intro {
  grid-column: 2;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.auth-panel {
  grid-column: 2;
  padding-top: 10px;
  background: var(--bcs-white);
}

.story-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--bcs-blue-medium);
  font-size: 0.83rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--bcs-blue-deep);
  line-height: 1.12;
}

h1 {
  font-size: 3.1rem;
  font-weight: 900;
}

h2 {
  font-size: 2rem;
  font-weight: 900;
}

h3 {
  font-size: 1.18rem;
  font-weight: 900;
}

.story-copy p:last-child,
.auth-card__header p,
.section-heading p,
.hero-band p,
.card p,
.module-card p,
.profile-box p,
.empty-state p,
.outbox-item p {
  color: var(--bcs-black);
}

.story-copy p:last-child {
  max-width: 42rem;
  margin: 18px 0 0;
  font-size: 1.18rem;
}

.auth-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 34px;
  border: 1px solid var(--line);
}

.auth-facts div {
  min-height: 108px;
  padding: 24px;
  background: var(--bcs-grey-light);
}

.auth-facts div + div {
  border-left: 1px solid var(--line);
}

.auth-facts strong,
.auth-facts span {
  display: block;
}

.auth-facts strong {
  color: var(--bcs-blue-deep);
  font-weight: 900;
}

.auth-facts span {
  margin-top: 6px;
}

.auth-card {
  max-width: 590px;
}

.auth-card__header {
  margin-bottom: 28px;
}

.auth-card__header p {
  margin: 12px 0 0;
}

.auth-form {
  display: grid;
  gap: 22px;
}

.field {
  display: grid;
  gap: 8px;
}

.field label,
.checkbox-field {
  font-size: 0.95rem;
  font-weight: 900;
}

.required {
  color: var(--bcs-red);
}

.field input,
.field textarea {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid #9ca3a8;
  border-radius: 0;
  color: var(--bcs-black);
  background: var(--bcs-white);
}

.field textarea {
  min-height: 132px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: vertical;
}

.field input[type="file"] {
  min-height: auto;
  padding: 12px;
}

.field input:focus,
.field textarea:focus {
  outline: 3px solid var(--bcs-blue-light);
  border-color: var(--bcs-blue-action);
}

.field small {
  color: var(--bcs-grey-dark);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.checkbox-field {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  font-weight: 400;
}

.checkbox-field input {
  width: 24px;
  height: 24px;
  margin: 0;
  accent-color: var(--bcs-blue-action);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 1px solid var(--bcs-blue-action);
  border-radius: 0;
  color: var(--bcs-white);
  background: var(--bcs-blue-action);
  font-weight: 700;
  text-decoration: none;
}

.button:hover {
  border-color: var(--bcs-blue-deep);
  background: var(--bcs-blue-deep);
}

.button:disabled,
.button:disabled:hover {
  cursor: not-allowed;
  color: var(--bcs-grey-dark);
  border-color: var(--bcs-grey);
  background: var(--bcs-grey-light);
}

.button--secondary,
.button--ghost {
  color: var(--bcs-blue-action);
  border-color: var(--bcs-blue-action);
  background: var(--bcs-white);
}

.button--secondary:hover,
.button--ghost:hover {
  color: var(--bcs-white);
  background: var(--bcs-blue-action);
}

.button--attention {
  color: #3d4a00;
  border-color: #c2d500;
  background: #f5fac8;
}

.button--attention:hover {
  color: var(--bcs-black);
  border-color: #9aaa00;
  background: #e8f08e;
}

.text-button {
  min-height: 0;
  padding: 0;
  border: 0;
  color: var(--bcs-blue-action);
  background: transparent;
  font-weight: 700;
  text-align: left;
}

.text-button:hover {
  color: var(--bcs-blue-deep);
  text-decoration: underline;
}

.form-note {
  margin: 18px 0 0;
}

.alert {
  display: none;
  margin: 0 0 24px;
  padding: 14px 16px;
  border-left: 5px solid var(--bcs-blue-action);
  background: var(--bcs-grey-light);
}

.alert.is-visible {
  display: block;
}

.alert--error {
  border-left-color: var(--danger);
}

.alert--success {
  border-left-color: var(--success);
}

.dashboard-shell {
  min-height: max(0px, calc(100dvh - 218px));
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  background: var(--bcs-grey-light);
}

.sidebar {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  border-right: 1px solid var(--line);
  background: var(--bcs-white);
}

.sidebar__brand {
  min-height: 126px;
  display: grid;
  align-content: center;
  padding: 28px;
  color: var(--bcs-white);
  background: var(--bcs-blue-deep);
}

.sidebar__brand span {
  font-size: 2.1rem;
  font-weight: 900;
}

.sidebar__brand small {
  margin-top: 3px;
  font-size: 0.95rem;
  font-weight: 700;
}

.sidebar__nav {
  display: grid;
  scrollbar-width: none;
}

.nav-item {
  min-height: 56px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  width: 100%;
  align-items: center;
  gap: 16px;
  padding: 0 24px;
  border: 0;
  border-left: 5px solid transparent;
  color: var(--bcs-black);
  background: var(--bcs-white);
  font-weight: 700;
  text-align: left;
}

.nav-item + .nav-item {
  border-top: 1px solid var(--line);
}

.nav-item:hover,
.nav-item.is-active {
  border-left-color: var(--bcs-red);
  color: var(--bcs-white);
  background: var(--bcs-blue-action);
}

.workspace {
  min-width: 0;
  padding: 34px 48px 64px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
}

.topbar h1 {
  font-size: 2.85rem;
}

.topbar__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}

.user-chip,
.status-badge {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: var(--bcs-white);
  color: var(--bcs-blue-deep);
  font-size: 0.88rem;
  font-weight: 700;
}

.user-chip {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  margin-right: 30px;
}

.workspace-content {
  display: grid;
  gap: 28px;
}

.hero-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 0;
  align-items: stretch;
  border: 0;
  background: var(--bcs-white);
}

.hero-band > div:first-child {
  padding: 34px;
}

.hero-band__screen {
  min-height: 220px;
  display: grid;
  align-content: end;
  padding: 28px;
  color: var(--bcs-white);
  background:
    linear-gradient(0deg, rgb(0 50 83 / 88%), rgb(0 50 83 / 20%)),
    url("assets/viewing.png") center / cover;
}

.hero-band__screen strong {
  display: block;
  font-size: 1.4rem;
  line-height: 1.16;
}

.hero-band__screen span {
  display: block;
  margin-top: 8px;
}

.metrics-grid,
.cards-grid,
.module-grid,
.profile-grid {
  display: grid;
  gap: 0;
  border: 1px solid var(--line);
  background: var(--bcs-white);
}

.metrics-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cards-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.module-grid,
.profile-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metric,
.card,
.module-card,
.profile-box,
.empty-state,
.outbox-item {
  padding: 24px;
  background: var(--bcs-white);
}

.metric + .metric,
.card + .card,
.module-card:nth-child(even),
.profile-box + .profile-box {
  border-left: 1px solid var(--line);
}

.module-card:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}

.metric span {
  display: block;
}

.metric strong {
  display: block;
  margin-top: 8px;
  color: var(--bcs-blue-deep);
  font-size: 2.45rem;
  font-weight: 900;
  line-height: 1;
}

.card,
.module-card {
  display: grid;
  gap: 16px;
  align-content: start;
}

.module-card {
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: start;
}

.module-card__top,
.module-card > p,
.module-card__actions {
  grid-column: 2;
}

.module-card__visual {
  width: 150px;
  aspect-ratio: 1;
  overflow: hidden;
  grid-row: 1 / span 3;
  border: 4px solid var(--bcs-grey);
  background: var(--bcs-grey-light);
}

.module-card__visual--success {
  border-color: var(--success);
}

.module-card__visual--activation {
  border-color: #c2d500;
}

.module-card__visual--deactivation {
  border-color: #f6c44f;
}

.module-card__visual--inactive {
  border-color: var(--bcs-grey);
}

.module-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 180ms ease, opacity 180ms ease;
}

.module-card__visual.is-muted img {
  filter: grayscale(1);
  opacity: 0.48;
}

.module-card:hover .module-card__visual.is-muted img,
.module-card:focus-within .module-card__visual.is-muted img,
.module-settings-box:hover .module-card__visual.is-muted img,
.module-settings-box:focus-within .module-card__visual.is-muted img {
  filter: grayscale(0);
  opacity: 1;
}

.module-settings-box {
  display: grid;
  gap: 16px;
  align-content: start;
}

.module-settings-box .module-card__visual {
  grid-row: auto;
}

.card__meta,
.module-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.status-badge {
  min-height: 28px;
}

.status-badge--success {
  border-color: rgb(0 136 74 / 35%);
  background: #e8f5ee;
  color: var(--success);
}

.status-badge--warning {
  border-color: #f6c44f;
  background: #fff4cf;
  color: var(--warning);
}

.status-badge--activation {
  border-color: #c2d500;
  background: #f5fac8;
  color: #5a6500;
}

.status-badge--deactivation {
  border-color: #f6c44f;
  background: #fff4cf;
  color: var(--warning);
}

.settings-warning {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border: 1px solid #c2d500;
  background: #f9fbe2;
}

.settings-warning p {
  margin: 8px 0 0;
}

.settings-warning .button {
  flex: 0 0 auto;
}

.module-card__notice {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 5px solid #c2d500;
  background: #f9fbe2;
  font-weight: 700;
}

.offer-settings {
  min-width: 0;
}

.offer-editor {
  display: grid;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--bcs-grey-light);
}

.offer-editor__head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.offer-editor__head p {
  margin: 6px 0 0;
}

.offer-rows {
  display: grid;
  gap: 12px;
}

.offer-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(110px, 150px) 44px;
  gap: 12px;
  align-items: end;
}

.icon-button {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  color: var(--bcs-blue-deep);
  background: var(--bcs-white);
  font-size: 1.8rem;
  line-height: 1;
}

.icon-button:hover {
  border-color: var(--bcs-red);
  color: var(--bcs-red);
}

.site-footer {
  padding: 18px 48px 24px;
  border-top: 1px solid var(--line);
  color: var(--bcs-grey-dark);
  background: var(--bcs-white);
  font-size: 0.84rem;
  text-align: center;
}

.site-footer a {
  margin-left: 10px;
  color: var(--bcs-blue-action);
  font-weight: 700;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--bcs-blue-deep);
  text-decoration: underline;
}

.version-button {
  margin-left: 10px;
  padding: 0;
  border: 0;
  color: var(--bcs-grey-dark);
  background: transparent;
  font: inherit;
  font-weight: 700;
  opacity: 0.5;
  text-decoration: none;
}

.version-button:hover {
  color: var(--bcs-grey-dark);
  opacity: 0.85;
  text-decoration: none;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  padding: 0 0 2px;
}

.section-heading p {
  margin: 8px 0 0;
}

.module-card__top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.module-card__top h3 {
  margin: 12px 0 8px;
}

.module-card__description {
  margin: 0 0 8px;
}

.module-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.outbox-list {
  display: grid;
  border: 1px solid var(--line);
  background: var(--bcs-white);
}

.admin-workshop-list {
  display: grid;
  gap: 18px;
}

.admin-workshop-card {
  border: 1px solid var(--line);
}

.outbox-item + .outbox-item {
  border-top: 1px solid var(--line);
}

.outbox-item strong,
.outbox-item span {
  display: block;
}

.outbox-item span {
  margin-top: 5px;
  color: var(--bcs-grey-dark);
  font-size: 0.88rem;
}

.outbox-item p {
  margin: 10px 0 0;
}

.profile-box dl {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 10px 14px;
  margin: 20px 0 0;
}

.profile-box dt {
  color: var(--bcs-grey-dark);
}

.profile-box dd {
  margin: 0;
  font-weight: 700;
}

.empty-state {
  display: grid;
  gap: 14px;
  justify-items: start;
  border: 1px solid var(--line);
}

.toast-region {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: grid;
  gap: 10px;
  width: min(380px, calc(100vw - 40px));
}

.toast {
  padding: 14px 16px;
  border-left: 5px solid var(--bcs-blue-action);
  background: var(--bcs-white);
  box-shadow: 0 8px 18px rgb(0 0 0 / 16%);
}

.toast--success {
  border-left-color: var(--success);
}

.has-modal {
  overflow: hidden;
}

.preview-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 28px;
}

.preview-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(0 24 40 / 74%);
}

.preview-modal__panel {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  padding: 34px;
  background: var(--bcs-white);
  box-shadow: 0 22px 60px rgb(0 0 0 / 34%);
}

.preview-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 0;
  color: var(--bcs-blue-deep);
  background: transparent;
  font-size: 2rem;
  line-height: 1;
}

.preview-modal__close:hover {
  background: var(--bcs-grey-light);
}

.version-modal__panel {
  width: min(620px, 100%);
}

.version-notes {
  display: grid;
  gap: 20px;
}

.version-notes h2 {
  font-size: 2.35rem;
}

.version-notes__entry {
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.version-notes__entry h3 span {
  margin-left: 8px;
  color: var(--bcs-grey-dark);
  font-size: 0.9rem;
  font-weight: 700;
}

.version-notes__entry ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.version-notes__entry li + li {
  margin-top: 8px;
}

.tv-frame {
  padding: 16px 16px 32px;
  border: 12px solid #33383d;
  border-bottom-width: 28px;
  background: #15191d;
  box-shadow: 0 16px 35px rgb(0 0 0 / 30%);
}

.tv-frame__screen {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  background: var(--bcs-blue-deep);
}

.tv-frame__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: var(--bcs-blue-deep);
}

.tv-frame__screen::after {
  content: none;
}

.tv-frame__content {
  position: relative;
  z-index: 1;
  width: min(430px, 72%);
  padding: 46px;
  color: var(--bcs-white);
}

.tv-frame__content span,
.tv-frame__content strong,
.tv-frame__content p {
  display: block;
}

.tv-frame__content span {
  font-weight: 900;
  text-transform: uppercase;
}

.tv-frame__content strong {
  margin-top: 14px;
  font-size: 2.6rem;
  line-height: 1.08;
}

.tv-frame__content p {
  margin: 18px 0 0;
  color: var(--bcs-white);
  font-size: 1.15rem;
}

@media (max-width: 1020px) {
  .bcs-header__main,
  .bcs-header__bottom {
    padding-left: 148px;
    padding-right: 24px;
  }

  .bcs-header__logo {
    left: 24px;
  }

  .auth-shell,
  .dashboard-shell {
    grid-template-columns: 1fr;
  }

  .auth-shell {
    width: min(760px, calc(100% - 32px));
  }

  .auth-intro,
  .auth-panel {
    grid-column: auto;
  }

  .dashboard-shell {
    min-height: auto;
  }

  .sidebar {
    width: 100%;
    min-width: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .sidebar__brand {
    min-height: 92px;
  }

  .sidebar__nav {
    width: 100%;
    max-width: 100%;
    display: flex;
    overflow-x: auto;
  }

  .nav-item {
    min-width: max-content;
    border-left: 0;
    border-bottom: 4px solid transparent;
  }

  .nav-item:hover,
  .nav-item.is-active {
    border-left-color: transparent;
    border-bottom-color: var(--bcs-red);
  }

  .hero-band,
  .module-grid,
  .cards-grid,
  .metrics-grid,
  .profile-grid {
    grid-template-columns: 1fr;
  }

  .metric + .metric,
  .card + .card,
  .module-card:nth-child(even),
  .profile-box + .profile-box {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .module-card:nth-child(n + 3) {
    border-top: 1px solid var(--line);
  }

  .module-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .settings-warning,
  .offer-editor__head {
    display: grid;
    justify-items: start;
  }

  .preview-modal__panel {
    padding: 24px;
  }

  .tv-frame__screen {
    min-height: 0;
  }

  .tv-frame__content {
    width: min(390px, 86%);
    padding: 34px;
  }
}

@media (max-width: 700px) {
  .bcs-header__main {
    min-height: 84px;
    padding: 16px;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .bcs-header__logo {
    position: static;
    width: 84px;
    height: auto;
  }

  .bcs-header__logo img {
    width: 84px;
  }

  .bcs-header__claim {
    white-space: normal;
  }

  .bcs-header__bottom {
    min-height: auto;
    padding: 0;
  }

  .bcs-header__nav a,
  .bcs-header__nav button {
    min-height: 52px;
    padding: 0 16px;
    font-size: 0.96rem;
  }

  .auth-shell {
    width: 100%;
    padding: 0 0 34px;
    gap: 24px;
  }

  .cockpit-nav__head {
    min-height: 92px;
    padding: 28px 22px;
  }

  .cockpit-nav__teaser {
    display: none;
  }

  .auth-intro,
  .auth-panel,
  .workspace,
  .site-footer {
    padding-left: 22px;
    padding-right: 22px;
  }

  .auth-intro {
    padding-top: 6px;
  }

  h1 {
    font-size: 2.35rem;
  }

  h2,
  .topbar h1 {
    font-size: 1.85rem;
  }

  .auth-facts,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .auth-facts div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .button,
  .button-row .text-button {
    width: 100%;
  }

  .button-row .text-button {
    text-align: center;
  }

  .workspace {
    width: 100%;
    padding-top: 24px;
  }

  .topbar {
    display: grid;
  }

  .topbar__actions {
    justify-content: start;
  }

  .profile-box dl {
    grid-template-columns: 1fr;
  }

  .module-card__visual {
    width: 128px;
  }

  .module-card {
    grid-template-columns: 1fr;
  }

  .module-card__visual,
  .module-card__top,
  .module-card > p,
  .module-card__actions {
    grid-column: auto;
  }

  .module-card__visual {
    grid-row: auto;
  }

  .offer-row {
    grid-template-columns: 1fr;
  }

  .icon-button {
    width: 100%;
  }

  .preview-modal {
    padding: 14px;
  }

  .preview-modal__panel {
    padding: 16px;
  }

  .tv-frame {
    padding: 8px 8px 22px;
    border-width: 8px;
    border-bottom-width: 22px;
  }

  .tv-frame__screen {
    min-height: 0;
  }

  .tv-frame__content {
    width: 100%;
    padding: 24px;
  }

  .tv-frame__content strong {
    font-size: 1.8rem;
  }
}
