:root {
    --axv-cian: #1b8bca;
    --axv-navy: #0f2744;
    --axv-naranja: #e85d04;
    --axv-paper: #e8f4ff;
    --axv-muted: #9bb6d0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    height: 100%;
}

.oculto {
    display: none !important;
}

.axv-keep-audio {
    position: fixed;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.axv-body {
    font-family: Outfit, system-ui, sans-serif;
    color: var(--axv-paper);
    background: #07101c;
    overflow: hidden;
}

.axv-app,
.axv-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
}

.axv-canvas {
    display: block;
    z-index: 1;
    touch-action: none;
}

.axv-landing {
    position: fixed;
    z-index: 40;
    inset: 0;
    overflow: auto;
    padding: 1.25rem 1.25rem 2.5rem;
    background:
        linear-gradient(180deg, rgba(7, 16, 28, 0.78), rgba(7, 16, 28, 0.94)),
        radial-gradient(ellipse at top, rgba(27, 139, 202, 0.28), transparent 55%);
}

.axv-app.is-playing .axv-landing {
    display: none;
}

.axv-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.axv-logo {
    height: 56px;
    width: auto;
    max-width: min(220px, 48vw);
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    padding: 0.35rem 0.7rem;
}

.axv-back {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--axv-muted);
    text-decoration: none;
    font-size: 0.9rem;
}

.axv-back:hover {
    color: #fff;
}

.axv-kicker {
    margin: 1.4rem 0 0.35rem;
    color: var(--axv-cian);
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.78rem;
}

.axv-landing h1 {
    margin: 0;
    font-family: Fredoka, Outfit, sans-serif;
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    line-height: 1.1;
}

.axv-lead {
    max-width: 40rem;
    color: var(--axv-muted);
    line-height: 1.55;
}

.axv-welcome {
    display: grid;
    grid-template-columns: minmax(16rem, 34rem) minmax(16rem, 22rem);
    gap: 1.1rem;
    align-items: start;
    max-width: 58rem;
    margin: 1rem 0 0.4rem;
}

.axv-welcome__visual {
    margin: 0;
    border-radius: 0.9rem;
    overflow: hidden;
    background: #000;
}

.axv-welcome__visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.axv-welcome__card {
    padding: 1.1rem 1.15rem 1.25rem;
    border-radius: 1.1rem;
    background: rgba(15, 23, 42, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.axv-welcome__face {
    width: 4.2rem;
    height: 4.2rem;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid var(--axv-cian);
    margin-bottom: 0.55rem;
}

.axv-welcome__kicker {
    margin: 0 0 0.25rem;
    color: #6ee7b7;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.axv-welcome__card h2 {
    margin: 0 0 0.45rem;
    font-family: Fredoka, Outfit, sans-serif;
}

.axv-welcome__text {
    margin: 0 0 0.85rem;
    color: var(--axv-muted);
    line-height: 1.55;
}

.axv-mode-label {
    margin: 0.35rem 0 0.55rem;
    color: #fff;
    font-family: Fredoka, Outfit, sans-serif;
    font-weight: 700;
}

.axv-modes {
    display: grid;
    gap: 0.65rem;
    margin: 0 0 0.75rem;
}

.axv-mode {
    appearance: none;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 1rem;
    padding: 0.85rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    text-align: left;
    cursor: pointer;
    color: #062032;
    background: linear-gradient(135deg, var(--axv-cian), #0f766e);
    font: inherit;
}

.axv-mode--xr {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.22);
}

.axv-mode i {
    font-size: 1.45rem;
    width: 1.6rem;
    text-align: center;
}

.axv-mode span {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
}

.axv-mode em {
    font-style: normal;
    font-size: 0.82rem;
    opacity: 0.82;
}

.axv-xr-status {
    margin: 0 0 1rem;
    color: var(--axv-muted);
    font-size: 0.88rem;
}

.axv-xr-status.is-ok {
    color: #6ee7b7;
}

.axv-xr-status.is-no {
    color: #fde68a;
}

.axv-brief {
    margin: 1.4rem 0;
    max-width: 28rem;
    padding: 1rem 1.1rem 1.15rem;
    border-radius: 1.1rem;
    background: rgba(15, 23, 42, 0.72);
    border: 1px solid rgba(148, 163, 184, 0.25);
}

.axv-brief__kicker {
    margin: 0 0 0.6rem;
    color: #6ee7b7;
    font-size: 0.8rem;
    font-weight: 600;
}

.axv-brief__steps {
    margin: 0;
    padding-left: 1.15rem;
    color: var(--axv-muted);
    line-height: 1.55;
}

.axv-btn {
    appearance: none;
    border: 0;
    border-radius: 999px;
    padding: 0.78rem 1.2rem;
    font: 600 1rem Outfit, sans-serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    text-decoration: none;
}

.axv-btn--primary {
    background: linear-gradient(135deg, var(--axv-cian), #0f766e);
    color: #062032;
}

.axv-btn--ghost {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.axv-roster {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    list-style: none;
    margin: 0 0 1.4rem;
    padding: 0;
}

.axv-roster__card {
    width: 7.6rem;
    padding: 0.7rem 0.75rem;
    border-radius: 0.7rem;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.axv-roster__card strong {
    display: block;
    font-family: Fredoka, Outfit, sans-serif;
}

.axv-roster__card span {
    font-size: 0.78rem;
    color: var(--axv-muted);
}

.axv-brand {
    margin: 1.6rem 0 0;
    color: #64748b;
    font-size: 0.8rem;
}

.axv-hud {
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.7rem 0.8rem;
    background: linear-gradient(180deg, rgba(7, 16, 28, 0.82), transparent);
}

.axv-icon-btn {
    width: 2.4rem;
    height: 2.4rem;
    border: 0;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.75);
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
}

.axv-chip {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.25rem 0.7rem 0.25rem 0.25rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.78);
}

.axv-chip img {
    width: 2.3rem;
    height: 2.3rem;
    object-fit: cover;
    border-radius: 50%;
}

.axv-chip__kicker {
    margin: 0;
    font-size: 0.68rem;
    color: var(--axv-cian);
    text-transform: uppercase;
}

.axv-chip__name {
    margin: 0;
    font-weight: 700;
    font-size: 0.92rem;
}

.axv-progress {
    margin: 0 0 0 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.8);
    font-weight: 700;
}

.axv-check {
    position: fixed;
    z-index: 5;
    top: 4.4rem;
    right: 0.8rem;
    margin: 0;
    padding: 0.55rem 0.7rem;
    list-style: none;
    width: 12.2rem;
    border-radius: 0.85rem;
    background: rgba(15, 23, 42, 0.78);
    font-size: 0.78rem;
}

.axv-check li {
    display: flex;
    gap: 0.4rem;
    align-items: center;
    margin: 0.22rem 0;
    color: var(--axv-muted);
}

.axv-check li.is-on {
    color: #6ee7b7;
}

.axv-hint {
    position: fixed;
    z-index: 5;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    margin: 0;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.7);
    color: var(--axv-muted);
    font-size: 0.8rem;
    text-align: center;
    max-width: calc(100% - 1.5rem);
}

.axv-app.is-xr .axv-hint__desk,
.axv-app:not(.is-xr) .axv-hint__xr {
    display: none;
}

.axv-reticle {
    position: fixed;
    z-index: 5;
    inset: 0;
    pointer-events: none;
}

.axv-reticle__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.2rem;
    height: 2.2rem;
    margin: -1.1rem 0 0 -1.1rem;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
}

.axv-reticle.is-hot .axv-reticle__ring {
    border-color: var(--axv-cian);
}

.axv-reticle__dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    background: #fff;
}

.axv-look {
    position: fixed;
    z-index: 5;
    left: 50%;
    bottom: 3.4rem;
    transform: translateX(-50%);
    margin: 0;
    padding: 0.45rem 0.8rem;
    border-radius: 1rem;
    background: rgba(8, 47, 73, 0.88);
    text-align: center;
    min-width: 12rem;
}

.axv-look strong {
    display: block;
    font-family: Fredoka, Outfit, sans-serif;
}

.axv-look span {
    font-size: 0.78rem;
    color: #bae6fd;
}

.axv-info {
    position: fixed;
    z-index: 8;
    left: 0.8rem;
    bottom: 3.6rem;
    width: min(16.5rem, calc(100% - 1.6rem));
    padding: 0.55rem 1.7rem 0.6rem 0.7rem;
    border-radius: 0.85rem;
    background: rgba(8, 25, 48, 0.92);
    border: 1px solid rgba(125, 211, 252, 0.35);
}

.axv-info__kicker {
    margin: 0;
    font-size: 0.65rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--axv-cian);
    font-weight: 700;
}

.axv-info h3 {
    margin: 0.12rem 0 0.25rem;
    font-family: Fredoka, Outfit, sans-serif;
    font-size: 1rem;
}

.axv-info p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.35;
    color: #dbeafe;
}

.axv-info__close {
    position: absolute;
    top: 0.35rem;
    right: 0.4rem;
    width: 1.5rem;
    height: 1.5rem;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 1.1rem;
}

.axv-controles {
    position: fixed;
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(28rem, calc(100% - 1.6rem));
    padding: 1.2rem 1.2rem 1.3rem;
    border-radius: 1.1rem;
    background: rgba(8, 25, 48, 0.96);
    border: 1px solid rgba(125, 211, 252, 0.3);
}

.axv-controles__kicker {
    margin: 0 0 0.3rem;
    color: var(--axv-cian);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.axv-controles h2 {
    margin: 0 0 0.7rem;
    font-family: Fredoka, Outfit, sans-serif;
}

.axv-controles__list {
    margin: 0 0 1rem;
    padding-left: 1.1rem;
    color: var(--axv-muted);
    line-height: 1.5;
}

.axv-result {
    position: fixed;
    z-index: 14;
    inset: 0;
    display: grid;
    place-items: center;
    background: rgba(7, 16, 28, 0.72);
}

.axv-polaroid {
    width: min(22rem, calc(100% - 2rem));
    padding: 1.3rem 1.2rem;
    border-radius: 1.1rem;
    background: #0b1c30;
    text-align: center;
}

.axv-polaroid__stamp {
    margin: 0 0 0.6rem;
    color: #6ee7b7;
    font-weight: 700;
}

.axv-result__score {
    color: var(--axv-muted);
}

.axv-result__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
    margin-top: 1rem;
}

@media (max-width: 820px) {
    .axv-welcome {
        grid-template-columns: 1fr;
    }
}
