:root{--font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-brand: "Pacifico", cursive;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--safe-top: env(safe-area-inset-top);--safe-bottom: env(safe-area-inset-bottom);--shell-max: 100%;--vh: 100dvh;--bar-border: rgba(0, 0, 0, .08);--text: #0b1020;--muted: rgba(11, 16, 32, .6);--accent: #6b57d2;accent-color:var(--accent);--bg: linear-gradient( 0deg,#cdb5d8 40%,#e7ccdf 80% );background-color:var(--bg)}@supports not (height: 100dvh){:root{--vh: 100vh}}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;font-family:var(--font-ui);background-color:var(--bg)}input,textarea,select,button{font-size:16px}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button,a{outline:none}button:focus-visible,a:focus-visible{outline:none}body{margin:0;padding:0;overflow:hidden;-webkit-overflow-scrolling:auto}h1{font-size:3.2em;line-height:1.1;padding:0;margin:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto var(--accent)}.login-container{width:100%;min-height:var(--vh);padding-top:calc(20px + var(--safe-top));padding-bottom:calc(20px + var(--safe-bottom));padding-left:20px;padding-right:20px;background:linear-gradient(180deg,#e1d7e6 57%,#0f0913 57%);display:flex;align-items:center;justify-content:center;flex-direction:column}.login-container h1{font-size:1.5em;line-height:1.1;margin:0;color:#0f0913}.login-container h1 span{font-family:var(--font-brand);font-size:2.7em;line-height:1.1;font-weight:400;display:block}.login-container .by-powerhouse{text-align:right;font-weight:600;padding:0 15px 0 0;margin:0 0 10px}.login-form-holder{width:calc(90% - 20px);max-width:400px;border:3px solid rgba(0,0,0,.15);border-radius:22px;padding:28px;background:#fff;position:relative;box-shadow:7px 7px 50px -40px #000}.login-form-holder label{color:#000}.login-form-holder label input{color:#000;width:calc(100% - 8px);height:35px;border-radius:4px;background:#fff;border:2px solid #efefef;border-bottom-color:#333}.forgot-password-bttn{color:#fff;width:calc(90% - 20px);max-width:400px;margin:10px 0 0;background:transparent;border:none;text-align:center;width:100%}.log-in{box-shadow:inset 0 1px #a486ff,0 1px #00000026;color:#a486ff}#boot-splash{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#fff;z-index:9999;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}#boot-splash .wrap{max-width:430px}#boot-splash .boot-inner{display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px;text-align:center}#boot-splash .boot-logo{font-family:Pacifico,cursive;font-size:40px;line-height:1}#boot-splash .boot-sub{font-size:14px;opacity:.7;letter-spacing:.02em}#boot-splash .boot-spinner{width:26px;height:26px;border:3px solid rgba(0,0,0,.12);border-top-color:#0000008c;border-radius:50%;animation:bootspin .85s linear infinite}@keyframes bootspin{to{transform:rotate(360deg)}}.app-shell{height:100vh;height:100dvh;width:100%;max-width:var(--shell-max);margin:0 auto;display:flex;flex-direction:column;background:var(--bg);color:var(--text);overflow:hidden}.top-bar{position:relative;z-index:50;padding-top:calc(12px + var(--safe-top));padding-left:16px;padding-right:16px;padding-bottom:12px;border-bottom:1px solid var(--bar-border);display:flex;align-items:center;justify-content:space-between;background:#ffffffdc;box-shadow:-2px -11px 24px -20px #00000078;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);height:60px;box-sizing:border-box}.bottom-bar{flex-shrink:0;display:flex;justify-content:space-around;gap:8px;padding:10px 10px calc(10px + var(--safe-bottom)) 10px;border-top:1px solid rgb(196 150 217 / 72%);background:#ffffffdc;box-shadow:-2px -11px 24px -20px #00000078;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);position:fixed;inset:auto 0 0}.app-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0;padding:16px 16px 80px;position:relative}.top-bar__title{flex:1;text-align:center;font-weight:600;font-size:14px}.top-bar__title span{font-family:Pacifico,cursive;font-size:20px}.top-bar__side-spacer{width:44px;height:44px;flex-shrink:0}.bottom-bar__item{flex:1;text-decoration:none;color:var(--muted);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 6px;border-radius:14px;background:none;border:0;appearance:none;-webkit-tap-highlight-color:transparent;transition:background .12s ease,color .12s ease}.bottom-bar__icon{line-height:0}.bottom-bar__label{margin-top:4px;font-size:12px;font-weight:600}.bottom-bar__item.is-active{color:var(--accent);background:#6b57d25c;accent-color:var(--accent);outline-color:var(--accent)}.ios-statusbar-fill{height:env(safe-area-inset-top);background:var(--bg);flex:0 0 auto}.player-wrap{position:relative;width:100%;max-width:520px;border-radius:18px;overflow:hidden;background:#111;height:min(70vh,560px)}.player-el{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:contain;background:#111}.player-skeleton{position:absolute;inset:0;background:linear-gradient(90deg,#ffffff14,#ffffff2e,#ffffff14);background-size:200% 100%;animation:shimmer 1.2s linear infinite}@keyframes shimmer{0%{background-position:0% 0}to{background-position:200% 0}}.player-sound{position:absolute;z-index:2;top:24px;right:12px;border:0;border-radius:999px;padding:10px 12px;font-weight:900;font-size:14px;background:#0000008c;color:#fff;cursor:pointer}@media(max-width:560px){.player-wrap{max-width:100%;height:min(72vh,620px);border-radius:18px}}.sheet-backdrop{position:fixed;inset:0;z-index:2147483647;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:flex-end;padding:0;padding-top:calc(14px + env(safe-area-inset-top));opacity:0;animation:backdropIn .22s ease forwards}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}.sheet{width:100%;max-width:820px;background:#fff;border-radius:24px 24px 0 0;overflow:hidden;box-shadow:0 30px 90px #00000073;transform:translate3d(0,18px,0);opacity:0;transition:transform .22s ease,opacity .22s ease;will-change:transform,opacity;padding-bottom:calc(14px + env(safe-area-inset-bottom))}.sheet.is-open{transform:translateZ(0);opacity:1}.sheet.is-dragging{transition:none}.sheet-grab{min-height:37px;padding:16px 0;display:flex;align-items:center;justify-content:center;touch-action:pan-y;-webkit-user-select:none;user-select:none}.sheet-handle{width:46px;height:5px;background:#0000002e;border-radius:999px}.sheet-header{padding:10px 16px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.sheet-headings{min-width:0}.sheet-title{font-weight:900;font-size:18px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sheet-subtitle{margin-top:4px;font-size:14px;opacity:.6;font-weight:700}.sheet-close{appearance:none;border:0;width:44px;height:44px;border-radius:999px;background:#0000000f;color:#000000bf;display:grid;place-items:center;cursor:pointer;box-shadow:inset 0 1px #ffffffb3;justify-items:center;align-items:center;justify-content:center;align-content:center}.sheet-close svg{stroke-width:4}.sheet-close:active{transform:scale(.98)}.sheet-body{padding:0 16px 16px;display:flex;justify-content:center}@media(max-width:560px){.sheet-backdrop{padding:0;align-items:flex-end}.sheet{max-width:none;width:100%;height:97dvh;display:flex;flex-direction:column;transform:translate3d(0,60px,0)}.sheet.is-open{transform:translateZ(0)}.sheet-header{padding-top:calc(10px + env(safe-area-inset-top))}.sheet-body{flex:1;padding:0 14px calc(14px + env(safe-area-inset-bottom));align-items:center}}.dash{padding:0 0 22px;display:flex;flex-direction:column;gap:14px}.dash-hero{border-radius:24px;padding:18px 18px 16px;background:radial-gradient(circle,#edd3ff 0% 22%,#fff);border:5px solid rgb(194 180 231 / 39%);box-shadow:7px 7px 20px -7px #0000003d,inset 6px 6px 16px -5px #00000038}.dash-hero__meta{font-size:13px;letter-spacing:.14em;font-weight:700;opacity:.55}.dash-hero__headline{margin-top:10px;font-size:25px;line-height:1.04;font-weight:800;color:var(--text)}.dash-hero__sub{margin-top:10px;font-size:14px;opacity:.62;display:flex;align-items:center;gap:8px}.dash-hero__sub .dot{opacity:.6}.dash-hero__actions{margin-top:14px;display:flex;gap:10px}.btn{appearance:none;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:12px 14px;font-weight:800;font-size:16px;cursor:pointer;background:#fff;color:var(--text)}.btn-primary{border-color:transparent;background:#6b57d2;color:#fff;box-shadow:inset 0 1px #ffffff2e}.btn-ghost{background:#fffc}.dash-media{margin-top:14px;width:100%;border:0;padding:0;background:transparent;cursor:pointer;position:relative;border-radius:22px;overflow:hidden;box-shadow:0 14px 34px -28px #00000059}.dash-media__img,.dash-media__placeholder{width:100%;height:170px;display:block;object-fit:cover;background:#6b57d214}.dash-media__play{position:absolute;left:16px;bottom:16px;width:54px;height:54px;border-radius:999px;background:#ffffffeb;box-shadow:0 10px 24px -18px #0000008c}.dash-media__play:before{content:"";position:absolute;left:21px;top:17px;width:0;height:0;border-left:16px solid rgba(107,87,210,1);border-top:10px solid transparent;border-bottom:10px solid transparent}.dash-media__label{position:absolute;right:14px;bottom:18px;padding:8px 12px;border-radius:999px;font-weight:900;font-size:13px;background:#0000008c;color:#fff}.profile{padding:0}.profile h1{font-size:56px;line-height:1;margin:8px 0 10px;letter-spacing:-1px}.profile .name{font-size:22px;margin:0 0 18px;opacity:.9}.profile .btnStack{display:grid;gap:14px;margin-top:14px}.profile .btn{width:100%;height:56px;border-radius:12px;border:1px solid rgba(0,0,0,.15);background:#9a9a9a33;font-size:18px;font-weight:700}.profile .btnPrimary{background:#9a9a9a33}.profile .btnDanger{margin-top:18px;background:#230f0f;border:2px solid rgb(255 124 124 / 60%);box-shadow:0 1px 7px -4px #00000073,5px 5px 12px #0000001a inset;color:#fff;text-transform:uppercase;letter-spacing:.5px}.logouts{position:relative;width:calc(100% + -0px);height:50px;color:#fff;font-size:1.2em;text-transform:uppercase;font-weight:800;background:#230f0f;border:2px solid rgb(255 124 124 / 60%);border-radius:8px;box-shadow:0 1px 7px -4px #00000073,5px 5px 12px #0000001a inset}.settings{padding:0}.settings h1{font-size:44px;margin:10px 0 22px;letter-spacing:-.5px}.settings .section{margin-top:10px}.settings .row{display:flex;align-items:center;gap:12px;margin:12px 0;font-size:18px}.settings .row input[type=checkbox]{width:20px;height:20px}.settings .disabled{opacity:.5;pointer-events:none}.settings label{-webkit-user-select:none;user-select:none}.settings .label{display:block;font-weight:800;margin:18px 0 8px}.settings input[type=time],.settings select{width:100%;height:44px;border-radius:10px;border:1px solid rgba(0,0,0,.2);padding:0 12px;font-size:16px;background:#ffffffd9}.settings .meta{margin-top:10px;font-size:12px;opacity:.75}.settings hr{border:none;height:1px;background:#00000026;margin:22px 0}.settings .accountBtn{width:100%;height:56px;border-radius:12px;border:1px solid rgba(0,0,0,.15);background:#0003;font-size:18px;font-weight:700}.cs-backdrop{position:fixed;inset:0;z-index:2147483647;background:#0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:flex-end;padding:0;padding-top:calc(14px + env(safe-area-inset-top));opacity:0;animation:csBackdropIn .22s ease forwards}@keyframes csBackdropIn{to{opacity:1}}.cs-sheet{width:100%;max-width:100vw;background:#fff;border-radius:24px 24px 0;overflow:hidden;box-shadow:0 18px 60px #00000059;transform:translate3d(0,24px,0);transition:transform .22s ease;will-change:transform;max-height:calc(95vh - (28px + env(safe-area-inset-top) + env(safe-area-inset-bottom)));display:flex;flex-direction:column;transition:transform .22s cubic-bezier(.32,.72,0,1);border-bottom-left-radius:revert-layer;padding-bottom:calc(14px + env(safe-area-inset-bottom))}.cs-sheet.is-open{transform:translateZ(0)}.cs-sheet.is-closing{transform:translate3d(0,110%,0)}.cs-grab{padding:15px 0 12px;display:flex;justify-content:center;touch-action:none;height:52px;align-items:center}.cs-handle{width:46px;height:5px;border-radius:999px;background:#0000002e}.cs-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.cs-headings{min-width:0}.cs-title{font-weight:800;font-size:1.05rem;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cs-subtitle{opacity:.65;font-size:.9rem;margin-top:2px}.cs-close{appearance:none;border:0;width:44px;height:44px;border-radius:999px;background:#0000000f;color:#000000bf;display:grid;place-items:center;cursor:pointer;box-shadow:inset 0 1px #ffffffb3;justify-items:center;align-items:center;justify-content:center;align-content:center;font-weight:800}.cs-close svg{stroke-width:4}.cs-body{overflow:auto;-webkit-overflow-scrolling:touch}.cs-loading{padding:18px;opacity:.7}.cs-hero{width:100%;height:220px;object-fit:cover;display:block}.cs-media{padding:12px 14px 0}.cs-content{padding:14px;line-height:1.55}.cs-content img{max-width:100%;height:auto}.cs-skel{padding:14px;display:flex;flex-direction:column;gap:12px}.cs-skel__hero{height:180px;border-radius:14px;background:#0000000f}.cs-skel__title{height:22px;width:70%;border-radius:10px;background:#0000000f}.cs-skel__line{height:14px;width:100%;border-radius:10px;background:#0000000f}.cs-skel__line.short{width:55%}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.cs-skel__hero,.cs-skel__title,.cs-skel__line{background-image:linear-gradient(90deg,#0000000f,#0000001a,#0000000f);background-size:400px 100%;animation:shimmer 1.1s ease-in-out infinite}figure.wp-block-embed.is-type-video.is-provider-vimeo.wp-block-embed-vimeo.wp-embed-aspect-16-9.wp-has-aspect-ratio{margin:0}figure.wp-block-embed.is-type-video iframe{max-width:calc(100vw - 28px)}.mm{padding:0}.mm-head{margin-bottom:14px}.mm-sub{opacity:.7;font-size:.95rem;margin-top:4px}.mm-back{appearance:none;border:0;width:44px;height:44px;border-radius:999px;background:#0000000f;color:#000000bf;display:grid;place-items:center;align-items:center;justify-content:center;cursor:pointer;box-shadow:inset 0 1px #ffffffb3}.mm-back svg{stroke-width:4}.mm-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:641px){.mm-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.mm-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.mm-card{border:1px solid rgb(255 255 255 / 66%);border-bottom-color:#ececec;border-right-color:#dfdfdf;border-radius:16px;overflow:hidden;background:#fff;background:linear-gradient(355deg,#ededed,#fff4fc);padding:20px 17px;text-align:left;cursor:pointer;box-shadow:4px 4px 8px -8px #00000059,inset 4px 4px 8px -8px #00000059;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.mm-card:active{transform:scale(.99)}@media(hover:hover){.mm-card:hover{transform:translateY(-1px);border-color:#00000029;box-shadow:0 12px 24px -18px #00000073}}.mm-card__img{width:100%;height:120px;object-fit:cover;display:block}.mm-card__body{padding:12px 12px 14px;display:flex;align-items:center;justify-content:space-between;font-size:21px}.mm-card__title{font-weight:800;letter-spacing:0;color:#000}.mm-card__meta{opacity:.65;font-size:.9rem;color:#000}.mm-list{display:flex;flex-direction:column;gap:10px}.mm-row{display:flex;gap:12px;align-items:center;border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:10px;background:#fff;text-align:left;cursor:pointer;outline-color:var(--accent)!important}.mm-row__img{width:64px;height:64px;object-fit:cover;border-radius:12px;flex:0 0 auto}.mm-row__title{font-weight:700;color:#000}.mm-row__meta{opacity:.65;margin-top:4px;font-size:.9rem;color:#000}.mm-empty{padding:16px;opacity:.7}.mm-skel{height:160px;background:#0000000d;border:0;border-radius:16px}@media(max-width:640px){.mm-card__img{height:72px;border-radius:12px}.mm-card__body{padding:0}}.mm-overlay{position:fixed;inset:0;background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-end;z-index:9999}.mm-detail{width:100%;max-height:92vh;background:#fff;border-radius:18px 18px 0 0;overflow:hidden;box-shadow:0 -20px 60px #00000040}.mm-detail__top{display:flex;justify-content:flex-end;padding:10px 12px}.mm-detail__close{background:transparent;border:0;font:inherit;text-decoration:underline;cursor:pointer}.mm-detail__hero{width:100%;height:220px;object-fit:cover;display:block}.mm-detail__body{padding:14px 16px 22px}.mm-detail__title{margin:0;font-size:1.35rem;letter-spacing:-.02em}.mm-detail__meta{margin-top:6px;opacity:.65;font-size:.95rem}.mm-detail__player{margin-top:14px}.mm-detail__content{margin-top:14px;line-height:1.5}.mm-detail__loading{padding:18px;opacity:.75}.mm-detail__grab{padding:10px 0 4px;display:flex;justify-content:center}.mm-detail__handle{width:42px;height:5px;border-radius:999px;background:#0000002e}.mm-card.mm-skel{height:67px;padding:0;border-radius:16px;border:0;box-shadow:none;background:linear-gradient(100deg,#f3f0fa,#fff,#f3f0fa 80%);background-size:200% 100%;animation:mm-shimmer 1.1s ease-in-out infinite}.mm-row-skel{height:67px;border-radius:16px;background:linear-gradient(100deg,#f3f0fa,#fff,#f3f0fa 80%);background-size:200% 100%;animation:mm-shimmer 1.1s ease-in-out infinite}.mm-sub-skel{display:inline-block;width:90px;height:14px;border-radius:999px;background:linear-gradient(100deg,#f3f0fa,#fff,#f3f0fa 80%);background-size:200% 100%;animation:mm-shimmer 1.1s ease-in-out infinite;vertical-align:middle}@keyframes mm-shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.mm-program-week{margin-bottom:24px}.mm-program-week__label{font-weight:600;margin-bottom:8px}.mm-program-week__days{display:flex;flex-direction:column;gap:8px}.mm-day-pill{display:flex;gap:12px;align-items:center;flex-wrap:wrap;border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:10px;background:#fff;text-align:left;cursor:pointer;outline-color:var(--accent)!important}.mm-day-pill__main{font-weight:600;font-size:1.2rem}.mm-day-pill__sub{font-size:1.1rem;opacity:.7}.sub__full{width:100%}.ui-icon-btn{appearance:none;border:0;width:44px;height:44px;border-radius:999px;background:#0000000f;color:#000000bf;display:grid;place-items:center;align-items:center;justify-content:center;cursor:pointer;box-shadow:inset 0 1px #ffffffb3}.ui-icon-btn svg{stroke-width:4}.ui-icon-btn:active{transform:scale(.96)}.ui-icon-btn:focus-visible{outline:2px solid rgba(0,0,0,.25)}
