:root{--white:#fff;--ink-darkest:#090a0a;--ink-base:#404446;--ink-secondary:#141414;--text-extra-light:#979c9e;--text-muted:#484848;--grey-light:#e3e5e5;--grey-base:#cdcfd0;--grey-input-border:#b3b3b3;--grey-input-bg:#ebebeb;--grey-placeholder:#7b7b7b;--accent-red:#e22d20;--accent-purple:#6b4eff;color:var(--ink-darkest);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:IBM Plex Sans,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0}body{background:var(--white);color:var(--ink-darkest)}.page{flex-direction:column;align-items:center;gap:80px;min-height:100vh;padding:64px;display:flex}.page--form{gap:64px;padding:48px 64px}.page__header{align-items:flex-start;width:100%;display:flex}.back-link{color:var(--ink-darkest);cursor:pointer;background:0 0;border:0;padding:12px 0;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;text-decoration:underline}.back-link:disabled{opacity:.5;cursor:not-allowed}.page__content{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:40px;width:100%;max-width:1312px;display:flex}.logo{width:417px;max-width:100%;height:auto;display:block}.title{text-align:center;color:var(--ink-darkest);margin:0;font-size:36px;font-weight:600;line-height:48px}.subtitle{color:var(--ink-darkest);text-align:center;max-width:752px;margin:0;font-size:14px;font-weight:500;line-height:24px}.helper{color:var(--text-muted);text-align:center;margin:0;font-size:14px;font-weight:400;line-height:24px}.text-block{flex-direction:column;align-items:center;gap:32px;width:100%;display:flex}.btn{cursor:pointer;white-space:nowrap;border:0;border-radius:48px;justify-content:center;align-items:center;gap:8px;height:48px;padding:12px 32px;font-family:inherit;font-size:16px;font-weight:500;line-height:24px;transition:opacity .15s,background .15s;display:inline-flex}.btn--primary{background:var(--accent-red);color:var(--white)}.btn--primary:hover:not(:disabled){background:#c8281c}.btn--primary:disabled{opacity:.6;cursor:not-allowed}.btn--ghost{color:var(--accent-red);background:0 0;padding:12px 0}.btn--ghost:hover:not(:disabled){text-decoration:underline}.btn--ghost:disabled{opacity:.5;cursor:not-allowed}.btn__icon{flex-shrink:0;width:24px;height:24px}.email-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:57px;width:100%;max-width:1100px;display:flex}.text-input{background:var(--white);min-width:280px;max-width:569px;color:var(--ink-darkest);border:1px solid #979c9e;border-radius:8px;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:14px;line-height:24px;transition:border-color .15s,box-shadow .15s}.text-input::placeholder{color:var(--ink-darkest);opacity:.5}.text-input:focus{border-color:var(--ink-darkest);box-shadow:0 0 0 3px #090a0a14}.otp-wrap{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.otp-group{align-items:center;gap:12px;display:flex}.otp-segment{gap:12px;display:flex}.otp-input{text-align:center;background:var(--grey-input-bg);border:1px solid var(--grey-input-border);width:40px;height:44px;color:var(--ink-darkest);border-radius:8px;outline:none;padding:0;font-family:inherit;font-size:16px;font-weight:500}.otp-input:focus{border-color:var(--ink-darkest);background:var(--white)}.otp-dash{color:var(--text-extra-light);font-size:14px}.otp-actions{align-items:center;gap:24px;display:flex}.form-header{flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.form-body-text{text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.form{grid-template-columns:repeat(2,minmax(0,569px));gap:24px 80px;width:100%;max-width:1218px;display:grid}.field{flex-direction:column;gap:8px;min-width:0;display:flex}.field--full{grid-column:1/-1}.field__label{color:var(--text-extra-light);font-size:14px;font-weight:400;line-height:20px}.field__input{border:1px solid var(--ink-base);background:var(--white);width:100%;color:var(--ink-darkest);border-radius:8px;outline:none;padding:12px 16px;font-family:inherit;font-size:14px;line-height:20px;transition:border-color .15s,box-shadow .15s}.field__input:focus{border-color:var(--ink-darkest);box-shadow:0 0 0 3px #090a0a14}.field__input--select{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%23090a0a\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"/></svg>");background-position:right 12px center;background-repeat:no-repeat;padding-right:44px}.field__textarea{resize:vertical;min-height:80px;font-family:inherit}.field__input--phone.PhoneInput{align-items:center;gap:8px;padding:8px 12px;display:flex}.field__input--phone .PhoneInputCountry{border-right:1px solid var(--grey-light);align-self:stretch;align-items:center;gap:6px;margin-right:4px;padding-right:8px;display:flex}.field__input--phone .PhoneInputCountryIcon{width:24px;height:18px;box-shadow:none;background:0 0}.field__input--phone .PhoneInputCountryIcon--border{box-shadow:none}.field__input--phone .PhoneInputCountryIconImg{object-fit:cover;border-radius:2px;width:100%;height:100%;display:block}.field__input--phone .PhoneInputCountrySelectArrow{border-style:solid;border-color:var(--ink-base);opacity:1;border-width:0 1px 1px 0;width:6px;height:6px;margin-left:2px}.field__input--phone .PhoneInputInput{min-width:0;color:var(--ink-darkest);background:0 0;border:none;outline:none;flex:1;padding:4px 0;font-family:inherit;font-size:14px;line-height:20px}.field__input--phone:focus-within{border-color:var(--ink-darkest);box-shadow:0 0 0 3px #090a0a14}.contact-method{color:var(--ink-darkest);flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:12px;font-size:12px;line-height:20px;display:flex}.contact-method__options{gap:12px;display:flex}.radio{cursor:pointer;color:var(--ink-darkest);align-items:center;gap:8px;font-size:12px;line-height:20px;display:inline-flex}.radio input{opacity:0;pointer-events:none;position:absolute}.radio__dot{background:var(--white);border:1px solid var(--grey-light);border-radius:32px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.radio input:checked+.radio__dot{background:var(--accent-purple);border-color:var(--accent-purple)}.radio input:checked+.radio__dot:after{content:"";background:var(--white);border-radius:50%;width:6px;height:6px}.form-closing{flex-direction:column;align-items:center;gap:24px;width:100%;margin-top:0;display:flex}.tnc{color:var(--ink-darkest);cursor:pointer;align-items:center;gap:16px;font-size:12px;line-height:20px;display:inline-flex}.tnc input{opacity:0;pointer-events:none;position:absolute}.tnc__box{border:1px solid var(--grey-base);background:var(--white);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.tnc input:checked+.tnc__box{background:var(--accent-red);border-color:var(--accent-red)}.tnc input:checked+.tnc__box:after{content:"";background:var(--white);clip-path:polygon(14% 44%,0 60%,40% 100%,100% 20%,84% 8%,38% 70%);width:8px;height:8px}.tnc a{color:inherit;text-decoration:underline}.guest-actions{flex-direction:column;align-items:center;gap:16px;display:flex}.error{color:var(--accent-red);text-align:center;margin:0;font-size:13px}.footer{letter-spacing:-.12px;width:100%;color:var(--ink-darkest);justify-content:center;align-items:center;gap:4px;font-size:12px;display:flex}.footer__particle-logo{vertical-align:middle;height:1.25rem;display:inline-block}.scanner-page{--sp-bg:#161718;--sp-bg-2:#252829;--sp-text:#f7f9fa;--sp-text-2:#f2f4f5;--sp-text-3:#e3e5e5;--sp-text-light:#cdcfd0;--sp-text-xlight:#979c9e;--sp-border:#404446;--sp-border-soft:#40444666;--sp-purple:#6b4eff;--sp-purple-9:#5538ee;--sp-purple-6:#9990ff;--sp-purple-12:#e7e7ff;--sp-green-bg:#133929;--sp-green-icon:#23c16b;--sp-yellow-bg:#3e3000;--sp-yellow-icon:#ffc462;--sp-yellow-callout:#ffefd7;--sp-yellow-callout-border:#493c00;--sp-callout-text:#090a0a;--sp-grey-tag:#222;--sp-row-bg:#ffffff08;background:var(--sp-bg);color:var(--sp-text);flex-direction:column;font-family:IBM Plex Sans,system-ui,sans-serif;display:flex;position:fixed;inset:0;overflow-y:auto}.scanner-page *{box-sizing:border-box}.sp-statusbar{background:var(--sp-bg-2);height:48px;color:var(--sp-text-light);flex-shrink:0;justify-content:space-between;align-items:center;margin:24px 16px 0;padding:12px;font-size:14px;font-weight:500;line-height:24px;display:flex}.sp-h1{color:var(--sp-text-2);text-align:center;margin:0;font-size:26px;font-weight:500;line-height:38px}.sp-helper{color:var(--sp-text-xlight);text-align:center;margin:0;font-size:14px;font-weight:400;line-height:24px}.sp-error{color:#ff8a80;text-align:center;margin:0;font-size:13px}.sp-btn{cursor:pointer;border:0;border-radius:48px;justify-content:center;align-items:center;gap:8px;width:100%;height:48px;padding:12px 32px;font-family:inherit;font-size:16px;font-weight:500;line-height:24px;display:inline-flex}.sp-btn--primary{background:var(--sp-purple);color:#fff}.sp-btn--primary:hover:not(:disabled){background:var(--sp-purple-9)}.sp-btn--confirm{background:var(--sp-green-bg);color:#fff}.sp-btn--neutral{background:var(--sp-border);color:#fff}.sp-btn--outline{color:var(--sp-purple-6);border:1px solid var(--sp-purple-6);background:0 0}.sp-btn--ghost-light{color:var(--sp-text-light);background:0 0}.sp-btn:disabled{opacity:.6;cursor:not-allowed}.sp-gate{flex:1;justify-content:center;align-items:center;padding:24px;display:flex}.sp-gate__form{text-align:center;flex-direction:column;gap:16px;width:100%;max-width:360px;display:flex}.sp-gate__title{color:var(--sp-text-2);margin:0;font-size:26px;font-weight:500;line-height:38px}.sp-gate__subtitle{color:var(--sp-text-xlight);margin:0 0 8px;font-size:14px}.sp-gate__input{background:var(--sp-bg-2);border:1px solid var(--sp-border);letter-spacing:8px;width:100%;color:var(--sp-text);text-align:center;border-radius:8px;outline:none;padding:14px 16px;font-family:inherit;font-size:24px}.sp-gate__input:focus{border-color:var(--sp-purple)}.sp-scanner-body{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:64px;min-height:0;padding:32px 24px;display:flex}.sp-loading{justify-content:center}.sp-scanner-text{flex-direction:column;align-items:center;gap:12px;display:flex}.sp-frame{border:1px solid var(--sp-border);background:#000;width:240px;height:240px;position:relative;overflow:hidden}.sp-frame--idle .sp-frame__corner{background:var(--sp-border)}.sp-frame__viewport{position:absolute;inset:0}.sp-frame__viewport video{object-fit:cover;width:100%!important;height:100%!important}.sp-frame__corner{background:var(--sp-purple);pointer-events:none;position:absolute}.sp-frame__corner:before,.sp-frame__corner:after{content:"";background:inherit;position:absolute}.sp-frame__corner--tl{width:16px;height:3px;top:0;left:0}.sp-frame__corner--tl:after{width:3px;height:16px;top:0;left:0}.sp-frame__corner--tr{width:16px;height:3px;top:0;right:0}.sp-frame__corner--tr:after{width:3px;height:16px;top:0;right:0}.sp-frame__corner--bl{width:16px;height:3px;bottom:0;left:0}.sp-frame__corner--bl:after{width:3px;height:16px;bottom:0;left:0}.sp-frame__corner--br{width:16px;height:3px;bottom:0;right:0}.sp-frame__corner--br:after{width:3px;height:16px;bottom:0;right:0}.sp-frame__scanline{background:#6b4eff99;height:1px;animation:2.4s ease-in-out infinite sp-scan;position:absolute;top:50%;left:0;right:0;box-shadow:0 0 8px 1px #6b4eff80}@keyframes sp-scan{0%,to{top:8%}50%{top:92%}}.sp-frame__pill{background:var(--sp-yellow-bg);color:var(--sp-yellow-icon);white-space:nowrap;border-radius:8px;padding:8px;font-size:14px;font-weight:400;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.sp-disconnected{flex-direction:column;flex:1;min-height:0;padding:24px;display:flex}.sp-disconnected__inner{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:64px;display:flex}.sp-disconnected__icon{color:var(--sp-text-light)}.sp-disconnected__text{text-align:center;flex-direction:column;gap:24px;display:flex}.sp-disconnected__actions{flex-direction:column;gap:8px;padding-top:16px;display:flex}.sp-result{flex-direction:column;flex:1;min-height:0;display:flex}.sp-result-header{color:var(--sp-text-light);flex-shrink:0;align-items:center;gap:8px;padding:16px;font-size:14px;font-weight:500;display:flex}.sp-result-header--ok{background:var(--sp-green-bg)}.sp-result-header--warn{background:var(--sp-yellow-bg)}.sp-result-header__badge{color:#000;border-radius:100px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.sp-result-header__badge--ok{background:var(--sp-green-icon)}.sp-result-header__badge--warn{background:var(--sp-yellow-icon)}.sp-result-content{flex-direction:column;flex:1;gap:32px;padding:24px;display:flex;overflow-y:auto}.sp-name{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.sp-name__title{color:var(--sp-text);margin:0;font-size:26px;font-weight:500;line-height:38px}.sp-tag{border-radius:4px;justify-content:center;align-items:center;height:20px;padding:0 8px;font-size:14px;font-weight:500;display:inline-flex}.sp-tag--vip{background:var(--sp-purple-9);color:var(--sp-purple-12)}.sp-tag--standard{background:var(--sp-grey-tag);color:var(--sp-text-3)}.sp-callout{background:var(--sp-yellow-callout);border:1px solid var(--sp-yellow-callout-border);color:var(--sp-callout-text);border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.sp-callout__title{align-items:center;gap:8px;font-size:14px;font-weight:500;line-height:24px;display:flex}.sp-callout__detail{padding-left:24px;font-size:12px;font-weight:400;line-height:20px}.sp-section{border-top:1px solid var(--sp-border);flex-direction:column;gap:12px;padding-top:12px;display:flex}.sp-section__title{color:var(--sp-text-3);margin:0;font-size:14px;font-weight:500}.sp-stack{flex-direction:column;gap:12px;display:flex}.sp-row{background:var(--sp-row-bg);border:1px solid var(--sp-border-soft);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:12px;padding:12px;display:flex;position:relative}.sp-row input{opacity:0;pointer-events:none;position:absolute}.sp-row--selected{border-color:var(--sp-purple-9)}.sp-row--done{cursor:default}.sp-row__check{border:1px solid var(--sp-text-xlight);border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:inline-flex}.sp-row input:checked+.sp-row__check,.sp-row--done .sp-row__check{background:var(--sp-purple-9);border-color:var(--sp-purple-9)}.sp-row input:checked+.sp-row__check:after,.sp-row--done .sp-row__check:after{content:"";clip-path:polygon(14% 44%,0 60%,40% 100%,100% 20%,84% 8%,38% 70%);background:#fff;width:8px;height:6px}.sp-row__icon{color:var(--sp-text-3);flex-shrink:0}.sp-row__body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.sp-row__title{color:var(--sp-text-3);font-size:14px;font-weight:500;line-height:24px}.sp-row__sub{color:var(--sp-purple-6);font-size:10px;font-weight:600;line-height:16px}.sp-row--done .sp-row__sub{color:var(--sp-text-xlight)}.sp-textarea{background:var(--sp-row-bg);width:100%;min-height:80px;color:var(--sp-text-3);resize:vertical;border:1px solid #6c707266;border-radius:4px;outline:none;padding:8px;font-family:inherit;font-size:14px}.sp-textarea::placeholder{color:var(--sp-text-xlight);font-size:12px}.sp-textarea:focus{border-color:var(--sp-purple)}.sp-footer{background:var(--sp-bg);border-top:1px solid var(--sp-border);flex-direction:column;flex-shrink:0;gap:8px;padding:16px;display:flex}.sp-toast{background:var(--sp-bg-2);border:1px solid var(--sp-border);color:#ff8a80;text-align:center;border-radius:8px;padding:12px 16px;font-size:13px;position:fixed;bottom:24px;left:16px;right:16px}@media (width>=640px){.sp-statusbar,.sp-result-content,.sp-disconnected,.sp-footer{max-width:480px;margin-left:auto;margin-right:auto}}.scanner{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:480px;display:flex}.scanner__viewport{aspect-ratio:1;border:1px solid var(--grey-light);background:#000;border-radius:16px;width:100%;overflow:hidden}.scanner__viewport video{object-fit:cover;width:100%;height:100%}.result{text-align:left;flex-direction:column;gap:24px;width:100%;max-width:720px;display:flex}.result__header{border-bottom:1px solid var(--grey-light);flex-wrap:wrap;align-items:center;gap:12px;padding-bottom:16px;display:flex}.result__name{color:var(--ink-darkest);margin:0;font-size:28px;font-weight:600}.result__pill{background:var(--grey-input-bg);color:var(--ink-darkest);text-transform:capitalize;border-radius:999px;align-items:center;padding:4px 12px;font-size:12px;font-weight:500;display:inline-flex}.result__section{flex-direction:column;gap:8px;display:flex}.result__section-title{color:var(--text-extra-light);text-transform:uppercase;letter-spacing:.6px;margin:0 0 4px;font-size:12px;font-weight:500}.result-row{border-bottom:1px solid var(--grey-light);grid-template-columns:160px 1fr;gap:16px;padding:8px 0;font-size:14px;line-height:20px;display:grid}.result-row:last-child{border-bottom:0}.result-row__label{color:var(--text-muted)}.result-row__value{color:var(--ink-darkest);word-break:break-word}@media (width<=600px){.result-row{grid-template-columns:1fr;gap:4px}.result__name{font-size:22px}}@media (width<=1024px){.page{gap:48px;padding:32px}.page--form{padding:32px}.form{grid-template-columns:1fr;column-gap:0}.otp-wrap{gap:24px}}@media (width<=600px){.page{gap:32px;padding:20px}.title{font-size:28px;line-height:36px}.otp-input{width:36px;height:40px}.otp-group,.otp-segment{gap:8px}.email-row{gap:16px}.btn{padding:12px 24px}}: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:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.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{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{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);display:block}.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)}
