/* Basic styles for admin and public */
.ptp-container { max-width: 720px; margin: 1rem auto; padding: 1rem; border: 1px solid #e5e7eb; border-radius: 12px; }
.ptp-lookup { display: grid; gap: .5rem; margin-bottom: 1rem; }
.ptp-lookup input { padding: .5rem; border: 1px solid #d1d5db; border-radius: 8px; }
.ptp-lookup button { padding: .6rem .9rem; border: 0; border-radius: 10px; cursor: pointer; }
.ptp-order-card { display: grid; gap: .5rem; }
.ptp-row { font-size: 14px; }
.ptp-progress { background: #e5e7eb; height: 14px; border-radius: 9999px; overflow: hidden; }
.ptp-progress-bar { height: 100%; background: linear-gradient(90deg, #22c55e, #16a34a); }
.ptp-percent { font-weight: 600; }
.ptp-details { margin-top: .5rem; font-size: 14px; }
.ptp-extra { margin-top: .75rem; background:#f9fafb; padding:.5rem .75rem; border-radius:8px; }
.ptp-not-found { color: #b91c1c; }
