/* Shared directly from the latest fomo campus layout and brand values. */
:root{--s1:4px;--s2:8px;--s3:12px;--s4:16px;--s5:24px;--s6:36px;--s7:64px;--s8:104px;--r-sm:10px;--r:14px;--r-lg:22px}
html,body{overscroll-behavior-y:none}
.wrap,.nav-inner{width:min(1152px,calc(100% - 48px));max-width:none;padding:0;margin-inline:auto}
.nav{position:fixed;inset:0 0 auto;z-index:40;background:rgba(8,7,20,.42);backdrop-filter:blur(18px) saturate(1.5);-webkit-backdrop-filter:blur(18px) saturate(1.5);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 1px 0 rgba(0,0,0,.35)}
.nav-inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}.nav-links{display:flex;gap:4px;align-items:center}.nav-links a{font-size:13px;font-weight:500;color:rgba(234,237,255,.62);text-decoration:none;padding:8px 10px;border-radius:6px}.nav-links a:hover{color:#EAEDFF;background:rgba(255,255,255,.05)}.nav-right{display:flex;gap:8px;align-items:center}.mark{display:flex;align-items:baseline;gap:5px;text-decoration:none;font-weight:700;font-size:20px;letter-spacing:-.03em}.mark span{font-weight:400;color:#ACB8F9;font-size:14px;letter-spacing:0}.store{display:inline-flex;align-items:center;height:36px;padding:0 12px;border-radius:7px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);text-decoration:none;font-size:13px;font-weight:500;color:#EAEDFF;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.store:hover{background:rgba(255,255,255,.1)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 22px;border-radius:9px;background:#516AF6;color:#fff;font-weight:500;font-size:15px;letter-spacing:-.005em;text-decoration:none;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 1px 2px rgba(0,0,0,.35);cursor:pointer;transition:background .15s,transform .15s,box-shadow .15s;white-space:nowrap}.btn:after{content:'→';font-weight:500;opacity:.9;transition:transform .15s}.btn:hover:after{transform:translateX(2px)}.btn:active{transform:translateY(1px)}.btn--ghost{background:rgba(255,255,255,.06);color:#EAEDFF;border:1px solid rgba(255,255,255,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.btn--ghost:hover{background:rgba(255,255,255,.1)}.btn--ghost:after{content:none}.btn--sm{height:36px;padding:0 14px;font-size:13.5px;border-radius:8px}.btn--shine,.btn--shine:hover,.btn--shine:focus{color:#fff;border:1px solid rgba(255,255,255,.14);background-image:linear-gradient(325deg,#4A36FF 0%,#8B9EFF 55%,#516AF6 90%);background-color:#516AF6;background-size:280% auto;background-repeat:no-repeat}.btn--shine{background-position:0% 0%;box-shadow:0 0 18px rgba(81,106,246,.45),0 4px 6px -2px rgba(0,0,0,.5),inset 2px 2px 5px rgba(172,184,249,.35),inset -2px -2px 5px rgba(40,50,180,.35);transition:background-position .7s ease,transform .16s ease,box-shadow .16s ease}.btn--shine:hover{background-position:100% 0%;transform:translateY(-1px);box-shadow:0 0 22px rgba(81,106,246,.6),0 6px 8px -2px rgba(0,0,0,.5),inset 2px 2px 5px rgba(172,184,249,.35),inset -2px -2px 5px rgba(40,50,180,.35)}.btn--shine:active{transform:translateY(0) scale(.985)}.btn:focus-visible,.store:focus-visible{outline:2px solid #ACB8F9;outline-offset:4px}.link{color:#EAEDFF;text-decoration:none;font-weight:500;font-size:14px;opacity:.85;display:inline-flex;align-items:center;gap:8px}.link:after{content:'→';opacity:.7}.link:hover{opacity:1}
footer.fomo-footer{background:#0B091F;color:#EAEDFF;padding:64px 0 24px;border:0}.fomo-footer .foot-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:36px;align-items:start}.fomo-footer .foot-brand .mark{font-size:30px;font-weight:700;letter-spacing:-.04em;color:#EAEDFF}.fomo-footer .foot-brand p{margin-top:12px;font-size:15px;color:#ACB8F9;max-width:28ch}.fomo-footer .foot-k{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#ACB8F9;margin-bottom:16px}.fomo-footer .foot-col a{display:block;color:#EAEDFF;text-decoration:none;font-size:15px;padding:5px 0}.fomo-footer .foot-col a:hover{color:#ACB8F9}.fomo-footer .foot-btns{display:grid;gap:8px;justify-items:start}.fomo-footer .foot-col .foot-btns a.btn{display:inline-flex;height:40px;padding:0 16px;font-size:14px;width:auto;color:#EAEDFF}.fomo-footer .foot-legal{margin-top:64px;padding-top:24px;border-top:1px solid rgba(172,184,249,.16);display:grid;gap:8px}.fomo-footer .foot-legal p{font-size:13px;line-height:1.55;color:#ACB8F9;max-width:78ch}.fomo-footer .foot-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:24px;padding-top:16px;border-top:1px solid rgba(172,184,249,.12);font-size:13px;color:#ACB8F9;flex-wrap:wrap}
@media(max-width:860px){.nav-links{display:none}.nav-right .store{display:none}.fomo-footer .foot-grid{grid-template-columns:1fr 1fr}.fomo-footer .foot-brand{grid-column:1/-1}}
@media(max-width:760px){.wrap,.nav-inner{width:calc(100% - 36px)}.btn{height:48px}.btn--sm{height:48px}.nav-inner{gap:10px}.nav-right .btn{font-size:13px;padding-inline:12px}}
@media(prefers-reduced-motion:reduce){.btn,.btn:after,.btn--shine{transition:none}.btn--shine:hover{transform:none}}

/* Shared official branding. Button geometry is retained from the original campus page. */
.mark{align-items:center;gap:7px}.nav .mark .fomo-wordmark{width:66px;height:auto;display:block}.foot-brand .mark .fomo-wordmark{width:94px;height:auto;display:block}
.btn,.btn--shine,.btn--shine:hover,.btn--shine:focus,.btn--shine:active{background:#516AF6;background-image:none;box-shadow:none;border:1px solid rgba(234,237,255,.16);transform:none;transition:background .15s}
.btn--shine:hover,.btn:not(.btn--ghost):hover{background:#465FEA}
.btn--ghost{background:rgba(255,255,255,.06);box-shadow:none}.btn--ghost:hover{background:rgba(255,255,255,.1)}
.store,.nav{box-shadow:none}

.fomo-footer .foot-k--brand{text-transform:none}
/* Original campus framing, baseline alignment and footer rhythm. */
.nav .mark{align-items:baseline;gap:5px;line-height:1}.nav .mark .fomo-wordmark{display:inline-block;width:62px;height:auto;align-self:center}.nav .mark span{line-height:1;align-self:center;padding-top:3px}
.fomo-footer .foot-bottom{align-items:center}.fomo-footer .foot-brand .mark{line-height:1}.fomo-footer .foot-brand p{line-height:1.5}.fomo-footer .foot-k{line-height:1.5}.fomo-footer .foot-col a{line-height:1.5}.fomo-footer .foot-btns .btn{line-height:1.5}
.frame{border-inline:1px solid rgba(203,208,235,.08)}
footer.fomo-footer{position:relative;border-top:1px solid rgba(203,208,235,.08);background:#0B091F}
@media(max-width:1240px){.frame{border-inline:0}}
/* Property Ventures index.html / assets/css/pv.css button treatments,
   using fomo's palette and Aeonik. Shared by both campus pages. */
.btn,.entry-form .form-next,.q-btn,.invite-dialog .primary{height:52px;padding:0 18px;border-radius:10px;font-family:Aeonik,sans-serif;font-size:15px;font-weight:500;gap:8px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;text-decoration:none;cursor:pointer;transition:transform 160ms ease,box-shadow 160ms ease,background 160ms ease,border-color 160ms ease}
.btn--shine,.btn--shine:hover,.btn--shine:focus,.entry-form .form-next,.q-btn,.invite-dialog .primary{border:0!important;color:#fff!important;background:linear-gradient(325deg,#4A36FF 0%,#ACB8F9 55%,#516AF6 90%)!important;background-size:280% auto!important;background-position:0% 0%!important;box-shadow:0 0 20px rgba(81,106,246,.35),0 5px 5px -1px rgba(81,106,246,.2),inset 4px 4px 8px rgba(172,184,249,.5),inset -4px -4px 8px rgba(49,62,167,.35)!important;transition:background-position .7s ease,transform 160ms ease,box-shadow 160ms ease}
.btn--shine:hover,.entry-form .form-next:hover,.q-btn:hover,.invite-dialog .primary:hover{background-position:100% 0%!important;transform:translateY(-1px)}
.btn--shine:active,.entry-form .form-next:active,.q-btn:active{transform:translateY(0) scale(.985)}
.btn--ghost,.btn--ghost:focus{background:rgba(255,255,255,.20)!important;color:#EAEDFF;border:1px solid rgba(255,255,255,.26)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 10px 28px rgba(0,0,0,.12)!important;transition:transform 160ms ease,background 160ms ease}
.btn--ghost:hover{background:rgba(255,255,255,.28)!important;transform:translateY(-1px)}
.btn--sm{height:36px;padding:0 14px;font-size:13.5px;border-radius:8px}
.fomo-footer .foot-col .foot-btns a.btn{height:40px;padding:0 16px;font-size:14px}
@media(max-width:760px){.btn,.entry-form .form-next,.q-btn{height:48px}.btn--sm{height:36px}}
@media(prefers-reduced-motion:reduce){.btn,.entry-form .form-next,.q-btn{transition:none!important}.btn:hover,.entry-form .form-next:hover,.q-btn:hover{transform:none}}

/* Contrasting ink button on the blue campus-team panel. */
.apply .q-btn,.apply .q-btn:hover,.apply .q-btn:focus{background:linear-gradient(180deg,#29253F 0%,#0B091F 100%)!important;background-size:100% 100%!important;color:#EAEDFF!important;border:1px solid rgba(234,237,255,.28)!important;box-shadow:inset 0 1px 0 rgba(234,237,255,.18),0 6px 16px rgba(11,9,31,.22)!important}
.apply .q-btn:hover{background:linear-gradient(180deg,#36304F 0%,#141128 100%)!important;transform:translateY(-1px)}
.apply .q-btn:focus-visible{outline:2px solid #EAEDFF;outline-offset:4px}

/* Transparent store artwork on a single frosted-glass surface. */
.fomo-footer .foot-btns{gap:10px}
.fomo-footer .foot-col a.store-badge{display:block;padding:0;height:52px;width:176px;position:relative;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.28);backdrop-filter:blur(16px) saturate(125%);-webkit-backdrop-filter:blur(16px) saturate(125%);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);transition:background .18s ease,transform .18s ease}
.fomo-footer .store-badge img{display:block;position:static;width:100%;height:100%;max-width:100%;object-fit:contain;mix-blend-mode:normal;clip-path:none}
.fomo-footer .foot-col a.store-badge:hover{background:rgba(255,255,255,.34);transform:translateY(-1px);opacity:1}
.store-badge:focus-visible{outline:2px solid #ACB8F9;outline-offset:4px}
@media(prefers-reduced-motion:reduce){.fomo-footer .foot-col a.store-badge{transition:none}}

/* Action-page invitation: landing finale ink transition and shared primary button. */
:root{--action-surface:#0B091F;--action-text:#EAEDFF;--action-muted:#ACB8F9;--action-line:rgba(203,208,235,.18);--action-field-height:52px;--action-radius:10px}
.chapter-invitation{padding:96px 0 88px;background:linear-gradient(180deg,#060510 0%,#080718 35%,#0B091F 80%);border-top:1px solid var(--action-line);text-align:center;scroll-margin-top:64px}
.chapter-invitation h2{font-size:clamp(40px,4.4vw,64px);line-height:1.06;letter-spacing:-.035em;font-weight:500;margin:0}
.chapter-invitation .invitation-copy{max-width:500px;margin:24px auto 28px;font-size:18px;line-height:1.6;color:var(--action-muted)}
.chapter-invitation .invitation-note{font-size:14px;color:var(--action-muted);margin:18px 0 0}
.chapter-invitation .invitation-member{max-width:460px;margin:36px auto 0;padding-top:24px;border-top:1px solid var(--action-line);font-size:15px;line-height:1.6;color:var(--action-muted)}
@media(max-width:760px){.chapter-invitation{padding:64px 0}.chapter-invitation .invitation-copy{font-size:17px}.chapter-invitation .invitation-member{font-size:14px}}
