#orders-tbody .order-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:14px;padding:1.15rem 1.5rem;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background-color .3s ease}html[data-theme=light] #orders-tbody .order-card{background-color:#f5f5f5;border-color:#e6e6e6}#orders-tbody .order-card:hover{transform:translateY(-2px);border-color:#014ba080;box-shadow:0 8px 24px #00000059}html[data-theme=light] #orders-tbody .order-card:hover{border-color:#014ba066;box-shadow:0 8px 24px #00000014}#orders-tbody .oc-main{display:flex;flex-direction:column;gap:.25rem;min-width:0}#orders-tbody .order-number{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.05rem;color:#014ba0}#orders-tbody .order-date{font-family:Spline Sans,sans-serif;font-size:.85rem;color:#9a9a9a}html[data-theme=light] #orders-tbody .order-date{color:#666}#orders-tbody .oc-meta{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}#orders-tbody .status-badge{display:inline-block;padding:.4rem .9rem;border-radius:20px;font-size:.8rem;font-weight:600;font-family:Spline Sans,sans-serif;text-transform:capitalize;letter-spacing:.2px;white-space:nowrap}#orders-tbody .status-completed{background-color:#10b98126;color:#10b981}#orders-tbody .status-processing{background-color:#014ba02e;color:#2f7fe0}#orders-tbody .status-pending{background-color:#6b72802e;color:#9ca3af}#orders-tbody .status-onhold{background-color:#f59e0b26;color:#f59e0b}#orders-tbody .status-failed{background-color:#ef444426;color:#ef4444}html[data-theme=light] #orders-tbody .status-completed{color:#047857}html[data-theme=light] #orders-tbody .status-processing{color:#014ba0}html[data-theme=light] #orders-tbody .status-pending{color:#6b7280}html[data-theme=light] #orders-tbody .status-onhold{color:#b45309}html[data-theme=light] #orders-tbody .status-failed{color:#b91c1c}#orders-tbody .order-total{font-family:Space Grotesk,sans-serif;font-weight:700;font-size:1.05rem;color:#fff;min-width:70px;text-align:right}html[data-theme=light] #orders-tbody .order-total{color:#000}#orders-tbody .view-details{display:inline-flex;align-items:center;gap:.35rem;color:#014ba0;text-decoration:none;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:.9rem;white-space:nowrap;transition:gap .2s ease}#orders-tbody .view-details:hover{gap:.6rem}#orders-tbody .empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.6rem;padding:4rem 1.5rem;background-color:#1a1a1a;border:1px dashed #333;border-radius:16px}html[data-theme=light] #orders-tbody .empty-state{background-color:#f5f5f5;border-color:#d8d8d8}#orders-tbody .empty-icon{width:80px;height:80px;display:grid;place-items:center;border-radius:50%;background-color:#014ba01f;color:#014ba0;margin-bottom:.5rem}#orders-tbody .empty-title{font-family:Space Grotesk,sans-serif;font-size:1.4rem;font-weight:700;color:#fff;margin:0}html[data-theme=light] #orders-tbody .empty-title{color:#000}#orders-tbody .empty-text{font-family:Spline Sans,sans-serif;color:#9a9a9a;margin:0 0 .75rem;max-width:360px}html[data-theme=light] #orders-tbody .empty-text{color:#666}#orders-tbody .empty-cta{display:inline-block;padding:.75rem 1.75rem;background-color:#014ba0;color:#fff;border-radius:50px;text-decoration:none;font-family:Space Grotesk,sans-serif;font-weight:600;box-shadow:0 4px 15px #014ba04d;transition:transform .2s ease,box-shadow .3s ease}#orders-tbody .empty-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #014ba080}#orders-tbody .panel-message{padding:2.5rem 1.5rem;text-align:center;color:#9a9a9a;font-family:Spline Sans,sans-serif;background-color:#1a1a1a;border:1px solid #2a2a2a;border-radius:14px}html[data-theme=light] #orders-tbody .panel-message{background-color:#f5f5f5;border-color:#e6e6e6;color:#666}@media(max-width:560px){#orders-tbody .order-card{flex-direction:column;align-items:stretch;gap:.85rem}#orders-tbody .oc-meta{justify-content:space-between;gap:.75rem}#orders-tbody .order-total{text-align:left;min-width:0}#orders-tbody .view-details{margin-left:auto}}#orders-tbody:not([data-ready])>*{display:none}#orders-tbody:not([data-ready])>.panel-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 1.5rem}#orders-tbody .panel-spinner{width:44px;height:44px;border-radius:50%;border:4px solid rgba(1,75,160,.18);border-top-color:#014ba0;animation:panel-spin .8s linear infinite}#orders-tbody .panel-loading-text{font-family:Spline Sans,sans-serif;font-size:.95rem;color:#9a9a9a}html[data-theme=light] #orders-tbody .panel-loading-text{color:#666}@keyframes panel-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){#orders-tbody .panel-spinner{animation-duration:1.8s}}.order-modal{display:none;position:fixed;inset:0;z-index:5000;align-items:center;justify-content:center;padding:1.5rem;background:#000000b8;backdrop-filter:blur(2px)}.order-modal.open{display:flex}.order-modal-panel{position:relative;width:100%;max-width:480px;max-height:85vh;overflow-y:auto;background-color:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.75rem;box-shadow:0 24px 60px #00000080}html[data-theme=light] .order-modal-panel{background-color:#fff;border-color:#00000014}.order-modal-close{position:absolute;top:1rem;right:1rem;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:50%;background-color:transparent;border:1px solid rgba(255,255,255,.16);color:#9a9a9a;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.order-modal-close:hover{color:#fff;background-color:#ffffff14}html[data-theme=light] .order-modal-close{border-color:#00000026;color:#666}html[data-theme=light] .order-modal-close:hover{color:#000;background-color:#0000000f}.order-modal-head{margin:0 2.5rem 1.25rem 0}.order-modal-title{font-family:Space Grotesk,sans-serif;font-size:1.4rem;font-weight:700;color:#fff;margin:0 0 .5rem}html[data-theme=light] .order-modal-title{color:#000}.order-modal-sub{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.order-modal-date{font-family:Spline Sans,sans-serif;font-size:.9rem;color:#9a9a9a}html[data-theme=light] .order-modal-date{color:#666}#order-details-modal .status-badge{display:inline-block;padding:.35rem .85rem;border-radius:20px;font-size:.78rem;font-weight:600;font-family:Spline Sans,sans-serif;text-transform:capitalize;white-space:nowrap}#order-details-modal .status-completed{background-color:#10b98126;color:#10b981}#order-details-modal .status-processing{background-color:#014ba02e;color:#2f7fe0}#order-details-modal .status-pending{background-color:#6b72802e;color:#9ca3af}#order-details-modal .status-onhold{background-color:#f59e0b26;color:#f59e0b}#order-details-modal .status-failed{background-color:#ef444426;color:#ef4444}html[data-theme=light] #order-details-modal .status-completed{color:#047857}html[data-theme=light] #order-details-modal .status-processing{color:#014ba0}html[data-theme=light] #order-details-modal .status-pending{color:#6b7280}html[data-theme=light] #order-details-modal .status-onhold{color:#b45309}html[data-theme=light] #order-details-modal .status-failed{color:#b91c1c}.order-modal-body{margin-bottom:1.25rem}.om-items{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.om-item{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.7rem 0;border-bottom:1px solid rgba(255,255,255,.07)}html[data-theme=light] .om-item{border-bottom-color:#00000014}.om-item:last-child{border-bottom:none}.om-item-name{font-family:Spline Sans,sans-serif;color:#e6e6e6;font-size:.95rem}html[data-theme=light] .om-item-name{color:#222}.om-qty{color:#9a9a9a;font-size:.85rem}.om-item-total{font-family:Space Grotesk,sans-serif;font-weight:600;color:#fff;white-space:nowrap}html[data-theme=light] .om-item-total{color:#000}.om-empty{font-family:Spline Sans,sans-serif;color:#9a9a9a;margin:0}html[data-theme=light] .om-empty{color:#666}.order-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1.1rem;border-top:1px solid rgba(255,255,255,.1)}html[data-theme=light] .order-modal-footer{border-top-color:#0000001a}.order-modal-total{display:flex;align-items:baseline;gap:.6rem;font-family:Spline Sans,sans-serif;color:#9a9a9a}html[data-theme=light] .order-modal-total{color:#666}.order-modal-total strong{font-family:Space Grotesk,sans-serif;font-size:1.2rem;color:#fff}html[data-theme=light] .order-modal-total strong{color:#000}.order-modal-cta{display:inline-flex;align-items:center;padding:.7rem 1.4rem;background-color:#014ba0;color:#fff;border-radius:50px;text-decoration:none;font-family:Space Grotesk,sans-serif;font-weight:600;font-size:.95rem;box-shadow:0 4px 15px #014ba04d;transition:transform .2s ease,box-shadow .3s ease}.order-modal-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #014ba080}@media(prefers-reduced-motion:reduce){.order-modal-cta{transition:none}}@media(max-width:560px){.order-modal-footer{flex-direction:column;align-items:stretch}.order-modal-cta{justify-content:center}}.dashboard-container[data-astro-cid-yk4bouxr]{display:flex;min-height:100vh;background-color:#000;transition:background-color .3s ease}html[data-theme=light] .dashboard-container[data-astro-cid-yk4bouxr]{background-color:#fff!important}.dashboard-main[data-astro-cid-yk4bouxr]{flex:1;margin-left:280px;padding:3rem 2rem;max-width:calc(100% - 280px)}.panel-content[data-astro-cid-yk4bouxr]{max-width:1100px;margin:0 auto}.back-to-shop-button[data-astro-cid-yk4bouxr]{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#014ba0;color:#fff;font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:600;border-radius:50px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #014ba04d;position:relative;overflow:hidden;white-space:nowrap;margin-bottom:2rem}html[data-theme=light] .back-to-shop-button[data-astro-cid-yk4bouxr]{box-shadow:0 4px 15px #3b82f64d!important}html[data-theme=light] .back-to-shop-button[data-astro-cid-yk4bouxr]:hover{box-shadow:0 6px 20px #3b82f680!important}html[data-theme=light] .back-to-shop-button[data-astro-cid-yk4bouxr] .back-arrow-icon[data-astro-cid-yk4bouxr] path[data-astro-cid-yk4bouxr]{stroke:#fff!important}.back-arrow-icon[data-astro-cid-yk4bouxr]{flex-shrink:0;transition:transform .3s ease}.back-to-shop-button[data-astro-cid-yk4bouxr]:hover .back-arrow-icon[data-astro-cid-yk4bouxr]{transform:translate(-4px)}.back-to-shop-button[data-astro-cid-yk4bouxr]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.back-to-shop-button[data-astro-cid-yk4bouxr]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #014ba080}.back-to-shop-button[data-astro-cid-yk4bouxr]:hover:before{left:100%}.page-title[data-astro-cid-yk4bouxr]{font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:700;color:#fff;margin:0 0 .5rem;transition:color .3s ease}html[data-theme=light] .page-title[data-astro-cid-yk4bouxr]{color:#000!important}.page-subtitle[data-astro-cid-yk4bouxr]{font-family:Spline Sans,sans-serif;font-size:1.05rem;color:#9a9a9a;margin:0 0 2rem;transition:color .3s ease}html[data-theme=light] .page-subtitle[data-astro-cid-yk4bouxr]{color:#666!important}.filter-bar[data-astro-cid-yk4bouxr]{margin-bottom:1.5rem}.search-box[data-astro-cid-yk4bouxr]{position:relative;max-width:380px}.search-icon[data-astro-cid-yk4bouxr]{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#999;pointer-events:none;transition:color .3s ease}html[data-theme=light] .search-icon[data-astro-cid-yk4bouxr]{color:#666!important}.search-input[data-astro-cid-yk4bouxr]{width:100%;padding:.8rem 1rem .8rem 3rem;background-color:#2a2a2a;border:1px solid #333;border-radius:10px;color:#fff;font-family:Spline Sans,sans-serif;font-size:.95rem;outline:none;transition:border-color .3s ease,background-color .3s ease,color .3s ease}html[data-theme=light] .search-input[data-astro-cid-yk4bouxr]{background-color:#e0e0e0!important;border-color:#ccc!important;color:#000!important}.search-input[data-astro-cid-yk4bouxr]:focus{border-color:#014ba0}html[data-theme=light] .search-input[data-astro-cid-yk4bouxr]:focus{border-color:#014ba0!important;background-color:#f5f5f5!important}.search-input[data-astro-cid-yk4bouxr]::placeholder{color:#777}.panel-list[data-astro-cid-yk4bouxr]{display:flex;flex-direction:column;gap:.85rem}.mobile-header[data-astro-cid-yk4bouxr]{display:none;position:sticky;top:0;z-index:1000}@media(max-width:1024px){.mobile-header[data-astro-cid-yk4bouxr]{display:block}.dashboard-sidebar{display:none!important}.dashboard-container[data-astro-cid-yk4bouxr]{flex-direction:column}.dashboard-main[data-astro-cid-yk4bouxr]{margin-left:0;max-width:100%;padding:2rem 1rem}.back-to-shop-button[data-astro-cid-yk4bouxr]{display:none}.page-title[data-astro-cid-yk4bouxr]{font-size:2rem}.search-box[data-astro-cid-yk4bouxr]{max-width:100%}}
