@font-face{font-family:Mier B;src:url(./assets/MierB-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Mier B;src:url(./assets/MierB-Book.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Mier B;src:url(./assets/MierB-Demi.otf) format("opentype");font-weight:600;font-style:normal;font-display:swap}:root{--purple-50: #f8f6f9;--purple-100: #e7dce7;--purple-500: #5c1761;--purple-600: #4e1453;--purple-900: #2d0b30;--grey-50: #f3f3f3;--grey-100: #e2e2e2;--grey-500: #787878;--grey-900: #1b1b1b;--red-500: #fa5a60;--white: #ffffff;--font: "Mier B", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--white);color:var(--grey-900);font-family:var(--font);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}.card{width:100%;max-width:25rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.brand{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.brand img{width:64px;height:64px}h1{margin:0;font-size:2rem;font-weight:500;line-height:1.2;letter-spacing:-.01em;text-align:center}form{width:100%;display:flex;flex-direction:column;gap:1rem}label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.4rem;color:var(--grey-900)}button,a.btn-soft{width:100%;padding:.85rem 1.25rem;font:inherit;font-weight:600;text-transform:none;border-radius:12px;border:1px solid transparent;cursor:pointer;transition:background .15s,border-color .15s}button:disabled{opacity:.55;cursor:default}.btn-primary{background:var(--purple-500);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--purple-600)}.btn-secondary{background:var(--white);color:var(--grey-900);border-color:var(--grey-100)}.btn-secondary:hover:not(:disabled){border-color:var(--grey-500)}.btn-soft{background:var(--grey-50);color:var(--grey-900)}.btn-soft:hover:not(:disabled){background:var(--grey-100)}.social{display:flex;flex-direction:column;gap:.75rem;width:100%}.social button,.btn-soft{display:inline-flex;align-items:center;justify-content:center;gap:.6rem}.btn-soft>svg,button>svg{width:22px;height:22px;flex:none}.divider{display:flex;align-items:center;gap:1rem;width:100%;color:var(--grey-900);font-size:.875rem;font-weight:600}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--grey-100)}.meta{margin-top:-.75rem;font-size:1rem;line-height:1.375rem;color:var(--grey-500);text-align:center}a{color:var(--purple-500);font-weight:500}a:hover{color:var(--purple-600)}.error{width:100%;padding:.75rem 1rem;border-radius:8px;background:#fff1f1;border:1px solid var(--red-500);color:#7b2c2f;font-size:.875rem}.layout{display:grid;grid-template-columns:1fr;min-height:100vh}@media (min-width: 900px){.layout{grid-template-columns:1fr 1fr}}.refer{display:none}@media (min-width: 900px){.refer{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:3rem clamp(2rem,27%,22rem);background:var(--purple-100);color:var(--purple-500);position:relative;overflow:hidden}.refer:before{content:"";position:absolute;top:0;right:0;width:60%;aspect-ratio:332 / 370;background:url(./assets/dots-corner.svg) no-repeat center / contain;transform:scaleX(-1);pointer-events:none}.refer>*:not(dialog){position:relative}.refer .coin{width:72px;height:70px}.refer h2{margin:1.5rem 0 0;font-size:29px;font-weight:400;line-height:1.2}.refer p{margin:1rem 0 1.5rem;font-size:1rem;line-height:1.375rem;max-width:340px}.refer>button{width:auto;padding:9px 19px;font-size:.875rem;line-height:1.25rem;background:transparent;color:var(--purple-500);border:2px solid rgba(92,23,97,.5);border-radius:100px}.refer>button:hover{background:#5c17610f}}@media (min-width: 1200px){.refer:before{width:40%}}.identity{width:100%;display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.7rem 1rem;border:1px solid var(--grey-100);border-radius:8px;background:var(--grey-50);font-size:.9rem}.identity-email{color:var(--grey-900);overflow-wrap:anywhere}.identity a{font-size:.85rem;white-space:nowrap}.label-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.label-row label{margin-bottom:0}.label-row a{font-size:.85rem}.sent{text-align:left;width:100%}.code-boxes{display:flex;gap:.5rem;width:100%}.code-boxes input{flex:1;min-width:0;padding:.85rem 0;text-align:center;font:inherit;font-size:1.35rem;font-variant-numeric:tabular-nums;color:var(--grey-900);background:var(--white);border:1px solid var(--grey-500);border-radius:8px;transition:border-color .15s,box-shadow .15s}.code-boxes input:focus{outline:none;border-color:var(--purple-500);box-shadow:0 0 0 3px var(--purple-100)}.code-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;font-size:.875rem}.code-actions:has(>:only-child){justify-content:center}.btn-link{width:auto;padding:0;border:none;background:none;color:var(--purple-500);font-weight:500;font-size:.875rem}.btn-link:hover{color:var(--purple-600);text-decoration:underline}.field{position:relative;width:100%}.field input{width:100%;padding:15px;line-height:1.5;font:inherit;color:var(--grey-900);background:var(--white);border:1px solid var(--grey-500);border-radius:8px;transition:border-color .2s ease-in-out,background-color .2s ease-in-out}.field input:hover{border-color:#000}.field label{position:absolute;left:17px;top:18px;font-size:1em;font-weight:500;line-height:1.3;letter-spacing:-.001em;color:var(--grey-900);transition:all .2s ease-in-out;pointer-events:none}.field input:not(:placeholder-shown)~label{top:8px;font-size:.75em}.field input:not(:placeholder-shown){padding:23px 15px 7px}.field input:focus{outline:none;border:2px solid #000;padding:22px 14px 6px}.field input:focus~label{top:8px;font-size:.75em}.field-password input,.field-password input:focus,.field-password input:not(:placeholder-shown){padding-right:3rem}.reveal{position:absolute;top:50%;right:.6rem;transform:translateY(-50%);width:2.2rem;height:2.2rem;padding:0;display:inline-flex;align-items:center;justify-content:center;background:none;border:none;border-radius:6px;color:var(--grey-500)}.reveal svg{width:20px;height:20px}.reveal:hover{color:var(--grey-900);background:var(--grey-50)}.forgot{text-align:center;width:100%;margin-top:-1.25rem}.forgot a{font-size:.875rem;font-weight:600;text-decoration:none}a.underlined{text-decoration:underline}.captcha{width:100%;display:flex;justify-content:center;min-height:65px}.captcha:empty{display:none;min-height:0}.remember{display:flex;align-items:center;gap:.6rem;width:100%;font-size:.875rem;color:var(--grey-900)}.remember input{width:1rem;height:1rem;accent-color:var(--purple-500)}a.btn-soft,a.btn-soft:hover{text-decoration:none;color:var(--grey-900)}.refer-dialog{width:min(60rem,calc(100vw - 3rem));padding:0;border:none;border-radius:16px;background:var(--white);color:var(--grey-900)}.refer-dialog::backdrop{background:#1c1c1c73}.refer-dialog header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.75rem 2rem;border-bottom:1px solid var(--grey-100)}.refer-dialog h3{margin:0;font-size:1.5rem;font-weight:400;line-height:1.2}.refer-dialog .dialog-close{width:2.25rem;height:2.25rem;flex:none;display:grid;place-items:center;padding:0;font-size:1.25rem;line-height:1;background:var(--grey-50);color:var(--grey-900);border:none;border-radius:50%}.refer-dialog .dialog-close:hover{background:var(--grey-100)}.refer-dialog ol{margin:0;padding:2rem;list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.refer-dialog li{display:flex;flex-direction:column;align-items:flex-start}.refer-dialog .tile{width:65px;height:65px;display:grid;place-items:center;border-radius:12px;background:#d9ede8;color:#086}.refer-dialog .tile>svg{width:32px;height:32px;fill:currentColor}.refer-dialog strong{margin-top:1rem;font-size:1.25rem;line-height:1.5rem;font-weight:500;letter-spacing:-.006em;color:var(--grey-900)}.refer-dialog li>span:last-child{margin-top:.75rem;font-size:1rem;line-height:1.375rem;color:#474747}.refer-dialog footer{display:flex;justify-content:flex-end;padding:1.25rem 2rem 1.75rem;border-top:1px solid var(--grey-100)}.refer-dialog footer .btn-primary{width:auto;padding:14px 28px;font-size:1rem;line-height:1.25rem;border-radius:12px}@media (max-width: 900px){.refer-dialog ol{grid-template-columns:repeat(2,1fr)}}.field.invalid input,[data-code-entry].invalid input{border-color:#fb8b90;background:#fff8f9}.field.invalid input:hover,.field.invalid input:focus,[data-code-entry].invalid input:focus{border-color:#fa5a60}.field-error{display:flex;align-items:center;gap:4px;margin:6px 0 0;font-size:.75rem;line-height:1rem;font-weight:500;letter-spacing:.001em;color:#fa5a60}.field-error:before{content:"";flex:none;width:16px;height:16px;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%201.5C6.71442%201.5%205.45772%201.88122%204.3888%202.59545C3.31988%203.30968%202.48676%204.32484%201.99479%205.51256C1.50282%206.70028%201.37409%208.00721%201.6249%209.26809C1.8757%2010.529%202.49477%2011.6872%203.40381%2012.5962C4.31285%2013.5052%205.47104%2014.1243%206.73192%2014.3751C7.99279%2014.6259%209.29973%2014.4972%2010.4874%2014.0052C11.6752%2013.5132%2012.6903%2012.6801%2013.4046%2011.6112C14.1188%2010.5423%2014.5%209.28558%2014.5%208C14.4982%206.27665%2013.8128%204.62441%2012.5942%203.40582C11.3756%202.18722%209.72335%201.50182%208%201.5ZM7.5%205C7.5%204.86739%207.55268%204.74021%207.64645%204.64645C7.74022%204.55268%207.86739%204.5%208%204.5C8.13261%204.5%208.25979%204.55268%208.35356%204.64645C8.44732%204.74021%208.5%204.86739%208.5%205V8.5C8.5%208.63261%208.44732%208.75979%208.35356%208.85355C8.25979%208.94732%208.13261%209%208%209C7.86739%209%207.74022%208.94732%207.64645%208.85355C7.55268%208.75979%207.5%208.63261%207.5%208.5V5ZM8%2011.5C7.85167%2011.5%207.70666%2011.456%207.58333%2011.3736C7.45999%2011.2912%207.36386%2011.1741%207.30709%2011.037C7.25033%2010.9%207.23548%2010.7492%207.26441%2010.6037C7.29335%2010.4582%207.36478%2010.3246%207.46967%2010.2197C7.57456%2010.1148%207.7082%2010.0434%207.85368%2010.0144C7.99917%209.98547%208.14997%2010.0003%208.28701%2010.0571C8.42406%2010.1139%208.54119%2010.21%208.6236%2010.3333C8.70602%2010.4567%208.75%2010.6017%208.75%2010.75C8.75%2010.9489%208.67098%2011.1397%208.53033%2011.2803C8.38968%2011.421%208.19892%2011.5%208%2011.5Z'%20fill='%23FA5A60'/%3e%3c/svg%3e") no-repeat center / contain}.abandon{margin-top:-.5rem;font-size:.875rem}
