/*
Theme Name: VYCESTAR
Theme URI: https://vycestar.com
Author: VYCESTAR
Description: Custom VYCESTAR gateway and platform theme.
Version: 0.1.11
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.1
Text Domain: vycestar
*/

:root {
    --vy-black: #050307;
    --vy-ink: #080d23;
    --vy-cherry: #210a14;
    --vy-plum: #290c1e;
    --vy-wine: #550e35;
    --vy-magenta: #9a235c;
    --vy-rose: #cc7287;
    --vy-violet: #3d55a2;
    --vy-silver: #cec7dc;
    --vy-ivory: #f4ece1;
    --vy-metal: #7a6875;
    --vy-smoke: #ad969e;
    --vy-success: #49c98b;
    --vy-warning: #f2b84b;
    --vy-error: #e4556d;
    --vy-info: #5f8fff;
    --vy-max: 1180px;
    --vy-radius: 14px;
    --vy-shadow: 0 24px 80px rgba(5, 3, 7, .54);
    --vy-glass: rgba(8, 13, 35, .48);
    --vy-glass-strong: rgba(5, 3, 7, .66);
    --vy-edge: rgba(206, 199, 220, .22);
    --motion-instant: 120ms;
    --motion-fast: 180ms;
    --motion-control: 260ms;
    --motion-component: 420ms;
    --motion-section: 680ms;
    --motion-scene: 960ms;
    --motion-ceremony: 1400ms;
    --ease-vyce-out: cubic-bezier(.16, 1, .3, 1);
    --ease-vyce-inout: cubic-bezier(.65, 0, .35, 1);
    --ease-vyce-seal: cubic-bezier(.22, .75, .24, 1);
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: var(--vy-black);
}

body {
    min-height: 100%;
    margin: 0;
    color: var(--vy-ivory);
    background: radial-gradient(circle at 50% 0, rgba(61, 85, 162, .22), transparent 34%), var(--vy-black);
    font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.vy-woo-marketplace {
    background-image:
        linear-gradient(90deg, rgba(5, 3, 7, .88), rgba(5, 3, 7, .52) 52%, rgba(5, 3, 7, .86)),
        var(--vy-bg-desktop-png);
    background-image:
        linear-gradient(90deg, rgba(5, 3, 7, .88), rgba(5, 3, 7, .52) 52%, rgba(5, 3, 7, .86)),
        var(--vy-bg-desktop-set);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

body.vy-gateway-body {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

:focus-visible {
    outline: 2px solid var(--vy-rose);
    outline-offset: 4px;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.vy-site-shell {
    min-height: 100svh;
    background: var(--vy-black);
}

.vy-shell-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: max(.8rem, env(safe-area-inset-top)) clamp(1rem, 4vw, 2rem) .8rem;
    border-bottom: 1px solid rgba(206, 199, 220, .14);
    background: rgba(5, 3, 7, .78);
    backdrop-filter: blur(18px);
}

.vy-brand {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    min-height: 44px;
    text-decoration: none;
}

.vy-brand-crest {
    display: block;
    width: clamp(34px, 3vw, 40px);
    height: clamp(34px, 3vw, 40px);
    object-fit: contain;
    filter: drop-shadow(0 0 10px rgba(204, 114, 135, .2));
}

.vy-brand-copy {
    display: grid;
    gap: .05rem;
}

.vy-brand strong,
.vy-gate-mark,
.vy-section-eyebrow,
.vy-tech-label {
    font-family: "Space Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.vy-brand strong {
    font-size: .78rem;
}

.vy-brand em {
    color: var(--vy-smoke);
    font-size: .68rem;
    font-style: normal;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.vy-nav {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.vy-nav li {
    list-style: none;
}

.vy-nav a {
    min-height: 38px;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: .62rem .78rem;
    color: rgba(244, 236, 225, .76);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.vy-nav a:hover,
.vy-nav a:focus-visible {
    border-color: rgba(204, 114, 135, .38);
    color: var(--vy-ivory);
    background: rgba(154, 35, 92, .18);
}

.vy-mobile-district-label {
    display: none;
    color: var(--vy-silver);
    font-family: "Space Mono", ui-monospace, monospace;
    font-size: .66rem;
    letter-spacing: .08em;
    text-align: center;
    text-transform: uppercase;
}

.vy-mobile-district-label strong,
.vy-mobile-district-label em {
    display: block;
    font-style: normal;
}

.vy-mobile-district-label strong {
    color: var(--vy-rose);
}

.vy-menu-icon {
    cursor: pointer;
}

.vy-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 50;
    padding: max(5.2rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
    background:
        radial-gradient(circle at 50% 20%, rgba(61, 85, 162, .2), transparent 32%),
        linear-gradient(180deg, rgba(5, 3, 7, .96), rgba(5, 3, 7, .9));
    backdrop-filter: blur(18px);
}

.vy-mobile-menu-panel {
    display: grid;
    gap: 1rem;
    width: min(960px, 100%);
    margin: 0 auto;
}

.vy-mobile-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
    gap: .8rem;
}

.vy-mobile-menu-grid a {
    display: grid;
    gap: .25rem;
    min-height: 96px;
    border: 1px solid rgba(206, 199, 220, .16);
    border-radius: 14px;
    padding: .9rem;
    color: var(--vy-ivory);
    background:
        linear-gradient(135deg, rgba(244, 236, 225, .06), transparent 32%),
        linear-gradient(160deg, rgba(8, 13, 35, .68), rgba(33, 10, 20, .46));
    text-decoration: none;
}

.vy-mobile-menu-grid strong {
    font-family: Cinzel, Georgia, serif;
    text-transform: uppercase;
}

.vy-mobile-menu-grid span {
    color: var(--vy-silver);
    font-size: .85rem;
}

.vy-gateway {
    position: relative;
    display: grid;
    min-height: 100vh;
    min-height: 100svh;
    width: 100%;
    overflow: hidden;
    isolation: isolate;
    background: var(--vy-black);
}

.vy-scene-bg {
    --vy-bg-desktop-png: none;
    --vy-bg-desktop-set: var(--vy-bg-desktop-png);
    --vy-bg-mobile-png: var(--vy-bg-desktop-png);
    --vy-bg-mobile-set: var(--vy-bg-desktop-set);
}

.vy-gateway::before,
.vy-scene-page::before,
.vy-board-cover::before {
    position: absolute;
    inset: 0;
    z-index: -3;
    content: "";
    background-image: var(--vy-bg-desktop-png);
    background-image: var(--vy-bg-desktop-set);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.015);
}

.vy-gateway::after,
.vy-scene-page::after,
.vy-board-cover::after {
    position: absolute;
    inset: 0;
    z-index: -2;
    content: "";
    background:
        radial-gradient(circle at 52% 58%, rgba(204, 114, 135, .22), transparent 34%),
        radial-gradient(circle at 50% 82%, rgba(244, 236, 225, .11), transparent 22%),
        linear-gradient(90deg, rgba(5, 3, 7, .68), rgba(5, 3, 7, .16) 52%, rgba(5, 3, 7, .74)),
        linear-gradient(180deg, rgba(8, 13, 35, .18), rgba(5, 3, 7, .84));
}

.vy-gateway-inner {
    align-self: end;
    justify-self: center;
    width: min(900px, calc(100vw - 2rem));
    margin: clamp(4rem, 10svh, 7rem) auto max(1.2rem, env(safe-area-inset-bottom));
    padding: clamp(1rem, 3vw, 1.6rem);
    border: 1px solid rgba(206, 199, 220, .12);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(5, 3, 7, .28), rgba(5, 3, 7, .08));
    text-align: center;
    text-shadow: 0 2px 20px rgba(0, 0, 0, .82);
}

.vy-gate-mark {
    margin: 0 0 .75rem;
    color: var(--vy-rose);
    font-size: .72rem;
}

.vy-gateway h1,
.vy-platform-hero h1,
.vy-role-card h1,
.vy-section-title,
.vy-page-title {
    margin: 0;
    font-family: Cinzel, Georgia, "Times New Roman", serif;
    line-height: .92;
    text-transform: uppercase;
}

.vy-gateway h1 {
    font-size: clamp(3.4rem, 12vw, 9.4rem);
    letter-spacing: .02em;
    text-shadow: 0 0 30px rgba(204, 114, 135, .3), 0 3px 24px rgba(0, 0, 0, .9);
}

.vy-gateway-subtitle {
    display: block;
    margin-top: .3rem;
    color: var(--vy-silver);
    font-family: "Space Mono", ui-monospace, monospace;
    font-size: clamp(.86rem, 2vw, 1.05rem);
    letter-spacing: .28em;
    text-transform: uppercase;
}

.vy-gateway-copy {
    width: min(590px, 100%);
    margin: 1rem 0 0;
    margin-inline: auto;
    color: rgba(244, 236, 225, .82);
    font-size: clamp(1rem, 2vw, 1.12rem);
    line-height: 1.58;
}

.vy-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.2rem;
}

.vy-actions form {
    margin: 0;
}

.vy-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border: 1px solid rgba(244, 236, 225, .32);
    border-radius: 999px;
    padding: .78rem 1rem;
    color: var(--vy-ivory);
    background: rgba(5, 3, 7, .72);
    box-shadow: 0 12px 34px rgba(5, 3, 7, .25);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.vy-button-secondary,
.vy-button-district {
    box-shadow: inset 0 1px 0 rgba(244, 236, 225, .08), 0 10px 28px rgba(0, 0, 0, .22);
}

.vy-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
    transform: translateY(-1px);
}

.vy-button-primary {
    border-color: rgba(204, 114, 135, .76);
    background: linear-gradient(135deg, rgba(154, 35, 92, .88), rgba(85, 14, 53, .82));
}

.vy-button-secondary {
    border-color: rgba(206, 199, 220, .3);
    background: rgba(8, 13, 35, .62);
}

.vy-button-district {
    border-color: rgba(95, 143, 255, .5);
    background: rgba(61, 85, 162, .28);
}

.vy-button-danger {
    border-color: rgba(228, 85, 109, .55);
    background: rgba(228, 85, 109, .18);
}

.vy-button-disabled,
.vy-button[aria-disabled="true"] {
    opacity: .46;
    cursor: not-allowed;
}

.vy-page {
    position: relative;
    isolation: isolate;
    width: min(var(--vy-max), calc(100vw - 2rem));
    margin: 0 auto;
    padding: clamp(1.25rem, 4vw, 3rem) 0 7rem;
}

.vy-page-content {
    width: min(1220px, calc(100vw - 2rem));
    margin: 0 auto;
}

.vy-scene-page {
    width: 100%;
    min-height: calc(100svh - 60px);
    padding-right: max(1rem, calc((100vw - var(--vy-max)) / 2));
    padding-left: max(1rem, calc((100vw - var(--vy-max)) / 2));
    overflow: hidden;
}

.vy-scene-page::before {
    position: fixed;
    transform: none;
}

.vy-scene-page::after {
    position: fixed;
    background:
        radial-gradient(circle at 20% 20%, rgba(154, 35, 92, .2), transparent 34%),
        linear-gradient(90deg, rgba(5, 3, 7, .88), rgba(5, 3, 7, .48) 50%, rgba(5, 3, 7, .84)),
        linear-gradient(180deg, rgba(8, 13, 35, .3), rgba(5, 3, 7, .92));
}

.vy-platform-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: clamp(1rem, 4vw, 2rem);
    align-items: stretch;
    min-height: clamp(420px, 70vh, 720px);
    padding-top: clamp(1rem, 3vw, 2rem);
}

.vy-panel,
.vy-card,
.vy-role-card {
    border: 1px solid rgba(206, 199, 220, .16);
    border-radius: var(--vy-radius);
    background: linear-gradient(135deg, rgba(8, 13, 35, .76), rgba(41, 12, 30, .66));
    box-shadow: var(--vy-shadow);
    backdrop-filter: blur(18px);
}

.vy-role-card,
.vy-panel {
    padding: clamp(1rem, 3vw, 1.7rem);
}

.vy-glass-zone,
.vy-access-portal,
.vy-auth-terminal,
.vy-flow-step,
.vy-composer,
.vy-feed-item {
    border: 1px solid var(--vy-edge);
    border-radius: var(--vy-radius);
    background:
        linear-gradient(145deg, rgba(244, 236, 225, .08), transparent 26%),
        linear-gradient(160deg, var(--vy-glass), rgba(33, 10, 20, .46));
    box-shadow:
        inset 0 1px 0 rgba(244, 236, 225, .12),
        0 28px 90px rgba(0, 0, 0, .44);
    backdrop-filter: blur(18px) saturate(130%);
}

.vy-hero-visual {
    min-height: 360px;
    background:
        linear-gradient(180deg, rgba(5, 3, 7, .08), rgba(5, 3, 7, .62)),
        var(--vy-bg-desktop-set) center / cover no-repeat;
}

.vy-platform-hero h1 {
    font-size: clamp(3rem, 8vw, 7rem);
}

.vy-lead {
    color: rgba(244, 236, 225, .78);
    font-size: clamp(1.02rem, 2vw, 1.2rem);
    line-height: 1.6;
}

.vy-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.vy-span-4 {
    grid-column: span 4;
}

.vy-span-3 {
    grid-column: span 3;
}

.vy-span-6 {
    grid-column: span 6;
}

.vy-span-8 {
    grid-column: span 8;
}

.vy-span-12 {
    grid-column: span 12;
}

.vy-card {
    padding: 1rem;
}

.vy-card h3,
.vy-card h2,
.vy-role-card h2 {
    margin: 0 0 .5rem;
    color: var(--vy-ivory);
}

.vy-card p,
.vy-card li,
.vy-role-card p,
.vy-muted {
    color: rgba(244, 236, 225, .74);
    line-height: 1.5;
}

.vy-alert {
    margin: 0 0 1rem;
    border: 1px solid rgba(206, 199, 220, .22);
    border-radius: var(--vy-radius);
    padding: .85rem 1rem;
    font-weight: 800;
}

.vy-alert-success {
    border-color: rgba(73, 201, 139, .56);
    color: #bfffe0;
    background: rgba(73, 201, 139, .12);
}

.vy-alert-error {
    border-color: rgba(228, 85, 109, .56);
    color: #ffd0d9;
    background: rgba(228, 85, 109, .12);
}

.vy-onboarding {
    display: grid;
    gap: 1rem;
}

.vy-form {
    border: 1px solid rgba(206, 199, 220, .16);
    border-radius: var(--vy-radius);
    padding: clamp(1rem, 3vw, 1.5rem);
    background: linear-gradient(135deg, rgba(8, 13, 35, .76), rgba(41, 12, 30, .66));
    box-shadow: var(--vy-shadow);
}

.vy-form section,
.vy-form fieldset {
    display: grid;
    gap: .75rem;
    margin: 0;
    border: 1px solid rgba(206, 199, 220, .14);
    border-radius: var(--vy-radius);
    padding: 1rem;
    background: rgba(5, 3, 7, .34);
}

.vy-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .85rem;
}

.vy-form label,
.vy-form legend {
    display: grid;
    gap: .4rem;
    color: rgba(244, 236, 225, .88);
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.vy-form input,
.vy-form select,
.vy-form textarea {
    width: 100%;
    border: 1px solid rgba(206, 199, 220, .22);
    border-radius: 8px;
    padding: .78rem;
    color: var(--vy-ivory);
    background: rgba(5, 3, 7, .72);
    font: inherit;
    text-transform: none;
}

.vy-form input[type="checkbox"] {
    width: auto;
}

.vy-check {
    display: flex !important;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: .6rem;
}

.vy-feed-list {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.vy-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: var(--vy-radius);
}

.vy-table th,
.vy-table td {
    border-bottom: 1px solid rgba(206, 199, 220, .14);
    padding: .7rem;
    text-align: left;
}

.vy-table th {
    color: var(--vy-rose);
    font-family: "Space Mono", ui-monospace, monospace;
    font-size: .72rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vy-badge-row,
.vy-stat-grid,
.vy-skill-list,
.vy-district-list {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.vy-badge,
.vy-stat,
.vy-skill,
.vy-district-pill {
    border: 1px solid rgba(206, 199, 220, .18);
    border-radius: 999px;
    padding: .48rem .65rem;
    color: var(--vy-silver);
    background: rgba(5, 3, 7, .46);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.vy-status-active {
    border-color: rgba(73, 201, 139, .56);
    color: #bfffe0;
}

.vy-status-forming {
    border-color: rgba(242, 184, 75, .5);
    color: #ffe2a0;
}

.vy-section {
    margin-top: clamp(1.2rem, 4vw, 2.4rem);
}

.vy-section-title {
    margin-bottom: .8rem;
    font-size: clamp(1.7rem, 4vw, 3.1rem);
}

.vy-home-state {
    display: grid;
    gap: 1rem;
}

.vy-board-cover {
    position: relative;
    display: grid;
    min-height: clamp(420px, 56vw, 720px);
    overflow: hidden;
    isolation: isolate;
    border: 1px solid rgba(206, 199, 220, .16);
    border-radius: var(--vy-radius);
    padding: clamp(1rem, 3vw, 1.7rem);
    box-shadow: var(--vy-shadow);
}

.vy-board-cover::before {
    transform: none;
}

.vy-board-cover::after {
    background:
        radial-gradient(circle at 16% 26%, rgba(204, 114, 135, .14), transparent 22%),
        linear-gradient(90deg, rgba(5, 3, 7, .82), rgba(5, 3, 7, .22) 54%, rgba(5, 3, 7, .72)),
        linear-gradient(180deg, rgba(5, 3, 7, .18), rgba(5, 3, 7, .86));
}

.vy-board-copy {
    align-self: end;
    width: min(640px, 100%);
}

.vy-board-avatar {
    position: absolute;
    top: 18%;
    left: 9.2%;
    z-index: 1;
    display: grid;
    place-items: center;
    width: clamp(92px, 12vw, 154px);
    aspect-ratio: 1;
    overflow: hidden;
    border: 2px solid rgba(244, 236, 225, .82);
    border-radius: 50%;
    color: var(--vy-ivory);
    background: rgba(5, 3, 7, .74);
    box-shadow: 0 0 32px rgba(204, 114, 135, .34);
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 800;
}

.vy-board-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vy-board-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    align-self: end;
}

.vy-board-tabs a {
    min-height: 40px;
    border-bottom: 1px solid rgba(206, 199, 220, .26);
    padding: .6rem .2rem;
    color: var(--vy-silver);
    font-family: "Space Mono", ui-monospace, monospace;
    font-size: .7rem;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
}

.vy-skill-module {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    border: 1px solid rgba(206, 199, 220, .14);
    border-radius: var(--vy-radius);
    padding: 1rem;
    background:
        linear-gradient(180deg, rgba(5, 3, 7, .08), rgba(5, 3, 7, .78)),
        radial-gradient(circle at 50% 12%, rgba(204, 114, 135, .2), transparent 36%),
        rgba(5, 3, 7, .72);
    box-shadow: var(--vy-shadow);
}

.vy-skill-media {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: .85rem;
    border: 1px solid rgba(206, 199, 220, .12);
    border-radius: 12px;
    background:
        radial-gradient(circle at 50% 50%, rgba(204, 114, 135, .2), transparent 34%),
        linear-gradient(135deg, rgba(61, 85, 162, .16), rgba(33, 10, 20, .42));
}

.vy-mobile-bottom-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display: none;
    grid-template-columns: repeat(5, 1fr);
    gap: .25rem;
    padding: .5rem .5rem max(.5rem, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(206, 199, 220, .16);
    background: rgba(5, 3, 7, .9);
    backdrop-filter: blur(18px);
}

.vy-mobile-bottom-nav a,
.vy-mobile-bottom-nav button {
    min-height: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--vy-silver);
    background: transparent;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.vy-create-panel {
    position: fixed;
    right: .75rem;
    bottom: calc(4.4rem + env(safe-area-inset-bottom));
    z-index: 35;
    display: none;
    width: min(320px, calc(100vw - 1.5rem));
    padding: .8rem;
}

.vy-create-panel.is-open {
    display: grid;
    gap: .5rem;
}

.vy-entry-choice,
.vy-auth-stage,
.vy-onboarding-flow,
.vy-district-hub,
.vy-commerce-zone,
.vy-feed-stage {
    width: min(1180px, 100%);
    margin: clamp(1.2rem, 5vh, 4rem) auto;
}

.vy-entry-choice h2,
.vy-auth-stage h2,
.vy-onboarding-flow h2,
.vy-home-hero h1 {
    font-family: Cinzel, Georgia, "Times New Roman", serif;
    line-height: .94;
    text-transform: uppercase;
}

.vy-entry-choice h2 {
    width: min(920px, 100%);
    margin: 0 0 clamp(1rem, 3vw, 1.8rem);
    font-size: clamp(2.5rem, 7vw, 6.2rem);
}

.vy-portal-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 3vw, 1.5rem);
}

.vy-access-portal {
    position: relative;
    display: grid;
    grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
    column-gap: clamp(1rem, 3vw, 1.6rem);
    align-items: center;
    min-height: 0;
    overflow: hidden;
    padding: clamp(1rem, 3vw, 1.7rem);
}

.vy-access-portal::before {
    position: absolute;
    inset: -35% -20% auto auto;
    width: 70%;
    aspect-ratio: 1;
    border-radius: 50%;
    content: "";
    background: radial-gradient(circle, rgba(204, 114, 135, .24), transparent 62%);
    pointer-events: none;
}

.vy-access-portal::after {
    position: absolute;
    inset: auto 1.2rem 1rem;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(206, 199, 220, .28), transparent);
    pointer-events: none;
}

.vy-stargazer-portal {
    background:
        radial-gradient(circle at 18% 22%, rgba(61, 85, 162, .34), transparent 32%),
        linear-gradient(145deg, rgba(244, 236, 225, .07), transparent 22%),
        linear-gradient(160deg, rgba(8, 13, 35, .72), rgba(5, 3, 7, .64));
}

.vy-stargazer-portal::before {
    background:
        radial-gradient(circle, rgba(61, 85, 162, .34), transparent 59%),
        radial-gradient(circle at 28% 70%, rgba(204, 114, 135, .2), transparent 45%);
}

.vy-vycestar-portal {
    background:
        radial-gradient(circle at 78% 18%, rgba(154, 35, 92, .32), transparent 33%),
        linear-gradient(145deg, rgba(244, 236, 225, .08), transparent 24%),
        linear-gradient(160deg, rgba(41, 12, 30, .72), rgba(5, 3, 7, .66));
}

.vy-vycestar-portal::before {
    background:
        conic-gradient(from 45deg, transparent, rgba(204, 114, 135, .22), transparent 36%),
        radial-gradient(circle, rgba(204, 114, 135, .2), transparent 62%);
}

.vy-access-portal h3 {
    width: min(460px, 100%);
    margin: .7rem 0;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.9rem, 4vw, 3.8rem);
    line-height: .96;
    text-transform: uppercase;
}

.vy-access-portal p {
    color: rgba(244, 236, 225, .78);
    line-height: 1.55;
}

.vy-access-portal .vy-button {
    margin-top: 1rem;
}

.vy-portal-frame {
    grid-row: span 4;
    display: grid;
    place-items: center;
    width: min(220px, 34vw);
    aspect-ratio: 1;
    justify-self: center;
}

.vy-portal-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 24px rgba(204, 114, 135, .16));
}

.vy-portal-statements {
    display: grid;
    gap: .65rem;
    margin-top: .8rem;
}

.vy-portal-statements article {
    border-left: 1px solid rgba(206, 199, 220, .18);
    padding-left: .8rem;
}

.vy-portal-statements strong {
    display: block;
    color: var(--vy-ivory);
    font-family: Cinzel, Georgia, serif;
    font-size: .92rem;
    letter-spacing: .06em;
}

.vy-portal-statements span {
    display: block;
    color: var(--vy-silver);
    font-size: .86rem;
}

.vy-badge-row span {
    border: 1px solid rgba(206, 199, 220, .16);
    border-radius: 7px;
    padding: .42rem .58rem;
    color: var(--vy-silver);
    background: rgba(5, 3, 7, .32);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.vy-auth-stage {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(340px, .72fr);
    gap: clamp(1rem, 4vw, 2rem);
    align-items: center;
    min-height: clamp(560px, 78svh, 820px);
}

.vy-auth-copy h2 {
    margin: .2rem 0 1rem;
    font-size: clamp(3rem, 8vw, 7rem);
}

.vy-auth-copy p {
    width: min(560px, 100%);
    color: rgba(244, 236, 225, .78);
    font-size: clamp(1rem, 2vw, 1.18rem);
    line-height: 1.6;
}

.vy-auth-terminal {
    display: grid;
    gap: .9rem;
    padding: clamp(1rem, 3vw, 1.5rem);
}

.vy-auth-terminal label,
.vy-onboarding-flow label,
.vy-composer label {
    display: grid;
    gap: .35rem;
    color: rgba(244, 236, 225, .82);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vy-auth-terminal input,
.vy-onboarding-flow input,
.vy-onboarding-flow textarea,
.vy-onboarding-flow select,
.vy-composer input,
.vy-composer textarea,
.vy-composer select {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(206, 199, 220, .2);
    border-radius: 10px;
    padding: .75rem .8rem;
    color: var(--vy-ivory);
    background: rgba(5, 3, 7, .68);
}

.vy-password-line {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .5rem;
}

.vy-mini-button,
.vy-link-button {
    min-height: 44px;
    border: 1px solid rgba(206, 199, 220, .2);
    border-radius: 999px;
    padding: .55rem .8rem;
    color: var(--vy-ivory);
    background: rgba(154, 35, 92, .18);
    font-weight: 900;
    cursor: pointer;
}

.vy-auth-links {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    align-items: center;
    justify-content: space-between;
}

.vy-auth-links a,
.vy-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 8px;
    padding: .2rem .5rem;
    color: var(--vy-silver);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vy-check {
    display: flex !important;
    grid-template-columns: none !important;
    align-items: center;
    min-height: 44px;
    cursor: pointer;
}

.vy-check input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: .65rem;
    accent-color: var(--vy-rose);
}

.vy-onboarding-flow {
    display: grid;
    gap: 1rem;
    max-width: 100%;
    overflow: visible;
}

.vy-onboarding-flow > header {
    width: min(920px, 100%);
}

.vy-onboarding-flow > header h2 {
    margin: .3rem 0 .8rem;
    font-size: clamp(2.4rem, 6vw, 5rem);
}

.vy-flow-step {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(1rem, 3vw, 1.4rem);
}

.vy-flow-step::before {
    position: absolute;
    right: -12%;
    bottom: -42%;
    z-index: -1;
    width: min(360px, 62vw);
    aspect-ratio: 1;
    border: 1px solid rgba(244, 236, 225, .14);
    border-radius: 50%;
    content: "";
    background:
        radial-gradient(circle at 50% 50%, rgba(244, 236, 225, .1), transparent 58%),
        conic-gradient(from 18deg, transparent, rgba(204, 114, 135, .12), transparent 38%);
    opacity: .55;
    pointer-events: none;
}

.vy-step-number {
    display: inline-grid;
    place-items: center;
    width: 34px;
    aspect-ratio: 1;
    border: 1px solid rgba(204, 114, 135, .5);
    border-radius: 50%;
    color: var(--vy-rose);
    font-family: "Space Mono", ui-monospace, monospace;
    font-weight: 900;
}

.vy-flow-step h3 {
    margin: .55rem 0 1rem;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.35rem, 3vw, 2.2rem);
    text-transform: uppercase;
}

.vy-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
    min-width: 0;
}

.vy-form-grid label,
.vy-checkbox-grid label {
    min-width: 0;
}

.vy-form-grid input,
.vy-form-grid textarea,
.vy-form-grid select {
    max-width: 100%;
}

.vy-checkbox-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
    gap: .55rem;
}

.vy-progress-nav,
.vy-draft-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    align-items: center;
    margin-top: 1rem;
}

.vy-progress-nav a,
.vy-field-status,
.vy-draft-status,
.vy-required {
    font-family: "Space Mono", ui-monospace, monospace;
    font-size: .68rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.vy-progress-nav a {
    min-height: 36px;
    border: 1px solid rgba(206, 199, 220, .16);
    border-radius: 999px;
    padding: .55rem .7rem;
    color: var(--vy-silver);
    background: rgba(5, 3, 7, .38);
}

.vy-reservation-status {
    display: grid;
    gap: .25rem;
    width: min(620px, 100%);
    margin-top: 1rem;
    border: 1px solid rgba(73, 201, 139, .32);
    border-radius: 14px;
    padding: .9rem 1rem;
    background:
        linear-gradient(90deg, rgba(73, 201, 139, .12), rgba(5, 3, 7, .34)),
        rgba(5, 3, 7, .58);
    box-shadow: inset 0 1px 0 rgba(244, 236, 225, .12);
}

.vy-reservation-status strong {
    color: var(--vy-ivory);
    font-family: Cinzel, Georgia, serif;
    letter-spacing: .06em;
}

.vy-reservation-status span {
    color: var(--vy-silver);
    font-family: "Space Mono", ui-monospace, monospace;
    font-size: .76rem;
}

.vy-field-status {
    display: block;
    margin-top: .35rem;
    color: var(--vy-silver);
}

.vy-field-status.is-available {
    color: var(--vy-success);
}

.vy-field-status.is-conflict {
    color: var(--vy-error);
}

.vy-required {
    color: var(--vy-rose);
}

.vy-upload-preview {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    gap: .7rem;
}

.vy-preview-item {
    margin: 0;
    border: 1px solid rgba(206, 199, 220, .16);
    border-radius: 14px;
    padding: .55rem;
    background: rgba(5, 3, 7, .45);
}

.vy-preview-item img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 10px;
    object-fit: cover;
}

.vy-preview-item figcaption {
    margin-top: .4rem;
    overflow-wrap: anywhere;
    color: var(--vy-silver);
    font-family: "Space Mono", ui-monospace, monospace;
    font-size: .66rem;
}

.vy-check {
    display: flex !important;
    grid-column: 1 / -1;
    align-items: center;
    gap: .6rem !important;
}

.vy-check input {
    width: 20px;
    min-height: 20px;
}

.vy-home-experience {
    padding-top: clamp(1rem, 3vw, 2rem);
}

.vy-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
    gap: clamp(1rem, 4vw, 2rem);
    align-items: end;
    width: min(1220px, 100%);
    min-height: clamp(460px, 72svh, 760px);
    margin: 0 auto;
}

.vy-home-hero-copy {
    width: min(760px, 100%);
}

.vy-home-hero h1 {
    margin: .2rem 0 1rem;
    font-size: clamp(3.2rem, 9vw, 8rem);
}

.vy-night-status {
    padding: 1.1rem;
}

.vy-home-zones {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
    width: min(1220px, 100%);
    margin: 1rem auto 0;
}

.vy-glass-zone {
    grid-column: span 4;
    padding: clamp(1rem, 2.5vw, 1.25rem);
}

.vy-glass-zone.vy-span-3 {
    grid-column: span 3;
}

.vy-glass-zone.vy-span-4 {
    grid-column: span 4;
}

.vy-glass-zone.vy-span-6 {
    grid-column: span 6;
}

.vy-glass-zone.vy-span-8,
.vy-zone-wide {
    grid-column: span 8;
}

.vy-glass-zone.vy-span-12 {
    grid-column: span 12;
}

.vy-glass-zone h2,
.vy-founder-layout h2 {
    margin: .25rem 0 .6rem;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.5rem, 3vw, 2.45rem);
    text-transform: uppercase;
}

.vy-founder-layout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
}

.vy-founder-portrait {
    display: grid;
    place-items: center;
    width: clamp(96px, 12vw, 150px);
    aspect-ratio: 1;
    border: 1px solid rgba(244, 236, 225, .38);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(204, 114, 135, .24), rgba(5, 3, 7, .7));
    box-shadow: 0 0 44px rgba(204, 114, 135, .3);
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 900;
}

.vy-stat {
    display: grid;
    gap: .2rem;
    border-radius: 12px;
}

.vy-stat strong {
    color: var(--vy-ivory);
    font-family: Manrope, sans-serif;
    letter-spacing: 0;
    text-transform: none;
}

.vy-composer {
    padding: 1rem;
}

.vy-feed-list {
    display: grid;
    gap: 1rem;
}

.vy-feed-item {
    padding: 1rem;
}

/* Institutional front-end evolution */
:root {
    --motion-instant: 120ms;
    --motion-fast: 180ms;
    --motion-control: 260ms;
    --motion-component: 420ms;
    --motion-section: 680ms;
    --motion-scene: 960ms;
    --motion-ceremony: 1400ms;
    --ease-vyce-out: cubic-bezier(.16, 1, .3, 1);
    --ease-vyce-inout: cubic-bezier(.65, 0, .35, 1);
    --ease-vyce-seal: cubic-bezier(.22, .75, .24, 1);
}

.vy-shell-header {
    transition: min-height var(--motion-control) var(--ease-vyce-out), background var(--motion-control) var(--ease-vyce-out), border-color var(--motion-control) var(--ease-vyce-out);
}

.vy-shell-header.is-scrolled {
    border-bottom-color: rgba(206, 199, 220, .28);
    background: rgba(5, 3, 7, .9);
}

.vy-brand {
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: .6rem;
}

.vy-brand i {
    display: grid;
    grid-row: span 2;
    place-items: center;
    width: 34px;
    aspect-ratio: 1;
    border: 1px solid rgba(206, 199, 220, .38);
    border-radius: 50%;
    color: var(--vy-ivory);
    background: radial-gradient(circle, rgba(204, 114, 135, .22), rgba(5, 3, 7, .76));
    font-family: Cinzel, Georgia, serif;
    font-style: normal;
    font-weight: 900;
}

.vy-nav a {
    position: relative;
}

.vy-nav a::after {
    position: absolute;
    right: .9rem;
    bottom: .28rem;
    left: .9rem;
    height: 1px;
    content: "";
    background: var(--vy-rose);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform var(--motion-fast) var(--ease-vyce-out);
}

.vy-nav a:hover::after,
.vy-nav a:focus-visible::after {
    transform: scaleX(1);
}

.vy-header-tools {
    display: flex;
    align-items: center;
    gap: .45rem;
}

.vy-district-toggle,
.vy-tool-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid rgba(206, 199, 220, .16);
    border-radius: 999px;
    padding: .55rem .75rem;
    color: var(--vy-silver);
    background: rgba(5, 3, 7, .38);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.vy-district-toggle span {
    margin-right: .45rem;
    color: var(--vy-rose);
    font-family: "Space Mono", ui-monospace, monospace;
}

.vy-tool-icon {
    position: relative;
    width: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 0;
}

.vy-tool-icon > span {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
}

.vy-search-icon > span::before {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 11px;
    height: 11px;
    border: 2px solid currentColor;
    border-radius: 50%;
    content: "";
}

.vy-search-icon > span::after {
    position: absolute;
    right: 1px;
    bottom: 1px;
    width: 8px;
    height: 2px;
    content: "";
    background: currentColor;
    transform: rotate(45deg);
    transform-origin: center;
}

.vy-menu-icon > span,
.vy-menu-icon > span::before,
.vy-menu-icon > span::after {
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.vy-menu-icon > span::before,
.vy-menu-icon > span::after {
    position: absolute;
    left: 0;
    width: 18px;
    content: "";
}

.vy-menu-icon > span::before {
    top: 5px;
}

.vy-menu-icon > span::after {
    bottom: 5px;
}

.vy-district-board {
    position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .75rem;
    padding: 1rem clamp(1rem, 4vw, 2rem);
    border-bottom: 1px solid rgba(206, 199, 220, .18);
    background: rgba(5, 3, 7, .94);
    backdrop-filter: blur(20px);
}

.vy-district-board[hidden] {
    display: none;
}

.vy-district-board article {
    position: relative;
    border: 1px solid rgba(206, 199, 220, .14);
    border-radius: 12px;
    padding: .75rem;
    background: linear-gradient(160deg, rgba(8, 13, 35, .6), rgba(33, 10, 20, .36));
}

.vy-district-marker {
    position: absolute;
    top: .65rem;
    right: .65rem;
    width: 24px;
    height: 24px;
    object-fit: contain;
    opacity: .8;
}

.vy-district-board span {
    color: var(--vy-rose);
    font-family: "Space Mono", ui-monospace, monospace;
    font-size: .65rem;
    letter-spacing: .16em;
}

.vy-district-board h2 {
    margin: .25rem 0;
    font-family: Cinzel, Georgia, serif;
    font-size: 1rem;
    text-transform: uppercase;
}

.vy-gate-ceremony {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    background: #020103;
    pointer-events: auto;
    opacity: 1;
    transition: opacity var(--motion-section) var(--ease-vyce-out), visibility var(--motion-section) var(--ease-vyce-out);
}

.vy-gate-ceremony.is-complete {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.vy-gate-line {
    width: 2px;
    height: min(58vh, 520px);
    background: linear-gradient(180deg, transparent, var(--vy-wine), var(--vy-rose), transparent);
    transform: scaleY(0);
    animation: vyGateLine var(--motion-ceremony) var(--ease-vyce-seal) forwards;
}

.vy-gate-crest {
    position: absolute;
    display: grid;
    place-items: center;
    width: clamp(74px, 12vw, 138px);
    aspect-ratio: 1;
    border: 1px solid rgba(206, 199, 220, .42);
    border-radius: 50%;
    color: var(--vy-ivory);
    background: radial-gradient(circle, rgba(204, 114, 135, .26), rgba(5, 3, 7, .88));
    box-shadow: 0 0 50px rgba(204, 114, 135, .18);
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(2.3rem, 7vw, 5rem);
    font-weight: 900;
    opacity: 0;
    animation: vyCrestReveal var(--motion-ceremony) var(--ease-vyce-out) .28s forwards;
}

.vy-gate-crest-img {
    display: block;
    width: 86%;
    height: 86%;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(204, 114, 135, .18));
}

.vy-gate-light {
    position: absolute;
    width: 45vw;
    max-width: 760px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(204, 114, 135, .75), transparent);
    opacity: 0;
    animation: vyLightSweep var(--motion-ceremony) var(--ease-vyce-out) .54s forwards;
}

.vy-intro-skip {
    position: absolute;
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
    z-index: 2;
    border: 1px solid rgba(206, 199, 220, .22);
    border-radius: 999px;
    padding: .6rem .85rem;
    color: var(--vy-silver);
    background: rgba(5, 3, 7, .62);
    font-weight: 900;
}

.vy-gateway-inner {
    view-transition-name: vyce-lockup;
}

.vy-gate-exiting .vy-gateway::after {
    background:
        radial-gradient(circle at 50% 55%, rgba(204, 114, 135, .42), transparent 28%),
        linear-gradient(90deg, rgba(5, 3, 7, .9), rgba(5, 3, 7, .16) 52%, rgba(5, 3, 7, .9));
}

.vy-signal-rail,
.vy-city-rail,
.vy-release-rail,
.vy-district-strip {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
}

.vy-signal-rail {
    position: relative;
    border-block: 1px solid rgba(206, 199, 220, .14);
    padding-block: .4rem;
}

.vy-signal-rail::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(204, 114, 135, .5), transparent);
}

.vy-signal-rail span,
.vy-city-rail button,
.vy-release-rail span,
.vy-district-strip span {
    border: 0;
    border-left: 1px solid rgba(206, 199, 220, .28);
    border-radius: 0;
    padding: .42rem .68rem;
    color: var(--vy-silver);
    background: linear-gradient(90deg, rgba(206, 199, 220, .08), rgba(5, 3, 7, .12));
    font-family: "Space Mono", ui-monospace, monospace;
    font-size: .66rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.vy-signal-rail span {
    position: relative;
    z-index: 1;
    background: rgba(5, 3, 7, .86);
}

.vy-district-route {
    gap: 0;
    border: 1px solid rgba(206, 199, 220, .14);
    border-radius: 14px;
    background: rgba(5, 3, 7, .34);
}

.vy-district-route button {
    position: relative;
    flex: 1 1 auto;
    border: 0;
    border-radius: 0;
}

.vy-district-route button + button::before {
    position: absolute;
    top: 50%;
    left: -10px;
    color: rgba(206, 199, 220, .48);
    content: "━";
    transform: translateY(-50%);
}

.vy-city-rail button {
    min-height: 44px;
    border: 1px solid rgba(206, 199, 220, .14);
    border-radius: 8px;
    cursor: pointer;
}

.vy-city-rail button:hover,
.vy-city-rail button:focus-visible {
    border-color: rgba(95, 143, 255, .46);
    background: linear-gradient(90deg, rgba(61, 85, 162, .24), rgba(5, 3, 7, .24));
}

.vy-night-status,
.vy-feature-reveal,
.vy-timeline-zone,
.vy-broadcast-preview,
.vy-showroom-entry,
.vy-recognition-zone,
.vy-district-floor,
.vy-observatory-filter,
.vy-observatory-preview,
.vy-star-node,
.vy-founding-state,
.vy-product-plinth,
.vy-press-grid article {
    border: 1px solid rgba(206, 199, 220, .14);
    border-radius: var(--vy-radius);
    background:
        linear-gradient(145deg, rgba(244, 236, 225, .07), transparent 30%),
        linear-gradient(160deg, rgba(5, 3, 7, .58), rgba(33, 10, 20, .38));
    box-shadow: inset 0 1px 0 rgba(244, 236, 225, .1), 0 28px 80px rgba(0, 0, 0, .38);
    backdrop-filter: blur(16px) saturate(120%);
}

.vy-night-status {
    align-self: center;
    border-top-color: rgba(61, 85, 162, .5);
    background:
        linear-gradient(100deg, rgba(61, 85, 162, .18), transparent 40%),
        linear-gradient(160deg, rgba(5, 3, 7, .68), rgba(8, 13, 35, .54));
}

.vy-night-status h2 {
    margin: .25rem 0 .35rem;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.9rem, 4vw, 3.7rem);
    line-height: .95;
    text-transform: uppercase;
}

.vy-district-campaign {
    color: var(--vy-rose);
    font-family: "Space Mono", ui-monospace, monospace;
    font-size: .76rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.vy-feature-reveal {
    min-height: clamp(320px, 38vh, 520px);
    border-left-color: rgba(204, 114, 135, .48);
    background:
        radial-gradient(circle at 16% 26%, rgba(204, 114, 135, .22), transparent 26%),
        linear-gradient(110deg, rgba(5, 3, 7, .72), rgba(41, 12, 30, .48), rgba(5, 3, 7, .66));
}

.vy-founder-layout {
    display: grid;
    grid-template-columns: minmax(140px, 240px) minmax(0, 1fr);
    gap: clamp(1rem, 4vw, 2rem);
    align-items: center;
}

.vy-founder-portrait {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    border: 1px solid rgba(206, 199, 220, .2);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, rgba(204, 114, 135, .2), transparent 58%),
        radial-gradient(circle, rgba(5, 3, 7, .88), rgba(5, 3, 7, .96));
    box-shadow: inset 0 1px 0 rgba(244, 236, 225, .16), 0 0 58px rgba(204, 114, 135, .16);
}

.vy-creator-medallion {
    position: relative;
    overflow: hidden;
}

.vy-medallion-crest {
    position: absolute;
    inset: 9%;
    width: 82%;
    height: 82%;
    object-fit: contain;
    opacity: .4;
    filter: drop-shadow(0 0 16px rgba(204, 114, 135, .18));
}

.vy-creator-medallion span {
    position: relative;
    z-index: 1;
    color: var(--vy-ivory);
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(3.2rem, 9vw, 6.8rem);
    line-height: 1;
    text-shadow: 0 0 28px rgba(204, 114, 135, .28);
}

.vy-medallion-portrait,
.vy-board-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    filter: drop-shadow(0 0 18px rgba(204, 114, 135, .18));
}

.vy-board-avatar-img {
    display: block;
}

.vy-feature-reveal h2,
.vy-timeline-zone h2,
.vy-broadcast-preview h2,
.vy-showroom-entry h2,
.vy-recognition-zone h2 {
    margin: .25rem 0 .8rem;
    font-family: Cinzel, Georgia, serif;
    line-height: 1;
    text-transform: uppercase;
}

.vy-night-status,
.vy-feature-reveal,
.vy-timeline-zone,
.vy-broadcast-preview,
.vy-showroom-entry,
.vy-recognition-zone,
.vy-district-floor {
    padding: clamp(1rem, 3vw, 1.35rem);
}

.vy-feature-reveal,
.vy-timeline-zone,
.vy-district-floor {
    grid-column: span 8;
}

.vy-broadcast-preview,
.vy-showroom-entry,
.vy-recognition-zone {
    grid-column: span 4;
}

.vy-timeline-row {
    display: grid;
    grid-template-columns: 90px 1fr 1fr auto;
    gap: .75rem;
    align-items: center;
    border-top: 1px solid rgba(206, 199, 220, .13);
    padding: .7rem 0;
}

.vy-timeline-row strong,
.vy-timeline-row em {
    color: var(--vy-rose);
    font-family: "Space Mono", ui-monospace, monospace;
    font-size: .72rem;
    font-style: normal;
    text-transform: uppercase;
}

.vy-observatory {
    display: grid;
    grid-template-columns: minmax(190px, .22fr) minmax(0, 1fr) minmax(240px, .3fr);
    gap: 1rem;
    width: min(1240px, 100%);
    margin: clamp(1rem, 4vh, 3rem) auto;
}

.vy-observatory-hero {
    grid-column: 1 / -1;
}

.vy-observatory-hero h2,
.vy-district-hero h2,
.vy-commerce-zone h2,
.vy-feed-stage h2,
.vy-press-room h2 {
    margin: .25rem 0 .8rem;
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(2.6rem, 7vw, 6.4rem);
    line-height: .94;
    text-transform: uppercase;
}

.vy-observatory-filter,
.vy-observatory-preview {
    padding: 1rem;
}

.vy-observatory-filter {
    display: grid;
    align-content: start;
    gap: .55rem;
}

.vy-observatory-filter button {
    min-height: 44px;
    border: 1px solid rgba(206, 199, 220, .16);
    border-radius: 999px;
    color: var(--vy-silver);
    background: rgba(5, 3, 7, .34);
    font-weight: 900;
    text-transform: uppercase;
}

.vy-constellation {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: .85rem;
    min-height: 420px;
}

.vy-star-node,
.vy-founding-state {
    position: relative;
    grid-column: span 2;
    padding: 1rem;
}

.vy-star-node.is-featured,
.vy-founding-state {
    grid-column: span 6;
    min-height: 280px;
}

.vy-star-orbit {
    display: block;
    width: 46px;
    aspect-ratio: 1;
    border: 1px solid rgba(204, 114, 135, .45);
    border-radius: 50%;
    box-shadow: 0 0 28px rgba(204, 114, 135, .22);
}

.vy-district-hub,
.vy-commerce-zone,
.vy-feed-stage,
.vy-press-room {
    width: min(1220px, 100%);
    margin: clamp(1rem, 4vh, 3rem) auto;
}

.vy-district-strip {
    margin-bottom: 1rem;
}

.vy-product-plinths,
.vy-press-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.vy-product-plinth,
.vy-press-grid article {
    min-height: 240px;
    padding: 1rem;
}

.vy-product-plinth h3,
.vy-press-grid p {
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.35rem, 3vw, 2.1rem);
    line-height: 1.05;
    text-transform: uppercase;
}

.vy-press-grid span {
    color: var(--vy-rose);
    font-family: "Space Mono", ui-monospace, monospace;
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.vy-success-seal,
.vy-checkin-crest,
.vy-account-seal {
    display: block;
    width: clamp(72px, 12vw, 118px);
    height: clamp(72px, 12vw, 118px);
    margin: 0 auto .8rem;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(204, 114, 135, .2));
}

.vy-checkin-seal {
    width: min(720px, calc(100vw - 2rem));
    margin: clamp(2rem, 7vh, 5rem) auto;
    border: 1px solid rgba(206, 199, 220, .16);
    border-radius: var(--vy-radius);
    padding: clamp(1.2rem, 4vw, 2rem);
    text-align: center;
    background:
        radial-gradient(circle at 50% 18%, rgba(204, 114, 135, .2), transparent 32%),
        linear-gradient(160deg, rgba(5, 3, 7, .78), rgba(33, 10, 20, .5));
    box-shadow: var(--vy-shadow);
}

.cky-btn-revisit-wrapper,
.cky-revisit-bottom-left,
.cky-revisit-bottom-right,
.cookieadmin-floating-button,
#cookieadmin-floating-button,
.cookieadmin-revisit-button,
.cookieadmin_re_consent,
.cookieadmin_reconsent_img,
.cookieadmin-floating,
.cookieadmin_law_container,
.cookieadmin_consent_inside,
.cookieadmin_notice_con,
.cookieadmin_cookie_bar,
.cookieadmin_consent_bar,
.cookieadmin-modal,
.cookieadmin_banner,
.cookieadmin-popup,
.cky-consent-container,
.cky-modal,
.cky-overlay {
    display: none !important;
    visibility: hidden !important;
}

.vy-modal-open,
.vy-modal-open body,
.vy-menu-open,
.vy-menu-open body {
    overflow: hidden;
}

.vy-platform-modal-root {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: grid;
    place-items: center;
    padding: max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));
}

.vy-platform-modal-root[hidden],
.vy-platform-modal[hidden] {
    display: none !important;
}

.vy-platform-modal-backdrop {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 30%, rgba(61, 85, 162, .2), transparent 34%),
        radial-gradient(circle at 50% 70%, rgba(154, 35, 92, .24), transparent 30%),
        rgba(2, 1, 4, .88);
    backdrop-filter: blur(14px) saturate(120%);
}

.vy-platform-modal {
    position: relative;
    z-index: 1;
    display: grid;
    gap: .9rem;
    width: min(680px, calc(100vw - 2rem));
    max-height: min(86svh, 820px);
    overflow: auto;
    border: 1px solid rgba(206, 199, 220, .24);
    border-radius: 18px;
    padding: clamp(1.1rem, 4vw, 2rem);
    color: var(--vy-silver);
    background:
        linear-gradient(90deg, rgba(5, 3, 7, .96), rgba(5, 3, 7, .72)),
        radial-gradient(circle at 50% 0%, rgba(204, 114, 135, .18), transparent 38%);
    box-shadow:
        inset 0 1px 0 rgba(244, 236, 225, .16),
        0 36px 120px rgba(0, 0, 0, .72);
}

.vy-platform-modal::before,
.vy-platform-modal::after {
    position: absolute;
    top: 8%;
    bottom: 8%;
    width: 1px;
    content: "";
    background: linear-gradient(180deg, transparent, rgba(206, 199, 220, .34), transparent);
}

.vy-platform-modal::before { left: .75rem; }
.vy-platform-modal::after { right: .75rem; }

.vy-modal-crest {
    width: clamp(70px, 16vw, 116px);
    height: clamp(70px, 16vw, 116px);
    justify-self: center;
    object-fit: contain;
    filter: drop-shadow(0 0 20px rgba(204, 114, 135, .22));
}

.vy-platform-modal h2 {
    margin: 0;
    color: var(--vy-ivory);
    font-family: Cinzel, Georgia, serif;
    font-size: clamp(1.9rem, 6vw, 3.6rem);
    line-height: .96;
    text-align: center;
    text-transform: uppercase;
}

.vy-platform-modal p {
    margin: 0;
    line-height: 1.6;
}

.vy-age-confirm {
    border: 1px solid rgba(206, 199, 220, .16);
    border-radius: 12px;
    padding: .75rem;
    background: rgba(5, 3, 7, .42);
}

.vy-modal-actions,
.vy-modal-links {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: center;
}

.vy-cookie-actions .vy-button {
    flex: 1 1 190px;
}

.vy-cookie-categories {
    display: grid;
    gap: .65rem;
}

.vy-cookie-categories article,
.vy-cookie-categories label {
    display: grid;
    gap: .2rem;
    border: 1px solid rgba(206, 199, 220, .14);
    border-radius: 12px;
    padding: .75rem;
    background: rgba(5, 3, 7, .38);
}

.vy-cookie-categories span,
.vy-modal-links a {
    color: var(--vy-silver);
}

.vy-footer-privacy {
    min-height: 44px;
    border: 0;
    color: var(--vy-silver);
    background: transparent;
    font-family: "Space Mono", ui-monospace, monospace;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}

@keyframes vyGateLine {
    to { transform: scaleY(1); }
}

@keyframes vyCrestReveal {
    to { opacity: 1; transform: translateY(-2px); }
}

@keyframes vyLightSweep {
    45% { opacity: 1; transform: scaleX(1.12); }
    100% { opacity: .38; transform: scaleX(1); }
}

.site-footer {
    position: relative;
    z-index: 3;
    padding: 2rem clamp(1rem, 4vw, 2rem);
    color: rgba(244, 236, 225, .58);
    background: #030204;
}

.site-footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    width: min(var(--vy-max), 100%);
    margin: 0 auto;
}

.woocommerce,
.woocommerce-page {
    color: var(--vy-ivory);
}

.woocommerce div.product,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout form.checkout,
.woocommerce-account .woocommerce,
.woocommerce ul.products li.product {
    border: 1px solid rgba(206, 199, 220, .16);
    border-radius: var(--vy-radius);
    padding: 1rem;
    background: rgba(8, 13, 35, .64);
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
    border: 1px solid rgba(206, 199, 220, .22);
    border-radius: 8px;
    padding: .72rem;
    color: var(--vy-ivory);
    background: rgba(5, 3, 7, .72);
}

@media (max-width: 900px) {
    .vy-nav {
        display: none;
    }

    .vy-mobile-district-label {
        display: block;
    }

    .vy-district-toggle {
        display: none;
    }

    .vy-header-tools {
        display: grid;
        grid-template-columns: minmax(72px, auto) 44px 44px;
        align-items: center;
    }

    .vy-platform-hero {
        grid-template-columns: 1fr;
    }

    .vy-header-tools {
        margin-left: auto;
    }

    .vy-district-board,
    .vy-observatory,
    .vy-product-plinths,
    .vy-press-grid {
        grid-template-columns: 1fr;
    }

    .vy-star-node,
    .vy-star-node.is-featured,
    .vy-founding-state,
    .vy-product-plinth,
    .vy-press-grid article {
        grid-column: 1 / -1;
    }

    .vy-portal-grid,
    .vy-auth-stage,
    .vy-home-hero {
        grid-template-columns: 1fr;
    }

    .vy-auth-stage,
    .vy-home-hero {
        min-height: auto;
        align-items: start;
    }

    .vy-glass-zone,
    .vy-zone-wide,
    .vy-feature-reveal,
    .vy-timeline-zone,
    .vy-broadcast-preview,
    .vy-showroom-entry,
    .vy-recognition-zone,
    .vy-district-floor {
        grid-column: 1 / -1;
    }

    .vy-span-3,
    .vy-span-4,
    .vy-span-6,
    .vy-span-8,
    .vy-span-12 {
        grid-column: 1 / -1;
    }

    .vy-mobile-bottom-nav {
        display: grid;
    }

    .vy-form-grid,
    .vy-checkbox-grid,
    .vy-founder-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 700px) {
    body.vy-woo-marketplace {
        background-image:
            linear-gradient(180deg, rgba(5, 3, 7, .62), rgba(5, 3, 7, .9)),
            var(--vy-bg-mobile-png);
        background-image:
            linear-gradient(180deg, rgba(5, 3, 7, .62), rgba(5, 3, 7, .9)),
            var(--vy-bg-mobile-set);
        background-position: center top;
    }

    .vy-gateway::before,
    .vy-scene-page::before,
    .vy-board-cover::before {
        background-image: var(--vy-bg-mobile-png);
        background-image: var(--vy-bg-mobile-set);
        background-position: center center;
    }

    .vy-scene-page {
        min-height: 100dvh;
        padding-right: max(.85rem, env(safe-area-inset-right));
        padding-left: max(.85rem, env(safe-area-inset-left));
    }

    .vy-hero-visual {
        background:
            linear-gradient(180deg, rgba(5, 3, 7, .08), rgba(5, 3, 7, .62)),
            var(--vy-bg-mobile-set) center top / cover no-repeat;
    }

    .vy-board-cover {
        min-height: min(1160px, calc(100svh - 1rem));
        padding-top: 46svh;
    }

    .vy-board-avatar {
        top: 15.6%;
        left: 50%;
        width: clamp(102px, 31vw, 148px);
        transform: translateX(-50%);
    }

    .vy-entry-choice,
    .vy-auth-stage,
    .vy-onboarding-flow,
    .vy-home-experience {
        margin-top: .5rem;
    }

    .vy-access-portal {
        grid-template-columns: minmax(104px, 180px) minmax(0, 1fr);
        min-height: 0;
    }

    .vy-portal-frame {
        width: min(180px, 38vw);
    }

    .vy-home-zones {
        grid-template-columns: 1fr;
    }

    .vy-timeline-row {
        grid-template-columns: 1fr;
    }

    .vy-home-hero h1,
    .vy-entry-choice h2,
    .vy-auth-copy h2 {
        font-size: clamp(2.7rem, 16vw, 4.6rem);
    }

    .vy-auth-links {
        align-items: stretch;
        flex-direction: column;
    }

    .vy-district-board {
        max-height: 72dvh;
        overflow: auto;
    }
}

@media (max-width: 560px) {
    .vy-shell-header {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: .45rem;
        padding: max(.62rem, env(safe-area-inset-top)) max(.65rem, env(safe-area-inset-right)) .62rem max(.65rem, env(safe-area-inset-left));
    }

    .vy-brand {
        gap: .45rem;
        min-width: 0;
    }

    .vy-brand-crest {
        width: 30px;
        height: 30px;
        flex: 0 0 auto;
    }

    .vy-brand-copy {
        min-width: 0;
    }

    .vy-brand strong {
        font-size: .72rem;
        letter-spacing: .13em;
    }

    .vy-brand em {
        font-size: .56rem;
        letter-spacing: .15em;
    }

    .vy-nav {
        display: none;
    }

    .vy-header-tools {
        grid-template-columns: minmax(68px, auto) 44px 44px;
        gap: .28rem;
        margin-left: 0;
    }

    .vy-district-toggle {
        display: none;
    }

    .vy-mobile-district-label {
        font-size: .52rem;
        line-height: 1.15;
        letter-spacing: .06em;
    }

    .vy-tool-icon {
        width: 44px;
        height: 44px;
    }

    body.vy-gateway-body {
        overflow: auto;
    }

    .vy-gateway {
        min-height: 100dvh;
    }

    .vy-gateway-inner {
        width: calc(100vw - 1rem);
        margin: auto .5rem max(.6rem, env(safe-area-inset-bottom));
        padding: .9rem;
        border-left: 0;
        background: linear-gradient(180deg, rgba(5, 3, 7, .12), rgba(5, 3, 7, .74));
    }

    .vy-gateway h1 {
        font-size: clamp(2.05rem, 10.8vw, 3.2rem);
        line-height: .92;
    }

    .vy-gateway-subtitle {
        letter-spacing: .14em;
    }

    .vy-gateway-copy {
        max-width: 34ch;
        font-size: .9rem;
    }

    .vy-founder-layout {
        grid-template-columns: 1fr;
    }

    .vy-founder-portrait {
        width: min(220px, 64vw);
        margin: 0 auto;
    }

    .vy-actions {
        gap: .5rem;
    }

    .vy-button {
        width: 100%;
    }

    .vy-page-content {
        width: 100%;
    }

    .vy-glass-zone,
    .vy-access-portal,
    .vy-auth-terminal,
    .vy-flow-step,
    .vy-composer,
    .vy-feed-item {
        padding: .9rem;
    }

    .vy-access-portal {
        grid-template-columns: 1fr;
        justify-items: start;
        gap: .65rem;
    }

    .vy-portal-frame {
        grid-row: auto;
        width: min(190px, 58vw);
        justify-self: center;
    }

    .vy-portal-statements {
        gap: .5rem;
    }

    .vy-platform-modal-root {
        align-items: end;
        padding: max(.7rem, env(safe-area-inset-top)) max(.7rem, env(safe-area-inset-right)) max(.7rem, env(safe-area-inset-bottom)) max(.7rem, env(safe-area-inset-left));
    }

    .vy-platform-modal {
        width: 100%;
        max-height: min(88dvh, 760px);
        border-radius: 16px;
    }

    .vy-modal-actions .vy-button,
    .vy-cookie-actions .vy-button {
        width: 100%;
        flex-basis: 100%;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .vy-gateway::before {
        animation: vyGateDrift 18s ease-in-out infinite alternate;
    }

    .vy-button,
    .vy-card,
    .vy-star-node,
    .vy-product-plinth {
        transition: transform .2s ease, border-color .2s ease, background .2s ease;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }

    .vy-gate-ceremony {
        display: none;
    }
}

@keyframes vyGateDrift {
    from {
        transform: scale(1.015);
    }
    to {
        transform: scale(1.045);
    }
}
