@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&family=Manrope:wght@400;500;600;700;800&display=swap";.brand.brand{--brand-mark-width: 42px;--brand-lockup-height: 46px;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-width:max-content;min-height:var(--brand-lockup-height);padding:0;display:grid;grid-template-areas:"signature" "descriptor";align-items:center;row-gap:4px;border:0;background:none;color:var(--text);text-align:left;cursor:pointer;flex:0 0 auto}.brand__signature{grid-area:signature;min-height:var(--brand-lockup-height);display:flex;align-items:center;position:relative;isolation:isolate}.brand__mark{width:var(--brand-mark-width);height:var(--brand-lockup-height);margin-right:-3px;display:block;position:relative;z-index:2;filter:drop-shadow(0 10px 22px rgb(0 0 0 / 34%))}.brand__mark svg{width:100%;height:100%;display:block;overflow:visible}.brand__glyph-p-underlay,.brand__glyph-p-ink,.brand__glyph-p-pulse,.brand__pulse-glow,.brand__pulse-runner{fill:none;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.brand__glyph-p-underlay{stroke:#f4f7fb21;stroke-width:5.2}.brand__glyph-p-ink{stroke:#f4f7fb;stroke-width:2.55}.brand__glyph-p-pulse{stroke:var(--pulse);stroke-width:2.8;stroke-dasharray:.14 .86;stroke-dashoffset:1;opacity:0;filter:drop-shadow(0 0 4px rgb(255 64 95 / 72%));animation:brand-pulse-through-p 8.2s linear .75s infinite}.brand__word{display:inline-flex;align-items:baseline;position:relative;z-index:1;color:var(--text);font:700 28px/.94 var(--font-display);letter-spacing:-.06em;white-space:nowrap}.brand__tail,.brand__word b{display:inline-flex;align-items:baseline}.brand__word b{color:var(--signal);font-size:1em;letter-spacing:-.035em;margin-left:2px}.brand__letter{display:inline-block}.brand__word-pulse{width:calc(100% - 10px);height:36px;position:absolute;z-index:3;top:5px;left:12px;overflow:visible;pointer-events:none}.brand__pulse-glow,.brand__pulse-runner{stroke-dasharray:.12 .88;stroke-dashoffset:1;opacity:0;animation:brand-pulse-through-word 8.2s linear .75s infinite}.brand__pulse-glow{stroke:#ff405f6b;stroke-width:5;filter:blur(2.4px)}.brand__pulse-runner{stroke:var(--pulse);stroke-width:2.35;filter:drop-shadow(0 0 3px rgb(255 64 95 / 68%))}.brand__descriptor{grid-area:descriptor;width:100%;margin-top:0;color:var(--text-tertiary);font:600 8px/1.35 var(--font-data);letter-spacing:.2em;text-transform:uppercase;text-align:center}.brand:hover .brand__glyph-p-ink{stroke:#fff}@keyframes brand-pulse-through-p{0%,5%{stroke-dashoffset:1;opacity:0}6%{stroke-dashoffset:1;opacity:1}25%{stroke-dashoffset:0;opacity:1}29%,to{stroke-dashoffset:0;opacity:0}}@keyframes brand-pulse-through-word{0%,23%{stroke-dashoffset:1;opacity:0}24%{stroke-dashoffset:1;opacity:1}52%{stroke-dashoffset:0;opacity:1}56%,to{stroke-dashoffset:0;opacity:0}}@media(max-width:540px){.site-header .brand{--brand-mark-width: 36px;--brand-lockup-height: 40px}.site-header .brand__word{font-size:22px}.site-header .brand__descriptor{font-size:7.5px;letter-spacing:.16em}.site-header .brand__word-pulse{left:10px;height:32px;top:4px}}@media(prefers-reduced-motion:reduce){.brand__glyph-p-pulse,.brand__pulse-glow,.brand__pulse-runner{display:none;animation:none!important}}@media(forced-colors:active){.brand__glyph-p-underlay,.brand__pulse-glow,.brand__pulse-runner{display:none}.brand__glyph-p-ink{stroke:CanvasText}.brand__word,.brand__word b,.brand__descriptor{color:CanvasText}}.language-switcher{position:relative;flex:0 0 auto;color:var(--text-secondary)}.language-switcher__trigger{min-width:82px;height:44px;padding:0 11px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid rgb(52 214 155 / 54%);border-radius:12px;background:linear-gradient(145deg,#34d69b14,#090e16db);box-shadow:inset 0 1px #ffffff0a,0 0 #34d69b00;color:var(--profit);cursor:pointer;font:800 11px/1 var(--font-data);letter-spacing:.06em;transition:border-color .2s,background .2s,box-shadow .2s,transform .2s}.language-switcher__trigger:hover{border-color:#34d69bd1;background:linear-gradient(145deg,#34d69b21,#0c141eeb);box-shadow:0 0 22px #34d69b1c}.language-switcher__trigger:active{transform:translateY(1px)}.language-switcher__trigger:focus-visible{outline:2px solid var(--profit);outline-offset:3px}.language-switcher__globe{color:var(--pulse)}.language-switcher__chevron{color:var(--text-tertiary);transition:transform .22s var(--ease),color .2s}.language-switcher[data-open=true] .language-switcher__chevron{color:var(--profit);transform:rotate(180deg)}.language-switcher__panel{position:absolute;z-index:70;top:calc(100% + 10px);right:0;width:282px;padding:10px;visibility:hidden;opacity:0;transform:translateY(-7px) scale(.98);transform-origin:top right;border:1px solid rgb(255 64 95 / 22%);border-radius:17px;background:linear-gradient(150deg,#0e1622fa,#060a11fa);box-shadow:0 24px 70px #00000094,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:none;transition:opacity .2s,visibility .2s,transform .2s var(--ease)}.language-switcher[data-open=true] .language-switcher__panel{visibility:visible;opacity:1;transform:none;pointer-events:auto}.language-switcher__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.language-switcher__option{position:relative;min-width:0;min-height:64px;padding:8px 9px;display:grid;grid-template-columns:minmax(0,1fr) 14px;grid-template-rows:auto auto;align-items:center;column-gap:6px;row-gap:5px;overflow:hidden;border:1px solid rgb(255 64 95 / 48%);border-radius:12px;background:linear-gradient(145deg,#ff405f0f,#ffffff04);color:var(--text-secondary);cursor:pointer;text-align:left;transition:color .18s,border-color .18s,background .18s,box-shadow .18s,transform .18s}.language-switcher__option:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(110deg,transparent 20%,rgb(255 255 255 / 5%),transparent 76%);opacity:0;transform:translate(-45%);transition:opacity .2s,transform .32s var(--ease);pointer-events:none}.language-switcher__option:hover{border-color:#ff405fd1;background:#ff405f1a;color:var(--text);box-shadow:0 0 20px #ff405f17;transform:translateY(-1px)}.language-switcher__option:hover:before{opacity:1;transform:translate(35%)}.language-switcher__option:focus-visible{outline:2px solid var(--pulse);outline-offset:2px}.language-switcher__option.is-selected{border-color:#34d69bd1;background:linear-gradient(145deg,#34d69b29,#34d69b0d);color:var(--text);box-shadow:inset 0 0 0 1px #34d69b1a,0 0 22px #34d69b1a}.language-switcher__option.is-selected:focus-visible{outline-color:var(--profit)}.language-switcher__code{position:relative;z-index:1;grid-column:1;grid-row:1;color:var(--pulse);font:800 12px/1 var(--font-data);letter-spacing:.06em}.language-switcher__name{position:relative;z-index:1;grid-column:1 / -1;grid-row:2;min-width:0;overflow:hidden;color:inherit;font-size:11px;font-weight:700;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.language-switcher__option>svg{position:relative;z-index:1;grid-column:2;grid-row:1;color:var(--profit);opacity:0;transform:scale(.6);transition:opacity .18s,transform .18s var(--ease)}.language-switcher__option.is-selected .language-switcher__code{color:var(--profit)}.language-switcher__option.is-selected>svg{opacity:1;transform:none}.language-switcher__label{margin:0 0 9px 2px;display:block;color:var(--text-tertiary);font:700 10px/1.2 var(--font-data);letter-spacing:.1em;text-transform:uppercase}.language-switcher[data-expanded=true]{width:100%}.language-switcher[data-expanded=true] .language-switcher__panel{position:static;width:100%;padding:0;visibility:visible;opacity:1;transform:none;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:auto}.language-switcher[data-expanded=true] .language-switcher__option{min-height:62px}@media(max-width:760px),(pointer:coarse){.language-switcher__trigger{min-height:46px}.language-switcher__option{min-height:62px}}@media(max-width:360px){.language-switcher__panel{width:min(272px,calc(100vw - 24px))}.language-switcher__grid{gap:7px}.language-switcher__option{min-height:60px;padding-inline:8px;grid-template-columns:minmax(0,1fr) 13px;column-gap:4px;row-gap:4px}.language-switcher__name{font-size:10px}}@media(prefers-reduced-motion:reduce){.language-switcher__trigger,.language-switcher__chevron,.language-switcher__panel,.language-switcher__option,.language-switcher__option:before,.language-switcher__option>svg{transition:none}}@media(forced-colors:active){.language-switcher__trigger,.language-switcher__option{border-color:ButtonText}.language-switcher__option.is-selected{border-color:Highlight}}/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */@font-face{font-display:block;font-family:bootstrap-icons;src:url(/assets/bootstrap-icons-BtvjY1KL.woff2?dd67030699838ea613ee6dbda90effa6) format("woff2"),url(/assets/bootstrap-icons-BOrJxbIo.woff?dd67030699838ea613ee6dbda90effa6) format("woff")}.bi:before,[class^=bi-]:before,[class*=" bi-"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:""}.bi-alarm-fill:before{content:""}.bi-alarm:before{content:""}.bi-align-bottom:before{content:""}.bi-align-center:before{content:""}.bi-align-end:before{content:""}.bi-align-middle:before{content:""}.bi-align-start:before{content:""}.bi-align-top:before{content:""}.bi-alt:before{content:""}.bi-app-indicator:before{content:""}.bi-app:before{content:""}.bi-archive-fill:before{content:""}.bi-archive:before{content:""}.bi-arrow-90deg-down:before{content:""}.bi-arrow-90deg-left:before{content:""}.bi-arrow-90deg-right:before{content:""}.bi-arrow-90deg-up:before{content:""}.bi-arrow-bar-down:before{content:""}.bi-arrow-bar-left:before{content:""}.bi-arrow-bar-right:before{content:""}.bi-arrow-bar-up:before{content:""}.bi-arrow-clockwise:before{content:""}.bi-arrow-counterclockwise:before{content:""}.bi-arrow-down-circle-fill:before{content:""}.bi-arrow-down-circle:before{content:""}.bi-arrow-down-left-circle-fill:before{content:""}.bi-arrow-down-left-circle:before{content:""}.bi-arrow-down-left-square-fill:before{content:""}.bi-arrow-down-left-square:before{content:""}.bi-arrow-down-left:before{content:""}.bi-arrow-down-right-circle-fill:before{content:""}.bi-arrow-down-right-circle:before{content:""}.bi-arrow-down-right-square-fill:before{content:""}.bi-arrow-down-right-square:before{content:""}.bi-arrow-down-right:before{content:""}.bi-arrow-down-short:before{content:""}.bi-arrow-down-square-fill:before{content:""}.bi-arrow-down-square:before{content:""}.bi-arrow-down-up:before{content:""}.bi-arrow-down:before{content:""}.bi-arrow-left-circle-fill:before{content:""}.bi-arrow-left-circle:before{content:""}.bi-arrow-left-right:before{content:""}.bi-arrow-left-short:before{content:""}.bi-arrow-left-square-fill:before{content:""}.bi-arrow-left-square:before{content:""}.bi-arrow-left:before{content:""}.bi-arrow-repeat:before{content:""}.bi-arrow-return-left:before{content:""}.bi-arrow-return-right:before{content:""}.bi-arrow-right-circle-fill:before{content:""}.bi-arrow-right-circle:before{content:""}.bi-arrow-right-short:before{content:""}.bi-arrow-right-square-fill:before{content:""}.bi-arrow-right-square:before{content:""}.bi-arrow-right:before{content:""}.bi-arrow-up-circle-fill:before{content:""}.bi-arrow-up-circle:before{content:""}.bi-arrow-up-left-circle-fill:before{content:""}.bi-arrow-up-left-circle:before{content:""}.bi-arrow-up-left-square-fill:before{content:""}.bi-arrow-up-left-square:before{content:""}.bi-arrow-up-left:before{content:""}.bi-arrow-up-right-circle-fill:before{content:""}.bi-arrow-up-right-circle:before{content:""}.bi-arrow-up-right-square-fill:before{content:""}.bi-arrow-up-right-square:before{content:""}.bi-arrow-up-right:before{content:""}.bi-arrow-up-short:before{content:""}.bi-arrow-up-square-fill:before{content:""}.bi-arrow-up-square:before{content:""}.bi-arrow-up:before{content:""}.bi-arrows-angle-contract:before{content:""}.bi-arrows-angle-expand:before{content:""}.bi-arrows-collapse:before{content:""}.bi-arrows-expand:before{content:""}.bi-arrows-fullscreen:before{content:""}.bi-arrows-move:before{content:""}.bi-aspect-ratio-fill:before{content:""}.bi-aspect-ratio:before{content:""}.bi-asterisk:before{content:""}.bi-at:before{content:""}.bi-award-fill:before{content:""}.bi-award:before{content:""}.bi-back:before{content:""}.bi-backspace-fill:before{content:""}.bi-backspace-reverse-fill:before{content:""}.bi-backspace-reverse:before{content:""}.bi-backspace:before{content:""}.bi-badge-3d-fill:before{content:""}.bi-badge-3d:before{content:""}.bi-badge-4k-fill:before{content:""}.bi-badge-4k:before{content:""}.bi-badge-8k-fill:before{content:""}.bi-badge-8k:before{content:""}.bi-badge-ad-fill:before{content:""}.bi-badge-ad:before{content:""}.bi-badge-ar-fill:before{content:""}.bi-badge-ar:before{content:""}.bi-badge-cc-fill:before{content:""}.bi-badge-cc:before{content:""}.bi-badge-hd-fill:before{content:""}.bi-badge-hd:before{content:""}.bi-badge-tm-fill:before{content:""}.bi-badge-tm:before{content:""}.bi-badge-vo-fill:before{content:""}.bi-badge-vo:before{content:""}.bi-badge-vr-fill:before{content:""}.bi-badge-vr:before{content:""}.bi-badge-wc-fill:before{content:""}.bi-badge-wc:before{content:""}.bi-bag-check-fill:before{content:""}.bi-bag-check:before{content:""}.bi-bag-dash-fill:before{content:""}.bi-bag-dash:before{content:""}.bi-bag-fill:before{content:""}.bi-bag-plus-fill:before{content:""}.bi-bag-plus:before{content:""}.bi-bag-x-fill:before{content:""}.bi-bag-x:before{content:""}.bi-bag:before{content:""}.bi-bar-chart-fill:before{content:""}.bi-bar-chart-line-fill:before{content:""}.bi-bar-chart-line:before{content:""}.bi-bar-chart-steps:before{content:""}.bi-bar-chart:before{content:""}.bi-basket-fill:before{content:""}.bi-basket:before{content:""}.bi-basket2-fill:before{content:""}.bi-basket2:before{content:""}.bi-basket3-fill:before{content:""}.bi-basket3:before{content:""}.bi-battery-charging:before{content:""}.bi-battery-full:before{content:""}.bi-battery-half:before{content:""}.bi-battery:before{content:""}.bi-bell-fill:before{content:""}.bi-bell:before{content:""}.bi-bezier:before{content:""}.bi-bezier2:before{content:""}.bi-bicycle:before{content:""}.bi-binoculars-fill:before{content:""}.bi-binoculars:before{content:""}.bi-blockquote-left:before{content:""}.bi-blockquote-right:before{content:""}.bi-book-fill:before{content:""}.bi-book-half:before{content:""}.bi-book:before{content:""}.bi-bookmark-check-fill:before{content:""}.bi-bookmark-check:before{content:""}.bi-bookmark-dash-fill:before{content:""}.bi-bookmark-dash:before{content:""}.bi-bookmark-fill:before{content:""}.bi-bookmark-heart-fill:before{content:""}.bi-bookmark-heart:before{content:""}.bi-bookmark-plus-fill:before{content:""}.bi-bookmark-plus:before{content:""}.bi-bookmark-star-fill:before{content:""}.bi-bookmark-star:before{content:""}.bi-bookmark-x-fill:before{content:""}.bi-bookmark-x:before{content:""}.bi-bookmark:before{content:""}.bi-bookmarks-fill:before{content:""}.bi-bookmarks:before{content:""}.bi-bookshelf:before{content:""}.bi-bootstrap-fill:before{content:""}.bi-bootstrap-reboot:before{content:""}.bi-bootstrap:before{content:""}.bi-border-all:before{content:""}.bi-border-bottom:before{content:""}.bi-border-center:before{content:""}.bi-border-inner:before{content:""}.bi-border-left:before{content:""}.bi-border-middle:before{content:""}.bi-border-outer:before{content:""}.bi-border-right:before{content:""}.bi-border-style:before{content:""}.bi-border-top:before{content:""}.bi-border-width:before{content:""}.bi-border:before{content:""}.bi-bounding-box-circles:before{content:""}.bi-bounding-box:before{content:""}.bi-box-arrow-down-left:before{content:""}.bi-box-arrow-down-right:before{content:""}.bi-box-arrow-down:before{content:""}.bi-box-arrow-in-down-left:before{content:""}.bi-box-arrow-in-down-right:before{content:""}.bi-box-arrow-in-down:before{content:""}.bi-box-arrow-in-left:before{content:""}.bi-box-arrow-in-right:before{content:""}.bi-box-arrow-in-up-left:before{content:""}.bi-box-arrow-in-up-right:before{content:""}.bi-box-arrow-in-up:before{content:""}.bi-box-arrow-left:before{content:""}.bi-box-arrow-right:before{content:""}.bi-box-arrow-up-left:before{content:""}.bi-box-arrow-up-right:before{content:""}.bi-box-arrow-up:before{content:""}.bi-box-seam:before{content:""}.bi-box:before{content:""}.bi-braces:before{content:""}.bi-bricks:before{content:""}.bi-briefcase-fill:before{content:""}.bi-briefcase:before{content:""}.bi-brightness-alt-high-fill:before{content:""}.bi-brightness-alt-high:before{content:""}.bi-brightness-alt-low-fill:before{content:""}.bi-brightness-alt-low:before{content:""}.bi-brightness-high-fill:before{content:""}.bi-brightness-high:before{content:""}.bi-brightness-low-fill:before{content:""}.bi-brightness-low:before{content:""}.bi-broadcast-pin:before{content:""}.bi-broadcast:before{content:""}.bi-brush-fill:before{content:""}.bi-brush:before{content:""}.bi-bucket-fill:before{content:""}.bi-bucket:before{content:""}.bi-bug-fill:before{content:""}.bi-bug:before{content:""}.bi-building:before{content:""}.bi-bullseye:before{content:""}.bi-calculator-fill:before{content:""}.bi-calculator:before{content:""}.bi-calendar-check-fill:before{content:""}.bi-calendar-check:before{content:""}.bi-calendar-date-fill:before{content:""}.bi-calendar-date:before{content:""}.bi-calendar-day-fill:before{content:""}.bi-calendar-day:before{content:""}.bi-calendar-event-fill:before{content:""}.bi-calendar-event:before{content:""}.bi-calendar-fill:before{content:""}.bi-calendar-minus-fill:before{content:""}.bi-calendar-minus:before{content:""}.bi-calendar-month-fill:before{content:""}.bi-calendar-month:before{content:""}.bi-calendar-plus-fill:before{content:""}.bi-calendar-plus:before{content:""}.bi-calendar-range-fill:before{content:""}.bi-calendar-range:before{content:""}.bi-calendar-week-fill:before{content:""}.bi-calendar-week:before{content:""}.bi-calendar-x-fill:before{content:""}.bi-calendar-x:before{content:""}.bi-calendar:before{content:""}.bi-calendar2-check-fill:before{content:""}.bi-calendar2-check:before{content:""}.bi-calendar2-date-fill:before{content:""}.bi-calendar2-date:before{content:""}.bi-calendar2-day-fill:before{content:""}.bi-calendar2-day:before{content:""}.bi-calendar2-event-fill:before{content:""}.bi-calendar2-event:before{content:""}.bi-calendar2-fill:before{content:""}.bi-calendar2-minus-fill:before{content:""}.bi-calendar2-minus:before{content:""}.bi-calendar2-month-fill:before{content:""}.bi-calendar2-month:before{content:""}.bi-calendar2-plus-fill:before{content:""}.bi-calendar2-plus:before{content:""}.bi-calendar2-range-fill:before{content:""}.bi-calendar2-range:before{content:""}.bi-calendar2-week-fill:before{content:""}.bi-calendar2-week:before{content:""}.bi-calendar2-x-fill:before{content:""}.bi-calendar2-x:before{content:""}.bi-calendar2:before{content:""}.bi-calendar3-event-fill:before{content:""}.bi-calendar3-event:before{content:""}.bi-calendar3-fill:before{content:""}.bi-calendar3-range-fill:before{content:""}.bi-calendar3-range:before{content:""}.bi-calendar3-week-fill:before{content:""}.bi-calendar3-week:before{content:""}.bi-calendar3:before{content:""}.bi-calendar4-event:before{content:""}.bi-calendar4-range:before{content:""}.bi-calendar4-week:before{content:""}.bi-calendar4:before{content:""}.bi-camera-fill:before{content:""}.bi-camera-reels-fill:before{content:""}.bi-camera-reels:before{content:""}.bi-camera-video-fill:before{content:""}.bi-camera-video-off-fill:before{content:""}.bi-camera-video-off:before{content:""}.bi-camera-video:before{content:""}.bi-camera:before{content:""}.bi-camera2:before{content:""}.bi-capslock-fill:before{content:""}.bi-capslock:before{content:""}.bi-card-checklist:before{content:""}.bi-card-heading:before{content:""}.bi-card-image:before{content:""}.bi-card-list:before{content:""}.bi-card-text:before{content:""}.bi-caret-down-fill:before{content:""}.bi-caret-down-square-fill:before{content:""}.bi-caret-down-square:before{content:""}.bi-caret-down:before{content:""}.bi-caret-left-fill:before{content:""}.bi-caret-left-square-fill:before{content:""}.bi-caret-left-square:before{content:""}.bi-caret-left:before{content:""}.bi-caret-right-fill:before{content:""}.bi-caret-right-square-fill:before{content:""}.bi-caret-right-square:before{content:""}.bi-caret-right:before{content:""}.bi-caret-up-fill:before{content:""}.bi-caret-up-square-fill:before{content:""}.bi-caret-up-square:before{content:""}.bi-caret-up:before{content:""}.bi-cart-check-fill:before{content:""}.bi-cart-check:before{content:""}.bi-cart-dash-fill:before{content:""}.bi-cart-dash:before{content:""}.bi-cart-fill:before{content:""}.bi-cart-plus-fill:before{content:""}.bi-cart-plus:before{content:""}.bi-cart-x-fill:before{content:""}.bi-cart-x:before{content:""}.bi-cart:before{content:""}.bi-cart2:before{content:""}.bi-cart3:before{content:""}.bi-cart4:before{content:""}.bi-cash-stack:before{content:""}.bi-cash:before{content:""}.bi-cast:before{content:""}.bi-chat-dots-fill:before{content:""}.bi-chat-dots:before{content:""}.bi-chat-fill:before{content:""}.bi-chat-left-dots-fill:before{content:""}.bi-chat-left-dots:before{content:""}.bi-chat-left-fill:before{content:""}.bi-chat-left-quote-fill:before{content:""}.bi-chat-left-quote:before{content:""}.bi-chat-left-text-fill:before{content:""}.bi-chat-left-text:before{content:""}.bi-chat-left:before{content:""}.bi-chat-quote-fill:before{content:""}.bi-chat-quote:before{content:""}.bi-chat-right-dots-fill:before{content:""}.bi-chat-right-dots:before{content:""}.bi-chat-right-fill:before{content:""}.bi-chat-right-quote-fill:before{content:""}.bi-chat-right-quote:before{content:""}.bi-chat-right-text-fill:before{content:""}.bi-chat-right-text:before{content:""}.bi-chat-right:before{content:""}.bi-chat-square-dots-fill:before{content:""}.bi-chat-square-dots:before{content:""}.bi-chat-square-fill:before{content:""}.bi-chat-square-quote-fill:before{content:""}.bi-chat-square-quote:before{content:""}.bi-chat-square-text-fill:before{content:""}.bi-chat-square-text:before{content:""}.bi-chat-square:before{content:""}.bi-chat-text-fill:before{content:""}.bi-chat-text:before{content:""}.bi-chat:before{content:""}.bi-check-all:before{content:""}.bi-check-circle-fill:before{content:""}.bi-check-circle:before{content:""}.bi-check-square-fill:before{content:""}.bi-check-square:before{content:""}.bi-check:before{content:""}.bi-check2-all:before{content:""}.bi-check2-circle:before{content:""}.bi-check2-square:before{content:""}.bi-check2:before{content:""}.bi-chevron-bar-contract:before{content:""}.bi-chevron-bar-down:before{content:""}.bi-chevron-bar-expand:before{content:""}.bi-chevron-bar-left:before{content:""}.bi-chevron-bar-right:before{content:""}.bi-chevron-bar-up:before{content:""}.bi-chevron-compact-down:before{content:""}.bi-chevron-compact-left:before{content:""}.bi-chevron-compact-right:before{content:""}.bi-chevron-compact-up:before{content:""}.bi-chevron-contract:before{content:""}.bi-chevron-double-down:before{content:""}.bi-chevron-double-left:before{content:""}.bi-chevron-double-right:before{content:""}.bi-chevron-double-up:before{content:""}.bi-chevron-down:before{content:""}.bi-chevron-expand:before{content:""}.bi-chevron-left:before{content:""}.bi-chevron-right:before{content:""}.bi-chevron-up:before{content:""}.bi-circle-fill:before{content:""}.bi-circle-half:before{content:""}.bi-circle-square:before{content:""}.bi-circle:before{content:""}.bi-clipboard-check:before{content:""}.bi-clipboard-data:before{content:""}.bi-clipboard-minus:before{content:""}.bi-clipboard-plus:before{content:""}.bi-clipboard-x:before{content:""}.bi-clipboard:before{content:""}.bi-clock-fill:before{content:""}.bi-clock-history:before{content:""}.bi-clock:before{content:""}.bi-cloud-arrow-down-fill:before{content:""}.bi-cloud-arrow-down:before{content:""}.bi-cloud-arrow-up-fill:before{content:""}.bi-cloud-arrow-up:before{content:""}.bi-cloud-check-fill:before{content:""}.bi-cloud-check:before{content:""}.bi-cloud-download-fill:before{content:""}.bi-cloud-download:before{content:""}.bi-cloud-drizzle-fill:before{content:""}.bi-cloud-drizzle:before{content:""}.bi-cloud-fill:before{content:""}.bi-cloud-fog-fill:before{content:""}.bi-cloud-fog:before{content:""}.bi-cloud-fog2-fill:before{content:""}.bi-cloud-fog2:before{content:""}.bi-cloud-hail-fill:before{content:""}.bi-cloud-hail:before{content:""}.bi-cloud-haze-fill:before{content:""}.bi-cloud-haze:before{content:""}.bi-cloud-haze2-fill:before{content:""}.bi-cloud-lightning-fill:before{content:""}.bi-cloud-lightning-rain-fill:before{content:""}.bi-cloud-lightning-rain:before{content:""}.bi-cloud-lightning:before{content:""}.bi-cloud-minus-fill:before{content:""}.bi-cloud-minus:before{content:""}.bi-cloud-moon-fill:before{content:""}.bi-cloud-moon:before{content:""}.bi-cloud-plus-fill:before{content:""}.bi-cloud-plus:before{content:""}.bi-cloud-rain-fill:before{content:""}.bi-cloud-rain-heavy-fill:before{content:""}.bi-cloud-rain-heavy:before{content:""}.bi-cloud-rain:before{content:""}.bi-cloud-slash-fill:before{content:""}.bi-cloud-slash:before{content:""}.bi-cloud-sleet-fill:before{content:""}.bi-cloud-sleet:before{content:""}.bi-cloud-snow-fill:before{content:""}.bi-cloud-snow:before{content:""}.bi-cloud-sun-fill:before{content:""}.bi-cloud-sun:before{content:""}.bi-cloud-upload-fill:before{content:""}.bi-cloud-upload:before{content:""}.bi-cloud:before{content:""}.bi-clouds-fill:before{content:""}.bi-clouds:before{content:""}.bi-cloudy-fill:before{content:""}.bi-cloudy:before{content:""}.bi-code-slash:before{content:""}.bi-code-square:before{content:""}.bi-code:before{content:""}.bi-collection-fill:before{content:""}.bi-collection-play-fill:before{content:""}.bi-collection-play:before{content:""}.bi-collection:before{content:""}.bi-columns-gap:before{content:""}.bi-columns:before{content:""}.bi-command:before{content:""}.bi-compass-fill:before{content:""}.bi-compass:before{content:""}.bi-cone-striped:before{content:""}.bi-cone:before{content:""}.bi-controller:before{content:""}.bi-cpu-fill:before{content:""}.bi-cpu:before{content:""}.bi-credit-card-2-back-fill:before{content:""}.bi-credit-card-2-back:before{content:""}.bi-credit-card-2-front-fill:before{content:""}.bi-credit-card-2-front:before{content:""}.bi-credit-card-fill:before{content:""}.bi-credit-card:before{content:""}.bi-crop:before{content:""}.bi-cup-fill:before{content:""}.bi-cup-straw:before{content:""}.bi-cup:before{content:""}.bi-cursor-fill:before{content:""}.bi-cursor-text:before{content:""}.bi-cursor:before{content:""}.bi-dash-circle-dotted:before{content:""}.bi-dash-circle-fill:before{content:""}.bi-dash-circle:before{content:""}.bi-dash-square-dotted:before{content:""}.bi-dash-square-fill:before{content:""}.bi-dash-square:before{content:""}.bi-dash:before{content:""}.bi-diagram-2-fill:before{content:""}.bi-diagram-2:before{content:""}.bi-diagram-3-fill:before{content:""}.bi-diagram-3:before{content:""}.bi-diamond-fill:before{content:""}.bi-diamond-half:before{content:""}.bi-diamond:before{content:""}.bi-dice-1-fill:before{content:""}.bi-dice-1:before{content:""}.bi-dice-2-fill:before{content:""}.bi-dice-2:before{content:""}.bi-dice-3-fill:before{content:""}.bi-dice-3:before{content:""}.bi-dice-4-fill:before{content:""}.bi-dice-4:before{content:""}.bi-dice-5-fill:before{content:""}.bi-dice-5:before{content:""}.bi-dice-6-fill:before{content:""}.bi-dice-6:before{content:""}.bi-disc-fill:before{content:""}.bi-disc:before{content:""}.bi-discord:before{content:""}.bi-display-fill:before{content:""}.bi-display:before{content:""}.bi-distribute-horizontal:before{content:""}.bi-distribute-vertical:before{content:""}.bi-door-closed-fill:before{content:""}.bi-door-closed:before{content:""}.bi-door-open-fill:before{content:""}.bi-door-open:before{content:""}.bi-dot:before{content:""}.bi-download:before{content:""}.bi-droplet-fill:before{content:""}.bi-droplet-half:before{content:""}.bi-droplet:before{content:""}.bi-earbuds:before{content:""}.bi-easel-fill:before{content:""}.bi-easel:before{content:""}.bi-egg-fill:before{content:""}.bi-egg-fried:before{content:""}.bi-egg:before{content:""}.bi-eject-fill:before{content:""}.bi-eject:before{content:""}.bi-emoji-angry-fill:before{content:""}.bi-emoji-angry:before{content:""}.bi-emoji-dizzy-fill:before{content:""}.bi-emoji-dizzy:before{content:""}.bi-emoji-expressionless-fill:before{content:""}.bi-emoji-expressionless:before{content:""}.bi-emoji-frown-fill:before{content:""}.bi-emoji-frown:before{content:""}.bi-emoji-heart-eyes-fill:before{content:""}.bi-emoji-heart-eyes:before{content:""}.bi-emoji-laughing-fill:before{content:""}.bi-emoji-laughing:before{content:""}.bi-emoji-neutral-fill:before{content:""}.bi-emoji-neutral:before{content:""}.bi-emoji-smile-fill:before{content:""}.bi-emoji-smile-upside-down-fill:before{content:""}.bi-emoji-smile-upside-down:before{content:""}.bi-emoji-smile:before{content:""}.bi-emoji-sunglasses-fill:before{content:""}.bi-emoji-sunglasses:before{content:""}.bi-emoji-wink-fill:before{content:""}.bi-emoji-wink:before{content:""}.bi-envelope-fill:before{content:""}.bi-envelope-open-fill:before{content:""}.bi-envelope-open:before{content:""}.bi-envelope:before{content:""}.bi-eraser-fill:before{content:""}.bi-eraser:before{content:""}.bi-exclamation-circle-fill:before{content:""}.bi-exclamation-circle:before{content:""}.bi-exclamation-diamond-fill:before{content:""}.bi-exclamation-diamond:before{content:""}.bi-exclamation-octagon-fill:before{content:""}.bi-exclamation-octagon:before{content:""}.bi-exclamation-square-fill:before{content:""}.bi-exclamation-square:before{content:""}.bi-exclamation-triangle-fill:before{content:""}.bi-exclamation-triangle:before{content:""}.bi-exclamation:before{content:""}.bi-exclude:before{content:""}.bi-eye-fill:before{content:""}.bi-eye-slash-fill:before{content:""}.bi-eye-slash:before{content:""}.bi-eye:before{content:""}.bi-eyedropper:before{content:""}.bi-eyeglasses:before{content:""}.bi-facebook:before{content:""}.bi-file-arrow-down-fill:before{content:""}.bi-file-arrow-down:before{content:""}.bi-file-arrow-up-fill:before{content:""}.bi-file-arrow-up:before{content:""}.bi-file-bar-graph-fill:before{content:""}.bi-file-bar-graph:before{content:""}.bi-file-binary-fill:before{content:""}.bi-file-binary:before{content:""}.bi-file-break-fill:before{content:""}.bi-file-break:before{content:""}.bi-file-check-fill:before{content:""}.bi-file-check:before{content:""}.bi-file-code-fill:before{content:""}.bi-file-code:before{content:""}.bi-file-diff-fill:before{content:""}.bi-file-diff:before{content:""}.bi-file-earmark-arrow-down-fill:before{content:""}.bi-file-earmark-arrow-down:before{content:""}.bi-file-earmark-arrow-up-fill:before{content:""}.bi-file-earmark-arrow-up:before{content:""}.bi-file-earmark-bar-graph-fill:before{content:""}.bi-file-earmark-bar-graph:before{content:""}.bi-file-earmark-binary-fill:before{content:""}.bi-file-earmark-binary:before{content:""}.bi-file-earmark-break-fill:before{content:""}.bi-file-earmark-break:before{content:""}.bi-file-earmark-check-fill:before{content:""}.bi-file-earmark-check:before{content:""}.bi-file-earmark-code-fill:before{content:""}.bi-file-earmark-code:before{content:""}.bi-file-earmark-diff-fill:before{content:""}.bi-file-earmark-diff:before{content:""}.bi-file-earmark-easel-fill:before{content:""}.bi-file-earmark-easel:before{content:""}.bi-file-earmark-excel-fill:before{content:""}.bi-file-earmark-excel:before{content:""}.bi-file-earmark-fill:before{content:""}.bi-file-earmark-font-fill:before{content:""}.bi-file-earmark-font:before{content:""}.bi-file-earmark-image-fill:before{content:""}.bi-file-earmark-image:before{content:""}.bi-file-earmark-lock-fill:before{content:""}.bi-file-earmark-lock:before{content:""}.bi-file-earmark-lock2-fill:before{content:""}.bi-file-earmark-lock2:before{content:""}.bi-file-earmark-medical-fill:before{content:""}.bi-file-earmark-medical:before{content:""}.bi-file-earmark-minus-fill:before{content:""}.bi-file-earmark-minus:before{content:""}.bi-file-earmark-music-fill:before{content:""}.bi-file-earmark-music:before{content:""}.bi-file-earmark-person-fill:before{content:""}.bi-file-earmark-person:before{content:""}.bi-file-earmark-play-fill:before{content:""}.bi-file-earmark-play:before{content:""}.bi-file-earmark-plus-fill:before{content:""}.bi-file-earmark-plus:before{content:""}.bi-file-earmark-post-fill:before{content:""}.bi-file-earmark-post:before{content:""}.bi-file-earmark-ppt-fill:before{content:""}.bi-file-earmark-ppt:before{content:""}.bi-file-earmark-richtext-fill:before{content:""}.bi-file-earmark-richtext:before{content:""}.bi-file-earmark-ruled-fill:before{content:""}.bi-file-earmark-ruled:before{content:""}.bi-file-earmark-slides-fill:before{content:""}.bi-file-earmark-slides:before{content:""}.bi-file-earmark-spreadsheet-fill:before{content:""}.bi-file-earmark-spreadsheet:before{content:""}.bi-file-earmark-text-fill:before{content:""}.bi-file-earmark-text:before{content:""}.bi-file-earmark-word-fill:before{content:""}.bi-file-earmark-word:before{content:""}.bi-file-earmark-x-fill:before{content:""}.bi-file-earmark-x:before{content:""}.bi-file-earmark-zip-fill:before{content:""}.bi-file-earmark-zip:before{content:""}.bi-file-earmark:before{content:""}.bi-file-easel-fill:before{content:""}.bi-file-easel:before{content:""}.bi-file-excel-fill:before{content:""}.bi-file-excel:before{content:""}.bi-file-fill:before{content:""}.bi-file-font-fill:before{content:""}.bi-file-font:before{content:""}.bi-file-image-fill:before{content:""}.bi-file-image:before{content:""}.bi-file-lock-fill:before{content:""}.bi-file-lock:before{content:""}.bi-file-lock2-fill:before{content:""}.bi-file-lock2:before{content:""}.bi-file-medical-fill:before{content:""}.bi-file-medical:before{content:""}.bi-file-minus-fill:before{content:""}.bi-file-minus:before{content:""}.bi-file-music-fill:before{content:""}.bi-file-music:before{content:""}.bi-file-person-fill:before{content:""}.bi-file-person:before{content:""}.bi-file-play-fill:before{content:""}.bi-file-play:before{content:""}.bi-file-plus-fill:before{content:""}.bi-file-plus:before{content:""}.bi-file-post-fill:before{content:""}.bi-file-post:before{content:""}.bi-file-ppt-fill:before{content:""}.bi-file-ppt:before{content:""}.bi-file-richtext-fill:before{content:""}.bi-file-richtext:before{content:""}.bi-file-ruled-fill:before{content:""}.bi-file-ruled:before{content:""}.bi-file-slides-fill:before{content:""}.bi-file-slides:before{content:""}.bi-file-spreadsheet-fill:before{content:""}.bi-file-spreadsheet:before{content:""}.bi-file-text-fill:before{content:""}.bi-file-text:before{content:""}.bi-file-word-fill:before{content:""}.bi-file-word:before{content:""}.bi-file-x-fill:before{content:""}.bi-file-x:before{content:""}.bi-file-zip-fill:before{content:""}.bi-file-zip:before{content:""}.bi-file:before{content:""}.bi-files-alt:before{content:""}.bi-files:before{content:""}.bi-film:before{content:""}.bi-filter-circle-fill:before{content:""}.bi-filter-circle:before{content:""}.bi-filter-left:before{content:""}.bi-filter-right:before{content:""}.bi-filter-square-fill:before{content:""}.bi-filter-square:before{content:""}.bi-filter:before{content:""}.bi-flag-fill:before{content:""}.bi-flag:before{content:""}.bi-flower1:before{content:""}.bi-flower2:before{content:""}.bi-flower3:before{content:""}.bi-folder-check:before{content:""}.bi-folder-fill:before{content:""}.bi-folder-minus:before{content:""}.bi-folder-plus:before{content:""}.bi-folder-symlink-fill:before{content:""}.bi-folder-symlink:before{content:""}.bi-folder-x:before{content:""}.bi-folder:before{content:""}.bi-folder2-open:before{content:""}.bi-folder2:before{content:""}.bi-fonts:before{content:""}.bi-forward-fill:before{content:""}.bi-forward:before{content:""}.bi-front:before{content:""}.bi-fullscreen-exit:before{content:""}.bi-fullscreen:before{content:""}.bi-funnel-fill:before{content:""}.bi-funnel:before{content:""}.bi-gear-fill:before{content:""}.bi-gear-wide-connected:before{content:""}.bi-gear-wide:before{content:""}.bi-gear:before{content:""}.bi-gem:before{content:""}.bi-geo-alt-fill:before{content:""}.bi-geo-alt:before{content:""}.bi-geo-fill:before{content:""}.bi-geo:before{content:""}.bi-gift-fill:before{content:""}.bi-gift:before{content:""}.bi-github:before{content:""}.bi-globe:before{content:""}.bi-globe2:before{content:""}.bi-google:before{content:""}.bi-graph-down:before{content:""}.bi-graph-up:before{content:""}.bi-grid-1x2-fill:before{content:""}.bi-grid-1x2:before{content:""}.bi-grid-3x2-gap-fill:before{content:""}.bi-grid-3x2-gap:before{content:""}.bi-grid-3x2:before{content:""}.bi-grid-3x3-gap-fill:before{content:""}.bi-grid-3x3-gap:before{content:""}.bi-grid-3x3:before{content:""}.bi-grid-fill:before{content:""}.bi-grid:before{content:""}.bi-grip-horizontal:before{content:""}.bi-grip-vertical:before{content:""}.bi-hammer:before{content:""}.bi-hand-index-fill:before{content:""}.bi-hand-index-thumb-fill:before{content:""}.bi-hand-index-thumb:before{content:""}.bi-hand-index:before{content:""}.bi-hand-thumbs-down-fill:before{content:""}.bi-hand-thumbs-down:before{content:""}.bi-hand-thumbs-up-fill:before{content:""}.bi-hand-thumbs-up:before{content:""}.bi-handbag-fill:before{content:""}.bi-handbag:before{content:""}.bi-hash:before{content:""}.bi-hdd-fill:before{content:""}.bi-hdd-network-fill:before{content:""}.bi-hdd-network:before{content:""}.bi-hdd-rack-fill:before{content:""}.bi-hdd-rack:before{content:""}.bi-hdd-stack-fill:before{content:""}.bi-hdd-stack:before{content:""}.bi-hdd:before{content:""}.bi-headphones:before{content:""}.bi-headset:before{content:""}.bi-heart-fill:before{content:""}.bi-heart-half:before{content:""}.bi-heart:before{content:""}.bi-heptagon-fill:before{content:""}.bi-heptagon-half:before{content:""}.bi-heptagon:before{content:""}.bi-hexagon-fill:before{content:""}.bi-hexagon-half:before{content:""}.bi-hexagon:before{content:""}.bi-hourglass-bottom:before{content:""}.bi-hourglass-split:before{content:""}.bi-hourglass-top:before{content:""}.bi-hourglass:before{content:""}.bi-house-door-fill:before{content:""}.bi-house-door:before{content:""}.bi-house-fill:before{content:""}.bi-house:before{content:""}.bi-hr:before{content:""}.bi-hurricane:before{content:""}.bi-image-alt:before{content:""}.bi-image-fill:before{content:""}.bi-image:before{content:""}.bi-images:before{content:""}.bi-inbox-fill:before{content:""}.bi-inbox:before{content:""}.bi-inboxes-fill:before{content:""}.bi-inboxes:before{content:""}.bi-info-circle-fill:before{content:""}.bi-info-circle:before{content:""}.bi-info-square-fill:before{content:""}.bi-info-square:before{content:""}.bi-info:before{content:""}.bi-input-cursor-text:before{content:""}.bi-input-cursor:before{content:""}.bi-instagram:before{content:""}.bi-intersect:before{content:""}.bi-journal-album:before{content:""}.bi-journal-arrow-down:before{content:""}.bi-journal-arrow-up:before{content:""}.bi-journal-bookmark-fill:before{content:""}.bi-journal-bookmark:before{content:""}.bi-journal-check:before{content:""}.bi-journal-code:before{content:""}.bi-journal-medical:before{content:""}.bi-journal-minus:before{content:""}.bi-journal-plus:before{content:""}.bi-journal-richtext:before{content:""}.bi-journal-text:before{content:""}.bi-journal-x:before{content:""}.bi-journal:before{content:""}.bi-journals:before{content:""}.bi-joystick:before{content:""}.bi-justify-left:before{content:""}.bi-justify-right:before{content:""}.bi-justify:before{content:""}.bi-kanban-fill:before{content:""}.bi-kanban:before{content:""}.bi-key-fill:before{content:""}.bi-key:before{content:""}.bi-keyboard-fill:before{content:""}.bi-keyboard:before{content:""}.bi-ladder:before{content:""}.bi-lamp-fill:before{content:""}.bi-lamp:before{content:""}.bi-laptop-fill:before{content:""}.bi-laptop:before{content:""}.bi-layer-backward:before{content:""}.bi-layer-forward:before{content:""}.bi-layers-fill:before{content:""}.bi-layers-half:before{content:""}.bi-layers:before{content:""}.bi-layout-sidebar-inset-reverse:before{content:""}.bi-layout-sidebar-inset:before{content:""}.bi-layout-sidebar-reverse:before{content:""}.bi-layout-sidebar:before{content:""}.bi-layout-split:before{content:""}.bi-layout-text-sidebar-reverse:before{content:""}.bi-layout-text-sidebar:before{content:""}.bi-layout-text-window-reverse:before{content:""}.bi-layout-text-window:before{content:""}.bi-layout-three-columns:before{content:""}.bi-layout-wtf:before{content:""}.bi-life-preserver:before{content:""}.bi-lightbulb-fill:before{content:""}.bi-lightbulb-off-fill:before{content:""}.bi-lightbulb-off:before{content:""}.bi-lightbulb:before{content:""}.bi-lightning-charge-fill:before{content:""}.bi-lightning-charge:before{content:""}.bi-lightning-fill:before{content:""}.bi-lightning:before{content:""}.bi-link-45deg:before{content:""}.bi-link:before{content:""}.bi-linkedin:before{content:""}.bi-list-check:before{content:""}.bi-list-nested:before{content:""}.bi-list-ol:before{content:""}.bi-list-stars:before{content:""}.bi-list-task:before{content:""}.bi-list-ul:before{content:""}.bi-list:before{content:""}.bi-lock-fill:before{content:""}.bi-lock:before{content:""}.bi-mailbox:before{content:""}.bi-mailbox2:before{content:""}.bi-map-fill:before{content:""}.bi-map:before{content:""}.bi-markdown-fill:before{content:""}.bi-markdown:before{content:""}.bi-mask:before{content:""}.bi-megaphone-fill:before{content:""}.bi-megaphone:before{content:""}.bi-menu-app-fill:before{content:""}.bi-menu-app:before{content:""}.bi-menu-button-fill:before{content:""}.bi-menu-button-wide-fill:before{content:""}.bi-menu-button-wide:before{content:""}.bi-menu-button:before{content:""}.bi-menu-down:before{content:""}.bi-menu-up:before{content:""}.bi-mic-fill:before{content:""}.bi-mic-mute-fill:before{content:""}.bi-mic-mute:before{content:""}.bi-mic:before{content:""}.bi-minecart-loaded:before{content:""}.bi-minecart:before{content:""}.bi-moisture:before{content:""}.bi-moon-fill:before{content:""}.bi-moon-stars-fill:before{content:""}.bi-moon-stars:before{content:""}.bi-moon:before{content:""}.bi-mouse-fill:before{content:""}.bi-mouse:before{content:""}.bi-mouse2-fill:before{content:""}.bi-mouse2:before{content:""}.bi-mouse3-fill:before{content:""}.bi-mouse3:before{content:""}.bi-music-note-beamed:before{content:""}.bi-music-note-list:before{content:""}.bi-music-note:before{content:""}.bi-music-player-fill:before{content:""}.bi-music-player:before{content:""}.bi-newspaper:before{content:""}.bi-node-minus-fill:before{content:""}.bi-node-minus:before{content:""}.bi-node-plus-fill:before{content:""}.bi-node-plus:before{content:""}.bi-nut-fill:before{content:""}.bi-nut:before{content:""}.bi-octagon-fill:before{content:""}.bi-octagon-half:before{content:""}.bi-octagon:before{content:""}.bi-option:before{content:""}.bi-outlet:before{content:""}.bi-paint-bucket:before{content:""}.bi-palette-fill:before{content:""}.bi-palette:before{content:""}.bi-palette2:before{content:""}.bi-paperclip:before{content:""}.bi-paragraph:before{content:""}.bi-patch-check-fill:before{content:""}.bi-patch-check:before{content:""}.bi-patch-exclamation-fill:before{content:""}.bi-patch-exclamation:before{content:""}.bi-patch-minus-fill:before{content:""}.bi-patch-minus:before{content:""}.bi-patch-plus-fill:before{content:""}.bi-patch-plus:before{content:""}.bi-patch-question-fill:before{content:""}.bi-patch-question:before{content:""}.bi-pause-btn-fill:before{content:""}.bi-pause-btn:before{content:""}.bi-pause-circle-fill:before{content:""}.bi-pause-circle:before{content:""}.bi-pause-fill:before{content:""}.bi-pause:before{content:""}.bi-peace-fill:before{content:""}.bi-peace:before{content:""}.bi-pen-fill:before{content:""}.bi-pen:before{content:""}.bi-pencil-fill:before{content:""}.bi-pencil-square:before{content:""}.bi-pencil:before{content:""}.bi-pentagon-fill:before{content:""}.bi-pentagon-half:before{content:""}.bi-pentagon:before{content:""}.bi-people-fill:before{content:""}.bi-people:before{content:""}.bi-percent:before{content:""}.bi-person-badge-fill:before{content:""}.bi-person-badge:before{content:""}.bi-person-bounding-box:before{content:""}.bi-person-check-fill:before{content:""}.bi-person-check:before{content:""}.bi-person-circle:before{content:""}.bi-person-dash-fill:before{content:""}.bi-person-dash:before{content:""}.bi-person-fill:before{content:""}.bi-person-lines-fill:before{content:""}.bi-person-plus-fill:before{content:""}.bi-person-plus:before{content:""}.bi-person-square:before{content:""}.bi-person-x-fill:before{content:""}.bi-person-x:before{content:""}.bi-person:before{content:""}.bi-phone-fill:before{content:""}.bi-phone-landscape-fill:before{content:""}.bi-phone-landscape:before{content:""}.bi-phone-vibrate-fill:before{content:""}.bi-phone-vibrate:before{content:""}.bi-phone:before{content:""}.bi-pie-chart-fill:before{content:""}.bi-pie-chart:before{content:""}.bi-pin-angle-fill:before{content:""}.bi-pin-angle:before{content:""}.bi-pin-fill:before{content:""}.bi-pin:before{content:""}.bi-pip-fill:before{content:""}.bi-pip:before{content:""}.bi-play-btn-fill:before{content:""}.bi-play-btn:before{content:""}.bi-play-circle-fill:before{content:""}.bi-play-circle:before{content:""}.bi-play-fill:before{content:""}.bi-play:before{content:""}.bi-plug-fill:before{content:""}.bi-plug:before{content:""}.bi-plus-circle-dotted:before{content:""}.bi-plus-circle-fill:before{content:""}.bi-plus-circle:before{content:""}.bi-plus-square-dotted:before{content:""}.bi-plus-square-fill:before{content:""}.bi-plus-square:before{content:""}.bi-plus:before{content:""}.bi-power:before{content:""}.bi-printer-fill:before{content:""}.bi-printer:before{content:""}.bi-puzzle-fill:before{content:""}.bi-puzzle:before{content:""}.bi-question-circle-fill:before{content:""}.bi-question-circle:before{content:""}.bi-question-diamond-fill:before{content:""}.bi-question-diamond:before{content:""}.bi-question-octagon-fill:before{content:""}.bi-question-octagon:before{content:""}.bi-question-square-fill:before{content:""}.bi-question-square:before{content:""}.bi-question:before{content:""}.bi-rainbow:before{content:""}.bi-receipt-cutoff:before{content:""}.bi-receipt:before{content:""}.bi-reception-0:before{content:""}.bi-reception-1:before{content:""}.bi-reception-2:before{content:""}.bi-reception-3:before{content:""}.bi-reception-4:before{content:""}.bi-record-btn-fill:before{content:""}.bi-record-btn:before{content:""}.bi-record-circle-fill:before{content:""}.bi-record-circle:before{content:""}.bi-record-fill:before{content:""}.bi-record:before{content:""}.bi-record2-fill:before{content:""}.bi-record2:before{content:""}.bi-reply-all-fill:before{content:""}.bi-reply-all:before{content:""}.bi-reply-fill:before{content:""}.bi-reply:before{content:""}.bi-rss-fill:before{content:""}.bi-rss:before{content:""}.bi-rulers:before{content:""}.bi-save-fill:before{content:""}.bi-save:before{content:""}.bi-save2-fill:before{content:""}.bi-save2:before{content:""}.bi-scissors:before{content:""}.bi-screwdriver:before{content:""}.bi-search:before{content:""}.bi-segmented-nav:before{content:""}.bi-server:before{content:""}.bi-share-fill:before{content:""}.bi-share:before{content:""}.bi-shield-check:before{content:""}.bi-shield-exclamation:before{content:""}.bi-shield-fill-check:before{content:""}.bi-shield-fill-exclamation:before{content:""}.bi-shield-fill-minus:before{content:""}.bi-shield-fill-plus:before{content:""}.bi-shield-fill-x:before{content:""}.bi-shield-fill:before{content:""}.bi-shield-lock-fill:before{content:""}.bi-shield-lock:before{content:""}.bi-shield-minus:before{content:""}.bi-shield-plus:before{content:""}.bi-shield-shaded:before{content:""}.bi-shield-slash-fill:before{content:""}.bi-shield-slash:before{content:""}.bi-shield-x:before{content:""}.bi-shield:before{content:""}.bi-shift-fill:before{content:""}.bi-shift:before{content:""}.bi-shop-window:before{content:""}.bi-shop:before{content:""}.bi-shuffle:before{content:""}.bi-signpost-2-fill:before{content:""}.bi-signpost-2:before{content:""}.bi-signpost-fill:before{content:""}.bi-signpost-split-fill:before{content:""}.bi-signpost-split:before{content:""}.bi-signpost:before{content:""}.bi-sim-fill:before{content:""}.bi-sim:before{content:""}.bi-skip-backward-btn-fill:before{content:""}.bi-skip-backward-btn:before{content:""}.bi-skip-backward-circle-fill:before{content:""}.bi-skip-backward-circle:before{content:""}.bi-skip-backward-fill:before{content:""}.bi-skip-backward:before{content:""}.bi-skip-end-btn-fill:before{content:""}.bi-skip-end-btn:before{content:""}.bi-skip-end-circle-fill:before{content:""}.bi-skip-end-circle:before{content:""}.bi-skip-end-fill:before{content:""}.bi-skip-end:before{content:""}.bi-skip-forward-btn-fill:before{content:""}.bi-skip-forward-btn:before{content:""}.bi-skip-forward-circle-fill:before{content:""}.bi-skip-forward-circle:before{content:""}.bi-skip-forward-fill:before{content:""}.bi-skip-forward:before{content:""}.bi-skip-start-btn-fill:before{content:""}.bi-skip-start-btn:before{content:""}.bi-skip-start-circle-fill:before{content:""}.bi-skip-start-circle:before{content:""}.bi-skip-start-fill:before{content:""}.bi-skip-start:before{content:""}.bi-slack:before{content:""}.bi-slash-circle-fill:before{content:""}.bi-slash-circle:before{content:""}.bi-slash-square-fill:before{content:""}.bi-slash-square:before{content:""}.bi-slash:before{content:""}.bi-sliders:before{content:""}.bi-smartwatch:before{content:""}.bi-snow:before{content:""}.bi-snow2:before{content:""}.bi-snow3:before{content:""}.bi-sort-alpha-down-alt:before{content:""}.bi-sort-alpha-down:before{content:""}.bi-sort-alpha-up-alt:before{content:""}.bi-sort-alpha-up:before{content:""}.bi-sort-down-alt:before{content:""}.bi-sort-down:before{content:""}.bi-sort-numeric-down-alt:before{content:""}.bi-sort-numeric-down:before{content:""}.bi-sort-numeric-up-alt:before{content:""}.bi-sort-numeric-up:before{content:""}.bi-sort-up-alt:before{content:""}.bi-sort-up:before{content:""}.bi-soundwave:before{content:""}.bi-speaker-fill:before{content:""}.bi-speaker:before{content:""}.bi-speedometer:before{content:""}.bi-speedometer2:before{content:""}.bi-spellcheck:before{content:""}.bi-square-fill:before{content:""}.bi-square-half:before{content:""}.bi-square:before{content:""}.bi-stack:before{content:""}.bi-star-fill:before{content:""}.bi-star-half:before{content:""}.bi-star:before{content:""}.bi-stars:before{content:""}.bi-stickies-fill:before{content:""}.bi-stickies:before{content:""}.bi-sticky-fill:before{content:""}.bi-sticky:before{content:""}.bi-stop-btn-fill:before{content:""}.bi-stop-btn:before{content:""}.bi-stop-circle-fill:before{content:""}.bi-stop-circle:before{content:""}.bi-stop-fill:before{content:""}.bi-stop:before{content:""}.bi-stoplights-fill:before{content:""}.bi-stoplights:before{content:""}.bi-stopwatch-fill:before{content:""}.bi-stopwatch:before{content:""}.bi-subtract:before{content:""}.bi-suit-club-fill:before{content:""}.bi-suit-club:before{content:""}.bi-suit-diamond-fill:before{content:""}.bi-suit-diamond:before{content:""}.bi-suit-heart-fill:before{content:""}.bi-suit-heart:before{content:""}.bi-suit-spade-fill:before{content:""}.bi-suit-spade:before{content:""}.bi-sun-fill:before{content:""}.bi-sun:before{content:""}.bi-sunglasses:before{content:""}.bi-sunrise-fill:before{content:""}.bi-sunrise:before{content:""}.bi-sunset-fill:before{content:""}.bi-sunset:before{content:""}.bi-symmetry-horizontal:before{content:""}.bi-symmetry-vertical:before{content:""}.bi-table:before{content:""}.bi-tablet-fill:before{content:""}.bi-tablet-landscape-fill:before{content:""}.bi-tablet-landscape:before{content:""}.bi-tablet:before{content:""}.bi-tag-fill:before{content:""}.bi-tag:before{content:""}.bi-tags-fill:before{content:""}.bi-tags:before{content:""}.bi-telegram:before{content:""}.bi-telephone-fill:before{content:""}.bi-telephone-forward-fill:before{content:""}.bi-telephone-forward:before{content:""}.bi-telephone-inbound-fill:before{content:""}.bi-telephone-inbound:before{content:""}.bi-telephone-minus-fill:before{content:""}.bi-telephone-minus:before{content:""}.bi-telephone-outbound-fill:before{content:""}.bi-telephone-outbound:before{content:""}.bi-telephone-plus-fill:before{content:""}.bi-telephone-plus:before{content:""}.bi-telephone-x-fill:before{content:""}.bi-telephone-x:before{content:""}.bi-telephone:before{content:""}.bi-terminal-fill:before{content:""}.bi-terminal:before{content:""}.bi-text-center:before{content:""}.bi-text-indent-left:before{content:""}.bi-text-indent-right:before{content:""}.bi-text-left:before{content:""}.bi-text-paragraph:before{content:""}.bi-text-right:before{content:""}.bi-textarea-resize:before{content:""}.bi-textarea-t:before{content:""}.bi-textarea:before{content:""}.bi-thermometer-half:before{content:""}.bi-thermometer-high:before{content:""}.bi-thermometer-low:before{content:""}.bi-thermometer-snow:before{content:""}.bi-thermometer-sun:before{content:""}.bi-thermometer:before{content:""}.bi-three-dots-vertical:before{content:""}.bi-three-dots:before{content:""}.bi-toggle-off:before{content:""}.bi-toggle-on:before{content:""}.bi-toggle2-off:before{content:""}.bi-toggle2-on:before{content:""}.bi-toggles:before{content:""}.bi-toggles2:before{content:""}.bi-tools:before{content:""}.bi-tornado:before{content:""}.bi-trash-fill:before{content:""}.bi-trash:before{content:""}.bi-trash2-fill:before{content:""}.bi-trash2:before{content:""}.bi-tree-fill:before{content:""}.bi-tree:before{content:""}.bi-triangle-fill:before{content:""}.bi-triangle-half:before{content:""}.bi-triangle:before{content:""}.bi-trophy-fill:before{content:""}.bi-trophy:before{content:""}.bi-tropical-storm:before{content:""}.bi-truck-flatbed:before{content:""}.bi-truck:before{content:""}.bi-tsunami:before{content:""}.bi-tv-fill:before{content:""}.bi-tv:before{content:""}.bi-twitch:before{content:""}.bi-twitter:before{content:""}.bi-type-bold:before{content:""}.bi-type-h1:before{content:""}.bi-type-h2:before{content:""}.bi-type-h3:before{content:""}.bi-type-italic:before{content:""}.bi-type-strikethrough:before{content:""}.bi-type-underline:before{content:""}.bi-type:before{content:""}.bi-ui-checks-grid:before{content:""}.bi-ui-checks:before{content:""}.bi-ui-radios-grid:before{content:""}.bi-ui-radios:before{content:""}.bi-umbrella-fill:before{content:""}.bi-umbrella:before{content:""}.bi-union:before{content:""}.bi-unlock-fill:before{content:""}.bi-unlock:before{content:""}.bi-upc-scan:before{content:""}.bi-upc:before{content:""}.bi-upload:before{content:""}.bi-vector-pen:before{content:""}.bi-view-list:before{content:""}.bi-view-stacked:before{content:""}.bi-vinyl-fill:before{content:""}.bi-vinyl:before{content:""}.bi-voicemail:before{content:""}.bi-volume-down-fill:before{content:""}.bi-volume-down:before{content:""}.bi-volume-mute-fill:before{content:""}.bi-volume-mute:before{content:""}.bi-volume-off-fill:before{content:""}.bi-volume-off:before{content:""}.bi-volume-up-fill:before{content:""}.bi-volume-up:before{content:""}.bi-vr:before{content:""}.bi-wallet-fill:before{content:""}.bi-wallet:before{content:""}.bi-wallet2:before{content:""}.bi-watch:before{content:""}.bi-water:before{content:""}.bi-whatsapp:before{content:""}.bi-wifi-1:before{content:""}.bi-wifi-2:before{content:""}.bi-wifi-off:before{content:""}.bi-wifi:before{content:""}.bi-wind:before{content:""}.bi-window-dock:before{content:""}.bi-window-sidebar:before{content:""}.bi-window:before{content:""}.bi-wrench:before{content:""}.bi-x-circle-fill:before{content:""}.bi-x-circle:before{content:""}.bi-x-diamond-fill:before{content:""}.bi-x-diamond:before{content:""}.bi-x-octagon-fill:before{content:""}.bi-x-octagon:before{content:""}.bi-x-square-fill:before{content:""}.bi-x-square:before{content:""}.bi-x:before{content:""}.bi-youtube:before{content:""}.bi-zoom-in:before{content:""}.bi-zoom-out:before{content:""}.bi-bank:before{content:""}.bi-bank2:before{content:""}.bi-bell-slash-fill:before{content:""}.bi-bell-slash:before{content:""}.bi-cash-coin:before{content:""}.bi-check-lg:before{content:""}.bi-coin:before{content:""}.bi-currency-bitcoin:before{content:""}.bi-currency-dollar:before{content:""}.bi-currency-euro:before{content:""}.bi-currency-exchange:before{content:""}.bi-currency-pound:before{content:""}.bi-currency-yen:before{content:""}.bi-dash-lg:before{content:""}.bi-exclamation-lg:before{content:""}.bi-file-earmark-pdf-fill:before{content:""}.bi-file-earmark-pdf:before{content:""}.bi-file-pdf-fill:before{content:""}.bi-file-pdf:before{content:""}.bi-gender-ambiguous:before{content:""}.bi-gender-female:before{content:""}.bi-gender-male:before{content:""}.bi-gender-trans:before{content:""}.bi-headset-vr:before{content:""}.bi-info-lg:before{content:""}.bi-mastodon:before{content:""}.bi-messenger:before{content:""}.bi-piggy-bank-fill:before{content:""}.bi-piggy-bank:before{content:""}.bi-pin-map-fill:before{content:""}.bi-pin-map:before{content:""}.bi-plus-lg:before{content:""}.bi-question-lg:before{content:""}.bi-recycle:before{content:""}.bi-reddit:before{content:""}.bi-safe-fill:before{content:""}.bi-safe2-fill:before{content:""}.bi-safe2:before{content:""}.bi-sd-card-fill:before{content:""}.bi-sd-card:before{content:""}.bi-skype:before{content:""}.bi-slash-lg:before{content:""}.bi-translate:before{content:""}.bi-x-lg:before{content:""}.bi-safe:before{content:""}.bi-apple:before{content:""}.bi-microsoft:before{content:""}.bi-windows:before{content:""}.bi-behance:before{content:""}.bi-dribbble:before{content:""}.bi-line:before{content:""}.bi-medium:before{content:""}.bi-paypal:before{content:""}.bi-pinterest:before{content:""}.bi-signal:before{content:""}.bi-snapchat:before{content:""}.bi-spotify:before{content:""}.bi-stack-overflow:before{content:""}.bi-strava:before{content:""}.bi-wordpress:before{content:""}.bi-vimeo:before{content:""}.bi-activity:before{content:""}.bi-easel2-fill:before{content:""}.bi-easel2:before{content:""}.bi-easel3-fill:before{content:""}.bi-easel3:before{content:""}.bi-fan:before{content:""}.bi-fingerprint:before{content:""}.bi-graph-down-arrow:before{content:""}.bi-graph-up-arrow:before{content:""}.bi-hypnotize:before{content:""}.bi-magic:before{content:""}.bi-person-rolodex:before{content:""}.bi-person-video:before{content:""}.bi-person-video2:before{content:""}.bi-person-video3:before{content:""}.bi-person-workspace:before{content:""}.bi-radioactive:before{content:""}.bi-webcam-fill:before{content:""}.bi-webcam:before{content:""}.bi-yin-yang:before{content:""}.bi-bandaid-fill:before{content:""}.bi-bandaid:before{content:""}.bi-bluetooth:before{content:""}.bi-body-text:before{content:""}.bi-boombox:before{content:""}.bi-boxes:before{content:""}.bi-dpad-fill:before{content:""}.bi-dpad:before{content:""}.bi-ear-fill:before{content:""}.bi-ear:before{content:""}.bi-envelope-check-fill:before{content:""}.bi-envelope-check:before{content:""}.bi-envelope-dash-fill:before{content:""}.bi-envelope-dash:before{content:""}.bi-envelope-exclamation-fill:before{content:""}.bi-envelope-exclamation:before{content:""}.bi-envelope-plus-fill:before{content:""}.bi-envelope-plus:before{content:""}.bi-envelope-slash-fill:before{content:""}.bi-envelope-slash:before{content:""}.bi-envelope-x-fill:before{content:""}.bi-envelope-x:before{content:""}.bi-explicit-fill:before{content:""}.bi-explicit:before{content:""}.bi-git:before{content:""}.bi-infinity:before{content:""}.bi-list-columns-reverse:before{content:""}.bi-list-columns:before{content:""}.bi-meta:before{content:""}.bi-nintendo-switch:before{content:""}.bi-pc-display-horizontal:before{content:""}.bi-pc-display:before{content:""}.bi-pc-horizontal:before{content:""}.bi-pc:before{content:""}.bi-playstation:before{content:""}.bi-plus-slash-minus:before{content:""}.bi-projector-fill:before{content:""}.bi-projector:before{content:""}.bi-qr-code-scan:before{content:""}.bi-qr-code:before{content:""}.bi-quora:before{content:""}.bi-quote:before{content:""}.bi-robot:before{content:""}.bi-send-check-fill:before{content:""}.bi-send-check:before{content:""}.bi-send-dash-fill:before{content:""}.bi-send-dash:before{content:""}.bi-send-exclamation-fill:before{content:""}.bi-send-exclamation:before{content:""}.bi-send-fill:before{content:""}.bi-send-plus-fill:before{content:""}.bi-send-plus:before{content:""}.bi-send-slash-fill:before{content:""}.bi-send-slash:before{content:""}.bi-send-x-fill:before{content:""}.bi-send-x:before{content:""}.bi-send:before{content:""}.bi-steam:before{content:""}.bi-terminal-dash:before{content:""}.bi-terminal-plus:before{content:""}.bi-terminal-split:before{content:""}.bi-ticket-detailed-fill:before{content:""}.bi-ticket-detailed:before{content:""}.bi-ticket-fill:before{content:""}.bi-ticket-perforated-fill:before{content:""}.bi-ticket-perforated:before{content:""}.bi-ticket:before{content:""}.bi-tiktok:before{content:""}.bi-window-dash:before{content:""}.bi-window-desktop:before{content:""}.bi-window-fullscreen:before{content:""}.bi-window-plus:before{content:""}.bi-window-split:before{content:""}.bi-window-stack:before{content:""}.bi-window-x:before{content:""}.bi-xbox:before{content:""}.bi-ethernet:before{content:""}.bi-hdmi-fill:before{content:""}.bi-hdmi:before{content:""}.bi-usb-c-fill:before{content:""}.bi-usb-c:before{content:""}.bi-usb-fill:before{content:""}.bi-usb-plug-fill:before{content:""}.bi-usb-plug:before{content:""}.bi-usb-symbol:before{content:""}.bi-usb:before{content:""}.bi-boombox-fill:before{content:""}.bi-displayport:before{content:""}.bi-gpu-card:before{content:""}.bi-memory:before{content:""}.bi-modem-fill:before{content:""}.bi-modem:before{content:""}.bi-motherboard-fill:before{content:""}.bi-motherboard:before{content:""}.bi-optical-audio-fill:before{content:""}.bi-optical-audio:before{content:""}.bi-pci-card:before{content:""}.bi-router-fill:before{content:""}.bi-router:before{content:""}.bi-thunderbolt-fill:before{content:""}.bi-thunderbolt:before{content:""}.bi-usb-drive-fill:before{content:""}.bi-usb-drive:before{content:""}.bi-usb-micro-fill:before{content:""}.bi-usb-micro:before{content:""}.bi-usb-mini-fill:before{content:""}.bi-usb-mini:before{content:""}.bi-cloud-haze2:before{content:""}.bi-device-hdd-fill:before{content:""}.bi-device-hdd:before{content:""}.bi-device-ssd-fill:before{content:""}.bi-device-ssd:before{content:""}.bi-displayport-fill:before{content:""}.bi-mortarboard-fill:before{content:""}.bi-mortarboard:before{content:""}.bi-terminal-x:before{content:""}.bi-arrow-through-heart-fill:before{content:""}.bi-arrow-through-heart:before{content:""}.bi-badge-sd-fill:before{content:""}.bi-badge-sd:before{content:""}.bi-bag-heart-fill:before{content:""}.bi-bag-heart:before{content:""}.bi-balloon-fill:before{content:""}.bi-balloon-heart-fill:before{content:""}.bi-balloon-heart:before{content:""}.bi-balloon:before{content:""}.bi-box2-fill:before{content:""}.bi-box2-heart-fill:before{content:""}.bi-box2-heart:before{content:""}.bi-box2:before{content:""}.bi-braces-asterisk:before{content:""}.bi-calendar-heart-fill:before{content:""}.bi-calendar-heart:before{content:""}.bi-calendar2-heart-fill:before{content:""}.bi-calendar2-heart:before{content:""}.bi-chat-heart-fill:before{content:""}.bi-chat-heart:before{content:""}.bi-chat-left-heart-fill:before{content:""}.bi-chat-left-heart:before{content:""}.bi-chat-right-heart-fill:before{content:""}.bi-chat-right-heart:before{content:""}.bi-chat-square-heart-fill:before{content:""}.bi-chat-square-heart:before{content:""}.bi-clipboard-check-fill:before{content:""}.bi-clipboard-data-fill:before{content:""}.bi-clipboard-fill:before{content:""}.bi-clipboard-heart-fill:before{content:""}.bi-clipboard-heart:before{content:""}.bi-clipboard-minus-fill:before{content:""}.bi-clipboard-plus-fill:before{content:""}.bi-clipboard-pulse:before{content:""}.bi-clipboard-x-fill:before{content:""}.bi-clipboard2-check-fill:before{content:""}.bi-clipboard2-check:before{content:""}.bi-clipboard2-data-fill:before{content:""}.bi-clipboard2-data:before{content:""}.bi-clipboard2-fill:before{content:""}.bi-clipboard2-heart-fill:before{content:""}.bi-clipboard2-heart:before{content:""}.bi-clipboard2-minus-fill:before{content:""}.bi-clipboard2-minus:before{content:""}.bi-clipboard2-plus-fill:before{content:""}.bi-clipboard2-plus:before{content:""}.bi-clipboard2-pulse-fill:before{content:""}.bi-clipboard2-pulse:before{content:""}.bi-clipboard2-x-fill:before{content:""}.bi-clipboard2-x:before{content:""}.bi-clipboard2:before{content:""}.bi-emoji-kiss-fill:before{content:""}.bi-emoji-kiss:before{content:""}.bi-envelope-heart-fill:before{content:""}.bi-envelope-heart:before{content:""}.bi-envelope-open-heart-fill:before{content:""}.bi-envelope-open-heart:before{content:""}.bi-envelope-paper-fill:before{content:""}.bi-envelope-paper-heart-fill:before{content:""}.bi-envelope-paper-heart:before{content:""}.bi-envelope-paper:before{content:""}.bi-filetype-aac:before{content:""}.bi-filetype-ai:before{content:""}.bi-filetype-bmp:before{content:""}.bi-filetype-cs:before{content:""}.bi-filetype-css:before{content:""}.bi-filetype-csv:before{content:""}.bi-filetype-doc:before{content:""}.bi-filetype-docx:before{content:""}.bi-filetype-exe:before{content:""}.bi-filetype-gif:before{content:""}.bi-filetype-heic:before{content:""}.bi-filetype-html:before{content:""}.bi-filetype-java:before{content:""}.bi-filetype-jpg:before{content:""}.bi-filetype-js:before{content:""}.bi-filetype-jsx:before{content:""}.bi-filetype-key:before{content:""}.bi-filetype-m4p:before{content:""}.bi-filetype-md:before{content:""}.bi-filetype-mdx:before{content:""}.bi-filetype-mov:before{content:""}.bi-filetype-mp3:before{content:""}.bi-filetype-mp4:before{content:""}.bi-filetype-otf:before{content:""}.bi-filetype-pdf:before{content:""}.bi-filetype-php:before{content:""}.bi-filetype-png:before{content:""}.bi-filetype-ppt:before{content:""}.bi-filetype-psd:before{content:""}.bi-filetype-py:before{content:""}.bi-filetype-raw:before{content:""}.bi-filetype-rb:before{content:""}.bi-filetype-sass:before{content:""}.bi-filetype-scss:before{content:""}.bi-filetype-sh:before{content:""}.bi-filetype-svg:before{content:""}.bi-filetype-tiff:before{content:""}.bi-filetype-tsx:before{content:""}.bi-filetype-ttf:before{content:""}.bi-filetype-txt:before{content:""}.bi-filetype-wav:before{content:""}.bi-filetype-woff:before{content:""}.bi-filetype-xls:before{content:""}.bi-filetype-xml:before{content:""}.bi-filetype-yml:before{content:""}.bi-heart-arrow:before{content:""}.bi-heart-pulse-fill:before{content:""}.bi-heart-pulse:before{content:""}.bi-heartbreak-fill:before{content:""}.bi-heartbreak:before{content:""}.bi-hearts:before{content:""}.bi-hospital-fill:before{content:""}.bi-hospital:before{content:""}.bi-house-heart-fill:before{content:""}.bi-house-heart:before{content:""}.bi-incognito:before{content:""}.bi-magnet-fill:before{content:""}.bi-magnet:before{content:""}.bi-person-heart:before{content:""}.bi-person-hearts:before{content:""}.bi-phone-flip:before{content:""}.bi-plugin:before{content:""}.bi-postage-fill:before{content:""}.bi-postage-heart-fill:before{content:""}.bi-postage-heart:before{content:""}.bi-postage:before{content:""}.bi-postcard-fill:before{content:""}.bi-postcard-heart-fill:before{content:""}.bi-postcard-heart:before{content:""}.bi-postcard:before{content:""}.bi-search-heart-fill:before{content:""}.bi-search-heart:before{content:""}.bi-sliders2-vertical:before{content:""}.bi-sliders2:before{content:""}.bi-trash3-fill:before{content:""}.bi-trash3:before{content:""}.bi-valentine:before{content:""}.bi-valentine2:before{content:""}.bi-wrench-adjustable-circle-fill:before{content:""}.bi-wrench-adjustable-circle:before{content:""}.bi-wrench-adjustable:before{content:""}.bi-filetype-json:before{content:""}.bi-filetype-pptx:before{content:""}.bi-filetype-xlsx:before{content:""}.bi-1-circle-fill:before{content:""}.bi-1-circle:before{content:""}.bi-1-square-fill:before{content:""}.bi-1-square:before{content:""}.bi-2-circle-fill:before{content:""}.bi-2-circle:before{content:""}.bi-2-square-fill:before{content:""}.bi-2-square:before{content:""}.bi-3-circle-fill:before{content:""}.bi-3-circle:before{content:""}.bi-3-square-fill:before{content:""}.bi-3-square:before{content:""}.bi-4-circle-fill:before{content:""}.bi-4-circle:before{content:""}.bi-4-square-fill:before{content:""}.bi-4-square:before{content:""}.bi-5-circle-fill:before{content:""}.bi-5-circle:before{content:""}.bi-5-square-fill:before{content:""}.bi-5-square:before{content:""}.bi-6-circle-fill:before{content:""}.bi-6-circle:before{content:""}.bi-6-square-fill:before{content:""}.bi-6-square:before{content:""}.bi-7-circle-fill:before{content:""}.bi-7-circle:before{content:""}.bi-7-square-fill:before{content:""}.bi-7-square:before{content:""}.bi-8-circle-fill:before{content:""}.bi-8-circle:before{content:""}.bi-8-square-fill:before{content:""}.bi-8-square:before{content:""}.bi-9-circle-fill:before{content:""}.bi-9-circle:before{content:""}.bi-9-square-fill:before{content:""}.bi-9-square:before{content:""}.bi-airplane-engines-fill:before{content:""}.bi-airplane-engines:before{content:""}.bi-airplane-fill:before{content:""}.bi-airplane:before{content:""}.bi-alexa:before{content:""}.bi-alipay:before{content:""}.bi-android:before{content:""}.bi-android2:before{content:""}.bi-box-fill:before{content:""}.bi-box-seam-fill:before{content:""}.bi-browser-chrome:before{content:""}.bi-browser-edge:before{content:""}.bi-browser-firefox:before{content:""}.bi-browser-safari:before{content:""}.bi-c-circle-fill:before{content:""}.bi-c-circle:before{content:""}.bi-c-square-fill:before{content:""}.bi-c-square:before{content:""}.bi-capsule-pill:before{content:""}.bi-capsule:before{content:""}.bi-car-front-fill:before{content:""}.bi-car-front:before{content:""}.bi-cassette-fill:before{content:""}.bi-cassette:before{content:""}.bi-cc-circle-fill:before{content:""}.bi-cc-circle:before{content:""}.bi-cc-square-fill:before{content:""}.bi-cc-square:before{content:""}.bi-cup-hot-fill:before{content:""}.bi-cup-hot:before{content:""}.bi-currency-rupee:before{content:""}.bi-dropbox:before{content:""}.bi-escape:before{content:""}.bi-fast-forward-btn-fill:before{content:""}.bi-fast-forward-btn:before{content:""}.bi-fast-forward-circle-fill:before{content:""}.bi-fast-forward-circle:before{content:""}.bi-fast-forward-fill:before{content:""}.bi-fast-forward:before{content:""}.bi-filetype-sql:before{content:""}.bi-fire:before{content:""}.bi-google-play:before{content:""}.bi-h-circle-fill:before{content:""}.bi-h-circle:before{content:""}.bi-h-square-fill:before{content:""}.bi-h-square:before{content:""}.bi-indent:before{content:""}.bi-lungs-fill:before{content:""}.bi-lungs:before{content:""}.bi-microsoft-teams:before{content:""}.bi-p-circle-fill:before{content:""}.bi-p-circle:before{content:""}.bi-p-square-fill:before{content:""}.bi-p-square:before{content:""}.bi-pass-fill:before{content:""}.bi-pass:before{content:""}.bi-prescription:before{content:""}.bi-prescription2:before{content:""}.bi-r-circle-fill:before{content:""}.bi-r-circle:before{content:""}.bi-r-square-fill:before{content:""}.bi-r-square:before{content:""}.bi-repeat-1:before{content:""}.bi-repeat:before{content:""}.bi-rewind-btn-fill:before{content:""}.bi-rewind-btn:before{content:""}.bi-rewind-circle-fill:before{content:""}.bi-rewind-circle:before{content:""}.bi-rewind-fill:before{content:""}.bi-rewind:before{content:""}.bi-train-freight-front-fill:before{content:""}.bi-train-freight-front:before{content:""}.bi-train-front-fill:before{content:""}.bi-train-front:before{content:""}.bi-train-lightrail-front-fill:before{content:""}.bi-train-lightrail-front:before{content:""}.bi-truck-front-fill:before{content:""}.bi-truck-front:before{content:""}.bi-ubuntu:before{content:""}.bi-unindent:before{content:""}.bi-unity:before{content:""}.bi-universal-access-circle:before{content:""}.bi-universal-access:before{content:""}.bi-virus:before{content:""}.bi-virus2:before{content:""}.bi-wechat:before{content:""}.bi-yelp:before{content:""}.bi-sign-stop-fill:before{content:""}.bi-sign-stop-lights-fill:before{content:""}.bi-sign-stop-lights:before{content:""}.bi-sign-stop:before{content:""}.bi-sign-turn-left-fill:before{content:""}.bi-sign-turn-left:before{content:""}.bi-sign-turn-right-fill:before{content:""}.bi-sign-turn-right:before{content:""}.bi-sign-turn-slight-left-fill:before{content:""}.bi-sign-turn-slight-left:before{content:""}.bi-sign-turn-slight-right-fill:before{content:""}.bi-sign-turn-slight-right:before{content:""}.bi-sign-yield-fill:before{content:""}.bi-sign-yield:before{content:""}.bi-ev-station-fill:before{content:""}.bi-ev-station:before{content:""}.bi-fuel-pump-diesel-fill:before{content:""}.bi-fuel-pump-diesel:before{content:""}.bi-fuel-pump-fill:before{content:""}.bi-fuel-pump:before{content:""}.bi-0-circle-fill:before{content:""}.bi-0-circle:before{content:""}.bi-0-square-fill:before{content:""}.bi-0-square:before{content:""}.bi-rocket-fill:before{content:""}.bi-rocket-takeoff-fill:before{content:""}.bi-rocket-takeoff:before{content:""}.bi-rocket:before{content:""}.bi-stripe:before{content:""}.bi-subscript:before{content:""}.bi-superscript:before{content:""}.bi-trello:before{content:""}.bi-envelope-at-fill:before{content:""}.bi-envelope-at:before{content:""}.bi-regex:before{content:""}.bi-text-wrap:before{content:""}.bi-sign-dead-end-fill:before{content:""}.bi-sign-dead-end:before{content:""}.bi-sign-do-not-enter-fill:before{content:""}.bi-sign-do-not-enter:before{content:""}.bi-sign-intersection-fill:before{content:""}.bi-sign-intersection-side-fill:before{content:""}.bi-sign-intersection-side:before{content:""}.bi-sign-intersection-t-fill:before{content:""}.bi-sign-intersection-t:before{content:""}.bi-sign-intersection-y-fill:before{content:""}.bi-sign-intersection-y:before{content:""}.bi-sign-intersection:before{content:""}.bi-sign-merge-left-fill:before{content:""}.bi-sign-merge-left:before{content:""}.bi-sign-merge-right-fill:before{content:""}.bi-sign-merge-right:before{content:""}.bi-sign-no-left-turn-fill:before{content:""}.bi-sign-no-left-turn:before{content:""}.bi-sign-no-parking-fill:before{content:""}.bi-sign-no-parking:before{content:""}.bi-sign-no-right-turn-fill:before{content:""}.bi-sign-no-right-turn:before{content:""}.bi-sign-railroad-fill:before{content:""}.bi-sign-railroad:before{content:""}.bi-building-add:before{content:""}.bi-building-check:before{content:""}.bi-building-dash:before{content:""}.bi-building-down:before{content:""}.bi-building-exclamation:before{content:""}.bi-building-fill-add:before{content:""}.bi-building-fill-check:before{content:""}.bi-building-fill-dash:before{content:""}.bi-building-fill-down:before{content:""}.bi-building-fill-exclamation:before{content:""}.bi-building-fill-gear:before{content:""}.bi-building-fill-lock:before{content:""}.bi-building-fill-slash:before{content:""}.bi-building-fill-up:before{content:""}.bi-building-fill-x:before{content:""}.bi-building-fill:before{content:""}.bi-building-gear:before{content:""}.bi-building-lock:before{content:""}.bi-building-slash:before{content:""}.bi-building-up:before{content:""}.bi-building-x:before{content:""}.bi-buildings-fill:before{content:""}.bi-buildings:before{content:""}.bi-bus-front-fill:before{content:""}.bi-bus-front:before{content:""}.bi-ev-front-fill:before{content:""}.bi-ev-front:before{content:""}.bi-globe-americas:before{content:""}.bi-globe-asia-australia:before{content:""}.bi-globe-central-south-asia:before{content:""}.bi-globe-europe-africa:before{content:""}.bi-house-add-fill:before{content:""}.bi-house-add:before{content:""}.bi-house-check-fill:before{content:""}.bi-house-check:before{content:""}.bi-house-dash-fill:before{content:""}.bi-house-dash:before{content:""}.bi-house-down-fill:before{content:""}.bi-house-down:before{content:""}.bi-house-exclamation-fill:before{content:""}.bi-house-exclamation:before{content:""}.bi-house-gear-fill:before{content:""}.bi-house-gear:before{content:""}.bi-house-lock-fill:before{content:""}.bi-house-lock:before{content:""}.bi-house-slash-fill:before{content:""}.bi-house-slash:before{content:""}.bi-house-up-fill:before{content:""}.bi-house-up:before{content:""}.bi-house-x-fill:before{content:""}.bi-house-x:before{content:""}.bi-person-add:before{content:""}.bi-person-down:before{content:""}.bi-person-exclamation:before{content:""}.bi-person-fill-add:before{content:""}.bi-person-fill-check:before{content:""}.bi-person-fill-dash:before{content:""}.bi-person-fill-down:before{content:""}.bi-person-fill-exclamation:before{content:""}.bi-person-fill-gear:before{content:""}.bi-person-fill-lock:before{content:""}.bi-person-fill-slash:before{content:""}.bi-person-fill-up:before{content:""}.bi-person-fill-x:before{content:""}.bi-person-gear:before{content:""}.bi-person-lock:before{content:""}.bi-person-slash:before{content:""}.bi-person-up:before{content:""}.bi-scooter:before{content:""}.bi-taxi-front-fill:before{content:""}.bi-taxi-front:before{content:""}.bi-amd:before{content:""}.bi-database-add:before{content:""}.bi-database-check:before{content:""}.bi-database-dash:before{content:""}.bi-database-down:before{content:""}.bi-database-exclamation:before{content:""}.bi-database-fill-add:before{content:""}.bi-database-fill-check:before{content:""}.bi-database-fill-dash:before{content:""}.bi-database-fill-down:before{content:""}.bi-database-fill-exclamation:before{content:""}.bi-database-fill-gear:before{content:""}.bi-database-fill-lock:before{content:""}.bi-database-fill-slash:before{content:""}.bi-database-fill-up:before{content:""}.bi-database-fill-x:before{content:""}.bi-database-fill:before{content:""}.bi-database-gear:before{content:""}.bi-database-lock:before{content:""}.bi-database-slash:before{content:""}.bi-database-up:before{content:""}.bi-database-x:before{content:""}.bi-database:before{content:""}.bi-houses-fill:before{content:""}.bi-houses:before{content:""}.bi-nvidia:before{content:""}.bi-person-vcard-fill:before{content:""}.bi-person-vcard:before{content:""}.bi-sina-weibo:before{content:""}.bi-tencent-qq:before{content:""}.bi-wikipedia:before{content:""}.bi-alphabet-uppercase:before{content:""}.bi-alphabet:before{content:""}.bi-amazon:before{content:""}.bi-arrows-collapse-vertical:before{content:""}.bi-arrows-expand-vertical:before{content:""}.bi-arrows-vertical:before{content:""}.bi-arrows:before{content:""}.bi-ban-fill:before{content:""}.bi-ban:before{content:""}.bi-bing:before{content:""}.bi-cake:before{content:""}.bi-cake2:before{content:""}.bi-cookie:before{content:""}.bi-copy:before{content:""}.bi-crosshair:before{content:""}.bi-crosshair2:before{content:""}.bi-emoji-astonished-fill:before{content:""}.bi-emoji-astonished:before{content:""}.bi-emoji-grimace-fill:before{content:""}.bi-emoji-grimace:before{content:""}.bi-emoji-grin-fill:before{content:""}.bi-emoji-grin:before{content:""}.bi-emoji-surprise-fill:before{content:""}.bi-emoji-surprise:before{content:""}.bi-emoji-tear-fill:before{content:""}.bi-emoji-tear:before{content:""}.bi-envelope-arrow-down-fill:before{content:""}.bi-envelope-arrow-down:before{content:""}.bi-envelope-arrow-up-fill:before{content:""}.bi-envelope-arrow-up:before{content:""}.bi-feather:before{content:""}.bi-feather2:before{content:""}.bi-floppy-fill:before{content:""}.bi-floppy:before{content:""}.bi-floppy2-fill:before{content:""}.bi-floppy2:before{content:""}.bi-gitlab:before{content:""}.bi-highlighter:before{content:""}.bi-marker-tip:before{content:""}.bi-nvme-fill:before{content:""}.bi-nvme:before{content:""}.bi-opencollective:before{content:""}.bi-pci-card-network:before{content:""}.bi-pci-card-sound:before{content:""}.bi-radar:before{content:""}.bi-send-arrow-down-fill:before{content:""}.bi-send-arrow-down:before{content:""}.bi-send-arrow-up-fill:before{content:""}.bi-send-arrow-up:before{content:""}.bi-sim-slash-fill:before{content:""}.bi-sim-slash:before{content:""}.bi-sourceforge:before{content:""}.bi-substack:before{content:""}.bi-threads-fill:before{content:""}.bi-threads:before{content:""}.bi-transparency:before{content:""}.bi-twitter-x:before{content:""}.bi-type-h4:before{content:""}.bi-type-h5:before{content:""}.bi-type-h6:before{content:""}.bi-backpack-fill:before{content:""}.bi-backpack:before{content:""}.bi-backpack2-fill:before{content:""}.bi-backpack2:before{content:""}.bi-backpack3-fill:before{content:""}.bi-backpack3:before{content:""}.bi-backpack4-fill:before{content:""}.bi-backpack4:before{content:""}.bi-brilliance:before{content:""}.bi-cake-fill:before{content:""}.bi-cake2-fill:before{content:""}.bi-duffle-fill:before{content:""}.bi-duffle:before{content:""}.bi-exposure:before{content:""}.bi-gender-neuter:before{content:""}.bi-highlights:before{content:""}.bi-luggage-fill:before{content:""}.bi-luggage:before{content:""}.bi-mailbox-flag:before{content:""}.bi-mailbox2-flag:before{content:""}.bi-noise-reduction:before{content:""}.bi-passport-fill:before{content:""}.bi-passport:before{content:""}.bi-person-arms-up:before{content:""}.bi-person-raised-hand:before{content:""}.bi-person-standing-dress:before{content:""}.bi-person-standing:before{content:""}.bi-person-walking:before{content:""}.bi-person-wheelchair:before{content:""}.bi-shadows:before{content:""}.bi-suitcase-fill:before{content:""}.bi-suitcase-lg-fill:before{content:""}.bi-suitcase-lg:before{content:""}.bi-suitcase:before{content:"豈"}.bi-suitcase2-fill:before{content:"更"}.bi-suitcase2:before{content:"車"}.bi-vignette:before{content:"賈"}:root{--canvas: #020505;--canvas-raised: #050a09;--surface-1: #07100f;--surface-2: #0b1513;--surface-3: #12201d;--text: #f5f7f6;--text-secondary: #b9c1c2;--text-tertiary: #858f8f;--pulse: #67f5b5;--pulse-hover: #8affc8;--pulse-deep: #147a55;--signal: #8cebd5;--signal-deep: #237f6d;--profit: #67f5b5;--loss: #ff6f83;--warning: #e8c76a;--border: #29413c;--border-soft: rgb(185 214 207 / 10%);--font-display: "DM Sans", "Manrope", "Segoe UI", sans-serif;--font-ui: "DM Sans", "Manrope", "Segoe UI", sans-serif;--font-data: "IBM Plex Mono", "Consolas", monospace;--container: 1440px;--gutter: clamp(16px, 4vw, 64px);--section-y: clamp(80px, 9vw, 144px);--radius-control: 999px;--radius-card: 18px;--radius-panel: 28px;--shadow-card: 0 30px 90px rgb(0 0 0 / 48%), inset 0 1px rgb(255 255 255 / 4%);--ease: cubic-bezier(.2, .8, .2, 1);--safe-top: env(safe-area-inset-top, 0px);--safe-right: env(safe-area-inset-right, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth;background:var(--canvas);overscroll-behavior-x:none}body{margin:0;min-width:0;min-height:100%;background:var(--canvas);color:var(--text);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;overflow-x:clip;overscroll-behavior-x:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}.container{width:min(100%,calc(var(--container) + var(--gutter) * 2));margin-inline:auto;padding-left:max(var(--gutter),var(--safe-left));padding-right:max(var(--gutter),var(--safe-right))}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-loading{min-height:100dvh;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--text-secondary);background:var(--canvas)}.status-dot{width:7px;height:7px;border-radius:50%;display:inline-block;background:var(--profit);box-shadow:0 0 0 5px #34d69b1a,0 0 20px #34d69b66;animation:status-pulse 1.8s ease-in-out infinite}*:focus-visible{outline:2px solid var(--signal);outline-offset:3px}::selection{background:#ff405f4d;color:#fff}@keyframes status-pulse{50%{opacity:.5;transform:scale(.82)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.button{min-height:52px;border:1px solid transparent;border-radius:var(--radius-control);padding:0 22px;display:inline-flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;font-weight:700;font-size:14px;transition:transform .2s var(--ease),background .2s,border-color .2s,box-shadow .2s}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(1px) scale(.99)}.button:disabled{cursor:not-allowed;opacity:.55;transform:none}.button--primary{background:var(--pulse);color:#16080c;box-shadow:0 12px 38px #ff405f3d}.button--primary:hover{background:var(--pulse-hover);box-shadow:0 16px 44px #ff405f4f}.button--secondary{background:var(--signal);color:#07101b;box-shadow:0 12px 38px #58a6ff2e}.button--ghost{background:#ffffff08;border-color:var(--border);color:var(--text)}.button--ghost:hover{background:#ffffff12;border-color:#40536c}.eyebrow{margin:0 0 24px;color:var(--text-secondary);font:600 11px/1.4 var(--font-data);letter-spacing:.16em;text-transform:uppercase;display:flex;align-items:center;gap:10px}.eyebrow>span{width:26px;height:1px;background:var(--pulse);position:relative}.eyebrow>span:after{content:"";position:absolute;right:0;top:-2px;width:5px;height:5px;border-radius:50%;background:var(--pulse);box-shadow:0 0 10px var(--pulse)}.section-heading{max-width:850px}.section-heading h2{margin-bottom:28px;font:600 clamp(2rem,4.2vw,4.25rem)/1.04 var(--font-display);letter-spacing:-.055em}.section-heading__text{max-width:680px;color:var(--text-secondary);font-size:clamp(1rem,1.2vw,1.16rem);line-height:1.75}.section-heading--center{margin-inline:auto;text-align:center}.accent-text{color:var(--signal)}.site-shell{min-height:100dvh;background:var(--canvas)}.site-shell .button{width:auto;height:auto;min-width:0;min-height:52px;padding:0 22px;border-radius:var(--radius-control);font-size:14px}.site-shell .header-cta{min-height:44px;padding-inline:17px;font-size:12px}.pulse-marketing{min-height:100dvh;background:var(--canvas);overflow:clip}.pulse-marketing section[id]{scroll-margin-top:92px}.site-header{position:fixed;inset:0 0 auto;z-index:50;isolation:isolate;border-bottom:1px solid transparent;transition:background .25s ease,border-color .25s ease,backdrop-filter .25s ease}.site-header--scrolled{background:#05070ce0;border-bottom-color:var(--border-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.site-header__inner{position:relative;z-index:3;height:calc(82px + var(--safe-top));padding-top:var(--safe-top);display:flex;align-items:center;gap:34px}.site-nav{display:flex;align-items:center;gap:26px;margin-left:auto}.site-nav a,.header-login{color:var(--text-secondary);font-size:12px;font-weight:700;transition:color .2s ease}.site-nav a:hover,.header-login:hover{color:var(--text)}.site-header__actions{display:flex;align-items:center;gap:13px}.language-switcher--menu{display:none}.header-login,.menu-toggle{border:0;background:none;cursor:pointer}.header-cta{min-height:44px;padding-inline:17px;font-size:12px}.menu-toggle{display:none;width:44px;height:44px;border-radius:11px;background:var(--surface-2);align-items:center;justify-content:center}.mobile-menu,.mobile-menu__backdrop{display:none}.hero-section{position:relative;min-height:max(100svh,740px);padding:clamp(104px,11vh,132px) 0 clamp(68px,8vh,92px);display:grid;align-items:center;isolation:isolate}.hero-section:before{content:"";position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 72% 38%,rgb(35 83 140 / 11%),transparent 34%),linear-gradient(180deg,#06080d 0%,var(--canvas) 86%)}.hero-section:after{content:"";position:absolute;z-index:-1;top:82px;right:0;bottom:0;left:52%;opacity:.4;pointer-events:none;background-image:linear-gradient(rgb(255 255 255 / 2.5%) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / 2.5%) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:radial-gradient(circle at center,#000,transparent 75%);mask-image:radial-gradient(circle at center,#000,transparent 75%)}.hero-glow{position:absolute;z-index:-1;border-radius:50%;filter:blur(110px);pointer-events:none}.hero-glow--red{width:420px;height:420px;left:-250px;top:170px;background:#ff365f29}.hero-glow--blue{width:520px;height:520px;right:-300px;top:80px;background:#4c9cff1f}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(520px,.78fr) minmax(0,1.22fr);gap:clamp(32px,3vw,52px);align-items:center}.hero-copy{position:relative;z-index:3;padding-block:18px}.hero-copy h1{max-width:700px;margin:0 0 25px;color:var(--text);font:800 clamp(3.65rem,4vw,4.8rem)/.96 var(--font-ui);letter-spacing:-.038em;text-wrap:balance}.hero-title__line{display:block;color:inherit;white-space:nowrap}.hero-title__accent{color:var(--pulse)}.hero-lead{max-width:650px;margin-bottom:30px;color:var(--text-secondary);font-size:clamp(.98rem,1.08vw,1.1rem);line-height:1.72}.hero-actions{display:flex;flex-wrap:wrap;gap:11px}.hero-actions .button--ghost svg{display:inline-block;margin-left:7px}.hero-visual{position:relative;width:100%;min-width:0;margin-right:0}.hero-scroll-cue{position:absolute;z-index:4;left:50%;bottom:max(18px,var(--safe-bottom));min-width:132px;padding:0;display:grid;grid-template-columns:auto 16px 14px;align-items:center;gap:8px;transform:translate(-50%);border:0;background:transparent;color:var(--text-tertiary);cursor:pointer;font:700 9px var(--font-data);letter-spacing:.08em;text-transform:uppercase}.hero-scroll-cue i{width:16px;height:28px;position:relative;display:block;border:1px solid rgb(255 255 255 / 16%);border-radius:999px}.hero-scroll-cue i:after{content:"";position:absolute;width:3px;height:6px;left:50%;top:5px;border-radius:4px;background:var(--pulse);transform:translate(-50%);animation:hero-scroll-beat 2.6s var(--ease) infinite;box-shadow:0 0 9px #ff405f85}.hero-scroll-cue svg{color:var(--signal)}.hero-market-rhythm{position:absolute;z-index:0;inset:auto 0 -1px;height:clamp(164px,18vw,220px);overflow:hidden;opacity:.82;pointer-events:none}.hero-market-rhythm svg{width:100%;height:100%;display:block;overflow:visible}.hero-market-rhythm__area{fill:url(#hero-rhythm-area)}.hero-market-rhythm__track,.hero-market-rhythm__runner,.hero-market-rhythm__runner-glow{fill:none;stroke:url(#hero-rhythm-stroke);stroke-linecap:round;vector-effect:non-scaling-stroke}.hero-market-rhythm__track{stroke-width:1.1;opacity:.26;stroke-dasharray:1;stroke-dashoffset:1;animation:hero-rhythm-reveal 1.45s cubic-bezier(.2,.8,.2,1) .15s forwards}.hero-market-rhythm__runner,.hero-market-rhythm__runner-glow{stroke-dasharray:.085 .915;animation:hero-rhythm-flow 7.8s linear .9s infinite}.hero-market-rhythm__runner{stroke-width:1.8;opacity:.92}.hero-market-rhythm__runner-glow{stroke-width:8;opacity:.14;filter:url(#hero-rhythm-glow)}.hero-market-rhythm__pulse{filter:drop-shadow(0 0 8px rgb(76 156 255 / 72%))}.hero-market-rhythm__pulse{offset-rotate:0deg;animation:hero-rhythm-point 7.8s linear .9s infinite}.hero-market-rhythm__pulse-halo{fill:#4c9cff21;stroke:#4c9cff4d;stroke-width:1;animation:hero-rhythm-beat 2.6s ease-in-out infinite}.hero-market-rhythm__pulse-core{fill:#f7f9fc;stroke:var(--signal);stroke-width:1.5}@keyframes hero-rhythm-reveal{to{stroke-dashoffset:0}}@keyframes hero-rhythm-flow{to{stroke-dashoffset:-1}}@keyframes hero-rhythm-beat{0%,74%,to{opacity:.3}82%{opacity:1}88%{opacity:.42}94%{opacity:.82}}@keyframes hero-rhythm-point{0%{offset-distance:0%}to{offset-distance:100%}}@keyframes hero-scroll-beat{0%,28%{opacity:0;transform:translate(-50%)}55%{opacity:1}to{opacity:0;transform:translate(-50%,11px)}}.trade-context{position:relative;overflow:hidden;padding:72px 0 82px;border:0;background:linear-gradient(118deg,#070a10,#090e16 54%,#07101a);isolation:isolate}.trade-context:before{content:"";position:absolute;z-index:-1;width:620px;height:360px;right:-170px;top:-90px;border-radius:50%;background:#4c9cff17;filter:blur(100px);pointer-events:none}.trade-context:after{content:"";position:absolute;left:50%;bottom:-68px;width:min(920px,72vw);height:136px;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse at center,rgb(88 166 255 / 12%),rgb(255 64 95 / 5%) 36%,transparent 72%);filter:blur(20px);pointer-events:none}.trade-context__grid{display:grid;grid-template-columns:minmax(310px,370px) minmax(0,1fr);align-items:center;gap:clamp(48px,5.3vw,86px)}.trade-context__copy{max-width:370px}.trade-context__label{margin-bottom:17px;display:inline-flex;align-items:center;gap:8px;color:#83bbff;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.trade-context__label svg{color:var(--pulse)}.trade-context__copy h2{margin:0 0 18px;font:800 clamp(2.25rem,3.1vw,3.15rem)/1.02 var(--font-ui);letter-spacing:-.055em}.trade-context__copy>p{margin:0;color:var(--text-secondary);font-size:15px;line-height:1.72}.trade-context__copy>small{margin-top:22px;display:flex;align-items:flex-start;gap:8px;color:#718096;font-size:10px;line-height:1.5}.trade-context__copy>small svg{flex:0 0 auto;margin-top:1px}.trade-context__map{min-width:0}.trade-context__map>header{min-height:56px;padding:0 3px 13px;display:flex;align-items:center;justify-content:space-between;gap:22px;border-bottom:1px solid var(--border-soft)}.trade-context__map>header>div{display:flex;align-items:baseline;gap:10px}.trade-context__map>header strong{font:700 14px var(--font-data)}.trade-context__map>header span{color:var(--text-tertiary);font-size:10px}.trade-context__map>header>small{display:flex;align-items:center;gap:7px;color:var(--text-secondary);font-size:10px;font-weight:700}.trade-context__map>header>small i{width:7px;height:7px;border-radius:50%;background:var(--profit);box-shadow:0 0 12px #34d69b94}.trade-context__route{position:relative;min-height:176px;padding-top:36px;display:grid;grid-template-columns:minmax(0,1fr) 126px;align-items:start;gap:20px}.trade-context__path{position:absolute;z-index:0;left:22px;right:63px;top:11px;width:calc(100% - 85px);height:82px;overflow:visible;pointer-events:none}.trade-context__path-track,.trade-context__path-runner{fill:none;stroke-linecap:round;vector-effect:non-scaling-stroke}.trade-context__path-track{stroke:url(#context-path-gradient);stroke-width:1.35;opacity:.34}.trade-context__path-runner{stroke:#fff;stroke-width:2.2;opacity:.82;stroke-dasharray:.09 .91;animation:context-path-flow 7.6s linear infinite;filter:drop-shadow(0 0 5px rgb(255 64 95 / 48%))}.trade-context__route ol{position:relative;z-index:1;list-style:none;min-width:0;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.7vw,28px)}.trade-context__step{min-width:0}.trade-context__icon{position:relative;width:44px;height:44px;margin-bottom:15px;display:grid;place-items:center;border:1px solid var(--border);border-radius:13px;background:#0b121d;color:var(--signal);box-shadow:0 8px 28px #00000042}.trade-context__icon:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:1px solid currentColor;border-radius:16px;opacity:.08}.trade-context__step--profit .trade-context__icon{color:var(--profit)}.trade-context__step--warning .trade-context__icon{color:var(--warning)}.trade-context__step--pulse .trade-context__icon{color:var(--pulse)}.trade-context__step>div{min-width:0;display:grid;gap:5px}.trade-context__step small{color:var(--text-tertiary);font-size:10px;font-weight:700}.trade-context__step strong{overflow-wrap:anywhere;font-size:14px;line-height:1.25}.trade-context__step>div>span{color:var(--text-tertiary);font-size:10px;line-height:1.4}.trade-context__result{position:relative;z-index:2;width:126px;height:126px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid rgb(255 64 95 / 46%);border-radius:50%;background:radial-gradient(circle at 50% 30%,#ff405f24,#0a1019 66%);text-align:center;transform:translateY(-42px);box-shadow:0 0 44px #ff405f17,inset 0 0 30px #ffffff05}.trade-context__result:before{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border:1px dashed rgb(88 166 255 / 22%);border-radius:50%}.trade-context__result>svg{flex:0 0 auto;color:var(--pulse)}.trade-context__result>div{display:grid;gap:4px}.trade-context__result small{color:#88bdff;font-size:7px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.trade-context__result strong{font-size:10px;line-height:1.35}.reveal-enabled .trade-context__map[data-reveal]:not(.is-visible) .trade-context__step{opacity:0;transform:translateY(10px)}.reveal-enabled .trade-context__map[data-reveal]:not(.is-visible) .trade-context__result{opacity:0;transform:translateY(-30px) scale(.94)}.trade-context__map.is-visible .trade-context__step{animation:context-step-in .48s var(--ease) both}.trade-context__map.is-visible .trade-context__step:nth-child(2){animation-delay:.08s}.trade-context__map.is-visible .trade-context__step:nth-child(3){animation-delay:.16s}.trade-context__map.is-visible .trade-context__step:nth-child(4){animation-delay:.24s}.trade-context__map.is-visible .trade-context__result{animation:context-result-in .55s var(--ease) .32s both}@keyframes context-path-flow{to{stroke-dashoffset:-1}}@keyframes context-step-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes context-result-in{0%{opacity:0;transform:translateY(-30px) scale(.94)}to{opacity:1;transform:translateY(-42px) scale(1)}}.section{position:relative;padding-block:88px}.section-kicker{width:fit-content;min-height:0;margin-bottom:20px;padding:0;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:0;background:none;color:#84bbff;font:700 11px/1.4 var(--font-data);letter-spacing:.08em;text-transform:uppercase}.section-kicker:before{content:"";width:6px;height:6px;flex:0 0 auto;border:1px solid var(--pulse);transform:rotate(45deg);box-shadow:0 0 10px #ff405f52}.section-kicker>svg+*{margin-left:0}.home-section-heading{max-width:870px}.home-section-heading h2,.access-control__heading h2,.workspace-story__copy h2,.product-status h2{margin:0 0 22px;font:800 clamp(2.25rem,3.7vw,3.8rem)/1.04 var(--font-ui);letter-spacing:-.038em;text-wrap:balance}.home-section-heading>p,.access-control__heading>p,.product-status header>p{max-width:720px;margin:0;color:var(--text-secondary);font-size:16px;line-height:1.72}.product-tour{padding-bottom:64px;background:linear-gradient(180deg,var(--canvas),#070b12 48%,var(--canvas))}.product-tour__grid{margin-top:42px;display:grid;grid-template-columns:310px minmax(0,1fr);gap:16px}.product-tour__content{min-height:570px;padding:18px;display:flex;flex-direction:column;border:0;border-radius:18px;background:linear-gradient(140deg,#101925eb,#080d15b8);box-shadow:inset 1px 0 #ff405f2e,inset 0 1px #ffffff0a}.product-tour__tabs{display:grid;gap:5px}.product-tour__tabs button{min-height:48px;padding:0 14px;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--text-tertiary);text-align:left;cursor:pointer;font-size:12px;font-weight:800;transition:color .2s,background .2s,border-color .2s}.product-tour__tabs button:hover{color:var(--text-secondary);background:#ffffff08}.product-tour__tabs button.is-active{color:var(--text);border-color:#ff365f38;background:linear-gradient(90deg,#ff365f1c,#ff365f05);box-shadow:inset 2px 0 var(--pulse)}.product-tour__copy{margin-top:auto;padding:32px 10px 10px;animation:panel-copy-in .28s var(--ease) both}.product-tour__copy h3{margin:0 0 13px;font:800 24px/1.16 var(--font-ui);letter-spacing:-.035em}.product-tour__copy>p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.65}.product-tour__copy ul{list-style:none;margin:25px 0 0;padding:0;display:grid;gap:10px}.product-tour__copy li{display:flex;align-items:center;gap:9px;color:var(--text-secondary);font-size:11px;font-weight:700}.product-tour__copy li svg{color:var(--profit)}.product-tour__visual{min-width:0;animation:panel-visual-in .32s var(--ease) both}.cycle-dashboard{height:570px;overflow:hidden;border:1px solid #25354a;border-radius:18px;background:#090f17;box-shadow:0 28px 70px #0000004d}.cycle-dashboard>header{height:54px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-soft);background:#0c131e}.cycle-dashboard>header>span{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:10px;font-weight:800}.cycle-dashboard>header>span svg{color:var(--signal)}.cycle-dashboard>header>small{color:var(--text-tertiary);font:700 7px var(--font-data);text-transform:uppercase;letter-spacing:.08em}.module-title{min-height:36px;display:flex;align-items:center;justify-content:space-between;color:var(--text-secondary);font-size:9px;font-weight:800}.module-title button{min-height:27px;padding:0 8px;border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--text-tertiary);cursor:pointer;font-size:7px;font-weight:700}.module-title svg{color:var(--signal)}.cycle-dashboard .up{color:var(--profit)!important}.cycle-dashboard .down{color:var(--loss)!important}.cycle-prepare{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(210px,.75fr);grid-template-rows:54px 1fr 1fr;gap:0}.cycle-prepare>header{grid-column:1/-1}.cycle-prepare__calendar{grid-row:2;padding:12px 17px;border-right:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft)}.cycle-prepare__calendar article{min-height:49px;display:grid;grid-template-columns:48px minmax(0,1fr) auto 50px;align-items:center;gap:10px;border-top:1px solid rgb(255 255 255 / 5%)}.cycle-prepare__calendar time{color:var(--text-tertiary);font:700 8px var(--font-data)}.cycle-prepare__calendar article>span{display:grid;gap:3px}.cycle-prepare__calendar article b{font:700 8px var(--font-data)}.cycle-prepare__calendar article small{color:var(--text-tertiary);font-size:8px}.cycle-prepare__calendar article em{color:var(--text-tertiary);font:normal 700 7px var(--font-data);text-align:right}.impact{width:24px;height:4px;display:block;border-radius:4px}.impact--high{background:var(--loss)}.impact--medium{background:var(--warning)}.impact--low{background:var(--profit)}.cycle-prepare__risk{grid-column:2;grid-row:2;padding:12px 17px;border-bottom:1px solid var(--border-soft)}.cycle-prepare__risk .field-row{min-height:36px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgb(255 255 255 / 5%)}.cycle-prepare__risk .field-row span{color:var(--text-tertiary);font-size:8px}.cycle-prepare__risk .field-row b{font:700 8px var(--font-data)}.risk-result{margin-top:8px;padding:12px;display:grid;gap:5px;border:1px solid rgb(52 214 155 / 18%);border-radius:9px;background:#34d69b0d}.risk-result small{color:var(--text-tertiary);font-size:7px}.risk-result strong{color:var(--profit);font:700 18px var(--font-data)}.cycle-prepare__signal{grid-row:3;padding:12px 17px;border-right:1px solid var(--border-soft)}.cycle-prepare__signal>div:not(.module-title){display:flex;align-items:center;justify-content:space-between}.cycle-prepare__signal>div>span{display:grid;gap:2px}.cycle-prepare__signal b{font:700 10px var(--font-data)}.cycle-prepare__signal small{color:var(--text-tertiary);font-size:7px}.cycle-prepare__signal em{padding:6px 8px;border-radius:6px;background:#ffc85714;color:var(--warning);font:normal 700 7px var(--font-data)}.cycle-prepare__signal svg{width:100%;height:72px;margin-top:9px}.cycle-prepare__signal path{fill:none;stroke:var(--signal);stroke-width:2;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 5px rgb(76 156 255 / 25%))}.cycle-prepare__plan{grid-column:2;grid-row:3;padding:12px 17px;display:grid;grid-template-columns:74px 1fr;align-items:center;gap:13px}.cycle-prepare__plan .module-title{grid-column:1/-1}.plan-ring{width:68px;height:68px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(var(--signal) 0 62%,var(--surface-3) 62%);position:relative}.plan-ring:after{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:inherit;background:#0a1018}.plan-ring span{position:relative;z-index:1;font:700 12px var(--font-data)}.cycle-prepare__plan>div:last-child{display:grid;gap:5px}.cycle-prepare__plan b{font-size:10px}.cycle-prepare__plan small{color:var(--text-tertiary);font-size:8px;line-height:1.5}.cycle-trade{display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-template-rows:54px 1fr 48px}.cycle-trade>header,.cycle-trade>footer{grid-column:1/-1}.cycle-trade__chart{position:relative;min-width:0;padding:14px 18px 0;border-right:1px solid var(--border-soft)}.trade-chart-head{display:flex;justify-content:space-between;align-items:center}.trade-chart-head>span{display:grid;gap:2px}.trade-chart-head b{font:700 9px var(--font-data)}.trade-chart-head small{color:var(--text-tertiary);font-size:7px}.trade-chart-head>div{display:flex;gap:3px}.trade-chart-head button{min-width:31px;height:27px;border:1px solid transparent;border-radius:5px;background:transparent;color:var(--text-tertiary);font:700 7px var(--font-data)}.trade-chart-head button.is-active{color:var(--signal);border-color:#4c9cff38;background:#4c9cff12}.trade-chart-price{margin-top:15px;display:flex;align-items:end;gap:8px}.trade-chart-price strong{font:700 20px var(--font-data)}.trade-chart-price em{color:var(--profit);font:normal 700 8px var(--font-data)}.cycle-trade__chart>svg{position:absolute;top:92px;right:0;bottom:0;left:0;width:100%;height:calc(100% - 92px)}.trade-grid line{stroke:#ffffff0a}.trade-area{fill:#4c9cff0f}.trade-line{fill:none;stroke:var(--signal);stroke-width:2;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 5px rgb(76 156 255 / 28%))}.cycle-trade__ticket{padding:14px}.ticket-direction{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:11px}.ticket-direction button{min-height:38px;border:1px solid var(--border);border-radius:7px;background:transparent;display:flex;align-items:center;justify-content:center;gap:5px;font-size:8px;font-weight:800}.ticket-direction .buy.is-active{color:#06120e;border-color:var(--profit);background:var(--profit)}.ticket-direction .sell{color:var(--loss)}.cycle-trade__ticket .field-row{min-height:45px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-soft)}.cycle-trade__ticket .field-row span{color:var(--text-tertiary);font-size:8px}.cycle-trade__ticket .field-row b{font:700 8px var(--font-data)}.ticket-submit{width:100%;min-height:42px;margin-top:18px;border:0;border-radius:8px;background:var(--pulse);color:#19080c;font-size:9px;font-weight:800}.cycle-trade__ticket>small{display:block;margin-top:8px;color:var(--text-tertiary);font-size:6px;line-height:1.45}.cycle-trade>footer{padding:0 17px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border-soft);background:#0b111a;color:var(--text-tertiary);font-size:8px}.cycle-trade>footer span{display:flex;align-items:center;gap:7px}.cycle-trade>footer b{color:var(--text-secondary);font:700 8px var(--font-data)}.cycle-control{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(190px,.65fr);grid-template-rows:54px 108px 1fr}.cycle-control>header,.cycle-control__summary{grid-column:1/-1}.cycle-control>header small{display:flex;align-items:center;gap:5px;color:var(--profit)}.cycle-control__summary{padding:13px 17px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border-bottom:1px solid var(--border-soft)}.cycle-control__summary article{padding:11px 13px;display:grid;grid-template-columns:1fr auto;gap:4px;border:1px solid var(--border-soft);border-radius:9px;background:#ffffff05}.cycle-control__summary small{grid-column:1/-1;color:var(--text-tertiary);font-size:7px}.cycle-control__summary strong{font:700 15px var(--font-data)}.cycle-control__summary em,.cycle-control__summary span{align-self:end;color:var(--text-tertiary);font:normal 700 7px var(--font-data)}.cycle-control__positions{padding:14px 17px;border-right:1px solid var(--border-soft)}.position-row{min-height:56px;display:grid;grid-template-columns:.9fr 1fr .8fr .8fr 56px;align-items:center;gap:8px;border-top:1px solid rgb(255 255 255 / 5%);font-size:8px}.position-row--head{min-height:34px;color:var(--text-tertiary);font-size:7px}.position-row b,.position-row span{font:700 8px var(--font-data)}.position-row em{font:normal 700 8px var(--font-data)}.position-row button{min-height:27px;border:1px solid var(--border);border-radius:6px;background:transparent;color:var(--text-secondary);font-size:7px}.cycle-control__team{padding:14px 17px}.team-stack{display:flex;margin:16px 0 20px}.team-stack i{width:34px;height:34px;margin-left:-6px;display:grid;place-items:center;border:2px solid #0a1018;border-radius:50%;background:var(--surface-3);color:var(--text-secondary);font:normal 700 8px var(--font-data)}.team-stack i:first-child{margin-left:0;background:#ff365f33;color:#ff8ba1}.cycle-control__team p{color:var(--text-secondary);font-size:9px;line-height:1.5}.cycle-control__team p b{color:var(--text)}.cycle-control__team>span{display:flex;align-items:center;gap:6px;color:var(--text-tertiary);font-size:7px}.cycle-review{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(210px,.75fr);grid-template-rows:54px 92px 1fr}.cycle-review>header,.cycle-review__stats{grid-column:1/-1}.cycle-review__stats{padding:12px 17px;display:grid;grid-template-columns:repeat(4,1fr);gap:7px;border-bottom:1px solid var(--border-soft)}.cycle-review__stats article{padding:8px 11px;display:grid;gap:4px;border:1px solid var(--border-soft);border-radius:8px}.cycle-review__stats small{color:var(--text-tertiary);font-size:7px}.cycle-review__stats b{font:700 13px var(--font-data)}.cycle-review__history{padding:14px 17px;border-right:1px solid var(--border-soft)}.history-row{min-height:52px;display:grid;grid-template-columns:55px .75fr 1.2fr .7fr;align-items:center;gap:8px;border-top:1px solid rgb(255 255 255 / 5%);font-size:8px}.history-row--head{min-height:34px;color:var(--text-tertiary);font-size:7px}.history-row time{color:var(--text-tertiary);font:700 7px var(--font-data)}.history-row b{font:700 8px var(--font-data)}.history-row em{font:normal 700 8px var(--font-data);text-align:right}.cycle-review__journal{padding:14px 17px}.journal-tag{width:fit-content;margin:14px 0;padding:6px 8px;display:block;border-radius:6px;background:#34d69b12;color:var(--profit);font:700 7px var(--font-data)}.cycle-review__journal h4{margin:13px 0 5px;font-size:9px}.cycle-review__journal p{margin:0;color:var(--text-tertiary);font-size:8px;line-height:1.5}.cycle-review__journal>button{min-height:32px;margin-top:16px;padding:0 11px;border:1px solid var(--border);border-radius:7px;background:transparent;color:var(--text-secondary);font-size:8px;font-weight:700}.cycle-grow{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(210px,.75fr);grid-template-rows:54px 135px 1fr}.cycle-grow>header,.cycle-grow__profile{grid-column:1/-1}.cycle-grow__profile{padding:17px;display:grid;grid-template-columns:76px 1fr;align-items:center;gap:15px;border-bottom:1px solid var(--border-soft)}.profile-level{width:72px;height:72px;display:grid;place-items:center;border:1px solid rgb(255 54 95 / 28%);border-radius:50%;background:radial-gradient(circle,rgb(255 54 95 / 13%),transparent 70%)}.profile-level span{color:var(--pulse);font:800 24px var(--font-ui)}.cycle-grow__profile>div:last-child{display:grid;gap:5px}.cycle-grow__profile small,.cycle-grow__profile>div:last-child>span{color:var(--text-tertiary);font-size:7px}.cycle-grow__profile strong{font:700 17px var(--font-data)}.level-track{max-width:380px;height:6px;overflow:hidden;border-radius:9px;background:var(--surface-3)}.level-track i{width:64%;height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--pulse),var(--signal))}.cycle-grow__learning{padding:14px 17px;border-right:1px solid var(--border-soft)}.cycle-grow__learning article{min-height:57px;display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:9px;border-top:1px solid rgb(255 255 255 / 5%)}.cycle-grow__learning article>i{width:28px;height:28px;display:grid;place-items:center;border-radius:7px;background:#4c9cff14;color:var(--signal)}.cycle-grow__learning article>span{display:grid;gap:3px}.cycle-grow__learning b{font-size:9px}.cycle-grow__learning small{color:var(--text-tertiary);font-size:7px}.cycle-grow__learning em{color:var(--text-secondary);font:normal 700 8px var(--font-data)}.cycle-grow__tasks{padding:14px 17px}.cycle-grow__tasks label{min-height:43px;display:flex;align-items:center;gap:8px;border-top:1px solid rgb(255 255 255 / 5%);color:var(--text-secondary);font-size:8px}.cycle-grow__tasks input{accent-color:var(--pulse)}.cycle-grow__tasks>button{width:100%;min-height:34px;margin-top:15px;border:1px solid var(--border);border-radius:7px;background:#4c9cff0f;color:var(--signal);font-size:8px;font-weight:800}@keyframes panel-copy-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes panel-visual-in{0%{opacity:.25;transform:translate(10px)}to{opacity:1;transform:none}}.workspace-stories{position:relative;padding:0 0 96px;background:radial-gradient(circle at 12% 28%,rgb(88 166 255 / 5%),transparent 29%),radial-gradient(circle at 86% 78%,rgb(255 64 95 / 5%),transparent 30%)}.workspace-story{position:relative;min-height:560px;padding-block:92px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:clamp(48px,6vw,96px);align-items:center;border:0}.workspace-story:first-child{padding-top:64px}.workspace-story+.workspace-story:before{content:"";position:absolute;width:min(840px,62vw);height:110px;left:50%;top:-55px;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse at center,rgb(88 166 255 / 8%),transparent 68%);filter:blur(18px);pointer-events:none}.workspace-story--reverse .workspace-story__visual{order:2}.workspace-story--reverse .workspace-story__copy{order:1}.workspace-story__visual{min-width:0}.workspace-story__copy h2{font-size:clamp(2.15rem,3.25vw,3.45rem)}.workspace-story__copy>p{margin:0;color:var(--text-secondary);font-size:15px;line-height:1.72}.workspace-story__copy ul{list-style:none;margin:27px 0 0;padding:0;display:grid;gap:11px}.workspace-story__copy li{display:flex;align-items:center;gap:9px;color:var(--text-secondary);font-size:12px;font-weight:700}.workspace-story__copy li svg{color:var(--profit)}.chart-workbench,.review-workbench{min-height:430px;overflow:hidden;border:1px solid #293a52;border-radius:16px;background:#090f17;box-shadow:0 30px 72px #00000057}.chart-workbench>header,.review-workbench>header{height:56px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-soft);background:#0c131e}.chart-workbench>header>span{display:grid;gap:2px}.chart-workbench>header b{font:700 9px var(--font-data)}.chart-workbench>header small{color:var(--text-tertiary);font-size:7px}.chart-workbench>header>div{display:flex;gap:4px}.chart-workbench>header button,.review-workbench>header button{min-width:32px;height:30px;padding:0 8px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--text-tertiary);font:700 7px var(--font-data)}.chart-workbench>header button.is-active{color:var(--signal);border-color:#4c9cff38;background:#4c9cff12}.chart-workbench__body{height:374px;display:grid;grid-template-columns:46px 1fr}.chart-workbench__body>aside{padding:10px 7px;display:grid;align-content:start;gap:6px;border-right:1px solid var(--border-soft)}.chart-workbench__body>aside button{width:31px;height:31px;display:grid;place-items:center;border:1px solid transparent;border-radius:7px;background:transparent;color:var(--text-tertiary)}.chart-workbench__body>aside button.is-active{color:var(--signal);border-color:#4c9cff38;background:#4c9cff12}.chart-workbench__canvas{position:relative;min-width:0;overflow:hidden}.chart-workbench__price{position:absolute;z-index:2;top:17px;left:18px;display:flex;align-items:end;gap:8px}.chart-workbench__price span{font:700 20px var(--font-data)}.chart-workbench__price em{color:var(--profit);font:normal 700 8px var(--font-data)}.chart-workbench__canvas>svg{position:absolute;top:18px;right:0;bottom:0;left:0;width:100%;height:calc(100% - 18px)}.workbench-grid line{stroke:#ffffff0a}.workbench-area{fill:#4c9cff0f}.workbench-line{fill:none;stroke:var(--signal);stroke-width:2;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 5px rgb(76 156 255 / 27%))}.workbench-candles .is-up line,.workbench-candles .is-up rect{stroke:var(--profit);fill:var(--profit)}.workbench-candles .is-down line,.workbench-candles .is-down rect{stroke:var(--loss);fill:var(--loss)}.workbench-candles line{stroke-width:2;vector-effect:non-scaling-stroke}.chart-workbench__indicator{position:absolute;left:16px;bottom:14px;padding:7px 8px;display:flex;gap:13px;border:1px solid rgb(255 54 95 / 18%);border-radius:6px;background:#ff365f0f;color:var(--pulse);font:700 7px var(--font-data)}.chart-workbench__indicator b{color:var(--text-secondary)}.review-workbench>header>span{display:flex;align-items:center;gap:7px;color:var(--text-secondary);font-size:9px;font-weight:800}.review-workbench>header>span svg{color:var(--signal)}.review-workbench>header button{border-color:var(--border)}.review-workbench__stats{height:80px;padding:11px 16px;display:grid;grid-template-columns:repeat(3,1fr);gap:7px;border-bottom:1px solid var(--border-soft)}.review-workbench__stats>span{padding:9px 11px;display:grid;gap:3px;border:1px solid var(--border-soft);border-radius:8px}.review-workbench__stats small{color:var(--text-tertiary);font-size:7px}.review-workbench__stats b{font:700 13px var(--font-data)}.review-workbench__body{min-height:294px;display:grid;grid-template-columns:1.25fr .75fr}.review-workbench__history{padding:15px;border-right:1px solid var(--border-soft)}.review-workbench__history>div,.review-workbench__history>article{min-height:50px;display:grid;grid-template-columns:.75fr 1.2fr .7fr;align-items:center;gap:8px;border-bottom:1px solid rgb(255 255 255 / 5%);font-size:8px}.review-workbench__history>div{min-height:32px;color:var(--text-tertiary);font-size:7px}.review-workbench__history b{font:700 8px var(--font-data)}.review-workbench__history em{font:normal 700 8px var(--font-data);text-align:right}.review-workbench__history em.up{color:var(--profit)}.review-workbench__history em.down{color:var(--loss)}.review-workbench__body>aside{padding:17px}.review-workbench__body>aside>span{display:flex;align-items:center;gap:6px;color:var(--signal);font-size:9px;font-weight:800}.review-workbench__body>aside>small{display:block;margin:15px 0;color:var(--profit);font:700 7px var(--font-data)}.review-workbench__body h4{margin:13px 0 5px;font-size:9px}.review-workbench__body p{margin:0;color:var(--text-tertiary);font-size:8px;line-height:1.55}.access-control{padding-top:78px;background:linear-gradient(180deg,var(--canvas),#070b12,var(--canvas))}.access-control__heading{max-width:850px}.access-control__rail{margin-top:48px;display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-template-rows:repeat(2,minmax(145px,1fr));gap:12px;border:0;border-radius:0;overflow:visible;background:transparent}.access-control__rail article{min-height:0;padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:28px;border:1px solid rgb(255 255 255 / 7%);border-radius:16px;background:linear-gradient(145deg,#0f1723eb,#080d15b8);box-shadow:inset 0 1px #ffffff0a}.access-control__rail article:first-child{grid-row:1 / 3;background:radial-gradient(circle at 20% 10%,rgb(255 64 95 / 10%),transparent 48%),linear-gradient(145deg,#101722,#080d15)}.access-control__rail article:last-child{grid-column:2 / 4;flex-direction:row;align-items:center}.access-control__rail article>svg{color:var(--profit)}.access-control__rail h3{margin:0 0 9px;font-size:15px}.access-control__rail p{margin:0;color:var(--text-tertiary);font-size:11px;line-height:1.6}.access-control__note{margin:15px 0 0;display:flex;align-items:center;gap:7px;color:var(--text-tertiary);font-size:9px}.access-control__note svg{color:var(--warning)}.faq-section{background:var(--canvas)}.faq-grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(50px,7vw,100px);align-items:start}.faq-list{display:grid;gap:10px;border:0}.faq-item{overflow:hidden;border:1px solid transparent;border-radius:14px;background:#ffffff05;transition:background .25s,border-color .25s,box-shadow .25s}.faq-item.is-open{border-color:#58a6ff21;background:linear-gradient(90deg,#58a6ff12,#ffffff05);box-shadow:inset 2px 0 var(--pulse)}.faq-item>button{width:100%;min-height:76px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:0;background:none;cursor:pointer;text-align:left}.faq-item>button>span{color:var(--text-secondary);font-size:13px;font-weight:800;transition:color .2s}.faq-item>button:hover>span,.faq-item.is-open>button>span{color:var(--text)}.faq-item>button svg{flex:0 0 auto;color:var(--signal);transition:transform .25s var(--ease)}.faq-item.is-open>button svg{transform:rotate(45deg)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s var(--ease)}.faq-answer>p{max-width:690px;overflow:hidden;margin:0;padding-inline:18px;color:var(--text-secondary);font-size:13px;line-height:1.7}.faq-item.is-open .faq-answer{grid-template-rows:1fr}.faq-item.is-open .faq-answer>p{padding-bottom:26px}.final-cta{position:relative;padding:100px 0;overflow:hidden;border:0;background:#070a10}.final-cta:before{content:"";position:absolute;width:580px;height:580px;left:-310px;top:-200px;border-radius:50%;background:#ff365f21;filter:blur(120px)}.final-cta:after{content:"";position:absolute;width:500px;height:500px;right:-270px;bottom:-300px;border-radius:50%;background:#4c9cff1a;filter:blur(120px)}.final-cta__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:clamp(50px,8vw,120px);align-items:center}.final-cta__copy h2{margin:0 0 22px;font:800 clamp(2.4rem,4vw,4rem)/1.04 var(--font-ui);letter-spacing:-.038em}.final-cta__copy>p{max-width:650px;margin:0 0 28px;color:var(--text-secondary);font-size:14px;line-height:1.72}.final-cta__copy>div{display:flex;flex-wrap:wrap;gap:10px}.final-cta__ecosystem{padding:18px;border:1px solid #2a3a51;border-radius:16px;background:#0a1018e0;box-shadow:0 28px 70px #00000052}.final-cta__ecosystem>header{min-height:43px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-soft)}.final-cta__ecosystem>header span{font-size:11px;font-weight:800}.final-cta__ecosystem>header small{color:var(--signal);font:700 7px var(--font-data);text-transform:uppercase}.ecosystem-core{margin:15px 0 10px;padding:15px;display:grid;gap:7px;border:1px solid rgb(52 214 155 / 16%);border-radius:10px;background:#34d69b0d}.ecosystem-core span{display:flex;align-items:center;gap:6px;color:var(--profit);font-size:8px;font-weight:800}.ecosystem-core b{font-size:12px}.ecosystem-modules{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.ecosystem-modules>span{min-height:52px;padding:8px;display:flex;align-items:center;gap:7px;border:1px solid var(--border-soft);border-radius:9px;color:var(--text-secondary);font-size:9px;font-weight:700}.ecosystem-modules svg{color:var(--signal)}.final-cta__ecosystem>p{margin:14px 0 0;color:var(--text-tertiary);font-size:9px;line-height:1.55}.site-footer{padding:66px 0 calc(25px + var(--safe-bottom));border:0;background:#030509}.site-footer__main{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:55px}.site-footer__brand p{max-width:390px;margin:22px 0 0;color:var(--text-tertiary);font-size:12px;line-height:1.7}.site-footer__main h3{margin:0 0 18px;color:var(--text-tertiary);font:700 8px var(--font-data);text-transform:uppercase;letter-spacing:.12em}.site-footer__main>div:not(:first-child){display:flex;flex-direction:column;gap:11px}.site-footer__main a,.site-footer__main span{color:var(--text-secondary);font-size:11px;line-height:1.5}.site-footer__main a:hover{color:var(--text)}.risk-notice{margin-top:52px;padding-top:25px;display:grid;grid-template-columns:175px 1fr;gap:25px;border-top:1px solid var(--border-soft)}.risk-notice b{color:var(--warning);font:700 8px var(--font-data);text-transform:uppercase;letter-spacing:.1em}.risk-notice p{margin:0;color:var(--text-tertiary);font-size:10px;line-height:1.7}.site-footer__bottom{margin-top:30px;padding-top:20px;display:flex;justify-content:space-between;border-top:1px solid var(--border-soft);color:#566276;font:700 8px var(--font-data)}.reveal-enabled [data-reveal]{opacity:0;transform:translateY(18px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.reveal-enabled [data-reveal].is-visible{opacity:1;transform:none}@media(hover:hover)and (pointer:fine){.cycle-dashboard button:hover,.chart-workbench button:hover{transform:translateY(-1px)}.pulse-marketing button[aria-disabled=true]:hover{transform:none}}.pulse-marketing button[aria-disabled=true]{cursor:default}.landing-v2{--bd-line: rgb(125 255 199 / 16%);--bd-panel: rgb(6 18 15 / 72%);background:#020706}.landing-v2 .container{width:min(calc(100% - var(--gutter) * 2),1500px)}.landing-v2 main{overflow:clip}.landing-v2 section[id]{scroll-margin-top:90px}.landing-v2 h1,.landing-v2 h2,.landing-v2 h3{text-wrap:balance}.bd-eyebrow{min-height:25px;display:inline-flex;align-items:center;gap:10px;color:#a5b8b1;font:600 9px var(--font-data);letter-spacing:.12em;text-transform:uppercase}.bd-eyebrow>i{width:6px;height:6px;border-radius:50%;background:var(--pulse);box-shadow:0 0 14px #67f5b5cc}.bd-eyebrow>b{margin-left:8px;padding-left:17px;border-left:1px solid rgb(255 255 255 / 13%);color:#4c6b60;font-weight:600}.bd-hero{position:relative;min-height:100svh;padding:clamp(124px,14vh,168px) 0 72px;display:flex;align-items:center;isolation:isolate}.bd-hero:after{content:"";position:absolute;z-index:-3;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#020706,#03100c 62%,#020706)}.bd-hero__aurora{position:absolute;z-index:-2;width:min(980px,72vw);height:680px;right:-18%;top:4%;border-radius:50%;background:radial-gradient(circle,rgb(62 255 171 / 16%),rgb(21 115 79 / 6%) 43%,transparent 70%);filter:blur(32px);pointer-events:none}.bd-hero__mesh{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:43%;opacity:.5;background-image:linear-gradient(rgb(106 255 188 / 4%) 1px,transparent 1px),linear-gradient(90deg,rgb(106 255 188 / 4%) 1px,transparent 1px);background-size:62px 62px;-webkit-mask-image:radial-gradient(ellipse at 65% 45%,#000 0%,transparent 70%);mask-image:radial-gradient(ellipse at 65% 45%,#000 0%,transparent 70%);pointer-events:none}.bd-hero__grid{display:grid;grid-template-columns:minmax(520px,.88fr) minmax(460px,1.12fr);gap:clamp(48px,6vw,110px);align-items:center}.bd-hero__copy{position:relative;z-index:2}.bd-hero__copy h1{max-width:760px;margin:29px 0 28px;font:700 clamp(4.4rem,6.2vw,7.2rem)/.88 var(--font-display);letter-spacing:-.075em}.bd-hero__copy h1 span,.bd-hero__copy h1 em{display:block}.bd-hero__copy h1 em{color:var(--pulse);font-style:normal}.bd-hero__copy>p{max-width:660px;margin:0 0 34px;color:#9daea8;font-size:clamp(15px,1.2vw,18px);line-height:1.72}.bd-hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px}.bd-hero__actions .button,.bd-final__actions .button{min-height:56px;padding-inline:25px;gap:11px}.bd-text-button{min-height:48px;padding:0 4px;display:inline-flex;align-items:center;gap:8px;border:0;background:none;color:#c5d1cd;cursor:pointer;font:700 13px var(--font-ui)}.bd-text-button svg{color:var(--pulse);transition:transform .2s ease}.bd-text-button:hover svg{transform:translate(3px,3px)}.bd-hero__proof{margin-top:48px;padding-top:22px;display:flex;align-items:center;gap:22px;border-top:1px solid var(--bd-line)}.bd-hero__proof span{display:inline-flex;align-items:center;gap:8px;color:#71887f;font-size:9px;font-weight:700}.bd-hero__proof svg{color:var(--pulse)}.bd-hero__visual{min-width:0}.bd-orbit{position:relative;width:min(100%,720px);aspect-ratio:1.08;margin-inline:auto}.bd-orbit:before{content:"";position:absolute;top:8%;right:8%;bottom:8%;left:8%;border:1px solid rgb(103 245 181 / 8%);border-radius:50%;box-shadow:inset 0 0 90px #32da910d,0 0 100px #32da910a}.bd-orbit__halo{position:absolute;left:50%;top:50%;border:1px solid rgb(119 255 198 / 17%);border-radius:50%;transform:translate(-50%,-50%);animation:bd-orbit-spin 22s linear infinite}.bd-orbit__halo:after{content:"";position:absolute;width:7px;height:7px;left:50%;top:-4px;border-radius:50%;background:var(--pulse);box-shadow:0 0 17px var(--pulse)}.bd-orbit__halo--one{width:48%;aspect-ratio:1}.bd-orbit__halo--two{width:69%;aspect-ratio:1;border-style:dashed;animation-direction:reverse;animation-duration:32s}.bd-orbit__halo--two:after{left:12%;top:12%;background:#4d9077;box-shadow:none}.bd-orbit__halo--three{width:90%;aspect-ratio:1;opacity:.45;animation-duration:44s}.bd-orbit__chart{position:absolute;z-index:2;inset:16% 0 auto;width:100%;height:66%;overflow:visible}.bd-orbit__area{fill:url(#orbit-area)}.bd-orbit__line{fill:none;stroke:url(#orbit-line);stroke-width:2.2;filter:url(#orbit-glow);stroke-dasharray:1200;stroke-dashoffset:1200;animation:bd-line-in 1.8s var(--ease) .3s forwards}.bd-orbit__point{fill:#d6ffed;stroke:var(--pulse);stroke-width:2;filter:url(#orbit-glow);animation:bd-point 2s ease-in-out infinite}.bd-orbit__core{position:absolute;z-index:3;left:50%;top:50%;width:116px;aspect-ratio:1;display:grid;place-content:center;justify-items:center;gap:3px;transform:translate(-50%,-50%);border:1px solid rgb(103 245 181 / 32%);border-radius:50%;background:#020c09db;box-shadow:0 0 0 12px #67f5b508,0 0 55px #53efa929;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bd-orbit__core svg{color:var(--pulse)}.bd-orbit__core span{color:#dfffee;font:700 12px var(--font-data);letter-spacing:.13em}.bd-orbit__core b{color:var(--pulse);font:600 8px var(--font-data)}.bd-orbit__tag{position:absolute;z-index:4;min-height:30px;padding:0 13px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgb(103 245 181 / 20%);border-radius:999px;background:#020c09c2;color:#8caaa0;font:600 8px var(--font-data);letter-spacing:.08em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bd-orbit__tag i{width:5px;height:5px;border-radius:50%;background:var(--pulse);box-shadow:0 0 10px var(--pulse)}.bd-orbit__tag--top{right:4%;top:21%}.bd-orbit__tag--bottom{left:7%;bottom:20%;color:var(--pulse)}.bd-hero__scroll{position:absolute;left:var(--gutter);bottom:30px;display:inline-flex;align-items:center;gap:12px;color:#496258;font:600 8px var(--font-data);letter-spacing:.14em;writing-mode:vertical-rl}.bd-hero__scroll svg{color:var(--pulse)}.bd-section-head{margin-bottom:54px;display:grid;grid-template-columns:minmax(240px,.42fr) minmax(0,1fr);gap:56px;align-items:start}.bd-section-head>div{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(300px,1fr);gap:54px;align-items:end}.bd-section-head h2{margin:0;font:700 clamp(2.5rem,4vw,4.6rem)/.97 var(--font-display);letter-spacing:-.055em}.bd-section-head p{max-width:570px;margin:0;color:#84978f;font-size:15px;line-height:1.75}.bd-pillars{padding:clamp(92px,10vw,150px) 0;border-top:1px solid var(--bd-line);background:linear-gradient(180deg,#020706,#04100d 50%,#020706)}.bd-pillars__grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--bd-line);border-bottom:1px solid var(--bd-line)}.bd-pillars__grid article{min-height:440px;padding:clamp(28px,3vw,46px);display:flex;flex-direction:column;border-right:1px solid var(--bd-line);background:linear-gradient(145deg,rgb(10 31 24 / 48%),transparent 72%);transition:background .3s ease,transform .3s ease}.bd-pillars__grid article:last-child{border-right:0}.bd-pillars__grid article:hover{background:linear-gradient(145deg,#12362894,#040e0b38);transform:translateY(-5px)}.bd-pillars__grid article>header{display:flex;align-items:center;justify-content:space-between;color:#4c6b60;font:600 10px var(--font-data)}.bd-pillars__grid article>header svg{color:var(--pulse)}.bd-pillars__grid article>small{margin-top:auto;color:var(--pulse);font:600 9px var(--font-data);letter-spacing:.1em;text-transform:uppercase}.bd-pillars__grid h3{max-width:360px;margin:14px 0 17px;font:700 clamp(1.7rem,2.4vw,2.55rem)/1.05 var(--font-display);letter-spacing:-.035em}.bd-pillars__grid p{max-width:390px;margin:0;color:#7f928b;font-size:13px;line-height:1.68}.bd-pillars__grid footer{margin-top:30px;display:flex;flex-wrap:wrap;gap:7px}.bd-pillars__grid footer span{min-height:27px;padding:0 10px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgb(103 245 181 / 12%);border-radius:99px;color:#859991;font-size:8px;font-weight:700}.bd-pillars__grid footer svg{color:var(--pulse)}.bd-flow{padding:clamp(90px,10vw,150px) 0;background:#020706}.bd-flow__grid{display:grid;grid-template-columns:minmax(330px,.72fr) minmax(540px,1.28fr);gap:clamp(60px,10vw,170px);align-items:center}.bd-flow__copy h2{max-width:650px;margin:30px 0 23px;font:700 clamp(2.8rem,4.4vw,5rem)/.94 var(--font-display);letter-spacing:-.06em}.bd-flow__copy>p{max-width:560px;margin:0 0 30px;color:#83968e;font-size:15px;line-height:1.75}.bd-flow__copy .button{gap:10px}.bd-flow__route{position:relative;border-top:1px solid var(--bd-line)}.bd-flow__route article{position:relative;min-height:112px;padding:25px 8px;display:grid;grid-template-columns:36px 45px minmax(0,1fr);align-items:center;gap:14px;border-bottom:1px solid var(--bd-line)}.bd-flow__route article>span{color:#405b51;font:600 9px var(--font-data)}.bd-flow__route article>svg{width:39px;height:39px;padding:10px;border:1px solid rgb(103 245 181 / 17%);border-radius:50%;color:var(--pulse)}.bd-flow__route h3{margin:0 0 6px;font-size:18px}.bd-flow__route p{margin:0;color:#788b83;font-size:11px}.bd-flow__route article>i{position:absolute;left:63px;bottom:-10px;z-index:2;width:1px;height:20px;background:var(--pulse);box-shadow:0 0 10px var(--pulse)}.bd-final{position:relative;padding:clamp(96px,11vw,170px) 0;overflow:hidden;border-top:1px solid var(--bd-line);background:#04100c;isolation:isolate}.bd-final__glow{position:absolute;z-index:-1;width:820px;height:820px;right:-160px;top:-260px;border-radius:50%;background:radial-gradient(circle,rgb(79 255 179 / 15%),transparent 67%);filter:blur(20px)}.bd-final__grid{display:grid;grid-template-columns:minmax(520px,1fr) minmax(420px,.72fr);gap:clamp(70px,10vw,160px);align-items:center}.bd-final h2{max-width:760px;margin:28px 0 22px;font:700 clamp(3.2rem,5.2vw,6.1rem)/.92 var(--font-display);letter-spacing:-.065em}.bd-final p{max-width:630px;margin:0 0 32px;color:#8da097;font-size:15px;line-height:1.75}.bd-final__actions{display:flex;flex-wrap:wrap;gap:11px}.bd-final aside{min-height:430px;padding:34px;display:grid;grid-template-columns:1fr;align-items:center;border:1px solid rgb(103 245 181 / 16%);border-radius:50% 50% 24px 24px;background:linear-gradient(180deg,#0f3023b3,#030e0ad6);box-shadow:inset 0 1px #ffffff0a,0 30px 100px #0000004d}.bd-final__radar{position:relative;width:190px;aspect-ratio:1;margin:0 auto;display:grid;place-items:center;border:1px dashed rgb(103 245 181 / 24%);border-radius:50%}.bd-final__radar:before,.bd-final__radar:after{content:"";position:absolute;top:22px;right:22px;bottom:22px;left:22px;border:1px solid rgb(103 245 181 / 13%);border-radius:50%}.bd-final__radar:after{top:53px;right:53px;bottom:53px;left:53px;background:#67f5b50d}.bd-final__radar>span{position:relative;z-index:2;display:grid;justify-items:center}.bd-final__radar svg{color:var(--pulse)}.bd-final__radar b{margin-top:7px;font:800 17px var(--font-ui);letter-spacing:.05em}.bd-final__radar small{color:var(--pulse);font:700 10px var(--font-ui);letter-spacing:.18em}.bd-final__facts{display:grid;grid-template-columns:1fr;gap:7px}.bd-final__facts span{min-height:37px;padding:0 13px;display:flex;align-items:center;gap:9px;border-top:1px solid rgb(103 245 181 / 10%);color:#899e95;font-size:9px;font-weight:700}.bd-final__facts svg{color:var(--pulse)}@keyframes bd-orbit-spin{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes bd-line-in{to{stroke-dashoffset:0}}@keyframes bd-point{50%{opacity:.45;r:9px}}.landing-v3{--nx-line: rgb(109 241 177 / 15%);--nx-muted: #8b9d96;background:#020706}.landing-v3 main{overflow:clip}.landing-v3 .container{width:min(calc(100% - var(--gutter) * 2),1420px)}.landing-v3 section[id]{scroll-margin-top:96px}.landing-v3 h1,.landing-v3 h2,.landing-v3 h3{text-wrap:balance}.landing-v3 .button .bi{font-size:15px;line-height:1}.nx-kicker{display:inline-flex;align-items:center;gap:10px;color:#8ba097;font:600 10px var(--font-data);letter-spacing:.11em;text-transform:uppercase}.nx-kicker>i{display:grid;place-items:center;color:var(--pulse);font-size:15px}.nx-hero{position:relative;min-height:max(100svh,780px);padding:clamp(134px,15vh,178px) 0 0;display:flex;flex-direction:column;isolation:isolate;background:radial-gradient(circle at 50% 30%,rgb(42 159 111 / 10%),transparent 34%),#020706}.nx-hero__noise{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;opacity:.42;background-image:linear-gradient(rgb(123 255 193 / 3.5%) 1px,transparent 1px),linear-gradient(90deg,rgb(123 255 193 / 3.5%) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:radial-gradient(ellipse at 50% 45%,#000,transparent 72%);mask-image:radial-gradient(ellipse at 50% 45%,#000,transparent 72%)}.nx-hero__inner{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;text-align:center}.nx-hero h1{max-width:1210px;margin:28px auto 25px;font:700 clamp(4.8rem,7.2vw,8.3rem)/.88 var(--font-display);letter-spacing:-.078em}.nx-hero h1 span,.nx-hero h1 em{display:block}.nx-hero h1 em{color:var(--pulse);font-style:normal}.nx-hero__lead{max-width:760px;margin:0 auto 30px;color:#9aaca5;font-size:clamp(15px,1.15vw,18px);line-height:1.72}.nx-hero__actions{display:flex;align-items:center;justify-content:center;gap:19px}.nx-hero__actions .button{min-height:56px;padding-inline:25px}.nx-link-button{min-height:48px;padding:0 6px;display:inline-flex;align-items:center;gap:9px;border:0;background:transparent;color:#c0cec9;cursor:pointer;font:700 13px var(--font-ui)}.nx-link-button i{color:var(--pulse);transition:transform .2s ease}.nx-link-button:hover i{transform:translate(3px,-3px)}.nx-hero__signals{margin-top:34px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.nx-hero__signals span{min-height:34px;padding:0 14px;display:inline-flex;align-items:center;gap:8px;border:1px solid rgb(103 245 181 / 12%);border-radius:999px;background:#05150f8f;color:#81958d;font-size:9px;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nx-hero__signals i{color:var(--pulse);font-size:13px}.nx-current{position:relative;z-index:1;width:100%;height:clamp(260px,30vh,390px);margin-top:auto;overflow:hidden;pointer-events:none}.nx-current:before{content:"";position:absolute;z-index:-1;width:760px;height:320px;left:50%;bottom:-150px;transform:translate(-50%);border-radius:50%;background:#30e3971f;filter:blur(100px)}.nx-current svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.nx-current__fill{fill:url(#nx-fill);transform-origin:bottom;animation:nx-area-breathe 4.8s ease-in-out infinite}.nx-current__line{fill:none;stroke:url(#nx-line);stroke-width:2.1;filter:url(#nx-glow);stroke-dasharray:2200;stroke-dashoffset:2200;animation:nx-draw 2.2s var(--ease) .3s forwards}.nx-current__line--ghost{stroke-width:12;opacity:.12;filter:blur(7px)}.nx-current__runner{fill:none;stroke:#d7ffeb;stroke-width:3.2;stroke-linecap:round;path-length:1;stroke-dasharray:.075 .925;filter:url(#nx-glow);animation:nx-runner 6.5s linear infinite}.nx-current__dot{fill:#caffea;stroke:var(--pulse);stroke-width:2;filter:url(#nx-glow);animation:nx-dot 2.6s ease-in-out infinite}.nx-current__traveler{fill:#effff7;stroke:var(--pulse);stroke-width:3;filter:url(#nx-glow)}.nx-current__scan{position:absolute;z-index:2;width:170px;height:125%;left:-220px;top:-12%;transform:skew(-18deg);background:linear-gradient(90deg,transparent,rgb(109 255 191 / 4%),rgb(177 255 221 / 10%),transparent);filter:blur(5px);animation:nx-scan 7.5s ease-in-out infinite}.nx-current__metric{position:absolute;z-index:4;min-height:31px;padding:0 11px;display:flex;align-items:center;gap:7px;border:1px solid rgb(103 245 181 / 16%);border-radius:9px;background:#030f0bb8;color:#678078;font:600 8px var(--font-data);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 13px 35px #00000038;animation:nx-float 4.4s ease-in-out infinite}.nx-current__metric i{color:var(--pulse);font-size:11px}.nx-current__metric b{color:#d8f8e8;font-weight:600}.nx-current__metric--volume{left:19%;bottom:24%}.nx-current__metric--flow{right:18%;top:27%;animation-delay:-2.1s}.nx-current__ticker{position:absolute;left:50%;bottom:36%;min-height:40px;padding:0 16px;display:flex;align-items:center;gap:12px;transform:translate(-50%);border:1px solid rgb(103 245 181 / 20%);border-radius:999px;background:#030f0bcc;color:#b9c9c2;font:600 9px var(--font-data);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 16px 50px #00000042}.nx-current__ticker b{color:#edf7f3}.nx-current__ticker em{color:var(--pulse);font-style:normal}.nx-current__ticker i{margin-left:5px;color:var(--pulse)}.nx-current__ticker small{color:#718a80;font:inherit}.nx-principles{padding:clamp(100px,11vw,170px) 0;border-top:1px solid var(--nx-line);background:linear-gradient(180deg,#020706,#04110d 54%,#020706)}.nx-principles__layout{display:grid;grid-template-columns:minmax(500px,.9fr) minmax(0,1.1fr);gap:clamp(64px,6vw,96px);align-items:start}.nx-principles__intro,.nx-principles__list{min-width:0}.nx-principles__intro{position:sticky;top:130px}.nx-principles__intro h2{max-width:590px;margin:29px 0 22px;font:700 clamp(3.4rem,4.2vw,5rem)/.94 var(--font-display);letter-spacing:-.06em}.nx-principles__intro>p{max-width:530px;margin:0;color:var(--nx-muted);font-size:15px;line-height:1.75}.nx-principles__list{border-top:1px solid var(--nx-line)}.nx-principles__list article{min-width:0;min-height:292px;padding:40px 0;display:grid;grid-template-columns:64px minmax(0,1fr);gap:24px;align-content:start;border-bottom:1px solid var(--nx-line)}.nx-principles__list article>div{min-width:0}.nx-principles__icon{width:54px;height:54px;display:grid;place-items:center;border:1px solid rgb(103 245 181 / 17%);border-radius:50%;color:var(--pulse);font-size:21px;background:#0c271c75}.nx-principles__list small{color:var(--pulse);font:600 9px var(--font-data);letter-spacing:.12em;text-transform:uppercase}.nx-principles__list h3{max-width:670px;margin:13px 0 15px;font:700 clamp(2rem,3vw,3.35rem)/1 var(--font-display);letter-spacing:-.045em}.nx-principles__list p{max-width:660px;margin:0;color:#859890;font-size:14px;line-height:1.72}.nx-principles__list aside{grid-column:2;margin-top:25px;display:inline-flex;align-items:center;gap:8px;color:#6f877d;font:600 9px var(--font-data);text-transform:uppercase;letter-spacing:.08em}.nx-principles__list aside i{color:var(--pulse);font-size:14px}.nx-sequence{padding:clamp(100px,11vw,165px) 0;overflow:hidden;background:#020706}.nx-sequence__head{max-width:980px;margin:0 auto 76px;text-align:center}.nx-sequence__head h2{margin:27px auto 22px;font:700 clamp(3.1rem,5.4vw,6.3rem)/.93 var(--font-display);letter-spacing:-.065em}.nx-sequence__head>p{max-width:660px;margin:0 auto;color:var(--nx-muted);font-size:15px;line-height:1.75}.nx-sequence__line{position:relative;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--nx-line);border-bottom:1px solid var(--nx-line)}.nx-sequence__line article{position:relative;min-height:270px;padding:38px clamp(22px,2.8vw,42px);display:flex;flex-direction:column;border-right:1px solid var(--nx-line)}.nx-sequence__line article:last-child{border-right:0}.nx-sequence__line article>i{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgb(103 245 181 / 18%);border-radius:14px;color:var(--pulse);font-size:19px}.nx-sequence__line article>div{margin-top:auto}.nx-sequence__line h3{margin:0 0 10px;font-size:20px}.nx-sequence__line p{margin:0;color:#758a81;font-size:12px;line-height:1.62}.nx-sequence__connector{position:absolute;z-index:2;right:-17px;top:50%;width:34px;height:34px;display:grid;place-items:center;transform:translateY(-50%);border:1px solid rgb(103 245 181 / 18%);border-radius:50%;background:#03100c;color:var(--pulse);font-size:12px}.nx-final{position:relative;padding:clamp(105px,12vw,180px) 0;overflow:hidden;border-top:1px solid var(--nx-line);background:#06150f;isolation:isolate}.nx-final__beam{position:absolute;z-index:-1;width:900px;height:900px;right:-130px;top:-320px;border-radius:50%;background:conic-gradient(from 220deg,transparent,rgb(65 239 160 / 14%),transparent 35%);filter:blur(28px);animation:nx-beam 18s linear infinite}.nx-final__layout{display:grid;grid-template-columns:minmax(560px,1.08fr) minmax(380px,.72fr);gap:clamp(70px,10vw,155px);align-items:end}.nx-final h2{max-width:850px;margin:28px 0 0;font:700 clamp(3.8rem,6vw,7rem)/.9 var(--font-display);letter-spacing:-.07em}.nx-final__action{padding-bottom:8px}.nx-final__action>p{margin:0 0 30px;color:#9bada5;font-size:15px;line-height:1.75}.nx-final__action>div{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.nx-final__action .button{min-height:56px;padding-inline:25px}.nx-final__action>div>button:not(.button){min-height:46px;display:inline-flex;align-items:center;gap:9px;border:0;background:transparent;color:#b5c5be;cursor:pointer;font-size:12px;font-weight:700}.nx-final__action>div>button:not(.button) i{color:var(--pulse)}.nx-footer{padding:70px 0 28px;border-top:1px solid var(--nx-line);background:#010403}.nx-footer__main{padding-bottom:42px;display:grid;grid-template-columns:1fr auto;gap:50px;align-items:start}.nx-footer__main>div>p{max-width:340px;margin:18px 0 0;color:#6f827a;font-size:12px}.nx-footer__main nav{display:grid;grid-template-columns:1fr 1fr;gap:10px 42px}.nx-footer__main nav a,.nx-footer__main nav button{padding:0;border:0;background:transparent;color:#8b9d96;cursor:pointer;font:700 11px var(--font-ui);text-align:left}.nx-footer__main nav a:hover,.nx-footer__main nav button:hover{color:var(--pulse)}.nx-footer__risk{padding:23px 0;display:grid;grid-template-columns:22px minmax(0,850px);gap:16px;border-top:1px solid var(--nx-line);border-bottom:1px solid var(--nx-line)}.nx-footer__risk i{color:#af9c5d}.nx-footer__risk p{margin:0;color:#596a63;font-size:9px;line-height:1.7}.nx-footer__bottom{padding-top:24px;display:flex;justify-content:space-between;color:#43534d;font:600 8px var(--font-data);letter-spacing:.06em;text-transform:uppercase}@keyframes nx-draw{to{stroke-dashoffset:0}}@keyframes nx-dot{50%{opacity:.4;r:7px}}@keyframes nx-beam{to{transform:rotate(360deg)}}@keyframes nx-runner{to{stroke-dashoffset:-1}}@keyframes nx-area-breathe{50%{opacity:.72;transform:scaleY(.985)}}@keyframes nx-scan{0%,12%{left:-220px;opacity:0}32%{opacity:1}72%,to{left:calc(100% + 220px);opacity:0}}@keyframes nx-float{50%{transform:translateY(-7px);border-color:#67f5b54d}}body .auth-page{min-height:100dvh;position:relative;isolation:isolate;overflow-x:hidden;display:flex;flex-direction:column;background:#020806}.auth-page:before{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;content:"";pointer-events:none;background:radial-gradient(circle at 50% 42%,rgb(44 164 121 / 8%),transparent 34rem)}.auth-topbar{width:min(calc(100% - 40px),1120px);min-height:84px;margin-inline:auto;padding:14px 0;display:flex;align-items:center;justify-content:space-between}.auth-topbar .brand{display:grid;grid-template-columns:auto;grid-template-areas:"signature" "descriptor";align-items:center;row-gap:4px;margin:0}.auth-topbar>.brand{width:max-content;height:auto;min-height:0;padding:0;border-radius:0;background:none;font-size:inherit}.auth-topbar .brand__mark{width:38px;height:42px;flex:0 0 auto}.auth-topbar .brand__descriptor{width:100%;text-align:left}.auth-language-switcher{position:relative;z-index:8;inset:auto;transform:none}.auth-language-switcher .language-switcher__trigger{height:42px}.auth-language-switcher .language-switcher__panel{width:282px}.auth-page .auth-shell{position:relative;z-index:1;flex:1;width:min(calc(100% - 32px),520px);margin:0 auto;padding:clamp(40px,8vh,86px) 0 72px;display:flex;align-items:flex-start;justify-content:center;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.auth-page .auth-panel{width:100%;min-height:0;padding:40px;border:1px solid rgb(83 221 173 / 17%);border-radius:22px;background:#05110de0;box-shadow:0 24px 70px #0000004d}.auth-form-wrap{width:100%;margin-inline:auto}.auth-form-header{margin-bottom:28px;text-align:center}.auth-form-header h1{margin:0 0 10px;color:#eff9f5;font:750 clamp(1.8rem,4vw,2.25rem)/1.08 var(--font-ui);letter-spacing:-.04em}.auth-form-header>p{max-width:340px;margin:0 auto;color:#82978f;font-size:12px;line-height:1.6}.auth-form{display:grid;gap:14px}.form-field{display:grid;gap:8px}.form-field__label{color:#a7bbb3;font-size:11px;font-weight:700}.form-field__control{position:relative;display:flex;align-items:center}.form-field__control>svg{position:absolute;left:16px;color:#62756d;pointer-events:none}.form-field input{width:100%;height:54px;padding:0 16px 0 48px;border:1px solid rgb(83 221 173 / 16%);border-radius:13px;background:#020b08;color:var(--text);outline:none;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-field__control--action input{padding-right:56px}.form-field input::placeholder{color:#53645d}.form-field input:focus{border-color:#57dfad;box-shadow:0 0 0 3px #53ddad1a}.form-field input:disabled{opacity:.62}.form-field input:-webkit-autofill,.form-field input:-webkit-autofill:hover,.form-field input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text);box-shadow:0 0 0 1000px #020b08 inset;caret-color:var(--text)}.field-action{position:absolute;z-index:1;right:7px;top:50%;width:40px;height:40px;padding:0;display:grid;place-items:center;border:0;border-radius:9px;color:var(--text-tertiary);background:transparent;cursor:pointer;transform:translateY(-50%)}.field-action:hover{color:var(--text);background:#ffffff0d}.field-action:focus-visible{outline:2px solid var(--signal);outline-offset:-2px}.auth-feedback{min-height:0}.form-message{margin:0;padding:10px 12px;border-radius:9px;font-size:11px;line-height:1.5}.form-message--error{color:#ff9ca4;border:1px solid rgb(255 107 117 / 20%);background:#ff6b7512}.form-message--success{color:var(--profit);border:1px solid rgb(52 214 155 / 20%);background:#34d69b12}.auth-submit{width:100%;min-height:52px;margin-top:2px}.auth-text-link{border:0;background:none;color:var(--signal);cursor:pointer;font-size:11px;font-weight:700}.auth-text-link--forgot{margin-top:12px;padding:0}.auth-partner-create{width:100%;min-height:46px;margin-top:12px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;background:transparent;color:#72dcb6;cursor:pointer;font:700 11px/1 var(--font-ui)}.auth-partner-create:hover:not(:disabled){color:#9af0d0}.auth-partner-create:disabled{cursor:not-allowed;opacity:.45}.auth-help{margin-top:24px;padding-top:22px;border-top:1px solid rgb(83 221 173 / 11%)}.auth-help__header{margin-bottom:13px;display:flex;align-items:center;gap:11px}.auth-help__icon{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border:1px solid rgb(83 221 173 / 22%);border-radius:10px;color:#65e3b4;background:#53ddad12;font-size:13px}.auth-help__header>div{min-width:0;display:grid;gap:3px}.auth-help__header strong{color:#dcebe5;font-size:12px}.auth-help__header small{color:#657c73;font-size:9px}.auth-help__items{display:grid;gap:7px}.auth-help__item{overflow:hidden;border:1px solid rgb(83 221 173 / 13%);border-radius:12px;background:#0109067a;transition:border-color .2s,background .2s}.auth-help__item.is-open{border-color:#53ddad47;background:#04100cc2}.auth-help__item>button{width:100%;min-height:44px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;border:0;color:#a9c0b7;background:transparent;cursor:pointer;text-align:left;font:700 10px/1.35 var(--font-ui)}.auth-help__item>button:hover{color:#dcebe5}.auth-help__item>button>i{flex:0 0 auto;color:#5ce5b5;font-size:10px;transition:transform .2s}.auth-help__item.is-open>button>i{transform:rotate(180deg)}.auth-help__answer{padding:0 14px 14px;border-top:1px solid rgb(83 221 173 / 9%);color:#789087;font-size:10px;line-height:1.6}.auth-help__answer p{margin:12px 0 0}.auth-help__answer ol{margin:12px 0 0;padding-left:20px;display:grid;gap:5px}.auth-help__answer li::marker{color:#5ce5b5;font-weight:800}.auth-help__answer a{color:#65e3b4;font-weight:700;text-decoration:underline;text-decoration-color:#65e3b459;text-underline-offset:3px}.auth-help__answer a:hover{color:#9af0d0}.auth-legal{margin:12px 0 0;color:var(--text-tertiary);font-size:11px;line-height:1.6}.auth-switch{margin-top:20px;padding-top:18px;border-top:1px solid var(--border-soft);color:var(--text-secondary);font-size:11px;text-align:center}.auth-switch p{margin:0}.auth-switch button{border:0;background:none;padding:0;color:var(--signal);font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:7px}.auth-security-note{margin:17px 0 0;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--text-tertiary);font-size:11px}.auth-security-note svg{color:var(--profit)}@media(max-width:620px){.auth-topbar{width:calc(100% - 28px);min-height:72px}.auth-topbar .brand__mark{width:32px;height:36px}.auth-topbar .brand__word{font-size:23px}.auth-topbar .brand__descriptor{display:none}.auth-language-switcher .language-switcher__trigger{min-width:58px;padding-inline:9px}.auth-language-switcher .language-switcher__globe{display:none}.auth-page .auth-shell{width:min(calc(100% - 24px),440px);padding:28px 0 40px}.auth-page .auth-panel{padding:30px 22px;border-radius:18px}.auth-form-header{margin-bottom:24px}.auth-form-header h1{font-size:1.75rem}.form-field input{font-size:16px}}@media(max-height:620px)and (orientation:landscape){.auth-topbar{min-height:64px;padding-block:8px}.auth-page .auth-shell{padding-top:16px}.auth-page .auth-panel{padding-block:28px}}@media(max-width:1320px){.hero-grid{grid-template-columns:minmax(500px,.84fr) minmax(0,1.16fr);gap:28px}.hero-copy h1{font-size:clamp(2.75rem,3.65vw,3.35rem)}.hero-visual{width:100%;margin-right:0}.site-nav{gap:20px}}@media(max-width:1240px){.site-nav{display:none}.site-header__actions{margin-left:auto}.menu-toggle{display:flex}.header-login,.header-cta,.language-switcher--header{display:none}.mobile-menu__backdrop{display:block;position:fixed;z-index:1;inset:calc(82px + var(--safe-top)) 0 0;border:0;background:#010307b8;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:mobile-backdrop-in .22s ease both}.mobile-menu{display:flex;position:fixed;z-index:2;top:calc(94px + var(--safe-top));right:max(var(--gutter),var(--safe-right));width:min(420px,calc(100vw - var(--gutter) * 2));max-height:calc(100dvh - 110px - var(--safe-top) - var(--safe-bottom));padding:18px;flex-direction:column;gap:12px;overflow-y:auto;overscroll-behavior:contain;border:1px solid rgb(88 166 255 / 22%);border-radius:20px;background:linear-gradient(150deg,#0e1622fa,#05090ffa);box-shadow:0 32px 90px #0000009e,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);animation:mobile-menu-in .3s var(--ease) both}.mobile-menu__heading{padding:3px 5px 11px;display:flex;align-items:center;justify-content:space-between;color:var(--text);font-size:14px;font-weight:800}.mobile-menu__heading small{color:var(--signal);font:700 9px var(--font-data);letter-spacing:.12em;text-transform:uppercase}.language-switcher--menu{width:100%;display:block}.mobile-menu nav{display:grid}.mobile-menu nav a,.mobile-menu__actions>button:not(.button){min-height:50px;padding:0 12px;display:flex;align-items:center;border:0;border-bottom:1px solid var(--border-soft);background:none;color:var(--text-secondary);font-size:13px;font-weight:700}.mobile-menu nav a:after{content:"↗";margin-left:auto;color:var(--text-tertiary);font:600 12px var(--font-data);transform:rotate(45deg)}.mobile-menu__actions{padding-top:6px;display:grid;gap:8px}.mobile-menu__actions>button:not(.button){border:1px solid var(--border-soft);border-radius:11px;justify-content:center}.mobile-menu__actions .button{width:100%}.mobile-menu__install{gap:8px;color:var(--signal)!important}.hero-market-rhythm{height:180px;opacity:.62}.trade-context__grid{grid-template-columns:minmax(280px,330px) minmax(0,1fr);gap:42px}.product-tour__grid{grid-template-columns:275px minmax(0,1fr)}.site-footer__main{grid-template-columns:1.55fr repeat(3,1fr);gap:34px}}@media(max-width:1060px){.auth-shell{grid-template-columns:1fr;width:min(calc(100% - var(--gutter) * 2),560px);min-height:auto}.auth-story{display:none}.auth-panel{min-height:0;padding-block:54px}.auth-floating-candles{opacity:.65}}@media(max-width:980px){.trade-context{padding-block:72px 66px}.trade-context__grid{grid-template-columns:1fr;gap:48px}.trade-context__copy{max-width:700px}.trade-context__copy h2{max-width:640px}.product-tour__grid{grid-template-columns:minmax(0,1fr)}.product-tour__content,.product-tour__visual{width:100%;min-width:0}.product-tour__content{min-height:0}.product-tour__tabs{grid-template-columns:repeat(5,1fr)}.product-tour__tabs button{text-align:center;padding-inline:8px}.product-tour__copy{max-width:720px;margin:0;padding-top:28px}.cycle-dashboard{height:560px}.workspace-story{min-height:0;grid-template-columns:1fr;gap:42px;padding-block:78px}.workspace-story__copy,.workspace-story--reverse .workspace-story__copy{order:1;max-width:760px}.workspace-story__visual,.workspace-story--reverse .workspace-story__visual{order:2}.access-control__rail{grid-template-columns:1fr 1fr;grid-template-rows:auto}.access-control__rail article:first-child,.access-control__rail article:last-child{grid-column:auto;grid-row:auto}.access-control__rail article:last-child{flex-direction:column;align-items:flex-start}.faq-grid{grid-template-columns:1fr;gap:44px}.faq-grid .home-section-heading{max-width:700px}.final-cta__grid{grid-template-columns:1fr}.final-cta__ecosystem{max-width:760px}.auth-shell{grid-template-columns:1fr;max-width:560px;min-height:auto}.auth-story{display:none}.auth-panel{min-height:0}}@media(max-width:960px){.hero-section{min-height:0;padding:132px 0 54px;display:block}.hero-scroll-cue{display:none}.hero-grid{grid-template-columns:minmax(0,1fr)}.hero-copy{width:100%;min-width:0;max-width:820px}.hero-copy h1{max-width:760px;font-size:clamp(3rem,5.6vw,4.25rem)}.hero-lead{max-width:760px}.hero-visual{margin-top:12px}}@media(max-width:760px){:root{--gutter: 18px}.site-header__inner{height:calc(72px + var(--safe-top));padding-top:var(--safe-top)}.brand__descriptor{display:block}.header-login,.header-cta{display:none}.mobile-menu__backdrop{inset:calc(72px + var(--safe-top)) 0 0}.mobile-menu{top:calc(80px + var(--safe-top));left:max(12px,var(--safe-left));right:max(12px,var(--safe-right));width:auto;max-height:calc(100dvh - 92px - var(--safe-top) - var(--safe-bottom));padding-bottom:max(18px,var(--safe-bottom))}.hero-section{padding:calc(104px + var(--safe-top)) 0 26px}.hero-section:after{left:34%;background-size:44px 44px}.hero-copy{padding-block:0}.hero-copy h1{font-size:clamp(2.35rem,9vw,2.45rem);line-height:1;letter-spacing:-.025em}.hero-title__line{white-space:normal;text-wrap:balance}.hero-lead{margin-bottom:23px;font-size:14px;line-height:1.58}.hero-actions{display:grid;grid-template-columns:1fr 1fr}.hero-actions .button{width:100%;padding-inline:12px}.hero-visual{margin-top:8px}.hero-market-rhythm{display:none}.hero-market-rhythm svg{width:175%;transform:translate(-38%)}.hero-market-rhythm__area,.hero-market-rhythm__runner-glow{display:none}.trade-context{padding-block:60px 56px}.trade-context__grid{gap:38px}.trade-context__copy h2{font-size:clamp(2.1rem,9vw,2.8rem)}.trade-context__copy>p{font-size:14px}.trade-context__map>header{align-items:flex-start}.trade-context__map>header>div{display:grid;gap:4px}.trade-context__route{min-height:0;padding-top:24px;display:block}.trade-context__path{display:none}.trade-context__route ol{grid-template-columns:1fr;gap:18px}.trade-context__step{min-height:62px;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:start;gap:14px}.trade-context__icon{margin-bottom:0}.trade-context__step>div{padding-top:1px}.trade-context__step strong{font-size:14px}.trade-context__result{width:100%;height:auto;min-height:76px;margin-top:18px;padding:12px 14px;display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;justify-content:initial;gap:14px;border-radius:16px;text-align:left;transform:none}.trade-context__result:before{display:none}.trade-context__result>svg{width:44px;height:44px;padding:11px;border:1px solid rgb(255 64 95 / 34%);border-radius:13px;background:#0b121d}.trade-context__result small{font-size:8px}.trade-context__result strong{font-size:12px}.reveal-enabled .trade-context__map[data-reveal]:not(.is-visible) .trade-context__result{transform:translateY(10px)}.trade-context__map.is-visible .trade-context__result{animation-name:context-result-in-mobile}.section{padding-block:74px}.product-tour{padding-bottom:54px}.home-section-heading h2,.access-control__heading h2{font-size:clamp(2rem,8.7vw,3rem)}.home-section-heading>p,.access-control__heading>p{font-size:14px}.product-tour__grid{margin-top:38px}.product-tour__content{padding:12px}.product-tour__tabs{width:100%;max-width:100%;display:flex;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none}.product-tour__tabs::-webkit-scrollbar{display:none}.product-tour__tabs button{flex:0 0 auto;min-width:120px;min-height:44px;scroll-snap-align:center}.product-tour__copy{padding:24px 4px 8px}.product-tour__copy h3{font-size:21px}.cycle-dashboard{height:500px;min-height:0;border-radius:14px}.cycle-prepare{display:grid;grid-template-columns:1fr;grid-template-rows:50px 215px 235px}.cycle-prepare>header,.cycle-prepare__calendar,.cycle-prepare__risk{grid-column:1;grid-row:auto}.cycle-prepare__signal,.cycle-prepare__plan{display:none}.cycle-trade{display:grid;grid-template-columns:1fr;grid-template-rows:50px 280px 170px}.cycle-trade>header,.cycle-trade__chart,.cycle-trade__ticket{grid-column:1;grid-row:auto}.cycle-trade__chart{min-height:0;border-right:0;border-bottom:1px solid var(--border-soft)}.cycle-trade__ticket{min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;align-content:center}.cycle-trade__ticket .module-title,.cycle-trade__ticket .ticket-direction{grid-column:1 / -1}.cycle-trade__ticket .field-row,.cycle-trade__ticket>small{display:none}.cycle-trade__ticket .ticket-submit{margin:0;min-height:42px}.cycle-trade>footer{display:none}.cycle-control{display:grid;grid-template-columns:1fr;grid-template-rows:50px 116px 334px}.cycle-control>header,.cycle-control__summary,.cycle-control__positions{grid-column:1;grid-row:auto}.cycle-control__summary{grid-template-columns:repeat(3,minmax(0,1fr));height:auto;padding:10px}.cycle-control__summary article{min-width:0;padding:9px}.cycle-control__summary strong{font-size:11px}.cycle-control__summary em,.cycle-control__summary span{display:none}.cycle-control__positions{overflow:hidden;border-right:0}.cycle-control__positions .position-row--head,.cycle-control__positions .position-row:last-child{display:none}.cycle-control__positions .position-row{min-width:0;grid-template-columns:1fr 1fr auto}.cycle-control__positions .position-row>span:nth-child(3),.cycle-control__positions .position-row>button{display:none}.cycle-control__team{display:none}.cycle-review{display:grid;grid-template-columns:1fr;grid-template-rows:50px 104px 170px 176px}.cycle-review>header,.cycle-review__stats,.cycle-review__history,.cycle-review__journal{grid-column:1;grid-row:auto}.cycle-review__stats{grid-template-columns:repeat(4,minmax(0,1fr));height:auto;padding:10px}.cycle-review__stats article{min-width:0;padding:8px}.cycle-review__history{overflow:hidden;border-right:0}.cycle-review__history .history-row--head,.cycle-review__history .history-row:nth-last-child(-n+2){display:none}.cycle-review__history .history-row{min-width:0;grid-template-columns:42px .8fr 1.2fr auto}.cycle-review__journal{min-height:0;overflow:hidden}.cycle-review__journal h4:nth-of-type(2),.cycle-review__journal h4:nth-of-type(2)+p,.cycle-review__journal>button{display:none}.cycle-grow{display:grid;grid-template-columns:1fr;grid-template-rows:50px 120px 330px}.cycle-grow>header,.cycle-grow__profile,.cycle-grow__learning{grid-column:1;grid-row:auto}.cycle-grow__tasks{display:none}.cycle-dashboard>header{height:50px}.cycle-prepare__calendar,.cycle-prepare__risk,.cycle-prepare__signal,.cycle-prepare__plan,.cycle-trade__chart,.cycle-trade__ticket,.cycle-control__positions,.cycle-control__team,.cycle-review__history,.cycle-review__journal,.cycle-grow__learning,.cycle-grow__tasks{border:0;border-bottom:1px solid var(--border-soft)}.cycle-prepare__calendar article{grid-template-columns:42px minmax(0,1fr) auto}.cycle-prepare__calendar article em{display:none}.cycle-prepare__risk,.cycle-grow__profile,.cycle-grow__learning{min-height:0}.workspace-stories{padding-bottom:80px}.workspace-story{padding-block:68px}.workspace-story:first-child{padding-top:52px}.workspace-story__copy h2{font-size:clamp(2rem,8vw,2.8rem)}.chart-workbench,.review-workbench{min-height:390px}.chart-workbench__body{height:334px}.review-workbench__body{grid-template-columns:1fr}.review-workbench__body>aside{border-top:1px solid var(--border-soft)}.access-control__rail{grid-template-columns:1fr 1fr}.access-control__rail article{min-height:190px;padding:20px;gap:28px}.faq-item>button{min-height:70px}.final-cta{padding:76px 0}.final-cta__copy h2{font-size:clamp(2.1rem,9vw,3rem)}.ecosystem-modules{grid-template-columns:1fr 1fr}.site-footer__main{grid-template-columns:1fr 1fr;gap:38px 24px}.site-footer__brand{grid-column:1/-1}.risk-notice{grid-template-columns:1fr;gap:11px}.site-footer__bottom{flex-direction:column;gap:10px}.auth-page{overflow-x:hidden;overflow-y:auto}.auth-topbar{min-height:calc(72px + var(--safe-top));padding-top:var(--safe-top)}.auth-topbar>button{width:44px;height:44px;display:grid;place-items:center;font-size:0}.auth-shell{width:min(calc(100% - 24px),540px);margin:14px auto max(18px,var(--safe-bottom));border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.auth-panel{min-height:0;padding:32px max(var(--gutter),var(--safe-right)) max(42px,calc(28px + var(--safe-bottom))) max(var(--gutter),var(--safe-left));align-items:flex-start;border-radius:22px}.auth-form-header h1{font-size:clamp(1.75rem,8vw,2.3rem)}.form-field input{font-size:16px}.auth-floating-candles{opacity:.45}}@media(max-width:540px){.hero-title__accent{font-size:.92em;letter-spacing:-.03em}.hero-actions{grid-template-columns:1fr}.cycle-prepare__calendar{padding-inline:12px}.cycle-prepare__calendar article{gap:6px}.cycle-prepare__calendar article small{max-width:160px}.cycle-grow__profile{grid-template-columns:62px 1fr}.profile-level{width:58px;height:58px}.chart-workbench,.review-workbench{min-height:360px}.chart-workbench__body{height:304px;grid-template-columns:40px 1fr}.review-workbench__stats{grid-template-columns:1fr 1fr;height:auto}.review-workbench__history{overflow-x:auto}.review-workbench__history>div,.review-workbench__history>article{min-width:420px}.access-control__rail{margin-right:calc(var(--gutter) * -1);padding-right:var(--gutter);display:flex;gap:10px;overflow-x:auto;scroll-snap-type:x proximity;overscroll-behavior-inline:contain;scrollbar-width:none}.access-control__rail::-webkit-scrollbar{display:none}.access-control__rail article,.access-control__rail article:first-child,.access-control__rail article:last-child{flex:0 0 min(82vw,310px);min-height:184px;flex-direction:column;align-items:flex-start;scroll-snap-align:start}.final-cta__copy>div{display:grid}.final-cta__copy .button{width:100%}.ecosystem-modules{grid-template-columns:1fr 1fr}.site-footer__main{grid-template-columns:1fr}.site-footer__brand{grid-column:auto}.auth-panel{padding-inline:18px}}@media(max-width:360px){.hero-copy h1{font-size:clamp(2.05rem,9.6vw,2.3rem)}}@media(max-width:420px){.hero-market-rhythm__pulse{display:none}.product-tour__tabs{scroll-padding-inline:12px;scroll-snap-type:x mandatory}.product-tour__tabs button{scroll-snap-align:center}.form-field input{font-size:16px}}@media(max-height:520px)and (orientation:landscape){.hero-section{padding-top:92px}.hero-copy{padding-block:0}.hero-copy h1{margin-bottom:14px;font-size:clamp(2.1rem,7vw,2.75rem)}.hero-lead{margin-bottom:16px;font-size:12px;line-height:1.5}.hero-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-shell{margin-top:0}.auth-topbar{min-height:62px;padding-block:8px}.auth-panel{min-height:auto;padding-block:24px 34px}.auth-form-header{margin-bottom:18px}.auth-form{gap:11px}.auth-switch{margin-top:15px;padding-top:14px}.auth-security-note{margin-top:13px}.auth-floating-candles{display:none}.mobile-menu{top:calc(68px + var(--safe-top));max-height:calc(100dvh - 76px - var(--safe-top) - var(--safe-bottom))}}@media(hover:none)and (pointer:coarse){.hero-glow,.final-cta:before,.final-cta:after{filter:blur(80px);opacity:.65}.site-header--scrolled,.mobile-menu{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}}@media(prefers-reduced-motion:reduce){.product-tour__copy,.product-tour__visual,.trade-context__path-runner,.trade-context__step,.trade-context__result,.auth-floating-candles i,.auth-market-area,.auth-market-line,.auth-market-candle,.auth-market-marker__halo,.auth-market-scan,.hero-market-rhythm__track,.hero-market-rhythm__runner,.hero-market-rhythm__runner-glow,.hero-market-rhythm__pulse,.hero-market-rhythm__pulse-halo,.hero-scroll-cue i:after{animation:none!important}.trade-context__step{opacity:1!important;transform:none!important}.trade-context__result{opacity:1!important}.auth-market-area{opacity:1}.auth-market-line{stroke-dashoffset:0}.auth-market-candle{opacity:.86;transform:none}.auth-market-scan{display:none}.hero-market-rhythm__track{stroke-dashoffset:0}.hero-market-rhythm__runner,.hero-market-rhythm__runner-glow,.hero-market-rhythm__pulse{display:none}.reveal-enabled [data-reveal]{opacity:1;transform:none}}@keyframes context-result-in-mobile{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@keyframes mobile-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes mobile-menu-in{0%{opacity:0;transform:translateY(-12px) scale(.98)}to{opacity:1;transform:none}}@media(min-width:921px)and (max-width:1240px){.site-nav{display:flex}.menu-toggle{display:none}.header-login,.header-cta,.language-switcher--header{display:inline-flex}}@media(max-width:1180px){.bd-hero__grid{grid-template-columns:minmax(430px,.9fr) minmax(390px,1.1fr);gap:32px}.bd-hero__copy h1{font-size:clamp(3.8rem,6.3vw,5.4rem)}.bd-section-head{grid-template-columns:190px minmax(0,1fr);gap:34px}.bd-section-head>div{gap:30px}.bd-flow__grid{gap:70px}.bd-final__grid{grid-template-columns:1fr 400px;gap:60px}}@media(max-width:920px){.bd-hero{min-height:auto;padding:122px 0 60px}.bd-hero__grid{grid-template-columns:1fr;gap:24px}.bd-hero__copy{max-width:760px}.bd-hero__copy h1{max-width:720px;font-size:clamp(3.7rem,10vw,5.6rem)}.bd-hero__visual{width:min(680px,92vw);margin:-30px auto 0}.bd-orbit{aspect-ratio:1.45}.bd-orbit:before,.bd-orbit__halo{transform:translate(-50%,-50%) scale(.78)}.bd-orbit__chart{inset:5% 0 auto;height:88%}.bd-orbit__core{width:92px}.bd-orbit__tag--top{top:7%}.bd-orbit__tag--bottom{bottom:10%}.bd-hero__scroll{display:none}.bd-section-head{grid-template-columns:1fr;gap:22px}.bd-section-head>div{grid-template-columns:1fr;gap:20px}.bd-section-head p{max-width:720px}.bd-pillars__grid{grid-template-columns:1fr}.bd-pillars__grid article{min-height:340px;border-right:0;border-bottom:1px solid var(--bd-line)}.bd-pillars__grid article:last-child{border-bottom:0}.bd-flow__grid{grid-template-columns:1fr;gap:58px}.bd-flow__copy{max-width:730px}.bd-final__grid{grid-template-columns:1fr}.bd-final aside{max-width:560px;width:100%;min-height:390px}}@media(max-width:620px){.bd-hero{padding:calc(103px + var(--safe-top)) 0 52px}.bd-hero__aurora{width:120vw;height:620px;right:-56%;top:20%}.bd-hero__mesh{top:44%;right:-50%;bottom:0;left:20%;background-size:42px 42px}.bd-hero__copy h1{margin:22px 0;font-size:clamp(3.05rem,15vw,4.25rem);line-height:.91;letter-spacing:-.065em}.bd-hero__copy>p{margin-bottom:26px;font-size:14px;line-height:1.62}.bd-hero__actions{align-items:stretch;display:grid;grid-template-columns:1fr}.bd-hero__actions .button{width:100%}.bd-text-button{justify-content:center}.bd-hero__proof{margin-top:32px;padding-top:18px;display:grid;gap:12px}.bd-hero__visual{width:calc(100vw - 16px);margin-left:calc(var(--gutter) * -1 + 8px)}.bd-orbit{aspect-ratio:1.1}.bd-orbit__chart{inset:14% 0 auto;height:72%}.bd-orbit__halo{transform:translate(-50%,-50%) scale(.9)}.bd-orbit__tag{min-height:26px;padding-inline:10px;font-size:7px}.bd-section-head{margin-bottom:38px}.bd-section-head h2{font-size:clamp(2.45rem,12vw,3.3rem)}.bd-section-head p{font-size:14px}.bd-pillars{padding-block:76px}.bd-pillars__grid article{min-height:330px;padding:28px 22px}.bd-pillars__grid h3{font-size:1.9rem}.bd-flow{padding-block:76px}.bd-flow__copy h2{font-size:clamp(2.65rem,12vw,3.5rem)}.bd-flow__route article{min-height:104px;grid-template-columns:25px 42px minmax(0,1fr);gap:10px}.bd-flow__route article>i{left:51px}.bd-flow__route p{font-size:10px}.bd-final{padding-block:80px}.bd-final h2{font-size:clamp(3rem,14vw,4rem)}.bd-final__actions{display:grid}.bd-final__actions .button{width:100%}.bd-final aside{min-height:350px;padding:24px;border-radius:150px 150px 20px 20px}.bd-final__radar{width:160px}}@media(prefers-reduced-motion:reduce){.bd-orbit__halo,.bd-orbit__line,.bd-orbit__point{animation:none!important}.bd-orbit__line{stroke-dashoffset:0}}@media(max-width:1100px){.nx-principles__layout{grid-template-columns:minmax(390px,.82fr) minmax(0,1.18fr);gap:52px}.nx-principles__intro h2{font-size:clamp(3.15rem,5.4vw,4.3rem)}.nx-final__layout{grid-template-columns:1fr 370px;gap:64px}}@media(max-width:900px){.nx-hero{min-height:820px;padding-top:132px}.nx-hero h1{font-size:clamp(4.2rem,11.5vw,6.2rem)}.nx-current{height:300px}.nx-principles__layout{grid-template-columns:minmax(0,1fr);gap:58px}.nx-principles__intro{position:static;max-width:720px}.nx-principles__list article{min-height:250px}.nx-sequence__line{grid-template-columns:1fr 1fr}.nx-sequence__line article{min-height:240px;border-bottom:1px solid var(--nx-line)}.nx-sequence__line article:nth-child(2){border-right:0}.nx-sequence__line article:nth-last-child(-n+2){border-bottom:0}.nx-sequence__connector{display:none}.nx-final__layout{grid-template-columns:1fr;align-items:start}.nx-final__action{max-width:650px}}@media(max-width:620px){.nx-kicker{font-size:8px;letter-spacing:.08em}.nx-hero{min-height:760px;padding-top:calc(112px + var(--safe-top))}.nx-hero h1{margin-block:23px 21px;font-size:clamp(3.45rem,16.5vw,4.65rem);line-height:.9;letter-spacing:-.07em}.nx-hero__lead{max-width:440px;font-size:14px;line-height:1.62}.nx-hero__actions{width:100%;display:grid;grid-template-columns:1fr;gap:10px}.nx-hero__actions .button{width:100%}.nx-link-button{justify-content:center}.nx-hero__signals{margin-top:26px;display:grid;justify-items:center}.nx-hero__signals span{min-height:28px;font-size:8px}.nx-current{height:220px}.nx-current svg{width:180%;transform:translate(-37%)}.nx-current__line{stroke-width:2.6}.nx-current__runner{stroke-width:4}.nx-current__metric--volume{display:none}.nx-current__metric--flow{right:18px;top:20px;min-height:27px;font-size:7px}.nx-current__ticker{bottom:29%;padding-inline:12px;gap:8px}.nx-current__ticker small,.nx-current__ticker span{display:none}.nx-principles{padding-block:78px}.nx-principles__intro,.nx-principles__list,.nx-principles__list article>div{min-width:0;max-width:100%}.nx-principles__intro h2{max-width:100%;font-size:clamp(2.6rem,12.5vw,3.35rem);line-height:.96;overflow-wrap:normal}.nx-principles__intro>p{font-size:14px}.nx-principles__list article{min-height:0;padding:34px 0;grid-template-columns:49px minmax(0,1fr);gap:16px}.nx-principles__icon{width:45px;height:45px;font-size:18px}.nx-principles__list h3{max-width:100%;font-size:clamp(1.55rem,7vw,1.9rem);line-height:1.04;letter-spacing:-.035em;overflow-wrap:normal}.nx-principles__list p{font-size:13px}.nx-principles__list aside{margin-top:20px;font-size:7px}.nx-sequence{padding-block:78px}.nx-sequence__head{margin-bottom:44px}.nx-sequence__head h2{font-size:clamp(3rem,14vw,4rem)}.nx-sequence__head>p{font-size:14px}.nx-sequence__line{grid-template-columns:1fr}.nx-sequence__line article,.nx-sequence__line article:nth-child(2){min-height:168px;padding:25px 18px;display:grid;grid-template-columns:48px minmax(0,1fr);gap:18px;align-items:center;border-right:0;border-bottom:1px solid var(--nx-line)}.nx-sequence__line article:last-child{border-bottom:0}.nx-sequence__line article>div{margin:0}.nx-final{padding-block:82px}.nx-final h2{font-size:clamp(3.35rem,15vw,4.5rem)}.nx-final__action>p{font-size:14px}.nx-final__action>div{display:grid}.nx-final__action .button{width:100%}.nx-final__action>div>button:not(.button){justify-content:center}.nx-footer{padding-top:52px}.nx-footer__main{grid-template-columns:1fr;gap:32px}.nx-footer__main nav{gap:14px 28px}.nx-footer__bottom{flex-direction:column;gap:10px}}@media(prefers-reduced-motion:reduce){.nx-current__line,.nx-current__dot,.nx-current__fill,.nx-current__runner,.nx-current__traveler,.nx-current__scan,.nx-current__metric,.nx-final__beam{animation:none!important}.nx-current__line{stroke-dashoffset:0}.nx-current__runner,.nx-current__traveler,.nx-current__scan{display:none}}:root{--bd-ink: #020505;--bd-ink-soft: #050a09;--bd-panel: rgb(8 17 15 / 84%);--bd-panel-strong: rgb(9 20 17 / 96%);--bd-control: rgb(14 28 24 / 82%);--bd-border: rgb(154 211 197 / 16%);--bd-border-strong: rgb(103 245 181 / 34%);--bd-mint: #67f5b5;--bd-mint-bright: #9affcf;--bd-teal: #8cebd5;--bd-fog: #b9c1c2;--bd-shadow: 0 28px 90px rgb(0 0 0 / 56%), inset 0 1px rgb(255 255 255 / 4%);--bd-glow: 0 0 0 1px rgb(103 245 181 / 5%), 0 22px 70px rgb(6 67 48 / 24%)}html,body,#root{background:var(--bd-ink)}body{background-image:radial-gradient(ellipse 58% 42% at 50% -12%,rgb(39 140 106 / 18%),transparent 72%),linear-gradient(180deg,#020505,#030706 55%,#020505)}::selection{color:#02100b;background:#67f5b5c2}*:focus-visible{outline-color:var(--bd-mint)}.button,.site-shell .button,.header-cta,.auth-submit,.pulse-workspace button,.pulse-workspace input,.pulse-workspace select,.pulse-workspace textarea{letter-spacing:-.01em}.button--primary,.auth-submit,.site-shell .header-cta{color:#02120c;background:linear-gradient(135deg,var(--bd-mint-bright),var(--bd-mint));border-color:#9affcfa3;box-shadow:0 14px 44px #1fd38b38,inset 0 1px #ffffff61}.button--primary:hover,.auth-submit:hover,.site-shell .header-cta:hover{color:#020b08;background:linear-gradient(135deg,#b3ffdc,#75fbc0);box-shadow:0 18px 54px #1fd38b4f,inset 0 1px #ffffff7a}.button--ghost{color:var(--text);background:#ffffff08;border-color:var(--bd-border);box-shadow:inset 0 1px #ffffff08}.button--ghost:hover{background:#67f5b512;border-color:#67f5b547}.site-shell,.pulse-marketing{color:var(--text);background:radial-gradient(ellipse 54% 34% at 50% 4%,rgb(42 148 111 / 13%),transparent 72%),var(--bd-ink)}.site-header{inset:16px max(16px,var(--safe-right)) auto max(16px,var(--safe-left));border:0;pointer-events:none}.site-header--scrolled{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header__inner{width:min(1320px,100%);height:68px;padding:9px 10px 9px 18px;border:1px solid var(--bd-border);border-radius:24px;background:linear-gradient(135deg,#08100ee5,#030807db);box-shadow:0 18px 62px #00000061,inset 0 1px #ffffff0a;-webkit-backdrop-filter:blur(22px) saturate(130%);backdrop-filter:blur(22px) saturate(130%);pointer-events:auto}.site-header__inner:after{content:"";position:absolute;inset:auto 17% -1px;height:1px;background:linear-gradient(90deg,transparent,rgb(103 245 181 / 52%),transparent);opacity:.72}.site-nav{gap:4px;padding:4px;border:1px solid rgb(255 255 255 / 5%);border-radius:999px;background:#ffffff05}@media(min-width:1241px){.site-header__inner{display:grid;grid-template-columns:minmax(210px,1fr) auto minmax(280px,1fr);gap:22px}.site-header__inner>.brand{justify-self:start}.site-header__inner>.site-nav{justify-self:center;margin-left:0}.site-header__actions{justify-self:end}}.site-header .brand{--brand-mark-width: 36px;--brand-lockup-height: 40px}.site-header .brand__word{font-size:24px}.site-nav a,.header-login{min-height:36px;padding:0 14px;display:inline-flex;align-items:center;border-radius:999px;color:#9ca7a6;font-size:11px;font-weight:600}.site-nav a:hover,.header-login:hover{color:var(--text);background:#ffffff0a}.site-header .language-switcher__trigger,.site-header .header-cta{min-height:42px;border-radius:999px}.brand__word b,.brand__descriptor{color:var(--bd-mint)}.brand__glyph-p-pulse,.brand__pulse-runner,.brand__pulse-glow{stroke:var(--bd-mint);filter:drop-shadow(0 0 5px rgb(103 245 181 / 62%))}.hero-section{min-height:1080px;padding:132px 0 92px;align-items:start;background:radial-gradient(ellipse 38% 32% at 50% 28%,rgb(65 190 146 / 20%),transparent 72%),radial-gradient(circle at 13% 20%,rgb(74 129 116 / 8%),transparent 25rem),linear-gradient(180deg,#020505,#030807 68%,#020505)}.hero-section:before{background:radial-gradient(ellipse 50% 38% at 50% 32%,rgb(43 141 109 / 12%),transparent 70%),linear-gradient(180deg,rgb(2 5 5 / 22%),var(--bd-ink) 94%)}.hero-section:after{top:76px;right:8%;bottom:0;left:8%;opacity:.34;background-size:72px 72px;background-image:linear-gradient(rgb(151 195 184 / 4%) 1px,transparent 1px),linear-gradient(90deg,rgb(151 195 184 / 4%) 1px,transparent 1px);-webkit-mask-image:radial-gradient(ellipse at 50% 38%,#000,transparent 72%);mask-image:radial-gradient(ellipse at 50% 38%,#000,transparent 72%)}.hero-glow--red,.hero-glow--blue{background:#37cd931c}.hero-glow--red{left:8%;top:230px}.hero-glow--blue{right:7%;top:250px;background:#69d7be17}.hero-grid{grid-template-columns:minmax(0,1fr);gap:52px}.hero-copy{width:min(920px,100%);margin-inline:auto;padding:38px 0 0;display:grid;justify-items:center;text-align:center}.hero-copy h1{max-width:960px;margin-bottom:24px;font:650 clamp(3.9rem,6.5vw,6.7rem)/.94 var(--font-display);letter-spacing:-.065em}.hero-title__line{white-space:normal}.hero-title__accent{color:transparent;background:linear-gradient(110deg,#f5f7f6 8%,var(--bd-mint-bright) 54%,#6cdabf 100%);-webkit-background-clip:text;background-clip:text;text-shadow:0 18px 70px rgb(72 225 166 / 14%)}.hero-lead{max-width:670px;margin-bottom:28px;color:#99a5a4;font-size:15px;line-height:1.75}.hero-actions{justify-content:center}.hero-actions .button{min-height:48px;padding-inline:24px;border-radius:999px}.hero-ticker{width:min(680px,100%);margin-top:28px;padding:7px;border:1px solid var(--bd-border);border-radius:999px;background:#08100ecc;box-shadow:inset 0 1px #ffffff08}.hero-ticker__item{color:#92a09e}.hero-visual{width:min(1040px,100%);margin-inline:auto;padding:20px;border:1px solid var(--bd-border);border-radius:34px;background:radial-gradient(ellipse 58% 70% at 50% 46%,rgb(30 111 86 / 20%),transparent 74%),linear-gradient(145deg,#0b1512eb,#030807f5);box-shadow:var(--bd-shadow),0 0 110px #1e73551f}.hero-visual:before{content:"";position:absolute;inset:-1px 16% auto;height:1px;background:linear-gradient(90deg,transparent,rgb(143 255 205 / 72%),transparent)}.candle-pulse{width:min(100%,920px);height:570px;border-radius:24px;background:radial-gradient(circle at 50% 48%,rgb(103 245 181 / 13%),transparent 42%),radial-gradient(circle at 72% 24%,rgb(140 235 213 / 7%),transparent 34%)}.candle-pulse__aura{background:radial-gradient(circle at 50% 45%,rgb(103 245 181 / 18%),transparent 32%),radial-gradient(ellipse at 50% 52%,rgb(140 235 213 / 8%),rgb(68 153 121 / 5%) 48%,transparent 74%)}.candle-pulse__candle.is-pulse,.candle-pulse__candle.is-profit,.candle-pulse__candle.is-signal,.candle-pulse__caption-statement em,.candle-pulse__caption-lead{color:var(--bd-mint)}.hero-market-rhythm__pulse-halo{fill:#67f5b524;stroke:#67f5b557}.hero-market-rhythm__pulse-core{stroke:var(--bd-mint)}.trade-context,.product-tour,.workspace-stories,.access-control,.faq-section,.final-cta,.site-footer{background:radial-gradient(ellipse 42% 28% at 74% 16%,rgb(33 116 89 / 8%),transparent 76%),var(--bd-ink)}.trade-context{border-block:1px solid rgb(185 214 207 / 6%)}.trade-context__map,.product-tour__content,.cycle-dashboard,.workspace-story__visual,.access-control__rail,.faq-list article,.final-cta__ecosystem{border:1px solid var(--bd-border);background:linear-gradient(145deg,#0d1a16db,#050b0ae0);box-shadow:var(--bd-shadow);-webkit-backdrop-filter:blur(20px) saturate(120%);backdrop-filter:blur(20px) saturate(120%)}.trade-context__map,.cycle-dashboard,.workspace-story__visual,.access-control__rail,.final-cta__ecosystem{border-radius:24px}.section-kicker,.trade-context__label{color:var(--bd-mint)}.section-kicker:before{border-color:var(--bd-mint);box-shadow:0 0 12px #67f5b561}.home-section-heading h2,.access-control__heading h2,.workspace-story__copy h2,.product-status h2,.final-cta__copy h2{font-family:var(--font-display);font-weight:600;letter-spacing:-.055em}.product-tour__content{border-radius:24px}.product-tour__tabs button{border-radius:999px}.product-tour__tabs button.is-active{color:#07140e;border-color:var(--bd-mint);background:var(--bd-mint);box-shadow:0 10px 34px #67f5b529}.cycle-dashboard>header,.cycle-trade>footer{background:#040a09d6}.module-title svg,.trade-context__icon,.cycle-dashboard>header>span svg,.trade-chart-head button.is-active{color:var(--bd-teal)}.trade-line,.cycle-prepare__signal path{stroke:var(--bd-mint);filter:drop-shadow(0 0 6px rgb(103 245 181 / 35%))}.trade-area{fill:#67f5b512}.ticket-submit,.ticket-direction .buy.is-active{color:#03110b;background:var(--bd-mint);border-color:var(--bd-mint)}.trade-context__result,.profile-level{border-color:#67f5b557;background:radial-gradient(circle at 50% 30%,#67f5b521,#060e0cf0 68%);box-shadow:0 0 48px #67f5b517}.trade-context__result>svg,.profile-level span{color:var(--bd-mint)}.faq-list article{border-radius:18px}.faq-list button:hover{color:var(--bd-mint)}.auth-page{background:radial-gradient(ellipse 44% 48% at 22% 40%,rgb(42 145 109 / 15%),transparent 72%),radial-gradient(ellipse 32% 34% at 82% 18%,rgb(93 183 160 / 8%),transparent 72%),linear-gradient(150deg,#020505,#050a09 52%,#020505)}.auth-ambient--red,.auth-ambient--blue{background:#43d39b1f}.auth-shell{border:1px solid var(--bd-border);border-radius:30px;background:linear-gradient(145deg,#0b1613e8,#040908f5);box-shadow:0 38px 120px #0000009e,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(24px) saturate(125%);backdrop-filter:blur(24px) saturate(125%)}.auth-panel{background:#0308078a}.auth-story{border-right-color:var(--bd-border);background:radial-gradient(circle at 42% 58%,rgb(63 194 145 / 13%),transparent 45%),linear-gradient(160deg,#0a1713bd,#0409086b)}.auth-story__quote-mark{color:#67f5b51c;background:transparent}.auth-story__quote:before{background:linear-gradient(180deg,var(--bd-mint),rgb(140 235 213 / 56%),transparent 92%);box-shadow:0 0 24px #67f5b52e}.auth-market-line{stroke:var(--bd-mint)}.auth-market-scan{fill:#67f5b53d}.form-field input{border-color:var(--bd-border);border-radius:14px;background:#040b09e0;box-shadow:inset 0 1px #ffffff08}.form-field input:hover,.form-field input:focus{border-color:#67f5b56b;background:#07100df0;box-shadow:0 0 0 4px #67f5b50d}.auth-text-link,.auth-switch button,.field-action:hover{color:var(--bd-mint)}.auth-security-note svg{color:var(--bd-mint)}.pulse-workspace{background:radial-gradient(ellipse 54% 32% at 52% -8%,rgb(50 154 119 / 13%),transparent 74%),radial-gradient(ellipse 36% 30% at 96% 96%,rgb(70 136 121 / 7%),transparent 76%),var(--bd-ink)}.pulse-workspace__topbar{border-color:#9dd2c61a;background:#020605de;box-shadow:0 16px 54px #00000047;-webkit-backdrop-filter:blur(24px) saturate(130%);backdrop-filter:blur(24px) saturate(130%)}.pulse-workspace__topbar:after{background:linear-gradient(90deg,transparent,rgb(103 245 181 / 44%),rgb(140 235 213 / 24%),transparent)}.pulse-workspace__product small,.pulse-workspace__navigation svg,.pulse-workspace__settings-toggle-icon{color:var(--bd-mint)}.pulse-workspace__user,.pulse-workspace__icon-button,.pulse-workspace__popover,.pulse-workspace__mobile-menu-panel,.pulse-workspace__confirm-dialog{border-color:var(--bd-border);background:linear-gradient(145deg,#0c1915f5,#040a08fa);box-shadow:var(--bd-shadow)}.pulse-workspace__icon-button:hover,.pulse-workspace__user:hover{color:var(--bd-mint);border-color:var(--bd-border-strong);background:#67f5b512}.pulse-workspace__navigation{border-color:#9dd2c617;background:linear-gradient(180deg,#050c0ae0,#020605c7);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.pulse-workspace__content{background-color:transparent}.pulse-workspace__settings-toggle[data-enabled=true]{border-color:#67f5b54d;background:#67f5b512}.pulse-workspace__settings-toggle[data-enabled=true] .pulse-workspace__settings-toggle-icon,.pulse-workspace__settings-toggle[data-enabled=true] strong{color:var(--bd-mint)}.pulse-workspace__payout-save,.pulse-workspace__confirm-actions .is-primary{color:#02120c;border-color:var(--bd-mint);background:var(--bd-mint)}.pulse-workspace--terminal{--terminal-canvas: #020505;--terminal-canvas-raised: #050b09;--terminal-panel: rgb(7 15 13 / 95%);--terminal-panel-strong: #091410;--terminal-control: rgb(12 25 21 / 88%);--terminal-control-hover: rgb(17 35 29 / 96%);--terminal-border: rgb(154 211 197 / 15%);--terminal-border-strong: rgb(103 245 181 / 38%);--terminal-blue: var(--bd-teal);--terminal-green: var(--bd-mint);--terminal-muted: #96a3a1;--terminal-dim: #697573;background:var(--bd-ink)}.pulse-workspace--terminal .terminal-workspace__stage{background:radial-gradient(ellipse 46% 32% at 42% 5%,rgb(32 104 81 / 8%),transparent 76%),var(--terminal-canvas)}.pulse-workspace--terminal .workspace-icon-button,.pulse-workspace--terminal .workspace-count,.pulse-workspace--terminal .workspace-balance-pill,.pulse-workspace--terminal .account-balance-visibility,.pulse-workspace--terminal .workspace-clock,.pulse-workspace--terminal .pulse-chart-control__trigger,.pulse-workspace--terminal .pulse-chart-timezone{border-color:var(--terminal-border);border-radius:999px;background:var(--terminal-control);box-shadow:inset 0 1px #ffffff0a}.pulse-workspace--terminal .workspace-icon-button:hover,.pulse-workspace--terminal .workspace-count:hover,.pulse-workspace--terminal .workspace-balance-pill:hover,.pulse-workspace--terminal .account-balance-visibility:hover,.pulse-workspace--terminal .pulse-chart-control__trigger:hover{color:var(--bd-mint);border-color:var(--terminal-border-strong);background:#67f5b512}.pulse-workspace--terminal .workspace-balance-pill>svg,.pulse-workspace--terminal .workspace-balance-pill .icons8-line-awesome-icon,.pulse-workspace--terminal .account-balance-visibility[data-hidden=true],.pulse-workspace--terminal .pulse-chart-control__trigger svg{color:var(--bd-mint)}.pulse-workspace--terminal .account-mode-selector[data-open=true] .workspace-balance-pill{border-color:#67f5b58f;background:linear-gradient(145deg,rgb(103 245 181 / 10%),var(--terminal-control));box-shadow:0 0 30px #67f5b517,inset 0 1px #ffffff0a}.pulse-chart-menu,.terminal-market-menu,.terminal-mobile-menu,.terminal-tools-popover,.terminal-trade-history,.terminal-trade-ticket__body{border-color:var(--bd-border);background:linear-gradient(145deg,#0a1612fa,#030907fc);box-shadow:var(--bd-shadow);-webkit-backdrop-filter:blur(22px) saturate(125%);backdrop-filter:blur(22px) saturate(125%)}.terminal-trade-ticket,.terminal-workspace__chart,.terminal-chart,.terminal-chart-shell{background-color:var(--terminal-canvas)}.terminal-trade-ticket__header,.terminal-trade-ticket__fields>label,.terminal-trade-ticket__return,.terminal-trade-history__list>article{border-color:var(--bd-border);background:#ffffff05;box-shadow:inset 0 1px #ffffff08}.terminal-trade-ticket__directions button.is-call{color:#03110b;border-color:var(--bd-mint);background:linear-gradient(135deg,var(--bd-mint-bright),var(--bd-mint));box-shadow:0 15px 40px #3ad39733}.terminal-trade-ticket__directions button.is-put{color:#fff;border-color:#ff6f83b8;background:linear-gradient(135deg,#ff7588,#d9415b);box-shadow:0 15px 40px #d9415b2e}.terminal-market-menu__item.is-active,.terminal-mobile-nav button.is-active,.pulse-chart-menu button[aria-checked=true],.pulse-chart-menu button.is-active{color:#04120c;border-color:var(--bd-mint);background:var(--bd-mint)}.pulse-workspace--admin{--admin-canvas: #020505;--admin-surface: #07100e;--admin-surface-raised: #0b1713;--admin-surface-hover: #10221c;--admin-border: rgb(154 211 197 / 15%);--admin-border-strong: rgb(103 245 181 / 34%);--admin-brand: var(--bd-mint);--admin-info: var(--bd-teal);--admin-success: var(--bd-mint);--admin-text: #f5f7f6;--admin-muted: #b3bfbd;--admin-subtle: #7d8a87;background:radial-gradient(ellipse 50% 30% at 54% -8%,rgb(44 142 109 / 12%),transparent 74%),var(--admin-canvas)}.pulse-workspace--admin .pulse-workspace__topbar{border-color:#9ad3c51a;background:#020605e5}.pulse-workspace--admin .pulse-workspace__product small{color:var(--bd-mint)}.pulse-workspace--admin .pulse-workspace__navigation{border-color:#9ad3c517;background:linear-gradient(180deg,#060e0ce0,#020706d1)}.admin-workspace__nav-item{border-radius:999px}.admin-workspace__nav-item svg{color:#7f9993}.admin-workspace__nav-item:hover{color:var(--admin-text);border-color:var(--admin-border);background:#67f5b50f}.admin-workspace__nav-item.is-active,.admin-workspace__nav-item[aria-current=page]{color:#04120c;border-color:var(--bd-mint);background:var(--bd-mint);box-shadow:0 12px 36px #67f5b526}.admin-workspace__nav-item.is-active svg,.admin-workspace__nav-item[aria-current=page] svg{color:#04120c}.pulse-workspace--admin .pulse-workspace__content{background:linear-gradient(rgb(155 203 191 / 2%) 1px,transparent 1px),linear-gradient(90deg,rgb(155 203 191 / 2%) 1px,transparent 1px);background-size:72px 72px}.pulse-workspace--admin .admin-stat,.pulse-workspace--admin .admin-panel,.quote-hub__category,.quote-hub__editor,.quote-hub__slot,.quote-hub__metric{border-color:var(--admin-border);border-radius:18px;background:linear-gradient(145deg,#0c1915e0,#040a08eb);box-shadow:0 22px 64px #00000047,inset 0 1px #ffffff08}.pulse-workspace--admin input,.pulse-workspace--admin select,.pulse-workspace--admin textarea,.quote-hub input,.quote-hub select{border-color:var(--admin-border);border-radius:12px;background:#030a08e0}.pulse-workspace--admin input:focus,.pulse-workspace--admin select:focus,.pulse-workspace--admin textarea:focus,.quote-hub input:focus,.quote-hub select:focus{border-color:var(--admin-border-strong);box-shadow:0 0 0 4px #67f5b50d}.pulse-workspace--admin .admin-button.is-primary,.quote-hub button.is-primary,.quote-hub__actions button:not(.is-danger){color:#03110b;border-color:var(--bd-mint);background:var(--bd-mint)}.language-switcher__panel{border-color:var(--bd-border);background:linear-gradient(145deg,#0a1612fa,#030907fc);box-shadow:var(--bd-shadow)}.language-switcher__trigger:hover,.language-switcher__trigger[aria-expanded=true]{border-color:var(--bd-border-strong);color:var(--bd-mint);background:#67f5b512}*{scrollbar-width:thin;scrollbar-color:rgb(103 245 181 / 30%) transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#67f5b547;background-clip:padding-box}*::-webkit-scrollbar-track{background:transparent}@media(max-width:980px){.site-header{inset-inline:10px;top:10px}.site-header__inner{height:58px;padding-inline:13px 8px}.hero-section{min-height:940px;padding-top:112px}.hero-copy h1{font-size:clamp(3.2rem,9vw,5.5rem)}.hero-visual{width:min(820px,100%);padding:12px;border-radius:26px}.candle-pulse{height:510px}}@media(max-width:640px){.site-header{top:8px;inset-inline:8px}.site-header__inner{height:54px;gap:10px;border-radius:18px}.menu-toggle{width:40px;height:40px;border:1px solid var(--bd-border);border-radius:999px;background:var(--bd-control)}.mobile-menu{border-color:var(--bd-border);border-radius:24px;background:linear-gradient(155deg,#0b1814fa,#030907fc);box-shadow:var(--bd-shadow)}.hero-section{min-height:820px;padding:96px 0 60px}.hero-copy{padding-top:26px}.hero-copy h1{margin-bottom:18px;font-size:clamp(2.7rem,13.2vw,4.2rem);line-height:.96}.hero-lead{font-size:13px}.hero-actions{width:100%}.hero-actions .button{min-width:min(100%,270px)}.hero-ticker{width:100%;border-radius:18px}.hero-visual{padding:7px;border-radius:20px}.candle-pulse{height:390px;border-radius:15px}.auth-shell{border-radius:22px}.pulse-workspace--terminal .workspace-icon-button,.pulse-workspace--terminal .workspace-count,.pulse-workspace--terminal .workspace-balance-pill,.pulse-workspace--terminal .account-balance-visibility,.pulse-workspace--terminal .workspace-clock,.pulse-workspace--terminal .pulse-chart-control__trigger{border-radius:12px}.admin-workspace__nav-item{border-radius:14px}}@media(prefers-reduced-motion:reduce){.site-header__inner,.auth-shell,.pulse-workspace__popover,.pulse-chart-menu{-webkit-backdrop-filter:none;backdrop-filter:none}}
