* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #f1f5f9; color: #1e293b; }
.main-header { background: #1e3a8a; color: #fff; padding: 12px 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.main-header a { color: #fff; text-decoration: none; padding: 6px 12px; border-radius: 8px; }
.main-header a:hover { background: rgba(255,255,255,0.15); }
.main-header .logo { font-weight: 700; font-size: 1.1rem; }
.main-header nav { display: flex; gap: 4px; flex-wrap: wrap; }
.main-header .logout { background: rgba(255,255,255,0.2); }
.main-content { max-width: 1000px; margin: 0 auto; padding: 24px; }

.login-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%); }
.login-box { background: #fff; padding: 32px; border-radius: 16px; box-shadow: 0 10px 40px rgba(0,0,0,0.2); width: 100%; max-width: 380px; }
.login-box h1 { margin: 0 0 8px; font-size: 1.5rem; color: #1e293b; }
.login-subtitle { color: #64748b; margin: 0 0 20px; font-size: 0.9rem; }
.login-form label { display: block; margin-top: 12px; margin-bottom: 4px; font-weight: 500; font-size: 0.9rem; }
.login-form input { width: 100%; padding: 10px 12px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 1rem; }
.login-form button { margin-top: 20px; width: 100%; padding: 12px; font-size: 1rem; }
.login-hint { margin-top: 16px; font-size: 0.8rem; color: #94a3b8; text-align: center; }

.alert { padding: 12px; border-radius: 8px; margin-bottom: 16px; }
.alert-error { background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }

h1 { margin: 0 0 8px; font-size: 1.5rem; }
.muted { color: #64748b; font-size: 0.9rem; margin: 0 0 20px; }
.card, .cards .card { background: #fff; border-radius: 12px; padding: 20px; margin-bottom: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 16px; margin-bottom: 24px; }
.card h2 { margin: 0 0 12px; font-size: 1.1rem; }
.card h3 { margin: 0 0 8px; font-size: 1rem; color: #64748b; }
.big-number { font-size: 2rem; font-weight: 700; color: #1e3a8a; margin: 0 0 12px; }

.btn { display: inline-block; padding: 10px 18px; border-radius: 8px; border: none; font-size: 0.95rem; cursor: pointer; text-decoration: none; font-weight: 500; }
.btn-primary { background: #1e3a8a; color: #fff; }
.btn-primary:hover { background: #1e40af; }
.btn-secondary { background: #e2e8f0; color: #475569; }
.btn-danger { background: #ef4444; color: #fff; }
.btn-sm { padding: 6px 12px; font-size: 0.85rem; }
.btn-block { width: 100%; text-align: center; }

.form-section .card { margin-bottom: 24px; }
.form-section label { display: block; margin: 12px 0 4px; font-weight: 500; }
.form-section input[type="text"], .form-section input[type="number"], .form-section input[type="email"], .form-section input[type="password"], .form-section textarea, .form-section select { width: 100%; max-width: 400px; padding: 10px 12px; border: 1px solid #e2e8f0; border-radius: 8px; font-size: 1rem; }
.form-section textarea { resize: vertical; min-height: 80px; }
.form-inline { display: flex; flex-wrap: wrap; gap: 10px; align-items: flex-end; }
.form-inline input { padding: 8px 12px; border: 1px solid #e2e8f0; border-radius: 8px; width: auto; min-width: 140px; }
.checkboxes label { display: flex; align-items: center; gap: 8px; margin: 8px 0; cursor: pointer; }
.checkboxes input { width: auto; }

.sortable-list { list-style: none; padding: 0; margin: 0 0 12px; }
.sortable-item { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.sortable-item .drag-handle { cursor: grab; color: #94a3b8; font-size: 1.2rem; }
.sortable-item input { flex: 1; max-width: 400px; padding: 8px 12px; border: 1px solid #e2e8f0; border-radius: 8px; }

.table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.table th, .table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #e2e8f0; }
.table th { background: #f8fafc; font-weight: 600; font-size: 0.9rem; color: #475569; }
.table tbody tr:hover { background: #f8fafc; }
.table select { padding: 6px 10px; border: 1px solid #e2e8f0; border-radius: 6px; font-size: 0.9rem; min-width: 180px; }

#toast { position: fixed; bottom: 24px; right: 24px; padding: 12px 20px; border-radius: 8px; background: #1e293b; color: #fff; font-size: 0.9rem; display: none; z-index: 999; }
#toast.show { display: block; animation: fadeIn 0.2s; }
#toast.error { background: #b91c1c; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

code { background: #f1f5f9; padding: 2px 6px; border-radius: 4px; font-size: 0.85rem; }

/* Başvuru detay - belgeler */
.info-table { width: 100%; max-width: 400px; }
.info-table th { text-align: left; padding: 6px 12px 6px 0; color: #64748b; font-weight: 500; width: 140px; }
.info-table td { padding: 6px 0; }
.doc-table .doc-admin-note { max-width: 100%; min-width: 180px; }
.doc-status { display: inline-block; padding: 4px 10px; border-radius: 6px; font-size: 0.85rem; font-weight: 500; }
.doc-status-ok { background: #dcfce7; color: #166534; }
.doc-status-hatalı { background: #fee2e2; color: #b91c1c; }
.doc-status-bekliyor { background: #f1f5f9; color: #475569; }
.doc-row-error { background: #fef2f2 !important; }
.doc-row-error td { border-color: #fecaca; }
.additional-requests-list { list-style: none; padding: 0; margin: 0; }
.additional-request-item { display: flex; align-items: center; gap: 12px; padding: 10px 12px; background: #f8fafc; border-radius: 8px; margin-bottom: 8px; border: 1px solid #e2e8f0; }
.additional-request-item .request-text { flex: 1; }
.btn-success { background: #16a34a; color: #fff; }
.btn-success:hover { background: #15803d; }

/* Bildirim gönder — modern sayfa */
.page-notifications { max-width: 520px; margin: 0 auto; }
.notif-header { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.notif-header-icon { flex-shrink: 0; width: 52px; height: 52px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%); color: #fff; border-radius: 14px; box-shadow: 0 4px 14px rgba(30, 58, 138, 0.35); }
.notif-header h1 { margin: 0 0 4px; font-size: 1.5rem; font-weight: 700; color: #0f172a; }
.notif-subtitle { margin: 0; font-size: 0.95rem; color: #64748b; }
.notif-card { background: #fff; border-radius: 16px; padding: 28px 32px; box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08), 0 1px 3px rgba(0,0,0,0.06); border: 1px solid rgba(226, 232, 240, 0.8); }
.notif-form { margin-bottom: 20px; }
.notif-form-group { margin-bottom: 20px; }
.notif-label { display: block; font-size: 0.875rem; font-weight: 600; color: #334155; margin-bottom: 8px; }
.notif-input-wrap { position: relative; }
.notif-input { width: 100%; padding: 12px 16px; font-size: 1rem; border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; color: #1e293b; transition: border-color 0.2s, box-shadow 0.2s; }
.notif-input::placeholder { color: #94a3b8; }
.notif-input:hover { border-color: #cbd5e1; }
.notif-input:focus { outline: none; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2); }
.notif-select { appearance: none; padding-right: 40px; cursor: pointer; }
.notif-input-icon--select { position: absolute; right: 14px; top: 50%; transform: translateY(-50%); pointer-events: none; color: #64748b; font-size: 0.7rem; }
.notif-textarea { resize: vertical; min-height: 100px; }
.notif-submit { display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 14px 20px; font-size: 1rem; font-weight: 600; color: #fff; background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%); border: none; border-radius: 10px; cursor: pointer; transition: transform 0.15s, box-shadow 0.2s; box-shadow: 0 4px 14px rgba(30, 58, 138, 0.3); }
.notif-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(30, 58, 138, 0.35); }
.notif-submit:active { transform: translateY(0); }
.notif-submit-icon { display: flex; align-items: center; justify-content: center; }
.notif-hint { margin: 0; font-size: 0.8rem; color: #94a3b8; }
.notif-hint code { font-size: 0.8rem; padding: 2px 6px; background: #f1f5f9; border-radius: 4px; }

/* Dashboard */
.page-dashboard { max-width: 1000px; margin: 0 auto; }
.dash-header { margin-bottom: 24px; }
.dash-header h1 { margin: 0 0 4px; font-size: 1.75rem; font-weight: 700; color: #0f172a; }
.dash-header-sub { margin: 0; font-size: 1rem; color: #64748b; }

/* Dashboard — grafikler (daire / donut) */
.dash-charts { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 32px; }
.dash-chart-card { background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06); border: 1px solid #e2e8f0; }
.dash-chart-title { margin: 0 0 20px; font-size: 1rem; font-weight: 600; color: #475569; }
.dash-donut-wrap { display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; }
.dash-donut { width: 180px; height: 180px; border-radius: 50%; background: conic-gradient( #2563eb 0% calc(var(--p1, 33.33) * 1%), #059669 calc(var(--p1, 33.33) * 1%) calc((var(--p1, 33.33) + var(--p2, 33.33)) * 1%), #dc2626 calc((var(--p1, 33.33) + var(--p2, 33.33)) * 1%) 100% ); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.dash-donut__inner { width: 120px; height: 120px; border-radius: 50%; background: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: inset 0 0 0 3px #f1f5f9; }
.dash-donut__total { font-size: 1.75rem; font-weight: 700; color: #1e3a8a; line-height: 1; }
.dash-donut__label { font-size: 0.75rem; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 4px; }
.dash-donut-legend { list-style: none; padding: 0; margin: 0; font-size: 0.9rem; color: #475569; }
.dash-donut-legend li { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.dash-donut-legend__dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.dash-donut-legend__dot--ongoing { background: #2563eb; }
.dash-donut-legend__dot--completed { background: #059669; }
.dash-donut-legend__dot--error { background: #dc2626; }

.dash-circles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dash-circle { display: flex; flex-direction: column; align-items: center; text-decoration: none; color: inherit; transition: transform 0.2s; }
.dash-circle:hover { transform: scale(1.05); }
.dash-circle__ring { width: 88px; height: 88px; border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; border: 4px solid currentColor; box-shadow: 0 0 0 1px rgba(0,0,0,0.04); }
.dash-circle__value { font-size: 1.5rem; font-weight: 700; position: relative; z-index: 1; }
.dash-circle__label { font-size: 0.75rem; font-weight: 600; color: #64748b; margin-top: 8px; text-align: center; line-height: 1.2; }
.dash-circle--total { color: #1e3a8a; }
.dash-circle--ongoing { color: #2563eb; }
.dash-circle--active { color: #0ea5e9; }
.dash-circle--completed { color: #059669; }
.dash-circle--error { color: #dc2626; }
.dash-circle--users { color: #7c3aed; }

@media (max-width: 900px) {
    .dash-charts { grid-template-columns: 1fr; }
    .dash-circles { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 520px) {
    .dash-circles { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .dash-donut { width: 160px; height: 160px; }
    .dash-donut__inner { width: 100px; height: 100px; }
}

.dash-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; margin-bottom: 32px; }
.dash-card { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; padding: 22px; background: #fff; border-radius: 14px; box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06); border: 1px solid #e2e8f0; text-decoration: none; color: inherit; transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s; }
.dash-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1); border-color: #cbd5e1; }
.dash-card__icon { flex-shrink: 0; width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: #fff; }
.dash-card--applications .dash-card__icon { background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%); box-shadow: 0 4px 12px rgba(37, 99, 235, 0.35); }
.dash-card--users .dash-card__icon { background: linear-gradient(135deg, #059669 0%, #047857 100%); box-shadow: 0 4px 12px rgba(5, 150, 105, 0.35); }
.dash-card--settings .dash-card__icon { background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%); box-shadow: 0 4px 12px rgba(124, 58, 237, 0.35); }
.dash-card--notifications .dash-card__icon { background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%); box-shadow: 0 4px 12px rgba(234, 88, 12, 0.35); }
.dash-card--accounting .dash-card__icon { background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%); box-shadow: 0 4px 12px rgba(13, 148, 136, 0.35); }
.dash-card__content { flex: 1; min-width: 0; }
.dash-card__label { display: block; font-size: 0.8rem; font-weight: 600; color: #64748b; text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 4px; }
.dash-card__number { display: block; font-size: 1.75rem; font-weight: 700; color: #0f172a; line-height: 1.2; }
.dash-card__meta { display: block; font-size: 0.85rem; color: #94a3b8; margin-top: 4px; }
.dash-card__action { font-size: 0.9rem; font-weight: 600; color: #3b82f6; flex-shrink: 0; }
.dash-card:hover .dash-card__action { color: #1d4ed8; }
.dash-card--settings .dash-card__content .dash-card__meta { margin-top: 2px; }
.dash-card--settings .dash-card__number { display: none; }
.dash-card--notifications .dash-card__number { display: none; }
.dash-section { background: #fff; border-radius: 14px; padding: 22px; box-shadow: 0 2px 12px rgba(15, 23, 42, 0.06); border: 1px solid #e2e8f0; }
.dash-section__title { margin: 0 0 16px; font-size: 1.1rem; font-weight: 600; color: #334155; }
.dash-recent { display: flex; flex-direction: column; gap: 0; }
.dash-recent-item { display: grid; grid-template-columns: 70px 1fr auto auto; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid #f1f5f9; text-decoration: none; color: inherit; font-size: 0.9rem; transition: background 0.15s; }
.dash-recent-item:last-child { border-bottom: none; }
.dash-recent-item:hover { background: #f8fafc; }
.dash-recent-item__type { font-weight: 600; color: #475569; }
.dash-recent-item__name { color: #0f172a; font-weight: 500; }
.dash-recent-item__detail { color: #64748b; }
.dash-recent-item__status { font-size: 0.8rem; color: #64748b; background: #f1f5f9; padding: 4px 10px; border-radius: 6px; }
.dash-section-link { display: inline-block; margin-top: 14px; font-size: 0.9rem; font-weight: 500; color: #3b82f6; text-decoration: none; }
.dash-section-link:hover { color: #1d4ed8; text-decoration: underline; }
@media (max-width: 600px) {
    .dash-recent-item { grid-template-columns: 1fr auto; }
    .dash-recent-item__detail { display: none; }
    .dash-recent-item__type { grid-column: 1; }
    .dash-recent-item__name { grid-column: 1; grid-row: 2; font-size: 0.85rem; color: #64748b; }
    .dash-recent-item__status { grid-column: 2; grid-row: 1 / 3; }
}

/* Muhasebe / Ödeme Paneli — Adım adım */
.page-accounting { max-width: 720px; margin: 0 auto; }
.acc-header { margin-bottom: 28px; }
.acc-header h1 { margin: 0 0 4px; font-size: 1.5rem; font-weight: 700; color: #0f172a; }
.acc-header-sub { margin: 0; font-size: 0.95rem; color: #64748b; }

.acc-step { margin-bottom: 24px; }
.acc-step-card { background: #fff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06); border: 1px solid #e2e8f0; display: flex; gap: 20px; align-items: flex-start; }
.acc-step-number { flex-shrink: 0; width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; font-weight: 700; box-shadow: 0 4px 12px rgba(30, 58, 138, 0.3); }
.acc-step-content { flex: 1; min-width: 0; }
.acc-step-title { margin: 0 0 14px; font-size: 1.1rem; font-weight: 600; color: #334155; }
.acc-step-header { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 14px; }
.acc-step-header .acc-step-title { margin: 0; }

.acc-customer-select { width: 100%; padding: 14px 40px 14px 16px; font-size: 1rem; border: 2px solid #e2e8f0; border-radius: 12px; background: #fff; color: #1e293b; cursor: pointer; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; transition: border-color 0.2s, box-shadow 0.2s; }
.acc-customer-select:hover { border-color: #cbd5e1; }
.acc-customer-select:focus { outline: none; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2); }

.btn-add-payment, .btn-cancel-payment { display: inline-flex !important; align-items: center; gap: 8px; padding: 10px 18px; font-size: 0.9rem; font-weight: 600; border: none; border-radius: 10px; cursor: pointer; transition: transform 0.15s, box-shadow 0.2s; }
.btn-add-payment { background: linear-gradient(135deg, #059669 0%, #047857 100%); color: #fff; box-shadow: 0 4px 12px rgba(5, 150, 105, 0.3); }
.btn-add-payment:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(5, 150, 105, 0.35); }
.btn-add-payment svg { flex-shrink: 0; }
.btn-cancel-payment { background: #f1f5f9; color: #64748b; }
.btn-cancel-payment:hover { background: #e2e8f0; }
.btn-cancel-payment svg { flex-shrink: 0; }

.acc-payments-list { margin-top: 14px; }
.acc-list-empty { color: #94a3b8; font-size: 0.95rem; margin: 0; padding: 20px; text-align: center; background: #f8fafc; border-radius: 10px; }

.acc-form-group { margin-bottom: 18px; }
.acc-label { display: block; font-size: 0.875rem; font-weight: 600; color: #334155; margin-bottom: 8px; }
.acc-input, .acc-select { width: 100%; padding: 12px 14px; font-size: 1rem; border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; color: #1e293b; }
.acc-input:focus, .acc-select:focus { outline: none; border-color: #3b82f6; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2); }
.acc-select { cursor: pointer; appearance: none; padding-right: 36px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; }
.acc-methods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 24px; }
.acc-method { background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 12px; padding: 18px; text-align: center; transition: border-color 0.2s, background 0.2s; }
.acc-method:hover { border-color: #cbd5e1; background: #f1f5f9; }
.acc-method__icon { width: 48px; height: 48px; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; color: #64748b; }
.acc-method--nakit .acc-method__icon { color: #059669; }
.acc-method--banka .acc-method__icon { color: #475569; }
.acc-method--kredi .acc-method__icon { color: #2563eb; }
.acc-method__label { display: block; font-size: 0.9rem; font-weight: 600; color: #334155; margin-bottom: 12px; }
.acc-method__input-wrap { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; justify-content: center; }
.acc-method .acc-amount { width: 100%; max-width: 120px; text-align: right; padding: 10px 12px; }
.acc-method .acc-currency { width: auto; min-width: 72px; padding: 10px 28px 10px 10px; font-size: 0.9rem; }
.acc-summary { background: #f8fafc; border-radius: 12px; padding: 18px; margin-bottom: 22px; }
.acc-total-wrap { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.acc-total { max-width: 160px; background: #fff; font-weight: 600; }
.acc-total-hint { font-size: 0.8rem; color: #94a3b8; }
.acc-textarea { resize: vertical; min-height: 70px; }
.acc-submit { display: block; width: 100%; padding: 14px 20px; font-size: 1rem; font-weight: 600; color: #fff; background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%); border: none; border-radius: 10px; cursor: pointer; transition: transform 0.15s, box-shadow 0.2s; box-shadow: 0 4px 14px rgba(30, 58, 138, 0.3); }
.acc-submit:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(30, 58, 138, 0.35); }
.acc-payment-item { padding: 14px 16px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; margin-bottom: 10px; }
.acc-payment-item:last-child { margin-bottom: 0; }
.acc-payment-item__main { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-bottom: 6px; }
.acc-payment-item__main strong { color: #0f172a; font-weight: 600; }
.acc-payment-item__date { font-size: 0.85rem; color: #64748b; }
.acc-payment-item__methods { font-size: 0.9rem; color: #475569; margin-bottom: 4px; }
.acc-payment-item__desc { font-size: 0.85rem; color: #94a3b8; font-style: italic; }
@media (max-width: 640px) {
    .acc-methods { grid-template-columns: 1fr; }
}
