.category-select-wrapper{background:#fff;border:1px solid #eef2f6;border-radius:100px;align-items:center;gap:12px;padding:8px 16px;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.category-select-wrapper:hover{border-color:#2962ff;box-shadow:0 8px 12px -1px #00000014}.category-select-wrapper .filter-icon{color:#94a3b8}.category-select-wrapper .category-select{color:#1e293b;cursor:pointer;background:0 0;border:none;outline:none;padding-right:10px;font-size:14px;font-weight:600}.statistics-page{flex-direction:column;gap:32px;padding:24px 24px 24px 0;display:flex}.statistics-page__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.statistics-page .header-title-wrapper{align-items:center;gap:16px;display:flex}.statistics-page .header-title-wrapper .header-icon{color:#2962ff}.statistics-page .header-title-wrapper h1{color:#2962ff;font-size:28px;font-weight:600}.statistics-page .total-badge{color:#fff;background:#2962ff;border-radius:100px;align-items:center;gap:12px;padding:12px 24px;display:flex;box-shadow:0 8px 16px #2962ff33}.statistics-page .total-badge .total-label{opacity:.9;font-size:14px;font-weight:500}.statistics-page .total-badge .total-value{font-size:20px;font-weight:700}.statistics-page .header-actions{align-items:center;gap:20px;display:flex}.statistics-page .statistics-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.statistics-page .stat-card{background:#fff;border:1px solid #eef2f6;border-radius:24px;flex-direction:column;gap:20px;padding:32px;transition:all .3s;display:flex;position:relative;overflow:hidden}.statistics-page .stat-card:hover{border-color:#2962ff4d;transform:translateY(-5px);box-shadow:0 20px 40px #0000000f}.statistics-page .stat-card__icon-wrapper{color:#2962ff;background:#2962ff14;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.statistics-page .stat-card__content h3{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px;font-size:14px;font-weight:600}.statistics-page .stat-card__content .stat-card__value-box{align-items:baseline;gap:8px;display:flex}.statistics-page .stat-card__content .stat-card__value-box .count{color:#1e293b;font-size:36px;font-weight:800;font-family:SF Pro Display!important}.statistics-page .stat-card__content .stat-card__value-box .label{color:#94a3b8;font-size:14px;font-weight:500}.statistics-page .stat-card__footer{align-items:center;gap:12px;margin-top:auto;display:flex}.statistics-page .stat-card__footer .progress-bar-bg{background:#f1f5f9;border-radius:100px;flex:1;height:6px;overflow:hidden}.statistics-page .stat-card__footer .progress-bar-fill{background:linear-gradient(90deg,#2962ff,#60a5fa);border-radius:100px;height:100%}.statistics-page .stat-card__footer .percentage{color:#64748b;min-width:32px;font-size:12px;font-weight:700}.statistics-page .stat-card .card-arrow{color:#e2e8f0;transition:color .3s;position:absolute;top:32px;right:32px}.statistics-page .stat-card:hover .card-arrow{color:#2962ff}.statistics-page .statistics-chart-container{background:#fff;border:1px solid #eef2f6;border-radius:24px;margin-bottom:24px;padding:32px;box-shadow:0 4px 6px -1px #0000000d}.statistics-page .statistics-chart-container h2{color:#1e293b;margin-bottom:32px;font-size:20px;font-weight:600}.statistics-page .chart-wrapper.circular{justify-content:center;align-items:center;gap:64px;height:400px;padding:20px;display:flex}@media (max-width:1024px){.statistics-page .chart-wrapper.circular{gap:32px}}@media (max-width:768px){.statistics-page .chart-wrapper.circular{flex-direction:column;gap:40px;height:auto}}.statistics-page .donut-container{flex-shrink:0;width:280px;height:280px;position:relative}.statistics-page .donut-container .donut-svg{width:100%;height:100%}.statistics-page .donut-container .donut-center{text-align:center;flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.statistics-page .donut-container .donut-center .donut-total{color:#1e293b;font-size:42px;font-weight:800;line-height:1}.statistics-page .donut-container .donut-center .donut-label{color:#94a3b8;text-transform:uppercase;margin-top:4px;font-size:14px;font-weight:600}.statistics-page .chart-legend{flex-direction:column;gap:16px;min-width:260px;display:flex}.statistics-page .chart-legend .legend-item{cursor:pointer;background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;align-items:center;gap:16px;padding:16px;transition:all .3s;display:flex}.statistics-page .chart-legend .legend-item .legend-marker-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative}.statistics-page .chart-legend .legend-item .legend-marker-wrapper .legend-marker{opacity:.15;border-radius:12px;position:absolute;inset:0}.statistics-page .chart-legend .legend-item .legend-marker-wrapper .legend-icon-small{color:#1e293b;justify-content:center;align-items:center;display:flex}.statistics-page .chart-legend .legend-item .legend-marker-wrapper .legend-icon-small svg{width:20px;height:20px}.statistics-page .chart-legend .legend-item .legend-info{flex-direction:column;flex:1;gap:4px;display:flex}.statistics-page .chart-legend .legend-item .legend-info .legend-top{justify-content:space-between;align-items:center;display:flex}.statistics-page .chart-legend .legend-item .legend-info .legend-top .legend-name{color:#1e293b;font-size:14px;font-weight:700}.statistics-page .chart-legend .legend-item .legend-info .legend-top .legend-percent{color:#2962ff;background:#2962ff1a;border-radius:6px;padding:2px 8px;font-size:12px;font-weight:800}.statistics-page .chart-legend .legend-item .legend-info .legend-bottom{align-items:baseline;gap:6px;display:flex}.statistics-page .chart-legend .legend-item .legend-info .legend-bottom .legend-value{color:#1e293b;font-size:18px;font-weight:800}.statistics-page .chart-legend .legend-item .legend-info .legend-bottom .legend-unit{color:#94a3b8;font-size:12px;font-weight:500}@media (max-width:768px){.statistics-page__header{flex-direction:column;align-items:flex-start;gap:20px}.statistics-page .total-badge{justify-content:center;width:100%}}*{box-sizing:border-box;margin:0;padding:0;font-family:serif!important}select:focus,select:focus-visible{outline:none!important}html,body{color:#000;-webkit-font-smoothing:antialiased;background-color:#fff;height:100%;font-family:Palatino Linotype,Inter,system-ui,-apple-system,sans-serif;line-height:1.5}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}@media (max-width:750px){.mobile{display:none!important}}@media (min-width:750px){.desktop{display:none!important}}.loading{justify-content:center;align-items:center;padding:20px;display:flex}.loading>span{border:7px solid #e1e1e1;border-top-color:#2962ff;border-radius:50px;width:60px;height:60px;animation:.7s linear infinite loadingAnim}@keyframes loadingAnim{0%{rotate:none}to{rotate:360deg}}.input__element{flex-direction:column;gap:8px;width:100%;margin-bottom:8px;display:flex}.input__element span{opacity:.7;color:#070707;margin-left:4px;font-size:16px;font-weight:600}.input__element input,.input__element .form-control{color:#505050;background:#ffffff0d;border:1px solid #e1e1e1;border-radius:12px;width:100%;min-width:350px;max-width:350px;height:48px;padding:0 16px;font-family:inherit;font-size:16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.input__element input:focus,.input__element .form-control:focus{background:#ffffff14;border-color:#2962ff;outline:none;box-shadow:0 0 0 4px #2962ff26}.input__element input::placeholder,.input__element .form-control::placeholder{color:#505050}.input__element .form-control{align-items:center;display:flex}.input__error{color:#ff4d4d;margin-top:4px;margin-left:4px;font-size:12px;font-weight:500;transition:all .3s}.login__page{background:#f0f7ff;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden;max-width:100%!important;padding-right:0!important}.login__page:before{content:"";filter:blur(80px);z-index:0;pointer-events:none;opacity:.9;background:radial-gradient(circle at 10% 20%,#fff 0%,#0000 40%),radial-gradient(circle at 90% 10%,#82b1ff 0%,#0000 50%),radial-gradient(circle at 30% 70%,#0091ff 0%,#0000 60%),radial-gradient(circle at 70% 80%,#0091ff 0%,#0000 40%),radial-gradient(circle,#e3f2fd 0%,#0000 100%);animation:15s ease-in-out infinite alternate meshAnimation;position:absolute;inset:0%}.login__page:after{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#fff6 0%,#82b1ff1a 100%);position:absolute;inset:0}.login__page main{z-index:1;width:100%;max-width:420px;animation:.8s ease-out fadeIn}.login__page .login__content{-webkit-backdrop-filter:blur(30px);background:#ffffffd9;border:1px solid #ffffff80;border-radius:32px;flex-direction:column;align-items:center;gap:40px;padding:48px;display:flex;box-shadow:0 20px 40px -10px #004cff0d,0 0 0 1px #004cff05}.login__page .login__header{justify-content:center;align-items:center;display:flex}.login__page .login-icon{color:#fff}.login__page .login__form{flex-direction:column;gap:16px;width:100%;display:flex}.login__page .login__error-msg{color:#ff4d4d;text-align:center;font-size:14px;font-weight:500;animation:.3s ease-out fadeIn}.button{color:#fff;cursor:pointer;background:#2962ff;border:none;border-radius:16px;justify-content:center;align-items:center;width:100%;height:52px;font-size:16px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.button:hover{transform:scale(1.02);box-shadow:0 12px 24px #0003}.button:active{transform:translateY(0)}.button:disabled{opacity:.5;cursor:not-allowed;transform:none}.component__main{opacity:1}.component__main>header{background-color:#2962ff;align-items:center;gap:44px;width:100%;height:97px;padding:0 33px;display:flex}.component__main>header>svg{cursor:pointer}.component__main h1{color:#fff;font-family:SF Pro Display;font-weight:500;font-style:Medium;letter-spacing:.34px;vertical-align:middle;font-size:32px;line-height:160%}.component__main>div{gap:38px;padding-right:68px;display:flex}.component__main>div>div{flex-direction:column;flex:1;gap:10px;max-width:calc(100% - 176px);padding-top:20px;display:flex}.reader-page{max-width:100%!important}.left__menu{border:1px solid #dadada;flex-direction:column;justify-content:space-between;gap:40px;height:calc(100vh - 97px);padding:29px 28px;display:flex}.left__menu .menu-icon-circle{color:#3a3a3a;cursor:pointer;border:1.5px solid #d4dae3;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .25s;display:flex}.left__menu .menu-icon-circle:hover{color:#2962ff;background:#2962ff0a;border-color:#2962ff}.left__menu>nav{flex-direction:column;align-items:center;gap:40px;display:flex}.left__menu>nav div{position:relative}.left__menu>nav div:before{content:"";z-index:-1;width:108px;height:51px;padding:6px 0;position:absolute;top:-6px;left:-29px}.left__menu>nav .active .menu-icon-circle{color:#2962ff;background:#2962ff0f;border-color:#2962ff}.left__menu>nav .active:before{background:linear-gradient(280deg,#e3f2fd 0 15%,#2962ff 100%)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes meshAnimation{0%{transform:scale(1)translate(0%)rotate(0)}33%{transform:scale(1.1)translate(3%,5%)rotate(2deg)}66%{transform:scale(1.2)translate(-3%,3%)rotate(-2deg)}to{transform:scale(1)translate(0%)rotate(0)}}.title{color:#2962ff!important;font-size:28px!important;font-weight:600!important}.category__content>header{color:#a4a4a4;background-color:#e3f2fd;border-radius:8px;align-items:end;gap:7px;height:70px;padding:10px 20px 0;display:flex;position:relative;overflow:auto}.category__content>header>svg{margin-top:-10px}.category__content>header>h1{padding-bottom:10px}.category__content>header>div{align-items:center;gap:10px;max-width:100%;padding-bottom:10px;font-size:25px;font-weight:600;display:flex;overflow:auto}.category__content>header>div>span{cursor:pointer;transition:color .2s}.category__content>header>div>span:hover{color:#2962ff}.select__wrapper{width:100%;min-width:350px;max-width:350px;position:relative}.select__wrapper>select{color:#505050;cursor:pointer;appearance:none;z-index:1;background:#ffffff0d;border:1px solid #e1e1e1;border-radius:12px;width:100%;height:48px;padding:0 40px 0 16px;font-family:inherit;font-size:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.select__wrapper>select:focus{background:#ffffff14;border-color:#2962ff;outline:none;box-shadow:0 0 0 4px #2962ff26}.select__wrapper>select.placeholder{color:#50505080}.select__arrow{pointer-events:none;z-index:2;align-items:center;transition:transform .3s;display:flex;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.elements__content>.header-elements-page{scrollbar-width:none;background-color:#0000;align-items:center;gap:12px;padding:16px 0;display:flex;overflow-x:auto}.elements__content>.header-elements-page::-webkit-scrollbar{display:none}.elements__content>.header-elements-page>div{white-space:nowrap;color:#3a3a3a;cursor:pointer;background-color:#fff;border:1.5px solid #d4dae3;border-radius:100px;padding:10px 20px;font-size:16px;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #00000005}.elements__content>.header-elements-page>div:hover{color:#2962ff;background:#2962ff0a;border-color:#2962ff;transform:translateY(-2px);box-shadow:0 4px 12px #2962ff1f}.elements__content>.header-elements-page>div:active{transform:translateY(0);box-shadow:0 2px 4px #2962ff14}.elements__content>.header-elements-page>div.active{color:#2962ff;background:#2962ff0a;border-color:#2962ff;transform:translateY(-2px);box-shadow:0 4px 12px #2962ff1f}.home-page{max-width:100%!important;padding-top:0!important}.header-home{z-index:100;background:#fff;justify-content:center;align-items:center;gap:90px;height:118px;display:flex;top:0;box-shadow:0 4px 8px #dfe9f1}.header-home>nav{align-items:center;gap:140px;width:800px;height:100%;display:flex}@media (max-width:750px){.header-home>nav{width:auto}}.header-home>nav>span{cursor:pointer;border-bottom:5px solid #0000;align-items:center;height:100%;display:flex}.header-home>nav>span h1{color:#666;margin:0;font-size:24px;font-weight:700;transition:color .2s}.header-home>nav>span h1:hover{color:#333}.header-home>nav>span.active{border-bottom:5px solid #2962ff}.header-home>nav>span.active h1{color:#2962ff}.home-page__content{z-index:2;flex-direction:column;justify-content:space-between;align-items:center;width:100%;margin:0 auto;display:flex;max-width:1440px!important}.section-header{border-bottom:2px solid #f0f4f8;justify-content:space-between;align-items:center;width:100%;margin-bottom:30px;padding:10px 0;display:flex}.section-header__title{color:#1e88e5;text-transform:uppercase;letter-spacing:1px;font-size:28px;font-weight:700}@media (max-width:768px){.section-header__title{font-size:20px}}.section-header__all{color:#333;background:#fff;border:1.5px solid #e0e0e0;border-radius:100px;align-items:center;gap:8px;padding:8px 20px;font-size:16px;font-weight:600;transition:all .3s;display:flex}.section-header__all:hover{color:#2962ff;background:#f0f7ff;border-color:#2962ff}@media (max-width:768px){.section-header__all{padding:6px 14px;font-size:14px}}.section-header__all svg{font-size:20px}.book-grid{gap:30px;margin-bottom:60px;display:flex}.book-card{flex-direction:column;width:200px;transition:transform .3s;display:flex}.book-card:hover{transform:translateY(-8px)}.book-card:hover .book-card__image{box-shadow:0 12px 24px #00000026}.book-card__image{aspect-ratio:2/3;background:#f5f5f5;border-radius:12px;width:100%;margin-bottom:12px;transition:box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.book-card__content{flex-direction:column;gap:4px;display:flex}.book-card__title{color:#333;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:17px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.book-card__author{color:#777;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:2px;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.book-card__date{color:#bbb;margin-bottom:8px;font-size:12px}.book-card--video .book-card__image{aspect-ratio:1}.book-card .video-hover-overlay{opacity:0;z-index:2;pointer-events:none;background:#0000004d;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.book-card:hover .video-hover-overlay{opacity:1}.type-badge{border:1px solid #0000;border-radius:100px;align-items:center;gap:6px;width:fit-content;padding:4px 12px;font-size:13px;font-weight:600;display:inline-flex}.type-badge svg{font-size:16px}.type-badge--text{color:#555;background:#fff;border-color:#e0e0e0}.type-badge--video,.type-badge--audio{color:#444;background:#fff;border-color:#e0e0e0}.content-home{width:100%}.search-input{border-radius:50px;width:547px;height:50px;display:flex;overflow:hidden;box-shadow:0 4px 12px #0000000d}.search-input>input{border:1px solid #d8d8d8;border-right:0;border-radius:50px 0 0 50px;flex:1;padding:0 28px;font-size:16px}.search-input>input:focus{border-color:#2962ff;outline:none}.search-input>button{color:#fff;background-color:#2962ff;justify-content:center;align-items:center;gap:3px;padding:0 32px;font-size:16px;font-weight:600;transition:background .3s;display:flex}.search-input>button:hover{background:#1e88e5}.search-input>button>svg{font-size:20px}.user__content,.swiper-admin-container{padding-left:0!important}.user__content>header,.swiper-admin-container>header{margin-bottom:20px}.user__content>header>h1,.swiper-admin-container>header>h1{color:#2962ff;font-size:28px;font-weight:600}.swiper-grid>main{flex-direction:column;display:flex}.swiper-grid>main>div{height:138px}.catalog-page{background-color:#fff;flex-direction:column;min-height:100vh;display:flex}.catalog-page__content{flex:1;gap:40px;padding:20px 40px;display:flex}.catalog-page__main{flex-direction:column;flex:1;gap:24px;padding-left:30px;display:flex}.catalog-page__content{width:100%;max-width:1440px;margin:0 auto}.catalog-page__content .catalog-page__main{border-left:1px solid #e0e0e0}.catalog-page__content .book-grid{min-height:500px}.catalog-top-bar{justify-content:center;gap:32px;height:60px;margin-bottom:20px;display:flex;box-shadow:0 4px 8px #dfe9f1}.catalog-top-bar__item{color:#666;cursor:pointer;text-transform:uppercase;background:0 0;border:none;padding:8px 0;font-size:16px;font-weight:600;transition:color .2s;position:relative}.catalog-top-bar__item:hover{color:#333}.catalog-top-bar__item.active{color:#2962ff}.catalog-top-bar__item.active:after{content:"";background-color:#2962ff;height:3px;position:absolute;bottom:-1px;left:0;right:0}.catalog-side-nav{flex-direction:column;gap:8px;width:280px;display:flex}.catalog-side-nav__wrapper{flex-direction:column;width:100%;display:flex}.catalog-side-nav__wrapper.nested{padding-left:20px}.catalog-side-nav__wrapper.nested .catalog-side-nav__link{text-transform:none;padding:8px 16px;font-size:16px}.catalog-side-nav__item{cursor:pointer;border-radius:8px;transition:all .2s;overflow:hidden}.catalog-side-nav__item.active{background-color:#f0f4ff}.catalog-side-nav__item.active .catalog-side-nav__link{color:#2962ff;font-weight:600}.catalog-side-nav__item:hover:not(.active){background-color:#f5f5f5}.catalog-side-nav__item.expanded .catalog-side-nav__arrow{transform:rotate(180deg)}.catalog-side-nav__link{color:#333;text-transform:uppercase;align-items:center;gap:12px;padding:12px 16px;font-size:18px;transition:color .2s;display:flex}.catalog-side-nav__link span{white-space:normal;-webkit-line-clamp:2;text-overflow:ellipsis;word-break:break-word;-webkit-box-orient:vertical;flex:1;line-height:1.3;display:-webkit-box;overflow:hidden}.catalog-side-nav__link svg{flex-shrink:0}.catalog-side-nav__arrow-wrapper{border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s;display:flex}.catalog-side-nav__arrow-wrapper:hover{background-color:#0000000d}.catalog-side-nav__arrow{color:#999;transition:transform .3s}.catalog-side-nav__children{flex-direction:column;gap:4px;margin-top:4px;margin-bottom:8px;display:flex}.catalog-side-nav__loader{border:2px solid #2962ff;border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.book-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;width:100%;display:grid}.home-book-grid{grid-template-columns:repeat(8,1fr);gap:24px;width:100%;display:grid}.home-book-grid .book-card{width:100%}.home-book-grid .book-card--video{grid-column:span 2}.home-book-grid .book-card--video .book-card__image{aspect-ratio:1.45}.catalog-controls{justify-content:flex-end;margin-bottom:16px;display:flex}.sort-select{background-color:#fff;border:1px solid #e0e0e0;border-radius:20px;align-items:center;height:34px;padding:0 16px;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.sort-select:focus-within{border-color:#2962ff;box-shadow:0 0 0 3px #2962ff26}.sort-select>select{cursor:pointer;background:0 0;border:none;width:100%;height:100%}.sort-select>select:focus,.sort-select>select:focus-visible{outline:none!important}.pagination{justify-content:center;align-items:center;gap:16px;margin-top:40px;padding-bottom:20px;display:flex}.pagination__btn{cursor:pointer;color:#666;background:0 0;border:none;align-items:center;display:flex}.pagination__btn:disabled{color:#ccc;cursor:not-allowed}.pagination__info{color:#333;font-size:16px;font-weight:500}.transfer-branch{color:#333;cursor:pointer;background-color:#fff;border-radius:7px;padding:10px;position:absolute;top:15px;right:20px}.breadcrumb-path{align-items:center;gap:10px;margin-top:10px;display:flex}@media (max-width:1024px){.header-home{gap:10px;padding:0 40px}}@media (max-width:768px){.header-home{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;flex-wrap:wrap;justify-content:space-between;height:auto;padding:12px 20px;box-shadow:0 8px 32px #0000000d}.header-home>nav{flex-direction:column;order:3;gap:12px;width:100%;height:auto}.header-home>nav>span{display:none}.header-home .header-home__select{order:2}.header-home .header-home__select .select__wrapper{width:100px!important}.search-input{height:48px;margin-top:8px;box-shadow:0 4px 20px #2962ff1a;width:100%!important}.search-input>input,.search-input>button{padding:0 20px;font-size:15px}.home-page__content{padding:0 16px!important}.section-header{margin-bottom:24px}.section-header__title{font-size:20px}.section-header__all{background:#2962ff0d;border-color:#2962ff1a;padding:6px 16px;font-size:14px}.book-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;gap:16px!important;width:100%!important;padding:0 16px 24px!important;display:flex!important;overflow-x:auto!important}.book-grid::-webkit-scrollbar{display:none}.book-grid .book-card{flex:0 0 calc(40vw - 19.2px)!important;width:auto!important;margin-bottom:0!important}.home-book-grid{padding-left:16px;width:calc(100% + 32px)!important;margin-left:-16px!important}.home-book-grid .book-card--video{flex:0 0 calc(83.3333vw - 40px)!important}.home-book-grid .book-card--video .book-card__image{aspect-ratio:1.41}.book-card{width:100%!important}.book-card__image{border-radius:16px;box-shadow:0 8px 20px #00000014}.book-card__title{font-size:15px}.book-card__author{font-size:13px}.book-card__date{font-size:11px}.catalog-page .catalog-top-bar{scrollbar-width:none;background:#fff;border-bottom:1px solid #f0f0f0;justify-content:flex-start;gap:20px;height:54px;padding:0 16px;overflow-x:auto}.catalog-page .catalog-top-bar::-webkit-scrollbar{display:none}.catalog-page .catalog-top-bar__item{white-space:nowrap;text-transform:uppercase;color:#888;padding:12px 0;font-size:14px;font-weight:600}.catalog-page .catalog-top-bar__item.active{color:#2962ff}.catalog-page .catalog-page__content{flex-direction:column!important;gap:0!important;padding:0!important}.catalog-page .catalog-side-nav{scrollbar-width:none;background:#fff;border-bottom:1px solid #eee;overflow-x:auto;flex-flow:wrap!important;width:100%!important;padding:0!important;display:flex!important}.catalog-page .catalog-side-nav::-webkit-scrollbar{display:none}.catalog-page .catalog-side-nav__wrapper{padding-left:0!important;display:contents!important}.catalog-page .catalog-side-nav__wrapper .nested{padding-left:0!important}.catalog-page .catalog-side-nav__item:not(.nested){flex-shrink:0;order:1;padding:12px 16px}.catalog-page .catalog-side-nav__item:not(.nested) .catalog-side-nav__link{text-transform:uppercase;color:#333;align-items:center;gap:8px;font-size:15px;font-weight:700;display:flex}.catalog-page .catalog-side-nav__item:not(.nested) .catalog-side-nav__link svg{width:20px;height:20px;color:#2962ff!important}.catalog-page .catalog-side-nav__item:not(.nested) .catalog-side-nav__link .catalog-side-nav__arrow-wrapper{color:#ccc;margin-left:4px}.catalog-page .catalog-side-nav__item:not(.nested) .catalog-side-nav__link .catalog-side-nav__arrow-wrapper.expanded{color:#2962ff;transform:rotate(180deg)}.catalog-page .catalog-side-nav__item:not(.nested).active{background:#2962ff0d}.catalog-page .catalog-side-nav__item:not(.nested).active .catalog-side-nav__link{color:#2962ff}.catalog-page .catalog-side-nav__children{scrollbar-width:none;background:#fcfdfe;border-top:1px solid #f0f0f0;order:10;justify-content:center;align-items:center;gap:12px;overflow-x:auto;flex-direction:column!important;width:100%!important;padding:12px 16px!important;display:flex!important}.catalog-page .catalog-side-nav__children::-webkit-scrollbar{display:none}.catalog-page .catalog-side-nav__children .catalog-side-nav__wrapper.nested{flex-shrink:0;gap:8px;width:100%;padding-left:0;flex-direction:column!important;display:flex!important}.catalog-page .catalog-side-nav__children .catalog-side-nav__item{order:0;min-width:unset!important;background:#fff!important;border:1px solid #e0e0e0!important;border-radius:50px!important;width:100%!important;padding:8px 16px!important}.catalog-page .catalog-side-nav__children .catalog-side-nav__item .catalog-side-nav__link{text-transform:none;color:#666;justify-content:space-between;align-items:center;width:100%;padding:0;font-size:14px;font-weight:500;display:flex}.catalog-page .catalog-side-nav__children .catalog-side-nav__item .catalog-side-nav__link svg:not(.catalog-side-nav__arrow){display:none!important}.catalog-page .catalog-side-nav__children .catalog-side-nav__item .catalog-side-nav__link .catalog-side-nav__arrow-wrapper{color:#999;margin-left:auto;display:flex!important}.catalog-page .catalog-side-nav__children .catalog-side-nav__item.active{background:#2962ff0d!important;border-color:#2962ff!important}.catalog-page .catalog-side-nav__children .catalog-side-nav__item.active .catalog-side-nav__link{color:#2962ff;font-weight:600}.catalog-page .catalog-page__main{width:100%!important;margin:0!important;padding:16px!important}}@media (max-width:768px) and (max-width:1024px){.catalog-page .catalog-page__main{padding-left:16px!important}}@media (max-width:768px){.catalog-page .catalog-page__main .catalog-controls{justify-content:flex-end;margin-bottom:16px}.catalog-page .catalog-page__main .book-grid{gap:16px;min-height:auto;grid-template-columns:repeat(2,1fr)!important;margin:0!important;padding:0!important;display:grid!important}.catalog-page .catalog-page__main .book-grid .book-card{width:100%!important}.pagination{justify-content:center;padding:24px 0}}.header-home__select .select__wrapper{min-width:130px!important}.elements__search{justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.elements__search .search-input-wrapper{background:#fff;border:1px solid #eef2f6;border-radius:12px;flex:1;align-items:center;gap:12px;max-width:400px;padding:10px 20px;transition:all .3s;display:flex}.elements__search .search-input-wrapper:focus-within{border-color:#2962ff;box-shadow:0 4px 12px #2962ff1a}.elements__search .search-input-wrapper .search-icon{color:#94a3b8;font-size:20px}.elements__search .search-input-wrapper input{color:#1e293b;background:0 0;border:none;outline:none;width:100%;font-size:14px}.elements__search .search-input-wrapper input::placeholder{color:#94a3b8}.elements__search .add-btn-main{color:#fff;cursor:pointer;background:#2962ff;border:none;border-radius:12px;align-items:center;gap:10px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #2962ff33}.elements__search .add-btn-main:hover{background:#1e4bd8;transform:translateY(-2px);box-shadow:0 6px 16px #2962ff4d}.elements__search .add-btn-main:active{transform:translateY(0)}.elements__search .add-btn-main svg{stroke-width:2.5px}.search-input-wrapper-home{width:100%;max-width:400px;position:relative}.search-results-dropdown{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#fffffff2;border:1px solid #0000000d;border-radius:16px;max-height:400px;margin-top:12px;padding:8px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 10px 40px #0000001a}.search-results-dropdown::-webkit-scrollbar{width:6px}.search-results-dropdown::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.search-status{text-align:center;color:#64748b;justify-content:center;align-items:center;gap:12px;padding:20px;font-size:14px;display:flex}.results-list{flex-direction:column;gap:4px;display:flex}.result-item{cursor:pointer;border-radius:12px;align-items:center;gap:12px;padding:8px 12px;transition:all .2s;display:flex}.result-item:hover{background:#2962ff0d}.result-thumb{background:#f1f5f9;border-radius:6px;flex-shrink:0;width:48px;height:64px;overflow:hidden}.result-thumb img{object-fit:cover;width:100%;height:100%}.result-thumb .thumb-placeholder{background:linear-gradient(135deg,#e2e8f0 0%,#cbd5e1 100%);width:100%;height:100%}.result-info{flex-direction:column;gap:2px;display:flex;overflow:hidden}.result-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.result-author{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}
.custom-audio-player{z-index:1000;background:#fff;flex-direction:column;width:100%;display:flex;position:fixed;bottom:0;left:0;box-shadow:0 -10px 30px #00000014}.custom-audio-player .time-display-mobile,.custom-audio-player .speed-btn-mobile{display:none}@media (max-width:768px){.custom-audio-player{gap:10px!important;padding-right:0!important}.custom-audio-player .time-display-mobile{color:#444;min-width:unset!important;font-size:13px!important;font-weight:700!important;display:flex!important}.custom-audio-player .speed-btn-mobile{color:#2962ff;cursor:pointer;background:#fff;border:1px solid #2962ff;border-radius:50px;justify-content:center;align-items:center;min-width:42px;padding:4px 10px;font-size:14px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 6px #2962ff1a;font-size:12px!important}.custom-audio-player .speed-btn-mobile:hover{color:#fff;background:#2962ff;transform:translateY(-1px);box-shadow:0 4px 12px #2962ff33}.custom-audio-player .speed-btn-mobile:active{transform:translateY(0)}}.custom-audio-player .progress-container{cursor:pointer;background:#f0f0f0;width:100vw;max-width:100vw;height:6px;transition:height .2s;position:relative}.custom-audio-player .progress-container:hover{height:8px}.custom-audio-player .progress-container .progress-slider{opacity:0;cursor:pointer;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.custom-audio-player .progress-container .progress-filled{pointer-events:none;z-index:1;background:#2962ff;height:100%;position:absolute;top:0;left:0}.custom-audio-player .progress-container .progress-filled:after{content:"";background:#2962ff;border-radius:50%;width:19px;height:19.5px;position:absolute;top:50%;right:-10px;transform:translateY(-50%);box-shadow:0 0 10px #2962ff66}.custom-audio-player .player-inner{flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;max-width:1440px;height:100px;margin:0 auto;padding:0 40px 20px;display:flex;position:relative;flex-direction:row!important}@media (max-width:768px){.custom-audio-player .player-inner{flex-wrap:wrap;gap:8px;min-height:80px;flex-direction:column!important;height:auto!important;padding:12px 16px!important}}.custom-audio-player .player-inner .player-left{flex:1;order:1;align-items:center;gap:24px;display:flex}.custom-audio-player .player-inner .player-left>main{gap:20px;display:flex}.custom-audio-player .player-inner .player-left .control-btn{color:#333;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:24px;transition:all .2s;display:flex}.custom-audio-player .player-inner .player-left .control-btn:hover{color:#2962ff;transform:scale(1.1)}.custom-audio-player .player-inner .player-left .play-btn{color:#2962ff;background:#f0f7ff;border-radius:50%;width:64px;height:64px;font-size:44px;box-shadow:0 4px 12px #2962ff26}.custom-audio-player .player-inner .player-left .play-btn:hover{background:#e0eeff;transform:scale(1.05)}@media (max-width:768px){.custom-audio-player .player-inner .player-left{flex:1.5;order:3;justify-content:flex-end;gap:22px!important}.custom-audio-player .player-inner .player-left .play-btn{color:#fff!important;background:#2962ff!important;width:44px!important;height:44px!important;font-size:18px!important}.custom-audio-player .player-inner .player-left .control-btn{font-size:20px!important}}.custom-audio-player .player-inner .player-center{flex:1.5;order:2;justify-content:center;align-items:center;gap:16px;min-width:0;display:flex}.custom-audio-player .player-inner .player-center .cover-img{background:#f5f5f5;border-radius:8px;flex-shrink:0;width:64px;height:64px;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.custom-audio-player .player-inner .player-center .info{flex-direction:column;gap:2px;min-width:0;display:flex}.custom-audio-player .player-inner .player-center .info h4{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:700;overflow:hidden}.custom-audio-player .player-inner .player-center .info p{color:#666;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;overflow:hidden}@media (max-width:768px){.custom-audio-player .player-inner .player-center{flex:100%;order:1;justify-content:flex-start;margin-bottom:8px;padding-right:40px}.custom-audio-player .player-inner .player-center .cover-img{width:44px!important;height:44px!important}.custom-audio-player .player-inner .player-center .info{max-width:50vw}.custom-audio-player .player-inner .player-center .info h4{font-size:14px!important}.custom-audio-player .player-inner .player-center .info p{font-size:11px!important}}.custom-audio-player .player-inner .player-right{flex:1;order:3;justify-content:flex-end;align-items:center;gap:24px;display:flex}.custom-audio-player .player-inner .player-right .time-display{color:#666;font-variant-numeric:tabular-nums;min-width:60px;font-size:14px;font-weight:600}.custom-audio-player .player-inner .player-right .volume-control{align-items:center;gap:8px;display:flex}.custom-audio-player .player-inner .player-right .volume-control .volume-btn{color:#333;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:24px;display:flex}.custom-audio-player .player-inner .player-right .volume-control .volume-slider{accent-color:#2962ff;cursor:pointer;width:80px}@media (max-width:768px){.custom-audio-player .player-inner .player-right .volume-control{display:none!important}}.custom-audio-player .player-inner .player-right .speed-btn{color:#2962ff;cursor:pointer;background:#f0f7ff;border:1.5px solid #2962ff;border-radius:50px;justify-content:center;align-items:center;min-width:54px;padding:6px 16px;font-size:14px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 2px 6px #2962ff1a}.custom-audio-player .player-inner .player-right .speed-btn:hover{color:#fff;background:#2962ff;transform:translateY(-1px);box-shadow:0 4px 12px #2962ff33}.custom-audio-player .player-inner .player-right .speed-btn:active{transform:translateY(0)}.custom-audio-player .player-inner .player-right .close-btn{color:#999;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:28px;transition:all .2s;display:flex}.custom-audio-player .player-inner .player-right .close-btn:hover{color:#ff3b30;transform:rotate(90deg)}@media (max-width:768px){.custom-audio-player .player-inner .player-right{flex:1;order:2;margin-top:0;justify-content:flex-start!important;gap:8px!important;padding:0!important}.custom-audio-player .player-inner .player-right .time-display{color:#444;display:none;min-width:unset!important;font-size:13px!important;font-weight:700!important}.custom-audio-player .player-inner .player-right .speed-btn{display:none}.custom-audio-player .player-inner .player-right .close-btn{color:#888;background:#0000000a;border-radius:50%;width:32px;height:32px;font-size:24px;position:absolute;top:12px;right:12px}}
