/**
 * Job Centre - Public Styles
 * Estilização para listagem pública e página single de vagas.
 * @since 1.77.0
 */

/* ==========================================
   PUBLIC LISTING PAGE
   ========================================== */

/* Hero Section */
.eau-jcp-hero {
    position: relative !important;
    min-height: 42vh !important;
    background-color: #1A75BC !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 2rem 1rem !important;
    /* Break out of any parent container */
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    box-sizing: border-box !important;
}

.eau-jcp-hero-inner {
    text-align: center !important;
    padding: 2rem !important;
    position: relative;
    z-index: 1;
    width: 100%;
}

.eau-jcp-hero-title {
    font-family: Calibri, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-size: 64px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    line-height: 1.2em !important;
    margin: 0 auto !important;
    padding: 0 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none !important;
    background: none !important;
    text-align: center !important;
}

.eau-jcp-rainbow-line {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 14px !important;
    background: linear-gradient(90deg, #FFE604, #E8493C, #1A75BC, #7A489C) !important;
    z-index: 2;
    display: block !important;
}

@media (max-width: 1024px) {
    .eau-jcp-hero {
        min-height: 35vh !important;
    }
    .eau-jcp-hero-title {
        font-size: 48px !important;
    }
}

@media (max-width: 767px) {
    .eau-jcp-hero {
        min-height: 30vh !important;
    }
    .eau-jcp-hero-title {
        font-size: 32px !important;
    }
}

/* Main Container */
.eau-job-centre-public-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Header / Subtitle */
.eau-jcp-header {
    text-align: center;
    margin-bottom: 2rem;
}

.eau-jcp-subtitle {
    font-size: 1.35rem;
    color: #374151;
    margin: 0;
    font-weight: 500;
}

/* Search Bar */
.eau-jcp-search-row {
    margin-bottom: 1.5rem;
}

.eau-jcp-search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.eau-jcp-search-box svg {
    position: absolute;
    left: 14px;
    width: 18px;
    height: 18px;
    color: #9ca3af;
    pointer-events: none;
}

.eau-jcp-search-box input {
    width: 100%;
    padding: 0.85rem 1rem 0.85rem 2.75rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.2s;
    background: #fff;
}

.eau-jcp-search-box input:focus {
    outline: none;
    border-color: #1A75BC;
    box-shadow: 0 0 0 3px rgba(26, 117, 188, 0.1);
}

/* Filters Row */
.eau-jcp-filters {
    margin-bottom: 1.5rem;
}

.eau-jcp-filter-row {
    display: flex;
    gap: 1rem;
    align-items: stretch;
}

.eau-jcp-select {
    flex: 1;
    padding: 0.85rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    color: #374151;
    background: #fff;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 2.5rem;
    transition: border-color 0.2s;
}

.eau-jcp-select:focus {
    outline: none;
    border-color: #1A75BC;
    box-shadow: 0 0 0 3px rgba(26, 117, 188, 0.1);
}

.eau-jcp-search-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.85rem 1.75rem;
    background: #1A75BC;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.eau-jcp-search-btn:hover {
    background: #155d96;
}

/* Results Info */
.eau-jcp-results-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    color: #6b7280;
}

.eau-jcp-clear-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.4rem 0.8rem;
    background: #fee2e2;
    color: #dc2626;
    border: none;
    border-radius: 6px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 0.15s;
}

.eau-jcp-clear-btn:hover {
    background: #fecaca;
}

.eau-jcp-clear-btn svg {
    width: 14px;
    height: 14px;
}

/* Jobs Grid */
.eau-jcp-jobs-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 1.25rem;
    min-height: 200px;
}

/* Loading */
.eau-jcp-loading {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: #6b7280;
}

.eau-jcp-spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #e5e7eb;
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: eau-jcp-spin 0.8s linear infinite;
    margin-bottom: 0.75rem;
}

@keyframes eau-jcp-spin {
    to { transform: rotate(360deg); }
}

/* Empty State */
.eau-jcp-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 3rem;
    color: #6b7280;
}

.eau-jcp-empty svg {
    width: 48px;
    height: 48px;
    margin-bottom: 1rem;
    color: #9ca3af;
}

.eau-jcp-empty h3 {
    font-size: 1.1rem;
    color: #374151;
    margin: 0 0 0.5rem;
}

.eau-jcp-empty p {
    margin: 0;
}

/* Job Card */
.eau-jcp-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.eau-jcp-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.2s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.eau-jcp-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.12);
    transform: translateY(-2px);
}

.eau-jcp-card-header {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.eau-jcp-card-logo {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eau-jcp-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eau-jcp-card-logo-placeholder svg {
    width: 24px;
    height: 24px;
    color: #9ca3af;
}

.eau-jcp-card-header-info {
    flex: 1;
    min-width: 0;
}

.eau-jcp-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.2rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.eau-jcp-card-company {
    font-size: 0.85rem;
    color: #6b7280;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.eau-jcp-card-summary {
    font-size: 0.85rem;
    color: #4b5563;
    margin: 0 0 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.eau-jcp-card-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.75rem;
    flex-wrap: wrap;
}

.eau-jcp-card-meta-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8rem;
    color: #6b7280;
}

.eau-jcp-card-meta-item svg {
    width: 14px;
    height: 14px;
}

.eau-jcp-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.75rem;
}

.eau-jcp-card-badge {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    background: #eff6ff;
    color: #1d4ed8;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.eau-jcp-card-badge-more {
    background: #f3f4f6;
    color: #6b7280;
}

.eau-jcp-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
}

.eau-jcp-card-date {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.8rem;
    color: #6b7280;
}

.eau-jcp-card-date svg {
    width: 14px;
    height: 14px;
}

.eau-jcp-card-urgency {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.eau-jcp-card-urgency svg {
    width: 14px;
    height: 14px;
}

.eau-jcp-card-urgent .eau-jcp-card-urgency {
    color: #dc2626;
}

.eau-jcp-card-soon .eau-jcp-card-urgency {
    color: #d97706;
}

/* Pagination */
.eau-jcp-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.eau-jcp-page-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #ffffff;
    font-size: 0.85rem;
    color: #374151;
    cursor: pointer;
    transition: all 0.15s;
}

.eau-jcp-page-btn:hover:not(:disabled) {
    border-color: #3b82f6;
    color: #3b82f6;
}

.eau-jcp-page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.eau-jcp-page-active {
    background: #3b82f6;
    border-color: #3b82f6;
    color: #ffffff;
}

.eau-jcp-page-active:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff !important;
}

.eau-jcp-page-btn svg {
    width: 16px;
    height: 16px;
}

.eau-jcp-page-ellipsis {
    color: #9ca3af;
    padding: 0 0.25rem;
}

/* ==========================================
   BOTTOM SECTION: Buttons + Video
   ========================================== */

.eau-jcp-bottom-section {
    margin-top: 3rem;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.eau-jcp-bottom-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

a.eau-jcp-btn-primary,
a.eau-jcp-btn-primary:link,
a.eau-jcp-btn-primary:visited {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    padding: 14px 32px !important;
    background: #1A75BC !important;
    color: #FFFFFF !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: background 0.2s;
    border: 2px solid #1A75BC !important;
    line-height: 1.3;
}

a.eau-jcp-btn-primary:hover {
    background: #155d96 !important;
    color: #FFFFFF !important;
}

a.eau-jcp-btn-outline,
a.eau-jcp-btn-outline:link,
a.eau-jcp-btn-outline:visited {
    display: inline-flex !important;
    align-items: center;
    gap: 0.5rem;
    padding: 14px 32px !important;
    background: #FFFFFF !important;
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    transition: all 0.2s;
    border: 2px solid #d1d5db !important;
    line-height: 1.3;
}

a.eau-jcp-btn-outline:hover {
    border-color: #1A75BC !important;
    color: #1A75BC !important;
}

/* Video */
.eau-jcp-video-wrapper {
    width: 100%;
}

.eau-jcp-video-container {
    position: relative !important;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    display: block;
}

.eau-jcp-video-thumbnail {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

button.eau-jcp-video-play {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 2;
    transition: opacity 0.2s;
}

button.eau-jcp-video-play:hover {
    opacity: 0.9;
}

.eau-jcp-play-bg {
    transition: fill 0.2s;
}

button.eau-jcp-video-play:hover .eau-jcp-play-bg {
    fill: rgba(0, 0, 0, 0.8);
}

.eau-jcp-video-container iframe {
    border-radius: 12px;
}

@media (max-width: 768px) {
    .eau-jcp-bottom-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .eau-jcp-btn-primary,
    .eau-jcp-btn-outline {
        font-size: 16px;
        padding: 12px 24px;
    }
}

/* ==========================================
   SINGLE JOB PAGE
   ========================================== */

.eau-single-job-main {
    min-height: 80vh;
}

.eau-job-page-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.eau-job-centre-single-container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Back Link */
.eau-jcs-back {
    margin-bottom: 1.5rem;
}

.eau-jcs-back a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #3b82f6;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.15s;
}

.eau-jcs-back a:hover {
    color: #1d4ed8;
}

.eau-jcs-back svg {
    width: 18px;
    height: 18px;
}

/* Expired Banner */
.eau-jcs-expired-banner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.eau-jcs-expired-banner svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Unavailable */
.eau-jcs-unavailable {
    text-align: center;
    padding: 4rem 2rem;
    color: #6b7280;
}

.eau-jcs-unavailable h2 {
    color: #374151;
    margin-bottom: 1rem;
}

.eau-jcs-unavailable a {
    color: #3b82f6;
    text-decoration: none;
}

/* Layout */
.eau-jcs-layout {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 2rem;
    align-items: flex-start;
}

/* Header */
.eau-jcs-header {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.eau-jcs-logo {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.eau-jcs-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eau-jcs-header-info {
    flex: 1;
}

.eau-jcs-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.4rem;
    line-height: 1.2;
}

.eau-jcs-company {
    font-size: 1.1rem;
    color: #6b7280;
    margin: 0;
}

/* Info Bar */
.eau-jcs-info-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    padding: 1rem 1.25rem;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    margin-bottom: 1.5rem;
}

.eau-jcs-info-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
    color: #4b5563;
}

.eau-jcs-info-item svg {
    width: 16px;
    height: 16px;
    color: #6b7280;
}

.eau-jcs-info-item.eau-jcs-expired {
    color: #dc2626;
}

.eau-jcs-info-item.eau-jcs-expired svg {
    color: #dc2626;
}

.eau-jcs-info-item.eau-jcs-urgent {
    color: #d97706;
}

.eau-jcs-info-item.eau-jcs-urgent svg {
    color: #d97706;
}

/* Badges */
.eau-jcs-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.eau-jcs-badge {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
}

.eau-jcs-badge-type {
    background: #eff6ff;
    color: #1d4ed8;
}

.eau-jcs-badge-tag {
    background: #f0fdf4;
    color: #15803d;
}

/* Description */
.eau-jcs-description {
    margin-bottom: 2rem;
}

.eau-jcs-description h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.eau-jcs-description-content {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #374151;
}

.eau-jcs-description-content p {
    margin: 0 0 1rem;
}

.eau-jcs-description-content ul,
.eau-jcs-description-content ol {
    margin: 0 0 1rem 1.5rem;
}

.eau-jcs-description-content li {
    margin-bottom: 0.4rem;
}

/* Tags Section */
.eau-jcs-tags {
    margin-bottom: 2rem;
}

.eau-jcs-tags h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
    margin: 0 0 0.75rem;
}

/* Sidebar Cards */
.eau-jcs-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem;
    margin-bottom: 1rem;
}

.eau-jcs-card h3 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f3f4f6;
}

.eau-jcs-card h3 svg {
    width: 18px;
    height: 18px;
    color: #3b82f6;
}

.eau-jcs-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.eau-jcs-contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #4b5563;
}

.eau-jcs-contact-item svg {
    width: 16px;
    height: 16px;
    color: #6b7280;
    flex-shrink: 0;
}

.eau-jcs-contact-item a {
    color: #3b82f6;
    text-decoration: none;
    word-break: break-all;
}

.eau-jcs-contact-item a:hover {
    text-decoration: underline;
}

.eau-jcs-attachment {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
}

.eau-jcs-attachment svg {
    width: 16px;
    height: 16px;
    color: #6b7280;
    flex-shrink: 0;
}

.eau-jcs-attachment a {
    color: #3b82f6;
    text-decoration: none;
}

.eau-jcs-attachment a:hover {
    text-decoration: underline;
}

/* Apply Button */
.eau-jcs-apply {
    margin-bottom: 1rem;
}

.eau-jcs-apply-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.85rem 1.5rem;
    background: #3b82f6;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.2s;
}

.eau-jcs-apply-btn:hover {
    background: #2563eb;
    color: #ffffff;
}

.eau-jcs-apply-btn svg {
    width: 18px;
    height: 18px;
}

/* ==========================================
   APPLICATION FORM
   ========================================== */

.eau-jcs-application-form {
    margin-top: 2rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 2rem;
}

.eau-jcs-application-form h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 0.5rem;
}

.eau-jcs-application-form .eau-app-form-subtitle {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 1.5rem;
}

.eau-app-message {
    padding: 0.85rem 1.25rem;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.eau-app-msg-success {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #15803d;
}

.eau-app-msg-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
}

.eau-app-form-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.eau-app-row {
    display: contents;
}

.eau-app-field {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.eau-app-field.eau-app-field-full {
    grid-column: span 2;
}

.eau-app-field label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
}

.eau-app-field label .required {
    color: #ef4444;
    margin-left: 0.125rem;
}

.eau-app-field input[type="text"],
.eau-app-field input[type="email"],
.eau-app-field input[type="tel"],
.eau-app-field input[type="date"],
.eau-app-field textarea {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.875rem;
    font-family: inherit;
    color: #1f2937;
    background: #ffffff;
    transition: all 0.15s ease;
    box-sizing: border-box;
}

.eau-app-field input:focus,
.eau-app-field textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.eau-app-field textarea {
    resize: vertical;
    min-height: 120px;
}

/* File Upload - Dropzone Style */
.eau-app-file-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.eau-app-dropzone {
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    background: #ffffff;
}

.eau-app-dropzone:hover {
    border-color: #2563eb;
    background: #eff6ff;
}

.eau-app-dropzone.has-file {
    border-color: #10b981;
    border-style: solid;
    background: #ecfdf5;
}

.eau-app-dropzone input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.eau-app-dropzone-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.375rem;
    pointer-events: none;
}

.eau-app-dropzone-content svg {
    width: 2rem;
    height: 2rem;
    color: #9ca3af;
}

.eau-app-dropzone.has-file .eau-app-dropzone-content svg {
    color: #10b981;
}

.eau-app-dropzone-text {
    font-size: 0.875rem;
    color: #6b7280;
}

.eau-app-dropzone.has-file .eau-app-dropzone-text {
    color: #065f46;
    font-weight: 500;
}

.eau-app-file-hint {
    font-size: 0.75rem;
    color: #9ca3af;
    text-align: center;
}

/* Submit Button */
.eau-jcs-application-form .eau-app-submit-btn {
    grid-column: span 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #2563eb;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    width: auto;
    max-width: 220px;
}

.eau-jcs-application-form .eau-app-submit-btn:hover {
    background: #1d4ed8;
}

.eau-jcs-application-form .eau-app-submit-btn:disabled {
    background: #93c5fd;
    cursor: not-allowed;
}

.eau-jcs-application-form .eau-app-submit-btn svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 767px) {
    .eau-app-form-fields {
        grid-template-columns: 1fr;
    }
    .eau-app-field.eau-app-field-full,
    .eau-jcs-application-form .eau-app-submit-btn {
        grid-column: span 1;
    }
}

/* ==========================================
   MY APPLICATIONS
   ========================================== */

/* Page header layout */
.eau-my-applications-container .eau-page-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
}

.eau-my-applications-container .eau-page-header h2 {
    margin: 0 0 0.25rem 0 !important;
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #1f2937 !important;
}

.eau-my-applications-container .eau-page-header-subtitle {
    margin: 0 !important;
    color: #6b7280 !important;
    font-size: 0.875rem !important;
}

.eau-my-applications-container .eau-page-header-actions {
    display: flex !important;
    gap: 0.5rem !important;
}

/* Override filter-select width in search bar context */
.eau-my-applications-container .eau-search-filters-bar .eau-filter-select {
    width: auto !important;
    min-width: 180px !important;
    flex-shrink: 0 !important;
}

/* Status badges */
.eau-ma-status {
    display: inline-block !important;
    padding: 0.25rem 0.625rem !important;
    border-radius: 9999px !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
}

.eau-ma-status-submitted { background: #eff6ff !important; color: #1d4ed8 !important; }
.eau-ma-status-reviewing { background: #fef3c7 !important; color: #92400e !important; }
.eau-ma-status-shortlisted { background: #d1fae5 !important; color: #065f46 !important; }
.eau-ma-status-interviewed { background: #ede9fe !important; color: #5b21b6 !important; }
.eau-ma-status-accepted { background: #dcfce7 !important; color: #166534 !important; }
.eau-ma-status-rejected { background: #fee2e2 !important; color: #991b1b !important; }
.eau-ma-status-withdrawn { background: #f3f4f6 !important; color: #6b7280 !important; }

/* Action icon buttons */
.eau-ma-action-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2rem !important;
    height: 2rem !important;
    border: none !important;
    border-radius: 6px !important;
    background: transparent !important;
    color: #6b7280 !important;
    cursor: pointer !important;
    transition: all 0.15s ease !important;
    text-decoration: none !important;
}

.eau-ma-action-btn svg,
.eau-ma-action-btn i {
    width: 1rem !important;
    height: 1rem !important;
}

.eau-ma-action-view:hover {
    background: #eff6ff !important;
    color: #2563eb !important;
}

.eau-ma-action-withdraw:hover {
    background: #fee2e2 !important;
    color: #dc2626 !important;
}

/* Job title link */
.eau-ma-job-link {
    color: #2563eb !important;
    text-decoration: none !important;
    font-weight: 500 !important;
}

.eau-ma-job-link:hover {
    text-decoration: underline !important;
}

/* Empty state for my-applications */
.eau-ma-empty-state {
    text-align: center !important;
    padding: 3rem 1.5rem !important;
}

.eau-ma-empty-state svg {
    width: 3rem !important;
    height: 3rem !important;
    color: #d1d5db !important;
    margin-bottom: 1rem !important;
}

.eau-ma-empty-state h3 {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    color: #374151 !important;
    margin: 0 0 0.5rem !important;
}

.eau-ma-empty-state p {
    font-size: 0.875rem !important;
    color: #6b7280 !important;
    margin: 0 0 1.5rem !important;
}

/* Responsive: card layout on mobile */
@media (max-width: 768px) {
    .eau-my-applications-container .eau-table thead {
        display: none !important;
    }

    .eau-my-applications-container .eau-table-row {
        display: block !important;
        padding: 1rem !important;
        border-bottom: 1px solid #e5e7eb !important;
    }

    .eau-my-applications-container .eau-table-td {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 0.375rem 0 !important;
        border-bottom: none !important;
    }

    .eau-my-applications-container .eau-table-td::before {
        content: attr(data-label) !important;
        font-size: 0.75rem !important;
        font-weight: 600 !important;
        color: #6b7280 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.05em !important;
        margin-right: 1rem !important;
    }

    .eau-my-applications-container .eau-table-td-actions {
        justify-content: flex-end !important;
        padding-top: 0.75rem !important;
    }
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 968px) {
    .eau-jcs-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .eau-jcp-subtitle {
        font-size: 1.1rem;
    }

    .eau-jcp-filter-row {
        flex-direction: column;
        gap: 0.75rem;
    }

    .eau-jcp-search-btn {
        width: 100%;
        justify-content: center;
    }

    .eau-jcp-jobs-grid {
        grid-template-columns: 1fr;
    }

    .eau-jcs-title {
        font-size: 1.4rem;
    }

    .eau-jcs-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .eau-jcs-info-bar {
        flex-direction: column;
        gap: 0.75rem;
    }
}
