@keyframes shimmer-sweep{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer{background:linear-gradient(90deg,rgba(26,62,114,.06) 0%,rgba(26,62,114,.12) 50%,rgba(26,62,114,.06) 100%) 0 0/200% 100%;border-radius:.25rem;animation:1.4s linear infinite shimmer-sweep}@media (prefers-reduced-motion:reduce){.shimmer{background:rgba(26,62,114,.08);animation:none}}.skeleton-stack{flex-direction:column;gap:1rem;display:flex}.skeleton{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;box-shadow:0 2px 8px rgba(26,62,114,.06)}.skeleton__row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.skeleton__line{border-radius:.25rem;height:12px;margin-bottom:.5rem}.skeleton__line--xs{width:30%}.skeleton__line--sm{width:40%}.skeleton__line--md{width:60%}.skeleton__line--lg{width:80%;height:16px}.skeleton__line--full{width:100%}.skeleton__line:last-child{margin-bottom:0}.skeleton__pill{border-radius:9999px;width:60px;height:24px}.skeleton__circle{border-radius:9999px;flex-shrink:0;width:40px;height:40px}.skeleton__lines{flex-direction:column;flex:1;gap:.25rem;display:flex}.skeleton--review{gap:1rem;display:flex}.skeleton--line-item{grid-template-columns:60px 1fr 80px;align-items:center;gap:1rem;padding:.5rem 1rem;display:grid}.skeleton--line-item .skeleton__line{margin-bottom:0}
.empty-state{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.5rem;display:flex;box-shadow:0 2px 8px rgba(26,62,114,.06)}.empty-state__icon{color:rgba(26,62,114,.35);width:64px;height:64px}.empty-state__icon svg{width:100%;height:100%}.empty-state__title{color:#1a3e72;margin:0;font-size:1.25rem;font-weight:600;line-height:1.3}.empty-state__body{color:#666;max-width:36ch;margin:0;font-size:.875rem;line-height:1.5}.empty-state__action{color:#fff;cursor:pointer;background:#00a3bf;border:none;border-radius:.5rem;justify-content:center;align-items:center;min-width:140px;height:44px;margin-top:.5rem;padding:0 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.empty-state__action:hover{background:#008299}.empty-state__action:focus-visible{outline-offset:2px;outline:3px solid #00a3bf}
