@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/site-assets/e400bcccac1c8dcf833b4310.woff2) format("woff2")}
@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/site-assets/456870605a751c7d1a9aeac0.woff2) format("woff2")}
html{scroll-behavior:smooth}body{margin:0;background:#080b0a;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.8}h1,h2{font-family:Inter,sans-serif;font-weight:700}img{max-width:100%;vertical-align:middle}p{margin-top:0}button{font-family:Arial,sans-serif;font-size:13.3333px}strong{font-weight:700}.skip{position:absolute;top:-80px;padding:12px;background:#4cc4c4;color:#061111;z-index:3}.skip:focus{top:0}.honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(100%)}a:focus-visible,button:focus-visible{outline:3px solid #4cc4c4;outline-offset:3px}@media(max-width:749px){body{font-size:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
#au12-root {
    --au12-ink: #f4f7f2;
    --au12-muted: #b7c1ba;
    --au12-soft: #7f8b87;
    --au12-bg: #0d1110;
    --au12-panel: #151b19;
    --au12-line: rgba(244, 247, 242, 0.14);
    --au12-action: #4cc4c4;
    --au12-action-ink: #061111;
    --au12-radius: 8px;
    --au12-max: 1180px;
    color: var(--au12-ink);
  }
  #au12-root * { box-sizing: border-box; }
  #au12-root .au12-coming-soon {
    background:
      linear-gradient(90deg, rgba(76, 196, 196, 0.06) 1px, transparent 1px),
      linear-gradient(0deg, rgba(76, 196, 196, 0.045) 1px, transparent 1px),
      radial-gradient(circle at 78% 12%, rgba(76, 196, 196, 0.24), transparent 32%),
      linear-gradient(180deg, #101614 0%, #0b0f0e 62%, #080b0a 100%);
    background-size: 72px 72px, 72px 72px, auto, auto;
    color: var(--au12-ink);
  }
  #au12-root .au12-shell {
    max-width: var(--au12-max);
    margin: 0 auto;
    padding: 28px 22px 44px;
  }
  #au12-root .au12-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 780;
  }
  #au12-root .au12-brand-bar {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    min-height: 66px;
    max-width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--au12-line);
    border-radius: 999px;
    background: rgba(13, 17, 16, 0.56);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  }
  #au12-root .au12-mark {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid var(--au12-line);
    background: #031719;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(76, 196, 196, 0.14);
  }
  #au12-root .au12-mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #au12-root .au12-brand-note {
    color: var(--au12-muted);
    font-size: 14px;
  }
  #au12-root .au12-hero-intro {
    display: grid;
    justify-items: start;
    gap: 16px;
  }
  #au12-root .au12-hero {
    min-height: calc(100vh - 82px);
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.88fr);
    gap: 46px;
    align-items: center;
    padding: 54px 0 38px;
  }
  #au12-root .au12-status {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid var(--au12-line);
    border-radius: 999px;
    color: var(--au12-muted);
    background: rgba(13, 17, 16, 0.72);
    font-size: 14px;
  }
  #au12-root .au12-status::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 99px;
    background: var(--au12-action);
  }
  #au12-root h1 {
    max-width: 760px;
    margin: 28px 0 18px;
    font-size: clamp(48px, 8vw, 104px);
    line-height: 0.93;
    letter-spacing: 0;
    text-wrap: balance;
  }
  #au12-root .au12-lead {
    max-width: 670px;
    margin: 0;
    color: var(--au12-muted);
    font-size: 19px;
    line-height: 1.55;
  }
  #au12-root .au12-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: 30px;
    max-width: 620px;
  }
  #au12-root .au12-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 730;
    border: 1px solid transparent;
    cursor: pointer;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
  }
  #au12-root .au12-button:hover {
    transform: translateY(-1px);
  }
  #au12-root .au12-button:disabled {
    cursor: wait;
    opacity: 0.78;
    transform: none;
  }
  #au12-root .au12-button--primary {
    color: var(--au12-action-ink);
    background: var(--au12-action);
  }
  #au12-root .au12-button--secondary {
    color: var(--au12-ink);
    border-color: var(--au12-line);
    background: rgba(244, 247, 242, 0.05);
  }
  #au12-root .au12-signup-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 10px;
    border: 1px solid var(--au12-line);
    border-radius: 8px;
    background: rgba(244, 247, 242, 0.04);
  }
  #au12-root .au12-signup-input {
    min-width: 0;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(244, 247, 242, 0.14);
    border-radius: 6px;
    background: rgba(6, 17, 17, 0.78);
    color: var(--au12-ink);
    font: inherit;
  }
  #au12-root .au12-signup-input::placeholder {
    color: rgba(183, 193, 186, 0.72);
  }
  #au12-root .au12-signup-input:focus-visible {
    outline: 3px solid rgba(76, 196, 196, 0.45);
    outline-offset: 2px;
    border-color: rgba(76, 196, 196, 0.45);
  }
  #au12-root .au12-signup-note {
    color: var(--au12-muted);
    font-size: 13px;
    margin: 0;
  }
  #au12-root .au12-signup-message {
    grid-column: 1 / -1;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid rgba(76, 196, 196, 0.24);
    border-radius: 6px;
    color: var(--au12-ink);
    background: rgba(76, 196, 196, 0.1);
    font-size: 13px;
    line-height: 1.45;
  }
  #au12-root .au12-signup-message--error {
    border-color: rgba(255, 126, 96, 0.34);
    background: rgba(255, 126, 96, 0.1);
  }
  #au12-root .au12-signup-message ul {
    margin: 0;
    padding-left: 18px;
  }
  #au12-root .au12-signup-message[hidden] {
    display: none !important;
  }
  #au12-root .au12-deck {
    min-height: 570px;
    padding: 20px;
    border: 1px solid var(--au12-line);
    border-radius: var(--au12-radius);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
      #111715;
    overflow: hidden;
  }
  #au12-root .au12-map {
    min-height: 504px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(8, 1fr);
    gap: 10px;
  }
  #au12-root .au12-room {
    border: 1px solid rgba(244, 247, 242, 0.16);
    border-radius: 6px;
    background: rgba(13, 17, 16, 0.82);
    min-height: 0;
    overflow: hidden;
    position: relative;
  }
  #au12-root .au12-room-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.74;
    filter: saturate(0.96) contrast(1.05);
  }
  #au12-root .au12-room::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(6, 17, 17, 0.38), rgba(6, 17, 17, 0.08) 42%, rgba(6, 17, 17, 0.82)),
      linear-gradient(90deg, rgba(3, 23, 25, 0.38), transparent 50%);
  }
  #au12-root .au12-room-copy {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    padding: 14px;
  }
  #au12-root .au12-room strong {
    font-size: 15px;
    text-shadow: 0 1px 14px rgba(0, 0, 0, 0.72);
  }
  #au12-root .au12-room span {
    color: rgba(244, 247, 242, 0.82);
    font-size: 12px;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.82);
  }
  #au12-root .au12-room--golf { grid-column: 1 / 4; grid-row: 1 / 4; border-color: rgba(76, 196, 196, 0.44); }
  #au12-root .au12-room--billard { grid-column: 4 / 7; grid-row: 1 / 4; }
  #au12-root .au12-room--escalade { grid-column: 1 / 3; grid-row: 4 / 8; border-color: rgba(148, 175, 194, 0.38); }
  #au12-root .au12-room--gaming { grid-column: 3 / 7; grid-row: 4 / 7; }
  #au12-root .au12-room--lounge { grid-column: 3 / 7; grid-row: 7 / 8; background: rgba(76, 196, 196, 0.13); }
  #au12-root .au12-room--lounge::after { background: linear-gradient(90deg, rgba(76, 196, 196, 0.2), rgba(6, 17, 17, 0.62)); }
  #au12-root .au12-ticker {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--au12-soft);
    font-size: 12px;
    padding-top: 12px;
    margin-top: 12px;
    border-top: 1px solid var(--au12-line);
  }
  #au12-root .au12-below {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    padding: 10px 0 54px;
  }
  #au12-root .au12-copy h2 {
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.1;
  }
  #au12-root .au12-copy p {
    margin: 0;
    color: var(--au12-muted);
    max-width: 68ch;
    line-height: 1.55;
  }
  #au12-root .au12-activity-list { display: grid; gap: 10px; }
  #au12-root .au12-activity {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid var(--au12-line);
  }
  #au12-root .au12-activity span { color: var(--au12-muted); }
  #au12-root .au12-footer {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    gap: 28px;
    align-items: end;
    padding: 28px 0 4px;
    border-top: 1px solid var(--au12-line);
  }
  #au12-root .au12-footer-brand {
    display: grid;
    gap: 14px;
    max-width: 620px;
  }
  #au12-root .au12-footer-lockup {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--au12-ink);
    font-weight: 780;
  }
  #au12-root .au12-footer-lockup .au12-mark {
    width: 46px;
    height: 46px;
  }
  #au12-root .au12-footer-brand p,
  #au12-root .au12-footer-meta {
    margin: 0;
    color: var(--au12-muted);
    font-size: 14px;
    line-height: 1.55;
  }
  #au12-root .au12-footer-actions {
    display: grid;
    justify-items: end;
    gap: 12px;
  }
  #au12-root .au12-footer-link {
    color: var(--au12-ink);
    text-decoration: none;
    border-bottom: 1px solid rgba(76, 196, 196, 0.44);
    padding-bottom: 2px;
    font-weight: 700;
  }
  #au12-root .au12-footer-link:focus-visible {
    outline: 3px solid rgba(76, 196, 196, 0.45);
    outline-offset: 5px;
    border-radius: 4px;
  }
  @media (max-width: 920px) {
    #au12-root .au12-hero,
    #au12-root .au12-below,
    #au12-root .au12-footer { grid-template-columns: 1fr; }
    #au12-root .au12-hero { min-height: auto; padding-top: 44px; }
    #au12-root .au12-deck { min-height: 500px; }
    #au12-root .au12-signup-shell { grid-template-columns: 1fr; }
    #au12-root .au12-footer-actions { justify-items: start; }
  }
  @media (max-width: 560px) {
    #au12-root .au12-shell { padding: 20px 16px 34px; }
    #au12-root .au12-brand-bar { border-radius: 18px; }
    #au12-root .au12-mark {
      width: 52px;
      height: 52px;
    }
    #au12-root h1 { font-size: 50px; }
    #au12-root .au12-lead { font-size: 17px; }
    #au12-root .au12-button { width: 100%; }
    #au12-root .au12-deck { min-height: auto; padding: 18px; }
    #au12-root .au12-map { grid-template-columns: 1fr; grid-template-rows: none; min-height: auto; }
    #au12-root .au12-room,
    #au12-root .au12-room--golf,
    #au12-root .au12-room--billard,
    #au12-root .au12-room--escalade,
    #au12-root .au12-room--gaming,
    #au12-root .au12-room--lounge {
      grid-column: auto;
      grid-row: auto;
      min-height: 126px;
    }
    #au12-root .au12-room--lounge { min-height: 92px; }
    #au12-root .au12-ticker { margin-top: 14px; }
    #au12-root .au12-activity { grid-template-columns: 1fr; gap: 4px; }
  }