/* [next]/internal/font/google/geist_e531dabc.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/973faccb4f6aedb5-s.b7d310ad.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/d26cc22533d232c7-s.81df3a5b.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: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/b0a57561b6cb5495-s.p.da1ebef7.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: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_e531dabc-module__QGiZLq__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_e531dabc-module__QGiZLq__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_68a01160.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/942c7eecbf9bc714-s.cb6bbcb1.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/e5e2a9f48cda0a81-s.e32db976.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: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8ee3a1ba4ed5baee-s.p.be19f591.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: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_68a01160-module__YLcDdW__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_68a01160-module__YLcDdW__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
@layer theme {
  :root, :host {
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }
}

@layer base {
  *, :after, :before {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::-webkit-file-upload-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  ::-webkit-file-upload-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:-moz-any([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup option:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:-moz-any([multiple], [size])) optgroup option:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:is([multiple], [size])) optgroup option:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup option:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :where(select:-moz-any([multiple], [size])) optgroup option:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :where(select:is([multiple], [size])) optgroup option:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-webkit-file-upload-button {
    margin-right: 4px;
  }

  :not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
    margin-right: 4px;
  }

  :not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
    margin-right: 4px;
  }

  :-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
    margin-left: 4px;
  }

  :-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
    margin-left: 4px;
  }

  :is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
    margin-left: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  ::file-selector-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .grow {
    flex-grow: 1;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, -webkit-text-decoration-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}

:root {
  --background: #fff;
  --foreground: #171717;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
  }
}

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

body {
  color: #333;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  line-height: 1.6;
}

.hero-section {
  color: #fff;
  background: linear-gradient(135deg, #004aad, #1c2253);
  justify-content: space-between;
  align-items: center;
  height: 90vh;
  padding: 2rem 4rem;
  display: flex;
}

.hero-left {
  flex: 1;
  padding-right: 2rem;
}

.hero-buttons button {
  color: #fff;
  cursor: pointer;
  background-color: #12a325;
  border: none;
  border-radius: 6px;
  margin-right: 1rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  transition: background .3s;
}

.hero-buttons button:hover {
  background-color: #0f8a1f;
}

.hero-banner {
  align-items: center;
  gap: .5rem;
  font-size: 3rem;
  font-weight: 700;
  display: flex;
}

.logo {
  width: auto;
  height: 50px;
}

.text-yellow {
  color: #fdd835;
}

.text-green {
  color: #43a047;
}

.hero-subtext {
  color: #fff;
  margin-top: .5rem;
  font-size: 1.25rem;
}

.hero-right {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.teams-text-wrapper {
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-overlay-wrapper, .brushstroke-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.teams-background {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.teams-heading-overlay {
  color: #fdd835;
  font-weight: 700;
  position: absolute;
  top: 10%;
  left: 80%;
  transform: translate(-50%);
}

.teams-overlay-content {
  text-align: left;
  box-sizing: border-box;
  width: 100%;
  padding-left: 5rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team-letter {
  align-items: center;
  margin: .5rem 0;
  font-size: 2.2rem;
  display: flex;
}

.letter {
  color: #004aad;
  margin-right: .5rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.rest {
  color: #12a325;
  font-size: 2.2rem;
}

.fade {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.fade.show {
  opacity: 1;
}

@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    height: auto;
    min-height: 90vh;
    padding: 1rem 2rem;
  }

  .hero-left {
    flex: 1;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .hero-right {
    flex: 1;
    height: 60vh;
  }

  .hero-banner {
    font-size: 2rem;
  }

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

  .team-letter {
    font-size: 1.8rem;
  }

  .letter {
    font-size: 2rem;
  }

  .rest {
    font-size: 1.8rem;
  }

  .brushstroke-container {
    height: 100%;
  }

  .teams-background {
    width: 100%;
    height: 100%;
  }
}

/* [project]/src/components/NavBar.css [app-client] (css) */
.navbar {
  z-index: 1000;
  color: #fff;
  background: linear-gradient(90deg, #003785, #001f4d);
  padding: .75rem 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  position: relative;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}

.nav-logo {
  border-radius: 6px;
  align-items: center;
  gap: .75rem;
  padding: .25rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-logo:hover {
  background-color: rgba(255, 255, 255, .1);
  transform: translateY(-1px);
}

.nav-logo-img {
  width: auto;
  height: 28px;
}

.nav-logo-text {
  gap: .15rem;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
}

.text-yellow {
  color: #ffdb4d;
}

.text-green {
  color: #43a047;
}

.nav-center {
  gap: 1rem;
  margin: 0 2rem;
  display: flex;
}

.nav-item-container {
  position: relative;
}

.nav-button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 6px;
  align-items: center;
  gap: .35rem;
  padding: .5rem .75rem;
  font-size: .9rem;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.nav-button:hover {
  background-color: rgba(255, 255, 255, .1);
}

.nav-link {
  color: #fff;
  border-radius: 6px;
  padding: .5rem .75rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

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

.arrow {
  font-size: .8rem;
  transition: transform .2s;
}

.dropdown-content {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 8px;
  min-width: 200px;
  margin-top: .5rem;
  transition: all .2s;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  transform: translateY(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}

.nav-item-container:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-content a, .dropdown-content button {
  color: #1a1a1a;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  padding: .75rem 1rem;
  font-size: .9rem;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.dropdown-content a:hover, .dropdown-content button:hover {
  color: #43a047;
  background: linear-gradient(90deg, rgba(255, 219, 77, .125), rgba(67, 160, 71, .125));
}

.mobile-menu-button {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  padding: .5rem;
  transition: all .2s;
  display: none;
}

.mobile-menu-button:hover {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 6px;
}

.mobile-menu-overlay {
  z-index: 999;
  background: rgba(0, 0, 0, .5);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-right {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.login-button {
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  transition: all .2s;
}

.login-button:hover {
  background: rgba(255, 255, 255, .2);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .navbar {
    padding: .5rem 1rem;
  }

  .mobile-menu-button, .mobile-menu-overlay {
    display: block;
  }

  .nav-center {
    background: linear-gradient(90deg, #003785, #001f4d);
    flex-direction: column;
    gap: .5rem;
    padding: 1rem;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
  }

  .nav-center.mobile-open {
    display: flex;
  }

  .nav-item-container {
    width: 100%;
  }

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

  .dropdown-content {
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    background: rgba(255, 255, 255, .1);
    margin-top: .5rem;
    position: static;
    transform: none;
  }

  .nav-item-container:hover .dropdown-content {
    transform: none;
  }

  .dropdown-content a, .dropdown-content button {
    color: #fff;
  }

  .dropdown-content a:hover, .dropdown-content button:hover {
    color: #fff;
    background: rgba(255, 255, 255, .1);
  }

  .nav-logo-img {
    height: 24px;
  }

  .nav-logo-text {
    font-size: 1rem;
  }
}

/* [project]/src/components/Footer.css [app-client] (css) */
.footer {
  color: #fff;
  z-index: 10;
  background: linear-gradient(90deg, #003785, #001f4d);
  flex-shrink: 0;
  min-height: 200px;
  margin-top: auto;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  position: relative;
}

.footer-content {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
  padding: 3rem 1.5rem 2rem;
  display: grid;
}

.footer-section h3 {
  color: #ffdb4d;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-section h4 {
  color: #ffdb4d;
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 600;
}

.footer-section p {
  color: #e0e0e0;
  margin: 0;
  font-size: .9rem;
  line-height: 1.5;
}

.footer-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section ul li {
  margin-bottom: .5rem;
}

.footer-section ul li a, .footer-section ul li button {
  color: #e0e0e0;
  cursor: pointer;
  background: none;
  border: none;
  padding: .25rem 0;
  font-size: .9rem;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.footer-section ul li a:hover, .footer-section ul li button:hover {
  color: #ffdb4d;
  transform: translateX(3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 1.5rem;
}

.footer-bottom-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}

.footer-bottom p {
  color: #b0b0b0;
  margin: 0;
  font-size: .85rem;
}

.footer-links {
  gap: 1.5rem;
  display: flex;
}

.footer-links a {
  color: #b0b0b0;
  font-size: .85rem;
  text-decoration: none;
  transition: all .2s;
}

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

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 2rem 1rem 1.5rem;
  }

  .footer-bottom-content {
    text-align: center;
    flex-direction: column;
    gap: .75rem;
  }

  .footer-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .footer-content {
    padding: 1.5rem 1rem 1rem;
  }

  .footer-bottom {
    padding: 1rem;
  }
}

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