/* Profile Components - Main Import File */
/* CRITICAL: This file imports all modular CSS files for profile components */
/* Refactored from 2,730 lines to modular architecture following REFACTORING_ESSENTIALS.md */

/* ==========================================================================
   PROFILE COMPONENTS STYLES
   Extracted from Profile/Details.cshtml for better organization
   ========================================================================== */

/* Step 1: Profile Stats - Complex absolute positioning */
@import url('./profile/_stats.css');
@import url('./profile/_official-badge.css');

/* Step 2: Card Actions - Buttons, interactions, progress bars */
@import url('./profile/_card-actions.css');

/* Step 3: Mentions - Dropdown and link styling */
@import url('./profile/_mentions.css');

/* Step 4: Comments - Comment cards and items */
@import url('./profile/_comments.css');

/* Step 5: Tabs - Tab content visibility */
@import url('./profile/_tabs.css');

/* Step 6: Post card hover/actions — see profile-posts.css + _post-card-bem.css + card-core.css */

/* Step 7: Other Components - Photo, tooltips, info icons */
@import url('./profile/_components.css');

/* Step 8: Mobile Actions - Floating buttons (Phase 5: Now in _mobile.css) */
/* Note: Mobile actions are consolidated in profile/_mobile.css */

/* NOTE: Additional rules from the original file may need to be extracted if issues arise */
/* The original file had extensive review content editable styles, card height rules, etc. */
/* If functionality breaks, check the backup file: profile-components.css.backup */
/* 
 * Known moved sections:
 * - Review content editable styles → Should be in profile-reviews.css
 * - Card height rules → Should be in profile-grid-layout.css or respective card files
 * - Review card styles → Should be in profile-reviews.css
 * - Post-specific rules → Should be in profile-posts.css
 * - Study actions → Should be in profile-studies.css
 */
