@import url(https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Charm:wght@400;700&family=REM:wght@100..900&family=Cal+Sans&family=Rouge+Script&family=Oleo+Script+Swash+Caps:wght@400;700&family=Special+Gothic+Condensed+One&display=swap);html{overflow-x:hidden}html.overflow-hidden{overflow:hidden}body,html.overflow-hidden body{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#010419;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIElEQVQImWP8//8/AzpgwhBBFjQ1Nf2PTaUgjMGIzUwAxLgHsrqCBFwAAAAASUVORK5CYII=);background-position:50%;background-repeat:repeat;background-size:5px;margin:0;min-height:100dvh;touch-action:pan-x pan-y}body,input,textarea{font-family:REM,sans-serif}button{cursor:pointer;font-family:Cal Sans,sans-serif;font-weight:700;white-space:nowrap}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6,p{line-height:1.2;margin:0 0 .4em;padding:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child,p:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{color:#fff;font-family:Cal Sans,sans-serif}h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,h1+p,h2+h2,h2+h3,h2+h4,h2+h5,h2+h6,h2+p,h3+h2,h3+h3,h3+h4,h3+h5,h3+h6,h3+p,h4+h2,h4+h3,h4+h4,h4+h5,h4+h6,h4+p,h5+h2,h5+h3,h5+h4,h5+h5,h5+h6,h5+p,h6+h2,h6+h3,h6+h4,h6+h5,h6+h6,h6+p{color:#d3d3d3;font-family:REM,sans-serif;font-weight:300;letter-spacing:0}a{color:#cf0;margin-bottom:.8em;text-decoration:none}a:last-child{margin-bottom:0}h1{color:#cf0;font-size:44px}h1,h2{letter-spacing:.01em}h2{font-size:60px}h3{font-size:26px;font-weight:500}h4{font-size:20px}h4,h6{font-weight:400}h6{font-size:14px}p{color:#fff;font-family:REM,sans-serif;font-size:18px;font-weight:400;line-height:1.4}label,p+p,p+ul li{color:#d3d3d3}ul{padding-left:30px}ul li{color:#fff;font-family:REM,sans-serif;font-size:18px}ul+p{color:#d3d3d3}ul+h1,ul+h2,ul+h3,ul+h4,ul+h5,ul+h6{color:#d3d3d3;font-family:REM,sans-serif;font-weight:300;margin-bottom:.4em}.view-in-mobile{display:none}@media(max-width:1000px){.view-in-mobile{display:flex}}.view-in-desktop{display:flex}@media(max-width:1000px){.view-in-desktop{display:none}h1,h2,h3,h4,h5,h6,p{letter-spacing:0!important}h1{font-size:32px}h2{font-size:16px}h3{font-size:24px}h4{font-size:18px}h6{font-size:14px}p{font-size:16px}}.confirm-dialog-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#010419bf;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.confirm-dialog{animation:slideIn .3s ease-out;background:#010419;border-radius:12px;box-shadow:0 0 0 8px #ccff0080;box-sizing:border-box;max-width:550px;padding:30px}.confirm-dialog__buttons{display:flex;gap:20px;justify-content:space-between;margin-top:15px}.confirm-dialog__buttons button:first-child{flex:1 1}@media(max-width:1000px){.confirm-dialog{max-width:400px;padding:25px;width:90%}.confirm-dialog__title{font-size:20px}.confirm-dialog__text{font-size:16px}.confirm-dialog__buttons{flex-direction:column;gap:10px}.confirm-dialog__buttons .button{width:100%}}.button{align-items:center;background:#010419;border:1px solid;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-flex;font-family:Cal Sans,sans-serif;justify-content:center;letter-spacing:2px;overflow:hidden;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.button:hover{text-decoration:none;transform:translateY(-2px)!important}.button:active{transform:translateY(0)}.button--1{border-color:#cf0}.button--2{border-color:#ffe600}.button--3{border-color:#00ff9f}.button--4{border-color:#0ac6f6}.button--5{border-color:#d4a9f8}.button--6{border-color:#cf0}.button--7{border-color:#353535}.button--8{background:#cf0;border-color:#010419;color:#010419}.button--small{font-size:14px;padding:8px 16px}.button--small .button--icon{height:20px;margin-right:4px;width:20px}.button--medium{font-size:16px;padding:10px 18px}.button--medium .button--icon{height:22px;margin-right:4px;width:22px}.button--large{font-size:18px;padding:12px 20px}.button--large .button--icon{height:26px;margin-right:10px;width:26px}.button--huge{font-size:22px;padding:14px 24px}.button--huge .button--icon{height:32px;margin-right:8px;width:32px}.button--disabled{cursor:not-allowed;opacity:.5}.button--disabled,.button--disabled:hover{transform:none!important}.button--loading{cursor:wait}.button--full-width{width:100%}.button__content{align-items:center;display:flex;justify-content:center;transition:opacity .3s ease}.button__content--loading{opacity:.7}.button__spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:currentcolor;height:20px;position:absolute;width:20px}.button--danger{background:#dc3545;border-color:#dc3545;color:#fff}.button--danger:hover{background:#c82333;border-color:#bd2130;color:#fff}.button--danger:focus{box-shadow:0 0 0 3px #dc35454d}.button--success{background:#28a745;border-color:#28a745;color:#fff}.button--success:hover{background:#218838;border-color:#1e7e34;color:#fff}.button--success:focus{box-shadow:0 0 0 3px #28a7454d}@media(max-width:1000px){.button--large,.button--medium,.button--small{font-size:14px;padding:8px 12px}.button--huge{font-size:18px;padding:12px 16px}}.top-menu{background-color:#010419;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIElEQVQImWP8//8/AzpgwhBBFjQ1Nf2PTaUgjMGIzUwAxLgHsrqCBFwAAAAASUVORK5CYII=);background-position:50%;background-repeat:repeat;background-size:5px;left:0;padding:15px 20px;position:fixed;right:0;top:0;z-index:1000}.top-menu__container{align-items:center;display:flex;justify-content:space-between;position:relative}@media(max-width:1000px){.top-menu__container{justify-content:space-between!important}}.top-menu__logo{align-items:center;color:#fff;cursor:pointer;display:flex;font-family:Londrina Shadow,cursive;font-size:28px;margin:0;transition:all .3s ease-in-out}.top-menu__logo--hidden{opacity:0;transform:translateY(-50px)}.top-menu__logo--visible{opacity:1;transform:translateY(0)}.top-menu__menu{align-items:center;display:flex;gap:30px;touch-action:pan-x pan-y}@media(max-width:1000px){.top-menu__menu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(180deg,#010419fa,#000000fa);box-shadow:-5px 0 20px #0000004d;flex-direction:column;gap:20px;height:100dvh;overflow-y:auto;padding:80px 30px 30px;position:fixed;right:-100%;top:0;transition:right .3s ease-in-out;width:280px;z-index:1001}.top-menu__menu--open{right:0}}.top-menu__menu .link{color:#fff;margin:0}.top-menu__button:hover{background-color:#ffffff1a}.top-menu__button--profile img{border-radius:50%;height:20px;width:20px}.top-menu__overlay{animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}@media(max-width:1000px){.top-menu{padding:10px}}.logo{color:#cf0;display:inline-block;font-family:Cal Sans,sans-serif;font-weight:700}.logo--small{font-size:20px;letter-spacing:1px}.logo--normal{font-size:24px;letter-spacing:2px}.logo.inverse{background-color:#1e1e1e;border-radius:6px;padding:2px 6px}.logo span:first-of-type{color:#fff}.logo span:nth-of-type(2){color:#cf0}@media(max-width:1000px){.logo{font-size:20px}}.hamburger-button{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:24px;justify-content:space-around;padding:0;position:relative;width:24px;z-index:9999999}@media(max-width:1000px){.hamburger-button{display:flex}}.hamburger-button__line{background:#fff;border-radius:10px;height:2px;transform-origin:center;transition:all .3s ease;width:25px}.hamburger-button--open .hamburger-button__line:first-child{transform:translateY(7px) rotate(45deg)}.hamburger-button--open .hamburger-button__line:nth-child(2){opacity:0;transform:translateX(-20px)}.hamburger-button--open .hamburger-button__line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}@media(max-width:1000px){.hamburger-button{height:20px;width:20px}.hamburger-button__line{height:1px;width:20px}}.link{color:#cf0;font-weight:400;text-decoration:none;transition:text-shadow .3s ease}.link:hover{text-shadow:0 0 10px #ffffff80}.footer{border-top:1px solid #cf0;bottom:0;color:#fff;left:0;margin-top:30px;padding:20px;position:relative;right:0}.footer__logo-container .logo{margin-bottom:15px}.footer__content{display:flex;justify-content:space-between}.footer__section{display:flex;flex-direction:column}.footer__copyright{font-size:12px;text-align:left}.footer__section-title{color:#fff;font-size:18px;margin:0 0 10px}.footer__nav{display:flex;flex-direction:column}.footer__nav a{color:#fff;font-size:14px}@media(max-width:1000px){.footer{padding:15px}.footer__content{flex-direction:column-reverse;gap:40px}.footer__content__section{align-items:center;justify-content:center;text-align:center}.footer__content__section-title{font-size:18px}.footer__content__link{font-size:20px}.footer__logo-container{text-align:center}.footer__logo-container img{margin-bottom:5px}.footer__copyright{text-align:center}}.home{overflow-x:hidden}.home.animate .top-menu{opacity:1}.home.animate .podcast-player-wrapper{opacity:1;transform:translateY(0)}.home.animate .hero h1 .doodles-animation{opacity:1;transform:translateX(0)}.home.animate .hero .bg-left,.home.animate .hero .bg-right,.home.animate .hero .button,.home.animate .hero h1 span:first-of-type,.home.animate .hero h1 span:nth-of-type(2),.home.animate .hero h1 span:nth-of-type(3),.home.animate .hero h2{opacity:1;transform:translateY(0)}.home.animate .hero:after{opacity:.1}.home.animate .hero .microphone{background-position:50% 0;opacity:1;transform:translateY(-5px)}.home.animate .hero .bg-bottom{opacity:1}.home .top-menu{opacity:0;transition:all 1s 2.5s}.homepage-section{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1000px;padding:100px 0 0;position:relative}.homepage-section:last-of-type{padding-bottom:50px}.homepage-section h2{text-align:center}.homepage-section h2.gradient span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#de045b,#ffe600,#00ff9f,#0ac6f6,#d4a9f8,#cf0);-webkit-background-clip:text;background-clip:text;color:#0000}.homepage-section>p{font-size:26px;text-align:center}.homepage-section ul{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;list-style:none;margin:30px 0 0;padding:0;width:1000px}.homepage-section ul li{align-items:center;border-radius:12px;box-sizing:border-box;display:flex;flex:1 1 300px;flex-direction:column;padding:0;position:relative}@media(max-width:1000px){.homepage-section{padding:60px 15px 0}.homepage-section h2{font-size:32px;text-align:center}.homepage-section h3{font-size:16px}.homepage-section>p{font-size:20px}.homepage-section ul{gap:40px;margin-top:10px;width:100%}.homepage-section ul li{flex:1 1 100%;padding:0}}.simple-info-box{cursor:default;height:100%;text-align:center;transition:transform .3s ease;width:100%}.simple-info-box:hover{transform:scale(1.05)}.simple-info-box:hover img{transform:scale(1.1) rotate(-5deg)}.simple-info-box:hover h3{font-weight:400}.simple-info-box img{border:2px solid;border-radius:50%;height:80px;margin-bottom:15px;transition:transform .3s ease;width:80px}.simple-info-box svg{height:40px;margin-bottom:15px;width:40px}.simple-info-box h4{color:#fff;font-size:19px;font-weight:500;text-align:center;transition:font-weight .3s ease}.simple-info-box p{font-size:18px;text-align:center}@media(max-width:700px){.simple-info-box img{margin-bottom:5px}.simple-info-box h4{font-size:18px}.simple-info-box p{font-size:16px}}.hero{align-items:center;display:flex;flex-direction:column;height:calc(100vh - 68px);justify-content:flex-start;padding-top:68px;width:100%}.hero:after{background-image:linear-gradient(180deg,#010419,#010419,#010419,#41b3ff,#010419);bottom:0;content:"";height:100%;left:0;opacity:0;position:absolute;transition:opacity 2s 3.75s;width:100%;z-index:-2}.hero h1{color:#fff;font-size:54px;letter-spacing:3px;line-height:1;margin-top:30px;position:relative;text-align:center}.hero h1 span{opacity:0;transition:all 1s}.hero h1 span:first-of-type{transition-delay:1s}.hero h1 span:nth-of-type(2){color:#cf0;display:inline-block;transform:translateY(10px);transition-delay:2.5s}.hero h2{color:#d3d3d3;font-family:Cal Sans,sans-serif;font-size:26px;font-weight:300;letter-spacing:0;opacity:0;text-align:center;transform:translateY(-10px);transition:all 1s 2.5s;width:100%}.hero h2 span{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#de045b,#ffe600,#00ff9f,#0ac6f6,#d4a9f8,#cf0);-webkit-background-clip:text;background-clip:text;color:#0000}.hero .podcast-player-wrapper{opacity:0;position:relative;text-align:left;transform:translateY(-20px);transition:all 1s 2.5s;z-index:1}.hero .podcast-player-wrapper__title{align-items:center;color:#d3d3d3;display:flex;font-size:14px;gap:5px;justify-content:center;margin-top:15px}.hero .podcast-player-wrapper__title>svg{fill:#d3d3d3;height:16px;width:16px}.hero .bg-left{background-image:url(/static/media/bg-left.8f5d070b39c64f36accd.png);background-position:0 100%;left:0}.hero .bg-left,.hero .bg-right{background-repeat:no-repeat;background-size:contain;bottom:-20px;height:450px;opacity:0;position:absolute;transform:translateY(50%);transition:all 3s 2.5s;width:350px;z-index:1}.hero .bg-right{background-image:url(/static/media/bg-right.000183a90e9a0b1b0bce.png);background-position:100% 100%;right:0}.hero .bg-bottom{background-image:radial-gradient(circle at 50% 70%,#ffffff4d 0,#0000 30%);bottom:0;height:100%;left:0;opacity:0;position:absolute;transition:all 3s 2.5s;width:100%;z-index:-2}.hero .microphone{animation:microphone-animation 5s 2.5s;animation-direction:alternate;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-play-state:paused;animation-timing-function:ease-in-out;background-image:url(/static/media/bg-mics.60883e2c7ccb37ce4d2c.png);background-position:50% -350px;background-repeat:no-repeat;background-size:contain;height:350px;opacity:0;transform:translateY(-5px);transform-origin:top;transition:all 3s 2.5s;width:600px}.hero .microphone.animate{animation-play-state:running}@keyframes microphone-animation{0%{background-position:50% 0}to{background-position:50% -25px}}@media(max-width:1000px){.hero{box-sizing:border-box;height:100vh;padding:53px 15px 15px}.hero .microphone{width:450px}.hero h1{font-size:36px;margin-top:20px}.hero h2{font-size:16px}.hero .podcast-player-wrapper{margin-top:20px}.hero .bg-left{left:0}.hero .bg-left,.hero .bg-right{height:400px;width:300px;z-index:1}.hero .bg-right{right:0}.hero .podcast-player-wrapper,.hero .podcast-player-wrapper__title{margin-top:10px}}@media(max-width:700px){.hero h1{line-height:1.2}.hero .microphone{background-image:url(/static/media/bg-mics-mobile.006123405557eb7abc55.png);width:150px}.hero .bg-left{left:0}.hero .bg-left,.hero .bg-right{height:225px;width:150px;z-index:2}.hero .bg-right{right:0}.hero .podcast-player-wrapper__title{margin-top:5px}}.podcast-player-wrapper-switcher{align-items:center;display:flex;flex-direction:row;gap:10px;height:100px;justify-content:center;position:relative}.podcast-player-wrapper-switcher .player-overlay{position:absolute;transition:all .5s ease-in-out}.podcast-player-wrapper-switcher .player-overlay.selected{cursor:default;opacity:1;z-index:1}.podcast-player-wrapper-switcher .player-overlay:not(.selected){cursor:pointer;opacity:.5;z-index:-1}@media(max-width:700px){.podcast-player-wrapper-switcher .player-overlay:not(:first-child){display:none}}.podcast-player{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#1e1e1e;border:2px solid #ccff004d;border-radius:6px;box-shadow:0 0 0 0;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;padding:15px 10px 5px;position:relative;width:360px;z-index:1}.podcast-player img{display:none;height:40px;width:40px}.podcast-player>svg{fill:#fff;height:20px;width:20px}.podcast-player canvas{flex:1 1}.podcast-player__visuals{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;width:100%}.podcast-player h4{color:#cf0;font-family:Caveat Brush,sans-serif;margin-bottom:12px;text-align:center}.podcast-player .volume-control__fill{background:#cf0}.timeline{border-radius:0 0 3px 3px;bottom:0;display:flex;flex:1 1;flex-basis:10px;left:0;overflow:hidden;position:relative;width:100%;z-index:3}.timeline__progress{background:#cf0;border-radius:6px;height:20%;left:0;position:absolute;top:40%;transition:width .3s linear;z-index:0}.timeline__time{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;font-size:10px;justify-content:flex-end;position:relative;width:100%;z-index:1}.timeline__time div{color:#fff;display:none;text-shadow:0 0 3px #1e1e1e}.action-buttons{align-items:stretch;display:flex;flex-direction:row;gap:10px;justify-content:center;width:100%}.action-buttons>svg{cursor:pointer;height:24px;transition:all .3s ease;width:24px}.action-buttons>svg:hover{transform:scale(1.05)}.action-buttons__time{align-items:center;color:#7b7b7b;display:flex;font-size:12px;justify-content:center;min-width:35px;width:35px}.action-buttons__time:first-child{justify-content:flex-start}.action-buttons__time:last-child{justify-content:flex-end}.action-buttons .volume-control{width:70px}.volume-control{padding:10px 0;-webkit-user-select:none;user-select:none;width:100%}.volume-control__track{background-color:#fff3;border-radius:3px;cursor:pointer;height:6px;position:relative;transition:height .2s ease;width:100%}.volume-control__fill{background:#cf0;border-radius:3px;height:100%;left:0;pointer-events:none;position:absolute;top:0;transition:width .05s ease}.volume-control__knob{background-color:#fff;border-radius:50%;box-shadow:0 2px 8px #1e1e1e4d;cursor:grab;height:16px;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .2s ease,width .2s ease,height .2s ease;width:16px}.volume-control__knob:active{cursor:grabbing}.volume-control:active .volume-control__knob{cursor:grabbing;transform:translate(-50%,-50%) scale(1.2)}.doodles-animation{bottom:20%;display:flex;height:70px;justify-content:space-between;left:0;position:absolute;width:100%;z-index:-1}.doodles-animation .doodle{left:0;margin-top:0;position:absolute}@media(max-width:700px){.doodles-animation{bottom:10%}}.doodle{--scale:20;animation-duration:180s;animation-fill-mode:backwards;animation-iteration-count:1;animation-timing-function:ease-in-out;opacity:0;transform-origin:center}@media(max-width:700px){.doodle{--scale:8}}@keyframes doodles-animation-float-bottom{0%{left:0;opacity:0;transform:translateX(-50%) rotate(270deg) scale(var(--scale))}50%{opacity:.2;transform:translateX(-50%) rotate(0) scale(1.5)}to{left:100%;opacity:0;transform:translateX(-50%) rotate(-270deg) scale(var(--scale))}}.doodle img{height:100%;width:100%}.doodle.big,.doodle.medium{height:60px;width:60px}.doodle.small{height:40px;width:40px}.side-panel-container__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#010419b3;height:100dvh;position:fixed;width:100%;z-index:1000}.side-panel{background-color:#010419;border-right:2px solid #ccff004d;box-sizing:border-box;display:flex;flex-direction:column;height:100dvh;left:0;overflow:hidden;position:fixed;top:0;transition:width .3s ease;width:48px;z-index:1000}.side-panel--expanded{width:200px}.side-panel__header{align-items:center;color:#fff;display:flex;justify-content:space-between}.side-panel__header .logo{margin-left:15px;width:100px}.side-panel__header-toggle{background:none;border:none;color:#fff;cursor:pointer;font-size:14px;padding:16px 17px}.side-panel nav{flex:1 1}.side-panel nav ul{list-style:none;margin:0;padding:0}.side-panel nav li{align-items:center;background:none;border:none;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:14px;justify-content:flex-start;padding:12px 14px;text-align:left;text-decoration:none;transition:background-color .3s ease;width:100%}.side-panel nav li span{margin-left:10px;white-space:nowrap}.side-panel nav li svg{max-height:20px;max-width:20px;min-height:20px;min-width:20px}.side-panel nav li:hover{background-color:#cf0;color:#010419}.side-panel nav li:hover svg{fill:#010419}.side-panel__user-details{align-items:flex-start;color:#fff;display:flex;flex-direction:column;font-size:12px;font-weight:300;margin-left:10px}.side-panel__user-details-name{white-space:nowrap}.side-panel__user-details-login,.side-panel__user-details-logout{cursor:pointer;white-space:nowrap}.side-panel__user-details-login{font-size:14px;font-weight:500}.side-panel__status{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:300;justify-content:center;padding:16px 0 16px 14px}.side-panel__status_user{font-size:14px;font-weight:500;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.side-panel__status svg{cursor:pointer;height:22px;max-height:22px;max-width:22px;min-height:22px;min-width:22px}.side-panel__user-info{align-items:center;display:flex;justify-content:flex-start}@media(max-width:1000px){.side-panel nav li:hover{background-color:#0000}.side-panel nav li:hover svg{fill:#fff}}.inner-page-layout{display:flex}.inner-page-layout__main{box-sizing:border-box;flex:1 1;margin-left:48px;padding:30px}.inner-page-layout__main.hide-header .page-header{display:none}@media(max-width:1000px){.inner-page-layout__main{padding:15px}.inner-page-layout__content{padding:0}}.create{gap:15px;height:calc(100dvh - 60px)}.create,.create__current-question{display:flex;flex-direction:column}.create__current-question{flex:1 1;margin:0 auto;width:100%}@media(max-width:1000px){.create{gap:15px;height:calc(100dvh - 30px)}}.question-wrapper{display:flex;flex:1 1;flex-direction:column;gap:30px;height:100%;justify-content:space-between;width:100%}.question-wrapper.rtl .generate-podcast__box,.question-wrapper.rtl .question-subtitle,.question-wrapper.rtl h2,.question-wrapper.rtl input[type=text],.question-wrapper.rtl p,.question-wrapper.rtl textarea{direction:rtl}.question-wrapper.rtl .add-more{align-self:flex-end}.question-wrapper__content{max-height:100%;overflow-y:auto;position:relative;touch-action:pan-x pan-y}.question-wrapper__content,.question-wrapper__content__inner{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;flex-shrink:1}.question-wrapper__content__inner{box-sizing:border-box;max-width:1000px;padding-right:20px;width:100%}.question-wrapper__content__inner>img{border-radius:50%;height:45px;margin-bottom:15px;object-fit:cover;opacity:0;transition:all .3s linear 1s;width:45px}.question-wrapper__content__inner>img.show{opacity:1}.question-wrapper__content::-webkit-scrollbar{width:10px}.question-wrapper__content::-webkit-scrollbar-track{background:#1e1e1e;border-left:5px solid #010419}.question-wrapper__content::-webkit-scrollbar-thumb{background:#cf0;border-left:5px solid #010419}.question-wrapper__content::-webkit-scrollbar-thumb:hover{background:#cf0}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.question-wrapper h2{box-sizing:border-box;font-family:REM,sans-serif;font-size:26px;font-weight:400;letter-spacing:0;line-height:1.3;max-width:900px;text-align:left;white-space:pre-line;width:100%}.question-wrapper h2.typing:after{animation:blink 1s infinite;color:#fff;content:"|"}.question-wrapper .question-subtitle{color:#d3d3d3;opacity:0;text-align:left;white-space:pre-line;width:100%}.question-wrapper .question-subtitle.show{animation:fadeIn .5s ease .5s forwards}.question-wrapper .answer-area{align-items:flex-start;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin-top:30px;opacity:0;width:100%}.question-wrapper .answer-area.show{animation:fadeIn .5s ease 1s forwards}.question-wrapper__skip-button{background:none;border:none;color:#828282;cursor:pointer;opacity:0;text-transform:none;transition:color .2s ease}.question-wrapper__skip-button.show{animation:fadeIn .5s ease 1s forwards}.question-wrapper__skip-button.hide{display:none}.question-wrapper__skip-button:hover{color:#fff}@media(max-width:1000px){.question-wrapper{gap:15px}.question-wrapper h2{font-size:18px}.question-wrapper__content__inner{padding-right:0}.question-wrapper .question-subtitle{font-size:16px;margin-bottom:0}.question-wrapper .answer-area{margin-top:20px;padding-right:10px}.question-wrapper .answer-area__options{gap:15px}.question-wrapper .answer-area__option{border-width:1px;padding:12px;width:130px}.question-wrapper .answer-area__option--selected{border-width:2px}.question-wrapper .answer-area__option img{height:40px;width:40px}}.single-select-answer-area{align-items:stretch;display:flex;flex-wrap:wrap;gap:20px;justify-content:flex-start}.single-select-answer-area__option{align-items:flex-start;background:#0000;border:1px solid #cf0;border-radius:6px;box-sizing:initial;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-weight:500;gap:10px;justify-content:flex-start;padding:12px 15px;transition:all .2s ease;white-space:wrap;width:220px}.single-select-answer-area__option__icon{display:block;width:25px}.single-select-answer-area__option>div{align-self:flex-start;display:flex;flex-direction:column}.single-select-answer-area__option>div.title-only{align-self:center}.single-select-answer-area__option>div h6{font-family:REM,sans-serif;font-size:16px;font-weight:500;line-height:1;margin:0;padding:0;text-align:left}.single-select-answer-area__option>div p{color:#d3d3d3;font-size:16px;margin-top:4px;text-align:left}.single-select-answer-area__option:hover{transform:translateY(-2px)}.single-select-answer-area__option--selected{background-color:#cf0}.single-select-answer-area__option--selected h6,.single-select-answer-area__option--selected p{color:#1e1e1e!important}@media(max-width:1000px){.single-select-answer-area__option{gap:10px;padding:10px;width:100%}.single-select-answer-area__option__icon{width:20px}}.custom-question__title{color:#333;font-size:1.5rem;line-height:1.4;margin-bottom:20px}.custom-question__inputs{gap:15px}.custom-question__input,.custom-question__inputs{display:flex;flex-direction:column}.custom-question__field{border:2px solid #e9ecef;border-radius:6px;font-size:16px;min-height:44px;padding:12px 16px;transition:border-color .2s ease}.custom-question__field:focus{border-color:#007bff;outline:none}.names-question{flex:0 1!important;width:500px!important}.names-question__pronunciation{align-items:center;color:#fff;display:flex;gap:10px}.names-question__pronunciation>svg{height:20px;transform:rotate(180deg);width:20px}.names-question__pronunciation span{align-items:center;background-color:#1e1e1e;border-radius:6px;cursor:pointer;display:inline-block;display:flex;gap:5px;padding:5px 10px}.names-question__pronunciation span.active{background-color:#cf0;color:#1e1e1e}.names-question__pronunciation span.active svg{fill:#1e1e1e}.names-question__pronunciation span svg{height:16px;width:16px}.names-question .names-question__input__trash{position:absolute;right:-35px;top:28px;transform:translateY(-50%)}@media(max-width:1000px){.names-question{width:100%!important}.names-question__pronunciation{gap:5px;margin-top:0}.names-question__pronunciation span{font-size:12px;padding:4px 8px}.names-question .answer-area__input__trash{right:8px;top:16px;transform:none}}.text-input{background-color:#010419;border:1px solid #ccff004d;border-radius:6px;box-sizing:border-box;color:#fff;font-size:16px;letter-spacing:1px;outline:none;padding:14px;resize:none;text-align:left;transition:all .3s ease;width:100%}.text-input::placeholder{color:grey;font-size:18px}.text-input.inverse{background-color:#fff;border-color:#14b8a6;color:#1e1e1e}@media(max-width:1000px){.text-input{font-size:14px;padding:10px}.text-input::placeholder{font-size:16px}.text-input.big{font-size:16px;padding:15px 10px}}.free-text-answer-area{display:flex;flex:1 1;flex-direction:column;gap:30px;width:100%}.free-text-answer-area__input{display:flex;flex:1 1;flex-direction:column;gap:6px;position:relative}.free-text-answer-area__input__header__wrapper{align-items:flex-end;display:flex;gap:10px;justify-content:space-between}.free-text-answer-area__input__header__wrapper>:only-child{margin-left:auto}.free-text-answer-area__input textarea{flex:1 1;max-height:500px;min-height:150px}.free-text-answer-area__input__wrapper{display:flex;flex:1 1;flex-direction:column;gap:10px;position:relative}.free-text-answer-area__input__wrapper__utils{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-between;margin-top:12px;position:relative}.free-text-answer-area__input__wrapper__utils>div{align-items:center;display:flex;gap:10px;justify-content:center}.free-text-answer-area__input__wrapper__utils>div label{color:#fff;font-size:20px}.describe-people-question h4{margin-bottom:0}@media(max-width:1000px){.describe-people-question h4{font-size:14px}}.text-area{background-color:#010419;border:1px solid #ccff004d;border-radius:6px;box-sizing:border-box;color:#fff;font-size:16px;letter-spacing:1px;min-height:100px;outline:none;padding:12px;resize:none;transition:all .3s ease;width:100%}.text-area::placeholder{color:grey;font-size:18px}.text-area.inverse{background-color:#fff;border-color:#14b8a6;color:#1e1e1e}@media(max-width:1000px){.text-area{font-size:14px;padding:10px}.text-area::placeholder{font-size:16px}}.string-counter{align-items:center;color:#cf0;display:inline-flex;font-family:REM,sans-serif;font-size:14px;gap:2px;justify-content:flex-end;transition:all .2s ease}.string-counter svg{fill:#cf0;height:20px;width:20px}.string-counter--warning,.string-counter--warning .string-counter__current{color:#ffe600}.string-counter--limit{color:#de045b;opacity:1}.string-counter--limit .string-counter__current{color:#de045b}@media(max-width:1000px){.string-counter{font-size:11px}}.intro-question{align-items:flex-start!important;display:flex;flex-direction:row;gap:20px!important}.intro-question h4{margin-top:10px}.intro-question__next{color:#fff;font-size:18px;margin-top:0}.intro-question ul{align-items:flex-start;flex-direction:column;list-style:none;margin-top:0;padding-left:10px}.intro-question ul,.intro-question ul li{display:flex;gap:20px;justify-content:flex-start}.intro-question ul li{align-items:center;flex-direction:row}.intro-question ul li span{align-items:center;border:2px dashed #cf0;border-radius:50%;color:#fff;display:flex;font-size:16px;font-weight:700;justify-content:center;max-height:35px;max-width:35px;min-height:35px;min-width:35px}@media(max-width:1000px){.intro-question ul{gap:10px}.intro-question ul li{font-size:16px;gap:10px}.intro-question ul li span{font-size:14px;height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.intro-question__next{font-size:16px}}.generate-podcast{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.generate-podcast__box{align-items:center;background-image:linear-gradient(180deg,#de045b,#0000);border-radius:24px;box-shadow:0 2px 0 #cf0;display:flex;flex-direction:column;justify-content:center;margin-bottom:30px;padding:20px;width:500px}.generate-podcast__box h4{color:#fff;font-family:Cal Sans,sans-serif;font-size:24px;text-align:center}.generate-podcast__box h4 span{color:#cf0;display:block;font-family:Caveat Brush,sans-serif;font-size:44px;font-weight:400;text-shadow:0 0 20px #1e1e1e}.generate-podcast__box h4+p{margin-bottom:30px;margin-top:0;text-align:center}.generate-podcast__box>p{color:#d3d3d3;font-size:20px;font-weight:500;margin:30px 0 0;text-align:center}.generate-podcast__box .button{margin-top:30px}@media(max-width:1000px){.generate-podcast__box{box-sizing:border-box;gap:5px;margin:0 0 20px;width:100%}.generate-podcast__box h4{font-size:16px}.generate-podcast__box h4 span{font-size:34px}.generate-podcast__box h4+p{margin-bottom:10px}.generate-podcast__box>p{font-size:14px;margin-top:10px}.generate-podcast>p{font-size:14px}.generate-podcast .button{margin-top:20px;width:100%}}.hosts{align-items:center;display:flex;flex-direction:row;gap:30px;justify-content:flex-start}.hosts__host{position:relative}.hosts__host__name{color:#fff;font-family:Caveat Brush,sans-serif;font-size:24px;line-height:1;margin-bottom:0;text-align:center;width:100%}.hosts__host img{border-radius:50%;box-shadow:0 0 50px #000;width:90px}@media(max-width:1000px){.hosts{gap:15px}.hosts__host__name{font-size:20px}.hosts__host img{width:60px}}.pay-with-credits{border-radius:24px;display:flex;flex-direction:column;gap:30px}.pay-with-credits .logo{align-self:center}.pay-with-credits h4{margin-bottom:0!important}.pay-with-credits__breakdown{background:#d3d3d3;border-radius:6px;display:flex;flex-direction:column;gap:14px;padding:22px}.pay-with-credits__breakdown.rtl{direction:rtl}.pay-with-credits__breakdown-row{align-items:center;color:#1e1e1e;display:flex;font-size:15px;justify-content:space-between}.pay-with-credits__breakdown-value{color:#1e1e1e;font-weight:600}.pay-with-credits__breakdown-divider{background:linear-gradient(90deg,#0000,#1e1e1e,#0000);height:1px}.pay-with-credits__insufficient{align-items:center;background:#ff44441f;border:1px solid #ff44444d;border-radius:6px;display:flex;flex-direction:column;gap:16px;padding:22px}.pay-with-credits__insufficient p{color:#ffffffd9;font-size:15px;margin:0;text-align:center}.pay-with-credits__info{background:#1e1e1e40;border:1px solid #ffffff14;border-radius:6px;color:#ffffff8c;font-size:13px;line-height:1.6;padding:18px;text-align:center}.pay-with-credits button{align-self:stretch}@media(max-width:1000px){.pay-with-credits{gap:20px}.pay-with-credits__title{font-size:22px}.pay-with-credits__subtitle{font-size:14px}.pay-with-credits__balance{padding:22px}.pay-with-credits__balance-amount{font-size:44px}.pay-with-credits__breakdown{padding:18px}.pay-with-credits__breakdown-row{font-size:14px}.pay-with-credits__breakdown-row--total{font-size:16px}.pay-with-credits__info{font-size:12px;padding:16px}}.payment{border-radius:6px;margin:0 auto}.payment--secondary-loading{pointer-events:none}.payment.rtl{direction:rtl}.payment>h4{margin-bottom:0!important;margin-top:15px}.payment>h4,.payment>h6,.payment>p{color:#1e1e1e}.payment>p{font-weight:400;margin-bottom:20px;margin-top:15px!important}.payment>p.rtl{direction:rtl}.payment--hide-options h3{height:0;overflow:hidden}.payment--hide-options .payment__options{height:0;margin:0;overflow:hidden}.payment--hide-options .payment__description{height:0;overflow:hidden}.payment__options{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:30px 0;transition:all .15s ease}.payment__option{background-color:#ffffff0d;border:2px solid #de045b4d;border-radius:6px;cursor:pointer;flex:1 1;padding:20px 0;position:relative;text-align:center;transition:all .3s ease}.payment__option:hover{border-color:#de045b99;box-shadow:0 4px 12px #de045b33;transform:translateY(-2px)}.payment__option--selected{background-color:#de045b1a;border-color:#de045b;box-shadow:0 4px 16px #de045b4d}.payment__option-badge{background:linear-gradient(135deg,#de045b,#ffe600);border-radius:12px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 10px;position:absolute;right:10px;text-transform:uppercase;top:-10px}.payment__option-label{color:#1e1e1e;font-size:16px;font-weight:600;margin-bottom:8px}.payment__option-price{color:#de045b;font-size:24px;font-weight:700;margin-bottom:5px}.payment__option-unit{color:#7b7b7b;font-size:12px}.payment__price{align-items:center;display:flex;flex-direction:column;margin-bottom:15px}.payment__amount,.payment__description{color:#7b7b7b;font-weight:700}.payment__description{margin-top:15px;transition:all .15s ease}.payment__error{background-color:#ff00001a;border:1px solid #ff00004d;border-radius:6px;color:red;padding:15px}.payment__error,.payment__success{margin-bottom:20px;text-align:center}.payment__success{background-color:#0080001a;border:1px solid #0080004d;border-radius:6px;padding:20px}.payment__success h4{color:green;margin-bottom:10px}.payment__success p{color:#1e1e1e;margin:0}.payment__loading{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#fffc;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1000}.payment__loading .loading{align-items:center;color:#1e1e1e;justify-content:center}.payment__paypal-container{align-items:center;display:flex;justify-content:center}@media(max-width:1000px){.payment__options{gap:10px}.payment__option{padding:20px 10px}.payment__option-badge{font-size:10px;right:0}.payment__option-label{font-size:12px}.payment__option-price{font-size:18px}.payment__option-unit{font-size:10px}}.loading{align-items:flex-start;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:flex-start;width:100%}.loading svg{width:50px}.loading div{color:#fff;font-size:20px}.loading.inverse div{color:#1e1e1e}.loading.inverse svg,.loading.inverse svg path{fill:#14b8a6;stroke:#14b8a6}.loading.inverse svg circle{stroke:#14b8a6}@media(max-width:1000px){.loading svg{width:40px}.loading div{font-size:16px}}.date-picker-answer-area{display:flex;flex-direction:row!important;gap:20px}@media(max-width:1000px){.date-picker-answer-area{gap:10px}}.dropdown{position:relative;width:-webkit-fit-content;width:fit-content}.dropdown--disabled{cursor:not-allowed;opacity:.5}.dropdown--error .dropdown__trigger{border-color:#de045b}.dropdown__label{color:#fff;display:block;font-size:14px;margin-bottom:6px}.dropdown__container{position:relative}.dropdown__trigger{align-items:center;background:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:16px;font-weight:300;justify-content:space-between;min-height:44px;min-width:50px;outline:none;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease}.dropdown__trigger svg{fill:#1e1e1e}.dropdown__trigger:disabled{background-color:#f8f9fa;cursor:not-allowed}.dropdown__trigger--open{border-bottom-left-radius:0;border-bottom-right-radius:0}.dropdown__arrow{color:#cf0;font-size:12px;margin-left:8px;transition:transform .2s ease}.dropdown__arrow--up{transform:rotate(180deg)}.dropdown__menu{background:#fff;border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-top:none;box-sizing:border-box;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.dropdown__option{cursor:pointer;font-size:16px;padding:12px 16px;text-align:left;transition:background-color .2s ease}.dropdown__option:hover:not(.dropdown__option--disabled){background-color:#f8f9fa}.dropdown__option--disabled{color:#6c757d;cursor:not-allowed;opacity:.5}.dropdown__error{color:#dc3545;display:block;font-size:12px;margin-top:4px}@media(max-width:1000px){.dropdown__trigger{font-size:14px;padding:8px 12px}.dropdown__option{font-size:14px}}.add-more{color:#828282;cursor:pointer;display:inline-block;font-size:18px;margin-top:25px;text-align:left;transition:color .3s ease}.add-more:hover{color:#fff}@media(max-width:1000px){.add-more{font-size:14px;margin-top:15px}}.text-helpers-wrapper{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:flex-end}.text-helpers-wrapper>svg{height:22px;width:22px}.trash{cursor:pointer;height:24px;transition:opacity .3s ease;width:24px}.trash:hover{opacity:.8}@media(max-width:1000px){.trash{height:20px;width:20px}}.sticky-bottom-row{align-items:center;border-radius:6px;box-sizing:border-box;display:flex;justify-content:space-between;opacity:0;width:100%}.sticky-bottom-row.animate{animation:stickyBottomRowAnimation 1s ease forwards}@keyframes stickyBottomRowAnimation{0%{opacity:0}to{opacity:1}}.sticky-bottom-row--center{justify-content:center}@media(max-width:1000px){.sticky-bottom-row{padding:0}.sticky-bottom-row span{font-size:14px}.sticky-bottom-row .button{font-size:12px;padding:4px 8px}}.progress__settings{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-left:20px}.progress__settings svg{fill:#fff;height:20px;width:20px}.progress{align-items:center;display:flex;flex-direction:row;justify-content:space-between;opacity:0;position:relative;z-index:1}.progress.animate{animation:progressAnimation 1s ease forwards}.progress__total{align-items:center;background-color:#010419;border:1px solid #cf0;border-radius:6px;color:#fff;display:flex;font-size:20px;gap:10px;height:25px;justify-content:flex-end;overflow:hidden;padding-right:4px;position:relative;width:100%}@keyframes progressAnimation{0%{opacity:0}to{opacity:1}}.progress__total__text{background-color:#01041980;border-radius:6px;color:#fff;font-size:12px;padding:2px 6px;position:relative;z-index:1}.progress__total__fill{background-color:#cf0;height:100%;left:0;position:absolute;top:0;transition:width 1s ease}@media(max-width:1000px){.progress__settings{margin-left:10px}}.side-menu__trigger{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;padding:8px;transition:all .2s ease;width:36px}.side-menu__trigger:hover{background:#ffffff1a}.side-menu__trigger svg{transition:transform .2s ease}.side-menu__dropdown{animation:slideIn .15s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:2px solid #ccff004d;border-radius:12px;box-shadow:0 8px 24px #0006;position:absolute;top:100%;z-index:1000}.side-menu__dropdown--left{left:0;transform-origin:top right}.side-menu__dropdown--right{right:0;transform-origin:top left}.side-menu__dropdown--center{left:50%;transform:translateX(-50%);transform-origin:top center}.side-menu__option{align-items:center;background:none;border:none;color:#1e1e1e;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px;text-align:left;transition:background-color .2s ease;width:100%}.side-menu__option svg{fill:#1e1e1e}.side-menu__option:hover:not(.side-menu__option--disabled){background:#1e1e1e1a}.side-menu__option--disabled{cursor:not-allowed;opacity:.5}.side-menu__option--destructive{color:#de045b}.side-menu__option--destructive:hover:not(.side-menu__option--destructive--disabled){background:#de045b1a}.side-menu__option-icon{flex-shrink:0;height:16px;width:16px}.side-menu__option-label{flex:1 1;white-space:nowrap}.login-form__title{margin-bottom:15px}.login-form__description{color:#fff}.login-form__error{border:1px solid #de045b;border-radius:6px;color:#de045b;margin-bottom:30px;padding:12px}.login-form .button{justify-content:flex-start;margin-top:20px;width:270px}.login-form .button svg{margin-right:12px}.login-form__footer{border-top:1px solid #cf0;margin-top:30px;padding-top:10px}.login-form__footer__text{color:#d3d3d3;font-size:14px;margin:0}.login-page{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:100dvh}.login-page__container{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:40px;text-align:center;width:100%}.library__podcasts-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:45px;margin-top:45px}.library__podcasts-list__create-podcast{align-items:center;background-color:#010419;border:2px solid #cf0;border-radius:6px;box-shadow:0 0 12px #de045b80;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;min-height:162px;transition:all .3s ease;width:450px}.library__podcasts-list__create-podcast:hover svg{transform:scale(1.1)}.library__podcasts-list__create-podcast svg{fill:#cf0;height:100px;transition:all .3s ease;width:100px}@media(max-width:1000px){.library__podcasts-list{gap:40px;margin-top:30px}.library__podcasts-list__create-podcast{width:100%}}.podcast-box{background-color:#010419;border:2px solid;border-radius:6px;box-sizing:border-box;outline-offset:0;padding:25px 20px 20px;position:relative;width:450px}.podcast-box--waiting_in_queue{border-color:#ffe600;box-shadow:0 0 12px #ffe60080}.podcast-box--waiting_in_queue .podcast-box__status{animation:loadingGradient 5s ease-in-out infinite;background:linear-gradient(90deg,#ffe600,#66ffc5 50%,#ffe600);background-size:200% 100%;color:#1e1e1e}.podcast-box--waiting_in_queue .podcast-box__status svg circle,.podcast-box--waiting_in_queue .podcast-box__status svg path,.podcast-box--waiting_in_queue .podcast-box__status svg polygon{fill:#1e1e1e;stroke:#1e1e1e}.podcast-box--ongoing,.podcast-box--started{border-color:#d4a9f8;box-shadow:0 0 12px #d4a9f880}.podcast-box--ongoing .podcast-box__status,.podcast-box--started .podcast-box__status{background-color:#d4a9f8;color:#1e1e1e}.podcast-box--completed{border-color:#00ff9f;box-shadow:0 0 12px #00ff9f80}.podcast-box--completed .podcast-box__status{background-color:#00ff9f;color:#1e1e1e}.podcast-box--ready{border-color:#0ac6f6;box-shadow:0 0 12px #0ac6f680}.podcast-box--ready .podcast-box__status{background-color:#0ac6f6;color:#1e1e1e}.podcast-box h4{padding-right:20px}.podcast-box__add-description{cursor:pointer}.podcast-box .side-menu{display:inline-block;position:absolute;right:10px;top:10px}.podcast-box__date{color:#fff;font-size:12px;font-weight:300}.podcast-box__status{align-items:center;border-radius:6px;display:inline-flex;font-size:12px;font-weight:600;justify-content:center;left:15px;letter-spacing:1px;margin-bottom:10px;padding:6px 10px;position:absolute;text-transform:uppercase;top:-18px}.podcast-box__status svg{height:18px;margin-right:4px;width:18px}.podcast-box__actions{margin-top:15px}@keyframes loadingGradient{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1000px){.podcast-box{width:100%}.podcast-box .side-menu{right:0;top:0}}.edit-podcast{gap:10px;text-align:left}.edit-podcast,.edit-podcast__content,.edit-podcast__input{display:flex;flex-direction:column}.edit-podcast__input{gap:10px;margin-bottom:20px}.edit-podcast label{font-size:18px;font-weight:500}.edit-podcast__actions{align-items:center;display:flex;gap:20px;justify-content:space-between}.edit-podcast__actions button{width:30%}.edit-podcast__actions__saved{align-items:center;color:#0dac32;display:flex;font-size:18px;font-weight:500}.edit-podcast__actions__saved svg{fill:#0dac32}.share-podcast{display:flex;flex-direction:column;text-align:left}.share-podcast textarea{margin-top:15px}.share-podcast__copy-icon{align-items:center;color:#fff;cursor:pointer;display:flex;justify-content:flex-start;margin-top:20px}.share-podcast__copy-icon svg{fill:#fff;margin-right:7.5px}.account__container__wrapper{gap:30px}.account__container__wrapper,.account__container__wrapper__input{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.account__container__wrapper__input{gap:10px}.account__container__wrapper__input__credits{align-items:center;color:#fff;display:flex;flex-direction:row;gap:20px;justify-content:flex-start;width:100%}.account__container__wrapper__input__saved{align-items:center;color:#0dac32;display:flex;font-size:18px;font-weight:500;gap:5px;justify-content:center;margin-bottom:0}.account__container__wrapper__input__saved svg{fill:#0dac32}.account__container__wrapper__input label{color:#fff;font-size:18px;font-weight:500;min-width:60px}.account__container__wrapper__input input{width:300px}@media(max-width:1000px){.account__container__wrapper{gap:20px}.account__container__wrapper__input{align-items:flex-start;flex-direction:column;gap:10px;justify-content:flex-start}.account__container__wrapper__input input{width:100%}.account__container__wrapper__input label{font-size:16px}}.toggle{align-items:center;display:flex;gap:12px}.toggle--disabled{cursor:not-allowed;opacity:.5}.toggle__label{color:#333;cursor:pointer;font-size:14px;font-weight:500;-webkit-user-select:none;user-select:none}.toggle--disabled .toggle__label{cursor:not-allowed}.toggle__switch{background:#ccc;border:none;border-radius:12px;cursor:pointer;height:24px;outline:none;padding:0;position:relative;transition:background-color .2s ease;width:48px}.toggle__switch:focus{box-shadow:0 0 0 2px #007bff40}.toggle__switch--checked{background:#cf0}.toggle__switch:disabled{cursor:not-allowed}.toggle__slider{border-radius:12px;bottom:0;left:0;position:absolute;right:0;top:0;transition:.2s}.toggle__thumb{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0003;height:20px;left:2px;position:absolute;top:2px;transition:transform .2s ease;width:20px}.toggle__switch--checked .toggle__thumb{transform:translateX(24px)}@media(max-width:1000px){.toggle__switch{height:20px;width:40px}.toggle__thumb{height:16px;width:16px}.toggle__switch--checked .toggle__thumb{transform:translateX(20px)}}.about,.about__headline{text-align:center}.about__headline{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 8px 32px #0000001a;box-sizing:border-box;margin:0 auto;max-width:900px;overflow:hidden;padding:30px;position:relative;transition:transform .3s ease,box-shadow .3s ease}.about__headline:before{background:linear-gradient(90deg,#0000,#cf0,#0000);content:"";height:3px;left:0;opacity:.6;position:absolute;right:0;top:0}.about__headline:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.about__headline h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#cf0);-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:700;letter-spacing:-.5px;margin-bottom:15px}.about__headline h2 span{color:#cf0}.about__headline p{color:#ffffffe6;font-size:18px;font-weight:300;letter-spacing:.3px;line-height:1.8;text-align:left}.about__headline p span{border-left:3px solid #cf0;color:#cf0;display:block;font-size:22px;font-weight:500;letter-spacing:.2px;line-height:1.6;margin:15px 0;padding-left:15px;width:-webkit-fit-content;width:fit-content}@media(max-width:1000px){.about__headline{margin:0 auto 20px;padding:20px}.about__headline:before{height:2px}.about__headline h2{font-size:32px;letter-spacing:-.3px;margin-bottom:15px}.about__headline p{font-size:16px;letter-spacing:.2px;line-height:1.7}.about__headline p span{border-left-width:2px;font-size:19px;margin:15px 0;padding-left:11.25px}.about .homepage-section{padding-left:0;padding-right:0}}.page-header{border:2px solid #ffe600;border-radius:12px;box-sizing:border-box;max-width:1000px;padding:20px}.page-header h1{font-size:36px;text-align:center}.page-header h6{font-size:22px;text-align:center}@media(max-width:1000px){.page-header{border-bottom:0;padding:0}.page-header__title{font-size:32px;margin-bottom:.4em!important}.page-header__subtitle{margin-top:.2em}}.pricing__content{grid-gap:20px;display:flex;display:grid;flex-direction:row;flex-wrap:wrap;gap:20px;grid-template-columns:auto auto}.pricing__plan{background:#010419;border:1px dotted #ccff004d;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;min-height:300px;padding:50px;position:relative;transition:all 1s ease;transition:transform .3s ease,box-shadow .3s ease}.pricing__plan-title{font-size:20px;font-weight:300;text-align:center}.pricing__plan-price{color:#14b8a6;font-size:40px;font-weight:900;margin-bottom:10px;text-align:center}.pricing__plan-full-price{color:#353535;font-size:32px;font-weight:300;opacity:.5;text-align:center;text-decoration:line-through;transform:rotate(-2deg)}.pricing__plan-button{border:2px solid;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 30px;text-align:center;text-decoration:none;transition:all .3s ease;width:100%}.pricing__cta{background:#010419;border:1px dotted #ccff004d;border-radius:6px;color:#fff;margin:20px 0;padding:30px;text-align:center}.pricing__cta-button{margin-top:30px}.terms{text-align:left}.terms>div{margin-bottom:30px}@media(max-width:1000px){.terms h3{margin-top:20px}}.privacy-policy__content{margin:30px 0}@media(max-width:1000px){.privacy-policy__content{margin:20px 0}}.auth-callback{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:100vh}.auth-callback__container{color:#666;text-align:center}.auth-callback__spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#28a745;height:40px;margin:0 auto 20px;width:40px}.auth-callback__message{margin:0}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-modal{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.login-modal__content{background-color:#010419;border-radius:12px;box-shadow:0 0 0 8px #ccff0080;box-sizing:border-box;max-width:530px;padding:40px;position:relative;text-align:center;width:90%}.login-modal__content>svg{fill:#fff;cursor:pointer;height:24px;position:absolute;right:20px;top:20px;transition:fill .3s ease;width:24px}.login-modal__content>svg:hover{fill:#cf0}.popup-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#010419b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.popup{animation:slideIn .3s ease-out;background-color:#010419;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIElEQVQImWP8//8/AzpgwhBBFjQ1Nf2PTaUgjMGIzUwAxLgHsrqCBFwAAAAASUVORK5CYII=);border-radius:12px;box-shadow:0 0 0 8px #ccff0080;box-sizing:border-box;max-height:530px;overflow-y:auto;padding:40px;position:relative;text-align:center;width:600px}.popup h3{color:#cf0;font-size:26px;font-weight:500;margin-bottom:10px}.popup h4{color:#353535;font-size:18px;font-weight:300;margin-bottom:20px}.popup__close{align-items:center;background:none;border:none;border-radius:50%;color:#353535;cursor:pointer;display:flex;font-size:24px;font-size:36px;height:30px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .2s ease;width:30px;z-index:1001}.popup__close:hover{transform:scale(1.1)}.popup--light{background-color:#fff;background-image:none;box-shadow:0 0 0 8px #ffffff80}.popup--light h3{color:#1e1e1e}.popup--light h4{color:#7b7b7b}.popup--light .popup__close{fill:#1e1e1e}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:1000px){.popup{max-width:400px;padding:25px;width:90%}.popup h3{font-size:22px}.popup h4{font-size:16px}.popup__close{height:24px;right:12.5px;top:12.5px;width:24px}}.app__protected-route__loading{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:100dvh}.app__protected-route__loading__content{color:#666;text-align:center}.podcast{align-items:center;box-sizing:border-box;height:100dvh;justify-content:center}.accordion,.podcast{display:flex;flex-direction:column;width:100%}.accordion{gap:30px}.accordion__item{background-color:#010419;border-radius:6px;overflow:hidden;transition:all .3s ease}.accordion__item--open .accordion__content-wrapper{max-height:500px;opacity:1}.accordion__item--open .accordion__icon{transform:rotate(0deg)}.accordion__question{margin:0}.accordion__header{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:20px;text-align:left;transition:background-color .2s ease;width:100%}.accordion__icon{align-items:center;color:#fff;display:flex;flex-shrink:0;font-size:24px;font-weight:300;height:24px;justify-content:center;transition:all .3s ease;width:24px}.accordion__content-wrapper{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease}.accordion__content{padding:0 20px 20px}.accordion__answer{opacity:1}@media(max-width:1000px){.accordion{gap:12px}.accordion__header{padding:16px 18px}.accordion__question{font-size:16px;padding-right:12px}.accordion__icon{font-size:20px;height:20px;width:20px}.accordion__content{padding:0 18px 16px}.accordion__answer{font-size:14px}}.contact-form{display:flex;flex-direction:column;gap:30px;width:100%}.contact-form__field{display:flex;flex-direction:column;gap:15px}.contact-form__label{font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.contact-form__error{background-color:#de045b1a;border:1px solid #de045b;border-radius:6px;color:#de045b;font-family:REM,sans-serif;font-size:14px;line-height:1.4;padding:12px 16px}.contact-form--success{align-items:center;display:flex;justify-content:center;min-height:400px}.contact-form__success-message{align-items:center;display:flex;flex-direction:column;gap:16px;padding:40px;text-align:center}.contact-form__success-title{color:#00ff9f;font-size:28px;font-weight:700;margin:0}.contact-form__success-text{color:#fff;font-family:REM,sans-serif;font-size:16px;line-height:1.6;margin:0;max-width:400px;opacity:.9}.contact-form__success-button{margin-top:16px}@media(max-width:1000px){.contact-form{gap:20px}.contact-form__label{font-size:12px}.contact-form__error{font-size:13px;padding:10px 14px}.contact-form--success{min-height:300px}.contact-form__success-message{padding:24px}.contact-form__success-title{font-size:24px}.contact-form__success-text{font-size:14px}}.help-center{width:100%}.help-center__content{display:flex;flex-direction:row;gap:30px;justify-content:flex-start;max-width:1200px;width:100%}.help-center__contact-box,.help-center__content>div,.help-center__faq-box{flex:1 1}.help-center__contact-subtitle{color:#fff;font-family:REM,sans-serif;font-size:16px;line-height:1.6;opacity:.9}.help-center .contact-form{margin-top:30px}.help-center__faq-title{margin:0 0 24px}@media(max-width:1000px){.help-center__content{box-sizing:border-box;flex-direction:column;gap:30px;margin:24px auto;padding:0}.help-center__contact-section{padding:24px}.help-center__contact-title{font-size:20px;margin:0 0 12px}.help-center__contact-subtitle{font-size:14px;margin:0 0 24px}.help-center__faq-section{padding:0}.help-center__faq-title{font-size:20px;margin:0 0 20px}}.contact__content{width:500px}@media(max-width:1000px){.contact__content{width:100%}}.cookie-consent{align-items:flex-end;animation:fadeIn .3s ease-out;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.cookie-consent__overlay{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.cookie-consent__container{align-items:center;animation:slideUp .4s ease-out;background-color:#010419;border:1px solid #ccff004d;border-radius:6px;box-shadow:0 4px 20px #1e1e1e4d;display:flex;gap:20px;justify-content:space-between;margin:0 15px 15px;max-height:100px;max-width:900px;padding:15px 25px;pointer-events:all;position:relative;width:100%}.cookie-consent__content{align-items:center;display:flex;flex:1 1}.cookie-consent__text{color:#fff;font-size:16px;line-height:1.4;margin:0;text-transform:uppercase}.cookie-consent__actions{display:flex;flex-shrink:0;gap:10px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1000px){.cookie-consent__overlay{background-color:#010419;opacity:.5;z-index:2}.cookie-consent__container{flex-direction:column;gap:12px;margin:0 10px 10px;max-height:none;padding:12px 15px;z-index:3}.cookie-consent__content{width:100%}.cookie-consent__text{font-size:11px;line-height:1.3;text-align:center;width:100%}.cookie-consent__actions{gap:8px;width:100%}.cookie-consent__actions button{flex:1 1}}
/*# sourceMappingURL=main.12e9fd3e.css.map*/