:root {
    --primary: #FF4B2B;
    --primary-gradient: linear-gradient(135deg, #FF416C 0%, #FF4B2B 100%);
    --bg-light: #f8f9fa;
    --text-dark: #333;
    --text-muted: #6c757d;
    --card-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

body {
    background-color: var(--bg-light);
    font-family: 'Inter', sans-serif;
    padding-bottom: 70px; /* Space for bottom nav */
    color: var(--text-dark);
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

/* Header Navbar */
.top-navbar {
    background: var(--primary-gradient);
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 4px 10px rgba(255, 75, 43, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.top-navbar h5 {
    margin: 0;
    font-weight: 700;
}

.top-navbar .icon-btn {
    color: white;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* Cards */
.card {
    border: none;
    border-radius: 15px;
    box-shadow: var(--card-shadow);
    transition: transform 0.2s ease-in-out;
}

.card:active {
    transform: scale(0.98);
}

.dashboard-header-card {
    background: var(--primary-gradient);
    color: white;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}

/* Quick Actions Grid */
.quick-action-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.action-card {
    background: white;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
    box-shadow: var(--card-shadow);
    text-decoration: none;
    color: var(--text-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.action-card .icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 10px;
    background: #fdf0f0;
    color: var(--primary);
}

/* Bottom Navigation */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 1000;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: var(--text-muted);
    font-size: 12px;
}

.nav-item i {
    font-size: 20px;
    margin-bottom: 4px;
}

.nav-item.active {
    color: var(--primary);
}

/* Floating Action Button */
.fab {
    position: fixed;
    bottom: 85px;
    right: 20px;
    background: var(--primary-gradient);
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 15px rgba(255, 75, 43, 0.4);
    border: none;
    cursor: pointer;
    z-index: 999;
}

/* Empty States */
.empty-state {
    text-align: center;
    padding: 50px 20px;
    color: var(--text-muted);
}

.empty-state i {
    font-size: 50px;
    color: #e9ecef;
    margin-bottom: 15px;
}

/* Utilities */
.text-primary-custom {
    color: var(--primary) !important;
}

.bg-primary-custom {
    background: var(--primary) !important;
}

.btn-primary-custom {
    background: var(--primary-gradient);
    color: white;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
}

.btn-primary-custom:hover {
    color: white;
    opacity: 0.9;
}
. a p p - w r a p p e r   {   m a x - w i d t h :   4 8 0 p x ;   m a r g i n :   0   a u t o ;   b a c k g r o u n d - c o l o r :   v a r ( - - b g - l i g h t ) ;   m i n - h e i g h t :   1 0 0 v h ;   p o s i t i o n :   r e l a t i v e ;   p a d d i n g - b o t t o m :   7 0 p x ;   b o x - s h a d o w :   0   0   2 0 p x   r g b a ( 0 , 0 , 0 , 0 . 1 ) ;   o v e r f l o w - x :   h i d d e n ;   }   . t o p - n a v b a r   {   m a x - w i d t h :   4 8 0 p x ;   m a r g i n :   0   a u t o ;   b o r d e r - b o t t o m - l e f t - r a d i u s :   0 ;   b o r d e r - b o t t o m - r i g h t - r a d i u s :   0 ;   }   . b o t t o m - n a v   {   m a x - w i d t h :   4 8 0 p x ;   m a r g i n :   0   a u t o ;   l e f t :   0 ;   r i g h t :   0 ;   }   b o d y   {   p a d d i n g - b o t t o m :   0 ;   b a c k g r o u n d - c o l o r :   # e 9 e c e f ;   }   @ m e d i a   ( m i n - w i d t h :   4 8 1 p x )   {   . f a b   {   l e f t :   5 0 % ;   r i g h t :   a u t o ;   m a r g i n - l e f t :   1 6 0 p x ;   }   . t o p - n a v b a r   {   t o p :   0 ;   }   }  
 . a p p - w r a p p e r   {   - w e b k i t - u s e r - s e l e c t :   n o n e ;   u s e r - s e l e c t :   n o n e ;   }   i n p u t ,   t e x t a r e a ,   s e l e c t   {   - w e b k i t - u s e r - s e l e c t :   a u t o ;   u s e r - s e l e c t :   a u t o ;   }  
 