html {
    background: #f6f4ef;
}

body {
    min-height: 100vh;
    overflow-x: hidden;
}

.aio-site-shell {
    min-height: 100vh;
    overflow: clip;
}

.header-one {
    border: 1px solid rgba(26, 26, 28, 0.08);
    box-shadow: 0 18px 60px rgba(26, 26, 28, 0.12);
}

.aio-cloud-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.aio-cloud-logo-mark {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 999px;
    background:
        radial-gradient(circle at 34% 25%, rgba(255, 255, 255, 0.9) 0 8%, transparent 9%),
        linear-gradient(135deg, #d7ff65 0%, #ad7cff 54%, #1a1a1c 100%);
    color: #111114;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -0.08em;
}

.aio-alert-stack {
    padding-top: 118px;
}

.aio-alert {
    margin-bottom: 14px;
    padding: 16px 20px;
    border: 1px solid rgba(26, 26, 28, 0.1);
    border-radius: 20px;
    background: #fff;
    color: #1a1a1c;
    box-shadow: 0 16px 45px rgba(26, 26, 28, 0.08);
}

.aio-alert.success {
    border-color: rgba(115, 172, 71, 0.35);
}

.aio-alert.warning {
    border-color: rgba(245, 173, 58, 0.4);
}

.aio-alert.error {
    border-color: rgba(218, 76, 76, 0.35);
}

.aio-cloud-hero {
    background-image: url("/vendor/nexsas/images/ns-img-85.png");
}

.aio-page-hero {
    background:
        radial-gradient(circle at 82% 24%, rgba(215, 255, 101, 0.26), transparent 30%),
        radial-gradient(circle at 12% 18%, rgba(173, 124, 255, 0.22), transparent 28%);
}

.aio-cloud-light {
    color: #1a1a1c;
}

.aio-cloud-light :where(h1, h2, h3, h4, h5, h6, .text-white, .text-accent) {
    color: #1a1a1c;
}

.aio-cloud-light :where(p, li, .text-accent\/60, .text-white\/60, .text-white\/70) {
    color: rgba(26, 26, 28, 0.62);
}

.aio-section {
    padding: 100px 0;
}

.aio-section-tight {
    padding: 76px 0;
}

.aio-section-dark {
    background:
        radial-gradient(circle at 84% 0%, rgba(215, 255, 101, 0.18), transparent 34%),
        radial-gradient(circle at 6% 18%, rgba(173, 124, 255, 0.16), transparent 30%),
        #111114;
    color: #f7f3ea;
}

.aio-section-dark :where(h1, h2, h3, h4, h5, h6) {
    color: #f7f3ea;
}

.aio-section-dark :where(p, li) {
    color: rgba(247, 243, 234, 0.68);
}

.aio-section-dark :where(.bg-white, .aio-light-surface) {
    color: #1a1a1c;
}

.aio-section-dark :where(.bg-white, .aio-light-surface) :where(h1, h2, h3, h4, h5, h6) {
    color: #1a1a1c;
}

.aio-section-dark :where(.bg-white, .aio-light-surface) :where(p, li) {
    color: rgba(26, 26, 28, 0.62);
}

.aio-dark-card,
.aio-dark-surface {
    border: 1px solid rgba(247, 243, 234, 0.12);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
        #17171a;
    color: #f7f3ea;
}

.aio-dark-card :where(h1, h2, h3, h4, h5, h6),
.aio-dark-surface :where(h1, h2, h3, h4, h5, h6) {
    color: #f7f3ea;
}

.aio-dark-card :where(p, li),
.aio-dark-surface :where(p, li) {
    color: rgba(247, 243, 234, 0.68);
}

.aio-light-surface,
.aio-cloud-card {
    color: #1a1a1c;
    box-shadow: 0 20px 60px rgba(26, 26, 28, 0.08);
}

.aio-light-surface :where(h1, h2, h3, h4, h5, h6),
.aio-cloud-card :where(h1, h2, h3, h4, h5, h6),
.aio-light-surface :where(.text-white, .text-accent),
.aio-cloud-card :where(.text-white, .text-accent) {
    color: #1a1a1c;
}

.aio-light-surface :where(p, li),
.aio-cloud-card :where(p, li),
.aio-light-surface :where(.text-white\/60, .text-white\/70, .text-accent\/60),
.aio-cloud-card :where(.text-white\/60, .text-white\/70, .text-accent\/60) {
    color: rgba(26, 26, 28, 0.62);
}

.aio-cloud-light :where(.aio-dark-card, .aio-dark-surface) {
    color: #f7f3ea;
}

.aio-cloud-light :where(.aio-dark-card, .aio-dark-surface) :where(h1, h2, h3, h4, h5, h6, .text-white, .text-accent) {
    color: #f7f3ea;
}

.aio-cloud-light :where(.aio-dark-card, .aio-dark-surface) :where(p, li, .text-accent\/60, .text-white\/60, .text-white\/70) {
    color: rgba(247, 243, 234, 0.68);
}

.aio-module-frame,
.aio-media-art {
    display: grid;
    min-height: 190px;
    place-items: center;
    border-radius: 16px;
    background:
        radial-gradient(circle at 78% 22%, rgba(215, 255, 101, 0.38), transparent 32%),
        radial-gradient(circle at 18% 78%, rgba(173, 124, 255, 0.28), transparent 34%),
        #f6f4ef;
}

.aio-check-list {
    display: grid;
    gap: 14px;
}

.aio-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.aio-check-list li::before {
    content: "";
    position: relative;
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    margin-top: 2px;
    border-radius: 999px;
    background: #1a1a1c;
}

.aio-dark-card .aio-check-list li::before,
.aio-dark-surface .aio-check-list li::before,
.aio-section-dark .aio-check-list li::before {
    background: #d7ff65;
}

.aio-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
    color: #1a1a1c;
}

.aio-table th,
.aio-table td {
    border-bottom: 1px solid rgba(26, 26, 28, 0.1);
    padding: 18px 20px;
    text-align: left;
    vertical-align: top;
}

.aio-table th {
    font-weight: 600;
}

.aio-table td {
    color: rgba(26, 26, 28, 0.66);
}

.aio-rich-text {
    display: grid;
    gap: 18px;
}

.aio-rich-text p {
    color: rgba(26, 26, 28, 0.66);
}

.aio-pricing-featured {
    background:
        radial-gradient(circle at 80% 0%, rgba(215, 255, 101, 0.34), transparent 36%),
        linear-gradient(135deg, #ad7cff, #1a1a1c 70%);
}

.aio-pricing-page .aio-pricing-hero-panel,
.aio-pricing-page .aio-pricing-suite-panel,
.aio-pricing-page .aio-pricing-module-grid {
    border: 1px solid rgba(26, 26, 28, 0.08);
    background:
        radial-gradient(circle at 84% 0%, rgba(215, 255, 101, 0.28), transparent 34%),
        radial-gradient(circle at 8% 0%, rgba(134, 79, 254, 0.16), transparent 32%),
        #ffffff;
    box-shadow: 0 28px 90px rgba(26, 26, 28, 0.08);
}

.aio-pricing-page .aio-pricing-module-grid {
    background:
        radial-gradient(circle at 8% 4%, rgba(215, 255, 101, 0.22), transparent 30%),
        radial-gradient(circle at 88% 14%, rgba(134, 79, 254, 0.14), transparent 30%),
        #ffffff;
}

.aio-pricing-page .aio-pricing-module-card {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    border: 1px solid rgba(26, 26, 28, 0.08);
    background: rgba(246, 244, 239, 0.78);
    color: #1a1a1c;
    box-shadow: 0 18px 54px rgba(26, 26, 28, 0.07);
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.aio-pricing-page .aio-pricing-module-card::after {
    content: "";
    position: absolute;
    right: -32px;
    bottom: -32px;
    width: 108px;
    height: 108px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--module-accent, #864ffe) 18%, transparent);
}

.aio-pricing-page .aio-pricing-module-card:hover {
    transform: translateY(-4px);
    border-color: rgba(134, 79, 254, 0.24);
    box-shadow: 0 26px 76px rgba(26, 26, 28, 0.12);
}

.aio-pricing-page .aio-pricing-module-dot {
    display: inline-flex;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background:
        radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.9) 0 18%, transparent 20%),
        linear-gradient(135deg, #d7ff65 0%, #ad7cff 68%, #1a1a1c 100%);
    box-shadow: 0 14px 28px rgba(134, 79, 254, 0.18);
}

.aio-pricing-page .aio-pricing-module-icon,
.aio-pricing-page .aio-pricing-value-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(26, 26, 28, 0.08);
    border-radius: 16px;
    background:
        radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.92), transparent 22%),
        linear-gradient(135deg, color-mix(in srgb, var(--module-accent, #864ffe) 82%, #ffffff), #1a1a1c);
    color: #ffffff;
    box-shadow: 0 16px 36px color-mix(in srgb, var(--module-accent, #864ffe) 22%, transparent);
}

.aio-pricing-page .aio-pricing-module-icon svg,
.aio-pricing-page .aio-pricing-value-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.aio-pricing-page .aio-pricing-value-grid {
    align-items: stretch;
}

.aio-pricing-page .aio-pricing-value-card {
    border: 1px solid rgba(26, 26, 28, 0.08);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 54px rgba(26, 26, 28, 0.07);
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.aio-pricing-page .aio-pricing-value-card:hover {
    transform: translateY(-3px);
    border-color: rgba(134, 79, 254, 0.2);
    box-shadow: 0 24px 70px rgba(26, 26, 28, 0.1);
}

.aio-pricing-page .aio-pricing-value-card:nth-child(1) {
    --module-accent: #864ffe;
}

.aio-pricing-page .aio-pricing-value-card:nth-child(2) {
    --module-accent: #73ac47;
}

.aio-pricing-page .aio-pricing-value-card:nth-child(3) {
    --module-accent: #d7ff65;
}

.aio-pricing-page .pricing-mode-toggle {
    min-width: 118px;
}

.aio-pricing-page .pricing-mode-toggle[aria-pressed="true"] {
    background: #864ffe !important;
    color: #ffffff !important;
    box-shadow: 0 12px 30px rgba(134, 79, 254, 0.28);
}

.aio-pricing-page .pricing-mode-toggle[aria-pressed="false"] {
    background: transparent !important;
    color: rgba(26, 26, 28, 0.62) !important;
}

.aio-pricing-page .aio-pricing-card {
    min-height: 100%;
    border: 1px solid rgba(26, 26, 28, 0.08);
    transition:
        transform 220ms ease,
        box-shadow 220ms ease;
}

.aio-pricing-page .aio-pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 90px rgba(26, 26, 28, 0.12);
}

.aio-pricing-page .aio-pricing-card.is-featured {
    border-color: rgba(215, 255, 101, 0.22);
    box-shadow: 0 34px 110px rgba(26, 26, 28, 0.22);
}

.aio-pricing-page .aio-pricing-check {
    display: inline-flex;
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 999px;
    background: #864ffe;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 8px 20px rgba(134, 79, 254, 0.22);
}

.aio-pricing-page .is-featured .aio-pricing-check {
    background: #d7ff65;
    color: #1a1a1c !important;
    box-shadow: 0 8px 20px rgba(215, 255, 101, 0.18);
}

.aio-pricing-page .btn-primary,
.aio-pricing-page .btn-primary span {
    color: #ffffff !important;
    text-transform: none !important;
}

.aio-pricing-page .btn-primary span:first-letter {
    text-transform: none !important;
}

.aio-pricing-page .aio-pricing-note-card {
    border: 1px solid rgba(247, 243, 234, 0.1);
    background: rgba(255, 255, 255, 0.06);
}

.aio-cloud-footer {
    color: #f7f3ea;
}

.aio-cloud-footer p {
    color: rgba(247, 243, 234, 0.62);
}

.aio-cloud-footer .footer-link-v2 {
    color: rgba(247, 243, 234, 0.62);
}

.aio-cloud-footer .footer-link-v2:hover {
    color: #d7ff65;
}

.aio-cloud-footer .footer-divider {
    transform: none !important;
}

@media (max-width: 1279px) {
    .header-one {
        gap: 14px;
    }
}

@media (max-width: 767px) {
    .header-one {
        top: 12px;
    }

    .aio-cloud-brand {
        gap: 10px;
    }

    .aio-cloud-logo-mark {
        width: 44px;
        height: 44px;
    }

    .aio-section {
        padding: 72px 0;
    }

    .aio-section-tight {
        padding: 56px 0;
    }
}

/* Customer portal bridge: scoped to the app layout so marketing/admin styles stay isolated. */
.aio-portal-body {
    min-height: 100vh;
    font-family: "Inter Tight", sans-serif;
    color: #1a1a1c;
    background:
        radial-gradient(circle at top left, rgba(134, 79, 254, 0.16), transparent 34rem),
        radial-gradient(circle at 85% 4%, rgba(215, 255, 101, 0.28), transparent 24rem),
        linear-gradient(180deg, #f7f3ea 0%, #ebe5d8 100%);
}

.aio-portal {
    width: min(1290px, calc(100% - 32px));
    margin: 0 auto;
    padding: 22px 0 36px;
}

.aio-portal-main {
    width: min(1180px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 24px;
}

.aio-portal-nav,
.aio-portal-footer,
.aio-portal .panel,
.aio-portal .card,
.aio-portal .alert {
    border: 1px solid rgba(26, 26, 28, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 22px 70px rgba(26, 26, 28, 0.08);
    backdrop-filter: blur(18px);
}

.aio-portal-header {
    position: sticky;
    top: 18px;
    z-index: 60;
    margin-bottom: 28px;
}

.aio-portal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 12px 14px;
    border-radius: 999px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.66)),
        radial-gradient(circle at 12% 50%, rgba(215, 255, 101, 0.34), transparent 14rem);
}

.aio-portal-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 250px;
    color: #1a1a1c;
    text-decoration: none;
}

.aio-portal-brand:hover,
.aio-portal a:hover {
    text-decoration: none;
}

.aio-portal-brand-mark {
    display: inline-flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #1a1a1c;
    color: #d7ff65;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -0.06em;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.aio-portal-brand-kicker {
    color: #864ffe !important;
    font-size: 11px !important;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aio-portal-brand strong {
    display: block;
    font-size: 15px;
    line-height: 1.1;
}

.aio-portal-brand small {
    display: block;
    margin-top: 3px;
    color: rgba(26, 26, 28, 0.54);
    font-size: 12px;
}

.aio-portal-links,
.aio-portal-actions,
.aio-portal-mobile-links,
.aio-portal-mobile-actions,
.aio-portal .nav-links,
.aio-portal .hero-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.aio-portal-links {
    justify-content: center;
}

.aio-portal-links a,
.aio-portal-mobile-links a,
.aio-portal .nav-links a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    color: rgba(26, 26, 28, 0.62);
    font-size: 14px;
    font-weight: 600;
    transition:
        border-color 180ms ease,
        color 180ms ease,
        background-color 180ms ease;
}

.aio-portal-links a:hover,
.aio-portal-mobile-links a:hover,
.aio-portal .nav-links a:hover,
.aio-portal-links a.is-active,
.aio-portal-mobile-links a.is-active {
    border-color: rgba(26, 26, 28, 0.08);
    background: rgba(255, 255, 255, 0.64);
    color: #1a1a1c;
}

.aio-portal-links a.is-active,
.aio-portal-mobile-links a.is-active {
    box-shadow: inset 0 0 0 1px rgba(134, 79, 254, 0.08);
}

.aio-portal-menu-toggle {
    display: none;
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 0;
    border-radius: 999px;
    background: #1a1a1c;
    cursor: pointer;
    box-shadow: 0 16px 38px rgba(26, 26, 28, 0.18);
}

.aio-portal-menu-toggle span:not(.sr-only) {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #d7ff65;
    transition:
        transform 180ms ease,
        opacity 180ms ease;
}

.aio-portal-menu-toggle.is-open span:not(.sr-only):nth-child(2) {
    transform: translateY(7px) rotate(45deg);
}

.aio-portal-menu-toggle.is-open span:not(.sr-only):nth-child(3) {
    opacity: 0;
}

.aio-portal-menu-toggle.is-open span:not(.sr-only):nth-child(4) {
    transform: translateY(-7px) rotate(-45deg);
}

.aio-portal-mobile-menu {
    margin-top: 10px;
    padding: 16px;
    border: 1px solid rgba(26, 26, 28, 0.08);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(215, 255, 101, 0.22), transparent 14rem),
        rgba(255, 255, 255, 0.92);
    box-shadow: 0 28px 80px rgba(26, 26, 28, 0.14);
    backdrop-filter: blur(18px);
}

.aio-portal-mobile-menu[hidden] {
    display: none;
}

.aio-portal-mobile-links,
.aio-portal-mobile-actions {
    align-items: stretch;
    flex-direction: column;
}

.aio-portal-mobile-links a,
.aio-portal-mobile-actions .button,
.aio-portal-mobile-actions form {
    width: 100%;
}

.aio-portal-mobile-actions {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(26, 26, 28, 0.08);
}

.aio-portal .panel,
.aio-portal .card {
    padding: clamp(22px, 3vw, 34px);
}

.aio-portal .panel:first-of-type {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 8%, rgba(215, 255, 101, 0.42), transparent 13rem),
        linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.62));
}

.aio-portal .panel:first-of-type::after {
    content: "";
    position: absolute;
    right: -44px;
    bottom: -56px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: rgba(134, 79, 254, 0.1);
}

.aio-portal .card {
    transition:
        transform 200ms ease,
        box-shadow 200ms ease,
        border-color 200ms ease;
}

.aio-portal .card:hover {
    transform: translateY(-2px);
    border-color: rgba(134, 79, 254, 0.16);
    box-shadow: 0 28px 84px rgba(26, 26, 28, 0.1);
}

.aio-portal h1,
.aio-portal h2,
.aio-portal h3 {
    margin: 0;
    color: #1a1a1c;
    letter-spacing: -0.04em;
}

.aio-portal h1 {
    max-width: 820px;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 0.94;
}

.aio-portal h2 {
    font-size: clamp(24px, 2.7vw, 38px);
    line-height: 1.05;
}

.aio-portal h3 {
    font-size: 20px;
    line-height: 1.2;
}

.aio-portal p,
.aio-portal .muted {
    color: rgba(26, 26, 28, 0.62);
    line-height: 1.65;
}

.aio-portal .eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 14px;
    padding: 8px 13px;
    border: 1px solid rgba(134, 79, 254, 0.14);
    border-radius: 999px;
    background: rgba(134, 79, 254, 0.08);
    color: #864ffe;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aio-portal .metric {
    margin: 8px 0;
    color: #1a1a1c;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    letter-spacing: -0.06em;
}

.aio-portal .grid,
.aio-portal .stack {
    display: grid;
    gap: 18px;
}

.aio-portal .grid.cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aio-portal .grid.cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aio-portal .list {
    display: grid;
    gap: 10px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.aio-portal .list li {
    position: relative;
    padding-left: 28px;
    color: rgba(26, 26, 28, 0.66);
    line-height: 1.55;
}

.aio-portal .list li::before {
    content: "";
    position: absolute;
    top: 0.55em;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 50%, #1a1a1c 0 3px, transparent 4px),
        #d7ff65;
}

.aio-portal-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
}

.aio-portal-meta-grid div {
    padding: 14px;
    border: 1px solid rgba(26, 26, 28, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.68);
}

.aio-portal-meta-grid dt {
    margin: 0 0 4px;
    color: rgba(26, 26, 28, 0.52);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aio-portal-meta-grid dd {
    margin: 0;
    color: #1a1a1c;
    font-size: 14px;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.aio-portal .button,
.aio-portal button.button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #864ffe;
    border-radius: 999px;
    background: #864ffe;
    color: #ffffff !important;
    padding: 12px 19px;
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 18px 40px rgba(134, 79, 254, 0.22);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease;
}

.aio-portal .button:hover,
.aio-portal button.button:hover {
    transform: translateY(-1px);
    background: #6f3fd8;
    box-shadow: 0 24px 54px rgba(134, 79, 254, 0.28);
}

.aio-portal .button.secondary,
.aio-portal button.button.secondary {
    border-color: rgba(26, 26, 28, 0.1);
    background: #ffffff;
    color: #1a1a1c !important;
    box-shadow: 0 12px 30px rgba(26, 26, 28, 0.06);
}

.aio-portal .button.aio-portal-redeem {
    border-color: rgba(215, 255, 101, 0.72);
    background: #d7ff65;
    color: #1a1a1c !important;
    box-shadow: 0 16px 36px rgba(115, 172, 71, 0.18);
}

.aio-portal .button:disabled,
.aio-portal button.button:disabled {
    cursor: not-allowed;
    opacity: 0.48;
    transform: none;
}

.aio-portal label {
    display: block;
    margin-bottom: 8px;
    color: #1a1a1c;
    font-weight: 800;
}

.aio-portal input,
.aio-portal select,
.aio-portal textarea {
    width: 100%;
    border: 1px solid rgba(26, 26, 28, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    color: #1a1a1c;
    font: inherit;
    padding: 14px 16px;
    outline: none;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.aio-portal textarea {
    min-height: 128px;
    resize: vertical;
}

.aio-portal input:focus,
.aio-portal select:focus,
.aio-portal textarea:focus {
    border-color: rgba(134, 79, 254, 0.5);
    box-shadow: 0 0 0 4px rgba(134, 79, 254, 0.12);
}

.aio-portal form.stack {
    max-width: 780px;
}

.aio-portal .alert {
    padding: 16px 18px;
    color: #1a1a1c;
}

.aio-portal .alert.success {
    border-color: rgba(115, 172, 71, 0.25);
    background: rgba(115, 172, 71, 0.12);
}

.aio-portal .alert.warning {
    border-color: rgba(245, 173, 58, 0.3);
    background: rgba(245, 173, 58, 0.13);
}

.aio-portal .alert.error {
    border-color: rgba(185, 46, 46, 0.24);
    background: rgba(185, 46, 46, 0.1);
}

.aio-portal .table {
    width: 100%;
    border-collapse: collapse;
}

.aio-portal .table th,
.aio-portal .table td {
    padding: 14px 10px;
    border-bottom: 1px solid rgba(26, 26, 28, 0.08);
    text-align: left;
    vertical-align: top;
}

.aio-portal .table th {
    color: rgba(26, 26, 28, 0.52);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aio-portal-status {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 32px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(215, 255, 101, 0.44);
    color: #1a1a1c;
    font-size: 12px;
    font-weight: 800;
}

.aio-portal-status.is-muted {
    background: rgba(26, 26, 28, 0.08);
}

.aio-portal-kv {
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 1px solid rgba(26, 26, 28, 0.07);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.54);
}

.aio-portal-kv strong {
    color: rgba(26, 26, 28, 0.5);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aio-portal-kv span {
    color: #1a1a1c;
    font-weight: 750;
}

.aio-portal-footer {
    width: min(1180px, 100%);
    margin-inline: auto;
    margin-top: 28px;
    padding: clamp(26px, 4vw, 42px);
    background:
        radial-gradient(circle at top right, rgba(215, 255, 101, 0.2), transparent 18rem),
        radial-gradient(circle at 8% 0%, rgba(134, 79, 254, 0.18), transparent 16rem),
        #1a1a1c;
    color: #f7f3ea;
}

.aio-portal-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.25fr) minmax(420px, 2fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: flex-start;
}

.aio-portal-footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.aio-portal-footer-brand strong {
    display: block;
    color: #f7f3ea;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.aio-portal-footer p {
    max-width: 430px;
    margin: 8px 0 0;
    color: rgba(247, 243, 234, 0.62);
}

.aio-portal-footer-groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(120px, 1fr));
    gap: clamp(20px, 3vw, 34px);
}

.aio-portal-footer nav {
    display: grid;
    gap: 9px;
}

.aio-portal-footer nav strong {
    color: #f7f3ea;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aio-portal-footer a {
    color: rgba(247, 243, 234, 0.64);
}

.aio-portal-footer a:hover {
    color: #d7ff65;
}

.aio-portal-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid rgba(247, 243, 234, 0.12);
    color: rgba(247, 243, 234, 0.5);
    font-size: 13px;
}

.aio-portal .ticket-message {
    padding: 18px;
    border: 1px solid rgba(26, 26, 28, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.58);
}

.aio-portal .ticket-message.staff {
    background: rgba(215, 255, 101, 0.2);
}

@media (max-width: 1180px) {
    .aio-portal-brand {
        min-width: 0;
    }

    .aio-portal-links-desktop,
    .aio-portal-actions-desktop {
        display: none;
    }

    .aio-portal-menu-toggle {
        display: inline-flex;
    }
}

@media (max-width: 860px) {
    .aio-portal .grid.cols-2,
    .aio-portal .grid.cols-3 {
        grid-template-columns: 1fr;
    }

    .aio-portal-footer-grid {
        grid-template-columns: 1fr;
    }

    .aio-portal-footer-groups {
        width: 100%;
    }

    .aio-portal-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .aio-portal {
        width: min(100% - 22px, 1290px);
        padding-top: 12px;
    }

    .aio-portal-header {
        top: 10px;
        margin-bottom: 20px;
    }

    .aio-portal-nav {
        padding: 10px;
    }

    .aio-portal-brand {
        gap: 10px;
    }

    .aio-portal-brand-mark {
        width: 46px;
        height: 46px;
    }

    .aio-portal-brand strong {
        max-width: 176px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .aio-portal-menu-toggle {
        width: 46px;
        height: 46px;
    }

    .aio-portal .hero-actions {
        width: 100%;
    }

    .aio-portal .hero-actions .button {
        width: 100%;
    }

    .aio-portal h1 {
        font-size: 38px;
    }

    .aio-portal-footer-brand {
        flex-direction: column;
    }

    .aio-portal-footer-groups {
        grid-template-columns: 1fr;
    }
}
