.appconfirm-page { display: flex; flex-direction: column; align-items: center; padding: 30px 16px; }
.appconfirm-actionbar { margin-bottom: 16px; }
.appconfirm-print-btn {
    padding: 10px 18px;
    background: #1a56db;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}
.appconfirm-print-btn:hover { background: #1440ac; }

.appconfirm-slip {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 32px;
    width: 100%;
    max-width: 620px;
}
.appconfirm-slip-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.appconfirm-slip-header h2 { font-size: 20px; margin: 0; }
.appconfirm-slip-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.appconfirm-slip-table th, .appconfirm-slip-table td { text-align: left; padding: 10px 0; border-bottom: 1px solid #e5e7eb; font-size: 14px; }
.appconfirm-slip-table th { width: 40%; color: #6b7280; font-weight: 600; }
.appconfirm-slip-notes { margin-bottom: 20px; }
.appconfirm-slip-notes h3 { font-size: 14px; margin-bottom: 6px; }
.appconfirm-slip-footer { border-top: 1px dashed #e5e7eb; padding-top: 14px; font-size: 12px; color: #6b7280; }
.appconfirm-slip-ref { font-family: monospace; }

.appconfirm-badge { display: inline-block; padding: 3px 8px; border-radius: 999px; font-size: 12px; }
.appconfirm-status-confirmed { background: #d1fae5; color: #059669; }
.appconfirm-status-pending { background: #fef3c7; color: #d97706; }
.appconfirm-status-rejected { background: #fee2e2; color: #dc2626; }

.appconfirm-notice { text-align: center; padding: 40px 20px; color: #6b7280; }
