/* [next]/internal/font/google/inter_59dee874.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2a2d10660758e7fa-s.91b7455f.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/d6f0f7ef0a66b318-s.927aef78.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/c0062fcfb5f4a9e6-s.b7398c1c.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/1a97932d2ea76c90-s.ac666cb5.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/e27fd546b8a0677f-s.569fab99.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/a973f82a0d056f9e-s.99c7dd4e.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/06ba6ef833b337bc-s.p.0faac26c.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_59dee874-module__9CtR0q__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/* [project]/src/styles/horizontal-scroll.css [app-client] (css) */
.horizontal-scroll-section {
  background: #000;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.horizontal-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.horizontal-panels {
  will-change: transform;
  width: 300%;
  height: 100%;
  display: flex;
}

.panel {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0 5vw;
  display: flex;
  position: relative;
}

.panel-content {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 80px;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  padding-top: 80px;
  display: grid;
}

.panel-left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.panel-right {
  flex-direction: column;
  display: flex;
}

.panel-title {
  color: #fff;
  text-align: left;
  letter-spacing: -.02em;
  background: linear-gradient(135deg, #fff 0%, #f0f0f0 50%, #fff 100%);
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(255, 255, 255, .3);
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(2.5rem, min(5vw, 4rem));
  font-weight: 900;
  line-height: 1.1;
}

.panel-subtitle {
  color: rgba(255, 255, 255, .8);
  text-align: left;
  letter-spacing: .01em;
  max-width: 600px;
  margin: 0;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(1rem, min(2vw, 1.3rem));
  font-weight: 400;
  line-height: 1.6;
}

.panel-description {
  margin-top: 30px;
}

.panel-description p {
  color: rgba(255, 255, 255, .7);
  letter-spacing: .01em;
  margin: 0 0 20px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(.9rem, min(1.8vw, 1.1rem));
  line-height: 1.6;
}

.panel-description ul {
  margin: 0;
  padding-left: 20px;
}

.panel-description li {
  color: rgba(255, 255, 255, .6);
  letter-spacing: .01em;
  margin: 8px 0;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(.85rem, min(1.6vw, 1rem));
  line-height: 1.5;
}

.animations-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
  display: grid;
}

.animation-card {
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  padding: 18px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.animation-card:before {
  content: "";
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, .02) 100%);
  transition: opacity .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.animation-card:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .15);
  transform: translateY(-8px)scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

.animation-card:hover:before {
  opacity: 1;
}

.animation-icon {
  color: #fff;
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, .2));
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.animation-card h3 {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.animation-card p {
  color: rgba(255, 255, 255, .8);
  margin: 0 0 12px;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.4;
}

.tech-details {
  flex-direction: column;
  gap: 5px;
  margin-top: 12px;
  display: flex;
}

.tech-details span {
  color: #22c55e;
  letter-spacing: .02em;
  align-items: center;
  gap: 6px;
  font-family: Geist Mono, monospace;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.tech-stack-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
  display: grid;
}

.tech-stack-card {
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  padding: 18px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.tech-stack-card:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
}

.tech-stack-icon {
  color: #fff;
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, .2));
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.tech-stack-card h3 {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.tech-stack-card p {
  color: rgba(255, 255, 255, .8);
  margin: 0 0 12px;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.4;
}

.tech-features {
  flex-direction: column;
  gap: 5px;
  margin-top: 12px;
  display: flex;
}

.tech-features span {
  color: #22c55e;
  letter-spacing: .02em;
  align-items: center;
  gap: 6px;
  font-family: Geist Mono, monospace;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.tech-stack-bottom-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 30px;
  display: grid;
}

.tech-stack-card-small {
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  padding: 15px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.tech-stack-card-small:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .15);
  transform: translateY(-4px)scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
}

.tech-stack-icon-small {
  color: #fff;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, .2));
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.tech-stack-card-small h4 {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 6px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: .9rem;
  font-weight: 700;
}

.tech-stack-card-small p {
  color: rgba(255, 255, 255, .8);
  margin: 0 0 8px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
}

.tech-features-small {
  flex-direction: column;
  gap: 3px;
  margin-top: 8px;
  display: flex;
}

.tech-features-small span {
  color: #22c55e;
  letter-spacing: .02em;
  font-family: Geist Mono, monospace;
  font-size: .65rem;
  font-weight: 500;
}

.performance-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
  display: grid;
}

.performance-card {
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  padding: 18px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.performance-card:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
}

.performance-icon {
  color: #fff;
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, .2));
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.performance-card h3 {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.performance-card p {
  color: rgba(255, 255, 255, .8);
  margin: 0 0 12px;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.4;
}

.performance-metrics {
  flex-direction: column;
  gap: 5px;
  margin-top: 12px;
  display: flex;
}

.performance-metrics span {
  color: #22c55e;
  letter-spacing: .02em;
  align-items: center;
  gap: 6px;
  font-family: Geist Mono, monospace;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.performance-bottom-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 30px;
  display: grid;
}

.performance-card-small {
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 120px;
  padding: 15px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
}

.performance-card-small:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .15);
  transform: translateY(-4px)scale(1.02);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
}

.performance-icon-small {
  color: #fff;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, .2));
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.performance-card-small h4 {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 6px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: .9rem;
  font-weight: 700;
}

.performance-card-small p {
  color: rgba(255, 255, 255, .8);
  margin: 0 0 8px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
}

.performance-metrics-small {
  flex-direction: column;
  gap: 3px;
  margin-top: 8px;
  display: flex;
}

.performance-metrics-small span {
  color: #22c55e;
  letter-spacing: .02em;
  font-family: Geist Mono, monospace;
  font-size: .65rem;
  font-weight: 500;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px)scale(.9);
}

.clickable-card {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.clickable-card:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .05) 100%);
  transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.clickable-card:hover:before {
  opacity: 1;
}

.clickable-card:active {
  transform: translateY(-4px)scale(.98);
}

.card-hint {
  color: rgba(255, 255, 255, .6);
  letter-spacing: .02em;
  opacity: 0;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  transition: opacity .3s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.clickable-card:hover .card-hint {
  opacity: 1;
}

.panel-button-container {
  margin-top: 40px;
}

.panel-button {
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: linear-gradient(135deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .05) 100%);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.panel-button:before {
  content: "";
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, .05) 100%);
  transition: opacity .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.panel-button:hover {
  background: linear-gradient(135deg, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, .08) 100%);
  border-color: rgba(255, 255, 255, .3);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

.panel-button:hover:before {
  opacity: 1;
}

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

.panel-button span {
  z-index: 1;
  position: relative;
}

.panel-button svg {
  z-index: 1;
  transition: transform .3s;
  position: relative;
}

.panel-button:hover svg {
  transform: translateX(4px);
}

.services-button {
  background: linear-gradient(135deg, rgba(34, 197, 94, .2) 0%, rgba(34, 197, 94, .1) 100%);
  border-color: rgba(34, 197, 94, .3);
}

.services-button:hover {
  background: linear-gradient(135deg, rgba(34, 197, 94, .3) 0%, rgba(34, 197, 94, .15) 100%);
  border-color: rgba(34, 197, 94, .4);
}

.cases-button {
  background: linear-gradient(135deg, rgba(59, 130, 246, .2) 0%, rgba(59, 130, 246, .1) 100%);
  border-color: rgba(59, 130, 246, .3);
}

.cases-button:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, .3) 0%, rgba(59, 130, 246, .15) 100%);
  border-color: rgba(59, 130, 246, .4);
}

.application-button {
  background: linear-gradient(135deg, rgba(168, 85, 247, .2) 0%, rgba(168, 85, 247, .1) 100%);
  border-color: rgba(168, 85, 247, .3);
}

.application-button:hover {
  background: linear-gradient(135deg, rgba(168, 85, 247, .3) 0%, rgba(168, 85, 247, .15) 100%);
  border-color: rgba(168, 85, 247, .4);
}

@media (max-width: 768px) {
  .panel-title {
    font-size: max(2rem, min(4vw, 2.5rem));
  }

  .panel-subtitle {
    font-size: max(.9rem, min(1.8vw, 1.1rem));
  }

  .animations-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .tech-stack-grid, .performance-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .performance-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .panel-performance .panel-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .panel-performance .panel-left {
    order: 1;
  }

  .panel-performance .panel-right {
    order: 2;
    margin-top: 30px;
  }

  .panel-animations .panel-content, .panel-tech-stack .panel-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .panel-animations .panel-left, .panel-tech-stack .panel-left {
    order: 1;
  }

  .panel-animations .panel-right, .panel-tech-stack .panel-right {
    order: 2;
    margin-top: 30px;
  }

  .tech-stack-bottom-cards, .performance-bottom-cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .panel {
    padding: 0 4vw;
  }

  .panel-content {
    gap: 35px;
  }

  .animation-card, .tech-stack-card, .performance-card {
    padding: 25px;
  }

  .panel-button-container {
    margin-top: 30px;
  }

  .panel-button {
    padding: 14px 20px;
    font-size: .9rem;
  }

  .animation-card .tech-details, .tech-stack-card .tech-features, .performance-card .performance-metrics, .animations-grid .animation-card:nth-child(4), .tech-stack-grid .tech-stack-card:nth-child(4), .performance-grid .performance-card:nth-child(4) {
    display: none;
  }
}

@media (max-width: 480px) {
  .panel-title {
    font-size: max(1.8rem, min(3.5vw, 2.2rem));
  }

  .tech-stack-grid, .performance-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .animations-grid, .tech-stack-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .performance-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .panel-performance .panel-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .panel-performance .panel-left {
    order: 1;
  }

  .panel-performance .panel-right {
    order: 2;
    margin-top: 25px;
  }

  .panel-animations .panel-content, .panel-tech-stack .panel-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .panel-animations .panel-left, .panel-tech-stack .panel-left {
    order: 1;
  }

  .panel-animations .panel-right, .panel-tech-stack .panel-right {
    order: 2;
    margin-top: 25px;
  }

  .tech-stack-bottom-cards, .performance-bottom-cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .animation-card, .tech-stack-card, .performance-card {
    padding: 20px;
  }

  .animation-icon, .tech-stack-icon, .performance-icon {
    font-size: 2.5rem;
  }

  .animation-card .tech-details, .tech-stack-card .tech-features, .performance-card .performance-metrics, .animations-grid .animation-card:nth-child(4), .tech-stack-grid .tech-stack-card:nth-child(4), .performance-grid .performance-card:nth-child(4), .horizontal-scroll-section {
    display: none;
  }
}

/* [project]/src/styles/header.css [app-client] (css) */
.dock-header {
  -webkit-backdrop-filter: blur() !important;
  z-index: 3001 !important;
  opacity: 1 !important;
  box-sizing: border-box !important;
  background: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0) !important;
  justify-content: space-between !important;
  align-items: center !important;
  max-width: 100vw !important;
  height: 112px !important;
  padding: 0 40px !important;
  transition: all .4s cubic-bezier(.4, 0, .2, 1) !important;
  display: flex !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow: hidden !important;
  transform: translateY(0) !important;
}

.dock-header.dock-hidden {
  opacity: 0 !important;
  transform: translateY(-100%) !important;
}

.dock-header.dock-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.dock-header.dock-hovered, .dock-header:hover {
  -webkit-backdrop-filter: blur(30px) !important;
  background: rgba(0, 0, 0, .95) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .4) !important;
}

.header-flex {
  z-index: 3001 !important;
  height: 112px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  background: none !important;
  justify-content: space-between !important;
  align-items: center !important;
  max-width: 100vw !important;
  padding: 0 40px !important;
  transition: all .3s !important;
  display: flex !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow: hidden !important;
}

.header-flex.header-scrolled {
  -webkit-backdrop-filter: blur(20px) !important;
  background: rgba(0, 0, 0, .8) !important;
  border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .3) !important;
}

.header-logo {
  text-transform: uppercase !important;
  flex-shrink: 0 !important;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif !important;
}

.logo-metallic {
  filter: brightness(1.1) contrast(1.1) !important;
  width: auto !important;
  height: 112px !important;
  transition: transform .3s !important;
  display: block !important;
}

.logo-metallic:hover {
  transform: scale(1.05) !important;
}

.header-center {
  text-transform: uppercase !important;
  flex: 1 !important;
  justify-content: center !important;
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif !important;
  display: flex !important;
}

.header-nav {
  align-items: center !important;
  gap: 56px !important;
  display: flex !important;
}

.menu-item {
  color: hsl(var(--color-dove, 255, 255, 255, .7)) !important;
  font-family: var(--font-universal-sans-display, "Inter", sans-serif) !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  opacity: .9 !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: .25rem !important;
  font-size: 1.2em !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
  transition: all .15s cubic-bezier(.4, 0, .2, 1) !important;
  display: flex !important;
  position: relative !important;
}

.menu-item:hover, .menu-item:focus {
  color: hsl(var(--color-white, 255, 255, 255)) !important;
  text-shadow: 0 0 16px hsl(var(--color-sunset, 251, 191, 36) / .6) !important;
  opacity: 1 !important;
  transform: translateY(-1px) !important;
}

.menu-item .mono-tag {
  opacity: .6 !important;
  font-family: Courier New, monospace !important;
  font-size: .75rem !important;
  transition: opacity .3s !important;
}

.menu-item:hover .mono-tag {
  opacity: 1 !important;
  color: hsl(var(--color-sunset, 251, 191, 36)) !important;
}

.header-contact {
  margin-left: 32px !important;
}

.contact-btn {
  font-family: var(--font-universal-sans, "Inter", sans-serif) !important;
  color: #fff !important;
  cursor: pointer !important;
  letter-spacing: .05em !important;
  box-shadow: none !important;
  background: none !important;
  border: 2px solid #fff !important;
  border-radius: 24px !important;
  outline: none !important;
  padding: 12px 32px !important;
  font-size: .9em !important;
  font-weight: 600 !important;
  transition: all .15s cubic-bezier(.4, 0, .2, 1) !important;
}

.contact-btn:hover, .contact-btn:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, .08) !important;
  border-color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 0 16px 4px #fff !important;
}

.mobile-menu {
  display: none !important;
}

.mobile-nav-overlay {
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  z-index: 3002 !important;
  background: rgba(0, 0, 0, .8) !important;
  justify-content: center !important;
  align-items: center !important;
  display: flex !important;
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.mobile-nav-content {
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
  background: rgba(0, 0, 0, .9) !important;
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 16px !important;
  width: 90% !important;
  max-width: 400px !important;
  padding: 32px !important;
}

.mobile-nav-header {
  justify-content: space-between !important;
  align-items: center !important;
  margin-bottom: 32px !important;
  display: flex !important;
}

.mobile-nav-close {
  color: #fff !important;
  cursor: pointer !important;
  background: none !important;
  border: 1px solid rgba(255, 255, 255, .2) !important;
  border-radius: 50% !important;
  justify-content: center !important;
  align-items: center !important;
  width: 40px !important;
  height: 40px !important;
  transition: all .3s !important;
  display: flex !important;
}

.mobile-nav-close:hover {
  background: rgba(255, 255, 255, .1) !important;
  transform: scale(1.1) !important;
}

.mobile-nav-links {
  flex-direction: column !important;
  gap: 16px !important;
  display: flex !important;
}

.mobile-nav-link {
  color: #fff !important;
  cursor: pointer !important;
  background: none !important;
  border: none !important;
  border-radius: 8px !important;
  outline: none !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 16px !important;
  font-size: 1.1em !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all .3s !important;
  display: flex !important;
  position: relative !important;
}

.mobile-nav-link:hover {
  background: rgba(255, 255, 255, .1) !important;
  transform: translateX(8px) !important;
}

.mobile-nav-link:active {
  background: rgba(255, 255, 255, .2) !important;
  transform: translateX(4px) !important;
}

.mobile-nav-link:focus {
  outline-offset: 2px !important;
  outline: 2px solid rgba(255, 255, 255, .3) !important;
}

.mobile-nav-link:before {
  content: "" !important;
  z-index: 1 !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.mobile-nav-link .mono-tag, .mobile-nav-link span {
  z-index: 2 !important;
  position: relative !important;
}

.mobile-nav-link .mono-tag {
  opacity: .7 !important;
  font-family: Courier New, monospace !important;
  font-size: .8rem !important;
}

.mobile-nav-footer {
  border-top: 1px solid rgba(255, 255, 255, .1) !important;
  margin-top: 32px !important;
  padding-top: 24px !important;
}

.mobile-nav-footer button {
  color: #000 !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
  background: linear-gradient(135deg, #ec4899 0%, #f59e0b 100%) !important;
  border: none !important;
  border-radius: 12px !important;
  width: 100% !important;
  padding: 16px 24px !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  transition: all .3s !important;
  box-shadow: 0 4px 20px rgba(236, 72, 153, .3) !important;
}

.mobile-nav-footer button:hover {
  background: linear-gradient(135deg, #f59e0b 0%, #ec4899 100%) !important;
  transform: translateY(-2px)scale(1.02) !important;
  box-shadow: 0 8px 30px rgba(236, 72, 153, .4) !important;
}

.mobile-nav-footer button:active {
  transform: translateY(0)scale(.98) !important;
}

@media (max-width: 1200px) {
  .header-nav {
    gap: 40px !important;
  }

  .menu-item {
    font-size: 1.1em !important;
  }
}

@media (max-width: 1024px) {
  .header-flex {
    padding: 0 24px !important;
  }

  .header-nav {
    gap: 32px !important;
  }

  .menu-item {
    font-size: 1rem !important;
  }
}

@media (max-width: 768px) {
  .header-flex, .dock-header {
    box-sizing: border-box !important;
    max-width: 100vw !important;
    height: 80px !important;
    padding: 0 16px !important;
    overflow: hidden !important;
  }

  .header-logo img, .logo-metallic {
    height: 80px !important;
  }

  .header-nav {
    gap: 24px !important;
  }

  .menu-item {
    letter-spacing: .05em !important;
    font-size: 1em !important;
  }

  .contact-btn {
    padding: 10px 24px !important;
    font-size: .85em !important;
  }
}

@media (max-width: 640px) {
  .header-flex, .dock-header {
    box-sizing: border-box !important;
    max-width: 100vw !important;
    padding: 0 12px !important;
    overflow: hidden !important;
  }

  .header-center {
    display: none !important;
  }

  .header-contact {
    margin-left: 16px !important;
  }

  .mobile-menu {
    display: block !important;
  }

  .contact-btn {
    padding: 8px 20px !important;
    font-size: .8em !important;
  }

  .mobile-nav-footer button {
    border-radius: 10px !important;
    padding: 14px 20px !important;
    font-size: 1rem !important;
  }

  .mobile-nav-link {
    min-height: 56px !important;
    padding: 16px 20px !important;
  }
}

.mono-tag {
  letter-spacing: .05em !important;
  text-transform: uppercase !important;
  font-family: Courier New, monospace !important;
  font-size: .75rem !important;
  font-weight: 600 !important;
}

.interactive-glow {
  transition: all .3s !important;
}

.interactive-glow:hover {
  filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, .3)) !important;
}

/* [project]/src/styles/modal.css [app-client] (css) */
.modal-overlay {
  -webkit-backdrop-filter: blur(20px);
  z-index: 5000;
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  padding: 20px;
  animation: .3s cubic-bezier(.4, 0, .2, 1) modalFadeIn;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-content {
  -webkit-backdrop-filter: blur(30px);
  background: rgba(20, 20, 20, .95);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  animation: .4s cubic-bezier(.4, 0, .2, 1) modalSlideIn;
  position: relative;
  overflow-y: auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .5);
}

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

.modal-title {
  color: #fff;
  background: linear-gradient(135deg, #fff 0%, #e0e0e0 100%);
  -webkit-text-fill-color: transparent;
  letter-spacing: -.02em;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(1.5rem, min(4vw, 2.5rem));
  font-weight: 700;
}

.modal-close-btn {
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.modal-close-btn:hover {
  background: rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .3);
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .3);
}

.modal-close-btn:active {
  transform: scale(.95);
}

.modal-body {
  padding: 30px 40px 40px;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

.modal-content h3 {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 15px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(1.2rem, min(3vw, 1.8rem));
  font-weight: 600;
}

.modal-content p {
  color: rgba(255, 255, 255, .9);
  letter-spacing: .01em;
  margin: 0 0 20px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(.95rem, min(2.5vw, 1.1rem));
  line-height: 1.6;
}

.modal-content ul {
  margin: 20px 0;
  padding-left: 20px;
}

.modal-content li {
  color: rgba(255, 255, 255, .8);
  letter-spacing: .01em;
  margin: 8px 0;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(.9rem, min(2.5vw, 1rem));
  line-height: 1.5;
}

.modal-content .tech-highlight {
  -webkit-backdrop-filter: blur(10px);
  background: linear-gradient(135deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .05) 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  margin: 20px 0;
  padding: 20px;
}

.modal-content .tech-highlight h4 {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  font-family: Geist, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(1rem, min(2.5vw, 1.2rem));
  font-weight: 600;
}

.modal-content .tech-highlight p {
  color: rgba(255, 255, 255, .7);
  margin: 0;
  font-size: max(.85rem, min(2.5vw, .95rem));
}

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

  .modal-content {
    max-height: 95vh;
  }

  .modal-header {
    padding: 20px 25px 15px;
  }

  .modal-body {
    padding: 20px 25px 30px;
  }

  .modal-close-btn {
    width: 40px;
    height: 40px;
  }
}

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

  .modal-body {
    padding: 15px 20px 25px;
  }
}

/* [project]/src/styles/calculator.css [app-client] (css) */
@media (max-width: 480px) {
  .calculator-section {
    display: none;
  }
}

.calculator-section {
  background: linear-gradient(135deg, #000 0%, #1a1a1a 50%, #000 100%);
  position: relative;
  overflow: hidden;
}

.calculator-bg {
  background: radial-gradient(circle at 20% 80%, rgba(34, 197, 94, .1) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 80% 20%, rgba(59, 130, 246, .1) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 40% 40%, rgba(168, 85, 247, .05) 0%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.calculator-title {
  text-align: center;
  margin-bottom: 4rem;
}

.calculator-title h2 {
  background: linear-gradient(135deg, #fff 0%, #e5e7eb 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.5rem;
  font-size: max(2.5rem, min(5vw, 5rem));
  font-weight: 900;
  line-height: 1.1;
}

.calculator-title p {
  color: #9ca3af;
  max-width: 48rem;
  margin: 0 auto;
  font-size: max(1.125rem, min(2vw, 1.25rem));
  line-height: 1.6;
}

.calculator-steps {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.step-item {
  align-items: center;
  transition: all .3s;
  display: flex;
}

.step-item.active, .step-item.completed {
  color: #22c55e;
}

.step-item.pending {
  color: #6b7280;
}

.step-number {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: .5rem;
  font-size: .875rem;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.step-item.active .step-number, .step-item.completed .step-number {
  color: #000;
  background: #22c55e;
  border: 2px solid #22c55e;
}

.step-item.pending .step-number {
  color: #6b7280;
  background: none;
  border: 2px solid #6b7280;
}

.step-label {
  white-space: nowrap;
  font-size: .875rem;
  font-weight: 500;
}

.step-arrow {
  color: #6b7280;
  margin: 0 .5rem;
}

.categories-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
}

.category-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  cursor: pointer;
  background: rgba(31, 41, 55, .5);
  border: 1px solid #374151;
  border-radius: 1rem;
  padding: 1.5rem;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.category-card:before {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(34, 197, 94, .1), rgba(0, 0, 0, 0));
  width: 100%;
  height: 100%;
  transition: left .6s;
  position: absolute;
  top: 0;
  left: -100%;
}

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

.category-card:hover {
  background: rgba(31, 41, 55, .7);
  border-color: #22c55e;
  transform: translateY(-4px)scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3), 0 0 0 1px rgba(34, 197, 94, .2);
}

.category-icon {
  color: #22c55e;
  background: rgba(34, 197, 94, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
  display: flex;
}

.category-name {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.category-description {
  color: #9ca3af;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.category-action {
  color: #22c55e;
  opacity: 0;
  align-items: center;
  transition: opacity .3s;
  display: flex;
}

.category-card:hover .category-action {
  opacity: 1;
}

.category-action span {
  margin-right: .5rem;
  font-size: .875rem;
}

.services-container {
  margin-bottom: 2rem;
}

.services-header {
  border-bottom: 1px solid #374151;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.back-button {
  color: #9ca3af;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  font-size: .875rem;
  transition: color .3s;
  display: flex;
}

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

.back-button svg {
  margin-right: .5rem;
}

.services-title {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.services-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
  display: grid;
}

.service-card {
  cursor: pointer;
  background: rgba(31, 41, 55, .3);
  border: 2px solid #374151;
  border-radius: .75rem;
  padding: 1rem;
  transition: all .3s;
}

.service-card:hover {
  background: rgba(31, 41, 55, .5);
  border-color: #6b7280;
}

.service-card.selected {
  background: rgba(34, 197, 94, .1);
  border-color: #22c55e;
  box-shadow: 0 0 0 1px rgba(34, 197, 94, .2);
}

.service-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: .75rem;
  display: flex;
}

.service-info h4 {
  color: #fff;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 600;
}

.service-description {
  color: #9ca3af;
  margin-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.4;
}

.service-calculation {
  margin-top: .5rem;
}

.service-calculation small {
  color: #22c55e;
  background: rgba(34, 197, 94, .1);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-style: italic;
  display: inline-block;
}

.service-price {
  text-align: right;
}

.service-price-amount {
  color: #22c55e;
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
}

.service-timeframe {
  color: #6b7280;
  margin-bottom: .25rem;
  font-size: .75rem;
}

.service-hours {
  color: #9ca3af;
  justify-content: flex-end;
  align-items: center;
  gap: .25rem;
  font-size: .75rem;
  display: flex;
}

.service-features {
  background: rgba(31, 41, 55, .5);
  border-radius: .5rem;
  margin-top: .75rem;
  padding: .75rem;
}

.features-title {
  color: #d1d5db;
  margin-bottom: .5rem;
  font-size: .875rem;
}

.features-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.features-list li {
  color: #9ca3af;
  align-items: center;
  margin-bottom: .25rem;
  font-size: .75rem;
  display: flex;
}

.features-list li:last-child {
  margin-bottom: 0;
}

.features-list svg {
  color: #22c55e;
  flex-shrink: 0;
  margin-right: .5rem;
}

.features-more {
  color: #6b7280;
  font-size: .75rem;
  font-style: italic;
}

.addons-container {
  margin-bottom: 2rem;
}

.addons-header {
  border-bottom: 1px solid #374151;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.addons-title {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.addons-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
  display: grid;
}

.addon-card {
  cursor: pointer;
  background: rgba(31, 41, 55, .3);
  border: 2px solid #374151;
  border-radius: .75rem;
  padding: 1rem;
  transition: all .3s;
}

.addon-card:hover {
  background: rgba(31, 41, 55, .5);
  border-color: #6b7280;
}

.addon-card.selected {
  background: rgba(34, 197, 94, .1);
  border-color: #22c55e;
  box-shadow: 0 0 0 1px rgba(34, 197, 94, .2);
}

.addon-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.addon-info h4 {
  color: #fff;
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 600;
}

.addon-description {
  color: #9ca3af;
  font-size: .875rem;
  line-height: 1.4;
}

.addon-price {
  color: #22c55e;
  text-align: right;
  font-size: 1.125rem;
  font-weight: 700;
}

.calculator-buttons {
  justify-content: center;
  margin-top: 2rem;
  display: flex;
}

.btn-primary {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: none;
  border-radius: .75rem;
  align-items: center;
  padding: .75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.btn-primary:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(34, 197, 94, .4);
}

.btn-primary:disabled {
  cursor: not-allowed;
  box-shadow: none;
  background: #6b7280;
  transform: none;
}

.btn-primary svg {
  margin-right: .5rem;
}

.btn-secondary {
  color: #fff;
  cursor: pointer;
  background: rgba(75, 85, 99, .8);
  border: none;
  border-radius: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  transition: all .3s;
  display: flex;
}

.btn-secondary:hover {
  background: #4b5563;
}

.btn-secondary svg {
  margin-right: .5rem;
}

.result-container {
  margin-bottom: 2rem;
}

.result-header {
  border-bottom: 1px solid #374151;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  display: flex;
}

.result-title {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.total-price {
  text-align: center;
  background: linear-gradient(135deg, rgba(34, 197, 94, .2) 0%, rgba(59, 130, 246, .2) 100%);
  border: 1px solid rgba(34, 197, 94, .3);
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding: 2rem;
}

.total-price-amount {
  color: #22c55e;
  margin-bottom: .5rem;
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1;
}

.total-price-label {
  color: #d1d5db;
  font-size: 1.25rem;
}

.result-section {
  background: rgba(31, 41, 55, .5);
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

.result-section h4 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.result-item {
  background: rgba(75, 85, 99, .5);
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
  padding: .75rem;
  display: flex;
}

.result-item:last-child {
  margin-bottom: 0;
}

.result-item-name {
  color: #fff;
}

.result-item-price {
  color: #22c55e;
  font-weight: 600;
}

.hourly-breakdown {
  color: #22c55e;
  white-space: pre-wrap;
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(34, 197, 94, .2);
  border-radius: .5rem;
  padding: 1rem;
  font-family: Monaco, Menlo, Ubuntu Mono, monospace;
  font-size: .875rem;
  line-height: 1.6;
  overflow-x: auto;
}

.hourly-breakdown pre {
  margin: 0;
  font-family: inherit;
}

.recommendations {
  background: rgba(59, 130, 246, .1);
  border: 1px solid rgba(59, 130, 246, .3);
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}

.recommendations h4 {
  color: #60a5fa;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.recommendations-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recommendations-list li {
  color: #93c5fd;
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
}

.recommendations-list li:last-child {
  margin-bottom: 0;
}

.recommendations-list svg {
  color: #60a5fa;
  flex-shrink: 0;
  margin-top: .125rem;
  margin-right: .75rem;
}

.order-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: none;
  border-radius: .75rem;
  width: 100%;
  max-width: 300px;
  padding: 1rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all .3s;
}

.order-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(34, 197, 94, .4);
}

@media (max-width: 768px) {
  .calculator-steps {
    flex-direction: column;
    align-items: center;
    gap: .5rem;
  }

  .step-arrow {
    display: none;
  }

  .categories-grid, .services-grid, .addons-grid {
    grid-template-columns: 1fr;
  }

  .services-header, .addons-header, .result-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .total-price-amount {
    font-size: 2.5rem;
  }

  .calculator-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .btn-primary, .order-button {
    width: 100%;
    max-width: none;
  }

  .hourly-breakdown {
    padding: .75rem;
    font-size: .75rem;
  }
}

@media (max-width: 480px) {
  .calculator-title h2 {
    font-size: 2rem;
  }

  .calculator-title p {
    font-size: 1rem;
  }

  .category-card, .service-card, .addon-card {
    padding: 1rem;
  }

  .total-price {
    padding: 1.5rem;
  }

  .total-price-amount {
    font-size: 2rem;
  }

  .category-icon {
    width: 50px;
    height: 50px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

.calculator-section {
  animation: .8s ease-out fadeInUp;
}

.category-card, .service-card, .addon-card {
  animation: .6s ease-out fadeInUp;
}

.category-card:first-child {
  animation-delay: .1s;
}

.category-card:nth-child(2) {
  animation-delay: .2s;
}

.category-card:nth-child(3) {
  animation-delay: .3s;
}

.category-card:nth-child(4) {
  animation-delay: .4s;
}

.btn-primary:focus, .btn-secondary:focus, .category-card:focus, .service-card:focus, .addon-card:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, .5);
}

.btn-primary.loading {
  pointer-events: none;
  position: relative;
}

.btn-primary.loading:after {
  content: "";
  border: 2px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: 1s linear infinite spin;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

@keyframes spin {
  0% {
    transform: translateY(-50%)rotate(0);
  }

  100% {
    transform: translateY(-50%)rotate(360deg);
  }
}

/* [project]/src/styles/mobile-calculator.css [app-client] (css) */
.mobile-calculator-section {
  background: linear-gradient(135deg, #000 0%, #1a1a1a 50%, #000 100%);
  min-height: 100vh;
  padding: 30px 20px;
  display: none !important;
}

.mobile-calculator-content {
  max-width: 600px;
  margin: 0 auto;
}

.mobile-calculator-header {
  text-align: center;
  margin-bottom: 30px;
}

.mobile-calculator-header h2 {
  color: #fff;
  letter-spacing: -.02em;
  background: linear-gradient(135deg, #fff 0%, #e5e7eb 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 15px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(1.8rem, min(4vw, 2.5rem));
  font-weight: 900;
  line-height: 1.1;
}

.mobile-calculator-header p {
  color: rgba(255, 255, 255, .8);
  margin: 0;
  font-size: max(.9rem, min(2vw, 1.1rem));
  line-height: 1.5;
}

.mobile-services-section, .mobile-addons-section {
  margin-bottom: 30px;
}

.mobile-services-section h3, .mobile-addons-section h3 {
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
  font-size: max(1.2rem, min(2.5vw, 1.5rem));
  font-weight: 700;
}

.mobile-services-grid, .mobile-addons-grid {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.mobile-service-card {
  cursor: pointer;
  -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;
  padding: 20px;
  transition: all .3s;
}

.mobile-service-card:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-2px);
}

.mobile-service-card.selected {
  background: rgba(34, 197, 94, .1);
  border-color: rgba(34, 197, 94, .3);
  box-shadow: 0 0 20px rgba(34, 197, 94, .2);
}

.mobile-service-header {
  align-items: flex-start;
  gap: 15px;
  display: flex;
}

.mobile-service-icon {
  color: #22c55e;
  flex-shrink: 0;
  margin-top: 2px;
}

.mobile-service-info {
  flex: 1;
}

.mobile-service-info h4 {
  color: #fff;
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}

.mobile-service-info p {
  color: rgba(255, 255, 255, .7);
  margin: 0 0 10px;
  font-size: .9rem;
  line-height: 1.4;
}

.mobile-service-price {
  color: #22c55e;
  font-size: 1rem;
  font-weight: 600;
}

.mobile-service-checkbox {
  color: #22c55e;
  flex-shrink: 0;
  margin-top: 2px;
}

.mobile-addon-card {
  cursor: pointer;
  -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;
  padding: 20px;
  transition: all .3s;
}

.mobile-addon-card:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-2px);
}

.mobile-addon-card.selected {
  background: rgba(59, 130, 246, .1);
  border-color: rgba(59, 130, 246, .3);
  box-shadow: 0 0 20px rgba(59, 130, 246, .2);
}

.mobile-addon-content {
  align-items: center;
  gap: 15px;
  display: flex;
}

.mobile-addon-info {
  flex: 1;
}

.mobile-addon-info h4 {
  color: #fff;
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.mobile-addon-info p {
  color: rgba(255, 255, 255, .7);
  margin: 0;
  font-size: .85rem;
  line-height: 1.4;
}

.mobile-addon-price {
  color: #3b82f6;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 600;
}

.mobile-addon-checkbox {
  color: #3b82f6;
  flex-shrink: 0;
}

.mobile-calculator-buttons {
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
  display: flex;
}

.mobile-calculate-button, .mobile-reset-button {
  cursor: pointer;
  border: none;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-family: Geist Mono, monospace;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.mobile-calculate-button {
  color: #fff;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
}

.mobile-calculate-button:hover:not(:disabled) {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(34, 197, 94, .3);
}

.mobile-calculate-button:disabled {
  color: rgba(255, 255, 255, .5);
  cursor: not-allowed;
  box-shadow: none;
  background: rgba(255, 255, 255, .1);
  transform: none;
}

.mobile-reset-button {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
}

.mobile-reset-button:hover {
  background: rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .3);
  transform: translateY(-2px);
}

.mobile-result-section {
  -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;
  padding: 25px;
}

.mobile-result-header {
  text-align: center;
  margin-bottom: 20px;
}

.mobile-result-header h3 {
  color: #fff;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.mobile-total-price {
  text-align: center;
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(34, 197, 94, .2);
  border-radius: 12px;
  margin-bottom: 25px;
  padding: 20px;
}

.mobile-total-amount {
  color: #22c55e;
  margin-bottom: 8px;
  font-size: max(1.5rem, min(3vw, 2rem));
  font-weight: 900;
}

.mobile-total-label {
  color: rgba(255, 255, 255, .8);
  font-size: .9rem;
}

.mobile-result-items {
  margin-bottom: 20px;
}

.mobile-result-items h4 {
  color: #fff;
  margin: 0 0 15px;
  font-size: 1rem;
  font-weight: 600;
}

.mobile-result-item {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.mobile-result-item:last-child {
  border-bottom: none;
}

.mobile-result-item span:first-child {
  color: rgba(255, 255, 255, .9);
  font-size: .9rem;
}

.mobile-result-item span:last-child {
  color: #22c55e;
  font-size: .9rem;
  font-weight: 600;
}

.mobile-order-button {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 16px 24px;
  font-family: Geist Mono, monospace;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.mobile-order-button:hover {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(59, 130, 246, .3);
}

@media (max-width: 480px) {
  .mobile-calculator-section {
    padding: 25px 15px;
    display: block !important;
  }

  .mobile-calculator-header h2 {
    margin-bottom: 12px;
    font-size: max(1.6rem, min(3.5vw, 2.2rem));
  }

  .mobile-calculator-header p {
    font-size: max(.85rem, min(1.8vw, 1rem));
  }

  .mobile-services-section h3, .mobile-addons-section h3 {
    margin-bottom: 15px;
    font-size: max(1.1rem, min(2.2vw, 1.3rem));
  }

  .mobile-service-card, .mobile-addon-card {
    padding: 18px;
  }

  .mobile-service-info h4 {
    font-size: 1rem;
  }

  .mobile-service-info p {
    font-size: .85rem;
  }

  .mobile-calculator-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .mobile-calculate-button, .mobile-reset-button {
    padding: 12px 20px;
    font-size: .95rem;
  }

  .mobile-result-section {
    padding: 20px;
  }

  .mobile-total-price {
    padding: 18px;
  }

  .mobile-order-button {
    padding: 14px 20px;
    font-size: 1rem;
  }
}

@media (max-width: 320px) {
  .mobile-calculator-section {
    padding: 20px 10px;
    display: block !important;
  }

  .mobile-calculator-header h2 {
    margin-bottom: 10px;
    font-size: max(1.4rem, min(3vw, 2rem));
  }

  .mobile-calculator-header p {
    font-size: max(.8rem, min(1.6vw, .95rem));
  }

  .mobile-services-section h3, .mobile-addons-section h3 {
    margin-bottom: 12px;
    font-size: max(1rem, min(2vw, 1.2rem));
  }

  .mobile-service-card, .mobile-addon-card {
    padding: 16px;
  }

  .mobile-service-info h4 {
    font-size: .95rem;
  }

  .mobile-service-info p {
    font-size: .8rem;
  }

  .mobile-calculate-button, .mobile-reset-button {
    padding: 10px 18px;
    font-size: .9rem;
  }

  .mobile-result-section {
    padding: 18px;
  }

  .mobile-total-price {
    padding: 16px;
  }

  .mobile-order-button {
    padding: 12px 18px;
    font-size: .95rem;
  }
}

/* [project]/src/styles/mobile-sections.css [app-client] (css) */
.mobile-section {
  background: #000;
  min-height: 100vh;
  padding: 40px 20px;
  display: none;
}

.mobile-section-content {
  max-width: 1200px;
  margin: 0 auto;
}

.mobile-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.mobile-section-title {
  color: #fff;
  letter-spacing: -.02em;
  background: linear-gradient(135deg, #fff 0%, #f0f0f0 50%, #fff 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 20px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(2rem, min(4vw, 3rem));
  font-weight: 900;
  line-height: 1.1;
}

.mobile-section-subtitle {
  color: rgba(255, 255, 255, .8);
  text-align: center;
  letter-spacing: .01em;
  max-width: 700px;
  margin: 0 auto 25px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(1rem, min(2.2vw, 1.2rem));
  font-weight: 400;
  line-height: 1.6;
}

.mobile-section-description {
  text-align: center;
  margin-bottom: 30px;
}

.mobile-section-description p {
  color: rgba(255, 255, 255, .7);
  letter-spacing: .01em;
  margin: 0 0 20px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(.9rem, min(1.8vw, 1.1rem));
  line-height: 1.6;
}

.mobile-section-description ul {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.mobile-section-description li {
  color: rgba(255, 255, 255, .7);
  letter-spacing: .01em;
  margin: 0 0 12px;
  padding-left: 20px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: max(.85rem, min(1.6vw, 1rem));
  line-height: 1.6;
  position: relative;
}

.mobile-section-description li:before {
  content: "•";
  color: #22c55e;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.mobile-section-button-container {
  text-align: center;
  margin-top: 30px;
}

.mobile-section-button {
  color: #fff;
  cursor: pointer;
  letter-spacing: .02em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  padding: 14px 24px;
  font-family: Geist Mono, monospace;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: inline-flex;
}

.mobile-section-button:hover {
  background: rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .3);
  transform: translateY(-2px);
}

.mobile-section-button svg {
  transition: transform .3s;
}

.mobile-section-button:hover svg {
  transform: translateX(4px);
}

.mobile-section-button.services-button {
  background: linear-gradient(135deg, rgba(34, 197, 94, .2) 0%, rgba(34, 197, 94, .1) 100%);
  border-color: rgba(34, 197, 94, .3);
}

.mobile-section-button.services-button:hover {
  background: linear-gradient(135deg, rgba(34, 197, 94, .3) 0%, rgba(34, 197, 94, .15) 100%);
  border-color: rgba(34, 197, 94, .4);
}

.mobile-section-button.cases-button {
  background: linear-gradient(135deg, rgba(59, 130, 246, .2) 0%, rgba(59, 130, 246, .1) 100%);
  border-color: rgba(59, 130, 246, .3);
}

.mobile-section-button.cases-button:hover {
  background: linear-gradient(135deg, rgba(59, 130, 246, .3) 0%, rgba(59, 130, 246, .15) 100%);
  border-color: rgba(59, 130, 246, .4);
}

.mobile-section-button.application-button {
  background: linear-gradient(135deg, rgba(168, 85, 247, .2) 0%, rgba(168, 85, 247, .1) 100%);
  border-color: rgba(168, 85, 247, .3);
}

.mobile-section-button.application-button:hover {
  background: linear-gradient(135deg, rgba(168, 85, 247, .3) 0%, rgba(168, 85, 247, .15) 100%);
  border-color: rgba(168, 85, 247, .4);
}

.mobile-animations-grid, .mobile-tech-stack-grid, .mobile-performance-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 30px;
  display: grid;
}

.mobile-animation-card, .mobile-tech-stack-card, .mobile-performance-card {
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.mobile-animation-card:hover, .mobile-tech-stack-card:hover, .mobile-performance-card:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

.mobile-animation-icon, .mobile-tech-stack-icon, .mobile-performance-icon {
  color: #fff;
  filter: drop-shadow(0 0 15px rgba(255, 255, 255, .2));
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.mobile-animation-card h3, .mobile-tech-stack-card h3, .mobile-performance-card h3 {
  color: #fff;
  letter-spacing: -.01em;
  margin: 0 0 10px;
  font-family: Geist, Geist Sans, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.mobile-animation-card p, .mobile-tech-stack-card p, .mobile-performance-card p {
  color: rgba(255, 255, 255, .8);
  margin: 0;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .mobile-section {
    display: block;
  }

  .mobile-section-title {
    font-size: max(1.8rem, min(3.5vw, 2.5rem));
  }

  .mobile-section-subtitle {
    font-size: max(.9rem, min(1.8vw, 1.1rem));
  }

  .mobile-section-description p {
    font-size: max(.8rem, min(1.6vw, 1rem));
  }

  .mobile-section-description li {
    font-size: max(.75rem, min(1.4vw, .95rem));
  }

  .mobile-section {
    padding: 30px 15px;
  }

  .mobile-animations-grid, .mobile-tech-stack-grid, .mobile-performance-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .mobile-animation-card, .mobile-tech-stack-card, .mobile-performance-card {
    min-height: 150px;
    padding: 16px;
  }

  .mobile-section-title {
    margin-bottom: 15px;
    font-size: max(1.6rem, min(3vw, 2.2rem));
  }

  .mobile-section-subtitle {
    margin-bottom: 20px;
    font-size: max(.85rem, min(1.6vw, 1rem));
  }

  .mobile-section-description {
    margin-bottom: 25px;
  }

  .mobile-section-description p {
    margin-bottom: 15px;
    font-size: max(.75rem, min(1.4vw, .95rem));
  }

  .mobile-section-description li {
    margin-bottom: 10px;
    font-size: max(.7rem, min(1.2vw, .9rem));
  }

  .mobile-section-button-container {
    margin-top: 25px;
  }

  .mobile-section-button {
    padding: 10px 18px;
    font-size: .85rem;
  }
}

@media (max-width: 320px) {
  .mobile-section {
    padding: 25px 10px;
  }

  .mobile-animations-grid, .mobile-tech-stack-grid, .mobile-performance-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .mobile-animation-card, .mobile-tech-stack-card, .mobile-performance-card {
    min-height: 140px;
    padding: 14px;
  }

  .mobile-section-title {
    margin-bottom: 12px;
    font-size: max(1.4rem, min(2.5vw, 2rem));
  }

  .mobile-section-subtitle {
    margin-bottom: 18px;
    font-size: max(.8rem, min(1.4vw, .95rem));
  }

  .mobile-section-description {
    margin-bottom: 20px;
  }

  .mobile-section-description p {
    margin-bottom: 12px;
    font-size: max(.7rem, min(1.2vw, .9rem));
  }

  .mobile-section-description li {
    margin-bottom: 8px;
    font-size: max(.65rem, min(1.1vw, .85rem));
  }

  .mobile-section-button-container {
    margin-top: 20px;
  }

  .mobile-section-button {
    padding: 8px 16px;
    font-size: .8rem;
  }
}

/* [project]/src/styles/first-visit-modal.css [app-client] (css) */
@media (max-width: 767px) {
  .first-visit-modal-overlay {
    padding: 16px !important;
  }

  .first-visit-modal-content {
    maxWidth: none !important;
    maxHeight: 90vh !important;
    borderRadius: 20px !important;
    width: 95% !important;
  }

  .first-visit-modal-header {
    padding: 24px 24px 16px !important;
  }

  .first-visit-modal-header h2 {
    fontSize: clamp(1.3rem, 3.5vw, 2rem) !important;
  }

  .first-visit-modal-body {
    padding: 24px 24px 32px !important;
  }

  .first-visit-modal-body p {
    fontSize: clamp(1rem, 2.2vw, 1.1rem) !important;
    marginBottom: 32px !important;
  }

  .agreement-item {
    marginBottom: 20px !important;
    borderRadius: 12px !important;
    padding: 16px !important;
  }

  .agreement-item:last-child {
    marginBottom: 32px !important;
  }

  .agreement-checkbox {
    borderRadius: 4px !important;
    width: 20px !important;
    height: 20px !important;
  }

  .agreement-title {
    fontSize: clamp(.9rem, 2.2vw, 1rem) !important;
  }

  .agreement-description {
    fontSize: clamp(.8rem, 1.8vw, .9rem) !important;
  }

  .accept-button {
    fontSize: clamp(1rem, 2.2vw, 1.1rem) !important;
    borderRadius: 12px !important;
    padding: 16px !important;
  }

  .info-box {
    marginTop: 20px !important;
    borderRadius: 8px !important;
    padding: 12px !important;
  }

  .info-box p {
    fontSize: clamp(.75rem, 1.6vw, .8rem) !important;
    marginBottom: 0 !important;
  }
}

@media (max-width: 480px) {
  .first-visit-modal-overlay {
    padding: 12px !important;
  }

  .first-visit-modal-content {
    maxHeight: 95vh !important;
    borderRadius: 16px !important;
    width: 98% !important;
  }

  .first-visit-modal-header {
    padding: 20px 20px 12px !important;
  }

  .first-visit-modal-header h2 {
    fontSize: clamp(1.2rem, 3vw, 1.8rem) !important;
  }

  .first-visit-modal-body {
    padding: 20px 20px 28px !important;
  }

  .first-visit-modal-body p {
    fontSize: clamp(.9rem, 2vw, 1rem) !important;
    marginBottom: 28px !important;
  }

  .agreement-item {
    marginBottom: 16px !important;
    borderRadius: 10px !important;
    padding: 14px !important;
  }

  .agreement-item:last-child {
    marginBottom: 28px !important;
  }

  .agreement-checkbox {
    borderRadius: 3px !important;
    width: 18px !important;
    height: 18px !important;
  }

  .agreement-title {
    fontSize: clamp(.85rem, 2vw, .95rem) !important;
  }

  .agreement-description {
    fontSize: clamp(.75rem, 1.6vw, .85rem) !important;
  }

  .accept-button {
    fontSize: clamp(.9rem, 2vw, 1rem) !important;
    borderRadius: 10px !important;
    padding: 14px !important;
  }

  .info-box {
    marginTop: 16px !important;
    borderRadius: 6px !important;
    padding: 10px !important;
  }

  .info-box p {
    fontSize: clamp(.7rem, 1.4vw, .75rem) !important;
  }
}

@media (max-width: 320px) {
  .first-visit-modal-overlay {
    padding: 8px !important;
  }

  .first-visit-modal-content {
    maxHeight: 98vh !important;
    borderRadius: 12px !important;
    width: 100% !important;
  }

  .first-visit-modal-header {
    padding: 16px 16px 8px !important;
  }

  .first-visit-modal-header h2 {
    fontSize: clamp(1.1rem, 2.5vw, 1.6rem) !important;
  }

  .first-visit-modal-body {
    padding: 16px 16px 24px !important;
  }

  .first-visit-modal-body p {
    fontSize: clamp(.8rem, 1.8vw, .9rem) !important;
    marginBottom: 24px !important;
  }

  .agreement-item {
    marginBottom: 12px !important;
    borderRadius: 8px !important;
    padding: 12px !important;
  }

  .agreement-item:last-child {
    marginBottom: 24px !important;
  }

  .agreement-checkbox {
    borderRadius: 2px !important;
    width: 16px !important;
    height: 16px !important;
  }

  .agreement-title {
    fontSize: clamp(.8rem, 1.8vw, .9rem) !important;
  }

  .agreement-description {
    fontSize: clamp(.7rem, 1.4vw, .8rem) !important;
  }

  .accept-button {
    fontSize: clamp(.8rem, 1.8vw, .9rem) !important;
    borderRadius: 8px !important;
    padding: 12px !important;
  }

  .info-box {
    marginTop: 12px !important;
    borderRadius: 4px !important;
    padding: 8px !important;
  }

  .info-box p {
    fontSize: clamp(.65rem, 1.2vw, .7rem) !important;
  }
}

@media (max-width: 767px) {
  .first-visit-modal-content {
    -webkit-overflow-scrolling: touch !important;
    overflow: auto !important;
  }

  .agreement-item {
    flexDirection: column !important;
    alignItems: flex-start !important;
    gap: 12px !important;
  }

  .agreement-checkbox {
    alignSelf: flex-start !important;
  }

  .accept-button {
    minHeight: 48px !important;
    touchAction: manipulation !important;
  }
}

@media (hover: none) and (pointer: coarse) {
  .agreement-checkbox {
    minHeight: 44px !important;
    minWidth: 44px !important;
  }

  .accept-button {
    minHeight: 48px !important;
  }

  .agreement-item {
    cursor: pointer !important;
  }
}

/* [project]/src/styles/tech.css [app-client] (css) */
.tech-page {
  color: #fff;
  background: #000;
}

.tech-hero {
  background: linear-gradient(135deg, #000 0%, #1a1a1a 50%, #2d2d2d 100%);
  padding-top: 6rem;
  position: relative;
  overflow: hidden;
}

.tech-hero:before {
  content: "";
  opacity: .5;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tech-hero-content {
  z-index: 10;
  position: relative;
}

.tech-hero-icon {
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  transition: all .3s;
  box-shadow: 0 20px 40px rgba(220, 38, 38, .3);
}

.tech-hero-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(220, 38, 38, .4);
}

.tech-nav {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, .95);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-top: 2rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
}

.tech-nav-item {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  margin: 0 4px;
  padding: 12px 20px;
  transition: all .3s;
  position: relative;
}

.tech-nav-item:hover {
  color: #ef4444;
  background: rgba(220, 38, 38, .2);
  border-color: rgba(220, 38, 38, .3);
  transform: translateY(-2px);
}

.tech-nav-item.active {
  color: #fff;
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  border-color: #dc2626;
  box-shadow: 0 4px 15px rgba(220, 38, 38, .3);
}

.tech-nav-item.active:before {
  content: "";
  background: #dc2626;
  border-radius: 2px;
  width: 20px;
  height: 3px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.tech-content {
  background: #000;
  padding: 80px 0 60px;
}

.tech-section {
  opacity: 0;
  margin-bottom: 80px;
  animation: .8s forwards fadeInUp;
  transform: translateY(30px);
}

.tech-section:nth-child(2) {
  animation-delay: .1s;
}

.tech-section:nth-child(3) {
  animation-delay: .2s;
}

.tech-section:nth-child(4) {
  animation-delay: .3s;
}

.tech-section:nth-child(5) {
  animation-delay: .4s;
}

.tech-section:nth-child(6) {
  animation-delay: .5s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tech-section-title {
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
}

.tech-section-title:after {
  content: "";
  background: linear-gradient(90deg, #dc2626 0%, #ef4444 100%);
  border-radius: 2px;
  width: 60px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.tech-section-title h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
}

.tech-section-title p {
  color: #a3a3a3;
  max-width: 600px;
  font-size: 1.1rem;
}

.tech-cards {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 40px;
  display: grid;
}

.tech-card {
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 24px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
}

.tech-card:before {
  content: "";
  background: linear-gradient(90deg, #dc2626 0%, #ef4444 100%);
  height: 4px;
  transition: transform .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.tech-card:hover {
  border-color: rgba(220, 38, 38, .3);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(220, 38, 38, .2);
}

.tech-card:hover:before {
  transform: scaleX(1);
}

.tech-card-header {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.tech-card-icon {
  color: #ef4444;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-right: 16px;
  display: flex;
}

.tech-card-title {
  color: #fff;
  margin-bottom: 4px;
  font-size: 1.25rem;
  font-weight: 600;
}

.tech-card-version {
  color: #a3a3a3;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  padding: 4px 8px;
  font-size: .875rem;
  font-weight: 500;
}

.tech-card-description {
  color: #a3a3a3;
  line-height: 1.6;
}

.tech-metrics {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
  margin-top: 40px;
  display: grid;
}

.tech-metric {
  text-align: center;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 24px;
  transition: all .3s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
}

.tech-metric:hover {
  border-color: rgba(220, 38, 38, .3);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(220, 38, 38, .2);
}

.tech-metric-value {
  color: #ef4444;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
}

.tech-metric-name {
  color: #fff;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 600;
}

.tech-metric-description {
  color: #a3a3a3;
  font-size: .875rem;
}

.tech-security-list {
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
}

.tech-security-item {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  align-items: center;
  padding: 16px 0;
  transition: all .3s;
  display: flex;
}

.tech-security-item:last-child {
  border-bottom: none;
}

.tech-security-item:hover {
  background: rgba(220, 38, 38, .1);
  border-radius: 8px;
  margin: 0 -32px;
  padding: 16px 32px;
}

.tech-security-icon {
  color: #fff;
  background: #10b981;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  display: flex;
}

.tech-security-text {
  color: #fff;
  font-weight: 500;
}

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

.tech-breakpoint {
  text-align: center;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 20px;
  transition: all .3s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .5);
}

.tech-breakpoint:hover {
  border-color: rgba(220, 38, 38, .3);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(220, 38, 38, .2);
}

.tech-breakpoint-icon {
  color: #ef4444;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
  display: flex;
}

.tech-breakpoint-device {
  color: #fff;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 600;
}

.tech-breakpoint-width {
  color: #a3a3a3;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  padding: 4px 8px;
  font-size: .875rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .tech-hero h1 {
    font-size: 2.5rem;
  }

  .tech-section-title h2 {
    font-size: 2rem;
  }

  .tech-cards, .tech-metrics, .tech-breakpoints {
    grid-template-columns: 1fr;
  }

  .tech-nav {
    padding: 0 16px;
  }

  .tech-nav-item {
    margin: 0 2px;
    padding: 8px 12px;
    font-size: .875rem;
  }
}

@media (max-width: 480px) {
  .tech-hero h1 {
    font-size: 2rem;
  }

  .tech-section-title h2 {
    font-size: 1.75rem;
  }

  .tech-card, .tech-metric {
    padding: 20px;
  }

  .tech-hero {
    padding-top: 4rem !important;
  }

  .tech-hero h1 {
    margin-bottom: 1rem !important;
    font-size: max(1.8rem, min(5vw, 3.5rem)) !important;
  }

  .tech-hero p {
    margin-bottom: 1.5rem !important;
    font-size: max(.9rem, min(2.2vw, 1.2rem)) !important;
  }

  .tech-hero-icon {
    width: 4rem !important;
    height: 4rem !important;
    margin-bottom: 1rem !important;
  }

  .tech-nav {
    margin-top: 1rem !important;
    padding: 0 .75rem !important;
  }

  .tech-nav-item {
    margin: 0 .125rem !important;
    padding: .5rem .75rem !important;
    font-size: max(.75rem, min(1.6vw, .85rem)) !important;
  }

  .tech-content {
    padding: 2rem 0 3rem !important;
  }

  .tech-section {
    margin-bottom: 3rem !important;
  }

  .tech-section-title h2 {
    margin-bottom: 1rem !important;
    font-size: max(1.6rem, min(3.5vw, 2.2rem)) !important;
  }

  .tech-section-title p {
    font-size: max(.9rem, min(2vw, 1.1rem)) !important;
  }

  .tech-card {
    padding: 1rem !important;
  }

  .tech-card h3 {
    margin-bottom: .75rem !important;
    font-size: max(1rem, min(2vw, 1.125rem)) !important;
  }

  .tech-card p, .tech-card li {
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }

  .tech-card-header {
    gap: .75rem !important;
  }

  .tech-card-icon {
    width: 2rem !important;
    height: 2rem !important;
  }

  .tech-card-title {
    font-size: max(.9rem, min(1.8vw, 1rem)) !important;
  }

  .tech-card-description {
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }

  .tech-card-version {
    font-size: max(.75rem, min(1.4vw, .85rem)) !important;
  }

  .tech-metrics {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .tech-metric {
    padding: 1rem !important;
  }

  .tech-metric-value {
    font-size: max(1.4rem, min(3.5vw, 1.8rem)) !important;
  }

  .tech-metric-name {
    font-size: max(.9rem, min(2vw, 1rem)) !important;
  }

  .tech-metric-description {
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }

  .tech-breakpoints {
    grid-template-columns: 1fr !important;
    gap: .75rem !important;
  }

  .tech-breakpoint {
    padding: .875rem !important;
  }

  .tech-breakpoint-icon {
    width: 1.5rem !important;
    height: 1.5rem !important;
  }

  .tech-breakpoint-device {
    font-size: max(.9rem, min(1.8vw, 1rem)) !important;
  }

  .tech-breakpoint-width {
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }

  .tech-security-list {
    padding: 1rem !important;
  }

  .tech-security-item {
    gap: .5rem !important;
    padding: .5rem 0 !important;
  }

  .tech-security-icon {
    width: 1rem !important;
    height: 1rem !important;
  }

  .tech-security-text {
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }

  .tech-page .container {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }
}

@media (max-width: 320px) {
  .tech-hero {
    padding-top: 3rem !important;
  }

  .tech-hero h1 {
    margin-bottom: .75rem !important;
    font-size: max(1.6rem, min(4.5vw, 3rem)) !important;
  }

  .tech-hero p {
    margin-bottom: 1.25rem !important;
    font-size: max(.85rem, min(2vw, 1.1rem)) !important;
  }

  .tech-hero-icon {
    width: 3.5rem !important;
    height: 3.5rem !important;
    margin-bottom: .75rem !important;
  }

  .tech-nav {
    margin-top: .75rem !important;
    padding: 0 .5rem !important;
  }

  .tech-nav-item {
    margin: 0 .125rem !important;
    padding: .375rem .625rem !important;
    font-size: max(.7rem, min(1.4vw, .8rem)) !important;
  }

  .tech-content {
    padding: 1.5rem 0 2rem !important;
  }

  .tech-section {
    margin-bottom: 2rem !important;
  }

  .tech-section-title h2 {
    margin-bottom: .75rem !important;
    font-size: max(1.4rem, min(3vw, 2rem)) !important;
  }

  .tech-section-title p {
    font-size: max(.85rem, min(1.8vw, 1rem)) !important;
  }

  .tech-card {
    padding: .875rem !important;
  }

  .tech-card h3 {
    margin-bottom: .5rem !important;
    font-size: max(.95rem, min(1.8vw, 1rem)) !important;
  }

  .tech-card p, .tech-card li {
    font-size: max(.75rem, min(1.4vw, .85rem)) !important;
  }

  .tech-card-header {
    gap: .5rem !important;
  }

  .tech-card-icon {
    width: 1.75rem !important;
    height: 1.75rem !important;
  }

  .tech-card-title {
    font-size: max(.85rem, min(1.6vw, .95rem)) !important;
  }

  .tech-card-description {
    font-size: max(.75rem, min(1.4vw, .85rem)) !important;
  }

  .tech-card-version {
    font-size: max(.7rem, min(1.2vw, .8rem)) !important;
  }

  .tech-metrics {
    gap: .75rem !important;
  }

  .tech-metric {
    padding: .875rem !important;
  }

  .tech-metric-value {
    font-size: max(1.3rem, min(3vw, 1.6rem)) !important;
  }

  .tech-metric-name {
    font-size: max(.85rem, min(1.8vw, .95rem)) !important;
  }

  .tech-metric-description {
    font-size: max(.75rem, min(1.4vw, .85rem)) !important;
  }

  .tech-breakpoints {
    gap: .5rem !important;
  }

  .tech-breakpoint {
    padding: .75rem !important;
  }

  .tech-breakpoint-icon {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }

  .tech-breakpoint-device {
    font-size: max(.85rem, min(1.6vw, .95rem)) !important;
  }

  .tech-breakpoint-width {
    font-size: max(.75rem, min(1.4vw, .85rem)) !important;
  }

  .tech-security-list {
    padding: .875rem !important;
  }

  .tech-security-item {
    gap: .375rem !important;
    padding: .375rem 0 !important;
  }

  .tech-security-icon {
    width: .875rem !important;
    height: .875rem !important;
  }

  .tech-security-text {
    font-size: max(.75rem, min(1.4vw, .85rem)) !important;
  }

  .tech-page .container {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }
}

.tech-card, .tech-metric, .tech-breakpoint {
  opacity: 0;
  animation: .6s forwards fadeInUp;
  transform: translateY(20px);
}

.tech-card:first-child {
  animation-delay: .1s;
}

.tech-card:nth-child(2) {
  animation-delay: .2s;
}

.tech-card:nth-child(3) {
  animation-delay: .3s;
}

.tech-card:nth-child(4) {
  animation-delay: .4s;
}

.tech-card:nth-child(5) {
  animation-delay: .5s;
}

.tech-metric:first-child {
  animation-delay: .1s;
}

.tech-metric:nth-child(2) {
  animation-delay: .2s;
}

.tech-metric:nth-child(3) {
  animation-delay: .3s;
}

.tech-metric:nth-child(4) {
  animation-delay: .4s;
}

.tech-metric:nth-child(5) {
  animation-delay: .5s;
}

.tech-breakpoint:first-child {
  animation-delay: .1s;
}

.tech-breakpoint:nth-child(2) {
  animation-delay: .2s;
}

.tech-breakpoint:nth-child(3) {
  animation-delay: .3s;
}

.tech-card-icon, .tech-breakpoint-icon {
  transition: all .3s;
}

.tech-card:hover .tech-card-icon, .tech-breakpoint:hover .tech-breakpoint-icon {
  color: #fff;
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  border-color: #dc2626;
  transform: scale(1.1);
}

.tech-nav-item.active, .tech-card:hover, .tech-metric:hover, .tech-breakpoint:hover {
  border-color: rgba(220, 38, 38, .3);
}

/* [project]/src/styles/brief.css [app-client] (css) */
.brief-page {
  background: linear-gradient(135deg, #000 0%, #1a1a1a 50%, #000 100%);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.brief-bg {
  background: radial-gradient(circle at 20% 80%, rgba(220, 38, 38, .1) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 80% 20%, rgba(59, 130, 246, .1) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 40% 40%, rgba(168, 85, 247, .05) 0%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.brief-hero {
  text-align: center;
  z-index: 10;
  padding: 8rem 0 1rem;
  position: relative;
}

.brief-hero h1 {
  background: linear-gradient(135deg, #fff 0%, #e5e7eb 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1.5rem;
  font-size: max(2.5rem, min(5vw, 5rem));
  font-weight: 900;
  line-height: 1.1;
}

.brief-hero p {
  color: #9ca3af;
  max-width: 48rem;
  margin: 0 auto;
  font-size: max(1.125rem, min(2vw, 1.25rem));
  line-height: 1.6;
}

.brief-progress {
  max-width: 48rem;
  margin: 0 auto 3rem;
  padding: 0 1rem;
}

.progress-bar {
  background: rgba(255, 255, 255, .1);
  border-radius: .25rem;
  width: 100%;
  height: .5rem;
  position: relative;
  overflow: hidden;
}

.progress-fill {
  background: linear-gradient(90deg, #dc2626 0%, #ef4444 100%);
  border-radius: .25rem;
  height: 100%;
  transition: width .5s;
  position: relative;
}

.progress-fill:after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, .3) 50%, rgba(0, 0, 0, 0) 100%);
  animation: 2s infinite shimmer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }

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

.progress-text {
  text-align: center;
  color: #9ca3af;
  margin-top: 1rem;
  font-size: .875rem;
}

.brief-content {
  z-index: 10;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem 2rem;
  position: relative;
}

.brief-question {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, .6);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5);
}

.question-header {
  text-align: center;
  margin-bottom: 1.5rem;
}

.question-title {
  color: #fff;
  margin-bottom: .75rem;
  font-size: max(1.25rem, min(2.5vw, 1.75rem));
  font-weight: 700;
  line-height: 1.3;
}

.question-description {
  color: #9ca3af;
  font-size: 1rem;
  line-height: 1.5;
}

.question-options {
  gap: 1rem;
  margin-bottom: 2rem;
  display: grid;
}

.option-single {
  cursor: pointer;
  transition: all .3s;
  position: relative;
}

.option-single input[type="radio"] {
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.option-single label {
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, .05);
  border: 2px solid rgba(255, 255, 255, .1);
  border-radius: .75rem;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.option-single:hover label {
  background: rgba(220, 38, 38, .1);
  border-color: rgba(220, 38, 38, .3);
  transform: translateY(-2px);
}

.option-single input[type="radio"]:checked + label {
  background: rgba(220, 38, 38, .2);
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .2);
}

.option-single input[type="radio"]:checked + label:before {
  content: "✓";
  color: #dc2626;
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  right: 1.5rem;
}

.option-multiple {
  cursor: pointer;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, .05);
  border: 2px solid rgba(255, 255, 255, .1);
  border-radius: .75rem;
  align-items: flex-start;
  min-height: 3rem;
  padding: 1.25rem 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  transition: all .3s;
  display: flex;
  position: relative;
}

.option-multiple:hover {
  background: rgba(220, 38, 38, .1);
  border-color: rgba(220, 38, 38, .3);
  transform: translateY(-2px);
}

.option-multiple input[type="checkbox"] {
  accent-color: #dc2626;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: .1rem;
  margin-right: .75rem;
}

.option-multiple label {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 0;
  flex: 1;
  min-height: auto;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.option-text {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.option-multiple input[type="checkbox"]:checked {
  accent-color: #dc2626;
}

.option-multiple:has(input[type="checkbox"]:checked) {
  background: rgba(220, 38, 38, .2);
  border-color: #dc2626;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .2);
}

.input-group {
  margin-bottom: 1.5rem;
}

.input-group label {
  color: #fff;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  display: block;
}

.input-group input[type="text"], .input-group input[type="email"], .input-group input[type="number"], .input-group textarea, .input-group select {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 2px solid rgba(255, 255, 255, .1);
  border-radius: .75rem;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  transition: all .3s;
}

.input-group input[type="text"]:focus, .input-group input[type="email"]:focus, .input-group input[type="number"]:focus, .input-group textarea:focus, .input-group select:focus {
  background: rgba(255, 255, 255, .08);
  border-color: #dc2626;
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .2);
}

.input-group input[type="text"]::placeholder, .input-group input[type="email"]::placeholder, .input-group input[type="number"]::placeholder, .input-group textarea::placeholder {
  color: #6b7280;
}

.input-group textarea {
  resize: vertical;
  min-height: 4rem;
}

.brief-navigation {
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  display: flex;
}

.nav-button {
  cursor: pointer;
  border: none;
  border-radius: .75rem;
  align-items: center;
  gap: .5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.nav-button.prev {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 2px solid rgba(255, 255, 255, .2);
}

.nav-button.prev:hover:not(:disabled) {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .3);
  transform: translateY(-2px);
}

.nav-button.next {
  color: #fff;
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  border: 2px solid #dc2626;
}

.nav-button.next:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(220, 38, 38, .3);
}

.nav-button.finish {
  color: #fff;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: 2px solid #22c55e;
}

.nav-button.finish:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(34, 197, 94, .3);
}

.brief-results {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, .6);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5);
}

.results-header {
  text-align: center;
  margin-bottom: 2rem;
}

.results-title {
  color: #fff;
  margin-bottom: 1rem;
  font-size: max(1.5rem, min(3vw, 2rem));
  font-weight: 700;
}

.results-subtitle {
  color: #9ca3af;
  font-size: 1.125rem;
}

.results-content {
  margin-bottom: 2rem;
}

.result-item {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
}

.result-question {
  color: #fff;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 600;
}

.result-answer {
  color: #9ca3af;
  font-size: 1rem;
}

.result-actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  display: flex;
}

.action-button {
  cursor: pointer;
  border: none;
  border-radius: .75rem;
  align-items: center;
  gap: .5rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.action-button.restart {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 2px solid rgba(255, 255, 255, .2);
}

.action-button.restart:hover {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .3);
  transform: translateY(-2px);
}

.action-button.download {
  color: #fff;
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  border: 2px solid #22c55e;
}

.action-button.download:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(34, 197, 94, .3);
}

@media (max-width: 768px) {
  .brief-hero {
    padding: 2rem 0 1rem;
  }

  .brief-question {
    padding: 1.5rem;
  }

  .question-options {
    grid-template-columns: 1fr;
  }

  .brief-navigation {
    flex-direction: column;
  }

  .nav-button {
    justify-content: center;
    width: 100%;
  }

  .result-actions {
    flex-direction: column;
  }

  .action-button {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .brief-hero h1 {
    font-size: 2rem;
  }

  .brief-hero p {
    font-size: 1rem;
  }

  .question-title {
    font-size: 1.25rem;
  }

  .question-description {
    font-size: 1rem;
  }

  .brief-question {
    padding: 1rem;
  }

  .option-single label, .option-multiple label {
    padding: .75rem 1rem;
  }
}

.brief-question {
  animation: .5s ease-out slideInUp;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

.option-single label, .option-multiple label {
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.option-single:hover label, .option-multiple:hover label {
  transform: translateY(-2px)scale(1.02);
}

.nav-button:hover {
  transform: translateY(-2px);
}

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

.input-group input[type="text"]:focus, .input-group input[type="email"]:focus, .input-group input[type="number"]:focus, .input-group textarea:focus, .input-group select:focus {
  outline-offset: 2px;
  outline: 2px solid #dc2626;
}

.brief-page::-webkit-scrollbar {
  width: 8px;
}

.brief-page::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .1);
}

.brief-page::-webkit-scrollbar-thumb {
  background: rgba(220, 38, 38, .5);
  border-radius: 4px;
}

.brief-page::-webkit-scrollbar-thumb:hover {
  background: rgba(220, 38, 38, .7);
}

.contact-form-container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background: rgba(0, 0, 0, .6);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 2rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .5);
}

.contact-form-header {
  margin-bottom: 2rem;
  padding-top: 2rem;
}

.contact-form-title {
  background: linear-gradient(135deg, #fff 0%, #e5e7eb 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 1rem;
  font-size: max(2rem, min(4vw, 3rem));
  font-weight: 900;
  line-height: 1.1;
}

.contact-form-subtitle {
  color: #9ca3af;
  max-width: 48rem;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.6;
}

.contact-form {
  max-width: 48rem;
  margin: 0 auto;
}

.form-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
}

.form-group {
  text-align: left;
}

.form-group.required .form-label:after {
  content: " *";
  color: #ef4444;
}

.form-label {
  color: #fff;
  align-items: center;
  gap: .5rem;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.form-icon {
  color: #9ca3af;
}

.form-input {
  color: #fff;
  background: rgba(255, 255, 255, .05);
  border: 2px solid rgba(255, 255, 255, .1);
  border-radius: .5rem;
  width: 100%;
  padding: .75rem;
  font-size: 1rem;
  transition: all .3s;
}

.form-input:focus {
  background: rgba(255, 255, 255, .08);
  border-color: #dc2626;
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .2);
}

.form-input::placeholder {
  color: #6b7280;
}

.submit-message {
  border-radius: .5rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  font-weight: 500;
}

.submit-message.success {
  color: #4ade80;
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(34, 197, 94, .3);
}

.submit-message.error {
  color: #f87171;
  background: rgba(239, 68, 68, .1);
  border: 1px solid rgba(239, 68, 68, .3);
}

.contact-form-actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  display: flex;
}

.contact-info {
  text-align: left;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: .75rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.contact-item {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: .5rem 0;
}

.contact-item:last-child {
  border-bottom: none;
}

.contact-item strong {
  color: #fca5a5;
  margin-right: .5rem;
}

.spinner {
  border: 2px solid rgba(255, 255, 255, .3);
  border-top-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
  animation: 1s linear infinite spin;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.action-button.back {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
}

.action-button.back:hover {
  background: rgba(255, 255, 255, .2);
  border-color: rgba(255, 255, 255, .3);
}

.action-button.submit {
  color: #fff;
  background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
  border: none;
}

.action-button.submit:hover:not(:disabled) {
  background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%);
  transform: translateY(-1px);
}

.action-button.submit:disabled {
  opacity: .6;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .brief-hero {
    padding: 6rem 0 1rem !important;
  }

  .brief-hero h1 {
    margin-bottom: 1rem !important;
    font-size: max(2rem, min(4vw, 3.5rem)) !important;
  }

  .brief-hero p {
    font-size: max(1rem, min(2.2vw, 1.2rem)) !important;
  }

  .brief-progress {
    margin-bottom: 2rem !important;
    padding: 0 .75rem !important;
  }

  .brief-content {
    padding: 0 .75rem 1.5rem !important;
  }

  .brief-question {
    padding: 1.5rem !important;
  }

  .question-title {
    margin-bottom: .75rem !important;
    font-size: max(1.3rem, min(2.5vw, 1.6rem)) !important;
  }

  .question-description {
    margin-bottom: 1.5rem !important;
    font-size: max(.9rem, min(1.8vw, 1rem)) !important;
  }

  .question-options {
    gap: .75rem !important;
  }

  .option-single, .option-multiple {
    padding: 1rem !important;
  }

  .option-text {
    font-size: max(.9rem, min(1.8vw, 1rem)) !important;
  }

  .input-group label {
    margin-bottom: .5rem !important;
    font-size: max(.9rem, min(1.8vw, 1rem)) !important;
  }

  .input-group textarea {
    padding: .75rem !important;
    font-size: max(.85rem, min(1.6vw, .95rem)) !important;
  }

  .brief-navigation {
    gap: 1rem !important;
    margin-top: 2rem !important;
  }

  .nav-button {
    padding: .875rem 1.25rem !important;
    font-size: max(.9rem, min(2vw, 1rem)) !important;
  }

  .contact-form-container {
    padding: 1.5rem !important;
  }

  .contact-form-header h1 {
    margin-bottom: .75rem !important;
    font-size: max(1.8rem, min(3.5vw, 2.5rem)) !important;
  }

  .contact-form-subtitle {
    font-size: max(.9rem, min(2vw, 1.1rem)) !important;
  }

  .form-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }

  .form-group label {
    margin-bottom: .5rem !important;
    font-size: max(.9rem, min(1.8vw, 1rem)) !important;
  }

  .form-input {
    padding: .75rem !important;
    font-size: max(.85rem, min(1.6vw, .95rem)) !important;
  }

  .contact-form-actions {
    gap: .75rem !important;
  }

  .action-button {
    padding: .875rem 1.25rem !important;
    font-size: max(.9rem, min(2vw, 1rem)) !important;
  }

  .brief-results h1 {
    margin-bottom: .75rem !important;
    font-size: max(1.8rem, min(3.5vw, 2.5rem)) !important;
  }

  .results-subtitle {
    font-size: max(.9rem, min(2vw, 1.1rem)) !important;
  }

  .results-content h2 {
    margin-bottom: 1rem !important;
    font-size: max(1.4rem, min(2.5vw, 1.8rem)) !important;
  }

  .contact-info {
    padding: 1.25rem !important;
  }

  .contact-item {
    padding: .375rem 0 !important;
    font-size: max(.85rem, min(1.6vw, .95rem)) !important;
  }

  .result-actions {
    gap: .75rem !important;
  }
}

@media (max-width: 480px) {
  .brief-hero {
    padding: 4rem 0 1rem !important;
  }

  .brief-hero h1 {
    margin-bottom: .75rem !important;
    font-size: max(1.8rem, min(3.5vw, 2.5rem)) !important;
  }

  .brief-hero p {
    font-size: max(.9rem, min(2vw, 1.1rem)) !important;
  }

  .brief-progress {
    margin-bottom: 1.5rem !important;
    padding: 0 .5rem !important;
  }

  .brief-content {
    padding: 0 .5rem 1rem !important;
  }

  .brief-question {
    padding: 1.25rem !important;
  }

  .question-title {
    margin-bottom: .5rem !important;
    font-size: max(1.2rem, min(2.2vw, 1.4rem)) !important;
  }

  .question-description {
    margin-bottom: 1.25rem !important;
    font-size: max(.85rem, min(1.6vw, .95rem)) !important;
  }

  .question-options {
    gap: .5rem !important;
  }

  .option-single, .option-multiple {
    padding: .875rem !important;
  }

  .option-text {
    font-size: max(.85rem, min(1.6vw, .95rem)) !important;
  }

  .input-group label {
    margin-bottom: .375rem !important;
    font-size: max(.85rem, min(1.6vw, .95rem)) !important;
  }

  .input-group textarea {
    padding: .625rem !important;
    font-size: max(.8rem, min(1.4vw, .9rem)) !important;
  }

  .brief-navigation {
    gap: .75rem !important;
    margin-top: 1.5rem !important;
  }

  .nav-button {
    padding: .75rem 1rem !important;
    font-size: max(.85rem, min(1.8vw, .95rem)) !important;
  }

  .contact-form-container {
    padding: 1.25rem !important;
  }

  .contact-form-header h1 {
    margin-bottom: .5rem !important;
    font-size: max(1.6rem, min(3vw, 2.2rem)) !important;
  }

  .contact-form-subtitle {
    font-size: max(.85rem, min(1.8vw, 1rem)) !important;
  }

  .form-grid {
    gap: .75rem !important;
  }

  .form-group label {
    margin-bottom: .375rem !important;
    font-size: max(.85rem, min(1.6vw, .95rem)) !important;
  }

  .form-input {
    padding: .625rem !important;
    font-size: max(.8rem, min(1.4vw, .9rem)) !important;
  }

  .contact-form-actions {
    gap: .5rem !important;
  }

  .action-button {
    padding: .75rem 1rem !important;
    font-size: max(.85rem, min(1.8vw, .95rem)) !important;
  }

  .brief-results h1 {
    margin-bottom: .5rem !important;
    font-size: max(1.6rem, min(3vw, 2.2rem)) !important;
  }

  .results-subtitle {
    font-size: max(.85rem, min(1.8vw, 1rem)) !important;
  }

  .results-content h2 {
    margin-bottom: .75rem !important;
    font-size: max(1.3rem, min(2.2vw, 1.6rem)) !important;
  }

  .contact-info {
    padding: 1rem !important;
  }

  .contact-item {
    padding: .25rem 0 !important;
    font-size: max(.8rem, min(1.4vw, .9rem)) !important;
  }

  .result-actions {
    gap: .5rem !important;
  }
}

@media (max-width: 320px) {
  .brief-hero {
    padding: 3rem 0 1rem !important;
  }

  .brief-hero h1 {
    margin-bottom: .5rem !important;
    font-size: max(1.6rem, min(3vw, 2.2rem)) !important;
  }

  .brief-hero p {
    font-size: max(.85rem, min(1.8vw, 1rem)) !important;
  }

  .brief-progress {
    margin-bottom: 1.25rem !important;
    padding: 0 .375rem !important;
  }

  .brief-content {
    padding: 0 .375rem .75rem !important;
  }

  .brief-question {
    padding: 1rem !important;
  }

  .question-title {
    margin-bottom: .375rem !important;
    font-size: max(1.1rem, min(2vw, 1.3rem)) !important;
  }

  .question-description {
    margin-bottom: 1rem !important;
    font-size: max(.8rem, min(1.4vw, .9rem)) !important;
  }

  .question-options {
    gap: .375rem !important;
  }

  .option-single, .option-multiple {
    padding: .75rem !important;
  }

  .option-text {
    font-size: max(.8rem, min(1.4vw, .9rem)) !important;
  }

  .input-group label {
    margin-bottom: .25rem !important;
    font-size: max(.8rem, min(1.4vw, .9rem)) !important;
  }

  .input-group textarea {
    padding: .5rem !important;
    font-size: max(.75rem, min(1.2vw, .85rem)) !important;
  }

  .brief-navigation {
    gap: .5rem !important;
    margin-top: 1.25rem !important;
  }

  .nav-button {
    padding: .625rem .875rem !important;
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }

  .contact-form-container {
    padding: 1rem !important;
  }

  .contact-form-header h1 {
    margin-bottom: .375rem !important;
    font-size: max(1.4rem, min(2.5vw, 2rem)) !important;
  }

  .contact-form-subtitle {
    font-size: max(.8rem, min(1.6vw, .95rem)) !important;
  }

  .form-grid {
    gap: .5rem !important;
  }

  .form-group label {
    margin-bottom: .25rem !important;
    font-size: max(.8rem, min(1.4vw, .9rem)) !important;
  }

  .form-input {
    padding: .5rem !important;
    font-size: max(.75rem, min(1.2vw, .85rem)) !important;
  }

  .contact-form-actions {
    gap: .375rem !important;
  }

  .action-button {
    padding: .625rem .875rem !important;
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }

  .brief-results h1 {
    margin-bottom: .375rem !important;
    font-size: max(1.4rem, min(2.5vw, 2rem)) !important;
  }

  .results-subtitle {
    font-size: max(.8rem, min(1.6vw, .95rem)) !important;
  }

  .results-content h2 {
    margin-bottom: .5rem !important;
    font-size: max(1.2rem, min(2vw, 1.4rem)) !important;
  }

  .contact-info {
    padding: .875rem !important;
  }

  .contact-item {
    padding: .125rem 0 !important;
    font-size: max(.75rem, min(1.2vw, .85rem)) !important;
  }

  .result-actions {
    gap: .375rem !important;
  }
}

/* [project]/src/styles/admin.css [app-client] (css) */
.tab-header {
  margin-bottom: 2rem;
}

.tab-header h2 {
  color: #111827;
  margin: 0 0 .5rem;
  font-size: 1.875rem;
  font-weight: 700;
}

.tab-stats {
  gap: 1rem;
  margin-top: .5rem;
  display: flex;
}

.tab-stats span {
  color: #6b7280;
  background-color: #f3f4f6;
  border-radius: 20px;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
}

.briefs-tab {
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.briefs-header {
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

@media (min-width: 640px) {
  .briefs-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.briefs-title {
  color: #111827;
  margin-bottom: .25rem;
  font-size: 1.875rem;
  font-weight: 700;
}

.briefs-subtitle {
  color: #6b7280;
  font-size: .875rem;
}

.briefs-filters {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

@media (min-width: 640px) {
  .briefs-filters {
    flex-direction: row;
  }
}

.briefs-search {
  border: 1px solid #d1d5db;
  border-radius: .5rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: all .2s;
}

.briefs-search:focus {
  border-color: #dc2626;
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .1);
}

.briefs-filter-select {
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: .5rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: all .2s;
}

.briefs-filter-select:focus {
  border-color: #dc2626;
  outline: none;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, .1);
}

.briefs-stats {
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
  display: grid;
}

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

.briefs-stat-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  padding: 1rem;
  transition: all .2s;
}

.briefs-stat-card:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
}

.briefs-stat-icon {
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: .5rem;
  display: flex;
}

.briefs-stat-content {
  margin-left: 1rem;
}

.briefs-stat-label {
  color: #6b7280;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
}

.briefs-stat-value {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 700;
}

.briefs-table-container {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);
}

.briefs-table {
  border-collapse: collapse;
  min-width: 100%;
}

.briefs-table thead {
  background-color: #f9fafb;
}

.briefs-table th {
  text-align: left;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid #e5e7eb;
  padding: .75rem 1.5rem;
  font-size: .75rem;
  font-weight: 500;
}

.briefs-table td {
  vertical-align: top;
  border-bottom: 1px solid #e5e7eb;
  padding: 1rem 1.5rem;
}

.briefs-table tbody tr:hover {
  background-color: #f9fafb;
}

.briefs-table tbody tr:last-child td {
  border-bottom: none;
}

.briefs-client {
  align-items: center;
  display: flex;
}

.briefs-client-avatar {
  background-color: #fef2f2;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
  display: flex;
}

.briefs-client-avatar svg {
  color: #dc2626;
}

.briefs-client-info {
  flex: 1;
  min-width: 0;
}

.briefs-client-name {
  color: #111827;
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
}

.briefs-client-company {
  color: #6b7280;
  margin-bottom: .25rem;
  font-size: .875rem;
}

.briefs-client-phone {
  color: #6b7280;
  align-items: center;
  gap: .25rem;
  font-size: .875rem;
  display: flex;
}

.briefs-status {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.briefs-status-badge {
  border-radius: 9999px;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
}

.briefs-status-new {
  color: #1e40af;
  background-color: #dbeafe;
}

.briefs-status-in-progress {
  color: #92400e;
  background-color: #fef3c7;
}

.briefs-status-completed {
  color: #065f46;
  background-color: #d1fae5;
}

.briefs-actions {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.briefs-action-btn {
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  transition: all .2s;
  display: flex;
}

.briefs-action-btn:hover {
  background-color: #f3f4f6;
}

.briefs-action-view {
  color: #2563eb;
}

.briefs-action-view:hover {
  color: #1d4ed8;
}

.briefs-action-download {
  color: #059669;
}

.briefs-action-download:hover {
  color: #047857;
}

.briefs-action-delete {
  color: #dc2626;
}

.briefs-action-delete:hover {
  color: #b91c1c;
}

.briefs-status-select {
  background-color: #fff;
  border: 1px solid #d1d5db;
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .75rem;
  transition: all .2s;
}

.briefs-status-select:focus {
  border-color: #dc2626;
  outline: none;
  box-shadow: 0 0 0 2px rgba(220, 38, 38, .1);
}

.briefs-modal {
  z-index: 50;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.briefs-modal-content {
  background: #fff;
  border-radius: .5rem;
  width: 100%;
  max-width: 64rem;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25);
}

.briefs-modal-header {
  border-bottom: 1px solid #e5e7eb;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.briefs-modal-title {
  color: #111827;
  font-size: 1.125rem;
  font-weight: 500;
}

.briefs-modal-close {
  color: #9ca3af;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: .25rem;
  padding: .25rem;
  font-size: 1.5rem;
  transition: all .2s;
}

.briefs-modal-close:hover {
  color: #6b7280;
  background-color: #f3f4f6;
}

.briefs-modal-body {
  padding: 1.5rem;
}

.briefs-modal-section {
  margin-bottom: 1.5rem;
}

.briefs-modal-section-title {
  color: #111827;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 500;
}

.briefs-modal-grid {
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  display: grid;
}

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

.briefs-modal-info-item {
  color: #6b7280;
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  display: flex;
}

.briefs-modal-info-item strong {
  color: #111827;
}

.briefs-modal-content-box {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: .5rem;
  padding: 1rem;
}

.briefs-modal-content-text {
  color: #374151;
  white-space: pre-wrap;
  font-size: .875rem;
  line-height: 1.5;
}

.briefs-modal-footer {
  border-top: 1px solid #e5e7eb;
  justify-content: flex-end;
  gap: .75rem;
  padding: 1.5rem;
  display: flex;
}

.briefs-modal-btn {
  border-radius: .375rem;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.briefs-modal-btn-primary {
  color: #fff;
  background-color: #059669;
  border: none;
}

.briefs-modal-btn-primary:hover {
  background-color: #047857;
}

.briefs-modal-btn-secondary {
  color: #374151;
  background-color: #d1d5db;
  border: none;
}

.briefs-modal-btn-secondary:hover {
  background-color: #9ca3af;
}

.briefs-loading {
  justify-content: center;
  align-items: center;
  height: 16rem;
  display: flex;
}

.briefs-spinner {
  border: 2px solid #e5e7eb;
  border-top-color: #dc2626;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  animation: 1s linear infinite briefs-spin;
}

@keyframes briefs-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.briefs-empty {
  text-align: center;
  color: #6b7280;
  padding: 3rem 1.5rem;
}

.briefs-empty-text {
  margin-bottom: .5rem;
  font-size: .875rem;
}

@media (max-width: 768px) {
  .briefs-table-container {
    overflow-x: auto;
  }

  .briefs-table {
    min-width: 800px;
  }

  .briefs-actions {
    flex-direction: column;
    gap: .25rem;
  }

  .briefs-modal-content {
    max-height: calc(100vh - 2rem);
    margin: 1rem;
  }
}

.reviews-container {
  gap: 2rem;
  display: flex;
}

.reviews-list {
  flex: 1;
}

.review-item {
  background: #fff;
  border-left: 4px solid #e5e7eb;
  border-radius: 12px;
  margin-bottom: 1rem;
  padding: 1.5rem;
  transition: all .3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.review-item.verified {
  border-left-color: #10b981;
}

.review-item.pending {
  border-left-color: #f59e0b;
}

.review-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.review-info {
  flex: 1;
}

.review-rating {
  gap: 2px;
  margin-bottom: .5rem;
  display: flex;
}

.review-rating .filled {
  color: #fbbf24;
  fill: currentColor;
}

.review-rating .empty {
  color: #d1d5db;
  fill: currentColor;
}

.review-meta {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.review-author {
  color: #111827;
  font-weight: 600;
}

.review-company {
  color: #6b7280;
  font-size: .875rem;
}

.review-date {
  color: #9ca3af;
  font-size: .75rem;
}

.review-actions {
  gap: .5rem;
  display: flex;
}

.action-btn {
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: all .2s;
  display: flex;
}

.action-btn.edit {
  background-color: #3b82f6;
}

.action-btn.edit:hover {
  background-color: #2563eb;
}

.action-btn.reply {
  background-color: #10b981;
}

.action-btn.reply:hover {
  background-color: #059669;
}

.action-btn.verify {
  background-color: #10b981;
}

.action-btn.verify:hover {
  background-color: #059669;
}

.action-btn.unverify {
  background-color: #f59e0b;
}

.action-btn.unverify:hover {
  background-color: #d97706;
}

.action-btn.delete {
  background-color: #ef4444;
}

.action-btn.delete:hover {
  background-color: #dc2626;
}

.review-content h4 {
  color: #111827;
  margin: 0 0 .5rem;
  font-size: 1.125rem;
}

.review-text {
  color: #374151;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.review-category {
  margin-bottom: 1rem;
}

.category-tag {
  color: #374151;
  text-transform: uppercase;
  background-color: #f3f4f6;
  border-radius: 20px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  display: inline-block;
}

.review-results h5 {
  color: #374151;
  margin: 0 0 .5rem;
  font-size: .875rem;
  font-weight: 600;
}

.review-results ul {
  color: #6b7280;
  margin: 0;
  padding-left: 1.25rem;
}

.review-results li {
  margin-bottom: .25rem;
}

.modal-overlay {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-content {
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
}

.edit-modal {
  max-width: 800px;
}

.modal-header {
  border-bottom: 1px solid #e5e7eb;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 1rem;
  display: flex;
}

.modal-header h3 {
  color: #111827;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.close-btn {
  cursor: pointer;
  color: #6b7280;
  background: none;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 1.5rem;
  transition: background-color .2s;
  display: flex;
}

.close-btn:hover {
  background-color: #f3f4f6;
}

.modal-body {
  padding: 1rem 1.5rem;
}

.review-preview {
  background-color: #f9fafb;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 1rem;
}

.review-preview h4 {
  color: #111827;
  margin: 0 0 .5rem;
}

.review-preview p {
  color: #374151;
  margin: 0;
}

.reply-form label {
  color: #374151;
  margin-bottom: .5rem;
  font-weight: 500;
  display: block;
}

.reply-form textarea {
  resize: vertical;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  width: 100%;
  padding: .75rem;
  font-family: inherit;
}

.edit-form {
  gap: 1rem;
  display: grid;
}

.form-group {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.form-group label {
  color: #374151;
  font-weight: 500;
}

.form-group input, .form-group select, .form-group textarea {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: .75rem;
  font-family: inherit;
}

.form-group textarea {
  resize: vertical;
}

.result-input {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.result-input input {
  flex: 1;
}

.remove-result {
  color: #fff;
  cursor: pointer;
  background: #ef4444;
  border: none;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 1.125rem;
  transition: background-color .2s;
  display: flex;
}

.remove-result:hover {
  background-color: #dc2626;
}

.add-result {
  color: #fff;
  cursor: pointer;
  background: #10b981;
  border: none;
  border-radius: 8px;
  align-self: flex-start;
  padding: .5rem 1rem;
  font-size: .875rem;
  transition: background-color .2s;
}

.add-result:hover {
  background-color: #059669;
}

.modal-footer {
  border-top: 1px solid #e5e7eb;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .2s;
}

.btn.primary {
  color: #fff;
  background-color: #3b82f6;
}

.btn.primary:hover {
  background-color: #2563eb;
}

.btn.primary:disabled {
  cursor: not-allowed;
  background-color: #9ca3af;
}

.btn.secondary {
  color: #fff;
  background-color: #6b7280;
}

.btn.secondary:hover {
  background-color: #4b5563;
}

.loading {
  text-align: center;
  color: #6b7280;
  padding: 3rem;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .reviews-container {
    flex-direction: column;
  }

  .review-header {
    flex-direction: column;
    gap: 1rem;
  }

  .review-actions {
    justify-content: flex-start;
  }

  .modal-content {
    width: 95%;
    margin: 1rem;
  }

  .edit-modal {
    max-width: 95%;
  }
}

/* [project]/src/styles/investments.css [app-client] (css) */
.investments-page {
  background: rgba(0, 0, 0, .98);
}

.investments-title {
  text-transform: uppercase;
  letter-spacing: .04em;
  text-shadow: 0 4px 8px rgba(255, 255, 255, .08);
  font-family: Onedrips, Drippy, Melted, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  line-height: 1.05;
}

.investments-subtitle {
  letter-spacing: .02em;
  font-family: Geist, sans-serif;
}

.investments-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  transition: transform .25s, box-shadow .25s, background .25s, border-color .25s;
}

.investments-card:hover {
  background: rgba(255, 255, 255, .07);
  border-color: rgba(255, 255, 255, .16);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.investments-card h3 {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .investments-title {
    line-height: 1.1;
  }

  .investments-page {
    padding: 60px 0 !important;
  }

  .investments-title {
    margin-bottom: 1rem !important;
    font-size: max(2rem, min(4vw, 3rem)) !important;
  }

  .investments-page p {
    margin-bottom: 1.5rem !important;
    font-size: max(.9rem, min(2vw, 1rem)) !important;
  }

  .investments-card {
    margin-bottom: 1rem !important;
    padding: 1.25rem !important;
  }

  .investments-subtitle {
    margin-bottom: .75rem !important;
    font-size: max(1.1rem, min(2.2vw, 1.25rem)) !important;
  }

  .investments-card h3 {
    margin-bottom: .5rem !important;
    font-size: max(1rem, min(2vw, 1.125rem)) !important;
  }

  .investments-card p {
    font-size: max(.85rem, min(1.8vw, .95rem)) !important;
  }

  .investments-card ul {
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }

  .investments-card li {
    margin-bottom: .5rem !important;
  }
}

@media (max-width: 480px) {
  .investments-page {
    padding: 40px 0 !important;
  }

  .investments-page .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .investments-title {
    margin-bottom: .75rem !important;
    font-size: max(1.8rem, min(3.5vw, 2.5rem)) !important;
  }

  .investments-page p {
    margin-bottom: 1.25rem !important;
    font-size: max(.85rem, min(1.8vw, .95rem)) !important;
  }

  .investments-card {
    margin-bottom: .75rem !important;
    padding: 1rem !important;
  }

  .investments-subtitle {
    margin-bottom: .5rem !important;
    font-size: max(1rem, min(2vw, 1.125rem)) !important;
  }

  .investments-card h3 {
    margin-bottom: .5rem !important;
    font-size: max(.95rem, min(1.8vw, 1rem)) !important;
  }

  .investments-card p {
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }

  .investments-card ul {
    font-size: max(.75rem, min(1.4vw, .85rem)) !important;
  }

  .investments-card li {
    margin-bottom: .375rem !important;
  }

  .investments-page .grid {
    gap: .75rem !important;
  }
}

@media (max-width: 320px) {
  .investments-page {
    padding: 30px 0 !important;
  }

  .investments-page .container {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .investments-title {
    margin-bottom: .5rem !important;
    font-size: max(1.6rem, min(3vw, 2.2rem)) !important;
  }

  .investments-page p {
    margin-bottom: 1rem !important;
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }

  .investments-card {
    margin-bottom: .5rem !important;
    padding: .875rem !important;
  }

  .investments-subtitle {
    margin-bottom: .5rem !important;
    font-size: max(.95rem, min(1.8vw, 1rem)) !important;
  }

  .investments-card h3 {
    margin-bottom: .375rem !important;
    font-size: max(.9rem, min(1.6vw, .95rem)) !important;
  }

  .investments-card p {
    font-size: max(.75rem, min(1.4vw, .85rem)) !important;
  }

  .investments-card ul {
    font-size: max(.7rem, min(1.2vw, .8rem)) !important;
  }

  .investments-card li {
    margin-bottom: .25rem !important;
  }
}

/* [project]/src/styles/reviews.css [app-client] (css) */
.reviews-page {
  color: #fff;
  background: rgba(0, 0, 0, .98);
  min-height: 100vh;
  font-family: Geist, sans-serif;
}

.reviews-hero-section {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-background {
  background: linear-gradient(135deg, #000 0%, #1a1a1a 50%, #000 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-overlay {
  background: radial-gradient(circle, rgba(255, 107, 107, .1) 0%, rgba(0, 0, 0, 0) 70%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-particles {
  background-image: radial-gradient(circle at 20% 80%, rgba(255, 107, 107, .15) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 80% 20%, rgba(78, 205, 196, .15) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .05) 0%, rgba(0, 0, 0, 0) 50%);
  animation: 20s ease-in-out infinite hero-float;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes hero-float {
  0%, 100% {
    transform: translateY(0)rotate(0);
  }

  50% {
    transform: translateY(-20px)rotate(180deg);
  }
}

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

.hero-title {
  text-shadow: 0 4px 8px rgba(0, 0, 0, .5);
  -webkit-text-stroke: 1px rgba(255, 255, 255, .3);
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, .3));
  text-align: left;
  margin-bottom: 1.5rem;
  margin-left: 80px;
  font-weight: 900;
  line-height: .9;
  color: #fff !important;
  font-size: max(2.5rem, min(8vw, 6rem)) !important;
}

.hero-subtitle {
  color: #b0b0b0;
  max-width: 800px;
  margin-bottom: 3rem;
  margin-left: 80px;
  font-size: max(1.1rem, min(3vw, 1.5rem));
  line-height: 1.6;
}

.hero-stats {
  margin-top: 3rem;
  margin-left: 80px;
}

.stats-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  max-width: 900px;
  margin: 0;
  display: grid;
}

.stat-item {
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: 1.5rem;
  transition: all .3s;
}

.stat-item:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

.stat-icon {
  color: #fff;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  display: flex;
  box-shadow: 0 10px 20px rgba(255, 107, 107, .2);
}

.stat-number {
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 900;
}

.stat-label {
  color: #a0a0a0;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .9rem;
  font-weight: 500;
}

.hero-actions {
  margin-top: 3rem;
  margin-left: 80px;
}

.action-buttons {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1rem;
  display: flex;
}

.hero-btn {
  cursor: pointer;
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 200px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.hero-btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  box-shadow: 0 8px 25px rgba(255, 107, 107, .3);
}

.hero-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(255, 107, 107, .4);
}

.hero-btn.secondary {
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
}

.hero-btn.secondary:hover {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .3);
  transform: translateY(-2px);
}

.hero-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
  transform: none;
}

.hero-btn:disabled:hover {
  box-shadow: none;
  transform: none;
}

.reviews-filters {
  background: rgba(0, 0, 0, .5);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.filter-btn {
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  padding: 8px 16px;
  font-size: .9rem;
  transition: all .3s;
}

.filter-btn:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .3);
}

.filter-btn.active {
  color: #fff;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 4px 15px rgba(255, 107, 107, .3);
}

.sort-select {
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: .9rem;
}

.sort-select:focus {
  border-color: #4ecdc4;
  outline: none;
  box-shadow: 0 0 0 2px rgba(78, 205, 196, .2);
}

.review-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  box-sizing: border-box;
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review-card:before {
  content: "";
  opacity: 0;
  background: linear-gradient(90deg, #ff6b6b, #4ecdc4);
  height: 2px;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.review-card:hover {
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .15);
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

.review-card:hover:before {
  opacity: 1;
}

.review-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.review-author {
  align-items: center;
  gap: 12px;
  display: flex;
}

.author-avatar {
  color: #fff;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.author-name {
  color: #fff;
  margin-bottom: 4px;
  font-weight: 600;
}

.author-company {
  color: #a0a0a0;
  font-size: .9rem;
}

.review-rating {
  gap: 2px;
  display: flex;
}

.review-text {
  flex-grow: 1;
  margin-bottom: 24px;
  position: relative;
}

.quote-icon {
  color: rgba(255, 255, 255, .2);
  z-index: 1;
  position: absolute;
  top: -10px;
  left: -10px;
}

.review-text p {
  color: #e0e0e0;
  z-index: 2;
  font-size: 1.1rem;
  line-height: 1.7;
  position: relative;
}

.review-details {
  background: rgba(255, 255, 255, .02);
  border-radius: 12px;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
  padding: 16px;
  display: grid;
}

.detail-item {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.detail-label {
  color: gray;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .8rem;
}

.detail-value {
  color: #fff;
  font-weight: 500;
}

.review-results {
  margin-bottom: 20px;
}

.results-title {
  color: #fff;
  margin-bottom: 12px;
  font-size: 1rem;
  font-weight: 600;
}

.results-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.result-item {
  color: #e0e0e0;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: .9rem;
  display: flex;
}

.review-verified {
  color: #60a5fa;
  background: rgba(59, 130, 246, .1);
  border: 1px solid rgba(59, 130, 246, .2);
  border-radius: 20px;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  padding: 8px 16px;
  font-size: .8rem;
  display: flex;
}

.reviews-content {
  width: 100%;
}

.reviews-content .container {
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 0 2rem !important;
}

.reviews-content .grid {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 2rem !important;
  width: 100% !important;
  display: grid !important;
}

.reviews-content .grid > * {
  width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 1024px) {
  .reviews-content .grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .reviews-content .grid {
    grid-template-columns: 1fr !important;
  }
}

.reviews-cta {
  background: linear-gradient(135deg, rgba(255, 107, 107, .1), rgba(78, 205, 196, .1));
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.cta-btn {
  cursor: pointer;
  border: none;
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.cta-btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  box-shadow: 0 8px 25px rgba(255, 107, 107, .3);
}

.cta-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(255, 107, 107, .4);
}

.cta-btn.secondary {
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
}

.cta-btn.secondary:hover {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .3);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 3rem;
  }

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

  .stat-item {
    padding: 1rem;
  }

  .stat-number {
    font-size: 2rem;
  }

  .action-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-btn {
    min-width: 250px;
    padding: 14px 28px;
  }

  .review-card {
    padding: 24px;
  }

  .review-details {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .reviews-filters {
    padding: 16px;
  }

  .filter-btn {
    padding: 6px 12px;
    font-size: .8rem;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-item {
    padding: 12px;
  }

  .stat-number {
    font-size: 1.8rem;
  }

  .hero-btn {
    min-width: 200px;
    padding: 12px 24px;
    font-size: .9rem;
  }

  .hero-title {
    margin-left: 15px !important;
    font-size: max(1.8rem, min(5vw, 3.5rem)) !important;
  }

  .hero-subtitle {
    margin-left: 15px !important;
    font-size: max(.9rem, min(2.2vw, 1.2rem)) !important;
  }

  .hero-stats {
    margin-left: 15px !important;
  }

  .stats-grid {
    gap: .75rem !important;
  }

  .stats-item {
    padding: .875rem !important;
  }

  .stats-number {
    font-size: max(1.4rem, min(3.5vw, 1.8rem)) !important;
  }

  .stats-label {
    font-size: max(.75rem, min(1.8vw, .9rem)) !important;
  }

  .reviews-filters {
    padding: .75rem 0 !important;
  }

  .reviews-filters .container {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .filter-btn {
    padding: .375rem .625rem !important;
    font-size: max(.75rem, min(1.6vw, .85rem)) !important;
  }

  .sort-select {
    padding: .375rem !important;
    font-size: max(.75rem, min(1.6vw, .85rem)) !important;
  }

  .reviews-content .container {
    padding-left: .75rem !important;
    padding-right: .75rem !important;
  }

  .review-card {
    padding: 1rem !important;
  }

  .review-header {
    gap: .5rem !important;
  }

  .review-author {
    gap: .375rem !important;
  }

  .author-avatar {
    width: 2.25rem !important;
    height: 2.25rem !important;
  }

  .author-name {
    font-size: max(.85rem, min(1.8vw, .95rem)) !important;
  }

  .author-company {
    font-size: max(.75rem, min(1.6vw, .85rem)) !important;
  }

  .review-text {
    padding: .875rem !important;
  }

  .review-text p {
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }

  .review-details {
    padding: .875rem !important;
  }

  .detail-item {
    margin-bottom: .5rem !important;
  }

  .detail-label {
    font-size: max(.7rem, min(1.4vw, .8rem)) !important;
  }

  .detail-value {
    font-size: max(.75rem, min(1.6vw, .85rem)) !important;
  }

  .review-results {
    padding: .875rem !important;
  }

  .results-title {
    margin-bottom: .5rem !important;
    font-size: max(.85rem, min(1.8vw, .95rem)) !important;
  }

  .results-list {
    gap: .375rem !important;
  }

  .result-item {
    gap: .375rem !important;
    font-size: max(.75rem, min(1.4vw, .85rem)) !important;
  }

  .review-verified {
    padding: .625rem .875rem !important;
    font-size: max(.7rem, min(1.4vw, .8rem)) !important;
  }

  .reviews-cta .container {
    padding: 2rem .75rem !important;
  }

  .reviews-cta h2 {
    margin-bottom: .75rem !important;
    font-size: max(1.6rem, min(3.5vw, 2.2rem)) !important;
  }

  .reviews-cta p {
    margin-bottom: 1.5rem !important;
    font-size: max(.9rem, min(2vw, 1.1rem)) !important;
  }

  .cta-btn {
    padding: .75rem 1rem !important;
    font-size: max(.85rem, min(1.8vw, .95rem)) !important;
  }
}

@media (max-width: 320px) {
  .hero-title {
    margin-left: 10px !important;
    font-size: max(1.6rem, min(4.5vw, 3rem)) !important;
  }

  .hero-subtitle {
    margin-left: 10px !important;
    font-size: max(.85rem, min(2vw, 1.1rem)) !important;
  }

  .hero-stats {
    margin-left: 10px !important;
  }

  .stats-grid {
    gap: .5rem !important;
  }

  .stats-item {
    padding: .75rem !important;
  }

  .stats-number {
    font-size: max(1.3rem, min(3vw, 1.6rem)) !important;
  }

  .stats-label {
    font-size: max(.7rem, min(1.6vw, .85rem)) !important;
  }

  .reviews-filters {
    padding: .5rem 0 !important;
  }

  .reviews-filters .container {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .filter-btn {
    padding: .25rem .5rem !important;
    font-size: max(.7rem, min(1.4vw, .8rem)) !important;
  }

  .sort-select {
    padding: .25rem !important;
    font-size: max(.7rem, min(1.4vw, .8rem)) !important;
  }

  .reviews-content .container {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .review-card {
    padding: .875rem !important;
  }

  .review-header {
    gap: .375rem !important;
  }

  .review-author {
    gap: .25rem !important;
  }

  .author-avatar {
    width: 2rem !important;
    height: 2rem !important;
  }

  .author-name {
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }

  .author-company {
    font-size: max(.7rem, min(1.4vw, .8rem)) !important;
  }

  .review-text {
    padding: .75rem !important;
  }

  .review-text p {
    font-size: max(.75rem, min(1.4vw, .85rem)) !important;
  }

  .review-details {
    padding: .75rem !important;
  }

  .detail-item {
    margin-bottom: .375rem !important;
  }

  .detail-label {
    font-size: max(.65rem, min(1.2vw, .75rem)) !important;
  }

  .detail-value {
    font-size: max(.7rem, min(1.4vw, .8rem)) !important;
  }

  .review-results {
    padding: .75rem !important;
  }

  .results-title {
    margin-bottom: .375rem !important;
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }

  .results-list {
    gap: .25rem !important;
  }

  .result-item {
    gap: .25rem !important;
    font-size: max(.7rem, min(1.2vw, .8rem)) !important;
  }

  .review-verified {
    padding: .5rem .75rem !important;
    font-size: max(.65rem, min(1.2vw, .75rem)) !important;
  }

  .reviews-cta .container {
    padding: 1.5rem .5rem !important;
  }

  .reviews-cta h2 {
    margin-bottom: .5rem !important;
    font-size: max(1.4rem, min(3vw, 2rem)) !important;
  }

  .reviews-cta p {
    margin-bottom: 1.25rem !important;
    font-size: max(.85rem, min(1.8vw, 1rem)) !important;
  }

  .cta-btn {
    padding: .625rem .875rem !important;
    font-size: max(.8rem, min(1.6vw, .9rem)) !important;
  }
}

/* [project]/src/styles/register-modal.css [app-client] (css) */
.register-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;
}

.register-modal {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(20, 20, 20, .95);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  padding: 0;
  overflow-y: auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .5);
}

.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-title {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.close-btn {
  color: gray;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  transition: all .3s;
  display: flex;
}

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

.register-form {
  padding: 0 24px 24px;
}

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

.form-label {
  color: #fff;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

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

.form-input::placeholder {
  color: gray;
}

.form-input:focus {
  background: rgba(255, 255, 255, .08);
  border-color: #4ecdc4;
  outline: none;
  box-shadow: 0 0 0 3px rgba(78, 205, 196, .2);
}

.password-input-wrapper {
  position: relative;
}

.password-toggle {
  color: gray;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  padding: 4px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

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

.checkbox-group {
  margin-bottom: 24px;
}

.checkbox-label {
  cursor: pointer;
  color: #e0e0e0;
  align-items: flex-start;
  gap: 12px;
  font-size: .9rem;
  line-height: 1.5;
  display: flex;
}

.checkbox-input {
  display: none;
}

.checkbox-custom {
  background: rgba(255, 255, 255, .05);
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 6px;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  transition: all .3s;
  position: relative;
}

.checkbox-input:checked + .checkbox-custom {
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  border-color: rgba(0, 0, 0, 0);
}

.checkbox-input:checked + .checkbox-custom:after {
  content: "✓";
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.terms-link {
  color: #4ecdc4;
  text-decoration: none;
  transition: color .3s;
}

.terms-link:hover {
  color: #ff6b6b;
}

.message {
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: .9rem;
  display: flex;
}

.message.success {
  color: #22c55e;
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(34, 197, 94, .2);
}

.message.error {
  color: #ef4444;
  background: rgba(239, 68, 68, .1);
  border: 1px solid rgba(239, 68, 68, .2);
}

.submit-btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  border: none;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, .3);
}

.submit-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

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

.switch-text {
  color: #a0a0a0;
  margin: 0;
  font-size: .9rem;
}

.switch-btn {
  color: #4ecdc4;
  cursor: pointer;
  background: none;
  border: none;
  font-size: .9rem;
  text-decoration: underline;
  transition: color .3s;
}

.switch-btn:hover {
  color: #ff6b6b;
}

@media (max-width: 768px) {
  .register-modal {
    max-height: calc(100vh - 40px);
    margin: 20px;
  }

  .modal-header {
    padding: 20px 20px 0;
  }

  .register-form, .modal-footer {
    padding: 0 20px 20px;
  }
}

@media (max-width: 480px) {
  .register-modal {
    max-height: calc(100vh - 20px);
    margin: 10px;
  }

  .modal-title {
    font-size: 1.3rem;
  }

  .form-input {
    padding: 10px 14px;
    font-size: .9rem;
  }

  .submit-btn {
    padding: 14px;
    font-size: .9rem;
  }
}

/* [project]/src/styles/login-modal.css [app-client] (css) */
.login-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;
}

.login-modal {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(20, 20, 20, .95);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  width: 100%;
  max-width: 450px;
  max-height: 90vh;
  padding: 0;
  overflow-y: auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .5);
}

.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-title {
  color: #fff;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.close-btn {
  color: gray;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 1.5rem;
  font-weight: bold;
  transition: all .3s;
  display: flex;
}

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

.login-form {
  padding: 0 24px 24px;
}

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

.form-label {
  color: #fff;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

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

.form-input::placeholder {
  color: gray;
}

.form-input:focus {
  background: rgba(255, 255, 255, .08);
  border-color: #4ecdc4;
  outline: none;
  box-shadow: 0 0 0 3px rgba(78, 205, 196, .2);
}

.password-input-wrapper {
  position: relative;
}

.password-toggle {
  color: gray;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 4px;
  padding: 4px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

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

.message {
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: .9rem;
  display: flex;
}

.message.success {
  color: #22c55e;
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(34, 197, 94, .2);
}

.message.error {
  color: #ef4444;
  background: rgba(239, 68, 68, .1);
  border: 1px solid rgba(239, 68, 68, .2);
}

.submit-btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  border: none;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, .3);
}

.submit-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

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

.switch-text {
  color: #a0a0a0;
  margin: 0;
  font-size: .9rem;
}

.switch-btn {
  color: #4ecdc4;
  cursor: pointer;
  background: none;
  border: none;
  font-size: .9rem;
  text-decoration: underline;
  transition: color .3s;
}

.switch-btn:hover {
  color: #ff6b6b;
}

@media (max-width: 768px) {
  .login-modal {
    max-height: calc(100vh - 40px);
    margin: 20px;
  }

  .modal-header {
    padding: 20px 20px 0;
  }

  .login-form, .modal-footer {
    padding: 0 20px 20px;
  }
}

@media (max-width: 480px) {
  .login-modal {
    max-height: calc(100vh - 20px);
    margin: 10px;
  }

  .modal-title {
    font-size: 1.3rem;
  }

  .form-input {
    padding: 10px 14px;
    font-size: .9rem;
  }

  .submit-btn {
    padding: 14px;
    font-size: .9rem;
  }
}

/* [project]/src/styles/add-review-form.css [app-client] (css) */
.add-review-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;
}

.add-review-modal {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(20, 20, 20, .95);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  padding: 0;
  overflow-y: auto;
  box-shadow: 0 25px 50px rgba(0, 0, 0, .5);
}

.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-title {
  color: #fff;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.close-btn {
  color: gray;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 1.5rem;
  font-weight: bold;
  transition: all .3s;
  display: flex;
}

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

.add-review-form {
  padding: 0 24px 24px;
}

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

.form-label {
  color: #fff;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.form-input, .form-select, .form-textarea {
  color: #fff;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  width: 100%;
  padding: 12px 16px;
  font-family: inherit;
  font-size: 1rem;
  transition: all .3s;
}

.form-textarea {
  resize: vertical;
  min-height: 120px;
}

.form-input::placeholder, .form-textarea::placeholder {
  color: gray;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
  background: rgba(255, 255, 255, .08);
  border-color: #4ecdc4;
  outline: none;
  box-shadow: 0 0 0 3px rgba(78, 205, 196, .2);
}

.rating-input {
  align-items: center;
  gap: 8px;
  display: flex;
}

.star-btn {
  color: gray;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: all .3s;
  display: flex;
}

.star-btn:hover {
  transform: scale(1.1);
}

.star-btn.active {
  color: gold;
  transform: scale(1.1);
}

.rating-text {
  color: #fff;
  margin-left: 12px;
  font-weight: 600;
}

.char-count {
  text-align: right;
  color: gray;
  margin-top: 4px;
  font-size: .8rem;
}

.result-input-group {
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  display: flex;
}

.result-input-group .form-input {
  flex: 1;
}

.remove-result-btn {
  color: #ef4444;
  cursor: pointer;
  background: rgba(239, 68, 68, .2);
  border: 1px solid rgba(239, 68, 68, .3);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  padding: 8px 12px;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all .3s;
  display: flex;
}

.remove-result-btn:hover {
  background: rgba(239, 68, 68, .3);
  border-color: rgba(239, 68, 68, .5);
}

.add-result-btn {
  color: #22c55e;
  cursor: pointer;
  background: rgba(34, 197, 94, .2);
  border: 1px solid rgba(34, 197, 94, .3);
  border-radius: 8px;
  width: 100%;
  margin-top: 8px;
  padding: 8px 16px;
  font-size: .9rem;
  transition: all .3s;
}

.add-result-btn:hover {
  background: rgba(34, 197, 94, .3);
  border-color: rgba(34, 197, 94, .5);
}

.message {
  border-radius: 12px;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 12px 16px;
  font-size: .9rem;
  display: flex;
}

.message.success {
  color: #22c55e;
  background: rgba(34, 197, 94, .1);
  border: 1px solid rgba(34, 197, 94, .2);
}

.message.error {
  color: #ef4444;
  background: rgba(239, 68, 68, .1);
  border: 1px solid rgba(239, 68, 68, .2);
}

.submit-btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  border: none;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.submit-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, .3);
}

.submit-btn:disabled {
  opacity: .6;
  cursor: not-allowed;
  transform: none;
}

@media (max-width: 768px) {
  .add-review-modal {
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    margin: 20px;
  }

  .modal-header {
    padding: 20px 20px 0;
  }

  .add-review-form {
    padding: 0 20px 20px;
  }

  .rating-input {
    flex-wrap: wrap;
  }

  .star-btn {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .add-review-modal {
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
    margin: 10px;
  }

  .modal-title {
    font-size: 1.3rem;
  }

  .form-input, .form-select, .form-textarea {
    padding: 10px 14px;
    font-size: .9rem;
  }

  .submit-btn {
    padding: 14px;
    font-size: .9rem;
  }

  .result-input-group {
    flex-direction: column;
    align-items: stretch;
  }

  .remove-result-btn {
    align-self: flex-end;
    min-width: 35px;
    padding: 6px 10px;
  }
}

/* [project]/src/styles/internal-linking.css [app-client] (css) */
.internal-linking {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  margin: 3rem 0;
  padding: 2rem;
}

.linking-section {
  margin-bottom: 2rem;
}

.linking-section:last-child {
  margin-bottom: 0;
}

.linking-title {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, .1);
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.linking-icon {
  color: #4ecdc4;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  display: flex;
}

.linking-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: max(1rem, min(2vw, 1.5rem));
  display: grid;
}

.linking-card {
  color: inherit;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.linking-card:before {
  content: "";
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 107, 107, .1), rgba(78, 205, 196, .1));
  transition: opacity .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.linking-card:hover:before {
  opacity: 1;
}

.linking-card:hover {
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

.linking-card-icon {
  color: #fff;
  z-index: 1;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.linking-card-content {
  z-index: 1;
  flex: 1;
  position: relative;
}

.linking-card-title {
  color: #fff;
  margin: 0 0 .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.linking-card-description {
  color: rgba(255, 255, 255, .8);
  margin: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.linking-card-arrow {
  color: rgba(255, 255, 255, .6);
  z-index: 1;
  flex-shrink: 0;
  transition: transform .3s;
  position: relative;
}

.linking-card:hover .linking-card-arrow {
  color: rgba(255, 255, 255, .9);
  transform: translateX(4px);
}

.linking-list {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.linking-item {
  color: inherit;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.25rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.linking-item:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .15);
  transform: translateX(4px);
}

.linking-item-icon {
  color: #4ecdc4;
  flex-shrink: 0;
}

.linking-item-title {
  color: #fff;
  flex: 1;
  font-weight: 500;
}

.linking-item-arrow {
  color: rgba(255, 255, 255, .5);
  transition: transform .3s;
}

.linking-item:hover .linking-item-arrow {
  color: rgba(255, 255, 255, .8);
  transform: translateX(4px);
}

.linking-links {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: max(.75rem, min(1.5vw, 1rem));
  display: grid;
}

.linking-link {
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.linking-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .15);
  transform: translateY(-2px);
}

.linking-link svg {
  color: #4ecdc4;
}

.seo-keywords {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 2rem;
  padding-top: 2rem;
}

.seo-keywords-title {
  color: #fff;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.seo-keywords-tags {
  flex-wrap: wrap;
  gap: .75rem;
  display: flex;
}

.seo-keyword {
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.seo-keyword:hover {
  color: #fff;
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .internal-linking {
    margin: 2rem 0;
    padding: 1.5rem;
  }

  .linking-title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }

  .linking-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
  }

  .linking-card {
    padding: 1.25rem;
  }

  .linking-card-icon {
    width: 40px;
    height: 40px;
  }

  .linking-card-title {
    font-size: 1rem;
  }

  .linking-links {
    grid-template-columns: repeat(2, 1fr);
    gap: .75rem;
  }

  .linking-link {
    padding: .75rem;
    font-size: .9rem;
  }

  .seo-keywords-tags {
    gap: .5rem;
  }

  .seo-keyword {
    padding: .375rem .75rem;
    font-size: .8rem;
  }
}

@media (max-width: 480px) {
  .internal-linking {
    margin: 1.5rem 0;
    padding: 1rem;
  }

  .linking-title {
    margin-bottom: .75rem;
    font-size: 1.1rem;
  }

  .linking-grid {
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  .linking-card {
    text-align: left;
    flex-direction: row;
    gap: .75rem;
    padding: 1rem;
  }

  .linking-card-icon {
    width: 36px;
    height: 36px;
  }

  .linking-card-title {
    font-size: .95rem;
  }

  .linking-card-description {
    font-size: .85rem;
  }

  .linking-links {
    grid-template-columns: 1fr;
    gap: .5rem;
  }

  .linking-link {
    padding: .5rem;
    font-size: .85rem;
  }

  .linking-item {
    padding: .75rem;
  }

  .linking-item-title {
    font-size: .9rem;
  }

  .seo-keywords-tags {
    gap: .375rem;
  }

  .seo-keyword {
    padding: .25rem .5rem;
    font-size: .75rem;
  }
}

/* [project]/src/styles/related-articles.css [app-client] (css) */
.related-articles {
  background: linear-gradient(135deg, rgba(255, 255, 255, .03), rgba(255, 255, 255, .01));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 16px;
  margin: 3rem 0;
  padding: 2rem;
}

.related-articles-header {
  text-align: center;
  margin-bottom: 2rem;
}

.related-articles-title {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0 0 .75rem;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.related-articles-icon {
  color: #4ecdc4;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  display: flex;
}

.related-articles-subtitle {
  color: rgba(255, 255, 255, .7);
  margin: 0;
  font-size: 1rem;
}

.related-articles-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
}

.related-article-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all .3s;
}

.related-article-card:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .15);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
}

.article-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: .75rem;
  display: flex;
}

.article-category, .article-read-time {
  color: rgba(255, 255, 255, .6);
  text-transform: uppercase;
  align-items: center;
  gap: .25rem;
  font-weight: 500;
  display: flex;
}

.article-category {
  color: #4ecdc4;
}

.article-title {
  margin: 0 0 1rem;
}

.article-title-link {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: color .2s;
}

.article-title-link:hover {
  color: #4ecdc4;
}

.article-excerpt {
  color: rgba(255, 255, 255, .8);
  margin: 0 0 1.5rem;
  font-size: .875rem;
  line-height: 1.6;
}

.article-footer {
  justify-content: space-between;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.article-author {
  color: rgba(255, 255, 255, .6);
  align-items: center;
  gap: .25rem;
  display: flex;
}

.article-read-more {
  color: #4ecdc4;
  align-items: center;
  gap: .5rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.article-read-more:hover {
  color: #fff;
  transform: translateX(2px);
}

.related-articles-suggestions {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 2rem;
}

.suggestions-title {
  color: #fff;
  text-align: center;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.suggestions-links {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  display: grid;
}

.suggestion-link {
  color: rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.suggestion-link:hover {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .15);
  transform: translateY(-2px);
}

.suggestion-link svg {
  color: #4ecdc4;
}

@media (max-width: 768px) {
  .related-articles {
    margin: 2rem 0;
    padding: 1.5rem;
  }

  .related-articles-title {
    font-size: 1.25rem;
  }

  .related-articles-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .related-article-card {
    padding: 1.25rem;
  }

  .article-title-link {
    font-size: 1rem;
  }

  .suggestions-links {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .related-articles {
    padding: 1rem;
  }

  .article-header {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
  }

  .article-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
  }

  .suggestions-links {
    grid-template-columns: 1fr;
  }
}

/* [project]/src/styles/news-cards.css [app-client] (css) */
.news-cards-section {
  background: linear-gradient(135deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .9));
  min-height: 100vh;
  padding: 80px 0;
}

.news-cards-header {
  text-align: center;
  margin-bottom: 3rem;
}

.news-cards-title {
  color: #fff;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 1rem;
  font-size: 3rem;
  font-weight: 800;
}

.news-cards-subtitle {
  color: rgba(255, 255, 255, .8);
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.25rem;
}

.news-cards-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1200px;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.news-card {
  -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: 16px;
  transition: all .3s;
  overflow: hidden;
}

.news-card:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

.news-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.news-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.news-card:hover .news-image {
  transform: scale(1.05);
}

.news-card-content {
  padding: 1.5rem;
}

.news-card-meta {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: .875rem;
  display: flex;
}

.news-category, .news-date {
  color: rgba(255, 255, 255, .7);
  align-items: center;
  gap: .5rem;
  display: flex;
}

.news-category {
  color: #4ecdc4;
  font-weight: 500;
}

.news-card-title {
  margin: 0 0 1rem;
}

.news-title-button {
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  transition: color .2s;
}

.news-title-button:hover {
  color: #4ecdc4;
}

.news-card-excerpt {
  color: rgba(255, 255, 255, .8);
  margin: 0 0 1.5rem;
  font-size: .875rem;
  line-height: 1.6;
}

.news-card-footer {
  color: rgba(255, 255, 255, .6);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: .875rem;
  display: flex;
}

.news-author, .news-read-time {
  align-items: center;
  gap: .25rem;
  display: flex;
}

.news-read-more-btn {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: 100%;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.news-read-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, .3);
}

.news-load-more {
  text-align: center;
}

.load-more-btn {
  color: #fff;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  padding: 1rem 2rem;
  font-weight: 500;
  transition: all .3s;
}

.load-more-btn:hover {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .3);
  transform: translateY(-2px);
}

.news-modal-overlay {
  z-index: 1000;
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.news-modal-content {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  width: 100%;
  max-width: 800px;
  max-height: 90vh;
  overflow-y: auto;
}

.news-modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 1rem;
  display: flex;
}

.news-modal-meta {
  gap: 1rem;
  font-size: .875rem;
  display: flex;
}

.modal-category, .modal-date {
  color: rgba(255, 255, 255, .7);
  align-items: center;
  gap: .5rem;
  display: flex;
}

.modal-category {
  color: #4ecdc4;
  font-weight: 500;
}

.modal-close-btn {
  color: rgba(255, 255, 255, .6);
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  padding: .5rem;
  transition: all .2s;
}

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

.news-modal-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.modal-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-modal-title {
  color: #fff;
  margin: 1.5rem 1.5rem 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.news-modal-info {
  color: rgba(255, 255, 255, .7);
  gap: 2rem;
  margin: 0 1.5rem 1.5rem;
  font-size: .875rem;
  display: flex;
}

.modal-author, .modal-read-time {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.news-modal-content-text {
  padding: 0 1.5rem 1.5rem;
}

.news-paragraph {
  color: rgba(255, 255, 255, .9);
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.7;
}

.news-paragraph:last-child {
  margin-bottom: 0;
}

.news-modal-tags {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 0 1.5rem 1.5rem;
}

.tags-title {
  color: #fff;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.tags-list {
  flex-wrap: wrap;
  gap: .5rem;
  display: flex;
}

.news-tag {
  color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: .25rem .75rem;
  font-size: .875rem;
}

.news-modal-actions {
  border-top: 1px solid rgba(255, 255, 255, .1);
  gap: 1rem;
  padding: 1.5rem;
  display: flex;
}

.modal-action-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  flex: 1;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .2s;
}

.modal-action-btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
}

.modal-action-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, .3);
}

.modal-action-btn.secondary {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
}

.modal-action-btn.secondary:hover {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .3);
}

@media (max-width: 1024px) {
  .news-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .news-cards-title {
    font-size: 2.5rem;
  }

  .news-cards-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .news-card-content {
    padding: 1.25rem;
  }

  .news-modal-content {
    max-height: calc(100vh - 2rem);
    margin: 1rem;
  }

  .news-modal-title {
    margin: 1rem 1rem .75rem;
    font-size: 1.5rem;
  }

  .news-modal-header {
    padding: 1rem 1rem .75rem;
  }

  .news-modal-info {
    flex-direction: column;
    gap: .75rem;
    margin: 0 1rem 1rem;
  }

  .news-modal-actions {
    flex-direction: column;
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .news-cards-title {
    font-size: 2rem;
  }

  .news-cards-subtitle {
    font-size: 1rem;
  }

  .news-card-meta, .news-card-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
  }
}

/* [project]/src/styles/ai-news-generator.css [app-client] (css) */
.ai-news-generator {
  color: #fff;
  background: linear-gradient(135deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .95));
  min-height: 100vh;
  padding: 2rem;
}

.generator-header {
  -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: 16px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding: 2rem;
  display: flex;
}

.header-content {
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

.header-icon {
  color: #fff;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.header-text {
  flex: 1;
}

.generator-title {
  color: #fff;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin: 0 0 .5rem;
  font-size: 2rem;
  font-weight: 700;
}

.generator-subtitle {
  color: rgba(255, 255, 255, .8);
  margin: 0;
  font-size: 1.125rem;
}

.header-actions {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.next-publish-info {
  color: #4ecdc4;
  background: rgba(78, 205, 196, .1);
  border: 1px solid rgba(78, 205, 196, .2);
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.action-btn {
  cursor: pointer;
  border: none;
  border-radius: 8px;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.action-btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
}

.action-btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 107, 107, .3);
}

.action-btn.secondary {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
}

.action-btn.secondary:hover {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .3);
  transform: translateY(-2px);
}

.action-btn.danger {
  color: #e74c3c;
  background: rgba(231, 76, 60, .2);
  border: 1px solid rgba(231, 76, 60, .3);
}

.action-btn.danger:hover {
  background: rgba(231, 76, 60, .3);
  border-color: rgba(231, 76, 60, .5);
  transform: translateY(-2px);
}

.action-btn.active {
  color: #fff;
  background: linear-gradient(135deg, #4ecdc4, #45b7aa);
}

.action-btn.generating {
  color: rgba(255, 255, 255, .6);
  cursor: not-allowed;
  background: rgba(255, 255, 255, .1);
}

.action-btn.small {
  padding: .5rem 1rem;
  font-size: .75rem;
}

.generation-progress {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.progress-header {
  color: rgba(255, 255, 255, .8);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  font-size: .875rem;
  display: flex;
}

.progress-bar {
  background: rgba(255, 255, 255, .1);
  border-radius: 4px;
  width: 100%;
  height: 8px;
  overflow: hidden;
}

.progress-fill {
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  height: 100%;
  transition: width .3s;
}

.info-panel {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
}

.info-item {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 12px;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  transition: all .3s;
  display: flex;
}

.info-item:hover {
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .1);
  transform: translateY(-2px);
}

.info-icon {
  color: #fff;
  background: linear-gradient(135deg, #ff6b6b, #4ecdc4);
  border-radius: 12px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.info-content h4 {
  color: #fff;
  margin: 0 0 .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.info-content p {
  color: rgba(255, 255, 255, .7);
  margin: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.generator-settings {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  margin-bottom: 3rem;
  padding: 2rem;
}

.settings-title {
  color: #fff;
  align-items: center;
  gap: .75rem;
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

.settings-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.setting-item {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.setting-label {
  color: rgba(255, 255, 255, .8);
  align-items: center;
  gap: .5rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.setting-input {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  padding: .5rem;
  font-size: .875rem;
}

.setting-input:focus {
  border-color: #4ecdc4;
  outline: none;
  box-shadow: 0 0 0 2px rgba(78, 205, 196, .2);
}

.setting-checkbox {
  accent-color: #4ecdc4;
  width: 18px;
  height: 18px;
}

.setting-select {
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  padding: .5rem;
  font-size: .875rem;
}

.setting-select:focus {
  border-color: #4ecdc4;
  outline: none;
  box-shadow: 0 0 0 2px rgba(78, 205, 196, .2);
}

.setting-select option {
  color: #fff;
  background: #1a1a1a;
}

.generated-news {
  margin-bottom: 2rem;
}

.news-section-title {
  color: #fff;
  align-items: center;
  gap: .75rem;
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
}

.empty-state {
  text-align: center;
  color: rgba(255, 255, 255, .6);
  padding: 3rem;
}

.empty-state p {
  margin: .5rem 0;
  font-size: 1rem;
}

.empty-state p:first-of-type {
  color: rgba(255, 255, 255, .8);
  font-size: 1.125rem;
  font-weight: 500;
}

.news-list {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.news-item {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all .3s;
}

.news-item:hover {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .2);
  transform: translateY(-2px);
}

.news-item.published {
  border-left: 4px solid #4ecdc4;
}

.news-item.scheduled {
  border-left: 4px solid #ff6b6b;
}

.news-item.draft {
  border-left: 4px solid #f39c12;
}

.news-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1rem;
  display: flex;
}

.news-meta {
  gap: 1rem;
  font-size: .75rem;
  display: flex;
}

.news-category {
  color: #4ecdc4;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 500;
}

.news-date {
  color: rgba(255, 255, 255, .6);
}

.news-status {
  text-transform: uppercase;
  border-radius: 12px;
  padding: .25rem .5rem;
  font-size: .75rem;
  font-weight: 500;
}

.news-status.draft {
  color: #f39c12;
  background: rgba(243, 156, 18, .2);
}

.news-status.published {
  color: #4ecdc4;
  background: rgba(78, 205, 196, .2);
}

.news-status.scheduled {
  color: #ff6b6b;
  background: rgba(255, 107, 107, .2);
}

.news-actions {
  gap: .5rem;
  display: flex;
}

.news-title {
  color: #fff;
  margin: 0 0 .75rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.news-excerpt {
  color: rgba(255, 255, 255, .8);
  margin: 0 0 1rem;
  font-size: .875rem;
  line-height: 1.6;
}

.news-tags {
  flex-wrap: wrap;
  gap: .5rem;
  margin-bottom: 1rem;
  display: flex;
}

.news-tag {
  color: rgba(255, 255, 255, .8);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 20px;
  padding: .25rem .75rem;
  font-size: .75rem;
}

.news-stats {
  color: rgba(255, 255, 255, .6);
  gap: 1.5rem;
  font-size: .75rem;
  display: flex;
}

.stat-item {
  align-items: center;
  gap: .25rem;
  display: flex;
}

.uniqueness-score {
  font-weight: 500;
}

.uniqueness-score.excellent {
  color: #4ecdc4;
}

.uniqueness-score.good {
  color: #2ecc71;
}

.uniqueness-score.average {
  color: #f39c12;
}

.uniqueness-score.poor {
  color: #e74c3c;
}

.spinning {
  animation: 1s linear infinite spin;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1024px) {
  .generator-header {
    text-align: center;
    flex-direction: column;
    gap: 1.5rem;
  }

  .header-actions {
    justify-content: center;
    width: 100%;
  }

  .settings-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ai-news-generator {
    padding: 1rem;
  }

  .info-panel {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .info-item {
    padding: 1rem;
  }

  .generator-header {
    padding: 1.5rem;
  }

  .generator-title {
    font-size: 1.5rem;
  }

  .generator-subtitle {
    font-size: 1rem;
  }

  .header-actions {
    flex-direction: column;
    width: 100%;
  }

  .action-btn {
    justify-content: center;
    width: 100%;
  }

  .news-header {
    flex-direction: column;
    gap: 1rem;
  }

  .news-actions {
    justify-content: flex-start;
    width: 100%;
  }

  .news-stats {
    flex-direction: column;
    gap: .75rem;
  }
}

@media (max-width: 480px) {
  .generator-header {
    padding: 1rem;
  }

  .header-content {
    text-align: center;
    flex-direction: column;
    gap: 1rem;
  }

  .header-icon {
    width: 48px;
    height: 48px;
  }

  .generator-title {
    font-size: 1.25rem;
  }

  .generator-subtitle {
    font-size: .875rem;
  }

  .news-meta {
    flex-direction: column;
    gap: .5rem;
  }
}

/* [project]/src/app/globals.css [app-client] (css) */
@tailwind base;

@tailwind components;

@tailwind utilities;

@layer base {
  :root {
    --background: 0 0% 0%;
    --foreground: 0 0% 98%;
    --card: 0 0% 3%;
    --card-foreground: 0 0% 98%;
    --popover: 0 0% 3%;
    --popover-foreground: 0 0% 98%;
    --primary: 0 0% 98%;
    --primary-foreground: 0 0% 9%;
    --secondary: 0 0% 14.9%;
    --secondary-foreground: 0 0% 98%;
    --muted: 0 0% 14.9%;
    --muted-foreground: 0 0% 63.9%;
    --accent: 0 0% 14.9%;
    --accent-foreground: 0 0% 98%;
    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 0 0% 98%;
    --border: 0 0% 14.9%;
    --input: 0 0% 14.9%;
    --ring: 0 0% 83.1%;
    --radius: .5rem;
  }

  * {
    border-color: hsl(var(--border));
  }

  body {
    background-color: hsl(var(--background));
    color: hsl(var(--foreground));
  }
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 768px) {
  ::-webkit-scrollbar {
    display: none;
  }

  body, html {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .about-hero, .about-block, .contact-section, .internal-linking, .dock-header, .header-flex {
    box-sizing: border-box !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
}

html {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar {
  display: none;
}

body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

.scroll-indicator {
  cursor: pointer;
  z-index: 10;
  color: #fff;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.scroll-indicator:hover {
  transform: translateX(-50%)translateY(-5px);
}

.scroll-arrow {
  background: linear-gradient(rgba(0, 0, 0, 0), #fff, rgba(0, 0, 0, 0));
  width: 2px;
  height: 20px;
  animation: 2s infinite scroll-bounce;
}

.scroll-text {
  opacity: .8;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-family: Geist, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

@keyframes scroll-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  display: none;
}

@media (max-width: 480px) {
  body, html {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .dock-header, .header-flex, .about-hero, .about-block, .contact-section, .internal-linking {
    box-sizing: border-box !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }
}

html, html, body {
  overflow-x: hidden;
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__11f8cff3._.css.map*/