/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial;--tw-outline-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--container-sm:24rem;--text-sm:14px;--text-sm--line-height:calc(1.25 / .875);--text-2xl:24px;--text-2xl--line-height:calc(2 / 1.5);--font-weight-semibold:600;--font-weight-bold:700;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-text-primary:#101010;--color-text-secondary:#393939}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.relative{position:relative}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-8{margin-top:calc(var(--spacing) * 8)}.block{display:block}.flex{display:flex}.hidden{display:none}.min-h-full{min-height:100%}.w-full{width:100%}.max-w-sm{max-width:var(--container-sm)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.border{border-style:var(--tw-border-style);border-width:1px}.px-4{padding-inline:calc(var(--spacing) * 4)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-text-primary{color:var(--color-text-primary)}.text-text-secondary{color:var(--color-text-secondary)}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}}@font-face{font-family:Magistral;src:url(/ds/fonts/Magistral-Regular.ttf)format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Magistral;src:url(/ds/fonts/Magistral-Bold.ttf)format("truetype");font-weight:500 700;font-display:swap}@font-face{font-family:Magistral;src:url(/ds/fonts/Magistral-Black.ttf)format("truetype");font-weight:800 900;font-display:swap}@font-face{font-family:Arimo;src:url(/ds/fonts/Arimo-Medium.ttf)format("truetype");font-weight:400 500;font-display:swap}@font-face{font-family:Arimo;src:url(/ds/fonts/Arimo-Bold.ttf)format("truetype");font-weight:600 800;font-display:swap}@font-face{font-family:Poppins;src:url(/ds/fonts/Poppins-Regular.ttf)format("truetype");font-weight:400;font-display:swap}@font-face{font-family:Poppins;src:url(/ds/fonts/Poppins-Medium.ttf)format("truetype");font-weight:500 600;font-display:swap}:root{--ds-primary:#4e64f2;--ds-primary-ink:#3c4fce;--ds-text:#101010;--ds-text-muted:#393939;--ds-text-soft:#a0a0a0;--ds-white:#fff;--ds-bg:#f8f8fa;--ds-placeholder:#f2f4f7;--ds-stroke:#e8e8e8;--ds-stroke-2:#d5d4df;--ds-success:#28c12e;--ds-error:#ff5959;--ds-radius-md:8px;--ds-radius-lg:12px;--ds-font-display:"Magistral", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--ds-font-body:"Arimo", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--ds-font-meta:"Poppins", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}html,body,#root{height:100%}body{background-color:var(--ds-bg);font-family:var(--ds-font-body);color:var(--ds-text);margin:0}.ds-host{background:var(--ds-bg);min-height:100%}.ds-host__container{flex-direction:column;gap:28px;max-width:560px;margin:0 auto;padding:24px 16px 96px;display:flex}.ds-host__header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.ds-brand{color:var(--ds-text);align-items:center;gap:10px;text-decoration:none;display:flex}.ds-brand__mark{display:block}.ds-brand__word{font-family:var(--ds-font-display);letter-spacing:-.3px;color:var(--ds-text);font-size:20px;font-weight:800;line-height:1}.ds-host__help{font-family:var(--ds-font-body);color:var(--ds-primary);font-size:13px;font-weight:700;text-decoration:none}.ds-host__help:hover{text-decoration:underline}.ds-host__intro{margin-bottom:4px}.ds-host__title{font-family:var(--ds-font-display);letter-spacing:-.4px;color:var(--ds-text);margin:0;font-size:26px;font-weight:800;line-height:1.15}.ds-host__subtitle{font-family:var(--ds-font-body);color:var(--ds-text-muted);margin:6px 0 0;font-size:14px;line-height:1.5}.ds-section{border:none;flex-direction:column;gap:16px;margin:0;padding:0;display:flex}.ds-section__title{font-family:var(--ds-font-display);color:var(--ds-text);margin:0;padding:0;font-size:20px;font-weight:500;line-height:1.2}.ds-field{flex-direction:column;gap:6px;display:flex}.ds-field__label{font-family:var(--ds-font-body);color:var(--ds-text);font-size:14px;font-weight:700;line-height:1.4}.ds-field__optional{color:var(--ds-text-soft);margin-left:6px;font-weight:400}.ds-field__help{font-family:var(--ds-font-meta);color:var(--ds-text-soft);margin:0;font-size:12px;line-height:1.4}.ds-field__error{font-family:var(--ds-font-body);color:var(--ds-error);margin:0;font-size:12px}.ds-input,.ds-select{box-sizing:border-box;border-radius:var(--ds-radius-md);border:1px solid var(--ds-stroke);background:var(--ds-white);width:100%;height:48px;font-family:var(--ds-font-body);color:var(--ds-text);outline:none;padding:0 12px;font-size:14px;transition:border-color .12s}.ds-input::placeholder{color:var(--ds-text-soft)}.ds-input:focus,.ds-select:focus{border-color:var(--ds-primary)}.ds-input--error,.ds-select--error{border-color:var(--ds-error)}.ds-input__wrap{position:relative}.ds-input__prefix{font-family:var(--ds-font-body);color:var(--ds-text-soft);pointer-events:none;font-size:14px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.ds-input--prefixed{padding-left:28px}.ds-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23101010' 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:36px}.ds-select--placeholder{color:var(--ds-text-soft)}.ds-row-2{grid-template-columns:1fr 1fr;gap:12px;display:grid}@media(max-width:420px){.ds-row-2{grid-template-columns:1fr}}.ds-upload-empty{border-radius:var(--ds-radius-md);border:2px dashed var(--ds-stroke);background:var(--ds-white);width:100%;height:96px;font-family:var(--ds-font-body);color:var(--ds-text-soft);cursor:pointer;justify-content:center;align-items:center;font-size:14px;transition:background-color .12s;display:flex}.ds-upload-empty:hover{background:var(--ds-bg)}.ds-upload-empty--error{border-color:var(--ds-error)}.ds-upload-filled{border-radius:var(--ds-radius-md);border:1px solid var(--ds-stroke);background:var(--ds-white);align-items:center;gap:12px;padding:12px;display:flex}.ds-upload-filled--error{border-color:var(--ds-error)}.ds-upload-filled__thumb{background:var(--ds-placeholder);width:56px;height:56px;font-family:var(--ds-font-meta);color:var(--ds-text-muted);background-position:50%;background-size:cover;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:flex;overflow:hidden}.ds-upload-filled__thumb img{object-fit:cover;width:100%;height:100%}.ds-upload-filled__name{min-width:0;font-family:var(--ds-font-body);color:var(--ds-text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;overflow:hidden}.ds-upload-filled__remove{font-family:var(--ds-font-body);color:var(--ds-error);cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:700}.ds-upload-filled__remove:hover{text-decoration:underline}.ds-checkbox{align-items:flex-start;gap:10px;display:flex}.ds-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1.5px solid var(--ds-stroke-2);background:var(--ds-white);cursor:pointer;border-radius:4px;flex-shrink:0;width:18px;height:18px;margin:1px 0 0;position:relative}.ds-checkbox input[type=checkbox]:checked{background:var(--ds-primary);border-color:var(--ds-primary)}.ds-checkbox input[type=checkbox]:checked:after{content:"";background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-position:50%;background-repeat:no-repeat;position:absolute;top:0;right:0;bottom:0;left:0}.ds-checkbox input[type=checkbox].ds-checkbox--error{border-color:var(--ds-error)}.ds-checkbox label{font-family:var(--ds-font-body);color:var(--ds-text);cursor:pointer;font-size:14px;line-height:1.5}.ds-checkbox a{color:var(--ds-primary);font-weight:700;text-decoration:underline}.ds-btn{border-radius:var(--ds-radius-md);background:var(--ds-primary);height:48px;color:var(--ds-white);font-family:var(--ds-font-display);letter-spacing:.1px;cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 20px;font-size:16px;font-weight:500;text-decoration:none;transition:background-color .12s,opacity .12s;display:inline-flex}.ds-btn:hover{background:var(--ds-primary-ink)}.ds-btn:active{opacity:.7}.ds-btn:disabled{opacity:.5;cursor:not-allowed;background:var(--ds-primary)}.ds-btn--full{width:100%}.ds-btn--outline{color:var(--ds-text);border:1px solid var(--ds-stroke);background:0 0}.ds-btn--outline:hover{background:var(--ds-bg)}.ds-secure{font-family:var(--ds-font-meta);color:var(--ds-text-soft);justify-content:center;align-items:center;gap:8px;font-size:12px;display:flex}.ds-submit-block{flex-direction:column;gap:12px;display:flex}@keyframes spin{to{transform:rotate(360deg)}}.ds-complete{background:var(--ds-bg);flex-direction:column;min-height:100vh;display:flex}.ds-complete__header{background:var(--ds-white);padding:14px 16px}.ds-complete__body{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:32px 20px;display:flex}.ds-complete__medallion{background:#4e64f226;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:20px;display:flex}.ds-complete__title{font-family:var(--ds-font-display);letter-spacing:-.3px;color:var(--ds-text);max-width:280px;margin:0;font-size:24px;font-weight:800;line-height:1.2}.ds-complete__desc{max-width:320px;font-family:var(--ds-font-body);color:var(--ds-text-muted);margin:10px 0 0;font-size:14px;line-height:1.5}.ds-complete__actions{flex-direction:column;gap:12px;width:100%;max-width:320px;margin-top:28px;display:flex}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
