.app-layout{--layout-bg: #f5f6fa;--surface: #ffffff;--surface-border: #e8edf5;--text-primary: #202224;--text-secondary: rgba(32, 34, 36, .68);--accent: #4e7fff;--accent-soft: #eef3ff;background:var(--layout-bg);min-height:100vh}.app-sider{background:var(--surface)!important;border-right:1px solid var(--surface-border);box-shadow:0 6px 30px #1e2a4514;bottom:0;height:100vh;left:0;overflow:auto;position:fixed;top:0;transition:all .25s ease;z-index:10}.app-sider .ant-layout-sider-children{background:transparent!important;display:flex;flex-direction:column}.logo{align-items:center;border-bottom:1px solid var(--surface-border);display:flex;gap:12px;min-height:82px;padding:0 18px}.logo-icon{align-items:center;background:#eef2ff;border-radius:14px;display:inline-flex;height:46px;justify-content:center;width:46px}.logo-image{border-radius:10px;height:30px;object-fit:cover;width:30px}.logo-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.logo-text{color:var(--text-primary);font-size:18px;font-weight:800;line-height:1.1;white-space:nowrap}.logo-subtext{color:var(--text-secondary);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.app-menu{background:transparent!important;border-inline-end:0!important;flex:1;padding:12px}.app-menu .ant-menu-item,.app-menu .ant-menu-submenu-title{border-radius:10px;color:var(--text-secondary)!important;font-size:14px;font-weight:700;height:44px;line-height:44px;margin:4px 0}.app-menu .ant-menu-submenu .ant-menu-item{margin-inline:0;padding-inline-start:38px!important}.app-menu .ant-menu-item:hover,.app-menu .ant-menu-submenu-title:hover,.app-menu .ant-menu-submenu-open>.ant-menu-submenu-title{background:#f4f7fe!important;color:var(--text-primary)!important}.app-menu .ant-menu-item-selected{background:var(--accent-soft)!important;color:var(--accent)!important}.app-menu .ant-menu-item .ant-menu-item-icon,.app-menu .ant-menu-submenu-title .ant-menu-item-icon{font-size:16px}.site-layout{margin-left:256px;min-height:100vh;transition:margin-left .25s ease}.site-layout.collapsed{margin-left:80px}.app-header{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f5f6fad1;border-bottom:1px solid rgba(232,237,245,.9);display:flex;height:auto;justify-content:space-between;line-height:normal;min-height:72px;padding:12px 24px;position:sticky;top:0;z-index:9}.header-left{align-items:center;display:flex;flex:1;gap:14px;min-width:0}.trigger{align-items:center;background:var(--surface);border:1px solid var(--surface-border);border-radius:10px;color:#616b7f;display:inline-flex;font-size:17px;height:40px;justify-content:center;min-width:40px;padding:0}.trigger:hover,.trigger:focus{background:#f5f8ff!important;border-color:#dce5ff!important;color:var(--accent)!important}.header-title-group{display:flex;flex-direction:column;min-width:0}.page-title{color:var(--text-primary);font-size:24px;font-weight:800;letter-spacing:-.01em;line-height:1;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-right{display:flex;flex-shrink:0}.user-info{align-items:center;background:var(--surface);border:1px solid var(--surface-border);border-radius:12px;cursor:pointer;display:flex;gap:10px;padding:7px 10px;transition:all .2s ease}.user-info:hover{background:#f7f9ff;border-color:#dce5ff}.user-info .ant-avatar{background:#eef2ff;color:var(--accent)}.user-details{display:flex;flex-direction:column;min-width:0}.user-name{color:var(--text-primary);font-size:13px;font-weight:700;line-height:1.1}.user-role{color:var(--text-secondary);font-size:11px;font-weight:600;line-height:1.1}.app-content{background:var(--layout-bg);min-height:calc(100vh - 64px)}.mobile-sider-overlay{background:#171b246b;border:0;inset:0;padding:0;position:fixed;z-index:998}@media(max-width:768px){.app-sider{transform:translate(-100%);transition:transform .3s ease;z-index:999}.app-sider.mobile-open{transform:translate(0)}.site-layout,.site-layout.collapsed{margin-left:0}.app-header{padding:10px 14px}.page-title{font-size:19px}.user-details{display:none}}@media(max-width:576px){.header-left{gap:10px}.page-title{font-size:17px}.trigger{height:36px;min-width:36px}.user-info{padding:6px}}.login-page{--login-bg: #4880ff;--login-panel: #ffffff;--login-text: #202224;--login-muted: #707070;--login-border: #d8d8d8;--login-input-bg: #f1f4f9;--login-button: #4f84f7;--login-button-hover: #3f73e2;--login-link: #5a8cff;align-items:center;background:var(--login-bg);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:32px 20px;position:relative}.login-shape{background:#ffffff14;border-radius:999px;position:absolute}.login-shape-top{height:420px;right:-60px;top:-190px;transform:rotate(16deg);width:530px}.login-shape-left{bottom:120px;height:300px;left:-120px;transform:rotate(-16deg);width:380px}.login-shape-right{bottom:-120px;height:360px;right:-80px;transform:rotate(24deg);width:460px}.login-panel{background:var(--login-panel);border-radius:24px;box-shadow:0 24px 50px #18357d2e;max-width:460px;padding:34px 34px 28px;position:relative;width:min(100%,460px);z-index:2}.login-title-group{color:var(--login-text);margin-bottom:20px;text-align:center}.login-title-group h1{font-family:Nunito Sans,Segoe UI,sans-serif;font-size:32px;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0}.login-title-group p{color:#202224c7;font-size:15px;font-weight:600;line-height:1.45;margin:10px auto 0;max-width:340px}.login-result-alert{margin-bottom:16px}.login-form{margin-top:8px}.login-page .login-input-item{margin-bottom:16px}.login-page .ant-form-item-label>label{color:var(--login-text);font-family:Nunito Sans,Segoe UI,sans-serif;font-size:16px;font-weight:700}.login-page .ant-input,.login-page .ant-input-affix-wrapper{background:var(--login-input-bg);border:1px solid var(--login-border);border-radius:9px;min-height:46px;padding:8px 12px}.login-page .ant-input{color:#202224;font-size:15px;font-weight:600}.login-page .ant-input::placeholder,.login-page .ant-input-affix-wrapper input::placeholder{color:#a6a6a6;font-size:15px;font-weight:600}.login-page .ant-input-affix-wrapper .ant-input{background:transparent;min-height:auto;padding:0}.login-page .ant-input-affix-wrapper .ant-input-suffix{color:#9b9b9b}.login-page .ant-input-affix-wrapper-focused,.login-page .ant-input-affix-wrapper:focus,.login-page .ant-input:focus,.login-page .ant-input-focused{border-color:#82a6ff;box-shadow:0 0 0 3px #4880ff33}.login-password-heading{align-items:center;color:var(--login-text);display:flex;font-family:Nunito Sans,Segoe UI,sans-serif;font-size:16px;font-weight:700;justify-content:space-between;margin-bottom:6px}.login-password-item{margin-bottom:8px}.login-inline-link{background:none;border:0;color:var(--login-muted);cursor:pointer;font-family:Nunito Sans,Segoe UI,sans-serif;font-size:14px;font-weight:600;padding:0;text-decoration:none}.login-inline-link:hover{color:var(--login-link);text-decoration:underline}.login-page .login-remember-item{margin:4px 0 18px}.login-page .ant-checkbox-wrapper{color:var(--login-muted);font-family:Nunito Sans,Segoe UI,sans-serif;font-size:15px;font-weight:600}.login-page .ant-checkbox-inner{border-color:#a6a6a6;border-radius:5px;height:16px;width:16px}.login-page .ant-checkbox+span{padding-inline-start:10px}.login-page .login-submit-item{margin-bottom:12px}.login-submit-button{background:var(--login-button)!important;border:none!important;border-radius:9px!important;font-family:Nunito Sans,Segoe UI,sans-serif;font-size:22px!important;font-weight:700!important;height:52px!important;letter-spacing:-.01em;line-height:1}.login-submit-button:hover,.login-submit-button:focus{background:var(--login-button-hover)!important}.login-submit-button.ant-btn-loading{opacity:.95}.login-create-account{align-items:center;color:var(--login-muted);display:flex;font-family:Nunito Sans,Segoe UI,sans-serif;font-size:15px;font-weight:600;gap:6px;justify-content:center}.login-create-account .login-inline-link{color:var(--login-link);font-size:15px;font-weight:700;text-decoration:underline}@media(max-width:900px){.login-panel{max-width:430px;padding:30px 24px 24px}.login-title-group h1{font-size:28px}.login-title-group p{font-size:14px}.login-submit-button{font-size:20px!important;height:48px!important}}@media(max-width:640px){.login-page{padding:18px}.login-panel{border-radius:20px;padding:30px 18px 26px}.login-title-group{margin-bottom:20px}.login-title-group h1{font-size:30px}.login-title-group p{font-size:15px;margin-top:10px}.login-page .ant-form-item-label>label,.login-password-heading,.login-page .ant-input,.login-page .ant-input::placeholder,.login-page .ant-input-affix-wrapper input::placeholder,.login-page .ant-checkbox-wrapper,.login-inline-link,.login-create-account,.login-create-account .login-inline-link{font-size:15px}.login-page .ant-input,.login-page .ant-input-affix-wrapper{min-height:48px}.login-submit-button{font-size:22px!important;height:52px!important}.login-shape-top{height:280px;right:-90px;top:-145px;width:360px}.login-shape-left,.login-shape-right{height:230px;width:280px}}.landing-page{--landing-bg: #0b1b33;--landing-bg-soft: #101f3d;--landing-text: #f4f8fc;--landing-muted: rgba(244, 248, 252, .72);--landing-accent: #6dddf8;--landing-accent-dark: #2fb6da;--landing-accent-violet: #8b7bf0;--landing-accent-magenta: #ef5da8;--landing-border: rgba(255, 255, 255, .12);--landing-light-bg: #f4f7fb;--landing-light-surface: #ffffff;--landing-ink: #101d33;--landing-ink-muted: #566180;--landing-radius-lg: 32px;--landing-shadow-lg: 0 30px 60px rgba(0, 0, 0, .35);background:var(--landing-bg);color:var(--landing-text);font-family:Nunito,Nunito Sans,Segoe UI,sans-serif;overflow-x:hidden}.landing-page *{box-sizing:border-box}.landing-page a:not(.landing-btn){color:inherit}.landing-page img{max-width:100%}.landing-page :focus-visible{outline:3px solid var(--landing-accent);outline-offset:2px}.landing-eyebrow{color:var(--landing-accent);display:inline-block;font-size:13px;font-weight:800;letter-spacing:.06em;margin-bottom:14px;text-transform:uppercase}.landing-eyebrow--ink{color:var(--landing-accent-dark)}.landing-section__header{margin:0 auto 48px;max-width:640px;text-align:center}.landing-section__header h2{color:var(--landing-ink);font-size:clamp(26px,3.2vw,36px);font-weight:800;line-height:1.2;margin:0 0 12px}.landing-section__header p{color:var(--landing-ink-muted);font-size:16px;line-height:1.6;margin:0}.landing-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.landing-reveal.is-visible{opacity:1;transform:none}.landing-btn{align-items:center;border-radius:999px;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:700;gap:8px;justify-content:center;text-decoration:none;transition:transform .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.landing-btn--primary{background:linear-gradient(135deg,var(--landing-accent),var(--landing-accent-dark));border:none;color:#08192f}.landing-btn--light{background:#fff;border:none;color:#12213d}.landing-btn--primary:hover,.landing-btn--primary:focus-visible,.landing-btn--light:hover,.landing-btn--light:focus-visible{box-shadow:0 12px 24px #0000002e;transform:translateY(-2px)}.landing-btn--ghost{background:transparent;border:1px solid var(--landing-border);color:var(--landing-text)}.landing-btn--ghost:hover,.landing-btn--ghost:focus-visible{border-color:var(--landing-accent);color:var(--landing-accent)}.landing-btn--sm{font-size:14px;padding:9px 18px}.landing-btn--lg{font-size:16px;padding:14px 28px}.landing-btn__icon{transition:transform .2s ease}.landing-btn:hover .landing-btn__icon{transform:translate(4px)}.landing-badge{align-items:center;background:var(--landing-light-surface);border:1px solid rgba(16,29,51,.08);border-radius:999px;box-shadow:0 8px 20px #0f23410f;color:var(--landing-ink);display:inline-flex;font-size:14px;font-weight:700;gap:8px;padding:10px 18px}.landing-badge__icon{color:var(--landing-accent-dark);font-size:16px}.landing-benefit-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0 0 4px;padding:0}.landing-benefit-list li{align-items:flex-start;color:var(--landing-ink);display:flex;font-size:15px;font-weight:600;gap:10px;line-height:1.5}.landing-benefit-list li .anticon{color:var(--landing-accent-dark);margin-top:3px}@keyframes landing-float{0%,to{transform:rotate(var(--pm-rotate, 0deg)) translateY(0)}50%{transform:rotate(var(--pm-rotate, 0deg)) translateY(-12px)}}@keyframes landing-glow-pulse{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.85;transform:scale(1.08)}}.phone-mockup{background:#000;border:6px solid rgba(255,255,255,.08);border-radius:36px;box-shadow:var(--landing-shadow-lg);flex-shrink:0;transform:rotate(var(--pm-rotate, 0deg))}.phone-mockup--floating{animation:landing-float 6s ease-in-out infinite}.phone-mockup--sm{width:clamp(96px,22vw,140px)}.phone-mockup--md{width:clamp(150px,34vw,210px)}.phone-mockup--lg{width:clamp(180px,46vw,260px)}.phone-mockup__screen{aspect-ratio:375 / 812;border-radius:28px;overflow:hidden;position:relative}.phone-mockup__notch{background:#000;border-radius:0 0 14px 14px;height:18px;left:50%;position:absolute;top:0;transform:translate(-50%);width:38%;z-index:2}.phone-mockup__image{display:block;height:100%;object-fit:cover;width:100%}.device-cluster{align-items:center;display:flex;justify-content:center;min-height:360px;position:relative;transform-origin:center;width:100%}.device-cluster__anchor{position:relative;z-index:2}.device-cluster__satellite{left:50%;position:absolute;top:50%;transform:translate(calc(-50% + var(--cluster-offset-x, 0px)),calc(-50% + var(--cluster-offset-y, 0px)));z-index:1}.device-cluster__satellite.is-front{z-index:3}.landing-connector{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.landing-connector__path{stroke-dasharray:320;stroke-dashoffset:320;transition:stroke-dashoffset 1.4s ease .3s}.landing-reveal.is-visible .landing-connector__path{stroke-dashoffset:0}.landing-header{background:#0b1b338c;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid transparent;position:sticky;top:0;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease;z-index:50}.landing-header.is-scrolled{background:#0b1b33e6;border-bottom-color:var(--landing-border);box-shadow:0 8px 30px #00000040}.landing-header__inner{align-items:center;display:grid;gap:20px;grid-template-columns:auto 1fr auto auto;margin:0 auto;max-width:1240px;padding:14px 24px}.landing-header__brand{align-items:center;display:flex;font-size:18px;font-weight:800;gap:10px;text-decoration:none}.landing-header__logo{border-radius:8px;height:32px;width:32px}.landing-header__nav{display:flex;gap:26px;justify-content:center}.landing-header__nav a{font-size:15px;font-weight:600;padding:6px 1px;position:relative;text-decoration:none}.landing-header__nav a:after{background:var(--landing-accent);border-radius:2px;bottom:-2px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transition:transform .2s ease;width:100%}.landing-header__nav a:hover:after,.landing-header__nav a.is-active:after{transform:scaleX(1)}.landing-header__nav a.is-active{color:var(--landing-accent)}.landing-header__actions{display:flex}.landing-header__menu-toggle{background:none;border:1px solid var(--landing-border);border-radius:10px;color:var(--landing-text);cursor:pointer;display:none;font-size:18px;height:40px;width:40px}.landing-header__mobile-nav{background:var(--landing-bg);border-top:1px solid var(--landing-border);display:flex;flex-direction:column;gap:16px;max-height:0;opacity:0;overflow:hidden;padding:0 24px;transition:max-height .3s ease,opacity .25s ease,padding .3s ease,visibility 0s linear .3s;visibility:hidden}.landing-header__mobile-nav nav{display:flex;flex-direction:column;gap:16px}.landing-header__mobile-nav a{font-size:16px;font-weight:600;text-decoration:none}.landing-header__mobile-nav.is-open{max-height:420px;opacity:1;padding:20px 24px 28px;transition:max-height .3s ease,opacity .25s ease,padding .3s ease;visibility:visible}.landing-hero{overflow:hidden;padding:64px 24px 96px;position:relative}.landing-hero__glow{animation:landing-glow-pulse 7s ease-in-out infinite;border-radius:50%;filter:blur(20px);position:absolute;z-index:0}.landing-hero__glow--cyan{background:radial-gradient(circle,rgba(109,221,248,.32),transparent 70%);height:520px;right:-160px;top:-220px;width:520px}.landing-hero__glow--violet{animation-delay:1.5s;background:radial-gradient(circle,rgba(139,123,240,.28),transparent 70%);bottom:-200px;height:420px;left:-160px;width:420px}.landing-hero__inner{align-items:center;display:flex;gap:48px;margin:0 auto;max-width:1240px;position:relative;z-index:1}.landing-hero__content{flex:1 1 480px;min-width:280px}.landing-hero__headline{font-size:clamp(32px,4.4vw,52px);font-weight:800;line-height:1.15;margin:0 0 20px}.landing-hero__description{color:var(--landing-muted);font-size:17px;line-height:1.7;margin:0 0 32px;max-width:520px}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:16px}.landing-hero__visual{align-items:center;display:flex;flex:1 1 360px;justify-content:center;min-height:420px;position:relative}.landing-hero__cluster{min-height:420px}.landing-overlap-top{background:var(--landing-light-bg);border-radius:40px 40px 0 0;box-shadow:0 -24px 50px #0f23411f;margin-top:-48px;position:relative;z-index:2}.landing-overlap-top--dark{background:linear-gradient(180deg,var(--landing-bg),var(--landing-bg-soft));box-shadow:0 -24px 60px #0000004d}.landing-about{padding:64px 24px 56px;text-align:center}.landing-about__inner{margin:0 auto;max-width:900px}.landing-about__statement{color:var(--landing-ink);font-size:clamp(18px,2.2vw,22px);font-weight:700;line-height:1.6;margin:0 0 32px}.landing-about__badges{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;list-style:none;margin:0;padding:0}.landing-features{background:var(--landing-light-bg);padding:24px 24px 96px}.landing-features__grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));list-style:none;margin:0 auto;max-width:1160px;padding:0}.feature-card{background:var(--landing-light-surface);border:1px solid rgba(16,29,51,.06);border-radius:22px;box-shadow:0 10px 30px #0f23410f;padding:28px 24px;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover{box-shadow:0 20px 40px #0f23411f;transform:translateY(-4px)}.feature-card__icon{align-items:center;background:linear-gradient(135deg,#6dddf82e,#8b7bf02e);border-radius:14px;color:var(--landing-accent-dark);display:inline-flex;font-size:22px;height:48px;justify-content:center;margin-bottom:18px;width:48px}.feature-card h3{color:var(--landing-ink);font-size:18px;font-weight:700;margin:0 0 10px}.feature-card p{color:var(--landing-ink-muted);font-size:15px;line-height:1.6;margin:0}.landing-story{background:var(--landing-light-bg);padding:0 24px 32px}.landing-story-row{align-items:center;display:flex;gap:56px;margin:0 auto;max-width:1160px;padding:56px 0}.landing-story-row+.landing-story-row{border-top:1px solid rgba(16,29,51,.08)}.landing-story-row.is-reversed{flex-direction:row-reverse}.landing-story-row__text{flex:1 1 420px;min-width:260px}.landing-story-row__text h3{color:var(--landing-ink);font-size:clamp(22px,2.6vw,30px);font-weight:800;margin:0 0 14px}.landing-story-row__text p{color:var(--landing-ink-muted);font-size:16px;line-height:1.7;margin:0 0 20px}.landing-story-row__visual{display:flex;flex:1 1 260px;justify-content:center;position:relative}.landing-story-row__supporting{bottom:-20px;filter:drop-shadow(0 16px 30px rgba(15,35,65,.2));position:absolute;right:-12px;z-index:2}.landing-promo{overflow:visible;padding:96px 24px 120px;position:relative}.landing-promo__glow{animation:landing-glow-pulse 6s ease-in-out infinite;background:radial-gradient(circle,rgba(239,93,168,.3),transparent 70%);border-radius:50%;filter:blur(20px);height:460px;position:absolute;right:-140px;top:-80px;width:460px;z-index:0}.landing-promo__inner{align-items:center;display:flex;gap:48px;margin:0 auto;max-width:1160px;position:relative;z-index:1}.landing-promo__text{flex:1 1 380px}.landing-promo__text h2{color:var(--landing-text);font-size:clamp(26px,3.2vw,36px);font-weight:800;margin:0 0 16px}.landing-promo__text p{color:var(--landing-muted);font-size:16px;line-height:1.7;margin:0;max-width:480px}.landing-promo__visual{flex:1 1 360px}.landing-final-cta{background:linear-gradient(180deg,var(--landing-bg-soft),var(--landing-bg));padding:0 24px 96px}.landing-final-cta__card{background:linear-gradient(135deg,#1c3f66,#2a2a63 55%,#3a2557);border-radius:var(--landing-radius-lg);margin:0 auto;max-width:1080px;overflow:hidden;padding:64px 40px;position:relative;text-align:center}.landing-final-cta__glow{animation:landing-glow-pulse 5s ease-in-out infinite;background:radial-gradient(circle,rgba(239,93,168,.35),transparent 70%);border-radius:50%;filter:blur(10px);height:360px;position:absolute;right:-100px;top:-120px;width:360px;z-index:0}.landing-final-cta__content{position:relative;z-index:1}.landing-final-cta__content h2{color:#fff;font-size:clamp(26px,3.2vw,36px);font-weight:800;margin:0 0 16px}.landing-final-cta__content p{color:#ffffffd1;font-size:16px;line-height:1.6;margin:0 auto 32px;max-width:520px}.landing-final-cta__devices{display:flex;gap:16px;justify-content:center;margin-top:40px;position:relative;z-index:1}.landing-final-cta__device--secondary{margin-top:36px}.landing-footer{background:var(--landing-bg);border-top:1px solid var(--landing-border);position:relative}.landing-footer:before{background:linear-gradient(90deg,var(--landing-accent),var(--landing-accent-violet),var(--landing-accent-magenta));content:"";height:2px;left:0;opacity:.7;position:absolute;top:-1px;width:100%}.landing-footer__inner{display:grid;gap:40px;grid-template-columns:1.4fr 1fr 1fr;margin:0 auto;max-width:1240px;padding:56px 24px 32px}.landing-footer__brand-mark{align-items:center;display:flex;font-weight:800;gap:10px;margin-bottom:12px}.landing-footer__logo{border-radius:8px;height:30px;width:30px}.landing-footer__brand p{color:var(--landing-muted);font-size:14px;line-height:1.6;margin:0;max-width:320px}.landing-footer__column h3{color:var(--landing-text);font-size:13px;font-weight:700;letter-spacing:.04em;margin:0 0 16px;text-transform:uppercase}.landing-footer__column nav{display:flex;flex-direction:column;gap:12px}.landing-footer__column nav a{color:var(--landing-muted);font-size:14px;font-weight:600;text-decoration:none}.landing-footer__column nav a:hover{color:var(--landing-accent)}.landing-footer__bottom{border-top:1px solid var(--landing-border);margin:0 auto;max-width:1240px;padding:20px 24px}.landing-footer__bottom p{color:var(--landing-muted);font-size:13px;margin:0;text-align:center}@media(max-width:1024px){.landing-story-row{gap:36px}.device-cluster{transform:scale(.85)}}@media(max-width:900px){.landing-header__nav,.landing-header__actions{display:none}.landing-header__menu-toggle{display:inline-flex;align-items:center;justify-content:center}.landing-hero__inner{flex-direction:column;text-align:center}.landing-hero__description{margin-inline:auto}.landing-hero__actions{justify-content:center}.landing-hero__visual{margin-top:8px;min-height:360px}.landing-story-row,.landing-story-row.is-reversed{flex-direction:column;text-align:center}.landing-story-row__text{min-width:0}.landing-story-row__supporting{right:12px}.landing-promo__inner{flex-direction:column;text-align:center}.device-cluster{transform:scale(.75)}}@media(max-width:640px){.landing-hero{padding:48px 20px 72px}.landing-about{padding:40px 20px}.landing-features{padding:8px 20px 72px}.landing-story{padding:0 20px 8px}.landing-story-row{padding:40px 0}.landing-promo{padding:72px 20px 96px}.landing-final-cta{padding:0 20px 72px}.landing-final-cta__card{border-radius:24px;padding:48px 24px}.landing-final-cta__devices{display:none}.landing-overlap-top{border-radius:28px 28px 0 0;margin-top:-32px}.device-cluster{min-height:300px;transform:scale(.62)}.landing-footer__inner{grid-template-columns:1fr;padding:40px 20px 24px;text-align:center}.landing-footer__brand-mark{justify-content:center}.landing-footer__brand p{margin:0 auto}.landing-footer__column nav{align-items:center}}@media(prefers-reduced-motion:reduce){.landing-page *{animation:none!important;transition-duration:.01ms!important}.landing-reveal{opacity:1;transform:none}.landing-connector__path{stroke-dashoffset:0}}.dashboard-v2{background:#f5f6fa;min-height:calc(100vh - 64px);padding:26px}.dashboard-v2__header{align-items:flex-start;display:flex;justify-content:space-between;gap:16px;margin-bottom:22px}.dashboard-v2__header h1{color:#202224;font-size:44px;font-weight:800;letter-spacing:-.03em;line-height:1;margin:0}.dashboard-v2__header p{color:#202224ad;font-size:16px;font-weight:600;margin:10px 0 0}.dashboard-v2__role-tags{display:flex;flex-wrap:wrap;gap:8px}.dashboard-v2__role-tags .ant-tag{border-radius:999px;font-weight:700;margin-inline-end:0;padding-inline:10px}.dashboard-v2__summary-grid{display:grid;gap:18px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:22px}.dashboard-v2-card{background:#fff;border-radius:14px;box-shadow:6px 6px 54px #0000000d;display:flex;flex-direction:column;gap:18px;padding:20px 20px 16px}.dashboard-v2-card__top{align-items:flex-start;display:flex;justify-content:space-between;gap:10px}.dashboard-v2-card__title{color:#202224b3;font-size:16px;font-weight:600;margin:0}.dashboard-v2-card h3{color:#202224;font-size:38px;font-weight:800;letter-spacing:.03em;line-height:1;margin:12px 0 0}.dashboard-v2-card__icon{align-items:center;border-radius:14px;display:inline-flex;font-size:23px;height:62px;justify-content:center;width:62px}.dashboard-v2-card__icon--violet{background:#e5d8ff;color:#827af5}.dashboard-v2-card__icon--yellow{background:#fff3d6;color:#ffbf42}.dashboard-v2-card__icon--green{background:#d8f8ea;color:#42c88c}.dashboard-v2-card__icon--coral{background:#ffe0d7;color:#ff8e63}.dashboard-v2-card__trend{align-items:center;color:#606060;display:flex;font-size:16px;font-weight:600;gap:7px}.dashboard-v2-card__trend .is-up,.dashboard-v2-card__trend .is-down{align-items:center;display:inline-flex;font-weight:700;gap:4px}.dashboard-v2-card__trend .is-up{color:#00b69b}.dashboard-v2-card__trend .is-down{color:#f93c65}.dashboard-v2-panel{background:#fff;border-radius:14px;box-shadow:6px 6px 54px #0000000d;margin-bottom:22px;padding:22px 22px 26px}.dashboard-v2-panel__head{align-items:center;display:flex;justify-content:space-between;gap:14px;margin-bottom:16px}.dashboard-v2-panel__head h2{color:#202224;font-size:36px;font-weight:800;letter-spacing:-.02em;margin:0}.dashboard-v2-panel__month{min-width:132px}.dashboard-v2-panel__month .ant-select-selector{border-radius:8px!important;min-height:34px}.dashboard-v2-chart{display:grid;gap:12px;grid-template-columns:44px 1fr}.dashboard-v2-chart__y-axis{color:#2b30346b;display:flex;flex-direction:column;font-size:12px;font-weight:700;justify-content:space-between;padding:14px 0 40px}.dashboard-v2-chart__main{display:flex;flex-direction:column;gap:12px}.dashboard-v2-chart__canvas{background:linear-gradient(180deg,#f5f6fa80,#f5f6fa40);border-radius:14px;min-height:280px;overflow:hidden;position:relative}.dashboard-v2-chart__grid{background-image:linear-gradient(to bottom,rgba(213,213,213,.65) 1px,transparent 1px);background-size:100% 20%;inset:14px 10px;position:absolute}.dashboard-v2-chart__svg{inset:14px 10px;position:absolute;z-index:2}.dashboard-v2-chart__line{fill:none;stroke:#4e7fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.dashboard-v2-chart__area{fill:url(#dashboardAreaGradient)}.dashboard-v2-chart__dot{fill:#4e7fff;stroke:#fff;stroke-width:.8}.dashboard-v2-chart__peak{background:#4e7fff;border-radius:5px;color:#fff;font-size:11px;font-weight:700;left:50%;line-height:1;padding:6px 8px;position:absolute;top:50%;transform:translate(-50%,-132%);z-index:3}.dashboard-v2-chart__peak:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #4e7fff;content:"";left:50%;position:absolute;top:100%;transform:translate(-50%)}.dashboard-v2-chart__focus{bottom:16px;display:flex;gap:8px;position:absolute;right:16px;z-index:3}.dashboard-v2-chart__focus>div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd1;border:1px solid rgba(78,127,255,.18);border-radius:8px;min-width:84px;padding:8px 10px}.dashboard-v2-chart__focus span{color:#2022249e;display:block;font-size:11px;font-weight:700;text-transform:uppercase}.dashboard-v2-chart__focus strong{color:#202224;display:block;font-size:16px;font-weight:800;margin-top:4px}.dashboard-v2-chart__x-axis{color:#2b30346b;display:grid;font-size:12px;font-weight:700;grid-template-columns:repeat(12,minmax(0,1fr));text-align:center}.dashboard-v2-table{overflow:auto}.dashboard-v2-table__head,.dashboard-v2-table__row{align-items:center;column-gap:12px;display:grid;grid-template-columns:1.4fr 1fr 1.4fr .8fr .8fr 1fr;min-width:860px}.dashboard-v2-table__head{background:#f1f4f9;border-radius:12px;color:#202224;font-size:13px;font-weight:800;letter-spacing:.02em;margin-bottom:8px;padding:12px 14px}.dashboard-v2-table__row{border-bottom:1px solid #edf0f7;color:#202224db;font-size:14px;font-weight:600;padding:13px 14px}.dashboard-v2-table__emotion{align-items:center;display:inline-flex;gap:10px}.dashboard-v2-table__avatar{align-items:center;background:#4e7fff14;border-radius:999px;display:inline-flex;font-size:15px;height:28px;justify-content:center;width:28px}.dashboard-v2-table__status{align-items:center;border-radius:999px;color:#fff;display:inline-flex;font-size:12px;font-weight:800;gap:6px;justify-content:center;min-width:102px;padding:6px 10px}.dashboard-v2-table__status--stable{background:#00b69b}.dashboard-v2-table__status--monitor{background:#fcbe2d}.dashboard-v2-table__status--critical{background:#fd5454}.dashboard-loading{align-items:center;background:#f5f6fa;display:flex;justify-content:center;min-height:calc(100vh - 64px)}@media(max-width:1440px){.dashboard-v2-card h3,.dashboard-v2-panel__head h2{font-size:32px}}@media(max-width:1200px){.dashboard-v2__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-v2-chart__focus{position:static;margin:10px 12px 12px}}@media(max-width:768px){.dashboard-v2{padding:16px}.dashboard-v2__header{flex-direction:column}.dashboard-v2__header h1{font-size:34px}.dashboard-v2__header p{font-size:14px}.dashboard-v2__summary-grid{grid-template-columns:1fr}.dashboard-v2-card h3{font-size:30px}.dashboard-v2-panel{padding:16px}.dashboard-v2-panel__head h2{font-size:27px}.dashboard-v2-chart{grid-template-columns:34px 1fr}.dashboard-v2-chart__canvas{min-height:230px}.dashboard-v2-chart__x-axis{font-size:10px}}.user-list-container{padding:24px}.user-list-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.user-list-header h2{margin:0 0 8px;color:#262626;font-size:24px;font-weight:600}.user-list-header p{margin:0;color:#8c8c8c;font-size:14px}.user-list-filters{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.user-info{display:flex;align-items:center;gap:12px}.user-details{flex:1}.user-name{font-weight:500;color:#262626;margin-bottom:4px}.user-email{font-size:12px;color:#8c8c8c}.user-table .ant-table-thead>tr>th{background-color:#fafafa;font-weight:600}.user-table .ant-btn{border-radius:4px}@media(max-width:768px){.user-list-container{padding:16px}.user-list-header{flex-direction:column;gap:16px;align-items:stretch}.user-list-filters{flex-direction:column}.user-list-filters .ant-select,.user-list-filters .ant-input-search{width:100%!important}.user-info{flex-direction:column;align-items:flex-start;gap:8px}.user-details{text-align:center}}.user-form-container{padding:24px;max-width:1200px;margin:0 auto}.user-form-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.user-form-header h2{margin:0 0 8px;color:#262626;font-size:24px;font-weight:600}.user-form-header p{margin:0;color:#8c8c8c;font-size:14px}.form-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:24px;padding-top:24px;border-top:1px solid #f0f0f0}.ant-form-item-label>label{font-weight:500;color:#262626}.ant-form-item-label>label.ant-form-item-required:before{color:#ff4d4f}.ant-input,.ant-select-selector,.ant-picker{border-radius:6px}.ant-input:focus,.ant-select-focused .ant-select-selector,.ant-picker:hover,.ant-picker-focused{border-color:#1890ff;box-shadow:0 0 0 2px #1890ff33}.ant-upload-list-picture .ant-upload-list-item{border-radius:6px}@media(max-width:768px){.user-form-container{padding:16px}.user-form-header{flex-direction:column;gap:8px}.user-form-header h2{font-size:20px}.form-actions{flex-direction:column-reverse}.form-actions .ant-btn{width:100%}.ant-col{margin-bottom:0!important}}@media(max-width:576px){.user-form-header{align-items:center;text-align:center}.user-form-header>div{width:100%}}.user-view-container{padding:24px;max-width:1200px;margin:0 auto}.user-view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.header-actions{display:flex;gap:12px}.profile-card{text-align:center;height:fit-content}.profile-avatar{padding:24px 0;border-bottom:1px solid #f0f0f0;margin-bottom:24px}.profile-avatar h2{margin:16px 0 8px;color:#262626;font-size:20px;font-weight:600}.profile-info{text-align:left}.info-item{display:flex;align-items:center;gap:12px;margin-bottom:16px;color:#595959}.info-item:last-child{margin-bottom:0}.info-item .anticon{color:#8c8c8c;font-size:16px;width:16px}.details-card .ant-descriptions-bordered .ant-descriptions-item-label{background-color:#fafafa;font-weight:500;color:#262626}.details-card .ant-descriptions-bordered .ant-descriptions-item-content{background-color:#fff}.ant-card-head{background-color:#fafafa}.ant-card-head-title{font-weight:600;color:#262626}@media(max-width:768px){.user-view-container{padding:16px}.user-view-header{flex-direction:column;gap:12px;align-items:stretch}.header-actions{justify-content:center}.profile-avatar{padding:16px 0}.profile-avatar h2{font-size:18px}.info-item{margin-bottom:12px}}@media(max-width:576px){.ant-descriptions-bordered{font-size:14px}.ant-descriptions-bordered .ant-descriptions-item-label,.ant-descriptions-bordered .ant-descriptions-item-content{padding:8px 12px}.profile-info{text-align:center}}.school-list-container{padding:24px}.school-list-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.school-list-header h2{margin:0;color:#262626}.school-list-header p{margin:4px 0 0;color:#8c8c8c}.school-list-filters{margin-bottom:16px}.school-form-container{padding:24px}.school-form-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.school-form-header h2{margin:0;color:#262626}.school-form-header p{margin:4px 0 0;color:#8c8c8c}.class-list-container{padding:24px}.class-list-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.class-list-header h2{margin:0;color:#262626}.class-list-header p{margin:4px 0 0;color:#8c8c8c}.class-list-filters{margin-bottom:16px}.class-form-container{padding:24px}.class-form-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.class-form-header h2{margin:0;color:#262626}.class-form-header p{margin:4px 0 0;color:#8c8c8c}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
