/* Public Site Styles — classic cooperative: white base, green accents */
:root {
    --color-primary: #166534;
    --color-primary-dark: #14532d;
    --color-primary-light: #15803d;
    --radius: 0.25rem;
}

html {
    scroll-behavior: smooth;
    background-color: #14532d;
}

body {
    color: #1f2937;
    line-height: 1.55;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #14532d;
}

body > main {
    flex: 1 0 auto;
    background: #ffffff;
}

body > footer {
    flex-shrink: 0;
    margin-top: auto;
}

/* Always solid — header no longer fixed over content */
#site-header {
    background-color: transparent;
    flex-shrink: 0;
}

/* Navbar üstü sabit banner
   Tasarım ölçüsü: 1920 × 568 px (oran ≈ 1024×303)
   Görseli bu orana göre hazırlayın; alan sabit, görsel alanı doldurur. */
.site-top-banner {
    --banner-max-h: 568px;
    position: relative;
    width: 100%;
    height: clamp(150px, 29.6vw, var(--banner-max-h));
    background: #166534;
    overflow: hidden;
    line-height: 0;
}

.site-top-banner-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.site-top-banner-fallback {
    display: flex;
    align-items: center;
    gap: 1rem;
    height: 100%;
    min-height: inherit;
    padding: 0.85rem 1.25rem;
    max-width: 80rem;
    margin: 0 auto;
    line-height: 1.4;
}

.site-top-banner-logo {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: contain;
    background: #fff;
    border-radius: 9999px;
    flex-shrink: 0;
}

.site-top-banner-social {
    position: absolute;
    top: 0.65rem;
    right: 0.75rem;
    z-index: 2;
    display: flex;
    gap: 0.35rem;
}

.site-social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.85rem;
    height: 1.85rem;
    background: #166534;
    color: #ffffff;
    text-decoration: none;
}

.site-social-btn:hover {
    background: #14532d;
}

/* Yeşil navbar */
.site-navbar {
    background: #166534;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-nav-link {
    display: inline-block;
    padding: 0.65rem 0.7rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.site-nav-link:hover,
.site-nav-link.active {
    background: #14532d;
    color: #ffffff;
}

.fade-in {
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.hero-slide {
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;
}
.hero-slide.active {
    opacity: 1;
    pointer-events: auto;
}

/* Slider: alan görsel oranına göre ayarlanır — kırpma yok, kenarlar blur dolgu */
.hero-viewport {
    position: relative;
    width: 100%;
    height: 420px; /* JS yüklenene kadar geçici */
    overflow: hidden;
    background: #0f172a;
}

.hero-media {
    overflow: hidden;
    background: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-blur {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: blur(28px) saturate(1.05);
    transform: scale(1.12);
    pointer-events: none;
    user-select: none;
}

.hero-main {
    position: relative;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}

/* Yazılar görselin altında */
.hero-caption-panel {
    background: #14532d;
    border-top: 3px solid #166534;
    min-height: 4.5rem;
}

.hero-caption-item {
    display: none;
}

.hero-caption-item.active {
    display: block;
}

.btn-classic-light {
    display: inline-block;
    margin-top: 0.75rem;
    padding: 0.45rem 1.1rem;
    background: #ffffff;
    color: #14532d !important;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid #ffffff;
    text-decoration: none;
}

.btn-classic-light:hover {
    background: #f0fdf4;
}

.hero-nav {
    position: absolute;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: none;
    background: rgba(20, 83, 45, 0.75);
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.hero-nav:hover {
    background: rgba(20, 83, 45, 0.95);
}

.hero-nav-prev {
    left: 0;
}

.hero-nav-next {
    right: 0;
}

@media (min-width: 1024px) {
    .hero-nav {
        width: 2.5rem;
        height: 3.25rem;
    }
}

/* Duyuru kayan yazı bandı */
.announcement-ticker {
    display: flex;
    align-items: stretch;
    background: #f3f4f6;
    border-bottom: 1px solid #d1d5db;
    overflow: hidden;
    min-height: 2.75rem;
}

.announcement-ticker-label {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    background: #166534;
    z-index: 2;
}

.announcement-ticker-label a {
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
    white-space: nowrap;
}

.announcement-ticker-track {
    flex: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.announcement-ticker-content {
    display: flex;
    align-items: center;
    gap: 0;
    width: max-content;
    white-space: nowrap;
    will-change: transform;
    animation: ticker-scroll linear infinite;
}

.announcement-ticker-track:hover .announcement-ticker-content {
    animation-play-state: paused;
}

.announcement-ticker-item {
    display: inline-flex;
    align-items: baseline;
    gap: 0.45rem;
    padding: 0 1.75rem;
    text-decoration: none;
    color: #1f2937;
    font-size: 0.875rem;
    border-right: 1px solid #d1d5db;
}

.announcement-ticker-item:hover .announcement-ticker-title {
    color: #166534;
    text-decoration: underline;
}

.announcement-ticker-date {
    color: #166534;
    font-weight: 700;
    font-size: 0.8125rem;
}

.announcement-ticker-title {
    font-weight: 700;
    color: #111827;
}

.announcement-ticker-text {
    font-weight: 300;
    color: #6b7280;
    font-size: 0.8125rem;
}

.announcement-ticker-text::before {
    content: '—';
    margin-right: 0.45rem;
    color: #9ca3af;
    font-weight: 300;
}

@keyframes ticker-scroll {
    from { transform: translateX(var(--ticker-from, 100%)); }
    to { transform: translateX(var(--ticker-to, -100%)); }
}

/* Duyurular sayfası: alt alta klasik liste */
.announcement-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.announcement-list-item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    border: 1px solid #d1d5db;
    background: #ffffff;
}

@media (min-width: 640px) {
    .announcement-list-item {
        flex-direction: row;
        align-items: flex-start;
    }
}

.announcement-list-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #f3f4f6;
    flex-shrink: 0;
    border: 1px solid #e5e7eb;
}

@media (min-width: 640px) {
    .announcement-list-image {
        width: 240px;
        height: 180px;
    }
}

.announcement-list-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

.announcement-list-body {
    flex: 1;
    min-width: 0;
}

.announcement-list-date {
    display: block;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #166534;
    margin-bottom: 0.25rem;
}

.announcement-list-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
}

.announcement-list-text {
    margin: 0.5rem 0 0;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #6b7280;
    line-height: 1.55;
}

.announcement-detail {
    border: 1px solid #d1d5db;
    background: #ffffff;
    overflow: hidden;
}

.announcement-detail-image {
    width: 100%;
    height: 360px;
    overflow: hidden;
    background: #f3f4f6;
    border-bottom: 1px solid #d1d5db;
}

.announcement-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

@media (min-width: 1024px) {
    .announcement-detail-image {
        height: 420px;
    }
}

.announcement-detail-body {
    padding: 1.5rem 1.5rem 1.75rem;
}

.announcement-detail-title {
    margin: 0.35rem 0 1rem;
    font-size: 1.75rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.3;
}

.announcement-detail-content {
    font-size: 1rem;
    font-weight: 400;
    color: #374151;
    line-height: 1.7;
}

/* Tarihçe: üstte büyük görsel, altta metin */
.history-feature {
    border: 1px solid #d1d5db;
    background: #ffffff;
    overflow: hidden;
}

.history-feature-image {
    width: 100%;
    aspect-ratio: 21 / 9;
    min-height: 220px;
    max-height: 380px;
    overflow: hidden;
    background: #e5e7eb;
}

.history-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.history-feature-body {
    padding: 1.35rem 1.5rem 1.5rem;
    text-align: center;
}

.history-feature-year {
    display: inline-block;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #166534;
    letter-spacing: 0.06em;
    margin-bottom: 0.35rem;
}

.history-feature-body h3 {
    margin: 0 0 0.75rem;
    font-size: 1.35rem;
    font-weight: 700;
    color: #111827;
}

.history-feature-body p {
    margin: 0 auto 1rem;
    max-width: 42rem;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #4b5563;
}

/* Devamını gör link-buton */
.btn-link-more {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.4rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #166534 !important;
    background: #ffffff;
    border: 1px solid #166534;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
}

.btn-link-more:hover {
    background: #166534;
    color: #ffffff !important;
}

.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-hover:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(22, 163, 74, 0.18);
}

.nav-link {
    position: relative;
    color: #374151;
}
.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.5rem;
    right: 0.5rem;
    width: auto;
    height: 2px;
    background: #166534;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}
.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

/* Buttons: green bg → white text | white bg → green text */
.btn-site {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.75rem;
    background: var(--color-primary);
    color: #ffffff !important;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s, color 0.2s;
}
.btn-site:hover {
    background: var(--color-primary-dark);
    color: #ffffff !important;
    transform: translateY(-1px);
}

.btn-site-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #ffffff;
    color: var(--color-primary) !important;
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}
.btn-site-white:hover {
    background: #f0fdf4;
    color: var(--color-primary-dark) !important;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    padding: 0.625rem 1.25rem;
    background: var(--color-primary);
    color: #ffffff !important;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.btn-primary:hover {
    background: var(--color-primary-dark);
    color: #ffffff !important;
}

/* Green content panels: green bg, white text */
.panel-green {
    background: var(--color-primary);
    color: #ffffff;
    border-radius: var(--radius);
    line-height: 1.5;
}
.content-text {
    line-height: 1.55;
    white-space: pre-line;
}
.panel-green h1,
.panel-green h2,
.panel-green h3,
.panel-green h4,
.panel-green p,
.panel-green span {
    color: #ffffff;
}
.panel-green a:not(.btn-site):not(.btn-site-white):not(.btn-primary) {
    color: #ffffff;
}
.panel-green a:not(.btn-site):not(.btn-site-white):not(.btn-primary):hover {
    opacity: 0.9;
}
.panel-green .muted {
    color: rgba(255, 255, 255, 0.85);
}

/* Classic section headings */
.section-head {
    text-align: center;
    margin-bottom: 1.75rem;
}

.section-title {
    display: inline-block;
    position: relative;
    color: #14532d;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding-bottom: 0.65rem;
    margin: 0;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 3.5rem;
    height: 3px;
    background: #166534;
}

@media (min-width: 1024px) {
    .section-title {
        font-size: 1.75rem;
    }
}

/* Classic button */
.btn-classic {
    display: inline-block;
    padding: 0.55rem 1.35rem;
    background: #166534;
    color: #ffffff !important;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid #14532d;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease;
}

.btn-classic:hover {
    background: #14532d;
    color: #ffffff !important;
}

/* Classic announcement list */
.classic-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d1d5db;
}

.classic-list > li {
    border-bottom: 1px solid #d1d5db;
}

.classic-list-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 0.9rem 0.25rem;
    text-decoration: none;
    color: inherit;
    transition: background 0.15s ease;
}

.classic-list-item:hover {
    background: #f9fafb;
}

.classic-date {
    flex-shrink: 0;
    min-width: 6.5rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #166534;
    padding-top: 0.15rem;
}

.classic-list-body h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
}

.classic-list-item:hover .classic-list-body h3 {
    color: #166534;
}

.classic-list-body p {
    margin: 0.25rem 0 0;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.45;
}

/* Classic media / cards */
.classic-media {
    border: 1px solid #d1d5db;
    background: #f3f4f6;
    overflow: hidden;
}

.classic-media img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 320px;
    object-fit: cover;
}

.classic-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #d1d5db;
    background: #ffffff;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.15s ease;
    overflow: hidden;
}

.classic-card:hover {
    border-color: #166534;
}

/* Sabit görsel alanı — tüm kartlarda aynı ölçü */
.classic-card-image {
    width: 100%;
    height: 190px;
    flex-shrink: 0;
    overflow: hidden;
    background: #e5e7eb;
}

.classic-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.classic-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0fdf4;
    color: #166534;
    font-size: 0.875rem;
    font-weight: 600;
}

.classic-card-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    padding: 0.85rem 1rem 1rem;
}

.classic-card-body time {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #166534;
    margin-bottom: 0.35rem;
}

.classic-card-body h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.7em;
}

.classic-card:hover .classic-card-body h3 {
    color: #166534;
}

.classic-card-body p {
    margin: 0.4rem 0 0;
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1 1 auto;
}

.classic-card-body .btn-link-more {
    margin-top: auto;
    align-self: flex-start;
}

/* Classic contact */
.classic-contact {
    background: #ffffff;
    border: 1px solid #d1d5db;
    padding: 1.25rem 1.5rem;
}

.classic-contact-row {
    padding: 0.65rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.classic-contact-row:last-of-type {
    border-bottom: none;
}

.classic-contact-row strong {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #166534;
    margin-bottom: 0.2rem;
}

.classic-contact-row p {
    margin: 0;
    font-size: 0.9375rem;
    color: #374151;
}

.classic-contact-row a {
    color: #166534;
    text-decoration: none;
}

.classic-contact-row a:hover {
    text-decoration: underline;
}

.classic-map {
    border: 1px solid #d1d5db;
    min-height: 280px;
    height: 100%;
    overflow: hidden;
    background: #e5e7eb;
}

/* Images: fill container evenly */
.img-box {
    overflow: hidden;
    background: #e5e7eb;
    position: relative;
}
.img-box img,
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.img-box-square {
    aspect-ratio: 1 / 1;
    width: 100%;
}

.img-box-card {
    aspect-ratio: 16 / 10;
    width: 100%;
}

.img-box-thumb {
    width: 7rem;
    height: 7rem;
    flex-shrink: 0;
    border-radius: 0.75rem;
}

/* Circular avatars — board & region managers */
.avatar-circle {
    border-radius: 50%;
    overflow: hidden;
    background: #e5e7eb;
    flex-shrink: 0;
    position: relative;
}
.avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.avatar-lg {
    width: 10rem;
    height: 10rem;
    margin: 0 auto;
}
.avatar-md {
    width: 5.5rem;
    height: 5.5rem;
}
.avatar-sm {
    width: 4.5rem;
    height: 4.5rem;
}

.avatar-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dcfce7;
    color: #16a34a;
}

/* Org chart / soyağacı */
.org-tree {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0 1rem;
}

.org-level {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem 1.25rem;
    width: 100%;
}

.org-level-top {
    gap: 1.5rem 2rem;
}

.org-level-mid {
    max-width: 56rem;
}

.org-level-bottom,
.org-level-extra {
    max-width: 72rem;
}

.org-stem {
    width: 2px;
    height: 1.75rem;
    background: #86efac;
    flex-shrink: 0;
}

.org-branch {
    width: min(100%, 28rem);
    height: 2px;
    background: #86efac;
    margin-bottom: 0.25rem;
    flex-shrink: 0;
}

.org-branch-wide {
    width: min(100%, 48rem);
}

.org-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 9.5rem;
}

.org-level-top .org-node {
    width: 11rem;
}

.org-node-avatar {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    overflow: hidden;
    background: #e5e7eb;
    border: 3px solid #bbf7d0;
    margin-bottom: 0.65rem;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.15);
}

.org-level-top .org-node-avatar {
    width: 7rem;
    height: 7rem;
    border-width: 4px;
}

.org-node-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.org-node-avatar .avatar-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    background: #f3f4f6;
}

.org-node-card {
    width: 100%;
    padding: 0.65rem 0.75rem;
    border-radius: 0.75rem;
}

.org-node-name {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}

.org-level-top .org-node-name {
    font-size: 1rem;
}

.org-node-role {
    font-size: 0.75rem;
    margin-top: 0.25rem;
    line-height: 1.3;
}

.org-node-meta {
    font-size: 0.7rem;
    margin-top: 0.35rem;
    line-height: 1.3;
    word-break: break-word;
}

@media (max-width: 640px) {
    .org-node {
        width: 8.25rem;
    }
    .org-level-top .org-node {
        width: 9.5rem;
    }
    .org-node-avatar {
        width: 4.5rem;
        height: 4.5rem;
    }
    .org-level-top .org-node-avatar {
        width: 5.5rem;
        height: 5.5rem;
    }
    .org-branch,
    .org-branch-wide {
        width: min(100%, 16rem);
    }
}

.page-hero {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

/* Homepage activity photo mosaic */
.activity-photo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}
@media (min-width: 768px) {
    .activity-photo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-auto-rows: 160px;
        gap: 1rem;
    }
    .activity-photo-item.is-large {
        grid-column: span 2;
        grid-row: span 2;
    }
}
.activity-photo-item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 1rem;
    background: #e5e7eb;
    min-height: 140px;
}
.activity-photo-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.activity-photo-item:hover img {
    transform: scale(1.05);
}
.activity-photo-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 1rem;
    background: linear-gradient(transparent, rgba(22, 101, 52, 0.85));
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
}

.form-input {
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #d1d5db;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.form-input:focus {
    border-color: #22c55e;
    box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.2);
}
.form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.375rem;
}
