:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.home-container{height:100vh;font-family:Arial,sans-serif;display:flex;flex-direction:column;width:100vw;overflow:hidden}.header{background:#fff;box-shadow:0 2px 10px #0000001a;width:100%;height:10vh;min-height:60px;z-index:1000;position:fixed;top:0;left:0}.header-content{display:flex;justify-content:space-between;align-items:center;height:100%;width:100%;padding:0 1rem;box-sizing:border-box}.logo{display:flex;align-items:center;gap:1rem}.header-logo{display:flex;align-items:center;justify-content:center}.logoimage{width:65px;height:65px;object-fit:contain}.logo h2{color:#313131;margin:0;font-size:1.5rem;font-weight:600}.hamburger-btn{background:none;border:none;cursor:pointer;padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1001;margin-left:auto;order:2}.hamburger{width:24px;height:18px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger span{display:block;height:2px;width:100%;background:#313131;border-radius:2px;transition:all .3s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav{display:flex;align-items:center;gap:1rem;order:3}.logout-btn{background:#505052;color:#fff;border:none;padding:.6rem 1.5rem;border-radius:20px;cursor:pointer;font-weight:500;transition:background .3s;font-size:.9rem;white-space:nowrap}.logout-btn:hover{background:#3a3a3c}.hero-section{background:linear-gradient(135deg,#6f89ff,#060058);color:#fff;height:90vh;display:flex;margin-top:10vh;width:100%;position:relative}.sidebar-nav{background-color:#2c2c2c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:15vw;display:flex;flex-direction:column;align-items:flex-start;position:fixed;top:10vh;left:0;bottom:0;height:90vh;padding:1.5rem 0;box-sizing:border-box;overflow-y:auto;z-index:999;transition:transform .3s ease}.sidebar-logo{padding:0 1.5rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:1rem;width:100%;display:flex;justify-content:space-between;align-items:flex-start}.sidebar-logo h3{color:#fff;margin:0;font-size:1.3rem;opacity:.7}.sidebar-user-info{flex:1}.mobile-user-info{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1)}.mobile-user-name{color:#fff;font-size:.9rem;margin:5px 0;font-weight:500}.mobile-user-email{color:#ffffffb3;font-size:.8rem;margin:5px 0;word-break:break-all}.mobile-user-role{display:inline-block;background:#c2185b33;color:#ff80ab;font-size:.7rem;padding:2px 8px;border-radius:10px;margin-top:5px;border:1px solid rgba(194,24,91,.3)}.sidebar-close-btn{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;line-height:1;opacity:.7;transition:opacity .3s}.sidebar-close-btn:hover{opacity:1}.sidebar-links{display:flex;flex-direction:column;gap:.5rem;width:100%;padding:0 1rem;flex:1}.sidebar-links a{text-decoration:none;color:#fffc;font-weight:500;padding:.9rem 1.2rem;transition:all .3s ease;border-radius:8px;display:flex;align-items:center;font-size:.95rem;border-left:3px solid transparent}.sidebar-links a:hover{background:#ffffff1a;color:#fff;transform:translate(3px)}.sidebar-links a.active{background:#ffffff26;color:#fff;border-left:3px solid #6f89ff;font-weight:600}.sidebar-logout-section{margin-top:auto;padding:20px 1rem 0;border-top:1px solid rgba(255,255,255,.1)}.sidebar-logout-btn{width:100%;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);padding:12px;border-radius:8px;cursor:pointer;font-weight:500;font-size:.95rem;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.sidebar-logout-btn:hover{background:#fff3;transform:translateY(-1px)}.mobile-overlay{position:fixed;top:10vh;left:0;right:0;bottom:0;background:#00000080;z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.scrollable-content{flex:1;margin-left:15vw;height:90vh;overflow-y:auto;padding:2rem;background:#f8f9fa;box-sizing:border-box;transition:margin-left .3s ease}.sidebar-links a[style*="color: #c2185b"]{background:#c2185b1a;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.sidebar-links a[style*="color: #c2185b"]:hover{background:#c2185b33}@media(max-width:1024px){.sidebar-nav{width:20vw}.scrollable-content{margin-left:20vw}}@media(max-width:768px){.header-content{padding:0 1rem}.logo{width:100%;justify-content:space-evenly;align-items:center}.logo h2{font-size:1.2rem;order:1}.logoimage{width:50px;height:50px}.logo{order:1}.hamburger-btn{order:3;margin-left:0}.nav{order:2;flex:1;justify-content:flex-end;margin-right:10px}.sidebar-nav{width:250px;transform:translate(200%);box-shadow:2px 0 10px #0003}.sidebar-nav.mobile-hidden{transform:translate(200%)}.sidebar-nav:not(.mobile-hidden){transform:translate(50%)}.scrollable-content{margin-left:0!important;width:100%;padding:1rem}.scrollable-content.sidebar-open{margin-left:0}.sidebar-close-btn{display:block}.sidebar-logo h3{font-size:1rem}.sidebar-links{padding:0 .5rem;height:calc(100% - 80px)}.sidebar-links a{padding:.8rem;font-size:.9rem}.nav span{font-size:.8rem;margin-right:0;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}.logout-btn{padding:.5rem 1rem;font-size:.8rem}.nav .logout-btn{display:none}.header-content{justify-content:space-between}}@media(min-width:769px){.mobile-overlay,.hamburger-btn,.sidebar-close-btn{display:none}.sidebar-nav.mobile-hidden{transform:translate(0)!important}.sidebar-logout-section,.mobile-user-info{display:none}.nav .logout-btn{display:block}.logo,.hamburger-btn,.nav{order:0}}@media(min-width:769px){.calendar-container{background-color:#060058}}.scrollable-content::-webkit-scrollbar{width:8px}.scrollable-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.scrollable-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.scrollable-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.getstarted-content{min-height:100vh;scroll-behavior:smooth;position:relative;width:100%;overflow-x:hidden}.step-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;transition:all .3s ease;position:relative;width:100%}.welcome-section{color:#fff;text-align:center}.step-content{max-width:95%;text-align:center;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;animation:fadeInUp .6s ease-out;margin:1rem auto;color:#000;width:100%}.step-content.expanded-content{max-width:95%;text-align:left;padding:2rem}.complete-section{background:linear-gradient(135deg,#4facfe,#00f2fe)}.complete-section .step-content{background:#fffffff2}.hero-content{max-width:95%;text-align:center;padding:1.5rem;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 auto;color:#000}.hero-content h1{font-size:2rem;margin-bottom:1rem;font-weight:700;line-height:1.3}.hero-content p{font-size:1rem;margin-bottom:1.5rem;opacity:.9;line-height:1.5}.step-indicator{background:#667eea;color:#fff;padding:.5rem 1.5rem;border-radius:25px;display:inline-block;margin-bottom:1rem;font-size:.7rem;font-weight:700;letter-spacing:.5px}.cta-button{background:#ff6b6b;color:#fff;border:none;padding:.8rem 2rem;font-size:.8rem;border-radius:50px;cursor:pointer;transition:all .3s ease;margin-top:1rem;font-weight:600;letter-spacing:.5px;width:100%;max-width:200px}.cta-button:hover{background:#ff5252;transform:translateY(-3px);box-shadow:0 10px 25px #ff6b6b66}.navigation-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem;flex-wrap:wrap;width:100%}.nav-button{padding:.7rem 1.5rem;border:none;border-radius:10px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:.8rem;min-width:100px;flex:1}.nav-button.previous{background:#e9ecef;color:#495057}.nav-button.next{background:#667eea;color:#fff}.nav-button.finish{background:#51cf66;color:#fff;animation:pulse 2s infinite}.progress-indicator{position:fixed;top:50%;right:1rem;transform:translateY(-50%);display:flex;flex-direction:column;gap:.8rem;z-index:1000}.progress-dot{width:12px;height:12px;border-radius:50%;background:#dee2e6;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.progress-dot.active{background:#667eea;transform:scale(1.2)}.detailed-section{margin:1.5rem 0}.detailed-content h3{color:#333;margin-bottom:1rem;border-bottom:2px solid #667eea;padding-bottom:.5rem;font-size:1.5rem}.detailed-content h4{color:#444;margin:1.2rem 0 .5rem;font-size:1.3rem}.detailed-content h5{color:#555;margin:1rem 0 .5rem;font-size:1.1rem}.features-list{display:grid;gap:.8rem;margin:1.2rem 0}.feature-item{background:#f8f9fa;padding:.8rem;border-radius:8px;border-left:4px solid #667eea}.instruction-steps{display:flex;flex-direction:column;gap:1.5rem;margin:1.5rem 0}.instruction-step{display:flex;gap:1rem;align-items:flex-start}.step-number{background:#667eea;color:#fff;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:1rem}.step-content-text{flex:1}.booking-types,.vehicle-options,.config-options{display:grid;grid-template-columns:1fr;gap:1rem;margin:1rem 0}.type-card,.vehicle-card,.config-card{background:#f8f9fa;padding:1.2rem;border-radius:10px;border:1px solid #e9ecef}.tip-box{background:#e7f3ff;border:1px solid #b3d9ff;border-radius:8px;padding:1rem;margin:1.2rem 0}.note{font-style:italic;color:#666;font-size:.85rem;margin-top:.5rem}.dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:.5rem}.checklist{display:grid;gap:.5rem;margin:1rem 0}.check-item{padding:.5rem;background:#f8f9fa;border-radius:5px;font-weight:500;font-size:.9rem}.completion-summary{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:1.5rem 0}.summary-card{background:#f8f9fa;padding:1.2rem;border-radius:10px}.support-info{background:#e7f3ff;padding:1.2rem;border-radius:10px;margin-top:1.5rem}.detailed-content ul{margin:.5rem 0;padding-left:1.2rem}.detailed-content li{margin:.3rem 0;color:#555;line-height:1.4;font-size:.9rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #51cf66b3}70%{box-shadow:0 0 0 10px #51cf6600}to{box-shadow:0 0 #51cf6600}}.step-content h2{color:#333;margin-bottom:1rem;font-size:1.8rem;font-weight:600;text-align:center;line-height:1.3}.step-content p{color:#666;font-size:1rem;line-height:1.5;margin-bottom:0}.section-summary{font-size:1.1rem;font-weight:500;color:#666;margin-bottom:1.5rem;text-align:center;font-style:italic}@media(min-width:768px){.step-section{padding:1.5rem}.step-content{max-width:700px;padding:2rem}.step-content.expanded-content{max-width:800px;padding:2.5rem}.hero-content{max-width:700px}.hero-content h1{font-size:2.5rem}.cta-button{width:auto;padding:1rem 2.5rem}.nav-button{flex:0 1 auto;min-width:120px}.booking-types,.vehicle-options,.config-options,.completion-summary{grid-template-columns:1fr 1fr}.progress-indicator{right:1.5rem}.progress-dot{width:14px;height:14px}}@media(min-width:1024px){.step-content{max-width:800px}.step-content.expanded-content{max-width:900px;padding:3rem}.hero-content{max-width:800px}.hero-content h1{font-size:3rem}.hero-content p{font-size:1.1rem}.step-content h2{font-size:2rem}.navigation-buttons{gap:1.5rem}.progress-indicator{right:2rem}.progress-dot{width:16px;height:16px}}@media(max-width:480px){.step-section{padding:.5rem;min-height:90vh}.step-content{padding:1rem;margin:.5rem auto;border-radius:10px}.step-content.expanded-content{padding:1.5rem}.hero-content{padding:1rem}.hero-content h1{font-size:1.8rem;margin-bottom:.8rem}.hero-content p{font-size:.95rem;margin-bottom:1.2rem}.cta-button{padding:.7rem 1.5rem;font-size:.9rem}.step-indicator{font-size:.65rem;padding:.4rem 1.2rem}.detailed-content h3{font-size:1.3rem}.detailed-content h4{font-size:1.1rem}.instruction-step{flex-direction:column;gap:.5rem}.step-number{width:30px;height:30px;font-size:.9rem}.navigation-buttons{flex-direction:column;gap:.8rem}.nav-button{width:100%}.progress-indicator{right:.5rem;gap:.6rem}.progress-dot{width:10px;height:10px}}@media(max-width:360px){.step-content h2{font-size:1.5rem}.detailed-content h3{font-size:1.2rem}.instruction-step{gap:.5rem}.type-card,.vehicle-card,.config-card,.summary-card,.support-info{padding:1rem}}@media(max-height:600px)and (orientation:landscape){.step-section{min-height:auto;padding:1rem 0}.step-content{margin:1rem auto}.progress-indicator{top:60%}}@media(prefers-color-scheme:dark){.step-content{background:#2d2d2d;color:#e0e0e0}.feature-item,.type-card,.vehicle-card,.config-card,.check-item,.summary-card{background:#3d3d3d;border-color:#4d4d4d}.tip-box{background:#1e3a5f;border-color:#2d4d7a}.support-info{background:#1e3a5f}.step-content h2,.detailed-content h3,.detailed-content h4,.detailed-content h5{color:#fff}.step-content p,.detailed-content li,.summary-card li{color:#ccc}}@media(hover:none)and (pointer:coarse){.cta-button:hover,.nav-button:hover,.progress-dot:hover{transform:none}.cta-button:active,.nav-button:active{transform:scale(.98)}.progress-dot:active{transform:scale(1.2)}}@media(prefers-contrast:high){.step-content{border:2px solid #000}.progress-dot.active{border:3px solid #000}.nav-button{border:1px solid #000}}@media print{.getstarted-content{overflow:visible}.step-section{min-height:auto;page-break-inside:avoid}.progress-indicator,.cta-button,.nav-button{display:none}.step-content{box-shadow:none;border:1px solid #ccc}}.overview-content{padding:1rem;color:#fff;min-height:80vh;margin-top:0;width:100%;box-sizing:border-box;overflow-x:hidden}.overview-content h1{font-size:1.8rem;margin-bottom:.5rem;color:#4caf50;text-align:center;padding:0 1rem}.overview-content p{font-size:1rem;opacity:.9;margin-bottom:1.5rem;text-align:center;padding:0 1rem}.overview-calendar-container{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1rem;max-width:100%;margin:0 auto;border:1px solid rgba(255,255,255,.2);overflow-x:auto;-webkit-overflow-scrolling:touch}.overview-calendar-container-inner{min-width:300px;width:100%}.overview-calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 .5rem;flex-wrap:wrap;gap:1rem;min-width:300px}.overview-calendar-header h2{margin:0;color:#fff;font-size:1.4rem;text-align:center;flex:1;min-width:200px;order:2}.overview-nav-button{background:#fff3;color:#fff;border:none;padding:.6rem 1rem;border-radius:50%;cursor:pointer;font-size:1rem;transition:all .3s;width:40px;height:40px;display:flex;align-items:center;justify-content:center;order:1;flex-shrink:0}.overview-nav-button:last-child{order:3}.overview-nav-button:hover{background:#ffffff4d}.overview-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:2px;margin-bottom:1.5rem;min-width:300px;width:100%}.overview-day-header{text-align:center;font-weight:700;padding:.5rem 0;color:#4caf50;font-size:.65rem;text-transform:uppercase;letter-spacing:.5px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-calendar-day{aspect-ratio:1;border:1px solid transparent;border-radius:6px;padding:.2rem;cursor:pointer;transition:all .3s;display:flex;flex-direction:column;align-items:center;justify-content:space-between;position:relative;min-height:40px;min-width:0}.overview-calendar-day.empty{background:transparent;cursor:default;visibility:hidden}.overview-calendar-day.active{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.overview-calendar-day.active:hover{background:#ffffff1a;border-color:#ffffff4d}.overview-calendar-day.today{background:#4caf5033;border-color:#4caf50}.overview-calendar-day.selected{background:#2196f34d;border-color:#2196f3}.overview-day-number{font-weight:700;font-size:.8rem;color:#fff;text-align:center;width:100%}.overview-calendar-day.today .overview-day-number{color:#4caf50;font-weight:700}.overview-calendar-day.selected .overview-day-number{color:#2196f3;font-weight:700}.overview-booking-dots{display:flex;flex-wrap:wrap;gap:1px;justify-content:center;margin-top:auto;max-width:100%;overflow:hidden}.overview-booking-dot{width:3px;height:3px;border-radius:50%;background:#ff9800;animation:overview-pulse 2s infinite;flex-shrink:0}@keyframes overview-pulse{0%,to{opacity:1}50%{opacity:.5}}.overview-modal-overlay{position:fixed;inset:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding:0;overflow-y:auto}.overview-modal-content{background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:0;padding:1.5rem;width:100%;min-height:100vh;overflow-y:auto;border:none;color:#fff;box-sizing:border-box}.overview-modal-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.2);flex-wrap:wrap;gap:1rem}.overview-modal-header h2{margin:0;color:#4caf50;font-size:1.3rem;flex:1;min-width:200px}.overview-close-button{background:#fff3;color:#fff;border:none;border-radius:50%;width:35px;height:35px;cursor:pointer;font-size:1.2rem;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0}.overview-form-row{display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}.overview-form-group{margin-bottom:1rem;width:100%}.overview-form-section{margin-bottom:1.5rem}.overview-form-group label{display:block;margin-bottom:.5rem;font-weight:700;color:#4caf50;font-size:.9rem}.overview-form-group input,.overview-form-group textarea{width:100%;padding:.8rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:#ffffff1a;color:#fff;font-size:1rem;transition:all .3s;box-sizing:border-box}.overview-form-group input:focus,.overview-form-group textarea:focus{outline:none;border-color:#4caf50;background:#ffffff26}.overview-form-group input::placeholder,.overview-form-group textarea::placeholder{color:#fff9}.overview-radio-group{display:flex;flex-direction:column;gap:.8rem;margin-top:.5rem}.overview-radio-group.mobile{flex-direction:column}.overview-radio-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400;color:#fff;padding:.8rem;background:#ffffff0d;border-radius:8px;transition:all .3s;margin-bottom:0}.overview-radio-group label:hover{background:#ffffff1a}.overview-radio-group input[type=radio]{width:auto;margin:0;transform:scale(1.2)}.overview-destinations-input{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.overview-destinations-input.mobile{flex-direction:column}.overview-destinations-input input{width:100%}.overview-add-button{background:#4caf50;color:#fff;border:none;border-radius:8px;padding:.8rem 1rem;cursor:pointer;font-size:.9rem;transition:all .3s;width:100%}.overview-destinations-list{display:flex;flex-direction:column;gap:.5rem}.overview-destination-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem;background:#ffffff1a;border-radius:6px;border-left:3px solid #FF9800;flex-wrap:wrap;gap:.5rem}.overview-destination-item span{flex:1;min-width:150px;font-size:.9rem}.overview-remove-button{background:#ff00004d;color:#fff;border:none;border-radius:50%;width:25px;height:25px;cursor:pointer;font-size:.8rem;display:flex;align-items:center;justify-content:center;transition:all .3s;flex-shrink:0}.overview-location-section{margin-bottom:1.5rem;padding:1rem;background:#ffffff0d;border-radius:10px;border:1px solid rgba(255,255,255,.1)}.overview-section-title{color:#4caf50;margin:0 0 1rem;font-size:1rem;border-bottom:2px solid rgba(76,175,80,.3);padding-bottom:.5rem}.overview-form-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.overview-cancel-button,.overview-submit-button{padding:.8rem 1rem;border:none;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .3s;width:100%;text-align:center}.overview-cancel-button{background:#fff3;color:#fff}.overview-submit-button{background:#2196f3;color:#fff;font-weight:700}.overview-error-message{background:#f4433633;border:1px solid #f44336;color:#ff8a80;padding:.8rem;border-radius:8px;margin-bottom:1rem;text-align:center;font-size:.9rem}.overview-calendar-day.past-date{border-color:#f44336!important;background:#f443361a!important;cursor:not-allowed!important;opacity:.6}.overview-calendar-day.today{border-color:#4caf50!important;background:#4caf5033!important}.overview-calendar-day.future-date{border-color:#4caf50!important;background:#4caf501a!important}@media(max-width:320px){.overview-calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:1px}.overview-day-header{font-size:.55rem;padding:.4rem 0}.overview-calendar-day{min-height:35px;padding:.1rem}.overview-day-number{font-size:.7rem}.overview-booking-dot{width:2px;height:2px}}@media(max-width:480px){.overview-content{padding:.5rem}.overview-content h1{font-size:1.5rem;padding:0 .5rem}.overview-calendar-container{padding:.8rem;border-radius:10px;overflow-x:hidden}.overview-calendar-header{margin-bottom:1rem}.overview-calendar-header h2{font-size:1.2rem;min-width:150px}.overview-nav-button{width:35px;height:35px;font-size:.9rem}.overview-calendar-grid{gap:2px}.overview-day-header{font-size:.6rem;padding:.5rem 0}.overview-calendar-day{min-height:35px;border-radius:4px}.overview-day-number{font-size:.75rem}.overview-booking-dot{width:3px;height:3px}.overview-modal-content{padding:1rem}.overview-modal-header{margin-bottom:1rem;padding-bottom:.8rem}.overview-modal-header h2{font-size:1.1rem}.overview-form-group label{font-size:.85rem}.overview-form-group input,.overview-form-group textarea{padding:.6rem;font-size:.9rem}.overview-radio-group.mobile label{padding:.6rem .8rem;font-size:.9rem}.overview-destination-item span{min-width:120px;font-size:.85rem}}@media(min-width:768px){.overview-content{padding:2rem;margin-top:2%}.overview-content h1{font-size:2.2rem}.overview-calendar-container{padding:1.5rem;border-radius:15px;overflow-x:hidden}.overview-calendar-header h2{font-size:1.6rem}.overview-nav-button{width:45px;height:45px}.overview-calendar-grid{gap:6px}.overview-day-header{font-size:.8rem;padding:.8rem 0}.overview-calendar-day{min-height:60px;border-radius:8px;padding:.5rem}.overview-day-number{font-size:1rem}.overview-booking-dot{width:5px;height:5px}.overview-modal-overlay{align-items:center;padding:1rem}.overview-modal-content{border-radius:15px;min-height:auto;max-height:85vh;max-width:700px;padding:2rem}.overview-modal-header h2{font-size:1.5rem}.overview-form-row{flex-direction:row}.overview-radio-group{flex-direction:row;flex-wrap:wrap}.overview-radio-group.mobile,.overview-destinations-input,.overview-destinations-input.mobile{flex-direction:row}.overview-destinations-input input{flex:1}.overview-add-button{width:auto;white-space:nowrap}.overview-form-actions{flex-direction:row;justify-content:flex-end}.overview-cancel-button,.overview-submit-button{width:auto;min-width:120px}}@media(min-width:1024px){.overview-content{margin-top:5%}.overview-content h1{font-size:2.5rem}.overview-calendar-container{padding:2rem;max-width:900px;overflow-x:hidden}.overview-calendar-grid{gap:8px}.overview-day-header{font-size:.9rem;padding:1rem 0}.overview-calendar-day{min-height:80px;border-radius:12px}.overview-modal-content{max-width:800px;padding:2.5rem}.overview-modal-header h2{font-size:1.8rem}}@media(max-height:600px)and (orientation:landscape){.overview-modal-overlay{align-items:flex-start}.overview-modal-content{max-height:90vh;margin:1rem}.overview-calendar-day{min-height:40px}}@media(hover:none)and (pointer:coarse){.overview-calendar-day.active:active{background:#ffffff26;transform:scale(.98)}.overview-nav-button:active,.overview-close-button:active,.overview-add-button:active,.overview-remove-button:active,.overview-cancel-button:active,.overview-submit-button:active{transform:scale(.95)}.overview-calendar-day{min-height:45px}.overview-nav-button{min-width:44px;min-height:44px}.overview-radio-group label{padding:1rem}.overview-destination-item{padding:.8rem}.overview-remove-button{width:32px;height:32px}}@media(prefers-color-scheme:dark){.overview-calendar-container,.overview-modal-content{background:#1e1e1ee6}.overview-location-section,.overview-destination-item{background:#282828b3}.overview-form-group input,.overview-form-group textarea{background:#323232b3}.overview-radio-group label{background:#32323280}}@media(prefers-contrast:high){.overview-calendar-day{border-width:2px}.overview-calendar-day.today{border-width:3px}.overview-form-group input,.overview-form-group textarea{border-width:2px}}@media print{.overview-content{color:#000;background:#fff}.overview-calendar-container{background:#fff;border:1px solid #ccc;overflow-x:visible}.overview-calendar-day{border:1px solid #ccc;color:#000}.overview-calendar-day.today{background:#e6ffe6}.overview-modal-overlay,.overview-nav-button:hover,.overview-add-button:hover,.overview-submit-button:hover{display:none}}.confirmed-page-content{padding:2rem;max-width:1200px;margin:0 auto}.confirmed-page-header{text-align:center;margin-bottom:2rem}.confirmed-page-header h1{color:#1e293b;margin-bottom:.5rem;font-size:2.5rem}.confirmed-page-header p{color:#64748b;font-size:1.1rem}.confirmed-stats-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.confirmed-stat-card{background:linear-gradient(135deg,#eee,#e7eef7);color:#1e293b;padding:1.5rem;border-radius:12px;text-align:center;box-shadow:0 4px 6px #0000001a}.confirmed-stat-card h3{font-size:2rem;margin:0 0 .5rem;font-weight:600;color:#475569}.confirmed-stat-card p{margin:0;color:#64748b;font-size:.9rem}.confirmed-filter-buttons{display:flex;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.confirmed-filter-btn{padding:.75rem 1.5rem;border:2px solid #e2e8f0;background:#fff;color:#64748b;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s ease}.confirmed-filter-btn:hover{border-color:#94a3b8;background:#f8fafc}.confirmed-filter-btn.active{background:#475569;color:#fff;border-color:#475569}.confirmed-bookings-container{margin-top:2rem}.confirmed-no-bookings{text-align:center;padding:3rem;background:#f8fafc;border-radius:12px;color:#64748b}.confirmed-no-bookings h3{color:#475569;margin-bottom:.5rem}.confirmed-bookings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.confirmed-booking-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000000d;transition:all .2s ease;position:relative;opacity:.9}.confirmed-booking-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);opacity:1}.confirmed-booking-card:before{content:"Completed";position:absolute;top:-1px;right:-1px;background:#059669;color:#fff;padding:.25rem .75rem;border-radius:0 12px 0 8px;font-size:.75rem;font-weight:600}.confirmed-booking-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.confirmed-booking-type{display:flex;gap:.5rem;flex-wrap:wrap}.confirmed-type-badge{background:#64748b;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600}.confirmed-type-badge.trip{background:#7c3aed}.confirmed-type-badge.dayhire{background:#dc2626}.confirmed-trip-type-badge{background:#475569;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.confirmed-booking-date{text-align:right;color:#64748b;font-size:.9rem}.confirmed-days-ago{font-size:.8rem;color:#94a3b8;font-style:italic}.confirmed-booking-customer{margin-bottom:1rem}.confirmed-booking-customer h3{margin:0 0 .25rem;color:#1e293b;font-size:1.25rem}.confirmed-booking-customer .confirmed-phone{margin:0;color:#64748b;font-size:.9rem}.confirmed-booking-details,.confirmed-detail-section{margin-bottom:1rem}.confirmed-detail-section strong{color:#374151;font-size:.9rem;display:block;margin-bottom:.5rem}.confirmed-detail-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;padding:.25rem 0}.confirmed-detail-row .confirmed-label{color:#64748b;font-weight:500;font-size:.85rem;min-width:120px}.confirmed-detail-row .confirmed-value{color:#1e293b;font-size:.85rem;text-align:right;flex:1;margin-left:1rem}.confirmed-destinations-list{margin-top:.5rem}.confirmed-destination-item{background:#f8fafc;padding:.5rem .75rem;border-radius:6px;margin-bottom:.25rem;font-size:.85rem;color:#475569}.confirmed-total-charges{border-top:1px solid #e2e8f0;padding-top:.75rem;margin-top:.75rem}.confirmed-total-charges .confirmed-label{font-weight:600;color:#1e293b}.confirmed-charges{font-weight:600;color:#059669;font-size:1rem}.confirmed-booking-notes{background:#f0f9ff;border-left:4px solid #0ea5e9;padding:.75rem 1rem;border-radius:0 6px 6px 0;margin:1rem 0;font-size:.85rem;color:#0369a1}.confirmed-booking-notes strong{color:#0c4a6e}.confirmed-booking-footer{border-top:1px solid #f1f5f9;padding-top:.75rem;margin-top:.75rem}.confirmed-created-date{color:#94a3b8;font-size:.8rem;font-style:italic}.confirmed-loading{text-align:center;padding:3rem;color:#64748b;font-size:1.1rem}.confirmed-error-message{background:#fef2f2;color:#dc2626;padding:1rem 1.5rem;border-radius:8px;text-align:center;margin-bottom:1rem;border:1px solid #fecaca}.confirmed-retry-button{background:#dc2626;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;margin-top:.5rem;font-weight:500}.confirmed-retry-button:hover{background:#b91c1c}@media(max-width:768px){.confirmed-page-content{padding:1rem}.confirmed-bookings-grid{grid-template-columns:1fr}.confirmed-filter-buttons{justify-content:flex-start}.confirmed-filter-btn{flex:1;min-width:120px}.confirmed-booking-header{flex-direction:column;gap:.5rem}.confirmed-booking-date{text-align:left}.confirmed-detail-row{flex-direction:column;gap:.25rem}.confirmed-detail-row .confirmed-value{text-align:left;margin-left:0}}.page-content{padding:15px;max-width:100%;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-sizing:border-box;width:100%}.upcoming-header{text-align:center;margin-bottom:25px;padding:0 10px}.upcoming-header h1{color:#2c3e50;margin-bottom:8px;font-size:clamp(1.8rem,5vw,2.5rem);word-wrap:break-word}.upcoming-header p{color:#7f8c8d;font-size:clamp(.9rem,2vw,1.1rem);line-height:1.4}.stat-card{background:#eeeded;padding:15px 10px;border-radius:8px;text-align:center;box-shadow:0 2px 8px #00000014;border-left:3px solid #3498db;min-width:0}.stat-card:hover{transform:translateY(-2px);transition:transform .2s ease}.stat-card h3{font-size:clamp(1.5rem,4vw,2rem);color:#2c3e50;margin:0 0 6px;line-height:1.2}.stat-card p{color:#7f8c8d;margin:0;font-weight:600;font-size:.9rem}.filter-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px;justify-content:center;padding:0 5px}.filter-btn{padding:.75rem 1.5rem;border:2px solid #3498db;background:#fff;color:#3498db;border-radius:10px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:.85rem;white-space:nowrap;min-width:80px;text-align:center}.filter-btn:hover{background:#3498db;color:#fff}.filter-btn.active{background:#3498db;color:#fff;transform:scale(1.05)}@media(max-width:576px){.filter-buttons{justify-content:center;overflow-x:auto;padding-bottom:10px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.filter-buttons::-webkit-scrollbar{height:4px}.filter-buttons::-webkit-scrollbar-thumb{background:#3498db;border-radius:2px}.filter-btn{flex-shrink:0;min-width:70px;padding:6px 12px;font-size:.8rem}}.loading{text-align:center;padding:30px 15px;font-size:1rem;color:#7f8c8d}.error-message{text-align:center;padding:30px 15px;color:#e74c3c;font-size:1rem;display:flex;flex-direction:column;align-items:center;gap:15px}.retry-button{margin-top:10px;padding:8px 20px;background:#e74c3c;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:600;font-size:.9rem;white-space:nowrap}.retry-button:hover{background:#c0392b}.no-bookings{text-align:center;padding:40px 15px;color:#7f8c8d}.no-bookings h3{margin-bottom:10px;color:#95a5a6;font-size:1.2rem}.no-bookings p{color:#7f8c8d;max-width:500px;margin:0 auto;line-height:1.5}.bookings-container{margin-top:15px}.bookings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr));gap:20px}@media(max-width:768px){.bookings-grid{grid-template-columns:1fr;gap:15px}}.booking-card{background:#f0eeee;border-radius:10px;padding:18px;box-shadow:0 3px 10px #00000014;border:1px solid #e1e8ed;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;min-width:0}.booking-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.booking-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #ecf0f1;flex-wrap:wrap;gap:10px}.booking-type{display:flex;gap:6px;flex-wrap:wrap}.type-badge{padding:4px 10px;border-radius:16px;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.type-badge.trip{background:#e8f4fd;color:#3498db;border:1px solid #3498db}.type-badge.dayhire{background:#f0f8ff;color:#9b59b6;border:1px solid #9b59b6}.trip-type-badge{padding:3px 8px;background:#fff3cd;color:#856404;border-radius:10px;font-size:.7rem;font-weight:500;white-space:nowrap}.booking-date{font-weight:600;color:#2c3e50;font-size:.85rem;white-space:nowrap}.booking-customer h3{margin:0 0 4px;color:#2c3e50;font-size:clamp(1rem,2vw,1.3rem);word-break:break-word}.phone{color:#7f8c8d;margin:0 0 12px;font-size:.85rem;word-break:break-all}.booking-details{margin-bottom:12px;flex:1}.detail-section{color:#000;margin-bottom:12px}.detail-section strong{display:block;margin-bottom:6px;font-size:.95rem;color:#2c3e50}.detail-row{display:flex;flex-direction:column;margin-bottom:6px;padding:4px 0}@media(min-width:576px){.detail-row{flex-direction:row;justify-content:space-between;align-items:flex-start}}.detail-row .label{font-weight:600;color:#7f8c8d;min-width:110px;font-size:.85rem;margin-bottom:2px}.detail-row .value{color:#2c3e50;text-align:left;flex:1;font-size:.9rem;word-break:break-word;line-height:1.4}@media(min-width:576px){.detail-row .value{text-align:right}}.detail-row .value.charges{color:#27ae60;font-weight:600;font-size:1rem}.destinations-list{margin-top:6px;padding-left:15px}.destination-item{color:#000;font-size:.85rem;margin-bottom:4px;line-height:1.4;word-break:break-word}.total-charges{margin-top:10px;padding-top:10px;border-top:1px dashed #ddd;font-weight:600}.booking-notes{background:#f8f9fa;padding:10px;border-radius:6px;margin:12px 0;border-left:3px solid #f39c12;font-size:.85rem;color:#2c3e50;word-break:break-word;line-height:1.4}.booking-footer{display:flex;flex-direction:column;align-items:flex-start;padding-top:12px;border-top:1px solid #ecf0f1;font-size:.75rem;color:#95a5a6;gap:6px}@media(min-width:576px){.booking-footer{flex-direction:row;justify-content:space-between;align-items:center}}.created-date{font-style:italic}@media print{.page-content{padding:10px}.filter-buttons,.stats-summary,.retry-button{display:none!important}.booking-card{break-inside:avoid;page-break-inside:avoid;box-shadow:none!important;border:1px solid #ccc!important}.bookings-grid{grid-template-columns:1fr!important;gap:15px!important}}@media(hover:none)and (pointer:coarse){.filter-btn,.retry-button,.type-badge{min-height:40px;min-width:44px;display:flex;align-items:center;justify-content:center}.booking-card{padding:15px}.detail-row .label,.detail-row .value{padding:2px 0}}@media(prefers-contrast:high){.booking-card{border:2px solid #000}.type-badge{border:2px solid currentColor}}@media(prefers-reduced-motion:reduce){.booking-card,.filter-btn,.stat-card{transition:none}.booking-card:hover{transform:none}}.iv-page-content{padding:20px;background:#fff;font-family:Arial,sans-serif}.iv-help-container{max-width:1400px;margin:0 auto;background:#fff;display:flex;flex-direction:column}.iv-main-title{color:#000;text-align:center;margin-bottom:10px;font-size:28px;font-weight:700}.iv-main-subtitle{color:#333;text-align:center;margin-bottom:30px;font-size:16px}.iv-invoice-generator-section{display:flex;gap:30px;flex-direction:column}.iv-form-container,.iv-invoice-preview-section{flex:1;min-width:300px}.iv-form-container,.iv-invoice-preview-section{padding:25px;border:2px solid black;background:#fff}.iv-form-title{color:#000;text-align:center;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid black;font-size:20px;font-weight:700}.iv-form-group{margin-bottom:20px;width:100%}.iv-form-label{display:block;margin-bottom:8px;color:#000;font-weight:700;font-size:14px;width:100%}.iv-form-input,.iv-form-textarea,.iv-form-select{width:100%;padding:10px;border:1px solid black;background:#fff;color:#000;font-size:14px;border-radius:0;box-sizing:border-box}.iv-form-input:focus,.iv-form-textarea:focus,.iv-form-select:focus{outline:none;border:2px solid black}.iv-form-textarea{resize:vertical;min-height:80px;font-family:inherit;width:100%;box-sizing:border-box}.iv-form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:12px;padding-right:30px;width:100%;box-sizing:border-box}.iv-trip-entry{padding:20px;margin-bottom:20px;border:1px solid black;background:#f9f9f9;width:100%;box-sizing:border-box}.iv-trip-title{color:#000;margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid black;font-size:16px;font-weight:700;width:100%}.iv-btn{padding:12px 24px;border:2px solid black;background:#fff;color:#000;cursor:pointer;font-weight:700;font-size:14px;text-align:center;transition:all .2s;display:inline-block;box-sizing:border-box}.iv-btn:hover{background:#000;color:#fff}.iv-btn-generate{width:50%;padding:15px;margin-top:20px;background:#000;color:#fff;font-size:16px;box-sizing:border-box}.iv-btn-generate:hover{background:#333}.iv-trip-actions{display:flex;gap:15px;margin-bottom:25px;width:100%;justify-content:center;box-sizing:border-box}.iv-trip-actions .iv-btn{display:flex;width:48%;background-color:green;color:#fff;justify-content:center;align-items:center;box-sizing:border-box;border:none}.iv-rem-btn{padding:12px 24px;border:2px solid black;cursor:pointer;font-weight:700;font-size:14px;text-align:center;transition:all .2s;display:flex;width:48%;background-color:#ec2603;color:#fff;justify-content:center;align-items:center;box-sizing:border-box;border:none}.iv-rem-btn:hover{background-color:#8b0000}.iv-invoice-actions{margin-top:25px;text-align:center;width:100%}.iv-preview-title{color:#000;text-align:center;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid black;font-size:20px;font-weight:700}.iv-pdf-warning{text-align:center;color:#000;margin-top:15px;font-style:italic;font-size:14px}.iv-invoice-preview{width:210mm;min-height:297mm;background:#fff;padding:15mm;border:2px solid black;color:#000;font-size:12px;line-height:1.4;margin:0 auto;position:relative}.iv-invoice-preview-mobile{background:#fff;padding:20px;border:2px solid black;color:#000;font-size:14px;line-height:1.4;position:relative}.iv-watermark-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(0);opacity:.1;z-index:1;pointer-events:none;text-align:center}.iv-watermark-logo{width:400px;height:400px;object-fit:contain;margin-bottom:20px}.iv-watermark-text{font-size:32px;font-weight:700;color:#ccc;letter-spacing:2px;white-space:nowrap}.iv-invoice-preview>*:not(.iv-watermark-container){position:relative;z-index:2}.iv-invoice-preview-mobile>*:not(.iv-watermark-container){position:relative;z-index:2}@media(max-width:768px){.iv-watermark-container{transform:translate(-50%,-50%) rotate(-30deg)}.iv-watermark-logo{width:120px;height:120px}.iv-watermark-text{font-size:20px;letter-spacing:1px}}.iv-invoice-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid black}.iv-company-info{flex:1}.iv-company-name{color:#000;font-size:18px;font-weight:700;margin-bottom:5px;text-transform:uppercase}.iv-company-detail{color:#000;margin-bottom:3px;font-size:11px}.iv-company-logo{width:80px;height:80px;object-fit:contain;padding:5px}.iv-invoice-divider{background:#000;margin:20px 0}.iv-invoice-title{color:#000;text-align:center;margin:20px 0;font-size:20px;font-weight:700;text-transform:uppercase}.iv-invoice-meta{display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid black;justify-content:center;align-items:center;height:100%}.iv-bill-to{width:80%;height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.iv-meta-label{width:20%}.iv-bill-to-name{color:#000;font-weight:700;font-size:14px;display:flex;justify-content:flex-start;align-items:flex-start;width:80%}.iv-meta-label{color:#000;font-size:12px;font-weight:700}.iv-invoice-number,.iv-invoice-date{color:#000;text-align:right;font-weight:700;font-size:12px;margin:2px 0}.iv-table-container{margin:20px 0;border:1px solid black;overflow-x:auto}.iv-table-bank-con{display:flex;flex-direction:row;gap:1%}.iv-invoice-table,.iv-summary-table{width:100%;border-collapse:collapse;color:#000;background-color:#ccc0}.iv-invoice-table th,.iv-invoice-table td,.iv-summary-table td{border:1px solid black;padding:8px;text-align:left;background:#fff0;font-size:11px}.iv-table-header-cell{background:#f0f0f000!important;font-weight:700;text-transform:uppercase}.iv-table-total{background:#e0e0e000!important;font-weight:700}.iv-total-label{text-align:right;font-weight:700}.iv-total-amount{font-weight:700}.iv-summary-table{width:50%;margin-left:auto;margin-top:20px;border:1px solid black}.iv-summary-table td{padding:10px 15px}.iv-total-row{font-weight:700!important;border-top:2px solid black!important;background:#f0f0f0!important}.iv-invoice-footer{position:relative;margin-top:40px;padding-top:20px;border-top:1px solid black;min-height:150px}.seal-overlay{position:absolute;left:50%;top:35%;transform:translate(100%,-50%);opacity:1;z-index:4;pointer-events:none}.company-seal{width:150px;height:150px;object-fit:contain}.signature-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-end}.signature-line{width:200px;height:1px;background:#000;margin-bottom:10px;margin-top:10px}.iv-company-signature{color:#000;text-align:right;font-weight:700;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.sign-con{height:100px;width:200px;margin-top:10px}.sign-cto{height:100%;width:100%;object-fit:contain;margin-top:-50px;margin-left:55px;display:flex;justify-content:flex-end;align-items:flex-end}.iv-invoice-note{color:#000;text-align:center;margin-top:30px;font-style:italic;font-size:11px;padding-top:15px;border-top:1px solid black}input[type=text],input[type=number],input[type=date],textarea,select{background:#fff!important;color:#000!important;border:1px solid black!important;padding:10px!important;font-size:14px!important;width:100%!important;box-sizing:border-box!important}input[type=text]:focus,input[type=number]:focus,input[type=date]:focus,textarea:focus,select:focus{outline:none!important;border:2px solid black!important}.iv-invoice-details{width:40%}@media(max-width:1200px){.iv-invoice-generator-section{flex-direction:column}}@media(max-width:768px){.iv-page-content{padding:10px}.iv-form-container,.iv-invoice-preview-section{padding:15px}.iv-main-title{font-size:24px}.iv-main-subtitle{font-size:14px}.iv-summary-table{width:100%}.iv-invoice-footer{min-height:120px}.company-seal{width:80px;height:80px}.sign-con{height:60px;width:120px}.iv-invoice-header{flex-direction:column;text-align:center;gap:15px}.iv-company-logo{align-self:center}.iv-invoice-meta{flex-direction:column;gap:15px}.iv-invoice-details{text-align:left}.iv-trip-actions,.iv-invoice-actions{flex-direction:column}.iv-trip-actions .iv-btn,.iv-rem-btn{width:100%}}@media(max-width:480px){.iv-main-title{font-size:20px}.iv-form-title,.iv-preview-title{font-size:18px}.iv-btn,.iv-rem-btn{padding:10px 20px;font-size:13px}.iv-trip-entry{padding:15px}.iv-company-name{font-size:16px}.iv-invoice-title{font-size:18px}.company-seal{width:60px;height:60px}}@media print{.iv-form-container,.iv-btn,.iv-invoice-actions,.iv-preview-title,.iv-main-title,.iv-main-subtitle{display:none!important}.iv-invoice-preview{border:none;padding:0;width:100%;min-height:auto}.iv-invoice-preview *{color:#000!important;background:#fff!important}.iv-watermark-container{opacity:.08!important}.company-seal{opacity:.2!important}}*{box-sizing:border-box!important}.invoices-list-container{padding:clamp(15px,2vw,25px);max-width:1600px;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-sizing:border-box;width:100%;min-height:100vh;background:#f5f7fa}.invoices-list-header{margin-bottom:clamp(25px,3vw,35px);text-align:center;padding:0 clamp(10px,2vw,20px)}.invoices-list-header h1{color:#2c3e50;font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:8px;font-weight:700;line-height:1.2;word-wrap:break-word}.subtitle{color:#7f8c8d;font-size:clamp(.95rem,1.5vw,1.15rem);line-height:1.5;margin:0 auto;max-width:600px}.auth-warning{color:#e74c3c;background-color:#fadbd8;padding:clamp(12px,2vw,16px);border-radius:8px;border:1px solid #f5c6cb;font-size:clamp(.9rem,1.2vw,1rem);max-width:600px;margin:20px auto 0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;padding:40px 20px;text-align:center}.loading-spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:clamp(40px,5vw,60px);height:clamp(40px,5vw,60px);animation:spin 1s linear infinite;margin-bottom:20px}.statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:clamp(15px,2vw,20px);margin-bottom:clamp(25px,3vw,35px);padding:0 5px}@media(min-width:1200px){.statistics-grid{grid-template-columns:repeat(4,1fr)}}.stat-card{background:#fff;padding:clamp(15px,2vw,25px) clamp(10px,1.5vw,20px);border-radius:12px;text-align:center;box-shadow:0 4px 12px #00000014;transition:all .3s ease;border-top:4px solid #3498db;display:flex;flex-direction:column;justify-content:center;min-height:120px}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.stat-card h3{color:#7f8c8d;font-size:clamp(.9rem,1.2vw,1.05rem);margin-bottom:clamp(8px,1vw,12px);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-number{color:#2c3e50;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;margin:0;line-height:1}.filters-section{background:#fff;padding:clamp(20px,3vw,30px);border-radius:12px;box-shadow:0 4px 12px #00000014;margin-bottom:clamp(25px,3vw,35px)}.filters-section h3{color:#2c3e50;margin-bottom:20px;font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:600;padding-bottom:12px;border-bottom:2px solid #f0f0f0}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(15px,2vw,20px);margin-bottom:20px}.filter-group{display:flex;flex-direction:column}.filter-group label{color:#34495e;font-weight:600;margin-bottom:8px;font-size:clamp(.85rem,1.1vw,.95rem);display:flex;align-items:center;gap:5px}.filter-input{padding:clamp(10px,1.5vw,14px) clamp(12px,1.8vw,16px);border:2px solid #e0e0e0;border-radius:8px;font-size:clamp(.9rem,1.1vw,1rem);transition:all .3s ease;width:100%;box-sizing:border-box;background:#fff}.filter-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db33}.filter-actions{display:flex;gap:clamp(10px,1.5vw,15px);align-items:center;margin-top:10px}.reset-btn,.apply-btn{padding:clamp(10px,1.5vw,14px) clamp(20px,2.5vw,30px);border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:clamp(.9rem,1.1vw,1rem);min-width:120px}.reset-btn{background:#ecf0f1;color:#7f8c8d}.reset-btn:hover{background:#d5dbdb;transform:translateY(-2px)}.apply-btn{background:#3498db;color:#fff}.apply-btn:hover{background:#2980b9;transform:translateY(-2px)}.filter-info{color:#7f8c8d;font-size:clamp(.85rem,1vw,.95rem);text-align:right;margin-top:15px;padding-top:15px;border-top:1px solid #f0f0f0}.error-message{background:linear-gradient(135deg,#ffebee,#ffcdd2);border-left:4px solid #e74c3c;color:#721c24;padding:clamp(15px,2vw,20px);border-radius:8px;margin-bottom:clamp(20px,2.5vw,30px);display:flex;justify-content:space-between;align-items:center;gap:15px}.error-message p{margin:0;font-size:clamp(.95rem,1.2vw,1.05rem);font-weight:500;flex:1}.retry-btn{background:#e74c3c;color:#fff;border:none;padding:clamp(8px,1.2vw,12px) clamp(15px,2vw,20px);border-radius:6px;cursor:pointer;font-weight:600;font-size:clamp(.85rem,1vw,.95rem);transition:all .3s ease;white-space:nowrap}.retry-btn:hover{background:#c0392b;transform:translateY(-2px)}.invoices-table-container{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;margin-bottom:30px;width:100%;position:relative;overflow:hidden}.no-invoices{padding:clamp(40px,5vw,60px) 20px;text-align:center;color:#7f8c8d;font-size:clamp(1rem,1.3vw,1.1rem)}.no-invoices p{margin:10px 0}.table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative;min-height:100px}@media(max-width:768px){.invoices-table thead{position:static}.table-wrapper:after{content:"← Scroll →";position:absolute;right:10px;top:10px;background:#3498db1a;color:#3498db;padding:4px 8px;border-radius:4px;font-size:.7rem;font-weight:700;z-index:1;pointer-events:none;animation:pulse 2s infinite}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.invoices-table{width:100%;border-collapse:collapse;min-width:1100px}@media(min-width:1400px){.invoices-table{min-width:100%}}.invoices-table thead{background:linear-gradient(135deg,#2c3e50,#3498db);top:0;z-index:10}@media(min-width:769px){.invoices-table thead{position:sticky}}.invoices-table th{color:#fff;padding:clamp(14px,1.8vw,18px) clamp(12px,1.5vw,16px);text-align:left;font-weight:600;font-size:clamp(.85rem,1vw,.95rem);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;border-right:1px solid rgba(255,255,255,.1)}.invoices-table th:last-child{border-right:none}.invoices-table th:nth-child(1){min-width:140px}.invoices-table th:nth-child(2){min-width:110px}.invoices-table th:nth-child(3){min-width:180px}.invoices-table th:nth-child(4){min-width:90px}.invoices-table th:nth-child(5){min-width:90px}.invoices-table th:nth-child(6){min-width:140px}.invoices-table th:nth-child(7){min-width:120px}.invoices-table th:nth-child(8){min-width:120px}.invoices-table th:nth-child(9){min-width:120px}.invoices-table th:nth-child(10){min-width:160px}.invoices-table tbody tr{border-bottom:1px solid #f0f0f0;transition:all .3s ease}.invoices-table tbody tr:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.invoices-table td{padding:clamp(12px,1.5vw,16px) clamp(12px,1.5vw,16px);color:#34495e;vertical-align:middle;font-size:clamp(.9rem,1.1vw,1rem);border-right:1px solid #f0f0f0;position:relative}.invoices-table td:last-child{border-right:none}.invoice-number-cell{font-weight:600}.invoice-number{font-family:Courier New,monospace;color:#2c3e50;font-size:clamp(.9rem,1.1vw,1rem);font-weight:600}.customer-cell{min-width:180px}.customer-name{font-weight:600;margin-bottom:4px;font-size:clamp(.95rem,1.1vw,1rem);color:#2c3e50}.invoice-items-preview{color:#7f8c8d;font-size:clamp(.8rem,.9vw,.85rem);line-height:1.4}.type-badge{padding:6px 14px;border-radius:20px;font-size:clamp(.75rem,.9vw,.85rem);font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:inline-block;min-width:80px;text-align:center}.type-badge.trips{background:linear-gradient(135deg,#d4edda,#c3e6cb);color:#155724;border:1px solid #c3e6cb}.type-badge.dayhire{background:linear-gradient(135deg,#d1ecf1,#bee5eb);color:#0c5460;border:1px solid #bee5eb}.amount-cell{font-weight:600;font-family:Courier New,monospace;font-size:clamp(.9rem,1.1vw,1rem)}.amount-cell.received{color:#27ae60}.amount-cell.balance{color:#e74c3c}.car-types-cell{min-width:140px}.car-types-preview{color:#7f8c8d;font-size:clamp(.85rem,1vw,.95rem);line-height:1.4;cursor:help;display:block;max-width:200px}.no-car-type{color:#bdc3c7;font-style:italic;font-size:clamp(.85rem,1vw,.95rem)}.actions-cell{min-width:160px;position:relative;background:inherit;z-index:1}@media(min-width:769px){.actions-cell{position:sticky;right:0;background:inherit;z-index:5;box-shadow:-2px 0 10px #0000000d}}.action-buttons{display:flex;gap:clamp(6px,.8vw,10px);flex-wrap:nowrap;justify-content:center}@media(min-width:768px){.action-buttons{justify-content:flex-start}}.action-btn{min-width:clamp(36px,3vw,42px);height:clamp(36px,3vw,42px);border:none;border-radius:8px;cursor:pointer;font-size:clamp(.85rem,1vw,.95rem);display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0 clamp(8px,1vw,12px);white-space:nowrap;flex-shrink:0;position:relative;z-index:1}.action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.view-btn{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.download-btn{background:linear-gradient(135deg,#27ae60,#219653);color:#fff}.delete-btn{background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff}.action-btn small{font-size:clamp(.8rem,.9vw,.85rem);font-weight:600}@media(max-width:480px){.action-btn small{display:none}.action-btn{min-width:40px;height:40px;padding:0}.view-btn:before{content:"👁️";font-size:14px}.download-btn:before{content:"📥";font-size:14px}.delete-btn:before{content:"🗑️";font-size:14px}}.mobile-scroll-hint{display:none}@media(max-width:768px){.mobile-scroll-hint{display:block;text-align:center;color:#3498db;font-size:.8rem;padding:8px;background:#f8f9fa;border-top:1px solid #e9ecef;animation:fadeInOut 3s infinite}}.modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease;padding:clamp(10px,2vw,20px)}.modal-content{background:#fff;border-radius:12px;width:100%;max-width:min(95vw,1400px);max-height:90vh;overflow-y:auto;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:clamp(15px,2vw,20px) clamp(20px,2.5vw,25px);border-bottom:1px solid #e0e0e0;background:linear-gradient(135deg,#2c3e50,#3498db);color:#fff;border-radius:12px 12px 0 0;flex-shrink:0}.modal-header h2{margin:0;font-size:clamp(1.1rem,1.8vw,1.4rem);font-weight:600;word-break:break-word}.modal-close-btn{background:#ffffff1a;border:none;font-size:1.8rem;color:#fff;cursor:pointer;width:clamp(32px,3vw,36px);height:clamp(32px,3vw,36px);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease;flex-shrink:0}.modal-close-btn:hover{background:#fff3;transform:rotate(90deg)}.modal-body{padding:clamp(15px,2vw,20px);display:flex;justify-content:center;align-items:center;overflow:auto;flex:1}.invoice-preview-body{padding:10px;overflow:auto;width:100%}.modal-footer{padding:clamp(15px,2vw,20px) clamp(20px,2.5vw,25px);border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:clamp(10px,1.5vw,15px);flex-wrap:wrap;flex-shrink:0;background:#f8fafc}.btn-primary,.btn-secondary{padding:clamp(10px,1.5vw,14px) clamp(20px,2.5vw,30px);border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:clamp(.9rem,1.1vw,1rem);min-width:140px}.btn-primary{background:linear-gradient(135deg,#3498db,#2980b9);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#2980b9,#1c6ea4);transform:translateY(-2px);box-shadow:0 4px 12px #3498db4d}.btn-secondary{background:linear-gradient(135deg,#95a5a6,#7f8c8d);color:#fff}.btn-secondary:hover{background:linear-gradient(135deg,#7f8c8d,#6c7b7d);transform:translateY(-2px)}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-center{text-align:center}.table-wrapper::-webkit-scrollbar{height:8px;width:8px}.table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.table-wrapper{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInOut{0%,to{opacity:.5}50%{opacity:1}}@media print{.invoices-list-container{padding:0;margin:0}.filters-section,.statistics-grid,.action-buttons,.modal-overlay{display:none!important}.table-wrapper{overflow:visible!important}.invoices-table{min-width:100%;width:100%}}@media(hover:none)and (pointer:coarse){.action-btn{min-width:44px;height:44px;margin:2px}.filter-input{font-size:16px}.modal-close-btn{min-width:44px;min-height:44px}.table-wrapper::-webkit-scrollbar{height:12px}}@media(prefers-reduced-motion:reduce){.stat-card,.action-btn,.modal-content,.modal-overlay,.btn-primary,.btn-secondary{transition:none;animation:none}.loading-spinner{animation-duration:2s}}@media(prefers-contrast:high){.stat-card,.invoices-table-container,.modal-content{border:2px solid #000}.type-badge{border:2px solid currentColor}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100vw;background:#fff;padding:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.login-card{background:#111111f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem;border-radius:16px;box-shadow:20px 55px 150px -50px #292828ec,inset 0 1px #976868cc;width:100%;max-width:940px;border:1px solid rgba(255,255,255,.2);position:relative}.login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.5),transparent)}.login-header{text-align:center;margin-bottom:2.5rem}.brand-logo{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 12px #3b82f64d}.brand-icon{color:#fff;font-weight:600;font-size:1.1rem}.login-header h1{color:#fff;margin:0 0 .5rem;font-size:1.75rem;font-weight:600;letter-spacing:-.025em}.login-header p{color:#d3d3d3;margin:0;font-size:.95rem;font-weight:400}.login-form{display:flex;flex-direction:column;gap:1.75rem;width:100%}.form-group{position:relative}.form-group label{display:block;margin-bottom:.5rem;color:#e6e6e7;font-weight:500;font-size:.875rem;letter-spacing:-.01em}.form-input{width:100%;padding:14px 16px;border:1.5px solid #000000;border-radius:10px;font-size:.95rem;transition:all .2s ease;background-color:#fbfbfc;color:#020202;box-sizing:border-box;font-weight:400}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;transform:none}.form-input::placeholder{color:#9ca3af;font-weight:400}.form-input:disabled{background:#f8fafc;border-color:#e2e8f0;color:#94a3b8;cursor:not-allowed}.input-icon{position:absolute;right:16px;top:42px;color:#6b7280;font-size:1rem;pointer-events:none}.error-message{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:8px;font-size:.875rem;border:1px solid #fecaca;font-weight:500}.error-icon{color:#dc2626;font-size:1rem}.login-button{background:#136eff;color:#fff;border:none;padding:16px 24px;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:.5rem;width:100%;letter-spacing:-.01em}.login-button:hover:not(:disabled){background:#114dad;transform:translateY(-5px);box-shadow:0 8px 25px #1e293b40}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.login-button.loading{background:#6b7280}.spinner{width:18px;height:18px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin .8s linear infinite}.login-footer{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #f1f5f9;text-align:center}.demo-credentials{background:#f8fafc;padding:1.25rem;border-radius:10px;border-left:4px solid #3b82f6}.demo-credentials h4{margin:0 0 .75rem;color:#374151;font-size:.875rem;font-weight:600}.demo-credentials p{margin:.375rem 0;color:#6b7280;font-size:.8rem;font-family:SF Mono,Monaco,Inconsolata,monospace;font-weight:500}.form-input:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media(max-width:480px){.login-container{padding:16px;background:#1e293b}.login-card{padding:2.5rem 2rem;background:#fffffffa}.brand-logo{width:44px;height:44px;border-radius:10px}.brand-icon{font-size:1rem}.login-header h1{font-size:1.5rem}.login-header p{font-size:.9rem}}@media(prefers-color-scheme:dark){.login-card{background:#1e293bf2;border-color:#ffffff1a}.login-header h1{color:#f1f5f9}.login-header p{color:#cbd5e1}.form-group label{color:#e2e8f0}.form-input{background:#334155;border-color:#475569;color:#f1f5f9}.form-input:focus{background:#334155;border-color:#3b82f6}.form-input::placeholder{color:#94a3b8}.demo-credentials{background:#1e293b;border-left-color:#3b82f6}.demo-credentials h4{color:#e2e8f0}.demo-credentials p{color:#94a3b8}}.admin-dashboard{padding:15px;max-width:100%;margin:0 auto;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-sizing:border-box;width:100%}.dashboard-header{display:flex;flex-direction:column;gap:15px;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #e0e0e0}@media(min-width:768px){.dashboard-header{flex-direction:row;justify-content:space-between;align-items:center}}.dashboard-header h1{margin:0;color:#333;font-size:clamp(1.8rem,5vw,2.2rem)}.subtitle{color:#666;margin:5px 0 0;font-size:clamp(.9rem,2vw,1rem)}.create-user-form{background:#f9f9f9;padding:20px;border-radius:10px;margin-bottom:25px;border:1px solid #ddd}.create-user-form h2{margin-top:0;margin-bottom:20px;color:#333;font-size:1.3rem}.form-row{display:flex;flex-direction:column;gap:15px;margin-bottom:15px}@media(min-width:768px){.form-row{flex-direction:row;gap:20px}.form-group{flex:1}}.form-group{margin-bottom:15px}.create-user-form label{display:block;margin-bottom:8px;font-weight:600;color:#555;font-size:.9rem}.create-user-form input,.create-user-form select{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:.95rem;box-sizing:border-box}.create-user-form input:focus,.create-user-form select:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px #4caf501a}.form-actions{text-align:right;margin-top:20px}.btn-create{background:#4caf50;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;white-space:nowrap;transition:all .3s}.btn-create:hover{background:#45a049;transform:translateY(-1px)}.btn-submit{background:#2196f3;color:#fff;border:none;padding:10px 25px;border-radius:6px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .3s}.btn-submit:hover{background:#1976d2}.stats-summary{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(150px,100%),1fr));gap:15px;margin-bottom:25px}.stat-card{background:#f8f9fa;padding:15px 10px;border-radius:8px;text-align:center;box-shadow:0 2px 8px #0000000d;border-left:3px solid #4CAF50}.stat-card h3{font-size:clamp(1.5rem,4vw,2rem);margin:0 0 6px;color:#333;line-height:1.2}.stat-card p{margin:0;color:#666;font-size:.85rem;font-weight:500}.error-message{background:#ffebee;color:#c62828;padding:12px 15px;border-radius:6px;margin-bottom:20px;border-left:4px solid #c62828;display:flex;align-items:center;gap:10px;font-size:.9rem}.error-text{flex:1}.error-close{background:none;border:none;color:#c62828;font-size:1.2rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.users-section{margin-top:25px}.users-section h2{color:#333;margin-bottom:15px;font-size:1.4rem;padding-bottom:10px;border-bottom:1px solid #eee}.empty-state{text-align:center;padding:40px 20px;color:#666;background:#f9f9f9;border-radius:8px;margin:20px 0}.empty-state p{font-size:1rem;margin:0}.mobile-users-list{display:block;margin-bottom:20px}@media(min-width:768px){.mobile-users-list{display:none}}.mobile-user-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:15px;margin-bottom:15px;box-shadow:0 2px 6px #0000000d}.user-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;flex-wrap:wrap;gap:8px}.user-info h3{margin:0 0 4px;color:#333;font-size:1rem;word-break:break-word}.user-email{margin:0;color:#666;font-size:.85rem;word-break:break-all}.mobile-role-badge{padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.mobile-role-badge.admin{background:#ffebee;color:#c62828}.mobile-role-badge.user{background:#e8f5e8;color:#2e7d32}.user-details{margin-bottom:12px}.detail-row{display:flex;justify-content:space-between;margin-bottom:6px;padding:4px 0}.detail-label{font-weight:500;color:#666;font-size:.85rem}.detail-value{color:#333;font-size:.85rem}.user-actions{text-align:center;display:flex;justify-content:center;align-items:center}.mobile-btn-delete{background:#f44336;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;width:100%;max-width:150px}@media(min-width:576px){.mobile-btn-delete{width:auto}}.mobile-btn-delete:hover{background:#d32f2f}.users-table{display:none}@media(min-width:768px){.users-table{display:block;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.users-table table{width:100%;border-collapse:collapse;min-width:800px}.users-table th{background:#f8f9fa;padding:15px;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0;font-size:.9rem;white-space:nowrap}.users-table td{padding:15px;border-bottom:1px solid #eee;font-size:.9rem}.users-table tr:hover{background:#f9f9f9}.user-id{font-weight:600;color:#666}.user-name{font-weight:500;color:#333}.user-email{color:#666;word-break:break-all}.user-date{color:#666;white-space:nowrap}}.role-badge{padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.role-badge.admin{background:#ffebee;color:#c62828}.role-badge.user{background:#e8f5e8;color:#2e7d32}.btn-delete{background:#f44336;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;white-space:nowrap}.btn-delete:hover{background:#d32f2f}.loading-spinner{border:3px solid #f3f3f3;border-top:3px solid #4CAF50;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:30px auto 15px}.loading-text{text-align:center;color:#666;font-size:.95rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media print{.admin-dashboard{padding:10px}.dashboard-header{flex-direction:column;text-align:center}.btn-create,.btn-delete,.btn-submit,.error-close,.create-user-form,.mobile-users-list{display:none!important}.users-table{display:block!important;box-shadow:none!important;border:1px solid #ccc!important}.users-table table{min-width:100%!important}.users-table tr:hover{background:none!important}}@media(hover:none)and (pointer:coarse){.btn-create,.btn-submit,.btn-delete,.mobile-btn-delete{min-height:44px;display:flex;align-items:center;justify-content:center}.create-user-form input,.create-user-form select{font-size:16px}.mobile-user-card{padding:12px}.table-wrapper{padding-bottom:10px}}@media(prefers-contrast:high){.mobile-user-card,.users-table{border:2px solid #000}.role-badge,.mobile-role-badge{border:2px solid currentColor}}@media(prefers-reduced-motion:reduce){.btn-create:hover,.btn-submit:hover,.loading-spinner{animation:none}.btn-create:hover,.btn-submit:hover{transform:none}}#root{max-width:100%;margin:0 auto;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
