.stats-page{padding:.5rem 1.25rem 2rem;overflow-y:auto;width:80vw;max-width:80vw;margin:0 auto;align-self:flex-start}@media (max-width: 700px){.stats-page{width:95%}}.stats-grid{display:grid;grid-template-columns:1fr;gap:2rem}.stats-chart canvas{width:100%!important;height:100%!important}.stats-card{background:transparent;color:#fff;padding:.75rem 1rem 1rem;border-radius:8px;display:flex;flex-direction:column;height:100%}.stats-chart{flex:1;height:260px;position:relative}.stats-caption{text-align:center;margin-top:.5rem}.stats-card h2{margin:0 0 .5rem;font-size:1.25rem}.stats-page h1{margin:0 0 1rem;font-size:2rem;font-weight:600}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Apple Garamond;src:url(/assets/AppleGaramond-B-uhgcPi.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Apple Garamond;src:url(/assets/AppleGaramond-Bold-7CvnEgsn.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Apple Garamond;src:url(/assets/AppleGaramond-Italic-d2Ol8oWt.ttf) format("truetype");font-weight:400;font-style:italic}html{background:#000;min-height:100%;overflow-x:hidden}body{background:linear-gradient(145deg,#000,#0a0a0a);color:#fff;min-height:100vh;margin:0;padding:0;display:flex;justify-content:center;align-items:center;font-family:-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden;-webkit-overflow-scrolling:touch}.container{width:100%;max-width:360px;padding:2rem;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.container::-webkit-scrollbar{display:none;width:0;background:transparent}.container{-ms-overflow-style:none;scrollbar-width:none}.content{text-align:center;width:100%}.app-icon{width:140px;height:140px;background:#fff;border-radius:32px;display:grid;place-items:center;margin:0 auto 1.5rem;overflow:hidden}.app-icon img{max-width:100%;max-height:100%}h1{font-family:Apple Garamond,serif;font-size:140px;font-weight:400;letter-spacing:-.02em;color:#000;margin:0;line-height:.85}p{font-family:Optima,Optima Nova LT Pro,Optima LT Std,sans-serif;font-size:1rem;color:#fffc;margin-bottom:2rem;letter-spacing:.02em}form{display:flex;flex-direction:column;width:100%;max-width:320px;min-width:320px;margin:0 auto;align-items:stretch}.input-wrapper{position:relative;margin-bottom:.75rem;width:100%}.error-message{color:#ff4d4d;font-size:13px;text-align:left;margin-top:8px}.PhoneInput.error{border-color:#ff4d4d}.PhoneInput.error:hover{border-color:#f66}.PhoneInput.error.PhoneInput--focus{border-color:#ff4d4d;box-shadow:0 0 0 4px #ff4d4d1a}.PhoneInput{background:#141414f2;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:2px;margin-bottom:.75rem;transition:all .2s ease}.PhoneInput:hover{border-color:#ffffff26}.PhoneInputCountry{margin:0 8px;padding:6px;border-right:1px solid rgba(255,255,255,.1)}.PhoneInputCountrySelect{color:#fff;background:transparent}.PhoneInputCountryIcon{opacity:.9}.PhoneInputInput{background:transparent;border:none;color:#fff;font-size:15px;padding:10px;outline:none;width:100%}.PhoneInputInput::placeholder{color:#ffffff80}.PhoneInputCountrySelect option{background:#141414fa;color:#fff}button{width:100%;background:#fff;color:#000;border:none;height:44px;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;letter-spacing:-.01em;box-shadow:0 1px 2px #0000001a}button:hover{transform:translateY(-1px);background:#f8f8f8;box-shadow:0 4px 12px #00000026}button:active{transform:translateY(0)}.PhoneInput--focus{border-color:#fff3;box-shadow:0 0 0 4px #ffffff08}.input-group{display:flex;gap:1px;background:#ffffff1a;border-radius:8px;overflow:hidden}.country-dropdown{width:110px;padding:12px 30px 12px 12px;background:#141414f2;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:15px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h10L5 6z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.country-dropdown:focus{outline:none;border-color:#fff3}.country-dropdown option{background:#141414fa;color:#fff;padding:8px}.phone-input{flex:1;padding:12px;background:#141414f2;border:1px solid rgba(255,255,255,.1);border-left:none;color:#fff;font-size:15px}.phone-input:focus{outline:none;border-color:#fff3}.phone-input::placeholder{color:#ffffff80}input[type=email]{width:100%;background:#141414f2;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:14px;color:#fff;font-size:14px;outline:none;transition:all .2s ease;margin-bottom:.75rem}input[type=email]:hover{border-color:#ffffff26}input[type=email]:focus{border-color:#fff3;box-shadow:0 0 0 4px #ffffff05}input[type=email]::placeholder{color:#fff6;font-size:14px}input[type=email].error{border-color:#ff4d4d}input[type=email].error:hover{border-color:#f66}input[type=email].error:focus{border-color:#ff4d4d;box-shadow:0 0 0 4px #ff4d4d1a}.thank-you{color:#ffffffe6;font-size:15px;font-family:Optima,Optima Nova LT Pro,Optima LT Std,sans-serif;margin-top:1rem;letter-spacing:.02em;transform:translate(.8rem)}input[type=text]{width:100%;background:#141414f2;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:14px;color:#fff;font-size:14px;outline:none;transition:all .2s ease;margin-bottom:6px}input[type=text]:hover{border-color:#ffffff26}input[type=text]:focus{border-color:#fff3;box-shadow:0 0 0 4px #ffffff05}input[type=text]::placeholder{color:#fff6;font-size:14px}input[type=text].error{border-color:#ff4d4d}input[type=text].error:hover{border-color:#f66}input[type=text].error:focus{border-color:#ff4d4d;box-shadow:0 0 0 4px #ff4d4d1a}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input[type=text]:-webkit-autofill,input[type=text]:-webkit-autofill:hover,input[type=text]:-webkit-autofill:focus,input[type=email]:-webkit-autofill,input[type=email]:-webkit-autofill:hover,input[type=email]:-webkit-autofill:focus,input[type=tel]:-webkit-autofill,input[type=tel]:-webkit-autofill:hover,input[type=tel]:-webkit-autofill:focus,.PhoneInputInput:-webkit-autofill,.PhoneInputInput:-webkit-autofill:hover,.PhoneInputInput:-webkit-autofill:focus{-webkit-text-fill-color:white!important;-webkit-box-shadow:0 0 0px 1000px rgba(20,20,20,.95) inset!important;box-shadow:0 0 0 1000px #141414f2 inset!important;background-color:#141414f2!important;transition:background-color 5000s ease-in-out 0s;caret-color:#fff!important;color:#fff!important}::-webkit-scrollbar{display:none;width:0}*{scrollbar-width:none}*{-ms-overflow-style:none}html,body{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width: 600px){.container{margin-right:.7rem}}.logo-and-text{transform:translate(.8rem)}
