@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{--color-cream:#f8f7f3;--color-warm-white:#fff;--color-sand:#dde2eb;--color-amber:#ff9f43;--color-amber-light:#ffc274;--color-amber-dark:#d46f15;--color-deep-navy:#0f1b2d;--color-navy-soft:#1d3048;--color-slate:#334963;--color-warm-gray:#5f6d7f;--color-light-gray:#9ea8b6;--color-rose:#cb5768;--color-sage:#0f8f7d;--color-teal:#0f8f7d;--color-teal-dark:#0b7566;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Plus Jakarta Sans", system-ui, sans-serif;--max-width:1180px;--header-height:78px;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--surface-1:#fff;--surface-2:#f4f7fb;--text-strong:#0f1b2d;--text-muted:#526178;--shadow-sm:0 6px 18px #0f1b2d0f;--shadow-md:0 12px 34px #0f1b2d1c}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-strong);background:radial-gradient(circle at 10% 10%, #0f8f7d14, transparent 36%), radial-gradient(circle at 90% 0%, #ff9f4314, transparent 34%), var(--color-cream);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}#root{flex-direction:column;min-height:100svh;display:flex}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer;background:0 0;border:none}::selection{background:#ff9f4342}:where(a,button,input,select,textarea):focus-visible{outline-offset:2px;border-radius:6px;outline:3px solid #0f8f7d8c}.reveal{opacity:0;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1);transform:translateY(22px)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-stagger>.reveal:first-child{transition-delay:0s}.reveal-stagger>.reveal:nth-child(2){transition-delay:.12s}.reveal-stagger>.reveal:nth-child(3){transition-delay:.24s}.reveal-stagger>.reveal:nth-child(4){transition-delay:.36s}.dragHighlight{background:#0f8f7d26!important}.dragQueueHighlight{border-color:var(--color-sage)!important;background:#0f8f7d0f!important}._newsletterBar_1c1gw_2{background:var(--text-strong);color:#ffffffd9;z-index:101;font-size:.78rem;position:sticky;top:0}._newsletterInner_1c1gw_11{max-width:var(--max-width);justify-content:center;align-items:center;gap:.75rem;margin:0 auto;padding:.4rem 1.4rem;display:flex}._newsletterLabel_1c1gw_21{letter-spacing:.01em;white-space:nowrap;align-items:center;gap:.4rem;font-weight:600;display:flex}._newsletterForm_1c1gw_30{align-items:center;gap:0;display:flex}._newsletterInput_1c1gw_36{color:#fff;font-size:.78rem;font-family:var(--font-body);background:#ffffff1f;border:1px solid #fff3;border-right:none;border-radius:6px 0 0 6px;outline:none;width:170px;padding:.3rem .6rem;transition:background .2s,border-color .2s}._newsletterInput_1c1gw_36::placeholder{color:#ffffff73}._newsletterInput_1c1gw_36:focus{background:#ffffff2e;border-color:#ffffff59}._newsletterBtn_1c1gw_59{background:var(--color-sage);border:1px solid var(--color-sage);color:#fff;cursor:pointer;border-radius:0 6px 6px 0;justify-content:center;align-items:center;padding:.3rem .5rem;transition:background .2s,transform .15s;display:flex}._newsletterBtn_1c1gw_59:hover{background:#13a490;transform:translate(1px)}._newsletterDismiss_1c1gw_77{color:#ffffff73;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin-left:.25rem;padding:.2rem;transition:color .2s,background .2s;display:flex}._newsletterDismiss_1c1gw_77:hover{color:#fffc;background:#ffffff1a}._newsletterThanks_1c1gw_96{color:var(--color-amber);padding:.05rem 0;font-weight:600}._header_1c1gw_103{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);height:var(--header-height);background:#ffffffe0;border-bottom:1px solid #0f1b2d14;position:sticky;top:0}._headerWithBar_1c1gw_113{top:34px}._inner_1c1gw_117{max-width:var(--max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 1.4rem;display:flex}._logo_1c1gw_127{align-items:center;gap:.6rem;text-decoration:none;display:flex}._logoIcon_1c1gw_134{color:var(--color-sage);font-size:1.4rem;line-height:1}._logoText_1c1gw_140{font-family:var(--font-display);color:var(--text-strong);letter-spacing:-.02em;font-size:1.4rem;font-weight:600}._nav_1c1gw_148{align-items:center;gap:1.45rem;display:flex}._navLink_1c1gw_154{color:var(--text-muted);letter-spacing:.01em;padding:.25rem 0;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .25s;position:relative}._navLink_1c1gw_154:after{content:"";background:linear-gradient(90deg, var(--color-sage), var(--color-amber));border-radius:999px;width:0;height:2px;transition:width .3s cubic-bezier(.22,1,.36,1);position:absolute;bottom:-6px;left:0}._navLink_1c1gw_154:hover{color:var(--text-strong)}._navLink_1c1gw_154:hover:after{width:100%}._actions_1c1gw_185{align-items:center;gap:.65rem;display:flex}._loginBtn_1c1gw_191{color:#fff;background:linear-gradient(120deg, var(--color-sage), #13a490);border:1px solid #0000;border-radius:999px;align-items:center;gap:.45rem;padding:.52rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s,filter .25s;display:flex;box-shadow:0 8px 20px #0f8f7d38}._loginBtn_1c1gw_191:hover{filter:brightness(1.03);transform:translateY(-1px);box-shadow:0 12px 26px #0f8f7d42}._signupBtn_1c1gw_213{color:var(--color-teal);border:1.5px solid var(--color-teal);background:0 0;border-radius:999px;align-items:center;gap:.45rem;padding:.52rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:flex}._signupBtn_1c1gw_213:hover{background:#0f8f7d0f}._logoutBtn_1c1gw_232{color:var(--text-strong);cursor:pointer;background:0 0;border:1px solid #0f1b2d26;border-radius:999px;align-items:center;gap:.45rem;padding:.52rem 1rem;font-size:.875rem;font-weight:600;transition:transform .25s,box-shadow .25s,background .25s;display:flex}._logoutBtn_1c1gw_232:hover{background:#0f1b2d0d;transform:translateY(-1px)}._menuToggle_1c1gw_252{cursor:pointer;color:var(--text-strong);background:0 0;border:none;border-radius:8px;padding:.35rem;display:none;position:relative}._menuToggle_1c1gw_252:hover{background:#0f1b2d0d}._mobileActions_1c1gw_268,._navBackdrop_1c1gw_273{display:none}@media (width<=768px){._newsletterLabel_1c1gw_21 span{display:none}._newsletterInput_1c1gw_36{width:140px}._inner_1c1gw_117{padding:0 1.25rem}._menuToggle_1c1gw_252{z-index:201;justify-content:center;align-items:center;display:flex}._actions_1c1gw_185 ._loginBtn_1c1gw_191,._actions_1c1gw_185 ._logoutBtn_1c1gw_232,._actions_1c1gw_185 ._signupBtn_1c1gw_213{display:none}._nav_1c1gw_148{z-index:200;visibility:hidden;background:#fff;flex-direction:column;align-items:stretch;width:280px;max-width:80vw;height:100dvh;padding:5rem 0 0;transition:transform .3s cubic-bezier(.32,.72,0,1);display:flex;position:fixed;top:0;right:0;overflow:hidden;transform:translate(100%);box-shadow:-4px 0 24px #0000001f}._navOpen_1c1gw_325{visibility:visible;transform:translate(0)}._navLink_1c1gw_154{text-align:left;border-bottom:1px solid #0f1b2d0f;width:100%;padding:1.15rem 1.5rem;font-size:1.05rem;font-weight:600}._navLink_1c1gw_154:after{display:none}._mobileActions_1c1gw_268{padding:1.25rem 1.5rem;padding-bottom:env(safe-area-inset-bottom,1.5rem);border-top:1px solid #0f1b2d14;flex-direction:column;gap:.75rem;margin-top:auto;display:flex}._mobileActions_1c1gw_268 ._loginBtn_1c1gw_191,._mobileActions_1c1gw_268 ._signupBtn_1c1gw_213,._mobileActions_1c1gw_268 ._logoutBtn_1c1gw_232{box-sizing:border-box;justify-content:center;width:100%;padding:.65rem 1rem;display:flex}._mobileActions_1c1gw_268 ._loginBtn_1c1gw_191 span,._mobileActions_1c1gw_268 ._signupBtn_1c1gw_213 span,._mobileActions_1c1gw_268 ._logoutBtn_1c1gw_232 span{display:inline}._navBackdrop_1c1gw_273{z-index:199;background:#0000004d;display:block;position:fixed;inset:0}}._footer_1mkku_1{color:#ffffffc7;background:radial-gradient(circle at 10% 10%,#0f8f7d33,#0000 35%),linear-gradient(145deg,#0f1b2d 0%,#1f3148 100%);padding:4.5rem 1.5rem 2rem}._inner_1mkku_9{max-width:var(--max-width);margin:0 auto}._top_1mkku_14{justify-content:space-between;gap:2rem;display:flex}._brand_1mkku_20{max-width:350px}._logoIcon_1mkku_24{color:var(--color-amber-light);margin-right:.5rem;font-size:1.2rem}._logoText_1mkku_30{font-family:var(--font-display);color:#fff;font-size:1.45rem;font-weight:600}._tagline_1mkku_37{color:#ffffffb8;margin-top:1rem;font-size:.92rem;line-height:1.65}._links_1mkku_44{gap:2.75rem;display:flex}._linkGroup_1mkku_49{flex-direction:column;gap:.6rem;display:flex}._linkGroupTitle_1mkku_55{text-transform:uppercase;letter-spacing:.11em;color:#ffffff80;margin-bottom:.35rem;font-size:.75rem;font-weight:700}._linkGroup_1mkku_49 a,._cookieBtn_1mkku_65{color:#ffffffc7;text-align:left;font-size:.9rem;font-family:var(--font-body);width:fit-content;padding:0;transition:color .25s,transform .25s}._linkGroup_1mkku_49 a:hover,._cookieBtn_1mkku_65:hover{color:#fff;transform:translate(2px)}._divider_1mkku_81{background:#ffffff2b;height:1px;margin:2.8rem 0 1.4rem}._bottom_1mkku_87{justify-content:space-between;align-items:center;gap:1rem;display:flex}._copy_1mkku_94{color:#ffffffa6;font-size:.84rem}._dataNote_1mkku_99{color:#ffffff73;margin-top:.5rem;font-size:.78rem;font-style:italic}._madeWith_1mkku_106{color:#ffffffb8;align-items:center;gap:.3rem;font-size:.84rem;display:flex}._heart_1mkku_114{color:#f07e8f;fill:#f07e8f}@media (width<=768px){._footer_1mkku_1{padding:3.25rem 1.1rem 1.5rem}._top_1mkku_14{flex-direction:column;gap:2rem}._brand_1mkku_20{max-width:100%}._links_1mkku_44{flex-wrap:wrap;gap:1.4rem 2rem}._linkGroup_1mkku_49{min-width:135px}._bottom_1mkku_87{text-align:center;flex-direction:column;gap:.5rem}}._banner_gxgzv_1{z-index:200;color:#ffffffe6;background:#0f1b2df2;border:1px solid #ffffff29;border-radius:16px;padding:1rem 1.25rem;animation:.5s cubic-bezier(.22,1,.36,1) _slideUp_gxgzv_1;position:fixed;bottom:1rem;left:1rem;right:1rem;box-shadow:0 14px 40px #0000003d}._inner_gxgzv_16{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:2rem;margin:0 auto;display:flex}._text_gxgzv_25{color:#ffffffd1;font-size:.9rem;line-height:1.5}._link_gxgzv_31{color:#9ce5da;text-underline-offset:3px;text-decoration:underline;text-decoration-thickness:1.5px}._link_gxgzv_31:hover{color:#c1eee7}._buttons_gxgzv_41{flex-shrink:0;gap:.75rem;display:flex}._declineBtn_gxgzv_47{color:#ffffffd6;font-size:.86rem;font-weight:600;font-family:var(--font-body);cursor:pointer;background:0 0;border:1px solid #ffffff3d;border-radius:999px;padding:.6rem 1.2rem;transition:all .25s}._declineBtn_gxgzv_47:hover{color:#fff;border-color:#ffffff9e}._manageBtn_gxgzv_65{color:#9ce5da;font-size:.86rem;font-weight:600;font-family:var(--font-body);cursor:pointer;background:0 0;border:1px solid #9ce5da;border-radius:999px;padding:.6rem 1.2rem;transition:all .25s}._manageBtn_gxgzv_65:hover{color:#c1eee7;background:#0f8f7d26;border-color:#c1eee7}._acceptBtn_gxgzv_84{color:#062a25;font-size:.86rem;font-weight:600;font-family:var(--font-body);cursor:pointer;background:linear-gradient(120deg,#77d9cc,#9ce5da);border:none;border-radius:999px;padding:.6rem 1.2rem;transition:transform .25s,filter .25s}._acceptBtn_gxgzv_84:hover{filter:brightness(1.04);transform:translateY(-1px)}@keyframes _slideUp_gxgzv_1{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){._banner_gxgzv_1{padding:1rem;bottom:.75rem;left:.75rem;right:.75rem}._inner_gxgzv_16{text-align:center;flex-direction:column;gap:1rem}._buttons_gxgzv_41{justify-content:center;width:100%}}._overlay_lx158_1{z-index:300;background:#0f1b2d99;justify-content:center;align-items:center;padding:1rem;animation:.2s _fadeIn_lx158_1;display:flex;position:fixed;inset:0}._modal_lx158_13{background:var(--surface-1);border-radius:var(--radius-lg);width:100%;max-width:520px;box-shadow:var(--shadow-md);border:1px solid #0f1b2d14;max-height:90vh;padding:2rem;overflow-y:auto}._title_lx158_25{font-family:var(--font-display);color:var(--text-strong);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}._description_lx158_33{color:var(--text-muted);margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}._categories_lx158_40{flex-direction:column;gap:1rem;margin-bottom:1.5rem;display:flex}._category_lx158_47{border-radius:var(--radius-sm);border:1px solid #0f1b2d14;padding:1rem}._categoryHeader_lx158_53{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}._categoryName_lx158_60{font-family:var(--font-body);color:var(--text-strong);margin-bottom:.25rem;font-size:.95rem;font-weight:600}._categoryDesc_lx158_68{color:var(--text-muted);font-size:.8rem;line-height:1.4}._toggle_lx158_74{cursor:pointer;flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}._toggle_lx158_74 input{opacity:0;width:0;height:0}._toggleSlider_lx158_89{background:#0f1b2d26;border-radius:24px;transition:background .25s;position:absolute;inset:0}._toggleSlider_lx158_89:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .25s;position:absolute;bottom:3px;left:3px}._toggle_lx158_74 input:checked+._toggleSlider_lx158_89{background:var(--color-sage)}._toggle_lx158_74 input:checked+._toggleSlider_lx158_89:before{transform:translate(20px)}._toggleDisabled_lx158_117{opacity:.6;cursor:not-allowed}._actions_lx158_122{justify-content:flex-end;gap:.75rem;display:flex}._saveBtn_lx158_128{font-family:var(--font-body);color:var(--text-strong);cursor:pointer;background:0 0;border:1px solid #0f1b2d26;border-radius:999px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .25s}._saveBtn_lx158_128:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}._acceptAllBtn_lx158_146{font-family:var(--font-body);background:linear-gradient(120deg, var(--color-sage), #13a490);color:#fff;cursor:pointer;border:none;border-radius:999px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;transition:transform .24s,filter .24s;box-shadow:0 10px 24px #0f8f7d3d}._acceptAllBtn_lx158_146:hover{filter:brightness(1.03);transform:translateY(-1px)}@keyframes _fadeIn_lx158_1{0%{opacity:0}to{opacity:1}}@media (width<=768px){._modal_lx158_13{padding:1.5rem}._actions_lx158_122{flex-direction:column}._saveBtn_lx158_128,._acceptAllBtn_lx158_146{text-align:center;width:100%}}._fab_uc3v7_2{z-index:1000;background:linear-gradient(135deg, var(--color-sage), #13a490);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 20px #0f8f7d59}._fab_uc3v7_2:hover{transform:scale(1.08);box-shadow:0 6px 28px #0f8f7d73}._panel_uc3v7_27{z-index:1000;background:var(--surface-1);border-radius:16px;flex-direction:column;width:370px;max-height:520px;animation:.25s ease-out _slideUp_uc3v7_1;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;overflow:hidden;box-shadow:0 8px 40px #00000026}@keyframes _slideUp_uc3v7_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._header_uc3v7_55{color:#fff;background:linear-gradient(135deg,#0f1b2d,#1d3048);justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex}._headerInfo_uc3v7_64{align-items:center;gap:.5rem;display:flex}._headerDot_uc3v7_70{background:#34d399;border-radius:50%;flex-shrink:0;width:8px;height:8px}._headerTitle_uc3v7_78{font-size:.92rem;font-weight:600}._closeBtn_uc3v7_83{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:color .2s,background .2s;display:flex}._closeBtn_uc3v7_83:hover{color:#fff;background:#ffffff1a}._messages_uc3v7_102{flex-direction:column;flex:1;gap:.6rem;padding:1rem;display:flex;overflow-y:auto}._bubble_uc3v7_111{word-wrap:break-word;border-radius:14px;max-width:85%;padding:.65rem .9rem;font-size:.88rem;line-height:1.5}._bubbleBot_uc3v7_120{background:var(--surface-2);color:var(--text-strong);border-bottom-left-radius:4px;align-self:flex-start}._bubbleUser_uc3v7_127{background:var(--color-sage);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}._options_uc3v7_135{flex-direction:column;gap:.4rem;margin-top:.25rem;display:flex}._optionBtn_uc3v7_142{color:var(--color-teal-dark);font-size:.84rem;font-weight:600;font-family:var(--font-body);cursor:pointer;text-align:left;background:#0f8f7d0f;border:1.5px solid #0f8f7d33;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem .85rem;transition:border-color .2s,background .2s,transform .15s;display:flex}._optionBtn_uc3v7_142:hover{border-color:var(--color-sage);background:#0f8f7d1f;transform:translateY(-1px)}._footer_uc3v7_166{text-align:center;border-top:1px solid #0f1b2d0f;padding:.6rem 1rem}._resetBtn_uc3v7_172{color:var(--text-muted);font-size:.78rem;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;transition:color .2s}._resetBtn_uc3v7_172:hover{color:var(--color-sage)}@media (width<=420px){._panel_uc3v7_27{width:calc(100vw - 2rem);max-height:70vh;bottom:1rem;right:1rem}._fab_uc3v7_2{bottom:1rem;right:1rem}}._banner_g1nhp_1{border-radius:var(--radius-sm);color:#a5524d;max-width:var(--max-width);background:#c4756e14;border:1px solid #c4756e40;align-items:center;gap:.6rem;margin:1.5rem auto;padding:.85rem 1.25rem;font-size:.85rem;font-weight:500;display:flex}._detail_g1nhp_16{opacity:.7;margin-top:.2rem;font-family:monospace;font-size:.75rem}._hero_j0f2z_2{text-align:center;background:radial-gradient(circle at 12% 18%,#0f8f7d33,#0000 38%),radial-gradient(circle at 90% 72%,#ff9f4338,#0000 42%),linear-gradient(#f8fbff 0%,#f8f7f3 70%);flex-direction:column;justify-content:center;align-items:center;min-height:min(94vh,860px);padding:8rem 1.25rem 5rem;display:flex;position:relative;overflow:hidden}._heroOverlay_j0f2z_18{pointer-events:none;background:linear-gradient(115deg,#ffffffb3,#ffffff73),repeating-linear-gradient(90deg,#0000 0 48px,#0f1b2d06 48px 49px);position:absolute;inset:0}._heroContent_j0f2z_33{z-index:1;max-width:800px;animation:1s cubic-bezier(.22,1,.36,1) both _fadeUp_j0f2z_1;position:relative}._heroLabel_j0f2z_40{letter-spacing:.12em;text-transform:uppercase;color:var(--color-sage);align-items:center;gap:.5rem;margin-bottom:1.15rem;font-size:.8rem;font-weight:700;display:inline-flex}._heroHeadline_j0f2z_52{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-strong);margin-bottom:1.25rem;font-size:clamp(3rem,6vw,5rem);font-weight:600;line-height:1.02}._heroHeadline_j0f2z_52 em{color:var(--color-amber-dark);font-style:italic}._heroSub_j0f2z_67{max-width:620px;color:var(--text-muted);margin:0 auto 2.2rem;font-size:1.07rem;line-height:1.75}._heroCtas_j0f2z_75{flex-wrap:wrap;justify-content:center;gap:.9rem;display:flex}._scrollHint_j0f2z_82{color:var(--text-muted);opacity:.75;animation:2.2s ease-in-out infinite _bounce_j0f2z_1;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}._btnPrimary_j0f2z_93{color:#fff;background:linear-gradient(120deg, var(--color-sage), #13a490);border-radius:999px;justify-content:center;align-items:center;gap:.5rem;min-height:46px;padding:.8rem 1.35rem;font-size:.93rem;font-weight:700;text-decoration:none;transition:transform .24s,box-shadow .24s,filter .24s;display:inline-flex;box-shadow:0 10px 24px #0f8f7d3d}._btnPrimary_j0f2z_93:hover{filter:brightness(1.03);transform:translateY(-1px)}._btnSecondary_j0f2z_115{min-height:46px;color:var(--text-strong);background:#fff;border:1px solid #0f1b2d26;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.35rem;font-size:.93rem;font-weight:700;text-decoration:none;transition:transform .24s,box-shadow .24s,filter .24s;display:inline-flex}._btnSecondary_j0f2z_115:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}._impact_j0f2z_138{background:var(--surface-2);border-top:1px solid #0f1b2d14;border-bottom:1px solid #0f1b2d14;padding:5.5rem 1.25rem}._impactInner_j0f2z_145{max-width:var(--max-width);margin:0 auto}._impactLabel_j0f2z_150{letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:.45rem;margin-bottom:1.7rem;font-size:.78rem;font-weight:700;display:inline-flex}._impactDot_j0f2z_162{background:var(--color-sage);border-radius:999px;width:8px;height:8px}._impactGrid_j0f2z_169{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}._statCard_j0f2z_175{background:var(--surface-1);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #0f1b2d14;flex-direction:column;gap:.5rem;padding:1.55rem 1.2rem;transition:transform .3s,box-shadow .3s;display:flex}._statCard_j0f2z_175:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}._statNumber_j0f2z_192{font-family:var(--font-display);color:var(--text-strong);letter-spacing:-.03em;margin-bottom:.5rem;font-size:clamp(2.1rem,4vw,3rem);font-weight:600;line-height:1;display:block}._statDesc_j0f2z_203{color:var(--text-muted);font-size:.88rem;line-height:1.4}._mission_j0f2z_210{background:0 0;padding:5.5rem 1.25rem}._missionInner_j0f2z_215{max-width:var(--max-width);margin:0 auto}._sectionTitle_j0f2z_220{font-family:var(--font-display);color:var(--text-strong);letter-spacing:-.02em;margin-bottom:.8rem;font-size:clamp(2rem,4vw,3rem);font-weight:600}._missionText_j0f2z_229{max-width:720px;color:var(--text-muted);margin-bottom:2rem;font-size:1rem;line-height:1.75}._processGrid_j0f2z_237{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}._processCard_j0f2z_243{border-radius:var(--radius-md);background:var(--surface-1);box-shadow:var(--shadow-sm);border:1px solid #0f1b2d14;padding:1.45rem 1.1rem;transition:transform .25s,border-color .25s;position:relative}._processCard_j0f2z_243:hover{border-color:#0f8f7d59;transform:translateY(-2px)}._processIcon_j0f2z_258{width:44px;height:44px;color:var(--color-sage);background:#0f8f7d1c;border-radius:12px;place-items:center;margin-bottom:.85rem;display:grid}._processStep_j0f2z_269{letter-spacing:.08em;color:var(--text-muted);margin-bottom:.4rem;font-size:.76rem;font-weight:700}._processTitle_j0f2z_277{font-family:var(--font-display);color:var(--text-strong);margin-bottom:.45rem;font-size:1.25rem;font-weight:600}._processDesc_j0f2z_285{color:var(--text-muted);font-size:.88rem;line-height:1.6}._testimonial_j0f2z_292{text-align:center;background:radial-gradient(circle at 90% 10%,#ffc27433,#0000 35%),linear-gradient(130deg,#10223a,#203956);padding:5.5rem 1.25rem}._testimonialInner_j0f2z_300{max-width:700px;margin:0 auto}._quote_j0f2z_305 p{font-family:var(--font-display);color:#fffffff2;letter-spacing:-.01em;font-size:clamp(1.7rem,3.3vw,2.6rem);font-style:italic;font-weight:400;line-height:1.35}._quoteAttr_j0f2z_315{justify-content:center;align-items:center;gap:.8rem;margin-top:1.7rem;display:inline-flex}._quoteAvatar_j0f2z_323{object-fit:cover;background:#ffffff26;border:1px solid #ffffff47;border-radius:999px;flex-shrink:0;width:42px;height:42px}._quoteName_j0f2z_333{text-align:left;color:#ffffffe6;font-size:.93rem;font-weight:700}._quoteDetail_j0f2z_340{text-align:left;color:#ffffffa8;font-size:.82rem}._involved_j0f2z_347{padding:5.5rem 1.25rem}._involvedInner_j0f2z_351{max-width:var(--max-width);text-align:center;margin:0 auto}._involvedSub_j0f2z_357{max-width:620px;color:var(--text-muted);margin:0 auto 2rem;font-size:1rem;line-height:1.7}._involvedGrid_j0f2z_365{text-align:left;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}._involvedCard_j0f2z_372{border-radius:var(--radius-md);background:var(--surface-1);box-shadow:var(--shadow-sm);border:1px solid #0f1b2d14;padding:1.45rem 1.2rem;transition:transform .25s,border-color .25s}._involvedCard_j0f2z_372:hover{box-shadow:var(--shadow-md);border-color:#0f8f7d66;transform:translateY(-2px)}._involvedIcon_j0f2z_387{color:var(--color-amber-dark);margin-bottom:.75rem}._involvedCard_j0f2z_372 h3{font-family:var(--font-display);color:var(--text-strong);margin-bottom:.35rem;font-size:1.3rem;font-weight:600}._involvedCard_j0f2z_372 p{color:var(--text-muted);font-size:.89rem;line-height:1.62}._cardArrow_j0f2z_406{color:var(--color-sage);opacity:.6;align-items:center;margin-top:.6rem;transition:opacity .2s,transform .2s;display:inline-flex}._involvedCard_j0f2z_372:hover ._cardArrow_j0f2z_406{opacity:1;transform:translate(3px)}._donateCta_j0f2z_421{background:var(--surface-2);text-align:center;border-top:1px solid #0f1b2d14;padding:5.5rem 1.25rem}._donateInner_j0f2z_428{max-width:var(--max-width);margin:0 auto}._donateTitle_j0f2z_433{font-family:var(--font-display);color:var(--text-strong);letter-spacing:-.02em;margin-bottom:1.8rem;font-size:clamp(1.9rem,3.8vw,2.7rem);font-weight:600}._donateAmounts_j0f2z_442{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}._donateCard_j0f2z_448{background:var(--surface-1);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #0f1b2d14;align-content:center;gap:.35rem;min-height:148px;padding:1.5rem 1rem;transition:all .3s;display:grid}._donateCard_j0f2z_448:hover{border-color:#0f8f7d59;transform:translateY(-2px)}._donateAmount_j0f2z_442{font-family:var(--font-display);color:var(--color-amber-dark);font-size:clamp(2rem,4vw,2.4rem);font-weight:600;line-height:1}._donateDesc_j0f2z_474{color:var(--text-muted);font-size:.88rem;line-height:1.5}@keyframes _fadeUp_j0f2z_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes _bounce_j0f2z_1{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(6px)}}@media (width<=1024px){._impactGrid_j0f2z_169,._processGrid_j0f2z_237,._involvedGrid_j0f2z_365,._donateAmounts_j0f2z_442{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){._hero_j0f2z_2{min-height:86vh;padding:7rem 1rem 4rem}._heroSub_j0f2z_67{font-size:1rem}._impact_j0f2z_138,._mission_j0f2z_210,._involved_j0f2z_347,._donateCta_j0f2z_421,._testimonial_j0f2z_292{padding:4rem 1rem}._impactGrid_j0f2z_169,._processGrid_j0f2z_237,._involvedGrid_j0f2z_365,._donateAmounts_j0f2z_442{grid-template-columns:1fr}._donateCard_j0f2z_448{width:100%;max-width:320px;margin:0 auto}}._page_1k0rm_2{min-height:100vh}._hero_1k0rm_7{text-align:center;background:linear-gradient(160deg,#0f1b2d 0%,#1d3048 60%,#2a4060 100%);padding:5rem 1.25rem 4rem;position:relative;overflow:hidden}._heroOverlay_1k0rm_15{pointer-events:none;background:radial-gradient(circle at 20% 30%,#0f8f7d26,#0000 50%),radial-gradient(circle at 80% 70%,#ff9f431a,#0000 50%);position:absolute;inset:0}._heroInner_1k0rm_24{max-width:var(--max-width);z-index:1;margin:0 auto;position:relative}._heroLabel_1k0rm_31{letter-spacing:.14em;text-transform:uppercase;color:#14b8a4;margin-bottom:.75rem;font-size:.75rem;font-weight:700}._heroHeadline_1k0rm_40{font-family:var(--font-display);color:#fffffff5;letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:600;line-height:1.15}._heroSub_1k0rm_50{color:#ffffffc7;max-width:580px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.65}._statsGrid_1k0rm_59{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;max-width:800px;margin:0 auto;display:grid}._statCard_1k0rm_67{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);background:#ffffff12;border:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:.25rem;padding:1.25rem 1rem;transition:background .3s;display:flex}._statCard_1k0rm_67:hover{background:#ffffff1f}._statNumber_1k0rm_84{font-family:var(--font-display);color:#fff;letter-spacing:-.03em;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:600;line-height:1}._statLabel_1k0rm_93{color:#ffffffc7;text-align:center;margin-top:.3rem;font-size:.82rem}._okrSection_1k0rm_101{background:var(--surface-1);text-align:center;padding:3.5rem 1.25rem}._okrInner_1k0rm_107{max-width:680px;margin:0 auto}._okrContent_1k0rm_112{flex-direction:column;align-items:center;gap:.75rem;display:flex}._okrEyebrow_1k0rm_119{text-transform:uppercase;letter-spacing:.1em;color:var(--color-sage);margin:0;font-size:.72rem;font-weight:700}._okrHeadline_1k0rm_128{font-family:var(--font-display);color:var(--text-strong);letter-spacing:-.02em;margin:0;font-size:1.6rem;font-weight:500}._okrNumber_1k0rm_137{color:var(--color-teal);letter-spacing:-.03em;font-size:3rem;font-weight:700}._okrBody_1k0rm_144{color:var(--text-muted);max-width:560px;margin:0;font-size:.92rem;line-height:1.65}._goalSection_1k0rm_153{background:var(--surface-2);text-align:center;padding:3rem 1.25rem}._goalInner_1k0rm_159{max-width:600px;margin:0 auto}._goalHeadline_1k0rm_164{font-family:var(--font-display);color:var(--text-strong);letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}._goalSub_1k0rm_173{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}._goalCard_1k0rm_180{background:var(--surface-1);box-shadow:var(--shadow-sm);text-align:left;border:1px solid #0f1b2d14;border-radius:14px;margin-bottom:1.5rem;padding:1.25rem 1.5rem}._goalHeader_1k0rm_190{justify-content:space-between;align-items:baseline;margin-bottom:.6rem;display:flex}._goalTitle_1k0rm_197{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.82rem;font-weight:700}._goalNumbers_1k0rm_205{font-family:var(--font-display);color:var(--text-strong);font-size:1rem;font-weight:600}._goalBar_1k0rm_212{background:#0f8f7d1a;border-radius:999px;height:10px;margin-bottom:.6rem;overflow:hidden}._goalFill_1k0rm_220{background:linear-gradient(90deg, var(--color-sage), #13a490);border-radius:999px;height:100%;transition:width .8s}._goalFooter_1k0rm_227{justify-content:space-between;align-items:center;display:flex}._goalPct_1k0rm_233{color:#0a7566;font-size:.82rem;font-weight:700}._goalDonors_1k0rm_239{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.82rem;display:inline-flex}._goalCta_1k0rm_247{background:linear-gradient(120deg, var(--color-sage), #13a490);color:#fff;border-radius:999px;align-items:center;gap:.45rem;min-height:46px;padding:.8rem 1.6rem;font-weight:700;text-decoration:none;transition:transform .24s,filter .24s;display:inline-flex;box-shadow:0 10px 24px #0f8f7d3d}._goalCta_1k0rm_247:hover{filter:brightness(1.05);transform:translateY(-2px)}._sectionTitle_1k0rm_268{font-family:var(--font-display);color:var(--text-strong);letter-spacing:-.02em;text-align:center;margin-bottom:.5rem;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:600}._sectionSub_1k0rm_278{color:var(--text-muted);text-align:center;max-width:520px;margin:0 auto 2.5rem;font-size:.95rem;line-height:1.6}._impactSection_1k0rm_288{background:var(--surface-2);padding:3.5rem 1.25rem}._impactInner_1k0rm_293{max-width:var(--max-width);margin:0 auto}._impactGrid_1k0rm_298{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;display:grid}._impactCard_1k0rm_304{background:var(--surface-1);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #0f1b2d14;flex-direction:column;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex}._impactCard_1k0rm_304:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}._impactIconWrap_1k0rm_320{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;display:flex}._impactAmount_1k0rm_330{font-family:var(--font-display);color:var(--text-strong);letter-spacing:-.02em;font-size:1.6rem;font-weight:600;line-height:1}._impactDesc_1k0rm_339{color:var(--text-strong);margin-top:.25rem;margin-bottom:.5rem;font-size:.92rem;font-weight:600}._impactDetail_1k0rm_347{color:var(--text-muted);flex:1;margin:0;font-size:.84rem;line-height:1.55}._stories_1k0rm_356{padding:3.5rem 1.25rem 4rem}._storiesInner_1k0rm_360{max-width:var(--max-width);margin:0 auto}._storyRow_1k0rm_365{grid-template-columns:1fr 1fr;align-items:stretch;gap:1.5rem;margin-bottom:2rem;display:grid}._storyRow_1k0rm_365:last-child{margin-bottom:0}._storyRowReverse_1k0rm_377 ._storyContent_1k0rm_377{order:-1}._storyImage_1k0rm_381{border-radius:var(--radius-md);min-height:320px;overflow:hidden}._storyImg_1k0rm_387{object-fit:cover;width:100%;height:100%;min-height:320px}._storyPlaceholder_1k0rm_394{width:100%;height:100%;min-height:320px;color:var(--color-sage);background:radial-gradient(circle at 30% 40%,#0f8f7d2e,#0000 50%),linear-gradient(145deg,#e8f0f2,#dce6e9);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;font-size:.82rem;font-weight:500;display:flex}._storyPlaceholderWarm_1k0rm_411{color:var(--color-amber-dark);background:radial-gradient(circle at 70% 30%,#ff9f4333,#0000 50%),linear-gradient(145deg,#f5ede4,#ece3d8)}._storyContent_1k0rm_377{background:var(--surface-1);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #0f1b2d14;flex-direction:column;justify-content:center;padding:2rem;display:flex}._storyTag_1k0rm_429{text-transform:uppercase;letter-spacing:.1em;color:#fff;background:var(--color-sage);border-radius:999px;width:fit-content;margin-bottom:.75rem;padding:.25rem .6rem;font-size:.7rem;font-weight:700;display:inline-block}._storyTitle_1k0rm_443{font-family:var(--font-display);color:var(--text-strong);letter-spacing:-.01em;margin:0 0 .75rem;font-size:clamp(1.3rem,2.5vw,1.7rem);font-weight:600}._storyBody_1k0rm_452{color:var(--text-muted);margin-bottom:1rem;font-size:.93rem;line-height:1.7}._storyQuote_1k0rm_459{font-family:var(--font-display);color:var(--text-strong);border-left:3px solid var(--color-sage);margin:0 0 .75rem;padding-left:1rem;font-size:1.05rem;font-style:italic;font-weight:500;line-height:1.5}._storyNote_1k0rm_471{color:var(--text-muted);font-size:.78rem;font-style:italic}._bottomCta_1k0rm_478{text-align:center;background:radial-gradient(circle at 10% 12%,#ffc2742e,#0000 42%),radial-gradient(circle at 90% 80%,#0f8f7d1f,#0000 40%),linear-gradient(130deg,#11233c,#1f3a58);padding:5rem 1.25rem}._ctaInner_1k0rm_487{max-width:560px;margin:0 auto}._ctaTitle_1k0rm_492{font-family:var(--font-display);color:#fffffff5;letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.8rem,3.6vw,2.6rem);font-weight:600;line-height:1.2}._ctaSub_1k0rm_502{color:#ffffffc7;margin-bottom:1.75rem;font-size:.95rem;line-height:1.6}._ctaButton_1k0rm_509{background:linear-gradient(120deg, var(--color-sage), #13a490);color:#fff;border-radius:999px;align-items:center;gap:.45rem;min-height:48px;padding:.85rem 1.8rem;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .24s,filter .24s;display:inline-flex;box-shadow:0 10px 24px #0f8f7d3d}._ctaButton_1k0rm_509:hover{filter:brightness(1.05);transform:translateY(-2px)}@media (width<=1024px){._impactGrid_1k0rm_298{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){._hero_1k0rm_7{padding:4rem 1rem 3rem}._statsGrid_1k0rm_59{grid-template-columns:repeat(2,minmax(0,1fr))}._impactGrid_1k0rm_298,._storyRow_1k0rm_365{grid-template-columns:1fr}._storyRowReverse_1k0rm_377 ._storyContent_1k0rm_377{order:1}._storyImage_1k0rm_381,._storyImg_1k0rm_387,._storyPlaceholder_1k0rm_394{min-height:240px}._impactSection_1k0rm_288,._stories_1k0rm_356,._bottomCta_1k0rm_478{padding-left:1rem;padding-right:1rem}}._wrapper_99kxm_1{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.45rem;display:inline-flex}._disabled_99kxm_9{opacity:.5;cursor:not-allowed}._box_99kxm_14{color:#fff;width:18px;height:18px;cursor:inherit;background:#fff;border:1.5px solid #0f1b2d33;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}._box_99kxm_14:hover{border-color:var(--color-sage)}._box_99kxm_14:focus-visible{outline:2px solid var(--color-sage);outline-offset:1px}._boxChecked_99kxm_39{background:var(--color-sage);border-color:var(--color-sage)}._boxChecked_99kxm_39:hover{background:var(--color-sage-dark,#0d7a6b);border-color:var(--color-sage-dark,#0d7a6b)}._label_99kxm_49{font-size:.85rem;font-family:var(--font-body);color:var(--text-strong);line-height:1.3}._page_10g5e_1{background:radial-gradient(circle at 12% 18%, #0f8f7d1f, transparent 38%), radial-gradient(circle at 90% 72%, #ff9f431a, transparent 42%), var(--surface-2);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}._container_10g5e_13{width:100%;max-width:440px}._card_10g5e_18{background:var(--surface-1);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid #0f1b2d14;padding:2.5rem 2rem}._header_10g5e_26{text-align:center;margin-bottom:2rem}._logoIcon_10g5e_31{color:var(--color-amber-dark);margin-bottom:.5rem;font-size:2rem;display:inline-block}._title_10g5e_38{font-family:var(--font-display);color:var(--text-strong);margin-bottom:.25rem;font-size:1.75rem;font-weight:600}._subtitle_10g5e_46{font-family:var(--font-display);color:var(--text-muted);margin-bottom:.25rem;font-size:1rem;font-style:italic}._nonprofit_10g5e_54{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);font-size:.7rem;font-weight:500}._errorBanner_10g5e_62{border:1px solid var(--color-rose);color:var(--color-rose);border-radius:var(--radius-sm);background:#c4756e1a;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.4}._form_10g5e_73{flex-direction:column;gap:1.25rem;display:flex}._field_10g5e_79{flex-direction:column;gap:.35rem;display:flex}._label_10g5e_85{color:var(--text-strong);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:600}._input_10g5e_93{font-family:var(--font-body);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--text-strong);border:1px solid #0f1b2d26;outline:none;padding:.7rem .85rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}._input_10g5e_93::placeholder{color:var(--text-muted)}._input_10g5e_93:focus{border-color:var(--color-sage);box-shadow:0 0 0 3px #0f8f7d26}._inputError_10g5e_114{border-color:var(--color-rose)}._inputError_10g5e_114:focus{box-shadow:0 0 0 3px #c4756e26}._fieldError_10g5e_122{color:var(--color-rose);margin-top:.15rem;font-size:.78rem}._passwordWrapper_10g5e_128{position:relative}._passwordInput_10g5e_132{width:100%;padding-right:2.75rem}._eyeBtn_10g5e_137{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;transition:color .2s;display:flex;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}._eyeBtn_10g5e_137:hover{color:var(--text-strong)}._options_10g5e_156{justify-content:space-between;align-items:center;display:flex}._rememberMe_10g5e_162{color:var(--text-muted);cursor:pointer;align-items:center;gap:.4rem;font-size:.85rem;display:flex}._rememberMe_10g5e_162 input{accent-color:var(--color-sage);width:15px;height:15px}._submitBtn_10g5e_177{font-family:var(--font-body);background:linear-gradient(120deg, var(--color-sage), #13a490);color:#fff;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.8rem 1.5rem;font-size:.95rem;font-weight:700;transition:transform .24s,filter .24s,box-shadow .24s;display:flex;box-shadow:0 10px 24px #0f8f7d3d}._submitBtn_10g5e_177:hover:not(:disabled){filter:brightness(1.03);transform:translateY(-1px)}._submitBtn_10g5e_177:disabled{opacity:.5;cursor:not-allowed}._spinner_10g5e_206{align-items:center;gap:.5rem;display:inline-flex}._footer_10g5e_212{text-align:center;border-top:1px solid #0f1b2d14;margin-top:1.5rem;padding-top:1.25rem}._donateLink_10g5e_219{color:var(--color-sage);font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}._donateLink_10g5e_219:hover{color:var(--color-teal-dark,#0b7a6a);text-decoration:underline}._backLink_10g5e_232{color:var(--text-muted);font-size:.85rem;text-decoration:none;transition:color .2s}._backLink_10g5e_232:hover{color:var(--color-sage);text-decoration:underline}._switchText_10g5e_244{color:var(--text-muted);margin-bottom:.5rem;font-size:.88rem}._nameRow_10g5e_250{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (width<=480px){._card_10g5e_18{padding:2rem 1.5rem}._title_10g5e_38{font-size:1.5rem}}._page_py6is_1{background:var(--surface-2);min-height:100vh;padding:3rem 1.5rem 5rem}._container_py6is_7{max-width:780px;margin:0 auto}._header_py6is_12{text-align:center;margin-bottom:2.5rem}._title_py6is_17{font-family:var(--font-display);color:var(--text-strong);margin-bottom:.5rem;font-size:2.5rem;font-weight:600}._lastUpdated_py6is_25{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem}._printBtn_py6is_31{font-family:var(--font-body);background:var(--surface-1);color:var(--text-strong);cursor:pointer;border:1px solid #0f1b2d26;border-radius:999px;padding:.45rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s}._printBtn_py6is_31:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}._toc_py6is_50{background:var(--surface-1);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid #0f1b2d14;margin-bottom:3rem;padding:1.5rem 2rem}._tocTitle_py6is_59{font-family:var(--font-display);color:var(--text-strong);margin-bottom:.75rem;font-size:1.15rem;font-weight:600}._tocList_py6is_67{columns:2;column-gap:2rem;padding:0;list-style:none}._tocLink_py6is_74{color:var(--text-muted);padding:.3rem 0;font-size:.85rem;text-decoration:none;transition:color .2s;display:block}._tocLink_py6is_74:hover{color:var(--color-sage)}._content_py6is_88 section{scroll-margin-top:calc(var(--header-height) + 1rem);margin-bottom:2.5rem}._sectionTitle_py6is_93{font-family:var(--font-display);color:var(--text-strong);border-bottom:1px solid #0f1b2d14;margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.4rem;font-weight:600}._subTitle_py6is_103{font-family:var(--font-body);color:var(--text-strong);margin-top:1.25rem;margin-bottom:.4rem;font-size:1rem;font-weight:600}._content_py6is_88 p{color:var(--text-strong);margin-bottom:.75rem;font-size:.92rem;line-height:1.7}._content_py6is_88 a{color:var(--color-sage);text-underline-offset:2px;text-decoration:underline}._content_py6is_88 a:hover{color:#13a490}._list_py6is_129{margin-bottom:1rem;padding-left:1.5rem}._list_py6is_129 li{color:var(--text-strong);margin-bottom:.4rem;font-size:.92rem;line-height:1.7}._contactList_py6is_141{padding:0;list-style:none}._contactList_py6is_141 li{color:var(--text-strong);margin-bottom:.5rem;padding-left:0;font-size:.92rem;line-height:1.7}._tableWrapper_py6is_155{margin:1rem 0;overflow-x:auto}._table_py6is_155{border-collapse:collapse;width:100%;font-size:.85rem}._table_py6is_155 th,._table_py6is_155 td{text-align:left;border:1px solid #0f1b2d14;padding:.65rem .85rem}._table_py6is_155 th{background:var(--surface-2);color:var(--text-strong);text-transform:uppercase;letter-spacing:.03em;font-size:.8rem;font-weight:600}._table_py6is_155 td{background:var(--surface-1);color:var(--text-strong)}._table_py6is_155 a{color:var(--color-sage)}._managePrefsBtn_py6is_192{font-family:var(--font-body);background:linear-gradient(120deg, var(--color-sage), #13a490);color:#fff;cursor:pointer;border:none;border-radius:999px;margin-top:.5rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:700;transition:transform .24s,filter .24s;box-shadow:0 10px 24px #0f8f7d3d}._managePrefsBtn_py6is_192:hover{filter:brightness(1.03);transform:translateY(-1px)}@media print{._page_py6is_1{background:#fff;padding:0}._printBtn_py6is_31,._managePrefsBtn_py6is_192{display:none}._toc_py6is_50{break-after:page}._sectionTitle_py6is_93{break-after:avoid}._content_py6is_88 section{break-inside:avoid}}@media (width<=768px){._title_py6is_17{font-size:2rem}._tocList_py6is_67{columns:1}._toc_py6is_50{padding:1.25rem 1.5rem}._table_py6is_155{font-size:.78rem}._table_py6is_155 th,._table_py6is_155 td{padding:.5rem .65rem}}
