*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f5f5f5;color:#333;line-height:1.6}.container{max-width:800px;margin:0 auto;padding:2rem}header{text-align:center;margin-bottom:2rem}header h1{color:#2563eb;font-size:2.5rem}header p{color:#666;margin-top:.5rem}.card{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000001a}.card h2{margin-bottom:.5rem;color:#1e40af}.button{display:inline-block;background:#2563eb;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;cursor:pointer;text-decoration:none;margin-top:1rem}.button:hover{background:#1d4ed8}.button:disabled{background:#9ca3af;cursor:not-allowed}.button.secondary{background:#6b7280}.button.danger{background:#dc2626}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.status-pending{background:#fef3c7;color:#92400e}.status-uploaded{background:#dbeafe;color:#1e40af}.status-sent{background:#d1fae5;color:#065f46}.status-delivered{background:#10b981;color:#fff}.loads-table{width:100%;border-collapse:collapse;margin-top:1rem}.loads-table th,.loads-table td{text-align:left;padding:.75rem;border-bottom:1px solid #e5e7eb}.loads-table th{background:#f9fafb;font-weight:600}.upload-zone{border:2px dashed #d1d5db;border-radius:8px;padding:3rem;text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.upload-zone:hover,.upload-zone.drag-over{border-color:#2563eb;background:#eff6ff}.upload-zone input{display:none}.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1rem}.photo-item{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;background:#e5e7eb}.photo-item img{width:100%;height:100%;object-fit:cover}.photo-item .delete-btn{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;border-radius:50%;background:#dc2626e6;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px}.success-message{background:#d1fae5;color:#065f46;padding:1rem;border-radius:6px;margin-bottom:1rem}.error-message{background:#fee2e2;color:#991b1b;padding:1rem;border-radius:6px;margin-bottom:1rem}.copy-link{display:flex;gap:.5rem;margin-top:.5rem}.copy-link input{flex:1;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem}.copy-link button{padding:.5rem 1rem;background:#6b7280;color:#fff;border:none;border-radius:4px;cursor:pointer}footer{text-align:center;margin-top:2rem;color:#6b7280}@media (max-width: 600px){.container{padding:1rem}header h1{font-size:2rem}.loads-table{font-size:.875rem}.loads-table th,.loads-table td{padding:.5rem}}
