.vh-modal{position:fixed;inset:0;z-index:10000;display:none;align-items:center;justify-content:center}.vh-modal.active{display:flex}.vh-modal-overlay{position:absolute;inset:0;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px)}.vh-modal-container{position:relative;background:white;border-radius:24px;max-width:900px;width:95%;max-height:90vh;overflow:hidden;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25);display:flex;flex-direction:column}.vh-modal-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:rgba(0,0,0,0.1);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6B7280;transition:all 0.2s ease;z-index:10}.vh-modal-close:hover{background:rgba(0,0,0,0.2);color:#1F2937}.vh-modal-body{overflow-y:auto;padding:0}.vh-modal-content{padding:24px}.vh-loading{text-align:center;padding:60px 24px;color:#6B7280}.vh-loading i{font-size:48px;color:#D4AF37;margin-bottom:16px}.vh-error{text-align:center;padding:60px 24px;color:#EF4444}.vh-error i{font-size:48px;margin-bottom:16px}.vh-error-detail{font-size:14px;color:#6B7280;margin-top:8px}.vh-empty{text-align:center;padding:40px 24px;color:#9CA3AF;font-style:italic}.vh-vehicle-header{display:flex;gap:20px;padding:20px;background:linear-gradient(135deg,#F9F7F3 0%,#FFF9E6 100%);border-radius:16px;margin-bottom:24px}.vh-vehicle-image{width:120px;height:120px;border-radius:16px;overflow:hidden;flex-shrink:0;background:white;box-shadow:0 4px 12px rgba(0,0,0,0.1)}.vh-vehicle-image img{width:100%;height:100%;object-fit:cover}.vh-vehicle-info{flex:1;display:flex;flex-direction:column;justify-content:center}.vh-vehicle-info h2{font-size:24px;font-weight:700;color:#1F2937;margin:0 0 4px 0}.vh-vehicle-brand{font-size:14px;color:#6B7280;margin:0 0 12px 0}.vh-vehicle-status{display:inline-flex;align-items:center;padding:6px 14px;border-radius:9999px;font-size:13px;font-weight:600;background:#E5E7EB;color:#4B5563;text-transform:capitalize}.vh-vehicle-status.vh-status-active{background:#D1FAE5;color:#059669}.vh-vehicle-status.vh-status-pending{background:#FEF3C7;color:#D97706}.vh-vehicle-status.vh-status-in_repair{background:#FEE2E2;color:#DC2626}.vh-vehicle-status.vh-status-completed{background:#DBEAFE;color:#2563EB}.vh-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.vh-stat-card{background:white;border:2px solid #F3F4F6;border-radius:16px;padding:20px;text-align:center;transition:all 0.2s ease}.vh-stat-card:hover{border-color:#D4AF37;transform:translateY(-2px)}.vh-stat-card i{font-size:24px;color:#D4AF37;margin-bottom:8px}.vh-stat-value{display:block;font-size:28px;font-weight:700;color:#1F2937;line-height:1.2}.vh-stat-label{display:block;font-size:12px;color:#6B7280;margin-top:4px;text-transform:uppercase;letter-spacing:0.5px}.vh-manage-actions{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.vh-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:600;border-radius:12px;border:none;cursor:pointer;transition:all 0.2s ease}.vh-btn-primary{background:linear-gradient(135deg,#D4AF37 0%,#B8962E 100%);color:white}.vh-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(212,175,55,0.4)}.vh-btn-secondary{background:#F3F4F6;color:#4B5563}.vh-btn-secondary:hover{background:#E5E7EB}.vh-btn-icon{width:32px;height:32px;border:none;background:transparent;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6B7280;transition:all 0.2s ease}.vh-btn-icon:hover{background:#F3F4F6;color:#1F2937}.vh-btn-icon.vh-btn-danger:hover{background:#FEE2E2;color:#DC2626}.vh-btn-link{color:#D4AF37;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:4px}.vh-btn-link:hover{text-decoration:underline}.vh-tabs{display:flex;gap:4px;background:#F3F4F6;border-radius:12px;padding:4px;margin-bottom:24px;overflow-x:auto}.vh-tab{flex:1;min-width:fit-content;padding:12px 16px;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#6B7280;display:flex;align-items:center;gap:8px;justify-content:center;transition:all 0.2s ease;white-space:nowrap}.vh-tab:hover{color:#1F2937}.vh-tab.active{background:white;color:#D4AF37;box-shadow:0 2px 4px rgba(0,0,0,0.05)}.vh-tab i{font-size:16px}.vh-tab-content{display:none}.vh-tab-content.active{display:block}.vh-timeline{position:relative;padding-left:40px}.vh-timeline::before{content:'';position:absolute;left:15px;top:0;bottom:0;width:2px;background:#E5E7EB}.vh-timeline-item{position:relative;padding-bottom:24px}.vh-timeline-item:last-child{padding-bottom:0}.vh-timeline-icon{position:absolute;left:-40px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-size:14px;box-shadow:0 2px 8px rgba(0,0,0,0.15)}.vh-timeline-content{background:white;border:2px solid #F3F4F6;border-radius:12px;padding:16px;transition:all 0.2s ease}.vh-timeline-content:hover{border-color:#D4AF37;box-shadow:0 4px 12px rgba(0,0,0,0.08)}.vh-timeline-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}.vh-event-type{font-weight:600;color:#1F2937}.vh-badge{padding:4px 8px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px}.vh-badge-return{background:#DBEAFE;color:#2563EB}.vh-badge-repairer{background:#FEF3C7;color:#D97706}.vh-event-description{color:#4B5563;font-size:14px;line-height:1.5;margin:0 0 12px 0}.vh-timeline-footer{display:flex;gap:16px;font-size:12px;color:#9CA3AF;flex-wrap:wrap}.vh-event-date i,.vh-event-author i{margin-right:4px}.vh-notes-list{display:grid;gap:16px}.vh-note-card{position:relative;background:white;border:2px solid #F3F4F6;border-radius:16px;padding:20px;transition:all 0.2s ease}.vh-note-card:hover{border-color:#D4AF37}.vh-note-card.vh-note-pinned{border-color:#D4AF37;background:linear-gradient(135deg,#FFFBEB 0%,#FFF9E6 100%)}.vh-note-card.vh-note-urgent{border-color:#EF4444}.vh-note-card.vh-note-high{border-color:#F59E0B}.vh-pinned-indicator{position:absolute;top:-8px;right:16px;background:#D4AF37;color:white;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.vh-note-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.vh-note-type{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600}.vh-note-actions{display:flex;gap:4px}.vh-note-content{color:#374151;font-size:14px;line-height:1.6;white-space:pre-wrap;margin-bottom:16px}.vh-note-footer{display:flex;justify-content:space-between;font-size:12px;color:#9CA3AF}.vh-note-author i,.vh-note-date i{margin-right:4px}.vh-reports-list{display:grid;gap:16px}.vh-report-card{background:white;border:2px solid #F3F4F6;border-radius:16px;padding:20px;transition:all 0.2s ease}.vh-report-card:hover{border-color:#D4AF37}.vh-report-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.vh-report-type{display:flex;align-items:center;gap:8px;font-weight:600;color:#1F2937}.vh-report-type i{color:#D4AF37}.vh-report-condition{padding:6px 12px;border-radius:9999px;color:white;font-size:12px;font-weight:600}.vh-report-details{display:flex;gap:20px;margin-bottom:12px;font-size:14px;color:#6B7280}.vh-report-details i{margin-right:4px;color:#D4AF37}.vh-report-comments{color:#4B5563;font-size:14px;line-height:1.5;margin-bottom:16px;padding:12px;background:#F9FAFB;border-radius:8px}.vh-report-footer{display:flex;justify-content:space-between;font-size:12px;color:#9CA3AF}.vh-repairs-list{display:grid;gap:16px}.vh-repair-card{background:white;border:2px solid #F3F4F6;border-radius:16px;padding:20px;transition:all 0.2s ease}.vh-repair-card:hover{border-color:#D4AF37}.vh-repair-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.vh-repair-title{font-weight:600;color:#1F2937;font-size:16px}.vh-repair-status{padding:6px 12px;border-radius:9999px;color:white;font-size:12px;font-weight:600}.vh-repair-description{color:#4B5563;font-size:14px;line-height:1.5;margin-bottom:12px}.vh-repair-footer{display:flex;gap:20px;font-size:13px;color:#6B7280;flex-wrap:wrap}.vh-repair-footer i{margin-right:4px}.vh-repair-notes{margin-top:12px;padding:12px;background:#FEF3C7;border-radius:8px;font-size:13px;color:#92400E}.vh-invoices-list{display:grid;gap:16px}.vh-invoice-card{background:white;border:2px solid #F3F4F6;border-radius:16px;padding:20px;transition:all 0.2s ease}.vh-invoice-card:hover{border-color:#D4AF37}.vh-invoice-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.vh-invoice-number{font-weight:600;color:#1F2937;font-size:16px}.vh-invoice-status{padding:6px 12px;border-radius:9999px;color:white;font-size:12px;font-weight:600}.vh-invoice-amount{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.vh-amount-ht{font-size:14px;color:#6B7280}.vh-amount-ttc{font-size:24px;font-weight:700;color:#D4AF37}.vh-invoice-footer{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#6B7280}.vh-form-overlay{position:fixed;inset:0;z-index:10001;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);display:none;align-items:center;justify-content:center}.vh-form-overlay.active{display:flex}.vh-form-modal{background:white;border-radius:24px;padding:32px;max-width:500px;width:95%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px rgba(0,0,0,0.25)}.vh-form-modal.vh-form-modal-large{max-width:700px}.vh-form-modal h3{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;color:#1F2937;margin:0 0 24px 0}.vh-form-modal h3 i{color:#D4AF37}.vh-form-group{margin-bottom:20px}.vh-form-group label{display:block;font-weight:600;color:#374151;margin-bottom:8px;font-size:14px}.vh-form-group input,.vh-form-group select,.vh-form-group textarea{width:100%;padding:12px 16px;font-size:15px;border:2px solid #E5E7EB;border-radius:12px;transition:all 0.2s ease;font-family:inherit}.vh-form-group input:focus,.vh-form-group select:focus,.vh-form-group textarea:focus{border-color:#D4AF37;outline:none;box-shadow:0 0 0 4px rgba(212,175,55,0.15)}.vh-form-group textarea{resize:vertical;min-height:100px}.vh-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.vh-checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500}.vh-checkbox-group input[type="checkbox"]{width:20px;height:20px;cursor:pointer}.vh-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:24px;border-top:2px solid #F3F4F6}@media (max-width:768px){.vh-vehicle-header{flex-direction:column;align-items:center;text-align:center}.vh-stats-grid{grid-template-columns:repeat(2,1fr)}.vh-manage-actions{flex-direction:column}.vh-manage-actions .vh-btn{width:100%;justify-content:center}.vh-tabs{gap:2px}.vh-tab{padding:10px 12px;font-size:12px}.vh-tab span{display:none}.vh-form-row{grid-template-columns:1fr}.vh-timeline{padding-left:32px}.vh-timeline-icon{left:-32px;width:24px;height:24px;font-size:11px}.vh-timeline::before{left:11px}}@media (max-width:480px){.vh-modal-content{padding:16px}.vh-stats-grid{grid-template-columns:1fr}.vh-stat-card{padding:16px;display:flex;align-items:center;gap:16px;text-align:left}.vh-stat-card i{margin-bottom:0;font-size:20px}.vh-stat-value{font-size:24px}.vh-form-modal{padding:20px;border-radius:16px}}[data-theme="dark"] .vh-modal-container,[data-theme="dark"] .vh-form-modal{background:#1F2937;color:#F9FAFB}[data-theme="dark"] .vh-modal-close{background:rgba(255,255,255,0.1);color:#9CA3AF}[data-theme="dark"] .vh-modal-close:hover{background:rgba(255,255,255,0.2);color:white}[data-theme="dark"] .vh-vehicle-header{background:linear-gradient(135deg,#374151 0%,#1F2937 100%)}[data-theme="dark"] .vh-vehicle-info h2{color:#F9FAFB}[data-theme="dark"] .vh-stat-card,[data-theme="dark"] .vh-timeline-content,[data-theme="dark"] .vh-note-card,[data-theme="dark"] .vh-report-card,[data-theme="dark"] .vh-repair-card,[data-theme="dark"] .vh-invoice-card{background:#374151;border-color:#4B5563}[data-theme="dark"] .vh-tabs{background:#374151}[data-theme="dark"] .vh-tab.active{background:#4B5563}[data-theme="dark"] .vh-form-group input,[data-theme="dark"] .vh-form-group select,[data-theme="dark"] .vh-form-group textarea{background:#374151;border-color:#4B5563;color:#F9FAFB}[data-theme="dark"] .vh-event-type,[data-theme="dark"] .vh-repair-title,[data-theme="dark"] .vh-invoice-number,[data-theme="dark"] .vh-stat-value{color:#F9FAFB}[data-theme="dark"] .vh-event-description,[data-theme="dark"] .vh-note-content,[data-theme="dark"] .vh-repair-description{color:#D1D5DB}[data-theme="dark"] .vh-note-card.vh-note-pinned{background:linear-gradient(135deg,#44403C 0%,#292524 100%)}