:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{-webkit-tap-highlight-color:transparent}button:focus{outline:none}html,body{margin:0;padding:0;width:100vw;height:100vh;font-family:Inter,Arial,sans-serif;overflow:hidden;overscroll-behavior:none;background-color:#000;touch-action:none;-webkit-font-smoothing:antialiased}#root{width:100%;height:100%;overflow:hidden}.vn-bg{min-height:100vh;background:#222}.vn-overlay{background:#0006;min-height:100vh;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:20px;box-sizing:border-box}.vn-hud{position:absolute;top:10px;left:10px;display:flex;gap:12px;color:#fff;font-size:14px;z-index:50}.vn-window{width:min(900px,96%);background:#000000a6;border-radius:10px;padding:18px;color:#fff;margin-bottom:30px;box-shadow:0 6px 18px #0009}.vn-title{margin:0 0 8px;font-size:20px}.vn-text{margin:0 0 12px;line-height:1.45}.vn-choices{display:flex;flex-wrap:wrap;gap:10px}.vn-btn{background:#fff;color:#111;border:none;padding:10px 14px;border-radius:8px;cursor:pointer;font-size:15px}.vn-btn:hover{transform:translateY(-2px);transition:.12s}.app-container{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;padding:12px;box-sizing:border-box;background-image:url(/assets/bg-catalog.jpg?v=2);background-color:#000;background-size:cover;background-position:center;background-attachment:fixed;position:relative;touch-action:auto}.app-inner{width:100%;max-width:480px}.app-header{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.app-menu{border:1px solid #e6e6e6;border-radius:10px;padding:10px;background:#fff;box-shadow:0 6px 18px #0000000a}.stories-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding-bottom:12px}.story-card{border-radius:12px;overflow:hidden;cursor:pointer;background:transparent;display:flex;flex-direction:column;align-items:stretch}.story-thumb{width:100%;aspect-ratio:3 / 4;-o-object-fit:cover;object-fit:cover;display:block;border-radius:10px;box-shadow:0 6px 14px #0000000f}.story-title-small{text-align:center;font-size:14px;padding:6px 4px;color:#111;background:transparent;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.story-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:50}.story-modal-inner{width:82%;max-width:380px;aspect-ratio:3 / 4;border-radius:12px;overflow:hidden;position:relative;display:flex;flex-direction:column;background:#000}.story-modal-thumb-wrapper{position:relative;width:100%;height:100%}.story-modal-thumb{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.story-modal-gradient{position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(to top,#000000e6,#0000);pointer-events:none}.story-modal-info{position:absolute;left:10px;right:10px;bottom:10px;display:flex;flex-direction:column;gap:8px;color:#fff;z-index:12}.story-modal-series{font-weight:700;font-size:16px;color:#fff}.story-modal-anno{font-size:14px;line-height:1.4;color:#fff;max-height:calc(33% - 60px);overflow-y:auto;padding-right:6px}.story-modal-row{display:flex;justify-content:flex-start;align-items:center}.story-modal-play{width:20%;min-width:64px;padding:8px 10px;border-radius:8px;background:#fff;border:none;font-weight:600;cursor:pointer}.story-modal-tome{position:absolute;top:10px;left:10px;color:#fff;font-weight:700;z-index:15;background:#00000080;padding:4px 8px;border-radius:6px}.story-modal-close{position:absolute;top:10px;right:10px;z-index:15;background:#fffffff2;border:none;border-radius:6px;padding:6px 8px;cursor:pointer}@media(max-width:380px){.stories-grid{gap:10px}.story-title-small{font-size:13px;padding:5px 3px}}@media(min-width:900px){.stories-grid{grid-template-columns:repeat(3,1fr);gap:16px}}.story-card{position:relative}.locked-overlay{position:absolute;top:0;left:0;width:100%;height:calc(100% + -0px);display:flex;align-items:center;justify-content:center;background:#00000073;border-radius:12px;z-index:8;pointer-events:auto}.locked-content{text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px}.locked-icon{font-size:34px;line-height:1;filter:drop-shadow(0 4px 12px rgba(0,0,0,.6))}.locked-text{font-size:13px;opacity:.95;background:#0000;padding:2px 6px;border-radius:6px;color:#fff}.splash-root{position:fixed;inset:0;display:flex;justify-content:center;overflow:hidden;z-index:9999;background-color:#000}.splash-bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0;opacity:.8}.magic-container{position:absolute;bottom:25vh;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:1}.neon-heart-svg{width:80px;height:80px;overflow:visible;filter:drop-shadow(0 0 10px rgba(255,0,0,.8)) drop-shadow(0 0 20px rgba(255,0,0,.6)) drop-shadow(0 0 30px rgba(255,0,0,.4))}.heart-base{fill:#fffffff2;stroke:red;stroke-width:.5}.heart-spark{fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:15 65;animation:sparkRun .6s linear infinite}.sparkle{position:absolute;width:3px;height:3px;background-color:#fff;border-radius:50%;box-shadow:0 0 5px #fff,0 0 10px #f33;opacity:0}.s1{animation:fall1 .9s ease-in infinite .1s}.s2{animation:fall2 1.1s ease-in infinite .3s}.s3{animation:fall3 .8s ease-in infinite .5s}.s4{animation:fall4 1.2s ease-in infinite .2s}.s5{animation:fall5 1s ease-in infinite .4s}.s6{animation:fall6 .95s ease-in infinite .15s}.s7{animation:fall1 1.05s ease-in infinite .6s}.s8{animation:fall2 .85s ease-in infinite .25s}.s9{animation:fall3 1.15s ease-in infinite .7s}.s10{animation:fall4 .9s ease-in infinite .8s}.s11{animation:fall5 1.25s ease-in infinite .35s}.s12{animation:fall6 .8s ease-in infinite .05s}.s13{animation:fall1 1.1s ease-in infinite .9s}.s14{animation:fall2 .95s ease-in infinite .45s}.s15{animation:fall3 1.2s ease-in infinite .65s}.s16{animation:fall4 .85s ease-in infinite .55s}.s17{animation:fall5 1.05s ease-in infinite .15s}.s18{animation:fall6 .9s ease-in infinite .85s}.s19{animation:fall1 1.15s ease-in infinite .75s}.s20{animation:fall2 .8s ease-in infinite .95s}@keyframes fall1{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-30px,80px) scale(.1);opacity:0}}@keyframes fall2{0%{transform:translate(0) scale(1.5);opacity:1}to{transform:translate(35px,100px) scale(.1);opacity:0}}@keyframes fall3{0%{transform:translate(0) scale(.8);opacity:1}to{transform:translate(-15px,60px) scale(.1);opacity:0}}@keyframes fall4{0%{transform:translate(0) scale(1.2);opacity:1}to{transform:translate(20px,90px) scale(.1);opacity:0}}@keyframes fall5{0%{transform:translate(0) scale(1.4);opacity:1}to{transform:translate(5px,110px) scale(.1);opacity:0}}@keyframes fall6{0%{transform:translate(0) scale(1.1);opacity:1}to{transform:translate(-45px,75px) scale(.1);opacity:0}}.heart-spark{fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:15 65;animation:sparkRun 1.5s linear infinite}@keyframes sparkRun{0%{stroke-dashoffset:80}to{stroke-dashoffset:0}}.sparkle-stream{position:relative;width:2px;height:2px;margin-top:-15px}.sparkle{position:absolute;width:3px;height:3px;background-color:#fff;border-radius:50%;box-shadow:0 0 4px #fff,0 0 8px red;opacity:0}.s1{animation:fall1 1.2s ease-in infinite}.s2{animation:fall2 1.4s ease-in infinite .3s}.s3{animation:fall3 1.1s ease-in infinite .6s}.s4{animation:fall4 1.5s ease-in infinite .9s}.s5{animation:fall5 1.3s ease-in infinite .45s}@keyframes fall1{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(-20px,60px) scale(.1);opacity:0}}@keyframes fall2{0%{transform:translate(0) scale(1.5);opacity:1}to{transform:translate(25px,80px) scale(.1);opacity:0}}@keyframes fall3{0%{transform:translate(0) scale(.8);opacity:1}to{transform:translate(-10px,50px) scale(.1);opacity:0}}@keyframes fall4{0%{transform:translate(0) scale(1.2);opacity:1}to{transform:translate(15px,70px) scale(.1);opacity:0}}@keyframes fall5{0%{transform:translate(0) scale(1.4);opacity:1}to{transform:translateY(90px) scale(.1);opacity:0}}.app-container:before{content:"";position:absolute;inset:0;background:#0000;pointer-events:none}.splash-root{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;overflow:hidden}.splash-bg{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.splash-box{position:relative;z-index:1;background:#00000069;padding:20px;border-radius:12px;text-align:center;max-width:90%}.splash-sub{font-size:16px;margin-bottom:16px}.splash-spinner{width:48px;height:48px;margin:0 auto;border:4px solid transparent;border-top-color:#ffd166;border-right-color:#ff6b6b;border-radius:50%;box-shadow:0 0 12px #ffdb7059;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-header{position:sticky;top:0;z-index:60;background:transparent;padding:10px 12px;display:flex;justify-content:center;align-items:center}.app-header-inner{width:100%;max-width:480px;display:flex;align-items:center;justify-content:flex-start;position:relative;padding-left:12px;padding-right:64px}.balances{display:flex;gap:10px;align-items:center}.pill{background:#00000080;color:#fff;padding:8px 12px;border-radius:999px;min-width:84px;text-align:center;box-shadow:0 6px 14px #0000002e;display:flex;flex-direction:column;gap:2px;font-family:Inter,Arial,sans-serif}.pill-label{font-size:11px;color:#ffffffd9;line-height:1;opacity:.9}.pill-value{font-size:14px;font-weight:700;line-height:1}.menu-pill{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;padding:8px 10px;border-radius:999px;border:none;box-shadow:0 6px 14px #0000002e;cursor:pointer;display:flex;align-items:center;justify-content:center}.menu-dots{font-size:20px;line-height:1;transform:translateY(1px)}.app-menu-dropdown{position:absolute;right:12px;top:64px;z-index:70;width:220px;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000002e;padding:10px;display:flex;flex-direction:column;gap:8px;overflow:hidden}.menu-item{background:transparent;border:none;text-align:left;padding:8px 10px;border-radius:8px;cursor:pointer;font-size:14px;color:#111}.menu-item:hover{background:#0000000f}.menu-separator{height:1px;background:#eee;margin:6px 0}.menu-contact{font-size:12px;color:#666;padding-left:6px}.catalog-title{text-align:center;font-size:18px;font-weight:700;margin:14px 0 8px}.modal-backdrop{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-card{background:#fff;border-radius:16px;padding:24px;max-width:400px;width:100%;box-shadow:0 10px 40px #0000004d}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.app-inner{width:100%;max-width:480px;height:100vh;display:flex;flex-direction:column;justify-content:center;padding-bottom:12vh;box-sizing:border-box;position:relative}.app-header{position:absolute;top:65px;transform:translateY(-50%);left:0;width:100%;padding:0 20px;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;z-index:50;background:transparent!important}.menu-btn{width:48px;height:48px;flex-shrink:0;border-radius:50%;background:#6b0000cc!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;box-shadow:0 4px 10px #00000080;cursor:pointer;padding-bottom:4px}.ad-floating-btn{position:absolute;bottom:95px;right:15px;background:#6b0000cc;border:1px solid rgba(255,255,255,.1);border-radius:30px;padding:12px 24px;color:#fff;font-weight:700;font-size:16px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 10px #00000080;cursor:pointer;z-index:50}@keyframes charSlideLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes charSlideRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.anim-slide-left{animation:charSlideLeft .8s cubic-bezier(.2,.8,.2,1) forwards!important}.anim-slide-right{animation:charSlideRight .8s cubic-bezier(.2,.8,.2,1) forwards!important}
