/* =================================================
   GMAO · ASM Tecnic · Estilos mobile-first
   Adaptación de la estética Kaptur/DEOM
   ================================================= */

:root {
    --az-asm:      #0a2540;
    --az-medio:    #185fa5;
    --az-claro:    #6da3e0;
    --az-pale:     #b5d4f4;
    --az-bg:       #e6f1fb;
    --az-light:    #f4f7fc;

    --bg-page:    #f5f6f8;
    --bg-card:    #ffffff;
    --bg-soft:    #f1f3f6;
    --ink:        #0f172a;
    --ink-soft:   #475569;
    --ink-muted:  #94a3b8;
    --ink-light:  #cbd5e1;
    --line:       #e2e8f0;
    --line-soft:  #eef2f6;

    --ok:        #3b6d11;
    --ok-bg:     #eaf3de;
    --warn:      #854f0b;
    --warn-bg:   #faeeda;
    --danger:    #791f1f;
    --danger-bg: #fcebeb;
    --info:      #0c447c;
    --info-bg:   #e6f1fb;

    --font-serif: 'Fraunces', Georgia, serif;
    --font-sans:  'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-mono:  'JetBrains Mono', monospace;

    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 14px;
    --shadow-sm: 0 1px 2px rgba(15,23,42,0.06);
    --shadow-md: 0 4px 16px rgba(15,23,42,0.08);
    --shadow-lg: 0 10px 30px rgba(15,23,42,0.15);

    --sidebar-w: 240px;
    --topbar-h:  56px;
    --safe-top:    env(safe-area-inset-top, 0px);
    --safe-bottom: env(safe-area-inset-bottom, 0px);
    --safe-left:   env(safe-area-inset-left, 0px);
    --safe-right:  env(safe-area-inset-right, 0px);

    --tap-min: 44px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
html, body { height: 100%; }
body {
    max-width: 100vw; overflow-x: clip;
    font-family: var(--font-sans);
    background: var(--bg-page); color: var(--ink);
    font-size: 15px; line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    padding-left: var(--safe-left);
    padding-right: var(--safe-right);
}
a { color: var(--az-medio); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { max-width: 100%; height: auto; display: block; }
button { font: inherit; }

/* AUTH */
.auth-screen {
    min-height: 100vh; min-height: 100dvh;
    display: flex; flex-direction: column;
}
.auth-brand {
    background: linear-gradient(135deg, var(--az-asm) 0%, #061a30 100%);
    color: var(--az-light);
    padding: calc(20px + var(--safe-top)) 20px 24px;
    position: relative; overflow: hidden; flex-shrink: 0;
}
.auth-brand::before, .auth-brand::after {
    content: ''; position: absolute; border-radius: 50%;
    border: 1px solid rgba(244,247,252,0.06); pointer-events: none;
}
.auth-brand::before { top: -60px; right: -60px; width: 200px; height: 200px; }
.auth-brand::after  { top: -120px; right: -120px; width: 320px; height: 320px; }

.brand-mark { display: flex; align-items: center; gap: 12px; position: relative; z-index: 1; }
.brand-mark .logo-box {
    width: 38px; height: 38px; border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-serif); font-weight: 600; font-size: 22px;
    letter-spacing: -0.05em;
    background: linear-gradient(135deg, var(--az-light), var(--az-claro));
    color: var(--az-asm);
    box-shadow: 0 4px 12px rgba(109,163,224,0.3);
}
.brand-mark .brand-name {
    font-family: var(--font-serif); font-weight: 600; font-size: 20px;
    letter-spacing: -0.01em; line-height: 1; display: block;
}
.brand-mark .brand-tag {
    font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.18em;
    color: var(--az-claro); margin-top: 4px;
}
.brand-headline { margin-top: 24px; position: relative; z-index: 1; }
.brand-headline .eyebrow {
    font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.2em;
    color: var(--az-claro); margin-bottom: 10px;
}
.brand-headline h1 {
    font-family: var(--font-serif); font-size: 24px; line-height: 1.15;
    font-weight: 500; letter-spacing: -0.02em; margin-bottom: 10px;
}
.brand-headline p {
    font-size: 13px; line-height: 1.5;
    color: rgba(244,247,252,0.7); max-width: 380px;
}
.brand-foot {
    margin-top: 16px;
    font-family: var(--font-mono); font-size: 9px;
    color: rgba(244,247,252,0.4);
    display: flex; justify-content: space-between;
    position: relative; z-index: 1;
}
.auth-form {
    padding: 28px 20px calc(28px + var(--safe-bottom));
    background: var(--bg-card); flex: 1;
    display: flex; flex-direction: column; justify-content: center;
    max-width: 520px; width: 100%; margin: 0 auto;
}
.auth-form h2 {
    font-family: var(--font-serif); font-size: 24px; font-weight: 500;
    letter-spacing: -0.02em; margin-bottom: 6px;
}
.auth-form .sub { color: var(--ink-soft); font-size: 14px; margin-bottom: 24px; }

.footer-brand {
    margin-top: 28px; padding-top: 16px;
    border-top: 1px solid var(--line);
    display: flex; align-items: center; justify-content: center; gap: 6px;
    font-family: var(--font-mono); font-size: 10px;
    color: var(--ink-muted); letter-spacing: 0.1em;
}
.footer-brand strong {
    color: var(--az-asm); font-family: var(--font-serif);
    font-weight: 600; font-size: 13px; letter-spacing: -0.01em;
}

/* FIELDS / BUTTONS */
.field { margin-bottom: 16px; display: flex; flex-direction: column; }
.field label {
    display: block; font-family: var(--font-mono); font-size: 10px;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--ink-soft); margin-bottom: 6px;
}
.field label .req { color: var(--danger); margin-left: 3px; }
.field input, .field select, .field textarea {
    width: 100%; padding: 12px 14px;
    min-height: var(--tap-min);
    border: 1px solid var(--line);
    background: var(--bg-card); border-radius: var(--radius-sm);
    font-family: inherit; font-size: 16px; color: var(--ink);
    transition: border-color 0.15s, box-shadow 0.15s;
    -webkit-appearance: none; appearance: none;
}
.field input:focus, .field select:focus, .field textarea:focus {
    outline: none; border-color: var(--az-medio);
    box-shadow: 0 0 0 3px var(--az-bg);
}
.field input:disabled, .field input[readonly] {
    background: var(--bg-soft); color: var(--ink-muted);
}
.field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23475569' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 14px center;
    padding-right: 36px;
}
.field textarea { min-height: 100px; resize: vertical; }
.field-hint { font-size: 12px; color: var(--ink-muted); margin-top: 4px; }

.btn {
    display: inline-flex; align-items: center; gap: 6px; justify-content: center;
    padding: 11px 16px; min-height: var(--tap-min);
    border: 1px solid var(--line); background: var(--bg-card); color: var(--ink);
    border-radius: var(--radius-sm);
    font-family: inherit; font-size: 14px; font-weight: 500;
    cursor: pointer; text-decoration: none;
    transition: background 0.15s, border-color 0.15s, transform 0.05s;
}
.btn:hover { background: var(--bg-soft); text-decoration: none; }
.btn:active { transform: scale(0.98); }
.btn-primary { background: var(--az-asm); color: var(--az-light); border-color: var(--az-asm); }
.btn-primary:hover { background: #04142b; }
.btn-blue { background: var(--az-medio); color: #fff; border-color: var(--az-medio); }
.btn-danger { background: var(--danger-bg); color: var(--danger); border-color: var(--danger-bg); }
.btn-ok { background: var(--ok-bg); color: var(--ok); border-color: var(--ok-bg); }
.btn-warn { background: var(--warn-bg); color: var(--warn); border-color: var(--warn-bg); }
.btn-block { width: 100%; padding: 14px; font-size: 15px; }
.btn-sm { padding: 8px 12px; font-size: 13px; min-height: 36px; }
.btn:disabled { opacity: 0.5; cursor: not-allowed; }

.alert {
    padding: 12px 14px; border-radius: var(--radius-sm);
    font-size: 14px; margin-bottom: 16px;
    display: flex; align-items: flex-start; gap: 10px;
}
.alert i { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.alert-error   { background: var(--danger-bg); color: var(--danger); border-left: 3px solid var(--danger); }
.alert-success { background: var(--ok-bg);     color: var(--ok);     border-left: 3px solid var(--ok); }
.alert-info    { background: var(--info-bg);   color: var(--info);   border-left: 3px solid var(--az-medio); }
.alert-warn    { background: var(--warn-bg);   color: var(--warn);   border-left: 3px solid var(--warn); }

/* APP LAYOUT */
.app { display: grid; grid-template-columns: 1fr; min-height: 100vh; min-height: 100dvh; }

.mobile-topbar {
    display: flex; align-items: center; gap: 10px;
    height: calc(var(--topbar-h) + var(--safe-top));
    padding: var(--safe-top) 14px 0;
    background: var(--az-asm); color: var(--az-light);
    position: sticky; top: 0; z-index: 50;
    box-shadow: var(--shadow-sm);
}
.menu-toggle {
    width: var(--tap-min); height: var(--tap-min);
    background: transparent; border: 0; color: var(--az-light);
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; cursor: pointer; border-radius: 4px;
}
.menu-toggle:active { background: rgba(255,255,255,0.1); }
.mobile-topbar .mtb-brand { display: flex; align-items: center; gap: 8px; flex: 1; text-decoration: none; }
.mobile-topbar .mtb-brand .logo-box {
    width: 28px; height: 28px; border-radius: 5px;
    background: linear-gradient(135deg, var(--az-light), var(--az-claro));
    color: var(--az-asm);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-serif); font-weight: 600; font-size: 16px;
    letter-spacing: -0.05em;
}
.mobile-topbar .mtb-brand .name {
    font-family: var(--font-serif); font-weight: 600; font-size: 17px;
    color: var(--az-light); letter-spacing: -0.01em;
}
.mobile-topbar .mtb-user {
    width: var(--tap-min); height: var(--tap-min);
    display: flex; align-items: center; justify-content: center; text-decoration: none;
}
.mobile-topbar .mtb-user .avatar {
    width: 32px; height: 32px; border-radius: 50%;
    background: var(--az-claro); color: var(--az-asm);
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 600;
}

.sidebar {
    background: var(--az-asm); color: var(--az-light);
    width: 80%; max-width: 320px;
    padding: calc(16px + var(--safe-top)) 0 calc(16px + var(--safe-bottom));
    position: fixed; top: 0; left: 0; bottom: 0;
    z-index: 100;
    transform: translateX(-100%); transition: transform 0.25s ease;
    display: flex; flex-direction: column;
    overflow-y: auto; -webkit-overflow-scrolling: touch;
}
.sidebar.is-open { transform: translateX(0); box-shadow: var(--shadow-lg); }
.sidebar-backdrop {
    position: fixed; inset: 0; background: rgba(0,0,0,0.5);
    z-index: 99; opacity: 0; pointer-events: none;
    transition: opacity 0.2s;
}
.sidebar-backdrop.is-visible { opacity: 1; pointer-events: auto; }

.sidebar-brand {
    padding: 0 18px 16px;
    border-bottom: 1px solid rgba(244,247,252,0.1);
    margin-bottom: 10px;
}
.sidebar-brand .logo { display: flex; align-items: center; gap: 11px; }
.sidebar-brand .logo-box {
    width: 32px; height: 32px; border-radius: 5px;
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-serif); font-weight: 600;
    font-size: 17px; letter-spacing: -0.05em;
    background: linear-gradient(135deg, var(--az-light), var(--az-claro));
    color: var(--az-asm);
}
.sidebar-brand .name {
    font-family: var(--font-serif); font-weight: 600;
    font-size: 17px; line-height: 1; display: block; color: var(--az-light);
    letter-spacing: -0.01em;
}
.sidebar-brand .dept {
    font-family: var(--font-mono); font-size: 8.5px; letter-spacing: 0.18em;
    color: var(--az-claro); margin-top: 4px; display: block;
}

.nav-section { padding: 0 12px; margin-bottom: 6px; }
.nav-section-title {
    font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.15em;
    text-transform: uppercase; color: rgba(244,247,252,0.4);
    padding: 10px 10px 4px;
}
.nav-item {
    display: flex; align-items: center; gap: 12px;
    padding: 12px; min-height: var(--tap-min);
    color: rgba(244,247,252,0.75);
    border-radius: var(--radius-sm);
    font-size: 14px; font-weight: 500; text-decoration: none;
    transition: background 0.12s, color 0.12s;
}
.nav-item:hover { background: rgba(244,247,252,0.06); color: var(--az-light); text-decoration: none; }
.nav-item.active { background: rgba(109,163,224,0.18); color: var(--az-claro); }
.nav-item .ti { font-size: 18px; }

.sidebar-user {
    margin-top: auto; padding: 14px 18px;
    border-top: 1px solid rgba(244,247,252,0.1);
    display: flex; align-items: center; gap: 12px;
}
.avatar {
    width: 38px; height: 38px;
    background: var(--az-claro); color: var(--az-asm);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 600; font-size: 13px; flex-shrink: 0;
    text-decoration: none;
}
.sidebar-user .info { flex: 1; min-width: 0; }
.sidebar-user .info .name {
    font-size: 13px; font-weight: 500; color: var(--az-light);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.sidebar-user .info .role {
    font-family: var(--font-mono); font-size: 9px;
    color: var(--az-claro); letter-spacing: 0.05em;
}
.logout-btn {
    width: var(--tap-min); height: var(--tap-min);
    background: none; border: none;
    color: rgba(244,247,252,0.5);
    cursor: pointer; display: flex; align-items: center; justify-content: center;
    font-size: 18px; border-radius: 4px; text-decoration: none;
}
.logout-btn:hover { color: var(--az-light); background: rgba(255,255,255,0.05); }

.main { padding: 16px; padding-bottom: calc(16px + var(--safe-bottom)); width: 100%; }

.topbar {
    margin-bottom: 18px; padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
    display: flex; flex-direction: column; gap: 12px;
}
.topbar .breadcrumb {
    font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.15em;
    color: var(--ink-soft); text-transform: uppercase; margin-bottom: 4px;
}
.topbar h1 {
    font-family: var(--font-serif); font-size: 22px; font-weight: 500;
    letter-spacing: -0.02em; color: var(--ink);
}
.topbar p { font-size: 13px; color: var(--ink-soft); margin-top: 4px; }
.topbar .actions { display: flex; gap: 8px; flex-wrap: wrap; }
.topbar .actions .btn { flex: 1; min-width: 0; }

/* KPIs */
.kpi-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;
    margin-bottom: 20px;
}
.kpi-card {
    background: var(--bg-card); border: 1px solid var(--line);
    border-radius: var(--radius-md); padding: 14px;
    display: block; text-decoration: none; color: inherit;
    transition: transform 0.12s, box-shadow 0.12s, border-color 0.12s;
}
.kpi-card:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); border-color: var(--az-claro); text-decoration: none; }
.kpi-card .label {
    font-family: var(--font-mono); font-size: 9px; letter-spacing: 0.1em;
    color: var(--ink-soft); text-transform: uppercase; line-height: 1.3;
}
.kpi-card .value {
    font-family: var(--font-serif); font-size: 28px; font-weight: 500;
    letter-spacing: -0.02em; margin-top: 4px; color: var(--ink);
    line-height: 1.1;
}
.kpi-card.warn   .value { color: var(--warn); }
.kpi-card.danger .value { color: var(--danger); }
.kpi-card.ok     .value { color: var(--ok); }
.kpi-card.info   .value { color: var(--info); }

/* Tablas */
.table-wrap {
    background: var(--bg-card); border: 1px solid var(--line);
    border-radius: var(--radius-md); overflow: hidden;
}
.table { width: 100%; border-collapse: collapse; font-size: 14px; }
.table thead { display: none; }
.table tbody tr {
    display: block; padding: 12px 14px;
    border-bottom: 1px solid var(--line-soft);
}
.table tbody tr:last-child { border-bottom: none; }
.table tbody td {
    display: flex; justify-content: space-between; align-items: center;
    padding: 6px 0; text-align: right; font-size: 13px; gap: 12px;
}
.table tbody td::before {
    content: attr(data-label);
    font-family: var(--font-mono); font-size: 10px;
    letter-spacing: 0.08em; text-transform: uppercase;
    color: var(--ink-soft); font-weight: 500; text-align: left;
}
.table tbody td:not([data-label])::before { content: none; }
.table tbody td:not([data-label]) { justify-content: flex-end; }
.table tbody tr.row-warn { background: var(--danger-bg); }

/* Badges */
.badge {
    display: inline-block; padding: 2px 10px; border-radius: 10px;
    font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.05em;
    font-weight: 500;
}
.badge-pending  { background: var(--bg-soft);   color: var(--ink-soft); }
.badge-amber    { background: var(--warn-bg);   color: var(--warn); }
.badge-red      { background: var(--danger-bg); color: var(--danger); }
.badge-info     { background: var(--info-bg);   color: var(--info); }
.badge-green    { background: var(--ok-bg);     color: var(--ok); }
.badge-gray     { background: var(--bg-soft);   color: var(--ink-muted); }

.section-title {
    font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.15em;
    text-transform: uppercase; color: var(--ink-soft);
    margin: 20px 0 10px;
}

.form-section {
    background: var(--bg-card); border: 1px solid var(--line);
    border-radius: var(--radius-md); padding: 16px; margin-bottom: 14px;
}
.form-section-title {
    font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em;
    color: var(--az-medio); margin-bottom: 12px;
    text-transform: uppercase;
}
.form-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 16px; flex-wrap: wrap; }

.grid-2, .grid-3, .grid-4 { display: grid; grid-template-columns: 1fr; gap: 12px; }
.grid-full { grid-column: 1 / -1; }

.filter-pills { display: flex; gap: 6px; margin-bottom: 14px; flex-wrap: wrap; }
.filter-pill {
    padding: 6px 12px; border-radius: 14px; font-size: 12px;
    font-family: var(--font-mono); background: var(--bg-soft);
    color: var(--ink-soft); cursor: pointer; text-decoration: none;
    min-height: 32px; display: inline-flex; align-items: center;
}
.filter-pill.active { background: var(--az-asm); color: var(--az-light); }
.filter-pill:hover { text-decoration: none; }

/* OT cards (técnico) */
.card-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.ot-card {
    background: var(--bg-card); border: 1px solid var(--line);
    border-radius: var(--radius-md); padding: 14px;
    text-decoration: none; color: var(--ink); display: block;
    transition: transform 0.12s, box-shadow 0.12s, border-color 0.12s;
}
.ot-card:hover { transform: translateY(-1px); box-shadow: var(--shadow-md); border-color: var(--az-claro); text-decoration: none; }
.ot-card .ot-num {
    font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em;
    color: var(--az-medio);
}
.ot-card .ot-title { font-size: 15px; font-weight: 500; margin: 4px 0 6px; }
.ot-card .ot-meta { font-size: 12px; color: var(--ink-soft); margin-bottom: 8px; }
.ot-card .ot-badges { display: flex; gap: 6px; flex-wrap: wrap; }

.app-footer {
    margin-top: 32px; padding-top: 16px; border-top: 1px solid var(--line);
    font-family: var(--font-mono); font-size: 10px; color: var(--ink-muted);
    display: flex; flex-direction: column; gap: 4px;
    letter-spacing: 0.05em; text-align: center;
}
.app-footer strong { color: var(--az-asm); font-family: var(--font-serif); font-weight: 600; }

@media (min-width: 600px) {
    body { font-size: 14px; }
    .main { padding: 24px; }
    .topbar { flex-direction: row; justify-content: space-between; align-items: flex-start; }
    .topbar h1 { font-size: 26px; }
    .topbar .actions { flex-wrap: nowrap; }
    .topbar .actions .btn { flex: 0 1 auto; }
    .kpi-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
    .grid-2 { grid-template-columns: 1fr 1fr; gap: 12px 16px; }
    .grid-3 { grid-template-columns: 1fr 1fr 1fr; gap: 12px 16px; }
    .grid-4 { grid-template-columns: 1fr 1fr; gap: 12px 16px; }
    .card-grid { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
    .app-footer { flex-direction: row; justify-content: space-between; text-align: left; }
    .auth-screen { flex-direction: row; }
    .auth-brand { padding: 48px 40px; width: 50%; max-width: 50%; }
    .brand-headline h1 { font-size: 32px; }
    .auth-form { padding: 48px 40px; max-width: 480px; }
}

@media (min-width: 900px) {
    body { font-size: 14px; }
    .app { grid-template-columns: var(--sidebar-w) 1fr; }
    .mobile-topbar { display: none; }
    .sidebar {
        position: sticky; top: 0;
        height: 100vh; width: var(--sidebar-w); max-width: var(--sidebar-w);
        transform: none; box-shadow: none; padding-top: 16px;
    }
    .sidebar-backdrop { display: none; }
    .main { padding: 28px 36px; max-width: 1400px; }
    .topbar h1 { font-size: 28px; }
    .table { font-size: 13px; }
    .table thead { display: table-header-group; }
    .table thead th {
        background: var(--bg-soft); padding: 10px 14px; text-align: left;
        font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.1em;
        text-transform: uppercase; color: var(--ink-soft);
        border-bottom: 1px solid var(--line); font-weight: 500;
    }
    .table tbody tr { display: table-row; padding: 0; border-bottom: 1px solid var(--line-soft); }
    .table tbody tr:hover { background: var(--bg-soft); }
    .table tbody tr.row-warn:hover { background: var(--danger-bg); }
    .table tbody td {
        display: table-cell; text-align: left; padding: 12px 14px;
        font-size: 13px; justify-content: initial;
    }
    .table tbody td::before { content: none; }
    .kpi-grid { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
    .kpi-card { padding: 16px; }
    .kpi-card .value { font-size: 30px; }
    .grid-3 { grid-template-columns: 1fr 1fr 1fr; gap: 10px 16px; }
    .grid-4 { grid-template-columns: 1fr 1fr 1fr 1fr; gap: 10px 16px; }
    .form-section { padding: 18px 22px; }
}

@media (min-width: 1200px) {
    .field input, .field select, .field textarea {
        font-size: 13px; padding: 8px 12px; min-height: auto;
    }
    .btn { padding: 8px 14px; min-height: auto; font-size: 13px; }
    .btn-sm { padding: 5px 10px; min-height: auto; font-size: 11px; }
}
