.launcher-toast-host{position:fixed;top:16px;right:16px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;gap:10px;width:fit-content;max-width:calc(100vw - 32px);pointer-events:none}.launcher-toast{pointer-events:auto;position:relative;overflow:hidden;width:max-content;max-width:min(420px,calc(100vw - 32px));border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#0a101efb;box-shadow:0 12px 32px #00000057,0 1px #ffffff0a inset;color:#fff;padding:14px 14px 14px 18px;transform:translate(24px);opacity:0;animation:launcher-toast-in .22s ease forwards}.launcher-toast:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:8px 0 0 8px}.launcher-toast--error{border-color:#ff6b8157;background:linear-gradient(180deg,#ff6b811a,#ff6b810f),#0a101efb}.launcher-toast--error:before{background:#ff6b81}.launcher-toast--success{border-color:#4cd38a57;background:linear-gradient(180deg,#4cd38a1a,#4cd38a0f),#0a101efb}.launcher-toast--success:before{background:#4cd38a}.launcher-toast__row{display:flex;align-items:flex-start;width:max-content;max-width:100%}.launcher-toast__content{min-width:0;flex:0 1 auto;width:max-content;max-width:calc(100vw - 88px)}.launcher-toast__title{font-size:14px;line-height:1.2;font-weight:700;margin-bottom:4px;color:#fff}.launcher-toast__message{font-size:13px;line-height:1.45;color:#ffffffeb;white-space:pre-wrap;word-break:normal;overflow-wrap:anywhere}.launcher-toast__close{flex:0 0 auto;width:22px;height:22px;margin:-2px 0 0 14px;border:0;border-radius:8px;background:transparent;color:#ffffffc7;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .16s ease,color .16s ease,opacity .16s ease}.launcher-toast__close:hover{background:#ffffff14;color:#fff}.launcher-toast__close:active{background:#ffffff1f}.launcher-toast__close:focus-visible{outline:2px solid rgba(133,123,255,.9);outline-offset:2px}@keyframes launcher-toast-in{0%{transform:translate(24px);opacity:0}to{transform:translate(0);opacity:1}}.dashboard-page{gap:18px}.dashboard-hero{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:radial-gradient(circle at 0% 0%,rgba(133,123,255,.14),transparent 30%),radial-gradient(circle at 100% 0%,rgba(0,163,255,.1),transparent 26%),linear-gradient(180deg,#080f1df5,#040a16fa);box-shadow:0 14px 36px #00000047}.dashboard-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.016) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px);background-size:26px 26px;opacity:.12;pointer-events:none}.dashboard-hero__content{position:relative;z-index:1;padding:18px;display:flex;flex-direction:column;gap:20px}.dashboard-hero__content--compact{gap:0}.dashboard-panel__eyebrow,.dashboard-status-card__label{color:#acb9d9bd;font-size:11px;line-height:1;letter-spacing:.14em;text-transform:uppercase;font-weight:500}.dashboard-main-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.dashboard-main-grid--stacked{grid-template-columns:1fr}.dashboard-main-grid--stacked .dashboard-main-grid__aside{order:1}.dashboard-main-grid--stacked .dashboard-main-grid__primary{order:2}.dashboard-main-grid__primary,.dashboard-main-grid__aside{min-width:0;display:flex;flex-direction:column;gap:16px}.dashboard-panel{min-width:0;padding:18px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#0b1323f5,#070d19fa);box-shadow:0 14px 32px #00000038}.dashboard-panel--activity,.dashboard-panel--security{min-height:0}.dashboard-panel__header{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.dashboard-panel__header--hero{justify-content:flex-start;margin-bottom:16px}.dashboard-panel__title-block{min-width:0}.dashboard-panel__title-row{margin-top:8px;display:flex;align-items:center;gap:10px}.dashboard-panel__title-icon-wrap{width:20px;height:20px;flex:0 0 20px;display:grid;place-items:center;background:transparent;border:0;border-radius:0;box-shadow:none}.dashboard-panel__title-icon{width:18px;height:18px;display:block;color:#fff;stroke:currentColor;stroke-width:1.95;fill:none;stroke-linecap:round;stroke-linejoin:round}.dashboard-panel__title{margin:0;font-size:18px;line-height:1.15;letter-spacing:-.02em;color:#f7f9ff;font-weight:600}.dashboard-inline-stats{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.dashboard-inline-stat{min-width:68px;padding:8px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.06);background:#ffffff09;text-align:left}.dashboard-inline-stat span{display:block;color:#c0cae2b3;font-size:11px;line-height:1.2}.dashboard-inline-stat strong{display:block;margin-top:4px;color:#fff;font-size:15px;font-weight:700;line-height:1}@media(max-width:1024px){.dashboard-main-grid{grid-template-columns:1fr}.dashboard-main-grid__aside{order:1}.dashboard-main-grid__primary{order:2}.dashboard-panel__header{flex-direction:column;align-items:flex-start}.dashboard-inline-stats{justify-content:flex-start}}@media(max-width:720px){.dashboard-hero__content,.dashboard-panel{padding:16px}.dashboard-panel__title-icon-wrap{width:18px;height:18px;flex-basis:18px}.dashboard-panel__title-icon{width:16px;height:16px}}@media(max-width:1599px){.dashboard-page--web .dashboard-main-grid{grid-template-columns:1fr}.dashboard-page--web .dashboard-main-grid__aside{order:1}.dashboard-page--web .dashboard-main-grid__primary{order:2}}.dashboard-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,360px));justify-content:center;gap:16px}.dashboard-metric-grid--count-3{grid-template-columns:repeat(3,minmax(0,360px))}.dashboard-metric-grid--count-2{grid-template-columns:repeat(2,minmax(0,360px))}.dashboard-metric-grid--count-1{grid-template-columns:minmax(0,360px)}.dashboard-metric-card{position:relative;min-width:0;min-height:196px;padding:16px 18px;border-radius:8px;border:1px solid rgba(255,255,255,.08);overflow:hidden;box-shadow:inset 0 1px #ffffff0d,0 14px 26px #0003;display:flex;flex-direction:column;isolation:isolate}.dashboard-metric-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.08) 0%,transparent 45%),linear-gradient(180deg,rgba(255,255,255,.02) 0%,transparent 100%);pointer-events:none}.dashboard-metric-card:after{content:none}.dashboard-metric-card--violet{background:radial-gradient(circle at 0% 0%,rgba(144,115,255,.28),transparent 55%),linear-gradient(135deg,#464fc9f5,#2a369cf5)}.dashboard-metric-card--cyan{background:radial-gradient(circle at 0% 0%,rgba(146,168,255,.14),transparent 55%),linear-gradient(135deg,#284280f5,#16254ef5)}.dashboard-metric-card--indigo{background:radial-gradient(circle at 0% 0%,rgba(176,82,255,.24),transparent 55%),linear-gradient(135deg,#8027ddf5,#5a2ac4f5)}.dashboard-metric-card--blue{background:radial-gradient(circle at 0% 0%,rgba(183,132,255,.14),transparent 55%),linear-gradient(135deg,#724596f5,#492f6df5)}.dashboard-metric-card__header,.dashboard-metric-card__value,.dashboard-metric-card__footer{position:relative;z-index:1}.dashboard-metric-card__header{display:flex;align-items:flex-start;gap:12px}.dashboard-metric-card__icon-wrap{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;background:transparent;border:0;border-radius:0;box-shadow:none}.dashboard-metric-card__icon-svg{width:22px;height:22px;display:block;color:#fff;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.dashboard-metric-card__text{min-width:0}.dashboard-metric-card__label{color:#f5f8ffeb;font-size:13px;line-height:1.2;font-weight:500}.dashboard-metric-card__meta{margin-top:4px;color:#e9f0ff9e;font-size:11px;line-height:1.2;font-weight:500}.dashboard-metric-card__meta--success{color:#72ffb6;font-weight:700}.dashboard-metric-card__meta--warning{color:#ffd166;font-weight:700}.dashboard-metric-card__value{margin-top:24px;color:#fff;font-size:clamp(34px,2.5vw,42px);line-height:1;font-weight:800;letter-spacing:-.05em}.dashboard-metric-card__footer{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.dashboard-metric-card__caption{min-width:0;color:#f3f7ffdb;font-size:13px;line-height:1.35;font-weight:500;padding-bottom:2px}.dashboard-metric-card__action{flex:0 0 auto;min-height:36px;padding:8px 12px;border:1px solid rgba(255,255,255,.16);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:12px;line-height:1;font-weight:700;white-space:nowrap;cursor:pointer;box-shadow:inset 0 1px #ffffff1f,0 10px 20px #00000024;transition:none}.dashboard-metric-card__action:hover,.dashboard-metric-card__action:active{transform:none;filter:none}.dashboard-metric-card__action:disabled{cursor:wait;opacity:.82}.dashboard-metric-card__action.is-busy .dashboard-metric-card__action-icon{animation:dashboard-update-spin .75s linear infinite}@keyframes dashboard-update-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-metric-card__action--violet{background:linear-gradient(180deg,#857bff61,#5a54dd7a)}.dashboard-metric-card__action--cyan{background:linear-gradient(180deg,#6784dc47,#374f9c6b)}.dashboard-metric-card__action--indigo{background:linear-gradient(180deg,#ab60ff57,#7137df7a)}.dashboard-metric-card__action--blue{background:linear-gradient(180deg,#aa80e847,#68489c6b)}.dashboard-metric-card__action-icon{width:14px;height:14px;display:block;color:currentColor;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.dashboard-runtime-grid{margin-top:16px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.dashboard-runtime-grid--activity{margin-top:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-runtime-card{padding:14px;border-radius:8px;border:1px solid rgba(255,255,255,.06);background:#ffffff08}.dashboard-runtime-card--activity{background:linear-gradient(180deg,#ffffff09,#ffffff05);box-shadow:inset 0 1px #ffffff05}.dashboard-runtime-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard-runtime-card__head span{color:#c0cae2c7;font-size:12px;line-height:1.3}.dashboard-runtime-card__head strong{color:#fff;font-size:15px;font-weight:700;line-height:1}.dashboard-runtime-card__track{position:relative;margin-top:12px;height:8px;overflow:hidden;border-radius:8px;background:#ffffff0f}.dashboard-runtime-card__fill{height:100%;min-width:6px;border-radius:8px;background:linear-gradient(90deg,#857bff,#00a3ff)}@media(max-width:1599px){.dashboard-page--web .dashboard-metric-grid,.dashboard-page--web .dashboard-metric-grid--count-3,.dashboard-page--web .dashboard-metric-grid--count-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1280px){.dashboard-metric-grid,.dashboard-metric-grid--count-3{grid-template-columns:repeat(2,minmax(0,360px))}.dashboard-runtime-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1024px){.dashboard-runtime-grid--activity{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.dashboard-metric-grid,.dashboard-metric-grid--count-3,.dashboard-metric-grid--count-2,.dashboard-runtime-grid,.dashboard-runtime-grid--activity{grid-template-columns:1fr}.dashboard-metric-card{min-height:182px;padding:16px}.dashboard-metric-card__icon-wrap{width:24px;height:24px;flex-basis:24px}.dashboard-metric-card__icon-svg{width:20px;height:20px}.dashboard-metric-card__value{margin-top:20px;font-size:34px}.dashboard-metric-card__footer{gap:10px}.dashboard-metric-card__action{min-height:34px;padding:7px 10px;font-size:11px}}.dashboard-metric-card__art{position:absolute;top:0;right:0;width:44%;height:100%;display:flex;align-items:flex-start;justify-content:flex-end;pointer-events:none;overflow:hidden;padding:10px 10px 0 0;z-index:0}.dashboard-metric-card__art-img{width:120px;height:120px;object-fit:contain;object-position:top right;opacity:.62;filter:none;mix-blend-mode:normal;image-rendering:auto;transform-origin:top right}.dashboard-metric-card__art-img--profiles{transform:scale(1.08) translate(10px);opacity:.6}.dashboard-metric-card__art-img--launches{transform:scale(.96);opacity:.64}.dashboard-metric-card__art-img--runtime{transform:scale(1.1) translate(14px);opacity:.68}.dashboard-metric-card__art-img--desktop-version{transform:scale(1.03);opacity:.62}.dashboard-panel--activity{--dashboard-activity-plot-base-height: 286px;--dashboard-activity-plot-height: 252px;--dashboard-activity-plot-scale: .8811;padding-bottom:14px}.dashboard-activity-chart{margin-top:14px;height:var(--dashboard-activity-plot-height);overflow:visible}.dashboard-activity-chart__plot{position:relative;width:100%;min-height:var(--dashboard-activity-plot-base-height);padding:18px 16px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.06);background:radial-gradient(circle at 50% 0%,rgba(133,123,255,.08),transparent 48%),linear-gradient(180deg,#0e182df5,#070f1efa);overflow:visible;box-shadow:inset 0 1px #ffffff08,0 12px 26px #0003;display:flex;flex-direction:column;justify-content:space-between;gap:10px;transform:scaleY(var(--dashboard-activity-plot-scale));transform-origin:top center}.dashboard-activity-chart__plot:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:12.5% 100%;opacity:.32;pointer-events:none}.dashboard-activity-chart__grid{position:absolute;inset:18px 16px 46px;display:grid;grid-template-rows:repeat(5,minmax(0,1fr));pointer-events:none;z-index:0}.dashboard-activity-chart__grid span{border-top:1px solid rgba(255,255,255,.06)}.dashboard-activity-chart__columns{position:relative;z-index:1;height:214px;min-height:214px;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px;align-items:end}.dashboard-activity-chart__column-group{min-height:100%;display:flex;align-items:flex-end;justify-content:center}.dashboard-activity-chart__column-stack{width:auto;min-width:42px;min-height:100%;display:flex;align-items:flex-end;justify-content:center;gap:14px;padding:0 0 2px}.dashboard-activity-chart__bar-wrap{position:relative;width:18px;min-height:100%;display:flex;align-items:flex-end;justify-content:center}.dashboard-activity-chart__bar-anchor{position:relative;width:18px;display:flex;align-items:flex-end;justify-content:center;flex:0 0 auto}.dashboard-activity-chart__tooltip{position:absolute;left:50%;bottom:calc(100% + 12px);transform:translate(-50%);z-index:30;min-width:94px;padding:8px 10px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#1c2a4af0,#101c37fa);box-shadow:0 12px 24px #00000038;opacity:0;visibility:hidden;pointer-events:none;white-space:nowrap}.dashboard-activity-chart__tooltip:after{content:"";position:absolute;left:50%;bottom:-6px;width:12px;height:12px;background:#101c37fa;border-right:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);transform:translate(-50%) rotate(45deg)}.dashboard-activity-chart__tooltip strong{display:block;color:#f7f9ff;font-size:14px;line-height:1;font-weight:700;letter-spacing:-.02em;text-align:center}.dashboard-activity-chart__tooltip span{display:block;margin-top:4px;color:#c0cae2c7;font-size:11px;line-height:1.1;text-align:center;text-transform:capitalize}.dashboard-activity-chart__bar-wrap:hover .dashboard-activity-chart__tooltip{opacity:1;visibility:visible}.dashboard-activity-chart__column{width:18px;height:100%;min-height:10px;border-radius:2px 2px 0 0;transition:none}.dashboard-activity-chart__column--accent{background:linear-gradient(180deg,#857bfffa,#857bff94);box-shadow:0 8px 16px #857bff2e;opacity:.96}.dashboard-activity-chart__column--primary{background:linear-gradient(180deg,#00a3ff,#00a3ff9e);box-shadow:0 10px 18px #00a3ff38}.dashboard-activity-chart__labels{position:relative;z-index:1;padding:0 4px;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:12px}.dashboard-activity-chart__labels span{color:#c0cae2b8;font-size:11px;line-height:1.2;text-align:center;text-transform:lowercase}@media(max-width:1599px){.dashboard-page--web .dashboard-panel--activity{--dashboard-activity-plot-base-height: 286px;--dashboard-activity-plot-height: 286px;--dashboard-activity-plot-scale: 1}.dashboard-page--web .dashboard-activity-chart__columns,.dashboard-page--web .dashboard-activity-chart__labels{gap:10px}}@media(max-width:1024px){.dashboard-panel--activity{--dashboard-activity-plot-base-height: 286px;--dashboard-activity-plot-height: 286px;--dashboard-activity-plot-scale: 1}.dashboard-activity-chart__columns,.dashboard-activity-chart__labels{gap:10px}}@media(max-width:720px){.dashboard-panel--activity{--dashboard-activity-plot-base-height: 272px;--dashboard-activity-plot-height: 272px;--dashboard-activity-plot-scale: 1}.dashboard-activity-chart__plot{min-height:var(--dashboard-activity-plot-base-height);padding:18px 14px 14px}.dashboard-activity-chart__grid{inset:18px 14px 44px}.dashboard-activity-chart__columns{height:208px;min-height:208px}.dashboard-activity-chart__columns,.dashboard-activity-chart__labels{gap:8px}.dashboard-activity-chart__column-stack{min-width:34px;gap:8px;padding:0 0 4px}.dashboard-activity-chart__bar-wrap,.dashboard-activity-chart__bar-anchor,.dashboard-activity-chart__column{width:12px}.dashboard-activity-chart__labels{padding:0 2px}.dashboard-activity-chart__tooltip{min-width:74px;padding:7px 10px}}.dashboard-panel--security{--dashboard-security-panel-height: 338px;position:relative;overflow:hidden;min-height:var(--dashboard-security-panel-height);display:flex;flex-direction:column}.dashboard-panel--security:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0% 0%,rgba(133,123,255,.08),transparent 28%),radial-gradient(circle at 100% 0%,rgba(0,163,255,.08),transparent 32%);pointer-events:none}.dashboard-status-grid{position:relative;z-index:1;margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;flex:1 1 auto;min-height:0;align-items:stretch;align-content:stretch}.dashboard-status-card{position:relative;min-width:0;min-height:244px;height:100%;padding:18px 18px 16px;border-radius:8px;border:1px solid rgba(109,130,236,.24);background:radial-gradient(circle at 50% 118%,rgba(170,122,255,.5) 0%,rgba(132,93,236,.34) 20%,rgba(88,59,180,.18) 38%,rgba(33,27,78,.06) 56%,transparent 72%),radial-gradient(circle at 0% 0%,rgba(108,132,255,.16) 0%,transparent 30%),linear-gradient(180deg,#080f1ffc,#0a1328fc 42%,#0e1a38fc 68%,#201c4ffc);display:flex;flex-direction:column;overflow:hidden;box-shadow:inset 0 1px #ffffff0d,inset 0 -28px 56px #a974ff14,0 14px 28px #0000003d}.dashboard-status-card:before{content:"";position:absolute;inset:0;background:radial-gradient(.7px .7px at 57% 12%,rgba(255,255,255,.44) 0%,rgba(255,255,255,.44) 58%,transparent 100%),radial-gradient(.8px .8px at 62% 20%,rgba(230,236,255,.28) 0%,rgba(230,236,255,.28) 58%,transparent 100%),radial-gradient(.7px .7px at 68% 9%,rgba(255,255,255,.36) 0%,rgba(255,255,255,.36) 58%,transparent 100%),radial-gradient(.75px .75px at 73% 27%,rgba(224,218,255,.26) 0%,rgba(224,218,255,.26) 58%,transparent 100%),radial-gradient(.7px .7px at 78% 15%,rgba(255,255,255,.34) 0%,rgba(255,255,255,.34) 58%,transparent 100%),radial-gradient(.8px .8px at 84% 23%,rgba(212,228,255,.24) 0%,rgba(212,228,255,.24) 58%,transparent 100%),radial-gradient(.7px .7px at 89% 11%,rgba(255,255,255,.3) 0%,rgba(255,255,255,.3) 58%,transparent 100%),radial-gradient(.75px .75px at 91% 31%,rgba(226,232,255,.2) 0%,rgba(226,232,255,.2) 58%,transparent 100%),radial-gradient(.7px .7px at 67% 36%,rgba(255,255,255,.18) 0%,rgba(255,255,255,.18) 58%,transparent 100%),radial-gradient(.75px .75px at 82% 39%,rgba(220,212,255,.16) 0%,rgba(220,212,255,.16) 58%,transparent 100%),linear-gradient(180deg,rgba(255,255,255,.045) 0%,rgba(255,255,255,.01) 24%,transparent 54%),linear-gradient(135deg,rgba(255,255,255,.04) 0%,transparent 42%);opacity:.95;filter:blur(.45px);pointer-events:none}.dashboard-status-card:after{content:"";position:absolute;left:50%;bottom:-84px;transform:translate(-50%);width:200px;height:200px;border-radius:999px;background:#ba80ff2e;filter:blur(40px);opacity:.9;pointer-events:none}.dashboard-status-card--profile,.dashboard-status-card--2fa,.dashboard-status-card--telegram{border-color:#6d82ec3d}.dashboard-status-card__head,.dashboard-status-card__value,.dashboard-status-card__hint,.dashboard-status-card__action{position:relative;z-index:1}.dashboard-status-card__head{display:flex;align-items:center;gap:10px}.dashboard-status-card__icon{width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.dashboard-status-card__icon--profile,.dashboard-status-card__icon--2fa,.dashboard-status-card__icon--telegram{background:transparent}.dashboard-status-card__icon-svg{width:22px;height:22px;display:block;color:#fff;stroke:currentColor;stroke-width:1.85;fill:none;stroke-linecap:round;stroke-linejoin:round}.dashboard-status-card__service{min-width:0;display:flex;align-items:center}.dashboard-status-card__label{color:#c2cdf4e0;font-size:11px;line-height:1;letter-spacing:.18em;text-transform:uppercase;font-weight:500}.dashboard-status-card__value{margin-top:18px;color:#fff;font-size:clamp(18px,1.55vw,21px);line-height:1.08;font-weight:700;letter-spacing:-.03em;text-shadow:0 1px 0 rgba(0,0,0,.16)}.dashboard-status-card--state-success .dashboard-status-card__value,.dashboard-status-card[data-tone=success] .dashboard-status-card__value{color:#14a868;text-shadow:0 0 18px rgba(8,65,40,.34),0 1px 0 rgba(0,0,0,.18)}.dashboard-status-card__hint{margin-top:10px;color:#dce2f6d1;font-size:12px;line-height:1.45;font-weight:400;max-width:210px}.dashboard-status-card__action{margin-top:auto;width:100%;min-height:40px;padding:10px 14px;border:1px solid rgba(187,171,255,.32);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#fff;font-size:13px;line-height:1;font-weight:700;cursor:pointer;background:linear-gradient(180deg,#b09cfff5,#8169e7f5);box-shadow:inset 0 1px #ffffff24,0 10px 20px #00000029;transition:none}.dashboard-status-card__action:hover{transform:none;box-shadow:inset 0 1px #ffffff24,0 10px 20px #00000029;filter:none}.dashboard-status-card__action:active{transform:none;filter:none}.dashboard-status-card__action--profile,.dashboard-status-card__action--2fa,.dashboard-status-card__action--telegram{background:linear-gradient(180deg,#b09cfff5,#8169e7f5)}.dashboard-status-card__action-icon{width:14px;height:14px;display:block;color:currentColor;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}@media(max-width:1024px){.dashboard-panel--security{min-height:0}.dashboard-status-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}@media(max-width:720px){.dashboard-status-grid{grid-template-columns:1fr;gap:10px}.dashboard-status-card{min-height:0;padding:14px}.dashboard-status-card__head{gap:10px}.dashboard-status-card__icon{width:24px;height:24px;flex-basis:24px}.dashboard-status-card__icon-svg{width:20px;height:20px}.dashboard-status-card__value{margin-top:14px;font-size:17px}.dashboard-status-card__hint{font-size:11px;line-height:1.45}.dashboard-status-card__action{min-height:38px;padding:9px 10px;font-size:12px}}.profile-token-dialog{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;pointer-events:auto}.profile-token-dialog__backdrop{position:absolute;inset:0;border:0;padding:0;cursor:default;background:radial-gradient(circle at 50% 0%,rgba(133,123,255,.24),transparent 36%),#030813c2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profile-token-dialog__panel{position:relative;z-index:1;width:min(640px,100%);border:1px solid rgba(109,130,236,.3);border-radius:10px;padding:22px;overflow:hidden;background:radial-gradient(circle at 100% 0%,rgba(0,163,255,.11),transparent 30%),radial-gradient(circle at 0% 0%,rgba(133,123,255,.16),transparent 34%),linear-gradient(180deg,#080f1ffc,#0a1328fc 48%,#14143cfc);box-shadow:inset 0 1px #ffffff0f,0 24px 80px #0000007a}.profile-token-dialog__panel:before{content:"";position:absolute;inset:0;background:radial-gradient(.7px .7px at 64% 12%,rgba(255,255,255,.32) 0%,rgba(255,255,255,.32) 58%,transparent 100%),radial-gradient(.75px .75px at 70% 19%,rgba(230,236,255,.22) 0%,rgba(230,236,255,.22) 58%,transparent 100%),radial-gradient(.7px .7px at 78% 13%,rgba(255,255,255,.24) 0%,rgba(255,255,255,.24) 58%,transparent 100%),radial-gradient(.8px .8px at 86% 25%,rgba(212,228,255,.2) 0%,rgba(212,228,255,.2) 58%,transparent 100%),linear-gradient(180deg,rgba(255,255,255,.035) 0%,rgba(255,255,255,.008) 32%,transparent 58%);opacity:.9;pointer-events:none}.profile-token-dialog__glow{position:absolute;right:-84px;bottom:-104px;width:244px;height:244px;border-radius:999px;background:#aa7aff2b;filter:blur(44px);pointer-events:none}.profile-token-dialog__header,.profile-token-dialog__providers,.profile-token-dialog__token-area,.profile-token-dialog__footer{position:relative;z-index:1}.profile-token-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.profile-token-dialog__heading{min-width:0}.profile-token-dialog__eyebrow{color:#acb9d9c2;font-size:11px;line-height:1;letter-spacing:.14em;text-transform:uppercase;font-weight:500}.profile-token-dialog__title{margin:9px 0 0;color:#f7f9ff;font-size:22px;line-height:1.12;font-weight:700;letter-spacing:-.03em}.profile-token-dialog__subtitle{max-width:500px;margin:10px 0 0;color:#dce2f6c7;font-size:13px;line-height:1.52;font-weight:400}.profile-token-dialog__close{width:34px;height:34px;border:1px solid rgba(185,196,255,.16);border-radius:8px;display:grid;place-items:center;color:#ffffffd6;background:#ffffff0b;cursor:pointer;font-size:24px;line-height:1;transition:none}.profile-token-dialog__close:hover{border-color:#b9c4ff42;background:#ffffff12}.profile-token-dialog__close:disabled{cursor:not-allowed;opacity:.55}.profile-token-dialog__providers{margin-top:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.profile-token-dialog__provider-card{position:relative;min-height:128px;border:1px solid rgba(109,130,236,.24);border-radius:8px;color:#fff;background:radial-gradient(circle at 100% 0%,rgba(0,163,255,.08),transparent 36%),linear-gradient(180deg,#151e44c7,#101838b8);box-shadow:inset 0 1px #ffffff0d,0 10px 20px #00000029;overflow:hidden;transition:none}.profile-token-dialog__provider-card:hover,.profile-token-dialog__provider-card--active{border-color:#9789ff9e;background:radial-gradient(circle at 100% 0%,rgba(0,163,255,.14),transparent 40%),linear-gradient(180deg,#2b2766e6,#141d46d6)}.profile-token-dialog__provider-card--active{box-shadow:inset 0 1px #ffffff0f,0 0 0 1px #857bff29,0 14px 28px #0000003d}.profile-token-dialog__provider{width:100%;min-height:128px;border:0;border-radius:0;padding:38px 18px 18px;display:flex;align-items:center;justify-content:flex-start;gap:15px;text-align:left;color:inherit;background:transparent;cursor:pointer;transition:none}.profile-token-dialog__provider:disabled{cursor:not-allowed;opacity:.7}.profile-token-dialog__provider-logo-wrap{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;background:transparent;border:0;border-radius:0;overflow:visible}.profile-token-dialog__provider-logo{width:46px;height:46px;object-fit:contain;display:block;-webkit-user-select:none;user-select:none}.profile-token-dialog__provider-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:7px;padding:0}.profile-token-dialog__provider-title{color:#fff;font-size:15px;line-height:1.1;font-weight:700;letter-spacing:-.02em}.profile-token-dialog__provider-description{color:#dce2f6b8;font-size:12px;line-height:1.45;font-weight:400}.profile-token-dialog__provider-actions{position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;gap:6px}.profile-token-dialog__provider-badge{min-height:22px;padding:5px 8px;border-radius:999px;font-size:10px;line-height:1;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.profile-token-dialog__provider-badge--connected{border:1px solid rgba(20,168,104,.3);color:#14a868;background:#14a86814}.profile-token-dialog__provider-badge--disconnected{border:1px solid rgba(255,126,126,.28);color:#ff7e7eeb;background:#ff7e7e14}.profile-token-dialog__provider-delete{width:24px;height:24px;border:0;border-radius:0;display:grid;place-items:center;color:#ff7e7ee0;background:transparent;cursor:pointer;padding:0;transition:none}.profile-token-dialog__provider-delete:hover:not(:disabled){color:#ff9b9bf5;background:transparent}.profile-token-dialog__provider-delete:disabled{cursor:not-allowed;opacity:.58}.profile-token-dialog__provider-delete svg{width:14px;height:14px;stroke:currentColor}.profile-token-dialog__token-area{margin-top:22px;width:100%;display:flex;align-items:center}.profile-token-dialog__field{position:relative;width:100%;min-width:0;flex:1 1 auto}.profile-token-dialog__field-label{position:absolute;left:14px;top:0;z-index:1;padding:0 5px;transform:translateY(-50%);color:#dce2f6e0;background:#0c122c;font-size:12px;line-height:1;font-weight:600;pointer-events:none}.profile-token-dialog__input{width:100%;min-height:46px;border:1px solid rgba(185,196,255,.18);border-radius:7px;padding:0 14px;color:#fff;background:#0a1121d1;outline:none;font-size:14px;line-height:1;font-weight:600}.profile-token-dialog__input:focus{border-color:#857bffeb;box-shadow:0 0 0 1px #857bff5c}.profile-token-dialog__input:disabled{cursor:not-allowed;opacity:.66}.profile-token-dialog__footer{margin-top:18px;display:flex;align-items:center;justify-content:flex-end;gap:10px}.profile-token-dialog__button{min-width:92px;min-height:40px;border-radius:8px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:13px;line-height:1;font-weight:700;cursor:pointer;transition:none}.profile-token-dialog__button:disabled{cursor:not-allowed;opacity:.58}.profile-token-dialog__button--ghost{border:1px solid rgba(185,196,255,.16);background:#ffffff0b}.profile-token-dialog__button--ghost:hover:not(:disabled){border-color:#b9c4ff42;background:#ffffff12}.profile-token-dialog__button--primary{border:1px solid rgba(187,171,255,.32);background:linear-gradient(180deg,#b09cfff5,#8169e7f5);box-shadow:inset 0 1px #ffffff24,0 10px 20px #00000029}.profile-token-dialog__button--primary:hover:not(:disabled){filter:brightness(1.03)}@media(max-width:680px){.profile-token-dialog{padding:14px}.profile-token-dialog__panel{padding:18px}.profile-token-dialog__header{gap:12px}.profile-token-dialog__title{font-size:20px}.profile-token-dialog__providers{grid-template-columns:1fr}.profile-token-dialog__footer{flex-direction:column-reverse;align-items:stretch}.profile-token-dialog__button{width:100%}}.connect-profiles-dialog{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;pointer-events:auto}.connect-profiles-dialog__backdrop{position:absolute;inset:0;border:0;padding:0;cursor:default;background:radial-gradient(circle at 50% 0%,rgba(133,123,255,.24),transparent 36%),#030813c2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.connect-profiles-dialog__panel{position:relative;z-index:1;width:min(640px,100%);border:1px solid rgba(109,130,236,.3);border-radius:10px;padding:22px;overflow:hidden;background:radial-gradient(circle at 100% 0%,rgba(0,163,255,.11),transparent 30%),radial-gradient(circle at 0% 0%,rgba(133,123,255,.16),transparent 34%),linear-gradient(180deg,#080f1ffc,#0a1328fc 48%,#14143cfc);box-shadow:inset 0 1px #ffffff0f,0 24px 80px #0000007a}.connect-profiles-dialog__panel:before{content:"";position:absolute;inset:0;background:radial-gradient(.7px .7px at 64% 12%,rgba(255,255,255,.32) 0%,rgba(255,255,255,.32) 58%,transparent 100%),radial-gradient(.75px .75px at 70% 19%,rgba(230,236,255,.22) 0%,rgba(230,236,255,.22) 58%,transparent 100%),radial-gradient(.7px .7px at 78% 13%,rgba(255,255,255,.24) 0%,rgba(255,255,255,.24) 58%,transparent 100%),radial-gradient(.8px .8px at 86% 25%,rgba(212,228,255,.2) 0%,rgba(212,228,255,.2) 58%,transparent 100%),linear-gradient(180deg,rgba(255,255,255,.035) 0%,rgba(255,255,255,.008) 32%,transparent 58%);opacity:.9;pointer-events:none}.connect-profiles-dialog__glow{position:absolute;right:-84px;bottom:-104px;width:244px;height:244px;border-radius:999px;background:#aa7aff2b;filter:blur(44px);pointer-events:none}.connect-profiles-dialog__header,.connect-profiles-dialog__field,.connect-profiles-dialog__meta-row,.connect-profiles-dialog__footer{position:relative;z-index:1}.connect-profiles-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.connect-profiles-dialog__heading{min-width:0}.connect-profiles-dialog__eyebrow{color:#acb9d9c2;font-size:11px;line-height:1;letter-spacing:.14em;text-transform:uppercase;font-weight:500}.connect-profiles-dialog__title{margin:9px 0 0;color:#f7f9ff;font-size:22px;line-height:1.12;font-weight:700;letter-spacing:-.03em}.connect-profiles-dialog__subtitle{max-width:520px;margin:10px 0 0;color:#dce2f6c7;font-size:13px;line-height:1.52;font-weight:400}.connect-profiles-dialog__close{width:34px;height:34px;border:1px solid rgba(185,196,255,.16);border-radius:8px;display:grid;place-items:center;color:#ffffffd6;background:#ffffff0b;cursor:pointer;font-size:24px;line-height:1;transition:none}.connect-profiles-dialog__close:hover{border-color:#b9c4ff42;background:#ffffff12}.connect-profiles-dialog__close:disabled{cursor:not-allowed;opacity:.55}.connect-profiles-dialog__field{margin-top:24px;width:100%}.connect-profiles-dialog__field-label{position:absolute;left:14px;top:0;z-index:1;padding:0 5px;transform:translateY(-50%);color:#dce2f6e0;background:#0c122c;font-size:12px;line-height:1;font-weight:600;pointer-events:none}.connect-profiles-dialog__textarea{width:100%;min-height:142px;border:1px solid rgba(185,196,255,.18);border-radius:7px;padding:14px;resize:vertical;color:#fff;background:#0a1121d1;outline:none;font-size:14px;line-height:1.45;font-weight:600}.connect-profiles-dialog__textarea::placeholder{color:#b5c2ef6b;font-weight:500}.connect-profiles-dialog__textarea:focus{border-color:#857bffeb;box-shadow:0 0 0 1px #857bff5c}.connect-profiles-dialog__textarea:disabled{cursor:not-allowed;opacity:.66}.connect-profiles-dialog__meta-row{margin-top:10px;display:flex;align-items:center;justify-content:flex-end;gap:12px;color:#b5c2efb8;font-size:12px;line-height:1.35;font-weight:600}.connect-profiles-dialog__footer{margin-top:18px;display:flex;align-items:center;justify-content:flex-end;gap:10px}.connect-profiles-dialog__button{min-width:112px;min-height:40px;border-radius:8px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:13px;line-height:1;font-weight:700;cursor:pointer;transition:none}.connect-profiles-dialog__button:disabled{cursor:not-allowed;opacity:.58}.connect-profiles-dialog__button--ghost{border:1px solid rgba(185,196,255,.16);background:#ffffff0b}.connect-profiles-dialog__button--ghost:hover:not(:disabled){border-color:#b9c4ff42;background:#ffffff12}.connect-profiles-dialog__button--primary{border:1px solid rgba(187,171,255,.32);background:linear-gradient(180deg,#b09cfff5,#8169e7f5);box-shadow:inset 0 1px #ffffff24,0 10px 20px #00000029}.connect-profiles-dialog__button--primary:hover:not(:disabled){filter:brightness(1.03)}@media(max-width:680px){.connect-profiles-dialog{padding:14px}.connect-profiles-dialog__panel{padding:18px}.connect-profiles-dialog__header{gap:12px}.connect-profiles-dialog__title{font-size:20px}.connect-profiles-dialog__meta-row{justify-content:flex-start}.connect-profiles-dialog__footer{flex-direction:column-reverse;align-items:stretch}.connect-profiles-dialog__button{width:100%}}.profile-connection-progress-dialog{position:fixed;inset:0;z-index:90;display:grid;place-items:center;padding:24px;pointer-events:auto}.profile-connection-progress-dialog__backdrop{position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(133,123,255,.2),transparent 36%),#03081394;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.profile-connection-progress-dialog__panel{position:relative;z-index:1;width:min(360px,100%);border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:24px 22px 20px;overflow:hidden;display:flex;flex-direction:column;align-items:center;background:#080e18e0;box-shadow:0 18px 42px #00000047;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.profile-connection-progress-dialog__panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(0,163,255,.11),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.04) 0%,rgba(255,255,255,.008) 42%,transparent 72%);pointer-events:none}.profile-connection-progress-dialog__glow{position:absolute;right:-76px;bottom:-96px;width:210px;height:210px;border-radius:999px;background:#857bff2e;filter:blur(42px);pointer-events:none}.profile-connection-progress-dialog__logo-wrap,.profile-connection-progress-dialog__title,.profile-connection-progress-dialog__status,.profile-connection-progress-dialog__progress,.profile-connection-progress-dialog__hint{position:relative;z-index:1}.profile-connection-progress-dialog__logo-wrap{width:46px;height:46px;display:grid;place-items:center;margin-bottom:14px}.profile-connection-progress-dialog__logo{width:44px;height:44px;object-fit:contain;display:block;-webkit-user-select:none;user-select:none}.profile-connection-progress-dialog__title{margin:0;color:#f7f9ff;font-size:20px;line-height:1.15;font-weight:800;letter-spacing:-.03em;text-align:center}.profile-connection-progress-dialog__status{margin:9px 0 0;color:#e2e9ffd1;font-size:13px;line-height:1.4;font-weight:600;text-align:center}.profile-connection-progress-dialog__progress{position:relative;width:220px;max-width:100%;height:7px;margin-top:16px;overflow:hidden;border-radius:999px;background:#ffffff14}.profile-connection-progress-dialog__progress:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,transparent 0%,rgba(133,123,255,.22) 18%,rgba(0,163,255,.95) 44%,rgba(133,123,255,.95) 56%,rgba(0,163,255,.22) 82%,transparent 100%);transform:translate(-100%);animation:profile-connection-progress-pulse 1.1s ease-in-out infinite;box-shadow:0 0 18px #00a3ff3d}.profile-connection-progress-dialog__progress:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(90deg,#857bff2e,#00a3ff2e,#857bff2e);opacity:.32}.profile-connection-progress-dialog__hint{min-height:18px;margin:12px 0 0;color:#b5c2efa8;font-size:12px;line-height:1.4;font-weight:500;text-align:center}@keyframes profile-connection-progress-pulse{0%{transform:translate(-100%)}to{transform:translate(100%)}}.web-desktop-required-dialog{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;pointer-events:auto}.web-desktop-required-dialog__backdrop{position:absolute;inset:0;border:0;padding:0;cursor:default;background:radial-gradient(circle at 50% 0%,rgba(133,123,255,.24),transparent 36%),#030813c2;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.web-desktop-required-dialog__panel{position:relative;z-index:1;width:min(640px,100%);border:1px solid rgba(109,130,236,.3);border-radius:10px;padding:22px;overflow:hidden;background:radial-gradient(circle at 100% 0%,rgba(0,163,255,.11),transparent 30%),radial-gradient(circle at 0% 0%,rgba(133,123,255,.16),transparent 34%),linear-gradient(180deg,#080f1ffc,#0a1328fc 48%,#14143cfc);box-shadow:inset 0 1px #ffffff0f,0 24px 80px #0000007a}.web-desktop-required-dialog__panel:before{content:"";position:absolute;inset:0;background:radial-gradient(.7px .7px at 64% 12%,rgba(255,255,255,.32) 0%,rgba(255,255,255,.32) 58%,transparent 100%),radial-gradient(.75px .75px at 70% 19%,rgba(230,236,255,.22) 0%,rgba(230,236,255,.22) 58%,transparent 100%),radial-gradient(.7px .7px at 78% 13%,rgba(255,255,255,.24) 0%,rgba(255,255,255,.24) 58%,transparent 100%),radial-gradient(.8px .8px at 86% 25%,rgba(212,228,255,.2) 0%,rgba(212,228,255,.2) 58%,transparent 100%),linear-gradient(180deg,rgba(255,255,255,.035) 0%,rgba(255,255,255,.008) 32%,transparent 58%);opacity:.9;pointer-events:none}.web-desktop-required-dialog__glow{position:absolute;right:-84px;bottom:-104px;width:244px;height:244px;border-radius:999px;background:#aa7aff2b;filter:blur(44px);pointer-events:none}.web-desktop-required-dialog__header,.web-desktop-required-dialog__content,.web-desktop-required-dialog__footer{position:relative;z-index:1}.web-desktop-required-dialog__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.web-desktop-required-dialog__heading{min-width:0}.web-desktop-required-dialog__eyebrow{color:#acb9d9c2;font-size:11px;line-height:1;letter-spacing:.14em;text-transform:uppercase;font-weight:500}.web-desktop-required-dialog__title{margin:9px 0 0;color:#f7f9ff;font-size:22px;line-height:1.12;font-weight:700;letter-spacing:-.03em}.web-desktop-required-dialog__subtitle{max-width:520px;margin:10px 0 0;color:#dce2f6c7;font-size:13px;line-height:1.52;font-weight:400}.web-desktop-required-dialog__close{width:34px;height:34px;border:1px solid rgba(185,196,255,.16);border-radius:8px;display:grid;place-items:center;color:#ffffffd6;background:#ffffff0b;cursor:pointer;font-size:24px;line-height:1;transition:none}.web-desktop-required-dialog__close:hover{border-color:#b9c4ff42;background:#ffffff12}.web-desktop-required-dialog__content{margin-top:22px}.web-desktop-required-dialog__text{margin:0;color:#e7ecffe0;font-size:14px;line-height:1.58;font-weight:500}.web-desktop-required-dialog__notice{margin-top:16px;border:1px solid rgba(133,123,255,.24);border-radius:10px;padding:14px 15px;background:radial-gradient(circle at 100% 0%,rgba(0,163,255,.1),transparent 45%),linear-gradient(180deg,#1d204cb8,#101736cc);box-shadow:inset 0 1px #ffffff0d,0 10px 24px #00000029}.web-desktop-required-dialog__notice-title{color:#fff;font-size:13px;line-height:1.2;font-weight:700}.web-desktop-required-dialog__notice-text{margin:8px 0 0;color:#dce2f6c7;font-size:13px;line-height:1.55;font-weight:400}.web-desktop-required-dialog__hint{margin:14px 0 0;color:#b5c2efb8;font-size:12px;line-height:1.5;font-weight:600}.web-desktop-required-dialog__footer{margin-top:22px;display:flex;align-items:center;justify-content:flex-end;gap:10px}.web-desktop-required-dialog__button{min-width:132px;min-height:40px;border-radius:8px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:13px;line-height:1;font-weight:700;cursor:pointer;transition:none}.web-desktop-required-dialog__button--ghost{border:1px solid rgba(185,196,255,.16);background:#ffffff0b}.web-desktop-required-dialog__button--ghost:hover{border-color:#b9c4ff42;background:#ffffff12}.web-desktop-required-dialog__button--primary{border:1px solid rgba(187,171,255,.32);background:linear-gradient(180deg,#b09cfff5,#8169e7f5);box-shadow:inset 0 1px #ffffff24,0 10px 20px #00000029}.web-desktop-required-dialog__button--primary:hover{filter:brightness(1.03)}@media(max-width:680px){.web-desktop-required-dialog{padding:14px}.web-desktop-required-dialog__panel{padding:18px}.web-desktop-required-dialog__header{gap:12px}.web-desktop-required-dialog__title{font-size:20px}.web-desktop-required-dialog__footer{flex-direction:column-reverse;align-items:stretch}.web-desktop-required-dialog__button{width:100%}}.dashboard-desktop-offline-banner{position:relative;display:inline-flex;align-items:center;gap:16px;width:fit-content;max-width:min(100%,1080px);align-self:flex-start;border:1px solid rgba(255,112,112,.26);border-radius:10px;padding:16px 18px;overflow:hidden;background:radial-gradient(circle at 0% 0%,rgba(255,90,90,.16),transparent 32%),radial-gradient(circle at 100% 0%,rgba(133,123,255,.12),transparent 30%),linear-gradient(180deg,#270f1ff0,#14112bf0);box-shadow:inset 0 1px #ffffff0f,0 16px 34px #00000038}.dashboard-desktop-offline-banner:before{content:none}.dashboard-desktop-offline-banner__glow{position:absolute;right:-80px;top:-96px;width:190px;height:190px;border-radius:999px;background:#ff5f7a2e;filter:blur(42px);pointer-events:none}.dashboard-desktop-offline-banner__icon,.dashboard-desktop-offline-banner__message{position:relative;z-index:1}.dashboard-desktop-offline-banner__icon{width:34px;height:34px;flex:0 0 34px;border:1px solid rgba(255,148,148,.36);border-radius:9px;display:grid;place-items:center;color:#fff;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.18),transparent 58%),linear-gradient(180deg,#ff69696b,#893c5c57);font-size:18px;line-height:1;font-weight:900;box-shadow:inset 0 1px #ffffff1a,0 10px 20px #0000002e}.dashboard-desktop-offline-banner__message{min-width:0;max-width:980px;margin:0;color:#eaeeffe6;font-size:14px;line-height:1.42;font-weight:500}.dashboard-desktop-offline-banner__title{display:inline;margin-right:10px;color:#fff;font-size:15px;line-height:inherit;font-weight:800;letter-spacing:-.02em}.dashboard-desktop-offline-banner__description{display:inline;color:#eaeeffe6}.dashboard-desktop-offline-banner__content,.dashboard-desktop-offline-banner__hint,.dashboard-desktop-offline-banner__button{display:none}@media(max-width:880px){.dashboard-desktop-offline-banner{max-width:100%}.dashboard-desktop-offline-banner__message{max-width:none}}@media(max-width:560px){.dashboard-desktop-offline-banner{align-items:flex-start;gap:12px;padding:14px}.dashboard-desktop-offline-banner__icon{width:32px;height:32px;flex-basis:32px}.dashboard-desktop-offline-banner__message{font-size:12px}.dashboard-desktop-offline-banner__title{font-size:14px}}.schedule-tab{width:100%;min-height:100%;display:flex;flex-direction:column;padding:0 24px 24px;box-sizing:border-box;background:transparent;overflow:visible}.schedule-tab__topbar{position:fixed;top:84px;right:24px;z-index:20;display:flex;justify-content:flex-end;align-items:center}.schedule-tab__create-btn{height:44px;padding:0 18px;border:1px solid rgba(133,123,255,.34);border-radius:8px;background:#857bff;color:#fff;font-size:14px;font-weight:600;cursor:pointer;box-shadow:0 8px 20px #857bff2e,inset 0 1px #ffffff0f;transition:none;display:inline-flex;align-items:center;justify-content:center;gap:10px}.schedule-tab__create-btn:hover{background:#857bff;border-color:#857bff57;transform:none;box-shadow:0 8px 20px #857bff2e,inset 0 1px #ffffff0f}.schedule-tab__create-btn:active{transform:none;background:#857bff;border-color:#857bff57;box-shadow:0 8px 20px #857bff2e,inset 0 1px #ffffff0f}.schedule-tab__create-btn-icon{width:16px;height:16px;display:block;object-fit:contain;flex:0 0 auto;-webkit-user-select:none;user-select:none}.schedule-tab__create-btn-text{display:inline-block;line-height:1}.schedule-tab__content{flex:1 1 auto;min-height:calc(100vh - 220px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;box-sizing:border-box}.schedule-tab__hero-image{width:220px;height:220px;display:block;margin:0 0 18px;object-fit:contain;-webkit-user-select:none;user-select:none}.schedule-tab__title{margin:0;color:#fff;font-size:26px;line-height:1.1;font-weight:700;letter-spacing:-.03em}.schedule-tab__subtitle{max-width:680px;margin:16px 0 0;color:#d6dfffc7;font-size:16px;line-height:1.6}.schedule-tab__info-card{width:100%;max-width:620px;margin-top:30px;padding:22px 24px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:linear-gradient(180deg,#060f22fa,#040a18fa),#090f1cfa;box-shadow:0 14px 34px #00000038}.schedule-tab__info-title{margin-bottom:8px;color:#fff;font-size:15px;font-weight:600}.schedule-tab__info-text{color:#bcc8e6b8;font-size:15px;line-height:1.65}.schedule-tab__info-text span{color:#fff;font-weight:600}.schedule-tab__tasks{display:grid;grid-template-columns:repeat(auto-fill,300px);gap:16px;padding:20px 0 0;align-items:stretch;justify-content:flex-start}.schedule-task-card{position:relative;width:300px;min-height:154px;border:1px solid rgba(133,123,255,.28);border-radius:8px;background:linear-gradient(180deg,#6258ffe6,#7c6fffd6);overflow:hidden;padding:18px 92px 18px 18px;box-sizing:border-box}.schedule-task-card__delete{position:absolute;top:7px;right:8px;z-index:8;width:20px;height:20px;border:0;padding:0;border-radius:6px;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.schedule-task-card__delete:hover,.schedule-task-card__delete:focus,.schedule-task-card__delete:focus-visible,.schedule-task-card__delete:active{background:transparent;outline:none;box-shadow:none}.schedule-task-card__delete-icon{width:16px;height:16px;display:block;object-fit:contain;-webkit-user-select:none;user-select:none}.schedule-task-card__content{position:relative;z-index:2;display:flex;min-height:118px;flex-direction:column;align-items:flex-start;justify-content:space-between;padding-top:0}.schedule-task-card__status-row{display:flex;min-height:24px;align-items:center;justify-content:flex-start}.schedule-task-card__status{min-height:22px;padding:0 10px;border:1px solid rgba(255,255,255,.22);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#ffffff24;font-size:.75rem;line-height:1;font-weight:700;white-space:nowrap}.schedule-task-card__status--queued{border-color:#ffffff3d;background:#ffffff24}.schedule-task-card__status--running{border-color:#00a3ff5c;background:#00a3ff3d}.schedule-task-card__status--completed{border-color:#34d3995c;background:#10b9813d}.schedule-task-card__status--failed{border-color:#ff6b8166;background:#ff6b8138}.schedule-task-card__main{display:flex;flex-direction:column;align-items:flex-start}.schedule-task-card__title{color:#fff;font-size:1.125rem;line-height:1.2;font-weight:700}.schedule-task-card__meta{display:flex;flex-direction:column;gap:8px;margin-top:12px}.schedule-task-card__meta-item{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.schedule-task-card__meta-label{color:#f5f7ffc2;font-size:.8125rem;line-height:1.3;font-weight:500}.schedule-task-card__meta-value{color:#fff;font-size:.875rem;line-height:1.3;font-weight:600}.schedule-task-card__media{position:absolute;top:34px;right:12px;bottom:14px;width:112px;display:flex;align-items:center;justify-content:flex-end;pointer-events:none;overflow:visible}.schedule-task-card__media-image{width:108px;height:auto;object-fit:contain;transform:none;opacity:.84;filter:brightness(.94) saturate(.94);-webkit-user-select:none;user-select:none}.schedule-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.schedule-modal__backdrop{position:absolute;inset:0;background:#020816bd;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.schedule-modal__dialog{position:relative;z-index:1;width:min(1040px,calc(100vw - 48px));max-height:calc(100vh - 48px);display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:linear-gradient(180deg,#081127fc,#050c1cfc),#090f1cfc;box-shadow:0 28px 70px #0000006b,inset 0 1px #ffffff0a;overflow:hidden}.schedule-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 18px;border-bottom:1px solid rgba(255,255,255,.06)}.schedule-modal__title{margin:0;color:#fff;font-size:24px;line-height:1.15;font-weight:700}.schedule-modal__subtitle{margin:8px 0 0;color:#bcc8e6b8;font-size:14px;line-height:1.5}.schedule-modal__close{width:38px;height:38px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff05;color:#fff;font-size:24px;line-height:1;cursor:pointer}.schedule-modal__body{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;padding:24px;overflow:auto}.schedule-modal__left,.schedule-modal__right{min-width:0}.schedule-modal__left{display:flex;flex-direction:column;gap:24px}.schedule-modal__section{padding:0;background:transparent;border:0;border-radius:0}.schedule-modal__section-head{display:flex;flex-direction:column;align-items:stretch;gap:10px;margin-bottom:14px}.schedule-modal__section-title{margin:0;color:#fff;font-size:14px;line-height:1.2;font-weight:600}.schedule-modal__section-line{width:100%;height:1px;background:linear-gradient(90deg,#ffffff24,#ffffff14 45%,#ffffff05)}.schedule-modal__chips{display:flex;flex-wrap:wrap;gap:10px}.schedule-chip{min-height:38px;padding:0 14px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff08;color:#d6dfffd1;font-size:14px;font-weight:500;cursor:pointer}.schedule-chip.is-active{border-color:#857bff6b;background:#857bff2e;color:#fff;box-shadow:inset 0 1px #ffffff0a}.schedule-time{display:grid;grid-template-columns:minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr);gap:10px;align-items:end}.schedule-time__field{display:flex;flex-direction:column;gap:8px}.schedule-time__label{color:#bcc8e6b8;font-size:13px;line-height:1.2}.schedule-time__input{height:44px;padding:0 14px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#030a18d6;color:#fff;font-size:15px;font-weight:600;outline:none}.schedule-time__input::placeholder{color:#bcc8e657}.schedule-time__separator{height:44px;display:flex;align-items:center;justify-content:center;color:#d6dfffd1;font-size:20px;font-weight:700}.schedule-summary{padding:0;border:0;border-radius:0;background:transparent}.schedule-summary__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.06)}.schedule-summary__row span{color:#bcc8e6b8;font-size:13px}.schedule-summary__row strong{color:#fff;font-size:14px;font-weight:600;text-align:right}.schedule-calendar{border:0;border-radius:8px;background:#f6f5f8;padding:18px;box-sizing:border-box}.schedule-calendar__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.schedule-calendar__selects{display:flex;gap:8px;min-width:0}.schedule-calendar__select{height:38px;min-width:0;padding:0 38px 0 16px;border:1px solid rgba(15,23,42,.08);border-radius:8px;background-color:#fff;color:#0f172a;font-size:14px;font-weight:500;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%230F172A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px 12px}.schedule-calendar__select::-ms-expand{display:none}.schedule-calendar__select option{border-radius:8px;background:#fff;color:#0f172a}.schedule-calendar__nav{display:flex;gap:8px}.schedule-calendar__nav-btn{width:36px;height:36px;border:1px solid rgba(15,23,42,.08);border-radius:8px;background:#fff;color:#0f172a;font-size:22px;line-height:1;cursor:pointer}.schedule-calendar__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:10px}.schedule-calendar__weekday{height:28px;display:flex;align-items:center;justify-content:center;color:#5a6276e6;font-size:11px;font-weight:700;letter-spacing:.04em}.schedule-calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.schedule-calendar__day{height:40px;border:0;border-radius:8px;background:transparent;color:#0f172a;font-size:14px;font-weight:500;cursor:pointer}.schedule-calendar__day.is-outside{color:#0f172a47}.schedule-calendar__day.is-today{box-shadow:inset 0 0 0 1px #0f172a1f}.schedule-calendar__day.is-selected{background:#ff5b5b;color:#fff;box-shadow:0 10px 18px #ff5b5b3d}.schedule-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:18px 24px 22px;border-top:1px solid rgba(255,255,255,.06)}.schedule-modal__footer-btn{min-width:112px;height:42px;padding:0 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.schedule-modal__footer-btn--ghost{border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:#fff}.schedule-modal__footer-btn--primary{border:1px solid rgba(133,123,255,.34);background:#857bff;color:#fff;box-shadow:0 8px 20px #857bff2e,inset 0 1px #ffffff0f}html[data-theme=light] .schedule-tab__title{color:#1f2937}html[data-theme=light] .schedule-tab__subtitle{color:#8a94a6}html[data-theme=light] .schedule-tab__info-card{border:1px solid #e6ebf2;background:#fff;box-shadow:0 14px 34px #0f172a14}html[data-theme=light] .schedule-tab__info-title{color:#1f2937}html[data-theme=light] .schedule-tab__info-text{color:#8a94a6}html[data-theme=light] .schedule-tab__info-text span{color:#1f2937}html[data-theme=light] .schedule-task-card{border:1px solid rgba(133,123,255,.28);background:linear-gradient(180deg,#857bff9e,#857bff7a)}html[data-theme=light] .schedule-task-card__delete-icon{filter:brightness(0) saturate(100%) invert(26%) sepia(11%) saturate(593%) hue-rotate(176deg) brightness(93%) contrast(91%)}html[data-theme=light] .schedule-task-card__title{color:#1f2937}html[data-theme=light] .schedule-task-card__status{color:#fff}html[data-theme=light] .schedule-task-card__status--queued{border-color:#64748b3d;background:#64748b42}html[data-theme=light] .schedule-task-card__status--running{border-color:#00a3ff47;background:#00a3ff52}html[data-theme=light] .schedule-task-card__status--completed{border-color:#10b98147;background:#10b98157}html[data-theme=light] .schedule-task-card__status--failed{border-color:#ff6b814d;background:#ff6b8157}html[data-theme=light] .schedule-task-card__meta-label{color:#5f6b7a}html[data-theme=light] .schedule-task-card__meta-value{color:#334155}html[data-theme=light] .schedule-task-card__media-image{opacity:1;filter:none}html[data-theme=light] .schedule-modal__backdrop{background:#0f172a47}html[data-theme=light] .schedule-modal__dialog{border:1px solid #e6ebf2;background:#fff;box-shadow:0 28px 70px #0f172a24}html[data-theme=light] .schedule-modal__header{border-bottom:1px solid #edf1f6}html[data-theme=light] .schedule-modal__title{color:#1f2937}html[data-theme=light] .schedule-modal__subtitle{color:#6b7280}html[data-theme=light] .schedule-modal__close{border:1px solid #e6ebf2;background:#fff;color:#1f2937}html[data-theme=light] .schedule-modal__section-title{color:#1f2937}html[data-theme=light] .schedule-modal__section-line{background:linear-gradient(90deg,#857bff38,#857bff1a 45%,#857bff05)}html[data-theme=light] .schedule-chip{border:1px solid #e6ebf2;background:#fff;color:#334155}html[data-theme=light] .schedule-chip.is-active{border-color:#857bff57;background:#857bff24;color:#1f2937;box-shadow:inset 0 1px #ffffff59}html[data-theme=light] .schedule-time__label{color:#6b7280}html[data-theme=light] .schedule-time__input{border:1px solid #e6ebf2;background:#fff;color:#1f2937}html[data-theme=light] .schedule-time__input::placeholder{color:#a3afbf}html[data-theme=light] .schedule-time__separator{color:#6b7280}html[data-theme=light] .schedule-summary__row{border-bottom:1px solid #edf1f6}html[data-theme=light] .schedule-summary__row span{color:#6b7280}html[data-theme=light] .schedule-summary__row strong{color:#1f2937}html[data-theme=light] .schedule-calendar{border-radius:8px;background:linear-gradient(180deg,#081127fc,#050c1cfc),#090f1cfc}html[data-theme=light] .schedule-calendar__select{border:1px solid rgba(255,255,255,.08);background-color:#ffffff0f;color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}html[data-theme=light] .schedule-calendar__select option{background:#0b1220;color:#fff}html[data-theme=light] .schedule-calendar__nav-btn{border:1px solid rgba(255,255,255,.08);background:#ffffff0f;color:#fff}html[data-theme=light] .schedule-calendar__weekday{color:#d6dfffd1}html[data-theme=light] .schedule-calendar__day{color:#fff}html[data-theme=light] .schedule-calendar__day.is-outside{color:#d6dfff4d}html[data-theme=light] .schedule-calendar__day.is-today{box-shadow:inset 0 0 0 1px #ffffff24}html[data-theme=light] .schedule-modal__footer{border-top:1px solid #edf1f6}html[data-theme=light] .schedule-modal__footer-btn--ghost{border:1px solid #e6ebf2;background:#fff;color:#1f2937}html[data-theme=light] .schedule-modal__footer-btn--primary{border:1px solid rgba(133,123,255,.34);background:#857bff;color:#fff;box-shadow:0 8px 20px #857bff2e,inset 0 1px #ffffff2e}@media(max-width:980px){.schedule-modal__body{grid-template-columns:1fr}.schedule-modal__right{order:-1}}@media(max-width:900px){.schedule-tab__title{font-size:24px}.schedule-tab__subtitle{font-size:15px}.schedule-tab__hero-image{width:180px;height:180px}.schedule-tab__content{min-height:calc(100vh - 210px)}.schedule-tab__tasks{grid-template-columns:1fr}}@media(max-width:640px){.schedule-tab{padding:0 16px 16px}.schedule-tab__topbar{top:72px;right:16px;left:16px}.schedule-tab__create-btn{width:100%}.schedule-tab__content{min-height:calc(100vh - 210px);padding:8px}.schedule-tab__hero-image{width:140px;height:140px;margin-bottom:16px}.schedule-tab__title{font-size:24px}.schedule-tab__info-card{padding:18px;border-radius:8px}.schedule-task-card{padding:18px}.schedule-task-card__delete{top:10px;left:10px}.schedule-task-card__content{padding-top:34px}.schedule-task-card__media{position:relative;width:100%;justify-content:flex-end;margin-top:12px}.schedule-task-card__media-image{width:112px;transform:none}.schedule-modal{padding:10px}.schedule-modal__dialog{width:100%;max-height:calc(100vh - 20px);border-radius:8px}.schedule-modal__header,.schedule-modal__body,.schedule-modal__footer{padding-left:16px;padding-right:16px}.schedule-time{grid-template-columns:1fr}.schedule-time__separator{display:none}.schedule-modal__footer{flex-direction:column-reverse}.schedule-modal__footer-btn{width:100%}.schedule-calendar{padding:14px}.schedule-calendar__toolbar{flex-direction:column;align-items:stretch}.schedule-calendar__selects{flex-direction:column}.schedule-modal__section-head{align-items:stretch}}.scripts-page{--scripts-tab-color: rgba(204, 214, 239, .72);--scripts-tab-hover: rgba(255, 255, 255, .9);--scripts-tab-active: #ffffff;gap:16px}html[data-theme=light] .scripts-page{--scripts-tab-color: #8a94a6;--scripts-tab-hover: #4a5565;--scripts-tab-active: #1f2937}.scripts-shell{display:flex;flex-direction:column;gap:16px}.scripts-tabs{display:flex;align-items:center;gap:24px;padding:0 4px;margin-top:-2px}.scripts-tab{position:relative;min-height:28px;padding:0 0 8px;border:0;background:transparent;color:var(--scripts-tab-color);font-size:.9375rem;line-height:1.2;font-weight:600;box-shadow:none;transition:color .18s ease}.scripts-tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:transparent}.scripts-tab:hover{color:var(--scripts-tab-hover)}.scripts-tab.is-active{color:var(--scripts-tab-active)}.scripts-tab.is-active:after{background:#857bff}.empty-state.scripts-inline-empty,.scripts-inline-empty{min-height:120px;display:flex;align-items:center;justify-content:center;width:100%;padding:16px 0;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--scripts-tab-color);text-align:center;font-size:.9375rem;line-height:1.45;font-weight:400}.scripts-page{--scripts-card-border: rgba(255, 255, 255, .08);--scripts-card-background: linear-gradient(180deg, rgba(6, 15, 34, .98) 0%, rgba(4, 10, 24, .98) 100%), rgba(9, 15, 28, .98);--scripts-card-shadow: 0 14px 34px rgba(0, 0, 0, .22);--scripts-card-glow-a: rgba(133, 123, 255, .11);--scripts-card-glow-b: rgba(0, 163, 255, .08);--scripts-title: #ffffff;--scripts-text: rgba(188, 200, 230, .72);--scripts-text-strong: #ffffff;--scripts-text-soft: rgba(196, 207, 230, .8);--scripts-divider: rgba(255, 255, 255, .08);--scripts-divider-soft: rgba(255, 255, 255, .06);--scripts-console-line: rgba(213, 228, 255, .86);--scripts-console-empty: rgba(180, 195, 224, .8);--scripts-inner-line: linear-gradient(90deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .18));--scripts-inner-tab: rgba(196, 207, 230, .8);--scripts-inner-tab-hover: rgba(255, 255, 255, .92);--scripts-inner-tab-active: #ffffff;--scripts-sidebar-item-hover: linear-gradient(90deg, rgba(255, 255, 255, .025) 0%, rgba(255, 255, 255, .01) 100%);--scripts-sidebar-item-active: linear-gradient( 90deg, rgba(133, 123, 255, .16) 0%, rgba(133, 123, 255, .08) 28%, rgba(133, 123, 255, .02) 62%, rgba(133, 123, 255, 0) 100% );--scripts-sidebar-item-active-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);--scripts-sidebar-title: rgba(255, 255, 255, .96);--scripts-sidebar-title-active: #ffffff;--scripts-status-active-color: #2ed3a6;--scripts-status-active-bg: rgba(46, 211, 166, .12);--scripts-status-active-border: rgba(46, 211, 166, .24);--scripts-action-default-bg: linear-gradient( 180deg, rgba(21, 33, 74, .96) 0%, rgba(16, 24, 54, .98) 100% );--scripts-action-default-border: transparent;--scripts-action-default-hover-border: #ffffff;--scripts-action-title: #ffffff;--scripts-action-text: rgba(196, 207, 230, .76);--scripts-action-launch-bg: linear-gradient( 180deg, rgba(98, 88, 255, .9) 0%, rgba(124, 111, 255, .84) 100% );--scripts-action-launch-text: rgba(245, 247, 255, .82);--scripts-action-stop-bg: linear-gradient( 180deg, rgba(39, 26, 56, .96) 0%, rgba(26, 19, 42, .98) 100% );--scripts-action-stop-text: rgba(233, 214, 230, .82);--scripts-action-clear-bg: linear-gradient( 180deg, rgba(16, 35, 82, .96) 0%, rgba(11, 24, 58, .98) 100% );--scripts-action-clear-text: rgba(205, 220, 248, .82)}html[data-theme=light] .scripts-page{--scripts-card-border: #e6ebf2;--scripts-card-background: #ffffff;--scripts-card-shadow: 0 14px 34px rgba(15, 23, 42, .08);--scripts-card-glow-a: rgba(133, 123, 255, .06);--scripts-card-glow-b: rgba(0, 163, 255, .04);--scripts-title: #1f2937;--scripts-text: #8a94a6;--scripts-text-strong: #334155;--scripts-text-soft: #7b8794;--scripts-divider: #e8edf4;--scripts-divider-soft: #edf1f6;--scripts-console-line: #475569;--scripts-console-empty: #7b8794;--scripts-inner-line: linear-gradient(90deg, rgba(148, 163, 184, .16), rgba(148, 163, 184, .4));--scripts-inner-tab: #8a94a6;--scripts-inner-tab-hover: #4b5563;--scripts-inner-tab-active: #1f2937;--scripts-sidebar-item-hover: linear-gradient( 90deg, rgba(133, 123, 255, .08) 0%, rgba(133, 123, 255, .04) 55%, rgba(133, 123, 255, .01) 100% );--scripts-sidebar-item-active: linear-gradient( 90deg, rgba(133, 123, 255, .18) 0%, rgba(133, 123, 255, .1) 32%, rgba(133, 123, 255, .03) 66%, rgba(133, 123, 255, 0) 100% );--scripts-sidebar-item-active-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);--scripts-sidebar-title: #334155;--scripts-sidebar-title-active: #1f2937;--scripts-status-active-color: #0f9f76;--scripts-status-active-bg: rgba(15, 159, 118, .1);--scripts-status-active-border: rgba(15, 159, 118, .2);--scripts-action-default-bg: #f8fafc;--scripts-action-default-border: #e6ebf2;--scripts-action-default-hover-border: #d7deea;--scripts-action-title: #1f2937;--scripts-action-text: #5f6b7a;--scripts-action-launch-bg: linear-gradient( 180deg, rgba(133, 123, 255, .62) 0%, rgba(133, 123, 255, .48) 100% );--scripts-action-launch-text: #334155;--scripts-action-stop-bg: linear-gradient( 180deg, rgba(255, 113, 113, .46) 0%, rgba(255, 113, 113, .34) 100% );--scripts-action-stop-text: #334155;--scripts-action-clear-bg: linear-gradient( 180deg, rgba(0, 163, 255, .46) 0%, rgba(0, 163, 255, .34) 100% );--scripts-action-clear-text: #334155}.scripts-workspace{display:grid;grid-template-columns:minmax(0,2.18fr) minmax(360px,.74fr);gap:16px;align-items:stretch}.scripts-workspace-main,.scripts-workspace-sidebar{display:flex;flex-direction:column;gap:16px;min-width:0}.scripts-workspace-sidebar{align-self:flex-start}.scripts-workspace-card{border:1px solid var(--scripts-card-border);border-radius:8px;background:var(--scripts-card-background);box-shadow:var(--scripts-card-shadow);padding:16px}.scripts-control-card,.scripts-runtime-card,.scripts-sidebar-card{position:relative;overflow:hidden;border-radius:8px}.scripts-control-card:before,.scripts-runtime-card:before,.scripts-sidebar-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 0% 0%,var(--scripts-card-glow-a),transparent 28%),radial-gradient(circle at 100% 0%,var(--scripts-card-glow-b),transparent 24%);opacity:.9}html[data-theme=light] .scripts-control-card:before,html[data-theme=light] .scripts-runtime-card:before,html[data-theme=light] .scripts-sidebar-card:before{opacity:1}.scripts-runtime-card{flex:1 1 auto;min-height:0}.scripts-sidebar-card{display:flex;flex-direction:column;min-height:0;padding:0;height:fit-content}.scripts-sidebar-section{position:relative;z-index:1;padding:16px 12px 16px 18px}.scripts-sidebar-section--top{padding-bottom:14px}.scripts-sidebar-section--bottom{padding-top:14px}.scripts-sidebar-divider{position:relative;z-index:1;height:1px;margin:0 12px 0 18px;background:var(--scripts-divider)}.scripts-workspace-card>*{position:relative;z-index:1}.scripts-workspace-card__header,.scripts-drawer__header,.scripts-drawer__profiles-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.scripts-workspace-card__header h2,.scripts-drawer__header h2,.scripts-drawer__profiles-header h3{margin:0;font-size:.875rem;line-height:1.2;font-weight:600;letter-spacing:.01em;color:var(--scripts-title)}.scripts-workspace-card__header p,.scripts-drawer__header p{margin:6px 0 0;font-size:.8125rem;line-height:1.45;color:var(--scripts-text);font-weight:400}.scripts-control-grid{margin-top:18px;display:grid;gap:10px}.scripts-control-grid--cards{grid-template-columns:repeat(3,minmax(0,1fr))}.scripts-control-button{min-height:42px;border-radius:8px;font-size:.875rem;font-weight:500}.scripts-control-button--primary{box-shadow:0 12px 28px #244ab438}.scripts-action-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:16px;min-height:138px;width:100%;min-width:0;padding:16px 16px 14px;border-radius:8px;border:1px solid var(--scripts-action-default-border);background:var(--scripts-action-default-bg);box-shadow:none;text-align:left;overflow:hidden}.scripts-action-card:before{content:none}.scripts-action-card:hover:not(:disabled){transform:none;border-color:var(--scripts-action-default-hover-border);box-shadow:none}.scripts-action-card:disabled{opacity:.52;cursor:default}.scripts-action-card__icon,.scripts-action-card__content,.scripts-action-card__media{position:relative;z-index:1}.scripts-action-card__icon{display:inline-flex;align-items:center;justify-content:flex-start;width:auto;height:auto;border:0;border-radius:0;background:transparent;color:var(--scripts-action-title);line-height:1;padding:0;flex:0 0 auto}.scripts-action-card__icon-image{display:block;width:30px;height:30px;object-fit:contain;-webkit-user-select:none;user-select:none}.scripts-action-card__icon-image--launch{width:33px;height:33px}.scripts-action-card__icon-image--stop,.scripts-action-card__icon-image--clear{width:31px;height:31px}html[data-theme=light] .scripts-action-card__icon-image{filter:brightness(0) saturate(100%) invert(39%) sepia(9%) saturate(624%) hue-rotate(176deg) brightness(93%) contrast(87%)}.scripts-action-card__content{display:flex;flex-direction:column;gap:5px;width:100%;min-width:0}.scripts-action-card__title{color:var(--scripts-action-title);font-size:.95rem;line-height:1.2;font-weight:600;word-break:break-word}.scripts-action-card__text{color:var(--scripts-action-text);font-size:.78125rem;line-height:1.4;font-weight:400;word-break:break-word}.scripts-action-card__media{position:absolute;top:2px;right:0;bottom:0;width:42%;display:flex;align-items:flex-start;justify-content:flex-end;pointer-events:none;overflow:hidden}.scripts-action-card__media-image{max-width:none;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none}.scripts-action-card__media-image--launch{width:118px;object-position:right top;transform:translate(4px,8px);opacity:.48;filter:none}.scripts-action-card__media-image--stop{width:112px;object-position:right center;transform:translateY(8px);opacity:.56;filter:none}.scripts-action-card__media-image--clear{width:132px;object-position:right center;transform:translateY(-4px);opacity:.44;filter:none}html[data-theme=light] .scripts-action-card__media-image--launch,html[data-theme=light] .scripts-action-card__media-image--stop,html[data-theme=light] .scripts-action-card__media-image--clear{opacity:1.1}.scripts-action-card--launch{background:var(--scripts-action-launch-bg);padding-right:122px}.scripts-action-card--launch .scripts-action-card__text{color:var(--scripts-action-launch-text)}.scripts-action-card--stop{background:var(--scripts-action-stop-bg);box-shadow:none;padding-right:118px}.scripts-action-card--stop:hover:not(:disabled){box-shadow:none}.scripts-action-card--stop .scripts-action-card__text{color:var(--scripts-action-stop-text)}.scripts-action-card--clear{background:var(--scripts-action-clear-bg);box-shadow:none;padding-right:124px}.scripts-action-card--clear:hover:not(:disabled){box-shadow:none}.scripts-action-card--clear .scripts-action-card__text{color:var(--scripts-action-clear-text)}.scripts-inner-tabs-wrap{position:relative;margin-top:6px;display:flex;justify-content:center}.scripts-inner-tabs-line{position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--scripts-inner-line)}.scripts-inner-tabs{position:relative;display:flex;justify-content:center;gap:18px;align-items:flex-end}.scripts-inner-tab{position:relative;padding:8px 0 11px;border:0;background:transparent;color:var(--scripts-inner-tab);font-size:.875rem;line-height:1.2;font-weight:600;transition:color .18s ease,opacity .18s ease}.scripts-inner-tab:hover{color:var(--scripts-inner-tab-hover)}.scripts-inner-tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:999px;background:#857bff;opacity:0;transform:scaleX(.65);transition:opacity .18s ease,transform .18s ease}.scripts-inner-tab.is-active{color:var(--scripts-inner-tab-active)}.scripts-inner-tab.is-active:after{opacity:1;transform:scaleX(1);background:#857bff}.scripts-sidebar-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.scripts-sidebar-item{position:relative;display:flex;align-items:center;width:100%;min-height:40px;padding:0 10px 0 16px;border:0;border-radius:8px;background:transparent;text-align:left;transition:background .18s ease,box-shadow .18s ease}.scripts-sidebar-item:before{content:"";position:absolute;left:0;top:-1px;bottom:-1px;width:3px;border-radius:0;background:transparent;transition:background .18s ease}.scripts-sidebar-item:hover{background:var(--scripts-sidebar-item-hover)}.scripts-sidebar-item__main{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.scripts-sidebar-item__title{font-size:.9375rem;font-weight:500;line-height:1.2;color:var(--scripts-sidebar-title);transition:color .18s ease;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scripts-sidebar-item__status{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 10px;border-radius:999px;font-size:.6875rem;line-height:1;font-weight:700;letter-spacing:.01em;white-space:nowrap}.scripts-sidebar-item__status--active{color:var(--scripts-status-active-color);background:var(--scripts-status-active-bg);border:1px solid var(--scripts-status-active-border);box-shadow:none}.scripts-sidebar-item.is-active{background:var(--scripts-sidebar-item-active);box-shadow:var(--scripts-sidebar-item-active-shadow)}.scripts-sidebar-item.is-active:before{background:linear-gradient(180deg,#857bff,#00a3ff)}.scripts-sidebar-item.is-active .scripts-sidebar-item__title{color:var(--scripts-sidebar-title-active)}.scripts-description-content{display:flex;flex-direction:column;gap:14px}.scripts-stat-list{display:flex;flex-direction:column;gap:0}.scripts-stat-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 0;border-bottom:1px solid var(--scripts-divider-soft)}.scripts-stat-row:last-child{border-bottom:0}.scripts-stat-row span{font-size:.8125rem;line-height:1.35;color:var(--scripts-text);font-weight:400}.scripts-stat-row strong{font-size:.8125rem;line-height:1.35;color:var(--scripts-text-strong);text-align:right;font-weight:500}.scripts-runtime-console{margin-top:14px;min-height:360px;max-height:360px;overflow:auto;border-radius:0;border:0;border-top:1px solid var(--scripts-divider);background:transparent;padding:18px 0 0}.scripts-runtime-line{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;line-height:1.55;color:var(--scripts-console-line);white-space:pre-wrap;word-break:break-word;font-weight:400}.scripts-runtime-line+.scripts-runtime-line{margin-top:6px}.scripts-runtime-empty{font-size:.8125rem;line-height:1.45;color:var(--scripts-console-empty);font-weight:400}.scripts-runtime-empty--centered{min-height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8px 0 0}.scripts-runtime-empty__illustration{width:160px;margin-bottom:18px;animation:scripts-runtime-robot-float 4.6s ease-in-out infinite}.scripts-runtime-empty__illustration-image{display:block;width:100%;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none}.scripts-runtime-empty__title{font-size:.9375rem;line-height:1.25;font-weight:600;color:var(--scripts-title)}.scripts-runtime-empty__text{margin-top:10px;max-width:540px;font-size:.8125rem;line-height:1.45;font-weight:400;color:var(--scripts-text)}@keyframes scripts-runtime-robot-float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@media(max-width:1540px){.scripts-workspace{grid-template-columns:minmax(0,2.02fr) minmax(330px,.78fr)}.scripts-action-card{min-height:136px}.scripts-action-card--launch,.scripts-action-card--stop,.scripts-action-card--clear{padding-right:114px}.scripts-action-card__media{top:0;width:32%}.scripts-action-card__media-image--launch{width:100px;transform:translate(4px,10px)}.scripts-action-card__media-image--stop{width:96px;transform:translateY(16px)}.scripts-action-card__media-image--clear{width:112px;transform:translateY(2px)}.scripts-runtime-console{min-height:340px;max-height:340px}}@media(max-width:1360px){.scripts-control-grid--cards{grid-template-columns:repeat(4,minmax(0,1fr));max-width:940px;margin-left:auto;margin-right:auto}.scripts-control-grid--cards>*{grid-column:span 2}.scripts-control-grid--cards>*:nth-child(3):last-child{grid-column:2 / span 2}}@media(max-width:1180px){.scripts-workspace{grid-template-columns:minmax(0,1.7fr) minmax(300px,.9fr)}.scripts-action-card__icon-image--launch{width:32px;height:32px}.scripts-action-card__icon-image--stop,.scripts-action-card__icon-image--clear{width:30px;height:30px}.scripts-runtime-empty__illustration{width:116px;margin-bottom:18px}.scripts-runtime-console{min-height:320px;max-height:320px}}@media(max-width:980px){.scripts-workspace{grid-template-columns:1fr}.scripts-workspace-sidebar{align-self:stretch}.scripts-runtime-console{min-height:320px;max-height:320px}}@media(max-width:760px){.scripts-control-grid--cards{grid-template-columns:1fr;max-width:none}.scripts-control-grid--cards>*,.scripts-control-grid--cards>*:nth-child(3):last-child{grid-column:auto}}.empty-state.scripts-inline-empty,.scripts-inline-empty{min-height:120px;display:flex;align-items:center;justify-content:center;width:100%;padding:16px 0;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--scripts-text);text-align:center;font-size:.9375rem;line-height:1.45;font-weight:400}@media(max-width:1599px){.scripts-page--web .scripts-workspace{grid-template-columns:1fr}.scripts-page--web .scripts-workspace-sidebar{align-self:stretch}.scripts-page--web .scripts-runtime-console{min-height:340px;max-height:340px}}@media(max-width:1599px)and (min-width:761px){.scripts-page--web .scripts-control-grid--cards{grid-template-columns:repeat(4,minmax(0,1fr));max-width:940px;margin-left:auto;margin-right:auto}.scripts-page--web .scripts-control-grid--cards>*{grid-column:span 2}.scripts-page--web .scripts-control-grid--cards>*:nth-child(3):last-child{grid-column:2 / span 2}}.scripts-history{--history-text-primary: #ffffff;--history-text-secondary: rgba(205, 216, 255, .72);--history-text-soft: rgba(200, 211, 252, .62);--history-surface-border: rgba(141, 162, 255, .14);--history-surface-bg: linear-gradient(180deg, rgba(22, 28, 58, .96) 0%, rgba(15, 21, 46, .96) 100%);--history-surface-shadow: inset 0 1px 0 rgba(255, 255, 255, .03), 0 14px 36px rgba(0, 0, 0, .22);--history-group-divider: rgba(141, 162, 255, .08);--history-row-bg: rgba(255, 255, 255, .02);--history-row-bg-hover: rgba(255, 255, 255, .035);--history-toggle-border: rgba(157, 174, 255, .32);--history-toggle-text: rgba(240, 244, 255, .92);--history-toggle-bg: rgba(9, 14, 34, .8);--history-toggle-bg-open: rgba(19, 27, 58, .95);--history-delete-hover: rgba(255, 255, 255, .06);--history-delete-active: rgba(255, 255, 255, .09);--history-delete-icon-opacity: .78;--history-delete-icon-filter: none;--history-content-divider: rgba(141, 162, 255, .08);--history-log-divider: rgba(141, 162, 255, .07);--history-log-index: rgba(194, 204, 243, .76);--history-log-text: #ffffff;width:100%;display:flex;flex-direction:column;gap:18px;padding:6px 0 0}html[data-theme=light] .scripts-history{--history-text-primary: #1f2937;--history-text-secondary: #8a94a6;--history-text-soft: #94a3b8;--history-surface-border: #e6ebf2;--history-surface-bg: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(248, 250, 252, .98) 100%);--history-surface-shadow: 0 14px 34px rgba(15, 23, 42, .08);--history-group-divider: #edf1f6;--history-row-bg: #ffffff;--history-row-bg-hover: #f8fafc;--history-toggle-border: rgba(133, 123, 255, .22);--history-toggle-text: #334155;--history-toggle-bg: #ffffff;--history-toggle-bg-open: rgba(133, 123, 255, .14);--history-delete-hover: rgba(133, 123, 255, .08);--history-delete-active: rgba(133, 123, 255, .14);--history-delete-icon-opacity: 1;--history-delete-icon-filter: brightness(0) saturate(100%) invert(26%) sepia(11%) saturate(593%) hue-rotate(176deg) brightness(93%) contrast(91%);--history-content-divider: #edf1f6;--history-log-divider: #edf1f6;--history-log-index: #94a3b8;--history-log-text: #334155}.scripts-history-card{width:100%}.scripts-history-card__meta{display:inline-flex;align-items:center;gap:8px;margin:0 0 10px 12px;color:var(--history-text-secondary);font-size:12px;line-height:1;font-weight:500}.scripts-history-card__meta-dot{width:7px;height:7px;border-radius:50%;background:color-mix(in srgb,var(--history-text-secondary) 52%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--history-text-secondary) 16%,transparent)}.scripts-history-empty-state{width:100%;min-height:calc(100vh - 220px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;box-sizing:border-box}.scripts-history-empty-state__image{width:220px;height:220px;display:block;margin:0 0 -30px;object-fit:contain;-webkit-user-select:none;user-select:none}.scripts-history-empty-state__title{margin:0;color:var(--history-text-primary);font-size:24px;line-height:1.1;font-weight:700;letter-spacing:-.03em}.scripts-history-empty-state__description{margin:14px 0 0;color:var(--history-text-secondary);font-size:18px;line-height:1.45;font-weight:400;letter-spacing:-.01em}.scripts-history-table{width:100%;overflow:hidden;border:1px solid var(--history-surface-border);border-radius:8px;background:var(--history-surface-bg);box-shadow:var(--history-surface-shadow)}.scripts-history-table__group+.scripts-history-table__group{border-top:1px solid var(--history-group-divider)}.scripts-history-table__group-header-row{display:flex;align-items:center;gap:10px;padding:0 12px 0 0;background:var(--history-row-bg)}.scripts-history-table__actions{flex:0 0 auto;align-self:stretch;display:inline-flex;align-items:center;justify-content:center}.scripts-history-table__group-header-row:hover{background:var(--history-row-bg-hover)}.scripts-history-table__group-header{flex:1 1 auto;min-width:0;display:grid;grid-template-columns:minmax(150px,1.25fr) minmax(120px,.62fr) minmax(120px,.62fr) minmax(110px,.46fr);align-items:center;gap:18px;padding:14px 18px;border:0;background:transparent;color:var(--history-text-primary);text-align:left;cursor:pointer}.scripts-history-table__group-main{min-width:0;display:flex;align-items:center;gap:10px}.scripts-history-table__toggle{width:18px;height:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--history-toggle-border);border-radius:8px;color:var(--history-toggle-text);font-size:14px;line-height:1;background:var(--history-toggle-bg);box-shadow:inset 0 1px #ffffff0a}.scripts-history-table__toggle.is-open{background:var(--history-toggle-bg-open)}.scripts-history-table__group-title{color:var(--history-text-primary);font-size:15px;line-height:1.2;font-weight:700;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scripts-history-table__summary{display:contents}.scripts-history-table__summary-item{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.scripts-history-table__summary-item--status{justify-self:center}.scripts-history-table__summary-label{color:var(--history-text-soft);font-size:11px;line-height:1;font-weight:500;text-align:center;white-space:nowrap}.scripts-history-table__summary-value{color:var(--history-text-primary);font-size:13px;line-height:1.2;font-weight:600;text-align:center;white-space:nowrap}.scripts-history-table__delete{flex:0 0 auto;width:32px;height:32px;align-self:center;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:transparent;cursor:pointer;transition:background .18s ease,opacity .18s ease}.scripts-history-table__delete:hover{background:var(--history-delete-hover)}.scripts-history-table__delete:active{background:var(--history-delete-active)}.scripts-history-table__delete-icon{width:16px;height:16px;display:block;object-fit:contain;opacity:var(--history-delete-icon-opacity);filter:var(--history-delete-icon-filter);pointer-events:none;-webkit-user-select:none;user-select:none}.scripts-history-table__content{width:100%;border-top:1px solid var(--history-content-divider)}.scripts-history-table__logs{width:100%}.scripts-history-table__log-row{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;min-height:48px;padding:0 18px;border-bottom:1px solid var(--history-log-divider)}.scripts-history-table__log-row:last-child{border-bottom:0}.scripts-history-table__log-index{color:var(--history-log-index);font-size:12px;line-height:1;font-weight:600;letter-spacing:.02em}.scripts-history-table__log-text{color:var(--history-log-text);font-size:13px;line-height:1.35;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scripts-history-status{display:inline-flex;align-items:center;justify-content:center;min-width:84px;padding:6px 10px;border-radius:8px;font-size:11px;line-height:1;font-weight:700;letter-spacing:.01em;white-space:nowrap}.scripts-history-status--successful{color:#2ed3a6;background:#2ed3a61f;border:1px solid rgba(46,211,166,.2)}.scripts-history-status--failed{color:#ff5d73;background:#ff5d731f;border:1px solid rgba(255,93,115,.2)}.scripts-history-status--error{color:#f0b44d;background:#f0b44d1f;border:1px solid rgba(240,180,77,.2)}@media(max-width:1100px){.scripts-history-table__group-header{grid-template-columns:minmax(140px,1.2fr) minmax(110px,.7fr) minmax(110px,.7fr) minmax(100px,.5fr);gap:14px;padding:12px 16px}.scripts-history-table__summary-value{font-size:12px}.scripts-history-status{min-width:78px;padding:6px 8px}}@media(max-width:900px){.scripts-history-empty-state__image{width:220px;height:220px}.scripts-history-empty-state__title{font-size:24px}.scripts-history-empty-state__description{font-size:18px}.scripts-history-table__group-header-row{padding-right:10px}.scripts-history-table__group-header{grid-template-columns:minmax(120px,1fr) minmax(100px,.7fr) minmax(100px,.7fr) minmax(92px,.45fr);gap:12px;padding:12px 14px}.scripts-history-table__group-title{font-size:14px}.scripts-history-table__summary-label{font-size:10px}.scripts-history-table__summary-value{font-size:11px}.scripts-history-status{min-width:72px;font-size:10px;padding:5px 8px}.scripts-history-table__log-row{grid-template-columns:56px minmax(0,1fr);gap:10px;padding:0 14px}.scripts-history-table__log-text{font-size:12px}}.bots-page{gap:16px}.bots-shell{display:flex;flex-direction:column;gap:16px}.bots-tabs{display:flex;align-items:center;gap:24px;padding:0 4px;margin-top:-2px}.bots-tab{position:relative;min-height:28px;padding:0 0 8px;border:0;background:transparent;color:#ccd6efb8;font-size:.9375rem;line-height:1.2;font-weight:600;box-shadow:none;transition:none}.bots-tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:transparent}.bots-tab:hover{color:#ffffffe6}.bots-tab.is-active{color:#fff}.bots-tab.is-active:after{background:#857bff}.bots-card{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:linear-gradient(180deg,#060f22fa,#040a18fa),#090f1cfa;box-shadow:0 14px 34px #00000038;padding:16px}.bots-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 0% 0%,rgba(133,123,255,.11),transparent 28%),radial-gradient(circle at 100% 0%,rgba(0,163,255,.08),transparent 24%);opacity:.9}.bots-card>*{position:relative;z-index:1}.bots-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.bots-card__header h2,.bots-card__header h3{margin:0;font-size:.875rem;line-height:1.2;font-weight:600;letter-spacing:.01em}.bots-card__header p{margin:6px 0 0;font-size:.8125rem;line-height:1.45;color:#bcc8e6b8;font-weight:400}.bots-meta-chip{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:0 12px;border:1px solid rgba(141,162,255,.16);border-radius:999px;background:#ffffff0a;color:#ecf2ffeb;font-size:12px;line-height:1;font-weight:600;white-space:nowrap}.bots-inner-tabs-wrap{position:relative;margin-top:18px}.bots-inner-tabs-line{position:absolute;left:0;right:0;bottom:0;height:1px;background:#ffffff12}.bots-inner-tabs{position:relative;display:flex;align-items:center;gap:24px}.bots-inner-tab{position:relative;min-height:28px;padding:0 0 10px;border:0;background:transparent;color:#ccd6efb8;font-size:.875rem;line-height:1.2;font-weight:600}.bots-inner-tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:transparent}.bots-inner-tab:hover{color:#ffffffe6}.bots-inner-tab.is-active{color:#fff}.bots-inner-tab.is-active:after{background:#857bff}.bots-empty-panel{display:flex;align-items:center;justify-content:center;min-height:220px;border:1px dashed rgba(255,255,255,.1);border-radius:8px;color:#bec8e4bd;text-align:center;padding:24px}.bots-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;border:1px solid rgba(141,162,255,.16);background:#ffffff0a;color:#fff;font-size:11px;line-height:1;font-weight:700;letter-spacing:.02em}.bots-status-badge[data-state=running]{border-color:#4cd38a3d;background:#4cd38a1f}.bots-status-badge[data-state=starting],.bots-status-badge[data-state=stopping]{border-color:#ffcf663d;background:#ffcf661f}.bots-status-badge[data-state=error]{border-color:#ff6b813d;background:#ff6b811f}.bots-editor-grid{margin-top:18px;display:grid;gap:12px}.bots-editor-field{display:flex;flex-direction:column;gap:8px;min-width:0}.bots-editor-field--full{width:100%}.bots-editor-field span{color:#ecf2ffeb;font-size:.8125rem;line-height:1.2;font-weight:600}.bots-editor-field textarea{min-height:152px}.bots-editor-actions{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}.bots-editor-action-button{min-height:42px;font-size:.875rem;font-weight:700}.bots-settings-modal-backdrop{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;background:#040712b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bots-settings-modal{width:min(100%,860px);max-height:min(92vh,760px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:linear-gradient(180deg,#303034fa,#28282cfa),#29292dfa;box-shadow:0 30px 80px #00000073,inset 0 1px #ffffff0a}.bots-settings-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px 12px}.bots-settings-modal__title-wrap{min-width:0}.bots-settings-modal__title-wrap h2{margin:0;color:#fff;font-size:1.1rem;line-height:1.2;font-weight:700}.bots-settings-modal__close{flex:0 0 auto;width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:#ffffffd6;font-size:1.65rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.bots-settings-modal__close:hover{background:#ffffff0f;color:#fff}.bots-settings-modal__tabs{display:flex;gap:8px;padding:0 20px}.bots-settings-modal__tab{min-height:30px;padding:0 12px;border:1px solid rgba(255,255,255,.06);border-radius:6px;background:#ffffff0a;color:#e6ecf8d1;font-size:.875rem;font-weight:600}.bots-settings-modal__tab:hover{border-color:#ffffff24;color:#fff}.bots-settings-modal__tab.is-active{border-color:#00a3ff4d;background:linear-gradient(180deg,#857bfff5,#00a3fff5);color:#fff}.bots-settings-modal__body{display:flex;flex-direction:column;gap:12px;padding:12px 20px 20px;overflow:auto}.bots-settings-field{position:relative}.bots-settings-field input,.bots-settings-inline-field input,.bots-settings-textarea textarea{width:100%;border:1px solid rgba(255,255,255,.08);border-radius:6px;background:#19191dcc;color:#fff;box-shadow:none}.bots-settings-field input,.bots-settings-inline-field input{min-height:40px;padding:0 14px;font-size:.875rem;line-height:1.2}.bots-settings-field input::placeholder,.bots-settings-inline-field input::placeholder,.bots-settings-textarea textarea::placeholder{color:#bcc4d69e}.bots-settings-field input:focus,.bots-settings-inline-field input:focus,.bots-settings-textarea textarea:focus{border-color:#00a3ff52;outline:none}.bots-settings-field--profile input{padding-right:52px}.bots-settings-add-button{position:absolute;top:50%;right:12px;width:22px;height:22px;border:0;border-radius:999px;transform:translateY(-50%);background:linear-gradient(180deg,#5ed468f5,#3fb051f5);color:#fff;font-size:1.05rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0}.bots-settings-inline-grid{display:flex;flex-wrap:wrap;gap:12px;padding-top:4px}.bots-settings-inline-field{display:flex;align-items:center;gap:12px}.bots-settings-inline-field span{color:#fff;font-size:.9375rem;font-weight:500}.bots-settings-inline-field--compact input{width:96px;text-align:center}.bots-settings-toggle-list{display:grid;gap:10px;padding:6px 0 2px}.bots-settings-toggle-list--twitter{max-width:340px}.bots-settings-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.bots-settings-toggle-row span{color:#fff;font-size:.9375rem;font-weight:500}.bots-settings-toggle{position:relative;width:34px;height:18px;border:0;border-radius:999px;background:#ffffff42;padding:0;transition:background .18s ease}.bots-settings-toggle.is-active{background:linear-gradient(90deg,#857bfff0,#00a3fff0)}.bots-settings-toggle__thumb{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:999px;background:#fff;transition:transform .18s ease}.bots-settings-toggle.is-active .bots-settings-toggle__thumb{transform:translate(16px)}.bots-settings-textarea{position:relative}.bots-settings-textarea textarea{resize:vertical;min-height:180px;padding:18px 18px 34px;font-size:.9375rem;line-height:1.55}.bots-settings-textarea--lg textarea{min-height:284px}.bots-settings-textarea--xl textarea{min-height:220px}.bots-settings-textarea--media textarea{min-height:158px}.bots-settings-textarea__attach{position:absolute;right:14px;bottom:12px;color:#ffffffd1;font-size:1.05rem;pointer-events:none}.bots-settings-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:0 20px 18px}.bots-settings-modal__action{min-width:86px;min-height:36px;padding:0 18px;border-radius:6px;font-size:.875rem;font-weight:700}.bots-settings-modal__action--cancel.secondary-button{border:1px solid rgba(133,123,255,.2);background:linear-gradient(180deg,#7160fff5,#527efff5);color:#fff}.bots-settings-modal__action--confirm.primary-button{border:1px solid rgba(0,163,255,.26);background:linear-gradient(180deg,#4694fffa,#00a3fffa);color:#fff}html[data-theme=light] .bots-tab{color:#8a94a6}html[data-theme=light] .bots-tab:hover{color:#4b5563}html[data-theme=light] .bots-tab.is-active{color:#1f2937}html[data-theme=light] .bots-card{border:1px solid #e6ebf2;background:#fff;box-shadow:0 14px 34px #0f172a14}html[data-theme=light] .bots-card:before{background:radial-gradient(circle at 0% 0%,rgba(133,123,255,.06),transparent 28%),radial-gradient(circle at 100% 0%,rgba(0,163,255,.04),transparent 24%);opacity:1}html[data-theme=light] .bots-card__header h2,html[data-theme=light] .bots-card__header h3{color:#1f2937}html[data-theme=light] .bots-card__header p{color:#8a94a6}html[data-theme=light] .bots-meta-chip{border:1px solid #e6ebf2;background:#fff;color:#334155}html[data-theme=light] .bots-inner-tabs-line{background:#e8edf4}html[data-theme=light] .bots-inner-tab{color:#8a94a6}html[data-theme=light] .bots-inner-tab:hover{color:#4b5563}html[data-theme=light] .bots-inner-tab.is-active{color:#1f2937}html[data-theme=light] .bots-empty-panel{border:1px dashed #dbe3ee;color:#8a94a6}html[data-theme=light] .bots-status-badge{border:1px solid #e6ebf2;background:#fff;color:#334155}html[data-theme=light] .bots-editor-field span{color:#334155}html[data-theme=light] .bots-settings-modal-backdrop{background:#0f172a47}html[data-theme=light] .bots-settings-modal{border:1px solid #e6ebf2;background:#fff;box-shadow:0 28px 70px #0f172a24}html[data-theme=light] .bots-settings-modal__title-wrap h2{color:#1f2937}html[data-theme=light] .bots-settings-modal__close{color:#334155}html[data-theme=light] .bots-settings-modal__close:hover{background:#f8fafc;color:#1f2937}html[data-theme=light] .bots-settings-modal__tab{border:1px solid #e6ebf2;background:#fff;color:#334155}html[data-theme=light] .bots-settings-modal__tab:hover{border-color:#d7deea;color:#1f2937}html[data-theme=light] .bots-settings-modal__tab.is-active{border-color:#857bff42;background:#857bff24;color:#1f2937}html[data-theme=light] .bots-settings-field input,html[data-theme=light] .bots-settings-inline-field input,html[data-theme=light] .bots-settings-textarea textarea{border:1px solid #e6ebf2;background:#fff;color:#1f2937}html[data-theme=light] .bots-settings-field input::placeholder,html[data-theme=light] .bots-settings-inline-field input::placeholder,html[data-theme=light] .bots-settings-textarea textarea::placeholder{color:#94a3b8}html[data-theme=light] .bots-settings-field input:focus,html[data-theme=light] .bots-settings-inline-field input:focus,html[data-theme=light] .bots-settings-textarea textarea:focus{border-color:#857bff57}html[data-theme=light] .bots-settings-inline-field span,html[data-theme=light] .bots-settings-toggle-row span{color:#1f2937}html[data-theme=light] .bots-settings-toggle{background:#cbd5e1}html[data-theme=light] .bots-settings-toggle.is-active{background:linear-gradient(90deg,#857bfff0,#00a3fff0)}html[data-theme=light] .bots-settings-textarea__attach{color:#334155}html[data-theme=light] .bots-settings-modal__action--cancel.secondary-button{border:1px solid rgba(133,123,255,.2);background:linear-gradient(180deg,#7160fff5,#527efff5);color:#fff}html[data-theme=light] .bots-settings-modal__action--confirm.primary-button{border:1px solid rgba(0,163,255,.26);background:linear-gradient(180deg,#4694fffa,#00a3fffa);color:#fff}@media(max-width:900px){.bots-settings-modal-backdrop{padding:12px}.bots-settings-modal{width:100%;max-height:94vh}.bots-settings-inline-field{flex-direction:column;align-items:flex-start}.bots-settings-inline-field--compact input{width:100%;text-align:left}.bots-settings-modal__footer{justify-content:stretch}.bots-settings-modal__action{flex:1 1 0}}.bots-page{--bots-card-border: rgba(255, 255, 255, .08);--bots-card-background: linear-gradient(180deg, rgba(6, 15, 34, .98) 0%, rgba(4, 10, 24, .98) 100%), rgba(9, 15, 28, .98);--bots-card-shadow: 0 14px 34px rgba(0, 0, 0, .22);--bots-card-glow-a: rgba(133, 123, 255, .11);--bots-card-glow-b: rgba(0, 163, 255, .08);--bots-title: #ffffff;--bots-text: rgba(188, 200, 230, .72);--bots-text-strong: #ffffff;--bots-text-soft: rgba(196, 207, 230, .8);--bots-divider: rgba(255, 255, 255, .08);--bots-divider-soft: rgba(255, 255, 255, .06);--bots-console-line: rgba(213, 228, 255, .86);--bots-console-empty: rgba(180, 195, 224, .8);--bots-inner-line: linear-gradient(90deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .18));--bots-inner-tab: rgba(196, 207, 230, .8);--bots-inner-tab-hover: rgba(255, 255, 255, .92);--bots-inner-tab-active: #ffffff;--bots-sidebar-item-hover: linear-gradient(90deg, rgba(255, 255, 255, .025) 0%, rgba(255, 255, 255, .01) 100%);--bots-sidebar-item-active: linear-gradient( 90deg, rgba(133, 123, 255, .16) 0%, rgba(133, 123, 255, .08) 28%, rgba(133, 123, 255, .02) 62%, rgba(133, 123, 255, 0) 100% );--bots-sidebar-item-active-shadow: inset 0 1px 0 rgba(255, 255, 255, .03);--bots-sidebar-title: rgba(255, 255, 255, .96);--bots-sidebar-title-active: #ffffff;--bots-status-active-color: #2ed3a6;--bots-status-active-bg: rgba(46, 211, 166, .12);--bots-status-active-border: rgba(46, 211, 166, .24);--bots-action-default-bg: linear-gradient( 180deg, rgba(21, 33, 74, .96) 0%, rgba(16, 24, 54, .98) 100% );--bots-action-default-border: transparent;--bots-action-default-hover-border: #ffffff;--bots-action-title: #ffffff;--bots-action-text: rgba(196, 207, 230, .76);--bots-action-launch-bg: linear-gradient( 180deg, rgba(98, 88, 255, .9) 0%, rgba(124, 111, 255, .84) 100% );--bots-action-launch-text: rgba(245, 247, 255, .82);--bots-action-stop-bg: linear-gradient( 180deg, rgba(39, 26, 56, .96) 0%, rgba(26, 19, 42, .98) 100% );--bots-action-stop-text: rgba(233, 214, 230, .82);--bots-action-clear-bg: linear-gradient( 180deg, rgba(16, 35, 82, .96) 0%, rgba(11, 24, 58, .98) 100% );--bots-action-clear-text: rgba(205, 220, 248, .82);--bots-sidebar-primary-border: rgba(133, 123, 255, .42);--bots-sidebar-primary-bg: linear-gradient( 180deg, rgba(98, 88, 255, .92) 0%, rgba(124, 111, 255, .88) 100% );--bots-sidebar-primary-text: #ffffff}html[data-theme=light] .bots-page{--bots-card-border: #e6ebf2;--bots-card-background: #ffffff;--bots-card-shadow: 0 14px 34px rgba(15, 23, 42, .08);--bots-card-glow-a: rgba(133, 123, 255, .06);--bots-card-glow-b: rgba(0, 163, 255, .04);--bots-title: #1f2937;--bots-text: #8a94a6;--bots-text-strong: #334155;--bots-text-soft: #7b8794;--bots-divider: #e8edf4;--bots-divider-soft: #edf1f6;--bots-console-line: #475569;--bots-console-empty: #7b8794;--bots-inner-line: linear-gradient(90deg, rgba(148, 163, 184, .16), rgba(148, 163, 184, .4));--bots-inner-tab: #8a94a6;--bots-inner-tab-hover: #4b5563;--bots-inner-tab-active: #1f2937;--bots-sidebar-item-hover: linear-gradient( 90deg, rgba(133, 123, 255, .08) 0%, rgba(133, 123, 255, .04) 55%, rgba(133, 123, 255, .01) 100% );--bots-sidebar-item-active: linear-gradient( 90deg, rgba(133, 123, 255, .18) 0%, rgba(133, 123, 255, .1) 32%, rgba(133, 123, 255, .03) 66%, rgba(133, 123, 255, 0) 100% );--bots-sidebar-item-active-shadow: inset 0 1px 0 rgba(255, 255, 255, .45);--bots-sidebar-title: #334155;--bots-sidebar-title-active: #1f2937;--bots-status-active-color: #0f9f76;--bots-status-active-bg: rgba(15, 159, 118, .1);--bots-status-active-border: rgba(15, 159, 118, .2);--bots-action-default-bg: #f8fafc;--bots-action-default-border: #e6ebf2;--bots-action-default-hover-border: #d7deea;--bots-action-title: #1f2937;--bots-action-text: #5f6b7a;--bots-action-launch-bg: linear-gradient( 180deg, rgba(133, 123, 255, .62) 0%, rgba(133, 123, 255, .48) 100% );--bots-action-launch-text: #334155;--bots-action-stop-bg: linear-gradient( 180deg, rgba(255, 113, 113, .46) 0%, rgba(255, 113, 113, .34) 100% );--bots-action-stop-text: #334155;--bots-action-clear-bg: linear-gradient( 180deg, rgba(0, 163, 255, .46) 0%, rgba(0, 163, 255, .34) 100% );--bots-action-clear-text: #334155;--bots-sidebar-primary-border: rgba(133, 123, 255, .34);--bots-sidebar-primary-bg: #857bff;--bots-sidebar-primary-text: #ffffff}.bots-workspace{display:grid;grid-template-columns:minmax(0,2.18fr) minmax(360px,.74fr);gap:16px;align-items:stretch}.bots-workspace-main,.bots-workspace-sidebar{display:flex;flex-direction:column;gap:16px;min-width:0}.bots-workspace-sidebar{align-self:flex-start}.bots-workspace-card{border:1px solid var(--bots-card-border);border-radius:8px;background:var(--bots-card-background);box-shadow:var(--bots-card-shadow);padding:16px}.bots-control-card,.bots-runtime-card,.bots-sidebar-card{position:relative;overflow:hidden;border-radius:8px}.bots-control-card:before,.bots-runtime-card:before,.bots-sidebar-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 0% 0%,var(--bots-card-glow-a),transparent 28%),radial-gradient(circle at 100% 0%,var(--bots-card-glow-b),transparent 24%);opacity:.9}html[data-theme=light] .bots-control-card:before,html[data-theme=light] .bots-runtime-card:before,html[data-theme=light] .bots-sidebar-card:before{opacity:1}.bots-runtime-card{flex:1 1 auto;min-height:0}.bots-sidebar-card{display:flex;flex-direction:column;min-height:0;padding:0;height:fit-content}.bots-sidebar-section{position:relative;z-index:1;padding:16px 12px 16px 18px}.bots-sidebar-section--top{padding-bottom:14px}.bots-sidebar-section--bottom{padding-top:14px}.bots-sidebar-divider{position:relative;z-index:1;height:1px;margin:0 12px 0 18px;background:var(--bots-divider)}.bots-workspace-card>*{position:relative;z-index:1}.bots-workspace-card__header{display:flex;align-items:center;justify-content:space-between;gap:14px}.bots-workspace-card__header h2{margin:0;font-size:.875rem;line-height:1.2;font-weight:600;letter-spacing:.01em;color:var(--bots-title)}.bots-workspace-card__header p{margin:6px 0 0;font-size:.8125rem;line-height:1.45;color:var(--bots-text);font-weight:400}.bots-control-grid{margin-top:18px;display:grid;gap:10px}.bots-control-grid--cards{grid-template-columns:repeat(3,minmax(0,1fr))}.bots-action-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:16px;min-height:138px;width:100%;min-width:0;padding:16px 16px 14px;border-radius:8px;border:1px solid var(--bots-action-default-border);background:var(--bots-action-default-bg);box-shadow:none;text-align:left;overflow:hidden}.bots-action-card:before{content:none}.bots-action-card:hover:not(:disabled){transform:none;border-color:var(--bots-action-default-hover-border);box-shadow:none}.bots-action-card:disabled{opacity:.52;cursor:default}.bots-action-card__icon,.bots-action-card__content,.bots-action-card__media{position:relative;z-index:1}.bots-action-card__icon{display:inline-flex;align-items:center;justify-content:flex-start;width:auto;height:auto;border:0;border-radius:0;background:transparent;color:var(--bots-action-title);line-height:1;padding:0;flex:0 0 auto}.bots-action-card__icon-image{display:block;width:30px;height:30px;object-fit:contain;-webkit-user-select:none;user-select:none}.bots-action-card__icon-image--launch{width:33px;height:33px}.bots-action-card__icon-image--stop,.bots-action-card__icon-image--clear{width:31px;height:31px}html[data-theme=light] .bots-action-card__icon-image{filter:brightness(0) saturate(100%) invert(39%) sepia(9%) saturate(624%) hue-rotate(176deg) brightness(93%) contrast(87%)}.bots-action-card__content{display:flex;flex-direction:column;gap:5px;width:100%;min-width:0}.bots-action-card__title{color:var(--bots-action-title);font-size:.95rem;line-height:1.2;font-weight:600;word-break:break-word}.bots-action-card__text{color:var(--bots-action-text);font-size:.78125rem;line-height:1.4;font-weight:400;word-break:break-word}.bots-action-card__media{position:absolute;top:2px;right:0;bottom:0;width:42%;display:flex;align-items:flex-start;justify-content:flex-end;pointer-events:none;overflow:hidden}.bots-action-card__media-image{max-width:none;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none}.bots-action-card__media-image--launch{width:118px;object-position:right top;transform:translate(4px,8px);opacity:.48;filter:none}.bots-action-card__media-image--stop{width:112px;object-position:right center;transform:translateY(8px);opacity:.56;filter:none}.bots-action-card__media-image--clear{width:132px;object-position:right center;transform:translateY(-4px);opacity:.44;filter:none}html[data-theme=light] .bots-action-card__media-image--launch,html[data-theme=light] .bots-action-card__media-image--stop,html[data-theme=light] .bots-action-card__media-image--clear{opacity:1.1}.bots-action-card--launch{background:var(--bots-action-launch-bg);padding-right:122px}.bots-action-card--launch .bots-action-card__text{color:var(--bots-action-launch-text)}.bots-action-card--stop{background:var(--bots-action-stop-bg);padding-right:118px}.bots-action-card--stop .bots-action-card__text{color:var(--bots-action-stop-text)}.bots-action-card--clear{background:var(--bots-action-clear-bg);padding-right:124px}.bots-action-card--clear .bots-action-card__text{color:var(--bots-action-clear-text)}.bots-inner-tabs-wrap{position:relative;margin-top:6px;display:flex;justify-content:center}.bots-inner-tabs-line{position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--bots-inner-line)}.bots-inner-tabs{position:relative;display:flex;justify-content:center;gap:18px;align-items:flex-end}.bots-inner-tab{position:relative;padding:8px 0 11px;border:0;background:transparent;color:var(--bots-inner-tab);font-size:.875rem;line-height:1.2;font-weight:600}.bots-inner-tab:hover{color:var(--bots-inner-tab-hover)}.bots-inner-tab:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;border-radius:999px;background:#857bff;opacity:0;transform:scaleX(.65)}.bots-inner-tab.is-active{color:var(--bots-inner-tab-active)}.bots-inner-tab.is-active:after{opacity:1;transform:scaleX(1)}.bots-sidebar-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.bots-sidebar-item{position:relative;display:flex;align-items:center;width:100%;min-height:40px;padding:0 10px 0 16px;border:0;border-radius:8px;background:transparent;text-align:left}.bots-sidebar-item:before{content:"";position:absolute;left:0;top:-1px;bottom:-1px;width:3px;background:transparent}.bots-sidebar-item:hover{background:var(--bots-sidebar-item-hover)}.bots-sidebar-item__main{width:100%;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.bots-sidebar-item__title{font-size:.9375rem;font-weight:500;line-height:1.2;color:var(--bots-sidebar-title);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bots-sidebar-item__status{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 10px;border-radius:999px;font-size:.6875rem;line-height:1;font-weight:700;letter-spacing:.01em;white-space:nowrap}.bots-sidebar-item__status--active{color:var(--bots-status-active-color);background:var(--bots-status-active-bg);border:1px solid var(--bots-status-active-border);box-shadow:none}.bots-sidebar-item.is-active{background:var(--bots-sidebar-item-active);box-shadow:var(--bots-sidebar-item-active-shadow)}.bots-sidebar-item.is-active:before{background:linear-gradient(180deg,#857bff,#00a3ff)}.bots-sidebar-item.is-active .bots-sidebar-item__title{color:var(--bots-sidebar-title-active)}.bots-sidebar-actions{margin-top:16px;display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.bots-sidebar-action-button{min-height:44px;font-size:.875rem;font-weight:700}.bots-sidebar-action-button.primary-button{border-color:var(--bots-sidebar-primary-border);background:var(--bots-sidebar-primary-bg);color:var(--bots-sidebar-primary-text)}.bots-runtime-console{margin-top:14px;min-height:360px;max-height:360px;overflow:auto;border-radius:0;border:0;border-top:1px solid var(--bots-divider);background:transparent;padding:18px 0 0}.bots-runtime-line{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8125rem;line-height:1.55;color:var(--bots-console-line);white-space:pre-wrap;word-break:break-word;font-weight:400}.bots-runtime-line+.bots-runtime-line{margin-top:6px}.bots-runtime-empty{font-size:.8125rem;line-height:1.45;color:var(--bots-console-empty);font-weight:400}.bots-runtime-empty--centered{min-height:310px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:8px 0 0}.bots-runtime-empty__illustration{width:160px;margin-bottom:18px;animation:bots-runtime-robot-float 4.6s ease-in-out infinite}.bots-runtime-empty__illustration-image{display:block;width:100%;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none}.bots-runtime-empty__title{font-size:.9375rem;line-height:1.25;font-weight:600;color:var(--bots-title)}.bots-runtime-empty__text{margin-top:10px;max-width:540px;font-size:.8125rem;line-height:1.45;color:var(--bots-console-empty)}@keyframes bots-runtime-robot-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-8px,0)}}@media(max-width:1540px){.bots-workspace{grid-template-columns:minmax(0,2.02fr) minmax(330px,.78fr)}.bots-action-card{min-height:136px}.bots-action-card--launch,.bots-action-card--stop,.bots-action-card--clear{padding-right:114px}.bots-action-card__media{top:0;width:32%}.bots-action-card__media-image--launch{width:100px;transform:translate(4px,10px)}.bots-action-card__media-image--stop{width:96px;transform:translateY(16px)}.bots-action-card__media-image--clear{width:112px;transform:translateY(2px)}.bots-runtime-console{min-height:340px;max-height:340px}}@media(max-width:1360px){.bots-control-grid--cards{grid-template-columns:repeat(4,minmax(0,1fr));max-width:940px;margin-left:auto;margin-right:auto}.bots-control-grid--cards>*{grid-column:span 2}.bots-control-grid--cards>*:nth-child(3):last-child{grid-column:2 / span 2}}@media(max-width:1180px){.bots-workspace{grid-template-columns:minmax(0,1.7fr) minmax(300px,.9fr)}.bots-action-card__icon-image--launch{width:32px;height:32px}.bots-action-card__icon-image--stop,.bots-action-card__icon-image--clear{width:30px;height:30px}.bots-runtime-empty__illustration{width:116px;margin-bottom:18px}.bots-runtime-console{min-height:320px;max-height:320px}}@media(max-width:980px){.bots-workspace{grid-template-columns:1fr}.bots-workspace-sidebar{align-self:stretch}.bots-runtime-console{min-height:320px;max-height:320px}}@media(max-width:760px){.bots-control-grid--cards{grid-template-columns:1fr;max-width:none}.bots-control-grid--cards>*,.bots-control-grid--cards>*:nth-child(3):last-child{grid-column:auto}}@media(max-width:1599px){.bots-page--web .bots-workspace{grid-template-columns:1fr}.bots-page--web .bots-workspace-sidebar{align-self:stretch}.bots-page--web .bots-runtime-console{min-height:340px;max-height:340px}}@media(max-width:1599px)and (min-width:761px){.bots-page--web .bots-control-grid--cards{grid-template-columns:repeat(4,minmax(0,1fr));max-width:940px;margin-left:auto;margin-right:auto}.bots-page--web .bots-control-grid--cards>*{grid-column:span 2}.bots-page--web .bots-control-grid--cards>*:nth-child(3):last-child{grid-column:2 / span 2}}.bots-history{--history-text-primary: #ffffff;--history-text-secondary: rgba(205, 216, 255, .72);--history-text-soft: rgba(200, 211, 252, .62);--history-surface-border: rgba(141, 162, 255, .14);--history-surface-bg: linear-gradient(180deg, rgba(22, 28, 58, .96) 0%, rgba(15, 21, 46, .96) 100%);--history-surface-shadow: inset 0 1px 0 rgba(255, 255, 255, .03), 0 14px 36px rgba(0, 0, 0, .22);--history-group-divider: rgba(141, 162, 255, .08);--history-row-bg: rgba(255, 255, 255, .02);--history-row-bg-hover: rgba(255, 255, 255, .035);--history-toggle-border: rgba(157, 174, 255, .32);--history-toggle-text: rgba(240, 244, 255, .92);--history-toggle-bg: rgba(9, 14, 34, .8);--history-toggle-bg-open: rgba(19, 27, 58, .95);--history-delete-hover: rgba(255, 255, 255, .06);--history-delete-active: rgba(255, 255, 255, .09);--history-delete-icon-opacity: .78;--history-delete-icon-filter: none;--history-content-divider: rgba(141, 162, 255, .08);--history-log-divider: rgba(141, 162, 255, .07);--history-log-index: rgba(194, 204, 243, .76);--history-log-text: #ffffff;width:100%;display:flex;flex-direction:column;gap:18px;padding:6px 0 0}html[data-theme=light] .bots-history{--history-text-primary: #1f2937;--history-text-secondary: #8a94a6;--history-text-soft: #94a3b8;--history-surface-border: #e6ebf2;--history-surface-bg: linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, rgba(248, 250, 252, .98) 100%);--history-surface-shadow: 0 14px 34px rgba(15, 23, 42, .08);--history-group-divider: #edf1f6;--history-row-bg: #ffffff;--history-row-bg-hover: #f8fafc;--history-toggle-border: rgba(133, 123, 255, .22);--history-toggle-text: #334155;--history-toggle-bg: #ffffff;--history-toggle-bg-open: rgba(133, 123, 255, .14);--history-delete-hover: rgba(133, 123, 255, .08);--history-delete-active: rgba(133, 123, 255, .14);--history-delete-icon-opacity: 1;--history-delete-icon-filter: brightness(0) saturate(100%) invert(26%) sepia(11%) saturate(593%) hue-rotate(176deg) brightness(93%) contrast(91%);--history-content-divider: #edf1f6;--history-log-divider: #edf1f6;--history-log-index: #94a3b8;--history-log-text: #334155}.bots-history-card{width:100%}.bots-history-card__meta{display:inline-flex;align-items:center;gap:8px;margin:0 0 10px 12px;color:var(--history-text-secondary);font-size:12px;line-height:1;font-weight:500}.bots-history-card__meta-dot{width:7px;height:7px;border-radius:50%;background:color-mix(in srgb,var(--history-text-secondary) 52%,transparent);box-shadow:0 0 0 3px color-mix(in srgb,var(--history-text-secondary) 16%,transparent)}.bots-history-empty-state{width:100%;min-height:calc(100vh - 220px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;box-sizing:border-box}.bots-history-empty-state__image{width:220px;height:220px;display:block;margin:0 0 -30px;object-fit:contain;-webkit-user-select:none;user-select:none}.bots-history-empty-state__title{margin:0;color:var(--history-text-primary);font-size:24px;line-height:1.1;font-weight:700;letter-spacing:-.03em}.bots-history-empty-state__description{margin:14px 0 0;color:var(--history-text-secondary);font-size:18px;line-height:1.45;font-weight:400;letter-spacing:-.01em}.bots-history-table{width:100%;overflow:hidden;border:1px solid var(--history-surface-border);border-radius:8px;background:var(--history-surface-bg);box-shadow:var(--history-surface-shadow)}.bots-history-table__group+.bots-history-table__group{border-top:1px solid var(--history-group-divider)}.bots-history-table__group-header-row{display:flex;align-items:center;gap:10px;padding:0 12px 0 0;background:var(--history-row-bg)}.bots-history-table__actions{flex:0 0 auto;align-self:stretch;display:inline-flex;align-items:center;justify-content:center}.bots-history-table__group-header-row:hover{background:var(--history-row-bg-hover)}.bots-history-table__group-header{flex:1 1 auto;min-width:0;display:grid;grid-template-columns:minmax(150px,1.25fr) minmax(120px,.62fr) minmax(120px,.62fr) minmax(110px,.46fr);align-items:center;gap:18px;padding:14px 18px;border:0;background:transparent;color:var(--history-text-primary);text-align:left;cursor:pointer}.bots-history-table__group-main{min-width:0;display:flex;align-items:center;gap:10px}.bots-history-table__toggle{width:18px;height:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--history-toggle-border);border-radius:8px;color:var(--history-toggle-text);font-size:14px;line-height:1;background:var(--history-toggle-bg);box-shadow:inset 0 1px #ffffff0a}.bots-history-table__toggle.is-open{background:var(--history-toggle-bg-open)}.bots-history-table__group-title{color:var(--history-text-primary);font-size:15px;line-height:1.2;font-weight:700;letter-spacing:-.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bots-history-table__summary{display:contents}.bots-history-table__summary-item{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:0}.bots-history-table__summary-item--status{justify-self:center}.bots-history-table__summary-label{color:var(--history-text-soft);font-size:11px;line-height:1;font-weight:500;text-align:center;white-space:nowrap}.bots-history-table__summary-value{color:var(--history-text-primary);font-size:13px;line-height:1.2;font-weight:600;text-align:center;white-space:nowrap}.bots-history-table__delete{flex:0 0 auto;width:32px;height:32px;align-self:center;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px;background:transparent;cursor:pointer;transition:background .18s ease,opacity .18s ease}.bots-history-table__delete:hover{background:var(--history-delete-hover)}.bots-history-table__delete:active{background:var(--history-delete-active)}.bots-history-table__delete-icon{width:16px;height:16px;display:block;object-fit:contain;opacity:var(--history-delete-icon-opacity);filter:var(--history-delete-icon-filter);pointer-events:none;-webkit-user-select:none;user-select:none}.bots-history-table__content{width:100%;border-top:1px solid var(--history-content-divider)}.bots-history-table__logs{width:100%}.bots-history-table__log-row{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:12px;min-height:48px;padding:0 18px;border-bottom:1px solid var(--history-log-divider)}.bots-history-table__log-row:last-child{border-bottom:0}.bots-history-table__log-index{color:var(--history-log-index);font-size:12px;line-height:1;font-weight:600;letter-spacing:.02em}.bots-history-table__log-text{color:var(--history-log-text);font-size:13px;line-height:1.35;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bots-history-status{display:inline-flex;align-items:center;justify-content:center;min-width:84px;padding:6px 10px;border-radius:8px;font-size:11px;line-height:1;font-weight:700;letter-spacing:.01em;white-space:nowrap}.bots-history-status--successful{color:#2ed3a6;background:#2ed3a61f;border:1px solid rgba(46,211,166,.2)}.bots-history-status--failed{color:#ff5d73;background:#ff5d731f;border:1px solid rgba(255,93,115,.2)}.bots-history-status--error{color:#f0b44d;background:#f0b44d1f;border:1px solid rgba(240,180,77,.2)}.bots-history-status--running{color:#66c7ff;background:#00a3ff1f;border:1px solid rgba(0,163,255,.2)}@media(max-width:1100px){.bots-history-table__group-header{grid-template-columns:minmax(140px,1.2fr) minmax(110px,.7fr) minmax(110px,.7fr) minmax(100px,.5fr);gap:14px;padding:12px 16px}.bots-history-table__summary-value{font-size:12px}.bots-history-status{min-width:78px;padding:6px 8px}}@media(max-width:900px){.bots-history-empty-state__image{width:220px;height:220px}.bots-history-empty-state__title{font-size:24px}.bots-history-empty-state__description{font-size:18px}.bots-history-table__group-header-row{padding-right:10px}.bots-history-table__group-header{grid-template-columns:minmax(120px,1fr) minmax(100px,.7fr) minmax(100px,.7fr) minmax(92px,.45fr);gap:12px;padding:12px 14px}.bots-history-table__group-title{font-size:14px}.bots-history-table__summary-label{font-size:10px}.bots-history-table__summary-value{font-size:11px}.bots-history-status{min-width:72px;font-size:10px;padding:5px 8px}.bots-history-table__log-row{grid-template-columns:56px minmax(0,1fr);gap:10px;padding:0 14px}.bots-history-table__log-text{font-size:12px}}.bots-discord-panel,.bots-discord-catalog,.bots-discord-editor{min-width:0}.bots-discord-launch-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;margin-top:0}.bots-discord-launch-button{position:relative;width:100%;min-height:176px;display:flex;align-items:stretch;justify-content:space-between;gap:14px;padding:20px 22px;border:1px solid rgba(133,123,255,.26);border-radius:10px;background:linear-gradient(135deg,#6f63ff,#6a61f3 48%,#5f5ae6);text-align:left;box-shadow:inset 0 1px #ffffff1a,0 12px 28px #382e9847;overflow:hidden}.bots-discord-launch-button:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 100% 0%,rgba(255,255,255,.14),transparent 30%),linear-gradient(180deg,#ffffff0f,#fff0)}.bots-discord-launch-button:hover{border-color:#aba3ff75;box-shadow:inset 0 1px #ffffff1f,0 14px 34px #382e9857}.bots-discord-launch-button.is-active{border-color:#d4d0ffb8;box-shadow:inset 0 1px #ffffff24,0 16px 38px #382e9861}.bots-discord-launch-button__content,.bots-discord-launch-button__icon-wrap{position:relative;z-index:1}.bots-discord-launch-button__content{display:flex;flex-direction:column;justify-content:center;min-width:0;padding-right:8px}.bots-discord-launch-button__title{color:#fff;font-size:1.5rem;line-height:1.08;font-weight:800;word-break:break-word}.bots-discord-launch-button__desc{display:none}.bots-discord-launch-button__icon-wrap{flex:0 0 168px;display:flex;align-items:center;justify-content:flex-end;align-self:center}.bots-discord-launch-button__icon{width:148px;height:148px;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;filter:drop-shadow(0 12px 22px rgba(35,24,120,.3))}.bot-settings-modal{width:min(100%,860px);max-height:94vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(180deg,#091229fa,#070d1ffa),#080f21fa;box-shadow:0 28px 80px #0000007a,inset 0 1px #ffffff0d}.bot-settings-modal__title{margin:0;color:#fff;font-size:1.55rem;line-height:1.15;font-weight:800}.bot-settings-modal__body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:12px;padding:8px 22px 16px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#857bff transparent}.bot-settings-field input,.bot-settings-inline-control input{width:100%;min-height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#0d1222f5;color:#fff;box-shadow:none;font-size:.95rem;line-height:1.2}.bot-settings-field input::placeholder,.bot-settings-inline-control input::placeholder{color:#bdc7dc9e}.bot-settings-field input:focus,.bot-settings-inline-control input:focus{border-color:#857bff57;outline:none;box-shadow:none}.bot-settings-inline-row{display:flex;flex-wrap:wrap;gap:12px;padding-top:4px}.bot-settings-inline-control{display:flex;align-items:center;gap:14px}.bot-settings-inline-control span{color:#fff;font-size:.95rem;font-weight:500}.bot-settings-inline-control input{width:96px;text-align:center;padding-left:0;padding-right:0;font-variant-numeric:tabular-nums}.bot-settings-inline-control input::-webkit-outer-spin-button,.bot-settings-inline-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bot-settings-inline-control input[type=number]{-moz-appearance:textfield;appearance:textfield}.bot-settings-textarea__empty-state{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;pointer-events:none;z-index:1;padding:28px 24px 40px;text-align:center;overflow:hidden}.bot-settings-textarea__empty-text{max-width:520px;color:#bdc7dcb8;font-size:.95rem;line-height:1.45;font-weight:500;word-break:break-word}.bot-settings-textarea__empty-state img{width:220px;height:220px;display:block;object-fit:contain;flex:0 0 auto}html[data-theme=light] .bots-catalog-divider{background:#e8edf4}html[data-theme=light] .bots-discord-launch-button{border:1px solid rgba(133,123,255,.26);background:linear-gradient(135deg,#6f63ff,#6a61f3 48%,#5f5ae6);box-shadow:inset 0 1px #ffffff29,0 12px 28px #382e983d}html[data-theme=light] .bots-discord-launch-button:hover{border-color:#aba3ff75}html[data-theme=light] .bots-discord-launch-button.is-active{border-color:#d4d0ffb8}html[data-theme=light] .bot-settings-modal-backdrop{background:#0f172a47}html[data-theme=light] .bot-settings-modal{border:1px solid #e6ebf2;background:#fff;box-shadow:0 28px 70px #0f172a24}html[data-theme=light] .bot-settings-modal__close{color:#334155}html[data-theme=light] .bot-settings-modal__close:hover{background:#f8fafc;color:#1f2937}html[data-theme=light] .bot-settings-field input,html[data-theme=light] .bot-settings-inline-control input{border-color:#e6ebf2;background:#fff;color:#1f2937}html[data-theme=light] .bot-settings-field input::placeholder,html[data-theme=light] .bot-settings-inline-control input::placeholder{color:#94a3b8}html[data-theme=light] .bot-settings-inline-control span,html[data-theme=light] .bot-settings-switch-row span{color:#1f2937}html[data-theme=light] .bot-settings-field__action img,html[data-theme=light] .bot-settings-textarea__attach img{filter:brightness(0) saturate(100%) invert(26%) sepia(11%) saturate(593%) hue-rotate(176deg) brightness(93%) contrast(91%)}html[data-theme=light] .bot-settings-toggle{background:#cbd5e1}html[data-theme=light] .bot-settings-toggle.is-active{background:linear-gradient(90deg,#857bfff5 0% 100%)}html[data-theme=light] .bot-settings-textarea__empty-text{color:#8a94a6}html[data-theme=light] .bot-settings-button{color:#fff}@media(max-width:1100px){.bots-discord-launch-button__icon-wrap{flex-basis:136px}.bots-discord-launch-button__icon{width:120px;height:120px}}@media(max-width:900px){.bot-settings-modal-backdrop{padding:12px}.bot-settings-modal{width:100%;max-height:96vh}.bot-settings-inline-control{flex-direction:column;align-items:flex-start}.bot-settings-inline-control input{width:100%;text-align:left;padding-left:14px;padding-right:14px}.bot-settings-modal__footer{justify-content:stretch}.bot-settings-button{flex:1 1 0}.bot-settings-textarea__empty-state img{width:170px;height:170px}.bot-settings-textarea__empty-text{max-width:100%;font-size:.9rem}.bot-settings-switch-row{grid-template-columns:140px 36px;column-gap:10px}}.bots-twitter-panel,.bots-twitter-catalog,.bots-twitter-editor{min-width:0}.bots-catalog-divider{margin-top:14px;height:1px;background:#ffffff14}.bots-twitter-inline-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.bots-twitter-inline-button{width:100%;min-height:68px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;padding:14px 16px;border:1px solid rgba(141,162,255,.12);border-radius:8px;background:#ffffff08;text-align:left;box-shadow:none}.bots-twitter-inline-button:hover{border-color:#ffffff29}.bots-twitter-inline-button.is-active{border-color:#857bff5c;background:#857bff14}.bots-twitter-inline-button__title{color:#fff;font-size:.875rem;line-height:1.2;font-weight:700}.bots-twitter-inline-button__desc{color:#c4cfe6b8;font-size:.75rem;line-height:1.4;font-weight:400}.bot-settings-modal-backdrop{position:fixed;inset:0;z-index:2200;display:flex;align-items:center;justify-content:center;padding:20px;background:#020716b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bot-settings-modal{width:min(100%,980px);max-height:94vh;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:linear-gradient(180deg,#091229fa,#070d1ffa),#080f21fa;box-shadow:0 28px 80px #0000007a,inset 0 1px #ffffff0d}.bot-settings-modal__header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 22px 10px}.bot-settings-modal__title{margin:0;color:#fff;font-size:1.2rem;line-height:1.3;font-weight:700}.bot-settings-modal__close{width:34px;height:34px;border:0;border-radius:8px;background:transparent;color:#ffffffd1;font-size:1.7rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.bot-settings-modal__close:hover,.bot-settings-modal__close:focus,.bot-settings-modal__close:focus-visible,.bot-settings-modal__close:active{background:#ffffff0f;color:#fff;outline:none;box-shadow:none}.bot-settings-modal__body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:16px;padding:8px 22px 18px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#857bff transparent}.bot-settings-modal__body::-webkit-scrollbar{width:10px}.bot-settings-modal__body::-webkit-scrollbar-track{background:transparent;border-radius:999px}.bot-settings-modal__body::-webkit-scrollbar-thumb{background:#857bff;border-radius:999px;border:2px solid transparent}.bot-settings-modal__body::-webkit-scrollbar-thumb:hover{background:#938aff}.bot-settings-modal__footer{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:0 22px 18px}.bot-settings-field{position:relative;flex:0 0 auto}.bot-settings-field input{width:100%;min-height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#0d1222f5;color:#fff;box-shadow:none;font-size:.95rem;line-height:1.2}.bot-settings-field input::placeholder{color:#bdc7dc9e}.bot-settings-field input:focus{border-color:#857bff57;outline:none;box-shadow:none}.bot-settings-field--with-action input{padding-right:54px}.bot-settings-field__action{position:absolute;top:50%;right:12px;width:24px;height:24px;border:0;border-radius:8px;transform:translateY(-50%);background:transparent;display:inline-flex;align-items:center;justify-content:center;padding:0}.bot-settings-field__action:hover,.bot-settings-field__action:focus,.bot-settings-field__action:focus-visible,.bot-settings-field__action:active{background:transparent;outline:none;box-shadow:none}.bot-settings-field__action img{width:18px;height:18px;display:block;object-fit:contain}.bot-profile-select{position:relative;z-index:5}.bot-profile-select__field input{cursor:pointer}.bot-profile-select .bot-settings-field__action{color:#fff;font-size:1.45rem;line-height:1;font-weight:700}.bot-profile-select__dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:40;max-height:240px;overflow-y:auto;padding:8px;border:1px solid rgba(133,123,255,.3);border-radius:10px;background:#080f21fa;box-shadow:0 18px 44px #0000006b}.bot-profile-select__option{width:100%;min-height:46px;display:grid;grid-template-columns:26px minmax(0,1fr);gap:10px;align-items:center;padding:8px 10px;border:1px solid transparent;border-radius:8px;background:transparent;text-align:left;color:#fff}.bot-profile-select__option:hover,.bot-profile-select__option:focus,.bot-profile-select__option:focus-visible,.bot-profile-select__option:active,.bot-profile-select__option.is-selected{border-color:transparent;background:transparent;outline:none;box-shadow:none}.bot-profile-select__check{width:22px;height:22px;border:1px solid rgba(255,255,255,.2);border-radius:7px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:#ffffff0f;font-size:.85rem;font-weight:800}.bot-profile-select__option.is-selected .bot-profile-select__check{border-color:#857bffdb;background:#857bffe6}.bot-profile-select__meta{min-width:0;display:flex;flex-direction:column;gap:2px}.bot-profile-select__name{color:#fff;font-size:.9rem;line-height:1.2;font-weight:700}.bot-profile-select__id,.bot-profile-select__empty{color:#bdc7dcb8;font-size:.8rem;line-height:1.3}.bot-profile-select__empty{padding:10px}.bot-settings-switches{flex:0 0 auto;display:grid;gap:10px;padding:4px 0 2px}.bot-settings-switches--compact{max-width:none}.bot-settings-switch-row{display:grid;grid-template-columns:140px 36px;align-items:center;justify-content:start;column-gap:10px}.bot-settings-switch-row span{color:#fff;font-size:.95rem;font-weight:500;white-space:nowrap}.bot-settings-toggle{position:relative;width:36px;height:20px;border:0;border-radius:999px;background:#ffffff47;padding:0}.bot-settings-toggle.is-active{background:linear-gradient(90deg,#857bfff5 0% 100%)}.bot-settings-toggle__thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:999px;background:#fff;transition:transform .18s ease}.bot-settings-toggle.is-active .bot-settings-toggle__thumb{transform:translate(16px)}.bot-settings-server-list{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.bot-settings-error{color:#ff8fa3;font-size:.85rem;line-height:1.35;font-weight:600}.bot-settings-error--footer{margin-top:-4px}.bot-settings-file-input{display:none}.bot-settings-textarea{position:relative;overflow:hidden;flex:0 0 auto;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#0d1222f5;box-shadow:none;transition:border-color .18s ease,background .18s ease}.bot-settings-textarea:focus-within{border-color:#857bff6b;box-shadow:none}.bot-settings-textarea textarea{width:100%;resize:vertical;min-height:200px;padding:16px 44px 34px 16px;border:0!important;border-radius:8px;outline:none!important;background:transparent!important;color:#fff;box-shadow:none!important;font-size:.95rem;line-height:1.55}.bot-settings-textarea textarea:hover,.bot-settings-textarea textarea:focus,.bot-settings-textarea textarea:focus-visible,.bot-settings-textarea textarea:active{border:0!important;outline:none!important;box-shadow:none!important;background:transparent!important}.bot-settings-textarea--publication textarea{min-height:360px}.bot-settings-textarea--media textarea{min-height:320px}.bot-settings-textarea--lg textarea{min-height:360px}.bot-settings-textarea.is-empty textarea{color:transparent;caret-color:#fff}.bot-settings-textarea__empty-state{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;pointer-events:none;z-index:1;padding:20px 24px 34px;text-align:center;overflow:hidden}.bot-settings-textarea__empty-text{max-width:600px;color:#bdc7dcb8;font-size:.95rem;line-height:1.4;font-weight:500;word-break:break-word;margin:0}.bot-settings-textarea__empty-state img{width:180px;height:180px;display:block;object-fit:contain;flex:0 0 auto}.bot-settings-textarea__attach{position:absolute;right:12px;bottom:12px;width:20px;height:20px;border:0;border-radius:8px;background:transparent;display:inline-flex;align-items:center;justify-content:center;padding:0;z-index:2}.bot-settings-textarea__attach:hover,.bot-settings-textarea__attach:focus,.bot-settings-textarea__attach:focus-visible,.bot-settings-textarea__attach:active{background:transparent;outline:none;box-shadow:none}.bot-settings-textarea__attach img{width:16px;height:16px;display:block;object-fit:contain}.bot-settings-button{min-width:86px;min-height:44px;padding:0 18px;border:1px solid transparent;border-radius:8px;color:#fff;font-size:.95rem;font-weight:700}.bot-settings-button--secondary,.bot-settings-button--primary{background:linear-gradient(180deg,#857bfff5 0% 100%);border-color:#857bff3d}html[data-theme=light] .bot-settings-modal{border-color:#e6ebf2;background:linear-gradient(180deg,#fffffffa,#f8fafcfa),#fff;box-shadow:0 28px 80px #0f172a24,inset 0 1px #ffffffb8}html[data-theme=light] .bot-settings-modal__title{color:#1f2937}html[data-theme=light] .bot-settings-modal__close{color:#64748b}html[data-theme=light] .bot-settings-modal__close:hover{background:#0f172a0d;color:#1f2937}html[data-theme=light] .bot-settings-field input{border-color:#e6ebf2;background:#fff;color:#1f2937}html[data-theme=light] .bot-settings-field input::placeholder{color:#94a3b8}html[data-theme=light] .bot-profile-select__dropdown{border-color:#e6ebf2;background:#fff;box-shadow:0 18px 44px #0f172a1f}html[data-theme=light] .bot-profile-select__option{color:#1f2937}html[data-theme=light] .bot-profile-select__option:hover,html[data-theme=light] .bot-profile-select__option:focus,html[data-theme=light] .bot-profile-select__option:focus-visible,html[data-theme=light] .bot-profile-select__option:active,html[data-theme=light] .bot-profile-select__option.is-selected{border-color:transparent;background:transparent;outline:none;box-shadow:none}html[data-theme=light] .bot-profile-select__name{color:#1f2937}html[data-theme=light] .bot-profile-select__id,html[data-theme=light] .bot-profile-select__empty{color:#64748b}html[data-theme=light] .bot-profile-select__check{border-color:#d9e1ec;background:#f8fafc;color:#1f2937}html[data-theme=light] .bot-profile-select__option.is-selected .bot-profile-select__check{border-color:#857bffdb;background:#857bffe6;color:#fff}html[data-theme=light] .bot-profile-select .bot-settings-field__action{color:#64748b}html[data-theme=light] .bot-settings-switch-row span{color:#1f2937}html[data-theme=light] .bot-settings-textarea{border-color:#e6ebf2;background:#fff;box-shadow:none}html[data-theme=light] .bot-settings-textarea:focus-within{border-color:#857bff6b;box-shadow:none}html[data-theme=light] .bot-settings-textarea textarea{border:0!important;outline:none!important;background:transparent!important;color:#1f2937;box-shadow:none!important}html[data-theme=light] .bot-settings-textarea.is-empty textarea{color:transparent;caret-color:#1f2937}html[data-theme=light] .bot-settings-textarea__empty-text{color:#64748b}html[data-theme=light] .bots-twitter-inline-button{border-color:#e6ebf2;background:#fff}html[data-theme=light] .bots-twitter-inline-button:hover{border-color:#857bff47}html[data-theme=light] .bots-twitter-inline-button.is-active{border-color:#857bff5c;background:#857bff14}html[data-theme=light] .bots-twitter-inline-button__title{color:#1f2937}html[data-theme=light] .bots-twitter-inline-button__desc{color:#64748b}html[data-theme=light] .bots-catalog-divider{background:#e6ebf2}@media(max-width:900px){.bots-twitter-inline-list{grid-template-columns:minmax(0,1fr)}.bot-settings-modal-backdrop{padding:12px}.bot-settings-modal{width:100%;max-height:96vh}.bot-settings-modal__footer{justify-content:stretch}.bot-settings-button{flex:1 1 0}.bot-settings-textarea--publication textarea{min-height:300px}.bot-settings-textarea--media textarea{min-height:260px}.bot-settings-textarea__empty-state{gap:6px;padding:18px 18px 28px}.bot-settings-textarea__empty-state img{width:140px;height:140px}.bot-settings-textarea__empty-text{max-width:100%;font-size:.9rem}.bot-settings-switch-row{grid-template-columns:140px 36px;column-gap:10px}}.screener-page{position:relative;display:flex;flex:1 1 auto;min-width:0;min-height:0;width:100%;height:100%;overflow:hidden;color-scheme:dark;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.08),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.05),transparent 18%),#060913}.screener-page__surface,.screener-page__host{position:relative;display:flex;flex:1 1 auto;min-width:0;min-height:0;width:100%;height:100%;overflow:hidden;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.08),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.05),transparent 18%),#060913}.screener-page__iframe{display:block;position:absolute;inset:0;width:100%;height:100%;border:0;margin:0;padding:0;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.08),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.05),transparent 18%),#060913;opacity:1;visibility:visible;pointer-events:auto;transition:opacity .22s ease,visibility .22s ease,background .22s ease}.screener-page__host[data-state=loading] .screener-page__iframe{opacity:0;visibility:hidden;pointer-events:none}.screener-page__loading{position:absolute;inset:0;z-index:999;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.08),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.05),transparent 18%),#060913;pointer-events:none;transition:background .22s ease}.screener-page__loading-spinner{width:52px;height:52px;border-radius:50%;border:4px solid rgba(133,123,255,.16);border-top-color:#857bff;border-right-color:#857bff;border-bottom-color:#857bff29;border-left-color:#857bff29;animation:screener-launcher-spin .78s linear infinite}.screener-page__error{position:absolute;left:16px;right:16px;bottom:16px;z-index:1000;display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid rgba(255,107,129,.24);background:#ff6b811a;color:#ffe6eb;font-size:13px;line-height:1.45;pointer-events:none}html[data-theme=light] .screener-page,body[data-theme=light] .screener-page{color-scheme:light;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.12),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.08),transparent 18%),linear-gradient(180deg,#f8fbff,#edf3fb)}html[data-theme=light] .screener-page__surface,html[data-theme=light] .screener-page__host,html[data-theme=light] .screener-page__iframe,html[data-theme=light] .screener-page__loading,body[data-theme=light] .screener-page__surface,body[data-theme=light] .screener-page__host,body[data-theme=light] .screener-page__iframe,body[data-theme=light] .screener-page__loading{background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.12),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.08),transparent 18%),linear-gradient(180deg,#f8fbff,#edf3fb)}html[data-theme=light] .screener-page__loading-spinner,body[data-theme=light] .screener-page__loading-spinner{border:4px solid rgba(133,123,255,.2);border-top-color:#857bff;border-right-color:#857bff;border-bottom-color:#857bff33;border-left-color:#857bff33}html[data-theme=light] .screener-page__error,body[data-theme=light] .screener-page__error{border:1px solid rgba(255,107,129,.2);background:#ff6b8114;color:#7a2030}@keyframes screener-launcher-spin{to{transform:rotate(360deg)}}.cryptoballs-page{position:relative;display:flex;flex:1 1 auto;min-width:0;min-height:0;width:100%;height:100%;overflow:hidden;color-scheme:dark;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.08),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.05),transparent 18%),#060913}.cryptoballs-page__surface,.cryptoballs-page__host{position:relative;display:flex;flex:1 1 auto;min-width:0;min-height:0;width:100%;height:100%;overflow:hidden;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.08),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.05),transparent 18%),#060913}.cryptoballs-page__iframe{display:block;position:absolute;inset:0;width:100%;height:100%;border:0;margin:0;padding:0;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.08),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.05),transparent 18%),#060913;opacity:1;visibility:visible;pointer-events:auto;transition:opacity .22s ease,visibility .22s ease,background .22s ease}.cryptoballs-page__host[data-state=loading] .cryptoballs-page__iframe{opacity:0;visibility:hidden;pointer-events:none}.cryptoballs-page__loading{position:absolute;inset:0;z-index:999;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.08),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.05),transparent 18%),#060913;pointer-events:none;transition:background .22s ease}.cryptoballs-page__loading-spinner{width:52px;height:52px;border-radius:50%;border:4px solid rgba(133,123,255,.16);border-top-color:#857bff;border-right-color:#857bff;border-bottom-color:#857bff29;border-left-color:#857bff29;animation:cryptoballs-launcher-spin .78s linear infinite}.cryptoballs-page__error{position:absolute;left:16px;right:16px;bottom:16px;z-index:1000;display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid rgba(255,107,129,.24);background:#ff6b811a;color:#ffe6eb;font-size:13px;line-height:1.45;pointer-events:none}html[data-theme=light] .cryptoballs-page,body[data-theme=light] .cryptoballs-page{color-scheme:light;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.12),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.08),transparent 18%),linear-gradient(180deg,#f8fbff,#edf3fb)}html[data-theme=light] .cryptoballs-page__surface,html[data-theme=light] .cryptoballs-page__host,html[data-theme=light] .cryptoballs-page__iframe,html[data-theme=light] .cryptoballs-page__loading,body[data-theme=light] .cryptoballs-page__surface,body[data-theme=light] .cryptoballs-page__host,body[data-theme=light] .cryptoballs-page__iframe,body[data-theme=light] .cryptoballs-page__loading{background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.12),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.08),transparent 18%),linear-gradient(180deg,#f8fbff,#edf3fb)}html[data-theme=light] .cryptoballs-page__loading-spinner,body[data-theme=light] .cryptoballs-page__loading-spinner{border:4px solid rgba(133,123,255,.2);border-top-color:#857bff;border-right-color:#857bff;border-bottom-color:#857bff33;border-left-color:#857bff33}html[data-theme=light] .cryptoballs-page__error,body[data-theme=light] .cryptoballs-page__error{border:1px solid rgba(255,107,129,.2);background:#ff6b8114;color:#7a2030}@keyframes cryptoballs-launcher-spin{to{transform:rotate(360deg)}}.trader-journal-page{position:relative;display:flex;flex:1 1 auto;min-width:0;min-height:0;width:100%;height:100%;overflow:hidden;color-scheme:dark;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.08),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.05),transparent 18%),#060913}.trader-journal-page__surface,.trader-journal-page__host{position:relative;display:flex;flex:1 1 auto;min-width:0;min-height:0;width:100%;height:100%;overflow:hidden;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.08),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.05),transparent 18%),#060913}.trader-journal-page__iframe{display:block;position:absolute;inset:0;width:100%;height:100%;border:0;margin:0;padding:0;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.08),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.05),transparent 18%),#060913;opacity:1;visibility:visible;pointer-events:auto;transition:opacity .22s ease,visibility .22s ease,background .22s ease}.trader-journal-page__host[data-state=loading] .trader-journal-page__iframe{opacity:0;visibility:hidden;pointer-events:none}.trader-journal-page__loading{position:absolute;inset:0;z-index:999;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.08),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.05),transparent 18%),#060913;pointer-events:none;transition:background .22s ease}.trader-journal-page__loading-spinner{width:52px;height:52px;border-radius:50%;border:4px solid rgba(133,123,255,.16);border-top-color:#857bff;border-right-color:#857bff;border-bottom-color:#857bff29;border-left-color:#857bff29;animation:trader-journal-launcher-spin .78s linear infinite}.trader-journal-page__error{position:absolute;left:16px;right:16px;bottom:16px;z-index:1000;display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid rgba(255,107,129,.24);background:#ff6b811a;color:#ffe6eb;font-size:13px;line-height:1.45;pointer-events:none}html[data-theme=light] .trader-journal-page,body[data-theme=light] .trader-journal-page{color-scheme:light;background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.12),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.08),transparent 18%),linear-gradient(180deg,#f8fbff,#edf3fb)}html[data-theme=light] .trader-journal-page__surface,html[data-theme=light] .trader-journal-page__host,html[data-theme=light] .trader-journal-page__iframe,html[data-theme=light] .trader-journal-page__loading,body[data-theme=light] .trader-journal-page__surface,body[data-theme=light] .trader-journal-page__host,body[data-theme=light] .trader-journal-page__iframe,body[data-theme=light] .trader-journal-page__loading{background:radial-gradient(circle at 20% 18%,rgba(133,123,255,.12),transparent 24%),radial-gradient(circle at 80% 0%,rgba(0,163,255,.08),transparent 18%),linear-gradient(180deg,#f8fbff,#edf3fb)}html[data-theme=light] .trader-journal-page__loading-spinner,body[data-theme=light] .trader-journal-page__loading-spinner{border:4px solid rgba(133,123,255,.2);border-top-color:#857bff;border-right-color:#857bff;border-bottom-color:#857bff33;border-left-color:#857bff33}html[data-theme=light] .trader-journal-page__error,body[data-theme=light] .trader-journal-page__error{border:1px solid rgba(255,107,129,.2);background:#ff6b8114;color:#7a2030}@keyframes trader-journal-launcher-spin{to{transform:rotate(360deg)}}.settings-page{--settings-title: #ffffff;--settings-divider-accent: rgba(133, 123, 255, .22);--settings-item-divider: rgba(255, 255, 255, .08);--settings-name: #ffffff;--settings-switch-bg: rgba(255, 255, 255, .42);--settings-switch-active: #00a3ff;--settings-switch-thumb: #ffffff;--settings-switch-thumb-shadow: 0 2px 6px rgba(0, 0, 0, .28);--settings-info-icon-filter: none;gap:12px}.settings-shell{display:flex;flex-direction:column;gap:18px;width:100%;max-width:760px;margin:0 auto}.settings-section{padding:4px 0 0;background:transparent;border:0;border-radius:0;box-shadow:none}.settings-section__header{display:flex;justify-content:center;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid var(--settings-divider-accent)}.settings-section__header h2{margin:0;color:var(--settings-title);font-size:1.45rem;line-height:1.1;font-weight:700;letter-spacing:.01em}.settings-section__list{display:flex;flex-direction:column}.settings-section__item{border-bottom:1px solid var(--settings-item-divider)}.settings-section__item:last-child{border-bottom:0}.settings-section__row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:48px;padding:2px 4px}.settings-section__name{color:var(--settings-name);font-size:1rem;line-height:1.3;font-weight:700}.settings-section__controls{display:flex;align-items:center;gap:10px;flex-shrink:0}.settings-switch{position:relative;width:38px;height:22px;padding:0;border:0;border-radius:999px;background:var(--settings-switch-bg);transition:background .18s ease,opacity .18s ease}.settings-switch:disabled{cursor:not-allowed;opacity:.56}.settings-switch__thumb{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:999px;background:var(--settings-switch-thumb);box-shadow:var(--settings-switch-thumb-shadow);transition:transform .18s ease}.settings-switch.is-active{background:var(--settings-switch-active)}.settings-switch.is-active .settings-switch__thumb{transform:translate(16px)}.settings-info{position:relative;display:inline-flex;align-items:center;justify-content:center}.settings-info-button{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:0;background:transparent;transition:opacity .18s ease,transform .18s ease}.settings-info:hover .settings-info-button,.settings-info:focus-within .settings-info-button{opacity:.92}.settings-info-button__icon{display:block;width:20px;height:20px;object-fit:contain;pointer-events:none;filter:var(--settings-info-icon-filter)}html[data-theme=light] .settings-page{--settings-title: #1f2937;--settings-divider-accent: rgba(133, 123, 255, .24);--settings-item-divider: #e8edf4;--settings-name: #334155;--settings-switch-bg: #cbd5e1;--settings-switch-active: #00a3ff;--settings-switch-thumb: #ffffff;--settings-switch-thumb-shadow: 0 2px 6px rgba(15, 23, 42, .16);--settings-info-icon-filter: brightness(0) saturate(100%) invert(26%) sepia(11%) saturate(593%) hue-rotate(176deg) brightness(93%) contrast(91%)}@media(max-width:900px){.settings-shell{max-width:720px;gap:16px}.settings-section__header h2{font-size:1.3rem}}@media(max-width:640px){.settings-shell{max-width:100%}.settings-section__row{grid-template-columns:minmax(0,1fr);align-items:flex-start;gap:8px;padding:8px 0}.settings-section__controls{justify-content:flex-end;width:100%;gap:10px}.settings-section__header{margin-bottom:12px;padding-bottom:10px}.settings-section__header h2{font-size:1.2rem}}.settings-general-section{min-width:0}.settings-general-section .settings-tooltip{position:absolute;top:calc(100% + 10px);right:0;z-index:30;width:min(420px,calc(100vw - 48px));padding:14px 14px 12px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#191c28b8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 12px 32px #00000057,0 0 0 1px #ffffff05 inset;opacity:0;visibility:hidden;transform:translateY(6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.settings-general-section .settings-info:hover .settings-tooltip,.settings-general-section .settings-info:focus-within .settings-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.settings-general-section .settings-tooltip__description{margin:0 0 10px;color:#ecf2fff0;font-size:.95rem;line-height:1.45}.settings-general-section .settings-tooltip__note{display:flex;align-items:flex-start;gap:8px;padding:12px 14px;border-radius:14px;font-size:.92rem;line-height:1.42}.settings-general-section .settings-tooltip__note-icon{flex:0 0 auto;font-size:.95rem;line-height:1.2}.settings-general-section .settings-tooltip__note--danger{color:#ffd8da;border:1px solid rgba(255,107,129,.55);background:#a2435057}.settings-general-section .settings-tooltip__note--warning{color:#ffd889;border:1px solid rgba(255,184,0,.58);background:#5f3f0a57}html[data-theme=light] .settings-general-section .settings-tooltip{border:1px solid #e6ebf2;background:#ffffffd6;box-shadow:0 12px 32px #0f172a1f,0 0 0 1px #ffffff73 inset}html[data-theme=light] .settings-general-section .settings-tooltip__description{color:#334155}html[data-theme=light] .settings-general-section .settings-tooltip__note--danger{color:#b42318;border:1px solid rgba(240,68,56,.22);background:#fef2f2eb}html[data-theme=light] .settings-general-section .settings-tooltip__note--warning{color:#b54708;border:1px solid rgba(245,158,11,.24);background:#fffbebf5}@media(max-width:640px){.settings-general-section .settings-tooltip{top:calc(100% + 8px);right:0;width:min(360px,calc(100vw - 32px))}}.settings-wallet-section{min-width:0}.settings-wallet-section .settings-tooltip{position:absolute;top:calc(100% + 10px);right:0;z-index:30;width:min(420px,calc(100vw - 48px));padding:14px 14px 12px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#191c28b8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 12px 32px #00000057,0 0 0 1px #ffffff05 inset;opacity:0;visibility:hidden;transform:translateY(6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.settings-wallet-section .settings-info:hover .settings-tooltip,.settings-wallet-section .settings-info:focus-within .settings-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.settings-wallet-section .settings-tooltip__description{margin:0 0 10px;color:#ecf2fff0;font-size:.95rem;line-height:1.45}.settings-wallet-section .settings-tooltip__note{display:flex;align-items:flex-start;gap:8px;padding:12px 14px;border-radius:14px;font-size:.92rem;line-height:1.42}.settings-wallet-section .settings-tooltip__note-icon{flex:0 0 auto;font-size:.95rem;line-height:1.2}.settings-wallet-section .settings-tooltip__note--danger{color:#ffd8da;border:1px solid rgba(255,107,129,.55);background:#a2435057}.settings-wallet-section .settings-tooltip__note--warning{color:#ffd889;border:1px solid rgba(255,184,0,.58);background:#5f3f0a57}.settings-password-box{padding:0 4px 14px}.settings-password-box__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;max-width:560px}.settings-password-box__field{position:relative;min-width:0}.settings-password-box__input{width:100%;min-height:44px;height:44px;padding:0 48px 0 14px;border:1px solid var(--border);border-radius:8px;background:#ffffff0a;color:var(--text);font-size:.95rem;line-height:1;outline:none;box-shadow:none;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.settings-password-box__input::placeholder{color:#ecf2ff6b}.settings-password-box__input:focus{border-color:transparent;outline:none;box-shadow:0 0 0 2px #857bffc7}.settings-password-box__visibility{position:absolute;top:50%;right:10px;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent;color:#ecf2ffb3;outline:none;box-shadow:none;transition:color .18s ease,opacity .18s ease;transform:translateY(-50%)}.settings-password-box__visibility:hover:not(:disabled){background:transparent;color:#ecf2ffe6}.settings-password-box__visibility:focus,.settings-password-box__visibility:focus-visible,.settings-password-box__visibility:active{background:transparent;outline:none;box-shadow:none}.settings-password-box__visibility:disabled{opacity:.48;cursor:not-allowed}.settings-password-box__visibility-icon{width:18px;height:18px;color:currentColor}.settings-password-box__visibility-icon path,.settings-password-box__visibility-icon circle,.settings-password-box__visibility-icon line,.settings-password-box__visibility-icon polyline{stroke:currentColor}.settings-password-box__hint{max-width:560px;margin:8px 0 0;color:#ecf2ff94;font-size:.82rem;line-height:1.45}.settings-password-box__submit{min-width:96px;min-height:44px;height:44px;padding:0 16px;border:1px solid transparent;border-radius:8px;background:linear-gradient(180deg,var(--primary),#6e61ff);color:#fff;font-size:.92rem;font-weight:700;line-height:1;transition:background .18s ease,border-color .18s ease,opacity .18s ease,transform .18s ease}.settings-password-box__submit:hover:not(:disabled){transform:none;opacity:.96}.settings-password-box__submit:focus,.settings-password-box__submit:focus-visible{border-color:transparent;outline:none;box-shadow:0 0 0 2px #857bffc7}.settings-password-box__submit:disabled{opacity:.6;cursor:not-allowed}html[data-theme=light] .settings-wallet-section .settings-tooltip{border:1px solid #e6ebf2;background:#ffffffd6;box-shadow:0 12px 32px #0f172a1f,0 0 0 1px #ffffff73 inset}html[data-theme=light] .settings-wallet-section .settings-tooltip__description{color:#334155}html[data-theme=light] .settings-wallet-section .settings-tooltip__note--danger{color:#b42318;border:1px solid rgba(240,68,56,.22);background:#fef2f2eb}html[data-theme=light] .settings-wallet-section .settings-tooltip__note--warning{color:#b54708;border:1px solid rgba(245,158,11,.24);background:#fffbebf5}html[data-theme=light] .settings-password-box__input{background:#fff;color:#1f2937;border-color:#e6ebf2}html[data-theme=light] .settings-password-box__input::placeholder{color:#94a3b8}html[data-theme=light] .settings-password-box__input:focus{border-color:transparent;box-shadow:0 0 0 2px #857bff6b}html[data-theme=light] .settings-password-box__visibility{color:#64748b}html[data-theme=light] .settings-password-box__visibility:hover:not(:disabled),html[data-theme=light] .settings-password-box__visibility:focus,html[data-theme=light] .settings-password-box__visibility:focus-visible,html[data-theme=light] .settings-password-box__visibility:active{background:transparent;color:#64748b;outline:none;box-shadow:none}html[data-theme=light] .settings-password-box__visibility:hover:not(:disabled){background:transparent;color:#1f2937}html[data-theme=light] .settings-password-box__hint{color:#64748b}@media(max-width:640px){.settings-wallet-section .settings-tooltip{top:calc(100% + 8px);right:0;width:min(360px,calc(100vw - 32px))}.settings-password-box{padding:2px 0 14px}.settings-password-box__row{grid-template-columns:1fr}.settings-password-box__submit{width:100%}}.support-page{--support-text-primary: #ffffff;--support-text-secondary: rgba(255, 255, 255, .68);--support-text-soft: rgba(255, 255, 255, .62);--support-surface-border: rgba(133, 123, 255, .12);--support-surface-bg: linear-gradient( 180deg, rgba(11, 22, 51, .92) 0%, rgba(8, 17, 40, .96) 100% );--support-surface-shadow: 0 14px 34px rgba(0, 0, 0, .22);--support-search-border: rgba(133, 123, 255, .22);--support-search-bg: rgba(9, 17, 40, .78);--support-search-text: #ffffff;--support-search-placeholder: rgba(255, 255, 255, .36);--support-search-focus: #857bff;--support-search-focus-shadow: 0 0 0 3px rgba(133, 123, 255, .14);--support-primary-bg: #857bff;--support-primary-text: #ffffff;--support-primary-shadow: 0 12px 28px rgba(133, 123, 255, .26);--support-secondary-bg: rgba(133, 123, 255, .14);--support-secondary-ring: inset 0 0 0 1px rgba(133, 123, 255, .24);--support-secondary-text: #ffffff;--support-chip-bg: rgba(255, 255, 255, .06);--support-chip-text: rgba(255, 255, 255, .72);--support-faq-divider: rgba(133, 123, 255, .08);--support-faq-open-bg: #857bff;--support-faq-open-text: #ffffff;min-height:100%;padding:8px 28px 28px;background:transparent}html[data-theme=light] .support-page{--support-text-primary: #1f2937;--support-text-secondary: #8a94a6;--support-text-soft: #7b8794;--support-surface-border: #e6ebf2;--support-surface-bg: #ffffff;--support-surface-shadow: 0 14px 34px rgba(15, 23, 42, .08);--support-search-border: #e6ebf2;--support-search-bg: #ffffff;--support-search-text: #1f2937;--support-search-placeholder: #94a3b8;--support-search-focus: #857bff;--support-search-focus-shadow: 0 0 0 3px rgba(133, 123, 255, .14);--support-primary-bg: #857bff;--support-primary-text: #ffffff;--support-primary-shadow: 0 12px 24px rgba(133, 123, 255, .24);--support-secondary-bg: rgba(133, 123, 255, .12);--support-secondary-ring: inset 0 0 0 1px rgba(133, 123, 255, .22);--support-secondary-text: #334155;--support-chip-bg: #f8fafc;--support-chip-text: #6b7280;--support-faq-divider: #edf1f6;--support-faq-open-bg: #857bff;--support-faq-open-text: #ffffff}.support-page__hero{padding:8px 0 20px;text-align:center}.support-page__hero h1{margin:0;color:var(--support-text-primary);font-size:56px;line-height:1.04;font-weight:700;letter-spacing:-.04em}.support-page__hero p{max-width:660px;margin:12px auto 0;color:var(--support-text-secondary);font-size:17px;line-height:1.6;font-weight:400}.support-search{margin:22px auto 0;max-width:560px;display:grid;grid-template-columns:minmax(0,1fr) 136px;gap:12px}.support-search__field input{width:100%;min-height:52px;padding:0 18px;border:1px solid var(--support-search-border);border-radius:8px;background:var(--support-search-bg);color:var(--support-search-text);font-size:15px;line-height:1;box-shadow:inset 0 0 0 1px #ffffff05}.support-search__field input::placeholder{color:var(--support-search-placeholder)}.support-search__field input:focus{border-color:var(--support-search-focus);box-shadow:var(--support-search-focus-shadow)}.support-search__button{min-height:52px;border:0;border-radius:8px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--support-primary-bg);color:var(--support-primary-text);font-size:15px;line-height:1;font-weight:600;box-shadow:var(--support-primary-shadow)}.support-search__button svg{width:18px;height:18px;display:block;flex:0 0 18px;color:currentColor;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.support-cards{padding-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.support-card{min-height:220px;padding:22px 22px 18px;border:1px solid var(--support-surface-border);border-radius:8px;background:var(--support-surface-bg);box-shadow:var(--support-surface-shadow);display:flex;flex-direction:column;align-items:flex-start}.support-card__heading{display:flex;align-items:center;gap:12px}.support-card__icon{width:24px;height:24px;display:block;flex:0 0 24px;color:var(--support-text-primary);stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.support-card h2{margin:0;color:var(--support-text-primary);font-size:26px;line-height:1.18;font-weight:700;letter-spacing:-.03em}.support-card p{margin:18px 0 0;color:var(--support-text-soft);font-size:15px;line-height:1.62}.support-card__actions{margin-top:auto;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.support-card__button{margin-top:auto;border:0;background:transparent}.support-card__button--link{padding:18px 0 0;color:var(--support-text-primary);font-size:15px;line-height:1.2;font-weight:700;text-decoration:underline;text-underline-offset:3px}.support-card__button--primary,.support-card__button--secondary{min-height:42px;padding:0 16px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-size:15px;line-height:1;font-weight:600}.support-card__button--primary{background:var(--support-primary-bg);color:var(--support-primary-text);box-shadow:var(--support-primary-shadow)}.support-card__button--secondary{background:var(--support-secondary-bg);color:var(--support-secondary-text);box-shadow:var(--support-secondary-ring)}.support-card__button--primary svg,.support-card__button--secondary svg{width:18px;height:18px;display:block;flex:0 0 18px;color:currentColor;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.support-faq{margin-top:20px;display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px}.support-faq__intro,.support-faq__list{border:1px solid var(--support-surface-border);border-radius:8px;background:var(--support-surface-bg);box-shadow:var(--support-surface-shadow)}.support-faq__intro{padding:24px 22px}.support-faq__intro h2{margin:0;color:var(--support-text-primary);font-size:34px;line-height:1.05;font-weight:700;letter-spacing:-.04em}.support-faq__intro p{margin:16px 0 0;color:var(--support-text-soft);font-size:15px;line-height:1.62}.support-faq__intro span{display:block;margin-top:28px;color:var(--support-text-secondary);font-size:14px;line-height:1.5}.support-faq__list{padding:8px 0}.support-faq-item+.support-faq-item{border-top:1px solid var(--support-faq-divider)}.support-faq-item__trigger{width:100%;border:0;background:transparent;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:18px;text-align:left}.support-faq-item__trigger span:first-child{color:var(--support-text-primary);font-size:18px;line-height:1.4;font-weight:600}.support-faq-item__icon{width:28px;height:28px;flex:0 0 28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:var(--support-chip-text);background:var(--support-chip-bg)}.support-faq-item__icon svg{width:18px;height:18px;display:block;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.support-faq-item.is-open .support-faq-item__icon{color:var(--support-faq-open-text);background:var(--support-faq-open-bg)}.support-faq-item__body{padding:0 24px 22px}.support-faq-item__body p{margin:0;max-width:720px;color:var(--support-text-soft);font-size:15px;line-height:1.68}@media(max-width:1280px){.support-page__hero h1{font-size:48px}.support-card h2{font-size:24px}}@media(max-width:1100px){.support-cards,.support-faq{grid-template-columns:1fr}}@media(max-width:760px){.support-page{padding:12px 16px 20px}.support-page__hero{padding:10px 0 18px}.support-page__hero h1{font-size:36px}.support-page__hero p{font-size:15px}.support-search{grid-template-columns:1fr;max-width:none}.support-card,.support-faq__intro,.support-faq__list,.support-search__field input,.support-search__button,.support-card__button--primary,.support-card__button--secondary,.support-faq-item__icon{border-radius:8px}.support-card__heading{gap:10px}.support-card__actions{width:100%;flex-direction:column;align-items:stretch}.support-card__button--primary,.support-card__button--secondary{width:100%}.support-card h2{font-size:22px}.support-faq__intro h2{font-size:30px}.support-faq-item__trigger{padding:18px}.support-faq-item__trigger span:first-child{font-size:16px}.support-faq-item__body{padding:0 18px 18px}}.support-chat-page{height:100%;min-height:0;padding:0;background:transparent;overflow:hidden}.support-chat-page__inner{height:100%;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto auto;padding:22px 24px 24px;background:transparent;box-sizing:border-box}.support-chat-page__messages{min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 0 12px;display:flex;flex-direction:column;gap:14px}.support-chat-page__messages::-webkit-scrollbar{width:6px}.support-chat-page__messages::-webkit-scrollbar-thumb{border-radius:999px;background:#857bff80}.support-chat-page__message{display:flex;flex-direction:column;align-items:flex-start;max-width:100%}.support-chat-page__message.is-user{align-items:flex-end}.support-chat-page__bubble{max-width:min(560px,76%);padding:14px 16px;border-radius:8px;background:#263048db;border:1px solid rgba(255,255,255,.06);color:#f4f7ff;box-shadow:0 12px 28px #0000002e}.support-chat-page__message.is-user .support-chat-page__bubble{background:linear-gradient(135deg,#4bc9ff,#4aa8ff);border-color:#ffffff14;color:#fff}.support-chat-page__bubble p{margin:0;white-space:pre-wrap;word-break:break-word;font-size:15px;line-height:1.42;font-weight:600}.support-chat-page__links{margin-top:10px;display:flex;flex-direction:column;align-items:flex-start;gap:6px}.support-chat-page__links a{max-width:100%;color:inherit;font-size:13px;line-height:1.35;text-decoration:underline;text-underline-offset:3px;word-break:break-word}.support-chat-page__time{margin-top:6px;padding:0 2px;color:#d6e0ff94;font-size:12px;line-height:1.2;font-weight:700}.support-chat-page__typing-row{min-height:24px;display:flex;align-items:flex-start;justify-content:flex-start;padding:0 0 4px 2px;box-sizing:border-box;pointer-events:none}.support-chat-page__typing{width:fit-content;max-width:min(560px,76%);margin:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#f4f7ffc2;font-size:15px;line-height:1.3;font-weight:800;display:inline-flex;align-items:center;gap:7px}.support-chat-page__typing-label{color:inherit}.support-chat-page__typing-dots{display:inline-flex;align-items:center;gap:4px;transform:translateY(1px)}.support-chat-page__typing-dots span{width:4px;height:4px;border-radius:999px;background:currentColor;opacity:.35;animation:supportTypingDot 1.15s ease-in-out infinite}.support-chat-page__typing-dots span:nth-child(2){animation-delay:.16s}.support-chat-page__typing-dots span:nth-child(3){animation-delay:.32s}@keyframes supportTypingDot{0%,70%,to{opacity:.35;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}.support-chat-page__history-list{width:100%;max-width:none;display:flex;flex-direction:column;gap:16px}.support-chat-page__history-heading{width:100%;display:flex;flex-direction:column;gap:6px}.support-chat-page__history-title{margin:0;color:#fff;font-size:22px;line-height:1.2;font-weight:900;display:inline-flex;align-items:center;gap:10px}.support-chat-page__history-title svg{width:22px;height:22px;flex:0 0 auto;stroke:currentColor}.support-chat-page__history-heading p{margin:0;color:#d6e0ff9e;font-size:14px;line-height:1.45;font-weight:700}.support-chat-page__history-items{width:100%;display:flex;flex-direction:column;gap:10px}.support-chat-page__history-item{width:100%;min-height:94px;padding:14px 16px;border-radius:10px;border:1px solid rgba(133,123,255,.28);background:#141c34c7;color:#fff;text-align:left;display:flex;flex-direction:column;gap:8px;cursor:pointer;box-sizing:border-box}.support-chat-page__history-item:hover{border-color:#857bffb8;background:#141c34c7}.support-chat-page__history-item-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.support-chat-page__history-item-topline strong{overflow:hidden;color:#fff;font-size:15px;line-height:1.2;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.support-chat-page__history-item-badges{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px}.support-chat-page__history-status{flex:0 0 auto;padding:4px 8px;border-radius:999px;font-size:11px;line-height:1;font-weight:900;text-transform:uppercase}.support-chat-page__history-status.is-active{background:#22c55e24;color:#22c55e}.support-chat-page__history-status.is-closed{background:#ff9da81f;color:#ff9da8}.support-chat-page__history-unread-badge{min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;line-height:22px;font-weight:900;text-align:center;box-shadow:0 8px 18px #ef444447;box-sizing:border-box}.support-chat-page__history-item-preview{overflow:hidden;color:#f4f7ffd1;font-size:14px;line-height:1.35;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.support-chat-page__history-item-date{color:#d6e0ff7a;font-size:12px;line-height:1.2;font-weight:800}.support-chat-page__history-bar{width:100%;margin-bottom:4px;display:flex;align-items:center;justify-content:space-between;gap:12px}.support-chat-page__history-bar button{border:1px solid rgba(133,123,255,.28);border-radius:8px;background:#141c34c7;color:#fff;padding:9px 12px;font-size:13px;line-height:1;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.support-chat-page__history-bar button:hover{border-color:#857bffb8}.support-chat-page__history-bar button svg{width:17px;height:17px;flex:0 0 auto;stroke:currentColor}.support-chat-page__history-bar span{color:#d6e0ff94;font-size:13px;line-height:1.2;font-weight:800}.support-chat-page__history-bar button span{color:inherit}.support-chat-page__empty-state{width:100%;min-height:520px;box-sizing:border-box;padding:44px 18px 18px;border:0;border-radius:0;background:transparent;color:#f4f7ffad;font-size:17px;line-height:1.45;font-weight:800;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.support-chat-page__empty-state-icon{width:250px;height:auto;display:block;margin:0 0 -40px;-webkit-user-select:none;user-select:none;pointer-events:none;flex:0 0 auto}.support-chat-page__empty-state-title{margin:0 0 10px;color:#fff;font-size:24px;line-height:1.2;font-weight:900;letter-spacing:-.01em}.support-chat-page__empty-state-description{max-width:560px;margin:0;color:#f4f7ffc7;font-size:17px;line-height:1.45;font-weight:800;text-align:center}.support-chat-page__composer{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:12px;align-items:stretch;padding-top:0;overflow:visible}.support-chat-page__composer textarea{width:100%;height:54px;min-height:54px;max-height:54px;resize:none;overflow:hidden;padding:0 18px;border-radius:8px;border:1px solid rgba(133,123,255,.26);outline:0;outline-offset:0;background:#091128c7;color:#fff;font-size:15px;line-height:52px;box-shadow:none;box-sizing:border-box;transition:border-color .18s ease,outline-color .18s ease,background-color .18s ease}.support-chat-page__composer textarea::placeholder{color:#ffffff61}.support-chat-page__composer textarea:focus{border-color:#857bff;outline:1px solid #857bff;outline-offset:0;box-shadow:none}.support-chat-page__composer button{width:112px;height:54px;min-height:54px;border:0;border-radius:8px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:#857bff;color:#fff;font-size:15px;line-height:1;font-weight:800;text-align:center;box-shadow:0 12px 28px #857bff42}.support-chat-page__composer button:disabled,.support-chat-page__composer textarea:disabled{opacity:.55;cursor:not-allowed}html[data-theme=light] .support-chat-page,html[data-theme=light] .support-chat-page__inner{background:transparent}html[data-theme=light] .support-chat-page__bubble{background:#fff;border-color:#e6ebf2;color:#1f2937;box-shadow:0 14px 34px #0f172a14}html[data-theme=light] .support-chat-page__message.is-user .support-chat-page__bubble{background:linear-gradient(135deg,#4bc9ff,#4aa8ff);color:#fff}html[data-theme=light] .support-chat-page__time{color:#8a94a6}html[data-theme=light] .support-chat-page__typing{background:transparent;border:0;color:#64748b;box-shadow:none}html[data-theme=light] .support-chat-page__history-title{color:#1f2937}html[data-theme=light] .support-chat-page__history-heading p,html[data-theme=light] .support-chat-page__history-bar span{color:#64748b}html[data-theme=light] .support-chat-page__history-item,html[data-theme=light] .support-chat-page__history-bar button{border-color:#e6ebf2;background:#fff;color:#1f2937}html[data-theme=light] .support-chat-page__empty-state{border:0;background:transparent;color:#8a94a6}html[data-theme=light] .support-chat-page__empty-state-title{color:#1f2937}html[data-theme=light] .support-chat-page__empty-state-description{color:#64748b}html[data-theme=light] .support-chat-page__history-item:hover,html[data-theme=light] .support-chat-page__history-bar button:hover{border-color:#857bffb8;background:#fff}html[data-theme=light] .support-chat-page__history-item-topline strong{color:#1f2937}html[data-theme=light] .support-chat-page__history-item-preview{color:#334155}html[data-theme=light] .support-chat-page__history-item-date{color:#8a94a6}html[data-theme=light] .support-chat-page__history-bar button span{color:inherit}html[data-theme=light] .support-chat-page__composer textarea{border-color:#e6ebf2;background:#fff;color:#1f2937}html[data-theme=light] .support-chat-page__composer textarea::placeholder{color:#94a3b8}html[data-theme=light] .support-chat-page__composer textarea:focus{border-color:#857bff;outline:1px solid #857bff;outline-offset:0;box-shadow:none}@media(max-width:760px){.support-chat-page__inner{padding:16px}.support-chat-page__bubble,.support-chat-page__typing{max-width:86%}.support-chat-page__empty-state{min-height:420px;padding:28px 16px 16px}.support-chat-page__empty-state-icon{width:230px;margin-bottom:18px}.support-chat-page__empty-state-description{font-size:15px}.support-chat-page__composer{grid-template-columns:minmax(0,1fr) 104px;gap:10px}.support-chat-page__composer textarea{height:52px;min-height:52px;max-height:52px;line-height:50px}.support-chat-page__composer button{width:104px;height:52px;min-height:52px}}.notification-bell{position:relative;width:18px;height:18px;flex:0 0 18px;border:0;outline:none;border-radius:0;background:transparent;color:var(--header-control-text);display:inline-flex;align-items:center;justify-content:center;box-shadow:none;transition:color .18s ease;appearance:none;-webkit-appearance:none;padding:0;margin:0}.notification-bell:hover,.notification-bell:focus,.notification-bell:focus-visible,.notification-bell.is-active{transform:none;border:0;outline:none;background:transparent;box-shadow:none}.notification-bell__icon{width:18px;height:18px;display:block;color:currentColor;stroke:currentColor;fill:none}.notification-bell__icon *{stroke:currentColor;fill:none}.notification-bell__badge{position:absolute;top:-6px;right:-7px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ff3b3b;color:#fff;border:2px solid rgba(255,255,255,.22);display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;line-height:1}.notification-center__overlay{position:fixed;inset:0;z-index:120;border:0;padding:0;background:var(--overlay-backdrop);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.notification-center{position:fixed;top:0;right:0;bottom:0;width:min(440px,calc(100vw - 56px));z-index:130;display:flex;flex-direction:column;background:var(--drawer-bg);border-left:1px solid var(--drawer-border);box-shadow:var(--drawer-shadow)}.notification-center:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(var(--drawer-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--drawer-grid-line) 1px,transparent 1px);background-size:26px 26px;opacity:.18}.notification-center__header,.notification-center__body,.notification-center__footer,.notification-center__tabs{position:relative;z-index:1}.notification-center__header{min-height:84px;padding:28px 22px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.notification-center__title-wrap{min-width:0}.notification-center__title{font-size:18px;line-height:1.15;font-weight:700;color:var(--header-title);letter-spacing:.01em}.notification-center__close{width:36px;height:36px;flex:0 0 36px;border:1px solid var(--header-control-border);outline:none;border-radius:8px;background:var(--header-control-bg);color:var(--header-control-text-muted);display:inline-flex;align-items:center;justify-content:center;font-size:22px;line-height:1;transition:border-color .16s ease,background .16s ease,color .16s ease}.notification-center__close:hover,.notification-center__close:focus,.notification-center__close:focus-visible{border-color:var(--primary-border-strong);background:var(--primary-soft);color:var(--header-title)}.notification-center__tabs{display:flex;align-items:center;gap:10px;padding:0 22px 16px}.notification-center__tab{min-height:34px;padding:0 14px;border:1px solid var(--header-control-border);outline:none;border-radius:8px;background:var(--drawer-chip-bg);color:var(--drawer-chip-text);display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;transition:border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.notification-center__tab:hover,.notification-center__tab:focus,.notification-center__tab:focus-visible{color:var(--header-title);border-color:var(--primary-border);background:var(--primary-soft)}.notification-center__tab.is-active{color:#fff;border-color:var(--primary-border-strong);background:#857bff;box-shadow:0 10px 24px #857bff3d}.notification-center__tab-badge{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ff3b3b;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;line-height:1}.notification-center__body{flex:1 1 auto;min-height:0;padding:0 22px 22px;overflow:auto}.notification-center__body::-webkit-scrollbar{width:8px}.notification-center__body::-webkit-scrollbar-track{background:transparent}.notification-center__body::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}.notification-center__list{display:flex;flex-direction:column;gap:12px}.notification-card{border:1px solid var(--card-border);border-radius:8px;background:var(--card);padding:16px;box-shadow:var(--shadow)}.notification-card[role=button]{cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.notification-card[role=button]:hover,.notification-card[role=button]:focus,.notification-card[role=button]:focus-visible{border-color:#ff3b3b8a;background:#ff3b3b0a;box-shadow:var(--shadow),0 0 0 1px #ff3b3b1f;outline:none}.notification-card.is-unread{border-color:#ff3b3b6b;box-shadow:var(--shadow),inset 0 0 0 1px #ff3b3b1a}.notification-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.notification-card__headline{min-width:0;color:var(--header-title);font-size:15px;font-weight:700;line-height:1.35}.notification-card__badge{flex:0 0 auto;min-height:22px;padding:0 10px;border-radius:999px;background:#ff3b3b;border:1px solid rgba(255,255,255,.18);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;white-space:nowrap}.notification-card__meta-row{margin-top:8px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.notification-card__timestamp,.notification-card__meta{color:var(--header-control-text-muted);font-size:12px;line-height:1.35}.notification-card__body{margin-top:12px;display:flex;flex-direction:column;gap:8px}.notification-card__body p{margin:0;color:var(--header-control-text);font-size:13px;line-height:1.55;white-space:pre-wrap;word-break:break-word}.notification-center__empty{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px 18px}.notification-center__empty-title{color:var(--header-title);font-size:16px;font-weight:700;line-height:1.35}.notification-center__empty-text{margin-top:8px;max-width:280px;color:var(--header-control-text-muted);font-size:13px;line-height:1.6}.notification-center__empty-image{width:200px;height:200px;object-fit:contain;display:block;margin-top:18px;opacity:.98;pointer-events:none;-webkit-user-select:none;user-select:none}.notification-center__footer{padding:18px 22px 22px;border-top:1px solid rgba(255,255,255,.06)}.notification-center__footer-button{width:100%;min-height:44px;border:1px solid rgba(133,123,255,.34);outline:none;border-radius:8px;background:#857bff;color:#fff;font-size:14px;font-weight:700;box-shadow:0 14px 30px #857bff33;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.notification-center__footer-button:hover,.notification-center__footer-button:focus,.notification-center__footer-button:focus-visible{background:#857bffeb;border-color:#857bff6b;box-shadow:0 18px 38px #857bff42}.notification-center__footer-button:active{box-shadow:0 12px 24px #857bff2e}@media(max-width:720px){.notification-center{width:100vw}}.free-plan-upsell{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:28px;background:#030814c7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.free-plan-upsell__surface{position:relative;width:min(820px,100%);border-radius:8px;background:#f7f8fb;box-shadow:0 28px 60px #00000057;padding:28px;color:#0f172a}.free-plan-upsell__close{position:absolute;top:14px;right:14px;width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:#3b82f6;font-size:24px;line-height:1;cursor:pointer}.free-plan-upsell__close:hover,.free-plan-upsell__close:focus-visible,.free-plan-upsell__close:active{background:transparent;outline:none}.free-plan-upsell__title{margin:0 36px 28px 0;font-size:20px;line-height:1.3;font-weight:700;color:#0f172a}.free-plan-upsell__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px;align-items:stretch}.free-plan-upsell__panel{position:relative;min-height:332px;border-radius:8px;padding:20px 18px 16px;display:flex;flex-direction:column}.free-plan-upsell__panel--free{background:#fff;border:1px solid rgba(15,23,42,.08)}.free-plan-upsell__panel--upgrade{overflow:hidden;isolation:isolate;background:linear-gradient(180deg,#857bff,#7267f2);color:#fff}.free-plan-upsell__upgrade-content{position:relative;z-index:2;display:flex;flex:1 1 auto;flex-direction:column}.free-plan-upsell__upgrade-rocket{position:absolute;right:-20px;bottom:-18px;width:350px;max-width:84%;height:auto;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;opacity:.52;mix-blend-mode:multiply;filter:saturate(.95) brightness(1.02)}.free-plan-upsell__panel-title{margin:0 0 16px;font-size:18px;font-weight:700;color:#111827}.free-plan-upsell__panel-title--light{color:#fff}.free-plan-upsell__list{margin:0;padding:0;list-style:none;display:grid;gap:12px;flex:1 1 auto;align-content:start}.free-plan-upsell__list--light{color:#fffffffa}.free-plan-upsell__item{position:relative;padding-left:14px;font-size:14px;line-height:1.45}.free-plan-upsell__item:before{content:"•";position:absolute;left:0;top:0}.free-plan-upsell__footer{margin-top:24px;min-height:44px;display:flex;align-items:flex-end}.free-plan-upsell__button{min-height:44px;border:0;border-radius:8px;padding:0 20px;font-size:14px;font-weight:700;cursor:pointer;transition:none;transform:none;box-shadow:none}.free-plan-upsell__button:hover,.free-plan-upsell__button:focus-visible,.free-plan-upsell__button:active{transition:none;transform:none;box-shadow:none;outline:none}.free-plan-upsell__button--continue{min-width:176px;background:#8f8d95;color:#fff}.free-plan-upsell__button--continue:hover,.free-plan-upsell__button--continue:focus-visible,.free-plan-upsell__button--continue:active{background:#8f8d95;color:#fff}.free-plan-upsell__button--buy{min-width:176px;background:#fff;color:#111827}.free-plan-upsell__button--buy:hover,.free-plan-upsell__button--buy:focus-visible,.free-plan-upsell__button--buy:active{background:#fff;color:#111827}@media(max-width:780px){.free-plan-upsell{padding:16px}.free-plan-upsell__surface{padding:20px}.free-plan-upsell__grid{grid-template-columns:1fr}.free-plan-upsell__panel{min-height:unset}.free-plan-upsell__upgrade-rocket{right:-14px;bottom:-10px;width:250px;max-width:74%;opacity:.48}.free-plan-upsell__button{min-width:176px}}@media(max-width:560px){.free-plan-upsell__upgrade-rocket{right:-10px;bottom:-8px;width:200px;max-width:68%;opacity:.42}}.login-shell{position:relative;min-height:100vh;height:100vh;overflow:hidden;background:#050c18;color-scheme:dark;--bg: #08111f;--bg-elevated: #0e1830;--bg-soft: rgba(255, 255, 255, .04);--card: linear-gradient(180deg, rgba(11, 19, 36, .94) 0%, rgba(7, 13, 25, .98) 100%);--border: rgba(255, 255, 255, .08);--text: #f3f7ff;--muted: #99a6c2;--primary: #857bff;--primary-soft: rgba(133, 123, 255, .18);--primary-border: rgba(133, 123, 255, .24);--primary-border-strong: rgba(133, 123, 255, .34);--header-title: #f5f7ff;--header-control-text: #eef3ff;--header-control-text-muted: rgba(245, 247, 255, .82);--input-bg: rgba(255, 255, 255, .04);--control-bg: rgba(255, 255, 255, .04)}.login-shell__video-layer{position:absolute;inset:0;z-index:0;overflow:hidden}.login-shell__video{position:absolute;top:50%;left:50%;min-width:100vw;min-height:100vh;width:100vw;height:100vh;object-fit:cover;transform:translate(-50%,-50%);transform-origin:center center;pointer-events:none;-webkit-user-select:none;user-select:none;filter:brightness(.72) saturate(1.02) contrast(1.04)}.login-shell__backdrop{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#0208142e,#0208143d),radial-gradient(circle at 18% 14%,rgba(133,123,255,.1),transparent 28%),radial-gradient(circle at 82% 10%,rgba(0,163,255,.08),transparent 24%);pointer-events:none}.login-shell__brand{position:fixed;top:16px;left:16px;z-index:5;display:flex;align-items:center;justify-content:flex-start}.login-shell__brand-logo{display:block;width:100%;max-width:220px;height:auto;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;filter:drop-shadow(0 8px 24px rgba(133,123,255,.18))}.login-shell__back-button{position:fixed;z-index:5;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:linear-gradient(180deg,#857bffe0,#6e61ffe0);color:#fff;box-shadow:0 10px 26px #0000003d,0 0 0 1px #ffffff0a inset;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:none}.login-shell__back-button:hover{transform:none}.login-shell__back-button{top:16px;right:16px;min-height:32px;padding:0 12px;font-size:13px;font-weight:500}.login-shell__back-icon{width:14px;height:14px;flex:0 0 14px}.login-shell__lang-toggle{position:fixed;left:16px;bottom:16px;z-index:5;display:inline-flex;align-items:center;justify-content:flex-start;width:auto;transform:scale(.88);transform-origin:left bottom}.login-shell__lang-toggle>*{pointer-events:auto}.login-shell__lang-toggle .desktop-shell__language-toggle{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#090f1db8;box-shadow:0 12px 30px #01071247;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.login-shell__lang-toggle .desktop-shell__language-toggle-button{min-width:36px;height:30px;padding:0 10px;border-radius:8px;border:1px solid transparent;background:transparent;color:#f5f7ffd1;font-size:12px;font-weight:700;letter-spacing:.04em;transition:background .14s ease,color .14s ease,border-color .14s ease,box-shadow .14s ease,opacity .14s ease}.login-shell__lang-toggle .desktop-shell__language-toggle-button:hover,.login-shell__lang-toggle .desktop-shell__language-toggle-button:focus-visible{color:#eef3ff}.login-shell__lang-toggle .desktop-shell__language-toggle-button.is-active{background:linear-gradient(180deg,#857bffeb,#6e61ffeb);border-color:#ffffff14;color:#fff;box-shadow:0 8px 20px #857bff42}.login-shell__content{position:relative;z-index:2;min-height:100vh;height:100vh;display:flex;align-items:center;justify-content:center;padding:32px}.login-shell__panel{width:100%;max-width:460px}.login-shell__panel>.auth-page{width:100%;background:#071023c7;border:1px solid rgba(255,255,255,.08);border-radius:8px;box-shadow:0 18px 48px #0006,0 0 0 1px #ffffff05 inset;padding:28px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.login-shell .primary-button{color:#fff}.login-shell input,.login-shell textarea{background:#ffffff0a;color:#f3f7ff;border:1px solid rgba(255,255,255,.08)}.login-shell input::placeholder,.login-shell textarea::placeholder{color:#f3f7ff75}.login-shell .banner,.login-shell .banner__body,.login-shell .banner__title{color:#f3f7ff}.auth-page{display:flex;flex-direction:column;gap:20px}.auth-page__header{text-align:center}.auth-page__title-row{display:inline-flex;align-items:center;justify-content:center;gap:14px}.auth-page__title-icon{width:28px;height:28px;flex:0 0 28px;display:block}.auth-page__header h2{margin:0;font-size:28px;text-align:center;color:#f5f7ff}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form__actions{display:flex;gap:12px;justify-content:flex-end}.auth-form__row{display:flex;align-items:center;justify-content:space-between;gap:16px}.auth-form__link{color:#d8ddff;font-size:14px;line-height:1.2;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;text-decoration-color:#d8ddffb8;transition:color .18s ease,text-decoration-color .18s ease,opacity .18s ease}.auth-form__link:hover{color:#fff;text-decoration-color:#fffffff2}.auth-form__link:focus,.auth-form__link:focus-visible{outline:none;color:#fff;text-decoration-color:#fffffff2}.auth-form__submit-loading{min-height:48px;display:flex;align-items:center;justify-content:center;margin:2px 0 0}.auth-form__submit-spinner{width:30px;height:30px;border-radius:50%;border:3px solid rgba(133,123,255,.16);border-top-color:#857bff;border-right-color:#857bff;border-bottom-color:#857bff29;border-left-color:#857bff29;animation:auth-submit-spin .78s linear infinite}.auth-form__divider{display:flex;align-items:center;gap:12px;margin:14px 0 10px;color:#d8ddffbd;font-size:13px;line-height:1;white-space:nowrap}.auth-form__divider:before,.auth-form__divider:after{content:"";flex:1 1 auto;height:1px;background:#ffffff1f}.auth-form__social-button{width:100%;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 18px;margin-top:2px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff08;color:#f3f7ff;font-weight:500;box-shadow:none;transition:border-color .18s ease,background .18s ease,color .18s ease}.auth-form__social-button:hover{border-color:#fff3;background:#ffffff0d}.auth-form__social-button:focus,.auth-form__social-button:focus-visible{outline:none;border-color:#ffffff24;box-shadow:none;background:#ffffff08}.auth-form__social-icon{width:18px;height:18px;flex:0 0 18px}.auth-form__register{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:6px;flex-wrap:wrap;color:#d8ddff;font-size:14px;line-height:1.4}.field{position:relative;display:flex;flex-direction:column;gap:8px;isolation:isolate}.field--floating{padding-top:0}.field--floating .field__label{position:absolute;top:-6px;left:14px;z-index:4;display:inline-block;margin:0;padding:0 4px;font-size:13px;line-height:1;color:#cfd7ea;background:#071023c7;border:0;box-shadow:none;pointer-events:none}.field--floating input{min-height:44px;padding:14px 14px 6px;border-radius:8px}.field__control{position:relative;display:flex;align-items:center}.field__control input{width:100%;padding-right:48px}.field__icon-button{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:28px;height:28px;min-height:28px;padding:0;border:0;border-radius:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;color:#cfd7ea;cursor:pointer}.field__icon-button:hover{background:transparent}.field__icon-button:focus,.field__icon-button:focus-visible{outline:none;box-shadow:none;background:transparent}.field__icon{width:18px;height:18px;display:block;flex:0 0 18px;color:#cfd7ea;opacity:.92;pointer-events:none;-webkit-user-select:none;user-select:none}.field--full{grid-column:1 / -1}.field--floating:before{content:"";position:absolute;top:0;left:12px;width:calc(100% - 24px);height:1px;background:transparent;z-index:2;pointer-events:none}.checkbox{display:flex;align-items:center;gap:10px;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;min-width:0}.checkbox--block{min-height:46px;padding-top:28px}.checkbox input{position:absolute;opacity:0;pointer-events:none;width:0;height:0;margin:0}.checkbox span{display:inline-flex;align-items:center;gap:10px;color:var(--text);min-width:0}.checkbox span:before{content:"";width:16px;height:16px;flex:0 0 16px;border:1px solid var(--border);border-radius:4px;background:#ffffff0a;box-shadow:none;transition:none}.checkbox input:checked+span:before{border-color:#6f63ff;background-color:#6f63ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 8.5l3.2 3.2 7-7' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:12px 12px}.checkbox input:focus+span:before,.checkbox input:focus-visible+span:before{outline:none;box-shadow:none}.checkbox:hover span:before,.checkbox input:hover+span:before,.checkbox input:checked:hover+span:before,.checkbox input:checked+span:hover:before{border-color:inherit}.checkbox input:not(:checked)+span:hover:before,.checkbox:hover input:not(:checked)+span:before{border:1px solid var(--border);background:#ffffff0a}.checkbox input:checked+span:hover:before,.checkbox:hover input:checked+span:before{border:1px solid #6f63ff;background-color:#6f63ff}@keyframes auth-submit-spin{to{transform:rotate(360deg)}}@media(max-width:720px){.login-shell__brand{top:12px;left:12px}.login-shell__brand-logo{max-width:180px}.login-shell__back-button{top:12px;right:12px}.login-shell__lang-toggle{left:12px;bottom:12px;transform:scale(.82)}.login-shell__content{padding:20px}.login-shell__panel>.auth-page{padding:22px;border-radius:8px}.auth-form__row{align-items:flex-start;gap:12px}.auth-form__divider{margin:12px 0 8px}.auth-form__social-button{margin-top:2px}.auth-form__register{margin-top:6px}.auth-form__link,.auth-form__register{font-size:13px}.auth-form__social-button{min-height:46px}.field__icon-button{right:8px}.auth-form__submit-spinner{width:25px;height:25px}}:root{color-scheme:dark;--bg: #08111f;--bg-elevated: #0e1830;--bg-soft: rgba(255, 255, 255, .04);--card: linear-gradient(180deg, rgba(11, 19, 36, .94) 0%, rgba(7, 13, 25, .98) 100%);--border: rgba(255, 255, 255, .08);--text: #f3f7ff;--muted: #99a6c2;--primary: #857bff;--primary-soft: rgba(133, 123, 255, .18);--primary-border: rgba(133, 123, 255, .24);--primary-border-strong: rgba(133, 123, 255, .34);--accent: #00a3ff;--danger: #ff6b81;--warning: #ffcf66;--success: #4cd38a;--shadow: 0 18px 48px rgba(0, 0, 0, .35);--launcher-scrollbar-size: 2px;--launcher-scrollbar-radius: 8px;--launcher-scrollbar-thumb: #857bff;--launcher-scrollbar-thumb-hover: #00a3ff;--shell-background: radial-gradient(circle at top left, rgba(133, 123, 255, .14), transparent 24%), radial-gradient(circle at top right, rgba(0, 163, 255, .08), transparent 20%), #060913;--shell-main-background: linear-gradient(180deg, rgba(8, 12, 23, .98) 0%, rgba(5, 9, 18, .98) 100%);--content-background: radial-gradient(circle at 20% 18%, rgba(133, 123, 255, .08), transparent 24%), radial-gradient(circle at 80% 0%, rgba(0, 163, 255, .05), transparent 18%);--sidebar-background: linear-gradient(180deg, rgba(10, 13, 24, .98) 0%, rgba(5, 7, 16, .98) 100%), radial-gradient(circle at 20% 0%, rgba(133, 123, 255, .12), transparent 34%);--sidebar-border: rgba(255, 255, 255, .06);--sidebar-grid-line: rgba(255, 255, 255, .02);--sidebar-section-text: rgba(145, 158, 189, .56);--sidebar-nav-text: #edf2ff;--sidebar-nav-text-muted: #c6d0ea;--sidebar-nav-text-active: #ffffff;--sidebar-nav-hover: linear-gradient(90deg, rgba(255, 255, 255, .05) 0%, rgba(255, 255, 255, .02) 42%, rgba(255, 255, 255, 0) 100%);--sidebar-group-border: rgba(133, 123, 255, .14);--sidebar-bottom-border: rgba(255, 255, 255, .06);--header-background: radial-gradient(circle at 50% -60%, rgba(0, 163, 255, .2), transparent 34%), radial-gradient(circle at 72% -40%, rgba(133, 123, 255, .14), transparent 30%), linear-gradient(180deg, rgba(10, 15, 28, .9) 0%, rgba(8, 12, 22, .76) 100%);--header-border: rgba(255, 255, 255, .06);--header-title: #f5f7ff;--header-icon: #ffffff;--header-control-bg: rgba(9, 15, 29, .72);--header-control-bg-hover: rgba(14, 22, 41, .9);--header-control-border: rgba(255, 255, 255, .08);--header-control-border-strong: rgba(8, 12, 22, .96);--header-control-text: #eef3ff;--header-control-text-muted: rgba(245, 247, 255, .82);--header-control-shadow: 0 12px 30px rgba(1, 7, 18, .28);--input-bg: rgba(255, 255, 255, .04);--control-bg: rgba(255, 255, 255, .04);--drawer-bg: radial-gradient(circle at top right, rgba(0, 163, 255, .08), transparent 24%), radial-gradient(circle at top left, rgba(133, 123, 255, .12), transparent 26%), linear-gradient(180deg, rgba(8, 13, 24, .98) 0%, rgba(5, 9, 18, .98) 100%);--drawer-border: rgba(255, 255, 255, .08);--drawer-shadow: -24px 0 60px rgba(0, 0, 0, .36);--drawer-grid-line: rgba(255, 255, 255, .018);--drawer-chip-bg: rgba(255, 255, 255, .03);--drawer-chip-text: rgba(240, 244, 255, .78);--card-border: rgba(255, 255, 255, .06);--overlay-backdrop: rgba(2, 6, 14, .34);--scrollbar-thumb: rgba(255, 255, 255, .12);font-family:Inter,Arial,sans-serif}html[data-theme=light],body[data-theme=light]{color-scheme:light;--bg: #f5f7fb;--bg-elevated: #ffffff;--bg-soft: rgba(15, 23, 42, .03);--card: #ffffff;--border: rgba(15, 23, 42, .08);--text: #1f2937;--muted: #6b7280;--primary-soft: rgba(133, 123, 255, .1);--primary-border: rgba(133, 123, 255, .18);--primary-border-strong: rgba(133, 123, 255, .28);--shadow: 0 12px 32px rgba(15, 23, 42, .08);--shell-background: #f5f7fb;--shell-main-background: #f5f7fb;--content-background: #f5f7fb;--sidebar-background: #ffffff;--sidebar-border: rgba(15, 23, 42, .08);--sidebar-grid-line: rgba(148, 163, 184, .14);--sidebar-section-text: #9ca3af;--sidebar-nav-text: #4b5563;--sidebar-nav-text-muted: #6b7280;--sidebar-nav-text-active: #111827;--sidebar-nav-hover: linear-gradient(90deg, rgba(133, 123, 255, .09) 0%, rgba(133, 123, 255, .04) 42%, rgba(133, 123, 255, 0) 100%);--sidebar-group-border: rgba(133, 123, 255, .14);--sidebar-bottom-border: rgba(15, 23, 42, .08);--header-background: #f5f7fb;--header-border: rgba(15, 23, 42, .08);--header-title: #111827;--header-icon: #6b7280;--header-control-bg: #ffffff;--header-control-bg-hover: #f8fafc;--header-control-border: rgba(15, 23, 42, .08);--header-control-border-strong: #ffffff;--header-control-text: #4b5563;--header-control-text-muted: #6b7280;--header-control-shadow: 0 10px 24px rgba(15, 23, 42, .06);--input-bg: #ffffff;--control-bg: #ffffff;--drawer-bg: #ffffff;--drawer-border: rgba(15, 23, 42, .08);--drawer-shadow: -24px 0 60px rgba(15, 23, 42, .12);--drawer-grid-line: rgba(148, 163, 184, .12);--drawer-chip-bg: #ffffff;--drawer-chip-text: #4b5563;--card-border: rgba(15, 23, 42, .08);--overlay-backdrop: rgba(15, 23, 42, .12);--scrollbar-thumb: rgba(148, 163, 184, .28)}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--launcher-scrollbar-thumb) transparent}*::-webkit-scrollbar{width:var(--launcher-scrollbar-size);height:var(--launcher-scrollbar-size)}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--launcher-scrollbar-thumb);border-radius:var(--launcher-scrollbar-radius)}*::-webkit-scrollbar-thumb:hover{background:var(--launcher-scrollbar-thumb-hover)}*::-webkit-scrollbar-corner{background:transparent}html,body,#root{margin:0;min-height:100%;height:100%;overflow:hidden;background:radial-gradient(circle at top left,rgba(133,123,255,.16),transparent 28%),radial-gradient(circle at top right,rgba(0,163,255,.14),transparent 24%),var(--shell-background);color:var(--text)}body{min-height:100vh}button,input,textarea{font:inherit}button{cursor:pointer}input,textarea{background:var(--input-bg);color:var(--text);border:1px solid var(--border);border-radius:8px;outline:none;box-shadow:none}input{min-height:46px;padding:0 14px}textarea{min-height:116px;padding:12px 14px;resize:vertical}input:focus,textarea:focus{border-color:transparent;outline:none;box-shadow:0 0 0 2px #857bffc7}.primary-button,.secondary-button,.desktop-shell__nav-button,.desktop-shell__logout{border:1px solid transparent;border-radius:8px;min-height:44px;transition:background .18s ease,border-color .18s ease,opacity .18s ease,transform .18s ease;padding:0 16px}.primary-button{background:linear-gradient(180deg,var(--primary),#6e61ff);color:#fff;font-weight:700}.primary-button:disabled,.secondary-button:disabled{opacity:.6;cursor:not-allowed}.secondary-button{background:var(--input-bg);color:var(--text);border-color:var(--border)}.page-card p,.stat-card__hint,.section-header p,.profile-item__meta,.simple-list__meta,.run-card__meta,.support-message__meta,.code-title,.empty-state{color:var(--muted)}.desktop-shell{width:100vw;height:100vh;min-width:0;min-height:0;display:grid;grid-template-columns:284px minmax(0,1fr);overflow:hidden;background:var(--shell-background)}.desktop-shell__sidebar{position:relative;width:284px;min-width:284px;max-width:284px;height:100vh;min-height:0;border-right:1px solid var(--sidebar-border);background:var(--sidebar-background);display:flex;flex-direction:column;padding:22px 16px 18px;overflow:hidden}.desktop-shell__brand,.desktop-shell__nav-root,.desktop-shell__sidebar-bottom{position:relative;z-index:1}.desktop-shell__brand{padding:6px 12px 22px}.desktop-shell__brand-logo{display:block;width:178px;max-width:100%;height:auto;filter:drop-shadow(0 10px 24px rgba(133,123,255,.18))}.desktop-shell__nav-root{display:flex;flex-direction:column;gap:22px}.desktop-shell__nav-section{display:flex;flex-direction:column;gap:10px}.desktop-shell__section-label{padding:0 14px;color:var(--sidebar-section-text);font-size:11px;line-height:1;letter-spacing:.16em;text-transform:uppercase}.desktop-shell__nav-list,.desktop-shell__group,.desktop-shell__group-children{display:flex;flex-direction:column}.desktop-shell__nav-list,.desktop-shell__group-children,.desktop-shell__group{gap:6px}.desktop-shell__nav-button,.desktop-shell__group-button,.desktop-shell__child-button{position:relative;isolation:isolate;overflow:hidden;width:100%;min-height:46px;background:transparent;border:0;border-radius:0;color:var(--sidebar-nav-text);display:flex;align-items:center;gap:12px;padding:0 14px;transition:background .18s ease,transform .18s ease,color .18s ease,opacity .18s ease}.desktop-shell__nav-button:before,.desktop-shell__group-button:before,.desktop-shell__child-button:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:0;background:linear-gradient(180deg,#857bff,#00a3fff2);opacity:0;transition:opacity .18s ease}.desktop-shell__nav-button:after,.desktop-shell__group-button:after,.desktop-shell__child-button:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#857bff57,#857bff38 18%,#857bff1f,#857bff0a 58%,#857bff00);opacity:0;transition:opacity .18s ease;pointer-events:none}.desktop-shell__child-button{min-height:42px;padding:0 12px;color:var(--sidebar-nav-text-muted)}.desktop-shell__group-children{margin-left:16px;padding-left:14px;border-left:1px solid var(--sidebar-group-border)}.desktop-shell__nav-button:hover,.desktop-shell__group-button:hover,.desktop-shell__child-button:hover,.desktop-shell__logout:hover{background:var(--sidebar-nav-hover)}.desktop-shell__nav-button.is-active,.desktop-shell__group-button.is-active,.desktop-shell__child-button.is-active{background:transparent;color:var(--sidebar-nav-text-active)}.desktop-shell__nav-button.is-active:before,.desktop-shell__group-button.is-active:before,.desktop-shell__child-button.is-active:before,.desktop-shell__nav-button.is-active:after,.desktop-shell__group-button.is-active:after,.desktop-shell__child-button.is-active:after{opacity:1}.desktop-shell__nav-icon,.desktop-shell__nav-label,.desktop-shell__badge,.desktop-shell__chevron{position:relative;z-index:1}.desktop-shell__nav-icon{width:18px;height:18px;flex:0 0 18px}.desktop-shell__nav-label{flex:1 1 auto;text-align:left;font-size:15px;font-weight:500}.desktop-shell__badge{min-width:22px;height:22px;padding:0 6px;border-radius:999px;display:grid;place-items:center;font-size:12px;background:#857bff38;color:#f5f0ff;border:1px solid rgba(133,123,255,.28)}.desktop-shell__chevron{width:16px;height:16px;flex:0 0 16px;color:var(--sidebar-nav-text-muted);transition:transform .18s ease}.desktop-shell__chevron.is-open{transform:rotate(90deg)}.desktop-shell__sidebar-bottom{margin-top:auto;padding-top:16px;display:flex;flex-direction:column;gap:12px}.desktop-shell__sidebar-bottom-separator{width:100%;height:1px;background:var(--sidebar-bottom-border)}.desktop-shell__download-app{width:100%;min-height:98px;border:1px solid rgba(151,137,255,.38);border-radius:8px;padding:13px 12px 13px 14px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left;color:#fff;background:linear-gradient(180deg,#967becfa,#7150c6fa);box-shadow:inset 0 1px #ffffff1a,0 14px 30px #00000038}.desktop-shell__download-app:hover{border-color:#bbabff8a;filter:brightness(1.04)}.desktop-shell__download-app-main{min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:10px}.desktop-shell__download-app-icon{width:22px;height:22px;flex:0 0 22px;color:#fff}.desktop-shell__download-app-copy{min-width:0;display:flex;align-items:center}.desktop-shell__download-app-label{max-width:126px;color:#fff;font-size:16px;line-height:1.06;font-weight:800;letter-spacing:-.01em}.desktop-shell__download-app-illustration{width:84px;height:72px;flex:0 0 84px;display:block;object-fit:contain;opacity:.94;transform:translate(2px);pointer-events:none;-webkit-user-select:none;user-select:none}.desktop-shell__logout{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 16px;background:var(--bg-soft);color:var(--sidebar-nav-text);border-color:#ffffff14;border-radius:8px}.desktop-shell__logout .desktop-shell__nav-icon{width:18px;height:18px;flex:0 0 18px}.desktop-shell__logout .desktop-shell__nav-label{flex:0 0 auto;text-align:left;line-height:1}.desktop-shell__main{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--shell-main-background)}.desktop-shell__header{min-width:1316px;min-height:72px;border-bottom:1px solid var(--header-border);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 24px;background:var(--header-background)}.desktop-shell__header-main{min-width:0;display:flex;align-items:center}.desktop-shell__title-row{display:flex;align-items:center;gap:10px}.desktop-shell__title-icon{width:18px;height:18px;flex:0 0 18px;display:block;color:var(--header-icon);stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.desktop-shell__title{margin:0;font-size:17px;line-height:1.15;font-weight:600;letter-spacing:.01em;color:var(--header-title);text-rendering:optimizeLegibility}.desktop-shell__user-box{max-width:min(420px,42vw);min-height:50px;display:inline-flex;align-items:center;gap:10px;padding:6px 12px 6px 7px;border:1px solid var(--header-control-border);border-radius:8px;background:var(--header-control-bg);box-shadow:var(--header-control-shadow)}.desktop-shell__user-avatar{position:relative;width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;background:linear-gradient(135deg,#00a3ff,#857bff);color:#fff;box-shadow:0 8px 20px #3e5fff47}.desktop-shell__user-avatar-icon{width:15px;height:15px}.desktop-shell__user-dot{position:absolute;right:-1px;bottom:-1px;width:8px;height:8px;border-radius:999px;background:#31d17c;border:2px solid var(--header-control-border-strong)}.desktop-shell__user-meta{min-width:0;display:flex;flex-direction:column;gap:4px}.desktop-shell__user-email{min-width:0;max-width:min(330px,34vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--text);font-size:13px;line-height:1.05;font-weight:600}.desktop-shell__user-plan{min-width:0;display:inline-flex;align-items:center;color:#b5c2efc7;font-size:11px;line-height:1;font-weight:600;letter-spacing:.02em;text-transform:none;transform-origin:left center}.desktop-shell__user-plan--pulse{animation:desktop-shell-user-plan-pulse .52s ease-out 1}.desktop-shell__user-plan-value{border:0;padding:0;margin:0;color:#17d857;background:transparent;font:inherit;line-height:inherit;text-align:left;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;cursor:pointer}.desktop-shell__user-plan-value:hover,.desktop-shell__user-plan-value:focus-visible{color:#37f178}.desktop-shell__user-plan-value:focus-visible{outline:none}html[data-theme=light] .desktop-shell__user-plan{color:#3d4660b8}html[data-theme=light] .desktop-shell__user-plan-value{color:#17d857}html[data-theme=light] .desktop-shell__user-plan-value:hover,html[data-theme=light] .desktop-shell__user-plan-value:focus-visible{color:#37f178}@keyframes desktop-shell-user-plan-pulse{0%{opacity:.35;transform:translateY(-2px) scale(.985)}55%{opacity:1;transform:translateY(0) scale(1.018)}to{opacity:1;transform:translateY(0) scale(1)}}.meta-chip{border:1px solid rgba(133,123,255,.18);background:#857bff14;border-radius:999px;min-height:34px;display:inline-flex;align-items:center;padding:0 12px;color:#d9def1;font-size:13px}.desktop-shell__content{flex:1 1 auto;min-width:0;min-height:0;padding:28px;overflow-x:hidden;overflow-y:auto;background:var(--content-background)}.desktop-shell__content--flush{display:flex;width:100%;min-width:0;min-height:0;padding:0;overflow:hidden}.page{display:flex;flex-direction:column;gap:20px}.page-grid,.workspace-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.workspace-grid--support{grid-template-columns:minmax(0,2fr) minmax(280px,1fr)}.page-card,.stat-card{background:var(--card);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow);padding:20px;min-width:0}.page-card h1,.page-card h2,.page-card h3,.stat-card__value,.section-header h1,.section-header h2{margin:0}.page-card h1,.section-header h1{font-size:28px}.page-card h2,.section-header h2{font-size:22px}.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.section-header p{margin:8px 0 0}.stat-card__label{color:var(--muted);font-size:13px;margin-bottom:10px;text-transform:uppercase;letter-spacing:.08em}.stat-card__value{font-size:28px;font-weight:800}.dashboard-list,.kv-list,.feature-list{display:flex;flex-direction:column;gap:10px;color:var(--muted)}.feature-list__item{padding:12px 14px;border-radius:8px;border:1px solid var(--border);background:var(--bg-soft)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.inline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.action-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.action-row--compact{margin-top:0}.banner{border:1px solid var(--border);border-radius:8px;padding:14px 16px;background:var(--bg-elevated)}.banner__title{margin-bottom:6px;font-weight:700}.banner--error{border-color:#ff6b8152;background:#ff6b8114}.banner--warning{border-color:#ffcf6652;background:#ffcf6614}.banner--success{border-color:#4cd38a52;background:#4cd38a14}.spinner-screen,.spinner-inline{display:flex;align-items:center;gap:12px;color:var(--muted)}.spinner-screen{min-height:100vh;justify-content:center}.spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.18);border-top-color:var(--primary);border-radius:999px;animation:spin .8s linear infinite}.toaster{position:fixed;top:16px;right:16px;z-index:50;display:flex;flex-direction:column;gap:10px;max-width:420px}.toaster__item{border:1px solid rgba(255,107,129,.32);background:#ff6b811f;border-radius:8px;padding:12px 14px;box-shadow:var(--shadow)}.toaster__item--success{border-color:#4cd38a52;background:#4cd38a1f}.toaster__item--warning{border-color:#ffcf6652;background:#ffcf661f}.toaster__title{font-weight:700;margin-bottom:4px}.run-card,.simple-list__item,.profile-item,.support-message,.code-panel,.code-viewer{border:1px solid var(--border);border-radius:8px;background:#ffffff05;padding:16px}.run-card,.profile-item,.simple-list__item{display:flex;flex-direction:column;gap:10px}.run-card__header,.profile-item__header,.simple-list__item{display:flex;justify-content:space-between;gap:12px}.code-panel,.code-viewer{min-height:320px;overflow:auto}.code-viewer pre{margin:0;white-space:pre-wrap;word-break:break-word}.support-thread{display:flex;flex-direction:column;gap:12px;min-height:420px}.support-message{max-width:min(100%,720px)}.support-message--own{margin-left:auto;background:#857bff1f}.simple-list,.profile-list,.run-list{display:flex;flex-direction:column;gap:12px}.empty-state{min-height:120px;display:grid;place-items:center;border:1px dashed var(--border);border-radius:8px;background:#ffffff05}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1180px){.page-grid,.workspace-grid,.form-grid,.inline-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-grid--support{grid-template-columns:minmax(0,2fr) minmax(280px,1fr)}}@media(max-width:940px){.desktop-shell{width:100vw;height:100vh;min-width:0;min-height:0;grid-template-columns:284px minmax(0,1fr);overflow:hidden}.desktop-shell__sidebar{width:284px;min-width:284px;max-width:284px;height:100vh;min-height:0;border-right:1px solid var(--sidebar-border);border-bottom:0}.desktop-shell__header{flex-direction:row;align-items:center}.section-header,.run-card__header,.simple-list__item{flex-direction:row;align-items:flex-start}.desktop-shell__content{padding:28px}.desktop-shell__content--flush{padding:0}.page-card,.stat-card{padding:20px}}.desktop-shell__nav-icon,.desktop-shell__nav-icon *,.desktop-shell__title-icon,.desktop-shell__title-icon *{color:currentColor;stroke:currentColor}.desktop-shell__header-actions{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.desktop-shell__header-icons{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.desktop-shell__header-icon-cell{width:20px;height:20px;flex:0 0 20px;display:inline-flex;align-items:center;justify-content:center;overflow:visible}.desktop-shell__header-icon-cell>.desktop-shell__theme-toggle,.desktop-shell__header-icon-cell>.desktop-shell__pin-toggle,.desktop-shell__header-icon-cell>.notification-bell{width:18px;height:18px;flex:0 0 18px;margin:0}.desktop-shell__theme-toggle,.desktop-shell__pin-toggle{width:18px;height:18px;flex:0 0 18px;border:none;border-radius:0;background:transparent;box-shadow:none;color:var(--header-control-text);display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;appearance:none;-webkit-appearance:none;transition:color .18s ease}.desktop-shell__pin-toggle.is-active{color:#e54868}.desktop-shell__language-toggle,.desktop-shell__user-box{box-shadow:var(--header-control-shadow)}.desktop-shell__theme-toggle-icon,.desktop-shell__pin-toggle-icon{width:18px;height:18px;display:block;color:currentColor}.desktop-shell__theme-toggle-icon *,.desktop-shell__pin-toggle-icon *{stroke:currentColor;fill:none}.desktop-shell__language-toggle{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:10px;border:1px solid var(--header-control-border);background:var(--header-control-bg)}.desktop-shell__language-toggle-button{min-width:36px;height:30px;padding:0 10px;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--header-control-text-muted);font-size:12px;font-weight:700;letter-spacing:.04em;transition:background .14s ease,color .14s ease,border-color .14s ease,box-shadow .14s ease,opacity .14s ease}.desktop-shell__language-toggle-button:hover,.desktop-shell__language-toggle-button:focus-visible{color:var(--header-control-text)}.desktop-shell__language-toggle-button.is-active{background:linear-gradient(180deg,#857bffeb,#6e61ffeb);border-color:#ffffff14;color:#fff;box-shadow:0 8px 20px #857bff42}html[data-theme=light] .desktop-shell__brand-logo{filter:none}html[data-theme=light] .desktop-shell__title-icon{color:var(--header-icon)}html[data-theme=light] .desktop-shell__user-email{color:var(--text)}html[data-theme=light] .desktop-shell__logout:hover,html[data-theme=light] .desktop-shell__nav-button:hover,html[data-theme=light] .desktop-shell__group-button:hover,html[data-theme=light] .desktop-shell__child-button:hover{color:var(--sidebar-nav-text-active)}html[data-theme=light] .desktop-shell__download-app{border-color:#857bff42;box-shadow:0 12px 28px #0f172a1f}html[data-theme=light] .page-card,html[data-theme=light] .stat-card,html[data-theme=light] .dashboard-hero,html[data-theme=light] .dashboard-panel,html[data-theme=light] .dashboard-inline-stat,html[data-theme=light] .dashboard-runtime-card,html[data-theme=light] .dashboard-activity-chart__plot,html[data-theme=light] .dashboard-activity-chart__tooltip{background:#fff;border-color:#0f172a14;box-shadow:0 12px 32px #0f172a14}html[data-theme=light] .dashboard-hero:before,html[data-theme=light] .dashboard-activity-chart__plot:after{opacity:.08}html[data-theme=light] .dashboard-panel__title,html[data-theme=light] .dashboard-inline-stat strong,html[data-theme=light] .dashboard-runtime-card__head strong,html[data-theme=light] .dashboard-activity-chart__tooltip strong{color:#111827}html[data-theme=light] .dashboard-panel__title-icon,html[data-theme=light] .dashboard-metric-card__icon-svg,html[data-theme=light] .dashboard-panel__eyebrow,html[data-theme=light] .dashboard-status-card__label,html[data-theme=light] .dashboard-inline-stat span,html[data-theme=light] .dashboard-runtime-card__head span,html[data-theme=light] .dashboard-activity-chart__labels span,html[data-theme=light] .dashboard-activity-chart__tooltip span{color:#6b7280}html[data-theme=light] .dashboard-metric-card{min-height:196px;border-color:#0f172a14;box-shadow:0 12px 32px #0f172a14}html[data-theme=light] .dashboard-metric-card:before{background:linear-gradient(135deg,rgba(255,255,255,.4) 0%,transparent 45%),linear-gradient(180deg,rgba(255,255,255,.12) 0%,transparent 100%)}html[data-theme=light] .dashboard-metric-card__label,html[data-theme=light] .dashboard-metric-card__meta,html[data-theme=light] .dashboard-metric-card__caption{color:#ffffffbd}html[data-theme=light] .dashboard-runtime-card__track{background:#94a3b829}html[data-theme=light] .dashboard-activity-chart__grid span{border-top-color:#0f172a14}html[data-theme=light] .dashboard-activity-chart__tooltip:after{background:#fff;border-right-color:#0f172a14;border-bottom-color:#0f172a14}
