/* Pararix BES Hesaplama Stilleri */
:root { --primary-color: #4f46e5; --text-dark: #111827; --text-medium: #374151; --text-light: #6b7280; --border-color: #d1d5db; --background-light: #f9fafb;}
.pbh-container { font-family: system-ui, -apple-system, sans-serif; line-height: 1.5; max-width: 56rem; margin: auto; }
.pbh-card { background-color: #ffffff; border-radius: 0.75rem; padding: 1.5rem; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
@media (min-width: 640px) { .pbh-card { padding: 2rem; } }
.pbh-header { text-align: center; margin-bottom: 2rem; }
.pbh-title { font-size: 1.5rem; font-weight: 700; color: var(--text-dark); margin: 0; }
@media (min-width: 640px) { .pbh-title { font-size: 1.875rem; } }
.pbh-subtitle { margin-top: 0.5rem; color: var(--text-light); }
.pbh-form-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; }
@media (min-width: 768px) { .pbh-form-grid { grid-template-columns: 1fr 1fr; } }
.pbh-form-group-full { grid-column: 1 / -1; }
.pbh-label { display: block; font-size: 0.875rem; font-weight: 500; color: var(--text-medium); margin-bottom: 0.25rem; }
.pbh-input { width: 100%; padding: 0.75rem; border-radius: 0.5rem; border: 1px solid var(--border-color); box-sizing: border-box; font-size: 1rem; }
.pbh-input:focus { outline: none; border-color: var(--primary-color); box-shadow: 0 0 0 2px rgba(79,70,229,0.4); }
.pbh-radio-group { display: flex; gap: 1rem; padding-top: 0.5rem; }
.pbh-radio-group input { display: none; }
.pbh-radio-group label { padding: 0.5rem 1rem; border: 1px solid var(--border-color); border-radius: 0.5rem; cursor: pointer; transition: all 0.2s ease; }
.pbh-radio-group input:checked+label { background-color: #eef2ff; border-color: var(--primary-color); color: var(--primary-color); font-weight: 600; }
.pbh-button-wrapper { margin-top: 2rem; }
.pbh-calculate-btn { width: 100%; background-color: var(--primary-color); color: white; font-weight: 700; font-size: 1.125rem; padding: 0.85rem 1rem; border-radius: 0.5rem; border: none; cursor: pointer; transition: background-color 0.3s; }
.pbh-calculate-btn:hover { background-color: #4338ca; }
.hidden { display: none !important; }
.pbh-results-wrapper { margin-top: 2rem; }
.pbh-ad-banner { display: block; text-align: center; padding: 1rem; background-color: #eef2ff; border: 1px solid #e0e7ff; border-radius: 0.5rem; margin-bottom: 2rem; color: var(--text-medium); text-decoration: none; transition: all 0.2s ease; }
.pbh-ad-banner:hover { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05); border-color: var(--primary-color); }
.pbh-ad-banner strong { display: block; color: var(--primary-color); font-weight: 600; }
.pbh-ad-banner span { font-size: 0.875rem; }
.pbh-result-title { text-align: center; font-size: 1.5rem; font-weight: 700; color: var(--text-dark); margin-bottom: 1.5rem; }
.pbh-final-result-wrapper { text-align: center; margin-bottom: 2rem; }
.pbh-final-amount { font-size: 3rem; font-weight: 800; color: var(--primary-color); line-height: 1; }
@media (min-width: 640px) { .pbh-final-amount { font-size: 3.75rem; } }
.pbh-retirement-info { margin-top: 0.5rem; color: var(--text-light); }
.pbh-summary-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; text-align: center; }
@media (min-width: 640px) { .pbh-summary-grid { grid-template-columns: repeat(3, 1fr); } }
.pbh-summary-item { padding: 1rem; border-radius: 0.5rem; }
.pbh-summary-item p:first-child { font-size: 0.875rem; margin: 0; }
.pbh-summary-item p:last-child { font-weight: 700; font-size: 1.25rem; margin: 0.25rem 0 0 0; }
.pbh-summary-item { background-color: #f3f4f6; color: #374151; }
.pbh-summary-item.pbh-gov-item { background-color: #dcfce7; color: #166534; }
.pbh-summary-item.pbh-return-item { background-color: #dbeafe; color: #1e40af; }
.pbh-chart-container { margin-top: 2rem; height: 250px; }
.pbh-table-wrapper { margin-top: 3rem; }
.pbh-table-title { font-size: 1.25rem; font-weight: 600; color: var(--text-dark); margin-bottom: 1rem; }
.pbh-table-container { max-height: 400px; overflow-y: auto; border: 1px solid var(--border-color); border-radius: 0.5rem; }
.pbh-table { width: 100%; border-collapse: collapse; font-size: 0.875rem; }
.pbh-table th, .pbh-table td { text-align: right; padding: 0.75rem; border-bottom: 1px solid #e5e7eb; }
.pbh-table th { background-color: var(--background-light); font-weight: 600; position: sticky; top: 0; z-index: 10;}
.pbh-table td:first-child, .pbh-table th:first-child { text-align: left; }
.pbh-table tr:last-child td { border-bottom: none; }
.getiri-pozitif { color: #15803d; }
