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;margin:0;overflow:hidden;padding:0}body,html{height:100%;width:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.error-container{align-items:center;background-color:#f8f9fa;background-color:var(--bg-color,#f8f9fa);box-sizing:border-box;color:#333;color:var(--text-color,#333);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;justify-content:center;padding:2rem;width:100%}.error-icon{font-size:3rem}.error-title{color:#dc3545;color:var(--error-color,#dc3545);font-size:1.5rem;margin:0 0 1rem;text-align:center}.error-message{color:#666;color:var(--secondary-text-color,#666);font-size:1.1rem;margin:0 0 2rem;text-align:center}.error-details{background:#fff;background:var(--card-bg,#fff);border:1px solid #e9ecef;border:1px solid var(--border-color,#e9ecef);border-radius:8px;box-shadow:0 2px 4px #0000001a;box-shadow:0 2px 4px var(--shadow-color,#0000001a);max-width:500px;padding:1.5rem;width:100%}.error-details p{color:#555;color:var(--text-color,#555);margin:0 0 1rem}.error-details ul{margin:.5rem 0 1rem 1.5rem;padding:0}.error-details li{color:#555;color:var(--text-color,#555);margin:.5rem 0}.error-details code{border:1px solid #e9ecef;border:1px solid var(--border-color,#e9ecef);border-radius:4px;color:#e83e8c;color:var(--primary-color,#e83e8c);font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;padding:.25rem .5rem}.error-details code,.example{background-color:#f8f9fa;background-color:var(--card-bg,#f8f9fa)}.example{border-left:4px solid #007bff;border-left:4px solid var(--primary-color,#007bff);border-radius:0 4px 4px 0;margin:1rem 0 0;padding:1rem}.example code{background-color:#fff;background-color:var(--bg-color,#fff);word-break:break-all}@media (max-width:600px){.error-container,.error-details{padding:1rem}.error-title{font-size:1.25rem}.error-message{font-size:1rem}}.loading-container{align-items:center;background:#1a1a1a;background:var(--bg-color,#1a1a1a);color:#fff;color:var(--text-color,#fff);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;justify-content:center;width:100%}.loading-spinner{height:60px;margin-bottom:2rem;position:relative;width:60px}.spinner-ring{animation:spin 1.5s linear infinite;border:3px solid #0000;border-radius:50%;border-top-color:#fffc;border-top:3px solid var(--primary-color,#fffc);height:100%;left:0;position:absolute;top:0;width:100%}.spinner-ring:nth-child(2){animation-delay:-.5s;border-top-color:#fff9;border-top-color:var(--text-color,#fff9)}.spinner-ring:nth-child(3){animation-delay:-1s;border-top-color:#fff6;border-top-color:var(--text-color,#fff6)}.loading-text{animation:pulse 2s ease-in-out infinite;font-size:1.1rem;font-weight:500;margin:0;opacity:.9}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:480px){.loading-spinner{height:50px;margin-bottom:1.5rem;width:50px}.loading-text{font-size:1rem}}.schedule-widget{background:#1a1a1a;background:var(--bg-color,#1a1a1a);border-radius:12px;box-shadow:0 8px 32px #0000004d;box-shadow:0 8px 32px var(--shadow-color,#0000004d);box-sizing:border-box;color:#fff;color:var(--text-color,#fff);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100%;margin:0;max-width:none;min-height:400px;overflow:hidden;padding:2rem;width:100%!important}.schedule-header{flex-shrink:0;margin-bottom:1.5rem;position:relative}.back-button{align-items:center;background:#0000;border:1px solid #667eea;border:1px solid var(--primary-color,#667eea);border-radius:8px;color:#fff;color:var(--text-color,#fff);cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;left:0;min-height:44px;padding:.5rem 1rem;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;white-space:nowrap}.back-button:hover{background:#667eea;background:var(--primary-color,#667eea);color:#1a1a1a;color:var(--bg-color,#1a1a1a)}.back-button:focus{outline:2px solid #667eea;outline:2px solid var(--primary-color,#667eea);outline-offset:2px}.back-button:active{transform:translateY(0)}.back-button svg{flex-shrink:0}.schedule-title{color:#fff;color:var(--text-color,#fff);font-size:1.5rem;font-weight:600;line-height:1.3;margin:0;text-align:center}.schedule-title.with-back-button{margin-left:0;text-align:center}@media (max-width:600px){.schedule-header{align-items:stretch;display:flex;flex-direction:column;gap:.5rem}.back-button,.schedule-header{position:static!important;width:100%}.back-button{margin-bottom:.5rem;min-height:44px;transform:none!important;z-index:auto}.schedule-title{display:block;margin-bottom:0;margin-top:0;text-align:center;width:100%;z-index:auto}.schedule-header{align-items:stretch;display:flex;flex-direction:column;gap:.5rem;position:static}.back-button{margin-bottom:.5rem;min-height:44px;position:static;transform:none;width:100%}.schedule-title{display:block;margin-bottom:0;margin-top:0;text-align:center;width:100%}}.truck-info{align-items:center;display:flex;flex-direction:column;gap:.25rem;margin-top:1rem}.truck-name{font-size:1.1rem;font-weight:600;line-height:1.3}.truck-address,.truck-name{color:#fff;color:var(--text-color,#fff);text-align:center}.truck-address{font-size:.9rem;line-height:1.4;opacity:.8}.schedule-list{display:flex;flex:1 1;flex-direction:column;gap:.75rem;overflow-y:auto;padding-right:.25rem}.schedule-item{align-items:center;background:#2a2a2a;background:var(--card-bg,#2a2a2a);border:1px solid #667eea;border:1px solid var(--primary-color,#667eea);border-radius:8px;display:flex;justify-content:space-between;min-height:60px;padding:1rem;transition:all .2s ease}.schedule-item:hover{background:#ffffff26;background:var(--card-bg,#ffffff26);box-shadow:0 4px 12px #0003;box-shadow:0 4px 12px var(--shadow-hover,#0003);transform:translateY(-2px);transform:translateY(-1px)}.schedule-item.today{border-color:#667eea;border-color:var(--primary-color,#667eea);box-shadow:0 0 0 1px #667eea;box-shadow:0 0 0 1px var(--primary-color,#667eea)}.day-info{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.day-name{align-items:center;color:#fff;color:var(--text-color,#fff);display:flex;font-size:1rem;font-weight:600;gap:.5rem}.day-name.today{color:#667eea;color:var(--primary-color,#667eea)}.today-label{background:#667eea;background:var(--primary-color,#667eea);border-radius:12px;color:#1a1a1a;color:var(--bg-color,#1a1a1a);font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:.2rem .5rem;text-transform:uppercase}.day-date{color:#fff;color:var(--text-color,#fff);font-size:.875rem;opacity:.7}.hours-info{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem;text-align:right}.time-slots{gap:.5rem}.time-slot,.time-slots{align-items:flex-start;display:flex;flex-direction:column}.time-slot{gap:.25rem;width:100%}.time-slot-row{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:100%}.hours-text{font-weight:500}.closed-text,.hours-text{color:#fff;color:var(--text-color,#fff);font-size:1rem}.closed-text{font-style:italic;opacity:.6}.notes-text{color:#fff;color:var(--text-color,#fff);font-size:.875rem;font-style:italic;line-height:1.4;opacity:.8;text-align:left}.status-pill{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-top:.25rem;padding:.25rem .75rem;text-transform:uppercase;white-space:nowrap}.private-event{background:#ef444433;background:var(--error-bg,#ef444433);border:1px solid #ef4444;border:1px solid var(--error-color,#ef4444);color:#ef4444;color:var(--error-color,#ef4444)}.schedule-error{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.error-icon{margin-bottom:1rem}.error-icon,.error-title{color:#ff6b6b;color:var(--error-color,#ff6b6b)}.error-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.error-description{color:#fff;color:var(--text-color,#fff);line-height:1.5;margin-bottom:1.5rem;opacity:.8}.retry-button{border:none;border-radius:8px;color:#1a1a1a;color:var(--bg-color,#1a1a1a);cursor:pointer;font-size:1rem;font-weight:600;min-height:44px;padding:.75rem 1.5rem;transition:all .2s ease}.retry-button,.retry-button:hover{background:#667eea;background:var(--primary-color,#667eea)}.retry-button:hover{opacity:.9;transform:translateY(-1px)}.retry-button:focus{outline:2px solid #667eea;outline:2px solid var(--primary-color,#667eea);outline-offset:2px}.schedule-footer{flex-shrink:0;margin-top:.5rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading{animation:pulse 2s infinite}@media (max-width:1024px) and (min-width:769px){.schedule-widget{padding:1.75rem}.schedule-title{font-size:1.4rem}.back-button{font-size:.85rem;padding:.45rem .9rem}}@media (max-width:800px){.schedule-item{align-items:flex-start;flex-direction:column;gap:.5rem;min-height:auto;padding:.875rem}.day-info{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.hours-info{align-items:flex-start;width:100%}.hours-info,.notes-text{text-align:left}}@media (max-width:768px){.schedule-widget{border-radius:8px;max-width:100%;min-height:350px;padding:1.5rem 1rem}.schedule-header{margin-bottom:1.25rem}.schedule-title{font-size:1.3rem}.back-button{font-size:.8rem;gap:.3rem;margin-bottom:1rem;padding:.4rem .8rem;position:relative;transform:none}.truck-info{margin-top:.75rem}.truck-name{font-size:1rem}.truck-address{font-size:.8rem}.schedule-item{align-items:flex-start;flex-direction:column;gap:.5rem;min-height:auto;padding:.875rem}.day-info{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.hours-info{text-align:left;width:100%}.hours-info,.time-slot,.time-slots{align-items:flex-start}.notes-text{text-align:left}.schedule-error{padding:1.5rem 1rem}}@media (max-width:480px){.schedule-widget{border-radius:6px;padding:1rem .75rem}.schedule-title{font-size:1.2rem}.back-button{justify-content:center;margin-bottom:1rem;width:100%}.truck-name{font-size:.95rem}.truck-address{font-size:.75rem}.schedule-item{padding:.75rem}.day-name{font-size:.9rem}.day-date{font-size:.8rem}.closed-text,.hours-text{font-size:.9rem}.notes-text{font-size:.8rem}.today-label{font-size:.6rem;padding:.15rem .4rem}}@media (min-width:1400px){.schedule-widget{margin:0 auto;max-width:800px;padding:2.5rem}.schedule-title{font-size:1.8rem}.truck-name{font-size:1.3rem}.schedule-item{padding:1.5rem}}@media (min-width:1025px) and (max-width:1199px){.schedule-widget{margin:0;max-width:none;padding:2rem;width:100%}.schedule-title{font-size:1.5rem}.truck-name{font-size:1.1rem}.schedule-item{padding:1.125rem}}@media (min-width:1200px) and (max-width:1399px){.schedule-widget{box-sizing:border-box!important;margin:0!important;max-width:none!important;min-width:0!important;min-width:auto!important;padding:2.25rem;width:100%!important}.schedule-title{font-size:1.6rem}.truck-name{font-size:1.2rem}.schedule-item{padding:1.25rem}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.schedule-widget{font-weight:400}.back-button,.retry-button{border-width:.5px}}.location-selector{background:#1a1a1a;background:var(--bg-color,#1a1a1a);color:#fff;color:var(--text-color,#fff);display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;overflow:hidden;width:100%}.location-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2a;background:var(--card-bg,#2a2a2a);border-bottom:1px solid #333;border-bottom:1px solid var(--border-color,#333);padding:1.5rem}.location-title{font-size:1.75rem;font-weight:600;margin:0 0 .75rem;text-align:center}.location-info{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.info-badge{background:#fff3;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.info-text{font-size:.875rem;opacity:.9}.location-list{display:flex;flex:1 1;flex-direction:column;gap:.75rem;overflow-y:auto;padding:1rem}.location-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2a2a2a;background:var(--card-bg,#2a2a2a);border:1px solid #667eea;border:1px solid var(--primary-color,#667eea);border-radius:12px;cursor:pointer;display:flex;justify-content:space-between;min-height:80px;padding:1.25rem;transition:all .3s ease}.location-item:hover{background:#ffffff26;background:var(--card-bg,#ffffff26);border-color:#ffffff4d;border-color:var(--primary-color,#ffffff4d);box-shadow:0 8px 32px #0003;box-shadow:0 8px 32px var(--shadow-hover,#0003);transform:translateY(-2px)}.location-item:focus{outline:2px solid #ffffff80;outline:2px solid var(--primary-color,#ffffff80);outline-offset:2px}.location-item:active{box-shadow:0 4px 16px #0003;transform:translateY(0)}.location-content{flex:1 1;min-width:0}.location-header-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.location-name{flex:1 1;font-size:1.125rem;font-weight:600;line-height:1.4;margin-right:1rem}.location-status{border-radius:12px;display:inline-block;flex-shrink:0;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase;white-space:nowrap}.status-open{background:#22c55e33;background:var(--success-bg,#22c55e33);border:1px solid #22c55e;border:1px solid var(--success-color,#22c55e);color:#22c55e;color:var(--success-color,#22c55e)}.status-closed{background:#ef444433;background:var(--error-bg,#ef444433);border:1px solid #ef4444;border:1px solid var(--error-color,#ef4444);color:#ef4444;color:var(--error-color,#ef4444)}.location-address{word-wrap:break-word;font-size:.875rem;line-height:1.4;opacity:.85}.location-arrow{flex-shrink:0;margin-left:1rem;opacity:.7;transition:all .3s ease}.location-item:hover .location-arrow{opacity:1;transform:translateX(4px)}.no-locations{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem;text-align:center}.no-locations-text{font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.no-locations-subtitle{font-size:.875rem;margin:0;opacity:.8}.location-footer{background:#0000001a;border-top:1px solid #ffffff1a;padding:1rem 1.5rem}.footer-text{font-size:.875rem;margin:0;opacity:.8;text-align:center}@media (max-width:1024px) and (min-width:769px){.location-selector{padding:1.75rem}.location-title{font-size:1.4rem}.location-item{padding:1.1rem}}@media (max-width:800px){.location-item{border-radius:8px;min-height:70px;padding:1rem}.location-header-row{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap!important;justify-content:space-between;margin-bottom:.75rem}.location-name{word-wrap:break-word;flex:1 1;font-size:1rem;margin-right:.5rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-status{display:inline-block!important;flex-shrink:0;margin:0;max-width:max-content;white-space:nowrap;width:auto!important}.location-address{font-size:.8rem}}@media (max-width:768px){.location-selector{border-radius:8px;max-width:100%;min-height:350px;padding:1.5rem 1rem}.location-header{border-radius:6px;margin-bottom:1.25rem;padding:1rem}.location-title{font-size:1.3rem}.location-info{gap:.4rem}.info-text{font-size:.85rem}.location-list{gap:.6rem;padding:0}.location-item{border-radius:8px;min-height:70px;padding:1rem}.location-header-row{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap!important;justify-content:space-between;margin-bottom:.75rem}.location-name{flex:1 1;font-size:1rem;margin-right:.5rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.location-status{display:inline-block!important;flex-shrink:0;margin:0;max-width:max-content;white-space:nowrap;width:auto!important}.location-address{font-size:.85rem}.location-arrow{margin-left:.75rem}.no-locations{padding:1.5rem}.no-locations-text{font-size:1.1rem}}@media (max-width:480px){.location-selector{border-radius:6px;padding:1rem .75rem}.location-header{margin-bottom:1rem;padding:.875rem}.location-title{font-size:1.2rem}.info-badge{font-size:.7rem;padding:.2rem .6rem}.info-text{font-size:.8rem}.location-item{border-radius:6px;min-height:60px;padding:.875rem}.location-name{font-size:.95rem}.location-address{font-size:.8rem}.location-status{font-size:.7rem;padding:.2rem .6rem}.location-arrow{margin-left:.5rem}.no-locations{padding:1.25rem}.no-locations-text{font-size:1rem}.no-locations-subtitle{font-size:.8rem}}@media (min-width:1200px){.location-selector{padding:2.25rem}.location-title{font-size:1.6rem}.location-item{min-height:90px;padding:1.5rem}.location-name{font-size:1.2rem}}@media (hover:none) and (pointer:coarse){.location-item{min-height:80px}.location-item:hover{transform:none}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.location-item{border-width:.5px}}.toast{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;background:var(--card-bg,#fffffff2);border:1px solid #fff3;border:1px solid var(--border-color,#fff3);border-radius:12px;box-shadow:0 8px 32px #0000001a;box-shadow:0 8px 32px var(--shadow-color,#0000001a);max-width:400px;min-width:300px;opacity:0;pointer-events:none;position:fixed;right:20px;top:20px;transform:translateX(100%) scale(.9);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.toast-visible{opacity:1;pointer-events:auto;transform:translateX(0) scale(1)}.toast-content{align-items:flex-start;display:flex;gap:12px;padding:16px}.toast-icon{flex-shrink:0;margin-top:2px}.toast-message{color:#333;color:var(--text-color,#333);flex:1 1;font-size:14px;font-weight:500;line-height:1.4}.toast-close{background:none;border:none;border-radius:6px;color:#666;color:var(--secondary-text-color,#666);cursor:pointer;flex-shrink:0;margin-top:-2px;padding:4px;transition:all .2s ease}.toast-close:hover{background:#0000000d;background:var(--border-color,#0000000d);color:#333;color:var(--text-color,#333)}.toast-close:focus{outline:2px solid #007bff80;outline:2px solid var(--primary-color,#007bff80);outline-offset:1px}.toast-error{border-left:4px solid #ff6b6b;border-left:4px solid var(--error-color,#ff6b6b)}.toast-error .toast-icon{color:#ff6b6b;color:var(--error-color,#ff6b6b)}.toast-success{border-left:4px solid #51cf66;border-left:4px solid var(--success-color,#51cf66)}.toast-success .toast-icon{color:#51cf66;color:var(--success-color,#51cf66)}.toast-info{border-left:4px solid #339af0;border-left:4px solid var(--primary-color,#339af0)}.toast-info .toast-icon{color:#339af0;color:var(--primary-color,#339af0)}@media (max-width:480px){.toast{left:10px;max-width:none;min-width:0;min-width:auto;right:10px;top:10px}.toast-content{padding:12px}.toast-message{font-size:13px}}.toast:nth-child(2){top:90px}.toast:nth-child(3){top:160px}.toast:nth-child(4){top:230px}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:hidden;width:100%}#root{height:100vh;width:100vw}.App{display:flex;flex-direction:column;height:100%;width:100%}
/*# sourceMappingURL=main.ba5ac424.css.map*/