:root{--sidebar-w: 200px;--page-max: 1070px;--side-pad: 24px}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,system-ui,-apple-system,Segoe UI,Helvetica,Arial,sans-serif}body{max-width:100%;overflow-x:hidden;background:#fff}img{overflow-clip-margin:content-box;overflow:clip}.wrapper{position:relative;display:flex;flex-direction:column;margin-left:var(--sidebar-w);width:calc(100% - var(--sidebar-w));transition:all .25s ease}.wrapper__full{margin-left:0;width:100%}.search__background{background:#fff;border-bottom:1px solid #e1e7ea;height:72px;z-index:1}.search{display:flex;border:2px solid #e1e7ea;border-radius:8px;width:100%}.search__icon{fill:#6b757b;border:2px solid #e1e7ea;border-radius:8px;padding:7px 12px;background-color:#f1f6f4;justify-content:flex-end}.search__wrapper{display:flex;align-items:center;justify-content:flex-end;height:100%;max-width:1070px;margin:0 auto;padding:0 24px}.search__input--wrapper{display:flex;width:100%;max-width:320px;position:relative}.search__bar{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:100%}.search__content{display:flex;align-items:center;justify-content:flex-end;gap:14px;max-width:320px;width:100%}.search__content--joined{display:flex;align-items:center;gap:0;max-width:360px;width:100%}.search__input--joined{border-right:0;border-radius:4px 0 0 4px}.search__button--joined{border-radius:0 4px 4px 0;width:40px;height:40px}.search__input--joined{height:40px}.search__input{width:100%;padding:10px 14px;height:40px;border:1px solid #e1e7ea;border-right:0;border-radius:4px 0 0 4px;font-size:14px;outline:none;background-color:#f1f6f4}.search__input:focus{border-color:none}.search__button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #e1e7ea;border-radius:4px;background-color:#f1f6f4;cursor:pointer}.sidebar{background:#f7faf9;width:var(--sidebar-w);min-width:var(--sidebar-w);position:fixed;inset:0 auto 0 0;height:100vh;z-index:1000;transition:transform .3s ease}.sidebar__logo{display:flex;align-items:center;justify-content:center;height:52px;padding-top:10px;padding-left:10px;max-width:120px;margin-bottom:20px;margin-left:10px}.sidebar__logo img{width:100%;height:32px;width:auto}.sidebar__wrapper{display:flex;flex-direction:column;justify-content:space-between;height:calc(100vh - 60px);padding-bottom:20px;overflow-y:auto}.sidebar__link--wrapper{display:flex;align-items:center;height:40px;color:#032b41;margin-bottom:4px;cursor:pointer;padding-right:8px}.sidebar__link--wrapper:hover{background:#e8f3f0}.sidebar__link--wrapper.active--tab{background:#f0fff4;border-left:3px solid #2bd97c}.sidebar__link--line{width:3px;height:100%;background:transparent;margin-right:10px}.sidebar__icon--wrapper{display:flex;align-items:center;justify-content:center;margin-right:6px}.sidebar__icon--wrapper svg{width:18px;height:18px}.sidebar__link--text{font-size:13px}.sidebar__overlay{position:fixed;inset:0;background:#3a4649;opacity:.65;z-index:900;transition:opacity .4s ease;pointer-events:auto}.sidebar__toggle--btn{display:flex;justify-content:flex-end;top:14px;right:14px;left:auto;z-index:1100;width:40px;height:40px;border-radius:8px;border:1px solid #e1e7ea;background:#f1f6f4;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(-6px) scale(.98);pointer-events:none;transition:opacity .22s ease,transform .22s ease}@media(max-width:768px){.sidebar__toggle--btn{display:flex;width:40px;height:40px;border-radius:8px;border:1px solid #e1e7ea;background:#f1f6f4;align-items:center;justify-content:center;cursor:pointer;opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.sidebar{transform:translate(-100%);width:80%;max-width:320px;min-width:unset;transition:transform .3s ease}.sidebar.sidebar--opened{transform:translate(0)}.wrapper{margin-left:0;width:100%}}@media(min-width:769px){.sidebar__toggle--btn,.sidebar__overlay{display:none}}.row{max-width:var(--page-max);width:100%;margin:0 auto;padding:0 var(--side-pad)}.container{padding:40px 0;width:100%}.for-you__title{font-size:22px;font-weight:700;color:#032b41;margin:8px 0 16px}@media(max-width:1200px){.selected__book{width:100%}}.selected__book{display:flex;justify-content:space-between;gap:24px;width:100%;max-width:720px;margin:0 0 24px;background:#fbefd6;border-radius:4px;padding:24px;text-decoration:none;color:inherit}.selected__book:hover{box-shadow:0 2px 10px #032b4114}.selected__book--line{width:1px;align-self:stretch;background:#bac8ce}.selected__book--content{flex:1 1 60%;display:flex;gap:12px;align-items:center}.book__image--wrapper{height:140px;width:140px;min-width:140px}.book__image{width:100%;height:100%}.selected__book--text{flex:1 1 auto;width:100%}.selected__book--title{font-weight:600;color:#032b41;margin-bottom:6px}.selected__book--sub-title{color:#032b41;width:40%;font-weight:600;font-size:14px;line-height:1.5}.selected__book--author{font-size:14px;color:#394547;margin-bottom:10px}.selected__book--duration-wrapper{display:flex;align-items:center;gap:10px}.selected__book--icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;min-width:38px;background:#032b41;color:#fff;border-radius:50%}.duration-text{font-size:14px;color:#394547}@media(max-width:768px){.selected__book{flex-direction:column;align-items:flex-start;max-width:100%;width:100%;gap:24px;padding:20px}.selected__book--sub-title{width:100%;font-size:14px}.selected__book--line{display:none}.selected__book--content{width:100%;flex:1 1 auto;align-items:flex-start;gap:16px}.selected__book--text{width:100%}.book__image--wrapper{width:140px;min-width:140px;height:140px}.book__image{width:100%;height:100%;object-fit:cover;display:block}}.for-you__recommended{margin-bottom:28px}.for-you__recommended--title{font-size:20px;font-weight:700;color:#032b41;margin-bottom:6px}.for-you__recommended--sub-title{font-size:14px;color:#6b757b;margin-bottom:28px}.carousel{position:relative}.carousel__track{display:flex;gap:20px;overflow-x:auto;scroll-behavior:smooth;gap:16px;scroll-snap-type:mandatory;scroll-snap-type:x;margin-bottom:32px}.carousel__track::-webkit-scrollbar{height:8px}.carousel__track::-webkit-scrollbar-thumb{background:#d7e2e7;border-radius:4px}.carousel__item{scroll-snap-align:start;flex:0 0 calc((100% - 80px)/5);max-width:180px}.carousel__btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#032b41;color:#fff;cursor:pointer}.carousel__btn--prev{left:-14px}.carousel__btn--next{right:-14px}.book-card{cursor:pointer;position:relative;scroll-snap-align:start;padding:32px 12px 12px;text-decoration:none;border-radius:4px;max-width:200px;width:100%}.book-card__image{height:100%;height:172px;width:172px;object-fit:cover;border-radius:4px;margin-bottom:10px;background:#f2f5f6}.book-card__title{font-size:15px;font-weight:600;color:#032b41;overflow:hidden;text-overflow:ellipsis;white-space:normal;margin-bottom:8px}.book-card__author{font-size:13px;color:#032b41;overflow:hidden;text-overflow:ellipsis;white-space:normal;font-weight:200;margin-bottom:8px}.book-card__subtitle{font-size:12px;color:#032b41;overflow:hidden;text-overflow:ellipsis;white-space:normal;font-weight:400;margin-bottom:8px}.book-card__duration{font-size:12px;color:#6b757b;margin-top:6px}.book__image--wrapper,.book-card__image-wrap{border-radius:12px;overflow:hidden;transition:background-color .18s ease}.book-card__image{display:block;transition:transform .18s ease}.book-card:hover .book__image--wrapper,.book-card:hover .book-card__image-wrap{background-color:#0365f21f}.book-card:hover .book-card__image{transform:scale(1.04)}.book-card:focus-within .book__image--wrapper,.book-card:focus-within .book-card__image-wrap{background-color:#0365f21f}.book-card:focus-within .book-card__image{transform:scale(1.04)}.book-card__pill-row{display:flex;justify-content:flex-end;align-items:center;min-height:22px;margin-bottom:6px}.premium-badge{background:#032b41;color:#fff;padding:3px 10px;border-radius:12px;font-size:11px;display:inline-block;margin-bottom:6px;right:10px}@media(max-width:900px){:root{--sidebar-w: 200px}.carousel__item{flex:0 0 calc((100% - 60px)/4)}.features__wrapper{grid-template-columns:repeat(2,1fr);gap:28px}}@media(max-width:680px){.carousel__item{flex:0 0 calc((100% - 40px)/3)}.features__wrapper{grid-template-columns:1fr;gap:20px}.features__title{font-size:20px}.features__sub--title{font-size:16px}}.auth .btn{background-color:#2bd97c;color:#032b41;width:100%;height:40px;border-radius:4px;font-size:16px;transition:background-color .2s;display:flex;align-items:center;justify-content:center;min-width:180px;border:none;cursor:pointer}.btn:hover:not(:disabled){background-color:#20ba68}.btn:active{transform:translateY(1px)}.home__cta--btn{max-width:300px;display:flex;align-items:center;justify-content:center}.btn--primary{background:#2bd97c;color:#032b41;border-color:#2bd97c}.sidebar__overlay--hidden{opacity:0;pointer-events:none}.sidebar__overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#3a4649;transition:opacity .4s ease 0s;z-index:10;opacity:.65;pointer-events:auto}.sidebar__overlay.sidebar__overlay--hidden{opacity:0;pointer-events:none}.auth__wrapper{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background-color:#000000bf;z-index:9999;width:100%}.auth{position:relative;max-width:400px;width:calc(100% - 32px);background-color:#fff;border-radius:8px;box-shadow:0 0 10px #0003}.auth,.auth__wrapper{width:100%;z-index:9999}.auth__content{padding:48px 32px 24px}.auth__title{text-align:center;font-size:20px;font-weight:700;color:#032b41;margin-bottom:24px}.auth .btn:hover{filter:brightness(.97)}.auth .btn.guest__btn--wrapper{position:relative;display:flex;background-color:#3a579d;color:#fff;justify-content:center}.auth .btn.google__btn--wrapper{position:relative;display:flex;background-color:#4285f4;color:#fff;justify-content:center}.google__icon--mask{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:4px;background-color:#fff;position:absolute;left:2px}.google__icon--mask img{width:20px;height:20px;display:block}.guest__icon--mask{background-color:transparent}.guest__icon--mask svg{width:24px;height:24px}.auth__separator{display:flex;align-items:center;margin:16px 0}.auth__separator:before,.auth__separator:after{content:"";flex:1;height:1px;background:#e1e7ea}.auth__separator--text{color:#6b7c85;font-size:12px;margin:0 8px}.auth__main--form{display:flex;flex-direction:column;gap:16px}.auth__main--input{height:40px;border:2px solid #bac8ce;border-radius:4px;color:#394547;padding:0 12px}.auth__msg{background:#fff4e5;color:#8a5800;border:1px solid #ffd59f;border-radius:4px;padding:8px 10px}.auth__forgot--password{text-align:center;color:#116be9;font-weight:300;font-size:14px;width:fit-content;margin:0 auto 16px;cursor:pointer}.auth__switch--btn{height:40px;text-align:center;background-color:#f1f6f4;color:#116be9;width:100%;border-radius:0 0 4px 4px;font-weight:300;font-size:16px}.auth__close--btn{position:absolute;top:12px;right:12px;display:flex;cursor:pointer;transition:opacity .2s;background:transparent;border:none;font-size:22px;line-height:1}.auth__close--btn:hover{opacity:.8}.auth__close--btn svg{width:28px;height:28px}.features__wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:96px}.features{display:flex;flex-direction:column;align-items:center;text-align:center}.features__icon{display:flex;justify-content:center;margin-bottom:8px;color:#032b41}.features__icon svg{width:60px;height:60px}.features__title{font-size:24px;color:#032b41;margin-bottom:16px;font-weight:500}.features__sub--title{font-size:18px;color:#394547;font-weight:300}.statistics__wrapper{display:flex;gap:80px;margin-bottom:96px;align-items:center;justify-content:center}.statistics__content--header{width:100%;display:flex;flex-direction:column}.statistics__heading{font-size:28px;font-weight:500;color:#6b757b;margin-bottom:16px;transition:color .2s ease,text-shadow .2s ease;align-items:center;justify-content:center}.statistics__heading.statistics__heading--active{color:#2bd97c;font-weight:600;text-shadow:0 0 12px rgba(43,217,124,.25)}.statistics__content--details{width:100%;display:flex;flex-direction:column;justify-content:center;gap:24px;background-color:#f1f6f4;padding:40px 24px}@media(max-width:900px){.statistics__wrapper{flex-direction:column;gap:28px}.statistics__heading{font-size:24px}}.statistics__content--details{display:flex;flex-direction:column;gap:24px;background:#f1f6f4;padding:40px 24px}.statistics__data{display:flex;gap:16px}.statistics__data--number{color:#0365f2;font-size:20px;font-weight:600;margin-top:4px}.statistics__wrapper{display:flex;gap:80px;margin-bottom:96px}.statistics__wrapper:last-child{margin-bottom:0}.statistics__content--header{width:100%;display:flex;flex-direction:column;justify-content:center}.statistics__content--header-second{align-items:flex-end}.statistics__content--header--loop .statistics__heading{animation-name:stats-line-sweep;animation-duration:12s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:both;will-change:color,text-shadow}.statistics__content--header--loop .statistics__heading:nth-child(1){animation-delay:0s}.statistics__content--header--loop .statistics__heading:nth-child(2){animation-delay:2s}.statistics__content--header--loop .statistics__heading:nth-child(3){animation-delay:4s}.statistics__content--header--loop .statistics__heading:nth-child(4){animation-delay:6s}.statistics__content--header--loop .statistics__heading:nth-child(5){animation-delay:8s}.statistics__content--header--loop .statistics__heading:nth-child(6){animation-delay:10s}@keyframes stats-line-sweep{0%{color:#2bd97c;text-shadow:0 0 10px rgba(43,217,124,.45)}8%{color:#2bd97c;text-shadow:0 0 10px rgba(43,217,124,.45)}16%{color:#6b757b;text-shadow:none}to{color:#6b757b;text-shadow:none}}.statistics__heading.statistics__heading--active{color:#2bd97c;text-shadow:0 0 12px rgba(43,217,124,.25)}@media(prefers-reduced-motion:reduce){.statistics__content--header--loop .statistics__heading{animation:none!important;text-shadow:none!important}}.reviews__wrapper{max-width:600px;margin:0 auto}.review{background-color:#fff3d7;padding:16px;margin-bottom:32px;border-radius:14px;font-weight:300}.review__header{color:#032b41;display:flex;gap:8px;margin-bottom:8px;align-items:center}.review__stars{display:flex}.review__stars svg{width:16px;height:16px;fill:#0564f1}.review__body{color:#394547;letter-spacing:.3px;line-height:1.4}.reviews__btn--wrapper{display:flex;justify-content:center}.numbers__wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:40px;gap:40px}.numbers{background-color:#d7e9ff;display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 24px 40px;border-radius:12px}.numbers__icon{display:flex;align-items:center;height:60px;gap:4px}.numbers__icon svg{color:#0365f2;width:48px;height:48px}.numbers__title{font-size:40px;color:#032b41;font-weight:600;margin-bottom:16px}.numbers__sub--title{color:#394547;font-weight:300}.numbers__star--icon svg{width:20px;height:20px}@media(max-width:900px){.numbers__wrapper{grid-template-columns:repeat(2,1fr);gap:28px}}@media(max-width:680px){.numbers__wrapper{grid-template-columns:1fr;gap:20px}}#footer{background-color:#f1f6f4}.footer__block{z-index:1}.footer__copyright{color:#032b41;font-weight:500}@media(max-width:900px){.footer__top--wrapper{flex-wrap:wrap;gap:28px}}.nav{height:60px;border-bottom:1px solid #e1e7ea;background:#fff}.nav__list{font-size:14px;font-weight:500;line-height:1;padding:4px 6px;border-radius:4px;color:#032b41;cursor:not-allowed;text-decoration:none}.nav__wrapper{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--page-max);width:100%;margin:0 auto;padding:0 var(--side-pad)}.nav__img--mask{max-width:clamp(120px,14vw,200px);display:flex;align-items:center;transition:max-width .25s ease}.nav__img{width:100%;height:auto;transition:width .25s ease}.nav__list--wrapper{display:flex;align-items:center;gap:24px;list-style:none}.nav__list--wrapper>li{position:relative}.nav__list--wrapper>li:before{content:none!important}.nav__list--wrapper>li::marker{content:""}.nav__list{cursor:pointer;color:#032b41;text-decoration:none;padding:6px 8px;border-radius:4px}.nav__list:focus-visible{outline:2px solid #2bd97c;outline-offset:2px}.nav__list--login:hover{color:#2bd97c}.nav__list--disabled{cursor:not-allowed}.nav__list--disabled:hover{color:inherit}@media(max-width:576px){.nav__list--disabled{display:none}}#landing{width:100%}.landing__wrapper{display:flex;align-items:center;justify-content:space-between;gap:80px}.landing__content{width:100%}.landing__content__title{font-size:clamp(28px,3.2vw,40px);line-height:1.15;margin-bottom:24px;color:#032b41;font-weight:700}.landing__image--mask{width:100%;display:flex;justify-content:flex-end}.landing__image--mask img{width:100%;height:auto;max-width:400px}.landing__content__title{color:#032b41;font-size:30px;font-weight:700;margin-bottom:24px;line-height:1.15}.landing__content__subtitle{font-size:20px;line-height:1.5;margin-bottom:24px;color:#394547;font-weight:200}.home__cta--btn{max-width:300px}@media(max-width:768px){.landing__content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:540px;margin:0 auto}.landing__image--mask{display:none}.landing__content__title{font-size:24px}.remove--tablet{display:none}.nav__wrapper{justify-content:space-between;padding-left:16px;padding-right:16px}.nav__img--mask{margin-right:auto}.nav__list--wrapper{margin-left:auto}}.btn.home__cta--btn{max-width:280px;margin-left:8px}.btn.home__cta--btn:hover{background-color:#00ca5e}.skeleton{position:relative;overflow:hidden;background:#e9f0f3;border-radius:6px}.skeleton:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:shimmer 1.2s infinite}@keyframes shimmer{to{transform:translate(100%)}}.sk-line{height:12px;margin-bottom:10px}.sk-line--lg{height:18px}.sk-line--md{height:14px;width:70%}.sk-line--sm{height:12px;width:55%}.sk-line--xs{height:10px;width:45%}.selected__book--skeleton .sk-img{width:112px;height:112px;border-radius:6px}.sk-pill{height:14px;width:90px;border-radius:999px}.sk-pill--short{width:70px}.sk-book-img{width:100%;height:240px;border-radius:4px;margin-bottom:10px}.carousel__btn{display:none}.carousel__track{scrollbar-width:none;-ms-overflow-style:none}.carousel__track::-webkit-scrollbar{display:none}.sk-title{height:36px;width:70%;margin:8px 0 14px;border-radius:6px}.sk-author{height:14px;width:30%;margin-bottom:14px;border-radius:6px}.sk-subtitle{height:20px;width:55%;margin-bottom:16px;border-radius:6px}.sk-meta{height:16px;width:220px;border-radius:999px}.sk-meta--short{width:160px}.sk-btn{height:48px;width:144px;border-radius:4px}.sk-bookmark{height:22px;width:240px;margin:10px 0 40px;border-radius:6px}.sk-section-title{height:18px;width:180px;margin-bottom:16px;border-radius:6px}.sk-tag{height:48px;width:170px;border-radius:4px}.sk-paragraph{height:14px;width:100%;margin-bottom:10px;border-radius:6px}.sk-paragraph--short{width:70%}.sk-img{width:100%;height:100%;border-radius:8px}.inner__wrapper{display:flex;align-items:flex-start;justify-content:space-between;gap:80px;width:100%}.inner__book{width:100%;min-width:0}.inner-book__title,.inner-book__author{color:#032b41;font-weight:600}.inner-book__title{font-size:40px;line-height:1.15;margin-bottom:10px}.inner-book__author{font-size:14px;margin-bottom:16px}.inner-book__sub--title{font-size:20px;color:#032b41;margin-bottom:16px;font-weight:300}.inner-book__wrapper{border-top:1px solid #e1e7ea;border-bottom:1px solid #e1e7ea;padding:16px 0;margin-bottom:24px}.inner-book__description--wrapper{display:flex;flex-wrap:wrap;max-width:520px;column-gap:24px;row-gap:14px}.inner-book__description{display:flex;align-items:center;width:calc(50% - 12px);color:#032b41;font-weight:500;font-size:14px;min-width:220px}.inner-book__icon{display:flex;height:24px;width:24px;margin-right:6px;color:#032b41}.inner-book__icon svg{width:100%;height:100%}.inner-book__overall--rating{font-weight:700;color:#032b41}.inner-book__total--rating{color:#6b757b;font-weight:500}.inner-book__duration,.inner-book__type,.inner-book__key--ideas{color:#032b41;font-weight:500}.inner-book__read--btn-wrapper{display:flex;gap:16px;margin-bottom:24px}.inner-book__read--btn{display:flex;align-items:center;justify-content:center;width:144px;height:48px;background-color:#032b41;color:#fff;font-size:16px;border-radius:4px;cursor:pointer;gap:8px;transition:opacity .2s;border:none}.inner-book__read--btn:hover{opacity:.9}.inner-book__read--icon{display:flex}.inner-book__read--icon svg{height:24px;width:24px}.inner-book__bookmark{display:flex;align-items:center;gap:10px;color:#0365f2;font-weight:500;cursor:pointer;margin-bottom:40px;font-size:18px;transition:color .2s}.inner-book__bookmark:hover{color:#032b41}.inner-book__bookmark--icon{display:flex;width:20px;height:20px}.inner-book__bookmark--icon svg{width:100%;height:100%}.inner-book__secondary--title{font-size:18px;color:#032b41;margin-bottom:16px;font-weight:600}.inner-book__tags--wrapper{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.inner-book__tag{background-color:#f1f6f4;padding:0 16px;height:48px;display:flex;align-items:center;cursor:not-allowed;color:#032b41;font-weight:500;border-radius:4px;transition:background-color .2s}.inner-book__tag:hover{background-color:#e8f3f0}.inner-book__book--description{color:#032b41;margin-bottom:16px;line-height:1.6}.inner-book__author--description{color:#032b41;line-height:1.6}.inner-book--img-wrapper{position:relative;width:300px;min-width:300px;display:flex;justify-content:center;margin-top:6px}.inner-book--img-wrapper:before{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:10px;width:240px;height:120px;background:#d96b6b;border-radius:999px 999px 0 0;z-index:0;opacity:.95}.inner-book--img-wrapper .book__image--wrapper{position:relative;z-index:1;border-radius:8px;overflow:hidden;background:#fff}.inner-book--img-wrapper .book__image{width:100%;height:100%;object-fit:cover}@media(max-width:980px){.inner__wrapper{gap:48px}}@media(max-width:768px){.inner__wrapper{flex-direction:column;gap:28px}.inner-book--img-wrapper{width:100%;min-width:0;justify-content:flex-start}.inner-book--img-wrapper:before{left:150px;transform:none}.inner-book__title{font-size:32px}.inner-book__description{width:100%;min-width:0}.inner-book__description--wrapper{max-width:100%}}.summary{position:relative;width:100%;overflow-y:auto;height:calc(100vh - 140px);padding-bottom:24px}.audio__book--summary-title{color:#032b41;font-size:24px;border-bottom:1px solid #e1e7ea;margin-bottom:32px;padding-bottom:16px;line-height:1.5}.audio__book--summary-text{white-space:pre-line;line-height:1.4;color:#032b41}.audio__book--summary{white-space:pre-line;padding:24px;max-width:800px;margin:0 auto}.audio__wrapper{width:100%;height:80px;margin-top:auto;display:flex;align-items:center;justify-content:space-between;background-color:#042330;padding:0 40px;position:fixed;bottom:0;left:0;z-index:9998}.audio__wrapper>div{width:calc(100% / 3)}.audio__track--wrapper{display:flex;gap:12px}.audio__track--image-mask{display:flex;max-width:48px}.audio__track--image-mask .book__image--wrapper{height:48px;width:48px;min-width:48px}.audio__track--details-wrapper{color:#fff;font-size:14px;display:flex;flex-direction:column;gap:4px;justify-content:center}.audio__track--author{color:#bac8ce}.audio__controls,.audio__controls--btn{display:flex;align-items:center;justify-content:center}.audio__controls{gap:24px}.audio__controls--btn{border-radius:50%;cursor:pointer}.audio__controls--btn svg{width:28px;height:28px;stroke:#fff;transition:all .2s}.audio__controls--btn svg path{stroke:#fff;stroke-width:1.5px}.audio__controls--btn-play{background-color:#fff;width:40px;height:40px}.audio__controls--btn-play svg{display:flex;color:#042330;margin:auto;align-items:center;justify-content:center}.audio__progress--wrapper{display:flex;align-items:center;justify-content:flex-end;gap:12px}.audio__time{color:#fff;font-size:14px}.audio__progress--bar{border-radius:8px;height:4px;max-width:300px;width:100%;cursor:pointer;outline:none;-webkit-appearance:none;appearance:none;background:linear-gradient(to right,#2bd97c,#6d787d 0%)}.sidebar__font--size-wrapper{display:flex;margin-left:24px;gap:8px;height:auto;min-height:40px;padding-right:0}.sidebar__link--wrapper:last-child{margin-bottom:0}.sidebar__font--size-wrapper{display:flex;align-items:center;justify-content:flex-start;margin-left:12px;gap:8px;height:auto;min-height:40px;padding-right:0}.sidebar__font--size-icon--active{border-bottom:3px solid #2bd97c}.sidebar__font--size-icon{display:flex;align-items:center;justify-content:center;cursor:pointer;width:32px;height:32px;color:#032b41}.sidebar__font--size-icon-small{width:16px;height:16px}.sidebar__font--size-icon-medium{width:20px;height:20px}.sidebar__font--size-icon-large{width:24px;height:24px}.sidebar__font--size-icon-xlarge{width:28px;height:28px}.section__title.page__title{text-align:left;border-bottom:1px solid #e1e7ea;padding-bottom:16px}.section__title{font-size:32px;color:#032b41;text-align:center;margin-bottom:32px;font-weight:700}.settings__login--wrapper{max-width:460px;display:flex;flex-direction:column;align-items:center;margin:0 auto}.settings__login--wrapper img{width:100%;height:100%}.settings__login--text{font-size:24px;font-weight:700;color:#032b41;text-align:center;margin-bottom:16px}.btn.settings__login--btn{width:100px;min-width:unset}button{cursor:pointer;outline:none;border:none;background-color:transparent}.setting__content{border-bottom:1px solid #e1e9f2;padding:16px 0}.settings__sub--title{font-size:16px;font-weight:600;color:#242424;margin-bottom:8px}.settings__text{font-size:14px;color:#242424}.spinner{width:48px;height:48px;border:5px solid #e1e7ea;border-bottom-color:#2bd97c;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner--wrapper{display:flex;align-items:center;justify-content:center;height:100%}.plan{width:100%}.plan__header--wrapper{position:relative;text-align:center;width:100%;padding-top:48px;margin-bottom:24px}.plan__header--wrapper:before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-color:#032b41;border-bottom-right-radius:16rem;border-bottom-left-radius:16rem}.plan__header{max-width:1000px;margin:0 auto;color:#fff;padding:0 24px}.plan__title{font-size:48px;font-weight:700;margin-bottom:40px}.plan__sub--title{font-size:20px;margin-bottom:32px}.plan__img--mask{display:flex;justify-content:center;max-width:340px;margin:0 auto;border-radius:180px 180px 0 0;overflow:hidden}.plan__img--mask img{width:100%;height:100%}.plan__features--wrapper{display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;text-align:center;grid-gap:24px;gap:24px;max-width:800px;margin:0 auto 56px}.plan__features--icon{display:flex;justify-content:center;color:#032b41;margin-bottom:12px}.plan__features--icon svg{width:60px;height:60px}.plan__features--text{color:#394547;line-height:1.5}.plan__card{display:flex;align-items:center;border:2px solid #e1e7ea;border-radius:4px;padding:24px;cursor:pointer;max-width:680px;margin:0 auto;background:#fff;transition:all .2s}.plan__card.plan__card--active{border-color:#2bd97c;background-color:#f3fdf8}.plan__card--circle{width:24px;height:24px;border:2px solid #032b41;border-radius:50%;margin-right:24px;display:flex;align-items:center;justify-content:center}.plan__card--dot{width:12px;height:12px;background-color:#032b41;border-radius:50%}.plan__card--content{flex:1}.plan__card--title{font-weight:700;font-size:18px;color:#032b41;margin-bottom:4px}.plan__card--price{font-size:24px;font-weight:700;color:#032b41;margin-bottom:8px}.plan__card--text{font-size:14px;color:#6b757b}.plan__card--separator{max-width:680px;margin:16px auto;display:flex;align-items:center;justify-content:center;position:relative}.plan__separator{background:#fff;padding:0 12px;color:#6b757b;font-size:14px;font-weight:500;z-index:1}.plan__card--separator:after{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e1e7ea;z-index:0}.plan__card--cta{background:#fff;position:-webkit-sticky;position:sticky;bottom:0;z-index:1;padding:32px 0;display:flex;flex-direction:column;align-items:center;gap:16px}.plan__disclaimer{font-size:12px;color:#6b757b;margin-top:12px}.faq__wrapper{max-width:680px;margin:0 auto 80px}.accordion__card{border-bottom:1px solid #ddd;margin-bottom:8px;overflow:hidden}.accordion__header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:24px 0;gap:8px}.accordion__title{font-weight:500;font-size:24px;position:relative;margin-bottom:0;color:#032b41;transition:.3s}.accordion__icon{font-size:24px;transition:transform .3s ease;color:#032b41}.accordion__icon--rotate{transform:rotate(180deg)}.collapse{overflow:hidden;transition:max-height .3s ease}.accordion__body{font-size:16px;line-height:1.6;color:#394547;padding-bottom:24px}#footer{background-color:#f1f6f4;padding:40px 0;margin-top:auto}.footer__top--wrapper{position:relative;display:flex;justify-content:space-between;font-size:14px;margin:32px auto 64px}.footer__block{display:flex;flex-direction:column}.footer__link--title{font-weight:600;margin-bottom:16px;font-size:18px;color:#032b41}.footer__link--wrapper{margin-bottom:12px;line-height:1}.footer__link{color:#394547;font-size:14px;cursor:not-allowed}.footer__link:hover{text-decoration:underline}.footer__copyright--wrapper{display:flex;justify-content:center;align-items:center}.footer__copyright{font-size:14px;color:#394547}.btn{background-color:#2bd97c;color:#032b41;width:100%;height:40px;border-radius:4px;font-size:16px;transition:background-color .2s;display:flex;align-items:center;justify-content:center;min-width:180px}@media(max-width:768px){.plan__features--wrapper{grid-template-columns:1fr;gap:24px}}.summary__login--wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:40px}.summary__login--img{width:300px;max-width:100%;margin-bottom:24px}.summary__login--text{font-size:20px;font-weight:600;color:#032b41;text-align:center;margin-bottom:24px;max-width:480px}.sidebar__search--wrapper{cursor:text!important;transition:background-color .2s}.sidebar__search--wrapper:focus-within{background-color:#e8f3f0}.sidebar__search--input{border:none;background:transparent;width:100%;outline:none;font-size:14px;color:#032b41;height:100%;padding-right:8px}.recommended__books{display:flex;flex-wrap:wrap;gap:24px;margin-top:16px}.search-book-card{width:172px;text-decoration:none;cursor:pointer;display:flex;flex-direction:column;margin-bottom:16px;position:relative}.search-book-card:hover .book__image{transform:scale(1.05)}.search-book-card .book__image--wrapper{width:172px;height:172px;border-radius:8px;overflow:hidden;margin-bottom:8px;background-color:#f1f6f4}.search-book-card .book__image{width:100%;height:100%;object-fit:cover;transition:transform .2s}.search-premium-badge{position:absolute;top:8px;right:8px;z-index:2}@media(max-width:480px){.recommended__books{justify-content:center}}.search__books--wrapper{display:flex;flex-direction:column;max-width:440px;width:100%;max-height:640px;margin-left:auto;overflow-y:auto;padding:16px;position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #e1e7ea;box-shadow:0 0 6px #00000024;z-index:100}.search__content{position:relative}.search__book--link{display:flex;align-items:center;padding:16px;gap:24px;height:120px;border-bottom:1px solid #e1e7ea}.search__book--link:last-child{border-bottom:none}.search__book--link:hover{background-color:#f7faf9}.search__book--title{font-size:16px;font-weight:500;color:#032b41;margin-bottom:8px}.search__book--author{font-size:14px;font-weight:300;color:#6b757b;margin-bottom:8px}.recommended__book--details{display:flex;align-items:center;gap:8px}.for-you__recommended--books{display:flex;overflow-x:auto;gap:16px;scroll-snap-type:mandatory;scroll-snap-type:x;margin-bottom:32px}.for-you__title{font-size:22px;font-weight:700;color:#032b41;margin-bottom:16px}.for-you__sub--title{font-weight:300;color:#394547;margin-bottom:16px}.finished__books--block-wrapper{background-color:#f1f6f4;max-width:-moz-fit-content;max-width:fit-content;display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px;border-radius:12px;margin:0 auto 56px;text-align:center}.finished__books--title{color:#042330;font-weight:600;font-size:18px}.finished__books--sub-title{color:#394547}.for-you__recommended--books-link{text-decoration:none;cursor:pointer;display:block;width:140px;scroll-snap-align:start}.for-you__recommended--books-link:hover .book__image--wrapper{box-shadow:0 4px 8px #00000026;transform:translateY(-4px);transition:all .3s ease}.for-you__recommended--books .recommended__book--details-text{color:#6b757b;font-size:12px;font-weight:500}.for-you__recommended--books .recommended__book--details-icon{font-size:14px;color:#6b757b;margin-right:4px}.for-you__recommended--books .recommended__book--details{display:flex;align-items:center;margin-right:12px}.recommended__book--details-wrapper{display:flex;align-items:center;gap:8px;max-width:100%}.search__books--wrapper .recommended__book--details-text{color:#6b757b;font-size:12px;font-weight:500}.search__books--wrapper .recommended__book--details-icon{font-size:14px;color:#6b757b;margin-right:4px}.search__books--wrapper .recommended__book--details{display:flex;align-items:center}
