:root{--color-primary: #6c40b5;--color-surface: #ffff;--color-text: #000000}html,body{margin:0;padding:0}body{background:var(--color-surface);font-family:Cairo,sans-serif}.app-loading{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.2rem 1.4rem;border:1px solid rgba(108,64,181,.14);border-radius:1.4rem;background:radial-gradient(circle at top right,rgba(108,64,181,.12),transparent 34%),linear-gradient(180deg,#6c40b514,#fffffffa);box-shadow:0 18px 34px #3a1c6714;text-align:start}.app-loading--compact{gap:.8rem;padding:.95rem 1rem;border-radius:1rem}.app-loading__spinner{position:relative;flex-shrink:0;width:3rem;height:3rem;border:3px solid rgba(108,64,181,.14);border-top-color:var(--color-primary);border-radius:50%;animation:app-loading-spin .85s linear infinite}.app-loading__spinner:after{content:"";position:absolute;inset:.45rem;border-radius:50%;background:radial-gradient(circle at 35% 35%,#fffffff2,#6c40b524)}.app-loading--compact .app-loading__spinner{width:2.4rem;height:2.4rem}.app-loading__copy{display:grid;gap:.18rem}.app-loading__copy strong{color:var(--color-primary);font-size:1rem;font-weight:900;line-height:1.2}.app-loading__copy small{color:#2a184a9e;font-size:.82rem;line-height:1.5}@keyframes app-loading-spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.app-loading{flex-direction:column;text-align:center}}.cars-table,.customers-table,.create-job-table,.job-applicants-table{overflow-x:auto;border:1px solid var(--color-primary);border-radius:1.25rem;background:linear-gradient(180deg,rgba(108,64,181,.08) 0%,var(--color-surface) 22%);box-shadow:0 18px 34px #3a1c6714}.cars-table table,.customers-table table,.create-job-table table,.job-applicants-table table{width:100%;border-collapse:collapse;background:var(--color-surface);overflow:hidden}.cars-table th,.cars-table td,.customers-table th,.customers-table td,.create-job-table th,.create-job-table td,.job-applicants-table th,.job-applicants-table td{padding:1rem .95rem;border-bottom:1px solid rgba(108,64,181,.14);text-align:start}.cars-table td,.customers-table td,.create-job-table td,.job-applicants-table td{color:var(--color-text)}.cars-table th,.customers-table th,.create-job-table th,.job-applicants-table th{position:sticky;top:0;z-index:1;background:var(--color-primary);color:var(--color-surface);font-size:.92rem;font-weight:800;letter-spacing:.02em;white-space:nowrap}.cars-table tbody tr,.customers-table tbody tr,.create-job-table tbody tr,.job-applicants-table tbody tr{transition:background-color .2s ease}.cars-table tbody tr:nth-child(2n),.customers-table tbody tr:nth-child(2n),.create-job-table tbody tr:nth-child(2n),.job-applicants-table tbody tr:nth-child(2n){background:#6c40b50a}.cars-table tbody tr:hover,.customers-table tbody tr:hover,.create-job-table tbody tr:hover,.job-applicants-table tbody tr:hover{background:#6c40b51a}.cars-table tbody tr:last-child td,.customers-table tbody tr:last-child td,.create-job-table tbody tr:last-child td,.job-applicants-table tbody tr:last-child td{border-bottom:0}
