.loader{width:36px;height:36px;border-radius:50%;border:4px solid rgba(0,0,0,.1);border-left:4px solid var(--primary);animation:spin 1s ease infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.merchant-tags-container{background:rgba(31,31,31,.6);border-radius:12px;padding:1.5rem;margin-top:1.5rem;box-shadow:0 4px 15px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.merchant-tags-section{margin-bottom:1.25rem}.merchant-tags-section:last-child{margin-bottom:0}.merchant-tags-title{font-size:1rem;font-weight:500;color:hsla(0,0%,100%,.8);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.merchant-tags-title svg{opacity:.7}.merchant-tags-grid{display:flex;flex-wrap:wrap;gap:.5rem}.merchant-tag{background:rgba(128,90,213,.15);border:1px solid rgba(128,90,213,.3);border-radius:20px;padding:.4rem .8rem;font-size:.85rem;color:hsla(0,0%,100%,.9);transition:all .2s ease}.merchant-tag:hover{background:rgba(128,90,213,.25);transform:translateY(-2px)}@media (max-width:768px){.merchant-tags-container{padding:1rem}.merchant-tags-grid{justify-content:center}}.toggle-container{display:inline-flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.toggle-input{display:none}.toggle-switch{position:relative;display:inline-block;width:2.25rem;height:1.25rem;background-color:#4b4b4b;border-radius:9999px;transition:background-color .2s}.toggle-switch:before{content:"";position:absolute;height:.875rem;width:.875rem;left:.1875rem;bottom:.1875rem;background-color:#fff;border-radius:50%;transition:transform .2s}.toggle-input:checked+.toggle-switch{background-color:#f77c00}.toggle-input:checked+.toggle-switch:before{transform:translateX(1rem)}.toggle-text{font-size:.875rem;color:#fff}.toggle-container:hover .toggle-switch{background-color:#6b6b6b}.toggle-input:checked:hover+.toggle-switch{background-color:#d88a1f}.toggle-input:focus+.toggle-switch{outline:none;box-shadow:0 0 0 2px rgba(247,124,0,.5)}