@media(max-width:980px){
  :root{--el-header-height:62px;--el-bottom-height:74px}
  .el-app-header__inner{padding:0 16px}.el-app-brand{font-size:19px}.el-app-icon-button{width:40px;height:40px;border-radius:14px}
  .el-app-shell{display:block;padding:calc(var(--el-header-height) + 18px) 15px calc(var(--el-bottom-height) + env(safe-area-inset-bottom) + 22px)}
  .el-app-sidebar{display:none}.el-app-main{max-width:none}
  .el-app-bottom-nav{position:fixed;z-index:70;display:grid;grid-template-columns:repeat(4,1fr);left:0;right:0;bottom:0;height:calc(var(--el-bottom-height) + env(safe-area-inset-bottom));padding:7px 8px calc(7px + env(safe-area-inset-bottom));background:rgba(8,8,9,.96);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -15px 45px rgba(0,0,0,.4)}
  .el-app-bottom-nav a,.el-app-bottom-nav button{min-width:0;border:0;background:transparent;color:#777a84;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-decoration:none;font-size:11px;font-weight:800;cursor:pointer}.el-app-bottom-nav i{font-size:18px}.el-app-bottom-nav .is-active{background:rgba(52,175,35,.16);color:#fff;box-shadow:inset 0 0 0 1px rgba(52,175,35,.17)}.el-app-bottom-nav .is-active i{color:#42d832;filter:drop-shadow(0 0 7px rgba(52,175,35,.38))}
  .el-app-profile{grid-template-columns:68px minmax(0,1fr);gap:13px;padding:14px;border-radius:21px}.el-app-profile__photo{width:68px;height:68px;border-radius:17px}.el-app-profile h1{font-size:21px}.el-app-profile__role{font-size:12px;margin-bottom:8px}.el-app-youtube-chip{min-height:34px;padding:6px 9px}.el-app-youtube-chip i{font-size:16px}.el-app-youtube-chip b{font-size:11px}.el-app-youtube-chip small{font-size:10.5px}.el-app-social-link{width:34px;height:34px}
  .el-app-section{margin-top:27px}.el-app-section__heading{align-items:center;margin-bottom:12px}.el-app-section__title{gap:9px}.el-app-section__title>i{font-size:18px}.el-app-section__title h2{font-size:21px}.el-app-section__link{font-size:10px}
  .el-app-slider{gap:13px;margin-right:-15px;padding-right:30px}.el-app-slider-arrow{display:none}
  .el-app-product-card{flex-basis:min(78vw,292px);min-height:324px;border-radius:21px}.el-app-product-card__media{height:165px}.el-app-product-card__body{padding:15px}.el-app-product-card__body h3{font-size:18px}.el-app-product-card__body p{font-size:13px}.el-app-product-card__cta{font-size:12px}
  .el-app-promotion-card{flex:0 0 min(88vw,360px);grid-template-columns:58px minmax(0,1fr);min-height:118px;padding:14px}.el-app-promotion-card__image{width:58px;height:58px}.el-app-promotion-card__cta{grid-column:2;height:auto;background:none;padding:0;color:#52d741;justify-content:flex-start}.el-app-promotion-card__copy h3{font-size:16px}.el-app-promotion-card__copy p{font-size:12px}
  .el-app-community-mobile{display:grid;grid-template-columns:1fr 1fr;gap:10px}.el-app-community-card{min-height:94px;padding:13px;gap:10px}.el-app-community-card__icon{width:44px;height:44px;font-size:23px}.el-app-community-card strong{font-size:14px}.el-app-community-card small{font-size:11px}
  .el-app-prompts-promo{padding:20px;border-radius:24px;display:block}.el-app-prompts-promo h2{font-size:27px}.el-app-prompts-promo p{font-size:13.5px}.el-app-prompts-promo a{margin-top:18px;width:max-content;height:44px}
  .el-app-prompt-card{flex-basis:min(74vw,275px);min-height:285px}.el-app-prompt-card__category{font-size:11px}.el-app-prompt-card h3{font-size:18px}.el-app-prompt-card__cta{font-size:11px}
  .el-app-reviews-stage{padding:15px;border-radius:23px;margin-right:-15px}.el-app-review-card{flex-basis:210px;height:330px}
  .el-app-page-hero{padding:6px 0 13px}.el-app-page-hero h1{font-size:36px}.el-app-page-hero p{font-size:14px;margin-top:10px}
  .el-app-access-hero{grid-template-columns:58px minmax(0,1fr);gap:14px;padding:20px}.el-app-access-hero__icon{width:58px;height:58px;border-radius:18px;font-size:23px}.el-app-access-hero h1{font-size:25px}.el-app-access-hero p{font-size:13px}.el-app-access-hero>.el-app-primary-button{grid-column:1/-1;width:100%}
  .el-app-settings-row{min-height:72px;padding:11px 14px}.el-app-settings-row strong{font-size:14px}.el-app-settings-row small{font-size:11.5px}
  .el-app-modal{padding:14px}.el-app-modal__card{max-height:calc(100dvh - 28px);padding:20px;border-radius:24px}.el-app-modal__heading h2{font-size:24px}.el-app-modal__heading p{font-size:13px}.el-app-explore-list>a{min-height:70px}.el-app-explore-list strong{font-size:14px}.el-app-explore-list small{font-size:11.5px}
  .el-app-legal{margin-top:22px;padding:16px 0 0;display:block;text-align:center;font-size:11.5px}.el-app-legal__links{justify-content:center;margin-top:8px;gap:13px}
}
@media(max-width:390px){
 .el-app-shell{padding-left:12px;padding-right:12px}.el-app-slider{margin-right:-12px}.el-app-profile{grid-template-columns:62px 1fr}.el-app-profile__photo{width:62px;height:62px}.el-app-profile h1{font-size:19px}.el-app-youtube-chip small{display:none}.el-app-social-link{width:32px;height:32px}.el-app-section__title h2{font-size:19px}.el-app-community-mobile{grid-template-columns:1fr}.el-app-community-card{min-height:76px}.el-app-product-card{flex-basis:82vw}.el-app-prompts-promo h2{font-size:24px}.el-app-bottom-nav a,.el-app-bottom-nav button{font-size:10px}.el-app-bottom-nav i{font-size:17px}
}
@media(max-width:980px){.el-app-community-mobile-section{display:block}}
