*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:#1a1a1a;background-color:#fff}.page-container{min-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}.background-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.8) 0,rgba(255,255,255,.9) 50%,#fff 100%)}.content{position:relative;z-index:10;display:flex;flex-direction:column;min-height:100vh}.header{width:100%;max-width:72rem;margin:0 auto;padding:2rem 1.5rem}.header-content{display:flex;align-items:center;justify-content:space-between}.logo-container{display:flex;align-items:center;gap:.75rem}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s ease}.logo-link:hover{opacity:.8}.logo-image{height:2rem;width:auto}.logo{height:2rem;width:auto;color:#3b82f6}.logo-text{font-size:1.25rem;font-weight:700;color:#1a1a1a}.status-indicator{display:flex;align-items:center;gap:.75rem;background:rgba(255,255,255,.5);padding:.5rem .75rem;border-radius:9999px;border:1px solid #e5e7eb;font-size:.875rem;font-weight:500}.status-dot{width:.5rem;height:.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;animation:pulse 2s infinite}.hero{flex:1;display:flex;align-items:center;justify-content:center;padding:0 1.5rem}.hero-content{max-width:64rem;margin:0 auto;text-align:center}.headline{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1}.gradient-text{display:block;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subheadline{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto;line-height:1.6}.signup-container{max-width:28rem;margin:0 auto 4rem auto}.signup-form{display:flex;gap:.75rem;margin-bottom:.75rem}.email-input{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;background:rgba(255,255,255,.8);transition:border-color .2s,box-shadow .2s}.email-input:focus{outline:0;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.email-input.error{border-color:#dc2626;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.email-input.success{border-color:#16a34a;box-shadow:0 0 0 3px rgba(34,197,94,.1)}.submit-btn{padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s}.submit-btn:hover{transform:translateY(-1px)}.success-message{background:rgba(34,197,94,.1);border:1px solid rgba(34,197,94,.2);border-radius:.5rem;padding:1.5rem;display:flex;align-items:center;justify-content:center;gap:.75rem;color:#16a34a;margin-bottom:.75rem}.success-indicator{width:.5rem;height:.5rem;background:#16a34a;border-radius:50%}.signup-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:.5rem;padding:1rem;margin-bottom:.75rem;animation:slideInDown .3s ease-out}.error-content{display:flex;align-items:center;gap:.75rem;color:#dc2626;font-size:.875rem;font-weight:500}.error-icon{flex-shrink:0;color:#dc2626}.error-content span{flex:1}.error-close{background:0 0;border:none;color:#dc2626;cursor:pointer;padding:.25rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s,background-color .2s}.error-close:hover{opacity:1;background:rgba(239,68,68,.1)}.submit-btn.loading{opacity:.7;cursor:not-allowed;transform:none}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}@keyframes slideInDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.signup-note{font-size:.875rem;color:#6b7280}.monitoring-container{position:relative;width:100%;max-width:72rem;margin:0 auto 4rem auto}.monitoring-card{position:relative;background:rgba(255,255,255,.8);border-radius:1rem;border:1px solid #e5e7eb;padding:2rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.1);backdrop-filter:blur(10px)}.monitoring-header{text-align:center;margin-bottom:2rem}.monitoring-header h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.monitoring-header p{color:#6b7280}.globe-container{position:relative;height:450px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center}.progress-container{position:absolute;top:1rem;left:50%;transform:translateX(-50%);width:16rem;background:#f9fafb;border-radius:9999px;padding:.75rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px rgba(0,0,0,.1)}.progress-header{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#6b7280;margin-bottom:.5rem;font-weight:500}.progress-value{font-weight:600;color:#16a34a}.progress-bar{height:.5rem;background:#e5e7eb;border-radius:9999px;overflow:hidden}.progress-fill{height:100%;width:87%;background:linear-gradient(90deg,#3b82f6,#16a34a);border-radius:9999px;transition:width 1s ease}.globe{position:relative;width:8rem;height:8rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:2px solid #e5e7eb;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px -5px rgba(0,0,0,.2);overflow:hidden}.globe-inner{width:7rem;height:7rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6 0,#2563eb 50%,#1d4ed8 100%);position:relative;overflow:hidden;animation:spin 30s linear infinite}.continent{position:absolute;background:#16a34a;border-radius:50%;opacity:.8}.north-america{top:.75rem;left:.5rem;width:2rem;height:1.5rem;transform:rotate(-12deg)}.north-america-small{top:.25rem;left:1rem;width:1rem;height:.75rem;transform:rotate(45deg);opacity:.7;background:#15803d}.europe{top:1rem;right:1.5rem;width:.75rem;height:.5rem;transform:rotate(30deg)}.asia{top:.5rem;right:.5rem;width:1.5rem;height:2rem;transform:rotate(15deg)}.asia-small{top:1.5rem;right:.25rem;width:1rem;height:.75rem;transform:rotate(-30deg);background:#15803d;opacity:.7}.africa{top:2rem;left:1.5rem;width:.75rem;height:1.75rem;transform:rotate(12deg)}.south-america{bottom:.75rem;left:.75rem;width:.5rem;height:1.5rem;transform:rotate(20deg)}.australia{bottom:1rem;right:.75rem;width:.75rem;height:.5rem;transform:rotate(-15deg)}.center-dot{top:50%;left:50%;width:.5rem;height:.5rem;transform:translate(-50%,-50%);background:#15803d;opacity:.6}.grid-line{position:absolute;background:rgba(255,255,255,.15)}.horizontal-1{top:33.33%;left:0;width:100%;height:1px}.horizontal-2{bottom:33.33%;left:0;width:100%;height:1px}.vertical-1{left:33.33%;top:0;height:100%;width:1px}.vertical-2{right:33.33%;top:0;height:100%;width:1px}.ping{position:absolute;width:.375rem;height:.375rem;background:#fbbf24;border-radius:50%;animation:ping 2s infinite}.ping::after{content:"";position:absolute;inset:0;background:#f59e0b;border-radius:50%;box-shadow:0 0 10px rgba(245,158,11,.5)}.ping-1{top:20%;left:30%;animation-delay:0s}.ping-2{top:25%;right:15%;animation-delay:.4s}.ping-3{top:35%;right:8%;animation-delay:.8s}.ping-4{bottom:30%;right:20%;animation-delay:1.2s}.ping-5{top:40%;left:45%;animation-delay:1.6s}.ping-6{bottom:35%;left:25%;animation-delay:2s}.globe-glow{position:absolute;inset:.25rem;border-radius:50%;background:linear-gradient(135deg,transparent,rgba(255,255,255,.1),transparent)}.globe-shadow{position:absolute;inset:0;border-radius:50%;box-shadow:inset 0 0 20px rgba(0,0,0,.2)}.status-badge{position:absolute;bottom:-2rem;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:.5rem;font-size:.875rem;background:rgba(34,197,94,.1);color:#16a34a;padding:.5rem 1rem;border-radius:9999px;border:1px solid rgba(34,197,94,.2);box-shadow:0 1px 3px rgba(0,0,0,.1)}.status-pulse{width:.5rem;height:.5rem;background:#16a34a;border-radius:50%;animation:pulse 2s infinite}.location-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:2rem}.location-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;background:#f9fafb;border:1px solid #e5e7eb;transition:background-color .2s;animation:fadeIn .3s ease-out}.location-item:hover{background:#f3f4f6}.location-dot{width:.75rem;height:.75rem;background:#16a34a;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1)}.location-item span{font-size:.875rem;font-weight:500;color:#374151}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:center}.stat-item{animation:fadeIn .3s ease-out}.stat-number{font-size:1.875rem;font-weight:700}.stat-item:nth-child(1) .stat-number{color:#3b82f6}.stat-item:nth-child(2) .stat-number{color:#16a34a}.stat-item:nth-child(3) .stat-number{color:#8b5cf6}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.launch-badge{margin-top:4rem;display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.5);border:1px solid #e5e7eb;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500}.launch-dot{width:.5rem;height:.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;animation:pulse 2s infinite}.footer{width:100%;max-width:72rem;margin:0 auto;padding:2rem 1.5rem;border-top:1px solid #e5e7eb;margin-top:4rem}.footer-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.footer-link{font-size:.875rem;color:#6b7280;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#3b82f6}.footer-copyright{font-size:.875rem;color:#6b7280}@media (max-width:640px){.footer-content{flex-direction:column;text-align:center}.footer-links{justify-content:center}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes ping{0%{transform:scale(1);opacity:1}100%,75%{transform:scale(2);opacity:0}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.headline{font-size:4.5rem}.subheadline{font-size:1.5rem}.location-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.header-content{flex-direction:column;gap:1rem}.signup-form{flex-direction:column}.monitoring-card{padding:1rem}.globe-container{height:450px}.progress-container{width:12rem}}.legal-page{padding:2rem 0;flex:1}.legal-container{max-width:48rem;margin:0 auto;padding:0 1.5rem}.legal-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.legal-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;line-height:1.2}.legal-meta{color:#6b7280;font-size:.875rem;font-weight:500}.legal-content{line-height:1.7;color:#374151}.legal-content h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-top:2.5rem;margin-bottom:1rem;line-height:1.3}.legal-content h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-top:2rem;margin-bottom:.75rem;line-height:1.3}.legal-content p{margin-bottom:1.25rem}.legal-content ol,.legal-content ul{margin-bottom:1.25rem;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.legal-content a{color:#3b82f6;text-decoration:none;transition:color .2s ease}.legal-content a:hover{color:#1d4ed8;text-decoration:underline}.legal-content strong{font-weight:600;color:#1a1a1a}.legal-content address{font-style:normal;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin:1.5rem 0;line-height:1.6}.legal-divider{border:none;border-top:1px solid #e5e7eb;margin:2.5rem 0}.legal-tip{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;padding:1rem;font-size:.875rem;color:#1e40af;margin-top:2rem}@media (max-width:768px){.legal-header h1{font-size:2rem}.legal-content h2{font-size:1.25rem}.legal-container{padding:0 1rem}}