.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:56px 32px;border-radius:22px;gap:16px}.empty-state--compact{padding:32px 24px;gap:12px}.empty-state__icon{display:flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:50%;font-size:30px;background:#3b82f61a;color:#3b82f6}.empty-state--compact .empty-state__icon{width:56px;height:56px;font-size:22px}.empty-state--filtered .empty-state__icon{background:#94a3b824;color:#64748b}.empty-state--success .empty-state__icon{background:#22c55e1f;color:#22c55e}.empty-state--error .empty-state__icon{background:#ef44441f;color:#ef4444}.empty-state__title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0}.empty-state--compact .empty-state__title{font-size:1rem}.empty-state__description{font-size:.9rem;color:#64748b;max-width:420px;margin:0;line-height:1.55}.empty-state--compact .empty-state__description{font-size:.85rem}.empty-state__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:4px}.empty-state__cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 22px;border-radius:12px;border:none;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.empty-state__cta:hover{transform:translateY(-2px);box-shadow:0 12px 28px #3b82f64d;color:#fff}.empty-state__cta--filtered{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.empty-state__cta--filtered:hover{background:#e2e8f0;color:#0f172a;box-shadow:none}.empty-state__cta--success{background:linear-gradient(135deg,#22c55e,#10b981)}.empty-state__cta--success:hover{box-shadow:0 12px 28px #22c55e4d}.empty-state__cta--error{background:linear-gradient(135deg,#ef4444,#dc2626)}.empty-state__cta--error:hover{box-shadow:0 12px 28px #ef44444d}@media(max-width:640px){.empty-state{padding:40px 20px;gap:14px}.empty-state--compact{padding:24px 16px}.empty-state__icon{width:64px;height:64px;font-size:26px}.empty-state__title{font-size:1rem}.empty-state__description{font-size:.85rem}}html[data-theme=dark] .empty-state__title{color:#f8fbff}html[data-theme=dark] .empty-state__description{color:#e2e8f0b8}html[data-theme=dark] .empty-state__icon{background:#60a5fa2e;color:#93c5fd}html[data-theme=dark] .empty-state--filtered .empty-state__icon{background:#94a3b82e;color:#e2e8f0cc}html[data-theme=dark] .empty-state__cta--filtered{background:#ffffff0a;color:#e2e8f0;border-color:#ffffff14}html[data-theme=dark] .empty-state__cta--filtered:hover{background:#ffffff14}@supports (color:light-dark(white,black)){.empty-state__title{color:light-dark(#0f172a,#f8fbff)}.empty-state__description{color:light-dark(#64748b,rgba(226,232,240,.72))}.empty-state__icon{background:light-dark(rgba(59,130,246,.1),rgba(96,165,250,.18));color:light-dark(#3b82f6,#93c5fd)}.empty-state--filtered .empty-state__icon{background:light-dark(rgba(148,163,184,.14),rgba(148,163,184,.18));color:light-dark(#64748b,rgba(226,232,240,.8))}.empty-state__cta--filtered{background:light-dark(#f1f5f9,hsla(0,0%,100%,.04));color:light-dark(#334155,#e2e8f0);border-color:light-dark(#e2e8f0,hsla(0,0%,100%,.08))}.empty-state__cta--filtered:hover{background:light-dark(#e2e8f0,hsla(0,0%,100%,.08))}}
