.driver-active *,.driver-active .driver-overlay{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:var(--foreground);margin:0;padding:24px;border-radius:var(--radius);min-width:280px;max-width:320px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);z-index:100000000;position:fixed;top:0;right:0;background-color:var(--card);border:1px solid var(--border);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif}.driver-popover.hidden{display:none}.driver-popover-title{font-size:18px;font-weight:600;display:block;position:relative;line-height:1.4;zoom:1;margin:0 0 8px;color:var(--foreground)}.driver-popover-close-btn{position:absolute;top:16px;right:16px;width:32px;height:32px;cursor:pointer;font-size:16px;font-weight:400;color:var(--muted-foreground);z-index:1;text-align:center;transition:all .2s ease-in-out;border-radius:calc(var(--radius) - 4px);display:flex;align-items:center;justify-content:center;background:transparent;border:none}.driver-popover-close-btn:focus,.driver-popover-close-btn:hover{color:var(--foreground);background-color:var(--accent)}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:8px}.driver-popover-description{margin-bottom:0;font-size:14px;line-height:1.5;font-weight:400;zoom:1;color:var(--muted-foreground)}.driver-popover-footer{margin-top:20px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between;gap:12px}.driver-popover-progress-text{font-size:12px;font-weight:500;color:var(--muted-foreground);zoom:1}.driver-popover-footer button{all:unset;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-sizing:border-box;padding:8px 16px;text-decoration:none;background-color:var(--primary);color:var(--primary-foreground);font-size:14px;font-weight:500;cursor:pointer;outline:0;zoom:1;line-height:1;border:1px solid var(--primary);border-radius:calc(var(--radius) - 2px);transition:all .15s ease-in-out;height:36px;min-width:64px;white-space:nowrap;font-family:inherit}.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:focus,.driver-popover-footer button:hover{background-color:var(--primary);opacity:.9;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.driver-popover-footer button:not(:last-child){background-color:var(--secondary);color:var(--secondary-foreground);border-color:var(--border)}.driver-popover-footer button:not(:last-child):focus,.driver-popover-footer button:not(:last-child):hover{background-color:var(--secondary);opacity:.8}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end;gap:8px}.driver-popover-navigation-btns button+button{margin-left:0}.driver-popover-arrow{content:"";position:absolute;border:6px solid var(--border)}.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;border-left-color:var(--card)}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent;border-right-color:var(--card)}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;border-top-color:var(--card)}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent;border-bottom-color:var(--card)}.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:20px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start,.driver-popover-arrow-side-top.driver-popover-arrow-align-start{left:20px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:20px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end,.driver-popover-arrow-side-top.driver-popover-arrow-align-end{right:20px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-6px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center,.driver-popover-arrow-side-top.driver-popover-arrow-align-center{left:50%;margin-left:-6px}.driver-popover-arrow-none{display:none}