.luxury-portal-shell{--portal-sidebar-width:17.5rem;--portal-content-max:72rem;--portal-gold:var(--color-gold,#c9a227);--portal-gold-border:rgba(201,162,39,0.28);--portal-gold-soft:rgba(201,162,39,0.12);--portal-surface:rgba(0,0,0,0.28);--portal-text:var(--color-text,#f7f8fb);--portal-text-muted:rgba(247,248,251,0.72);min-height:100vh;color:var(--portal-text);background:radial-gradient(ellipse 80% 50% at 10% 0,rgba(201,162,39,.08),transparent 55%),linear-gradient(160deg,#0b0c10,#15171d 45%,#0f1014)}.luxury-portal-before-chrome{position:relative;z-index:20}.luxury-portal-mobile-appbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:.75rem;min-height:3.25rem;padding:.5rem 1rem;border-bottom:1px solid var(--portal-gold-border);background:rgba(11,12,16,.92);backdrop-filter:blur(12px)}.luxury-portal-mobile-appbar__menu-btn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid var(--portal-gold-border);border-radius:var(--radius-sm,8px);background:rgba(0,0,0,.35);color:var(--portal-text);cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.luxury-portal-mobile-appbar__menu-btn:hover{background:var(--portal-gold-soft);border-color:rgba(201,162,39,.45)}.luxury-portal-mobile-appbar__title{flex:1;min-width:0;margin:0;font-family:var(--font-display),Georgia,serif;font-size:1.15rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.luxury-portal-mobile-appbar__end{display:flex;align-items:center;gap:.5rem;margin-left:auto}.luxury-portal-mobile-drawer-backdrop{position:fixed;inset:0;z-index:40;border:0;background:rgba(0,0,0,.62);cursor:pointer}.luxury-portal-mobile-drawer{position:fixed;top:0;left:0;z-index:50;width:min(var(--portal-sidebar-width),88vw);height:100dvh;overflow-y:auto;border-right:1px solid var(--portal-gold-border);background:linear-gradient(180deg,#0f1014,#12141a);box-shadow:0 18px 40px rgba(0,0,0,.45);animation:portal-drawer-in .24s var(--motion-ease,cubic-bezier(.22,1,.36,1))}@keyframes portal-drawer-in{0%{transform:translateX(-100%);opacity:.6}to{transform:translateX(0);opacity:1}}.luxury-portal-layout{display:grid;grid-template-columns:var(--portal-sidebar-width) minmax(0,1fr);align-items:start;min-height:calc(100vh - 3.25rem)}@media (min-width:1024px){.luxury-portal-layout{min-height:100vh}}.luxury-portal-sidebar-slot{position:sticky;top:0;align-self:start;height:100vh;border-right:1px solid var(--portal-gold-border)}.luxury-portal-sidebar{display:flex;flex-direction:column;height:100%;padding:1.5rem 1rem 1.25rem}.luxury-portal-sidebar__brand{display:grid;gap:.2rem;margin:0 0 1.25rem;padding:0 .35rem}.luxury-portal-sidebar__brand-mark{font-family:var(--font-display),Georgia,serif;color:var(--portal-gold);font-size:1.35rem;font-weight:600;letter-spacing:.02em;text-decoration:none}.luxury-portal-sidebar__brand-sub{margin:0;color:var(--portal-text-muted);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.luxury-portal-sidebar__nav{display:grid;gap:.25rem;flex:1}.luxury-portal-sidebar__link{display:block;padding:.55rem .65rem;border-radius:var(--radius-sm,8px);color:rgba(247,248,251,.9);font-size:.92rem;font-weight:500;text-decoration:none;transition:background-color .18s ease,color .18s ease}.luxury-portal-sidebar__link:hover{background:var(--portal-gold-soft);color:var(--portal-text)}.luxury-portal-sidebar__link--active{background:rgba(201,162,39,.18);color:var(--portal-gold);box-shadow:inset 2px 0 0 var(--portal-gold)}.luxury-portal-sidebar__footer{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.luxury-portal-sidebar__signout{display:inline-flex;align-items:center;padding:.45rem .65rem;border:0;border-radius:var(--radius-sm,8px);background:transparent;color:var(--portal-gold);font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .18s ease}.luxury-portal-sidebar__signout:hover{background:var(--portal-gold-soft)}.luxury-portal-content{min-width:0}.luxury-portal-content__body{max-width:var(--portal-content-max);margin-inline:auto;padding:clamp(1rem,2.5vw,1.75rem) clamp(1rem,3vw,2rem) 2.5rem}.portal-mini-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--portal-gold-border)}.portal-mini-hero__media{position:absolute;inset:0;background:linear-gradient(120deg,rgba(11,12,16,.35),rgba(11,12,16,.85)),radial-gradient(circle at 85% 20%,rgba(201,162,39,.22),transparent 45%),linear-gradient(135deg,#12141a,#0b0c10)}.portal-mini-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,12,16,.92),rgba(11,12,16,.55))}.portal-mini-hero__content{position:relative;z-index:1;max-width:var(--portal-content-max);margin-inline:auto;padding:clamp(1.35rem,3vw,2rem) clamp(1rem,3vw,2rem)}.portal-mini-hero__title{margin:0;font-family:var(--font-display),Georgia,serif;font-size:clamp(1.5rem,2.8vw,2rem);font-weight:600;letter-spacing:.01em}.portal-mini-hero__subtitle{margin:.45rem 0 0;max-width:42rem;color:var(--portal-text-muted);font-size:.95rem;line-height:1.55}.portal-empty-state{border:1px dashed rgba(201,162,39,.38);border-radius:var(--radius-md,14px);padding:2rem 1.5rem;text-align:center;background:rgba(0,0,0,.22)}.portal-empty-state__title{margin:0;font-family:var(--font-display),Georgia,serif;font-size:1.15rem;font-weight:600}.portal-empty-state__description{margin:.5rem 0 0;color:var(--portal-text-muted);font-size:.92rem;line-height:1.55}.portal-empty-state__action{margin-top:1rem}.portal-status-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem;border-radius:999px;border:1px solid transparent;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.4;white-space:nowrap}.portal-status-badge--neutral{color:rgba(247,248,251,.88);background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14)}.portal-status-badge--pending{color:#f0d98a;background:rgba(201,162,39,.14);border-color:rgba(201,162,39,.35)}.portal-status-badge--success{color:#b8e6c5;background:rgba(72,160,104,.18);border-color:rgba(72,160,104,.42)}.portal-status-badge--warning{color:#ffd9a0;background:rgba(201,132,39,.16);border-color:rgba(201,132,39,.42)}.portal-status-badge--danger{color:#ffb3b3;background:rgba(180,58,58,.18);border-color:rgba(180,58,58,.42)}.portal-auth-shell{min-height:100vh;display:grid;place-items:center;padding:clamp(1.25rem,4vw,2.5rem);background:radial-gradient(ellipse 70% 45% at 50% 0,rgba(201,162,39,.1),transparent 60%),linear-gradient(160deg,#0b0c10,#15171d 45%,#0f1014)}.portal-auth-shell__card{width:min(100%,26rem);border:1px solid rgba(201,162,39,.32);border-radius:var(--radius-md,14px);padding:clamp(1.35rem,4vw,2rem);background:rgba(0,0,0,.42);box-shadow:0 18px 40px rgba(0,0,0,.36);backdrop-filter:blur(10px)}.portal-auth-shell__brand{display:grid;justify-items:center;gap:.65rem;margin-bottom:1.35rem;text-align:center}.portal-auth-shell__brand-mark{margin:0;font-family:var(--font-display),Georgia,serif;color:var(--color-gold,#c9a227);font-size:2rem;font-weight:700;letter-spacing:.12em;line-height:1}.portal-auth-shell__brand-text{margin:0;color:rgba(247,248,251,.72);font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.portal-auth-shell__title{margin:0;font-family:var(--font-display),Georgia,serif;font-size:1.55rem;font-weight:600;text-align:center}.portal-auth-shell__subtitle{margin:.45rem 0 1.25rem;color:rgba(247,248,251,.72);font-size:.92rem;line-height:1.55;text-align:center}.portal-auth-shell__body{display:grid;gap:.85rem}.portal-auth-form{max-width:none}.portal-auth-shell__footer{margin-top:1.15rem;color:rgba(247,248,251,.72);font-size:.88rem;line-height:1.55;text-align:center}.portal-auth-shell__footer a{color:var(--color-gold,#c9a227);text-decoration:underline;text-underline-offset:.15em}.portal-auth-shell__alert{margin:0;color:#ffb3b3;font-size:.88rem}.portal-auth-shell__message{margin:0;color:rgba(247,248,251,.82);font-size:.88rem}@media (max-width:1023px){.luxury-portal-sidebar-slot{display:none}.luxury-portal-layout{grid-template-columns:1fr}}@media (min-width:1024px){.luxury-portal-mobile-appbar{display:none}}