@import url('variables.css');
@import url('global.css');
@import url('utilities.css');
@import url('components.css');
@import url('form.css');
@import url('layout.css');

/* Pages */
@import url('pages/admin.css');
@import url('pages/post.css');
@import url('pages/content.css');
@import url('pages/tiptrick.css');
@import url('pages/rewards.css');
@import url('pages/pgd.css');

/* --- TỐI ƯU CẤU TRÚC: UTILITY CLASSES & ADMIN TEMPLATES --- */
.admin-manage-card { padding: 15px; border: 1px solid #e2e8f0; border-radius: 8px; background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
.grid-card-actions { display: flex; gap: 8px; margin-top: 15px; }
.action-sm-btn { padding: 6px 12px; border: none; border-radius: 4px; color: #fff; cursor: pointer; font-size: 0.85rem; font-weight: bold; transition: opacity 0.2s; }
.action-sm-btn:hover { opacity: 0.9; }

/* Background & Text Colors */
.bg-success { background-color: #16a34a; }
.bg-danger { background-color: #dc2626; }
.bg-warning { background-color: #f59e0b; }
.bg-secondary { background-color: #64748b; }
.text-primary-dark { color: #1e293b; }
.text-warning-dark { color: #b45309; }
.bg-success-light { background-color: #dcfce7; }
.bg-warning-light { background-color: #fef3c7; }

/* Safe Content Wrappers */
.content-safe { word-break: break-word; line-height: 1.5; }
.title-safe { word-break: break-word; line-height: 1.4; }
.cat-safe { white-space: normal; display: inline-block; line-height: 1.4; }
.avatar-safe { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; color: white; background: #3b82f6; }