:root{--theme-brand-white:#fff;--theme-brand-red:red;--theme-brand-black:#000;--theme-background-primary:#0f1214;--theme-background-secondary:#1b1f21;--theme-background-tertiary:#272a2e;--theme-text-primary:#e5e5e5;--theme-text-secondary:#989898;--theme-text-tertiary:#656565;--theme-text-inverse:#000;--theme-hover-overlay:#ffffff1a;--theme-border-primary:#656565;--theme-border-secondary:#4c4c4c;--theme-border-tertiary:#323232;--theme-accent-primary:#fff;--theme-accent-disable:#323232;--theme-attention:#e42525;--theme-modal-background:#00000080}[data-theme=light]{--theme-background-primary:#fff;--theme-background-secondary:#f5f5f5;--theme-background-tertiary:#e5e5e5;--theme-text-primary:#000;--theme-text-secondary:#4c4c4c;--theme-text-tertiary:#7e7e7e;--theme-text-inverse:#fff;--theme-hover-overlay:#0000001a;--theme-border-primary:#b2b2b2;--theme-border-secondary:#cbcbcb;--theme-border-tertiary:#e5e5e5;--theme-accent-primary:#000;--theme-accent-disable:#e5e5e5}.empty-state-page{background:var(--theme-background-primary);justify-content:center;align-items:center;min-height:100vh;display:flex}.empty-state-page__container{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:720px;display:flex}.empty-state-page__icon{width:120px;height:120px;color:var(--theme-text-secondary);opacity:.5;justify-content:center;align-items:center;display:flex}.empty-state-page__icon svg{width:100%;height:100%}.empty-state-page__content{flex-direction:column;gap:16px;display:flex}.empty-state-page__title{color:var(--theme-text-primary)}.empty-state-page__description{color:var(--theme-text-secondary)}.empty-state-page__actions{gap:16px;margin-top:16px;display:flex}@media (min-width:768px){.empty-state-page__actions{flex-direction:row}}
