/* Appraiser Admin - Modern Green Light Theme */

/* ── Global Transitions ── */
*:not(.material-symbols-outlined) {
    transition: background-color 0.15s ease, color 0.15s ease,
                border-color 0.15s ease, box-shadow 0.2s ease,
                transform 0.15s ease;
}

/* ── Material Icons ── */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
}

/* ── Sidebar Polish ── */
#sidebar-navigation > div:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

#sidebar-navigation .font-semibold {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.625rem;
    opacity: 0.5;
}

/* Active sidebar item - green accent */
#sidebar-navigation a[aria-current="page"],
#sidebar-navigation a.active {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.1), rgba(34, 197, 94, 0.03));
    border-left: 3px solid rgb(34, 197, 94);
}

/* ── Changelist Table ── */
#result_list tbody tr:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    background-color: rgba(34, 197, 94, 0.03);
}

#result_list tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

#result_list thead th {
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 0.65rem;
}

/* ── Cards & Containers ── */
.inline-group .inline-related {
    border-radius: 12px;
    overflow: hidden;
}

.submit-row {
    border-radius: 12px;
    overflow: hidden;
}

/* ── Scrollbar ── */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.18);
}

/* ── Login Page ── */
#content-main form {
    max-width: 100%;
}

/* ── Selection & Focus ── */
::selection {
    background: rgba(34, 197, 94, 0.2);
    color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
    outline: 2px solid rgba(34, 197, 94, 0.5);
    outline-offset: 2px;
    border-radius: 4px;
}
