/* P2P Contribution System v2.0 - Frontend Styles */
/* Complete responsive design system */
:root {
    --primary: #667eea;
    --success: #28a745;
    --warning: #ffc107;
    --danger: #dc3545;
    --info: #17a2b8;
    --dark: #343a40;
    --light: #f8f9fa;
}

* { box-sizing: border-box; }

/* Dashboard Styles - TO BE IMPLEMENTED */
/* Notification Bell - TO BE IMPLEMENTED */
/* Match Cards - TO BE IMPLEMENTED */
/* Progress Bars - TO BE IMPLEMENTED */

/* See STARTER_CODE.md for complete CSS */
