@charset "UTF-8";html,body,#app,.app-shell{margin:0;padding:0;min-height:100%}html,body{overflow-x:hidden}.app-shell{min-height:100vh;min-height:100dvh}:root{--header-height: 60px}@media (max-width: 768px){:root{--header-height: calc(56px + env(safe-area-inset-top, 0px)) }}::view-transition-old(root),::view-transition-new(root){animation:none;mix-blend-mode:normal}::view-transition-group(root){animation-duration:1.1s}:root{--page-bg: #eeedea;--section-bg: #f8f7f4;--card-bg: #ffffff;--search-bg: #ebeae6;--search-border: rgba(45, 42, 38, .08);--border-subtle: rgba(45, 42, 38, .06);--accent: #6b8299;--accent-soft: rgba(107, 130, 153, .12);--shadow-soft: 0 1px 2px rgba(30, 28, 26, .04), 0 6px 20px rgba(30, 28, 26, .06);--shadow-hover: 0 2px 4px rgba(30, 28, 26, .06), 0 12px 32px rgba(30, 28, 26, .1);--shell-bg: #f5f4f1;--shell-border: rgba(45, 42, 38, .08);--success: #5a8a6b;--success-soft: rgba(90, 138, 107, .14);--text-primary: #2d2a26;--text-secondary: rgba(45, 42, 38, .55)}:root.app-dark{--page-bg: #131316;--section-bg: #1c1c20;--card-bg: #26262b;--search-bg: #18181c;--search-border: rgba(255, 255, 255, .08);--border-subtle: rgba(255, 255, 255, .06);--accent: #8ba3b8;--accent-soft: rgba(139, 163, 184, .14);--shadow-soft: 0 1px 2px rgba(0, 0, 0, .24), 0 6px 20px rgba(0, 0, 0, .2);--shadow-hover: 0 2px 4px rgba(0, 0, 0, .3), 0 12px 32px rgba(0, 0, 0, .28);--shell-bg: #18181c;--shell-border: rgba(255, 255, 255, .06);--success: #7eb892;--success-soft: rgba(126, 184, 146, .18);--text-primary: rgba(255, 255, 255, .9);--text-secondary: rgba(255, 255, 255, .5)}.n-input .n-input__input-el:-webkit-autofill,.n-input .n-input__input-el:-webkit-autofill:hover,.n-input .n-input__input-el:-webkit-autofill:focus,.n-input .n-input__input-el:-webkit-autofill:active{-webkit-text-fill-color:var(--n-text-color);caret-color:var(--n-text-color);box-shadow:0 0 0 1000px var(--n-color) inset;transition:background-color 99999s ease-out 0s}.driver-popover{all:unset;font-family:var(--driver-popover-font-family,"Helvetica Neue", Inter, ui-sans-serif, "Apple Color Emoji", Helvetica, Arial, sans-serif);box-sizing:border-box;color:#2d2d2d;z-index:1000000000;background-color:#fff;border-radius:5px;min-width:250px;max-width:300px;margin:0;padding:15px;position:fixed;top:0;right:0;box-shadow:0 1px 10px #0006}.driver-popover-title{zoom:1;margin:0;font-size:19px;font-weight:700;line-height:1.5;display:block;position:relative}.driver-popover-close-btn{all:unset;cursor:pointer;color:#d2d2d2;z-index:1;text-align:center;width:32px;height:28px;font-size:18px;font-weight:500;transition:color .2s;position:absolute;top:0;right:0}.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{zoom:1;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.5}.driver-popover-footer{text-align:right;zoom:1;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.driver-popover-progress-text{color:#727272;zoom:1;font-size:13px;font-weight:400}.driver-popover-footer-btn{all:unset;box-sizing:border-box;color:#2d2d2d;cursor:pointer;zoom:1;background-color:#fff;border:1px solid #ccc;border-radius:3px;outline:0;padding:3px 7px;font-size:12px;line-height:1.3;text-decoration:none;display:inline-block}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}.driver-popover-footer-btn:hover,.driver-popover-footer-btn:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{flex-grow:1;justify-content:flex-end;display:flex}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";border:5px solid #fff;position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-top-color:#0000;border-bottom-color:#0000;border-right-color:#0000;left:100%}.driver-popover-arrow-side-right{border-top-color:#0000;border-bottom-color:#0000;border-left-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-top-color:#0000;border-left-color:#0000;border-right-color:#0000;bottom:100%}.driver-popover-arrow-side-center,.driver-popover-arrow-none{display:none}.driver-active .driver-overlay{pointer-events:none}.driver-active.driver-no-scroll{overflow:hidden}.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 var(--driver-animation-duration,.4s) ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in var(--driver-animation-duration,.4s)}.driver-active-element-parent-no-scroll{overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.password-login-guide-popover.driver-popover{--guide-popover-bg: var(--card-bg);--guide-arrow-line: var(--shell-border);background-color:var(--guide-popover-bg);color:var(--text-primary);border:1px solid var(--guide-arrow-line);border-radius:10px;box-shadow:var(--shadow-soft);font-family:inherit}.password-login-guide-popover .driver-popover-title{color:var(--text-primary);font-size:16px;font-weight:600}.password-login-guide-popover .driver-popover-description{color:var(--text-secondary);font-size:13px;line-height:1.6}.password-login-guide-popover .driver-popover-close-btn{color:var(--text-secondary)}.password-login-guide-popover .driver-popover-close-btn:hover,.password-login-guide-popover .driver-popover-close-btn:focus{color:var(--text-primary)}.password-login-guide-popover .driver-popover-footer-btn{background-color:var(--card-bg);color:var(--text-primary);border-color:var(--shell-border);border-radius:6px;padding:4px 10px;font-size:12px}.password-login-guide-popover .driver-popover-footer-btn:hover,.password-login-guide-popover .driver-popover-footer-btn:focus{background-color:var(--accent-soft)}.password-login-guide-popover .driver-popover-prev-btn.driver-popover-btn-disabled{display:none}.password-login-guide-popover .driver-popover-next-btn,.password-login-guide-popover .password-login-guide__set-btn{background-color:var(--accent);color:#fff;border-color:var(--accent)}.password-login-guide-popover .driver-popover-next-btn:hover,.password-login-guide-popover .driver-popover-next-btn:focus,.password-login-guide-popover .password-login-guide__set-btn:hover,.password-login-guide-popover .password-login-guide__set-btn:focus{filter:brightness(.95);background-color:var(--accent);color:#fff}.password-login-guide-popover .driver-popover-arrow{width:0;height:0;border-color:transparent}.password-login-guide-popover .driver-popover-arrow:before,.password-login-guide-popover .driver-popover-arrow:after{content:"";position:absolute;pointer-events:none}.password-login-guide-popover .driver-popover-arrow:after{border-style:solid;border-color:transparent}.password-login-guide-popover .driver-popover-arrow:before{background:var(--guide-popover-bg)}.password-login-guide-popover .driver-popover-arrow-side-bottom{border-width:0 8px 8px;border-bottom-color:var(--guide-arrow-line);margin-bottom:-1px}.password-login-guide-popover .driver-popover-arrow-side-bottom:after{top:1px;left:-7px;border-width:0 7px 10px;border-bottom-color:var(--guide-popover-bg)}.password-login-guide-popover .driver-popover-arrow-side-bottom:before{top:7px;left:-6px;width:12px;height:4px}.password-login-guide-popover .driver-popover-arrow-side-top{border-width:8px 8px 0;border-top-color:var(--guide-arrow-line);margin-top:-1px}.password-login-guide-popover .driver-popover-arrow-side-top:after{bottom:1px;left:-7px;border-width:10px 7px 0;border-top-color:var(--guide-popover-bg)}.password-login-guide-popover .driver-popover-arrow-side-top:before{bottom:7px;left:-6px;width:12px;height:4px}.password-login-guide-popover .driver-popover-arrow-side-left{border-width:8px 0 8px 8px;border-left-color:var(--guide-arrow-line);margin-left:-1px}.password-login-guide-popover .driver-popover-arrow-side-left:after{top:-7px;right:1px;border-width:7px 0 7px 10px;border-left-color:var(--guide-popover-bg)}.password-login-guide-popover .driver-popover-arrow-side-left:before{top:-6px;right:7px;width:4px;height:12px}.password-login-guide-popover .driver-popover-arrow-side-right{border-width:8px 8px 8px 0;border-right-color:var(--guide-arrow-line);margin-right:-1px}.password-login-guide-popover .driver-popover-arrow-side-right:after{top:-7px;left:1px;border-width:7px 10px 7px 0;border-right-color:var(--guide-popover-bg)}.password-login-guide-popover .driver-popover-arrow-side-right:before{top:-6px;left:7px;width:4px;height:12px}.app-dark .password-login-guide-popover.driver-popover{--guide-popover-bg: #2f323c;--guide-arrow-line: rgba(255, 255, 255, .22);background-color:var(--guide-popover-bg);color:#fff;border:1px solid var(--guide-arrow-line);box-shadow:0 8px 28px #0000008c}.app-dark .password-login-guide-popover .driver-popover-title{color:#fff}.app-dark .password-login-guide-popover .driver-popover-description,.app-dark .password-login-guide-popover .driver-popover-close-btn,.app-dark .password-login-guide-popover .driver-popover-close-btn:hover,.app-dark .password-login-guide-popover .driver-popover-close-btn:focus,.app-dark .password-login-guide-popover .driver-popover-progress-text{color:#ffffffc7}.app-dark .password-login-guide-popover .driver-popover-footer-btn,.app-dark .password-login-guide-popover .driver-popover-footer-btn:hover,.app-dark .password-login-guide-popover .driver-popover-footer-btn:focus{background-color:#3a3e4a;color:#fff;border-color:#fff3;filter:none}.app-dark .password-login-guide-popover .driver-popover-next-btn,.app-dark .password-login-guide-popover .driver-popover-next-btn:hover,.app-dark .password-login-guide-popover .driver-popover-next-btn:focus,.app-dark .password-login-guide-popover .password-login-guide__set-btn,.app-dark .password-login-guide-popover .password-login-guide__set-btn:hover,.app-dark .password-login-guide-popover .password-login-guide__set-btn:focus{background-color:var(--accent);color:#fff;border-color:var(--accent);filter:none}html.app-dark .driver-active-element{background-color:#3d4250;color:#fff;opacity:1;border-radius:8px;box-shadow:0 0 0 6px #3d4250,0 0 0 8px #ffffff8c}@media (prefers-reduced-motion: reduce){.password-login-guide-popover.driver-popover{animation:none}}
