.cover-card{display:flex;flex-direction:column;gap:8px;padding:12px;border:1px dashed #d49e5e;border-radius:12px;background:#fffdf6}.cover-card img{width:100%;max-height:180px;object-fit:cover;border-radius:8px}.cover-card .inline{flex-direction:row;align-items:center;gap:8px;font-weight:600}
.header-user{margin-right:auto;display:flex;align-items:center;gap:16px;font-size:13px;font-weight:700}.dashboard-shell{background:#f5f7fb;min-height:calc(100vh - 72px);display:grid;grid-template-columns:250px minmax(0,1fr)}.dashboard-shell:not(:has(.sidebar)),.dashboard-shell.guest-shell{grid-template-columns:minmax(0,1fr)}.sidebar{background:#fff;padding:28px 18px;border-left:1px solid #e8ebf0;display:flex;flex-direction:column;gap:7px}.sidebar-title{font-size:18px;font-weight:800;margin:0 10px 18px}.sidebar a{padding:10px 12px;border-radius:9px;color:#4b5563;font-size:14px}.sidebar a.active{background:#eaf1ff;color:#2465cb;font-weight:800}.sidebar span{font-size:11px;color:#98a2b3;margin:17px 12px 4px}.sidebar .muted{color:#98a2b3}.dashboard-main{padding:42px clamp(20px,5vw,72px);max-width:1400px;width:100%}.dashboard-hero{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.dashboard-hero p{margin:0;color:#2465cb;font-weight:700}.dashboard-hero h1{font-size:29px;margin:4px 0}.dashboard-hero span{font-size:13px;color:#667085}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:15px;margin-bottom:25px}.stat-grid>div{background:#fff;border:1px solid #e8ebf0;border-radius:13px;padding:18px;position:relative;min-width:0}.stat-grid small,.dash-list small{display:block;color:#667085;font-size:12px}.stat-grid b{display:block;font-size:28px;margin-top:5px;line-height:1.2;overflow-wrap:anywhere}.stat-grid i{position:absolute;left:16px;top:17px;background:#eaf1ff;color:#2465cb;border-radius:10px;padding:7px;font-style:normal}.dash-panel{background:#fff;border:1px solid #e8ebf0;border-radius:14px;padding:21px}.panel-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #eef0f4;padding-bottom:15px}.panel-head h2{font-size:18px;margin:0}.panel-head p{margin:2px 0 0}.panel-head a{font-size:13px;color:#2465cb;font-weight:700}.dash-list>a{display:grid;grid-template-columns:44px 1fr auto auto;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid #f0f2f5}.dash-list>a:last-child{border:0}.listing-avatar{width:38px;height:38px;display:grid;place-items:center;background:#fff1cf;color:#a86915;border-radius:11px;font-weight:800}.dash-list b{font-size:14px}.dash-list strong{font-size:13px}.empty{padding:25px;text-align:center;color:#667085}@media(max-width:800px){.dashboard-shell{grid-template-columns:1fr}.sidebar{display:none}.dashboard-main{padding:28px 18px}.stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-hero{align-items:flex-start;gap:18px;flex-direction:column}.dash-list>a{grid-template-columns:40px 1fr auto}.dash-list strong{display:none}.header-user{margin-right:auto}}
