.empty-state{display:flex;align-items:center;justify-content:center;position:relative;min-height:360px;padding:2rem;border-radius:.75rem;background:var(--gray-50, #F9FAFB);border:1px solid var(--gray-200, #E5E7EB);overflow:hidden}.empty-state__content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;position:relative;z-index:2;max-width:420px}.empty-state__icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:12px;background:var(--primary-light, rgba(59, 130, 246, .1));color:var(--primary, #3B82F6)}.empty-state__icon svg{width:64px;height:64px;display:block}.empty-state__title{margin:0;font-size:1.5rem;font-weight:600;color:var(--gray-900, #111827);line-height:1.3;letter-spacing:-.01em}.empty-state__description{margin:0;font-size:1rem;color:var(--gray-600, #4B5563);line-height:1.6;max-width:360px}.empty-state__action{margin-top:.5rem}.empty-state__background{position:absolute;top:0;right:0;width:300px;height:300px;background:linear-gradient(135deg,var(--primary-light, rgba(59, 130, 246, .05)) 0%,transparent 70%);border-radius:50%;z-index:0;pointer-events:none}.empty-state--default{background:var(--gray-50, #F9FAFB);border-color:var(--gray-200, #E5E7EB)}.empty-state--default .empty-state__icon{background:var(--primary-light, rgba(59, 130, 246, .1));color:var(--primary, #3B82F6)}.empty-state--error{background:#ef44440d;border-color:#ef444433}.empty-state--error .empty-state__icon{background:#ef44441a;color:var(--danger, #EF4444)}.empty-state--error .empty-state__title{color:var(--danger, #EF4444)}.empty-state--error .empty-state__background{background:linear-gradient(135deg,rgba(239,68,68,.05) 0%,transparent 70%)}.empty-state--warning{background:#f59e0b0d;border-color:#f59e0b33}.empty-state--warning .empty-state__icon{background:#f59e0b1a;color:#f59e0b}.empty-state--warning .empty-state__title{color:#d97706}.empty-state--warning .empty-state__background{background:linear-gradient(135deg,rgba(245,158,11,.05) 0%,transparent 70%)}.empty-state--success{background:#10b9810d;border-color:#10b98133}.empty-state--success .empty-state__icon{background:#10b9811a;color:var(--success, #10B981)}.empty-state--success .empty-state__title{color:var(--success, #10B981)}.empty-state--success .empty-state__background{background:linear-gradient(135deg,rgba(16,185,129,.05) 0%,transparent 70%)}[data-theme=dark] .empty-state,.dark .empty-state,[data-theme=dark] .empty-state--default,.dark .empty-state--default{background:var(--gray-800, #1F2937);border-color:var(--gray-700, #374151)}[data-theme=dark] .empty-state__title,.dark .empty-state__title{color:var(--gray-100, #F3F4F6)}[data-theme=dark] .empty-state__description,.dark .empty-state__description{color:var(--gray-400, #9CA3AF)}[data-theme=dark] .empty-state__background,.dark .empty-state__background{background:linear-gradient(135deg,var(--primary-light, rgba(59, 130, 246, .05)) 0%,transparent 70%)}[data-theme=dark] .empty-state--error,.dark .empty-state--error{background:#ef444414;border-color:#ef44444d}[data-theme=dark] .empty-state--warning,.dark .empty-state--warning{background:#f59e0b14;border-color:#f59e0b4d}[data-theme=dark] .empty-state--success,.dark .empty-state--success{background:#10b98114;border-color:#10b9814d}@media (prefers-color-scheme: dark){:root:not([data-theme=light]) .empty-state{background:var(--gray-800, #1F2937);border-color:var(--gray-700, #374151)}:root:not([data-theme=light]) .empty-state__title{color:var(--gray-100, #F3F4F6)}:root:not([data-theme=light]) .empty-state__description{color:var(--gray-400, #9CA3AF)}:root:not([data-theme=light]) .empty-state--default{background:var(--gray-800, #1F2937);border-color:var(--gray-700, #374151)}:root:not([data-theme=light]) .empty-state--error{background:#ef444414;border-color:#ef44444d}:root:not([data-theme=light]) .empty-state--warning{background:#f59e0b14;border-color:#f59e0b4d}:root:not([data-theme=light]) .empty-state--success{background:#10b98114;border-color:#10b9814d}}@media (max-width: 640px){.empty-state{min-height:280px;padding:1.5rem 1rem}.empty-state__title{font-size:1.25rem}.empty-state__description{font-size:.9375rem}.empty-state__icon{width:64px;height:64px}.empty-state__icon svg{width:48px;height:48px}.empty-state__background{width:200px;height:200px}}.empty-state__action:focus-visible{outline:2px solid var(--primary, #3B82F6);outline-offset:2px}@media print{.empty-state{border:1px solid #ccc;break-inside:avoid}.empty-state__background{display:none}}
