body{color:#27272a;background:#fafafa;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{min-height:100vh}.global-loading-overlay{z-index:9999;place-items:center;display:grid;position:fixed;inset:0}.global-loading-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffb8;position:absolute;inset:0}.global-loading-spinner-ring{border-radius:999px;place-items:center;width:170px;height:170px;display:grid;position:relative}.global-loading-spinner-ring:before{content:"";border:6px solid #f1c7cb;border-top-color:#d81f2a;border-radius:999px;animation:1s linear infinite global-loading-spin;position:absolute;inset:0}.global-loading-logo-shell{background:#fff;border-radius:999px;place-items:center;width:122px;height:122px;display:grid;box-shadow:0 10px 24px #19202b24}.global-loading-logo-mark{background:#d81f2a;width:78px;height:78px;-webkit-mask:url(/whiteOnlyLogo.svg) 50%/contain no-repeat;mask:url(/whiteOnlyLogo.svg) 50%/contain no-repeat}@keyframes global-loading-spin{to{transform:rotate(360deg)}}.app-shell{min-height:100vh}.root-placeholder{box-sizing:border-box;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:100vh;padding:24px;display:flex}.root-placeholder h1{color:#05080f;margin:0;font-size:1.8rem}.root-placeholder p{color:#4b5563;margin:0}.landing{background:#fff;min-height:100vh;display:flex}.landing-brand-panel{box-sizing:border-box;background:linear-gradient(#f25057 0%,#ee6774 100%);border-top-right-radius:12px;border-bottom-right-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:20%;min-width:390px;max-width:20%;padding:10px 20px;display:flex}.landing-brand-logo{width:280px;height:auto}.landing-content{box-sizing:border-box;flex-direction:column;flex:1;align-items:center;width:100%;padding:52px 56px 28px;display:flex}.landing-header{text-align:center;width:100%;max-width:100%}.landing-mobile-brand-logo{display:none}.landing-ministry-logo{width:320px;height:auto}.landing-title{color:#05080f;letter-spacing:.2px;margin:22px 0 0;font-size:2.3rem;line-height:1.1}.landing-subtitle{color:#828a95;margin:14px 0 0;font-size:2rem;font-weight:600;line-height:1}.landing-actions{grid-template-columns:1fr 1fr;gap:14px;width:100%;max-width:680px;margin-top:48px;display:grid}.landing-action-button{min-height:42px;font-size:15px}.landing-forgot-button{max-width:680px;min-height:32px;margin-top:32px;font-size:14px}.landing-links{align-items:center;gap:14px;margin-top:14px;display:flex}.landing-links a{color:#0f1218;font-size:13px;font-weight:600;text-decoration:none}.landing-links span{background:#d6d9de;width:1px;height:24px}.landing-store-badges{justify-content:flex-end;align-items:flex-end;gap:14px;width:100%;margin-top:auto;padding-top:20px;display:flex}.landing-store-badges img{width:190px;height:auto}@media (width<=900px){.landing{background:linear-gradient(#f25057 0%,#ee6774 220px,#fff 220px);flex-direction:column}.landing-brand-panel{display:none}.landing-content{box-sizing:border-box;background:#fff;border-top-left-radius:22px;border-top-right-radius:22px;width:100%;min-height:calc(100vh - 110px);margin-top:110px;padding:16px 22px 28px}.landing-mobile-brand-logo{width:92px;margin:-92px auto 18px;display:block}.landing-ministry-logo{width:176px}.landing-title{margin-top:48px;font-size:2.3rem;line-height:1.2}.landing-subtitle{margin-top:18px;font-size:2.3rem}.landing-actions{gap:14px;margin-top:42px}.landing-action-button{border-radius:6px;min-height:50px;font-size:16px}.landing-forgot-button{border-radius:6px;min-height:42px;margin-top:36px;font-size:16px}.landing-links{gap:16px;margin-top:24px}.landing-links a{font-size:14px}.landing-links span{height:22px}.landing-store-badges{justify-content:center;gap:18px;margin-top:auto;padding-top:44px}.landing-store-badges img{height:40px}}.authenticated-home{background:#f4f4f5;flex-direction:column;min-height:100vh;display:flex}.authenticated-home__hero{text-align:center;box-sizing:border-box;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:36px 16px 24px;display:flex;position:relative}.authenticated-home__hero:before{content:"";opacity:.08;pointer-events:none;background:url(/logo.png) 50% 52%/min(980px,88vw) no-repeat;position:absolute;inset:0}.authenticated-home__hero>*{z-index:1;position:relative}.authenticated-home__hero h1{color:#111217;margin:0;font-size:43px;line-height:1.2}.authenticated-home__welcome{color:#7d838c;margin:14px 0 0;font-size:32px;font-weight:700;line-height:1.15}.authenticated-home__desc{color:#565b64;margin:18px 0 0;font-size:23px;line-height:1.4}.authenticated-home__call-button{color:#fff;cursor:pointer;background:#1f67a9;border:0;border-radius:4px;justify-content:center;align-items:center;gap:8px;width:100%;max-width:470px;min-height:42px;margin-top:90px;font-size:23px;font-weight:700;display:inline-flex}.authenticated-home__call-button svg{fill:none;stroke:currentColor;stroke-width:2px;width:20px;height:20px}.authenticated-home__version{text-align:center;color:#9ea3ab;margin:0;padding:10px 0;font-size:12px}@media (width<=900px){.authenticated-home__topbar{grid-template-columns:1fr auto;grid-template-areas:"brand logout""tabs tabs";align-items:start;row-gap:6px;height:auto;padding:8px 10px 0}.authenticated-home__brand-logo{grid-area:brand;width:96px;height:52px}.authenticated-home__tabs{grid-area:tabs;justify-content:center}.authenticated-home__logout{grid-area:logout;align-self:center}.authenticated-home__tab{min-width:120px;min-height:44px}.authenticated-home__hero h1{font-size:30px}.authenticated-home__welcome{font-size:24px}.authenticated-home__desc{font-size:18px}.authenticated-home__call-button{max-width:360px;min-height:46px;margin-top:56px;font-size:16px}}.app-button{cursor:pointer;border:0;border-radius:2px;font-weight:600;transition:filter .2s}.app-button:hover{filter:brightness(.96)}.app-button:focus-visible{outline-offset:2px;outline:2px solid #2a6fb0}.app-button--solid{color:#fff;background:#1f67a9}.app-button--outline{color:#335d80;background:0 0;border:1px solid #8da0ad}.app-button--full-width{width:100%}.app-text-input{flex-direction:column;gap:8px;display:flex}.app-text-input label{color:#1b1c1e;font-size:15px;font-weight:500;line-height:1.35}.app-text-input__field{align-items:center;display:flex;position:relative}.app-text-input input{box-sizing:border-box;color:#16181d;background:#fff;border:1px solid #c6c8cb;border-radius:6px;width:100%;height:38px;padding:0 12px;font-size:15px;line-height:1.4;transition:border-color .2s,box-shadow .2s}.app-text-input--has-suffix input{padding-right:38px}.app-text-input__suffix{color:#6b7280;cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;width:38px;height:38px;display:flex;position:absolute;top:0;right:0}.app-text-input input::placeholder{color:#81848b}.app-text-input input:hover{border-color:#a9adb4}.app-text-input input:focus-visible{border-color:#2a6fb0;outline:0;box-shadow:0 0 0 3px #2a6fb033}.app-text-input small{color:#5e636d;font-size:14px;line-height:1.4}.app-text-input--error input{border-color:#cf3045}.app-text-input--error small{color:#cf3045}.app-text-input--full-width{width:100%}@media (width<=900px){.app-text-input label{font-size:14px}.app-text-input input{border-radius:5px;height:36px;font-size:14px}.app-text-input__suffix{width:36px;height:36px}.app-text-input--has-suffix input{padding-right:36px}}.auth-login-header{text-align:center;width:100%;margin-bottom:40px}.auth-login-form{flex-direction:column;gap:20px;width:100%;max-width:680px;display:flex}.auth-login-server-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin:0;padding:10px 14px;font-size:14px;line-height:1.5}.auth-login-forgot{justify-content:flex-end;margin-top:-8px;display:flex}.auth-login-forgot a{color:#1f67a9;font-size:14px;font-weight:600;text-decoration:none}.auth-login-forgot a:hover{text-decoration:underline}.auth-login-submit{letter-spacing:.5px;min-height:50px;margin-top:4px;font-size:15px}.auth-login-divider{align-items:center;gap:12px;margin-top:4px;display:flex}.auth-login-divider span{background:#e2e5e9;flex:1;height:1px}.auth-login-divider a{color:#1f67a9;white-space:nowrap;font-size:14px;font-weight:600;text-decoration:none}.auth-login-divider a:hover{text-decoration:underline}@media (width<=900px){.auth-login-header{margin-bottom:28px}.auth-login-form{gap:16px}.auth-login-submit{border-radius:6px;min-height:48px;font-size:16px}}.auth-forgot-header{text-align:center;width:100%;margin-bottom:36px}.auth-forgot-form{flex-direction:column;gap:18px;width:100%;max-width:680px;display:flex}.auth-forgot-server-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin:0;padding:10px 14px;font-size:14px;line-height:1.5}.auth-forgot-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:6px;margin:0;padding:10px 14px;font-size:14px;line-height:1.5}.auth-forgot-submit{letter-spacing:.5px;min-height:50px;font-size:15px}.auth-forgot-links{justify-content:center;display:flex}.auth-forgot-links a{color:#1f67a9;font-size:14px;font-weight:600;text-decoration:none}.auth-forgot-links a:hover{text-decoration:underline}.auth-register-header{text-align:center;width:100%;margin-bottom:36px}.auth-register-form{flex-direction:column;gap:16px;width:100%;max-width:980px;display:flex}.auth-register-grid{grid-template-columns:1fr 1fr;gap:16px 22px;display:grid}.auth-register-form .app-text-input label,.auth-register-select label{font-size:14px;line-height:1.3}.auth-register-form .app-text-input input{height:36px;padding:0 12px;font-size:14px}.auth-register-form .app-text-input--has-suffix input{padding-right:36px}.auth-register-form .app-text-input__suffix{width:36px;height:36px}.auth-register-select{flex-direction:column;gap:8px;display:flex}.auth-register-select label{color:#1b1c1e;font-weight:500}.auth-register-rs{width:100%}.auth-register-rs__control{height:36px;min-height:36px;box-shadow:none;border-color:#c6c8cb;border-radius:6px;transition:border-color .2s,box-shadow .2s}.auth-register-rs__control:hover{border-color:#a9adb4}.auth-register-rs__control--is-focused{border-color:#2a6fb0!important;box-shadow:0 0 0 3px #2a6fb033!important}.auth-register-rs__control--is-disabled{background:#f7f8fa;border-color:#d6d9de}.auth-register-rs__value-container{padding:0 10px}.auth-register-rs__single-value,.auth-register-rs__input-container,.auth-register-rs__placeholder{font-size:14px;line-height:1.3}.auth-register-rs__single-value{color:#111827!important}.auth-register-rs__placeholder{color:#81848b}.auth-register-rs__input-container{color:#111827;margin:0;padding:0}.auth-register-rs__input-container input{color:#111827!important}.auth-register-rs__indicators{height:34px}.auth-register-rs__indicator{padding:5px}.auth-register-rs__menu{background:#fff;border:1px solid #e2e5e9;margin-top:4px;box-shadow:0 8px 18px #0e1e361f}.auth-register-rs__menu-list{background:#fff}.auth-register-rs__option{color:#111827;background:#fff;padding:8px 10px;font-size:14px}.auth-register-rs__option--is-focused{color:#111827;background:#f3f4f6}.auth-register-rs__option--is-selected{color:#111827;background:#e8eef6}.auth-register-rs__no-options-message{color:#111827}.auth-register-select small{color:#5e636d;font-size:14px;line-height:1.4}.auth-register-select--error .auth-register-rs__control{border-color:#cf3045}.auth-register-select--error small{color:#cf3045}.auth-register-server-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin:0;padding:10px 14px;font-size:14px;line-height:1.5}.auth-register-submit{letter-spacing:.5px;min-height:46px;margin-top:6px;font-size:15px}.auth-register-divider{align-items:center;gap:12px;margin-top:6px;display:flex}.auth-register-divider span{background:#e2e5e9;flex:1;height:1px}.auth-register-divider a{color:#1f67a9;white-space:nowrap;font-size:14px;font-weight:600;text-decoration:none}.auth-register-divider a:hover{text-decoration:underline}.app-text-input__suffix button{cursor:pointer;color:#6b7280;background:0 0;border:0;justify-content:center;align-items:center;width:100%;height:100%;padding:0;transition:color .15s;display:flex}.app-text-input__suffix button:hover{color:#374151}.app-text-input__suffix button:focus-visible{outline-offset:-2px;border-radius:4px;outline:2px solid #2a6fb0}@media (width<=900px){.auth-register-header{margin-bottom:28px}.auth-register-grid{grid-template-columns:1fr;gap:12px}.auth-register-form .app-text-input input{border-radius:5px;height:34px;font-size:14px}.auth-register-rs__control{border-radius:5px;height:34px;min-height:34px}.auth-register-rs__single-value,.auth-register-rs__input-container,.auth-register-rs__placeholder,.auth-register-rs__option{font-size:14px}.auth-register-rs__indicators{height:32px}.auth-register-form .app-text-input__suffix{width:34px;height:34px}.auth-register-form .app-text-input--has-suffix input{padding-right:34px}.auth-register-submit{border-radius:6px;min-height:44px;font-size:16px}.auth-register-divider a{font-size:14px}}.conference-page{box-sizing:border-box;background:#efefef;justify-content:center;align-items:center;min-height:100vh;padding:24px 12px;display:flex;position:relative}.conference-blocking-loader{z-index:60;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffd1;flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}.conference-blocking-loader__spinner{border:3px solid #dbe0e8;border-top-color:#1f67a9;border-radius:999px;width:34px;height:34px;animation:.8s linear infinite conference-loader-spin}.conference-blocking-loader p{color:#334155;margin:0;font-size:14px;font-weight:600}@keyframes conference-loader-spin{to{transform:rotate(360deg)}}.conference-permission-card{box-sizing:border-box;text-align:center;background:#fff;border-radius:14px;flex-direction:column;width:100%;max-width:620px;min-height:540px;padding:32px 32px 24px;display:flex;box-shadow:0 18px 45px #14192729}.conference-permission-icons{justify-content:center;gap:88px;margin-bottom:44px;display:flex}.conference-permission-icons span{background:#fef2f2;border-radius:999px;justify-content:center;align-items:center;width:90px;height:90px;display:flex}.conference-permission-icons svg{fill:none;stroke:#d9480f;stroke-width:1.8px;width:42px;height:42px}.conference-permission-card h1{color:#1f2228;margin:0;font-size:24px}.conference-permission-card p{color:#1f2228;margin:14px 0 0;font-size:14px;line-height:1.35}.conference-permission-error{font-weight:600;color:#dc2626!important}.conference-permission-button{color:#9aa1ab;cursor:pointer;background:#e5e7eb;border:0;border-radius:8px;height:52px;margin-top:auto;font-size:14px;font-weight:600}@media (width<=900px){.conference-permission-card{min-height:480px;padding:24px 20px 18px}.conference-permission-icons{gap:48px;margin-bottom:28px}.conference-permission-icons span{width:72px;height:72px}.conference-permission-card h1{font-size:24px}.conference-permission-card p{margin-top:10px;font-size:14px}.conference-permission-button{height:46px;font-size:14px}}.conference-room-card{background:#fff;border-radius:12px;width:100%;max-width:440px;overflow:hidden;box-shadow:0 16px 40px #1218272e}.conference-room-video{object-fit:cover;background:#111827;width:100%;height:300px}.conference-room-consent{color:#111827;border-radius:4px;align-items:flex-start;gap:8px;margin:10px 10px 0;padding:8px 10px;font-size:14px;line-height:1.35;display:flex}.conference-room-consent--checked{background:#ecfdf5}.conference-room-consent--unchecked{background:#fee2e2}.conference-room-consent input{margin-top:2px}.conference-room-actions{grid-template-columns:1fr 2fr;margin-top:14px;display:grid}.conference-room-actions button{border:0;min-height:42px;font-size:14px;font-weight:600}.conference-room-cancel{color:#fff;background:#d32f2f}.conference-room-join{color:#8b94a1;background:#eceff4;transition:background-color .2s,color .2s}.conference-room-join--enabled{color:#fff;background:#16a34a}.conference-room-join--enabled:hover{background:#15803d}.conference-room-join--disabled{color:#8b94a1;background:#eceff4}.conference-room-join:disabled{cursor:not-allowed}.conference-room-inline-error{color:#b91c1c;margin:10px 10px 0;font-size:13px}.conference-meeting{z-index:40;background:#000;position:fixed;inset:0}.conference-meeting__frame{border:0;width:100%;height:100%}.profile-screen{background:#f4f4f5;min-height:100vh}.authenticated-home__topbar{box-sizing:border-box;background:#c7262e;grid-template-columns:1fr auto 1fr;align-items:center;height:84px;padding:0 14px;display:grid}.authenticated-home__brand-logo{object-fit:contain;width:122px;height:64px;display:block}.authenticated-home__tabs{height:100%;display:flex}.authenticated-home__tab{color:#fff;letter-spacing:.4px;cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:146px;font-size:11px;font-weight:700;display:flex}.authenticated-home__tab svg{fill:none;stroke:currentColor;stroke-width:2px;width:16px;height:16px}.authenticated-home__tab--active{color:#c7262e;background:#fff;border-top-left-radius:3px;border-top-right-radius:3px}.authenticated-home__logout{color:#8c2226;cursor:pointer;background:#f7f2f2;border:1px solid #fff;border-radius:3px;justify-self:end;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.authenticated-home__logout svg{fill:none;stroke:currentColor;stroke-width:2px;width:14px;height:14px}.profile-page{box-sizing:border-box;background:#f4f4f5;grid-template-columns:minmax(280px,1fr) minmax(420px,1.2fr);gap:24px;min-height:calc(100vh - 84px);padding:20px 22px;display:grid}.profile-page__left{align-items:flex-start;display:flex}.profile-page__user-card{box-sizing:border-box;background:#fff;border:1px solid #dadce0;border-radius:4px;width:100%;max-width:420px;min-height:56px;padding:14px 12px;box-shadow:0 1px 2px #0a111d0d}.profile-page__user-name{color:#111827;margin:0;font-size:15px;font-weight:600;line-height:1.35}.profile-page__right{flex-direction:column;gap:14px;display:flex}.profile-page__panel{background:#fff;border:1px solid #d9dce1}.profile-page__panel-header{box-sizing:border-box;cursor:pointer;background:#f8f9fb;border:0;justify-content:space-between;align-items:center;width:100%;height:42px;padding:0 12px;display:flex}.profile-page__panel-title{color:#1f2023;align-items:center;gap:8px;font-size:16px;display:inline-flex}.profile-page__panel-title svg,.profile-page__chevron{fill:none;stroke:currentColor;stroke-width:2px;width:16px;height:16px}.profile-page__chevron{color:#666b74;transition:transform .2s}.profile-page__chevron--open{transform:rotate(180deg)}.profile-page__panel-content{max-height:0;transition:max-height .3s;overflow:hidden}.profile-page__panel-content--open{max-height:950px}.profile-page__form{flex-direction:column;gap:12px;padding:14px 12px 12px;display:flex}.profile-page__field{flex-direction:column;gap:6px;display:flex}.profile-page__field label{color:#1f2023;font-size:14px;line-height:1.2}.profile-page__field select{color:#111827;background:#fff;border:1px solid #cfd3da;border-radius:2px;height:36px;padding:0 10px;font-size:14px}.profile-page-rs__control{height:36px;min-height:36px!important}.profile-page-rs__indicator-separator{margin-top:4px;margin-bottom:4px}.profile-page__field small{color:#cf3045;font-size:13px}.profile-page__form .app-text-input label{font-size:14px}.profile-page__form .app-text-input input{border-radius:2px;height:36px;font-size:14px}.profile-page__form-grid{grid-template-columns:1fr 1fr;align-items:end;gap:12px;display:grid}.profile-page__notice{border-radius:4px;margin:0;padding:10px 12px;font-size:14px;line-height:1.4}.profile-page__notice--error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.profile-page__notice--success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.profile-page__actions{justify-content:flex-end;display:flex}.profile-page__submit{color:#fff;cursor:pointer;background:#1f67a9;border:0;border-radius:4px;min-width:170px;min-height:36px;font-size:14px;font-weight:600}@media (width<=900px){.authenticated-home__topbar{grid-template-columns:1fr auto;grid-template-areas:"brand logout""tabs tabs";align-items:start;row-gap:6px;height:auto;padding:8px 10px 0}.authenticated-home__brand-logo{grid-area:brand;width:96px;height:52px}.authenticated-home__tabs{grid-area:tabs;justify-content:center}.authenticated-home__logout{grid-area:logout;align-self:center}.authenticated-home__tab{min-width:120px;min-height:44px}.profile-page{grid-template-columns:1fr}.profile-page__user-card{max-width:none}.profile-page__form-grid{grid-template-columns:1fr}}
