:root{--bg-base: #06080d;--bg-sidebar: #080b12;--bg-bar: #0a0e16;--bg-panel: #0c1018;--border: rgba(255, 255, 255, .1);--border-dashed: rgba(255, 255, 255, .12);--text-primary: #e8edf4;--text-muted: #94a3b8;--text-dim: #64748b;--text-placeholder: rgba(100, 116, 139, .45);--accent: #8b95a8;--verdict-yes: #22c55e;--verdict-yes-dim: rgba(34, 197, 94, .15);--verdict-caution: #eab308;--verdict-caution-dim: rgba(234, 179, 8, .15);--verdict-no: #ef4444;--verdict-no-dim: rgba(239, 68, 68, .15);--font-mono: "Consolas", "SF Mono", "Cascadia Code", monospace}:root{font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;font-weight:400;color:var(--text-primary);background-color:var(--bg-base);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{height:100%;overflow:hidden;font-size:140%}body{margin:0;min-width:320px;min-height:100vh;height:100%;overflow:hidden;background:var(--bg-base)}#root{min-height:100vh;height:100%;overflow:hidden}button{font-family:inherit}@media(max-width:900px){html,body,#root{overflow:auto}}.auth-loading{display:flex;align-items:center;justify-content:center;min-height:100dvh;font-family:var(--font-mono);font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.login-page{display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:1.5rem;background:var(--bg-base)}.login-page__card{width:100%;max-width:420px;padding:2rem 2.25rem;background:var(--bg-panel);border:1px solid rgba(255,255,255,.14);border-radius:8px;box-shadow:0 6px 32px #00000073}.login-page__title{margin:0 0 1.5rem;font-size:2rem;font-weight:800;letter-spacing:-.02em;line-height:1.1;text-align:center;color:var(--text-primary)}.login-page__form{display:flex;flex-direction:column;gap:.75rem}.login-page__label{font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.login-page__input{width:100%;padding:.75rem .875rem;font-family:inherit;font-size:.9375rem;color:var(--text-primary);background:#00000047;border:1px solid var(--border);border-radius:6px;outline:none;transition:border-color .2s ease}.login-page__input:focus{border-color:#ffffff47}.login-page__input::placeholder{color:var(--text-placeholder)}.login-page__button{margin-top:.25rem;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;font-weight:650;color:var(--text-primary);background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:6px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.login-page__button:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff3d}.login-page__button:disabled{opacity:.6;cursor:not-allowed}.login-page__error{margin:.25rem 0 0;font-size:.875rem;line-height:1.45;color:#f87171}.login-page__success{margin:0;font-size:.9375rem;line-height:1.55;text-align:center;color:var(--text-muted)}.trial-expired{display:flex;align-items:center;justify-content:center;min-height:100dvh;padding:1.5rem;background:var(--bg-base)}.trial-expired__card{width:100%;max-width:480px;padding:2rem 2.25rem;background:var(--bg-panel);border:1px solid rgba(255,255,255,.14);border-radius:8px;box-shadow:0 6px 32px #00000073;text-align:center}.trial-expired__title{margin:0 0 1rem;font-size:1.75rem;font-weight:800;letter-spacing:-.02em;line-height:1.2;color:var(--text-primary)}.trial-expired__text{margin:0 0 1.75rem;font-size:.9375rem;line-height:1.55;color:var(--text-muted)}.trial-expired__actions{display:flex;flex-direction:column;align-items:stretch;gap:.75rem}.trial-expired__telegram{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:700;line-height:1.2;color:#fff;text-decoration:none;background:linear-gradient(180deg,#2aabee,#229ed9);border:1px solid rgba(255,255,255,.18);border-radius:6px;box-shadow:0 4px 16px #229ed959;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,transform .15s ease}.trial-expired__telegram:hover{background:linear-gradient(180deg,#3bb8f5,#2aabee);box-shadow:0 6px 20px #229ed973;transform:translateY(-1px)}.trial-expired__telegram:active{transform:translateY(0)}.trial-expired__button{padding:.625rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--text-dim);background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:6px;cursor:pointer;transition:color .2s ease,border-color .2s ease,background .2s ease}.trial-expired__button--secondary:hover{color:var(--text-muted);background:#ffffff0a;border-color:#ffffff29}.sidebar{display:flex;flex-direction:column;width:220px;height:100dvh;flex-shrink:0;background:var(--bg-sidebar);border-right:1px solid var(--border);overflow:hidden}.sidebar__brand{padding:1.125rem 1.25rem;font-size:.9375rem;font-weight:700;letter-spacing:-.01em;color:var(--text-primary);border-bottom:1px solid var(--border)}.sidebar__nav{flex:1;padding:.75rem 0;overflow-y:auto}.sidebar__list{list-style:none;margin:0;padding:0}.sidebar__link{display:block;width:100%;padding:.625rem 1.25rem;border:none;background:transparent;text-align:left;font-family:inherit;font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;text-decoration:none;transition:background .2s ease,color .2s ease}.sidebar__link:hover{background:#ffffff0a;color:var(--text-primary)}.sidebar__link--active{background:#ffffff0f;color:var(--text-primary);border-right:2px solid var(--accent)}.sidebar__footer{flex-shrink:0;padding:.75rem 1.25rem 1rem;border-top:1px solid var(--border)}.sidebar__sign-out{width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--text-dim);background:transparent;border:1px solid var(--border);border-radius:4px;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.sidebar__sign-out:hover{color:var(--text-muted);background:#ffffff0a;border-color:#ffffff29}@media(max-width:900px){.sidebar{width:100%;border-right:none;border-bottom:1px solid var(--border)}.sidebar__list{display:flex;flex-wrap:wrap;gap:.25rem;padding:0 .5rem .5rem}.sidebar__link{width:auto;padding:.375rem .75rem;border-radius:4px}.sidebar__link--active{border-right:none}}.app-shell{display:grid;grid-template-columns:220px 1fr;height:100dvh;overflow:hidden;background:var(--bg-base)}.app-shell__main{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden}.app-shell__workspace{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;padding:1.5rem 1.75rem;gap:1.75rem}@media(max-width:900px){.app-shell{grid-template-columns:1fr;height:auto;min-height:100dvh;overflow:auto}.sidebar{height:auto}.app-shell__workspace{overflow-y:visible}}.dashboard-asset-bar{width:100%}.dashboard-asset-bar__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem}.dashboard-asset-bar__card{display:flex;flex-direction:column;gap:.125rem;min-width:0;padding:.5rem .625rem;border:1px solid var(--border);border-radius:6px;background:#00000038}.dashboard-asset-bar__heading{display:flex;flex-direction:column;gap:.0625rem;min-width:0}.dashboard-asset-bar__label{font-family:var(--font-mono);font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.dashboard-asset-bar__subtitle{font-size:.5625rem;font-weight:500;letter-spacing:.02em;text-transform:none;color:var(--text-placeholder);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-asset-bar__price{font-family:var(--font-mono);font-size:.875rem;font-weight:700;line-height:1.2;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-asset-bar__change{display:inline-flex;align-items:center;gap:.1875rem;font-family:var(--font-mono);font-size:.6875rem;font-weight:700;color:var(--text-dim);white-space:nowrap}.dashboard-asset-bar__change--up{color:#4ade80}.dashboard-asset-bar__change--down{color:#f87171}.dashboard-asset-bar__arrow{font-size:.75rem;line-height:1}.dashboard-asset-bar__skeleton{display:block;border-radius:4px;background:linear-gradient(90deg,#ffffff0f,#ffffff1f,#ffffff0f);background-size:200% 100%;animation:dashboard-asset-bar-shimmer 1.2s ease-in-out infinite}.dashboard-asset-bar__skeleton--price{width:72%;height:.875rem}.dashboard-asset-bar__skeleton--change{width:48%;height:.6875rem}@keyframes dashboard-asset-bar-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:1100px){.dashboard-asset-bar__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:640px){.dashboard-asset-bar__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.regime-map{flex-shrink:0;display:flex;flex-direction:column;gap:1.5rem;width:100%;padding:0;background:transparent;border:none;box-shadow:none}.regime-map__header{display:flex;flex-direction:column;gap:.5rem}.regime-map__title{margin:0;font-size:36px;font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--text-primary)}.regime-map__meta{margin:0;font-family:var(--font-mono);font-size:13px;font-weight:600;letter-spacing:.02em;color:var(--text-dim)}.regime-map__status{margin:0;font-family:var(--font-mono);font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}.regime-map__body{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,360px);gap:1.75rem;align-items:start}.regime-map__map-column{display:flex;flex-direction:column;gap:.875rem;min-width:0}.regime-map__canvas{width:min(100%,800px);max-width:800px;margin:0 auto;aspect-ratio:1 / 1}.regime-map__svg{display:block;width:100%;height:auto;background:transparent;border:none;overflow:visible}.regime-map__zone{opacity:.32;cursor:pointer;transition:opacity .18s ease,fill .18s ease,stroke .18s ease,filter .18s ease}.regime-map__zone--growth{fill:#3b82f61f}.regime-map__zone--risk-on{fill:#22c55e1f}.regime-map__zone--risk-off{fill:#ef44441f}.regime-map__zone--value{fill:#f59e0b1f}.regime-map__zone--active{opacity:1;stroke-width:3}.regime-map__zone--growth.regime-map__zone--active{fill:#3b82f67a;stroke:#93c5fdf2;filter:drop-shadow(0 0 14px rgba(59,130,246,.75))}.regime-map__zone--risk-on.regime-map__zone--active{fill:#22c55e7a;stroke:#86efacf2;filter:drop-shadow(0 0 14px rgba(34,197,94,.75))}.regime-map__zone--risk-off.regime-map__zone--active{fill:#ef44447a;stroke:#fca5a5f2;filter:drop-shadow(0 0 14px rgba(239,68,68,.75))}.regime-map__zone--value.regime-map__zone--active{fill:#f59e0b7a;stroke:#fde68af2;filter:drop-shadow(0 0 14px rgba(245,158,11,.75))}.regime-map__zone--hover{opacity:.58;stroke:#e8edf459;stroke-width:1.5}.regime-map__axis{stroke:#e8edf466;stroke-width:2;pointer-events:none}.regime-map__label{fill:#e8edf4;font-family:var(--font-mono);font-weight:700;letter-spacing:.04em;pointer-events:none;paint-order:stroke fill;stroke:#06080deb;stroke-width:4px;stroke-linejoin:round}.regime-map__label--zone{fill:#f8fafc;font-size:18px;letter-spacing:.06em;text-transform:uppercase;stroke-width:5px}.regime-map__label--axis{fill:#f1f5f9;font-size:13px;text-transform:uppercase;stroke-width:5px}.regime-map__desc-box{pointer-events:none;overflow:visible}.regime-map__desc{margin:0;padding:.2rem .3rem;border-radius:3px;font-family:Segoe UI,system-ui,sans-serif;font-size:11px;font-weight:600;line-height:1.35;color:#e8edf4;background:#06080d8c;text-shadow:0 1px 2px rgba(0,0,0,.85);word-break:normal;overflow-wrap:anywhere}.regime-map__footnote{margin:0 auto;max-width:800px;width:100%;font-size:12px;line-height:1.45;color:var(--text-dim)}.regime-map__assets{display:flex;flex-direction:column;gap:1.25rem;min-width:0;padding:1.25rem 1.35rem;background:#00000038;border:1px solid var(--border);border-radius:6px}.regime-map__assets-title{margin:0;display:flex;align-items:center;gap:.625rem;font-size:1.35rem;font-weight:800;letter-spacing:-.01em;color:var(--text-primary)}.regime-map__assets-preview{font-family:var(--font-mono);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-dim);padding:.2rem .45rem;border:1px solid var(--border);border-radius:999px}.regime-map__assets-empty{margin:0;font-family:var(--font-mono);font-size:13px;font-weight:600;color:var(--text-dim)}.regime-map__assets-block{display:flex;flex-direction:column;gap:.625rem}.regime-map__assets-heading{margin:0;font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.regime-map__assets-heading--long{color:#4ade80}.regime-map__assets-heading--avoid{color:#f87171}.regime-map__assets-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.regime-map__badge{display:inline-flex;align-items:center;padding:.35rem .65rem;font-size:.8125rem;font-weight:600;line-height:1.3;border-radius:4px;border:1px solid transparent}.regime-map__badge--long{color:#bbf7d0;background:#22c55e24;border-color:#22c55e47}.regime-map__badge--avoid{color:#fecaca;background:#ef44441f;border-color:#ef44443d}@media(max-width:1100px){.regime-map__body{grid-template-columns:1fr}.regime-map__canvas{width:min(100%,800px)}}@media(max-width:900px){.regime-map__title{font-size:28px}.regime-map__canvas{width:100%;max-width:800px}.regime-map__desc{font-size:10px}}.trading-clocks{width:100%}.trading-clocks__row{display:flex;flex-wrap:wrap;gap:.375rem;list-style:none;margin:0;padding:0}.trading-clocks__item{display:flex;flex-direction:column;gap:.125rem;flex:1 1 7.5rem;min-width:6.75rem;padding:.375rem .5rem;border:1px solid var(--border);border-radius:6px;background:#0000002e;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.trading-clocks__item--open{border-color:#22c55e73;background:#22c55e14;box-shadow:0 0 0 1px #22c55e1f}.trading-clocks__item--closed{opacity:.72}.trading-clocks__heading{display:flex;align-items:center;justify-content:space-between;gap:.375rem;min-width:0}.trading-clocks__city{font-size:.6875rem;font-weight:650;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trading-clocks__item--open .trading-clocks__city{color:var(--text-primary)}.trading-clocks__dot{flex-shrink:0;width:.4375rem;height:.4375rem;border-radius:999px;background:#94a3b88c}.trading-clocks__item--open .trading-clocks__dot{background:#4ade80;box-shadow:0 0 8px #4ade80a6}.trading-clocks__time{font-family:var(--font-mono);font-size:.8125rem;font-weight:700;letter-spacing:.04em;color:var(--text-dim);white-space:nowrap}.trading-clocks__item--open .trading-clocks__time{color:#86efac}@media(max-width:640px){.trading-clocks__item{flex:1 1 calc(50% - .375rem);min-width:calc(50% - .375rem)}}.page{flex-shrink:0;padding:2rem 2.5rem;background:var(--bg-panel);border:1px solid rgba(255,255,255,.14);border-radius:8px;box-shadow:0 6px 32px #00000073}.page--dashboard{padding:2rem 2.5rem 2.5rem;background:transparent;border:none;box-shadow:none;display:flex;flex-direction:column;gap:1.25rem}.page--dashboard .page__title{margin:0}.page__title{margin:0 0 1rem;font-size:40px;font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--text-primary)}.page__text{margin:0;font-size:1.125rem;color:var(--text-muted)}.methodology{flex-shrink:0;width:100%;max-width:800px;display:flex;flex-direction:column;gap:1.75rem}.methodology__title{margin:0;font-size:40px;font-weight:800;letter-spacing:-.02em;line-height:1.15;color:var(--text-primary)}.methodology__section{display:flex;flex-direction:column;gap:.75rem}.methodology__heading{margin:0;font-size:1.25rem;font-weight:700;line-height:1.35;color:var(--text-primary)}.methodology__text{margin:0;font-size:.9375rem;line-height:1.6;color:var(--text-muted)}.methodology__list{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem;font-size:.9375rem;line-height:1.55;color:var(--text-muted)}.methodology__list strong{color:var(--text-primary);font-weight:650}.methodology__quadrants{list-style:none;margin:.25rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.methodology__quadrant{position:relative;padding-left:1.125rem}.methodology__quadrant:before{content:"";position:absolute;left:0;top:.45rem;width:8px;height:8px;border-radius:50%}.methodology__quadrant--growth:before{background:#3b82f6f2;box-shadow:0 0 8px #3b82f673}.methodology__quadrant--risk-on:before{background:#22c55ef2;box-shadow:0 0 8px #22c55e73}.methodology__quadrant--risk-off:before{background:#ef4444f2;box-shadow:0 0 8px #ef444473}.methodology__quadrant--value:before{background:#f59e0bf2;box-shadow:0 0 8px #f59e0b73}.methodology__quadrant-text{margin:0;font-size:.9375rem;line-height:1.55;color:var(--text-muted)}.methodology__quadrant-text strong{color:var(--text-primary);font-weight:650}.methodology__callout{margin:.25rem 0 0;padding:1rem 1.125rem;border-left:3px solid rgba(234,179,8,.75);border-radius:0 6px 6px 0;background:#eab30814}.methodology__callout-text{margin:0;font-size:.9375rem;line-height:1.55;color:var(--text-muted)}.methodology__callout-text strong{color:#fde68a;font-weight:700}.methodology__disclaimer{margin-top:.5rem;padding:1.25rem 1.35rem;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#00000047}.methodology__disclaimer-title{margin:0 0 .625rem;font-family:var(--font-mono);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}.methodology__disclaimer-text{margin:0;font-size:.8125rem;line-height:1.55;color:var(--text-dim)}@media(max-width:900px){.methodology__title{font-size:28px}.methodology__heading{font-size:1.125rem}}.decision-engine{flex-shrink:0;display:flex;flex-direction:column;gap:2rem;padding:2rem 2.5rem;background:var(--bg-panel);border:1px solid rgba(255,255,255,.14);border-radius:8px;box-shadow:0 6px 32px #00000073}.decision-engine__primary{display:flex;flex-direction:column;gap:1.75rem}.decision-engine__day{font-family:var(--font-mono);font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-dim)}.decision-engine__headline{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.decision-engine__plan-column{flex:1;min-width:0;display:flex;flex-direction:column;gap:1.25rem}.decision-engine__title{margin:0;font-size:40px;font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--text-primary)}.decision-engine__plan{display:flex;flex-direction:column;gap:.875rem}.decision-engine__plan-label{font-family:var(--font-mono);font-size:14px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}.decision-engine__plan-text{margin:0;max-width:900px;font-size:34px;font-weight:700;line-height:1.3;letter-spacing:-.01em;color:var(--text-primary)}.decision-engine__chips{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;margin-top:.375rem}.decision-engine__chip{display:inline-flex;align-items:center;padding:.375rem .75rem;font-family:var(--font-mono);font-size:14px;font-weight:600;color:var(--text-muted);background:#00000038;border:1px solid var(--border);border-radius:999px}.decision-engine__chip:before{content:"•";margin-right:.375rem;color:var(--text-dim)}.decision-engine__verdicts{display:flex;align-items:flex-end;flex-shrink:0;gap:1rem}.decision-engine__verdict{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:5.5rem;padding:.625rem 1rem;background:#00000047;border:1px solid var(--border);border-radius:6px;opacity:.5;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,opacity .2s ease}.decision-engine__verdict--yes{border-color:#22c55e38}.decision-engine__verdict--caution{border-color:#eab30838}.decision-engine__verdict--no{border-color:#ef444438}.decision-engine__verdict--active{min-width:13rem;padding:1.75rem 2.5rem;opacity:1;border-radius:10px}.decision-engine__verdict--active.decision-engine__verdict--yes{background:var(--verdict-yes-dim);border-color:var(--verdict-yes);box-shadow:0 0 36px #22c55e47}.decision-engine__verdict--active.decision-engine__verdict--caution{background:var(--verdict-caution-dim);border-color:var(--verdict-caution);box-shadow:0 0 36px #eab3083d}.decision-engine__verdict--active.decision-engine__verdict--no{background:var(--verdict-no-dim);border-color:var(--verdict-no);box-shadow:0 0 36px #ef444447}.decision-engine__verdict-label{font-family:var(--font-mono);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}.decision-engine__verdict--active .decision-engine__verdict-label{font-size:16px}.decision-engine__verdict--active.decision-engine__verdict--yes .decision-engine__verdict-label{color:var(--verdict-yes)}.decision-engine__verdict--active.decision-engine__verdict--caution .decision-engine__verdict-label{color:var(--verdict-caution)}.decision-engine__verdict--active.decision-engine__verdict--no .decision-engine__verdict-label{color:var(--verdict-no)}.decision-engine__verdict-value{margin-top:.25rem;font-family:var(--font-mono);font-size:24px;font-weight:600;color:var(--text-muted)}.decision-engine__verdict--active .decision-engine__verdict-value{margin-top:.5rem;font-size:48px;font-weight:800;letter-spacing:.02em;line-height:1}.decision-engine__verdict--active.decision-engine__verdict--yes .decision-engine__verdict-value{color:var(--verdict-yes)}.decision-engine__verdict--active.decision-engine__verdict--caution .decision-engine__verdict-value{color:var(--verdict-caution)}.decision-engine__verdict--active.decision-engine__verdict--no .decision-engine__verdict-value{color:var(--verdict-no)}.decision-engine__verdict-value--placeholder{font-size:18px;font-weight:500;color:var(--text-placeholder);opacity:.55}.decision-engine__secondary{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding-top:1.75rem;margin-top:.5rem;border-top:1px solid var(--border)}.decision-engine__section{background:#0000002e;border:1px solid var(--border);border-radius:6px;overflow:hidden}.decision-engine__section-title{margin:0;padding:.875rem 1.125rem;font-family:var(--font-mono);font-size:18px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:#ffffff08;border-bottom:1px solid var(--border)}.decision-engine__list{list-style:none;margin:0;padding:.625rem 0}.decision-engine__list-item{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:.75rem 1.125rem;font-family:var(--font-mono);font-size:16px;border-bottom:1px solid rgba(255,255,255,.04)}.decision-engine__list-item:last-child{border-bottom:none}.decision-engine__list-label{color:var(--text-dim);flex-shrink:0}.decision-engine__list-value{font-weight:600;color:var(--text-muted);text-align:right;line-height:1.45}.decision-engine__list-item:first-child .decision-engine__list-value:not(.decision-engine__value--placeholder){color:var(--text-primary)}.decision-engine__value--placeholder{font-weight:400;color:var(--text-placeholder);opacity:.5}@media(max-width:900px){.decision-engine{padding:1.5rem}.decision-engine__headline{flex-direction:column;align-items:stretch}.decision-engine__title{font-size:32px}.decision-engine__plan-text{font-size:28px}.decision-engine__verdicts{justify-content:center}.decision-engine__secondary{grid-template-columns:1fr}}@media(max-width:640px){.decision-engine__verdicts{flex-wrap:wrap;justify-content:center}.decision-engine__verdict{min-width:4.5rem}.decision-engine__verdict--active{order:-1;width:100%;max-width:18rem}.decision-engine__verdict--active .decision-engine__verdict-value{font-size:40px}.decision-engine__plan-text{font-size:24px}}.decision-engine__disclaimer{margin:1.5rem 0 0;max-width:52rem;margin-inline:auto;font-size:.75rem;line-height:1.5;text-align:center;color:var(--text-dim)}.crypto-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.5rem}.crypto-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:0;border:none;background:#000000b8;cursor:pointer}.crypto-modal__dialog{position:relative;z-index:1;width:100%;max-width:520px;max-height:min(85dvh,640px);display:flex;flex-direction:column;gap:1rem;padding:1.25rem 1.375rem 1.375rem;background:var(--bg-panel);border:1px solid rgba(255,255,255,.14);border-radius:8px;box-shadow:0 12px 48px #0000008c;overflow:hidden}.crypto-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.crypto-modal__title-wrap{display:flex;align-items:center;gap:.625rem;min-width:0}.crypto-modal__icon{flex-shrink:0;border-radius:50%}.crypto-modal__title{margin:0;font-size:1.125rem;font-weight:700;line-height:1.3;color:var(--text-primary)}.crypto-modal__symbol{font-weight:500;color:var(--text-dim)}.crypto-modal__close{flex-shrink:0;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:1.375rem;line-height:1;color:var(--text-dim);background:transparent;border:1px solid rgba(255,255,255,.12);border-radius:6px;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.crypto-modal__close:hover{color:var(--text-primary);background:#ffffff0f;border-color:#fff3}.crypto-modal__actions{display:flex}.crypto-modal__chart-btn{padding:.625rem 1rem;font-family:inherit;font-size:.875rem;font-weight:650;color:var(--text-primary);background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:6px;cursor:pointer;transition:background .2s ease,border-color .2s ease}.crypto-modal__chart-btn:hover{background:#ffffff1f;border-color:#ffffff3d}.crypto-modal__exchanges{display:flex;flex-direction:column;gap:.625rem;min-height:0;overflow:hidden}.crypto-modal__section-title{margin:0;font-family:var(--font-mono);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim)}.crypto-modal__status{margin:0;font-size:.875rem;line-height:1.45;color:var(--text-muted)}.crypto-modal__status--error{color:#f87171}.crypto-modal__exchange-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.375rem;overflow-y:auto;max-height:min(42dvh,360px)}.crypto-modal__exchange-row{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) auto;gap:.5rem;align-items:center;padding:.4375rem .5rem;background:#00000038;border:1px solid var(--border);border-radius:6px}.crypto-modal__exchange-name{font-size:.8125rem;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crypto-modal__exchange-pair{font-family:var(--font-mono);font-size:.75rem;font-weight:600;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crypto-modal__exchange-volume{font-family:var(--font-mono);font-size:.75rem;font-weight:700;color:var(--text-muted);white-space:nowrap;text-align:right}.crypto-modal__disclaimer{margin:.25rem 0 0;font-size:.6875rem;line-height:1.45;color:var(--text-dim)}@media(max-width:560px){.crypto-modal{padding:1rem}.crypto-modal__exchange-row{grid-template-columns:1fr;gap:.25rem}.crypto-modal__exchange-volume{text-align:left}}.crypto-rotation{flex-shrink:0;display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:920px}.crypto-rotation__header{display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:3}.crypto-rotation__title{margin:0;font-size:40px;font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--text-primary)}.crypto-rotation__subtitle{margin:0;max-width:52rem;font-size:.9375rem;line-height:1.4;color:var(--text-muted)}.crypto-rotation__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.crypto-rotation__toolbar-label{font-family:var(--font-mono);font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim)}.crypto-rotation__sort{display:flex;flex-wrap:wrap;gap:.375rem}.crypto-rotation__sort-btn{padding:.3125rem .625rem;font-family:inherit;font-size:.75rem;font-weight:650;color:var(--text-dim);background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:999px;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.crypto-rotation__sort-btn:hover{color:var(--text-muted);background:#ffffff0f;border-color:#ffffff29}.crypto-rotation__sort-btn--active{color:var(--text-primary);background:#ffffff1a;border-color:#fff3}.crypto-rotation__status{margin:0;font-family:var(--font-mono);font-size:14px;font-weight:700;letter-spacing:.06em;color:var(--text-dim)}.crypto-rotation__status--error{color:#f87171;letter-spacing:.02em;text-transform:none;font-weight:600}.crypto-rotation__table{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:6px;background:#0000002e;overflow:hidden;position:relative;z-index:1}.crypto-rotation__head{display:grid;grid-template-columns:minmax(0,1.35fr) 80px minmax(96px,.85fr) 68px 80px;gap:.375rem;align-items:center;padding:.375rem .625rem;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff08}.crypto-rotation__head-cell{font-family:var(--font-mono);font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim)}.crypto-rotation__head-cell--price,.crypto-rotation__head-cell--rs,.crypto-rotation__head-cell--volume{text-align:right}.crypto-rotation__list{list-style:none;margin:0;padding:0}.crypto-rotation__row-wrap{margin:0;padding:0;border-bottom:1px solid rgba(255,255,255,.05)}.crypto-rotation__row-wrap:last-child{border-bottom:none}.crypto-rotation__row{display:grid;grid-template-columns:minmax(0,1.35fr) 80px minmax(96px,.85fr) 68px 80px;gap:.375rem;align-items:center;min-height:32px;width:100%;padding:.25rem .625rem;color:inherit;text-decoration:none;font:inherit;text-align:inherit;background:transparent;border:none;cursor:pointer;transition:background .15s ease}.crypto-rotation__row:hover{background:#ffffff0b}.crypto-rotation__row:focus-visible{outline:2px solid rgba(255,255,255,.28);outline-offset:-2px}.crypto-rotation__cell{min-width:0}.crypto-rotation__cell--asset{display:flex;align-items:center;gap:.4375rem}.crypto-rotation__icon{flex-shrink:0;width:20px;height:20px;border-radius:50%}.crypto-rotation__name{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.3125rem;font-size:.8125rem;font-weight:600;line-height:1.25;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crypto-rotation__benchmark{flex-shrink:0;padding:.0625rem .3125rem;font-family:var(--font-mono);font-size:.5625rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim);background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:999px}.crypto-rotation__symbol{font-weight:500;color:var(--text-dim)}.crypto-rotation__cell--price{text-align:right}.crypto-rotation__price{font-family:var(--font-mono);font-size:.75rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.crypto-rotation__cell--change{display:flex;align-items:center;gap:.4375rem;min-width:0}.crypto-rotation__change{flex-shrink:0;width:3.75rem;font-family:var(--font-mono);font-size:.75rem;font-weight:700;text-align:right}.crypto-rotation__change--up{color:#4ade80}.crypto-rotation__change--down{color:#f87171}.crypto-rotation__cell--rs{display:flex;flex-direction:column;align-items:flex-end;gap:0;text-align:right}.crypto-rotation__rs-label{display:none;font-size:.5625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim)}.crypto-rotation__rs{font-family:var(--font-mono);font-size:.75rem;font-weight:700;white-space:nowrap}.crypto-rotation__rs--up{color:#4ade80}.crypto-rotation__rs--down{color:#f87171}.crypto-rotation__rs--neutral{color:var(--text-dim)}.crypto-rotation__bar-track{position:relative;flex:1;min-width:48px;height:6px;border-radius:999px;background:#ffffff0d;overflow:hidden}.crypto-rotation__bar-zero{position:absolute;top:0;bottom:0;left:50%;width:1px;background:#e8edf438;transform:translate(-50%)}.crypto-rotation__bar{position:absolute;top:0;bottom:0;border-radius:999px;min-width:2px}.crypto-rotation__bar--up{background:linear-gradient(90deg,#22c55e59,#22c55ee6)}.crypto-rotation__bar--down{background:linear-gradient(270deg,#ef444459,#ef4444e6)}.crypto-rotation__cell--volume{display:flex;flex-direction:column;align-items:flex-end;gap:0;text-align:right}.crypto-rotation__volume-label{display:none;font-size:.5625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim)}.crypto-rotation__volume{font-family:var(--font-mono);font-size:.75rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.crypto-rotation__disclaimer{margin:0;font-size:.75rem;line-height:1.45;color:var(--text-dim)}@media(max-width:760px){.crypto-rotation__head{display:none}.crypto-rotation__row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"asset price" "change rs" "volume volume";gap:.25rem .75rem;padding:.375rem .5rem;min-height:auto}.crypto-rotation__cell--asset{grid-area:asset}.crypto-rotation__cell--price{grid-area:price}.crypto-rotation__cell--change{grid-area:change}.crypto-rotation__cell--rs{grid-area:rs;flex-direction:row;align-items:baseline;justify-content:flex-end;gap:.375rem}.crypto-rotation__cell--volume{grid-area:volume;flex-direction:row;align-items:baseline;justify-content:flex-end;gap:.375rem}.crypto-rotation__rs-label,.crypto-rotation__volume-label{display:inline}.crypto-rotation__change{width:auto;min-width:3.25rem}}@media(max-width:900px){.crypto-rotation__title{font-size:28px}}.forex-rotation{flex-shrink:0;display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:920px}.forex-rotation__header{display:flex;flex-direction:column;gap:.5rem}.forex-rotation__heading{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .875rem}.forex-rotation__title{margin:0;font-size:40px;font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--text-primary)}.forex-rotation__date{font-family:var(--font-mono);font-size:13px;font-weight:700;letter-spacing:.06em;color:var(--text-dim)}.forex-rotation__subtitle{margin:0;max-width:52rem;font-size:.8125rem;line-height:1.45;color:var(--text-dim)}.forex-rotation__status{margin:0;font-family:var(--font-mono);font-size:14px;font-weight:700;letter-spacing:.06em;color:var(--text-dim)}.forex-rotation__status--error{color:#f87171;letter-spacing:.02em;text-transform:none;font-weight:600}.forex-rotation__table{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:6px;background:#0000002e;overflow:hidden}.forex-rotation__head{display:grid;grid-template-columns:minmax(0,1fr) 96px minmax(120px,1.1fr);gap:.375rem;align-items:center;padding:.375rem .625rem;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff08}.forex-rotation__head-cell{font-family:var(--font-mono);font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim)}.forex-rotation__head-cell--rate{text-align:right}.forex-rotation__list{list-style:none;margin:0;padding:0}.forex-rotation__row-wrap{margin:0;padding:0;border-bottom:1px solid rgba(255,255,255,.05)}.forex-rotation__row-wrap:last-child{border-bottom:none}.forex-rotation__row{display:grid;grid-template-columns:minmax(0,1fr) 96px minmax(120px,1.1fr);gap:.375rem;align-items:center;min-height:32px;padding:.25rem .625rem;color:inherit;text-decoration:none;cursor:pointer;transition:background .15s ease}.forex-rotation__row:hover{background:#ffffff0b}.forex-rotation__row:focus-visible{outline:2px solid rgba(255,255,255,.28);outline-offset:-2px}.forex-rotation__cell{min-width:0}.forex-rotation__pair{font-size:.8125rem;font-weight:650;color:var(--text-primary);white-space:nowrap}.forex-rotation__cell--rate{text-align:right}.forex-rotation__rate{font-family:var(--font-mono);font-size:.75rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.forex-rotation__cell--change{display:flex;align-items:center;gap:.4375rem;min-width:0}.forex-rotation__change{flex-shrink:0;width:3.75rem;font-family:var(--font-mono);font-size:.75rem;font-weight:700;text-align:right}.forex-rotation__change--up{color:#4ade80}.forex-rotation__change--down{color:#f87171}.forex-rotation__bar-track{position:relative;flex:1;min-width:48px;height:6px;border-radius:999px;background:#ffffff0d;overflow:hidden}.forex-rotation__bar-zero{position:absolute;top:0;bottom:0;left:50%;width:1px;background:#e8edf438;transform:translate(-50%)}.forex-rotation__bar{position:absolute;top:0;bottom:0;border-radius:999px;min-width:2px}.forex-rotation__bar--up{background:linear-gradient(90deg,#22c55e59,#22c55ee6)}.forex-rotation__bar--down{background:linear-gradient(270deg,#ef444459,#ef4444e6)}@media(max-width:760px){.forex-rotation__head{display:none}.forex-rotation__row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"pair rate" "change change";gap:.25rem .75rem;padding:.375rem .5rem;min-height:auto}.forex-rotation__cell--pair{grid-area:pair}.forex-rotation__cell--rate{grid-area:rate}.forex-rotation__cell--change{grid-area:change}.forex-rotation__change{width:auto;min-width:3.25rem}}@media(max-width:900px){.forex-rotation__title{font-size:28px}}.sector-rotation{flex-shrink:0;display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:920px}.sector-rotation__header{display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:3}.sector-rotation__heading{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .875rem}.sector-rotation__title{margin:0;font-size:40px;font-weight:800;letter-spacing:-.02em;line-height:1.1;color:var(--text-primary)}.sector-rotation__date{font-family:var(--font-mono);font-size:13px;font-weight:700;letter-spacing:.06em;color:var(--text-dim)}.sector-rotation__subtitle{margin:0;max-width:52rem;font-size:.9375rem;line-height:1.4;color:var(--text-muted)}.sector-rotation__status{margin:0;font-family:var(--font-mono);font-size:14px;font-weight:700;letter-spacing:.06em;color:var(--text-dim)}.sector-rotation__status--error{color:#f87171;letter-spacing:.02em;text-transform:none;font-weight:600}.sector-rotation__table{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:6px;background:#0000002e;overflow:hidden;position:relative;z-index:1}.sector-rotation__head{display:grid;grid-template-columns:minmax(0,1.35fr) 80px minmax(96px,.85fr) 68px;gap:.375rem;align-items:center;padding:.375rem .625rem;border-bottom:1px solid rgba(255,255,255,.08);background:#ffffff08}.sector-rotation__head-cell{font-family:var(--font-mono);font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-dim)}.sector-rotation__head-cell--price,.sector-rotation__head-cell--rs{text-align:right}.sector-rotation__list{list-style:none;margin:0;padding:0}.sector-rotation__row-wrap{margin:0;padding:0;border-bottom:1px solid rgba(255,255,255,.05)}.sector-rotation__row-wrap:last-child{border-bottom:none}.sector-rotation__row-wrap--benchmark{border-top:1px solid rgba(255,255,255,.1)}.sector-rotation__row{display:grid;grid-template-columns:minmax(0,1.35fr) 80px minmax(96px,.85fr) 68px;gap:.375rem;align-items:center;min-height:32px;padding:.25rem .625rem;color:inherit;text-decoration:none;cursor:pointer;transition:background .15s ease}.sector-rotation__row:hover{background:#ffffff0b}.sector-rotation__row:focus-visible{outline:2px solid rgba(255,255,255,.28);outline-offset:-2px}.sector-rotation__row--benchmark{background:#ffffff06}.sector-rotation__cell{min-width:0}.sector-rotation__cell--sector{display:flex;flex-direction:column;gap:.0625rem}.sector-rotation__name{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.3125rem;font-size:.8125rem;font-weight:600;line-height:1.25;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sector-rotation__benchmark{flex-shrink:0;padding:.0625rem .3125rem;font-family:var(--font-mono);font-size:.5625rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim);background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:999px}.sector-rotation__name-ru{font-size:.6875rem;font-weight:500;line-height:1.2;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sector-rotation__cell--price{text-align:right}.sector-rotation__price{font-family:var(--font-mono);font-size:.75rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.sector-rotation__cell--change{display:flex;align-items:center;gap:.4375rem;min-width:0}.sector-rotation__change{flex-shrink:0;width:3.75rem;font-family:var(--font-mono);font-size:.75rem;font-weight:700;text-align:right}.sector-rotation__change--up{color:#4ade80}.sector-rotation__change--down{color:#f87171}.sector-rotation__cell--rs{display:flex;flex-direction:column;align-items:flex-end;gap:0;text-align:right}.sector-rotation__rs-label{display:none;font-size:.5625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-dim)}.sector-rotation__rs{font-family:var(--font-mono);font-size:.75rem;font-weight:700;white-space:nowrap}.sector-rotation__rs--up{color:#4ade80}.sector-rotation__rs--down{color:#f87171}.sector-rotation__rs--neutral{color:var(--text-dim)}.sector-rotation__bar-track{position:relative;flex:1;min-width:48px;height:6px;border-radius:999px;background:#ffffff0d;overflow:hidden}.sector-rotation__bar-zero{position:absolute;top:0;bottom:0;left:50%;width:1px;background:#e8edf438;transform:translate(-50%)}.sector-rotation__bar{position:absolute;top:0;bottom:0;border-radius:999px;min-width:2px}.sector-rotation__bar--up{background:linear-gradient(90deg,#22c55e59,#22c55ee6)}.sector-rotation__bar--down{background:linear-gradient(270deg,#ef444459,#ef4444e6)}.sector-rotation__disclaimer{margin:0;font-size:.75rem;line-height:1.45;color:var(--text-dim)}@media(max-width:760px){.sector-rotation__head{display:none}.sector-rotation__row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"sector price" "change rs";gap:.25rem .75rem;padding:.375rem .5rem;min-height:auto}.sector-rotation__cell--sector{grid-area:sector}.sector-rotation__cell--price{grid-area:price}.sector-rotation__cell--change{grid-area:change}.sector-rotation__cell--rs{grid-area:rs;flex-direction:row;align-items:baseline;justify-content:flex-end;gap:.375rem}.sector-rotation__rs-label{display:inline}.sector-rotation__change{width:auto;min-width:3.25rem}}@media(max-width:900px){.sector-rotation__title{font-size:28px}}.rotation-tabs{display:flex;flex-direction:column;gap:1.5rem;width:100%}.rotation-tabs__nav{display:flex;flex-wrap:wrap;gap:.5rem;padding-bottom:.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.rotation-tabs__tab{padding:.625rem 1rem;font-family:inherit;font-size:.875rem;font-weight:650;color:var(--text-dim);background:transparent;border:1px solid transparent;border-radius:6px 6px 0 0;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease}.rotation-tabs__tab:hover{color:var(--text-muted);background:#ffffff0a}.rotation-tabs__tab--active{color:var(--text-primary);background:#ffffff0f;border-color:#ffffff24;border-bottom-color:transparent}.rotation-tabs__panel{width:100%}.rotation-tabs__placeholder{display:flex;align-items:center;justify-content:center;min-height:12rem;width:100%;max-width:920px}.rotation-tabs__placeholder-text{margin:0;font-family:var(--font-mono);font-size:1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim)}
