@charset "UTF-8";
.full-width-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  max-height: 1000px;
  min-height: 300px;
  aspect-ratio: 16/9;
}

.banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("livingroom-JWaCbUz.jpg") no-repeat top center;
  background-size: cover;
}
.banner-background.job {
  background: url("office-VZxO9Rh.jpg") no-repeat top center;
  background-size: cover;
}
.banner-background.hardware {
  background: url("hardware-cytMueS.jpg") no-repeat top center;
  background-size: cover;
}

.banner-content {
  position: absolute;
  bottom: 20px;
  left: 50px;
  width: calc(100% - 100px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  color: white;
}

.custom-heading {
  text-align: left;
  text-transform: uppercase;
  color: #f1800a;
  font-size: 2rem;
  font-weight: 900;
  line-height: 0.9;
  padding: 0.5em 2em 0.5em 1em;
  background-image: url("white-heading-overlay-zf12CDX.png");
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  top: -5rem;
}

.custom-heading b {
  color: #231f20;
  /*font-size: 2.2rem;*/
  font-weight: 900;
  position: relative;
  top: -0.2em;
  text-wrap: nowrap;
  font-size: clamp(0.5rem, 2vw, 2rem);
}

.cta-wrapper {
  position: absolute;
  bottom: -10%;
  right: 10%;
  transform: translateY(-50%);
}
.cta-wrapper p {
  font-size: x-small;
  text-align: right;
}

.cta-container {
  background-image: url("orange-heading-xOXdsHz.png");
  background-repeat: no-repeat;
  background-position: top left;
  padding: 1rem 1rem 1rem 4rem;
}

.banner-content .custom-heading {
  font-size: clamp(0.5rem, 3vw, 3rem);
}

.CTA {
  font-size: clamp(1rem, 2vw, 2rem); /* Velikost tlačítka se přizpůsobuje viewportu */
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  margin-top: 0;
  text-wrap: nowrap;
}

.CTA::after {
  content: "→"; /* Unicode pro šipku doprava */
  margin-left: 10px;
  transition: margin-left 0.3s ease;
}

.CTA:hover::after {
  margin-left: 15px;
}

@media (max-width: 768px) {
  .banner-content div {
    font-size: 2vw;
  }
  .custom-heading b {
    font-size: 2vw;
  }
  .cta-container {
    padding: 0.25rem 0.25rem 0.25rem 3rem;
  }
  .CTA {
    font-size: 2vw;
  }
}
@keyframes fadeOutIn {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fading-text {
  animation: fadeOutIn 1.5s ease-in-out;
}

.about-box {
  border: 0;
  border-radius: 0.75rem;
  background-color: #ffffff;
}
.about-box .card-title {
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  line-height: 1.25;
}
.about-box .card-body p,
.about-box .card-body .card-text {
  font-size: clamp(0.9rem, 1.4vw, 1rem);
}
.about-box__icon {
  font-size: 1.75rem;
  line-height: 1;
  color: #f1800a;
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.about-box__image {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  margin-top: clamp(0.375rem, 1.2vw, 0.875rem);
  margin-bottom: clamp(0.375rem, 1.2vw, 0.875rem);
  display: block;
}
.about-box__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: #f1800a;
  text-decoration: none;
}
.about-box__link:after {
  content: "→";
  transition: transform 0.2s ease;
}
.about-box__link:hover {
  color: #d66f06;
}
.about-box__link:hover:after {
  transform: translateX(3px);
}

.site-nav__link {
  white-space: nowrap;
}

.site-nav__menu {
  row-gap: 0.35rem;
}

.site-nav__actions {
  width: 100%;
}

.homepage-intro {
  padding-top: 0.5rem;
}

.homepage-intro__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c66208;
}

.homepage-intro__title {
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.02;
  font-weight: 900;
  color: #14213d;
  margin-bottom: 1.2rem;
}

.homepage-intro__list,
.homepage-intro__benefits {
  display: grid;
  gap: 0.9rem;
  padding-left: 1.25rem;
  color: #334155;
}

.homepage-intro__list li,
.homepage-intro__benefits li {
  margin: 0;
  line-height: 1.55;
}

.homepage-intro__lead {
  color: #334155;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.homepage-intro__lead--strong {
  font-size: 1.05rem;
  color: #14213d;
}

.homepage-intro__cta-wrap {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}

.homepage-intro__cta {
  border-radius: 999px;
  padding: 0.75rem 1.4rem;
  font-weight: 700;
}

.homepage-intro__steps-intro {
  margin-bottom: 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #14213d;
}

.homepage-intro__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.homepage-intro__step {
  height: 100%;
  padding: 1.1rem 1rem;
  border-radius: 1rem;
  background: #455354;
  color: #ffffff;
}

.homepage-intro__step-title {
  margin: 0 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 800;
  color: #f1800a;
}

.homepage-intro__step-text {
  margin: 0;
  color: #ffffff;
  line-height: 1.5;
}

.homepage-intro__getting-started {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.homepage-intro__getting-started-title {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  font-weight: 800;
  color: #14213d;
}

.homepage-intro__getting-started-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding-left: 1.4rem;
  color: #334155;
}

.homepage-intro__getting-started-list li {
  line-height: 1.55;
  margin: 0;
}

.homepage-about {
  display: grid;
  gap: 1rem;
}

.homepage-about__title {
  margin: 0;
  font-size: clamp(1.55rem, 2.3vw, 2.15rem);
  line-height: 1.08;
  font-weight: 800;
  color: #14213d;
}

.homepage-about__list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding-left: 1.25rem;
  color: #334155;
}

.homepage-about__list li {
  margin: 0;
  line-height: 1.55;
}

.homepage-about__note,
.homepage-about__lead,
.homepage-about__meta p {
  margin: 0;
  color: #334155;
  line-height: 1.6;
}

.homepage-about__meta {
  display: grid;
  gap: 0.85rem;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.homepage-about__meta a {
  color: #c66208;
  font-weight: 700;
}

.homepage-left-column__divider {
  height: 1px;
  margin: 2rem 0;
  background: rgba(15, 23, 42, 0.08);
}

.homepage-left-column__body {
  padding-top: 0.5rem !important;
}

.page-stack {
  display: grid;
  gap: 1.5rem;
}

.page-stack--narrow {
  max-width: 60rem;
}

.page-intro,
.page-section,
.page-surface {
  border: 0;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  padding: 1.5rem;
}

.page-intro__eyebrow {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c66208;
}

.page-intro__title,
.page-section__title {
  color: #14213d;
}

.page-intro__title {
  margin: 0;
  font-size: clamp(1.7rem, 2.8vw, 2.6rem);
  line-height: 1.05;
  font-weight: 800;
}

.page-intro__lead,
.page-prose,
.page-surface__lead,
.page-section__body {
  color: #334155;
  line-height: 1.65;
}

.page-intro__lead {
  margin-top: 0.9rem;
  max-width: 48rem;
}

.page-intro__actions {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-intro--danger {
  border: 1px solid rgba(220, 53, 69, 0.18);
  background: linear-gradient(180deg, #fff 0%, #fff5f5 100%);
}

.page-section {
  display: grid;
  gap: 0.9rem;
}

.page-section__title {
  margin: 0;
  font-size: clamp(1.2rem, 1.9vw, 1.6rem);
  line-height: 1.2;
  font-weight: 700;
}

.page-section__body > :last-child,
.page-surface > :last-child,
.page-prose > :last-child {
  margin-bottom: 0;
}

.page-surface__lead {
  margin: 0;
}

.page-form-card,
.page-list-card {
  border: 0;
  border-radius: 0.75rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.page-form-card .card-body,
.page-list-card .card-body {
  padding: 1.5rem;
}

.page-form-card__title {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #14213d;
}

.page-form-card__subtitle {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}

.page-definition-list dt {
  color: #64748b;
  font-weight: 700;
}

.page-definition-list dd {
  color: #14213d;
}

.page-list-card .list-group-item {
  border-left: 0;
  border-right: 0;
}

.page-list-card .list-group-item:first-child {
  padding-top: 0;
}

.page-list-card .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.article-list__item {
  padding-inline: 0;
}

.article-list__image {
  border-radius: 0.75rem;
  object-fit: cover;
}

.article-list__content {
  display: grid;
  gap: 0.65rem;
}

.article-list__title-link,
.article-detail a {
  color: #c66208;
  text-decoration: none;
}

.article-list__title-link:hover,
.article-list__title-link:focus,
.article-detail a:hover,
.article-detail a:focus {
  color: #a45407;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
}

.article-list__title {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.15;
  font-weight: 800;
  color: #14213d;
}

.article-list__title-link .article-list__title {
  color: #c66208;
}

.article-list__title-link:hover .article-list__title,
.article-list__title-link:focus .article-list__title {
  color: #a45407;
}

.article-list__perex {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #334155;
}

.article-detail h1,
.article-detail h2,
.article-detail h3,
.article-detail h4 {
  color: #14213d;
  line-height: 1.15;
  font-weight: 800;
}

.article-detail h1 {
  font-size: clamp(1.8rem, 2.8vw, 2.5rem);
}

.article-detail h2 {
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  margin-top: 2rem;
}

.article-detail h3 {
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  margin-top: 1.6rem;
}

.article-detail p,
.article-detail li {
  color: #334155;
  line-height: 1.7;
}

@media (max-width: 991.98px) {
  .page-intro,
  .page-section,
  .page-surface,
  .page-form-card .card-body,
  .page-list-card .card-body {
    padding: 1.2rem;
  }
  .homepage-intro__steps {
    grid-template-columns: 1fr;
  }
}
.form-label {
  font-weight: bold;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(16px, 2.4vw, 22px);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.server-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.server-logo {
  width: 160px;
  height: 80px;
  border-radius: 10px;
  background-image: url("img/zippyserver-emFEbdN.png");
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  filter: none;
  transition: filter 0.2s ease, opacity 0.2s ease;
}

.server-logo.is-muted {
  filter: grayscale(100%);
  opacity: 0.7;
}

.page {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  padding-top: 83px;
  flex: 1;
  min-height: calc(100vh - 101px);
}

ul li {
  margin-top: clamp(4px, 0.5vw, 12px);
  margin-bottom: clamp(4px, 0.5vw, 12px);
}

.card-invitation {
  max-width: 25rem;
}

.site-footer {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.9);
}
.site-footer__title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}
.site-footer__list {
  display: grid;
  gap: 0.4rem;
}
.site-footer__link, .site-footer__text {
  font-size: 0.92rem;
  line-height: 1.5;
}
.site-footer__link {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.site-footer__link:hover, .site-footer__link:focus {
  color: #fff;
  text-decoration: underline;
}
.site-footer__text {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}
.site-footer__legal {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1rem;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}
.site-footer__meta {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1200px) {
  .unimportant {
    display: none;
  }
}
@media (max-width: 768px) {
  .unimportant-2 {
    display: none;
  }
}
form.needs-validation ul li {
  background-color: var(--bs-danger-bg, #f8d7da);
  color: var(--bs-danger-text, #842029);
  padding: 0.5rem;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  border: 1px solid var(--bs-danger-border, #f5c2c7);
  font-size: small;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: fit-content;
}
form.needs-validation ul li::before {
  content: "\f33a";
  font-family: "bootstrap-icons";
  color: var(--bs-danger);
  font-size: 1.2rem;
}

.form-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  background-color: white;
  padding: 2rem;
}

.voucher-cta {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #0d6efd 0%, #a64aff 100%);
  box-shadow: 0 0 16px rgba(13, 110, 253, 0.45);
  transition: all 0.25s ease-in-out;
  margin-left: 0.5rem;
  position: relative;
  top: 6px;
}
.voucher-cta:hover, .voucher-cta:focus {
  color: #fff;
  box-shadow: 0 0 25px rgba(166, 74, 255, 0.6);
  transform: translateY(-1px) scale(1.05);
  background: linear-gradient(90deg, #a64aff 0%, #0d6efd 100%);
  text-decoration: none;
}
.voucher-cta:active {
  transform: translateY(0);
  box-shadow: 0 0 8px rgba(13, 110, 253, 0.5);
}
.navbar-dark .voucher-cta {
  background: linear-gradient(90deg, #66b2ff 0%, #ff9cff 100%);
  color: #000;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.4);
}
.navbar-dark .voucher-cta:hover {
  transform: translateY(-1px) scale(1.05);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
}

.run-start-grid .run-start-card {
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.run-start-grid .run-start-card__image {
  height: 64px;
  width: auto;
}
.run-start-grid .run-start-card__footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background: #f8f9fa;
  font-size: 0.9rem;
}
.run-start-grid .run-start-card:not(.disabled):hover, .run-start-grid .run-start-card:not(.disabled):focus {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.run-start-grid .run-start-card.disabled {
  pointer-events: none;
  opacity: 0.6;
  border-style: dashed;
  box-shadow: none;
  transform: none;
  color: #6c757d;
}
.run-start-grid .run-start-card.disabled .card-subtitle,
.run-start-grid .run-start-card.disabled .card-title {
  color: inherit;
}
.run-start-grid .run-start-card.disabled .run-start-card__footer {
  background: #f1f3f5;
}

.run-start-grid .run-start-card {
  display: block;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.run-start-grid .run-start-card__image {
  height: 64px;
  width: auto;
}
.run-start-grid .run-start-card:hover, .run-start-grid .run-start-card:focus {
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.run-start-grid .run-start-card.disabled {
  pointer-events: none;
  opacity: 0.6;
  border-style: dashed;
  box-shadow: none;
  transform: none;
  color: #6c757d;
}
.run-start-grid .run-start-card.disabled .card-subtitle,
.run-start-grid .run-start-card.disabled .card-title {
  color: inherit;
}

.dashboard-sidebar-wrap {
  top: 104px;
}

.dashboard-sidebar {
  display: grid;
  gap: 1rem;
}

.dashboard-sidebar__section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, #f8f9fa 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.05);
}

.dashboard-sidebar__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.75rem;
}

.dashboard-sidebar__icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(241, 128, 10, 0.16), rgba(13, 110, 253, 0.12));
  color: #cc6b08;
}

.dashboard-sidebar__link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #334155;
  border-radius: 0.85rem;
  padding: 0.7rem 0.85rem;
  font-weight: 600;
}

.dashboard-sidebar__link:hover,
.dashboard-sidebar__link:focus {
  background-color: rgba(241, 128, 10, 0.08);
  color: #c66208;
}

.dashboard-sidebar__link.active {
  background: linear-gradient(135deg, #1f6feb 0%, #f1800a 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(31, 111, 235, 0.18);
}

.dashboard-mobile-nav__button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
}

.dashboard-page-header {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background: radial-gradient(circle at top right, rgba(241, 128, 10, 0.18), transparent 32%), linear-gradient(135deg, #ffffff 0%, #fff8f1 42%, #eef5ff 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
}

.dashboard-page-header__inner {
  max-width: 48rem;
}

.dashboard-page-header__eyebrow,
.dashboard-kicker {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #c66208;
  margin-bottom: 0.45rem;
}

.dashboard-page-header__title,
.dashboard-title {
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 0.4rem;
  color: #14213d;
}

.dashboard-page-header__description,
.dashboard-lead {
  color: #475569;
  max-width: 46rem;
}

.dashboard-panel {
  display: grid;
  gap: 1.5rem;
}

.dashboard-card {
  border-radius: 1.2rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 35px rgba(15, 23, 42, 0.05);
}

.dashboard-card--soft {
  background: linear-gradient(135deg, #ffffff 0%, #fff9f2 100%);
}

.dashboard-card--hero {
  background: radial-gradient(circle at top right, rgba(241, 128, 10, 0.16), transparent 28%), linear-gradient(135deg, #fff8ef 0%, #fffdf9 42%, #eef6ff 100%);
  border-color: rgba(241, 128, 10, 0.12);
  color: #14213d;
}

.dashboard-card__body {
  padding: 1.35rem;
}

.dashboard-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.dashboard-hero .dashboard-kicker,
.dashboard-card--hero .dashboard-kicker {
  color: #c66208;
}

.dashboard-hero__title {
  color: #14213d;
}

.dashboard-hero__description {
  color: #475569;
  max-width: 38rem;
}

.dashboard-hero__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.dashboard-section-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #14213d;
}

.dashboard-stat__label {
  display: inline-block;
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 0.55rem;
}

.dashboard-stat__value {
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1;
  font-weight: 800;
  color: #14213d;
  margin-bottom: 0.5rem;
}

.dashboard-stat__value span {
  font-size: 0.95rem;
  font-weight: 700;
  color: #64748b;
}

.dashboard-stat__value--compact {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.dashboard-stat__meta {
  color: #64748b;
  font-size: 0.95rem;
}

.dashboard-stat .dashboard-card__body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.dashboard-card__cta {
  margin-top: auto;
  border-radius: 999px;
  align-self: flex-start;
}

.dashboard-card__pill {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(241, 128, 10, 0.12);
  color: #c66208;
  font-size: 0.82rem;
  font-weight: 700;
  align-self: flex-start;
}

.dashboard-action-btn {
  border-radius: 999px;
  padding-inline: 1.1rem;
  box-shadow: 0 12px 24px rgba(13, 110, 253, 0.16);
}

.dashboard-list {
  display: grid;
  gap: 0.9rem;
}

.dashboard-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: #f8fafc;
}

.dashboard-list__title {
  margin: 0 0 0.2rem;
  font-size: 1rem;
  font-weight: 700;
  color: #14213d;
}

.dashboard-list__meta,
.dashboard-list__aside {
  color: #64748b;
  font-size: 0.95rem;
}

.dashboard-list__aside {
  font-weight: 700;
  white-space: nowrap;
}

.dashboard-shortcut {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  height: 100%;
  text-decoration: none;
  color: #1f2937;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  padding: 1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.dashboard-shortcut i {
  color: #c66208;
  font-size: 1.2rem;
}

.dashboard-shortcut:hover,
.dashboard-shortcut:focus {
  color: #c66208;
  transform: translateY(-2px);
  border-color: rgba(241, 128, 10, 0.3);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.dashboard-metric {
  border-radius: 1rem;
  padding: 1rem;
  background: #f8fafc;
  font-size: 2rem;
  font-weight: 800;
  color: #14213d;
}

.dashboard-metric span {
  display: block;
  margin-top: 0.25rem;
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 600;
}

.dashboard-status-badge {
  font-size: 0.9rem;
  padding: 0.65rem 0.95rem;
}

.dashboard-bullet-list {
  margin: 0;
  padding-left: 1.2rem;
  color: #334155;
  display: grid;
  gap: 0.75rem;
}

.dashboard-bullet-list--muted {
  color: #64748b;
}

.dashboard-link-list .list-group-item {
  border: 0;
  border-radius: 0.85rem;
  margin-bottom: 0.45rem;
  background: #f8fafc;
}

@media (max-width: 991.98px) {
  .dashboard-page-header {
    padding: 1.2rem;
  }
  .dashboard-hero {
    align-items: flex-start;
    flex-direction: column;
  }
  .dashboard-hero__actions {
    justify-content: flex-start;
  }
  .dashboard-list__item {
    align-items: flex-start;
    flex-direction: column;
  }
}
.page-section--legal .vop-content {
  color: #334155;
  line-height: 1.65;
  font-size: clamp(0.98rem, 1.2vw, 1.05rem);
}
.page-section--legal .vop-content > :first-child {
  margin-top: 0;
}
.page-section--legal .vop-content > :last-child {
  margin-bottom: 0;
}
.page-section--legal .vop-content > h1 {
  display: none;
}
.page-section--legal .vop-content h2,
.page-section--legal .vop-content h3,
.page-section--legal .vop-content h4 {
  color: #14213d;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.85rem;
}
.page-section--legal .vop-content h2 {
  font-size: clamp(1.2rem, 1.9vw, 1.6rem);
}
.page-section--legal .vop-content h3 {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
}
.page-section--legal .vop-content h4 {
  font-size: 1rem;
}
.page-section--legal .vop-content p,
.page-section--legal .vop-content ul,
.page-section--legal .vop-content ol {
  margin-bottom: 1rem;
}
.page-section--legal .vop-content ul,
.page-section--legal .vop-content ol {
  padding-left: 1.35rem;
}
.page-section--legal .vop-content li {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.page-section--legal .vop-content strong {
  color: #14213d;
  font-weight: 700;
}
.page-section--legal .vop-content a {
  color: #c66208;
  text-underline-offset: 0.18em;
}
.page-section--legal .vop-content a:hover, .page-section--legal .vop-content a:focus {
  color: #a45407;
}

/*# sourceMappingURL=app.css-eJ2HNQk.map */
