.supported-cards-page{background-color:#fff;padding-top:40px;min-height:75vh;font-family:Inter,sans-serif}.supported-cards-page .page-subtitle{color:#567;margin-bottom:5px;font-size:18px}.supported-cards-page .page-subtitle a{color:#006990}.supported-cards-page .last-updated{color:#89a;font-size:14px;margin-bottom:30px;font-style:italic}.search-container{position:relative;margin-bottom:30px;background:#fff;border-radius:16px;box-shadow:0 2px 5px rgba(0,0,0,.05)}.search-input{width:100%;padding:18px 15px 18px 45px;border:1px solid #e1e4e8;border-radius:16px;font-size:15px;height:auto}.search-icon{position:absolute;z-index:1;left:15px;top:50%;transform:translateY(-50%);color:#89a}.card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:start}.card-item{background:#fff;border-radius:16px;box-shadow:1px 3px 0 #0000000d,0 0 2px 1px #0000000d;width:100%;transition:transform .2s,box-shadow .2s}.card-header-custom{padding:20px 16px;border-radius:16px;display:flex;align-items:center;cursor:pointer;border-bottom:1px solid transparent;transition:all .2s}.card-header-custom:hover{background-color:oklch(.984 .003 247.858)}.card-item:not(:has(.card-body-custom.collapsed)) .card-header-custom{background-color:oklch(.984 .003 247.858);border-radius:16px 16px 0 0}.icon-box{width:40px;height:40px;border-radius:.625rem;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:12px;font-size:14px;flex-shrink:0}.bg-blue{background-color:#006990}.bg-teal{background-color:#006990}.card-title-text{font-weight:500;color:oklch(.208 .042 265.755);flex-grow:1;font-size:15px}.toggle-icon{color:#89a;font-size:12px;transition:transform .3s}.toggle-icon.collapsed{transform:rotate(180deg)}.card-body-custom{display:grid;grid-template-rows:1fr;transition:grid-template-rows .4s ease-out,opacity .4s ease-out;opacity:1}.card-body-custom.collapsed{grid-template-rows:0fr;opacity:0;visibility:hidden}.card-body-custom>div,.card-body-custom>ul{overflow:hidden;min-height:0;padding:8px 24px 15px 24px;transition:padding .4s ease-out}.card-body-custom.collapsed>div,.card-body-custom.collapsed>ul{padding-top:0;padding-bottom:0}.card-list{list-style:none;margin:0}.card-list li{padding:10px 0;border-bottom:1px dashed #f1f5f9;color:#4a5568;font-size:16px;transition:color .1s}.card-list li:last-child{border-bottom:none}.mb-50{margin-bottom:50px}@media (max-width:1200px){.card-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width:992px){.card-grid{grid-template-columns:repeat(2,1fr);gap:15px}.supported-cards-page h1{font-size:24px}}@media (max-width:768px){.card-grid{grid-template-columns:1fr;gap:15px}.supported-cards-page{padding-top:20px}.supported-cards-page h1{font-size:22px}.supported-cards-page .page-subtitle{font-size:15px;line-height:1.5}.supported-cards-page .last-updated{font-size:12px;margin-bottom:20px}.card-header-custom{padding:16px 15px}.card-body-custom>div,.card-body-custom>ul{padding:0 15px 15px 15px}.icon-box{width:36px;height:36px;margin-right:10px}.search-input{font-size:15px;padding:12px 12px 12px 40px}.search-icon{left:12px;font-size:14px}}@media (max-width:480px){.card-title-text{font-size:14px}}.highlight{background-color:#ffde00;font-weight:700;color:#134}#noResultsMessage{padding:40px;width:100%}#noResultsMessage h4{color:#567}#noResultsMessage p{color:#89a}