*{box-sizing:border-box;margin:0;padding:0}body{color:#111;background:#f3f4f6;font-family:sans-serif}.container{max-width:600px;margin:0 auto;padding:1rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:8px;padding:1rem}.btn{cursor:pointer;border:none;border-radius:6px;padding:10px 16px;font-size:14px;font-weight:700}.btn-primary{color:#fff;background:#3b82f6}.btn-success{color:#fff;background:#16a34a}.btn-danger{color:#fff;background:#ef4444}.btn-warning{color:#fff;background:#f59e0b}.btn-gray{color:#fff;background:#6b7280}.btn-full{text-align:center;width:100%;margin-bottom:8px;display:block}.input{border:1px solid #d1d5db;border-radius:6px;width:100%;margin-bottom:8px;padding:10px;font-size:14px}.error-box{color:#dc2626;background:#fee2e2;border-radius:6px;margin-bottom:12px;padding:10px;font-size:14px}.success-box{color:#16a34a;background:#dcfce7;border-radius:6px;margin-bottom:12px;padding:10px;font-size:14px}.badge{border-radius:12px;padding:2px 8px;font-size:12px;font-weight:700}.badge-PENDING{color:#854d0e;background:#fef9c3}.badge-CONFIRMED{color:#1d4ed8;background:#dbeafe}.badge-READY{color:#7e22ce;background:#f3e8ff}.badge-ASSIGNED{color:#c2410c;background:#ffedd5}.badge-ON_THE_WAY{color:#9a3412;background:#fed7aa}.badge-DELIVERED{color:#16a34a;background:#dcfce7}.badge-CANCELLED{color:#dc2626;background:#fee2e2}.flex{gap:8px;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.text-gray{color:#6b7280;font-size:13px}.text-green{color:#16a34a;font-weight:700}.mt-8{margin-top:8px}.mt-16{margin-top:16px}#toast-container{z-index:9999;flex-direction:column;gap:8px;max-width:300px;display:flex;position:fixed;top:1rem;right:1rem}.toast{border-radius:8px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;animation:.2s slideIn;display:flex;box-shadow:0 4px 12px #0000001a}.toast-success{color:#166534;background:#dcfce7;border:1px solid #16a34a}.toast-error{color:#991b1b;background:#fee2e2;border:1px solid #dc2626}.toast-info{color:#1e40af;background:#dbeafe;border:1px solid #3b82f6}.toast-warning{color:#92400e;background:#fef9c3;border:1px solid #f59e0b}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}#support-btn{color:#fff;cursor:pointer;z-index:9999;background:#3b82f6;border:none;border-radius:50%;width:56px;height:56px;font-size:24px;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 12px #3b82f680}#support-window{z-index:9998;background:#fff;border-radius:12px;flex-direction:column;width:300px;display:none;position:fixed;bottom:85px;right:20px;overflow:hidden;box-shadow:0 4px 20px #0003}
