/* [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/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --font-inter: "Inter", sans-serif;
  --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --secondary-gradient: linear-gradient(to right, #01f1c1, #185779);
  --accent-gradient: linear-gradient(to right, #e9edea, #dae4e1, rgba(255, 255, 255, .08));
  --card-bg: rgba(255, 255, 255, .05);
  --card-border: rgba(255, 255, 255, .1);
  --text-primary: #fff;
  --text-secondary: #e2e8f0;
  --text-muted: #94a3b8;
  --accent-color: #667eea;
  --success-color: #10b981;
  --error-color: #ef4444;
  --warning-color: #f59e0b;
  --glass-bg: rgba(255, 255, 255, .05);
  --glass-border: rgba(255, 255, 255, .1);
  --glass-shadow: 0 8px 32px rgba(0, 0, 0, .3);
  --backdrop-blur: blur(20px);
  --card-shadow: 0 8px 32px rgba(0, 0, 0, .3);
  --button-shadow: 0 4px 14px rgba(0, 0, 0, .15);
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
}

.light {
  --card-bg: rgba(255, 255, 255, .8);
  --card-border: rgba(0, 0, 0, .08);
  --text-primary: #1a202c;
  --text-secondary: #4a5568;
  --text-muted: #718096;
  --glass-bg: rgba(255, 255, 255, .7);
  --glass-border: rgba(255, 255, 255, .2);
  --glass-shadow: 0 8px 32px rgba(0, 0, 0, .1);
  --card-shadow: 0 8px 32px rgba(0, 0, 0, .1);
}

body {
  font-family: var(--font-inter);
  min-height: 100vh;
  color: var(--text-primary);
  background: linear-gradient(135deg, #0a1a16 0%, #12332d 40%, #185779 70%, rgba(1, 241, 193, .18) 100%);
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
}

body:before {
  content: "";
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle at 20% 80%, rgba(1, 241, 193, .1) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 80% 20%, rgba(24, 87, 121, .1) 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 40% 40%, rgba(18, 51, 45, .1) 0%, rgba(0, 0, 0, 0) 50%);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.light body {
  background: linear-gradient(312deg, #e9edea, #c6f1ed, #fff);
}

.light body:before {
  background: radial-gradient(circle at 20% 80%, #eff9f9 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 80% 20%, #edf9f8 0%, rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 40% 40%, #e2f2f7 0%, rgba(0, 0, 0, 0) 50%);
}

.app {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

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

.header {
  -webkit-backdrop-filter: var(--backdrop-blur);
  backdrop-filter: var(--backdrop-blur);
  background: var(--glass-bg);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  z-index: 100;
  padding: 20px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  display: flex;
}

.logo {
  background: var(--secondary-gradient);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 700;
}

.nav-links {
  align-items: center;
  gap: 30px;
  list-style: none;
  display: flex;
}

.nav-links a {
  color: var(--text-primary);
  white-space: nowrap;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.nav-links a:hover {
  color: var(--accent-color);
}

.header-actions {
  align-items: center;
  gap: 15px;
  display: flex;
}

.theme-toggle-header {
  margin-right: 15px;
}

.mobile-menu-btn {
  color: var(--text-primary);
  cursor: pointer;
  border-radius: var(--radius-md);
  background: none;
  border: none;
  padding: 8px;
  font-size: 24px;
  transition: background-color .3s;
  display: none;
}

.mobile-menu-btn:hover {
  background: rgba(255, 255, 255, .1);
}

.mobile-nav-overlay {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-content {
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--backdrop-blur);
  backdrop-filter: var(--backdrop-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  text-align: center;
  width: 100%;
  max-width: 100vh;
  height: 100vh;
  padding: 100px 40px;
  transition: transform .3s;
  position: relative;
  overflow: hidden;
  transform: translateY(-20px);
}

.mobile-nav-content:before {
  content: "";
  border-radius: var(--radius-lg);
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .05) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mobile-nav-content:after {
  content: "";
  background: var(--accent-gradient);
  border-radius: var(--radius-lg);
  z-index: -1;
  opacity: .3;
  filter: blur(20px);
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}

.mobile-nav-overlay.active .mobile-nav-content {
  transform: translateY(0);
}

.mobile-nav-content .nav-links {
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  display: flex;
}

.mobile-nav-content .nav-links a {
  border-radius: var(--radius-md);
  padding: 15px;
  font-size: 1.2rem;
  transition: all .3s;
}

.mobile-nav-content .nav-links a:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateX(5px);
}

.mobile-nav-close {
  color: var(--text-primary);
  cursor: pointer;
  border-radius: var(--radius-md);
  background: none;
  border: none;
  padding: 8px;
  font-size: 24px;
  transition: background-color .3s;
  position: absolute;
  top: 20px;
  right: 20px;
}

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

.main {
  flex-direction: column;
  min-height: calc(100vh - 80px);
  padding: 60px 0;
  display: flex;
}

.hero-section {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.hero-title {
  background: var(--secondary-gradient);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-subtitle {
  color: var(--text-secondary);
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
}

.bridge-card {
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--backdrop-blur);
  backdrop-filter: var(--backdrop-blur);
  box-shadow: var(--glass-shadow);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  width: 85%;
  max-width: 100%;
  margin: 40px auto 0;
  padding: 20px;
  transition: all .3s;
  position: relative;
  overflow: visible;
}

.bridge-card:before {
  content: "";
  border-radius: var(--radius-xl);
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .05) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bridge-card:after {
  content: "";
  background: var(--accent-gradient);
  border-radius: var(--radius-xl);
  z-index: -1;
  opacity: .3;
  filter: blur(20px);
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}

.bridge-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, .4);
}

.bridge-card h2 {
  text-align: center;
  color: var(--text-secondary);
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 600;
}

.custom-wormhole-widget {
  border-radius: var(--radius-lg);
  z-index: 10;
  background: none;
  width: 100%;
  max-width: 100%;
  min-height: 400px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.wormhole-connect-container {
  border-radius: var(--radius-lg);
  z-index: 10;
  background: none;
  width: 100%;
  max-width: 100%;
  min-height: 400px;
  margin: 0 auto;
  overflow: visible;
}

.wormhole-connect {
  z-index: 1000 !important;
  position: relative !important;
  overflow: visible !important;
}

.wormhole-connect * {
  overflow: visible !important;
}

.wormhole-connect [role="listbox"], .wormhole-connect [role="menu"], .wormhole-connect [role="dialog"], .wormhole-connect [role="presentation"], .wormhole-connect .MuiPopover-root, .wormhole-connect .MuiMenu-root, .wormhole-connect .MuiModal-root, .wormhole-connect .MuiDrawer-root {
  z-index: 9999 !important;
  position: relative !important;
  overflow: visible !important;
}

.bridge-error {
  color: var(--error-color);
  border: 1px solid var(--error-color);
  border-radius: var(--radius-md);
  background: rgba(239, 68, 68, .1);
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  padding: 40px;
  display: flex;
}

.bridge-error p {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

.features {
  background: rgba(255, 255, 255, .02);
  padding: 80px 0;
}

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

.feature-card {
  background: var(--glass-bg);
  box-shadow: var(--glass-shadow);
  -webkit-backdrop-filter: var(--backdrop-blur);
  backdrop-filter: var(--backdrop-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  text-align: center;
  padding: 30px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.feature-card:before {
  content: "";
  border-radius: var(--radius-lg);
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .05) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.feature-card:after {
  content: "";
  background: var(--accent-gradient);
  border-radius: var(--radius-lg);
  z-index: -1;
  opacity: .2;
  filter: blur(15px);
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, .3);
}

.feature-icon {
  background: var(--secondary-gradient);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  font-size: 24px;
  display: flex;
}

.feature-title {
  margin-bottom: 15px;
  font-size: 1.25rem;
  font-weight: 600;
}

.feature-description {
  color: var(--text-secondary);
  line-height: 1.6;
}

.footer {
  background: var(--glass-bg);
  text-align: center;
  border-top: 1px solid var(--card-border);
  margin-top: auto;
  padding: 40px 0;
}

.footer-content {
  color: var(--text-secondary);
}

.btn {
  border-radius: var(--radius-md);
  cursor: pointer;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.btn-primary {
  background: var(--secondary-gradient);
  color: #fff;
  box-shadow: var(--button-shadow);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
}

.btn-secondary {
  color: var(--text-primary);
  border: 1px solid var(--card-border);
  background: none;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, .1);
}

.theme-toggle {
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--backdrop-blur);
  backdrop-filter: var(--backdrop-blur);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  cursor: pointer;
  color: var(--text-primary);
  box-shadow: var(--glass-shadow);
  justify-content: center;
  align-items: center;
  padding: 12px;
  transition: all .3s;
  display: flex;
}

.theme-toggle:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .2);
}

.theme-toggle-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.loading {
  color: var(--text-secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.spinner {
  border: 4px solid rgba(255, 255, 255, .1);
  border-left-color: var(--accent-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  animation: 1s linear infinite spin;
}

.loading p {
  font-size: 1.1rem;
  font-weight: 500;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

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

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

.fade-in-up {
  animation: .6s ease-out fadeInUp;
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

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

  .hero-subtitle {
    font-size: 1.1rem;
  }

  .bridge-card {
    width: auto;
    max-width: 100%;
    margin: 20px;
    padding: 30px 20px;
  }

  .custom-wormhole-widget {
    min-height: 350px;
  }

  .wormhole-connect-container {
    max-width: 100%;
    min-height: 350px;
  }

  .header-content {
    flex-direction: row;
    gap: 20px;
  }

  .nav-links {
    display: none;
  }

  .mobile-menu-btn {
    display: block;
  }

  .theme-toggle-header {
    margin-right: 10px;
  }

  .logo {
    font-size: 20px;
  }

  .theme-toggle {
    padding: 10px;
  }

  .theme-toggle-icon {
    width: 18px;
    height: 18px;
  }

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

  .feature-card {
    padding: 25px 20px;
  }

  .wormhole-connect {
    font-size: 14px !important;
  }

  .wormhole-connect input, .wormhole-connect select, .wormhole-connect button {
    min-height: 44px !important;
    font-size: 16px !important;
  }

  .wormhole-connect [role="dialog"], .wormhole-connect [role="menu"], .wormhole-connect [role="listbox"] {
    max-width: 100vw !important;
    max-height: 80vh !important;
  }
}

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

  .hero-subtitle {
    font-size: 1rem;
  }

  .bridge-card {
    max-width: 100%;
    padding: 25px 15px;
  }

  .custom-wormhole-widget {
    min-height: 300px;
  }

  .wormhole-connect-container {
    max-width: 100%;
    min-height: 300px;
  }

  .main {
    padding: 40px 0;
  }

  .wormhole-connect {
    font-size: 13px !important;
  }

  .wormhole-connect input, .wormhole-connect select, .wormhole-connect button {
    padding: 12px 8px !important;
    font-size: 16px !important;
  }
}

@media (hover: none) and (pointer: coarse) {
  .theme-toggle:hover, .btn:hover, .feature-card:hover {
    transform: none !important;
  }

  .theme-toggle:active, .btn:active, .feature-card:active {
    transform: scale(.98) !important;
  }
}

.css-tfrq58 {
  margin: 0 !important;
  padding: 0 !important;
}

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