:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%}body{min-height:100vh;display:flex;place-items:center}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.globe-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;opacity:.6}.globe-container{width:100%;height:100%}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;position:relative;z-index:1}.hero-title{font-size:clamp(2.5rem,8vw,5rem);font-weight:600;letter-spacing:-.02em;background:linear-gradient(135deg,#fff,#a0a0a0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:#fff9;font-weight:400}.hero-cta{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:100px;font-size:.875rem;color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.status-dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}.debug-table{position:fixed;bottom:1rem;left:1rem;max-width:400px;padding:1rem;background:#000c;border:1px solid rgba(255,255,255,.1);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;font-size:.75rem;color:#fffc}.debug-title{margin:0 0 .75rem;font-size:.875rem;color:#fff}.debug-status{margin-bottom:.5rem}.status-value{font-weight:600;padding:.125rem .5rem;border-radius:4px}.status-checking{background:#ffc1074d;color:#ffc107}.status-connected{background:#22c55e4d;color:#22c55e}.status-error{background:#ef44444d;color:#ef4444}.debug-error{padding:.5rem;background:#ef44441a;border-radius:4px;color:#fca5a5}.debug-hint{margin-top:.5rem;font-size:.7rem;color:#ffffff80}.debug-cities-table{width:100%;border-collapse:collapse}.debug-cities-table th,.debug-cities-table td{padding:.375rem .5rem;text-align:left;border-bottom:1px solid rgba(255,255,255,.1)}.debug-cities-table th{color:#ffffff80;font-weight:500}
