/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    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%;
    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;
    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: #0000;
    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: #0000;
    border-radius: 0;
  }

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

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 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-block: 0;
  }

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

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

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

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

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

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

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

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

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

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

  ::file-selector-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 {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .h-full {
    height: 100%;
  }

  .min-h-full {
    min-height: 100%;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .uppercase {
    text-transform: uppercase;
  }

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

  .transition {
    transition-property: color, background-color, border-color, outline-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, 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: #0a0a0a;
  --ucla-blue: #2774ae;
  --ucla-blue-dark: #1a5f96;
  --ucla-gold: #ffd100;
  --ucla-gold-dark: #e6bc00;
  --navy: #0a2240;
  --navy-light: #0f2d55;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--background);
  color: var(--foreground);
  margin: 0;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  overflow-x: hidden;
}

.nav-scrolled {
  box-shadow: 0 2px 20px #0000004d;
  background: var(--navy) !important;
}

.hero-bg {
  background: linear-gradient(135deg, var(--navy) 0%, #0f2d55 50%, #142d50 100%);
  position: relative;
  overflow: hidden;
}

.hero-bg:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #2774ae40 0%, #0000 70%);
  width: 800px;
  height: 800px;
  position: absolute;
  top: -50%;
  right: -20%;
}

.hero-bg:after {
  content: "";
  pointer-events: none;
  background: radial-gradient(circle, #ffd10014 0%, #0000 70%);
  width: 600px;
  height: 600px;
  position: absolute;
  bottom: -20%;
  left: -10%;
}

.gold-text {
  background: linear-gradient(135deg, #ffd100 0%, orange 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link {
  color: #fffc;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.nav-link:after {
  content: "";
  background: var(--ucla-gold);
  width: 0;
  height: 2px;
  transition: width .3s;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.nav-link:hover {
  color: #fff;
}

.nav-link:hover:after {
  width: 100%;
}

.stat-card {
  text-align: center;
  background: #ffffff12;
  border: 1px solid #ffd10026;
  border-radius: 12px;
  padding: 2rem;
  transition: transform .3s, background .3s;
}

.stat-card:hover {
  background: #ffffff1f;
  transform: translateY(-4px);
}

.video-card {
  background: #111827;
  border-radius: 12px;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;
}

.video-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px #0006;
}

.photo-placeholder {
  color: #fff6;
  background: linear-gradient(135deg, #1a3a5c 0%, #0a2240 100%);
  border: 2px dashed #ffd1004d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.timeline-dot {
  background: var(--ucla-gold);
  border-radius: 50%;
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-top: 4px;
  box-shadow: 0 0 0 4px #ffd10033;
}

.btn-gold {
  background: var(--ucla-gold);
  color: var(--navy);
  cursor: pointer;
  letter-spacing: .03em;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  padding: .875rem 2rem;
  font-size: .95rem;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s, transform .2s;
  display: inline-block;
}

.btn-gold:hover {
  background: var(--ucla-gold-dark);
  transform: translateY(-2px);
}

.btn-outline {
  color: #fff;
  cursor: pointer;
  letter-spacing: .03em;
  text-transform: uppercase;
  background: none;
  border: 2px solid #fff6;
  border-radius: 6px;
  padding: .875rem 2rem;
  font-size: .95rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s, background .2s, transform .2s;
  display: inline-block;
}

.btn-outline:hover {
  border-color: var(--ucla-gold);
  color: var(--ucla-gold);
  transform: translateY(-2px);
}

.section-label {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ucla-gold);
  margin-bottom: .75rem;
  font-size: .75rem;
  font-weight: 700;
}

.form-input {
  color: #1a202c;
  background: #f8f9fa;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: .875rem 1rem;
  font-size: .95rem;
  transition: border-color .2s, box-shadow .2s;
}

.form-input:focus {
  border-color: var(--ucla-blue);
  box-shadow: 0 0 0 3px #2774ae1f;
}

@keyframes bounce {
  0%, 100% {
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    transform: translateY(-25%);
  }

  50% {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    transform: none;
  }
}

.scroll-indicator {
  animation: 2s ease-in-out infinite bounce;
}

.field-accent {
  background-image: repeating-linear-gradient(90deg, #0000, #0000 60px, #ffffff04 60px 61px);
}

@media (max-width: 768px) {
  .about-grid, .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 2.5rem !important;
  }

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

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

/*# sourceMappingURL=app_globals_0jn8.0u.css.map*/