:root{--bg-color:#0b0f19;--panel-bg:#151a28;--panel-border:#ffffff0d;--text-main:#f1f5f9;--text-muted:#94a3b8;--accent-blue:#3b82f6;--accent-purple:#8b5cf6;--status-queue:var(--text-muted);--status-diag:#f59e0b;--status-parts:var(--accent-purple);--status-ready:#10b981;--status-pickedup:#64748b;--font-family:"Inter", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-main);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}button{cursor:pointer;font-family:inherit}.glass-panel{background:var(--panel-bg);border:1px solid var(--panel-border);-webkit-backdrop-filter:blur(10px);border-radius:12px;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.text-gradient{background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn-primary,.btn-secondary,.btn-danger{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--accent-blue), #2563eb);color:#fff;border:1px solid #ffffff1a;box-shadow:0 4px 12px #3b82f64d}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #3b82f666}.btn-primary:active{transform:translateY(1px)}.btn-secondary{color:var(--text-main);border:1px solid var(--panel-border);background:#ffffff0d}.btn-secondary:hover{background:#ffffff1a}.btn-danger{color:#ef4444;background:#ef444433;border:1px solid #ef444466}.btn-danger:hover{background:#ef444466}.btn-small{border-radius:6px;padding:.35rem .75rem;font-size:.75rem}.app-loading{background-color:var(--bg-color);height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1rem;display:flex}.app-loading-spinner{border:3px solid #ffffff1a;border-top-color:var(--accent-blue);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.shop-layout{flex-direction:column;height:100vh;display:flex;overflow:hidden}.shop-header-mobile{background:var(--panel-bg);border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.logo{font-size:1.25rem;font-weight:700}.menu-btn{color:var(--text-main);background:0 0;border:none;font-size:1.5rem}.shop-sidebar{background:var(--panel-bg);-webkit-backdrop-filter:blur(20px);z-index:1000;flex-direction:column;width:260px;padding:1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.shop-sidebar.mobile-open{transform:translate(0)}.mobile-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#00000080;position:fixed;inset:0}.sidebar-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.sidebar-logo{margin:0!important}.mobile-only{display:block}.close-btn{color:var(--text-main);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.25rem}.shop-nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.shop-nav .nav-item{text-align:left;padding:.75rem 1rem}.sign-out-nav{border-top:1px solid #ffffff1a;margin-top:auto;border-radius:0!important}.shop-main{flex:1;padding:1rem 1rem 80px;overflow-y:auto}.shop-bottom-nav{z-index:100;border-bottom:none;border-radius:20px 20px 0 0;justify-content:space-around;padding:.75rem;display:flex;position:fixed;bottom:0;left:0;right:0}.nav-item{color:var(--text-muted);background:0 0;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.nav-item.active{color:var(--text-main);background:#ffffff1a}@media (width>=768px){.shop-layout{flex-direction:row}.shop-header-mobile,.shop-bottom-nav{display:none}.shop-sidebar{border-right:1px solid var(--panel-border);z-index:auto;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border-radius:0;flex-direction:column;width:240px;padding:1.5rem;display:flex;position:static;transform:none}.mobile-only,.mobile-overlay{display:none}.sidebar-header{margin-bottom:2rem}.sidebar-logo{font-size:1.5rem}.shop-main{padding:2rem}}.repairs-board{flex-direction:column;gap:1.5rem;height:100%;display:flex}.board-header{justify-content:space-between;align-items:center;display:flex}.btn-new-job{background:var(--accent-blue);color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-weight:600}.kanban-container{flex-direction:column;gap:1.5rem;padding-bottom:1rem;display:flex}.kanban-row{flex-direction:column;gap:1rem;display:flex}.row-header{background:#ffffff05;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem;display:flex}.row-dot{border-radius:50%;width:10px;height:10px}.row-header h3{color:var(--text-muted);text-transform:uppercase;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.count{background:#ffffff1a;border-radius:12px;padding:.1rem .4rem;font-size:.75rem}.row-items{scroll-snap-type:x mandatory;border-radius:8px;gap:1rem;min-height:140px;padding-bottom:.5rem;transition:background-color .2s;display:flex;overflow-x:auto}.row-items.drag-over{box-shadow:inset 0 0 0 2px var(--accent-blue);background:#ffffff0d}.repair-card{cursor:pointer;scroll-snap-align:start;-webkit-user-select:none;user-select:none;min-width:280px;max-width:300px;padding:1rem}.repair-card.dragging{opacity:.4;transform:scale(.95)}.repair-card:hover{border-color:#ffffff26;transform:translateY(-2px)}.card-top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.card-id{background:#ffffff1a;border-radius:4px;padding:.2rem .4rem;font-family:monospace;font-size:.75rem}.card-time{color:var(--text-muted);font-size:.75rem}.repair-card h4{margin-bottom:.25rem;font-size:1rem}.card-model{color:var(--accent-blue);margin-bottom:.5rem;font-size:.875rem;font-weight:500}.card-issue{color:var(--text-muted);font-size:.875rem}.invoice-overlay{z-index:9999;background:#000c;justify-content:center;align-items:flex-start;width:100vw;height:100vh;padding:2rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.invoice-container{width:100%;max-width:800px}.invoice-controls{justify-content:space-between;margin-bottom:1rem;display:flex}.invoice-page{color:#000;background:#fff;border-radius:4px;padding:3rem;font-family:Inter,sans-serif;box-shadow:0 10px 30px #00000080}.invoice-header{border-bottom:2px solid #eee;justify-content:space-between;margin-bottom:2rem;padding-bottom:2rem;display:flex}.shop-details h1{color:#333;margin:0 0 .5rem;font-size:2rem}.shop-details p{color:#666;margin:.2rem 0}.invoice-meta h2{color:#ddd;text-align:right;letter-spacing:2px;margin:0 0 1rem;font-size:2.5rem}.meta-table{width:100%}.meta-table td{text-align:right;padding:.2rem .5rem}.bill-to-section{justify-content:space-between;margin-bottom:2rem;display:flex}.bill-to h3,.vehicle-info h3{color:#888;text-transform:uppercase;margin-bottom:.5rem;font-size:.8rem}.bill-to p,.vehicle-info p{margin:.2rem 0}.line-items-table{border-collapse:collapse;width:100%;margin-bottom:2rem}.line-items-table th{color:#495057;text-align:right;background:#f8f9fa;border-bottom:2px solid #dee2e6;padding:1rem;font-weight:600}.line-items-table td{text-align:right;border-bottom:1px solid #dee2e6;padding:1rem}.totals-section{justify-content:space-between;margin-top:2rem;display:flex}.notes{background:#f8f9fa;border-radius:4px;width:50%;padding:1rem}.notes p{color:#666;margin-top:.5rem;font-size:.9rem}.totals-calc{width:40%}.totals-table{width:100%}.totals-table td{text-align:right;padding:.5rem}.grand-total{border-top:2px solid #dee2e6;font-size:1.2rem;font-weight:700}@media print{body *{visibility:hidden}.invoice-overlay{background:#fff;width:100%;height:100%;margin:0;padding:0;position:absolute;top:0;left:0;overflow:visible}.invoice-container{max-width:100%}.invoice-page,.invoice-page *{visibility:visible}.invoice-page{box-shadow:none;width:100%;padding:0;position:absolute;top:0;left:0}.no-print{display:none!important}}.searchable-dropdown{width:100%;position:relative}.searchable-dropdown input{color:#fff;border:1px solid var(--panel-border);background:#0000004d;border-radius:4px;width:100%;padding:.5rem}.searchable-dropdown input:focus{border-color:var(--accent-blue);outline:none}.searchable-dropdown .dropdown-menu{background:var(--panel-bg);border:1px solid var(--panel-border);z-index:1000;border-radius:4px;max-height:200px;margin:4px 0 0;padding:0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000004d}.searchable-dropdown .dropdown-menu li{cursor:pointer;color:var(--text-main);padding:.5rem 1rem}.searchable-dropdown .dropdown-menu li:hover{background:#ffffff1a}.searchable-dropdown .dropdown-menu li.no-results{color:var(--text-muted);cursor:default}.searchable-dropdown .dropdown-menu li.no-results:hover{background:0 0}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{flex-direction:column;width:100%;max-width:600px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.modal-title h2{margin-bottom:.25rem;font-size:1.5rem}.modal-id{color:var(--text-muted);font-size:.875rem}.close-btn{color:var(--text-muted);background:0 0;border:none;font-size:1.25rem}.modal-body{flex-direction:column;gap:2rem;padding:1.5rem;display:flex;overflow-y:auto}.notes-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=600px){.notes-grid{grid-template-columns:1fr 1fr}}.note-section{flex-direction:column;gap:.5rem;display:flex}.note-section h3{text-transform:uppercase;color:var(--text-muted);font-size:.875rem}.note-textarea{border:1px solid var(--panel-border);color:var(--text-main);resize:vertical;background:#0003;border-radius:8px;min-height:100px;padding:.75rem;font-family:inherit;font-size:.875rem;line-height:1.5;transition:all .2s}.note-textarea:focus{border-color:var(--accent-blue);background:#0006;outline:none}.note-textarea::placeholder{color:#fff3}.diag-section h3{text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;font-size:.875rem}.voltage-banner{border-left:4px solid var(--status-ready);background:#10b9810d;border-radius:4px;justify-content:space-between;align-items:center;padding:1rem;display:flex}.v-label{text-transform:uppercase;color:var(--text-muted);font-size:.875rem;font-weight:600}.v-input-group{align-items:baseline;gap:.25rem;display:flex}.v-input{color:var(--status-ready);text-align:right;background:#0003;border:1px solid #10b9814d;border-radius:6px;outline:none;width:80px;padding:.25rem .5rem;font-family:inherit;font-size:1.25rem;font-weight:700;transition:all .2s}.v-input:focus{border-color:var(--status-ready);background:#0006;box-shadow:0 0 0 2px #10b98133}.v-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.v-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.v-input[type=number]{appearance:textfield}.v-unit{color:var(--status-ready);font-size:1.25rem;font-weight:700}.checklist-container{flex-direction:column;gap:.5rem;display:flex}.check-item{cursor:pointer;background:#0003;border:1px solid #0000;border-radius:8px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.check-item:hover{border-color:var(--panel-border);background:#ffffff05}.check-item.checked{background:#10b9811a;border-color:#10b9814d}.check-item.checked .check-input{color:var(--text-muted);text-decoration:line-through}.check-item input[type=checkbox]{width:1.25rem;height:1.25rem;accent-color:var(--status-ready);cursor:pointer}.check-input{color:var(--text-main);background:0 0;border:1px solid #0000;border-radius:4px;outline:none;flex:1;padding:.25rem .5rem;font-size:.875rem;font-weight:500;transition:all .2s}.check-input:focus{border-color:var(--accent-blue);background:#0000004d}.photos-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=600px){.photos-grid{grid-template-columns:1fr 1fr}}.photo-upload-box{flex-direction:column;gap:.5rem;display:flex}.photo-label{text-transform:uppercase;color:var(--text-muted);font-size:.75rem;font-weight:600}.image-list{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem;display:grid}.upload-label{cursor:pointer;height:100px;color:var(--text-muted);background:#0003;border:2px dashed #ffffff1a;border-radius:8px;justify-content:center;align-items:center;font-size:1.5rem;font-weight:600;transition:all .2s;display:flex}.upload-label:hover{border-color:var(--accent-blue);color:var(--accent-blue);background:#ffffff05}.upload-label input[type=file]{display:none}.image-preview{background:#0006;border-radius:8px;height:100px;position:relative;overflow:hidden}.image-preview img{object-fit:cover;width:100%;height:100%}.btn-remove-photo{color:#fff;cursor:pointer;background:#0009;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.btn-remove-photo:hover{background:#ef4444;border-color:#ef4444}.activity-list{background:#0003;border-radius:8px;flex-direction:column;gap:.5rem;max-height:200px;padding:1rem;display:flex;overflow-y:auto}.activity-item{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:flex-start;padding-bottom:.5rem;font-size:.8rem;display:flex}.activity-item:last-child{border-bottom:none;padding-bottom:0}.activity-time{color:var(--text-muted);white-space:nowrap;margin-right:1rem;font-family:monospace}.activity-msg{color:var(--text-main);text-align:right;flex:1}.section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-header h3{margin-bottom:0}.btn-add-code{border:1px solid var(--panel-border);color:var(--text-main);background:#ffffff0d;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;transition:all .2s}.btn-add-code:hover{background:#ffffff1a}.no-codes{color:var(--text-muted);text-align:center;background:#0000001a;border-radius:8px;padding:1rem;font-size:.875rem;font-style:italic}.code-list{flex-direction:column;gap:.5rem;display:flex}.code-item{background:#0003;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem;display:flex}.code-item.error{border-left:3px solid #ef4444}.code-item.warn{border-left:3px solid var(--status-diag)}.c-id-input{color:var(--text-main);background:#0000004d;border:1px solid #0000;border-radius:4px;outline:none;width:90px;padding:.4rem;font-family:monospace;font-size:.75rem;transition:border-color .2s}.c-msg-input{color:var(--text-main);background:#0000004d;border:1px solid #0000;border-radius:4px;outline:none;flex:1;padding:.4rem;font-size:.875rem;transition:border-color .2s}.c-id-input:focus,.c-msg-input:focus{border-color:var(--accent-blue);background:#00000080}.c-type-select{color:var(--text-main);cursor:pointer;background:#0000004d;border:1px solid #0000;border-radius:4px;outline:none;padding:.4rem;font-size:.75rem}.c-type-select option{background:var(--panel-bg)}.btn-remove-code{color:var(--text-muted);background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:1rem;transition:all .2s}.btn-remove-code:hover{color:#ef4444;background:#ef44441a}.modal-footer{border-top:1px solid #ffffff1a;flex-direction:column;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.footer-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.footer-actions .btn-primary,.footer-actions .btn-secondary,.footer-actions .btn-danger{white-space:nowrap;justify-content:center;align-items:center;height:38px;padding:.6rem 1.1rem;font-size:.875rem;display:inline-flex}.confirm-text{color:var(--text-main);margin-left:.5rem;font-size:.875rem;font-weight:500}.status-updater{align-items:center;gap:.5rem;display:flex}.status-updater label{color:var(--text-muted);font-size:.875rem;font-weight:500}.status-select{border:1px solid var(--panel-border);color:var(--text-main);cursor:pointer;background:#0003;border-radius:8px;outline:none;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600}.status-select option{background:var(--panel-bg);color:var(--text-main)}.header-status-group{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.footer-save-row{border-top:1px solid var(--panel-border);justify-content:flex-end;align-items:center;gap:.75rem;padding-top:.75rem;display:flex}.save-msg{color:#34d399;font-size:.875rem;font-weight:600;animation:.3s fadeIn}.btn-save-order{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:8px;padding:.65rem 1.5rem;font-size:.95rem;font-weight:700;transition:opacity .2s,transform .15s;box-shadow:0 4px 15px #3b82f64d}.btn-save-order:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.btn-save-order:disabled{opacity:.5;cursor:not-allowed}.form-body{gap:1.25rem!important}.form-group input,.form-group textarea{border:1px solid var(--panel-border);color:var(--text-main);background:#0003;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent-blue);background:#0006;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff3}.autocomplete-wrapper{width:100%;position:relative}.autocomplete-dropdown{z-index:1000;border:1px solid var(--panel-border);background:#141414f2;border-radius:8px;max-height:200px;margin:4px 0 0;padding:0;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 12px #0000004d}.autocomplete-dropdown li{cursor:pointer;color:var(--text-primary);border-bottom:1px solid #ffffff0d;padding:10px 12px;transition:background-color .2s}.autocomplete-dropdown li:last-child{border-bottom:none}.autocomplete-dropdown li:hover{background-color:rgba(var(--primary-color-rgb), .2)}.client-detail-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.client-detail-modal{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:12px;flex-direction:column;width:90%;max-width:800px;max-height:90vh;display:flex;box-shadow:0 20px 40px #00000080}.cdm-header{border-bottom:1px solid var(--panel-border);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cdm-header h2{color:#fff;font-size:1.5rem;font-weight:700}.btn-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.5rem}.cdm-content{flex-direction:column;gap:2rem;padding:1.5rem;display:flex;overflow-y:auto}.cdm-info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.cdm-info-card{border:1px solid var(--panel-border);background:#0003;border-radius:8px;padding:1.25rem}.cdm-info-card h4{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem}.cdm-info-card p{color:#fff;font-size:1.1rem;font-weight:500}.cdm-bikes-gallery{gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.cdm-bike-card{border:1px solid var(--panel-border);background:#0003;border-radius:8px;flex-direction:column;align-items:center;gap:.5rem;min-width:150px;padding:.5rem;display:flex}.cdm-bike-card img{object-fit:cover;border-radius:4px;width:120px;height:90px}.cdm-bike-card span{color:#fff;font-size:.9rem;font-weight:500}.cdm-jobs-list{flex-direction:column;gap:1rem;display:flex}.cdm-job-item{border:1px solid var(--panel-border);background:#0003;border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;transition:all .2s;display:flex}.cdm-job-item[style*="cursor: pointer"]:hover{border-color:var(--accent-primary);background:#ffffff0d;transform:translateY(-2px)}.cdm-job-info{flex-direction:column;gap:.25rem;display:flex}.cdm-job-id{color:var(--accent-primary);font-size:.85rem;font-weight:600}.cdm-job-issue{color:#fff;font-size:1rem}.cdm-job-date{color:var(--text-secondary);font-size:.8rem}.cdm-job-meta{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.cdm-job-price{color:#fff;font-size:1.2rem;font-weight:700}.cdm-no-data{color:var(--text-muted);text-align:center;background:#0000001a;border-radius:8px;padding:1rem;font-style:italic}.import-clients-modal{flex-direction:column;width:90%;max-width:500px;max-height:90vh;display:flex;overflow:hidden}.import-clients-modal .modal-body{flex:1;overflow-y:auto}.import-desc{color:var(--text-secondary);margin-bottom:20px;font-size:.95rem;line-height:1.5}.file-dropzone{text-align:center;cursor:pointer;color:var(--text-secondary);background:#ffffff05;border:2px dashed #fff3;border-radius:12px;padding:40px 20px;transition:all .3s}.file-dropzone:hover{border-color:var(--primary-color);background:rgba(var(--primary-color-rgb), .05);color:var(--text-primary)}.file-name{color:var(--primary-color);font-weight:500}.import-error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-top:20px;padding:12px;font-size:.9rem}.import-summary{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;margin-top:25px;padding:20px}.import-summary h3{margin-top:0;margin-bottom:10px;font-size:1.1rem}.import-summary p{color:var(--text-secondary);margin:0 0 15px}.preview-list{color:var(--text-secondary);margin:0;padding:0 0 0 20px;font-size:.9rem}.preview-list li{margin-bottom:5px}.clients-board{flex-direction:column;gap:2rem;height:100%;display:flex}.board-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.header-left{align-items:center;gap:1rem;display:flex}.header-left h2{margin:0;font-size:1.5rem;font-weight:700}.header-right{align-items:center;gap:1rem;display:flex}.clients-list{flex-direction:column;gap:.5rem;padding-bottom:2rem;display:flex;overflow-y:auto}.client-list-header{text-transform:uppercase;color:var(--text-muted);background:#0006;border:none;border-radius:8px;grid-template-columns:2fr 3fr 1.5fr 100px;gap:1.5rem;padding:1rem 1.5rem;font-size:.75rem;font-weight:600;display:grid}.client-count{color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.search-bar{background:#0003;border:1px solid #ffffff1a;border-radius:8px;align-items:center;min-width:300px;padding:.5rem 1rem;display:flex}.search-icon{opacity:.5;margin-right:.75rem}.search-bar input{color:var(--text-main);background:0 0;border:none;outline:none;width:100%;font-size:.875rem}.search-bar input::placeholder{color:var(--text-muted)}.client-row{grid-template-columns:2fr 3fr 1.5fr 100px;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;transition:transform .2s,border-color .2s;display:grid}.client-row:hover{border-color:#fff3;transform:translateY(-1px)}.c-col{flex-direction:column;gap:.25rem;display:flex}.c-info{flex-direction:column;gap:.75rem;display:flex}.info-header{align-items:center;gap:.75rem;display:flex}.c-info h3{background:linear-gradient(to right, #fff, var(--text-muted));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.25rem;font-weight:600}.client-id{color:var(--text-muted);background:#0000004d;border-radius:4px;padding:.25rem .5rem;font-family:monospace;font-size:.75rem}.contact-details{flex-direction:column;gap:.25rem;display:flex}.c-actions{align-items:flex-end}.info-row{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.875rem;display:flex}.info-icon{opacity:.7;font-size:.875rem}.stat-value{color:var(--text-main);font-size:1.125rem;font-weight:600}.bike-gallery{flex-wrap:wrap;gap:1rem;display:flex}.bike-gallery-item{background:#0003;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem;display:flex}.bike-large-img{object-fit:cover;border-radius:8px;width:80px;height:60px}.bike-gallery-name{color:var(--text-main);text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:80px;font-size:.75rem;font-weight:500;overflow:hidden}.last-visit{color:var(--text-muted);font-size:.75rem}.no-results{text-align:center;color:var(--text-muted);background:#0003;border:1px dashed #ffffff1a;border-radius:8px;padding:3rem}@media (width<=900px){.client-list-header{display:none}.client-row{grid-template-columns:1fr 1fr;grid-template-areas:"info bikes""stats stats""actions actions";align-items:start;gap:1rem;padding:1rem 1.25rem;display:grid}.c-info{grid-area:info}.c-bikes{grid-area:bikes;align-items:flex-end}.bike-gallery{justify-content:flex-end}.c-stats{background:#0003;border-radius:8px;flex-direction:row;grid-area:stats;justify-content:space-between;align-items:center;padding:.75rem}.c-actions{grid-area:actions;align-items:stretch;width:100%}.c-actions button{width:100%}}.inventory-board{flex-direction:column;gap:2rem;height:100%;display:flex}.cat-select{color:var(--text-main);cursor:pointer;background-color:#0003;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.5rem 1rem;font-size:.875rem}.cat-select option{color:#fff;background-color:#1a1a1a}.inventory-table-container{padding:0;overflow-x:auto}.inventory-table{border-collapse:collapse;text-align:left;width:100%}.inventory-table th{text-transform:uppercase;color:var(--text-muted);background:#0003;border-bottom:1px solid #ffffff0d;padding:1.25rem 1.5rem;font-size:.75rem;font-weight:600}.inventory-table td{vertical-align:middle;border-bottom:1px solid #ffffff0d;padding:1.25rem 1.5rem}.inv-row{transition:background-color .2s}.inv-row:hover{background-color:#ffffff08}.status-pill{white-space:nowrap;border-radius:999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.status-green{color:#4ade80;background:#22c55e26;border:1px solid #22c55e33}.status-yellow{color:#fde047;background:#eab30826;border:1px solid #eab30833}.status-red{color:#f87171;background:#ef444426;border:1px solid #ef444433}.item-name{color:var(--text-main);margin-bottom:.25rem;font-size:1rem;font-weight:600}.item-meta{align-items:center;gap:.75rem;display:flex}.item-sku{color:var(--text-muted);background:#0000004d;border-radius:4px;padding:.15rem .4rem;font-family:monospace;font-size:.75rem}.item-cat{color:var(--accent-blue);font-size:.75rem}.col-location{color:var(--text-muted);font-size:.875rem}.col-price{font-size:.875rem;font-weight:500}.qty-controls{background:#0003;border:1px solid #ffffff0d;border-radius:6px;align-items:center;gap:.75rem;width:fit-content;padding:.25rem;display:flex}.qty-btn{color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-weight:500;transition:all .2s;display:flex}.qty-btn:hover:not(:disabled){background:#ffffff1a}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-value{text-align:center;min-width:20px;font-weight:600}@media (width<=900px){.inventory-board .header-right{flex-direction:column;align-items:stretch;gap:.75rem;width:100%;display:flex}.inventory-board .header-right>*{width:100%}.inventory-board .header-right .search-bar{order:1}.inventory-board .header-right .cat-select{order:2}.inventory-board .header-right .btn-primary{order:3}}.login-container{background:var(--bg-main);background-image:radial-gradient(circle at 20% 30%,#38bdf81a 0%,#0000 40%),radial-gradient(circle at 80% 70%,#3b82f61a 0%,#0000 40%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-card{flex-direction:column;gap:1.5rem;width:100%;max-width:420px;padding:2.5rem;display:flex}.login-header{text-align:center;margin-bottom:1rem}.login-header h1{background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.login-header p{color:var(--text-muted);font-size:.9rem}.login-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.form-group input{color:var(--text-primary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.form-group input:focus{border-color:var(--accent-primary);background:#ffffff14;outline:none;box-shadow:0 0 0 2px #38bdf833}.auth-btn{width:100%;margin-top:.5rem;padding:.875rem;font-size:1rem;font-weight:600}.toggle-mode{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.9rem}.toggle-mode button{color:var(--accent-primary);cursor:pointer;background:0 0;border:none;padding:0 .25rem;font-weight:600}.toggle-mode button:hover{text-decoration:underline}.auth-error{color:#fca5a5;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:6px;padding:.75rem;font-size:.85rem}.settings-board{flex-direction:column;gap:1.5rem;padding:1rem;display:flex}.settings-header h1{background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.5rem;font-weight:700}.settings-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;display:grid}.settings-card{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.settings-card h3{color:#fff;border-bottom:1px solid var(--panel-border);padding-bottom:.5rem;font-size:1.1rem}.settings-form{flex-direction:column;gap:1rem;display:flex}.settings-form .form-group{flex-direction:column;gap:.25rem;display:flex}.settings-form label{color:var(--text-secondary);font-size:.85rem}.settings-form input{border:1px solid var(--panel-border);color:#fff;background:#0003;border-radius:6px;padding:.75rem;font-family:inherit;font-size:.95rem}.settings-form input:focus{border-color:var(--accent-primary);background:#0006;outline:none}.save-btn-container{justify-content:flex-end;margin-top:1rem;display:flex}.users-table-container{overflow-x:auto}.users-table{border-collapse:collapse;width:100%}.users-table th,.users-table td{text-align:left;border-bottom:1px solid var(--panel-border);padding:.75rem;font-size:.9rem}.users-table th{color:var(--text-secondary);font-weight:500}.users-table td{color:#fff}.role-badge{text-transform:uppercase;border-radius:4px;padding:.25rem .5rem;font-size:.8rem;font-weight:600;display:inline-block}.role-super_admin{color:#fcd34d;background:#f59e0b33;border:1px solid #f59e0b4d}.role-mechanic{color:#93c5fd;background:#3b82f633;border:1px solid #3b82f64d}.role-select{border:1px solid var(--panel-border);color:#fff;background:#0000004d;border-radius:4px;padding:.25rem;font-size:.85rem}.role-shop_owner{color:#6ee7b7;background:#10b98133;border:1px solid #10b9814d}.role-vendor{color:#d8b4fe;background:#a855f733;border:1px solid #a855f74d}.role-customer{color:#f9a8d4;background:#ec489933;border:1px solid #ec48994d}.role-pending{color:#d1d5db;background:#9ca3af33;border:1px solid #9ca3af4d}.customer-dashboard{max-width:1200px;color:var(--text-primary);margin:0 auto;padding:2rem;animation:.4s ease-out fadeIn}.customer-header{border:1px solid var(--panel-border);background:linear-gradient(145deg,#1e293bb3,#0f172ae6);border-radius:12px;margin-bottom:2rem;padding:2rem}.header-content{justify-content:space-between;align-items:center;display:flex}.header-content h1{background:linear-gradient(90deg, #fff, var(--text-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:2rem}.shop-badge{background:var(--accent-primary);color:#fff;border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;box-shadow:0 4px 15px #ff3e6c33}.dashboard-section{border-radius:12px;padding:2rem}.dashboard-section h2{color:var(--text-light);border-bottom:1px solid var(--panel-border);margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem}.repair-cards{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.repair-card{border:1px solid var(--panel-border);background:#0f172a99;border-radius:10px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.repair-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.repair-card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.repair-card-header h3{color:#fff;margin:0}.status-badge{letter-spacing:.5px;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.status-queue{color:#94a3b8;background:#64748b33}.status-diagnosing{color:#38bdf8;background:#38bdf833}.status-parts{color:#fbbf24;background:#fbbf2433}.status-repairing{color:#f43f5e;background:#f43f5e33}.status-ready{color:#34d399;background:#34d39933}.repair-card-body p{color:var(--text-secondary);margin:.5rem 0;font-size:.95rem}.repair-card-body strong{color:var(--text-light)}.repair-date{color:#64748b!important;margin-top:1rem!important;font-size:.85rem!important}.repair-activity{border-top:1px dashed var(--panel-border);margin-top:1.5rem;padding-top:1rem}.repair-activity h4{text-transform:uppercase;color:#64748b;letter-spacing:.5px;margin:0 0 .5rem;font-size:.85rem}.repair-activity p{color:var(--text-light);margin:0;font-size:.9rem}.repair-activity small{color:#64748b;margin-top:.25rem;display:block}.empty-state{text-align:center;color:#64748b;padding:3rem;font-style:italic}
