@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap);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;min-width:320px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.search-box-container{font-family:Inter,Roboto,sans-serif;position:relative;width:100%;z-index:10}.search-box-container:focus-within{z-index:1001}.search-box-container .location-search-input{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#1e1e28cc;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 6px #0000001a;box-sizing:border-box;color:#e0e0e0;font-size:1rem;font-weight:500;height:3rem;outline:none;padding:0 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.search-box-container .location-search-input::placeholder{color:#fff6}.search-box-container .location-search-input:focus{background-color:#282832f2;border-color:#6464ff80;box-shadow:0 8px 15px #0003,0 0 0 2px #6464ff33;transform:translateY(-1px)}.autocomplete-dropdown-container{animation:slideDown .2s ease-out forwards;background:#1e1e28;border:1px solid #ffffff14;border-radius:12px;box-shadow:0 10px 25px #00000080;display:flex;flex-direction:column;left:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}.suggestion-item,.suggestion-item--active{align-items:center;border-bottom:1px solid #ffffff0d;cursor:pointer;display:flex;padding:12px 16px;transition:background-color .2s ease,transform .2s ease}.suggestion-item--active:last-child,.suggestion-item:last-child{border-bottom:none}.suggestion-text{color:silver;font-size:.95rem;letter-spacing:.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.suggestion-item--active{background-color:#6464ff26}.suggestion-item--active .suggestion-text{color:#fff}.autocomplete-dropdown-container>div:first-child:not(.suggestion-item):not(.suggestion-item--active){color:#888;font-size:.9rem;padding:12px;text-align:center}.error-message{background:#ff00001a;color:#ff6b6b!important;font-size:.9rem;padding:10px!important;text-align:center}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}body{background-color:#121212;color:#fff;font-family:Inter,sans-serif;margin:0}.MainPG1{background:radial-gradient(circle at top left,#1e1e2f,#000);box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;padding:20px}.header-section{margin-bottom:40px;text-align:center}.title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ff8c00,#ff0080);background-clip:text;-webkit-background-clip:text;font-size:3rem;font-weight:700;letter-spacing:2px;margin:0}.subtitle{color:#888;font-size:1.2rem;margin-top:10px}.content-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;width:100%}.controls-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;gap:30px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:30px}.Form,.controls-panel{display:flex;flex-direction:column}.Form{gap:20px}.Form input{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background-color:#1e1e28cc;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 6px #0000001a;box-sizing:border-box;color:#e0e0e0;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;height:3rem;outline:none;padding:0 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.Form input:focus{border-color:#ff8c00;outline:none}.button{background:linear-gradient(90deg,#ff8c00,#ff0080);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;letter-spacing:1px;padding:15px;text-transform:uppercase;transition:transform .2s,box-shadow .2s}.button:hover{box-shadow:0 5px 15px #ff008066;transform:translateY(-2px)}.button:active{transform:translateY(0)}.info-panel{background:#0003;border-radius:15px;display:flex;flex-direction:column;gap:15px;margin-top:20px;padding:20px}.data-row{border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding-bottom:10px}.data-row:last-child{border-bottom:none}.data-row span:first-child{color:#aaa}.data-row span:last-child{color:#fff;font-weight:700}.scene-panel{border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 50px #00000080;min-height:500px;overflow:hidden;position:relative}.scene-overlay{background:#00000080;border-radius:20px;color:#fff;font-size:.8rem;padding:5px 15px;pointer-events:none;position:absolute;right:20px;top:20px}@media (max-width:900px){.content-grid{grid-template-columns:1fr}.title{font-size:2rem}}