@charset "UTF-8";
/**
 * Platforma Zakupowa v2 - strona izolowana
 */
/**
 * Zmienne dla Platforma Zakupowa v2
 * CAŁKOWICIE OSOBNE od głównego motywu
 */
/**
 * Platforma Zakupowa v2 - strona izolowana
 */
/**
 * Sekcje dla Platforma Zakupowa v2
 * Główny plik importujący wszystkie moduły sekcji
 */
/**
 * Platforma Zakupowa v2 - strona izolowana
 */
/**
 * Hero Section - Platforma v2
 */
.platforma-v2__hero {
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.platforma-v2__hero {
  overflow: hidden;
}
.platforma-v2__hero-bg {
  border: 0 solid #E5E7EB;
  background: linear-gradient(90deg, #0A1473 0%, #2EB135 100%);
  padding: 28px;
}
.platforma-v2__hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}
.platforma-v2__hero h1 {
  color: #FFF;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px; /* 111.111% */
  font-family: "futura-pt", sans-serif;
}
.platforma-v2__hero p {
  color: #eaf5ff;
  max-width: 50ch;
  margin-top: 6px;
  font-family: "futura-pt", sans-serif;
}
.platforma-v2__hero div {
  font-family: "futura-pt", sans-serif;
}
.platforma-v2__hero-img {
  width: 320px;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}
.platforma-v2__hero-footer {
  background: transparent;
}
.platforma-v2__hero-footer-text {
  margin: 0;
  font-size: 13px;
  color: #fff;
  font-style: normal;
  text-align: left;
}
@media (max-width: 860px) {
  .platforma-v2__hero-inner {
    grid-template-columns: 1fr;
  }
  .platforma-v2__hero-img {
    order: -1;
  }
}
.platforma-v2__cta {
  overflow: hidden;
  border-radius: 8px;
  border: 0 solid #E5E7EB;
  background: linear-gradient(90deg, #0A1473 0%, #2EB135 100%);
}
.platforma-v2__cta-bg {
  background: transparent;
  padding: 26px;
}
.platforma-v2__cta h3 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "futura-pt", sans-serif;
}
.platforma-v2__cta p {
  color: #eaf5ff;
  text-align: center;
  margin: 6px 0 18px;
  font-family: "futura-pt", sans-serif;
}
.platforma-v2__cta div {
  font-family: "futura-pt", sans-serif;
}
.platforma-v2__cta-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.platforma-v2__cta-item {
  background: rgba(255, 255, 255, 0.1);
  border: 0 solid #E5E7EB;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  color: #fff;
}
.platforma-v2__cta-item .lbl {
  opacity: 0.85;
  font-size: 13px;
}
.platforma-v2__cta-item .val {
  font-weight: 700;
  margin-top: 4px;
}
.platforma-v2__cta-center {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.platforma-v2__img-container {
  display: flex;
  justify-content: flex-end;
}

/**
 * Platforma Zakupowa v2 - strona izolowana
 */
/**
 * Alert Section - Platforma v2
 */
.platforma-v2__alert-wrap {
  border-left: 4px solid #2EB135;
  background: #F0FDF4;
  padding: 20px;
}
.platforma-v2__alert {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  padding: 14px 16px;
  margin-top: 12px;
}
.platforma-v2__alert-triangle {
  width: 20px;
  height: 21px;
  flex-shrink: 0;
}
.platforma-v2__alert-title {
  color: #0A1473;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 8px 0;
}
.platforma-v2__alert-body {
  color: #131631;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 12px 0;
}

/**
 * Platforma Zakupowa v2 - strona izolowana
 */
/**
 * Cards & Sections - Platforma v2
 */
.platforma-v2__section-title {
  color: #0A1473;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  margin: 0 0 6px 0;
}
.platforma-v2__section-description {
  color: #4B5563;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 12px;
  font-family: "futura-pt", sans-serif;
}
.platforma-v2__body-text {
  color: #4B5563;
  font-size: 16px;
  font-style: normal;
  line-height: 24px; /* 150% */
  font-family: "futura-pt", sans-serif;
}
.platforma-v2__card, .platforma-v2__info {
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 33px;
}
.platforma-v2__card--pad .platforma-v2__card-wrapper {
  border-radius: 8px;
  border: 1px solid #C7D2FE;
  background: linear-gradient(90deg, #EEF2FF 0%, #FAF5FF 100%);
  padding: 20px;
  margin-top: 12px;
}
.platforma-v2__card--pad .platforma-v2__btn--good-practices {
  border-radius: 4px;
  border: 0 solid #E5E7EB;
  background: #4F46E5;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}
.platforma-v2__card--pad .platforma-v2__btn--good-practices:hover {
  background: #3730A3;
}
.platforma-v2__topbox {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}
.platforma-v2__topbox-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.platforma-v2__featured-news-content {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 16px;
  align-items: start;
}
.platforma-v2__featured-news-left {
  flex-shrink: 0;
}
.platforma-v2__featured-news-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.platforma-v2__featured-news-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.platforma-v2__news-type-label {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 9999px;
  border: 0 solid #E5E7EB;
  background: #F0FDF4;
  color: #2EB135;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.platforma-v2__contractor-day-content {
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 16px;
  align-items: start;
}
.platforma-v2__contractor-day-left {
  flex-shrink: 0;
}
.platforma-v2__contractor-day-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.platforma-v2__contractor-day-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.platforma-v2__proceedings-section {
  box-shadow: none !important;
}

/**
 * Platforma Zakupowa v2 - strona izolowana
 */
/**
 * Tables - Platforma v2
 */
.platforma-v2__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.platforma-v2__table th {
  color: #6B7280;
  font-size: 13px;
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-family: "futura-pt", sans-serif;
}
.platforma-v2__table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: #131631;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "futura-pt", sans-serif;
}
.platforma-v2__table tr {
  font-family: "futura-pt", sans-serif;
}

/**
 * Platforma Zakupowa v2 - strona izolowana
 */
/**
 * Grids - Platforma v2
 */
.platforma-v2__grid {
  display: grid;
  gap: 16px;
}
.platforma-v2__grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.platforma-v2__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.platforma-v2__grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 960px) {
  .platforma-v2__grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .platforma-v2__grid--2, .platforma-v2__grid--3, .platforma-v2__grid--4 {
    grid-template-columns: 1fr;
  }
}

/**
 * Platforma Zakupowa v2 - strona izolowana
 */
/**
 * Special Boxes - Platforma v2
 */
.platforma-v2__regulations-box {
  padding: 20px !important;
  border-radius: 8px !important;
  border: 1px solid #BFDBFE !important;
  background: linear-gradient(90deg, #EFF6FF 0%, #DBEAFE 100%) !important;
  box-shadow: none !important;
}
.platforma-v2__regulations-box:nth-child(2) {
  border: 1px solid #BBF7D0 !important;
  background: linear-gradient(90deg, #F0FDF4 0%, #DCFCE7 100%) !important;
}
.platforma-v2__warranty-box {
  padding: 20px !important;
  border-radius: 8px !important;
  border: 1px solid #FDE68A !important;
  background: linear-gradient(90deg, #FFFBEB 0%, #FFF7ED 100%) !important;
  box-shadow: none !important;
}
.platforma-v2__warranty-box:nth-child(1) {
  border: 1px solid #FDE68A !important;
  background: linear-gradient(90deg, #FFFBEB 0%, #FFF7ED 100%) !important;
}
.platforma-v2__warranty-box:nth-child(2) {
  border: 1px solid #E9D5FF !important;
  background: linear-gradient(90deg, #FAF5FF 0%, #EEF2FF 100%) !important;
}
.platforma-v2__warranty-box:nth-child(3) {
  border: 1px solid #99F6E4 !important;
  background: linear-gradient(90deg, #F0FDFA 0%, #ECFEFF 100%) !important;
}
.platforma-v2__good-practices-content {
  padding: 20px !important;
  border-radius: 8px !important;
  border: 1px solid #C7D2FE !important;
  background: linear-gradient(90deg, #EEF2FF 0%, #FAF5FF 100%) !important;
  box-shadow: none !important;
}
.platforma-v2__good-practices-icon {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 16px 18.5px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  border: 0 solid #E5E7EB;
  background: #E0E7FF;
}
.platforma-v2__good-practices-version {
  border: 0 solid #E5E7EB;
  background: rgba(0, 0, 0, 0);
  color: #4F46E5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/**
 * Platforma Zakupowa v2 - strona izolowana
 */
/**
 * Komponenty dla Platforma Zakupowa v2
 */
.platforma-v2__card {
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.platforma-v2__card--pad {
  padding: 20px;
}
.platforma-v2__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 0px;
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  font-family: "futura-pt", sans-serif;
}
.platforma-v2__btn:hover {
  filter: brightness(0.98);
  text-decoration: none;
}
.platforma-v2__btn--primary {
  background: #ffffff;
  color: #0b3a2b;
  border-color: rgba(255, 255, 255, 0.2);
}
.platforma-v2__btn--green {
  background: #2EB135;
  color: #fff;
}
.platforma-v2__btn--ghost {
  display: inline-flex;
  padding: 14px 26.906px 10px 32px;
  justify-content: flex-end;
  align-items: center;
  border-radius: 4px;
  border: 0 solid #E5E7EB;
  background: #FFF;
  color: #0A1473;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.2s ease;
}
.platforma-v2__btn--ghost:hover {
  background: #f8f9fa;
  text-decoration: none;
}
.platforma-v2__btn--warranty {
  border: 0 solid #E5E7EB;
  background: #2EB135;
  color: #FFF;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.2s ease;
}
.platforma-v2__btn--warranty:hover {
  background: #25a02e;
  text-decoration: none;
}
.platforma-v2__pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid transparent;
}
.platforma-v2__pill--warn {
  background: #fff7ed;
  color: #b45309;
  border-color: #fde68a;
}
.platforma-v2__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.platforma-v2__table th {
  color: #6B7280;
  font-size: 13px;
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.platforma-v2__table td {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.platforma-v2__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  padding: 4px 10px;
  color: #2EB135;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 0 solid #E5E7EB;
  background: #F0FDF4;
}
.platforma-v2__status--ok {
  background: #F0FDF4;
  color: #2EB135;
}
.platforma-v2__status--wait {
  background: #F0FDF4;
  color: #2EB135;
}
.platforma-v2__status--info {
  background: #F0FDF4;
  color: #2EB135;
}
.platforma-v2__info {
  padding: 18px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.platforma-v2__info h3 {
  font-size: 15px;
  margin: 0 0 6px;
}
.platforma-v2__info p {
  color: #475569;
  font-size: 14px;
  margin: 6px 0 10px;
  flex-grow: 1;
}
.platforma-v2__info--accent {
  background: #ecfdf5;
  border-color: #bbf7d0;
}
.platforma-v2__grid {
  display: grid;
  gap: 16px;
}
.platforma-v2__grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.platforma-v2__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.platforma-v2__grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 960px) {
  .platforma-v2__grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .platforma-v2__grid--2, .platforma-v2__grid--3, .platforma-v2__grid--4 {
    grid-template-columns: 1fr;
  }
}

@font-face {
  font-family: "futura-pt";
  src: url("fonts/futura-pt.woff2") format("woff2"), url("fonts/futura-pt.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.platforma-v2-page {
  background: #FFF;
}

.platforma-v2 {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 16px;
}

.platforma-v2__divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(8, 13, 45, 0.08), transparent);
  margin: 22px 0;
}
/*# sourceMappingURL=main.css.map */
