@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";
*,:before,:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;overflow-x:hidden}#__next,#root{height:100%}:root{--text-color:#000;--text-color-secondary:#0000008c;--primary-color:#0303a5;--primary-color-text:#fff;--font-family:"Montserrat","Inter",sans-serif;--surface-0:#f5f5f5;--surface-50:#f5f5f5;--surface-ground:#f5f5f5;--surface-light:#fafafa;--surface-white:#fff;--text-primary:#242424;--text-secondary:#737373;--text-disabled:#555;--border-color:#e0e0e0;--divider-color:#cfcfcf;--hover-background:#f5f5f5;--hover-color-secondary:#ff931a;--success-color:#28a745;--danger-color:#d84315;--warning-color:#ffc107;--danger-light-background:#fff3e0;--border-radius:6px;--focus-ring:0 0 0 .2rem #00838f66;--event-purple-bg:#e2dbfa;--event-purple-text:#5f41d9;--event-pink-bg:#fad2e1;--event-pink-text:#d63384;--event-orange-bg:#fde8d7;--event-orange-text:#e67e22;--event-blue-bg:#dbeafe;--event-blue-text:#2563eb}body{font-family:var(--font-family);background-color:var(--surface-ground);color:var(--text-color)}
.min-h-screen{min-height:100vh}.custom-toolbar-spacing{width:100%;min-height:70px}.custom-app-bar-bg{background-color:var(--surface-card);color:var(--text-color-secondary)}.custom-app-bar-shadow{box-shadow:0 2px 8px #0000001a}.custom-z-index{z-index:1001}.custom-toolbar-height{min-height:70px}.custom-sidebar-permanent-container{flex-shrink:0}.custom-sidebar-permanent{background-color:var(--surface-card);border-right:1px solid var(--surface-border);box-sizing:border-box;z-index:999;height:100%;position:fixed}@media screen and (min-width:992px){.custom-protected-main{width:calc(100% - 240px)!important;margin-left:240px!important}}.custom-login-card{background:var(--surface-card);border-radius:10px;width:100%;max-width:400px}.custom-card-shadow{box-shadow:0 4px 4px #00000040}.custom-login-button-height{height:55px;min-height:55px}.custom-login-container{justify-content:center;align-items:center;width:100%;display:flex}.custom-login-form-container{row-gap:15px;display:grid}.custom-login-background{box-sizing:border-box;background-image:url(../media/car-background.9791a86b.png);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 119px);padding:1rem;display:flex}@media (max-width:768px){.custom-login-background{min-height:calc(100vh - 130px);padding:.75rem}.custom-login-card{max-width:95vw}.custom-login-button-height{height:48px;min-height:48px}}@media (max-width:480px){.custom-login-background{align-items:flex-start;min-height:calc(100svh - 120px);padding:2rem .5rem .5rem}}.custom-footer-bg{background-color:var(--surface-card);border-top:1px solid var(--surface-d);box-shadow:0 -2px 8px #0000000d}.custom-footer-bottom-border{border-top:1px solid var(--surface-d)}.max-w-7xl{max-width:75rem}
.custom-footer-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));display:grid}@media (max-width:600px){.custom-footer-grid{grid-template-columns:1fr}}.custom-text-primary{color:var(--text-color)}.custom-text-secondary,.custom-link-secondary{color:var(--text-color-secondary);text-decoration:none;transition:color .2s}.hover\:custom-link-hover:hover{color:var(--primary-color)}.custom-logo{object-fit:contain}.custom-nav-links a{color:var(--text-color-secondary);font-weight:500;text-decoration:none;transition:opacity .2s}.custom-nav-links a:hover{opacity:.8}.custom-profile-button{transition:background-color .2s}.custom-profile-button:hover{background-color:var(--surface-hover)}.p-inputtext{border:1px solid gray;border-radius:10px}.btn-download{color:#374151;cursor:pointer;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:8px;justify-content:center;align-items:center;width:100%;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-download:hover{background-color:#f3f4f6;border-color:#9ca3af;box-shadow:0 1px 2px #0000000d}.btn-download i{color:#ef4444;font-size:1.1rem}.lightbox-overlay{z-index:1000;background:#000000e6;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.lightbox-content img{border-radius:8px;max-width:90vw;max-height:80vh;animation:.3s ease-out zoomIn;box-shadow:0 0 20px #00000080}.nav-btn,.close-btn{color:#fff;cursor:pointer;background:0 0;border:none;padding:20px;font-size:2rem;transition:opacity .3s;position:absolute}.nav-btn:hover{opacity:.7}.prev{left:10px}.next{right:10px}.close-btn{font-size:3rem;top:10px;right:10px}.photos-wrapper{margin-bottom:30px}.photos-list{gap:15px;padding-bottom:10px;display:flex;overflow-x:auto}.photo-card{border:1px solid #e5e7eb;border-radius:8px;min-width:150px;height:110px;overflow:hidden}.photo-card img{object-fit:cover;width:100%;height:100%}@media (max-width:480px){.lightbox-content img{max-width:95vw;max-height:70vh}.nav-btn,.close-btn{padding:12px;font-size:1.5rem}.close-btn{font-size:2rem}.photo-card{min-width:120px;height:85px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
