/* Extracted page-level styles from route PHP files.
   Generated during UI standardization migration. */

/* --- BEGIN: admin/admin-org-structure.php --- */

    .tag-chip.is-active {
        background-color: rgb(15 23 42);
        border-color: rgb(15 23 42);
        color: rgb(255 255 255);
    }
/* --- END: admin/admin-org-structure.php --- */

/* --- BEGIN: admin/admin-resource-connections.php --- */

    .admin-connection-shell .admin-glass,
    #editModal .admin-glass {
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    }
    .admin-connection-shell .admin-input,
    .admin-connection-shell .admin-select,
    .admin-connection-shell .admin-textarea {
        width: 100%;
        border: 1px solid #cbd5e1;
        background: #f8fafc;
        border-radius: 0.75rem;
        padding: 0.62rem 0.8rem;
        color: #0f172a;
        font-size: 0.9rem;
    }
    .admin-connection-shell .admin-input:focus,
    .admin-connection-shell .admin-select:focus,
    .admin-connection-shell .admin-textarea:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.18);
        background: #ffffff;
    }
    .admin-connection-shell .type-tab {
        display: inline-flex;
        align-items: center;
        border-radius: 0.75rem;
        border: 1px solid #cbd5e1;
        background: #ffffff;
        padding: 0.5rem 0.9rem;
        font-size: 0.86rem;
        font-weight: 600;
        color: #475569;
        transition: all 150ms ease;
        white-space: nowrap;
    }
    .admin-connection-shell .type-tab:hover {
        background: #f1f5f9;
        border-color: #94a3b8;
        color: #0f172a;
    }
    .admin-connection-shell .type-tab.active {
        background: #2563eb;
        color: #ffffff;
        border-color: #2563eb;
        box-shadow: 0 8px 18px rgba(37, 99, 235, 0.24);
    }
/* --- END: admin/admin-resource-connections.php --- */

/* --- BEGIN: admin/random-chat-logs.php --- */

    .chat-log-shell .log-glass {
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    }
    .chat-log-shell .info-card {
        border: 1px solid #e2e8f0;
        border-radius: 0.95rem;
        background: #ffffff;
        padding: 1rem;
    }
    .chat-log-shell .message-stream {
        max-height: 780px;
        overflow-y: auto;
        background:
            radial-gradient(circle at 15% 10%, rgba(59, 130, 246, 0.08), transparent 35%),
            radial-gradient(circle at 85% 0%, rgba(99, 102, 241, 0.07), transparent 35%),
            #f8fafc;
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        padding: 1rem;
    }
    .chat-log-shell .msg-row {
        display: flex;
        margin-bottom: 0.9rem;
    }
    .chat-log-shell .msg-row.left {
        justify-content: flex-start;
    }
    .chat-log-shell .msg-row.right {
        justify-content: flex-end;
    }
    .chat-log-shell .msg-bubble {
        max-width: min(82%, 44rem);
        border-radius: 0.9rem;
        border: 1px solid #e2e8f0;
        background: #ffffff;
        padding: 0.75rem 0.85rem;
    }
    .chat-log-shell .msg-bubble.user1 {
        background: #eff6ff;
        border-color: #bfdbfe;
    }
    .chat-log-shell .msg-bubble.user2 {
        background: #ecfdf5;
        border-color: #bbf7d0;
    }
    .chat-log-shell .msg-bubble.ai {
        background: #eef2ff;
        border-color: #c7d2fe;
    }
/* --- END: admin/random-chat-logs.php --- */

/* --- BEGIN: admin/random-chat-stats.php --- */

    .chat-stats-shell .chat-glass {
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    }
    .chat-stats-shell .metric-card {
        border: 1px solid #e2e8f0;
        border-radius: 0.95rem;
        background: #ffffff;
        padding: 1rem;
    }
    .chat-stats-shell .metric-label {
        font-size: 0.74rem;
        line-height: 1rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: #64748b;
    }
/* --- END: admin/random-chat-stats.php --- */

/* --- BEGIN: pages/committee-dashboard.php --- */

	    .committee-dashboard-shell .metric-card {
	        border: 1px solid #dbeafe;
	        border-radius: 1rem;
	        background: #ffffff;
	        transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	    }
	    .committee-dashboard-shell .metric-card:hover {
	        transform: translateY(-2px);
	        border-color: #bfdbfe;
	        box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
	    }
	    .committee-dashboard-shell .action-card {
	        border: 1px solid #e2e8f0;
	        border-radius: 1rem;
	        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	        transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	    }
	    .committee-dashboard-shell .action-card:hover {
	        transform: translateY(-2px);
	        border-color: #bfdbfe;
	        box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
	    }
	
/* --- END: pages/committee-dashboard.php --- */

/* --- BEGIN: pages/committee-settings.php --- */

    .committee-settings-shell .settings-form-section {
        border-bottom: 1px dashed #e2e8f0;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .committee-settings-shell .settings-form-section:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .committee-settings-shell .settings-input {
        border-radius: 0.75rem;
        border: 1px solid #cbd5e1;
        background: #ffffff;
    }
    .committee-settings-shell .settings-input:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14);
        outline: none;
    }
/* --- END: pages/committee-settings.php --- */

/* --- BEGIN: pages/committee.php --- */

    .committee-page-shell .feature-card {
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        background: #ffffff;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    }
    .committee-page-shell .event-tile {
        border: 1px solid #e2e8f0;
        border-radius: 0.9rem;
        overflow: hidden;
        transition: transform 170ms ease, box-shadow 170ms ease, border-color 170ms ease;
    }
    .committee-page-shell .event-tile:hover {
        transform: translateY(-2px);
        border-color: #bfdbfe;
        box-shadow: 0 14px 30px rgba(37, 99, 235, 0.11);
    }
    .committee-page-shell .post-tile {
        border: 1px solid #e2e8f0;
        border-radius: 0.9rem;
        background: #f8fafc;
    }
/* --- END: pages/committee.php --- */

/* --- BEGIN: pages/course-page.php --- */

                @keyframes scroll-left {
                    0% {
                        transform: translateX(0);
                    }
                    100% {
                        transform: translateX(-100%);
                    }
                }
                
                .scroll-container {
                    display: flex;
                    animation: scroll-left 30s linear infinite;
                    width: calc(200% + 20px);
                }
                
                .scroll-container:hover {
                    animation-play-state: paused;
                }
                
                .student-card {
                    flex: 0 0 auto;
                    margin-right: 15px;
                }
                
                /* Mobile responsive sizes */
                @media (max-width: 640px) {
                    .student-card {
                        width: 80px;
                        margin-right: 12px;
                    }
                    
                    .scroll-container {
                        animation: scroll-left 25s linear infinite;
                    }
                }
                
                @media (min-width: 641px) and (max-width: 1023px) {
                    .student-card {
                        width: 110px;
                        margin-right: 18px;
                    }
                }
                
                /* Desktop sizes */
                @media (min-width: 1024px) {
                    .student-card {
                        width: 140px;
                        margin-right: 24px;
                    }
                    
                    .scroll-container {
                        animation: scroll-left 35s linear infinite;
                    }
                }
            
/* --- END: pages/course-page.php --- */

/* --- BEGIN: pages/create-event.php --- */

    .event-create-shell .event-form > div.mb-8 {
        border-bottom: 1px dashed #e2e8f0;
        padding-bottom: 1.35rem;
    }
    .event-create-shell .event-form > div.mb-8:last-of-type {
        border-bottom: none;
        padding-bottom: 0;
    }
    .event-create-shell .event-form h2 {
        font-size: 1.05rem;
        font-weight: 800;
        color: #0f172a;
        border-bottom-color: #e2e8f0;
    }
    .event-create-shell .event-form h3 {
        color: #1e293b;
    }
    .event-create-shell .event-form label {
        color: #334155;
        font-weight: 600;
    }
    .event-create-shell .event-form input[type="text"],
    .event-create-shell .event-form input[type="email"],
    .event-create-shell .event-form input[type="url"],
    .event-create-shell .event-form input[type="tel"],
    .event-create-shell .event-form input[type="number"],
    .event-create-shell .event-form input[type="datetime-local"],
    .event-create-shell .event-form select,
    .event-create-shell .event-form textarea {
        border-radius: 0.75rem;
        border-color: #cbd5e1;
        background: #ffffff;
        transition: border-color 160ms ease, box-shadow 160ms ease;
    }
    .event-create-shell .event-form input:focus,
    .event-create-shell .event-form select:focus,
    .event-create-shell .event-form textarea:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14);
    }
    .event-create-shell .event-form input[type="file"] {
        border-radius: 0.75rem;
        border: 1px dashed #bfdbfe;
        background: #f8fafc;
        padding: 0.55rem 0.7rem;
    }
/* --- END: pages/create-event.php --- */

/* --- BEGIN: pages/dashboard.php --- */

    .dashboard-shell .dashboard-glass {
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    }
    .dashboard-shell #tabs {
        display: flex;
        flex-wrap: nowrap;
        gap: 0.5rem;
        padding: 0.75rem;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scroll-behavior: smooth;
        overscroll-behavior-x: contain;
        touch-action: pan-x pan-y;
    }
    .dashboard-shell #tabs::-webkit-scrollbar {
        height: 8px;
    }
    .dashboard-shell #tabs::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 9999px;
    }
    .dashboard-shell #tabs::-webkit-scrollbar-track {
        background: transparent;
    }
    .dashboard-shell .tab-item {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        white-space: nowrap;
        border-radius: 0.75rem;
        border: 1px solid transparent;
        padding: 0.6rem 0.9rem;
        color: #475569;
        font-size: 0.84rem;
        font-weight: 600;
        line-height: 1.2;
        transition: all 160ms ease;
    }
    .dashboard-shell .tab-item:hover {
        background: #f1f5f9;
        color: #0f172a;
    }
    .dashboard-shell .tab-item.is-active {
        background: #2563eb;
        border-color: #2563eb;
        color: #ffffff;
        box-shadow: 0 8px 20px rgba(37, 99, 235, 0.25);
    }
    .dashboard-shell .tab-item .tab-badge {
        margin-left: 0.4rem;
        border-radius: 9999px;
        padding: 0.05rem 0.45rem;
        font-size: 0.68rem;
        font-weight: 700;
        line-height: 1.25;
        background: #e2e8f0;
        color: #334155;
    }
    .dashboard-shell .tab-item.is-active .tab-badge {
        background: rgba(255, 255, 255, 0.2);
        color: #ffffff;
    }
    .dashboard-shell .tab-content .overflow-x-auto {
        overflow-x: auto;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y;
        overscroll-behavior-x: contain;
        scrollbar-width: thin;
        border: 1px solid #e2e8f0;
        border-radius: 0.9rem;
        background: #ffffff;
    }
    .dashboard-shell .tab-content .overflow-auto {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y;
        overscroll-behavior-x: contain;
        scrollbar-width: thin;
    }
    .dashboard-shell .tab-content .overflow-x-auto > table,
    .dashboard-shell .tab-content .overflow-auto > table {
        min-width: 46rem;
    }
    @media (min-width: 1024px) {
        .dashboard-shell .tab-content .overflow-x-auto > table,
        .dashboard-shell .tab-content .overflow-auto > table {
            min-width: 100%;
        }
    }
    .dashboard-shell .tab-content table thead {
        background: #f8fafc;
    }
    .dashboard-shell .tab-content table th {
        color: #64748b;
    }
    .dashboard-shell .tab-content .text-center.py-8 {
        border: 1px dashed #cbd5e1;
        border-radius: 0.9rem;
        background: #f8fafc;
    }
    .dashboard-shell .open-tab-trigger {
        border-radius: 0.65rem;
    }
/* --- END: pages/dashboard.php --- */

/* --- BEGIN: pages/edit-event.php --- */

    .event-edit-shell .ui-card {
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        background: #ffffff;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    }
    .event-edit-shell .event-form > div.mb-8 {
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        background: #ffffff;
        padding: 1rem;
        margin-bottom: 1rem;
    }
    @media (min-width: 640px) {
        .event-edit-shell .event-form > div.mb-8 {
            padding: 1.25rem;
            margin-bottom: 1.25rem;
        }
    }
    .event-edit-shell .event-form h2 {
        font-size: 1.05rem;
        font-weight: 800;
        color: #0f172a;
        border-bottom-color: #e2e8f0;
    }
    .event-edit-shell .event-form h3 {
        color: #1e293b;
    }
    .event-edit-shell .event-form label {
        color: #334155;
        font-weight: 600;
    }
    .event-edit-shell .event-form input[type="text"],
    .event-edit-shell .event-form input[type="email"],
    .event-edit-shell .event-form input[type="url"],
    .event-edit-shell .event-form input[type="tel"],
    .event-edit-shell .event-form input[type="number"],
    .event-edit-shell .event-form input[type="datetime-local"],
    .event-edit-shell .event-form select,
    .event-edit-shell .event-form textarea {
        border-radius: 0.75rem;
        border-color: #cbd5e1;
        background: #ffffff;
        transition: border-color 160ms ease, box-shadow 160ms ease;
    }
    .event-edit-shell .event-form input:focus,
    .event-edit-shell .event-form select:focus,
    .event-edit-shell .event-form textarea:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14);
    }
    .event-edit-shell .event-form input[type="file"] {
        border-radius: 0.75rem;
        border: 1px dashed #bfdbfe;
        background: #f8fafc;
        padding: 0.55rem 0.7rem;
    }
/* --- END: pages/edit-event.php --- */

/* --- BEGIN: pages/manage-members.php --- */

    .manage-members-shell .member-row {
        transition: background-color 160ms ease;
    }
    .manage-members-shell .member-row:hover {
        background: #f8fafc;
    }
    .manage-members-shell .input-control {
        border-radius: 0.75rem;
        border: 1px solid #cbd5e1;
        background: #ffffff;
    }
    .manage-members-shell .input-control:focus {
        border-color: #3b82f6;
        box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.14);
        outline: none;
    }
/* --- END: pages/manage-members.php --- */

/* --- BEGIN: pages/messages.php --- */

    .messages-shell .messages-glass {
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    }
    .messages-shell .conversation-scroll {
        max-height: 640px;
        overflow-y: auto;
    }
    .messages-shell .message-scroll {
        max-height: 560px;
        overflow-y: auto;
        background:
            radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.08), transparent 35%),
            radial-gradient(circle at 80% 0%, rgba(14, 165, 233, 0.07), transparent 30%),
            #f8fafc;
    }
    .messages-shell .conversation-item {
        border-left: 3px solid transparent;
        transition: all 140ms ease;
    }
    .messages-shell .conversation-item:hover {
        background: #f8fafc;
        border-left-color: #cbd5e1;
    }
    .messages-shell .conversation-item.active {
        background: #eff6ff;
        border-left-color: #2563eb;
    }
    .messages-shell .message-row {
        display: flex;
    }
    .messages-shell .message-row.hidden {
        display: none;
    }
    .messages-shell .message-row.self {
        justify-content: flex-end;
    }
    .messages-shell .message-row.other {
        justify-content: flex-start;
    }
    .messages-shell .message-content {
        max-width: min(78%, 36rem);
    }
    .messages-shell .message-bubble {
        border-radius: 0.9rem;
        padding: 0.62rem 0.78rem;
        font-size: 0.9rem;
        line-height: 1.38;
        word-wrap: break-word;
    }
    .messages-shell .message-bubble.self {
        background: linear-gradient(135deg, #2563eb, #1d4ed8);
        color: #ffffff;
        border-top-right-radius: 0.2rem;
    }
    .messages-shell .message-bubble.other {
        background: #ffffff;
        color: #1e293b;
        border: 1px solid #e2e8f0;
        border-top-left-radius: 0.2rem;
    }
    .messages-shell .typing-dot {
        display: inline-block;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-right: 5px;
        background-color: #64748b;
        animation: typing-animation 1.2s infinite ease-in-out both;
    }
    .messages-shell .typing-dot:nth-child(1) { animation-delay: 0s; }
    .messages-shell .typing-dot:nth-child(2) { animation-delay: 0.2s; }
    .messages-shell .typing-dot:nth-child(3) { animation-delay: 0.4s; }

    @keyframes typing-animation {
        0%, 80%, 100% {
            transform: scale(0.6);
            opacity: 0.55;
        }
        40% {
            transform: scale(1);
            opacity: 1;
        }
    }
/* --- END: pages/messages.php --- */

/* --- BEGIN: pages/progress.php --- */

    .progress-shell .metric-tile {
        border: 1px solid #dbeafe;
        border-radius: 0.9rem;
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    }
    .progress-shell .activity-dot {
        width: 0.72rem;
        height: 0.72rem;
        border-radius: 0.2rem;
    }
/* --- END: pages/progress.php --- */

/* --- BEGIN: pages/random-chat.php --- */

    .rc-container {
        min-height: calc(100vh - 64px);
        max-width: 1100px;
        margin: 0 auto;
        padding: 1rem;
        position: relative;
    }

    .rc-chat-shell {
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
        background: #ffffff;
    }

    .rc-hero-gradient {
        background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 40%, #4338ca 100%);
    }

    .rc-chat-area {
        height: 65vh;
        min-height: 400px;
        background-color: #f8fafc;
        background-image: radial-gradient(#e2e8f0 1px, transparent 1px);
        background-size: 20px 20px;
    }

    .rc-message {
        max-width: 85%;
        margin-bottom: 0.75rem;
        animation: messageSlide 0.2s ease-out;
    }

    @keyframes messageSlide {
        from { opacity: 0; transform: translateY(8px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .rc-message-self {
        background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
        color: white;
        border-radius: 1rem 1rem 0 1rem;
        box-shadow: 0 2px 4px rgba(37, 99, 235, 0.1);
    }
    
    .rc-message-other {
        background: white;
        border: 1px solid #e2e8f0;
        color: #1e293b;
        border-radius: 1rem 1rem 1rem 0;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .rc-typing-dot {
        width: 6px;
        height: 6px;
        background: #94a3b8;
        border-radius: 50%;
        animation: type 1.4s infinite ease-in-out;
    }

    .rc-typing-dot:nth-child(2) { animation-delay: 0.2s; }
    .rc-typing-dot:nth-child(3) { animation-delay: 0.4s; }

    @keyframes type {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-4px); }
    }

    /* AI type-out caret while rendering */
    .rc-caret::after {
        content: '';
        display: inline-block;
        width: 2px;
        height: 1em;
        margin-left: 2px;
        background: rgba(148, 163, 184, 0.95);
        animation: rc-blink 1s steps(1) infinite;
        vertical-align: -2px;
    }

    @keyframes rc-blink {
        0%, 50% { opacity: 1; }
        51%, 100% { opacity: 0; }
    }

    .rc-scroll::-webkit-scrollbar {
        width: 6px;
    }

    .rc-scroll::-webkit-scrollbar-track {
        background: transparent;
    }

    .rc-scroll::-webkit-scrollbar-thumb {
        background-color: #cbd5e1;
        border-radius: 20px;
    }

    @media (max-width: 640px) {
        .rc-container {
            min-height: 100dvh;
            padding: 0;
            padding-top: env(safe-area-inset-top);
        }
        
        .rc-chat-card {
            border-radius: 0;
            border: none;
            box-shadow: none;
            height: 100dvh;
            display: flex;
            flex-direction: column;
        }
        
        .rc-chat-area {
            flex: 1;
            height: auto;
            min-height: 0;
        }

        .rc-input-area {
            position: sticky;
            bottom: 0;
            padding-bottom: env(safe-area-inset-bottom);
        }
    }
/* --- END: pages/random-chat.php --- */

/* --- BEGIN: pages/subscription.php --- */

    .subscription-shell .sub-glass {
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    }
    .subscription-shell .plan-card {
        border: 1px solid #dbeafe;
        border-radius: 1rem;
        background: #ffffff;
        transition: all 160ms ease;
    }
    .subscription-shell .plan-card:hover {
        border-color: #93c5fd;
        box-shadow: 0 14px 24px rgba(29, 78, 216, 0.08);
    }
/* --- END: pages/subscription.php --- */

/* --- BEGIN: pages/upload.php --- */

    .upload-shell .upload-glass {
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    }
    .upload-shell .upload-field,
    .upload-shell .upload-select,
    .upload-shell .upload-textarea {
        width: 100%;
        border: 1px solid #cbd5e1;
        background: #f8fafc;
        border-radius: 0.75rem;
        padding: 0.65rem 0.85rem;
        color: #0f172a;
        font-size: 0.94rem;
    }
    .upload-shell .upload-field:focus,
    .upload-shell .upload-select:focus,
    .upload-shell .upload-textarea:focus {
        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
        background: #ffffff;
    }
    .upload-shell .method-option {
        border: 1px solid #cbd5e1;
        background: #ffffff;
        border-radius: 0.8rem;
        padding: 0.8rem 0.9rem;
        display: flex;
        align-items: flex-start;
        gap: 0.55rem;
        cursor: pointer;
        transition: all 140ms ease;
    }
    .upload-shell .method-option:hover {
        border-color: #93c5fd;
        background: #eff6ff;
    }
    .upload-shell .method-option.active {
        border-color: #2563eb;
        background: #eff6ff;
        box-shadow: inset 0 0 0 1px #2563eb;
    }
    .upload-shell .drop-zone {
        border: 2px dashed #94a3b8;
        border-radius: 0.9rem;
        background: #f8fafc;
        padding: 1.2rem;
        text-align: center;
        transition: all 140ms ease;
    }
    .upload-shell .drop-zone:hover {
        border-color: #3b82f6;
        background: #eff6ff;
    }
    .upload-shell .drop-zone.drag-over {
        border-color: #1d4ed8;
        background: #dbeafe;
    }
/* --- END: pages/upload.php --- */

/* --- BEGIN: pages/user-profile.php --- */

    .user-profile-shell .profile-card {
        border: 1px solid #e2e8f0;
        border-radius: 1rem;
        background: #ffffff;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
    }
    .user-profile-shell .chip {
        border: 1px solid #dbeafe;
        border-radius: 999px;
        background: #eff6ff;
        color: #1d4ed8;
        padding: 0.22rem 0.7rem;
        font-size: 0.72rem;
        font-weight: 600;
    }
    .user-profile-shell .info-label {
        font-size: 0.72rem;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: #64748b;
        font-weight: 700;
    }
/* --- END: pages/user-profile.php --- */

