/* DaruGet Personal Experience — Phase 5 */
.personal-hub{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0}
.personal-hub-card{padding:14px;border:1px solid #e2e9e5;border-radius:15px;background:#fff;text-decoration:none;color:#172033}
.personal-hub-card span,.personal-hub-card strong,.personal-hub-card small{display:block}.personal-hub-card span{font-size:12px;color:#64748b}.personal-hub-card strong{margin:4px 0;font-size:17px;color:#15803d}.personal-hub-card small{font-size:12px;color:#94a3b8;line-height:1.7}
.personal-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.personal-action{min-height:37px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:1px solid #dce6e0;border-radius:10px;background:#fff;color:#475569;text-decoration:none;font-size:12px;font-weight:850;cursor:pointer}.personal-action.primary{border-color:#15803d;background:#15803d;color:#fff}
.phase5-health-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:0 0 14px}.phase5-health-summary article{padding:12px;border:1px solid #e2e9e5;border-radius:13px;background:#fbfdfc}.phase5-health-summary span,.phase5-health-summary strong,.phase5-health-summary small{display:block}.phase5-health-summary span{font-size:12px;color:#64748b}.phase5-health-summary strong{margin:4px 0;font-size:11px}.phase5-health-summary small{font-size:12px;color:#94a3b8;line-height:1.7}
.phase5-orders{display:flex;flex-direction:column;gap:9px;margin-top:12px}.phase5-order{padding:13px;border:1px solid #e2e9e5;border-radius:14px;background:#fff}.phase5-order-head{display:flex;justify-content:space-between;gap:10px;align-items:start}.phase5-order-head strong{font-size:11px}.phase5-order-head small{display:block;margin-top:3px;color:#64748b;font-size:12px}.phase5-order-status{padding:5px 8px;border-radius:999px;background:#eef8f2;color:#15803d;font-size:12px;font-weight:900}.phase5-order-items{display:flex;gap:6px;margin-top:9px;overflow:auto}.phase5-order-items img{width:44px;height:44px;object-fit:contain;border:1px solid #e5ebe7;border-radius:9px;padding:2px}.phase5-order-actions{display:flex;gap:6px;margin-top:10px}.phase5-order-actions button,.phase5-order-actions a{min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border:1px solid #dce5df;border-radius:9px;background:#fff;color:#475569;text-decoration:none;font:inherit;font-size:12px;font-weight:850;cursor:pointer}.phase5-order-actions .reorder{background:#15803d;color:#fff;border-color:#15803d}
.wishlist-smart-alerts{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:0 0 13px}.wishlist-smart-alerts article{padding:12px;border:1px solid #e3eae6;border-radius:13px;background:#fbfdfc}.wishlist-smart-alerts strong{display:block;font-size:12px}.wishlist-smart-alerts p{margin:4px 0 0;color:#64748b;font-size:12px;line-height:1.8}
.reminder-history{margin-top:14px;padding:16px;border:1px solid #e2e9e5;border-radius:16px;background:#fff}.reminder-history h3{margin:0 0 8px;font-size:13px}.reminder-history-list{display:flex;flex-direction:column;gap:6px}.reminder-history-row{display:flex;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid #eef2ef}.reminder-history-row:last-child{border-bottom:0}.reminder-history-row strong{font-size:12px}.reminder-history-row span{font-size:12px;color:#64748b}.notification-settings{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.notification-settings label{display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid #dfe7e2;border-radius:9px;background:#fff;font-size:12px}.product-reminder-btn{width:100%;min-height:39px;margin-top:7px;border:1px solid #cfe2d6;border-radius:10px;background:#f3faf5;color:#15803d;font:inherit;font-size:12px;font-weight:900;cursor:pointer}
@media(max-width:900px){.personal-hub{grid-template-columns:repeat(2,1fr)}.phase5-health-summary{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:620px){.personal-hub{grid-template-columns:1fr 1fr}.phase5-health-summary{grid-template-columns:1fr}.wishlist-smart-alerts{grid-template-columns:1fr}.phase5-order-head{flex-direction:column}.phase5-order-actions{display:grid;grid-template-columns:1fr 1fr}.phase5-order-actions>*{width:100%}}
