@import "https://fonts.googleapis.com/css2?family=Oswald:wght@600;700&display=swap";:root{--red:#c0392b;--red-dark:#96281b;--red-light:#e74c3c;--orange:#e67e22;--orange-light:#f39c12;--yellow:#f1c40f;--yellow-light:#fef9c3;--dark:#1c1c1e;--dark-2:#2c2c2e;--dark-3:#3a3a3c;--grey:#8e8e93;--grey-light:#e5e5ea;--bg:#f5f5f5;--white:#fff;--shadow:0 2px 16px #0000001a;--shadow-md:0 4px 24px #00000024;--radius:16px;--radius-sm:8px;--radius-lg:24px;--navbar-h:64px;--header-h:60px;--font:"Segoe UI", "Helvetica Neue", Arial, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--font);background:var(--bg);color:var(--dark);-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;outline:none}img{max-width:100%;display:block}.header{z-index:200;pointer-events:none;background:0 0;position:absolute;top:0;left:0;right:0}.header--main{pointer-events:none;background:0 0;position:absolute}.header--simplified{background:var(--bg);pointer-events:none;position:relative}.header--simplified .header__hello{color:#1a1a1a;background:#0000000f;border-color:#0000001a}.header--compact-landscape{background:0 0;position:absolute}.header--compact-landscape .header__inner{gap:8px;padding-top:8px}.header--compact-landscape .header__info{max-width:200px;margin-top:4px;padding:6px 8px;font-size:10px;line-height:1.35}.header--compact-landscape .header__info-progress{gap:2px;margin-top:4px;padding-top:4px}.header--compact-landscape .header__logo{gap:8px}.header--compact-landscape .header__logo-mchs{height:44px}.header--compact-landscape .header__logo-top{letter-spacing:3px;font-size:13px}.header--compact-landscape .header__logo-bottom{letter-spacing:3px;font-size:22px}.header__inner,.header__brand,.header__right,.header__hello,.header__actions{pointer-events:none}.header a,.header button,.header__info{pointer-events:auto}.header__inner{justify-content:space-between;align-items:flex-start;gap:16px;width:100%;max-width:none;margin:0;padding:14px 16px 10px;display:flex}.header__right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:8px;max-width:min(100%,420px);display:flex}.header__actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.header--main .header__right{flex-flow:wrap;justify-content:flex-end;align-items:center}.header__hello{color:#f1f5f9;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff24;border-radius:999px;align-items:center;max-width:100%;padding:8px 12px;font-size:14px;font-weight:700;display:flex}.header__helloName{text-overflow:ellipsis;margin-left:4px;font-weight:900;overflow:hidden}.header__brand{flex-direction:column;flex:1;align-items:flex-start;gap:0;min-width:0;display:flex}.header__info{color:#1a1a1a;background:#ffffffe0;border:1px solid #0000001a;border-radius:10px;max-width:340px;margin:8px 0 0;padding:10px 12px;font-size:13px;font-weight:600;line-height:1.45;box-shadow:0 4px 16px #0000001f}.header__info-text,.header__info-note,.header__info-progress p{margin:0}.header__info-progress{border-top:1px solid #00000014;flex-direction:column;gap:4px;margin-top:8px;padding-top:8px;display:flex}.header__info-progress-title{font-weight:800}.header__info-note{margin-top:8px}.header__btn{cursor:pointer;color:#fff;box-sizing:border-box;white-space:nowrap;text-shadow:0 1px 2px #00000040;background:linear-gradient(#d32f2f 0%,#b71c1c 100%);border:1px solid #ffffff47;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:9px 18px;font-size:14px;font-weight:700;text-decoration:none;transition:background .18s,box-shadow .18s,transform .18s;display:inline-flex;box-shadow:0 2px #0003,0 4px 14px #b71c1c73}.header__btn--primary{font-weight:800}.header__btn:hover{color:#fff;background:linear-gradient(#e53935 0%,#c62828 100%);transform:translateY(-1px);box-shadow:0 2px #00000026,0 6px 20px #d32f2f8c}.header__btn:active{transform:translateY(0);box-shadow:0 2px 8px #b71c1c66}.header__btn--disabled{cursor:not-allowed;opacity:.45;filter:grayscale(.35);box-shadow:none;pointer-events:auto}.header__btn--disabled:hover,.header__btn--disabled:active{filter:grayscale(.35);opacity:.45;background:linear-gradient(#d32f2f 0%,#b71c1c 100%);transform:none}.header__btn-label--short{display:none}.header__logo{box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:row;flex-shrink:0;align-items:center;gap:12px;padding:0;text-decoration:none;transition:opacity .15s;display:flex}.header__logo:hover{opacity:.88}.header__logo-text{flex-direction:column;gap:0;line-height:1.1;display:flex}.header__logo-mchs{object-fit:contain;filter:drop-shadow(0 1px 2px #0000004d);width:auto;height:78px}.header__logo-top,.header__logo-bottom{letter-spacing:3px;text-transform:uppercase;color:#1a1a1a;text-shadow:0 0 1px #ffffffe6,0 1px 3px #fff9;font-family:Oswald,Arial Narrow,Arial,sans-serif;font-weight:700;display:block}.header__logo-top{letter-spacing:6px;color:#222;font-size:22px}.header__logo-bottom{letter-spacing:5px;font-size:38px}@media (width<=900px){.header__inner{gap:12px;padding:10px 12px 8px}.header__btn{min-height:36px;padding:8px 15px;font-size:13px}.header__hello{padding:7px 10px;font-size:13px}.header__logo-mchs{height:62px}.header__logo-top{letter-spacing:4px;font-size:18px}.header__logo-bottom{letter-spacing:4px;font-size:30px}.header__info{max-width:280px;padding:8px 10px;font-size:12px}.header__actions{gap:6px}}@media (width<=640px){.header__inner{gap:10px}.header--simplified .header__inner{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"logo actions""info info";align-items:start;gap:6px 10px;display:grid}.header--simplified .header__brand{display:contents}.header--simplified .header__logo{grid-area:logo;gap:4px;min-width:0;max-width:100%}.header--simplified .header__logo-text{min-width:0}.header--simplified .header__logo-top{letter-spacing:2px;font-size:12px}.header--simplified .header__logo-bottom{letter-spacing:1px;font-size:17px}.header--simplified .header__logo-mchs{height:40px}.header--simplified .header__info{grid-area:info;width:100%;max-width:none;margin:0;padding:6px 10px;font-size:11px;line-height:1.32}.header--simplified .header__info-progress{gap:1px;margin-top:4px;padding-top:4px}.header--simplified .header__right{flex-direction:row;grid-area:actions;align-items:center;max-width:none}.header--simplified .header__hello{display:none}.header__right{max-width:min(100%,320px)}.header__btn{min-height:34px;padding:8px 13px;font-size:12px}.header__hello-greeting{display:none}.header__hello{padding:6px 9px;font-size:12px}.header__logo-mchs{height:52px}.header__logo-top{letter-spacing:3px;font-size:15px}.header__logo-bottom{letter-spacing:3px;font-size:24px}.header__info{max-width:100%}}@media (width<=480px){.header__btn-label--long{display:none}.header__btn-label--short{display:inline}.header__btn{min-height:32px;padding:7px 12px;font-size:12px}.header__actions{gap:6px}.header__logo{gap:8px}.header--simplified .header__logo{gap:3px}.header--simplified .header__logo-mchs{height:36px}.header--simplified .header__logo-top{letter-spacing:1px;font-size:11px}.header--simplified .header__logo-bottom{letter-spacing:.5px;font-size:15px}.header--simplified .header__info{padding:5px 8px;font-size:10px;line-height:1.28}.header__logo-mchs{height:44px}.header__logo-top{letter-spacing:2px;font-size:13px}.header__logo-bottom{letter-spacing:2px;font-size:20px}}.subj{position:relative}.subj__list{z-index:20;background:#141a22fa;border:1px solid #ffffff1f;border-radius:12px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 18px 32px #00000073}.subj__item{text-align:left;color:#e2e8f0;cursor:pointer;background:0 0;border:none;width:100%;padding:10px 12px;font-weight:600}.subj__item:hover{background:#ffffff0f}.subj__item--muted{color:#94a3b8;cursor:default}.vhod-modal__backdrop{z-index:400;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:center;padding:20px;animation:.2s vhod-fade-in;display:flex;position:fixed;inset:0}@keyframes vhod-fade-in{0%{opacity:0}to{opacity:1}}.vhod-modal{background:linear-gradient(#1e2936 0%,#141a22 100%);border:1px solid #ffffff1f;border-radius:16px;width:100%;max-width:420px;max-height:min(90vh,720px);padding:28px 24px 24px;animation:.22s vhod-pop;position:relative;overflow-y:auto;box-shadow:0 24px 48px #00000073,inset 0 0 0 1px #ffffff0d}@keyframes vhod-pop{0%{opacity:0;transform:scale(.96)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.vhod-modal__close{color:#e2e8f0;cursor:pointer;background:#ffffff14;border:none;border-radius:10px;width:36px;height:36px;font-size:24px;line-height:1;transition:background .15s,color .15s;position:absolute;top:12px;right:14px}.vhod-modal__close:hover{color:#fff;background:#d32f2f59}.vhod-modal__title{color:#f1f5f9;letter-spacing:.02em;margin:0 36px 18px 0;font-size:1.25rem;font-weight:700}.vhod-modal__tabs{background:#00000059;border-radius:10px;gap:0;margin-bottom:20px;padding:4px;display:flex}.vhod-modal__tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:10px 14px;font-size:14px;font-weight:600;transition:background .18s,color .18s}.vhod-modal__tab:hover{color:#e2e8f0}.vhod-modal__tab--active{color:#fff;background:linear-gradient(#d32f2f 0%,#b71c1c 100%);box-shadow:0 2px 8px #b71c1c66}.vhod-modal__panel{min-height:120px}.vhod-form{flex-direction:column;gap:14px;display:flex}.vhod-form__field{flex-direction:column;gap:6px;display:flex}.vhod-form__label{color:#cbd5e1;font-size:13px;font-weight:600}.vhod-form__input{color:#f8fafc;background:#00000040;border:1px solid #ffffff24;border-radius:10px;outline:none;width:100%;padding:11px 14px;font-size:15px;transition:border-color .15s,box-shadow .15s}.vhod-form__input::placeholder{color:#64748b}.vhod-form__input:focus{border-color:#d32f2fa6;box-shadow:0 0 0 3px #d32f2f33}.vhod-form__hint{color:#94a3b8;margin-top:2px;font-size:12px;line-height:1.45}.vhod-form__error{color:#fecaca;background:#d32f2f2e;border:1px solid #ef444473;border-radius:8px;margin:-4px 0 0;padding:10px 12px;font-size:13px;line-height:1.4}.vhod-form__input--error{border-color:#ef44448c!important}.vhod-form__submit{color:#fff;cursor:pointer;background:linear-gradient(#d32f2f 0%,#b71c1c 100%);border:1px solid #fff3;border-radius:999px;margin-top:8px;padding:12px 20px;font-size:15px;font-weight:700;transition:filter .15s,transform .15s;box-shadow:0 4px 14px #b71c1c59}.vhod-form__submit:hover{filter:brightness(1.08);transform:translateY(-1px)}.vhod-form__submit:active{filter:brightness(.95);transform:translateY(0)}.app--main{min-height:100dvh;position:relative;overflow:hidden}.main-page__video{object-fit:cover;z-index:0;background:#111;width:100%;height:100%;position:fixed;inset:0}.main-page{z-index:1;pointer-events:none;min-height:100dvh;position:relative}.main-page__intro{-webkit-backdrop-filter:blur(12px);color:#f5f5f5;background:#0c1018b8;border:1px solid #ffc85059;border-radius:16px;width:min(440px,40vw);padding:28px 30px 26px;position:absolute;top:50%;right:clamp(20px,6vw,80px);transform:translateY(-50%);box-shadow:0 20px 50px #00000073,inset 0 1px #ffffff14}.main-page__intro:before{content:"";background:linear-gradient(90deg,#c62828 0%,#ff8f00 50%,#c62828 100%);border-radius:0 0 4px 4px;height:3px;position:absolute;top:0;left:24px;right:24px}.main-page__badge{letter-spacing:.12em;text-transform:uppercase;color:#1a1208;background:linear-gradient(#ffd54f 0%,#ffb300 100%);border-radius:999px;margin-bottom:14px;padding:5px 12px;font-size:11px;font-weight:800;display:inline-block;box-shadow:0 2px 10px #ffb30059}.main-page__title{letter-spacing:.02em;color:#fff;text-transform:uppercase;margin:0 0 16px;font-family:Oswald,Arial Narrow,Arial,sans-serif;font-size:clamp(26px,2.8vw,34px);font-weight:700;line-height:1.15}.main-page__lead,.main-page__text{color:#ffffffeb;margin:0;font-size:clamp(14px,1.35vw,16px);line-height:1.65}.main-page__lead{margin-bottom:14px}.main-page__date{color:#ffcc80;white-space:nowrap;font-weight:800}.main-page__text{color:#ffffffd1;border-top:1px solid #ffffff1f;padding-top:14px;font-size:clamp(13px,1.2vw,15px)}@media (width<=900px){.main-page__intro{width:min(400px,52vw);padding:22px 22px 20px}}@media (width<=720px){.main-page__intro{width:auto;max-width:none;padding:20px 18px 18px;inset:auto 16px 22%;transform:none}.main-page__title{font-size:24px}.main-page__lead,.main-page__text{font-size:14px}}.hero{width:100%;height:100vh;position:relative;overflow:hidden}.hero__scene{-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;position:relative;transform:translateY(-8%)}.hero__scene button,.hero__scene svg polygon,.hero__scene .hero__stampBtn{pointer-events:auto}.hero__img{width:100%;height:auto;display:block}.hero__overlays{width:100%;height:100%;position:absolute;inset:0}.hero__overlays--hidden{visibility:hidden;pointer-events:none}.hero__stamp{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 0 3px #e4ffea)drop-shadow(0 0 12px #00ff66f2)drop-shadow(0 0 22px #00ff669e)drop-shadow(0 2px 10px #00000057);width:120px;height:120px;display:block}.hero__stampBtn{transform-origin:50%;pointer-events:auto;cursor:default;z-index:25;width:120px;height:120px;position:absolute;overflow:visible}.hero__stampBtn--linked{cursor:pointer}.hero__overlay{display:none}.hero__hotspots{pointer-events:auto;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.hotspot-zone{fill:#0000;stroke:#e53935e6;stroke-width:.2px;stroke-dasharray:.7 .55;stroke-linecap:round;stroke-linejoin:round;cursor:pointer;transition:fill .2s,stroke .2s}.hotspot-zone--active{fill:#0000;stroke:#e53935e6;filter:none}.hotspot-card{-webkit-backdrop-filter:blur(10px);z-index:20;opacity:0;pointer-events:none;background:#0a0a14e0;border:1px solid #ffb43266;border-radius:12px;width:260px;padding:18px 20px;transition:opacity .25s,transform .25s;position:absolute;top:50%;left:3%;transform:translateY(-50%)translate(-10px)}.hotspot-card--visible{opacity:1;pointer-events:auto;transform:translateY(-50%)translate(0)}.hero__body{text-align:center;z-index:15;pointer-events:none;width:100%;max-width:680px;padding:0 24px;position:absolute;bottom:10%;left:50%;transform:translate(-50%)}.hero__body button{pointer-events:all}.hero__title{color:#fff;text-shadow:0 2px 16px #00000080;margin-bottom:16px;font-size:clamp(22px,3.2vw,40px);font-weight:800;line-height:1.22}.hero__sub{color:#ffffffd9;margin-bottom:28px;font-size:clamp(12px,1.3vw,15px);line-height:1.75}.hero__cta{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.6px;background:#c0392b;border:none;border-radius:4px;padding:13px 36px;font-size:15px;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;box-shadow:0 4px 22px #c0392b80}.hero__cta:hover{background:#e74c3c;transform:translateY(-2px);box-shadow:0 6px 28px #c0392ba6}.hero__cta-block{z-index:15;position:absolute;top:18px;left:50%;transform:translate(-50%)}.hero__cta-btn{color:#fff;cursor:pointer;letter-spacing:.5px;white-space:nowrap;text-align:center;background:linear-gradient(#d32f2f 0%,#b71c1c 100%);border:none;border-radius:50px;padding:16px 48px;font-family:Segoe UI,Arial,sans-serif;font-size:clamp(16px,1.6vw,22px);font-weight:700;text-decoration:none;transition:background .18s,transform .18s,box-shadow .18s;display:inline-block;box-shadow:0 8px 26px #b71c1c6b,0 2px #0000002e}a.hero__cta-btn:visited{color:#fff}.hero__cta-btn:hover{background:linear-gradient(#e53935 0%,#c62828 100%);transform:translateY(-2px);box-shadow:0 10px 32px #d32f2f80,0 2px #00000029}.scene-arrow{z-index:20;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;border:1px solid #ffffff40;border-radius:6px;justify-content:center;align-items:center;width:46px;height:70px;padding-bottom:3px;font-size:42px;line-height:1;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.scene-arrow--left{left:14px}.scene-arrow--right{right:14px}.scene-arrow:hover{background:#0009;transform:translateY(-50%)scale(1.06)}.scene-enter{z-index:20;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#00000080;border:1.5px solid #ffc832b3;border-radius:50px;flex-direction:column;align-items:center;gap:5px;padding:10px 18px;transition:background .2s,transform .2s,box-shadow .2s;animation:2.5s ease-in-out infinite enter-pulse;display:flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 16px #ffb4004d}.scene-enter:hover{background:#b46400a6;animation:none;transform:translate(-50%,-50%)scale(1.08);box-shadow:0 0 24px #ffb4008c}.scene-enter__icon{font-size:22px;line-height:1}.scene-enter__label{letter-spacing:.5px;text-transform:uppercase;font-size:12px;font-weight:700}@keyframes enter-pulse{0%,to{box-shadow:0 0 12px #ffb4004d}50%{box-shadow:0 0 28px #ffb400a6}}.scene-back{z-index:30;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);letter-spacing:.3px;pointer-events:auto;background:#00000073;border:1px solid #ffffff4d;border-radius:24px;padding:10px 20px;font-size:14px;font-weight:600;transition:background .2s;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.scene-back:hover{background:#000000b3}.hero__scene--fading{opacity:0;transition:opacity .28s}.hero__scene{transition:opacity .28s}@media (width<=640px){.hotspot-card{width:88vw;top:auto;bottom:22%;left:50%;transform:translate(-50%)}.hotspot-card--visible{transform:translate(-50%)}.hero__body{bottom:5%}}@media (height<=600px) and (orientation:landscape){.hero{height:auto;max-height:none;overflow:visible}.hero__scene{transform:none}.hotspot-zone{stroke-width:.12px;stroke-dasharray:.45 .38}.hero__stampBtn,.hero__stamp{width:56px;height:56px}.scene-arrow{width:34px;height:50px;padding-bottom:2px;font-size:26px}.scene-arrow--left{left:6px}.scene-arrow--right{right:6px}.scene-enter{gap:3px;padding:7px 12px}.scene-enter__icon{font-size:16px}.scene-enter__label{font-size:10px}.scene-back{padding:7px 14px;font-size:12px;left:8px}.hotspot-card{border-radius:8px;width:min(148px,46vw);max-width:148px;padding:7px 9px;top:auto;bottom:10%;left:50%;transform:translate(-50%)}.hotspot-card--visible{transform:translate(-50%)}.hotspot-card-shared__title{margin-bottom:4px;font-size:10px;line-height:1.25}.hotspot-card-shared__text{font-size:9px;line-height:1.4}}.hotspot-card-shared{-webkit-backdrop-filter:blur(10px);color:#ffffffd9;background:#0a0a14e0;border:1px solid #ffb43266;border-radius:12px;padding-bottom:18px}.hotspot-card-shared__title{color:#ffd166;margin-bottom:10px;font-size:15px;font-weight:700;line-height:1.3}.hotspot-card-shared__text{color:#ffffffd9;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;font-size:13px;line-height:1.65}.hotspot-card-shared__titleInput{color:#ffd166;background:0 0;border:none;outline:none;width:100%;margin-bottom:10px;padding:0;font-family:Segoe UI,Arial,sans-serif;font-size:15px;font-weight:700;line-height:1.3}.hotspot-card-shared__titleInput::placeholder{color:#ffd1668c}.hotspot-card-shared__textEdit{resize:none;color:#ffffffd9;background:0 0;border:none;outline:none;width:100%;min-height:24px;font-family:Segoe UI,Arial,sans-serif;font-size:13px;line-height:1.65;overflow:hidden}.hotspot-card-shared__textEdit::placeholder{color:#ffffff8c}.hotspot-viewer__backdrop{z-index:500;background:#000000e0;justify-content:center;align-items:center;padding:20px 16px;animation:.2s hotspot-viewer-fade;display:flex;position:fixed;inset:0}@keyframes hotspot-viewer-fade{0%{opacity:0}to{opacity:1}}.hotspot-viewer{flex-direction:column;gap:12px;width:min(100%,640px);max-height:min(90vh,720px);display:flex;position:relative}.hotspot-viewer__close{color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:10px;width:40px;height:40px;font-size:28px;line-height:1;transition:background .15s;position:absolute;top:-44px;right:0}.hotspot-viewer__close:hover{background:#d32f2f8c}.hotspot-viewer__image{aspect-ratio:4/3;border-radius:12px;width:100%;max-height:min(72vh,560px);overflow:hidden;box-shadow:0 16px 48px #00000073}.hotspot-viewer__title{color:#fff;text-align:center;font-size:16px;font-weight:800;line-height:1.4}.portrait-home{flex:1;width:100%;padding:0 0 32px}.portrait-home__banner{color:#1a237e;background:#e3f2fdf2;border:1px solid #1976d259;border-radius:10px;margin:12px 16px 20px;padding:12px 14px;font-size:13px;font-weight:600;line-height:1.45}.portrait-home__loading,.portrait-home__empty{color:#333;padding:12px 16px;font-size:15px}.portrait-home__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.portrait-home__card{text-align:left;background:0 0;border-bottom:1px solid #0000001a;flex-direction:row;align-items:flex-start;gap:12px;width:100%;padding:14px 16px;display:flex}.portrait-home__card:last-child{border-bottom:none}.portrait-home__card--studied{background:#f5fff699}.portrait-home__thumb-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;padding:0;transition:transform .15s,box-shadow .15s}.portrait-home__thumb-btn:hover{transform:scale(1.03);box-shadow:0 4px 14px #0000002e}.portrait-home__thumb-btn:active{transform:scale(.98)}.portrait-home__thumb{border-radius:8px;flex-shrink:0;width:96px;height:72px;overflow:hidden}.portrait-home__body{flex-direction:column;flex:1;gap:6px;min-width:0;padding:0;display:flex}.portrait-home__title{color:#1a1a1a;font-size:15px;font-weight:800;line-height:1.35}.portrait-home__text{color:#333;margin:0;font-size:14px;line-height:1.55}.portrait-home__check{color:#fff;background:#2e7d32;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}@media (width>=480px){.portrait-home__banner{margin-left:20px;margin-right:20px}.portrait-home__card{padding-left:20px;padding-right:20px}.portrait-home__thumb{width:120px;height:84px}}.admin{--admin-red:#e53935;--admin-orange:#fb8c00;--admin-blue:#1e88e5;--admin-ink:#101828;--admin-paper:#fff;--admin-bg:#f6f7fb;background:var(--admin-bg);min-height:100vh;color:var(--admin-ink);flex-direction:column;display:flex}.admin .header{background:var(--admin-bg);border-bottom:1px solid #e5e7eb;position:sticky;top:0}.admin .header__logo-top,.admin .header__logo-bottom{color:var(--admin-ink);text-shadow:none}.admin__content{grid-template-columns:260px 1fr;min-height:calc(100vh - 88px);display:grid}.admin__sidebar{border-right:4px solid var(--admin-blue);background:var(--admin-paper);padding:18px 14px}.admin__nav{flex-direction:column;gap:8px;display:flex}.admin__link{color:var(--admin-ink);background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;text-decoration:none;display:block}.admin__link:hover{border-color:var(--admin-orange);box-shadow:0 0 0 3px #fb8c0026}.admin__link--active{border-color:var(--admin-red);background:#ffebee;box-shadow:0 0 0 3px #e5393526}.admin__main{padding:18px}.dt{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.dt__header{border-bottom:3px solid var(--admin-blue);background:#fff;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.dt__title{align-items:baseline;gap:10px;min-width:0;display:flex}.dt__h{color:var(--admin-ink);margin:0;font-size:18px}.dt__meta{color:#64748b;white-space:nowrap;font-size:12px}.dt__desc{color:#475569;flex:1;padding:0 10px;font-size:12px}.dt__hint{color:#64748b;margin-top:4px;font-size:12px;line-height:1.35}.dt__actions{align-items:center;gap:10px;display:flex}.dt__search{width:min(420px,52vw);color:var(--admin-ink);background:#fff;border:1px solid #e5e7eb;border-radius:12px;outline:none;padding:10px 12px}.dt__search:focus{border-color:var(--admin-blue);box-shadow:0 0 0 3px #1e88e52e}.dt__btn{border:1px solid var(--admin-red);background:var(--admin-red);color:#fff;cursor:pointer;border-radius:999px;padding:10px 14px;font-weight:700}.dt__actionsCol{width:190px}.dt__rowActions{vertical-align:top}.dt__rowActionsInner{flex-wrap:wrap;gap:8px;display:flex}.dt__btnSmall{color:var(--admin-ink);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:8px 10px;font-weight:800}.dt__btnSmall:hover{border-color:var(--admin-orange);box-shadow:0 0 0 3px #fb8c0024}.dt__btnSmall--primary{border-color:var(--admin-blue);background:var(--admin-blue);color:#fff}.dt__btnSmall--primary:hover{filter:brightness(.96);box-shadow:0 0 0 3px #1e88e52e}.dt__btnIcon{color:#b71c1c;cursor:pointer;background:#ffebee;border:1px solid #e5393559;border-radius:999px;width:34px;height:34px;font-size:22px;font-weight:900;line-height:1}.dt__btnIcon:hover{box-shadow:0 0 0 3px #e5393524}.dt__rowError{color:#b71c1c;background:#ffebee;border:1px solid #e5393559;border-radius:10px;margin-top:8px;padding:8px 10px;font-size:12px;line-height:1.35}.dt__cell--editable{cursor:text}.dt__cell--editable:hover{background:#fff3e0}.dt__ac{position:relative}.dt__acList{z-index:25;background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-height:240px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden auto;box-shadow:0 18px 32px #0000001f}.dt__acItem{text-align:left;width:100%;color:var(--admin-ink);cursor:pointer;background:0 0;border:none;padding:10px 12px;font-weight:700}.dt__acItem:hover{background:#fff3e0}.dt__chips{flex-wrap:wrap;gap:6px;margin-bottom:6px;display:flex}.dt__chip{color:var(--admin-ink);cursor:pointer;background:#1e88e51a;border:1px solid #1e88e559;border-radius:999px;padding:6px 10px;font-weight:800}.dt__chip:hover{box-shadow:0 0 0 3px #1e88e524}.dt__dd{position:relative}.dt__ddBtn{width:100%;color:var(--admin-ink);text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;font-weight:700;display:inline-flex}.dt__ddCaret{color:#64748b;font-weight:900}.dt__ddSummary{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dt__ddList{z-index:25;background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-height:260px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden auto;box-shadow:0 18px 32px #0000001f}.dt__ddItem{text-align:left;width:100%;color:var(--admin-ink);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:10px;font-weight:700}.dt__ddItem:hover{background:#fff3e0}.dt__ddItem--selected{background:#1e88e51a;border:1px solid #1e88e52e}.dt__ddCheck{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;font-weight:700;display:flex}.dt__ddCheck:hover{background:#fff3e0}.dt__ddFooter{border-top:1px solid #eef2f7;justify-content:flex-end;padding:10px;display:flex}.dt__btn:hover{filter:brightness(.96)}.dt__tableWrap{overflow:auto}.dt__table{border-collapse:collapse;width:100%;min-width:920px}.dt__table th,.dt__table td{text-align:left;vertical-align:top;border-bottom:1px solid #eef2f7;padding:10px 12px}.dt__table thead th{z-index:1;background:#f8fafc;position:sticky;top:0}.dt__thBtn{appearance:none;width:100%;color:var(--admin-ink);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0;font-weight:700;display:inline-flex}.dt__thBtn:disabled{cursor:default;opacity:.7}.dt__sort{color:var(--admin-orange);font-weight:900}.dt__colFilter{width:100%;color:var(--admin-ink);background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;padding:8px 10px}.dt__colFilter:focus{border-color:var(--admin-orange);box-shadow:0 0 0 3px #fb8c0029}.dt__empty{color:#64748b;padding:18px 12px}.dt__modalBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:450;background:#0f172a73;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.dt__modal{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:520px;overflow:hidden;box-shadow:0 24px 48px #00000073}.dt__modalHead{border-bottom:3px solid var(--admin-orange);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.dt__modalTitle{color:var(--admin-ink);font-weight:800}.dt__iconBtn{width:36px;height:36px;color:var(--admin-ink);cursor:pointer;background:#fff3e0;border:none;border-radius:10px;font-size:24px}.dt__form{flex-direction:column;gap:12px;padding:16px;display:flex}.dt__field{flex-direction:column;gap:6px;display:flex}.dt__label{color:#475569;font-size:13px;font-weight:700}.dt__input{color:var(--admin-ink);background:#fff;border:1px solid #e5e7eb;border-radius:12px;outline:none;padding:10px 12px}.dt__input:focus{border-color:var(--admin-blue);box-shadow:0 0 0 3px #1e88e52e}.dt__error{color:#b71c1c;background:#ffebee;border:1px solid #e5393559;border-radius:10px;padding:10px 12px;font-size:13px}.dt__submit{border:1px solid var(--admin-blue);background:var(--admin-blue);color:#fff;cursor:pointer;border-radius:999px;margin-top:4px;padding:12px 16px;font-weight:800}.dt__submit:disabled{opacity:.7;cursor:default}.ie-grid{grid-template-columns:380px 1fr;gap:16px;display:grid}.ie-grid--full{grid-template-columns:1fr}.ie-right--full{width:100%}.ie-tabs{flex-wrap:wrap;gap:10px;margin:10px 0 14px;display:flex}.ie-tab{cursor:pointer;color:#1b2a3ae6;background:#fff;border:1px solid #0000001f;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:800}.ie-tab--active{background:#e74c3c14;border-color:#e74c3c59}.ie-left,.ie-right{flex-direction:column;gap:12px;display:flex}.ie-block{background:#fff;border:1px solid #00000014;border-radius:12px;padding:12px}.ie-label{color:#1b2a3a;margin-bottom:8px;font-weight:700}.ie-label--small{color:#1b2a3abf;margin-top:8px;font-size:12px;font-weight:600}.ie-input,.ie-select,.ie-textarea{border:1px solid #00000024;border-radius:10px;outline:none;width:100%;margin-bottom:10px;padding:10px 12px;font-size:13px}.ie-textarea{resize:vertical;min-height:90px}.ie-row{flex-wrap:wrap;gap:8px;display:flex}.ie-input--small{width:110px;margin-bottom:0}.ie-navGrid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:10px;display:grid}.ie-pick{text-align:left;cursor:pointer;background:#3498db0f;border:1px solid #0000001f;border-radius:10px;width:100%;margin-bottom:10px;padding:8px 10px;font-size:12px;font-weight:700}.ie-pick--active{background:#e74c3c1a;border-color:#e74c3c47}.ie-hint{color:#1b2a3ab8;font-size:12px}.ie-check{align-items:center;gap:10px;margin:6px 0 10px;font-size:13px;display:flex}.ie-canvasWrap{background:#f7f7f9;border:1px solid #0000001f;border-radius:12px;position:relative;overflow:hidden}.ie-scene{width:102%;margin-bottom:-8%;margin-left:-1%;position:relative;transform:translate(2%,-8%)}.ie-img{width:100%;height:auto;display:block}.ie-canvas{cursor:crosshair;width:100%;height:100%;position:absolute;inset:0}.ie-textBox{z-index:20;width:260px;position:absolute;transform:translate(-50%,-50%)}.ie-textBox.hotspot-card-shared{padding:0}.ie-textBoxBody{padding:12px 14px 18px}.ie-textBoxHandle{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;background:#ffffff29;border-radius:10px 10px 0 0;height:17px;display:block}.ie-textBoxHandle:active{cursor:grabbing}.ie-textBox--active{border-color:#e74c3c8c;box-shadow:0 0 0 3px #e74c3c29}.ie-cardTitle{color:#ffd166;margin-bottom:10px;font-size:15px;font-weight:700;line-height:1.3}.ie-cardText{color:#ffffffd9;white-space:pre-wrap;font-size:13px;line-height:1.65}@media (width<=640px){.ie-textBox{width:88vw;transform:translate(-50%,-50%);left:50%!important}}.ie-toolbarSelect{width:220px;margin-bottom:0}.ie-toolbarCheck{margin:0}.ie-details{margin-top:10px}.ie-summary{cursor:pointer;color:#1b2a3acc;margin-bottom:8px;font-size:12px;font-weight:900}.ie-empty{color:#1b2a3ab3;background:#fff;border:1px dashed #0000002e;border-radius:12px;padding:18px}.ie-empty--prompt{text-align:center;background:linear-gradient(165deg,#27ae6017 0%,#fff 42%);border:2px dashed #27ae6061;flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:min(52vh,420px);padding:28px 22px;display:flex;box-shadow:inset 0 1px #ffffffd9}.ie-emptyLead{letter-spacing:-.02em;color:#1b2a3aeb;max-width:28rem;margin:0;font-size:1.06rem;font-weight:800;line-height:1.35}.ie-uploadHeroBtn{color:#063822;background:#27ae6038;border-color:#27ae60a6;border-radius:999px;padding:12px 22px;font-size:15px;font-weight:900;box-shadow:0 2px 12px #27ae6026}.ie-uploadHeroBtn:hover{filter:brightness(.97);box-shadow:0 0 0 3px #27ae6038,0 4px 14px #27ae602e}.ie-uploadHeroBtn:active{transform:translateY(1px)}.ie-hotspotsList{flex-direction:column;gap:10px;display:flex}.ie-hotspotItem{background:#fff;border:1px solid #00000014;border-radius:12px;padding:10px}.ie-toolbar{z-index:5;position:sticky;top:8px}.ie-toolbarHead{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.ie-toolbarRight{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.ie-toolbarInput{width:240px;margin-bottom:0}.ie-hiddenFile{display:none}.ie-uploadBtn{color:#fff;background:#0b4fa3;border-color:#0b4fa3;border-radius:999px;padding:10px 14px;font-weight:900}.ie-uploadBtn:hover{filter:brightness(.97);box-shadow:0 0 0 3px #0b4fa32e}.ie-fileName{text-overflow:ellipsis;white-space:nowrap;color:#1b2a3abf;max-width:260px;font-size:12px;font-weight:800;overflow:hidden}.ie-doneBtn{border-color:var(--admin-blue);background:var(--admin-blue);color:#fff;border-radius:999px;padding:10px 14px;font-weight:900}.ie-doneBtn:hover{filter:brightness(.96);box-shadow:0 0 0 3px #1e88e52e}.ie-doneBtn:disabled{opacity:.65;cursor:default;box-shadow:none}.ie-delBtn{border-color:var(--admin-red);background:var(--admin-red);color:#fff;border-radius:999px;padding:10px 14px;font-weight:900}.ie-delBtn:hover{filter:brightness(.96);box-shadow:0 0 0 3px #e539352e}.ie-delBtn:disabled{opacity:.65;cursor:default;box-shadow:none}.ie-undoBtn{color:#0b3d2a;background:#27ae601f;border-color:#27ae608c;border-radius:999px;padding:10px 14px;font-weight:900}.ie-undoBtn:hover{filter:brightness(.98);box-shadow:0 0 0 3px #27ae602e}.ie-undoBtn:disabled{opacity:.65;cursor:default;box-shadow:none}.ie-betweenScenes{border-top:1px solid #0000001a;margin-top:8px;padding-top:12px}.ie-betweenScenes--empty .ie-betweenScenesHint{margin-top:6px}.ie-betweenScenesLabel{letter-spacing:.04em;text-transform:uppercase;color:#1b2a3a8c;margin-bottom:8px;font-size:11px;font-weight:900}.ie-betweenScenesTools{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ie-betweenScenesHint{color:#1b2a3aad;font-size:13px;line-height:1.45}.ie-codePath{background:#0000000f;border-radius:6px;padding:2px 6px;font-family:ui-monospace,monospace;font-size:12px}.ie-toolbarStampBtn{cursor:pointer;background:#fff;border:2px solid #00000024;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:4px;display:inline-flex}.ie-toolbarStampBtn img{object-fit:contain;pointer-events:none;width:28px;height:28px;display:block}.ie-toolbarStampBtn:hover:not(:disabled){border-color:#0b4fa373;box-shadow:0 0 0 2px #0b4fa31f}.ie-toolbarStampBtn--active{border-color:#e74c3cbf;box-shadow:0 0 0 2px #e74c3c33}.ie-toolbarStampBtn:disabled{opacity:.45;cursor:default}.ie-stampWrap{z-index:12;pointer-events:auto;position:absolute;transform:translate(-50%,-50%)}.ie-stampWrap--active{z-index:14}.ie-stamp{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;transform-origin:50%;filter:drop-shadow(0 0 3px #e4ffea)drop-shadow(0 0 12px #00ff66f2)drop-shadow(0 0 22px #00ff669e)drop-shadow(0 2px 10px #00000057);width:120px;height:120px;display:block}.ie-stampWrap--active .ie-stamp{filter:drop-shadow(0 0 3px #eaffef)drop-shadow(0 0 16px #0f6)drop-shadow(0 0 30px #00ff66c7)drop-shadow(0 3px 10px #00000061)}.ie-stampControls{pointer-events:none;position:absolute;inset:0}.ie-stampCtrlBtn{z-index:3;color:#fff;cursor:pointer;pointer-events:auto;background:#ffffff24;border:none;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;line-height:1;display:inline-flex;position:absolute}.ie-stampCtrlBtn:hover{background:#ffffff42}.ie-stampCtrlBtn--rotLeft{top:-10px;left:-10px}.ie-stampCtrlBtn--rotRight{top:-10px;right:-10px}.ie-stampCtrlBtn--scaleDown{bottom:-10px;left:-10px}.ie-stampCtrlBtn--scaleUp{bottom:-10px;right:-10px}.ie-stampClose{color:#fff;cursor:pointer;background:#000000b8;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:18px;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:2px;box-shadow:0 1px 4px #00000059}.ie-stampClose:hover{background:#e74c3cf2}.ie-stampSceneMenu{box-sizing:border-box;color:#fff;z-index:2;pointer-events:none;background:#0a0a14b8;border:1px solid #ffb43257;border-radius:8px;flex-direction:column;justify-content:center;align-items:stretch;gap:4px;width:100%;height:100%;max-height:100%;padding:5px 6px;display:flex;position:absolute;inset:0;overflow:hidden auto}.ie-stampSceneMenu .ie-stampSceneBtn,.ie-stampSceneMenu .ie-stampSceneSelect,.ie-stampSceneMenu .ie-stampSceneTarget,.ie-stampSceneMenu .ie-stampSceneRow{pointer-events:auto}.ie-stampSceneRow{gap:4px;min-width:0;display:flex}.ie-stampSceneTarget{color:#ffffffe0;text-overflow:ellipsis;white-space:nowrap;padding:0 0 2px;font-size:9px;line-height:1.25;overflow:hidden}.ie-stampSceneMissing{color:#ff6b6b;text-shadow:0 0 5px #00000073;padding:0 0 2px;font-size:10px;font-weight:800;line-height:1.25}.ie-stampSceneSelect{color:#fff;background:#ffffff1f;border:1px solid #ffffff38;border-radius:6px;flex:1;width:100%;min-width:0;padding:4px 5px;font-size:10px}.ie-stampSceneSelect option{color:#111;background:#fff}.ie-stampSceneBtn{color:#fff;cursor:pointer;background:#ffffff24;border:1px solid #ffffff38;border-radius:6px;width:100%;padding:4px 6px;font-size:10px;line-height:1.25}.ie-stampSceneBtn:hover:not(:disabled){background:#ffffff2e}@media (width<=980px){.ie-grid,.ie-navGrid{grid-template-columns:1fr}}.app{flex-direction:column;min-height:100vh;display:flex;position:relative}.start-dictant{flex:1;width:100%;max-width:720px;margin:0 auto;padding:96px 28px 48px}.start-dictant__back{color:var(--red-dark);margin-bottom:20px;font-size:15px;font-weight:600;text-decoration:none;display:inline-block}.start-dictant__back:hover{color:var(--red);text-decoration:underline}.start-dictant__title{color:var(--dark);margin-bottom:12px;font-size:1.75rem;font-weight:700}.start-dictant__lead{color:#000;font-size:1rem;line-height:1.6}.start-dictant__lead label,.start-dictant__lead span,.start-dictant__lead div,.start-dictant__lead p{color:#000}.start-dictant__answerBtn{background:#1e88e5;border-color:#1e88e5;color:#fff!important}.start-dictant__answerBtn:hover{background:#1976d2;border-color:#1976d2;box-shadow:0 0 0 3px #1e88e533}.start-dictant__answerBtn:disabled{opacity:1;background:#90caf9;border-color:#90caf9;color:#fff!important}.container{max-width:1200px;margin:0 auto;padding:0 28px}.section{padding:60px 0}.about-lead{color:#fff;background:linear-gradient(135deg, var(--red-dark) 0%, var(--orange) 100%);border-radius:var(--radius-lg);margin-bottom:32px;padding:24px 28px;font-size:17px;font-weight:500;line-height:1.7}.about-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;display:grid}.about-block{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:24px 26px}.about-block h2{color:var(--red-dark);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:14px;font-size:12px;font-weight:700}.about-block p{color:var(--dark-2);font-size:15px;line-height:1.65}.about-block ul{flex-direction:column;gap:10px;padding-left:18px;display:flex}.about-block li{color:var(--dark-2);font-size:15px;line-height:1.55}.about-ranks{flex-direction:column;gap:8px;margin:14px 0;display:flex}.rank-card{background:var(--bg);border-radius:var(--radius-sm);color:var(--dark);border-left:3px solid var(--orange);padding:10px 14px;font-size:14px;font-weight:600}.about-note{color:var(--grey);margin-top:8px;font-size:13px;line-height:1.5}
