*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.hours-display{font-size:14px;margin-bottom:6px;position:relative;z-index:1}.hours-display.dropdown-open{z-index:1000}.hours-label-container{align-items:center;cursor:pointer;display:flex;flex-wrap:nowrap;gap:4px;-webkit-user-select:none;user-select:none;white-space:nowrap}.hours-label{color:#333;font-weight:600}.status-closed{color:#d32f2f;font-weight:500}.status-closing-soon{color:#f59e0b;font-weight:500}.status-open{color:#22c55e;font-weight:500}.separator{color:#666;margin:0 2px}.closing-time,.next-open,.schedule-later{color:#666}.dropdown-arrow{color:#666;display:inline-block;font-size:10px;margin-left:4px;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.hours-dropdown{background-color:#fff;background:#fff;border:1px solid #e5e5e5;border-radius:6px;box-shadow:0 4px 12px #00000026;left:0;margin-top:4px;min-width:220px;opacity:1;padding:12px;position:absolute;top:100%;z-index:100}.hours-dropdown-header{color:#333;font-size:14px;font-weight:600;margin-bottom:8px}.hours-dropdown-item{color:#666;font-size:14px;line-height:1.5;margin-bottom:4px}.hours-dropdown-item:last-child{margin-bottom:0}.store-directory{background-color:#f1f2ff;display:flex;flex-direction:column;height:100vh;width:100%}.top-banner{align-items:center;background-color:#fff;box-shadow:0 1px 3px #00000014;display:flex;justify-content:center;padding:6px 24px;width:100%;z-index:10}.top-banner-content{align-items:center;display:flex;justify-content:flex-start;padding-left:16px;width:70%}.chatime-logo{height:55px;object-fit:contain;width:auto}.directory-header{align-items:center;background-color:#f1f2ff;display:flex;justify-content:space-between;margin:24px auto 0;padding:16px 24px 8px;width:70%;z-index:10}.directory-header h1{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:24px;font-weight:700;margin:0 0 8px}.pickup-description{color:#666;line-height:1.5}.locations-count,.pickup-description{font-size:16px;font-weight:400;margin:0}.locations-count{align-self:flex-end;color:#333}.search-container{align-items:flex-start;display:flex;padding:2px 24px 2px 16px;width:100%}.search-input-wrapper{flex:1 1;position:relative;width:100%}.search-input{background-color:#fff;border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-size:15px;outline:none;padding:12px 45px 12px 16px;transition:all .2s;width:100%}.search-input:focus{border-color:#ff6b35}.search-suggestions{background-color:#fff;border:1px solid #ddd;border-radius:0 0 8px 8px;border-top:none;left:0;margin-top:-1px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.suggestion-item{border-bottom:1px solid #f0f0f0;color:#333;cursor:pointer;font-size:14px;padding:12px 16px;transition:background-color .2s}.suggestion-item:hover{background-color:#fffaf8;color:#ff6b35}.suggestion-item:last-child{border-bottom:none}.location-icon-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:opacity .2s}.location-icon-button:hover{opacity:.7}.location-icon-button svg{pointer-events:none}.directory-content{display:flex;flex:1 1;margin:0 auto;overflow:hidden;padding:0;width:70%}.stores-list{background-color:#f1f2ff;border-right:1px solid #e5e5e5;display:flex;flex-direction:column;overflow:hidden;width:480px}.stores-header{background-color:#f1f2ff;padding:20px 0}.stores-container{background-color:#f1f2ff;flex:1 1;overflow-y:auto;padding:16px}.store-card{background-color:#fff;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;margin-bottom:12px;padding:20px;position:relative;transition:all .2s;z-index:1}.store-card.has-open-dropdown{z-index:100}.store-card:hover{border-color:#500778;transform:translateY(-1px)}.store-card.selected{background-color:#fffaf8;border-color:#ff6b35;border-width:2px;z-index:10}.store-info{margin-bottom:12px}.store-name{color:#333;font-size:17px;font-weight:600;line-height:1.4;margin-bottom:10px}.store-address{line-height:1.5}.store-address,.store-hours,.store-phone{color:#666;font-size:14px;margin-bottom:6px}.store-distance{color:#ff6b35;font-size:14px;font-weight:500;margin-top:10px}.no-stores{color:#999;font-size:16px;padding:40px 20px;text-align:center}.map-container{border:4px solid #fff;border-radius:8px;flex:1 1;margin:16px 16px 16px 0;overflow:hidden;position:relative}.map,.map-error{height:100%;width:100%}.map-error{align-items:center;background-color:#f5f5f5;display:flex;justify-content:center;padding:40px}.map-error-content{background-color:#fff;border-radius:8px;max-width:600px;padding:30px}.map-error-content h3{color:#d32f2f;font-size:20px;margin-bottom:10px}.map-error-content p{color:#666;line-height:1.6;margin-bottom:20px}.map-error-instructions{background-color:#f9f9f9;border-left:4px solid #ff6b35;border-radius:6px;padding:20px}.map-error-instructions h4{color:#333;font-size:16px;margin-bottom:10px}.map-error-instructions ol{color:#666;line-height:1.8;margin-left:20px}.map-error-instructions li{margin-bottom:8px}.map-error-instructions code{background-color:#e0e0e0;border-radius:3px;font-family:Courier New,monospace;font-size:14px;padding:2px 6px}.map-error-instructions a{color:#ff6b35;text-decoration:none}.map-error-instructions a:hover{text-decoration:underline}.stores-container::-webkit-scrollbar{width:8px}.stores-container::-webkit-scrollbar-track{background:#f1f1f1}.stores-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.stores-container::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:768px){.directory-content{flex-direction:column}.stores-list{height:300px;width:100%}.map-container{height:400px}}.store-detail{background-color:#f5f5f5;min-height:100vh;width:100%}.store-detail-header{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:20px 30px}.back-button{background:none;border:none;color:#4caf50;cursor:pointer;font-size:16px;margin-bottom:10px;padding:8px 0;transition:color .2s}.back-button:hover{color:#45a049;text-decoration:underline}.store-detail-header h1{color:#333;font-size:32px;font-weight:600}.store-detail-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr;margin:30px auto;max-width:1200px;padding:0 30px}.store-detail-info{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:30px}.info-section{margin-bottom:24px}.info-section h3{color:#333;font-size:18px;font-weight:600;margin-bottom:8px}.info-section p{color:#666;font-size:16px;line-height:1.6;margin:0}.store-hours-detail p{font-size:15px;margin:4px 0}.store-detail-map{overflow:hidden}.store-detail-map,.store-not-found{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.store-not-found{margin:100px auto;max-width:600px;padding:40px;text-align:center}.store-not-found h2{color:#333;font-size:24px;margin-bottom:20px}.store-not-found button{background-color:#4caf50;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:12px 24px;transition:background-color .2s}.store-not-found button:hover{background-color:#45a049}@media (max-width:768px){.store-detail-content{grid-template-columns:1fr}}.App{height:100vh;overflow:hidden;width:100%}
/*# sourceMappingURL=main.cc8ba6ba.css.map*/