.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:focus,.driver-popover-close-btn:hover{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:focus,.driver-popover-footer-btn:hover{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-none,.driver-popover-arrow-side-center{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}.driver-popover.workspace-tour-popover{box-sizing:border-box;width:360px;max-width:calc(100vw - 32px);padding:18px 18px 0;border:1px solid color-mix(in oklch,var(--primary) 40%,var(--border));border-radius:14px;background:var(--popover);color:var(--popover-foreground);box-shadow:0 0 0 4px color-mix(in oklch,var(--primary) 14%,transparent),0 4px 12px -4px oklch(0 0 0/.18),0 16px 36px -10px oklch(0 0 0/.3)}.driver-popover.workspace-tour-popover .driver-popover-title{display:block;padding-right:0;color:var(--popover-foreground)}.driver-popover.workspace-tour-popover .workspace-tour-popover-eyebrow{display:flex;align-items:center;gap:8px;min-height:32px;padding-right:28px}.driver-popover.workspace-tour-popover .workspace-tour-popover-eyebrow-text{color:var(--muted-foreground);font-size:12px;font-weight:500;line-height:1.35}.driver-popover.workspace-tour-popover .workspace-tour-popover-heading{display:block;margin-top:10px;color:var(--popover-foreground);font-size:16px;font-weight:600;letter-spacing:-.01em;line-height:1.3}.driver-popover.workspace-tour-popover .workspace-tour-popover-icon-svg{box-sizing:content-box;width:16px;height:16px;flex:0 0 auto;padding:8px;border-radius:10px;background:color-mix(in oklch,var(--primary) 12%,transparent);color:var(--primary)}.driver-popover.workspace-tour-popover .driver-popover-description{margin-top:12px;margin-bottom:0;max-height:min(62vh,440px);overflow-y:auto;color:var(--popover-foreground);font-size:14px;line-height:1.5}.driver-popover.workspace-tour-popover .workspace-tour-popover-body{margin:0}.driver-popover.workspace-tour-popover ul.workspace-tour-popover-body{display:flex;flex-direction:column;gap:4px;padding-left:18px}.driver-popover.workspace-tour-popover .workspace-tour-popover-body strong{color:var(--popover-foreground);font-weight:700}.driver-popover.workspace-tour-popover .workspace-tour-popover-actions{display:flex;flex-direction:column;gap:6px;margin-top:12px}.driver-popover.workspace-tour-popover .workspace-tour-popover-action{display:flex;width:100%;min-height:46px;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;border:1px solid var(--border);border-radius:8px;background:var(--muted);color:var(--popover-foreground);padding:8px 10px;text-align:left;transition:background-color .12s ease,border-color .12s ease}.driver-popover.workspace-tour-popover .workspace-tour-popover-action:hover{border-color:var(--ring);background:var(--accent);color:var(--accent-foreground)}.driver-popover.workspace-tour-popover .workspace-tour-popover-action:focus-visible{border-color:var(--ring);outline:2px solid color-mix(in oklch,var(--ring) 35%,transparent);outline-offset:2px}.driver-popover.workspace-tour-popover .workspace-tour-popover-action-label{font-size:13px;font-weight:700;line-height:1.25}.driver-popover.workspace-tour-popover .workspace-tour-popover-action-description{color:var(--muted-foreground);font-size:12px;line-height:1.35}.driver-popover.workspace-tour-popover .driver-popover-close-btn{top:12px;right:12px;width:24px;height:24px;border-radius:6px;color:var(--muted-foreground);font-size:18px;line-height:24px}.driver-popover.workspace-tour-popover .driver-popover-close-btn:focus-visible,.driver-popover.workspace-tour-popover .driver-popover-close-btn:hover{background:var(--accent);color:var(--accent-foreground)}.driver-popover.workspace-tour-popover .driver-popover-footer{display:grid!important;grid-template-columns:1fr auto;align-items:center;row-gap:0;column-gap:12px;text-align:left;margin:14px -18px 0;padding:0 18px 14px}.driver-popover.workspace-tour-popover .workspace-tour-popover-skip{grid-column:1/-1;justify-self:stretch;margin:10px -18px 0;border:0;border-top:1px solid var(--border);background:transparent;color:var(--muted-foreground);padding:10px 18px 0;font-size:12px;font-weight:500;line-height:1.4;text-align:left}.driver-popover.workspace-tour-popover .workspace-tour-popover-skip:focus-visible,.driver-popover.workspace-tour-popover .workspace-tour-popover-skip:hover{color:var(--foreground);text-decoration:underline;outline:none}.driver-popover.workspace-tour-popover .driver-popover-progress-text{grid-column:1;grid-row:1;justify-self:start;text-align:left;color:var(--muted-foreground);font-size:12px;font-weight:500;white-space:nowrap}.driver-popover.workspace-tour-popover .driver-popover-navigation-btns{display:flex;align-items:center;justify-content:flex-end;gap:8px;grid-column:2;grid-row:1;flex-wrap:wrap}.driver-popover.workspace-tour-popover .driver-popover-navigation-btns button+button{margin-left:0}.driver-popover.workspace-tour-popover .driver-popover-footer-btn{display:inline-flex!important;min-height:30px;align-items:center;justify-content:center;border-radius:8px;border-color:var(--border);background:transparent;color:var(--popover-foreground);padding:6px 12px;font-size:13px;font-weight:600;line-height:1.25;transition:background-color .12s ease,border-color .12s ease}.driver-popover.workspace-tour-popover .driver-popover-prev-btn{border-color:transparent;background:transparent;color:var(--muted-foreground)}.driver-popover.workspace-tour-popover .driver-popover-next-btn{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.driver-popover.workspace-tour-popover .driver-popover-footer-btn:focus-visible,.driver-popover.workspace-tour-popover .driver-popover-footer-btn:hover{border-color:var(--ring)}.driver-popover.workspace-tour-popover .driver-popover-footer-btn:focus-visible{outline:2px solid color-mix(in oklch,var(--ring) 35%,transparent);outline-offset:2px}.driver-popover.workspace-tour-popover .driver-popover-prev-btn:focus-visible,.driver-popover.workspace-tour-popover .driver-popover-prev-btn:hover{background:var(--accent);color:var(--accent-foreground)}.driver-popover.workspace-tour-popover .driver-popover-arrow-side-left{border-left-color:var(--popover)}.driver-popover.workspace-tour-popover .driver-popover-arrow-side-right{border-right-color:var(--popover)}.driver-popover.workspace-tour-popover .driver-popover-arrow-side-top{border-top-color:var(--popover)}.driver-popover.workspace-tour-popover .driver-popover-arrow-side-bottom{border-bottom-color:var(--popover)}.driver-popover.workspace-tour-popover .driver-popover-footer .driver-popover-btn-disabled,.driver-popover.workspace-tour-popover-choice .driver-popover-progress-text{display:none!important}.workspace-tour-transition{position:fixed;bottom:24px;left:50%;z-index:10000;display:flex;align-items:center;gap:10px;transform:translateX(-50%);border:1px solid color-mix(in oklch,var(--primary) 40%,var(--border));border-radius:999px;background:var(--popover);color:var(--popover-foreground);padding:10px 18px;font-size:13px;font-weight:500;box-shadow:0 0 0 4px color-mix(in oklch,var(--primary) 14%,transparent),0 8px 24px -8px oklch(0 0 0/.3)}.workspace-tour-transition-spinner{width:14px;height:14px;flex:0 0 auto;border:2px solid color-mix(in oklch,var(--primary) 30%,transparent);border-top-color:var(--primary);border-radius:50%;animation:workspace-tour-spin .7s linear infinite}@keyframes workspace-tour-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.workspace-tour-transition-spinner{animation:none}}.driver-popover.workspace-tour-popover .driver-popover-footer-btn{gap:6px}.driver-popover.workspace-tour-popover .workspace-tour-popover-key{display:inline-flex;min-width:17px;height:17px;align-items:center;justify-content:center;border:1px solid color-mix(in oklch,currentColor 35%,transparent);border-radius:4px;background:color-mix(in oklch,currentColor 12%,transparent);color:inherit;font-family:inherit;font-size:11px;line-height:1}html.tour-active [data-radix-popper-content-wrapper]{z-index:1000000001!important}.driver-popover.workspace-tour-popover .workspace-tour-popover-action:only-child{border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.driver-popover.workspace-tour-popover .workspace-tour-popover-action:only-child:focus-visible,.driver-popover.workspace-tour-popover .workspace-tour-popover-action:only-child:hover{border-color:var(--primary);background:color-mix(in oklch,var(--primary) 88%,black);color:var(--primary-foreground)}.driver-popover.workspace-tour-popover .workspace-tour-popover-action:only-child .workspace-tour-popover-action-description{color:color-mix(in oklch,var(--primary-foreground) 75%,transparent)}.driver-popover.workspace-tour-popover-choice .driver-popover-next-btn{border-color:transparent;background:transparent;color:var(--muted-foreground);font-weight:500}.driver-popover.workspace-tour-popover-choice .driver-popover-next-btn:focus-visible,.driver-popover.workspace-tour-popover-choice .driver-popover-next-btn:hover{border-color:transparent;background:transparent;color:var(--foreground);text-decoration:underline}