.player{position:fixed;right:24px;bottom:24px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:16px;pointer-events:none}.player__toggle{width:34px;height:34px;border-radius:50%;border:none;background:transparent;color:var(--muted-2);font-size:16px;display:grid;place-items:center;pointer-events:auto;opacity:.45;transition:opacity .25s var(--ease-out),color .25s var(--ease-out)}.player__toggle:hover{opacity:1;color:var(--text)}.player__toggle.is-playing{opacity:.7;color:var(--accent)}.player__toggle.is-playing:hover{opacity:1}.player__toggle-arrow{transition:transform .3s var(--ease-out)}.player__toggle.is-open .player__toggle-arrow{transform:rotate(180deg)}.player__card{position:relative;width:268px;padding:16px;border-radius:22px;background:var(--card);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);border:1px solid var(--card-border);box-shadow:0 28px 64px #0000008c,0 8px 24px #7b2ff538;transform-origin:bottom right;opacity:0;transform:translateY(14px) scale(.95);pointer-events:none;transition:opacity .32s var(--ease-out),transform .32s var(--ease-out)}.player__card.is-open{opacity:1;transform:none;pointer-events:auto}.player__card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:var(--grad-soft);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.55;pointer-events:none}.player__cover{border-radius:16px;overflow:hidden;aspect-ratio:1 / 1;box-shadow:0 14px 34px #7b2ff559}.player__cover img{width:100%;height:100%;object-fit:cover;display:block}.player__meta{margin-top:16px;display:flex;flex-direction:column;gap:2px}.player__title{font-size:18px;font-weight:800;letter-spacing:-.2px;color:var(--text)}.player__artist{font-size:14px;color:var(--muted)}.player__bar{position:relative;margin-top:16px;height:6px;border-radius:99px;background:var(--field-border);cursor:pointer}.player__bar-fill{position:relative;height:100%;border-radius:99px;background:var(--grad)}.player__bar-knob{position:absolute;right:-5px;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 8px #7b2ff5d9}.player__times{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:var(--muted-2)}.player__play{margin:14px auto 2px;display:grid;place-items:center;width:58px;height:58px;border-radius:50%;border:none;background:var(--grad);color:#fff;font-size:20px;box-shadow:0 14px 32px #7b2ff580;transition:transform .2s var(--ease-out)}.player__play:hover{transform:scale(1.07)}.player__play:active{transform:scale(.96)}@media (max-width: 620px){.player{right:16px;bottom:16px}.player__card{width:240px}}@media (prefers-reduced-motion: reduce){.player__eq span{animation:none}.player__card{transition:opacity .2s linear;transform:none}}.scope-home .page{position:relative;isolation:isolate;min-height:100vh;padding-top:72px;overflow-x:hidden;background:transparent}.scope-home .page>main{min-height:calc(100vh - 72px)}.scope-home .fi{display:inline-flex;align-items:center;justify-content:center;line-height:1}.scope-home .fi:before{display:block;line-height:1}.scope-home a:focus-visible,.scope-home button:focus-visible,.scope-home input:focus-visible,.scope-home textarea:focus-visible,.scope-home select:focus-visible,.scope-home [tabindex]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.scope-home select{font:inherit;color:var(--text);background-color:var(--field-bg);border:1px solid var(--field-border);border-radius:12px;padding:12px 40px 12px 14px;cursor:pointer;color-scheme:dark;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238b8ca6' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;transition:border-color .16s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-home select:hover{border-color:#8b5cff80}}.scope-home select option{background:#12122a;color:var(--text)}.scope-home .header__inner,.scope-home .hero,.scope-home .section{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:28px}.scope-home .brand{position:relative;display:inline-flex;align-items:center;gap:12px}.scope-home .brand__img{height:40px;width:auto;display:block}.scope-home .brand:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(115deg,transparent 38%,rgba(255,255,255,.65) 50%,transparent 62%);background-size:220% 100%;background-repeat:no-repeat;-webkit-mask:url(/assets/logo-D7vKbAuu.png) left center / contain no-repeat;mask:url(/assets/logo-D7vKbAuu.png) left center / contain no-repeat;animation:logo-shine 5s ease-in-out infinite}@keyframes logo-shine{0%{background-position:220% 0}35%,to{background-position:-120% 0}}@media (prefers-reduced-motion: reduce){.scope-home .brand:after{animation:none;opacity:0}}.scope-home .brand__logo{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--grad);box-shadow:0 8px 22px #7b2ff573}.scope-home .brand__logo-icon{font-size:22px;color:#fff}.scope-home .brand__name{font-size:20px;font-weight:800;letter-spacing:-.3px}.scope-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:none;border-radius:12px;padding:12px 20px;font-size:15px;font-weight:600;white-space:nowrap;transition:transform .14s var(--ease-out),box-shadow .2s var(--ease-out),background .2s var(--ease-out),border-color .2s var(--ease-out),opacity .2s var(--ease-out)}.scope-home .btn:active{transform:scale(.97)}.scope-home .btn:disabled{opacity:.6;cursor:not-allowed}.scope-home .btn--primary{color:#fff;background:var(--grad);box-shadow:0 12px 28px #633cf56b}@media (hover: hover) and (pointer: fine){.scope-home .btn--primary:hover{transform:translateY(-1px);box-shadow:0 16px 40px #633cf594}}.scope-home .btn--outline{color:#e7e8f2;background:var(--field-bg);border:1px solid var(--field-border)}@media (hover: hover) and (pointer: fine){.scope-home .btn--outline:hover{background:#1e1e38d9;border-color:#8b5cff73}}.scope-home .btn--sm{padding:9px 16px;font-size:14px}.scope-home .btn--lg{padding:15px 26px;font-size:15.5px}.scope-home .btn__icon{font-size:16px}.scope-home .header{position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid transparent;transition:background .24s var(--ease-out),border-color .24s var(--ease-out)}.scope-home .header--scrolled{background:#080812b8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom-color:#786edc29}.scope-home .header__inner{display:flex;align-items:center;gap:22px;height:72px}.scope-home .header__nav{display:flex;align-items:center;gap:22px;margin:0 auto}.scope-home .header__link{font-size:14.5px;color:var(--muted);white-space:nowrap;transition:color .16s var(--ease-out);display:inline-flex;flex-direction:column;align-items:center}.scope-home .header__link:after{content:attr(data-text);height:0;overflow:hidden;visibility:hidden;font-weight:600;pointer-events:none}.scope-home .header__link.is-active{color:var(--text);font-weight:600}@media (hover: hover) and (pointer: fine){.scope-home .header__link:hover{color:var(--text)}}.scope-home .header__actions{display:flex;align-items:center;gap:12px}.scope-home .header__burger{display:none;margin-left:auto;width:42px;height:42px;border-radius:11px;background:var(--field-bg);border:1px solid var(--field-border);color:var(--text);font-size:18px;align-items:center;justify-content:center}.scope-home .header__mobile{display:none;flex-direction:column;gap:4px;padding-inline:28px;max-height:0;overflow:hidden;background:#080812f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:max-height .32s var(--ease-drawer),padding .32s var(--ease-drawer)}.scope-home .header__mobile.is-open{max-height:min(88vh,760px);overflow-y:auto;padding-block:12px 22px;border-bottom:1px solid rgba(120,110,220,.16)}.scope-home .header__mobile-link{padding:12px 0;font-size:16px;color:var(--text);border-bottom:1px solid rgba(120,120,170,.1)}.scope-home .header__mobile-actions{display:flex;flex-direction:column;gap:10px;margin-top:14px}@media (max-width: 1180px){.scope-home .header__nav,.scope-home .header__actions{display:none}.scope-home .header__burger{display:inline-flex}.scope-home .header__mobile{display:flex}}.scope-home .hero{position:relative;z-index:1;display:grid;grid-template-columns:1.12fr .88fr;gap:48px;align-items:center;padding-top:clamp(36px,6vh,76px);padding-bottom:clamp(40px,7vh,84px)}.scope-home .hero__col{min-width:0}.scope-home .badge{display:inline-flex;align-items:center;gap:9px;padding:7px 15px 7px 12px;border-radius:999px;background:#7b2ff51f;border:1px solid rgba(123,47,245,.32);color:#c8b3ff;font-size:13px;font-weight:500;margin-bottom:24px}.scope-home .badge__icon{font-size:13px;color:#b388ff}.scope-home .accent{background:linear-gradient(90deg,#a76bff,#6f8bff,#e25aa8,#a76bff);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:accent-flow 7s linear infinite}@keyframes accent-flow{to{background-position:200% center}}@media (prefers-reduced-motion: reduce){.scope-home .accent{animation:none}}.scope-home .hero__title{font-size:clamp(34px,4.4vw,56px);line-height:1.08;font-weight:800;letter-spacing:-1px;margin-bottom:22px}.scope-home .hero__desc{max-width:500px;font-size:clamp(15px,1.15vw,17px);line-height:1.6;color:var(--muted);margin-bottom:30px}.scope-home .hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:40px}.scope-home .hero__stats{display:flex;flex-wrap:wrap;gap:14px clamp(14px,1.8vw,24px)}.scope-home .hero__stat{display:flex;align-items:center;gap:10px}.scope-home .hero__stat-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-size:15px;background:#7b2ff524;border:1px solid rgba(123,47,245,.3);color:#c0a3ff}.scope-home .hero__stat-value{font-size:clamp(18px,1.7vw,22px);font-weight:800;letter-spacing:-.4px}.scope-home .stat-count{font-variant-numeric:tabular-nums}.scope-home .hero__stat-label{font-size:12.5px;color:var(--muted-2)}.scope-home .hero__col--visual{display:flex;justify-content:center}.scope-home .hv{position:relative;width:100%;max-width:520px}.scope-home .hv__window{border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#161430eb,#0c0b1eeb);border:1px solid var(--card-border);box-shadow:0 40px 90px #14084680;animation:hv-float 6.5s ease-in-out .9s infinite}@keyframes hv-float{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}@keyframes hv-float-soft{0%,to{transform:translateY(0)}50%{transform:translateY(7px)}}.scope-home .hv__bar{display:flex;align-items:center;gap:8px;padding:13px 16px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.scope-home .hv__dot{width:11px;height:11px;border-radius:50%}.scope-home .hv__dot--r{background:#ff5f57}.scope-home .hv__dot--y{background:#febc2e}.scope-home .hv__dot--g{background:#28c840}.scope-home .hv__file{margin-left:8px;font-size:12.5px;color:var(--muted-2)}.scope-home .hv__code{padding:22px 24px 30px;font-family:JetBrains Mono,Fira Code,ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:14px;line-height:1.9}.scope-home .hv__line{white-space:pre;min-height:1.9em}.scope-home .hv__caret{display:inline-block;width:2px;height:1.15em;margin-left:2px;vertical-align:-.18em;border-radius:1px;background:#c792ff;box-shadow:0 0 8px #c792ffb3;animation:hv-caret 1.05s steps(1,end) infinite}@keyframes hv-caret{0%,50%{opacity:1}50.01%,to{opacity:0}}.scope-home .hv__t--kw{color:#c792ff}.scope-home .hv__t--fn{color:#6f9bff}.scope-home .hv__t--str{color:#6ee7a8}.scope-home .hv__t--op,.scope-home .hv__t--br{color:#8b8ca6}.scope-home .hv__t--ind{color:transparent}.scope-home .hv__review{position:absolute;right:-14px;bottom:-28px;width:min(280px,78%);min-height:184px;border-radius:16px;background:#14122aeb;border:1px solid rgba(139,92,255,.35);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 24px 60px #00000073;animation:hv-float-soft 7.5s ease-in-out 1.3s infinite}.scope-home .hv__slide{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:18px 18px 22px;opacity:0;transform:translateY(6px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out);pointer-events:none}.scope-home .hv__slide.is-active{opacity:1;transform:none}.scope-home .hv__dots{position:absolute;bottom:9px;right:16px;display:flex;gap:5px}.scope-home .hv__dot-i{width:6px;height:6px;border-radius:50%;background:#8b5cff52;transition:background .3s var(--ease-out),width .3s var(--ease-out)}.scope-home .hv__dot-i.is-active{width:16px;border-radius:3px;background:var(--grad)}.scope-home .hv__review-quote{font-size:18px;color:#8b5cff99;margin-bottom:8px}.scope-home .hv__review-text{font-size:13px;line-height:1.5;color:#d6d7e6;margin-bottom:14px}.scope-home .hv__review-author{display:flex;align-items:center;gap:10px;margin-top:auto}.scope-home .hv__review-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:15px;font-weight:700;color:#fff;background:var(--grad)}.scope-home .hv__review-name{display:block;font-size:13.5px;font-weight:700}.scope-home .hv__review-role{display:block;font-size:12px;color:var(--muted-2)}.scope-home .section{position:relative;z-index:1;padding-top:clamp(48px,8vh,96px)}.scope-home .section__head{max-width:640px;margin:0 auto clamp(32px,5vh,52px)}.scope-home .section__head--center{text-align:center}.scope-home .section__title{font-size:clamp(26px,3.1vw,38px);line-height:1.15;font-weight:800;letter-spacing:-.6px}.scope-home .section__subtitle{margin-top:12px;font-size:clamp(14px,1.1vw,16px);line-height:1.6;color:var(--muted)}.scope-home .formats__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(20px,2.4vw,30px)}.scope-home .format-card{position:relative;display:flex;flex-direction:column;padding:clamp(40px,4vw,52px) clamp(24px,3vw,40px) clamp(28px,3vw,40px);margin-top:34px;border-radius:24px;background:var(--card);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.scope-home .format-card__badge{position:absolute;top:-34px;left:50%;transform:translate(-50%);width:66px;height:72px;display:grid;place-items:center;font-size:26px;color:#fff;background:var(--grad);clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);box-shadow:0 12px 28px #7b2ff566}.scope-home .format-card__title{text-align:center;font-size:clamp(19px,1.7vw,23px);font-weight:700;letter-spacing:-.3px;margin-bottom:clamp(20px,2.4vw,30px)}.scope-home .format-card__list{list-style:none;display:grid;gap:18px;margin-bottom:clamp(24px,3vw,34px)}.scope-home .format-card__item{display:flex;gap:14px;align-items:flex-start}.scope-home .format-card__ic{flex-shrink:0;width:38px;height:38px;border-radius:11px;display:grid;place-items:center;font-size:17px;background:#7b2ff524;border:1px solid rgba(123,47,245,.3);color:#c0a3ff}.scope-home .format-card__text{font-size:14.5px;line-height:1.55;color:var(--muted);padding-top:7px}.scope-home .format-card__btn{margin-top:auto;justify-content:center;width:100%}.scope-home .value__inner{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(28px,4vw,56px);padding:clamp(32px,4.5vw,52px);border-radius:24px;background:var(--card);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.scope-home .value__title{font-size:clamp(24px,2.8vw,34px);font-weight:800;line-height:1.15;letter-spacing:-.6px;margin-bottom:18px}.scope-home .value__text{font-size:15px;line-height:1.65;color:var(--muted)}.scope-home .value__grid{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:26px 30px}.scope-home .value-item{display:flex;gap:15px}.scope-home .value-item__icon{flex-shrink:0;width:46px;height:46px;border-radius:12px;display:grid;place-items:center;font-size:21px;background:#7b2ff524;border:1px solid rgba(123,47,245,.3);color:#c0a3ff}.scope-home .value-item__title{font-size:16.5px;font-weight:700;margin-bottom:6px}.scope-home .value-item__text{font-size:13.5px;line-height:1.55;color:var(--muted)}.scope-home .ct__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(28px,4vw,52px)}.scope-home .ct__col{display:flex;flex-direction:column;min-width:0}.scope-home .ct__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.scope-home .ct__title{font-size:clamp(20px,2vw,26px);font-weight:800;letter-spacing:-.4px}.scope-home .ct__more{display:inline-flex;align-items:center;gap:5px;font-size:14px;font-weight:600;color:#c8b3ff;transition:color .18s var(--ease-out)}.scope-home .ct__more-icon{font-size:14px;transition:transform .18s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-home .ct__more:hover{color:#fff}.scope-home .ct__more:hover .ct__more-icon{transform:translate(3px)}}.scope-home .course-list{list-style:none;display:flex;flex-direction:column;gap:14px}.scope-home .course-row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:16px;padding:16px 18px;border-radius:15px;background:var(--card);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .2s var(--ease-out),border-color .2s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-home .course-row:hover{transform:translateY(-2px);border-color:#8b5cff66}}.scope-home .course-row__icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:21px;color:#fff;transition:transform .2s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-home .course-row:hover .course-row__icon{transform:scale(1.08)}}.scope-home .course-row--java .course-row__icon{background:linear-gradient(135deg,#f0512c,#d63e1a)}.scope-home .course-row--spring .course-row__icon{background:linear-gradient(135deg,#6db33f,#4e8a2a)}.scope-home .course-row--react .course-row__icon{background:linear-gradient(135deg,#3bb7d6,#2a90c8)}.scope-home .course-row--python .course-row__icon{background:linear-gradient(135deg,#4d8fd6,#f7c948)}.scope-home .course-row__body{display:flex;flex-direction:column;gap:3px;min-width:0}.scope-home .course-row__title{font-size:15px;font-weight:700}.scope-home .course-row__meta{font-size:12.5px;color:var(--muted-2)}.scope-home .course-row__rating{display:inline-flex;align-items:center;gap:5px;font-size:13px;color:#ffc24b;white-space:nowrap}.scope-home .course-row__star{font-size:13px}.scope-home .course-row__price{font-size:15px;font-weight:800;white-space:nowrap}.scope-home .tech{flex:1;display:flex;flex-direction:column;padding:24px 24px 26px;border-radius:18px;background:var(--card);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.scope-home .tech__tags{list-style:none;display:flex;flex-wrap:wrap;gap:9px;margin-bottom:18px}.scope-home .tech__tag{padding:8px 14px;border-radius:999px;font-size:13px;color:#c3c4d8;background:var(--field-bg);border:1px solid var(--field-border);transition:color .16s var(--ease-out),border-color .16s var(--ease-out),background .16s var(--ease-out),transform .16s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-home .tech__tag:hover{color:#fff;border-color:#8b5cff80;background:#7b2ff526;transform:translateY(-1px)}}.scope-home .tech__note{margin-top:auto;font-size:13.5px;line-height:1.55;color:var(--muted)}.scope-home .community__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,5vw,64px);align-items:center}.scope-home .community__title{font-size:clamp(26px,3vw,38px);font-weight:800;line-height:1.12;letter-spacing:-.6px;margin-bottom:16px}.scope-home .community__desc{font-size:15.5px;line-height:1.6;color:var(--muted);margin-bottom:26px}.scope-home .community__list{list-style:none;display:flex;flex-direction:column;gap:15px;margin-bottom:30px}.scope-home .community__point{display:flex;align-items:center;gap:13px;font-size:15.5px;color:#d6d7e6}.scope-home .community__check{flex-shrink:0;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;font-size:12px;color:#fff;background:var(--grad);box-shadow:0 6px 16px #633cf566}.scope-home .community__visual{position:relative;aspect-ratio:1 / .82;border-radius:22px;overflow:hidden;background:linear-gradient(150deg,#281c6480,#0e0c2099);border:1px solid var(--card-border)}.scope-home .cv__glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(360px 240px at 50% 40%,rgba(123,47,245,.35),transparent 70%)}.scope-home .cv__avatars{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}.scope-home .cv__avatar{position:absolute;display:grid;place-items:center;border-radius:50%;font-weight:700;color:#fff;background:var(--grad);border:2px solid rgba(255,255,255,.12);box-shadow:0 12px 30px #0006}.scope-home .cv__avatar--0{width:76px;height:76px;font-size:28px;left:38%;top:30%}.scope-home .cv__avatar--1{width:52px;height:52px;font-size:20px;left:18%;top:18%;background:linear-gradient(135deg,#3bb7d6,#2a90c8)}.scope-home .cv__avatar--2{width:46px;height:46px;font-size:18px;left:70%;top:16%;background:linear-gradient(135deg,#e25aa8,#b53b87)}.scope-home .cv__avatar--3{width:58px;height:58px;font-size:22px;left:66%;top:52%;background:linear-gradient(135deg,#6db33f,#4e8a2a)}.scope-home .cv__avatar--4{width:44px;height:44px;font-size:17px;left:22%;top:58%;background:linear-gradient(135deg,#4d8fd6,#6f8bff)}.scope-home .cv__avatar--5{width:40px;height:40px;font-size:16px;left:46%;top:68%;background:linear-gradient(135deg,#f0a52c,#d6781a)}.scope-home .cv__avatar--6{width:38px;height:38px;font-size:15px;left:12%;top:40%;background:linear-gradient(135deg,#8b3ff5,#3b6bf5)}.scope-home .cv__avatar--7{width:42px;height:42px;font-size:16px;left:84%;top:38%;background:linear-gradient(135deg,#c792ff,#6f9bff)}.scope-home .cv__chip{position:absolute;display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border-radius:999px;font-size:12.5px;font-weight:600;color:#e7e8f2;background:#100e24d9;border:1px solid rgba(139,92,255,.35);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 30px #0006}.scope-home .cv__chip i{font-size:13px;color:#b388ff}.scope-home .cv__chip--users{left:16px;bottom:18px}.scope-home .cv__chip--chat{right:16px;top:18px}.scope-home .cta-wrap{padding-top:clamp(56px,9vh,110px)}.scope-home .cta{display:flex;align-items:center;gap:24px;padding:clamp(26px,3.4vw,40px) clamp(26px,3.6vw,46px);border-radius:24px;background:radial-gradient(500px 220px at 12% 0%,rgba(123,47,245,.35),transparent 70%),linear-gradient(180deg,#1e1646b3,#0e0c20b3);border:1px solid rgba(139,92,255,.35);box-shadow:0 36px 80px #2814784d}.scope-home .cta__icon{flex-shrink:0;width:60px;height:60px;border-radius:16px;display:grid;place-items:center;font-size:26px;color:#fff;background:var(--grad);box-shadow:0 14px 34px #633cf580}.scope-home .cta__text{flex:1;min-width:0}.scope-home .cta__title{font-size:clamp(20px,2.4vw,28px);font-weight:800;letter-spacing:-.4px;margin-bottom:6px}.scope-home .cta__subtitle{font-size:14.5px;line-height:1.5;color:var(--muted)}.scope-home .cta__btn{flex-shrink:0}.scope-home .footer{position:relative;z-index:1;margin-top:clamp(48px,8vh,90px);border-top:1px solid rgba(120,110,220,.14);background:#06050c99}.scope-home .footer__inner{width:100%;max-width:var(--container);margin-inline:auto;padding:56px 28px 40px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px}.scope-home .footer__tagline{max-width:280px;margin:16px 0 20px;font-size:14px;line-height:1.6;color:var(--muted)}.scope-home .footer__socials{display:flex;gap:10px}.scope-home .footer__social{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;font-size:16px;color:var(--muted);background:var(--field-bg);border:1px solid var(--field-border);transition:color .18s var(--ease-out),border-color .18s var(--ease-out),transform .18s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-home .footer__social:hover{color:#fff;border-color:#8b5cff80;transform:translateY(-2px)}}.scope-home .footer__col{display:flex;flex-direction:column;gap:12px}.scope-home .footer__col-title{font-size:14px;font-weight:700;margin-bottom:4px}.scope-home .footer__col-title--sm{margin-top:18px}.scope-home .footer__link{font-size:14px;color:var(--muted);transition:color .16s var(--ease-out)}.scope-home .footer__link--static{cursor:default}@media (hover: hover) and (pointer: fine){.scope-home .footer__link:not(.footer__link--static):hover{color:var(--text)}}.scope-home .footer__bottom{border-top:1px solid rgba(120,120,170,.1);padding:22px 28px 30px;text-align:center;font-size:13px;color:var(--muted-2)}.scope-home .tech-hero{display:grid;grid-template-columns:minmax(0,540px) minmax(0,460px);justify-content:center;gap:clamp(24px,3vw,48px);align-items:center;padding-top:clamp(20px,4vh,44px);padding-bottom:clamp(40px,7vh,80px)}.scope-home .tech-hero__col{min-width:0}.scope-home .tech-hero__title{font-size:clamp(34px,4.4vw,56px);line-height:1.08;font-weight:800;letter-spacing:-1px;margin-bottom:20px}.scope-home .tech-hero__desc{max-width:480px;font-size:clamp(15px,1.15vw,17px);line-height:1.6;color:var(--muted);margin-bottom:30px}.scope-home .tech-page{padding-top:clamp(24px,4vh,48px);padding-bottom:clamp(40px,8vh,90px)}.scope-home .tech-hero__visual{min-width:0;display:flex;justify-content:flex-start}.scope-home .tech-carousel{position:relative;width:100%;max-width:460px;margin:0}.scope-home .tech-carousel__stage{position:relative;height:300px;perspective:1400px}.scope-home .tech-carousel__card{position:absolute;top:0;right:0;bottom:0;left:0;margin:0;background:linear-gradient(var(--card),var(--card)),var(--bg-2);-webkit-backdrop-filter:none;backdrop-filter:none;transform:translate3d(calc(var(--pos) * 22px),calc(var(--pos) * -16px),0) scale(calc(1 - var(--pos) * .06)) rotate(calc(var(--pos) * 2deg));transform-origin:50% 120%;filter:brightness(calc(1 - var(--pos) * .32)) blur(calc(var(--pos) * 1px));opacity:1;z-index:var(--z, 1);pointer-events:none;box-shadow:0 30px 70px #14084673;transition:transform .62s var(--ease-carousel),filter .62s var(--ease-out),opacity .48s var(--ease-out);will-change:transform,filter,opacity}.scope-home .tech-carousel__card[data-faded=true]{opacity:0}.scope-home .tech-carousel__card.is-front{cursor:pointer;pointer-events:auto;filter:none}.scope-home .tech-carousel__card:focus-visible{outline:none;border-color:#8b5cff99;box-shadow:0 0 0 3px #7b2ff547,0 30px 70px #14084673}.scope-home .tech-carousel__dots{display:flex;justify-content:center;gap:9px;margin-top:26px}.scope-home .tech-carousel__dot{width:9px;height:9px;padding:0;border:none;border-radius:50%;background:#8b8ca652;cursor:pointer;transition:background .22s var(--ease-out),transform .22s var(--ease-out),box-shadow .22s var(--ease-out)}.scope-home .tech-carousel__dot:hover{background:#8b8ca68c}.scope-home .tech-carousel__dot.is-active{width:26px;border-radius:999px;background:linear-gradient(90deg,#a76bff,#6f8bff);box-shadow:0 0 10px #7b2ff580}@media (prefers-reduced-motion: reduce){.scope-home .tech-carousel__card{transition:none}}@media (max-width: 900px){.scope-home .tech-hero{grid-template-columns:1fr;gap:36px;text-align:center}.scope-home .tech-hero__visual{justify-content:center}.scope-home .tech-carousel{margin:0 auto}.scope-home .tech-hero__desc{margin-left:auto;margin-right:auto}}.scope-home .tech-grid{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,1.6vw,24px)}.scope-home .tech-card{display:flex;flex-direction:column;padding:clamp(20px,1.7vw,26px);border-radius:20px;background:var(--card);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .22s var(--ease-out),border-color .22s var(--ease-out),box-shadow .22s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-home .tech-card:hover{transform:translateY(-4px);border-color:#8b5cff66;box-shadow:0 24px 50px #14084666}}.scope-home .tech-card__top{display:flex;align-items:center;gap:14px;margin-bottom:18px}.scope-home .tech-card__icon{flex-shrink:0;width:50px;height:50px;border-radius:14px;display:grid;place-items:center;font-size:22px;color:#fff;box-shadow:0 8px 20px #00000040;transition:transform .22s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-home .tech-card:hover .tech-card__icon{transform:scale(1.08) rotate(-3deg)}}.scope-home .tech-card--java .tech-card__icon{background:linear-gradient(135deg,#f0512c,#d63e1a)}.scope-home .tech-card--spring .tech-card__icon,.scope-home .tech-card--mongo .tech-card__icon{background:linear-gradient(135deg,#5bbd5b,#3a9d4e)}.scope-home .tech-card--security .tech-card__icon{background:linear-gradient(135deg,#3b82f6,#2563eb)}.scope-home .tech-card--jwt .tech-card__icon{background:linear-gradient(135deg,#b06bff,#7c3aed)}.scope-home .tech-card--postgres .tech-card__icon{background:linear-gradient(135deg,#4f7bd6,#3b5bdb)}.scope-home .tech-card--redis .tech-card__icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.scope-home .tech-card--rabbit .tech-card__icon{background:linear-gradient(135deg,#f9a23c,#f4731e)}.scope-home .tech-card--docker .tech-card__icon{background:linear-gradient(135deg,#2f9bef,#1f74d6)}.scope-home .tech-card--git .tech-card__icon{background:linear-gradient(135deg,#f2622e,#e24329)}.scope-home .tech-card--nginx .tech-card__icon{background:linear-gradient(135deg,#3fb950,#2e9e3f)}.scope-home .tech-card--keycloak .tech-card__icon{background:linear-gradient(135deg,#7c8aa0,#515d72)}.scope-home .tech-card--owasp .tech-card__icon{background:linear-gradient(135deg,#f5b13c,#e8881a)}.scope-home .tech-card--locust .tech-card__icon{background:linear-gradient(135deg,#5a6b82,#38445a)}.scope-home .tech-card--python .tech-card__icon{background:linear-gradient(135deg,#4d8fd6,#f7c948)}.scope-home .tech-card--msf .tech-card__icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.scope-home .tech-card__heading{display:flex;flex-direction:column;gap:3px;min-width:0}.scope-home .tech-card__name{font-size:18px;font-weight:800;letter-spacing:-.3px}.scope-home .tech-card__category{font-size:13px;color:var(--muted)}.scope-home .tech-card__desc{flex:1;font-size:14px;line-height:1.55;color:var(--muted);margin-bottom:20px}.scope-home .tech-card__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:16px;border-top:1px solid var(--field-border)}.scope-home .tech-card__level-label{font-size:12.5px;color:var(--muted-2)}.scope-home .tech-card__dots{display:inline-flex;align-items:center;gap:6px}.scope-home .tech-card__dot{width:7px;height:7px;border-radius:50%;background:#8b8ca652;transition:background .22s var(--ease-out),box-shadow .22s var(--ease-out)}.scope-home .tech-card__dot.is-on{background:linear-gradient(135deg,#f9a23c,#f4731e);box-shadow:0 0 8px #f7831e80}@media (max-width: 1100px){.scope-home .tech-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.scope-home .tech-grid{grid-template-columns:1fr}}.scope-home .tech-card--clickable{cursor:pointer;text-align:left}.scope-home .tech-card--clickable:focus-visible{outline:none;border-color:#8b5cff99;box-shadow:0 0 0 3px #7b2ff547}.scope-home .tech-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px}.scope-home .tech-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#06051080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:0;transition:opacity .32s var(--ease-out)}.scope-home .tech-modal.is-open .tech-modal__overlay{opacity:1}.scope-home .tech-modal__dialog{position:relative;z-index:1;width:min(560px,100%);max-height:min(88vh,760px);overflow-y:auto;padding:clamp(26px,3vw,38px);border-radius:24px;background:linear-gradient(180deg,#161430f7,#0c0b1ef7);border:1px solid var(--card-border);box-shadow:0 40px 100px #0a042899;opacity:0;transform:translateY(18px) scale(.96);transition:opacity .36s var(--ease-drawer),transform .36s var(--ease-drawer)}.scope-home .tech-modal.is-open .tech-modal__dialog{opacity:1;transform:none}.scope-home .tech-modal__close{position:absolute;top:16px;right:16px;width:36px;height:36px;display:grid;place-items:center;border-radius:10px;font-size:15px;color:var(--muted);background:var(--field-bg);border:1px solid var(--field-border);transition:color .18s var(--ease-out),border-color .18s var(--ease-out),transform .16s var(--ease-out)}.scope-home .tech-modal__close:hover{color:var(--text);border-color:#8b5cff73}.scope-home .tech-modal__close:active{transform:scale(.92)}.scope-home .tech-modal__head{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-right:44px}.scope-home .tech-modal__icon{width:60px;height:60px;border-radius:16px;font-size:27px}.scope-home .tech-modal__name{font-size:clamp(22px,2.4vw,28px);font-weight:800;letter-spacing:-.4px;line-height:1.1}.scope-home .tech-modal__category{font-size:14px;color:var(--muted)}.scope-home .tech-modal__summary{font-size:15px;line-height:1.6;color:var(--muted);margin-bottom:24px}.scope-home .tech-modal__section{margin-bottom:24px}.scope-home .tech-modal__subtitle{font-size:12.5px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--muted-2);margin-bottom:14px}.scope-home .tech-modal__list{list-style:none;display:flex;flex-direction:column;gap:12px}.scope-home .tech-modal__item{display:flex;align-items:flex-start;gap:12px;font-size:14.5px;line-height:1.5;color:var(--text)}.scope-home .tech-modal__check{flex-shrink:0;width:22px;height:22px;margin-top:1px;border-radius:7px;display:grid;place-items:center;font-size:10px;color:#fff;background:var(--grad)}.scope-home .tech-modal.is-open .tech-modal__item{animation:enter-up .42s var(--ease-out) both}.scope-home .tech-modal.is-open .tech-modal__item:nth-child(1){animation-delay:.12s}.scope-home .tech-modal.is-open .tech-modal__item:nth-child(2){animation-delay:175ms}.scope-home .tech-modal.is-open .tech-modal__item:nth-child(3){animation-delay:.23s}.scope-home .tech-modal.is-open .tech-modal__item:nth-child(4){animation-delay:285ms}.scope-home .tech-modal__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 0 22px;border-top:1px solid var(--field-border)}.scope-home .tech-modal__back{width:100%}@media (prefers-reduced-motion: reduce){.scope-home .tech-modal__overlay,.scope-home .tech-modal__dialog{transition-duration:1ms}.scope-home .tech-modal__dialog{transform:none}.scope-home .tech-modal.is-open .tech-modal__item{animation:none}}@keyframes enter-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes enter-visual{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.scope-home .hero__col>*{animation:enter-up .6s var(--ease-out) both}.scope-home .hero__col--visual{animation:enter-visual .76s var(--ease-out) .18s both}.scope-home .badge{animation-delay:40ms}.scope-home .hero__title{animation-delay:.12s}.scope-home .hero__desc{animation-delay:.2s}.scope-home .hero__actions{animation-delay:.28s}.scope-home .hero__stats{animation-delay:.36s}.scope-home .tech-hero__col>*{animation:enter-up .6s var(--ease-out) both}.scope-home .tech-hero__visual{animation:enter-visual .76s var(--ease-out) .16s both}.scope-home .tech-hero__col>.badge{animation-delay:40ms}.scope-home .tech-hero__col>.tech-hero__title{animation-delay:.12s}.scope-home .tech-hero__col>.tech-hero__desc{animation-delay:.2s}.scope-home .tech-hero__col>.btn{animation-delay:.28s}@media (prefers-reduced-motion: no-preference){.scope-home .reveal{opacity:0;transform:translateY(22px);transition:opacity .62s var(--ease-out),transform .62s var(--ease-out);transition-delay:calc(var(--reveal-i, 0) * 65ms)}.scope-home .reveal--scale{transform:translateY(22px) scale(.985)}.scope-home [data-revealed] .reveal{opacity:1;transform:none}}@media (prefers-reduced-motion: reduce){.scope-home .hero__col>*,.scope-home .hero__col--visual,.scope-home .tech-hero__col>*,.scope-home .tech-hero__visual,.scope-home .hv__window,.scope-home .hv__review,.scope-home .accent{animation:none}.scope-home .hv__caret{display:none}.scope-home .btn:active,.scope-home .btn--primary:hover,.scope-home .course-row:hover,.scope-home .course-row:hover .course-row__icon,.scope-home .tech__tag:hover,.scope-home .ct__more:hover .ct__more-icon,.scope-home .footer__social:hover{transform:none}}@media (max-width: 980px){.scope-home .hero{grid-template-columns:1fr;gap:44px}.scope-home .hero__col--visual{order:-1}.scope-home .value__inner,.scope-home .ct__inner,.scope-home .community__inner{grid-template-columns:1fr}.scope-home .formats__grid{grid-template-columns:1fr;gap:56px}.scope-home .community__visual{max-width:460px;width:100%;margin-inline:auto}.scope-home .footer__inner{grid-template-columns:1fr 1fr;gap:32px}.scope-home .cta{flex-direction:column;text-align:center}}@media (max-width: 620px){.scope-home .header__inner,.scope-home .hero,.scope-home .section{padding-inline:18px}.scope-home .value__grid{grid-template-columns:1fr}.scope-home .hv__review{position:static;width:100%;margin-top:16px}.scope-home .course-row{grid-template-columns:auto 1fr;grid-template-areas:"icon body" "rating price";row-gap:10px}.scope-home .course-row__icon{grid-area:icon}.scope-home .course-row__body{grid-area:body}.scope-home .course-row__rating{grid-area:rating}.scope-home .course-row__price{grid-area:price;text-align:right}.scope-home .footer__inner{grid-template-columns:1fr}}.scope-home .btn--danger{color:#fff;background:linear-gradient(90deg,#f5455c,#e23a6e);box-shadow:0 12px 26px #e53a5c57}@media (hover: hover) and (pointer: fine){.scope-home .btn--danger:hover{transform:translateY(-1px);box-shadow:0 16px 36px #e53a5c80}}.scope-home .user-chip{display:inline-flex;align-items:center;gap:9px;padding:8px 16px 8px 13px;border-radius:12px;background:var(--field-bg);border:1px solid var(--field-border);color:var(--text);font-size:14px;font-weight:600;transition:border-color .18s var(--ease-out),background .18s var(--ease-out)}.scope-home .user-chip__icon{font-size:15px;color:#b99bff}@media (hover: hover) and (pointer: fine){.scope-home .user-chip:hover{border-color:#8b5cff80;background:#1e1e38d9}}.scope-home .field{display:flex;flex-direction:column;gap:9px}.scope-home .field__label{font-size:13.5px;font-weight:600;color:#d6d7e6}.scope-home .field__control{position:relative;display:flex;align-items:center;background:var(--field-bg);border:1px solid var(--field-border);border-radius:12px;transition:border-color .18s var(--ease-out),box-shadow .18s var(--ease-out)}.scope-home .field__control:focus-within{border-color:#8b5cffa6;box-shadow:0 0 0 3px #7b2ff52e}.scope-home .field__icon{font-size:18px;line-height:1;margin:0 12px;color:var(--muted-2);flex-shrink:0}.scope-home .field__control input,.scope-home .field__control textarea{flex:1;width:100%;background:transparent;border:none;outline:none;color:var(--text);font-size:15px;padding:13px 14px 13px 0;resize:vertical}.scope-home .field__control>input:first-child,.scope-home .field__control>textarea:first-child{padding-left:14px}.scope-home .field__control--area{align-items:stretch}.scope-home .field__control--area textarea{padding:13px 14px;min-height:96px;font-family:inherit;line-height:1.5}.scope-home .field__control input::placeholder,.scope-home .field__control textarea::placeholder{color:#5e6080}.scope-home .field__hint{align-self:flex-end;font-size:12px;color:var(--muted-2)}.scope-home .form__error{margin:2px 0 0;padding:10px 14px;border-radius:10px;background:#e53a5c1f;border:1px solid rgba(229,58,92,.32);color:#ff97a8;font-size:13.5px}.scope-home .profile{padding-top:clamp(28px,5vh,52px);padding-bottom:clamp(44px,7vh,88px);position:relative;z-index:1}.scope-home .profile__title{font-size:clamp(30px,4vw,48px);font-weight:800;letter-spacing:-1px;margin-bottom:28px}.scope-home .profile__loading{color:var(--muted);font-size:16px}.scope-home .profile__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.scope-home .profile-security__settings{width:100%}.scope-home .profile-aside{display:flex;flex-direction:column;gap:24px;min-width:0}.scope-home .profile-aside>*{margin:0}.scope-home .profile-aside>.profile-courses{flex:0 0 auto}.scope-home .profile-aside>.profile-tasks-wrap{flex:1 1 auto;display:flex}.scope-home .profile-aside>.profile-tasks-wrap>.tasks{flex:1;display:flex;flex-direction:column}.scope-home .profile-aside .tasks__list{flex:1;align-content:space-between}.scope-home .profile-stack{display:flex;flex-direction:column;gap:24px}.scope-home .profile-banner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px;padding:24px;border-radius:20px;background:var(--card);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.scope-home .profile-banner__stats{display:flex;align-items:stretch;gap:14px;flex-wrap:wrap}.scope-home .profile-banner__stats>*{flex:1 1 210px;min-width:210px}.scope-home .profile-banner__stats .cores{width:auto}.scope-home .profile-courses--wide .profile-courses__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px}@media (max-width: 720px){.scope-home .profile-banner{flex-direction:column;align-items:stretch}.scope-home .profile-banner__stats>*{min-width:0}}@keyframes profile-card-in{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.scope-home .profile__title{animation:profile-card-in .52s var(--ease-out) both}.scope-home .profile__grid>.profile-card{animation:profile-card-in .56s var(--ease-out) both;animation-delay:80ms}.scope-home .profile-courses{animation:profile-card-in .56s var(--ease-out) both;animation-delay:.15s}.scope-home .profile-security{animation:profile-card-in .56s var(--ease-out) both;animation-delay:.22s}@media (prefers-reduced-motion: reduce){.scope-home .profile__title,.scope-home .profile__grid>.profile-card,.scope-home .profile-courses,.scope-home .profile-security{animation:none}}.scope-home .profile-card{display:flex;flex-direction:column;gap:16px;padding:24px;border-radius:20px;background:var(--card);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.scope-home .profile-card__head{display:flex;align-items:center;gap:18px}.scope-home .avatar{position:relative;flex-shrink:0;width:84px;height:84px;border-radius:50%;border:2px solid rgba(139,92,255,.5);background:var(--grad-soft);display:grid;place-items:center;overflow:hidden;padding:0}.scope-home .avatar__img{width:100%;height:100%;object-fit:cover}.scope-home .avatar__initials{font-size:28px;font-weight:800;color:#fff}.scope-home .avatar__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:22px;color:#fff;background:#0808128c;opacity:0;transition:opacity .18s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-home .avatar:hover .avatar__overlay{opacity:1}}.scope-home .avatar:active{transform:scale(.96)}.scope-home .avatar.is-busy{opacity:.6;pointer-events:none}.scope-home .profile-card__avatar{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:8px}.scope-home .avatar__remove{background:none;border:none;padding:2px 4px;font-size:12px;font-weight:600;color:var(--muted-2);cursor:pointer;white-space:nowrap;transition:color .15s var(--ease-out)}.scope-home .avatar__remove:hover{color:#ff6b85}.scope-home .avatar__remove:disabled{opacity:.5;cursor:not-allowed}.scope-home .profile-card__id{min-width:0;display:flex;flex-direction:column;gap:6px}.scope-home .profile-card__name{font-size:21px;font-weight:800;letter-spacing:-.3px;word-break:break-word}.scope-home .profile-card__login{display:inline-flex;align-items:center;gap:7px;font-size:13.5px;color:var(--muted)}.scope-home .profile-card__login-icon{font-size:13px;color:var(--muted-2)}.scope-home .profile-courses{display:flex;flex-direction:column;gap:16px;padding:24px;border-radius:20px;background:var(--card);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.scope-home .profile-courses__head{display:flex;align-items:center;justify-content:space-between;gap:14px}.scope-home .profile-courses__title{font-size:20px;font-weight:800}.scope-home .profile-courses__head-right{display:flex;align-items:center;gap:16px}.scope-home .profile-courses__pager{display:flex;align-items:center;gap:8px}.scope-home .profile-courses__arrow{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:var(--field-bg);border:1px solid var(--field-border);color:var(--text);font-size:13px;transition:transform .15s var(--ease-out),border-color .15s var(--ease-out),background .15s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-home .profile-courses__arrow:hover{border-color:#8b5cff80;background:#1e1e38d9}}.scope-home .profile-courses__arrow:active{transform:scale(.9)}.scope-home .profile-courses__page{font-size:13px;font-weight:600;color:var(--muted);min-width:28px;text-align:center}.scope-home .profile-courses__more{display:inline-flex;align-items:center;gap:7px;font-size:14px;color:#b99bff;transition:gap .16s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-home .profile-courses__more:hover{gap:11px}}.scope-home .profile-courses__more-icon{font-size:13px}.scope-home .profile-courses__empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px;padding:30px 10px;color:var(--muted)}.scope-home .profile-courses__empty-icon{width:64px;height:64px;border-radius:16px;display:grid;place-items:center;font-size:26px;color:#b99bff;background:#7b2ff51f;border:1px solid rgba(123,47,245,.26)}.scope-home .profile-courses__list{list-style:none;display:flex;flex-direction:column;gap:12px}.scope-home .profile-course{display:flex;align-items:center;gap:14px;padding:14px;border-radius:14px;background:var(--field-bg);border:1px solid var(--field-border)}.scope-home .profile-course__icon{flex-shrink:0;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;font-size:19px;color:#fff;background:#7b2ff533;border:1px solid rgba(123,47,245,.3)}.scope-home .profile-course__icon.is-active{background:#3ad68c2e;border-color:#3ad68c59;color:#3ad68c}.scope-home .profile-course__icon.is-expired{background:#e53a5c29;border-color:#e53a5c52;color:#ff6b85}.scope-home .profile-course__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.scope-home .profile-course__name{font-size:15px;font-weight:700;line-height:1.25}.scope-home .profile-course__meta{display:inline-flex;align-items:center;gap:7px;font-size:13px;color:var(--muted)}.scope-home .profile-course__meta-icon{font-size:12px;color:var(--muted-2)}.scope-home .profile__col{display:flex;flex-direction:column;gap:24px;min-width:0}.scope-home .profile-security__head{display:flex;align-items:center;gap:14px}.scope-home .profile-security__icon{flex-shrink:0;width:46px;height:46px;border-radius:12px;display:grid;place-items:center;font-size:20px;color:#b99bff;background:#7b2ff524;border:1px solid rgba(123,47,245,.3)}.scope-home .profile-security__title{font-size:20px;font-weight:800}.scope-home .profile-security__hint{margin-top:3px;font-size:13.5px;color:var(--muted)}.scope-home .profile-security__fields{display:flex;flex-direction:column;gap:14px}.scope-home .profile-security__submit{width:100%;margin-top:auto}.scope-home .field__toggle{background:none;border:none;color:var(--muted-2);display:grid;place-items:center;padding:0 14px;font-size:17px;transition:color .18s var(--ease-out),transform .14s var(--ease-out)}.scope-home .field__toggle:active{transform:scale(.9)}@media (hover: hover) and (pointer: fine){.scope-home .field__toggle:hover{color:#b99bff}}.scope-home .form__success{display:inline-flex;align-items:center;gap:8px;margin:2px 0 0;padding:10px 14px;border-radius:10px;background:#10b9811f;border:1px solid rgba(16,185,129,.32);color:#34d399;font-size:13.5px}.scope-home .form__success-icon{font-size:13px}.modal-card--settings{width:min(560px,100%)}.settings-modal{display:flex;flex-direction:column;gap:18px}.settings-modal__body{display:flex;flex-direction:column;gap:16px}.scope-home .setting-block{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:16px;background:var(--field-bg);border:1px solid var(--field-border)}.scope-home .setting-block__head{display:flex;align-items:center;gap:12px}.scope-home .setting-block__icon{flex-shrink:0;display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#7b2ff529;color:#c4b3ff;font-size:17px}.scope-home .setting-block__title{font-size:16px;font-weight:700}.scope-home .setting-block__hint{margin-top:3px;color:var(--muted);font-size:12.5px;line-height:1.4}.scope-home .setting-tiles{display:flex;flex-direction:column;gap:16px}.scope-home .setting-tile{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:16px;background:var(--field-bg);border:1px solid var(--field-border)}.scope-home .setting-tile__icon{flex-shrink:0;display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:#7b2ff529;color:#c4b3ff;font-size:17px}.scope-home .setting-tile__body{flex:1;min-width:0}.scope-home .setting-tile__title{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:700}.scope-home .setting-tile__hint{margin-top:3px;color:var(--muted);font-size:12.5px;line-height:1.4;word-break:break-word}.scope-home .setting-tile__control{flex-shrink:0}.scope-home .setting-soon{font-size:10.5px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;padding:3px 8px;border-radius:999px;background:#f5b83c29;color:#f5b83c}.scope-home .setting-switch{position:relative;display:inline-block;width:42px;height:24px;border-radius:999px;background:var(--card-border);opacity:.6}.scope-home .setting-switch__knob{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:var(--muted);transition:transform .18s var(--ease-out)}.scope-home .setting-switch.is-off .setting-switch__knob{transform:translate(0)}@media (max-width: 900px){.scope-home .profile__grid{grid-template-columns:1fr}}.app-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none;background:radial-gradient(1100px 600px at 8% -5%,rgba(80,40,180,.28),transparent 55%),radial-gradient(900px 600px at 100% 12%,rgba(40,70,200,.2),transparent 55%),radial-gradient(900px 700px at 50% 120%,rgba(123,47,245,.16),transparent 55%),linear-gradient(160deg,#07060f,#0a0918 60%,#060510)}.app-backdrop:before{content:"";position:absolute;top:-25%;right:-25%;bottom:-25%;left:-25%;pointer-events:none;background:radial-gradient(36% 36% at 22% 28%,rgba(123,47,245,.34),transparent 60%),radial-gradient(32% 32% at 78% 22%,rgba(59,107,245,.3),transparent 60%),radial-gradient(40% 40% at 68% 78%,rgba(226,90,168,.22),transparent 62%),radial-gradient(30% 30% at 30% 80%,rgba(40,200,220,.16),transparent 62%);filter:blur(46px) saturate(120%);animation:aurora-drift 24s var(--ease-in-out) infinite alternate;will-change:transform;backface-visibility:hidden}.scope-home .page:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:140px 140px}@media (prefers-reduced-motion: reduce){.app-backdrop:before{animation:none}}.scope-home .spotlight{position:relative}.scope-home .spotlight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .24s var(--ease-out);background:radial-gradient(240px circle at var(--spot-x, 50%) var(--spot-y, 50%),rgba(167,107,255,.18),transparent 62%)}@media (hover: hover) and (pointer: fine){.scope-home .spotlight:hover:after{opacity:1}}@media (prefers-reduced-motion: reduce){.scope-home .spotlight:after{display:none}}.scope-home .marquee{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.scope-home .marquee__track{display:flex;width:max-content;animation-name:marquee-scroll;animation-timing-function:linear;animation-iteration-count:infinite}.scope-home .marquee__track--reverse{animation-direction:reverse}.scope-home .marquee__group{display:flex;gap:9px;padding-right:9px;flex-shrink:0}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (hover: hover) and (pointer: fine){.scope-home .marquee:hover .marquee__track{animation-play-state:paused}}@media (prefers-reduced-motion: reduce){.scope-home .marquee__track{animation:none}}.scope-home .tech__marquees{flex:1;display:flex;flex-direction:column;justify-content:center;gap:16px;margin-bottom:18px;min-width:0}.scope-home .marquee{min-width:0;max-width:100%}.scope-home .marquee .tech__tag{white-space:nowrap;flex-shrink:0}.scope-home .btn--primary{position:relative;overflow:hidden}.scope-home .btn--primary:after{content:"";position:absolute;top:0;bottom:0;left:0;width:45%;pointer-events:none;transform:translate(-144%) skew(-18deg);background:linear-gradient(100deg,transparent,rgba(255,255,255,.38),transparent)}@media (hover: hover) and (pointer: fine){.scope-home .btn--primary:hover:after{animation:btn-shine .76s var(--ease-out)}}@media (prefers-reduced-motion: reduce){.scope-home .btn--primary:hover:after{animation:none}}.cores{display:inline-flex;align-items:center;gap:10px;font-weight:600;color:var(--text)}.cores__badge{display:grid;place-items:center;flex-shrink:0;background:var(--grad);border-radius:10px;box-shadow:0 6px 16px -6px #7b2ff5b3,inset 0 1px #ffffff40}.cores__gem{width:60%;height:60%;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.cores__text{display:inline-flex;align-items:baseline}.cores__value{font-variant-numeric:tabular-nums;letter-spacing:-.2px}.cores__unit{margin-left:6px;color:var(--muted);font-weight:500}.cores--chip{padding:7px 15px 7px 8px;border-radius:13px;background:linear-gradient(135deg,#7b2ff524,#3b6bf524);border:1px solid rgba(123,47,245,.32);font-size:14px;box-shadow:0 8px 24px -14px #7b2ff5cc}.cores--chip .cores__badge{width:28px;height:28px}.cores--chip .cores__value{font-weight:700}.cores--card{width:100%;gap:14px;padding:16px 18px;border-radius:16px;background:linear-gradient(135deg,#7b2ff51f,#3b6bf51a);border:1px solid rgba(123,47,245,.26)}.cores--card .cores__badge{width:48px;height:48px}.cores--card .cores__text{flex-direction:column;align-items:flex-start}.cores--card .cores__value{font-size:26px;font-weight:800;line-height:1.1}.cores--card .cores__unit{margin-left:0;font-size:12.5px;font-weight:600;letter-spacing:.4px;text-transform:uppercase}.progress{display:flex;flex-direction:column;gap:7px;width:100%}.progress__top{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.progress__label{color:var(--muted);font-weight:500}.progress__percent{font-weight:700;color:#c4b3ff;font-variant-numeric:tabular-nums}.progress__percent.is-done{color:#3ad68c}.progress__track{position:relative;width:100%;height:8px;border-radius:999px;background:#7b2ff51f;border:1px solid rgba(123,47,245,.18);overflow:hidden}.progress__fill{height:100%;border-radius:inherit;background:var(--grad);box-shadow:0 0 12px -2px #7b2ff5b3;transition:width .6s var(--ease-out);min-width:0}.progress__fill.is-done{background:linear-gradient(90deg,#2fbf74,#3ad68c);box-shadow:0 0 12px -2px #3ad68cb3}.progress.is-loading .progress__track{animation:progress-pulse 1.3s ease-in-out infinite}@keyframes progress-pulse{0%,to{opacity:.55}50%{opacity:.85}}.progress--bar{font-size:13px}.progress--mini{gap:5px;margin-top:3px;font-size:11.5px}.progress--mini .progress__track{height:6px}@media (prefers-reduced-motion: reduce){.progress__fill{transition:none}.progress.is-loading .progress__track{animation:none}}.scope-home .page--home{padding-top:0}.scope-home .home{--side-w: 280px;width:min(1620px,calc(100% - 36px));margin:0 auto;display:flex;align-items:flex-start;gap:22px;padding:clamp(40px,5vh,64px) 0 clamp(48px,7vh,80px)}.home-content{flex:1;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) var(--side-w);grid-template-areas:"hero rail" "catalog rail";align-items:start;gap:22px}.scope-home .home-hero{grid-area:hero}.scope-home .catalog{grid-area:catalog;margin-top:0}.home-rail{grid-area:rail;position:sticky;top:18px;align-self:start;display:flex;flex-direction:column;gap:18px}.home-aside{width:var(--side-w);flex-shrink:0;display:flex;flex-direction:column;gap:18px;position:sticky;top:18px;align-self:flex-start;max-height:calc(100vh - 36px);overflow-y:auto;padding-right:4px}.home-brand{display:inline-flex;align-items:center;margin-bottom:2px}.home-brand img{height:36px;width:auto}.home-user{display:flex;flex-direction:column;gap:10px;padding:14px;border-radius:18px;border:1px solid var(--card-border);background:var(--card)}.home-user__top{display:flex;align-items:stretch;gap:8px}.home-user__chip{flex:1;min-width:0;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:var(--field-bg);border:1px solid var(--field-border);font-weight:600;font-size:14px;color:var(--text)}.home-user__chip i{color:#b388ff;flex-shrink:0}.home-user__chip span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-user__top .theme-toggle{flex-shrink:0;width:42px;height:auto}.home-user__row{display:flex;gap:8px}.home-user__row .btn{flex:1;min-width:0;padding-left:10px;padding-right:10px}.home-user .btn,.home-user .btn:hover{box-shadow:none}.home-nav{display:flex;flex-direction:column;gap:4px}.home-nav__item{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:12px;color:var(--muted);font-size:14px;font-weight:500;transition:background .16s var(--ease-out),color .16s var(--ease-out)}.home-nav__item i{font-size:17px;width:18px;flex-shrink:0}@media (hover: hover) and (pointer: fine){.home-nav__item:hover{background:var(--card);color:var(--text)}}.home-nav__item.is-active{background:var(--grad);color:#fff;box-shadow:0 10px 24px -12px #7b2ff5e6}.home-nav__badge{margin-left:auto;font-size:11px;font-weight:700;padding:1px 8px;border-radius:999px;background:#e25aa833;color:#f3a8d2}.home-courses{border-radius:18px;padding:12px;border:1px solid var(--card-border);background:var(--card)}.home-courses__title{padding:4px 8px 8px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--muted-2)}.home-courses__item{display:flex;align-items:center;gap:11px;padding:9px 8px;border-radius:10px;color:var(--muted);font-size:13.5px;font-weight:500;transition:background .15s var(--ease-out),color .15s var(--ease-out)}.home-courses__item i{font-size:17px;color:#b388ff;width:18px;flex-shrink:0}.home-courses__item span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (hover: hover) and (pointer: fine){.home-courses__item:hover{background:var(--field-bg);color:var(--text)}}.home-courses__badge{flex-shrink:0;font-size:9.5px;font-weight:800;letter-spacing:.5px;padding:2px 6px;border-radius:6px;background:#e23b5c;color:#fff}.home-promo{position:relative;overflow:hidden;border-radius:18px;padding:18px;border:1px solid rgba(123,47,245,.3);background:linear-gradient(160deg,rgba(123,47,245,.22),var(--card) 70%)}.home-promo:before{content:"";position:absolute;right:-24px;top:-24px;width:96px;height:96px;border-radius:50%;background:#7b2ff559;filter:blur(28px);pointer-events:none}.home-promo__head{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.home-promo__title{font-size:14.5px;font-weight:700}.home-promo__crown{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#f5b83c2e;color:#f5b83c}.home-promo__text{position:relative;color:var(--muted);font-size:12.5px;line-height:1.5;margin-bottom:14px}.home-continue{display:block;width:100%;text-align:left;font:inherit;color:inherit;cursor:pointer;border-radius:18px;padding:16px;border:1px solid var(--card-border);background:var(--card);transition:border-color .16s var(--ease-out)}@media (hover: hover) and (pointer: fine){.home-continue:hover{border-color:#7b2ff566}}.home-continue__label{color:var(--muted-2);font-size:12px;margin-bottom:8px}.home-continue__row{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;margin-bottom:10px}.home-continue__row span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-continue__row i{color:var(--muted-2)}.home-main{flex:1;min-width:0}.home-hero{position:relative;overflow:hidden;border-radius:24px;border:1px solid var(--card-border);background:linear-gradient(150deg,#141232,#0f0d22 55%,#0b0a1c);padding:clamp(16px,2.4vw,26px) clamp(24px,4vw,40px)}.home-hero:before,.home-hero:after{content:"";position:absolute;border-radius:50%;pointer-events:none;filter:blur(90px)}.home-hero:before{right:-40px;top:-20px;width:280px;height:280px;background:#7b2ff547}.home-hero:after{left:33%;bottom:-60px;width:220px;height:220px;background:#3b6bf52e}.home-hero__inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:32px}.home-hero__col{min-width:0;max-width:620px}.home-hero__title{font-size:clamp(28px,4vw,42px);font-weight:800;letter-spacing:-1px;line-height:1.1}.home-hero__lead{margin-top:12px;max-width:460px;color:var(--muted);font-size:15px;line-height:1.55}.home-hero__features{margin-top:24px;display:flex;flex-wrap:wrap;gap:12px}.home-feature{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;border:1px solid var(--card-border);background:#12122699;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home-feature__icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#7b2ff52e;color:#c4b3ff;font-size:17px}.home-feature__title{display:block;font-size:13px;font-weight:600}.home-feature__sub{display:block;font-size:11px;color:var(--muted-2)}.home-hero__cta{margin-top:26px;display:flex;flex-wrap:wrap;gap:12px}.home-hero__visual{flex-shrink:0;position:relative;display:grid;place-items:center;width:200px;height:200px}.home-hero__orb{position:relative;display:grid;place-items:center;width:156px;height:156px;border-radius:36px;background:var(--grad);box-shadow:0 30px 60px -20px #7b2ff599;color:#fff;font-size:64px;animation:home-float 6s var(--ease-in-out) infinite}.home-hero__chip{position:absolute;padding:6px 10px;border-radius:12px;border:1px solid var(--card-border);background:var(--card);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;box-shadow:0 10px 24px -12px #000000b3;animation:home-float 6s var(--ease-in-out) infinite}.home-hero__chip--a{left:-8px;top:22px;color:#6fd3ff;animation-delay:1.5s}.home-hero__chip--b{right:-6px;bottom:30px;color:#c4b3ff;animation-delay:3s}@keyframes home-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(2deg)}}.catalog{margin-top:28px}.catalog__head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.catalog__title{display:flex;align-items:center;gap:9px;font-size:22px;font-weight:800}.catalog__title i{color:#b388ff;font-size:18px}.catalog__toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:18px}.catalog__tabs{display:flex;flex-wrap:wrap;gap:8px}.catalog__all{margin-left:4px}.catalog__tab{padding:8px 14px;border-radius:11px;border:1px solid var(--card-border);background:var(--card);color:var(--muted);font-size:13.5px;font-weight:500;transition:color .15s var(--ease-out),border-color .15s var(--ease-out)}@media (hover: hover) and (pointer: fine){.catalog__tab:hover{color:var(--text)}}.catalog__tab.is-active{border-color:#7b2ff580;background:#7b2ff524;color:var(--text)}.catalog__search{margin-left:auto;position:relative;display:flex;align-items:center;min-width:220px;background:var(--field-bg);border:1px solid var(--field-border);border-radius:11px}.catalog__search i{margin:0 12px;color:var(--muted-2)}.catalog__search input{flex:1;background:transparent;border:none;outline:none;color:var(--text);padding:9px 12px 9px 0;font:inherit}.catalog__count{display:flex;align-items:center;gap:7px;color:var(--muted-2);font-size:12.5px;margin-bottom:16px}.catalog__count i{color:#3ad68c;font-size:13px}.catalog__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.catalog__empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:64px 16px;border:1px dashed var(--card-border);border-radius:18px;color:var(--muted)}.catalog__empty i{font-size:30px;color:var(--muted-2);margin-bottom:10px}.hcard{position:relative;display:flex;flex-direction:column;text-align:left;text-decoration:none;color:inherit;padding:12px;border-radius:18px;border:1px solid var(--card-border);background:var(--card);cursor:pointer;transition:transform .2s var(--ease-out),border-color .2s var(--ease-out),box-shadow .2s var(--ease-out)}.hcard:focus-visible{outline:none;border-color:#8b5cff99;box-shadow:0 0 0 3px #8b5cff33}@media (hover: hover) and (pointer: fine){.hcard:hover{transform:translateY(-4px);border-color:#7b2ff573;box-shadow:0 18px 50px -20px #7b2ff580}}.hcard__logo{position:relative;display:grid;place-items:center;height:132px;border-radius:14px;margin-bottom:14px;overflow:hidden;background:radial-gradient(60% 60% at 50% 30%,rgba(123,47,245,.18),transparent 70%),var(--field-bg);border:1px solid var(--field-border)}.hcard__logo i{font-size:48px;color:#c4b3ff;transition:transform .3s var(--ease-out)}.hcard:hover .hcard__logo i{transform:scale(1.1)}.hcard__badge{position:absolute;left:12px;top:12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;padding:4px 9px;border-radius:8px}.hcard__badge--dev{background:#f5b83c29;color:#f5b83c}.hcard__badge--sub{background:#3ad68c29;color:#3ad68c}.hcard__title{padding:0 4px;font-size:18px;font-weight:800;letter-spacing:-.2px;line-height:1.3}.hcard__desc{padding:0 4px;margin-top:6px;color:#a2a4c0;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hcard__foot{margin-top:auto;padding-top:12px}.hcard__meta{display:flex;align-items:center;gap:12px;padding:0 4px;color:var(--muted);font-size:13px}.hcard__meta i{color:var(--muted-2);margin-right:4px}.hcard__price{display:flex;align-items:baseline;gap:5px;padding:0 4px;margin-top:14px}.hcard__price b{font-size:20px;font-weight:800}.hcard__price span{font-size:13px;color:var(--muted-2)}.hcard__cta{margin-top:14px;width:100%;padding:10px;border-radius:12px;font-size:14px;font-weight:600;text-align:center}@media (max-width: 1240px){.home-content{grid-template-columns:1fr;grid-template-areas:"hero" "rail" "catalog"}}@media (max-width: 1024px){.scope-home .home{flex-direction:column;gap:16px}.home-aside{width:100%;position:static;max-height:none;overflow:visible}.home-nav{flex-direction:row;flex-wrap:wrap}.home-nav__item{flex:1 1 130px;justify-content:center}.home-courses,.home-continue,.home-promo{display:none}}@media (max-width: 720px){.home-hero__visual{display:none}.home-hero__features{flex-direction:column;align-items:stretch}.home-feature{width:100%}}@media (max-width: 560px){.catalog__grid{grid-template-columns:1fr}.home-user__row{flex-direction:column;align-items:stretch}}.activity{display:flex;align-items:center;gap:14px;border-radius:18px;padding:16px 18px;border:1px solid var(--card-border);background:var(--card)}.activity__flame{display:grid;place-items:center;flex-shrink:0;width:46px;height:46px;border-radius:14px;font-size:22px;color:#ff8a3c;background:#ff8a3c24;border:1px solid rgba(255,138,60,.28)}.activity__body{display:flex;flex-direction:column;min-width:0}.activity__num{font-size:26px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.activity__cap{margin-top:4px;font-size:12.5px;color:var(--muted)}.tasks{border-radius:18px;padding:16px;border:1px solid var(--card-border);background:var(--card)}.tasks__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.tasks__title{display:inline-flex;align-items:center;gap:8px;font-size:14.5px;font-weight:700}.tasks__title i{color:#b388ff}.tasks__more{font-size:12.5px;font-weight:600;color:#c4b3ff}.tasks__more:hover{text-decoration:underline}.tasks__list{list-style:none;display:flex;flex-direction:column;gap:14px}.quest__top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:7px}.quest__title{font-size:13.5px;font-weight:500;color:var(--text)}.quest__reward{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;font-size:12px;font-weight:700;color:#f5b83c}.quest__reward-icon{display:block}.quest__bar{height:7px;border-radius:999px;background:#7b2ff51f;overflow:hidden}.quest__fill{height:100%;border-radius:inherit;background:var(--grad);transition:width .6s var(--ease-out)}.quest__count{display:block;margin-top:5px;font-size:11.5px;color:var(--muted-2);font-variant-numeric:tabular-nums}.quest.is-done .quest__fill{background:linear-gradient(90deg,#2fbf74,#3ad68c)}.quest.is-done .quest__count{color:#3ad68c}.quest.is-done .quest__title{color:var(--muted)}.tasks--wide .tasks__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px 22px}.scope-home .profile-activity{display:flex;flex-direction:column;gap:18px;margin-top:24px}@keyframes home-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes home-slide-left{0%{opacity:0;transform:translate(-14px)}to{opacity:1;transform:none}}@keyframes home-slide-right{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: no-preference){.home-aside{animation:home-slide-left .5s var(--ease-out) both}.home-rail{animation:home-slide-right .5s var(--ease-out) both;animation-delay:.08s}.home-hero{animation:home-rise .5s var(--ease-out) both}.catalog__head{animation:home-rise .5s var(--ease-out) both;animation-delay:.06s}.catalog__toolbar{animation:home-rise .5s var(--ease-out) both;animation-delay:.1s}.catalog__count{animation:home-rise .5s var(--ease-out) both;animation-delay:.14s}.hcard{animation:home-rise .5s var(--ease-out) both;animation-delay:calc(.16s + var(--card-i, 0) * .06s)}}@media (prefers-reduced-motion: reduce){.home-hero__orb,.home-hero__chip{animation:none}}.scope-home .course{padding-top:clamp(20px,3vh,32px);padding-bottom:clamp(48px,7vh,88px)}.scope-home .course__back{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:14px;font-weight:500;margin-bottom:22px;transition:color .15s var(--ease-out)}.scope-home .course__back:hover{color:var(--text)}.scope-home .course-hero{position:relative;display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden;border-radius:24px;border:1px solid var(--card-border);background:linear-gradient(150deg,#141232,#0f0d22 55%,#0b0a1c);padding:clamp(26px,4vw,44px)}.scope-home .course-hero:before{content:"";position:absolute;right:-40px;top:-30px;width:300px;height:300px;border-radius:50%;background:#7b2ff540;filter:blur(90px);pointer-events:none}.scope-home .course-hero__col{position:relative;max-width:620px}.scope-home .course-hero__status{display:inline-flex;align-items:center;padding:6px 12px;border-radius:999px;font-size:12.5px;font-weight:600;margin-bottom:16px}.scope-home .course-hero__status.is-active{background:#3ad68c29;color:#3ad68c}.scope-home .course-hero__status.is-dev{background:#f5b83c29;color:#f5b83c}.scope-home .course-hero__title{font-size:clamp(30px,4.4vw,48px);font-weight:800;letter-spacing:-1px;line-height:1.08}.scope-home .course-hero__desc{margin-top:14px;color:var(--muted);font-size:16px;line-height:1.6}.scope-home .course-hero__meta{margin-top:20px;display:flex;flex-wrap:wrap;gap:10px}.scope-home .course-hero__meta span{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:11px;background:#12122699;border:1px solid var(--card-border);font-size:14px;color:var(--text)}.scope-home .course-hero__meta i{color:#b388ff}.scope-home .course-hero__progress{margin-top:20px;max-width:420px}.scope-home .course-hero__cta{margin-top:26px;display:flex;flex-wrap:wrap;gap:12px}.scope-home .course-hero__visual{position:relative;flex-shrink:0;display:grid;place-items:center;width:200px;height:200px}.scope-home .course-hero__orb{display:grid;place-items:center;width:160px;height:160px;border-radius:38px;background:var(--grad);box-shadow:0 30px 60px -20px #7b2ff599;color:#fff;font-size:70px}.scope-home .course-features{margin-top:26px;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.scope-home .course-feature{display:flex;gap:14px;padding:20px;border-radius:16px;background:var(--card);border:1px solid var(--card-border)}.scope-home .course-feature__icon{flex-shrink:0;display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#7b2ff529;color:#c4b3ff;font-size:19px}.scope-home .course-feature__title{font-size:15.5px;font-weight:700;line-height:1.3}.scope-home .course-feature__sub{margin-top:5px;color:var(--muted);font-size:13px;line-height:1.5}.scope-home .course-program{margin-top:40px}.scope-home .course-program__title{font-size:24px;font-weight:800;letter-spacing:-.5px;margin-bottom:18px}.scope-home .course-program__empty{color:var(--muted);font-style:italic}.scope-home .course-program__list{list-style:none;display:flex;flex-direction:column;gap:12px}.scope-home .course-module{display:flex;align-items:center;gap:16px;padding:18px 20px;border-radius:16px;background:var(--card);border:1px solid var(--card-border);transition:border-color .18s var(--ease-out),transform .18s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-home .course-module:hover{border-color:#7b2ff566;transform:translate(4px)}}.scope-home .course-module__num{flex-shrink:0;display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:var(--grad);color:#fff;font-weight:800;font-size:15px}.scope-home .course-module__body{flex:1;min-width:0}.scope-home .course-module__title{font-size:16px;font-weight:700;line-height:1.3}.scope-home .course-module__desc{margin-top:4px;color:var(--muted);font-size:13.5px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.scope-home .course-module__meta{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:var(--muted-2);font-size:12.5px}.scope-home .course-module__check{color:var(--muted-2);font-size:16px}@media (max-width: 860px){.scope-home .course-hero{flex-direction:column-reverse;align-items:flex-start;gap:24px}.scope-home .course-hero__visual{width:140px;height:140px}.scope-home .course-hero__orb{width:120px;height:120px;font-size:54px}}@keyframes course-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion: no-preference){.scope-home .course__back{animation:course-rise .45s var(--ease-out) both}.scope-home .course-hero{animation:course-rise .5s var(--ease-out) both;animation-delay:.05s}.scope-home .course-feature{animation:course-rise .5s var(--ease-out) both;animation-delay:calc(.12s + var(--mod-i, 0) * .07s)}.scope-home .course-program__title{animation:course-rise .5s var(--ease-out) both}.scope-home .course-module{animation:course-rise .5s var(--ease-out) both;animation-delay:calc(var(--mod-i, 0) * .05s)}}.checkout-screen{min-height:100vh;width:100%;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);color:var(--text);background:var(--bg)}.checkout-screen--center{display:grid;place-items:center;padding:24px}.checkout-screen__product{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:clamp(28px,5vw,72px);background:radial-gradient(900px 600px at 0% 0%,rgba(139,63,245,.35),transparent 60%),radial-gradient(700px 500px at 100% 100%,rgba(59,107,245,.28),transparent 60%),linear-gradient(160deg,#1a1140,#120c2c 55%,#0b0a1c)}.checkout-screen__product:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.05),transparent 40%);pointer-events:none}.checkout__back{position:relative;z-index:1;display:inline-flex;align-items:center;gap:8px;color:#ffffffa6;font-size:14px;font-weight:500;margin-bottom:clamp(24px,5vh,48px);transition:color .15s var(--ease-out)}.checkout__back:hover{color:#fff}.checkout-product{position:relative;z-index:1;flex:1}.checkout-product__head{display:flex;align-items:center;gap:18px;margin-bottom:24px}.checkout-product__icon{display:grid;place-items:center;width:68px;height:68px;flex-shrink:0;border-radius:18px;font-size:30px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-2));box-shadow:0 12px 40px #8b3ff573}.checkout-product__tag{display:inline-block;font-size:12px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:#ffffff8c;margin-bottom:6px}.checkout-product__title{font-size:clamp(26px,3.4vw,40px);font-weight:800;line-height:1.12;letter-spacing:-.5px}.checkout-product__desc{color:#ffffffb8;font-size:clamp(15px,1.4vw,17px);line-height:1.65;max-width:560px;margin-bottom:32px}.checkout-product__benefits-title{font-size:15px;font-weight:700;margin-bottom:16px}.checkout-product__benefits ul{display:flex;flex-direction:column;gap:13px}.checkout-product__benefits li{display:flex;align-items:flex-start;gap:12px;font-size:15px;line-height:1.45;color:#ffffffe6}.checkout-product__benefits li i{display:grid;place-items:center;margin-top:1px;width:20px;height:20px;flex-shrink:0;font-size:10px;border-radius:50%;color:#fff;background:#3ad68cd9}.checkout-product__price{position:relative;z-index:1;display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-top:clamp(28px,5vh,48px);padding-top:24px;border-top:1px solid rgba(255,255,255,.14)}.checkout-product__price-label{font-size:15px;font-weight:500;color:#fff9}.checkout-product__price-value{font-size:clamp(34px,4vw,48px);font-weight:800;letter-spacing:-1px;line-height:1}.checkout-product__period{font-size:16px;font-weight:600;color:#ffffff8c;margin-left:4px}.checkout-screen__pay{display:flex;flex-direction:column;min-height:100vh;background:var(--bg)}.checkout-pay__scroll{flex:1;overflow-y:auto;padding:clamp(28px,5vw,56px)}.checkout-pay__heading{font-size:clamp(22px,2.4vw,28px);font-weight:800;letter-spacing:-.5px;margin-bottom:22px}.checkout__notice{display:flex;align-items:center;gap:8px;margin-bottom:20px;padding:10px 14px;border-radius:12px;font-size:14px;font-weight:500;color:#3ad68c;background:#3ad68c1f;border:1px solid rgba(58,214,140,.24)}.promo{padding:18px;border-radius:16px;border:1px solid var(--card-border);background:var(--card)}.promo__label{display:block;font-size:13px;font-weight:600;color:var(--muted);margin-bottom:8px}.promo__row{display:flex;gap:10px}.promo__input{flex:1;min-width:0;padding:12px 14px;border-radius:12px;border:1px solid var(--card-border);background:#08081480;color:var(--text);font-size:15px;transition:border-color .16s var(--ease-out)}.promo__input::placeholder{color:var(--muted-2)}.promo__input:focus{outline:none;border-color:var(--accent)}.promo__row .btn{flex-shrink:0}.promo__error{display:flex;align-items:center;gap:6px;margin-top:10px;font-size:13.5px;color:#f4607a}.checkout__subtitle{font-size:17px;font-weight:700;margin:26px 0 14px}.checkout__subtitle--first{margin-top:4px}.pay-methods{display:flex;flex-direction:column;gap:10px}.pay-method{position:relative;display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:14px;border:1px solid var(--card-border);background:var(--card);cursor:pointer;transition:border-color .16s var(--ease-out),background .16s var(--ease-out),transform .16s var(--ease-out)}.pay-method:hover{transform:translateY(-1px)}.pay-method.is-active{border-color:var(--accent);background:linear-gradient(180deg,#8b3ff524,#8b3ff50d)}.pay-method input{position:absolute;opacity:0;pointer-events:none}.pay-method__icon{display:grid;place-items:center;width:42px;height:42px;flex-shrink:0;border-radius:11px;font-size:18px;color:var(--text);background:#786edc24}.pay-method.is-active .pay-method__icon{color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-2))}.pay-method__text{display:flex;flex-direction:column;gap:2px}.pay-method__title{font-size:15px;font-weight:600;color:var(--text)}.pay-method__sub{font-size:13px;color:var(--muted)}.pay-method__check{margin-left:auto;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;font-size:11px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-2));opacity:0;transform:scale(.6);transition:opacity .16s var(--ease-out),transform .16s var(--ease-out)}.pay-method.is-active .pay-method__check{opacity:1;transform:scale(1)}.yoo-widget{margin-top:18px;min-height:360px;border-radius:16px;overflow:hidden}.yoo-widget--loading,.yoo-widget--error{display:grid;place-items:center;gap:14px;text-align:center;padding:32px;border:1px dashed var(--card-border);background:var(--card)}.yoo-widget--error p{color:var(--muted);font-size:14px}.checkout-pay__footer{padding:clamp(20px,3vw,32px) clamp(28px,5vw,56px);border-top:1px solid var(--card-border);background:linear-gradient(180deg,transparent,rgba(139,63,245,.05))}.checkout-pay__footer .promo{margin-bottom:18px}.checkout-pay__sum{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px}.checkout-pay__sum span{font-size:15px;color:var(--muted)}.checkout-pay__sum strong{font-size:22px;font-weight:800;letter-spacing:-.5px}.checkout-pay__btn{width:100%;justify-content:center}.checkout__legal{margin-top:12px;font-size:12.5px;line-height:1.5;color:var(--muted-2);text-align:center}@media (max-width: 880px){.checkout-screen{grid-template-columns:1fr}.checkout-screen__pay{min-height:0}.checkout-pay__scroll{overflow:visible}}.scope-login .page{position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(1200px 700px at 12% 0%,rgba(60,40,140,.35),transparent 55%),radial-gradient(900px 600px at 95% 100%,rgba(40,60,160,.28),transparent 55%),linear-gradient(160deg,#07060f,#0a0918 60%,#060510)}.scope-login .page__glow{position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0;transform:translateZ(0);will-change:transform}.scope-login .page__glow--purple{width:520px;height:520px;top:-180px;left:-120px;background:#7b2ff538}.scope-login .page__glow--blue{width:560px;height:560px;bottom:-220px;right:-140px;background:#3b6bf52e}.scope-login .layout{position:relative;z-index:1;max-width:1280px;min-height:100vh;margin:0 auto;padding:0 48px;display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.scope-login .hero{display:flex;flex-direction:column;padding:clamp(20px,4vh,38px) 0}.scope-login .hero__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:clamp(20px,5vh,56px)}.scope-login .brand{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.scope-login .brand__logo{position:relative;display:inline-block}.scope-login .brand__img{height:40px;width:auto;display:block}.scope-login .brand__logo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(115deg,transparent 38%,rgba(255,255,255,.65) 50%,transparent 62%);background-size:220% 100%;background-repeat:no-repeat;-webkit-mask:url(/assets/logo-D7vKbAuu.png) left center / contain no-repeat;mask:url(/assets/logo-D7vKbAuu.png) left center / contain no-repeat;animation:logo-shine_login 5s ease-in-out infinite}@keyframes logo-shine_login{0%{background-position:220% 0}35%,to{background-position:-120% 0}}@media (prefers-reduced-motion: reduce){.scope-login .brand__logo:after{animation:none;opacity:0}}.scope-login .brand__tagline{font-size:12px;color:var(--muted)}.scope-login .page__back{position:absolute;top:clamp(20px,4vh,38px);right:calc(max(0px,(100vw - 1280px) / 2) + 48px);z-index:5;display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--muted);transition:color .18s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-login .page__back:hover{color:var(--text)}}.scope-login .page__back-icon{font-size:18px;line-height:1;color:var(--pink)}.scope-login .hero__title{font-size:clamp(32px,3.25vw,42px);line-height:1.12;font-weight:800;letter-spacing:-.5px;margin-bottom:clamp(12px,2vh,22px)}.scope-login .hero__title-accent{background:var(--grad-soft);-webkit-background-clip:text;background-clip:text;color:transparent}.scope-login .hero__desc{max-width:460px;font-size:clamp(14px,1.1vw,16px);line-height:1.6;color:var(--muted);margin-bottom:clamp(18px,3vh,34px)}.scope-login .features{list-style:none;display:flex;gap:clamp(16px,2vw,30px);flex-wrap:nowrap;margin-bottom:0}.scope-login .feature{display:flex;gap:12px;flex:1 1 0;min-width:0}.scope-login .feature__icon{flex-shrink:0;width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:#7b2ff51f;border:1px solid rgba(123,47,245,.3);color:#b99bff}.scope-login .feature__icon i{font-size:20px}.scope-login .fi{display:inline-flex;align-items:center;justify-content:center;line-height:1}.scope-login .fi:before{display:block;line-height:1}.scope-login .feature__body{display:flex;flex-direction:column;gap:3px}.scope-login .feature__title{font-size:14px;font-weight:600}.scope-login .feature__text{font-size:12.5px;line-height:1.4;color:var(--muted-2)}.scope-login .illustration{margin-top:clamp(-40px,-3vh,-16px);min-height:0}.scope-login .illustration svg{width:auto;height:clamp(160px,34vh,360px);max-width:100%;display:block}.scope-login .card{position:relative;align-self:center;background:var(--card);border:1px solid var(--card-border);border-radius:22px;padding:clamp(26px,3.4vh,40px) 40px clamp(24px,3vh,34px);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 30px 80px #00000073,inset 0 1px #ffffff0a}.scope-login .card__title{font-size:30px;font-weight:800;text-align:center;margin-bottom:10px}.scope-login .card__subtitle{text-align:center;font-size:14px;line-height:1.5;color:var(--muted);max-width:320px;margin:0 auto 30px}.scope-login .form{display:flex;flex-direction:column;gap:18px}.scope-login .field{display:flex;flex-direction:column;gap:9px}.scope-login .field__label{font-size:13.5px;font-weight:600;color:#d6d7e6}.scope-login .field__control{position:relative;display:flex;align-items:center;background:var(--field-bg);border:1px solid var(--field-border);border-radius:12px;transition:border-color .18s var(--ease-out),box-shadow .18s var(--ease-out)}.scope-login .field__control:focus-within{border-color:#8b5cffa6;box-shadow:0 0 0 3px #7b2ff52e}.scope-login .field__icon{font-size:19px;line-height:1;margin:0 12px;color:var(--muted-2);flex-shrink:0;transition:color .18s var(--ease-out),transform .18s var(--ease-out)}.scope-login .field__control:focus-within .field__icon{color:#b99bff;transform:scale(1.08)}.scope-login .field__control input{flex:1;background:transparent;border:none;outline:none;color:var(--text);font-size:15px;padding:14px 14px 14px 0}.scope-login .field__control input::placeholder{color:#5e6080}.scope-login .field__toggle{background:none;border:none;color:var(--muted-2);display:grid;place-items:center;padding:0 14px;height:100%;transition:color .18s var(--ease-out),transform .14s var(--ease-out)}.scope-login .field__toggle:active{transform:scale(.9)}@media (hover: hover) and (pointer: fine){.scope-login .field__toggle:hover{color:var(--text)}}.scope-login .field__toggle i{font-size:19px;line-height:1}.scope-login .form__row{display:flex;align-items:center;justify-content:space-between;margin-top:-2px}.scope-login .checkbox{display:inline-flex;align-items:center;gap:10px;font-size:13.5px;color:#d6d7e6;-webkit-user-select:none;user-select:none;cursor:pointer}.scope-login .checkbox input{position:absolute;opacity:0;width:0;height:0}.scope-login .checkbox__box{width:19px;height:19px;border-radius:6px;border:1px solid var(--field-border);background:var(--field-bg);display:grid;place-items:center;transition:background .18s var(--ease-out),border-color .18s var(--ease-out)}.scope-login .checkbox input:checked+.checkbox__box{background:var(--grad);border-color:transparent}.scope-login .checkbox__box:after{content:"";width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translate(-.5px,-1px) scale(.5);opacity:0;transition:transform .18s var(--ease-out),opacity .14s var(--ease-out)}.scope-login .checkbox input:checked+.checkbox__box:after{transform:rotate(45deg) translate(-.5px,-1px) scale(1);opacity:1}.scope-login .checkbox input:focus-visible+.checkbox__box{box-shadow:0 0 0 3px #7b2ff540}.scope-login .link{font-size:13.5px;color:var(--pink);transition:opacity .18s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-login .link:hover{opacity:.8}}.scope-login .link--accent{background:var(--grad-soft);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:600}.scope-login .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:none;border-radius:12px;font-size:15px;font-weight:600;transition:transform .14s var(--ease-out),box-shadow .18s var(--ease-out),background .18s var(--ease-out),border-color .18s var(--ease-out)}.scope-login .btn:active{transform:scale(.97)}.scope-login .btn:disabled{opacity:.6;cursor:not-allowed}.scope-login .btn:disabled:active{transform:none}.scope-login .form__error{margin-top:-4px;padding:10px 12px;border-radius:10px;font-size:13px;line-height:1.4;color:#ff9db5;background:#e25a6c1a;border:1px solid rgba(226,90,108,.28);animation:enter-up_login .24s var(--ease-out) both}.scope-login .btn--primary{width:100%;padding:15px;margin-top:6px;color:#fff;background:var(--grad);box-shadow:0 12px 30px #633cf566}@media (hover: hover) and (pointer: fine){.scope-login .btn--primary:hover{box-shadow:0 14px 38px #633cf58c}}.scope-login .btn__icon{font-size:18px;line-height:1}.scope-login .divider{display:flex;align-items:center;gap:14px;margin:26px 0 22px;color:var(--muted-2);font-size:13px}.scope-login .divider:before,.scope-login .divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(120,120,170,.25),transparent)}.scope-login .socials{display:grid;grid-template-columns:1fr 1fr;gap:14px}.scope-login .btn--social{padding:13px;color:#e7e8f2;background:var(--field-bg);border:1px solid var(--field-border);font-size:14px}@media (hover: hover) and (pointer: fine){.scope-login .btn--social:hover{background:#1e1e38cc;border-color:#8b5cff66}}.scope-login .btn__brand{font-size:19px;line-height:1}.scope-login .card__footer{text-align:center;font-size:14px;color:var(--muted);margin-top:26px}@keyframes enter-up_login{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes enter-card_login{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.scope-login .card{animation:enter-card_login .52s var(--ease-out) both}.scope-login .hero>*{animation:enter-up_login .46s var(--ease-out) both}.scope-login .hero__top{animation-delay:40ms}.scope-login .hero__title{animation-delay:.1s}.scope-login .hero__desc{animation-delay:.16s}.scope-login .features{animation-delay:.22s}.scope-login .illustration{animation-delay:.28s}@media (prefers-reduced-motion: reduce){.scope-login .card,.scope-login .hero>*{animation:none}.scope-login .field__control:focus-within .field__icon,.scope-login .field__toggle:active,.scope-login .btn:active{transform:none}.scope-login .checkbox__box:after{transition:opacity .14s ease}}@media (max-width: 980px){.scope-login .page{height:auto;overflow:visible}.scope-login .layout{grid-template-columns:1fr;height:auto;gap:40px;padding:28px 24px}.scope-login .hero{height:auto;padding:0}.scope-login .page__back{right:24px}.scope-login .hero__title{font-size:40px}.scope-login .illustration{max-width:480px;margin-inline:auto}.scope-login .card{max-width:460px;margin:0 auto;width:100%}}@media (max-width: 520px){.scope-login .hero__top{margin-bottom:36px}.scope-login .hero__title{font-size:32px}.scope-login .card{padding:28px 22px}.scope-login .socials{grid-template-columns:1fr}}.scope-login .footer{position:relative;z-index:1;margin-top:clamp(48px,8vh,90px);border-top:1px solid rgba(120,110,220,.14);background:#06050c99}.scope-login .footer__inner{width:100%;max-width:1280px;margin-inline:auto;padding:56px 28px 40px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px}.scope-login .footer__tagline{max-width:280px;margin:16px 0 20px;font-size:14px;line-height:1.6;color:var(--muted)}.scope-login .footer__socials{display:flex;gap:10px}.scope-login .footer__social{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;font-size:16px;color:var(--muted);background:var(--field-bg);border:1px solid var(--field-border);transition:color .18s var(--ease-out),border-color .18s var(--ease-out),transform .18s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-login .footer__social:hover{color:#fff;border-color:#8b5cff80;transform:translateY(-2px)}}.scope-login .footer__col{display:flex;flex-direction:column;gap:12px}.scope-login .footer__col-title{font-size:14px;font-weight:700;margin-bottom:4px}.scope-login .footer__col-title--sm{margin-top:18px}.scope-login .footer__link{font-size:14px;color:var(--muted);transition:color .16s var(--ease-out)}.scope-login .footer__link--static{cursor:default}@media (hover: hover) and (pointer: fine){.scope-login .footer__link:not(.footer__link--static):hover{color:var(--text)}}.scope-login .footer__bottom{border-top:1px solid rgba(120,120,170,.1);padding:22px 28px 30px;text-align:center;font-size:13px;color:var(--muted-2)}@media (max-width: 980px){.scope-login .footer__inner{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 620px){.scope-login .footer__inner{grid-template-columns:1fr}}.scope-login .page{isolation:isolate}.scope-login .page:before{content:"";position:fixed;top:-25%;right:-25%;bottom:-25%;left:-25%;z-index:-1;pointer-events:none;background:radial-gradient(36% 36% at 22% 28%,rgba(123,47,245,.3),transparent 60%),radial-gradient(32% 32% at 78% 22%,rgba(59,107,245,.26),transparent 60%),radial-gradient(40% 40% at 68% 78%,rgba(226,90,168,.2),transparent 62%),radial-gradient(30% 30% at 30% 80%,rgba(40,200,220,.14),transparent 62%);filter:blur(46px) saturate(120%);animation:aurora-drift 24s var(--ease-in-out) infinite alternate;will-change:transform;backface-visibility:hidden}.scope-login .page:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:140px 140px}@media (prefers-reduced-motion: reduce){.scope-login .page:before{animation:none}}.scope-login .spotlight{position:relative}.scope-login .spotlight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .24s var(--ease-out);background:radial-gradient(260px circle at var(--spot-x, 50%) var(--spot-y, 50%),rgba(167,107,255,.16),transparent 62%)}@media (hover: hover) and (pointer: fine){.scope-login .spotlight:hover:after{opacity:1}}@media (prefers-reduced-motion: reduce){.scope-login .spotlight:after{display:none}}.scope-login .btn--primary{position:relative;overflow:hidden}.scope-login .btn--primary:after{content:"";position:absolute;top:0;bottom:0;left:0;width:45%;pointer-events:none;transform:translate(-144%) skew(-18deg);background:linear-gradient(100deg,transparent,rgba(255,255,255,.38),transparent)}@media (hover: hover) and (pointer: fine){.scope-login .btn--primary:hover:after{animation:btn-shine .76s var(--ease-out)}}@media (prefers-reduced-motion: reduce){.scope-login .btn--primary:hover:after{animation:none}}.scope-register .page{position:relative;min-height:100vh;overflow-x:hidden;background:radial-gradient(1200px 700px at 12% 0%,rgba(60,40,140,.35),transparent 55%),radial-gradient(900px 600px at 95% 100%,rgba(40,60,160,.28),transparent 55%),linear-gradient(160deg,#07060f,#0a0918 60%,#060510)}.scope-register .page__bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none;z-index:0}.scope-register .page__glow{position:absolute;border-radius:50%;filter:blur(120px);pointer-events:none;z-index:0;transform:translateZ(0);will-change:transform}.scope-register .page__glow--purple{width:520px;height:520px;top:-180px;left:-120px;background:#7b2ff538}.scope-register .page__glow--blue{width:560px;height:560px;bottom:-220px;right:-140px;background:#3b6bf52e}.scope-register .layout{position:relative;z-index:1;max-width:1280px;min-height:100vh;margin:0 auto;padding:clamp(72px,10vh,96px) 48px 48px;display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.scope-register .hero{display:flex;flex-direction:column;padding:clamp(20px,4vh,38px) 0}.scope-register .hero__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:clamp(20px,5vh,56px)}.scope-register .brand{display:flex;flex-direction:column;align-items:flex-start;gap:6px;line-height:1.2}.scope-register .brand__logo{position:relative;display:inline-flex}.scope-register .brand__img{height:40px;width:auto;display:block}.scope-register .brand__logo:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(115deg,transparent 38%,rgba(255,255,255,.65) 50%,transparent 62%);background-size:220% 100%;background-repeat:no-repeat;-webkit-mask:url(/assets/logo-D7vKbAuu.png) left center / contain no-repeat;mask:url(/assets/logo-D7vKbAuu.png) left center / contain no-repeat;animation:logo-shine_register 5s ease-in-out infinite}@keyframes logo-shine_register{0%{background-position:220% 0}35%,to{background-position:-120% 0}}@media (prefers-reduced-motion: reduce){.scope-register .brand__logo:after{animation:none;opacity:0}}.scope-register .brand__tagline{font-size:12px;color:var(--muted)}.scope-register .page__back{position:absolute;top:clamp(20px,4vh,38px);right:calc(max(0px,(100vw - 1280px) / 2) + 48px);z-index:5;display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--muted);transition:color .18s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-register .page__back:hover{color:var(--text)}}.scope-register .page__back-icon{font-size:18px;line-height:1;color:var(--pink)}.scope-register .hero__title{font-size:clamp(32px,3.25vw,42px);line-height:1.12;font-weight:800;letter-spacing:-.5px;margin-bottom:clamp(12px,2vh,22px)}.scope-register .hero__title-accent{background:var(--grad-soft);-webkit-background-clip:text;background-clip:text;color:transparent}.scope-register .hero__desc{max-width:460px;font-size:clamp(14px,1.1vw,16px);line-height:1.6;color:var(--muted);margin-bottom:clamp(18px,3vh,34px)}.scope-register .features{list-style:none;display:flex;gap:clamp(16px,2vw,30px);flex-wrap:nowrap;margin-bottom:0}.scope-register .feature{display:flex;gap:12px;flex:1 1 0;min-width:0}.scope-register .feature__icon{flex-shrink:0;width:40px;height:40px;border-radius:11px;display:grid;place-items:center;background:#7b2ff51f;border:1px solid rgba(123,47,245,.3);color:#b99bff}.scope-register .feature__icon i{font-size:20px}.scope-register .fi{display:inline-flex;align-items:center;justify-content:center;line-height:1}.scope-register .fi:before{display:block;line-height:1}.scope-register .feature__body{display:flex;flex-direction:column;gap:3px}.scope-register .feature__title{font-size:14px;font-weight:600;line-height:1.25}.scope-register .feature__text{font-size:12.5px;line-height:1.4;color:var(--muted-2)}.scope-register .illustration{margin-top:clamp(-40px,-3vh,-16px);min-height:0}.scope-register .illustration svg{width:auto;height:clamp(160px,34vh,360px);max-width:100%;display:block}.scope-register .card{position:relative;align-self:center;background:var(--card);border:1px solid var(--card-border);border-radius:22px;padding:clamp(26px,3.4vh,40px) 40px clamp(24px,3vh,34px);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 30px 80px #00000073,inset 0 1px #ffffff0a}.scope-register .card__title{font-size:30px;font-weight:800;text-align:center;margin-bottom:10px}.scope-register .card__subtitle{text-align:center;font-size:14px;line-height:1.5;color:var(--muted);max-width:320px;margin:0 auto 30px}.scope-register .form{display:flex;flex-direction:column;gap:18px}.scope-register .field{display:flex;flex-direction:column;gap:9px}.scope-register .field__label{font-size:13.5px;font-weight:600;color:#d6d7e6}.scope-register .field__control{position:relative;display:flex;align-items:center;background:var(--field-bg);border:1px solid var(--field-border);border-radius:12px;transition:border-color .18s var(--ease-out),box-shadow .18s var(--ease-out)}.scope-register .field__control:focus-within{border-color:#8b5cffa6;box-shadow:0 0 0 3px #7b2ff52e}.scope-register .field__icon{font-size:19px;line-height:1;margin:0 12px;color:var(--muted-2);flex-shrink:0;transition:color .18s var(--ease-out),transform .18s var(--ease-out)}.scope-register .field__control:focus-within .field__icon{color:#b99bff;transform:scale(1.08)}.scope-register .field__control input{flex:1;background:transparent;border:none;outline:none;color:var(--text);font-size:15px;padding:14px 14px 14px 0}.scope-register .field__control input::placeholder{color:#5e6080}.scope-register .field__toggle{background:none;border:none;color:var(--muted-2);display:grid;place-items:center;padding:0 14px;height:100%;transition:color .18s var(--ease-out),transform .14s var(--ease-out)}.scope-register .field__toggle:active{transform:scale(.9)}@media (hover: hover) and (pointer: fine){.scope-register .field__toggle:hover{color:var(--text)}}.scope-register .field__toggle i{font-size:19px;line-height:1}.scope-register .form__row{display:flex;align-items:center;justify-content:space-between;margin-top:-2px}.scope-register .checkbox{display:inline-flex;align-items:center;gap:10px;font-size:13.5px;color:#d6d7e6;-webkit-user-select:none;user-select:none;cursor:pointer}.scope-register .checkbox input{position:absolute;opacity:0;width:0;height:0}.scope-register .checkbox__box{width:19px;height:19px;border-radius:6px;border:1px solid var(--field-border);background:var(--field-bg);display:grid;place-items:center;transition:background .18s var(--ease-out),border-color .18s var(--ease-out)}.scope-register .checkbox input:checked+.checkbox__box{background:var(--grad);border-color:transparent}.scope-register .checkbox__box:after{content:"";width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) translate(-.5px,-1px) scale(.5);opacity:0;transition:transform .18s var(--ease-out),opacity .14s var(--ease-out)}.scope-register .checkbox input:checked+.checkbox__box:after{transform:rotate(45deg) translate(-.5px,-1px) scale(1);opacity:1}.scope-register .checkbox input:focus-visible+.checkbox__box{box-shadow:0 0 0 3px #7b2ff540}.scope-register .link{font-size:13.5px;color:var(--pink);transition:opacity .18s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-register .link:hover{opacity:.8}}.scope-register .link--accent{background:var(--grad-soft);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:600}.scope-register .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:none;border-radius:12px;font-size:15px;font-weight:600;transition:transform .14s var(--ease-out),box-shadow .18s var(--ease-out),background .18s var(--ease-out),border-color .18s var(--ease-out)}.scope-register .btn:active{transform:scale(.97)}.scope-register .btn:disabled{opacity:.6;cursor:not-allowed}.scope-register .btn:disabled:active{transform:none}.scope-register .form__error{margin-top:-4px;padding:10px 12px;border-radius:10px;font-size:13px;line-height:1.4;color:#ff9db5;background:#e25a6c1a;border:1px solid rgba(226,90,108,.28);animation:enter-up_register .24s var(--ease-out) both}.scope-register .btn--primary{width:100%;padding:15px;margin-top:6px;color:#fff;background:var(--grad);box-shadow:0 12px 30px #633cf566}@media (hover: hover) and (pointer: fine){.scope-register .btn--primary:hover{box-shadow:0 14px 38px #633cf58c}}.scope-register .btn__icon{font-size:18px;line-height:1}.scope-register .divider{display:flex;align-items:center;gap:14px;margin:26px 0 22px;color:var(--muted-2);font-size:13px}.scope-register .divider:before,.scope-register .divider:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(120,120,170,.25),transparent)}.scope-register .socials{display:grid;grid-template-columns:1fr 1fr;gap:14px}.scope-register .btn--social{padding:13px;color:#e7e8f2;background:var(--field-bg);border:1px solid var(--field-border);font-size:14px}@media (hover: hover) and (pointer: fine){.scope-register .btn--social:hover{background:#1e1e38cc;border-color:#8b5cff66}}.scope-register .btn__brand{font-size:19px;line-height:1}.scope-register .card__footer{text-align:center;font-size:14px;color:var(--muted);margin-top:26px}@keyframes enter-up_register{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes enter-card_register{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fade-in_register{0%{opacity:0}to{opacity:1}}.scope-register .card{animation:enter-card_register .48s var(--ease-out) both}.scope-register .hero>*{animation:enter-up_register .46s var(--ease-out) both}.scope-register .hero__top{animation-delay:40ms}.scope-register .hero__title{animation-delay:.14s}.scope-register .hero__desc{animation-delay:.19s}.scope-register .illustration{animation-delay:.24s}.scope-register .features{animation-delay:.3s}@media (prefers-reduced-motion: reduce){.scope-register .card,.scope-register .hero>*{animation:none}.scope-register .field__control:focus-within .field__icon,.scope-register .field__toggle:active,.scope-register .btn:active{transform:none}.scope-register .checkbox__box:after{transition:opacity .14s ease}.scope-register .form__error{animation:fade-in_register .2s ease both}}@media (max-width: 980px){.scope-register .page{height:auto;overflow:visible}.scope-register .layout{grid-template-columns:1fr;height:auto;gap:40px;padding:28px 24px}.scope-register .hero{min-height:0;height:auto;padding:0}.scope-register .page__back{right:24px}.scope-register .hero__title{font-size:40px}.scope-register .illustration{max-width:480px;margin-inline:auto}.scope-register .card{max-width:460px;margin:0 auto;width:100%}}@media (max-width: 520px){.scope-register .hero__top{margin-bottom:36px}.scope-register .hero__title{font-size:32px}.scope-register .card{padding:28px 22px}.scope-register .socials{grid-template-columns:1fr}}.scope-register .card .form{gap:16px}.scope-register .illustration{margin-top:clamp(-84px,calc(-6vh - 12px),-44px);margin-bottom:0}.scope-register .illustration svg{height:clamp(160px,34vh,360px)}.scope-register .features{margin-top:clamp(26px,4vh,48px);gap:clamp(14px,1.6vw,24px);padding:clamp(16px,2.2vh,22px);background:#12122666;border:1px solid rgba(120,110,220,.14);border-radius:18px}.scope-register .feature__icon--blue{background:#3b6bf524;border-color:#3b6bf552;color:#7aa2ff}.scope-register .feature__icon--pink{background:#e25aa824;border-color:#e25aa857;color:#ef8fc8}.scope-register .card--register .card__title{text-align:left;font-size:32px;margin-bottom:8px}.scope-register .card--register .card__subtitle{text-align:left;max-width:none;margin:0 0 26px}.scope-register .card--register .btn--social{width:100%}.scope-register .checkbox--terms{align-items:flex-start;gap:11px;font-size:13px;line-height:1.5;margin-top:2px}.scope-register .checkbox--terms .checkbox__box{flex-shrink:0;margin-top:1px}.scope-register .checkbox--terms .link{font-size:13px;color:#a78bff}.scope-register .footer{position:relative;z-index:1;margin-top:clamp(48px,8vh,90px);border-top:1px solid rgba(120,110,220,.14);background:#06050c99}.scope-register .footer__inner{width:100%;max-width:1280px;margin-inline:auto;padding:56px 28px 40px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:40px}.scope-register .footer__tagline{max-width:280px;margin:16px 0 20px;font-size:14px;line-height:1.6;color:var(--muted)}.scope-register .footer__socials{display:flex;gap:10px}.scope-register .footer__social{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;font-size:16px;color:var(--muted);background:var(--field-bg);border:1px solid var(--field-border);transition:color .18s var(--ease-out),border-color .18s var(--ease-out),transform .18s var(--ease-out)}@media (hover: hover) and (pointer: fine){.scope-register .footer__social:hover{color:#fff;border-color:#8b5cff80;transform:translateY(-2px)}}.scope-register .footer__col{display:flex;flex-direction:column;gap:12px}.scope-register .footer__col-title{font-size:14px;font-weight:700;margin-bottom:4px}.scope-register .footer__col-title--sm{margin-top:18px}.scope-register .footer__link{font-size:14px;color:var(--muted);transition:color .16s var(--ease-out)}.scope-register .footer__link--static{cursor:default}@media (hover: hover) and (pointer: fine){.scope-register .footer__link:not(.footer__link--static):hover{color:var(--text)}}.scope-register .footer__bottom{border-top:1px solid rgba(120,120,170,.1);padding:22px 28px 30px;text-align:center;font-size:13px;color:var(--muted-2)}@media (max-width: 980px){.scope-register .footer__inner{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 620px){.scope-register .footer__inner{grid-template-columns:1fr}}.scope-register .page{isolation:isolate}.scope-register .page:before{content:"";position:fixed;top:-25%;right:-25%;bottom:-25%;left:-25%;z-index:-1;pointer-events:none;background:radial-gradient(36% 36% at 22% 28%,rgba(123,47,245,.3),transparent 60%),radial-gradient(32% 32% at 78% 22%,rgba(59,107,245,.26),transparent 60%),radial-gradient(40% 40% at 68% 78%,rgba(226,90,168,.2),transparent 62%),radial-gradient(30% 30% at 30% 80%,rgba(40,200,220,.14),transparent 62%);filter:blur(46px) saturate(120%);animation:aurora-drift 24s var(--ease-in-out) infinite alternate;will-change:transform;backface-visibility:hidden}.scope-register .page:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:140px 140px}@keyframes aurora-drift{0%{transform:translate3d(-3%,-2%,0) scale(1) rotate(0)}50%{transform:translate3d(3%,2%,0) scale(1.08) rotate(2deg)}to{transform:translate3d(-2%,3%,0) scale(1.05) rotate(-2deg)}}@media (prefers-reduced-motion: reduce){.scope-register .page:before{animation:none}}.scope-register .spotlight{position:relative}.scope-register .spotlight:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .24s var(--ease-out);background:radial-gradient(260px circle at var(--spot-x, 50%) var(--spot-y, 50%),rgba(167,107,255,.16),transparent 62%)}@media (hover: hover) and (pointer: fine){.scope-register .spotlight:hover:after{opacity:1}}@media (prefers-reduced-motion: reduce){.scope-register .spotlight:after{display:none}}.scope-register .btn--primary{position:relative;overflow:hidden}.scope-register .btn--primary:after{content:"";position:absolute;top:0;bottom:0;left:0;width:45%;pointer-events:none;transform:translate(-144%) skew(-18deg);background:linear-gradient(100deg,transparent,rgba(255,255,255,.38),transparent)}@media (hover: hover) and (pointer: fine){.scope-register .btn--primary:hover:after{animation:btn-shine .76s var(--ease-out)}}@keyframes btn-shine{to{transform:translate(278%) skew(-18deg)}}@media (prefers-reduced-motion: reduce){.scope-register .btn--primary:hover:after{animation:none}}.forum{position:relative;z-index:1;padding:clamp(28px,4vh,52px) 0 clamp(56px,8vh,96px)}.forum__inner{width:min(var(--container),calc(100% - 40px));margin:0 auto}.forum__inner--narrow{width:min(880px,calc(100% - 40px))}.forum__top{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:26px}.forum__top-id{display:flex;align-items:center;gap:16px}.forum__title{font-size:clamp(28px,4vw,44px);font-weight:800;letter-spacing:-1px}.forum__lead{margin-top:6px;color:var(--muted);font-size:15.5px}.forum-cats{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px;margin-bottom:40px}.forum-cat{position:relative;display:flex;align-items:center;gap:16px;padding:20px;border-radius:18px;background:linear-gradient(168deg,rgba(139,92,255,.06),transparent 55%),var(--card);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .18s var(--ease-out),border-color .18s var(--ease-out),box-shadow .18s var(--ease-out)}.forum-cat:hover{transform:translateY(-3px);border-color:#8b5cff73;box-shadow:0 18px 42px -24px #8b5cff80}.forum-cat__icon{flex-shrink:0;display:grid;place-items:center;width:52px;height:52px;border-radius:14px;font-size:23px;color:#fff;background:linear-gradient(135deg,var(--cat, var(--accent)),rgba(0,0,0,.35));box-shadow:0 12px 26px -12px var(--cat, rgba(123, 47, 245, .55))}.forum-cat__body{flex:1;min-width:0}.forum-cat__title{font-size:18px;font-weight:700}.forum-cat__desc{color:var(--muted);font-size:13.5px;margin:3px 0 10px}.forum-cat__meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--muted-2);font-size:12.5px}.forum-cat__meta i{margin-right:5px}.forum-cat__chev{color:var(--muted-2);font-size:14px}.forum-recent__title{font-size:20px;font-weight:700;margin-bottom:16px}.forum-recent__list{display:flex;flex-direction:column;gap:10px}.forum-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px;border-radius:14px;background:var(--card);border:1px solid var(--card-border);transition:border-color .16s var(--ease-out),background .16s var(--ease-out)}.forum-row:hover{border-color:#8b5cff66;background:#8b5cff0d}.forum-row__main{min-width:0}.forum-row__title{display:flex;align-items:center;gap:8px;font-weight:600;font-size:15px}.forum-row__sub{display:flex;align-items:center;gap:10px;margin-top:5px;color:var(--muted-2);font-size:12.5px}.forum-row__cat{color:var(--cat, var(--accent));font-weight:600}.forum-row__pin{color:var(--accent);font-size:13px}.forum-row__stats{display:flex;align-items:center;gap:14px;flex-shrink:0;color:var(--muted-2);font-size:13px}.forum-row__time{color:var(--muted-2)}.forum-crumbs{display:flex;align-items:center;gap:9px;margin-bottom:18px;color:var(--muted-2);font-size:13.5px}.forum-crumbs a{color:var(--muted)}.forum-crumbs a:hover{color:var(--text)}.forum-crumbs i{font-size:11px}.forum-crumbs__cur{color:var(--text);max-width:50ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forum-threads{display:flex;flex-direction:column;gap:10px}.forum-thread{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-radius:14px;background:var(--card);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .16s var(--ease-out),border-color .16s var(--ease-out)}.forum-thread:hover{transform:translateY(-2px);border-color:#8b5cff73}.forum-thread__main{min-width:0}.forum-thread__title{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600}.forum-thread__sub{display:flex;align-items:center;gap:8px;margin-top:6px;color:var(--muted-2);font-size:12.5px}.forum-thread__dot{opacity:.6}.forum-thread__stats{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.forum-thread__count{display:inline-flex;align-items:center;gap:6px;font-weight:600;color:var(--accent);font-size:14px}.forum-thread__last{color:var(--muted-2);font-size:12px}.forum-empty{text-align:center;padding:56px 16px;color:var(--muted)}.forum-empty i{font-size:42px;color:var(--muted-2)}.forum-empty h3{font-size:20px;color:var(--text);margin:12px 0 6px}.forum-empty .btn{margin-top:16px}.forum-new{display:flex;flex-direction:column;gap:14px}.forum-new__title{font-size:20px;font-weight:700}.forum-new .btn{margin-top:4px}.forum-thread-head{margin-bottom:20px}.forum-thread-head__title{display:flex;align-items:center;gap:10px;font-size:clamp(22px,3vw,30px);font-weight:800;letter-spacing:-.4px}.forum-thread-head__meta{display:flex;align-items:center;gap:12px;margin-top:10px;color:var(--muted-2);font-size:13px}.forum-thread__cat-chip,.forum-thread-head__meta .forum-thread__cat-chip{padding:4px 11px;border-radius:999px;font-size:12px;font-weight:600;color:var(--cat, var(--accent));background:color-mix(in srgb,var(--cat, #8b5cff) 16%,transparent);border:1px solid color-mix(in srgb,var(--cat, #8b5cff) 35%,transparent)}.forum-posts{display:flex;flex-direction:column;gap:14px;margin-bottom:24px}.forum-post{display:grid;grid-template-columns:140px 1fr;border-radius:16px;background:var(--card);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden}.forum-post__aside{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 14px;background:#0000002e;border-right:1px solid var(--field-border);text-align:center}.forum-post__avatar{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;font-size:18px;font-weight:800;color:#fff;background:var(--grad);box-shadow:0 10px 24px -10px #7b2ff58c}.forum-post__author{font-weight:600;font-size:14px;word-break:break-word}.forum-post__op{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;border-radius:999px;background:#8b5cff29;color:var(--accent)}.forum-post__body{padding:18px 20px}.forum-post__time{display:flex;align-items:center;gap:10px;color:var(--muted-2);font-size:12.5px;margin-bottom:8px}.forum-mod-btn{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border-radius:8px;border:1px solid var(--field-border);background:var(--field-bg);color:var(--muted);font-size:12.5px;font-weight:600;cursor:pointer;transition:color .15s var(--ease-out),border-color .15s var(--ease-out),background .15s var(--ease-out),transform .12s var(--ease-out)}.forum-mod-btn:active{transform:scale(.94)}.forum-mod-btn--danger:hover{color:#ff6b85;border-color:#e53a5c73;background:#e53a5c14}.forum-post__del{margin-left:auto;padding:4px 8px}.forum-post__text{color:var(--text);line-height:1.6;white-space:pre-wrap;word-break:break-word}.forum-reply{padding:20px;border-radius:16px;background:var(--card);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.forum-reply__title{font-size:17px;font-weight:700;margin-bottom:12px}.forum-reply__input{width:100%;resize:vertical;min-height:110px;padding:13px 15px;border-radius:12px;background:var(--field-bg);border:1px solid var(--field-border);color:var(--text);font:inherit;outline:none;transition:border-color .16s var(--ease-out),box-shadow .16s var(--ease-out)}.forum-reply__input:focus-visible{outline:none;border-color:#8b5cff99;box-shadow:0 0 0 3px #8b5cff29}.forum-reply__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}@media (max-width: 640px){.forum-post{grid-template-columns:1fr}.forum-post__aside{flex-direction:row;justify-content:flex-start;border-right:none;border-bottom:1px solid var(--field-border)}.forum-cats{grid-template-columns:1fr}}@keyframes forum-card-in{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.forum-cats>*,.forum-threads>*,.forum-recent__list>*{animation:forum-card-in .48s var(--ease-out) both}.forum-cats>*:nth-child(2){animation-delay:60ms}.forum-cats>*:nth-child(3){animation-delay:.11s}.forum-cats>*:nth-child(4){animation-delay:.16s}.forum-cats>*:nth-child(5){animation-delay:.21s}.forum-cats>*:nth-child(6){animation-delay:.26s}@media (prefers-reduced-motion: reduce){.forum-cats>*,.forum-threads>*,.forum-recent__list>*{animation:none}}.scope-home .contacts{padding-top:clamp(36px,6vh,72px);padding-bottom:clamp(56px,8vh,96px)}.scope-home .contacts__head{max-width:640px;margin-bottom:clamp(28px,4vh,44px)}.scope-home .contacts__title{font-size:clamp(32px,5vw,52px);font-weight:800;letter-spacing:-1px;line-height:1.05}.scope-home .contacts__lead{margin-top:14px;color:var(--muted);font-size:16.5px;line-height:1.55}.scope-home .contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;margin-bottom:18px}.scope-home .contact-card{display:flex;flex-direction:column;gap:7px;padding:26px 24px;border-radius:20px;background:var(--card);border:1px solid var(--card-border);transition:transform .22s var(--ease-out),border-color .22s var(--ease-out)}.scope-home .contact-card:hover{transform:translateY(-3px);border-color:#7b2ff566}.scope-home .contact-card__icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:8px;border-radius:15px;font-size:22px;color:#fff;background:var(--grad);box-shadow:0 10px 24px -10px #7b2ff5cc}.scope-home .contact-card__label{font-size:19px;font-weight:700}.scope-home .contact-card__hint{color:var(--muted);font-size:13.5px}.scope-home .contact-card__links{display:flex;flex-direction:column;gap:4px}.scope-home .contact-card__value{margin-top:4px;font-size:16px;font-weight:600;color:#c4b3ff;width:fit-content;transition:color .16s var(--ease-out)}.scope-home .contact-card__value:hover{color:#e3d7ff;text-decoration:underline}.scope-home .contact-legal{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;border-radius:20px;background:linear-gradient(135deg,#7b2ff51a,#3b6bf514);border:1px solid rgba(123,47,245,.24)}.scope-home .contact-legal__about{display:flex;align-items:center;gap:14px}.scope-home .contact-legal__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:13px;font-size:20px;color:#c4b3ff;background:#7b2ff52e;border:1px solid rgba(123,47,245,.3)}.scope-home .contact-legal__role{display:block;font-size:12.5px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:var(--muted)}.scope-home .contact-legal__name{display:block;font-size:18px;font-weight:700}.scope-home .contact-legal__docs{display:flex;flex-wrap:wrap;gap:10px}.scope-home .contact-doc{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:12px;font-size:14px;font-weight:600;color:var(--text);background:var(--field-bg);border:1px solid var(--field-border);transition:border-color .18s var(--ease-out),color .18s var(--ease-out)}.scope-home .contact-doc:hover{border-color:#7b2ff573;color:#c4b3ff}.scope-home .contact-doc__icon{font-size:14px;color:#b388ff}@media (max-width: 560px){.scope-home .contact-legal{flex-direction:column;align-items:flex-start}}:root{--bg: #06060f;--bg-2: #0b0a1c;--card: rgba(18, 18, 38, .55);--card-border: rgba(120, 110, 220, .18);--field-bg: rgba(12, 12, 28, .7);--field-border: rgba(120, 120, 170, .22);--text: #f2f3fb;--muted: #8b8ca6;--muted-2: #6f7090;--accent: #8b3ff5;--accent-2: #3b6bf5;--pink: #e25aa8;--grad: linear-gradient(90deg, #7b2ff5 0%, #3b6bf5 100%);--grad-soft: linear-gradient(90deg, #a76bff 0%, #6f8bff 100%);--ease-out: cubic-bezier(.23, 1, .32, 1);--ease-in-out: cubic-bezier(.77, 0, .175, 1);--ease-drawer: cubic-bezier(.32, .72, 0, 1);--ease-carousel: cubic-bezier(.34, 1.28, .64, 1);--container: 1320px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:88px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(123,47,245,.4) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#7b2ff559;border-radius:999px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background:#7b2ff58c;background-clip:padding-box}html,body,#root{min-height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}input{font:inherit}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}:root[data-theme=light]{color-scheme:light;--bg: #f3f4fb;--bg-2: #e8eaf6;--card: rgba(255, 255, 255, .78);--card-border: rgba(120, 110, 220, .22);--field-bg: rgba(255, 255, 255, .85);--field-border: rgba(92, 92, 140, .22);--text: #14152a;--muted: #54566e;--muted-2: #797b95}[data-theme=light] .scope-home .page{background:radial-gradient(1100px 600px at 8% -5%,rgba(123,47,245,.1),transparent 55%),radial-gradient(900px 600px at 100% 12%,rgba(59,107,245,.1),transparent 55%),radial-gradient(900px 700px at 50% 120%,rgba(226,90,168,.08),transparent 55%),linear-gradient(160deg,#f6f7fe,#eef0fa 60%,#f4f2fb)}[data-theme=light] .scope-home .header--scrolled{background:#ffffffb8;border-bottom-color:#786edc29}[data-theme=light] .scope-home .header__mobile{background:#fffffff2}[data-theme=light] .scope-home .btn--outline,[data-theme=light] .scope-home .btn--social,[data-theme=light] .scope-home .hv__review-text,[data-theme=light] .scope-home .community__point,[data-theme=light] .scope-home .cv__chip,[data-theme=light] .scope-home .tech__tag{color:var(--text)}[data-theme=light] .scope-home .badge,[data-theme=light] .scope-home .badge__icon,[data-theme=light] .scope-home .ct__more,[data-theme=light] .scope-home .cv__chip i,[data-theme=light] .scope-home .hero__stat-icon,[data-theme=light] .scope-home .format-card__ic,[data-theme=light] .scope-home .value-item__icon{color:#7b2ff5}[data-theme=light] .scope-home .hv__window{background:linear-gradient(180deg,#fff,#f4f4fb);box-shadow:0 30px 70px #503ca02e}[data-theme=light] .scope-home .hv__bar{background:#00000008;border-bottom-color:#00000012}[data-theme=light] .scope-home .hv__t--kw{color:#8b3ff5}[data-theme=light] .scope-home .hv__t--fn{color:#2f6bf0}[data-theme=light] .scope-home .hv__t--str{color:#1a9e5f}[data-theme=light] .scope-home .hv__caret{background:#8b3ff5;box-shadow:0 0 8px #8b3ff580}[data-theme=light] .scope-home .hv__review{background:#ffffffeb;border-color:#8b5cff40;box-shadow:0 24px 60px #503ca02e}[data-theme=light] .scope-home .community__visual{background:linear-gradient(150deg,#7b2ff51f,#3b6bf51f)}[data-theme=light] .scope-home .cv__chip{background:#ffffffd9;border-color:#8b5cff4d;box-shadow:0 12px 30px #503ca029}[data-theme=light] .scope-home .cv__avatar{border-color:#00000014}[data-theme=light] .scope-home .cta{background:radial-gradient(500px 220px at 12% 0%,rgba(123,47,245,.16),transparent 70%),linear-gradient(180deg,#ffffffeb,#f5f4ffeb);border-color:#8b5cff40;box-shadow:0 30px 70px #503ca01f}[data-theme=light] .scope-home .footer,[data-theme=light] .scope-login .footer,[data-theme=light] .scope-register .footer{background:#fff9;border-top-color:#786edc29}[data-theme=light] .scope-login .page,[data-theme=light] .scope-register .page{background:radial-gradient(1200px 700px at 12% 0%,rgba(123,47,245,.1),transparent 55%),radial-gradient(900px 600px at 95% 100%,rgba(59,107,245,.1),transparent 55%),linear-gradient(160deg,#f6f7fe,#eef0fa 60%,#f4f2fb)}[data-theme=light] .scope-login .page__glow--purple,[data-theme=light] .scope-register .page__glow--purple{background:#7b2ff524}[data-theme=light] .scope-login .page__glow--blue,[data-theme=light] .scope-register .page__glow--blue{background:#3b6bf51f}[data-theme=light] .scope-login .field__label,[data-theme=light] .scope-login .checkbox,[data-theme=light] .scope-login .btn--social,[data-theme=light] .scope-register .field__label,[data-theme=light] .scope-register .checkbox,[data-theme=light] .scope-register .btn--social{color:var(--text)}[data-theme=light] .scope-login .feature__icon,[data-theme=light] .scope-register .feature__icon{color:#7b2ff5}[data-theme=light] .scope-register .features{background:#fff9;border-color:#786edc29}[data-theme=light] .scope-register .checkbox--terms .link{color:#7b2ff5}[data-theme=light] .scope-home .tech-modal__overlay{background:#28254866}[data-theme=light] .scope-home .tech-modal__dialog{background:linear-gradient(180deg,#fff,#f6f5fe);box-shadow:0 40px 100px #503ca038}[data-theme=light] .illustration{--il-scr1: #ece9fb;--il-scr2: #f8f7ff;--il-pan1: #c7b8ff;--il-pan2: #a78bff;--il-flr: #8b5cff;--il-stroke: #8b6bf0;--il-line: #a594ef;--il-accentV: #7b3ff5;--il-ink: #e4def9;--il-cap: #b6a3ff;--il-glyph: #6a36e8}.theme-toggle{flex-shrink:0;width:40px;height:40px;display:inline-grid;place-items:center;border-radius:11px;font-size:17px;color:var(--text);background:var(--field-bg);border:1px solid var(--field-border);transition:color .18s var(--ease-out),border-color .18s var(--ease-out),background .18s var(--ease-out),transform .18s var(--ease-out)}.theme-toggle .fi{display:inline-flex;align-items:center;justify-content:center;line-height:1}@media (hover: hover) and (pointer: fine){.theme-toggle:hover{border-color:#8b5cff73;transform:translateY(-1px)}}.theme-toggle:active{transform:scale(.94)}.theme-toggle--page{align-self:flex-start}::view-transition-old(root),::view-transition-new(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:0}::view-transition-new(root){z-index:1}html.theme-transitioning *,html.theme-transitioning *:before,html.theme-transitioning *:after{transition:background-color .48s ease,border-color .48s ease,color .48s ease,fill .48s ease,box-shadow .48s ease!important}@media (prefers-reduced-motion: reduce){::view-transition-old(root),::view-transition-new(root){animation:none!important}html.theme-transitioning *,html.theme-transitioning *:before,html.theme-transitioning *:after{transition:none!important}}[data-theme=light] .scope-home .home-hero,[data-theme=light] .scope-home .course-hero,[data-theme=light] .scope-home .learn-hero{background:radial-gradient(70% 70% at 85% 0%,rgba(123,47,245,.12),transparent 60%),radial-gradient(60% 60% at 30% 110%,rgba(59,107,245,.1),transparent 60%),linear-gradient(150deg,#eef0fb,#e9ecf8 55%,#f3f1fb);border-color:var(--card-border)}[data-theme=light] .scope-home .home-feature,[data-theme=light] .scope-home .course-hero__meta span,[data-theme=light] .scope-home .learn-chip{background:#ffffffb3}[data-theme=light] .scope-home .home-feature__icon,[data-theme=light] .scope-home .course-feature__icon,[data-theme=light] .scope-home .course-hero__meta i,[data-theme=light] .scope-home .home-courses__item i,[data-theme=light] .scope-home .hcard__logo i,[data-theme=light] .scope-home .catalog__title i,[data-theme=light] .scope-home .tasks__title i,[data-theme=light] .scope-home .home-user__chip i,[data-theme=light] .scope-home .learn-chip i{color:#7b2ff5}[data-theme=light] .scope-home .quest__bar,[data-theme=light] .scope-home .activity__cell{background:#7b2ff524}[data-theme=light] .scope-home .quest__count,[data-theme=light] .scope-home .hcard__cta.btn--outline,[data-theme=light] .scope-home .hcard__desc{color:var(--muted)}[data-theme=light] .toast{background:#fffffff5;border-color:#786edc4d;box-shadow:0 14px 40px #3c32782e;color:#14152a}[data-theme=light] .toast__close{color:var(--muted)}[data-theme=light] .toast__close:hover{background:#14152a12;color:#14152a}.toast-host{position:fixed;right:18px;bottom:18px;z-index:1000;display:flex;flex-direction:column;gap:10px;max-width:min(360px,calc(100vw - 36px));pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:center;gap:11px;padding:12px 14px;border-radius:13px;background:#121226eb;border:1px solid var(--card-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 14px 40px #02020e8c;color:var(--text);font-size:14px;animation:toast-in .28s var(--ease-out)}@keyframes toast-in{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}.toast__icon{font-size:17px;line-height:1;flex-shrink:0}.toast__msg{flex:1;line-height:1.4;overflow-wrap:anywhere;word-break:break-word;max-height:40vh;overflow-y:auto}.toast__close{flex-shrink:0;display:grid;place-items:center;width:22px;height:22px;border:none;border-radius:7px;background:transparent;color:var(--muted);font-size:14px}.toast__close:hover{background:#ffffff0f;color:var(--text)}.toast--success{border-color:#3ad68c73}.toast--success .toast__icon{color:#3ad68c}.toast--error{border-color:#e53a5c73}.toast--error .toast__icon{color:#ff6b85}.toast--warn{border-color:#f5b83c73}.toast--warn .toast__icon{color:#f5b83c}.toast--info{border-color:#5b8cf573}.toast--info .toast__icon{color:#6f8bff}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;display:grid;place-items:center;padding:20px;background:#04040eb8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:overlay-in .2s var(--ease-out);overflow-y:auto}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.modal-card{position:relative;width:min(640px,100%);max-height:calc(100vh - 40px);overflow-y:auto;padding:28px;border-radius:20px;background:var(--bg-2);border:1px solid var(--card-border);box-shadow:0 30px 80px #02020e99;animation:modal-in .28s var(--ease-out)}@keyframes modal-in{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}.modal-card--sm{width:min(420px,100%)}.modal-card--lg{width:min(1000px,100%)}.modal-card__close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--field-border);border-radius:10px;background:var(--field-bg);color:var(--muted);font-size:17px;z-index:2}.modal-card__close:hover{color:var(--text);border-color:#8b5cff73}.confirm{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.confirm__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:14px;background:#f5b83c24;color:#f5b83c;font-size:24px}.confirm__title{font-size:22px;font-weight:700}.confirm__text{color:var(--muted);font-size:14.5px}.confirm__actions{display:flex;gap:12px;margin-top:6px}.page-loader{min-height:52vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;animation:pl-fade .26s var(--ease-out) both}.page-loader--compact{min-height:220px}.page-loader__spinner{width:44px;height:44px;border-radius:50%;border:3px solid rgba(139,92,255,.18);border-top-color:var(--accent);animation:pl-spin .72s linear infinite}.page-loader--compact .page-loader__spinner{width:34px;height:34px;border-width:2.5px}.page-loader__label{color:var(--muted);font-size:14.5px;letter-spacing:.2px}@keyframes pl-spin{to{transform:rotate(360deg)}}@keyframes pl-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.page-loader__spinner{animation-duration:1.6s}}
