@font-face{font-family:DM Sans;src:url(/fonts/dm-sans.woff2)format("woff2");font-style:normal;font-weight:400 700;font-display:swap}@font-face{font-family:Syne;src:url(/fonts/syne.woff2)format("woff2");font-style:normal;font-weight:500 800;font-display:swap}:root{--bg:#fdfcfb;--card:#fff;--surface-tint:#fbf8ee;--ink:#2b2b36;--ink-soft:#6e6e7a;--gold:#ffca00;--gold-dark:#e0af00;--navy:#2c3094;--navy-dark:#21256e;--orange:#ff7e0f;--teal:#54c6d1;--line:#2c309424;--shadow:0 18px 44px #2c30941a;--radius-sm:10px;--radius-md:16px;--radius-lg:26px;--status-a-tiempo:#2f7a45;--status-a-tiempo-bg:#2f7a451f;--status-tarde:#b85c0a;--status-tarde-bg:#ff7e0f24;--status-ausente:#c0392b;--status-ausente-bg:#c0392b1c;--font-display:"Syne", "Segoe UI", system-ui, sans-serif;--font-body:"DM Sans", "Segoe UI", system-ui, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.01em;margin:0}a{color:inherit}.page{background:radial-gradient(circle at 10% 0%, #ffca0024, transparent 42%), radial-gradient(circle at 90% 100%, #2c309417, transparent 42%), var(--bg);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:24px 16px;display:flex}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow);padding:32px 26px}.logo-mark{width:76px;height:auto;margin:0 auto 14px;display:block}.brand-strip{background:linear-gradient(90deg, var(--gold), var(--orange), var(--navy));border-radius:999px;width:64px;height:5px;margin:0 auto 20px}.title{text-align:center;color:var(--ink);font-size:1.5rem;font-weight:700}.subtitle{text-align:center;color:var(--ink-soft);margin-top:6px;font-size:.95rem}.field{margin-top:20px}.field label{color:var(--ink);margin-bottom:7px;font-size:.88rem;font-weight:700;display:block}.input,select.input{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-tint);width:100%;color:var(--ink);outline:none;padding:13px 15px;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}.input::placeholder{color:#a3a3ae}.input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #ffca0038}.btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:14px 20px;font-family:inherit;font-size:1rem;font-weight:800;transition:transform .15s,opacity .15s,background .15s,border-color .15s;display:inline-flex}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn--primary{color:#2a2000;background:linear-gradient(180deg, #ffd633, var(--gold));box-shadow:0 10px 26px #ffca0052}.btn--primary:hover:not(:disabled){background:var(--gold-dark)}.btn--secondary{color:#fff;background:var(--navy)}.btn--secondary:hover:not(:disabled){background:var(--navy-dark)}.btn--ghost{color:var(--ink);border-color:var(--line);background:#2c30940a}.btn--ghost:hover:not(:disabled){border-color:var(--navy)}.btn--danger{border-color:var(--status-ausente);color:var(--status-ausente);background:0 0}.btn--block{width:100%}.btn-row{gap:10px;margin-top:24px;display:flex}.name-results{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--card);margin:8px 0 0;padding:0;list-style:none;overflow:hidden}.name-results li button{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:none;padding:13px 15px;font-family:inherit;font-size:.95rem}.name-results li button:hover{background:var(--surface-tint);color:var(--navy)}.name-results li+li button{border-top:1px solid var(--line)}.session-meta{grid-template-columns:1fr 1fr;gap:8px;margin-top:16px;font-size:.85rem;display:grid}.session-meta div{background:var(--surface-tint);border:1px solid var(--line);border-radius:var(--radius-sm);padding:9px 11px}.session-meta strong{color:var(--navy);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;font-size:.68rem;font-weight:800;display:block}.confirm-name{text-align:center;margin-top:20px}.confirm-name strong{font-family:var(--font-display);color:var(--ink);margin-top:4px;font-size:1.3rem;display:block}.alert{border-radius:var(--radius-sm);text-align:center;border:1px solid #0000;margin-top:18px;padding:13px 15px;font-size:.92rem}.alert--success{background:var(--status-a-tiempo-bg);color:var(--status-a-tiempo);border-color:#2f7a4547}.alert--error{background:var(--status-ausente-bg);color:var(--status-ausente);border-color:#c0392b47}.alert--warning{background:var(--status-tarde-bg);color:var(--status-tarde);border-color:#ff7e0f52}.alert--info{color:#1c7d89;background:#54c6d124;border-color:#54c6d161}.demo-badge{background:var(--gold);color:#2a2000;letter-spacing:.05em;text-transform:uppercase;z-index:50;box-shadow:var(--shadow);border-radius:999px;padding:6px 12px;font-size:.7rem;font-weight:900;position:fixed;top:14px;right:14px}.admin-shell{background:var(--bg);min-height:100%;color:var(--ink)}.admin-nav{z-index:40;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fdfcfbeb;justify-content:space-between;align-items:center;gap:16px;padding:12px 20px;display:flex;position:sticky;top:0}.admin-nav .brand{font-family:var(--font-display);color:var(--ink);cursor:pointer;align-items:center;gap:10px;font-size:1rem;font-weight:700;text-decoration:none;display:flex}.admin-nav .brand img{width:30px;height:30px}.admin-nav .brand span{color:var(--navy)}.menu-toggle{border:1px solid var(--line);background:var(--card);cursor:pointer;border-radius:10px;gap:5px;padding:8px;display:grid}.menu-toggle span{background:var(--ink);border-radius:2px;width:20px;height:2px}.menu-drawer{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#14163059;position:fixed;inset:0}.menu-drawer-panel{background:var(--card);border-left:1px solid var(--line);width:min(280px,84vw);height:100%;box-shadow:var(--shadow);flex-direction:column;gap:6px;padding:20px;display:flex;position:absolute;top:0;right:0}.menu-drawer-panel a,.menu-drawer-panel button{text-align:left;border-radius:var(--radius-sm);width:100%;color:var(--ink);cursor:pointer;background:0 0;border:none;padding:13px 14px;font-family:inherit;font-size:.98rem;font-weight:700;text-decoration:none;display:block}.menu-drawer-panel a:hover,.menu-drawer-panel button:hover{background:var(--surface-tint)}.menu-drawer-panel a.active{color:var(--navy);background:#2c309414}.menu-drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:14px;display:flex}.menu-drawer-user{color:var(--ink-soft);font-size:.85rem}.menu-drawer-close{color:var(--ink-soft);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:1.3rem}.admin-main{width:100%;max-width:1080px;margin:0 auto;padding:24px 20px 60px}.admin-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px;display:flex}.admin-heading h2{color:var(--ink);font-size:1.4rem}.admin-actions{flex-wrap:wrap;gap:10px;display:flex}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:26px;display:grid}.stat-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-md);padding:16px 18px}.stat-card .value{font-family:var(--font-display);color:var(--ink);font-size:1.9rem;font-weight:700}.stat-card .label{color:var(--ink-soft);text-transform:uppercase;letter-spacing:.04em;margin-top:2px;font-size:.72rem}.stat-card--a-tiempo .value{color:var(--status-a-tiempo)}.stat-card--tarde .value{color:var(--status-tarde)}.stat-card--ausente .value{color:var(--status-ausente)}.stat-card--presentes .value{color:var(--navy)}.table-wrap{border-radius:var(--radius-md);border:1px solid var(--line);overflow-x:auto}table.data-table{border-collapse:collapse;background:var(--card);width:100%;font-size:.88rem}table.data-table th,table.data-table td{text-align:left;white-space:nowrap;border-bottom:1px solid var(--line);padding:11px 14px}table.data-table th{background:var(--surface-tint);color:var(--navy);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:800}table.data-table tbody tr:last-child td{border-bottom:none}table.data-table tbody tr:hover{background:#ffca000f}@media (width<=720px){.table-wrap{border:none;overflow-x:visible}table.data-table thead{display:none}table.data-table,table.data-table tbody,table.data-table tr,table.data-table td{width:100%;display:block}table.data-table tbody tr{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-md);margin-bottom:10px;padding:6px 14px}table.data-table tbody tr:last-child{margin-bottom:0}table.data-table td{white-space:normal;text-align:right;border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:9px 0;display:flex}table.data-table td:last-child{border-bottom:none}table.data-table td:before{content:attr(data-label);color:var(--navy);text-transform:uppercase;letter-spacing:.03em;text-align:left;flex-shrink:0;font-size:.68rem;font-weight:800}table.data-table td[data-label=""]:before{content:none}table.data-table td[data-label=""]{justify-content:flex-end}}.filters-bar{flex-wrap:wrap;gap:10px;margin-bottom:16px;display:flex}.filters-bar .input{width:auto;min-width:160px}.tag{border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.tag--a-tiempo{background:var(--status-a-tiempo-bg);color:var(--status-a-tiempo)}.tag--tarde{background:var(--status-tarde-bg);color:var(--status-tarde)}.tag--ausente{background:var(--status-ausente-bg);color:var(--status-ausente)}.link-btn{color:var(--navy);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.85rem;font-weight:700}.link-btn--danger{color:var(--status-ausente)}.manual-form-card{max-width:480px;margin-bottom:22px}.manual-form-card h3{margin-bottom:14px;font-size:1.05rem}.modal-overlay{z-index:70;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#14163066;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow);width:100%;max-width:480px;max-height:90vh;padding:24px 22px;position:relative;overflow-y:auto}.modal-panel h3{margin-bottom:14px;padding-right:26px;font-size:1.05rem}.modal-close{color:var(--ink-soft);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px 9px;font-size:1.4rem;line-height:1;position:absolute;top:12px;right:12px}.modal-close:hover{background:var(--surface-tint)}.row-menu{display:inline-block;position:relative}.row-menu-trigger{border:1px solid var(--line);background:var(--card);cursor:pointer;width:30px;height:30px;color:var(--ink-soft);border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;line-height:1;display:inline-flex}.row-menu-trigger:hover{background:var(--surface-tint)}.row-menu-panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-sm);min-width:150px;box-shadow:var(--shadow);z-index:20;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden}.row-menu-panel button{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:none;padding:10px 14px;font-family:inherit;font-size:.86rem;font-weight:700;display:block}.row-menu-panel button:hover{background:var(--surface-tint)}.row-menu-panel button.row-menu-danger{color:var(--status-ausente)}.bar-chart{flex-direction:column;gap:14px;display:flex}.bar-row{grid-template-columns:140px 1fr;align-items:center;gap:12px;font-size:.82rem;text-decoration:none;display:grid}.bar-row .bar-label{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.bar-row--link{border-radius:var(--radius-sm);cursor:pointer;margin:-6px;padding:6px;transition:background .15s}.bar-row--link:hover{background:var(--surface-tint)}.bar-row--link:hover .bar-label{color:var(--navy);text-decoration:underline}.bar-track{background:var(--surface-tint);border:1px solid var(--line);border-radius:999px;height:14px;display:flex;position:relative;overflow:hidden}.bar-seg{height:100%;transition:width .3s}.bar-seg--a-tiempo{background:var(--status-a-tiempo)}.bar-seg--tarde{background:var(--status-tarde)}.bar-seg--ausente{background:var(--status-ausente-bg)}.bar-legend{color:var(--ink-soft);flex-wrap:wrap;gap:16px;margin-top:4px;font-size:.76rem;display:flex}.bar-legend span{align-items:center;gap:6px;display:inline-flex}.bar-legend i{border-radius:50%;width:9px;height:9px;display:inline-block}.absent-list{flex-direction:column;gap:6px;max-height:260px;margin-top:10px;display:flex;overflow-y:auto}.absent-list .empty{color:var(--ink-soft);padding:10px 0;font-size:.85rem}.absent-chip{border-radius:var(--radius-sm);background:var(--status-ausente-bg);color:var(--ink);justify-content:space-between;align-items:center;padding:9px 12px;font-size:.85rem;display:flex}.panel-grid{grid-template-columns:1.3fr 1fr;gap:16px;margin-top:20px;display:grid}@media (width<=860px){.panel-grid{grid-template-columns:1fr}}.panel-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-md);padding:18px 20px}.panel-card h3{margin-bottom:14px;font-size:1rem}.qr-cell{align-items:center;gap:10px;display:flex}.qr-cell img{border:1px solid var(--line);background:#fff;border-radius:8px;width:56px;height:56px}.qr-actions{flex-direction:column;gap:4px;display:flex}@media (width>=720px){.admin-nav{padding:14px 32px}.admin-main{padding-inline:32px}}
