*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Roboto,sans-serif;line-height:1.5}.auth-container{background:#fff;border-radius:16px;width:100%;max-width:380px;margin:60px auto;padding:40px 30px;box-shadow:0 10px 30px #0000001a}.logo-container{text-align:center;margin-bottom:32px}.logo{background:linear-gradient(90deg,#2563eb,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:8px;font-size:2.8rem;font-weight:800}.auth-container h2{color:#1e2937;text-align:center;margin-bottom:8px;font-size:1.5rem;font-weight:600}.input-group{margin-bottom:18px}.input-group label{color:#475569;margin-bottom:6px;font-size:.9rem;font-weight:500;display:block}input,select{color:#333;appearance:auto;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;width:100%;padding:13px 16px;font-family:inherit;font-size:1rem;transition:all .25s}input:focus,select:focus{background:#fff;border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb26}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(90deg,#2563eb,#3b82f6);border:none;border-radius:10px;width:100%;margin-top:8px;padding:13px;font-size:1rem;font-weight:600;transition:all .25s;box-shadow:0 4px 12px #2563eb4d}.btn-primary:hover:not(:disabled){background:linear-gradient(90deg,#1d4ed8,#2563eb);transform:translateY(-1px);box-shadow:0 6px 16px #2563eb66}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{color:#475569;cursor:pointer;background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;margin-top:8px;padding:13px;font-size:1rem;font-weight:600;transition:all .25s}.btn-secondary:hover{color:#334155;background:#e2e8f0;border-color:#cbd5e1}.btn-primary.small,.btn-secondary.small{width:auto;margin:0;padding:9px 18px;font-size:.88rem}.btn-logout{color:#fff;cursor:pointer;white-space:nowrap;background:#ef4444;border:none;border-radius:8px;padding:8px 18px;font-size:.9rem;font-weight:600;transition:background .2s}.btn-logout:hover{background:#dc2626}.error-msg{color:#dc2626;margin:8px 0;font-size:.88rem}.msg-ok{color:#16a34a;font-size:.85rem}.msg-error{color:#dc2626;font-size:.85rem}.dash-header{color:#fff;z-index:100;background:#1e2937;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 20px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #0003}.dash-header h2{font-size:1.15rem;font-weight:600}.dash-main{max-width:860px;margin-top:60px;margin-left:auto;margin-right:auto;padding:24px 20px}.dash-panel-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px;display:flex}.dash-panel-header h3{color:#1e2937;font-size:1.25rem;font-weight:600}.dash-actions{flex-wrap:wrap;gap:8px;display:flex}.loading-msg,.empty-msg{text-align:center;color:#64748b;padding:40px;font-size:.95rem}.gerentes-list{flex-direction:column;gap:12px;display:flex}.gerente-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:box-shadow .2s;overflow:hidden;box-shadow:0 2px 10px #00000012}.gerente-card:hover{box-shadow:0 4px 18px #0000001c}.card-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.card-header:hover{background:#f8fafc}.card-header-main{flex-direction:column;gap:3px;min-width:0;display:flex}.card-nombre{color:#1e2937;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:600;overflow:hidden}.card-email{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;overflow:hidden}.card-header-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.card-chevron{color:#94a3b8;font-size:.7rem;transition:transform .2s}.card-chevron.open{transform:rotate(180deg)}.badge{white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:600}.badge-confirmed{color:#16a34a;background:#dcfce7}.badge-pending{color:#d97706;background:#fef3c7}.badge-demo{color:#2563eb;background:#dbeafe}.badge-expired{color:#dc2626;background:#fee2e2}.card-body{background:#fafbfc;border-top:1px solid #e2e8f0;flex-direction:column;gap:10px;padding:16px 18px;animation:.18s slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.card-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;display:flex}.card-label{color:#64748b;flex-shrink:0;font-size:.8rem;font-weight:500}.card-row>span:last-child{color:#1e2937;text-align:right;word-break:break-all;font-size:.9rem}.monospace{font-family:monospace!important;font-size:.82rem!important}.card-actions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px;display:flex}.confirmed-text{color:#16a34a;font-size:.85rem;font-weight:600}.btn-danger{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:8px;padding:7px 14px;font-size:.85rem;font-weight:600;transition:background .15s}.btn-danger:hover{background:#bb2d3b}.btn-danger:disabled{cursor:not-allowed;background:#e8828b}.modal-overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-box{background:#fff;border-radius:14px;width:100%;max-width:420px;max-height:90vh;padding:28px;overflow-y:auto}.modal-box h3{color:#1e2937;margin-bottom:16px;font-size:1.15rem;font-weight:600}.modal-form{flex-direction:column;gap:10px;display:flex}.modal-footer{gap:8px;margin-top:8px;display:flex}@media (width<=500px){.auth-container{margin:20px 16px;padding:28px 20px}.dash-main{padding:16px 12px}.dash-header h2{font-size:1rem}.dash-panel-header{flex-direction:column;align-items:flex-start}.card-header,.card-body{padding:14px}.card-row{flex-direction:column;gap:2px}.card-row>span:last-child{text-align:left}}
