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

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

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

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

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

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

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

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

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

/* [project]/app/globals.css [app-client] (css) */
:root {
  --ink: #1f2229;
  --ink-mid: #252b34;
  --ink-light: #2d3441;
  --sky: #38bdf8;
  --sky-dim: #38bdf826;
  --teal: #14dcb4;
  --teal-dim: #14dcb41f;
  --gold: #f0b429;
  --text-primary: #f1f5f9;
  --text-muted: #64748b;
  --text-subtle: #334155;
  --glass: #ffffff0a;
  --glass-hover: #ffffff12;
  --border: #ffffff14;
  --border-hover: #ffffff29;
  --success: #22c55e;
  --error: #ef4444;
  --warning: #f59e0b;
  --primary: var(--sky);
  --primary-dark: #0ea5e9;
  --bg-dark: var(--ink);
  --bg-modal: #ffffff0d;
  --text-light: var(--text-primary);
  --glass-border: var(--border);
}

*, :before, :after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  min-height: 100vh;
  overflow-x: hidden;
  height: auto !important;
  overflow-y: auto !important;
}

body {
  position: relative;
  overflow-y: auto !important;
}

main, .hero, section, footer {
  position: relative;
  overflow: visible;
}

@media (max-width: 1024px) {
  .hero {
    text-align: center;
    grid-template-columns: 1fr;
    padding: 100px 40px 60px;
  }

  .hero-text {
    order: 2;
  }

  .hero-globe {
    order: 1;
    margin-bottom: 40px;
    display: block !important;
  }

  .globe-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }

  .hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-actions, .hero-langs {
    justify-content: center;
  }

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

  .feature-card.large {
    grid-area: auto / 1 / auto / 3;
  }

  .stats-strip {
    grid-template-columns: repeat(2, 1fr);
    padding: 32px 40px;
  }

  .stat-item:nth-child(2) {
    border-right: none;
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .steps:before {
    display: none;
  }

  .section, .how-section {
    padding: 70px 40px;
  }

  footer {
    text-align: center;
    flex-direction: column;
    gap: 24px;
  }

  nav {
    padding: 16px 24px;
  }

  [style*="display: grid"][style*="1fr auto 1fr"] {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  [style*="center divider"] {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 80px 20px 40px;
  }

  .hero h1 {
    font-size: 2.5rem;
  }

  .hero-sub {
    padding: 0 10px;
    font-size: 1rem;
  }

  .nav-links {
    display: none !important;
  }

  .globe-wrapper {
    max-width: 280px;
  }

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

  .feature-card.large {
    grid-column: 1;
  }

  .stats-strip {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .stat-item {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 15px 20px;
  }

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

  .steps {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .section, .how-section {
    padding: 50px 20px;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .feature-card {
    padding: 24px;
  }

  .translation-card {
    display: none !important;
  }

  .btn-primary, .btn-secondary {
    padding: 12px 24px;
    font-size: .9rem;
  }

  .join-input {
    width: 160px;
    padding: 12px 16px;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

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

  .join-input-row {
    width: 100%;
  }

  .join-input {
    flex: 1;
  }

  .footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .lang-chip {
    padding: 4px 10px;
    font-size: .7rem;
  }
}

.how-it-works-grid {
  grid-template-columns: 1fr auto 1fr;
  align-items: start;
  gap: 0 32px;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
}

@media (max-width: 1024px) {
  .how-it-works-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .how-it-works-divider {
    display: none;
  }
}

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

  .hero-eyebrow {
    font-size: .7rem;
  }

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

  .feature-title {
    font-size: 1rem;
  }

  .feature-desc {
    font-size: .8rem;
  }

  .stat-num {
    font-size: 1.8rem;
  }

  .stat-label {
    font-size: .7rem;
  }

  .footer-brand img {
    height: 50px;
  }
}

body.meeting-active {
  overflow: hidden;
}

body:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(55% 45% at 15% 20%, #38bdf812 0%, #0000 65%), radial-gradient(40% 50% at 85% 80%, #14dcb40d 0%, #0000 60%), linear-gradient(160deg, #1f2229 0%, #252b34 50%, #1f2229 100%);
  animation: 24s ease-in-out infinite bgPulse;
  position: fixed;
  inset: 0;
}

@keyframes bgPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .85;
    transform: scale(1.02);
  }
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -.03em;
  color: var(--text-primary);
  font-family: Syne, sans-serif;
  line-height: 1.1;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: var(--ink-mid);
}

::-webkit-scrollbar-thumb {
  background: #38bdf840;
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: #38bdf873;
}

:focus-visible {
  outline: 2px solid var(--sky);
  outline-offset: 3px;
  border-radius: 4px;
}

#language-modal {
  z-index: 20000;
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  backdrop-filter: blur(18px) saturate(1.4);
  background: #05060fbf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal-content {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border: 1px solid var(--border-hover);
  text-align: center;
  background: #1f2229f2;
  border-radius: 28px;
  width: 92%;
  max-width: 460px;
  padding: 44px 36px;
  animation: .35s cubic-bezier(.16, 1, .3, 1) modalIn;
  box-shadow: 0 0 0 1px #38bdf814, 0 32px 64px -16px #000000b3, 0 0 80px -20px #38bdf81f;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translateY(24px)scale(.97);
  }

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

.modal-logo {
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.modal-logo-icon {
  background: linear-gradient(135deg, var(--sky), var(--teal));
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
}

.modal-logo-name {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Syne, sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
}

.modal-content h2 {
  background: linear-gradient(135deg, #fff, #94a3b8);
  -webkit-text-fill-color: transparent;
  letter-spacing: -.04em;
  -webkit-background-clip: text;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
}

.modal-content p {
  color: var(--text-muted);
  margin-bottom: 28px;
  font-size: .9rem;
  line-height: 1.6;
}

.language-select {
  border: 1px solid var(--border-hover);
  width: 100%;
  color: var(--text-primary);
  cursor: pointer;
  appearance: none;
  background: #ffffff0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2338bdf8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E") right 18px center / 16px no-repeat;
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 14px 20px;
  font-family: DM Sans, sans-serif;
  font-size: .95rem;
  font-weight: 500;
  transition: all .2s;
}

.language-select option {
  color: var(--text-primary);
  background: #0d1117;
}

.language-select:hover {
  background-color: #38bdf80f;
  border-color: #38bdf84d;
}

.language-select:focus {
  border-color: #38bdf880;
  outline: none;
  box-shadow: 0 0 0 3px #38bdf81a;
}

.lang-pills {
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
  display: flex;
}

.lang-pill {
  background: var(--glass);
  border: 1px solid var(--border);
  color: var(--text-muted);
  cursor: pointer;
  border-radius: 40px;
  padding: 6px 14px;
  font-family: DM Sans, sans-serif;
  font-size: .78rem;
  transition: all .18s;
}

.lang-pill:hover, .lang-pill.active {
  color: var(--sky);
  background: #38bdf81a;
  border-color: #38bdf859;
}

.btn-join {
  background: linear-gradient(135deg, var(--sky), var(--teal));
  width: 100%;
  color: var(--ink);
  cursor: pointer;
  border: none;
  border-radius: 50px;
  padding: 15px 32px;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .25s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 32px -6px #38bdf873;
}

.btn-join:after {
  content: "";
  opacity: 0;
  background: linear-gradient(135deg, #0000, #ffffff26);
  transition: opacity .2s;
  position: absolute;
  inset: 0;
}

.btn-join:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -8px #38bdf899;
}

.btn-join:hover:after {
  opacity: 1;
}

.btn-join:active {
  transform: translateY(0);
}

.btn-join:disabled {
  opacity: .4;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

#jitsi-container {
  z-index: 1;
  background: #000;
  position: fixed;
  inset: 0;
}

#caption-status {
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  backdrop-filter: blur(16px) saturate(1.2);
  border: 1px solid var(--border-hover);
  color: var(--text-primary);
  z-index: 10001;
  background: #05060fd1;
  border-radius: 50px;
  align-items: center;
  gap: 10px;
  padding: 9px 18px;
  font-family: DM Sans, sans-serif;
  font-size: .82rem;
  font-weight: 500;
  animation: .25s cubic-bezier(.16, 1, .3, 1) slideDown;
  display: none;
  position: fixed;
  top: 90px;
  left: 20px;
  box-shadow: 0 8px 24px -6px #00000080, 0 0 0 1px #38bdf80f;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

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

#caption-status.show {
  display: flex;
}

.status-dot {
  background: var(--warning);
  border-radius: 50%;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  transition: background .3s;
  position: relative;
}

.status-dot:after {
  content: "";
  opacity: 0;
  background: currentColor;
  border-radius: 50%;
  animation: 2s ease-out infinite ripple;
  position: absolute;
  inset: -3px;
}

@keyframes ripple {
  0% {
    opacity: .4;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

#caption-status.connected .status-dot {
  background: var(--success);
}

#caption-status.error .status-dot {
  background: var(--error);
  animation: none;
}

#caption-status.connecting .status-dot {
  background: var(--warning);
}

#selected-language-flag {
  font-size: 1rem;
  line-height: 1;
}

#caption-container {
  -webkit-backdrop-filter: blur(20px) saturate(1.3);
  backdrop-filter: blur(20px) saturate(1.3);
  color: #000;
  text-align: center;
  z-index: 10000;
  background: #ffffffe0;
  border: 1px solid #000;
  border-radius: 60px;
  width: 88%;
  max-width: 720px;
  padding: 16px 30px;
  font-family: DM Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  animation: .2s cubic-bezier(.16, 1, .3, 1) captionIn;
  display: none;
  position: fixed;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 1px #38bdf814, 0 24px 48px -12px #000000b3, 0 0 40px -10px #38bdf826;
}

@keyframes captionIn {
  from {
    opacity: 0;
    transform: translateX(-50%)translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateX(-50%)translateY(0);
  }
}

#caption-container.show {
  display: block;
}

#caption-text {
  background: linear-gradient(135deg, #000 60% 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  margin: 0;
}

#start-asr-btn {
  z-index: 10002;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--ink);
  cursor: pointer;
  background: linear-gradient(135deg, #38bdf8d9, #14dcb4bf);
  border: 1px solid #38bdf84d;
  border-radius: 50px;
  align-items: center;
  gap: 9px;
  padding: 13px 26px;
  font-family: DM Sans, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  transition: all .22s;
  animation: .5s cubic-bezier(.16, 1, .3, 1) .3s both btnEntrance;
  display: inline-flex;
  position: fixed;
  bottom: 28px;
  left: 28px;
  box-shadow: 0 10px 28px -6px #38bdf873, 0 0 0 1px #38bdf826;
}

@keyframes btnEntrance {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

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

#start-asr-btn:hover {
  background: linear-gradient(135deg, var(--sky), var(--teal));
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -6px #38bdf899, 0 0 0 1px #38bdf840;
}

#start-asr-btn:active {
  transform: translateY(0);
}

.activity-indicator {
  background: var(--text-subtle);
  z-index: 10003;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transition: background .1s, box-shadow .1s;
  position: fixed;
  bottom: 36px;
  left: 18px;
}

.activity-indicator[style*="rgb(0, 255, 0)"], .activity-indicator[style*="#0f0"] {
  box-shadow: 0 0 10px #22c55eb3;
  background: var(--success) !important;
}

#custom-logo {
  z-index: 10010;
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  backdrop-filter: blur(14px) saturate(1.3);
  background: #000;
  border-bottom-right-radius: 20px;
  align-items: center;
  gap: 12px;
  padding: 14px 22px;
  transition: background .2s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

#custom-logo img {
  object-fit: contain;
  width: auto;
  height: 60px;
  display: block;
}

#custom-logo-name {
  letter-spacing: -.02em;
  color: #fff;
  white-space: nowrap;
  font-family: Syne, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

#share-btn {
  z-index: 10002;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-hover);
  color: var(--text-primary);
  cursor: pointer;
  background: #1f2229e0;
  border-radius: 50px;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  font-family: DM Sans, sans-serif;
  font-size: .88rem;
  font-weight: 600;
  transition: all .22s;
  animation: .5s cubic-bezier(.16, 1, .3, 1) .5s both btnEntrance;
  display: inline-flex;
  position: fixed;
  bottom: 28px;
  right: 28px;
  box-shadow: 0 8px 24px -6px #0006;
}

#share-btn:hover {
  color: var(--sky);
  background: #38bdf81f;
  border-color: #38bdf859;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px -6px #00000080;
}

#share-modal-backdrop {
  z-index: 20001;
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
  background: #05060fb3;
  justify-content: center;
  align-items: center;
  animation: .2s backdropIn;
  display: flex;
  position: fixed;
  inset: 0;
}

@keyframes backdropIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#share-modal {
  border: 1px solid var(--border-hover);
  background: #1f2229f7;
  border-radius: 28px;
  width: 92%;
  max-width: 420px;
  padding: 36px;
  animation: .3s cubic-bezier(.16, 1, .3, 1) shareModalIn;
  position: relative;
  box-shadow: 0 0 0 1px #38bdf812, 0 32px 64px -12px #000c, 0 0 60px -20px #38bdf81a;
}

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

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

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

.share-modal-title {
  letter-spacing: -.03em;
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
}

.share-modal-close {
  border: 1px solid var(--border);
  width: 34px;
  height: 34px;
  color: var(--text-muted);
  cursor: pointer;
  background: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  transition: all .18s;
  display: flex;
}

.share-modal-close:hover {
  border-color: var(--border-hover);
  color: #fff;
  background: #ffffff0f;
}

.share-qr-block {
  border: 1px solid var(--border);
  background: #ffffff08;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding: 24px;
  display: flex;
}

.share-qr-block img {
  background: #fff;
  border-radius: 12px;
  width: 160px;
  height: 160px;
  padding: 8px;
  display: block;
}

.share-qr-label {
  color: var(--text-muted);
  text-align: center;
  font-size: .78rem;
  line-height: 1.4;
}

.share-divider {
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  display: flex;
}

.share-divider:before, .share-divider:after {
  content: "";
  background: var(--border);
  flex: 1;
  height: 1px;
}

.share-divider span {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--text-subtle);
  white-space: nowrap;
  font-size: .72rem;
}

.share-row {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 12px;
  display: flex;
}

.share-copy-row {
  border: 1px solid var(--border);
  background: #ffffff0a;
  border-radius: 14px;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  transition: border-color .2s;
  display: flex;
}

.share-copy-row:hover {
  border-color: #38bdf840;
}

.share-copy-icon {
  flex-shrink: 0;
  font-size: 1.1rem;
  line-height: 1;
}

.share-copy-info {
  flex: 1;
  min-width: 0;
}

.share-copy-label {
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--text-muted);
  margin-bottom: 2px;
  font-size: .7rem;
}

.share-copy-value {
  color: var(--text-primary);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .85rem;
  font-weight: 500;
  overflow: hidden;
}

.share-copy-btn {
  color: var(--sky);
  cursor: pointer;
  white-space: nowrap;
  background: #38bdf81a;
  border: 1px solid #38bdf840;
  border-radius: 10px;
  flex-shrink: 0;
  padding: 7px 14px;
  font-family: DM Sans, sans-serif;
  font-size: .78rem;
  font-weight: 600;
  transition: all .18s;
}

.share-copy-btn:hover {
  background: #38bdf82e;
  border-color: #38bdf873;
}

.share-copy-btn.copied {
  color: var(--success);
  background: #22c55e1f;
  border-color: #22c55e4d;
}

@media (max-width: 640px) {
  .modal-content {
    border-radius: 24px;
    padding: 32px 24px;
  }

  .modal-content h2 {
    font-size: 1.5rem;
  }

  #caption-container {
    border-radius: 40px;
    width: 92%;
    padding: 13px 22px;
    font-size: .95rem;
    bottom: 88px;
  }

  #start-asr-btn {
    padding: 11px 20px;
    font-size: .82rem;
    bottom: 20px;
    left: 16px;
  }

  #caption-status {
    padding: 7px 14px;
    font-size: .78rem;
    top: 12px;
    left: 12px;
  }

  #custom-logo {
    top: 12px;
    right: 12px;
  }

  #share-btn {
    padding: 10px 16px;
    font-size: .8rem;
    bottom: 20px;
    right: 16px;
  }

  #share-modal {
    border-radius: 22px;
    padding: 28px 22px;
  }

  .share-qr-block img {
    width: 130px;
    height: 130px;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__36b083e1._.css.map*/