.checkbox-custom{width:1.25rem;height:1.25rem;border-radius:.25rem;border:2px solid #d1d5db;transition:all .2s;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}.checkbox-custom:hover{border-color:#3b82f6}.checkbox-custom:focus{outline:2px solid transparent;outline-offset:2px;box-shadow:0 0 0 2px #3b82f633}.checkbox-custom:checked{background-color:#3b82f6;border-color:#3b82f6;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;background-size:100%}.checkbox-custom:checked:hover{background-color:#2563eb;border-color:#2563eb}.checkbox-custom:disabled{opacity:.5;cursor:not-allowed;background-color:#f3f4f6}.filter-card{background-color:#fff;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:1rem}.filter-card>*+*{margin-top:1rem}.filter-section{padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.filter-section:last-child{border-bottom:none}.filter-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:.5rem;border-radius:.5rem;transition:background-color .2s}.filter-label:hover{background-color:#e5e7eb80}.filter-label:has(input:checked){background-color:#3b82f61a;border:1px solid rgba(59,130,246,.2)}.switch-checkbox{position:relative;display:inline-flex;align-items:center;cursor:pointer}.switch-checkbox input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.switch-checkbox .slider{width:2.75rem;height:1.5rem;background-color:#d1d5db;border-radius:9999px;position:relative;transition:background-color .3s}.switch-checkbox .slider:before{content:"";position:absolute;width:1.25rem;height:1.25rem;background-color:#fff;border-radius:9999px;left:.125rem;top:.125rem;transition:transform .3s;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.switch-checkbox input:checked+.slider{background-color:#3b82f6}.switch-checkbox input:checked+.slider:before{transform:translate(1.25rem)}@keyframes glow{0%,to{box-shadow:0 0 5px #fbbf2480,0 0 10px #fbbf244d,0 0 15px #fbbf241a}50%{box-shadow:0 0 10px #fbbf24cc,0 0 20px #fbbf2480,0 0 30px #fbbf244d}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.featured-badge{animation:glow 2s ease-in-out infinite;background:linear-gradient(90deg,#fbbf24,#fb923c,#fbbf24,#fb923c,#fbbf24);background-size:200% 100%;animation:shimmer 3s linear infinite,glow 2s ease-in-out infinite}.featured-badge-wrapper{position:relative}.featured-badge-wrapper:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,#fbbf24,#fb923c,#ef4444);border-radius:.5rem;opacity:.5;filter:blur(8px);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.advanced-badge{animation:float 3s ease-in-out infinite;background:linear-gradient(135deg,#3b82f6,#8b5cf6);box-shadow:0 4px 15px #3b82f666}.list-view-badge{position:absolute;top:.75rem;left:160px;z-index:10}.list-view-badge-advanced{position:absolute;top:.75rem;right:.75rem;z-index:10}.listing-card{transition:all .3s cubic-bezier(.4,0,.2,1)}.listing-card:hover{transform:translateY(-2px)}.listing-card.featured:hover{transform:translateY(-4px) scale(1.02)}.view-count-badge{background:linear-gradient(135deg,#000c,#0009);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1)}
