:root{--bg-primary:#fff;--bg-secondary:#f5f5f7;--bg-tertiary:#eee;--text-primary:#1d1d1f;--text-secondary:#86868b;--text-tertiary:#6e6e73;--accent:#0071e3;--accent-foreground:#fff;--border:#d2d2d7;--glass:#ffffffb3;--glass-border:#fff3;--shadow-sm:0 2px 8px #0000000a;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 12px 32px #0000001f;--max-width:100%;--nav-height:64px;--app-dvh:100vh;--app-vh:1vh;--app-mobile-bottom-inset:0px;--mobile-height-ease:.28s cubic-bezier(.22,1,.36,1);--mobile-page-bottom-space:24px;--ease-apple:cubic-bezier(.32,.72,0,1)}@property --app-dvh{syntax:"<length>";inherits:true;initial-value:100vh}@property --app-mobile-bottom-inset{syntax:"<length>";inherits:true;initial-value:0}[data-theme=dark]{--bg-primary:#000;--bg-secondary:#121212;--bg-tertiary:#1c1c1e;--text-primary:#f5f5f7;--text-secondary:#a1a1a6;--text-tertiary:#86868b;--accent:#fff;--accent-foreground:#000;--border:#333;--glass:#000000b3;--glass-border:#ffffff1a;--shadow-sm:0 2px 8px #00000080;--shadow-md:0 4px 16px #0009;--shadow-lg:0 12px 32px #000000b3}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg-primary:#000;--bg-secondary:#0a0a0a;--bg-tertiary:#1c1c1e;--text-primary:#f5f5f7;--text-secondary:#a1a1a6;--text-tertiary:#86868b;--accent:#fff;--accent-foreground:#000;--border:#333;--glass:#000000b3;--glass-border:#ffffff1a;--shadow-sm:0 2px 8px #00000080;--shadow-md:0 4px 16px #0009;--shadow-lg:0 12px 32px #000000b3}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}@media (max-width:768px){html{overflow-x:hidden}}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;line-height:1.5;transition:background-color .4s cubic-bezier(.16,1,.3,1),color .4s cubic-bezier(.16,1,.3,1);overflow-x:hidden}#root{min-height:100%;overflow-x:hidden}@media (max-width:968px){:root{--mobile-page-bottom-space:max(24px,env(safe-area-inset-bottom),var(--app-mobile-bottom-inset))}html{min-height:var(--app-dvh);scroll-padding-top:calc(var(--nav-height) + 24px)}body,#root{min-height:var(--app-dvh)}}a{color:inherit;text-decoration:none;transition:opacity .2s}a:hover{opacity:.7}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul{list-style:none}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{max-width:var(--max-width);margin:0 auto;padding:0 15%}@media (max-width:1024px){.container{padding:0 5%}}@media (max-width:768px){.container{padding:0 24px}}@media (max-width:480px){.container{padding:0 16px}}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-col{flex-direction:column}.gap-4{gap:1rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:600;line-height:1.1}h1{font-size:clamp(3rem,5vw,4.5rem);font-weight:700}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:1.5rem}p{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}@keyframes fadeIn{0%{opacity:0;filter:blur(4px)}to{opacity:1;filter:blur()}}@keyframes slideUp{0%{opacity:0;filter:blur(4px);transform:translateY(8px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-shimmer{background:linear-gradient(90deg,var(--bg-secondary)25%,var(--bg-tertiary)50%,var(--bg-secondary)75%);animation:shimmer 2s var(--ease-apple)infinite;background-size:200% 100%;border-radius:8px}.animate-fade-in{animation:fadeIn .8s var(--ease-apple)forwards}.animate-slide-up{animation:slideUp .8s var(--ease-apple)forwards}.delay-100{transition-delay:.1s!important;animation-delay:.1s!important}.delay-200{transition-delay:.2s!important;animation-delay:.2s!important}.delay-300{transition-delay:.3s!important;animation-delay:.3s!important}.delay-400{transition-delay:.4s!important;animation-delay:.4s!important}.delay-500{transition-delay:.5s!important;animation-delay:.5s!important}.delay-600{transition-delay:.6s!important;animation-delay:.6s!important}.delay-700{transition-delay:.7s!important;animation-delay:.7s!important}.delay-800{transition-delay:.8s!important;animation-delay:.8s!important}.delay-900{transition-delay:.9s!important;animation-delay:.9s!important}.delay-1000{transition-delay:1s!important;animation-delay:1s!important}.animate-on-scroll{opacity:0;filter:blur(4px);transition:opacity .8s var(--ease-apple),transform .8s var(--ease-apple),filter .8s var(--ease-apple);transform:translateY(10px)}.animate-on-scroll.visible{opacity:1;filter:blur();transform:translateY(0)}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;opacity:0;pointer-events:none;background:#0006;justify-content:center;align-items:center;width:100vw;height:100dvh;padding:20px;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.modal-overlay.open{opacity:1;pointer-events:all}.modal-container{color:#fff;width:100%;max-width:540px;max-height:90dvh;transition:transform .4s var(--ease-apple);background-color:#111;border:1px solid #ffffff0d;border-radius:20px;padding:3rem;position:relative;overflow-y:auto;transform:translateY(10px);box-shadow:0 25px 50px -12px #00000080}.modal-container.early-access-modal{max-width:720px}.modal-overlay.open .modal-container{transform:translateY(0)}.modal-close-btn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;padding:5px;font-family:system-ui,sans-serif;font-size:1.25rem;line-height:1;transition:color .2s;position:absolute;top:2rem;right:2rem}.modal-close-btn:hover{color:#fff}.modal-header{text-align:center;margin-bottom:2.5rem}.modal-header h2{color:#fff;letter-spacing:-.02em;margin:0 0 .8rem;font-size:2.25rem;font-weight:600}.modal-header p{color:#a1a1aa;max-width:320px;margin:0 auto;font-size:.95rem;line-height:1.5}.modal-header.left-aligned{text-align:left;margin-bottom:2rem}.modal-header.left-aligned h2{margin-bottom:.5rem;font-size:1.8rem}.modal-header.left-aligned p{max-width:none;margin:0;font-size:.9rem}.form-group{margin-bottom:2rem;position:relative}.form-row{gap:1.5rem;display:flex}.form-row .form-group{flex:1}.form-label{color:#a1a1aa;pointer-events:none;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 20px);margin-bottom:0;font-size:.95rem;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;top:24px;left:0;overflow:hidden}.form-input,.form-select{color:#fff;background:0 0;border:none;border-bottom:1px solid #333;outline:none;width:100%;padding:24px 0 8px;font-family:inherit;font-size:.95rem;transition:border-color .3s}.form-input::placeholder{color:#0000}.form-input:focus,.form-select:focus{border-bottom-color:#fff}.form-input:focus~.form-label,.form-input:not(:placeholder-shown)~.form-label,.form-select:focus~.form-label,.form-select.has-value~.form-label{color:#ccc;font-size:.75rem;top:0}.form-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 1.5L6 6.5L11 1.5\" stroke=\"%23A1A1AA\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");background-position:right 0 bottom 12px;background-repeat:no-repeat;padding-right:20px}.form-select option{color:#fff;background-color:#111}.modal-actions{justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem;display:flex}.modal-actions.center{justify-content:center}.modal-btn-dark{color:#fff;cursor:pointer;background-color:#1a1a1a;border:1px solid #333;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.85rem 2.5rem;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.modal-btn-dark:hover{background-color:#242424;border-color:#444}.modal-btn-light{color:#000;cursor:pointer;text-align:center;background-color:#e5e5e5;border:none;border-radius:9999px;width:100%;padding:.85rem 2.5rem;font-size:.85rem;font-weight:500;transition:all .2s}.modal-btn-light:hover{background-color:#fff}.dot-indicator{background-color:#00e5ff;border-radius:50%;width:4px;height:4px;display:inline-block;box-shadow:0 0 6px 1px #00e5ff66}.step-tracker{margin-bottom:2rem}.step-label{color:#00e5ff;margin-bottom:.6rem;font-size:.75rem;font-weight:500;display:block}.step-dashed-line{background-image:repeating-linear-gradient(90deg,#333 0 5px,#0000 5px 9px);border-radius:1px;width:100%;height:2px;position:relative}.step-dashed-line-progress{background-image:repeating-linear-gradient(90deg,#00e5ff 0 5px,#0000 5px 9px);border-radius:1px;height:100%;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.pill-grid{flex-wrap:wrap;gap:.6rem;margin-bottom:1rem;display:flex}.pill-option{color:#a1a1aa;cursor:pointer;background-color:#0000;border:1px solid #333;border-radius:9999px;padding:.5rem 1.2rem;font-family:inherit;font-size:.8rem;transition:all .2s}.pill-option:hover{color:#fff;border-color:#555}.pill-option.selected{color:#fff;background-color:#ffffff0d;border-color:#fff}@media (max-width:640px){.modal-overlay{align-items:flex-end;padding:0}.modal-container{border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:92dvh;padding:2rem 1.5rem}.modal-container.early-access-modal{max-width:100%}.modal-close-btn{top:1.25rem;right:1.25rem}.modal-header{margin-bottom:1.5rem}.modal-header h2{font-size:1.6rem}.modal-header p{max-width:none;font-size:.85rem}.modal-header.left-aligned h2{font-size:1.4rem}.modal-header.left-aligned p{font-size:.82rem}.form-row{flex-direction:column;gap:0;margin-top:0!important}.form-group{margin-bottom:1.5rem}.form-group:empty{display:none}.form-label{font-size:.85rem}.form-input,.form-select{font-size:.9rem}.modal-actions{flex-direction:column;gap:.75rem;margin-top:2rem}.modal-actions .modal-btn-dark,.modal-actions .modal-btn-light{width:100%!important;padding:.85rem 1.5rem!important}.pill-option{padding:.45rem 1rem;font-size:.75rem}.pill-grid{gap:.5rem}.step-tracker{margin-bottom:1.5rem}.step-content h3{font-size:.95rem!important}.step-content p{font-size:.8rem!important}.custom-error-msg{font-size:.7rem}.form-input:focus,.form-select:focus{scroll-margin-bottom:120px}.modal-container{scroll-padding-bottom:120px}}.custom-error-msg{color:#ef4444;font-size:.75rem;font-weight:500;animation:.2s forwards modalFadeIn;position:absolute;bottom:-20px;left:0}.form-group.has-error .form-input,.form-group.has-error .form-select{border-bottom-color:#ef4444}.pill-grid.has-error{background:#ef44440d;border:1px solid #ef444466;border-radius:12px;padding:1rem}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}[data-theme=light] .modal-overlay{background:#0003}[data-theme=light] .modal-container{color:#1a1a1a;background-color:#fff;border:1px solid #00000014;box-shadow:0 25px 60px -12px #00000026}[data-theme=light] .modal-close-btn{color:#71717a}[data-theme=light] .modal-close-btn:hover,[data-theme=light] .modal-header h2{color:#1a1a1a}[data-theme=light] .modal-header p{color:#71717a}[data-theme=light] .form-input,[data-theme=light] .form-select{color:#1a1a1a;border-bottom-color:#e4e4e7}[data-theme=light] .form-input:focus,[data-theme=light] .form-select:focus{border-bottom-color:#1a1a1a}[data-theme=light] .form-label{color:#a1a1aa}[data-theme=light] .form-input:focus~.form-label,[data-theme=light] .form-input:not(:placeholder-shown)~.form-label,[data-theme=light] .form-select:focus~.form-label,[data-theme=light] .form-select.has-value~.form-label{color:#71717a}[data-theme=light] .form-select{background-image:url("data:image/svg+xml;utf8,<svg width=\"12\" height=\"8\" viewBox=\"0 0 12 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 1.5L6 6.5L11 1.5\" stroke=\"%2371717a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>")}[data-theme=light] .form-select option{color:#1a1a1a;background-color:#fff}[data-theme=light] .modal-btn-dark{color:#1a1a1a;background-color:#f4f4f5;border-color:#e4e4e7}[data-theme=light] .modal-btn-dark:hover{background-color:#e4e4e7;border-color:#d4d4d8}[data-theme=light] .modal-btn-light{color:#fff;background-color:#1a1a1a}[data-theme=light] .modal-btn-light:hover{background-color:#333}[data-theme=light] .pill-option{color:#71717a;border-color:#e4e4e7}[data-theme=light] .pill-option:hover{color:#1a1a1a;border-color:#a1a1aa}[data-theme=light] .pill-option.selected{color:#1a1a1a;background-color:#0000000a;border-color:#1a1a1a}[data-theme=light] .step-dashed-line{background-image:repeating-linear-gradient(90deg,#e4e4e7 0 5px,#0000 5px 9px)}[data-theme=light] .step-dashed-line-progress{background-image:repeating-linear-gradient(90deg,#0ea5e9 0 5px,#0000 5px 9px)}[data-theme=light] .step-label{color:#0ea5e9}[data-theme=light] .dot-indicator{background-color:#0ea5e9;box-shadow:0 0 6px 1px #0ea5e966}[data-theme=light] .step-content h3{color:#1a1a1a}[data-theme=light] .step-content p{color:#71717a}.custom-select-wrapper{flex:1;min-width:0;margin-bottom:2rem;position:relative}.custom-select-trigger{cursor:pointer;background:0 0;border:none;border-bottom:1px solid #333;justify-content:space-between;align-items:center;width:100%;min-height:56px;padding:24px 20px 8px 0;transition:border-color .3s;display:flex;position:relative}.custom-select-trigger:hover{border-bottom-color:#555}.custom-select-trigger.open{border-bottom-color:#fff}.custom-select-value{color:#0000;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;transition:color .2s;overflow:hidden}.custom-select-value.filled{color:#fff}.custom-select-label{color:#a1a1aa;pointer-events:none;white-space:nowrap;text-overflow:ellipsis;max-width:calc(100% - 20px);font-size:.95rem;transition:all .2s cubic-bezier(.16,1,.3,1);position:absolute;top:24px;left:0;overflow:hidden}.custom-select-trigger.has-value .custom-select-label,.custom-select-trigger.open .custom-select-label{color:#ccc;font-size:.75rem;top:0}.custom-select-arrow{color:#a1a1aa;align-items:center;transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:12px;right:0}.custom-select-arrow.open{transform:rotate(180deg)}.custom-select-dropdown{opacity:0;visibility:hidden;pointer-events:none;scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;background:#1a1a1a;border:1px solid #ffffff14;border-radius:12px;max-height:240px;padding:6px;transition:all .2s cubic-bezier(.16,1,.3,1);overflow-y:auto;transform:translateY(-6px)scale(.98);box-shadow:0 16px 40px #00000059}.custom-select-dropdown::-webkit-scrollbar{width:4px}.custom-select-dropdown::-webkit-scrollbar-track{background:0 0}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:#ffffff40}.custom-select-dropdown.open{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)scale(1)}.custom-select-option{color:#a1a1aa;cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.7rem .85rem;font-size:.9rem;transition:all .15s;display:flex}.custom-select-option:hover{color:#fff;background:#ffffff0f}.custom-select-option.selected{color:#fff;background:#ffffff0a}.custom-select-option.selected svg{color:#00e5ff}.custom-select-wrapper.has-error .custom-select-trigger{border-bottom-color:#ef4444}[data-theme=light] .custom-select-trigger{border-bottom-color:#e4e4e7}[data-theme=light] .custom-select-trigger:hover{border-bottom-color:#a1a1aa}[data-theme=light] .custom-select-trigger.open{border-bottom-color:#1a1a1a}[data-theme=light] .custom-select-value.filled{color:#1a1a1a}[data-theme=light] .custom-select-label{color:#a1a1aa}[data-theme=light] .custom-select-trigger.has-value .custom-select-label,[data-theme=light] .custom-select-trigger.open .custom-select-label,[data-theme=light] .custom-select-arrow{color:#71717a}[data-theme=light] .custom-select-dropdown{scrollbar-color:#0000001f transparent;background:#fff;border:1px solid #00000014;box-shadow:0 16px 40px #0000001a}[data-theme=light] .custom-select-dropdown::-webkit-scrollbar-thumb{background:#0000001f}[data-theme=light] .custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:#0003}[data-theme=light] .custom-select-option{color:#71717a}[data-theme=light] .custom-select-option:hover{color:#1a1a1a;background:#0000000a}[data-theme=light] .custom-select-option.selected{color:#1a1a1a;background:#00000008}[data-theme=light] .custom-select-option.selected svg{color:#0ea5e9}@media (max-width:640px){.custom-select-wrapper{margin-bottom:1.5rem}.custom-select-trigger{min-height:48px;padding:20px 20px 6px 0}.custom-select-label{font-size:.85rem;top:20px}.custom-select-value{font-size:.9rem}.custom-select-trigger.has-value .custom-select-label,.custom-select-trigger.open .custom-select-label{font-size:.7rem;top:0}.custom-select-dropdown{border-radius:10px;max-height:200px}.custom-select-option{padding:.65rem .75rem;font-size:.85rem}.custom-select-arrow{bottom:10px}}#root{width:100%;margin:0;padding:0}.App{min-height:100%}@keyframes app-shell-fade-in{0%{opacity:0}to{opacity:1}}.App.animate-fade-in{animation-name:app-shell-fade-in}.route-loader{min-height:100vh}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#888}
