.dashboard{width:100%;height:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:flex-start;flex-wrap:wrap;gap:24px}.dashboard .promotion-wrapper{width:100%;min-height:300px;background-image:linear-gradient(90deg,rgba(20,26,33,.88) 0,#141a21 75%),url(https://pub-c5e31b5cdafb419fb247a8ac2e78df7a.r2.dev/public/assets/background/background-5.webp);background-size:cover;background-repeat:no-repeat;background-position:50%;padding:40px 24px;border-radius:16px;color:#fff;border:1px solid #1c252e;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;flex-wrap:nowrap;gap:10px}.dashboard .promotion-wrapper .promotion-title{font-size:24px;font-weight:700}.dashboard .promotion-wrapper .promotion-tags{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:12px;font-size:14px}.dashboard .promotion-wrapper .promotion-tags .tag{display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:4px}.dashboard .promotion-wrapper .promotion-intro{width:100%;font-size:14px;line-height:170%;margin-bottom:14px}.dashboard .service-item{flex:1 1;min-width:300px;height:auto;padding:30px 24px;background-color:#fff;box-shadow:0 0 2px 0 rgba(145,158,171,.2),0 12px 24px -4px rgba(145,158,171,.12);border-radius:16px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex-wrap:nowrap;gap:12px}.dashboard .service-item .service-content{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:12px}.dashboard .service-item .service-content .service-name{font-size:18px;font-weight:600;color:#141a21}.dashboard .service-item .service-content .service-tags{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:12px;font-size:14px}.dashboard .service-item .service-content .service-tags .tag{color:#637381;display:inline-flex;flex-direction:row;align-items:center;justify-content:flex-start;flex-wrap:nowrap;gap:4px}.dashboard .service-item .service-button{min-width:120px;margin-top:10px}