: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}html,body,#root{margin:0;padding:0;width:100%;height:100%;overflow:hidden}html{width:100%;margin:0;padding:0}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}}.navigation{background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:1000;width:100%;margin:0;padding:0}.nav-container{max-width:1200px;width:100%;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:70px;overflow:hidden}.nav-brand span{color:#fff;font-size:1.5rem;font-weight:700;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;list-style:none;margin:0;padding:0;gap:1rem;flex-wrap:nowrap}.nav-links li a{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-links li a:hover{background:#ffffff1a;color:#667eea}.nav-links li.active a{background:#667eea33;color:#667eea}.nav-links li.active a:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:20px;height:2px;background:#667eea;border-radius:1px}@media (max-width: 768px){.nav-container{padding:0 1rem;flex-direction:column;height:auto;padding:1rem}.nav-brand{margin-bottom:1rem}.nav-links{gap:1rem}.nav-links li a{padding:.4rem .8rem;font-size:.9rem}}.homepage{min-height:calc(100vh - 60px);padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.hero-section{text-align:center;padding:4rem 0 3rem;margin-bottom:3rem}.hero-section h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);font-weight:700}.hero-section p{font-size:1.3rem;opacity:.9;max-width:600px;margin:0 auto}.cards-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.demo-card{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2.5rem;text-decoration:none;color:inherit;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;min-height:280px}.demo-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d;background:#ffffff26}.card-icon{font-size:3rem;margin-bottom:1.5rem;display:block}.demo-card h2{font-size:1.8rem;margin-bottom:1rem;color:#f8f9fa;font-weight:600}.demo-card p{color:#ffffffd9;line-height:1.6;margin-bottom:1.5rem;flex:1}.card-footer{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}.tech-tag{background:#fff3;color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.85rem;font-weight:500}@media (max-width: 768px){.homepage{padding:1rem}.hero-section h1{font-size:2.5rem}.hero-section p{font-size:1.1rem}.cards-container{grid-template-columns:1fr;gap:1.5rem}.demo-card{padding:2rem;min-height:250px}}.cesium-map-container{width:100%;height:calc(100vh - 70px);position:relative;overflow:hidden;background:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.cesium-viewer{width:100%;height:100%}.overlay-mask{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;pointer-events:auto}.loading-modal{background:#141414f2;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:24px 28px;color:#fff;min-width:280px;box-shadow:0 10px 30px #0006;display:flex;flex-direction:column;gap:12px}.loading-modal.error{border-color:#ff6b6b4d;background:#281414f2}.spinner{width:28px;height:28px;border:3px solid rgba(255,255,255,.25);border-top-color:#4ea1ff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.loading-text{font-size:14px;opacity:.9;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}.loading-progress{display:flex;flex-direction:column;gap:8px;align-items:center;width:100%}.progress-bar{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#4ea1ff,#61dafb);border-radius:3px;transition:width .3s ease;position:relative}.progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(200%)}}.progress-text{font-size:12px;font-weight:500;color:#4ea1ff;min-height:16px}.error-icon{font-size:32px;margin:0 auto 8px}.retry-button-small{background:#4ea1ff;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:8px}.retry-button-small:hover{background:#3d8bdb;transform:translateY(-1px)}.location-prompt-modal{background:#141414f2;border:1px solid rgba(255,255,255,.15);border-radius:16px;padding:32px 28px;color:#fff;min-width:400px;max-width:500px;box-shadow:0 20px 40px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.prompt-icon{font-size:48px;margin-bottom:16px}.location-prompt-modal h3{margin:0 0 16px;font-size:22px;font-weight:600;color:#fff}.prompt-description{font-size:14px;line-height:1.5;margin:0 0 24px;color:#fffc}.location-error{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.3);border-radius:8px;padding:12px 16px;margin:0 0 20px;display:flex;align-items:center;gap:8px;font-size:13px;color:#f99;text-align:left}.error-icon-small{font-size:16px;flex-shrink:0}.prompt-actions{display:flex;flex-direction:column;gap:16px}.use-location-btn{background:#4ea1ff;color:#fff;border:none;border-radius:12px;padding:14px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.use-location-btn:hover:not(:disabled){background:#3d8bdb;transform:translateY(-1px)}.use-location-btn:disabled{background:#ffffff1a;color:#ffffff80;cursor:not-allowed}.manual-input-section{display:flex;gap:8px;align-items:stretch}.location-input{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 16px;color:#fff;font-size:14px;outline:none;transition:all .2s ease}.location-input::placeholder{color:#ffffff80}.location-input:focus{border-color:#4ea1ff;background:#ffffff26}.city-dropdown{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 16px;color:#fff;font-size:14px;outline:none;transition:all .2s ease;cursor:pointer}.city-dropdown:focus{border-color:#4ea1ff;background:#ffffff26}.city-dropdown option{background:#141414f2;color:#fff;padding:8px}.manual-location-btn{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 20px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;flex-shrink:0}.manual-location-btn:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d}.manual-location-btn:disabled{background:#ffffff0d;color:#fff6;cursor:not-allowed}.skip-location-btn{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:12px 24px;font-size:14px;cursor:pointer;transition:all .2s ease}.skip-location-btn:hover{color:#ffffffe6;border-color:#ffffff4d;background:#ffffff0d}.cesium-viewer .cesium-widget-credits{display:none!important}.cesium-viewer .cesium-toolbar-button img{filter:invert(1) brightness(1.2)}.cesium-viewer .cesium-toolbar-button:hover{background:#ffffff1a}.cesium-viewer .cesium-home-button,.cesium-viewer .cesium-sceneModePicker-wrapper{background:#000000b3;border:1px solid rgba(255,255,255,.2);border-radius:4px}.cesium-viewer .cesium-baseLayerPicker-dropDown{background:#000000e6;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff}.cesium-viewer .cesium-baseLayerPicker-item{background:transparent;color:#fff;padding:8px 12px;border-radius:4px;transition:background-color .2s ease}.cesium-viewer .cesium-baseLayerPicker-item:hover{background:#ffffff1a}.cesium-viewer .cesium-baseLayerPicker-item.cesium-baseLayerPicker-selectedItem{background:#3296ffcc}.cesium-viewer .cesium-navigation-help-button,.cesium-viewer .cesium-fullscreenButton{background:#000000b3;border:1px solid rgba(255,255,255,.2);border-radius:4px}.cesium-viewer .cesium-loading-overlay{background:#000c;color:#fff;font-size:18px}.cesium-viewer .cesium-loading-overlay h1{color:#fff;font-size:24px;font-weight:300;margin-bottom:20px}.cesium-viewer .cesium-loading-overlay .cesium-loading-overlay-details{font-size:14px;opacity:.8}@media (max-width: 768px){.cesium-viewer .cesium-toolbar-button{width:32px;height:32px}.cesium-viewer .cesium-toolbar-button img{width:16px;height:16px}.location-prompt-modal{min-width:320px;max-width:400px;margin:0 20px;padding:24px 20px}.location-prompt-modal h3{font-size:20px}.prompt-description{font-size:13px}.manual-input-section{flex-direction:column;gap:12px}.location-input{font-size:16px}}@media (max-width: 480px){.cesium-viewer .cesium-toolbar-button{width:28px;height:28px}.cesium-viewer .cesium-toolbar-button img{width:14px;height:14px}.location-prompt-modal{min-width:280px;margin:0 16px;padding:20px 16px}.prompt-icon{font-size:40px}.location-prompt-modal h3{font-size:18px}.use-location-btn{font-size:15px;padding:12px 20px}}.map-error-container{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:20px;box-sizing:border-box}.error-content{max-width:500px;text-align:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:40px 32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px #0000004d}.error-icon{font-size:64px;margin-bottom:16px;opacity:.8}.error-content h2{margin:0 0 16px;font-size:24px;font-weight:600;color:#ff6b6b}.error-message{font-size:16px;line-height:1.5;margin:0 0 12px;color:#ffffffe6}.error-action{font-size:14px;line-height:1.4;margin:0 0 24px;color:#ffffffb3}.error-actions{display:flex;gap:12px;justify-content:center;margin-bottom:24px;flex-wrap:wrap}.retry-button,.refresh-button{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.retry-button{background:#4ea1ff;color:#fff}.retry-button:hover{background:#3d8bdb;transform:translateY(-1px)}.refresh-button{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.refresh-button:hover{background:#ffffff26;transform:translateY(-1px)}.error-details{margin-top:20px;text-align:left}.error-details summary{font-size:12px;color:#fff9;cursor:pointer;padding:8px 0;border-top:1px solid rgba(255,255,255,.1)}.error-details summary:hover{color:#fffc}.error-details pre{background:#0000004d;padding:12px;border-radius:6px;font-size:11px;line-height:1.4;color:#f99;overflow-x:auto;white-space:pre-wrap;word-break:break-word;margin:8px 0 0}@media (max-width: 768px){.map-error-container{padding:16px}.error-content{padding:32px 24px}.error-icon{font-size:48px}.error-content h2{font-size:20px}.error-message{font-size:15px}.error-actions{flex-direction:column;align-items:center}.retry-button,.refresh-button{width:100%;max-width:200px}}
