.smm-fe-dashboard { font-family: -apple-system, sans-serif; background: #f8fafc; padding: 20px; border-radius: 12px; border: 1px solid #e2e8f0; }
.smm-fe-header { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 20px; }
.smm-fe-stat-card { background: #fff; padding: 15px 25px; border-radius: 10px; border: 1px solid #e2e8f0; flex: 1; min-width: 150px; }
.smm-fe-stat-label { font-size: 12px; text-transform: uppercase; color: #64748b; font-weight: 600; }
.smm-fe-stat-value { font-size: 28px; font-weight: 800; color: #1e293b; }
.smm-fe-notice { background: #eff6ff; border-left: 4px solid #3b82f6; padding: 15px; border-radius: 4px; color: #1e3a8a; margin-bottom: 20px; font-size: 14px; }
.smm-fe-search-bar { background: #fff; padding: 15px; border-radius: 10px; border: 1px solid #e2e8f0; margin-bottom: 20px; }
.smm-fe-search-form { display: flex; gap: 10px; }
.smm-fe-input { flex-grow: 1; border: 1px solid #cbd5e1; border-radius: 6px; padding: 8px 12px; }
.smm-fe-button { background: #2563eb; color: #fff; border: none; padding: 8px 20px; border-radius: 6px; cursor: pointer; font-weight: 600; }
.smm-fe-button:hover { background: #1d4ed8; }
.smm-fe-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 15px; }
.smm-fe-member-card { background: #fff; border: 1px solid #e2e8f0; padding: 15px; border-radius: 8px; }
.smm-fe-field { margin-bottom: 5px; font-size: 13px; }
.smm-fe-label { font-weight: 600; color: #64748b; margin-right: 5px; }