@layer payload-default{.icon--check{height:1.5384615385rem;width:1.5384615385rem}.icon--check .stroke{fill:none;stroke:currentColor;stroke-width:2px}.collections{display:flex;width:100%;--gap:var(--base);--cols:5}.collections__wrap{width:100%;display:flex;flex-direction:column;gap:var(--base)}.collections__group{display:flex;flex-direction:column;gap:var(--gap)}.collections__label{margin:0}.collections__card-list{padding:0;margin:0;list-style:none;gap:12px;display:grid;grid-template-columns:repeat(var(--cols),1fr)}.collections__card-list .card{height:100%}.collections__locked.locked{align-items:unset;justify-content:unset}}@layer payload-default{@media(max-width:1440px){.collections{--cols:4}}@media(max-width:1024px){.collections{--gap:var(--base);--cols:2}}@media(max-width:768px){.collections{--cols:2}.collections__wrap{gap:var(--base)}.collections__card-list{gap:8px}}@media(max-width:400px){.collections{--cols:1}}}.before-dashboard{display:flex;flex-direction:column;gap:1rem}.before-dashboard__card{max-width:420px;padding:1.2rem;border-radius:12px;border:1px solid var(--theme-elevation-150);background:var(--theme-bg)}.before-dashboard__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.before-dashboard__title{font-weight:600}.before-dashboard__status{padding:.25rem .6rem;border-radius:999px;font-size:.8rem;font-weight:600;text-transform:uppercase}.before-dashboard__status--ok{background:#dcfce7;color:#166534}.before-dashboard__status--nok{background:#fcdcdf;color:#651616}.before-dashboard__status--default{background:var(--theme-elevation-100);color:var(--theme-text)}.before-dashboard__row{display:flex;justify-content:space-between;padding:.35rem 0;font-size:.9rem}.before-dashboard__label{color:var(--theme-text-dim)}.before-dashboard__value{font-weight:500}