.app-layout{background:var(--color-bg);min-height:100vh;display:flex}.app-sidebar{color:#fff;background:#111827;flex:0 0 260px;width:260px;height:100vh;padding:24px;position:sticky;top:0;overflow-y:auto}.app-logo{margin-bottom:32px;font-size:22px;font-weight:700}.app-menu{flex-direction:column;gap:8px;display:flex}.app-menu-group{background:#ffffff08;border-radius:12px;flex-direction:column;gap:6px;padding:6px;display:flex}.app-menu-group-active{background:#2563eb24}.app-menu-submenu{flex-direction:column;gap:4px;margin-left:8px;display:flex}.app-menu-item{text-align:left;color:#d1d5db;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;width:100%;padding:12px 14px;transition:background .2s,color .2s;display:flex}.app-menu-item-sub{color:#cbd5e1;padding:10px 12px;font-size:14px}.app-menu-item:hover:not(:disabled),.app-menu-item-active{color:#fff;background:#1f2937}.app-menu-item:disabled{opacity:.45;cursor:not-allowed}.app-content{flex-direction:column;flex:1;min-width:0;display:flex}.app-header{background:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:20;justify-content:space-between;align-items:center;height:72px;padding:0 32px;display:flex;position:sticky;top:0}.app-header span{color:#6b7280;margin-top:4px;font-size:14px;display:block}.app-header button{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 14px}.app-main{min-width:0;padding:32px}@media (width<=900px){.app-layout{flex-direction:column}.app-sidebar{flex-basis:auto;width:100%;height:auto;padding:18px;position:static}.app-logo{margin-bottom:16px}.app-menu{flex-direction:row;gap:8px;padding-bottom:4px;overflow-x:auto}.app-menu-item{white-space:nowrap;flex:none;width:auto}.app-header{gap:16px;height:auto;min-height:68px;padding:16px 20px}.app-main{padding:20px}}@media (width<=520px){.app-header{flex-direction:column;align-items:flex-start}}.toast{z-index:1000;color:#111827;background:#fff;border:1px solid #d1d5db;border-left-width:5px;border-radius:10px;align-items:flex-start;gap:16px;width:min(420px,100vw - 32px);padding:14px 16px;display:flex;position:fixed;top:20px;right:20px;box-shadow:0 18px 45px #0f172a2e}.toast-erro{border-left-color:#dc2626}.toast-sucesso{border-left-color:#16a34a}.toast-aviso{border-left-color:#d97706}.toast-info{border-left-color:#2563eb}.toast-content{flex:1;min-width:0}.toast-title{text-transform:uppercase;color:#374151;margin-bottom:4px;font-size:13px;font-weight:700;display:block}.toast p{color:#111827;margin:0;line-height:1.45}.toast-close{color:#4b5563;cursor:pointer;background:0 0;border:0;padding:2px 0;font-size:13px;font-weight:700}.toast-close:hover{color:#111827}@media (width<=640px){.toast{width:auto;top:12px;left:12px;right:12px}}.alterar-senha-page{flex-direction:column;gap:24px;display:flex}.alterar-senha-header{justify-content:space-between;align-items:center;display:flex}.alterar-senha-header h1{margin:0;font-size:28px}.alterar-senha-header p{color:#6b7280;margin:8px 0 0}.alterar-senha-form{background:#fff;border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:minmax(280px,520px);gap:18px;padding:24px;display:grid}.alterar-senha-form label{color:#374151;flex-direction:column;gap:8px;font-weight:600;display:flex}.alterar-senha-form input{color:#111827;font:inherit;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px}.alterar-senha-form input:disabled{cursor:not-allowed;background:#f3f4f6}.alterar-senha-actions{display:flex}.alterar-senha-actions button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.alterar-senha-actions button:disabled{cursor:not-allowed;opacity:.65}.alterar-senha-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px}@media (width<=640px){.alterar-senha-form{grid-template-columns:1fr}}.cadastro-oficina-page{background:linear-gradient(135deg,#111827e6,#1e40afd1),url(/assets/hero-CLDdwZDr.png) 50%/cover;place-items:center;min-height:100vh;padding:32px;display:grid}.cadastro-oficina-panel{background:#fff;border:1px solid #d1d5dbe6;border-radius:12px;width:min(100%,760px);padding:32px;box-shadow:0 24px 70px #0f172a47}.cadastro-oficina-brand{margin-bottom:28px}.cadastro-oficina-brand span{color:#1d4ed8;text-transform:uppercase;align-items:center;font-size:14px;font-weight:800;display:inline-flex}.cadastro-oficina-brand h1{color:#111827;margin:10px 0 8px;font-size:30px;line-height:1.15}.cadastro-oficina-brand p{color:#6b7280;margin:0;line-height:1.5}.cadastro-oficina-form{flex-direction:column;gap:22px;display:flex}.cadastro-oficina-form fieldset{border:0;flex-direction:column;gap:16px;margin:0;padding:0;display:flex}.cadastro-oficina-form legend{color:#111827;margin-bottom:2px;font-size:18px;font-weight:800}.cadastro-oficina-form label{color:#374151;flex-direction:column;gap:8px;font-weight:700;display:flex}.cadastro-oficina-form input,.cadastro-oficina-form textarea{color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:12px 14px}.cadastro-oficina-form textarea{resize:vertical}.cadastro-oficina-form input:focus,.cadastro-oficina-form textarea:focus{border-color:#2563eb;outline:none}.cadastro-oficina-form input:disabled,.cadastro-oficina-form textarea:disabled{cursor:not-allowed;background:#f3f4f6}.cadastro-oficina-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.cadastro-oficina-actions{gap:12px;display:flex}.cadastro-oficina-actions button{cursor:pointer;border-radius:8px;padding:12px 16px;font-weight:800}.cadastro-oficina-actions button[type=submit]{color:#fff;background:#1d4ed8;border:0}.cadastro-oficina-actions button[type=submit]:hover:not(:disabled){background:#1e40af}.cadastro-oficina-secondary{color:#374151;background:#fff;border:1px solid #d1d5db}.cadastro-oficina-secondary:hover:not(:disabled){background:#f9fafb}.cadastro-oficina-actions button:disabled{cursor:not-allowed;opacity:.7}@media (width<=720px){.cadastro-oficina-page{padding:20px}.cadastro-oficina-panel{padding:24px}.cadastro-oficina-grid,.cadastro-oficina-actions{flex-direction:column;grid-template-columns:1fr}}.cliente-detalhes{flex-direction:column;gap:24px;display:flex}.cliente-detalhes-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.cliente-detalhes-header h2{margin:12px 0 0;font-size:28px}.cliente-detalhes-header p{color:#6b7280;margin:8px 0 0}.cliente-detalhes-header>button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.cliente-detalhes-back{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.cliente-detalhes-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.cliente-detalhes-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px}.cliente-detalhes-card h3{margin:0 0 18px;font-size:18px}.cliente-detalhes-card dl{flex-direction:column;gap:16px;margin:0;display:flex}.cliente-detalhes-card dt{color:#6b7280;margin-bottom:4px;font-size:14px}.cliente-detalhes-card dd{color:#111827;margin:0;font-weight:600}.cliente-detalhes-status{color:#166534;background:#dcfce7;border-radius:999px;padding:4px 8px;font-size:13px;font-weight:600;display:inline-block}.cliente-detalhes-observacao{color:#374151;margin:0;line-height:1.5}.cliente-detalhes-empty{color:#6b7280;background:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;padding:24px;line-height:1.5}.cliente-detalhes-list{flex-direction:column;gap:10px;display:flex}.cliente-detalhes-list-item{text-align:left;color:#111827;cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:12px 14px;display:flex}.cliente-detalhes-list-item:hover{background:#f3f4f6}.cliente-detalhes-list-meta{color:#6b7280;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.cliente-detalhes-table-card{border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto}.cliente-detalhes-table-card table{border-collapse:collapse;width:100%}.cliente-detalhes-table-card th,.cliente-detalhes-table-card td{text-align:left;border-bottom:1px solid #e5e7eb;padding:12px 14px}.cliente-detalhes-table-card th{color:#374151;background:#f9fafb;font-size:14px}.cliente-detalhes-table-card tr:last-child td{border-bottom:0}.cliente-detalhes-muted{color:#6b7280}.cliente-detalhes-os-status{white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:13px;font-weight:600;display:inline-block}.cliente-detalhes-os-status-Aberta{color:#1e40af;background:#dbeafe}.cliente-detalhes-os-status-EmAndamento{color:#92400e;background:#fef3c7}.cliente-detalhes-os-status-AguardandoPeca{color:#9a3412;background:#ffedd5}.cliente-detalhes-os-status-Finalizada{color:#166534;background:#dcfce7}.cliente-detalhes-os-status-Entregue{color:#3730a3;background:#e0e7ff}.cliente-detalhes-os-status-Cancelada{color:#991b1b;background:#fee2e2}@media (width<=900px){.cliente-detalhes-header{flex-direction:column;align-items:stretch}.cliente-detalhes-grid{grid-template-columns:1fr}.cliente-detalhes-table-card table{min-width:720px}}.cliente-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px}.cliente-form-header h2{margin:0;font-size:24px}.cliente-form-header p{color:#6b7280;margin:8px 0 0}.cliente-form{flex-direction:column;gap:18px;margin-top:24px;display:flex}.cliente-form label{color:#374151;flex-direction:column;gap:8px;font-weight:600;display:flex}.cliente-form input,.cliente-form textarea{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px}.cliente-form input:focus,.cliente-form textarea:focus{border-color:#2563eb;outline:2px solid #bfdbfe}.cliente-form-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.cliente-form-actions button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.cliente-form-actions button:disabled{opacity:.7;cursor:not-allowed}.cliente-form-actions .cliente-form-secondary{color:#374151;background:#fff;border:1px solid #d1d5db}.cliente-form-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px}@media (width<=640px){.cliente-form-card{padding:18px}.cliente-form-actions{flex-direction:column-reverse;align-items:stretch}}.clientes-page{flex-direction:column;gap:24px;display:flex}.clientes-header{justify-content:space-between;align-items:center;display:flex}.clientes-header h1{margin:0;font-size:28px}.clientes-header p{color:#6b7280;margin:8px 0 0}.clientes-header button,.clientes-search button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.clientes-search{gap:12px;display:flex}.clientes-search input{background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:1;padding:10px 12px}.clientes-table-card,.clientes-empty{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.clientes-empty{text-align:center;color:#6b7280;padding:32px}.clientes-table-card{overflow-x:auto}.clientes-table-card table{border-collapse:collapse;width:100%}.clientes-table-card th,.clientes-table-card td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px}.clientes-table-card th{color:#374151;background:#f9fafb;font-size:14px}.clientes-table-card tr:last-child td{border-bottom:0}.clientes-status{color:#166534;background:#dcfce7;border-radius:999px;padding:4px 8px;font-size:13px;font-weight:600;display:inline-block}.clientes-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px}.clientes-actions{gap:8px;display:flex}.clientes-action-button{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 12px;font-weight:600}.clientes-action-button:hover{background:#f9fafb}.clientes-action-button-primary{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.clientes-action-button-primary:hover{background:#dbeafe}@media (width<=900px){.clientes-header,.clientes-search{flex-direction:column;align-items:stretch}.clientes-header{gap:16px}.clientes-table-card table{min-width:760px}.clientes-actions{flex-wrap:wrap}}.servicos-abertos-page{flex-direction:column;gap:24px;display:flex}.servicos-abertos-header{justify-content:space-between;align-items:center;display:flex}.servicos-abertos-header h1{margin:0;font-size:28px}.servicos-abertos-header p{color:#6b7280;margin:8px 0 0}.servicos-abertos-header button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.servicos-abertos-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.servicos-abertos-summary article{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px}.servicos-abertos-summary span{color:#6b7280;margin-bottom:8px;display:block}.servicos-abertos-summary strong{font-size:24px}.servicos-abertos-table-card,.servicos-abertos-empty{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.servicos-abertos-empty{text-align:center;color:#6b7280;padding:32px}.servicos-abertos-table-card{overflow-x:auto}.servicos-abertos-table-card table{border-collapse:collapse;width:100%}.servicos-abertos-table-card th,.servicos-abertos-table-card td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px}.servicos-abertos-table-card th{color:#374151;background:#f9fafb;font-size:14px}.servicos-abertos-table-card tr:last-child td{border-bottom:0}.servicos-abertos-muted{color:#6b7280}.servicos-abertos-status{white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:13px;font-weight:600;display:inline-block}.servicos-abertos-status-Aberta{color:#1e40af;background:#dbeafe}.servicos-abertos-status-EmAndamento{color:#92400e;background:#fef3c7}.servicos-abertos-status-AguardandoPeca{color:#9a3412;background:#ffedd5}.servicos-abertos-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px}@media (width<=900px){.servicos-abertos-header{flex-direction:column;align-items:stretch;gap:16px}.servicos-abertos-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.servicos-abertos-table-card table{min-width:820px}}@media (width<=560px){.servicos-abertos-summary{grid-template-columns:1fr}}.veiculos-oficina-page{flex-direction:column;gap:24px;display:flex}.veiculos-oficina-header{justify-content:space-between;align-items:center;display:flex}.veiculos-oficina-header h1{margin:0;font-size:28px}.veiculos-oficina-header p{color:#6b7280;margin:8px 0 0}.veiculos-oficina-header button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.veiculos-oficina-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.veiculos-oficina-summary article{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px}.veiculos-oficina-summary span{color:#6b7280;margin-bottom:8px;display:block}.veiculos-oficina-summary strong{font-size:24px}.veiculos-oficina-table-card,.veiculos-oficina-empty{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.veiculos-oficina-empty{text-align:center;color:#6b7280;padding:32px}.veiculos-oficina-table-card{overflow-x:auto}.veiculos-oficina-table-card table{border-collapse:collapse;width:100%}.veiculos-oficina-table-card th,.veiculos-oficina-table-card td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px}.veiculos-oficina-table-card th{color:#374151;background:#f9fafb;font-size:14px}.veiculos-oficina-table-card tr:last-child td{border-bottom:0}.veiculos-oficina-status{white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:13px;font-weight:600;display:inline-block}.veiculos-oficina-status-Aberta{color:#1e40af;background:#dbeafe}.veiculos-oficina-status-EmAndamento{color:#92400e;background:#fef3c7}.veiculos-oficina-status-AguardandoPeca{color:#9a3412;background:#ffedd5}.veiculos-oficina-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px}@media (width<=900px){.veiculos-oficina-header{flex-direction:column;align-items:stretch;gap:16px}.veiculos-oficina-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.veiculos-oficina-table-card table{min-width:900px}}@media (width<=560px){.veiculos-oficina-summary{grid-template-columns:1fr}}.configuracoes-page{flex-direction:column;gap:24px;display:flex}.configuracoes-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.configuracoes-header h1{margin:0;font-size:28px}.configuracoes-header p{color:#6b7280;margin:8px 0 0}.configuracoes-header-actions,.configuracoes-form-actions{gap:10px;display:flex}.configuracoes-header button,.configuracoes-form-actions button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.configuracoes-header button:disabled,.configuracoes-form-actions button:disabled{opacity:.65;cursor:not-allowed}.configuracoes-header .configuracoes-secondary-button,.configuracoes-form-actions .configuracoes-secondary-button{color:#374151;background:#fff;border:1px solid #d1d5db}.configuracoes-card,.configuracoes-empty{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.configuracoes-card{padding:24px}.configuracoes-card-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:20px;display:flex}.configuracoes-card-header span:first-child{color:#6b7280;margin-bottom:8px;font-size:14px;display:block}.configuracoes-card-header h2{margin:0;font-size:22px}.configuracoes-status{white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:13px;font-weight:600;display:inline-block}.configuracoes-status-ativo{color:#166534;background:#dcfce7}.configuracoes-status-inativo{color:#991b1b;background:#fee2e2}.configuracoes-details,.configuracoes-readonly{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:24px 0 0;display:grid}.configuracoes-details div,.configuracoes-readonly div{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:16px}.configuracoes-details dt,.configuracoes-readonly dt{color:#6b7280;margin-bottom:8px;font-size:14px}.configuracoes-details dd,.configuracoes-readonly dd{color:#111827;overflow-wrap:anywhere;margin:0;font-weight:600}.configuracoes-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px;display:grid}.configuracoes-form label{color:#374151;flex-direction:column;gap:8px;font-weight:600;display:flex}.configuracoes-form label:nth-child(4),.configuracoes-readonly,.configuracoes-form-actions,.configuracoes-error{grid-column:1/-1}.configuracoes-form input,.configuracoes-form textarea{color:#111827;font:inherit;resize:vertical;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px}.configuracoes-form input:disabled,.configuracoes-form textarea:disabled{cursor:not-allowed;background:#f3f4f6}.configuracoes-empty{text-align:center;color:#6b7280;padding:32px}.configuracoes-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;margin-top:18px;padding:12px 14px}@media (width<=760px){.configuracoes-header,.configuracoes-card-header,.configuracoes-header-actions,.configuracoes-form-actions{flex-direction:column;align-items:stretch}.configuracoes-details,.configuracoes-form,.configuracoes-readonly{grid-template-columns:1fr}}.dashboard-page{flex-direction:column;gap:24px;display:flex}.dashboard-header{justify-content:space-between;align-items:center;display:flex}.dashboard-header h1{margin:0;font-size:28px}.dashboard-header p{color:#6b7280;margin:8px 0 0}.dashboard-header button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.dashboard-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.dashboard-summary article,.dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.dashboard-summary article{padding:18px}.dashboard-summary span{color:#6b7280;margin-bottom:8px;display:block}.dashboard-summary strong{font-size:24px}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.dashboard-card{padding:24px}.dashboard-card h2{margin:0 0 18px;font-size:20px}.dashboard-status-list,.dashboard-operational-list{flex-direction:column;gap:12px;display:flex}.dashboard-status-list div,.dashboard-operational-list div{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.dashboard-status-list div:last-child,.dashboard-operational-list div:last-child{border-bottom:0}.dashboard-status-list span,.dashboard-operational-list span{color:#6b7280}.dashboard-status-list strong,.dashboard-operational-list strong{font-size:18px}.dashboard-section-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.dashboard-section-header h2{margin:0}.dashboard-section-header span{color:#6b7280;font-size:14px}.dashboard-table-card,.dashboard-empty{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.dashboard-empty{text-align:center;color:#6b7280;padding:32px}.dashboard-table-card{overflow-x:auto}.dashboard-table-card table{border-collapse:collapse;width:100%}.dashboard-table-card th,.dashboard-table-card td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px}.dashboard-table-card th{color:#374151;background:#f9fafb;font-size:14px}.dashboard-table-card tr:last-child td{border-bottom:0}.dashboard-muted{color:#6b7280}.dashboard-status{white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:13px;font-weight:600;display:inline-block}.dashboard-status-Aberta{color:#1e40af;background:#dbeafe}.dashboard-status-EmAndamento{color:#92400e;background:#fef3c7}.dashboard-status-AguardandoPeca{color:#9a3412;background:#ffedd5}.dashboard-status-Finalizada{color:#166534;background:#dcfce7}.dashboard-status-Entregue{color:#3730a3;background:#e0e7ff}.dashboard-status-Cancelada{color:#991b1b;background:#fee2e2}.dashboard-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px}@media (width<=1000px){.dashboard-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.dashboard-table-card table{min-width:820px}}@media (width<=640px){.dashboard-header,.dashboard-section-header{flex-direction:column;align-items:stretch}.dashboard-summary{grid-template-columns:1fr}}.login-page{background:linear-gradient(135deg,#111827e6,#1e40afd1),url(/assets/hero-CLDdwZDr.png) 50%/cover;place-items:center;min-height:100vh;padding:32px;display:grid}.login-panel{background:#fff;border:1px solid #d1d5dbe6;border-radius:12px;width:min(100%,440px);padding:32px;box-shadow:0 24px 70px #0f172a47}.login-brand{margin-bottom:28px}.login-brand span{color:#1d4ed8;text-transform:uppercase;align-items:center;font-size:14px;font-weight:800;display:inline-flex}.login-brand h1{color:#111827;margin:10px 0 8px;font-size:30px;line-height:1.15}.login-brand p{color:#6b7280;margin:0;line-height:1.5}.login-form{flex-direction:column;gap:18px;display:flex}.login-form label{color:#374151;flex-direction:column;gap:8px;font-weight:700;display:flex}.login-form input{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:12px 14px}.login-form input:focus{border-color:#2563eb}.login-form button{color:#fff;cursor:pointer;background:#1d4ed8;border:0;border-radius:8px;width:100%;padding:12px 16px;font-weight:800}.login-form button:hover:not(:disabled){background:#1e40af}.login-form button:disabled{opacity:.7}.login-register{color:#6b7280;justify-content:center;gap:8px;margin-top:22px;font-size:14px;display:flex}.login-register button{color:#1d4ed8;cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-weight:800}.login-register button:hover{color:#1e40af;text-decoration:underline}@media (width<=560px){.login-page{padding:20px}.login-panel{padding:24px}.login-brand h1{font-size:26px}.login-register{flex-direction:column;align-items:center}}.comprovante-os{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:34px;box-shadow:0 14px 35px #0f172a14}.comprovante-os-header{border-bottom:2px solid #1f2937;justify-content:space-between;gap:24px;margin-bottom:24px;padding-bottom:20px;display:flex}.comprovante-os-kicker{color:#1d4ed8;text-transform:uppercase;margin:0 0 8px;font-size:12px;font-weight:800;display:inline-block}.comprovante-os-header h2{margin:0;font-size:28px}.comprovante-os-header p{margin:8px 0 0;font-weight:600}.comprovante-os-header span{color:#6b7280;margin-top:6px;display:block}.comprovante-os-oficina-info{flex-direction:column;gap:4px;margin-top:10px;display:flex}.comprovante-os-oficina-info span{margin-top:0}.comprovante-os-number{text-align:right;background:#f8fafc;border:1px solid #d1d5db;border-radius:10px;align-self:flex-start;min-width:120px;padding:12px 16px}.comprovante-os-number span{color:#6b7280;font-size:14px}.comprovante-os-number strong{margin-top:4px;font-size:30px;display:block}.comprovante-os-info-grid,.comprovante-os-section-grid,.comprovante-os-totals{gap:16px;margin-bottom:20px;display:grid}.comprovante-os-info-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.comprovante-os-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.comprovante-os-totals{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}.comprovante-os-info-grid article,.comprovante-os-totals article{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:14px}.comprovante-os-info-grid span,.comprovante-os-totals span{color:#6b7280;margin-bottom:6px;font-size:14px;display:block}.comprovante-os-info-grid strong,.comprovante-os-totals strong{font-size:17px}.comprovante-os-card{break-inside:avoid;page-break-inside:avoid;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;padding:18px}.comprovante-os-card h3{margin:0 0 14px;font-size:17px}.comprovante-os-card dl{flex-direction:column;gap:12px;margin:0;display:flex}.comprovante-os-card dt{color:#6b7280;margin-bottom:4px;font-size:14px}.comprovante-os-card dd{margin:0;font-weight:600}.comprovante-os-text{color:#374151;margin:0;line-height:1.5}.comprovante-os-empty{color:#6b7280;margin:0}.comprovante-os-table{border-collapse:collapse;width:100%}.comprovante-os-table th,.comprovante-os-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:10px 12px}.comprovante-os-table th:last-child,.comprovante-os-table td:last-child{text-align:right}.comprovante-os-table th{color:#374151;background:#f9fafb;font-size:14px}.comprovante-os-table tr:last-child td{border-bottom:0}.comprovante-os-footer{grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;margin-top:56px;display:grid}.comprovante-os-footer div{text-align:center;color:#374151;border-top:1px solid #111827;padding-top:10px}.comprovante-os-note{color:#6b7280;text-align:center;margin:28px 0 0;font-size:12px}@media print{@page{size:A4;margin:12mm}.comprovante-os{box-shadow:none;font-size:12px}.comprovante-os-header{margin-bottom:16px;padding-bottom:14px}.comprovante-os-header h2{font-size:22px}.comprovante-os-number strong{font-size:24px}.comprovante-os-info-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}.comprovante-os-section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px}.comprovante-os-card{break-inside:avoid;page-break-inside:avoid;margin-bottom:12px;padding:12px}.comprovante-os-table{break-inside:auto;page-break-inside:auto}.comprovante-os-table thead{display:table-header-group}.comprovante-os-table tr{break-inside:avoid;page-break-inside:avoid}.comprovante-os-card h3{margin-bottom:8px;font-size:14px}.comprovante-os-table th,.comprovante-os-table td{padding:6px 8px}.comprovante-os-totals{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px}.comprovante-os-footer{break-inside:avoid;page-break-inside:avoid;margin-top:42px}}@media (width<=760px){.comprovante-os{padding:22px}.comprovante-os-header,.comprovante-os-section-grid,.comprovante-os-totals{grid-template-columns:1fr}.comprovante-os-header{flex-direction:column}.comprovante-os-number{text-align:left}.comprovante-os-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.ordem-detalhes{flex-direction:column;gap:24px;display:flex}.ordem-detalhes-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.ordem-detalhes-header h2{margin:12px 0 0;font-size:28px}.ordem-detalhes-header p{color:#6b7280;margin:8px 0 0}.ordem-detalhes-header>button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.ordem-detalhes-back{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.ordem-detalhes-summary,.ordem-detalhes-totals{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.ordem-detalhes-totals{grid-template-columns:repeat(3,minmax(0,1fr))}.ordem-detalhes-summary article,.ordem-detalhes-totals article{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px}.ordem-detalhes-summary span,.ordem-detalhes-totals span{color:#6b7280;margin-bottom:8px;display:block}.ordem-detalhes-summary strong,.ordem-detalhes-totals strong{font-size:18px}.ordem-detalhes-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.ordem-detalhes-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px}.ordem-detalhes-card h3{margin:0 0 18px;font-size:18px}.ordem-detalhes-card dl{flex-direction:column;gap:16px;margin:0;display:flex}.ordem-detalhes-card dt{color:#6b7280;margin-bottom:4px;font-size:14px}.ordem-detalhes-card dd{color:#111827;margin:0;font-weight:600}.ordem-detalhes-text{color:#374151;margin:0;line-height:1.5}.ordem-detalhes-status{border-radius:999px;width:fit-content;padding:4px 8px;font-size:13px;font-weight:600;display:inline-block}.ordem-detalhes-status-Aberta{color:#1e40af;background:#dbeafe}.ordem-detalhes-status-EmAndamento{color:#92400e;background:#fef3c7}.ordem-detalhes-status-AguardandoPeca{color:#9a3412;background:#ffedd5}.ordem-detalhes-status-Finalizada{color:#166534;background:#dcfce7}.ordem-detalhes-status-Entregue{color:#3730a3;background:#e0e7ff}.ordem-detalhes-status-Cancelada{color:#991b1b;background:#fee2e2}.ordem-detalhes-section-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.ordem-detalhes-section-header h3{margin:0}.ordem-detalhes-section-header strong{font-size:18px}.ordem-detalhes-empty{color:#6b7280;background:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;padding:24px;line-height:1.5}.ordem-detalhes-table-card{border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto}.ordem-detalhes-table-card table{border-collapse:collapse;width:100%}.ordem-detalhes-table-card th,.ordem-detalhes-table-card td{text-align:left;border-bottom:1px solid #e5e7eb;padding:12px 14px}.ordem-detalhes-table-card th{color:#374151;background:#f9fafb;font-size:14px}.ordem-detalhes-table-card tr:last-child td{border-bottom:0}.ordem-detalhes-actions{gap:12px;display:flex}.ordem-detalhes-actions button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.ordem-detalhes-actions button:disabled{cursor:not-allowed;opacity:.65}.ordem-detalhes-actions .ordem-detalhes-secondary-button{color:#374151;background:#fff;border:1px solid #d1d5db}.ordem-detalhes-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px}.ordem-detalhes-comprovante{flex-direction:column;gap:16px;display:flex}.ordem-detalhes-print-area{display:none}@media (width<=1000px){.ordem-detalhes-header{flex-direction:column;align-items:stretch}.ordem-detalhes-actions{flex-wrap:wrap}.ordem-detalhes-summary,.ordem-detalhes-totals,.ordem-detalhes-grid{grid-template-columns:1fr}.ordem-detalhes-table-card table{min-width:680px}}@media (width<=640px){.ordem-detalhes-actions{flex-direction:column;align-items:stretch}.ordem-detalhes-section-header{flex-direction:column;align-items:flex-start}}@media print{body{background:#fff}body *{visibility:hidden}.ordem-detalhes-print-area,.ordem-detalhes-print-area *{visibility:visible}.ordem-detalhes-print-area{width:100%;padding:0;display:block;position:absolute;top:0;left:0}.ordem-detalhes-print-area .comprovante-os{border:0;border-radius:0;padding:0}}.ordem-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px}.ordem-form-header h2{margin:0;font-size:24px}.ordem-form-header p{color:#6b7280;margin:8px 0 0}.ordem-form{flex-direction:column;gap:20px;margin-top:24px;display:flex}.ordem-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.ordem-form label{color:#374151;flex-direction:column;gap:8px;font-weight:600;display:flex}.ordem-form input,.ordem-form textarea,.ordem-form select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px}.ordem-form input:focus,.ordem-form textarea:focus,.ordem-form select:focus{border-color:#2563eb;outline:2px solid #bfdbfe}.ordem-form-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;padding:18px}.ordem-form-section-header{justify-content:space-between;gap:16px;margin-bottom:16px;display:flex}.ordem-form-section-header h3{margin:0;font-size:18px}.ordem-form-section-header p{color:#6b7280;margin:6px 0 0}.ordem-form-section-header button,.ordem-form-actions button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.ordem-form-service-row,.ordem-form-piece-row{gap:12px;margin-top:12px;display:grid}.ordem-form-service-row{grid-template-columns:1fr 160px auto}.ordem-form-piece-row{grid-template-columns:1fr 120px 160px auto}.ordem-form-service-row button,.ordem-form-piece-row button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px;font-weight:600}.ordem-form-totals{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.ordem-form-totals div{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px}.ordem-form-totals span{color:#6b7280;margin-bottom:6px;display:block}.ordem-form-totals strong{font-size:20px}.ordem-form-actions{justify-content:flex-end;gap:12px;display:flex}.ordem-form-actions button:disabled{opacity:.7;cursor:not-allowed}.ordem-form-actions .ordem-form-secondary{color:#374151;background:#fff;border:1px solid #d1d5db}.ordem-form-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px}@media (width<=980px){.ordem-form-row,.ordem-form-totals{grid-template-columns:1fr}.ordem-form-section-header{flex-direction:column;align-items:stretch}.ordem-form-service-row,.ordem-form-piece-row{grid-template-columns:1fr}.ordem-form-actions{flex-direction:column-reverse;align-items:stretch}}@media (width<=640px){.ordem-form-card,.ordem-form-section{padding:18px}}.ordens-page{flex-direction:column;gap:24px;display:flex}.ordens-header{justify-content:space-between;align-items:center;display:flex}.ordens-header h1{margin:0;font-size:28px}.ordens-header p{color:#6b7280;margin:8px 0 0}.ordens-header button,.ordens-filters button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.ordens-filters{grid-template-columns:1fr 220px auto;gap:12px;display:grid}.ordens-filters input,.ordens-filters select{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px}.ordens-table-card,.ordens-empty{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.ordens-empty{text-align:center;color:#6b7280;padding:32px}.ordens-table-card{overflow:auto}.ordens-table-card table{border-collapse:collapse;width:100%;min-width:1120px}.ordens-table-card th,.ordens-table-card td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px}.ordens-table-card th{color:#374151;background:#f9fafb;font-size:14px}.ordens-table-card tr:last-child td{border-bottom:0}.ordens-muted{color:#6b7280}.ordens-status{white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:13px;font-weight:600;display:inline-block}.ordens-status-Aberta{color:#1e40af;background:#dbeafe}.ordens-status-EmAndamento{color:#92400e;background:#fef3c7}.ordens-status-AguardandoPeca{color:#9a3412;background:#ffedd5}.ordens-status-Finalizada{color:#166534;background:#dcfce7}.ordens-status-Entregue{color:#3730a3;background:#e0e7ff}.ordens-status-Cancelada{color:#991b1b;background:#fee2e2}.ordens-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px}.ordens-actions{align-items:center;gap:8px;display:flex}.ordens-action-button{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 12px;font-weight:600}.ordens-action-button:hover:not(:disabled){background:#f9fafb}.ordens-action-button-primary{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.ordens-action-button:disabled{opacity:.6;cursor:not-allowed}.ordens-status-select{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;min-width:150px;padding:8px 10px}.ordens-list-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-height:380px;overflow:hidden}.ordens-list-card .ordens-table-card{border:0;border-radius:0}.ordens-list-card .ordens-empty,.ordens-loading{border:0;border-radius:0;justify-content:center;align-items:center;min-height:378px;display:flex}.ordens-loading{color:#6b7280}@media (width<=900px){.ordens-header,.ordens-filters{align-items:stretch}.ordens-header{flex-direction:column;gap:16px}.ordens-filters{grid-template-columns:1fr}.ordens-actions{flex-direction:column;align-items:stretch}.ordens-status-select,.ordens-action-button{width:100%}}.usuarios-page{flex-direction:column;gap:24px;display:flex}.usuarios-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.usuarios-header h1{margin:0;font-size:28px}.usuarios-header p{color:#6b7280;margin:8px 0 0}.usuarios-header button,.usuarios-form-actions button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.usuarios-header button:disabled,.usuarios-form-actions button:disabled{opacity:.65;cursor:not-allowed}.usuarios-form{background:#fff;border:1px solid #e5e7eb;border-radius:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:24px;display:grid}.usuarios-form-header,.usuarios-form-actions,.usuarios-error{grid-column:1/-1}.usuarios-form-header h2{margin:0;font-size:20px}.usuarios-form-header span{color:#6b7280;margin-top:6px;display:block}.usuarios-form label{color:#374151;flex-direction:column;gap:8px;font-weight:600;display:flex}.usuarios-form input,.usuarios-form select{color:#111827;font:inherit;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px}.usuarios-form input:disabled,.usuarios-form select:disabled{cursor:not-allowed;background:#f3f4f6}.usuarios-form-actions{gap:10px;display:flex}.usuarios-form-actions .usuarios-secondary-button{color:#374151;background:#fff;border:1px solid #d1d5db}.usuarios-table-card,.usuarios-empty{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.usuarios-empty{text-align:center;color:#6b7280;padding:32px}.usuarios-table-card{overflow-x:auto}.usuarios-table-card table{border-collapse:collapse;width:100%}.usuarios-table-card th,.usuarios-table-card td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px}.usuarios-table-card th{color:#374151;background:#f9fafb;font-size:14px}.usuarios-table-card tr:last-child td{border-bottom:0}.usuarios-status{white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:13px;font-weight:600;display:inline-block}.usuarios-status-ativo{color:#166534;background:#dcfce7}.usuarios-status-inativo,.usuarios-error{color:#991b1b;background:#fee2e2}.usuarios-error{border:1px solid #fecaca;border-radius:10px;padding:12px 14px}@media (width<=900px){.usuarios-header,.usuarios-form-actions{flex-direction:column;align-items:stretch}.usuarios-form{grid-template-columns:1fr}.usuarios-table-card table{min-width:760px}}.veiculo-detalhes{flex-direction:column;gap:24px;display:flex}.veiculo-detalhes-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.veiculo-detalhes-header h2{margin:12px 0 0;font-size:28px}.veiculo-detalhes-header p{color:#6b7280;margin:8px 0 0}.veiculo-detalhes-header>button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.veiculo-detalhes-back{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:0;font-weight:600}.veiculo-detalhes-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.veiculo-detalhes-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px}.veiculo-detalhes-card h3{margin:0 0 18px;font-size:18px}.veiculo-detalhes-card dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0;display:grid}.veiculo-detalhes-card dt{color:#6b7280;margin-bottom:4px;font-size:14px}.veiculo-detalhes-card dd{color:#111827;margin:0;font-weight:600}.veiculo-detalhes-status{color:#166534;background:#dcfce7;border-radius:999px;padding:4px 8px;font-size:13px;font-weight:600;display:inline-block}.veiculo-detalhes-observacao{color:#374151;margin:0;line-height:1.5}.veiculo-detalhes-empty{color:#6b7280;background:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;padding:24px;line-height:1.5}.veiculo-detalhes-table-card{border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto}.veiculo-detalhes-table-card table{border-collapse:collapse;width:100%}.veiculo-detalhes-table-card th,.veiculo-detalhes-table-card td{text-align:left;border-bottom:1px solid #e5e7eb;padding:12px 14px}.veiculo-detalhes-table-card th{color:#374151;background:#f9fafb;font-size:14px}.veiculo-detalhes-table-card tr:last-child td{border-bottom:0}.veiculo-detalhes-os-status{white-space:nowrap;border-radius:999px;padding:4px 8px;font-size:13px;font-weight:600;display:inline-block}.veiculo-detalhes-os-status-Aberta{color:#1e40af;background:#dbeafe}.veiculo-detalhes-os-status-EmAndamento{color:#92400e;background:#fef3c7}.veiculo-detalhes-os-status-AguardandoPeca{color:#9a3412;background:#ffedd5}.veiculo-detalhes-os-status-Finalizada{color:#166534;background:#dcfce7}.veiculo-detalhes-os-status-Entregue{color:#3730a3;background:#e0e7ff}.veiculo-detalhes-os-status-Cancelada{color:#991b1b;background:#fee2e2}@media (width<=900px){.veiculo-detalhes-header{flex-direction:column;align-items:stretch}.veiculo-detalhes-grid,.veiculo-detalhes-card dl{grid-template-columns:1fr}.veiculo-detalhes-table-card table{min-width:680px}}.veiculo-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:24px}.veiculo-form-header h2{margin:0;font-size:24px}.veiculo-form-header p{color:#6b7280;margin:8px 0 0}.veiculo-form{flex-direction:column;gap:18px;margin-top:24px;display:flex}.veiculo-form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.veiculo-form label{color:#374151;flex-direction:column;gap:8px;font-weight:600;display:flex}.veiculo-form input,.veiculo-form textarea,.veiculo-form select{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:10px 12px}.veiculo-form input:focus,.veiculo-form textarea:focus,.veiculo-form select:focus{border-color:#2563eb;outline:2px solid #bfdbfe}.veiculo-form-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.veiculo-form-actions button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.veiculo-form-actions button:disabled{opacity:.7;cursor:not-allowed}.veiculo-form-actions .veiculo-form-secondary{color:#374151;background:#fff;border:1px solid #d1d5db}.veiculo-form-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px}@media (width<=760px){.veiculo-form-card{padding:18px}.veiculo-form-row{grid-template-columns:1fr}.veiculo-form-actions{flex-direction:column-reverse;align-items:stretch}}.veiculos-page{flex-direction:column;gap:24px;display:flex}.veiculos-header{justify-content:space-between;align-items:center;display:flex}.veiculos-header h1{margin:0;font-size:28px}.veiculos-header p{color:#6b7280;margin:8px 0 0}.veiculos-header button,.veiculos-search button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:8px;padding:10px 16px;font-weight:600}.veiculos-search{gap:12px;display:flex}.veiculos-search input{background:#fff;border:1px solid #d1d5db;border-radius:8px;flex:1;padding:10px 12px}.veiculos-table-card,.veiculos-empty{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.veiculos-empty{text-align:center;color:#6b7280;padding:32px}.veiculos-table-card{overflow-x:auto}.veiculos-table-card table{border-collapse:collapse;width:100%}.veiculos-table-card th,.veiculos-table-card td{text-align:left;border-bottom:1px solid #e5e7eb;padding:14px 16px}.veiculos-table-card th{color:#374151;background:#f9fafb;font-size:14px}.veiculos-table-card tr:last-child td{border-bottom:0}.veiculos-muted{color:#6b7280}.veiculos-status{color:#166534;background:#dcfce7;border-radius:999px;padding:4px 8px;font-size:13px;font-weight:600;display:inline-block}.veiculos-error{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:10px;padding:12px 14px}.veiculos-actions{gap:8px;display:flex}.veiculos-action-button{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:8px 12px;font-weight:600}.veiculos-action-button:hover{background:#f9fafb}.veiculos-action-button-primary{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.veiculos-action-button-primary:hover{background:#dbeafe}@media (width<=900px){.veiculos-header,.veiculos-search{flex-direction:column;align-items:stretch}.veiculos-header{gap:16px}.veiculos-table-card table{min-width:980px}.veiculos-actions{flex-wrap:wrap}}*{box-sizing:border-box}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg:#eef2f7;--color-surface:#fff;--color-surface-muted:#f8fafc;--color-text:#111827;--color-muted:#6b7280;--color-border:#dbe3ef;--color-primary:#1d4ed8;--color-primary-hover:#1e40af;--shadow-soft:0 10px 30px #0f172a14}body{background:var(--color-bg);color:var(--color-text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}button{transition:background .2s,border-color .2s,color .2s,opacity .2s}button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:2px;outline:3px solid #bfdbfe}input::placeholder,textarea::placeholder{color:#9ca3af}input:disabled,select:disabled,textarea:disabled,button:disabled{cursor:not-allowed}table{font-size:14px}@media (width<=900px){body{background:#f8fafc}}
