body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}div{align-items:center;height:100vh;justify-content:center}div,form{display:flex}form{background:#fff;border-radius:12px;box-shadow:0 8px 30px #00000014;flex-direction:column;gap:1rem;max-width:380px;padding:2rem;width:100%}h2{margin-bottom:1rem;text-align:center}input{border:1px solid #dcdfe3;border-radius:8px;font-size:15px;padding:12px 14px;transition:all .2s ease}input:focus{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e226;outline:none}button{background:#2c3e50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;margin-top:.5rem;padding:12px;transition:all .25s ease}button:hover{background:#1f2d3a}button:active{transform:scale(.98)}@media (max-width:480px){form{margin:0 1rem;padding:1.5rem}input{font-size:14px}button,input{padding:10px}}.login-wrapper{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-card{border-radius:12px;box-shadow:0 8px 25px #0000001a;display:flex;max-width:780px;min-height:420px;overflow:hidden;width:100%}.login-left{background:#2c3e50;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:3rem 2.5rem}.login-left h2{color:#fff;font-size:32px;font-weight:600;margin-bottom:.75rem}.login-left .subtitle{color:#fff9;font-size:14px;line-height:1.6}.login-right{background:#fff;flex:1 1;justify-content:center;padding:3rem 2.5rem}.login-right,.login-right form{display:flex;flex-direction:column}.login-right form{gap:1rem}.login-right input{border:1px solid #ccc;border-radius:8px;font-size:14px;outline:none;padding:12px 14px;transition:border-color .2s;width:100%}.login-right input:focus{border-color:#2c3e50}.login-right button{background:#2c3e50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;padding:12px;transition:background .2s;width:100%}.login-right button:hover{background:#1f2d3a}.register-redirect{color:#666;font-size:13px;margin-top:.5rem;text-align:center}.register-link{color:#2c3e50;font-weight:500;text-decoration:none}.register-link:hover{text-decoration:underline}@media (max-width:600px){.login-card{flex-direction:column;min-height:0;min-height:auto}.login-left{padding:2rem 1.5rem;text-align:center}.login-left h2{font-size:24px}.login-right{padding:2rem 1.5rem}}.register-wrapper{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.register-card{background:#fff;border-radius:14px;box-shadow:0 10px 30px #00000014;display:flex;max-width:900px;overflow:hidden;width:100%}.register-left{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2.5rem}.register-left h2{color:#222;font-size:28px;margin-bottom:1rem}.register-left p{color:#666;font-size:14px;max-width:260px}.register-right{background:#fafafa;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem}.register-right input,.register-right select{background:#fff;border:1px solid #dcdfe3;border-radius:8px;color:#333;font-size:14px;margin-bottom:1rem;padding:12px;transition:all .2s ease;width:100%}.register-right input:focus,.register-right select:focus{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e226;outline:none}.register-right button{background:#2c3e50;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;padding:12px;transition:all .25s ease;width:100%}.register-right button:hover{background:#1f2d3a}.register-right button:active{transform:scale(.98)}@media (max-width:768px){.register-card{flex-direction:column}.register-left{padding:1.5rem;text-align:center}.register-left p{max-width:100%}.register-right{padding:1.5rem}}.login-redirect{color:#666;font-size:13px;margin-top:1rem;text-align:center}.login-link{color:#2c3e50;font-weight:500;text-decoration:none}.login-link:hover{text-decoration:underline}.dashboard-wrapper{background:#f4f6f8;min-height:100vh;padding:2rem 1rem}.dashboard-container{margin:0 auto;width:100%}.dashboard-container h2{color:#2c3e50;font-size:22px;font-weight:600;margin-bottom:1.5rem}.alert-bar{animation:fadeIn .3s ease;background:#2c3e50;border-radius:10px;font-size:14px;font-weight:500;margin-bottom:1.25rem;padding:12px 16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.table-card{border-radius:16px;box-shadow:0 2px 12px #0000000f;padding:1.5rem}table{font-size:14px}thead tr{background:#f8f9fa}thead th{border-bottom:1px solid #f0f0f0;color:#999;font-size:11px;font-weight:600;letter-spacing:.5px;padding:12px 16px;text-align:left;text-transform:uppercase}tbody tr{border-bottom:1px solid #f5f5f5;transition:background .15s}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:#f9fafb}tbody td{color:#333;font-size:13px;padding:14px 16px;vertical-align:middle}.status{display:inline-block}.status-yes{background:#e8f8f1;color:#2e7d52}.status-no{background:#fef0f0}.hero-card{background:#2c3e50;border-radius:16px;margin-bottom:1.25rem;overflow:hidden;padding:1.75rem;position:relative}.hero-circle{background:#ffffff0d;border-radius:50%;position:absolute}.hero-circle-top{height:120px;right:-30px;top:-30px;width:120px}.hero-circle-bottom{bottom:-20px;height:80px;right:40px;width:80px}.hero-label{color:#ffffff80;font-size:11px;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.hero-name{color:#fff;font-size:22px;font-weight:600;margin-bottom:1.25rem}.balance-label{color:#ffffff73;font-size:11px;margin-bottom:4px}.balance-amount{color:#fff;font-size:32px;font-weight:700}.details-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #0000000f;margin-bottom:1.25rem;padding:1.25rem}.section-title{color:#999;font-size:11px;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.detail-row{align-items:center;border-bottom:1px solid #f5f5f5;display:flex;flex-direction:row;gap:12px;padding:10px 0}.detail-row.last{border-bottom:none}.detail-icon{align-items:center;border-radius:8px;display:flex;font-size:15px;height:34px;justify-content:center;min-width:34px;width:34px}.email-icon{background:#eef2ff;color:#5c6bc0}.phone-icon{background:#fff4e6;color:#ef6c00}.vehicle-icon{background:#e8f8f1;color:#2e7d52}.branch-icon{background:#fef0f0;color:#c62828}.detail-info{display:flex;flex-direction:column}.detail-label{color:#999;font-size:11px}.detail-value{color:#222;font-size:13px;font-weight:500}.action-group{display:flex;flex-direction:column;gap:10px}.btn{border:none;border-radius:10px;cursor:pointer;font-size:14px;font-weight:500;padding:13px;transition:.2s;width:100%}.btn:active{transform:scale(.97)}.btn-primary{background:#2c3e50;color:#fff}.btn-primary:hover{background:#1f2d3a}.btn-outline{background:#0000;border:1.5px solid #2c3e50;color:#2c3e50}.btn-outline:hover{background:#f0f2f4}.btn-danger{background:#e74c3c;color:#fff}.btn-danger:hover{background:#c0392b}@media (max-width:480px){.dashboard-wrapper{padding:1rem}.balance-amount{font-size:26px}tbody td,thead th{font-size:12px;padding:10px}}*{box-sizing:border-box;font-family:Segoe UI,Roboto,sans-serif;margin:0;padding:0}body{background:#f4f6f8}.dashboard-container{margin:auto;max-width:1100px;padding:2rem}h2{color:#222;font-weight:600;margin-bottom:1.5rem}.table-card{background:#fff;border-radius:12px;box-shadow:0 8px 25px #0000000f;overflow-x:auto;padding:1rem}table{border-collapse:collapse;min-width:600px;width:100%}thead{background:#f9fafb}th{border-bottom:1px solid #e5e7eb;color:#555;font-weight:600;text-align:left}td,th{font-size:14px;padding:12px}td{border-bottom:1px solid #f0f0f0;color:#333}tr:hover{background:#f7f9fb}.status{border-radius:20px;font-size:12px;font-weight:500;padding:4px 10px}.status-yes{background:#e6f4ea;color:#2e7d32}.status-no{background:#fdecea;color:#c62828}@media (max-width:768px){.dashboard-container{padding:1rem}h2{font-size:20px}}.alert-bar{background-color:#ff9800;border-radius:5px;color:#fff;font-weight:700;margin-bottom:15px;padding:10px;text-align:center}
/*# sourceMappingURL=main.169aac05.css.map*/