.ifsc-lookup-page-container{max-width:1200px;margin:0 auto;padding:1rem;min-height:calc(100vh - 135px)}@media(max-width:768px){.ifsc-lookup-page-container{padding:.75rem}}.ifsc-lookup-page-container .page-header{text-align:center;margin-bottom:1.5rem}.ifsc-lookup-page-container .page-header .page-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:-.5px;transition:color .3s ease}html.dark .ifsc-lookup-page-container .page-header .page-title{color:#f8f8f2}@media(min-width:640px){.ifsc-lookup-page-container .page-header .page-title{font-size:2.5rem}}@media(min-width:1024px){.ifsc-lookup-page-container .page-header .page-title{font-size:3.5rem}}.ifsc-lookup-page-container .page-header .page-subtitle{font-size:.85rem;color:#666;max-width:500px;margin:0 auto .5rem;transition:color .3s ease}html.dark .ifsc-lookup-page-container .page-header .page-subtitle{color:#bd93f9}@media(min-width:640px){.ifsc-lookup-page-container .page-header .page-subtitle{font-size:1.1rem}}.ifsc-lookup-page-container .page-header .disclaimer-text{font-size:.85rem;color:#dc2626;font-style:italic;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;gap:.5rem;max-width:700px;text-align:center}html.dark .ifsc-lookup-page-container .page-header .disclaimer-text{color:#dc2626}.ifsc-lookup-page-container .page-header .disclaimer-text svg{min-width:16px}.ifsc-lookup-page-container .tool-section{background:#fff;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;gap:1rem}html.dark .ifsc-lookup-page-container .tool-section{background:#282a36;border-color:#44475a;box-shadow:0 4px 12px rgba(0,0,0,.4)}.ifsc-lookup-page-container .tool-section .input-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.ifsc-lookup-page-container .tool-section .input-group .input-label{font-size:.9rem;font-weight:600;color:#1a1a1a}html.dark .ifsc-lookup-page-container .tool-section .input-group .input-label{color:#f8f8f2}.ifsc-lookup-page-container .tool-section .input-group .text-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;color:#1a1a1a;background-color:#fff;transition:border-color .2s ease,background-color .2s ease;resize:vertical;box-sizing:border-box}.ifsc-lookup-page-container .tool-section .input-group .text-input:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px rgba(26,26,26,.2)}.ifsc-lookup-page-container .tool-section .input-group .text-input::placeholder{color:#9ca3af}html.dark .ifsc-lookup-page-container .tool-section .input-group .text-input{background-color:rgb(35.6595744681,37.4425531915,48.1404255319);border-color:#44475a;color:#f8f8f2}html.dark .ifsc-lookup-page-container .tool-section .input-group .text-input:focus{border-color:#f8f8f2;box-shadow:0 0 0 3px rgba(248,248,242,.2)}html.dark .ifsc-lookup-page-container .tool-section .input-group .text-input::placeholder{color:#6272a4}.ifsc-lookup-page-container .tool-section .error-message{color:#dc2626;font-size:.85rem;margin-top:-.5rem;text-align:center}.ifsc-lookup-page-container .tool-section .action-button{background-color:#1a1a1a;color:#fff;border:1px solid #1a1a1a;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.ifsc-lookup-page-container .tool-section .action-button:hover:not(:disabled){background-color:#333;border-color:#333}.ifsc-lookup-page-container .tool-section .action-button:disabled{opacity:.6;cursor:not-allowed}html.dark .ifsc-lookup-page-container .tool-section .action-button{background-color:#f8f8f2;color:#282a36;border-color:#f8f8f2}html.dark .ifsc-lookup-page-container .tool-section .action-button:hover:not(:disabled){background-color:#44475a;border-color:#44475a}.ifsc-lookup-page-container .tool-section .action-button .loading-spin{animation:spin 1s linear infinite}.ifsc-lookup-page-container .tool-section .ifsc-result{padding:1rem;border-radius:8px;background-color:#fff;border:1px solid #d1d5db;transition:background-color .3s ease,border-color .3s ease}html.dark .ifsc-lookup-page-container .tool-section .ifsc-result{background-color:rgb(35.6595744681,37.4425531915,48.1404255319);border-color:#44475a}.ifsc-lookup-page-container .tool-section .ifsc-result .ifsc-details-grid{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;width:100%;margin-top:1rem;font-size:.95rem;font-weight:500;color:#1a1a1a}html.dark .ifsc-lookup-page-container .tool-section .ifsc-result .ifsc-details-grid{color:#f8f8f2}.ifsc-lookup-page-container .tool-section .ifsc-result .ifsc-details-grid .detail-item{display:flex;flex-direction:column;align-items:flex-start;padding:.5rem 0;border-bottom:1px dashed #d1d5db}.ifsc-lookup-page-container .tool-section .ifsc-result .ifsc-details-grid .detail-item:last-child{border-bottom:none}html.dark .ifsc-lookup-page-container .tool-section .ifsc-result .ifsc-details-grid .detail-item{border-bottom-color:#44475a}.ifsc-lookup-page-container .tool-section .ifsc-result .ifsc-details-grid .detail-item strong{color:#666;margin-bottom:.25rem}html.dark .ifsc-lookup-page-container .tool-section .ifsc-result .ifsc-details-grid .detail-item strong{color:#bd93f9}.ifsc-lookup-page-container .tool-section .ifsc-result .ifsc-details-grid .detail-item.full-width{grid-column:1/-1}@media(min-width:640px){.ifsc-lookup-page-container .tool-section .ifsc-result .ifsc-details-grid{grid-template-columns:repeat(2,1fr)}.ifsc-lookup-page-container .tool-section .ifsc-result .ifsc-details-grid .detail-item{flex-direction:row;justify-content:space-between;align-items:center}.ifsc-lookup-page-container .tool-section .ifsc-result .ifsc-details-grid .detail-item strong{margin-bottom:0}.ifsc-lookup-page-container .tool-section .ifsc-result .ifsc-details-grid .full-width{grid-column:1/-1;flex-direction:column;align-items:flex-start}}.ifsc-lookup-page-container .ad-placeholder{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:1rem;text-align:center;font-size:.8rem;color:#64748b;margin-top:1rem;transition:background .3s ease,border-color .3s ease,color .3s ease}html.dark .ifsc-lookup-page-container .ad-placeholder{background-color:#1a1c24;border-color:#44475a;color:#8be9fd}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}