
.vtopia-client-dashboard{max-width:1180px;margin:0 auto;padding:28px 0 70px}
.vtopia-dashboard-hero{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:30px;border:1px solid #dce3dc;border-radius:16px;background:#fff}
.vtopia-dashboard-hero h1{margin:3px 0 8px}
.vtopia-dashboard-hero p{margin-bottom:0}
.vtopia-eyebrow{text-transform:uppercase;letter-spacing:.09em;font-size:.74rem;font-weight:700;opacity:.65;margin:0}
.vtopia-primary-action,.vtopia-button{display:inline-block;padding:13px 18px;border-radius:9px;text-decoration:none;font-weight:700;white-space:nowrap}
.vtopia-schedule-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:18px 0}
.vtopia-schedule-card{display:flex;flex-direction:column;gap:7px;padding:20px;border:1px solid #dce3dc;border-radius:14px;background:#fff}
.vtopia-schedule-card span{font-size:.9rem;opacity:.72}
.vtopia-schedule-card strong{font-size:1.35rem}
.vtopia-client-message,.vtopia-client-alert{padding:18px 20px;border-radius:12px;margin:16px 0}
.vtopia-client-message{border:1px solid #d9e5d9;background:#f5f9f5}
.vtopia-client-alert{border:1px solid #ead7b6;background:#fff8ec}
.vtopia-client-message p,.vtopia-client-alert p{margin:6px 0 0}
.vtopia-dashboard-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:18px 0}
.vtopia-stat-card{display:flex;flex-direction:column;gap:7px;padding:22px;border:1px solid #dce3dc;border-radius:14px;background:#fff}
.vtopia-stat-card>span{font-size:.9rem;opacity:.72}
.vtopia-stat-card>strong{font-size:2rem;line-height:1.1}
.vtopia-stat-card a{text-decoration:none;font-weight:600}
.vtopia-dashboard-grid{display:grid;grid-template-columns:1.25fr .9fr;gap:18px}
.vtopia-dashboard-panel{padding:24px;border:1px solid #dce3dc;border-radius:14px;background:#fff}
.vtopia-panel-heading{display:flex;justify-content:space-between;align-items:start;gap:16px;margin-bottom:18px}
.vtopia-panel-heading h2{font-size:1.35rem;margin:4px 0 0}
.vtopia-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.vtopia-action-grid>a{display:flex;flex-direction:column;gap:5px;padding:17px;border:1px solid #e1e6e1;border-radius:11px;text-decoration:none}
.vtopia-action-grid span{font-size:.88rem;opacity:.72}
.vtopia-orders-list{display:flex;flex-direction:column}
.vtopia-orders-list>a{display:flex;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid #e7ebe7;text-decoration:none}
.vtopia-orders-list>a:last-child{border-bottom:0}
.vtopia-orders-list div{display:flex;flex-direction:column;gap:4px}
.vtopia-orders-list div:last-child{text-align:right}
.vtopia-orders-list span{font-size:.85rem;opacity:.7}
.vtopia-dashboard-login{padding:24px;border:1px solid #dce3dc;border-radius:12px}
@media(max-width:850px){.vtopia-dashboard-grid{grid-template-columns:1fr}.vtopia-dashboard-stats{grid-template-columns:1fr}}
@media(max-width:620px){.vtopia-dashboard-hero{align-items:flex-start;flex-direction:column}.vtopia-primary-action{width:100%;text-align:center}.vtopia-action-grid{grid-template-columns:1fr}.vtopia-schedule-grid{grid-template-columns:1fr}}
