/* [project]/src/app/home/home-agent-hero.module.css [app-client] (css) */
.home-agent-hero-module__4ddpXa__hero {
  --hero-card-radius: 30px;
  --hero-card-width: 1110px;
  --hero-text-primary: #0b1020;
  --hero-text-secondary: #66718a;
  --hero-border: #5e63ff26;
  --hero-blue: #356fff;
  --hero-purple: #7238f5;
  background: linear-gradient(118deg, #daeaff75 0%, #edf3ff29 27%, #0000 48%), linear-gradient(242deg, #efe2ff61 0%, #f7f0ff24 30%, #0000 51%), linear-gradient(#fdfdff 0%, #f9faff 44%, #fbfaff 72%, #fdfdff 100%);
  border-bottom: 1px solid #6a77a414;
  align-items: flex-start;
  min-height: calc(100svh - 80px);
  padding: clamp(120px, 15vh, 160px) 32px 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-agent-hero-module__4ddpXa__hero:before, .home-agent-hero-module__4ddpXa__hero:after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
}

.home-agent-hero-module__4ddpXa__hero:before {
  opacity: .84;
  z-index: 0;
  background: radial-gradient(62% 28% at 50% 70%, #9399f61a, #0000 72%), linear-gradient(90deg, #e0edff26, #ffffffad 48%, #efe5ff29);
}

.home-agent-hero-module__4ddpXa__hero:after {
  z-index: 0;
  background: linear-gradient(#ffffff38, #0000 30%, #e7e6ff1f 78%, #ffffff4d);
}

.dark .home-agent-hero-module__4ddpXa__hero {
  --hero-text-primary: #f5f6ff;
  --hero-text-secondary: #a8b0c5;
  --hero-border: #8b91ff38;
  background: linear-gradient(118deg, #1a34672b, #0000 43%), linear-gradient(242deg, #4e235b21, #0000 46%), linear-gradient(#0a0d16 0%, #0c101b 46%, #100f1b 76%, #090b12 100%);
  border-bottom-color: #ffffff12;
}

.dark .home-agent-hero-module__4ddpXa__hero:before {
  opacity: .72;
  background: radial-gradient(66% 30% at 50% 72%, #5a52dc1f, #0000 72%), linear-gradient(90deg, #1f3a6f0e, #0d101b1f 48%, #49255b0e);
}

.dark .home-agent-hero-module__4ddpXa__hero:after {
  background: linear-gradient(#ffffff05, #0000 30%, #463d8409 78%, #00000014);
}

.home-agent-hero-module__4ddpXa__heroContent {
  text-align: center;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

.home-agent-hero-module__4ddpXa__heroTitle {
  color: var(--hero-text-primary);
  text-wrap: balance;
  margin: 0;
  font-size: 64px;
  font-weight: 780;
  line-height: 1.12;
}

.home-agent-hero-module__4ddpXa__heroTitle span {
  color: #0000;
  background: linear-gradient(135deg, #3b6fff 0%, #5b57ff 48%, #7b32ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.dark .home-agent-hero-module__4ddpXa__heroTitle span {
  background: linear-gradient(135deg, #6f95ff 0%, #827dff 48%, #a270ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.home-agent-hero-module__4ddpXa__heroSubtitle {
  color: var(--hero-text-secondary);
  max-width: 760px;
  margin: 22px auto 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.65;
}

.home-agent-hero-module__4ddpXa__agentStage {
  isolation: isolate;
  width: min(var(--hero-card-width), calc(100vw - 96px));
  margin: 56px auto 0;
  padding-bottom: 136px;
  position: relative;
}

.home-agent-hero-module__4ddpXa__agentCard {
  border-radius: var(--hero-card-radius);
  opacity: 1;
  text-align: left;
  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);
  visibility: visible;
  z-index: 2;
  background: linear-gradient(#fffffffb, #fcfcfff4);
  border: 1px solid #7075cd21;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  min-height: 300px;
  transition: border-color .18s, box-shadow .18s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 70px #4347b414, inset 0 1px #fffffff2;
}

.home-agent-hero-module__4ddpXa__agentCard:focus-within {
  border-color: #5c54e64d;
  box-shadow: 0 0 0 3px #5f55eb0f, 0 26px 74px #4347b41a, inset 0 1px #fffffffa;
}

.dark .home-agent-hero-module__4ddpXa__agentCard {
  background: #0f1427f0;
  box-shadow: 0 30px 86px #00000057, 0 10px 34px #4a3eba1f, inset 0 1px #ffffff12;
}

.home-agent-hero-module__4ddpXa__inputArea {
  flex: auto;
  min-height: 0;
  padding: 32px 38px 0;
  display: flex;
}

.home-agent-hero-module__4ddpXa__agentTextarea {
  appearance: none;
  color: var(--hero-text-primary);
  font: inherit;
  resize: none;
  border-radius: 0;
  flex: auto;
  width: 100%;
  min-height: 74px;
  padding: 0;
  font-size: 17px;
  line-height: 1.65;
  display: block;
  box-shadow: none !important;
  background: none !important;
  border: 0 !important;
  outline: 0 !important;
}

.home-agent-hero-module__4ddpXa__agentTextarea:hover, .home-agent-hero-module__4ddpXa__agentTextarea:focus, .home-agent-hero-module__4ddpXa__agentTextarea:focus-visible {
  box-shadow: none !important;
  background: none !important;
  border: 0 !important;
  outline: 0 !important;
}

.home-agent-hero-module__4ddpXa__agentTextarea::placeholder {
  color: #66718a;
  opacity: 1;
}

.dark .home-agent-hero-module__4ddpXa__agentTextarea::placeholder {
  color: #929bb2;
}

.home-agent-hero-module__4ddpXa__promptExamples {
  scrollbar-width: none;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 0 38px;
  display: grid;
  overflow: hidden;
}

.home-agent-hero-module__4ddpXa__promptExamples::-webkit-scrollbar {
  display: none;
}

.home-agent-hero-module__4ddpXa__creationModes::-webkit-scrollbar {
  display: none;
}

.home-agent-hero-module__4ddpXa__promptExamples button {
  color: #3b4357;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f7f8fd9e;
  border: 1px solid #8b91b324;
  border-radius: 999px;
  min-width: 0;
  height: 44px;
  padding: 0 18px;
  font-size: 13px;
  transition: background .16s, border-color .16s, color .16s;
  overflow: hidden;
}

.home-agent-hero-module__4ddpXa__promptExamples button:hover, .home-agent-hero-module__4ddpXa__promptExamples button:focus-visible {
  color: #4d47a6;
  background: #f5f3ffdb;
  border-color: #675bdc47;
}

.dark .home-agent-hero-module__4ddpXa__promptExamples button {
  color: #c1c7d8;
  background: #ffffff0b;
  border-color: #9da8da2e;
}

:is(.dark .home-agent-hero-module__4ddpXa__promptExamples button:hover, .dark .home-agent-hero-module__4ddpXa__promptExamples button:focus-visible) {
  color: #fff;
  background: #6f5ce21f;
  border-color: #8d7ef55c;
}

.home-agent-hero-module__4ddpXa__agentToolbar {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
  padding: 0 38px 26px;
  display: grid;
}

.home-agent-hero-module__4ddpXa__creationModes {
  scrollbar-width: none;
  gap: 8px;
  min-width: 0;
  display: flex;
  overflow-x: auto;
}

.home-agent-hero-module__4ddpXa__creationModes button, .home-agent-hero-module__4ddpXa__agentTools button {
  color: #20263a;
  cursor: pointer;
  background: #ffffff9e;
  border: 1px solid #e3e6f0;
  justify-content: center;
  align-items: center;
  height: 46px;
  transition: background .16s, border-color .16s, box-shadow .16s, color .16s, transform .16s;
  display: inline-flex;
}

.home-agent-hero-module__4ddpXa__creationModes button {
  border-radius: 14px;
  flex: none;
  gap: 8px;
  padding: 0 15px 0 9px;
  font-size: 14px;
  font-weight: 560;
}

.home-agent-hero-module__4ddpXa__modeIcon {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: inline-flex;
}

.home-agent-hero-module__4ddpXa__modeIcon svg {
  width: 17px;
  height: 17px;
}

.home-agent-hero-module__4ddpXa__creationModes button:first-child .home-agent-hero-module__4ddpXa__modeIcon {
  color: #6847e6;
  background: #eee9ff;
}

.home-agent-hero-module__4ddpXa__creationModes button:nth-child(2) .home-agent-hero-module__4ddpXa__modeIcon {
  color: #13a274;
  background: #e5f8f1;
}

.home-agent-hero-module__4ddpXa__creationModes button:nth-child(3) .home-agent-hero-module__4ddpXa__modeIcon {
  color: #ee5a25;
  background: #fff0ea;
}

.home-agent-hero-module__4ddpXa__creationModes button:nth-child(4) .home-agent-hero-module__4ddpXa__modeIcon {
  color: #5b55ee;
  background: #ecebff;
}

.home-agent-hero-module__4ddpXa__creationModes button:hover {
  color: #1b2140;
  background: #fff;
  border-color: #6468b447;
}

.home-agent-hero-module__4ddpXa__creationModes .home-agent-hero-module__4ddpXa__modeActive {
  box-shadow: none;
  color: #151a31;
  background: #f4f3ffd1;
  border-color: #5952d63d;
}

:is(.dark .home-agent-hero-module__4ddpXa__creationModes button, .dark .home-agent-hero-module__4ddpXa__agentTools button) {
  color: #d5daea;
  background: #ffffff0b;
  border-color: #9da8da2e;
}

.dark .home-agent-hero-module__4ddpXa__creationModes button:hover {
  color: #fff;
  background: #7763eb1f;
  border-color: #8d7ef55c;
}

.dark .home-agent-hero-module__4ddpXa__creationModes .home-agent-hero-module__4ddpXa__modeActive {
  color: #fff;
  background: #7763eb1f;
  border-color: #8d7ef55c;
}

.home-agent-hero-module__4ddpXa__agentTools {
  align-items: center;
  gap: 8px;
  display: flex;
}

.home-agent-hero-module__4ddpXa__agentTools button {
  border-radius: 50%;
  width: 46px;
}

.home-agent-hero-module__4ddpXa__agentTools button:not(.home-agent-hero-module__4ddpXa__sendButton) {
  color: #3d4964;
  background: #f6f7fcd1;
  border-color: #848dae2e;
}

.home-agent-hero-module__4ddpXa__agentTools button:hover {
  color: #5550bd;
  background: #f0f0fceb;
  border-color: #6864be42;
  transform: none;
}

.home-agent-hero-module__4ddpXa__agentTools button svg {
  width: 20px;
  height: 20px;
}

.home-agent-hero-module__4ddpXa__agentTools .home-agent-hero-module__4ddpXa__sendButton {
  box-shadow: none;
  color: #fff;
  background: linear-gradient(135deg, #5d8cff 0%, #696cf6 50%, #8b63ee 100%);
  border: 1px solid #5b5bd224;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.home-agent-hero-module__4ddpXa__agentTools .home-agent-hero-module__4ddpXa__sendButton:hover, .home-agent-hero-module__4ddpXa__agentTools .home-agent-hero-module__4ddpXa__sendButton:focus-visible {
  box-shadow: none;
  color: #fff;
  background: linear-gradient(135deg, #4f82fb 0%, #625ff0 50%, #8157e8 100%);
  border-color: #5652c438;
}

.home-agent-hero-module__4ddpXa__agentTools button:not(.home-agent-hero-module__4ddpXa__sendButton):focus-visible {
  color: #473fc5;
  background: #fff;
  border-color: #5b52d661;
  box-shadow: 0 0 0 3px #5f55eb14;
}

.dark .home-agent-hero-module__4ddpXa__agentTools button:not(.home-agent-hero-module__4ddpXa__sendButton) {
  color: #cbd2e5;
  background: #ffffff0e;
  border-color: #adb7e12b;
}

:is(.dark .home-agent-hero-module__4ddpXa__agentTools button:not(.home-agent-hero-module__4ddpXa__sendButton):hover, .dark .home-agent-hero-module__4ddpXa__agentTools button:not(.home-agent-hero-module__4ddpXa__sendButton):focus-visible) {
  color: #f2f0ff;
  background: #7469dd21;
  border-color: #978bf457;
}

.dark .home-agent-hero-module__4ddpXa__agentTools .home-agent-hero-module__4ddpXa__sendButton {
  box-shadow: none;
  color: #fff;
  background: linear-gradient(135deg, #7196ff 0%, #7f72f6 52%, #a06df0 100%);
  border-color: #cccfff2e;
}

:is(.dark .home-agent-hero-module__4ddpXa__agentTools .home-agent-hero-module__4ddpXa__sendButton:hover, .dark .home-agent-hero-module__4ddpXa__agentTools .home-agent-hero-module__4ddpXa__sendButton:focus-visible) {
  box-shadow: none;
  color: #fff;
  background: linear-gradient(135deg, #80a1ff 0%, #8a7cf8 52%, #ac7af2 100%);
  border-color: #e1e2ff3d;
}

.home-agent-hero-module__4ddpXa__agentTools .home-agent-hero-module__4ddpXa__sendButton svg {
  width: 22px;
  height: 22px;
}

.home-agent-hero-module__4ddpXa__agentRing {
  pointer-events: none;
  z-index: 0;
  width: 118%;
  height: 238px;
  position: absolute;
  top: 158px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask-image: linear-gradient(90deg, #0000 0%, #000 8% 92%, #0000 100%);
  mask-image: linear-gradient(90deg, #0000 0%, #000 8% 92%, #0000 100%);
}

.home-agent-hero-module__4ddpXa__agentRing span {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.home-agent-hero-module__4ddpXa__ringGround {
  filter: blur(22px);
  opacity: .72;
  background: radial-gradient(#7770ef21 0%, #718dee13 38%, #ae88e709 58%, #0000 76%);
  width: 86%;
  height: 132px;
  top: 78px;
}

.home-agent-hero-module__4ddpXa__ringOuter {
  background: radial-gradient(at 50% 16%, #ffffffd6, #e4e8ff33 44%, #0000 70%), linear-gradient(#eff2ff7a, #b5bdf62e 46%, #8590e217 70%, #a080da09);
  width: 100%;
  height: 202px;
  top: 8px;
  -webkit-mask: radial-gradient(#0000 0 37%, #000 39% 73%, #0000 76%);
  mask: radial-gradient(#0000 0 37%, #000 39% 73%, #0000 76%);
}

.home-agent-hero-module__4ddpXa__ringMiddle {
  background: radial-gradient(at 46% 12%, #ffffffd1, #dee7ff2b 48%, #0000 72%), linear-gradient(#edf2ff6b, #acbef229 50%, #9486dc13 74%, #b186d706);
  width: 91%;
  height: 160px;
  top: 30px;
  -webkit-mask: radial-gradient(#0000 0 38%, #000 41% 72%, #0000 75%);
  mask: radial-gradient(#0000 0 38%, #000 41% 72%, #0000 75%);
}

.home-agent-hero-module__4ddpXa__ringInner {
  background: radial-gradient(at 54% 8%, #ffffffe0, #e8e2ff33 50%, #0000 72%), linear-gradient(#f6f3ff80, #c9b9ef2b 52%, #999bdd12 76%, #9582c405);
  width: 80%;
  height: 122px;
  top: 50px;
  -webkit-mask: radial-gradient(#0000 0 38%, #000 42% 71%, #0000 75%);
  mask: radial-gradient(#0000 0 38%, #000 42% 71%, #0000 75%);
}

.dark .home-agent-hero-module__4ddpXa__ringGround {
  background: radial-gradient(#6956ff47 0%, #4c79f529 38%, #a35bee14 58%, #0000 76%);
}

.dark .home-agent-hero-module__4ddpXa__ringOuter {
  background: radial-gradient(at 50% 16%, #a8beff47, #7182f71f 44%, #0000 70%), linear-gradient(#899dff47, #666feb38 48%, #6549cc29 72%, #8b49c512);
}

.dark .home-agent-hero-module__4ddpXa__ringMiddle {
  background: radial-gradient(at 46% 12%, #99beff40, #668cef1a 48%, #0000 72%), linear-gradient(#7b9afb3d, #5978e133 50%, #6a48c824 74%, #9d48bf0f);
}

.dark .home-agent-hero-module__4ddpXa__ringInner {
  background: radial-gradient(at 54% 8%, #bdb6ff47, #8b70e81f 50%, #0000 72%), linear-gradient(#9d91fa3d, #825ddc33 52%, #5e5fc421 76%, #5d449c0d);
}

.home-agent-hero-module__4ddpXa__floatingArtifact {
  --artifact-delay: .1s;
  --artifact-border: #7e75e133;
  --artifact-edge: linear-gradient(145deg, #aba3ec6b, #6f63c95c);
  --artifact-origin-x: 180px;
  --artifact-origin-y: 116px;
  --artifact-rotate: -8deg;
  --artifact-shift-x: 0px;
  --artifact-shift-y: -10px;
  --artifact-surface: radial-gradient(circle at 24% 18%, #fffffff5 0 16%, transparent 46%), linear-gradient(145deg, #faf9ffeb, #e2e0ffb8);
  --artifact-x-end: 6deg;
  --artifact-x-start: -5deg;
  --artifact-y-end: 10deg;
  --artifact-y-start: -12deg;
  animation: home-agent-hero-module__4ddpXa__artifact-reveal .88s cubic-bezier(.16, 1, .3, 1) var(--artifact-delay) both,
        home-agent-hero-module__4ddpXa__artifact-float var(--artifact-duration, 12s) cubic-bezier(.45, 0, .55, 1) calc(var(--artifact-delay) + .88s) infinite;
  box-shadow: none;
  color: #6c58e9;
  pointer-events: none;
  transform-style: preserve-3d;
  will-change: transform;
  z-index: 1;
  background: none;
  border: 0;
  border-radius: 20px;
  position: absolute;
}

.home-agent-hero-module__4ddpXa__floatingArtifact:before, .home-agent-hero-module__4ddpXa__floatingArtifact:after {
  content: "";
  position: absolute;
}

.home-agent-hero-module__4ddpXa__floatingArtifact:before {
  background: var(--artifact-edge);
  border: 1px solid var(--artifact-border);
  border-radius: inherit;
  box-shadow: none;
  inset: 3px -4px -5px 4px;
  transform: translateZ(-9px);
}

.home-agent-hero-module__4ddpXa__floatingArtifact:after {
  content: none;
}

.home-agent-hero-module__4ddpXa__artifactFace {
  background: var(--artifact-surface);
  border-radius: inherit;
  box-shadow: none;
  transform-style: preserve-3d;
  border: 1px solid #ffffffc7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
  overflow: hidden;
  transform: translateZ(8px);
}

.home-agent-hero-module__4ddpXa__artifactFace:before, .home-agent-hero-module__4ddpXa__artifactFace:after {
  content: "";
  pointer-events: none;
  position: absolute;
}

.home-agent-hero-module__4ddpXa__artifactFace:before {
  background: linear-gradient(132deg, #ffffffb8, #0000 38% 72%, #6f62cd12);
  inset: 0;
}

.home-agent-hero-module__4ddpXa__artifactFace:after {
  opacity: .34;
  background: linear-gradient(105deg, #0000 20%, #ffffffad 46%, #0000 68%);
  width: 18%;
  height: 160%;
  top: -30%;
  right: 16%;
  transform: rotate(12deg);
}

.home-agent-hero-module__4ddpXa__artifactFace svg {
  filter: none;
  stroke-width: 1.75px;
  z-index: 1;
  width: 38%;
  height: 38%;
  position: relative;
  transform: translateZ(14px);
}

.home-agent-hero-module__4ddpXa__artifactAgent {
  --artifact-delay: .12s;
  --artifact-duration: 13.5s;
  --artifact-rotate: -11deg;
  --artifact-shift-x: 7px;
  width: 64px;
  height: 64px;
  top: 172px;
  left: 6.2%;
}

.home-agent-hero-module__4ddpXa__artifactImage {
  --artifact-delay: .26s;
  --artifact-duration: 11.8s;
  --artifact-rotate: 13deg;
  --artifact-shift-x: -5px;
  --artifact-shift-y: -9px;
  --artifact-origin-x: 240px;
  --artifact-origin-y: -14px;
  --artifact-border: #3ba17f2e;
  --artifact-edge: linear-gradient(145deg, #71cdb06b, #31907457);
  --artifact-surface: radial-gradient(circle at 24% 18%, #fffffff5 0 16%, transparent 46%), linear-gradient(145deg, #f9fffdeb, #d5f4eab8);
  --artifact-y-end: -13deg;
  --artifact-y-start: 17deg;
  color: #23a77b;
  border-radius: 17px;
  width: 48px;
  height: 48px;
  top: 412px;
  left: 2.8%;
}

.home-agent-hero-module__4ddpXa__artifactVideo {
  --artifact-delay: .4s;
  --artifact-duration: 14.5s;
  --artifact-rotate: 10deg;
  --artifact-shift-x: -8px;
  --artifact-shift-y: -14px;
  --artifact-origin-x: -180px;
  --artifact-origin-y: 74px;
  --artifact-border: #de5e352e;
  --artifact-edge: linear-gradient(145deg, #f49c7b70, #c3593d57);
  --artifact-surface: radial-gradient(circle at 24% 18%, #fffffff5 0 16%, transparent 46%), linear-gradient(145deg, #fffcfaeb, #fddfd3bd);
  color: #ee6a3b;
  border-radius: 22px;
  width: 68px;
  height: 68px;
  top: 248px;
  right: 6%;
}

.home-agent-hero-module__4ddpXa__artifactAudio {
  --artifact-delay: .54s;
  --artifact-duration: 12.6s;
  --artifact-rotate: -14deg;
  --artifact-shift-x: 5px;
  --artifact-shift-y: -10px;
  --artifact-origin-x: -240px;
  --artifact-origin-y: -18px;
  --artifact-border: #6257d22e;
  --artifact-edge: linear-gradient(145deg, #9b90e76b, #5c52b557);
  --artifact-surface: radial-gradient(circle at 24% 18%, #fffffff5 0 16%, transparent 46%), linear-gradient(145deg, #fcfbffeb, #e1ddfcb8);
  --artifact-y-end: -12deg;
  --artifact-y-start: 16deg;
  color: #6659dc;
  border-radius: 18px;
  width: 50px;
  height: 50px;
  top: 456px;
  right: 2.7%;
}

.dark .home-agent-hero-module__4ddpXa__floatingArtifact {
  --artifact-border: #9ba2e12e;
  --artifact-edge: linear-gradient(145deg, #6762a78f, #2e2b6585);
  --artifact-surface: radial-gradient(circle at 24% 18%, #ffffff29 0 14%, transparent 44%), linear-gradient(145deg, #393d54e6, #1d1f36db);
}

.dark .home-agent-hero-module__4ddpXa__artifactImage {
  --artifact-border: #4c9a8333;
  --artifact-edge: linear-gradient(145deg, #3a847094, #1a484085);
  --artifact-surface: radial-gradient(circle at 24% 18%, #ffffff21 0 14%, transparent 44%), linear-gradient(145deg, #274c44e6, #142b2adb);
}

.dark .home-agent-hero-module__4ddpXa__artifactVideo {
  --artifact-border: #bc5e4133;
  --artifact-edge: linear-gradient(145deg, #9c4e3a94, #572b2885);
  --artifact-surface: radial-gradient(circle at 24% 18%, #ffffff24 0 14%, transparent 44%), linear-gradient(145deg, #59332ee6, #2f1f24db);
}

.dark .home-agent-hero-module__4ddpXa__artifactAudio {
  --artifact-border: #756ac933;
  --artifact-edge: linear-gradient(145deg, #695eb694, #35306f85);
  --artifact-surface: radial-gradient(circle at 24% 18%, #ffffff24 0 14%, transparent 44%), linear-gradient(145deg, #3d3963e6, #20203ddb);
}

.dark .home-agent-hero-module__4ddpXa__artifactFace {
  box-shadow: none;
  border-color: #ffffff29;
}

.home-agent-hero-module__4ddpXa__srOnly {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  width: 1px;
  height: 1px;
  position: absolute;
  overflow: hidden;
}

@keyframes home-agent-hero-module__4ddpXa__artifact-float {
  0%, 100% {
    transform: perspective(520px) translate3d(0, 0, 0) rotateX(var(--artifact-x-start)) rotateY(var(--artifact-y-start)) rotateZ(var(--artifact-rotate));
  }

  50% {
    transform: perspective(520px) translate3d(var(--artifact-shift-x), var(--artifact-shift-y), 22px) rotateX(var(--artifact-x-end)) rotateY(var(--artifact-y-end)) rotateZ(var(--artifact-rotate));
  }
}

@keyframes home-agent-hero-module__4ddpXa__artifact-reveal {
  0% {
    opacity: 0;
    transform: perspective(520px) translate3d(var(--artifact-origin-x), var(--artifact-origin-y), -54px) scale(.56) rotateX(var(--artifact-x-start)) rotateY(var(--artifact-y-start)) rotateZ(var(--artifact-rotate));
  }

  58% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: perspective(520px) translate3d(0, 0, 0) scale(1) rotateX(var(--artifact-x-start)) rotateY(var(--artifact-y-start)) rotateZ(var(--artifact-rotate));
  }
}

@media (max-height: 950px) and (min-width: 1024px) {
  .home-agent-hero-module__4ddpXa__hero {
    padding-top: 88px;
  }

  .home-agent-hero-module__4ddpXa__heroTitle {
    font-size: 60px;
  }

  .home-agent-hero-module__4ddpXa__heroSubtitle {
    margin-top: 20px;
  }

  .home-agent-hero-module__4ddpXa__agentStage {
    margin-top: 40px;
    padding-bottom: 138px;
  }

  .home-agent-hero-module__4ddpXa__agentCard {
    min-height: 288px;
  }

  .home-agent-hero-module__4ddpXa__agentRing {
    height: 226px;
    top: 154px;
  }

  .home-agent-hero-module__4ddpXa__ringOuter {
    height: 188px;
  }

  .home-agent-hero-module__4ddpXa__ringMiddle {
    height: 146px;
  }

  .home-agent-hero-module__4ddpXa__ringInner {
    height: 104px;
  }
}

@media (max-width: 1200px) {
  .home-agent-hero-module__4ddpXa__heroTitle {
    font-size: 56px;
  }

  .home-agent-hero-module__4ddpXa__agentStage {
    width: min(var(--hero-card-width), calc(100vw - 48px));
  }

  .home-agent-hero-module__4ddpXa__promptExamples {
    display: flex;
    overflow-x: auto;
  }

  .home-agent-hero-module__4ddpXa__promptExamples button {
    flex: 0 0 240px;
  }
}

@media (max-width: 767px) {
  .home-agent-hero-module__4ddpXa__hero {
    min-height: calc(100svh - 62px);
    padding: 48px 14px 34px;
  }

  .home-agent-hero-module__4ddpXa__heroTitle {
    font-size: 42px;
    line-height: 1.14;
  }

  .home-agent-hero-module__4ddpXa__heroSubtitle {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.7;
  }

  .home-agent-hero-module__4ddpXa__agentStage {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 118px;
  }

  .home-agent-hero-module__4ddpXa__agentCard {
    border-radius: 24px;
    min-height: 304px;
  }

  .home-agent-hero-module__4ddpXa__inputArea {
    padding: 23px 18px 0;
  }

  .home-agent-hero-module__4ddpXa__agentTextarea {
    min-height: 82px;
    font-size: 15px;
  }

  .home-agent-hero-module__4ddpXa__promptExamples {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 14px;
    display: grid;
    overflow: visible;
  }

  .home-agent-hero-module__4ddpXa__promptExamples button {
    width: 100%;
    height: 40px;
    padding: 0 6px;
    font-size: 12px;
  }

  .home-agent-hero-module__4ddpXa__agentToolbar {
    gap: 10px;
    margin-top: 18px;
    padding: 0 14px 18px;
  }

  .home-agent-hero-module__4ddpXa__creationModes button {
    min-width: 46px;
    height: 46px;
    padding: 0;
  }

  .home-agent-hero-module__4ddpXa__creationModes {
    gap: 6px;
    overflow: visible;
  }

  .home-agent-hero-module__4ddpXa__modeLabel {
    display: none;
  }

  .home-agent-hero-module__4ddpXa__modeIcon {
    width: 28px;
    height: 28px;
  }

  .home-agent-hero-module__4ddpXa__agentTools {
    gap: 6px;
  }

  .home-agent-hero-module__4ddpXa__agentTools button {
    width: 44px;
    height: 44px;
  }

  .home-agent-hero-module__4ddpXa__agentTools .home-agent-hero-module__4ddpXa__sendButton {
    width: 48px;
    height: 48px;
  }

  .home-agent-hero-module__4ddpXa__agentRing {
    width: 130%;
    height: 190px;
    top: 218px;
  }

  .home-agent-hero-module__4ddpXa__ringOuter {
    height: 142px;
    top: 16px;
  }

  .home-agent-hero-module__4ddpXa__ringMiddle {
    height: 108px;
    top: 34px;
  }

  .home-agent-hero-module__4ddpXa__ringInner {
    height: 78px;
    top: 49px;
  }

  .home-agent-hero-module__4ddpXa__ringGround {
    height: 100px;
    top: 50px;
  }

  .home-agent-hero-module__4ddpXa__artifactAgent {
    --artifact-origin-x: 150px;
    --artifact-origin-y: 26px;
    border-radius: 12px;
    width: 34px;
    height: 34px;
    top: 210px;
    left: 22px;
  }

  .home-agent-hero-module__4ddpXa__artifactImage {
    --artifact-origin-x: 70px;
    --artifact-origin-y: 26px;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    display: block;
    top: 216px;
    left: 96px;
  }

  .home-agent-hero-module__4ddpXa__artifactVideo {
    --artifact-origin-x: -70px;
    --artifact-origin-y: 26px;
    border-radius: 11px;
    width: 32px;
    height: 32px;
    top: 214px;
    right: 96px;
  }

  .home-agent-hero-module__4ddpXa__artifactAudio {
    --artifact-origin-x: -150px;
    --artifact-origin-y: 26px;
    border-radius: 10px;
    width: 28px;
    height: 28px;
    display: block;
    top: 216px;
    right: 22px;
  }

  .home-agent-hero-module__4ddpXa__floatingArtifact {
    z-index: 3;
  }
}

@media (max-width: 420px) {
  .home-agent-hero-module__4ddpXa__heroTitle {
    font-size: 38px;
  }

  .home-agent-hero-module__4ddpXa__agentTools button:first-child {
    width: 42px;
  }

  .home-agent-hero-module__4ddpXa__agentTools .home-agent-hero-module__4ddpXa__sendButton {
    width: 46px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-agent-hero-module__4ddpXa__floatingArtifact {
    animation: none;
  }

  .home-agent-hero-module__4ddpXa__agentCard, .home-agent-hero-module__4ddpXa__promptExamples button, .home-agent-hero-module__4ddpXa__creationModes button, .home-agent-hero-module__4ddpXa__agentTools button {
    transition: none;
  }
}

/* [project]/src/app/home/home.module.css [app-client] (css) */
.home-module__gsEHRa__root {
  --home-bg: #f9fbff;
  --home-section-bg: #ffffffe6;
  --home-surface: #ffffffc7;
  --home-surface-strong: #fff;
  --home-text: #10182f;
  --home-muted: #65708a;
  --home-border: #7084bd38;
  --home-card-border: #5e78cd40;
  --home-control-border: #657bb533;
  --home-divider: #6981be14;
  --home-card-highlight: #fffffff5;
  --home-ring-core: #ffffffe6;
  --home-ring-blue: #4f6cff61;
  --home-ring-violet: #9757ff38;
  --home-nav-glass: #fff9;
  --home-nav-glass-border: #6f85c433;
  --home-primary-start: #1768ff;
  --home-primary-end: #8047ef;
  --home-glow: #5264ff4d;
  --home-shadow: 0 24px 70px #32488a24;
  --home-header: #fbfcffe6;
  color: var(--home-text);
  letter-spacing: 0;
  scroll-behavior: smooth;
  background: radial-gradient(74% 42% at 50% 14%, #7597ff21, #0000 70%), linear-gradient(#fbfdff 0%, #f7f9ff 38%, #fff 100%);
}

.dark .home-module__gsEHRa__root {
  --home-bg: #031027;
  --home-section-bg: #030f22ed;
  --home-surface: #081a38b3;
  --home-surface-strong: #071a36;
  --home-text: #f4f7ff;
  --home-muted: #9aa8c4;
  --home-border: #7b9aff3d;
  --home-card-border: #7190ff61;
  --home-control-border: #849add4d;
  --home-divider: #7e97dc1c;
  --home-card-highlight: #aec8ff2e;
  --home-ring-core: #89b8ffe6;
  --home-ring-blue: #2067ffdb;
  --home-ring-violet: #9139ffa8;
  --home-nav-glass: #1126499e;
  --home-nav-glass-border: #7d99f438;
  --home-primary-start: #126eff;
  --home-primary-end: #8b42ef;
  --home-glow: #465bff80;
  --home-shadow: 0 28px 82px #00000061;
  --home-header: #030e20d1;
  background: radial-gradient(72% 42% at 50% 16%, #204ca738, #0000 72%), radial-gradient(circle at 13% 18%, #3e56d31f 1px, #0000 1.5px) 0 0 / 42px 42px, radial-gradient(circle at 78% 10%, #a2b4ff26 1px, #0000 1.5px) 0 0 / 58px 58px, linear-gradient(#020b1d 0%, #031127 52%, #04142d 100%);
}

.home-module__gsEHRa__root *, .home-module__gsEHRa__root :before, .home-module__gsEHRa__root :after {
  box-sizing: border-box;
}

.home-module__gsEHRa__root button, .home-module__gsEHRa__root a, .home-module__gsEHRa__root textarea, .home-module__gsEHRa__root select {
  letter-spacing: 0;
}

.home-module__gsEHRa__root button:focus-visible, .home-module__gsEHRa__root a:focus-visible, .home-module__gsEHRa__root textarea:focus-visible, .home-module__gsEHRa__root select:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #5271ff;
}

.home-module__gsEHRa__header {
  background: var(--home-header);
  z-index: 50;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid #0000;
  position: sticky;
  top: 0;
}

.home-module__gsEHRa__header:after {
  background: linear-gradient(90deg, transparent, var(--home-border), transparent);
  content: "";
  opacity: .72;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.home-module__gsEHRa__headerInner {
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 22px;
  max-width: 1380px;
  height: 80px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
}

.home-module__gsEHRa__brand, .home-module__gsEHRa__footerLogo {
  color: var(--home-text);
  align-items: center;
  gap: 11px;
  min-width: 0;
  font-size: 21px;
  font-weight: 760;
  display: inline-flex;
}

.home-module__gsEHRa__brand span, .home-module__gsEHRa__footerLogo span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.home-module__gsEHRa__brandLogo {
  width: 38px;
  height: 38px;
}

.home-module__gsEHRa__desktopNav {
  isolation: isolate;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 4px;
  transition: background-color .18s;
  display: flex;
  position: relative;
}

.home-module__gsEHRa__desktopNav:hover {
  background: #ffffff3d;
  border-radius: 16px;
}

.dark .home-module__gsEHRa__desktopNav:hover {
  background: #ffffff09;
}

.home-module__gsEHRa__navGlassIndicator {
  pointer-events: none;
  z-index: 0;
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
  backdrop-filter: blur(18px) saturate(1.25);
  background: linear-gradient(#fffc, #f8f9ff94), linear-gradient(135deg, #668cff1a, #8b5df61a);
  border: 1px solid #5462971a;
  border-radius: 12px;
  transition: left .42s cubic-bezier(.16, 1, .3, 1), width .42s cubic-bezier(.16, 1, .3, 1), opacity .16s;
  position: absolute;
  top: 4px;
  bottom: 4px;
  box-shadow: inset 0 1px #ffffffe6, 0 8px 22px #303b7017;
}

.dark .home-module__gsEHRa__navGlassIndicator {
  background: linear-gradient(#ffffff21, #fff1), linear-gradient(135deg, #577eff1f, #9153f61f);
  border-color: #ffffff1a;
  box-shadow: inset 0 1px #ffffff24, 0 8px 22px #00000038;
}

.home-module__gsEHRa__navLink {
  color: var(--home-text);
  cursor: pointer;
  white-space: nowrap;
  z-index: 1;
  background: none;
  border: 0;
  border-radius: 12px;
  align-items: center;
  height: 44px;
  padding: 0 18px;
  font-size: 15px;
  font-weight: 600;
  transition: color .16s;
  display: inline-flex;
  position: relative;
}

.home-module__gsEHRa__navLink:hover {
  color: #5268ff;
}

.home-module__gsEHRa__headerActions {
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.home-module__gsEHRa__themeButton, .home-module__gsEHRa__mobileMenuButton {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  color: var(--home-text);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  transition: background .16s, border-color .16s;
  display: inline-flex;
}

.home-module__gsEHRa__themeButton svg, .home-module__gsEHRa__mobileMenuButton svg {
  width: 18px;
  height: 18px;
}

.home-module__gsEHRa__primarySmallButton {
  cursor: pointer;
  white-space: nowrap;
  height: 46px;
  box-shadow: 0 9px 24px color-mix(in srgb, var(--home-glow) 65%, transparent);
  color: #fff;
  background: linear-gradient(135deg, #356fff 0%, #5d4cff 56%, #7934f5 100%);
  border: 0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  min-width: 108px;
  padding: 0 22px;
  font-size: 15px;
  font-weight: 650;
  transition: opacity .16s, transform .16s;
  display: inline-flex;
}

.home-module__gsEHRa__primarySmallButton svg {
  width: 15px;
  height: 15px;
}

.home-module__gsEHRa__primarySmallButton:hover {
  opacity: .9;
  transform: translateY(-1px);
}

.home-module__gsEHRa__mobileMenuButton, .home-module__gsEHRa__mobileNav {
  display: none;
}

.home-module__gsEHRa__ctaCrystal {
  clip-path: polygon(50% 0, 95% 26%, 80% 82%, 36% 100%, 0 58%, 13% 16%);
  filter: drop-shadow(0 14px 18px #4e5dcd38);
  opacity: .55;
  background: linear-gradient(135deg, #ffffffdb, #5c6fffc7 48%, #9653efb8);
  position: absolute;
}

.dark .home-module__gsEHRa__ctaCrystal {
  opacity: .78;
}

.home-module__gsEHRa__contentBand {
  background: var(--home-section-bg);
  border-top: 1px solid var(--home-border);
  border-radius: 24px 24px 0 0;
  position: relative;
}

.home-module__gsEHRa__section {
  max-width: 1380px;
  margin: 0 auto;
  padding: 78px 32px 0;
}

.home-module__gsEHRa__contentBand > .home-module__gsEHRa__section:first-child {
  padding-top: 24px;
}

.home-module__gsEHRa__contentBand > .home-module__gsEHRa__section:first-child .home-module__gsEHRa__stepsGrid {
  margin-top: 22px;
}

.home-module__gsEHRa__sectionHeading {
  text-align: center;
}

.home-module__gsEHRa__sectionHeading h2 {
  color: var(--home-text);
  margin: 0;
  font-size: 34px;
  font-weight: 780;
  line-height: 1.2;
}

.home-module__gsEHRa__sectionHeading p {
  color: var(--home-muted);
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.home-module__gsEHRa__stepsGrid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
  margin-top: 38px;
  display: grid;
}

.home-module__gsEHRa__stepCard {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  box-shadow: 0 12px 32px color-mix(in srgb, var(--home-glow) 18%, transparent);
  border-radius: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 13px;
  min-height: 132px;
  padding: 20px;
  display: grid;
  position: relative;
}

.home-module__gsEHRa__stepCard:not(:last-child):after {
  content: "";
  border-top: 2px dashed #5f6fff9e;
  width: 25px;
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
}

.home-module__gsEHRa__stepNumber {
  color: #0000;
  background: linear-gradient(120deg, #336dff, #8b49ee);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 30px;
  font-weight: 800;
}

.home-module__gsEHRa__stepCard h3, .home-module__gsEHRa__advantages h3, .home-module__gsEHRa__workTitle {
  color: var(--home-text);
}

.home-module__gsEHRa__stepCard h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 720;
}

.home-module__gsEHRa__stepCard p {
  color: var(--home-muted);
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.65;
}

.home-module__gsEHRa__stepCard > svg {
  color: #536cff;
  width: 30px;
  height: 30px;
}

.home-module__gsEHRa__galleryMore a {
  border: 1px solid var(--home-border);
  color: var(--home-text);
  border-radius: 10px;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 14px;
  font-size: 13px;
  font-weight: 650;
  transition: background .16s, transform .16s;
  display: inline-flex;
}

.home-module__gsEHRa__galleryMore a:hover {
  background: color-mix(in srgb, var(--home-text) 7%, transparent);
  transform: translateY(-1px);
}

.home-module__gsEHRa__galleryMore svg {
  width: 14px;
  height: 14px;
}

.home-module__gsEHRa__galleryTabs {
  scrollbar-width: none;
  justify-content: center;
  gap: 9px;
  margin: 28px auto 0;
  padding: 3px;
  display: flex;
  overflow-x: auto;
}

.home-module__gsEHRa__galleryTabs::-webkit-scrollbar {
  display: none;
}

.home-module__gsEHRa__galleryTabs button {
  border: 1px solid var(--home-border);
  color: var(--home-muted);
  cursor: pointer;
  background: none;
  border-radius: 999px;
  flex: none;
  min-width: 90px;
  height: 38px;
  padding: 0 17px;
  font-size: 13px;
  transition: background .16s, color .16s, border-color .16s;
}

.home-module__gsEHRa__galleryTabs button:hover {
  color: var(--home-text);
}

.home-module__gsEHRa__galleryTabs button.home-module__gsEHRa__galleryTabActive, .home-module__gsEHRa__galleryTabs button.home-module__gsEHRa__galleryTabActive:hover, .home-module__gsEHRa__galleryTabs button.home-module__gsEHRa__galleryTabActive:focus-visible, .home-module__gsEHRa__galleryTabs button[aria-selected="true"] {
  background: linear-gradient(120deg, var(--home-primary-start), var(--home-primary-end));
  box-shadow: 0 8px 18px color-mix(in srgb, var(--home-glow) 65%, transparent);
  color: #fff;
  border-color: #0000;
}

.home-module__gsEHRa__galleryPanel {
  min-height: 310px;
  margin-top: 24px;
}

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

.home-module__gsEHRa__galleryGrid > :nth-child(n+9) {
  display: none;
}

.home-module__gsEHRa__workCard {
  background: var(--home-surface);
  border: 1px solid var(--home-border);
  border-radius: 10px;
  min-width: 0;
  transition: border-color .18s, box-shadow .18s, transform .18s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 22px #1c2a5514;
}

.home-module__gsEHRa__workCard:hover {
  border-color: color-mix(in srgb, #5470ff 55%, var(--home-border));
  box-shadow: 0 16px 36px color-mix(in srgb, var(--home-glow) 25%, transparent);
  transform: translateY(-3px);
}

.home-module__gsEHRa__workMedia {
  aspect-ratio: 4 / 3;
  background: color-mix(in srgb, var(--home-surface-strong) 72%, #637cff 6%);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  border: 0;
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-module__gsEHRa__workImageWrap {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.home-module__gsEHRa__workImage {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.home-module__gsEHRa__workCard:hover .home-module__gsEHRa__workImage {
  transform: scale(1.025);
}

.home-module__gsEHRa__duration {
  color: #fff;
  background: #060d22b8;
  border-radius: 6px;
  padding: 5px 7px;
  font-size: 10px;
  line-height: 1;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.home-module__gsEHRa__playIcon {
  color: #fff;
  background: #040a1a8a;
  border: 1px solid #ffffffc7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-module__gsEHRa__playIcon svg {
  width: 17px;
  height: 17px;
  margin-left: 2px;
}

.home-module__gsEHRa__mediaFallback {
  color: var(--home-muted);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 100%;
  font-size: 12px;
  display: flex;
}

.home-module__gsEHRa__mediaFallback svg {
  width: 24px;
  height: 24px;
}

.home-module__gsEHRa__workBody {
  opacity: 0;
  pointer-events: none;
  background: none;
  padding: 16px 14px 14px;
  transition: opacity .18s, transform .18s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(8px);
}

.home-module__gsEHRa__workCard:hover .home-module__gsEHRa__workBody, .home-module__gsEHRa__workCard:focus-within .home-module__gsEHRa__workBody {
  opacity: 1;
  transform: translateY(0);
}

.home-module__gsEHRa__workTitle {
  color: #fff;
  text-shadow: 0 1px 4px #060d22b8;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 680;
  display: block;
  overflow: hidden;
}

.home-module__gsEHRa__gallerySkeleton {
  aspect-ratio: 4 / 3;
  background: color-mix(in srgb, var(--home-surface-strong) 75%, #657cff 6%);
  border: 1px solid var(--home-border);
  border-radius: 10px;
  height: auto;
  animation: 1.35s ease-in-out infinite home-module__gsEHRa__home-skeleton;
  overflow: hidden;
}

.home-module__gsEHRa__gallerySkeleton span {
  background: color-mix(in srgb, var(--home-text) 7%, transparent);
  height: 72%;
  display: block;
}

.home-module__gsEHRa__gallerySkeleton i {
  background: color-mix(in srgb, var(--home-text) 8%, transparent);
  border-radius: 999px;
  width: 70%;
  height: 8px;
  margin: 12px;
  display: block;
}

.home-module__gsEHRa__gallerySkeleton i:last-child {
  width: 42%;
  margin-top: -5px;
}

.home-module__gsEHRa__galleryState {
  border: 1px dashed var(--home-border);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 30px;
  display: flex;
}

.home-module__gsEHRa__galleryState > span {
  background: color-mix(in srgb, var(--home-text) 6%, transparent);
  color: #5f6fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.home-module__gsEHRa__galleryState svg {
  width: 22px;
  height: 22px;
}

.home-module__gsEHRa__galleryState h3 {
  color: var(--home-text);
  margin: 16px 0 0;
  font-size: 17px;
}

.home-module__gsEHRa__galleryState p {
  color: var(--home-muted);
  margin: 8px 0 0;
  font-size: 13px;
}

.home-module__gsEHRa__galleryState button {
  background: var(--home-text);
  color: var(--home-bg);
  cursor: pointer;
  border: 0;
  border-radius: 9px;
  height: 40px;
  margin-top: 18px;
  padding: 0 18px;
  font-weight: 650;
}

.home-module__gsEHRa__galleryMore {
  justify-content: center;
  margin-top: 22px;
  display: flex;
}

.home-module__gsEHRa__advantages {
  border: 1px solid var(--home-border);
  border-radius: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1316px;
  margin: 74px auto 0;
  display: grid;
  overflow: hidden;
}

.home-module__gsEHRa__advantages article {
  align-items: center;
  gap: 14px;
  min-height: 112px;
  padding: 20px 28px;
  display: flex;
}

.home-module__gsEHRa__advantages article + article {
  border-left: 1px solid var(--home-border);
}

.home-module__gsEHRa__advantages article > span {
  color: #586eff;
  background: #586eff21;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.home-module__gsEHRa__advantages svg {
  width: 26px;
  height: 26px;
}

.home-module__gsEHRa__advantages h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 740;
}

.home-module__gsEHRa__advantages p {
  color: var(--home-muted);
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.home-module__gsEHRa__cta {
  background: linear-gradient(100deg, #2a69ff21, #8248ee33), var(--home-surface);
  border: 1px solid color-mix(in srgb, #5a70ff 44%, var(--home-border));
  text-align: center;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  gap: 34px;
  max-width: 1316px;
  min-height: 140px;
  margin: 28px auto 0;
  padding: 28px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-module__gsEHRa__cta > div {
  z-index: 2;
  position: relative;
}

.home-module__gsEHRa__cta h2 {
  color: var(--home-text);
  margin: 0;
  font-size: 30px;
  font-weight: 780;
  line-height: 1.2;
}

.home-module__gsEHRa__cta p {
  color: var(--home-muted);
  margin: 10px 0 0;
  font-size: 14px;
}

.home-module__gsEHRa__cta > button {
  background: linear-gradient(120deg, var(--home-primary-start), var(--home-primary-end));
  box-shadow: 0 10px 26px color-mix(in srgb, var(--home-glow) 68%, transparent);
  color: #fff;
  cursor: pointer;
  z-index: 2;
  border: 0;
  border-radius: 12px;
  flex: none;
  align-items: center;
  gap: 7px;
  height: 48px;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.home-module__gsEHRa__cta button svg {
  width: 16px;
  height: 16px;
}

.home-module__gsEHRa__ctaCrystal {
  width: 86px;
  height: 86px;
}

.home-module__gsEHRa__ctaCrystalLeft {
  bottom: -30px;
  left: 55px;
  transform: rotate(-12deg);
}

.home-module__gsEHRa__ctaCrystalRight {
  top: -26px;
  right: 58px;
  transform: rotate(21deg);
}

.home-module__gsEHRa__footer {
  border-top: 1px solid var(--home-border);
  margin-top: 46px;
  padding: 46px 32px 28px;
}

.home-module__gsEHRa__footerGrid {
  grid-template-columns: minmax(260px, 1.15fr) minmax(480px, 1fr);
  gap: clamp(52px, 7vw, 112px);
  max-width: 1316px;
  margin: 0 auto;
  display: grid;
}

.home-module__gsEHRa__footerBrand {
  min-width: 0;
}

.home-module__gsEHRa__footerBrand p {
  color: var(--home-muted);
  max-width: 420px;
  margin: 16px 0 0;
  font-size: 13px;
  line-height: 1.8;
}

.home-module__gsEHRa__footerSocials {
  gap: 8px;
  margin-top: 18px;
  display: flex;
}

.home-module__gsEHRa__footerSocials a {
  border: 1px solid var(--home-border);
  color: var(--home-muted);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: background .16s, color .16s;
  display: flex;
}

.home-module__gsEHRa__footerSocials a:hover {
  background: color-mix(in srgb, var(--home-text) 7%, transparent);
  color: var(--home-text);
}

.home-module__gsEHRa__footerSocials svg {
  width: 15px;
  height: 15px;
}

.home-module__gsEHRa__footerNavigation {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 36px;
  display: grid;
}

.home-module__gsEHRa__footerColumn {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.home-module__gsEHRa__footerColumn h2 {
  color: var(--home-text);
  margin: 0 0 3px;
  font-size: 14px;
  font-weight: 720;
}

.home-module__gsEHRa__footerColumn a, .home-module__gsEHRa__footerColumn button {
  color: var(--home-muted);
  cursor: pointer;
  text-align: left;
  background: none;
  border: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.4;
  transition: color .16s;
}

.home-module__gsEHRa__footerColumn a:hover, .home-module__gsEHRa__footerColumn button:hover {
  color: var(--home-text);
}

.home-module__gsEHRa__footerBottom {
  border-top: 1px solid var(--home-border);
  color: var(--home-muted);
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  max-width: 1316px;
  margin: 36px auto 0;
  padding-top: 22px;
  font-size: 12px;
  display: flex;
}

.home-module__gsEHRa__footerBottom div {
  gap: 20px;
  margin-left: auto;
  display: flex;
}

.home-module__gsEHRa__footerBottom a {
  color: var(--home-muted);
}

.home-module__gsEHRa__footerBottom a:hover {
  color: var(--home-text);
}

@keyframes home-module__gsEHRa__home-skeleton {
  0%, 100% {
    opacity: .58;
  }

  50% {
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .home-module__gsEHRa__headerInner {
    gap: 10px;
    padding: 0 22px;
  }

  .home-module__gsEHRa__navLink {
    padding: 0 9px;
    font-size: 13px;
  }

  .home-module__gsEHRa__brand {
    font-size: 18px;
  }

  .home-module__gsEHRa__primarySmallButton {
    padding: 0 14px;
  }

  .home-module__gsEHRa__stepsGrid {
    gap: 24px;
  }

  .home-module__gsEHRa__stepCard:not(:last-child):after {
    width: 14px;
    left: calc(100% + 5px);
  }

  .home-module__gsEHRa__stepCard {
    padding: 17px;
  }

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

  .home-module__gsEHRa__galleryGrid > :nth-child(n+7) {
    display: none;
  }

  .home-module__gsEHRa__footerGrid {
    gap: 28px;
  }
}

@media (max-width: 920px) {
  .home-module__gsEHRa__headerInner {
    grid-template-columns: minmax(0, 1fr) auto;
    height: 66px;
  }

  .home-module__gsEHRa__desktopNav {
    display: none;
  }

  .home-module__gsEHRa__mobileMenuButton {
    display: inline-flex;
  }

  .home-module__gsEHRa__mobileNav {
    background: var(--home-header);
    border-bottom: 1px solid var(--home-border);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    gap: 3px;
    padding: 10px 22px 18px;
    display: grid;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
  }

  .home-module__gsEHRa__mobileNav > a, .home-module__gsEHRa__mobileNav > button {
    color: var(--home-text);
    background: none;
    border: 0;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    padding: 0 10px;
    font-size: 14px;
    display: flex;
  }

  .home-module__gsEHRa__mobileNav > a:hover, .home-module__gsEHRa__mobileNav > button:hover {
    background: color-mix(in srgb, var(--home-text) 6%, transparent);
  }

  .home-module__gsEHRa__mobileNav svg {
    width: 16px;
    height: 16px;
  }

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

  .home-module__gsEHRa__stepCard:not(:last-child):after {
    display: none;
  }

  .home-module__gsEHRa__advantages article {
    padding: 18px;
  }

  .home-module__gsEHRa__footerGrid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .home-module__gsEHRa__footerNavigation {
    max-width: 680px;
  }
}

@media (max-width: 767px) {
  .home-module__gsEHRa__headerInner {
    height: 62px;
    padding: 0 14px;
  }

  .home-module__gsEHRa__brandLogo {
    width: 30px;
    height: 30px;
  }

  .home-module__gsEHRa__brand {
    font-size: 15px;
  }

  .home-module__gsEHRa__headerActions > .home-module__gsEHRa__primarySmallButton {
    display: none;
  }

  .home-module__gsEHRa__themeButton, .home-module__gsEHRa__mobileMenuButton {
    width: 44px;
    height: 44px;
  }

  .home-module__gsEHRa__mobileNav {
    padding-inline: 14px;
    top: 62px;
  }

  .home-module__gsEHRa__contentBand {
    border-radius: 18px 18px 0 0;
  }

  .home-module__gsEHRa__section {
    padding: 60px 14px 0;
  }

  .home-module__gsEHRa__sectionHeading h2 {
    font-size: 28px;
  }

  .home-module__gsEHRa__sectionHeading p {
    margin-top: 8px;
    font-size: 14px;
  }

  .home-module__gsEHRa__stepsGrid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .home-module__gsEHRa__stepCard {
    min-height: 112px;
  }

  .home-module__gsEHRa__galleryTabs {
    justify-content: flex-start;
    margin-inline: -14px;
    padding-inline: 14px;
  }

  .home-module__gsEHRa__galleryTabs button {
    min-width: 90px;
    height: 44px;
  }

  .home-module__gsEHRa__galleryPanel {
    min-height: 230px;
    margin-top: 18px;
  }

  .home-module__gsEHRa__galleryGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .home-module__gsEHRa__galleryGrid > :nth-child(n+5) {
    display: none;
  }

  .home-module__gsEHRa__advantages {
    grid-template-columns: 1fr 1fr;
    margin: 58px 14px 0;
  }

  .home-module__gsEHRa__advantages article {
    min-height: 96px;
    padding: 14px;
  }

  .home-module__gsEHRa__advantages article + article {
    border-left: 0;
  }

  .home-module__gsEHRa__advantages article:nth-child(2n) {
    border-left: 1px solid var(--home-border);
  }

  .home-module__gsEHRa__advantages article:nth-child(n+3) {
    border-top: 1px solid var(--home-border);
  }

  .home-module__gsEHRa__advantages article > span {
    width: 42px;
    height: 42px;
  }

  .home-module__gsEHRa__advantages svg {
    width: 21px;
    height: 21px;
  }

  .home-module__gsEHRa__advantages h3 {
    font-size: 14px;
  }

  .home-module__gsEHRa__advantages p {
    font-size: 11px;
  }

  .home-module__gsEHRa__cta {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    min-height: 0;
    margin: 18px 14px 0;
    padding: 30px 18px;
  }

  .home-module__gsEHRa__cta h2 {
    font-size: 26px;
  }

  .home-module__gsEHRa__cta p {
    line-height: 1.7;
  }

  .home-module__gsEHRa__cta > button {
    height: 48px;
  }

  .home-module__gsEHRa__ctaCrystalLeft {
    left: -20px;
  }

  .home-module__gsEHRa__ctaCrystalRight {
    right: -20px;
  }

  .home-module__gsEHRa__footer {
    margin-top: 34px;
    padding: 30px 14px 22px;
  }

  .home-module__gsEHRa__footerGrid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .home-module__gsEHRa__footerBrand p {
    grid-column: 1 / -1;
    margin-top: 12px;
    line-height: 1.7;
  }

  .home-module__gsEHRa__footerBrand {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 14px;
    display: grid;
  }

  .home-module__gsEHRa__footerSocials {
    grid-area: 1 / 2;
    margin-top: 0;
  }

  .home-module__gsEHRa__footerNavigation {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: none;
  }

  .home-module__gsEHRa__footerColumn {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px 16px;
    width: 100%;
    display: grid;
  }

  .home-module__gsEHRa__footerColumn h2 {
    grid-column: 1 / -1;
    margin-bottom: 3px;
    font-size: 14px;
  }

  .home-module__gsEHRa__footerColumn a, .home-module__gsEHRa__footerColumn button {
    align-items: center;
    min-height: 34px;
    line-height: 1.55;
    display: flex;
  }

  .home-module__gsEHRa__footerBottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 22px;
    padding-top: 18px;
  }

  .home-module__gsEHRa__footerBottom div {
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 430px) {
  .home-module__gsEHRa__headerActions {
    gap: 6px;
  }

  .home-module__gsEHRa__galleryGrid {
    gap: 9px;
  }

  .home-module__gsEHRa__duration {
    bottom: 6px;
    right: 6px;
  }

  .home-module__gsEHRa__playIcon {
    width: 38px;
    height: 38px;
  }

  .home-module__gsEHRa__advantages article {
    gap: 9px;
    padding: 12px 10px;
  }

  .home-module__gsEHRa__advantages article > span {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-module__gsEHRa__root {
    scroll-behavior: auto;
  }

  .home-module__gsEHRa__root *, .home-module__gsEHRa__root :before, .home-module__gsEHRa__root :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*# sourceMappingURL=src_app_home_05kptxq._.css.map*/