body.evmp-auth-page,
body.evmp-portal {
    --evmp-content-gap-top: clamp(28px, 3.2vw, 44px);
    --evmp-content-gap-bottom: clamp(56px, 6vw, 96px);
    --evmp-content-outer-gap-top: clamp(18px, 2.2vw, 30px);
    --evmp-content-outer-gap-bottom: clamp(26px, 3vw, 42px);
    margin: 0;
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(225, 6, 19, 0.22), transparent 22%),
        linear-gradient(180deg, var(--ev-color-surface) 0%, var(--ev-color-surface-alt) 54%, #070707 100%);
    color: var(--ev-color-text);
}

body.evmp-auth-page {
    --evmp-content-gap-top: clamp(40px, 4.8vw, 68px);
    --evmp-content-gap-bottom: clamp(64px, 7vw, 104px);
    --evmp-content-outer-gap-top: clamp(24px, 3vw, 38px);
    --evmp-content-outer-gap-bottom: clamp(30px, 4vw, 48px);
}

body.evmp-auth-page *,
body.evmp-portal * {
    box-sizing: border-box;
}

body.evmp-auth-page .ev-card,
body.evmp-portal .ev-card {
    border-color: rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
        linear-gradient(90deg, rgba(225, 6, 19, 0.06) 0%, rgba(5, 5, 5, 0) 24%, rgba(5, 5, 5, 0) 76%, rgba(225, 6, 19, 0.04) 100%);
}

body.evmp-auth-page a,
body.evmp-portal a {
    color: #fff;
}

body.evmp-auth-page .ev-topbar {
    display: none;
}

.evmp-site-header {
    margin-bottom: 0;
}

.evmp-header-context {
    display: grid;
    justify-items: center;
    gap: 6px;
    text-align: center;
}

.evmp-header-context strong {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.evmp-header-actions {
    justify-content: flex-end;
}

.ev-page-shell.evmp-auth-stage {
    margin: var(--evmp-content-outer-gap-top) 0 var(--evmp-content-outer-gap-bottom);
    padding: var(--evmp-content-gap-top) 0 var(--evmp-content-gap-bottom);
}

.evmp-auth-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(380px, 520px);
    gap: 32px;
    align-items: start;
}

.evmp-auth-shell--login {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
    gap: 44px;
    align-items: center;
}

.evmp-auth-shell--register {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 560px);
    gap: 48px;
    align-items: start;
}

.evmp-auth-hero,
.evmp-auth-card,
.evmp-workspace-topbar,
.evmp-hero,
.evmp-panel,
.evmp-sidebar,
.evmp-notice,
.evmp-shortcode-card {
    position: relative;
    overflow: hidden;
}

.evmp-auth-hero,
.evmp-auth-card,
.evmp-panel,
.evmp-workspace-topbar,
.evmp-sidebar,
.evmp-shortcode-card {
    padding: 28px;
}

.evmp-auth-hero::before,
.evmp-auth-card::before,
.evmp-hero::before,
.evmp-panel::before,
.evmp-sidebar::before,
.evmp-workspace-topbar::before,
.evmp-shortcode-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(225, 6, 19, 0.92), rgba(225, 6, 19, 0));
}

.evmp-display-title {
    display: grid;
    gap: 4px;
    margin: 0;
}

.evmp-display-title span {
    font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(46px, 7vw, 88px);
    font-weight: 400;
    line-height: 0.88;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.evmp-display-title em {
    color: var(--ev-color-primary);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(34px, 4.8vw, 62px);
    font-style: normal;
    line-height: 0.84;
}

.evmp-auth-hero {
    display: grid;
    gap: 24px;
    min-height: 100%;
}

.evmp-auth-hero--login {
    align-content: center;
    min-height: 640px;
    padding: 42px;
}

.evmp-auth-hero--register {
    align-content: center;
    min-height: 100%;
    padding: 40px;
}

.evmp-auth-hero p,
.evmp-auth-card p,
.evmp-panel p,
.evmp-sidebar__footer p {
    margin: 0;
    color: var(--ev-color-text-muted);
    line-height: 1.8;
}

.evmp-auth-highlights {
    display: grid;
    gap: 16px;
}

.evmp-auth-story {
    display: grid;
    gap: 16px;
}

.evmp-auth-story__item {
    display: grid;
    gap: 8px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.evmp-auth-story__item:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.evmp-auth-story__item strong,
.evmp-auth-support strong {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.evmp-auth-story__item span {
    color: var(--ev-color-text-muted);
    line-height: 1.8;
}

.evmp-auth-benefits {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.evmp-auth-highlight {
    padding: 20px;
    display: grid;
    gap: 8px;
}

.evmp-auth-highlight strong,
.evmp-panel h2,
.evmp-auth-card h2,
.evmp-sidebar strong,
.evmp-topbar-meta strong {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.evmp-auth-highlight span {
    color: var(--ev-color-text-muted);
    line-height: 1.7;
}

.evmp-auth-card {
    display: grid;
    gap: 18px;
}

.evmp-auth-card--login {
    gap: 22px;
    padding: 36px;
}

.evmp-auth-card--register {
    gap: 22px;
    padding: 36px;
}

.evmp-auth-intro {
    display: grid;
    gap: 12px;
}

.evmp-auth-intro h2 {
    margin: 0;
}

.evmp-auth-form,
.evmp-shortcode-card,
.evmp-sidebar__brand,
.evmp-sidebar__footer {
    display: grid;
    gap: 16px;
}

.evmp-auth-card--login .evmp-auth-form {
    gap: 18px;
}

.evmp-auth-grid,
.evmp-form-grid,
.evmp-detail-list,
.evmp-stat-grid,
.evmp-panel-grid,
.evmp-content-grid {
    display: grid;
    gap: 18px;
}

.evmp-auth-grid,
.evmp-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evmp-field,
.evmp-shortcode-card label {
    display: grid;
    gap: 9px;
}

.evmp-field span,
.evmp-checkbox span,
.evmp-auth-checkbox span,
.evmp-shortcode-card label span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.evmp-field input,
.evmp-field select,
.evmp-field textarea,
.evmp-search input,
.evmp-shortcode-card input,
.evmp-shortcode-card textarea,
.evmp-shortcode-card select {
    width: 100%;
    min-height: 48px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.035);
    color: #fff;
    box-shadow: none;
}

.evmp-field input:focus,
.evmp-field select:focus,
.evmp-field textarea:focus,
.evmp-search input:focus,
.evmp-shortcode-card input:focus,
.evmp-shortcode-card textarea:focus,
.evmp-shortcode-card select:focus {
    outline: none;
    border-color: rgba(225, 6, 19, 0.8);
    box-shadow: 0 0 0 1px rgba(225, 6, 19, 0.25);
}

.evmp-field textarea,
.evmp-shortcode-card textarea {
    min-height: 150px;
    padding: 14px 15px;
    resize: vertical;
}

.evmp-auth-form .ev-button,
.evmp-form-grid .ev-button,
.evmp-shortcode-card .ev-button,
.evmp-shortcode-button {
    justify-content: center;
}

.evmp-auth-card--login .evmp-auth-form .ev-button {
    margin-top: 4px;
    width: 100%;
}

.evmp-auth-provider-stack {
    display: grid;
    gap: 16px;
}

.evmp-auth-provider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.evmp-auth-provider__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(145, 70, 255, 0.28);
    background: rgba(145, 70, 255, 0.12);
    color: #a970ff;
}

.evmp-auth-provider--twitch:hover .evmp-auth-provider__icon {
    border-color: rgba(169, 112, 255, 0.52);
    background: rgba(169, 112, 255, 0.2);
    color: #fff;
}

.evmp-auth-divider {
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
}

.evmp-auth-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.evmp-auth-links a {
    color: var(--ev-color-text-muted);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
}

.evmp-auth-links a:hover {
    color: #fff;
}

.evmp-auth-support {
    display: grid;
    gap: 10px;
    padding-top: 4px;
}

.evmp-auth-checkbox,
.evmp-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.evmp-auth-checkbox input,
.evmp-checkbox input {
    margin-top: 3px;
    accent-color: var(--ev-color-primary);
}

.evmp-notice {
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.evmp-notice.is-success {
    border-color: rgba(16, 185, 129, 0.4);
    background: rgba(16, 185, 129, 0.08);
}

.evmp-notice.is-error {
    border-color: rgba(225, 6, 19, 0.42);
    background: rgba(225, 6, 19, 0.12);
}

.evmp-notice.is-warning {
    border-color: rgba(245, 158, 11, 0.38);
    background: rgba(245, 158, 11, 0.1);
}

.evmp-auth-footer {
    margin-top: 0;
}

.ev-page-shell.evmp-portal-stage {
    margin: var(--evmp-content-outer-gap-top) 0 var(--evmp-content-outer-gap-bottom) !important;
    padding: var(--evmp-content-gap-top) 0 var(--evmp-content-gap-bottom) !important;
}

.evmp-portal-shell {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    width: min(1520px, calc(100% - 56px));
    margin: 0 auto;
}

.evmp-portal-shell--dashboard {
    grid-template-columns: 272px minmax(0, 1fr);
    gap: 24px;
    width: min(1380px, calc(100% - 48px));
}

.evmp-sidebar {
    position: sticky;
    top: 126px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: calc(100vh - 160px);
    padding: 30px;
    background:
        radial-gradient(circle at top left, rgba(225, 6, 19, 0.2), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
}

.evmp-sidebar--dashboard {
    gap: 18px;
    padding: 22px 20px;
}

.evmp-brand-block,
.evmp-member-card,
.evmp-nav-link,
.evmp-nav-link form,
.evmp-workspace-topbar,
.evmp-topbar-actions,
.evmp-session-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.evmp-brand-block strong,
.evmp-member-card strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.evmp-brand-block span,
.evmp-member-card span {
    color: var(--ev-color-text-muted);
    font-size: 12px;
    line-height: 1.6;
}

.evmp-member-card {
    padding: 18px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.evmp-sidebar-spotlight {
    display: grid;
    gap: 16px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.evmp-sidebar-spotlight__title {
    display: grid;
    gap: 2px;
    margin: 0;
}

.evmp-sidebar-spotlight__title span {
    color: #fff;
    font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(32px, 3vw, 46px);
    line-height: 0.88;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.evmp-sidebar-spotlight__title em {
    color: var(--ev-color-primary);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(24px, 2.4vw, 34px);
    font-style: normal;
    line-height: 0.9;
}

.evmp-sidebar-spotlight p {
    margin: 0;
    color: var(--ev-color-text-muted);
    line-height: 1.8;
}

.evmp-member-card img,
.evmp-avatar {
    width: 60px;
    height: 60px;
    border: 1px solid rgba(225, 6, 19, 0.24);
    border-radius: 0;
    object-fit: cover;
}

.evmp-avatar {
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(225, 6, 19, 0.84), rgba(123, 8, 15, 0.92));
    color: #fff;
    font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 24px;
}

.evmp-nav {
    display: grid;
    gap: 18px;
}

.evmp-sidebar--dashboard .evmp-nav {
    gap: 12px;
}

.evmp-nav-group {
    display: grid;
    gap: 8px;
}

.evmp-nav-title {
    color: var(--ev-color-primary);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.evmp-nav-link {
    position: relative;
    min-height: 46px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
    text-decoration: none;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.evmp-sidebar--dashboard .evmp-nav-link {
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.evmp-nav-link::before {
    content: "";
    position: absolute;
    inset: -1px auto -1px -1px;
    width: 2px;
    background: transparent;
    transition: background 160ms ease;
}

.evmp-nav-link:hover,
.evmp-nav-link.is-active {
    border-color: rgba(225, 6, 19, 0.42);
    background: linear-gradient(90deg, rgba(225, 6, 19, 0.12), rgba(255, 255, 255, 0.02));
    transform: translateX(2px);
}

.evmp-nav-link:hover::before,
.evmp-nav-link.is-active::before {
    background: var(--ev-color-primary);
}

.evmp-nav-link button {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
}

.evmp-nav-icon,
.evmp-nav-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex: 0 0 auto;
}

.evmp-sidebar__footer {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.evmp-sidebar__footer strong {
    font-size: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.evmp-page,
.evmp-main-column,
.evmp-right-rail {
    min-width: 0;
    display: grid;
    gap: 24px;
}

.evmp-workspace-topbar {
    justify-content: space-between;
    position: sticky;
    top: 126px;
    z-index: 20;
    padding: 22px 24px;
}

.evmp-workspace-topbar--dashboard {
    padding: 14px 18px;
}

.evmp-mobile-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
}

.evmp-mobile-toggle span {
    display: block;
    width: 16px;
    height: 1px;
    margin: 4px auto;
    background: #fff;
}

.evmp-topbar-context {
    flex: 1 1 auto;
    display: grid;
    gap: 4px;
    min-width: 0;
}

.evmp-topbar-context strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.evmp-topbar-context span:last-child {
    color: var(--ev-color-text-muted);
    line-height: 1.7;
    max-width: 720px;
}

.evmp-topbar-actions {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.evmp-topbar-meta {
    display: grid;
    gap: 2px;
    justify-items: end;
    text-align: right;
}

.evmp-topbar-user {
    min-width: 140px;
}

.evmp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 36px;
    padding: 42px 40px;
    background:
        radial-gradient(circle at top right, rgba(225, 6, 19, 0.16), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02));
}

.evmp-hero--dashboard .evmp-display-title span {
    font-size: clamp(38px, 4.6vw, 68px);
}

.evmp-hero--dashboard .evmp-display-title em {
    font-size: clamp(28px, 3.4vw, 48px);
}

.evmp-hero--dashboard {
    grid-template-columns: minmax(0, 1.2fr) 420px;
    align-items: stretch;
}

.evmp-hero--dashboard-screen {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    min-height: 300px;
    padding: 12px 12px 14px;
    background:
        radial-gradient(circle at top right, rgba(225, 6, 19, 0.18), transparent 20%),
        linear-gradient(180deg, rgba(10, 10, 10, 0.92), rgba(4, 4, 4, 0.96));
}

.evmp-hero--dashboard-screen .evmp-display-title {
    gap: 6px;
}

.evmp-hero--dashboard-screen .evmp-display-title span {
    font-size: clamp(28px, 3.6vw, 48px);
    line-height: 0.88;
}

.evmp-hero--dashboard-screen .evmp-display-title em {
    font-size: clamp(20px, 2.1vw, 32px);
    line-height: 0.82;
}

.evmp-hero__copy--dashboard-screen {
    min-height: 100%;
    align-content: start;
    gap: 10px;
}

.evmp-hero--dashboard-screen .evmp-hero__copy p {
    max-width: 460px;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5;
}

.evmp-hero__actions--dashboard-screen {
    margin-top: auto;
    padding-top: 8px;
    gap: 8px;
}

.evmp-hero__actions--dashboard-screen .ev-button {
    min-height: 42px;
    padding: 0 18px;
    font-size: 11px;
    letter-spacing: 0.14em;
}

.evmp-hero-ribbon {
    width: min(100%, 560px);
    height: 56px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(98, 0, 6, 0.9), rgba(69, 0, 4, 0.8));
    display: flex;
    align-items: center;
}

.evmp-hero-ribbon span {
    color: var(--ev-color-primary);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.evmp-hero--dashboard-minimal {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 20px;
    padding: 24px 26px;
}

.evmp-hero--dashboard-minimal .evmp-display-title span {
    font-size: clamp(34px, 4.2vw, 58px);
    letter-spacing: -0.05em;
}

.evmp-hero--dashboard-minimal .evmp-display-title em {
    font-size: clamp(26px, 3vw, 42px);
}

.evmp-hero--dashboard-minimal .evmp-hero__copy,
.evmp-hero--dashboard-minimal .evmp-hero__actions {
    gap: 10px;
}

.evmp-hero--dashboard-minimal .evmp-hero__copy p {
    max-width: 560px;
    font-size: 14px;
    line-height: 1.8;
}

.evmp-hero__copy,
.evmp-hero__actions {
    display: grid;
    gap: 18px;
}

.evmp-hero__actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.evmp-hero__copy p {
    max-width: 720px;
}

.evmp-hero-meta {
    align-self: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evmp-hero-summary,
.evmp-hero-summary__facts,
.evmp-hero-stage,
.evmp-hero-stage__body,
.evmp-hero-stage__facts {
    display: grid;
    gap: 14px;
}

.evmp-hero-summary {
    align-content: start;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.evmp-hero-summary > strong {
    color: #fff;
    font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 40px;
    line-height: 0.94;
    letter-spacing: -0.03em;
}

.evmp-hero-summary > p {
    color: var(--ev-color-text-muted);
    line-height: 1.8;
}

.evmp-hero-summary__facts div {
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.evmp-hero-summary__facts span {
    color: var(--ev-color-text-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.evmp-hero-summary__facts strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.evmp-hero-stage {
    position: relative;
    overflow: hidden;
    align-content: start;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(14, 14, 14, 0.82), rgba(8, 8, 8, 0.92)),
        radial-gradient(circle at top left, rgba(225, 6, 19, 0.18), transparent 32%);
}

.evmp-hero-stage--dashboard-screen {
    grid-template-rows: auto 1fr;
    align-content: start;
    padding: 10px 10px 12px;
}

.evmp-hero--dashboard-minimal .evmp-hero-stage {
    padding: 16px;
}

.evmp-hero-stage::after {
    content: "";
    position: absolute;
    inset: auto -40px -90px auto;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(225, 6, 19, 0.24), rgba(225, 6, 19, 0));
    pointer-events: none;
}

.evmp-hero-stage__media {
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, rgba(225, 6, 19, 0.18), rgba(14, 14, 14, 0.74));
    display: grid;
    place-items: center;
    overflow: hidden;
}

.evmp-hero-stage__media--dashboard-screen {
    aspect-ratio: 1 / 1;
    background: linear-gradient(180deg, #d30012 0%, #a30010 100%);
}

.evmp-hero-monogram {
    color: #fff;
    font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(48px, 4.6vw, 68px);
    line-height: 0.9;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.evmp-hero--dashboard-minimal .evmp-hero-stage__media {
    aspect-ratio: 1 / 1;
}

.evmp-hero-stage__media img,
.evmp-avatar--hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.evmp-avatar--hero {
    font-size: clamp(48px, 6vw, 84px);
}

.evmp-hero-stage__body {
    position: relative;
    z-index: 1;
}

.evmp-hero-stage__body > strong {
    color: #fff;
    font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(38px, 3.6vw, 58px);
    line-height: 0.92;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

.evmp-hero-stage--dashboard-screen .evmp-hero-stage__body {
    gap: 8px;
}

.evmp-hero-stage--dashboard-screen .evmp-hero-stage__body > strong {
    font-size: clamp(22px, 2vw, 32px);
}

.evmp-hero-stage--dashboard-screen .ev-section-kicker {
    display: inline-flex;
    min-height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    align-items: center;
    background: rgba(91, 0, 7, 0.88);
    color: var(--ev-color-primary);
    font-size: 9px;
    letter-spacing: 0.18em;
}

.evmp-hero-stage--dashboard-screen .evmp-hero-stage__body > p {
    font-size: 11px;
    line-height: 1.45;
}

.evmp-hero-stage--dashboard-screen .evmp-hero-stage__facts {
    gap: 0;
}

.evmp-hero-stage--dashboard-screen .evmp-hero-stage__facts div {
    padding-top: 10px;
}

.evmp-hero-stage--dashboard-screen .evmp-hero-stage__facts strong {
    font-size: 12px;
    letter-spacing: 0.03em;
}

.evmp-hero-stage--dashboard-screen .evmp-hero-stage__facts span {
    font-size: 9px;
}

.evmp-hero--dashboard-minimal .evmp-hero-stage__body > strong {
    font-size: clamp(28px, 2.8vw, 42px);
}

.evmp-hero--dashboard-minimal .evmp-hero-stage__facts {
    gap: 8px;
}

.evmp-hero-stage__body > p {
    margin: 0;
    color: var(--ev-color-text-muted);
    line-height: 1.8;
}

.evmp-hero-stage__facts {
    gap: 10px;
}

.evmp-hero-stage__facts div {
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.evmp-hero-stage__facts span {
    color: var(--ev-color-text-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.evmp-hero-stage__facts strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.evmp-hero-meta div,
.evmp-detail-list div,
.evmp-stat-card,
.evmp-list-row,
.evmp-session-row,
.evmp-secret-box,
.evmp-empty {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.evmp-hero-meta div,
.evmp-detail-list div,
.evmp-stat-card {
    padding: 18px;
}

.evmp-hero-meta span,
.evmp-detail-list span,
.evmp-stat-card span {
    color: var(--ev-color-text-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.evmp-hero-meta strong,
.evmp-stat-card strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: 38px;
    line-height: 0.95;
    letter-spacing: -0.03em;
}

.evmp-content-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
    gap: 24px;
}

.evmp-content-grid.is-no-rail {
    grid-template-columns: 1fr;
}

.evmp-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.evmp-stat-card {
    position: relative;
    overflow: hidden;
}

.evmp-stat-card::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, rgba(225, 6, 19, 0.9), rgba(225, 6, 19, 0));
}

.evmp-panel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.evmp-panel h2 {
    margin: 0;
}

.evmp-panel {
    padding: 32px;
}

.evmp-panel--editorial {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.018)),
        radial-gradient(circle at top left, rgba(225, 6, 19, 0.08), transparent 28%);
}

.evmp-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.evmp-dashboard-grid--minimal {
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 420px);
}

.evmp-panel--lead {
    min-height: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at top left, rgba(225, 6, 19, 0.12), transparent 30%);
}

.evmp-panel--metric {
    align-content: start;
    min-height: 240px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.015)),
        linear-gradient(135deg, rgba(225, 6, 19, 0.08), rgba(255, 255, 255, 0));
}

.evmp-panel--metric h2 {
    font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(44px, 4vw, 64px);
    line-height: 0.94;
    letter-spacing: -0.04em;
}

.evmp-panel--feature {
    min-height: 100%;
}

.evmp-panel--overview {
    align-content: start;
    min-height: 100%;
}

.evmp-panel--dashboard-single {
    width: 100%;
    padding: 26px 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018)),
        radial-gradient(circle at top left, rgba(225, 6, 19, 0.1), transparent 28%);
}

.evmp-panel--dashboard-merged {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    align-self: stretch;
    padding: 26px 28px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.018)),
        radial-gradient(circle at top left, rgba(225, 6, 19, 0.1), transparent 28%);
}

.evmp-panel--orders {
    display: grid;
    gap: 36px;
    padding: 38px 40px;
}

.evmp-panel--downloads {
    display: grid;
    gap: 36px;
    padding: 38px 40px;
}

.evmp-panel--notifications,
.evmp-panel--privacy,
.evmp-panel--security,
.evmp-panel--twofactor,
.evmp-panel--api,
.evmp-panel--devices,
.evmp-panel--settings {
    display: grid;
    gap: 36px;
    padding: 38px 40px;
}

.evmp-orders-intro {
    display: grid;
    gap: 18px;
}

.evmp-downloads-intro {
    display: grid;
    gap: 18px;
}

.evmp-notifications-intro,
.evmp-privacy-intro,
.evmp-security-intro,
.evmp-twofactor-intro,
.evmp-api-intro,
.evmp-devices-intro,
.evmp-settings-intro {
    display: grid;
    gap: 18px;
}

.evmp-orders-intro > .ev-section-kicker {
    display: inline-flex;
}

.evmp-downloads-intro > .ev-section-kicker {
    display: inline-flex;
}

.evmp-notifications-intro > .ev-section-kicker,
.evmp-privacy-intro > .ev-section-kicker,
.evmp-security-intro > .ev-section-kicker,
.evmp-twofactor-intro > .ev-section-kicker,
.evmp-api-intro > .ev-section-kicker,
.evmp-devices-intro > .ev-section-kicker,
.evmp-settings-intro > .ev-section-kicker {
    display: inline-flex;
}

.evmp-panel--orders .evmp-editorial-title {
    gap: 14px;
    margin-top: 4px;
}

.evmp-panel--downloads .evmp-editorial-title {
    gap: 14px;
    margin-top: 4px;
}

.evmp-panel--notifications .evmp-editorial-title,
.evmp-panel--privacy .evmp-editorial-title,
.evmp-panel--security .evmp-editorial-title,
.evmp-panel--twofactor .evmp-editorial-title,
.evmp-panel--api .evmp-editorial-title,
.evmp-panel--devices .evmp-editorial-title,
.evmp-panel--settings .evmp-editorial-title {
    gap: 14px;
    margin-top: 4px;
}

.evmp-panel--orders .evmp-editorial-title span {
    line-height: 1;
}

.evmp-panel--downloads .evmp-editorial-title span {
    line-height: 1;
}

.evmp-panel--notifications .evmp-editorial-title span,
.evmp-panel--privacy .evmp-editorial-title span,
.evmp-panel--security .evmp-editorial-title span,
.evmp-panel--twofactor .evmp-editorial-title span,
.evmp-panel--api .evmp-editorial-title span,
.evmp-panel--devices .evmp-editorial-title span,
.evmp-panel--settings .evmp-editorial-title span {
    line-height: 1;
}

.evmp-panel--orders .evmp-editorial-title em {
    line-height: 1;
    margin-top: 4px;
}

.evmp-panel--downloads .evmp-editorial-title em {
    line-height: 1;
    margin-top: 4px;
}

.evmp-panel--notifications .evmp-editorial-title em,
.evmp-panel--privacy .evmp-editorial-title em,
.evmp-panel--security .evmp-editorial-title em,
.evmp-panel--twofactor .evmp-editorial-title em,
.evmp-panel--api .evmp-editorial-title em,
.evmp-panel--devices .evmp-editorial-title em,
.evmp-panel--settings .evmp-editorial-title em {
    line-height: 1;
    margin-top: 4px;
}

.evmp-panel--orders .evmp-editorial-copy {
    max-width: 760px;
    margin-top: 0;
    line-height: 1.9;
}

.evmp-panel--downloads .evmp-editorial-copy {
    max-width: 760px;
    margin-top: 0;
    line-height: 1.9;
}

.evmp-panel--notifications .evmp-editorial-copy,
.evmp-panel--privacy .evmp-editorial-copy,
.evmp-panel--security .evmp-editorial-copy,
.evmp-panel--twofactor .evmp-editorial-copy,
.evmp-panel--api .evmp-editorial-copy,
.evmp-panel--devices .evmp-editorial-copy,
.evmp-panel--settings .evmp-editorial-copy {
    max-width: 760px;
    margin-top: 0;
    line-height: 1.9;
}

.evmp-orders-metrics {
    display: grid;
    gap: 18px;
    padding-top: 6px;
}

.evmp-downloads-metrics {
    display: grid;
    gap: 18px;
    padding-top: 6px;
}

.evmp-notifications-metrics,
.evmp-privacy-settings,
.evmp-security-metrics,
.evmp-twofactor-metrics,
.evmp-api-metrics,
.evmp-devices-metrics,
.evmp-settings-metrics {
    display: grid;
    gap: 18px;
    padding-top: 6px;
}

.evmp-dashboard-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.evmp-panel-grid--dashboard {
    grid-template-columns: minmax(0, 1.1fr) repeat(2, minmax(0, 1fr));
    align-items: start;
}

.evmp-panel-grid--dashboard-minimal {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: start;
}

.evmp-action-list--dashboard {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.evmp-meta-list--compact {
    grid-template-columns: 1fr;
}

.evmp-meta-list--dashboard-single {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.evmp-meta-list--dashboard-status {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.evmp-meta-list--orders {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 0;
}

.evmp-meta-list--downloads {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 0;
}

.evmp-meta-list--notifications {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 0;
}

.evmp-meta-list--security,
.evmp-meta-list--twofactor,
.evmp-meta-list--api,
.evmp-meta-list--devices,
.evmp-meta-list--settings {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 18px;
    margin-top: 0;
}

.evmp-panel--dashboard-single .evmp-meta-list div,
.evmp-panel--dashboard-single .evmp-list-row,
.evmp-panel--dashboard-merged .evmp-meta-list div,
.evmp-panel--dashboard-merged .evmp-list-row {
    padding: 12px 14px;
}

.evmp-editorial-title {
    display: grid;
    gap: 4px;
    margin: 0;
}

.evmp-editorial-title span {
    color: #fff;
    font-family: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
    font-size: clamp(28px, 3.4vw, 44px);
    line-height: 0.9;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.evmp-editorial-title em {
    color: var(--ev-color-primary);
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: clamp(22px, 2.2vw, 32px);
    font-style: normal;
    line-height: 0.88;
}

.evmp-editorial-copy {
    max-width: 620px;
    margin: 0;
    color: var(--ev-color-text-muted);
    font-size: 14px;
    line-height: 1.75;
}

.evmp-editorial-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding-top: 4px;
}

.evmp-editorial-actions a {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-decoration: none;
    text-transform: uppercase;
}

.evmp-editorial-actions a:hover {
    color: var(--ev-color-primary);
}

.evmp-editorial-actions a::after {
    content: " /";
    color: rgba(255, 255, 255, 0.28);
}

.evmp-editorial-actions a:last-child::after {
    content: "";
}

.evmp-stack--dashboard-single {
    margin-top: 10px;
    gap: 10px;
}

.evmp-stack--orders {
    gap: 10px;
}

.evmp-action-list,
.evmp-stack {
    display: grid;
    gap: 12px;
}

.evmp-meta-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.evmp-meta-list div,
.evmp-order-card,
.evmp-media-item,
.evmp-profile-feature {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.evmp-meta-list div {
    padding: 16px;
}

.evmp-meta-list strong {
    display: block;
    margin-top: 8px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.evmp-order-card,
.evmp-session-row {
    justify-content: space-between;
}

.evmp-order-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
}

.evmp-order-card--editorial {
    align-items: flex-start;
    padding: 18px 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02)),
        linear-gradient(90deg, rgba(225, 6, 19, 0.08), rgba(255, 255, 255, 0));
}

.evmp-orders-feed {
    display: grid;
    gap: 20px;
    margin-top: 0;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.evmp-downloads-feed {
    display: grid;
    gap: 20px;
    margin-top: 0;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.evmp-notifications-feed,
.evmp-privacy-links,
.evmp-twofactor-feed,
.evmp-api-sections,
.evmp-devices-sections,
.evmp-settings-sections {
    display: grid;
    gap: 20px;
    margin-top: 0;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.evmp-security-sections {
    display: grid;
    gap: 20px;
    margin-top: 0;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.evmp-orders-feed__header {
    display: grid;
    gap: 12px;
}

.evmp-downloads-feed__header {
    display: grid;
    gap: 12px;
}

.evmp-notifications-feed__header {
    display: grid;
    gap: 12px;
}

.evmp-twofactor-feed__header,
.evmp-security-block__header,
.evmp-api-block__header,
.evmp-devices-block__header,
.evmp-settings-block__header {
    display: grid;
    gap: 12px;
}

.evmp-orders-feed__header h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: -0.03em;
}

.evmp-downloads-feed__header h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: -0.03em;
}

.evmp-notifications-feed__header h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: -0.03em;
}

.evmp-twofactor-feed__header h3,
.evmp-security-block__header h3,
.evmp-api-block__header h3,
.evmp-devices-block__header h3,
.evmp-settings-block__header h3 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    letter-spacing: -0.03em;
}

.evmp-panel--orders .evmp-meta-list div {
    padding: 22px 22px 24px;
}

.evmp-panel--downloads .evmp-meta-list div {
    padding: 22px 22px 24px;
}

.evmp-panel--notifications .evmp-meta-list div {
    padding: 22px 22px 24px;
}

.evmp-panel--security .evmp-meta-list div,
.evmp-panel--twofactor .evmp-meta-list div,
.evmp-panel--api .evmp-meta-list div,
.evmp-panel--devices .evmp-meta-list div,
.evmp-panel--settings .evmp-meta-list div {
    padding: 22px 22px 24px;
}

.evmp-panel--orders .evmp-order-card--editorial {
    padding: 22px 24px;
}

.evmp-media-list--downloads {
    gap: 12px;
}

.evmp-panel--downloads .evmp-media-item--library {
    padding: 22px 24px;
}

.evmp-stack--notifications {
    gap: 12px;
}

.evmp-stack--twofactor {
    gap: 12px;
}

.evmp-list-row--notification {
    padding: 20px 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
        linear-gradient(90deg, rgba(225, 6, 19, 0.06), rgba(255, 255, 255, 0));
}

.evmp-panel--privacy .evmp-detail-list div {
    padding: 22px 22px 24px;
}

.evmp-security-block {
    display: grid;
    gap: 18px;
    padding: 24px 24px 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
        linear-gradient(90deg, rgba(225, 6, 19, 0.06), rgba(255, 255, 255, 0));
}

.evmp-api-block {
    display: grid;
    gap: 18px;
    padding: 24px 24px 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
        linear-gradient(90deg, rgba(225, 6, 19, 0.06), rgba(255, 255, 255, 0));
}

.evmp-devices-block {
    display: grid;
    gap: 18px;
    padding: 24px 24px 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
        linear-gradient(90deg, rgba(225, 6, 19, 0.06), rgba(255, 255, 255, 0));
}

.evmp-settings-block {
    display: grid;
    gap: 18px;
    padding: 24px 24px 26px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
        linear-gradient(90deg, rgba(225, 6, 19, 0.06), rgba(255, 255, 255, 0));
}

.evmp-panel--security .evmp-form-grid {
    gap: 14px;
}

.evmp-panel--api .evmp-form-grid {
    gap: 14px;
}

.evmp-api-form {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    max-width: none;
    gap: 16px;
    align-items: start;
    justify-content: stretch;
}

.evmp-api-form .evmp-field {
    gap: 8px;
}

.evmp-api-form .evmp-field input {
    min-height: 48px;
}

.evmp-api-form .evmp-field textarea {
    min-height: 132px;
}

.evmp-api-form .evmp-field.is-full textarea {
    min-height: 132px;
}

.evmp-api-actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4px;
}

.evmp-api-actions .ev-button {
    width: auto;
    min-width: 190px;
    padding-inline: 22px;
}

.evmp-stack--devices {
    gap: 12px;
}

.evmp-panel--settings .evmp-form-grid {
    gap: 14px;
}

.evmp-order-card > div {
    display: grid;
    gap: 6px;
}

.evmp-media-list {
    display: grid;
    gap: 12px;
}

.evmp-media-item {
    padding: 16px 18px;
    display: grid;
    gap: 6px;
}

.evmp-media-item--library {
    padding: 22px 20px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at top left, rgba(225, 6, 19, 0.1), transparent 36%);
}

.evmp-profile-feature {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.02)),
        radial-gradient(circle at top left, rgba(225, 6, 19, 0.09), transparent 30%);
}

.evmp-profile-feature img,
.evmp-profile-feature .evmp-avatar {
    width: 84px;
    height: 84px;
}

.evmp-profile-feature__copy {
    display: grid;
    gap: 8px;
}

.evmp-profile-feature__copy strong {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.evmp-profile-feature__copy span {
    color: var(--ev-color-primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.evmp-pill-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.evmp-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.evmp-pill.is-active {
    border-color: rgba(225, 6, 19, 0.52);
    background: rgba(225, 6, 19, 0.12);
}

.evmp-list-row,
.evmp-session-row {
    padding: 16px 18px;
}

.evmp-list-row {
    display: grid;
    gap: 6px;
}

.evmp-social-links .evmp-list-row,
.evmp-security-feed .evmp-session-row {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
        linear-gradient(90deg, rgba(225, 6, 19, 0.06), rgba(255, 255, 255, 0));
}

.evmp-social-links .evmp-list-row span a {
    color: #fff;
    text-decoration: none;
}

.evmp-social-links .evmp-list-row span a:hover {
    color: var(--ev-color-primary);
}

.evmp-session-row--editorial {
    align-items: flex-start;
    gap: 18px;
}

.evmp-session-row--editorial form {
    flex: 0 0 auto;
}

.evmp-list-row strong,
.evmp-session-row strong,
.evmp-detail-list strong,
.evmp-secret-box strong {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.evmp-list-row span,
.evmp-session-row span {
    color: var(--ev-color-text-muted);
    line-height: 1.7;
}

.evmp-form-grid .is-full {
    grid-column: 1 / -1;
}

.evmp-table-wrap {
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.evmp-table-wrap table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.evmp-table-wrap th,
.evmp-table-wrap td {
    padding: 14px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.evmp-table-wrap th {
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.evmp-table-wrap td {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}

.evmp-empty,
.evmp-secret-box {
    padding: 18px;
}

.evmp-secret-box {
    display: grid;
    gap: 10px;
}

.evmp-secret-box code {
    color: #fff;
    word-break: break-all;
}

.evmp-shortcode-card {
    display: grid;
    gap: 14px;
}

.evmp-shortcode-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.evmp-portal-footer {
    margin-top: 0;
}

.evmp-portal-footer .ev-footer__brand {
    display: grid;
    gap: 16px;
}

.evmp-portal-footer .ev-footer__brand-row {
    align-items: center;
    gap: 16px;
}

.evmp-portal-footer .ev-footer__brand-row .ev-brand__logo img {
    display: block;
    max-height: 40px;
    width: auto;
}

.evmp-portal-footer .ev-footer__brand-row .ev-brand__mark {
    min-width: 42px;
    min-height: 42px;
}

.evmp-footer-page {
    display: grid;
    gap: 6px;
    padding-top: 2px;
}

.evmp-footer-page__label {
    color: rgba(255, 255, 255, 0.56);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.evmp-footer-page__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.2;
}

.evmp-portal-footer .ev-footer__brand > p {
    margin: 0;
    max-width: 420px;
}

body.evmp-portal.is-light,
body.evmp-auth-page.is-light {
    background:
        radial-gradient(circle at top right, rgba(225, 6, 19, 0.12), transparent 22%),
        linear-gradient(180deg, #f7f3f3 0%, #ece8e8 100%);
    color: #171717;
}

body.evmp-portal.is-light .ev-topbar,
body.evmp-portal.is-light .ev-header,
body.evmp-portal.is-light .ev-footer,
body.evmp-auth-page.is-light .ev-topbar,
body.evmp-auth-page.is-light .ev-header,
body.evmp-auth-page.is-light .ev-footer {
    background:
        linear-gradient(90deg, rgba(225, 6, 19, 0.08) 0%, rgba(255, 255, 255, 0.82) 30%, rgba(255, 255, 255, 0.92) 70%, rgba(225, 6, 19, 0.06) 100%);
}

body.evmp-portal.is-light .ev-card,
body.evmp-auth-page.is-light .ev-card,
body.evmp-portal.is-light .evmp-notice,
body.evmp-auth-page.is-light .evmp-notice {
    border-color: rgba(17, 17, 17, 0.08);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.86)),
        linear-gradient(90deg, rgba(225, 6, 19, 0.06) 0%, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0) 72%, rgba(225, 6, 19, 0.04) 100%);
}

body.evmp-portal.is-light .evmp-display-title span,
body.evmp-portal.is-light .evmp-auth-highlight strong,
body.evmp-portal.is-light .evmp-panel h2,
body.evmp-portal.is-light .evmp-header-context strong,
body.evmp-portal.is-light .evmp-sidebar strong,
body.evmp-auth-page.is-light .evmp-display-title span,
body.evmp-auth-page.is-light .evmp-auth-highlight strong,
body.evmp-auth-page.is-light .evmp-auth-story__item strong,
body.evmp-auth-page.is-light .evmp-auth-support strong,
body.evmp-auth-page.is-light .evmp-header-context strong {
    color: #101010;
}

body.evmp-portal.is-light .evmp-field span,
body.evmp-portal.is-light .evmp-auth-links a,
body.evmp-portal.is-light .evmp-list-row span,
body.evmp-portal.is-light .evmp-brand-block span,
body.evmp-portal.is-light .evmp-member-card span,
body.evmp-portal.is-light .evmp-sidebar-spotlight p,
body.evmp-portal.is-light .evmp-hero-stage__body > p,
body.evmp-portal.is-light .evmp-editorial-copy,
body.evmp-auth-page.is-light .evmp-field span,
body.evmp-auth-page.is-light .evmp-auth-links a {
    color: rgba(16, 16, 16, 0.64);
}

body.evmp-portal.is-light .evmp-sidebar {
    background:
        radial-gradient(circle at top left, rgba(225, 6, 19, 0.1), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82));
}

body.evmp-portal.is-light .evmp-sidebar-spotlight,
body.evmp-portal.is-light .evmp-hero-stage__facts div {
    border-color: rgba(17, 17, 17, 0.08);
}

body.evmp-portal.is-light .evmp-sidebar-spotlight__title span,
body.evmp-portal.is-light .evmp-topbar-context strong,
body.evmp-portal.is-light .evmp-sidebar-spotlight__title em,
body.evmp-portal.is-light .evmp-editorial-title span,
body.evmp-portal.is-light .evmp-editorial-title em {
    color: #101010;
}

body.evmp-portal.is-light .evmp-editorial-actions a {
    color: #101010;
}

body.evmp-portal.is-light .evmp-social-links .evmp-list-row span a {
    color: #101010;
}

body.evmp-portal.is-light .evmp-field input,
body.evmp-portal.is-light .evmp-field select,
body.evmp-portal.is-light .evmp-field textarea,
body.evmp-portal.is-light .evmp-search input,
body.evmp-auth-page.is-light .evmp-field input,
body.evmp-auth-page.is-light .evmp-field select,
body.evmp-auth-page.is-light .evmp-field textarea,
body.evmp-auth-page.is-light .evmp-search input {
    border-color: rgba(17, 17, 17, 0.08);
    background: rgba(17, 17, 17, 0.03);
    color: #111;
}

body.evmp-portal.is-light .evmp-hero-meta div,
body.evmp-portal.is-light .evmp-detail-list div,
body.evmp-portal.is-light .evmp-stat-card,
body.evmp-portal.is-light .evmp-list-row,
body.evmp-portal.is-light .evmp-session-row,
body.evmp-portal.is-light .evmp-secret-box,
body.evmp-portal.is-light .evmp-hero-summary,
body.evmp-portal.is-light .evmp-hero-stage,
body.evmp-portal.is-light .evmp-meta-list div,
body.evmp-portal.is-light .evmp-order-card,
body.evmp-portal.is-light .evmp-media-item,
body.evmp-portal.is-light .evmp-profile-feature,
body.evmp-auth-page.is-light .evmp-auth-highlight {
    border-color: rgba(17, 17, 17, 0.08);
    background: rgba(17, 17, 17, 0.03);
}

body.evmp-auth-page.is-light .evmp-auth-story__item {
    border-color: rgba(17, 17, 17, 0.08);
}

body.evmp-portal.is-light .evmp-hero-meta strong,
body.evmp-portal.is-light .evmp-stat-card strong,
body.evmp-portal.is-light .evmp-list-row strong,
body.evmp-portal.is-light .evmp-session-row strong,
body.evmp-portal.is-light .evmp-detail-list strong,
body.evmp-portal.is-light .evmp-hero-summary > strong,
body.evmp-portal.is-light .evmp-hero-summary__facts strong,
body.evmp-portal.is-light .evmp-hero-stage__body > strong,
body.evmp-portal.is-light .evmp-hero-stage__facts strong,
body.evmp-portal.is-light .evmp-meta-list strong,
body.evmp-portal.is-light .evmp-order-card strong,
body.evmp-portal.is-light .evmp-media-item strong,
body.evmp-portal.is-light .evmp-profile-feature__copy strong,
body.evmp-auth-page.is-light .evmp-auth-highlight strong {
    color: #101010;
}

@media (max-width: 1260px) {
    .evmp-dashboard-grid,
    .evmp-panel-grid--dashboard,
    .evmp-panel-grid--dashboard-minimal,
    .evmp-hero {
        grid-template-columns: 1fr;
    }

    .evmp-meta-list--dashboard-single,
    .evmp-editorial-actions,
    .evmp-api-form {
        grid-template-columns: 1fr;
    }

    .evmp-hero--dashboard-screen {
        min-height: 0;
    }

    .evmp-hero__actions--dashboard-screen {
        padding-top: 24px;
    }

    .evmp-api-actions {
        justify-content: flex-start;
    }



    .evmp-content-grid,
    .evmp-portal-shell {
        grid-template-columns: 1fr;
    }

    .evmp-right-rail {
        order: -1;
    }

    .evmp-sidebar {
        position: static;
        min-height: auto;
    }
}

@media (max-width: 980px) {
    .evmp-auth-shell,
    .evmp-panel-grid,
    .evmp-stat-grid,
    .evmp-auth-grid,
    .evmp-form-grid,
    .evmp-hero-meta,
    .evmp-meta-list {
        grid-template-columns: 1fr;
    }

    .evmp-workspace-topbar {
        top: 108px;
    }

    .evmp-mobile-toggle {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .evmp-sidebar {
        position: fixed;
        top: 92px;
        left: 24px;
        bottom: 24px;
        width: min(86vw, 360px);
        max-width: calc(100vw - 48px);
        z-index: 70;
        transform: translateX(calc(-100% - 32px));
        transition: transform 220ms ease;
    }

    body.evmp-portal.is-sidebar-open .evmp-sidebar {
        transform: translateX(0);
    }

    .evmp-page {
        width: 100%;
    }

    .evmp-topbar-context {
        width: 100%;
    }

    .evmp-action-list--dashboard {
        grid-template-columns: 1fr;
    }

    .evmp-hero--dashboard-minimal {
        padding: 24px 22px;
    }

    .evmp-hero--dashboard-screen {
        padding: 22px;
    }

    .evmp-hero-ribbon {
        width: 100%;
        height: 84px;
    }

    .evmp-hero--dashboard-screen .evmp-display-title span {
        font-size: clamp(42px, 7vw, 64px);
    }

    .evmp-hero--dashboard-screen .evmp-display-title em {
        font-size: clamp(28px, 5vw, 44px);
    }

    .evmp-hero__actions--dashboard-screen {
        padding-top: 8px;
    }

    .evmp-editorial-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }





    .evmp-auth-shell--login {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .evmp-auth-shell--register {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 780px) {
    body.evmp-auth-page,
    body.evmp-portal {
        --evmp-content-gap-top: 24px;
        --evmp-content-gap-bottom: 56px;
        --evmp-content-outer-gap-top: 16px;
        --evmp-content-outer-gap-bottom: 24px;
    }

    .evmp-auth-hero,
    .evmp-auth-card,
    .evmp-panel,
    .evmp-sidebar,
    .evmp-workspace-topbar {
        padding: 22px;
    }

    .evmp-auth-hero--login,
    .evmp-auth-card--login,
    .evmp-auth-hero--register,
    .evmp-auth-card--register {
        padding: 28px;
    }

    .evmp-auth-hero--login,
    .evmp-auth-hero--register {
        min-height: auto;
    }

    .evmp-portal-shell,
    .evmp-auth-shell {
        width: min(100%, calc(100% - 28px));
    }

    .evmp-header-context {
        display: none;
    }

    .evmp-topbar-actions {
        width: 100%;
        justify-content: space-between;
    }

    .evmp-topbar-context span:last-child {
        max-width: none;
    }

    .evmp-profile-feature {
        grid-template-columns: 1fr;
    }

    .evmp-topbar-meta {
        justify-items: start;
        text-align: left;
    }

    .evmp-hero {
        padding: 26px 22px;
    }

    .evmp-hero--dashboard-screen {
        gap: 16px;
        padding: 18px;
    }

    .evmp-hero-stage--dashboard-screen {
        padding: 16px;
    }

    .evmp-hero-stage--dashboard-screen .evmp-hero-stage__body > strong {
        font-size: clamp(34px, 9vw, 52px);
    }

    .evmp-hero-ribbon {
        height: 68px;
        padding: 0 16px;
    }

    .evmp-panel {
        padding: 24px;
    }

    .evmp-display-title span {
        font-size: clamp(38px, 12vw, 62px);
    }

    .evmp-display-title em {
        font-size: clamp(28px, 10vw, 46px);
    }

    .evmp-hero__actions,
    .evmp-auth-links {
        flex-direction: column;
        align-items: stretch;
    }

    .evmp-auth-benefits {
        gap: 8px;
    }

    .evmp-dashboard-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .evmp-hero__actions .ev-button,
    .evmp-auth-form .ev-button,
    .evmp-action-list .ev-button {
        width: 100%;
    }
}
