.step-nav>a:first-child+span,.step-nav__link--is-branding~.step-nav__slash:first-of-type,.step-nav__slash:first-of-type{display:none}.collections__group{margin-bottom:2rem}.collections__group>h2{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--theme-elevation-500);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--theme-elevation-100)}.collections__card-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.card{position:relative;background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-100);border-radius:12px;padding:1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1);overflow:hidden}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#10b981,#059669);opacity:0;transition:opacity .2s ease}.card:hover{border-color:rgba(16,185,129,.3);box-shadow:0 4px 20px rgba(0,0,0,.08);transform:translateY(-2px)}.card:hover:before{opacity:1}.card.card--has-onclick{cursor:pointer}.card__title{font-size:1rem;font-weight:600;color:var(--theme-text);margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem}.card__title:before{content:"";width:8px;height:8px;background:linear-gradient(135deg,#10b981,#059669);border-radius:2px;flex-shrink:0}.card__actions{display:flex;gap:.5rem;margin-top:auto;padding-top:.75rem;border-top:1px solid var(--theme-elevation-100)}.card__click{font-size:.8125rem;color:var(--theme-elevation-500);padding:.375rem .625rem;border-radius:6px;transition:all .15s ease;background:rgba(0,0,0,0)}.card__click:hover{color:#10b981;background:rgba(16,185,129,.1)}.card__click svg{width:16px;height:16px}.card-users:before{background:linear-gradient(90deg,#6366f1,#4f46e5)}.card-users .card__title:before{background:linear-gradient(135deg,#6366f1,#4f46e5)}.card-users:hover{border-color:rgba(99,102,241,.3)}.card-media:before{background:linear-gradient(90deg,#f59e0b,#d97706)}.card-media .card__title:before{background:linear-gradient(135deg,#f59e0b,#d97706)}.card-media:hover{border-color:rgba(245,158,11,.3)}.card-clubs:before{background:linear-gradient(90deg,#10b981,#059669)}.card-clubs .card__title:before{background:linear-gradient(135deg,#10b981,#059669)}.card-clubs:hover{border-color:rgba(16,185,129,.3)}.card-pages:before{background:linear-gradient(90deg,#3b82f6,#2563eb)}.card-pages .card__title:before{background:linear-gradient(135deg,#3b82f6,#2563eb)}.card-pages:hover{border-color:rgba(59,130,246,.3)}.card-contact-submissions:before{background:linear-gradient(90deg,#ec4899,#db2777)}.card-contact-submissions .card__title:before{background:linear-gradient(135deg,#ec4899,#db2777)}.card-contact-submissions:hover{border-color:rgba(236,72,153,.3)}.dashboard{padding-top:1.5rem}.modular-dashboard{display:flex;flex-direction:column;gap:.5rem}@media(max-width:768px){.collections__card-list{grid-template-columns:1fr}.card{padding:1rem}}