:root{--primary-color: #0d6efd;--primary-dark: #0a58ca;--secondary-color: #6c757d;--success-color: #198754;--danger-color: #dc3545;--warning-color: #ffc107;--info-color: #0dcaf0;--light-bg: #f8f9fa;--white: #ffffff;--text-dark: #212529;--text-muted: #6c757d;--border-color: #dee2e6;--shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);--shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175)}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#2fb4e5;padding:20px}.login-card{background:var(--white);border-radius:16px;box-shadow:var(--shadow-lg);width:100%;max-width:450px;overflow:hidden;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{background:#044c7e;color:var(--white);padding:40px 30px;text-align:center}.login-logo{max-width:280px;height:auto;margin-bottom:20px;filter:brightness(0) invert(1);animation:fadeIn .8s ease-out}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.login-header h1{font-size:2.5rem;font-weight:700;margin:0 0 10px;letter-spacing:2px}.login-header p{font-size:.9rem;margin:5px 0;opacity:.95;font-weight:400}form{padding:35px 30px}.alert{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:.9rem;border:none}.alert-danger{background-color:#f8d7da;color:#842029}.alert i{font-size:1.1rem}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:var(--text-dark);font-size:.95rem}.form-group label i{margin-right:8px;color:#044c7e;width:16px;text-align:center}.form-control{width:100%;padding:12px 16px;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;transition:all .3s ease;background-color:var(--white)}.form-control:focus{outline:none;border-color:#044c7e;box-shadow:0 0 0 .2rem #044c7e40}.form-control:disabled{background-color:var(--light-bg);cursor:not-allowed;opacity:.7}.form-control::placeholder{color:var(--text-muted);opacity:.6}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:10px}.btn-primary{background:#044c7e;color:var(--white)}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #044c7e66}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-block{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.spinner-small{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:var(--white);border-radius:50%;animation:spin .8s linear infinite}.login-footer{background-color:var(--light-bg);padding:20px 30px;text-align:center;border-top:1px solid var(--border-color)}.login-footer p{margin:8px 0;font-size:.85rem;color:var(--text-muted);line-height:1.5}.login-footer strong{color:#044c7e;font-weight:700}.login-footer .developer-info{font-size:.8rem;font-style:italic;opacity:.8;margin-top:12px;padding-top:12px;border-top:1px solid var(--border-color)}@media(max-width:576px){.login-container{padding:10px}.login-card{border-radius:12px}.login-header{padding:30px 20px}.login-header h1{font-size:2rem}.login-header p{font-size:.85rem}form{padding:25px 20px}.login-footer{padding:16px 20px}}@media print{.login-container{display:none}}.navbar{background:linear-gradient(135deg,var(--azul) 0%,var(--azul-2) 100%);padding:15px 30px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.navbar-brand{display:flex;align-items:center;gap:15px}.navbar-logo{height:50px;width:auto;filter:brightness(0) invert(1);transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.navbar-brand h2{color:var(--amarillo);font-size:28px;font-weight:800;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.navbar-subtitle{color:#fff;font-size:10px;font-weight:600;display:block;margin-top:2px;line-height:1.3;max-width:600px}.navbar-user{display:flex;align-items:center;gap:20px}.user-info{display:flex;align-items:center;gap:12px;color:#fff}.user-info i{font-size:32px;color:var(--amarillo)}.user-name{font-weight:600;font-size:14px}.user-role{font-size:12px;opacity:.8}.btn-sm{padding:8px 16px;font-size:12px}.sidebar{width:300px;background:#fff;box-shadow:2px 0 10px #0000001a;height:calc(100vh - 62px);overflow-y:auto;position:sticky;top:62px}.sidebar-content{padding:20px 0}.module-item{margin-bottom:5px;border-left:4px solid}.module-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;cursor:pointer;transition:all .3s ease;color:var(--gris-oscuro)}.module-header:hover{background-color:var(--gris-claro)}.module-title{display:flex;align-items:center;gap:12px;font-weight:600;font-size:14px}.module-title i{font-size:18px}.sections-list{background-color:var(--gris-claro);padding:5px 0}.section-item{display:flex;align-items:center;gap:12px;padding:12px 20px 12px 40px;color:var(--gris-oscuro);text-decoration:none;transition:all .3s ease;font-size:13px}.section-item:hover{background-color:var(--gris-medio);padding-left:45px}.section-item i{font-size:14px;color:var(--azul)}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-track{background:var(--gris-claro)}.sidebar::-webkit-scrollbar-thumb{background:var(--gris-medio);border-radius:4px}.sidebar::-webkit-scrollbar-thumb:hover{background:var(--azul)}.dashboard{min-height:100vh;background-color:var(--gris-claro)}.dashboard-content{display:flex}.main-content{flex:1;padding:30px;min-height:calc(100vh - 62px);overflow-x:auto}@media(max-width:768px){.dashboard-content{flex-direction:column}.sidebar{width:100%;height:auto}.main-content{padding:20px}}.home-container{max-width:1200px;margin:0 auto}.welcome-card{background:linear-gradient(135deg,var(--azul) 0%,var(--celeste) 100%);color:#fff;border-radius:15px;padding:40px;text-align:center;margin-bottom:30px;box-shadow:0 10px 30px #0003}.welcome-icon{font-size:64px;margin-bottom:20px;color:var(--amarillo)}.welcome-card h1{font-size:32px;margin-bottom:15px;font-weight:800}.welcome-message{font-size:16px;opacity:.9;margin-bottom:10px;line-height:1.6}.welcome-submessage{font-size:14px;opacity:.85;margin-bottom:30px;font-weight:600}.user-details{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.detail-item{display:flex;align-items:center;gap:10px;background:#fff3;padding:10px 20px;border-radius:20px;font-size:14px}.detail-item i{font-size:18px;color:var(--amarillo)}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.info-card{background:#fff;border-radius:10px;padding:30px;text-align:center;box-shadow:0 4px 15px #0000001a;border-top:4px solid;transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.info-card i{font-size:48px;color:var(--azul);margin-bottom:15px}.info-card h3{color:var(--azul);margin-bottom:10px;font-size:18px}.info-card p{color:var(--gris-oscuro);font-size:14px;opacity:.8}.users-container{max-width:1400px;margin:0 auto}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.page-header h1{color:var(--azul);font-size:28px;display:flex;align-items:center;gap:15px}.page-header h1 i{color:var(--celeste)}.action-buttons{display:flex;gap:5px}.action-buttons .btn{padding:6px 10px}@media(max-width:768px){.page-header{flex-direction:column;gap:15px;align-items:flex-start}.table-container{overflow-x:auto}table{min-width:800px}}.roles-container{max-width:1400px;margin:0 auto}.modal-large{max-width:900px!important}.permissions-section{margin-top:25px;padding-top:25px;border-top:2px solid var(--gris-medio)}.permissions-section h3{color:var(--azul);font-size:20px;margin-bottom:15px;display:flex;align-items:center;gap:10px}.permissions-section h3 i{color:var(--celeste);font-size:22px}.permissions-tree{margin-top:15px;max-height:400px;overflow-y:auto;border:1px solid var(--gris-medio);border-radius:8px;padding:10px;background-color:#f8f9fa}.help-text{background-color:#e3f2fd;color:#1976d2;padding:12px 15px;border-radius:6px;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-size:14px}.help-text i{font-size:16px}.module-tree-item{background:#fff;border-radius:8px;margin-bottom:15px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.module-tree-header{background:linear-gradient(135deg,var(--azul) 0%,var(--azul-2) 100%);padding:15px}.module-tree-header .checkbox-label{color:#fff;font-size:16px;margin:0;cursor:pointer;display:flex;align-items:center;gap:12px}.module-tree-header .checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.module-tree-header .checkbox-label i{font-size:20px;color:var(--amarillo)}.sections-tree-list{padding:10px;background-color:#f8f9fa}.checkbox-label{display:flex;align-items:center;gap:10px;padding:10px 15px;cursor:pointer;transition:background-color .2s ease;border-radius:4px;margin-bottom:5px;-webkit-user-select:none;user-select:none}.checkbox-label:hover{background-color:#e9ecef}.checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--azul)}.checkbox-label i{font-size:16px;color:var(--azul)}.checkbox-label.section-item{padding-left:25px;background-color:#fff}.checkbox-label.section-item:hover{background-color:#f0f7ff}.action-buttons{display:flex;gap:8px;flex-wrap:wrap}.action-buttons .btn{padding:8px 12px;font-size:13px}.action-buttons .btn i{margin-right:5px}@media(max-width:768px){.modal-large{max-width:95%!important}.permissions-tree{max-height:50vh}.action-buttons{flex-direction:column;gap:5px}.action-buttons .btn{width:100%}}.expClinico-list-container{padding:1.25rem}.expClinico-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding:1rem 1.25rem;background:#fff;border-left:4px solid #2fb4e5;border-radius:.375rem;box-shadow:0 1px 4px #00000014}.expClinico-header-title{display:flex;align-items:center;gap:.75rem}.expClinico-header-title i{font-size:1.8rem}.expClinico-header-title h1{font-size:1.3rem;font-weight:700;margin:0;line-height:1.2}.expClinico-header-title small{color:#6c757d;font-size:.78rem}.expClinico-header-actions{display:flex;align-items:center;gap:.5rem}.wizard-container{padding:1.25rem}.wizard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.875rem 1.25rem;background:#fff;border-left:4px solid #2fb4e5;border-radius:.375rem;box-shadow:0 1px 4px #00000014}.wizard-header h1{font-size:1.2rem;font-weight:700}.wizard-stepper{display:flex;flex-wrap:wrap;gap:2px;background:#f8f9fa;border-radius:.375rem;padding:.25rem;border:1px solid #dee2e6}.wizard-step-btn{flex:1;min-width:60px;padding:.4rem .5rem;font-size:.72rem;background:#fff;border:none;border-bottom:3px solid transparent;cursor:pointer;border-radius:.25rem;transition:all .15s;color:#6c757d;display:flex;align-items:center;justify-content:center;gap:.2rem}.wizard-step-btn:hover{background:#e9ecef;color:#212529}.wizard-step-btn.active{background:#fff;font-weight:600}.wizard-step-btn.completed{color:#198754}.section-sub{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6c757d;border-bottom:1px solid #dee2e6;padding-bottom:.25rem;margin-bottom:.75rem}@font-face{font-family:Visby CF ExtraBold;src:url(data:font/otf;base64,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) format("opentype");font-weight:800;font-display:swap}@font-face{font-family:Visby CF Heavy;src:url(data:font/otf;base64,AQAEAgABAQEVTFpLVE1UK1Zpc2J5Q0YtSGVhdnkAAQEBMPgb+ByLDB74HQH4EwT4HgwV+1L74RwEqBwEhAX4tAwi91IP93MR92sMJRwEmAwkAAUBAQYOSVZjQWRvYmVJZGVudGl0eUNvcHlyaWdodCBcKGNcKSAyMDIxIGJ5IENvbm5hcnkgRmFnZW4uIEFsbCByaWdodHMgcmVzZXJ2ZWQuL0ZTVHlwZSA4IGRlZlZpc2J5Q0YtSGVhdnkAAAAAAQACABsAHQAjACgAQQBFAF8AZQCBAh8DAAEAAAAADQANAgABAPUA9gEvAZYB5wIpAlUCgwKZAsgDGgNiA5sg+47Trryuo668rsqupMairqStsm+nrqevsa6nrbKu0RLt2D7ZPfcn+yf3bSKuaPdx+yuuaPcrOtwT/78V+EP5tBX74f6u9+EG+5TTFa4H1bwFQa73Q2hpBkJaBfZoBvtD9yMV9wv3Q/sLB/tD90oV9wuuN/S8BxMGAEJoc2jGBhMLQQX0+wsG+0P3IhWu9yDRriIH+0PHFRMBvQWt0bJFrvdDaEVCByL3HBX3AfRC0WcH+0P3HRWtBxMADoHRskau90JoRWTRaQYTEAAI+yD9AhUTEAAg9LwGExAACCIGEwAQEPhsBBMAEECusQYTABAQaAYODvCgdvD3NfhUdwGP+WkD96T5WhX7oP1aBfdTBq7wBfemBq4mBfdSBvug+VoF+0P8VBXb93zc+3wFDl6L9y33Mfcb9wT3LRK390T3Evc++xT3QxP0txb3ogb3NOTg9xX3BETAT54fE/isnb622RrvONT7Bx77pgb3RPzBFfcxBxP03AbJpGteW3FrUB8497gV9wQHE/jHBraieGZqeHRgHw7ngfc7+CD3OwGt90kD+CiBFfP3C7H3E9Qf+xPjBVNmVm1DGyEx0/cS9xDj1fXRxG1UsB/3E+IF9xNC+wqxIxv7Xfs++yL7c/tz9z37IvddHw7Mi/c6+A73OgG390T3ovdMA7cW97cG9073Lfco92P3Y/st9yj7Th/7twb3RPy0FfgO9wEH9wDAPPsC+wJWPPsAHw77F4v3NfcJ9zP3BPc1Abf3RAO3Fvg/9zX7j/cJ9173M/te9wT3h/c1/DcGDsKgdvep9zX3pHcBt/dE94v3RAP4Zxb3RPla+0T7pPuL96T7RP1a90T3qfeLBg78BKB2+Vp3Abf3RAO3FvdE+Vr7RAYO36B2+Vp3Abf3RPep90QDtxb3RPg6kAb3pPw6BfdE+Vr7RPw6hgb7pPg6BftEBg73Q4H3O/gg9zsBrfdJ+A33SQP4KIEV9173O/co9233bfs79yj7Xvtf+zv7KPtt+233O/so918f+1H4ARX3Dd/Y9PPfPvsN+w03PiMiN9j3DR4OjKB293P3KvdE9zUBt/dE9z73RgP4Oxb3Tgb7M/eSBdSxuNLtGvcuIOr7LB77nf1a90T3c9AGRvcqFfdE0wfCtnhGRWB5VB8O++aB91b3L/dWAbj3VgP3IoEVvrmxxsZdsVhXXmVQULhlvx8q+FIVULhlv765scbGXbFYV15lUB4OAAEBAQr4HwwmqxwEphJ8mvicmvdDmtaaBh6gN/8MCYsMC/c/CvdOC/dbFPkMFQ==) format("opentype");font-weight:900;font-display:swap}.credencializacion-page{--sm-primary:#2d55a3;--sm-accent:#e20d7d;--sm-cyan:#3db4e5;--sm-lime:#c4d600;--sm-yellow:#ffcf00;--sm-ink:#23313f;background:#f4f7fa;min-height:calc(100vh - 62px);padding:24px;color:var(--sm-ink)}.credencializacion-hero{background:linear-gradient(120deg,#244d9c,#078ec4);border-radius:22px;color:#fff;padding:26px 30px;display:flex;justify-content:space-between;gap:24px;align-items:center;box-shadow:0 16px 40px #12344f22;border-bottom:6px solid var(--sm-accent)}.credencializacion-brand{display:flex;align-items:center;gap:20px;min-width:0}.credencializacion-brand>img{width:270px;max-width:38vw;aspect-ratio:3/1;object-fit:cover;border-radius:14px;box-shadow:0 10px 28px #092d6066}.credencializacion-hero h1{font-family:Visby CF Heavy,Arial Black,Arial,sans-serif;font-size:2rem;margin:2px 0}.credencializacion-hero p{margin:0;opacity:.92}.credencializacion-eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:.72rem;font-weight:800}.credencializacion-actions{display:flex;flex-wrap:wrap;gap:10px}.credencializacion-actions .btn{white-space:nowrap}.credencializacion-workspace{display:grid;grid-template-columns:330px minmax(0,1fr);gap:18px;margin-top:18px}.credencializacion-workspace>*{min-width:0}.credencializacion-roster,.credencializacion-detail{min-width:0;background:#fff;border:1px solid #dfe7ee;border-radius:18px;box-shadow:0 8px 28px #1738520b}.credencializacion-roster{overflow:hidden}.credencializacion-search{margin:16px;display:flex;align-items:center;gap:10px;background:#f3f6f8;border:1px solid #dce5eb;border-radius:12px;padding:0 12px}.credencializacion-search input{min-width:0;border:0;background:transparent;padding:12px 0;outline:0;width:100%}.credencializacion-roster-title{display:flex;justify-content:space-between;padding:0 18px 12px;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#667784}.credencializacion-roster-title strong{background:#e5f5f6;color:#146674;border-radius:999px;padding:2px 8px}.credencializacion-person{width:100%;border:0;border-top:1px solid #edf1f4;background:#fff;padding:14px 16px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;text-align:left;align-items:center;gap:10px}.credencializacion-person:hover,.credencializacion-person.active{background:#eef8f9}.credencializacion-person.active{box-shadow:inset 4px 0 var(--sm-cyan)}.credencializacion-avatar{width:40px;height:40px;border-radius:12px;background:#173f5d;color:#fff;display:grid;place-items:center;font-weight:800}.credencializacion-person strong,.credencializacion-person small{display:block;overflow-wrap:anywhere}.credencializacion-person small{color:#71818d;margin-top:2px}.credencializacion-empty{min-height:220px;padding:30px;display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;text-align:center;color:#71818d}.credencializacion-empty>i{font-size:2.3rem;color:#a7bac5}.credencializacion-detail{padding:22px;min-height:590px;overflow:hidden}.credencializacion-welcome{height:100%;min-height:500px;display:grid;place-content:center;text-align:center;color:#728492}.credencializacion-welcome i{font-size:4rem;color:#d7e4e8;margin-bottom:14px}.credencializacion-person-header{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding-bottom:18px}.credencializacion-person-header>div:first-child{min-width:220px;max-width:100%;margin-right:auto}.credencializacion-person-header p{font-size:.68rem;font-weight:800;letter-spacing:.13em;color:#738796;margin:0}.credencializacion-person-header h2,.credencializacion-person-header span{overflow-wrap:anywhere}.credencializacion-person-header h2{margin:3px 0;font-size:1.45rem}.renapo-chip{border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:700}.renapo-chip.ok{background:#e5f6eb;color:#17713a}.renapo-chip.pending{background:#fff4d5;color:#8a6200}.renapo-chip.invalid{background:#fde8ea;color:#9b1c31}.renapo-chip.unavailable{background:#e9eef2;color:#4f626e}.renapo-chip i{margin-right:6px}.renapo-detail{display:flex;align-items:flex-start;gap:8px;margin:-8px 0 16px;padding:10px 12px;border-radius:10px;font-size:.84rem;font-weight:700}.renapo-detail.invalid{background:#fde8ea;color:#9b1c31}.renapo-detail.unavailable{background:#edf2f5;color:#445966}.credential-test-tools{display:grid;grid-template-columns:minmax(210px,1.3fr) repeat(2,minmax(180px,1fr)) auto;gap:12px;align-items:end;margin:0 0 18px;padding:14px;border:1px dashed #cf9b00;border-radius:12px;background:#fff9dc}.credential-test-tools>div span{color:#806200;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.credential-test-tools h3{margin:2px 0;font-size:1rem;color:var(--sm-primary)}.credential-test-tools p,.credential-test-tools small{margin:0;color:#5d6971;font-size:.78rem}.credential-test-tools label{display:flex;flex-direction:column;gap:5px;font-size:.78rem;font-weight:800;color:#526572}.credential-test-tools select{min-width:0;width:100%;border:1px solid #d6c477;border-radius:9px;padding:9px 10px;background:#fff}.credential-test-tools small{grid-column:1/-1}.credencializacion-tabs{display:flex;max-width:100%;gap:4px;overflow-x:auto;border-bottom:1px solid #dde6eb;margin-bottom:22px}.credencializacion-tabs button{flex:0 0 auto;border:0;background:transparent;padding:12px 13px;color:#647580;white-space:nowrap;border-bottom:3px solid transparent}.credencializacion-tabs button i{margin-right:7px}.credencializacion-tabs button.active{color:var(--sm-accent);border-bottom-color:var(--sm-accent);font-weight:700}.wizard-status{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:9px 12px;margin-bottom:8px;border-radius:10px;background:#eef8f9;color:#286674}.wizard-status span{font-weight:800}.wizard-status small{font-size:.78rem}.wizard-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));overflow:visible;gap:6px;border:0}.wizard-tabs button{position:relative;min-width:0;display:flex;align-items:center;justify-content:center;border:1px solid #dce6eb!important;border-radius:10px;padding:10px 8px;white-space:normal;text-align:center;background:#fff}.wizard-tabs button.active{background:#fff1f8;border-color:#df1484!important}.wizard-tabs button:disabled{opacity:.65}.wizard-step-number{width:22px;height:22px;flex:0 0 22px;display:grid;place-items:center;margin-right:5px;border-radius:50%;background:#e7eef2;color:#526572;font-size:.72rem;font-weight:800}.wizard-tabs button.active .wizard-step-number{background:var(--sm-accent);color:#fff}.wizard-navigation{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:24px;padding:18px 0 2px;border-top:1px solid #dfe7ec}.wizard-navigation .btn{min-width:145px}.wizard-finish{min-width:190px!important}.agenda-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 0 20px;border-bottom:1px solid #dfe7ec;margin-bottom:20px}.agenda-heading span{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:#71838f;font-weight:800}.agenda-heading h3{margin:3px 0 0;color:var(--sm-primary)}.credencializacion-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.info-card{min-width:0;border:1px solid #dfe7ec;border-radius:14px;padding:18px}.info-card.critical{grid-column:1/-1;border-left:5px solid var(--sm-accent)}.info-card h3{font-size:1rem;margin:0 0 12px;color:var(--sm-primary)}.info-row{display:grid;grid-template-columns:minmax(100px,1fr) minmax(0,1.35fr);gap:16px;padding:8px 0;border-bottom:1px dashed #e2e8ec}.info-row:last-child{border:0}.info-row span{color:#6e7e89}.info-row strong{min-width:0;text-align:right;overflow-wrap:anywhere;word-break:break-word}.credencializacion-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.credencializacion-field{min-width:0;display:flex;flex-direction:column;gap:6px;font-size:.82rem;font-weight:700;color:#526572}.credencializacion-field.wide{grid-column:1/-1}.credencializacion-field input,.credencializacion-field select,.credencializacion-field textarea,.history-search input{min-width:0;width:100%;border:1px solid #cfdbe2;border-radius:10px;padding:10px 12px;background:#fff;color:#23313f;outline:0}.credencializacion-field input[readonly]{background:#eef2f5;color:#596a76}.credencializacion-field input:focus,.credencializacion-field select:focus,.credencializacion-field textarea:focus,.history-search input:focus{border-color:var(--sm-cyan);box-shadow:0 0 0 3px #17a8b81d}.form-section-title{grid-column:1/-1;margin-top:8px;padding:10px 0 5px;border-bottom:1px solid #dfe7ec;color:var(--sm-primary);font-weight:800}.credencializacion-check{display:flex;align-items:center;gap:8px;padding:10px 0;font-weight:700;color:#526572}.form-actions{grid-column:1/-1;display:flex;justify-content:flex-end;padding-top:16px}.catalog-hint{grid-column:1/-1;background:#eef8f9;color:#286674;border-radius:10px;padding:10px 12px}.contact-list{display:grid;gap:12px}.contact-card{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:end;border:1px solid #dfe7ec;padding:14px;border-radius:12px}.contact-card>strong{grid-column:1/-1;color:var(--sm-primary)}.icon-danger{border:0;background:#fee9ea;color:#ad2b33;border-radius:9px;width:40px;height:40px}.timeline{border-left:2px solid #cfe1e6;margin:25px 8px;padding-left:20px}.timeline>div{position:relative;padding:0 0 20px}.timeline>div:before{content:"";position:absolute;left:-27px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--sm-cyan);border:3px solid #fff;box-shadow:0 0 0 1px var(--sm-cyan)}.timeline time,.timeline strong,.timeline span{display:block;overflow-wrap:anywhere}.timeline time{font-size:.75rem;color:#778793}.timeline span{margin-top:4px;color:#586b78}.summary-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;color:#657782;font-size:.85rem}.credential-operations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.credential-operations .info-card{display:flex;flex-direction:column;gap:12px}.credential-photo{width:min(220px,100%);aspect-ratio:3/4;object-fit:cover;border-radius:14px;border:1px solid #dfe7ec}.credential-operations label{display:flex;flex-direction:column;gap:6px;font-size:.82rem;font-weight:700}.credential-operations input,.timeline select{min-width:0;border:1px solid #cfdbe2;border-radius:9px;padding:9px;background:#fff}.supports-card{grid-column:1/-1}.support-row{display:grid;grid-template-columns:1.2fr 1fr 1.2fr auto;gap:8px;align-items:center}.timeline select{margin-top:8px;width:min(220px,100%)}.wide{grid-column:1/-1}.form-section-title.subsection{font-size:.9rem;background:#f5f8fa;padding:10px 12px;border-radius:9px;border:0}.structured-options{min-width:0;border:1px solid #d8e3e9;border-radius:12px;padding:14px}.structured-options legend{float:none;width:auto;padding:0 6px;margin:0;font-size:.85rem;font-weight:800;color:var(--sm-primary)}.check-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.check-grid label{display:flex;align-items:center;gap:7px;font-size:.82rem}.family-editor{display:grid;gap:12px}.family-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border:1px solid #dce6eb;border-radius:12px;padding:14px;background:#fbfcfd}.family-card>strong,.family-card>button{grid-column:1/-1}.family-card>button{justify-self:end}.camera-capture{display:grid;gap:10px}.camera-capture video{width:100%;max-height:330px;object-fit:cover;border-radius:12px;background:#102b3e}.camera-capture>div,.badge-print-actions{display:flex;flex-wrap:wrap;gap:8px}.credential-badge-sheet{grid-column:1/-1;border:1px solid #dfe7ec;border-radius:14px;padding:18px;background:#edf2f5;display:grid;grid-template-columns:repeat(2,minmax(280px,400px));justify-content:center;gap:20px}.credential-badge-sheet>h3,.badge-print-actions{grid-column:1/-1}.physical-badge{display:block;position:relative;width:100%;aspect-ratio:1270/1654;object-fit:contain;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #16365024;background:#fff}.badge-back{color:#153a5b;background:linear-gradient(165deg,#fff,#e9f5f7);padding:6%;border:1px solid #b8d5df}.badge-back header{height:10%;border-bottom:2px solid #df1484;flex-direction:column;align-items:flex-start}.badge-back header strong{font-size:4.2%}.badge-back header span{font-size:2.5%}.badge-back-body{height:76%;display:flex;flex-direction:column;gap:3%;padding-top:4%}.badge-emergency-data{min-width:0;display:contents}.badge-emergency-data p{display:grid;grid-template-columns:32% 1fr;gap:3%;margin:0 0 2%;line-height:1}.badge-emergency-data p span{font-size:2.7%;text-transform:uppercase;color:#627887}.badge-emergency-data p b{font-size:3.5%;overflow-wrap:anywhere}.badge-contacts{border-top:1px solid #bfd6df;padding-top:2%;display:grid;gap:2%}.badge-contacts span{font-size:2.7%;text-transform:uppercase;color:#c30f70}.badge-contacts b{font-size:3.2%}.badge-qr{position:absolute;right:6%;bottom:13%;width:38%;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8%;background:#fff;border:1px solid #c8dce4;font-size:3%;text-align:center;font-weight:800}.badge-qr img{width:88%;aspect-ratio:1}.badge-qr small{font-size:2.6%;max-width:95%;overflow-wrap:anywhere}.badge-back footer{position:absolute;left:6%;right:6%;bottom:3%;font-size:2.7%;border-top:1px solid #bcd2da;padding-top:2%}.badge-back footer b{color:#c62331;font-size:4.3%}.badge-print-actions small{flex-basis:100%;color:#637785}.preview-error{grid-column:1/-1;margin:0;padding:12px;border-radius:10px;background:#fde8ea;color:#9b1c31;font-weight:700}.credential-pdf-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:grid;place-items:center;padding:20px;background:#102b3edd}.credential-pdf-dialog{width:min(1100px,100%);max-height:94vh;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 24px 70px #07192799}.credential-pdf-dialog>header,.credential-pdf-dialog>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px}.credential-pdf-dialog>header{border-bottom:1px solid #dce6eb}.credential-pdf-dialog>header h3{margin:0;color:var(--sm-primary)}.credential-pdf-dialog>header button{border:0;background:transparent;font-size:2rem;color:#536875}.credential-pdf-dialog>footer{justify-content:flex-end;border-top:1px solid #dce6eb}.credential-pdf-pages{overflow:auto;display:grid;grid-template-columns:repeat(2,minmax(280px,430px));justify-content:center;gap:18px;padding:18px;background:#edf2f5}.credential-pdf-pages img{width:100%;height:auto;background:#fff;box-shadow:0 8px 24px #17385224}.badge-barcode{width:52%;height:11%;margin-top:3%;object-fit:fill}.biometric-card{grid-column:1/-1;display:grid!important;grid-template-columns:1fr 1fr;align-items:start}.signature-pad,.fingerprint-capture{display:grid;gap:8px;align-content:start}.signature-pad>span{font-size:.82rem;font-weight:800;color:var(--sm-primary)}.signature-pad canvas{width:100%;height:140px;border:1px dashed #7f98a6;border-radius:10px;background:#fff;touch-action:none}.signature-pad>div{display:flex;gap:8px}.fingerprint-capture .btn{justify-self:start}.biometric-error{margin:0;color:#9b1c31;font-size:.84rem;font-weight:700}.biometric-preview{max-width:260px;width:100%;height:100px;object-fit:contain;border:1px solid #d5e1e6;border-radius:9px;background:#fff}.biometric-preview.fingerprint{max-width:130px;height:150px;filter:grayscale(1)}.biometric-choice{grid-column:1/-1;border:1px solid #d5e1e6;border-radius:10px;padding:12px;display:flex;gap:22px}.biometric-choice legend{float:none;width:auto;padding:0 6px;font-size:.8rem;font-weight:800}.biometric-choice label{flex-direction:row;align-items:center}.badge-biometric{position:absolute;right:7%;bottom:9%;width:30%;height:12%;display:flex;flex-direction:column;align-items:center}.badge-biometric span{font-size:.42rem;font-weight:800}.badge-biometric img{width:100%;height:100%;object-fit:contain;filter:contrast(1.2)}.badge-biometric.huella{height:18%;width:20%}.badge-front header{font-size:.48rem}.badge-front header strong{font-size:.86rem}.badge-program{font-size:.62rem}.badge-photo{font-size:.7rem}.badge-identity>strong{font-size:1rem}.badge-identity span{font-size:.48rem}.badge-identity b{font-size:.66rem}.badge-front footer{font-size:.45rem}.badge-back header strong{font-size:.76rem}.badge-back header span{font-size:.43rem}.badge-emergency-data p span,.badge-contacts span{font-size:.45rem}.badge-emergency-data p b{font-size:.58rem}.badge-contacts b{font-size:.53rem}.badge-qr{font-size:.52rem}.badge-qr small{font-size:.42rem}.badge-back footer{font-size:.45rem}.badge-back footer b{font-size:.78rem}.credencializacion-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#102b3eaa;display:grid;place-items:center;padding:20px;z-index:1050}.credencializacion-modal-card{position:relative;background:#fff;border-radius:20px;padding:28px;width:min(760px,100%);max-height:85vh;overflow:auto;box-shadow:0 25px 80px #0d253d55}.credencializacion-modal-card.review{width:min(1050px,100%)}.credencializacion-close{position:absolute;right:15px;top:10px;border:0;background:transparent;font-size:2rem;color:#60727f}.history-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin:20px 0 8px}.history-status{min-height:24px;margin-bottom:12px;color:#657782;font-size:.85rem}.history-results{display:grid;gap:8px}.history-row{min-width:0;border:1px solid #dfe7ec;border-radius:12px;padding:13px;display:flex;justify-content:space-between;align-items:center;gap:15px}.history-row>div{min-width:0}.history-row strong,.history-row span,.history-row small{display:block;overflow-wrap:anywhere}.history-row span{color:#536875}.history-row small{color:#8a5d7b;margin-top:3px;font-weight:700}.review-actions{display:flex;justify-content:space-between;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid #dfe7ec}@media(max-width:1250px){.credencializacion-workspace{grid-template-columns:1fr}.credencializacion-roster{max-height:370px;overflow:auto}.credencializacion-hero{align-items:flex-start;flex-direction:column}.contact-card{grid-template-columns:1fr 1fr}.contact-card .icon-danger{grid-column:2}.credential-test-tools{grid-template-columns:repeat(2,minmax(0,1fr))}.credential-test-tools>div,.credential-test-tools small{grid-column:1/-1}}@media(max-width:680px){.credencializacion-page{padding:12px}.credencializacion-hero{padding:20px}.credencializacion-actions,.credencializacion-actions .btn{width:100%}.credencializacion-grid,.credencializacion-form,.credential-operations,.credential-badge-sheet,.biometric-card,.credential-test-tools{grid-template-columns:1fr}.info-card.critical,.credencializacion-field.wide,.form-actions,.form-section-title,.supports-card,.wide,.credential-badge-sheet>h3,.badge-print-actions,.biometric-choice,.credential-test-tools>div,.credential-test-tools small{grid-column:auto}.credential-test-tools .btn{width:100%}.support-row,.family-card,.check-grid,.info-row{grid-template-columns:1fr}.info-row strong{text-align:left}.credencializacion-person-header{align-items:flex-start;flex-wrap:wrap}.contact-card{grid-template-columns:1fr}.contact-card .icon-danger{grid-column:auto}.history-search{grid-template-columns:1fr}.history-row{align-items:flex-start;flex-direction:column}.history-row .btn,.review-actions .btn{width:100%}.review-actions{flex-direction:column}.wizard-status,.agenda-heading{align-items:flex-start;flex-direction:column}.wizard-tabs{grid-template-columns:1fr 1fr}.wizard-navigation{position:sticky;bottom:0;z-index:3;margin-left:-12px;margin-right:-12px;padding:12px;background:#fff;box-shadow:0 -8px 20px #16365012}.wizard-navigation .btn{min-width:0}.wizard-finish{min-width:0!important}}@media print{.sidebar,.navbar,.credencializacion-hero,.credencializacion-roster,.credencializacion-tabs,.no-print,.form-actions{display:none!important}.credencializacion-page{padding:0;background:#fff}.credencializacion-workspace{display:block;margin:0}.credencializacion-detail{border:0;box-shadow:none;padding:0}.info-card{break-inside:avoid}body:has(.credential-badge-sheet.print-frente) *,body:has(.credential-badge-sheet.print-reverso) *{visibility:hidden!important}.credential-badge-sheet.print-frente,.credential-badge-sheet.print-frente .badge-front,.credential-badge-sheet.print-frente .badge-front *,.credential-badge-sheet.print-reverso,.credential-badge-sheet.print-reverso .badge-back,.credential-badge-sheet.print-reverso .badge-back *{visibility:visible!important}.credential-badge-sheet.print-frente,.credential-badge-sheet.print-reverso{position:fixed;top:0;right:0;bottom:0;left:0;display:block;border:0;padding:0;background:#fff}.credential-badge-sheet.print-frente .badge-back,.credential-badge-sheet.print-reverso .badge-front{display:none!important}.physical-badge{width:100mm;height:140mm;aspect-ratio:auto;border-radius:0;box-shadow:none;-webkit-print-color-adjust:exact;print-color-adjust:exact}@page{size:100mm 140mm;margin:0}}@media(max-width:700px){.credential-pdf-pages{grid-template-columns:1fr}.credential-pdf-dialog>footer{flex-direction:column}.credential-pdf-dialog>footer .btn{width:100%}}.kardex-publico{--azul:#2d55a3;--rosa:#e20d7d;max-width:1120px;margin:auto;padding:24px;color:#263645;background:#f3f7fa;min-height:100vh}.kardex-marca{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 24px;border-radius:20px;background:linear-gradient(125deg,#214c9a,#0797c8);color:#fff;border-bottom:6px solid var(--rosa)}.kardex-marca img{width:min(330px,52vw);border-radius:12px}.kardex-marca div{display:grid;text-align:right}.kardex-marca span{font-size:.75rem;letter-spacing:.14em;font-weight:800}.kardex-persona{display:grid;grid-template-columns:170px 1fr;gap:24px;align-items:center;margin:18px 0;padding:20px;background:#fff;border-radius:18px;box-shadow:0 8px 26px #17385212}.kardex-foto{width:170px;aspect-ratio:3/4;display:grid;place-items:center;overflow:hidden;border-radius:14px;background:#e6eef4;color:#8094a4;font-size:4rem}.kardex-foto img{width:100%;height:100%;object-fit:cover}.kardex-persona p{margin:0;color:#6c7d89;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800}.kardex-persona h1{margin:4px 0 14px;color:var(--azul);font-size:clamp(1.5rem,4vw,2.5rem)}.kardex-publico dl{margin:0}.kardex-persona dl{display:flex;flex-wrap:wrap;gap:10px 24px}.kardex-publico dt{color:#6f808c;font-size:.78rem}.kardex-publico dd{margin:2px 0;font-weight:800;overflow-wrap:anywhere}.kardex-aviso{padding:13px 16px;border-radius:12px;background:#fff3cb;color:#735700;border-left:5px solid #ffcf00}.kardex-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.kardex-card{background:#fff;border:1px solid #dce6ec;border-radius:16px;padding:20px}.kardex-card h2{margin:0 0 14px;color:var(--azul);font-size:1.05rem}.kardex-card dl div{padding:9px 0;border-bottom:1px dashed #dce5ea}.kardex-card.critico{border-top:5px solid var(--rosa)}.kardex-indicacion{padding:12px;border-radius:10px;background:#ffe6f2;color:#721443}.kardex-card.contactos{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.kardex-card.contactos h2{grid-column:1/-1}.kardex-card.contactos article{display:grid;padding:14px;border-radius:12px;background:#eff7fa}.kardex-card.contactos span,.kardex-card.contactos small{color:#6a7b87}.kardex-card.contactos a{margin-top:8px;font-size:1.1rem;font-weight:800;color:var(--azul)}.kardex-publico footer{display:grid;gap:3px;text-align:center;margin-top:18px;padding:18px;color:#60717d}.kardex-publico footer strong{color:var(--azul)}.kardex-estado{display:grid;place-content:center;text-align:center}.kardex-estado i{font-size:3rem;color:var(--rosa)}@media(max-width:700px){.kardex-publico{padding:12px}.kardex-marca{align-items:flex-start;flex-direction:column}.kardex-marca div{text-align:left}.kardex-persona{grid-template-columns:95px 1fr;gap:14px}.kardex-foto{width:95px}.kardex-grid{grid-template-columns:1fr}.kardex-card.contactos{grid-column:auto;grid-template-columns:1fr}.kardex-card.contactos h2{grid-column:auto}.kardex-persona dl{display:grid}.kardex-persona h1{font-size:1.35rem}}.section-status{min-height:calc(100vh - 8rem);display:grid;place-items:center;padding:2rem}.section-status__card{width:min(100%,48rem);padding:clamp(1.5rem,4vw,3rem);border-radius:1rem;border-top:.4rem solid var(--azul, #044c7e);background:#fff;box-shadow:0 .75rem 2rem #044c7e1f;text-align:center}.section-status__eyebrow{display:block;margin-bottom:.75rem;color:var(--azul, #044c7e);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.section-status__icon{width:4rem;height:4rem;margin:0 auto 1rem;display:grid;place-items:center;border-radius:50%;background:#2fb4e526;color:var(--azul, #044c7e);font-size:1.65rem}.section-status h1{margin-bottom:1.25rem;color:#19324a}.section-status .alert{text-align:left}.section-status .btn i{margin-right:.5rem}*{margin:0;padding:0;box-sizing:border-box}:root{--amarillo: #fecd0d;--azul: #044c7e;--celeste: #2fb4e5;--verde-limon: #c1d101;--rosa-fucsia: #df1484;--azul-2: #064c97;--gris-claro: #f5f5f5;--gris-medio: #e0e0e0;--gris-oscuro: #333;--blanco: #ffffff}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:var(--gris-claro);color:var(--gris-oscuro)}#root{width:100%;min-height:100vh}.loading{display:flex;justify-content:center;align-items:center;min-height:200px}.spinner{width:50px;height:50px;border:5px solid var(--gris-medio);border-top-color:var(--azul);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:8px}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0003}.btn-primary{background-color:var(--azul);color:#fff}.btn-success{background-color:var(--verde-limon);color:var(--gris-oscuro)}.btn-danger{background-color:var(--rosa-fucsia);color:#fff}.btn-warning{background-color:var(--amarillo);color:var(--gris-oscuro)}.btn-info{background-color:var(--celeste);color:#fff}.btn-secondary{background-color:var(--gris-medio);color:var(--gris-oscuro)}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:var(--gris-oscuro)}.form-control{width:100%;padding:12px;border:2px solid var(--gris-medio);border-radius:5px;font-size:14px;transition:border-color .3s ease}.form-control:focus{outline:none;border-color:var(--azul)}.form-check{display:flex;align-items:center;gap:10px}.form-check input[type=checkbox]{width:20px;height:20px;cursor:pointer}.table-container{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 10px #0000001a;overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:12px;text-align:left;border-bottom:1px solid var(--gris-medio)}th{background-color:var(--gris-claro);font-weight:600;color:var(--gris-oscuro)}tr:hover{background-color:var(--gris-claro)}.modal-overlay{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background-color:#00000080!important;display:flex!important;justify-content:center!important;align-items:center!important;z-index:9999!important;animation:fadeIn .3s ease;padding:0!important;margin:0!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-overlay .modal{background:#fff!important;border-radius:10px!important;padding:30px!important;max-width:600px!important;width:90%!important;max-height:90vh!important;overflow-y:auto!important;box-shadow:0 10px 40px #0000004d!important;animation:slideUp .3s ease;position:relative!important;z-index:10000!important;display:block!important;opacity:1!important;transform:none!important;margin:auto!important}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid var(--gris-medio)}.modal-header h2{color:var(--azul)}.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:20px;border-top:2px solid var(--gris-medio)}.alert{padding:15px 20px;border-radius:5px;margin-bottom:20px;display:flex;align-items:center;gap:10px}.alert-success{background-color:#d4edda;color:#155724;border-left:4px solid #28a745}.alert-danger{background-color:#f8d7da;color:#721c24;border-left:4px solid #dc3545}.alert-warning{background-color:#fff3cd;color:#856404;border-left:4px solid #ffc107}.alert-info{background-color:#d1ecf1;color:#0c5460;border-left:4px solid #17a2b8}.badge{display:inline-block;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:600}.badge-success{background-color:#28a745;color:#fff}.badge-danger{background-color:#dc3545;color:#fff}.text-center{text-align:center}.mt-1{margin-top:10px}.mt-2{margin-top:20px}.mt-3{margin-top:30px}.mb-1{margin-bottom:10px}.mb-2{margin-bottom:20px}.mb-3{margin-bottom:30px}.p-1{padding:10px}.p-2{padding:20px}.p-3{padding:30px}.d-flex{display:flex}.justify-between{justify-content:space-between}.align-center{align-items:center}.gap-1{gap:10px}.gap-2{gap:20px}
