:root {
    --ink: #10254a;
    --muted: #63738e;
    --line: #d7e2f1;
    --paper: #f5f9ff;
    --white: #ffffff;
    --teal: #087fdf;
    --teal-dark: #0754b8;
    --orange: #08aee7;
    --danger: #bd3f61;
    --shadow: 0 18px 50px rgba(15, 56, 112, .1);
    font-family: 'Trebuchet MS', 'Segoe UI', sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; }
.map-link { color: var(--teal-dark); text-decoration: underline; text-decoration-color: #8bc8f4; text-underline-offset: 3px; }
.map-link:hover { color: var(--teal); }
.login-reset-link { display: block; margin-top: 1rem; color: var(--teal-dark); font-size: .8rem; text-align: center; text-decoration: none; }
.login-reset-link:hover { text-decoration: underline; }
.client-filter { display: flex; gap: .5rem; align-items: center; margin-left: auto; }
.client-filter input { width: min(280px, 35vw); padding: .65rem .8rem; }
.client-filter .button { padding: .65rem .85rem; }
.account-status-page { min-height: 100vh; display: grid; place-items: center; padding: 1.25rem; background: #061633 url('logo.jpeg') center / min(80vh, 620px) auto no-repeat; }
.status-card { width: min(560px, 100%); padding: clamp(2rem, 6vw, 4rem); border: 1px solid #dce8f7; border-radius: 22px; background: rgba(255, 255, 255, .97); box-shadow: 0 24px 70px rgba(2, 17, 45, .3); text-align: center; }
.status-mark { width: 3.5rem; height: 3.5rem; display: grid; place-items: center; margin: 0 auto 1.5rem; border-radius: 50%; background: #e3f2ff; color: var(--teal-dark); font: 700 1.7rem Georgia, serif; }
.status-card .eyebrow { margin-bottom: .7rem; color: var(--teal); }
.status-card h1 { margin: 0 0 1rem; font: 700 clamp(2rem, 5vw, 3rem)/1.05 Georgia, serif; color: #071b3c; }
.status-card p { color: var(--muted); line-height: 1.6; }
.status-card .status-message { margin: 1.25rem auto 2rem; max-width: 430px; }
.status-card .button { min-width: 180px; }
.login-page { position: relative; min-height: 100vh; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); padding-top: 76px; background: #edf4ff; }
.login-page::before { content: 'PRESTAPRO'; position: absolute; z-index: 3; inset: 0 0 auto; height: 76px; display: flex; align-items: center; padding: 0 clamp(1.25rem, 4vw, 4rem); background: rgba(4, 15, 35, .97); color: #fff; font: 800 1rem 'Trebuchet MS', sans-serif; letter-spacing: .14em; border-bottom: 1px solid rgba(143, 197, 255, .14); }
.login-page::after { content: 'Acceso seguro'; position: absolute; z-index: 4; top: 0; right: clamp(1.25rem, 4vw, 4rem); height: 76px; display: flex; align-items: center; color: #a9c7e8; font-size: .8rem; letter-spacing: .04em; }
.login-home { display: block; padding-top: 0; background: #061633; }
.login-home::before, .login-home::after { display: none; }
.login-home .login-art { min-height: 100vh; }
.login-home .login-art::before { inset: 76px 0 0; background: #061633 url('logo.jpeg') center / min(90vh, 760px) auto no-repeat; mix-blend-mode: screen; }
.login-register { display: block; min-height: 100vh; padding-top: 0; background: #061633; }
.login-register::before { content: 'PRESTAPRO'; height: 76px; background: rgba(4, 15, 35, .92); }
.login-register::after { content: 'Iniciar sesión  ·  Regístrate'; color: #a9c7e8; }
.login-register .login-art { min-height: 100vh; }
.login-register .login-art::before { inset: 76px 0 0; background: #061633 url('logo.jpeg') center / min(90vh, 760px) auto no-repeat; mix-blend-mode: screen; }
.login-register .login-form-wrap { position: fixed; z-index: 10; inset: 0; display: grid; min-height: 100vh; padding: 6rem 1.25rem 1.25rem; background: rgba(3, 13, 31, .58); backdrop-filter: blur(7px); overflow-y: auto; }
.login-register .form-card { max-height: calc(100vh - 7.25rem); overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none; }
.login-register .form-card::-webkit-scrollbar { display: none; }
.login-nav { position: absolute; z-index: 5; inset: 0 0 auto; height: 76px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 4vw, 4rem); background: rgba(4, 15, 35, .78); border-bottom: 1px solid rgba(143, 197, 255, .14); }
.login-brand { color: #fff; text-decoration: none; font: 800 1rem 'Trebuchet MS', sans-serif; letter-spacing: .14em; }
.login-actions { display: flex; align-items: center; gap: .75rem; }
.login-open, .login-register-link { padding: .72rem 1rem; border: 1px solid rgba(169, 199, 232, .32); border-radius: 9px; color: #fff; background: rgba(255, 255, 255, .06); font: 700 .86rem 'Trebuchet MS', sans-serif; text-decoration: none; }
.login-register-link { border-color: #0a8fe1; background: #087fdf; }
.login-open:hover, .login-register-link:hover { transform: translateY(-1px); box-shadow: 0 8px 18px rgba(8, 127, 223, .24); }
.login-home .login-form-wrap { position: fixed; z-index: 10; inset: 0; display: none; padding: 1.25rem; background: rgba(3, 13, 31, .72); backdrop-filter: blur(8px); }
.login-home.login-modal-open .login-form-wrap { display: grid; }
.login-home .form-card { position: relative; }
.login-close { position: absolute; top: 1.25rem; right: 1.25rem; z-index: 2; width: 2rem; height: 2rem; padding: 0; border-radius: 50%; color: var(--muted); background: #edf4ff; font-size: 1.35rem; line-height: 1; }
.login-close:hover { color: var(--teal-dark); background: #dcecff; }
.login-art { position: relative; overflow: hidden; padding: 0; display: flex; flex-direction: column; justify-content: space-between; background: #061633; color: white; }
.login-art::before { content: ''; position: absolute; inset: 0; display: block; width: auto; aspect-ratio: auto; background: #061633 url('logo.jpeg') center / contain no-repeat; }
.login-art > div, .login-art > small { display: none; }
.brand { font-weight: 800; letter-spacing: .04em; font-size: 1.15rem; }
.login-art h1 { max-width: 530px; font: 700 clamp(2.8rem, 5vw, 5.6rem)/.96 Georgia, serif; margin: 0; letter-spacing: 0; }
.login-art p { max-width: 440px; color: #c7eaff; font-size: 1.05rem; line-height: 1.65; }
.login-form-wrap { position: relative; display: grid; place-items: center; padding: clamp(1.25rem, 5vw, 4rem); background: radial-gradient(circle at 90% 10%, #dcecff 0, transparent 34%), #f7faff; }
.form-card { background: rgba(255, 255, 255, .96); width: min(450px, 100%); padding: clamp(1.7rem, 4vw, 3rem); border: 1px solid #dce8f7; border-radius: 20px; box-shadow: 0 24px 70px rgba(20, 67, 132, .13); }
.form-card h2 { font: 700 clamp(1.8rem, 4vw, 2.35rem)/1.1 Georgia, serif; margin: 0 0 .6rem; color: #071b3c; }
.form-card .intro { color: var(--muted); margin: 0 0 2rem; line-height: 1.5; }
label { display: block; font-size: .78rem; font-weight: 800; letter-spacing: .02em; margin: 1.1rem 0 .45rem; color: #17345e; }
input, select { width: 100%; border: 1px solid #ccdaec; padding: .9rem 1rem; font: inherit; background: #fff; color: var(--ink); border-radius: 9px; transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus { outline: none; border-color: #078fe2; box-shadow: 0 0 0 4px rgba(8, 143, 226, .13); }
button, .button { border: 0; border-radius: 9px; padding: .82rem 1rem; font: 700 .92rem inherit; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: .45rem; transition: transform .2s, box-shadow .2s, background .2s; }
.button-primary { background: var(--teal); color: white; }
.button-primary:hover { background: var(--teal-dark); box-shadow: 0 8px 18px rgba(8, 127, 223, .24); transform: translateY(-1px); }
.button-quiet { background: #e6f1ff; color: var(--teal-dark); }
.button-danger { background: #fde9f0; color: var(--danger); }
.full { width: 100%; margin-top: 1.5rem; }
.alert { padding: .85rem 1rem; margin-bottom: 1rem; background: #e7f2ff; color: #0754b8; font-size: .92rem; }
.app-shell { min-height: 100vh; }
.topbar { height: 76px; background: var(--white); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1rem, 4vw, 4rem); }
.topbar .brand { color: var(--teal-dark); }
.user-menu { display: flex; align-items: center; gap: 1rem; color: var(--muted); font-size: .9rem; }
main { max-width: 1400px; margin: 0 auto; padding: clamp(1.5rem, 4vw, 4rem); }
.page-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; }
.eyebrow { text-transform: uppercase; letter-spacing: .13em; color: var(--orange); font-size: .73rem; font-weight: 800; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.02em; }
.page-heading h1 { font: 700 clamp(2.2rem, 4vw, 4rem)/1 Georgia, serif; margin: .45rem 0 0; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin-bottom: 2rem; }
.stat { background: var(--white); padding: 1.25rem; border-top: 3px solid var(--teal); box-shadow: 0 8px 25px rgba(15,56,112,.06); }
.stat span { display: block; color: var(--muted); font-size: .8rem; margin-bottom: .7rem; }
.stat strong { font: 700 1.8rem Georgia, serif; }
.panel { background: var(--white); padding: clamp(1rem, 2vw, 1.5rem); box-shadow: 0 8px 25px rgba(15,56,112,.06); margin-bottom: 1.25rem; }
.panel-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.panel-header h2 { font: 700 1.35rem Georgia, serif; margin: 0; }
.table-wrap { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; min-width: 720px; }
th, td { padding: .95rem .7rem; border-bottom: 1px solid var(--line); text-align: left; font-size: .88rem; vertical-align: middle; }
th { color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.client-name { font-weight: 700; }
.muted { color: var(--muted); }
.money { font-weight: 700; }
.progress { height: 6px; background: #e2ebf7; margin-top: .45rem; min-width: 90px; }
.progress i { display: block; height: 100%; background: var(--orange); }
.inline-form { display: flex; gap: .4rem; align-items: center; }
.inline-form input { width: 100px; padding: .58rem; }
.grid-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 1rem; }
.grid-form .wide { grid-column: 1 / -1; }
.actions { display: flex; gap: .45rem; flex-wrap: wrap; }
.badge { font-size: .72rem; background: #e3f2ff; color: var(--teal-dark); padding: .25rem .45rem; border-radius: 99px; }
.empty { color: var(--muted); text-align: center; padding: 2rem; }
@media (max-width: 800px) { .login-page { grid-template-columns: 1fr; padding-top: 64px; } .login-page::before, .login-page::after { height: 64px; } .login-page::before { font-size: .9rem; } .login-page::after { font-size: .72rem; } .login-art { min-height: 43vh; } .login-art h1 { font-size: 3.2rem; } .login-form-wrap { min-height: 57vh; } .login-nav { height: 64px; padding-inline: 1rem; } .login-open, .login-register-link { padding: .62rem .7rem; font-size: .75rem; } .login-home .login-art { min-height: 100svh; } .login-home .login-art::before { inset: 64px 0 0; background-size: min(72vw, 430px) auto; } .stats { grid-template-columns: repeat(2, 1fr); } .page-heading { align-items: start; flex-direction: column; } }
@media (max-width: 500px) { .grid-form { grid-template-columns: 1fr; } .grid-form .wide { grid-column: auto; } .topbar { height: auto; padding-block: 1rem; gap: 1rem; align-items: flex-start; } .user-menu { flex-direction: column; align-items: flex-end; gap: .5rem; } main { padding: 1rem; } .stats { gap: .6rem; } .stat { padding: .8rem; } .stat strong { font-size: 1.35rem; } }

/* App workspace */
.app-shell { background: linear-gradient(135deg, #eef5ff 0%, #f8fbff 58%, #e5f2ff 100%); }
.app-shell .topbar { position: sticky; top: 0; z-index: 20; height: 82px; background: linear-gradient(105deg, #04132e 0%, #082a58 70%, #064e91 100%); border-bottom: 1px solid rgba(148, 198, 255, .18); box-shadow: 0 10px 30px rgba(4, 18, 43, .14); }
.app-shell .topbar .brand { color: #fff; letter-spacing: .16em; font-size: .95rem; }
.app-shell .user-menu { color: #c8dbf4; }
.app-shell .user-menu a:not(.button) { color: #eaf4ff; text-decoration: none; font-weight: 700; }
.app-shell .user-menu a:not(.button):hover { color: #5ed7ff; }
.app-shell .button-quiet { background: rgba(255, 255, 255, .1); color: #fff; border: 1px solid rgba(171, 210, 255, .22); }
.app-shell main { max-width: 1480px; padding-top: clamp(2rem, 5vw, 4.5rem); }
.app-shell main::before { content: ''; position: fixed; z-index: -1; inset: 82px 0 0; opacity: .38; pointer-events: none; background-image: linear-gradient(rgba(26, 103, 184, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(26, 103, 184, .07) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, #000, transparent 72%); }
.app-shell .alert { border: 1px solid #b9d9f7; border-left: 4px solid var(--teal); border-radius: 10px; background: rgba(255, 255, 255, .72); box-shadow: 0 8px 24px rgba(15, 56, 112, .05); }
.app-shell .page-heading { position: relative; margin-bottom: 2.4rem; }
.app-shell .page-heading::after { content: ''; position: absolute; left: 0; bottom: -1.15rem; width: 74px; height: 4px; border-radius: 99px; background: linear-gradient(90deg, #08aee7, #087fdf); }
.app-shell .page-heading h1 { color: #071b3c; letter-spacing: -.045em; }
.app-shell .eyebrow { color: var(--teal); }
.app-shell .stats { gap: 1.15rem; }
.app-shell .stat { position: relative; overflow: hidden; border: 1px solid rgba(178, 207, 237, .72); border-top: 3px solid var(--teal); border-radius: 16px; padding: 1.4rem 1.35rem; box-shadow: 0 15px 35px rgba(15, 56, 112, .07); transition: transform .2s, box-shadow .2s; }
.app-shell .stat:hover { transform: translateY(-4px); box-shadow: 0 22px 42px rgba(15, 56, 112, .13); }
.app-shell .stat::after { content: ''; position: absolute; right: -28px; bottom: -42px; width: 105px; height: 105px; border-radius: 50%; background: rgba(8, 174, 231, .08); }
.app-shell .stat span { color: #69809f; text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; font-weight: 800; }
.app-shell .stat strong { position: relative; z-index: 1; display: block; color: #082451; font-size: clamp(1.35rem, 2.4vw, 2rem); white-space: nowrap; }
.app-shell .panel { border: 1px solid #dce8f7; border-radius: 18px; box-shadow: 0 18px 42px rgba(15, 56, 112, .07); }
.app-shell .panel-header { padding-bottom: .9rem; border-bottom: 1px solid #e7eff8; }
.app-shell .panel-header h2, .app-shell .panel > h2 { color: #082451; }
.app-shell table { min-width: 780px; }
.app-shell th { padding: 1.1rem .7rem; color: #7187a5; background: #f7fbff; }
.app-shell td { padding-block: 1.1rem; border-bottom-color: #e5edf7; }
.app-shell tr:last-child td { border-bottom: 0; }
.app-shell tr:hover td { background: #f7fbff; }
.app-shell .client-name, .app-shell td b { color: #092658; }
.app-shell .badge { border: 1px solid #cce4fa; background: #e8f5ff; color: #0966bb; font-weight: 800; }
.app-shell .grid-form { gap: .25rem 1.25rem; }
.app-shell .grid-form input, .app-shell .grid-form select { background: #fbfdff; }
.app-shell .inline-form select { min-width: 160px; }
.app-shell .empty { padding: 3rem 1rem; }
.app-shell .topbar .button { box-shadow: 0 6px 15px rgba(0, 0, 0, .12); }
.app-shell .button-primary { background: linear-gradient(135deg, #087fdf, #0754b8); }
.app-shell .button-primary:hover { background: linear-gradient(135deg, #0795ed, #0868d1); }
.app-shell .login-brand { letter-spacing: .18em; }
@media (max-width: 800px) { .app-shell .topbar { height: auto; min-height: 72px; } .app-shell .stats { grid-template-columns: repeat(2, 1fr); } .app-shell .user-menu { gap: .65rem; } }
@media (max-width: 650px) { .client-filter { order: 3; width: 100%; margin: .7rem 0 0; } .client-filter input { width: 100%; } .app-shell .panel-header { flex-wrap: wrap; } }

/* Navegación exclusiva del superadministrador */
.app-shell.superadmin-shell .topbar { justify-content: flex-start; }
.app-shell.superadmin-shell .user-menu { display: none; }
.superadmin-toggle { width: 42px; height: 42px; margin-right: 1rem; border: 1px solid rgba(171, 210, 255, .28); border-radius: 10px; background: rgba(255,255,255,.1); color: #fff; font-size: 1.3rem; line-height: 1; }
.superadmin-sidebar { position: fixed; z-index: 80; top: 82px; bottom: 0; left: 0; display: flex; flex-direction: column; width: 270px; padding: 1.5rem 1rem; background: linear-gradient(165deg, #04132e, #08366f); box-shadow: 18px 0 45px rgba(1,13,35,.28); transform: translateX(-110%); transition: transform .25s ease; }
.superadmin-menu-open .superadmin-sidebar, .superadmin-sidebar.is-open { transform: translateX(0) !important; }
.superadmin-sidebar-title { padding: 0 .75rem 1rem; margin-bottom: .7rem; color: #8ecaff; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid rgba(171,210,255,.2); }
.superadmin-sidebar nav { display: flex; flex: 1; flex-direction: column; gap: .35rem; }
.superadmin-sidebar a { padding: .85rem .8rem; border-radius: 10px; color: #eaf4ff; font-weight: 700; text-decoration: none; }
.superadmin-sidebar a:hover { background: rgba(255,255,255,.1); color: #fff; }
.superadmin-backdrop { display: none; }
@media (max-width: 650px) { .superadmin-sidebar { top: 72px; width: min(84vw, 290px); } .superadmin-menu-open .superadmin-backdrop, .superadmin-backdrop.is-open { display: block; position: fixed; z-index: 70; inset: 0; border: 0; background: rgba(2,13,31,.5); } .superadmin-toggle { margin-right: .7rem; } }
.superadmin-sidebar-user { margin: 0 .75rem 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(171,210,255,.2); color: #9ec8f3; font-size: .85rem; font-weight: 700; }
.superadmin-sidebar .superadmin-logout { margin-top: auto; color: #fff; background: rgba(255,255,255,.1); }

/* Navegación lateral del administrador */
.app-shell.admin-shell .topbar { justify-content: flex-start; }
.app-shell.admin-shell .user-menu { display: none; }
.subscription-countdown { margin-left: auto; padding: .55rem .8rem; border: 1px solid rgba(171,210,255,.28); border-radius: 99px; background: rgba(255,255,255,.1); color: #eaf4ff; font-size: .78rem; font-weight: 800; white-space: nowrap; }
.admin-toggle { width: 42px; height: 42px; margin-right: 1rem; border: 1px solid rgba(171, 210, 255, .28); border-radius: 10px; background: rgba(255,255,255,.1); color: #fff; font-size: 1.3rem; line-height: 1; cursor: pointer; }
.admin-sidebar { position: fixed; z-index: 80; top: 82px; bottom: 0; left: 0; display: flex; flex-direction: column; width: 270px; padding: 1.5rem 1rem; background: linear-gradient(165deg, #04132e, #08366f); box-shadow: 18px 0 45px rgba(1,13,35,.28); transform: translateX(-110%); transition: transform .25s ease; }
.admin-sidebar.is-open { transform: translateX(0); }
.admin-sidebar-title { padding: 0 .75rem 1rem; margin-bottom: .7rem; color: #8ecaff; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid rgba(171,210,255,.2); }
.admin-sidebar-user { margin: 0 .75rem 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(171,210,255,.2); color: #9ec8f3; font-size: .85rem; font-weight: 700; }
.admin-sidebar nav { display: flex; flex: 1; flex-direction: column; gap: .35rem; }
.admin-sidebar a { padding: .85rem .8rem; border-radius: 10px; color: #eaf4ff; font-weight: 700; text-decoration: none; }
.admin-sidebar a:hover { background: rgba(255,255,255,.1); color: #fff; }
.admin-sidebar .admin-logout { margin-top: auto; color: #fff; background: rgba(255,255,255,.1); }
.admin-backdrop { display: none; }
@media (max-width: 650px) { .admin-sidebar { top: 72px; width: min(84vw, 290px); } .admin-backdrop.is-open { display: block; position: fixed; z-index: 70; inset: 0; border: 0; background: rgba(2,13,31,.5); } .admin-toggle { margin-right: .7rem; } }

/* Navegación lateral del trabajador */
.app-shell.worker-shell .topbar { justify-content: flex-start; }
.app-shell.worker-shell .user-menu { display: none; }
.worker-toggle { width: 42px; height: 42px; margin-right: 1rem; border: 1px solid rgba(171,210,255,.28); border-radius: 10px; background: rgba(255,255,255,.1); color: #fff; font-size: 1.3rem; line-height: 1; cursor: pointer; }
.worker-sidebar { position: fixed; z-index: 80; top: 82px; bottom: 0; left: 0; display: flex; flex-direction: column; width: 270px; padding: 1.5rem 1rem; background: linear-gradient(165deg, #04132e, #08366f); box-shadow: 18px 0 45px rgba(1,13,35,.28); transform: translateX(-110%); transition: transform .25s ease; }.worker-sidebar.is-open { transform: translateX(0); }.worker-sidebar-title { padding: 0 .75rem 1rem; margin-bottom: .7rem; color: #8ecaff; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; border-bottom: 1px solid rgba(171,210,255,.2); }.worker-sidebar-user { margin: 0 .75rem 1rem; padding-bottom: 1rem; border-bottom: 1px solid rgba(171,210,255,.2); color: #9ec8f3; font-size: .85rem; font-weight: 700; }.worker-sidebar nav { display: flex; flex: 1; flex-direction: column; gap: .35rem; }.worker-sidebar a { padding: .85rem .8rem; border-radius: 10px; color: #eaf4ff; font-weight: 700; text-decoration: none; }.worker-sidebar a:hover { background: rgba(255,255,255,.1); color: #fff; }.worker-sidebar .worker-logout { margin-top: auto; color: #fff; background: rgba(255,255,255,.1); }.worker-backdrop { display: none; }
@media (max-width: 650px) { .worker-sidebar { top: 72px; width: min(84vw, 290px); }.worker-backdrop.is-open { display: block; position: fixed; z-index: 70; inset: 0; border: 0; background: rgba(2,13,31,.5); }.worker-toggle { margin-right: .7rem; } }
.daily-paid { display: inline-flex; align-items: center; min-height: 42px; padding: 0 .8rem; border: 1px solid #bceacc; border-radius: 10px; background: #eafaf0; color: #158557; font-size: .82rem; font-weight: 800; white-space: nowrap; }.no-payment-button { margin: .45rem 0 0; padding: .48rem .65rem; border: 1px solid #fecdd3; border-radius: 8px; background: #fff1f2; color: #c93650; font: inherit; font-size: .75rem; font-weight: 800; cursor: pointer; }.no-payment-button:hover { background: #ffe4e8; }
.daily-late { display: inline-flex; align-items: center; min-height: 42px; padding: 0 .8rem; border: 1px solid #fecdd3; border-radius: 10px; background: #fff1f2; color: #c93650; font-size: .82rem; font-weight: 800; white-space: nowrap; }

/* Control de caja */
.admin-dashboard-overview { margin-bottom: 1.4rem; padding: 1.35rem; border: 1px solid rgba(181,216,246,.9); border-radius: 18px; background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(241,248,255,.88)); box-shadow: 0 14px 34px rgba(14,70,126,.075); }.dashboard-welcome { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.1rem; }.dashboard-welcome h2 { margin: .15rem 0; font-size: clamp(1.8rem, 3vw, 2.4rem); }.dashboard-welcome p { margin: 0; color: #69809f; }.dashboard-welcome > span { padding: .55rem .75rem; border-radius: 99px; background: #edf7ff; color: #5d789a; font-size: .8rem; font-weight: 800; }.dashboard-overview-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: .8rem; }.dashboard-overview-grid article { position: relative; overflow: hidden; min-height: 108px; padding: .95rem; border: 1px solid #dceaf9; border-top: 3px solid #2585d6; border-radius: 13px; background: rgba(255,255,255,.88); }.dashboard-overview-grid article::after { content: ''; position: absolute; right: -21px; bottom: -32px; width: 74px; height: 74px; border-radius: 50%; background: rgba(7,145,237,.08); }.dashboard-overview-grid article span, .dashboard-overview-grid article strong { position: relative; z-index: 1; display: block; }.dashboard-overview-grid article span { min-height: 2.2em; color: #6b86a9; font-size: .66rem; font-weight: 800; letter-spacing: .065em; text-transform: uppercase; }.dashboard-overview-grid article strong { margin-top: .45rem; color: #082654; font-family: Georgia, serif; font-size: clamp(1.22rem, 1.7vw, 1.5rem); }.dashboard-overview-grid article.capital { border-top-color: #087fdf; }.dashboard-overview-grid article.collected { border-top-color: #22a66f; }.dashboard-overview-grid article.pending { border-top-color: #e59b22; }.dashboard-overview-grid article.late { border-top-color: #e65b72; }.dashboard-shortcuts { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.1rem; }.dashboard-shortcuts a { padding: .62rem .82rem; border: 1px solid #cfe5fb; border-radius: 10px; background: #fff; color: #0875cb; font-size: .83rem; font-weight: 800; text-decoration: none; }.dashboard-shortcuts a:hover { border-color: #087fdf; background: #eef8ff; }
.cash-dashboard { max-width: 1280px; margin: 0 auto; }
.cash-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.cash-heading h2 { margin: .2rem 0; font-size: clamp(1.8rem, 3vw, 2.5rem); }
.cash-heading p, .cash-history .panel-header p { margin: 0; color: #69809f; }
.cash-balance-label { padding: .8rem 1rem; border: 1px solid #bde0ff; border-radius: 12px; background: #f3faff; color: #537093; font-size: .82rem; }
.cash-balance-label strong { display: block; margin-top: .2rem; color: #087fdf; font-size: 1.2rem; }
.cash-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1rem; }
.cash-card { padding: 1.15rem; border: 1px solid #d9e8fb; border-radius: 14px; background: rgba(255,255,255,.92); box-shadow: 0 9px 25px rgba(16,70,125,.06); }
.cash-card span { display: block; margin-bottom: .45rem; color: #6d86a9; font-size: .75rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.cash-card strong { font-family: Georgia, serif; font-size: 1.55rem; color: #082654; }
.cash-card.income { border-top: 3px solid #22a66f; }.cash-card.expense { border-top: 3px solid #e65b72; }.cash-card.balance { border-top: 3px solid #087fdf; }
.cash-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1rem; }
.cash-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .75rem; align-items: end; padding: 1.2rem; border: 1px solid #d9e8fb; border-radius: 14px; background: rgba(255,255,255,.95); }
.cash-form h3, .cash-form p { grid-column: 1 / -1; margin: 0; }.cash-form h3 { font-size: 1.15rem; }.cash-form p { margin-top: -.35rem; color: #69809f; font-size: .84rem; }
.cash-form label { min-width: 0; color: #58749a; font-size: .75rem; font-weight: 800; }.cash-form input { width: 100%; margin-top: .35rem; }
.cash-form button { min-height: 42px; }.cash-expense-form { border-color: #fed7df; }.cash-expense-form .button-danger { border: 0; border-radius: 9px; background: #d9415e; color: #fff; font-weight: 800; cursor: pointer; }
.cash-history { padding: 1.2rem; border: 1px solid #d9e8fb; border-radius: 14px; background: rgba(255,255,255,.95); }.cash-history h2 { margin: 0; }
.cash-type { display: inline-block; padding: .26rem .5rem; border-radius: 99px; font-size: .72rem; font-weight: 800; }.cash-type.income { background: #e2f8ec; color: #158557; }.cash-type.expense { background: #fff0f2; color: #c93650; }.cash-amount { font-weight: 800; }.cash-amount.income { color: #158557; }.cash-amount.expense { color: #c93650; }
@media (max-width: 900px) { .cash-summary, .cash-actions { grid-template-columns: 1fr; } .cash-form { grid-template-columns: 1fr 1fr; } .cash-form button { grid-column: 1 / -1; } }
@media (max-width: 1050px) { .dashboard-overview-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .cash-heading, .dashboard-welcome { align-items: start; flex-direction: column; }.dashboard-overview-grid, .cash-summary { grid-template-columns: 1fr; }.cash-form { grid-template-columns: 1fr; }.cash-form button { grid-column: auto; }.cash-history { padding: 1rem; } }

/* Solicitudes y resumen de préstamos */
.loans-dashboard { max-width: 1320px; margin: 0 auto; }
.loans-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.loans-heading h2 { margin: .2rem 0; font-size: clamp(1.8rem, 3vw, 2.5rem); }.loans-heading p, .loan-requests .panel-header p, .loan-summary .panel-header p { margin: 0; color: #69809f; }
.loans-count { padding: .55rem .8rem; border-radius: 99px; background: #e8f4ff; color: #0872c8; font-weight: 800; font-size: .82rem; }
.loan-requests, .loan-summary { margin-bottom: 1rem; padding: 1.2rem; border: 1px solid #d9e8fb; border-radius: 14px; background: rgba(255,255,255,.95); }
.loan-request-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.loan-request-card { padding: 1rem; border: 1px solid #d6e7fa; border-radius: 12px; background: #fbfdff; }.loan-request-client strong { display: block; color: #082654; }.loan-request-client span, .loan-request-client small { display: block; margin-top: .25rem; color: #69809f; font-size: .82rem; }.loan-request-amount { margin-top: .8rem; color: #557298; font-size: .85rem; }.loan-request-amount strong { margin-left: .35rem; color: #082654; font-family: Georgia, serif; font-size: 1.2rem; }.loan-request-notes { margin: .7rem 0; color: #526d8f; font-size: .85rem; }
.loan-approval-form { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin-top: 1rem; }.loan-approval-form label { color: #58749a; font-size: .74rem; font-weight: 800; }.loan-approval-form input, .loan-approval-form select { width: 100%; margin-top: .3rem; }.loan-approval-form button { grid-column: 1 / -1; }
.loan-profit { color: #158557; font-weight: 800; }
.worker-request-form { max-width: 980px; margin-bottom: 1rem; }.loan-request-page { max-width: 1180px !important; }
@media (max-width: 780px) { .loan-request-grid { grid-template-columns: 1fr; }.loans-heading { align-items: start; flex-direction: column; } }
@media (max-width: 500px) { .loan-approval-form { grid-template-columns: 1fr; }.loan-approval-form button { grid-column: auto; }.loan-requests, .loan-summary { padding: 1rem; } }

/* Seguimiento de atrasos */
.overdue-panel .panel-header { align-items: flex-start; }.overdue-days { display: inline-block; padding: .32rem .55rem; border-radius: 99px; background: #fff0f2; color: #c93650; font-size: .78rem; font-weight: 800; white-space: nowrap; }
.overdue-form { display: grid; grid-template-columns: 130px minmax(150px, 1fr) auto; gap: .45rem; align-items: center; min-width: 390px; }.overdue-form input { width: 100%; }.overdue-form .button-primary { padding: .6rem .75rem; white-space: nowrap; }
.overdue-panel th:last-child, .overdue-panel td:last-child { display: none; }
@media (max-width: 650px) { .overdue-form { grid-template-columns: 1fr; min-width: 180px; }.overdue-form .button-primary { width: 100%; } }

/* Reportes de operación */
.report-date { padding: .62rem .85rem; border: 1px solid #cfe5fb; border-radius: 99px; background: rgba(255,255,255,.74); color: #58769b; font-size: .78rem; font-weight: 800; box-shadow: 0 6px 18px rgba(20,86,151,.07); }.report-dashboard { max-width: 1360px; margin: 0 auto; }.report-stats { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1.25rem; }.report-stats article { position: relative; overflow: hidden; min-height: 118px; padding: 1.15rem; border: 1px solid rgba(174,211,245,.85); border-radius: 16px; background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(242,249,255,.92)); box-shadow: 0 12px 30px rgba(14,70,126,.09); transition: transform .2s ease, box-shadow .2s ease; }.report-stats article::after { content: ''; position: absolute; width: 86px; height: 86px; right: -27px; bottom: -38px; border-radius: 50%; background: rgba(7,145,237,.09); }.report-stats article:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(14,70,126,.14); }.report-stats article:nth-child(2) { border-top: 3px solid #5c74df; }.report-stats article:nth-child(3) { border-top: 3px solid #0787d9; }.report-stats article:nth-child(4) { border-top: 3px solid #22a66f; }.report-stats article.late { border-top: 3px solid #e65b72; background: linear-gradient(145deg, #fff, #fff6f7); }.report-stats article.late::after { background: rgba(230,91,114,.1); }.report-stats span { position: relative; z-index: 1; display: block; min-height: 2.1em; color: #6c86aa; font-size: .69rem; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }.report-stats strong { position: relative; z-index: 1; display: block; margin-top: .65rem; color: #082654; font-family: Georgia, serif; font-size: clamp(1.35rem, 2vw, 1.75rem); }.report-block { margin-bottom: 1.25rem; padding: 1.35rem; border: 1px solid rgba(181,216,246,.9); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 14px 34px rgba(14,70,126,.075); }.report-block h2 { margin: 0; font-size: 1.35rem; }.report-block .panel-header { padding-bottom: 1rem; margin-bottom: 1rem; border-bottom: 1px solid #e1edf9; }.report-block .panel-header p { margin: .35rem 0 0; color: #69809f; font-size: .88rem; }.report-block table { border-collapse: separate; border-spacing: 0 .45rem; }.report-block table tr:not(:first-child) { background: #f8fbff; box-shadow: inset 0 0 0 1px #ebf3fb; }.report-block table td { border-block: 1px solid #ebf3fb; }.report-block table td:first-child { border-left: 1px solid #ebf3fb; border-radius: 9px 0 0 9px; }.report-block table td:last-child { border-right: 1px solid #ebf3fb; border-radius: 0 9px 9px 0; }.report-income { color: #158557; font-weight: 800; }
.worker-shell .report-dashboard > .report-block:last-child { display: none; }
@media (max-width: 1050px) { .report-stats { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 620px) { .report-stats { grid-template-columns: repeat(2, 1fr); }.report-stats article:last-child { grid-column: 1 / -1; }.report-block { padding: 1rem; }.report-date { align-self: flex-start; } }

/* Gestión moderna de suscripciones */
.subscriptions-panel .panel-header { align-items: flex-start; }
.subscriptions-panel .subscription-help { max-width: 560px; margin: .45rem 0 0; color: #69809f; font-size: .88rem; line-height: 1.5; }
.subscriptions-panel .subscription-row td { vertical-align: middle; }
.subscriptions-panel .subscription-form { display: grid; grid-template-columns: 190px minmax(390px, 1fr) auto; gap: .5rem; align-items: end; width: min(100%, 760px); min-width: 0; padding: .55rem; border: 1px solid #dce8f7; border-radius: 12px; background: #fbfdff; }
.subscriptions-panel .subscription-control { display: grid; gap: .32rem; margin: 0; }
.subscriptions-panel .subscription-control span { color: #7187a5; font-size: .64rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.subscriptions-panel .subscription-control select { min-width: 0; padding: .58rem .68rem; background: #fff; }
.subscriptions-panel .subscription-form .button-primary { min-height: 39px; padding: .65rem .8rem; white-space: nowrap; }
.subscriptions-panel .subscription-form [hidden] { display: none; }
.subscriptions-panel .subscription-date { display: grid; grid-template-columns: 132px 1fr; grid-template-rows: auto auto; min-width: 0; column-gap: .45rem; align-items: end; }
.subscriptions-panel .subscription-date > span { grid-column: 1; grid-row: 1; }
.subscriptions-panel .subscription-date input[type="date"] { width: 130px; padding: .52rem .55rem; }
.subscriptions-panel .subscription-date input[type="date"] { grid-column: 1; grid-row: 2; }
.subscriptions-panel .subscription-shortcuts { grid-column: 2; grid-row: 1 / span 2; align-self: end; margin: 0; }
.subscriptions-panel .subscription-shortcuts > span { display: block; margin-bottom: .3rem; color: #7187a5; font-size: .61rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.subscriptions-panel .subscription-shortcuts > div { display: flex; flex-wrap: wrap; gap: .3rem; }
.subscriptions-panel .subscription-shortcuts button { padding: .26rem .4rem; border: 1px solid #c9e0f7; border-radius: 7px; background: #eaf5ff; color: #0754b8; font-size: .65rem; font-weight: 800; }
.subscriptions-panel .subscription-shortcuts button:hover { background: #d5ebff; }
 .subscriptions-panel td .subscription-form + .inline-form { margin-top: .35rem; }
.subscriptions-panel td .subscription-form + .inline-form .button-danger { padding: .42rem .62rem; border-radius: 8px; font-size: .72rem; }
@media (max-width: 900px) { .subscriptions-panel .subscription-form { grid-template-columns: 145px minmax(245px, 1fr); width: min(100%, 520px); } .subscriptions-panel .subscription-form .button-primary { grid-column: 1 / -1; } }
@media (max-width: 560px) { .subscriptions-panel .subscription-form { grid-template-columns: 1fr; min-width: 235px; } .subscriptions-panel .subscription-form .button-primary { grid-column: auto; width: 100%; } }

/* Notificaciones de acciones */
.app-toast { position: fixed; z-index: 200; top: 50%; left: 50%; display: flex; align-items: center; gap: .8rem; width: min(420px, calc(100vw - 2rem)); padding: 1rem 1.1rem; border: 1px solid #b9d9f7; border-radius: 15px; background: rgba(255,255,255,.98); color: #082451; box-shadow: 0 22px 65px rgba(3,30,72,.26); opacity: 0; transform: translate(-50%, -42%) scale(.94); pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
.app-toast.is-visible { opacity: 1; transform: translate(-50%, -50%) scale(1); pointer-events: auto; }
.app-toast-icon { display: grid; flex: 0 0 30px; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #e3f4ff; color: #087fdf; font-weight: 900; }
.app-toast.is-error { border-color: #f3c7d3; }
.app-toast.is-error .app-toast-icon { background: #fde9f0; color: #bd3f61; }
.app-toast-message { flex: 1; font-size: .9rem; font-weight: 700; line-height: 1.4; }
.app-toast button { width: 28px; height: 28px; padding: 0; border-radius: 50%; background: #eef5ff; color: #54718f; font-size: 1.2rem; }

/* Ajustes globales para tablet y móvil */
@media (max-width: 1024px) {
    .app-shell .topbar { padding-inline: 1.5rem; }
    .app-shell main { padding-inline: 1.5rem; }
    .app-shell .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .app-shell .panel { padding: 1.1rem; }
    .app-shell .table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .app-shell table { min-width: 740px; }
}

@media (max-width: 720px) {
    .app-shell .topbar { position: relative; height: auto; min-height: 70px; padding: .9rem 1rem; align-items: flex-start; gap: .75rem; }
    .app-shell .topbar .brand { padding-top: .35rem; }
    .app-shell .user-menu { flex: 1; flex-wrap: wrap; justify-content: flex-end; gap: .45rem .7rem; font-size: .78rem; }
    .app-shell .user-menu .button { padding: .58rem .72rem; }
    .app-shell.superadmin-shell .topbar { flex-direction: row; align-items: center; }
    .app-shell.superadmin-shell .user-menu { display: none; }
    .app-shell.superadmin-shell .topbar .brand { padding: 0; }
    .app-shell.admin-shell .topbar { flex-direction: row; align-items: center; }
    .app-shell.admin-shell .topbar .brand { padding: 0; }
    .app-shell.worker-shell .topbar { flex-direction: row; align-items: center; }
    .app-shell.worker-shell .topbar .brand { padding: 0; }
    .app-shell main { padding: 1.35rem 1rem 2rem; }
    .app-shell main::before { inset: 0; }
    .app-shell .page-heading { align-items: flex-start; margin-bottom: 1.8rem; }
    .app-shell .page-heading h1 { font-size: clamp(2rem, 9vw, 3rem); }
    .app-shell .stats { gap: .75rem; margin-bottom: 1.25rem; }
    .app-shell .stat { min-height: 108px; padding: 1rem; }
    .app-shell .stat strong { font-size: clamp(1.2rem, 5vw, 1.65rem); }
    .app-shell .panel { padding: .85rem; border-radius: 14px; }
    .app-shell .panel-header { align-items: flex-start; flex-wrap: wrap; gap: .6rem; }
    .app-shell .panel-header > .muted { width: 100%; }
    .grid-form { grid-template-columns: 1fr; }
    .grid-form .wide { grid-column: auto; }
    .inline-form { flex-wrap: wrap; }
    .app-shell table { min-width: 680px; }
    .subscriptions-panel .subscription-help { font-size: .8rem; }
    .subscriptions-panel .subscription-form { width: min(100%, 520px); grid-template-columns: 140px minmax(255px, 1fr); }
    .subscriptions-panel .subscription-form .button-primary { grid-column: 1 / -1; }
    .app-toast { top: auto; bottom: 1.25rem; transform: translate(-50%, 24%) scale(.94); }
    .app-toast.is-visible { transform: translate(-50%, 0) scale(1); }
}

@media (max-width: 460px) {
    .app-shell .topbar { flex-direction: column; align-items: stretch; }
    .app-shell.superadmin-shell .topbar { flex-direction: row; align-items: center; }
    .app-shell.admin-shell .topbar { flex-direction: row; align-items: center; }
    .app-shell.worker-shell .topbar { flex-direction: row; align-items: center; }
    .app-shell .topbar .brand { padding: 0; }
    .app-shell .user-menu { justify-content: flex-start; }
    .app-shell .user-menu span { width: 100%; order: -1; color: #9ec8f3; }
    .app-shell .stats { grid-template-columns: 1fr 1fr; }
    .app-shell .stat { min-height: 96px; padding: .85rem; }
    .app-shell .stat span { font-size: .6rem; }
    .app-shell .panel-header h2 { font-size: 1.2rem; }
    .app-shell table { min-width: 620px; }
    .subscriptions-panel .subscription-form { grid-template-columns: 1fr; width: 100%; min-width: 230px; }
    .subscriptions-panel .subscription-form .button-primary { grid-column: auto; width: 100%; }
    .subscriptions-panel .subscription-date { display: block; }
    .subscriptions-panel .subscription-date input[type="date"] { width: 100%; }
    .subscriptions-panel .subscription-shortcuts button { flex: 1 0 auto; }
    .app-toast { width: calc(100vw - 1.25rem); padding: .85rem; }
}

/* Alta y administración de accesos */
.subscription-create .panel-header { align-items: flex-start; }
.subscription-create-form { display: grid; grid-template-columns: minmax(230px, 1.25fr) minmax(170px, .85fr) 145px minmax(250px, 1.2fr) auto; gap: .75rem; align-items: end; padding-top: .7rem; }
.subscription-create-form label { margin: 0; }
.subscription-create-form label input, .subscription-create-form label select { margin-top: .4rem; }
.subscription-create-form .button-primary { min-height: 43px; white-space: nowrap; }
.quick-dates > div { display: flex; flex-wrap: wrap; gap: .3rem; }
.quick-dates button { padding: .32rem .46rem; border: 1px solid #c9e0f7; border-radius: 7px; background: #eaf5ff; color: #0754b8; font-size: .68rem; font-weight: 800; }
.quick-dates button:hover { background: #d5ebff; }
.subscription-manage-form { display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; }
.subscription-manage-form select { width: 135px; }
.subscription-manage-form input[type="date"] { width: 140px; }
.subscription-delete-form { display: inline-flex; margin: .45rem 0 0; }
.subscription-delete-form button { padding: .4rem .6rem; border: 1px solid #f2c7d4; border-radius: 8px; background: #fff0f4; color: #bd3f61; font-size: .72rem; font-weight: 800; }
.subscription-delete-form button:hover { background: #fde2eb; }
.account-manage-link { display: inline-flex; padding: .42rem .6rem; border: 1px solid #f2c7d4; border-radius: 8px; background: #fff0f4; color: #bd3f61; font-size: .72rem; font-weight: 800; text-decoration: none; }
.account-manage-link:hover { background: #fde2eb; }
.account-delete-form button { padding: .4rem .6rem; border: 1px solid #f2c7d4; border-radius: 8px; background: #fff0f4; color: #bd3f61; font-size: .72rem; font-weight: 800; cursor: pointer; white-space: nowrap; }
.account-delete-form button:hover { background: #fde2eb; }
@media (max-width: 1100px) { .subscription-create-form { grid-template-columns: 1fr 1fr; } .subscription-create-form .quick-dates, .subscription-create-form .button-primary { grid-column: 1 / -1; } }
@media (max-width: 560px) { .subscription-create-form { grid-template-columns: 1fr; } .subscription-create-form .quick-dates, .subscription-create-form .button-primary { grid-column: auto; } .subscription-create-form .button-primary { width: 100%; } }

/* Dashboard del superadministrador */
.dashboard-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; margin-bottom: 1.25rem; }
.dashboard-actions { display: flex; flex-wrap: wrap; gap: .6rem; }
.dashboard-note { margin-top: 1.1rem; padding: .85rem 1rem; border-radius: 10px; background: #eef7ff; color: #496b91; font-size: .88rem; }
.dashboard-note strong { color: #087fdf; font-size: 1.05rem; }
.dashboard-list { display: grid; gap: .2rem; padding: 0; margin: 0; list-style: none; }
.dashboard-list li { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .75rem 0; border-bottom: 1px solid #e5edf7; }
.dashboard-list li:last-child { border-bottom: 0; }
.dashboard-list span { display: grid; gap: .16rem; }
.dashboard-list small { color: #7187a5; }
.dashboard-list b { color: #0754b8; font-size: .85rem; white-space: nowrap; }
@media (max-width: 720px) { .dashboard-grid { grid-template-columns: 1fr; gap: .9rem; } }
