/*
|--------------------------------------------------------------------------
| Dashboard Layout
|--------------------------------------------------------------------------
*/

.tph-dashboard{
    max-width:1200px;
    margin:40px auto;
    padding:0 20px;
}

.tph-hero{
    margin-bottom:40px;
}

.tph-hero h1{
    margin:0;
    font-size:34px;
    font-weight:700;
    color:#0f172a;
    line-height:1.2;
}

.tph-hero p{
    margin-top:10px;
    color:#64748b;
    font-size:16px;
    line-height:1.7;
}

.tph-section-title{
    margin:50px 0 25px;
    font-size:26px;
    font-weight:700;
    color:#0f172a;
}

.tph-summary{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.tph-project-grid{
    display:grid;
    gap:25px;
}