/* =========================================================
   FIAE IHL Moot Court Schedule Plugin — Stylesheet
   Colours drawn from the email template palette:
   - Dark navy  #1F3864
   - Mid blue   #2E75B6 / #004aad
   - Teal       #cce7eb / #5de0e6
   - Rose bg    #ffeded
   - Soft green #d9ead3
   ========================================================= */

/* ── Reset / container ─────────────────────────────────── */
.fiae-wrap *,
.fiae-wrap *::before,
.fiae-wrap *::after {
    box-sizing: border-box;
}

.fiae-wrap {
    font-family: Arial, Helvetica, sans-serif;
    color: #1a1a2e;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 16px 48px;
}

/* ── Screen-reader only ────────────────────────────────── */
.fiae-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

/* ── Search section ────────────────────────────────────── */
.fiae-search-section {
    background: linear-gradient(135deg, #1F3864 0%, #2E75B6 100%);
    border-radius: 16px;
    padding: 40px 32px 36px;
    margin-bottom: 32px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(31,56,100,0.18);
}

/* Logo bar */
.fiae-logo-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.fiae-logo-text {
    background: #5de0e6;
    color: #1F3864;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.08em;
    padding: 4px 10px;
    border-radius: 6px;
    font-family: Tahoma, Geneva, sans-serif;
}

.fiae-logo-sub {
    color: rgba(255,255,255,0.75);
    font-size: 13px;
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: 0.02em;
}

/* Heading */
.fiae-heading {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: -0.01em;
}

.fiae-subheading {
    color: rgba(255,255,255,0.80);
    font-size: 14px;
    margin: 0 0 28px;
    line-height: 1.5;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}

/* Search box */
.fiae-search-box {
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.20);
    border-radius: 12px;
    padding: 24px;
    backdrop-filter: blur(4px);
}

.fiae-input-row {
    display: flex;
    align-items: center;
    gap: 0;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

.fiae-input-prefix {
    background: #eef2f8;
    color: #2E75B6;
    font-weight: 700;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    padding: 0 14px;
    height: 52px;
    display: flex;
    align-items: center;
    border-right: 1px solid #d0dce8;
    white-space: nowrap;
    letter-spacing: 0.02em;
}

.fiae-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    color: #1F3864;
    padding: 0 16px;
    height: 52px;
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: 0.04em;
    background: transparent;
}

.fiae-input::placeholder {
    color: #aab8cc;
    font-weight: 400;
    letter-spacing: 0;
}

.fiae-btn-search {
    background: linear-gradient(90deg, #5de0e6, #004aad);
    color: #ffffff;
    border: none;
    padding: 0 22px;
    height: 52px;
    font-size: 14px;
    font-weight: 600;
    font-family: Tahoma, Geneva, sans-serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: opacity 0.2s, filter 0.2s;
    white-space: nowrap;
}

.fiae-btn-search:hover {
    filter: brightness(1.08);
}

.fiae-btn-search:active {
    opacity: 0.88;
}

.fiae-hint {
    color: rgba(255,255,255,0.65);
    font-size: 12px;
    margin: 10px 0 0;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
}

/* ── Error ─────────────────────────────────────────────── */
.fiae-error {
    background: #fff3f3;
    border: 1px solid #f5c0c0;
    border-left: 4px solid #d9534f;
    border-radius: 10px;
    padding: 16px 20px;
    color: #8b1a1a;
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fiae-error[hidden] {
    display: none;
}

.fiae-error-icon {
    font-size: 20px;
    flex-shrink: 0;
}

/* ── Result ────────────────────────────────────────────── */
.fiae-result-header {
    text-align: center;
    margin-bottom: 24px;
}

.fiae-team-badge {
    display: inline-block;
    background: linear-gradient(90deg, #feeff6, #b9f1fd);
    border: 1px solid #cce7eb;
    border-radius: 30px;
    padding: 8px 24px;
    font-size: 22px;
    font-weight: 700;
    color: #1F3864;
    font-family: Tahoma, Geneva, sans-serif;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
}

.fiae-country-tag {
    display: inline-block;
    background: #eef2f8;
    color: #2E75B6;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 12px;
    border-radius: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-family: Tahoma, Geneva, sans-serif;
    margin-bottom: 4px;
}

.fiae-tz-tag {
    display: block;
    color: #6b7a99;
    font-size: 12px;
    margin-top: 2px;
    font-family: Tahoma, Geneva, sans-serif;
}

/* Rounds grid */
.fiae-rounds-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 540px) {
    .fiae-rounds-grid {
        grid-template-columns: 1fr;
    }
}

/* Round card */
.fiae-round-card {
    border-radius: 14px;
    padding: 24px 20px;
    position: relative;
    overflow: hidden;
}

.fiae-round-card.round-1 {
    background: #ffeded;
    border: 1px solid #f5c8c8;
}

.fiae-round-card.round-2 {
    background: #cce7eb;
    border: 1px solid #a8d5dc;
}

.fiae-round-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6b7a99;
    font-family: Tahoma, Geneva, sans-serif;
    margin-bottom: 12px;
}

.fiae-round-card.round-1 .fiae-round-label { color: #b04040; }
.fiae-round-card.round-2 .fiae-round-label { color: #2a6878; }

.fiae-detail-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.fiae-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.fiae-detail-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 15px;
}

.round-1 .fiae-detail-icon { background: rgba(255,255,255,0.6); }
.round-2 .fiae-detail-icon { background: rgba(255,255,255,0.6); }

.fiae-detail-content {
    flex: 1;
}

.fiae-detail-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #6b7a99;
    font-family: Tahoma, Geneva, sans-serif;
    display: block;
    margin-bottom: 1px;
}

.fiae-detail-value {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a2e;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 1.3;
}

.fiae-detail-sub {
    font-size: 11px;
    color: #6b7a99;
    font-family: Tahoma, Geneva, sans-serif;
    display: block;
    margin-top: 1px;
}

/* Side badge */
.fiae-side-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    font-family: Tahoma, Geneva, sans-serif;
}

.fiae-side-badge.prosecution {
    background: #d9ead3;
    color: #1F5C2E;
}

.fiae-side-badge.defence {
    background: #fce5cd;
    color: #7E3600;
}

/* Courtroom button */
.fiae-courtroom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 13px 20px;
    border-radius: 30px;
    background: linear-gradient(90deg, #5de0e6, #004aad);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    font-family: Tahoma, Geneva, sans-serif;
    text-decoration: none;
    transition: filter 0.2s, transform 0.15s;
    box-shadow: 0 4px 16px rgba(0,74,173,0.25);
    border: none;
    cursor: pointer;
    margin-top: 4px;
}

.fiae-courtroom-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
    color: #ffffff;
    text-decoration: none;
}

.fiae-courtroom-btn svg {
    flex-shrink: 0;
}

/* Divider between rounds */
.fiae-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, #c8d8e8, transparent);
    margin: 8px 0 24px;
}

/* Footer note */
.fiae-footer-note {
    text-align: center;
    color: #8b99b0;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    padding: 16px 0 0;
    border-top: 1px solid #e8eef5;
    line-height: 1.6;
}

.fiae-footer-note a {
    color: #2E75B6;
    text-decoration: none;
}

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

/* ── Mobile tweaks ─────────────────────────────────────── */
@media (max-width: 480px) {
    .fiae-search-section {
        padding: 28px 18px 24px;
    }
    .fiae-heading {
        font-size: 20px;
    }
    .fiae-logo-sub {
        display: none;
    }
    .fiae-input-prefix {
        font-size: 13px;
        padding: 0 10px;
    }
    .fiae-input {
        font-size: 16px;
        padding: 0 10px;
    }
    .fiae-btn-search span {
        display: none;
    }
    .fiae-btn-search {
        padding: 0 16px;
    }
    .fiae-team-badge {
        font-size: 18px;
    }
}
