.confirm-card { padding:16px; }
.confirm-head { margin-bottom:12px; }
.confirm-title { font-size:18px; color:#1f2b3a; font-weight:500; }
.confirm-sub { color:#5d6b82; font-size:14px; margin-top:6px; }
.guest-form input { border-radius:10px; }
.confirm-grid { display:grid; grid-template-columns: 140px 1fr; row-gap:8px; column-gap:12px; }
.confirm-grid .c-label { color:#7f8c8d; font-weight:500; }
.confirm-grid .c-value { color:#1f2b3a; word-wrap: break-word; white-space: normal; line-height: 1.3; }
.confirm-grid #c-option { max-width: 100%; overflow-wrap: break-word; }

/* Payment tiles */
.pay-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap:14px; }
.pay-tile { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; padding:16px; border:1px solid #e6ebf1; border-radius:12px; background:#fff; cursor:pointer; transition: box-shadow .18s ease, transform .12s ease, border-color .18s ease; }
.pay-tile:hover { border-color:#dfe6ee; box-shadow:0 6px 20px rgba(0,0,0,0.06); transform: translateY(-1px); }
.pay-icon { color:#1677ff; }
.pay-icon svg { width:42px; height:42px; }
.pay-label { color:#1f2b3a; font-weight:500; }
/* Login Page Styles */
.coworking-login-page {
    min-height: 100vh;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.login-container {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 40px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.login-header {
    text-align: center;
    margin-bottom: 32px;
}

.login-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 24px;
}

.logo-dot {
    width: 12px;
    height: 12px;
    background: #3b82f6;
    border-radius: 50%;
}

.logo-text {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
}

.login-header h1 {
    margin: 0 0 8px 0;
    color: #1f2937;
    font-size: 24px;
    font-weight: 600;
}

.login-header p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form label {
    display: block;
    margin-bottom: 6px;
    color: #374151;
    font-weight: 500;
    font-size: 14px;
}

.login-form input[type="text"],
.login-form input[type="password"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
    background: #ffffff;
}

.login-form input[type="text"]:focus,
.login-form input[type="password"]:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-options {
    margin-bottom: 24px;
}

.remember-me {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #6b7280;
}

.remember-me input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #3b82f6;
}

.btn-full {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
}

.login-footer {
    text-align: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
}

.login-footer p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

.login-footer a {
    color: #3b82f6;
    text-decoration: none;
}

.login-footer a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 480px) {
    .login-container {
        padding: 24px;
        margin: 10px;
    }
    
    .login-header h1 {
        font-size: 20px;
    }
}

/* Coworking Management System - Frontend Styles */

/* Dashboard Layout */
.coworking-member-dashboard,
.coworking-manager-dashboard {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    overflow-x: hidden;
    box-sizing: border-box;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e1e5e9;
}

.dashboard-header h2 {
    margin: 0;
    color: #2c3e50;
    font-size: 28px;
    font-weight: 600;
}

.user-info .welcome-message {
    color: #7f8c8d;
    font-size: 16px;
}

/* Tabs */
.dashboard-tabs { display:flex; border-bottom:1px solid #e1e5e9; margin-bottom:30px; flex-wrap: wrap; gap:8px; }
.dashboard-layout { display:grid; grid-template-columns: 240px minmax(0, 1fr); gap:20px; }
.dashboard-sidenav { display:flex; flex-direction:column; border:1px solid #edf1f5; padding:12px 16px; background:#f9fbfd; border-radius:12px; }
.dashboard-content { min-width:0; }

.dashboard-sidenav .tab-button { padding:12px 16px; text-align:left; border-left:3px solid transparent; border-bottom:none; border-radius:10px; margin-bottom:8px; }
.tab-button {
    background: none;
    border: none;
    padding: 15px 25px;
    cursor: pointer;
    font-size: 16px;
    color: #7f8c8d;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.tab-button:hover {
    color: #3498db;
    background-color: #f8f9fa;
}

.tab-button.active { color:#1677ff; border-bottom-color:#1677ff; font-weight:600; }
.dashboard-sidenav .tab-button.active { border-left-color:#1677ff; background:#eef5ff; }

/* Minimal stat cards */
.stat-cards { display:grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap:14px; margin-bottom:16px; }
.stat-card { background:#fff; border:1px solid #edf1f5; border-radius:12px; padding:16px; box-shadow:0 1px 2px rgba(0,0,0,.03); }
.activity-list { background:#fff; border:1px solid #edf1f5; border-radius:12px; padding:16px; box-shadow:0 1px 2px rgba(0,0,0,.03); }

/* Welcome Section */
.welcome-section {
    background: white;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    text-align: left;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.welcome-title {
    font-size: 28px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 8px 0;
    line-height: 1.2;
}

.welcome-date {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
}

.welcome-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.welcome-text {
    flex: 1;
    min-width: 250px;
    max-width: calc(100% - 200px);
}

.welcome-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0;
}

.header-action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
    white-space: nowrap;
    background: white;
    color: #374151;
}

.header-action-btn:hover {
    border-color: #9ca3af;
    color: #111827;
    transform: translateY(-1px);
}

.book-room-btn {
    background: #111827;
    color: white;
    border-color: #111827;
}

.book-room-btn:hover {
    background: #374151;
    border-color: #374151;
    color: white;
}

.book-daypass-btn {
    background: #111827;
    color: white;
    border-color: #111827;
}

.book-daypass-btn:hover {
    background: #374151;
    border-color: #374151;
    color: white;
}

/* Branding Section */
.branding-section {
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    text-align: center;
    background: white;
}

.branding-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-image {
    max-height: 40px;
    max-width: 120px;
    object-fit: contain;
}

.branding-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.company-name {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0;
    text-align: center;
}

/* User Profile Section in Sidebar */
.user-profile-section {
    padding: 24px 24px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 20px;
    background: white;
    position: relative;
    overflow: hidden;
}

.user-profile-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1677ff, #722ed1);
}

.user-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}

.profile-avatar {
    flex-shrink: 0;
    position: relative;
}

.profile-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #1677ff;
    object-fit: cover;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(22, 119, 255, 0.2);
}

.profile-image:hover {
    transform: scale(1.05);
    border-color: #722ed1;
    box-shadow: 0 12px 40px rgba(22, 119, 255, 0.3);
}

.profile-status {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    background: #28a745;
    border: 3px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.profile-info {
    flex: 1;
    min-width: 0;
    text-align: center;
}

.profile-name {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 6px 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-email {
    font-size: 14px;
    color: #6c757d;
    margin: 0 0 12px 0;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Enhanced Sidebar Navigation */
.sidebar-navigation {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sidebar-navigation .tab-button {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 12px 16px;
    background: transparent;
    border: none;
    color: #6c757d;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    border-left: 3px solid transparent;
    border-radius: 0;
    font-size: 14px;
}

.sidebar-navigation .tab-button:hover {
    background: #f8f9fa;
    color: #495057;
    border-left-color: #dee2e6;
}

.sidebar-navigation .tab-button.active {
    background: #f0f7ff;
    color: #1677ff;
    border-left-color: #1677ff;
    font-weight: 600;
}

/* Navigation Menu */
.nav-menu {
    padding: 0;
    margin: 0;
}

.nav-section {
    margin-bottom: 32px;
}

.nav-section:last-child {
    margin-bottom: 0;
}

.nav-section-title {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    padding: 0 24px;
    position: relative;
}

.nav-section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 24px;
    right: 24px;
    height: 1px;
    background: linear-gradient(90deg, #e9ecef, transparent);
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 16px 24px;
    background: transparent;
    border: none;
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 0;
}

.nav-item:hover {
    background: linear-gradient(90deg, rgba(22, 119, 255, 0.1), transparent);
    color: #1677ff;
    transform: translateX(4px);
}

.nav-item.active {
    background: linear-gradient(90deg, rgba(22, 119, 255, 0.15), transparent);
    color: #1677ff;
    font-weight: 600;
    border-right: 3px solid #1677ff;
}

.nav-item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #1677ff, #722ed1);
    border-radius: 0 2px 2px 0;
}

.nav-item i {
    font-size: 16px;
    width: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.nav-item:hover i,
.nav-item.active i {
    transform: scale(1.1);
}

.nav-item span {
    flex: 1;
    transition: all 0.3s ease;
}

.nav-item:hover span,
.nav-item.active span {
    transform: translateX(2px);
}

/* Interactive Dashboard Cards */
.overview-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.interactive-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}


.interactive-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: #1677ff;
}


.interactive-card:active {
    transform: translateY(-4px);
}

/* Card Header */
.card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 20px 16px 20px;
    background: white;
    border-bottom: 1px solid #f1f3f4;
}

.card-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    transition: all 0.3s ease;
}

        .membership-card .card-icon {
            background: linear-gradient(135deg, #1677ff, #722ed1);
        }

.credits-card .card-icon {
    background: linear-gradient(135deg, #1677ff, #722ed1);
}

.daypass-card .card-icon {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.bookings-card .card-icon {
    background: linear-gradient(135deg, #fd7e14, #e83e8c);
}

.interactive-card:hover .card-icon {
    transform: scale(1.1) rotate(5deg);
}

.card-title h3 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 4px 0;
}

.card-subtitle {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
    font-weight: 400;
}

/* Card Content */
.card-content {
    padding: 0 20px 20px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
}

.package-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding: 12px 0;
}

.package-name {
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
    margin-bottom: 12px;
}

.package-status {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-indicator {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #28a745;
    animation: pulse 2s infinite;
}

.status-text {
    font-size: 12px;
    color: #28a745;
    font-weight: 500;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

/* Credits Display */
.credits-display {
    margin-top: 8px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.credits-number {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-bottom: 12px;
}

.current-credits {
    font-size: 28px;
    font-weight: 700;
    color: #1677ff;
}

.total-credits {
    font-size: 16px;
    color: #6c757d;
}

.credits-progress-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.credits-progress {
    flex: 1;
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #1677ff, #722ed1);
    border-radius: 4px;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.progress-glow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(22, 119, 255, 0.3), rgba(114, 46, 209, 0.3));
    border-radius: 4px;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from { opacity: 0.5; }
    to { opacity: 1; }
}

.progress-percentage {
    font-size: 12px;
    font-weight: 600;
    color: #1677ff;
    min-width: 32px;
    text-align: right;
}

/* Bookings Display */
.bookings-display {
    text-align: center;
}

.bookings-count {
    margin-bottom: 12px;
}

.count-number {
    font-size: 32px;
    font-weight: 700;
    color: #1677ff;
    display: block;
}

.count-label {
    font-size: 14px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.next-booking {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 12px;
    margin-top: 12px;
}

.next-booking-label {
    font-size: 12px;
    color: #6c757d;
    margin: 0 0 4px 0;
    font-weight: 500;
}

.next-booking-details {
    font-size: 14px;
    color: #2c3e50;
    margin: 0;
    font-weight: 600;
}

/* Card Footer */
.card-footer {
    padding: 16px 20px 20px 20px;
    border-top: 1px solid #f1f3f4;
    background: white;
    margin-top: auto;
    flex-shrink: 0;
}

.card-action-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 16px;
    background: #111827;
    color: white;
    border: 1px solid #111827;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}

.card-action-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.card-action-btn:hover {
    background: #374151;
    border-color: #374151;
    transform: translateY(-1px);
}

.card-action-btn:hover::before {
    left: 100%;
}

.card-action-btn:active {
    transform: translateY(0);
}

        /* Responsive Design */
        @media (max-width: 768px) {
            .overview-cards {
                grid-template-columns: 1fr;
                gap: 16px;
            }
            
            .card-header {
                padding: 20px 20px 12px 20px;
            }
            
            .card-content {
                padding: 0 20px 12px 20px;
            }
            
            .card-footer {
                padding: 12px 20px 20px 20px;
            }
            
            .card-icon {
                width: 40px;
                height: 40px;
                font-size: 18px;
            }
            
            .current-credits {
                font-size: 24px;
            }
            
            .count-number {
                font-size: 28px;
            }
        }

        /* Dashboard Bottom Section */
        .dashboard-bottom-section {
            margin-top: 40px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
        }

        /* Column Layout */
        .bookings-column,
        .announcements-column {
            background: white;
            border-radius: 8px;
            border: 1px solid #e5e7eb;
            padding: 20px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        }

        .column-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }

        .column-title {
            font-size: 20px;
            font-weight: 700;
            color: #2c3e50;
            margin: 0;
        }

        .view-all-btn {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 6px 12px;
            background: #111827;
            color: white;
            border: 1px solid #111827;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .view-all-btn:hover {
            background: #374151;
            border-color: #374151;
            transform: translateY(-1px);
        }

        /* Bookings List */
        .bookings-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .booking-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            border: 1px solid #e9ecef;
            overflow: hidden;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .booking-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .booking-card-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding: 20px 20px 16px 20px;
            background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
            border-bottom: 1px solid #f1f3f4;
        }

        .booking-date-info {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .booking-date {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: linear-gradient(135deg, #1677ff, #722ed1);
            color: white;
            padding: 12px;
            border-radius: 8px;
            min-width: 60px;
        }

        .date-day {
            font-size: 20px;
            font-weight: 700;
            line-height: 1;
        }

        .date-month {
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .booking-time {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #6c757d;
            font-size: 14px;
        }

        .booking-time i {
            color: #1677ff;
        }

        .booking-status {
            display: flex;
            align-items: center;
        }

        .status-badge {
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .status-badge.status-confirmed {
            background: #d4edda;
            color: #155724;
        }

        .status-badge.status-pending {
            background: #fff3cd;
            color: #856404;
        }

        .status-badge.status-cancelled {
            background: #f8d7da;
            color: #721c24;
        }

        .booking-card-content {
            padding: 20px;
        }

        .booking-workspace {
            font-size: 18px;
            font-weight: 600;
            color: #2c3e50;
            margin: 0 0 16px 0;
        }

        .booking-details {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .booking-detail-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #6c757d;
            font-size: 14px;
        }

        .booking-detail-item i {
            color: #1677ff;
            width: 16px;
        }

        .booking-card-footer {
            display: flex;
            gap: 12px;
            padding: 16px 20px 20px 20px;
            background: #fafbfc;
            border-top: 1px solid #f1f3f4;
        }

        .booking-action-btn {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 10px 16px;
            background: linear-gradient(135deg, #1677ff, #722ed1);
            color: white;
            border: none;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .booking-action-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(22, 119, 255, 0.3);
        }

        .booking-action-btn.cancel-btn {
            background: linear-gradient(135deg, #dc3545, #c82333);
        }

        .booking-action-btn.cancel-btn:hover {
            box-shadow: 0 6px 20px rgba(220, 53, 69, 0.3);
        }

        /* No Bookings Message */
        .no-bookings-message {
            text-align: center;
            padding: 60px 20px;
            background: white;
            border-radius: 12px;
            border: 2px dashed #e9ecef;
        }

        .no-bookings-icon {
            font-size: 48px;
            color: #6c757d;
            margin-bottom: 20px;
        }

        .no-bookings-message h3 {
            font-size: 20px;
            font-weight: 600;
            color: #2c3e50;
            margin: 0 0 12px 0;
        }

        .no-bookings-message p {
            color: #6c757d;
            margin: 0 0 24px 0;
            font-size: 16px;
        }

        .book-now-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 24px;
            background: linear-gradient(135deg, #1677ff, #722ed1);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .book-now-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(22, 119, 255, 0.3);
        }

        /* Announcements List */
        .announcements-list {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .announcement-card {
            background: white;
            border-radius: 8px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            border: 1px solid #e5e7eb;
            overflow: hidden;
            transition: all 0.2s ease;
        }

        .announcement-card:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .announcement-card.priority-high {
            border-left: 4px solid #dc3545;
        }

        .announcement-card.priority-medium {
            border-left: 4px solid #ffc107;
        }

        .announcement-card.priority-low {
            border-left: 4px solid #28a745;
        }

        .announcement-card-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px 16px 8px 16px;
            background: white;
            border-bottom: 1px solid #f1f3f4;
        }

        .announcement-type {
            display: flex;
            align-items: center;
        }

        .type-badge {
            padding: 4px 10px;
            border-radius: 12px;
            font-size: 11px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .type-badge.type-info {
            background: #d1ecf1;
            color: #0c5460;
        }

        .type-badge.type-warning {
            background: #fff3cd;
            color: #856404;
        }

        .type-badge.type-success {
            background: #d4edda;
            color: #155724;
        }

        .announcement-date {
            display: flex;
            align-items: center;
            gap: 6px;
            color: #6c757d;
            font-size: 12px;
        }

        .announcement-date i {
            color: #1677ff;
        }

        .announcement-card-content {
            padding: 12px 16px;
        }

        .announcement-title {
            font-size: 15px;
            font-weight: 600;
            color: #111827;
            margin: 0 0 6px 0;
            line-height: 1.4;
        }

        .announcement-excerpt {
            color: #6b7280;
            font-size: 13px;
            line-height: 1.5;
            margin: 0;
        }

        .announcement-card-footer {
            padding: 8px 16px 12px 16px;
            background: white;
            border-top: 1px solid #f1f3f4;
        }

        .announcement-action-btn {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 6px 12px;
            background: #111827;
            color: white;
            border: 1px solid #111827;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
        }

        .announcement-action-btn:hover {
            background: #374151;
            border-color: #374151;
            transform: translateY(-1px);
        }

        /* No Announcements Message */
        .no-announcements-message {
            text-align: center;
            padding: 40px 20px;
            background: white;
            border-radius: 12px;
            border: 2px dashed #e9ecef;
        }

        .no-announcements-icon {
            font-size: 32px;
            color: #6c757d;
            margin-bottom: 16px;
        }

        .no-announcements-message h3 {
            font-size: 16px;
            font-weight: 600;
            color: #2c3e50;
            margin: 0 0 8px 0;
        }

        .no-announcements-message p {
            color: #6c757d;
            margin: 0;
            font-size: 14px;
        }

        /* Responsive Design for Dashboard Bottom Section */
        @media (max-width: 768px) {
            .dashboard-bottom-section {
                grid-template-columns: 1fr;
                gap: 20px;
                margin-top: 24px;
            }
            
            .bookings-column,
            .announcements-column {
                padding: 20px;
            }
            
            .column-header {
                flex-direction: column;
                gap: 12px;
                align-items: flex-start;
            }
            
            .booking-card-header {
                flex-direction: column;
                gap: 12px;
                align-items: flex-start;
            }
            
            .booking-date-info {
                flex-direction: column;
                gap: 8px;
                align-items: flex-start;
            }
            
            .booking-card-footer {
                flex-direction: column;
            }
            
            .announcement-card-header {
                flex-direction: column;
                gap: 8px;
                align-items: flex-start;
            }
        }

/* Responsive adjustments */
@media (max-width: 1200px) {
  .coworking-member-dashboard, .coworking-manager-dashboard { padding:16px; }
}

@media (max-width: 768px) {
    .welcome-section {
        padding: 20px;
        margin-bottom: 20px;
    }
    
    .welcome-title {
        font-size: 24px;
    }
    
    .welcome-date {
        font-size: 14px;
    }
    
    .user-profile {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }
    
    .profile-image {
        width: 60px;
        height: 60px;
        border: 2px solid #1677ff;
    }
    
    .profile-name {
        font-size: 14px;
    }
    
    .profile-email {
        font-size: 11px;
    }
    
    .sidebar-navigation {
        flex-direction: row;
        overflow-x: auto;
        gap: 8px;
        padding: 10px 0;
    }
    
    .nav-menu {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        gap: 8px;
        padding: 0;
    }
    
    .nav-section {
        margin-bottom: 0;
        margin-right: 16px;
    }
    
    .nav-section:last-child {
        margin-right: 0;
    }
    
    .nav-section-title {
        display: none;
    }
    
    .nav-item {
        padding: 12px 16px;
        border-radius: 8px;
        border: 1px solid #e9ecef;
        background: white;
        min-width: 120px;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        gap: 8px;
    }
    
    .nav-item:hover {
        transform: translateY(-2px);
        background: #f8f9fa;
    }
    
    .nav-item.active {
        background: linear-gradient(135deg, #1677ff, #722ed1);
        color: white;
        border-color: #1677ff;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(22, 119, 255, 0.3);
    }
    
    .nav-item.active::before {
        display: none;
    }
    
    .nav-item i {
        font-size: 18px;
        width: auto;
    }
    
        .nav-item span {
            font-size: 12px;
            font-weight: 600;
            transform: none;
        }

/* Announcement Lightbox */
.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 1;
    visibility: visible;
    animation: lightboxFadeIn 0.2s ease;
}

@keyframes lightboxFadeIn {
    from {
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    to {
        opacity: 1;
        backdrop-filter: blur(12px);
    }
}

@keyframes contentSlideIn {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.lightbox-content {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
    max-width: 500px;
    width: 90%;
    max-height: 70vh;
    overflow: hidden;
    position: relative;
    animation: contentSlideIn 0.2s ease;
}

.lightbox-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px 16px 24px;
    border-bottom: 1px solid #f1f3f4;
    background: white;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.lightbox-header h2 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
    margin: 0;
    letter-spacing: -0.5px;
}

.lightbox-close {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    font-size: 16px;
    color: #6b7280;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.lightbox-close:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    color: #111827;
}

.lightbox-body {
    padding: 24px;
    max-height: 50vh;
    overflow-y: auto;
    text-align: left;
    background: white;
    position: relative;
}

.lightbox-body:empty::after {
    content: "📢";
    display: block;
    font-size: 48px;
    margin-bottom: 24px;
    opacity: 0.6;
}

.lightbox-body:empty::before {
    content: "Announcement Details";
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.lightbox-body:empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.announcement-meta {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.announcement-date-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
}

.announcement-date-meta::before {
    content: '📅';
    font-size: 16px;
}

.announcement-type-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    background: #d1ecf1;
    color: #0c5460;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.announcement-full-content {
    font-size: 16px;
    line-height: 1.6;
    color: #2c3e50;
}

.announcement-full-content br {
    margin-bottom: 8px;
}

.lightbox-footer {
    padding: 20px 24px;
    border-top: 1px solid #f1f3f4;
    background: white;
    display: flex;
    justify-content: center;
    border-radius: 0 0 8px 8px;
    position: relative;
}

.btn-secondary {
    padding: 10px 20px;
    background: #111827;
    color: white;
    border: 1px solid #111827;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 100px;
}

.btn-secondary:hover {
    background: #374151;
    border-color: #374151;
    transform: translateY(-1px);
}

/* Lightbox Responsive Design */
@media (max-width: 768px) {
    .lightbox-content {
        width: 95%;
        max-height: 85vh;
        margin: 20px;
        border-radius: 8px;
    }
    
    .lightbox-header {
        padding: 16px 20px;
        border-radius: 8px 8px 0 0;
    }
    
    .lightbox-header h2 {
        font-size: 16px;
    }
    
    .lightbox-body {
        padding: 20px;
    }
    
    .lightbox-body:empty::after {
        font-size: 40px;
    }
    
    .lightbox-body:empty::before {
        font-size: 16px;
    }
    
    .lightbox-footer {
        padding: 16px 20px;
        border-radius: 0 0 8px 8px;
    }
    
    .btn-secondary {
        padding: 8px 16px;
        font-size: 13px;
        min-width: 80px;
    }
    
    .lightbox-close {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .lightbox-content {
        width: 98%;
        margin: 10px;
        border-radius: 8px;
    }
    
    .lightbox-header {
        padding: 16px 18px;
        border-radius: 8px 8px 0 0;
    }
    
    .lightbox-header h2 {
        font-size: 15px;
    }
    
    .lightbox-body {
        padding: 18px;
    }
    
    .lightbox-body:empty::after {
        font-size: 32px;
    }
    
    .lightbox-body:empty::before {
        font-size: 12px;
    }
    
    .lightbox-footer {
        padding: 14px 18px;
        border-radius: 0 0 8px 8px;
    }
    
    .btn-secondary {
        padding: 8px 16px;
        font-size: 12px;
        min-width: 70px;
    }
    
    .lightbox-close {
        width: 36px;
        height: 36px;
        font-size: 12px;
    }
}
    
    .sidebar-navigation .tab-button {
        flex-shrink: 0;
        border-left: none;
        border-bottom: 3px solid transparent;
        border-radius: 8px;
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .sidebar-navigation .tab-button.active {
        border-left: none;
        border-bottom-color: #1677ff;
        background: #f0f7ff;
    }
}
@media (max-width: 1024px) {
  .dashboard-layout { grid-template-columns: 1fr; }
  .dashboard-sidenav { 
    flex-direction: column; 
    padding: 0;
  }
  .branding-section {
    padding: 15px;
    margin-bottom: 10px;
  }
  
  .logo-image {
    max-height: 30px;
    max-width: 100px;
  }
  
  .company-name {
    font-size: 16px;
  }
  
  .user-profile-section {
    padding: 15px;
    margin-bottom: 10px;
  }
  .sidebar-navigation {
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding: 10px;
    white-space: nowrap;
  }
  .sidebar-navigation .tab-button { 
    margin-bottom: 0; 
    margin-right: 8px; 
    border-left-width: 0; 
    border-bottom: 3px solid transparent; 
    border-radius: 8px; 
    flex-shrink: 0;
  }
  .sidebar-navigation .tab-button.active { 
    border-left-color: transparent; 
    border-bottom-color: #1677ff; 
    background: #eef5ff; 
  }
  .dashboard-content { margin-top: 12px; }
}
@media (max-width: 640px) {
  .dashboard-header { flex-direction:column; align-items:flex-start; gap:8px; }
  .overview-cards { grid-template-columns: 1fr; }
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Overview Cards */
.overview-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.overview-card {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #3498db;
}

.overview-card h3 {
    margin: 0 0 10px 0;
    color: #2c3e50;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.credits-progress { position: relative; height: 10px; background:#eef2f6; border-radius: 999px; overflow:hidden; }
.credits-progress .bar { position:absolute; left:0; top:0; bottom:0; background:#2ecc71; border-radius:999px; transition: width .3s ease; }

.overview-card p {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #3498db;
}

/* Buttons */
.btn {
    display: inline-block;
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
}

.btn-primary {
    background-color: #3498db;
    color: white;
}

.btn-primary:hover {
    background-color: #2980b9;
}
.nav-btn:hover { background:#fff; border-color:#d3dbe6; }

.btn-secondary {
    background-color: #95a5a6;
    color: white;
}

.btn-secondary:hover {
    background-color: #7f8c8d;
}

.btn-small {
    padding: 8px 16px;
    font-size: 12px;
}

.btn-danger {
    background-color: #e74c3c;
    color: white;
}

.btn-danger:hover {
    background-color: #c0392b;
}

/* Forms */
.booking-form,
.profile-form {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #e1e5e9;
    border-radius: 6px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3498db;
}

.form-actions { display:flex; gap:15px; margin-top:30px; }
.form-actions .nav-prev { order:0; }
.form-actions .btn-next { margin-left:auto; }
.nav-btn { background:#fff; color:#1f2b3a; border:1px solid #dfe6ee; padding:10px 16px; border-radius:999px; font-weight:500; }
.nav-btn:disabled { opacity:.5; cursor:not-allowed; }
.form-actions .nav-next { margin-left: auto; }

/* Booking Wizard */
.booking-wizard .wizard-steps { display:none; }
.booking-wizard .wizard-step { padding:10px 14px; border-radius:999px; background:#eef3f8; color:#667; font-weight:500; letter-spacing:.3px; }
.booking-wizard .wizard-step.active { background:#3498db; color:#fff; }
.booking-wizard .wizard-pane { display:none; }
.booking-wizard .wizard-pane.active { display:block; }
.slots-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap:12px; }
.slot { position:relative; padding:10px 12px; text-align:center; border:1px solid #e6ebf1; border-radius:12px; cursor:pointer; background:#fff; transition: box-shadow .18s ease, transform .12s ease, background .18s ease; font-weight:500; }
.slot.available { background:#dff8e7; color:#1f2b3a; }
.slot.unavailable { background:#f5f7fb; color:#9aa9bf; cursor:not-allowed; }
.slot.selected { outline:2px solid #1677ff; outline-offset:-2px; }
.slot .slot-bar { position:absolute; left:8px; right:8px; bottom:6px; height:6px; border-radius:4px; background:#e6eef6; overflow:hidden; }
.slot.available .slot-bar::after { content:''; position:absolute; left:0; top:0; bottom:0; width:100%; background:#7bd389; border-radius:4px; }
.slot.unavailable .slot-bar::after { content:''; position:absolute; left:0; top:0; bottom:0; width:0; background:#c9d4e3; border-radius:4px; }

/* Rooms grid */
.rooms-grid { display:grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap:16px; }
.room-card { background:#fff; border-radius:10px; overflow:hidden; border:1px solid #e1e5e9; box-shadow:0 2px 6px rgba(0,0,0,0.05); cursor:pointer; transition: transform .2s ease; }
.room-card:hover { transform: translateY(-2px); }
.room-card.selected { border-color:#3498db; box-shadow:0 0 0 3px rgba(52,152,219,0.15); }
.room-thumb { width:100%; height:150px; object-fit:cover; background:#f4f6f9; }
.room-body { padding:12px; }
.room-title { margin:0 0 6px 0; font-weight:500; color:#2c3e50; }
.room-meta { color:#7f8c8d; font-size:13px; }
.date-picker { margin: 12px 0; }
.calendar { background:#fff; border:1px solid #eef2f6; border-radius:12px; padding:16px; }
.cal-header { display:flex; justify-content:space-between; align-items:center; margin-bottom:12px; }
#cal-title { font-size:28px; font-weight:500; color:#1f2b3a; }
.cal-header .btn { background:#fff; border:1px solid #e6ebf1; border-radius:8px; padding:6px 10px; }
.cal-grid { display:grid; grid-template-columns: repeat(7, 1fr); gap:0; border-top:1px solid #f0f3f7; }
.cal-cell { text-align:center; padding:12px 0 8px; border-right:1px solid #f5f7fb; border-bottom:1px solid #f5f7fb; color:#1f2b3a; cursor:pointer; }
.cal-cell:nth-child(7n) { border-right:none; }
.cal-cell.cal-header-cell { font-size:12px; color:#9aa9bf; font-weight:500; padding:10px 0; cursor:default; background:#fff; }
.cal-cell.muted { color:#c4ceda; cursor:not-allowed; }
.cal-cell.selected { outline:2px solid #1677ff; outline-offset:-2px; border-radius:6px; }
.cal-cell .bar { display:block; height:4px; background:#7bd389; border-radius:3px; margin:6px auto 0; width:70%; }
.duration-grid { display:grid; grid-template-columns: repeat(3, minmax(88px,1fr)); gap:16px; margin-top:22px; padding:24px; max-width: 540px; margin-left:auto; margin-right:auto; }
.duration-tile { background:#fff; border:1px solid #e8edf3; border-radius:12px; text-align:center; cursor:pointer; font-weight:500; position:relative; aspect-ratio:1/1; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:8px; box-shadow:none; }
.duration-tile .price-badge { position:absolute; top:6px; left:50%; transform:translateX(-50%); color:#1677ff; font-weight:400; font-size:18px; letter-spacing:.2px; }
.duration-tile .duration-num { font-size:48px; line-height:1; color:#141a23; margin-top:8px; font-weight:400; }
.duration-tile .duration-unit { font-size:12px; color:#6b7a90; margin-top:6px; font-weight:600; }
.duration-tile:hover { border-color:#dfe6ee; box-shadow: 0 4px 14px rgba(0,0,0,0.06); transform: translateY(-1px); }
.duration-tile.selected { border-color:#3498db; box-shadow:0 0 0 3px rgba(52,152,219,0.15); }
.duration-tile { opacity:0; transform: translateY(6px) scale(0.98); animation: durationTileIn .28s cubic-bezier(.22,.61,.36,1) both; }
.duration-tile:nth-child(1) { animation-delay: .00s; }
.duration-tile:nth-child(2) { animation-delay: .03s; }
.duration-tile:nth-child(3) { animation-delay: .06s; }
.duration-tile:nth-child(4) { animation-delay: .09s; }
.duration-tile:nth-child(5) { animation-delay: .12s; }
.duration-tile:nth-child(6) { animation-delay: .15s; }
.duration-tile:nth-child(7) { animation-delay: .18s; }
.duration-tile:nth-child(8) { animation-delay: .21s; }
.duration-tile:nth-child(9) { animation-delay: .24s; }

@keyframes durationTileIn {
    to { opacity:1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .duration-tile { animation: none !important; transform: none; opacity: 1; }
}

/* Bookings List */
.bookings-list {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.booking-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e1e5e9;
}

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

.booking-details h4 {
    margin: 0 0 5px 0;
    color: #2c3e50;
    font-size: 16px;
}

.booking-details p {
    margin: 0;
    color: #7f8c8d;
    font-size: 14px;
}

.booking-actions {
    display: flex;
    gap: 10px;
}

/* Filters */
.bookings-filters,
.members-filters {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.bookings-filters input,
.bookings-filters select,
.members-filters input,
.members-filters select {
    padding: 10px;
    border: 2px solid #e1e5e9;
    border-radius: 6px;
    font-size: 14px;
}

/* Status Indicators */
.status-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.status-confirmed {
    background-color: #d4edda;
    color: #155724;
}

.status-pending {
    background-color: #fff3cd;
    color: #856404;
}

.status-cancelled {
    background-color: #f8d7da;
    color: #721c24;
}

/* Availability Status */
.availability-status {
    margin-top: 20px;
    padding: 15px;
    border-radius: 6px;
    font-weight: 600;
}
.availability-status:empty { display:none; }

.availability-status.available {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.availability-status.unavailable {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.booking-cost {
    margin-top: 15px;
    padding: 15px;
    background-color: #e7f3ff;
    border: 1px solid #b3d9ff;
    border-radius: 6px;
    font-weight: 600;
    color: #004085;
}
.booking-cost:empty { display:none; }

/* Members Table */
.members-table-container {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.members-table {
    width: 100%;
    border-collapse: collapse;
}

.members-table th {
    background: #f8f9fa;
    padding: 16px 12px;
    text-align: left;
    font-weight: 600;
    color: #2c3e50;
    border-bottom: 2px solid #e1e5e9;
    font-size: 14px;
}

.members-table td {
    padding: 16px 12px;
    border-bottom: 1px solid #e1e5e9;
    vertical-align: middle;
}

.members-table tbody tr:hover {
    background-color: #f8f9fa;
}

.members-table .status-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.members-table .status-active {
    background-color: #d4edda;
    color: #155724;
}

.members-table .status-inactive {
    background-color: #fff3cd;
    color: #856404;
}

.members-table .status-suspended {
    background-color: #f8d7da;
    color: #721c24;
}

.members-table .member-actions {
    display: flex;
    gap: 8px;
}

.members-table .btn-small {
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 4px;
}

/* Legacy Members List */
.members-list {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.member-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e1e5e9;
}

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

.member-info h4 {
    margin: 0 0 5px 0;
    color: #2c3e50;
    font-size: 16px;
}

.member-info p {
    margin: 0;
    color: #7f8c8d;
    font-size: 14px;
}

.member-actions {
    display: flex;
    gap: 10px;
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.stat-card {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.stat-card h3 {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 500;
    color: #3498db;
}

.stat-card p {
    margin: 0;
    color: #7f8c8d;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Loading States */
.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    color: #7f8c8d;
}

.loading::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #e1e5e9;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Error Messages */
.error-message {
    background-color: #f8d7da;
    color: #721c24;
    padding: 15px;
    border-radius: 6px;
    margin: 20px 0;
    border: 1px solid #f5c6cb;
}

.success-message {
    background-color: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 6px;
    margin: 20px 0;
    border: 1px solid #c3e6cb;
}

/* Modal Booking Popup */
.cw-modal { position: fixed; inset:0; background: rgba(0,0,0,0.5); display:flex; align-items:center; justify-content:center; z-index:9999; opacity:0; visibility:hidden; pointer-events:none; transition: opacity .25s ease, visibility .25s ease; }
.cw-modal.open { opacity:1; visibility:visible; pointer-events:auto; }
.cw-modal .cw-modal-dialog { width: 980px; max-width: 96vw; background:#fff; border-radius:12px; overflow:hidden; display:grid; grid-template-columns: 240px 1fr 300px; transform: translateY(12px) scale(0.98); opacity:0; transition: transform .28s cubic-bezier(.22,.61,.36,1), opacity .28s ease; }
.cw-modal--narrow { align-items:center; justify-content:center; }
.cw-modal--narrow .cw-modal-dialog { width: 720px; max-width: 94vw; display:block; margin: 0 auto; }
.cw-modal--narrow .cw-modal-body { padding:24px; }
.cw-modal--narrow .booking-form { padding: 22px 28px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.cw-modal--narrow .booking-form .form-row { gap: 16px; margin-bottom: 16px; column-gap: 24px; }
.cw-modal--narrow .booking-form .form-row > .form-group:first-child { padding-right: 8px; }
.cw-modal--narrow .booking-form .form-row > .form-group:last-child { padding-left: 8px; }
.cw-modal--narrow .booking-form .form-group { margin-bottom: 14px; }
.cw-modal--narrow .booking-form .form-group label { font-weight: 500; color: #1f2b3a; margin-bottom: 6px; }
.cw-modal--narrow .booking-form .form-group input,
.cw-modal--narrow .booking-form .form-group select,
.cw-modal--narrow .booking-form .form-group textarea { padding: 10px 12px; border-radius: 8px; border-width: 1.5px; }
.cw-modal--narrow .booking-form .form-actions { margin-top: 18px; gap: 10px; }
.cw-modal.open .cw-modal-dialog { transform: translateY(0) scale(1); opacity:1; }
.cw-modal .cw-modal-body { padding:16px 18px; }
.cw-modal .cw-modal-side { background:#f7f9fb; border-left:1px solid #e1e5e9; padding:12px 12px 18px; }
.cw-modal-left { background:#fff; border-right:1px solid #eef2f6; display:flex; align-items:center; justify-content:center; }
.cw-left-inner { text-align:center; padding:20px 12px; }
.cw-left-illustration { margin-bottom:14px; }
.cw-left-title { margin:0; font-size:18px; color:#1f2b3a; font-weight:500; }
.cw-left-sub { color:#7f8c8d; font-size:13px; margin:8px 0 18px; }
.cw-left-q { color:#1f2b3a; font-weight:500; margin-bottom:4px; }
.cw-left-help { color:#7f8c8d; font-size:13px; }
.summary-panel { display:flex; flex-direction:column; gap:8px; padding:12px; height: calc(100% - 48px); }
.summary-spacer { flex:1; }
.summary-meta { color:#7f8c8d; font-weight:500; font-size:12px; }
.summary-room { font-weight:500; color:#1f2b3a; }
.summary-date, .summary-slot { color:#5d6b82; font-size:13px; }
.summary-breakdown { margin-top:auto; }
#summary-breakdown-list { padding:10px 0 12px; }
.summary-breakdown-head { color:#9aa9bf; font-weight:500; font-size:12px; letter-spacing:1px; display:flex; align-items:center; gap:10px; }
.summary-breakdown-head::after { content:''; flex:1; height:1px; background:#e9eef5; }
.summary-total { display:flex; justify-content:space-between; align-items:center; padding:12px 0 16px; border-top:2px solid #1f2b3a; margin-top:8px; }
.summary-total .label { color:#7f8c8d; font-weight:500; }
.summary-total .value { font-weight:500; color:#1f2b3a; }
.cw-modal .cw-modal-header { display:flex; justify-content:space-between; align-items:center; padding:12px 16px; border-bottom:1px solid #e1e5e9; }
.cw-modal .close-btn { background:none; border:none; font-size:20px; cursor:pointer; }

/* Service selection (Step 1) */
.service-header { padding: 8px 0 16px 0; border-bottom:1px solid #eef2f6; margin-bottom:16px; }
.service-header h3 { margin:0; font-size:18px; font-weight:500; color:#1f2b3a; }
.service-list { display:flex; flex-direction:column; gap:24px; padding:16px; }
.service-card { display:flex; justify-content:space-between; align-items:flex-start; padding:14px 16px; border:1px solid #e6ebf1; border-radius:12px; background:#fff; cursor:pointer; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.service-card:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,0.06); border-color:#dfe6ee; }
.service-card .service-main { max-width: calc(100% - 120px); }
.service-card .room-title { font-weight:500; color:#1f2b3a; margin:0 0 8px 0; }
.service-card .service-meta { margin:0; padding-left:18px; color:#5d6b82; line-height:1.6; }
.service-card .service-price { text-align:right; min-width:110px; }
.service-card .service-price .price { color:#0a74ff; font-weight:500; font-size:20px; }
.service-card .service-price .note { color:#9aa9bf; font-size:12px; margin-top:4px; }

/* Amenities row */
.amenities { display:flex; gap:10px; margin-top:10px; padding-left:2px; }
.amenity { display:inline-flex; align-items:center; gap:6px; padding:6px 10px; border:1px solid #e6ebf1; border-radius:999px; color:#5d6b82; font-size:12px; background:#fff; }
.amenity svg { width:14px; height:14px; color:#2c3e50; }

/* Access Denied */
.coworking-login-required,
.coworking-access-denied {
    background-color: #fff3cd;
    color: #856404;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #ffeaa7;
    font-size: 16px;
    font-weight: 600;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashboard-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .dashboard-tabs {
        flex-wrap: wrap;
    }
    
    .tab-button {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .form-actions {
        flex-direction: column;
    }
    
    .booking-item,
    .member-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .booking-actions,
    .member-actions {
        width: 100%;
        justify-content: flex-start;
    }
    
    .bookings-filters,
    .members-filters {
        flex-direction: column;
    }
    
    .overview-cards {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .coworking-member-dashboard,
    .coworking-manager-dashboard {
        padding: 15px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .booking-form,
    .profile-form {
        padding: 20px;
    }
}

/* Print Styles */
@media print {
    .dashboard-tabs,
    .form-actions,
    .booking-actions,
    .member-actions {
        display: none;
    }
    
    .tab-content {
        display: block !important;
    }
    
    .overview-cards,
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Member Details Modal Styles */
.member-details-content {
    padding: 20px 0;
}

.detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.detail-row:last-child {
    border-bottom: none;
}

.detail-row strong {
    color: #2c3e50;
    font-weight: 600;
    min-width: 140px;
}

.detail-row span {
    color: #5d6b82;
    flex: 1;
    text-align: right;
}

.status-badge {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-badge.status-active {
    background-color: #d4edda;
    color: #155724;
}

.status-badge.status-inactive {
    background-color: #f8d7da;
    color: #721c24;
}

.status-badge.status-suspended {
    background-color: #fff3cd;
    color: #856404;
}

/* Enhanced Dashboard Styles */
.dashboard-main-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    margin-top: 24px;
}

.dashboard-section {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f3f4;
}

.section-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.chart-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chart-period-select {
    padding: 8px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #ffffff;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
}

.chart-period-select:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

.chart-container {
    position: relative;
    height: 300px;
    width: 100%;
}

.view-all-link {
    color: #6b7280;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.view-all-link:hover {
    background-color: #f9fafb;
    color: #111827;
    text-decoration: none;
}

/* Upcoming Bookings Styles */
.upcoming-bookings {
    max-height: 400px;
    overflow-y: auto;
}

.bookings-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.booking-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.booking-card:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.booking-info {
    flex: 1;
}

.booking-member {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
}

.booking-room {
    font-size: 14px;
    color: #64748b;
}

.booking-details {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.booking-date {
    font-weight: 500;
    color: #1e293b;
    font-size: 14px;
}

.booking-time {
    font-size: 13px;
    color: #64748b;
}

.booking-cost {
    font-weight: 600;
    color: #059669;
    font-size: 14px;
}

.no-bookings {
    text-align: center;
    color: #64748b;
    font-style: italic;
    padding: 40px 20px;
}

/* Enhanced Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.cw-stat {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.cw-stat:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.cw-stat h3 {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cw-stat .num {
    font-size: 32px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1;
}

/* Activities List */
.activities-list {
    max-height: 300px;
    overflow-y: auto;
}

.activity-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

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

.activity-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
}

.activity-icon.booking {
    background-color: #3b82f6;
}

.activity-icon.member {
    background-color: #10b981;
}

.activity-icon.payment {
    background-color: #f59e0b;
}

.activity-content {
    flex: 1;
}

.activity-title {
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 2px;
}

.activity-time {
    font-size: 12px;
    color: #64748b;
}

/* Admin Messages */
.coworking-admin-success {
    background-color: #d4edda;
    color: #155724;
    padding: 12px 16px;
    border: 1px solid #c3e6cb;
    border-radius: 6px;
    margin-bottom: 16px;
    font-weight: 500;
}

.coworking-admin-error {
    background-color: #f8d7da;
    color: #721c24;
    padding: 12px 16px;
    border: 1px solid #f5c6cb;
    border-radius: 6px;
    margin-bottom: 16px;
    font-weight: 500;
}

/* Member Actions */
.member-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.member-actions .btn {
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.member-actions .btn-primary {
    background-color: #007cba;
    color: white;
}

.member-actions .btn-primary:hover {
    background-color: #005a87;
}

.member-actions .btn-secondary {
    background-color: #6c757d;
    color: white;
}

.member-actions .btn-secondary:hover {
    background-color: #545b62;
}

.member-actions .btn-danger {
    background-color: #dc3545;
    color: white;
}

.member-actions .btn-danger:hover {
    background-color: #c82333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .dashboard-main-content {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .booking-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .booking-details {
        text-align: left;
        flex-direction: row;
        gap: 16px;
    }
    
    .chart-container {
        height: 250px;
    }
}

/* File Upload Styles */
.file-upload-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.file-upload-section {
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    padding: 16px;
    background: #f9fafb;
    transition: all 0.2s ease;
}

.file-upload-section:hover {
    border-color: #3b82f6;
    background: #eff6ff;
}

.file-upload-label {
    cursor: pointer;
    display: block;
}

.file-upload-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
}

.file-upload-label:hover .file-upload-box {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.file-upload-icon {
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 6px;
    flex-shrink: 0;
}

.file-upload-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.file-upload-text strong {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
}

.file-upload-text span {
    font-size: 12px;
    color: #6b7280;
}

.file-upload-button {
    background: #3b82f6;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.file-upload-label:hover .file-upload-button {
    background: #2563eb;
}

.file-preview {
    margin-top: 8px;
    padding: 8px 12px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 6px;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}

.file-preview.show {
    display: block;
}

.file-preview-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 0;
    border-bottom: 1px solid #e0f2fe;
}

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

.file-preview-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.file-preview-icon {
    width: 20px;
    height: 20px;
    background: #3b82f6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 10px;
}

.file-preview-name {
    font-size: 12px;
    font-weight: 500;
    color: #374151;
}

.file-preview-size {
    font-size: 11px;
    color: #6b7280;
}

.file-preview-remove {
    background: #ef4444;
    color: white;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: background-color 0.2s ease;
}

.file-preview-remove:hover {
    background: #dc2626;
}

.file-upload-info {
    margin-top: 8px;
    padding: 8px 12px;
    background: #f3f4f6;
    border-radius: 6px;
    border-left: 3px solid #3b82f6;
}

.file-upload-info small {
    color: #6b7280;
    font-size: 11px;
    line-height: 1.4;
}

/* File upload drag and drop states */
.file-upload-section.drag-over {
    border-color: #3b82f6;
    background: #eff6ff;
    transform: scale(1.02);
}

.file-upload-section.drag-over .file-upload-box {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Existing Files Styles */
.existing-files-container {
    margin-top: 8px;
}

.existing-files-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.existing-files-category {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
    background: #f9fafb;
}

.existing-files-title {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e5e7eb;
}

.existing-files-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.existing-file-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.existing-file-item:hover {
    border-color: #d1d5db;
    background: #f9fafb;
}

.file-icon {
    font-size: 16px;
    width: 20px;
    text-align: center;
}

.file-name {
    flex: 1;
    font-size: 12px;
    color: #374151;
    font-weight: 500;
}

.file-view-link {
    color: #3b82f6;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 4px;
    background: #eff6ff;
    transition: all 0.2s ease;
}

.file-view-link:hover {
    background: #dbeafe;
    color: #1d4ed8;
}

.file-remove-btn {
    background: #ef4444;
    color: white;
    border: none;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: background-color 0.2s ease;
}

.file-remove-btn:hover {
    background: #dc2626;
}

.no-files-message {
    color: #6b7280;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    padding: 16px;
    background: #f9fafb;
    border: 1px dashed #d1d5db;
    border-radius: 6px;
}
