*{box-sizing:border-box}:root{--primary-color: #3b82f6;--primary-hover: #2563eb;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--info-color: #5aa7b5;--gray-50: #f9fafb;--gray-60: #d1e2fe;--gray-70: #3a7cf4;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--white: #ffffff;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--border-radius: .375rem;--border-radius-lg: .5rem;--transition: all .2s ease-in-out}.app-container{display:flex;height:100vh;background-color:var(--gray-100);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sidebar{width:256px;background-color:var(--white);box-shadow:var(--shadow-lg);display:flex;flex-direction:column}.sidebar-header{display:flex;gap:2px;align-items:center;padding:1rem;border-bottom:1px solid var(--gray-200)}.sidebar-title{font-size:1.25rem;font-weight:700;color:var(--gray-800);margin:0}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.nav-item{margin-bottom:.25rem}.nav-button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:none;border:none;color:var(--gray-700);cursor:pointer;transition:var(--transition);text-align:left}.nav-button:hover,.nav-button-expanded{background-color:var(--gray-50)}.nav-button-active{background-color:#dbeafe;color:var(--primary-color)}.nav-button-content{display:flex;align-items:center}.nav-icon{width:1.25rem;height:1.25rem;margin-right:.75rem}.chevron-icon{width:1rem;height:1rem;transition:transform .2s ease-in-out}.chevron-rotated{transform:rotate(180deg)}.submenu{background-color:var(--gray-50);border-left:2px solid var(--primary-color);margin-left:1rem}.submenu-button{width:100%;display:flex;align-items:center;padding:.5rem 1.5rem;background:none;border:none;color:var(--gray-600);cursor:pointer;transition:var(--transition);text-align:left}.submenu-button:hover{background-color:var(--gray-60);color:var(--gray-70)}.submenu-button-active{background-color:#dbeafe;color:var(--primary-color)}.submenu-icon{width:1rem;height:1rem;margin-right:.75rem}.main-content{flex:1;display:flex;flex-direction:column}.header{background-color:var(--white);box-shadow:var(--shadow-sm);border-bottom:1px solid var(--gray-200);padding:1rem 1.5rem}.header-content{display:flex;align-items:center;justify-content:space-between}.header-title{font-size:1.5rem;font-weight:600;color:var(--gray-800);margin:0}.header-description{color:var(--gray-600);margin:.25rem 0 0}.header-actions{display:flex;align-items:center;gap:1rem}.header-button{padding:.5rem;background:none;border:none;color:var(--gray-400);cursor:pointer;transition:var(--transition)}.header-button:hover{color:var(--gray-600)}.header-icon{width:1.25rem;height:1.25rem}.content{flex:1;padding:1.5rem;overflow-y:auto}.module-container{max-width:1310px}.welcome-page{text-align:center;padding:5rem 0}.welcome-icon{width:4rem;height:4rem;color:var(--gray-400);margin:0 auto 1rem}.welcome-title{font-size:1.25rem;font-weight:500;color:var(--gray-600);margin:0 0 .5rem}.welcome-description{color:var(--gray-500);margin:0}.card{background-color:var(--white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow);padding:1.5rem}.card-header{padding-bottom:1rem;border-bottom:1px solid var(--gray-200);margin-bottom:1rem}.card-title{color:var(--text-color-dark, #333);margin:0;display:flex;align-items:center}.card-description{color:var(--gray-600);margin:0 0 1rem}.data-table tbody tr:hover{background-color:var(--table-row-hover-bg, #f2f2f2)}.service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-bottom:1.5rem}.service-card{border:1px solid var(--gray-200);border-radius:var(--border-radius-lg);padding:1rem;transition:var(--transition)}.service-card:hover{box-shadow:var(--shadow-md)}.service-image{width:100%;height:8rem;object-fit:cover;border-radius:var(--border-radius);margin-bottom:.75rem}.service-content{margin-bottom:.75rem}.service-name{font-weight:500;color:var(--gray-800);margin:0 0 .5rem}.service-description{color:var(--gray-600);font-size:.875rem;margin:0 0 .5rem}.service-specs{font-size:.75rem;color:var(--gray-500)}.spec-item{display:block;margin-bottom:.25rem}.spec-key{font-weight:500}.service-footer{display:flex;align-items:center;justify-content:space-between}.service-price{font-size:1.125rem;font-weight:700;color:var(--primary-color)}.table-container{overflow-x:auto}.data-table{width:100%;border-collapse:collapse}.data-table thead{background-color:var(--gray-50)}.data-table th{padding:.75rem 1.5rem;text-align:left;font-size:.75rem;font-weight:500;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.data-table td{padding:1rem 1.5rem;font-size:.875rem;color:var(--gray-900);border-top:1px solid var(--gray-200)}.action-buttons{display:flex;gap:.5rem}.status-badge{padding:.25rem .5rem;font-size:.75rem;border-radius:9999px;font-weight:500}.status-success{background-color:#d1fae5;color:#065f46}.status-info{background-color:#dbeafe;color:#1e40af}.status-warning{background-color:#fef3c7;color:#92400e}.status-error{background-color:#fee2e2;color:#991b1b}.status-default{background-color:var(--gray-100);color:var(--gray-800)}.btn{padding:.5rem 1rem;border:none;border-radius:var(--border-radius);font-weight:500;cursor:pointer;transition:var(--transition);text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background-color:var(--primary-color);color:var(--white)}.btn-primary:hover{background-color:var(--primary-hover)}.btn-secondary{background-color:var(--gray-200);color:var(--gray-700)}.btn-secondary:hover{background-color:var(--gray-300)}.btn-success{background-color:var(--success-color);color:var(--white)}.btn-success:hover{background-color:#059669}.btn-warning{background-color:var(--warning-color);color:var(--white)}.btn-warning:hover{background-color:#d97706}.btn-danger{background-color:var(--danger-color);color:var(--white)}.btn-danger:hover{background-color:#dc2626}.btn-info{background-color:var(--info-color);color:var(--white)}.btn-info:hover{background-color:#0891b2}.btn-sm{padding:.25rem .5rem;font-size:.75rem}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background-color:var(--white);border-radius:var(--border-radius-lg);padding:1.5rem;width:100%;max-width:1260px;margin:1rem;max-height:90vh;overflow-y:auto}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.modal-title{font-size:1.125rem;font-weight:600;margin:0}.modal-close{background:none;border:none;color:var(--gray-400);cursor:pointer;padding:.25rem}.modal-close:hover{color:var(--gray-600)}.close-icon{width:1.25rem;height:1.25rem}.modal-body{margin-bottom:1.5rem}.modal-footer{display:flex;gap:.75rem}.modal-footer .btn{flex:1}.service-info{margin-bottom:1rem}.service-modal-image{width:100%;height:8rem;object-fit:cover;border-radius:var(--border-radius);margin-bottom:.5rem}.service-modal-name{font-weight:500;margin:0}.service-modal-price{color:var(--primary-color);font-weight:700;margin:0}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.5rem}.form-select,.form-textarea{width:100%;padding:.5rem .75rem;border:1px solid var(--gray-300);border-radius:var(--border-radius);font-size:.875rem;transition:var(--transition)}.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #3b82f61a}.form-textarea{resize:vertical}.total-section{margin-bottom:1.5rem}.total-amount{display:flex;justify-content:space-between;align-items:center;font-size:1.125rem;font-weight:600}.total-price{color:var(--primary-color)}.total-description{font-size:.875rem;color:var(--gray-500);margin:.25rem 0 0}.placeholder{background-color:var(--gray-50);border-radius:var(--border-radius);padding:1rem}.placeholder p{color:var(--gray-500);margin:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}#logo{width:37px;height:37px}@media (max-width: 768px){.app-container{flex-direction:column}.sidebar{width:100%;height:auto}.service-grid{grid-template-columns:1fr}.modal{margin:.5rem;max-width:calc(100% - 1rem)}.action-buttons{flex-direction:column}.table-container{font-size:.7rem}.data-table th,.data-table td{padding:.5rem}}.top-progress-bar[data-v-371386d7]{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,#ff4d4d,#3a86ff);z-index:9999;width:0%;animation:progress-371386d7 1.2s ease-in-out}@keyframes progress-371386d7{0%{width:0%}20%{width:25%}40%{width:50%;background:#3a86ff}70%{width:85%;background:#ffafcc}to{width:100%;opacity:0}}
