@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Manrope:wght@200..800&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=JetBrains+Mono:wght@400;500;600;700&display=swap";: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)}}.Toastify__toast-container{z-index:99999}.Toastify__toast{background:#09090beb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:14px;box-shadow:0 8px 32px #00000080;font-family:Plus Jakarta Sans,system-ui,sans-serif;font-size:14px;font-weight:500;color:#e4e4e7;padding:14px 18px;min-height:auto}.Toastify__progress-bar{height:3px;border-radius:0 0 14px 14px}.Toastify__close-button{color:#71717a;opacity:1;transition:color .15s}.Toastify__close-button:hover{color:#d4d4d8}.Toastify__toast--success{border-color:#10b98140;box-shadow:0 8px 32px #10b9811f}.Toastify__toast--success .Toastify__toast-icon{color:#34d399;font-weight:800;font-size:16px}.Toastify__toast--success .Toastify__progress-bar{background:linear-gradient(to right,#10b981,#34d399)}.Toastify__toast--error{border-color:#ef444440;box-shadow:0 8px 32px #ef44441a}.Toastify__toast--error .Toastify__toast-icon{color:#f87171;font-weight:800;font-size:16px}.Toastify__toast--error .Toastify__progress-bar{background:linear-gradient(to right,#ef4444,#f87171)}.Toastify__toast--info{border-color:#38bdf840;box-shadow:0 8px 32px #38bdf81a}.Toastify__toast--info .Toastify__toast-icon{color:#38bdf8;font-weight:800;font-size:16px}.Toastify__toast--info .Toastify__progress-bar{background:linear-gradient(to right,#0ea5e9,#38bdf8)}.Toastify__toast--warning{border-color:#fbbf2440;box-shadow:0 8px 32px #fbbf241a}.Toastify__toast--warning .Toastify__toast-icon{color:#fbbf24;font-weight:800;font-size:16px}.Toastify__toast--warning .Toastify__progress-bar{background:linear-gradient(to right,#f59e0b,#fbbf24)}[data-theme=light] .Toastify__toast{background:#fffffff2;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 32px #0000001f;color:#334155}[data-theme=light] .Toastify__close-button{color:#94a3b8}[data-theme=light] .Toastify__close-button:hover{color:#475569}[data-theme=light] .Toastify__toast--success{border-color:#10b98133;box-shadow:0 8px 32px #10b98114}[data-theme=light] .Toastify__toast--error{border-color:#ef444433;box-shadow:0 8px 32px #ef44440f}[data-theme=light] .Toastify__toast--info{border-color:#38bdf833;box-shadow:0 8px 32px #38bdf80f}[data-theme=light] .Toastify__toast--warning{border-color:#fbbf2433;box-shadow:0 8px 32px #fbbf240f}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,d09GMgABAAAAAA4oAA4AAAAAHbQAAA3TAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmAAgRQIDgmcDBEICo1oijYBNgIkA14LMgAEIAWJAAeBHAyBHBvbGiMRdnO0IkRRkiYDgr9KsJ1NUAf2kILNxgUmgqIgq1P89vcbIcmsQbRps3vCcXdYOKSWEPEKgZgQkprQQsxIXUgq0DqpGKmIvrgkeVGtEQD9DzAO29fM9jYhxZEsL2FeURH2JN4MIcTdO049NCVdxQ/w9NrSYFEBKTDKpLKfNkCGDc1RwjZLQcm3vqJ2UW9Xfa3tgAHz6ivp6vgC2yD4/6352ndnN0X0TL7seypkjZlMsjmZnf0Mm5Q+JykRWQBKCVCVPbARPXWyQtb5VgLB6Biq7/Uixcj2WGqdI8tGSgkuRG+t910GKP2D7AQH0DB9FMDW/obJZ8giFI3Wg8Cvevz0M+5m0rTh7XDBlvo9Y4vm13EXmfttwI4mBo1EG15fxJhUiCLbiiyCf/ZA6MFAhg3pGIZGdGIVjtPn6UcMk9A/UUr9PhoNsCENw1APAq0gpH73e+M+0ueyHbabc3vkbcdtzcf/fiy+NxQEjf9ud/ELBHAXJ0nk4z+MXH2Ev/kWyV4k7SkvpPc9Qr38F6RPWnM9cN6DJ0AdD1BhtgABtmoRoFCvPsBAumNm6soZG2Gk5GyVTo2sJncSyp0jQTYoR6WDvTwaaEcHsxHfvuWhHA3a6bN7twRKtcGok6NsCi7jYRrM2jExsUFMxMQYuJbMhuWNOumEJy9hi29Dmg5zMp/A5+hhPG19j1vBrq8JTLr8ki5VLPmG/PynJHVul440bxg5xuymHUFPBshC+nA9I1FmwbRBTNHAcik3Oae0cxKoI3MOriM42UrPe51nsaGxJ+WfXubAsP84aabUlQSJ1IiE0iPETLUU4CATgfXSCSpuRFRmCGbO+wSpAnzaeaCYW1VNEysRtuXCEL1kUFUbbtMv3Tilt/1c11jt3Q5bbMa84cpWipp8Elw3MZhOHsOlwwVUQM3lAR35JiFQbaYCRnMF2lxAWoOg2gyoIV4PouX8HytNIfLhqpJtXB4vjiViUI8IJ7bkC4ikkQvKksnOTKICwnqWSZ9YS5f0WCxmpgjbIq7EJcM4aI2nmhLNY2JIUgOjXZFWBHb+x5oh6cwb0Tv1ackHdKi0I9OO2wE9aogIOn540CCCziyhN+IaejtgAONKznHlHyutPrHGwCx9S6B8kfS4Mfi4Eyv7OU730bT1SCBjt834cXsf43zVjPUqqJjgrjeGnBxSG4aYAKFuVbeCfkDIjAqMb6yLNIbCuvXhMH2/+k2vkNpkORhR59N1CkzoOENvneIosjYmuTxlhUzaGEJQ/iWqx4dmwpmKjrwTiTGTCVozNAYqk/zXOndWxuWSmJkQpJw3pK5KX6QrLt5LATMqpmPAQhkhK6PUjzHUn7E0gHE0kPE0iKkolgkUx9SZmVAdDgpffdyJKg3k7VmzYGCwVXGz/tXmkOIp+vcWs+EMuhhvN0h9uhfzWJziBQmCREGSIFmQIkgVpAnSBRmC//6hkLZwaVhwxlrJSOdqlFtOYxlau9F2QN5Y98xmIAsiM1HVp2VFX+DHHGg6Ecjh3vmqtidX3qHI2qycTk/iwxSt5UzTmEP92ZBnEWTk4Mx8Mpl78ZDokxg/KWb+Q0QkvdKVmq3TMW+RXEgrsziSAfNXFMhDc60N5N9jQzjfO0kBKpUZl0ZmwJ41j/B9Hz6wmRaJB84niNmQrzp9eSlQCDDzazGDdVi3P36VZQ+Jy4f9UBNp+3zTjqI4abaFAm+GShVaXlsGdF3FYzZcDI6cori4kMxUECl9IjJZpzkvitAoxKue+90pDMvcKRxLl53TmOKCmV/xRolNKSqqUxc6LStOETmFOiLZZptlZepcKiAzteG8PEdpnQpbOMNcMsR4RR2Bs0cKFEvSmIjAFcnarqwUL4lDhHmnVkwu1IwshbiCcgvOheZuYyOteufZZwlcTlLgnZ3o/WcYdzZHW/WGaqaVfmTZ1aWCceJjkbZqsfbkOtcFlUZM/jy+hXHDbaUobWqqXaeWobbLO99yG5N3U4wxco0rQGGcOLASFMXeJoham8M+/x6O2WywK2l4HGbq1CoUyC/IZikQhdq3SiuNrvAEj0AVu9x2x3lp/xWzahaxidezFVtdcb5uEnzyl0ZmYiuKI0exvCd4Xc9CV1KB0db00z92wDPde0kukbvZIWN6jUWFTmPIC/Y4UPCm8UfDTFZpZNon1qLFTkBhxzB+FjQRA2Q/YRJT8pQigslMaUpFyAG8TMlXigiqmAZX4xgijKjRlGpLE0GdplRfCaJo0JQaSxNBk6ZmMzcya0FmrcisDdn0Q3HI2sWSppYigmlM1XT/kLQZSNpMJG0WkjYbSZuDpM1F0uYhFc1HxU4m1QJjDK6iL0S5uSj5rgXc3RejEigtcRBtqYPQsiTskmO5vosV+q4VGIKbOkDg0jtRrq+Em1YloaTFar3EGr1EUC8R0kus1Uus00usL97ABr2BjXoDm/QGNhuWtMVBKOwg/i78lT7hBsAvDmwHc/ao3vmUbBmhjeYySZNWvGkfZAgISDSaDo1SVpzGDsAEkF8B+gEapViUoZgUWXcRIGFZNm6gWbAKk0bp0k1MHG9fLYtV4iS2SmLEQFARzRcnf9PUS0LVn05/J9MiRRBU3v2IrvW974v4N00L7ZMk0wXP1409CHo/an8zTRHD3eSJ6m8D4YMkZNl3M79sqeuAsr/m3f+8/yl7A50aiAEJgeBeMWzu7ui9UfUBCe2TIqZIoOd/3/udRBOQidQZUERzb2/VwZN1H/Sju82ew2H2Wfr6qvfVf3hqwDvAIpkQVFy4B9Pe9e4/XvPeceu7h3dvO56iJPf0+A6cqA2ip18ER+iFgggiuOkvj24bby0N9j2UHIkgqIt+sVgfodC4YghLSMjSZbH0VR/6dMDrYJeKHilKTemt6v6kvzvn3/RrdWtr0GoN/xL+Sex/cPYLUpepx9cz/D46UPU5KXgAQa+NDps1v6J3xP1i2HtaDB0M9aX2deA7SYff//+gUCovMmIK/qfsFcOk+4Y5ZN97XlG6zebqtMbKgeRFi51vnxTQYBUik2rS/Cn6PC8ADR8FGxsRPB82dzfND90gIcshOcYUkfjherBz53odpm6TP8txlwOZ71xmfHHOvq053qFF/MRlS3jP0ELudrf2OeN8DHvp6ZceLe8qKYvWz/7yp0u4dKPfli3CYq0O13Ih71mylJ80tOi10On8wi+F4+LWgDPeJ30msSQt9/vkmHq9/Lvo2b461mP801v3W4xTcs6CbvF9UDdrSt+A8OUbpSh55qAUFXWznBBfdeJ8a4d7ugT5tvxUza3h9m4H7ptTqiG4z0g5dc0X29OcGlhpGFMpQo9ytTS+NViZpNdvU4kWx+LKxNY10kQ1yqGXrhe4/1nvP7E+nd5A92TtaRplbHSqoIdOqtRWti+fkB5/n1+/VvCmz12pG1kpQWsfi1ftlBobm0bpngs16CHkbIwdLnParxtTV3QYRlfJ0KFskH7pdN/YDn+yRuSd7sNH3aO0DYPggk6uWuXrfOc+fa3VTxFVvKaNxHsiHmsXyCLIE5yuOeN3/Jdf8HBL/5M6shjyhxHx9BjB1O0+4NLOnjLLSxwO7ukN4jMbOIcD879KLSi6Pk61Oqm2377n8079PXEEQ7cy7OKEC9nbpet118fxweTafpt69x/Bt8UqGzNQt7aelpc44dn5cqhwf71+qKp/Zf/+a0zcizOUWpl/iBcSXip0pplkatCchoH5c5aUM8I7/dWxAej8WicPL1URFZ9BDJelUwEwTkGqUhgSlydVes95YdXvhh9Gfz/aeFWvgVb4tuLbcv4+wLdutVZv/cUonwBD/6eDlE0aSiKK/uoH3+J1wDE/jMVqY2ysGufN84oIXB0sPzy8ollX/LegY74DgJXJR57sn+VGza0x3DnuIgABFM15LmajjjsNlYj+JEZGbuRYcAMOWxFkPN2w6Wd46xo4gVWQR/X4lyI/R6K/YK0110GzudPRW7Y+UOBGTfNNzHeYT0fiH0taunBpq9HEW8OKSaBGj21L0MqenEmNRWBAWDWAk4CpNoEZJ2tTaPFgbQYj8HxtFilErs3BTRwT8uO1NXQaWfIotchmPkAF5mMBAliEmZiOGVgCG9LgRzpscMAOOwowlT3JhusdazXGSC/hxR3UlmWVwWHpOIKheqONvjyhSiTHIkVUco5bnji8m//zL7PKaT1Vl5I6UE609f+gkr6MZKVyKc7zJRmCahLsdlyA5fdQkRSan9LgnnLEyGSkaKJCJog0wAgvepWBt80+1yKln1bMVtCljfNWDueKLsWwaEbBSfSPTEmVRsUcYYMnEjcjeyCZzBXK9E9BYBXLKjOSpUDR+nEV3TFSUdQaz+ot98QxgXwx0GQ+EEUAKB2qZPkQQ0GqFD8UPFMqyaCHM24BZmSGic9EYMagKizOw9Hz50DMrDLrqqLkTAhplMictiCAx5S3BIUQdeJeLnBy2CNtMfz6cV4u8XKoFZQesbf9YZiIERiHjaNodDW6LgcirX/mPnJIkBGDUpTBhSa0EIr38D5hCIszhCM8URGBqImoWjpvpt1ebu/v3Gl3qJfMnNM+9V+kiRFyROTPHQWOcs1dNW94/ukKMPZBvDi55i5CttdeJz84DLngLqjcdwEZ87bFFR8CIG35OAkDVN6VRDZ7aq67NteYqZ2lpT8oYB2CytoBd6VuAx4WgiAsnuj3WohG+LugzXiQRDeM3XYXlULv4dp5VFYC) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.28"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.snippet-app-container{width:100%;display:flex;flex-direction:column;gap:1.5rem}.snippet-main-header{padding:1rem 1.75rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;background:#18181b99;border:1px solid rgba(255,255,255,.05);border-radius:1rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.snippet-controls{display:flex;gap:1rem;align-items:center}.snippet-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:700;font-family:inherit;color:#fff;border:1px solid transparent;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 10px #0003}.snippet-btn:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.8);box-shadow:none;transform:none}.snippet-btn:active:not(:disabled){transform:translateY(1px)}.snippet-btn-primary{background:linear-gradient(to bottom,#3b82f6,#2563eb);border-color:#1d4ed8}.snippet-btn-primary:hover:not(:disabled){box-shadow:0 6px 16px #3b82f666;transform:translateY(-2px)}.snippet-btn-ai{background:linear-gradient(to bottom,#a855f7,#9333ea);border-color:#7e22ce}.snippet-btn-ai:hover:not(:disabled){box-shadow:0 6px 16px #a855f766;transform:translateY(-2px)}.snippet-btn-success{background:linear-gradient(to bottom,#10b981,#059669);border-color:#047857}.snippet-btn-success:hover:not(:disabled){box-shadow:0 6px 16px #10b98166;transform:translateY(-2px)}.snippet-btn-danger{background:linear-gradient(to bottom,#ef4444,#dc2626);border-color:#b91c1c}.snippet-btn-danger:hover:not(:disabled){box-shadow:0 6px 16px #ef444466;transform:translateY(-2px)}.snippet-zoom-controls{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;background:#18181bd9;padding:.5rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 10px 25px #00000080;z-index:110}.snippet-btn-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:transparent;color:#a1a1aa;border:1px solid transparent;cursor:pointer;transition:all .2s ease}.snippet-btn-icon:hover{background:#ffffff1a;color:#fff}.snippet-btn-icon.active{background:#10b98133;border-color:#10b9814d;color:#34d399}.snippet-btn-icon:active{transform:scale(.95)}.snippet-workspace{display:flex;flex-direction:column;width:100%}.snippet-canvas-wrapper{position:relative;padding:1rem;min-height:60vh;display:flex;justify-content:center;align-items:center;overflow:auto;background:#18181b4d;border-radius:24px;border:1px solid rgba(255,255,255,.05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.snippet-scanner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#09090bb3;z-index:50;border-radius:inherit;display:flex;justify-content:center;align-items:center;overflow:hidden}.snippet-scan-line{position:absolute;top:-5%;left:0;width:100%;height:5%;background:linear-gradient(to bottom,transparent,rgba(168,85,247,.5),#a855f7);box-shadow:0 4px 15px #a855f799;animation:snippet-scan 1.5s ease-in-out infinite alternate}.snippet-scan-text{background:#18181be6;padding:.75rem 1.5rem;border-radius:8px;border:1px solid rgba(168,85,247,.3);color:#c084fc;font-weight:600;box-shadow:0 10px 25px #00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:51;animation:snippet-pulse 1s infinite alternate}@keyframes snippet-scan{0%{top:-5%}to{top:100%}}@keyframes snippet-pulse{0%{opacity:.7;transform:scale(.98)}to{opacity:1;transform:scale(1.02)}}.snippet-empty-state{position:absolute;text-align:center;color:#52525b;display:flex;flex-direction:column;align-items:center;gap:1rem;pointer-events:none}.snippet-empty-state svg{opacity:.5}.fabric-canvas-container{margin:0 auto;box-shadow:0 0 30px #00000080;border-radius:4px;overflow:hidden}.snippet-results{padding:1.5rem;background:#18181b66;border-radius:24px;border:1px solid rgba(255,255,255,.05);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.snippet-modal-overlay{position:fixed;inset:0;background:#09090bcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:1000}.snippet-modal{background:#18181b;width:450px;max-width:90%;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 50px -12px #000c;border:1px solid rgba(255,255,255,.1);animation:snippet-fadeIn .2s ease}.snippet-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem}@keyframes snippet-fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes snippet-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.snippet-animate-float{animation:snippet-float 3s ease-in-out infinite}.hidden-input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:1024px){.snippet-main-header{flex-direction:column;align-items:flex-start}.snippet-controls{width:100%;flex-wrap:wrap;padding-bottom:.5rem}}@media(max-width:768px){.snippet-app-container{gap:1rem}.snippet-main-header{padding:.75rem 1rem;gap:.75rem}.snippet-controls{flex-wrap:wrap;gap:.5rem}.snippet-controls button,.snippet-controls label{padding:.5rem .8rem;font-size:.75rem}.snippet-canvas-wrapper{min-height:45vh}.snippet-modal{width:90%;max-width:100%}}@media(max-width:480px){.snippet-app-container{gap:.5rem}.snippet-main-header{padding:.5rem .75rem;gap:.5rem}.snippet-controls{gap:.35rem;flex-wrap:wrap}.snippet-controls button,.snippet-controls label{padding:.4rem .6rem;font-size:.7rem;flex:1 1 auto;min-width:0;justify-content:center;white-space:nowrap}.snippet-canvas-wrapper{min-height:35vh}.snippet-scan-text{padding:.5rem 1rem;font-size:.75rem}}._layout_1d97u_7{height:100vh;display:flex;overflow:hidden;position:relative;width:100%;max-width:100vw}._bgGrid_1d97u_17{position:absolute;inset:0;z-index:0;background-size:50px 50px;background-image:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px);mask-image:linear-gradient(to bottom,black 20%,transparent 80%);-webkit-mask-image:linear-gradient(to bottom,black 20%,transparent 80%);pointer-events:none}._glow1_1d97u_30{position:absolute;top:-10%;left:-10%;width:50vw;height:50vw;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);z-index:0;animation:_breathe_1d97u_1 8s ease-in-out infinite alternate;pointer-events:none}._glow2_1d97u_42{position:absolute;top:40%;right:-10%;width:40vw;height:40vw;background:radial-gradient(circle,rgba(14,165,233,.12) 0%,transparent 70%);z-index:0;animation:_breathe_1d97u_1 10s ease-in-out infinite alternate-reverse;pointer-events:none}@keyframes _breathe_1d97u_1{0%{transform:scale(1);opacity:.8}to{transform:scale(1.2);opacity:1}}._sidebar_1d97u_61{width:260px;background:#18181b99;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;z-index:20;flex-shrink:0}._sidebarLogo_1d97u_73{padding:24px 24px 20px;display:flex;align-items:center;gap:14px;border-bottom:1px solid rgba(255,255,255,.05);flex-shrink:0}._logoIcon_1d97u_82{width:40px;height:40px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #10b98166;font-size:22px;color:#059669;flex-shrink:0}._logoText_1d97u_96{font-family:Sunborn SansOne,sans-serif;font-weight:800;font-size:20px;letter-spacing:.02em;color:#fff;text-transform:uppercase}._logoText_1d97u_96 span{color:#34d399}._logoSub_1d97u_111{font-size:10px;font-weight:700;color:#38bdf8;text-transform:uppercase;letter-spacing:.1em}._sidebarNav_1d97u_120{flex:1;padding:20px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}._navLabel_1d97u_129{padding:0 16px;font-size:11px;font-weight:700;color:#52525b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px;margin-top:8px}._navLabelAccount_1d97u_140{margin-top:32px}._navBtn_1d97u_144{width:100%;text-align:left;padding:12px 16px;border-radius:12px;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;color:#a1a1aa;background:none;border:1px solid transparent;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}._navBtn_1d97u_144:hover{color:#fff;background:#ffffff0d}._navBtn_1d97u_144 i{font-size:18px}._navBtnActive_1d97u_171{color:#34d399;background:#10b9811a;border-color:#10b98133;font-weight:700}._themeToggle_1d97u_179{width:100%;text-align:left;padding:12px 16px;border-radius:12px;display:flex;align-items:center;gap:12px;font-size:14px;font-weight:600;color:#a1a1aa;background:none;border:1px solid transparent;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif;margin-top:4px}._themeToggle_1d97u_179:hover{color:#fff;background:#ffffff0d}._themeToggle_1d97u_179 i{font-size:18px}._sidebarUser_1d97u_208{padding:16px;border-top:1px solid rgba(255,255,255,.05);flex-shrink:0}._userCard_1d97u_214{background:#18181b99;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:border-color .2s}._userCard_1d97u_214:hover{border-color:#fff3}._userAvatar_1d97u_231{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#10b981);display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:14px;flex-shrink:0}._userInfo_1d97u_245{flex:1;min-width:0}._userName_1d97u_250{font-size:14px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._userPlan_1d97u_259{font-size:12px;color:#a1a1aa}._logoutBtn_1d97u_264{background:none;border:none;color:#52525b;font-size:18px;cursor:pointer;padding:4px;border-radius:8px;transition:color .15s}._logoutBtn_1d97u_264:hover{color:#ef4444}._main_1d97u_281{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:1;min-width:0;max-width:100%}._header_1d97u_293{height:72px;background:#18181b80;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;padding:0 28px;flex-shrink:0;gap:20px}._headerLeft_1d97u_307{min-width:0;flex:1;overflow:hidden;display:flex;align-items:center;gap:12px}._headerTitleGroup_1d97u_316{min-width:0;flex:1}._pageTitle_1d97u_321{font-size:24px;font-weight:800;color:#fff;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._pageSubtitle_1d97u_331{font-size:12px;color:#a1a1aa;margin-top:2px;font-weight:500}._headerRight_1d97u_338{display:flex;align-items:center;gap:16px;flex-shrink:0}._daysLeftBadge_1d97u_345{display:none;align-items:center;gap:4px;background:#18181b99;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(245,158,11,.3);border-radius:9999px;padding:6px 6px 6px 16px;box-shadow:0 0 15px #f59e0b26}@media(min-width:768px){._daysLeftBadge_1d97u_345{display:flex}}._daysLeftInfo_1d97u_361{display:flex;align-items:center;gap:8px;padding-right:8px}._daysLeftText_1d97u_368{font-size:13px;font-weight:700;color:#fafafa;white-space:nowrap}._renewBtn_1d97u_375{background:#10b981;color:#09090b;border:none;padding:6px 14px;border-radius:9999px;font-size:11px;font-weight:700;cursor:pointer;transition:all .2s;box-shadow:0 0 15px #10b9814d;white-space:nowrap;font-family:Plus Jakarta Sans,sans-serif}._renewBtn_1d97u_375:hover{background:#34d399}._creditsBadge_1d97u_394{display:flex;align-items:center;gap:8px;background:#18181b99;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(14,165,233,.3);border-radius:9999px;padding:8px 16px;box-shadow:0 0 15px #0ea5e926;cursor:pointer;transition:background .2s}._creditsBadge_1d97u_394:hover{background:#0ea5e91a}._creditsBadge_1d97u_394 i{color:#38bdf8}._creditsText_1d97u_416{font-size:14px;font-weight:700;color:#fff}._creditsTotal_1d97u_422{color:#a1a1aa;font-weight:500}._notifBtn_1d97u_427{width:40px;height:40px;border-radius:50%;background:#18181b99;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#f8fafc;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative}._notifBtn_1d97u_427:hover{background:#059669;color:#fff}._notifDot_1d97u_448{position:absolute;top:0;right:0;width:10px;height:10px;background:#ef4444;border-radius:50%;border:2px solid #09090b}._content_1d97u_461{flex:1;overflow-y:auto;overflow-x:hidden;padding:28px;scroll-behavior:smooth;min-width:0}._section_1d97u_470{display:none;animation:_fadeIn_1d97u_1 .4s ease-out forwards}._sectionActive_1d97u_475{display:block}@keyframes _fadeIn_1d97u_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._statsGrid_1d97u_486{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}._statCard_1d97u_493{background:#18181b99;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 1px #ffffff0d,0 8px 32px #0000004d;padding:24px;border-radius:24px;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.34,1.56,.64,1)}._statCard_1d97u_493:hover{transform:scale(1.02) translateY(-4px);box-shadow:0 20px 40px -10px #10b9814d}._statCardSky_1d97u_511{border-top:4px solid #0ea5e9}._statCardEmerald_1d97u_512{border-top:4px solid #10b981}._statCardAmber_1d97u_513{border-top:4px solid #f59e0b}._statCardHover_1d97u_515{position:absolute;inset:0;opacity:0;transition:opacity .5s;pointer-events:none}._statCard_1d97u_493:hover ._statCardHover_1d97u_515{opacity:1}._statCardHoverSky_1d97u_527{background:linear-gradient(to right,rgba(14,165,233,.1),transparent)}._statCardHoverEmerald_1d97u_528{background:linear-gradient(to right,rgba(16,185,129,.1),transparent)}._statCardHoverAmber_1d97u_529{background:linear-gradient(to right,rgba(245,158,11,.1),transparent)}._statCardInner_1d97u_531{display:flex;justify-content:space-between;align-items:flex-start;position:relative;z-index:1}._statLabel_1d97u_539{font-size:11px;font-weight:700;color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em}._statValue_1d97u_547{font-size:36px;font-weight:800;color:#fff;margin-top:8px}._statUnit_1d97u_554{font-size:18px;color:#52525b;font-weight:500}._statIcon_1d97u_560{width:48px;height:48px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px}._statIconSky_1d97u_570{background:#0ea5e91a;color:#38bdf8}._statIconEmerald_1d97u_571{background:#10b9811a;color:#34d399}._statIconAmber_1d97u_572{background:#f59e0b1a;color:#fbbf24}._quickGenCard_1d97u_576{background:#18181b99;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(16,185,129,.2);border-radius:24px;padding:32px;cursor:pointer;position:relative;overflow:hidden;transition:border-color .3s,box-shadow .3s;margin-bottom:32px}._quickGenCard_1d97u_576:hover{border-color:#10b98166;box-shadow:0 12px 40px #10b98126}._quickGenGlow_1d97u_595{position:absolute;top:-40%;left:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);pointer-events:none}._quickGenInner_1d97u_605{position:relative;z-index:1;display:flex;align-items:center;gap:28px}._quickGenLeft_1d97u_613{flex-shrink:0}._quickGenIconWrap_1d97u_617{width:72px;height:72px;background:#10b9811a;border:1px solid rgba(16,185,129,.25);border-radius:20px;display:flex;align-items:center;justify-content:center;transition:all .3s}._quickGenCard_1d97u_576:hover ._quickGenIconWrap_1d97u_617{transform:scale(1.08);background:#10b98133;box-shadow:0 8px 24px #10b98133}._quickGenIconWrap_1d97u_617 i{font-size:32px;color:#34d399}._quickGenContent_1d97u_640{flex:1;min-width:0}._quickGenTitle_1d97u_645{font-size:20px;font-weight:800;color:#fff;margin-bottom:6px;letter-spacing:-.01em}._quickGenDesc_1d97u_653{font-size:14px;color:#a1a1aa;font-weight:500;line-height:1.5;margin-bottom:16px}._quickGenActions_1d97u_661{display:flex;align-items:center;gap:16px}._quickGenHint_1d97u_667{font-size:13px;color:#52525b;font-weight:500}._quickGenFormats_1d97u_673{display:flex;flex-direction:column;gap:8px;flex-shrink:0}._formatTag_1d97u_680{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:8px;font-size:12px;font-weight:700;color:#71717a;white-space:nowrap}._formatTag_1d97u_680 i{font-size:14px}._browseBtn_1d97u_698{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:10px 24px;border-radius:10px;font-weight:700;font-size:14px;border:none;cursor:pointer;box-shadow:0 4px 16px #10b9814d;position:relative;overflow:hidden;font-family:Plus Jakarta Sans,sans-serif;transition:all .2s}._browseBtn_1d97u_698:hover{transform:translateY(-1px);box-shadow:0 6px 20px #10b98166}._browseBtn_1d97u_698:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,transparent 0%,rgba(255,255,255,.25) 50%,transparent 100%);transform:skew(-25deg);animation:_shine_1d97u_1 3s infinite}@keyframes _shine_1d97u_1{0%{left:-100%}20%{left:200%}to{left:200%}}._recentHeader_1d97u_742{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}._recentTitle_1d97u_749{font-size:18px;font-weight:700;color:#fff}._viewAllBtn_1d97u_755{font-size:14px;color:#38bdf8;font-weight:700;background:none;border:none;cursor:pointer;transition:color .15s;font-family:Plus Jakarta Sans,sans-serif}._viewAllBtn_1d97u_755:hover{color:#fff}._recentTable_1d97u_770{background:#18181b99;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:24px;overflow:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch;flex:1}._recentTable_1d97u_770 table{width:100%;min-width:0;text-align:left;border-collapse:collapse}._recentTable_1d97u_770 thead{background:#09090bcc}._recentTable_1d97u_770 th{padding:20px;font-size:11px;font-weight:700;color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(255,255,255,.05)}._recentTable_1d97u_770 td{padding:20px;font-size:14px;font-weight:500;color:#d4d4d8}._recentTable_1d97u_770 tbody tr{border-bottom:1px solid rgba(255,255,255,.05);transition:background .15s}._recentTable_1d97u_770 tbody tr:last-child{border-bottom:none}._recentTable_1d97u_770 tbody tr:hover{background:#ffffff0d}._docName_1d97u_822{display:flex;align-items:center;gap:16px}._docIcon_1d97u_828{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}._docIconAmber_1d97u_838{background:#f59e0b1a;color:#fbbf24;border:1px solid rgba(245,158,11,.2)}._docIconRose_1d97u_839{background:#f43f5e1a;color:#fb7185;border:1px solid rgba(244,63,94,.2)}._docNameText_1d97u_841{font-weight:700;color:#fff}._typeBadge_1d97u_846{padding:4px 10px;background:#27272a;color:#d4d4d8;border-radius:8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:1px solid rgba(255,255,255,.05)}._dlBtn_1d97u_858{width:32px;height:32px;border-radius:8px;background:#27272a;border:none;color:#a1a1aa;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .2s}._recentTable_1d97u_770 tbody tr:hover ._dlBtn_1d97u_858{opacity:1}._dlBtn_1d97u_858:hover{background:#059669;color:#fff}._studioCard_1d97u_884{max-width:640px;margin:0 auto;background:#18181b99;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:2px dashed #3f3f46;border-radius:28px;padding:48px 32px;cursor:pointer;position:relative;overflow:hidden;text-align:center;transition:border-color .3s,background .3s}._studioCard_1d97u_884:hover{border-color:#10b981;background:#09090b4d}._studioGlow_1d97u_905{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);pointer-events:none}._studioInner_1d97u_916{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}._studioIconWrap_1d97u_924{width:88px;height:88px;background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:all .4s}._studioCard_1d97u_884:hover ._studioIconWrap_1d97u_924{transform:scale(1.1);background:#10b98133;box-shadow:0 12px 32px #10b98140}._studioIconWrap_1d97u_924 i{font-size:40px;color:#34d399}._studioTitle_1d97u_948{font-size:22px;font-weight:800;color:#fff;margin-bottom:10px}._studioDesc_1d97u_955{font-size:14px;color:#a1a1aa;font-weight:500;line-height:1.6;margin-bottom:20px;max-width:420px}._studioFormats_1d97u_964{display:flex;gap:8px;margin-bottom:24px}._filesHeader_1d97u_972{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:16px;flex-wrap:wrap}._searchWrap_1d97u_981{position:relative;width:100%;max-width:384px}._searchWrap_1d97u_981 i{position:absolute;left:16px;top:14px;color:#52525b}._searchInput_1d97u_994{width:100%;padding:12px 16px 12px 48px;background:#09090b80;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.1);border-radius:16px;color:#fff;font-size:14px;font-weight:500;outline:none;transition:border-color .2s;font-family:Plus Jakarta Sans,sans-serif}._searchInput_1d97u_994:focus{border-color:#10b981}._searchInput_1d97u_994::placeholder{color:#52525b}._filterTabs_1d97u_1017{display:flex;gap:4px;background:#09090b80;padding:4px;border-radius:12px;border:1px solid rgba(255,255,255,.05)}._filterTab_1d97u_1017{padding:8px 16px;border-radius:8px;font-size:14px;font-weight:700;color:#a1a1aa;background:none;border:none;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}._filterTab_1d97u_1017:hover{color:#fff}._filterTabActive_1d97u_1043{background:#27272a;color:#fff;box-shadow:0 2px 8px #0000004d}._filesGrid_1d97u_1049{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}._fileCard_1d97u_1055{background:#18181b99;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:16px;display:flex;flex-direction:column;transition:all .25s}._fileCard_1d97u_1055:hover{transform:translateY(-4px);border-color:#10b98166}._fileCardTop_1d97u_1071{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}._fileCardIcon_1d97u_1078{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;transition:transform .3s}._fileCard_1d97u_1055:hover ._fileCardIcon_1d97u_1078{transform:scale(1.1)}._fileCardMore_1d97u_1093{background:none;border:none;color:#52525b;cursor:pointer;font-size:16px;transition:color .15s}._fileCardMore_1d97u_1093:hover{color:#fff}._fileCardName_1d97u_1106{font-size:13px;font-weight:700;color:#fff;margin-bottom:2px;line-height:1.4;word-break:break-word}._fileCardDate_1d97u_1115{font-size:11px;color:#52525b;font-weight:500;margin-top:0;padding-top:0}._fileCardActions_1d97u_1123{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.05);display:flex;gap:8px}._fileCardDl_1d97u_1131{flex:1;background:#10b9811a;color:#34d399;border:1px solid rgba(16,185,129,.2);padding:7px;border-radius:10px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}._fileCardDl_1d97u_1131:hover{background:#10b98140;border-color:#10b98180;color:#6ee7b7}._fileCardDel_1d97u_1151{background:#27272a99;color:#71717a;border:1px solid rgba(255,255,255,.06);padding:7px 10px;border-radius:10px;cursor:pointer;font-size:14px;transition:all .2s}._fileCardDel_1d97u_1151:hover{background:#f43f5e33;color:#fb7185}._billingWrap_1d97u_1169{max-width:960px;margin:0 auto}._planCard_1d97u_1174{background:#18181b99;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(14,165,233,.3);border-radius:32px;padding:40px;position:relative;overflow:hidden;margin-bottom:32px;box-shadow:0 20px 50px #0ea5e91a}._planGlow_1d97u_1186{position:absolute;top:0;right:0;width:256px;height:256px;background:#0ea5e933;border-radius:50%;filter:blur(80px);pointer-events:none}._planInner_1d97u_1198{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}._planBadge_1d97u_1208{display:inline-block;padding:4px 12px;border-radius:9999px;background:#0ea5e933;color:#38bdf8;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(14,165,233,.3);margin-bottom:16px}._planName_1d97u_1222{font-size:36px;font-weight:800;color:#fff;margin-bottom:8px}._planRenewal_1d97u_1229{color:#a1a1aa;font-size:14px}._planRenewal_1d97u_1229 strong{color:#fff}._planPrice_1d97u_1238{font-size:30px;font-weight:800;color:#fff}._planPricePer_1d97u_1244{font-size:16px;color:#52525b;font-weight:500}._manageBtn_1d97u_1250{margin-top:16px;background:#fff;color:#0c4a6e;padding:10px 24px;border-radius:12px;font-weight:700;border:none;cursor:pointer;box-shadow:0 0 20px #fff3;transition:all .3s cubic-bezier(.34,1.56,.64,1);font-family:Plus Jakarta Sans,sans-serif}._manageBtn_1d97u_1250:hover{transform:scale(1.02) translateY(-2px)}._planUsage_1d97u_1268{position:relative;z-index:1;margin-top:40px;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}._usageHeader_1d97u_1276{display:flex;justify-content:space-between;font-size:14px;font-weight:700;margin-bottom:12px}._usageLabel_1d97u_1284{color:#fff}._usageValue_1d97u_1288{color:#38bdf8}._usageBar_1d97u_1292{width:100%;height:12px;background:#18181b;border-radius:9999px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}._usageBarFill_1d97u_1301{height:100%;background:linear-gradient(to right,#0ea5e9,#10b981);border-radius:9999px;transition:width .5s ease}._usageNote_1d97u_1308{font-size:12px;color:#52525b;margin-top:12px;font-weight:500}._usageNote_1d97u_1308 a{color:#fff;text-decoration:none}._usageNote_1d97u_1308 a:hover{text-decoration:underline}._billingTitle_1d97u_1324{font-size:20px;font-weight:700;color:#fff;margin-bottom:24px}._settingsCard_1d97u_1337{max-width:768px;background:#18181b99;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:32px}._settingsTitle_1d97u_1346{font-size:24px;font-weight:700;color:#fff;margin-bottom:24px}._settingsForm_1d97u_1353{display:flex;flex-direction:column;gap:24px}._settingsField_1d97u_1359{display:flex;flex-direction:column;gap:8px}._settingsLabel_1d97u_1365{font-size:11px;font-weight:700;color:#a1a1aa;text-transform:uppercase;letter-spacing:.05em}._settingsInput_1d97u_1373{width:100%;padding:16px;background:#09090b80;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#fff;font-size:14px;outline:none;transition:border-color .2s;font-family:Plus Jakarta Sans,sans-serif}._settingsInput_1d97u_1373:focus{border-color:#10b981}._settingsInput_1d97u_1373:disabled{background:#09090bcc;color:#52525b;cursor:not-allowed}._saveBtn_1d97u_1397{align-self:flex-start;background:linear-gradient(to right,#10b981,#06b6d4);color:#fff;padding:12px 32px;border-radius:12px;font-weight:700;border:none;cursor:pointer;box-shadow:0 4px 20px #10b98133;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;font-family:Plus Jakarta Sans,sans-serif}._saveBtn_1d97u_1397:hover{transform:scale(1.02) translateY(-2px)}._paginationRow_1d97u_1419{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:32px}._paginationBtn_1d97u_1427{display:flex;align-items:center;gap:6px;padding:10px 20px;background:#18181b99;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}._paginationBtn_1d97u_1427:hover:not(:disabled){background:#10b9811a;border-color:#10b9814d}._paginationBtn_1d97u_1427:disabled{opacity:.35;cursor:not-allowed}._paginationInfo_1d97u_1454{font-size:14px;font-weight:600;color:#a1a1aa}._emptyState_1d97u_1462{text-align:center;padding:64px 24px;color:#52525b}._emptyState_1d97u_1462 i{font-size:48px;margin-bottom:16px;display:block}._emptyState_1d97u_1462 p{font-size:16px;font-weight:600}._mobileMenuBtn_1d97u_1481{display:none;width:40px;height:40px;border-radius:12px;background:#18181b99;border:1px solid rgba(255,255,255,.08);color:#fff;font-size:20px;cursor:pointer;align-items:center;justify-content:center}@media(max-width:1280px){._filesGrid_1d97u_1049{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){._mainGrid_1d97u_1504{grid-template-columns:1fr}._statsGrid_1d97u_486,._filesGrid_1d97u_1049{grid-template-columns:repeat(2,1fr)}}._sidebarOverlay_1d97u_1518{display:none}@media(max-width:768px){._sidebar_1d97u_61{position:fixed;top:0;left:0;bottom:0;z-index:50;transform:translate(-100%);transition:transform .25s ease-in-out}._sidebarOpen_1d97u_1533{transform:translate(0)}._sidebarNav_1d97u_120{padding:16px}._sidebarOverlay_1d97u_1518{display:block;position:fixed;inset:0;z-index:40;background:#00000080;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}._mobileMenuBtn_1d97u_1481{display:flex}._header_1d97u_293{height:60px;padding:0 16px;gap:12px}._headerLeft_1d97u_307{gap:10px}._content_1d97u_461{padding:16px}._statsGrid_1d97u_486{grid-template-columns:1fr;gap:12px;margin-bottom:24px}._statCard_1d97u_493{padding:16px;border-radius:16px}._statCard_1d97u_493:hover{transform:none;box-shadow:inset 0 1px 1px #ffffff0d,0 8px 32px #0000004d}._statValue_1d97u_547{font-size:28px}._statIcon_1d97u_560{width:40px;height:40px;border-radius:12px;font-size:20px}._quickGenCard_1d97u_576{padding:20px;border-radius:16px;margin-bottom:20px}._quickGenInner_1d97u_605{flex-direction:column;align-items:flex-start;gap:16px}._quickGenIconWrap_1d97u_617{width:56px;height:56px;border-radius:16px}._quickGenIconWrap_1d97u_617 i{font-size:24px}._quickGenTitle_1d97u_645{font-size:18px}._quickGenDesc_1d97u_653{font-size:13px;margin-bottom:12px}._quickGenFormats_1d97u_673{display:none}._quickGenActions_1d97u_661{flex-direction:column;align-items:flex-start;gap:8px}._filesGrid_1d97u_1049{grid-template-columns:repeat(2,1fr);gap:12px}._creditsBadge_1d97u_394{display:none}._headerRight_1d97u_338{gap:8px}._pageTitle_1d97u_321{font-size:18px}._pageSubtitle_1d97u_331{font-size:11px;display:none}._planInner_1d97u_1198{flex-direction:column}._planCard_1d97u_1174{padding:20px;border-radius:16px}._planName_1d97u_1222{font-size:24px}._planPrice_1d97u_1238{font-size:22px}._studioCard_1d97u_884{padding:32px 20px;border-radius:20px}._studioIconWrap_1d97u_924{width:64px;height:64px;border-radius:18px}._studioIconWrap_1d97u_924 i{font-size:28px}._studioTitle_1d97u_948{font-size:18px}._studioDesc_1d97u_955{font-size:13px}._recentTable_1d97u_770{border-radius:16px}._recentTable_1d97u_770 th,._recentTable_1d97u_770 td{padding:12px 10px;font-size:12px;white-space:nowrap}._docName_1d97u_822{gap:8px}._docIcon_1d97u_828{width:28px;height:28px;border-radius:8px;font-size:14px}._docNameText_1d97u_841{font-size:12px;max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block}._recentHeader_1d97u_742{margin-bottom:12px}._recentTitle_1d97u_749{font-size:16px}._quickGenTitle_1d97u_645{font-size:16px;margin-bottom:12px}._fileCard_1d97u_1055:hover{transform:none}._settingsCard_1d97u_1337{padding:20px;border-radius:16px}._settingsTitle_1d97u_1346{font-size:20px}._billingTitle_1d97u_1324{font-size:18px}}@media(max-width:480px){._content_1d97u_461{padding:10px}._header_1d97u_293{height:48px;padding:0 10px;gap:6px}._headerLeft_1d97u_307,._headerRight_1d97u_338{gap:6px}._pageTitle_1d97u_321{font-size:14px}._mobileMenuBtn_1d97u_1481{width:32px;height:32px;font-size:16px}._statsGrid_1d97u_486{grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:16px}._statCard_1d97u_493{padding:12px;border-radius:12px}._statValue_1d97u_547{font-size:20px}._statLabel_1d97u_539{font-size:9px}._statIcon_1d97u_560{width:32px;height:32px;border-radius:8px;font-size:16px}._filesGrid_1d97u_1049{grid-template-columns:1fr;gap:8px}._filesHeader_1d97u_972{flex-direction:column;align-items:stretch;gap:8px;margin-bottom:12px;position:sticky;top:0;z-index:10;background:inherit;padding-bottom:4px}._searchWrap_1d97u_981{max-width:none}._searchInput_1d97u_994{padding:10px 14px 10px 40px;font-size:13px;border-radius:12px}._searchWrap_1d97u_981 i{top:11px;left:14px}._filterTabs_1d97u_1017{justify-content:center;padding:3px;border-radius:10px;gap:2px}._filterTab_1d97u_1017{padding:6px 14px;font-size:12px;border-radius:7px}._fileCard_1d97u_1055{padding:12px;border-radius:12px}._fileCard_1d97u_1055:hover{transform:none}._fileCardTop_1d97u_1071{margin-bottom:8px}._fileCardMore_1d97u_1093{display:none}._fileCardIcon_1d97u_1078{width:32px;height:32px;font-size:16px;border-radius:8px}._fileCardName_1d97u_1106{font-size:13px;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._fileCardDate_1d97u_1115{padding-top:0;font-size:11px}._fileCardActions_1d97u_1123{opacity:1;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.05);flex-wrap:wrap;gap:6px}._fileCardDl_1d97u_1131{padding:6px 12px;border-radius:8px;font-size:11px;flex:1;min-width:0;text-align:center;justify-content:center}._fileCardDel_1d97u_1151{padding:6px 10px;border-radius:8px;font-size:13px}._quickGenCard_1d97u_576{padding:14px;margin-bottom:12px;border-radius:14px}._quickGenIconWrap_1d97u_617{width:44px;height:44px;border-radius:12px}._quickGenIconWrap_1d97u_617 i{font-size:20px}._quickGenTitle_1d97u_645{font-size:14px}._quickGenDesc_1d97u_653{font-size:11px;margin-bottom:8px}._browseBtn_1d97u_698{padding:7px 16px;font-size:12px}._studioCard_1d97u_884{padding:20px 14px;border-radius:14px}._studioIconWrap_1d97u_924{width:48px;height:48px;border-radius:14px}._studioIconWrap_1d97u_924 i{font-size:22px}._studioTitle_1d97u_948{font-size:15px}._studioDesc_1d97u_955{font-size:12px}._planCard_1d97u_1174{padding:14px;border-radius:14px}._planName_1d97u_1222,._planPrice_1d97u_1238{font-size:18px}._planUsage_1d97u_1268{margin-top:16px;padding-top:14px}._usageHeader_1d97u_1276{font-size:11px}._notifBtn_1d97u_427{width:32px;height:32px}._notifDot_1d97u_448{width:8px;height:8px}._contentCard_1d97u_2008{padding:14px;border-radius:14px}._gridCard_1d97u_2013{padding:12px;border-radius:12px}._largeSection_1d97u_2018{padding:24px 12px}._recentTable_1d97u_770 th,._recentTable_1d97u_770 td{padding:10px 8px;font-size:11px}._recentTitle_1d97u_749{font-size:14px}._settingsCard_1d97u_1337{padding:14px;border-radius:14px}._settingsTitle_1d97u_1346{font-size:16px}._billingTitle_1d97u_1324{font-size:15px}._docNameText_1d97u_841{max-width:90px}}._upgradeBackBtn_1d97u_2052{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#38bdf8;background:none;border:none;cursor:pointer;margin-bottom:24px;transition:color .2s;font-family:Plus Jakarta Sans,sans-serif;text-decoration:none}._upgradeBackBtn_1d97u_2052:hover{color:#fff}._upgradeHeader_1d97u_2072{text-align:center;margin-bottom:40px}._upgradeTitle_1d97u_2077{font-size:32px;font-weight:800;color:#fff;margin-bottom:8px;letter-spacing:-.02em}._upgradeSubtitle_1d97u_2085{font-size:15px;color:#a1a1aa;font-weight:500}._billingToggleWrap_1d97u_2091{display:flex;justify-content:center;margin-bottom:36px}._billingToggle_1d97u_2091{display:inline-flex;padding:4px;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);gap:4px}._billingToggleBtn_1d97u_2106{padding:10px 28px;border-radius:10px;font-size:13px;font-weight:700;color:#71717a;background:transparent;border:none;cursor:pointer;transition:all .2s ease-out;display:flex;align-items:center;gap:8px;font-family:Plus Jakarta Sans,sans-serif;letter-spacing:-.01em}._billingToggleBtn_1d97u_2106:hover{color:#d4d4d8}._billingToggleBtnActive_1d97u_2127{background:#ffffff14;color:#fff;box-shadow:0 2px 8px #0003}._billingSaveBadge_1d97u_2133{font-size:9px;font-weight:800;letter-spacing:.04em;padding:2px 8px;border-radius:6px;background:linear-gradient(135deg,#10b981,#06b6d4);color:#fff;text-transform:uppercase;white-space:nowrap}._upgradeGrid_1d97u_2145{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:960px;margin:0 auto}._upgradePlanCard_1d97u_2153{background:#18181b99;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:32px;display:flex;flex-direction:column;position:relative;transition:all .3s cubic-bezier(.34,1.56,.64,1)}._upgradePlanCard_1d97u_2153:hover{transform:translateY(-6px);box-shadow:0 20px 50px #0000004d;border-color:#ffffff26}._upgradePlanCardFeatured_1d97u_2172{border-color:#10b98166;box-shadow:0 20px 50px #10b9811a,0 0 0 1px #10b98126;background:linear-gradient(160deg,#10b9810f,#18181b99 40%)}._upgradePlanCardFeatured_1d97u_2172:hover{border-color:#10b98199;box-shadow:0 25px 60px #10b98133,0 0 0 1px #10b9814d}._upgradePlanPopularBadge_1d97u_2183{position:absolute;top:-14px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#10b981,#06b6d4);color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;padding:6px 20px;border-radius:9999px;box-shadow:0 0 20px #10b98180,0 0 40px #10b98126;white-space:nowrap;display:flex;align-items:center;gap:6px;animation:_badgeGlow_1d97u_1 2s ease-in-out infinite}._upgradePlanPopularBadge_1d97u_2183:before{content:"★";font-size:11px}@keyframes _badgeGlow_1d97u_1{0%,to{box-shadow:0 0 20px #10b98180,0 0 40px #10b98126}50%{box-shadow:0 0 25px #10b981b3,0 0 50px #10b98140}}._upgradePlanTop_1d97u_2214{text-align:center;margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.06)}._upgradePlanIcon_1d97u_2221{width:56px;height:56px;border-radius:18px;display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto 16px}._upgradePlanName_1d97u_2232{font-size:20px;font-weight:800;color:#fff;margin-bottom:8px}._upgradePlanPrice_1d97u_2239{font-size:40px;font-weight:800;color:#fff;line-height:1}._upgradePlanPer_1d97u_2246{font-size:14px;color:#52525b;font-weight:500}._upgradePlanFeatures_1d97u_2252{flex:1;display:flex;flex-direction:column;gap:12px;margin-bottom:28px;list-style:none;padding:0}._upgradePlanFeatures_1d97u_2252 li{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:600;color:#d4d4d8}._upgradePlanFeatures_1d97u_2252 li i{font-size:16px;color:#10b981;flex-shrink:0}._featureDisabled_1d97u_2277,._featureDisabled_1d97u_2277 i{color:#3f3f46!important}._upgradePlanBtn_1d97u_2285{width:100%;padding:14px;border-radius:14px;font-size:14px;font-weight:700;background:#ffffff0d;color:#fff;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px;font-family:Plus Jakarta Sans,sans-serif}._upgradePlanBtn_1d97u_2285:hover{background:#0ea5e91a;border-color:#0ea5e94d;color:#38bdf8}._upgradePlanBtnPrimary_1d97u_2309{width:100%;padding:14px;border-radius:14px;font-size:14px;font-weight:700;background:linear-gradient(135deg,#10b981,#06b6d4);color:#fff;border:none;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 4px 20px #10b9814d;position:relative;overflow:hidden;font-family:Plus Jakarta Sans,sans-serif}._upgradePlanBtnPrimary_1d97u_2309:hover{transform:scale(1.02) translateY(-2px);box-shadow:0 8px 30px #10b98166}._upgradePlanBtnPrimary_1d97u_2309:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,transparent 0%,rgba(255,255,255,.25) 50%,transparent 100%);transform:skew(-25deg);animation:_upgradeShine_1d97u_1 3s infinite}@keyframes _upgradeShine_1d97u_1{0%{left:-100%}20%{left:200%}to{left:200%}}._upgradePlanBtnFree_1d97u_2353{width:100%;padding:14px;border-radius:14px;font-size:14px;font-weight:700;background:#ffffff08;color:#52525b;border:1px solid rgba(255,255,255,.05);cursor:not-allowed;font-family:Plus Jakarta Sans,sans-serif}@media(max-width:768px){._upgradeGrid_1d97u_2145{grid-template-columns:1fr;gap:16px}._upgradeTitle_1d97u_2077{font-size:24px}._upgradeHeader_1d97u_2072{margin-bottom:24px}._upgradePlanCard_1d97u_2153{padding:24px;border-radius:20px}._upgradePlanCard_1d97u_2153:hover{transform:none}._upgradePlanPrice_1d97u_2239{font-size:32px}}@media(max-width:480px){._upgradeTitle_1d97u_2077{font-size:20px}._upgradePlanCard_1d97u_2153{padding:20px;border-radius:16px}._upgradePlanPrice_1d97u_2239{font-size:28px}}[data-theme=light] ._bgGrid_1d97u_17{background-image:linear-gradient(to right,rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.04) 1px,transparent 1px)}[data-theme=light] ._glow1_1d97u_30{background:radial-gradient(circle,rgba(16,185,129,.08) 0%,transparent 70%)}[data-theme=light] ._glow2_1d97u_42{background:radial-gradient(circle,rgba(14,165,233,.06) 0%,transparent 70%)}[data-theme=light] ._sidebar_1d97u_61{background:#ffffffd9;border-right:1px solid rgba(0,0,0,.08)}[data-theme=light] ._sidebarLogo_1d97u_73{border-bottom:1px solid rgba(0,0,0,.06)}[data-theme=light] ._logoText_1d97u_96{color:#0f172a}[data-theme=light] ._logoSub_1d97u_111{color:#0ea5e9}[data-theme=light] ._navLabel_1d97u_129{color:#94a3b8}[data-theme=light] ._navBtn_1d97u_144{color:#64748b}[data-theme=light] ._navBtn_1d97u_144:hover{color:#0f172a;background:#0000000a}[data-theme=light] ._navBtnActive_1d97u_171{color:#059669;background:#10b98114;border-color:#10b98133}[data-theme=light] ._sidebarUser_1d97u_208{border-top:1px solid rgba(0,0,0,.06)}[data-theme=light] ._userCard_1d97u_214{background:#f1f5f9cc;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._userCard_1d97u_214:hover{border-color:#0000001f}[data-theme=light] ._userName_1d97u_250{color:#0f172a}[data-theme=light] ._userPlan_1d97u_259{color:#64748b}[data-theme=light] ._logoutBtn_1d97u_264{color:#94a3b8}[data-theme=light] ._header_1d97u_293{background:#fffc;border-bottom:1px solid rgba(0,0,0,.06)}[data-theme=light] ._pageTitle_1d97u_321{color:#0f172a}[data-theme=light] ._pageSubtitle_1d97u_331{color:#64748b}[data-theme=light] ._daysLeftBadge_1d97u_345{background:#ffffffe6;border:1px solid rgba(245,158,11,.3)}[data-theme=light] ._daysLeftText_1d97u_368{color:#0f172a}[data-theme=light] ._creditsBadge_1d97u_394{background:#ffffffe6;border:1px solid rgba(14,165,233,.25);box-shadow:0 2px 8px #0ea5e914}[data-theme=light] ._creditsBadge_1d97u_394:hover{background:#0ea5e90f}[data-theme=light] ._creditsText_1d97u_416{color:#0f172a}[data-theme=light] ._creditsTotal_1d97u_422{color:#64748b}[data-theme=light] ._notifBtn_1d97u_427{background:#f1f5f9e6;border:1px solid rgba(0,0,0,.06);color:#475569}[data-theme=light] ._notifDot_1d97u_448{border:2px solid #ffffff}[data-theme=light] ._statCard_1d97u_493{background:#ffffffe6;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px #0000000f,0 4px 16px #0000000a}[data-theme=light] ._statCard_1d97u_493:hover{box-shadow:0 8px 32px #00000014}[data-theme=light] ._statLabel_1d97u_539{color:#64748b}[data-theme=light] ._statValue_1d97u_547{color:#0f172a}[data-theme=light] ._statUnit_1d97u_554{color:#94a3b8}[data-theme=light] ._quickGenCard_1d97u_576{background:#ffffffe6;border:1px solid rgba(16,185,129,.2);box-shadow:0 1px 3px #0000000a}[data-theme=light] ._quickGenCard_1d97u_576:hover{box-shadow:0 8px 32px #10b9811a}[data-theme=light] ._quickGenGlow_1d97u_595{background:radial-gradient(circle,rgba(16,185,129,.08) 0%,transparent 70%)}[data-theme=light] ._quickGenTitle_1d97u_645{color:#0f172a}[data-theme=light] ._quickGenDesc_1d97u_653{color:#64748b}[data-theme=light] ._quickGenHint_1d97u_667{color:#94a3b8}[data-theme=light] ._formatTag_1d97u_680{background:#00000008;border:1px solid rgba(0,0,0,.06);color:#64748b}[data-theme=light] ._recentTitle_1d97u_749{color:#0f172a}[data-theme=light] ._recentTable_1d97u_770{background:#ffffffe6;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._recentTable_1d97u_770 thead{background:#f1f5f9cc}[data-theme=light] ._recentTable_1d97u_770 th{color:#64748b;border-bottom:1px solid rgba(0,0,0,.06)}[data-theme=light] ._recentTable_1d97u_770 td{color:#475569}[data-theme=light] ._recentTable_1d97u_770 tbody tr{border-bottom:1px solid rgba(0,0,0,.04)}[data-theme=light] ._recentTable_1d97u_770 tbody tr:hover{background:#00000005}[data-theme=light] ._docNameText_1d97u_841{color:#0f172a}[data-theme=light] ._typeBadge_1d97u_846{background:#f1f5f9;color:#475569;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._dlBtn_1d97u_858{background:#f1f5f9;color:#64748b}[data-theme=light] ._fileCard_1d97u_1055{background:#ffffffe6;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._fileCardMore_1d97u_1093{color:#94a3b8}[data-theme=light] ._fileCardMore_1d97u_1093:hover,[data-theme=light] ._fileCardName_1d97u_1106{color:#0f172a}[data-theme=light] ._fileCardDate_1d97u_1115{color:#94a3b8}[data-theme=light] ._fileCardActions_1d97u_1123{border-top:1px solid rgba(0,0,0,.04)}[data-theme=light] ._fileCardDel_1d97u_1151{background:#f1f5f9cc;color:#94a3b8;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._searchInput_1d97u_994{background:#f1f5f9cc;border:1px solid rgba(0,0,0,.08);color:#0f172a}[data-theme=light] ._searchInput_1d97u_994::placeholder{color:#94a3b8}[data-theme=light] ._searchWrap_1d97u_981 i{color:#94a3b8}[data-theme=light] ._filterTabs_1d97u_1017{background:#f1f5f9cc;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._filterTab_1d97u_1017{color:#64748b}[data-theme=light] ._filterTab_1d97u_1017:hover{color:#0f172a}[data-theme=light] ._filterTabActive_1d97u_1043{background:#fff;color:#0f172a;box-shadow:0 1px 4px #00000014}[data-theme=light] ._studioCard_1d97u_884{background:#ffffffe6;border:2px dashed #d4d4d8}[data-theme=light] ._studioCard_1d97u_884:hover{border-color:#10b981;background:#10b98105}[data-theme=light] ._studioTitle_1d97u_948{color:#0f172a}[data-theme=light] ._studioDesc_1d97u_955{color:#64748b}[data-theme=light] ._planCard_1d97u_1174{background:#ffffffe6;border:1px solid rgba(14,165,233,.2);box-shadow:0 4px 16px #0ea5e90f}[data-theme=light] ._planName_1d97u_1222{color:#0f172a}[data-theme=light] ._planRenewal_1d97u_1229{color:#64748b}[data-theme=light] ._planRenewal_1d97u_1229 strong,[data-theme=light] ._planPrice_1d97u_1238{color:#0f172a}[data-theme=light] ._planPricePer_1d97u_1244{color:#94a3b8}[data-theme=light] ._usageLabel_1d97u_1284{color:#0f172a}[data-theme=light] ._usageBar_1d97u_1292{background:#e2e8f0;border:1px solid rgba(0,0,0,.04)}[data-theme=light] ._usageNote_1d97u_1308{color:#94a3b8}[data-theme=light] ._usageNote_1d97u_1308 a{color:#0ea5e9}[data-theme=light] ._billingTitle_1d97u_1324{color:#0f172a}[data-theme=light] ._settingsCard_1d97u_1337{background:#ffffffe6;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._settingsTitle_1d97u_1346{color:#0f172a}[data-theme=light] ._settingsLabel_1d97u_1365{color:#64748b}[data-theme=light] ._settingsInput_1d97u_1373{background:#f1f5f9cc;border:1px solid rgba(0,0,0,.08);color:#0f172a}[data-theme=light] ._settingsInput_1d97u_1373:disabled{background:#f1f5f980;color:#94a3b8}[data-theme=light] ._paginationBtn_1d97u_1427{background:#ffffffe6;border:1px solid rgba(0,0,0,.08);color:#0f172a}[data-theme=light] ._paginationInfo_1d97u_1454{color:#64748b}[data-theme=light] ._emptyState_1d97u_1462{color:#94a3b8}[data-theme=light] ._mobileMenuBtn_1d97u_1481{background:#f1f5f9e6;border:1px solid rgba(0,0,0,.06);color:#475569}[data-theme=light] ._sidebarOverlay_1d97u_1518{background:#00000040}[data-theme=light] ._upgradeBackBtn_1d97u_2052:hover,[data-theme=light] ._upgradeTitle_1d97u_2077{color:#0f172a}[data-theme=light] ._upgradeSubtitle_1d97u_2085{color:#64748b}[data-theme=light] ._billingToggle_1d97u_2091{background:#f1f5f9cc;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._billingToggleBtn_1d97u_2106{color:#94a3b8}[data-theme=light] ._billingToggleBtn_1d97u_2106:hover{color:#475569}[data-theme=light] ._billingToggleBtnActive_1d97u_2127{background:#fff;color:#0f172a;box-shadow:0 1px 4px #00000014}[data-theme=light] ._upgradePlanCard_1d97u_2153{background:#ffffffe6;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._upgradePlanCard_1d97u_2153:hover{box-shadow:0 8px 32px #00000014;border-color:#0000001a}[data-theme=light] ._upgradePlanCardFeatured_1d97u_2172{background:linear-gradient(160deg,#10b9810a,#ffffffe6 40%)}[data-theme=light] ._upgradePlanTop_1d97u_2214{border-bottom:1px solid rgba(0,0,0,.06)}[data-theme=light] ._upgradePlanName_1d97u_2232,[data-theme=light] ._upgradePlanPrice_1d97u_2239{color:#0f172a}[data-theme=light] ._upgradePlanPer_1d97u_2246{color:#94a3b8}[data-theme=light] ._upgradePlanFeatures_1d97u_2252 li{color:#475569}[data-theme=light] ._featureDisabled_1d97u_2277,[data-theme=light] ._featureDisabled_1d97u_2277 i{color:#cbd5e1!important}[data-theme=light] ._upgradePlanBtn_1d97u_2285{background:#f1f5f9cc;color:#475569;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._upgradePlanBtnFree_1d97u_2353{background:#f1f5f980;color:#94a3b8;border:1px solid rgba(0,0,0,.04)}[data-theme=light] ._themeToggle_1d97u_179{color:#64748b;background:#00000008}[data-theme=light] ._themeToggle_1d97u_179:hover{color:#0f172a;background:#0000000f}._page_ne4h7_8{position:relative;min-height:100vh;min-height:100dvh;background:#09090b;display:flex;flex-direction:column;align-items:center;overflow-x:hidden;overflow-y:auto;padding:40px 24px}._bgGrid_ne4h7_23{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 70% 50% at 50% 30%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 70% 50% at 50% 30%,black 20%,transparent 70%);pointer-events:none}._bgGlow1_ne4h7_35{position:absolute;top:-120px;left:50%;transform:translate(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(16,185,129,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none;will-change:transform,opacity}._bgGlow2_ne4h7_48{position:absolute;bottom:-200px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(6,182,212,.06) 0%,transparent 70%);border-radius:50%;pointer-events:none;will-change:transform,opacity}._splitLayout_ne4h7_62{position:relative;z-index:1;width:100%;max-width:1200px;display:flex;gap:32px}._leftPanel_ne4h7_71{width:380px;flex-shrink:0;display:flex;flex-direction:column;gap:20px}._rightPanel_ne4h7_79{flex:1;display:flex;align-items:flex-start;justify-content:center;min-width:0}._modeToggleWrap_ne4h7_89{position:relative;z-index:10;width:100%;max-width:420px;margin-bottom:24px}._modeToggle_ne4h7_89{display:flex;position:relative;background:#18181bcc;padding:6px;border-radius:14px;border:1px solid rgba(255,255,255,.08)}._modeSlider_ne4h7_106{position:absolute;height:calc(100% - 12px);top:6px;width:calc(50% - 6px);background:linear-gradient(135deg,#10b981,#06b6d4);border-radius:10px;transition:left .3s ease-out;box-shadow:0 0 16px #10b98140}._modeBtn_ne4h7_117{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 0;border-radius:10px;font-weight:700;font-size:13px;border:none;background:transparent;cursor:pointer;position:relative;z-index:1;transition:color .3s;color:#ffffff59}._modeBtn_ne4h7_117:hover{color:#fff9}._modeBtnActive_ne4h7_140{color:#fff}._snippetFullWidth_ne4h7_146{position:relative;z-index:1;width:100%;max-width:1200px;margin-top:-8px}._container_ne4h7_156{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;gap:32px}._fileInfoBar_ne4h7_167{display:flex;align-items:center;gap:14px;padding:14px 20px;width:100%;background:#18181b99;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.08);border-radius:16px;will-change:transform,opacity}._fileIconWrap_ne4h7_181{width:40px;height:40px;border-radius:12px;background:#10b9811f;border:1px solid rgba(16,185,129,.25);display:flex;align-items:center;justify-content:center;color:#34d399;flex-shrink:0}._fileInfo_ne4h7_167{flex:1;min-width:0}._fileName_ne4h7_199{font-size:.875rem;font-weight:600;color:#f1f5f9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._fileSubtitle_ne4h7_208{font-size:.75rem;color:#64748b;margin-top:2px}._statusBadge_ne4h7_215{padding:4px 12px;border-radius:9999px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;flex-shrink:0}._badgeProcessing_ne4h7_225{background:#10b9811f;color:#34d399;border:1px solid rgba(16,185,129,.3);animation:_badgePulse_ne4h7_1 2s ease-in-out infinite}._badgeDone_ne4h7_232{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.35)}._badgeError_ne4h7_238{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}._heroRingSection_ne4h7_246{display:flex;flex-direction:column;align-items:center;gap:16px;padding:8px 0 0}._ringContainer_ne4h7_254{position:relative;width:180px;height:180px}._ringSvg_ne4h7_260{width:180px;height:180px;transform:rotate(-90deg);filter:drop-shadow(0 0 30px rgba(16,185,129,.25))}._ringTrack_ne4h7_267{fill:none;stroke:#ffffff0f;stroke-width:8}._ringProgress_ne4h7_273{fill:none;stroke:url(#ringGradient);stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .6s cubic-bezier(.4,0,.2,1)}._ringPercent_ne4h7_281{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:800;color:#f1f5f9;letter-spacing:-.02em;font-variant-numeric:tabular-nums}._ringLabel_ne4h7_294{font-family:var(--font-mono, "SF Mono", "Fira Code", monospace);font-size:11px;letter-spacing:.14em;color:#34d399;text-transform:uppercase;animation:_textPulse_ne4h7_1 1.8s ease-in-out infinite;margin:0}._timeline_ne4h7_306{position:relative;padding-left:40px;display:flex;flex-direction:column;gap:8px;width:100%}._timelineLine_ne4h7_316{position:absolute;left:20px;top:21px;bottom:21px;width:2px;background:#ffffff0f;border-radius:1px;overflow:hidden;transform:translate(-50%)}._timelineLineFill_ne4h7_328{width:100%;background:linear-gradient(180deg,#10b981,#06b6d4);border-radius:1px;transition:height .6s cubic-bezier(.4,0,.2,1)}._timelineStep_ne4h7_336{position:relative;display:flex;align-items:flex-start;gap:16px;padding:12px 16px;border-radius:12px;will-change:transform,opacity}._timelineStep_ne4h7_336._stepActive_ne4h7_346{background:#10b9810f;animation:_breatheGlow_ne4h7_1 2.5s ease-in-out infinite}._stepCircle_ne4h7_352{position:absolute;left:-40px;top:12px;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#09090b;border:2px solid rgba(255,255,255,.1);color:#ffffff40;transition:border-color .3s ease,color .3s ease,background .3s ease;z-index:2;transform:translate(-50%);margin-left:20px}._stepCircle_ne4h7_352._circleDone_ne4h7_372{border-color:#10b981;color:#10b981;background:#10b9811a}._stepCircle_ne4h7_352._circleActive_ne4h7_378{border-color:#34d399;color:#34d399;background:#10b98114;box-shadow:0 0 16px #10b98133}._stepCircle_ne4h7_352._circleError_ne4h7_385{border-color:#ef4444;color:#f87171;background:#ef44441a}._spinner_ne4h7_392{width:18px;height:18px;border:2px solid rgba(255,255,255,.1);border-top-color:#34d399;border-radius:50%;animation:_spin_ne4h7_392 .8s linear infinite}._stepBody_ne4h7_402{flex:1;min-width:0;padding-top:2px}._stepLabel_ne4h7_408{font-size:.9rem;font-weight:600;color:#f1f5f9;line-height:1.3}._stepLabel_ne4h7_408._labelPending_ne4h7_415{color:#ffffff4d}._stepDesc_ne4h7_419{font-size:.75rem;color:#fff6;margin-top:3px}._completionSection_ne4h7_427{display:flex;flex-direction:column;align-items:center;gap:28px}._successIcon_ne4h7_434{width:80px;height:80px;border-radius:50%;background:#10b9811f;border:2px solid rgba(16,185,129,.3);display:flex;align-items:center;justify-content:center;color:#10b981;will-change:transform}._completionTitle_ne4h7_447{font-size:1.25rem;font-weight:700;color:#f1f5f9;text-align:center;margin:0}._completionSubtitle_ne4h7_455{font-size:.85rem;color:#64748b;margin:-16px 0 0;text-align:center}._compressedTimeline_ne4h7_463{width:100%;display:flex;flex-direction:column;gap:4px;padding:0 8px}._compressedStep_ne4h7_471{display:flex;align-items:center;gap:10px;padding:6px 12px;border-radius:8px;font-size:.8rem;color:#ffffff80}._compressedStep_ne4h7_471 svg{color:#10b981;flex-shrink:0}._paper_ne4h7_487{width:100%;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 40px #0006,0 0 0 1px #ffffff0d;will-change:transform,opacity}._paperInner_ne4h7_496{padding:32px;overflow-y:auto;max-height:420px;color:#1e293b;font-size:.875rem;line-height:1.75}._paperInner_ne4h7_496 h1{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}._paperInner_ne4h7_496 h2{font-size:1.1rem;font-weight:600;color:#1e293b;margin:1.5rem 0 .5rem}._paperInner_ne4h7_496 p{margin:0 0 .75rem;color:#334155}._paperInner_ne4h7_496 hr{border:none;border-top:1px solid #e2e8f0;margin:1rem 0}._paperInner_ne4h7_496 code{font-family:var(--font-mono, "SF Mono", monospace);font-size:.85em;background:#f1f5f9;padding:.1em .35em;border-radius:3px;color:#0f172a}._ctaButton_ne4h7_542{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 36px;background:linear-gradient(135deg,#10b981,#06b6d4);color:#fff;border:none;border-radius:14px;font-size:.95rem;font-weight:700;letter-spacing:.02em;cursor:pointer;overflow:hidden;box-shadow:0 4px 20px #10b9814d;transition:box-shadow .2s ease,transform .15s ease}._ctaButton_ne4h7_542:hover{box-shadow:0 6px 28px #10b98166}._ctaButton_ne4h7_542:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);animation:_buttonShine_ne4h7_1 3s ease-in-out infinite}._errorSection_ne4h7_584{display:flex;flex-direction:column;align-items:center;gap:20px;padding:40px 20px;text-align:center}._errorIcon_ne4h7_593{width:72px;height:72px;border-radius:50%;background:#ef44441f;border:2px solid rgba(239,68,68,.3);display:flex;align-items:center;justify-content:center;color:#f87171;box-shadow:0 0 30px #ef444426}._errorTitle_ne4h7_606{font-size:1.1rem;font-weight:700;color:#f87171;margin:0}._errorMessage_ne4h7_613{font-size:.85rem;color:#94a3b8;margin:0;max-width:400px;line-height:1.6}._retryButton_ne4h7_621{display:flex;align-items:center;gap:8px;padding:10px 28px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#f87171;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease}._retryButton_ne4h7_621:hover{background:#ef444433}._vStepper_ne4h7_642{width:100%;display:flex;flex-direction:column}._vStep_ne4h7_642{display:flex;gap:14px}._vStepTrack_ne4h7_653{display:flex;flex-direction:column;align-items:center;flex-shrink:0}._vCircle_ne4h7_660{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:13px;font-weight:700;border:2px solid;transition:all .3s ease}._vCircleDone_ne4h7_674{background:#10b98126;border-color:#10b981;color:#10b981}._vCircleActive_ne4h7_680{background:#10b98114;border-color:#34d399;color:#34d399;box-shadow:0 0 16px #10b98140}._vCircleError_ne4h7_687{background:#ef44441a;border-color:#ef4444;color:#f87171}._vCirclePending_ne4h7_693{background:transparent;border-color:#ffffff1a;color:#ffffff40}._vNum_ne4h7_699{font-size:12px;font-weight:700}._vSpinner_ne4h7_704{width:16px;height:16px;border:2px solid rgba(255,255,255,.1);border-top-color:#34d399;border-radius:50%;animation:_spin_ne4h7_392 .8s linear infinite}._vConnector_ne4h7_713{width:2px;flex:1;min-height:24px;background:#ffffff0f;border-radius:1px;overflow:hidden;margin:4px 0}._vConnectorFill_ne4h7_723{width:100%;background:linear-gradient(180deg,#10b981,#06b6d4);border-radius:1px}._vStepContent_ne4h7_729{padding:6px 0 20px;min-width:0}._vLabel_ne4h7_734{font-size:.85rem;font-weight:600;color:#f1f5f9;line-height:1.3}._vLabelPending_ne4h7_741{color:#ffffff4d}._vDesc_ne4h7_745{font-size:.72rem;color:#fff6;margin-top:2px}._ringContainer_ne4h7_254:before{content:"";position:absolute;inset:-16px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);animation:_ringPulse_ne4h7_1 3s ease-in-out infinite;pointer-events:none}@keyframes _spin_ne4h7_392{to{transform:rotate(360deg)}}@keyframes _badgePulse_ne4h7_1{0%,to{opacity:1}50%{opacity:.5}}@keyframes _textPulse_ne4h7_1{0%,to{opacity:1}50%{opacity:.4}}@keyframes _breatheGlow_ne4h7_1{0%,to{box-shadow:0 0 0 0 transparent}50%{box-shadow:0 0 24px #10b9811a}}@keyframes _buttonShine_ne4h7_1{0%{left:-100%}30%{left:100%}to{left:100%}}@keyframes _shake_ne4h7_801{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}@keyframes _ringPulse_ne4h7_1{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}._shakeAnim_ne4h7_801{animation:_shake_ne4h7_801 .5s ease-in-out}@media(max-width:860px){._splitLayout_ne4h7_62{flex-direction:column;gap:16px}._leftPanel_ne4h7_71,._rightPanel_ne4h7_79{width:100%}._modeToggleWrap_ne4h7_89{max-width:100%;margin-bottom:16px}}@media(max-width:640px){._page_ne4h7_8{padding:16px 12px}._splitLayout_ne4h7_62{gap:12px}._container_ne4h7_156{gap:16px}._ringContainer_ne4h7_254,._ringSvg_ne4h7_260{width:120px;height:120px}._ringPercent_ne4h7_281{font-size:1.75rem}._ringLabel_ne4h7_294{font-size:10px}._heroRingSection_ne4h7_246{gap:10px}._fileInfoBar_ne4h7_167{padding:10px 12px;gap:8px;border-radius:10px}._fileName_ne4h7_199{font-size:.8rem}._fileIconWrap_ne4h7_181{width:32px;height:32px;border-radius:8px}._statusBadge_ne4h7_215{font-size:9px;padding:3px 8px}._vCircle_ne4h7_660{width:28px;height:28px}._vNum_ne4h7_699{font-size:10px}._vSpinner_ne4h7_704{width:12px;height:12px}._vLabel_ne4h7_734{font-size:.78rem}._vDesc_ne4h7_745{font-size:.68rem}._vStepContent_ne4h7_729{padding:4px 0 14px}._vConnector_ne4h7_713{min-height:16px}._paperInner_ne4h7_496{padding:16px;max-height:280px}._ctaButton_ne4h7_542{padding:10px 24px;font-size:.8rem;border-radius:10px}._modeBtn_ne4h7_117{font-size:11px;padding:8px 0;gap:5px}._modeToggle_ne4h7_89{padding:4px;border-radius:10px}._modeSlider_ne4h7_106{border-radius:8px}._completionTitle_ne4h7_447{font-size:1.1rem}._completionSubtitle_ne4h7_455{font-size:.78rem}._successIcon_ne4h7_434{width:60px;height:60px}._completionSection_ne4h7_427{gap:20px}._compressedStep_ne4h7_471{font-size:.72rem;padding:4px 8px}._errorSection_ne4h7_584{padding:24px 12px;gap:14px}._errorIcon_ne4h7_593{width:56px;height:56px}._errorTitle_ne4h7_606{font-size:1rem}._errorMessage_ne4h7_613{font-size:.78rem}._snippetFullWidth_ne4h7_146{margin-top:0}._bgGlow1_ne4h7_35,._bgGlow2_ne4h7_48{display:none}}@media(max-width:380px){._page_ne4h7_8{padding:12px 8px}._ringContainer_ne4h7_254,._ringSvg_ne4h7_260{width:100px;height:100px}._ringPercent_ne4h7_281{font-size:1.5rem}._modeBtn_ne4h7_117{font-size:10px}}@media(min-width:1024px){._page_ne4h7_8{padding:48px 32px}}.rcp-root{--rcp-background-color: #121212;--rcp-field-input-color: #ffffff;--rcp-field-input-border-color: #242424;--rcp-field-label-color: #808080}.rcp{display:flex;flex-direction:column;background-color:var(--rcp-background-color);border-radius:10px}.rcp-body{display:flex;flex-direction:column;gap:20px;padding:20px 10px}.rcp-section{display:flex;flex-direction:column;gap:10px}.rcp-interactive{width:100%;height:100%;-webkit-user-select:none;user-select:none;touch-action:none}.rcp-interactive[aria-disabled=true]{cursor:unset;pointer-events:none}.rcp-saturation{cursor:all-scroll;width:100%;position:relative;background-image:linear-gradient(to bottom,transparent,black),linear-gradient(to right,white,transparent);border-radius:10px 10px 0 0}.rcp-saturation-cursor{position:absolute;width:20px;height:20px;border:2px solid white;border-radius:100%;box-shadow:0 0 15px #00000026;transform:translate(-10px,-10px)}.rcp-hue{cursor:ew-resize;position:relative;width:100%;height:12px;background-image:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red);border-radius:10px}.rcp-hue-cursor{position:absolute;width:20px;height:20px;border:2px solid white;border-radius:100%;box-shadow:0 0 15px #00000026;transform:translate(-10px,-4px)}.rcp-alpha{cursor:ew-resize;position:relative;width:100%;height:12px;border-radius:10px}.rcp-alpha-cursor{position:absolute;width:20px;height:20px;border:2px solid white;border-radius:100%;box-shadow:0 0 15px #00000026;transform:translate(-10px,-4px)}.rcp-fields{display:flex;flex-direction:column;gap:10px}.rcp-fields-floor{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.rcp-field{display:flex;flex-direction:column;width:100%}.rcp-field-input{width:100%;font-family:inherit;font-size:14px;text-align:center;color:var(--rcp-field-input-color);background-color:transparent;border:2px solid var(--rcp-field-input-border-color);border-radius:5px;outline:none;padding:5px 0}.rcp-field-input:read-only{opacity:.8}.rcp-field-label{font-size:14px;text-align:center;color:var(--rcp-field-label-color)}.math-node{min-width:1em;min-height:1em;font-size:.95em;font-family:Consolas,Ubuntu Mono,monospace;cursor:auto}.math-node.empty-math .math-render:before{content:"(empty)";color:red}.math-node .math-render.parse-error:before{content:"(math error)";color:red;cursor:help}.math-node.ProseMirror-selectednode{outline:none}.math-node .math-src{display:none;color:#8421a2;tab-size:4}.math-node.ProseMirror-selectednode .math-src{display:inline}.math-node.ProseMirror-selectednode .math-render{display:none}math-inline{display:inline;white-space:nowrap}math-inline .math-render{display:inline-block;font-size:.85em;cursor:pointer}math-inline .math-src .ProseMirror{display:inline;border-right:1px solid transparent;border-left:1px solid transparent}math-inline .math-src:after,math-inline .math-src:before{content:"$";color:#b0b0b0}math-display{display:block}math-display .math-render{display:block}math-display.ProseMirror-selectednode{background-color:#eee}math-display .math-src .ProseMirror{width:100%;display:block}math-display .math-src:after,math-display .math-src:before{content:"$$";text-align:left;color:#b0b0b0}math-display .katex-display{margin:0}p::selection,p>*::selection{background-color:silver}.katex-html *::selection{background-color:none!important}.math-node.math-select .math-render{background-color:silver}math-inline.math-select .math-render{padding-top:2px}._page_1w86s_7{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:#09090b;position:relative;overflow:hidden}._bgGrid_1w86s_19{position:absolute;inset:0;z-index:0;background-size:50px 50px;background-image:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px);mask-image:linear-gradient(to bottom,black 20%,transparent 80%);-webkit-mask-image:linear-gradient(to bottom,black 20%,transparent 80%)}._glow1_1w86s_31{position:absolute;top:-10%;left:-10%;width:50vw;height:50vw;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);z-index:0;animation:_breathe_1w86s_1 8s ease-in-out infinite alternate;pointer-events:none}._glow2_1w86s_43{position:absolute;top:40%;right:-10%;width:40vw;height:40vw;background:radial-gradient(circle,rgba(14,165,233,.12) 0%,transparent 70%);z-index:0;animation:_breathe_1w86s_1 10s ease-in-out infinite alternate-reverse;pointer-events:none}._orbEmerald_1w86s_55{position:absolute;top:25%;left:25%;width:384px;height:384px;background:#10b981;border-radius:50%;mix-blend-mode:screen;filter:blur(120px);opacity:.2;pointer-events:none}._orbSky_1w86s_69{position:absolute;bottom:25%;right:25%;width:384px;height:384px;background:#0ea5e9;border-radius:50%;mix-blend-mode:screen;filter:blur(120px);opacity:.2;pointer-events:none}@keyframes _breathe_1w86s_1{0%{transform:scale(1);opacity:.8}to{transform:scale(1.2);opacity:1}}._card_1w86s_90{position:relative;z-index:1;width:100%;max-width:1024px;margin:0 24px;background:#18181b80;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:32px;overflow:hidden;display:flex;box-shadow:0 20px 60px #10b98126}._brandPanel_1w86s_108{display:none;width:50%;padding:48px;background:linear-gradient(to bottom right,#09090b,#18181b);flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;border-right:1px solid rgba(255,255,255,.05)}._brandDots_1w86s_120{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMSIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjEpIi8+PC9zdmc+);opacity:.5}._brandContent_1w86s_130{position:relative;z-index:1}._brandLogo_1w86s_135{display:flex;align-items:center;gap:12px;margin-bottom:40px}._brandLogoIcon_1w86s_142{width:48px;height:48px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #10b98166;font-size:28px;color:#059669}._brandLogoText_1w86s_155{font-weight:800;font-size:24px;letter-spacing:-.02em;color:#fff}._brandLogoText_1w86s_155 span{color:#34d399}._brandTitle_1w86s_166{font-size:36px;font-weight:800;color:#fff;line-height:1.2;margin-bottom:24px}._brandTitleGradient_1w86s_174{background:linear-gradient(to right,#34d399,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._brandDesc_1w86s_181{color:#a1a1aa;font-size:18px;line-height:1.7;margin-bottom:32px}._featureList_1w86s_188{display:flex;flex-direction:column;gap:16px}._featureItem_1w86s_194{display:flex;align-items:center;gap:12px;background:#ffffff0d;width:fit-content;padding:8px 16px;border-radius:9999px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._featureItem_1w86s_194:nth-child(2){margin-left:24px}._featureItem_1w86s_194 i{font-size:18px}._featureItemText_1w86s_214{font-size:14px;font-weight:700;color:#d4d4d8}._testimonial_1w86s_221{position:relative;z-index:1;margin-top:48px;background:#0006;padding:20px;border-radius:16px;border:1px solid rgba(255,255,255,.05);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._testimonialStars_1w86s_232{color:#fbbf24;font-size:14px;margin-bottom:8px;display:flex;gap:2px}._testimonialText_1w86s_240{color:#d4d4d8;font-size:14px;font-weight:500;font-style:italic;margin-bottom:16px;line-height:1.5}._testimonialAuthor_1w86s_249{display:flex;align-items:center;gap:12px}._testimonialAvatar_1w86s_255{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.2);object-fit:cover}._testimonialName_1w86s_263{font-size:12px;font-weight:700;color:#fff}._testimonialRole_1w86s_269{font-size:10px;color:#34d399}._formPanel_1w86s_276{width:100%;padding:32px 28px;position:relative}._mobileLogo_1w86s_283{display:flex;align-items:center;gap:12px;justify-content:center;margin-bottom:40px}._mobileLogoIcon_1w86s_291{width:40px;height:40px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 15px #10b98166;font-size:22px;color:#059669}._mobileLogoText_1w86s_304{font-weight:800;font-size:22px;letter-spacing:-.02em;color:#fff}._mobileLogoText_1w86s_304 span{color:#34d399}._formHeader_1w86s_317{margin-bottom:32px;text-align:center}._formTitle_1w86s_322{font-size:28px;font-weight:800;color:#fff;margin-bottom:8px}._formSubtitle_1w86s_329{font-size:14px;color:#a1a1aa;font-weight:500}._form_1w86s_276{display:flex;flex-direction:column;gap:16px;animation:_fadeIn_1w86s_1 .5s ease-out forwards}@keyframes _fadeIn_1w86s_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._field_1w86s_351{display:flex;flex-direction:column;gap:8px}._fieldLabel_1w86s_357{font-size:11px;font-weight:700;color:#a1a1aa;text-transform:uppercase;letter-spacing:.1em;margin-left:4px}._fieldInputWrap_1w86s_366{position:relative}._fieldIcon_1w86s_370{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#71717a;font-size:18px;pointer-events:none}._fieldInput_1w86s_366{width:100%;padding:14px 16px 14px 48px;background:#09090b99;border:1px solid rgba(255,255,255,.1);border-radius:12px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;color:#f8fafc;outline:none;transition:all .3s ease}._fieldInput_1w86s_366::placeholder{color:#52525b}._fieldInput_1w86s_366:focus{border-color:#10b981;box-shadow:0 0 15px #10b98133;background:#09090bcc}._fieldInput_1w86s_366:disabled{opacity:.5;cursor:not-allowed}._eyeBtn_1w86s_409{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#52525b;font-size:18px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .15s}._eyeBtn_1w86s_409:hover{color:#a1a1aa}._otpHeader_1w86s_432{margin-bottom:28px;animation:_fadeIn_1w86s_1 .5s ease-out forwards}._backBtn_1w86s_437{background:none;border:none;color:#71717a;font-size:13px;font-weight:600;cursor:pointer;padding:0;margin-bottom:16px;display:flex;align-items:center;gap:6px;transition:color .15s}._backBtn_1w86s_437:hover:not(:disabled){color:#d4d4d8}._backBtn_1w86s_437 i{font-size:16px}._otpTitle_1w86s_460{font-size:24px;font-weight:800;color:#fff;margin-bottom:8px}._otpSubtitle_1w86s_467{font-size:14px;color:#71717a;line-height:1.5}._otpSubtitle_1w86s_467 strong{color:#a1a1aa}._otpRow_1w86s_479{display:flex;gap:10px;justify-content:center;margin:8px 0 4px}._otpBox_1w86s_486{width:48px;height:56px;background:#09090b99;border:1px solid rgba(255,255,255,.12);border-radius:12px;font-family:Plus Jakarta Sans,sans-serif;font-size:22px;font-weight:700;color:#f8fafc;text-align:center;outline:none;transition:border-color .18s,background .18s,box-shadow .18s;caret-color:transparent}._otpBox_1w86s_486:focus{border-color:#10b981;background:#10b98114;box-shadow:0 0 15px #10b98133}._otpBoxFilled_1w86s_508{border-color:#10b9818c;background:#10b9811a;color:#6ee7b7}._otpBox_1w86s_486:disabled{opacity:.45;cursor:not-allowed}._errorBanner_1w86s_521{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#ef44441a;border:1px solid rgba(239,68,68,.28);border-radius:12px;color:#fca5a5;font-size:13px;font-weight:500;margin-bottom:4px;line-height:1.4}._errorIcon_1w86s_536{font-size:16px;flex-shrink:0}._primaryBtn_1w86s_543{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:16px 24px;background:linear-gradient(to right,#10b981,#06b6d4);border:none;border-radius:12px;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-weight:800;color:#064e3b;cursor:pointer;box-shadow:0 0 20px #10b9814d;margin-top:8px;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.34,1.56,.64,1)}._primaryBtn_1w86s_543:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#fff6,#fff0);transform:skew(-25deg);animation:_shine_1w86s_1 3s infinite}@keyframes _shine_1w86s_1{0%{left:-100%}20%{left:200%}to{left:200%}}._primaryBtn_1w86s_543:hover:not(:disabled){transform:scale(1.02) translateY(-2px);box-shadow:0 15px 30px -10px #10b9814d}._primaryBtn_1w86s_543:active:not(:disabled){transform:scale(.98)}._primaryBtn_1w86s_543:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}._primaryBtn_1w86s_543:disabled:before{animation:none}._spinner_1w86s_605{display:inline-block;width:16px;height:16px;border:2px solid rgba(6,78,59,.3);border-top-color:#064e3b;border-radius:50%;animation:_spin_1w86s_605 .75s linear infinite;flex-shrink:0}@keyframes _spin_1w86s_605{to{transform:rotate(360deg)}}._resendRow_1w86s_622{display:flex;justify-content:center;margin-top:4px}._resendTimer_1w86s_628{font-size:13px;color:#52525b}._resendBtn_1w86s_633{background:none;border:none;font-size:13px;font-weight:700;color:#34d399;cursor:pointer;padding:4px 8px;border-radius:8px;transition:background .15s}._resendBtn_1w86s_633:hover:not(:disabled){background:#34d3991a}._resendBtn_1w86s_633:disabled{opacity:.4;cursor:not-allowed}._secondaryBtn_1w86s_656{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:12px;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-weight:700;color:#d4d4d8;cursor:pointer;transition:all .2s ease}._secondaryBtn_1w86s_656 i{font-size:18px}._secondaryBtn_1w86s_656:hover{background:#ffffff14;border-color:#fff3;color:#fff}._secondaryBtn_1w86s_656:active{transform:scale(.98)}._forgotRow_1w86s_690{display:flex;justify-content:flex-end;margin-top:-4px}._forgotLink_1w86s_696{background:none;border:none;font-family:inherit;font-size:13px;font-weight:600;color:#38bdf8;cursor:pointer;padding:4px 0;transition:color .15s}._forgotLink_1w86s_696:hover{color:#7dd3fc}._divider_1w86s_714{display:flex;align-items:center;padding:8px 0}._dividerLine_1w86s_720{flex:1;height:1px;background:#ffffff1a}._dividerText_1w86s_726{padding:0 16px;font-size:11px;font-weight:700;color:#52525b;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}._toggleRow_1w86s_738{text-align:center;margin-top:24px;font-size:14px;color:#a1a1aa;font-weight:500}._toggleLink_1w86s_746{color:#34d399;font-weight:700;cursor:pointer;background:none;border:none;font-family:inherit;font-size:inherit;transition:color .15s}._toggleLink_1w86s_746:hover{color:#fff}._toggleLinkSky_1w86s_761{color:#38bdf8}._toggleLinkSky_1w86s_761:hover{color:#fff}._footerNote_1w86s_769{margin-top:20px;text-align:center;font-size:12px;color:#52525b;line-height:1.5}._footerLink_1w86s_777{color:#71717a;cursor:pointer;transition:color .15s}._footerLink_1w86s_777:hover{color:#a1a1aa;text-decoration:underline}@media(min-width:768px){._brandPanel_1w86s_108{display:flex}._formPanel_1w86s_276{width:50%;padding:48px 56px}._mobileLogo_1w86s_283{display:none}._formHeader_1w86s_317{text-align:left}}@media(max-width:500px){._card_1w86s_90{margin:0 12px;border-radius:20px}._formPanel_1w86s_276{padding:24px 16px}._formTitle_1w86s_322{font-size:22px}._otpTitle_1w86s_460{font-size:20px}._otpBox_1w86s_486{width:42px;height:50px;font-size:20px}._otpRow_1w86s_479{gap:8px}._orbEmerald_1w86s_55,._orbSky_1w86s_69{width:200px;height:200px}}@media(max-width:380px){._card_1w86s_90{margin:0 8px;border-radius:16px}._formPanel_1w86s_276{padding:20px 14px}._otpBox_1w86s_486{width:36px;height:44px;font-size:18px}._otpRow_1w86s_479{gap:6px}}[data-theme=light] ._page_1w86s_7{background:#f1f5f9}[data-theme=light] ._bgGrid_1w86s_19{background-image:linear-gradient(to right,rgba(0,0,0,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.03) 1px,transparent 1px)}[data-theme=light] ._glow1_1w86s_31{background:radial-gradient(circle,rgba(16,185,129,.08) 0%,transparent 70%)}[data-theme=light] ._glow2_1w86s_43{background:radial-gradient(circle,rgba(14,165,233,.06) 0%,transparent 70%)}[data-theme=light] ._orbEmerald_1w86s_55,[data-theme=light] ._orbSky_1w86s_69{mix-blend-mode:multiply;opacity:.08}[data-theme=light] ._card_1w86s_90{background:#ffffffe6;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 60px #00000014}[data-theme=light] ._brandPanel_1w86s_108{background:linear-gradient(to bottom right,#f8fafc,#e2e8f0);border-right:1px solid rgba(0,0,0,.06)}[data-theme=light] ._brandDots_1w86s_120{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMSIgZmlsbD0icmdiYSgwLDAsMCwwLjA4KSIvPjwvc3ZnPg==)}[data-theme=light] ._brandLogoText_1w86s_155,[data-theme=light] ._brandTitle_1w86s_166{color:#0f172a}[data-theme=light] ._brandDesc_1w86s_181{color:#64748b}[data-theme=light] ._featureItem_1w86s_194{background:#00000008;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._featureItemText_1w86s_214{color:#475569}[data-theme=light] ._testimonial_1w86s_221{background:#fff9;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._testimonialText_1w86s_240{color:#475569}[data-theme=light] ._testimonialName_1w86s_263,[data-theme=light] ._mobileLogoText_1w86s_304,[data-theme=light] ._formTitle_1w86s_322{color:#0f172a}[data-theme=light] ._formSubtitle_1w86s_329,[data-theme=light] ._fieldLabel_1w86s_357{color:#64748b}[data-theme=light] ._fieldInput_1w86s_366{background:#f1f5f9cc;border:1px solid rgba(0,0,0,.1);color:#0f172a}[data-theme=light] ._fieldInput_1w86s_366::placeholder{color:#94a3b8}[data-theme=light] ._fieldInput_1w86s_366:focus{background:#fff;border-color:#10b981;box-shadow:0 0 12px #10b98126}[data-theme=light] ._fieldIcon_1w86s_370,[data-theme=light] ._eyeBtn_1w86s_409{color:#94a3b8}[data-theme=light] ._eyeBtn_1w86s_409:hover{color:#64748b}[data-theme=light] ._otpTitle_1w86s_460{color:#0f172a}[data-theme=light] ._otpSubtitle_1w86s_467{color:#94a3b8}[data-theme=light] ._otpSubtitle_1w86s_467 strong{color:#475569}[data-theme=light] ._backBtn_1w86s_437{color:#94a3b8}[data-theme=light] ._backBtn_1w86s_437:hover:not(:disabled){color:#475569}[data-theme=light] ._otpBox_1w86s_486{background:#f1f5f9cc;border:1px solid rgba(0,0,0,.1);color:#0f172a}[data-theme=light] ._otpBox_1w86s_486:focus{background:#fff;border-color:#10b981}[data-theme=light] ._otpBoxFilled_1w86s_508{background:#10b9810f;border-color:#10b98166;color:#059669}[data-theme=light] ._secondaryBtn_1w86s_656{background:#f1f5f9cc;border:1px solid rgba(0,0,0,.08);color:#475569}[data-theme=light] ._secondaryBtn_1w86s_656:hover{background:#e2e8f0cc;border-color:#0000001f;color:#0f172a}[data-theme=light] ._dividerLine_1w86s_720{background:#00000014}[data-theme=light] ._dividerText_1w86s_726{color:#94a3b8}[data-theme=light] ._toggleRow_1w86s_738{color:#64748b}[data-theme=light] ._toggleLink_1w86s_746:hover,[data-theme=light] ._toggleLinkSky_1w86s_761:hover{color:#0f172a}[data-theme=light] ._footerNote_1w86s_769{color:#94a3b8}[data-theme=light] ._footerLink_1w86s_777{color:#64748b}[data-theme=light] ._footerLink_1w86s_777:hover{color:#0f172a}[data-theme=light] ._resendTimer_1w86s_628{color:#94a3b8}._page_13d0i_4{position:relative;min-height:100vh;-webkit-font-smoothing:antialiased}._page_13d0i_4 ::selection{background:#10b981;color:#fff}._blob1_13d0i_8{position:absolute;top:80px;left:25%;width:288px;height:288px;background:#10b981;border-radius:50%;mix-blend-mode:screen;filter:blur(100px);opacity:.2}._blob2_13d0i_9{position:absolute;top:160px;right:25%;width:288px;height:288px;background:#0ea5e9;border-radius:50%;mix-blend-mode:screen;filter:blur(100px);opacity:.2}._nav_13d0i_12{position:fixed;width:100%;top:0;z-index:50;transition:all .3s}._navInner_13d0i_13{max-width:80rem;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;position:relative}._navScrolled_13d0i_14{box-shadow:0 20px 25px -5px #00000080}._navPy4_13d0i_15{padding-top:16px;padding-bottom:16px}._navPy2_13d0i_16{padding-top:8px;padding-bottom:8px}._logoWrap_13d0i_17{display:flex;align-items:center;gap:12px;cursor:pointer}._logoIcon_13d0i_18{width:40px;height:40px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #10b98166;transition:transform .3s}._logoWrap_13d0i_17:hover ._logoIcon_13d0i_18{transform:scale(1.1)}._logoIcon_13d0i_18 i{font-size:24px;color:#059669}._logoText_13d0i_21{font-family:Sunborn SansOne,sans-serif;font-weight:800;font-size:1.25rem;letter-spacing:.02em;color:#fff;transition:color .3s;text-transform:uppercase}._logoText_13d0i_21 span{color:#34d399;transition:color .3s}._logoWrap_13d0i_17:hover ._logoText_13d0i_21{color:#34d399}._logoWrap_13d0i_17:hover ._logoText_13d0i_21 span{color:#fff}._desktopLinks_13d0i_25{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:600}._navActions_13d0i_26{display:flex;align-items:center;gap:16px}._loginBtn_13d0i_27{font-size:14px;font-weight:700;color:#d4d4d8;background:none;border:none;cursor:pointer;transition:color .2s}._loginBtn_13d0i_27:hover{color:#fff}._getStartedBtn_13d0i_29{background:linear-gradient(135deg,#10b981,#06b6d4);color:#fff;padding:10px 20px;border-radius:12px;font-size:14px;font-weight:700;border:none;cursor:pointer;box-shadow:0 0 20px #10b9814d}._hamburger_13d0i_30{color:#fff;font-size:24px;cursor:pointer;background:none;border:none;display:none}._mobileMenu_13d0i_31{position:absolute;top:100%;left:0;width:100%;display:flex;flex-direction:column;padding:24px;gap:16px;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080}._mobileMenuHidden_13d0i_32{display:none}._mobileLink_13d0i_33{color:#fff;font-weight:600;font-size:18px;text-decoration:none}._mobileDivider_13d0i_34{border:none;border-top:1px solid rgba(255,255,255,.1);margin:8px 0}._mobileLoginBtn_13d0i_35{color:#d4d4d8;font-weight:600;font-size:18px;text-align:left;background:none;border:none;cursor:pointer}._mobileCta_13d0i_36{background:linear-gradient(135deg,#10b981,#06b6d4);color:#fff;padding:12px 20px;border-radius:12px;text-align:center;font-weight:700;border:none;cursor:pointer}._heroSection_13d0i_39{position:relative;padding:192px 0 128px;overflow:hidden}._heroGrid_13d0i_40{max-width:80rem;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;position:relative;z-index:10}._heroFade_13d0i_41{animation:_fadeIn_13d0i_1 .8s ease-out}@keyframes _fadeIn_13d0i_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._heroBadge_13d0i_43{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:9999px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#34d399;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px;box-shadow:0 0 15px #10b98133;cursor:default;transition:background .2s}._heroBadge_13d0i_43:hover{background:#10b98133}._heroBadgeDot_13d0i_45{width:8px;height:8px;border-radius:50%;background:#10b981;animation:_pulse_13d0i_1 2s infinite;box-shadow:0 0 10px #10b981}@keyframes _pulse_13d0i_1{0%,to{opacity:1}50%{opacity:.5}}._heroTitle_13d0i_47{font-size:3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:24px;line-height:1.1;color:#fff}._heroDesc_13d0i_48{font-size:1.125rem;color:#a1a1aa;margin-bottom:32px;max-width:32rem;line-height:1.6;font-weight:500}._heroCta_13d0i_49{display:flex;flex-direction:column;gap:16px}._heroCtaPrimary_13d0i_50{background:#fff;color:#022c22;padding:16px 32px;border-radius:12px;font-weight:700;font-size:1.125rem;box-shadow:0 0 40px #fff3;display:flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer}._heroCtaSecondary_13d0i_51{padding:16px 32px;border-radius:12px;font-weight:700;font-size:1.125rem;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:all .3s;background:none;border:none}._heroCtaSecondary_13d0i_51:hover{background:#ffffff1a}._heroCtaSecondary_13d0i_51 i{color:#34d399}._heroTrust_13d0i_54{margin-top:32px;display:flex;align-items:center;gap:16px;font-size:14px;color:#71717a;font-weight:500}._trustAvatars_13d0i_55{display:flex}._trustAvatars_13d0i_55 img{width:32px;height:32px;border-radius:50%;border:2px solid #09090b;box-shadow:0 4px 6px #0000004d;margin-left:-8px}._trustAvatars_13d0i_55 img:first-child{margin-left:0}._trustHighlight_13d0i_58{color:#fff;font-weight:700;letter-spacing:.05em}._mockupWrap_13d0i_61{position:relative;height:500px}._mockupCard_13d0i_62{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:320px;height:384px;border-top:4px solid #10b981;padding:24px;border-radius:16px;z-index:20;overflow:hidden;box-shadow:0 20px 50px #10b98126}._mockupHeader_13d0i_63{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:16px;margin-bottom:16px;position:relative;z-index:10}._mockupHeaderLabel_13d0i_64{font-size:12px;font-weight:700;color:#a1a1aa;text-transform:uppercase;letter-spacing:.1em}._mockupHeaderIcon_13d0i_65{color:#fbbf24;font-size:20px;filter:drop-shadow(0 0 8px rgba(251,191,36,.5))}._mockupBar_13d0i_66{background:#27272a;border-radius:4px;position:relative;z-index:10}._mockupBar1_13d0i_67{width:66%;height:16px;margin-bottom:16px}._mockupBar2_13d0i_68{width:100%;height:12px;margin-bottom:8px}._mockupBar3_13d0i_69{width:83%;height:12px;margin-bottom:24px}._mockupBar4_13d0i_70{width:100%;height:12px;margin-bottom:8px}._mockupBar5_13d0i_71{width:50%;height:12px}._mockupMath_13d0i_72{padding:16px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:8px;text-align:center;margin-bottom:16px;color:#6ee7b7;font-family:monospace;font-size:12px;box-shadow:inset 0 2px 4px #0000001a;position:relative;z-index:10}._badge_13d0i_73{position:absolute;padding:16px;border-radius:12px;display:flex;align-items:center;gap:12px;z-index:30;box-shadow:0 10px 30px #00000080;transition:transform .2s}._badge_13d0i_73:hover{transform:scale(1.05)}._badgeIcon_13d0i_75{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:inset 0 2px 4px #0000001a}._badgeName_13d0i_76{font-size:14px;font-weight:700;color:#fff}._badgeSub_13d0i_77{font-size:12px}._badgeOcr_13d0i_78{top:80px;left:0;border:1px solid rgba(14,165,233,.3)}._badgeOcrIcon_13d0i_79{background:#0ea5e933;color:#38bdf8}._badgeOcrSub_13d0i_80{color:#38bdf8;font-weight:700}._badgeAi_13d0i_81{bottom:80px;right:0;border:1px solid rgba(245,158,11,.3)}._badgeAiIcon_13d0i_82{background:#f59e0b33;color:#fbbf24}._badgeAiSub_13d0i_83{color:#a1a1aa}._badgePdf_13d0i_84{top:40px;right:16px;border:1px solid rgba(244,63,94,.3)}._badgePdfIcon_13d0i_85{background:#f43f5e33;color:#f43f5e}._badgePdfSub_13d0i_86{color:#fb7185;font-weight:700}._section_13d0i_89{position:relative;padding:80px 0}._sectionAlt_13d0i_90{background:#18181b66;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}._sectionLg_13d0i_91{padding:96px 0}._container_13d0i_92{max-width:80rem;margin:0 auto;padding:0 24px}._sectionHeader_13d0i_93{text-align:center;margin-bottom:64px}._sectionTitle_13d0i_94{font-size:1.875rem;font-weight:800;margin-bottom:16px;color:#fff}._sectionTitleLg_13d0i_95{font-size:3rem}._sectionDesc_13d0i_96{color:#a1a1aa;max-width:42rem;margin:0 auto;font-size:1.125rem}._featHeader_13d0i_97{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;margin-bottom:64px;gap:24px}._grid3_13d0i_100{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative}._grid3line_13d0i_101{display:block;position:absolute;top:48px;left:16%;right:16%;height:2px;background:linear-gradient(90deg,transparent,rgba(16,185,129,.4),transparent);z-index:0}._stepCard_13d0i_104{text-align:center;position:relative;z-index:10}._stepIcon_13d0i_105{width:96px;height:96px;margin:0 auto 24px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2.25rem}._stepIconSky_13d0i_106{box-shadow:0 0 30px #0ea5e926;border:1px solid rgba(14,165,233,.4);color:#38bdf8}._stepIconEmerald_13d0i_107{box-shadow:0 0 30px #10b98126;border:1px solid rgba(16,185,129,.4);color:#34d399}._stepIconAmber_13d0i_108{box-shadow:0 0 30px #f59e0b26;border:1px solid rgba(245,158,11,.4);color:#fbbf24}._stepTitle_13d0i_109{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:8px}._stepDesc_13d0i_110{font-size:14px;color:#a1a1aa;line-height:1.6}._audienceCard_13d0i_113{padding:32px;border-radius:24px;transition:all .3s}._audienceCard_13d0i_113:hover{transform:translateY(-8px)}._audienceIcon_13d0i_115{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.875rem;margin-bottom:24px;box-shadow:inset 0 2px 4px #0000001a}._audienceIconSky_13d0i_116{background:#0ea5e91a;border:1px solid rgba(14,165,233,.2);color:#38bdf8}._audienceIconEmerald_13d0i_117{background:#10b9811a;border:1px solid rgba(16,185,129,.2);color:#34d399}._audienceIconAmber_13d0i_118{background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);color:#fbbf24}._audienceTitle_13d0i_119{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:8px}._audienceDesc_13d0i_120{font-size:14px;color:#a1a1aa;line-height:1.6}._audienceCardFeatured_13d0i_121{border-color:#10b9814d;box-shadow:0 10px 30px #10b9810d}._audienceCardFeatured_13d0i_121:hover{border-color:#10b98180}._featCard_13d0i_125{padding:4px;border-radius:28px;transition:all .5s}._featCard_13d0i_125:hover{transform:translateY(-8px)}._featCardInner_13d0i_127{background:#09090be6;border-radius:24px;height:100%;padding:32px;position:relative;overflow:hidden}._featGlow_13d0i_128{position:absolute;top:0;right:0;width:128px;height:128px;border-radius:50%;filter:blur(48px);transition:all .5s}._featGlowSky_13d0i_129{background:#0ea5e91a}._featCard_13d0i_125:hover ._featGlowSky_13d0i_129{background:#0ea5e940}._featGlowAmber_13d0i_131{background:#f59e0b1a}._featCard_13d0i_125:hover ._featGlowAmber_13d0i_131{background:#f59e0b40}._featGlowEmerald_13d0i_133{background:#10b9811a}._featCard_13d0i_125:hover ._featGlowEmerald_13d0i_133{background:#10b98140}._featTop_13d0i_135{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}._featIcon_13d0i_136{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:transform .3s;box-shadow:inset 0 2px 4px #0000001a}._featCard_13d0i_125:hover ._featIcon_13d0i_136{transform:rotate(12deg)}._featIconSky_13d0i_138{background:#0ea5e91a;border:1px solid rgba(14,165,233,.2);color:#38bdf8}._featIconAmber_13d0i_139{background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);color:#fbbf24}._featIconEmerald_13d0i_140{background:#10b9811a;border:1px solid rgba(16,185,129,.2);color:#34d399}._featBadge_13d0i_141{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:6px 12px;border-radius:9999px}._featBadgeSky_13d0i_142{color:#38bdf8;background:#0ea5e91a;border:1px solid rgba(14,165,233,.2);box-shadow:0 0 10px #0ea5e933}._featBadgeAmber_13d0i_143{color:#fbbf24;background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);box-shadow:0 0 10px #f59e0b33}._featBadgeEmerald_13d0i_144{color:#34d399;background:#10b9811a;border:1px solid rgba(16,185,129,.2);box-shadow:0 0 10px #10b98133}._featTitle_13d0i_145{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:12px;letter-spacing:.02em}._featDesc_13d0i_146{font-size:14px;color:#a1a1aa;line-height:1.6;margin-bottom:24px}._featLink_13d0i_147{display:flex;align-items:center;font-size:12px;font-weight:700;gap:4px;opacity:0;transform:translate(-10px);transition:all .3s}._featCard_13d0i_125:hover ._featLink_13d0i_147{opacity:1;transform:translate(0)}._featLinkSky_13d0i_149{color:#38bdf8}._featLinkAmber_13d0i_150{color:#fbbf24}._featLinkEmerald_13d0i_151{color:#34d399}._reviewCard_13d0i_154{padding:32px;border-radius:24px;transition:border-color .3s}._reviewCard_13d0i_154:hover{border-color:#fff3}._reviewStars_13d0i_156{display:flex;color:#fbbf24;margin-bottom:16px;filter:drop-shadow(0 0 5px rgba(251,191,36,.5))}._reviewText_13d0i_157{color:#d4d4d8;font-size:14px;margin-bottom:24px;line-height:1.6;font-style:italic}._reviewAuthor_13d0i_158{display:flex;align-items:center;gap:12px}._reviewAvatar_13d0i_159{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.2)}._reviewName_13d0i_160{font-size:14px;font-weight:700;color:#fff}._reviewRoleSky_13d0i_161{font-size:12px;color:#38bdf8}._reviewRoleEmerald_13d0i_162{font-size:12px;color:#34d399}._reviewRoleAmber_13d0i_163{font-size:12px;color:#fbbf24}._pricingGrid_13d0i_166{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:64rem;margin:0 auto}._priceCard_13d0i_167{padding:32px;border-radius:24px;border:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;transition:all .3s}._priceCard_13d0i_167:hover{transform:translateY(-8px);border-color:#ffffff4d}._priceCardFeatured_13d0i_169{border-color:#10b98180;position:relative;box-shadow:0 20px 50px #10b98126;transform:translateY(-16px)}._priceFeaturedBadge_13d0i_170{position:absolute;top:-16px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#10b981,#06b6d4);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:6px 16px;border-radius:9999px;box-shadow:0 0 15px #10b98180;white-space:nowrap}._priceName_13d0i_171{color:#d4d4d8;font-weight:700;font-size:1.25rem;margin-bottom:8px}._priceNameFeatured_13d0i_172{color:#34d399}._priceAmount_13d0i_173{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:24px}._priceAmountSuffix_13d0i_174{font-size:14px;color:#71717a;font-weight:500}._priceList_13d0i_175{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:16px;flex:1}._priceListItem_13d0i_176{display:flex;align-items:center;gap:12px;font-size:14px;color:#d4d4d8}._priceListItemWhite_13d0i_177{color:#fff}._priceListItem_13d0i_176 i{font-size:18px}._iconMuted_13d0i_179{color:#71717a}._iconEmerald_13d0i_180{color:#10b981}._iconCyan_13d0i_181{color:#06b6d4}._priceBtn_13d0i_182{width:100%;padding:12px;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s}._priceBtnDefault_13d0i_183{background:#27272a;color:#fff;border:1px solid rgba(255,255,255,.05)}._priceBtnDefault_13d0i_183:hover{background:#3f3f46}._priceBtnFeatured_13d0i_185{background:linear-gradient(135deg,#059669,#0891b2);color:#fff;border:none}._priceBtnFeatured_13d0i_185:hover{box-shadow:0 0 20px #10b98166}._faqWrap_13d0i_189{max-width:56rem;margin:0 auto;padding:0 24px}._faqList_13d0i_190{display:flex;flex-direction:column;gap:16px}._faqItem_13d0i_191{padding:24px;border-radius:16px;cursor:pointer;transition:all .3s}._faqItem_13d0i_191:hover{background:#ffffff1a;border-color:#10b9814d}._faqQuestion_13d0i_193{font-weight:700;color:#fff;display:flex;justify-content:space-between;align-items:center}._faqToggleIcon_13d0i_194{color:#34d399;transition:transform .3s}._faqToggleIconOpen_13d0i_195{transform:rotate(45deg)}._faqAnswer_13d0i_196{overflow:hidden;transition:all .3s}._faqAnswerShow_13d0i_197{max-height:160px;margin-top:8px}._faqAnswerHide_13d0i_198{max-height:0}._faqAnswerText_13d0i_199{font-size:14px;color:#a1a1aa;line-height:1.6}._ctaSection_13d0i_202{padding:96px 0;position:relative;overflow:hidden}._ctaBlob_13d0i_203{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:56rem;height:256px;background:#10b981;border-radius:50%;mix-blend-mode:screen;filter:blur(150px);opacity:.15}._ctaInner_13d0i_204{max-width:64rem;margin:0 auto;padding:0 24px;position:relative;z-index:10}._ctaCard_13d0i_205{padding:48px 80px;border-radius:24px;border:1px solid rgba(16,185,129,.3);text-align:center;box-shadow:0 20px 60px #10b98126;position:relative;overflow:hidden}._ctaGrad_13d0i_206{position:absolute;inset:0;background:linear-gradient(to top,rgba(16,185,129,.1),transparent);pointer-events:none}._ctaTitle_13d0i_207{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:24px;position:relative;z-index:10}._ctaDesc_13d0i_208{color:#a1a1aa;font-size:1.125rem;margin-bottom:40px;max-width:42rem;margin-left:auto;margin-right:auto;position:relative;z-index:10}._ctaBtn_13d0i_209{background:#fff;color:#022c22;padding:20px 40px;border-radius:16px;font-weight:800;font-size:1.125rem;box-shadow:0 0 40px #10b98166;display:flex;align-items:center;justify-content:center;gap:8px;margin:0 auto;cursor:pointer;border:none;position:relative;z-index:10}._ctaBtn_13d0i_209 i{font-size:20px}._ctaNote_13d0i_211{font-size:12px;color:#71717a;margin-top:24px;position:relative;z-index:10;font-weight:500}._footer_13d0i_214{border-top:1px solid rgba(255,255,255,.05);background:#09090bcc;padding:64px 0 32px;position:relative;z-index:10}._footerGrid_13d0i_215{max-width:80rem;margin:0 auto 48px;padding:0 24px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px}._footerBrand_13d0i_216{display:flex;align-items:center;gap:8px;margin-bottom:16px}._footerBrandIcon_13d0i_217{width:32px;height:32px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 10px #10b9814d}._footerBrandIcon_13d0i_217 i{color:#059669}._footerBrandText_13d0i_219{font-weight:800;font-size:1.25rem;color:#fff;letter-spacing:-.02em}._footerBrandText_13d0i_219 span{color:#34d399}._footerAbout_13d0i_221{font-size:14px;color:#a1a1aa;max-width:24rem;line-height:1.6}._footerColTitle_13d0i_222{color:#fff;font-weight:700;margin-bottom:16px;letter-spacing:.05em}._footerLinks_13d0i_223{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;font-size:14px}._footerLinks_13d0i_223 a{color:#a1a1aa;text-decoration:none;transition:color .2s}._footerLinks_13d0i_223 a:hover{color:#34d399}._footerBottom_13d0i_226{max-width:80rem;margin:0 auto;padding:32px 24px 0;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center;gap:16px;font-size:12px;color:#71717a;font-weight:500}._footerSocial_13d0i_227{display:flex;gap:20px;font-size:20px}._footerSocial_13d0i_227 a{color:#71717a;transition:all .2s;text-decoration:none}._footerSocial_13d0i_227 a:hover{color:#fff;transform:scale(1.1)}@media(max-width:1024px){._heroSection_13d0i_39{padding:160px 0 80px}._heroGrid_13d0i_40{grid-template-columns:1fr;gap:32px}._heroFade_13d0i_41{text-align:center;display:flex;flex-direction:column;align-items:center}._heroCta_13d0i_49,._heroTrust_13d0i_54{justify-content:center}._heroTitle_13d0i_47{font-size:2.5rem}._sectionTitle_13d0i_94{font-size:1.5rem}._sectionTitleLg_13d0i_95{font-size:2rem}._mockupWrap_13d0i_61{height:350px;margin:0 auto;max-width:400px}._mockupCard_13d0i_62{width:250px;height:300px;padding:16px}._mockupHeader_13d0i_63{padding-bottom:10px;margin-bottom:10px}._mockupHeaderLabel_13d0i_64{font-size:9px}._mockupHeaderIcon_13d0i_65{font-size:14px}._mockupBar1_13d0i_67{height:10px;margin-bottom:10px}._mockupBar2_13d0i_68{height:8px;margin-bottom:6px}._mockupBar3_13d0i_69{height:8px;margin-bottom:14px}._mockupMath_13d0i_72{padding:10px;margin-bottom:10px;font-size:9px}._mockupBar4_13d0i_70{height:8px;margin-bottom:6px}._mockupBar5_13d0i_71{height:8px}._badge_13d0i_73{padding:10px;border-radius:10px;gap:8px}._badgeIcon_13d0i_75{width:30px;height:30px;font-size:14px}._badgeName_13d0i_76{font-size:11px}._badgeSub_13d0i_77{font-size:9px}._badgeOcr_13d0i_78{top:10px}._badgeAi_13d0i_81{bottom:10px}._badgePdf_13d0i_84{top:0;right:0}._ctaCard_13d0i_205{padding:32px}._ctaTitle_13d0i_207{font-size:1.75rem}._footerGrid_13d0i_215{grid-template-columns:1fr 1fr}._pricingGrid_13d0i_166{grid-template-columns:1fr;max-width:28rem}._priceCardFeatured_13d0i_169{transform:none}._featHeader_13d0i_97{flex-direction:column;align-items:flex-start}}@media(max-width:768px){._desktopLinks_13d0i_25,._loginBtn_13d0i_27,._getStartedBtn_13d0i_29{display:none}._hamburger_13d0i_30{display:flex}._grid3_13d0i_100{grid-template-columns:1fr;gap:24px}._grid3line_13d0i_101{display:none}._footerGrid_13d0i_215{grid-template-columns:1fr}._footerBottom_13d0i_226{flex-direction:column;text-align:center}}@media(max-width:640px){._navInner_13d0i_13{padding:10px 12px}._logoIcon_13d0i_18{width:32px;height:32px;border-radius:8px}._logoIcon_13d0i_18 i{font-size:18px}._logoText_13d0i_21{font-size:1rem}._heroSection_13d0i_39{padding:100px 0 40px}._heroGrid_13d0i_40{padding:0 12px;gap:16px}._heroTitle_13d0i_47{font-size:1.75rem;margin-bottom:12px}._heroDesc_13d0i_48{font-size:.85rem;margin-bottom:16px}._heroBadge_13d0i_43{font-size:10px;padding:4px 12px;margin-bottom:16px}._heroCtaPrimary_13d0i_50,._heroCtaSecondary_13d0i_51{padding:12px 20px;font-size:.875rem}._heroTrust_13d0i_54{margin-top:16px;font-size:12px;gap:8px}._trustAvatars_13d0i_55 img{width:24px;height:24px}._section_13d0i_89{padding:48px 0}._sectionLg_13d0i_91{padding:64px 0}._sectionHeader_13d0i_93{margin-bottom:32px}._sectionTitle_13d0i_94{font-size:1.25rem;margin-bottom:8px}._sectionTitleLg_13d0i_95{font-size:1.5rem}._sectionDesc_13d0i_96{font-size:.875rem}._stepIcon_13d0i_105{width:64px;height:64px;font-size:1.5rem;margin-bottom:16px}._audienceCard_13d0i_113,._reviewCard_13d0i_154,._priceCard_13d0i_167,._featCardInner_13d0i_127{padding:20px}._faqItem_13d0i_191{padding:16px}._mockupWrap_13d0i_61{height:280px;margin:0 auto;max-width:320px}._mockupCard_13d0i_62{width:200px;height:240px;padding:12px;border-radius:10px;border-top-width:3px}._mockupHeader_13d0i_63{padding-bottom:6px;margin-bottom:6px}._mockupHeaderLabel_13d0i_64{font-size:8px}._mockupHeaderIcon_13d0i_65{font-size:12px}._mockupBar1_13d0i_67{height:8px;margin-bottom:8px}._mockupBar2_13d0i_68{height:6px;margin-bottom:4px}._mockupBar3_13d0i_69{height:6px;margin-bottom:10px}._mockupMath_13d0i_72{padding:6px;margin-bottom:8px;font-size:7px}._mockupBar4_13d0i_70{height:6px;margin-bottom:4px}._mockupBar5_13d0i_71{height:6px}._badge_13d0i_73{padding:8px 10px;border-radius:8px;gap:6px}._badgeIcon_13d0i_75{width:24px;height:24px;font-size:12px;border-radius:6px}._badgeName_13d0i_76{font-size:10px}._badgeSub_13d0i_77{font-size:8px}._badgeOcr_13d0i_78{top:5px;left:-10px}._badgeAi_13d0i_81{bottom:5px}._badgePdf_13d0i_84{top:5px;right:-10px}._mobileMenu_13d0i_31{padding:16px;gap:12px}._mobileLink_13d0i_33,._mobileLoginBtn_13d0i_35{font-size:14px}._ctaCard_13d0i_205{padding:24px}._ctaTitle_13d0i_207{font-size:1.5rem}._ctaDesc_13d0i_208{font-size:.875rem;margin-bottom:24px}._ctaBtn_13d0i_209{padding:14px 28px;font-size:.875rem;border-radius:12px}}@media(max-width:380px){._heroTitle_13d0i_47{font-size:1.4rem}._heroDesc_13d0i_48{font-size:.75rem}._heroCtaPrimary_13d0i_50,._heroCtaSecondary_13d0i_51{padding:10px 16px;font-size:.8rem}._mockupWrap_13d0i_61{height:180px}._mockupCard_13d0i_62{width:140px;height:165px;padding:8px}._badge_13d0i_73{padding:4px 6px}._badgeIcon_13d0i_75{width:18px;height:18px;font-size:9px}._badgeName_13d0i_76{font-size:7px}._badgeSub_13d0i_77{font-size:5px}}[data-theme=light] ._blob1_13d0i_8,[data-theme=light] ._blob2_13d0i_9{mix-blend-mode:multiply;opacity:.1}[data-theme=light] ._logoText_13d0i_21{color:#0f172a}[data-theme=light] ._logoWrap_13d0i_17:hover ._logoText_13d0i_21{color:#059669}[data-theme=light] ._logoWrap_13d0i_17:hover ._logoText_13d0i_21 span{color:#0f172a}[data-theme=light] ._loginBtn_13d0i_27{color:#475569}[data-theme=light] ._loginBtn_13d0i_27:hover,[data-theme=light] ._hamburger_13d0i_30{color:#0f172a}[data-theme=light] ._navScrolled_13d0i_14{box-shadow:0 4px 12px #00000014}[data-theme=light] ._mobileMenu_13d0i_31{border-top:1px solid rgba(0,0,0,.06);box-shadow:0 12px 24px #00000014}[data-theme=light] ._mobileLink_13d0i_33{color:#0f172a}[data-theme=light] ._mobileDivider_13d0i_34{border-top:1px solid rgba(0,0,0,.08)}[data-theme=light] ._mobileLoginBtn_13d0i_35{color:#475569}[data-theme=light] ._heroTitle_13d0i_47{color:#0f172a}[data-theme=light] ._heroDesc_13d0i_48{color:#64748b}[data-theme=light] ._heroCtaPrimary_13d0i_50{background:#0f172a;color:#fff;box-shadow:0 4px 16px #00000026}[data-theme=light] ._heroCtaSecondary_13d0i_51{color:#0f172a}[data-theme=light] ._heroCtaSecondary_13d0i_51:hover{background:#0000000a}[data-theme=light] ._heroTrust_13d0i_54{color:#94a3b8}[data-theme=light] ._trustHighlight_13d0i_58{color:#0f172a}[data-theme=light] ._trustAvatars_13d0i_55 img{border:2px solid #fff}[data-theme=light] ._mockupCard_13d0i_62{background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 50px #00000014}[data-theme=light] ._mockupHeader_13d0i_63{border-bottom:1px solid rgba(0,0,0,.06)}[data-theme=light] ._mockupHeaderLabel_13d0i_64{color:#64748b}[data-theme=light] ._mockupBar_13d0i_66{background:#e2e8f0}[data-theme=light] ._badge_13d0i_73{box-shadow:0 4px 16px #00000014;background:#fff}[data-theme=light] ._badgeName_13d0i_76{color:#0f172a}[data-theme=light] ._badgeAiSub_13d0i_83{color:#64748b}[data-theme=light] ._sectionAlt_13d0i_90{background:#f1f5f980;border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.04)}[data-theme=light] ._sectionTitle_13d0i_94{color:#0f172a}[data-theme=light] ._sectionDesc_13d0i_96{color:#64748b}[data-theme=light] ._stepTitle_13d0i_109{color:#0f172a}[data-theme=light] ._stepDesc_13d0i_110{color:#64748b}[data-theme=light] ._audienceCard_13d0i_113{background:#fff;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._audienceTitle_13d0i_119{color:#0f172a}[data-theme=light] ._audienceDesc_13d0i_120{color:#64748b}[data-theme=light] ._featCardInner_13d0i_127{background:#fff;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._featTitle_13d0i_145{color:#0f172a}[data-theme=light] ._featDesc_13d0i_146{color:#64748b}[data-theme=light] ._reviewCard_13d0i_154{background:#fff;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._reviewCard_13d0i_154:hover{border-color:#00000026}[data-theme=light] ._reviewText_13d0i_157{color:#475569}[data-theme=light] ._reviewAvatar_13d0i_159{border:1px solid rgba(0,0,0,.08)}[data-theme=light] ._reviewName_13d0i_160{color:#0f172a}[data-theme=light] ._priceCard_13d0i_167{border:1px solid rgba(0,0,0,.08);background:#fff}[data-theme=light] ._priceCard_13d0i_167:hover{border-color:#00000026}[data-theme=light] ._priceName_13d0i_171{color:#475569}[data-theme=light] ._priceAmount_13d0i_173{color:#0f172a}[data-theme=light] ._priceAmountSuffix_13d0i_174{color:#94a3b8}[data-theme=light] ._priceListItem_13d0i_176{color:#475569}[data-theme=light] ._priceListItemWhite_13d0i_177{color:#0f172a}[data-theme=light] ._iconMuted_13d0i_179{color:#cbd5e1}[data-theme=light] ._priceBtnDefault_13d0i_183{background:#f1f5f9;color:#0f172a;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._priceBtnDefault_13d0i_183:hover{background:#e2e8f0}[data-theme=light] ._faqItem_13d0i_191{background:#fff;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._faqItem_13d0i_191:hover{background:#10b9810a}[data-theme=light] ._faqQuestion_13d0i_193{color:#0f172a}[data-theme=light] ._faqAnswerText_13d0i_199{color:#64748b}[data-theme=light] ._ctaBlob_13d0i_203{mix-blend-mode:multiply}[data-theme=light] ._ctaCard_13d0i_205{background:#fff;border:1px solid rgba(16,185,129,.2);box-shadow:0 8px 32px #10b98114}[data-theme=light] ._ctaTitle_13d0i_207{color:#0f172a}[data-theme=light] ._ctaDesc_13d0i_208{color:#64748b}[data-theme=light] ._ctaBtn_13d0i_209{background:#0f172a;color:#fff;box-shadow:0 4px 16px #00000026}[data-theme=light] ._ctaNote_13d0i_211{color:#94a3b8}[data-theme=light] ._footer_13d0i_214{background:#f8fafc;border-top:1px solid rgba(0,0,0,.06)}[data-theme=light] ._footerBrandText_13d0i_219{color:#0f172a}[data-theme=light] ._footerAbout_13d0i_221{color:#64748b}[data-theme=light] ._footerColTitle_13d0i_222{color:#0f172a}[data-theme=light] ._footerLinks_13d0i_223 a{color:#64748b}[data-theme=light] ._footerBottom_13d0i_226{border-top:1px solid rgba(0,0,0,.06);color:#94a3b8}[data-theme=light] ._footerSocial_13d0i_227 a{color:#94a3b8}[data-theme=light] ._footerSocial_13d0i_227 a:hover{color:#0f172a}[data-theme=light] ._billingToggle_13d0i_443{background:#f1f5f9cc;border:1px solid rgba(0,0,0,.06)}[data-theme=light] ._billingToggleBtn_13d0i_444{color:#94a3b8}[data-theme=light] ._billingToggleBtnActive_13d0i_445{background:#fff;color:#0f172a;box-shadow:0 1px 4px #00000014}._page_1jvjg_5{min-height:100vh;display:flex;flex-direction:column;position:relative;background:#09090b;color:#f8fafc}._bgGrid_1jvjg_15{position:fixed;inset:0;z-index:0;background-size:50px 50px;background-image:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px);mask-image:radial-gradient(circle at center,black 40%,transparent 100%);-webkit-mask-image:radial-gradient(circle at center,black 40%,transparent 100%);pointer-events:none}._glow1_1jvjg_28{position:fixed;top:-10%;left:-10%;width:50vw;height:50vw;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);z-index:0;animation:_breathe_1jvjg_1 8s ease-in-out infinite alternate;pointer-events:none}._glow2_1jvjg_40{position:fixed;top:40%;right:-10%;width:40vw;height:40vw;background:radial-gradient(circle,rgba(14,165,233,.08) 0%,transparent 70%);z-index:0;animation:_breathe_1jvjg_1 10s ease-in-out infinite alternate-reverse;pointer-events:none}@keyframes _breathe_1jvjg_1{0%{transform:scale(1);opacity:.8}to{transform:scale(1.2);opacity:1}}._nav_1jvjg_59{position:sticky;top:0;z-index:50;background:#09090bd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}._navInner_1jvjg_69{max-width:1280px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;justify-content:space-between}._navUser_1jvjg_78{display:flex;align-items:center;gap:16px}._navAvatar_1jvjg_84{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#10b981);padding:2px;box-shadow:0 4px 12px #0000004d}._navAvatarInner_1jvjg_93{width:100%;height:100%;background:#18181b;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;font-size:12px}._navSharedBy_1jvjg_106{font-size:12px;color:#a1a1aa;font-weight:500}._navSharedBy_1jvjg_106 span{color:#fff;font-weight:700}._navStatus_1jvjg_117{display:flex;align-items:center;gap:8px;margin-top:2px}._navDot_1jvjg_124{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 8px #10b981}._navStatusText_1jvjg_132{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#34d399;font-weight:700}._navRight_1jvjg_140{display:flex;align-items:center;gap:16px}._navHint_1jvjg_146{font-size:12px;color:#a1a1aa;font-weight:500}._tryBtn_1jvjg_152{background:linear-gradient(to right,#10b981,#06b6d4);color:#064e3b;padding:8px 20px;border-radius:12px;font-size:14px;font-weight:800;border:none;cursor:pointer;box-shadow:0 0 15px #10b9814d;display:flex;align-items:center;gap:8px;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:relative;overflow:hidden;text-decoration:none;font-family:Plus Jakarta Sans,sans-serif}._tryBtn_1jvjg_152:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);transform:skew(-25deg);animation:_shine_1jvjg_1 3s infinite}@keyframes _shine_1jvjg_1{0%{left:-100%}20%{left:200%}to{left:200%}}._tryBtn_1jvjg_152:hover{transform:scale(1.05)}._tryBtn_1jvjg_152:active{transform:scale(.95)}._main_1jvjg_200{flex:1;width:100%;padding:40px 16px;position:relative;z-index:10;animation:_fadeIn_1jvjg_1 .8s ease-out forwards}@keyframes _fadeIn_1jvjg_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._docHeader_1jvjg_215{max-width:800px;margin:0 auto 24px;display:flex;justify-content:space-between;align-items:flex-end;gap:16px;flex-wrap:wrap}._docTitle_1jvjg_225{font-size:30px;font-weight:800;color:#fff;margin-bottom:8px}._docMeta_1jvjg_232{font-size:14px;color:#a1a1aa;display:flex;align-items:center;gap:12px}._docMeta_1jvjg_232 i{margin-right:4px}._formatBadges_1jvjg_244{display:flex;gap:8px}._badgePdf_1jvjg_249{padding:4px 12px;border-radius:8px;background:#f43f5e1a;border:1px solid rgba(244,63,94,.2);color:#fb7185;font-size:12px;font-weight:700;display:flex;align-items:center;gap:4px}._badgePpt_1jvjg_262{padding:4px 12px;border-radius:8px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);color:#fbbf24;font-size:12px;font-weight:700;display:flex;align-items:center;gap:4px}._paper_1jvjg_276{background:#fff;color:#1e293b;max-width:800px;margin:0 auto 96px;min-height:1050px;border-radius:16px;padding:40px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 0 1px #ffffff1a}._paperWatermark_1jvjg_290{position:absolute;bottom:24px;right:32px;opacity:.3;display:flex;align-items:center;gap:8px;pointer-events:none;-webkit-user-select:none;user-select:none}._paperWatermark_1jvjg_290 i{font-size:20px}._paperWatermark_1jvjg_290 span{font-weight:700;font-size:12px;letter-spacing:.05em}._paperContent_1jvjg_313 h1{font-size:36px;font-weight:800;color:#0f172a;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e2e8f0}._paperContent_1jvjg_313 h3{font-size:24px;font-weight:700;color:#1e293b;margin-top:32px;margin-bottom:16px}._paperContent_1jvjg_313 p{color:#475569;font-size:18px;line-height:1.8;margin-bottom:16px;font-family:Georgia,Times New Roman,serif}._paperContent_1jvjg_313 ul{list-style-type:disc;padding-left:32px;margin:16px 0}._paperContent_1jvjg_313 li{color:#475569;margin-bottom:8px;line-height:1.6;font-family:Georgia,Times New Roman,serif;font-size:18px}._bottomBar_1jvjg_354{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:50;width:100%;max-width:400px;padding:0 16px}._bottomBarInner_1jvjg_365{background:#18181b99;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:8px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 20px 50px #000c}._pageNav_1jvjg_378{display:flex;align-items:center}._pageNavBtn_1jvjg_383{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#a1a1aa;background:none;border:none;cursor:pointer;transition:all .2s}._pageNavBtn_1jvjg_383:hover{color:#fff;background:#ffffff1a}._pageCount_1jvjg_402{font-size:12px;font-weight:700;color:#fff;padding:0 8px}._barDivider_1jvjg_409{width:1px;height:24px;background:#fff3;margin:0 8px}._barActions_1jvjg_416{display:flex;align-items:center;gap:8px;padding-right:4px}._getPdfBtn_1jvjg_423{background:#f43f5e1a;border:1px solid rgba(244,63,94,.3);color:#fb7185;padding:10px 16px;border-radius:12px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}._getPdfBtn_1jvjg_423:hover{background:#f43f5e;color:#fff}._getPptBtn_1jvjg_444{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);color:#fbbf24;padding:10px 16px;border-radius:12px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}._getPptBtn_1jvjg_444:hover{background:#f59e0b;color:#fff}@media(min-width:768px){._paper_1jvjg_276{padding:64px}}@media(max-width:640px){._paper_1jvjg_276{padding:24px;border-radius:12px;min-height:auto;margin-bottom:80px}._paperContent_1jvjg_313 h1{font-size:24px;margin-bottom:16px;padding-bottom:12px}._paperContent_1jvjg_313 h3{font-size:18px;margin-top:24px;margin-bottom:12px}._paperContent_1jvjg_313 p,._paperContent_1jvjg_313 li{font-size:15px;line-height:1.7}._docTitle_1jvjg_225{font-size:22px}._docMeta_1jvjg_232{font-size:12px;gap:8px;flex-wrap:wrap}._main_1jvjg_200{padding:24px 12px}}@media(max-width:480px){._navHint_1jvjg_146{display:none}._docHeader_1jvjg_215{flex-direction:column;align-items:flex-start}._bottomBar_1jvjg_354{bottom:12px;max-width:360px}._bottomBarInner_1jvjg_365{gap:4px;padding:6px}._barDivider_1jvjg_409{display:none}._pageNavBtn_1jvjg_383{width:34px;height:34px}._getPdfBtn_1jvjg_423,._getPptBtn_1jvjg_444{padding:8px 12px;font-size:11px;gap:4px;border-radius:10px}._paper_1jvjg_276{padding:20px}._paperContent_1jvjg_313 h1{font-size:20px}._paperContent_1jvjg_313 p,._paperContent_1jvjg_313 li{font-size:14px}._tryBtn_1jvjg_152{padding:6px 14px;font-size:12px}}._page_m0vzu_5{min-height:100vh;display:flex;flex-direction:column;position:relative;background:#09090b;color:#f8fafc}._bgGrid_m0vzu_15{position:absolute;inset:0;z-index:0;background-size:50px 50px;background-image:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px);mask-image:linear-gradient(to bottom,black 20%,transparent 80%);-webkit-mask-image:linear-gradient(to bottom,black 20%,transparent 80%);pointer-events:none}._glow1_m0vzu_28{position:fixed;top:-10%;left:-10%;width:50vw;height:50vw;background:radial-gradient(circle,rgba(16,185,129,.1) 0%,transparent 70%);z-index:0;animation:_breathe_m0vzu_1 8s ease-in-out infinite alternate;pointer-events:none}._glow2_m0vzu_40{position:fixed;top:40%;right:-10%;width:40vw;height:40vw;background:radial-gradient(circle,rgba(14,165,233,.08) 0%,transparent 70%);z-index:0;animation:_breathe_m0vzu_1 10s ease-in-out infinite alternate-reverse;pointer-events:none}@keyframes _breathe_m0vzu_1{0%{transform:scale(1);opacity:.8}to{transform:scale(1.2);opacity:1}}._nav_m0vzu_59{position:sticky;top:0;z-index:50;background:#09090bd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}._navInner_m0vzu_69{max-width:1280px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between}._navLogo_m0vzu_78{display:flex;align-items:center;gap:12px;text-decoration:none;cursor:pointer}._navLogo_m0vzu_78:hover ._navLogoText_m0vzu_86{color:#34d399}._navLogoIcon_m0vzu_90{width:40px;height:40px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #10b98166;font-size:22px;color:#059669;transition:transform .3s}._navLogo_m0vzu_78:hover ._navLogoIcon_m0vzu_90{transform:scale(1.1)}._navLogoText_m0vzu_86{font-weight:800;font-size:20px;letter-spacing:-.02em;color:#fff;transition:color .3s}._navLogoText_m0vzu_86 span{color:#34d399}._navBack_m0vzu_120{font-size:14px;font-weight:700;color:#a1a1aa;text-decoration:none;display:flex;align-items:center;gap:8px;transition:color .15s}._navBack_m0vzu_120:hover{color:#fff}._header_m0vzu_137{padding:64px 24px 40px;text-align:center;position:relative;z-index:10}._headerBadge_m0vzu_144{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:9999px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#34d399;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px}._headerTitle_m0vzu_160{font-size:48px;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:16px}._headerDesc_m0vzu_168{color:#a1a1aa;max-width:640px;margin:0 auto;font-size:18px;line-height:1.6}._main_m0vzu_178{flex:1;max-width:1280px;margin:0 auto;padding:0 24px 96px;width:100%;position:relative;z-index:10}._grid_m0vzu_188{display:grid;grid-template-columns:1fr 3fr;gap:32px;align-items:start}._tabSidebar_m0vzu_196{background:#18181b99;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:16px;position:sticky;top:112px;display:flex;flex-direction:column;gap:8px}._tabBtn_m0vzu_210{width:100%;text-align:left;padding:12px 20px;border-radius:12px;font-weight:700;font-size:14px;color:#a1a1aa;background:none;border:1px solid transparent;cursor:pointer;display:flex;align-items:center;gap:12px;transition:all .2s;font-family:Plus Jakarta Sans,sans-serif}._tabBtn_m0vzu_210:hover{color:#fff;background:#ffffff0d}._tabBtn_m0vzu_210 i{font-size:18px}._tabBtnActive_m0vzu_237{background:#10b9811a;color:#10b981;border-color:#10b9814d}._contentPanel_m0vzu_244{background:#18181b99;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:32px;padding:32px;box-shadow:0 20px 50px #00000080}._tabContent_m0vzu_254{display:none;animation:_fadeIn_m0vzu_1 .4s ease-out}._tabContentActive_m0vzu_259{display:block}@keyframes _fadeIn_m0vzu_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}._contentHeader_m0vzu_269{border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:24px;margin-bottom:24px}._contentTitle_m0vzu_275{font-size:28px;font-weight:800;color:#fff;margin-bottom:8px}._contentDate_m0vzu_282{font-size:14px;color:#52525b;font-weight:500}._policyContent_m0vzu_289 h2{font-size:22px;font-weight:700;color:#fff;margin-top:32px;margin-bottom:16px}._policyContent_m0vzu_289 p{color:#a1a1aa;line-height:1.8;margin-bottom:24px;font-size:15px}._policyContent_m0vzu_289 ul{color:#a1a1aa;margin-bottom:24px;padding-left:24px;list-style-type:disc}._policyContent_m0vzu_289 li{margin-bottom:8px;line-height:1.6;font-size:15px}._policyContent_m0vzu_289 strong,._policyContent_m0vzu_289 em{color:#d4d4d8}._policyContent_m0vzu_289 a{color:#38bdf8;text-decoration:none;transition:color .2s}._policyContent_m0vzu_289 a:hover{color:#10b981;text-decoration:underline}._contactGrid_m0vzu_337{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:32px 0}._contactCard_m0vzu_344{background:#09090b80;padding:24px;border-radius:16px;border:1px solid rgba(255,255,255,.05)}._contactCard_m0vzu_344 i{font-size:28px;color:#34d399;margin-bottom:16px;display:block}._contactCard_m0vzu_344 h3{color:#fff;font-weight:700;margin-bottom:4px;font-size:16px}._contactCard_m0vzu_344 p{font-size:14px;color:#a1a1aa;margin-bottom:16px}._contactCard_m0vzu_344 a{color:#38bdf8;font-weight:700;text-decoration:none;transition:color .15s}._contactCard_m0vzu_344 a:hover{color:#fff}._addressCard_m0vzu_382{background:#09090b80;padding:24px;border-radius:16px;border:1px solid rgba(255,255,255,.05);margin-top:16px}._addressCard_m0vzu_382 p{color:#d4d4d8;line-height:1.7;font-weight:500;font-size:15px}._addressCard_m0vzu_382 strong{color:#fff}._footer_m0vzu_403{border-top:1px solid rgba(255,255,255,.05);background:#09090bcc;padding:40px 24px 32px;position:relative;z-index:10}._footerInner_m0vzu_411{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}._footerCopy_m0vzu_421{font-size:12px;color:#52525b;font-weight:500}._footerLinks_m0vzu_427{display:flex;gap:24px}._footerLink_m0vzu_427{font-size:12px;color:#52525b;background:none;border:none;cursor:pointer;transition:color .15s;font-family:Plus Jakarta Sans,sans-serif;font-weight:500}._footerLink_m0vzu_427:hover{color:#34d399}@media(min-width:768px){._contentPanel_m0vzu_244{padding:48px}}@media(max-width:1024px){._grid_m0vzu_188{grid-template-columns:1fr}._tabSidebar_m0vzu_196{position:static;flex-direction:row;flex-wrap:wrap;border-radius:16px;padding:8px;gap:4px}._tabBtn_m0vzu_210{flex:1;min-width:fit-content;justify-content:center;padding:10px 16px;font-size:13px}._headerTitle_m0vzu_160{font-size:36px}}@media(max-width:640px){._contactGrid_m0vzu_337{grid-template-columns:1fr}._headerTitle_m0vzu_160{font-size:28px}._header_m0vzu_137{padding:40px 16px 24px}._headerDesc_m0vzu_168{font-size:15px}._contentPanel_m0vzu_244{padding:20px;border-radius:20px}._contentTitle_m0vzu_275{font-size:22px}._policyContent_m0vzu_289 h2{font-size:18px;margin-top:24px}._policyContent_m0vzu_289 p,._policyContent_m0vzu_289 li{font-size:14px}._main_m0vzu_178{padding:0 12px 64px}._tabSidebar_m0vzu_196{padding:6px;gap:2px}._tabBtn_m0vzu_210{padding:8px 10px;font-size:11px;gap:6px}._tabBtn_m0vzu_210 i{font-size:14px}._footerInner_m0vzu_411{flex-direction:column;text-align:center}._footerLinks_m0vzu_427{gap:16px;flex-wrap:wrap;justify-content:center}}@media(max-width:400px){._headerTitle_m0vzu_160{font-size:24px}._tabBtn_m0vzu_210{font-size:10px;padding:6px 8px}._navLogoText_m0vzu_86{font-size:16px}._navBack_m0vzu_120{font-size:12px}}:root{--color-primary-50: #eff6ff;--color-primary-100: #dbeafe;--color-primary-200: #bfdbfe;--color-primary-300: #93c5fd;--color-primary-400: #60a5fa;--color-primary-500: #3b82f6;--color-primary-600: #2563eb;--color-primary-700: #1d4ed8;--color-primary-800: #1e40af;--color-primary-900: #1e3a8a;--color-secondary-50: #f0fdf4;--color-secondary-100: #dcfce7;--color-secondary-200: #bbf7d0;--color-secondary-300: #86efac;--color-secondary-400: #4ade80;--color-secondary-500: #22c55e;--color-secondary-600: #16a34a;--color-secondary-700: #15803d;--color-secondary-800: #166534;--color-secondary-900: #14532d;--color-accent-50: #fefce8;--color-accent-100: #fef9c3;--color-accent-200: #fef08a;--color-accent-300: #fde047;--color-accent-400: #facc15;--color-accent-500: #eab308;--color-accent-600: #ca8a04;--color-accent-700: #a16207;--color-accent-800: #854d0e;--color-accent-900: #713f12;--color-neutral-50: #fafafa;--color-neutral-100: #f5f5f5;--color-neutral-200: #e5e5e5;--color-neutral-300: #d4d4d4;--color-neutral-400: #a3a3a3;--color-neutral-500: #737373;--color-neutral-600: #525252;--color-neutral-700: #404040;--color-neutral-800: #262626;--color-neutral-900: #171717;--color-success: #22c55e;--color-success-light: #dcfce7;--color-warning: #f59e0b;--color-warning-light: #fef3c7;--color-error: #ef4444;--color-error-light: #fee2e2;--color-info: #3b82f6;--color-info-light: #dbeafe;--font-primary: "Manrope", -apple-system, BlinkMacSystemFont, sans-serif;--font-secondary: "Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Mona Sans", "Manrope", sans-serif;--font-body: "Mulish", -apple-system, BlinkMacSystemFont, sans-serif;--font-condensed: "Roboto Condensed", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-md: 1.125rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-2xl: 1.875rem;--font-size-3xl: 2.25rem;--font-size-4xl: 3rem;--font-size-5xl: 3.75rem;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--line-height-tight: 1.25;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--letter-spacing-tight: -.025em;--letter-spacing-normal: 0;--letter-spacing-wide: .025em;--letter-spacing-wider: .05em;--spacing-0: 0;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-10: 2.5rem;--spacing-12: 3rem;--spacing-16: 4rem;--spacing-20: 5rem;--spacing-24: 6rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);--shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / .05);--shadow-glow-primary: 0 0 20px rgb(59 130 246 / .3);--shadow-glow-success: 0 0 20px rgb(34 197 94 / .3);--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease;--transition-bounce: .5s cubic-bezier(.68, -.55, .265, 1.55);--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070;--z-toast: 1080;--header-height: 64px;--header-bg: var(--color-neutral-50);--header-border: var(--color-neutral-200);--sidebar-width: 280px;--sidebar-width-collapsed: 64px;--card-bg: #ffffff;--card-border: var(--color-neutral-200);--card-shadow: var(--shadow-sm);--btn-height-sm: 32px;--btn-height-md: 40px;--btn-height-lg: 48px;--input-height: 42px;--input-border: var(--color-neutral-300);--input-focus-ring: var(--color-primary-500);--canvas-bg: #f8fafc;--canvas-border: var(--color-neutral-200)}[data-theme=dark]{--color-neutral-50: #171717;--color-neutral-100: #262626;--color-neutral-200: #404040;--color-neutral-300: #525252;--color-neutral-400: #737373;--color-neutral-500: #a3a3a3;--color-neutral-600: #d4d4d4;--color-neutral-700: #e5e5e5;--color-neutral-800: #f5f5f5;--color-neutral-900: #fafafa;--header-bg: #1e1e1e;--header-border: #333333;--card-bg: #1e1e1e;--card-border: #333333;--canvas-bg: #0f0f0f;--canvas-border: #333333}[data-theme=light]{--color-neutral-50: #fafafa;--color-neutral-100: #f5f5f5;--color-neutral-200: #e5e5e5;--color-neutral-300: #d4d4d4;--color-neutral-400: #a3a3a3;--color-neutral-500: #737373;--color-neutral-600: #525252;--color-neutral-700: #404040;--color-neutral-800: #262626;--color-neutral-900: #171717;--header-bg: #ffffff;--header-border: #e5e5e5;--card-bg: #ffffff;--card-border: #e5e5e5;--canvas-bg: #f8fafc;--canvas-border: #e2e8f0}@font-face{font-family:Sunborn SansOne;src:url(/assets/fonts/Sunborn-SansOne.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Kokila;src:url(/assets/editor/new-fonts/Kokila%20Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Mangal;src:url(/assets/editor/new-fonts/Mangal%20Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Noto Sans Devanagari;src:url(/assets/editor/new-fonts/NotoSansDevanagari-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Noto Sans Devanagari;src:url(/assets/editor/new-fonts/NotoSansDevanagari-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Sanskrit Text;src:url(/assets/editor/new-fonts/Sanskrit-Text.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--nn-bg-primary: #0b0f19;--nn-bg-secondary: #111827;--nn-bg-surface: #1f2937;--nn-bg-glass: rgba(15, 23, 42, .75);--nn-bg-glass-heavy: rgba(11, 15, 25, .85);--nn-border: rgba(255, 255, 255, .06);--nn-border-hover: rgba(255, 255, 255, .12);--nn-border-active: rgba(16, 185, 129, .4);--nn-text-primary: #f8fafc;--nn-text-secondary: #cbd5e1;--nn-text-muted: #64748b;--nn-text-disabled: #475569;--nn-accent-emerald: #10b981;--nn-accent-emerald-light: #34d399;--nn-accent-emerald-glow: rgba(16, 185, 129, .2);--nn-accent-sky: #0ea5e9;--nn-accent-sky-light: #38bdf8;--nn-accent-sky-glow: rgba(14, 165, 233, .2);--nn-accent-amber: #f59e0b;--nn-accent-rose: #f43f5e;--nn-accent-indigo: #818cf8;--nn-gradient-emerald: linear-gradient(135deg, #10b981, #0ea5e9);--nn-gradient-sky: linear-gradient(135deg, #0ea5e9, #818cf8);--nn-shadow-glow-emerald: 0 8px 32px -4px rgba(16, 185, 129, .25);--nn-shadow-glow-sky: 0 8px 32px -4px rgba(14, 165, 233, .25);--nn-glass-blur: blur(28px)}[data-theme=light]{--nn-bg-primary: #f8fafc;--nn-bg-secondary: #ffffff;--nn-bg-surface: #f1f5f9;--nn-bg-glass: rgba(255, 255, 255, .75);--nn-bg-glass-heavy: rgba(255, 255, 255, .9);--nn-border: rgba(0, 0, 0, .08);--nn-border-hover: rgba(0, 0, 0, .15);--nn-border-active: rgba(16, 185, 129, .5);--nn-text-primary: #0f172a;--nn-text-secondary: #475569;--nn-text-muted: #94a3b8;--nn-text-disabled: #cbd5e1;--nn-shadow-glow-emerald: 0 8px 32px -4px rgba(16, 185, 129, .15);--nn-shadow-glow-sky: 0 8px 32px -4px rgba(14, 165, 233, .15);--nn-glass-blur: blur(20px)}[data-theme=light] body{color:var(--nn-text-primary);background-color:var(--nn-bg-primary)}[data-theme=light] ::-webkit-scrollbar-thumb{background:#c4c4c8}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#a1a1aa}[data-theme=light] ::selection{background-color:#10b981;color:#fff}[data-theme=light] .glass{background:#fff9;border:1px solid rgba(0,0,0,.06);box-shadow:inset 0 1px 1px #fffc,0 4px 16px #0000000f}[data-theme=light] .glass-nav{background:#ffffffe6;border-bottom:1px solid rgba(0,0,0,.06)}[data-theme=light] .bg-grid{background-image:linear-gradient(to right,rgba(0,0,0,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.04) 1px,transparent 1px)}[data-theme=light] .bg-glow-1{background:radial-gradient(circle,rgba(16,185,129,.08) 0%,transparent 70%)}[data-theme=light] .bg-glow-2{background:radial-gradient(circle,rgba(14,165,233,.06) 0%,transparent 70%)}[data-theme=light] .upgrade-modal-content{background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 32px 64px #00000026}[data-theme=light] .upgrade-modal-overlay{background:#0000004d}[data-theme=light] .nav-link{color:#475569}[data-theme=light] .nav-link:hover{color:#0f172a}[data-theme=light] .nav-link:after{background:#10b981;box-shadow:0 0 10px #10b981}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:"Plus Jakarta Sans",var(--font-primary);font-size:var(--font-size-base);font-weight:var(--font-weight-normal);line-height:var(--line-height-normal);color:var(--nn-text-primary);background-color:var(--nn-bg-primary);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}ul,ol{list-style:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-5%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-fadeInUp{animation:fadeInUp .4s ease-out}.animate-fadeInDown{animation:fadeInDown .4s ease-out}.animate-slideInRight{animation:slideInRight .4s ease-out}.animate-slideInLeft{animation:slideInLeft .4s ease-out}.animate-scaleIn{animation:scaleIn .3s ease-out}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-bounce{animation:bounce 1s infinite}.bg-grid{position:absolute;inset:0;z-index:-2;background-size:50px 50px;background-image:linear-gradient(to right,rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.03) 1px,transparent 1px);mask-image:linear-gradient(to bottom,black 20%,transparent 80%);-webkit-mask-image:linear-gradient(to bottom,black 20%,transparent 80%)}.bg-glow-1{position:absolute;top:-10%;left:-10%;width:50vw;height:50vw;background:radial-gradient(circle,rgba(16,185,129,.15) 0%,transparent 70%);z-index:-1;animation:breathe 8s ease-in-out infinite alternate}.bg-glow-2{position:absolute;top:40%;right:-10%;width:40vw;height:40vw;background:radial-gradient(circle,rgba(14,165,233,.12) 0%,transparent 70%);z-index:-1;animation:breathe 10s ease-in-out infinite alternate-reverse}@keyframes breathe{0%{transform:scale(1);opacity:.8}to{transform:scale(1.2);opacity:1}}.glass{background:#18181b66;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 1px #ffffff0d,0 8px 32px #0000004d}.glass-nav{background:#09090bd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.05)}.float{animation:float 6s ease-in-out infinite}.float-delayed{animation:float 6s ease-in-out 3s infinite}.float-fast{animation:float 4.5s ease-in-out 1s infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.scanline{position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(to bottom,transparent,rgba(16,185,129,.2),transparent);animation:scan 3s linear infinite;pointer-events:none;z-index:10}@keyframes scan{0%{transform:translateY(-100%)}to{transform:translateY(200%)}}.anim-pop{transition:all .4s cubic-bezier(.34,1.56,.64,1)}.anim-pop:hover{transform:scale(1.03) translateY(-6px);box-shadow:0 25px 50px -12px #10b9814d}.anim-pop:active{transform:scale(.95)}.text-gradient{background:linear-gradient(to right,#34d399,#22d3ee,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;background-size:200% auto;animation:gradient 3s linear infinite}@keyframes gradient{0%{background-position:0% center}to{background-position:200% center}}.nav-link{position:relative;color:#d4d4d8;transition:color .3s;padding-bottom:4px;text-decoration:none}.nav-link:hover{color:#fff}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:0;background:#10b981;transition:width .3s ease-in-out;border-radius:2px;box-shadow:0 0 10px #10b981}.nav-link:hover:after{width:100%}.btn-shine{position:relative;overflow:hidden}.btn-shine:before{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(to right,#fff0,#fff6,#fff0);transform:skew(-25deg);animation:shine 3s infinite}@keyframes shine{0%{left:-100%}20%{left:200%}to{left:200%}}.reveal{opacity:0;transform:translateY(40px);transition:all .8s cubic-bezier(.5,0,0,1)}.reveal.active{opacity:1;transform:translateY(0)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#52525b}::selection{background-color:#10b981;color:#fff}:focus-visible{outline:2px solid var(--color-primary-500);outline-offset:2px}@media(max-width:640px){.pv-main{padding:12px 10px}.pv-section-title{padding:8px 12px;margin-bottom:12px;border-radius:12px;gap:8px}.pv-section-title i{font-size:16px}.pv-section-title span{font-size:14px}.pv-preview-card{border-radius:12px}.pv-preview-inner{padding:16px;font-size:13px}.pv-title{font-size:16px;margin-bottom:10px}.pv-section{margin-bottom:10px}.pv-heading{font-size:13px}.pv-body{font-size:12px}.pv-actions{margin-top:12px;flex-direction:row!important;gap:10px}.pv-btn{padding:12px!important;border-radius:12px!important;gap:10px!important}.pv-btn-icon{font-size:20px!important}.pv-btn-label{font-size:13px!important}.pv-btn-sub{font-size:8px!important;margin-top:2px!important}}@media(max-width:380px){.pv-main{padding:8px 6px}.pv-preview-inner{padding:12px;font-size:12px}.pv-title{font-size:14px}.pv-btn{padding:10px!important;gap:8px!important}.pv-btn-icon{font-size:18px!important}.pv-btn-label{font-size:12px!important}.pv-btn-sub{display:none!important}}@media(min-width:641px)and (max-width:1024px){.nn-toolbar-btn{min-width:30px;min-height:30px}.nn-select{min-width:60px!important;font-size:11px!important;padding:4px 18px 4px 6px!important}}@media(max-width:640px){.nn-toolbar-btn{min-width:28px;min-height:28px}.nn-select{min-width:55px!important;font-size:10px!important;padding:3px 16px 3px 4px!important}}@keyframes dotBounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}@supports (height: 100dvh){.editor-root-mobile{height:100dvh!important;min-height:100dvh!important;max-height:100dvh!important}}@supports not (height: 100dvh){.editor-root-mobile{height:calc(100vh - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important;height:-webkit-fill-available!important}}.editor-root-mobile{overflow:hidden!important;overscroll-behavior:none!important;touch-action:manipulation;position:fixed!important;inset:0}.upgrade-modal-overlay{position:fixed;inset:0;z-index:9998;background:#000000b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:upgradeOverlayIn .2s ease-out}.upgrade-modal-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;width:calc(100% - 32px);max-width:520px;max-height:calc(100dvh - 32px);background:#0d1117;border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;box-shadow:0 32px 64px #0009;display:flex;flex-direction:column;animation:upgradeContentIn .35s cubic-bezier(.16,1,.3,1);outline:none}.upgrade-modal-content:focus{outline:none}@keyframes upgradeOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes upgradeContentIn{0%{opacity:0;transform:translate(-50%,-47%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media print{body{background:#fff;color:#000}.no-print{display:none!important}}*{box-sizing:border-box}html,body{overflow-x:hidden}.editor-container{background:#f0f0f0;min-height:100vh;min-height:100dvh;display:block;width:100%;max-width:100vw;overflow:visible}.a4-topbar{position:fixed;top:0;left:0;right:0;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#fff;border-bottom:1px solid #dadce0;z-index:1002;box-shadow:0 1px 2px #0000000f;overflow:visible;width:100%}.a4-topbar-left{display:flex;align-items:center;gap:10px;min-width:0}.a4-topbar-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.a4-back-btn{padding:6px;border-radius:50%;background:transparent;border:none;color:#5f6368;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.a4-back-btn:hover{background:#f1f3f4;color:#202124}.a4-brand h1{font-size:15px;font-weight:600;letter-spacing:-.01em;line-height:1.2;margin:0;color:#202124;white-space:nowrap}.a4-brand p{font-size:10px;color:#5f6368;font-weight:500;line-height:1;margin:0}.a4-action-btn{display:flex;align-items:center;gap:6px;padding:6px 16px;font-size:13px;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:all .15s;white-space:nowrap;flex-shrink:0}.a4-action-btn.primary{background:#1a73e8;color:#fff}.a4-action-btn.primary:hover{background:#1765cc;box-shadow:0 1px 3px #1a73e84d}.a4-action-btn.secondary{background:#f1f3f4;color:#3c4043}.a4-action-btn.secondary:hover{background:#e8eaed;color:#202124}.a4-save-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;border-radius:999px;border:1px solid transparent;background:#f1f3f4;color:#5f6368;white-space:nowrap;transition:background .3s,color .3s,border-color .3s,box-shadow .3s,transform .2s;-webkit-user-select:none;user-select:none}.a4-save-pill.save-idle{background:#f1f3f4;color:#5f6368;border-color:#e5e7eb}.a4-save-pill.save-unsaved{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.a4-save-pill.save-saving{background:linear-gradient(90deg,#dbeafe,#bfdbfe,#dbeafe,#bfdbfe,#dbeafe);background-size:200% 100%;color:#1d4ed8;border-color:#bfdbfe;animation:a4PillShimmer 1.6s linear infinite;box-shadow:0 0 0 3px #2563eb14}.a4-save-pill.save-saved{background:#ecfdf5;color:#047857;border-color:#a7f3d0;animation:a4PillPop .45s ease-out}.a4-save-pill.save-error{background:#fef2f2;color:#b91c1c;border-color:#fecaca;animation:a4PillShake .4s ease-in-out}.a4-save-icon-spin{animation:a4spin .9s linear infinite}@keyframes a4PillShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes a4PillPop{0%{transform:scale(.92)}60%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes a4PillShake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}#jodit-toolbar-host{position:fixed!important;top:48px!important;left:0!important;right:0!important;width:100vw!important;z-index:1001!important;background:#f9fbfd!important;border-bottom:1px solid #dadce0!important;box-shadow:0 1px 3px #0000000f!important;box-sizing:border-box!important}.jodit-toolbar__box,.jodit-container .jodit-toolbar__box,.jodit-container.jodit_sticky .jodit-toolbar__box,.jodit-container:not(.jodit_sticky) .jodit-toolbar__box{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100vw!important;max-width:100vw!important;z-index:1000!important;background:#fff!important;border-bottom:1px solid #dadce0!important;padding:6px 8px!important;box-shadow:0 1px 3px #0000000f!important;box-sizing:border-box!important;display:flex!important;flex-wrap:wrap!important;justify-content:center;transform:none!important}.jodit-sticky-toolbar-placeholder{display:none!important}.jodit-popup,.jodit-popup__content,.jodit-ui-list,.jodit-popup-menu{z-index:1100!important}.editor-wrapper{display:flex;justify-content:center;overflow-x:clip;padding:80px 16px 48px;background:#f0f0f0;width:100%;max-width:100%;min-height:100vh;min-height:100dvh}.jodit-container{overflow:visible!important}.jodit-container{width:960px!important;max-width:100%!important;min-height:1056px!important;background:#fff!important;padding:0!important;box-shadow:0 1px 4px #0000001f,0 0 0 1px #0000000a;border-radius:2px;border:none!important;box-sizing:border-box!important;margin:0 auto 40px}.jodit-wysiwyg{font-family:Times New Roman,"Noto Serif Devanagari",serif;font-size:16px;line-height:1.6;color:#000;overflow-wrap:break-word!important;word-wrap:break-word!important;word-break:break-word!important;max-width:100%!important;overflow-x:hidden!important}.jodit-wysiwyg p,.jodit-wysiwyg div,.jodit-wysiwyg li,.jodit-wysiwyg td,.jodit-wysiwyg h1,.jodit-wysiwyg h2,.jodit-wysiwyg h3{max-width:100%!important}.jodit-wysiwyg ul,.jodit-wysiwyg ol{display:block!important;list-style:revert!important;margin:.5em 0!important;padding-left:2em!important}.jodit-wysiwyg ul{list-style-type:disc!important}.jodit-wysiwyg ol{list-style-type:decimal!important}.jodit-wysiwyg li{display:list-item!important;list-style:revert!important}.jodit-multi-column-layout img,.jodit-multi-column-layout table,.jodit-multi-column-layout .column-table-wrapper,.jodit-multi-column-layout math-field,.jodit-multi-column-layout p{break-inside:avoid;page-break-inside:avoid;-webkit-column-break-inside:avoid}.column-table-wrapper{break-inside:avoid;page-break-inside:avoid;width:100%;display:block}math-field{display:inline-block!important;vertical-align:middle;--math-field-color: #000000;color:#000!important;max-width:100%!important;overflow-x:auto;touch-action:auto;-webkit-user-select:text;user-select:text}.math-field{min-width:40px;max-width:100%;padding:6px 8px;border-radius:6px;background:#f5f5f5;cursor:pointer;min-height:32px;touch-action:auto}.math-field:focus{outline:2px solid #1a73e8;background:#fff}.a4-statusbar{position:fixed;bottom:0;left:0;right:0;height:24px;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:0 16px;background:#f1f3f4;border-top:1px solid #dadce0;font-size:11px;color:#5f6368;z-index:50}.a4-loading{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#f9fbfd,#eef2f7);color:#202124;gap:28px;animation:a4LoadFade .4s ease-out}@keyframes a4LoadFade{0%{opacity:0}to{opacity:1}}.a4-loader-stack{position:relative;width:88px;height:88px}.a4-loader-ring{position:absolute;inset:0;border-radius:50%;border:3px solid transparent}.a4-loader-ring-outer{border-top-color:#10b981;border-right-color:#10b98140;animation:a4spin 1.1s cubic-bezier(.5,.1,.5,.9) infinite}.a4-loader-ring-inner{inset:12px;border-top-color:#3b82f6;border-left-color:#3b82f640;animation:a4spinRev 1.6s cubic-bezier(.5,.1,.5,.9) infinite}.a4-loader-dot{position:absolute;inset:30px;border-radius:50%;background:linear-gradient(135deg,#10b981,#3b82f6);animation:a4pulse 1.8s ease-in-out infinite;box-shadow:0 0 20px #10b98166}.a4-loader-text{text-align:center}.a4-loader-title{margin:0;font-size:16px;font-weight:700;letter-spacing:-.01em;color:#0f172a;font-family:Inter,-apple-system,sans-serif}.a4-loader-sub{margin:6px 0 0;font-size:12px;color:#64748b;font-family:Inter,-apple-system,sans-serif}.a4-loader-bar{width:220px;height:3px;border-radius:999px;background:#0f172a14;overflow:hidden;position:relative}.a4-loader-bar-fill{position:absolute;inset:0;width:40%;border-radius:999px;background:linear-gradient(90deg,transparent,#10b981,#3b82f6,transparent);animation:a4barSlide 1.4s ease-in-out infinite}@keyframes a4spin{to{transform:rotate(360deg)}}@keyframes a4spinRev{to{transform:rotate(-360deg)}}@keyframes a4pulse{0%,to{transform:scale(1);box-shadow:0 0 20px #10b98166}50%{transform:scale(1.12);box-shadow:0 0 32px #3b82f699}}@keyframes a4barSlide{0%{transform:translate(-100%)}to{transform:translate(350%)}}.a4-float-btn{position:fixed;top:14px;height:36px;z-index:1500;display:inline-flex;align-items:center;gap:6px;padding:0 16px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#1e293b;font-size:13px;font-weight:600;line-height:1;cursor:pointer;box-shadow:0 4px 12px #0f172a14;transition:all .15s ease-out;font-family:Inter,-apple-system,sans-serif;white-space:nowrap}.a4-float-btn:hover{transform:translateY(-1px);box-shadow:0 6px 18px #0f172a24}.a4-float-back{left:14px;padding:0;width:36px;justify-content:center;color:#475569}.a4-float-download{right:14px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:transparent;box-shadow:0 4px 14px #10b98159}.a4-float-download:hover{box-shadow:0 6px 20px #10b98173}.a4-float-save{position:fixed;top:14px;right:150px;height:36px;z-index:1500;display:inline-flex;align-items:center;gap:6px;padding:0 12px;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #e2e8f0;border-radius:999px;font-size:11px;font-weight:600;line-height:1;color:#475569;box-shadow:0 2px 8px #0f172a0f;font-family:Inter,-apple-system,sans-serif;transition:all .2s ease-out;pointer-events:none;white-space:nowrap}.a4-float-save.save-saving{color:#2563eb}.a4-float-save.save-saved{color:#059669}.a4-float-save.save-unsaved{color:#b45309}.a4-float-save.save-error{color:#dc2626}.jodit-status-bar{display:none!important}.jodit-container:not(.jodit-wysiwyg){background:transparent!important;border:none!important}.jodit-workplace{max-width:100%!important;overflow:hidden!important}.jodit-wysiwyg .branding-strip-header{display:flex!important;align-items:center;gap:14px;padding:12px 20px;margin:0 0 20px!important;background:#1e2744!important;border-radius:6px;color:#fff!important;font-family:Inter,-apple-system,sans-serif;column-span:all;-webkit-column-span:all;page-break-inside:avoid;break-inside:avoid;-webkit-column-break-inside:avoid}.jodit-wysiwyg .branding-strip-header,.jodit-wysiwyg .branding-strip-header *{color:#fff!important}.jodit-wysiwyg .branding-strip-header img{max-height:58px;width:auto;object-fit:contain;border-radius:8px;flex-shrink:0}.jodit-wysiwyg .branding-strip-header span{color:#fff!important}.download-modal-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:16px}.download-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;box-shadow:0 20px 60px #0000002e;overflow:hidden;animation:modalSlideUp .25s ease-out}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.download-modal-header{padding:20px 24px 12px;position:relative}.download-modal-header h3{margin:0;font-size:18px;font-weight:700;color:#1f2937}.download-modal-header p{margin:4px 0 0;font-size:13px;color:#6b7280}.download-modal-close{position:absolute;top:16px;right:16px;background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .15s}.download-modal-close:hover{background:#f3f4f6;color:#374151}.download-modal-options{display:flex;gap:12px;padding:16px 24px;justify-content:center}.download-option{position:relative;display:flex;flex-direction:column;align-items:center;padding:16px 20px;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s;min-width:100px;flex:1;max-width:140px;background:#fff}.download-option:hover:not(.locked){border-color:#93c5fd;background:#f0f7ff}.download-option.selected{border-color:#2563eb;background:#eff6ff}.download-option.locked{cursor:not-allowed!important;pointer-events:none;background:#fafafa;border:2px dashed #d1d5db;overflow:visible}.download-option.locked:hover{border-color:#d1d5db;background:#fafafa}.download-option input[type=radio]{position:absolute;opacity:0;pointer-events:none}.download-option-content{display:flex;flex-direction:column;align-items:center;gap:8px;color:#374151}.download-option-content span{font-size:13px;font-weight:600;letter-spacing:.02em}.download-option-radio{width:16px;height:16px;border:2px solid #d1d5db;border-radius:50%;margin-top:8px;position:relative;transition:all .2s}.download-option.selected .download-option-radio{border-color:#2563eb}.download-option.selected .download-option-radio:after{content:"";position:absolute;top:2px;left:2px;width:8px;height:8px;background:#2563eb;border-radius:50%}.download-modal-actions{display:flex;justify-content:space-between;align-items:center;padding:12px 24px 20px;gap:12px}.download-modal-dismiss{background:transparent;border:none;color:#9ca3af;font-size:14px;font-weight:500;cursor:pointer;padding:8px 16px;border-radius:8px;transition:all .15s}.download-modal-dismiss:hover{color:#6b7280;background:#f3f4f6}.download-modal-btn{display:flex;align-items:center;gap:8px;background:#1a73e8;color:#fff;border:none;padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s}.download-modal-btn:hover:not(:disabled){background:#1557b0}.download-modal-btn:disabled{opacity:.7;cursor:not-allowed}@media(max-width:850px){html,body{overflow-x:hidden!important;max-width:100vw!important}.editor-container{background:#fff;max-width:100vw;overflow-x:hidden}.editor-wrapper{padding:0;background:#fff;overflow-x:hidden!important;max-width:100vw}.jodit-container,.jodit-container *:not(svg):not(path):not(math-field){max-width:100vw!important;box-sizing:border-box!important}.jodit-container{width:100vw!important;min-width:0!important;min-height:auto!important;padding:16px 12px!important;border-radius:0!important;box-shadow:none!important;border:none!important;margin:0!important}.jodit-workplace{max-width:100%!important;overflow-x:hidden!important;width:100%!important;min-height:65px!important;margin-top:121px!important}.jodit-wysiwyg{max-width:100%!important;overflow-x:hidden!important;overflow-wrap:break-word!important;word-break:break-word!important;padding:0!important}math-field{max-width:calc(100vw - 28px)!important;overflow-x:auto!important;display:inline-block!important;min-height:44px!important;padding:8px 10px!important;touch-action:auto!important;-webkit-user-select:text!important;user-select:text!important;pointer-events:auto!important;position:relative;z-index:5}.math-field{min-height:44px!important;padding:8px 10px!important;cursor:pointer!important}.jodit-wysiwyg math-field{touch-action:auto!important;pointer-events:auto!important;-webkit-tap-highlight-color:rgba(26,115,232,.15)}.jodit-wysiwyg math-field:focus{outline:2px solid #1a73e8!important;background:#fff!important;box-shadow:0 0 0 4px #1a73e81f!important}.a4-topbar{height:44px;padding:0 8px}.a4-brand h1{font-size:13px}.a4-brand p{display:none}.a4-action-btn{padding:6px 10px;font-size:11px}.a4-action-btn span{display:none}.a4-save-pill{padding:5px 8px;font-size:11px}.a4-save-pill span{display:none}#jodit-toolbar-host{top:44px!important}.jodit-toolbar__box{top:44px!important;padding:4px!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;flex-wrap:wrap!important;max-width:100vw!important}.a4-statusbar{display:none}.jodit-wysiwyg .branding-strip-header{margin-left:-12px!important;margin-right:-12px!important;width:calc(100% + 24px)!important;max-width:calc(100% + 24px)!important;border-radius:0!important;padding:10px!important;gap:8px!important}.download-modal{max-width:100%;border-radius:16px 16px 0 0;position:fixed;bottom:0;left:0;right:0;animation:modalSlideUpMobile .3s ease-out}@keyframes modalSlideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.download-modal-overlay{align-items:flex-end;padding:0}.download-modal-options{gap:8px;padding:16px}.download-option{padding:12px 8px;min-width:80px}}.export-loader-overlay{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:exportFadeIn .25s ease-out}.export-loader-content{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 48px;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;animation:exportSlideUp .35s ease-out}.export-loader-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#10b981;border-radius:50%;animation:exportSpin .8s linear infinite}.export-loader-title{margin:0;font-size:17px;font-weight:700;color:#0f172a;text-align:center}.export-loader-sub{margin:0;font-size:13px;color:#64748b;text-align:center}@keyframes exportFadeIn{0%{opacity:0}to{opacity:1}}@keyframes exportSlideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes exportSpin{to{transform:rotate(360deg)}}@media(max-width:480px){.export-loader-content{padding:32px 28px;margin:0 20px}.export-loader-title{font-size:15px}}@media(max-width:480px){.jodit-container{padding:12px 8px!important}.jodit-wysiwyg{font-size:14px;line-height:1.5}.a4-brand{display:none}.a4-topbar{gap:4px}.a4-action-btn{padding:6px 8px}math-field{font-size:13px!important;max-width:calc(100vw - 16px)!important}.download-option{padding:10px 6px;min-width:70px}.download-option-content span{font-size:11px}}
