@layer payload-default{}.dashboard .before-dashboard{margin-bottom:40px}.dashboard .before-dashboard__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin:0 auto}.dashboard .before-dashboard__card{background-color:rgba(239,238,236,.06);border:1px solid rgba(239,238,236,.08);border-radius:10px;padding:40px 30px 30px;display:flex;flex-direction:column;min-height:220px;position:relative;transition:all .3s ease}.dashboard .before-dashboard__card:hover{background-color:rgba(239,238,236,.08);border-color:rgba(239,238,236,.12);transform:translateY(-2px)}.dashboard .before-dashboard__card--welcome{grid-column:span 2}@media(max-width:768px){.dashboard .before-dashboard__card--welcome{grid-column:span 1}}.dashboard .before-dashboard__card--probono{background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border-color:rgba(102,126,234,.2)}.dashboard .before-dashboard__card--probono:hover{background:linear-gradient(135deg,rgba(102,126,234,.15),rgba(118,75,162,.15));border-color:rgba(102,126,234,.3)}.dashboard .before-dashboard__card--quickstart .before-dashboard__list{margin:20px 0 0;padding-left:25px}.dashboard .before-dashboard__card--quickstart .before-dashboard__list li{margin-bottom:10px;line-height:1.6;color:rgba(255,255,255,.7)}.dashboard .before-dashboard__card--quickstart .before-dashboard__list li strong{color:rgba(255,255,255,.9);font-weight:600}.dashboard .before-dashboard__card--contact{grid-column:span 2}@media(max-width:768px){.dashboard .before-dashboard__card--contact{grid-column:span 1}}.dashboard .before-dashboard__card-content{display:flex;flex-direction:column;height:100%}.dashboard .before-dashboard__badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:5px;padding:5px 10px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px;width:-moz-fit-content;width:fit-content}.dashboard .before-dashboard__card-title{font-size:22.5px;font-weight:600;margin:0 0 15px;color:rgba(255,255,255,.95);letter-spacing:-.01em}.dashboard .before-dashboard__card-text{flex:1}.dashboard .before-dashboard__card-text p{font-size:17.5px;line-height:1.6;color:rgba(255,255,255,.6);margin:0}.dashboard .before-dashboard__contact-label{margin-bottom:15px;font-size:17.5px}.dashboard .before-dashboard__contact-info{display:flex;flex-direction:column;gap:10px;margin-bottom:30px}.dashboard .before-dashboard__contact-info a{color:rgba(255,255,255,.8);text-decoration:none;font-size:17.5px;transition:color .2s ease}.dashboard .before-dashboard__contact-info a:hover{color:#fff;text-decoration:underline}.dashboard .before-dashboard__socials{display:flex;gap:20px;padding-top:20px;border-top:1px solid rgba(239,238,236,.1);margin-top:auto}.dashboard .before-dashboard__socials a{color:rgba(255,255,255,.5);transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:5px;background:rgba(255,255,255,.05)}.dashboard .before-dashboard__socials a:hover{color:rgba(255,255,255,.9);background:rgba(255,255,255,.1);transform:translateY(-2px)}.dashboard .before-dashboard__socials a svg{width:18px;height:18px}.dashboard .before-dashboard__list{list-style:none;padding:0;margin:0}.dashboard .before-dashboard__list li{position:relative;padding-left:30px;margin-bottom:15px}.dashboard .before-dashboard__list li:before{content:"→";position:absolute;left:0;color:rgba(102,126,234,.6);font-weight:700}.dashboard .before-dashboard__list li:last-child{margin-bottom:0}@media(prefers-color-scheme:dark){.dashboard .before-dashboard__card{background-color:rgba(239,238,236,.04);border-color:rgba(239,238,236,.06)}.dashboard .before-dashboard__card:hover{background-color:rgba(239,238,236,.06);border-color:rgba(239,238,236,.1)}}@media(max-width:1024px){.dashboard .before-dashboard__grid{grid-template-columns:1fr}.dashboard .before-dashboard__card--contact,.dashboard .before-dashboard__card--welcome{grid-column:span 1}}