.dashboard{position:fixed;inset:0;z-index:80;overflow:auto;background:#fffdf9}.dashboard-page{max-width:1160px;margin:auto;padding:30px 34px 70px}.dashboard-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e9e3dd;padding-bottom:24px}.account{display:flex;align-items:center;gap:9px;color:#665e58;font-size:13px}.dashboard-avatar{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#c66d68;color:#fff;font-size:10px;font-weight:700}.account button{margin-left:9px;border:0;background:transparent;color:#9b504b;cursor:pointer}.projects{padding-top:70px}.projects-heading{display:flex;justify-content:space-between;align-items:end}.projects-heading h1{margin:0 0 8px;font:700 39px 'Source Serif 4',serif;letter-spacing:-.035em}.projects-heading p{margin:0;color:#827a74}.new-project{border:0;border-radius:8px;background:#2a2928;color:#fff;padding:11px 15px;font-weight:700;cursor:pointer}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:37px}.project-card{border:1px solid #e9e3dd;border-radius:11px;overflow:hidden;background:#fff;cursor:pointer;transition:.2s}.project-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(50,38,29,.11)}.project-cover{height:166px;background:linear-gradient(135deg,#ecd7d0,#b46965);display:grid;place-items:center;color:#fff;font:700 62px 'Source Serif 4',serif}.project-info{display:flex;justify-content:space-between;align-items:start;padding:15px}.project-info h2{margin:0 0 5px;font-size:15px}.project-info p{margin:0;color:#8c837d;font-size:12px}.delete-project{border:0;background:transparent;color:#a49a93;font-size:22px;line-height:20px;cursor:pointer}.delete-project:hover{color:#ba514b}.empty-projects{grid-column:1/-1;border:1px dashed #dcd2ca;border-radius:12px;padding:58px;text-align:center;color:#827a74}.empty-projects div{font-size:27px;color:#c66d68}.empty-projects h2{font:700 24px 'Source Serif 4',serif;color:#35312e;margin:10px 0 5px}.empty-projects p{margin:0}@media(max-width:700px){.dashboard-page{padding:22px 16px}.dashboard-top{padding-bottom:18px}.account>span:not(.dashboard-avatar){display:none}.projects{padding-top:46px}.projects-heading{display:block}.projects-heading h1{font-size:32px}.new-project{margin-top:20px}.project-grid{grid-template-columns:1fr;margin-top:26px}.project-cover{height:135px}}
