@font-face{font-family:Satoshi;src:url('fonts/Satoshi-Variable.woff2') format('woff2'),url('fonts/Satoshi-Variable.woff') format('woff'),url('fonts/Satoshi-Variable.ttf') format('truetype');font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url('fonts/Satoshi-VariableItalic.woff2') format('woff2'),url('fonts/Satoshi-VariableItalic.woff') format('woff'),url('fonts/Satoshi-VariableItalic.ttf') format('truetype');font-weight:100 900;font-style:italic;font-display:swap}:root{--color-background:#00191d;--color-foreground:#fbfcfd;--color-muted:#eceef0;--color-accent:#8bceb6;--color-button-bg:#acdec8;--color-button-bg-hover:#9dd4bc;--color-button-text:#0d3c48;--color-button-border:rgba(255, 255, 255, 0.15);--color-input-bg:#00191d;--color-input-border:rgba(255, 255, 255, 0.15);--color-input-placeholder:#64748b;--color-success-bg:#8bceb6;--color-error:#f87171;--radius:6px;--shadow-sm:0px 1px 2px 0px rgba(0, 72, 84, 0.05)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:Satoshi,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background-color:var(--color-background);color:var(--color-foreground);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.layout{display:flex;height:100vh;height:100dvh;min-height:600px;width:100%;background-color:var(--color-background);overflow-x:hidden;overflow-y:auto}.hero-section{display:none;position:relative;overflow:hidden}.hero-image{width:100%;height:100%;object-fit:cover;object-position:center}.content-section{flex:1;position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:48px 16px;overflow:hidden;background-color:var(--color-background)}.background-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}.bg-shape{position:absolute}.bg-top{width:380px;height:250px;top:0;right:0}.bg-bottom{position:absolute;bottom:0;left:0;z-index:1}.bg-bottom--hero{width:521px;height:254px;left:-110px}.bg-bottom--content{width:280px;height:136px;left:-40px;bottom:40px}@media (min-width:769px){.bg-bottom--content{display:none}}.header{position:relative;z-index:1;flex-shrink:0}.logo{height:28px;width:auto}.main{position:relative;z-index:1;flex:1;display:flex;align-items:center;justify-content:center;width:100%}.content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:32px;max-width:100%;width:100%}.content-text{display:flex;flex-direction:column;align-items:center;gap:12px}.content--success{gap:24px;max-width:600px;padding:64px 24px}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.label{font-size:16px;font-weight:400;line-height:28px;letter-spacing:1.6px;color:var(--color-accent)}.heading{font-size:30px;font-weight:500;line-height:36px;letter-spacing:-1.5px;color:var(--color-foreground)}.description{font-size:16px;font-weight:400;line-height:28px;color:var(--color-muted);max-width:250px}.content--success .description{max-width:344px}.form{width:100%;padding:0 32px}.form-group{display:flex;flex-direction:column;gap:8px;width:100%}.form-error{display:block;margin-top:8px;font-size:14px;color:var(--color-error);text-align:left}.input{width:100%;padding:8px 12px;font-family:inherit;font-size:16px;font-weight:400;line-height:24px;color:var(--color-foreground);background-color:var(--color-input-bg);border:1px solid var(--color-input-border);border-radius:var(--radius);outline:0;transition:border-color .2s ease,box-shadow .2s ease;text-align:left}.input::placeholder{color:var(--color-input-placeholder)}.input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(139,206,182,.15)}.button{width:100%;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;line-height:24px;color:var(--color-button-text);background-color:var(--color-button-bg);border:1px solid var(--color-button-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);cursor:pointer;transition:background-color .2s ease,transform .1s ease}.button:hover{background-color:var(--color-button-bg-hover)}.button:active{transform:scale(.98)}.button:disabled{opacity:.7;cursor:not-allowed}.button--loading{display:inline-flex;align-items:center;justify-content:center;gap:8px}.spinner{width:16px;height:16px;border:2px solid var(--color-button-text);border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-icon{width:70px;height:70px;border-radius:50%;background-color:var(--color-success-bg);display:flex;align-items:center;justify-content:center}.success-icon img{width:32px;height:32px}.footer{position:relative;z-index:1;flex-shrink:0}.social-links{display:flex;gap:24px;align-items:center}.social-link{display:flex;align-items:center;justify-content:center;width:24px;height:24px;opacity:1;transition:opacity .2s ease}.social-link:hover{opacity:.7}.social-link img{width:100%;height:100%;object-fit:contain}@media (min-width:769px){.layout{display:flex;flex-direction:row}.hero-section{display:block;flex:0 0 50%;max-width:50%}.content-section{flex:0 0 50%;max-width:50%;padding:32px}.content{max-width:380px}.label{font-size:18px;letter-spacing:1.8px}.heading{font-size:36px;line-height:40px;letter-spacing:-1.8px}.description{font-size:18px;max-width:none}.content--success .description{max-width:320px}.form{padding:0}.form-group{flex-direction:row}.input{flex:1;padding-right:16px}.button{width:auto;flex-shrink:0}}@media (min-width:992px){.content-section{padding:48px}.content{max-width:430px}.label{font-size:20px;letter-spacing:2px}.heading{font-size:48px;line-height:48px;letter-spacing:-2.4px}.description{font-size:20px}.content--success .description{max-width:344px}.input{padding-right:56px}}@media (max-width:480px){.content-section{padding:48px 16px}.bg-top{width:250px;height:auto;top:80px;right:0}}@media (max-height:766px){.bg-top{top:-80px;right:-60px}.bg-bottom--content{bottom:-20px;left:-80px}}