.dashboard-container{padding:0 0 40px;font-family:Inter,Arial,sans-serif}.dashboard-cards{flex-wrap:wrap;justify-content:center;gap:32px;margin:32px 0 48px;display:flex}.dashboard-card{cursor:pointer;box-sizing:border-box;background:#fff;border-radius:20px;flex-direction:column;flex:320px;align-items:flex-start;width:auto;max-width:380px;padding:32px 28px 28px;transition:transform .5s;display:flex;box-shadow:0 2px 16px #2c3e5012}.dashboard-card:hover{transform:scale(1.01);box-shadow:0 4px 24px #2c3e501f}.dashboard-card-icon{border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;margin-bottom:18px;font-size:2rem;display:flex}.dashboard-card-title{color:#3a1b90;margin:0 0 10px;font-size:1.35rem;font-weight:700}.dashboard-card-desc{color:#3a1b90;margin:0;font-size:13px;line-height:1.4;font-family:Gilroy!important}.articles-section{background:#f7f7f4;border-radius:18px;max-width:100%;margin:0 auto;padding:32px 0 48px;box-shadow:0 2px 16px #2c3e500a}.articles-title{text-align:center;color:#33197d;margin-bottom:32px;font-size:2rem;font-weight:700}.articles-list{grid-template-columns:1fr 1fr;gap:28px 32px;max-width:1100px;margin:0 auto;display:grid}.article-card{cursor:pointer;background:#fff;border-radius:16px;align-items:center;min-height:110px;transition:transform .5s;display:flex;overflow:hidden;box-shadow:0 2px 12px #2c3e500f}.article-card:hover{transform:scale(1.01);box-shadow:0 4px 20px #2c3e501a}.article-image{object-fit:cover;border-radius:10px;width:31%;height:110px;position:relative;left:10px}.article-content{flex-direction:column;justify-content:center;padding:18px 23px;display:flex}.article-title{color:#4521ab;margin-bottom:6px;font-size:.8rem;font-weight:600;text-decoration:none}.article-desc{color:#6e6670;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.8rem;font-weight:600;display:-webkit-box;overflow:hidden}@media (max-width:1000px){.dashboard-cards{align-items:center;gap:20px}.articles-list{grid-template-columns:1fr;gap:22px}}@media (max-width:768px){.dashboard-container{padding:0 16px 32px}.dashboard-cards{flex-direction:column;align-items:center;gap:16px}.dashboard-card{flex:100%;max-width:100%;padding:24px 20px}.dashboard-card-title{font-size:1.1rem}.dashboard-card-desc{font-size:12px;line-height:1.5}.dashboard-card-icon{width:48px;height:48px}}@media (max-width:480px){.dashboard-container{padding:0 12px 28px}.dashboard-cards{gap:12px}.dashboard-card{border-radius:16px;padding:20px 16px}.dashboard-card-title{font-size:1rem}.dashboard-card-desc{font-size:11.5px}.dashboard-card-icon{width:44px;height:44px}}@media (orientation:landscape) and (max-width:900px){.dashboard-container{padding:0 16px 32px}.dashboard-cards{flex-direction:row;align-items:stretch;gap:14px}.dashboard-card{flex:260px;max-width:360px;padding:24px 20px}}
