@layer payload-default{}.dashboard .before-dashboard{margin-bottom:40px}.dashboard .before-dashboard__welcome{text-align:center;margin-bottom:40px}.dashboard .before-dashboard__welcome h2{color:var(--theme-text);font-size:1.5rem;font-weight:600;margin-bottom:10px}.dashboard .before-dashboard__welcome p{color:var(--theme-text-dim);font-size:1rem;margin:0}.dashboard .before-dashboard__actions{display:flex;gap:20px;justify-content:center;align-items:center}.dashboard .before-dashboard__view-site{display:inline-flex;align-items:center;padding:10px 20px;background:var(--theme-elevation-100);border:1px solid var(--theme-elevation-200);border-radius:4px;color:var(--theme-text);text-decoration:none;font-weight:500;transition:all .2s ease}.dashboard .before-dashboard__view-site:hover{background:var(--theme-elevation-200);border-color:var(--theme-elevation-300)}