.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:56px;display:flex;position:relative;overflow:hidden}.empty-state__logo{justify-content:center;display:flex}.empty-state__content{z-index:1;max-width:500px;position:relative}.empty-state__title{color:var(--color-text-primary);font-size:14px;font-weight:var(--weight-semi-bold);margin-bottom:4px}.empty-state__description{color:var(--color-text-secondary);font-size:14px;font-weight:var(--weight-medium);margin:0 0 12px}.empty-state__description:last-child{margin-bottom:0}.empty-state__actions{flex-direction:column;align-items:center;gap:12px;margin-top:24px;display:flex}.empty-state--small{min-height:150px;padding:24px 16px}.empty-state--small .empty-state__logo-background{width:80px;height:80px}.empty-state--small .empty-state__content{max-width:300px}.empty-state--small .empty-state__title{margin:0 0 8px;font-size:14px;font-weight:400}.empty-state--small .empty-state__description{margin:0 0 8px;font-size:14px}.empty-state--small .empty-state__description:last-child{margin-bottom:0}.empty-state--small .empty-state__actions{gap:8px;margin-top:16px}@media (max-width:767px){.empty-state{min-height:250px;padding:30px 16px}.empty-state__logo-background{width:150px;height:150px}.empty-state__title{font-size:18px}.empty-state__description{font-size:14px}.empty-state--small{min-height:120px;padding:20px 12px}.empty-state--small .empty-state__logo-background{width:80px;height:80px}.empty-state--small .empty-state__title{font-size:14px}.empty-state--small .empty-state__description{font-size:12px}}
