.theory-notification-hub { background: var(--hd-dark-gray); border-radius: var(--hd-radius-md); padding: var(--hd-space-2); box-shadow: var(--hd-shadow); margin-bottom: var(--hd-space-3); border: var(--hd-border-card); }
.theory-notification-hub__header { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; padding-bottom: 12px; border-bottom: 1px solid var(--hd-border-color); }
.theory-notification-hub__icon { width: 1.4em; height: 1.4em; color: var(--hd-gold); }
.theory-notification-hub__title { font-size: 16px; font-weight: 600; margin: 0; flex: 1; color: var(--hd-text-primary); }
.theory-notification-hub__badge { background: var(--hd-error); color: #fff; font-size: 11px; font-weight: 700; padding: 3px 8px; border-radius: 12px; min-width: 10px; text-align: center; }
.theory-notification-hub__view-all { font-size: 12px; color: var(--hd-text-muted); text-decoration: none; }
.theory-notifications-list { list-style: none; margin: 0; padding: 0; }
.theory-notifications-list--compact .theory-notification { padding: 12px 0; border-bottom: 1px solid var(--hd-border-color); display: flex; align-items: flex-start; gap: 10px; }
.theory-notifications-list--compact .theory-notification:last-child { border-bottom: none; }
.theory-notification { padding: var(--hd-space-2); background: var(--hd-dark-gray); border-radius: var(--hd-radius-sm); margin-bottom: 10px; border-left: 3px solid transparent; box-shadow: 0 1px 4px rgba(0,0,0,0.2); }
.theory-notification--unread { border-left-color: var(--hd-error); background: var(--hd-graphite); }
.theory-notification--read { border-left-color: var(--hd-border-color); }
.theory-notification__header { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: var(--hd-space-1); }
.theory-notification__title { font-size: 15px; font-weight: 600; color: var(--hd-text-primary); }
.theory-notification__date { font-size: 12px; color: var(--hd-text-muted); white-space: nowrap; }
.theory-notification__message { font-size: 13px; color: var(--hd-text-secondary); line-height: 1.6; margin-bottom: 10px; }
.theory-notification__action { display: inline-block; padding: 8px 16px; font-size: 13px; font-weight: 500; border-radius: var(--hd-radius-sm); background: var(--hd-gold); color: var(--hd-black); text-decoration: none; transition: background var(--hd-transition); }
.theory-notification__action:hover { background: var(--hd-gold-hover); }
.theory-notification__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--hd-error); margin-top: 6px; flex-shrink: 0; }
.theory-notification--read .theory-notification__dot { background: var(--hd-border-color); }
.theory-notification--type-refund { border-left-color: var(--hd-success); }
.theory-notification--type-coupon { border-left-color: var(--hd-gold); background: rgba(212, 175, 55, 0.05); }
.theory-notification--type-event { border-left-color: var(--hd-info); }
.theory-claimed { font-size: 13px; color: var(--hd-success); font-weight: 600; }
.theory-coupon-code { font-family: var(--hd-font-mono); font-size: 14px; color: var(--hd-gold); font-weight: 700; }
.theory-notification-badge { display: inline-block; background: var(--hd-error); color: #fff; font-size: 10px; font-weight: 700; padding: 2px 7px; border-radius: 10px; margin-left: 6px; line-height: 1.4; }