/* RetailGuard Daily Guide - All users */
.rg-daily-btn{position:fixed;top:12px;left:70px;z-index:9970;display:flex;align-items:center;gap:5px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:5px 12px;font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#374151;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.06);transition:background .1s}
.rg-daily-btn:hover{background:#f9fafb}
.rg-daily-btn svg{width:14px;height:14px;color:#f59e0b}
.rg-daily-panel{position:fixed;top:44px;left:70px;z-index:9971;width:280px;background:#fff;border-radius:12px;box-shadow:0 10px 36px rgba(0,0,0,.13);font-family:Inter,sans-serif;display:none;overflow:hidden}
.rg-daily-panel.open{display:block}
.rg-daily-panel .dg-header{padding:14px 16px 8px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between}
.rg-daily-panel .dg-header h3{margin:0;font-size:14px;font-weight:700;color:#1f2937}
.rg-daily-panel .dg-close{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:16px;line-height:1}
.rg-daily-section{padding:8px 14px}
.rg-daily-section.active{background:#faf5ff}
.rg-daily-section .dg-time{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;margin-bottom:4px}
.rg-daily-section.active .dg-time{color:#7c3aed}
.rg-daily-row{display:flex;align-items:center;justify-content:space-between;padding:5px 0}
.rg-daily-row .dg-label{font-size:12px;color:#374151}
.rg-daily-row button{background:#f3f4f6;border:none;border-radius:6px;padding:3px 10px;font-size:11px;color:#7c3aed;font-weight:600;cursor:pointer}
.rg-daily-row button:hover{background:#ede9fe}
