:root {
    --bg: #020f27;
    --bg-deep: #031936;
    --bg-soft: #083b78;
    --text: #f7fbff;
    --muted: #bfd1ea;
    --line: rgba(72, 156, 255, 0.26);
    --panel: rgba(10, 33, 61, 0.82);
    --panel-strong: rgba(9, 28, 52, 0.96);
    --shadow: 0 20px 54px rgba(0, 0, 0, 0.36);
}

* {
    box-sizing: border-box;
}

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

body {
    min-height: 100vh;
    margin: 0;
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    background:
        radial-gradient(circle at 8% 70%, rgba(11, 93, 183, 0.28), transparent 24rem),
        radial-gradient(circle at 82% 32%, rgba(13, 92, 214, 0.34), transparent 30rem),
        linear-gradient(145deg, #020b1f 0%, #031a3b 52%, #051229 100%);
    overflow: hidden;
}

button {
    font: inherit;
}

.app-shell {
    position: relative;
    min-height: 100vh;
    min-height: 100svh;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 0 clamp(24px, 4vw, 64px);
}

.ambient,
.wave {
    position: absolute;
    pointer-events: none;
}

.ambient-one {
    width: 44rem;
    height: 44rem;
    right: -16rem;
    top: 1rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(62, 161, 227, 0.18), transparent 68%);
}

.ambient-two {
    width: 32rem;
    height: 32rem;
    left: -12rem;
    bottom: 3rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(37, 131, 205, 0.22), transparent 70%);
}

.wave {
    width: 72vw;
    height: 38vw;
    right: -18vw;
    border: 2px solid rgba(0, 128, 255, 0.32);
    border-color: rgba(17, 132, 255, 0.35) transparent transparent rgba(17, 132, 255, 0.22);
    border-radius: 50%;
    transform: rotate(-17deg);
    box-shadow: 0 0 30px rgba(0, 115, 255, 0.18);
}

.wave-a {
    top: 94px;
}

.wave-b {
    top: 146px;
    transform: rotate(-11deg);
    opacity: 0.62;
}

.topbar,
.main-stage {
    position: relative;
    z-index: 1;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: min(1540px, 100%);
    margin: 0 auto;
    min-height: 62px;
    padding: 8px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    background: transparent;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--text);
    text-decoration: none;
    min-width: 0;
}

.brand-symbol {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background:
        linear-gradient(135deg, transparent 31%, #fff 32% 68%, transparent 69%),
        linear-gradient(45deg, #0a84ff, #fff 45%, #0d2f75 46%);
    transform: rotate(45deg);
    box-shadow: 0 0 26px rgba(0, 153, 255, 0.28);
}

.brand-copy {
    display: grid;
    gap: 2px;
}

.brand-copy strong {
    font-size: clamp(21px, 1.8vw, 27px);
    line-height: 1;
    letter-spacing: 0;
}

.brand-separator {
    display: block;
    width: 1px;
    height: 32px;
    margin: 0 8px;
    background: rgba(161, 194, 255, 0.5);
}

.brand-section {
    color: #eef6ff;
    font-size: clamp(15px, 1.2vw, 20px);
    font-weight: 700;
    white-space: nowrap;
}

.topbar-status {
    display: flex;
    align-items: center;
    gap: 10px;
}

.notification-button,
.modal-close {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #fff;
    background: transparent;
    cursor: pointer;
    position: relative;
}

.notification-button span:last-child {
    width: 18px;
    height: 22px;
    border: 3px solid #fff;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    border-bottom: 0;
}

.notification-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background: #ff2020;
    font-size: 12px;
    font-weight: 900;
}

.avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 38%, #147cff 0 8px, transparent 9px),
        radial-gradient(circle at 50% 88%, #147cff 0 16px, transparent 17px),
        #fff;
}

.chevron {
    width: 11px;
    height: 11px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    margin: -6px 14px 0 6px;
}

.session-button {
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
}

.user-card {
    display: grid;
    gap: 2px;
    min-width: 138px;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.user-card span {
    font-size: 14px;
    font-weight: 700;
}

.user-card strong {
    color: #58e6ad;
    font-size: 12px;
}

.main-stage {
    width: min(1360px, 100%);
    margin: 0 auto;
    padding: clamp(18px, 3vh, 34px) 0 8px;
}

.intro {
    text-align: center;
    max-width: 940px;
    margin: 0 auto clamp(18px, 2.4vh, 26px);
}

.intro h1 {
    margin: 0;
    font-size: clamp(32px, 3vw, 50px);
    line-height: 1.06;
    letter-spacing: 0;
    text-shadow: 0 5px 14px rgba(0, 0, 0, 0.28);
}

.intro p:last-child {
    margin: 10px auto 0;
    color: var(--muted);
    font-size: clamp(15px, 1.25vw, 22px);
    line-height: 1.55;
}

.title-rule {
    display: block;
    width: 86px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: #1796ff;
    box-shadow: 0 0 18px rgba(23, 150, 255, 0.75);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(16px, 2vw, 30px);
}

.product-card {
    position: relative;
    min-height: clamp(220px, 27vh, 340px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: clamp(18px, 2vh, 26px) clamp(24px, 2.4vw, 44px) clamp(18px, 2vh, 24px);
    border-radius: 8px;
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--card-color), #091e38 14%), var(--card-color)),
        var(--card-color);
    border: 1px solid color-mix(in srgb, var(--card-accent), #fff 18%);
    box-shadow: var(--shadow), inset 0 0 28px color-mix(in srgb, var(--card-accent), transparent 72%);
    isolation: isolate;
}

.product-card::after {
    content: "";
    position: absolute;
    inset: 22px 34px auto auto;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    border: 22px solid rgba(255, 255, 255, 0.12);
    z-index: -1;
}

.product-shine {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 72% 28%, rgba(255, 255, 255, 0.2), transparent 28%),
        linear-gradient(120deg, rgba(255, 255, 255, 0.2), transparent 42%);
    opacity: 0.7;
    z-index: -1;
}

.operator-logo {
    min-height: clamp(70px, 10vh, 120px);
    display: grid;
    place-items: center;
    width: 100%;
    text-align: center;
}

.operator-logo span {
    color: #fff;
    font-weight: 900;
    font-size: clamp(42px, 4.1vw, 78px);
    line-height: 1;
    text-transform: none;
    text-shadow: 0 7px 18px rgba(0, 0, 0, 0.2);
}

.logo-peru-fibra span,
.logo-mi-fibra span {
    font-size: clamp(34px, 3vw, 58px);
}

.product-card p {
    min-height: 46px;
    max-width: 230px;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.35;
    text-align: center;
    font-size: clamp(15px, 1.25vw, 22px);
    font-weight: 600;
}

.info-button {
    width: min(250px, 100%);
    min-height: clamp(40px, 4.8vh, 58px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 8px;
    color: #03112e;
    background: #fff;
    padding: 0 22px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.info-button strong {
    font-size: 30px;
    line-height: 1;
}

.info-button:hover,
.quick-button:hover,
.tab-button:hover,
.modal-close:hover,
.notification-button:hover {
    transform: translateY(-1px);
}

.quick-access {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(176px, 1fr));
    gap: clamp(12px, 1.5vw, 22px);
    margin-top: clamp(14px, 2.1vh, 26px);
}

.quick-button {
    position: relative;
    min-height: clamp(64px, 8vh, 100px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(10, 69, 135, 0.62), rgba(3, 28, 68, 0.82));
    backdrop-filter: blur(12px);
    font-weight: 800;
    cursor: pointer;
    padding: 0 42px 0 clamp(16px, 2vw, 28px);
    text-align: left;
}

.quick-button.admin-access {
    border-color: rgba(78, 222, 255, 0.44);
    background: linear-gradient(180deg, rgba(15, 110, 157, 0.74), rgba(2, 37, 78, 0.86));
}

.quick-button > span:first-child {
    display: grid;
    place-items: center;
    min-width: clamp(42px, 4vw, 58px);
    height: clamp(42px, 4vw, 58px);
    padding: 0 10px;
    border-radius: 8px;
    color: #27a8ff;
    border: 2px solid #27a8ff;
    background: rgba(39, 168, 255, 0.08);
    font-size: 12px;
}

.quick-button > span.vicidial-mini {
    position: relative;
    min-width: 54px;
    color: transparent;
    border-color: rgba(255, 255, 255, 0.38);
    background:
        linear-gradient(120deg, #1a16d9 0 32%, transparent 33%),
        linear-gradient(60deg, #7e8794 0 35%, transparent 36%),
        linear-gradient(145deg, #4262e8 0 45%, #ffffff 46% 58%, #8c939c 59%);
}

.quick-button > span.vicidial-mini::after {
    content: "VIC";
    position: absolute;
    right: -2px;
    bottom: -7px;
    color: #2321c7;
    font-size: 12px;
    font-weight: 900;
}

.quick-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.quick-copy strong,
.quick-copy small {
    display: block;
}

.quick-copy strong {
    font-size: clamp(15px, 1.25vw, 20px);
    font-weight: 700;
    white-space: nowrap;
}

.quick-copy small {
    color: var(--muted);
    font-size: clamp(12px, 1vw, 16px);
    font-weight: 400;
    white-space: nowrap;
}

.quick-button em {
    position: absolute;
    right: 18px;
    color: #fff;
    font-size: 34px;
    font-style: normal;
    line-height: 1;
}

.closing-line {
    margin: clamp(14px, 2vh, 24px) auto 0;
    text-align: center;
    color: #dbe9ff;
}

.closing-line p {
    margin: 0;
    font-size: clamp(13px, 1.2vw, 18px);
}

.closing-line span {
    display: block;
    width: 150px;
    margin: 8px auto 0;
    padding-top: 6px;
    border-top: 1px solid rgba(31, 153, 255, 0.75);
    color: #1da4ff;
    font-weight: 900;
}

.site-footer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    width: calc(100% + clamp(48px, 8vw, 128px));
    margin-left: calc(clamp(24px, 4vw, 64px) * -1);
    min-height: clamp(44px, 5.7vh, 64px);
    padding: 0 clamp(24px, 4vw, 64px);
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    color: #d6e7ff;
    background: rgba(1, 12, 31, 0.3);
}

.site-footer p {
    margin: 0;
    font-size: clamp(12px, 1vw, 15px);
}

.site-footer nav {
    display: flex;
    align-items: center;
    gap: clamp(16px, 2.4vw, 40px);
}

.site-footer a {
    color: #d6e7ff;
    text-decoration: none;
    font-size: clamp(12px, 1vw, 15px);
}

@media (max-height: 760px) and (min-width: 981px) {
    .topbar {
        min-height: 58px;
    }

    .main-stage {
        padding-top: 18px;
    }

    .intro {
        margin-bottom: 16px;
    }

    .intro h1 {
        font-size: clamp(30px, 3vw, 42px);
    }

    .intro p:last-child {
        margin-top: 8px;
        font-size: 15px;
    }

    .title-rule {
        margin-top: 10px;
        height: 3px;
    }

    .product-card {
        min-height: 220px;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .operator-logo {
        min-height: 64px;
    }

    .operator-logo span {
        font-size: clamp(38px, 4vw, 56px);
    }

    .logo-peru-fibra span,
    .logo-mi-fibra span {
        font-size: clamp(30px, 3vw, 42px);
    }

    .product-card p {
        min-height: 40px;
        font-size: 16px;
    }

    .info-button {
        min-height: 40px;
    }

    .quick-access {
        margin-top: 14px;
    }

    .quick-button {
        min-height: 64px;
    }

    .quick-button > span:first-child {
        min-width: 40px;
        height: 40px;
    }

    .closing-line {
        margin-top: 12px;
    }

    .closing-line span {
        padding-top: 4px;
        margin-top: 5px;
    }
}

.modal-layer {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    z-index: 20;
}

.modal-layer.is-open {
    display: flex;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(3, 14, 28, 0.76);
    backdrop-filter: blur(12px);
}

.operator-modal,
.quick-modal {
    position: relative;
    width: min(1080px, 100%);
    max-height: min(780px, calc(100vh - 44px));
    overflow: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel-strong);
    box-shadow: var(--shadow);
}

.operator-modal {
    padding: 26px;
}

.quick-modal {
    max-width: 620px;
    padding: 28px;
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
}

.operator-modal-header {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-right: 58px;
}

.operator-modal-logo {
    display: grid;
    place-items: center;
    min-width: 96px;
    height: 68px;
    padding: 0 16px;
    border-radius: 8px;
    color: #fff;
    background: var(--active-color, #1e85d6);
    font-size: 20px;
    font-weight: 900;
}

.operator-modal-header p {
    margin: 0 0 4px;
    color: var(--muted);
}

.operator-modal-header h2,
.quick-modal h2 {
    margin: 0;
    font-size: 32px;
}

.tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 18px;
}

.tab-button {
    min-height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    padding: 0 16px;
    font-weight: 800;
    cursor: pointer;
}

.tab-button.is-active {
    color: #092039;
    background: #fff;
}

.tab-panel {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.06);
}

.panel-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.info-tile {
    min-height: 142px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.info-tile h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.info-tile p,
.quick-modal p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.meta-list {
    display: grid;
    gap: 6px;
    margin-top: 14px;
    color: #eaf6ff;
    font-size: 13px;
}

.file-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
}

.file-link strong {
    color: #8bd5ff;
}

.login-form,
.admin-form {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.login-form label,
.admin-form label {
    display: grid;
    gap: 6px;
    color: #d7e8ff;
    font-size: 13px;
    font-weight: 700;
}

.login-form input,
.admin-form input,
.admin-form select,
.admin-form textarea {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    padding: 0 12px;
    outline: none;
}

.admin-form textarea {
    min-height: 110px;
    padding: 12px;
    resize: vertical;
}

.primary-action {
    min-height: 42px;
    border: 0;
    border-radius: 8px;
    color: #061b36;
    background: #fff;
    padding: 0 18px;
    font-weight: 800;
    cursor: pointer;
}

.form-message {
    min-height: 18px;
    margin: 0;
    color: #7fe2ff;
    font-size: 13px;
}

.demo-access {
    display: grid;
    gap: 6px;
    margin-top: 18px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    color: #c9daf0;
    background: rgba(255, 255, 255, 0.06);
    font-size: 12px;
}

.admin-modal {
    position: relative;
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    width: min(1220px, calc(100vw - 40px));
    height: min(760px, calc(100vh - 40px));
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--panel-strong);
    box-shadow: var(--shadow);
}

.admin-sidebar {
    display: flex;
    flex-direction: column;
    gap: 26px;
    padding: 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(9, 54, 103, 0.72), rgba(3, 21, 45, 0.96));
}

.admin-brand {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    color: #fff;
    background: linear-gradient(145deg, #1787ff, #26c7ff);
    font-weight: 900;
}

.admin-sidebar h2 {
    margin: 14px 0 4px;
    font-size: 22px;
}

.admin-sidebar p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
}

.admin-menu {
    display: grid;
    gap: 8px;
}

.admin-menu button {
    min-height: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #d8e9ff;
    background: transparent;
    padding: 0 12px;
    text-align: left;
    cursor: pointer;
}

.admin-menu button.is-active,
.admin-menu button:hover {
    border-color: rgba(53, 175, 255, 0.42);
    background: rgba(53, 175, 255, 0.13);
}

.admin-workspace {
    min-width: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    padding: 24px;
}

.admin-workspace-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-right: 48px;
}

.admin-workspace-header p {
    margin: 0 0 4px;
    color: var(--muted);
}

.admin-workspace-header h3 {
    margin: 0;
    font-size: 28px;
}

.admin-content {
    min-height: 0;
    overflow: auto;
    margin-top: 18px;
    padding-right: 6px;
}

.stat-grid,
.operator-admin-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.stat-card,
.operator-admin-grid article {
    min-height: 96px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
}

.stat-card span,
.operator-admin-grid span,
.operator-admin-grid small {
    display: block;
    color: var(--muted);
}

.stat-card strong {
    display: block;
    margin-top: 10px;
    font-size: 28px;
}

.admin-empty {
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--muted);
    background: rgba(255, 255, 255, 0.06);
}

.table-wrap {
    overflow: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 980px;
}

.admin-table th,
.admin-table td {
    padding: 11px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
}

.admin-table th {
    color: #9dd9ff;
    background: rgba(255, 255, 255, 0.05);
}

.admin-table button {
    min-height: 30px;
    margin: 2px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 6px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.admin-table code {
    color: #a8f1ff;
}

.log-list {
    display: grid;
    gap: 8px;
}

.log-list p {
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 1240px) and (min-width: 981px) {
    body {
        overflow: auto;
    }

    .app-shell {
        height: auto;
    }
}

@media (max-width: 980px) {
    body {
        overflow: auto;
    }

    .app-shell {
        height: auto;
        min-height: 100vh;
    }

    .product-grid,
    .quick-access,
    .panel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-modal {
        grid-template-columns: 1fr;
        height: calc(100vh - 28px);
        overflow: auto;
    }

    .admin-sidebar {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .admin-menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stat-grid,
    .operator-admin-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .app-shell {
        padding: 16px 14px 28px;
    }

    .topbar {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .product-grid,
    .quick-access,
    .panel-grid,
    .stat-grid,
    .operator-admin-grid {
        grid-template-columns: 1fr;
    }

    .product-card {
        min-height: 260px;
    }

    .intro h1 {
        font-size: 36px;
    }

    .operator-modal,
    .quick-modal {
        padding: 20px;
    }

    .operator-modal-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .operator-modal-header h2,
    .quick-modal h2 {
        font-size: 26px;
    }
}
