/* UnityPro – Dashboard card design (width 1085px) + Quote block */
:root{
  --up-bg:#fff;
  --up-border:#e5e7eb;
  --up-text:#111827;
  --up-text-sub:#6b7280;
  --up-primary:#2563eb;
  --up-shadow:0 1px 1px rgba(0,0,0,.04),0 2px 6px rgba(0,0,0,.06);
  --up-radius:14px;
}

.up-dashboard{ max-width:1085px; margin:24px auto; padding:0 16px; color:var(--up-text); }
.up-dash__header{ margin-bottom:16px; max-width:1060px; }
.up-dash__me{ display:flex; align-items:center; gap:14px; }
.up-dash__avatar{ width:96px; height:96px; border-radius:999px; overflow:hidden; border:1px solid var(--up-border); background:#fff; box-shadow:var(--up-shadow); display:inline-flex; }
.up-dash__avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
.up-dash__title{ margin:0 0 4px; font-size:32px; font-weight:800; line-height:1.1; }
.up-dash__profile{ font-size:14px; color:var(--up-primary); text-decoration:none; }
.up-dash__profile:hover{ text-decoration:underline; }

/* Quote block */
.up-quote{
  position:relative;
  margin:8px 0 18px;
  padding:16px 16px 16px 48px;
  background:transparent;
 
  
}
.up-quote__mark{
  position:absolute; left:16px; top:8px;
  font-size:42px; line-height:1; color:#c7cdd6;
  font-family: Georgia, 'Times New Roman', serif;
}
.up-quote__text{ font-size:15px; line-height:1.6; }
.up-quote__text a{ color:var(--up-primary); text-decoration:none; }
.up-quote__text a:hover{ text-decoration:underline; }

/* Grid */
.up-dash__grid{ display:grid; grid-template-columns: 1fr; gap:16px; }
@media (min-width:900px){ .up-dash__grid{ grid-template-columns: 1.2fr 1fr; } .up-card--activity{ grid-column: 1 / span 2; } }

.up-card{ background:var(--up-bg); border:1px solid var(--up-border); border-radius:var(--up-radius); box-shadow:var(--up-shadow); padding:16px; }
.up-card__title{ margin:0 0 10px; font-size:16px; font-weight:700; }

/* Stats */
.up-stats{ list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
@media (min-width:600px){ .up-stats{ grid-template-columns:repeat(4,1fr);} }
.up-stat{ border:1px solid var(--up-border); border-radius:12px; padding:12px; text-align:center; background:#fff; }
.up-stat__label{ display:block; color:var(--up-text-sub); font-size:12px; margin-bottom:6px; }
.up-stat__value{ font-size:20px; font-weight:700; }

/* Links */
.up-links{ display:flex; flex-direction:column; gap:8px; }
.up-link{ display:flex; align-items:center; gap:10px; text-decoration:none; color:var(--up-text); border:1px solid var(--up-border); border-radius:12px; padding:12px; background:#fff; }
.up-link:hover{ background:#f8fafc; }
.up-link__dot{ width:8px; height:8px; border-radius:999px; background:var(--up-primary); display:inline-block; }

/* Activity */
.up-activity{ list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:8px; }
.up-activity__item{ border:1px solid var(--up-border); border-radius:12px; padding:12px; background:#fff; }
.up-activity__title{ font-weight:600; }
.up-activity__meta{ display:block; color:var(--up-text-sub); font-size:12px; margin-top:2px; }
.uplog-menu-edit {font-size:14px;border-radius:0px;}
.uplog-menu-del{font-size:14px;border-radius:0px;}
.uplog-menu-list {border:1px solid var(--up-border); border-radius:12px;}