@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";.MapView{width:100%;height:100%}.MapView__placeholder{background:linear-gradient(135deg,#e8ecf1 0%,#dce2e8 50%,#e8ecf1 100%) 0 0/400% 400%;justify-content:center;align-items:center;width:100%;height:100%;animation:4s ease-in-out infinite mapPlaceholderShift;display:flex}.MapView__placeholder-content{text-align:center}.MapView__placeholder-icon{color:#d1d5db;width:80px;height:80px;margin:0 auto 16px}.MapView__placeholder-text{color:#9ca3af;font-size:14px}@keyframes mapPlaceholderShift{0%,to{background-position:0%}50%{background-position:100%}}.LocationAutocomplete{position:relative}.LocationAutocomplete__input-wrap{background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:10px;height:40px;padding-left:4px;transition:all .15s;display:flex}.LocationAutocomplete__input-wrap:hover{background:#f3f4f6}.LocationAutocomplete__input-wrap:focus-within{border-color:#1a73e8;box-shadow:0 0 0 1px #1a73e833}.LocationAutocomplete__search-icon{color:#9ca3af;flex-shrink:0;width:16px;height:16px}.LocationAutocomplete__input{color:#111827;background:0 0;border:none;outline:none;flex:1;font-size:14px;font-weight:600}.LocationAutocomplete__input::placeholder{color:#9ca3af}.ErrorAlert{background:#fef2f2;border:1px solid #fecaca;border-radius:16px;align-items:center;gap:16px;padding:16px 20px;display:flex;box-shadow:0 10px 15px -3px #fee2e280}.ErrorAlert__icon-box{background:#fee2e2;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ErrorAlert__icon{color:#ef4444;width:20px;height:20px}.ErrorAlert__body{flex:1}.ErrorAlert__title{color:#991b1b;font-size:14px;font-weight:600}.ErrorAlert__message{color:#dc2626;font-size:14px}.ErrorAlert__dismiss{color:#f87171;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:6px;transition:all .15s}.ErrorAlert__dismiss:hover{color:#dc2626;background:#fee2e2}.ErrorAlert__dismiss-icon{width:16px;height:16px}.HomePage{background:#fff;height:100vh;display:flex}.HomePage__map{flex:1;position:relative}.HomePage__sidebar{background:#f5f7f8;border-left:1px solid #e5e7eb;flex-direction:column;width:360px;height:100%;display:flex}.HomePage__controls{flex-direction:column;gap:15px;padding:20px;display:flex;overflow-y:auto}.HomePage__section-label{text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;margin-bottom:5px;font-size:12px;font-weight:600;display:block}.HomePage__mode-row{gap:16px;display:flex}.HomePage__mode-col{flex:1}.HomePage__mode-buttons{gap:6px;display:flex}.HomePage__mode-buttons .HomePage__mode-btn{cursor:pointer;background:#f5f7f8;border:1px solid #b0b0b0;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:8px 0;transition:all .2s;display:flex}.HomePage__mode-buttons .HomePage__mode-btn:hover{border-color:#9ca3af}.HomePage__mode-buttons .HomePage__mode-btn--active{background:#1a73e8;border-color:#1a73e8;box-shadow:0 2px 4px #0000001a}.HomePage__mode-buttons .HomePage__mode-icon{width:16px;height:16px}.HomePage__mode-buttons .HomePage__mode-icon--active{filter:brightness(0)invert()}.HomePage__time-buttons{gap:6px;display:flex}.HomePage__time-buttons .HomePage__time-btn{color:#4b5563;cursor:pointer;background:#f5f7f8;border:1px solid #b0b0b0;border-radius:8px;flex:1;padding:8px 0;font-size:12px;font-weight:500;transition:all .2s}.HomePage__time-buttons .HomePage__time-btn:hover{border-color:#9ca3af}.HomePage__time-buttons .HomePage__time-btn--active{color:#fff;background:#1a73e8;border-color:#1a73e8;box-shadow:0 2px 4px #0000001a}.HomePage__toggles{gap:16px;display:flex}.HomePage__toggle{flex:1;align-items:center;gap:8px;display:flex}.HomePage__toggle--disabled{opacity:.4}.HomePage__toggle-label{color:#000;font-size:12px;font-weight:500}.HomePage__toggle-switch{cursor:pointer;border-radius:10px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}.HomePage__toggle-switch--on{background:#1a73e8}.HomePage__toggle-switch--off{background:#d1d5db}.HomePage__toggle-switch--disabled{cursor:not-allowed}.HomePage__toggle-knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:left .2s;position:absolute;top:2px;box-shadow:0 1px 2px #00000026}.HomePage__toggle-knob--on{left:18px}.HomePage__toggle-knob--off{left:2px}.HomePage__fidelity-buttons{gap:6px;display:flex}.HomePage__fidelity-buttons .HomePage__fidelity-btn{color:#4b5563;cursor:pointer;background:#f5f7f8;border:1px solid #b0b0b0;border-radius:8px;flex:1;padding:8px 0;font-size:12px;font-weight:500;transition:all .2s}.HomePage__fidelity-buttons .HomePage__fidelity-btn:hover{border-color:#9ca3af}.HomePage__fidelity-buttons .HomePage__fidelity-btn--active{color:#fff;background:#1a73e8;border-color:#1a73e8}.HomePage__loading{color:#1a73e8;justify-content:center;align-items:center;gap:8px;padding:8px 0;font-size:14px;display:flex}.HomePage__loading .HomePage__spinner{width:16px;height:16px;animation:1s linear infinite spin}.HomePage__api-panel{border-top:1px solid #e5e7eb;flex-direction:column;flex:1;min-height:0;margin-top:32px;display:flex}.HomePage__api-tabs{border-bottom:1px solid #e5e7eb;flex-shrink:0;display:flex}.HomePage__api-tab{letter-spacing:normal;cursor:pointer;background:0 0;border:none;padding:12px 16px;font-size:13px;font-weight:500;line-height:1;transition:color .15s}.HomePage__api-tab--active{color:#000}.HomePage__api-tab--inactive{color:#9ca3af}.HomePage__api-tab--inactive:hover{color:#4b5563}.HomePage__api-content{flex:1;min-height:0;padding:16px;position:relative;overflow:auto}.HomePage__code-label{color:#000;margin-bottom:8px;font-size:12px;font-weight:500;display:block}.HomePage__code-block{position:relative}.HomePage__copy-row{float:right;z-index:10;margin:12px;position:relative}.HomePage__copy-btn{cursor:pointer;background:0 0;border:1px solid #6b7280;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.HomePage__copy-btn:hover{background:#ffffff1a}.HomePage__copy-tooltip{color:#1f2937;white-space:nowrap;pointer-events:none;background:#fff;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:600;animation:.2s HomePage-fadeIn;position:absolute;top:50%;right:calc(100% + 8px);transform:translateY(-50%);box-shadow:0 2px 8px #00000026}.HomePage__copy-icon{width:20px;height:20px}.HomePage__code-pre{color:#fff;white-space:pre-wrap;word-break:break-all;background:#212121;border-radius:8px;padding:12px;font-family:Menlo,Monaco,Courier New,monospace;font-size:12px;line-height:16px}.HomePage__error-wrap{z-index:10;position:absolute;bottom:16px;left:16px;right:16px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes HomePage-fadeIn{0%{opacity:0}to{opacity:1}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1e293b;background:#fff;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;line-height:20px}#root{width:100vw;height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.pac-container{margin-top:10px}
