.deposit-calc-widget,.deposit-calculator{display:flex;flex-direction:column;gap:var(--space-4);background:var(--bg)}.deposit-calculator{gap:var(--space-6);margin-bottom:var(--space-6)}.deposit-calculator-form{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3);align-items:end}.dc-field{display:flex;flex-direction:column;gap:6px}.dc-field label{font-size:.75rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.deposit-calc-widget input,.deposit-calc-widget select{width:100%;height:44px;padding:0 36px 0 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);font-size:14px;font-family:"Oxygen",system-ui,sans-serif;transition:.2s}.deposit-calc-widget input:focus,.deposit-calc-widget select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px rgb(12 44 85 / .12)}.deposit-calc-widget input::placeholder{color:var(--muted);opacity:.7}.deposit-calc-widget select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23111' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:10px}.dc-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3)}.deposit-calc-widget .dcf-submit{height:44px;border-radius:999px;border:none;background:#000;color:#fff;font-family:"Encode Sans Condensed",sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:.2s}.deposit-calc-widget .dcf-submit:hover{background:var(--accent)}.deposit-calc-widget .dcf-submit:active{transform:scale(.97)}@media (max-width:600px){.dc-row{grid-template-columns:1fr}}.deposit-calculator-form input,.deposit-calculator-form select{width:100%;height:44px;padding:0 36px 0 12px;border-radius:10px;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);font-size:.95rem;font-weight:500;transition:.2s}.deposit-calculator-form input:focus,.deposit-calculator-form select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 2px rgb(12 44 85 / .12)}.deposit-calculator-form input::placeholder{color:var(--muted);opacity:.7}.deposit-calculator-form select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23111' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:10px}.deposit-calculator-form .dcf-submit{width:100%;height:44px;border-radius:999px;border:none;background:#000;color:#fff;font-weight:600;cursor:pointer;transition:.2s}.deposit-calculator-form .dcf-submit:hover{background:var(--accent)}.dcf-submit{width:100%;height:44px;border-radius:999px;border:none;background:#000;color:#fff;font-family:"Encode Sans Condensed",sans-serif;font-weight:600;font-size:14px;cursor:pointer;transition:.2s}.dcf-submit:hover{background:var(--accent)}.dcf-submit:active{transform:scale(.97)}.dc-summary-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:var(--space-4)}.dc-summary-block{background:var(--bg);border:1px solid var(--border);border-radius:14px;padding:var(--space-4);position:relative;display:flex;flex-direction:column;justify-content:space-between;transition:.2s ease}.dc-summary-block:hover{border-color:var(--accent);box-shadow:0 8px 24px rgb(0 0 0 / .06)}.dc-summary-block .heading{font-family:"Encode Sans Condensed",sans-serif;font-size:.85rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.dc-summary-block p{font-size:.9rem;color:var(--muted);line-height:1.4}.dc-label{font-size:.7rem;text-transform:uppercase;color:var(--muted);margin-top:10px;letter-spacing:.04em}.dc-amount{font-size:1.4rem;font-weight:700;color:var(--text);margin-top:4px}.dc-summary-block:first-child{background:linear-gradient(135deg,rgb(12 44 85 / .08),rgb(12 44 85 / .02));border-color:rgb(12 44 85 / .15)}.dc-summary-block:first-child .dc-amount{font-size:1.6rem;color:var(--accent)}.dc-summary-block:nth-child(2),.dc-summary-block:nth-child(3){background:var(--surface-soft)}.dc-summary-block:nth-child(2) .dc-amount:first-of-type,.dc-summary-block:nth-child(3) .dc-amount:first-of-type{color:var(--accent)}.deposit-type-switch{display:flex;gap:var(--space-4);flex-wrap:wrap}.deposit-type-btn{height:44px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;background:#000;color:#fff;border:1px solid #000;border-radius:8px;cursor:pointer;transition:.2s}.deposit-type-btn:hover,.deposit-type-btn.active{background:var(--accent);border-color:var(--accent)}.deposit-type-switch.is-calculator .deposit-type-btn{flex:1;text-align:center}.deposit-table-controls{display:flex;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-4)}.deposit-table{width:100%;border-collapse:collapse;font-size:.85rem!important;border-top:4px solid var(--text)}.deposit-table-scroll{overflow-x:auto}.deposit-table th:first-child{text-align:left}.deposit-table thead th{white-space:nowrap;font-size:.9rem;font-weight:600;padding:12px 10px;background:var(--bg);border-bottom:1px solid var(--text)}.deposit-table td{padding:8px 10px;border-bottom:1px solid var(--surface-soft)!important;background:var(--bg)}.deposit-table th:not(:first-child),.deposit-table td:not(.bank-name):not(.customer-type){text-align:center}.deposit-table th,.deposit-table td{border-left:none!important;border-right:none!important}.deposit-table th:first-child,.deposit-table td:first-child{position:sticky;left:0;z-index:5;background:var(--bg);box-shadow:3px 0 6px rgb(0 0 0 / .05)}.deposit-table thead th:first-child{z-index:10}.bank-name,.customer-type{font-weight:600}.bank-name a{display:inline-flex;gap:6px;text-decoration:none}.bank-name a:hover{color:var(--accent)}.deposit-table tbody tr:hover{background:rgb(0 0 0 / .03)}.deposit-table td.is-active-term{font-weight:700}.deposit-chart-controls{display:flex;gap:24px;padding:14px 0;border-top:4px solid var(--text);border-bottom:1px solid var(--text)}.deposit-chart-controls label{display:flex;gap:6px;font-size:.85rem;color:var(--muted)}.deposit-chart-controls select{border:none;background:#fff0;font-weight:600;cursor:pointer}.chart-compare-btn{border:none;background:#fff0;font-weight:600;cursor:pointer}.chart-compare-btn:hover{color:var(--accent)}.bank-modal-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .4);display:none;align-items:center;justify-content:center;z-index:2000}.bank-modal-overlay.active{display:flex}.bank-modal{max-width:420px;width:100%;background:var(--bg);border-radius:14px;border:1px solid var(--border);box-shadow:0 20px 60px rgb(0 0 0 / .2)}.deposit-last-update{text-align:right;font-size:.75rem;color:var(--muted);margin-top:var(--space-2)}@media (max-width:768px){.deposit-calculator-form{grid-template-columns:1fr}.dc-summary-grid{grid-template-columns:1fr 1fr}.dc-summary-block:first-child{grid-column:1 / -1}.deposit-type-switch.is-calculator{flex-direction:row;flex-wrap:wrap;gap:8px}.deposit-type-switch.is-calculator .deposit-type-btn{flex:1;text-align:center}.deposit-rates-instance .deposit-table{min-width:800px}.dc-table[data-bank-type]{min-width:100%}.dc-table th:first-child,.dc-table td:first-child{width:50%}.dc-table th:nth-child(2),.dc-table td:nth-child(2),.dc-table th:nth-child(3),.dc-table td:nth-child(3){width:25%}}.dc-unijos-header{display:flex;justify-content:flex-end;margin-bottom:var(--space-2)}#dc-city-filter,.deposit-city-select{height:44px;padding:0 36px 0 14px;border-radius:8px;border:1px solid #000;background-color:#000;color:#fff;font-size:14px;font-weight:500;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:10px}#dc-city-filter:hover,#dc-city-filter:focus{background-color:var(--accent);border-color:var(--accent);outline:none}.dc-table[data-bank-type]{table-layout:fixed}