:root{--primary-background-color:#fff;--primary-border-color:#eff0f2;--primary-text-color:#000;--secondary-text-color:#444;--tertiary-text-color:#eff0f2;--green:#52c41a;--red:#f5222d;--blue:#007bff;--warning:#ffb74d;--warning-secondary:#fff4e0;--filter-invert:0;--theme-transition-duration:0.1s;--theme-transition:color var(--theme-transition-duration) ease-out,background-color var(--theme-transition-duration) ease-out,border-color var(--theme-transition-duration) ease-out,filter var(--theme-transition-duration) ease-out}.dark-theme{--primary-background-color:#1a1a1a;--primary-border-color:#3a3a3a;--primary-text-color:#f1f1f1;--secondary-text-color:#b3b3b3;--green:#4caf50;--red:#e57373;--blue:#007bff;--warning:orange;--warning-secondary:rgba(255,165,0,.1);--filter-invert:1}@font-face{font-family:Main font;src:url(/static/a0afe72245b00cb2b882.woff2) format("truetype")}@font-face{font-display:swap;font-family:Geist;font-style:normal;font-weight:100 900;src:url(/static/Geist-VariableFont_wght.25cd7012c68f714c70a5.ttf) format("truetype-variations")}*{box-sizing:border-box;color:var(--primary-text-color);font-family:Main font,sans-serif;margin:0;padding:0}.dark-theme .main-content,.dark-theme .page-layout,.dark-theme body,.dark-theme main,html{background-color:var(--primary-background-color)}html.theme-transition,html.theme-transition *,html.theme-transition :before{transition:var(--theme-transition)!important}#app{min-height:100vh}#app,main{display:flex;flex-direction:column}main{flex:1;position:relative;z-index:0}a{text-decoration:none}input{background:none;border:1px solid var(--primary-border-color);border-radius:5px;padding:5px}input[type=number]{text-align:right}input:focus{outline:none}input:disabled{cursor:not-allowed}textarea{background:none;border:1px solid var(--primary-border-color);border-radius:5px;color:var(--primary-text-color);display:block;font-size:12px;height:100px;margin-bottom:10px;max-width:500px;padding:5px;resize:none}textarea:focus{outline:none}fieldset{border:none;display:flex;flex-direction:column;gap:5px;margin-bottom:1rem;padding:0}fieldset legend{margin-bottom:10px}fieldset label{align-items:center;display:flex;gap:5px}button{background:none;border:1px solid var(--secondary-text-color);border-radius:5px;color:var(--primary-text-color);cursor:pointer;font-size:12px;padding:5px 10px}button:disabled{cursor:not-allowed;opacity:.5}button.active{font-weight:700}button.icon{background-position:50%;background-repeat:no-repeat;background-size:auto;border:none;height:25px;padding:0;width:25px}button.small{font-size:12px!important;margin-left:0!important;margin-right:0!important;white-space:nowrap!important;width:30%!important}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:var(--primary-background-color);border:1px solid var(--primary-border-color);border-radius:4px;color:var(--primary-text-color);font-size:12px;padding:7px;width:100%}select:focus{outline:none}select::-ms-expand{display:none}::-webkit-scrollbar{background-color:transparent;-webkit-border-radius:100px;width:8px}::-webkit-scrollbar:hover{background-color:rgba(0,0,0,.1)}::-webkit-scrollbar-thumb:vertical{background:rgba(0,0,0,.5);-webkit-border-radius:100px}::-webkit-scrollbar-thumb:vertical:active{background:rgba(0,0,0,.6)}svg{color:var(--primary-text-color)}.red{border-color:var(--red);color:var(--red)}.green{border-color:var(--green);color:var(--green)}.black{color:#000}.collapsed{height:0}.hidden{display:none!important}.buttons{display:flex;justify-content:space-around;margin-top:10px;width:50%}.centered{text-align:center;width:100%}.nowrap{white-space:nowrap}.badge-container{display:flex;flex-wrap:wrap;gap:3px 3px}.badge-container .badge{background-color:#000965;border-radius:20px;color:#fff;display:inline-block;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:normal;padding:11px 13px;text-align:center;width:100px}.badge-container .badge.bold{font-weight:700}.unselectable{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none}.no-scroll{overflow:hidden}@keyframes loading{0%,to{opacity:.7}50%{opacity:.4}}.fade-in{opacity:0;will-change:opacity}.fade-up{transform:translateY(20px)}.fade-down,.fade-up{opacity:0;will-change:opacity,transform}.fade-down{transform:translateY(-20px)}.fade-down.show,.fade-in.show,.fade-up.show{opacity:1;transform:translateY(0)}.no-data-message{color:var(--primary-text-color);font-style:italic;padding:3rem;text-align:center}.alert-container{align-items:center;display:flex;flex-direction:column;left:0;pointer-events:none;position:fixed;right:0;top:1rem;z-index:9999}.alert{background:var(--primary-background-color);border:1px solid var(--primary-border-color);border-radius:10px;color:var(--primary-text-color);margin-top:.5rem;max-width:90%;min-width:300px;padding:1rem 2rem;pointer-events:auto;position:relative;text-align:center}.alert.success{border-color:var(--green)}.alert.error{border-color:var(--red)}.alert.info{border-color:var(--primary-border-color)}.alert.warning{background:var(--warning-secondary);border-color:var(--warning)}.close{cursor:pointer;font-weight:700;position:absolute;right:0;top:0}#back-to-top{background:var(--secondary-background-color);background-color:var(--primary-background-color);border:none;border:2px solid var(--primary-border-color);border-radius:9999px;bottom:21px;box-shadow:0 2px 12px rgba(0,0,0,.18);color:var(--primary-text-color);cursor:pointer;font-size:1rem;height:48px;position:fixed;right:20px;width:48px;z-index:100}#back-to-top,.menu-container{align-items:center;display:flex;justify-content:center}.menu-container .menu{background-color:var(--primary-background-color);border:1px solid var(--primary-border-color);border-radius:5px;box-shadow:0 0 15px rgba(0,0,0,.4);display:flex;flex-direction:column;padding:15px 25px;position:absolute;transition:opacity .1s ease-out,visibility .1s ease-out,var(--theme-transition);z-index:10}.menu-container .menu.hide{opacity:0;pointer-events:none;visibility:hidden}.menu-container .menu .menu-button{align-items:center;display:flex;justify-content:flex-start;padding:10px 0;width:100%}.menu-container .menu .menu-button:not(:last-child){border-bottom:1px solid var(--primary-border-color)}.menu-container .menu .menu-button a,.menu-container .menu .menu-button button{text-align:left;width:100%}.menu-container .menu .menu-button a:hover,.menu-container .menu .menu-button button:hover{opacity:.8}.menu-container .menu .menu-button button{border:none;font-size:16px;padding:0}h2.faq-title{display:inline-block;font-size:2rem;margin:30px auto;text-align:center;width:100%}.faq-container{border:1px solid var(--primary-border-color);border-radius:10px;margin:0 auto;max-width:800px;padding:10px 20px}.faq-container .faq-item{border-bottom:1px solid var(--primary-border-color);padding:15px 0}.faq-container .faq-item:last-child{border-bottom:none}.faq-container .faq-item button.faq-question{align-items:center;border:none;cursor:pointer;display:flex;font-size:18px;font-weight:700;justify-content:space-between;margin:0;text-align:left;width:100%}.faq-container .faq-item button.faq-question:hover{opacity:1}.faq-container .faq-item button.faq-question:after{content:"\002B";font-size:24px;margin-left:10px}.faq-container .faq-item.active button.faq-question:after{content:"\2212"}.faq-container .faq-item .faq-answer{font-size:16px;line-height:1.5;margin-left:auto;margin-right:auto;max-height:0;overflow:hidden;transition:max-height .5s ease;width:96%}footer{color:#333;font-family:Geist,sans-serif;padding:0;position:relative;width:100%}.footer-content,footer{background-color:#f8f9fa}.footer-content{display:flex;gap:80px;justify-content:space-between;margin:0 auto;max-width:1300px;padding:40px 0}.footer-section{display:flex;flex-direction:column;gap:20px}.logo-section{flex:1;max-width:400px}.logo-container{align-items:center;display:flex;margin-bottom:16px}.footer-logo{height:26px;object-fit:contain;width:55px}.tagline{color:#1e1e1e;font-size:22px;line-height:1.2;margin:0 0 16px}.tagline,.telegram-link{font-family:Geist,sans-serif;font-weight:500}.telegram-link{align-items:center;background:none;color:#000;display:flex;font-size:16px;gap:8px;text-decoration:underline;transition:color .3s ease;width:fit-content}.telegram-link:hover{color:#666}.telegram-icon{background:none;height:22px;object-fit:contain;width:22px}footer>div{position:relative}footer .section-title{color:#959595;font-family:Geist Mono,sans-serif;font-size:16px;font-weight:500;letter-spacing:.5px;margin:0;text-transform:uppercase}footer .section-links{display:flex;flex-direction:column;gap:12px;margin-top:-8px}footer .section-links a{color:#000;font-family:Geist,sans-serif;font-size:16px;font-weight:500;line-height:1.4;text-decoration:none;transition:color .3s ease}footer .section-links a:hover{color:#666}.footer-section.logo-section>.divider{display:none}.footer-bottom{align-items:center;border-top:1px solid #e5e5e5;display:flex;justify-content:flex-start;margin:20px auto 0;max-width:1300px;padding:40px 0 0}.footer-bottom,.footer-shadow-container{background-color:#f8f9fa;position:relative}.footer-shadow-container{height:130px;overflow:hidden;width:100%}.footer-shadow{display:block;height:130px;left:0;object-fit:cover;position:absolute;top:0;width:100%}.copyright{color:#959595;font-family:Geist,sans-serif;font-size:14px;font-weight:500;position:relative;z-index:2}@media (max-width:768px){.footer-content{flex-direction:column;gap:40px;padding:30px 20px}.footer-bottom{justify-content:flex-start;margin:0 20px;padding:30px 0}.copyright,.logo-section{text-align:left}.logo-section{max-width:100%}footer .footer-section.logo-section .divider{display:unset}.logo-container{justify-content:flex-start;margin-top:20px}.tagline{text-align:left}.telegram-link{align-self:flex-start}.footer-section{text-align:left}}@media (max-width:480px){.footer-content{gap:30px;padding:20px}.footer-bottom{justify-content:flex-start;padding:15px 0}.copyright{text-align:left}.tagline{font-size:20px;margin:0}footer .footer-section.logo-section{margin-bottom:30px}.telegram-link,footer .section-links a,footer .section-title{font-size:15px}}header{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:hsla(0,0%,100%,.7);display:flex;height:80px;justify-content:space-between;justify-content:center;left:0;margin:0 auto;position:fixed;right:0;top:0;transition:background-color .3s ease;width:100%;z-index:100001}.dark-theme header{background:#1a1a1a}#show-side-menu{background-image:url(/static/hamburger.c1fe8b719021593cb60d.svg);filter:invert(var(--filter-invert));left:0;margin:auto 10px;position:absolute;transition:transform .5s ease-in-out,opacity .1s ease-in-out}#side-menu-button:hover{opacity:.6}header .container-header{align-items:center;display:flex;justify-content:space-between;max-width:1300px;width:100%}header .logo{flex:1;flex-direction:column;height:100%;max-width:200px}header .logo,header .logo.centered{display:flex;justify-content:center}header .logo.centered{align-items:center;left:50%;position:absolute;transform:translateX(-50%)}header .logo a{display:inline-block;line-height:0}header .logo a img{display:block;max-height:100%;width:auto}header:not(.landing-header) .logo a img{height:80px;max-height:80%}header:not(.landing-header){padding-top:3%;position:relative}header a,header button{color:var(--secondary-text-color);cursor:pointer;font-size:16px}header a.active{color:var(--primary-text-color)}header .center-menu{align-items:center;display:flex;flex:1;justify-content:center}header:not(.landing-header) .center-menu,header:not(.landing-header) .header-buttons{display:none}header .center-links{display:flex;gap:30px;list-style-type:none;margin:0;padding:0}header .center-links .center-link a{color:var(--tertiary-text-color);cursor:pointer;font-size:16px;text-decoration:none;transition:color .3s ease}header .center-links .center-link a:hover{color:var(--secondary-text-color)}header .links{display:flex;gap:30px;list-style-type:none;margin:0;padding:0}header .links .link a{color:var(--tertiary-text-color);cursor:pointer;font-size:14px;font-weight:500;text-decoration:none;transition:color .3s ease}header .links .link a.active,header .links .link a:hover{color:var(--secondary-text-color)}header .links .link a.active{font-weight:600}header .header-buttons{align-items:center;display:flex;flex:1;gap:8px;justify-content:flex-end;max-width:220px}header .header-buttons .icon{align-items:center;background:var(--primary-background-color);border:1px solid var(--primary-border-color);border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);color:var(--primary-text-color);display:flex;height:36px;justify-content:center;width:36px}header .header-buttons .icon:hover{transform:translateY(-1px)}header .header-buttons .icon .theme-icon{display:block;height:20px;width:20px}header .get-started-btn,header .login-btn{align-items:center;background:#fff;border:1px solid #e5e5e5;box-shadow:0 4px 15px rgba(0,0,0,.1);color:#000;display:flex;font-size:14px;font-weight:600;height:38px;justify-content:center;padding:0 14px;text-align:center;text-wrap:nowrap}header .get-started-btn:after,header .login-btn:after{color:#000;font-size:16px}header .get-started-btn:after,header .header-btn:after,header .login-btn:after{content:"→";opacity:0;position:absolute;right:-20px;top:50%;transform:translateY(-50%);transition:all .3s ease}header .header-btn:after{font-size:18px}header #nav-menu-container #nav-menu-toggle{background-image:url(/static/3-vertical-dots.1bb8fa802c579342073b.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;background-size:auto;border:none;filter:invert(var(--filter-invert));height:25px;padding:0;width:25px}header #nav-menu-container #nav-menu{right:0;top:105%;width:250px}header #nav-menu-container #nav-menu .menu-button #nav-logout{margin-top:15px}header.billing-page{justify-content:center;position:relative}header.billing-page .logo.billing-logo{left:50%;margin-left:102px;position:absolute;transform:translateX(-50%)}header.billing-page .center-menu{flex:1;justify-content:center}header.billing-page .header-buttons{flex-shrink:0}header.landing-header{border-bottom:1px solid #e9e9e9}header.landing-header .links .link a{color:#1f2223}header.landing-header .links .link a:hover{text-decoration:underline}header.landing-header .links .link a.active{color:#1f2223;font-weight:600}header.landing-header .get-started-btn{align-items:center;background:linear-gradient(180deg,#000,#666 80%);background-position:0 0;background-size:100% 200%;border:2px solid #353535;border-radius:999px;box-shadow:none;color:#fff;display:flex;font-family:Geist,sans-serif;font-size:14px;font-weight:500;height:38px;justify-content:center;overflow:hidden;padding:0 14px;position:relative;transition:background-position .45s cubic-bezier(.2,.8,.2,1),transform .3s ease-in-out,box-shadow .3s ease-in-out}header.landing-header .get-started-btn:hover{background-position:0 100%;box-shadow:0 6px 20px rgba(0,0,0,.3)}header.landing-header .get-started-btn:after{content:none}header.landing-header .login-btn{align-items:center;background:transparent;border:1px solid #000;border-radius:20px;box-shadow:none;color:#000;display:flex;font-family:Geist,sans-serif;font-size:14px;font-weight:500;height:38px;justify-content:center;overflow:hidden;padding:0 14px;position:relative;transition:all .3s ease-in-out}header.landing-header .login-btn:hover{background:rgba(0,0,0,.2)}.sticky-bar{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:hsla(0,0%,100%,.7);border-bottom:1px solid #e9e9e9;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:80px;transform:translateY(-6px);transition:.3s ease-in-out;z-index:100000}.sticky-bar.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.sticky-bar .sticky-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1300px;padding:14px 0}.sticky-left,.sticky-right{align-items:center;display:flex;gap:12px}.sticky-title{color:var(--secondary-text-color);font-size:15px;font-weight:500}.sticky-price{color:var(--primary-text-color);font-size:14px;font-weight:500}@media (max-width:768px){.sticky-bar .sticky-inner{padding:16px 20px}.sticky-price,.sticky-title{font-size:14px}}header.landing-header{padding:0 20px}.sticky-bar .sticky-inner{padding:14px 20px}@media only screen and (max-width:800px){header{padding:4px 30px}#show-side-menu{margin:auto 5px}header .center-menu{display:none}header.billing-page{justify-content:center}header.billing-page .logo.billing-logo{margin-left:0;position:static;transform:none}header.landing-header{padding:10px 20px}header.landing-header .logo img{max-height:30px;width:auto}header.landing-header .get-started-btn,header.landing-header .login-btn{display:none}header.landing-header .burger-menu-btn{background:transparent;background-image:none!important;border:none;cursor:pointer;display:flex!important;filter:none!important;flex-direction:column;height:18px;justify-content:space-around;left:auto!important;margin-left:10px;padding:0;position:static!important;width:24px}header.landing-header .header-buttons{align-items:center;display:flex}header.landing-header .burger-menu-btn span{background-color:#000;border-radius:1px;display:block;height:2px;transition:all .3s ease;width:100%}}.mobile-menu-overlay{left:0;overflow:hidden;position:fixed;top:0;touch-action:none;-webkit-overflow-scrolling:touch}.mobile-menu,.mobile-menu-overlay{height:100vh;width:100vw;z-index:10000000}.mobile-menu{backdrop-filter:blur(15px);background-color:hsla(0,0%,100%,.85);box-shadow:2px 0 20px rgba(0,0,0,.1);box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;padding:20px}.mobile-menu-header{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:30px}.mobile-menu-logo img{margin-bottom:-6px;max-height:28px;width:auto}.mobile-menu-close{align-items:center;background:none;border:none;color:#000;cursor:pointer;display:flex;justify-content:center;min-height:36px;min-width:36px;padding:6px}.mobile-menu-close:hover{opacity:.7}.mobile-menu-nav{display:flex;flex-direction:column;gap:24px;justify-content:flex-start;margin-bottom:30px;margin-top:30px}.mobile-menu-link{color:#000;font-family:Geist,sans-serif;font-size:34px;font-weight:600;text-decoration:none;transition:opacity .3s ease}.mobile-menu-link:hover{opacity:.7}.mobile-menu-login{display:flex;flex-direction:column;flex-shrink:0;gap:10px;margin-top:20px}.mobile-menu-get-started-btn{align-items:center;background:linear-gradient(180deg,#000,#666 154.41%);border:1px solid #343434;border-radius:100px;display:flex;justify-content:flex-start;padding:16px}.mobile-menu-get-started-btn span{color:#fff}.mobile-menu-login-btn{align-items:center;background-color:transparent;background-color:#fff;border:1px solid #000;border-radius:100px;box-sizing:border-box;color:#000;display:flex;font-family:Geist,sans-serif;font-size:16px;font-weight:500;justify-content:space-between;padding:16px;text-decoration:none;transition:all .3s ease;width:100%}.mobile-menu-login-btn:hover{background-color:rgba(0,0,0,.2);color:#fff}.loading-container{background-color:var(--primary-background-color);bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;width:100%;z-index:9999}.loading-container,.loading-content{align-items:center;display:flex;justify-content:center}.loading-content{flex-direction:column}.loading-container.fade-out{opacity:0;pointer-events:none;visibility:hidden}.loading-container .logo{height:auto;margin:0 auto;width:240px}.loading-text{flex-direction:column;font-size:1.1rem;gap:.5rem;margin-top:1rem}.loading-text,.wave-cord-container{align-items:center;display:flex;justify-content:center}.wave-cord-container{height:40px;position:relative;width:120px}.wave-cord{align-items:center;display:flex;height:100%;justify-content:space-between;position:relative;width:100%}.cord-segment{animation:wave 1.5s ease-in-out infinite;background:linear-gradient(180deg,#000961,#1a237e 50%,#000961);border-radius:2px;height:20px;transform-origin:center;width:3px}.segment-1{animation-delay:0s}.segment-2{animation-delay:.1s}.segment-3{animation-delay:.2s}.segment-4{animation-delay:.3s}.segment-5{animation-delay:.4s}.segment-6{animation-delay:.5s}.segment-7{animation-delay:.6s}.segment-8{animation-delay:.7s}.segment-9{animation-delay:.8s}.segment-10{animation-delay:.9s}.segment-11{animation-delay:1s}.segment-12{animation-delay:1.1s}@keyframes wave{0%,to{opacity:.6;transform:scaleY(.3)}50%{opacity:1;transform:scaleY(1)}}@keyframes wave-fluid{0%,to{opacity:.4;transform:scaleY(.2) translateY(0)}25%{opacity:.8;transform:scaleY(.8) translateY(-2px)}50%{opacity:1;transform:scaleY(1) translateY(-4px)}75%{opacity:.8;transform:scaleY(.8) translateY(-2px)}}@media only screen and (max-width:800px){.wave-cord-container{height:35px;width:100px}.cord-segment{height:18px;width:2px}}.wave-cord-container:before{animation:glow 2s ease-in-out infinite;background:radial-gradient(ellipse,rgba(0,9,97,.1) 0,transparent 70%);content:"";height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:140px;z-index:-1}@keyframes glow{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.1)}}.bubble-container{align-items:center;display:flex;height:120px;justify-content:center;position:relative;width:100px}.bubble{animation:float-up 2s ease-out infinite;background:#000965;border-radius:50%;opacity:.7;position:absolute}.bubble-1{animation-delay:0s;height:8px;left:20px;width:8px}.bubble-2{animation-delay:.2s;height:12px;left:35px;width:12px}.bubble-3{animation-delay:.4s;height:6px;left:50px;width:6px}.bubble-4{animation-delay:.6s;height:10px;left:65px;width:10px}.bubble-5{animation-delay:.8s;height:8px;left:25px;width:8px}.bubble-6{animation-delay:1s;height:14px;left:40px;width:14px}.bubble-7{animation-delay:1.2s;height:7px;left:55px;width:7px}.bubble-8{animation-delay:1.4s;height:11px;left:70px;width:11px}@keyframes float-up{0%{opacity:0;transform:translateY(60px) scale(0)}20%{opacity:.7;transform:translateY(50px) scale(1)}80%{opacity:.7;transform:translateY(-20px) scale(1)}to{opacity:0;transform:translateY(-40px) scale(.8)}}@media only screen and (max-width:800px){.bubble-container{height:100px;width:80px}.bubble-1{height:6px;left:15px;width:6px}.bubble-2{height:10px;left:28px;width:10px}.bubble-3{height:5px;left:40px;width:5px}.bubble-4{height:8px;left:52px;width:8px}.bubble-5{height:6px;left:20px;width:6px}.bubble-6{height:11px;left:32px;width:11px}.bubble-7{height:6px;left:44px;width:6px}.bubble-8{height:9px;left:56px;width:9px}@keyframes float-up{0%{opacity:0;transform:translateY(50px) scale(0)}20%{opacity:.7;transform:translateY(40px) scale(1)}80%{opacity:.7;transform:translateY(-15px) scale(1)}to{opacity:0;transform:translateY(-30px) scale(.8)}}}.disconnect-container{align-items:center;color:#000965;display:flex;height:80px;justify-content:center;position:relative;width:120px}.phone-icon{animation:phone-shake 2s ease-in-out infinite;opacity:.8}.disconnect-line{animation:line-fade 2s ease-in-out infinite;background:#000965;height:2px;opacity:.6;position:absolute;width:60px}.disconnect-dots{display:flex;flex-direction:column;gap:4px;position:absolute;right:10px}.dot{background:#000965;border-radius:50%;height:6px;opacity:.7;width:6px}.dot-1{animation:dot-pulse 2s ease-in-out infinite;animation-delay:0s}.dot-2{animation:dot-pulse 2s ease-in-out infinite;animation-delay:.3s}.dot-3{animation:dot-pulse 2s ease-in-out infinite;animation-delay:.6s}@keyframes phone-shake{0%,to{transform:translateX(0) rotate(0deg)}25%{transform:translateX(-2px) rotate(-1deg)}75%{transform:translateX(2px) rotate(1deg)}}@keyframes line-fade{0%,to{opacity:.6;transform:scaleX(1)}50%{opacity:.2;transform:scaleX(.8)}}@keyframes dot-pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:.8;transform:scale(1.2)}}@media only screen and (max-width:800px){.disconnect-container{height:70px;width:100px}.phone-icon svg{height:32px;width:32px}.disconnect-line{width:50px}.dot{height:5px;width:5px}}.popup-overlay{align-items:center;animation:fadeIn .1s ease;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:100005}.dark-theme .popup-overlay #popup{background:linear-gradient(127deg,#202020 14.3%,#181818 85.7%);border:1px solid var(--primary-border-color)}.dark-theme .popup-overlay #popup .popup-content h2{color:var(--primary-text-color)}.dark-theme .popup-overlay #popup .popup-content form .input-group input.text-input{background:#1f1f1f}.dark-theme .popup-overlay #popup .popup-content form .input-group input.text-input::placeholder{color:var(--secondary-text-color)}.dark-theme .popup-overlay #popup .popup-content form button{background:#000965;color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.popup-overlay #popup{animation:slideIn .1s ease;background:linear-gradient(127deg,#fcfcfd 14.3%,hsla(0,0%,100%,.95) 85.7%);border:1px solid #eff0f2;border-radius:16px;box-shadow:0 10px 35px rgba(2,8,23,.15),0 4px 12px rgba(0,0,0,.1);max-height:72vh;max-width:95vw;overflow-y:auto;padding:24px;position:relative;width:480px;--blue:#000965;--card-shadow:0 10px 35px rgba(2,8,23,.07)}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.popup-overlay #popup #close-popup{align-items:center;background:#f5f5f5;border:2px solid #eff0f2;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:16px;height:36px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .2s ease;width:36px}.popup-overlay #popup #close-popup:hover{background:#e0e0e0;border-color:#ccc;color:#333;transform:scale(1.05)}.popup-overlay #popup .popup-content{align-items:flex-start;flex-direction:column;height:100%;justify-content:center;margin:0 auto;width:90%}.popup-overlay #popup .popup-content.active{display:flex}.popup-overlay #popup .popup-content h2{color:var(--blue);font-size:24px;font-weight:500;margin-bottom:16px;text-align:center}.popup-overlay #popup .popup-content .confirmation-buttons{display:flex;gap:16px;justify-content:space-around;margin:16px auto 0;width:100%}.popup-overlay #popup .popup-content .confirmation-buttons button{background:var(--blue);border:none;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;cursor:pointer;flex:1;font-size:14px;font-weight:500;max-width:120px;padding:12px 16px;transition:all .2s ease}.popup-overlay #popup .popup-content .confirmation-buttons button:hover:not(:disabled){background:#000965;box-shadow:0 6px 16px rgba(0,0,0,.2);transform:translateY(-1px)}.popup-overlay #popup .popup-content .confirmation-buttons button:active{box-shadow:0 2px 8px rgba(0,0,0,.15);transform:translateY(0)}.popup-overlay #popup .popup-content .confirmation-buttons button:disabled{background:#ccc;box-shadow:none;color:#888;cursor:not-allowed;transform:none}.popup-overlay #popup .popup-content .options-container{margin-bottom:10px;width:100%}.popup-overlay #popup .popup-content h4{font-weight:600;padding-left:10px}.popup-overlay #popup .popup-content .options-container .options{background:#fff;border:2px solid #eff0f2;border-radius:12px;display:flex;flex-direction:column;gap:8px;margin-top:8px;padding:16px;width:100%}.dark-theme .popup-overlay #popup .popup-content .options-container .options{background:#1f1f1f;border-color:var(--primary-border-color)}.popup-overlay #popup .popup-content .options-container .options label{align-items:center;display:flex;gap:4px}.popup-overlay #popup .popup-content .options-container .options label input{color:#050505;margin-right:5px}.popup-overlay #popup .popup-content form{width:100%}.popup-overlay #popup .popup-content form#popup-screenshot{display:flex;flex-direction:column}.popup-overlay #popup .popup-content form img{margin:0 auto;max-height:70vh;max-width:100%}.popup-overlay #popup .popup-content form .input-group{margin-bottom:10px}.popup-overlay #popup .popup-content form .input-group label{color:var(--primary-text-color);display:block;font-size:14px;font-weight:500;margin-bottom:8px}.popup-overlay #popup .popup-content form .input-group input.text-input{background:#fff;border:2px solid #eff0f2;border-radius:10px;box-sizing:border-box;font-size:14px;padding:12px;transition:border-color .2s ease;width:100%}.dark-theme .popup-overlay #popup .popup-content form .input-group input.text-input{background:hsla(0,0%,100%,.06);border-color:var(--primary-border-color);color:var(--primary-text-color)}.popup-overlay #popup .popup-content form .input-group input.text-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,9,101,.1);outline:none}.popup-overlay #popup .popup-content form .input-group input[type=number]{border:2px solid var(--primary-border-color);border-radius:5px;box-sizing:border-box;font-size:16px;height:36px;padding:0 10px;text-align:left;width:100%}.popup-overlay #popup .popup-content form .input-group select{background:#fff;border:2px solid #eff0f2;border-radius:10px;font-size:14px;margin-top:8px;padding:12px;transition:border-color .2s ease;width:100%}.dark-theme .popup-overlay #popup .popup-content form .input-group select{background:#1f1f1f;border-color:var(--primary-border-color);color:var(--primary-text-color)}.popup-overlay #popup .popup-content form .input-group select:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,9,101,.1);outline:none}.popup-overlay #popup .popup-content form .checkbox-list{background:#fff;border:2px solid #eff0f2;border-radius:12px;margin-bottom:12px;margin-top:8px;max-height:300px;overflow-y:scroll;padding:16px}.dark-theme .popup-overlay #popup .popup-content form .checkbox-list{background:#1f1f1f;border-color:var(--primary-border-color)}.popup-overlay #popup .popup-content form .checkbox-list .checkbox-item{align-items:center;display:flex;gap:1px;justify-content:flex-start;margin-bottom:10px}.popup-overlay #popup .popup-content form .checkbox-list .checkbox-item:last-child{margin-bottom:0}.popup-overlay #popup .popup-content form input[type=checkbox],.popup-overlay #popup .popup-content form input[type=radio]{accent-color:var(--blue);height:18px;margin-right:8px;width:18px}.popup-overlay #popup .popup-content form .checkbox-list .checkbox-item.unchecked{opacity:.5}.popup-overlay #popup .popup-content form .checkbox-list .checkbox-item label{margin-bottom:0;white-space:nowrap}.dark-theme .popup-overlay #popup .popup-content form .checkbox-list .checkbox-item,.dark-theme .popup-overlay #popup .popup-content form .checkbox-list .checkbox-item label{color:var(--primary-text-color)}.popup-overlay #popup .popup-content form .checkbox-list .checkbox-item .badge-container{justify-content:right}.popup-overlay #popup .popup-content form button{background:var(--blue);border:none;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;cursor:pointer;display:block;font-size:15px;font-weight:500;margin:16px auto 0;padding:12px 24px;transition:all .2s ease;width:70%}.popup-overlay #popup .popup-content form button:hover:not(:disabled){background:#000965;box-shadow:0 6px 16px rgba(0,0,0,.2);transform:translateY(-1px)}.popup-overlay #popup .popup-content form button:active{box-shadow:0 2px 8px rgba(0,0,0,.15);transform:translateY(0)}.popup-overlay #popup .popup-content form button:disabled{background:#ccc;box-shadow:none;color:#888;cursor:not-allowed;transform:none}.popup-overlay #popup .popup-content form p.sublabel{margin-bottom:5px}.popup-overlay #popup .popup-content .display-list h3{color:var(--blue);font-size:18px;font-weight:500;margin-bottom:12px;text-align:center}.dark-theme .popup-overlay #popup .popup-content .display-list h3{color:var(--primary-text-color)}.popup-overlay #popup .popup-content .display-list ul{list-style:none;padding-left:5px}.popup-overlay #popup .popup-content .display-list ul:not(:last-child){margin-bottom:15px}.popup-overlay #popup .popup-content .display-list ul li{margin-bottom:10px;padding-left:20px;position:relative}.popup-overlay #popup .popup-content .display-list ul li:before{background-image:url(/static/check.76f1c9b202c5e5551c00.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;filter:invert(var(--filter-invert));height:12px;left:0;position:absolute;top:.3rem;width:12px}.popup-overlay #popup span.message-box{background:#ffebee;border:2px solid #f44336;border-radius:10px;color:#c62828;display:inline-block;font-size:14px;font-weight:500;margin-top:12px;padding:12px;text-align:center;width:100%}.popup-overlay #popup .popup-content form textarea{background:#fff;border:2px solid #eff0f2;border-radius:10px;font-family:inherit;font-size:14px;min-height:80px;padding:12px;resize:vertical;transition:border-color .2s ease;width:100%}.dark-theme .popup-overlay #popup .popup-content form textarea{background:#1f1f1f;border-color:var(--primary-border-color);color:var(--primary-text-color)}.popup-overlay #popup .popup-content form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,9,101,.1);outline:none}.popup-overlay #popup .popup-content form textarea::placeholder{color:#888;font-style:italic}.popup-overlay .data-container .l1 h2{margin-bottom:0}@media (max-width:768px){.popup-overlay #popup{max-height:95vh;padding:20px;width:95vw}.popup-overlay #popup .popup-content h2{font-size:20px}.popup-overlay #popup .popup-content form .input-group label{font-size:13px}.popup-overlay #popup .popup-content form .input-group input.text-input,.popup-overlay #popup .popup-content form .input-group select,.popup-overlay #popup .popup-content form textarea{font-size:13px;padding:10px}.popup-overlay #popup .popup-content form button{font-size:14px;padding:10px 20px;width:80%}.popup-overlay #popup .popup-content .confirmation-buttons{flex-direction:column;gap:12px}.popup-overlay #popup .popup-content .confirmation-buttons button{max-width:none;width:100%}.popup-overlay #popup #close-popup{font-size:14px;height:32px;right:10px;top:10px;width:32px}}.popup-overlay .data-container .l1 .l2{margin-left:10px}.popup-overlay .data-container .l1 .l2 .last-update{display:block;font-size:.9em;margin-bottom:5px;opacity:.7}.popup-overlay .data-container .l1 .l2 .l3{padding-left:5px}.popup-overlay .data-container .l1 .l2 .l3 .item{align-items:center;display:flex;list-style-type:none}.popup-overlay .data-container .l1 .l2 .l3 .item:before{background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;height:1em;margin-right:.5em;mask-image:url(/static/check.76f1c9b202c5e5551c00.svg);mask-position:center;mask-repeat:no-repeat;mask-size:contain;width:1em}.popup-overlay .data-container .l1 .l2 .l3 .item.active:before{background-color:var(--green)}.popup-overlay .data-container .l1 .l2 .l3 .item.inactive:before{background-color:var(--red)}.popup-overlay #popup .popup-content #phones-option>*{margin-bottom:10px}.popup-overlay #popup .popup-content .button-row button{background-color:#fff;border:1px solid var(--primary-text-color);border-radius:10px;color:var(--primary-text-color);cursor:pointer;font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding:8px 16px;transition:background-color .2s ease}.popup-overlay #popup .popup-content .button-row button:hover{background-color:#e9e9e9}.popup-overlay #popup:has(.usage-popup){width:80vw}.vis-time-axis{overflow:hidden;position:relative}.vis-time-axis.vis-foreground{left:0;top:0;width:100%}.vis-time-axis.vis-background{height:100%;left:0;position:absolute;top:0;width:100%}.vis-time-axis .vis-text{box-sizing:border-box;color:#4d4d4d;overflow:hidden;padding:3px;position:absolute;white-space:nowrap}.vis-time-axis .vis-text.vis-measure{margin-left:0;margin-right:0;padding-left:0;padding-right:0;position:absolute;visibility:hidden}.vis-time-axis .vis-grid.vis-vertical{border-left:1px solid;position:absolute}.vis-time-axis .vis-grid.vis-vertical-rtl{border-right:1px solid;position:absolute}.vis-time-axis .vis-grid.vis-minor{border-color:#e5e5e5}.vis-time-axis .vis-grid.vis-major{border-color:#bfbfbf}.vis .overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.vis-active{box-shadow:0 0 10px #86d5f8}.vis-custom-time{background-color:#6e94ff;cursor:move;width:2px;z-index:1}.vis-custom-time>.vis-custom-time-marker{background-color:inherit;color:#fff;cursor:auto;font-size:12px;padding:3px 5px;top:0;white-space:nowrap;z-index:inherit}.vis-current-time{background-color:#ff7f6e;pointer-events:none;width:2px;z-index:1}.vis-rolling-mode-btn{background:#3876c2;border-radius:50%;color:#fff;cursor:pointer;font-size:28px;font-weight:700;height:40px;opacity:.8;position:absolute;right:20px;text-align:center;top:7px;width:40px}.vis-rolling-mode-btn:before{content:"\26F6"}.vis-rolling-mode-btn:hover{opacity:1}.vis-panel{box-sizing:border-box;margin:0;padding:0;position:absolute}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right,.vis-panel.vis-top{border:1px #bfbfbf}.vis-panel.vis-center,.vis-panel.vis-left,.vis-panel.vis-right{border-bottom-style:solid;border-top-style:solid;overflow:hidden}.vis-left.vis-panel.vis-vertical-scroll,.vis-right.vis-panel.vis-vertical-scroll{height:100%;overflow-x:hidden;overflow-y:scroll}.vis-left.vis-panel.vis-vertical-scroll{direction:rtl}.vis-left.vis-panel.vis-vertical-scroll .vis-content,.vis-right.vis-panel.vis-vertical-scroll{direction:ltr}.vis-right.vis-panel.vis-vertical-scroll .vis-content{direction:rtl}.vis-panel.vis-bottom,.vis-panel.vis-center,.vis-panel.vis-top{border-left-style:solid;border-right-style:solid}.vis-background{overflow:hidden}.vis-panel>.vis-content{position:relative}.vis-panel .vis-shadow{box-shadow:0 0 10px rgba(0,0,0,.8);height:1px;position:absolute;width:100%}.vis-panel .vis-shadow.vis-top{left:0;top:-1px}.vis-panel .vis-shadow.vis-bottom{bottom:-1px;left:0}.vis-graph-group0{fill:#4f81bd;fill-opacity:0;stroke-width:2px;stroke:#4f81bd}.vis-graph-group1{fill:#f79646;fill-opacity:0;stroke-width:2px;stroke:#f79646}.vis-graph-group2{fill:#8c51cf;fill-opacity:0;stroke-width:2px;stroke:#8c51cf}.vis-graph-group3{fill:#75c841;fill-opacity:0;stroke-width:2px;stroke:#75c841}.vis-graph-group4{fill:#ff0100;fill-opacity:0;stroke-width:2px;stroke:#ff0100}.vis-graph-group5{fill:#37d8e6;fill-opacity:0;stroke-width:2px;stroke:#37d8e6}.vis-graph-group6{fill:#042662;fill-opacity:0;stroke-width:2px;stroke:#042662}.vis-graph-group7{fill:#00ff26;fill-opacity:0;stroke-width:2px;stroke:#00ff26}.vis-graph-group8{fill:#f0f;fill-opacity:0;stroke-width:2px;stroke:#f0f}.vis-graph-group9{fill:#8f3938;fill-opacity:0;stroke-width:2px;stroke:#8f3938}.vis-timeline .vis-fill{fill-opacity:.1;stroke:none}.vis-timeline .vis-bar{fill-opacity:.5;stroke-width:1px}.vis-timeline .vis-point{stroke-width:2px;fill-opacity:1}.vis-timeline .vis-legend-background{stroke-width:1px;fill-opacity:.9;fill:#fff;stroke:#c2c2c2}.vis-timeline .vis-outline{stroke-width:1px;fill-opacity:1;fill:#fff;stroke:#e5e5e5}.vis-timeline .vis-icon-fill{fill-opacity:.3;stroke:none}.vis-timeline{border:1px solid #bfbfbf;box-sizing:border-box;margin:0;overflow:hidden;padding:0;position:relative}.vis-loading-screen{height:100%;left:0;position:absolute;top:0;width:100%}.vis [class*=span]{min-height:0;width:auto}.vis-item{background-color:#d5ddf6;border-color:#97b0f8;border-width:1px;color:#1a1a1a;display:inline-block;position:absolute;z-index:1}.vis-item.vis-selected{background-color:#fff785;border-color:#ffc200;z-index:2}.vis-editable.vis-selected{cursor:move}.vis-item.vis-point.vis-selected{background-color:#fff785}.vis-item.vis-box{border-radius:2px;border-style:solid;text-align:center}.vis-item.vis-point{background:none}.vis-item.vis-dot{border-radius:4px;border-style:solid;border-width:4px;padding:0;position:absolute}.vis-item.vis-range{border-radius:2px;border-style:solid;box-sizing:border-box}.vis-item.vis-background{background-color:rgba(213,221,246,.4);border:none;box-sizing:border-box;margin:0;padding:0}.vis-item .vis-item-overflow{height:100%;margin:0;overflow:hidden;padding:0;position:relative;width:100%}.vis-item-visible-frame{white-space:nowrap}.vis-item.vis-range .vis-item-content{display:inline-block;position:relative}.vis-item.vis-background .vis-item-content{display:inline-block;position:absolute}.vis-item.vis-line{border-left-style:solid;border-left-width:1px;padding:0;position:absolute;width:0}.vis-item .vis-item-content{box-sizing:border-box;padding:5px;white-space:nowrap}.vis-item .vis-onUpdateTime-tooltip{background:#4f81bd;border-radius:1px;color:#fff;padding:5px;position:absolute;text-align:center;transition:.4s;-o-transition:.4s;-moz-transition:.4s;-webkit-transition:.4s;white-space:nowrap;width:200px}.vis-item .vis-delete,.vis-item .vis-delete-rtl{box-sizing:border-box;cursor:pointer;height:24px;padding:0 5px;position:absolute;top:0;-webkit-transition:background .2s linear;-moz-transition:background .2s linear;-ms-transition:background .2s linear;-o-transition:background .2s linear;transition:background .2s linear;width:24px}.vis-item .vis-delete{right:-24px}.vis-item .vis-delete-rtl{left:-24px}.vis-item .vis-delete-rtl:after,.vis-item .vis-delete:after{color:red;content:"\00D7";font-family:arial,sans-serif;font-size:22px;font-weight:700;-webkit-transition:color .2s linear;-moz-transition:color .2s linear;-ms-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.vis-item .vis-delete-rtl:hover,.vis-item .vis-delete:hover{background:red}.vis-item .vis-delete-rtl:hover:after,.vis-item .vis-delete:hover:after{color:#fff}.vis-item .vis-drag-center{cursor:move;height:100%;left:0;position:absolute;top:0;width:100%}.vis-item.vis-range .vis-drag-left{cursor:w-resize;left:-4px}.vis-item.vis-range .vis-drag-left,.vis-item.vis-range .vis-drag-right{height:100%;max-width:20%;min-width:2px;position:absolute;top:0;width:24px}.vis-item.vis-range .vis-drag-right{cursor:e-resize;right:-4px}.vis-range.vis-item.vis-readonly .vis-drag-left,.vis-range.vis-item.vis-readonly .vis-drag-right{cursor:auto}.vis-item.vis-cluster{border-radius:2px;border-style:solid;text-align:center;vertical-align:center}.vis-item.vis-cluster-line{border-left-style:solid;border-left-width:1px;padding:0;position:absolute;width:0}.vis-item.vis-cluster-dot{border-radius:4px;border-style:solid;border-width:4px;padding:0;position:absolute}div.vis-tooltip{background-color:#f5f4ed;border:1px solid #808074;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;box-shadow:3px 3px 10px rgba(0,0,0,.2);color:#000;font-family:verdana;font-size:14px;padding:5px;pointer-events:none;position:absolute;visibility:hidden;white-space:nowrap;z-index:5}.vis-itemset{box-sizing:border-box;margin:0;padding:0;position:relative}.vis-itemset .vis-background,.vis-itemset .vis-foreground{height:100%;overflow:visible;position:absolute;width:100%}.vis-axis{height:0;left:0;position:absolute;width:100%;z-index:1}.vis-foreground .vis-group{border-bottom:1px solid #bfbfbf;box-sizing:border-box;position:relative}.vis-foreground .vis-group:last-child{border-bottom:none}.vis-nesting-group{cursor:pointer}.vis-label.vis-nested-group.vis-group-level-unknown-but-gte1{background:#f5f5f5}.vis-label.vis-nested-group.vis-group-level-0{background-color:#fff}.vis-ltr .vis-label.vis-nested-group.vis-group-level-0 .vis-inner{padding-left:0}.vis-rtl .vis-label.vis-nested-group.vis-group-level-0 .vis-inner{padding-right:0}.vis-label.vis-nested-group.vis-group-level-1{background-color:rgba(0,0,0,.05)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-1 .vis-inner{padding-left:15px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-1 .vis-inner{padding-right:15px}.vis-label.vis-nested-group.vis-group-level-2{background-color:rgba(0,0,0,.1)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-2 .vis-inner{padding-left:30px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-2 .vis-inner{padding-right:30px}.vis-label.vis-nested-group.vis-group-level-3{background-color:rgba(0,0,0,.15)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-3 .vis-inner{padding-left:45px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-3 .vis-inner{padding-right:45px}.vis-label.vis-nested-group.vis-group-level-4{background-color:rgba(0,0,0,.2)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-4 .vis-inner{padding-left:60px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-4 .vis-inner{padding-right:60px}.vis-label.vis-nested-group.vis-group-level-5{background-color:rgba(0,0,0,.25)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-5 .vis-inner{padding-left:75px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-5 .vis-inner{padding-right:75px}.vis-label.vis-nested-group.vis-group-level-6{background-color:rgba(0,0,0,.3)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-6 .vis-inner{padding-left:90px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-6 .vis-inner{padding-right:90px}.vis-label.vis-nested-group.vis-group-level-7{background-color:rgba(0,0,0,.35)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-7 .vis-inner{padding-left:105px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-7 .vis-inner{padding-right:105px}.vis-label.vis-nested-group.vis-group-level-8{background-color:rgba(0,0,0,.4)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-8 .vis-inner{padding-left:120px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-8 .vis-inner{padding-right:120px}.vis-label.vis-nested-group.vis-group-level-9{background-color:rgba(0,0,0,.45)}.vis-ltr .vis-label.vis-nested-group.vis-group-level-9 .vis-inner{padding-left:135px}.vis-rtl .vis-label.vis-nested-group.vis-group-level-9 .vis-inner{padding-right:135px}.vis-label.vis-nested-group{background-color:rgba(0,0,0,.5)}.vis-ltr .vis-label.vis-nested-group .vis-inner{padding-left:150px}.vis-rtl .vis-label.vis-nested-group .vis-inner{padding-right:150px}.vis-group-level-unknown-but-gte1{border:1px solid red}.vis-label.vis-nesting-group:before{display:inline-block;width:15px}.vis-label.vis-nesting-group.expanded:before{content:"\25BC"}.vis-label.vis-nesting-group.collapsed:before{content:"\25B6"}.vis-rtl .vis-label.vis-nesting-group.collapsed:before{content:"\25C0"}.vis-ltr .vis-label:not(.vis-nesting-group):not(.vis-group-level-0){padding-left:15px}.vis-rtl .vis-label:not(.vis-nesting-group):not(.vis-group-level-0){padding-right:15px}.vis-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.vis-labelset{overflow:hidden}.vis-labelset,.vis-labelset .vis-label{box-sizing:border-box;position:relative}.vis-labelset .vis-label{border-bottom:1px solid #bfbfbf;color:#4d4d4d;left:0;top:0;width:100%}.vis-labelset .vis-label.draggable{cursor:pointer}.vis-group-is-dragging{background:rgba(0,0,0,.1)}.vis-labelset .vis-label:last-child{border-bottom:none}.vis-labelset .vis-label .vis-inner{display:inline-block;padding:5px}.vis-labelset .vis-label .vis-inner.vis-hidden{padding:0}div.vis-configuration{display:block;float:left;font-size:12px;position:relative}div.vis-configuration-wrapper{display:block;width:700px}div.vis-configuration-wrapper:after{clear:both;content:"";display:block}div.vis-configuration.vis-config-option-container{background-color:#fff;border:2px solid #f7f8fa;border-radius:4px;display:block;left:10px;margin-top:20px;padding-left:5px;width:495px}div.vis-configuration.vis-config-button{background-color:#f7f8fa;border:2px solid #ceced0;border-radius:4px;cursor:pointer;display:block;height:25px;left:10px;line-height:25px;margin-bottom:30px;margin-top:20px;padding-left:5px;vertical-align:middle;width:495px}div.vis-configuration.vis-config-button.hover{background-color:#4588e6;border:2px solid #214373;color:#fff}div.vis-configuration.vis-config-item{display:block;float:left;height:25px;line-height:25px;vertical-align:middle;width:495px}div.vis-configuration.vis-config-item.vis-config-s2{background-color:#f7f8fa;border-radius:3px;left:10px;padding-left:5px}div.vis-configuration.vis-config-item.vis-config-s3{background-color:#e4e9f0;border-radius:3px;left:20px;padding-left:5px}div.vis-configuration.vis-config-item.vis-config-s4{background-color:#cfd8e6;border-radius:3px;left:30px;padding-left:5px}div.vis-configuration.vis-config-header{font-size:18px;font-weight:700}div.vis-configuration.vis-config-label{height:25px;line-height:25px;width:120px}div.vis-configuration.vis-config-label.vis-config-s3{width:110px}div.vis-configuration.vis-config-label.vis-config-s4{width:100px}div.vis-configuration.vis-config-colorBlock{border:1px solid #444;border-radius:2px;cursor:pointer;height:19px;margin:0;padding:0;top:1px;width:30px}input.vis-configuration.vis-config-checkbox{left:-5px}input.vis-configuration.vis-config-rangeinput{margin:0;padding:1px;pointer-events:none;position:relative;top:-5px;width:60px}input.vis-configuration.vis-config-range{-webkit-appearance:none;background-color:transparent;border:0 solid #fff;height:20px;width:300px}input.vis-configuration.vis-config-range::-webkit-slider-runnable-track{background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(180deg,#dedede,#c8c8c8 99%);border:1px solid #999;border-radius:3px;box-shadow:0 0 3px 0 #aaa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dedede",endColorstr="#c8c8c8",GradientType=0);height:5px;width:300px}input.vis-configuration.vis-config-range::-webkit-slider-thumb{-webkit-appearance:none;background:#3876c2;background:-moz-linear-gradient(top,#3876c2 0,#385380 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3876c2),color-stop(100%,#385380));background:-webkit-linear-gradient(top,#3876c2,#385380);background:-o-linear-gradient(top,#3876c2 0,#385380 100%);background:-ms-linear-gradient(top,#3876c2 0,#385380 100%);background:linear-gradient(180deg,#3876c2,#385380);border:1px solid #14334b;border-radius:50%;box-shadow:0 0 1px 0 #111927;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3876c2",endColorstr="#385380",GradientType=0);height:17px;margin-top:-7px;width:17px}input.vis-configuration.vis-config-range:focus{outline:none}input.vis-configuration.vis-config-range:focus::-webkit-slider-runnable-track{background:#9d9d9d;background:-moz-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#9d9d9d),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#9d9d9d,#c8c8c8 99%);background:-o-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#9d9d9d 0,#c8c8c8 99%);background:linear-gradient(180deg,#9d9d9d,#c8c8c8 99%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#9d9d9d",endColorstr="#c8c8c8",GradientType=0)}input.vis-configuration.vis-config-range::-moz-range-track{background:#dedede;background:-moz-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#dedede),color-stop(99%,#c8c8c8));background:-webkit-linear-gradient(top,#dedede,#c8c8c8 99%);background:-o-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:-ms-linear-gradient(top,#dedede 0,#c8c8c8 99%);background:linear-gradient(180deg,#dedede,#c8c8c8 99%);border:1px solid #999;border-radius:3px;box-shadow:0 0 3px 0 #aaa;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#dedede",endColorstr="#c8c8c8",GradientType=0);height:10px;width:300px}input.vis-configuration.vis-config-range::-moz-range-thumb{background:#385380;border:none;border-radius:50%;height:16px;width:16px}input.vis-configuration.vis-config-range:-moz-focusring{outline:1px solid #fff;outline-offset:-1px}input.vis-configuration.vis-config-range::-ms-track{background:transparent;border-color:transparent;border-width:6px 0;color:transparent;height:5px;width:300px}input.vis-configuration.vis-config-range::-ms-fill-lower{background:#777;border-radius:10px}input.vis-configuration.vis-config-range::-ms-fill-upper{background:#ddd;border-radius:10px}input.vis-configuration.vis-config-range::-ms-thumb{background:#385380;border:none;border-radius:50%;height:16px;width:16px}input.vis-configuration.vis-config-range:focus::-ms-fill-lower{background:#888}input.vis-configuration.vis-config-range:focus::-ms-fill-upper{background:#ccc}.vis-configuration-popup{background:rgba(57,76,89,.85);border:2px solid #f2faff;border-radius:4px;color:#fff;font-size:14px;height:30px;line-height:30px;position:absolute;text-align:center;-webkit-transition:opacity .3s ease-in-out;-moz-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;width:150px}.vis-configuration-popup:after,.vis-configuration-popup:before{border:solid transparent;content:" ";height:0;left:100%;pointer-events:none;position:absolute;top:50%;width:0}.vis-configuration-popup:after{border-color:rgba(136,183,213,0) rgba(136,183,213,0) rgba(136,183,213,0) rgba(57,76,89,.85);border-width:8px;margin-top:-8px}.vis-configuration-popup:before{border-color:rgba(194,225,245,0) rgba(194,225,245,0) rgba(194,225,245,0) #f2faff;border-width:12px;margin-top:-12px}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal{border-bottom:1px solid;height:0;position:absolute;width:100%}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-minor{border-color:#e5e5e5}.vis-panel.vis-background.vis-horizontal .vis-grid.vis-major{border-color:#bfbfbf}.vis-data-axis .vis-y-axis.vis-major{color:#4d4d4d;position:absolute;white-space:nowrap;width:100%}.vis-data-axis .vis-y-axis.vis-major.vis-measure{border:0;margin:0;padding:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-minor{color:#bebebe;position:absolute;white-space:nowrap;width:100%}.vis-data-axis .vis-y-axis.vis-minor.vis-measure{border:0;margin:0;padding:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title{bottom:20px;color:#4d4d4d;position:absolute;text-align:center;white-space:nowrap}.vis-data-axis .vis-y-axis.vis-title.vis-measure{margin:0;padding:0;visibility:hidden;width:auto}.vis-data-axis .vis-y-axis.vis-title.vis-left{bottom:0;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left bottom}.vis-data-axis .vis-y-axis.vis-title.vis-right{bottom:0;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-ms-transform-origin:right bottom;-o-transform-origin:right bottom;transform-origin:right bottom}.vis-legend{background-color:rgba(247,252,255,.65);border:1px solid #b3b3b3;box-shadow:2px 2px 10px hsla(0,0%,60%,.55);padding:5px}.vis-legend-text{display:inline-block;white-space:nowrap}.popup-overlay #popup:has(.usage-popup){max-height:60vh;width:60vw}.usage-popup{padding:1rem;width:100%}.timeline-container{margin-top:1rem}form#reportAProblemForm{display:flex;flex-direction:column;gap:16px;width:100%;--blue:#000965;--card-shadow:0 10px 35px rgba(2,8,23,.07)}form#reportAProblemForm .form-header{border-bottom:2px solid #eff0f2;margin-bottom:16px;padding-bottom:12px;text-align:center}form#reportAProblemForm .form-title{color:var(--blue);font-size:24px;font-weight:500;margin-bottom:6px}form#reportAProblemForm .form-subtitle{color:#444;font-size:14px;line-height:1.4}.dark-theme form#reportAProblemForm .description-section label,.dark-theme form#reportAProblemForm .form-subtitle,.dark-theme form#reportAProblemForm .form-title,.dark-theme form#reportAProblemForm fieldset legend{color:#fff}form#reportAProblemForm fieldset{border:none;margin:0;padding:0}form#reportAProblemForm fieldset legend{color:var(--blue);font-size:16px;font-weight:500;margin-bottom:12px;padding:0}form#reportAProblemForm fieldset label{align-items:center;background:linear-gradient(127deg,#fcfcfd 14.3%,hsla(0,0%,100%,.5) 85.7%);border:2px solid #eff0f2;border-radius:10px;color:#444;cursor:pointer;display:flex;font-size:14px;gap:10px;margin-bottom:6px;padding:12px;transition:all .2s ease}.dark-theme form#reportAProblemForm fieldset label{background:#4e4e4e;border-color:#666;color:#fff}form#reportAProblemForm fieldset label:hover{background:#fcfcfd;border-color:var(--blue);box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-1px)}form#reportAProblemForm fieldset label:has(input:checked){background:var(--blue);border-color:var(--blue);box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff}.dark-theme form#reportAProblemForm fieldset label:hover{background:#5a5a5a;border-color:#888}.dark-theme form#reportAProblemForm fieldset label:has(input:checked){background:var(--blue);border-color:var(--blue);color:#fff}form#reportAProblemForm fieldset label:has(input:checked) input[type=radio]{accent-color:#fff!important}form#reportAProblemForm fieldset label input[type=radio]{accent-color:var(--blue)!important;cursor:pointer!important;height:18px!important;margin:0!important;width:18px!important}form#reportAProblemForm .description-section{display:flex;flex-direction:column;gap:8px}form#reportAProblemForm .description-section label{color:var(--blue);font-size:16px;font-weight:500}form#reportAProblemForm textarea{background:linear-gradient(127deg,#fcfcfd 14.3%,hsla(0,0%,100%,.5) 85.7%);border:2px solid #eff0f2;border-radius:10px;font-family:inherit;font-size:14px;min-height:80px;padding:12px;resize:vertical;transition:border-color .2s ease;width:100%}form#reportAProblemForm textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,9,101,.1);outline:none}form#reportAProblemForm textarea::placeholder{color:#888;font-style:italic}form#reportAProblemForm .user-tip{background:linear-gradient(127deg,#fff4e0 14.3%,rgba(255,244,224,.5) 85.7%);border:2px solid #ffb74d;border-radius:12px;color:#444;font-size:13px;line-height:1.4;margin:12px 0;padding:14px 14px 14px 48px;position:relative;text-align:left}form#reportAProblemForm .user-tip:before{content:"💡";font-size:20px;left:16px;position:absolute;top:12px}form#reportAProblemForm .user-tip strong{color:#e65100;display:block;font-size:14px;font-weight:600;margin-bottom:6px}form#reportAProblemForm .submit-btn{background:var(--blue);border:none;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.15);color:#fff;cursor:pointer;font-size:15px;font-weight:500;margin-top:6px;padding:12px 24px;transition:all .2s ease}form#reportAProblemForm .submit-btn:hover:not(:disabled){background:#000965;box-shadow:0 6px 16px rgba(0,0,0,.2);transform:translateY(-1px)}form#reportAProblemForm .submit-btn:active{box-shadow:0 2px 8px rgba(0,0,0,.15);transform:translateY(0)}form#reportAProblemForm .submit-btn:disabled{background:#ccc;box-shadow:none;color:#888;cursor:not-allowed;transform:none}form#reportAProblemForm .error-message{background:#ffebee;border:2px solid #f44336;border-radius:10px;color:#c62828;font-size:14px;font-weight:500;padding:12px;text-align:center}form#reportAProblemForm:has(.submit-btn:disabled){opacity:.7;pointer-events:none}@media (max-width:768px){form#reportAProblemForm{gap:14px}form#reportAProblemForm .form-title{font-size:20px}form#reportAProblemForm .form-subtitle{font-size:13px}form#reportAProblemForm fieldset legend{font-size:15px}form#reportAProblemForm fieldset label{font-size:13px;padding:10px}form#reportAProblemForm fieldset label input[type=radio]{accent-color:var(--blue)!important;cursor:pointer!important;height:16px!important;width:16px!important}form#reportAProblemForm fieldset label:has(input:checked) input[type=radio]{accent-color:#fff!important}form#reportAProblemForm .description-section label{font-size:15px}form#reportAProblemForm textarea{font-size:13px;min-height:70px;padding:10px}form#reportAProblemForm .user-tip{font-size:12px;padding:12px 12px 12px 40px}form#reportAProblemForm .user-tip:before{font-size:18px;left:12px;top:10px}form#reportAProblemForm .submit-btn{font-size:14px;padding:10px 20px}}.subscription-purchase{font-family:Geist,sans-serif;max-height:80vh;max-width:500px;overflow-y:hidden;padding:0;width:100%}.subscription-purchase .plan-header{border-bottom:1px solid #e9e9e9;margin-bottom:24px;padding-bottom:20px;text-align:center}.subscription-purchase .plan-name{color:#000;font-size:24px;font-weight:700;margin:0 0 8px}.subscription-purchase .plan-price{color:#666;font-size:14px;font-weight:400;margin:0}.subscription-purchase .plan-description{color:#666;display:block;font-size:14px;font-weight:400;line-height:1.5;margin-bottom:10px;text-align:center;width:100%}.subscription-purchase .plan-details{border-radius:8px;display:flex;gap:20px;justify-content:space-around;margin-bottom:10px;padding:16px}.subscription-purchase .plan-feature{align-items:center;display:flex;flex:1;flex-direction:column;text-align:center}.subscription-purchase .feature-text{color:#333;font-size:14px;font-weight:600;line-height:1.3;margin-bottom:12px;text-wrap:nowrap}.subscription-purchase .feature-icon{color:#666;opacity:.8}.subscription-purchase .feature-icon svg{height:24px;width:24px}.subscription-purchase .phone-slider-section{margin-bottom:10px}.subscription-purchase .slider-container{border-radius:8px;padding:9px 16px}.subscription-purchase .slider-labels{align-items:center;color:#555;display:flex;font-size:14px;font-weight:500;justify-content:space-between;margin-bottom:16px}.subscription-purchase .slider-instruction{color:#333;font-size:13px;font-weight:600;text-align:center}.subscription-purchase .slider-wrapper{align-items:center;display:flex;flex-direction:column;position:relative}.subscription-purchase .phone-slider{-webkit-appearance:none;background:#ddd;border-radius:10px;height:8px;margin-bottom:8px;outline:none;width:100%}.subscription-purchase .phone-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#000965;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);cursor:pointer;height:20px;width:20px}.subscription-purchase .phone-slider::-moz-range-thumb{background:#000965;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);cursor:pointer;height:20px;width:20px}.subscription-purchase .slider-value{background:#000965;border-radius:12px;color:#fff;font-size:14px;font-weight:600;min-width:40px;padding:4px 12px;text-align:center}.subscription-purchase .organization-details{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin-bottom:24px;padding:16px}.subscription-purchase .skeleton-text{animation:skeleton-loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;height:16px;width:80px}.subscription-purchase .skeleton-wide{width:200px}.subscription-purchase .skeleton-price{height:20px;width:100px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.subscription-purchase .detail-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.subscription-purchase .detail-item:last-child{margin-bottom:0}.subscription-purchase .detail-label{color:#333;font-size:14px;font-weight:500}.subscription-purchase .detail-value{color:#000;font-size:14px;font-weight:600}.subscription-purchase .phone-input-section{margin-bottom:24px}.subscription-purchase .phone-input-label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.subscription-purchase .phone-input{border:2px solid #e9e9e9;border-radius:8px;box-sizing:border-box;font-family:Geist,sans-serif;font-size:16px;padding:12px 16px;text-align:left;transition:border-color .2s ease;width:100%}.subscription-purchase .phone-input:focus{border-color:#000;outline:none}.subscription-purchase .phone-input.error{border-color:#dc3545}.subscription-purchase .error-message{color:#dc3545;font-size:12px;font-weight:500;margin-top:4px}.subscription-purchase .total-section{align-items:center;border-bottom:2px solid #e9e9e9;border-top:2px solid #e9e9e9;display:flex;justify-content:space-between;margin-bottom:24px;padding:16px 0}.subscription-purchase .total-label{color:#333;font-size:16px;font-weight:600}.subscription-purchase .total-price{color:#000;font-size:20px;font-weight:700}.subscription-purchase .error-banner{background:#f8d7da;border-radius:8px;color:#721c24;font-size:14px;line-height:1.4;margin-bottom:16px;padding:12px 16px}.subscription-purchase .success-banner{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;font-size:14px;line-height:1.4;margin-bottom:16px;padding:12px 16px}.subscription-purchase .action-buttons{display:flex;gap:12px;justify-content:flex-end}.subscription-purchase .cancel-button{background:transparent;border:1px solid #e9e9e9;border-radius:12px;color:#666;cursor:pointer;font-family:Geist,sans-serif;font-size:14px;font-weight:500;padding:12px 24px;transition:all .3s ease}.subscription-purchase .cancel-button:hover:not(:disabled){background-color:#f5f5f5;color:#333}.subscription-purchase .cancel-button:disabled{cursor:not-allowed;opacity:.5}.subscription-purchase .buy-button{background:#000;border:1px solid #000;border-radius:12px;color:#fff;cursor:pointer;font-family:Geist,sans-serif;font-size:14px;font-weight:500;min-width:120px;padding:12px 24px;transition:all .3s ease}.subscription-purchase .buy-button:hover:not(:disabled){background-color:#333;transform:translateY(-1px)}.subscription-purchase .buy-button:disabled{cursor:not-allowed;opacity:.5;transform:none}@media (max-width:600px){.subscription-purchase{max-width:100%;padding:16px}.subscription-purchase .plan-details{flex-direction:column;gap:16px;padding:20px 16px}.subscription-purchase .plan-feature{align-items:center;flex-direction:row;justify-content:space-between;text-align:left}.subscription-purchase .feature-text{flex:1;margin-bottom:0}.subscription-purchase .action-buttons{flex-direction:column}.subscription-purchase .buy-button,.subscription-purchase .cancel-button{width:100%}}.subscription-purchase .evaluation-loading{align-items:center;display:flex;justify-content:center;min-height:60px;padding:20px}.subscription-purchase .spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#000;height:32px;width:32px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.subscription-purchase .loading-message{font-size:14px;font-style:italic}.subscription-purchase .retry-button{background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-top:10px;padding:8px 16px}.subscription-purchase .retry-button:hover{background:#0056b3}.subscription-purchase .subscription-evaluation{margin-bottom:10px;text-align:center}.subscription-purchase .plan-status{border-radius:6px;display:inline-block;font-size:14px;font-weight:500;padding:8px 16px}.subscription-purchase .plan-status.upgrade{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.subscription-purchase .plan-status.same{background:#e2e3e5;border:1px solid #d6d8db;color:#495057}.subscription-purchase .plan-status.downgrade{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.subscription-purchase .warning-message{background:#fff3cd;border:1px solid #ffeaa7;border-radius:6px;color:#856404;font-size:14px;margin-bottom:16px;margin-top:16px;padding:12px;text-align:center}.subscription-purchase .savings-info{background:#d1ecf1;border:1px solid #bee5eb;border-radius:6px;color:#0c5460;font-size:14px;font-weight:500;margin-top:12px;padding:10px;text-align:center}#reportAProblemContainer{display:flex;justify-content:flex-start;margin-top:10px;pointer-events:all}#reportAProblemContainer button#reportAProblemBtn{background:#000965;background-color:#000965;border:none;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);color:#fff;cursor:pointer;font-size:14px;font-weight:500;outline:none;padding:8px 16px;transition:all .2s ease}#reportAProblemContainer button#reportAProblemBtn:hover{background:#3949ab;background-color:#3949ab;box-shadow:0 4px 8px rgba(0,0,0,.15);transform:translateY(-1px)}.scroll-animation-wrapper{opacity:0;transform:translateY(30px);transition:opacity var(--animation-duration,.8s) ease-out,transform var(--animation-duration,.8s) ease-out;will-change:opacity,transform}.scroll-animation-wrapper.animate-in{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.scroll-animation-wrapper{transform:none;transition:opacity var(--animation-duration,.8s) ease-out}.scroll-animation-wrapper.animate-in{transform:none}}.sidebar{background:linear-gradient(127deg,#fcfcfd 14.3%,hsla(0,0%,100%,.5) 85.7%);border:1px solid #fcfcfd;border-radius:0 20px 20px 0;display:flex;filter:drop-shadow(0 10px 32px rgba(0,0,0,.15)) drop-shadow(0 15px 20px rgba(0,0,0,.15));flex-direction:column;height:80vh;overflow:hidden;padding:16px 0;position:relative;width:200px;z-index:1000}.dark-theme .sidebar{background:linear-gradient(127deg,hsla(0,0%,100%,.1) 14.3%,hsla(0,0%,100%,.14) 85.7%);border-color:var(--primary-border-color)}.user-info{margin-bottom:12px;padding:0 16px 12px}.user-name{color:var(--primary-text-color);font-family:Helvetica,Arial,sans-serif;font-size:16px;font-weight:700;line-height:1.2;margin-bottom:3px;text-align:center}.separator-line{background-color:var(--primary-border-color);height:1px;margin:6px 0;width:100%}.control-panel{color:var(--secondary-text-color);font-family:Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.2;text-align:center}.dark-theme .control-panel{color:var(--primary-text-color)}.switch-buttons{display:flex;gap:6px;padding:0 16px 12px}.switch-btn{background:hsla(0,0%,100%,.12);border:none;border-radius:10px;color:var(--secondary-text-color);cursor:pointer;flex:1;font-family:Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;padding:8px 10px;text-align:center;transition:all .1s ease}.switch-btn:hover{background:hsla(0,0%,100%,.18);color:var(--primary-text-color)}.switch-btn.active{background:#000965;color:#fff;font-weight:600}.switch-btn.active:hover{background:#000965}.menu-section{padding:0 16px 7px}.section-title{color:#999;font-family:Helvetica,Arial,sans-serif;font-size:9px;font-weight:600;letter-spacing:.5px;margin:0 0 5px;text-transform:uppercase}.menu-list{list-style:none;margin:0;padding:0}.menu-item{margin-bottom:3px}.menu-item:last-child{margin-bottom:0}.menu-link{align-items:center;background:transparent;border:none;border-radius:6px;cursor:pointer;display:flex;font-family:Helvetica,Arial,sans-serif;font-size:12.5px;font-weight:500;gap:8px;padding:6px 10px;text-align:left;text-decoration:none;transition:all .15s ease;width:100%}.menu-link,.menu-link:hover{color:var(--primary-text-color)}.menu-link:hover{background:hsla(0,0%,100%,.08)}.menu-link.active{font-weight:600}.menu-link.active,.menu-link.active:hover{background:#000965;color:#fff}.menu-link.active .menu-icon{color:#fff;filter:brightness(0) invert(1);opacity:1}.menu-link.active .menu-text{color:#fff}.menu-link.logout-btn{color:#dc2626}.menu-link.logout-btn:hover{background:rgba(220,38,38,.1);color:#dc2626}.menu-icon{filter:grayscale(100%) contrast(.8);font-size:13.75px;opacity:.7;text-align:center;width:16.5px}.menu-svg-icon{display:block;height:16px;width:16px}.menu-text{flex:1}.bottom-section{margin-top:auto;padding:10px 16px 0}.theme-toggle-container{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;padding:6px 10px}.theme-label{color:var(--primary-text-color);font-family:Helvetica,Arial,sans-serif;font-size:12.5px;font-weight:500}.theme-toggle{background:hsla(0,0%,100%,.1);border-radius:16px;display:flex;gap:2px;padding:2px}.theme-btn{align-items:center;background:transparent;border:none;border-radius:14px;color:var(--secondary-text-color);cursor:pointer;display:flex;height:24px;justify-content:center;padding:4px;transition:all .15s ease;width:24px}.theme-btn:hover{background:hsla(0,0%,100%,.1);color:var(--primary-text-color)}.theme-btn.active{background:hsla(0,0%,100%,.2);color:var(--primary-text-color)}.theme-icon{height:12px;width:12px}.bottom-link{background:none;border:none;color:var(--secondary-text-color);cursor:pointer;display:block;font-family:Helvetica,Arial,sans-serif;font-size:12px;padding:4px 0;text-align:left;text-decoration:none;transition:color .1s ease;width:100%}.bottom-link:hover{color:var(--primary-text-color)}.bottom-link.logout-btn{color:#dc2626}.bottom-link.logout-btn:hover{color:#b91c1c}@media (max-height:900px){.sidebar{overflow-y:auto;-webkit-overflow-scrolling:touch}.menu-section{padding:0 20px 6px}.switch-buttons{margin-bottom:12px}}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:2px}.sidebar::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}@media only screen and (max-width:768px){.sidebar{border-radius:0;height:80vh;left:0;max-width:320px;position:fixed;top:80px;transform:translateX(-100%);transition:transform .3s ease;width:100%}.sidebar.open{transform:translateX(0)}.sidebar-overlay{background:rgba(0,0,0,.5);height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:999}.sidebar-overlay.open{opacity:1;visibility:visible}.sidebar-toggle{align-items:center;background:#2563eb;border:none;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.2);color:#fff;cursor:pointer;display:flex;font-size:18px;justify-content:center;left:20px;padding:12px;position:fixed;top:20px;z-index:1001}.sidebar-toggle:hover{background:#1d4ed8}}@media only screen and (max-width:480px){.sidebar{max-width:280px}.switch-buttons{flex-direction:column;gap:8px}.switch-btn{width:100%}}.toggle-container{align-items:center;display:flex;justify-content:center;margin:0 auto;padding:3px;position:relative}.toggle-container:before{border-radius:12px;bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.toggle-container .toggle-buttons{border-radius:12px;display:flex;overflow:hidden;z-index:0}.toggle-container .toggle-buttons .toggle-button{background-color:transparent;border:none;color:#666;flex:1;font-size:18px;margin:5px;opacity:.7;padding:5px 20px;text-align:center;text-wrap:nowrap;transition:opacity .08s,background-color .08s}.dark-theme .toggle-container .toggle-buttons .toggle-button{color:#fff}.toggle-container .toggle-buttons .toggle-button.active{background-color:#000965;border-radius:8px;box-shadow:1px 1px 4px rgba(0,0,0,.3);color:#fff;font-weight:400;opacity:1}.toggle-container .toggle-buttons .toggle-button:not(.active):hover{color:var(--secondary-tesxt-color)}@media only screen and (max-width:800px){.toggle-container .toggle-buttons .toggle-button{border:none;flex:1;font-size:14px;opacity:.4;padding:5px 8px;text-align:center;text-wrap:nowrap;transition:opacity .1s,background-color .1s}}.notification-container{bottom:20px;display:flex;flex-direction:column-reverse;max-height:calc(100vh - 40px);overflow-y:auto;pointer-events:none;position:fixed;right:20px;z-index:9999}.notification-container>:global(.notification-toast){pointer-events:auto}.notification-container::-webkit-scrollbar{display:none}.notification-container{-ms-overflow-style:none;scrollbar-width:none}@media (max-width:640px){.notification-container{bottom:16px;left:16px;max-width:none;right:16px}}.notification-toast{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.1),0 4px 10px rgba(0,0,0,.05);display:flex;font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;justify-content:space-between;margin-bottom:12px;max-width:400px;min-width:320px;overflow:hidden;padding:16px;position:relative}.notification-toast.success{border-left:4px solid #10b981}.notification-toast.success .notification-icon{background-color:#ecfdf5;color:#10b981}.notification-toast.error{border-left:4px solid #ef4444}.notification-toast.error .notification-icon{background-color:#fef2f2;color:#ef4444}.notification-toast.warning{border-left:4px solid #f59e0b}.notification-toast.warning .notification-icon{background-color:#fffbeb;color:#f59e0b}.notification-toast.info{border-left:4px solid #3b82f6}.notification-toast.info .notification-icon{background-color:#eff6ff;color:#3b82f6}.notification-content{align-items:flex-start;display:flex;flex:1;gap:12px;min-width:0}.notification-icon{align-items:center;border-radius:8px;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.notification-text{flex:1;min-width:0}.notification-title{color:#111827;font-size:14px;font-weight:600;line-height:1.4;margin-bottom:2px}.notification-message{color:#6b7280;font-size:13px;font-weight:400;line-height:1.4}.notification-close{align-items:center;background:transparent;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;display:flex;flex-shrink:0;height:24px;justify-content:center;margin-left:8px;transition:all .2s ease;width:24px}.notification-close:hover{background-color:#f3f4f6;color:#6b7280}.notification-close:focus{outline:2px solid #3b82f6;outline-offset:2px}.notification-toast:hover{box-shadow:0 20px 35px rgba(0,0,0,.12),0 8px 15px rgba(0,0,0,.07);transform:translateY(-1px);transition:all .2s ease}.notification-toast:after{animation:progress 5s linear forwards;background:currentColor;bottom:0;content:"";height:2px;left:0;opacity:.3;position:absolute;width:100%}.notification-toast.success:after{background:#10b981}.notification-toast.error:after{background:#ef4444}.notification-toast.warning:after{background:#f59e0b}.notification-toast.info:after{background:#3b82f6}@keyframes progress{0%{width:100%}to{width:0}}@media (max-width:640px){.notification-toast{margin:0 16px 12px;max-width:90vw;min-width:280px}.notification-title{font-size:13px}.notification-message{font-size:12px}}.plan-container{align-items:center;display:flex;flex-direction:column;position:relative}.plan-container.scaled{scale:1.05}.plan-container.enterprise-transparent .plan-card{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.8)}.card-decoration{height:80px;pointer-events:none;position:absolute;right:-46px;top:0;width:180px;z-index:0}.decoration-svg{height:100%;object-fit:contain;width:100%}.plan-container .plan-card.last{height:520px;margin-top:38px}.plan-container.scaled .plan-card{height:580px}.card-background-shadow{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.background-shadow-image{height:750px;object-fit:contain;opacity:1;width:600px}.plan-title{color:#000;font-family:Geist,sans-serif;font-size:24px;font-weight:700;margin:0 0 12px;padding:0 16px;text-align:left}.plan-description{letter-spacing:-.26px}.plan-description,.plan-includes{color:#959595;font-family:Geist,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:20px;margin:0 0 24px;padding:0 16px}.plan-includes{letter-spacing:-.56px}.plan-price{color:#000;font-family:Geist,sans-serif;font-size:32px;font-weight:700;line-height:.5;margin:0 0 24px}.plan-card{background:#fff;border:6px solid #f1f1f1;border-radius:24px;box-shadow:65px 223px 65px 0 rgba(77,77,77,0),42px 143px 59px 0 rgba(77,77,77,0),24px 80px 50px 0 rgba(77,77,77,.02),10px 36px 37px 0 rgba(77,77,77,.03),3px 9px 20px 0 rgba(77,77,77,.03);box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;height:480px;padding:50px 30px 20px;position:relative;width:350px;z-index:2}.card-content{display:flex;flex:1;flex-direction:column}.plan-container.scaled .card-content{border-bottom-left-radius:24px;border-bottom-right-radius:24px;overflow:hidden}.plan-features{flex:1;margin:0 0 24px;padding:0 16px}.feature-item{gap:8px;margin-bottom:10px}.check-icon,.feature-item{align-items:center;display:flex}.check-icon{background:transparent;border-radius:50%;color:#959595;flex-shrink:0;font-size:22px;font-weight:700;height:20px;justify-content:center;width:20px}.feature-item span{color:#000;font-size:16px;font-style:normal;letter-spacing:-.56px;line-height:20px}.buy-button,.feature-item span{font-family:Geist,sans-serif;font-weight:500}.buy-button{background-color:#000;border:1px solid #000;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:10px 24px;transition:all .3s ease;width:100%}.buy-button:hover{background-color:#333;transform:translateY(-1px)}.popular-badge{align-items:center;backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px);background:#fff;border:2px solid #f0f0f0;border-radius:20px;box-shadow:0 12px 7px 0 rgba(77,77,77,.02),0 5px 5px 0 rgba(77,77,77,.03),0 1px 3px 0 rgba(77,77,77,.03);color:#000;display:flex;font-family:Geist,sans-serif;font-size:14px;font-weight:500;gap:8px;left:50%;padding:10px 12px;position:absolute;text-align:center;text-wrap:nowrap;top:-26px;transform:translateX(-50%);z-index:10}.popular-badge svg{height:16px;width:16px}.plan-title .gradient-text{background:linear-gradient(90deg,#233bbe .48%,#3ba6e5);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.plan-title .gradient-text,.plan-title .plan-text{font-family:Geist,sans-serif;font-size:20px;font-style:normal;font-weight:500;letter-spacing:-.72px;line-height:21px}.plan-title .plan-text{color:#000}.plan-price .price-main{color:#000;font-size:24px;font-weight:500;letter-spacing:-.88px;margin-bottom:0}.plan-price .price-main,.plan-price .price-period{font-family:Geist,sans-serif;font-style:normal;line-height:20px;padding:0 16px}.plan-price .price-period{color:#959595;font-size:18px;font-weight:400;letter-spacing:-.64px;margin-top:8px}.buy-button.gradient-button{background:linear-gradient(180deg,#000 -157.35%,#666 235.29%);border:1px solid hsla(0,0%,100%,.3);border-radius:12px;color:#fff}.buy-button:not(.gradient-button){background:transparent;border:1px solid #000;border-radius:12px;color:#000}.buy-button:not(.gradient-button):hover{background-color:#000;color:#fff}.bottom-decoration{bottom:-8px;left:50%;position:absolute;transform:translateX(-50%);z-index:1}.plan-container.scaled .buy-button{margin-bottom:64px}.bottom-svg{box-shadow:inset 0 7px 4px 0 hsla(0,0%,100%,.65)}@media only screen and (max-width:800px){.plan-container.scaled{margin-top:20px;scale:unset;transform:unset}.plan-card{width:365px}.plan-container .plan-card.last{margin-top:unset}section#pricing-plans{padding-bottom:20px;padding-top:60px}section#pricing-plans .plans-container{align-items:center;flex-direction:column;gap:40px;margin-top:50px}section#pricing-plans .plans-container .plan{min-height:0;padding:15px}section#pricing-plans .plans-container .plan.scaled{scale:1}}