.sc-settings{display:flex;flex-direction:column;gap:24px;padding-bottom:32px}.sc-settings__hero{margin-bottom:0}.sc-settings__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;align-items:start}.sc-settings__column{display:flex;flex-direction:column;gap:24px;min-width:0}.sc-settings__section{display:flex;flex-direction:column;gap:12px}.sc-settings__section-title{margin:0;font-family:var(--base-ff);font-size:24px;font-weight:500;color:#fff}.sc-settings-card{border:.666px solid rgba(159,164,224,.4);border-radius:14px;background:rgba(38,31,92,0);overflow:hidden}.sc-settings-card--list{display:flex;flex-direction:column;gap:24px;padding:20px;box-sizing:border-box}.sc-settings-card__divider{display:block;width:100%;height:1px;background:rgba(159,164,224,.28);flex-shrink:0}.sc-settings-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:35px;padding:0;border:none;background:transparent;color:inherit;text-decoration:none;text-align:left;cursor:pointer;transition:opacity .2s ease;box-sizing:border-box}.sc-settings-row:hover{opacity:.92}.sc-settings-row--static{cursor:default}.sc-settings-row--static:hover{opacity:1}.sc-settings-row--danger,.sc-settings-row--danger .sc-settings-row__icon,.sc-settings-row--danger .sc-settings-row__label{color:#f24f32}.sc-settings-row__left{display:inline-flex;align-items:center;gap:8px;min-width:0;flex:1 1}.sc-settings-row__icon{display:inline-flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:999px;background:#3c437c;color:#fff;flex-shrink:0}.sc-settings-row__icon-img{display:block;width:18px;height:18px;flex-shrink:0}.sc-settings-row__label{min-width:0;font-family:var(--base-ff);font-size:16px;font-weight:400;line-height:20px;color:#f2f2f2}.sc-settings-row__right{display:inline-flex;align-items:center;gap:10px;flex-shrink:0}.sc-settings-row__chevron{display:block;width:24px;height:24px;flex-shrink:0}.sc-settings-toggle{pointer-events:auto}.sc-settings-bgm{display:flex;flex-direction:column;gap:14px}.sc-settings-bgm__bar{display:flex;align-items:center;gap:16px;padding:2px 2px 4px}.sc-settings-bgm__icon-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;border:none;background:none;color:hsla(0,0%,100%,.62);cursor:pointer;transition:color .2s ease}.sc-settings-bgm__icon-btn:hover{color:#fff}.sc-settings-bgm__slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1 1;height:4px;margin:0;border-radius:4px;outline:none;background:hsla(0,0%,100%,.12);background-image:linear-gradient(#fff,#fff);background-repeat:no-repeat;cursor:pointer}.sc-settings-bgm__slider::-webkit-slider-runnable-track{width:100%;height:4px;border:none;border-radius:4px;background:transparent}.sc-settings-bgm__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;margin-top:-6px;border:none;border-radius:50%;background:#fff;box-shadow:0 0 0 2px #15192c;cursor:pointer}.sc-settings-bgm__slider::-moz-range-track{width:100%;height:4px;border:none;border-radius:4px;background:transparent}.sc-settings-bgm__slider::-moz-range-thumb{width:16px;height:16px;border:none;border-radius:50%;background:#fff;box-shadow:0 0 0 2px #15192c;cursor:pointer}.sc-settings-presence-card{display:flex;flex-direction:column;gap:24px;padding:20px;border:.666px solid rgba(109,119,233,.4);border-radius:14px;background:transparent;box-sizing:border-box}.sc-settings-presence-card__top{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.sc-settings-presence__avatar{position:relative;width:90px;height:90px;border-radius:999px;overflow:hidden;flex-shrink:0;background:#3c437c}.sc-settings-presence__avatar-img{width:100%;height:100%;object-fit:cover}.sc-settings-presence__identity{min-width:0}.sc-settings-presence__name{margin:0 0 4px;font-family:var(--base-ff);font-size:24px;font-weight:500;line-height:30px;color:#fff}.sc-settings-presence__handle{margin:0;font-family:var(--base-ff);font-size:16px;font-weight:400;line-height:20px;color:#fff}.sc-settings-presence__actions{display:flex;align-items:center;gap:8px;width:100%}.sc-settings-presence__action{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:1 1;min-height:45px;padding:12px 20px;border-radius:10px;border:1px solid transparent;font-family:var(--base-ff);font-size:14px;font-weight:500;line-height:1.2;text-decoration:none;cursor:pointer;transition:background-color .2s ease,border-color .2s ease;box-sizing:border-box}.sc-settings-presence__action--primary{background:#6d77e966;color:#fff;border:1px solid #6d77e91a}.sc-settings-presence__action--primary:hover{background:rgba(109,119,233,.52);color:#fff}.sc-settings-presence__action--secondary{background:#20253d;border-color:transparent;color:#fff;box-shadow:-3px 4px 12px rgba(9,12,25,.24)}.sc-settings-presence__action--secondary:hover{background:#262b45}@media (max-width:1600px){.sc-settings,.sc-settings__column,.sc-settings__grid{gap:22px}}@media (max-width:1440px){.sc-settings__section-title{font-size:22px}.sc-settings-card--list,.sc-settings-presence-card{padding:18px;gap:20px}.sc-settings-presence-card__top{gap:20px}.sc-settings-presence__name{font-size:22px;line-height:28px}}@media (max-width:1366px){.sc-settings,.sc-settings__column,.sc-settings__grid{gap:20px}.sc-settings-row__label{font-size:15px}}@media (max-width:1280px){.sc-settings__section-title{font-size:20px}.sc-settings-card--list,.sc-settings-presence-card{padding:16px;gap:18px}.sc-settings-presence__avatar{width:80px;height:80px}.sc-settings-presence__name{font-size:20px;line-height:26px}.sc-settings-presence__handle{font-size:15px}.sc-settings-presence__action{min-height:42px;padding:10px 16px;font-size:13px}.sc-settings-row__icon{width:32px;height:32px}.sc-settings-row__icon-img{width:16px;height:16px}.sc-settings-row__chevron{width:20px;height:20px}}@media (max-width:1199px){.sc-settings{gap:18px;padding-bottom:28px}.sc-settings__column,.sc-settings__grid{gap:18px}.sc-settings__section{gap:10px}.sc-settings-card,.sc-settings-presence-card{border-radius:12px}}@media (max-width:1024px){.sc-settings__section-title{font-size:19px}.sc-settings-card--list,.sc-settings-presence-card{padding:16px;gap:16px}.sc-settings-presence-card__top{gap:16px}.sc-settings-presence__avatar{width:76px;height:76px}.sc-settings-row__label{font-size:14px;line-height:18px}}@media (max-width:991px){.sc-settings__grid{grid-template-columns:1fr;gap:20px}.sc-settings__column{gap:20px}.sc-settings__section-title{font-size:20px}.sc-settings-presence__name{font-size:20px;line-height:26px}.sc-settings-presence__actions{gap:10px}.modal-dialog.sc-settings-modal-dialog,.sc-settings-modal{max-width:min(468px,calc(100vw - 32px))!important}}@media (max-width:767px){.sc-settings{gap:16px;padding-bottom:24px}.sc-settings__column,.sc-settings__grid{gap:16px}.sc-settings__section-title{font-size:18px}.sc-settings-card--list,.sc-settings-presence-card{padding:14px;gap:16px}.sc-settings-presence__avatar{width:72px;height:72px}.sc-settings-presence__name{font-size:18px;line-height:24px}.sc-settings-presence__handle{font-size:14px}.sc-settings-presence__action{min-height:40px;padding:10px 14px;font-size:13px;border-radius:8px}.sc-settings-row{min-height:32px;gap:10px}.sc-settings-row__icon{width:30px;height:30px}.sc-settings-modal__header{padding:18px 18px 0}.sc-settings-modal__title{font-size:18px}.sc-settings-modal__body{padding:20px 18px 0;gap:16px}.sc-settings-privacy__option{padding:14px 48px 14px 14px}.sc-settings-privacy__option-icon{width:36px;height:36px}}@media (max-width:600px){.sc-settings__section-title{font-size:17px}.sc-settings-presence__actions{flex-direction:column}.sc-settings-presence__action{width:100%;flex:1 1 auto}.sc-settings-row__label{font-size:14px}.sc-settings-blocked__action{min-width:84px;padding:7px 14px;font-size:14px}}@media (max-width:575px){.sc-settings{gap:14px;padding-bottom:20px}.sc-settings__section-title{font-size:16px;line-height:24px}.sc-settings-card--list,.sc-settings-presence-card{padding:12px;gap:14px;border-radius:12px}.sc-settings-presence-card__top{gap:14px}.sc-settings-presence__avatar{width:64px;height:64px}.sc-settings-presence__name{font-size:17px;line-height:22px}.sc-settings-presence__handle{font-size:13px;line-height:18px}.sc-settings-card--list{gap:18px}.sc-settings-modal__close{width:36px;height:36px}.sc-settings-privacy__option-title{font-size:15px}.sc-settings-privacy__bulk-desc,.sc-settings-privacy__option-desc{font-size:12px}.sc-settings-privacy__bulk-title{font-size:15px}.sc-settings-blocked__name{font-size:14px}.sc-settings-blocked__avatar{width:36px;height:36px}}@media (max-width:480px){.sc-settings{gap:12px}.sc-settings__column,.sc-settings__grid{gap:14px}.sc-settings__section-title{font-size:15px}.sc-settings-card--list,.sc-settings-presence-card{padding:12px}.sc-settings-presence__action{min-height:38px;font-size:12px;gap:6px}.sc-settings-row__label{font-size:13px;line-height:17px}.sc-settings-row__icon{width:28px;height:28px}.sc-settings-row__icon-img{width:14px;height:14px}.sc-settings-row__chevron{width:18px;height:18px}.modal-dialog.sc-settings-modal-dialog,.sc-settings-modal{max-width:calc(100vw - 24px)!important}.sc-settings-modal{border-radius:12px!important}.sc-settings-modal__inner{padding-bottom:18px;max-height:calc(100vh - 32px)}.sc-settings-modal__header{padding:16px 14px 0}.sc-settings-modal__title{font-size:16px}.sc-settings-modal__body{padding:16px 14px 0;gap:14px}.sc-settings-privacy__option{gap:10px;padding:12px 44px 12px 12px;border-radius:12px}.sc-settings-privacy__option-icon{width:32px;height:32px}.sc-settings-privacy__bulk{gap:12px}.sc-settings-blocked__item{gap:10px;padding-bottom:12px}.sc-settings-blocked__action{min-width:76px;padding:6px 12px;font-size:13px}}@media (max-width:380px){.sc-settings__section-title{font-size:14px}.sc-settings-presence__avatar{width:56px;height:56px}.sc-settings-presence__name{font-size:15px;line-height:20px}.sc-settings-presence__handle{font-size:12px}.sc-settings-presence__action{min-height:36px;padding:8px 12px;font-size:11px}.sc-settings-row__label{font-size:12px}.sc-settings-card--list{gap:14px}.sc-settings-modal__title{font-size:15px}.sc-settings-blocked__name,.sc-settings-privacy__bulk-title,.sc-settings-privacy__option-title{font-size:13px}.sc-settings-blocked__action{min-width:70px;font-size:12px}}.modal-dialog.sc-settings-modal-dialog{max-width:568px!important;margin-inline:auto}.sc-settings-modal{background:#1c2134!important;border:none!important;border-radius:15px!important;padding:0!important;overflow:hidden;width:100%;max-width:568px!important;box-sizing:border-box;box-shadow:0 24px 48px rgba(0,0,0,.45)}.sc-settings-modal__inner{display:flex;flex-direction:column;min-height:0;max-height:min(623px,calc(100vh - 48px));padding-bottom:24px;box-sizing:border-box}.sc-settings-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 24px 0;box-sizing:border-box;flex-shrink:0}.sc-settings-modal__title{margin:0;font-family:var(--base-ff);font-size:20px;font-weight:600;line-height:1.25;color:#fff}.sc-settings-modal__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:#ffffff14;color:#fff;flex-shrink:0;cursor:pointer;transition:opacity .2s ease}.sc-settings-modal__close:hover{opacity:.9}.sc-settings-modal__divider{display:block;width:100%;height:1px;margin-top:20px;background:hsla(0,0%,100%,.08);flex-shrink:0}.sc-settings-modal__body{display:flex;flex-direction:column;gap:20px;padding:24px 24px 0;box-sizing:border-box;min-height:0}.sc-settings-modal__body--scroll{flex:1 1;overflow-y:auto;padding-bottom:24px;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.18) transparent}.sc-settings-policy__content{color:hsla(0,0%,100%,.88);font-size:14px;line-height:1.6}.sc-settings-policy__content h1,.sc-settings-policy__content h2,.sc-settings-policy__content h3,.sc-settings-policy__content h4{margin:0 0 12px;color:#fff;font-weight:600;line-height:1.35}.sc-settings-policy__content h1{font-size:20px}.sc-settings-policy__content h2{font-size:18px}.sc-settings-policy__content h3{font-size:16px}.sc-settings-policy__content ol,.sc-settings-policy__content p,.sc-settings-policy__content ul{margin:0 0 12px}.sc-settings-policy__content ol,.sc-settings-policy__content ul{padding-left:20px}.sc-settings-policy__content a{color:#9fa4e0;text-decoration:underline}.sc-settings-policy__empty{margin:0;color:hsla(0,0%,100%,.58);font-size:14px;line-height:1.5}.sc-settings-privacy__options{display:flex;flex-direction:column;gap:12px}.sc-settings-privacy__option{position:relative;display:flex;align-items:center;gap:12px;width:100%;padding:16px 52px 16px 16px;border:1px solid rgba(159,164,224,.22);border-radius:14px;background:#1c2132;color:#fff;text-align:left;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.sc-settings-privacy__option:hover{background:#23283b}.sc-settings-privacy__option--active{border-color:#6d77e9}.sc-settings-privacy__option-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;background:#3c437c;color:#fff;flex-shrink:0}.sc-settings-privacy__option-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.sc-settings-privacy__option-title{font-size:16px;font-weight:500;line-height:1.2;color:#fff}.sc-settings-privacy__option-desc{font-size:13px;line-height:1.35;color:hsla(0,0%,100%,.58)}.sc-settings-privacy__option:after{content:"";width:22px;height:22px;border-radius:50%;border:2px solid hsla(0,0%,100%,.28);position:absolute;top:50%;transform:translateY(-50%);right:16px}.sc-settings-privacy__option:before{content:"";width:12px;height:12px;border-radius:50%;background-color:#6d77e9;position:absolute;top:50%;transform:translateY(-50%) scale(0);right:21px;transition:transform .2s ease}.sc-settings-privacy__option--active:after{border-color:#6d77e9}.sc-settings-privacy__option--active:before{transform:translateY(-50%) scale(1)}.sc-settings-privacy__divider{width:100%;height:1px;background:rgba(159,164,224,.22)}.sc-settings-privacy__bulk{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.sc-settings-privacy__bulk-copy{min-width:0}.sc-settings-privacy__bulk-title{margin:0 0 6px;font-size:16px;font-weight:500;line-height:1.25;color:#fff}.sc-settings-privacy__bulk-desc{margin:0;font-size:13px;line-height:1.4;color:hsla(0,0%,100%,.58)}.sc-settings-blocked__list{display:flex;flex-direction:column;gap:16px;max-height:360px;margin:0;padding:0 4px 0 0;list-style:none;overflow-y:auto;scrollbar-width:thin;scrollbar-color:transparent transparent}.sc-settings-blocked__list::-webkit-scrollbar{width:6px;background:transparent}.sc-settings-blocked__list::-webkit-scrollbar-track{background:transparent}.sc-settings-blocked__list::-webkit-scrollbar-thumb{border-radius:999px;background:transparent}.sc-settings-blocked__item{display:flex;align-items:center;gap:12px;border-bottom:1px solid #a2a9f61a;padding-bottom:16px}.sc-settings-blocked__avatar{display:inline-flex;width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.sc-settings-blocked__avatar-img{width:100%;height:100%;object-fit:cover}.sc-settings-blocked__avatar-initials{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:rgba(109,119,233,.35);color:#fff;font-size:14px;font-weight:600;line-height:1}.sc-settings-blocked__name{flex:1 1;min-width:0;font-size:16px;font-weight:500;line-height:1.25;color:#fff}.sc-settings-blocked__action{flex-shrink:0;min-width:96px;padding:8px 18px;border-radius:999px;background:transparent;font-size:16px;font-weight:500;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.sc-settings-blocked__action--unblock{border:1px solid #01bd6f;color:#01bd6f}.sc-settings-blocked__action--unblock:hover{background:rgba(1,189,111,.12)}.sc-settings-blocked__action:disabled{opacity:.6;cursor:not-allowed}.sc-settings-blocked__load-more{display:block;width:100%;margin-top:12px;padding:10px 16px;border:1px solid rgba(109,119,233,.35);border-radius:999px;background:transparent;color:#c5c9ef;font-size:14px;font-weight:500;cursor:pointer}.sc-settings-blocked__load-more:hover:not(:disabled){background:rgba(109,119,233,.12)}.sc-settings-blocked__load-more:disabled{opacity:.6;cursor:not-allowed}.sc-settings-blocked__action--block{border:1px solid #f24f32;color:#f24f32}.sc-settings-blocked__action--block:hover{background:rgba(242,79,50,.12)}.sc-settings-blocked__empty{margin:0;font-size:14px;line-height:1.4;color:hsla(0,0%,100%,.58);text-align:center;padding:12px 0}[data-theme=light] .sc-settings__section-title{color:var(--theme-heading)}[data-theme=light] .sc-settings-card,[data-theme=light] .sc-settings-presence-card{background:var(--theme-card-bg);border-color:var(--theme-border);box-shadow:0 8px 24px rgba(26,32,73,.05)}[data-theme=light] .sc-settings-card__divider{background:var(--theme-border)}[data-theme=light] .sc-settings-presence__name{color:var(--theme-heading)}[data-theme=light] .sc-settings-presence__handle{color:var(--theme-muted)}[data-theme=light] .sc-settings-presence__action--primary{background:#5a62d4;border-color:#5a62d4;color:#fff}[data-theme=light] .sc-settings-presence__action--primary:hover{background:#6d77e9;color:#fff}[data-theme=light] .sc-settings-presence__action--secondary{background:var(--theme-card-bg-lite);border-color:var(--theme-border);color:var(--theme-heading);box-shadow:none}[data-theme=light] .sc-settings-presence__action--secondary:hover{background:#e4e7f8}[data-theme=light] .sc-settings-row__label{color:var(--theme-heading)}[data-theme=light] .sc-settings-row--danger .sc-settings-row__label{color:#f24f32}[data-theme=light] .sc-settings-row__icon{background:#5a62d4;color:#fff}[data-theme=light] .sc-settings-row--danger .sc-settings-row__icon{background:rgba(242,79,50,.12);color:#f24f32}[data-theme=light] .sc-settings-row__chevron{filter:invert(1) brightness(.28)}[data-theme=light] .sc-settings-toggle:not(.ui-toggle--on){background:#d4d8ec}[data-theme=light] .sc-settings-toggle.ui-toggle--on{background-color:#5a62d4}[data-theme=light] .sc-settings-toggle .ui-toggle__thumb{background-color:#fff;box-shadow:0 1px 2px rgba(28,33,50,.22)}[data-theme=light] .sc-settings-toggle.ui-toggle--on .ui-toggle__thumb{transform:translateX(18px)}[data-theme=light] .sc-settings-bgm__icon-btn{color:var(--theme-muted)}[data-theme=light] .sc-settings-bgm__icon-btn:hover{color:var(--theme-heading)}[data-theme=light] .sc-settings-bgm__slider{background:var(--theme-border);background-image:linear-gradient(#5a62d4,#5a62d4);background-repeat:no-repeat}[data-theme=light] .sc-settings-bgm__slider::-webkit-slider-thumb{background:#5a62d4;box-shadow:0 0 0 2px #fff}[data-theme=light] .sc-settings-bgm__slider::-moz-range-thumb{background:#5a62d4;box-shadow:0 0 0 2px #fff}[data-theme=light] .sc-settings-modal{background:var(--theme-modal-bg)!important;box-shadow:0 24px 48px rgba(26,32,73,.14)}[data-theme=light] .sc-settings-modal__title{color:var(--theme-heading)!important}[data-theme=light] .sc-settings-modal__close{background:var(--theme-card-bg-lite);color:var(--theme-heading)}[data-theme=light] .sc-settings-modal__divider,[data-theme=light] .sc-settings-privacy__divider{background:var(--theme-border)}[data-theme=light] .sc-settings-privacy__option{background:var(--theme-card-bg);border-color:var(--theme-border);color:var(--theme-heading)}[data-theme=light] .sc-settings-privacy__option:hover{background:var(--theme-card-bg-lite)}[data-theme=light] .sc-settings-privacy__option--active{border-color:#5a62d4}[data-theme=light] .sc-settings-privacy__option-icon{background:#5a62d4;color:#fff}[data-theme=light] .sc-settings-privacy__option-title{color:var(--theme-heading)}[data-theme=light] .sc-settings-blocked__empty,[data-theme=light] .sc-settings-privacy__bulk-desc,[data-theme=light] .sc-settings-privacy__option-desc{color:var(--theme-muted)}[data-theme=light] .sc-settings-privacy__option:after{border-color:rgba(90,98,212,.35)}[data-theme=light] .sc-settings-privacy__bulk-title{color:var(--theme-heading)}[data-theme=light] .sc-settings-blocked__item{border-bottom-color:var(--theme-border)}[data-theme=light] .sc-settings-blocked__name{color:var(--theme-heading)}[data-theme=light] .sc-settings-blocked__load-more{border-color:rgba(90,98,212,.35);color:var(--theme-heading)}[data-theme=light] .sc-settings-blocked__load-more:hover:not(:disabled){background:rgba(90,98,212,.1)}.sc-events-lives{display:flex;flex-direction:column;gap:40px;padding-bottom:32px;overflow:visible}.sc-events-lives__hero.strip-hero-banner.soul-center-hero{min-height:205px;margin-bottom:0;border-radius:16px}.sc-events-lives__hero .soul-center-hero__content{min-height:205px;padding:40px 40px 28px}.sc-events-lives__hero .soul-center-hero__title{margin:0 0 10px;font-size:40px;font-weight:600;line-height:1.3}.sc-events-lives__hero .soul-center-hero__subtitle{font-size:18px;line-height:28px;color:hsla(0,0%,100%,.88)}.sc-events-lives__section{display:flex;flex-direction:column;gap:24px;overflow:visible}.sc-events-lives__section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.sc-events-lives__section-head .soul-center-community__section-title{font-size:24px;font-weight:500;color:#fff}.sc-events-lives__view-all{flex-shrink:0;font-family:var(--base-ff);font-size:14px;font-weight:500;line-height:1;color:#6d77e9;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s ease}.sc-events-lives__view-all:hover{opacity:.85;color:#6d77e9}.sc-events-lives__empty,.sc-events-lives__error{margin:0;font-size:14px;line-height:1.4;color:hsla(0,0%,100%,.72)}.sc-events-lives__error{color:#ff7b7b}.sc-events-lives__carousel-shell{position:relative;width:100%;max-width:100%;overflow:visible;box-sizing:border-box;padding-right:calc(var(--home-carousel-next-size) / 2);--home-carousel-track-gap:40px;--home-carousel-next-size:50px;--home-carousel-next-offset-right:0;--home-carousel-next-border-width:5px;--home-carousel-next-border-color:#13171e;--home-carousel-next-bg:#6d77e9}.sc-events-lives__carousel-shell--featured{--home-carousel-join-col-width:calc((100% - 2 * var(--home-carousel-track-gap)) / 2.5);--home-carousel-media-height:196px;--home-carousel-nav-top:calc(var(--home-carousel-media-height) / 2 + 12px)}.sc-events-lives__carousel-shell--upcoming{--home-carousel-join-col-width:calc((100% - 3 * var(--home-carousel-track-gap)) / 4);--home-carousel-media-height:170px;--home-carousel-nav-top:calc(var(--home-carousel-media-height) / 2 + 31%)}.sc-events-lives__carousel-shell--scheduled{--home-carousel-join-col-width:calc((100% - 5 * var(--home-carousel-track-gap)) / 6);--home-carousel-media-height:160px;--home-carousel-nav-top:58%}.sc-events-lives__section--scheduled .sc-events-lives__carousel-shell--scheduled{--home-carousel-track-gap:40px}.sc-events-lives__carousel{position:relative;max-width:100%;overflow:visible}.sc-events-lives__carousel-next,.sc-events-lives__carousel-prev,.sc-events-lives__carousel>.home-carousel__nav{position:absolute;top:var(--home-carousel-nav-top);z-index:25;display:inline-flex;align-items:center;justify-content:center;width:var(--home-carousel-next-size);height:var(--home-carousel-next-size);padding:0;border:var(--home-carousel-next-border-width) solid var(--home-carousel-next-border-color);border-radius:50%;background:var(--home-carousel-next-bg);color:#fff;box-sizing:border-box;transform:translateY(-50%);cursor:pointer;transition:background-color .2s ease,transform .2s ease;box-shadow:0 4px 14px rgba(4,10,24,.45);pointer-events:auto}.sc-events-lives__carousel-next,.sc-events-lives__carousel>.home-carousel__next{right:calc(var(--home-carousel-next-size) / -2)}.sc-events-lives__carousel-prev,.sc-events-lives__carousel>.home-carousel__prev{left:calc(var(--home-carousel-next-size) / -2)}.sc-events-lives__carousel-next.home-carousel__next--hidden,.sc-events-lives__carousel-prev.home-carousel__prev--hidden,.sc-events-lives__carousel>.home-carousel__next--hidden,.sc-events-lives__carousel>.home-carousel__prev--hidden{opacity:0;pointer-events:none}.sc-events-lives__carousel-row{display:flex;flex-wrap:nowrap;align-items:stretch;gap:var(--home-carousel-track-gap);width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;cursor:-webkit-grab;cursor:grab;-webkit-overflow-scrolling:touch}.sc-events-lives__carousel-row:active{cursor:-webkit-grabbing;cursor:grabbing}.sc-events-lives__carousel-row::-webkit-scrollbar{display:none}.sc-events-lives__featured-slide,.sc-events-lives__scheduled-slide,.sc-events-lives__upcoming-slide{flex:0 0 var(--home-carousel-join-col-width);min-width:var(--home-carousel-join-col-width);max-width:var(--home-carousel-join-col-width);scroll-snap-align:start}.sc-events-featured-card{display:flex;align-items:stretch;gap:20px;width:100%;height:233px;padding:38px 30px;border:.666px solid rgba(159,164,224,.4);border-radius:16px;background:#13171e;box-sizing:border-box;overflow:hidden}.sc-events-featured-card__media{position:relative;flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 6px);width:calc(50% - 6px);height:100%;min-width:0;padding:0;border:none;border-radius:12px;overflow:hidden;background:#1c2132;cursor:pointer}.sc-events-featured-card__image-wrap{position:relative;width:100%;height:100%}.sc-events-featured-card__image{object-fit:cover;width:100%;height:100%}.sc-events-featured-card__live-badge{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:5px;padding:4px 14px;border-radius:6px;background:#ff4b55;color:#fff;line-height:1;text-transform:uppercase;font-family:Poppins;font-weight:600;font-size:14px;letter-spacing:0;vertical-align:middle}.sc-events-featured-card__live-badge-icon{display:block;width:22px;height:20px;flex-shrink:0;color:#fff}.sc-events-featured-card__duration{position:absolute;right:10px;bottom:10px;padding:6px 13px;border-radius:4px;background:#070b27;color:#fff;font-size:11px;font-weight:500;line-height:1.2}.sc-events-featured-card__body{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;gap:12px;min-width:0;padding:2px 0}.sc-events-featured-card__copy{display:flex;flex-direction:column;gap:12px;padding:0;border:none;background:transparent;color:inherit;text-align:left;cursor:pointer}.sc-events-featured-card__title{margin:0;color:#fff;font-family:Poppins;font-weight:500;font-size:18px;vertical-align:bottom}.sc-events-featured-card__meta{display:flex;flex-direction:column;gap:8px}.sc-events-featured-card__host,.sc-events-featured-card__watching{display:inline-flex;align-items:center;gap:8px;font-family:var(--base-ff);font-size:14px;font-weight:400;line-height:1}.sc-events-featured-card__host{color:hsla(0,0%,100%,.78)}.sc-events-featured-card__watching{color:#fff}.sc-events-featured-card__watching-icon{display:block;width:16px;height:16px;flex-shrink:0;color:#fff}.sc-events-featured-card__host-avatar{display:inline-flex;width:26px;height:26px;border-radius:50%;overflow:hidden;flex-shrink:0}.sc-events-featured-card__host-avatar-img{width:100%;height:100%;object-fit:cover}.sc-events-featured-card__host-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background:#3c437c;color:#fff;font-size:11px;font-weight:600}.sc-events-featured-card__host-name{min-width:0}.sc-events-featured-card__join{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:40px;padding:10px 16px;border:none;border-radius:999px;background:#6d77e9;color:#fff;font-family:var(--base-ff);font-size:14px;font-weight:500;line-height:1;cursor:pointer;transition:background-color .2s ease;box-sizing:border-box}.sc-events-featured-card__join:hover{background:#5f69df}.sc-events-featured-card__join-icon{display:block;width:16px;height:16px;flex-shrink:0;color:#fff}.sc-events-upcoming-card{border:.666px solid rgba(159,164,224,.28);background:rgba(38,31,92,.08)}.sc-events-upcoming-card__media{position:relative;width:100%;aspect-ratio:16/10;padding:0;border:none;background:#1c2132;cursor:pointer;height:175px}.sc-events-upcoming-card__image-wrap{position:relative;width:100%;height:100%}.sc-events-upcoming-card__image{object-fit:cover;width:100%;height:100%}.sc-events-upcoming-card__badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:5px;padding:4px 10px 4px 8px;border-radius:6px;background:#6d77e9;color:#fff;font-size:14px;font-weight:600;line-height:1;letter-spacing:.02em}.sc-events-upcoming-card__badge-icon{display:block;width:14px;height:14px;flex-shrink:0;color:#fff}.sc-events-upcoming-card__body{display:flex;flex:1 1;flex-direction:column;gap:12px;padding:16px 16px 18px}.sc-events-upcoming-card__copy{display:flex;flex-direction:column;gap:6px;padding:0;border:none;background:transparent;color:inherit;text-align:left;cursor:pointer}.sc-events-upcoming-card{display:flex;flex-direction:column;width:100%;height:100%;border:1px solid #23284a;border-radius:16px;background:#23284a;overflow:hidden}.sc-events-upcoming-card__category{margin:0 0 2px;font-family:Poppins;font-weight:400;font-size:16px;line-height:24px;color:#fff}.sc-events-upcoming-card__host{display:inline-flex;align-items:center;gap:8px;margin-top:2px}.sc-events-upcoming-card__host-avatar{display:inline-flex;width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0}.sc-events-upcoming-card__host-avatar-fallback,.sc-events-upcoming-card__host-avatar-img{width:100%;height:100%;object-fit:cover}.sc-events-upcoming-card__host-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:#3c437c;color:#fff;font-size:12px;font-weight:600}.sc-events-upcoming-card__host-name,.sc-events-upcoming-card__time{margin:0;font-size:13px;line-height:1.3;color:#fff}.sc-events-upcoming-card__time{color:#9fa7ff;font-weight:500;font-size:16px}.sc-events-scheduled-card__title,h3.sc-events-upcoming-card__title{font-family:Poppins;font-weight:500;font-size:24px;color:#fff;max-width:188px}.sc-events-upcoming-card__action{width:100%;margin-top:auto;padding:11px 16px;border:1px solid #6d77e9;border-radius:999px;background:transparent;color:#6d77e9;font-size:14px;font-weight:500;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease}.sc-events-upcoming-card__action:hover{background:rgba(109,119,233,.12)}.sc-events-upcoming-card--highlighted .sc-events-upcoming-card__action,.sc-events-upcoming-card__action--solid{border-color:#6d77e9;background:#6d77e9;color:#fff}.sc-events-upcoming-card--highlighted .sc-events-upcoming-card__action:hover,.sc-events-upcoming-card__action--solid:hover{background:#5f69df}.sc-events-scheduled-card{display:flex;flex-direction:column;height:100%;border:.666px solid rgba(159,164,224,.28);border-radius:16px;background:rgba(38,31,92,.08);overflow:hidden;padding:15px}.sc-events-scheduled-card__media{position:relative;width:100%;aspect-ratio:16/11;padding:0;border:none;background:#1c2132;cursor:pointer;border-radius:10px;overflow:hidden}.sc-events-scheduled-card__image-wrap{position:relative;width:100%;height:100%}.sc-events-scheduled-card__image{object-fit:cover}.sc-events-scheduled-card__date-badge{position:absolute;bottom:12px;left:12px;display:inline-flex;flex-direction:column;align-items:stretch;justify-content:flex-start;min-width:44px;min-height:0;padding:0;overflow:hidden;border-radius:8px;background:#fff;color:#1c2132;line-height:1;box-shadow:0 2px 8px rgba(0,0,0,.18)}.sc-events-scheduled-card__date-month{display:flex;align-items:center;justify-content:center;padding:5px 8px 4px;background:#6d77e9;color:#fff;font-size:11px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.02em}.sc-events-scheduled-card__date-day{display:flex;align-items:center;justify-content:center;padding:5px 8px 6px;background:#fff;color:#111827;font-size:16px;font-weight:700;line-height:1}.sc-events-scheduled-card__body{display:flex;flex:1 1;flex-direction:column;gap:12px;padding:16px 0 0}.sc-events-scheduled-card__copy{display:flex;flex-direction:column;gap:8px;padding:0;border:none;background:transparent;color:inherit;text-align:left;cursor:pointer}.sc-events-scheduled-card__host{display:inline-flex;align-items:center;gap:8px}.sc-events-scheduled-card__host-avatar{display:inline-flex;width:24px;height:24px;border-radius:50%;overflow:hidden;flex-shrink:0}.sc-events-scheduled-card__host-avatar-fallback,.sc-events-scheduled-card__host-avatar-img{width:100%;height:100%;object-fit:cover}.sc-events-scheduled-card__host-avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:#3c437c;color:#fff;font-size:12px;font-weight:600}.sc-events-scheduled-card__host-name{font-size:13px;line-height:1.2;color:#fff}.sc-events-scheduled-card__schedule{display:inline-flex;align-items:center;gap:6px;margin:0;font-size:12px;line-height:1.35;color:#c5c7d7}.sc-events-scheduled-card__action{width:100%;margin-top:auto;padding:10px 16px;border:1px solid #6d77e9;border-radius:999px;background:transparent;color:#6d77e9;font-size:14px;font-weight:500;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease}.sc-events-scheduled-card__action:hover{background:rgba(109,119,233,.12)}.sc-events-scheduled-card--highlighted .sc-events-scheduled-card__action,.sc-events-scheduled-card__action--solid{border-color:#6d77e9;background:#6d77e9;color:#fff}.sc-events-scheduled-card--highlighted .sc-events-scheduled-card__action:hover,.sc-events-scheduled-card__action--solid:hover{background:#5f69df}@media (max-width:1600px){.sc-events-lives{gap:36px}.sc-events-lives__section{gap:22px}.sc-events-lives__carousel-shell{--home-carousel-track-gap:18px}.sc-events-featured-card{height:220px;padding:32px 26px}}@media (max-width:1440px){.sc-events-lives__hero.strip-hero-banner.soul-center-hero{min-height:190px}.sc-events-lives__hero .soul-center-hero__content{min-height:190px;padding:34px 32px 24px}.sc-events-lives__hero .soul-center-hero__title{font-size:36px}.sc-events-lives__section-head .soul-center-community__section-title{font-size:22px}.sc-events-lives__carousel-shell--featured{--home-carousel-join-col-width:calc((100% - 2 * var(--home-carousel-track-gap)) / 2.35);--home-carousel-media-height:188px}.sc-events-featured-card{height:210px;gap:16px;padding:28px 22px}.sc-events-scheduled-card__title,h3.sc-events-upcoming-card__title{font-size:22px;max-width:none}}@media (max-width:1366px){.sc-events-lives{gap:32px}.sc-events-lives__carousel-shell{--home-carousel-track-gap:16px}.sc-events-lives__carousel-shell--featured{--home-carousel-join-col-width:calc((100% - 2 * var(--home-carousel-track-gap)) / 2.2)}.sc-events-lives__carousel-shell--scheduled,.sc-events-lives__carousel-shell--upcoming{--home-carousel-join-col-width:calc((100% - 2 * var(--home-carousel-track-gap)) / 3)}.sc-events-lives__scheduled-slide{min-width:var(--home-carousel-join-col-width);max-width:var(--home-carousel-join-col-width);flex-basis:var(--home-carousel-join-col-width)}.sc-events-featured-card{height:200px;padding:24px 20px}.sc-events-featured-card__title{font-size:16px}.sc-events-featured-card__host,.sc-events-featured-card__watching{font-size:13px}}@media (max-width:1280px){.sc-events-lives__hero .soul-center-hero__subtitle{font-size:16px;line-height:26px}.sc-events-lives__section-head .soul-center-community__section-title{font-size:20px}.sc-events-lives__carousel-shell--featured{--home-carousel-join-col-width:calc((100% - var(--home-carousel-track-gap)) / 2);--home-carousel-media-height:180px}.sc-events-featured-card{height:192px;padding:20px 18px;gap:14px}.sc-events-featured-card__live-badge{font-size:12px;padding:4px 10px}.sc-events-featured-card__live-badge-icon{width:18px;height:16px}.sc-events-featured-card__join{min-height:36px;padding:8px 14px;font-size:13px}.sc-events-scheduled-card__title,h3.sc-events-upcoming-card__title{font-size:20px}.sc-events-upcoming-card__time{font-size:14px}}@media (max-width:1199px){.sc-events-lives{gap:28px;padding-bottom:24px}.sc-events-lives__hero.strip-hero-banner.soul-center-hero{min-height:180px;border-radius:14px}.sc-events-lives__hero .soul-center-hero__content{min-height:180px;padding:28px 24px 22px}.sc-events-lives__hero .soul-center-hero__title{font-size:32px}.sc-events-lives__section{gap:20px}.sc-events-lives__section-head{gap:12px}.sc-events-lives__carousel-shell{--home-carousel-next-size:48px;--home-carousel-next-border-width:4px}.sc-events-lives__carousel-shell--scheduled,.sc-events-lives__carousel-shell--upcoming{--home-carousel-join-col-width:calc((100% - var(--home-carousel-track-gap)) / 2.5);--home-carousel-media-height:150px}.sc-events-featured-card{height:184px}.sc-events-featured-card__copy{gap:10px}.sc-events-featured-card__meta{gap:6px}}@media (max-width:1024px){.sc-events-lives__hero.strip-hero-banner.soul-center-hero{min-height:170px}.sc-events-lives__hero .soul-center-hero__content{min-height:170px;padding:24px 20px 20px}.sc-events-lives__hero .soul-center-hero__title{font-size:30px}.sc-events-lives__section-head .soul-center-community__section-title{font-size:18px}.sc-events-lives__carousel-shell--featured{--home-carousel-join-col-width:calc((100% - var(--home-carousel-track-gap)) / 1.85);--home-carousel-media-height:176px}.sc-events-lives__carousel-shell--scheduled,.sc-events-lives__carousel-shell--upcoming{--home-carousel-join-col-width:calc((100% - var(--home-carousel-track-gap)) / 2.2)}.sc-events-featured-card{height:176px;padding:18px 16px;border-radius:14px}.sc-events-featured-card__media{border-radius:10px}.sc-events-scheduled-card,.sc-events-upcoming-card{border-radius:14px}.sc-events-scheduled-card__body,.sc-events-upcoming-card__body{padding:14px 14px 16px;gap:10px}.sc-events-scheduled-card__title,h3.sc-events-upcoming-card__title{font-size:18px}}@media (max-width:991px){.sc-events-lives{gap:26px}.sc-events-lives__hero .soul-center-hero__content{min-height:160px;padding:22px 18px 18px}.sc-events-lives__hero .soul-center-hero__title{font-size:28px}.sc-events-lives__hero .soul-center-hero__subtitle{font-size:15px;line-height:24px}.sc-events-lives__carousel-shell{--home-carousel-track-gap:14px;--home-carousel-next-size:46px}.sc-events-lives__carousel-shell--featured{--home-carousel-join-col-width:calc((100% - var(--home-carousel-track-gap)) / 1.55)}.sc-events-lives__carousel-shell--scheduled,.sc-events-lives__carousel-shell--upcoming{--home-carousel-join-col-width:calc((100% - var(--home-carousel-track-gap)) / 2);--home-carousel-media-height:140px}.sc-events-featured-card{height:168px;gap:12px;padding:16px 14px}.sc-events-featured-card__title{font-size:15px}.sc-events-featured-card__host-avatar{width:22px;height:22px}.sc-events-featured-card__join{min-height:34px;gap:6px;font-size:12px}.sc-events-scheduled-card__action,.sc-events-upcoming-card__action{padding:10px 14px;font-size:13px}}@media (max-width:767px){.sc-events-lives{gap:24px;padding-bottom:20px}.sc-events-lives__hero.strip-hero-banner.soul-center-hero{min-height:150px;border-radius:12px}.sc-events-lives__hero .soul-center-hero__content{min-height:150px;padding:20px 16px 16px}.sc-events-lives__hero .soul-center-hero__title{font-size:26px;margin-bottom:8px}.sc-events-lives__section{gap:16px}.sc-events-lives__section-head .soul-center-community__section-title{font-size:17px}.sc-events-lives__view-all{font-size:13px}.sc-events-lives__carousel-shell{--home-carousel-next-size:44px;--home-carousel-next-border-width:4px;padding-right:calc(var(--home-carousel-next-size) / 2)}.sc-events-lives__carousel-shell--featured{--home-carousel-join-col-width:calc((100% - var(--home-carousel-track-gap)) / 1.25);--home-carousel-media-height:200px;--home-carousel-nav-top:calc(var(--home-carousel-media-height) / 2 + 12px)}.sc-events-lives__carousel-shell--scheduled,.sc-events-lives__carousel-shell--upcoming{--home-carousel-join-col-width:calc((100% - var(--home-carousel-track-gap)) / 1.55)}.sc-events-featured-card{flex-direction:column;height:auto;min-height:0;padding:14px}.sc-events-featured-card__media{flex:0 0 auto;width:100%;height:160px}.sc-events-featured-card__body{gap:12px;padding:0}.sc-events-featured-card__copy{gap:8px}.sc-events-scheduled-card__title,h3.sc-events-upcoming-card__title{font-size:17px}.sc-events-upcoming-card__category{font-size:14px;line-height:20px}.sc-events-upcoming-card__time{font-size:13px}}@media (max-width:600px){.sc-events-lives{gap:22px}.sc-events-lives__hero .soul-center-hero__title{font-size:24px}.sc-events-lives__hero .soul-center-hero__subtitle{font-size:14px;line-height:22px}.sc-events-lives__carousel-shell--featured{--home-carousel-join-col-width:calc(100% - 28px)}.sc-events-lives__carousel-shell--scheduled,.sc-events-lives__carousel-shell--upcoming{--home-carousel-join-col-width:calc(100% - 36px)}.sc-events-featured-card__media{height:150px}.sc-events-scheduled-card__host-name,.sc-events-scheduled-card__schedule{font-size:12px}}@media (max-width:575px){.sc-events-lives__hero .soul-center-hero__content{min-height:140px;padding:18px 14px 14px}.sc-events-lives__hero .soul-center-hero__title{font-size:22px}.sc-events-lives__section-head .soul-center-community__section-title{font-size:16px}.sc-events-lives__carousel-shell{--home-carousel-track-gap:12px;--home-carousel-next-size:42px}.sc-events-lives__carousel-shell--featured{--home-carousel-join-col-width:calc(100% - 24px);--home-carousel-media-height:188px}.sc-events-lives__carousel-shell--scheduled,.sc-events-lives__carousel-shell--upcoming{--home-carousel-join-col-width:calc(100% - 32px);--home-carousel-next-size:42px}.sc-events-featured-card{padding:12px;border-radius:12px}.sc-events-featured-card__media{height:140px;border-radius:8px}.sc-events-featured-card__title{font-size:14px}.sc-events-featured-card__host,.sc-events-featured-card__watching{font-size:12px}.sc-events-featured-card__duration{padding:4px 10px;font-size:10px}.sc-events-scheduled-card,.sc-events-upcoming-card{border-radius:12px}.sc-events-scheduled-card__body,.sc-events-upcoming-card__body{padding:12px;gap:8px}.sc-events-scheduled-card__title,h3.sc-events-upcoming-card__title{font-size:16px}.sc-events-scheduled-card__action,.sc-events-upcoming-card__action{padding:9px 12px;font-size:12px}}@media (max-width:480px){.sc-events-lives{gap:20px;padding-bottom:16px}.sc-events-lives__hero.strip-hero-banner.soul-center-hero{min-height:132px;border-radius:10px}.sc-events-lives__hero .soul-center-hero__content{min-height:132px;padding:16px 12px 12px}.sc-events-lives__hero .soul-center-hero__title{font-size:20px;margin-bottom:6px}.sc-events-lives__hero .soul-center-hero__subtitle{font-size:13px;line-height:20px}.sc-events-lives__section-head .soul-center-community__section-title{font-size:15px}.sc-events-lives__view-all{font-size:12px}.sc-events-lives__carousel-shell{--home-carousel-track-gap:10px;--home-carousel-next-size:40px;--home-carousel-next-border-width:3px}.sc-events-lives__carousel-shell--featured,.sc-events-lives__carousel-shell--scheduled,.sc-events-lives__carousel-shell--upcoming{--home-carousel-join-col-width:calc(100% - 20px)}.sc-events-featured-card__media{height:128px}.sc-events-featured-card__live-badge{top:8px;left:8px;font-size:11px;padding:3px 8px}.sc-events-featured-card__join{min-height:32px;padding:8px 12px}.sc-events-scheduled-card__title,h3.sc-events-upcoming-card__title{font-size:15px}.sc-events-scheduled-card__host-avatar,.sc-events-upcoming-card__host-avatar{width:20px;height:20px}}@media (max-width:380px){.sc-events-lives{gap:18px}.sc-events-lives__hero .soul-center-hero__content{min-height:120px;padding:14px 10px 10px}.sc-events-lives__hero .soul-center-hero__title{font-size:18px}.sc-events-lives__hero .soul-center-hero__subtitle{font-size:12px;line-height:18px}.sc-events-lives__section-head .soul-center-community__section-title{font-size:14px}.sc-events-lives__carousel-shell{--home-carousel-track-gap:8px;--home-carousel-next-size:36px;--home-carousel-next-border-width:3px}.sc-events-lives__carousel-shell--featured,.sc-events-lives__carousel-shell--scheduled,.sc-events-lives__carousel-shell--upcoming{--home-carousel-join-col-width:calc(100% - 16px)}.sc-events-featured-card{padding:10px;gap:10px}.sc-events-featured-card__media{height:112px}.sc-events-featured-card__title{font-size:13px}.sc-events-featured-card__host,.sc-events-featured-card__watching{font-size:11px;gap:6px}.sc-events-featured-card__host-avatar{width:20px;height:20px}.sc-events-featured-card__join{min-height:30px;font-size:11px}.sc-events-scheduled-card__body,.sc-events-upcoming-card__body{padding:10px}.sc-events-scheduled-card__title,h3.sc-events-upcoming-card__title{font-size:14px}.sc-events-upcoming-card__category{font-size:12px;line-height:18px}.sc-events-scheduled-card__action,.sc-events-upcoming-card__action{padding:8px 10px;font-size:11px}.sc-events-scheduled-card__date-badge{top:8px;left:8px;min-width:36px;border-radius:6px}.sc-events-scheduled-card__date-month{padding:3px 6px 2px;font-size:9px}.sc-events-scheduled-card__date-day{padding:3px 6px 4px;font-size:13px}}[data-theme=light] .sc-events-lives__section-head .soul-center-community__section-title{color:var(--theme-heading)}[data-theme=light] .sc-events-lives__empty{color:var(--theme-muted)}[data-theme=light] .sc-events-lives__carousel-shell{--home-carousel-next-border-color:#fff}[data-theme=light] .sc-events-lives__carousel-next,[data-theme=light] .sc-events-lives__carousel-prev,[data-theme=light] .sc-events-lives__carousel>.home-carousel__nav{box-shadow:0 4px 14px rgba(90,98,212,.28)}[data-theme=light] .sc-events-featured-card{background:var(--theme-card-bg);border-color:rgba(90,98,212,.22);box-shadow:0 8px 24px rgba(26,32,73,.05)}[data-theme=light] .sc-events-featured-card__title{color:var(--theme-heading)}[data-theme=light] .sc-events-featured-card__host,[data-theme=light] .sc-events-featured-card__watching,[data-theme=light] .sc-events-featured-card__watching-icon{color:var(--theme-muted)}[data-theme=light] .sc-events-scheduled-card,[data-theme=light] .sc-events-upcoming-card{background:var(--theme-card-bg);border-color:rgba(90,98,212,.22);box-shadow:0 8px 24px rgba(26,32,73,.05)}[data-theme=light] .sc-events-scheduled-card__title,[data-theme=light] h3.sc-events-upcoming-card__title{color:var(--theme-heading)}[data-theme=light] .sc-events-scheduled-card__host-name,[data-theme=light] .sc-events-upcoming-card__category,[data-theme=light] .sc-events-upcoming-card__host-name{color:var(--theme-body)}[data-theme=light] .sc-events-upcoming-card__time{color:#5a62d4}[data-theme=light] .sc-events-scheduled-card__schedule{color:var(--theme-muted)}[data-theme=light] .sc-events-scheduled-card__action:hover,[data-theme=light] .sc-events-upcoming-card__action:hover{background:rgba(90,98,212,.08)}.sc-journal{padding-bottom:40px}.sc-journal__hero.strip-hero-banner.soul-center-hero{min-height:205px;margin-bottom:30px;border-radius:16px}.sc-journal__hero .soul-center-hero__content{min-height:205px;padding:40px 40px 28px}.sc-journal__hero .soul-center-hero__title{margin:0 0 10px;font-size:40px;font-weight:600;line-height:1.3}.sc-journal__hero .soul-center-hero__subtitle{font-size:18px;line-height:28px;color:hsla(0,0%,100%,.88)}.sc-journal__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);grid-gap:24px;gap:24px;align-items:start}.sc-journal__sidebar{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:24px}.sc-journal__categories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.sc-journal__category{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:48px;padding:10px 20px 10px 12px;border:1px solid hsla(0,0%,100%,.12);border-radius:999px;font-family:var(--base-ff);font-size:16px;font-weight:500;line-height:1.5;color:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sc-journal__category--daily{background:linear-gradient(90deg,#4c75f2,#6384f6);border-color:rgba(99,132,246,.5)}.sc-journal__category--affirmation{background:linear-gradient(90deg,#8d45df,#9d4edd);border-color:rgba(157,78,221,.5)}.sc-journal__category--goals{background:linear-gradient(90deg,#b8611a,#c8701e);border-color:rgba(200,112,30,.5)}.sc-journal__category--active{border:1.5px solid #fff;box-shadow:0 8px 24px rgba(4,10,24,.28),inset 0 0 0 1px hsla(0,0%,100%,.18);transform:translateY(-1px)}.sc-journal__category-icon{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;flex-shrink:0}.sc-journal-composer{border-bottom:.67px solid #6d77e959;padding-bottom:28px;padding-top:34px;margin-bottom:34px}.sc-journal-composer__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:20px}.sc-journal-composer__title,.sc-journal-composer__title-input{margin:0;font-family:var(--base-ff);font-size:18px;font-weight:500;line-height:1.3;color:#fff}.sc-journal-composer__title-input{flex:1 1;min-width:0;padding:0;border:0;border-bottom:1px solid transparent;border-radius:0;background:transparent;outline:none}.sc-journal-composer__title-input::placeholder{color:hsla(0,0%,100%,.55)}.sc-journal-composer__title-input:focus{border-bottom-color:rgba(109,119,233,.55)}.sc-journal-composer__titles-dropdown.dropdown{max-width:268px;width:100%}.sc-journal-composer__titles-btn{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 18px;border:1px solid rgba(109,119,233,.35);border-radius:999px;background:rgba(28,33,50,.92);color:#fff;font-family:var(--base-ff);font-size:14px;font-weight:500;line-height:1;cursor:pointer;width:100%;justify-content:space-between}.sc-journal-composer__titles-btn:after{display:none}.sc-journal-composer__titles-btn--selected{border-color:#6d77e9;color:#fff}.sc-journal-composer__titles-menu{min-width:240px;padding:8px;border:1px solid rgba(109,119,233,.28);border-radius:12px;background:#15192c}.sc-journal-composer__titles-option{border-radius:8px;color:#fff;font-size:14px}.sc-journal-composer__titles-option.active,.sc-journal-composer__titles-option:focus,.sc-journal-composer__titles-option:hover{background:rgba(109,119,233,.18);color:#fff}.sc-journal-composer__custom-title{width:100%;padding:12px 16px;border:1px solid rgba(109,119,233,.28);border-radius:12px;background:#15192c;color:#fff;font-family:var(--base-ff);font-size:15px;outline:none}.sc-journal-composer__panel{display:flex;flex-direction:column;gap:0;border-radius:16px;overflow:hidden;background:#15192c;margin-bottom:20px}.sc-journal-composer__editor.create-daily-journal-page__editor{flex:1 1 auto;min-height:0;border:none;border-radius:0;background:transparent}.sc-journal-composer__editor .create-daily-journal-page__toolbar{justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid rgba(109,119,233,.2);background:#1c2132}.sc-journal-composer__editor .create-daily-journal-page__toolbar-main{display:flex;align-items:center;gap:4px;flex-wrap:wrap;min-width:0}.sc-journal-composer__editor .create-daily-journal-page__toolbar-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:hsla(0,0%,100%,.62);cursor:pointer;transition:background-color .2s ease,color .2s ease}.sc-journal-composer__editor .create-daily-journal-page__toolbar-btn:hover{background:rgba(109,119,233,.16);color:#fff}.sc-journal-composer__editor .create-daily-journal-page__toolbar-btn:first-child{background:transparent;color:hsla(0,0%,100%,.62)}.sc-journal-composer__mode-toggle{display:inline-flex;align-items:stretch;gap:2px;min-width:220px;padding:3px;border-radius:999px;background:#141824;flex-shrink:0}.sc-journal-composer__mode-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex:1 1;min-width:0;min-height:45px;padding:0 16px;border:none;border-radius:999px;background:transparent;color:#fff;font-family:var(--base-ff);font-size:14px;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.sc-journal-composer__mode-btn--active{background:#6d77e9;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.14),0 1px 2px rgba(0,0,0,.18)}.sc-journal-composer__mode-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:19px;height:19px;color:inherit}.sc-journal-composer__mode-icon svg,.sc-journal-composer__mode-icon-img{display:block;max-width:100%;max-height:100%;object-fit:contain}.sc-journal-composer__mode-label{color:inherit}.sc-journal-composer__audio-section{border-top:1px solid rgba(109,119,233,.2);min-height:220px;padding:24px 16px 32px;background:#15192c}.sc-journal-composer__audio-add,.sc-journal-composer__audio-cta{margin:0;border-top:none;padding-top:8px}.sc-journal-composer__audio-rec{display:flex;flex-direction:column;gap:24px}.sc-journal-composer__audio-preview .st-post__audio{margin-bottom:0}.sc-journal-composer__editor .create-daily-journal-page__body{display:flex;flex-direction:column;flex:1 1 auto;min-height:117px;padding:20px 22px 24px;background:#15192c}.sc-journal-composer__editor .create-daily-journal-page__body-heading{margin:0 0 8px;padding:0;color:hsla(0,0%,100%,.78);font-size:15px;font-weight:400;line-height:1.65}.sc-journal-composer__editor .create-daily-journal-page__body-editor{flex:1 1 auto;min-height:72px;padding:0;background:transparent;color:hsla(0,0%,100%,.78);font-size:15px;line-height:1.65}.sc-journal-composer__editor .create-daily-journal-page__body-editor:empty:before{content:attr(data-placeholder);display:block;white-space:pre-wrap;color:hsla(0,0%,100%,.42);font-style:italic}.sc-journal-composer__editor .create-daily-journal-page__body-editor p{margin:0 0 8px;color:hsla(0,0%,100%,.78);font-size:14px;font-weight:400}.sc-journal-composer__editor .create-daily-journal-page__body-editor b,.sc-journal-composer__editor .create-daily-journal-page__body-editor strong{font-weight:700;color:inherit}.sc-journal-composer__editor .create-daily-journal-page__body-editor em,.sc-journal-composer__editor .create-daily-journal-page__body-editor i{font-style:italic;color:inherit}.sc-journal-composer__editor .create-daily-journal-page__body-editor u{text-decoration:underline}.sc-journal-composer__editor .create-daily-journal-page__body-editor del,.sc-journal-composer__editor .create-daily-journal-page__body-editor s,.sc-journal-composer__editor .create-daily-journal-page__body-editor strike{text-decoration:line-through}.sc-journal-composer__editor .create-daily-journal-page__body-editor a{color:#8b93f0;text-decoration:underline}.sc-journal-composer__settings.ep-toggles-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;margin-top:0;padding:12px;background:#ffffff0f;border-radius:12px;margin-bottom:20px}.sc-journal-composer__setting.ep-toggles{min-height:52px;padding:12px 16px;border-radius:12px;background-color:#2b3046;box-sizing:border-box}.sc-journal-composer__setting-copy{display:inline-flex;align-items:center;gap:10px;min-width:0;color:#bebfca}.sc-journal-composer__setting-copy svg{flex-shrink:0;color:hsla(0,0%,100%,.72)}.sc-journal-composer__setting{margin:0;color:#fff;font-family:var(--base-ff);font-size:12px;font-weight:400;cursor:pointer}.sc-journal-composer__setting .form-check-input{margin:0}.sc-journal-composer__setting .form-check-input:checked{background-color:#6d77e9;border-color:#6d77e9}.sc-journal-composer__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center}.sc-journal-composer__save{width:100%;min-height:52px;padding:0 28px;border:none;border-radius:999px;background:#6d77e9;color:#fff;font-family:var(--base-ff);font-size:16px;font-weight:500;line-height:1;cursor:pointer;transition:background-color .2s ease;max-width:175px}.sc-journal-composer__save:hover{background:#5f69df}.sc-journal-composer__save:disabled{opacity:.65;cursor:not-allowed}.sc-journal-composer__visibility-dropdown{flex-shrink:0}.sc-journal-composer__visibility-trigger{display:inline-flex;align-items:center;gap:8px;min-width:115px;min-height:32px;padding:0 11px;border:1px solid rgba(109,119,233,.1);border-radius:999px;background:rgba(109,119,233,.16);color:#fff;font-family:var(--base-ff);font-size:14px;font-weight:500;line-height:1;cursor:pointer;color:#bebfca;width:auto!important}.sc-journal-composer__visibility-trigger:after{display:none}.sc-journal-composer__visibility-menu.sc-journal-composer__visibility-menu--dropdown{position:static;min-width:160px;padding:8px;border:1px solid rgba(109,119,233,.28);border-radius:12px;background:#15192c;box-shadow:0 12px 28px rgba(4,10,24,.35)}.sc-journal-composer__visibility-option{width:100%;padding:10px 12px;border:none;background:transparent;font-family:var(--base-ff);font-size:14px;text-align:left;cursor:pointer}.sc-journal-composer__visibility-menu--dropdown .dropdown-item.sc-journal-composer__visibility-option,.sc-journal-composer__visibility-option{display:inline-flex;align-items:center;gap:8px;border-radius:8px;color:#fff}.sc-journal-composer__visibility-option--active,.sc-journal-composer__visibility-option.active,.sc-journal-composer__visibility-option:focus,.sc-journal-composer__visibility-option:hover{background:rgba(109,119,233,.18)}.sc-journal .soul-center-community__section-title{font-family:var(--base-ff);font-size:24px;font-weight:500;line-height:1.5;color:#fff;margin:0 0 24px}.sc-journal-previous__filters{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:34px}.sc-journal-previous__search{display:inline-flex;align-items:center;gap:10px;flex:1 1;min-width:min(100%,360px);max-width:none;min-height:41px;padding:0 18px;border:1px solid #2e345b;border-radius:999px;background:#1c2132;color:#82838e}.sc-journal-previous__search-input{flex:1 1;min-width:0;border:none;background:transparent;color:#fff;font-family:var(--base-ff);font-size:14px;outline:none}.sc-journal-previous__search-input::placeholder{color:#82838e}.sc-journal-previous__dropdowns{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-left:auto}.modal-dialog.sc-journal-date-modal-dialog{max-width:420px!important;margin-inline:auto}.sc-journal-date-modal{background:#1c2134!important;border:none!important;border-radius:15px!important;padding:0!important;overflow:hidden;width:100%;max-width:420px!important;box-sizing:border-box;box-shadow:0 24px 48px rgba(0,0,0,.45)}.sc-journal-date-modal__inner{display:flex;flex-direction:column;padding:20px 24px 24px;box-sizing:border-box}.sc-journal-date-modal__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.sc-journal-date-modal__title{margin:0;font-family:var(--base-ff);font-size:20px;font-weight:700;line-height:1.3;color:#fff}.sc-journal-date-modal__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;border-radius:50%;background:#ffffff14;color:#fff;flex-shrink:0;cursor:pointer}.sc-journal-date-modal__close:hover{opacity:.9}.sc-journal-date-modal__divider{display:block;width:100%;height:1px;margin:16px 0 20px;background:hsla(0,0%,100%,.08)}.sc-journal-date-modal__fields{display:flex;flex-direction:column;gap:12px}.sc-journal-date-modal__field{display:flex;flex-direction:column;gap:8px;color:#bebfca;font-family:var(--base-ff);font-size:14px;font-weight:500}.sc-journal-date-modal__field input[type=date]{min-height:44px;padding:0 14px;border:1px solid rgba(109,119,233,.28);border-radius:12px;background:rgba(109,119,233,.1);color:#fff;font-family:inherit;font-size:14px;outline:none;color-scheme:dark}.sc-journal-date-modal__field input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(1);opacity:.7}.sc-journal-date-modal__footer{display:flex;align-items:center;gap:10px;margin-top:20px}.sc-journal-date-modal__btn{flex:1 1;min-height:44px;padding:0 16px;border:none;border-radius:999px;font-family:var(--base-ff);font-size:14px;font-weight:600;cursor:pointer}.sc-journal-date-modal__btn:disabled{opacity:.45;cursor:not-allowed}.sc-journal-date-modal__btn--apply{background:#6d77e9;color:#fff}.sc-journal-date-modal__btn--apply:hover:not(:disabled){filter:brightness(1.06)}.sc-journal-date-modal__btn--cancel{background:#ffffff14;color:#fff}.sc-journal-date-modal__btn--cancel:hover{background:#ffffff22}.sc-journal-previous__dropdown{position:relative}.sc-journal-previous__filter-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;min-width:150px;min-height:41px;padding:0 18px;border:1px solid rgba(109,119,233,.28);border-radius:999px;background:rgba(109,119,233,.1);color:#bebfca;font-family:var(--base-ff);font-size:14px;font-weight:500;line-height:1;cursor:pointer}.sc-journal-previous__filter-btn:after{display:none}.sc-journal-previous__filter-menu{min-width:193px;border-radius:12px;background:#1c2134;right:0!important;left:auto!important}.sc-journal-previous__filter-menu .dropdown-item{border-radius:0;color:#fff;font-size:14px;border-bottom:1px solid #ffffff0f}.sc-journal-previous__filter-menu .dropdown-item.active,.sc-journal-previous__filter-menu .dropdown-item:focus,.sc-journal-previous__filter-menu .dropdown-item:hover{background:rgba(109,119,233,.18);color:#fff}.sc-journal-previous__list{display:flex;flex-direction:column}.sc-journal-previous__list .sc-journal-previous__card{margin-bottom:34px}.sc-journal-previous__empty{padding:28px 20px;border:1px solid rgba(109,119,233,.2);border-radius:16px;background:rgba(109,119,233,.1);color:hsla(0,0%,100%,.72);font-size:14px;text-align:center}.sc-journal-previous__card{display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid #2e345b;border-radius:16px;background:rgba(109,119,233,.1);cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.sc-journal-previous__card:hover{border-color:rgba(109,119,233,.45);background:rgba(109,119,233,.15)}.sc-journal--static .sc-journal-previous__card{cursor:default}.sc-journal-previous__card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.sc-journal-previous__tag{display:inline-flex;align-items:center;gap:6px;padding:6px 22px;border-radius:10px;font-family:var(--base-ff);font-size:13px;font-weight:500;line-height:1.7;color:#fff}.sc-journal-previous__tag--daily{background:#3973ef}.sc-journal-previous__tag--daily svg{color:#fff;width:18px;height:18px}.sc-journal-previous__tag--affirmation{background:#9143e5}.sc-journal-previous__tag--affirmation svg{color:#fff}.sc-journal-previous__tag--goals{background:#bd600f;color:#fff}.sc-journal-previous__tag--goals svg{color:#fff}.sc-journal-previous__date{color:#bebfca;font-family:var(--base-ff);font-size:14px;font-weight:400;line-height:1.2;white-space:nowrap}.sc-journal-previous__card-title{margin:0;font-family:var(--base-ff);font-size:24px;font-weight:500;line-height:1.5;color:#f0f1fd}.sc-journal-previous__card-preview{display:-webkit-box;margin:0;overflow:hidden;color:#ededed;font-family:var(--base-ff);font-size:16px;font-weight:400;line-height:1.5;white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sc-journal-previous__card-preview p{display:inline;margin:0}.sc-journal-previous__card-preview p+p:before{content:" "}.sc-journal-previous__card-preview b,.sc-journal-previous__card-preview strong{font-weight:700}.sc-journal-previous__card-preview em,.sc-journal-previous__card-preview i{font-style:italic}.sc-journal-previous__card-preview u{text-decoration:underline}.sc-journal-previous__card-preview del,.sc-journal-previous__card-preview s,.sc-journal-previous__card-preview strike{text-decoration:line-through}.sc-journal-previous__card-preview a{color:#8b93f0;text-decoration:underline}.sc-journal-pagination{display:flex;align-items:center;justify-content:center;gap:8px;padding-top:12px}.sc-journal-pagination__btn{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:38px;padding:0 10px;border:1px solid rgba(46,52,91,.95);border-radius:10px;background:#15192c;color:#fff;font-family:var(--base-ff);font-size:14px;font-weight:500;line-height:1;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.sc-journal-pagination__btn:hover:not(:disabled){border-color:rgba(109,119,233,.45)}.sc-journal-pagination__btn--active{background:#6d77e9;border-color:#6d77e9;color:#13171e}.sc-journal-pagination__btn--next:not(:disabled){border-color:#6384f6}.sc-journal-pagination__btn:disabled{opacity:.45;cursor:not-allowed}.sc-journal-pagination__ellipsis{display:inline-flex;align-items:center;justify-content:center;min-width:28px;color:hsla(0,0%,100%,.72);font-size:14px}@media (max-width:1600px){.sc-journal,.sc-journal__main{gap:28px}.sc-journal__grid{gap:20px;grid-template-columns:minmax(0,1fr) minmax(260px,320px)}}@media (max-width:1440px){.sc-journal__hero.strip-hero-banner.soul-center-hero{min-height:190px}.sc-journal__hero .soul-center-hero__content{min-height:190px;padding:34px 32px 24px}.sc-journal__hero .soul-center-hero__title{font-size:36px}.sc-journal .soul-center-community__section-title{font-size:22px}.sc-journal__categories{gap:12px}.sc-journal__category{min-height:44px;padding:8px 16px 8px 10px;font-size:15px;gap:10px}.sc-journal-previous__card-title{font-size:22px}}@media (max-width:1366px){.sc-journal{gap:26px}.sc-journal__grid{gap:18px;grid-template-columns:minmax(0,1fr) minmax(240px,300px)}.sc-journal-composer__title{font-size:17px}.sc-journal-previous__card-preview{font-size:15px}}@media (max-width:1280px){.sc-journal__hero .soul-center-hero__subtitle{font-size:16px;line-height:26px}.sc-journal__grid{grid-template-columns:minmax(0,1fr) minmax(220px,280px)}.sc-journal .soul-center-community__section-title{font-size:20px}.sc-journal__category{font-size:14px;min-height:42px;padding:8px 14px 8px 10px}.sc-journal-composer__save{max-width:160px;min-height:48px;font-size:15px}.sc-journal-previous__card-title{font-size:20px}.sc-journal-previous__filter-btn{min-width:132px}}@media (max-width:1199px){.sc-journal{gap:24px;padding-bottom:32px}.sc-journal__hero.strip-hero-banner.soul-center-hero{min-height:180px;border-radius:14px}.sc-journal__hero .soul-center-hero__content{min-height:180px;padding:28px 24px 22px}.sc-journal__hero .soul-center-hero__title{font-size:32px}.sc-journal__grid{grid-template-columns:1fr;gap:20px}.sc-journal__sidebar{position:static;order:-1}.sc-journal__main{gap:24px}.sc-journal__categories{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.sc-journal-composer{padding-bottom:22px}.sc-journal-composer__editor .create-daily-journal-page__body{padding:16px 18px 20px;min-height:110px}.sc-journal-previous{gap:16px}}@media (max-width:1024px){.sc-journal__hero.strip-hero-banner.soul-center-hero{min-height:170px}.sc-journal__hero .soul-center-hero__content{min-height:170px;padding:24px 20px 20px}.sc-journal__hero .soul-center-hero__title{font-size:30px}.sc-journal .soul-center-community__section-title{font-size:18px}.sc-journal__category{min-height:40px;font-size:13px;gap:8px;padding:8px 12px 8px 8px}.sc-journal-composer__titles-dropdown.dropdown{max-width:220px}.sc-journal-composer__titles-btn{min-height:40px;padding:0 14px;font-size:13px}.sc-journal-composer__mode-btn{min-height:32px;padding:0 12px;font-size:13px;gap:6px}.sc-journal-composer__editor .create-daily-journal-page__toolbar-btn{width:32px;height:32px}.sc-journal-previous__card{padding:14px;border-radius:14px}.sc-journal-previous__card-title{font-size:18px}.sc-journal-previous__tag{padding:5px 16px;font-size:12px}}@media (max-width:991px){.sc-journal{gap:22px}.sc-journal__hero .soul-center-hero__content{min-height:160px;padding:22px 18px 18px}.sc-journal__hero .soul-center-hero__title{font-size:28px}.sc-journal__hero .soul-center-hero__subtitle{font-size:15px;line-height:24px}.sc-journal__categories{gap:8px}.sc-journal-composer__settings.ep-toggles-row{gap:10px;padding:10px}.sc-journal-composer__setting.ep-toggles{min-height:48px;padding:10px 12px}.sc-journal-composer__footer,.sc-journal-previous__filters{gap:12px}.sc-journal-previous__search{min-width:min(100%,280px);min-height:40px;padding:0 14px}.sc-journal-previous__filter-btn{min-width:120px;min-height:40px;padding:0 14px;font-size:13px}.sc-journal-previous__card-preview{font-size:14px}.sc-journal-pagination__btn{min-width:30px;height:36px;font-size:13px}}@media (max-width:767px){.sc-journal{gap:20px;padding-bottom:24px}.sc-journal__hero.strip-hero-banner.soul-center-hero{min-height:150px;border-radius:12px}.sc-journal__hero .soul-center-hero__content{min-height:150px;padding:20px 16px 16px}.sc-journal__hero .soul-center-hero__title{font-size:26px;margin-bottom:8px}.sc-journal__main{gap:20px}.sc-journal__categories{grid-template-columns:1fr;gap:10px}.sc-journal__category{min-height:44px;font-size:15px;justify-content:flex-start;padding:10px 16px 10px 12px}.sc-journal .soul-center-community__section-title{font-size:17px}.sc-journal-composer__head,.sc-journal-previous__filters{flex-direction:column;align-items:stretch}.sc-journal-composer__titles-dropdown.dropdown{max-width:none}.sc-journal-composer__footer,.sc-journal-composer__settings.ep-toggles-row{grid-template-columns:1fr}.sc-journal-composer__save{max-width:none;width:100%}.sc-journal-composer__visibility-dropdown,.sc-journal-composer__visibility-trigger{width:100%}.sc-journal-composer__visibility-trigger{justify-content:center;min-height:40px}.sc-journal-composer__editor .create-daily-journal-page__toolbar{flex-wrap:wrap;padding:10px 12px}.sc-journal-previous__dropdowns{margin-left:0;width:100%}.sc-journal-composer__titles-btn,.sc-journal-previous__filter-btn{width:100%}.sc-journal-previous__search{max-width:none;min-width:0;width:100%}.sc-journal-previous__dropdown{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 6px)}.sc-journal-previous__card-head{flex-wrap:wrap;gap:8px}.sc-journal-previous__card-title{font-size:17px;line-height:1.35}.sc-journal-pagination{flex-wrap:wrap;gap:6px}}@media (max-width:600px){.sc-journal{gap:18px}.sc-journal__hero .soul-center-hero__title{font-size:24px}.sc-journal__hero .soul-center-hero__subtitle{font-size:14px;line-height:22px}.sc-journal-composer__title{font-size:16px}.sc-journal-composer__panel{border-radius:12px}.sc-journal-previous__dropdown{flex:1 1 100%}.sc-journal-previous__card{padding:12px;border-radius:12px}.sc-journal-previous__date{font-size:12px}}@media (max-width:575px){.sc-journal__hero .soul-center-hero__content{min-height:140px;padding:18px 14px 14px}.sc-journal__hero .soul-center-hero__title{font-size:22px}.sc-journal .soul-center-community__section-title{font-size:16px}.sc-journal__category{min-height:42px;font-size:14px}.sc-journal-composer{gap:10px;padding-bottom:18px}.sc-journal-composer__editor .create-daily-journal-page__body{padding:14px;min-height:100px}.sc-journal-composer__editor .create-daily-journal-page__body-editor,.sc-journal-composer__editor .create-daily-journal-page__body-heading{font-size:14px}.sc-journal-composer__setting.ep-toggles{min-height:44px;padding:10px}.sc-journal-composer__setting{font-size:11px}.sc-journal-composer__save{min-height:46px;font-size:14px}.sc-journal-previous__card-title{font-size:16px}.sc-journal-previous__card-preview{font-size:13px}.sc-journal-previous__tag{padding:4px 12px;font-size:11px;border-radius:8px}.sc-journal-previous__tag--daily svg{width:14px;height:14px}.sc-journal-pagination__btn{min-width:28px;height:34px;padding:0 8px;font-size:12px;border-radius:8px}}@media (max-width:480px){.sc-journal{gap:16px;padding-bottom:20px}.sc-journal__hero.strip-hero-banner.soul-center-hero{min-height:132px;border-radius:10px}.sc-journal__hero .soul-center-hero__content{min-height:132px;padding:16px 12px 12px}.sc-journal__hero .soul-center-hero__title{font-size:20px;margin-bottom:6px}.sc-journal__hero .soul-center-hero__subtitle{font-size:13px;line-height:20px}.sc-journal .soul-center-community__section-title{font-size:15px}.sc-journal__category{min-height:40px;font-size:13px;gap:8px}.sc-journal-composer__mode-toggle{min-width:188px}.sc-journal-composer__mode-btn{min-height:32px;padding:0 12px;gap:6px;font-size:13px}.sc-journal-composer__editor .create-daily-journal-page__toolbar-main{gap:2px}.sc-journal-composer__editor .create-daily-journal-page__toolbar-btn{width:30px;height:30px}.sc-journal-previous__filter-btn,.sc-journal-previous__search{min-height:38px;font-size:13px}.sc-journal-previous__card-title{font-size:15px}.sc-journal-previous__empty{padding:20px 14px;border-radius:12px;font-size:13px}}@media (max-width:380px){.sc-journal{gap:14px}.sc-journal__hero .soul-center-hero__content{min-height:120px;padding:14px 10px 10px}.sc-journal__hero .soul-center-hero__title{font-size:18px}.sc-journal__hero .soul-center-hero__subtitle{font-size:12px;line-height:18px}.sc-journal .soul-center-community__section-title{font-size:14px}.sc-journal__category{min-height:38px;font-size:12px;padding:8px 12px 8px 10px}.sc-journal-composer__title{font-size:14px}.sc-journal-composer__titles-btn,.sc-journal-composer__visibility-trigger,.sc-journal-previous__filter-btn{font-size:12px}.sc-journal-composer__save{min-height:42px;font-size:13px}.sc-journal-composer__setting.ep-toggles{min-height:40px;padding:8px}.sc-journal-previous__card{padding:10px;gap:6px}.sc-journal-previous__card-title{font-size:14px}.sc-journal-previous__card-preview{font-size:12px}.sc-journal-pagination{gap:4px}.sc-journal-pagination__btn{min-width:26px;height:32px;font-size:11px}}[data-theme=light] .sc-journal .soul-center-community__section-title{color:var(--theme-heading)}[data-theme=light] .sc-journal-composer{border-bottom-color:var(--theme-border)}[data-theme=light] .sc-journal-composer__title,[data-theme=light] .sc-journal-composer__title-input{color:var(--theme-heading)}[data-theme=light] .sc-journal-composer__title-input::placeholder{color:var(--theme-muted)}[data-theme=light] .sc-journal-composer__title-input:focus{border-bottom-color:rgba(90,98,212,.45)}[data-theme=light] .sc-journal-composer__titles-btn{background:var(--theme-card-bg);border-color:var(--theme-border);color:var(--theme-heading)}[data-theme=light] .sc-journal-composer__titles-btn--selected{border-color:#5a62d4;color:var(--theme-heading)}[data-theme=light] .sc-journal-composer__titles-menu,[data-theme=light] .sc-journal-composer__visibility-menu.sc-journal-composer__visibility-menu--dropdown,[data-theme=light] .sc-journal-previous__filter-menu{background:var(--theme-dropdown-bg);border-color:var(--theme-border);box-shadow:0 12px 32px rgba(26,32,73,.12)}[data-theme=light] .sc-journal-composer__titles-option,[data-theme=light] .sc-journal-composer__visibility-menu--dropdown .dropdown-item.sc-journal-composer__visibility-option,[data-theme=light] .sc-journal-composer__visibility-option,[data-theme=light] .sc-journal-previous__filter-menu .dropdown-item{color:var(--theme-heading);border-bottom-color:var(--theme-border)}[data-theme=light] .sc-journal-composer__titles-option.active,[data-theme=light] .sc-journal-composer__titles-option:focus,[data-theme=light] .sc-journal-composer__titles-option:hover,[data-theme=light] .sc-journal-composer__visibility-option--active,[data-theme=light] .sc-journal-composer__visibility-option.active,[data-theme=light] .sc-journal-composer__visibility-option:focus,[data-theme=light] .sc-journal-composer__visibility-option:hover,[data-theme=light] .sc-journal-previous__filter-menu .dropdown-item.active,[data-theme=light] .sc-journal-previous__filter-menu .dropdown-item:focus,[data-theme=light] .sc-journal-previous__filter-menu .dropdown-item:hover{background:var(--theme-card-bg-lite);color:var(--theme-heading)}[data-theme=light] .sc-journal-composer__custom-title,[data-theme=light] .sc-journal-composer__panel{background:var(--theme-card-bg);border-color:var(--theme-border);color:var(--theme-input-color);box-shadow:0 8px 24px rgba(26,32,73,.05)}[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__toolbar{background:var(--theme-card-bg-lite)!important;border-color:var(--theme-border)!important;border-bottom:1px solid var(--theme-border)}[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__toolbar-btn,[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__toolbar-btn:first-child{background:transparent!important;color:var(--theme-muted)!important}[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__toolbar-btn:hover{background:rgba(90,98,212,.12)!important;color:var(--theme-heading)!important}[data-theme=light] .sc-journal-composer__mode-toggle{background:#fff}[data-theme=light] .sc-journal-composer__mode-btn{color:var(--theme-body)}[data-theme=light] .sc-journal-composer__mode-btn--active{color:#fff}[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__body{background:var(--theme-card-bg)}[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__body-heading{color:var(--theme-heading)}[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__body-editor{background:transparent;color:var(--theme-body)}[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__body-editor:empty:before{color:var(--theme-muted)}[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__body-editor p{color:var(--theme-body)}[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__body-editor b,[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__body-editor em,[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__body-editor i,[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__body-editor strong{color:inherit}[data-theme=light] .sc-journal-composer__editor .create-daily-journal-page__body-editor a{color:#5a62d4}[data-theme=light] .sc-journal-composer__settings.ep-toggles-row{background:var(--theme-card-bg-lite)}[data-theme=light] .sc-journal-composer__setting.ep-toggles{background-color:var(--theme-card-bg)}[data-theme=light] .sc-journal-composer__setting,[data-theme=light] .sc-journal-composer__setting-copy{color:var(--theme-body)}[data-theme=light] .sc-journal-composer__setting-copy svg{color:#5a62d4}[data-theme=light] .sc-journal-composer__visibility-trigger{background:var(--theme-card-bg-lite);border-color:rgba(90,98,212,.22);color:var(--theme-body)}[data-theme=light] .sc-journal-previous__search{background:var(--theme-card-bg);border-color:var(--theme-border);color:var(--theme-muted)}[data-theme=light] .sc-journal-previous__search-input{color:var(--theme-input-color)}[data-theme=light] .sc-journal-previous__search-input::placeholder{color:var(--theme-muted)}[data-theme=light] .sc-journal-previous__filter-btn{background:var(--theme-card-bg);border-color:var(--theme-border);color:var(--theme-body)}[data-theme=light] .sc-journal-previous__empty{background:var(--theme-card-bg);border-color:var(--theme-border);color:var(--theme-muted)}[data-theme=light] .sc-journal-previous__card{background:var(--theme-card-bg);border-color:var(--theme-border);box-shadow:0 8px 24px rgba(26,32,73,.05)}[data-theme=light] .sc-journal-previous__card:hover{background:var(--theme-card-bg);border-color:rgba(90,98,212,.4)}[data-theme=light] .sc-journal-previous__date{color:var(--theme-muted)}[data-theme=light] .sc-journal-previous__card-title{color:var(--theme-heading)}[data-theme=light] .sc-journal-previous__card-preview{color:var(--theme-body)}[data-theme=light] .sc-journal-previous__card-preview a{color:#5a62d4}[data-theme=light] .sc-journal-pagination__btn{background:var(--theme-card-bg);border-color:var(--theme-border);color:var(--theme-heading)}[data-theme=light] .sc-journal-pagination__btn:hover:not(:disabled){border-color:#5a62d4;color:#5a62d4}[data-theme=light] .sc-journal-pagination__btn--active{background:#5a62d4;border-color:#5a62d4;color:#fff}[data-theme=light] .sc-journal-pagination__ellipsis{color:var(--theme-muted)}[data-theme=light] .sc-journal-date-modal{background:var(--theme-modal-bg)!important}[data-theme=light] .sc-journal-date-modal__title{color:var(--theme-heading)}[data-theme=light] .sc-journal-date-modal__close{background:var(--theme-card-bg-lite);color:var(--theme-heading)}[data-theme=light] .sc-journal-date-modal__divider{background:var(--theme-border)}[data-theme=light] .sc-journal-date-modal__field{color:var(--theme-muted)}[data-theme=light] .sc-journal-date-modal__field input[type=date]{background:var(--theme-input-bg);border-color:var(--theme-input-border);color:var(--theme-input-color);color-scheme:light}[data-theme=light] .sc-journal-date-modal__field input[type=date]::-webkit-calendar-picker-indicator{filter:none;opacity:.7}[data-theme=light] .sc-journal-date-modal__btn--cancel{background:var(--theme-card-bg-lite);color:var(--theme-heading)}