/* =========================
   DESCARGAR APK
   Neo Anime Radio
========================= */

.nav-menu a.active {
    color: #22d3ee;
    text-shadow: 0 0 18px rgba(34, 211, 238, .65);
}

/* =========================
   HERO APK
========================= */

.app-hero {
    width: min(1200px, calc(100% - 30px));
    margin: 70px auto 40px;
    min-height: 430px;
    padding: 55px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(0, 12, 30, 0.94), rgba(45, 0, 55, 0.75)),
        url("https://i.imgur.com/Ded103h.png");
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(0, 195, 255, 0.18);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 38px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.app-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,0.25), rgba(0,195,255,0.08)),
        radial-gradient(circle at right, rgba(255,0,180,0.18), transparent 40%);
    pointer-events: none;
}

.app-hero-content,
.device-preview {
    position: relative;
    z-index: 2;
}

.app-hero h2 {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(38px, 5.6vw, 72px);
    max-width: 850px;
    line-height: 1.02;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 18px 0 20px;
    background: linear-gradient(90deg, #00c3ff, #ffffff, #ff4fd8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.app-hero p {
    max-width: 720px;
    color: #d4f7ff;
    line-height: 1.7;
    font-size: 17px;
}

.app-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

/* =========================
   PREVIEW DISPOSITIVOS
========================= */

.device-preview {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 22px;
    align-items: center;
}

.device-phone,
.tv-screen {
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    text-align: center;
    background:
        radial-gradient(circle at top, rgba(34, 211, 238, .20), transparent 48%),
        linear-gradient(135deg, rgba(15, 23, 42, .94), rgba(2, 6, 23, .98));
    border: 1px solid rgba(34, 211, 238, .26);
    box-shadow:
        0 26px 70px rgba(0, 0, 0, .38),
        0 0 34px rgba(34, 211, 238, .10);
}

.device-phone {
    width: 190px;
    min-height: 330px;
    border-radius: 34px;
    justify-self: end;
    padding: 30px 18px;
}

.phone-top {
    position: absolute;
    top: 14px;
    width: 70px;
    height: 8px;
    border-radius: 999px;
    background: rgba(148, 163, 184, .35);
}

.device-phone img,
.tv-screen img {
    width: 74px;
    height: 74px;
    object-fit: contain;
    margin-bottom: 16px;
    filter: drop-shadow(0 0 22px rgba(34, 211, 238, .28));
}

.device-phone strong,
.tv-screen strong {
    color: #f8fafc;
    font-family: "Orbitron", sans-serif;
    font-size: 1.1rem;
}

.device-phone span,
.tv-screen span {
    color: #67e8f9;
    font-weight: 800;
    margin-top: 6px;
}

.device-tv {
    display: grid;
    gap: 0;
    justify-items: center;
}

.tv-screen {
    width: 100%;
    min-height: 260px;
    border-radius: 28px;
    padding: 28px;
}

.tv-base {
    width: 120px;
    height: 16px;
    border-radius: 0 0 18px 18px;
    background: linear-gradient(135deg, rgba(34, 211, 238, .35), rgba(236, 72, 153, .25));
    box-shadow: 0 14px 30px rgba(0, 0, 0, .25);
}

/* =========================
   SECCIONES
========================= */

.download-section,
.features-section,
.requirements-section,
.download-status-section {
    width: min(1200px, calc(100% - 30px));
    margin: 40px auto 80px;
}

.section-heading {
    text-align: center;
    margin-bottom: 34px;
}

.section-heading span {
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(0, 217, 255, 0.08);
    border: 1px solid rgba(0, 217, 255, 0.20);
    color: #00d9ff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 14px;
}

.section-heading h2 {
    color: #ffffff;
    font-family: "Orbitron", sans-serif;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.1;
}

/* =========================
   ESTADO GENERAL DESCARGAS
========================= */

.download-status-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 40px;
}

.download-status-card {
    padding: 24px;
    border-radius: 28px;
    text-align: center;
    background:
        radial-gradient(circle at top right, rgba(0, 217, 255, .10), transparent 35%),
        linear-gradient(145deg, rgba(0, 20, 45, .92), rgba(0, 8, 20, .96));
    border: 1px solid rgba(0, 195, 255, .16);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .28);
}

.download-status-card span {
    display: block;
    color: #94a3b8;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
    margin-bottom: 8px;
}

.download-status-card strong {
    display: block;
    color: #67e8f9;
    font-family: "Orbitron", sans-serif;
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin-bottom: 6px;
}

.download-status-card small {
    color: #cbd5e1;
    font-weight: 700;
}

/* =========================
   CARDS DE VERSIONES
========================= */

.download-versions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.app-version-card {
    position: relative;
    overflow: hidden;
    padding: 30px 28px 40px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .94), rgba(2, 6, 23, .98));
    border: 1px solid rgba(148, 163, 184, .18);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
    isolation: isolate;
}

.app-version-card.available {
    border-color: rgba(34, 197, 94, .42);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, .36),
        0 0 36px rgba(34, 197, 94, .12);
}

.app-version-card.beta {
    border-color: rgba(250, 204, 21, .42);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, .36),
        0 0 36px rgba(250, 204, 21, .12);
}

.app-version-card.coming {
    border-color: rgba(34, 211, 238, .26);
}

.app-version-glow {
    position: absolute;
    inset: -40%;
    z-index: -1;
    opacity: .75;
    filter: blur(34px);
    background:
        radial-gradient(circle, rgba(34, 211, 238, .22), rgba(236, 72, 153, .10), transparent 68%);
}

.app-version-card.available .app-version-glow {
    background:
        radial-gradient(circle, rgba(34, 197, 94, .28), rgba(34, 211, 238, .10), transparent 68%);
}

.app-version-card.beta .app-version-glow {
    background:
        radial-gradient(circle, rgba(250, 204, 21, .28), rgba(236, 72, 153, .10), transparent 68%);
}

.app-version-top {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
}

.app-version-icon {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    font-size: 2.4rem;
    background:
        radial-gradient(circle at top, rgba(34, 211, 238, .24), transparent 58%),
        linear-gradient(135deg, rgba(236, 72, 153, .18), rgba(15, 23, 42, .88));
    border: 1px solid rgba(34, 211, 238, .26);
    box-shadow: 0 0 28px rgba(34, 211, 238, .12);
    flex-shrink: 0;
}

.download-label {
    display: inline-flex;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(0, 217, 255, 0.08);
    border: 1px solid rgba(0, 217, 255, 0.2);
    color: #00d9ff;
    font-size: 12px;
    font-weight: 900;
    margin-bottom: 8px;
}

.app-version-card h3 {
    color: #f8fafc;
    font-family: "Orbitron", sans-serif;
    font-size: clamp(1.25rem, 2.3vw, 1.8rem);
    line-height: 1.2;
}

.app-version-card p {
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 22px;
}

/* =========================
   INFO DE VERSIONES
========================= */

.version-info {
    margin: 26px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.version-info div {
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.version-info strong {
    display: block;
    color: #00d9ff;
    margin-bottom: 6px;
    font-weight: 900;
}

.version-info span {
    color: #d4f7ff;
    font-size: 14px;
    font-weight: 700;
}

.app-extra-info {
    display: grid;
    gap: 8px;
    margin: 18px 0;
}

.app-extra-info span {
    color: #94a3b8;
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.5;
}

.app-checklist {
    list-style: none;
    display: grid;
    gap: 12px;
    margin-top: 24px;
    margin-bottom: 34px;
    padding: 0;
}

.app-checklist li {
    padding: 14px 16px;
    border-radius: 18px;
    color: #d4f7ff;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-weight: 700;
}

.app-checklist li::before {
    content: "✅";
    margin-right: 8px;
}

/* =========================
   BOTONES DESCARGA
========================= */

.download-button {
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00111f;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    background: linear-gradient(135deg, #00c3ff, #ffffff);
    border: 0;
    box-shadow: 0 0 26px rgba(0, 195, 255, 0.32);
    transition: 0.25s;
    cursor: pointer;
}

.download-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 36px rgba(0, 195, 255, 0.5);
}

.download-button.disabled,
button.download-button.disabled {
    opacity: .6;
    cursor: not-allowed;
    filter: grayscale(.25);
    box-shadow: none;
}

.download-button.disabled:hover,
button.download-button.disabled:hover {
    transform: none;
}

/* =========================
   DIFERENCIAS / FEATURES
========================= */

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.feature-card {
    min-height: 250px;
    padding: 26px;
    border-radius: 28px;
    background:
        radial-gradient(circle at top right, rgba(0, 217, 255, 0.10), transparent 35%),
        linear-gradient(145deg, rgba(0, 20, 45, 0.92), rgba(0, 8, 20, 0.94));
    border: 1px solid rgba(0, 195, 255, 0.14);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 217, 255, 0.35);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.35),
        0 0 28px rgba(0, 195, 255, 0.12);
}

.feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    font-size: 28px;
    background: rgba(0, 217, 255, 0.1);
    border: 1px solid rgba(0, 217, 255, 0.22);
    margin-bottom: 18px;
}

.feature-card h3 {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 12px;
}

.feature-card p {
    color: #c9eef7;
    line-height: 1.6;
    font-size: 14px;
}

/* =========================
   REQUISITOS
========================= */

.requirements-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.requirement-card {
    padding: 24px;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(255, 0, 180, 0.10), transparent 35%),
        linear-gradient(145deg, rgba(0, 20, 45, 0.92), rgba(0, 8, 20, 0.94));
    border: 1px solid rgba(0, 195, 255, 0.14);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
    display: flex;
    gap: 16px;
    align-items: flex-start;
    transition: 0.3s ease;
}

.requirement-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 217, 255, 0.35);
}

.requirement-card span {
    font-size: 32px;
}

.requirement-card strong {
    display: block;
    color: #00d9ff;
    margin-bottom: 6px;
}

.requirement-card p {
    color: #c9eef7;
    line-height: 1.6;
    font-size: 14px;
}

/* =========================
   CALLOUT FINAL
========================= */

.app-callout {
    width: min(1200px, calc(100% - 30px));
    margin: 40px auto 80px;
    padding: 40px;
    border-radius: 34px;
    background:
        radial-gradient(circle at right, rgba(255, 0, 180, 0.14), transparent 35%),
        radial-gradient(circle at bottom left, rgba(0, 217, 255, 0.12), transparent 38%),
        linear-gradient(145deg, rgba(0, 20, 45, 0.9), rgba(0, 8, 20, 0.94));
    border: 1px solid rgba(0, 195, 255, 0.16);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
}

.app-callout h2 {
    font-family: "Orbitron", sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    margin: 14px 0;
    color: #ffffff;
}

.app-callout p {
    color: #c9eef7;
    line-height: 1.7;
    max-width: 740px;
}

/* =========================
   PANEL PRIVADO DESCARGAS
   Compatible si más adelante creamos ver-descargas.php
========================= */

.admin-hero {
    margin-top: 40px;
}

.admin-panel-section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.admin-message {
    max-width: 1200px;
    margin: 24px auto;
    padding: 16px 18px;
    border-radius: 18px;
    font-weight: 700;
    backdrop-filter: blur(16px);
}

.admin-message.error {
    color: #fecaca;
    border: 1px solid rgba(248, 113, 113, .45);
    background: rgba(127, 29, 29, .35);
    box-shadow: 0 0 30px rgba(248, 113, 113, .15);
}

.admin-message.success {
    color: #bbf7d0;
    border: 1px solid rgba(34, 197, 94, .45);
    background: rgba(20, 83, 45, .35);
    box-shadow: 0 0 30px rgba(34, 197, 94, .15);
}

.download-admin-status-card {
    padding: 32px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 230px;
    background:
        radial-gradient(circle at top left, rgba(236, 72, 153, .18), transparent 40%),
        radial-gradient(circle at bottom right, rgba(34, 211, 238, .16), transparent 42%),
        linear-gradient(135deg, rgba(15, 23, 42, .92), rgba(2, 6, 23, .98));
    border: 1px solid rgba(148, 163, 184, .18);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .35);
}

.download-admin-status-card span {
    color: #94a3b8;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .82rem;
}

.download-admin-status-card strong {
    display: block;
    margin: 8px 0;
    color: #67e8f9;
    font-family: "Orbitron", sans-serif;
    font-size: 2.2rem;
}

.download-admin-status-card small {
    color: #cbd5e1;
}

.admin-form {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .92), rgba(2, 6, 23, .98)),
        radial-gradient(circle at top left, rgba(236, 72, 153, .18), transparent 38%),
        radial-gradient(circle at bottom right, rgba(34, 211, 238, .14), transparent 42%);
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, .35);
}

.login-form {
    max-width: 460px;
    margin-top: 24px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.form-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
}

.form-field label {
    color: #e0f2fe;
    font-weight: 700;
    font-size: .95rem;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: 1px solid rgba(148, 163, 184, .25);
    border-radius: 16px;
    background: rgba(2, 6, 23, .72);
    color: #f8fafc;
    padding: 13px 15px;
    outline: none;
    font-family: "Poppins", sans-serif;
    transition: .25s ease;
}

.form-field textarea {
    resize: vertical;
    min-height: 120px;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: rgba(34, 211, 238, .75);
    box-shadow: 0 0 0 4px rgba(34, 211, 238, .12);
}

.form-field small {
    color: #94a3b8;
    word-break: break-word;
}

.download-admin-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.download-stat-card {
    padding: 20px;
    border-radius: 24px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .9), rgba(2, 6, 23, .96));
    border: 1px solid rgba(148, 163, 184, .18);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.download-stat-card span {
    display: block;
    color: #94a3b8;
    font-weight: 800;
    margin-bottom: 8px;
}

.download-stat-card strong {
    display: block;
    color: #67e8f9;
    font-size: 2rem;
    font-family: "Orbitron", sans-serif;
}

.download-stat-card small {
    color: #cbd5e1;
}

.app-admin-list {
    display: grid;
    gap: 26px;
}

.download-admin-card {
    padding: 24px;
    border-radius: 30px;
    background:
        radial-gradient(circle at top left, rgba(34, 211, 238, .12), transparent 42%),
        linear-gradient(135deg, rgba(15, 23, 42, .94), rgba(2, 6, 23, .98));
    border: 1px solid rgba(148, 163, 184, .18);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.download-admin-card.available {
    border-color: rgba(34, 197, 94, .38);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, .34),
        0 0 34px rgba(34, 197, 94, .11);
}

.download-admin-card.pending {
    border-color: rgba(34, 211, 238, .24);
}

.admin-app-preview {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 18px;
}

.admin-app-icon {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    border-radius: 24px;
    font-size: 2.4rem;
    background:
        radial-gradient(circle at top, rgba(34, 211, 238, .24), transparent 58%),
        linear-gradient(135deg, rgba(236, 72, 153, .18), rgba(15, 23, 42, .88));
    border: 1px solid rgba(34, 211, 238, .26);
    box-shadow: 0 0 28px rgba(34, 211, 238, .12);
}

.admin-app-preview span {
    color: #67e8f9;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
}

.admin-app-preview h3 {
    color: #f8fafc;
    font-family: "Orbitron", sans-serif;
    margin: 4px 0;
}

.admin-app-preview p {
    color: #cbd5e1;
    font-weight: 700;
}

.admin-file-card {
    display: grid;
    grid-template-columns: 1.5fr .7fr .8fr;
    gap: 12px;
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 22px;
    background: rgba(2, 6, 23, .48);
    border: 1px solid rgba(148, 163, 184, .16);
}

.admin-file-card strong {
    display: block;
    color: #e0f2fe;
    font-weight: 900;
    margin-bottom: 4px;
}

.admin-file-card span {
    color: #94a3b8;
    font-weight: 700;
    word-break: break-word;
}

.download-admin-form {
    margin-top: 18px;
}

.admin-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.danger-zone {
    margin-top: 18px;
}

.mini-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid rgba(34, 211, 238, .35);
    background: rgba(34, 211, 238, .10);
    color: #cffafe;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    transition: .25s ease;
}

.mini-btn:hover {
    transform: translateY(-2px);
    background: rgba(34, 211, 238, .20);
    box-shadow: 0 0 24px rgba(34, 211, 238, .18);
}

.mini-btn.danger {
    color: #fecaca;
    border-color: rgba(248, 113, 113, .35);
    background: rgba(248, 113, 113, .10);
}

.mini-btn.danger:hover {
    background: rgba(248, 113, 113, .20);
    box-shadow: 0 0 24px rgba(248, 113, 113, .18);
}

.mini-btn:disabled {
    opacity: .45;
    cursor: not-allowed;
    transform: none;
}

.admin-maintenance-box {
    padding: 24px;
    border-radius: 26px;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, .92), rgba(2, 6, 23, .98));
    border: 1px solid rgba(148, 163, 184, .18);
    box-shadow: 0 24px 70px rgba(0, 0, 0, .30);
}

.admin-maintenance-box p {
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1050px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .download-status-section {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .app-hero {
        grid-template-columns: 1fr;
        padding: 35px 25px;
    }

    .device-preview,
    .download-versions-grid {
        grid-template-columns: 1fr;
    }

    .device-phone {
        justify-self: center;
    }

    .app-callout {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }

    .app-callout .btn {
        width: 100%;
        justify-content: center;
    }

    .download-admin-stats {
        grid-template-columns: 1fr;
    }

    .admin-file-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .app-hero {
        margin-top: 35px;
        border-radius: 26px;
    }

    .app-hero-actions .btn {
        width: 100%;
        justify-content: center;
    }

    .app-version-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .device-phone {
        width: 170px;
        min-height: 300px;
    }

    .tv-screen {
        min-height: 220px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .admin-app-preview {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    .version-info {
        grid-template-columns: 1fr;
    }

    .features-grid,
    .requirements-grid {
        grid-template-columns: 1fr;
    }

    .app-version-card {
        padding: 24px;
        border-radius: 26px;
    }

    .app-callout {
        border-radius: 26px;
        padding: 24px;
    }
}