*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}a{color:inherit;text-decoration:none}:root,html[data-theme=light]{--c-canvas: 248 250 252;--c-bg: 255 255 255;--c-surface: 255 255 255;--c-surface-2: 248 250 252;--c-surface-3: 241 245 249;--c-border: 226 232 240;--c-border-strong: 207 217 228;--c-fg: 15 23 42;--c-fg-2: 51 65 85;--c-muted: 100 116 139;--c-focus: 17 24 39;--c-accent: 0 0 0;--c-accent-hover: 31 41 55;--c-on-accent: 255 255 255;--c-positive: 0 186 124;--c-negative: 249 24 128;--c-warning-bg: 255 251 235;--c-warning-border: 253 230 138;--c-warning-fg: 146 64 14;--c-warning-fg-2: 180 83 9}html.dark[data-theme=dark]{--c-canvas: 10 10 10;--c-bg: 10 10 10;--c-surface: 20 20 20;--c-surface-2: 31 31 31;--c-surface-3: 38 38 38;--c-border: 38 38 38;--c-border-strong: 64 64 64;--c-fg: 255 255 255;--c-fg-2: 229 231 235;--c-muted: 156 163 175;--c-focus: 255 255 255;--c-accent: 255 255 255;--c-accent-hover: 243 244 246;--c-on-accent: 0 0 0;--c-positive: 0 186 124;--c-negative: 249 24 128;--c-warning-bg: 51 38 22;--c-warning-border: 120 83 34;--c-warning-fg: 253 230 138;--c-warning-fg-2: 224 175 104}html[data-theme=saphira]{--c-canvas: 238 247 255;--c-bg: 243 251 255;--c-surface: 255 255 255;--c-surface-2: 238 247 255;--c-surface-3: 220 238 255;--c-border: 216 229 241;--c-border-strong: 190 210 230;--c-fg: 17 36 56;--c-fg-2: 49 73 91;--c-muted: 79 97 114;--c-focus: 15 76 129;--c-accent: 15 76 129;--c-accent-hover: 10 58 99;--c-on-accent: 240 248 255;--c-positive: 0 186 124;--c-negative: 249 24 128;--c-warning-bg: 255 251 235;--c-warning-border: 253 230 138;--c-warning-fg: 146 64 14;--c-warning-fg-2: 180 83 9}:root{--brand-logo-filter: none}html.dark{--brand-logo-filter: invert(1)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgb(var(--c-border-strong)/1);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgb(var(--c-muted)/1)}.table-cell-hover:hover{background-color:rgb(var(--c-accent)/1)!important;color:rgb(var(--c-on-accent)/1)!important}.auth-page{min-height:100vh;background-color:rgb(var(--c-bg)/1);display:flex;flex-direction:column;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}.auth-card{background-color:rgb(var(--c-surface)/1);border:1px solid rgb(var(--c-border)/1);border-radius:1rem;box-shadow:0 1px 2px #0000000d;padding:2rem}.auth-heading{font-size:1.5rem;line-height:2rem;font-weight:600;color:rgb(var(--c-fg)/1)}.auth-subtitle{font-size:.875rem;line-height:1.25rem;color:rgb(var(--c-muted)/1);margin-top:.25rem}.text-muted{font-size:.875rem;line-height:1.25rem;color:rgb(var(--c-muted)/1)}.text-link{color:rgb(var(--c-accent)/1);font-weight:500}.text-link:hover{text-decoration:underline}.form-label{display:block;font-size:.75rem;line-height:1rem;font-weight:500;color:rgb(var(--c-muted)/1);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.375rem}input.form-input,select.form-input,textarea.form-input,.form-input{width:100%;padding:.625rem .75rem;border:1px solid rgb(var(--c-border)/1);border-radius:.5rem;background-color:rgb(var(--c-surface)/1);color:rgb(var(--c-fg)/1);font-size:.875rem;line-height:1.25rem;transition:box-shadow .15s cubic-bezier(.4,0,.2,1)}input.form-input::placeholder,select.form-input::placeholder,textarea.form-input::placeholder,.form-input::placeholder{color:rgb(var(--c-muted)/1)}input.form-input:focus,select.form-input:focus,textarea.form-input:focus,.form-input:focus{outline:none;box-shadow:0 0 0 2px rgb(var(--c-focus)/1);border-color:transparent}.form-error{color:rgb(var(--c-negative)/1);font-size:.875rem;line-height:1.25rem;margin-bottom:1rem}.otp-digit{width:3rem;height:3.5rem;text-align:center;font-size:1.25rem;line-height:1.75rem;font-weight:600;border:none;border-bottom:2px solid rgb(var(--c-border-strong)/1);border-radius:0;background-color:transparent;color:rgb(var(--c-fg)/1);transition:border-color .15s cubic-bezier(.4,0,.2,1)}.otp-digit:focus{outline:none;border-bottom-color:rgb(var(--c-focus)/1)}.btn-primary{width:100%;padding:.75rem 1rem;background-color:rgb(var(--c-accent)/1);color:rgb(var(--c-on-accent)/1);font-size:.875rem;line-height:1.25rem;font-weight:600;border-radius:9999px;border:none;cursor:pointer;transition:background-color .15s cubic-bezier(.4,0,.2,1)}.btn-primary:hover{background-color:rgb(var(--c-accent-hover)/1)}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.segmented-control{display:flex;padding:.25rem;background-color:rgb(var(--c-surface-2)/1);border-radius:.5rem;border:1px solid transparent}.segmented-btn{padding:.375rem .75rem;font-size:.75rem;line-height:1rem;font-weight:500;color:rgb(var(--c-muted)/1);border-radius:.375rem;transition:all .2s ease-in-out;border:none;background:transparent;cursor:pointer}.segmented-btn.active{background-color:rgb(var(--c-surface)/1);color:rgb(var(--c-fg)/1);box-shadow:0 0 0 1px #0000000d,0 1px 2px #0000000d;font-weight:700}.segmented-btn:not(.active):hover{color:rgb(var(--c-fg)/1);background-color:rgb(var(--c-border)/.5)}html.dark .bg-white,html[data-theme=saphira] .bg-white{background-color:rgb(var(--c-surface)/var(--tw-bg-opacity, 1))!important}html.dark [class~="bg-white/60"],html[data-theme=saphira] [class~="bg-white/60"]{background-color:rgb(var(--c-surface)/.6)!important}html.dark [class~="bg-white/80"],html[data-theme=saphira] [class~="bg-white/80"]{background-color:rgb(var(--c-surface)/.8)!important}html.dark .bg-gray-50,html[data-theme=saphira] .bg-gray-50,html.dark .bg-gray-100,html[data-theme=saphira] .bg-gray-100{background-color:rgb(var(--c-surface-2)/var(--tw-bg-opacity, 1))!important}html.dark [class~="bg-gray-100/50"],html[data-theme=saphira] [class~="bg-gray-100/50"]{background-color:rgb(var(--c-surface-2)/.5)!important}html.dark .bg-slate-50,html[data-theme=saphira] .bg-slate-50{background-color:rgb(var(--c-surface-2)/var(--tw-bg-opacity, 1))!important}html.dark .bg-slate-100,html[data-theme=saphira] .bg-slate-100{background-color:rgb(var(--c-surface-3)/var(--tw-bg-opacity, 1))!important}html.dark .bg-slate-200,html[data-theme=saphira] .bg-slate-200{background-color:rgb(var(--c-surface-3)/1)!important}html.dark .bg-slate-800,html[data-theme=saphira] .bg-slate-800{background-color:rgb(var(--c-accent)/var(--tw-bg-opacity, 1))!important}html.dark .bg-slate-700,html[data-theme=saphira] .bg-slate-700{background-color:rgb(var(--c-accent-hover)/var(--tw-bg-opacity, 1))!important}html.dark .bg-black,html[data-theme=saphira] .bg-black{background-color:rgb(var(--c-accent)/var(--tw-bg-opacity, 1))!important}html.dark [class~="bg-slate-50/60"],html[data-theme=saphira] [class~="bg-slate-50/60"]{background-color:rgb(var(--c-surface-2)/.6)!important}html.dark [class~="bg-slate-50/95"],html[data-theme=saphira] [class~="bg-slate-50/95"]{background-color:rgb(var(--c-surface-2)/.95)!important}html.dark [class~="bg-slate-100/50"],html[data-theme=saphira] [class~="bg-slate-100/50"]{background-color:rgb(var(--c-surface-3)/.5)!important}html.dark [class~="bg-slate-50/50"],html[data-theme=saphira] [class~="bg-slate-50/50"]{background-color:rgb(var(--c-surface-2)/.5)!important}html.dark .border-gray-200,html.dark .border-slate-200,html[data-theme=saphira] .border-gray-200,html[data-theme=saphira] .border-slate-200{border-color:rgb(var(--c-border)/var(--tw-border-opacity, 1))!important}html.dark .border-gray-300,html[data-theme=saphira] .border-gray-300{border-color:rgb(var(--c-border-strong)/var(--tw-border-opacity, 1))!important}html.dark .border-slate-50,html[data-theme=saphira] .border-slate-50{border-color:rgb(var(--c-border)/.6)!important}html.dark .border-slate-300,html[data-theme=saphira] .border-slate-300{border-color:rgb(var(--c-border-strong)/var(--tw-border-opacity, 1))!important}html.dark .border-slate-800,html[data-theme=saphira] .border-slate-800{border-color:rgb(var(--c-border-strong)/1)!important}html.dark .border-slate-100,html[data-theme=saphira] .border-slate-100{border-color:rgb(var(--c-border)/.6)!important}html.dark .text-black,html[data-theme=saphira] .text-black,html.dark .text-slate-900,html.dark .text-slate-800,html[data-theme=saphira] .text-slate-900,html[data-theme=saphira] .text-slate-800,html.dark .text-gray-700,html.dark .text-slate-700,html[data-theme=saphira] .text-gray-700,html[data-theme=saphira] .text-slate-700{color:rgb(var(--c-fg)/var(--tw-text-opacity, 1))!important}html.dark .text-slate-600,html.dark .text-gray-600,html.dark .text-gray-500,html.dark .text-slate-500,html[data-theme=saphira] .text-slate-600,html[data-theme=saphira] .text-gray-600,html[data-theme=saphira] .text-gray-500,html[data-theme=saphira] .text-slate-500{color:rgb(var(--c-fg-2)/var(--tw-text-opacity, 1))!important}html.dark .text-slate-400,html.dark .text-gray-400,html[data-theme=saphira] .text-slate-400,html[data-theme=saphira] .text-gray-400,html.dark .text-gray-300,html[data-theme=saphira] .text-gray-300{color:rgb(var(--c-muted)/var(--tw-text-opacity, 1))!important}html.dark .text-gray-200,html[data-theme=saphira] .text-gray-200{color:rgb(var(--c-fg-2)/var(--tw-text-opacity, 1))!important}html.dark [class~="hover:bg-gray-50"]:hover,html.dark [class~="hover:bg-gray-100"]:hover,html.dark [class~="hover:bg-slate-50"]:hover,html.dark [class~="hover:bg-slate-100"]:hover,html.dark [class~="hover:bg-slate-200"]:hover,html[data-theme=saphira] [class~="hover:bg-gray-50"]:hover,html[data-theme=saphira] [class~="hover:bg-gray-100"]:hover,html[data-theme=saphira] [class~="hover:bg-slate-50"]:hover,html[data-theme=saphira] [class~="hover:bg-slate-100"]:hover,html[data-theme=saphira] [class~="hover:bg-slate-200"]:hover{background-color:rgb(var(--c-surface-3)/var(--tw-bg-opacity, 1))!important}html.dark [class~="hover:bg-slate-700"]:hover,html[data-theme=saphira] [class~="hover:bg-slate-700"]:hover,html.dark [class~="hover:bg-gray-800"]:hover,html[data-theme=saphira] [class~="hover:bg-gray-800"]:hover{background-color:rgb(var(--c-accent-hover)/var(--tw-bg-opacity, 1))!important}html.dark [class~="hover:bg-slate-50/50"]:hover,html[data-theme=saphira] [class~="hover:bg-slate-50/50"]:hover{background-color:rgb(var(--c-surface-3)/.5)!important}html.dark [class~="hover:text-black"]:hover,html[data-theme=saphira] [class~="hover:text-black"]:hover{color:rgb(var(--c-fg)/1)!important}html.dark [class~="hover:border-slate-300"]:hover,html[data-theme=saphira] [class~="hover:border-slate-300"]:hover{border-color:rgb(var(--c-border-strong)/var(--tw-border-opacity, 1))!important}html.dark [class~="placeholder:text-slate-400"]::placeholder,html.dark [class~="placeholder:text-gray-400"]::placeholder,html[data-theme=saphira] [class~="placeholder:text-slate-400"]::placeholder,html[data-theme=saphira] [class~="placeholder:text-gray-400"]::placeholder{color:rgb(var(--c-muted)/1)!important}html.dark .bg-slate-900,html[data-theme=saphira] .bg-slate-900{background-color:rgb(var(--c-surface-3)/1)!important}html.dark [class~="focus:ring-black"]:focus,html[data-theme=saphira] [class~="focus:ring-black"]:focus{--tw-ring-color: rgb(var(--c-focus) / 1) !important}html.dark [class~="focus:border-black"]:focus,html[data-theme=saphira] [class~="focus:border-black"]:focus{border-color:rgb(var(--c-focus)/1)!important}html.dark [class~="focus:ring-slate-300"]:focus,html[data-theme=saphira] [class~="focus:ring-slate-300"]:focus{--tw-ring-color: rgb(var(--c-border-strong) / 1) !important}html.dark [class~="focus:ring-slate-400"]:focus,html[data-theme=saphira] [class~="focus:ring-slate-400"]:focus{--tw-ring-color: rgb(var(--c-focus) / 1) !important}html.dark [class~="focus:border-slate-300"]:focus,html[data-theme=saphira] [class~="focus:border-slate-300"]:focus{border-color:rgb(var(--c-border-strong)/1)!important}html.dark input[class*=border-slate-],html.dark select[class*=border-slate-],html.dark textarea[class*=border-slate-],html[data-theme=saphira] input[class*=border-slate-],html[data-theme=saphira] select[class*=border-slate-],html[data-theme=saphira] textarea[class*=border-slate-]{background-color:rgb(var(--c-surface)/1)!important;color:rgb(var(--c-fg)/1)!important}html.dark input[class*=border-slate-]::placeholder,html.dark textarea[class*=border-slate-]::placeholder,html[data-theme=saphira] input[class*=border-slate-]::placeholder,html[data-theme=saphira] textarea[class*=border-slate-]::placeholder{color:rgb(var(--c-muted)/1)!important}html.dark input[class*=border-slate-]:focus,html.dark select[class*=border-slate-]:focus,html.dark textarea[class*=border-slate-]:focus,html[data-theme=saphira] input[class*=border-slate-]:focus,html[data-theme=saphira] select[class*=border-slate-]:focus,html[data-theme=saphira] textarea[class*=border-slate-]:focus{outline-color:rgb(var(--c-focus)/1)!important}html.dark input[class*=border-gray-],html.dark select[class*=border-gray-],html.dark textarea[class*=border-gray-],html[data-theme=saphira] input[class*=border-gray-],html[data-theme=saphira] select[class*=border-gray-],html[data-theme=saphira] textarea[class*=border-gray-]{background-color:rgb(var(--c-surface)/1)!important;color:rgb(var(--c-fg)/1)!important}html.dark input[class*=border-gray-]::placeholder,html.dark textarea[class*=border-gray-]::placeholder,html[data-theme=saphira] input[class*=border-gray-]::placeholder,html[data-theme=saphira] textarea[class*=border-gray-]::placeholder{color:rgb(var(--c-muted)/1)!important}html[data-theme=saphira] .bg-slate-900{background-color:rgb(var(--c-accent)/1)!important}html[data-theme=saphira] [class~="bg-gray-100/50"]{background-color:rgb(var(--c-surface-2)/.5)!important}html,body{overflow-x:hidden}img,video{max-width:100%;height:auto}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}
