/* Roaming Scrubs Custom Styles */

/* Modern Professional Color Palette */
:root {
    --primary-blue: #5e1763;
    --primary-blue-light: #3b82f6;
    --primary-blue-dark: #4d1252;
    --secondary-gray: #374151;
    --secondary-gray-light: #6b7280;
    --background-gray: #f8fafc;
    --card-background: #ffffff;
    --border-color: #e5e7eb;
    --border-color-light: #f3f4f6;
    --text-primary: #111827;
    --text-secondary: #6b7280;
    --text-muted: #9ca3af;
    --success: #10b981;
    --warning: #f59e0b;
    --danger: #ef4444;
    --info: #3b82f6;
    
    /* Professional Healthcare Colors */
    --sage-green: #86a886;
    --lavender: #c8a2c8;
    
    /* Activity Category Colors - Professional */
    --clinical-bg: #f3e8ff;
    --clinical-border: #93c5fd;
    --certification-bg: #fef3c7;
    --certification-border: #fbbf24;
    --networking-bg: #e0f2fe;
    --networking-border: #0ea5e9;
    --events-bg: #fce7f3;
    --events-border: #ec4899;
    --learning-bg: #f0fdf4;
    --learning-border: #22c55e;
    --volunteering-bg: #fef7ff;
    --volunteering-border: #a855f7;
    --other-bg: #f1f5f9;
    --other-border: #64748b;
}

/* Vector Icons */
.icon-hospital, .icon-hospital-large {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #6b7280;
    position: relative;
    margin-right: 6px;
}

.icon-hospital::after, .icon-hospital-large::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 4px;
    height: 2px;
    background-color: white;
}

.icon-hospital::before, .icon-hospital-large::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 2px;
    width: 2px;
    height: 4px;
    background-color: white;
}

.icon-hospital-large {
    width: 24px;
    height: 24px;
}

.icon-hospital-large::after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 4px;
}

.icon-hospital-large::before {
    top: 6px;
    left: 10px;
    width: 4px;
    height: 12px;
}

.icon-phone {
    display: inline-block;
    width: 10px;
    height: 12px;
    background-color: #6b7280;
    border-radius: 2px;
    position: relative;
    margin-right: 6px;
}

.icon-phone::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 8px;
    background-color: white;
    border-radius: 1px;
}

.icon-calendar {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #6b7280;
    border-radius: 1px;
    position: relative;
    margin-right: 6px;
}

.icon-calendar::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 2px;
    width: 8px;
    height: 6px;
    background-color: white;
    border-radius: 1px;
}

.icon-calendar-large {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #6b7280;
    border-radius: 2px;
    position: relative;
}

.icon-calendar-large::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 4px;
    width: 16px;
    height: 12px;
    background-color: white;
    border-radius: 1px;
}

.icon-time {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #6b7280;
    border-radius: 50%;
    position: relative;
    margin-right: 6px;
}

.icon-time::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5.5px;
    width: 1px;
    height: 5px;
    background-color: white;
}

.icon-location {
    display: inline-block;
    width: 8px;
    height: 12px;
    background-color: #6b7280;
    border-radius: 4px 4px 4px 0;
    transform: rotate(-45deg);
    margin-right: 6px;
    position: relative;
}

.icon-location::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 4px;
    height: 4px;
    background-color: white;
    border-radius: 50%;
}

.icon-bell {
    display: inline-block;
    width: 10px;
    height: 12px;
    background-color: #f59e0b;
    border-radius: 0 0 0;
    position: relative;
    margin-right: 6px;
}

.icon-bell::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 2px;
    width: 6px;
    height: 2px;
    background-color: #f59e0b;
    border-radius: 0 0 3px 3px;
}

.icon-check {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    margin-right: 4px;
}

.icon-check::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 2px;
    height: 6px;
    border: solid #22c55e;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.icon-emergency {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ef4444;
    border-radius: 50%;
    position: relative;
    margin-right: 6px;
}

.icon-emergency::after {
    content: '!';
    position: absolute;
    top: -1px;
    left: 4px;
    color: white;
    font-size: 10px;
    font-weight: bold;
}

.icon-status {
    display: inline-block;
    width: 12px;
    height: 10px;
    background-color: #6b7280;
    border-radius: 1px;
    position: relative;
    margin-right: 6px;
}

.icon-status::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    width: 10px;
    height: 1px;
    background-color: white;
    box-shadow: 0 3px 0 white, 0 6px 0 white;
}

.icon-chat-large {
    display: inline-block;
    width: 24px;
    height: 18px;
    background-color: #6b7280;
    border-radius: 0;
    position: relative;
}

.icon-chat-large::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 6px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #6b7280;
}

.icon-plus {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    margin-right: 6px;
}

.icon-plus::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 12px;
    height: 2px;
    background-color: white;
}

.icon-plus::after {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    width: 2px;
    height: 12px;
    background-color: white;
}

.feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

/* Messages Container Styles */
.messages-container {
    max-height: 500px;
    overflow-y: auto;
}

.messages-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
}

.search-bar {
    flex: 1;
    margin-right: 1rem;
}

.message-search {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
}

.message-search:focus {
    background: white;
    border-color: var(--primary-blue-light);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.new-message-btn {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
}

.messages-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.message-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    background: #ffffff;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.message-item:hover {
    background: #ffffff;
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-color: rgba(37, 99, 235, 0.2);
}

.message-item.unread {
    background: #ffffff;
    border-left: 4px solid var(--primary-blue);
}

.message-avatar {
    margin-right: 1rem;
}

.avatar-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffffff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.1rem;
}

.message-content {
    flex: 1;
    overflow: hidden;
}

.message-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.25rem;
}

.message-sender {
    font-weight: 600;
    color: var(--text-primary);
    font-size: 0.95rem;
}

.message-time {
    color: var(--text-muted);
    font-size: 0.85rem;
}

.message-preview {
    color: var(--text-secondary);
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-messages {
    text-align: center;
    padding: 3rem 1rem;
}

.no-messages-icon {
    margin-bottom: 1.5rem;
    opacity: 0.5;
}

.no-messages p {
    margin-bottom: 0.5rem;
    color: var(--text-secondary);
}

.no-messages .text-muted {
    font-size: 0.9rem;
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f1f5f9;
    color: var(--text-primary);
    line-height: 1.6;
    font-size: 14px;
    min-height: 100vh;
}

/* Main Container */
.main-container {
    background: transparent;
    min-height: 100vh;
    position: relative;
}

.main-container::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(37, 99, 235, 0.04);
    pointer-events: none;
    z-index: -1;
}

/* Content Wrapper */
.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

/* Hero Illustration */
.hero-illustration {
    margin-bottom: 3rem;
}

.hero-image {
    max-width: 400px;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}

/* Typography */
.main-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.mission-text {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--dark-gray);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Call to Action Button */
.btn-cta {
    background-color: #8B5A7D;
    border: none;
    color: white;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.75rem 2rem;
    border-radius: 0;
    text-decoration: none;
    display: inline-block;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-cta:hover {
    background-color: #334155;
    color: white;
    
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.btn-cta:focus {
    outline: 3px solid var(--lavender);
    outline-offset: 2px;
}

/* Auth Page Styles */
.auth-container {
    background: #fafaf9;
    min-height: 100vh;
}

.auth-wrapper {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
}

.back-link {
    color: var(--dark-gray);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.back-link:hover {
    color: var(--soft-coral);
}

.auth-forms {
    background: var(--white);
    border-radius: 0;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid var(--lavender);
}

.form-title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 2rem;
}

.form-label {
    font-weight: 500;
    color: var(--dark-gray);
    margin-bottom: 0.5rem;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 0;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    color: #1e293b;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-control::placeholder {
    color: #1e293b;
    opacity: 0.85;
}

.form-control:focus {
    border-color: var(--lavender);
    box-shadow: 0 0 0 0.2rem rgba(200, 162, 200, 0.25);
}

.btn-auth {
    background-color: #8B5A7D;
    border: none;
    color: white;
    font-weight: 600;
    padding: 0.875rem;
    border-radius: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(139, 90, 125, 0.3);
}

.btn-auth:hover {
    background-color: #334155;
    color: white;
    
    
}

.switch-text {
    color: var(--dark-gray);
    font-size: 0.95rem;
    margin: 0;
}

.btn-link {
    color: var(--soft-coral);
    text-decoration: none;
    border: none;
    background: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.btn-link:hover {
    color: var(--soft-coral-hover);
    text-decoration: underline;
}

/* Alert Customizations */
.alert-success {
    background-color: rgba(200, 162, 200, 0.1);
    border-color: var(--lavender);
    color: var(--dark-gray);
}

.alert-danger {
    background-color: rgba(244, 164, 96, 0.1);
    border-color: var(--soft-coral);
    color: var(--dark-gray);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-title {
        font-size: 2.5rem;
    }
    
    .mission-text {
        font-size: 1.25rem;
    }
    
    .hero-image {
        max-width: 300px;
    }
    
    .content-wrapper {
        padding: 1rem;
    }
    
    .auth-wrapper {
        padding: 1rem;
    }
    
    .auth-forms {
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .main-title {
        font-size: 2rem;
    }
    
    .mission-text {
        font-size: 1.125rem;
    }
    
    .hero-image {
        max-width: 250px;
    }
    
    .btn-cta {
        font-size: 1.125rem;
        padding: 0.875rem 2rem;
    }
    
    .auth-forms {
        padding: 1.5rem;
    }
}

/* Accessibility */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Focus indicators for keyboard navigation */
a:focus,
button:focus,
input:focus,
.btn:focus {
    outline: 3px solid var(--lavender);
    outline-offset: 2px;
}

/* Profile Setup Page Styles */
.profile-setup-container {
    background: #ffffff;
    min-height: 100vh;
}

.profile-setup-wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
}

.profile-setup-title {
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--dark-gray);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.profile-setup-subtitle {
    font-size: 1.25rem;
    color: var(--dark-gray);
    margin-bottom: 2rem;
    opacity: 0.8;
}

.profile-setup-form {
    background: var(--white);
    border-radius: 0;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid var(--lavender);
}

.form-section {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 2rem;
}

.form-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 1.5rem;
}

.form-label.required::after {
    content: ' *';
    color: var(--soft-coral);
    font-weight: bold;
}

.optional-text {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 400;
}

.section-description {
    font-size: 1rem;
    color: var(--dark-gray);
    opacity: 0.8;
    font-style: italic;
}

.subsection-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--soft-coral);
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--lavender);
    padding-bottom: 0.5rem;
}

.contact-person {
    background: rgba(200, 162, 200, 0.05);
    border-radius: 0;
    padding: 1.5rem;
    border: 1px solid rgba(200, 162, 200, 0.2);
}

.contact-label {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--dark-gray);
    margin-bottom: 1rem;
}

.btn-profile-submit {
    background-color: #8B5A7D;
    border: none;
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 1rem 3rem;
    border-radius: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(139, 90, 125, 0.3);
}

.btn-profile-submit:hover {
    background-color: #334155;
    color: white;
    
    
}

/* Profile Setup Responsive Design */
@media (max-width: 768px) {
    .profile-setup-title {
        font-size: 2.25rem;
    }
    
    .profile-setup-subtitle {
        font-size: 1.125rem;
    }
    
    .profile-setup-wrapper {
        padding: 1rem;
    }
    
    .profile-setup-form {
        padding: 2rem;
    }
    
    .section-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .profile-setup-title {
        font-size: 1.875rem;
    }
    
    .profile-setup-form {
        padding: 1.5rem;
    }
    
    .btn-profile-submit {
        font-size: 1.125rem;
        padding: 0.875rem 2rem;
    }
}

/* Dashboard Page Styles */
.dashboard-container {
    background-color: var(--sage);
    min-height: 100vh;
}

.dashboard-navbar {
    background: var(--white);
    border-bottom: 2px solid var(--lavender);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.brand-title {
    color: var(--dark-gray);
    font-weight: 700;
    margin: 0;
    font-size: 1.75rem;
}

.dashboard-navbar .nav-link {
    color: var(--dark-gray);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.dashboard-navbar .nav-link:hover {
    color: var(--soft-coral);
}

.dashboard-content {
    padding: 1rem 0;
    max-width: 1000px;
    margin: 0 auto;
}

.welcome-section {
    background: #ffffff;
    border-radius: 0;
    padding: 2rem 2.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid #e2e8f0;
    color: #1e293b;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}


.welcome-section h2 {
    color: #1e293b;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.welcome-section p {
    color: #64748b;
    font-size: 1rem;
    margin-bottom: 0;
}

.welcome-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 0.5rem;
    letter-spacing: -0.01em;
}

.welcome-subtitle {
    font-size: 1rem;
    color: var(--text-muted);
    margin: 0;
}

.profile-summary {
    background: #ffffff;
    border-radius: 0;
    padding: 2rem;
    text-align: center;
    border: 1px solid #ffffff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.profile-summary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12), 0 8px 15px rgba(0, 0, 0, 0.08);
}

.profile-info h5 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.job-title {
    font-size: 1.125rem;
    color: var(--soft-coral);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.location {
    font-size: 1rem;
    color: var(--dark-gray);
    margin: 0;
    opacity: 0.8;
}

.section-card {
    background: #ffffff;
    border-radius: 0;
    padding: 1.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    border: 1px solid #e2e8f0;
    margin-bottom: 1.5rem;
    transition: box-shadow 0.2s ease;
}

.section-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
    transition: color 0.2s ease;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #ffffff;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.section-card:hover .section-title::after {
    width: 100px;
}

.info-item {
    padding: 0.75rem 0;
}

.info-item strong {
    color: var(--text-primary);
    display: inline-block;
    min-width: 120px;
    font-weight: 600;
}

.info-item span {
    color: var(--dark-gray);
    opacity: 0.8;
}

.bio-text {
    font-size: 1.125rem;
    line-height: 1.6;
    color: var(--dark-gray);
    margin: 0;
}

.coming-soon-text {
    font-size: 1.125rem;
    color: var(--dark-gray);
    opacity: 0.8;
    margin-bottom: 2rem;
}

.feature-preview {
    padding: 1.5rem;
    border-radius: 0;
    background: #ffffff;
    transition: transform 0.3s ease;
}



.feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.feature-preview h5 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.feature-preview p {
    font-size: 1rem;
    color: var(--dark-gray);
    opacity: 0.8;
    margin: 0;
}

/* Contact Section Styles */
.contact-subsection {
    margin-bottom: 2rem;
}

.contact-card {
    background: rgba(134, 168, 134, 0.08);
    border: 1px solid rgba(134, 168, 134, 0.2);
    border-radius: 0;
    padding: 1.25rem;
    height: 100%;
    transition: all 0.3s ease;
}

.contact-card:hover {
    background: rgba(134, 168, 134, 0.12);
    border-color: rgba(134, 168, 134, 0.3);
    
}

.emergency-contact {
    background: rgba(255, 147, 144, 0.08);
    border-color: rgba(255, 147, 144, 0.2);
}

.emergency-contact:hover {
    background: rgba(255, 147, 144, 0.12);
    border-color: rgba(255, 147, 144, 0.3);
}

.contact-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.contact-relationship {
    font-size: 0.95rem;
    color: var(--soft-coral);
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.contact-phone {
    font-size: 0.9rem;
    color: var(--dark-gray);
    margin-bottom: 0;
    font-family: 'Courier New', monospace;
}

/* Standardized Button Styles */
.btn-standard {
    background: #802285;
    color: white;
    border: none;
    padding: 8px 18px;
    border-radius: 0;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.2s ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.btn-standard:hover {
    background: #6b1c72;
    color: white;
}

/* Info Card Uniform Design */
.info-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e8f0;
}

.info-icon-wrap {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 15px;
}

.info-card-title {
    font-size: 14px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -0.01em;
}

.info-field {
    padding: 7px 0;
    border-bottom: 1px solid #f1f5f9;
}

.info-field:last-child {
    border-bottom: none;
}

.info-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #1e293b;
    margin-bottom: 3px;
}

.info-value {
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.3;
}

.info-value.empty {
    color: #94a3b8;
    font-weight: 500;
    font-style: italic;
}

.info-sub {
    font-size: 12px;
    color: #475569;
    font-weight: 500;
    margin-top: 2px;
}

.info-card-footer {
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
}

/* Edit Button Styles */
.edit-btn {
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    border-radius: 0;
    border-color: #8B5A7D;
    color: #8B5A7D;
    transition: all 0.3s ease;
}

.edit-btn:hover {
    background-color: #8B5A7D;
    border-color: #8B5A7D;
    color: white;
    
}

/* Edit Page Styles */
.edit-page {
    background: #ffffff;
    min-height: 100vh;
}

.edit-form-container {
    background: var(--white);
    border-radius: 0;
    padding: 3rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 2px solid var(--lavender);
}

.edit-title {
    font-size: 2rem;
    font-weight: 600;
    color: var(--dark-gray);
    margin-bottom: 2rem;
    text-align: center;
}

/* Assignment Status Styles */
.assignment-status {
    padding: 0.25rem 0.75rem;
    border-radius: 0;
    font-size: 0.9rem;
    font-weight: 500;
    background: var(--light-sage);
    color: var(--dark-gray);
}

/* Assignment Section Enhanced Styles */
.assignment-section .section-card {
    background: #ffffff;
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 0;
    padding: 2.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    position: relative;
    transform: translateY(0);
    transition: all 0.4s ease;
}

.assignment-section .section-card:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 15px 25px -5px rgba(59, 130, 246, 0.1);
}

.assignment-details {
    padding-right: 2rem;
}

.assignment-item {
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: rgba(134, 168, 134, 0.05);
    border-radius: 0;
    border-left: 4px solid var(--sage);
}

.assignment-item:last-child {
    margin-bottom: 0;
}

.department-contact-card {
    background: transparent;
    border: 2px solid #b0b0b0;
    border-radius: 0;
    padding: 1.25rem;
    box-shadow: none;
}

.contact-card-title {
    color: var(--dark-gray);
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--lavender);
    padding-bottom: 0.5rem;
}

.contact-detail {
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.contact-detail:last-child {
    margin-bottom: 0;
}

.phone-link {
    color: var(--soft-coral);
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.3s ease;
}

.phone-link:hover {
    color: var(--soft-coral-hover);
    text-decoration: underline;
}

/* Department Section */
.department-section .section-card {
    background: #fefefe;
    border: 1px solid #e8e8e8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

/* Activities Section */
.activities-section .section-card {
    background: var(--card-background);
    border: 1px solid var(--border-color);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

/* Button Styles */
.btn-primary {
    background: #8B5A7D;
    border-color: transparent;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(139, 90, 125, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-primary:hover {
    background: #334155;
    color: white;
    transform: translateY(-2px) scale(1.05);
    
}

.btn-outline-success {
    color: white;
    border: 2px solid #8B5A7D;
    background: #8B5A7D;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-outline-success:hover {
    background: #334155;
    border-color: #334155;
    color: white;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 20px rgba(139, 90, 125, 0.3), 0 4px 10px rgba(139, 90, 125, 0.2);
}

.btn-outline-danger {
    color: white;
    border-color: #8B5A7D;
    background-color: #8B5A7D;
    font-weight: 500;
    border-radius: 0;
}

.btn-outline-danger:hover {
    background-color: #334155;
    border-color: #334155;
    color: white;
    
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.activities-list {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
}

.activity-card {
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0;
    padding: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.05);
    max-width: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.activity-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: rgba(59, 130, 246, 0.5);
}

.activity-card.activity-reminder {
    background: #fff3cd;
    border-color: #ffeaa7;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
}

.activity-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.2rem;
}

.activity-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
}

.activity-type {
    background: #f6f8fa;
    color: var(--text-muted);
    padding: 0.125rem 0.5rem;
    border-radius: 0;
    font-size: 0.7rem;
    font-weight: 500;
}

.activity-details {
    margin-bottom: 0.2rem;
}

.activity-date {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-bottom: 0.1rem;
    font-size: 0.8rem;
}

.activity-time {
    color: var(--text-muted);
}

.activity-location {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 0.1rem;
}

.activity-description {
    font-size: 0.8rem;
    color: var(--text-dark);
    margin-bottom: 0.1rem;
}

.activity-reminder-text {
    color: #856404;
    font-weight: 600;
    font-size: 0.8rem;
}

.activity-countdown {
    color: var(--text-muted);
    font-size: 0.8rem;
}

.activity-actions {
    display: flex;
    gap: 0.25rem;
    margin-top: 0.1rem;
}

.no-activities {
    text-align: center;
    padding: 2rem 1rem;
}

.department-info {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.contact-item {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f3f4;
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item strong {
    color: var(--text-dark);
    display: inline-block;
    min-width: 120px;
    font-weight: 600;
}

/* Safety Section */
.safety-section .section-card {
    background: transparent;
    border: 2px solid #d0d0d0;
    box-shadow: none;
}

.safety-subtitle {
    font-size: 0.875rem;
    color: var(--text-muted);
    font-weight: 400;
}

.safety-buttons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-top: 0.75rem;
}

.safety-button-card {
    text-align: center;
    padding: 1rem;
    background: white;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease;
    border: 1px solid #e9ecef;
}

.safety-button-card:hover {
    
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.safety-btn {
    width: 100%;
    padding: 10px 16px;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #d0d7de;
    margin-bottom: 0.5rem;
    transition: all 0.2s ease;
    background: #ffffff;
    color: var(--text-dark);
    letter-spacing: 0.01em;
}

.safety-btn-depart {
    border-color: #d0d7de;
    background: #ffffff;
}

.safety-btn-depart:hover {
    background: #f6f8fa;
    border-color: var(--sage-green);
    color: var(--sage-green);
    
}

.safety-btn-arrive {
    border-color: #d0d7de;
    background: #ffffff;
}

.safety-btn-arrive:hover {
    background: #f6f8fa;
    border-color: var(--sage-green);
    color: var(--sage-green);
    
}

.safety-btn-emergency {
    border-color: #d0d7de;
    background: #ffffff;
}

.safety-btn-emergency:hover {
    background: #fff5f5;
    border-color: #dc3545;
    color: #dc3545;
    
}

.safety-btn-desc {
    font-size: 0.85rem;
    color: var(--dark-gray);
    opacity: 0.7;
    margin: 0 0 1rem 0;
    line-height: 1.3;
}

.rideshare-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.5rem;
}

.rideshare-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.5rem 1rem;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0;
    text-decoration: none;
    color: var(--dark-gray);
    font-size: 0.85rem;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.rideshare-link:hover {
    background: #f8f9fa;
    border-color: var(--sage);
    color: var(--sage);
    text-decoration: none;
    
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.rideshare-icon {
    font-size: 0.9rem;
}

/* Subtle rideshare in safety section */
.subtle-rideshare {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
    text-align: center;
}

.rideshare-label {
    font-size: 0.8rem;
    color: var(--text-muted);
    margin-bottom: 0.5rem;
    font-style: italic;
}

.subtle-rideshare-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.subtle-rideshare-link {
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0.25rem 0.5rem;
    border-radius: 0;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.subtle-rideshare-link:hover {
    color: var(--sage-green);
    text-decoration: none;
    border-color: var(--sage-green);
    background: rgba(168, 181, 160, 0.05);
}

/* Safety Card Title - Centered */
.safety-card .card-title {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    align-self: stretch !important;
    font-size: 13px !important;
    margin-bottom: 8px !important;
    padding-bottom: 10px !important;
    color: #1e293b !important;
}

.safety-card .card-title span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    color: #1e293b !important;
}

.safety-card .card-title .icon {
    margin: 0 !important;
    font-size: 14px !important;
    color: #64748b !important;
}

/* Safety Card Action Grid - Scoped to Safety Container Only */
.safety-card .action-grid {
    display: flex !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    margin-top: 0.75rem !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

.safety-card .action-grid form {
    display: flex !important;
}

.safety-card .action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #2d3748;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.safety-card .action-btn:hover {
    
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.safety-card .btn-depart {
    background: #dae339 !important;
    border-color: #dae339 !important;
    color: #1e293b !important;
    font-weight: 600;
}

.safety-card .btn-depart:hover {
    background: #c9d230 !important;
    border-color: #c9d230 !important;
    color: #1e293b !important;
}

.safety-card .btn-arrive {
    background: #dae339 !important;
    border-color: #dae339 !important;
    color: #1e293b !important;
    font-weight: 600;
}

.safety-card .btn-arrive:hover {
    background: #c9d230 !important;
    border-color: #c9d230 !important;
    color: #1e293b !important;
}

/* Link Hub Section */
.link-hub-section .section-card {
    background: transparent;
    border: 2px solid #d0d0d0;
    box-shadow: none;
}

.hub-subtitle {
    font-size: 0.875rem;
    color: var(--text-muted);
    font-weight: 400;
}

.link-hub-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.link-category {
    background: #ffffff;
    border-radius: 0;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    border: 1px solid #d0d7de;
    transition: box-shadow 0.2s ease;
}

.link-category:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.category-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e1e4e8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.service-links {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.service-link {
    display: block;
    padding: 0.625rem 1rem;
    background: #ffffff;
    border: 1px solid #d0d7de;
    border-radius: 0;
    text-decoration: none;
    color: var(--text-dark);
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.2s ease;
    text-align: center;
    letter-spacing: 0.01em;
}

.service-link:hover {
    background: #f6f8fa;
    border-color: var(--sage-green);
    color: var(--sage-green);
    text-decoration: none;
    
    box-shadow: 0 3px 12px rgba(168, 181, 160, 0.15);
}

.assignment-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.assignment-info-card {
    background: rgba(134, 168, 134, 0.05);
    border: 1px solid rgba(134, 168, 134, 0.15);
    border-radius: 0;
    padding: 1.25rem;
    transition: all 0.3s ease;
}

.assignment-info-card:hover {
    background: rgba(134, 168, 134, 0.08);
    
    box-shadow: 0 4px 15px rgba(134, 168, 134, 0.1);
}

.assignment-info-card .info-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--soft-coral);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.assignment-info-card .info-value {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--dark-gray);
    line-height: 1.4;
}

.assignment-location-card {
    grid-column: 1 / -1;
    background: #ffffff;
    border: 1px solid rgba(200, 162, 200, 0.2);
}

.assignment-period-card {
    grid-column: 1 / -1;
    background: #ffffff;
    border: 1px solid rgba(255, 147, 144, 0.15);
}

/* Dashboard Responsive Design */
@media (max-width: 768px) {
    .welcome-title {
        font-size: 2.25rem;
    }
    
    .welcome-section {
        padding: 2rem;
    }
    
    .section-card {
        padding: 2rem;
    }
    
    .dashboard-content {
        padding: 1rem;
    }
    
    .profile-summary {
        margin-top: 2rem;
    }
}

@media (max-width: 480px) {
    .welcome-title {
        font-size: 1.875rem;
    }
    
    .welcome-section {
        padding: 1.5rem;
    }
    
    .section-card {
        padding: 1.5rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .info-item strong {
        min-width: 100px;
        font-size: 0.95rem;
    }
}

/* Activity Type Background Styles */
.activity-form-container {
    transition: background 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.activity-form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
    z-index: -1;
}

/* Activity Type Backgrounds */
.activity-form-container.activity-dining::before {
    background: var(--dining-bg);
    background-image: 
        transparent;
    opacity: 1;
}

.activity-form-container.activity-entertainment::before {
    background: var(--entertainment-bg);
    background-image: 
        transparent;
    opacity: 1;
}

.activity-form-container.activity-fitness::before {
    background: var(--fitness-bg);
    background-image: 
        transparent;
    opacity: 1;
}

.activity-form-container.activity-networking::before {
    background: var(--networking-bg);
    background-image: 
        transparent;
    opacity: 1;
}

.activity-form-container.activity-events::before {
    background: var(--events-bg);
    background-image: 
        transparent;
    opacity: 1;
}

.activity-form-container.activity-learning::before {
    background: var(--learning-bg);
    background-image: 
        transparent;
    opacity: 1;
}

.activity-form-container.activity-volunteering::before {
    background: var(--volunteering-bg);
    background-image: 
        transparent;
    opacity: 1;
}

.activity-form-container.activity-other::before {
    background: var(--other-bg);
    background-image: 
        transparent;
    opacity: 1;
}

