html,body,#root{min-width:100%;min-height:100%;margin:0}body{background:#f4f6f8;min-height:100vh}:root{--navy:#243250;--navy-dark:#1c2943;--navy-light:#3b496b;--bg:#f4f6f8;--surface:#fff;--border:#dce2ea;--text:#1a2235;--muted:#7b8495;--green:#4f9969;--orange:#c98739;--red:#a84a4a}*{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.65}.login-page,.loading-screen{background:radial-gradient(circle at top right, #e8ecf3, transparent 38%), var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{border:1px solid var(--border);background:var(--surface);border-radius:24px;width:min(100%,440px);padding:36px;box-shadow:0 22px 60px #1823381a}.brand-mark{background:var(--navy);color:#fff;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:28px;font-size:30px;font-weight:800;display:flex}.brand-mark.small{border-radius:13px;flex:0 0 46px;width:46px;height:46px;margin:0;font-size:21px}.login-heading span,.admin-header span,.modal-header span,.eyebrow{color:var(--navy-light);letter-spacing:.15em;font-size:11px;font-weight:800;display:block}.login-heading h1{margin:7px 0 5px;font-size:38px}.login-heading p{color:var(--muted);margin:0}.login-form{gap:18px;margin-top:30px;display:grid}.login-form label,.participant-form label{color:var(--text);gap:8px;font-size:13px;font-weight:700;display:grid}.login-form input,.participant-form input{border:1px solid var(--border);width:100%;height:50px;color:var(--text);background:#fff;border-radius:12px;outline:none;padding:0 15px}.login-form input:focus,.participant-form input:focus,.participants-search input:focus{border-color:var(--navy-light);box-shadow:0 0 0 3px #3b496b1a}.login-form button{background:var(--navy);color:#fff;border:0;border-radius:12px;height:52px;font-weight:800}.login-message{color:var(--muted);background:#f3f5f7;border-radius:10px;margin-top:18px;padding:12px}.loading-card,.checkin-loading{text-align:center;color:var(--muted)}.checkin-loading{padding:70px 20px}.loading-spinner{border:3px solid #dfe4ea;border-top-color:var(--navy);border-radius:50%;width:36px;height:36px;margin:0 auto 14px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.admin-layout{background:var(--bg);grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--navy-dark);color:#fff;flex-direction:column;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.sidebar-brand{border-bottom:1px solid #ffffff1f;align-items:center;gap:12px;padding:2px 5px 24px;display:flex}.sidebar-brand strong,.sidebar-brand span{display:block}.sidebar-brand strong{font-size:18px}.sidebar-brand span{color:#ffffff94;margin-top:3px;font-size:11px}.sidebar nav{gap:5px;margin-top:24px;display:grid}.sidebar nav button{color:#ffffffb8;text-align:left;background:0 0;border:0;border-radius:10px;width:100%;padding:12px 13px}.sidebar nav button:hover,.sidebar nav button.active{color:#fff;background:#ffffff1c}.sidebar-footer{color:#ffffff6b;border-top:1px solid #ffffff1f;margin-top:auto;padding:18px 6px 0;font-size:10px}.admin-main{min-width:0;padding:30px}.admin-header{justify-content:space-between;align-items:center;gap:20px;max-width:1180px;margin:0 auto 26px;display:flex}.admin-header h1{margin:5px 0 0;font-size:30px}.logout-button{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:10px;padding:10px 16px}.welcome-card{border:1px solid var(--border);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:20px;max-width:1180px;margin:0 auto;padding:26px;display:flex}.welcome-card span{color:var(--navy-light);letter-spacing:.15em;font-size:11px;font-weight:800}.welcome-card h2{margin:6px 0}.welcome-card p{color:var(--muted);margin:0}.status-indicator{color:var(--green);align-items:center;gap:7px;font-size:13px;font-weight:700;display:flex}.status-dot{background:var(--green);border-radius:50%;width:9px;height:9px}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;max-width:1180px;margin:18px auto 0;display:grid}.dashboard-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:22px}.dashboard-card span,.dashboard-card strong,.dashboard-card small{display:block}.dashboard-card span{color:var(--muted);font-size:12px;font-weight:700}.dashboard-card strong{margin:12px 0 8px;font-size:24px}.dashboard-card small{color:#929baa}.primary-button,.secondary-button,.action-button{border-radius:10px;font-weight:700}.primary-button{background:var(--navy);color:#fff;border:0;min-height:44px;padding:0 18px}.primary-button:hover{background:var(--navy-dark)}.secondary-button{border:1px solid var(--border);min-height:44px;color:var(--text);background:#fff;padding:0 16px}.module-message{border-radius:10px;max-width:1180px;margin:0 auto 14px;padding:11px 14px;font-size:13px}.module-message.success{color:#397451;background:#f2faf5;border:1px solid #cce5d5}.module-message.error{color:var(--red);background:#fff6f6;border:1px solid #efcccc}.participants-module{max-width:1180px;margin:0 auto}.participants-intro{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px;display:flex}.participants-intro h2{margin:0 0 5px;font-size:20px}.participants-intro p{color:var(--muted);margin:0;font-size:14px}.participants-toolbar{gap:10px;margin-bottom:14px;display:flex}.participants-search{flex:1}.participants-search input{border:1px solid var(--border);background:#fff;border-radius:11px;outline:none;width:100%;height:44px;padding:0 14px}.table-card{border:1px solid var(--border);background:#fff;border-radius:16px;overflow:hidden}.table-wrapper{width:100%;overflow-x:auto}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #e8ebef;padding:14px 16px}.data-table th{color:#687284;letter-spacing:.04em;text-transform:uppercase;background:#fafbfc;font-size:11px;font-weight:800}.data-table td{color:#29344a;font-size:14px}.data-table tbody tr:last-child td{border-bottom:0}.code-cell{font-weight:800;color:var(--navy)!important}.actions-column{width:210px}.table-actions{gap:7px;display:flex}.action-button{border:1px solid var(--border);color:var(--navy);background:#fff;padding:7px 10px;font-size:12px}.status-badge{border-radius:999px;justify-content:center;align-items:center;min-width:58px;min-height:26px;padding:0 9px;font-size:11px;font-weight:800;display:inline-flex}.status-badge.active{color:var(--green);background:#edf8f1}.status-badge.inactive{color:#7c8493;background:#f2f3f5}.empty-state{color:var(--muted);text-align:center;padding:50px 20px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#121a2a85;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border-radius:18px;width:min(100%,520px);max-height:calc(100vh - 40px);padding:26px;overflow-y:auto;box-shadow:0 24px 70px #0d15233d}.modal-card.compact{width:min(100%,420px)}.modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.modal-header h2{margin:5px 0 0;font-size:23px}.modal-header p{color:var(--muted);margin:5px 0 0;font-size:13px}.modal-close{color:#596274;background:#f1f3f6;border:0;border-radius:9px;flex:0 0 34px;width:34px;height:34px;padding:0;font-size:22px}.participant-form{gap:17px;display:grid}.checkbox-line{align-items:center;gap:9px!important;display:flex!important}.checkbox-line input{width:17px!important;height:17px!important}.modal-actions{justify-content:flex-end;gap:9px;margin-top:5px;display:flex}.checkin-module{max-width:760px;margin:0 auto}.checkin-open-card,.checkin-live-card,.checkin-list-card{border:1px solid var(--border);background:#fff;border-radius:22px}.checkin-open-card{text-align:center;padding:34px}.checkin-open-icon{width:62px;height:62px;color:var(--green);background:#edf8f1;border-radius:18px;justify-content:center;align-items:center;margin:0 auto 22px;font-size:30px;font-weight:800;display:flex}.checkin-open-card h2{margin:8px 0;font-size:27px}.checkin-open-card>p{max-width:560px;color:var(--muted);margin:0 auto;font-size:14px;line-height:1.6}.checkin-rules{grid-template-columns:1fr 1fr;gap:12px;margin:26px 0;display:grid}.checkin-rules>div{border:1px solid var(--border);background:#fafbfc;border-radius:14px;padding:17px}.checkin-rules span,.checkin-rules strong,.checkin-rules small{display:block}.checkin-rules span{color:var(--muted);font-size:12px}.checkin-rules strong{color:var(--navy);margin:7px 0 4px;font-size:23px}.checkin-rules small{color:#8a93a3}.checkin-main-button{background:var(--navy);color:#fff;letter-spacing:.03em;border:0;border-radius:15px;width:100%;min-height:64px;font-size:16px;font-weight:900}.checkin-main-button:hover{background:var(--navy-dark)}.last-session{color:var(--muted);margin-top:14px;font-size:12px}.checkin-live-card{padding:26px}.checkin-live-top{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.checkin-live-top h2{margin:6px 0 5px;font-size:25px}.checkin-live-top p{color:var(--muted);margin:0;font-size:13px}.live-pill{color:var(--green);background:#edf8f1;border-radius:999px;align-items:center;gap:7px;padding:8px 11px;font-size:11px;font-weight:900;display:flex}.live-pill span{background:var(--green);border-radius:50%;width:8px;height:8px;animation:1.2s infinite pulse}@keyframes pulse{50%{opacity:.35}}.checkin-timers{grid-template-columns:1fr 1fr;gap:12px;margin-top:22px;display:grid}.timer-card{border:1px solid var(--border);background:#fafbfc;border-radius:14px;padding:18px}.timer-card span,.timer-card strong,.timer-card small{display:block}.timer-card span{color:var(--muted);font-size:11px;font-weight:700}.timer-card strong{font-variant-numeric:tabular-nums;margin:7px 0 4px;font-size:28px}.timer-card small{color:#8d95a4;font-size:11px}.timer-card.highlight{background:#fff8ee;border-color:#f0d3ad}.timer-card.highlight strong{color:var(--orange)}.timer-card.finished strong{color:var(--muted);font-size:20px}.checkin-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px;display:grid}.checkin-stats>div{text-align:center;background:#f5f7f9;border-radius:13px;padding:15px}.checkin-stats span,.checkin-stats strong{display:block}.checkin-stats span{color:var(--muted);font-size:11px}.checkin-stats strong{margin-top:5px;font-size:24px}.checkin-end-button{color:#8e5560;background:0 0;border:0;width:100%;margin-top:18px;padding:10px;font-size:12px}.checkin-list-card{margin-top:14px;overflow:hidden}.checkin-list-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:15px;padding:19px 20px;display:flex}.checkin-list-header h3{margin:0 0 3px;font-size:17px}.checkin-list-header p{color:var(--muted);margin:0;font-size:11px}.checkin-present-list{display:grid}.checkin-present-row{border-bottom:1px solid #edf0f3;justify-content:space-between;align-items:center;gap:15px;padding:14px 20px;display:flex}.checkin-present-row:last-child{border-bottom:0}.present-person{align-items:center;gap:11px;min-width:0;display:flex}.present-avatar{width:38px;height:38px;color:var(--navy);background:#edf0f6;border-radius:12px;flex:0 0 38px;justify-content:center;align-items:center;font-size:15px;font-weight:900;display:flex}.present-person strong,.present-person small{display:block}.present-person strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.present-person small{color:var(--muted);margin-top:3px;font-size:10px}.present-result{align-items:center;gap:10px;display:flex}.present-result>strong{color:var(--navy);font-size:13px}.present-status{border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800}.present-status.punctual{color:var(--orange);background:#fff6e9}.present-status.normal{color:#55748c;background:#eef5f9}@media (width<=950px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.admin-layout{display:block}.sidebar{width:100%;height:auto;padding:14px;position:static}.sidebar-brand{padding:0 2px 12px}.brand-mark.small{border-radius:11px;flex-basis:38px;width:38px;height:38px;font-size:18px}.sidebar-brand strong{font-size:15px}.sidebar-brand span{font-size:9px}.sidebar nav{scrollbar-width:none;gap:7px;margin-top:12px;padding-bottom:2px;display:flex;overflow-x:auto}.sidebar nav::-webkit-scrollbar{display:none}.sidebar nav button{white-space:nowrap;border:1px solid #ffffff1a;border-radius:999px;flex:none;width:auto;padding:9px 13px;font-size:12px}.sidebar-footer{display:none}.admin-main{width:100%;padding:18px 13px 28px}.admin-header{margin-bottom:18px}.admin-header span{font-size:9px}.admin-header h1{font-size:24px}.logout-button{padding:8px 11px;font-size:11px}.participants-intro{flex-direction:column;align-items:stretch}.participants-toolbar{flex-direction:column}.participants-toolbar .secondary-button,.participants-intro .primary-button{width:100%}.dashboard-grid{grid-template-columns:1fr}.welcome-card{flex-direction:column;align-items:flex-start}.checkin-module{max-width:none}.checkin-open-card{padding:25px 17px}.checkin-open-card h2{font-size:23px}.checkin-rules{grid-template-columns:1fr 1fr}.checkin-main-button{min-height:68px;font-size:16px}.checkin-live-card{padding:19px 15px}.checkin-live-top h2{font-size:21px}.checkin-timers{grid-template-columns:1fr}.timer-card strong{font-size:32px}.checkin-stats{grid-template-columns:repeat(3,1fr)}.checkin-stats>div{padding:13px 5px}.checkin-stats strong{font-size:21px}.checkin-list-header{padding:15px}.checkin-present-row{padding:12px 15px}}@media (width<=420px){.checkin-rules{grid-template-columns:1fr}.checkin-live-top{flex-direction:column}.checkin-stats span{font-size:9px}.present-status{display:none}.login-card{padding:28px 21px}.modal-backdrop{align-items:flex-end;padding:0}.modal-card,.modal-card.compact{border-radius:20px 20px 0 0;width:100%;max-height:90vh}}.settings-module{max-width:1180px;margin:0 auto}.settings-section{margin-bottom:28px}.settings-section-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:15px;display:flex}.settings-section-header h2{margin:5px 0;font-size:21px}.settings-section-header p{color:var(--muted);margin:0;font-size:13px}.table-subtitle{color:var(--muted);margin-top:4px;font-size:9px;display:block}.settings-form-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:23px}.settings-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.settings-grid label{color:var(--text);gap:7px;font-size:12px;font-weight:700;display:grid}.settings-grid input,.participant-form select{border:1px solid var(--border);background:#fff;border-radius:10px;outline:none;width:100%;height:44px;padding:0 13px}.input-with-suffix{position:relative}.input-with-suffix input{padding-right:45px}.input-with-suffix span{color:var(--muted);font-size:11px;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.settings-summary{grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;display:grid}.settings-summary>div{background:#f6f8fa;border-radius:12px;padding:15px}.settings-summary span,.settings-summary strong{display:block}.settings-summary span{color:var(--muted);font-size:10px}.settings-summary strong{color:var(--navy);margin-top:5px;font-size:18px}.settings-actions{justify-content:flex-end;margin-top:18px;display:flex}@media (width<=900px){.settings-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.settings-section-header{flex-direction:column;align-items:stretch}.settings-grid,.settings-summary{grid-template-columns:1fr}.settings-actions .primary-button{width:100%}}.cards-module{max-width:1180px;margin:0 auto}.cards-generator-card{border:1px solid var(--border);background:#fff;border-radius:18px;padding:24px}.cards-section-header h2,.cards-list-header h2{margin:5px 0;font-size:21px}.cards-section-header p{color:var(--muted);margin:0;font-size:13px}.cards-generator-form{grid-template-columns:2fr .7fr .9fr 1.3fr auto;align-items:end;gap:12px;margin-top:20px;display:grid}.cards-generator-form label{color:var(--text);gap:7px;font-size:11px;font-weight:700;display:grid}.cards-generator-form input,.cards-generator-form select,.cards-list-actions select{border:1px solid var(--border);background:#fff;border-radius:10px;outline:none;width:100%;height:44px;padding:0 12px}.readonly-field{border:1px solid var(--border);height:44px;color:var(--navy);background:#f6f8fa;border-radius:10px;align-items:center;padding:0 12px;font-weight:800;display:flex}.cards-generate-button{white-space:nowrap;height:44px}.cards-list-section{margin-top:22px}.cards-list-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:12px;display:flex}.cards-list-actions{gap:8px;display:flex}.cards-list-actions select{min-width:150px}.card-status{border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:10px;font-weight:800;display:inline-flex}.card-status.disponivel{color:var(--green);background:#edf8f1}.card-status.resgatado{color:#4b668f;background:#edf1f8}.card-status.cancelado{color:var(--red);background:#fff1f1}.card-status.expirado{color:#7d8491;background:#f2f3f5}.no-action{color:#a0a6b0}@media (width<=1050px){.cards-generator-form{grid-template-columns:repeat(2,1fr)}.cards-generate-button{width:100%}}@media (width<=650px){.cards-generator-card{padding:18px 14px}.cards-generator-form{grid-template-columns:1fr}.cards-list-header{flex-direction:column;align-items:stretch}.cards-list-actions{flex-direction:column}.cards-list-actions select,.cards-list-actions .secondary-button{width:100%}}.checkin-quick-actions{justify-content:flex-end;margin-bottom:12px;display:flex}.quick-register-button{border:1px solid var(--border);min-height:42px;color:var(--navy);background:#fff;border-radius:11px;padding:0 15px;font-size:12px;font-weight:800}.quick-register-button:hover{background:#f3f5f8}.quick-register-button.small{min-height:36px;padding:0 12px;font-size:11px}.quick-modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#121a2a94;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.quick-modal-card{background:#fff;border-radius:20px;width:min(100%,430px);padding:24px;box-shadow:0 26px 80px #0d152347}.quick-modal-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.quick-modal-header span{color:var(--navy-light);letter-spacing:.15em;font-size:10px;font-weight:900;display:block}.quick-modal-header h2{margin:5px 0 4px;font-size:22px}.quick-modal-header p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.quick-modal-close{color:#596274;background:#f1f3f6;border:0;border-radius:9px;flex:0 0 34px;width:34px;height:34px;font-size:22px}.quick-register-form{gap:15px;display:grid}.quick-register-form label{color:var(--text);gap:7px;font-size:12px;font-weight:800;display:grid}.quick-register-form input{border:1px solid var(--border);width:100%;height:48px;color:var(--text);background:#fff;border-radius:11px;outline:none;padding:0 14px}.quick-register-form input:focus{border-color:var(--navy-light);box-shadow:0 0 0 3px #3b496b1a}.quick-register-actions{grid-template-columns:1fr 1.4fr;gap:9px;margin-top:3px;display:grid}.quick-message{color:var(--muted);background:#f4f6f8;border-radius:9px;padding:10px 12px;font-size:12px}.quick-message.success{color:#397451;background:#f2faf5;border:1px solid #cce5d5}.quick-message.error{color:var(--red);background:#fff6f6;border:1px solid #efcccc}@media (width<=600px){.checkin-quick-actions{justify-content:stretch}.quick-register-button{width:100%;min-height:48px}.quick-register-button.small{width:auto}.quick-modal-backdrop{align-items:flex-end;padding:0}.quick-modal-card{border-radius:22px 22px 0 0;width:100%;max-height:92vh;padding:22px 16px 18px;overflow-y:auto}.quick-register-form input{height:52px;font-size:16px}.quick-register-actions{grid-template-columns:1fr}.quick-register-actions .primary-button,.quick-register-actions .secondary-button{width:100%;min-height:50px}}.student-page{color:#182033;background:radial-gradient(circle at 100% 0,#394c7426,#0000 38%),#f4f6f9;min-height:100vh;padding:18px}.student-shell{width:100%;max-width:430px;margin:0 auto}.student-loading{color:#737d8f;flex-direction:column;justify-content:center;align-items:center;min-height:75vh;display:flex}.student-brand{align-items:center;gap:12px;margin:16px 4px 22px;display:flex}.student-brand.compact,.student-brand.compact span,.student-brand.compact strong{display:block}.student-brand.compact span{color:#7d8798;font-size:14px}.student-brand.compact strong{margin-top:2px;font-size:24px}.student-brand-mark{background:var(--navy);color:#fff;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;font-weight:900;display:flex}.student-brand strong,.student-brand span{display:block}.student-brand strong{font-size:18px}.student-brand span{color:#7d8798;margin-top:2px;font-size:11px}.student-card,.student-success-card{background:#fff;border:1px solid #e0e5eb;border-radius:24px;padding:25px 20px;box-shadow:0 16px 45px #1b273f12}.student-eyebrow,.student-success-card>span{color:var(--navy-light);letter-spacing:.16em;font-size:10px;font-weight:900;display:block}.student-card h1{margin:8px 0 7px;font-size:27px}.student-card>p{color:#788294;margin:0;font-size:14px;line-height:1.5}.student-login-form{gap:17px;margin-top:25px;display:grid}.student-login-form label{gap:7px;font-size:12px;font-weight:800;display:grid}.student-login-form input{color:#182033;background:#fff;border:1px solid #dce2ea;border-radius:13px;outline:none;width:100%;height:54px;padding:0 15px;font-size:16px}.student-login-form input:focus{border-color:var(--navy-light);box-shadow:0 0 0 3px #3b496b17}.student-main-button,.student-secondary-button{letter-spacing:.03em;border-radius:14px;width:100%;min-height:56px;font-size:14px;font-weight:900}.student-main-button{background:var(--navy);color:#fff;border:0}.student-main-button.checkin{min-height:68px;margin-top:24px;font-size:16px}.student-secondary-button{color:var(--navy);background:#fff;border:1px solid #dce2ea;margin-top:20px}.student-message{border-radius:10px;padding:11px 12px;font-size:12px}.student-message.error{color:#a84a4a;background:#fff6f6;border:1px solid #efcccc}.student-user-top{justify-content:space-between;align-items:center;gap:15px;margin:18px 4px 20px;display:flex}.student-user-top span,.student-user-top strong{display:block}.student-user-top span{color:#7e8796;font-size:13px}.student-user-top strong{margin-top:2px;font-size:23px}.student-user-top button{color:#657084;background:#fff;border:1px solid #dce2ea;border-radius:9px;padding:8px 11px;font-size:11px}.student-status-icon{border-radius:19px;justify-content:center;align-items:center;width:64px;height:64px;margin:24px auto 20px;font-size:28px;font-weight:900;display:flex}.student-status-icon.open,.student-status-icon.success{color:#4d9868;background:#eef8f1}.student-status-icon.closed{color:#778294;background:#f2f4f7}.student-card:has(.student-status-icon){text-align:center}.student-already-score{color:var(--navy);margin-top:22px;font-size:30px;font-weight:900}.student-device-note{text-align:center;color:#8b94a3;margin-top:14px;padding:13px 16px;font-size:10px}.student-device-note strong,.student-device-note span{display:block}.student-device-note strong{color:#566178;margin-bottom:3px;font-size:12px}.student-success-card{text-align:center;margin-top:55px}.student-success-icon{width:70px;height:70px;color:var(--green);background:#edf8f1;border-radius:22px;justify-content:center;align-items:center;margin:0 auto 20px;font-size:34px;font-weight:900;display:flex}.student-success-card h1{color:var(--navy);margin:18px 0 0;font-size:58px;line-height:1}.student-success-card h2{color:#717b8d;margin:4px 0 24px;font-size:18px}.student-score-details{grid-template-columns:1fr 1fr;gap:9px;display:grid}.student-score-details>div{background:#f5f7f9;border-radius:12px;padding:14px 8px}.student-score-details span,.student-score-details strong{display:block}.student-score-details span{color:#7f8998;font-size:10px}.student-score-details strong{margin-top:5px;font-size:20px}.student-season-total{background:var(--navy);color:#fff;border-radius:13px;margin-top:15px;padding:16px}.student-season-total span,.student-season-total strong{display:block}.student-season-total span{opacity:.68;font-size:10px}.student-season-total strong{margin-top:4px;font-size:21px}@media (width<=360px){.student-page{padding:12px}.student-card,.student-success-card{padding:22px 16px}}.cards-last-batch{background:#fff;border:1px solid #dce2ea;border-radius:14px;justify-content:space-between;align-items:center;gap:20px;margin-top:14px;padding:16px 18px;display:flex}.cards-last-batch span,.cards-last-batch strong{display:block}.cards-last-batch span{color:#7e8797;letter-spacing:.12em;font-size:9px;font-weight:800}.cards-last-batch strong{margin-top:4px;font-size:17px}.card-row-actions{white-space:nowrap;gap:6px;display:flex}.action-button.danger{color:#a84a4a}.card-preview-modal{background:#fff;border-radius:22px;width:min(100%,390px);padding:22px;position:relative}.card-preview-close{position:absolute;top:12px;right:12px}.physical-card{text-align:center;background:#fff;border:2px solid #263454;border-radius:20px;width:100%;padding:26px 22px 22px}.physical-card-brand{color:#263454;letter-spacing:.2em;font-size:10px;font-weight:900;display:block}.physical-card-type{color:#1c263c;min-height:42px;margin-top:18px;font-size:18px;font-weight:800;display:block}.physical-card-points{color:#263454;margin-top:12px;font-size:46px;line-height:1;display:block}.physical-card-points-label{color:#778194;margin-top:3px;font-size:13px;font-weight:700;display:block}.physical-card-qr{justify-content:center;margin:22px 0 15px;display:flex}.physical-card-code{color:#263454;letter-spacing:.08em;font-size:17px;display:block}.physical-card small{color:#8b94a3;margin-top:8px;font-size:9px;line-height:1.4;display:block}.card-preview-print{width:100%;margin-top:14px}.print-preview-overlay{z-index:500;background:#eef1f5;padding:85px 22px 30px;position:fixed;inset:0;overflow-y:auto}.print-preview-toolbar{z-index:510;background:#fff;border-bottom:1px solid #dce2ea;justify-content:space-between;align-items:center;gap:20px;min-height:66px;padding:10px 24px;display:flex;position:fixed;top:0;left:0;right:0}.print-preview-toolbar strong,.print-preview-toolbar span{display:block}.print-preview-toolbar span{color:#7e8797;margin-top:3px;font-size:11px}.print-preview-toolbar>div:last-child{gap:8px;display:flex}.print-cards-sheet{grid-template-columns:repeat(3,1fr);gap:14px;width:min(100%,900px);margin:0 auto;display:grid}.print-physical-card{break-inside:avoid;text-align:center;background:#fff;border:1.5px dashed #283756;border-radius:12px;padding:17px 15px 15px}.print-physical-card .physical-card-type{min-height:34px;margin-top:10px;font-size:14px}.print-physical-card .physical-card-points{margin-top:7px;font-size:34px}.print-physical-card .physical-card-qr{margin:13px 0 9px}.print-physical-card .physical-card-code{font-size:13px}.print-physical-card small{color:#7f8999;margin-top:5px;font-size:8px;display:block}@media (width<=700px){.cards-last-batch{flex-direction:column;align-items:stretch}.cards-last-batch .primary-button{width:100%}.card-row-actions{flex-direction:column}.print-cards-sheet{grid-template-columns:1fr}.print-preview-toolbar{flex-direction:column;align-items:stretch;padding:10px 13px}.print-preview-toolbar>div:last-child{grid-template-columns:1fr 1fr;display:grid}.print-preview-overlay{padding-top:120px}}@media print{body{background:#fff!important}body *{visibility:hidden}.print-preview-overlay,.print-preview-overlay *{visibility:visible}.no-print{display:none!important}.print-preview-overlay{background:#fff;padding:0;position:absolute;inset:0;overflow:visible}.print-cards-sheet{grid-template-columns:repeat(3,1fr);gap:6mm;width:100%;display:grid}.print-physical-card{break-inside:avoid;page-break-inside:avoid;border:1px dashed #777;border-radius:0}}.student-redeem-icon{color:#c48a37;background:#fff7e9;border-radius:20px;justify-content:center;align-items:center;width:68px;height:68px;margin:24px auto 18px;font-size:30px;display:flex}.student-redeem-points{color:var(--navy);text-align:center;margin:20px 0 8px;font-size:52px;font-weight:900;line-height:1}.student-redeem-points span{color:#7e8798;font-size:18px;font-weight:700}.student-redeem-code{color:#6f798b;letter-spacing:.06em;text-align:center;margin-bottom:20px;font-size:13px;font-weight:800}.student-redeem-type{background:#f5f7f9;border-radius:12px;margin-top:16px;padding:14px}.student-redeem-type span,.student-redeem-type strong{display:block}.student-redeem-type span{color:#7b8596;font-size:10px}.student-redeem-type strong{margin-top:4px;font-size:15px}.student-home-shell{padding-bottom:30px}.student-home-header{justify-content:space-between;align-items:center;gap:15px;margin:18px 4px 20px;display:flex}.student-home-header span{color:#818a99;font-size:13px;display:block}.student-home-header h1{color:#182033;margin:2px 0 0;font-size:27px}.student-home-header button{color:#687285;background:#fff;border:1px solid #dce2ea;border-radius:10px;padding:9px 12px;font-size:11px}.student-home-score{background:var(--navy);color:#fff;text-align:center;border-radius:24px;padding:25px 20px 18px;box-shadow:0 18px 45px #19253e2e}.student-home-score>span{opacity:.68;font-size:11px;font-weight:700;display:block}.student-home-score>strong{margin-top:8px;font-size:58px;line-height:1;display:block}.student-home-score>small{opacity:.7;margin-top:3px;font-size:14px;display:block}.student-ranking-position{background:#ffffff1f;border-radius:13px;grid-template-columns:1fr 1fr;gap:1px;margin-top:22px;display:grid;overflow:hidden}.student-ranking-position>div{background:#ffffff0a;padding:13px}.student-ranking-position span,.student-ranking-position strong{display:block}.student-ranking-position span{opacity:.65;font-size:9px}.student-ranking-position strong{margin-top:4px;font-size:21px}.student-home-actions{gap:10px;margin-top:15px;display:grid}.student-action-card{color:#182033;text-align:left;background:#fff;border:1px solid #dfe4eb;border-radius:17px;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;width:100%;min-height:76px;padding:12px 15px;display:grid}.student-action-card.active{background:#f4fbf6;border-color:#badbc5}.student-action-card>div:nth-child(2){min-width:0}.student-action-card strong,.student-action-card span{display:block}.student-action-card strong{font-size:14px}.student-action-card span{color:#80899a;margin-top:3px;font-size:11px}.student-action-card b{color:#9ba3b0;font-size:23px;font-weight:400}.student-action-icon{color:#4d9868;background:#eef8f1;border-radius:13px;justify-content:center;align-items:center;width:45px;height:45px;font-size:20px;font-weight:900;display:flex}.student-action-icon.card{color:#c48a37;background:#fff7e9}.student-history-card{background:#fff;border:1px solid #dfe4eb;border-radius:20px;margin-top:15px;overflow:hidden}.student-history-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:15px;padding:17px 17px 13px;display:flex}.student-history-header span{color:var(--navy-light);letter-spacing:.15em;font-size:8px;font-weight:900;display:block}.student-history-header h2{margin:3px 0 0;font-size:17px}.student-history-header button{color:#687285;background:#fff;border:1px solid #dce2ea;border-radius:8px;padding:7px 9px;font-size:9px}.student-history-list{display:grid}.student-history-row{border-bottom:1px solid #f0f2f5;justify-content:space-between;align-items:center;gap:15px;padding:14px 17px;display:flex}.student-history-row:last-child{border-bottom:0}.student-history-row strong,.student-history-row span{display:block}.student-history-row strong{color:#253049;font-size:12px}.student-history-row span{color:#939ba8;margin-top:3px;font-size:9px}.student-history-row>b{color:#4b865f;font-size:16px}.student-history-empty{color:#929aa7;text-align:center;padding:30px 20px;font-size:11px}.student-home-footer{text-align:center;padding:17px 0 0}.student-home-footer strong,.student-home-footer span{display:block}.student-home-footer strong{color:#58647b;font-size:11px}.student-home-footer span{color:#a0a7b2;margin-top:3px;font-size:8px}.ranking-module{max-width:1400px;margin:0 auto}.ranking-summary-grid{grid-template-columns:repeat(4,1fr);gap:13px;display:grid}.ranking-summary-card{background:#fff;border:1px solid #dfe4eb;border-radius:18px;min-height:125px;padding:19px}.ranking-summary-card span,.ranking-summary-card strong,.ranking-summary-card small{display:block}.ranking-summary-card span{color:#7e8798;font-size:10px;font-weight:700}.ranking-summary-card strong{color:#1c263c;margin-top:14px;font-size:29px;line-height:1.05}.ranking-summary-card small{color:#969eaa;margin-top:6px;font-size:9px}.ranking-summary-card.leader{background:var(--navy);border:0}.ranking-summary-card.leader span,.ranking-summary-card.leader strong,.ranking-summary-card.leader small{color:#fff}.ranking-summary-card.leader span,.ranking-summary-card.leader small{opacity:.68}.ranking-summary-card .ranking-season-name{font-size:20px}.ranking-list-section{margin-top:22px}.ranking-list-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:13px;display:flex}.ranking-list-header h2{margin:4px 0;font-size:22px}.ranking-list-header p{color:#818a99;margin:0;font-size:11px}.ranking-list-tools{gap:8px;display:flex}.ranking-list-tools input{background:#fff;border:1px solid #dce2ea;border-radius:10px;outline:none;width:220px;height:42px;padding:0 12px}.ranking-table-card{background:#fff;border:1px solid #dfe4eb;border-radius:18px;overflow:hidden}.ranking-table td{vertical-align:middle}.ranking-position{color:#657084;background:#f2f4f7;border-radius:9px;justify-content:center;align-items:center;min-width:36px;height:30px;font-size:11px;font-weight:900;display:inline-flex}.ranking-position.position-1{color:#b07a21;background:#fff5dc}.ranking-position.position-2{color:#697386;background:#f0f2f5}.ranking-position.position-3{color:#a36337;background:#fff0e4}.ranking-participant{align-items:center;gap:10px;min-width:180px;display:flex}.ranking-avatar{width:34px;height:34px;color:var(--navy);background:#eef1f6;border-radius:10px;flex:0 0 34px;justify-content:center;align-items:center;font-size:13px;font-weight:900;display:flex}.ranking-participant strong,.ranking-participant span{display:block}.ranking-participant strong{color:#202a40;font-size:11px}.ranking-participant span{color:#969eaa;margin-top:2px;font-size:8px}.ranking-total-points{color:var(--navy);font-size:15px}.ranking-last-movement{color:#7d8695;white-space:nowrap;font-size:9px}.ranking-extract-modal{background:#fff;border-radius:22px;width:min(100%,560px);max-height:88vh;padding:22px;overflow-y:auto}.ranking-extract-header{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.ranking-extract-header span{color:var(--navy-light);letter-spacing:.15em;font-size:9px;font-weight:900;display:block}.ranking-extract-header h2{margin:5px 0 3px;font-size:22px}.ranking-extract-header p{color:#87909f;margin:0;font-size:10px}.ranking-extract-total{background:var(--navy);color:#fff;border-radius:14px;margin-top:18px;padding:17px}.ranking-extract-total span,.ranking-extract-total strong{display:block}.ranking-extract-total span{opacity:.65;font-size:9px}.ranking-extract-total strong{margin-top:4px;font-size:25px}.ranking-extract-list{border:1px solid #e3e7ed;border-radius:14px;margin-top:13px;display:grid;overflow:hidden}.ranking-extract-row{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:15px;padding:13px 14px;display:flex}.ranking-extract-row:last-child{border-bottom:0}.ranking-extract-row strong,.ranking-extract-row span{display:block}.ranking-extract-row strong{color:#263148;font-size:11px}.ranking-extract-row span{color:#969eaa;margin-top:3px;font-size:8px}.ranking-extract-row>b{font-size:14px}.ranking-extract-row>b.positive{color:#4b865f}.ranking-extract-row>b.negative{color:#ae5656}@media (width<=1000px){.ranking-summary-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=650px){.ranking-summary-grid{grid-template-columns:1fr 1fr}.ranking-summary-card{min-height:110px;padding:15px}.ranking-summary-card strong{font-size:22px}.ranking-summary-card .ranking-season-name{font-size:15px}.ranking-list-header{flex-direction:column;align-items:stretch}.ranking-list-tools{grid-template-columns:1fr;display:grid}.ranking-list-tools input,.ranking-list-tools .secondary-button{width:100%}.ranking-extract-modal{border-radius:22px 22px 0 0;width:100%;max-height:92vh;padding:18px 15px}}.admin-main{min-width:0;overflow-x:hidden}.cards-module,.ranking-module,.cards-list-section,.ranking-list-section,.table-card,.ranking-table-card{width:100%;min-width:0;max-width:100%}.table-wrapper{-webkit-overflow-scrolling:touch;width:100%;max-width:100%;overflow:auto hidden}.data-table{border-collapse:collapse;table-layout:auto;width:100%}.data-table th,.data-table td{white-space:nowrap;overflow-wrap:normal;word-break:normal}.cards-module .data-table{min-width:1050px}.cards-module .data-table th,.cards-module .data-table td{vertical-align:middle;padding:17px 16px}.cards-module .data-table th:first-child,.cards-module .data-table td:first-child{width:145px}.cards-module .data-table th:nth-child(2),.cards-module .data-table td:nth-child(2){min-width:230px}.cards-module .data-table th:nth-child(3),.cards-module .data-table td:nth-child(3){text-align:center;width:90px}.cards-module .data-table th:nth-child(4),.cards-module .data-table td:nth-child(4),.cards-module .data-table th:nth-child(5),.cards-module .data-table td:nth-child(5){width:120px}.cards-module .data-table th:nth-child(6),.cards-module .data-table td:nth-child(6){width:145px}.cards-module .data-table th:nth-child(7),.cards-module .data-table td:nth-child(7){width:220px}.cards-module .code-cell{white-space:nowrap}.card-status{white-space:nowrap;justify-content:center;align-items:center;display:inline-flex}.card-row-actions{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:7px;display:flex}.ranking-table{min-width:1180px}.ranking-table th,.ranking-table td{vertical-align:middle;padding:17px 15px}.ranking-table th:first-child,.ranking-table td:first-child{width:70px}.ranking-table th:nth-child(2),.ranking-table td:nth-child(2){min-width:200px}.ranking-table th:nth-child(3),.ranking-table td:nth-child(3){text-align:center;width:90px}.ranking-table th:nth-child(4),.ranking-table td:nth-child(4){text-align:center;width:105px}.ranking-table th:nth-child(5),.ranking-table td:nth-child(5){text-align:center;width:120px}.ranking-table th:nth-child(6),.ranking-table td:nth-child(6),.ranking-table th:nth-child(7),.ranking-table td:nth-child(7){text-align:center;width:90px}.ranking-table th:nth-child(8),.ranking-table td:nth-child(8){width:165px}.ranking-table th:nth-child(9),.ranking-table td:nth-child(9){width:120px}.ranking-participant{min-width:180px}.ranking-last-movement,.ranking-table .action-button{white-space:nowrap}.cards-list-header,.ranking-list-header{min-width:0}.ranking-list-tools,.cards-list-actions{flex-shrink:0}@media (width<=1100px){.cards-module .data-table th,.cards-module .data-table td,.ranking-table th,.ranking-table td{padding-left:12px;padding-right:12px}}@media (width<=760px){.table-wrapper{overflow-x:auto}.cards-module .data-table{min-width:950px}.ranking-table{min-width:1050px}}.dashboard-welcome-card{align-items:center}.dashboard-welcome-right{flex-direction:column;align-items:flex-end;gap:9px;display:flex}.dashboard-checkin-status{color:#778194;background:#f1f3f6;border-radius:999px;padding:6px 10px;font-size:10px;font-weight:800}.dashboard-checkin-status.open{color:#4e9567;background:#edf8f1}.dashboard-refresh-row{justify-content:flex-end;align-items:center;gap:13px;min-height:48px;margin:2px 0 11px;display:flex}.dashboard-refresh-row>span{color:#8a93a2;font-size:10px}.dashboard-refresh-row .secondary-button{min-height:36px;padding:0 14px}.dashboard-card small{color:#979faa;margin-top:7px;font-size:10px;display:block}@media (width<=700px){.dashboard-welcome-right{align-items:flex-start;width:100%;margin-top:16px}.dashboard-refresh-row{justify-content:space-between}}.seasons-module{width:100%;max-width:1400px;margin:0 auto}.season-current-card{background:var(--navy);color:#fff;border-radius:20px;justify-content:space-between;align-items:center;gap:25px;padding:24px 27px;display:flex}.season-current-card .eyebrow{color:#fff;opacity:.65}.season-current-card h2{margin:7px 0 4px;font-size:27px}.season-current-card p{opacity:.7;margin:0;font-size:11px}.season-current-card .primary-button{color:var(--navy);background:#fff;flex-shrink:0}.season-summary-grid{grid-template-columns:repeat(3,1fr);gap:13px;margin-top:15px;display:grid}.season-summary-card{background:#fff;border:1px solid #dfe4eb;border-radius:17px;padding:18px 19px}.season-summary-card span,.season-summary-card strong,.season-summary-card small{display:block}.season-summary-card span{color:#7e8797;font-size:10px;font-weight:700}.season-summary-card strong{color:#202a40;margin-top:10px;font-size:28px}.season-summary-card small{color:#989faa;margin-top:4px;font-size:9px}.seasons-list-section{margin-top:23px}.seasons-list-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:12px;display:flex}.seasons-list-header h2{margin:4px 0;font-size:22px}.seasons-list-header p{color:#818a99;margin:0;font-size:11px}.seasons-list-card{background:#fff;border:1px solid #dfe4eb;border-radius:18px;overflow:hidden}.seasons-list{display:grid}.season-row{border-bottom:1px solid #edf0f4;grid-template-columns:minmax(240px,1.4fr) minmax(300px,1fr) auto;align-items:center;gap:20px;min-height:105px;padding:18px 21px;display:grid}.season-row:last-child{border-bottom:0}.season-row.active{background:#fbfcff}.season-main-info{align-items:center;gap:13px;display:flex}.season-main-info>div{flex:1;min-width:0}.season-main-info strong,.season-main-info span{display:block}.season-main-info strong{color:#202a40;font-size:14px}.season-main-info>div>span{color:#8992a1;margin-top:5px;font-size:10px}.season-status{color:#727c8e;background:#f0f2f5;border-radius:999px;flex-shrink:0;padding:6px 10px;font-size:9px;font-weight:800;display:inline-flex}.season-status.active{color:#4f9567;background:#edf8f1}.season-metrics{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.season-metrics>div{background:#f7f8fa;border-radius:10px;padding:9px}.season-metrics span,.season-metrics strong{display:block}.season-metrics span{color:#929aa8;font-size:8px}.season-metrics strong{color:#29344b;margin-top:4px;font-size:14px}.season-actions{flex-wrap:nowrap;align-items:center;gap:7px;display:flex}.season-actions .action-button{white-space:nowrap}.season-modal{background:#fff;border-radius:22px;width:min(100%,520px);padding:22px}.season-modal-header{justify-content:space-between;align-items:flex-start;gap:15px;display:flex}.season-modal-header span{color:var(--navy-light);letter-spacing:.14em;font-size:9px;font-weight:900;display:block}.season-modal-header h2{margin:5px 0 0;font-size:23px}.season-form{gap:16px;margin-top:22px;display:grid}.season-form label{color:#253047;gap:7px;font-size:11px;font-weight:800;display:grid}.season-form input{background:#fff;border:1px solid #dce2ea;border-radius:11px;outline:none;width:100%;height:48px;padding:0 13px;font-size:13px}.season-form input:focus{border-color:var(--navy-light);box-shadow:0 0 0 3px #3b496b14}.season-date-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.season-form-note{color:#7e8796;background:#f5f7f9;border-radius:10px;padding:12px 13px;font-size:9px;line-height:1.5}@media (width<=900px){.season-row{grid-template-columns:1fr}.season-actions{justify-content:flex-start}}@media (width<=650px){.season-current-card{flex-direction:column;align-items:stretch;padding:21px 18px}.season-current-card .primary-button{width:100%}.season-summary-grid{grid-template-columns:1fr}.seasons-list-header{flex-direction:column;align-items:stretch}.seasons-list-header .secondary-button{width:100%}.season-main-info{align-items:flex-start}.season-metrics{grid-template-columns:1fr 1fr 1fr}.season-date-grid{grid-template-columns:1fr}.season-modal{border-radius:22px 22px 0 0;width:100%;padding:18px 15px}}.print-center-module{width:100%;max-width:1400px;margin:0 auto}.print-center-intro{background:#fff;border:1px solid #dfe4eb;border-radius:19px;justify-content:space-between;align-items:center;gap:25px;padding:22px 24px;display:flex}.print-center-intro h2{margin:5px 0;font-size:23px}.print-center-intro p{color:#7e8796;margin:0;font-size:11px}.print-center-count{background:var(--navy);color:#fff;text-align:center;border-radius:14px;min-width:115px;padding:13px 17px}.print-center-count span,.print-center-count strong{display:block}.print-center-count span{opacity:.65;font-size:9px}.print-center-count strong{margin-top:4px;font-size:28px}.print-center-filters{background:#fff;border:1px solid #dfe4eb;border-radius:16px;grid-template-columns:1.2fr 1.2fr 1fr 1fr 1.5fr auto;align-items:end;gap:10px;margin-top:14px;padding:16px;display:grid}.print-center-filters label{color:#596477;gap:6px;font-size:9px;font-weight:800;display:grid}.print-center-filters select,.print-center-filters input{color:#202a40;background:#fff;border:1px solid #dce2ea;border-radius:10px;outline:none;width:100%;height:42px;padding:0 11px;font-size:11px}.print-selection-bar{justify-content:space-between;align-items:center;gap:15px;margin-top:12px;display:flex}.print-selection-bar>div{align-items:center;gap:8px;display:flex}.print-selection-bar span{color:#838c9b;font-size:10px}.print-card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:14px;display:grid}.print-card-item{color:#202a40;text-align:left;background:#fff;border:1px solid #dfe4eb;border-radius:16px;min-width:0;padding:17px;transition:border-color .15s,box-shadow .15s,transform .15s;position:relative}.print-card-item:hover{border-color:#bfc8d6;transform:translateY(-1px)}.print-card-item.selected{border-color:var(--navy);box-shadow:0 0 0 2px #24325014}.print-card-select{position:absolute;top:12px;right:12px}.print-checkbox{color:#fff;background:#fff;border:1px solid #cfd6e0;border-radius:7px;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:900;display:flex}.print-checkbox.checked{border-color:var(--navy);background:var(--navy)}.print-card-item-top{justify-content:space-between;align-items:center;gap:10px;padding-right:32px;display:flex}.print-card-item-top>strong{color:var(--navy);font-size:16px}.print-card-item h3{color:#1f2940;text-overflow:ellipsis;white-space:nowrap;margin:16px 0 6px;font-size:14px;overflow:hidden}.print-card-item-code{color:#59657b;letter-spacing:.05em;font-size:11px;font-weight:900}.print-card-item-meta{gap:6px;margin-top:13px;display:flex;overflow:hidden}.print-card-item-meta span{color:#7a8494;text-overflow:ellipsis;white-space:nowrap;background:#f4f6f8;border-radius:7px;max-width:50%;padding:5px 7px;font-size:8px;overflow:hidden}.print-card-item>small{color:#9aa1ad;margin-top:10px;font-size:8px;display:block}.print-center-empty{color:#8a93a2;text-align:center;background:#fff;border:1px solid #dfe4eb;border-radius:17px;margin-top:14px;padding:55px 20px;font-size:11px}.central-print-overlay{z-index:700;background:#e9edf2;padding:86px 22px 35px;position:fixed;inset:0;overflow-y:auto}.central-print-toolbar{z-index:710;background:#fff;border-bottom:1px solid #dce2ea;justify-content:space-between;align-items:center;gap:20px;min-height:68px;padding:10px 24px;display:flex;position:fixed;top:0;left:0;right:0}.central-print-toolbar strong,.central-print-toolbar span{display:block}.central-print-toolbar strong{color:#202a40;font-size:14px}.central-print-toolbar span{color:#8a93a2;margin-top:3px;font-size:9px}.central-print-toolbar>div:last-child{gap:8px;display:flex}.central-print-pages{gap:25px;display:grid}.central-physical-card{text-align:center;break-inside:avoid;background:#fff;border:1px dashed #788294;flex-direction:column;justify-content:center;align-items:center;min-height:0;padding:6mm;display:flex;position:relative;overflow:hidden}.central-card-header small{color:#8d95a2;font-size:7px}.central-physical-card h2{color:#1d273d;max-width:100%;min-height:32px;margin:12px 0 5px;font-size:15px;line-height:1.12}.central-card-score strong,.central-card-score span{display:block}.central-card-score strong{color:var(--navy);font-size:31px;line-height:1}.central-card-score span{color:#7f8998;margin-top:2px;font-size:9px;font-weight:700}@media (width<=1100px){.print-center-filters{grid-template-columns:repeat(3,1fr)}.print-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.print-center-intro{flex-direction:column;align-items:stretch}.print-center-count{width:100%}.print-center-filters{grid-template-columns:1fr}.print-selection-bar{flex-direction:column;align-items:stretch}.print-selection-bar>div{width:100%}.print-selection-bar>div:last-child{flex-direction:column;align-items:stretch}.print-selection-bar button{width:100%}.print-card-grid{grid-template-columns:1fr}.central-print-overlay{padding:120px 10px 25px}.central-print-toolbar{flex-direction:column;align-items:stretch;padding:10px 13px}.central-print-toolbar>div:last-child{grid-template-columns:1fr 1fr;display:grid}.central-print-page{grid-template-rows:auto;grid-template-columns:1fr;width:100%;min-height:auto;padding:12px}}@page{size:A4 portrait;margin:0}@media print{html,body{width:210mm;background:#fff!important;margin:0!important;padding:0!important}body *{visibility:hidden}.central-print-overlay,.central-print-overlay *{visibility:visible}.no-print{display:none!important}.central-print-overlay{background:#fff;padding:0;position:absolute;inset:0;overflow:visible}.central-print-pages{display:block}.central-print-page{width:210mm;height:297mm;min-height:297mm;box-shadow:none;break-after:page;page-break-after:always;grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(2,1fr);gap:5mm;margin:0;padding:10mm;display:grid}.central-print-page:last-child{break-after:auto;page-break-after:auto}.central-physical-card{break-inside:avoid;page-break-inside:avoid}}.central-print-page{background:#fff;grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(3,1fr);gap:4mm;width:210mm;min-height:297mm;margin:0 auto;padding:8mm;display:grid;box-shadow:0 10px 35px #141e3221}.central-physical-card{text-align:center;break-inside:avoid;background:#fff;border:1px dashed #788294;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:0;padding:4mm 3.5mm;display:flex;position:relative;overflow:hidden}.central-card-header{justify-content:space-between;align-items:center;gap:5px;width:100%;display:flex}.central-card-header span{color:var(--navy);letter-spacing:.14em;font-size:6.5px;font-weight:900}.central-card-header small{color:#8d95a2;text-overflow:ellipsis;white-space:nowrap;max-width:55%;font-size:5.8px;overflow:hidden}.central-physical-card h2{color:#1d273d;justify-content:center;align-items:center;width:100%;min-height:25px;margin:6px 0 3px;font-size:11px;line-height:1.08;display:flex}.central-card-score strong{color:var(--navy);font-size:24px;line-height:1;display:block}.central-card-score span{color:#7f8998;margin-top:1px;font-size:7px;font-weight:700;display:block}.central-card-qr{justify-content:center;margin:5px 0 4px;display:flex}.central-card-code{color:#283650;letter-spacing:.05em;font-size:8.5px}.central-physical-card p{color:#8992a0;max-width:96%;margin:3px 0 0;font-size:5.5px;line-height:1.2}.central-card-lot{color:#a0a6b0;margin-top:3px;font-size:5px;display:block}@media print{html,body{width:210mm;background:#fff!important;margin:0!important;padding:0!important}body *{visibility:hidden}.central-print-overlay,.central-print-overlay *{visibility:visible}.no-print{display:none!important}.central-print-overlay{background:#fff;padding:0;position:absolute;inset:0;overflow:visible}.central-print-pages{display:block}.central-print-page{width:210mm;height:297mm;min-height:297mm;box-shadow:none;break-after:page;page-break-after:always;grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(3,1fr);gap:4mm;margin:0;padding:8mm;display:grid}.central-print-page:last-child{break-after:auto;page-break-after:auto}.central-physical-card{break-inside:avoid;page-break-inside:avoid}}.settings-options-list{border:1px solid #e4e8ee;border-radius:13px;overflow:hidden}.settings-option-row{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:25px;min-height:72px;padding:14px 16px;display:flex}.settings-option-row:last-child{border-bottom:0}.settings-option-row>div{min-width:0}.settings-option-row strong,.settings-option-row span{display:block}.settings-option-row strong{color:#263149;font-size:12px}.settings-option-row span{color:#8a93a2;margin-top:4px;font-size:9px;line-height:1.4}.settings-option-row>input[type=checkbox]{width:20px;height:20px;accent-color:var(--navy);cursor:pointer;flex:0 0 20px}.settings-small-input{text-align:center;border:1px solid #dce2ea;border-radius:9px;outline:none;flex:0 0 85px;width:85px;height:42px;padding:0 10px}@media (width<=600px){.settings-option-row{gap:15px;min-height:78px;padding:14px}.settings-small-input{flex-basis:70px;width:70px}}.mobile-menu-button,.sidebar-close-button,.sidebar-overlay{display:none}.admin-layout,.admin-main,.admin-header,.participants-module,.checkin-module,.cards-module,.ranking-module,.seasons-module,.print-center-module,.settings-module{min-width:0}.admin-main{overflow-x:hidden}.table-wrapper{overscroll-behavior-x:contain;scrollbar-gutter:stable;max-width:100%;overflow-x:auto}button,select,input{touch-action:manipulation}@media (width<=980px){.admin-main{padding:24px 20px}.admin-header,.welcome-card,.dashboard-grid,.module-message,.participants-module,.settings-module{max-width:100%}.cards-generator-form,.ranking-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.season-row{grid-template-columns:1fr}.season-actions{justify-content:flex-start}}@media (width<=720px){.admin-layout{min-height:100vh;display:block}.mobile-menu-button{border:1px solid var(--border);width:42px;height:42px;color:var(--navy);background:#fff;border-radius:11px;flex:0 0 42px;justify-content:center;align-items:center;padding:0;font-size:21px;font-weight:800;display:inline-flex}.sidebar{z-index:1001;width:min(86vw,292px);height:100dvh;padding:18px 14px 16px;transition:transform .22s;position:fixed;inset:0 auto 0 0;overflow-y:auto;transform:translate(-105%);box-shadow:18px 0 44px #0c162638}.sidebar.mobile-open{transform:translate(0)}.sidebar-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172680;border:0;display:block;position:fixed;inset:0}.sidebar-brand{padding:2px 44px 16px 2px;position:relative}.sidebar-close-button{color:#fff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:22px;display:inline-flex;position:absolute;top:3px;right:0}.sidebar nav{gap:6px;margin-top:16px;padding:0;display:grid;overflow:visible}.sidebar nav button{white-space:normal;border:0;border-radius:11px;flex:none;width:100%;min-height:46px;padding:12px 13px;font-size:13px}.sidebar-footer{margin-top:22px;padding-bottom:8px;display:block}.admin-main{width:100%;padding:14px 12px 28px}.admin-header{z-index:40;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f4f6f8f5;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;margin:-14px -12px 16px;padding:12px;display:grid;position:sticky;top:0}.admin-header>div{min-width:0}.admin-header span{font-size:8px}.admin-header h1{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:21px;line-height:1.1;overflow:hidden}.logout-button{min-height:40px;padding:0 11px;font-size:10px}.welcome-card{border-radius:16px;padding:19px 17px}.dashboard-welcome-card{flex-direction:column;align-items:flex-start}.dashboard-welcome-right{align-items:flex-start;width:100%;margin-top:6px}.dashboard-refresh-row{justify-content:space-between;min-height:42px;margin:4px 0 9px}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-card{min-width:0;padding:16px}.dashboard-card strong{overflow-wrap:anywhere;margin:9px 0 5px;font-size:22px}.participants-intro{flex-direction:column;align-items:stretch;gap:12px}.participants-toolbar{flex-direction:column}.participants-intro .primary-button,.participants-toolbar .secondary-button{width:100%}.checkin-open-card,.checkin-live-card{padding:19px 15px}.checkin-rules,.checkin-timers{grid-template-columns:1fr}.checkin-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.checkin-stats>div{min-width:0;padding:12px 5px}.checkin-stats span{font-size:9px}.checkin-present-row{align-items:flex-start;padding:12px 14px}.present-result{flex-direction:column;align-items:flex-end;gap:5px}.cards-generator-card{padding:17px 14px}.cards-generator-form{grid-template-columns:1fr}.cards-list-header{flex-direction:column;align-items:stretch}.cards-list-actions{grid-template-columns:1fr;display:grid}.cards-list-actions select,.cards-list-actions .secondary-button{width:100%}.cards-module .data-table{min-width:900px}.ranking-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ranking-summary-card{min-height:105px;padding:14px}.ranking-summary-card strong{overflow-wrap:anywhere;margin-top:10px;font-size:20px}.ranking-list-header{flex-direction:column;align-items:stretch}.ranking-list-tools{grid-template-columns:1fr;display:grid}.ranking-list-tools input,.ranking-list-tools .secondary-button{width:100%}.ranking-table{min-width:1000px}.season-current-card{flex-direction:column;align-items:stretch;padding:20px 17px}.season-current-card .primary-button{width:100%}.season-summary-grid{grid-template-columns:1fr}.seasons-list-header{flex-direction:column;align-items:stretch}.seasons-list-header .secondary-button{width:100%}.season-row{padding:16px}.season-main-info{align-items:flex-start}.season-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.season-actions{grid-template-columns:1fr 1fr;display:grid}.season-actions .action-button{width:100%}.print-center-intro{flex-direction:column;align-items:stretch;padding:18px 16px}.print-center-count{width:100%}.print-center-filters{grid-template-columns:1fr;padding:14px}.print-selection-bar{flex-direction:column;align-items:stretch}.print-selection-bar>div{flex-direction:column;align-items:stretch;width:100%}.print-selection-bar button{width:100%}.print-card-grid{grid-template-columns:1fr}.settings-section-header{flex-direction:column;align-items:stretch}.settings-section-header .primary-button{width:100%}.settings-form-card{padding:17px 14px}.settings-grid,.settings-summary{grid-template-columns:1fr}.settings-actions .primary-button{width:100%}.modal-backdrop,.quick-modal-backdrop{align-items:flex-end;padding:0}.modal-card,.modal-card.compact,.season-modal,.ranking-extract-modal,.card-preview-modal,.quick-modal-card{border-radius:22px 22px 0 0;width:100%;max-width:none;max-height:92dvh;overflow-y:auto}}@media (width<=430px){.admin-main{padding-left:10px;padding-right:10px}.admin-header{margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px}.dashboard-grid,.ranking-summary-grid{grid-template-columns:1fr}.checkin-stats{grid-template-columns:1fr 1fr 1fr}.season-metrics,.season-actions{grid-template-columns:1fr}}@media (width<=600px){.student-page{min-height:100dvh;padding:max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left))}.student-shell{max-width:460px}.student-brand,.student-user-top,.student-home-header{margin-top:8px}.student-card,.student-success-card{border-radius:20px;padding:22px 17px}.student-card h1{font-size:24px}.student-card>p{font-size:13px}.student-login-form input{min-height:56px;font-size:16px}.student-main-button,.student-secondary-button{min-height:58px}.student-main-button.checkin{min-height:68px}.student-home-score{border-radius:20px;padding:22px 16px 16px}.student-home-score>strong{font-size:52px}.student-action-card{grid-template-columns:46px minmax(0,1fr) auto;min-height:78px;padding:12px 13px}.student-action-card:disabled{cursor:default;opacity:.55}.student-history-row{align-items:flex-start;padding:13px 14px}.student-history-row>div{min-width:0}.student-history-row strong{overflow-wrap:anywhere}.student-history-row>b{flex:none}.student-success-card{margin-top:22px}.student-success-card h1{font-size:52px}}@media (hover:none){.primary-button:hover,.checkin-main-button:hover,.quick-register-button:hover,.print-card-item:hover{transform:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html{-webkit-text-size-adjust:100%}body{overflow-x:hidden}button,input,select,textarea{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}input,select,textarea{max-width:100%}.primary-button,.secondary-button,.action-button,.quick-register-button,.ranking-adjust-button,.checkin-main-button,.checkin-end-button,.student-main-button,.student-secondary-button{touch-action:manipulation;min-height:44px}.modal-backdrop,.participant-history-backdrop,.duplicate-modal-backdrop{overscroll-behavior:contain;padding:16px;overflow-y:auto}.modal-card,.participant-history-modal,.duplicate-modal,.season-modal,.ranking-extract-modal{max-height:calc(100dvh - 32px);overflow-y:auto}.users-profile-grid,.settings-grid,.settings-summary,.reports-summary,.season-summary-grid,.ranking-summary-grid,.checkin-rules,.checkin-timers,.checkin-stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.print-card-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.print-card-item{min-width:0}.student-page{min-height:100dvh;padding-bottom:max(20px, env(safe-area-inset-bottom))}.student-shell,.student-home-shell{width:min(100%,560px)}.student-main-button,.student-secondary-button{width:100%}.student-login-form input{font-size:16px}@media (width<=960px){.admin-main{padding:22px}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.participants-intro,.settings-section-header,.reports-header,.cards-section-header,.cards-list-header,.ranking-list-header,.print-center-intro,.seasons-list-header{flex-direction:column;align-items:stretch}.print-center-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){:root{--mobile-pad:14px}.admin-main{width:100%;min-width:0;padding:14px var(--mobile-pad) calc(22px + env(safe-area-inset-bottom))}.admin-header{min-height:48px;margin-bottom:14px;padding-left:48px}.admin-header h1{font-size:22px;line-height:1.15}.admin-header span{font-size:9px}.logout-button{min-height:42px;padding:0 12px}.mobile-menu-button{z-index:1100;top:max(12px, env(safe-area-inset-top));border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:fixed;left:12px}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dashboard-card{padding:15px}.dashboard-card strong{font-size:21px}.dashboard-welcome-card,.welcome-card{flex-direction:column;align-items:flex-start;padding:18px}.participants-intro,.participants-toolbar,.participant-cards-toolbar,.participant-cards-toolbar-actions,.cards-list-actions,.ranking-list-tools,.reports-content-header,.print-selection-bar,.print-selection-bar>div,.central-print-toolbar,.central-print-toolbar>div,.settings-section-header,.season-actions{flex-direction:column;align-items:stretch;width:100%}.participants-toolbar{gap:8px}.participants-search{width:100%}.participants-search input,.print-center-search input{min-height:46px;font-size:16px}.primary-button,.secondary-button,.quick-register-button,.cards-generate-button{width:100%;min-height:46px}.action-button{min-height:40px;padding:0 12px}.table-card{background:0 0;border:0;overflow:visible}.table-wrapper{overflow:visible}.data-table,.data-table tbody,.data-table tr,.data-table td{width:100%;display:block}.data-table thead{display:none}.data-table tbody{gap:10px;display:grid}.data-table tr{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:6px 0;overflow:hidden;box-shadow:0 3px 12px #14233c0a}.data-table td{white-space:normal;overflow-wrap:anywhere;border:0;min-height:0;padding:8px 13px}.data-table td+td{border-top:1px solid #eef1f4}.data-table .table-actions,.data-table .participant-actions,.data-table .card-row-actions{flex-wrap:wrap;gap:7px;display:flex}.data-table .table-actions button,.data-table .participant-actions button,.data-table .card-row-actions button{flex:110px}.ranking-desktop-view{display:none!important}.ranking-mobile-view{display:block!important}.ranking-mobile-list{gap:10px;display:grid}.ranking-mobile-person{min-width:0}.ranking-mobile-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.checkin-module{width:100%}.checkin-open-card,.checkin-live-card,.checkin-list-card{border-radius:16px;padding:18px 15px}.checkin-live-top,.checkin-list-header{align-items:flex-start;gap:12px}.checkin-timers{grid-template-columns:1fr;gap:10px}.checkin-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.checkin-stats>div{min-width:0;padding:12px 7px}.checkin-stats span{font-size:9px}.checkin-stats strong{font-size:20px}.checkin-present-row{gap:9px;padding:11px 0}.present-person,.present-person>div:last-child{min-width:0}.present-person strong,.present-person span{overflow-wrap:anywhere}.cards-generator-card{padding:16px}.cards-generator-form{grid-template-columns:1fr!important}.cards-last-batch{overflow-wrap:anywhere}.reports-tabs{scroll-snap-type:x proximity;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.reports-tabs button{scroll-snap-align:start;flex:none;min-height:44px}.reports-season-filter{width:100%}.reports-season-filter select{width:100%;min-height:46px}.reports-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.season-summary-grid,.season-metrics,.season-date-grid{grid-template-columns:1fr 1fr;gap:9px}.seasons-list-card{padding:15px}.settings-form-card{padding:16px}.settings-grid,.settings-summary{grid-template-columns:1fr}.settings-option-row{align-items:center;gap:12px}.settings-option-row>div{min-width:0}.settings-option-row input[type=checkbox]{flex:0 0 22px;width:22px;height:22px}.settings-small-input{width:82px;min-height:44px}.users-profile-grid{grid-template-columns:1fr;gap:9px}.users-profile-card,.users-auth-info{padding:15px}.print-center-filters{grid-template-columns:1fr;gap:9px}.print-center-filters label,.print-center-filters select,.print-center-filters input{width:100%}.print-center-filters select,.print-center-filters input{min-height:46px;font-size:16px}.print-card-grid{grid-template-columns:1fr;gap:9px}.print-card-item{text-align:left;padding:15px}.central-print-overlay{overflow:auto}.central-print-toolbar{z-index:5;padding:12px;position:sticky;top:0}.central-print-pages{padding:12px;overflow-x:auto}.central-print-page{transform-origin:0 0}.modal-backdrop,.participant-history-backdrop,.duplicate-modal-backdrop{align-items:flex-end;padding:0}.modal-card,.participant-history-modal,.duplicate-modal,.season-modal,.ranking-extract-modal,.participant-card-modal{width:100%;max-width:none;max-height:min(92dvh,820px);padding-bottom:max(16px, env(safe-area-inset-bottom));border-radius:20px 20px 0 0;margin:0}.modal-header{z-index:2;background:#fff;position:sticky;top:0}.modal-actions{z-index:2;background:#fff;gap:8px;padding-top:10px;position:sticky;bottom:0}.modal-actions button{flex:1;min-height:46px}.participant-form input,.participant-form select,.ranking-adjust-form input,.ranking-adjust-form select{min-height:46px;font-size:16px}.student-page{padding:12px}.student-shell,.student-home-shell{width:100%;max-width:520px}.student-brand{margin-bottom:14px}.student-card,.student-success-card,.student-history-card,.student-home-score{border-radius:18px;padding:18px 15px}.student-home-actions{grid-template-columns:1fr;gap:10px}.student-action-card{min-height:88px}.student-main-button,.student-secondary-button{min-height:50px;font-size:13px}.student-user-top{gap:10px}.student-ranking-position,.student-score-details{grid-template-columns:repeat(2,minmax(0,1fr))}.student-history-row{gap:10px}}@media (width<=420px){.admin-main{padding-left:10px;padding-right:10px}.dashboard-grid{grid-template-columns:1fr 1fr;gap:8px}.dashboard-card{padding:13px 11px}.dashboard-card span{font-size:10px}.dashboard-card strong{font-size:19px}.checkin-stats{grid-template-columns:1fr 1fr 1fr}.reports-summary{grid-template-columns:1fr 1fr}.season-summary-grid,.season-metrics,.season-date-grid{grid-template-columns:1fr}.student-page{padding-left:9px;padding-right:9px}}@media print{.mobile-menu-button{display:none!important}}.participant-cards-mobile-view,.cards-mobile-view,.reports-mobile-view,.settings-types-mobile,.users-mobile-view{display:none}.participant-cards-mobile-list{gap:10px;display:grid}.participant-card-mobile-item{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:14px;box-shadow:0 3px 12px #14233c0a}.participant-card-mobile-item.selected{border-color:#1e73f752;box-shadow:0 0 0 2px #1e73f70f}.participant-card-mobile-top{align-items:flex-start;gap:10px;display:flex}.participant-card-mobile-check{flex:none}.participant-card-mobile-check input{width:20px;height:20px}.participant-card-mobile-person{flex:1;min-width:0}.participant-card-mobile-person strong{color:var(--text);font-size:14px;display:block}.participant-card-mobile-person span{color:var(--muted);overflow-wrap:anywhere;margin-top:3px;font-size:11px;display:block}.participant-card-mobile-code{border-top:1px solid #eef1f4;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding-top:11px;display:flex}.participant-card-mobile-code span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px}.participant-card-mobile-code strong{letter-spacing:.08em;font-size:14px}.participant-card-mobile-actions{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.participant-card-mobile-actions button{flex:120px}.cards-mobile-list{gap:10px;display:grid}.cards-mobile-item{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:14px;box-shadow:0 3px 12px #14233c0a}.cards-mobile-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.cards-mobile-top>div{min-width:0}.cards-mobile-top span:first-child{color:var(--muted);font-size:10px;display:block}.cards-mobile-top strong{letter-spacing:.05em;overflow-wrap:anywhere;margin-top:3px;font-size:15px;display:block}.cards-mobile-points{border-top:1px solid #eef1f4;border-bottom:1px solid #eef1f4;justify-content:space-between;align-items:baseline;margin-top:12px;padding:10px 0;display:flex}.cards-mobile-points span{color:var(--muted);font-size:10px}.cards-mobile-points strong{color:var(--brand-navy);font-size:24px}.cards-mobile-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:11px;display:grid}.cards-mobile-meta>div{min-width:0}.cards-mobile-meta span{color:var(--muted);text-transform:uppercase;font-size:9px;display:block}.cards-mobile-meta strong{overflow-wrap:anywhere;margin-top:3px;font-size:11px;display:block}.cards-mobile-actions{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.cards-mobile-actions button{flex:100px}.reports-mobile-list{gap:10px;display:grid}.reports-mobile-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:14px;box-shadow:0 3px 12px #14233c0a}.reports-mobile-card-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.reports-mobile-card-top>div:first-child{min-width:0}.reports-mobile-card-top span{color:var(--muted);text-transform:uppercase;font-size:9px;display:block}.reports-mobile-card-top strong{overflow-wrap:anywhere;margin-top:3px;font-size:14px;display:block}.reports-mobile-card-top small{color:var(--muted);margin-top:2px;font-size:10px;display:block}.reports-mobile-main-value{text-align:right;flex:none}.reports-mobile-main-value strong{color:var(--brand-navy);font-size:22px}.reports-mobile-main-value span{margin-top:2px;font-size:9px}.reports-mobile-main-value.positive strong{color:#18864b}.reports-mobile-main-value.negative strong{color:#b33a3a}.reports-mobile-metrics{border-top:1px solid #eef1f4;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;padding-top:11px;display:grid}.reports-mobile-metrics.two{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-mobile-metrics span,.reports-mobile-detail span{color:var(--muted);text-transform:uppercase;font-size:9px;display:block}.reports-mobile-metrics strong,.reports-mobile-detail strong{overflow-wrap:anywhere;margin-top:3px;font-size:12px;display:block}.reports-mobile-detail{border-top:1px solid #eef1f4;gap:8px;margin-top:12px;padding-top:11px;display:grid}.settings-types-mobile-list{gap:10px;display:grid}.settings-type-mobile-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:14px;box-shadow:0 3px 12px #14233c0a}.settings-type-mobile-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.settings-type-mobile-top>div{min-width:0}.settings-type-mobile-top strong{font-size:14px;display:block}.settings-type-mobile-top span:not(.status-badge){color:var(--muted);overflow-wrap:anywhere;margin-top:3px;font-size:10px;display:block}.settings-type-mobile-metrics{border-top:1px solid #eef1f4;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px;padding-top:11px;display:grid}.settings-type-mobile-metrics span{color:var(--muted);text-transform:uppercase;font-size:9px;display:block}.settings-type-mobile-metrics strong{overflow-wrap:anywhere;margin-top:3px;font-size:11px;display:block}.settings-type-mobile-edit{width:100%;margin-top:12px}.users-mobile-list{gap:10px;display:grid}.users-mobile-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:14px;box-shadow:0 3px 12px #14233c0a}.users-mobile-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.users-mobile-top>div{min-width:0}.users-mobile-top strong{font-size:14px;display:block}.users-mobile-top span:not(.status-badge){color:var(--muted);overflow-wrap:anywhere;margin-top:3px;font-size:10px;display:block}.users-mobile-profile{border-top:1px solid #eef1f4;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding-top:11px;display:flex}.users-mobile-profile span{color:var(--muted);text-transform:uppercase;font-size:9px}.users-mobile-profile strong{font-size:12px}.users-mobile-edit{width:100%;margin-top:12px}.student-public-footer{text-align:center;color:#9aa2af;margin-top:16px;font-size:9px}.student-device-note{text-align:center;background:#ffffffb8;border:1px solid #e7ebf0;border-radius:14px;margin-top:14px;padding:12px 14px}.student-device-note strong{color:#0b2d5b;letter-spacing:.08em;font-size:14px;display:block}.student-device-note span{color:#8a93a2;margin-top:4px;font-size:10px;display:block}@media (width<=720px){.participant-cards-desktop-view,.cards-desktop-view,.reports-desktop-view,.settings-types-desktop,.users-desktop-view{display:none!important}.participant-cards-mobile-view,.cards-mobile-view,.reports-mobile-view,.settings-types-mobile,.users-mobile-view{display:block}.participant-cards-selection-info{margin:8px 0 12px}.participant-card-mobile-actions .action-button,.cards-mobile-actions .action-button{min-height:42px}.reports-mobile-card,.settings-type-mobile-card,.users-mobile-card,.participant-card-mobile-item,.cards-mobile-item{border-radius:16px}.settings-type-mobile-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.student-device-note{margin-left:2px;margin-right:2px}}@media (width<=420px){.cards-mobile-meta,.reports-mobile-metrics,.settings-type-mobile-metrics{grid-template-columns:1fr 1fr}.settings-type-mobile-metrics>div:last-child{grid-column:1/-1}.reports-mobile-card-top{gap:8px}.reports-mobile-main-value strong{font-size:20px}.participant-card-mobile-actions,.cards-mobile-actions{flex-direction:column}.participant-card-mobile-actions button,.cards-mobile-actions button{flex-basis:auto;width:100%}}.participant-cards-module{width:100%;min-width:0;max-width:1180px;margin:0 auto}.participant-cards-toolbar{align-items:center;gap:10px;margin-bottom:10px;display:flex}.participant-cards-toolbar .participants-search{flex:1;min-width:0}.participant-cards-toolbar-actions{flex:none;align-items:center;gap:7px;display:flex}.participant-cards-selection-info{min-height:30px;color:var(--muted);align-items:baseline;gap:5px;margin:2px 0 12px;font-size:11px;font-weight:600;line-height:1.3;display:flex}.participant-cards-selection-info strong{color:var(--navy);font-size:18px;font-weight:900;line-height:1}.participant-cards-selection-info span{color:var(--muted);font-size:11px;font-weight:600}.participant-card-check-column{width:48px;text-align:center!important}.participant-cards-table td:first-child{text-align:center}.participant-cards-table input[type=checkbox]{width:17px;height:17px;accent-color:var(--navy)}.participant-card-row-selected{background:#f7f9fc}.ranking-desktop-view{display:block}.ranking-mobile-view{display:none}.reports-module{width:100%;min-width:0;max-width:1400px;margin:0 auto}.reports-header{border:1px solid var(--border);background:var(--surface);border-radius:18px;justify-content:space-between;align-items:flex-end;gap:22px;padding:21px 23px;display:flex}.reports-header>div:first-child{min-width:0}.reports-header .eyebrow{margin-bottom:5px}.reports-header h2{color:var(--text);margin:5px 0;font-size:23px;line-height:1.15}.reports-header p{color:var(--muted);margin:0;font-size:11px;line-height:1.45}.reports-season-filter{flex:0 0 260px;width:260px}.reports-season-filter label{color:#687285;gap:6px;font-size:9px;font-weight:800;display:grid}.reports-season-filter select{border:1px solid var(--border);width:100%;height:43px;color:var(--text);background:#fff;border-radius:10px;outline:none;padding:0 11px}.reports-tabs{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:14px;display:grid}.reports-tabs button{border:1px solid var(--border);min-width:0;min-height:72px;color:var(--text);text-align:left;background:#fff;border-radius:13px;padding:13px 14px}.reports-tabs button strong,.reports-tabs button span{display:block}.reports-tabs button strong{font-size:12px;line-height:1.2}.reports-tabs button span{color:var(--muted);margin-top:4px;font-size:9px;line-height:1.35}.reports-tabs button.active{border-color:var(--navy);background:var(--navy);color:#fff}.reports-tabs button.active span{color:#ffffffad}.reports-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-top:14px;display:grid}.reports-summary>div{border:1px solid var(--border);background:#fff;border-radius:14px;min-width:0;padding:16px 17px}.reports-summary span,.reports-summary strong{display:block}.reports-summary span{color:var(--muted);font-size:9px;font-weight:700}.reports-summary strong{color:#253049;overflow-wrap:anywhere;margin-top:6px;font-size:20px}.reports-content{margin-top:20px}.reports-content-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:11px;display:flex}.reports-content-header>div:first-child{min-width:0}.reports-content-header>div:first-child>span{color:var(--navy-light);letter-spacing:.14em;font-size:8px;font-weight:900;display:block}.reports-content-header h3{color:var(--text);margin:4px 0 0;font-size:18px}.reports-content-header>div:last-child{flex:none;gap:8px;display:flex}.report-table{min-width:720px}.report-positive{color:#45825a}.report-negative{color:#a84a4a}.users-module{width:100%;min-width:0;max-width:1180px;margin:0 auto}.users-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-bottom:14px;display:grid}.users-profile-card{border:1px solid var(--border);background:#fff;border-radius:14px;min-width:0;padding:16px}.users-profile-card>span{color:var(--navy-light);letter-spacing:.12em;font-size:8px;font-weight:900;display:block}.users-profile-card>strong{color:#263149;margin-top:6px;font-size:15px;display:block}.users-profile-card>p{color:#8992a1;margin:6px 0 0;font-size:9px;line-height:1.45}.users-auth-info{background:#f7f9fc;border:1px solid #dbe2ec;border-radius:13px;margin-bottom:14px;padding:14px 16px}.users-auth-info strong{color:#33415b;font-size:11px;display:block}.users-auth-info p{color:#7b8596;margin:5px 0 0;font-size:9px;line-height:1.5}.user-profile-badge{color:#566b90;background:#eef1f7;border-radius:999px;justify-content:center;align-items:center;min-height:26px;padding:0 9px;font-size:10px;font-weight:800;display:inline-flex}.users-table{min-width:760px}@media (width<=720px){.ranking-desktop-view{display:none!important}.ranking-mobile-view{display:block!important}.ranking-mobile-list{gap:10px;display:grid}.ranking-mobile-empty{border:1px solid var(--border);background:#fff;border-radius:16px}.ranking-mobile-card{border:1px solid var(--border);background:#fff;border-radius:17px;overflow:hidden;box-shadow:0 5px 20px #1c29430a}.ranking-mobile-top{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:14px;display:grid}.ranking-mobile-position{color:#657084;background:#f2f4f7;border-radius:10px;justify-content:center;align-items:center;min-width:38px;height:34px;font-size:11px;font-weight:900;display:inline-flex}.ranking-mobile-person{min-width:0}.ranking-mobile-person strong,.ranking-mobile-person span{display:block}.ranking-mobile-person strong{color:#202a40;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.ranking-mobile-person span{color:#969eaa;margin-top:3px;font-size:9px}.ranking-mobile-total{text-align:right}.ranking-mobile-total strong,.ranking-mobile-total span{display:block}.ranking-mobile-total strong{color:var(--navy);font-size:20px}.ranking-mobile-total span{color:var(--muted);font-size:8px}.ranking-mobile-metrics{background:#edf0f4;border-top:1px solid #edf0f4;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.ranking-mobile-metrics>div{background:#fafbfc;min-width:0;padding:10px 12px}.ranking-mobile-metrics span,.ranking-mobile-metrics strong{display:block}.ranking-mobile-metrics span{color:var(--muted);text-transform:uppercase;font-size:8px}.ranking-mobile-metrics strong{color:#263149;margin-top:3px;font-size:12px}.ranking-mobile-footer{border-top:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:10px;padding:11px 14px;display:flex}.ranking-mobile-footer span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.ranking-mobile-extract-button{border:1px solid var(--border);min-height:39px;color:var(--navy);background:#fff;border-radius:10px;flex:none;padding:0 12px;font-size:10px;font-weight:800}.participant-cards-toolbar{flex-direction:column;align-items:stretch}.participant-cards-toolbar-actions{grid-template-columns:1fr;width:100%;display:grid}.participant-cards-toolbar-actions .secondary-button{width:100%}.participant-cards-selection-info{margin:4px 0 12px}.reports-header{flex-direction:column;align-items:stretch;padding:18px 15px}.reports-season-filter{flex:none;width:100%}.reports-tabs{scroll-snap-type:x proximity;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.reports-tabs button{scroll-snap-align:start;flex:0 0 170px;min-width:170px;min-height:72px}.reports-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.reports-content-header{flex-direction:column;align-items:stretch}.reports-content-header>div:last-child{grid-template-columns:1fr 1fr;display:grid}.reports-content-header button{width:100%}.users-profile-grid{grid-template-columns:1fr}.users-profile-card,.users-auth-info{padding:15px}}@media (width<=420px){.reports-summary,.reports-content-header>div:last-child{grid-template-columns:1fr}}@media (width<=390px){.ranking-mobile-top{grid-template-columns:auto minmax(0,1fr)}.ranking-mobile-total{grid-column:1/-1;justify-content:flex-end;align-items:baseline;gap:4px;display:flex}.ranking-mobile-total strong,.ranking-mobile-total span{display:inline}.ranking-mobile-footer{flex-direction:column;align-items:stretch}.ranking-mobile-extract-button{width:100%;min-height:44px}}.participant-card-preview,.participant-card-print{box-sizing:border-box;color:#16213a;background:#fff;border:1px solid #dfe5ec;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;position:relative;overflow:hidden}.participant-card-preview{aspect-ratio:85.6/54;border-radius:22px;grid-template-rows:62px minmax(0,1fr) auto auto;width:min(100%,430px);margin:0 auto;box-shadow:0 18px 45px #14233c24}.participant-card-top{box-sizing:border-box;background:linear-gradient(135deg,#102c5b 0%,#193d73 100%);border-bottom:3px solid #edb82f;min-width:0;padding:10px 18px;align-items:center!important;gap:10px!important;display:flex!important}.participant-card-top img{object-fit:contain;background:#fff;border-radius:10px;flex:none;padding:4px;width:46px!important;height:42px!important}.participant-card-top>div:last-child{min-width:0}.participant-card-system{color:#fff;letter-spacing:.07em;font-size:17px;font-weight:900;line-height:1;display:block}.participant-card-school{color:#edb82f;letter-spacing:.04em;margin-top:4px;font-size:10px;font-weight:800;line-height:1;display:block}.participant-card-body{box-sizing:border-box;grid-template-columns:minmax(0,1fr) 102px;align-items:center;gap:14px;min-width:0;min-height:0;padding:10px 18px 6px;display:grid}.participant-card-identification{min-width:0}.participant-card-identification>span{color:#8a93a2;letter-spacing:.13em;margin-bottom:5px;font-size:8px;font-weight:800;display:block}.participant-card-identification>strong{color:#102c5b;overflow-wrap:anywhere;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:clamp(20px,5vw,27px);font-weight:900;line-height:1.05;display:-webkit-box;overflow:hidden}.participant-card-identification>small{color:#687386;overflow-wrap:anywhere;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:5px;font-size:10px;line-height:1.25;display:-webkit-box;overflow:hidden}.participant-card-qr{box-sizing:border-box;background:#fff;border:3px solid #edb82f;border-radius:14px;justify-content:center;place-self:center end;align-items:center;width:102px;height:102px;padding:6px;display:flex;box-shadow:0 6px 18px #102c5b14}.participant-card-qr svg{max-width:86px;max-height:86px;display:block;width:100%!important;height:100%!important}.participant-card-code{box-sizing:border-box;background:#f4f7fb;border:1px solid #e0e6ee;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;min-height:36px;margin:0 18px;padding:7px 12px;display:flex}.participant-card-code>span{color:#788399;letter-spacing:.1em;font-size:8px;font-weight:800}.participant-card-code>strong{color:#102c5b;letter-spacing:.13em;white-space:nowrap;font-size:19px;font-weight:900;line-height:1}.participant-card-footer{box-sizing:border-box;text-align:center;padding:7px 18px 10px}.participant-card-footer>span{color:#39455b;font-size:9px;font-weight:700;display:block}.participant-card-footer>small{color:#8a93a2;margin-top:2px;font-size:8px;display:block}.participant-card-modal{box-sizing:border-box;background:#f7f9fc;border-radius:24px;width:min(100vw - 32px,500px);max-height:calc(100dvh - 32px);padding:42px 24px 24px;position:relative;overflow-y:auto;box-shadow:0 28px 80px #0f1c3040}.participant-card-modal-close{z-index:3;position:absolute;top:12px;right:12px}.participant-card-modal-actions{gap:10px;margin-top:20px;display:flex}.participant-card-modal-actions button{flex:1;min-height:44px}.participant-cards-print-page{box-sizing:border-box;background:#fff;grid-template-columns:repeat(2,85.6mm);place-content:start center;gap:10mm 8mm;width:210mm;min-height:297mm;margin:0 auto;padding:14mm 10mm;display:grid}.participant-card-print{width:85.6mm;height:54mm;box-shadow:none;break-inside:avoid;page-break-inside:avoid;border-radius:4mm;grid-template-rows:12mm minmax(0,1fr) auto auto}.participant-card-print .participant-card-top{padding:2mm 3.4mm;gap:2mm!important}.participant-card-print .participant-card-top img{border-radius:2mm;padding:.7mm;width:9mm!important;height:8mm!important}.participant-card-print .participant-card-system{font-size:3.7mm}.participant-card-print .participant-card-school{margin-top:.7mm;font-size:2.1mm}.participant-card-print .participant-card-body{grid-template-columns:minmax(0,1fr) 20mm;gap:2.5mm;padding:1.8mm 3.5mm 1mm}.participant-card-print .participant-card-identification>span{margin-bottom:.7mm;font-size:1.6mm}.participant-card-print .participant-card-identification>strong{font-size:4.7mm;line-height:1.05}.participant-card-print .participant-card-identification>small{margin-top:.8mm;font-size:1.9mm}.participant-card-print .participant-card-qr{border-width:.5mm;border-radius:2.5mm;width:20mm;height:20mm;padding:.8mm}.participant-card-print .participant-card-qr svg{max-width:18mm;max-height:18mm}.participant-card-print .participant-card-code{border-radius:2mm;min-height:7mm;margin:0 3.5mm;padding:1mm 2mm}.participant-card-print .participant-card-code>span{font-size:1.5mm}.participant-card-print .participant-card-code>strong{letter-spacing:.12em;font-size:3.6mm}.participant-card-print .participant-card-footer{padding:1mm 3mm 1.6mm}.participant-card-print .participant-card-footer>span{font-size:1.65mm}.participant-card-print .participant-card-footer>small{margin-top:.25mm;font-size:1.45mm}@media (width<=720px){.participant-card-modal{width:100%;max-width:none;max-height:92dvh;padding:44px 14px max(18px, env(safe-area-inset-bottom));border-radius:22px 22px 0 0;margin:0}.participant-card-preview{border-radius:18px;grid-template-rows:58px minmax(0,1fr) auto auto;width:100%;max-width:390px}.participant-card-top{padding:9px 14px}.participant-card-top img{width:42px!important;height:38px!important}.participant-card-body{grid-template-columns:minmax(0,1fr) 94px;gap:10px;padding:9px 14px 5px}.participant-card-qr{width:94px;height:94px;padding:5px}.participant-card-qr svg{max-width:78px;max-height:78px}.participant-card-code{min-height:35px;margin:0 14px}.participant-card-footer{padding:7px 14px 10px}.participant-card-modal-actions{flex-direction:column}.participant-card-modal-actions button{width:100%}}@media (width<=390px){.participant-card-preview{grid-template-rows:54px minmax(0,1fr) auto auto}.participant-card-body{grid-template-columns:minmax(0,1fr) 86px;gap:8px}.participant-card-qr{width:86px;height:86px}.participant-card-qr svg{max-width:70px;max-height:70px}.participant-card-identification>strong{font-size:19px}.participant-card-code>strong{font-size:16px}}@media print{@page{size:A4 portrait;margin:0}html,body,#root{background:#fff!important;width:210mm!important;min-width:210mm!important;margin:0!important;padding:0!important}body *{visibility:hidden!important}.print-preview-overlay,.print-preview-overlay *,.participant-cards-print-page,.participant-cards-print-page *{visibility:visible!important}.print-preview-overlay{background:#fff!important;width:210mm!important;margin:0!important;padding:0!important;position:absolute!important;inset:0!important;overflow:visible!important}.print-preview-toolbar,.no-print{display:none!important}.participant-cards-print-page{position:absolute;top:0;left:0;background:#fff!important;width:210mm!important;min-height:297mm!important;margin:0!important;padding:14mm 10mm!important}.participant-card-print{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.participant-history-backdrop{justify-content:center;align-items:center;padding:24px}.participant-history-modal{background:#fff;border-radius:24px;width:min(100%,860px);max-height:calc(100dvh - 48px);padding:24px;overflow-y:auto;box-shadow:0 24px 70px #141f3638}.participant-history-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:18px;display:flex}.participant-history-header>div{min-width:0}.participant-history-header>div>span{color:var(--navy-light);letter-spacing:.16em;font-size:9px;font-weight:900;display:block}.participant-history-header h2{color:var(--text);margin:6px 0 4px;font-size:28px;line-height:1.08}.participant-history-header p{color:#7f8999;margin:0;font-size:11px}.participant-history-top-actions{justify-content:space-between;align-items:flex-end;gap:14px;margin-top:18px;display:flex}.participant-history-season{width:min(100%,320px)}.participant-history-season label{color:#697486;gap:6px;font-size:9px;font-weight:800;display:grid}.participant-history-season select{border:1px solid var(--border);width:100%;height:42px;color:var(--text);background:#fff;border-radius:11px;outline:none;padding:0 12px;font-size:11px}.participant-adjust-open-button,.ranking-adjust-button{min-height:40px;color:var(--navy);white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d9e0ea;border-radius:10px;padding:0 14px;font-family:inherit;font-size:10px;font-weight:800;line-height:1}.participant-adjust-open-button:hover,.ranking-adjust-button:hover{background:#f7f9fc;border-color:#c6cfdd}.participant-history-summary{grid-template-columns:1.35fr repeat(5,minmax(88px,1fr));gap:10px;margin-top:18px;display:grid}.participant-history-summary>div{background:#f9fafc;border:1px solid #e2e7ee;border-radius:13px;flex-direction:column;justify-content:center;min-width:0;min-height:82px;padding:14px;display:flex}.participant-history-summary>div.main{background:var(--navy);border-color:var(--navy);color:#fff}.participant-history-summary span,.participant-history-summary strong,.participant-history-summary small{display:block}.participant-history-summary span{color:#7e8796;text-transform:uppercase;letter-spacing:.05em;font-size:8px;font-weight:700}.participant-history-summary strong{color:#263149;margin-top:5px;font-size:20px;line-height:1}.participant-history-summary small{color:#9098a6;margin-top:3px;font-size:8px}.participant-history-summary .main span{color:#ffffffad}.participant-history-summary .main strong{color:#fff;font-size:30px}.participant-history-list-header{justify-content:space-between;align-items:flex-end;gap:14px;margin-top:24px;margin-bottom:10px;display:flex}.participant-history-list-header>div>span{color:var(--navy-light);letter-spacing:.14em;font-size:8px;font-weight:900;display:block}.participant-history-list-header h3{color:var(--text);margin:4px 0 0;font-size:17px}.participant-history-list-header select{border:1px solid var(--border);width:150px;height:38px;color:var(--text);background:#fff;border-radius:10px;padding:0 10px;font-size:10px}.participant-history-list{background:#fff;border:1px solid #e3e7ed;border-radius:14px;overflow:hidden}.participant-history-row{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:16px;padding:13px 15px;display:flex}.participant-history-row:last-child{border-bottom:0}.participant-history-row-main{align-items:center;gap:11px;min-width:0;display:flex}.participant-history-row-main>div{min-width:0}.participant-history-row-main strong,.participant-history-row-main span{display:block}.participant-history-row-main strong{color:#263149;font-size:11px;line-height:1.3}.participant-history-row-main>div>span{color:#969eaa;margin-top:3px;font-size:8px}.participant-history-origin{color:#64718a;text-align:center;text-transform:uppercase;background:#eef1f7;border-radius:999px;flex:none;min-width:62px;padding:5px 8px;font-size:8px;font-weight:900}.participant-history-origin.checkin{color:#4f7f5d;background:#eef7f1}.participant-history-origin.card{color:#9a7412;background:#fff7df}.participant-history-origin.ajuste,.participant-history-origin.manual{color:#72589a;background:#f3effb}.participant-history-row>b{flex:none;font-size:14px}.participant-history-row>b.positive{color:#4b865f}.participant-history-row>b.negative{color:#ae5656}.participant-history-empty{color:#8b94a3;text-align:center;border:1px dashed #dbe1e9;border-radius:14px;padding:24px;font-size:10px}.ranking-extract-modal{width:min(100%,720px)}.ranking-extract-total{justify-content:space-between;align-items:flex-end;gap:18px;padding:18px 20px;display:flex}.ranking-extract-total>div{min-width:0}.ranking-extract-total .ranking-adjust-button{color:#fff;background:#ffffff14;border-color:#ffffff52;flex:none;min-height:38px;padding:0 13px;font-size:9px}.ranking-extract-total .ranking-adjust-button:hover{background:#ffffff24;border-color:#ffffff85}.ranking-extract-list{margin-top:14px}.participant-adjust-card{margin-top:16px}.participant-adjust-warning{background:#fffaf0;border:1px solid #eadfbf;border-radius:10px;margin-top:12px;padding:12px 13px}.participant-adjust-warning strong,.participant-adjust-warning span{display:block}.participant-adjust-warning strong{color:#725d22;font-size:10px}.participant-adjust-warning span{color:#8b7a4f;margin-top:4px;font-size:9px}@media (width<=900px){.participant-history-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.participant-history-summary>div.main{grid-column:span 2}}@media (width<=720px){.participant-history-backdrop{align-items:flex-start;padding:10px}.participant-history-modal{border-radius:18px;width:100%;max-height:calc(100dvh - 20px);padding:17px 14px}.participant-history-header h2{font-size:23px}.participant-history-top-actions{flex-direction:column;align-items:stretch}.participant-history-season,.participant-adjust-open-button{width:100%}.participant-history-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.participant-history-summary>div.main{grid-column:1/-1}.participant-history-list-header{flex-direction:column;align-items:stretch}.participant-history-list-header select{width:100%}.participant-history-row,.participant-history-row-main{align-items:flex-start}.participant-history-origin{min-width:54px}.ranking-extract-modal{border-radius:18px;width:100%;max-height:calc(100dvh - 20px);padding:17px 14px}.ranking-extract-total{flex-direction:column;align-items:stretch}.ranking-extract-total .ranking-adjust-button{width:fit-content}}@media (width<=430px){.participant-history-summary{grid-template-columns:1fr 1fr}.participant-history-summary>div{min-height:72px;padding:12px}.participant-history-summary .main strong{font-size:26px}.participant-history-row{gap:10px;padding:12px}.participant-history-row-main{gap:8px}}.audit-module{width:100%;min-width:0;max-width:1400px;margin:0 auto}.audit-intro{border:1px solid var(--border);background:#fff;border-radius:18px;justify-content:space-between;align-items:center;gap:22px;padding:21px 23px;display:flex}.audit-intro h2{color:var(--text);margin:5px 0;font-size:23px}.audit-intro p{color:var(--muted);margin:0;font-size:11px;line-height:1.45}.audit-count{background:var(--navy);color:#fff;text-align:center;border-radius:14px;min-width:110px;padding:13px 17px}.audit-count span,.audit-count strong{display:block}.audit-count span{opacity:.65;letter-spacing:.1em;font-size:8px;font-weight:800}.audit-count strong{margin-top:4px;font-size:28px}.audit-toolbar{border:1px solid var(--border);background:#fff;border-radius:16px;grid-template-columns:minmax(180px,.85fr) minmax(180px,.85fr) minmax(230px,1.4fr) auto;align-items:end;gap:10px;margin:14px 0;padding:15px;display:grid}.audit-toolbar label{color:#687285;gap:6px;min-width:0;font-size:9px;font-weight:800;display:grid}.audit-toolbar select,.audit-toolbar input{border:1px solid var(--border);width:100%;height:42px;color:var(--text);background:#fff;border-radius:10px;outline:none;padding:0 11px}.audit-toolbar select:focus,.audit-toolbar input:focus{border-color:var(--navy-light);box-shadow:0 0 0 3px #3b496b14}.audit-refresh{min-width:105px}.audit-table{min-width:1050px}.audit-table th,.audit-table td{vertical-align:middle}.audit-table th:first-child,.audit-table td:first-child{width:145px}.audit-table th:nth-child(2),.audit-table td:nth-child(2){width:130px}.audit-table th:nth-child(3),.audit-table td:nth-child(3){width:125px}.audit-table th:nth-child(4),.audit-table td:nth-child(4){width:190px}.audit-table th:nth-child(5),.audit-table td:nth-child(5){width:135px}.audit-table th:nth-child(7),.audit-table td:nth-child(7){width:120px}.audit-description{min-width:240px;line-height:1.35;white-space:normal!important}.audit-profile-badge,.audit-action-badge{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:26px;padding:0 9px;font-size:9px;font-weight:800;display:inline-flex}.audit-profile-badge{color:#566b90;background:#eef1f7}.audit-action-badge{color:#667085;background:#f2f4f7}.audit-action-badge.abertura-checkin{color:#4f7f5d;background:#edf8f1}.audit-action-badge.encerramento-checkin{color:#566b90;background:#eef1f7}.audit-action-badge.cancelamento-card{color:#a84a4a;background:#fff0f0}.audit-action-badge.ajuste-pontuacao{color:#72589a;background:#f3effb}.audit-action-badge.edicao-participante{color:#8b6a17;background:#fff7df}.audit-mobile-view{display:none}.audit-detail-modal{background:#fff;border-radius:24px;width:min(100%,900px);max-height:calc(100dvh - 40px);padding:24px;overflow-y:auto;box-shadow:0 24px 70px #141f363d}.audit-detail-header{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:17px;display:flex}.audit-detail-header>div{min-width:0}.audit-detail-header>div>span{color:var(--navy-light);letter-spacing:.15em;font-size:9px;font-weight:900;display:block}.audit-detail-header h2{color:var(--text);margin:5px 0 4px;font-size:25px}.audit-detail-header p{color:var(--muted);margin:0;font-size:11px;line-height:1.4}.audit-detail-meta{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.audit-detail-meta>div{background:#fafbfc;border:1px solid #e3e7ed;border-radius:12px;min-width:0;padding:13px}.audit-detail-meta span,.audit-detail-meta strong{display:block}.audit-detail-meta span{color:var(--muted);text-transform:uppercase;font-size:8px}.audit-detail-meta strong{overflow-wrap:anywhere;color:#263149;margin-top:4px;font-size:11px}.audit-changes{border:1px solid #e3e7ed;border-radius:14px;margin-top:17px;overflow:hidden}.audit-changes-header,.audit-change-row{grid-template-columns:minmax(150px,.8fr) minmax(0,1fr) minmax(0,1fr);gap:0;display:grid}.audit-changes-header{background:#f5f7f9}.audit-changes-header span{color:#7c8595;letter-spacing:.08em;padding:10px 13px;font-size:8px;font-weight:900}.audit-change-row{border-top:1px solid #edf0f4}.audit-change-row:first-of-type{border-top:0}.audit-change-row>*{overflow-wrap:anywhere;min-width:0;padding:11px 13px;font-size:10px;line-height:1.4}.audit-change-row strong{color:#33415b}.audit-change-row span{color:#687285;border-left:1px solid #edf0f4}.audit-change-row.changed{background:#fffdf7}.audit-change-row.changed>span:last-child{color:#253049;font-weight:700}.audit-detail-empty{color:#8b94a3;text-align:center;border:1px dashed #dbe1e9;border-radius:14px;margin-top:17px;padding:22px;font-size:10px}.audit-detail-footer{justify-content:space-between;align-items:center;gap:15px;margin-top:18px;display:flex}.audit-detail-footer small{color:#9aa1ad;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:8px;overflow:hidden}.audit-mobile-list{gap:10px;display:grid}.audit-mobile-card{border:1px solid var(--border);background:#fff;border-radius:16px;padding:14px;box-shadow:0 3px 12px #14233c0a}.audit-mobile-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.audit-mobile-top>div{min-width:0}.audit-mobile-top span:not(.audit-profile-badge),.audit-mobile-top strong{display:block}.audit-mobile-top span:not(.audit-profile-badge){color:var(--muted);font-size:9px}.audit-mobile-top strong{overflow-wrap:anywhere;color:#253049;margin-top:3px;font-size:13px}.audit-mobile-action{border-top:1px solid #eef1f4;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;padding-top:11px;display:flex}.audit-mobile-action small{color:var(--muted);text-align:right;font-size:9px}.audit-mobile-card p{color:#687285;margin:11px 0;font-size:10px;line-height:1.45}.audit-mobile-card>.action-button{width:100%;min-height:42px}@media (width<=980px){.audit-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.audit-refresh{width:100%}.audit-detail-meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.audit-intro{flex-direction:column;align-items:stretch;padding:18px 15px}.audit-count{width:100%}.audit-toolbar{grid-template-columns:1fr;padding:14px}.audit-toolbar select,.audit-toolbar input{min-height:46px;font-size:16px}.audit-desktop-view{display:none}.audit-mobile-view{display:block}.audit-detail-modal{width:100%;max-width:none;max-height:92dvh;padding:18px 14px max(16px, env(safe-area-inset-bottom));border-radius:22px 22px 0 0}.audit-detail-meta{grid-template-columns:1fr 1fr}.audit-changes{overflow-x:auto}.audit-changes-header,.audit-change-row{min-width:620px}.audit-detail-footer{flex-direction:column;align-items:stretch}.audit-detail-footer .secondary-button{width:100%}}@media (width<=430px){.audit-detail-meta{grid-template-columns:1fr}.audit-mobile-action{flex-direction:column;align-items:flex-start}.audit-mobile-action small{text-align:left}}.student-home-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:12px;display:grid}.student-home-metric{text-align:center;background:#fff;border:1px solid #dfe4eb;border-radius:15px;min-width:0;padding:14px 12px}.student-home-metric span,.student-home-metric strong,.student-home-metric small{display:block}.student-home-metric span{color:#7d8798;text-transform:uppercase;letter-spacing:.05em;font-size:9px;font-weight:800}.student-home-metric strong{color:#1f2b45;margin-top:6px;font-size:24px;line-height:1}.student-home-metric small{color:#969eaa;margin-top:5px;font-size:8px;line-height:1.3}.student-next-rank{background:#fff;border:1px solid #dfe4eb;border-radius:16px;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px;margin-top:10px;padding:14px 15px;display:grid}.student-next-rank.leader{background:#fffaf0;border-color:#ead9a6}.student-next-rank-icon{width:44px;height:44px;color:var(--navy);background:#eef3fb;border-radius:13px;justify-content:center;align-items:center;font-size:20px;font-weight:900;display:flex}.student-next-rank.leader .student-next-rank-icon{color:#9a7412;background:#fff0bd}.student-next-rank>div:last-child{min-width:0}.student-next-rank span,.student-next-rank strong,.student-next-rank small{display:block}.student-next-rank span{color:#8b94a3;letter-spacing:.12em;font-size:8px;font-weight:900}.student-next-rank strong{color:#253049;margin-top:4px;font-size:12px;line-height:1.35}.student-next-rank small{color:#939ba8;margin-top:4px;font-size:9px}@media (width<=420px){.student-home-metrics{grid-template-columns:1fr 1fr}.student-home-metric:last-child{grid-column:1/-1}.student-home-metric strong{font-size:22px}.student-next-rank{grid-template-columns:40px minmax(0,1fr);padding:13px}.student-next-rank-icon{width:40px;height:40px}}.ranking-list-section:before{content:"Critérios de desempate: pontos › presenças › pontualidade › cards › atingiu a pontuação primeiro";color:#7a8494;background:#fafbfc;border:1px solid #e4e8ee;border-radius:12px;margin-bottom:12px;padding:10px 13px;font-size:9px;font-weight:700;line-height:1.4;display:block}.ranking-position.position-1,.ranking-mobile-position.position-1{color:#9c7313;background:linear-gradient(#fff9df 0%,#fff0b4 100%);border:1px solid #e5c35b;min-width:46px;height:38px;font-size:12px;box-shadow:0 5px 14px #b5891829}.ranking-position.position-2,.ranking-mobile-position.position-2{color:#657084;background:linear-gradient(#fbfcfd 0%,#e9edf2 100%);border:1px solid #cfd5dd;min-width:46px;height:38px;font-size:12px;box-shadow:0 5px 14px #5b677b1f}.ranking-position.position-3,.ranking-mobile-position.position-3{color:#935b2f;background:linear-gradient(#fff5eb 0%,#f7dcc4 100%);border:1px solid #d9a77b;min-width:46px;height:38px;font-size:12px;box-shadow:0 5px 14px #965b2c1f}.ranking-table tbody tr:has(.ranking-position.position-1){background:#fffdf7}.ranking-table tbody tr:has(.ranking-position.position-2){background:#fbfcfd}.ranking-table tbody tr:has(.ranking-position.position-3){background:#fffaf6}.ranking-table tbody tr:has(.ranking-position.position-1) .ranking-avatar{color:#8f6810;background:#fff5c9;border:1px solid #e5c35b}.ranking-table tbody tr:has(.ranking-position.position-2) .ranking-avatar{color:#657084;background:#eef1f5;border:1px solid #cfd5dd}.ranking-table tbody tr:has(.ranking-position.position-3) .ranking-avatar{color:#935b2f;background:#f8e5d5;border:1px solid #d9a77b}:is(.ranking-table tbody tr:has(.ranking-position.position-1) .ranking-total-points,.ranking-table tbody tr:has(.ranking-position.position-2) .ranking-total-points,.ranking-table tbody tr:has(.ranking-position.position-3) .ranking-total-points){font-size:16px}@media (width<=720px){.ranking-list-section:before{margin-bottom:10px;padding:10px 11px;font-size:8px}.ranking-mobile-card.top-1{border-color:#e5c35b;box-shadow:0 7px 22px #b5891824}.ranking-mobile-card.top-2{border-color:#cfd5dd;box-shadow:0 7px 22px #5b677b1a}.ranking-mobile-card.top-3{border-color:#d9a77b;box-shadow:0 7px 22px #965b2c1a}.ranking-mobile-card.top-1 .ranking-mobile-top{background:#fffdf7}.ranking-mobile-card.top-2 .ranking-mobile-top{background:#fbfcfd}.ranking-mobile-card.top-3 .ranking-mobile-top{background:#fffaf6}.ranking-mobile-card.top-1 .ranking-mobile-total strong{color:#9c7313}.ranking-mobile-card.top-2 .ranking-mobile-total strong{color:#657084}.ranking-mobile-card.top-3 .ranking-mobile-total strong{color:#935b2f}}.admin-layout{align-items:stretch;width:100%;min-height:100dvh;display:flex}.sidebar{color:#fff;background:linear-gradient(#0b2d5b 0%,#081f3f 100%);flex-direction:column;flex:0 0 250px;width:250px;height:100dvh;min-height:100dvh;display:flex;position:sticky;top:0;overflow:hidden}.sidebar-brand{border-bottom:1px solid #ffffff1a;flex:none;align-items:center;gap:12px;padding:18px 18px 16px;display:flex}.sidebar-brand>div:not(.sidebar-logo-symbol){min-width:0}.sidebar-logo-symbol{background:#fffffff5;border-radius:13px;flex:0 0 48px;justify-content:center;align-items:center;width:48px;height:48px;padding:4px;display:flex}.sidebar-logo-symbol img{object-fit:contain;width:100%;height:100%;display:block}.sidebar-logo-text{min-width:0}.sidebar-logo-text strong{color:#fff;letter-spacing:.04em;font-size:16px;font-weight:900;line-height:1;display:block}.sidebar-logo-text span{color:#f4b400;margin-top:5px;font-size:10px;font-weight:700;display:block}.sidebar nav{scrollbar-width:thin;scrollbar-color:#ffffff2e transparent;flex-direction:column;flex:auto;gap:5px;min-height:0;padding:16px 14px;display:flex;overflow:hidden auto}.sidebar nav::-webkit-scrollbar{width:5px}.sidebar nav::-webkit-scrollbar-track{background:0 0}.sidebar nav::-webkit-scrollbar-thumb{background:#ffffff2b;border-radius:999px}.sidebar nav button{color:#ffffffbd;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;width:100%;min-height:42px;padding:0 13px;font-size:13px;font-weight:500;transition:background .15s,color .15s;display:flex}.sidebar nav button:hover{color:#fff;background:#ffffff12}.sidebar nav button.active{color:#fff;background:#1e73f729;font-weight:700}.sidebar nav button.active .sidebar-menu-icon{color:#f4b400}.sidebar-menu-icon{color:currentColor;flex:0 0 19px;justify-content:center;align-items:center;width:19px;height:19px;display:inline-flex}.sidebar-menu-icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.sidebar-menu-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.sidebar-footer{background:0 0;border-top:1px solid #ffffff1f;flex:none;margin-top:auto;padding:13px 16px 15px}.sidebar-footer-main{justify-content:space-between;align-items:flex-end;gap:10px;display:flex}.sidebar-footer-user{min-width:0}.sidebar-footer-user strong{color:#ffffffd4;font-size:10px;font-weight:800;display:block}.sidebar-footer-user span{color:#ffffff6b;text-overflow:ellipsis;white-space:nowrap;max-width:160px;margin-top:4px;font-size:8px;display:block;overflow:hidden}.sidebar-signature{color:#ffffff59;white-space:nowrap;flex:none;padding-bottom:1px;font-size:8px;font-weight:500}.admin-main{flex:auto;min-width:0;min-height:100dvh}.login-page{justify-content:center;align-items:center;min-height:100dvh;padding:clamp(18px,3vh,32px) 20px;display:flex}.login-card{border-radius:24px;width:min(100%,560px);max-height:calc(100dvh - 36px);padding:clamp(28px,4vh,44px) clamp(28px,4vw,48px);overflow-y:auto}.login-brand-logo{align-items:center;gap:14px;margin-bottom:clamp(22px,3vh,30px);display:flex}.login-brand-logo img{object-fit:contain;flex:0 0 70px;width:70px;height:60px}.login-brand-logo>div{min-width:0}.login-brand-logo strong,.login-brand-logo span{display:block}.login-brand-logo strong{color:#0b2d5b;letter-spacing:.04em;font-size:clamp(24px,2.2vw,30px);font-weight:900;line-height:1}.login-brand-logo span{color:#f4b400;margin-top:5px;font-size:clamp(12px,1.1vw,15px);font-weight:800}.login-heading{margin-bottom:clamp(20px,3vh,28px)}.login-heading h1{margin:0;font-size:clamp(38px,5vh,54px);line-height:1.05}.login-heading p{margin:clamp(8px,1.3vh,12px) 0 0;font-size:clamp(16px,2vh,20px);line-height:1.35}.login-form{gap:clamp(14px,2vh,20px)}.login-form label{gap:7px}.login-form input{border-radius:13px;min-height:52px;padding:0 16px}.login-form button{min-height:52px;margin-top:2px}:root{--brand-navy:#0b2d5b;--brand-gold:#f4b400;--brand-blue:#1e73f7}@media (width<=720px){.sidebar{z-index:1000;width:min(84vw,280px);height:100dvh;min-height:100dvh;transition:transform .22s;position:fixed;top:0;bottom:0;left:0;transform:translate(-105%)}.sidebar.mobile-open{transform:translate(0)}.sidebar nav{padding-bottom:12px}.sidebar-footer{padding-bottom:max(16px, env(safe-area-inset-bottom))}.sidebar-logo-symbol{border-radius:12px;flex-basis:44px;width:44px;height:44px}.sidebar-logo-text strong{font-size:15px}.sidebar-logo-text span{font-size:9px}.login-page{align-items:flex-start;padding:18px 12px}.login-card{border-radius:22px;width:100%;max-height:none;padding:28px 22px;overflow:visible}.login-heading h1{font-size:42px}.login-heading p{font-size:17px}}@media (width<=420px){.login-brand-logo{justify-content:flex-start;gap:12px;margin-bottom:24px}.login-brand-logo img{flex-basis:60px;width:60px;height:54px}.login-brand-logo strong{font-size:22px}.login-brand-logo span{font-size:11px}.login-heading h1{font-size:36px}.login-heading p{font-size:15px}.login-form input,.login-form button{min-height:50px}}@media (width>=721px) and (height<=780px){.login-page{padding:14px 18px}.login-card{max-height:calc(100dvh - 28px);padding:26px 38px}.login-brand-logo{margin-bottom:18px}.login-brand-logo img{flex-basis:62px;width:62px;height:54px}.login-brand-logo strong{font-size:24px}.login-brand-logo span{font-size:12px}.login-heading{margin-bottom:17px}.login-heading h1{font-size:38px}.login-heading p{margin-top:6px;font-size:15px}.login-form{gap:12px}.login-form input,.login-form button{min-height:46px}}@media (width<=720px){.sidebar{width:min(88vw,300px);padding-top:env(safe-area-inset-top);box-shadow:18px 0 50px #04122647}.sidebar nav button{border-radius:12px;min-height:48px;font-size:14px}.sidebar-menu-icon,.sidebar-menu-icon svg{width:21px;height:21px}.sidebar-footer-user span{max-width:180px}.admin-layout{display:block}.admin-main{width:100%}}
