/* Extracted verbatim from the source project's partials/order-codes-style.blade.php. */
/*
 * Shared styles for the "My Orders" and "My Codes" pages.
 * Included by both views: the .ord-* classes are defined here once
 * so the codes page is not left unstyled when orders.blade.php is not rendered.
 *
 * Selectors are scoped as `.ord-page .x` (0,2,0) with explicit background-color
 * + background-image: tailwindcss.css loads after this block and its preflight
 * `[type=submit]{background-color:transparent;background-image:none}` (0,1,0)
 * would otherwise erase the buttons.
 */
.ord-page{padding:20px 14px 48px;background:linear-gradient(180deg,#f8fafc,#eef4f7)}.ord-shell{max-width:1080px;margin:auto}.ord-panel{overflow:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 14px 36px rgba(15,23,42,.07)}.ord-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid #e8edf2}.ord-head h1{margin:0;color:#0f172a;font-size:20px;font-weight:800}.ord-page .ord-coin-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 13px;border:1px solid #f5d37b;border-radius:999px;background-color:#fffbeb;background-image:none;color:#a16207;font-size:13px;font-weight:800;text-decoration:none}.ord-coin-chip img{width:18px;height:18px}.ord-filter{padding:16px 22px 18px;background:#f8fafc;border-bottom:1px solid #eef1f5}.ord-filter-title{display:flex;align-items:center;gap:6px;margin-bottom:12px;color:#334155;font-size:13px;font-weight:800}.ord-filter-title svg{width:16px;height:16px;color:#94a3b8}.ord-filter-grid{display:grid;grid-template-columns:1.15fr 1fr 1fr 1fr auto;gap:10px;align-items:end}.ord-filter-grid label{display:flex;flex-direction:column;gap:5px;margin:0}.ord-filter-grid span{color:#64748b;font-size:11px;font-weight:600}.ord-page .ord-filter-grid input,.ord-page .ord-filter-grid select{height:40px;width:100%;padding:0 11px;border:1px solid #e2e8f0;border-radius:9px;background-color:#fff;color:#1e293b;font-size:13px;outline:none}.ord-page .ord-filter-grid input:focus,.ord-page .ord-filter-grid select:focus{border-color:var(--theme-color);box-shadow:0 0 0 3px rgba(33,98,135,.16)}.ord-filter-actions{display:flex;gap:8px}.ord-page .ord-filter-btn,.ord-page button.ord-filter-btn{height:40px;padding:0 20px;border:0;border-radius:9px;background-color:var(--theme-color);background-image:none;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.ord-page .ord-reset-btn{display:inline-flex;align-items:center;height:40px;padding:0 14px;border:1px solid #e2e8f0;border-radius:9px;background-color:#fff;background-image:none;color:#64748b;font-size:13px;font-weight:700;text-decoration:none}.ord-list{padding:14px 18px 4px}.ord-card{margin-bottom:12px;padding:16px;border:1px solid #e2e8f0;border-left:4px solid #94a3b8;border-radius:13px;background:#fff;box-shadow:0 3px 12px rgba(15,23,42,.035);transition:box-shadow .18s}.ord-card:hover{box-shadow:0 10px 24px rgba(15,23,42,.08)}.ord-card.is-success{border-left-color:#34d399}.ord-card.is-danger{border-left-color:#f87171}.ord-card.is-warning{border-left-color:#fbbf24}.ord-card.is-info{border-left-color:#60a5fa}.ord-card-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.ord-serial{margin:0;color:#0f172a;font-size:14px;font-weight:700}.ord-date{margin:3px 0 0;color:#64748b;font-size:12px}.ord-badges{display:flex;align-items:center;gap:7px}.ord-type{display:inline-flex;padding:5px 10px;border:1px solid #e2e8f0;border-radius:999px;background:#f8fafc;color:#475569;font-size:11px;font-weight:700}.ord-status{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:700}.ord-status i{width:6px;height:6px;border-radius:50%;background:currentColor}.is-success .ord-status{background:#d1fae5;color:#047857}.is-danger .ord-status{background:#fee2e2;color:#b91c1c}.is-warning .ord-status{background:#fef3c7;color:#b45309}.is-info .ord-status{background:#dbeafe;color:#1d4ed8}.ord-facts,.ord-details{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding-top:13px}.ord-details{margin-top:2px;padding-top:12px;border-top:1px dashed #eef1f5}.ord-facts p,.ord-details p,.ord-code p,.ord-provider p{margin:0 0 3px;color:#94a3b8;font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.ord-facts strong,.ord-details strong,.ord-provider strong{display:block;overflow-wrap:anywhere;color:#1e293b;font-size:13px;font-weight:600;line-height:1.45}.ord-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.ord-price{color:var(--theme-color)!important;font-weight:800!important}.ord-price.is-coin{display:flex!important;align-items:center;gap:4px;color:#b45309!important}.ord-price img{width:16px;height:16px}.ord-code{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:13px;padding:12px;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff}.ord-code-lines{color:#172554;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;line-height:1.75;overflow-wrap:anywhere}.ord-page .ord-copy{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;padding:8px 11px;border:1px solid #bfdbfe;border-radius:8px;background-color:#fff;background-image:none;color:var(--theme-color);font-size:11px;font-weight:800;cursor:pointer}.ord-copy svg{width:14px;height:14px}.ord-provider{margin-top:13px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc}.ord-provider summary{padding:10px 12px;color:#475569;font-size:12px;font-weight:700;cursor:pointer;list-style:none}.ord-provider summary::-webkit-details-marker{display:none}.ord-provider summary:before{content:'▸';display:inline-block;margin-right:6px;color:#94a3b8}.ord-provider[open] summary:before{transform:rotate(90deg)}.ord-provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;padding:0 12px 12px}.ord-note{display:flex;gap:8px;margin-top:13px;padding:11px 12px;border:1px solid #bfdbfe;border-radius:10px;background:#eff6ff;color:#1e40af;font-size:13px;line-height:1.5}.ord-note.is-error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.ord-note.is-refund{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.ord-note span{font-weight:800;flex:0 0 auto}.ord-note div{max-width:100%;overflow-x:auto;white-space:pre-wrap;overflow-wrap:break-word}.ord-page .ord-pay,.ord-page .ord-empty a{display:inline-flex;align-items:center;height:38px;margin-top:13px;padding:0 18px;border-radius:9px;background-color:var(--theme-color);background-image:none;color:#fff;font-size:13px;font-weight:700;text-decoration:none}.ord-page .ord-redeem-btn{display:inline-flex;align-items:center;height:38px;padding:0 16px;border-radius:9px;background-color:var(--theme-color);background-image:none;color:#fff;font-size:13px;font-weight:700;text-decoration:none}.ord-page .ord-redeem-btn:hover{opacity:.9}.ord-empty{display:flex;flex-direction:column;align-items:center;gap:7px;padding:52px 20px;color:#64748b;text-align:center}.ord-empty strong{color:#1e293b;font-size:16px}.ord-pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:14px 22px 18px;border-top:1px solid #f1f5f9}.ord-pagination p{margin:0;margin-right:auto;color:#64748b;font-size:13px}.ord-pagination div{display:flex;gap:8px}.ord-page .ord-pagination a,.ord-page .ord-pagination button{display:inline-flex;align-items:center;height:32px;padding:0 13px;border:1px solid #e2e8f0;border-radius:7px;background-color:#fff;background-image:none;color:#334155;font-size:12px;font-weight:600;text-decoration:none}.ord-page .ord-pagination button:disabled{opacity:.5}@media(max-width:900px){.ord-filter-grid{grid-template-columns:1fr 1fr}.ord-filter-actions{grid-column:span 2}.ord-page .ord-filter-btn{flex:1}.ord-facts,.ord-details{grid-template-columns:1fr 1fr}.ord-provider-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.ord-page{padding:14px 10px 36px}.ord-head{padding:16px}.ord-filter{padding:14px 16px}.ord-list{padding:12px 12px 2px}.ord-card{padding:14px}.ord-card-top{align-items:flex-start;flex-direction:column}.ord-code{flex-direction:column}.ord-page .ord-copy{width:100%;justify-content:center}.ord-pagination{align-items:stretch;flex-direction:column;padding:14px 16px 18px}.ord-pagination p{margin-right:0}.ord-pagination div{justify-content:space-between}.ord-page .ord-pagination a,.ord-page .ord-pagination button{flex:1;justify-content:center}}
