:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#f8f9fa;color:#333;line-height:1.6}.app{min-height:100vh}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center;padding:2rem 1rem;box-shadow:0 2px 10px #0000001a}.header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:600}.header p{font-size:1.1rem;opacity:.9}.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.json-section{margin-bottom:2rem}.toggle-json-btn{background:#6c757d;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s}.toggle-json-btn:hover{background:#5a6268}.json-input-area{margin-top:1rem;padding:1.5rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.json-input-area textarea{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:5px;font-family:Courier New,monospace;font-size:.9rem;resize:vertical;margin-bottom:1rem}.json-input-area textarea:focus{outline:none;border-color:#667eea}.submit-json-btn{background:#28a745;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s}.submit-json-btn:hover{background:#218838}.filters{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.search-box{margin-bottom:1rem}.search-box input{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:5px;font-size:1rem;transition:border-color .3s}.search-box input:focus{outline:none;border-color:#667eea}.filter-dropdowns{display:flex;gap:1rem;flex-wrap:wrap}.filter-dropdowns select{padding:.75rem;border:2px solid #e9ecef;border-radius:5px;font-size:1rem;background:#fff;color:#000;cursor:pointer;min-width:150px}.filter-dropdowns select:focus{outline:none;border-color:#667eea}.clear-btn{background:#dc3545;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;cursor:pointer;font-size:1rem;transition:background-color .3s}.clear-btn:hover{background:#c82333}.results-summary{margin-bottom:1.5rem;color:#6c757d}.store-list{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.store-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px #0000001a;transition:transform .2s,box-shadow .2s;border-left:4px solid #667eea}.store-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000026}.store-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.brand-badge{color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.store-header h3{color:#2c3e50;font-size:1.2rem;font-weight:600}.store-address,.store-city{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#6c757d}.address-icon,.city-icon{font-size:1.1rem}.no-results{text-align:center;padding:3rem;color:#6c757d;grid-column:1 / -1}.no-results p{font-size:1.1rem}@media (max-width: 768px){.header h1{font-size:2rem}.container{padding:1rem}.filter-dropdowns{flex-direction:column}.filter-dropdowns select{min-width:auto}.store-list{grid-template-columns:1fr}.store-header{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 480px){.header{padding:1.5rem 1rem}.header h1{font-size:1.8rem}.filters,.store-card{padding:1rem}}
