/* [next]/internal/font/google/inter_5972bc34.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.2a48534a.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.18a48cbc.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.7a40eb73.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.c995e352.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_5972bc34-module__OU16Qa__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/* [project]/src/styles/blocks/hero-section.css [app-client] (css) */
.hero-section {
  background: #000;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(rgba(0, 211, 230, .1) 0%, rgba(0, 0, 0, 0) 70%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-animated-circles {
  pointer-events: none;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.hero-light-object {
  pointer-events: none;
  z-index: 50;
  opacity: 1;
  filter: blur(20px);
  background: radial-gradient(circle, rgba(0, 119, 255, .8) 0%, rgba(0, 119, 255, .4) 50%, rgba(0, 0, 0, 0) 100%);
  border-radius: 50%;
  animation: 12s ease-in-out infinite lightFloat;
  position: absolute;
}

.hero-light-object-1 {
  width: 400px;
  height: 400px;
  animation-delay: 0s;
  top: 200px;
  left: 100px;
  box-shadow: 0 0 200px rgba(0, 119, 255, .6), 0 0 400px rgba(0, 119, 255, .3);
}

.hero-light-object-2 {
  background: radial-gradient(circle, rgba(0, 211, 230, .8) 0%, rgba(0, 211, 230, .4) 50%, rgba(0, 0, 0, 0) 100%);
  width: 350px;
  height: 350px;
  animation-delay: 2s;
  top: 300px;
  left: 600px;
  box-shadow: 0 0 200px rgba(0, 211, 230, .6), 0 0 400px rgba(0, 211, 230, .3);
}

@keyframes lightFloat {
  0% {
    opacity: .6;
    transform: translateX(0)translateY(0)scale(1);
  }

  25% {
    opacity: .8;
    transform: translateX(100px)translateY(-50px)scale(1.2);
  }

  50% {
    opacity: .7;
    transform: translateX(200px)translateY(-25px)scale(.9);
  }

  75% {
    opacity: .9;
    transform: translateX(150px)translateY(50px)scale(1.1);
  }

  100% {
    opacity: .6;
    transform: translateX(0)translateY(0)scale(1);
  }
}

.hero-container {
  z-index: 10;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  min-height: 80vh;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  position: relative;
}

@media (min-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.hero-left-column {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.hero-badge {
  color: #07f;
  background: rgba(7, 255, 255, .1);
  border: 1px solid rgba(7, 255, 255, .3);
  border-radius: 20px;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
}

.hero-badge-dot {
  background: #07f;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 2s ease-in-out infinite pulse;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

.hero-title {
  color: #fff;
  margin: 0;
  font-family: VK Sans Display Expanded, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 56px;
  }
}

@media (min-width: 1280px) {
  .hero-title {
    font-size: 64px;
  }
}

.hero-subtitle {
  color: #7c8a9a;
  max-width: 500px;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .hero-subtitle {
    font-size: 20px;
  }
}

.hero-buttons {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}

.hero-button {
  cursor: pointer;
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .15s;
  display: inline-flex;
}

.hero-button-primary {
  color: #fff;
  background: #ff6b35;
}

.hero-button-primary:hover {
  background: #e55a2b;
  transform: translateY(-2px);
}

.hero-button-secondary {
  color: #ff6b35;
  background: none;
  border: 2px solid #ff6b35;
}

.hero-button-secondary:hover {
  color: #fff;
  background: #ff6b35;
  transform: translateY(-2px);
}

.hero-stats {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.hero-stat-number {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.hero-right-column {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-features-window {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  padding: 32px;
}

.hero-features-title {
  color: #fff;
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
}

.hero-features-list {
  flex-direction: column;
  gap: 16px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: flex;
}

.hero-feature-item {
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.hero-feature-icon {
  color: #ff6b35;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 18px;
  font-weight: 700;
}

.hero-feature-item span:last-child {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.hero-features-divider {
  background: rgba(255, 255, 255, .1);
  height: 1px;
  margin: 24px 0;
}

.hero-benefits-title {
  color: #fff;
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
}

.hero-benefits-text {
  color: #7c8a9a;
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.6;
}

.hero-benefits-question {
  color: #ff6b35;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.hero-marquee {
  background: rgba(0, 0, 0, .6);
  border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  align-items: center;
  height: 50px;
  display: flex;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.hero-marquee-content {
  white-space: nowrap;
  flex-shrink: 0;
  animation: 120s linear infinite marquee;
  display: flex;
}

.hero-marquee-content span {
  color: #fff;
  opacity: .9;
  letter-spacing: .5px;
  flex-shrink: 0;
  margin-right: 120px;
  font-family: VK Sans Display, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* [project]/src/styles/blocks/features-section.css [app-client] (css) */
.features-section {
  background: #000;
  padding: 80px 0;
}

.features-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.features-title {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: VK Sans Display Expanded, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .features-title {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .features-title {
    font-size: 64px;
  }
}

.features-subtitle {
  color: #fff;
  text-align: center;
  opacity: .8;
  margin-bottom: 48px;
  font-size: 17px;
}

.features-grid {
  gap: 24px;
  display: grid;
}

@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .features-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feature-card {
  color: #fff;
  text-align: center;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  min-height: 200px;
  padding: 32px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.feature-card:hover {
  border-color: #00d3e6;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 211, 230, .2);
}

.feature-icon {
  color: #00d3e6;
  background: rgba(0, 211, 230, .1);
  border: 1px solid rgba(0, 211, 230, .3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  font-size: 32px;
  display: flex;
}

.feature-card h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}

.feature-description {
  color: #ccc;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.6;
}

.feature-link {
  color: #4ade80;
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.feature-link:hover {
  color: #86efac;
}

.feature-card-locked {
  opacity: .7;
  cursor: not-allowed;
  background: #1a1a1a;
  border: 1px solid #444;
  position: relative;
}

.feature-card-locked:hover {
  border-color: #444;
  transform: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.feature-lock {
  color: #ffc107;
  background: rgba(255, 193, 7, .1);
  border: 1px solid rgba(255, 193, 7, .3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
}

.feature-coming-soon {
  color: #000;
  text-transform: uppercase;
  letter-spacing: .5px;
  background: linear-gradient(135deg, #ffc107, #ff8c00);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 8px rgba(255, 193, 7, .3);
}

.feature-card-locked .feature-icon {
  color: #666;
  background: rgba(100, 100, 100, .1);
  border: 1px solid rgba(100, 100, 100, .3);
}

.feature-card-locked h3 {
  color: #888;
}

.feature-card-locked .feature-description {
  color: #666;
}

/* [project]/src/styles/blocks/pricing-section.css [app-client] (css) */
.pricing-section {
  background: #000;
  padding: 80px 0;
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.pricing-title {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: VK Sans Display Expanded, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .pricing-title {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .pricing-title {
    font-size: 64px;
  }
}

.pricing-subtitle {
  color: #fff;
  text-align: center;
  opacity: .8;
  margin-bottom: 48px;
  font-size: 17px;
}

.pricing-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
}

@media (max-width: 1200px) {
  .pricing-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}

@media (max-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.pricing-card {
  color: #fff;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border: 1px solid #333;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  min-height: 420px;
  padding: 32px 24px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .3);
}

.pricing-card:hover {
  background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
  border-color: #8b5cf6;
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(168, 85, 247, .3);
}

.pricing-card.popular {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #1a1a1a 100%);
  border-width: 2px;
  border-color: #8b5cf6;
  box-shadow: 0 12px 40px rgba(168, 85, 247, .4);
}

.pricing-card.popular:before {
  content: "Популярный";
  color: #fff;
  background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.pricing-card h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .pricing-card h3 {
    font-size: 18px;
  }
}

.pricing-price {
  background: linear-gradient(135deg, #00d3e6 0%, #07f 100%);
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 20px rgba(0, 211, 230, .3);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 800;
}

@media (max-width: 1200px) {
  .pricing-price {
    font-size: 42px;
  }
}

.pricing-period {
  color: #7c8a9a;
  margin-bottom: 24px;
  font-size: 16px;
}

.pricing-description {
  color: #ccc;
  flex-grow: 1;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.6;
}

.pricing-features {
  text-align: left;
  width: 100%;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.pricing-features li {
  color: #fff;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  display: flex;
}

.pricing-section .pricing-card .pricing-features li i {
  color: #4ade80 !important;
  text-align: center !important;
  min-width: 20px !important;
  margin-right: 12px !important;
  font-size: 16px !important;
}

.pricing-section .pricing-card:first-child .pricing-features li i {
  color: #60a5fa !important;
}

.pricing-section .pricing-card:nth-child(2) .pricing-features li i {
  color: #34d399 !important;
}

.pricing-section .pricing-card:nth-child(3) .pricing-features li i {
  color: #a78bfa !important;
}

.pricing-section .pricing-card:nth-child(4) .pricing-features li i {
  color: #fbbf24 !important;
}

.pricing-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #07f 0%, #00d3e6 100%);
  border: none;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  box-shadow: 0 4px 15px rgba(7, 255, 255, .3);
}

.pricing-button:hover {
  background: linear-gradient(135deg, #006deb 0%, #00b3c2 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(7, 255, 255, .4);
}

.pricing-button:active {
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(7, 255, 255, .3);
}

/* [project]/src/styles/blocks/benefits-section.css [app-client] (css) */
.benefits-section {
  background: linear-gradient(135deg, #000 0%, #0a0a0a 50%, #000 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.benefits-section:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, rgba(0, 211, 230, .05) 0%, rgba(0, 0, 0, 0) 70%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.benefits-container {
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.benefits-title {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
  margin-bottom: 20px;
  font-family: VK Sans Display Expanded, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .benefits-title {
    font-size: 48px;
  }
}

@media (min-width: 1280px) {
  .benefits-title {
    font-size: 64px;
  }
}

.benefits-subtitle {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.comparison-table {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(26, 26, 26, .8);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .3);
}

.comparison-header-row {
  background: rgba(255, 255, 255, .05);
  border-bottom: 2px solid rgba(0, 211, 230, .3);
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.empty-header {
  background: rgba(255, 255, 255, .03);
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.comparison-header-cell {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
  display: flex;
}

.beautyneuron-header {
  background: rgba(16, 185, 129, .1);
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.admin-header {
  background: rgba(239, 68, 68, .1);
}

.header-icon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: flex;
}

.beautyneuron-header .header-icon {
  color: #10b981;
  background: rgba(16, 185, 129, .2);
  border: 2px solid #10b981;
}

.admin-header .header-icon {
  color: #ef4444;
  background: rgba(239, 68, 68, .2);
  border: 2px solid #ef4444;
}

.comparison-header-cell h3 {
  color: #fff;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.comparison-row {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  grid-template-columns: 1fr 1fr 1fr;
  transition: background-color .3s;
  display: grid;
}

.comparison-row:hover {
  background: rgba(255, 255, 255, .02);
}

.comparison-row:last-child {
  border-bottom: none;
}

.comparison-cell {
  align-items: center;
  padding: 20px;
  display: flex;
}

.aspect-cell {
  color: #fff;
  background: rgba(255, 255, 255, .03);
  border-right: 1px solid rgba(255, 255, 255, .1);
  font-weight: 600;
}

.aspect-cell h4 {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.beautyneuron-cell {
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.cell-content {
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  display: flex;
}

.benefit-icon {
  color: #10b981;
  background: rgba(16, 185, 129, .2);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  font-size: 12px;
  display: flex;
}

.problem-icon {
  color: #ef4444;
  background: rgba(239, 68, 68, .2);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  font-size: 12px;
  display: flex;
}

.cell-content p {
  color: rgba(255, 255, 255, .9);
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.comparison-summary {
  margin-top: 40px;
}

.summary-card {
  text-align: center;
  background: linear-gradient(135deg, rgba(0, 211, 230, .1), rgba(16, 185, 129, .1));
  border: 2px solid rgba(0, 211, 230, .3);
  border-radius: 20px;
  padding: 30px;
}

.summary-card h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.summary-stats {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  display: grid;
}

.summary-stat {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  padding: 15px;
}

.stat-number {
  color: #00d3e6;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 700;
}

.stat-label {
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .comparison-header-row, .comparison-row {
    grid-template-columns: 1fr 1fr;
  }

  .aspect-cell, .empty-header {
    display: none;
  }
}

@media (max-width: 768px) {
  .benefits-section {
    padding: 60px 0;
  }

  .benefits-title {
    font-size: 28px;
  }

  .benefits-subtitle {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .comparison-header-cell, .comparison-cell {
    padding: 15px;
  }

  .header-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .comparison-header-cell h3 {
    font-size: 16px;
  }

  .aspect-cell h4 {
    font-size: 14px;
  }

  .cell-content p {
    font-size: 13px;
  }

  .benefit-icon, .problem-icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .summary-card {
    padding: 30px 20px;
  }

  .summary-card h3 {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .summary-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .summary-stat {
    padding: 15px;
  }

  .stat-number {
    font-size: 24px;
  }

  .stat-label {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .summary-stats {
    grid-template-columns: 1fr;
  }

  .comparison-header-cell, .comparison-cell {
    padding: 10px;
  }

  .header-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .comparison-header-cell h3 {
    font-size: 14px;
  }

  .cell-content p {
    font-size: 12px;
  }
}

/* [project]/src/styles/blocks/demo-section.css [app-client] (css) */
.demo-section {
  background: #000;
  padding: 80px 0;
}

.demo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.demo-header {
  text-align: center;
  margin-bottom: 60px;
}

.demo-title {
  color: #fff;
  margin-bottom: 16px;
  font-family: VK Sans Display Expanded, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .demo-title {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .demo-title {
    font-size: 48px;
  }
}

.demo-subtitle {
  color: #7c8a9a;
  max-width: 600px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.demo-actions {
  margin-bottom: 0;
}

.demo-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
  box-shadow: 0 4px 15px rgba(255, 107, 53, .3);
}

.demo-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 53, .4);
}

.demo-button:active {
  transform: translateY(0);
}

.demo-button i {
  font-size: 20px;
}

.demo-note {
  color: #7c8a9a;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  font-size: 14px;
  display: flex;
}

.demo-note i {
  color: #ff6b35;
}

.demo-content {
  align-items: center;
  gap: 60px;
  display: grid;
}

@media (min-width: 1024px) {
  .demo-content {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}

.demo-left-column {
  flex-direction: column;
  gap: 40px;
  display: flex;
}

.demo-video-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.demo-video {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

.demo-video-placeholder {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  justify-content: center;
  align-items: center;
  display: flex;
}

.demo-video-content {
  text-align: center;
  color: #fff;
}

.demo-play-button {
  cursor: pointer;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 24px;
  transition: transform .3s;
  display: flex;
}

.demo-play-button:hover {
  transform: scale(1.1);
}

.demo-play-button i {
  color: #fff;
  margin-left: 4px;
  font-size: 32px;
}

.demo-video-content h3 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

.demo-video-content p {
  color: #7c8a9a;
  font-size: 16px;
}

.demo-video-dot {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 16px;
}

.demo-video-dot-red {
  background: #ff5f56;
  left: 16px;
}

.demo-video-dot-yellow {
  background: #ffbd2e;
  left: 32px;
}

.demo-video-dot-green {
  background: #27ca3f;
  left: 48px;
}

.demo-right-column {
  justify-content: center;
  display: flex;
}

.demo-phones-container {
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  display: flex;
}

.demo-phone-screen {
  position: relative;
}

.demo-phone-frame {
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  border: 4px solid #333;
  border-radius: 35px;
  width: 280px;
  height: 560px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .6), inset 0 1px rgba(255, 255, 255, .1);
}

.demo-phone-header {
  background: linear-gradient(#000 0%, #1a1a1a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: relative;
}

.demo-phone-notch {
  background: #000;
  border-radius: 12px;
  width: 80px;
  height: 25px;
  position: absolute;
  top: 8px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .3);
}

.demo-phone-content {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  flex: 1;
  min-height: 400px;
  padding: 30px;
}

.demo-phone-app-header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  align-items: center;
  gap: 16px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: flex;
}

.demo-phone-app-icon {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  box-shadow: 0 4px 12px rgba(255, 107, 53, .3);
}

.demo-phone-app-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.demo-phone-screenshot {
  text-align: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 280px;
  padding: 30px;
  display: flex;
}

.demo-phone-placeholder {
  color: #7c8a9a;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  display: flex;
}

.demo-phone-placeholder i {
  color: #ff6b35;
  font-size: 48px;
}

.demo-phone-placeholder span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.demo-phone-footer {
  background: linear-gradient(0deg, #000 0%, #1a1a1a 100%);
  border-top: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.demo-phone-home-indicator {
  background: #333;
  border-radius: 3px;
  width: 60px;
  height: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
}

.demo-features {
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 0;
  display: grid;
}

@media (min-width: 768px) {
  .demo-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

.demo-feature {
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 20px;
}

.demo-feature-icon {
  background: rgba(255, 107, 53, .1);
  border: 1px solid rgba(255, 107, 53, .3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  display: flex;
}

.demo-feature-icon i {
  color: #ff6b35;
  font-size: 20px;
}

.demo-feature h4 {
  color: #fff;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
}

.demo-feature p {
  color: #7c8a9a;
  margin: 0;
  font-size: 12px;
}

@media (max-width: 1023px) {
  .demo-phones-container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .demo-phone-frame {
    width: 240px;
    height: 480px;
  }

  .demo-phone-content {
    min-height: 320px;
    padding: 25px;
  }

  .demo-phone-screenshot {
    min-height: 220px;
    padding: 25px;
  }
}

@media (max-width: 768px) {
  .demo-phone-frame {
    width: 200px;
    height: 400px;
  }

  .demo-phone-content {
    min-height: 260px;
    padding: 20px;
  }

  .demo-phone-screenshot {
    min-height: 180px;
    padding: 20px;
  }

  .demo-phone-app-icon {
    width: 40px;
    height: 40px;
  }

  .demo-phone-app-title {
    font-size: 18px;
  }

  .demo-phone-placeholder i {
    font-size: 40px;
  }

  .demo-phone-placeholder span {
    font-size: 14px;
  }
}

/* [project]/src/styles/blocks/cta-section.css [app-client] (css) */
.cta-section {
  background: linear-gradient(135deg, #000 0%, #1a1a1a 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-section:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(rgba(0, 211, 230, .1) 0%, rgba(0, 0, 0, 0) 70%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cta-container {
  z-index: 10;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.cta-title {
  color: #fff;
  margin-bottom: 16px;
  font-family: VK Sans Display Expanded, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .cta-title {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .cta-title {
    font-size: 64px;
  }
}

.cta-subtitle {
  color: #fff;
  opacity: .8;
  margin-bottom: 32px;
  font-size: 17px;
}

.cta-buttons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}

.cta-button-primary {
  color: #fff;
  cursor: pointer;
  background: #07f;
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-flex;
}

.cta-button-primary i {
  font-size: 18px;
}

.cta-button-primary:hover {
  background-color: #006deb;
}

.cta-button-primary:active {
  background-color: #005bc1;
}

.cta-button-secondary {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 2px solid #07f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .15s;
  display: inline-flex;
}

.cta-button-secondary i {
  font-size: 18px;
}

.cta-button-secondary:hover {
  color: #fff;
  background-color: #07f;
}

.cta-note {
  color: #7c8a9a;
  margin-top: 24px;
  font-size: 14px;
}

.final-cta-section {
  background: #000;
  border-top: 1px solid #333;
  padding: 80px 0;
}

.final-cta-container {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.final-cta-title {
  color: #fff;
  margin-bottom: 16px;
  font-family: VK Sans Display Expanded, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .final-cta-title {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .final-cta-title {
    font-size: 64px;
  }
}

.final-cta-gradient {
  background: linear-gradient(135deg, #07f 0%, #00d3e6 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.final-cta-subtitle {
  color: #fff;
  opacity: .8;
  margin-bottom: 32px;
  font-size: 17px;
}

.final-cta-button {
  color: #fff;
  cursor: pointer;
  background: #07f;
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-flex;
}

.final-cta-button:hover {
  background-color: #006deb;
}

.final-cta-button:active {
  background-color: #005bc1;
}

/* [project]/src/styles/blocks/contacts-section.css [app-client] (css) */
.contacts-section {
  background: #000;
  padding: 80px 0;
}

.contacts-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.contacts-title {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: VK Sans Display Expanded, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .contacts-title {
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .contacts-title {
    font-size: 64px;
  }
}

.contacts-subtitle {
  color: #fff;
  text-align: center;
  opacity: .8;
  margin-bottom: 48px;
  font-size: 17px;
}

.contacts-layout {
  grid-template-columns: 1fr;
  gap: 48px;
  display: grid;
}

@media (min-width: 1024px) {
  .contacts-layout {
    grid-template-columns: 1fr 1fr;
  }
}

.contacts-cards {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.contacts-form {
  flex-direction: column;
  display: flex;
}

.contact-card {
  color: #fff;
  text-align: center;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  min-height: 120px;
  padding: 24px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.contact-card:hover {
  border-color: #00d3e6;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 211, 230, .2);
}

.contact-icon {
  color: #00d3e6;
  background: rgba(0, 211, 230, .1);
  border: 1px solid rgba(0, 211, 230, .3);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  font-size: 20px;
  display: flex;
}

.contact-card h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.contact-card p {
  color: #ccc;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.4;
}

.contact-button {
  color: #7c8a9a;
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.contact-button:hover {
  color: #fff;
}

.contact-form-card {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 16px;
  padding: 32px;
  transition: all .3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
}

.contact-form-card:hover {
  border-color: #00d3e6;
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 211, 230, .2);
}

.contact-form-card h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

.contact-form-card p {
  color: #7c8a9a;
  margin-bottom: 32px;
  font-size: 15px;
}

.contact-form {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.contact-form-group {
  flex-direction: column;
  display: flex;
}

.contact-form-group label {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.contact-form-group input, .contact-form-group textarea {
  color: #fff;
  background: #000;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 16px;
  transition: border-color .15s;
}

.contact-form-group input:focus, .contact-form-group textarea:focus {
  border-color: #07f;
  outline: none;
}

.contact-form-group input::-moz-placeholder {
  color: #7c8a9a;
}

.contact-form-group textarea::-moz-placeholder {
  color: #7c8a9a;
}

.contact-form-group input::placeholder, .contact-form-group textarea::placeholder {
  color: #7c8a9a;
}

.contact-form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-form-button {
  color: #fff;
  cursor: pointer;
  background: #07f;
  border: none;
  border-radius: 12px;
  margin-top: 8px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .15s;
}

.contact-form-button:hover {
  background-color: #006deb;
}

.contact-form-button:active {
  background-color: #005bc1;
}

.contact-form-button:disabled {
  cursor: not-allowed;
  background-color: #333;
}

.contact-form-success {
  color: #4ade80;
  background: rgba(74, 222, 128, .1);
  border: 1px solid rgba(74, 222, 128, .3);
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 12px 16px;
  font-size: 14px;
  display: flex;
}

.contact-form-success i {
  font-size: 16px;
}

/* [project]/src/styles/blocks/auth-modal.css [app-client] (css) */
.auth-modal-overlay {
  z-index: 1000;
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.auth-modal {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  padding: 32px;
  position: relative;
  overflow-y: auto;
}

.auth-modal-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.auth-modal-header h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.auth-modal-close {
  color: #7c8a9a;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 24px;
  transition: color .15s;
}

.auth-modal-close:hover {
  color: #fff;
}

.auth-modal-content {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.auth-form-header {
  text-align: center;
}

.auth-icon {
  background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  display: flex;
}

.auth-icon i {
  color: #fff;
  font-size: 24px;
}

.auth-form-header h4 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.auth-form-header p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
}

.auth-form {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.auth-form-group {
  flex-direction: column;
  display: flex;
}

.auth-form-group label {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.auth-form-group input {
  color: #fff;
  background: #000;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  transition: border-color .15s;
}

.auth-form-group input:focus {
  border-color: #8b5cf6;
  outline: none;
}

.auth-form-group input::placeholder {
  color: #7c8a9a;
}

.auth-button-primary {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 15px rgba(139, 92, 246, .3);
}

.auth-button-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, .4);
}

.auth-button-primary:disabled {
  cursor: not-allowed;
  box-shadow: none;
  background: #333;
  transform: none;
}

.auth-button-primary i {
  font-size: 16px;
}

.auth-switch {
  text-align: center;
}

.auth-switch p {
  color: #ccc;
  margin: 0;
  font-size: 14px;
}

.auth-switch-link {
  color: #8b5cf6;
  cursor: pointer;
  background: none;
  border: none;
  font-weight: 600;
  text-decoration: underline;
  transition: color .15s;
}

.auth-switch-link:hover {
  color: #a78bfa;
}

/* [project]/src/styles/blocks/dashboard-modal.css [app-client] (css) */
.dashboard-modal-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1000;
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dashboard-modal {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  animation: .3s ease-out dashboardModalSlideIn;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

@keyframes dashboardModalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px)scale(.9);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.dashboard-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.dashboard-modal-header h3 {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.dashboard-modal-close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  font-size: 28px;
  transition: all .3s;
  display: flex;
}

.dashboard-modal-close:hover {
  background: rgba(255, 255, 255, .1);
  transform: scale(1.1);
}

.dashboard-modal-content {
  padding: 32px;
}

.dashboard-modal-icon {
  text-align: center;
  margin-bottom: 24px;
}

.dashboard-modal-icon i {
  color: #667eea;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 48px;
}

.dashboard-modal-content h4 {
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 600;
}

.dashboard-modal-content p {
  color: #a0a0a0;
  text-align: center;
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 1.6;
}

.dashboard-stats {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
  display: grid;
}

.dashboard-stat-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  align-items: center;
  gap: 16px;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.dashboard-stat-card:hover {
  border-color: rgba(102, 126, 234, .5);
  box-shadow: 0 8px 25px rgba(102, 126, 234, .2);
}

.dashboard-stat-icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.dashboard-stat-icon i {
  color: #fff;
  font-size: 20px;
}

.dashboard-stat-info {
  flex: 1;
}

.dashboard-stat-label {
  color: #a0a0a0;
  margin: 0 0 4px;
  font-size: 14px;
}

.dashboard-stat-value {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.dashboard-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
  display: grid;
}

.dashboard-card {
  text-align: center;
  cursor: pointer;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 24px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.dashboard-card:before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .1), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.dashboard-card:hover:before {
  left: 100%;
}

.dashboard-card:hover {
  border-color: rgba(102, 126, 234, .5);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, .2);
}

.dashboard-card-icon {
  margin-bottom: 16px;
}

.dashboard-card-icon i {
  color: #667eea;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
}

.dashboard-card h5 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.dashboard-card p {
  color: #a0a0a0;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.dashboard-recent {
  margin-bottom: 32px;
}

.dashboard-recent h5 {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
}

.dashboard-recent-list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.dashboard-recent-item {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  transition: all .3s;
  display: flex;
}

.dashboard-recent-item:hover {
  border-color: rgba(102, 126, 234, .5);
  box-shadow: 0 4px 15px rgba(102, 126, 234, .2);
}

.dashboard-recent-info {
  flex: 1;
}

.dashboard-recent-client {
  color: #fff;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
}

.dashboard-recent-service {
  color: #a0a0a0;
  margin: 0 0 4px;
  font-size: 14px;
}

.dashboard-recent-time {
  color: #a0a0a0;
  margin: 0;
  font-size: 12px;
}

.dashboard-recent-status {
  flex-shrink: 0;
}

.dashboard-status-confirmed {
  color: #fff;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

.dashboard-status-pending {
  color: #fff;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
}

.dashboard-modal-actions {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 24px;
}

.dashboard-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 12px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 4px 15px rgba(102, 126, 234, .3);
}

.dashboard-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, .4);
}

.dashboard-button:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .dashboard-modal {
    max-height: 95vh;
    margin: 10px;
  }

  .dashboard-modal-header {
    padding: 20px 24px;
  }

  .dashboard-modal-header h3 {
    font-size: 20px;
  }

  .dashboard-modal-content {
    padding: 24px;
  }

  .dashboard-modal-content h4 {
    font-size: 24px;
  }

  .dashboard-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .dashboard-stat-card {
    padding: 16px;
  }

  .dashboard-stat-icon {
    width: 40px;
    height: 40px;
  }

  .dashboard-stat-icon i {
    font-size: 16px;
  }

  .dashboard-stat-value {
    font-size: 20px;
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dashboard-card {
    padding: 20px;
  }

  .dashboard-card-icon i {
    font-size: 28px;
  }

  .dashboard-card h5 {
    font-size: 16px;
  }

  .dashboard-recent-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .dashboard-recent-status {
    align-self: flex-end;
  }
}

@media (max-width: 480px) {
  .dashboard-modal-overlay {
    padding: 10px;
  }

  .dashboard-modal-header {
    padding: 16px 20px;
  }

  .dashboard-modal-content {
    padding: 20px;
  }

  .dashboard-modal-icon i {
    font-size: 40px;
  }

  .dashboard-modal-content h4 {
    font-size: 20px;
  }

  .dashboard-stats {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dashboard-stat-card {
    padding: 12px;
  }

  .dashboard-stat-icon {
    width: 36px;
    height: 36px;
  }

  .dashboard-stat-icon i {
    font-size: 14px;
  }

  .dashboard-stat-value {
    font-size: 18px;
  }

  .dashboard-card {
    padding: 16px;
  }

  .dashboard-recent h5 {
    font-size: 18px;
  }

  .dashboard-recent-client {
    font-size: 14px;
  }

  .dashboard-recent-service {
    font-size: 12px;
  }

  .dashboard-recent-time {
    font-size: 11px;
  }
}

/* [project]/src/styles/blocks/payment-modal.css [app-client] (css) */
.payment-modal-overlay {
  z-index: 1000;
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.payment-modal {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  padding: 32px;
  position: relative;
  overflow-y: auto;
}

.payment-modal-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.payment-modal-header h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.payment-modal-close {
  color: #7c8a9a;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 24px;
  transition: color .15s;
}

.payment-modal-close:hover {
  color: #fff;
}

.payment-modal-content {
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.payment-package-info {
  text-align: center;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 24px;
}

.payment-package-info h4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}

.payment-price {
  background: linear-gradient(135deg, #00d3e6 0%, #07f 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 800;
}

.payment-period {
  color: #7c8a9a;
  margin-bottom: 8px;
  font-size: 16px;
}

.payment-support {
  color: #ccc;
  font-size: 14px;
}

.payment-form {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.payment-form-group {
  flex-direction: column;
  display: flex;
}

.payment-form-group label {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.payment-form-group input {
  color: #fff;
  background: #000;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  transition: border-color .15s;
}

.payment-form-group input:focus {
  border-color: #07f;
  outline: none;
}

.payment-form-group input::placeholder {
  color: #7c8a9a;
}

.payment-form-buttons {
  gap: 12px;
  margin-top: 8px;
  display: flex;
}

.payment-button-cancel {
  color: #fff;
  cursor: pointer;
  background: #333;
  border: none;
  border-radius: 12px;
  flex: 1;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .15s;
}

.payment-button-cancel:hover {
  background-color: #444;
}

.payment-button-submit {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #07f 0%, #00d3e6 100%);
  border: none;
  border-radius: 12px;
  flex: 1;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  box-shadow: 0 4px 15px rgba(7, 255, 255, .3);
}

.payment-button-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(7, 255, 255, .4);
}

.payment-button-submit:disabled {
  cursor: not-allowed;
  box-shadow: none;
  background: #333;
  transform: none;
}

.payment-success {
  text-align: center;
  flex-direction: column;
  gap: 24px;
  display: flex;
}

.payment-success-icon {
  background: #4ade80;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  display: flex;
}

.payment-success-icon i {
  color: #fff;
  font-size: 24px;
}

.payment-success-content h4 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.payment-success-content p {
  color: #ccc;
  font-size: 14px;
  line-height: 1.6;
}

.payment-success-buttons {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.payment-button-pay {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #4ade80;
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .15s;
}

.payment-button-pay:hover {
  background-color: #22c55e;
}

.payment-button-continue {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #07f 0%, #00d3e6 100%);
  border: none;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  box-shadow: 0 4px 15px rgba(7, 255, 255, .3);
}

.payment-button-continue:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(7, 255, 255, .4);
}

/* [project]/src/styles/blocks/user-profile.css [app-client] (css) */
.user-profile {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 16px;
  max-width: 300px;
  padding: 20px;
  position: fixed;
  top: 20px;
  right: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .3);
}

.user-profile-header {
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

.user-profile-avatar {
  background: linear-gradient(135deg, #8b5cf6 0%, #ec4899 100%);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.user-profile-avatar i {
  color: #fff;
  font-size: 20px;
}

.user-profile-info {
  flex: 1;
  min-width: 0;
}

.user-profile-info h3 {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

.user-profile-role {
  opacity: .8;
  font-size: 12px;
  font-weight: 500;
}

.user-profile-controls {
  align-items: center;
  gap: 4px;
  display: flex;
}

.user-profile-minimize, .user-profile-close, .user-profile-logout {
  color: #7c8a9a;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  font-size: 14px;
  transition: all .15s;
  display: flex;
}

.user-profile-minimize:hover {
  color: #f59e0b;
  background: rgba(245, 158, 11, .1);
}

.user-profile-close:hover, .user-profile-logout:hover {
  color: #ef4444;
  background: rgba(239, 68, 68, .1);
}

.user-profile-details {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.user-profile-detail {
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  display: flex;
}

.user-profile-label {
  color: #7c8a9a;
  font-weight: 500;
}

.user-profile-value {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 150px;
  font-weight: 400;
  overflow: hidden;
}

@media (max-width: 768px) {
  .user-profile {
    max-width: none;
    margin: 20px;
    position: relative;
    top: auto;
    right: auto;
  }
}

/* [project]/src/styles/blocks/navigation.css [app-client] (css) */
.navigation {
  z-index: 100;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: none;
  border-bottom: none;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navigation-scrolled {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, .9);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

.navigation-logo {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  align-items: center;
  gap: 12px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.navigation-logo:hover {
  color: #07f;
}

.navigation-menu {
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.navigation-item {
  position: relative;
}

.navigation-link {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s;
}

.navigation-link:hover, .navigation-link.active {
  color: #07f;
}

.navigation-actions {
  align-items: center;
  gap: 20px;
  display: flex;
}

.navigation-button {
  color: #fff;
  cursor: pointer;
  background: #07f;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .15s;
  display: inline-flex;
}

.navigation-button:hover {
  background-color: #006deb;
}

.navigation-button:active {
  background-color: #005bc1;
}

.navigation-button-secondary {
  color: #fff;
  background: none;
  border: 1px solid #333;
}

.navigation-button-secondary:hover {
  background-color: #333;
}

.navigation-mobile-toggle {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px;
  font-size: 24px;
  display: none;
}

@media (max-width: 768px) {
  .navigation-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(0, 0, 0, .95);
    border-top: 1px solid rgba(255, 255, 255, .1);
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .navigation-menu.open {
    display: flex;
  }

  .navigation-mobile-toggle {
    display: block;
  }

  .navigation-actions {
    gap: 8px;
  }

  .navigation-button {
    padding: 8px 16px;
    font-size: 12px;
  }
}

.navigation-scrolled {
  background: rgba(0, 0, 0, .95);
  border-bottom-color: rgba(255, 255, 255, .2);
}

/* [project]/src/styles/blocks/footer.css [app-client] (css) */
.footer {
  background: #000;
  border-top: 1px solid #333;
  padding: 40px 0 20px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content {
  gap: 20px;
  margin-bottom: 20px;
  display: grid;
}

@media (min-width: 768px) {
  .footer-content {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
  }
}

@media (min-width: 1024px) {
  .footer-content {
    grid-template-columns: 2fr 1fr 1fr;
    gap: 60px;
  }
}

.footer-brand {
  flex-direction: column;
  max-width: 500px;
  display: flex;
}

.footer-brand .footer-logo, .footer-brand .footer-description {
  margin-bottom: 12px;
}

.footer-section {
  flex-direction: column;
  min-width: 150px;
  display: flex;
}

.footer-section h3 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.footer-links {
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-links a {
  color: #7c8a9a;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  display: flex;
}

@media (min-width: 768px) {
  .footer-bottom {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-copyright {
  color: #7c8a9a;
  font-size: 16px;
  font-weight: 500;
}

.footer-legal {
  gap: 24px;
  display: flex;
}

.footer-legal a {
  color: #7c8a9a;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .15s;
}

.footer-legal a:hover {
  color: #fff;
}

.footer-social {
  align-items: center;
  gap: 16px;
  display: flex;
}

.footer-social-link {
  color: #07f;
  background: rgba(7, 255, 255, .1);
  border: 1px solid rgba(7, 255, 255, .3);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  font-size: 20px;
  text-decoration: none;
  transition: color .15s;
  display: flex;
}

.footer-social-link:hover {
  color: #fff;
  background: #07f;
  border-color: #07f;
}

.footer-logo {
  color: #fff;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.footer-logo:hover {
  color: #07f;
}

.footer-description {
  color: #7c8a9a;
  max-width: 400px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.footer-newsletter {
  gap: 12px;
  margin-top: 20px;
  display: flex;
}

.footer-newsletter-input {
  color: #fff;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  flex: 1;
  padding: 12px 16px;
  font-size: 14px;
}

.footer-newsletter-input:focus {
  border-color: #07f;
  outline: none;
}

.footer-newsletter-input::placeholder {
  color: #7c8a9a;
}

.footer-newsletter-button {
  color: #fff;
  cursor: pointer;
  background: #07f;
  border: none;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color .15s;
}

.footer-newsletter-button:hover {
  background-color: #006deb;
}

.footer-newsletter-button:active {
  background-color: #005bc1;
}

/* [project]/src/styles/blocks/notifications.css [app-client] (css) */
.notification-container {
  z-index: 10000;
  pointer-events: none;
  flex-direction: column;
  gap: 12px;
  max-width: 400px;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.notification {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: auto;
  opacity: 0;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border: 1px solid rgba(59, 130, 246, .3);
  border-radius: 12px;
  align-items: flex-start;
  gap: 12px;
  min-width: 300px;
  max-width: 400px;
  padding: 16px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translateX(100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

.notification:before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .1), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.notification:hover:before {
  left: 100%;
}

.notification-visible {
  opacity: 1;
  transform: translateX(0);
}

.notification-hidden {
  opacity: 0;
  transform: translateX(100%);
}

.notification-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  display: flex;
}

.notification-icon i {
  color: #fff;
  font-size: 18px;
}

.notification-content {
  flex: 1;
  min-width: 0;
}

.notification-title {
  color: #fff;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.notification-message {
  color: rgba(255, 255, 255, .9);
  word-wrap: break-word;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.notification-close {
  color: rgba(255, 255, 255, .7);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  padding: 4px;
  transition: all .2s;
  display: flex;
}

.notification-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.notification-close i {
  font-size: 12px;
}

.notification[style*="background: linear-gradient(135deg, #10b981 0%, #059669 100%)"] {
  border-color: rgba(16, 185, 129, .3);
}

.notification[style*="background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%)"] {
  border-color: rgba(239, 68, 68, .3);
}

.notification[style*="background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%)"] {
  border-color: rgba(245, 158, 11, .3);
}

.notification[style*="background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%)"] {
  border-color: rgba(59, 130, 246, .3);
}

@media (max-width: 768px) {
  .notification-container {
    max-width: none;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .notification {
    min-width: auto;
    max-width: none;
    padding: 14px;
  }

  .notification-title {
    font-size: 15px;
  }

  .notification-message {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .notification-container {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .notification {
    gap: 10px;
    padding: 12px;
  }

  .notification-icon {
    width: 20px;
    height: 20px;
  }

  .notification-icon i {
    font-size: 16px;
  }

  .notification-title {
    font-size: 14px;
  }

  .notification-message {
    font-size: 12px;
  }

  .notification-close {
    width: 20px;
    height: 20px;
  }

  .notification-close i {
    font-size: 10px;
  }
}

/* [project]/src/styles/blocks/appointment-modal.css [app-client] (css) */
.appointment-modal-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1000;
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.appointment-modal {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  animation: .3s ease-out appointmentModalSlideIn;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

@keyframes appointmentModalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px)scale(.9);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.appointment-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.appointment-modal-header h3 {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.appointment-modal-close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  font-size: 28px;
  transition: all .3s;
  display: flex;
}

.appointment-modal-close:hover {
  background: rgba(255, 255, 255, .1);
  transform: scale(1.1);
}

.appointment-modal-content {
  padding: 32px;
}

.appointment-form {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

.appointment-form-section {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.appointment-form-section h4 {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin: 0;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}

.appointment-form-row {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

.appointment-form-group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.appointment-form-group label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.appointment-form-group input, .appointment-form-group select, .appointment-form-group textarea {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .3s;
}

.appointment-form-group input:focus, .appointment-form-group select:focus, .appointment-form-group textarea:focus {
  border-color: rgba(102, 126, 234, .5);
  outline: none;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, .1);
}

.appointment-form-group input::-moz-placeholder {
  color: rgba(255, 255, 255, .5);
}

.appointment-form-group textarea::-moz-placeholder {
  color: rgba(255, 255, 255, .5);
}

.appointment-form-group input::placeholder, .appointment-form-group textarea::placeholder {
  color: rgba(255, 255, 255, .5);
}

.appointment-form-group select option {
  color: #fff;
  background: #1a1a2e;
}

.appointment-form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.appointment-form-actions {
  border-top: 1px solid rgba(255, 255, 255, .1);
  justify-content: flex-end;
  gap: 16px;
  padding-top: 24px;
  display: flex;
}

.appointment-button-primary {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 4px 15px rgba(102, 126, 234, .3);
}

.appointment-button-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, .4);
}

.appointment-button-primary:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.appointment-button-secondary {
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.appointment-button-secondary:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .2);
}

@media (max-width: 768px) {
  .appointment-modal {
    max-height: 95vh;
    margin: 10px;
  }

  .appointment-modal-header {
    padding: 20px 24px;
  }

  .appointment-modal-header h3 {
    font-size: 20px;
  }

  .appointment-modal-content {
    padding: 24px;
  }

  .appointment-form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .appointment-form-section {
    gap: 16px;
  }

  .appointment-form-section h4 {
    font-size: 16px;
  }

  .appointment-form-actions {
    flex-direction: column;
  }

  .appointment-button-primary, .appointment-button-secondary {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .appointment-modal-overlay {
    padding: 10px;
  }

  .appointment-modal-header {
    padding: 16px 20px;
  }

  .appointment-modal-content {
    padding: 20px;
  }

  .appointment-form-group input, .appointment-form-group select, .appointment-form-group textarea {
    padding: 10px 14px;
    font-size: 13px;
  }

  .appointment-button-primary, .appointment-button-secondary {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* [project]/src/styles/blocks/masters-modal.css [app-client] (css) */
.masters-modal-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1000;
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.masters-modal {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  width: 100%;
  max-width: 1000px;
  max-height: 90vh;
  animation: .3s ease-out mastersModalSlideIn;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

@keyframes mastersModalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px)scale(.9);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.masters-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.masters-modal-header h3 {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.masters-modal-close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  font-size: 28px;
  transition: all .3s;
  display: flex;
}

.masters-modal-close:hover {
  background: rgba(255, 255, 255, .1);
  transform: scale(1.1);
}

.masters-modal-content {
  padding: 32px;
}

.masters-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.masters-header h4 {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.masters-add-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: none;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 15px rgba(16, 185, 129, .3);
}

.masters-add-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(16, 185, 129, .4);
}

.masters-grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  display: grid;
}

.master-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 20px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.master-card:before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .1), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.master-card:hover:before {
  left: 100%;
}

.master-card:hover {
  border-color: rgba(102, 126, 234, .5);
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(102, 126, 234, .2);
}

.master-avatar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  display: flex;
}

.master-avatar i {
  color: #fff;
  font-size: 24px;
}

.master-info {
  margin-bottom: 16px;
}

.master-info h5 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.master-specialization {
  color: #667eea;
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 500;
}

.master-experience, .master-phone {
  color: #a0a0a0;
  margin: 0 0 4px;
  font-size: 13px;
}

.master-email {
  color: #a0a0a0;
  margin: 0 0 8px;
  font-size: 13px;
}

.master-description {
  color: #a0a0a0;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
}

.master-actions {
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}

.master-edit-button, .master-delete-button {
  color: #a0a0a0;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  transition: all .3s;
  display: flex;
}

.master-edit-button:hover {
  color: #3b82f6;
  background: rgba(59, 130, 246, .1);
}

.master-delete-button:hover {
  color: #ef4444;
  background: rgba(239, 68, 68, .1);
}

.master-form-modal-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1001;
  background: rgba(0, 0, 0, .9);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.master-form-modal {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  animation: .3s ease-out masterFormModalSlideIn;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

@keyframes masterFormModalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px)scale(.9);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.master-form-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.master-form-modal-header h4 {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.master-form-modal-close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 24px;
  transition: all .3s;
  display: flex;
}

.master-form-modal-close:hover {
  background: rgba(255, 255, 255, .1);
  transform: scale(1.1);
}

.master-form-modal-content {
  padding: 32px;
}

.master-form {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.master-form-row {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

.master-form-group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.master-form-group label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.master-form-group input, .master-form-group select, .master-form-group textarea {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  transition: all .3s;
}

.master-form-group input:focus, .master-form-group select:focus, .master-form-group textarea:focus {
  border-color: rgba(102, 126, 234, .5);
  outline: none;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, .1);
}

.master-form-group input::-moz-placeholder {
  color: rgba(255, 255, 255, .5);
}

.master-form-group textarea::-moz-placeholder {
  color: rgba(255, 255, 255, .5);
}

.master-form-group input::placeholder, .master-form-group textarea::placeholder {
  color: rgba(255, 255, 255, .5);
}

.master-form-group select option {
  color: #fff;
  background: #1a1a2e;
}

.master-form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.master-form-actions {
  border-top: 1px solid rgba(255, 255, 255, .1);
  justify-content: flex-end;
  gap: 16px;
  padding-top: 24px;
  display: flex;
}

.master-form-button-primary {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 4px 15px rgba(102, 126, 234, .3);
}

.master-form-button-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, .4);
}

.master-form-button-primary:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.master-form-button-secondary {
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s;
}

.master-form-button-secondary:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .2);
}

@media (max-width: 768px) {
  .masters-modal {
    max-height: 95vh;
    margin: 10px;
  }

  .masters-modal-header {
    padding: 20px 24px;
  }

  .masters-modal-header h3 {
    font-size: 20px;
  }

  .masters-modal-content {
    padding: 24px;
  }

  .masters-header {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }

  .masters-grid, .master-form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .master-form-actions {
    flex-direction: column;
  }

  .master-form-button-primary, .master-form-button-secondary {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .masters-modal-overlay {
    padding: 10px;
  }

  .masters-modal-header {
    padding: 16px 20px;
  }

  .masters-modal-content {
    padding: 20px;
  }

  .master-card {
    padding: 16px;
  }

  .master-form-group input, .master-form-group select, .master-form-group textarea {
    padding: 10px 14px;
    font-size: 13px;
  }

  .master-form-button-primary, .master-form-button-secondary {
    padding: 10px 20px;
    font-size: 14px;
  }
}

/* [project]/src/styles/blocks/subscription-info.css [app-client] (css) */
.subscription-info {
  margin-bottom: 32px;
}

.subscription-loading {
  color: #a0a0a0;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 40px;
  font-size: 16px;
  display: flex;
}

.subscription-loading i {
  color: #667eea;
  font-size: 20px;
}

.subscription-inactive {
  background: rgba(245, 158, 11, .1);
  border: 1px solid rgba(245, 158, 11, .3);
  border-radius: 16px;
  align-items: center;
  gap: 16px;
  padding: 24px;
  display: flex;
}

.subscription-inactive-icon {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.subscription-inactive-icon i {
  color: #fff;
  font-size: 20px;
}

.subscription-inactive-content h4 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
}

.subscription-inactive-content p {
  color: #a0a0a0;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.subscription-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 24px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.subscription-card:before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, .1), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  transition: left .5s;
  position: absolute;
  top: 0;
  left: -100%;
}

.subscription-card:hover:before {
  left: 100%;
}

.subscription-card:hover {
  border-color: rgba(102, 126, 234, .5);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, .2);
}

.subscription-header {
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  display: flex;
}

.subscription-icon {
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.subscription-icon i {
  color: #fff;
  font-size: 20px;
}

.subscription-title {
  flex: 1;
}

.subscription-title h3 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 600;
}

.subscription-status {
  text-transform: uppercase;
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.subscription-status.active {
  color: #fff;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.subscription-details {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
  display: grid;
}

.subscription-detail {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.subscription-detail-label {
  color: #a0a0a0;
  font-size: 14px;
}

.subscription-detail-value {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.subscription-features h4 {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 600;
}

.subscription-features-list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.subscription-feature {
  color: #a0a0a0;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-size: 14px;
  display: flex;
}

.subscription-feature i {
  color: #10b981;
  flex-shrink: 0;
  font-size: 12px;
}

@media (max-width: 768px) {
  .subscription-details {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .subscription-features-list {
    grid-template-columns: 1fr;
  }

  .subscription-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .subscription-title {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .subscription-card {
    padding: 20px;
  }

  .subscription-detail {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .subscription-detail-label {
    font-size: 12px;
  }

  .subscription-detail-value, .subscription-feature {
    font-size: 13px;
  }
}

.demo-exit-button {
  color: #fff !important;
  cursor: pointer !important;
  background: rgba(255, 255, 255, .2) !important;
  border: 1px solid rgba(255, 255, 255, .3) !important;
  border-radius: 12px !important;
  padding: 4px 8px !important;
  font-size: 10px !important;
  transition: all .2s !important;
}

.demo-exit-button:hover {
  background: rgba(255, 255, 255, .3) !important;
  transform: scale(1.05) !important;
}

.demo-exit-button:active {
  transform: scale(.95) !important;
}

/* [project]/src/styles/blocks/simple-modal.css [app-client] (css) */
.simple-modal-overlay {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 10000;
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.simple-modal {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  width: 100%;
  max-width: 90vw;
  max-height: 90vh;
  animation: .3s ease-out modalSlideIn;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: scale(.9)translateY(-20px);
  }

  to {
    opacity: 1;
    transform: scale(1)translateY(0);
  }
}

.simple-modal-header {
  background: rgba(255, 255, 255, .05);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  display: flex;
}

.simple-modal-header h3 {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.simple-modal-close {
  color: #a0a0a0;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 28px;
  transition: all .2s;
  display: flex;
}

.simple-modal-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.simple-modal-content {
  max-height: calc(90vh - 100px);
  padding: 32px;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .simple-modal-overlay {
    padding: 10px;
  }

  .simple-modal {
    max-width: 95vw;
    max-height: 95vh;
  }

  .simple-modal-header {
    padding: 20px 24px;
  }

  .simple-modal-header h3 {
    font-size: 20px;
  }

  .simple-modal-content {
    max-height: calc(95vh - 80px);
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .simple-modal-header {
    padding: 16px 20px;
  }

  .simple-modal-header h3 {
    font-size: 18px;
  }

  .simple-modal-content {
    max-height: calc(95vh - 70px);
    padding: 20px;
  }
}

/* [project]/src/styles/blocks/modal-manager.css [app-client] (css) */
.modal-overlay {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 10000;
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-content {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  animation: .3s ease-out modalSlideIn;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px)scale(.95);
  }

  to {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

.modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px 24px 0;
  display: flex;
}

.modal-header h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.modal-close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  padding: 8px;
  font-size: 24px;
  transition: background-color .2s;
}

.modal-close:hover {
  background: rgba(255, 255, 255, .1);
}

.modal-body {
  padding: 0 24px 24px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.form-group input {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  transition: border-color .2s;
}

.form-group input:focus {
  border-color: #07f;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 119, 255, .1);
}

.form-group input::placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-actions {
  gap: 12px;
  margin-top: 24px;
  display: flex;
}

.form-actions button {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  flex: 1;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.form-actions button[type="submit"] {
  color: #fff;
  background: linear-gradient(135deg, #07f 0%, #0056b3 100%);
}

.form-actions button[type="submit"]:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 119, 255, .3);
}

.form-actions button:disabled {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none !important;
  transform: none !important;
}

.form-actions button[type="button"] {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
}

.form-actions button[type="button"]:hover {
  background: rgba(255, 255, 255, .2);
}

.dashboard-modal .modal-content {
  max-width: 1000px;
}

.dashboard-stats-section {
  margin-bottom: 32px;
}

.dashboard-stats-section h4 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
}

.dashboard-stats {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 24px;
  display: grid;
}

.dashboard-stat-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  align-items: center;
  gap: 16px;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.dashboard-stat-card:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-2px);
}

.stat-icon {
  color: #fff;
  background: linear-gradient(135deg, #07f 0%, #00d3e6 100%);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  display: flex;
}

.stat-content {
  flex: 1;
}

.stat-value {
  color: #fff;
  margin: 0 0 4px;
  font-size: 24px;
  font-weight: 700;
}

.stat-label {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  font-weight: 500;
}

.dashboard-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
  display: grid;
}

.dashboard-card {
  text-align: center;
  cursor: pointer;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 24px;
  transition: all .2s;
}

.dashboard-card:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .3);
}

.dashboard-card i {
  color: #07f;
  margin-bottom: 12px;
  font-size: 32px;
}

.dashboard-card h4 {
  color: #fff;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.payment-info {
  text-align: center;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 20px;
}

.payment-info h4 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 600;
}

.payment-price {
  color: #07f;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}

.auth-info {
  text-align: center;
  background: rgba(0, 119, 255, .1);
  border: 1px solid rgba(0, 119, 255, .2);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 16px;
}

.auth-info p {
  color: #07f;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.auth-tabs {
  background: rgba(255, 255, 255, .05);
  border-radius: 8px;
  margin-bottom: 24px;
  padding: 4px;
  display: flex;
}

.auth-tab {
  color: rgba(255, 255, 255, .7);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  flex: 1;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.auth-tab.active {
  color: #07f;
  background: rgba(0, 119, 255, .2);
}

.auth-tab:hover:not(.active) {
  color: #fff;
}

.form-group select {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  transition: border-color .2s;
}

.form-group select:focus {
  border-color: #07f;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 119, 255, .1);
}

.form-group textarea {
  color: #fff;
  resize: vertical;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  width: 100%;
  min-height: 80px;
  padding: 12px 16px;
  font-size: 16px;
  transition: border-color .2s;
}

.form-group textarea:focus {
  border-color: #07f;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 119, 255, .1);
}

.form-group textarea::placeholder {
  color: rgba(255, 255, 255, .5);
}

.masters-modal .modal-content {
  max-width: 700px;
}

.masters-list {
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.master-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.master-info h4 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
}

.master-info p {
  color: rgba(255, 255, 255, .7);
  margin: 0 0 8px;
  font-size: 14px;
}

.master-status {
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
}

.master-status.active {
  color: #10b981;
  background: rgba(16, 185, 129, .2);
}

.master-status.inactive {
  color: #ef4444;
  background: rgba(239, 68, 68, .2);
}

.master-actions {
  gap: 8px;
  display: flex;
}

.btn-edit, .btn-delete, .btn-call {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
}

.btn-edit {
  color: #07f;
  background: rgba(0, 119, 255, .2);
}

.btn-edit:hover {
  background: rgba(0, 119, 255, .3);
}

.btn-delete {
  color: #ef4444;
  background: rgba(239, 68, 68, .2);
}

.btn-delete:hover {
  background: rgba(239, 68, 68, .3);
}

.btn-call {
  color: #10b981;
  background: rgba(16, 185, 129, .2);
}

.btn-call:hover {
  background: rgba(16, 185, 129, .3);
}

.services-modal .modal-content {
  max-width: 700px;
}

.services-list {
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.service-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.service-info h4 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
}

.service-info p {
  color: rgba(255, 255, 255, .7);
  margin: 0 0 8px;
  font-size: 14px;
}

.service-price {
  color: #07f;
  font-size: 16px;
  font-weight: 600;
}

.analytics-modal .modal-content {
  max-width: 900px;
}

.analytics-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 32px;
  display: grid;
}

.analytics-card {
  text-align: center;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 24px;
}

.analytics-card h4 {
  color: rgba(255, 255, 255, .7);
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 500;
}

.analytics-value {
  color: #fff;
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 700;
}

.analytics-change {
  font-size: 14px;
  font-weight: 500;
}

.analytics-change.positive {
  color: #10b981;
}

.analytics-change.negative {
  color: #ef4444;
}

.analytics-change.neutral {
  color: rgba(255, 255, 255, .5);
}

.analytics-chart {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 24px;
}

.analytics-chart h4 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 600;
}

.chart-placeholder {
  align-items: end;
  gap: 12px;
  height: 200px;
  padding: 20px 0;
  display: flex;
}

.chart-bar {
  background: linear-gradient(135deg, #07f 0%, #00d3e6 100%);
  border-radius: 4px 4px 0 0;
  flex: 1;
  min-height: 20px;
  transition: all .3s;
}

.chart-bar:hover {
  opacity: .8;
}

.clients-modal .modal-content {
  max-width: 800px;
}

.clients-search {
  margin-bottom: 24px;
}

.clients-search input {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
}

.clients-search input::placeholder {
  color: rgba(255, 255, 255, .5);
}

.clients-list {
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.client-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.client-info h4 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 18px;
  font-weight: 600;
}

.client-info p {
  color: rgba(255, 255, 255, .7);
  margin: 0 0 8px;
  font-size: 14px;
}

.client-visits {
  color: #07f;
  font-size: 12px;
  font-weight: 500;
}

.client-actions {
  gap: 8px;
  display: flex;
}

.payment-success-modal .modal-content {
  max-width: 500px;
}

.payment-success-content {
  text-align: center;
}

.success-icon {
  margin-bottom: 20px;
}

.success-icon i {
  color: #10b981;
  font-size: 64px;
}

.payment-success-content h4 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 600;
}

.payment-success-content p {
  color: rgba(255, 255, 255, .7);
  margin: 0 0 24px;
  font-size: 16px;
}

.payment-details {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 20px;
}

.payment-detail {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.payment-detail:last-child {
  margin-bottom: 0;
}

.payment-detail .label {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.payment-detail .value {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.payment-actions {
  gap: 12px;
  margin-bottom: 20px;
  display: flex;
}

.payment-actions .btn-primary {
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  display: flex;
}

.btn-test {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  border: none;
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.btn-test:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 185, 129, .3);
}

.btn-test:disabled {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none !important;
  transform: none !important;
}

.payment-info {
  background: rgba(0, 119, 255, .1);
  border: 1px solid rgba(0, 119, 255, .2);
  border-radius: 8px;
  padding: 12px;
}

.payment-info p {
  color: #07f;
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  font-size: 14px;
  display: flex;
}

.payment-info p:last-child {
  margin-bottom: 0;
}

.payment-info i {
  font-size: 16px;
}

.settings-modal .modal-content {
  max-width: 600px;
}

.btn-primary, .btn-secondary {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #07f 0%, #0056b3 100%);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 119, 255, .3);
}

.btn-secondary {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, .2);
}

@media (max-width: 768px) {
  .modal-content {
    max-width: none;
    margin: 20px;
  }

  .modal-header {
    padding: 20px 20px 0;
  }

  .modal-body {
    padding: 0 20px 20px;
  }

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

  .form-actions {
    flex-direction: column;
  }

  .master-card, .service-card, .client-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .master-actions, .service-actions, .client-actions {
    justify-content: flex-end;
    width: 100%;
  }
}

/* [project]/src/styles/blocks/application-modal.css [app-client] (css) */
.application-modal-overlay {
  z-index: 10000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.application-modal {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
}

.application-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: 24px 24px 0;
  display: flex;
}

.application-modal-header h3 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}

.application-modal-close {
  color: #7c8a9a;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 28px;
  transition: all .15s;
  display: flex;
}

.application-modal-close:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
}

.application-modal-content {
  padding: 0 24px 24px;
}

.application-form-header {
  text-align: center;
  margin-bottom: 32px;
}

.application-icon {
  color: #fff;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  font-size: 24px;
  display: flex;
}

.application-form-header h4 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
}

.application-form-header p {
  color: #7c8a9a;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.promo-success {
  color: #22c55e;
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(34, 197, 94, .3);
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.promo-success i {
  font-size: 16px;
}

.application-form {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.application-form-group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.application-form-group label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.application-form-group input, .application-form-group textarea {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 16px;
  transition: all .15s;
}

.application-form-group input:focus, .application-form-group textarea:focus {
  background: rgba(255, 255, 255, .08);
  border-color: #ff6b35;
  outline: none;
}

.application-form-group input::-moz-placeholder {
  color: #7c8a9a;
}

.application-form-group textarea::-moz-placeholder {
  color: #7c8a9a;
}

.application-form-group input::placeholder, .application-form-group textarea::placeholder {
  color: #7c8a9a;
}

.promo-input-container {
  position: relative;
}

.promo-input-container input.promo-applied {
  background: rgba(34, 197, 94, .05);
  border-color: #22c55e;
}

.promo-check {
  color: #22c55e;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.promo-hint {
  color: #7c8a9a;
  margin-top: 4px;
  font-size: 12px;
}

.promo-hint strong {
  color: #ff6b35;
  font-weight: 700;
}

.application-button-primary {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all .15s;
  display: flex;
}

.application-button-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 107, 53, .3);
}

.application-button-primary:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

.application-footer {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 24px;
  padding-top: 20px;
}

.application-footer p {
  color: #7c8a9a;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 12px;
  display: flex;
}

.application-footer i {
  color: #22c55e;
}

@media (max-width: 768px) {
  .application-modal {
    width: 95%;
    margin: 20px;
  }

  .application-modal-header, .application-modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .application-form-header h4 {
    font-size: 18px;
  }

  .application-icon {
    width: 56px;
    height: 56px;
    font-size: 20px;
  }
}

/* [project]/src/styles/globals.css [app-client] (css) */
#modal-portal {
  pointer-events: none;
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

#modal-portal > * {
  pointer-events: auto;
}

:root {
  --vk-blue: #07f;
  --vk-blue-hover: #006deb;
  --vk-blue-active: #005bc1;
  --vk-mint: #00d3e6;
  --vk-mint-hover: #00b3c2;
  --vk-dark-bg: #000;
  --vk-dark-card: #313131;
  --vk-dark-border: #212121;
  --vk-dark-secondary: #1a1a1a;
  --vk-text-white: #fff;
  --vk-text-primary: #313131;
  --vk-text-secondary: #7c8a9a;
  --vk-text-gray: #999;
  --vk-gradient-primary: linear-gradient(135deg, #07f 0%, #00d3e6 100%);
  --vk-gradient-dark: linear-gradient(135deg, #000 0%, #313131 100%);
  --vk-border-radius: 12px;
  --vk-border-radius-lg: 24px;
  --vk-spacing-xs: 4px;
  --vk-spacing-sm: 8px;
  --vk-spacing-md: 16px;
  --vk-spacing-lg: 24px;
  --vk-spacing-xl: 32px;
  --vk-spacing-2xl: 48px;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

body {
  background: var(--vk-dark-bg);
  color: var(--vk-text-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  font-family: VK Sans Display, Inter, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

/* [project]/src/styles/components/cookie-banner.css [app-client] (css) */
.cookie-banner {
  z-index: 50;
  background: #000;
  border-top: 1px solid #374151;
  padding: 1rem;
  animation: .3s ease-out slideUp;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cookie-banner-container {
  max-width: 80rem;
  margin: 0 auto;
}

.cookie-banner-content {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

@media (min-width: 768px) {
  .cookie-banner-content {
    flex-direction: row;
    align-items: center;
  }
}

.cookie-banner-text {
  flex: 1;
}

.cookie-banner-title {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.cookie-banner-description {
  color: #d1d5db;
  font-size: .875rem;
  line-height: 1.5;
}

.cookie-banner-description a {
  color: #60a5fa;
  text-decoration: underline;
}

.cookie-banner-description a:hover {
  color: #93c5fd;
}

.cookie-banner-actions {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

@media (min-width: 640px) {
  .cookie-banner-actions {
    flex-direction: row;
  }
}

.cookie-banner-button {
  cursor: pointer;
  text-align: center;
  border: none;
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.cookie-banner-button-secondary {
  color: #d1d5db;
  background: none;
  border: 1px solid #4b5563;
}

.cookie-banner-button-secondary:hover {
  color: #fff;
  background: #1f2937;
}

.cookie-banner-button-primary {
  color: #fff;
  background: #2563eb;
  border: 1px solid #2563eb;
}

.cookie-banner-button-primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.cookie-banner-details {
  margin-top: 1.5rem;
}

.cookie-banner-details-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.cookie-banner-details-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
}

.cookie-banner-close {
  color: #9ca3af;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.5rem;
}

.cookie-banner-close:hover {
  color: #fff;
}

.cookie-banner-grid {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
}

@media (min-width: 768px) {
  .cookie-banner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cookie-banner-category {
  background: #1f2937;
  border: 1px solid #374151;
  border-radius: .5rem;
  padding: 1rem;
  transition: border-color .2s;
}

.cookie-banner-category:hover {
  border-color: #60a5fa;
}

.cookie-banner-category-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.cookie-banner-category-title {
  color: #fff;
  font-weight: 500;
}

.cookie-banner-toggle {
  cursor: pointer;
  border: none;
  border-radius: 9999px;
  align-items: center;
  width: 3rem;
  height: 1.5rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.cookie-banner-toggle-active {
  background: #2563eb;
  justify-content: flex-end;
}

.cookie-banner-toggle-inactive {
  background: #4b5563;
  justify-content: flex-start;
}

.cookie-banner-toggle-thumb {
  background: #fff;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  transition: transform .2s;
}

.cookie-banner-category-description {
  color: #9ca3af;
  font-size: .875rem;
  line-height: 1.4;
}

.cookie-banner-details-actions {
  flex-direction: column;
  justify-content: flex-end;
  gap: .75rem;
  display: flex;
}

@media (min-width: 640px) {
  .cookie-banner-details-actions {
    flex-direction: row;
  }
}

.cookie-banner-category {
  animation: .3s ease-out fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cookie-banner-toggle:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.cookie-banner-toggle:disabled .cookie-banner-toggle-thumb {
  background: #6b7280;
}

/* [project]/src/styles/pages/legal-pages.css [app-client] (css) */
.legal-page {
  color: #fff;
  background: #000;
  min-height: 100vh;
}

.legal-page main {
  padding-top: 5rem;
}

.legal-page-container {
  max-width: 64rem;
  margin: 0 auto;
  padding: 4rem 1rem;
}

.legal-page-title {
  text-align: center;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .legal-page-title {
    font-size: 3rem;
  }
}

.legal-page-subtitle {
  color: #d1d5db;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.legal-content {
  max-width: none;
}

.legal-section {
  margin-bottom: 2rem;
}

.legal-section-title {
  color: #60a5fa;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.legal-section-subtitle {
  color: #fff;
  margin-bottom: .75rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.legal-text {
  color: #d1d5db;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.legal-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.legal-list li {
  color: #d1d5db;
  margin-bottom: .5rem;
  padding-left: 1.5rem;
  position: relative;
}

.legal-list li:before {
  content: "•";
  color: #60a5fa;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.legal-list-disc {
  margin-bottom: 1rem;
  list-style-type: disc;
  list-style-position: inside;
}

.legal-list-disc li {
  color: #d1d5db;
  margin-bottom: .5rem;
  padding-left: 0;
}

.legal-list-disc li:before {
  display: none;
}

.legal-highlight {
  background: #1f2937;
  border: 1px solid #374151;
  border-radius: .5rem;
  margin: 1.5rem 0;
  padding: 1.5rem;
}

.legal-highlight-title {
  color: #fff;
  margin-bottom: .75rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.legal-highlight-text {
  color: #d1d5db;
  line-height: 1.6;
}

.legal-contact {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.legal-contact p {
  color: #d1d5db;
  margin-bottom: .5rem;
}

.legal-contact a {
  color: #60a5fa;
  text-decoration: none;
  transition: color .2s;
}

.legal-contact a:hover {
  color: #93c5fd;
}

.not-found-page {
  color: #fff;
  background: #000;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.not-found-main {
  padding-top: 5rem;
}

.not-found-container {
  text-align: center;
  max-width: 56rem;
  margin: 0 auto;
  padding: 4rem 1rem;
}

.not-found-404 {
  margin-bottom: 3rem;
  display: inline-block;
  position: relative;
}

.not-found-404-text {
  background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 6rem;
  font-weight: 700;
  animation: 2s infinite pulse;
}

@media (min-width: 768px) {
  .not-found-404-text {
    font-size: 12rem;
  }
}

.not-found-404-dot {
  background: #3b82f6;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  animation: 1s infinite bounce;
  position: absolute;
}

.not-found-404-dot-1 {
  top: -1rem;
  right: -1rem;
}

.not-found-404-dot-2 {
  background: #8b5cf6;
  width: 1.5rem;
  height: 1.5rem;
  animation-delay: .5s;
  bottom: -.5rem;
  left: -.5rem;
}

.not-found-404-dot-3 {
  background: #ec4899;
  width: 1rem;
  height: 1rem;
  animation-delay: 1s;
  top: 50%;
  left: -2rem;
}

.not-found-title {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .not-found-title {
    font-size: 2.5rem;
  }
}

.not-found-description {
  color: #d1d5db;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.6;
}

.not-found-cards {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 64rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

@media (min-width: 768px) {
  .not-found-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.not-found-card {
  background: #1f2937;
  border: 1px solid #374151;
  border-radius: .5rem;
  padding: 1.5rem;
  transition: all .3s;
}

.not-found-card:hover {
  border-color: #3b82f6;
  transform: translateY(-2px);
}

.not-found-card-icon {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.not-found-card-title {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.not-found-card-description {
  color: #9ca3af;
  font-size: .875rem;
  line-height: 1.4;
}

.not-found-actions {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 3rem;
  display: flex;
}

@media (min-width: 640px) {
  .not-found-actions {
    flex-direction: row;
  }
}

.not-found-button {
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: .5rem;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.not-found-button-primary {
  color: #fff;
  background: linear-gradient(135deg, #3b82f6, #8b5cf6);
}

.not-found-button-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(59, 130, 246, .3);
}

.not-found-button-secondary {
  color: #3b82f6;
  background: none;
  border: 2px solid #3b82f6;
}

.not-found-button-secondary:hover {
  color: #fff;
  background: #3b82f6;
}

.not-found-button-tertiary {
  color: #10b981;
  background: none;
  border: 2px solid #10b981;
}

.not-found-button-tertiary:hover {
  color: #fff;
  background: #10b981;
}

.not-found-info {
  max-width: 32rem;
  margin: 0 auto;
}

.not-found-info-box {
  background: #111827;
  border: 1px solid #374151;
  border-radius: .5rem;
  padding: 1.5rem;
}

.not-found-info-title {
  color: #60a5fa;
  margin-bottom: .75rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.not-found-info-list {
  color: #d1d5db;
  text-align: left;
  line-height: 1.6;
}

.not-found-info-list li {
  margin-bottom: .5rem;
}

.not-found-background {
  pointer-events: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.not-found-background-dot {
  opacity: .2;
  border-radius: 50%;
  animation: 2s infinite ping;
  position: absolute;
}

.not-found-background-dot-1 {
  background: #3b82f6;
  width: .5rem;
  height: .5rem;
  top: 25%;
  left: 25%;
}

.not-found-background-dot-2 {
  background: #8b5cf6;
  width: .75rem;
  height: .75rem;
  animation-delay: 1s;
  top: 75%;
  right: 25%;
}

.not-found-background-dot-3 {
  background: #ec4899;
  width: .25rem;
  height: .25rem;
  animation-delay: 2s;
  top: 50%;
  right: 33%;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .7;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes ping {
  0% {
    opacity: .2;
    transform: scale(1);
  }

  75%, 100% {
    opacity: 0;
    transform: scale(2);
  }
}

@media (max-width: 640px) {
  .legal-page-container {
    padding: 2rem .75rem;
  }

  .legal-page-title {
    font-size: 2rem;
  }

  .not-found-404-text {
    font-size: 4rem;
  }

  .not-found-title {
    font-size: 1.5rem;
  }

  .not-found-description {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__9f0ee97b._.css.map*/