/* Role: Feuille de style VisionPub WebUI.
   Content: Mise en forme sobre et robuste du dashboard serveur.
   Callers: Templates HTML.
   Dependencies: Aucun.
   Security: Aucun impact direct. */

:root {
    --fond: #edf4fb;
    --surface: #ffffff;
    --surface-2: #dce9f8;
    --texte: #14263d;
    --accent: #1673e6;
    --accent-2: #b4702d;
    --danger: #9a2f22;
    --bordure: #c7d7ea;
}

* {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

body {
    margin: 0;
    font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
    color: var(--texte);
    background:
        radial-gradient(circle at top right, rgba(180, 112, 45, 0.14), transparent 35%),
        linear-gradient(180deg, #f7fbff 0%, var(--fond) 100%);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body.body-standard {
    background:
        linear-gradient(rgba(247, 251, 255, 0.88), rgba(237, 244, 251, 0.9)),
        url("/static/fond_css2.png");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

body.body-login {
    background:
        linear-gradient(rgba(18, 32, 52, 0.38), rgba(18, 32, 52, 0.38)),
        url("/static/fond_css2.png");
    background-size: contain;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

body.body-login .entete {
    background: transparent;
    box-shadow: none;
}

body.body-login .entete a,
body.body-login .entete button {
    background: rgba(255, 255, 255, 0.12);
}

body.body-login .carte-centree {
    background: rgba(27, 39, 58, 0.62);
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 60px rgba(10, 18, 30, 0.24);
    color: #f2f6fb;
    backdrop-filter: blur(6px);
    max-width: 560px;
    margin: 8rem 18% 2rem auto;
}

body.body-login .carte-centree input,
body.body-login .carte-centree select,
body.body-login .carte-centree textarea {
    background: rgba(255, 255, 255, 0.96);
    color: #172638;
}

body.body-login .carte-centree .texte-secondaire,
body.body-login .carte-centree a {
    color: #e5edf8;
}

body.body-login .pied-page {
    background: rgba(9, 18, 29, 0.34);
    color: #f1f5fa;
    border-top-color: rgba(255, 255, 255, 0.12);
}

body.body-login .pied-page a {
    color: #ffffff;
}

.entete {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, #0f5fc8, #1e89ef);
    color: #fff;
}

.entete nav {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    flex-wrap: wrap;
}

.entete a,
.entete button {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    padding: 0.6rem 1rem;
    text-decoration: none;
}

.contenu {
    padding: 2rem;
    flex: 1 0 auto;
}

.pied-page {
    flex: 0 0 auto;
    padding: 1rem 2rem 1.4rem;
    border-top: 1px solid var(--bordure);
    background: rgba(255, 255, 255, 0.72);
    text-align: center;
    color: #43566d;
}

.pied-page p {
    margin: 0;
    font-size: 0.95rem;
}

.pied-page a {
    color: var(--accent);
    font-weight: 700;
    text-decoration: none;
}

.page-mentions {
    max-width: 980px;
    margin: 0 auto;
}

.page-mentions h2,
.page-mentions h3 {
    margin-top: 0;
}

.bloc-mentions {
    display: grid;
    gap: 1rem;
}

.bloc-mentions p {
    margin: 0;
}

.grille {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.25rem;
}

.security-stack {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.security-grid-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    margin-top: 1.25rem;
}

.page-securite {
    display: grid;
    gap: 1.25rem;
    max-width: 1500px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.45;
}

.page-comptes {
    display: grid;
    gap: 1.25rem;
    max-width: 1500px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.45;
}

.page-comptes .carte h2,
.page-comptes .carte h3 {
    margin-top: 0;
}

.page-comptes p,
.page-comptes label,
.page-comptes input,
.page-comptes select,
.page-comptes button,
.page-comptes table {
    font-size: 0.98rem;
}

.page-comptes .grille-formulaire.compact {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.7rem 0.85rem;
}

.page-comptes .grille-formulaire.compact label {
    gap: 0.25rem;
    font-size: 0.9rem;
}

.page-comptes .grille-formulaire.compact input,
.page-comptes .grille-formulaire.compact select,
.page-comptes .grille-formulaire.compact textarea,
.page-comptes .grille-formulaire.compact button {
    padding: 0.58rem 0.72rem;
    min-height: 2.45rem;
    font-size: 0.92rem;
}

.page-comptes > .carte:nth-of-type(2) > form > button[type="submit"] {
    width: auto;
    justify-self: start;
    padding: 0.62rem 1rem;
    min-height: 2.5rem;
    border-radius: 999px;
}

.selection-produits {
    display: grid;
    gap: 0.55rem;
}

.liste-clients-produits {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.compte-produit-groupe {
    padding: 0.55rem 0.75rem 0.65rem;
    margin: 0;
    border-radius: 14px;
}

.liste-devices-selection {
    display: grid;
    gap: 0.35rem;
    max-height: 6rem;
    overflow-y: auto;
    padding-right: 0.2rem;
}

.option-device-case {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.18rem 0.05rem;
    font-weight: 600;
}

.option-device-case input {
    width: 1rem;
    height: 1rem;
    margin: 0;
    flex: 0 0 auto;
}

.option-device-case span {
    display: block;
    font-size: 0.88rem;
    line-height: 1.2;
}

.compte-produit-groupe legend {
    padding: 0 0.3rem;
    font-size: 0.9rem;
    font-weight: 700;
}

.texte-secondaire {
    margin: 0;
    color: #526252;
}

.actions-compte {
    display: grid;
    gap: 0.6rem;
    min-width: 0;
}

.actions-compte-rapides {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.6rem;
    align-items: end;
}

.formulaire-action-compte {
    grid-template-columns: auto auto;
    gap: 0.35rem;
    align-items: end;
}

.formulaire-action-compte label {
    gap: 0.2rem;
    font-size: 0.84rem;
}

.formulaire-action-compte input,
.formulaire-action-compte select,
.formulaire-action-compte button {
    padding: 0.45rem 0.6rem;
    min-height: 2.1rem;
    font-size: 0.84rem;
}

.formulaire-action-compte button {
    width: auto;
    white-space: nowrap;
}

.formulaire-produits-compte {
    gap: 0.45rem;
    padding-top: 0.25rem;
    border-top: 1px solid var(--bordure);
    align-items: start;
}

.formulaire-produits-compte p {
    margin: 0;
    font-size: 0.86rem;
}

.formulaire-produits-compte button {
    width: auto;
    justify-self: start;
    padding: 0.45rem 0.75rem;
    min-height: 2.1rem;
    font-size: 0.84rem;
    border-radius: 999px;
}

.liste-devices-selection-compacte {
    max-height: 8rem;
    max-width: 16rem;
    overflow-x: hidden;
}

.compte-identite {
    display: grid;
    gap: 0.12rem;
}

.compte-identite strong {
    font-size: 0.92rem;
    line-height: 1.15;
}

.compte-identite span {
    font-size: 0.84rem;
    color: #526252;
}

.actions-compte-sous-compte {
    margin-top: 0.55rem;
}

.actions-compte-sous-compte .actions-compte-rapides {
    flex-wrap: wrap;
    overflow: visible;
    align-items: center;
    gap: 0.35rem 0.45rem;
    padding-bottom: 0;
}

.actions-compte-sous-compte .formulaire-action-compte {
    flex: 0 1 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    width: auto;
    min-width: 0;
    background: #f7fbff;
    border: 1px solid var(--bordure);
    border-radius: 999px;
    padding: 0.22rem 0.3rem;
}

.actions-compte-sous-compte .formulaire-action-compte label {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0;
    white-space: nowrap;
}

.actions-compte-sous-compte .formulaire-action-compte input {
    width: 4.4rem;
    min-width: 4.4rem;
    padding: 0.3rem 0.4rem;
    border-radius: 999px;
}

.actions-compte-sous-compte .formulaire-action-compte button {
    width: auto;
    min-width: 0;
    padding: 0.38rem 0.65rem;
    border-radius: 999px;
    line-height: 1;
}

.compte-produits-liste {
    display: grid;
    gap: 0.18rem;
    font-size: 0.84rem;
    max-height: 7rem;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.page-securite .carte h2,
.page-securite .carte h3 {
    margin-top: 0;
}

.page-securite p,
.page-securite label,
.page-securite input,
.page-securite select,
.page-securite button,
.page-securite table {
    font-size: 0.98rem;
}

.security-map-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.9fr);
    gap: 1rem;
    align-items: stretch;
}

.security-map-panel {
    min-width: 0;
}

.security-worldmap {
    position: relative;
    aspect-ratio: 2752.766 / 1537.631;
    min-height: 430px;
    border: 1px solid var(--bordure);
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(180deg, #eef6ff 0%, #dde9f3 100%);
}

.security-worldmap-image {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.security-worldmap-layer {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.security-worldmap-layer svg {
    width: 100%;
    height: 100%;
    display: block;
}

.worldmap-background {
    fill: rgba(225, 236, 247, 0.98);
}

.worldmap-graticule line {
    stroke: rgba(25, 79, 45, 0.08);
    stroke-width: 1;
}

.worldmap-continents path {
    fill: rgba(69, 108, 82, 0.22);
    stroke: rgba(45, 76, 56, 0.38);
    stroke-width: 1.8;
}

.worldmap-point-halo {
    fill: rgba(180, 112, 45, 0.2);
}

.worldmap-point-core {
    fill: #b4702d;
    stroke: rgba(255, 255, 255, 0.92);
    stroke-width: 2;
}

.worldmap-legend text {
    fill: #37533e;
    font-size: 13px;
    font-weight: 600;
}

.carte {
    background: var(--surface);
    border: 1px solid var(--bordure);
    border-radius: 18px;
    padding: 1.25rem;
    box-shadow: 0 16px 35px rgba(22, 32, 22, 0.06);
    min-width: 0;
}

.carte-centree {
    max-width: 520px;
    margin: 2rem auto;
}

.grille-formulaire {
    display: grid;
    gap: 1rem;
}

.grille-formulaire.compact {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    align-items: end;
}

label {
    display: grid;
    gap: 0.35rem;
    font-weight: 600;
}

input,
select,
button,
textarea {
    width: 100%;
    padding: 0.8rem 0.9rem;
    border-radius: 12px;
    border: 1px solid var(--bordure);
    background: #fff;
}

.champ-motdepasse {
    position: relative;
    display: block;
    width: 100%;
}

.champ-motdepasse input {
    padding-right: 3.2rem;
}

.bouton-reveler-motdepasse {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2.7rem;
    height: calc(100% - 2px);
    padding: 0;
    border-radius: 0 12px 12px 0;
    border: 1px solid var(--bordure);
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    background: #f3f6f8;
    color: #5b6770;
    font-size: 1.1rem;
    line-height: 1;
    box-shadow: none;
}

.bouton-reveler-motdepasse:focus-visible {
    outline: 2px solid rgba(25, 79, 45, 0.2);
    outline-offset: 1px;
}

.bouton-reveler-motdepasse[data-visible="true"] {
    background: #e9eef3;
    color: #24313a;
}

input.error,
select.error,
textarea.error,
fieldset.error {
    border-color: var(--danger);
    box-shadow: 0 0 0 2px rgba(154, 47, 34, 0.12);
}

button {
    background: var(--accent);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.erreur {
    color: var(--danger);
    font-weight: 700;
}

.succes {
    color: var(--accent);
    font-weight: 700;
}

.ligne-etat-2fa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.formulaire-inline {
    display: inline-flex;
}

.badge-etat {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3.5rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 800;
    color: #fff;
}

.badge-etat-on {
    background: #16794b;
}

.badge-etat-off {
    background: #9a2f22;
}

.bouton-secondaire {
    background: #5f6f62;
}

.bouton-danger {
    background: var(--danger);
}

.erreur-champ {
    margin: -0.5rem 0 0;
    color: var(--danger);
    font-size: 0.92rem;
    font-weight: 600;
}

.tableau {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.95rem;
}

.tableau th,
.tableau td {
    padding: 0.85rem 0.75rem;
    border-bottom: 1px solid var(--bordure);
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.tableau thead th {
    position: sticky;
    top: 0;
    background: #f4f7f1;
    z-index: 1;
    font-weight: 700;
}

.tableau-wrapper {
    width: 100%;
    overflow-x: auto;
}

.tableau-wrapper.scrollable {
    max-height: 26rem;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid var(--bordure);
    border-radius: 12px;
    background: #fff;
    display: block;
    overscroll-behavior: contain;
}

.comptes-existants-wrapper {
    max-height: 34rem;
}

.tableau-comptes-existants {
    font-size: 0.86rem;
    table-layout: auto;
}

.tableau-comptes-existants th,
.tableau-comptes-existants td {
    padding: 0.52rem 0.55rem;
    line-height: 1.25;
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
}

.tableau-comptes-existants th:nth-child(1),
.tableau-comptes-existants td:nth-child(1) {
    min-width: 16rem;
}

.tableau-comptes-existants th:nth-child(2),
.tableau-comptes-existants td:nth-child(2) {
    min-width: 9rem;
}

.tableau-comptes-existants th:nth-child(3),
.tableau-comptes-existants td:nth-child(3) {
    min-width: 8rem;
}

.tableau-comptes-existants th:nth-child(4),
.tableau-comptes-existants td:nth-child(4) {
    min-width: 8rem;
}

.tableau-comptes-existants th:nth-child(5),
.tableau-comptes-existants td:nth-child(5) {
    min-width: 6rem;
}

.tableau-comptes-existants th:nth-child(6),
.tableau-comptes-existants td:nth-child(6) {
    min-width: 12rem;
}

.tableau-comptes-existants th:nth-child(7),
.tableau-comptes-existants td:nth-child(7) {
    min-width: 14rem;
}

.tableau-comptes-existants td:nth-child(7) {
    max-width: 16rem;
}

.tableau th.col-date,
.tableau td.col-date {
    width: 12rem;
}

.tableau th.col-ip,
.tableau td.col-ip {
    width: 9.5rem;
}

.tableau th.col-code,
.tableau td.col-code {
    width: 5rem;
    max-width: 5rem;
    white-space: nowrap;
}

.tableau th.col-jail,
.tableau td.col-jail {
    width: 10rem;
}

.tableau th.col-mini,
.tableau td.col-mini {
    width: 8rem;
}

.tableau th.col-message,
.tableau td.col-message {
    width: 24rem;
    max-width: 24rem;
}

.ligne-meta {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 1rem;
}

.ligne-meta code,
.tableau code {
    display: inline-block;
    max-width: 100%;
}

.tableau td.col-code code,
.tableau th.col-code code {
    white-space: nowrap;
}

.liste-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.75rem;
}

.liste-inline span {
    background: var(--surface-2);
    border: 1px solid var(--bordure);
    border-radius: 999px;
    padding: 0.35rem 0.7rem;
}

.onglets {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin: 1rem 0;
}

.onglets a {
    display: inline-block;
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    text-decoration: none;
    color: var(--accent);
    background: var(--surface-2);
    border: 1px solid var(--bordure);
}

.onglets a.actif {
    background: var(--accent);
    color: #fff;
}

.graphe-svg {
    width: 100%;
    min-height: 180px;
    background: linear-gradient(180deg, rgba(223, 232, 215, 0.4), rgba(255, 255, 255, 0.95));
    border-radius: 14px;
    border: 1px solid var(--bordure);
}

.rapport-analytics {
    display: grid;
    gap: 1.25rem;
}

.page-pilotage-device {
    display: grid;
    gap: 1.25rem;
}

.config-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.config-sections {
    display: grid;
    gap: 1.25rem;
}

.config-sections section,
.config-sections > div {
    display: grid;
    gap: 0.75rem;
}

.config-sections h4 {
    margin: 0;
}

.champ-config {
    display: grid;
    gap: 0.32rem;
    align-content: start;
    padding: 0.9rem;
    border: 1px solid var(--bordure);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.76);
}

.champ-config small {
    color: #5b6778;
    font-weight: 500;
}

.champ-config textarea,
.champ-config select,
.champ-config input {
    width: 100%;
}

.champ-range-valeur {
    display: inline-flex;
    justify-content: flex-end;
    color: var(--accent);
    font-size: 0.95rem;
}

.pilotage-barre-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.pilotage-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.pilotage-tabs button {
    width: fit-content;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    border: 1px solid var(--bordure);
    background: rgba(255, 255, 255, 0.75);
    color: var(--accent);
}

.pilotage-tabs button.actif {
    background: var(--accent);
    color: #fff;
}

.pilotage-tabs button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pilotage-tab-panel {
    display: grid;
    gap: 1rem;
}

.pilotage-subtabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-bottom: 0.85rem;
}

.pilotage-subtabs button {
    width: fit-content;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    border: 1px solid var(--bordure);
    background: rgba(255, 255, 255, 0.78);
    color: var(--accent);
}

.pilotage-subtabs button.actif {
    background: rgba(16, 77, 153, 0.12);
    border-color: var(--accent);
    color: var(--accent);
}

.pilotage-subpanel {
    display: grid;
    gap: 1rem;
}

.pilotage-subpanel[data-ai-group="llm"] .config-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.55rem 0.65rem;
    align-items: start;
}

.pilotage-subpanel[data-ai-group="llm"] .champ-config {
    padding: 0.55rem 0.65rem;
    gap: 0.14rem;
}

.pilotage-subpanel[data-ai-group="llm"] .champ-config span {
    font-size: 0.86rem;
    font-weight: 700;
}

.pilotage-subpanel[data-ai-group="llm"] .champ-config small {
    display: none;
}

.pilotage-subpanel[data-ai-group="llm"] .champ-config textarea,
.pilotage-subpanel[data-ai-group="llm"] .champ-config select,
.pilotage-subpanel[data-ai-group="llm"] .champ-config input {
    padding: 0.48rem 0.58rem;
    min-height: 2.35rem;
    font-size: 0.92rem;
}

.pilotage-subpanel[data-ai-group="llm"] .champ-config textarea {
    min-height: 2.85rem;
    max-height: 8.5rem;
    line-height: 1.22;
    resize: vertical;
    overflow-y: auto;
}

.pilotage-subpanel[data-ai-group="llm"] .radio-group {
    gap: 0.35rem 0.55rem;
}

.pilotage-subpanel[data-ai-group="llm"] .radio-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0.18rem 0.38rem;
    border: 1px solid var(--bordure);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
}

.pilotage-subpanel[data-ai-group="llm"] .champ-llm-compact {
    min-height: 0;
}

.pilotage-subpanel[data-ai-group="llm"] .champ-llm-prompt {
    align-self: start;
}

.pilotage-subpanel[data-ai-group="llm"] .champ-llm-legacy {
    grid-column: 1 / -1;
    background: rgba(220, 233, 248, 0.28);
}

.champ-logs {
    display: grid;
    gap: 0.45rem;
}

.liste-actions-device {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1rem;
}

.action-fit {
    width: fit-content;
}

.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.radio-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.liste-statistiques-recentes {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding-left: 1.1rem;
}

.rapport-entete {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

.rapport-grilles {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.rapport-carte h3 {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
}

.rapport-resume {
    margin-top: 0.75rem;
    color: #556255;
    font-family: "IBM Plex Mono", monospace;
}

pre,
code {
    white-space: pre-wrap;
    word-break: break-word;
}

@media (max-width: 720px) {
    .entete,
    .contenu,
    .pied-page {
        padding: 1rem;
    }

    .security-map-layout {
        grid-template-columns: 1fr;
    }

    .security-grid-two {
        grid-template-columns: 1fr;
    }

    .page-securite {
        font-size: 15px;
    }

    .page-comptes {
        font-size: 15px;
    }

    .tableau {
        min-width: 720px;
    }

    .pilotage-barre-actions {
        flex-direction: column;
    }

    body.body-login .carte-centree {
        max-width: 520px;
        margin: 5rem auto 2rem;
    }
}
