:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--motion-fast:.16s;--motion-medium:.26s;--motion-slow:.42s;--ease-out:cubic-bezier(.22, 1, .36, 1);--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@keyframes appFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes appModalIn{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes appBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes appSkeletonSheen{to{transform:translate(100%)}}.app-skeleton{color:#0000;background:#e7eef4;border-radius:8px;position:relative;overflow:hidden}.app-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffffad,#0000);animation:1.35s ease-in-out infinite appSkeletonSheen;position:absolute;inset:0;transform:translate(-100%)}.app-skeleton-line{border-radius:999px;width:100%;height:14px;display:block}.app-skeleton-line--short{width:46%}.app-skeleton-line--medium{width:68%}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}body{margin:0}*{box-sizing:border-box}html,body,#root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#fff}#root{text-align:center;box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0;display:flex;position:relative}@media (width>=1025px){#root{width:95%;max-width:95%;margin:0 auto}}.page-with-header{padding-top:210px}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.finance-topbar{z-index:10;justify-content:center;align-items:center;gap:14px;width:min(1120px,100% - 32px);min-height:92px;margin:0 auto;padding:10px 0;display:flex;position:relative}.finance-topbar__user,.finance-topbar__signout{color:#111827;font-size:.96rem;font-weight:900}.finance-topbar__user{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.finance-topbar__logo{object-fit:contain;width:78px;height:78px}.finance-topbar__logo-link{background:#fff;border:2px solid #11182724;border-radius:50%;justify-content:center;align-items:center;width:86px;height:86px;text-decoration:none;display:inline-flex;overflow:hidden;box-shadow:0 10px 24px #0f172a1a}.finance-topbar__signout{color:#fff;cursor:pointer;background:#dc2626;border:0;border-radius:25%;padding:7px 11px}.finance-topbar__signout:hover{background:#b91c1c;text-decoration:none}.dashboard-shell{width:90%;max-width:1180px;animation:appFadeUp var(--motion-slow,.42s) var(--ease-out,ease) both;margin:0 auto;padding:18px 0 28px}.finance-skeleton{background:#ffffffb8;border:1px solid #7d8baa29;border-radius:18px;gap:14px;margin:0 auto 18px;padding:18px;display:grid;box-shadow:0 16px 34px #0f172a14}.finance-skeleton__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.finance-skeleton__cards .app-skeleton{min-height:78px}.dashboard-layout{min-height:120px}.dashboard-layout--idle{justify-content:center;align-items:flex-start;display:flex}.dashboard-layout--active{grid-template-columns:minmax(0,980px) 220px;justify-content:center;align-items:start;gap:24px;display:grid}.dashboard-main{justify-content:center;min-width:0;display:flex}.dashboard-main--idle{width:100%}.dashboard-main--active,.dashboard-launcher,.dashboard-panel{width:min(100%,1180px)}.dashboard-launcher{flex-direction:column;align-items:center;gap:16px;width:auto;max-width:100%;margin-inline:auto;padding-top:8px;display:flex}.dashboard-layout--idle .dashboard-launcher__button{width:min(100%,380px)}.dashboard-layout--active .dashboard-shortcuts__button{width:100%}.dashboard-launcher__button,.dashboard-shortcuts__button{color:#14213d;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:1px solid #ffffff47;border-radius:18px;justify-content:center;align-items:center;width:auto;min-width:0;max-width:100%;min-height:50px;padding:0 24px;font-size:.96rem;font-weight:800;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 14px 24px #0f172a29,inset 0 1px #ffffff6b}.dashboard-launcher__button:hover,.dashboard-shortcuts__button:hover{filter:saturate(1.02);transform:translateY(-2px);box-shadow:0 16px 28px #0f172a2e,inset 0 1px #ffffff85}.dashboard-launcher__button--form,.dashboard-shortcuts__button--form{background:linear-gradient(135deg,#00e676,#69f0ae 55%,#b9f6ca)}.dashboard-launcher__button--list,.dashboard-shortcuts__button--list{background:linear-gradient(135deg,#9ad7ff,#d7f0ff 55%,#eef8ff)}.dashboard-launcher__button--balance,.dashboard-shortcuts__button--balance{background:linear-gradient(135deg,#9ff2c9,#d8ffe9 55%,#f3fff8)}.dashboard-launcher__button--charts{background:linear-gradient(135deg,#fecaca,#fee2e2 55%,#fff1f2)}.dashboard-launcher__button--report{background:linear-gradient(135deg,#fde68a,#fef3c7 55%,#fffbeb)}.dashboard-launcher__button--dev{background:linear-gradient(135deg,#d8b4fe,#f3e8ff 55%,#faf5ff)}.dashboard-launcher__label{align-items:center;display:inline-flex}.dashboard-launcher__badge{color:#fff;background:#dc2626;border-radius:999px;justify-content:center;align-items:center;margin-left:6px;padding:2px 7px;font-size:.78rem;font-weight:900;line-height:1.25;animation:2s ease-in-out infinite devBadgePulse;display:inline-flex}@keyframes devBadgePulse{0%{transform:scale(1);box-shadow:0 0 #dc262673}70%{transform:scale(1.05);box-shadow:0 0 0 8px #dc262600}to{transform:scale(1);box-shadow:0 0 #dc262600}}.dashboard-panel{width:100%;animation:appFadeUp var(--motion-medium,.26s) var(--ease-out,ease) both;justify-content:center;padding-top:0;display:flex}.dashboard-panel__surface{flex-direction:column;align-items:center;width:auto;max-width:100%;display:inline-flex;position:relative}.dashboard-panel__close{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:50%;width:38px;height:38px;font-size:1.45rem;font-weight:700;line-height:1;position:absolute;top:20px;right:20px;box-shadow:0 14px 28px #ef44443d}.dashboard-panel__body{justify-content:center;width:100%;min-width:0;display:flex}.dashboard-panel__body .transaction-form{width:100%;margin:0 auto}.dashboard-panel__body .transaction-list{width:100%;margin-top:0}.dashboard-shortcuts{flex-direction:column;align-items:flex-start;gap:12px;width:340px;padding-top:48px;display:flex}.insights-shell{max-width:1180px;margin:34px auto 28px;padding:0 18px}.insights-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.insights-nav__button{color:#22314a;cursor:pointer;background:#ffffffd6;border:1px solid #7d8baa38;border-radius:20px;width:100%;min-height:52px;font-size:1rem;font-weight:800;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s}.insights-nav__button:hover{transform:translateY(-1px);box-shadow:0 12px 22px #0f172a14}.insights-nav__button--active{color:#182235;background:linear-gradient(135deg,#ef7c2b,#f3b233 56%,#ffd166);border-color:#df871f7a;box-shadow:0 14px 24px #ef7c2b2e}.insights-panel{margin-top:20px}.balance-panel{background:radial-gradient(circle at 0 0,#10b98129,#0000 30%),radial-gradient(circle at 100% 0,#3b82f61f,#0000 30%),linear-gradient(145deg,#fffffffa,#f4f9fff2);border:1px solid #fffc;border-radius:28px;padding:28px 24px;box-shadow:0 24px 54px #1321441f,0 10px 24px #22c55e14}.balance-panel__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.balance-panel__card{text-align:center;background:#ffffffe6;border:1px solid #cbd5e18c;border-radius:22px;flex-direction:column;gap:10px;padding:18px 16px;display:flex;box-shadow:0 14px 26px #0f172a0f}.balance-panel__currency{color:#475569;letter-spacing:.08em;font-size:.9rem;font-weight:800}.balance-panel__value{font-size:1.4rem;font-weight:900}.balance-panel__value--positive{color:#16a34a}.balance-panel__value--negative{color:#dc2626}.charts-shell{max-width:1180px;margin:44px auto 28px;padding:0 18px}.charts-shell--embedded{margin:0;padding:0}.charts-switcher{background:radial-gradient(circle at 0 0,#ffc16f3d,#0000 28%),radial-gradient(circle at 100% 0,#4361ee24,#0000 34%),linear-gradient(145deg,#fffffff7,#f7f9fff0);border:1px solid #ffffffc7;border-radius:28px;padding:26px 24px 28px;box-shadow:0 24px 54px #1321441f,0 10px 28px #ffa60014}.charts-switcher__toggle{color:#22314a;cursor:pointer;background:#ffffffd6;border:1px solid #7d8baa38;border-radius:20px;width:100%;min-height:52px;font-size:1rem;font-weight:800;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s}.charts-switcher__toggle:hover{transform:translateY(-1px);box-shadow:0 12px 22px #0f172a14}.charts-switcher__toggle--active{color:#182235;background:linear-gradient(135deg,#ef7c2b,#f3b233 56%,#ffd166);border-color:#df871f7a;box-shadow:0 14px 24px #ef7c2b2e}.charts-switcher__years,.charts-switcher__months{gap:14px;margin-bottom:18px;display:grid}.charts-switcher__years{grid-template-columns:repeat(3,minmax(0,1fr))}.charts-switcher__months{grid-template-columns:repeat(4,minmax(0,1fr))}.charts-switcher__empty{color:#6b7280;text-align:center;background:#f8fafcd6;border:1px dashed #cbd5e1f2;border-radius:18px;margin:18px 0 4px;padding:18px 16px}.charts-switcher__group{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.charts-switcher__button{color:#22314a;cursor:pointer;background:#ffffffd6;border:1px solid #7d8baa38;border-radius:18px;min-height:50px;font-size:.98rem;font-weight:800;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s}.charts-switcher__button:hover{transform:translateY(-1px);box-shadow:0 12px 22px #0f172a14}.charts-switcher__button--active{color:#182235;background:linear-gradient(135deg,#ef7c2b,#f3b233 56%,#ffd166);border-color:#df871f7a;box-shadow:0 14px 24px #ef7c2b2e}.charts-display{margin-top:22px}.charts-section{border:1px solid #ffffffb8;border-radius:22px;margin-bottom:18px;padding:16px;box-shadow:inset 0 0 0 1px #ffffff85,0 10px 22px #0f172a0d}.charts-section--years{background:radial-gradient(circle at 0 0,#ffd66638,#0000 34%),linear-gradient(145deg,#fff9eef5,#ffffffeb)}.charts-section--months{background:radial-gradient(circle at 100% 0,#6750a41f,#0000 32%),linear-gradient(145deg,#f4f7fff5,#ffffffeb)}.charts-section--modes{background:radial-gradient(circle at 0 0,#10b98124,#0000 30%),linear-gradient(145deg,#f1fcf7f5,#ffffffeb)}.charts-section__label{color:#4b5563;letter-spacing:.02em;text-transform:uppercase;margin-bottom:12px;font-size:.92rem;font-weight:800}.charts-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.chart-box{background:#fff;border-radius:22px;padding:20px;box-shadow:0 14px 32px #0f172a14}.charts-converter{background:radial-gradient(circle at 0 0,#22c55e1f,#0000 28%),linear-gradient(145deg,#f3f8fff5,#fffffff0);border:1px solid #d6e0eeeb;border-radius:22px;margin-top:18px;padding:16px 18px;box-shadow:0 12px 26px #0f172a0f}.charts-converter__toggle{color:#1d4ed8;cursor:pointer;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #3b82f63d;border-radius:999px;min-height:38px;padding:0 18px;font-size:.9rem;font-weight:800}.charts-converter__panel{flex-direction:column;gap:10px;display:flex}.charts-converter__header{justify-content:flex-start;align-items:center;gap:12px;display:flex}.charts-converter__label{color:#475569;font-size:.85rem;font-weight:800}.charts-converter__currency-select{width:min(100%,220px)}.charts-converter__row{grid-template-columns:minmax(140px,1.1fr) auto minmax(140px,1fr) auto minmax(160px,1.15fr) auto;align-items:center;gap:10px;display:grid}.charts-converter__field-wrap{align-items:center;display:flex;position:relative}.charts-converter__field{color:#1f2937;background:#fffffffa;border:1px solid #cbd5e1f2;border-radius:14px;width:100%;min-height:42px;padding:0 50px 0 14px;font-size:.95rem;font-weight:700}.charts-converter__field:focus{border-color:#3b82f66b;outline:none;box-shadow:0 0 0 3px #60a5fa29}.charts-converter__field--readonly{background:#f1f5f9f5}.charts-converter__suffix{color:#64748b;pointer-events:none;font-size:.82rem;font-weight:800;position:absolute;right:14px}.charts-converter__symbol{color:#475569;font-size:1rem;font-weight:900}.charts-converter__actions{gap:10px;display:flex}.charts-converter__button{color:#fff;cursor:pointer;border:none;border-radius:14px;min-height:40px;padding:0 16px;font-size:.88rem;font-weight:800}.charts-converter__button--accept{background:linear-gradient(135deg,#22c55e,#16a34a)}.charts-converter__button--cancel{background:linear-gradient(135deg,#ef4444,#dc2626)}.charts-converter__hint{color:#64748b;font-size:.84rem;font-weight:700}@media (width<=1080px){.dashboard-shell{padding:16px 0 24px}.dashboard-layout--active{grid-template-columns:minmax(0,880px) 190px;gap:20px}.dashboard-shortcuts{width:280px}.insights-shell,.charts-shell{padding:0 16px}.charts-switcher{border-radius:24px;padding:24px 18px 22px}.charts-section{border-radius:20px;padding:14px}.charts-grid{gap:16px}.chart-box{border-radius:20px;padding:18px 16px}.charts-converter__row{grid-template-columns:minmax(130px,1fr) auto minmax(130px,1fr) auto minmax(150px,1fr)}.charts-converter__actions{grid-column:1/-1;justify-content:flex-start}}@media (width<=860px){.dashboard-shell{padding:14px 0 22px}.dashboard-layout{min-height:0}.dashboard-layout--active,.dashboard-layout--idle{flex-direction:column;align-items:center;gap:14px;display:flex}.dashboard-launcher{width:min(100%,540px);padding-top:8px}.dashboard-layout--idle .dashboard-launcher__button{width:100%}.dashboard-shortcuts{width:100%;max-width:540px;margin-top:4px;padding-top:0}.dashboard-panel{width:min(100%,1000px);padding-top:8px}.insights-shell{padding:0 14px}.balance-panel__grid{grid-template-columns:1fr}.charts-shell{padding:0 14px}.charts-switcher{padding:22px 16px 20px}.charts-switcher__group{grid-template-columns:1fr}.charts-switcher__years,.charts-switcher__months{grid-template-columns:repeat(3,minmax(0,1fr))}.charts-grid{grid-template-columns:1fr}.charts-panel__month-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.charts-converter__row{grid-template-columns:1fr;gap:12px}.charts-converter__header{flex-direction:column;align-items:flex-start}.charts-converter__symbol{justify-self:center}}@media (width<=560px){.dashboard-shell{padding:10px 0 18px}.dashboard-launcher{gap:12px;width:100%;padding-top:6px}.dashboard-launcher__button,.dashboard-shortcuts__button{white-space:normal;border-radius:16px;width:100%;max-width:100%;min-height:42px;padding:0 16px;font-size:.92rem}.dashboard-panel__close{top:12px;right:12px}.dashboard-panel{padding-top:10px}.dashboard-panel__header{flex-direction:column;align-items:stretch;gap:10px}.insights-shell{margin-top:26px;padding:0 12px}.balance-panel{border-radius:22px;padding:20px 14px}.balance-panel__grid{gap:12px}.balance-panel__card{border-radius:18px;padding:16px 14px}.balance-panel__value{font-size:1.2rem}.insights-panel{margin-top:16px}.charts-shell{margin-top:30px;padding:0 12px}.charts-switcher{border-radius:20px;padding:18px 12px 16px}.charts-section{border-radius:18px;margin-bottom:14px;padding:12px}.charts-section__label{margin-bottom:10px;font-size:.84rem}.charts-switcher__group{gap:10px}.charts-switcher__years,.charts-switcher__months{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}.charts-switcher__button{border-radius:14px;min-height:46px;padding:0 12px;font-size:.92rem}.charts-switcher__toggle{border-radius:16px;min-height:48px;font-size:.95rem}.charts-display{margin-top:16px}.chart-box{border-radius:18px;padding:14px 12px}.charts-converter{border-radius:18px;margin-top:16px;padding:14px 12px}.charts-converter__toggle{width:100%;min-height:40px;font-size:.88rem}.charts-converter__field{min-height:40px;font-size:.9rem}.charts-converter__actions{flex-direction:column}.charts-converter__button{width:100%}.charts-panel__month-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.monthly-chart{height:360px;padding:14px 8px 6px}}.dashboard-shell{width:90%;max-width:1180px;margin:0 auto;padding:clamp(108px,13svh,136px) 0 28px}.dashboard-stack{flex-direction:column;align-items:stretch;gap:14px;width:100%;max-width:1180px;display:flex}.dashboard-toggle-section,.dashboard-launcher__button,.dashboard-panel,.dashboard-panel__surface,.dashboard-panel__body,.dashboard-panel__body .transaction-form,.dashboard-panel__body .transaction-list,.balance-panel{box-sizing:border-box;width:100%;max-width:1180px}.dashboard-launcher__button{min-height:50px}.dashboard-panel,.dashboard-panel__surface,.dashboard-panel__body,.balance-panel{background:#fff}.dashboard-panel__close,.dashboard-shortcuts{display:none}@media (width<=560px){.dashboard-shell{padding:92px 0 18px}.dashboard-stack{width:100%}.dashboard-launcher__button,.dashboard-panel,.dashboard-panel__surface,.dashboard-panel__body,.dashboard-panel__body .transaction-form,.dashboard-panel__body .transaction-list,.balance-panel{width:100%;max-width:100%}}.balance-panel__date{text-align:center;color:#111827;background-color:#f3ff6a36;margin:0 0 14px;font-weight:700}.balance-statement{border-top:1px solid #d1d5db;margin-top:34px;padding-top:35px}.balance-statement__header{justify-content:center;align-items:center;gap:12px;margin-bottom:14px;display:flex}.balance-statement__title{color:#111827;margin:0;font-size:16px;font-weight:700}.balance-statement__select{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;padding:8px 12px}.balance-statement__table{border-collapse:collapse;width:100%;font-size:13px}@media (width<=600px){.balance-statement__table{font-size:9px}.balance-statement__table th,.balance-statement__table td{padding:3px}.balance-statement__table th:first-child,.balance-statement__table td:first-child,.balance-statement__table th:nth-child(2),.balance-statement__table td:nth-child(2){white-space:nowrap;text-align:left;width:1%;padding-left:2px;padding-right:2px}.balance-statement__table{table-layout:auto}.balance-statement__table th:nth-child(3),.balance-statement__table td:nth-child(3),.balance-statement__table th:nth-child(4),.balance-statement__table td:nth-child(4),.balance-statement__table th:nth-child(5),.balance-statement__table td:nth-child(5),.balance-statement__table th:nth-child(6),.balance-statement__table td:nth-child(6),.balance-statement__table th:nth-child(7),.balance-statement__table td:nth-child(7){white-space:nowrap;width:1%}.balance-statement__table th{font-size:0}.balance-statement__table th:first-child:after{content:"Data"}.balance-statement__table th:nth-child(2):after{content:"Kat."}.balance-statement__table th:nth-child(3):after{content:"Val."}.balance-statement__table th:nth-child(4):after{content:"Shuma"}.balance-statement__table th:nth-child(5):after{content:"Bal/L"}.balance-statement__table th:nth-child(6):after{content:"Bal/E"}.balance-statement__table th:nth-child(7):after{content:"Bal/U"}.balance-statement__table td:nth-child(2){font-size:9px}.balance-statement__table td:nth-child(2):after{font-size:9px;font-weight:700}.balance-statement__table td[data-cat="Oferta dhe E dhjeta"]:after{content:"Ofe."}.balance-statement__table td[data-cat=Donacione]:after{content:"Don"}.balance-statement__table td[data-cat=Konvertim]:after,.balance-statement__table td[data-cat="Konvertim +"]:after{content:"Kon+"}.balance-statement__table td[data-cat=Konvertim\ -]:after{content:"Kon -"}.balance-statement__table td[data-cat="Shërbesat e Përjavshme"]:after{content:"ShP"}.balance-statement__table td[data-cat=Shpenzime\ Administrative]:after{content:"ShA"}.balance-statement__table td[data-cat="Sigurimet Shoqërore dhe Tatimi mbi Qeranë"]:after{content:"SSH"}.balance-statement__table td[data-cat="Qera dhe Utilitete"]:after,.balance-statement__table td[data-cat=Qera]:after{content:"Qer"}.balance-statement__table td[data-cat=Utilitete]:after{content:"Utl"}.balance-statement__table td[data-cat="Shërbesat e Veçanta"]:after{content:"ShV"}.balance-statement__table td[data-cat=Bekime]:after{content:"Bek"}.statement-row--income td:nth-child(4),.statement-row--income td:nth-child(5),.statement-row--income td:nth-child(6),.statement-row--income td:nth-child(7){color:#047857;font-weight:800}.statement-row--expense td:nth-child(4),.statement-row--expense td:nth-child(5),.statement-row--expense td:nth-child(6),.statement-row--expense td:nth-child(7){color:#b91c1c;font-weight:800}.balance-statement__table th:after{font-size:9px;font-weight:700}.balance-statement__table td:nth-child(2){text-align:center;font-weight:900}.statement-row--income td:nth-child(2){color:#047857}.statement-row--expense td:nth-child(2){color:#b91c1c}.statement-row--income td:nth-child(5),.statement-row--income td:nth-child(6){color:#047857;font-weight:800}.statement-row--expense td:nth-child(5),.statement-row--expense td:nth-child(6){color:#b91c1c;font-weight:800}}.balance-statement__table th,.balance-statement__table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:10px}.balance-statement__table th{color:#111827;background:#f9fafb;font-weight:700}.balance-statement__table tr:hover{background:#f3f4f6}.balance-statement__actions{justify-content:flex-end;gap:10px;margin-bottom:12px;display:flex}.balance-statement__button{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-weight:700;display:inline-flex}.balance-statement__button:hover{background:#f3f4f6}.statement-row--income{background:#ecfdf5}.statement-row--expense{background:#fef2f2}.statement-row--income td:nth-child(5){color:#047857;font-weight:700}.statement-row--expense td:nth-child(5){color:#b91c1c;font-weight:700}.balance-statement__print-title{text-align:center;margin:0 0 16px;font-size:20px;font-weight:700}.statement-row--opening{background:#fef3c7;font-weight:700}.statement-balance-cell{text-align:right;text-decoration:underline}.balance-statement__amount-button{color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:800;text-decoration:underline}.balance-statement__amount-button:hover{color:#1d4ed8}.statement-row--closing td{border-top:2px solid #f59e0b}.statement-row--opening td{border-bottom:2px solid #f59e0b}.statement-transaction-modal__card{min-height:auto;box-shadow:none}.statement-option--active{background-color:#fef3c7}.statement-amount-cell{cursor:pointer;-webkit-tap-highlight-color:#0000001a}.balance-statement__table-wrapper{width:100%;overflow-x:auto}.balance-statement__button--refresh{min-width:42px;padding:8px 10px}.balance-statement__reload-button{flex:none}.charts-panel{width:100%}.charts-panel__heading{text-align:center;color:#1f2937;margin:0 0 6px;font-size:1.2rem;font-weight:900}.charts-panel__hint{text-align:center;color:#64748b;margin:0 0 18px;font-size:.94rem;font-weight:700}.charts-panel__month-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.charts-display--monthly{min-width:0;margin-top:20px}.report-panel__download-area{flex-direction:column;gap:18px;margin-top:20px;display:flex}.report-panel__tables{flex-direction:column;gap:24px;display:flex}.report-panel__table-block{padding-top:4px}.report-panel__table-title{color:#1f2937;margin:0 0 12px;font-size:1.08rem;font-weight:900}.report-panel__table th:nth-child(2),.report-panel__table td:nth-child(2){text-align:right}.report-panel__amount{white-space:nowrap;font-weight:900}.report-panel__amount--income{color:#16a34a}.report-panel__amount--expense{color:#dc2626}.monthly-chart{background:#fff;border-radius:22px;width:100%;min-width:0;height:430px;padding:18px 14px 8px;box-shadow:0 14px 32px #0f172a14}.monthly-chart__tooltip{background:#fffffff5;border:1px solid #cbd5e1f2;border-radius:12px;flex-direction:column;gap:5px;padding:10px 12px;font-size:.88rem;font-weight:800;display:flex;box-shadow:0 10px 22px #0f172a1f}.monthly-chart__empty{color:#6b7280;text-align:center;background:#f8fafcd6;border:1px dashed #cbd5e1f2;border-radius:18px;padding:18px 16px;font-weight:800}.balance-statement__button-icon{flex:none;width:18px;height:18px}.dev-panel{background:linear-gradient(145deg,#fff,#f8fafc);border:1px solid #cbd5e1cc;border-radius:24px;width:100%;padding:24px 18px}.dev-panel__title{text-align:center;color:#111827;margin:0 0 18px;font-size:1.4rem;font-weight:900}.dev-panel__empty{color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:18px;padding:22px 14px;font-weight:800}.dev-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.dev-panel__card{text-align:left;background:#fff;border:2px solid #cdd8e9f2;border-radius:20px;flex-direction:column;gap:10px;padding:18px 48px 16px 16px;display:flex;position:relative;box-shadow:0 18px 30px #0f172a14}.dev-panel__mode-switch{background:#f8fafcb8;border:2px solid #0f172a24;border-radius:18px;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:18px;padding:12px;display:flex}.dev-panel__mode-button{color:#334155;cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 18px;font-weight:900;display:inline-flex}.dev-panel__mode-button--active{color:#fff;background:#111827}.dev-panel__mode-badge{color:#fff;background:#dc2626;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.72rem;font-weight:900;line-height:1;display:inline-flex;box-shadow:0 8px 16px #dc262640}.dev-panel__mode-button--active .dev-panel__mode-badge{background:#ef4444;box-shadow:0 8px 18px #ef444452}.dev-panel__top-actions{justify-content:flex-start;gap:10px;margin-bottom:14px;display:flex}.dev-panel__top-actions button{color:#fff;cursor:pointer;background:#111827;border:0;border-radius:999px;min-height:36px;padding:0 16px;font-weight:900}.dev-panel__top-actions .dev-panel__io-toggle{background:#dc2626;min-width:48px}.dev-panel__top-actions .dev-panel__io-toggle--in{background:#16a34a}.dev-panel__card--new{border-color:#dc262680;box-shadow:0 18px 30px #dc26261f}.dev-panel__card--user-new{border-color:#16a34a7a;box-shadow:0 18px 30px #16a34a1a}.dev-panel__card--user-change{border-color:#eab3089e;box-shadow:0 18px 30px #eab3081f}.dev-panel__card--user-minimized{background:linear-gradient(#fff,#f0fdf4);border-color:#16a34a57}.dev-panel__card--password{border-color:#2563ebd9;box-shadow:inset 0 0 0 1px #2563eb47,0 18px 30px #2563eb1f}.dev-panel__card-title{color:#dc2626;margin:0;font-size:1rem;font-weight:1000}.dev-panel__card-title--change{color:#ca8a04}.dev-panel__card-title--user{color:#16a34a}.dev-panel__card-title--password{color:#2563eb}.dev-panel__seen-button{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:50%;place-items:center;width:30px;height:30px;font-size:1.05rem;font-weight:1000;line-height:1;display:grid;position:absolute;top:12px;right:12px;box-shadow:0 8px 16px #22c55e47}.dev-panel__seen-button:hover{background:#16a34a}.dev-panel__seen-icon{width:18px;height:18px}.dev-panel__line{color:#334155;margin:0;font-size:.92rem;line-height:1.4}.dev-panel__changes{color:#1f2937;background:#f8fafc;border-radius:14px;flex-direction:column;gap:6px;padding:10px;font-size:.9rem;display:flex}.dev-panel__changes--user-change{color:#78350f;background:#fef3c7}.dev-panel__changes--user-change span{font-weight:850}.dev-panel__photo-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.dev-panel__photo-button{color:#1d4ed8;cursor:pointer;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:none;border-radius:999px;min-height:32px;padding:0 12px;font-weight:800}.dev-panel__changes--password span{color:#1d4ed8;background:#eff6ff;border-radius:8px;width:fit-content;padding:8px 10px;font-family:Consolas,Courier New,monospace;font-weight:900}.dev-panel__export-actions{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.dev-panel__export-actions button{color:#0369a1;cursor:pointer;background:#e0f2fe;border:0;border-radius:999px;min-height:34px;padding:0 12px;font-weight:900}.dev-panel__card--new .dev-panel__photo-button:first-of-type{display:none}.dev-panel__actions{justify-content:center;gap:10px;margin-top:auto;padding-top:10px;display:flex}.dev-panel__button{cursor:pointer;border:none;border-radius:999px;min-height:38px;padding:0 16px;font-weight:900}.dev-panel__button--icon{place-items:center;width:38px;padding:0;display:inline-grid}.dev-panel__button--approve{color:#0f5132;background:linear-gradient(135deg,#5fd28b,#9ae6b4)}.dev-panel__button--reject{color:#7f1d1d;background:linear-gradient(135deg,#ff8a8a,#ff5c73)}.dev-list{background:linear-gradient(135deg,#2563eb,#22c55e,#facc15);border-radius:20px;padding:2px}.dev-list--fit{width:min(100%,720px);max-width:100%;margin-inline:auto}.dev-list--quiz{background:0 0;border-radius:0;padding:0}@media (width>=921px){.dev-list--quiz.dev-list--fit{width:100%}}.dev-camp-panel{gap:12px;display:grid}.dev-camp-panel__actions{justify-content:flex-end;margin:0;padding:0}.dev-list__table-wrap{background:#fff;border-radius:18px;overflow-x:auto}.dev-list__table-wrap--fit{width:100%;max-width:100%}.dev-list__table{border-collapse:collapse;width:100%;min-width:980px}.dev-list__table--fit{table-layout:auto;width:100%;min-width:0}.dev-list--camp{width:min(100%,920px)}.dev-list--camp .dev-list__table-wrap{overflow-x:auto}.dev-list--camp .dev-list__table--fit{table-layout:auto;width:max-content;min-width:100%}.dev-list--camp .dev-list__table--fit th,.dev-list--camp .dev-list__table--fit td{white-space:nowrap;text-align:center;width:auto}.dev-list--camp .dev-list__table--fit th:first-child,.dev-list--camp .dev-list__table--fit td:first-child{text-align:left;min-width:128px}.dev-list--camp .dev-list__table--fit th:nth-child(2),.dev-list--camp .dev-list__table--fit td:nth-child(2){width:44px;min-width:44px;max-width:44px}.dev-list--camp .dev-list__table--fit th:nth-child(6),.dev-list--camp .dev-list__table--fit td:nth-child(6){text-align:right;min-width:96px}.dev-list--home-modal{width:min(100%,980px)}.dev-list--home-modal .dev-list__table--fit{table-layout:fixed;min-width:900px}.dev-list--home-modal th:first-child,.dev-list--home-modal td:first-child{width:22%}.dev-list--home-modal th:nth-child(2),.dev-list--home-modal td:nth-child(2){white-space:normal;overflow-wrap:anywhere;word-break:break-word;vertical-align:middle;width:34%;max-width:0}.dev-list--home-modal th:nth-child(3),.dev-list--home-modal td:nth-child(3){width:190px;min-width:190px}.dev-list--home-modal th:nth-child(4),.dev-list--home-modal td:nth-child(4){width:110px}.dev-list--home-modal th:nth-child(5),.dev-list--home-modal td:nth-child(5){width:170px}.dev-list__table--fit th,.dev-list__table--fit td{white-space:nowrap;width:1%}.dev-list__table--fit th:first-child,.dev-list__table--fit td:first-child{text-overflow:ellipsis;max-width:min(58vw,320px);overflow:hidden}.dev-list--home-modal .dev-list__table--fit th,.dev-list--home-modal .dev-list__table--fit td{width:auto}.dev-list--home-modal .dev-list__table--fit th:nth-child(2),.dev-list--home-modal .dev-list__table--fit td:nth-child(2){white-space:normal;overflow-wrap:anywhere;word-break:break-word;width:34%}.dev-list--home-modal .dev-list__table--fit th:first-child,.dev-list--home-modal .dev-list__table--fit td:first-child{width:22%}.dev-list--home-modal .dev-list__table--fit th:nth-child(3),.dev-list--home-modal .dev-list__table--fit td:nth-child(3){width:190px;min-width:190px}.dev-list--home-modal .dev-list__table--fit th:nth-child(4),.dev-list--home-modal .dev-list__table--fit td:nth-child(4){width:110px}.dev-list--home-modal .dev-list__table--fit th:nth-child(5),.dev-list--home-modal .dev-list__table--fit td:nth-child(5){width:170px}.dev-list--banner{width:min(100%,1040px)}.dev-list--banner .dev-list__table--fit{table-layout:fixed;min-width:980px}.dev-list--banner .dev-list__table--fit th,.dev-list--banner .dev-list__table--fit td{width:auto}.dev-list--banner .dev-list__table--fit th:first-child,.dev-list--banner .dev-list__table--fit td:first-child{white-space:normal;overflow-wrap:break-word;width:150px}.dev-list--banner .dev-list__table--fit th:nth-child(2),.dev-list--banner .dev-list__table--fit td:nth-child(2){white-space:normal;overflow-wrap:break-word;width:390px}.dev-list--banner .dev-list__table--fit th:nth-child(2){white-space:nowrap}.dev-list--banner .dev-list__table--fit th:nth-child(3),.dev-list--banner .dev-list__table--fit td:nth-child(3),.dev-list--banner .dev-list__table--fit th:nth-child(4),.dev-list--banner .dev-list__table--fit td:nth-child(4){width:160px}.dev-list--banner .dev-list__table--fit th:nth-child(5),.dev-list--banner .dev-list__table--fit td:nth-child(5){width:100px}.dev-list--slider{width:min(100%,440px)}.dev-list--slider .dev-list__table--fit{table-layout:fixed;min-width:0}.dev-list--slider .dev-list__table--fit th,.dev-list--slider .dev-list__table--fit td{white-space:normal;vertical-align:middle;width:auto}.dev-list--slider .dev-list__table--fit th:first-child,.dev-list--slider .dev-list__table--fit td:first-child{text-align:center;width:44px}.dev-list--slider .dev-list__table--fit th:nth-child(2),.dev-list--slider .dev-list__table--fit td:nth-child(2){width:auto}.dev-list--slider .dev-list__table--fit th:nth-child(3),.dev-list--slider .dev-list__table--fit td:nth-child(3){text-align:center;width:56px}.dev-slider__header-actions{justify-content:flex-start;align-items:center;gap:12px;width:100%;display:flex}.dev-slider__title{font-size:.78rem;line-height:1.2}.dev-list--slider .dev-list__table thead th:before,.dev-list--slider .dev-list__table thead th:after,.dev-list--slider .dev-list__table tbody td:first-child:before,.dev-list--slider .dev-list__table tbody td:first-child:after{content:none}.dev-list--slider .dev-list__table tbody td:first-child{font-size:0;line-height:0;list-style:none}.dev-slider__header-buttons{justify-content:flex-end;align-items:center;gap:8px;margin-left:auto;padding-right:10px;display:inline-flex}.dev-slider__bulk-delete{color:#fff;cursor:pointer;min-width:74px;min-height:36px;font:inherit;background:#dc2626;border:0;border-radius:10px;padding:0 12px;font-weight:1000;box-shadow:0 8px 16px #dc26262e}.dev-slider__bulk-delete:disabled{cursor:not-allowed;opacity:.38;box-shadow:none}.dev-slider__bulk-delete--armed{background:#991b1b;box-shadow:0 0 0 3px #f8717159}.dev-slider__upload{color:#0f172a;cursor:pointer;background:linear-gradient(135deg,#dbeafe,#ecfeff);border:1px solid #2563eb2e;border-radius:50%;place-items:center;width:38px;height:38px;font-size:2rem;font-weight:1000;line-height:1;display:grid;box-shadow:0 8px 16px #0f172a1f}.dev-list--slider .dev-list__table thead th{background:#f8fafc}.dev-list--slider .dev-list__table thead th:first-child{border-top-left-radius:28px;font-size:0;line-height:0}.dev-list--slider .dev-list__table thead th:last-child{border-top-right-radius:28px}.dev-slider__upload img{width:20px;height:20px;display:block}.dev-slider__upload:hover{transform:translateY(-1px)}.dev-slider__upload--busy{cursor:wait;opacity:.64}.dev-slider__thumb{aspect-ratio:16/9;object-fit:cover;border-radius:8px;width:min(150px,100%);display:block;box-shadow:0 12px 24px #0f172a29}.dev-slider__checkbox{accent-color:#2563eb;cursor:pointer;width:18px;height:18px}.dev-slider__empty-cell{color:#64748b;text-align:center;font-weight:900}.dev-list--inc{width:min(100%,980px)}.dev-list--inc .dev-list__table--fit{table-layout:fixed;min-width:760px}.dev-list--inc .dev-list__table--fit th,.dev-list--inc .dev-list__table--fit td{white-space:normal;vertical-align:middle;width:auto}.dev-list--inc .dev-list__table--fit th:first-child,.dev-list--inc .dev-list__table--fit td:first-child{width:22%}.dev-list--inc .dev-list__table--fit th:nth-child(2),.dev-list--inc .dev-list__table--fit td:nth-child(2){overflow-wrap:anywhere;word-break:break-word;width:42%}.dev-list--inc .dev-list__table--fit th:nth-child(3),.dev-list--inc .dev-list__table--fit td:nth-child(3){width:170px}.dev-list--inc .dev-list__table--fit th:nth-child(4),.dev-list--inc .dev-list__table--fit td:nth-child(4){width:150px}.dev-list--msg{width:min(100%,980px)}.dev-list--msg .dev-list__table--fit{table-layout:fixed;min-width:760px}.dev-list--msg .dev-list__table--fit th,.dev-list--msg .dev-list__table--fit td{white-space:normal;vertical-align:middle;width:auto}.dev-list--msg .dev-list__table--fit th:first-child,.dev-list--msg .dev-list__table--fit td:first-child{width:24%}.dev-list--msg .dev-list__table--fit th:nth-child(2),.dev-list--msg .dev-list__table--fit td:nth-child(2){width:48%}.dev-list--msg .dev-list__table--fit th:nth-child(3),.dev-list--msg .dev-list__table--fit td:nth-child(3){width:28%}.dev-list__msg-bulk-row td{color:#0f172a;background:#e0f2fe;font-weight:950}.dev-list__msg-bulk-actions{align-items:center;gap:8px;display:flex}.dev-list__msg-role-select{min-width:120px;position:relative}.dev-list__msg-role-select summary{color:#fff;cursor:pointer;background:#102f46;border-radius:999px;justify-content:center;align-items:center;width:100%;min-height:36px;padding:0 12px;font-weight:950;display:inline-flex}.dev-list__msg-role-select[open] summary{border-radius:14px 14px 0 0}.dev-list__msg-role-menu{z-index:5;background:#fff;border-radius:0 0 14px 14px;gap:4px;min-width:170px;padding:8px;display:grid;position:absolute;right:0;box-shadow:0 18px 35px #0f172a2e}.dev-list__msg-role-option{color:#0f172a;border-radius:8px;align-items:center;gap:8px;padding:6px 8px;font-weight:850;display:flex}.dev-list__msg-role-option:hover{background:#f1f5f9}.dev-list__msg-send{color:#0f1f18;cursor:pointer;min-height:36px;font:inherit;background:#19ed67;border:0;border-radius:999px;padding:0 18px;font-weight:950;box-shadow:0 14px 30px #19ed6740}.dev-list__msg-send:disabled{cursor:wait;opacity:.64}.dev-list__table th,.dev-list__table td{color:#334155;text-align:left;vertical-align:middle;border-bottom:1px solid #94a3b838;padding:14px 12px}.dev-list__table th{color:#0f172a;text-transform:uppercase;background:linear-gradient(#f8fafc,#eef2ff);font-size:.78rem;font-weight:1000}.dev-list__table thead th{border-bottom:2px solid #000}.dev-list__row--dragging{opacity:.55}.dev-list__drag-title{cursor:grab;align-items:center;gap:8px;display:inline-flex}.dev-list__drag-handle{color:#0369a1;letter-spacing:-1px;background:#e0f2fe;border-radius:999px;place-items:center;min-width:22px;min-height:22px;font-size:.72rem;font-weight:950;line-height:1;display:inline-grid}.dev-list__reorder-status{color:#0e7490;background:#ecfeff;margin:0;padding:8px 12px;font-size:.82rem;font-weight:900}.dev-list__clickable-row{cursor:pointer}.dev-list__clickable-row:hover td{filter:brightness(.97)}.dev-list__row--dev td{color:#111827;background:#fecaca;font-weight:400}.dev-list__row--leader td{color:#111827;background:#dcfce7;font-weight:400}.dev-list__row--test td{color:#111827;background:#f5f3ff}.dev-list__row--anetar-a td{background:#fef9c3}.dev-list__row--anetar-b td{background:#fee2e2}.dev-list__row--participant-a td{background:#dbeafe}.dev-list__row--participant-b td{background:#e0f7ff}.dev-list__total-row td{color:#713f12;background:#fef9c3;font-weight:1000}.dev-list__camp-price-cell{color:#14532d;background:#dcfce7;font-weight:950}.dev-list__sum-row td{color:#14532d;background:#dcfce7;font-weight:1000}.dev-list__church-row td{color:#7f1d1d;background:#fee2e2;font-weight:1000}@media (width<=720px){.dev-camp-panel__actions{justify-content:center}.dev-list--camp{width:100%}.dev-list--camp .dev-list__table th,.dev-list--camp .dev-list__table td{padding:10px 8px;font-size:.82rem}.dev-list--camp .dev-list__table--fit th:first-child,.dev-list--camp .dev-list__table--fit td:first-child{min-width:104px}.dev-list--camp .dev-list__table--fit th:nth-child(2),.dev-list--camp .dev-list__table--fit td:nth-child(2){width:40px;min-width:40px;max-width:40px}.dev-list--camp .dev-list__table--fit th:nth-child(3),.dev-list--camp .dev-list__table--fit td:nth-child(3),.dev-list--camp .dev-list__table--fit th:nth-child(4),.dev-list--camp .dev-list__table--fit td:nth-child(4),.dev-list--camp .dev-list__table--fit th:nth-child(5),.dev-list--camp .dev-list__table--fit td:nth-child(5){min-width:58px}.dev-list--camp .dev-list__table--fit th:nth-child(6),.dev-list--camp .dev-list__table--fit td:nth-child(6){min-width:86px}.dev-list--camp .dev-list__sum-row td,.dev-list--camp .dev-list__church-row td{font-size:.76rem}}.dev-list__input{box-sizing:border-box;color:#0f172a;width:100%;min-height:38px;font:inherit;border:1px solid #2563eb3d;border-radius:8px;padding:0 10px;font-weight:750}.dev-list__textarea{resize:vertical;white-space:pre-wrap;min-height:82px;padding:9px 10px}.dev-list__file-field{justify-items:center;gap:6px;width:78px;max-width:78px;display:grid}.dev-list__file-field span{color:#475569;text-overflow:ellipsis;white-space:nowrap;max-width:78px;font-size:.74rem;font-weight:800;display:block;overflow:hidden}.dev-list__file-input{display:none}.dev-list__image-camera{color:#0f172a;cursor:pointer;background:linear-gradient(135deg,#e0f2fe,#f0f9ff);border:1px solid #2563eb2e;border-radius:50%;place-items:center;width:48px;height:48px;font-size:1.55rem;line-height:1;display:grid;box-shadow:0 10px 18px #0f172a1f}.dev-list__image-camera:hover{transform:translateY(-1px)}.dev-list__image-name{color:#475569;text-overflow:ellipsis;white-space:nowrap;max-width:82px;font-weight:850;display:block;overflow:hidden}.dev-list--home-modal .dev-list__table th:nth-child(3),.dev-list--home-modal .dev-list__table td:nth-child(3){text-align:center;width:92px;max-width:92px;overflow:hidden}.dev-list--home-modal .dev-list__table th:nth-child(4),.dev-list--home-modal .dev-list__table td:nth-child(4){width:116px;min-width:116px}.dev-list__multiline{white-space:pre-line}.dev-list__score-button{color:#1d4ed8;cursor:pointer;min-height:30px;font:inherit;background:#eff6ff;border:0;border-radius:999px;padding:0 12px;font-weight:950}.dev-list__reset{color:#991b1b;cursor:pointer;min-height:30px;font:inherit;white-space:nowrap;background:#fee2e2;border:0;border-radius:999px;padding:0 12px;font-weight:950}.dev-list__reset--armed{color:#fff;background:#991b1b}.dev-list__position{color:#111827;background:#e5e7eb;border-radius:999px;place-items:center;width:1.7rem;height:1.7rem;font-size:.78rem;font-weight:900;display:inline-grid}.dev-list__position--1{background:#facc15}.dev-list__position--2{background:#d1d5db}.dev-list__position--3{background:#fdba74}.dev-list__position--4{background:#bfdbfe}.dev-list__quiz-picker{background:0 0;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:18px;padding:12px;display:grid}.dev-list__quiz-column{background:#f8fafceb;border:1px solid #0f172a24;border-radius:14px;min-width:0;overflow:hidden;box-shadow:0 14px 28px #0f172a14}.dev-list__quiz-column--active{background:#22c55e1a}.dev-list__quiz-column--inactive{background:#f871711a}.dev-list__quiz-column--create{background:#60a5fa1a}.dev-list__quiz-column--create .dev-list__quiz-column-title{background:#60a5fa33}.dev-list__quiz-create-form{flex-direction:column;gap:10px;padding:12px;display:flex}.dev-list__quiz-create-name,.dev-list__quiz-create-question{color:#0f172a;width:100%;font:inherit;background:#fff;border:1px solid #0f172a2e;border-radius:10px;padding:10px 12px}.dev-list__quiz-create-name{min-height:42px;font-weight:800}.dev-list__quiz-create-question{resize:vertical;min-height:150px;line-height:1.4}.dev-list__quiz-add-question{color:#1d4ed8;cursor:pointer;width:42px;height:42px;font:inherit;background:#dbeafe;border:0;border-radius:50%;align-self:center;font-size:1.8rem;font-weight:900;line-height:1}.dev-list__quiz-create-submit{color:#0f1f18;cursor:pointer;min-height:42px;font:inherit;background:#19ed67;border:0;border-radius:999px;font-weight:950}.dev-list__quiz-create-submit:disabled{cursor:wait;opacity:.65}.dev-list__quiz-column-title{color:#0f172a;background:#e2e8f08c;border-bottom:1px solid #0f172a1f;margin:0;padding:12px 14px;font-size:.95rem;font-weight:900}.dev-list__quiz-column--active .dev-list__quiz-column-title{background:#22c55e2e}.dev-list__quiz-column--inactive .dev-list__quiz-column-title{background:#f871712e}.dev-list__quiz-column-body{flex-direction:column;gap:0;padding:6px;display:flex}.dev-list__quiz-column-empty{color:#64748b;text-align:center;background:#f1f5f9a6;border:1px dashed #94a3b88c;border-radius:10px;margin:6px;padding:12px;font-weight:800}.dev-list__quiz-choice-row{background:0 0;border-bottom:1px solid #0f172a14;border-radius:0;grid-template-columns:minmax(0,1fr) 34px 34px minmax(88px,104px);align-items:center;column-gap:4px;margin:0;padding:8px 6px;display:grid}.dev-list__quiz-column-body .dev-list__quiz-choice-row:last-child{border-bottom:0}.dev-list__quiz-choice-row--active{background:#19ed671a}.dev-list__quiz-choice{color:#fff;cursor:pointer;width:100%;min-width:0;min-height:40px;font:inherit;text-align:left;white-space:normal;word-break:break-word;background:#102f46;border:0;border-radius:12px;padding:8px 12px;font-weight:950;line-height:1.2;box-shadow:0 12px 24px #0f2f462e}.dev-list__quiz-title-input{color:#0f172a;width:100%;min-width:0;min-height:40px;font:inherit;text-align:left;background:#fff;border:1px solid #0f172a33;border-radius:10px;padding:8px 10px;font-weight:900;line-height:1.2}.dev-list__quiz-choice--active{color:#0f1f18;background:#19ed67;animation:1.15s ease-in-out infinite devQuizPulse}.dev-list__quiz-select-row{justify-content:flex-start;width:min(320px,100%)}.dev-list__quiz-native-select{text-align:left;text-align-last:left}.dev-list__quiz-native-select--active{color:#0f1f18;background:#19ed67;animation:1.15s ease-in-out infinite devQuizPulse;box-shadow:0 14px 30px #19ed6740}.dev-list__quiz-option--active{color:#0f1f18;background:#19ed67}@keyframes devQuizPulse{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.dev-list__quiz-actions{border-bottom:1px solid #0f172a14;justify-content:center;align-items:center;gap:10px;padding:10px;display:flex;position:relative}.dev-list__finish-quiz{color:#fff;cursor:pointer;min-height:34px;font:inherit;background:#dc2626;border:0;border-radius:999px;padding:0 14px;font-weight:950;position:absolute;right:10px}.dev-list__start-quiz{color:#111827;background:#19ed67;box-shadow:0 14px 30px #19ed6740}.dev-list__quiz-row-state{justify-self:stretch;width:100%;min-width:0;min-height:32px;padding:0 12px;position:static}.dev-list__finish-quiz:disabled{cursor:wait;opacity:.68}.dev-list__quiz-tabs{background:#f8fafccc;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;display:grid}.dev-list__quiz-tab{color:#334155;cursor:pointer;min-height:38px;font:inherit;background:#e2e8f0;border:0;border-radius:999px;font-weight:950}.dev-list__quiz-tab--active{color:#0f1f18;background:#19ed67}.dev-list__quiz-question-table th:first-child,.dev-list__quiz-question-table td:first-child{text-align:center;width:48px;max-width:48px}.dev-list__quiz-question-table th:nth-child(2),.dev-list__quiz-question-table td:nth-child(2){text-align:center;white-space:normal;overflow-wrap:anywhere;word-break:normal;vertical-align:middle;width:min(58vw,620px);max-width:min(58vw,620px)}.dev-list__quiz-question-table th:nth-child(3),.dev-list__quiz-question-table td:nth-child(3),.dev-list__quiz-question-table th:nth-child(4),.dev-list__quiz-question-table td:nth-child(4){text-align:center;width:78px}.dev-list__quiz-question-input,.dev-list__quiz-letter-select{color:#0f172a;width:100%;min-height:54px;font:inherit;border:1px solid #0f172a2e;border-radius:8px;padding:6px 8px;font-weight:800}.dev-list__quiz-question-input{resize:vertical;text-align:center}.dev-list__quiz-question-text{text-align:center;justify-content:center;align-items:center;min-height:34px;display:flex}.dev-list__quiz-letter-select{text-align:center;text-transform:lowercase}.dev-list__quiz-row-actions{justify-self:start;gap:2px;display:inline-flex}.dev-list__quiz-icon-button{color:#0f172a;cursor:pointer;background:#e2e8f0;border:0;border-radius:8px;place-items:center;width:32px;height:34px;display:inline-grid}.dev-list__quiz-delete{color:#fff;cursor:pointer;min-height:34px;font:inherit;background:#dc2626;border:0;border-radius:8px;padding:0 12px;font-weight:950}.dev-list__quiz-delete--icon{justify-self:center;place-items:center;width:32px;height:34px;min-height:34px;padding:0;display:inline-grid}.dev-list__quiz-delete--armed{background:#991b1b}@media (width>=921px){.dev-list__quiz-tabs,.dev-list--quiz .dev-list__table--fit{width:90%;margin-left:auto;margin-right:auto}}@media (width<=920px){.dev-panel .dev-list--quiz .dev-list__table--fit{table-layout:auto}.dev-list__quiz-picker{grid-template-columns:1fr;margin-inline:8px;padding:12px}.dev-list__quiz-column{border-bottom:1px solid #0f172a1f;border-right:0}.dev-list__quiz-column:last-child{border-bottom:0}.dev-list__quiz-actions{flex-direction:column;justify-content:center;padding:8px}.dev-list__quiz-choice-row{grid-template-columns:minmax(0,1fr) 32px 32px minmax(82px,96px)}.dev-list__quiz-choice{padding-inline:10px;font-size:.92rem}.dev-list__quiz-row-state{padding-inline:10px;font-size:.84rem}.dev-list__finish-quiz{position:static}.dev-panel .dev-list--quiz .dev-list__table--fit th:first-child,.dev-panel .dev-list--quiz .dev-list__table--fit td:first-child{white-space:nowrap;width:1%;min-width:0;max-width:none;padding-left:3px;padding-right:3px}.dev-panel .dev-list--quiz .dev-list__table--fit th:nth-child(2),.dev-panel .dev-list--quiz .dev-list__table--fit td:nth-child(2){text-overflow:ellipsis;width:34%;max-width:min(34vw,150px);overflow:hidden}.dev-panel .dev-list--quiz .dev-list__quiz-question-table th:nth-child(2),.dev-panel .dev-list--quiz .dev-list__quiz-question-table td:nth-child(2){text-overflow:clip;white-space:normal;overflow-wrap:anywhere;text-align:center;vertical-align:middle;width:min(54vw,260px);max-width:min(54vw,260px);overflow:visible}.dev-panel .dev-list--quiz .dev-list__table--fit th:nth-child(3),.dev-panel .dev-list--quiz .dev-list__table--fit td:nth-child(3){text-align:center;width:46px;padding-left:4px;padding-right:4px}.dev-panel .dev-list--quiz .dev-list__position{width:fit-content;min-width:1.35rem;height:1.35rem;padding:0 .25rem;font-size:.68rem}}.dev-list__code{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #2563eb2e;border-radius:999px;min-height:34px;padding:0 12px;font-family:Consolas,Courier New,monospace;font-weight:1000}.dev-list__toggle{color:#fff;cursor:pointer;background:#16a34a;border:0;border-radius:999px;min-width:54px;min-height:30px;font-weight:950}.dev-list__toggle--off{background:#ff1f1f}.dev-list__toggle--done{background:#2563eb}.dev-list__survey-actions{align-items:center;gap:7px;display:inline-flex}.dev-list__survey-count{color:#fff;width:54px;min-height:30px;font:inherit;text-align:center;background:#2563eb;border:0;border-radius:999px;outline:none;font-weight:950}.dev-list__done{color:#713f12;background:#facc15;border-radius:999px;justify-content:center;align-items:center;min-width:58px;min-height:30px;padding:0 10px;font-weight:950;display:inline-flex}.dev-list__done--complete{color:#fff;background:#22c55e}.dev-list__done--off{color:#fff;background:#dc2626}@media (width<=620px){.dev-list--click{width:fit-content}.dev-list--click .dev-list__table th,.dev-list--click .dev-list__table td{padding-inline:9px}.dev-list--click .dev-list__table--fit th:nth-child(2),.dev-list--click .dev-list__table--fit td:nth-child(2){max-width:min(46vw,190px)}}.dev-list--click .dev-list__table--fit{table-layout:auto}.dev-list--click .dev-list__table--fit th:first-child,.dev-list--click .dev-list__table--fit td:first-child{text-align:center;width:42px;min-width:42px;max-width:42px;padding-inline:6px}.dev-list--click .dev-list__table--fit th:last-child,.dev-list--click .dev-list__table--fit td:last-child{text-align:center;width:54px;min-width:54px;max-width:none;padding-inline:6px}.dev-list--click .dev-list__table--fit th:nth-child(2),.dev-list--click .dev-list__table--fit td:nth-child(2){text-overflow:ellipsis;max-width:min(58vw,320px);overflow:hidden}.dev-list--modal{width:fit-content;max-width:100%}.dev-list--modal .dev-list__table--fit{table-layout:auto;width:max-content;min-width:0}.dev-list--modal .dev-list__table--fit th:first-child,.dev-list--modal .dev-list__table--fit td:first-child{text-align:left;white-space:nowrap;text-overflow:ellipsis;width:170px;min-width:170px;max-width:220px;padding-inline:12px 24px;overflow:hidden}.dev-list--modal .dev-list__table--fit th:not(:first-child),.dev-list--modal .dev-list__table--fit td:not(:first-child){text-align:center;width:112px;min-width:112px;max-width:112px;padding-inline:8px}.dev-list--modal .dev-list__table--fit th:nth-child(2),.dev-list--modal .dev-list__table--fit td:nth-child(2){padding-left:16px}.dev-list--modal .dev-list__toggle{justify-content:center;width:54px;min-width:54px}.dev-list--buttons{width:100%;max-width:100%;margin-inline:0}.dev-list--buttons .dev-list__table-wrap{overflow-x:auto}.dev-list--buttons .dev-list__table--fit{table-layout:auto;width:max-content;min-width:100%}.dev-list--buttons .dev-list__table--fit th,.dev-list--buttons .dev-list__table--fit td{text-align:center;white-space:nowrap;min-width:94px;padding-inline:14px}.dev-list--buttons .dev-list__table--fit th:first-child,.dev-list--buttons .dev-list__table--fit td:first-child{text-align:left;text-overflow:ellipsis;width:180px;min-width:180px;max-width:210px;overflow:hidden}.dev-list--buttons .dev-list__toggle{justify-content:center;width:54px;min-width:54px}@media (width<=620px){.dev-list--modal{width:100%}.dev-list--modal .dev-list__table th,.dev-list--modal .dev-list__table td{padding:8px 4px;font-size:.68rem}.dev-list--modal .dev-list__table--fit th:first-child,.dev-list--modal .dev-list__table--fit td:first-child{width:112px;min-width:112px;max-width:112px;padding-inline:6px 12px;font-size:.74rem}.dev-list--modal .dev-list__table--fit th:not(:first-child),.dev-list--modal .dev-list__table--fit td:not(:first-child){width:82px;min-width:82px;max-width:82px}.dev-list--modal .dev-list__toggle{width:36px;min-width:36px;min-height:26px;padding:0 3px;font-size:.62rem}.dev-list--modal .dev-list__done{width:24px;min-width:24px;min-height:24px;padding:0}.dev-list--buttons{width:100%}.dev-list--buttons .dev-list__table--fit{border-collapse:separate;border-spacing:8px 0;table-layout:auto;width:max-content;min-width:980px}.dev-list--buttons .dev-list__table--fit th,.dev-list--buttons .dev-list__table--fit td{min-width:76px;padding:9px 8px;font-size:.68rem}.dev-list--buttons .dev-list__table--fit th:first-child,.dev-list--buttons .dev-list__table--fit td:first-child{width:122px;min-width:122px;max-width:122px;padding-inline:8px 12px;font-size:.74rem}.dev-list--buttons .dev-list__toggle{width:46px;min-width:46px;min-height:26px;padding:0 4px;font-size:.62rem}}.dev-list__rank-badge{color:#111827;background:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:.84rem;font-weight:950;display:inline-grid;box-shadow:inset 0 0 0 1px #0f172a1a}.dev-list__rank-progress{justify-content:center;align-items:center;gap:4px;width:fit-content;min-width:28px;font-weight:950;line-height:1;display:inline-flex}.dev-list__rank-progress span{font-size:1.18rem}.dev-list__rank-progress--up{color:#00d924}.dev-list__rank-progress--down{color:#ff1f1f}.dev-list__rank-progress--same{color:#64748b}@media (width<=620px){.dev-list--click .dev-list__table--fit th:nth-child(2),.dev-list--click .dev-list__table--fit td:nth-child(2){max-width:min(46vw,190px)}}@media (width<=920px){.dev-panel__mode-switch{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.dev-panel__mode-button{width:100%;padding-inline:10px}.dev-panel .dev-list,.dev-panel .dev-list--fit,.dev-panel .dev-list__table-wrap,.dev-panel .dev-list__table-wrap--fit,.dev-panel .dev-list__table,.dev-panel .dev-list__table--fit{width:100%;max-width:100%}.dev-panel .dev-list,.dev-panel .dev-list--fit{width:calc(100% + 36px);max-width:calc(100% + 36px);margin-inline:-18px}.dev-panel .dev-list__table--fit{table-layout:fixed}.dev-panel .dev-list__table--fit th,.dev-panel .dev-list__table--fit td{width:auto}.dev-panel .dev-list--click .dev-list__table--fit{table-layout:auto;width:max-content;min-width:100%;max-width:none}.dev-panel .dev-list--click .dev-list__table--fit th:first-child,.dev-panel .dev-list--click .dev-list__table--fit td:first-child{width:40px;min-width:40px;max-width:40px;padding-inline:5px}.dev-panel .dev-list--click .dev-list__table--fit th:last-child,.dev-panel .dev-list--click .dev-list__table--fit td:last-child{width:48px;min-width:48px;max-width:48px;padding-inline:5px}}.dev-list__actions{gap:8px;display:flex}.dev-list__icon-button{color:#0369a1;cursor:pointer;background:#e0f2fe;border:0;border-radius:50%;place-items:center;width:36px;height:36px;display:inline-grid}.dev-list__icon-button--add{font-size:1.35rem;font-weight:900}.dev-list__icon-button--save{color:#16a34a;background:#dcfce7}.dev-list__icon-button--cancel{color:#dc2626;background:#fee2e2}.dev-list__icon-button--delete{color:#dc2626;background:linear-gradient(135deg,#fee2e2,#fecaca)}.dev-list__icon-button--delete-armed{color:#fff;background:linear-gradient(135deg,#dc2626,#991b1b);box-shadow:0 0 0 4px #dc262629}.dev-list__delete-text{color:#fff;cursor:pointer;background:#dc2626;border:0;border-radius:999px;min-height:36px;padding:0 14px;font-weight:950}.dev-list__delete-text--armed{background:#991b1b;box-shadow:0 0 0 4px #dc262629}.dev-quiz-result-modal{z-index:160;background:#0f172a8c;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.dev-quiz-result-modal__card{color:#0f172a;background:#fff;border-radius:12px;gap:16px;width:min(720px,100%);max-height:min(760px,88vh);padding:22px;display:grid;position:relative;overflow:auto;box-shadow:0 30px 80px #0f172a47}.camp-application-detail-modal{z-index:185;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a47;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.camp-application-detail-modal .site-modal__application-row{background:#fff;width:min(520px,100%);max-height:min(720px,88vh);position:relative;overflow:auto}.camp-application-detail-modal__close{color:#991b1b;cursor:pointer;background:#fee2e2;border:0;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:950;display:grid;position:absolute;top:10px;right:10px}.dev-quiz-result-modal__close{color:#991b1b;cursor:pointer;background:#fee2e2;border:0;border-radius:50%;width:34px;height:34px;font-weight:950;position:absolute;top:10px;right:10px}.dev-quiz-result-modal__header{border-bottom:2px solid #facc15;justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;padding-right:36px;display:flex}.dev-quiz-result-modal__header h3{color:#102f46;margin:0}.dev-quiz-result-modal__header strong{color:#16a34a;font-size:1.2rem}.dev-quiz-result-modal__list{gap:10px;display:grid}.dev-quiz-result-modal__answer{background:#f8fafc;border:1px solid #94a3b847;border-radius:8px;padding:12px}.dev-quiz-result-modal__answer h4{color:#102f46;margin:0 0 8px}.dev-quiz-result-modal__answer p{margin:4px 0 0;font-weight:800}.dev-quiz-result-modal__correct{color:#15803d}.dev-quiz-result-modal__wrong{color:#b91c1c}.dev-panel__note{color:#15803d;margin:auto 0 0;padding-top:10px;font-size:.88rem;font-weight:900}@media (width<=700px){.dev-panel__grid{grid-template-columns:1fr}}.dev-post-panel{gap:14px;width:100%;display:grid}.dev-post-panel__users{flex-wrap:wrap;gap:8px;display:flex}.dev-post-panel__user-toggle{color:#102f46;cursor:pointer;background:#fff;border:1px solid #0f7a8f2e;border-radius:8px;align-items:center;gap:8px;min-height:38px;padding:0 12px;font-weight:900;display:inline-flex}.dev-post-panel__user-toggle--open{background:#e0f2fe;border-color:#0f7a8f8c}.dev-post-panel__user-toggle strong{color:#fff;background:#102f46;border-radius:999px;place-items:center;min-width:22px;height:22px;font-size:.78rem;display:inline-grid}.dev-post-panel__groups,.dev-post-panel__group{gap:12px;display:grid}.dev-post-panel__group h3{color:#102f46;text-align:left;margin:0;font-size:1rem;font-weight:950}.dev-post-card{text-align:left;background:#fff;border:1px solid #102f461f;border-radius:8px;gap:12px;padding:14px;display:grid;position:relative;box-shadow:0 10px 24px #102f4614}.dev-post-card__delete{color:#b91c1c;cursor:pointer;background:#fee2e2;border:0;border-radius:8px;place-items:center;width:28px;height:28px;font-size:1rem;font-weight:950;display:inline-grid;position:absolute;top:10px;right:10px}.dev-post-card__delete--armed{color:#fff;background:#dc2626}.dev-post-card__header{flex-wrap:wrap;align-items:baseline;gap:8px 12px;padding-right:34px;display:flex}.dev-post-card__header strong{color:#102f46;font-weight:950}.dev-post-card__header time{color:#64748b;font-size:.82rem;font-weight:750}.dev-post-card__text-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.dev-post-card__text-row p{white-space:pre-wrap;color:#15384f;font-weight:750;line-height:1.45}.dev-post-card__edit{gap:10px;display:grid}.dev-post-card__image{object-fit:cover;border-radius:8px;width:min(100%,420px);max-height:320px}.dev-post-card__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.dev-post-card__stats button{color:#102f46;cursor:pointer;background:#f8fafc;border:1px solid #102f461a;border-radius:8px;min-height:38px;font-weight:900}.dev-post-card__stats strong{color:#0f7a8f;margin-left:4px}.dev-post-card__details{border-top:1px solid #102f461a;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-top:12px;display:grid}.dev-post-card__details section{background:#f8fafc;border-radius:8px;gap:8px;min-width:0;padding:10px;display:grid}.dev-post-card__details h4{color:#0f7a8f;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:950}.dev-post-card__details ul{gap:6px;margin:0;padding:0;list-style:none;display:grid}.dev-post-card__details li{color:#15384f;overflow-wrap:anywhere;gap:2px;font-size:.86rem;font-weight:750;display:grid}.dev-post-card__details p{color:#64748b;font-size:.86rem;font-weight:750}@media (width<=760px){.dev-post-card__details,.dev-post-card__stats{grid-template-columns:1fr}.dev-post-card__image{width:100%}}.advanced-cropper-line-wrapper--north,.advanced-cropper-line-wrapper--south{width:100%;height:12px}.advanced-cropper-line-wrapper--north{cursor:n-resize}.advanced-cropper-line-wrapper--south{cursor:s-resize}.advanced-cropper-line-wrapper--east,.advanced-cropper-line-wrapper--west{width:12px;height:100%}.advanced-cropper-line-wrapper--east{cursor:e-resize}.advanced-cropper-line-wrapper--west{cursor:w-resize}.advanced-cropper-line-wrapper--disabled{cursor:auto}.advanced-cropper-line-wrapper__content{position:absolute}.advanced-cropper-line-wrapper__content--east,.advanced-cropper-line-wrapper__content--west{height:100%}.advanced-cropper-line-wrapper__content--north,.advanced-cropper-line-wrapper__content--south{width:100%}.advanced-cropper-line-wrapper__content--east{left:50%;transform:translate(-100%)}.advanced-cropper-line-wrapper__content--west{right:50%;transform:translate(100%)}.advanced-cropper-line-wrapper__content--north{top:50%}.advanced-cropper-line-wrapper__content--south{bottom:50%}.advanced-cropper-handler-wrapper{width:30px;height:30px;position:absolute;transform:translate(-50%,-50%)}.advanced-cropper-handler-wrapper__draggable{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.advanced-cropper-handler-wrapper--west-north{cursor:nw-resize}.advanced-cropper-handler-wrapper--north{cursor:n-resize}.advanced-cropper-handler-wrapper--east-north{cursor:ne-resize}.advanced-cropper-handler-wrapper--east{cursor:e-resize}.advanced-cropper-handler-wrapper--east-south{cursor:se-resize}.advanced-cropper-handler-wrapper--south{cursor:s-resize}.advanced-cropper-handler-wrapper--west-south{cursor:sw-resize}.advanced-cropper-handler-wrapper--west{cursor:w-resize}.advanced-cropper-handler-wrapper--disabled{cursor:auto}.advanced-cropper-bounding-box{width:100%;height:100%;position:relative}.advanced-cropper-bounding-box__handler-wrapper{position:absolute}.advanced-cropper-bounding-box__handler-wrapper--east,.advanced-cropper-bounding-box__handler-wrapper--west{height:100%;top:50%;transform:translateY(-50%)}.advanced-cropper-bounding-box__handler-wrapper--south,.advanced-cropper-bounding-box__handler-wrapper--north{width:100%;left:50%;transform:translate(-50%)}.advanced-cropper-bounding-box__handler-wrapper--west,.advanced-cropper-bounding-box__handler-wrapper--west-north,.advanced-cropper-bounding-box__handler-wrapper--west-south{left:0}.advanced-cropper-bounding-box__handler-wrapper--east,.advanced-cropper-bounding-box__handler-wrapper--east-north,.advanced-cropper-bounding-box__handler-wrapper--east-south{left:100%}.advanced-cropper-bounding-box__handler-wrapper--north,.advanced-cropper-bounding-box__handler-wrapper--west-north,.advanced-cropper-bounding-box__handler-wrapper--east-north{top:0}.advanced-cropper-bounding-box__handler-wrapper--south,.advanced-cropper-bounding-box__handler-wrapper--west-south,.advanced-cropper-bounding-box__handler-wrapper--east-south{top:100%}.advanced-cropper-bounding-box__handler{position:absolute}.advanced-cropper-bounding-box__handler--west-north{top:0;left:0}.advanced-cropper-bounding-box__handler--north{top:0;left:50%}.advanced-cropper-bounding-box__handler--east-north{top:0;left:100%}.advanced-cropper-bounding-box__handler--east{top:50%;left:100%}.advanced-cropper-bounding-box__handler--east-south{top:100%;left:100%}.advanced-cropper-bounding-box__handler--south{top:100%;left:50%}.advanced-cropper-bounding-box__handler--west-south{top:100%;left:0}.advanced-cropper-bounding-box__handler--west{top:50%;left:0}.advanced-cropper-bounding-box__line{position:absolute}.advanced-cropper-bounding-box__line--north,.advanced-cropper-bounding-box__line--south{left:0;transform:translateY(-50%)}.advanced-cropper-bounding-box__line--north{top:0}.advanced-cropper-bounding-box__line--south{top:100%}.advanced-cropper-bounding-box__line--west,.advanced-cropper-bounding-box__line--east{top:0;transform:translate(-50%)}.advanced-cropper-bounding-box__line--west{left:0}.advanced-cropper-bounding-box__line--east{left:100%}.advanced-cropper-artificial-transition{will-change:transform}.advanced-cropper-background-image{-webkit-user-select:none;user-select:none;transform-origin:50%;pointer-events:none;position:absolute;max-width:none!important}.advanced-cropper-canvas{display:none}.advanced-cropper-source{visibility:hidden;opacity:0;width:1px;height:1px;position:absolute}.advanced-cropper-fade{visibility:hidden;opacity:0;flex-direction:column;transition:all .5s;display:flex}.advanced-cropper-fade--visible{opacity:1;visibility:visible}.advanced-cropper-wrapper__fade{flex-grow:1;min-height:0}.advanced-cropper-stencil-grid{border-collapse:collapse;table-layout:fixed;opacity:0;transition:opacity .3s;display:table}.advanced-cropper-stencil-grid--visible{opacity:1}.advanced-cropper-stencil-grid__row{display:table-row}.advanced-cropper-stencil-grid__cell{border:1px solid;width:1%;height:1%;display:table-cell}.advanced-cropper-stencil-grid__cell--top{border-top-color:#0000}.advanced-cropper-stencil-grid__cell--left{border-left-color:#0000}.advanced-cropper-stencil-grid__cell--right{border-right-color:#0000}.advanced-cropper-stencil-grid__cell--bottom{border-bottom-color:#0000}.advanced-cropper-stencil-overlay{box-sizing:content-box;pointer-events:none;-webkit-backface-visibility:hidden;width:100%;height:100%;position:absolute;box-shadow:0 0 0 1000px}.advanced-cropper-stencil-wrapper{will-change:transform}.advanced-cropper-boundary{-webkit-user-select:none;user-select:none;direction:ltr;position:relative}.advanced-cropper-boundary__content{width:100%;height:100%;position:absolute;top:0;left:0}.advanced-cropper-boundary__stretcher{pointer-events:none;max-width:100%;max-height:100%;position:relative}.advanced-cropper-circle-stencil{box-sizing:content-box;-webkit-backface-visibility:hidden;width:100%;height:100%;-webkit-transform-style:preserve-3d;position:absolute}.advanced-cropper-circle-stencil__overlay{border-radius:50%;overflow:hidden}.advanced-cropper-circle-stencil__preview{border-radius:50%}.advanced-cropper-circle-stencil__draggable-area,.advanced-cropper-circle-stencil__overlay,.advanced-cropper-circle-stencil__preview,.advanced-cropper-circle-stencil__grid{width:100%;height:100%;position:absolute}.advanced-cropper-circle-stencil--movable{cursor:move}.advanced-cropper-rectangle-stencil{box-sizing:border-box;-webkit-backface-visibility:hidden;width:100%;height:100%;-webkit-transform-style:preserve-3d;position:absolute}.advanced-cropper-rectangle-stencil__draggable-area,.advanced-cropper-rectangle-stencil__overlay,.advanced-cropper-rectangle-stencil__preview,.advanced-cropper-rectangle-stencil__grid{width:100%;height:100%;position:absolute}.advanced-cropper-rectangle-stencil--movable{cursor:move}.advanced-cropper-simple-line{background:0 0;border-width:0}.advanced-cropper-simple-line--south,.advanced-cropper-simple-line--north{width:100%;height:0}.advanced-cropper-simple-line--east,.advanced-cropper-simple-line--west{width:0;height:100%}.advanced-cropper-simple-line--east{border-right-width:1px}.advanced-cropper-simple-line--west{border-left-width:1px}.advanced-cropper-simple-line--south{border-bottom-width:1px}.advanced-cropper-simple-line--north{border-top-width:1px}.advanced-cropper-simple-handler{display:block}.advanced-cropper-preview{box-sizing:border-box;flex-direction:column;display:flex;position:relative;overflow:hidden}.advanced-cropper-preview__content{position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.advanced-cropper-preview__image{pointer-events:none;-webkit-user-select:none;user-select:none;transform-origin:50%;display:none;position:absolute;max-width:none!important}.advanced-cropper-preview__image--visible{display:block}.advanced-cropper-preview__boundary{flex-grow:1;min-width:0;min-height:0}.cropper-preview-wrapper__fade{flex-grow:1;width:100%;min-height:0}.advanced-cropper{color:#fff;background:#000;flex-direction:column;max-height:100%;display:flex;position:relative;overflow:hidden}.advanced-cropper__boundary{flex-grow:1;min-width:0;min-height:0}.advanced-cropper__wrapper,.advanced-cropper__background-wrapper{position:absolute;inset:0}.advanced-cropper__stencil-wrapper{position:absolute}.advanced-cropper *{box-sizing:border-box}.advanced-cropper-simple-handler{background:currentColor;width:10px;height:10px}.advanced-cropper-simple-line{border-style:solid;border-color:#ffffff4d;transition:border .5s}.advanced-cropper-simple-line--hover{border-color:#fff}.advanced-cropper-circle-stencil__preview{border:2px solid #fff3}.advanced-cropper-stencil-overlay{color:#00000080}.advanced-cropper-stencil-grid{color:#fff6}.currency-select{position:relative}.currency-select__trigger{color:#111827;cursor:pointer;background:#ffffffdb;border:1px solid #7d8baa47;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:52px;padding:10px 14px;transition:border-color .22s,box-shadow .22s,transform .22s,background .22s;display:flex}.currency-select__trigger:hover,.currency-select__trigger--open{background:#fff;border-color:#df871fb8;box-shadow:0 0 0 4px #ffb3472e}.currency-select__value,.currency-select__option{align-items:center;gap:10px;display:flex}.currency-select__icon{object-fit:contain;border-radius:4px;flex-shrink:0;width:32px;height:22px}.currency-select__label{color:#111827;font-size:1rem;font-weight:700}.currency-select__caret{color:#475569;font-size:.9rem}.currency-select__menu{z-index:25;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border:1px solid #e2e8f0f2;border-radius:18px;padding:8px;position:absolute;top:calc(100% + 8px);left:0;right:0;box-shadow:0 22px 42px #0f172a29}.currency-select__option{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;width:100%;padding:10px 12px}.currency-select__option:hover,.currency-select__option--active{background:#ffb34724}@media (width<=560px){.currency-select__trigger{border-radius:14px;min-height:48px;padding:10px 12px}.currency-select__icon{width:28px;height:20px}.currency-select__label{font-size:.95rem}.currency-select__menu{border-radius:14px;padding:6px}.currency-select__option{border-radius:10px;padding:10px}}.transaction-form{background:radial-gradient(circle at 0 0,#ffc16f47,#0000 32%),radial-gradient(circle at 100% 0,#4361ee2e,#0000 36%),linear-gradient(145deg,#fffffff5,#f8faffed);border:1px solid #ffffffbf;border-radius:28px;flex-direction:column;gap:18px;max-width:640px;margin:36px auto;padding:34px 28px 30px;display:flex;position:relative;overflow:hidden;box-shadow:0 22px 55px #13214424,0 10px 28px #ffa60014}.transaction-form:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff47,#0000 42%);position:absolute;inset:0}.transaction-form>*{z-index:1;position:relative}.transaction-form__eyebrow{letter-spacing:.28em;text-transform:uppercase;color:#8b5e34;margin:0;font-size:12px;font-weight:700}.transaction-form__title{color:#000;text-align:center;text-shadow:0 1px 2px #0000002e;letter-spacing:-.04em;margin:0 0 2px;font-size:2rem;font-weight:700}.transaction-form__intro{text-align:center;color:#5e6578;max-width:520px;margin:0 auto 6px;font-size:.98rem;line-height:1.6}.transaction-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 16px;display:grid}.transaction-form__field{flex-direction:column;gap:8px;display:flex}.transaction-form__field--full{grid-column:1/-1}.transaction-form__type-switch{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.transaction-form__type-button{color:#24324a;cursor:pointer;background:#ffffffd6;border:1px solid #7d8baa3d;border-radius:16px;min-height:50px;font-size:1rem;font-weight:800;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s}.transaction-form__type-button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0f172a14}.transaction-form__type-button--active{color:#0f172a;box-shadow:0 12px 22px #0f172a24}.transaction-form__type-button--active:first-child{color:#052e16;background:linear-gradient(135deg,#22c55ef0,#86efacfa);border-color:#22c55e8c;box-shadow:0 12px 22px #22c55e3d}.transaction-form__type-button--active:last-child{color:#450a0a;background:linear-gradient(135deg,#ef4444f0,#fca5a5fa);border-color:#dc262685;box-shadow:0 12px 22px #ef444438}.transaction-form__label{color:#253047;text-align:left;font-size:.95rem;font-weight:700}.transaction-form__control{color:#111827;box-sizing:border-box;background:#ffffffdb;border:1px solid #7d8baa47;border-radius:16px;outline:none;width:100%;min-height:52px;padding:14px 16px;font-family:Segoe UI,Segoe UI Emoji,Apple Color Emoji,Noto Color Emoji,Trebuchet MS,sans-serif;font-size:1rem;transition:border-color .22s,box-shadow .22s,transform .22s,background .22s}.transaction-form__control::placeholder{color:#8d96aa}.transaction-form__control:focus{background:#fff;border-color:#df871fb8;transform:translateY(-1px);box-shadow:0 0 0 4px #ffb3472e}.transaction-form__date-picker{position:relative}.transaction-form__date-trigger{color:#111827;cursor:pointer;box-sizing:border-box;background:#ffffffdb;border:1px solid #7d8baa47;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;width:100%;min-height:52px;padding:14px 16px;transition:border-color .22s,box-shadow .22s,transform .22s,background .22s;display:flex}.transaction-form__date-trigger:hover{background:#fff}.transaction-form__date-picker:focus-within .transaction-form__date-trigger{background:#fff;border-color:#df871fb8;transform:translateY(-1px);box-shadow:0 0 0 4px #ffb3472e}.transaction-form__date-value{color:#111827;pointer-events:none;font-size:1rem;line-height:24px;display:block}.transaction-form__date-icon{pointer-events:none;font-size:1.15rem;line-height:1}.transaction-form__date-native{opacity:0;cursor:pointer;z-index:2;appearance:none;border:0;border-radius:16px;width:100%;height:100%;margin:0;padding:0;position:absolute;inset:0}.transaction-form__upload{background:linear-gradient(135deg,#fff5eaeb,#f5f9ffeb);border:1px dashed #d67e1a66;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.transaction-form__file-input{display:none}.transaction-form__file-button{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#0f172a,#334155);border-radius:999px;justify-content:center;align-items:center;padding:11px 18px;font-size:.95rem;font-weight:700;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;box-shadow:0 10px 22px #0f172a2e}.transaction-form__file-button:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 14px 24px #0f172a38}.transaction-form__file-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.transaction-form__file-meta{text-align:left;flex-direction:column;gap:3px;min-width:0;display:flex}.transaction-form__file-title{color:#253047;font-size:.95rem;font-weight:700}.transaction-form__file-name{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.transaction-form__actions{margin-top:6px}.transaction-form__submit{-webkit-backdrop-filter:blur(10px);color:#ecfdf5;letter-spacing:.01em;cursor:pointer;background:linear-gradient(135deg,#4ade80e6,#22c55ee6);border:1px solid #ffffff4d;border-radius:18px;align-self:center;width:fit-content;min-width:180px;min-height:56px;padding:0 30px;font-size:1.02rem;font-weight:800;transition:transform .22s,box-shadow .22s,filter .22s;position:relative;overflow:hidden;box-shadow:0 10px 20px #22c55e40,0 0 12px #22c55e59,inset 0 1px 1px #fff3}.transaction-form__submit:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-3px);box-shadow:0 16px 30px #22c55e59,0 0 20px #22c55e99,inset 0 1px 2px #ffffff40}.transaction-form__submit:active:not(:disabled){transform:scale(.96);box-shadow:0 6px 12px #22c55e40,0 0 8px #22c55e66}.transaction-form__submit:after{content:"";background:linear-gradient(120deg,#0000,#fff6,#0000);width:50%;height:100%;transition:all .5s;position:absolute;top:0;left:-75%;transform:skew(-20deg)}.transaction-form__submit:hover:after{left:125%}.transaction-form__submit:disabled{cursor:not-allowed;opacity:.75;box-shadow:none;transform:none}@media (width<=960px){.transaction-form{margin:30px 16px;padding:28px 22px 24px}.transaction-form__title{font-size:1.8rem}}@media (width<=760px){.transaction-form{border-radius:24px}.transaction-form__grid{grid-template-columns:1fr;gap:16px}.transaction-form__type-switch{grid-template-columns:1fr}.transaction-form__upload{flex-direction:column;align-items:stretch}.transaction-form__file-actions{justify-content:stretch}.transaction-form__file-button{width:100%}}@media (width<=560px){.transaction-form{border-radius:20px;gap:16px;margin:24px 12px;padding:22px 14px 18px}.transaction-form__title{font-size:1.45rem;line-height:1.15}.transaction-form__label{font-size:.92rem}.transaction-form__control,.transaction-form__date-trigger,.transaction-form__type-button{min-height:48px;font-size:.95rem}.transaction-form__upload{border-radius:16px;padding:12px}.transaction-form__file-actions{gap:8px}.transaction-form__submit{min-height:52px;font-size:.98rem}}@media (width<=720px){.transaction-form{border-radius:22px;margin:24px 14px;padding:24px 18px 22px}.transaction-form__grid{grid-template-columns:1fr}.transaction-form__upload{flex-direction:column;align-items:stretch}.transaction-form__file-button,.transaction-form__file-actions{width:100%}.transaction-form__type-switch{grid-template-columns:1fr}.transaction-form__title{font-size:1.65rem}}.transaction-form__crop-backdrop{z-index:9999;animation:appBackdropIn var(--motion-medium,.26s) ease both;background:#000000a6;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.transaction-form__crop-modal{width:min(520px,100%);animation:appModalIn var(--motion-slow,.42s) var(--ease-out,ease) both;background:#fff;border-radius:18px;padding:18px;box-shadow:0 20px 60px #00000040}.transaction-form__crop-title{color:#111827;margin:0 0 14px;font-size:18px;font-weight:700}.transaction-form__crop-area{background:#111827;border-radius:14px;width:100%;height:360px;position:relative;overflow:hidden}.transaction-form__crop-range{width:100%;margin:16px 0}.transaction-form__crop-actions{justify-content:flex-end;gap:10px;display:flex}.transaction-form__crop-actions button{cursor:pointer;border:none;border-radius:12px;padding:10px 16px;font-weight:700}.transaction-form__crop-actions button:first-child{color:#111827;background:#e5e7eb}.transaction-form__crop-actions button:last-child{color:#fff;background:#2563eb}@media (width<=640px){.transaction-form__crop-modal{padding:14px}.transaction-form__crop-area{height:300px}.transaction-form__crop-actions{flex-direction:column}.transaction-form__crop-actions button{width:100%}}.transaction-form__crop-tools{align-items:center;gap:10px;margin-bottom:12px;display:flex}.transaction-form__crop-tools button{cursor:pointer;color:#111827;background:#e5e7eb;border:none;border-radius:12px;padding:9px 14px;font-weight:700}.transaction-form__crop-tools input[type=color]{cursor:pointer;background:0 0;border:none;width:44px;height:38px}.transaction-form__crop-area--editor{background:#111827;justify-content:center;height:auto;padding:10px;display:flex}.transaction-form__crop-area--editor canvas{max-width:100%;height:auto}.transaction-form__file-button--camera{width:44px;height:44px;box-shadow:none;cursor:pointer;background:0 0;border:1px solid #00000026;border-radius:14px;justify-content:center;align-items:center;transition:all .2s;display:flex}.transaction-form__file-button--camera:hover{border-color:#22c55e99;transform:scale(1.05);box-shadow:0 0 0 2px #22c55e26,0 0 12px #22c55e59}.transaction-form__file-button--camera:active{transform:scale(.94);box-shadow:0 0 0 1px #22c55e33,0 0 6px #22c55e4d}.transaction-form__file-button--camera svg{width:20px;height:20px;display:block}.transaction-form__camera-float{z-index:999;color:#111827;width:46px;height:46px;box-shadow:none;cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;font-size:30px;animation:2.2s ease-in-out infinite cameraFloatPulse;display:flex;position:fixed;bottom:88px;right:18px}.transaction-form__camera-float:active{box-shadow:none;transform:scale(.94)}@keyframes cameraFloatPulse{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}@media (width>=768px){.transaction-form__camera-float{width:auto;height:auto;box-shadow:none;padding:10px 14px;font-size:20px;position:static}}.transaction-form__file-remove{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:2px 8px;font-size:14px;line-height:1}.transaction-form__file-remove:active{transform:scale(.9)}.transaction-form__submit--saving{background:linear-gradient(135deg,#86efac,#22c55e,#15803d);animation:1.5s ease-in-out infinite submitSuccessPulse}@keyframes submitSuccessPulse{0%{transform:scale(1);box-shadow:0 10px 20px #22c55e40,0 0 12px #22c55e59}50%{transform:scale(1.025);box-shadow:0 14px 30px #22c55e52,0 0 18px #22c55e6b}to{transform:scale(1);box-shadow:0 10px 20px #22c55e40,0 0 12px #22c55e59}}.transaction-form__crop-modal--fullscreen{color:#fff;background:#050505;border-radius:0;flex-direction:column;width:100vw;max-width:none;height:100dvh;max-height:none;padding:14px;display:flex}.transaction-form__crop-modal--fullscreen .transaction-form__crop-area{background:#000;flex:1;min-height:0}.transaction-form__crop-modal--fullscreen .transaction-form__advanced-cropper{width:100%;height:100%;min-height:0}.transaction-list{background:radial-gradient(circle at 0 0,#ffc37133,#0000 30%),radial-gradient(circle at 100% 0,#6366f124,#0000 34%),linear-gradient(145deg,#fffffffa,#f8fafff5);border:1px solid #fffc;border-radius:28px;max-width:980px;margin:34px auto 18px;padding:30px 24px 28px;box-shadow:0 24px 54px #1321441f,0 10px 24px #ffa60014}.transaction-list--embedded{max-width:none;margin:0}.transaction-list__header{text-align:center;margin-bottom:22px}.transaction-list__title{color:#111827;text-shadow:0 1px 2px #00000029;margin:0 0 8px}.transaction-list__section{border:1px solid #ffffffb8;border-radius:22px;margin-bottom:18px;padding:16px;box-shadow:inset 0 0 0 1px #ffffff85,0 10px 22px #0f172a0d}.transaction-list__section--years{background:radial-gradient(circle at 0 0,#ffd66638,#0000 34%),linear-gradient(145deg,#fff9eef5,#ffffffeb)}.transaction-list__section--months{background:radial-gradient(circle at 100% 0,#6750a41f,#0000 32%),linear-gradient(145deg,#f4f7fff5,#ffffffeb)}.transaction-list__section-label{color:#4b5563;letter-spacing:.02em;text-transform:uppercase;text-align:center;margin-bottom:12px;font-size:.92rem;font-weight:800}.transaction-list__years{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.transaction-list__months{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.transaction-list__month-button{color:#24324a;cursor:pointer;background:#ffffffd6;border:none;border-radius:18px;min-height:50px;font-size:.98rem;font-weight:800;transition:transform .2s,box-shadow .2s,background .2s,color .2s;box-shadow:inset 0 0 0 1px #7d8baa38}.transaction-list__month-button:hover{transform:translateY(-1px);box-shadow:inset 0 0 0 1px #f4922a70,0 12px 22px #0f172a14}.transaction-list__month-button--active{color:#162033;background:linear-gradient(135deg,#ef7c2b,#f3b233 56%,#ffd166);box-shadow:0 14px 26px #ef7c2b33}.transaction-list__panel{background:radial-gradient(circle at 0 0,#10b98124,#0000 30%),linear-gradient(145deg,#f1fcf7f5,#f8fafff5);border:1px solid #cdd7e7eb;border-radius:24px;padding:24px;box-shadow:inset 0 0 0 1px #ffffffb8,0 18px 30px #0f172a0d}.transaction-list__month-heading{border-bottom:1px solid #e2e8f0f2;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}.transaction-list__month-title{color:#1f2937;margin:0}.transaction-list__month-title-row{flex:1;align-items:center;gap:14px;min-width:0;display:flex}.transaction-list__search{color:#1f2937;width:min(320px,38vw);min-height:40px;font:inherit;background:#ffffffdb;border:1px solid #94a3b86b;border-radius:14px;outline:none;padding:0 14px;font-weight:700;transition:border-color .2s,box-shadow .2s,background .2s}.transaction-list__search--top{border-radius:18px;width:100%;min-height:50px}.transaction-list__search::placeholder{color:#94a3b8;font-weight:700}.transaction-list__search:focus{background:#fff;border-color:#ef7c2bad;box-shadow:0 0 0 4px #ef7c2b1f}.transaction-list__month-count{color:#7c8699;font-weight:700}.transaction-list__sort{background:#ffffffa3;border:1px solid #dfe5efeb;border-radius:18px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:20px;padding:14px 16px;display:flex}.transaction-list__sort-label{color:#334155;font-weight:800}.transaction-list__sort-options{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.transaction-list__date-filter{align-items:center;gap:8px;display:flex;position:relative}.transaction-list__date-filter--top{grid-template-columns:minmax(0,1fr) auto;width:100%;display:grid}.transaction-list__date-filter-label{color:#334155;text-transform:uppercase;min-width:34px;font-size:.76rem;font-weight:900}.transaction-list__sort-button{color:#24324a;cursor:pointer;background:#ffffffe0;border:1px solid #7d8baa38;border-radius:999px;min-height:38px;padding:0 14px;font-weight:800;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s}.transaction-list__sort-button:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0f172a14}.transaction-list__sort-button--active{color:#182235;background:linear-gradient(135deg,#ef7c2b,#f3b233 56%,#ffd166);border-color:#df871f7a;box-shadow:0 12px 20px #ef7c2b29}.transaction-list__date-button{justify-content:center;align-items:center;gap:8px;display:inline-flex}.transaction-list__date-filter--top .transaction-list__date-button{border-radius:18px;width:100%;min-height:50px}.transaction-list__date-button-text{text-overflow:ellipsis;white-space:nowrap;max-width:240px;overflow:hidden}.transaction-list__date-clear{color:#475569;cursor:pointer;background:#ffffffe6;border:1px solid #7d8baa38;border-radius:999px;width:28px;height:28px;font-weight:900}.transaction-list__calendar-popover{z-index:20;background:#fff;border:1px solid #cbd5e1f2;border-radius:18px;width:min(320px,86vw);padding:14px;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 20px 44px #0f172a2e}.transaction-list__calendar-step{color:#111827;text-align:center;margin-bottom:10px;font-weight:900}.transaction-list__calendar-nav{grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:8px;margin-bottom:12px;display:grid}.transaction-list__calendar-nav button{color:#1f2937;cursor:pointer;background:#f8fafcf5;border:1px solid #7d8baa3d;border-radius:12px;height:34px;font-size:1.28rem;font-weight:900}.transaction-list__calendar-selects{grid-template-columns:minmax(0,1fr) 82px;gap:8px;display:grid}.transaction-list__calendar-selects select{color:#1f2937;background:#fff;border:1px solid #7d8baa3d;border-radius:12px;min-height:34px;padding:0 8px;font-weight:800}.transaction-list__calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;display:grid}.transaction-list__calendar-grid--weekdays{margin-bottom:8px}.transaction-list__calendar-grid--weekdays span{color:#64748b;text-align:center;font-size:.72rem;font-weight:900}.transaction-list__calendar-day{aspect-ratio:1;color:#24324a;cursor:pointer;background:#f8fafce6;border:1px solid #0000;border-radius:12px;font-weight:900}.transaction-list__calendar-day:hover{background:#fff7edf0;border-color:#ef7c2b5c}.transaction-list__calendar-day--range{background:#ffedd5db}.transaction-list__calendar-day--selected{color:#182235;background:linear-gradient(135deg,#ef7c2b,#f3b233 56%,#ffd166);border-color:#df871f85}.transaction-list__empty{text-align:center;color:#6b7280;background:#f8fafcd6;border:1px dashed #cbd5e1f2;border-radius:18px;padding:34px 16px}.transaction-list__cards{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:56px 28px;padding:8px 6px 10px;display:grid;position:relative}.transaction-list__card{background:linear-gradient(160deg,#fff,#f9fbfffa);border:2px solid #cdd8e9f2;border-radius:20px;flex-direction:column;gap:14px;min-height:100%;padding:16px;display:flex;position:relative;box-shadow:0 18px 30px #0f172a14,0 0 0 3px #fffffff2}.transaction-list__card--income{border-color:#22c55e80;box-shadow:inset 0 0 18px #22ff7847,0 18px 30px #0f172a14,0 0 0 3px #dcfce7f2}.transaction-list__card--expense{border-color:#f8717194;box-shadow:inset 0 0 18px #ff30303d,0 18px 30px #0f172a14,0 0 0 3px #fee2e2f2}.transaction-list__cards--editing{grid-template-columns:1fr;column-gap:0}.transaction-list__card--editing{width:100%;max-width:none}.transaction-list__card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.transaction-list__receipt-button{color:#25548a;cursor:pointer;background:linear-gradient(135deg,#b8d8ff,#d9ecff);border:none;border-radius:999px;align-self:flex-end;min-height:34px;padding:0 12px;font-size:.84rem;font-weight:800;transition:transform .2s,box-shadow .2s,filter .2s;box-shadow:0 8px 18px #79aae633}.transaction-list__receipt-button:hover{filter:brightness(1.03);transform:translateY(-1px);box-shadow:0 12px 22px #79aae642}.transaction-list__datetime-block{align-items:center;gap:10px;display:flex}.transaction-list__datetime{text-align:left;color:#667085;font-size:.88rem;line-height:1.45}.transaction-list__details{text-align:center;flex-direction:column;flex:1;justify-content:center;gap:8px;padding:8px 2px 2px;display:flex}.transaction-list__detail,.transaction-list__edit-field{flex-direction:column;gap:6px;display:flex}.transaction-list__type-switch{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.transaction-list__type-button{color:#24324a;cursor:pointer;background:#ffffffeb;border:1px solid #7d8baa3d;border-radius:14px;min-height:42px;font-weight:800;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s}.transaction-list__type-button:hover{transform:translateY(-1px);box-shadow:0 8px 16px #0f172a14}.transaction-list__type-button--active{color:#0f172a;box-shadow:0 10px 18px #0f172a24}.transaction-list__type-button--active:first-child{color:#052e16;background:linear-gradient(135deg,#22c55ef0,#86efacfa);border-color:#22c55e8c;box-shadow:0 10px 18px #22c55e38}.transaction-list__type-button--active:last-child{color:#450a0a;background:linear-gradient(135deg,#ef4444f0,#fca5a5fa);border-color:#dc262685;box-shadow:0 10px 18px #ef444438}.transaction-list__detail-label,.transaction-list__edit-label{color:#667085;font-size:.86rem;font-weight:700}.transaction-list__detail-value{color:#132238;font-size:.98rem;font-weight:700;line-height:1.35}.transaction-list__detail-value--amount{color:#1d4ed8;font-size:1.05rem}.transaction-list__detail-value--details{color:#5b6579;font-size:.92rem;font-weight:600}.transaction-list__edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.transaction-list__edit-field--full{grid-column:1/-1}.transaction-list__edit-spacer{visibility:hidden}.transaction-list__input{color:#111827;box-sizing:border-box;background:#ffffffeb;border:1px solid #7d8baa47;border-radius:14px;width:100%;min-height:48px;padding:12px 14px;font-size:.98rem}.transaction-list__input:focus{border-color:#df871fb8;outline:none;box-shadow:0 0 0 4px #ffb3472e}.transaction-list__input option[value=""]{display:none}.transaction-list__textarea{min-height:48px;font-family:inherit}.transaction-list__receipt-editor{background:linear-gradient(145deg,#fff8f0d6,#f5f8fff2);border:1px dashed #f59e0b59;border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.transaction-list__receipt-editor-copy{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.transaction-list__receipt-status{color:#132238;font-size:.88rem;font-weight:800;line-height:1.35}.transaction-list__receipt-current{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1d4ed8,#3b82f6);border:none;border-radius:999px;min-height:36px;padding:8px 14px;font-size:.86rem;font-weight:800;transition:transform .2s,box-shadow .2s,filter .2s;box-shadow:0 10px 20px #3b82f62e}.transaction-list__receipt-current:hover{filter:brightness(1.03);transform:translateY(-1px);box-shadow:0 14px 24px #3b82f638}.transaction-list__receipt-editor-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.transaction-list__receipt-upload,.transaction-list__receipt-remove{cursor:pointer;border:none;border-radius:999px;min-height:36px;padding:8px 14px;font-size:.84rem;font-weight:800;transition:transform .2s,box-shadow .2s,filter .2s}.transaction-list__receipt-upload{color:#fff;background:linear-gradient(135deg,#0f172a,#334155);justify-content:center;align-items:center;display:inline-flex;box-shadow:0 10px 20px #0f172a24}.transaction-list__receipt-upload--camera{color:#132238;background:linear-gradient(135deg,#ef7c2b,#f3b233);box-shadow:0 10px 20px #f3b2332e}.transaction-list__receipt-remove{color:#c2410c;background:#ffffffe0;box-shadow:inset 0 0 0 1px #fb923c47}.transaction-list__receipt-upload:hover,.transaction-list__receipt-remove:hover{filter:brightness(1.03);transform:translateY(-1px)}.transaction-list__file-input{display:none}.transaction-list__receipt-backdrop{z-index:1100;animation:appBackdropIn var(--motion-medium,.26s) ease both;background:#0f172a52;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.transaction-list__receipt-modal{width:min(100%,900px);max-height:88vh;animation:appModalIn var(--motion-slow,.42s) var(--ease-out,ease) both;background:linear-gradient(145deg,#fffffffc,#f7f9fdf7);border-radius:24px;padding:20px;position:relative;overflow:auto;box-shadow:0 24px 54px #0f172a3d}.transaction-list__receipt-modal--compact{width:min(100vw - 40px,460px);margin:auto}.statement-transaction-modal{padding:20px 28px 28px}.statement-transaction-modal__card{box-sizing:border-box;width:100%;min-height:430px;box-shadow:none}.transaction-list__receipt-close{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:999px;width:36px;height:36px;font-weight:800;position:absolute;top:14px;right:14px}.transaction-list__receipt-title{color:#111827;margin:0 44px 16px 0}.transaction-list__receipt-image-wrap{width:fit-content;max-width:100%;margin:0 auto 16px;position:relative}.transaction-list__receipt-download{color:#fff;cursor:pointer;background:#0f172ad1;border:none;border-radius:999px;width:42px;height:42px;font-size:1.25rem;font-weight:900;line-height:1;transition:transform .2s,background .2s,box-shadow .2s;position:absolute;top:12px;right:12px;box-shadow:0 10px 22px #0f172a47}.transaction-list__receipt-download:hover{background:#1d4ed8e6;transform:translateY(-1px);box-shadow:0 14px 26px #1d4ed84d}.transaction-list__receipt-download img{filter:brightness(0)invert();pointer-events:none;width:22px;height:22px;margin:auto;display:block}.transaction-list__confirm-modal{width:min(100%,360px);animation:appModalIn var(--motion-slow,.42s) var(--ease-out,ease) both;background:linear-gradient(145deg,#fffffffc,#f7f9fdf7);border:1px solid #ffffffd1;border-radius:22px;padding:22px 22px 18px;position:relative;box-shadow:0 24px 54px #0f172a3d}.transaction-list__confirm-title{color:#111827;text-align:center;margin:0 36px 8px;font-size:1.08rem;font-weight:800}.transaction-list__confirm-message{color:#4b5563;margin:0;line-height:1.5}.transaction-list__confirm-message--danger{color:#dc2626;font-weight:800}.transaction-list__confirm-actions{justify-content:center;gap:14px;margin-top:20px;display:flex}.transaction-list__confirm-button{cursor:pointer;border:none;border-radius:999px;width:54px;height:54px;font-size:1.4rem;font-weight:800;transition:transform .2s,box-shadow .2s,filter .2s}.transaction-list__confirm-button:hover:not(:disabled){filter:brightness(1.03);transform:translateY(-1px)}.transaction-list__confirm-button:disabled{opacity:.68;cursor:not-allowed}.transaction-list__confirm-button--accept{color:#0f5132;background:linear-gradient(135deg,#5fd28b,#9ae6b4);box-shadow:0 10px 20px #5fd28b3d}.transaction-list__confirm-button--reject{color:#7f1d1d;background:linear-gradient(135deg,#ff8a8a,#ff5c73);box-shadow:0 10px 20px #ff5c733d}.transaction-list__receipt-frame,.transaction-list__receipt-preview{background:#fff;border:none;border-radius:16px;width:100%}.transaction-list__receipt-frame{min-height:72vh}.transaction-list__receipt-preview{object-fit:contain;max-height:72vh}.transaction-list__actions{border-top:1px solid #e3e9f3f2;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:auto;padding-top:12px;display:flex}.transaction-list__action{cursor:pointer;border:none;border-radius:999px;min-width:84px;min-height:34px;padding:0 12px;font-size:.84rem;font-weight:800;transition:transform .2s,box-shadow .2s,filter .2s}.transaction-list__action:hover:not(:disabled){transform:translateY(-1px)}.transaction-list__action:disabled{opacity:.68;cursor:not-allowed}.transaction-list__action--edit,.transaction-list__action--save{color:#8a5a00;background:linear-gradient(135deg,#ffd76a,#ffef9a 55%,#fff5c4);box-shadow:0 8px 16px #ffca2838}.transaction-list__action--delete{color:#8f1026;background:linear-gradient(135deg,#ff8a8a,#ff5c73 55%,#ffc0c7);box-shadow:0 8px 16px #ff5c733d}.transaction-list__action--cancel{color:#1f2937;background:#e2e8f0e6}@media (width<=1120px){.transaction-list{margin:30px 16px 18px;padding:26px 18px 22px}.transaction-list__cards{gap:34px 20px;position:relative}}@media (width<=860px){.transaction-list{margin:26px 14px 18px;padding:22px 16px 20px}.transaction-list__section{border-radius:20px;padding:14px}.transaction-list__filter-row{grid-template-columns:1fr}.transaction-list__years,.transaction-list__months{grid-template-columns:repeat(3,minmax(0,1fr))}.transaction-list__details,.transaction-list__edit-grid,.transaction-list__type-switch{grid-template-columns:1fr}.transaction-list__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 20px;position:relative}.transaction-list__receipt-editor{flex-direction:column;align-items:flex-start}.transaction-list__receipt-editor-actions{justify-content:flex-start}.transaction-list__month-heading,.transaction-list__sort,.transaction-list__card-header{flex-direction:column;align-items:flex-start}.transaction-list__month-title-row{width:100%}.transaction-list__search{width:min(360px,100%)}.transaction-list__sort-options{justify-content:flex-start}.transaction-list__date-filter{flex-wrap:wrap}.transaction-list__receipt-button{align-self:flex-start}}@media (width<=560px){.transaction-list{border-radius:22px;margin:22px 12px 16px;padding:18px 12px 16px}.transaction-list__title{font-size:1.5rem}.transaction-list__section{border-radius:18px;margin-bottom:14px;padding:12px}.transaction-list__section-label{margin-bottom:10px;font-size:.84rem}.transaction-list__years,.transaction-list__months{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.transaction-list__cards{grid-template-columns:1fr;row-gap:48px;padding:12px 4px 14px;position:relative}.transaction-list__panel{border-radius:18px;padding:16px 12px}.transaction-list__month-heading{gap:8px;margin-bottom:14px;padding-bottom:10px}.transaction-list__month-title,.transaction-list__month-count{text-align:left;width:100%}.transaction-list__month-title-row{flex-direction:column;align-items:flex-start;gap:10px}.transaction-list__search{border-radius:12px;width:100%;min-height:38px;font-size:.86rem}.transaction-list__sort{border-radius:16px;padding:12px}.transaction-list__sort-button,.transaction-list__month-button{border-radius:14px;min-height:36px;padding:0 8px;font-size:.74rem;line-height:1.1}.transaction-list__date-button-text{max-width:150px}.transaction-list__date-filter-label{min-width:30px;font-size:.68rem}.transaction-list__card{border-radius:18px;margin:0;padding:14px 12px;position:relative}.transaction-list__card-header{gap:10px;padding-bottom:10px}.transaction-list__datetime,.transaction-list__detail-value,.transaction-list__detail-value--details{font-size:.92rem}.transaction-list__detail-value--amount{font-size:1rem}.transaction-list__receipt-button,.transaction-list__action{min-height:38px;font-size:.8rem}.transaction-list__action{width:calc(50% - 4px);min-width:0}.transaction-list__actions{gap:6px}.transaction-list__receipt-modal{border-radius:18px;padding:16px 12px 12px}.transaction-list__receipt-title{margin-right:34px;font-size:1rem}.transaction-list__receipt-frame{min-height:62vh}.transaction-list__confirm-modal{border-radius:18px;width:min(100%,320px);padding:18px 14px 14px}.transaction-list__confirm-title{margin:0 28px 8px;font-size:1rem}.transaction-list__confirm-actions{gap:12px}.transaction-list__confirm-button{width:50px;height:50px;font-size:1.25rem}}@media (width>=768px){.transaction-list__card-header{flex-direction:column;justify-content:center;align-items:center}.transaction-list__datetime-block{justify-content:center;width:100%}.transaction-list__datetime{text-align:center;width:100%}.transaction-list__receipt-button{align-self:center;margin-top:6px}}@media (width<=767px){.transaction-list__card-header{flex-direction:row;justify-content:space-between;align-items:center;padding-right:34px}.transaction-list__receipt-button{margin:0}.transaction-list__select-box{top:18px;right:10px}}.transaction-list__select-box{color:#fff;cursor:pointer;z-index:2;background:#fff;border:1px solid #64748b99;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:.75rem;font-weight:900;line-height:1;display:flex;position:absolute;top:10px;right:10px}.transaction-list__select-box--checked{background:#2563eb;border-color:#2563eb}.transaction-list__bulk-bar{justify-content:flex-end;align-items:center;gap:10px;margin:0 0 14px;display:flex}.transaction-list__select-all{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:999px;min-height:30px;padding:0 12px;font-size:.82rem;font-weight:800}.transaction-list__bulk-delete{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:999px;min-height:30px;padding:0 12px;font-size:.82rem;font-weight:800}.transaction-list__option--active{color:#92400e;background-color:#fde68a;font-weight:700}.transaction-list__change-year{color:#1d4ed8;letter-spacing:.02em;cursor:pointer;background:#2563eb14;border:1px solid #2563eb4d;border-radius:999px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 14px;font-size:.82rem;font-weight:700;transition:all .2s;display:inline-flex}.transaction-list__change-year:hover{background:#2563eb26;border-color:#2563eb80}.transaction-list__change-year:active{transform:scale(.97)}.transaction-list__change-year:focus{outline:none;box-shadow:0 0 0 2px #2563eb33}.transaction-list__select-row{align-items:center;gap:10px;display:flex}.transaction-list__initial-filters{gap:12px;display:grid}.transaction-list__filter-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.transaction-list__select{color:#22314a;cursor:pointer;background:#ffffffd6;border:1px solid #7d8baa38;border-radius:18px;width:100%;min-height:50px;padding:0 14px;font-size:.98rem;font-weight:800;box-shadow:inset 0 0 0 1px #ffffff80}.transaction-list__change-year-placeholder{flex-shrink:0;width:196px;min-height:34px}.transaction-list__crop-modal-full{color:#fff;background:#050505;border-radius:0;flex-direction:column;width:100vw;max-width:none;height:100vh;max-height:none;padding:14px;display:flex}.transaction-form__advanced-cropper{background:#000;flex:1;width:100%;min-height:0}.transaction-form__advanced-cropper img{object-fit:contain}.transaction-list__crop-actions{gap:10px;margin-top:12px;display:flex}.transaction-list__crop-actions button{cursor:pointer;border:none;border-radius:14px;flex:1;min-height:48px;font-weight:800}.transaction-list__crop-actions button:first-child{color:#fff;background:#1f2937}.transaction-list__crop-actions button:last-child{color:#052e16;background:linear-gradient(135deg,#4ade80,#22c55e)}.transaction-list__pending-list{flex-direction:column;gap:12px;display:flex}.transaction-list__pending-card{background:#fff;border:1px solid #cbd5e1e6;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;padding:14px;display:flex;box-shadow:0 10px 22px #0f172a0f}.transaction-list__pending-info{text-align:left;color:#334155;flex-direction:column;gap:4px;font-size:.9rem;display:flex}.transaction-list__pending-info strong{color:#111827}.transaction-list__pending-actions{flex-shrink:0;gap:10px;display:flex}@media (width<=560px){.transaction-list__pending-card{flex-direction:column;align-items:stretch}.transaction-list__pending-actions{justify-content:center}}.transaction-list__card--pending-approval{background:linear-gradient(160deg,#fef3c7,#fde68a);border-color:#f59e0b;animation:1.6s ease-in-out infinite pendingApprovalPulse}@keyframes pendingApprovalPulse{0%{transform:scale(1)}50%{transform:scale(1.025)}to{transform:scale(1)}}.transaction-list__title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.transaction-list__reload-button{cursor:pointer;color:#0369a1;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:700;transition:transform .2s,box-shadow .2s;display:flex}.transaction-list__reload-button:hover{transform:rotate(90deg)scale(1.1);box-shadow:0 6px 12px #0369a133}.transaction-list__reload-button:active{transform:scale(.95)}.transaction-list__reload-button--spinning{animation:.8s linear infinite reloadSpin}@keyframes reloadSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.transaction-list__count-row{align-items:center;gap:8px;display:flex}.notice-modal__backdrop{z-index:1000;background:#0f172a2e;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.notice-modal{text-align:left;background:linear-gradient(145deg,#fffffffa,#f8fafff5);border:1px solid #ffffffd1;border-radius:20px;width:min(100%,360px);padding:22px 22px 18px;position:relative;box-shadow:0 24px 50px #0f172a33,0 10px 24px #0f172a14}.notice-modal--success{background:linear-gradient(145deg,#ecfdf5fc,#bbf7d0f5);border-left:5px solid #22c55e}.notice-modal--error{background:linear-gradient(145deg,#fef2f2fc,#fca5a5f5);border-left:5px solid #ef4444}.notice-modal__close{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:999px;width:32px;height:32px;font-weight:700;position:absolute;top:12px;right:12px;box-shadow:0 8px 18px #dc26263d}.notice-modal__title{color:#111827;margin:0 36px 8px 0;font-size:1.05rem;font-weight:800}.notice-modal__header{justify-content:space-between;align-items:center;gap:16px;margin-right:36px;display:flex}.notice-modal__action{color:#2563eb;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:.96rem;font-weight:800}.notice-modal__message{color:#4b5563;margin:0;font-size:.96rem;line-height:1.5}@media (width<=560px){.notice-modal__backdrop{padding:12px}.notice-modal{border-radius:18px;width:min(100%,320px);padding:18px 14px 14px}.notice-modal__header{align-items:flex-start;gap:10px;margin-right:30px}.notice-modal__title{margin:0;font-size:1rem}.notice-modal__action{white-space:normal;text-align:right;font-size:.9rem}.notice-modal__message{margin-top:8px;font-size:.92rem}}.react-international-phone-country-selector{position:relative}.react-international-phone-country-selector-button{height:var(--react-international-phone-height,36px);box-sizing:border-box;border:1px solid var(--react-international-phone-country-selector-border-color,var(--react-international-phone-border-color,gainsboro));appearance:button;background-color:var(--react-international-phone-country-selector-background-color,var(--react-international-phone-background-color,white));cursor:pointer;text-transform:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.react-international-phone-country-selector-button:hover{background-color:var(--react-international-phone-country-selector-background-color-hover,whitesmoke)}.react-international-phone-country-selector-button--hide-dropdown{cursor:auto}.react-international-phone-country-selector-button--hide-dropdown:hover{background-color:#0000}.react-international-phone-country-selector-button__button-content{justify-content:center;align-items:center;display:flex}.react-international-phone-country-selector-button__flag-emoji{margin:0 4px}.react-international-phone-country-selector-button__flag-emoji--disabled{opacity:.75}.react-international-phone-country-selector-button__dropdown-arrow{border-top:var(--react-international-phone-country-selector-arrow-size,4px) solid var(--react-international-phone-country-selector-arrow-color,#777);border-right:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;border-left:var(--react-international-phone-country-selector-arrow-size,4px) solid transparent;margin-right:4px;transition:all .1s ease-out}.react-international-phone-country-selector-button__dropdown-arrow--active{transform:rotateX(180deg)}.react-international-phone-country-selector-button__dropdown-arrow--disabled{border-top-color:var(--react-international-phone-disabled-country-selector-arrow-color,#999)}.react-international-phone-country-selector-button--disabled,.react-international-phone-country-selector-button--disabled:hover{background-color:var(--react-international-phone-disabled-country-selector-background-color,var(--react-international-phone-disabled-background-color,whitesmoke))}.react-international-phone-country-selector-button--disabled{cursor:auto}.react-international-phone-flag-emoji{width:var(--react-international-phone-flag-width,24px);height:var(--react-international-phone-flag-height,24px);box-sizing:border-box}.react-international-phone-country-selector-dropdown{z-index:1;top:var(--react-international-phone-dropdown-top,44px);left:var(--react-international-phone-dropdown-left,0);background-color:var(--react-international-phone-dropdown-item-background-color,var(--react-international-phone-background-color,white));width:300px;max-height:200px;box-shadow:var(--react-international-phone-dropdown-shadow,2px 2px 16px #00000040);color:var(--react-international-phone-dropdown-item-text-color,var(--react-international-phone-text-color,#222));flex-direction:column;margin:0;padding:4px 0;list-style:none;display:flex;position:absolute;overflow-y:scroll}.react-international-phone-country-selector-dropdown__preferred-list-divider{height:1px;margin:var(--react-international-phone-dropdown-preferred-list-divider-margin,0);background:var(--react-international-phone-dropdown-preferred-list-divider-color,var(--react-international-phone-border-color,gainsboro));border:none}.react-international-phone-country-selector-dropdown__list-item{min-height:var(--react-international-phone-dropdown-item-height,28px);box-sizing:border-box;align-items:center;padding:2px 8px;display:flex}.react-international-phone-country-selector-dropdown__list-item-flag-emoji{margin-right:8px}.react-international-phone-country-selector-dropdown__list-item-country-name{font-size:var(--react-international-phone-dropdown-item-font-size,14px);text-overflow:ellipsis;white-space:nowrap;margin-right:8px;overflow:hidden}.react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-dropdown-item-dial-code-color,gray);font-size:var(--react-international-phone-dropdown-item-font-size,14px)}.react-international-phone-country-selector-dropdown__list-item:hover{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke));cursor:pointer}.react-international-phone-country-selector-dropdown__list-item--selected,.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke);color:var(--react-international-phone-selected-dropdown-item-text-color,var(--react-international-phone-text-color,#222))}.react-international-phone-country-selector-dropdown__list-item--selected .react-international-phone-country-selector-dropdown__list-item-dial-code,.react-international-phone-country-selector-dropdown__list-item--focused .react-international-phone-country-selector-dropdown__list-item-dial-code{color:var(--react-international-phone-selected-dropdown-item-dial-code-color,var(--react-international-phone-dropdown-item-dial-code-color,gray))}.react-international-phone-country-selector-dropdown__list-item--focused{background-color:var(--react-international-phone-selected-dropdown-item-background-color,var(--react-international-phone-selected-dropdown-item-background-color,whitesmoke))}.react-international-phone-dial-code-preview{border:1px solid var(--react-international-phone-dial-code-preview-border-color,var(--react-international-phone-border-color,gainsboro));background-color:var(--react-international-phone-dial-code-preview-background-color,var(--react-international-phone-background-color,white));color:var(--react-international-phone-dial-code-preview-text-color,var(--react-international-phone-text-color,#222));font-size:var(--react-international-phone-dial-code-preview-font-size,var(--react-international-phone-font-size,13px));justify-content:center;align-items:center;margin-right:-1px;padding:0 8px;display:flex}.react-international-phone-dial-code-preview--disabled{background-color:var(--react-international-phone-dial-code-preview-disabled-background-color,var(--react-international-phone-disabled-background-color,whitesmoke));color:var(--react-international-phone-dial-code-preview-disabled-text-color,var(--react-international-phone-disabled-text-color,#666))}.react-international-phone-input-container{display:flex}.react-international-phone-input-container .react-international-phone-country-selector-button{border-radius:var(--react-international-phone-border-radius,4px);border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-1px}.react-international-phone-input-container .react-international-phone-input{height:var(--react-international-phone-height,36px);box-sizing:border-box;border:1px solid var(--react-international-phone-border-color,gainsboro);border-radius:var(--react-international-phone-border-radius,4px);background-color:var(--react-international-phone-background-color,white);color:var(--react-international-phone-text-color,#222);font-family:inherit;font-size:var(--react-international-phone-font-size,13px);border-top-left-radius:0;border-bottom-left-radius:0;margin:0;padding:0 8px;overflow:visible}.react-international-phone-input-container .react-international-phone-input:focus{outline:none}.react-international-phone-input-container .react-international-phone-input--disabled{background-color:var(--react-international-phone-disabled-background-color,whitesmoke);color:var(--react-international-phone-disabled-text-color,#666)}.hero-slider{isolation:isolate;border-radius:0 0 28px 28px;height:clamp(380px,48vw,560px);min-height:min(58svh,560px);position:relative;overflow:hidden}.hero-slider--compact,.hero-slider--finance{height:clamp(210px,22vw,300px);min-height:220px}.hero-slider--home{height:clamp(210px,22vw,300px);min-height:600px}.hero-slider__slides,.hero-slider__slide,.hero-slider__overlay{position:absolute;inset:0}.hero-slider__slides{z-index:-2}.hero-slider__slide{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .9s,transform 6s;transform:scale(1.045)}.hero-slider__slide--active{opacity:1;transform:scale(1)}.hero-slider__overlay{z-index:-1;background:0 0}.hero-slider:after{content:"";background:linear-gradient(90deg,#0000,#f9cc12e0,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.hero-slider__content{text-align:left;flex-direction:column;justify-content:flex-end;width:90%;height:100%;margin:0 auto;padding:120px 0 42px;display:flex}.hero-slider--compact .hero-slider__content{padding:92px 0 28px}@media (width<=920px){.hero-slider{height:360px;min-height:340px}.hero-slider--compact{height:260px;min-height:210px}.hero-slider--finance{height:190px;min-height:180px}.hero-slider--home{height:475px;min-height:455px}.hero-slider__content{padding-top:104px;padding-bottom:34px}}.member-auth{color:#0b3454;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff);min-height:100svh}.member-auth__panel{text-align:left;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff) padding-box padding-box,linear-gradient(135deg,#ffd166,#ff8fab,#80edff,#b8f7d4) border-box;border:6px solid #0000;border-radius:8px;width:min(90%,560px);margin:48px auto 80px;padding:34px;box-shadow:0 24px 54px #21364838}.member-auth__kicker{color:#c9151e;letter-spacing:.18em;text-transform:uppercase;text-shadow:none;margin-bottom:10px;font-size:.78rem;font-weight:950}.member-auth h1{color:#0b3454;letter-spacing:0;margin:0;font-size:clamp(2rem,5vw,3.2rem);font-weight:950}.member-auth__text{color:#0b3454b8;margin-top:14px;line-height:1.65}.member-auth__status{border-radius:6px;margin-top:20px;padding:12px 14px;font-weight:800}.member-auth__status--error{color:#9f2f2f;background:#a33a3a14;border:1px solid #a33a3a47}.member-auth__status--success{color:#166534;background:#16653414;border:1px solid #16653438}.member-auth__form{gap:16px;margin-top:24px;display:grid}.member-auth__form label{gap:8px;display:grid}.member-auth__form span{color:#0b3454;font-size:.9rem;font-weight:900}.member-auth__form input,.member-auth__form select{color:#0b3454;min-height:52px;font:inherit;background:#ffffffd1;border:1px solid #0b345429;border-radius:8px;padding:0 14px;font-weight:700}.member-auth__form input:focus,.member-auth__form select:focus{border-color:#f9cc12;outline:none;box-shadow:0 0 0 4px #f9cc122e}.member-auth__password-row{grid-template-columns:minmax(0,1fr) 52px;gap:10px;display:grid}.member-auth__phone-input{min-height:52px}.member-auth__phone-input .react-international-phone-country-selector-button{background:#ffffffd1;border:1px solid #0b345429;border-radius:8px;min-height:52px;padding:0 10px}.member-auth__phone-input .react-international-phone-input{border-radius:8px;width:100%;height:52px}.member-auth__icon-button{width:52px;min-height:52px;box-shadow:none;color:#102f46;background:0 0;border:0;place-items:center;padding:0;display:inline-grid}.member-auth__icon-button svg{width:21px;height:21px}.member-auth__form .member-auth__icon-button{box-shadow:none;background:0 0;border:0}.member-auth__form button{color:#0b3454;min-height:52px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#f9cc12,#ffe58a);border:0;border-radius:999px;font-weight:950;box-shadow:0 14px 28px #0b34541f}.member-auth__form button:disabled{opacity:.68;cursor:not-allowed}.member-auth__login-actions{justify-items:center;gap:12px;display:grid}.member-auth__forgot{box-shadow:none;color:#c9151e;font:inherit;cursor:pointer;background:0 0;border:0;margin:0;font-weight:900;text-decoration:underline}.member-auth__form .member-auth__forgot{color:#c9151e;min-height:auto;box-shadow:none;background:0 0;border-radius:0;padding:0}.member-auth__register-button{color:#fff;width:100%;min-height:52px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#16a34a,#22c55e 55%,#86efac);border:0;border-radius:999px;font-weight:950;box-shadow:0 14px 28px #16a34a33}.member-auth__form .member-auth__register-button{color:#fff;background:linear-gradient(135deg,#16a34a,#22c55e 55%,#86efac);box-shadow:0 14px 28px #16a34a33}.member-auth__switch{color:#0b3454;width:auto;min-height:44px;font:inherit;text-align:center;cursor:pointer;background:#ffffffb8;border:1px solid #f9cc125c;border-radius:999px;justify-content:center;align-items:center;margin-top:18px;padding:0 18px;font-size:.96rem;font-weight:900;line-height:1;display:inline-flex}.member-auth__pulse-button{animation:2.2s ease-in-out infinite memberAuthPulseZoom}@keyframes memberAuthPulseZoom{0%,to{transform:scale(1)}50%{transform:scale(1.025)}}.member-auth__modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:appBackdropIn var(--motion-medium,.26s) ease both;background:radial-gradient(circle at 24% 18%,#ffbe7638,#0000 28%),radial-gradient(circle at 80% 80%,#70d6ff38,#0000 30%),#18273657;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.member-auth__modal{color:#0b3454;text-align:center;width:min(100%,380px);animation:appModalIn var(--motion-slow,.42s) var(--ease-out,ease) both;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff) padding-box padding-box,linear-gradient(135deg,#ffd166,#ff8fab,#80edff,#b8f7d4) border-box;border:6px solid #0000;border-radius:8px;padding:26px;box-shadow:0 24px 54px #21364838}.member-auth__modal h2{color:#0b3454;letter-spacing:0;margin:0;font-size:1.35rem;font-weight:850}.member-auth__modal button{color:#0b3454;min-height:44px;font:inherit;cursor:pointer;background:linear-gradient(135deg,#f9cc12,#ffe58a);border:none;border-radius:999px;margin-top:20px;padding:0 18px;font-weight:900}.profile-page{box-sizing:border-box;color:#102f46;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff);min-height:100svh;padding-top:clamp(44px,6svh,72px)}.profile-page__panel{text-align:left;width:min(90%,760px);animation:appFadeUp var(--motion-slow,.42s) var(--ease-out,ease) both;background:linear-gradient(145deg,#fffdf7fa,#fff2f6fa 43%,#effbfff5) padding-box padding-box,linear-gradient(135deg,#ffd166,#ff8fab,#80edff,#b8f7d4) border-box;border:6px solid #0000;border-radius:8px;margin:48px auto 80px;padding:34px;box-shadow:0 32px 72px #030f192e}.profile-page__kicker{color:#0f7a8f;letter-spacing:.18em;text-transform:uppercase;margin:0 0 18px;font-size:.78rem;font-weight:950}.profile-page__status{animation:appFadeUp var(--motion-medium,.26s) var(--ease-out,ease) both;border:1px solid #0000;border-radius:8px;margin:0 0 18px;padding:12px 14px;font-weight:800}.profile-page__saving{background:#ffffff94;border:1px solid #102f4614;border-radius:8px;gap:10px;margin:0 0 18px;padding:14px;display:grid}.profile-page__status--success{color:#166534;background:#dcfce7d1;border-color:#16a34a38}.profile-page__status--error{color:#991b1b;background:#fee2e2d1;border-color:#dc26262e}.profile-page__fields,.profile-page__password-form{gap:16px;display:grid}.profile-page__field{color:#15384f;gap:7px;font-size:.88rem;font-weight:900;display:grid}.profile-page__input-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.profile-page__field input,.profile-page__field select{box-sizing:border-box;color:#102f46;width:100%;min-height:46px;font:inherit;transition:border-color var(--motion-fast,.16s) ease, box-shadow var(--motion-fast,.16s) ease, background var(--motion-fast,.16s) ease;background:#ffffffdb;border:1px solid #102f4629;border-radius:8px;padding:0 13px;font-size:1rem;font-weight:650}.profile-page__field input:focus,.profile-page__field select:focus{border-color:#0f7a8f80;outline:none;box-shadow:0 0 0 3px #0f7a8f1f}.profile-page__field input:disabled,.profile-page__field select:disabled{color:#36536a;background:#f8fafccc}.profile-page__phone-input{min-height:46px}.profile-page__phone-input .react-international-phone-country-selector-button{background:#ffffffdb;border:1px solid #102f4629;border-radius:8px;min-height:46px;padding:0 10px}.profile-page__phone-input .react-international-phone-input{border-radius:8px;width:100%;height:46px}.profile-page__field-actions{gap:8px;display:inline-flex}.profile-page__icon-button{color:#0369a1;cursor:pointer;width:40px;height:40px;transition:transform var(--motion-fast,.16s) var(--ease-out,ease), filter var(--motion-fast,.16s) ease;background:#e0f2fe;border:0;border-radius:50%;place-items:center;display:inline-grid}.profile-page__icon-button:hover{filter:saturate(1.05);transform:translateY(-1px)scale(1.02)}.profile-page__icon-button svg{width:19px;height:19px}.profile-page__icon-button--save{color:#16a34a;background:#dcfce7}.profile-page__icon-button--cancel{color:#dc2626;background:#fee2e2}.profile-page__meta{align-items:center;gap:16px;margin-top:24px;display:flex}.profile-page__meta span,.profile-page__meta a{color:#0f7a8f;font-weight:900;text-decoration:none}.profile-page__password{border-top:1px solid #102f461f;margin-top:32px;padding-top:26px}.profile-page__password-toggle,.profile-page__password-save{color:#102f46;cursor:pointer;min-height:44px;transition:transform var(--motion-medium,.26s) var(--ease-out,ease), box-shadow var(--motion-medium,.26s) ease;background:linear-gradient(135deg,#f9cc12,#ffe58a);border:0;border-radius:999px;padding:0 18px;font-weight:900;box-shadow:0 14px 24px #b28a2333}.profile-page__password-toggle:hover,.profile-page__password-save:hover{transform:translateY(-1px);box-shadow:0 16px 28px #b28a2338}.profile-page__password-form{animation:appFadeUp var(--motion-medium,.26s) var(--ease-out,ease) both;margin-top:18px}.profile-page__forgot{color:#0f7a8f;cursor:pointer;background:0 0;border:0;width:fit-content;padding:0;font-weight:900;text-decoration:underline}@media (width<=620px){.profile-page{padding-top:38px}.profile-page__panel{padding:24px 18px}.profile-page__input-row{grid-template-columns:minmax(0,1fr) auto;gap:8px}}.scroll-top-button{z-index:50;cursor:pointer;background:0 0;border:none;width:38px;height:38px;padding:0;position:fixed;bottom:18px;right:18px}.scroll-top-button img{object-fit:contain;width:100%;height:100%;display:block}.site-header{z-index:50;color:#fff;pointer-events:none;background:0 0;grid-template-columns:minmax(190px,1fr) auto auto;align-items:start;gap:28px;min-height:160px;padding:8px 5% 18px;display:grid;position:absolute;top:0;left:0;right:0}.site-header--with-meeting-banner{top:var(--site-banner-total,calc(58px * var(--site-banner-count,1)))}.site-next-meeting-banner{top:var(--site-banner-offset,0px);z-index:70;box-sizing:border-box;color:#102f46;text-align:center;width:calc(100% - 32px);max-width:1160px;min-height:58px;text-shadow:none;pointer-events:none;background:#ffffffeb;border:1px solid #102f461a;border-radius:0 0 18px 18px;justify-content:center;align-items:center;gap:12px;margin:0;padding:10px 20px;font-family:Trebuchet MS,Segoe UI,Arial,sans-serif;font-size:clamp(.94rem,2.2vw,1.28rem);font-weight:950;line-height:1.16;animation:none;display:flex;position:fixed;left:50%;overflow:visible;transform:translate(-50%);box-shadow:0 18px 46px #102f4624}@media (width<=1200px),(pointer:coarse){html body .site-header.site-header--member{position:fixed!important;top:0!important;bottom:auto!important}html body .site-header.site-header--member .site-header__nav,html body nav.site-header.site-header--member>div.site-header__nav{z-index:9999!important;width:100vw!important;max-width:100vw!important;height:calc(64px + env(safe-area-inset-bottom))!important;min-height:calc(64px + env(safe-area-inset-bottom))!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;background:#fff!important;border-radius:0!important;margin:0!important;position:fixed!important;inset:auto 0 0!important;transform:none!important}}@media (width<=920px){html body .site-header.site-header--member .site-header__nav{top:unset!important;will-change:auto!important;contain:layout paint!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:translate(0,0)!important}}.site-next-meeting-banner--next{will-change:transform;animation:none}.site-next-meeting-banner__content{z-index:1;border-left:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;min-width:0;max-width:100%;padding-left:0;display:inline-flex;position:relative}.site-next-meeting-banner__title,.site-next-meeting-banner__details{display:inline-block}.site-next-meeting-banner__details{color:#0f7a8f;white-space:pre-line;overflow-wrap:anywhere;min-width:0;font-size:1.05em}.site-next-meeting-banner--live{color:#fff;background:linear-gradient(135deg,#dc2626,#ef4444 52%,#b91c1c) padding-box padding-box,linear-gradient(135deg,#fecaca,#fff,#fca5a5) border-box;border-color:#0000;animation:none;box-shadow:0 18px 38px #dc262647}.site-next-meeting-banner--live .site-next-meeting-banner__content{transform-origin:50%;will-change:transform;animation:2.4s ease-in-out infinite siteMeetingLiveTextPulse}.site-next-meeting-banner--live .site-next-meeting-banner__title,.site-next-meeting-banner--live .site-next-meeting-banner__details{color:#fff;text-shadow:0 2px 12px #7f1d1d6b;font-size:clamp(1rem,2.5vw,1.45rem)}.site-next-meeting-banner--notify{color:#111827;background:#ffeb00;border-color:#111827;animation:none;box-shadow:0 18px 38px #1118272e}.site-next-meeting-banner--notify strong{color:#111827}.site-header--finance{background:0 0}.site-header--finance .site-header__nav a,.site-header--finance .site-header__text-link,.site-header--finance .site-header__menu-trigger,.site-header--finance .site-header__prayer-button,.site-header--finance .site-header__applications-button,.site-header--finance .site-header__camp-button,.site-header--finance .site-header__profile-link,.site-header--finance .site-header__quiz-link,.site-header--finance .site-header__dev-dot,.site-header--finance .site-header__signout-button,.site-header--finance .site-header__dropdown-item{color:#fff;text-shadow:0 2px 12px #000000b8}.site-header--finance .site-header__nav a:after,.site-header--finance .site-header__text-link:after,.site-header--finance .site-header__menu-trigger:after,.site-header--finance .site-header__prayer-button:after,.site-header--finance .site-header__applications-button:after,.site-header--finance .site-header__camp-button:after,.site-header--finance .site-header__profile-link:after,.site-header--finance .site-header__quiz-link:after,.site-header--finance .site-header__dev-dot:after,.site-header--finance .site-header__signout-button:after{background:#fff}.site-header--finance .site-header__dropdown{background:#fff3}.site-header--finance .site-header__brand{min-height:112px}.site-header--finance .site-header__brand img{width:150px;height:150px}.site-header a,.site-header button,.site-header__menu,.site-header__dropdown{pointer-events:auto}.site-header__brand{filter:drop-shadow(0 6px 18px #00000061);justify-content:flex-start;align-items:center;gap:18px;width:auto;min-width:0;min-height:154px;text-decoration:none;display:inline-flex}.site-header__brand img{object-fit:contain;width:210px;height:210px}.site-header__nav,.site-header__actions,.site-header__socials{align-items:center;padding-top:24px;display:flex}.site-header__nav{justify-content:flex-end;gap:clamp(10px,1.8vw,24px)}.site-header__actions{place-items:start end;gap:10px;display:grid}.site-header__socials{gap:14px;padding-top:0;transform:none}.site-header__hero-quiz-link{align-self:center}.site-header__socials a{filter:drop-shadow(0 2px 8px #00000085);width:30px;height:30px;display:inline-flex}.site-header__socials img{object-fit:contain;width:100%;height:100%}.site-header__mobile-toggle{display:none}.site-header__nav a,.site-header__text-link,.site-header__menu-trigger,.site-header__prayer-button,.site-header__applications-button,.site-header__camp-button,.site-header__profile-link,.site-header__quiz-link,.site-header__dev-dot,.site-header__signout-button{color:#fff;font:inherit;letter-spacing:0;text-shadow:0 2px 12px #000000b8;cursor:pointer;white-space:nowrap;background:0 0;border:0;font-size:.84rem;font-weight:900;text-decoration:none;position:relative}.site-header__nav a:after,.site-header__text-link:after,.site-header__menu-trigger:after,.site-header__prayer-button:after,.site-header__applications-button:after,.site-header__camp-button:after,.site-header__profile-link:after,.site-header__quiz-link:after{content:"";transform-origin:0;background:#d6b36a;height:2px;transition:transform .2s;position:absolute;bottom:-7px;left:0;right:0;transform:scaleX(0)}.site-header__nav a:hover:after,.site-header__text-link:hover:after,.site-header__menu:hover .site-header__menu-trigger:after,.site-header__prayer-button:hover:after,.site-header__applications-button:hover:after,.site-header__camp-button:hover:after,.site-header__profile-link:hover:after,.site-header__quiz-link:hover:after{transform:scaleX(1)}.site-header__quiz-link{color:#111827;text-align:center;min-width:150px;min-height:52px;text-shadow:none;background:#39ff14;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;padding:8px 18px;line-height:1.05;animation:2.2s ease-in-out infinite siteHeaderQuizPulse;display:inline-flex;box-shadow:0 12px 24px #39ff1447}.site-header__quiz-link span,.site-header__quiz-link strong{display:block}.site-header__quiz-link span{font-size:.82rem}.site-header__quiz-link strong{margin-top:3px;font-size:1.02rem}.site-header__hero-quiz-link{color:#111827;min-height:40px;text-shadow:none;background:#c8ff00;border-radius:999px;justify-content:center;align-items:center;padding:0 24px;font-size:1rem;font-weight:950;text-decoration:none;animation:2.2s ease-in-out infinite siteHeaderQuizPulse;display:inline-flex;box-shadow:0 16px 28px #00000038}.site-header__hero-quiz-link:after,.site-header__quiz-link:after{display:none}.site-header__camp-button,.site-header__applications-button{color:#b7ffca}.site-header__text-link{background:#d9d3bd49;border-radius:999px;align-items:center;min-height:34px;padding:0 14px;display:inline-flex}.site-header__push-button{color:#fff;cursor:pointer;min-height:34px;font:inherit;transform-origin:50%;will-change:transform;background:red;border:0;border-radius:999px;padding:0 14px;font-weight:900;animation:2.1s ease-in-out infinite siteHeaderPushPulse}.site-header__push-button:disabled{cursor:wait;opacity:.7;animation:none}@keyframes siteHeaderPushPulse{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}.site-header__dev-dot{color:currentColor;opacity:.2;text-shadow:0 2px 12px #000000b8;place-items:center;width:22px;height:24px;margin-left:12px;padding:0 6px;font-size:.72rem;font-weight:400;line-height:1;display:inline-grid}.site-header__dev-dot--active{opacity:.2}.site-header__menu-trigger{cursor:pointer}.site-header__camp-badge{color:#fff;min-width:20px;height:20px;text-shadow:none;background:#dc2626;border-radius:999px;place-items:center;padding:0 6px;font-size:.72rem;font-weight:950;line-height:1;animation:2s ease-in-out infinite siteHeaderCampBadgePulse;display:inline-grid;position:absolute;inset:auto auto -9px 50%;transform:translate(-50%);box-shadow:0 8px 16px #dc262652}.site-header__signout-button{background:#dc262680;border-radius:999px;min-height:34px;padding:0 14px}.site-header__menu{align-items:center;margin:0 -14px -28px;padding:0 14px 28px;display:inline-flex;position:relative}.site-header__menu:after{content:"";z-index:0;height:38px;position:absolute;top:100%;left:-26px;right:-26px}.site-header__dropdown{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;background:#0b345433;border-radius:8px;gap:4px;min-width:220px;padding:12px;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:calc(100% - 10px);left:50%;transform:translate(-50%,8px)}.site-header__dropdown-item{color:#fff;text-shadow:0 2px 8px #00000080;cursor:pointer;text-align:left;background:#ffffff24;border:0;border-radius:5px;padding:7px 8px;font-size:.88rem;font-weight:800;line-height:1.35}.site-header__dropdown-item:hover{background:#f9cc1242}.site-header__dropdown-item--quiz-active{color:#111827;text-shadow:none;background:#39ff14;box-shadow:0 10px 20px #39ff143d}.site-header__dropdown-item--quiz-active:hover{background:#52ff2d}.site-modal{z-index:120;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:appBackdropIn var(--motion-medium,.26s) ease both;background:radial-gradient(circle at 24% 18%,#ffbe7638,#0000 28%),radial-gradient(circle at 80% 80%,#70d6ff38,#0000 30%),#18273657;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.site-header--member{color:#102f46;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff0;border-bottom:1px solid #102f4614;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;min-height:72px;padding:8px max(18px,5vw);position:fixed;box-shadow:0 12px 30px #102f4617}.site-header--member .site-header__brand{filter:none;min-height:50px}.site-header--member .site-header__nav,.site-header--member .site-header__actions{padding-top:0}.site-header--member .site-header__nav{background:#102f460b;border:1px solid #102f4614;border-radius:999px;justify-content:center;justify-self:center;gap:4px;width:fit-content;max-width:100%;padding:6px;box-shadow:inset 0 1px #fffc}.site-header--member .site-header__socials,.site-header--member .site-header__push-button{display:none}.site-header--member .site-header__nav a,.site-header--member .site-header__text-link,.site-header--member .site-header__menu-trigger,.site-header--member .site-header__prayer-button,.site-header--member .site-header__applications-button,.site-header--member .site-header__camp-button,.site-header--member .site-header__profile-link,.site-header--member .site-header__quiz-link,.site-header--member .site-header__dev-dot,.site-header--member .site-header__signout-button{color:#102f46;min-height:36px;text-shadow:none;transition:background var(--motion-fast,.16s) ease, color var(--motion-fast,.16s) ease, transform var(--motion-fast,.16s) ease;background:0 0;border-radius:999px;padding:0 12px;font-size:.82rem}.site-header--member .site-header__nav a:hover,.site-header--member .site-header__text-link:hover,.site-header--member .site-header__menu-trigger:hover,.site-header--member .site-header__prayer-button:hover,.site-header--member .site-header__applications-button:hover,.site-header--member .site-header__camp-button:hover,.site-header--member .site-header__profile-link:hover,.site-header--member .site-header__quiz-link:hover,.site-header--member .site-header__dev-dot:hover{color:#0f7a8f;background:#fff;transform:translateY(-1px)}.site-header--member .site-header__nav a:after,.site-header--member .site-header__text-link:after,.site-header--member .site-header__menu-trigger:after,.site-header--member .site-header__prayer-button:after,.site-header--member .site-header__applications-button:after,.site-header--member .site-header__camp-button:after,.site-header--member .site-header__profile-link:after,.site-header--member .site-header__quiz-link:after{display:none}.site-header--member .site-header__signout-button:hover{color:#fff;background:#b91c1c}.site-side-panel{z-index:55;color:#102f46;pointer-events:auto;position:fixed}.site-side-panel--right{top:calc(var(--site-banner-total,52px) + 96px);justify-items:end;gap:10px;display:grid;right:18px}.site-side-panel--left{top:calc(var(--site-banner-total,52px) + 96px);gap:14px;width:min(250px,100vw - 36px);display:none;left:18px}body:has(.community-page--home) .site-side-panel--left{display:grid}.site-side-panel__tabs{gap:8px;display:grid}.site-side-panel__tab,.site-side-panel__primary{color:#102f46;cursor:pointer;min-height:42px;font:inherit;transition:transform var(--motion-fast,.16s) ease, background var(--motion-fast,.16s) ease, color var(--motion-fast,.16s) ease;background:#fffffff0;border:1px solid #102f461a;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:.82rem;font-weight:950;text-decoration:none;display:inline-flex;box-shadow:0 12px 26px #102f461a}.site-side-panel__tab:hover,.site-side-panel__tab--active{color:#fff;background:#102f46;transform:translateY(-1px)}.site-side-panel__tab span{color:#fff;background:#dc2626;border-radius:999px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:.7rem;display:inline-grid}.site-side-panel__drawer{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:min(330px,100vw - 118px);max-height:min(62svh,520px);animation:appFadeUp var(--motion-medium,.26s) var(--ease-out,ease) both;background:#fffffff5;border:1px solid #102f461c;border-radius:20px;padding:18px;position:absolute;top:0;right:calc(100% + 12px);overflow:auto;box-shadow:0 24px 54px #102f462e}.site-side-panel__drawer h2,.site-side-table h2{color:#102f46;letter-spacing:0;margin:0 34px 12px 0;font-size:.98rem;font-weight:950}.site-side-panel__close{color:#102f46;cursor:pointer;background:#102f4612;border:0;border-radius:50%;place-items:center;width:30px;height:30px;font-size:1.25rem;display:grid;position:absolute;top:10px;right:10px}.site-side-panel__list{gap:8px;display:grid}.site-side-panel__list article,.site-side-table{background:#fffffff0;border:1px solid #102f4617;border-radius:16px;box-shadow:0 16px 34px #102f461a}.site-side-panel__list article{gap:4px;padding:11px 12px;display:grid}.site-side-panel__list strong{color:#102f46;font-size:.88rem;font-weight:950}.site-side-panel__list p,.site-side-panel__empty{color:#607483;margin:0;font-size:.82rem;font-weight:750;line-height:1.35}.site-side-panel__primary{color:#fff;background:#0f7a8f;width:100%;margin-top:12px}.site-side-table{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:14px}.site-side-table h2{margin-right:0}.site-side-table>div{gap:7px;display:grid}.site-side-table__row{color:#102f46;cursor:pointer;width:100%;min-height:38px;font:inherit;text-align:left;transition:background var(--motion-fast,.16s) ease, color var(--motion-fast,.16s) ease, transform var(--motion-fast,.16s) ease;background:#102f460e;border:0;border-radius:11px;padding:8px 10px;font-size:.82rem;font-weight:900;line-height:1.2}.site-side-table__row:hover,.site-side-table__row--active{color:#fff;background:#102f46;transform:translate(2px)}.site-header__icon-link{place-items:center;width:36px;min-width:36px;height:36px;display:inline-grid;padding:0!important}.site-header__icon-link svg{width:20px;height:20px}.site-header__icon-link img{object-fit:contain;width:21px;height:21px;display:block}.site-header__prayer-icon-button{box-shadow:none;cursor:pointer;background:0 0;border:0}.site-header__profile-link--icon img{width:19px;height:19px}.site-header__notification-button{color:inherit;cursor:pointer;background:0 0;border:0}.site-header__notifications-dropdown{z-index:80;color:#102f46;pointer-events:auto;background:#fffffffa;border:1px solid #102f461a;border-radius:18px;width:min(340px,100vw - 28px);padding:12px;position:absolute;top:calc(100% + 10px);right:max(18px,5vw);box-shadow:0 22px 54px #102f462e}.site-header__notifications-dropdown>div{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.site-header__notifications-dropdown button{color:#102f46;cursor:pointer;font:inherit;background:#f3f7f9;border:0;border-radius:999px;padding:7px 10px;font-size:.75rem;font-weight:900}.site-header__notifications-dropdown article,.site-header__notifications-dropdown p{color:#102f46;background:#f3f7f9;border-radius:12px;margin:0;padding:10px;font-size:.84rem;font-weight:800}.site-header__notifications-dropdown article+article{margin-top:7px}.site-header__notification-new{box-shadow:inset 3px 0 #0f7a8f;background:#effbff!important}.site-header__notifications-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030f195c;padding:18px;z-index:100000!important;place-items:center!important;display:grid!important;position:fixed!important;inset:0!important}.site-header__notifications-backdrop .site-header__notifications-dropdown{width:min(420px,100vw - 28px);max-height:min(78svh,620px);overflow-y:auto;margin:0 auto!important;position:relative!important;inset:auto!important}.site-header__notifications-dropdown article{text-align:left;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.site-header__notifications-dropdown article:not(.site-header__notification-new){background:0 0}.site-header__notification-delete{color:#fff!important;background:#ef4444!important;border-radius:50%!important;width:24px!important;min-height:24px!important;padding:0!important;line-height:1!important}.site-header__brand span,.site-header__mobile-footer-nav{display:none}.site-modal__dialog{color:#102f46;pointer-events:auto;width:min(430px,100%);max-height:min(680px,100svh - 48px);animation:appModalIn var(--motion-slow,.42s) var(--ease-out,ease) both;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff) padding-box padding-box,linear-gradient(135deg,#ffd166,#ff8fab,#80edff,#b8f7d4) border-box;border:6px solid #0000;border-radius:8px;padding:24px;font-family:Trebuchet MS,Segoe UI,Arial,sans-serif;position:relative;overflow:auto;box-shadow:0 24px 54px #21364838}.site-modal__dialog--address,.site-modal__dialog--prayer,.site-modal__dialog--prayerRequests,.site-modal__dialog--campApplication,.site-modal__dialog--campSummary,.site-modal__dialog--campApplications,.site-modal__dialog--campCancelConfirm{width:min(520px,100%)}.site-modal__dialog--campSummary{width:min(820px,100%)}.site-modal__dialog--eventImage{width:min(760px,100%)}.site-modal__dialog--campApplications{scrollbar-width:none;-ms-overflow-style:none}.site-modal__dialog--campApplications::-webkit-scrollbar{width:0;height:0}.site-modal__close{color:#102f46;cursor:pointer;background:#ffffffb8;border:0;border-radius:50%;place-items:center;width:34px;height:34px;font-size:1.5rem;line-height:1;transition:background .18s,transform .18s;display:grid;position:absolute;top:12px;right:12px}.site-modal__close:hover{background:#fff;transform:rotate(3deg)scale(1.03)}.site-modal h2{color:#24445a;text-align:center;margin:0 42px 16px;font-size:clamp(1.08rem,3vw,1.34rem);font-weight:650;line-height:1.15}.site-modal h3{color:#0f7a8f;text-align:center;margin:0 0 12px;font-size:1rem;font-weight:650}.site-modal__text,.site-modal__email,.site-modal__meeting p{color:#15384f;text-align:center;margin:0 0 16px;font-size:.98rem;font-weight:500;line-height:1.5}.site-modal__error{color:#b91c1c;text-align:center;background:#fee2e2d1;border:1px solid #dc26262e;border-radius:8px;margin:0 0 14px;padding:10px 12px;font-size:.88rem;font-weight:850;line-height:1.35}.site-modal__email{word-break:break-word;color:#0f7a8f;background:#ffffffb3;border:1px solid #f9cc125c;border-radius:8px;justify-content:center;padding:12px 14px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex}.site-modal__email:hover{transform:translateY(-1px);box-shadow:0 12px 22px #0c26391a}.site-modal__map{border:0;border-radius:8px;width:100%;min-height:220px;box-shadow:0 14px 26px #0c26391f}.site-modal__map-wrap{border-radius:8px;position:relative;overflow:hidden}.site-modal__event-image-wrap{background:#ffffffbd;border-radius:8px;overflow:hidden;box-shadow:0 14px 26px #0c26391f}.site-modal__event-image{object-fit:contain;width:100%;max-height:min(72svh,760px);display:block}.site-modal__social-list{justify-content:center;gap:14px;padding:8px 0 2px;display:flex}.site-modal__social-list a{color:#102f46;background:#fff;border:1px solid #f9cc1247;border-radius:8px;justify-content:center;align-items:center;width:58px;height:58px;text-decoration:none;transition:transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 12px 22px #0c263917}.site-modal__social-list a:hover{transform:translateY(-2px);box-shadow:0 16px 30px #0c263924}.site-modal__social-list img{object-fit:contain;width:32px;height:32px}.site-modal__prayer-form{background:#ffffffad;border:1px solid #f9cc123d;border-radius:8px;gap:12px;padding:16px;display:grid;box-shadow:0 12px 24px #0c263912}.site-modal__request-list{color:#15384f;gap:12px;margin:0;padding:0;font-size:.92rem;font-weight:500;line-height:1.45;display:grid}.site-modal__request-list strong,.site-modal__request-list span{display:block}.site-modal__request-card{background:#fff;border:1px solid #102f461a;border-radius:8px;padding:14px 38px 14px 15px;position:relative;box-shadow:0 12px 24px #0c263914}.site-modal__request-delete{color:#9f1239;cursor:pointer;background:#ffffffdb;border:1px solid #b91c1c29;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:16px;font-weight:850;line-height:1;transition:background .16s,color .16s,transform .16s;display:inline-flex;position:absolute;top:7px;right:7px}.site-modal__request-delete:hover,.site-modal__request-delete--confirm{color:#fff;background:#b91c1c;transform:scale(1.04)}.site-modal__request-list strong{color:#0f7a8f;margin-bottom:3px;font-weight:650}.site-modal__prayer-form label{color:#15384f;gap:7px;font-size:.92rem;font-weight:600;display:grid}.site-modal__prayer-form label span{color:#64748b;font-weight:500}.site-modal__prayer-form input,.site-modal__prayer-form textarea{box-sizing:border-box;color:#102f46;width:100%;font:inherit;background:#ffffffeb;border:1px solid #102f4629;border-radius:8px;outline:none;padding:10px 11px}.site-modal__prayer-form input:focus,.site-modal__prayer-form textarea:focus{border-color:#0f7a8f80;box-shadow:0 0 0 3px #0f7a8f1f}.site-modal__prayer-form textarea{resize:vertical;min-height:96px}.site-modal__prayer-form button{color:#102f46;cursor:pointer;background:linear-gradient(135deg,#f9cc12,#ffe58a);border:0;border-radius:999px;min-height:40px;font-weight:950;box-shadow:0 14px 24px #b28a2333}.site-modal__meeting{background:0 0;border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0;display:grid}.site-modal__camp-person{color:#0f7a8f;text-align:center;margin:0 0 16px;font-size:1rem;font-weight:900}.site-modal__camp-status{color:#fff;text-align:center;border-radius:999px;width:fit-content;margin:0 auto 16px;padding:8px 12px;font-size:.82rem;font-weight:950}.site-modal__camp-status--pending{background:#f59e0b}.site-modal__camp-status--rejected{background:#dc2626}.site-modal__camp-status--confirmed{background:#16a34a}.site-modal__applications-list{gap:14px;display:grid}.site-modal__camp-summary-actions{justify-content:center;margin:0 0 14px}.site-modal__camp-summary{overflow-x:auto}.site-modal__application-row{background:#ffffffd6;border:1px solid #102f461a;border-radius:8px;gap:14px;padding:16px;display:grid;box-shadow:0 16px 32px #0c26391a}.site-modal__application-header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.site-modal__application-header>strong{color:#102f46;overflow-wrap:anywhere;min-width:0;font-size:1.05rem;font-weight:950}.site-modal__application-status{color:#fff;text-align:center;border-radius:999px;justify-self:end;min-width:104px;padding:8px 12px;font-size:.78rem;font-weight:950;line-height:1.1}.site-modal__application-counts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.site-modal__application-counts span{color:#15384f;background:#0f7a8f14;border:1px solid #102f4614;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:46px;padding:9px 10px;display:grid}.site-modal__application-counts small{color:#31586e;overflow-wrap:anywhere;min-width:0;font-size:.75rem;font-weight:800;line-height:1.15}.site-modal__application-counts strong{color:#102f46;font-size:1.1rem;font-weight:950;line-height:1}.site-modal__application-counts .site-modal__application-empty{color:#64748b;grid-column:1/-1;justify-content:center;min-height:42px;font-size:.86rem;font-weight:850;display:flex}.site-modal__application-names,.site-modal__camp-names{flex-wrap:wrap;grid-column:1/-1;gap:6px;display:flex}.site-modal__camp-names{justify-content:center;margin:-4px 0 16px}.site-modal__application-names span,.site-modal__camp-names span{color:#102f46;background:#ffffffd1;border-radius:8px;padding:7px 10px;font-size:.8rem;font-weight:850;box-shadow:inset 0 0 0 1px #102f4614}.site-modal__application-actions{grid-template-columns:repeat(2,52px);justify-content:end;gap:10px;padding-top:2px;display:grid}.site-modal__camp-card{text-align:center;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:8px 0 18px;display:grid}.site-modal__camp-card p{background:#ffffffb8;border:1px solid #f9cc1247;border-radius:8px;gap:10px;min-height:104px;margin:0;padding:18px 12px;display:grid;box-shadow:0 12px 24px #0c263914}.site-modal__camp-card span{color:#64748b;text-transform:uppercase;font-size:.78rem;font-weight:800}.site-modal__camp-card strong{color:#102f46;font-size:2rem;font-weight:950;line-height:1}.site-modal__camp-payment-total{color:#dc2626;text-align:center;margin:-4px 0 16px;font-size:1rem;font-weight:950;line-height:1.3}.site-modal__camp-cancel{color:#fff;cursor:pointer;background:#dc2626;border:0;border-radius:999px;justify-content:center;align-items:center;width:fit-content;min-height:34px;margin:0 auto;padding:0 14px;font-size:.82rem;font-weight:900;display:flex;box-shadow:0 12px 22px #dc262633}.site-modal__camp-confirm-actions{justify-content:center;gap:16px;display:flex}.site-modal__camp-icon-button{cursor:pointer;border:0;border-radius:8px;place-items:center;width:52px;height:42px;font-weight:950;transition:opacity .18s,transform .18s,box-shadow .18s;display:inline-grid}.site-modal__camp-confirm-actions .site-modal__camp-icon-button{width:72px;height:44px}.site-modal__camp-icon-button:hover:not(:disabled){transform:translateY(-1px)}.site-modal__camp-icon-button:disabled{cursor:not-allowed;opacity:.42;box-shadow:none}.site-modal__camp-icon-button--ticket{color:#fff;background:radial-gradient(circle at 0,#0000 7px,#16a34a 8px),radial-gradient(circle at 100%,#0000 7px,#16a34a 8px);font-size:1.25rem;box-shadow:0 14px 24px #16a34a3d}.site-modal__camp-icon-button--cancel{color:#fff;background:#dc2626;font-size:1.45rem;line-height:1;box-shadow:0 14px 24px #dc262638}.site-modal__meeting p{color:#102f46;text-align:center;white-space:normal;overflow-wrap:anywhere;background:#ffffffb8;border:1px solid #f9cc1247;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-width:0;min-height:96px;margin:0;padding:18px 12px 14px;font-family:Trebuchet MS,Segoe UI,Arial,sans-serif;font-size:clamp(.98rem,2.4vw,1.26rem);font-weight:600;line-height:1.18;display:flex;box-shadow:0 12px 24px #0c263914}.site-modal__meeting p span{color:#64748b;letter-spacing:.12em;text-transform:uppercase;min-height:0;margin-bottom:12px;font-size:.76rem;font-weight:650;display:block}.site-header__menu:hover .site-header__dropdown{opacity:1;pointer-events:auto;transform:translate(-50%)}@keyframes siteMeetingBannerPulse{0%,to{transform:scale(1)}50%{transform:scale(1.015)}}@keyframes siteMeetingLiveTextPulse{0%,to{transform:scale(1)}50%{transform:scale(1.025)}}@keyframes siteHeaderCampBadgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@keyframes siteHeaderQuizPulse{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}@media (width<=920px){.site-next-meeting-banner{z-index:220}.site-header--member{border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;width:98vw;min-height:86px;padding:10px;left:1vw;right:1vw}.site-header--member .site-header__brand img{width:50px;height:50px}.site-header--member .site-header__mobile-toggle,.site-header--member .site-header__actions{display:none}.site-header--member .site-header__nav{width:100%;max-width:none;max-height:none;box-shadow:none;opacity:1;pointer-events:auto;visibility:visible;background:0 0;border:0;border-radius:0;grid-column:auto;justify-content:flex-end;align-items:center;gap:clamp(5px,1.6vw,10px);padding:0;display:flex;position:static;overflow:visible;transform:none}.site-header--member .site-header__menu,.site-header--member .site-header__nav-admin-tool,.site-header--member .site-header__nav-side-tool,.site-header--member .site-header__nav-right-tool,.site-header--member .site-header__prayer-button,.site-header--member .site-header__applications-button,.site-header--member .site-header__camp-button,.site-header--member .site-header__dev-dot{display:none!important}.site-header--member .site-header__icon-link,.site-header--member .site-header__profile-link--icon,.site-header--member .site-header__notification-button,.site-header--member .site-header__signout-button{color:#102f46;width:clamp(36px,10vw,46px);min-width:clamp(36px,10vw,46px);height:clamp(36px,10vw,46px);min-height:clamp(36px,10vw,46px);box-shadow:none;text-indent:0;background:#f4f8fb;border:1px solid #102f4617;border-radius:14px;place-items:center;display:inline-grid;padding:0!important}.site-header--member .site-header__icon-link img,.site-header--member .site-header__profile-link--icon img,.site-header--member .site-header__notification-button svg{object-fit:contain;width:21px;height:21px}.site-header--member .site-header__signout-button{font-size:0}.site-header--member .site-header__signout-button:before{content:"⏻";font-size:1.15rem;line-height:1}}@media (width<=560px){.site-header--member{min-height:76px;padding:8px}.site-header--member .site-header__brand img{width:42px;height:42px}.site-header--member .site-header__nav{gap:4px}}@media (width<=920px){.site-header{grid-template-columns:auto 1fr;gap:12px 18px;min-height:164px}.site-header__nav,.site-header__actions,.site-header__socials{padding-top:18px}.site-header__nav{order:3;grid-column:1/-1;justify-content:flex-start;padding-top:0;padding-bottom:4px;overflow-x:auto}.site-header__actions{gap:14px}.site-header--with-meeting-banner{top:var(--site-banner-total,calc(72px * var(--site-banner-count,1)))}.site-next-meeting-banner{flex-direction:column;gap:2px;min-height:66px;padding-block:7px;font-size:.88rem;top:auto}.site-next-meeting-banner__content{flex-direction:column;gap:2px}.site-header{grid-template-columns:auto auto;justify-content:space-between;align-items:start;gap:8px 12px;min-height:96px;padding-inline:5%}.site-header__socials{display:none}.site-header__actions{justify-items:end;gap:8px;padding-top:14px;display:grid;position:relative}.site-header__hero-quiz-link{min-height:36px;padding:0 18px;font-size:.92rem}.site-header__mobile-toggle{color:#102f46;cursor:pointer;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff) padding-box padding-box,linear-gradient(135deg,#ffd166,#ff8fab,#80edff,#b8f7d4) border-box;border:2px solid #0000;border-radius:8px;order:1;place-items:center;gap:3px;width:36px;height:34px;display:inline-grid;position:relative;box-shadow:0 12px 24px #21364838}.site-header__mobile-toggle span{width:16px;height:2px;box-shadow:none;background:#102f46;border-radius:999px;transition:opacity .18s,transform .18s;display:block}.site-header__mobile-toggle--open span:first-child{transform:translateY(5px)rotate(45deg)}.site-header__mobile-toggle--open span:nth-child(2){opacity:0}.site-header__mobile-toggle--open span:nth-child(3){transform:translateY(-5px)rotate(-45deg)}.site-header__actions .site-header__push-button{order:2}.site-header__actions .site-header__quiz-link--desktop{color:#111827;text-align:center;width:fit-content;min-width:132px;min-height:42px;text-shadow:none;background:#39ff14;border-radius:999px;flex-direction:column;order:3;justify-content:center;justify-self:end;align-items:center;padding:7px 14px;display:flex}.site-header__actions .site-header__quiz-link span{font-size:.72rem}.site-header__actions .site-header__quiz-link strong{font-size:.9rem}.site-header__nav{z-index:60;color:#102f46;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;visibility:hidden;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff) padding-box padding-box,linear-gradient(135deg,#ffd166,#ff8fab,#80edff,#b8f7d4) border-box;border:6px solid #0000;border-radius:8px;grid-column:1/-1;gap:8px;width:188px;max-width:calc(100vw - 32px);max-height:min(70svh,460px);padding:14px;transition:opacity .18s,transform .18s,visibility .18s;display:grid;position:absolute;top:calc(100% - 36px);left:auto;right:5%;overflow:auto;transform:translateY(-6px);box-shadow:0 24px 54px #21364838}.site-header__nav--open{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.site-header__nav a,.site-header__text-link,.site-header__menu-trigger,.site-header__prayer-button,.site-header__applications-button,.site-header__camp-button,.site-header__profile-link,.site-header__quiz-link,.site-header__dev-dot,.site-header__signout-button{font-size:.86rem}.site-header__nav a,.site-header__menu-trigger,.site-header__prayer-button,.site-header__applications-button,.site-header__camp-button,.site-header__profile-link,.site-header__quiz-link,.site-header__dev-dot,.site-header__signout-button,.site-header__dropdown-item,.site-header--finance .site-header__nav a,.site-header--finance .site-header__menu-trigger,.site-header--finance .site-header__prayer-button,.site-header--finance .site-header__applications-button,.site-header--finance .site-header__camp-button,.site-header--finance .site-header__profile-link,.site-header--finance .site-header__quiz-link,.site-header--finance .site-header__dev-dot,.site-header--finance .site-header__signout-button,.site-header--finance .site-header__dropdown-item{color:#102f46;text-shadow:none}.site-header__nav a,.site-header__menu-trigger,.site-header__prayer-button,.site-header__applications-button,.site-header__profile-link,.site-header__dev-dot,.site-header__signout-button{text-align:left;white-space:normal;overflow-wrap:anywhere;border-radius:7px;align-items:center;width:100%;min-width:0;min-height:40px;padding:0 10px;display:flex}.site-header__camp-button{text-align:left;border-radius:7px;align-items:center;gap:7px;width:fit-content;min-height:40px;padding:0 10px;display:inline-flex}.site-header__camp-badge{min-width:18px;height:18px;padding:0 5px;font-size:.68rem;animation:2s ease-in-out infinite siteHeaderCampBadgePulse;position:static}.site-header__nav a:hover,.site-header__prayer-button:hover,.site-header__applications-button:hover,.site-header__camp-button:hover,.site-header__profile-link:hover,.site-header__quiz-link:hover,.site-header__dev-dot:hover{background:#0f7a8f17}.site-header__dev-dot{color:#102f46;opacity:.2;width:22px;min-height:16px;text-shadow:none;justify-content:center;justify-self:center;margin:-14px 0;padding:0;font-size:.72rem;font-weight:400;line-height:1}.site-header__dev-dot--active,.site-header__dev-dot--active:hover{background:0 0}.site-header__signout-button,.site-header--finance .site-header__signout-button{color:#fff;background:#dc2626b3;justify-content:center;margin-top:10px}.site-header__menu{width:100%;margin:0;padding:0;display:grid}.site-header__menu:after,.site-header__nav a:after,.site-header__menu-trigger:after,.site-header__prayer-button:after,.site-header__applications-button:after,.site-header__camp-button:after,.site-header__profile-link:after,.site-header__quiz-link:after,.site-header__dev-dot:after{display:none}.site-header__dropdown{-webkit-backdrop-filter:none;backdrop-filter:none;opacity:0;pointer-events:none;width:100%;min-width:0;box-shadow:none;background:0 0;max-height:0;padding:0 0 4px 12px;transition:max-height .2s,opacity .18s;display:grid;position:static;overflow:hidden;transform:none}.site-header__dropdown-item{white-space:normal;overflow-wrap:anywhere;background:#0f7a8f1f;width:100%}.site-header__dropdown-item:hover{background:#f9cc123d}.site-header__menu--open .site-header__dropdown{opacity:1;pointer-events:auto;max-height:360px}.site-header__menu:hover .site-header__dropdown{transform:none}.site-modal__dialog{padding:26px 18px 22px}.site-modal__map{min-height:240px}.site-modal__dialog--address,.site-modal__dialog--prayer,.site-modal__dialog--prayerRequests,.site-modal__dialog--campApplication,.site-modal__dialog--campApplications,.site-modal__dialog--campCancelConfirm,.site-modal__dialog--eventImage{width:min(430px,100%)}.site-modal__event-image{max-height:min(70svh,620px)}.site-modal__camp-card,.site-modal__application-header,.site-modal__application-row{grid-template-columns:1fr}.site-modal__application-status{justify-self:start}.site-modal__application-counts{grid-template-columns:1fr}.site-modal__application-actions{justify-content:stretch}.site-modal__application-actions .site-modal__camp-icon-button{width:100%}.site-header__brand{gap:10px;min-height:68px}.site-header__brand img{width:74px;height:74px}.site-header--finance .site-header__brand{min-height:68px}.site-header--finance .site-header__brand img{width:74px;height:74px}}.site-next-meeting-banner--member{background:#fffffff5;border-color:#0f7a8f24;width:min(1120px,100% - 28px);min-height:52px;padding:8px 18px;font-size:clamp(.86rem,1.6vw,1.08rem);box-shadow:0 12px 30px #102f461a}.site-next-meeting-banner--member .site-next-meeting-banner__content{border-left-width:0;padding-left:0}.site-header--member .site-header__dropdown{background:#fffffff5;box-shadow:0 18px 42px #102f4629}.site-header--member .site-header__dropdown-item{color:#102f46;text-shadow:none}@media (width>=921px){.site-header--member{min-height:72px}.site-header--member .site-header__nav-admin-tool,.site-header--member .site-header__nav-side-tool{display:none}.site-header--member .site-header__actions{justify-content:flex-end;align-items:center;display:flex}}@media (width<=920px){.site-header--member{background:#fffffff5;grid-template-columns:auto auto;align-items:center;min-height:70px;padding:8px 14px}.site-header--member.site-header--with-meeting-banner{top:var(--site-banner-total,62px)}.site-header--member .site-header__brand,.site-header--member .site-header__brand img{min-height:0}.site-header--member .site-header__brand img{width:52px;height:52px}.site-header--member .site-header__actions{align-items:center;gap:10px;padding-top:0;display:flex}.site-header--member .site-header__mobile-toggle{background:#fff;border:1px solid #102f461a;border-radius:14px;width:42px;height:42px;box-shadow:0 10px 24px #102f461f}.site-header--member .site-header__nav{background:#fffffff5;border:1px solid #102f461a;border-radius:18px;width:min(320px,100vw - 28px);padding:10px;top:calc(100% + 8px);right:14px}.site-header--member .site-header__nav a,.site-header--member .site-header__menu-trigger,.site-header--member .site-header__prayer-button,.site-header--member .site-header__applications-button,.site-header--member .site-header__camp-button,.site-header--member .site-header__profile-link,.site-header--member .site-header__quiz-link,.site-header--member .site-header__dev-dot,.site-header--member .site-header__signout-button{background:#102f460b;border-radius:12px;width:100%;min-height:42px;padding:0 12px}.site-header--member .site-header__icon-link{justify-content:center;width:42px;min-width:42px;padding:0!important}.site-next-meeting-banner--member{border-radius:0 0 16px 16px;width:calc(100% - 16px);min-height:58px;padding:8px 12px;font-size:.86rem}.site-next-meeting-banner--member .site-next-meeting-banner__content{border-left:0;padding-left:0}.site-next-meeting-banner{top:var(--site-banner-offset,0px);margin:0;position:fixed;left:50%;transform:translate(-50%)}.site-side-panel{display:none}html body .site-header.site-header--member .site-header__nav{top:unset!important;will-change:auto!important;contain:layout paint!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;transform:translate(0,0)!important}body .site-header.site-header--member{z-index:250!important;background:#fff!important;border-radius:0!important;justify-content:flex-start!important;align-items:center!important;width:100vw!important;min-height:72px!important;padding:12px 14px!important;display:flex!important;position:fixed!important;inset:0 0 auto!important}body .site-header.site-header--member .site-header__brand{align-items:center!important;gap:8px!important;display:inline-flex!important}body .site-header.site-header--member .site-header__brand span{color:#102f46!important;font-size:1rem!important;font-weight:950!important;display:inline!important}body .site-header.site-header--member .site-header__brand img{width:46px!important;height:46px!important}body .site-header.site-header--member .site-header__nav{z-index:300!important;width:100vw!important;max-width:100vw!important;min-height:64px!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;background:#fff!important;border:0!important;border-radius:0!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:8px!important;margin:0!important;display:flex!important;position:fixed!important;inset:auto 0 0!important;transform:none!important;box-shadow:0 -10px 26px #102f461f!important}}.site-next-meeting-banner--member{width:100%;max-width:none;min-height:48px;box-shadow:none;background:#fffffff5;border:0;border-bottom:1px solid #102f4614;border-radius:0;padding:8px max(18px,5vw);top:0;left:0;transform:none}.site-next-meeting-banner--member .site-next-meeting-banner__content{border-left:0;justify-content:center;width:min(1120px,100%);margin:0 auto;padding-left:0}.site-header--member{top:var(--site-banner-total,48px);background:#f9fcfdf5;border-bottom:1px solid #102f4614;min-height:68px;padding:8px max(20px,5vw);box-shadow:0 10px 24px #102f4612}.site-header--member.site-header--with-meeting-banner{top:var(--site-banner-total,48px)}.site-header--member .site-header__brand img{width:50px;height:50px}.site-header--member .site-header__nav{background:#fff;border-radius:16px;min-height:46px;padding:4px;box-shadow:0 8px 22px #102f4612}.site-header--member .site-header__nav a,.site-header--member .site-header__text-link,.site-header--member .site-header__menu-trigger,.site-header--member .site-header__prayer-button,.site-header--member .site-header__applications-button,.site-header--member .site-header__camp-button,.site-header--member .site-header__profile-link,.site-header--member .site-header__quiz-link,.site-header--member .site-header__dev-dot,.site-header--member .site-header__signout-button{background:0 0;border-radius:12px;min-height:38px;padding:0 12px}.site-header--member .site-header__icon-link{width:38px;min-width:38px;height:38px}.site-header--member .site-header__signout-button{color:#b91c1c;background:#fee2e2}.site-side-panel{top:calc(var(--site-banner-total,48px) + 88px)}.site-side-panel--left{width:240px;left:max(16px,50vw - 712px)}.site-side-panel--right{right:max(16px,50vw - 712px)}.site-side-table,.site-side-panel__drawer{background:#fffffff5;border-radius:18px;box-shadow:0 18px 42px #102f461c}.site-side-table{padding:12px}.site-side-table h2{color:#102f46;margin:0;padding:2px 4px 10px;font-size:.9rem}.site-side-table__row{background:#f3f7f9;border-radius:10px;min-height:36px;font-size:.78rem}.site-side-panel__tabs{background:#fff;border:1px solid #102f4614;border-radius:18px;padding:6px;box-shadow:0 16px 36px #102f461a}.site-side-panel__tab{min-width:98px;min-height:38px;box-shadow:none;background:#f3f7f9;border:0;border-radius:12px}.site-side-panel__drawer{width:300px;right:calc(100% + 10px)}body:has(.community-page--home) .community-shell{grid-template-columns:minmax(0,720px);justify-content:center;width:min(760px,100%)}@media (width<=1180px){:is(body:has(.community-page--home) .community-page,body:has(.site-side-panel--right) .community-page){padding-left:18px;padding-right:18px}body:has(.community-page--messages) .community-page--messages{padding-left:0!important;padding-right:0!important}.site-side-panel{display:none}.site-header--member .site-header__nav-admin-tool,.site-header--member .site-header__nav-side-tool{display:grid}}@media (width>=1181px){.site-header--member .site-header__nav-right-tool,.site-header--member .site-header__nav-side-tool,.site-header--member .site-header__nav-admin-tool{display:none}.site-next-meeting-banner--member .site-next-meeting-banner__content{text-align:center;border-left:0;justify-content:center;padding-left:0}.site-side-panel{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;max-height:none;top:142px;bottom:20px;overflow-y:auto}.site-side-panel::-webkit-scrollbar{width:0;height:0}.community-page--home .community-shell::-webkit-scrollbar{width:0;height:0}.site-side-panel--left{align-content:start;width:220px;padding-right:18px;display:none;left:max(24px,50vw - 548px)}body:has(.community-page--home) .site-side-panel--left{display:grid}body:has(.community-page--home) .site-side-panel--right{display:grid}.site-side-panel--right{align-content:start;justify-items:stretch;width:220px;padding-left:18px;right:max(24px,50vw - 548px)}body:has(.community-page--home) .site-side-panel--left:after{content:"";pointer-events:none;background:linear-gradient(#0000,#102f462e 12% 88%,#0000);width:1px;position:fixed;top:142px;bottom:24px}body:has(.community-page--home) .site-side-panel--right:before{content:"";pointer-events:none;background:linear-gradient(#0000,#102f462e 12% 88%,#0000);width:1px;position:fixed;top:142px;bottom:24px}body:has(.community-page--home) .site-side-panel--left:after{left:max(260px,50vw - 310px)}body:has(.community-page--home) .site-side-panel--right:before{right:max(260px,50vw - 310px)}.site-side-table,.site-side-panel__tabs{box-sizing:border-box;width:100%}.site-side-table{max-height:none;overflow:visible}.site-side-table--right-nav{gap:14px;margin-bottom:12px;display:grid}.site-side-accordion,.site-side-table>div{gap:7px;display:grid}.site-side-accordion__toggle{color:#fff;cursor:pointer;width:100%;min-height:38px;font:inherit;text-align:left;background:#102f46;border:0;border-radius:11px;justify-content:space-between;align-items:center;gap:10px;padding:0 11px;font-size:.8rem;font-weight:950;display:flex}.site-side-accordion__toggle span:last-child{width:20px;min-width:20px;height:20px;transition:transform var(--motion-fast,.16s) ease;background:#ffffff24;border-radius:50%;justify-content:center;align-items:center;line-height:1;display:flex}.site-side-accordion--open .site-side-accordion__toggle span:last-child{transform:rotate(45deg)}.site-side-accordion__content{opacity:0;max-height:0;transition:max-height var(--motion-medium,.26s) ease, opacity var(--motion-fast,.16s) ease, transform var(--motion-fast,.16s) ease;gap:7px;display:grid;overflow:hidden;transform:translateY(-3px)}.site-side-accordion--open .site-side-accordion__content{opacity:1;max-height:360px;transform:translateY(0)}.site-side-panel__tabs{position:sticky;bottom:0}.site-header--member .site-header__profile-link{gap:7px}.site-header--member .site-header__profile-link--icon{justify-content:center;align-items:center;width:38px;min-width:38px;padding:0;display:inline-flex}.site-header--member .site-header__nav{gap:10px;padding:7px 10px}.site-header--member .site-header__nav a,.site-header--member .site-header__menu-trigger,.site-header--member .site-header__profile-link,.site-header--member .site-header__signout-button{padding-left:16px;padding-right:16px}.site-header--member .site-header__profile-link--icon,.site-header--member .site-header__icon-link{padding:0}.site-header--member .site-header__profile-link img,.site-header--member .site-header__icon-link img{object-fit:contain;width:21px;height:21px;display:block}.site-header--member .site-header__profile-link--icon img{width:19px;height:19px}}@media (width>=921px){.site-header--community-home .site-side-panel{display:none!important}}@media (width<=920px){.site-side-panel{visibility:hidden!important;pointer-events:none!important;display:none!important}body:has(.community-page--home) .site-side-panel{visibility:hidden!important;pointer-events:none!important;display:none!important}body:has(.community-page--home) .site-side-panel--left{visibility:hidden!important;pointer-events:none!important;display:none!important}body:has(.community-page--home) .site-side-panel--right{visibility:hidden!important;pointer-events:none!important;display:none!important}body:has(.community-page--home) .site-side-panel--left:after{content:none!important;display:none!important}body:has(.community-page--home) .site-side-panel--right:before{content:none!important;display:none!important}.site-header--member{border-bottom:1px solid #102f4624!important;border-radius:0!important;grid-template-columns:minmax(0,1fr)!important;align-items:center!important;gap:8px!important;width:100vw!important;min-height:82px!important;padding:9px!important;left:0!important;right:0!important}.site-header--member .site-header__brand img{width:48px!important;height:48px!important}.site-next-meeting-banner__content,.site-next-meeting-banner--member .site-next-meeting-banner__content{border-left:0!important;padding-left:0!important}.site-header--member .site-header__brand{display:inline-flex!important}.site-header--member .site-header__mobile-toggle,.site-header--member .site-header__actions,.site-header--member .site-header__menu,.site-header--member .site-header__nav-admin-tool,.site-header--member .site-header__nav-side-tool,.site-header--member .site-header__nav-right-tool,.site-header--member .site-header__prayer-button,.site-header--member .site-header__applications-button,.site-header--member .site-header__camp-button,.site-header--member .site-header__dev-dot{display:none!important}.site-header--member .site-header__nav{width:100vw!important;max-width:100vw!important;min-height:calc(64px + env(safe-area-inset-bottom))!important;max-height:none!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;opacity:1!important;pointer-events:auto!important;visibility:visible!important;background:#fff!important;border:0!important;border-radius:0!important;grid-column:auto!important;justify-content:center!important;align-items:center!important;gap:clamp(4px,1.4vw,9px)!important;display:flex!important;position:fixed!important;inset:auto 0 0!important;overflow:visible!important;transform:none!important;box-shadow:0 -10px 26px #102f461f!important}.site-header--member .site-header__icon-link,.site-header--member .site-header__profile-link--icon,.site-header--member .site-header__notification-button,.site-header--member .site-header__signout-button{color:#102f46!important;background:#f4f8fb!important;border:1px solid #102f4617!important;border-radius:14px!important;place-items:center!important;width:clamp(35px,9.5vw,44px)!important;min-width:clamp(35px,9.5vw,44px)!important;height:clamp(35px,9.5vw,44px)!important;min-height:clamp(35px,9.5vw,44px)!important;padding:0!important;display:inline-grid!important}.site-header--member .site-header__signout-button{font-size:0!important}.site-header--member .site-header__signout-button:before{content:"⏻";font-size:1.1rem}}@media (width<=420px){.site-header--member{min-height:72px!important;padding:7px!important}.site-header--member .site-header__brand img{width:40px!important;height:40px!important}}@media (width<=920px){.site-header--member .site-header__signout-button{font-size:0!important;position:relative!important}.site-header--member .site-header__signout-button:before{box-sizing:border-box;border:2px solid;border-left:0;border-radius:2px;width:16px;height:16px;content:""!important}.site-header--member .site-header__signout-button:after{border-top:2px solid;border-left:2px solid;width:9px;height:9px;position:absolute;transform:translate(-4px)rotate(-45deg);content:""!important}.site-header--member .site-header__signout-button{color:#b91c1c!important;background:#fee2e2!important;border:1px solid #dc262614!important;border-radius:14px!important;justify-content:center!important;align-self:center!important;place-items:center!important;width:clamp(35px,9.5vw,44px)!important;min-width:clamp(35px,9.5vw,44px)!important;height:clamp(35px,9.5vw,44px)!important;min-height:clamp(35px,9.5vw,44px)!important;margin-top:0!important;padding:0!important;font-size:.82rem!important;font-weight:950!important;line-height:1!important;display:inline-grid!important;transform:none!important}.site-header--member .site-header__signout-button:before,.site-header--member .site-header__signout-button:after{content:none!important;display:none!important}.site-header--member .site-header__dev-dot{color:#0000!important;width:auto!important;min-width:0!important;height:auto!important;min-height:0!important;box-shadow:none!important;opacity:0!important;background:0 0!important;border:0!important;border-radius:0!important;margin-left:10px!important;padding:0!important;font-size:.95rem!important;line-height:1!important;display:inline!important}.site-header--member .site-header__dev-dot--active{color:#0000!important;box-shadow:none!important;opacity:0!important;background:0 0!important}.site-header--member .site-header__dev-dot .site-header__camp-badge{position:absolute;top:-11px;right:-11px}}.site-header--member{box-sizing:border-box!important;width:100vw!important;max-width:100vw!important;left:0!important;right:0!important}.site-header--member .site-header__home-icon-link img{width:29px!important;height:29px!important}.site-header--member .site-header__profile-link--icon img{width:16px!important;height:16px!important}.site-header--member .site-header__prayer-icon-button{box-shadow:none!important;background:0 0!important}.site-header--member .site-header__dev-dot,.site-header--member .site-header__dev-dot:hover,.site-header--member .site-header__dev-dot--active,.site-header--member .site-header__dev-dot--active:hover{color:#0000!important;box-shadow:none!important;text-shadow:none!important;opacity:0!important;filter:opacity(0)!important;background:0 0!important;border-color:#0000!important;outline:0!important}.site-header--member .site-header__dev-dot:before,.site-header--member .site-header__dev-dot:after,.site-header--member .site-header__dev-dot .site-header__camp-badge{opacity:0!important;box-shadow:none!important;background:0 0!important;display:none!important}.site-header__icon-link .site-header__camp-badge,.site-header__profile-link .site-header__camp-badge{position:absolute!important;inset:auto auto -9px 50%!important;transform:translate(-50%)!important}@media (width<=920px){.site-header--member{background:#fff!important;justify-content:flex-start!important;min-height:56px!important;padding:8px 12px!important;display:flex!important;top:0!important;bottom:auto!important;box-shadow:0 8px 22px #102f4614!important}.site-header--member .site-header__brand{color:#102f46!important;align-items:center!important;gap:8px!important;font-size:.82rem!important;font-weight:950!important;text-decoration:none!important;display:inline-flex!important}.site-header--member .site-header__brand img{object-fit:contain!important;width:34px!important;height:34px!important}.site-header--member .site-header__brand span{display:inline!important}.site-header--member .site-header__nav{z-index:260!important;width:100vw!important;min-height:62px!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;will-change:auto!important;background:#fff!important;border-radius:0!important;justify-content:center!important;gap:8px!important;display:flex!important;position:fixed!important;inset:auto 0 0!important;transform:translate(0,0)!important;box-shadow:0 -10px 26px #102f461f!important}html body .site-header.site-header--member>.site-header__nav{display:none!important}html body .site-header__mobile-footer-nav{z-index:99999!important;width:100vw!important;min-height:calc(64px + env(safe-area-inset-bottom))!important;padding:8px 10px calc(8px + env(safe-area-inset-bottom))!important;pointer-events:auto!important;background:#fff!important;border-top:1px solid #102f4614!important;justify-content:center!important;align-items:center!important;gap:8px!important;display:flex!important;position:fixed!important;inset:auto 0 0!important;box-shadow:0 -10px 26px #102f461f!important}html body .site-header__mobile-footer-nav>*{flex:none!important}html body .site-header__mobile-footer-nav .site-header__icon-link,html body .site-header__mobile-footer-nav .site-header__profile-link--icon,html body .site-header__mobile-footer-nav .site-header__notification-button,html body .site-header__mobile-footer-nav .site-header__signout-button{border-radius:12px!important;place-items:center!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;margin:0!important;padding:0!important;font-size:.78rem!important;line-height:1!important;display:inline-grid!important;position:relative!important;overflow:visible!important;transform:none!important}html body .site-header__mobile-footer-nav .site-header__dev-dot{position:relative!important;overflow:visible!important}html body .site-header__mobile-footer-nav .site-header__signout-button{color:#b91c1c!important;background:#fee2e2!important;border:1px solid #dc262614!important}html body .site-header__mobile-footer-nav .site-header__signout-button:before,html body .site-header__mobile-footer-nav .site-header__signout-button:after{content:none!important;display:none!important}html body .site-header__mobile-footer-nav .site-header__camp-badge{z-index:2!important;min-width:16px!important;height:16px!important;padding:0 4px!important;font-size:.62rem!important;line-height:16px!important;position:absolute!important;inset:-6px -6px auto auto!important;transform:none!important}}.home-page{color:#fff;text-align:left;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff);min-height:100svh}.home-push-cta{justify-content:center;padding:18px 5% 0;display:flex}.summer-camp-modal{z-index:80;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);animation:appBackdropIn var(--motion-medium,.26s) ease both;background:linear-gradient(#07162494,#0716246b),#0716247a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.summer-camp-modal__dialog{color:#102f46;text-align:center;width:min(440px,100%);animation:appModalIn var(--motion-slow,.42s) var(--ease-out,ease) both;background:linear-gradient(145deg,#fffffffa,#fff9e2fa 52%,#e8f6fff5) padding-box padding-box,linear-gradient(135deg,#ffd166,#ff8fab,#80edff,#b8f7d4) border-box;border:6px solid #0000;border-radius:8px;padding:42px 34px 36px;position:relative;box-shadow:0 32px 72px #030f1957}.summer-camp-modal__dialog:before{content:"";pointer-events:none;border:1px solid #102f461a;border-radius:6px;position:absolute;inset:12px}.summer-camp-modal__dialog--confirmation{text-align:left;scrollbar-width:none;width:min(560px,100%);max-height:calc(100svh - 48px);padding:40px 34px 32px;animation:none;overflow-y:auto}.summer-camp-modal__dialog--info{justify-items:center;gap:18px;display:grid}.summer-camp-modal__dialog--confirmation::-webkit-scrollbar{display:none}.summer-camp-modal__close{z-index:1;color:#102f46;cursor:pointer;background:#102f4614;border:0;border-radius:50%;place-items:center;width:34px;height:34px;font-size:1.5rem;line-height:1;display:inline-grid;position:absolute;top:12px;right:12px}.summer-camp-modal__dialog h1{z-index:1;color:#102f46;margin:0;font-family:Segoe Print,Bradley Hand ITC,Comic Sans MS,cursive;font-size:clamp(2.35rem,8vw,3.75rem);font-style:italic;font-weight:800;line-height:.96;position:relative}.summer-camp-modal__dialog--confirmation h1{text-align:center}.summer-camp-modal__date{z-index:1;color:#0f7a8f;margin:18px 0 10px;font-family:Segoe Print,Bradley Hand ITC,Comic Sans MS,cursive;font-size:clamp(1.45rem,5.2vw,2.15rem);font-style:italic;font-weight:800;position:relative}.summer-camp-modal__deadline{z-index:1;color:#fff;background:red;border-radius:0;justify-content:center;align-items:center;margin:0 0 28px;padding:9px 12px;font-size:clamp(.9rem,2.5vw,1.08rem);font-weight:950;line-height:1.2;display:inline-flex;position:relative}.summer-camp-modal__button{z-index:1;color:#102f46;cursor:pointer;background:linear-gradient(135deg,#f9cc12,#ffd95a 52%,#fff0a3);border:0;border-radius:999px;min-height:48px;padding:0 28px;font-size:1rem;font-weight:950;transition:transform .18s,box-shadow .18s;position:relative;box-shadow:0 16px 28px #b28a2342}.summer-camp-modal__button:hover{transform:translateY(-2px);box-shadow:0 20px 34px #b28a2357}.summer-camp-modal__button:is(a){align-items:center;text-decoration:none;display:inline-flex}.summer-camp-modal__info-text{z-index:1;color:#102f46;text-align:center;margin:0;font-size:1.05rem;font-weight:750;line-height:1.45;position:relative}.summer-camp-modal__info-image{z-index:1;object-fit:contain;border-radius:8px;width:min(100%,360px);max-height:min(62svh,520px);display:block;position:relative;box-shadow:0 18px 38px #030f192e}.summer-camp-modal__legacy-text{display:none}.summer-camp-modal__button--pulse{animation:2.2s ease-in-out infinite summerCampButtonPulse}.summer-camp-modal__confirmation-text{z-index:1;color:#102f46;gap:12px;margin:24px 0 22px;font-size:1rem;font-weight:750;line-height:1.55;display:grid;position:relative}.summer-camp-modal__confirmation-text p{margin:0}.summer-camp-modal__divider{background:linear-gradient(90deg,#0000,#102f4642,#f9cc12bd,#102f4642,#0000);width:100%;height:1px;margin:2px 0;display:block}.summer-camp-modal__divider--participants{z-index:1;margin:0 0 16px;position:relative}.summer-camp-modal__participants{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 16px;display:grid;position:relative}.summer-camp-modal__participants label{color:#102f46;gap:7px;min-width:0;font-size:.78rem;font-weight:950;line-height:1.15;display:grid}.summer-camp-modal__participants input{color:#102f46;width:100%;min-height:42px;font:inherit;background:#ffffffc7;border:1px solid #102f4629;border-radius:8px;outline:none;padding:8px 10px;font-size:1rem;font-weight:900}.summer-camp-modal__participants input:focus{border-color:#0f7a8f;box-shadow:0 0 0 3px #0f7a8f24}.summer-camp-modal__names{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 0 16px;display:grid;position:relative}.summer-camp-modal__name-field{color:#102f46;gap:7px;min-width:0;font-size:.78rem;font-weight:950;line-height:1.15;display:grid}.summer-camp-modal__name-field input{color:#102f46;width:100%;min-height:42px;font:inherit;background:#ffffffc7;border:1px solid #102f4629;border-radius:8px;outline:none;padding:8px 10px;font-size:1rem;font-weight:850}.summer-camp-modal__name-field input:focus{border-color:#0f7a8f;box-shadow:0 0 0 3px #0f7a8f24}.summer-camp-modal__checkbox{z-index:1;color:#102f46;cursor:pointer;background:#ffffffb8;border:1px solid #102f461f;border-radius:8px;align-items:center;gap:12px;min-height:56px;padding:14px 16px;font-size:1rem;font-weight:850;line-height:1.35;display:flex;position:relative}.summer-camp-modal__checkbox input{accent-color:#1f9d55;cursor:pointer;flex:none;width:22px;height:22px}.summer-camp-modal__checkbox strong{color:#1f9d55;font-weight:950}.summer-camp-modal__payment-total{z-index:1;color:#dc2626;text-align:center;margin:10px 0 0;font-size:1rem;font-weight:950;line-height:1.3;position:relative}.summer-camp-modal__ticket-button{z-index:1;color:#fff;cursor:pointer;background:linear-gradient(135deg,#15803d,#22c55e);border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:50px;margin-top:14px;font-size:1rem;font-weight:950;transition:opacity .18s,transform .18s,box-shadow .18s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 16px 28px #15803d3d}.summer-camp-modal__ticket-button:before{content:"";z-index:0;transform-origin:0;background:linear-gradient(135deg,#0f766e,#14b8a6);position:absolute;inset:0;transform:scaleX(0)}.summer-camp-modal__ticket-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 34px #15803d52}.summer-camp-modal__ticket-button--loading{color:#fff;background:#0f7a8f}.summer-camp-modal__ticket-button--loading:before{animation:.9s ease-in-out infinite summerCampSubmitFill}.summer-camp-modal__ticket-button:disabled{cursor:not-allowed;opacity:.46;box-shadow:none;transform:none}.summer-camp-modal__ticket{z-index:1;color:#15803d;background:radial-gradient(circle at 0,#0000 5px,#fffffff5 6px),radial-gradient(circle at 100%,#0000 5px,#fffffff5 6px);border-radius:5px;place-items:center;min-width:42px;min-height:26px;padding:0 12px;font-size:1.05rem;font-weight:950;line-height:1;display:inline-grid;position:relative}.summer-camp-modal__ticket-label{z-index:1;position:relative}.summer-camp-modal__ticket-button--loading:disabled{opacity:1}.summer-camp-modal--success{z-index:90}.summer-camp-modal__success{color:#102f46;text-align:center;background:linear-gradient(145deg,#fffffffa,#f4fff8fa) padding-box padding-box,linear-gradient(135deg,#22c55e,#b8f7d4,#80edff) border-box;border:5px solid #0000;border-radius:8px;width:min(320px,100%);padding:42px 28px 32px;position:relative;box-shadow:0 28px 58px #030f1957}.summer-camp-modal__success p{color:#15803d;margin:0;font-size:1.28rem;font-weight:950}@keyframes summerCampButtonPulse{0%,to{transform:scale(1);box-shadow:0 16px 28px #b28a2338}50%{transform:scale(1.025);box-shadow:0 18px 34px #b28a234d}}@keyframes summerCampSubmitFill{0%{transform:scaleX(0)}70%{transform:scaleX(1)}to{transform:scaleX(1)}}@keyframes summerCampModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes summerCampDialogZoom{0%,to{transform:scale(1)}50%{transform:scale(1.015)}}.home-hero__motto,.home-section__kicker{color:#f9cc12;letter-spacing:.18em;text-transform:uppercase;text-shadow:none;margin:0 0 14px;font-size:.78rem;font-weight:950}.home-hero__motto{margin-inline:auto;color:#fff;letter-spacing:0;max-width:min(100%,100vw - 48px);text-shadow:none;text-align:center;justify-items:center;margin:0;font-family:Times New Roman,Times,serif;font-size:clamp(1.55rem,2.85vw,2.9rem);font-style:normal;font-weight:900;line-height:1.05;display:grid;position:absolute;bottom:34px;left:5%;right:5%}.home-hero__encouragements{gap:14px;width:min(100%,920px);margin-bottom:68px;display:grid;transform:translateY(-36px)}.home-hero__quiz-button{z-index:2;color:#102f46;text-align:center;min-width:min(320px,82vw);min-height:62px;text-shadow:none;background:#f9cc12;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;margin-bottom:18px;padding:10px 24px;font-size:1rem;font-weight:950;line-height:1.08;text-decoration:none;display:inline-flex;position:relative;box-shadow:0 18px 34px #0000003d}.home-hero__quiz-button--new{color:#111827;background:#39ff14;animation:2.15s ease-in-out infinite homeQuizButtonPulse;box-shadow:0 18px 34px #00000042,0 0 28px #39ff1475}.home-hero__quiz-button span,.home-hero__quiz-button strong{display:block}.home-hero__quiz-button strong{letter-spacing:0;margin-top:4px;font-size:1.28rem}@keyframes homeQuizButtonPulse{0%,to{transform:scale(1)}50%{transform:scale(1.035)}}.home-hero__encouragement-form{width:min(100%,520px)}.home-hero__encouragement-field{display:block;position:relative}.home-hero__encouragement-field input{box-sizing:border-box;color:#102f46;width:100%;min-height:46px;font:inherit;background:#ffffffeb;border:1px solid #ffffffbd;border-radius:8px;outline:none;padding:0 54px 0 16px;font-size:.98rem;font-weight:650;box-shadow:0 10px 24px #00000029}.home-hero__encouragement-field input::placeholder{color:#102f46a3;animation:1.75s ease-in-out infinite encouragementPlaceholderPulse}.home-hero__encouragement-field input:focus{border-color:#f9cc12;box-shadow:0 10px 24px #0000002e,0 0 0 3px #f9cc1238}.home-hero__encouragement-field img{object-fit:contain;box-sizing:border-box;cursor:pointer;width:46px;height:46px;padding:9px;position:absolute;top:0;right:0}.home-hero__encouragement-track{cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;width:min(100%,920px);overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.home-hero__encouragement-track:active{cursor:grabbing}.home-hero__encouragement-marquee{will-change:transform;align-items:center;gap:clamp(280px,34vw,520px);width:max-content;display:flex}.home-hero__encouragement-group{align-items:stretch;gap:18px;display:flex}.home-hero__encouragement-card{color:#fff;white-space:nowrap;width:max-content;min-height:38px;text-shadow:none;background:#ff2d55;border:1px solid #ffffff57;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:7px;padding:9px 14px;font-family:Times New Roman,Times,serif;font-size:1rem;font-weight:700;line-height:1.3;display:flex;box-shadow:0 10px 20px #0f172a33}.home-hero__encouragement-card--1{background:#00c2ff}.home-hero__encouragement-card--2{background:#ff3b30}.home-hero__encouragement-card--3{background:#19ed67}.home-hero__encouragement-card--4{background:#ff9500}.home-hero__encouragement-card--5{background:#7c4dff}.home-hero__encouragement-card--6{background:#ff1744}.home-hero__encouragement-card--7{background:#00e5ff}.home-hero__encouragement-card--8{background:#ff00c8}.home-hero__encouragement-card--9{background:#00e676}.home-hero__encouragement-card--10{background:#ff6d00}.home-hero__encouragement-user{color:#fff;font-weight:950}.home-hero__encouragement-separator{color:#ffffffdb;opacity:1}@keyframes encouragementPlaceholderPulse{0%,to{opacity:.52}50%{opacity:1}}.home-hero__motto-word{color:#fff;-webkit-text-stroke:0;text-shadow:0 5px 12px #0000006b;font-weight:900;display:block}.home-hero__motto-word--two,.home-hero__motto-word--three{margin-left:0}.home-hero__motto-word--three{color:#c9151e;font-weight:800}@media (width>=921px){.home-hero__motto{white-space:nowrap;align-items:baseline;gap:clamp(18px,3vw,42px);max-width:none;font-size:clamp(1.55rem,2.65vw,2.7rem);line-height:1;display:flex}}.home-section{color:#0b3454;animation:appFadeUp var(--motion-slow,.42s) var(--ease-out,ease) both;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff);padding:78px 0;position:relative}.home-section__inner{width:90%;margin:0 auto;position:relative}.home-section h2{max-width:760px;color:inherit;margin:0;font-size:clamp(2rem,4vw,4rem);font-weight:920;line-height:1.02}.home-section--meetings{color:#102f46;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff);padding:96px 0 112px}.home-meetings-header{justify-content:space-between;align-items:end;gap:24px;max-width:1180px;padding-bottom:34px;display:flex}.home-meetings-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:10px;display:grid}.home-meeting-card{min-height:198px;transition:transform var(--motion-medium,.26s) var(--ease-out,ease), box-shadow var(--motion-medium,.26s) ease, border-color var(--motion-medium,.26s) ease;background:linear-gradient(145deg,#fffdf7f5,#fff2f6f5 43%,#effbfff5) padding-box padding-box,linear-gradient(135deg,#ffd166,#ff8fab,#80edff,#b8f7d4) border-box;border:4px solid #0000;border-radius:8px;flex-direction:column;padding:22px;display:flex;box-shadow:0 24px 54px #21364829}.home-meeting-card:hover{transform:translateY(-2px);box-shadow:0 26px 58px #2136482e}.home-meeting-card--featured{color:#102f46;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff) padding-box padding-box,linear-gradient(135deg,#ffd166,#ff8fab,#80edff,#b8f7d4) border-box;grid-column:1/-1;min-height:260px;padding:30px}.home-meeting-card__topline{justify-content:space-between;align-items:center;gap:14px;margin-bottom:auto;display:flex}.home-meeting-card__topline span,.home-meeting-card__topline strong{text-transform:uppercase;border-radius:999px;align-items:center;min-height:34px;padding:8px 12px;font-size:.74rem;font-weight:950;line-height:1;display:inline-flex}.home-meeting-card__topline span{color:#fff;background:#102f46}.home-meeting-card__topline strong{color:#102f46;background:#f9cc12;min-height:42px;padding:10px 14px;font-size:clamp(.98rem,1.35vw,1.18rem);box-shadow:0 10px 22px #b28a232e}.home-meeting-card--women .home-meeting-card__topline{min-width:0}.home-meeting-card--women .home-meeting-card__topline span,.home-meeting-card--women .home-meeting-card__topline strong{text-align:center;white-space:normal;overflow-wrap:anywhere;min-width:0;line-height:1.15}.home-meeting-card--women .home-meeting-card__topline span{flex:auto}.home-meeting-card--women .home-meeting-card__topline strong{flex:none}.home-meeting-card--featured .home-meeting-card__topline span{color:#fff;background:#102f46}.home-meeting-card--featured .home-meeting-card__topline strong{color:#102f46;background:#f9cc12;min-height:54px;padding:12px 18px;font-size:clamp(1.25rem,2.6vw,2rem);box-shadow:0 14px 28px #0000002e}.home-meeting-card h3{color:inherit;margin:30px 0 10px;font-size:clamp(1.08rem,1.7vw,1.42rem);line-height:1.1}.home-meeting-card--featured h3{max-width:580px;font-size:clamp(1.8rem,3.3vw,3.2rem);line-height:1}.home-meeting-card__location{color:#ffffffd1;border-top:1px solid #ffffff2e;width:fit-content;margin:10px 0 0;padding-top:18px;font-weight:850;line-height:1.5}.home-section-divider{background:linear-gradient(90deg,#0000,#102f4633,#f9cc12b8,#102f4633,#0000);width:90%;height:1px;margin:0 auto}.home-section--social{color:#102f46;background:#f7fbfd;padding:92px 0 110px}.home-social-header{gap:10px;margin-bottom:34px;display:grid}.home-social-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:1180px;display:grid}.home-social-card{background:#fff;border:1px solid #102f4624;border-radius:8px;grid-template-rows:auto minmax(280px,520px) auto;display:grid;overflow:hidden;box-shadow:0 22px 48px #17364b1f}.home-social-card__header{border-bottom:1px solid #102f461a;align-items:center;gap:12px;min-width:0;padding:16px 18px;display:flex}.home-social-card__header img{object-fit:contain;width:36px;height:36px}.home-social-card__header div{min-width:0;display:grid}.home-social-card__header strong{color:#102f46;font-size:1rem}.home-social-card__header span{color:#607483;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.home-social-card__media,.home-social-card__placeholder{color:#102f46;background:#edf4f7;justify-content:center;align-items:center;min-height:280px;text-decoration:none;display:flex}.home-social-card__media img{object-fit:cover;width:100%;height:100%;min-height:280px;display:block}.home-social-card__placeholder{flex-direction:column;gap:14px;padding:36px;font-weight:800}.home-social-card__placeholder img{object-fit:contain;width:72px;height:72px}.home-social-card__body{align-content:start;gap:12px;padding:18px;display:grid}.home-social-card__body p{color:#263f51;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;line-height:1.55;display:-webkit-box;overflow:hidden}.home-social-card__body time{color:#687d8b;font-size:.8rem;font-weight:700}.home-social-card__body>a{color:#08788f;width:fit-content;font-weight:900;text-decoration:none}.home-social-card__body>a:hover{text-decoration:underline}.home-section--services{color:#102f46;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff);padding:96px 0 112px}.home-services-header{margin-bottom:34px}.home-services-layout{gap:18px;display:grid}.home-service-row{grid-template-columns:minmax(220px,30%) minmax(0,70%);align-items:stretch;gap:18px;display:grid}.home-services-card{color:#102f46;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff) padding-box padding-box,linear-gradient(135deg,#ffd166,#ff8fab,#80edff,#b8f7d4) border-box;border:4px solid #0000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:220px;padding:24px;display:flex;box-shadow:0 24px 54px #21364829}.home-services-card h3{color:inherit;text-align:center;margin:0;font-size:clamp(1.7rem,3vw,3rem);line-height:1}.home-services-gallery{background:linear-gradient(145deg,#fffdf7d1,#fff2f6d1 43%,#effbffd1) padding-box padding-box,linear-gradient(135deg,#ffd166,#ff8fab,#80edff,#b8f7d4) border-box;border:4px solid #0000;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;min-height:220px;padding:12px;display:grid}.home-service-photo-slot{background:#ffffffad;border-radius:7px;min-height:100%;box-shadow:inset 0 0 0 1px #102f4614}.home-service-photo-slot:nth-child(2){background:#ffffffb8}.home-service-photo-slot:nth-child(3){background:#ffffffa3}.home-section--prayer{color:#102f46;background:linear-gradient(145deg,#fffdf7,#fff2f6 43%,#effbff);padding:96px 0 120px}.home-prayer{justify-content:center;display:flex}.home-prayer-scroll{filter:drop-shadow(0 32px 34px #341f0c42);width:min(820px,100%);padding:36px 0;position:relative}.home-prayer-scroll__paper{background:radial-gradient(circle at 18% 28%,#5b331124,#0000 12%),radial-gradient(circle at 78% 62%,#5b33111f,#0000 14%),radial-gradient(circle at 45% 82%,#ffffff2e,#0000 18%),linear-gradient(90deg,#5c361247,#0000 9% 91%,#5c361242),linear-gradient(#d3aa69 0%,#efd49a 9%,#e5bd78 47%,#f0d69c 88%,#bd8243 100%);border:1px solid #502d0f57;border-radius:4px 10px 5px 12px;flex-direction:column;align-items:center;min-height:560px;padding:88px 54px 78px;display:flex;position:relative;overflow:hidden;box-shadow:inset 24px 0 38px #4a290d2e,inset -24px 0 38px #4a290d29,inset 0 18px 26px #ffeeb852,inset 0 -24px 34px #48270d2e}.home-prayer-scroll__paper:before,.home-prayer-scroll__paper:after{content:"";pointer-events:none;border:1px solid #532e0e38;border-radius:4px 8px;position:absolute;inset:22px 28px}.home-prayer-scroll__paper:after{border-color:#fff2c93d;inset:40px 48px;box-shadow:0 0 42px #58310f14}.home-prayer-scroll__paper h2{z-index:1;color:#4b2a0e;text-align:center;text-shadow:0 2px #ffebb573;margin:0 0 34px;font-family:Old English Text MT,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(3.2rem,7vw,7rem);font-weight:700;line-height:1;position:relative}.home-prayer-scroll__text{z-index:1;gap:8px;max-width:650px;margin:0;display:grid;position:relative}.home-prayer-scroll__text p{color:#5d3b18;text-align:center;margin:0;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:clamp(1.02rem,1.8vw,1.34rem);font-style:italic;font-weight:600;line-height:1.45}.home-prayer-scroll__reference{z-index:1;color:#6b4219;letter-spacing:.08em;text-align:center;text-transform:uppercase;margin:34px 0 0;font-family:Palatino Linotype,Book Antiqua,Palatino,Georgia,serif;font-size:clamp(1rem,1.7vw,1.24rem);font-weight:800;position:relative}.home-prayer-scroll__roll{z-index:2;background:radial-gradient(circle at 50% 35%,#ffefbcb8,#0000 32%),linear-gradient(90deg,#5f3515,#b47432 10%,#e8be72 26%,#8f561f 50%,#e8be72 74%,#ad6d2b 90%,#4f2b11),#a7672a;border-radius:999px;width:calc(100% + 34px);height:68px;position:absolute;left:50%;transform:translate(-50%);box-shadow:inset 0 10px 14px #fff6cf57,inset 0 -16px 20px #321b0952,0 14px 24px #341f0c38}.home-prayer-scroll__roll--top{top:0}.home-prayer-scroll__roll--bottom{bottom:0}@media (width<=920px){.home-hero__encouragements{text-align:center;justify-items:center;gap:10px;width:100%;margin-bottom:28px;transform:translateY(-28px)}.home-hero__quiz-button{min-width:min(270px,86vw);min-height:56px;margin-bottom:14px;padding:9px 18px;font-size:.92rem}.home-hero__quiz-button strong{font-size:1.08rem}.home-hero__encouragement-form{width:min(100%,360px)}.home-hero__encouragement-field input{text-align:center;min-height:40px;padding-right:46px;font-size:.86rem}.home-hero__encouragement-field img{width:40px;height:40px;padding:8px}.home-hero__encouragement-marquee{gap:clamp(150px,42vw,260px)}.home-hero__encouragement-group{gap:10px}.home-hero__encouragement-card{min-height:0;padding:5px 10px;font-size:.86rem;line-height:1.2}.home-hero__motto{text-align:center;white-space:nowrap;justify-content:center;gap:5px;width:100%;max-width:100%;margin:0;font-family:Times New Roman,Times,serif;font-size:clamp(.78rem,3.55vw,1.12rem);font-style:normal;font-weight:900;line-height:1;display:flex;bottom:22px;left:50%;right:auto;transform:translate(-50%)}.home-hero__motto-word{text-shadow:0 3px 8px #00000075;font-weight:900;display:inline}.home-hero__motto-word--three{text-shadow:0 0 2px #fff,0 0 6px #ffffffe6,0 3px 8px #00000075}.home-section--meetings,.home-section--services,.home-section--social{padding:68px 0 78px}.home-social-grid{grid-template-columns:1fr}.home-social-card{grid-template-rows:auto minmax(240px,72vw) auto}.home-meetings-header{display:block}.home-meetings-grid{grid-template-columns:1fr}.home-meeting-card,.home-meeting-card--featured{grid-column:auto;min-height:190px}.home-meeting-card--featured h3{font-size:clamp(2rem,11vw,3.4rem)}.home-services-layout{gap:16px}.home-service-row{grid-template-columns:1fr}.home-services-card{min-height:170px}.home-services-gallery{grid-template-columns:1fr;min-height:auto}.home-service-photo-slot{min-height:140px}.home-section--prayer{padding:72px 0 88px}.home-prayer-scroll{width:100%}.home-prayer-scroll__paper{min-height:280px;padding-inline:28px}.home-prayer-scroll__roll{width:calc(100% + 18px);height:46px}.summer-camp-modal{padding:18px}.summer-camp-modal__dialog--confirmation{padding:38px 22px 24px}.summer-camp-modal__dialog--confirmation h1{font-size:clamp(2.1rem,12vw,3rem)}.summer-camp-modal__confirmation-text,.summer-camp-modal__checkbox{font-size:.94rem}.summer-camp-modal__participants,.summer-camp-modal__names{grid-template-columns:1fr}}.community-page{color:#102f46;background:linear-gradient(#0a1f2e14,#0a1f2e00 260px),linear-gradient(145deg,#eef5f8 0%,#fbf7fb 48%,#eff9f3 100%);min-height:100svh;padding:168px max(18px,5vw) 64px;font-family:Inter,Trebuchet MS,Segoe UI,Arial,sans-serif}@media (width>=921px){.community-page--home .community-quiz-list{overflow:visible!important}.community-page--home .community-quiz-track{gap:6px!important;width:100%!important;display:grid!important}.community-page--home .community-quiz-list .community-side-table__row{width:100%!important;min-height:0!important;box-shadow:none!important;color:#102f46!important;text-align:left!important;background:0 0!important;border:0!important;border-radius:0!important;flex:none!important;padding:8px 4px!important;display:block!important}.community-page--home .community-quiz-list .community-side-table__row--todo{color:#991b1b!important;background:#fee2e2!important}.community-page--home .community-quiz-list .community-side-table__row--done,.community-page--home .community-quiz-list .community-side-table__row--completed-active{color:#1d4ed8!important;background:#dbeafe!important}.community-page--home .community-quiz-list .community-side-table__row--active-quiz{color:#166534!important;background:#dcfce7!important}.community-page--home .community-quiz-list .community-side-table__row--dev:not(.community-side-table__row--active-quiz){color:#102f46!important;background:#fff!important}}.community-shell{border-left:0;border-right:0;grid-template-columns:minmax(0,720px);justify-content:center;align-items:start;gap:22px;width:min(760px,100%);margin:0 auto;display:grid}.community-shell--single{grid-template-columns:minmax(0,760px)}.community-panel{width:100%;min-width:0}.community-page>.community-panel{width:min(760px,100%);margin:0 auto}.community-sidebar,.community-composer,.community-card,.community-panel__header,.community-message-form,.community-message,.community-notification,.community-profile-head{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);animation:appFadeUp var(--motion-slow,.42s) var(--ease-out,ease) both;background:#ffffffd1;border:1px solid #102f461a;border-radius:18px;box-shadow:0 22px 60px #102f461a,inset 0 1px #ffffffb3}.community-sidebar{text-align:left;gap:12px;padding:20px;display:grid;position:sticky;top:164px}.community-sidebar strong{color:#102f46;font-size:1.08rem;font-weight:950}.community-sidebar p{color:#627684;font-size:.9rem;font-weight:750;line-height:1.4}.community-sidebar__stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-top:8px;display:grid}.community-sidebar__stats span{color:#607483;background:#f3f8fb;border-radius:14px;gap:2px;min-height:62px;padding:10px;font-size:.78rem;font-weight:850;display:grid}.community-sidebar__stats strong{color:#0f7a8f;font-size:1.22rem}.community-avatar{color:#fff;background:linear-gradient(135deg,#102f46,#0f7a8f);border-radius:18px;place-items:center;width:58px;height:58px;font-size:1.16rem;font-weight:950;display:grid;box-shadow:0 14px 26px #102f462e}.community-avatar--small{border-radius:15px;width:46px;height:46px;font-size:.92rem}.community-composer{gap:12px;margin-bottom:18px;padding:14px;display:grid}.community-composer__top{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:12px;display:grid}.community-composer textarea,.community-message-form textarea,.community-card__comment-form input,.community-card__comment-form textarea{color:#102f46;width:100%;font:inherit;transition:border-color var(--motion-fast,.16s) ease, box-shadow var(--motion-fast,.16s) ease, background var(--motion-fast,.16s) ease;background:#f7fbfd;border:1px solid #102f461c;border-radius:16px;outline:none}.community-composer textarea{resize:vertical;min-height:78px;padding:14px 16px;font-size:1rem;font-weight:700;line-height:1.45}.community-composer textarea:focus,.community-message-form textarea:focus,.community-card__comment-form input:focus,.community-card__comment-form textarea:focus{background:#fff;border-color:#0f7a8f57;box-shadow:0 0 0 4px #0f7a8f14}.community-composer__actions,.community-card__actions,.community-panel__header,.community-message-form div{justify-content:space-between;align-items:center;gap:10px;display:flex}.community-composer__actions{padding-left:58px}.community-composer button,.community-card__action,.community-card__share-menu button,.community-panel__header button,.community-message-form button,.community-card__comment-form button,.community-users-table button{color:#fff;cursor:pointer;min-height:42px;font:inherit;transition:transform var(--motion-medium,.26s) var(--ease-out,ease), box-shadow var(--motion-medium,.26s) ease, filter var(--motion-medium,.26s) ease;background:#102f46;border:0;border-radius:999px;padding:0 18px;font-weight:950}.community-composer button:hover,.community-card__action:hover,.community-card__share-menu button:hover,.community-panel__header button:hover,.community-message-form button:hover,.community-card__comment-form button:hover,.community-users-table button:hover{filter:saturate(1.03);transform:translateY(-1px)}.community-composer__actions button:first-child{color:#075985;background:#dff2fc;align-items:center;gap:8px;display:inline-flex}.community-composer__actions button:last-child{min-width:112px;box-shadow:0 14px 24px #102f462e}.community-composer__actions svg,.community-card__action svg,.community-card__action img{width:19px;height:19px}.community-card__action img{object-fit:contain;display:block}.community-composer__file-input{display:none}.community-composer__file{color:#0f7a8f;background:#eef8fc;border-radius:999px;width:fit-content;margin-left:58px;padding:7px 11px;font-size:.82rem;font-weight:900}.community-composer__preview{background:#eef5f8;border-radius:16px;width:min(100%,420px);margin-left:58px;overflow:hidden}.community-composer__preview img{object-fit:contain;width:100%;max-height:420px;display:block}.community-feed{gap:16px;display:grid}.community-quiz-track{flex-wrap:nowrap;gap:6px;width:max-content;display:flex}.community-quiz-list{scroll-snap-type:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;overflow-x:auto}.community-quiz-list::-webkit-scrollbar{display:none}@media (width>=921px){.community-page--home .community-quiz-list{overflow:visible}.community-page--home .community-quiz-track{gap:6px;width:100%;display:grid}.community-page--home .community-quiz-list .community-side-table__row{width:100%;min-height:0;box-shadow:none;color:#102f46;text-align:left;background:0 0;border:0;border-radius:0;padding:8px 4px}.community-page--home .community-quiz-list .community-side-table__row:hover{color:#102f46;background:#102f460f}}@keyframes communityQuizBackAndForth{0%{transform:translate(0,0)}to{transform:translate3d(calc(-1 * var(--quiz-scroll-distance,0px)), 0, 0)}}@property --community-quiz-border-angle{syntax:"<angle>";inherits:false;initial-value:0deg}@keyframes communityQuizBorderSnake{to{--community-quiz-border-angle:360deg}}.community-card{text-align:left;gap:14px;padding:18px;display:grid;position:relative;overflow:visible}.community-card__menu{z-index:30;position:absolute;top:10px;right:10px}.community-card__menu-trigger{color:#102f46;cursor:pointer;width:34px;height:34px;font:inherit;text-align:center;background:#102f460f;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:1.15rem;font-weight:950;line-height:0;display:inline-flex}.community-card__menu-dots{fill:currentColor;flex:none;width:18px;height:6px;display:block}.community-card__menu-dropdown{background:#fff;border:1px solid #102f461f;border-radius:12px;gap:6px;min-width:122px;padding:7px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 16px 38px #102f4629}.community-card__menu-dropdown button{color:#102f46;cursor:pointer;min-height:34px;font:inherit;text-align:left;background:#f3f7f9;border:0;border-radius:9px;padding:0 10px;font-size:.82rem;font-weight:950}.community-card__menu-dropdown button:disabled{cursor:not-allowed;opacity:.45}.community-card__edit{gap:9px;display:grid}.community-card__edit textarea{color:#102f46;width:100%;min-height:90px;font:inherit;resize:vertical;background:#f7fbfd;border:1px solid #102f4624;border-radius:14px;padding:12px;font-weight:750;line-height:1.45}.community-card__edit-actions,.community-card__delete-modal div{justify-content:flex-end;gap:10px;display:flex}.community-card__confirm{color:#fff;cursor:pointer;width:38px;height:38px;font:inherit;border:0;border-radius:50%;place-items:center;font-size:1.28rem;font-weight:950;line-height:1;display:grid}.community-card__confirm--yes{background:#22c55e}.community-card__confirm--no{background:#ef4444}.community-card__delete-modal{z-index:40;border-radius:inherit;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f8fcfdc7;place-items:center;display:grid;position:absolute;inset:0}.community-card__delete-modal div{background:#fff;border:1px solid #102f461a;border-radius:999px;padding:12px;box-shadow:0 18px 44px #102f4629}.community-card__header,.community-message header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;display:grid}.community-card__header{padding-right:36px}.community-card__header strong,.community-message header strong,.community-comment strong{color:#102f46;overflow-wrap:anywhere;min-width:0;font-size:1rem;font-weight:950}.community-card time,.community-message time,.community-comment time,.community-notification time{color:#718390;white-space:nowrap;font-size:.76rem;font-weight:850}.community-card__text{color:#1f3d52;white-space:pre-wrap;font-size:1rem;font-weight:700;line-height:1.55}.community-card__image-button{cursor:zoom-in;background:0 0;border:0;width:100%;padding:0;display:block}.community-card__image{aspect-ratio:1;object-fit:cover;background:#eef5f8;border-radius:16px;width:100%;max-width:420px;max-height:420px;display:block;box-shadow:0 18px 36px #102f461a}.community-card__actions{border-top:1px solid #102f4614;justify-content:flex-start;padding-top:12px}.community-card__action{color:#102f46;min-height:38px;box-shadow:none;background:#f0f6f8;align-items:center;gap:7px;padding:0 14px;display:inline-flex}.community-card__action--active{color:#166534;background:#dcfce7}.community-card__share{z-index:20;position:relative}.community-card__share-menu{z-index:80;background:#fff;border:1px solid #102f461f;border-radius:16px;gap:8px;width:min(220px,78vw);padding:10px;display:grid;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 18px 44px #102f4629}.community-card__share-menu--top{bottom:calc(100% + 8px)}.community-card__share-menu--bottom{top:calc(100% + 8px)}.community-image-preview{z-index:170;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030f19d1;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.community-image-preview article{place-items:center;width:min(1100px,100%);height:min(86svh,780px);display:grid;position:relative}.community-image-preview button{z-index:2;color:#102f46;cursor:pointer;background:#fff;border:0;border-radius:50%;width:38px;height:38px;font-size:1.45rem;font-weight:900;position:absolute;top:-12px;right:-12px}.community-image-preview img{object-fit:contain;border-radius:14px;max-width:100%;max-height:100%;display:block;box-shadow:0 24px 70px #00000052}.community-location-preview{z-index:175;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030f19d1;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.community-location-preview article{background:#fff;border-radius:20px;grid-template-rows:minmax(0,1fr) auto;width:min(1120px,100%);height:min(88svh,820px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000052}.community-location-preview iframe{border:0;width:100%;height:100%;min-height:360px}.community-location-preview__close{z-index:2;color:#102f46;cursor:pointer;background:#fff;border:0;border-radius:50%;width:38px;height:38px;font-size:1.45rem;font-weight:900;position:absolute;top:12px;right:12px;box-shadow:0 10px 24px #102f4633}.community-location-preview__info{color:#102f46;align-items:center;gap:12px;padding:14px 16px;display:flex}.community-location-preview__info img{width:34px;height:34px}.community-location-preview__info span{gap:2px;display:grid}.community-location-preview__info strong{font-size:1rem;font-weight:950}.community-location-preview__info small{color:#526b7b;font-size:.82rem;font-weight:850}.community-card__share-menu select{color:#102f46;min-height:40px;font:inherit;border:1px solid #102f461f;border-radius:12px;padding:0 10px;font-weight:800}.community-card__comments{gap:10px;display:grid}.community-card__comments-list{scrollbar-width:none;border:1px solid #102f461a;border-radius:14px;gap:10px;max-height:246px;padding:8px;display:grid;overflow-y:auto}.community-card__comments-list::-webkit-scrollbar{display:none}.community-card__comment-form{display:block;position:relative}.community-card__comment-form textarea{resize:vertical;min-height:44px;max-height:120px;padding:12px 48px 12px 13px}.community-card__comment-form button{color:#102f46;background:0 0;place-items:center;width:34px;min-width:34px;height:34px;min-height:34px;padding:0;display:inline-grid;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.community-card__comment-form button:hover{transform:translateY(-50%)}.community-card__comment-form button img{object-fit:contain;width:18px;height:18px}.community-comment{background:#f7fbfd;border-radius:14px;gap:5px;padding:10px 12px;display:grid}.community-comment p{white-space:pre-wrap}.community-share-modal{z-index:180;background:#030f1994;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.community-share-modal article{background:#fff;border-radius:18px;gap:12px;width:min(440px,100%);max-height:min(82svh,680px);padding:14px;display:grid;overflow:hidden;box-shadow:0 24px 70px #00000047}.community-share-modal textarea,.community-share-modal input[type=text],.community-share-modal>article>input{color:#102f46;width:100%;font:inherit;background:#f7fbfd;border:1px solid #102f461f;border-radius:14px;padding:11px 12px}.community-share-modal textarea{resize:vertical;min-height:96px}.community-share-preview{scrollbar-width:none;border:1px solid #102f461a;border-radius:14px;gap:8px;max-height:240px;padding:10px;display:grid;overflow-y:auto}.community-share-preview::-webkit-scrollbar{display:none}.community-share-users::-webkit-scrollbar{display:none}.community-share-preview img{object-fit:contain;background:#eef5f8;border-radius:10px;width:100%;max-height:180px}.community-share-users{scrollbar-width:none;gap:8px;max-height:320px;padding-right:2px;display:grid;overflow-y:auto}.community-share-users label{color:#102f46;background:#f7fbfd;border:1px solid #102f4614;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-height:42px;padding:0 10px;font-weight:850;display:flex}.community-share-modal__actions{justify-content:flex-end;gap:8px;display:flex}.community-share-modal__button{color:#fff;cursor:pointer;font:inherit;border:0;border-radius:999px;padding:10px 18px;font-size:.9rem;font-weight:950;transition:transform .16s,box-shadow .16s,opacity .16s;box-shadow:0 12px 24px #102f4629}.community-share-modal__button:hover{transform:translateY(-1px);box-shadow:0 16px 28px #102f4633}.community-share-modal__button--cancel{background:#ef4444}.community-share-modal__button--send{background:#0f7a8f}.community-share-modal__button:disabled{cursor:not-allowed;opacity:.5;transform:none}.community-comment div{justify-content:space-between;gap:10px;display:flex}.community-panel__header{margin-bottom:16px;padding:18px}.community-panel__header h1,.community-profile-head h1{color:#102f46;letter-spacing:0;margin:0;font-size:clamp(1.55rem,4vw,2.4rem);font-weight:950}.community-profile-head{justify-items:center;gap:10px;margin-bottom:18px;padding:28px 18px;display:grid}.community-profile-head span{color:#fff;background:linear-gradient(135deg,#102f46,#0f7a8f);border-radius:24px;place-items:center;width:82px;height:82px;font-size:2rem;font-weight:950;display:grid;box-shadow:0 18px 34px #102f462e}.community-users-table{gap:8px;margin-bottom:16px;display:grid}.community-users-table button{color:#102f46;text-align:left;background:#ffffffdb;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:52px;display:grid;box-shadow:0 8px 18px #102f460f}.community-message-form{gap:10px;margin-bottom:16px;padding:16px;display:grid}.community-message-form textarea{min-height:110px;padding:12px}.community-message-list,.community-notification-list{gap:12px;display:grid}.community-message,.community-notification{text-align:left;padding:14px}.community-message--sent{background:#f0fdf4}.community-notification{gap:5px;display:grid}.community-notification--new{background:#effbff;border-color:#0f7a8f47}@media (width<=980px){.community-page{padding:132px 14px 52px}.community-shell{grid-template-columns:minmax(0,720px)}.community-sidebar{grid-template-columns:auto minmax(0,1fr);align-items:center;position:static}.community-sidebar p,.community-sidebar__stats{grid-column:1/-1}}@media (width<=720px){.community-page{padding:112px 10px 44px}.community-sidebar{display:none}.community-composer,.community-card,.community-panel__header,.community-message-form,.community-message,.community-notification,.community-profile-head{border-radius:16px}.community-composer{padding:12px}.community-composer__top{grid-template-columns:1fr}.community-avatar--small{display:none}.community-composer__actions,.community-composer__file,.community-composer__preview{margin-left:0;padding-left:0}.community-card__header,.community-panel__header,.community-comment div{grid-template-columns:1fr;align-items:start}.community-card time,.community-message time,.community-comment time,.community-notification time{white-space:normal}.community-card__comment-form{display:block}}@media (width>=1181px){.community-page--home{height:100svh;min-height:100svh;padding:142px 0 24px;overflow:hidden}.community-page--home .community-shell{overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;width:min(560px,100%);height:calc(100svh - 166px);margin:0 auto;overflow-y:auto}.community-page--home .community-shell::-webkit-scrollbar{width:0;height:0}.community-page--home .community-panel{width:min(540px,100%);margin:0 auto}.community-composer{border-radius:16px;margin-bottom:14px;padding:12px;box-shadow:0 14px 34px #102f4614}.community-composer textarea{min-height:58px;font-size:.92rem}.community-composer__actions img{object-fit:contain;width:19px;height:19px}.community-card{border-radius:16px;gap:10px;padding:14px;box-shadow:0 14px 34px #102f4614}.community-card__header strong{font-size:.92rem}.community-card__text{font-size:.92rem;line-height:1.42}.community-card__image{aspect-ratio:1;object-fit:cover;border-radius:14px;width:100%;max-width:320px;height:auto;max-height:320px}.community-card__actions{padding-top:10px}.community-card__action{min-height:34px;padding:0 11px;font-size:.82rem}}@media (width>=921px){.community-home-side{z-index:35;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none;align-content:start;gap:14px;width:260px;display:grid;position:fixed;top:142px;bottom:20px;overflow-y:auto}.community-home-side::-webkit-scrollbar{width:0;height:0}.community-page--home .community-shell::-webkit-scrollbar{width:0;height:0}.community-home-side--left{padding-right:18px;left:max(16px,50vw - 548px)}.community-home-side--right{padding-left:18px;right:max(16px,50vw - 590px)}.community-home-side--left:after,.community-home-side--right:before{content:"";pointer-events:none;background:linear-gradient(#0000,#102f462e 12% 88%,#0000);width:1px;position:fixed;top:142px;bottom:24px}.community-home-side--left:after{left:max(300px,50vw - 270px)}.community-home-side--right:before{right:max(300px,50vw - 270px)}.community-side-table{background:#fffffff5;border:1px solid #102f4617;border-radius:18px;gap:10px;padding:12px;display:grid;box-shadow:0 18px 42px #102f461c}.community-side-table h2{color:#102f46;text-align:center;margin:0;padding:2px 4px 4px;font-size:.92rem;font-weight:950}.community-side-table>div,.community-accordion__content{gap:7px;display:grid}.community-side-table__row,.community-accordion__toggle,.community-side-table__empty,.community-side-table__info{box-sizing:border-box;color:#102f46;width:100%;font:inherit;text-align:left;background:#f3f7f9;border:0;border-radius:11px;padding:10px 12px;font-size:.8rem;font-weight:900;line-height:1.2;text-decoration:none}.community-side-table__row{cursor:pointer}.community-side-table__row:hover,.community-side-table__row--active{color:#fff;background:#102f46}.community-side-table__row--done{color:#1d4ed8;background:#dbeafe}.community-side-table__row--todo{color:#991b1b;background:#fee2e2}.community-side-table__row--active-quiz,.community-side-table__row--active-quiz:hover{color:#166534;background:#dcfce7}.community-quiz-legend{gap:5px;padding:0 4px 4px;display:grid}.community-quiz-legend span{color:#587080;text-align:left;align-items:center;gap:7px;font-size:.7rem;font-weight:850;display:inline-flex}.community-quiz-legend__dot{border-radius:50%;width:9px;height:9px}.community-quiz-legend__dot--done{background:#3b82f6}.community-quiz-legend__dot--active{background:#22c55e}.community-quiz-legend__dot--todo{background:#ef4444}.community-side-table__empty{color:#7b8d99;text-align:center}.community-side-table--accordion{gap:8px}.community-accordion{gap:7px;display:grid}.community-accordion__toggle{color:#fff;cursor:pointer;background:#102f46;justify-content:space-between;align-items:center;min-height:40px;display:flex}.community-accordion__toggle span:last-child{width:20px;min-width:20px;height:20px;transition:transform var(--motion-fast,.16s) ease;background:#ffffff29;border-radius:50%;justify-content:center;align-items:center;line-height:1;display:flex}.community-accordion--open .community-accordion__toggle span:last-child{transform:rotate(45deg)}.community-accordion__content{opacity:0;max-height:0;transition:max-height var(--motion-medium,.26s) ease, opacity var(--motion-fast,.16s) ease, transform var(--motion-fast,.16s) ease;overflow:hidden;transform:translateY(-3px)}.community-accordion--open .community-accordion__content{opacity:1;max-height:420px;transform:translateY(0)}.community-side-table__info{gap:3px;display:grid}.community-side-table__info span{color:#667987;font-size:.74rem}.community-modal-strip{background:#fffffff5;border-radius:16px;order:1;overflow:hidden;box-shadow:0 18px 42px #102f461c}.community-side-table--accordion{order:2}.community-modal-strip__viewport{overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-x pinch-zoom;cursor:grab;-webkit-user-select:none;user-select:none;width:100%;overflow:auto hidden}.community-modal-strip__viewport--dragging{cursor:grabbing}.community-modal-strip__viewport::-webkit-scrollbar{display:none}.community-modal-strip__track{border-radius:0;gap:14px;width:max-content;min-height:calc(clamp(218px,100svh - 390px,352px) + 28px);padding:14px 12px;display:flex}.community-modal-strip__item{--strip-item-width:220px;--strip-item-height:clamp(218px, calc(100svh - 390px), 352px);flex:0 0 var(--strip-item-width);width:var(--strip-item-width);height:var(--strip-item-height);color:#102f46;cursor:pointer;min-height:0;font:inherit;text-align:left;background:#f3f7f9;border:0;border-radius:14px;padding:0;font-size:.98rem;font-weight:900;display:block;overflow:hidden}.community-modal-strip__item img{width:100%;height:var(--strip-item-height);object-fit:contain;pointer-events:none;background:#eef5f8;display:block}.community-modal-strip__fallback{min-height:var(--strip-item-height);color:#102f46;background:linear-gradient(135deg,#dcfce7,#dbeafe);align-content:center;gap:8px;display:grid;padding:18px!important}.community-modal-strip__fallback strong{font-size:1.12rem;line-height:1.15}.community-modal-strip__fallback small{color:#526b7b;font-size:.78rem;line-height:1.25}.community-modal-strip__camp{align-content:center;justify-items:center;gap:clamp(5px, calc(var(--strip-item-height) / 34), 10px);width:100%;height:var(--strip-item-height);min-height:0;padding:clamp(10px, calc(var(--strip-item-height) / 20), 18px) 14px;color:#102f46;text-align:center;background:linear-gradient(145deg,#fffffffa,#fff9e2fa 52%,#e8f6fff5) padding-box padding-box,linear-gradient(135deg,#ffd166,#ff8fab,#80edff,#b8f7d4) border-box;border:6px solid #0000;border-radius:14px;display:grid}.community-modal-strip__camp strong{font-family:Segoe Print,Bradley Hand ITC,Comic Sans MS,cursive;font-size:clamp(1.35rem, calc(var(--strip-item-height) / 9), 2.35rem);font-style:italic;font-weight:800;line-height:.92}.community-modal-strip__camp em{color:#0f7a8f;font-family:Segoe Print,Bradley Hand ITC,Comic Sans MS,cursive;font-size:clamp(.85rem, calc(var(--strip-item-height) / 18), 1.24rem);font-style:italic;font-weight:800}.community-modal-strip__camp small{color:#fff;width:100%;font-size:clamp(.62rem, calc(var(--strip-item-height) / 38), .82rem);background:red;justify-content:center;align-items:center;padding:6px 10px;font-weight:950;line-height:1.15;display:flex}.community-modal-strip__camp b{min-height:clamp(30px, calc(var(--strip-item-height) / 9), 40px);min-width:clamp(112px, calc(var(--strip-item-height) / 2.45), 142px);color:#102f46;font-size:clamp(.72rem, calc(var(--strip-item-height) / 32), .95rem);background:linear-gradient(135deg,#f9cc12,#ffd95a 52%,#fff0a3);border-radius:999px;justify-content:center;align-items:center;font-weight:950;display:inline-flex;box-shadow:0 16px 28px #b28a2338}}@media (width<=920px){.community-page--home{flex-direction:column;gap:14px;padding:112px 1vw 44px;display:flex}.community-page--home .community-home-side,.community-page--home .community-shell{width:98vw;max-width:98vw;margin:0 auto}.community-page--home .community-home-side{gap:14px;display:grid;position:static;overflow:visible}.community-page--home .community-home-side--left{order:1}.community-page--home .community-home-side--right{order:2}.community-page--home .community-shell{order:3}.community-page--home .community-side-table{background:#fffffff0;border:1px solid #102f4617;border-radius:18px;gap:10px;padding:12px;display:grid;box-shadow:0 14px 34px #102f4614}.community-page--home .community-home-side--left .community-side-table:nth-of-type(2),.community-page--home .community-side-table--accordion{display:none}.community-page--home .community-side-table h2{color:#102f46;text-align:center;margin:0;font-size:1rem;font-weight:950}.community-page--home .community-quiz-legend{flex-wrap:wrap;justify-content:center;gap:8px 12px;padding:2px 4px;display:flex}.community-page--home .community-quiz-legend span{color:#587080;align-items:center;gap:6px;font-size:.76rem;font-weight:900;display:inline-flex}.community-page--home .community-quiz-legend__dot{border-radius:50%;width:9px;height:9px}.community-page--home .community-quiz-legend__dot--active{background:#22c55e}.community-page--home .community-quiz-legend__dot--done{background:#3b82f6}.community-page--home .community-quiz-legend__dot--todo{background:#ef4444}.community-quiz-list{overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:10px;display:flex;overflow-x:auto}.community-quiz-list::-webkit-scrollbar{display:none}.community-quiz-list .community-side-table__row,.community-quiz-list .community-side-table__empty{color:#102f46;cursor:pointer;min-height:96px;font:inherit;text-align:center;scroll-snap-align:start;border:0;border-radius:18px;flex:0 0 clamp(126px,34vw,178px);align-content:center;padding:14px;font-size:.88rem;font-weight:950;line-height:1.16;display:grid;box-shadow:0 12px 24px #102f461a,inset 0 1px #ffffffa3}.community-quiz-list .community-side-table__row--todo{color:#991b1b;background:#fee2e2}.community-quiz-list .community-side-table__row--done{color:#1d4ed8;background:#dbeafe}.community-quiz-list .community-side-table__row--active-quiz{color:#166534;background:#dcfce7}.community-modal-strip{background:#fffffff0;border-radius:16px;overflow:visible;box-shadow:0 14px 34px #102f4614}.community-modal-strip__viewport{overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:default;overflow:auto hidden}.community-modal-strip__viewport::-webkit-scrollbar{display:none}.community-modal-strip__track{border-radius:0;flex-wrap:nowrap;gap:10px;width:max-content;max-width:none;min-height:0;padding:12px;display:flex}.community-modal-strip__item[data-duplicate=true]{display:none}.community-modal-strip__item{--strip-item-height:clamp(170px, 48vw, 260px);width:clamp(148px,44vw,220px);height:var(--strip-item-height);color:#102f46;cursor:pointer;min-height:0;font:inherit;text-align:left;background:#eef5f8;border:0;border-radius:0;flex:0 0 clamp(148px,44vw,220px);padding:0;display:block;overflow:hidden}.community-modal-strip__item img{width:100%;height:var(--strip-item-height);object-fit:contain;pointer-events:none;background:#eef5f8;display:block}.community-modal-strip__camp,.community-modal-strip__fallback{min-height:var(--strip-item-height);height:var(--strip-item-height)}.community-page--home .community-composer{margin-bottom:14px}}@media (width<=560px){.community-event-preview article,.community-contact-modal__dialog{padding-left:22px;padding-right:22px}.community-event-preview h2,.community-contact-modal h2{padding-left:42px;padding-right:42px}}.community-event-preview{z-index:130;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#102f4657;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.community-event-preview article{background:#fff;border-radius:18px;width:min(720px,100%);padding:22px 58px;position:relative;box-shadow:0 24px 60px #102f463d}.community-event-preview button{cursor:pointer;background:#f3f7f9;border:0;border-radius:50%;width:32px;height:32px;font-size:1.3rem;position:absolute;top:10px;right:10px}.community-event-preview h2{color:#102f46;text-align:center;margin:0 0 14px}.community-event-preview img{object-fit:contain;border-radius:14px;width:100%;max-height:72svh;display:block}.community-page .summer-camp-modal{z-index:140}.community-contact-modal{z-index:132;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#102f4657;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.community-contact-modal__dialog{background:#fff;border-radius:18px;gap:14px;width:min(560px,100%);max-height:calc(100svh - 48px);padding:30px 58px 26px;display:grid;position:relative;overflow:auto;box-shadow:0 24px 60px #102f463d}.community-contact-modal__dialog--address{width:min(720px,100%)}.community-contact-modal__close{color:#102f46;cursor:pointer;background:#f3f7f9;border:0;border-radius:50%;place-items:center;width:32px;height:32px;font-size:1.3rem;display:grid;position:absolute;top:10px;right:10px}.community-contact-modal h2{color:#102f46;text-align:center;margin:0;font-size:1.45rem;font-weight:950}.community-contact-modal p{color:#526b7b;margin:0;font-weight:800}.community-contact-modal__map{background:#eef5f8;border:0;border-radius:14px;width:100%;min-height:360px}.community-contact-modal__socials{justify-content:center;align-items:center;gap:18px;padding:16px 0 4px;display:flex}.community-contact-modal__socials a{width:68px;height:68px;transition:transform var(--motion-fast,.16s) ease, box-shadow var(--motion-fast,.16s) ease;background:#f3f7f9;border-radius:18px;place-items:center;display:grid;box-shadow:0 14px 28px #102f461a}.community-contact-modal__socials a:hover{transform:translateY(-2px);box-shadow:0 18px 34px #102f4624}.community-contact-modal__socials img{object-fit:contain;width:38px;height:38px}.community-contact-modal__prayer-form{gap:12px;display:grid}.community-contact-modal__prayer-form label{color:#102f46;gap:6px;font-size:.9rem;font-weight:900;display:grid}.community-contact-modal__prayer-form label span{color:#7a8b97;font-size:.78rem}.community-contact-modal__prayer-form input,.community-contact-modal__prayer-form textarea{color:#102f46;width:100%;font:inherit;background:#f7fbfd;border:1px solid #102f461f;border-radius:14px;outline:none;font-weight:750}.community-contact-modal__prayer-form input{min-height:44px;padding:0 12px}.community-contact-modal__prayer-form textarea{resize:vertical;min-height:130px;padding:12px}.community-contact-modal__prayer-form button{color:#fff;cursor:pointer;min-height:42px;font:inherit;background:#102f46;border:0;border-radius:999px;justify-self:end;padding:0 22px;font-weight:950}.community-messages-layout{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw)}.community-page--messages{box-sizing:border-box;width:100vw;max-width:100vw;height:100svh;margin-left:calc(50% - 50vw);padding:68px 0 0;overflow:hidden}.community-page--messages .community-messages-layout{grid-template-rows:auto minmax(0,1fr);height:calc(100svh - 68px);min-height:0;display:grid}.community-messages-title{background:#ffffffe6;border-radius:18px;margin-bottom:14px;padding:18px;box-shadow:0 18px 42px #102f461a}.community-messages-title h1{color:#102f46;margin:0;font-size:1.6rem}.community-chat-shell{background:#ffffffdb;border:1px solid #102f461a;border-radius:0;grid-template-columns:320px minmax(0,1fr);width:100%;height:100%;min-height:0;max-height:100%;display:grid;overflow:hidden;box-shadow:0 18px 42px #102f461a}.community-chat-users{background:#f6fafc;border-right:1px solid #102f4614;grid-template-rows:auto auto minmax(0,1fr);align-content:start;gap:10px;min-height:0;padding:12px;display:grid;overflow:hidden}.community-chat-users__top{justify-content:flex-end;align-items:center;gap:12px;display:flex}.community-chat-users__top strong{color:#102f46;font-size:1.25rem;font-weight:950}.community-chat-users__top button{color:#fff;cursor:pointer;width:38px;height:38px;font:inherit;background:#102f46;border:0;border-radius:50%;place-items:center;font-size:1.35rem;font-weight:950;display:grid}.community-chat-users__search{color:#102f46;width:100%;min-height:42px;font:inherit;background:#fff;border:1px solid #102f461a;border-radius:999px;outline:none;padding:0 14px;font-weight:800}.community-chat-users__list{align-content:start;gap:6px;min-height:0;display:grid;overflow-y:auto}.community-chat-users__empty{color:#708392;text-align:center;margin:16px 4px;font-size:.9rem;font-weight:850}.community-chat-user-row{background:0 0;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:62px;display:grid;overflow:hidden}.community-chat-user-row--active,.community-chat-user-row:hover{color:#102f46;background:#e9f4f8}.community-chat-user{color:#102f46;cursor:pointer;min-width:0;min-height:62px;font:inherit;text-align:left;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:8px 10px;display:grid}.community-chat-user-row__menu{color:#526b7b;cursor:pointer;width:34px;height:34px;font:inherit;background:0 0;border:0;border-radius:50%;place-items:center;margin-right:6px;font-size:1.2rem;font-weight:950;display:grid}.community-chat-user-row__menu:hover{color:#102f46;background:#fff}.community-chat-user__avatar{color:#fff;background:linear-gradient(135deg,#102f46,#0f7a8f);border-radius:50%;place-items:center;width:42px;height:42px;font-size:.82rem;font-weight:950;display:grid}.community-chat-user__content{gap:2px;min-width:0;display:grid}.community-chat-user__content strong{color:#102f46;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;font-weight:950;overflow:hidden}.community-chat-user__content small{color:#708392;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:800;overflow:hidden}.community-chat-user time{color:#8a9aa6;white-space:nowrap;font-size:.66rem;font-weight:850}.community-chat{background:radial-gradient(circle at 12% 8%,#0f7a8f14,#0000 28%),linear-gradient(145deg,#f7fbfd,#eef7f3);grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:0;display:grid;position:relative}.community-chat__down-button{z-index:8;cursor:pointer;background:#fff;border:0;border-radius:50%;place-items:center;width:38px;height:38px;padding:0;display:grid;position:absolute;bottom:78px;left:50%;right:auto;transform:translate(-50%);box-shadow:0 12px 26px #102f462e}.community-chat__down-button img{object-fit:contain;width:22px;height:22px}.community-chat__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffbd;border-bottom:1px solid #102f4614;align-items:center;gap:10px;padding:16px;display:flex}.community-chat__header>strong{flex:1;min-width:0}.community-chat__menu{margin-left:auto;position:relative}.community-chat__menu-button{color:#102f46;cursor:pointer;width:38px;height:38px;font:inherit;background:#eef7fb;border:0;border-radius:50%;place-items:center;font-size:1.35rem;font-weight:950;display:grid}.community-chat__menu-popover{z-index:20;background:#fff;border:1px solid #102f461f;border-radius:12px;min-width:150px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 44px #102f4629}.community-chat__menu-popover button{color:#991b1b;cursor:pointer;width:100%;min-height:38px;font:inherit;text-align:left;background:#fee2e2;border:0;border-radius:10px;padding:0 10px;font-weight:950}.community-chat-confirm{z-index:180;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#030f1957;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.community-chat-confirm article{color:#102f46;text-align:center;background:#fff;border-radius:18px;gap:16px;width:min(320px,100%);padding:20px;display:grid;box-shadow:0 24px 70px #0000003d}.community-chat-confirm p{margin:0;font-size:1rem;font-weight:950}.community-chat-confirm div{justify-content:center;gap:14px;display:flex}.community-chat-confirm button{color:#fff;cursor:pointer;width:44px;height:44px;font:inherit;border:0;border-radius:50%;place-items:center;font-size:1.35rem;font-weight:950;display:grid}.community-chat-confirm__yes{background:#22c55e}.community-chat-confirm__no{background:#ef4444}.community-chat__messages{align-content:start;gap:10px;min-height:0;padding:16px;display:grid;overflow-y:auto}.community-chat-message-group{gap:8px;display:grid}.community-chat-date-chip{color:#526b7b;background:#ffffffdb;border-radius:999px;justify-self:center;min-height:28px;padding:6px 12px;font-size:.76rem;font-weight:950;box-shadow:0 8px 18px #102f4614}.community-chat__placeholder{color:#708392;text-align:center;place-self:center;gap:8px;display:grid}.community-chat__placeholder strong{color:#102f46;font-size:1.4rem}.community-chat-message{background:#fff;border-radius:16px 16px 16px 4px;justify-self:start;max-width:min(72%,520px);padding:10px 12px;box-shadow:0 10px 26px #102f4614}.community-chat-message--sent{background:#dcfce7;border-radius:16px 16px 4px;justify-self:end}.community-chat-message p{color:#102f46;margin:0 0 5px;font-weight:750}.community-chat-message a{color:#0f7a8f;margin-bottom:5px;font-size:.82rem;font-weight:900;display:inline-flex}.community-chat-shared-post{text-align:left;background:#ffffffd1;border:1px solid #102f461f;border-radius:14px;gap:8px;width:min(280px,100%);padding:10px;text-decoration:none;color:#102f46!important;margin:0 0 6px!important;display:grid!important}.community-chat-shared-post span{color:#526b7b;font-size:.72rem;font-weight:900}.community-chat-shared-post strong{color:#102f46;white-space:pre-wrap;font-size:.92rem;font-weight:950}.community-chat-shared-post img{aspect-ratio:1;object-fit:cover;background:#eef5f8;border-radius:10px;width:100%}.community-chat-message__image{cursor:zoom-in;background:#eef5f8;border:0;border-radius:12px;width:min(260px,100%);padding:0;display:block;overflow:hidden}.community-chat-message__image img{object-fit:contain;width:100%;max-height:260px;display:block}.community-chat-message__media{background:#102f46;border-radius:12px;width:min(320px,100%);max-height:280px;display:block}.community-chat-message__audio{width:min(320px,100%);display:block}.community-chat-message__location{cursor:pointer;width:min(260px,100%);font:inherit;text-align:left;background:linear-gradient(135deg,#eef7fb,#dcfce7);border:0;border-radius:14px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px;text-decoration:none;color:#102f46!important;margin:0 0 6px!important;display:grid!important}.community-chat-message__location:disabled{cursor:not-allowed;opacity:.58}.community-chat-message__end-location{color:#fff;cursor:pointer;width:min(260px,100%);min-height:38px;font:inherit;background:#ef4444;border:0;border-radius:12px;margin:0 0 6px;font-weight:950}.community-chat-message__location img{object-fit:contain;width:32px;height:32px}.community-chat-message__location span{gap:2px;min-width:0;display:grid}.community-chat-message__location strong{font-size:.9rem;font-weight:950}.community-chat-message__location small{color:#526b7b;font-size:.74rem;font-weight:800}.community-chat-message time{color:#708392;text-align:right;width:100%;font-size:.7rem;font-weight:850;display:block}.community-duration-modal,.community-chat-crop-modal{z-index:210;background:#030f19b8;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.community-duration-modal article{color:#102f46;background:#fff;border-radius:18px;gap:10px;width:min(340px,100%);padding:18px;display:grid;box-shadow:0 24px 70px #00000047}.community-duration-modal h2{text-align:center;margin:0 0 6px}.community-duration-modal button{color:#fff;cursor:pointer;min-height:44px;font:inherit;background:#0f7a8f;border:0;border-radius:999px;font-weight:950}.community-chat-crop-modal__panel{color:#fff;background:#050505;flex-direction:column;width:100vw;height:100svh;padding:14px;display:flex}.community-chat-crop-modal__panel h3{margin:0 0 10px}.community-chat-cropper{background:#000;flex:1;min-height:0}.community-chat-crop-modal__actions{gap:10px;margin-top:12px;display:flex}.community-chat-crop-modal__actions button{cursor:pointer;min-height:48px;font:inherit;border:0;border-radius:14px;flex:1;font-weight:950}.community-chat-crop-modal__actions button:first-child{color:#fff;background:#1f2937}.community-chat-crop-modal__actions button:last-child{color:#052e16;background:linear-gradient(135deg,#4ade80,#22c55e)}.community-chat-form{background:#ffffffd1;border-top:1px solid #102f4614;gap:8px;padding:12px;display:grid}.community-chat-form__row{grid-template-columns:42px 42px 42px minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.community-chat-form__status{flex-wrap:wrap;align-items:center;gap:8px;min-width:0;display:flex}.community-chat-form__status span,.community-chat-form__status small{color:#102f46;background:#eef7fb;border-radius:999px;align-items:center;gap:8px;max-width:100%;min-height:30px;padding:0 10px;font-size:.8rem;font-weight:900;display:inline-flex}.community-chat-form__status small{color:#991b1b;background:#fee2e2}.community-chat-form__status button{width:22px;height:22px;font-size:1rem;line-height:1;color:#102f46!important;background:#fff!important;min-width:22px!important;min-height:22px!important;padding:0!important}.community-chat-form input[type=file]{display:none}.community-chat-form input[type=text],.community-chat-form input:not([type]){min-height:42px;font:inherit;border:1px solid #102f461f;border-radius:999px;padding:0 14px}.community-chat-form button{color:#fff;cursor:pointer;min-width:42px;min-height:42px;font:inherit;background:#102f46;border:0;border-radius:999px;padding:0 16px;font-weight:950}.community-chat-form__row>button:nth-of-type(-n+3){color:#102f46;background:#eef7fb;place-items:center;padding:0;display:grid}.community-chat-form button:disabled{cursor:not-allowed;opacity:.55}.community-chat-form button img{object-fit:contain;width:21px;height:21px}.community-chat__back{display:none}@media (width<=720px){.community-page--messages{box-sizing:border-box;width:100vw;max-width:100vw;height:100svh;min-height:100svh;margin-left:calc(50% - 50vw);padding:0;overflow:hidden}.community-page--messages .community-messages-layout{box-sizing:border-box;width:100%;max-width:100%;height:auto;margin:0;position:fixed;inset:72px 0 0}.community-page--messages .community-panel{box-sizing:border-box;width:100%;max-width:100%;height:100%;margin:0 auto}.community-messages-title{display:none}.community-chat-shell{top:72px;right:0;bottom:calc(64px + env(safe-area-inset-bottom));box-sizing:border-box;background:#f6fafc;border-left:0;border-right:0;border-radius:0;grid-template-columns:1fr;width:100%;max-width:100%;min-height:0;position:fixed;left:0;height:auto!important}.community-chat__down-button{bottom:78px}.community-chat-users{box-sizing:border-box;border-bottom:0;border-right:0;width:100%;height:100%;max-height:none;padding:14px}.community-chat-users__top strong{font-size:1.35rem}.community-chat-users__search{min-height:46px;padding-inline:16px}.community-chat-user-row{border-radius:18px;min-height:72px}.community-chat-user{min-width:0;min-height:72px;padding:10px}.community-chat-user__avatar{width:48px;height:48px}.community-chat{box-sizing:border-box;width:100%;max-width:100%;height:100%;min-height:0;display:none}.community-chat:not(.community-chat--empty){display:grid}.community-chat-shell:has(.community-chat:not(.community-chat--empty)) .community-chat-users{display:none}.community-chat__header{background:#ffffffeb;min-height:62px;padding:10px}.community-chat__back{color:#102f46;cursor:pointer;width:38px;height:38px;font:inherit;background:0 0;border:0;border-radius:50%;place-items:center;font-size:2rem;font-weight:800;line-height:1;display:grid}.community-chat__messages{box-sizing:border-box;gap:8px;width:100%;max-width:100%;padding:12px 10px;overflow-x:hidden}.community-chat-message{border-radius:15px 15px 15px 4px;max-width:82%;padding:9px 10px}.community-chat-message--sent{border-radius:15px 15px 4px}.community-chat-message__image,.community-chat-message__location{width:min(235px,100%)}.community-chat-form{background:#fffffff2;gap:8px;padding:8px}.community-chat-form__row{grid-template-columns:36px 36px 36px minmax(0,1fr) auto;gap:6px}.community-chat-form input[type=text],.community-chat-form input:not([type]){min-height:40px;padding-inline:12px;font-size:.9rem}.community-chat-form button[type=submit]{grid-column:auto;min-width:54px;min-height:40px;padding-inline:12px;font-size:.8rem}.community-chat-form__row>button:nth-of-type(-n+3){min-width:36px;min-height:36px}}@media (width<=390px){.community-chat-form__row{grid-template-columns:34px 34px 34px minmax(0,1fr)}.community-chat-form button[type=submit]{grid-column:1/-1}}@media (width<=920px){html,body{max-width:100%;overflow-x:hidden}.community-page,.community-page *{box-sizing:border-box}.community-page--home{width:100%;max-width:100vw;overflow-x:hidden}.community-page--home .community-home-side,.community-page--home .community-shell,.community-page--home .community-panel,.community-page--home .community-composer,.community-page--home .community-card{width:98vw!important;min-width:0!important;max-width:98vw!important;margin-left:auto!important;margin-right:auto!important}.community-page--home .community-home-side--left>.community-side-table:nth-of-type(2){display:none!important}.community-page--home .community-side-table{overflow:hidden}.community-page--home .community-quiz-list{width:100%;max-width:100%;overflow-x:auto;flex-wrap:nowrap!important;display:flex!important}.community-page--home .community-quiz-list .community-side-table__row{flex:0 0 clamp(128px,36vw,168px)!important;width:clamp(128px,36vw,168px)!important;max-width:clamp(128px,36vw,168px)!important}.community-page--home .community-modal-strip__track{border-radius:0!important;flex-wrap:nowrap!important;width:max-content!important;max-width:none!important;display:flex!important;overflow:visible!important}.community-page--home .community-modal-strip__item{flex:0 0 clamp(148px,44vw,220px)!important;width:clamp(148px,44vw,220px)!important;max-width:clamp(148px,44vw,220px)!important}.community-composer{overflow:hidden}.community-composer__top{width:100%;display:block!important}.community-composer textarea{min-height:70px;display:block;width:100%!important;max-width:100%!important}.community-composer__actions{justify-content:space-between;align-items:center;gap:10px;width:100%;max-width:100%;margin:0!important;padding:0!important;display:flex!important}.community-composer__actions button{white-space:nowrap;max-width:48%}.community-composer__actions img{object-fit:contain!important;width:22px!important;max-width:22px!important;height:22px!important;max-height:22px!important}.community-card__image,.community-card img{max-width:100%}.community-page--home{gap:0!important;padding:74px 8px 44px!important}.community-page--home .community-home-side,.community-page--home .community-shell,.community-page--home .community-panel,.community-page--home .community-composer,.community-page--home .community-card{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important}.community-page--home .community-home-side{gap:0!important}.community-page--home .community-shell,.community-page--home .community-panel{border-left:0!important;border-right:0!important;display:contents!important}.community-page--home .community-composer{border-left:0!important;border-right:0!important;order:3!important;margin-top:10px!important;margin-bottom:4px!important}.community-page--home .community-home-side--left{order:2!important;margin-top:10px!important}.community-page--home .community-home-side--right{order:1!important}.community-page--home .community-feed{border-top:1px solid #000!important;order:4!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;margin-top:14px!important;margin-left:auto!important;margin-right:auto!important;padding-top:14px!important}.community-page--home .community-side-table{box-shadow:none!important;border-width:1px 0!important;border-radius:0!important;padding:8px!important}.community-page--home .community-home-side--left>.community-side-table:first-of-type{position:relative;overflow:hidden;border:1px solid #102f4629!important}.community-page--home .community-home-side--left>.community-side-table:first-of-type:before{content:"";background:conic-gradient(from var(--community-quiz-border-angle), transparent 0deg, transparent 252deg, #22c55e 268deg, #ef4444 284deg, #3b82f6 300deg, #facc15 316deg, transparent 334deg, transparent 360deg);pointer-events:none;-webkit-mask-composite:xor;padding:2px;animation:2.6s linear infinite communityQuizBorderSnake;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.community-page--home .community-home-side--left>.community-side-table:first-of-type>*{z-index:1;position:relative}.community-page--home .community-side-table h2{margin-top:0!important;padding-top:8px!important}.community-page--home .community-quiz-list{scrollbar-width:none;touch-action:pan-x pan-y pinch-zoom;-webkit-overflow-scrolling:touch;overflow:auto visible;scroll-snap-type:none!important;width:100%!important;max-width:100%!important;padding:0 0 8px!important;display:block!important}.community-page--home .community-quiz-track{flex-wrap:nowrap!important;gap:6px!important;width:max-content!important;animation:none!important;display:flex!important;transform:none!important}.community-page--home .community-quiz-list::-webkit-scrollbar{display:none}.community-page--home .community-quiz-list .community-side-table__row{appearance:none!important;scroll-snap-align:none!important;text-align:center!important;white-space:normal!important;border:1px solid #ffffffb8!important;border-radius:13px!important;flex:0 0 104px!important;place-items:center!important;width:104px!important;max-width:104px!important;min-height:58px!important;padding:3px 4px!important;font-size:.7rem!important;font-weight:950!important;line-height:1.15!important;text-decoration:none!important;display:grid!important;box-shadow:0 8px 16px #102f461a,inset 0 1px #ffffffc2!important}.community-page--home .community-composer{border-color:#102f4638!important;box-shadow:0 12px 26px #102f4617,inset 0 1px #ffffffd1!important}.community-page--home .community-card__image{aspect-ratio:1!important;object-fit:cover!important;width:100%!important;max-width:360px!important;height:auto!important;max-height:360px!important}.community-page--home .community-quiz-list .community-side-table__row--todo{color:#991b1b!important;background:linear-gradient(145deg,#fee2e2,#fecaca)!important}.community-page--home .community-quiz-list .community-side-table__row--done{color:#1d4ed8!important;background:linear-gradient(145deg,#dbeafe,#bfdbfe)!important}.community-page--home .community-quiz-list .community-side-table__row--dev{color:#102f46!important;background:#fff!important}.community-page--home .community-quiz-list .community-side-table__row--active-quiz{color:#166534!important;background:linear-gradient(145deg,#dcfce7,#bbf7d0)!important}.community-page--home .community-quiz-list .community-side-table__row--completed-active{color:#1d4ed8!important;background:linear-gradient(145deg,#dbeafe,#bfdbfe)!important}.community-page--home .community-modal-strip{border-radius:0!important;overflow:hidden visible!important}.community-page--home .community-modal-strip__viewport{-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y pinch-zoom!important;cursor:grab!important;scrollbar-width:none!important;overflow:auto visible!important}.community-page--home .community-modal-strip__viewport--dragging{cursor:grabbing!important}.community-page--home .community-modal-strip__track{border-radius:0!important;flex-wrap:nowrap!important;gap:12px!important;width:max-content!important;padding:12px!important;display:flex!important}.community-page--home .community-modal-strip__item{--strip-item-height:188px;box-shadow:0 12px 24px #102f461a;width:150px!important;max-width:150px!important;height:var(--strip-item-height)!important;border-radius:18px!important;flex:0 0 150px!important}.community-page--home .community-modal-strip__camp{width:100%!important;height:var(--strip-item-height)!important;color:#102f46!important;text-align:center!important;background:linear-gradient(145deg,#fffffffa,#fff9e2fa 52%,#e8f6fff5) padding-box padding-box,linear-gradient(135deg,#ffd166,#ff8fab,#80edff,#b8f7d4) border-box!important;border:4px solid #0000!important;border-radius:18px!important;align-content:center!important;justify-items:center!important;gap:6px!important;padding:10px 8px!important;display:grid!important}.community-page--home .community-modal-strip__camp strong{font-family:Segoe Print,Bradley Hand ITC,Comic Sans MS,cursive!important;font-size:1.46rem!important;font-style:italic!important;font-weight:800!important;line-height:.92!important}.community-page--home .community-modal-strip__camp em{color:#0f7a8f!important;font-family:Segoe Print,Bradley Hand ITC,Comic Sans MS,cursive!important;font-size:.9rem!important;font-style:italic!important;font-weight:800!important}.community-page--home .community-modal-strip__camp small{color:#fff!important;background:red!important;justify-content:center!important;align-items:center!important;width:100%!important;padding:5px 6px!important;font-size:.58rem!important;font-weight:950!important;line-height:1.12!important;display:flex!important}.community-page--home .community-modal-strip__camp b{color:#102f46!important;background:linear-gradient(135deg,#f9cc12,#ffd95a 52%,#fff0a3)!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:92px!important;min-height:30px!important;font-size:.7rem!important;font-weight:950!important;display:inline-flex!important}}.quiz-page{color:#122c24;background:#f4f7f1;min-height:100svh;font-family:Trebuchet MS,Segoe UI,Arial,sans-serif}.hero-slider--quiz{border-radius:0;height:clamp(430px,45vw,560px);min-height:470px}.hero-slider--quiz .hero-slider__overlay{background:linear-gradient(90deg,#051e1811,#051e1817 52%,#051e181b),#00000012}.quiz-hero{color:#fff;text-shadow:0 3px 16px #00000094;justify-items:start;gap:10px;max-width:760px;display:grid}.quiz-intro{text-align:center;animation:appFadeUp var(--motion-slow,.42s) var(--ease-out,ease) both;justify-items:center;gap:14px;margin:0 auto 24px;display:grid}.quiz-skeleton{width:min(680px,100%);animation:appFadeUp var(--motion-slow,.42s) var(--ease-out,ease) both;background:#ffffffc7;border:1px solid #122c241a;border-radius:8px;gap:14px;margin:0 auto 28px;padding:22px;display:grid;box-shadow:0 18px 42px #122c2414}.quiz-skeleton__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:8px;display:grid}.quiz-skeleton__grid .app-skeleton{min-height:72px}.quiz-title{color:#122c24;margin:0;font-size:clamp(2rem,5vw,3.5rem);font-weight:950;line-height:1}.quiz-picker{scroll-snap-type:x proximity;scrollbar-width:thin;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;gap:12px;width:min(100%,880px);margin:0 auto 28px;padding:0 4px 10px;display:flex;overflow:auto hidden}.quiz-picker:before,.quiz-picker:after{content:"";flex:0 0 max(0px,50% - min(100%,880px)/2)}.quiz-picker::-webkit-scrollbar{height:6px}.quiz-picker::-webkit-scrollbar-thumb{background:#102f463d;border-radius:999px}.quiz-picker__button{color:#0f1f18;cursor:pointer;scroll-snap-align:center;min-height:52px;transition:transform var(--motion-medium,.26s) var(--ease-out,ease), box-shadow var(--motion-medium,.26s) ease, filter var(--motion-medium,.26s) ease;background:#19ed67;border:0;border-radius:999px;flex:none;padding:0 32px;font-size:1.08rem;font-weight:950;box-shadow:0 18px 34px #0003}.quiz-picker__button:hover{filter:saturate(1.03);transform:translateY(-2px);box-shadow:0 20px 36px #0000002e}.quiz-intro__text{color:#000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:999px;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 12px;width:fit-content;max-width:100%;min-height:34px;padding:7px 14px;font-size:clamp(.84rem,1.35vw,1rem);font-weight:850;line-height:1.25;display:flex}.quiz-hero__greeting{text-shadow:0 2px 12px #000000b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#d9d3bd57;border-radius:999px;align-items:center;width:fit-content;min-height:34px;padding:6px 14px;display:inline-flex;font-size:clamp(.86rem,1.45vw,1.05rem)!important}.quiz-intro strong{color:#ef4444;text-shadow:0 2px 10px #000000b8;font-weight:950;animation:2.1s ease-in-out infinite quizPulse;display:inline-block}.quiz-start,.quiz-submit{color:#0f1f18;cursor:pointer;background:#19ed67;border:0;border-radius:999px;min-height:48px;padding:0 30px;font-size:1.04rem;font-weight:950;box-shadow:0 18px 34px #0000003d}.quiz-start{margin-top:14px;animation:2.1s ease-in-out infinite quizPulse}.quiz-start--running{color:#fff;z-index:90;background:#dc2626;min-width:124px;animation:none;position:fixed;top:16px;left:50%;transform:translate(-50%);box-shadow:0 18px 38px #dc26264d}.quiz-shell{width:min(1120px,100% - 32px);margin:0 auto;padding:34px 0 56px}.quiz-error{color:#991b1b;text-align:center;background:#fee2e2;border-radius:8px;margin:0 0 18px;padding:12px 14px;font-weight:850}.quiz-form{gap:18px;display:grid}.quiz-question,.quiz-result__card,.quiz-ranking,.quiz-result{animation:appFadeUp var(--motion-slow,.42s) var(--ease-out,ease) both;background:#fffffff0;border:1px solid #122c241f;border-radius:8px;box-shadow:0 18px 42px #122c241a}.quiz-question{border:2px solid #102f462e;gap:14px;margin:0;padding:18px;display:grid}.quiz-question legend{float:left;color:#102f46;border-bottom:1px solid #102f461f;width:100%;margin:0 0 14px;padding:0 0 12px;font-size:1.02rem;font-weight:950;line-height:1.3;display:block}.quiz-options{clear:both;gap:10px;display:grid}.quiz-option{cursor:pointer;min-height:44px;transition:background var(--motion-fast,.16s) ease, border-color var(--motion-fast,.16s) ease, transform var(--motion-fast,.16s) var(--ease-out,ease);background:#f8faf7;border:1px solid #122c241a;border-radius:8px;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:10px;padding:9px 12px;font-weight:850;display:grid}.quiz-option:hover{background:#f2faf4;border-color:#16a34a47;transform:translateY(-1px)}.quiz-option input{appearance:none;background:#fff;border:2px solid #16a34a;border-radius:50%;width:19px;height:19px;margin:0;box-shadow:inset 0 0 0 4px #fff}.quiz-option input:checked{background:#16a34a}.quiz-submit{justify-self:center;margin-top:4px}.quiz-submit:disabled{opacity:.62;cursor:wait}.quiz-ranking{background:linear-gradient(#fff,#f8faf7);border:2px solid #102f4624;width:min(620px,100%);margin-inline:auto;overflow:hidden}.quiz-ranking h1,.quiz-result__header h1{color:#102f46;margin:0;font-size:clamp(1.35rem,2.4vw,2rem)}.quiz-ranking h1{color:#fff;text-align:center;letter-spacing:0;background:linear-gradient(135deg,#102f46,#174966);border-bottom:3px solid #f9cc12;padding:18px 20px}.quiz-ranking table{border-collapse:collapse;table-layout:fixed;width:100%;overflow:hidden}.quiz-ranking th,.quiz-ranking td{text-align:left;border-top:1px solid #122c241f;border-right:1px solid #122c2414;padding:14px;font-weight:850}.quiz-ranking th{color:#102f46;text-transform:uppercase;background:#edf6f1;font-size:.82rem}.quiz-ranking th:first-child,.quiz-ranking td:first-child{text-align:center;width:58px}.quiz-ranking th:nth-child(2),.quiz-ranking td:nth-child(2){text-overflow:ellipsis;white-space:nowrap;width:150px;max-width:150px;overflow:hidden}.quiz-ranking tr:nth-child(2n) td{background:#0f7a8f09}.quiz-ranking th:last-child,.quiz-ranking td:last-child{text-align:right;border-right:0;width:86px}.quiz-ranking th:nth-last-child(2),.quiz-ranking td:nth-last-child(2){text-align:right;width:86px}.quiz-ranking__current{color:#102f46;cursor:pointer;background:#f9cc1233}.quiz-ranking__inspectable{cursor:pointer}.quiz-ranking__inspectable:hover td{background:#0f7a8f14}.quiz-ranking__position{color:#102f46;border-radius:999px;place-items:center;min-width:34px;height:34px;padding:0 8px;font-weight:950;display:inline-grid;box-shadow:inset 0 0 0 1px #ffffff75,0 8px 16px #0f172a1f}.quiz-ranking__position--1{background:#ffeb00}.quiz-ranking__position--2{background:linear-gradient(135deg,#f8fafc,#cbd5e1 48%,#fff)}.quiz-ranking__position--3{background:linear-gradient(135deg,#f2c078,#b7791f 55%,#f7d08a)}.quiz-ranking__position--4{background:#bae6fd}.quiz-result{gap:18px;padding:20px;display:grid}.quiz-result__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.quiz-result__header strong{color:#16a34a;font-size:1.35rem;font-weight:950}.quiz-result__header button{color:#fff;cursor:pointer;background:#102f46;border:0;border-radius:999px;min-height:38px;padding:0 14px;font-weight:900}.quiz-result__list{gap:12px;display:grid}.quiz-result__card{padding:16px}.quiz-result__card h2{color:#102f46;margin:0 0 12px;font-size:1rem;line-height:1.3}.quiz-result__answers{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.quiz-result__answers p{border-radius:8px;margin:0;padding:10px 12px;font-weight:850;line-height:1.35}.quiz-result__answer--correct{color:#166534;background:#dcfce7}.quiz-result__answer--wrong{color:#991b1b;background:#fee2e2}.quiz-result__reference{color:#102f46;background:#eef6ff;grid-column:1/-1}.quiz-warning-modal{z-index:120;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:appBackdropIn var(--motion-medium,.26s) ease both;background:#0f172a80;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.quiz-warning-modal__dialog{color:#102f46;text-align:center;width:min(420px,100%);animation:appModalIn var(--motion-slow,.42s) var(--ease-out,ease) both;background:#fff;border-radius:8px;justify-items:center;gap:18px;padding:34px 28px 28px;display:grid;position:relative;box-shadow:0 28px 62px #0f172a47}.quiz-warning-modal--unanswered .quiz-warning-modal__dialog{color:#111827;background:#fffbeb;border:1px solid #d977063d;box-shadow:0 28px 62px #78350f2e}.quiz-warning-modal__dialog h2{color:#dc2626;margin:0;font-size:clamp(1.25rem,4vw,1.9rem);font-weight:950;line-height:1.2}.quiz-warning-modal--unanswered .quiz-warning-modal__dialog h2{color:#111827;font-size:clamp(1rem,3vw,1.28rem);font-weight:400}.quiz-warning-modal__close{color:#102f46;cursor:pointer;background:#0f2f4614;border:0;border-radius:50%;place-items:center;width:32px;height:32px;font-size:1.45rem;line-height:1;display:inline-grid;position:absolute;top:10px;right:10px}.quiz-warning-modal__result{color:#fff;cursor:pointer;background:#16a34a;border:0;border-radius:999px;min-height:40px;padding:0 22px;font-weight:950}.quiz-warning-modal__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.quiz-warning-modal__back,.quiz-warning-modal__finish{cursor:pointer;border:0;border-radius:999px;min-height:40px;padding:0 20px;font-weight:850}.quiz-warning-modal__back{color:#111827;background:#fff;box-shadow:inset 0 0 0 1px #11182729}.quiz-warning-modal__finish{color:#fff;background:#d97706;box-shadow:0 12px 22px #d977063d}@keyframes quizPulse{0%,to{transform:scale(1)}50%{transform:scale(1.025)}}@media (width<=720px){.hero-slider--quiz{height:320px;min-height:300px}.quiz-shell{border-top:1px solid #102f4624;width:min(100% - 10px,420px);padding-top:0}.quiz-picker{width:calc(100% + 10px);margin-left:-5px;margin-right:-5px;padding:16px 12px 10px;scroll-padding-inline:12px}.quiz-picker:before,.quiz-picker:after{flex-basis:0}.quiz-intro__text{border-radius:8px;justify-content:center}.quiz-result__answers{grid-template-columns:1fr}.quiz-ranking th,.quiz-ranking td{padding:9px 5px;font-size:.72rem}.quiz-ranking table{table-layout:auto}.quiz-ranking th:first-child,.quiz-ranking td:first-child{white-space:nowrap;width:1%;padding-left:2px;padding-right:2px}.quiz-ranking th:nth-child(2),.quiz-ranking td:nth-child(2){width:auto;max-width:none}.quiz-ranking th:nth-last-child(2),.quiz-ranking td:nth-last-child(2),.quiz-ranking th:last-child,.quiz-ranking td:last-child{width:58px}.quiz-ranking__position{min-width:22px;height:22px;padding:0 3px;font-size:.66rem}.quiz-skeleton__grid{grid-template-columns:1fr}}.splash{z-index:9999;opacity:0;background:#fff;justify-content:center;align-items:center;width:100%;height:100vh;transition:opacity 1.5s;display:flex;position:fixed;top:0;left:0}.splash--visible{opacity:1}.splash--fadeout{opacity:0}.splash__image{object-fit:contain;width:100%;height:100%}.splash__image--desktop{display:block}.splash__image--mobile{display:none}@media (width<=768px){.splash__image--desktop{display:none}.splash__image--mobile{display:block}}.install-modal{z-index:95;pointer-events:none;justify-items:center;padding:10px 14px 0;display:grid;position:fixed;top:0;left:0;right:0}.install-modal__panel{color:#15181f;pointer-events:auto;background:#fff;border:1px solid #ffffff7a;border-radius:8px;grid-template-columns:auto 1fr;gap:16px;width:min(100vw - 28px,460px);padding:16px 18px;animation:.5s cubic-bezier(.2,.9,.2,1) both installSlideDown;display:grid;position:relative;box-shadow:0 18px 44px #0000003d}.install-modal__close{color:#252a33;cursor:pointer;background:#f1f3f6;border:0;border-radius:999px;width:34px;height:34px;font-size:24px;line-height:1;position:absolute;top:10px;right:10px}.install-modal__logo{border-radius:16px;align-self:start;width:54px;height:54px;box-shadow:0 10px 24px #00000029}.install-modal__content{min-width:0;padding-right:34px}.install-modal__content h2{color:#111827;letter-spacing:0;margin:0;font-size:20px;line-height:1.12}.install-modal__hint{color:#4b5563;margin:7px 0 0;font-size:.82rem;font-weight:650;line-height:1.28}.install-modal__actions{grid-column:1/-1;justify-content:flex-end;align-items:center;gap:10px;margin-top:0;display:flex}.install-modal__button{cursor:pointer;border:0;border-radius:8px;min-height:42px;padding:0 16px;font-weight:800}.install-modal__button--primary{color:#fff;background:#136f63;box-shadow:0 10px 22px #136f6347}.install-modal__installed{color:#546070;text-underline-offset:3px;cursor:pointer;margin:0;font-size:.78rem;font-weight:700;line-height:1.2;text-decoration:underline}.install-modal__installed:focus-visible{outline-offset:3px;border-radius:4px;outline:2px solid #136f636b}@keyframes installSlideDown{0%{opacity:0;transform:translateY(-120%)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=520px){.install-modal{padding:8px 10px 0}.install-modal__panel{grid-template-columns:1fr;gap:10px;padding:14px}.install-modal__logo{width:46px;height:46px}.install-modal__content{padding-right:26px}.install-modal__content h2{font-size:18px}.install-modal__hint{font-size:.78rem}.install-modal__actions{justify-content:stretch;align-items:stretch}.install-modal__button{flex:1;padding:0 12px}.install-modal__installed{white-space:nowrap;align-items:center;display:flex}}
