.module-tour{z-index:10001;width:300px;height:fit-content;position:fixed}.module-tour .module-tour-dialog{background-color:var(--theme-color-1);border:1px solid var(--theme-color-21);border-radius:var(--border-radius-medium);flex-direction:column;gap:10px;width:100%;height:100%;padding:12px;display:flex}.module-tour .tour-header{justify-content:space-between;align-items:center;display:flex}.module-tour .tour-header .tour-pagination{color:var(--font-color-secondary);align-items:baseline;gap:2px;line-height:16px;display:flex}.module-tour .tour-header .tour-pagination .active-step{font-size:var(--font-size-13);color:var(--font-color)}.module-tour .tour-header .tour-close-button{background-color:var(--theme-color-2);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.module-tour .tour-header .tour-close-button svg{width:12px;fill:var(--theme-color-3)}.module-tour .tour-content{line-height:22px}.module-tour .tour-footer{justify-content:space-between;align-items:center;gap:8px;margin-top:6px;display:flex}.module-tour .tour-footer .tour-footer-right-actions{align-items:center;gap:4px;display:flex}.module-tour .tour-footer .tour-action-button{border:1px solid var(--theme-color-21);width:auto;min-width:0;height:auto;min-height:0;color:var(--font-color);font-size:var(--font-size-11);white-space:nowrap;background-color:#0000;border-radius:4px;flex:none;justify-content:center;align-items:center;padding:4px 9px;line-height:14px;display:inline-flex}.module-tour .tour-footer .tour-action-button:hover:not(:disabled){background-color:var(--theme-color-2)}.module-tour .tour-footer .tour-action-button:disabled{opacity:.45}.module-tour .tour-footer .tour-navigation{align-items:center;gap:6px;min-width:0;display:flex}.module-tour .tour-footer .tour-navigation .navigation-ellipsis{color:var(--theme-color-21);font-size:var(--font-size-12);line-height:8px}.module-tour .tour-footer .tour-navigation .navigation-circle{background-color:var(--theme-color-21);width:8px;height:8px;transition:background-color var(--transition-duration-fast) ease-in-out;border-radius:50%;flex:none}.module-tour .tour-footer .tour-navigation .navigation-circle.active{background-color:var(--theme-color-3)}.module-tour .tour-footer .tour-step-button{transition:opacity --transition-duration-fast ease-in-out;justify-content:center;align-items:center;display:flex}.module-tour .tour-footer .tour-step-button:hover{opacity:.7}.module-tour .tour-footer .tour-step-button.disabled{cursor:not-allowed}.module-tour .tour-footer .tour-step-button.disabled svg{fill:var(--theme-color-1)!important;opacity:.5!important}.module-tour .tour-footer .tour-step-button.back{transform:rotate(180deg)}.module-tour .tour-footer .tour-step-button.back svg,.module-tour .tour-footer .tour-step-button svg{fill:var(--theme-color-1)}.module-tour-target{z-index:15;border-radius:var(--border-radius-small);position:relative}.module-tour-overlay{z-index:10000;box-shadow:0 0 0 9999px var(--theme-color-45);pointer-events:none;position:fixed}.module-tour-block{z-index:10000;pointer-events:auto;position:fixed}
.app-tour-restart{z-index:90;position:fixed;bottom:72px;right:24px}.app-tour-completion-anchor{z-index:1;width:min(320px,100vw - 40px);height:52px;animation:.18s ease-out app-tour-completion-hint-in;display:block;bottom:48px;right:0;position:absolute!important}.app-tour-completion-bubble{transform-origin:top;border:1px solid #eef4fd;border-radius:18px;width:min(320px,100vw - 40px);min-height:52px;padding:10px 46px 10px 16px;font-size:12px;font-weight:500;line-height:1.4;animation:4.8s ease-in-out infinite appTourCompletionBubbleFloat;display:block;bottom:40px;right:40px;box-shadow:0 14px 28px #5b72941f,inset 0 4px 10px #ffffff85;color:#35506f!important;background:radial-gradient(circle at 100% 0,#fffffffa,#0000 36%),linear-gradient(150deg,#fff 0%,#fbfdff 56%,#eef5ff 100%)!important;position:absolute!important}.app-tour-completion-bubble .biri-ai-intro-content{z-index:1;align-items:center;width:100%;display:flex;position:relative}.app-tour-completion-bubble .biri-ai-intro-message{white-space:normal;min-width:0;display:block;color:#35506f!important}.app-tour-completion-close{z-index:2;color:#6a7f99;cursor:pointer;background:#536d8d14;border:0;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.app-tour-completion-close:hover{color:#6a7f99;background:#536d8d24;transform:translateY(-50%)scale(1.04)}.app-tour-completion-anchor .biri-ai-intro-orb{z-index:2;background:radial-gradient(circle at 35% 35%,#fff 0%,#f4f9ff 64%,#dbeafe 100%);border:1px solid #e8f1fd;border-radius:50%;animation:2.8s ease-in-out infinite biriAiIntroOrbFloat;display:block;position:absolute;box-shadow:0 10px 24px #7c99c61f}.app-tour-completion-anchor .biri-ai-intro-orb-sm{width:22px;height:22px;bottom:16px;right:24px}.app-tour-completion-anchor .biri-ai-intro-orb-md{width:16px;height:16px;bottom:-3px;right:13px}.app-tour-completion-anchor .biri-ai-intro-orb-sm{animation-delay:.1s}.app-tour-completion-anchor .biri-ai-intro-orb-md{animation-delay:.35s}@keyframes biriAiIntroOrbFloat{0%,to{transform:translate(0,0)scale(.96)}50%{transform:translateY(-4px)scale(1.04)}}@keyframes appTourCompletionBubbleFloat{0%,to{transform:translate(0,0)scale(.99)}50%{transform:translateY(-2px)scale(1.01)}}@keyframes biriAiIntroBubbleIn{0%{opacity:0;transform:translate(6px,-6px)scale(.92)rotate(1deg)}to{opacity:1;transform:translate(0,0)scale(1)rotate(0)}}@keyframes app-tour-completion-hint-in{0%{opacity:0;transform:translateY(5px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.app-tour-restart-button{width:34px;height:34px;color:var(--font-color-secondary);-webkit-backdrop-filter:blur(8px);cursor:pointer;transition:transform var(--transition-duration-fast) ease-in-out,background-color var(--transition-duration-fast) ease-in-out,color var(--transition-duration-fast) ease-in-out;background:#ffffff73;border:1px solid #ffffff8c;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;box-shadow:0 2px 8px #0000001a}.app-tour-restart-button svg{width:20px;height:20px}.app-tour-restart-button:hover{color:var(--theme-color-3);background:#ffffffb3;transform:scale(1.12)}.app-tour-restart-button:active{transform:scale(1.1)}@media (max-width:600px){.app-tour-restart{bottom:68px;right:16px}.app-tour-completion-anchor,.app-tour-completion-bubble{width:min(300px,100vw - 32px)}}[data-theme=dark] .app-tour-restart-button{color:var(--font-color-secondary);background:#ffffff1a;border-color:#ffffff2e;box-shadow:0 2px 8px #00000059}[data-theme=dark] .app-tour-restart-button:hover{color:var(--theme-color-3);background:#ffffff2e}[data-theme=dark] .app-tour-completion-bubble{border-color:#484854;color:#f8f8fb!important;background:#2d2d36!important}[data-theme=dark] .app-tour-completion-anchor .biri-ai-intro-orb{background:radial-gradient(circle at 35% 35%,#60606d 0%,#3f404c 64%,#282934 100%);border-color:#b1bed65c;box-shadow:0 10px 24px #00000047}[data-theme=dark] .app-tour-completion-bubble .biri-ai-intro-message{color:#f8f8fb!important}[data-theme=dark] .app-tour-completion-close{color:#d0d0d8;background:#41414c}
.page-info{z-index:10;position:relative}.page-info.active .page-info-button svg{fill:var(--theme-color-3)}.page-info:not(.active) .page-info-button:hover svg{fill:var(--theme-color-10)}.page-info .page-info-button{border-radius:50%;justify-content:center;align-items:center;margin-top:2px;display:flex}.page-info .page-info-button svg{width:16px;height:16px;fill:var(--theme-color-13);transition:fill var(--transition-duration-fast) ease-in-out}.page-info .info-popup{min-width:120px;font-size:var(--font-size-12);background-color:var(--theme-color-6);border-radius:var(--border-radius-medium);border:1px solid var(--theme-color-23);box-shadow:0px 0px 2px var(--theme-shadow-color);flex-direction:column;gap:12px;display:flex;position:absolute;top:-12px;left:150%;overflow:hidden}.page-info .info-popup .info-content{text-align:justify;padding:12px 12px 0;line-height:20px}.page-info .info-popup .info-buttons{white-space:nowrap;border-top:1px solid var(--theme-color-23);display:flex}.page-info .info-popup .info-buttons .info-button{color:var(--font-color-light);transition:color var(--transition-duration-fast),background-color var(--transition-duration-fast) ease-in-out;align-items:center;gap:8px;padding:12px 8px 12px 12px;display:flex}.page-info .info-popup .info-buttons .info-button:hover{background-color:var(--theme-color-12);color:var(--font-color-secondary)}.page-info .info-popup .info-buttons .info-button:first-child{border-right:1px solid var(--theme-color-23)}.page-info .info-popup .info-buttons .info-button svg{width:10px;height:8px;fill:var(--theme-color-13)}.page-info .info-popup .info-buttons .info-button.tour svg{transform:rotate(90deg)}
