:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev ::slotted(svg),.swiper-button-prev svg,.swiper-button-next ::slotted(svg),.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal~.swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-next .swiper-navigation-icon{transform:rotate(180deg)}.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,.swiper-horizontal.swiper-rtl~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-horizontal.swiper-rtl~.swiper-button-prev .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-prev .swiper-navigation-icon,.swiper-vertical~.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-prev .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical .swiper-button-next .swiper-navigation-icon,.swiper-vertical~.swiper-button-next ::slotted(.swiper-navigation-icon),.swiper-vertical~.swiper-button-next .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%}body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0b1c2d99;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0d3939,#021617);border-radius:10px;transition:all .3s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#6dd4d4,#4fc3c3);box-shadow:0 0 6px #4fc3c380}::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#0d3939,#021617)}::-webkit-scrollbar-corner{background:#0b1c2d99}*{scrollbar-width:thin;scrollbar-color:#4fc3c3 rgba(11,28,45,.6)}@supports (scrollbar-color: auto){*{scrollbar-color:#37a071 rgba(11,28,45,.6)}}html{scroll-behavior:smooth}@media (prefers-color-scheme: light){::-webkit-scrollbar-track{background:#f1f5f9cc}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#4fc3c3,#3d9ca1)}*{scrollbar-color:#4fc3c3 rgba(241,245,249,.8)}}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;background-color:#0c1e31;color:#e5e7eb}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:600}p{margin:0 0 1rem;color:#9ca3af}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;border:1px solid transparent;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .1s ease,box-shadow .1s ease;background-color:#2563eb;color:#e5e7eb;box-shadow:0 1px 2px #0f172a66}.btn:hover{background-color:#1d4ed8;transform:translateY(-1px)}.btn:active{transform:translateY(0);box-shadow:none}.btn:focus-visible{outline:none;box-shadow:0 0 0 2px #2563eb8c}.btn--secondary{background-color:transparent;border-color:#64748b;color:#64748b}.btn--secondary:hover{background-color:#64748b1a}.btn--ghost{background-color:transparent;border-color:transparent;color:#e5e7eb}.btn--ghost:hover{background-color:#e5e7eb14}.app{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at top,#1e293b 0,#0c1e31 45%)}.app__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid rgba(148,163,184,.4);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background-color:#0f172ad9;position:sticky;top:0;z-index:10}.app__brand{font-weight:600;letter-spacing:.04em}.app__nav{display:flex;gap:1rem}.app__nav a{padding:.25rem .5rem;border-radius:.25rem;color:#9ca3af;font-size:.95rem}.app__nav a:hover{color:#e5e7eb;background-color:#0f172acc}.app__main{flex:1}.main-layout{display:flex;flex-direction:column;min-height:100vh;background-color:#0c1e31}.main-layout__content{flex:1;padding-top:56px}.auth-layout{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#0f172a;overflow:hidden}.auth-layout__content{z-index:10;width:100%;max-width:440px;padding:20px}.auth-layout__card{background:#1e293bb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);padding:40px;border-radius:20px;box-shadow:0 25px 50px -12px #00000080}.auth-layout__circle{position:absolute;filter:blur(80px);z-index:1;border-radius:50%}.auth-layout__circle--1{width:300px;height:300px;background:#3b82f626;top:-100px;left:-100px}.auth-layout__circle--2{width:300px;height:300px;background:#9333ea1a;bottom:-100px;right:-100px}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{color:#fff;font-size:28px;font-weight:700;margin-bottom:8px}.auth-header p{color:#94a3b8;font-size:14px}.form-group{margin-bottom:20px}.form-group label{display:block;color:#e2e8f0;font-size:13px;margin-bottom:8px;font-weight:500}.input-container{position:relative;display:flex;align-items:center}.input-container .field-icon{position:absolute;left:14px;color:#64748b}.input-container input{width:100%;background:#0f172a;border:1.5px solid #334155;border-radius:10px;padding:12px 14px 12px 42px;color:#fff;font-size:15px;transition:all .2s}.input-container input:focus{outline:none;border-color:#3b82f6;background:#1e293b;box-shadow:0 0 0 4px #3b82f626}.input-container .eye-btn{position:absolute;right:12px;background:none;border:none;color:#64748b;cursor:pointer;display:flex}.input-container .eye-btn:hover{color:#3b82f6}.login-btn{width:100%;padding:14px;background:#3b82f6!important;color:#fff;border-radius:10px;font-weight:600;margin-top:10px}.login-btn:hover{background:#2563eb!important}.page{width:100%;max-width:960px}.page--landing,.page--dashboard,.page--auth{background-color:#0e233a;border-radius:.75rem;padding:1.5rem;box-shadow:0 4px 10px #0f172a99;margin:auto}.page__actions{margin-top:1.5rem;display:flex;gap:1rem}.dashboard-overview{margin-top:1rem;padding-top:1rem}.auth-form{display:grid;gap:1rem}.auth-form__field{display:flex;flex-direction:column;gap:.25rem}.auth-form__field label{font-size:.9rem;color:#9ca3af}.auth-form__field input{padding:.5rem 1rem;border-radius:.5rem;border:1px solid rgba(148,163,184,.6);background-color:#0f172a99;color:#e5e7eb}.auth-form__field input:focus-visible{outline:none;border-color:#2563eb}.u-m-0{margin:0!important}.u-m-1{margin:.25rem!important}.u-m-2{margin:.5rem!important}.u-m-3{margin:1rem!important}.u-m-4{margin:1.5rem!important}.u-p-0{padding:0!important}.u-p-1{padding:.25rem!important}.u-p-2{padding:.5rem!important}.u-p-3{padding:1rem!important}.u-p-4{padding:1.5rem!important}.u-mt-0{margin-top:0!important}.u-mt-1{margin-top:.25rem!important}.u-mt-2{margin-top:.5rem!important}.u-mt-3{margin-top:1rem!important}.u-mt-4{margin-top:1.5rem!important}.u-mb-0{margin-bottom:0!important}.u-mb-1{margin-bottom:.25rem!important}.u-mb-2{margin-bottom:.5rem!important}.u-mb-3{margin-bottom:1rem!important}.u-mb-4{margin-bottom:1.5rem!important}.u-pt-0{padding-top:0!important}.u-pt-1{padding-top:.25rem!important}.u-pt-2{padding-top:.5rem!important}.u-pt-3{padding-top:1rem!important}.u-pt-4{padding-top:1.5rem!important}.u-pb-0{padding-bottom:0!important}.u-pb-1{padding-bottom:.25rem!important}.u-pb-2{padding-bottom:.5rem!important}.u-pb-3{padding-bottom:1rem!important}.u-pb-4{padding-bottom:1.5rem!important}.u-gap-1{gap:.25rem}.u-gap-2{gap:.5rem}.u-gap-3{gap:1rem}.u-gap-4{gap:1.5rem}.u-min-h-screen{min-height:100vh}.u-w-full{width:100%}.u-container{max-width:1120px;margin-inline:auto}.u-flex{display:flex}.u-flex-col{display:flex;flex-direction:column}.u-flex-center{display:flex;align-items:center;justify-content:center}.u-justify-between{justify-content:space-between}.u-justify-center{justify-content:center}.u-items-center{align-items:center}.u-gap-1{gap:.5rem}.u-gap-2{gap:1rem}.u-gap-3{gap:1.5rem}.u-gap-4{gap:2rem}.u-grid{display:grid;gap:1.5rem}.u-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.u-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.u-bg-primary{background-color:#2563eb}.u-bg-success{background-color:#22c55e}.u-bg-warning{background-color:#eab308}.u-bg-danger{background-color:#ef4444}.u-text-primary{color:#2563eb}.u-text-success{color:#22c55e}.u-text-warning{color:#eab308}.u-text-danger{color:#ef4444}.u-text-muted{color:#9ca3af}.u-text-lg{font-size:1.125rem}.u-text-2xl{font-size:1.5rem}.u-text-3xl{font-size:2rem}.u-hidden{display:none!important}.u-block{display:block!important}.u-text-center{text-align:center}@media (min-width: 768px){.u-hidden-md-down{display:none!important}}.global-section{position:relative;padding:5rem 2rem;overflow:hidden;background-color:#0c1e31;background-image:linear-gradient(180deg,#0000,#1f8a8a1a)}.global-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px}.global-section__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem}@media (max-width: 900px){.global-section__inner{gap:3rem}}@media (max-width: 680px){.global-section__inner{grid-template-columns:1fr;gap:2.5rem}}.global-section__copy{position:relative;z-index:1}@media (max-width: 680px){.global-section__copy{order:2}}.global-section__heading{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(1.75rem,3.2vw,3.9rem);color:#e5e7eb;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.01em}.global-section__body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.88rem,1.4vw,1.15rem);color:#fff;line-height:1.78;margin-bottom:1rem}.global-section__body:last-of-type{margin-bottom:1.5rem}.global-section__link{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#4fc3c3;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem;letter-spacing:.01em;transition:gap .22s ease,opacity .22s ease}.global-section__link:hover{gap:.55rem;opacity:.8;color:#3d9ca1;transition:all .22s ease-in-out}.global-section__visual{position:relative;z-index:1;border-radius:.75rem;overflow:hidden;aspect-ratio:4/3.2;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px -10px #00000080,0 0 20px #1f8a8a1a}@media (max-width: 680px){.global-section__visual{order:1;aspect-ratio:16/10;margin-bottom:1.5rem}}.global-section__visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.2));pointer-events:none;transition:opacity .4s ease}.global-section__visual:hover:after{opacity:.5}.global-section__img{width:100%;height:100%;object-fit:cover;display:block;object-position:center;filter:brightness(.9) contrast(1.05);transition:transform .8s cubic-bezier(.25,1,.5,1),filter .5s ease}.global-section__img:hover{transform:scale(1.08);filter:brightness(1.05) contrast(1.1)}.tantric-section{position:relative;padding:5rem 2rem;overflow:hidden;background-color:#0c1e31}.tantric-section__inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}.tantric-section__copy{position:relative;z-index:1}@media (max-width: 680px){.tantric-section__copy{order:2}}.tantric-section__eyebrow{display:inline-block;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#c9a96e;margin-bottom:.5rem}.tantric-section__heading{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(1.75rem,3.2vw,3.9rem);color:#e5e7eb;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.01em}.tantric-section__body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.88rem,1.4vw,1.15rem);color:#fff;line-height:1.78;margin-bottom:1rem}.tantric-section__body:last-of-type{margin-bottom:1.5rem}.tantric-section__inline-link{color:#4fc3c3;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.tantric-section__inline-link:hover{opacity:.75}.tantric-section__steps{display:flex;align-items:center;gap:1rem;margin:1.5rem auto;padding:1.25rem 1.5rem;border:1px solid rgba(201,169,110,.2);border-radius:.75rem;background:#c9a96e0a;width:fit-content}.tantric-section__step{display:flex;flex-direction:column;align-items:center;gap:.25rem}.tantric-section__step-count{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.6rem;font-weight:800;color:#c9a96e;line-height:1}.tantric-section__step-label{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.7rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#ffffff80}.tantric-section__step-divider{width:24px;height:1px;background:#c9a96e4d;flex-shrink:0}.tantric-section__salute{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.85rem,1.2vw,1rem);color:#ffffff8c;font-style:italic;line-height:1.6;margin-bottom:1.5rem}.tantric-section__cta{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#4fc3c3;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem;letter-spacing:.01em;transition:gap .22s ease,opacity .22s ease}.tantric-section__cta:hover{gap:.55rem;opacity:.8;color:#3d9ca1}.hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:6rem 1.5rem 4rem;text-align:center;background-color:#0c1e31}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% 40%,rgba(14,35,58,.85) 0%,transparent 70%);pointer-events:none;z-index:0}.hero__content{position:relative;z-index:1;max-width:760px;width:100%}.hero__title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(2.4rem,4vw,3.8rem);line-height:1.1;color:#e5e7eb;letter-spacing:-.02em;margin-bottom:1rem}.hero__subtitle{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.95rem,2vw,1.3rem);color:#fff;margin-bottom:.25rem;font-weight:400}.hero__tagline{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.8rem,1.5vw,1.1rem);color:#fff;margin-bottom:2rem}.hero__orb-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:min(100%,82vw,(100svh - 210px) * .86,820px);height:min(82vw,(100svh - 210px) * .86,820px);min-width:280px;min-height:280px;margin:0 auto 1.5rem}@media (max-width: 768px){.hero__orb-wrapper{min-width:220px;min-height:220px}}@media (max-width: 480px){.hero__orb-wrapper{width:min(82vw,380px);height:min(82vw,(100svh - 190px) * .86,380px);min-width:170px;min-height:170px}}@media (max-width: 360px){.hero__orb-wrapper{width:min(85vw,280px);height:min(85vw,(100svh - 180px) * .85,280px);min-width:140px;min-height:140px}}.hero__glow{display:none}.hero__orb{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:2;transition:background 1.3s ease,box-shadow 1.3s ease;overflow:visible}.hero__orb--inhale{background:radial-gradient(circle at 38% 35%,#57e28a,#22c55e 60%,#1a9949);box-shadow:0 0 18px #22c55e73,inset 0 0 20px #ffffff0f}.hero__orb--hold{background:radial-gradient(circle at 38% 35%,#f47c7c,#ef4444 60%,#c11);box-shadow:0 0 18px #ef444473,inset 0 0 20px #ffffff0f}.hero__orb--exhale{background:radial-gradient(circle at 38% 35%,#6591f1,#2563eb 60%,#1d4ed8);box-shadow:0 0 18px #2563eb73,inset 0 0 20px #ffffff0f}.hero__phase-label{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;color:#e5e7ebf5;letter-spacing:.03em;line-height:1.2;cursor:default;text-align:center;white-space:nowrap;font-size:clamp(.7rem,var(--orb-size, 210px) * .055,1.8rem)}@media (max-width: 480px){.hero__phase-label{white-space:normal;max-width:90%;line-height:1.1;font-size:clamp(.6rem,var(--orb-size, 210px) * .045,1rem)}}@media (max-width: 360px){.hero__phase-label{font-size:clamp(.5rem,var(--orb-size, 210px) * .04,.85rem)}}.hero__timer{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;color:#e5e7eb;line-height:1;text-shadow:0 0 14px rgba(229,231,235,.35);cursor:default;font-size:clamp(1rem,var(--orb-size, 210px) * .12,4rem);margin-top:clamp(.1rem,var(--orb-size, 210px) * .008,.5rem)}@media (max-width: 768px){.hero__timer{font-size:clamp(.9rem,var(--orb-size, 210px) * .11,3rem)}}@media (max-width: 480px){.hero__timer{font-size:clamp(.8rem,var(--orb-size, 210px) * .1,2.5rem);margin-top:clamp(.05rem,var(--orb-size, 210px) * .006,.3rem)}}@media (max-width: 360px){.hero__timer{font-size:clamp(.7rem,var(--orb-size, 210px) * .09,2rem);margin-top:clamp(.03rem,var(--orb-size, 210px) * .005,.2rem)}}.hero__satellite{position:absolute;border-radius:50%;pointer-events:none;z-index:3;transition:opacity .4s ease}.hero__counter{position:absolute;top:clamp(75px,8vh,95px);left:50%;translate:-50% 0;z-index:10;display:inline-flex;align-items:center;gap:.85rem;min-width:min(92vw,360px);background:#0e233a66;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:.8rem 1.45rem;-webkit-backdrop-filter:blur(12px) saturate(160%);backdrop-filter:blur(12px) saturate(160%);box-shadow:0 10px 30px #0003;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.hero__counter:hover{transform:translateY(-3px) scale(1.02);background:#0e233a99;border-color:#9ca3af99}@media (max-width: 1024px){.hero__counter{top:clamp(60px,7vh,85px)}}@media (max-width: 768px){.hero__counter{top:clamp(55px,6vh,75px);min-width:min(92vw,340px);padding:.6rem 1.15rem;gap:.65rem;border-radius:12px}.hero__counter:hover{transform:translateY(-2px) scale(1.01)}}@media (max-width: 480px){.hero__counter{min-width:min(94vw,320px);padding:.5rem .95rem;gap:.55rem;border-radius:10px}.hero__counter:hover{transform:translateY(-1px)}}@media (max-width: 360px){.hero__counter{top:8px;min-width:calc(100vw - 16px);padding:.45rem .8rem;gap:.5rem;margin-top:20px}}.hero__counter-info{text-align:left}.hero__counter-main{display:flex;align-items:baseline;gap:.45rem;white-space:nowrap}@media (max-width: 360px){.hero__counter-main{gap:.35rem}}.hero__counter-label{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.65rem;color:#00fa21;text-transform:uppercase;letter-spacing:.08em;font-weight:600}@media (max-width: 480px){.hero__counter-label{font-size:.55rem;letter-spacing:.06em}}.hero__counter-number{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:1.4rem;color:#00fa21;line-height:1}@media (max-width: 480px){.hero__counter-number{font-size:1.1rem}}@media (max-width: 360px){.hero__counter-number{font-size:1rem}}.hero__counter-status{display:flex;align-items:center;gap:6px;margin-top:4px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.65rem;color:#9ca3af99;font-weight:500}@media (max-width: 480px){.hero__counter-status{font-size:.55rem;gap:4px;margin-top:2px}}.hero__counter-status:before{content:"";width:6px;height:6px;border-radius:50%;background:#22c55e;animation:pulse-dot 2s ease-in-out infinite}@media (max-width: 480px){.hero__counter-status:before{width:5px;height:5px}}.hero__stars{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.star{position:absolute;border-radius:50%;background:#fff;will-change:transform,opacity}.star:nth-child(1){width:4px;height:4px;top:17%;left:88%;opacity:.16;animation:star-twinkle 3s ease-in-out infinite;animation-delay:6s}.star:nth-child(2){width:2px;height:2px;top:72%;left:44%;opacity:.34;animation:star-twinkle 4s ease-in-out infinite;animation-delay:5s}.star:nth-child(3){width:2px;height:2px;top:73%;left:41%;opacity:.34;animation:star-twinkle 8s ease-in-out infinite;animation-delay:5s}.star:nth-child(4){width:3px;height:3px;top:87%;left:96%;opacity:.28;animation:star-twinkle 5s ease-in-out infinite;animation-delay:6s}.star:nth-child(5){width:2px;height:2px;top:7%;left:43%;opacity:.34;animation:star-twinkle 8s ease-in-out infinite;animation-delay:8s}.star:nth-child(6){width:4px;height:4px;top:20%;left:60%;opacity:.22;animation:star-twinkle 8s ease-in-out infinite;animation-delay:8s}.star:nth-child(7){width:4px;height:4px;top:98%;left:89%;opacity:.16;animation:star-twinkle 5s ease-in-out infinite;animation-delay:6s}.star:nth-child(8){width:3px;height:3px;top:21%;left:88%;opacity:.22;animation:star-twinkle 3s ease-in-out infinite;animation-delay:2s}.star:nth-child(9){width:4px;height:4px;top:47%;left:100%;opacity:.34;animation:star-twinkle 3s ease-in-out infinite;animation-delay:4s}.star:nth-child(10){width:3px;height:3px;top:96%;left:32%;opacity:.4;animation:star-twinkle 3s ease-in-out infinite;animation-delay:4s}.star:nth-child(11){width:2px;height:2px;top:75%;left:97%;opacity:.16;animation:star-twinkle 4s ease-in-out infinite;animation-delay:6s}.star:nth-child(12){width:4px;height:4px;top:56%;left:89%;opacity:.4;animation:star-twinkle 3s ease-in-out infinite;animation-delay:5s}.star:nth-child(13){width:2px;height:2px;top:22%;left:92%;opacity:.16;animation:star-twinkle 4s ease-in-out infinite;animation-delay:1s}.star:nth-child(14){width:3px;height:3px;top:70%;left:7%;opacity:.28;animation:star-twinkle 6s ease-in-out infinite;animation-delay:7s}.star:nth-child(15){width:2px;height:2px;top:7%;left:55%;opacity:.4;animation:star-twinkle 4s ease-in-out infinite;animation-delay:7s}.star:nth-child(16){width:2px;height:2px;top:36%;left:50%;opacity:.16;animation:star-twinkle 8s ease-in-out infinite;animation-delay:5s}.star:nth-child(17){width:4px;height:4px;top:100%;left:22%;opacity:.16;animation:star-twinkle 3s ease-in-out infinite;animation-delay:7s}.star:nth-child(18){width:4px;height:4px;top:40%;left:86%;opacity:.4;animation:star-twinkle 6s ease-in-out infinite;animation-delay:4s}.star:nth-child(19){width:3px;height:3px;top:34%;left:32%;opacity:.4;animation:star-twinkle 3s ease-in-out infinite;animation-delay:6s}.star:nth-child(20){width:4px;height:4px;top:33%;left:75%;opacity:.22;animation:star-twinkle 8s ease-in-out infinite;animation-delay:8s}.star:nth-child(21){width:3px;height:3px;top:55%;left:10%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:5s}.star:nth-child(22){width:3px;height:3px;top:16%;left:84%;opacity:.28;animation:star-twinkle 6s ease-in-out infinite;animation-delay:1s}.star:nth-child(23){width:2px;height:2px;top:2%;left:10%;opacity:.16;animation:star-twinkle 4s ease-in-out infinite;animation-delay:7s}.star:nth-child(24){width:2px;height:2px;top:67%;left:28%;opacity:.16;animation:star-twinkle 8s ease-in-out infinite;animation-delay:2s}.star:nth-child(25){width:4px;height:4px;top:20%;left:39%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:4s}.star:nth-child(26){width:4px;height:4px;top:7%;left:88%;opacity:.16;animation:star-twinkle 5s ease-in-out infinite;animation-delay:6s}.star:nth-child(27){width:4px;height:4px;top:26%;left:2%;opacity:.22;animation:star-twinkle 4s ease-in-out infinite;animation-delay:4s}.star:nth-child(28){width:4px;height:4px;top:75%;left:40%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:7s}.star:nth-child(29){width:2px;height:2px;top:46%;left:26%;opacity:.22;animation:star-twinkle 6s ease-in-out infinite;animation-delay:6s}.star:nth-child(30){width:3px;height:3px;top:2%;left:87%;opacity:.22;animation:star-twinkle 7s ease-in-out infinite;animation-delay:7s}.star:nth-child(31){width:3px;height:3px;top:25%;left:69%;opacity:.34;animation:star-twinkle 3s ease-in-out infinite;animation-delay:4s}.star:nth-child(32){width:2px;height:2px;top:86%;left:44%;opacity:.28;animation:star-twinkle 8s ease-in-out infinite;animation-delay:7s}.star:nth-child(33){width:2px;height:2px;top:84%;left:49%;opacity:.4;animation:star-twinkle 5s ease-in-out infinite;animation-delay:3s}.star:nth-child(34){width:2px;height:2px;top:46%;left:58%;opacity:.34;animation:star-twinkle 4s ease-in-out infinite;animation-delay:8s}.star:nth-child(35){width:2px;height:2px;top:42%;left:76%;opacity:.22;animation:star-twinkle 7s ease-in-out infinite;animation-delay:4s}.star:nth-child(36){width:2px;height:2px;top:50%;left:7%;opacity:.34;animation:star-twinkle 6s ease-in-out infinite;animation-delay:8s}.star:nth-child(37){width:2px;height:2px;top:4%;left:56%;opacity:.34;animation:star-twinkle 4s ease-in-out infinite;animation-delay:6s}.star:nth-child(38){width:4px;height:4px;top:60%;left:4%;opacity:.16;animation:star-twinkle 4s ease-in-out infinite;animation-delay:4s}.star:nth-child(39){width:3px;height:3px;top:21%;left:70%;opacity:.22;animation:star-twinkle 5s ease-in-out infinite;animation-delay:6s}.star:nth-child(40){width:4px;height:4px;top:89%;left:70%;opacity:.4;animation:star-twinkle 7s ease-in-out infinite;animation-delay:5s}.star:nth-child(41){width:3px;height:3px;top:10%;left:3%;opacity:.4;animation:star-twinkle 5s ease-in-out infinite;animation-delay:4s}.star:nth-child(42){width:3px;height:3px;top:64%;left:48%;opacity:.4;animation:star-twinkle 6s ease-in-out infinite;animation-delay:7s}.star:nth-child(43){width:2px;height:2px;top:23%;left:40%;opacity:.22;animation:star-twinkle 7s ease-in-out infinite;animation-delay:3s}.star:nth-child(44){width:2px;height:2px;top:77%;left:4%;opacity:.16;animation:star-twinkle 6s ease-in-out infinite;animation-delay:5s}.star:nth-child(45){width:2px;height:2px;top:99%;left:81%;opacity:.16;animation:star-twinkle 4s ease-in-out infinite;animation-delay:8s}.star:nth-child(46){width:2px;height:2px;top:18%;left:99%;opacity:.34;animation:star-twinkle 3s ease-in-out infinite;animation-delay:4s}.star:nth-child(47){width:3px;height:3px;top:42%;left:53%;opacity:.22;animation:star-twinkle 5s ease-in-out infinite;animation-delay:1s}.star:nth-child(48){width:4px;height:4px;top:61%;left:52%;opacity:.34;animation:star-twinkle 8s ease-in-out infinite;animation-delay:6s}.star:nth-child(49){width:2px;height:2px;top:38%;left:79%;opacity:.28;animation:star-twinkle 4s ease-in-out infinite;animation-delay:5s}.star:nth-child(50){width:2px;height:2px;top:52%;left:41%;opacity:.4;animation:star-twinkle 3s ease-in-out infinite;animation-delay:5s}.star:nth-child(51){width:3px;height:3px;top:17%;left:79%;opacity:.34;animation:star-twinkle 6s ease-in-out infinite;animation-delay:7s}.star:nth-child(52){width:3px;height:3px;top:18%;left:38%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:5s}.star:nth-child(53){width:4px;height:4px;top:21%;left:81%;opacity:.34;animation:star-twinkle 7s ease-in-out infinite;animation-delay:7s}.star:nth-child(54){width:4px;height:4px;top:63%;left:52%;opacity:.34;animation:star-twinkle 7s ease-in-out infinite;animation-delay:1s}.star:nth-child(55){width:4px;height:4px;top:15%;left:99%;opacity:.16;animation:star-twinkle 5s ease-in-out infinite;animation-delay:1s}.star:nth-child(56){width:4px;height:4px;top:12%;left:33%;opacity:.34;animation:star-twinkle 6s ease-in-out infinite;animation-delay:6s}.star:nth-child(57){width:3px;height:3px;top:75%;left:2%;opacity:.22;animation:star-twinkle 3s ease-in-out infinite;animation-delay:4s}.star:nth-child(58){width:2px;height:2px;top:87%;left:20%;opacity:.34;animation:star-twinkle 4s ease-in-out infinite;animation-delay:6s}.star:nth-child(59){width:4px;height:4px;top:79%;left:32%;opacity:.16;animation:star-twinkle 6s ease-in-out infinite;animation-delay:6s}.star:nth-child(60){width:2px;height:2px;top:60%;left:22%;opacity:.22;animation:star-twinkle 8s ease-in-out infinite;animation-delay:5s}.star:nth-child(61){width:2px;height:2px;top:58%;left:67%;opacity:.22;animation:star-twinkle 5s ease-in-out infinite;animation-delay:8s}.star:nth-child(62){width:3px;height:3px;top:65%;left:59%;opacity:.16;animation:star-twinkle 3s ease-in-out infinite;animation-delay:7s}.star:nth-child(63){width:3px;height:3px;top:10%;left:42%;opacity:.34;animation:star-twinkle 7s ease-in-out infinite;animation-delay:5s}.star:nth-child(64){width:2px;height:2px;top:90%;left:43%;opacity:.34;animation:star-twinkle 8s ease-in-out infinite;animation-delay:1s}.star:nth-child(65){width:2px;height:2px;top:53%;left:87%;opacity:.22;animation:star-twinkle 5s ease-in-out infinite;animation-delay:2s}.star:nth-child(66){width:4px;height:4px;top:81%;left:50%;opacity:.28;animation:star-twinkle 4s ease-in-out infinite;animation-delay:6s}.star:nth-child(67){width:2px;height:2px;top:79%;left:80%;opacity:.34;animation:star-twinkle 8s ease-in-out infinite;animation-delay:1s}.star:nth-child(68){width:2px;height:2px;top:16%;left:22%;opacity:.16;animation:star-twinkle 5s ease-in-out infinite;animation-delay:5s}.star:nth-child(69){width:3px;height:3px;top:17%;left:61%;opacity:.16;animation:star-twinkle 6s ease-in-out infinite;animation-delay:7s}.star:nth-child(70){width:2px;height:2px;top:38%;left:69%;opacity:.22;animation:star-twinkle 8s ease-in-out infinite;animation-delay:7s}.star:nth-child(71){width:3px;height:3px;top:64%;left:46%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:4s}.star:nth-child(72){width:2px;height:2px;top:51%;left:98%;opacity:.22;animation:star-twinkle 8s ease-in-out infinite;animation-delay:1s}.star:nth-child(73){width:3px;height:3px;top:92%;left:33%;opacity:.16;animation:star-twinkle 3s ease-in-out infinite;animation-delay:1s}.star:nth-child(74){width:4px;height:4px;top:83%;left:11%;opacity:.4;animation:star-twinkle 5s ease-in-out infinite;animation-delay:8s}.star:nth-child(75){width:3px;height:3px;top:75%;left:35%;opacity:.34;animation:star-twinkle 8s ease-in-out infinite;animation-delay:5s}.star:nth-child(76){width:3px;height:3px;top:6%;left:95%;opacity:.34;animation:star-twinkle 4s ease-in-out infinite;animation-delay:5s}.star:nth-child(77){width:2px;height:2px;top:30%;left:74%;opacity:.34;animation:star-twinkle 6s ease-in-out infinite;animation-delay:2s}.star:nth-child(78){width:3px;height:3px;top:1%;left:59%;opacity:.4;animation:star-twinkle 5s ease-in-out infinite;animation-delay:2s}.star:nth-child(79){width:3px;height:3px;top:100%;left:70%;opacity:.22;animation:star-twinkle 5s ease-in-out infinite;animation-delay:2s}.star:nth-child(80){width:4px;height:4px;top:79%;left:39%;opacity:.34;animation:star-twinkle 4s ease-in-out infinite;animation-delay:7s}.star:nth-child(81){width:2px;height:2px;top:37%;left:40%;opacity:.4;animation:star-twinkle 3s ease-in-out infinite;animation-delay:6s}.star:nth-child(82){width:2px;height:2px;top:45%;left:69%;opacity:.16;animation:star-twinkle 8s ease-in-out infinite;animation-delay:5s}.star:nth-child(83){width:4px;height:4px;top:7%;left:19%;opacity:.34;animation:star-twinkle 4s ease-in-out infinite;animation-delay:2s}.star:nth-child(84){width:4px;height:4px;top:27%;left:62%;opacity:.28;animation:star-twinkle 3s ease-in-out infinite;animation-delay:5s}.star:nth-child(85){width:4px;height:4px;top:26%;left:39%;opacity:.34;animation:star-twinkle 8s ease-in-out infinite;animation-delay:1s}.star:nth-child(86){width:3px;height:3px;top:41%;left:12%;opacity:.16;animation:star-twinkle 3s ease-in-out infinite;animation-delay:1s}.star:nth-child(87){width:3px;height:3px;top:37%;left:85%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:8s}.star:nth-child(88){width:2px;height:2px;top:78%;left:6%;opacity:.22;animation:star-twinkle 7s ease-in-out infinite;animation-delay:2s}.star:nth-child(89){width:2px;height:2px;top:10%;left:17%;opacity:.34;animation:star-twinkle 7s ease-in-out infinite;animation-delay:4s}.star:nth-child(90){width:2px;height:2px;top:35%;left:16%;opacity:.28;animation:star-twinkle 6s ease-in-out infinite;animation-delay:4s}.star:nth-child(91){width:4px;height:4px;top:74%;left:75%;opacity:.34;animation:star-twinkle 6s ease-in-out infinite;animation-delay:3s}.star:nth-child(92){width:4px;height:4px;top:58%;left:95%;opacity:.16;animation:star-twinkle 6s ease-in-out infinite;animation-delay:2s}.star:nth-child(93){width:4px;height:4px;top:23%;left:65%;opacity:.22;animation:star-twinkle 5s ease-in-out infinite;animation-delay:6s}.star:nth-child(94){width:4px;height:4px;top:26%;left:92%;opacity:.4;animation:star-twinkle 8s ease-in-out infinite;animation-delay:1s}.star:nth-child(95){width:2px;height:2px;top:98%;left:2%;opacity:.28;animation:star-twinkle 3s ease-in-out infinite;animation-delay:3s}.star:nth-child(96){width:3px;height:3px;top:93%;left:90%;opacity:.22;animation:star-twinkle 8s ease-in-out infinite;animation-delay:6s}.star:nth-child(97){width:4px;height:4px;top:58%;left:32%;opacity:.16;animation:star-twinkle 7s ease-in-out infinite;animation-delay:6s}.star:nth-child(98){width:3px;height:3px;top:30%;left:87%;opacity:.4;animation:star-twinkle 7s ease-in-out infinite;animation-delay:5s}.star:nth-child(99){width:4px;height:4px;top:48%;left:84%;opacity:.28;animation:star-twinkle 3s ease-in-out infinite;animation-delay:2s}.star:nth-child(100){width:3px;height:3px;top:67%;left:19%;opacity:.16;animation:star-twinkle 8s ease-in-out infinite;animation-delay:7s}.star:nth-child(101){width:2px;height:2px;top:8%;left:33%;opacity:.16;animation:star-twinkle 6s ease-in-out infinite;animation-delay:2s}.star:nth-child(102){width:2px;height:2px;top:84%;left:2%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:3s}.star:nth-child(103){width:2px;height:2px;top:46%;left:54%;opacity:.28;animation:star-twinkle 3s ease-in-out infinite;animation-delay:2s}.star:nth-child(104){width:2px;height:2px;top:76%;left:20%;opacity:.28;animation:star-twinkle 3s ease-in-out infinite;animation-delay:7s}.star:nth-child(105){width:4px;height:4px;top:71%;left:30%;opacity:.16;animation:star-twinkle 8s ease-in-out infinite;animation-delay:7s}.star:nth-child(106){width:3px;height:3px;top:67%;left:25%;opacity:.22;animation:star-twinkle 3s ease-in-out infinite;animation-delay:1s}.star:nth-child(107){width:2px;height:2px;top:6%;left:66%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:8s}.star:nth-child(108){width:3px;height:3px;top:34%;left:80%;opacity:.4;animation:star-twinkle 7s ease-in-out infinite;animation-delay:8s}.star:nth-child(109){width:3px;height:3px;top:96%;left:32%;opacity:.22;animation:star-twinkle 6s ease-in-out infinite;animation-delay:3s}.star:nth-child(110){width:3px;height:3px;top:40%;left:77%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:7s}.star:nth-child(111){width:4px;height:4px;top:6%;left:38%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:8s}.star:nth-child(112){width:3px;height:3px;top:100%;left:18%;opacity:.16;animation:star-twinkle 4s ease-in-out infinite;animation-delay:2s}.star:nth-child(113){width:2px;height:2px;top:33%;left:42%;opacity:.22;animation:star-twinkle 7s ease-in-out infinite;animation-delay:3s}.star:nth-child(114){width:4px;height:4px;top:63%;left:26%;opacity:.34;animation:star-twinkle 5s ease-in-out infinite;animation-delay:7s}.star:nth-child(115){width:3px;height:3px;top:68%;left:20%;opacity:.34;animation:star-twinkle 6s ease-in-out infinite;animation-delay:1s}.star:nth-child(116){width:2px;height:2px;top:36%;left:92%;opacity:.34;animation:star-twinkle 6s ease-in-out infinite;animation-delay:6s}.star:nth-child(117){width:3px;height:3px;top:58%;left:93%;opacity:.16;animation:star-twinkle 5s ease-in-out infinite;animation-delay:1s}.star:nth-child(118){width:2px;height:2px;top:83%;left:18%;opacity:.22;animation:star-twinkle 8s ease-in-out infinite;animation-delay:3s}.star:nth-child(119){width:4px;height:4px;top:11%;left:50%;opacity:.28;animation:star-twinkle 6s ease-in-out infinite;animation-delay:2s}.star:nth-child(120){width:3px;height:3px;top:94%;left:89%;opacity:.16;animation:star-twinkle 4s ease-in-out infinite;animation-delay:5s}.star:nth-child(121){width:2px;height:2px;top:55%;left:50%;opacity:.16;animation:star-twinkle 5s ease-in-out infinite;animation-delay:4s}.star:nth-child(122){width:4px;height:4px;top:90%;left:92%;opacity:.16;animation:star-twinkle 8s ease-in-out infinite;animation-delay:6s}.star:nth-child(123){width:4px;height:4px;top:42%;left:8%;opacity:.28;animation:star-twinkle 6s ease-in-out infinite;animation-delay:6s}.star:nth-child(124){width:3px;height:3px;top:32%;left:60%;opacity:.34;animation:star-twinkle 6s ease-in-out infinite;animation-delay:2s}.star:nth-child(125){width:3px;height:3px;top:63%;left:100%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:5s}.star:nth-child(126){width:3px;height:3px;top:47%;left:93%;opacity:.22;animation:star-twinkle 6s ease-in-out infinite;animation-delay:7s}.star:nth-child(127){width:4px;height:4px;top:37%;left:28%;opacity:.4;animation:star-twinkle 4s ease-in-out infinite;animation-delay:4s}.star:nth-child(128){width:4px;height:4px;top:44%;left:5%;opacity:.34;animation:star-twinkle 6s ease-in-out infinite;animation-delay:1s}.star:nth-child(129){width:2px;height:2px;top:23%;left:66%;opacity:.22;animation:star-twinkle 4s ease-in-out infinite;animation-delay:7s}.star:nth-child(130){width:3px;height:3px;top:13%;left:44%;opacity:.16;animation:star-twinkle 8s ease-in-out infinite;animation-delay:2s}.star:nth-child(131){width:4px;height:4px;top:20%;left:76%;opacity:.16;animation:star-twinkle 5s ease-in-out infinite;animation-delay:3s}.star:nth-child(132){width:2px;height:2px;top:78%;left:22%;opacity:.22;animation:star-twinkle 7s ease-in-out infinite;animation-delay:2s}.star:nth-child(133){width:4px;height:4px;top:50%;left:46%;opacity:.4;animation:star-twinkle 8s ease-in-out infinite;animation-delay:2s}.star:nth-child(134){width:4px;height:4px;top:43%;left:33%;opacity:.16;animation:star-twinkle 8s ease-in-out infinite;animation-delay:8s}.star:nth-child(135){width:3px;height:3px;top:14%;left:6%;opacity:.34;animation:star-twinkle 6s ease-in-out infinite;animation-delay:3s}.star:nth-child(136){width:2px;height:2px;top:86%;left:75%;opacity:.34;animation:star-twinkle 3s ease-in-out infinite;animation-delay:6s}.star:nth-child(137){width:2px;height:2px;top:67%;left:73%;opacity:.4;animation:star-twinkle 5s ease-in-out infinite;animation-delay:2s}.star:nth-child(138){width:3px;height:3px;top:87%;left:93%;opacity:.4;animation:star-twinkle 4s ease-in-out infinite;animation-delay:6s}.star:nth-child(139){width:2px;height:2px;top:6%;left:79%;opacity:.34;animation:star-twinkle 6s ease-in-out infinite;animation-delay:5s}.star:nth-child(140){width:3px;height:3px;top:10%;left:92%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:2s}.star:nth-child(141){width:2px;height:2px;top:73%;left:60%;opacity:.34;animation:star-twinkle 5s ease-in-out infinite;animation-delay:3s}.star:nth-child(142){width:4px;height:4px;top:88%;left:39%;opacity:.4;animation:star-twinkle 8s ease-in-out infinite;animation-delay:6s}.star:nth-child(143){width:2px;height:2px;top:88%;left:80%;opacity:.28;animation:star-twinkle 4s ease-in-out infinite;animation-delay:7s}.star:nth-child(144){width:2px;height:2px;top:3%;left:88%;opacity:.16;animation:star-twinkle 6s ease-in-out infinite;animation-delay:3s}.star:nth-child(145){width:3px;height:3px;top:15%;left:39%;opacity:.22;animation:star-twinkle 4s ease-in-out infinite;animation-delay:2s}.star:nth-child(146){width:4px;height:4px;top:18%;left:11%;opacity:.22;animation:star-twinkle 8s ease-in-out infinite;animation-delay:2s}.star:nth-child(147){width:3px;height:3px;top:76%;left:36%;opacity:.16;animation:star-twinkle 4s ease-in-out infinite;animation-delay:2s}.star:nth-child(148){width:4px;height:4px;top:61%;left:66%;opacity:.22;animation:star-twinkle 4s ease-in-out infinite;animation-delay:2s}.star:nth-child(149){width:4px;height:4px;top:28%;left:100%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:8s}.star:nth-child(150){width:2px;height:2px;top:75%;left:93%;opacity:.4;animation:star-twinkle 7s ease-in-out infinite;animation-delay:3s}.star:nth-child(151){width:4px;height:4px;top:66%;left:10%;opacity:.4;animation:star-twinkle 4s ease-in-out infinite;animation-delay:1s}.star:nth-child(152){width:4px;height:4px;top:59%;left:53%;opacity:.22;animation:star-twinkle 7s ease-in-out infinite;animation-delay:2s}.star:nth-child(153){width:4px;height:4px;top:3%;left:77%;opacity:.22;animation:star-twinkle 8s ease-in-out infinite;animation-delay:6s}.star:nth-child(154){width:3px;height:3px;top:62%;left:83%;opacity:.22;animation:star-twinkle 6s ease-in-out infinite;animation-delay:1s}.star:nth-child(155){width:4px;height:4px;top:79%;left:32%;opacity:.4;animation:star-twinkle 4s ease-in-out infinite;animation-delay:4s}.star:nth-child(156){width:3px;height:3px;top:47%;left:27%;opacity:.28;animation:star-twinkle 4s ease-in-out infinite;animation-delay:7s}.star:nth-child(157){width:3px;height:3px;top:92%;left:95%;opacity:.16;animation:star-twinkle 5s ease-in-out infinite;animation-delay:2s}.star:nth-child(158){width:2px;height:2px;top:98%;left:64%;opacity:.28;animation:star-twinkle 8s ease-in-out infinite;animation-delay:4s}.star:nth-child(159){width:3px;height:3px;top:60%;left:69%;opacity:.22;animation:star-twinkle 8s ease-in-out infinite;animation-delay:3s}.star:nth-child(160){width:3px;height:3px;top:43%;left:26%;opacity:.28;animation:star-twinkle 8s ease-in-out infinite;animation-delay:4s}.star:nth-child(161){width:2px;height:2px;top:21%;left:93%;opacity:.22;animation:star-twinkle 7s ease-in-out infinite;animation-delay:2s}.star:nth-child(162){width:2px;height:2px;top:43%;left:97%;opacity:.16;animation:star-twinkle 8s ease-in-out infinite;animation-delay:8s}.star:nth-child(163){width:3px;height:3px;top:56%;left:97%;opacity:.28;animation:star-twinkle 5s ease-in-out infinite;animation-delay:6s}.star:nth-child(164){width:3px;height:3px;top:10%;left:43%;opacity:.22;animation:star-twinkle 6s ease-in-out infinite;animation-delay:3s}.star:nth-child(165){width:4px;height:4px;top:81%;left:90%;opacity:.22;animation:star-twinkle 3s ease-in-out infinite;animation-delay:5s}.star:nth-child(166){width:3px;height:3px;top:65%;left:47%;opacity:.22;animation:star-twinkle 4s ease-in-out infinite;animation-delay:6s}.star:nth-child(167){width:2px;height:2px;top:42%;left:34%;opacity:.22;animation:star-twinkle 6s ease-in-out infinite;animation-delay:2s}.star:nth-child(168){width:3px;height:3px;top:58%;left:49%;opacity:.16;animation:star-twinkle 7s ease-in-out infinite;animation-delay:6s}.star:nth-child(169){width:4px;height:4px;top:15%;left:61%;opacity:.4;animation:star-twinkle 4s ease-in-out infinite;animation-delay:4s}.star:nth-child(170){width:3px;height:3px;top:86%;left:49%;opacity:.28;animation:star-twinkle 4s ease-in-out infinite;animation-delay:4s}.star:nth-child(171){width:2px;height:2px;top:56%;left:77%;opacity:.28;animation:star-twinkle 8s ease-in-out infinite;animation-delay:3s}.star:nth-child(172){width:2px;height:2px;top:51%;left:60%;opacity:.28;animation:star-twinkle 8s ease-in-out infinite;animation-delay:8s}.star:nth-child(173){width:4px;height:4px;top:49%;left:30%;opacity:.34;animation:star-twinkle 8s ease-in-out infinite;animation-delay:5s}.star:nth-child(174){width:3px;height:3px;top:34%;left:4%;opacity:.16;animation:star-twinkle 7s ease-in-out infinite;animation-delay:1s}.star:nth-child(175){width:3px;height:3px;top:11%;left:9%;opacity:.22;animation:star-twinkle 5s ease-in-out infinite;animation-delay:7s}.star:nth-child(176){width:4px;height:4px;top:23%;left:7%;opacity:.4;animation:star-twinkle 4s ease-in-out infinite;animation-delay:6s}.star:nth-child(177){width:2px;height:2px;top:23%;left:99%;opacity:.34;animation:star-twinkle 6s ease-in-out infinite;animation-delay:7s}.star:nth-child(178){width:4px;height:4px;top:70%;left:44%;opacity:.16;animation:star-twinkle 6s ease-in-out infinite;animation-delay:3s}.star:nth-child(179){width:2px;height:2px;top:40%;left:6%;opacity:.22;animation:star-twinkle 3s ease-in-out infinite;animation-delay:8s}.star:nth-child(180){width:4px;height:4px;top:12%;left:45%;opacity:.28;animation:star-twinkle 4s ease-in-out infinite;animation-delay:8s}.star:nth-child(181){width:4px;height:4px;top:69%;left:76%;opacity:.22;animation:star-twinkle 6s ease-in-out infinite;animation-delay:6s}.star:nth-child(182){width:4px;height:4px;top:77%;left:2%;opacity:.4;animation:star-twinkle 3s ease-in-out infinite;animation-delay:4s}.star:nth-child(183){width:2px;height:2px;top:96%;left:96%;opacity:.28;animation:star-twinkle 5s ease-in-out infinite;animation-delay:4s}.star:nth-child(184){width:2px;height:2px;top:5%;left:57%;opacity:.22;animation:star-twinkle 4s ease-in-out infinite;animation-delay:3s}.star:nth-child(185){width:2px;height:2px;top:39%;left:18%;opacity:.16;animation:star-twinkle 6s ease-in-out infinite;animation-delay:7s}.star:nth-child(186){width:4px;height:4px;top:100%;left:25%;opacity:.16;animation:star-twinkle 4s ease-in-out infinite;animation-delay:1s}.star:nth-child(187){width:2px;height:2px;top:36%;left:17%;opacity:.28;animation:star-twinkle 7s ease-in-out infinite;animation-delay:4s}.star:nth-child(188){width:3px;height:3px;top:76%;left:24%;opacity:.16;animation:star-twinkle 6s ease-in-out infinite;animation-delay:2s}.star:nth-child(189){width:2px;height:2px;top:28%;left:91%;opacity:.16;animation:star-twinkle 5s ease-in-out infinite;animation-delay:6s}.star:nth-child(190){width:2px;height:2px;top:5%;left:79%;opacity:.28;animation:star-twinkle 8s ease-in-out infinite;animation-delay:6s}.star:nth-child(191){width:4px;height:4px;top:63%;left:42%;opacity:.28;animation:star-twinkle 4s ease-in-out infinite;animation-delay:3s}.star:nth-child(192){width:4px;height:4px;top:36%;left:76%;opacity:.16;animation:star-twinkle 3s ease-in-out infinite;animation-delay:8s}.star:nth-child(193){width:2px;height:2px;top:23%;left:24%;opacity:.4;animation:star-twinkle 5s ease-in-out infinite;animation-delay:2s}.star:nth-child(194){width:4px;height:4px;top:17%;left:53%;opacity:.34;animation:star-twinkle 7s ease-in-out infinite;animation-delay:7s}.star:nth-child(195){width:4px;height:4px;top:39%;left:81%;opacity:.16;animation:star-twinkle 8s ease-in-out infinite;animation-delay:2s}.star:nth-child(196){width:4px;height:4px;top:33%;left:45%;opacity:.4;animation:star-twinkle 7s ease-in-out infinite;animation-delay:1s}.star:nth-child(197){width:4px;height:4px;top:8%;left:74%;opacity:.4;animation:star-twinkle 6s ease-in-out infinite;animation-delay:4s}.star:nth-child(198){width:3px;height:3px;top:64%;left:89%;opacity:.22;animation:star-twinkle 4s ease-in-out infinite;animation-delay:1s}.star:nth-child(199){width:2px;height:2px;top:71%;left:56%;opacity:.34;animation:star-twinkle 4s ease-in-out infinite;animation-delay:3s}.star:nth-child(200){width:2px;height:2px;top:39%;left:41%;opacity:.22;animation:star-twinkle 6s ease-in-out infinite;animation-delay:6s}@keyframes star-twinkle{0%{opacity:.08;transform:scale(.6)}25%{opacity:.3;transform:scale(.9)}50%{opacity:1;transform:scale(1.3);box-shadow:0 0 4px #fff9}75%{opacity:.3;transform:scale(.9)}to{opacity:.08;transform:scale(.6)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.65)}}@keyframes satellite-in{0%{opacity:0;transform:translate(var(--sx),var(--sy)) scale(.3)}to{opacity:.9;transform:translate(var(--tx),var(--ty)) scale(1)}}@keyframes satellite-burst{0%{opacity:.9;transform:translate(var(--tx),var(--ty)) scale(1)}to{opacity:0;transform:translate(var(--bx),var(--by)) scale(.2)}}.hero__caveat{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;color:#fff;margin-top:.8rem;margin-bottom:1.5rem;letter-spacing:.02em;min-height:1.2em;transition:opacity .6s ease}.modes-section{padding:5rem 2rem;background-color:#102e44;text-align:center}.modes-section__heading{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(1.6rem,3.2vw,2.8rem);color:#e5e7eb;margin-bottom:2rem;letter-spacing:-.01em}.modes-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:960px;margin:0 auto}@media (max-width: 860px){.modes-section__grid{grid-template-columns:repeat(2,1fr);max-width:580px}}@media (max-width: 520px){.modes-section__grid{grid-template-columns:1fr;max-width:400px}}.modes-section__card{position:relative;padding:2rem 1.5rem 1.75rem;text-align:left;border-radius:.75rem;background:#0b1c2db3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(148,163,184,.12);transition:transform .28s ease,box-shadow .28s ease;cursor:default}.modes-section__card:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:calc(.75rem + 1px);padding:1px;background:conic-gradient(from var(--angle, 0deg),transparent 0%,transparent 60%,var(--card-accent, #4fc3c3) 80%,transparent 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .25s ease;pointer-events:none;--angle: 0deg}.modes-section__card:not(.modes-section__card--disabled):hover{transform:translateY(-4px)}.modes-section__card:not(.modes-section__card--disabled):hover:before{opacity:1;animation:border-sweep 1s linear forwards}.modes-section__card:not(.modes-section__card--disabled):hover .modes-section__card-icon{background:rgba(var(--card-accent-rgb, 79, 195, 195),.18)}.modes-section__card:not(.modes-section__card--disabled):hover .modes-section__card-icon svg,.modes-section__card:not(.modes-section__card--disabled):hover .modes-section__card-icon .react-icon{color:var(--card-accent, #4fc3c3);fill:var(--card-accent, #4fc3c3)}.modes-section__card--disabled{opacity:.52;cursor:default}.modes-section__card--breathing{--card-accent: #4fc3c3;--card-accent-rgb: 79, 195, 195}.modes-section__card--breathing .modes-section__card-icon{background:#4fc3c3bb}.modes-section__card--breathing:hover{box-shadow:0 8px 32px #4fc3c31a}.modes-section__card--silent{--card-accent: #818cf8;--card-accent-rgb: 129, 140, 248}.modes-section__card--silent .modes-section__card-icon{background:#818cf8bb}.modes-section__card--silent:hover{box-shadow:0 8px 32px #818cf81a}.modes-section__card--chanting{--card-accent: #64748b;--card-accent-rgb: 100, 116, 139}.modes-section__card-icon{width:44px;height:44px;background:#94a3b814;border-radius:30px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background .3s ease}.modes-section__card-icon svg{width:22px;height:22px;color:#e5e7eb80;transition:color .3s ease,fill .3s ease;flex-shrink:0}.modes-section__card-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:1.25rem;color:#e5e7eb;margin-bottom:.5rem;letter-spacing:.01em}.modes-section__card-desc{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;color:#fff;line-height:1.65}.modes-section__card-badge{display:inline-block;margin-top:1rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.7rem;color:#e5e7eb73;background:#94a3b814;border:1px solid rgba(148,163,184,.14);border-radius:.25rem;padding:.2rem .55rem;letter-spacing:.04em}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes border-sweep{0%{--angle: 0deg}to{--angle: 360deg}}.science-section{position:relative;padding:5rem 2rem;background-color:#10263f;overflow:hidden}.science-section:before,.science-section:after{content:"";position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(96,165,250,.15) 50%,transparent 100%)}.science-section:before{top:0}.science-section:after{bottom:0}.science-section__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:5rem}@media (max-width: 900px){.science-section__inner{gap:3rem}}@media (max-width: 680px){.science-section__inner{grid-template-columns:1fr;gap:2.5rem}}.science-section__visual{position:relative;border-radius:.75rem;overflow:hidden;aspect-ratio:3/3.6;border:1px solid rgba(96,165,250,.14);box-shadow:0 2px 12px #0006,0 0 48px #60a5fa12}@media (max-width: 680px){.science-section__visual{order:1;aspect-ratio:4/3}}.science-section__img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block;transition:transform .6s ease}.science-section__img:hover{transform:scale(1.03)}.science-section__copy{position:relative;z-index:1}@media (max-width: 680px){.science-section__copy{order:2}}.science-section__heading{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(1.75rem,3.2vw,3.9rem);color:#e5e7eb;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.01em}.science-section__body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.88rem,1.4vw,1.15rem);color:#fff;line-height:1.78;margin-bottom:1.5rem}.science-section__intro{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.88rem,1.4vw,1.15rem);color:#fff;line-height:1.78;margin-bottom:1rem}.science-section__intro:last-of-type{margin-bottom:1.5rem}.science-section__extend-label{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.88rem,1.4vw,1.15rem);color:#fff;line-height:1.78;margin-bottom:.5rem}.science-section__list{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.45rem}.science-section__list li{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.83rem,1.3vw,.98rem);color:#fff;display:flex;align-items:center;gap:.5rem}.science-section__list li:before{content:"";display:inline-block;flex-shrink:0;width:5px;height:5px;border-radius:50%;background:#4fc3c3;box-shadow:0 0 5px #4fc3c380}.science-section__note{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;color:#fff;line-height:1.65;margin-bottom:1.5rem}.science-section__link{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#4fc3c3;text-decoration:none;display:inline-flex;align-items:center;gap:.3rem;letter-spacing:.01em;transition:gap .22s ease,opacity .22s ease}.science-section__link:hover{gap:.55rem;opacity:.8;color:#3d9ca1;transition:all .22s ease-in-out}.science-section__link-icon{width:16px;height:16px;flex-shrink:0}.science-section__link-icon:hover{gap:.55rem;opacity:.8;color:#3d9ca1;transition:all .22s ease-in-out}.science-research-note{margin-top:2.5rem;padding:1.5rem;background:#ffffff0d;border-radius:12px;border-left:4px solid #4fc3c3;box-shadow:0 4px 20px #0003}.science-research-note__label{display:block;font-weight:800;font-size:.75rem;color:#4fc3c3;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem}.science-research-note__body{font-size:1rem;line-height:1.6;color:#e2e8f0;margin:0}.science-research-note__body .research-note-highlight{display:block;margin-top:.5rem;font-style:italic;color:#fff;font-weight:600;font-size:1.05rem;letter-spacing:.01em;text-shadow:0 0 10px rgba(79,195,195,.2)}.site-footer{background-color:#091727;padding:3.5rem 2rem 0}.site-footer__container{max-width:1080px;margin:0 auto}.site-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:3rem;row-gap:2rem;padding-bottom:2.75rem}@media (max-width: 780px){.site-footer__grid{grid-template-columns:repeat(2,1fr);column-gap:2rem;row-gap:2rem}}@media (max-width: 420px){.site-footer__grid{grid-template-columns:1fr;row-gap:1.5rem}}.site-footer__col{display:flex;flex-direction:column;gap:0}.site-footer__col-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:.88rem;color:#e5e7eb;letter-spacing:.01em;margin:0 0 .9rem}.site-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.62rem}.site-footer__links a{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.78rem;color:#fff;text-decoration:none;transition:color .2s ease}.site-footer__links a:hover{color:#e5e7ebd1}.site-footer__brand-desc{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.78rem;color:#fff;line-height:1.7;max-width:200px;margin:0}.site-footer__separator{width:100%;height:1px;background-color:#e5e7eb14}.site-footer__copy{padding:1.5rem 0 2rem;text-align:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;color:#fff;letter-spacing:.01em;margin:0}.support-section{position:relative;padding:5rem 1.5rem;background-color:#091727;text-align:center;overflow:hidden}.support-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(34,197,94,.2) 50%,transparent 100%)}.support-section__inner{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:0}.support-section__heading{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(1.8rem,4vw,2.8rem);color:#e5e7eb;line-height:1.15;letter-spacing:-.02em;margin-bottom:1rem}.support-section__body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.85rem,1.5vw,1rem);color:#fff;line-height:1.72;max-width:680px;margin-bottom:.25rem}.support-section__body:last-of-type{margin-bottom:0}.support-section__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:2rem;padding:.78rem 2.1rem;background:#22c55e;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.015em;border:none;border-radius:999px;text-decoration:none;cursor:pointer;box-shadow:0 0 0 1px #22c55e40,0 4px 18px #22c55e52;transition:transform .18s ease,box-shadow .22s ease,background .18s ease}.support-section__cta:hover{transform:translateY(-2px);box-shadow:0 0 0 1px #22c55e59,0 6px 26px #22c55e7a}.support-section__cta:active{transform:translateY(0) scale(.98)}.support-section__note{display:block;margin-top:1rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.92rem;color:#fff;letter-spacing:.01em}.navbar{position:fixed;top:0;left:0;right:0;z-index:200;background:#0c1e31;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,231,235,.07);transition:background .3s ease,box-shadow .3s ease}.navbar--scrolled{background:#091727f2;box-shadow:0 1px 24px #00000059}.navbar__inner{max-width:1200px;margin:0 auto;height:clamp(80px,10vw,100px);padding:0 2rem;display:flex;align-items:center;justify-content:space-between}@media (max-width: 640px){.navbar__inner{padding:0 1.25rem;height:clamp(72px,18vw,90px)}}@media (max-width: 360px){.navbar__inner{height:68px}}.navbar__brand{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(1rem,1.4vw,2.25rem);color:#e5e7eb;text-decoration:none;letter-spacing:.02em;flex-shrink:0;transition:opacity .2s ease;display:flex;align-items:center}.navbar__brand img{width:clamp(130px,22vw,170px);height:auto;display:block}.navbar__brand:hover{opacity:.82}.navbar__links{display:flex;align-items:center;gap:.1rem}@media (max-width: 640px){.navbar__links{display:none}}.navbar__link{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1rem,1.4vw,1rem);color:#e5e7eb9e;text-decoration:none;padding:.32rem .72rem;border-radius:.5rem;background:none;border:none;cursor:pointer;transition:color .18s ease,background .18s ease;white-space:nowrap}.navbar__link:hover{color:#e5e7eb;background:#e5e7eb12}.navbar__link--active{color:#e5e7eb}.navbar__link--btn{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.84rem}.navbar__hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px;border-radius:.5rem;transition:background .18s ease;flex-shrink:0}.navbar__hamburger:hover{background:#e5e7eb12}@media (max-width: 640px){.navbar__hamburger{display:flex}}.navbar__hamburger-bar{display:block;width:20px;height:2px;background:#e5e7ebcc;border-radius:2px;transform-origin:center;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease,width .3s ease}.navbar__hamburger--open .navbar__hamburger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar__hamburger--open .navbar__hamburger-bar:nth-child(2){opacity:0;width:0}.navbar__hamburger--open .navbar__hamburger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.navbar__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:201;background:#0000008c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .3s ease}.navbar__backdrop--visible{opacity:1;pointer-events:all}.navbar__sidebar{position:fixed;top:0;right:0;bottom:0;z-index:202;width:280px;max-width:85vw;background:#0c1e31;border-left:1px solid rgba(229,231,235,.08);display:flex;flex-direction:column;transform:translate(100%);transition:transform .32s cubic-bezier(.4,0,.2,1);will-change:transform}.navbar__sidebar--open{transform:translate(0)}.navbar__sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;height:clamp(72px,18vw,90px);border-bottom:1px solid rgba(229,231,235,.07);flex-shrink:0}@media (max-width: 360px){.navbar__sidebar-header{height:68px}}.navbar__sidebar-brand{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:1rem;color:#e5e7eb;letter-spacing:.02em}.navbar__sidebar-close{width:32px;height:32px;background:none;border:none;cursor:pointer;padding:4px;border-radius:.5rem;color:#e5e7eb99;display:flex;align-items:center;justify-content:center;transition:color .18s ease,background .18s ease}.navbar__sidebar-close:hover{color:#e5e7eb;background:#e5e7eb12}.navbar__sidebar-close svg{width:18px;height:18px}.navbar__sidebar-nav{display:flex;flex-direction:column;padding:1.25rem .75rem;gap:.15rem;flex:1}.navbar__sidebar-link{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.95rem;font-weight:500;color:#e5e7ebad;text-decoration:none;padding:.7rem .75rem;border-radius:.5rem;transition:color .18s ease,background .18s ease;opacity:0;transform:translate(16px);animation:none}.navbar__sidebar--open .navbar__sidebar-link{animation:sidebar-link-in .32s ease forwards}.navbar__sidebar-link:hover{color:#e5e7eb;background:#e5e7eb12}.navbar__sidebar-link--active{color:#e5e7eb;background:#e5e7eb0f}.navbar__sidebar-actions{padding:1rem 1.25rem 2rem;display:flex;flex-direction:column;gap:.6rem;border-top:1px solid rgba(229,231,235,.07);flex-shrink:0}.navbar__sidebar-btn{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.88rem;font-weight:600;padding:.65rem 1rem;border-radius:.75rem;cursor:pointer;border:none;text-align:center;transition:opacity .18s ease,transform .15s ease}.navbar__sidebar-btn:active{transform:scale(.97)}.navbar__sidebar-btn--primary{background:#22c55e;color:#fff;box-shadow:0 2px 12px #22c55e4d}.navbar__sidebar-btn--primary:hover{opacity:.88}.navbar__sidebar-btn--ghost{background:#e5e7eb12;color:#e5e7eb}.navbar__sidebar-btn--ghost:hover{background:#e5e7eb1f}.navbar__sidebar-btn--secondary{background:#ef44441a;color:#ef4444d9;border:1px solid rgba(239,68,68,.2)}.navbar__sidebar-btn--secondary:hover{background:#ef444429}@keyframes sidebar-link-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.science-page{background-color:#0b1c2d;min-height:100vh}.science-page__hero{padding:5rem 1.5rem 3rem;text-align:center}.science-page__title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(2rem,5vw,3.2rem);color:#e5e7eb;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem}.science-page__subtitle{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.88rem,1.6vw,1rem);color:#fff;margin:0}.science-page__body{max-width:1170px;margin:0 auto;padding:0 1.5rem 5rem;display:flex;flex-direction:column;gap:2.5rem}.science-page__section-heading{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(1.3rem,2.5vw,1.6rem);color:#e5e7eb;text-align:center;margin-bottom:2rem;letter-spacing:-.01em}.science-page__benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 580px){.science-page__benefits-grid{grid-template-columns:1fr}}.modes-section__card--stress{--card-accent: #4fc3c3;--card-accent-rgb: 79, 195, 195}.modes-section__card--stress .modes-section__card-icon{background:#4fc3c324}.modes-section__card--stress svg{color:#4fc3c3!important}.modes-section__card--stress:hover{box-shadow:0 8px 32px #4fc3c31f}.modes-section__card--hrv{--card-accent: #818cf8;--card-accent-rgb: 129, 140, 248}.modes-section__card--hrv .modes-section__card-icon{background:#818cf824}.modes-section__card--hrv svg{color:#818cf8!important}.modes-section__card--hrv:hover{box-shadow:0 8px 32px #818cf81f}.modes-section__card--emotion{--card-accent: #f472b6;--card-accent-rgb: 244, 114, 182}.modes-section__card--emotion .modes-section__card-icon{background:#f472b624}.modes-section__card--emotion svg{color:#f472b6!important}.modes-section__card--emotion:hover{box-shadow:0 8px 32px #f472b61f}.modes-section__card--awareness{--card-accent: #34d399;--card-accent-rgb: 52, 211, 153}.modes-section__card--awareness .modes-section__card-icon{background:#34d39924}.modes-section__card--awareness svg{color:#34d399!important}.modes-section__card--awareness:hover{box-shadow:0 8px 32px #34d3991f}.science-card{background:#e5e7eb08;border:1px solid rgba(229,231,235,.08);border-radius:.75rem;padding:2rem}@media (max-width: 580px){.science-card{padding:1.5rem 1.25rem}}.science-card__heading{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(1.1rem,2vw,1.3rem);color:#e5e7eb;margin-bottom:1.5rem;letter-spacing:-.01em}.science-card__body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.85rem,1.4vw,.92rem);color:#fff;line-height:1.78;margin-bottom:1rem}.science-card__body:last-of-type{margin-bottom:0}.science-pattern{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;margin-bottom:2rem}.science-pattern__step{display:flex;align-items:flex-start;gap:1rem}.science-pattern__badge{flex-shrink:0;width:42px;height:42px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:.82rem;color:#fff;letter-spacing:.02em;box-shadow:0 2px 10px #0000004d}.science-pattern__info{flex:1;padding-top:2px}.science-pattern__label{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:.9rem;color:#e5e7eb;margin-bottom:.25rem}.science-pattern__desc{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.83rem;color:#fff;line-height:1.72;margin:0}.science-research-note{background:#2563eb0f;border:1px solid rgba(37,99,235,.15);border-radius:.5rem;padding:1rem 1.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;color:#e5e7eb94;line-height:1.68}.science-research-note__label{font-weight:700;color:#e5e7ebbf}.science-pattern__badge-wrap{position:relative;width:56px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;cursor:default}.science-pattern__ring{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;transition:opacity .2s ease}.science-pattern__badge-wrap .science-pattern__badge{position:relative;z-index:1;transition:box-shadow .25s ease,transform .25s ease;-webkit-user-select:none;user-select:none}.about-page{background-color:#0b1c2d;min-height:100vh}.about-page__hero{padding:5rem 1.5rem 3rem;text-align:center}.about-page__title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(2rem,5vw,3.2rem);color:#e5e7eb;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem}.about-page__subtitle{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.88rem,1.6vw,1rem);color:#fff;margin:0}.about-page__body{max-width:1170px;margin:0 auto;padding:0 1.5rem 5rem;display:flex;flex-direction:column;gap:2.5rem}@media (max-width: 580px){.about-page__body{padding:0 1rem 4rem}}.about-page__section-heading{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(1.3rem,2.5vw,1.6rem);color:#e5e7eb;text-align:center;margin-bottom:2rem;letter-spacing:-.01em}.about-page__values-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 580px){.about-page__values-grid{grid-template-columns:1fr}}.about-page__contact{text-align:center;padding:2rem 0;display:flex;flex-direction:column;align-items:center;gap:1rem}.about-page__contact-body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.88rem,1.5vw,.95rem);color:#fff;margin:0}.about-page__contact-email{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.95rem,1.6vw,1.05rem);font-weight:500;color:#4fc3c3;text-decoration:none;letter-spacing:.01em;transition:opacity .2s ease}.about-page__contact-email:hover{opacity:.78;text-decoration:underline;text-underline-offset:3px}.about-card{background:#e5e7eb08;border:1px solid rgba(229,231,235,.08);border-radius:.75rem;padding:2rem}@media (max-width: 580px){.about-card{padding:1.5rem 1.25rem}}.about-card__heading{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(1.1rem,2vw,1.3rem);color:#e5e7eb;margin-bottom:1.5rem;letter-spacing:-.01em}.about-card .founder-card__para-wrap{margin-bottom:1rem}.about-card .founder-card__para-wrap:last-child{margin-bottom:0}.about-card .founder-card__para{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.85rem,1.4vw,.92rem);color:#fff;line-height:1.78;margin:0}.about-card__body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.85rem,1.4vw,.92rem);color:#e5e7eb9e;line-height:1.78;margin-bottom:1rem}.about-card__body:last-of-type{margin-bottom:0}.founder-section .founder-card{border:1px solid rgba(229,231,235,.08);border-radius:.75rem;display:grid;grid-template-columns:300px 1fr;overflow:hidden;min-height:520px;background:#ffffff05}@media (max-width: 900px){.founder-section .founder-card{grid-template-columns:1fr}}.founder-section .founder-card__media{position:relative;overflow:hidden;background:#0003;display:flex;align-items:center;justify-content:center;padding:2rem}.founder-section .founder-card__media-img{width:180px;height:230px;object-fit:cover;object-position:top center;display:block;border:4px solid white;box-shadow:0 10px 25px #0006;border-radius:2px}.founder-section .founder-card__badge{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;font-size:10px;white-space:nowrap;letter-spacing:.1em;text-transform:uppercase;padding:5px 12px;border-radius:.25rem;border:1px solid rgba(255,255,255,.1)}.founder-section .founder-card__body{padding:3rem;display:flex;flex-direction:column;justify-content:center;gap:1.5rem}@media (max-width: 900px){.founder-section .founder-card__body{padding:2.5rem 2rem}}.founder-section .founder-card__header{display:flex;flex-direction:column;gap:6px}.founder-section .founder-card__eyebrow{font-size:14px;letter-spacing:.1em;text-transform:uppercase;color:#fff;font-weight:500}.founder-section .founder-card__heading{font-size:clamp(2rem,3vw,2.8rem);font-weight:500;line-height:1.2;color:#e5e7eb}.founder-section .founder-card__divider{width:36px;height:2px;background:#e5e7eb26;border-radius:1px}.founder-section .founder-card__paragraphs{display:flex;flex-direction:column;gap:1.5rem}.founder-section .founder-card__para-wrap{display:flex;flex-direction:column}.founder-section .founder-card__para-wrap--highlight{background:#000000b3;border-left:4px solid #a78bfa;border-radius:6px;padding:1rem 1.25rem;margin:.25rem 0}.founder-section .founder-card__para-intro{display:block;font-size:1rem;font-style:italic;color:#f6f6f7;margin-bottom:.5rem;letter-spacing:.03em;opacity:.85}.founder-section .founder-card__para{font-size:16px;line-height:1.8;color:#fff;margin:0}.founder-section .founder-card__para--highlight{font-size:1.125rem;font-style:italic;font-weight:400;color:#f0f0ff;line-height:1.75}.founder-section .founder-card__tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:#e5e7eb80;border:1px solid rgba(229,231,235,.1);border-radius:.25rem;padding:4px 10px;align-self:flex-start}.founder-section .founder-card__tag:before{content:"";width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.5}.modes-section__card--access{--card-accent: #4fc3c3;--card-accent-rgb: 79, 195, 195}.modes-section__card--access .modes-section__card-icon{background:#4fc3c324}.modes-section__card--access .modes-section__card-icon svg{color:#4fc3c3}.modes-section__card--access:hover{box-shadow:0 8px 32px #4fc3c31f}.modes-section__card--privacy{--card-accent: #818cf8;--card-accent-rgb: 129, 140, 248}.modes-section__card--privacy .modes-section__card-icon{background:#818cf824}.modes-section__card--privacy .modes-section__card-icon svg{color:#818cf8}.modes-section__card--privacy:hover{box-shadow:0 8px 32px #818cf81f}.modes-section__card--science{--card-accent: #f87171;--card-accent-rgb: 248, 113, 113}.modes-section__card--science .modes-section__card-icon{background:#f8717124}.modes-section__card--science .modes-section__card-icon svg{color:#f87171}.modes-section__card--science:hover{box-shadow:0 8px 32px #f871711f}.modes-section__card--neutral{--card-accent: #4fc3c3;--card-accent-rgb: 79, 195, 195}.modes-section__card--neutral .modes-section__card-icon{background:#4fc3c324}.modes-section__card--neutral .modes-section__card-icon svg{color:#4fc3c3}.modes-section__card--neutral:hover{box-shadow:0 8px 32px #4fc3c31f}.support-page{background-color:#0b1c2d;min-height:100vh}.support-page__hero{padding:5rem 1.5rem 3rem;text-align:center}.support-page__title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(2rem,5vw,3.2rem);color:#e5e7eb;letter-spacing:-.02em;line-height:1.1;margin-bottom:1rem}.support-page__subtitle{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.88rem,1.6vw,1rem);color:#e5e7eb85;margin:0}.support-page__body{max-width:1170px;margin:0 auto;padding:0 1.5rem 5rem;display:flex;flex-direction:column;gap:2.5rem}@media (max-width: 580px){.support-page__body{padding:0 1rem 4rem}}.support-page__section-heading{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(1.3rem,2.5vw,1.6rem);color:#e5e7eb;text-align:center;margin-bottom:2rem;letter-spacing:-.01em}.support-page__tiers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (max-width: 520px){.support-page__tiers-grid{grid-template-columns:1fr}}.support-page__payment{max-height:0;overflow:hidden;opacity:0;transform:translateY(-8px);transition:max-height .5s cubic-bezier(.4,0,.2,1),opacity .35s ease,transform .35s ease;pointer-events:none}.support-page__payment--visible{max-height:900px;opacity:1;transform:translateY(0);pointer-events:all}.support-page__thankyou{text-align:center;padding:2rem 0 1rem}.support-page__thankyou-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(1.1rem,2vw,1.3rem);color:#e5e7eb;margin-bottom:1rem}.support-page__thankyou-body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;color:#e5e7eb80;line-height:1.7;margin:0}.support-card{background:#e5e7eb08;border:1px solid rgba(229,231,235,.08);border-radius:.75rem;padding:2rem}@media (max-width: 580px){.support-card{padding:1.5rem 1.25rem}}.support-card__heading{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(1.1rem,2vw,1.3rem);color:#e5e7eb;margin-bottom:1.5rem;letter-spacing:-.01em}.support-card__body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.85rem,1.4vw,.92rem);color:#e5e7eb9e;line-height:1.78;margin-bottom:1rem}.support-card__body:last-of-type{margin-bottom:0}.modes-section__card{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;text-align:left;cursor:pointer}.modes-section__card--selected{border-color:var(--card-accent, rgba(148, 163, 184, .4))!important;box-shadow:0 0 0 1px var(--card-accent, rgba(148, 163, 184, .2)),0 8px 32px #0003!important;transform:translateY(-3px)}.modes-section__card--breath{--card-accent: #4fc3c3;--card-accent-rgb: 79, 195, 195}.modes-section__card--breath .modes-section__card-icon{background:#4fc3c324}.modes-section__card--breath .modes-section__card-icon svg{color:#4fc3c3}.modes-section__card--breath:hover,.modes-section__card--breath.modes-section__card--selected{box-shadow:0 8px 32px #4fc3c326!important}.modes-section__card--flow{--card-accent: #818cf8;--card-accent-rgb: 129, 140, 248}.modes-section__card--flow .modes-section__card-icon{background:#818cf824}.modes-section__card--flow .modes-section__card-icon svg{color:#818cf8}.modes-section__card--flow:hover,.modes-section__card--flow.modes-section__card--selected{box-shadow:0 8px 32px #818cf826!important}.modes-section__card--harmony{--card-accent: #f87171;--card-accent-rgb: 248, 113, 113}.modes-section__card--harmony .modes-section__card-icon{background:#f8717124}.modes-section__card--harmony .modes-section__card-icon svg{color:#f87171}.modes-section__card--harmony:hover,.modes-section__card--harmony.modes-section__card--selected{box-shadow:0 8px 32px #f8717126!important}.modes-section__card--custom{--card-accent: #4fc3c3;--card-accent-rgb: 79, 195, 195}.modes-section__card--custom .modes-section__card-icon{background:#4fc3c324}.modes-section__card--custom .modes-section__card-icon svg{color:#4fc3c3}.modes-section__card--custom:hover,.modes-section__card--custom.modes-section__card--selected{box-shadow:0 8px 32px #4fc3c326!important}.support-tier__amount{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:1.5rem;line-height:1;margin-bottom:.5rem;letter-spacing:-.02em}.support-tier__custom-input-wrap{display:flex;align-items:center;gap:4px;margin-bottom:.5rem}.support-tier__custom-dollar{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:1.5rem;color:#4fc3c3;line-height:1}.support-tier__custom-input{background:#e5e7eb0f;border:1px solid rgba(79,195,195,.4);border-radius:.5rem;color:#4fc3c3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:1.4rem;width:110px;padding:.2rem .5rem;outline:none}.support-tier__custom-input:focus{border-color:#4fc3c3;box-shadow:0 0 0 2px #4fc3c333}.support-tier__custom-input::-webkit-outer-spin-button,.support-tier__custom-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.support-tier__custom-input{-moz-appearance:textfield}.payment-methods{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}@media (max-width: 480px){.payment-methods{grid-template-columns:1fr}}.payment-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.1rem 1rem;border-radius:.75rem;border:1px solid transparent;cursor:pointer;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.82rem;font-weight:600;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .15s ease}.payment-btn:disabled{opacity:.4;cursor:not-allowed;transform:none!important}.payment-btn:not(:disabled):hover{transform:translateY(-2px)}.payment-btn:not(:disabled):active{transform:scale(.98)}.payment-btn--stripe{background:#635bff14;border-color:#635bff40;color:#a5a0ff}.payment-btn--stripe .payment-btn__stripe-logo{width:52px;height:auto}.payment-btn--stripe:not(:disabled):hover{background:#635bff24;border-color:#635bff80;box-shadow:0 4px 20px #635bff26}.payment-btn--stripe.payment-btn--active{background:#635bff29;border-color:#635bff99;box-shadow:0 0 0 1px #635bff4d}.payment-btn--paypal{background:#00308726;border-color:#009cde40;color:#5bc4f5}.payment-btn--paypal .payment-btn__paypal-logo{width:72px;height:auto}.payment-btn--paypal:not(:disabled):hover{background:#00308740;border-color:#009cde80;box-shadow:0 4px 20px #009cde1f}.payment-btn--paypal.payment-btn--active{background:#0030874d;border-color:#009cde8c;box-shadow:0 0 0 1px #009cde40}.payment-btn span{font-size:.8rem;opacity:.75}.stripe-form-wrapper{max-height:0;overflow:hidden;transition:max-height .45s cubic-bezier(.4,0,.2,1)}.stripe-form-wrapper--open{max-height:600px}.stripe-form{background:#e5e7eb08;border:1px solid rgba(99,91,255,.2);border-radius:.75rem;padding:1.5rem;margin-top:1rem;display:flex;flex-direction:column;gap:1rem}.stripe-form__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.stripe-form__header-label{display:flex;align-items:center;gap:.4rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.82rem;font-weight:600;color:#e5e7eba6}.stripe-form__lock{width:13px;height:13px;stroke:#e5e7eb80}.stripe-form__amount-badge{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:.85rem;color:#fff;background:#635bff59;border:1px solid rgba(99,91,255,.4);border-radius:999px;padding:.2rem .75rem}.stripe-form__field{display:flex;flex-direction:column;gap:.35rem}.stripe-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 420px){.stripe-form__row{grid-template-columns:1fr}}.stripe-form__label{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:600;color:#e5e7eb8c;text-transform:uppercase;letter-spacing:.05em}.stripe-form__input-icon-wrap{position:relative}.stripe-form__input{width:100%;background:#e5e7eb0d;border:1px solid rgba(229,231,235,.1);border-radius:.5rem;color:#e5e7eb;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;padding:.6rem .85rem;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.stripe-form__input::placeholder{color:#e5e7eb47}.stripe-form__input:focus{border-color:#635bff8c;box-shadow:0 0 0 2px #635bff26}.stripe-form__input::-webkit-outer-spin-button,.stripe-form__input::-webkit-inner-spin-button{-webkit-appearance:none}.stripe-form__input{-moz-appearance:textfield}.stripe-form__card-icons{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);display:flex;gap:4px;pointer-events:none}.stripe-form__card-icon{font-size:.58rem;font-weight:800;padding:.15rem .35rem;border-radius:3px;letter-spacing:.02em}.stripe-form__card-icon--visa{background:#1a1f71;color:#fff}.stripe-form__card-icon--mc{background:#eb001b;color:#fff}.stripe-form__pay-btn{width:100%;padding:.8rem;background:#635bff;color:#fff;border:none;border-radius:.75rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 18px #635bff66;transition:opacity .2s ease,transform .15s ease,box-shadow .2s ease}.stripe-form__pay-btn:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 6px 24px #635bff8c}.stripe-form__pay-btn:active:not(:disabled){transform:scale(.98)}.stripe-form__pay-btn--loading{opacity:.75;cursor:not-allowed}.stripe-form__spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.stripe-form__secure-note{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.72rem;color:#e5e7eb59;text-align:center;margin:0}.stripe-form--success{align-items:center;text-align:center;padding:2.5rem 1.5rem}.stripe-form__success-icon{width:48px;height:48px;background:#22c55e26;border:2px solid #22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#22c55e;margin-bottom:1rem}.stripe-form__success-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:1.1rem;color:#e5e7eb;margin-bottom:.5rem}.stripe-form__success-body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.88rem;color:#e5e7eb99;margin-bottom:1.5rem}.stripe-form__close-btn{background:#22c55e;color:#fff;border:none;border-radius:.75rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:.9rem;padding:.6rem 2rem;cursor:pointer;transition:opacity .2s ease}.stripe-form__close-btn:hover{opacity:.88}.paypal-pending{display:flex;align-items:center;gap:1rem;background:#0030871a;border:1px solid rgba(0,156,222,.2);border-radius:.5rem;padding:1rem 1.5rem;margin-top:1rem}.paypal-pending__icon{font-size:1.2rem}.paypal-pending__text{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem;color:#e5e7eb99;margin:0}.payment-secure-note{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;color:#e5e7eb52;text-align:center;margin:1rem 0 0}@keyframes spin{to{transform:rotate(360deg)}}.nf{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#0b1c2d}.nf__dots{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(148,163,184,.14) 1px,transparent 1px);background-size:32px 32px;pointer-events:none}.nf__orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.nf__orb--left{width:500px;height:500px;background:radial-gradient(circle,rgba(59,130,246,.12),transparent 70%);top:-100px;left:-150px;animation:orb-drift-l 14s ease-in-out infinite alternate}.nf__orb--right{width:400px;height:400px;background:radial-gradient(circle,rgba(79,195,195,.1),transparent 70%);bottom:-80px;right:-100px;animation:orb-drift-r 18s ease-in-out infinite alternate}.nf__particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.nf__particle{position:absolute;border-radius:50%}.nf__particle:nth-child(1){width:4px;height:4px;top:40%;left:48%;background:#818cf880;box-shadow:0 0 8px #818cf880;animation:particle-float 9s ease-in-out 1s infinite}.nf__particle:nth-child(2){width:4px;height:4px;top:33%;left:61%;background:#3b82f673;box-shadow:0 0 8px #3b82f673;animation:particle-float 16s ease-in-out 5s infinite}.nf__particle:nth-child(3){width:5px;height:5px;top:28%;left:11%;background:#4fc3c38c;box-shadow:0 0 10px #4fc3c38c;animation:particle-float 7s ease-in-out 2s infinite}.nf__particle:nth-child(4){width:5px;height:5px;top:71%;left:72%;background:#818cf880;box-shadow:0 0 10px #818cf880;animation:particle-float 16s ease-in-out 3s infinite}.nf__particle:nth-child(5){width:8px;height:8px;top:59%;left:53%;background:#3b82f673;box-shadow:0 0 16px #3b82f673;animation:particle-float 11s ease-in-out 5s infinite}.nf__particle:nth-child(6){width:7px;height:7px;top:46%;left:31%;background:#4fc3c38c;box-shadow:0 0 14px #4fc3c38c;animation:particle-float 12s ease-in-out 3s infinite}.nf__particle:nth-child(7){width:8px;height:8px;top:40%;left:90%;background:#818cf880;box-shadow:0 0 16px #818cf880;animation:particle-float 12s ease-in-out 6s infinite}.nf__particle:nth-child(8){width:6px;height:6px;top:64%;left:18%;background:#3b82f673;box-shadow:0 0 12px #3b82f673;animation:particle-float 8s ease-in-out 1s infinite}.nf__particle:nth-child(9){width:6px;height:6px;top:18%;left:27%;background:#4fc3c38c;box-shadow:0 0 12px #4fc3c38c;animation:particle-float 8s ease-in-out 3s infinite}.nf__particle:nth-child(10){width:6px;height:6px;top:41%;left:90%;background:#818cf880;box-shadow:0 0 12px #818cf880;animation:particle-float 8s ease-in-out 1s infinite}.nf__particle:nth-child(11){width:6px;height:6px;top:26%;left:25%;background:#3b82f673;box-shadow:0 0 12px #3b82f673;animation:particle-float 16s ease-in-out 3s infinite}.nf__particle:nth-child(12){width:6px;height:6px;top:20%;left:65%;background:#4fc3c38c;box-shadow:0 0 12px #4fc3c38c;animation:particle-float 13s ease-in-out 6s infinite}.nf__content{position:relative;z-index:2;text-align:center;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:2rem;animation:content-rise .9s cubic-bezier(.2,.8,.4,1) both}.nf__code-wrap{display:flex;align-items:center;justify-content:center;gap:.25rem;line-height:1;-webkit-user-select:none;user-select:none}.nf__digit{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:900;font-size:clamp(6rem,20vw,12rem);color:transparent;-webkit-text-stroke:2px rgba(229,231,235,.15);letter-spacing:-.04em;display:inline-block}.nf__digit--4a{animation:digit-in-left .7s cubic-bezier(.2,.8,.4,1) .1s both}.nf__digit--4b{animation:digit-in-right .7s cubic-bezier(.2,.8,.4,1) .1s both}.nf__digit--0{position:relative;width:clamp(5rem,16vw,10rem);height:clamp(6rem,20vw,12rem);display:inline-flex;align-items:center;justify-content:center;animation:digit-in-left .7s cubic-bezier(.2,.8,.4,1) .2s both}.nf__orb-zero{position:relative;width:clamp(3.5rem,11vw,7rem);height:clamp(3.5rem,11vw,7rem);border-radius:50%;background:radial-gradient(circle at 38% 35%,#4fc3c3e6,#22c55ebf 55%,#10a34a99);box-shadow:0 0 18px #22c55e80,0 0 50px #22c55e40,inset 0 0 20px #ffffff14;animation:orb-breathe 5s ease-in-out infinite}.nf__orb-zero-ring{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;border:1.5px solid rgba(34,197,94,.35);animation:ring-pulse 3s ease-out infinite}.nf__orb-zero-ring--2{top:-18px;right:-18px;bottom:-18px;left:-18px;border-color:#22c55e2e;animation-delay:.8s}.nf__title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(1.5rem,4vw,2.4rem);color:#e5e7eb;letter-spacing:-.02em;line-height:1.15;margin:0;animation:content-rise .8s cubic-bezier(.2,.8,.4,1) .35s both}.nf__body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.9rem,1.8vw,1.05rem);color:#e5e7eb85;line-height:1.72;max-width:400px;margin:0;animation:content-rise .8s cubic-bezier(.2,.8,.4,1) .45s both}.nf__actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center;animation:content-rise .8s cubic-bezier(.2,.8,.4,1) .55s both}.nf__btn{display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:.9rem;padding:.7rem 1.6rem;border-radius:999px;transition:transform .18s ease,box-shadow .2s ease,opacity .18s ease}.nf__btn svg{width:16px;height:16px}.nf__btn:hover{transform:translateY(-2px)}.nf__btn:active{transform:scale(.97)}.nf__btn--primary{background:#22c55e;color:#fff;box-shadow:0 4px 20px #22c55e61}.nf__btn--primary:hover{box-shadow:0 6px 28px #22c55e8c}.nf__btn--ghost{background:#e5e7eb0f;color:#e5e7ebb8;border:1px solid rgba(229,231,235,.12)}.nf__btn--ghost:hover{background:#e5e7eb1a;color:#e5e7eb;border-color:#e5e7eb38}.nf__hint{display:flex;align-items:center;gap:.5rem;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.78rem;color:#e5e7eb4d;letter-spacing:.03em;margin:0;animation:content-rise .8s ease .75s both}.nf__hint-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px #22c55e;animation:hint-pulse 2.5s ease-in-out infinite;flex-shrink:0}@keyframes orb-breathe{0%,to{transform:scale(.88);opacity:.85}50%{transform:scale(1.12);opacity:1}}@keyframes ring-pulse{0%{transform:scale(.92);opacity:.7}60%{transform:scale(1.18);opacity:0}to{transform:scale(1.18);opacity:0}}@keyframes digit-in-left{0%{opacity:0;transform:translate(-24px) scale(.92)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes digit-in-right{0%{opacity:0;transform:translate(24px) scale(.92)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes content-rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes orb-drift-l{0%{transform:translate(0) scale(1)}to{transform:translate(60px,40px) scale(1.15)}}@keyframes orb-drift-r{0%{transform:translate(0) scale(1)}to{transform:translate(-50px,-30px) scale(1.1)}}@keyframes particle-float{0%,to{transform:translateY(0);opacity:1}33%{transform:translateY(-20px);opacity:.4}66%{transform:translateY(10px);opacity:.7}}@keyframes hint-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.65)}}.page--dashboard{background-color:#0c1e31;min-height:100vh;padding:4.5rem 1.5rem 4rem}@media (max-width: 600px){.page--dashboard{padding:3.5rem 1rem 3rem}}.dashboard-overview{display:flex;flex-direction:column;gap:1.25rem}.dashboard-overview__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}@media (max-width: 900px){.dashboard-overview__stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.dashboard-overview__stats{grid-template-columns:1fr}}.dashboard-overview__row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width: 760px){.dashboard-overview__row{grid-template-columns:1fr}}.dashboard-overview__footnote{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.72rem;color:#9ca3af8c;text-align:center;margin-top:1rem}.stat-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.1rem 1.25rem;cursor:default;transition:border-color .3s ease,background .3s ease,box-shadow .3s ease}.stat-card:hover{border-color:rgba(var(--card-accent, 79 195 195),.35);background:#4fc3c30a;box-shadow:0 8px 28px #4fc3c314}.stat-card__icon{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem}.stat-card__label{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.72rem;color:#9ca3afe6;display:flex;align-items:center;gap:7px;margin-bottom:4px}.stat-card__ripple-wrap{position:relative;width:10px;height:10px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.stat-card__live-dot{width:7px;height:7px;border-radius:50%;position:relative;z-index:1}.stat-card__live-ring{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:50%;border:1.5px solid;opacity:0;animation:db-ripple 2.2s ease-out infinite}.stat-card__value{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:clamp(1.5rem,2.5vw,1.85rem);color:#e5e7eb;letter-spacing:-.03em;line-height:1}.stat-card__ticker{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.65rem;color:#9ca3af80;margin-top:5px;font-variant-numeric:tabular-nums}.dashboard-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:1.4rem 1.4rem 1.1rem;transition:border-color .25s ease}.dashboard-card:hover{border-color:#ffffff24}.dashboard-card--full{grid-column:1/-1}.dashboard-card__title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;font-size:.88rem;color:#e5e7eb;margin-bottom:1rem;letter-spacing:-.01em}.chart-canvas-wrapper{position:relative;width:100%;height:230px}.chart-canvas-wrapper--donut{height:180px}.chart-canvas-wrapper--duration{height:210px}.chart-canvas-wrapper canvas{width:100%!important}.regional-legend{list-style:none;margin-top:1rem;display:flex;flex-direction:column;gap:6px}.regional-legend__item{display:flex;align-items:center;gap:8px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.78rem;color:#9ca3afe6;transition:opacity .2s ease;border-radius:6px;padding:2px 4px}.regional-legend__item--dim{opacity:.3}.regional-legend__item:hover{background:#ffffff0a}.regional-legend__dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.regional-legend__label{flex:1}.regional-legend__pct{font-weight:600;min-width:2.5ch;text-align:right}.peak-times{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 500px){.peak-times{grid-template-columns:1fr}}.peak-times__item{text-align:center;padding:.75rem 0}.peak-times__utc{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(1.8rem,3vw,2.4rem);letter-spacing:-.04em;font-variant-numeric:tabular-nums;line-height:1}.peak-times__label{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.78rem;color:#9ca3afe6;margin-top:6px}.peak-times__users{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.7rem;color:#9ca3af8c;margin-top:3px}@keyframes db-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}@keyframes db-ripple{0%{transform:scale(.6);opacity:.8}to{transform:scale(2.4);opacity:0}}.drone-volume{position:fixed;bottom:2rem;right:2rem;z-index:100;display:flex;align-items:center;gap:8px;background:#0b1c2dcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;padding:6px 12px 6px 8px;border:1px solid rgba(255,255,255,.1);transition:all .2s ease}.drone-volume__icon{background:none;border:none;color:#e5e7eb;cursor:pointer;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;transition:background .2s}.drone-volume__icon:hover{background:#ffffff1a}.drone-volume__slider-wrapper{overflow:hidden;width:0;transition:width .25s cubic-bezier(.4,0,.2,1)}.drone-volume__slider-wrapper--expanded{width:105px}.drone-volume__slider{width:100px;height:4px;-webkit-appearance:none;background:#fff3;border-radius:2px;outline:none}.drone-volume__slider::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;background:#4fc3c3;border-radius:50%;cursor:pointer;box-shadow:0 0 6px #4fc3c3;border:none}.drone-volume__slider::-moz-range-thumb{width:14px;height:14px;background:#4fc3c3;border-radius:50%;cursor:pointer;border:none}.video-slider-section{padding:5rem 2rem;background:linear-gradient(180deg,#0c1e31,#091727)}.video-slider-section__header{text-align:center;margin-bottom:3rem}.video-slider-section__title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:800;font-size:clamp(1.8rem,3.5vw,2.8rem);color:#e5e7eb;margin-bottom:1rem;letter-spacing:-.01em}.video-slider-section__subtitle{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.9rem,1.5vw,1.05rem);color:#e5e7eba6;max-width:600px;margin:0 auto;line-height:1.6}.video-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.75rem}@media (max-width: 640px){.video-grid{gap:1.25rem}}.video-card{background:#ffffff0a;border-radius:.75rem;overflow:hidden;border:1px solid rgba(255,255,255,.08);transition:all .25s ease;cursor:pointer}.video-card:hover{border-color:#4fc3c34d;box-shadow:0 12px 28px #0000004d;transform:translateY(-4px)}.video-card:hover .video-card__play-btn{transform:scale(1.1);background:#4fc3c3f2}.video-card:hover .video-card__thumbnail img{transform:scale(1.05)}.video-card__thumbnail{position:relative;aspect-ratio:16/9;overflow:hidden}.video-card__thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.video-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s ease}.video-card:hover .video-card__overlay{opacity:1}.video-card__play-btn{width:56px;height:56px;background:#4fc3c3d9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 2px 12px #0000004d}.video-card__duration{position:absolute;bottom:10px;right:12px;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:3px 8px;border-radius:6px;font-size:.7rem;font-weight:500;color:#e5e7eb;letter-spacing:.02em}.video-card__content{padding:1rem 1rem 1.25rem}.video-card__title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:1rem;color:#e5e7eb;margin-bottom:.5rem;line-height:1.4}.video-card__description{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;color:#e5e7eb99;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-slider{max-width:1300px;margin:0 auto;position:relative}.video-slider__swiper{padding:.5rem .25rem 2.5rem}.video-slider__swiper .swiper-button-prev,.video-slider__swiper .swiper-button-next{color:#4fc3c3;background:#00000080;width:40px;height:40px;border-radius:50%;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .2s ease}.video-slider__swiper .swiper-button-prev:after,.video-slider__swiper .swiper-button-next:after{font-size:1.2rem;font-weight:700}.video-slider__swiper .swiper-button-prev:hover,.video-slider__swiper .swiper-button-next:hover{background:#4fc3c34d}.video-slider__swiper .swiper-pagination-bullet{background:#ffffff4d;opacity:1;transition:background .2s ease}.video-slider__swiper .swiper-pagination-bullet-active{background:#4fc3c3}.video-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.video-modal{background:#0e233a;border-radius:.75rem;max-width:900px;width:100%;overflow:hidden;border:1px solid rgba(79,195,195,.2);box-shadow:0 25px 50px -12px #00000080;position:relative}.video-modal__close{position:absolute;top:1rem;right:1rem;background:#0009;border:none;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .2s ease}.video-modal__close:hover{background:#4fc3c3cc}.video-modal__player{position:relative;aspect-ratio:16/9;background:#000}.video-modal__video{width:100%;height:100%;object-fit:contain}.video-modal__play-pause{position:absolute;bottom:1rem;left:1rem;background:#0009;border:none;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease;z-index:5}.video-modal__play-pause:hover{background:#4fc3c3cc}.video-modal__info{padding:1.5rem}.video-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.video-modal__title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;font-size:1.25rem;color:#e5e7eb;margin:0}.video-modal__mute-btn{background:#ffffff1a;border:none;color:#e5e7eb;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.video-modal__mute-btn:hover{background:#4fc3c34d}.video-modal__description{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;color:#e5e7ebb3;line-height:1.6;margin-bottom:1rem}.video-modal__duration{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8rem;color:#4fc3c3}@media (max-width: 768px){.video-slider-section{padding:3rem 1rem}.video-card__play-btn{width:44px;height:44px}.video-card__play-btn svg{width:20px;height:20px}.video-modal{margin:.5rem}.video-modal__info{padding:1rem}.video-modal__title{font-size:1rem}.video-modal__description{font-size:.8rem}}@media (max-width: 480px){.video-slider-section__title{font-size:1.6rem}.video-slider-section__subtitle{font-size:.85rem}.video-card__title{font-size:.9rem}.video-card__description{font-size:.75rem}.video-modal__close{top:.5rem;right:.5rem;width:30px;height:30px}}
