
  

  
  @property --nav-bg {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(247,243,234,0.55);
}
@property --glass-bg {
  syntax: "<image>";
  inherits: true;
  initial-value: linear-gradient(150deg, rgba(255,255,255,0.55) 0%, rgba(247,243,234,0.32) 44%, rgba(201,162,75,0.14) 100%);
}
@property --font-body {
  syntax: "<font-family>";
  inherits: true;
  initial-value: 'Inter', sans-serif;
}
@property --radius-lg {
  syntax: "<length>";
  inherits: true;
  initial-value: 18px;
}
@property --color-gold {
  syntax: "<color>";
  inherits: true;
  initial-value: #c9a24b;
}
@property --color-onyx {
  syntax: "<color>";
  inherits: true;
  initial-value: #14120e;
}
@property --color-blush {
  syntax: "<color>";
  inherits: true;
  initial-value: #f3c9d6;
}
@property --color-ivory {
  syntax: "<color>";
  inherits: true;
  initial-value: #0b0a08;
}
@property --color-muted {
  syntax: "<color>";
  inherits: true;
  initial-value: #a89f8c;
}
@property --color-paper {
  syntax: "<color>";
  inherits: true;
  initial-value: #d9d1c0;
}
@property --shadow-gold {
  syntax: "*";
  inherits: true;
  initial-value: 0 20px 60px -18px rgba(201,162,75,0.45);
}
@property --shadow-luxe {
  syntax: "*";
  inherits: true;
  initial-value: 0 30px 80px -20px rgba(0,0,0,0.6);
}
@property --color-marble {
  syntax: "<color>";
  inherits: true;
  initial-value: #efe9dc;
}
@property --font-display {
  syntax: "<font-family>";
  inherits: true;
  initial-value: 'Cormorant Garamond', serif;
}
@property --garden-green {
  syntax: "<color>";
  inherits: true;
  initial-value: #7a8a5c;
}
@property --surface-veil {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(255,255,255,0.5);
}
@property --cherub-filter {
  syntax: "*";
  inherits: true;
  initial-value: none;
}
@property --gradient-gold {
  syntax: "<image>";
  inherits: true;
  initial-value: linear-gradient(135deg, #9c7b2e 0%, #e6c874 45%, #c9a24b 70%, #f3e2a8 100%);
}
@property --space-section {
  syntax: "<length>";
  inherits: true;
  initial-value: 96px;
}
@property --surface-panel {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(247,243,234,0.85);
}
@property --cherub-opacity {
  syntax: "<number>";
  inherits: true;
  initial-value: 1;
}
@property --color-burgundy {
  syntax: "<color>";
  inherits: true;
  initial-value: #8f1d24;
}
@property --color-charcoal {
  syntax: "<color>";
  inherits: true;
  initial-value: #efe9dc;
}
@property --color-obsidian {
  syntax: "<color>";
  inherits: true;
  initial-value: #f7f3ea;
}
@property --color-champagne {
  syntax: "<color>";
  inherits: true;
  initial-value: #e8d7b0;
}
@property --color-gold-deep {
  syntax: "<color>";
  inherits: true;
  initial-value: #9c7b2e;
}
@property --glass-highlight {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(255,255,255,0.5);
}
@property --gradient-marble {
  syntax: "<image>";
  inherits: true;
  initial-value: linear-gradient(135deg, #f7f3ea 0%, #efe9dc 50%, #e3dccb 100%);
}
@property --color-blush-deep {
  syntax: "<color>";
  inherits: true;
  initial-value: #e6a9bd;
}
@property --color-blush-text {
  syntax: "<color>";
  inherits: true;
  initial-value: #b06b82;
}
@property --color-cream-text {
  syntax: "<color>";
  inherits: true;
  initial-value: #f3e9d8;
}
@property --color-gold-bright {
  syntax: "<color>";
  inherits: true;
  initial-value: #e6c874;
}
@property --garden-green-deep {
  syntax: "<color>";
  inherits: true;
  initial-value: #5a6a3e;
}
@property --surface-veil-soft {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(255,255,255,0.4);
}
@property --surface-veil-panel {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(247,243,234,0.6);
}
@property --glass-highlight-strong {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(255,255,255,0.7);
}

  :host, :root {
  --nav-bg: rgba(247,243,234,0.55);
  --glass-bg: linear-gradient(150deg, rgba(255,255,255,0.55) 0%, rgba(247,243,234,0.32) 44%, rgba(201,162,75,0.14) 100%);
  --color-gold: #c9a24b;
  --color-ivory: #f7f3ea;
  --color-muted: #a89f8c;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.45);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.6);
  --color-marble: #efe9dc;
  --garden-green: #7a8a5c;
  --surface-veil: rgba(255,255,255,0.5);
  --cherub-filter: brightness(0) saturate(100%) invert(72%) sepia(38%) saturate(560%) hue-rotate(1deg) brightness(92%) contrast(88%) drop-shadow(0 0 10px rgba(201, 162, 75, 0.35));
  --surface-panel: rgba(247,243,234,0.85);
  --cherub-opacity: 1;
  --color-charcoal: #efe9dc;
  --color-obsidian: #0b0a08;
  --color-gold-deep: #9c7b2e;
  --glass-highlight: rgba(255,255,255,0.5);
  --garden-green-deep: #5a6a3e;
  --surface-veil-soft: rgba(255,255,255,0.4);
  --surface-veil-panel: rgba(247,243,234,0.6);
  --glass-highlight-strong: rgba(255,255,255,0.7);
}
  @media (prefers-color-scheme: dark) {
      :host, :root {
  --nav-bg: rgba(11,10,8,0.6);
  --glass-bg: linear-gradient(150deg, rgba(40,36,28,0.72) 0%, rgba(20,18,14,0.55) 44%, rgba(201,162,75,0.16) 100%);
  --color-gold: #d9b661;
  --color-ivory: #0b0a08;
  --color-muted: #8c8471;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.55);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.85);
  --color-marble: #14120e;
  --garden-green: #96a86e;
  --surface-veil: rgba(40,36,28,0.4);
  --cherub-filter: invert(1) brightness(1.7) drop-shadow(0 0 10px rgba(201,162,75,0.45));
  --surface-panel: rgba(30,27,22,0.85);
  --cherub-opacity: 0.33;
  --color-charcoal: #1e1b16;
  --color-obsidian: #f7f3ea;
  --color-gold-deep: #c9a24b;
  --glass-highlight: rgba(217,182,97,0.14);
  --garden-green-deep: #7a8a5c;
  --surface-veil-soft: rgba(40,36,28,0.35);
  --surface-veil-panel: rgba(20,18,14,0.6);
  --glass-highlight-strong: rgba(217,182,97,0.2);
}
    }
  @media (prefers-color-scheme: light) {
      :host, :root {
  --nav-bg: rgba(247,243,234,0.55);
  --glass-bg: linear-gradient(150deg, rgba(255,255,255,0.55) 0%, rgba(247,243,234,0.32) 44%, rgba(201,162,75,0.14) 100%);
  --color-gold: #c9a24b;
  --color-ivory: #f7f3ea;
  --color-muted: #a89f8c;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.45);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.6);
  --color-marble: #efe9dc;
  --garden-green: #7a8a5c;
  --surface-veil: rgba(255,255,255,0.5);
  --cherub-filter: brightness(0) saturate(100%) invert(72%) sepia(38%) saturate(560%) hue-rotate(1deg) brightness(92%) contrast(88%) drop-shadow(0 0 10px rgba(201, 162, 75, 0.35));
  --surface-panel: rgba(247,243,234,0.85);
  --cherub-opacity: 1;
  --color-charcoal: #efe9dc;
  --color-obsidian: #0b0a08;
  --color-gold-deep: #9c7b2e;
  --glass-highlight: rgba(255,255,255,0.5);
  --garden-green-deep: #5a6a3e;
  --surface-veil-soft: rgba(255,255,255,0.4);
  --surface-veil-panel: rgba(247,243,234,0.6);
  --glass-highlight-strong: rgba(255,255,255,0.7);
}
    }
  [data-nc-theme~="Dark"] {
  --nav-bg: rgba(11,10,8,0.6);
  --glass-bg: linear-gradient(150deg, rgba(40,36,28,0.72) 0%, rgba(20,18,14,0.55) 44%, rgba(201,162,75,0.16) 100%);
  --color-gold: #d9b661;
  --color-ivory: #0b0a08;
  --color-muted: #8c8471;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.55);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.85);
  --color-marble: #14120e;
  --garden-green: #96a86e;
  --surface-veil: rgba(40,36,28,0.4);
  --cherub-filter: invert(1) brightness(1.7) drop-shadow(0 0 10px rgba(201,162,75,0.45));
  --surface-panel: rgba(30,27,22,0.85);
  --cherub-opacity: 0.33;
  --color-charcoal: #1e1b16;
  --color-obsidian: #f7f3ea;
  --color-gold-deep: #c9a24b;
  --glass-highlight: rgba(217,182,97,0.14);
  --garden-green-deep: #7a8a5c;
  --surface-veil-soft: rgba(40,36,28,0.35);
  --surface-veil-panel: rgba(20,18,14,0.6);
  --glass-highlight-strong: rgba(217,182,97,0.2);
}
[data-nc-theme~="Light"] {
  --nav-bg: rgba(247,243,234,0.55);
  --glass-bg: linear-gradient(150deg, rgba(255,255,255,0.55) 0%, rgba(247,243,234,0.32) 44%, rgba(201,162,75,0.14) 100%);
  --color-gold: #c9a24b;
  --color-ivory: #f7f3ea;
  --color-muted: #a89f8c;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.45);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.6);
  --color-marble: #efe9dc;
  --garden-green: #7a8a5c;
  --surface-veil: rgba(255,255,255,0.5);
  --cherub-filter: brightness(0) saturate(100%) invert(72%) sepia(38%) saturate(560%) hue-rotate(1deg) brightness(92%) contrast(88%) drop-shadow(0 0 10px rgba(201, 162, 75, 0.35));
  --surface-panel: rgba(247,243,234,0.85);
  --cherub-opacity: 1;
  --color-charcoal: #efe9dc;
  --color-obsidian: #0b0a08;
  --color-gold-deep: #9c7b2e;
  --glass-highlight: rgba(255,255,255,0.5);
  --garden-green-deep: #5a6a3e;
  --surface-veil-soft: rgba(255,255,255,0.4);
  --surface-veil-panel: rgba(247,243,234,0.6);
  --glass-highlight-strong: rgba(255,255,255,0.7);
}

    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-cormorant: 'Cormorant Garamond',serif;
--font-Noto Serif KR: 'Noto Serif KR',serif;
--font-Fleur De Leah: 'Fleur De Leah',handwriting;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .bFEajA {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      display:flex;
      padding:22px 48px;
      z-index:50;
      position:fixed;
      font-size:inherit;
      background:var(--nav-bg);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.22);
      flex-direction:row;
      backdrop-filter:blur(22px) saturate(140%);
      justify-content:space-between;
    }

    .freoRq {
      gap:24px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bpMCOh {
      color:inherit;
      display:inline;
      font-size:inherit;
      transition:color 0.4s ease;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      text-decoration:none;
    }

    .bpMCOh:hover {
      color:var(--color-obsidian);
    }

    .Lheai {
      gap:0px;
      color:var(--color-gold-deep);
      width:68px;
      border:1px solid rgba(201, 162, 75, 0.4);
      cursor:pointer;
      height:34px;
      display:flex;
      padding:0px;
      position:relative;
      font-size:inherit;
      background:var(--trackBg);
      box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.12), inset 0 0 0 1px var(--glass-highlight);
      transition:background 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.6s ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
      backdrop-filter:blur(12px) saturate(150%);
      justify-content:space-between;
    }

    .Lheai:hover {
      box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.12), var(--shadow-gold);
      border-color:var(--color-gold);
    }

    .Lheai:focus {
      outline:2px solid var(--color-gold);
      outline-offset:3px;
    }

    .bDoTyS {
      color:var(--color-gold-deep);
      width:34px;
      height:34px;
      display:flex;
      opacity:var(--sunOp);
      z-index:1;
      font-size:13px;
      transition:opacity 0.5s ease;
      align-items:center;
      font-family:var(--font-display);
      font-weight:400;
      line-height:1;
      flex-direction:row;
      justify-content:center;
    }

    .bIBLkk {
      top:3px;
      left:3px;
      color:inherit;
      width:26px;
      height:26px;
      display:block;
      z-index:2;
      position:absolute;
      font-size:inherit;
      transform:translateX(var(--knobX));
      background:var(--gradient-gold);
      box-shadow:inset -3px -4px 8px rgba(0, 0, 0, 0.28), inset 2px 3px 7px rgba(255, 255, 255, 0.55), var(--shadow-gold);
      transition:transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
      pointer-events:none;
    }

    .dHyuyV {
      color:var(--color-gold-deep);
      width:34px;
      height:34px;
      display:flex;
      opacity:var(--moonOp);
      z-index:1;
      font-size:13px;
      transition:opacity 0.5s ease;
      align-items:center;
      font-family:var(--font-display);
      font-weight:400;
      line-height:1;
      flex-direction:row;
      justify-content:center;
    }

    .eqeUBX {
      color:var(--color-obsidian);
      border:1px solid rgba(11, 10, 8, 0.4);
      cursor:pointer;
      display:inline-block;
      padding:12px 24px;
      font-size:10px;
      background:transparent;
      transition:all 0.4s ease;
      font-family:var(--font-body);
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:0.3em;
      text-transform:uppercase;
    }

    .eqeUBX:hover {
      color:var(--color-obsidian);
      background:var(--gradient-gold);
      box-shadow:var(--shadow-gold);
      border-color:transparent;
    }

    .eqeUBX:focus {
      outline:2px solid var(--color-gold);
      outline-offset:3px;
    }

    .dCWJKc {
      gap:44px;
      color:var(--color-gold-deep);
      display:flex;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.32em;
      text-transform:uppercase;
    }

    .devEtw {
      color:var(--color-muted);
      display:inline;
      font-size:8px;
      margin-top:4px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:5px;
      text-transform:uppercase;
    }

    .bJYWXN {
      color:var(--color-obsidian);
      display:inline;
      font-size:26px;
      font-family:var(--font-display);
      font-weight:600;
      flex-direction:row;
      letter-spacing:4px;
    }

    @media (min-width: 900px) {

    .bJYWXN {
      font-size:30px;
    }
    }

    .fzWyMm {
      color:inherit;
      display:flex;
      z-index:102;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      line-height:1;
      flex-direction:column;
      text-decoration:none;
    }

    .eXXxSV {
      color:inherit;
      display:flex;
      padding:180px 24px 60px;
      z-index:2;
      position:relative;
      font-size:inherit;
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
      justify-content:center;
    }

    .eYVGHO {
      color:var(--color-obsidian);
      width:100%;
      display:block;
      position:relative;
      font-size:inherit;
      background:var(--color-ivory);
      min-height:100vh;
      overflow-x:hidden;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      background-image:radial-gradient(120% 90% at 50% -10%, var(--color-marble) 0%, var(--color-ivory) 42%, var(--color-marble) 100%);
    }

    .fsvBRL {
      color:inherit;
      inset:0;
      display:block;
      opacity:0.7;
      z-index:1;
      position:fixed;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      mix-blend-mode:multiply;
      pointer-events:none;
      background-size:44px 44px;
      background-image:linear-gradient(90deg, rgba(201, 162, 75, 0.04) 1px, transparent 1px), linear-gradient(rgba(201, 162, 75, 0.04) 1px, transparent 1px);
    }

    .dPSuJe {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      opacity:0.72;
      font-size:15px;
      max-width:560px;
      font-family:inherit;
      font-weight:300;
      line-height:1.9;
      flex-direction:row;
      letter-spacing:0.04em;
    }

    .GIWPf {
      color:var(--color-obsidian);
      display:block;
      font-size:clamp(26px, 3.4vw, 40px);
      transform:rotate(-2deg);
      font-family:'Dancing Script', cursive;
      font-weight:600;
      line-height:1;
      flex-direction:row;
      letter-spacing:0.01em;
    }

    .dmkAvs {
      color:var(--color-gold);
      display:block;
      font-size:20px;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
      text-shadow:0 2px 10px rgba(201, 162, 75, 0.5);
      flex-direction:row;
    }

    .bQPKfJ {
      color:var(--color-gold-deep);
      display:block;
      font-size:11px;
      text-align:right;
      font-family:var(--font-display);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.14em;
    }

    @media (max-width: 720px) {

    .bQPKfJ {
      display:none;
    }
    }

    .bcStAu {
      gap:24px;
      color:inherit;
      display:grid;
      padding:26px 34px;
      font-size:inherit;
      transition:background 0.4s ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.14);
      flex-direction:row;
      grid-template-columns:40px 1fr 1.2fr 70px;
    }

    @media (max-width: 720px) {

    .bcStAu {
      gap:14px;
      padding:22px 20px;
      grid-template-columns:30px 1fr 1fr;
    }
    }

    .bcStAu:hover {
      background:var(--surface-veil);
    }

    .bcStAu:last-child {
      border-bottom:none;
    }

    .svOrT {
      color:inherit;
      display:block;
      font-size:inherit;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cQBzLT {
      color:inherit;
      display:block;
      font-size:inherit;
      text-align:right;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @media (max-width: 720px) {

    .cQBzLT {
      display:none;
    }
    }

    .dmnGJt {
      color:inherit;
      display:flex;
      padding:40px 24px var(--space-section);
      z-index:2;
      position:relative;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .iDYjV {
      gap:6px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .fkzPOa {
      color:var(--color-muted);
      display:block;
      font-size:9px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.24em;
      text-transform:uppercase;
    }

    .bCOrlZ {
      color:inherit;
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dhoeBD {
      color:transparent;
      margin:0px;
      display:block;
      font-size:clamp(48px, 10vw, 150px);
      background:var(--gradient-gold);
      font-family:var(--font-display);
      font-weight:300;
      line-height:0.95;
      flex-direction:row;
      letter-spacing:0.03em;
      background-clip:text;
      -webkit-background-clip:text;
      -webkit-text-fill-color:transparent;
    }

    .fDHXWS {
      gap:24px;
      color:inherit;
      display:grid;
      padding:26px 34px;
      font-size:inherit;
      background:var(--surface-veil);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.14);
      flex-direction:row;
      grid-template-columns:40px 1fr 1.2fr 70px;
    }

    @media (max-width: 720px) {

    .fDHXWS {
      gap:14px;
      padding:22px 20px;
      grid-template-columns:30px 1fr 1fr;
    }
    }

    .dxJARL {
      color:var(--color-obsidian);
      display:block;
      opacity:0.78;
      font-size:13px;
      font-family:'JetBrains Mono', monospace;
      font-weight:300;
      line-height:1.6;
      flex-direction:row;
      letter-spacing:0.01em;
    }

    .bZkYyf {
      gap:24px;
      color:var(--color-gold-deep);
      display:grid;
      padding:22px 34px;
      font-size:9px;
      align-items:center;
      font-family:var(--font-body);
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.25);
      flex-direction:row;
      letter-spacing:0.3em;
      text-transform:uppercase;
      grid-template-columns:40px 1fr 1.2fr 70px;
    }

    @media (max-width: 720px) {

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

    .enmszC {
      color:var(--color-gold-deep);
      display:block;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:34px;
      flex-direction:row;
      letter-spacing:0.55em;
      text-transform:uppercase;
    }

    .cftpRn {
      color:var(--color-muted);
      display:block;
      opacity:0.7;
      font-size:clamp(26px, 3.4vw, 40px);
      transform:rotate(-2deg);
      font-family:'Dancing Script', cursive;
      font-weight:600;
      line-height:1;
      flex-direction:row;
      letter-spacing:0.01em;
    }

    .bJXTUq {
      color:var(--color-gold);
      display:block;
      opacity:0.55;
      animation:invitePulse 2.4s ease-in-out infinite;
      font-size:20px;
      text-align:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    @keyframes invitePulse {
        0% {
          opacity: 0.55;
        }

        50% {
          opacity: 1;
        }

        100% {
          opacity: 0.55;
        }
    }

    .bkUbYg {
      color:var(--color-gold-deep);
      display:block;
      opacity:0.6;
      font-size:11px;
      text-align:right;
      font-family:var(--font-display);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.14em;
    }

    @media (max-width: 720px) {

    .bkUbYg {
      display:none;
    }
    }

    .caBeWp {
      color:inherit;
      width:1px;
      height:56px;
      margin:32px 0 28px;
      display:block;
      font-size:inherit;
      background:linear-gradient(180deg, transparent, var(--color-gold), transparent);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cpnSfH {
      gap:6px;
      color:var(--color-gold-deep);
      width:fit-content;
      border:1px solid rgba(201, 162, 75, 0.4);
      display:inline-flex;
      padding:5px 10px;
      font-size:8px;
      background:rgba(201, 162, 75, 0.08);
      align-items:center;
      font-family:var(--font-body);
      font-weight:inherit;
      border-radius:var(--radius-lg);
      flex-direction:row;
      letter-spacing:0.28em;
      text-transform:uppercase;
    }

    .dhSOuQ {
      color:var(--color-muted);
      display:block;
      opacity:0.7;
      font-size:13px;
      font-style:italic;
      font-family:'JetBrains Mono', monospace;
      font-weight:300;
      line-height:1.6;
      flex-direction:row;
      letter-spacing:0.01em;
    }

    .eqUuPy {
      color:var(--color-muted);
      display:block;
      font-size:9px;
      margin-top:36px;
      text-align:center;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.32em;
      text-transform:uppercase;
    }

    .dVjwlG {
      color:inherit;
      width:min(920px, calc(100vw - 48px));
      border:1px solid rgba(201, 162, 75, 0.35);
      display:flex;
      overflow:hidden;
      font-size:inherit;
      background:var(--glass-bg);
      box-shadow:var(--shadow-luxe), inset 0 1px 0 var(--glass-highlight-strong), inset 0 0 0 1px rgba(201, 162, 75, 0.12);
      font-family:inherit;
      font-weight:inherit;
      border-radius:var(--radius-lg);
      flex-direction:column;
      backdrop-filter:blur(26px) saturate(155%);
      -webkit-backdrop-filter:blur(26px) saturate(155%);
    }