@charset "UTF-8";@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}*,*:before,*:after{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}:root{--tp-page-gutter: clamp(1rem, 3vw, 2rem);--tp-page-gutter-lg: clamp(1.5rem, 4vw, 2.5rem);--tp-card-padding: clamp(1rem, 2vw, 1.5rem);--tp-card-padding-lg: clamp(1.25rem, 2.6vw, 2rem);--tp-surface-radius: 16px;--tp-surface-radius-lg: 20px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body{margin:0;padding:0;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#1e1f1e;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Literata,Georgia,Times New Roman,serif;font-weight:600;line-height:1.25;margin:0 0 1rem;color:#1e1f1e}h1{font-size:1.875rem}@media (min-width: 1024px){h1{font-size:2.25rem}}h2{font-size:1.5rem}@media (min-width: 1024px){h2{font-size:1.875rem}}h3{font-size:1.25rem}@media (min-width: 1024px){h3{font-size:1.5rem}}h4{font-size:1.125rem}@media (min-width: 1024px){h4{font-size:1.25rem}}h5,h6{font-size:1rem}@media (min-width: 1024px){h5,h6{font-size:1.125rem}}p{margin:0 0 1rem;line-height:1.75}a{color:#1e1f1e;text-decoration:none;transition:color .15s ease}a:hover{color:#9daa96;text-decoration:underline}a:focus{outline:none}a:focus-visible{outline:2px solid #9daa96;outline-offset:2px;border-radius:2px}ul,ol{margin:0 0 1rem;padding-left:1.5rem}li{margin-bottom:.25rem}input,textarea,select,button{font-family:inherit;font-size:inherit}button:focus-visible,[role=button]:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(77,90,72,.8);outline-offset:2px}input:not([type=radio]):not([type=checkbox]),textarea,select{width:100%;height:44px;padding:1rem;border:2px solid #e2dfd9;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;background-color:#fff;transition:border-color .15s ease}input:not([type=radio]):not([type=checkbox]):focus,textarea:focus,select:focus{outline:none;border-color:#9daa96;box-shadow:0 0 0 3px #9daa961a}input:not([type=radio]):not([type=checkbox])::placeholder,textarea::placeholder,select::placeholder{color:#7a7b7a}input:not([type=radio]):not([type=checkbox]):disabled,textarea:disabled,select:disabled{background-color:#ebe8e3;cursor:not-allowed}input:not([type=radio]):not([type=checkbox]),textarea,select{min-height:44px}textarea{height:auto;min-height:120px;resize:vertical}select{cursor:pointer}button:not([class]){display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}button:not([class]):disabled{opacity:.6;cursor:not-allowed}button:not([class]){background-color:#364539;color:#fff;position:relative;overflow:hidden}button:not([class]):before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transition:left .6s ease}button:not([class]):hover:not(:disabled){background-color:#2a352e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}button:not([class]):hover:not(:disabled):before{left:100%}button:not([class]):active:not(:disabled){transform:translateY(-1px)}button:not([class]):focus{outline:none}button:not([class]):focus-visible{outline:2px solid #9daa96;outline-offset:2px}.error{border-color:#c0392b}.error:focus{border-color:#c0392b;box-shadow:0 0 0 3px #c0392b1a}.error-text{color:#c0392b;font-size:.875rem;margin-top:.25rem;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.m-0{margin:0}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.m-1{margin:.25rem}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.m-2{margin:.5rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.m-3{margin:1rem}.mt-3{margin-top:1rem}.mb-3{margin-bottom:1rem}.ml-3{margin-left:1rem}.mr-3{margin-right:1rem}.m-4{margin:1.5rem}.mt-4{margin-top:1.5rem}.mb-4{margin-bottom:1.5rem}.ml-4{margin-left:1.5rem}.mr-4{margin-right:1.5rem}.hidden{display:none}@media (max-width: 479px){.hidden-mobile{display:none}}@media (min-width: 480px) and (max-width: 1023px){.hidden-tablet{display:none}}@media (min-width: 1024px){.hidden-desktop{display:none}}.loading{background:linear-gradient(90deg,#ebe8e3 25%,#f6efe7,#ebe8e3 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:8px;height:20px}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 1024px){.container{padding:0 1.5rem}}.patientShell,.clinicalShell{--cs-primary: #003441;--cs-primary-container: #0f4c5c;--cs-on-primary: #ffffff;--cs-primary-fixed: #b6ebfe;--cs-surface: #f8fafa;--cs-surface-low: #f2f4f4;--cs-surface-high: #e6e8e8;--cs-surface-highest: #e1e3e3;--cs-surface-lowest: #ffffff;--cs-on-surface: #191c1d;--cs-on-surface-variant: #40484b;--cs-secondary: #51634e;--cs-secondary-container: #d1e6cb;--cs-on-secondary-fixed-variant: #394b38;--cs-tertiary-fixed: #efe1c7;--cs-on-tertiary-fixed-variant: #4f4633;--cs-tertiary-fixed-dim: #d3c5ac;--cs-error-container: #ffdad6;--cs-on-error-container: #93000a;--cs-outline: #70787c;--cs-shadow-atmospheric: 0 20px 40px rgba(25, 28, 29, .06);--cs-glass-bg: rgba(255, 255, 255, .7);--cs-glass-bg-strong: rgba(255, 255, 255, .84);--cs-glass-border: rgba(112, 120, 124, .22);--cs-glass-highlight: rgba(255, 255, 255, .5);--cs-glass-shadow: 0 12px 30px rgba(25, 28, 29, .12);--cs-radius-xl: .75rem;--cs-radius-2xl: 1rem;--cs-font-headline: "Public Sans", system-ui, sans-serif;--cs-font-body: "Inter", system-ui, sans-serif;font-family:var(--cs-font-body);color:var(--cs-on-surface)}[data-patient-shell]{background:transparent;flex:1;min-height:0;display:flex;flex-direction:column}[data-patient-shell]>*{flex:1;min-height:0;display:flex;flex-direction:column}[data-clinical-shell]{background:transparent;min-height:100vh}.tp-brand-softBg{background:linear-gradient(135deg,#f6efe7,#e7ebe4)}.tp-brand-card{background:#fff;border-radius:18px;border:1px solid #e2dfd9;box-shadow:0 4px 24px #0000000f;padding:2.5rem 2rem}@media (max-width: 479px){.tp-brand-card{padding:1.75rem 1.25rem}}.tp-brand-card--accent{background:linear-gradient(180deg,#9daa9624,#fff 48% 100%)}.tp-brand-kicker{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#4d5a48;margin:0 0 .35rem}.tp-brand-kicker--inverse{color:#ffffffe0;text-shadow:0 1px 8px rgba(0,0,0,.2)}.tp-brand-headingBlock{text-align:center;max-width:40rem;margin:0 auto 2.75rem;display:flex;flex-direction:column;align-items:center;gap:.45rem}@media (max-width: 479px){.tp-brand-headingBlock{margin-bottom:2rem;padding:0 .5rem}}.tp-brand-lead{margin:0;font-size:1.05rem;line-height:1.65;color:#4a4b4a;max-width:36rem}.tp-ui-btn{border-radius:10px;font-weight:600;border:1px solid rgba(67,83,67,.24);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.tp-ui-btn:focus{outline:none}.tp-ui-btn:focus-visible{box-shadow:0 0 0 3px #9daa962e}.tp-ui-btn:active:not(:disabled){transform:translateY(0)}.tp-ui-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.tp-ui-btn--sm{padding:.45rem .8rem;font-size:.85rem}.tp-ui-btn--md{padding:.62rem 1rem;font-size:.92rem}.tp-ui-btn--lg{padding:.8rem 1.15rem;font-size:1rem}.tp-ui-btn--default{border-radius:10px;font-weight:600;border:1px solid rgba(67,83,67,.24);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.tp-ui-btn--default:focus{outline:none}.tp-ui-btn--default:focus-visible{box-shadow:0 0 0 3px #9daa962e}.tp-ui-btn--default:active:not(:disabled){transform:translateY(0)}.tp-ui-btn--default:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.tp-ui-btn--default{background:linear-gradient(135deg,#435343e0,#394736e6);color:#fff;border-color:#4353436b;box-shadow:0 8px 20px #4353433d,inset 0 1px #ffffff38}.tp-ui-btn--default:hover:not(:disabled){background:linear-gradient(135deg,#394736eb,#394736db);transform:translateY(-1px);box-shadow:0 12px 26px #43534357,inset 0 1px #ffffff47}.tp-ui-btn--default{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.tp-ui-btn--default:hover{transform:translateY(-3px);border-color:#43534373;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}.tp-ui-btn--outline{border-radius:10px;font-weight:600;border:1px solid rgba(67,83,67,.24);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.tp-ui-btn--outline:focus{outline:none}.tp-ui-btn--outline:focus-visible{box-shadow:0 0 0 3px #9daa962e}.tp-ui-btn--outline:active:not(:disabled){transform:translateY(0)}.tp-ui-btn--outline:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.tp-ui-btn--outline{background:linear-gradient(135deg,#ffffffc7,#43534329);color:#435343;border-color:#43534361;box-shadow:0 7px 18px #4353431f,inset 0 1px #ffffff73}.tp-ui-btn--outline:hover:not(:disabled){background:linear-gradient(135deg,#ffffffd6,#43534338);border-color:#435343;transform:translateY(-1px);box-shadow:0 10px 22px #4353432e,inset 0 1px #ffffff85}.tp-ui-btn--outline{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.tp-ui-btn--outline:hover{transform:translateY(-3px);border-color:#43534373;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}.tp-ui-btn--destructive{border-radius:10px;font-weight:600;border:1px solid rgba(67,83,67,.24);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.tp-ui-btn--destructive:focus{outline:none}.tp-ui-btn--destructive:focus-visible{box-shadow:0 0 0 3px #9daa962e}.tp-ui-btn--destructive:active:not(:disabled){transform:translateY(0)}.tp-ui-btn--destructive:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.tp-ui-btn--destructive{background:linear-gradient(135deg,#c0392be0,#a73225e6);color:#fff;border-color:#c0392b6b;box-shadow:0 8px 20px #c0392b3d,inset 0 1px #ffffff38}.tp-ui-btn--destructive:hover:not(:disabled){background:linear-gradient(135deg,#a73225eb,#a73225db);transform:translateY(-1px);box-shadow:0 12px 26px #c0392b57,inset 0 1px #ffffff47}.tp-ui-btn--destructive{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.tp-ui-btn--destructive:hover{transform:translateY(-3px);border-color:#43534373;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}.tp-ui-btn--ghost{border-radius:10px;font-weight:600;border:1px solid rgba(67,83,67,.24);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.tp-ui-btn--ghost:focus{outline:none}.tp-ui-btn--ghost:focus-visible{box-shadow:0 0 0 3px #9daa962e}.tp-ui-btn--ghost:active:not(:disabled){transform:translateY(0)}.tp-ui-btn--ghost:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.tp-ui-btn--ghost{background:linear-gradient(135deg,#ffffffa3,#1e1f1e14);color:#1e1f1e;border-color:#1e1f1e26}.tp-ui-btn--ghost:hover:not(:disabled){background:linear-gradient(135deg,#ffffffbd,#1e1f1e24);box-shadow:0 8px 18px #1e1f1e1f}.tp-ui-btn--ghost{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.tp-ui-btn--ghost:hover{transform:translateY(-3px);border-color:#43534373;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}.tp-ui-input,.tp-ui-select,.tp-ui-textarea{width:100%;min-height:42px;border:1px solid #e2dfd9;border-radius:10px;background:#fff;color:#1e1f1e;font-size:.95rem;padding:.6rem .8rem;transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.tp-ui-input:focus,.tp-ui-select:focus,.tp-ui-textarea:focus{outline:none;border-color:#435343;box-shadow:0 0 0 3px #4353431f}.tp-ui-textarea{min-height:100px;resize:vertical;line-height:1.5}.tp-ui-label{display:block;font-size:.875rem;font-weight:600;color:#1e1f1e;margin-bottom:.35rem}.tp-ui-checkbox{width:1.05rem;height:1.05rem;border-radius:4px;border:1px solid #c8c5c0;accent-color:#435343;cursor:pointer;flex-shrink:0}.tp-ui-checkbox:focus{outline:none;box-shadow:0 0 0 3px #4353431f}.tp-ui-checkbox:disabled{opacity:.5;cursor:not-allowed}.tp-ui-checkboxRow{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.9rem;color:#1e1f1e;line-height:1.4}.tp-ui-badge{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;border-radius:9999px;padding:.2rem .65rem;font-size:.78rem;font-weight:600;text-transform:capitalize}.tp-ui-badge--default{background:#4353431f;color:#435343}.tp-ui-badge--success{background:#2e7d421f;color:#2e7d42}.tp-ui-badge--warning{background:#6f836729;color:#435343}.tp-ui-badge--danger{background:#c0392b1f;color:#c0392b}.tp-ui-glass-card{background:linear-gradient(145deg,#ffffffb8,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:12px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.tp-ui-glass-card:hover{transform:translateY(-3px);border-color:#9daa9673;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}.tp-ui-glass-panel{background:linear-gradient(145deg,#ffffffd1,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px}.tp-ui-glass-card--patient{background:linear-gradient(145deg,#ffffffb8,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.tp-ui-glass-card--psychologist{background:linear-gradient(145deg,#ffffffb8,#8fa88a24);border:1px solid rgba(143,168,138,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.tp-ui-glass-card--admin{background:linear-gradient(145deg,#ffffffb8,#43534324);border:1px solid rgba(67,83,67,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.tp-ui-glass-card--manager{background:linear-gradient(145deg,#ffffffb8,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}@keyframes _loading_gc0k3_81{0%{background-position:200% 0}to{background-position:-200% 0}}._modalOverlay_gc0k3_9{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:_fadeIn_gc0k3_1 .3s ease-out}._modalContent_gc0k3_26{background:#fff;border-radius:24px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:_slideUp_gc0k3_1 .3s ease-out;overflow:hidden}._modalHeader_gc0k3_39{display:flex;align-items:center;justify-content:space-between;padding:2rem 2rem 1rem;border-bottom:2px solid #e2dfd9}@media (max-width: 479px){._modalHeader_gc0k3_39{padding:1.5rem 1.5rem 1rem}}._modalTitle_gc0k3_52{font-size:2rem;font-weight:800;color:#1e1f1e;margin:0}@media (max-width: 479px){._modalTitle_gc0k3_52{font-size:1.5rem}}._closeButton_gc0k3_64{background:transparent;border:none;color:#4a4b4a;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}._closeButton_gc0k3_64:hover{background:#4a4b4a1a;color:#1e1f1e}._loadingState_gc0k3_81{padding:3rem;text-align:center;color:#4a4b4a}._errorAlert_gc0k3_87{margin:1.5rem 2rem;padding:1rem;background:#c0392b1a;border:1px solid rgba(192,57,43,.3);border-radius:12px;color:#c0392b;display:flex;align-items:center;gap:.75rem;font-size:.95rem}@media (max-width: 479px){._errorAlert_gc0k3_87{margin:1rem 1.5rem}}._updateAlert_gc0k3_105{margin:1.5rem 2rem;padding:1.25rem;background:#d4841a1a;border:1px solid rgba(212,132,26,.3);border-radius:12px;display:flex;align-items:flex-start;gap:1rem}@media (max-width: 479px){._updateAlert_gc0k3_105{margin:1rem 1.5rem;padding:1rem}}._updateAlert_gc0k3_105 svg{color:#d4841a;flex-shrink:0;margin-top:2px}._alertTitle_gc0k3_127{font-weight:700;color:#d4841a;margin:0 0 .5rem;font-size:1rem}._alertText_gc0k3_134{color:#1e1f1e;margin:0;font-size:.9rem;line-height:1.6}._versionInfo_gc0k3_141{padding:0 2rem;margin-bottom:1rem}@media (max-width: 479px){._versionInfo_gc0k3_141{padding:0 1.5rem}}._versionText_gc0k3_151{font-size:.9rem;color:#4a4b4a;margin:0}._versionText_gc0k3_151 strong{color:#1e1f1e}._previousVersion_gc0k3_160{color:#2e7d42;font-size:.85rem}._policyContent_gc0k3_165{flex:1;padding:0 2rem;margin-bottom:1.5rem;overflow:hidden;min-height:400px}@media (max-width: 479px){._policyContent_gc0k3_165{padding:0 1.5rem;min-height:300px}}._policyIframe_gc0k3_179{width:100%;height:100%;min-height:400px;border:2px solid #e2dfd9;border-radius:12px;background:#fff}@media (max-width: 479px){._policyIframe_gc0k3_179{min-height:300px}}._acceptanceSection_gc0k3_193{padding:1.5rem 2rem;border-top:2px solid #e2dfd9}@media (max-width: 479px){._acceptanceSection_gc0k3_193{padding:1rem 1.5rem}}._checkboxLabel_gc0k3_205{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}._checkbox_gc0k3_205{width:20px;height:20px;margin-top:2px;accent-color:#9daa96;cursor:pointer;flex-shrink:0}._checkboxText_gc0k3_222{font-size:1rem;color:#1e1f1e;line-height:1.6}._checkboxText_gc0k3_222 ._required_gc0k3_227{color:#c0392b;font-weight:600}._modalActions_gc0k3_232{display:flex;gap:1rem;padding:0 2rem 2rem;justify-content:flex-end}@media (max-width: 479px){._modalActions_gc0k3_232{flex-direction:column-reverse;padding:0 1.5rem 1.5rem}}._cancelButton_gc0k3_245{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._cancelButton_gc0k3_245:disabled{opacity:.6;cursor:not-allowed}._cancelButton_gc0k3_245{background:transparent;color:#1e1f1e;border:2px solid #c8c5c0;padding:.875rem 2rem;border-radius:12px;font-weight:600}._cancelButton_gc0k3_245:hover{background:#f6efe7;border-color:#616362}._acceptButton_gc0k3_277{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._acceptButton_gc0k3_277{background-color:#364539;color:#fff;position:relative;overflow:hidden}._acceptButton_gc0k3_277:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transition:left .6s ease}._acceptButton_gc0k3_277:hover:not(:disabled){background-color:#2a352e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._acceptButton_gc0k3_277:hover:not(:disabled):before{left:100%}._acceptButton_gc0k3_277:active:not(:disabled){transform:translateY(-1px)}._acceptButton_gc0k3_277{padding:.875rem 2rem;border-radius:12px;font-weight:600;display:flex;align-items:center;gap:.5rem}._acceptButton_gc0k3_277:disabled{opacity:.6;cursor:not-allowed}._acceptButton_gc0k3_277 ._spinner_gc0k3_335{display:inline-block;width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:_spin_gc0k3_335 1s linear infinite}@keyframes _fadeIn_gc0k3_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_gc0k3_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_gc0k3_335{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _loading_1vj80_1{0%{background-position:200% 0}to{background-position:-200% 0}}._header_1vj80_9,._headerHeroOverlay_1vj80_10{position:fixed;top:0;left:0;right:0;z-index:1020;background:transparent;border:none;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0;width:100%;max-width:none;margin:0;padding-top:max(.45rem,env(safe-area-inset-top,0px));padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}._header_1vj80_9 ._container_1vj80_29,._headerHeroOverlay_1vj80_10 ._container_1vj80_29{background:linear-gradient(145deg,#ffffffd1,#43534324);border:1px solid rgba(67,83,67,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:linear-gradient(120deg,#121a12eb,#435343e0 46%,#202a20e6);border-bottom:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(255,255,255,.08);border-radius:14px;width:min(98%,1280px);margin:0 auto;transition:box-shadow .2s ease,transform .2s ease}._header_1vj80_9:hover ._container_1vj80_29,._headerHeroOverlay_1vj80_10:hover ._container_1vj80_29{transform:translateY(-1px);box-shadow:0 18px 44px #161c1833}._container_1vj80_29{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 1024px){._container_1vj80_29{padding:0 1.5rem}}._container_1vj80_29{display:flex;justify-content:space-between;align-items:center;height:66px;gap:1.5rem;padding:0 1.5rem}._logo_1vj80_71{flex-shrink:0}._logo_1vj80_71 ._logoLink_1vj80_74{text-decoration:none;display:flex;align-items:center}._logo_1vj80_71 ._logoLink_1vj80_74:hover{text-decoration:none;opacity:.85}._logo_1vj80_71 ._logoImage_1vj80_83{height:52px;width:auto;max-width:52px;object-fit:contain;display:block;filter:brightness(1.06) drop-shadow(0 1px 3px rgba(0,0,0,.45))}@media (max-width: 479px){._logo_1vj80_71 ._logoImage_1vj80_83{height:42px;max-width:42px}}._navigation_1vj80_98 ._publicNav_1vj80_98{display:flex;align-items:center;gap:0}._navigation_1vj80_98 ._publicNav_1vj80_98 a:not(._loginButton_1vj80_103):not(._registerButton_1vj80_103){color:#fffffff0;font-weight:500;font-size:.925rem;padding:.5rem .95rem;text-decoration:none;transition:color .2s ease,background-color .2s ease;position:relative;white-space:nowrap;border-radius:999px}._navigation_1vj80_98 ._publicNav_1vj80_98 a:not(._loginButton_1vj80_103):not(._registerButton_1vj80_103):after{content:"";position:absolute;bottom:-1px;left:1rem;right:1rem;height:2px;background:#ffffffd9;border-radius:1px;transform:scaleX(0);transition:transform .2s ease}._navigation_1vj80_98 ._publicNav_1vj80_98 a:not(._loginButton_1vj80_103):not(._registerButton_1vj80_103):hover{color:#fff;background:#ffffff1a;text-decoration:none}._navigation_1vj80_98 ._publicNav_1vj80_98 a:not(._loginButton_1vj80_103):not(._registerButton_1vj80_103):hover:after{transform:scaleX(1)}._navigation_1vj80_98 ._publicNav_1vj80_98 ._loginButton_1vj80_103{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._navigation_1vj80_98 ._publicNav_1vj80_98 ._loginButton_1vj80_103:disabled{opacity:.6;cursor:not-allowed}._navigation_1vj80_98 ._publicNav_1vj80_98 ._loginButton_1vj80_103{background:#ffffff1f;color:#fffffff2;padding:.45rem 1.25rem;margin-left:.75rem;font-weight:500;font-size:.925rem;border:1.5px solid rgba(255,255,255,.35);border-radius:999px;transition:all .2s ease}._navigation_1vj80_98 ._publicNav_1vj80_98 ._loginButton_1vj80_103:hover{border-color:#ffffff8c;color:#fff;background:#ffffff2e;text-decoration:none}._navigation_1vj80_98 ._publicNav_1vj80_98 ._loginButton_1vj80_103:focus{outline:none}._navigation_1vj80_98 ._publicNav_1vj80_98 ._loginButton_1vj80_103:focus-visible{outline:2px solid #9daa96;outline-offset:2px}._navigation_1vj80_98 ._publicNav_1vj80_98 ._registerButton_1vj80_103{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._navigation_1vj80_98 ._publicNav_1vj80_98 ._registerButton_1vj80_103:disabled{opacity:.6;cursor:not-allowed}._navigation_1vj80_98 ._publicNav_1vj80_98 ._registerButton_1vj80_103{background:linear-gradient(160deg,#435343,#394736);color:#fff;padding:.45rem 1.5rem;margin-left:.5rem;font-weight:600;font-size:.925rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);box-shadow:0 2px 10px #00000038;backdrop-filter:none;-webkit-backdrop-filter:none;transition:background .2s ease,box-shadow .2s ease,border-color .2s ease}._navigation_1vj80_98 ._publicNav_1vj80_98 ._registerButton_1vj80_103:hover{background:linear-gradient(160deg,#9daa96,#435343);border-color:#ffffff52;box-shadow:0 3px 14px #00000047;text-decoration:none}._navigation_1vj80_98 ._publicNav_1vj80_98 ._registerButton_1vj80_103:focus{outline:none}._navigation_1vj80_98 ._publicNav_1vj80_98 ._registerButton_1vj80_103:focus-visible{outline:2px solid rgba(255,255,255,.65);outline-offset:2px}._navigation_1vj80_98 ._authNav_1vj80_223{display:flex;align-items:center;gap:1rem}._navigation_1vj80_98 ._authNav_1vj80_223 ._welcomeText_1vj80_228{color:#ffffffd1;font-size:.875rem;font-weight:500;white-space:nowrap}._navigation_1vj80_98 ._authNav_1vj80_223 ._userMenu_1vj80_234{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}._navigation_1vj80_98 ._authNav_1vj80_223 ._userMenu_1vj80_234 a{color:#ffffffeb;font-weight:500;font-size:.875rem;padding:.35rem .65rem;border-radius:999px;text-decoration:none;white-space:nowrap;transition:all .15s ease}._navigation_1vj80_98 ._authNav_1vj80_223 ._userMenu_1vj80_234 a:hover{color:#fff;background:#ffffff1f;text-decoration:none}._navigation_1vj80_98 ._authNav_1vj80_223 ._userMenu_1vj80_234 ._logoutButton_1vj80_255{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._navigation_1vj80_98 ._authNav_1vj80_223 ._userMenu_1vj80_234 ._logoutButton_1vj80_255:disabled{opacity:.6;cursor:not-allowed}._navigation_1vj80_98 ._authNav_1vj80_223 ._userMenu_1vj80_234 ._logoutButton_1vj80_255{background:#ffffff1a;color:#ffffffd9;padding:.35rem .75rem;font-size:.875rem;font-weight:500;border:1px solid rgba(255,255,255,.28);border-radius:999px;margin-left:.25rem}._navigation_1vj80_98 ._authNav_1vj80_223 ._userMenu_1vj80_234 ._logoutButton_1vj80_255:hover{color:#ffb4b4;border-color:#ff969673;background:#50141459}._navigation_1vj80_98 ._authNav_1vj80_223 ._userMenu_1vj80_234 ._logoutButton_1vj80_255:focus{outline:none}._navigation_1vj80_98 ._authNav_1vj80_223 ._userMenu_1vj80_234 ._logoutButton_1vj80_255:focus-visible{outline:2px solid #9daa96;outline-offset:2px}@media (max-width: 479px){._container_1vj80_29{padding:0 .5rem;height:56px}._navigation_1vj80_98 ._publicNav_1vj80_98 a:not(._loginButton_1vj80_103):not(._registerButton_1vj80_103){display:none}._navigation_1vj80_98 ._authNav_1vj80_223{gap:.5rem}._navigation_1vj80_98 ._authNav_1vj80_223 ._welcomeText_1vj80_228{display:none}._navigation_1vj80_98 ._authNav_1vj80_223 ._userMenu_1vj80_234{gap:.15rem}._navigation_1vj80_98 ._authNav_1vj80_223 ._userMenu_1vj80_234 a{font-size:.8rem;padding:.3rem .5rem}}@media (min-width: 480px) and (max-width: 1023px){._navigation_1vj80_98 ._publicNav_1vj80_98 a:not(._loginButton_1vj80_103):not(._registerButton_1vj80_103):nth-child(n+3){display:none}}@keyframes _loading_jr0uc_1{0%{background-position:200% 0}to{background-position:-200% 0}}._footer_jr0uc_9{background-color:#1e1f1e;color:#fff;margin-top:auto}._container_jr0uc_15{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width: 1024px){._container_jr0uc_15{padding:0 1.5rem}}._container_jr0uc_15{padding-top:4rem;padding-bottom:2rem}._content_jr0uc_31{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}@media (min-width: 480px) and (max-width: 1023px){._content_jr0uc_31{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 479px){._content_jr0uc_31{grid-template-columns:1fr;gap:1.5rem}}._section_jr0uc_50 ._logoLink_jr0uc_50{display:inline-block;margin-bottom:1.5rem;transition:opacity .15s ease}._section_jr0uc_50 ._logoLink_jr0uc_50:hover{opacity:.9}._section_jr0uc_50 ._logoImage_jr0uc_58{height:58px;width:auto;max-width:58px;object-fit:contain;display:block}._section_jr0uc_50 ._sectionTitle_jr0uc_65{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;border-bottom:2px solid #9daa96;padding-bottom:.5rem;display:inline-block}._description_jr0uc_75{color:#fffc;line-height:1.75;margin-bottom:1.5rem}._credentials_jr0uc_81{display:flex;flex-wrap:wrap;gap:.5rem}._credentials_jr0uc_81 ._credential_jr0uc_81{background-color:#00a651;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}._linkList_jr0uc_95{list-style:none;padding:0;margin:0}._linkList_jr0uc_95 li{margin-bottom:.5rem}._linkList_jr0uc_95 ._link_jr0uc_95{color:#fffc;text-decoration:none;transition:color .15s ease}._linkList_jr0uc_95 ._link_jr0uc_95:hover{color:#fff;text-decoration:none}._contactInfo_jr0uc_113 ._contactItem_jr0uc_113{color:#fffc;margin-bottom:.5rem;line-height:1.75}._contactInfo_jr0uc_113 ._contactItem_jr0uc_113 strong{color:#fff}._contactInfo_jr0uc_113 ._emergencyNotice_jr0uc_121{background-color:#c0392b;color:#fff;padding:.5rem;border-radius:8px;margin-top:1rem;font-size:.875rem}._contactInfo_jr0uc_113 ._emergencyNotice_jr0uc_121 strong{display:block;margin-bottom:.25rem}._bottomBar_jr0uc_134{display:flex;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem}@media (max-width: 479px){._bottomBar_jr0uc_134{flex-direction:column;gap:1rem;text-align:center}}._bottomBar_jr0uc_134 ._copyright_jr0uc_148{color:#fff9;font-size:.875rem}._bottomBar_jr0uc_134 ._legalLinks_jr0uc_152{display:flex;gap:1.5rem}@media (max-width: 479px){._bottomBar_jr0uc_134 ._legalLinks_jr0uc_152{justify-content:center}}._bottomBar_jr0uc_134 ._legalLinks_jr0uc_152 ._legalLink_jr0uc_152{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .15s ease}._bottomBar_jr0uc_134 ._legalLinks_jr0uc_152 ._legalLink_jr0uc_152:hover{color:#fff;text-decoration:none}._root_1pvgm_1{display:flex;min-height:100vh;width:100%;background:var(--cs-surface-low)}._menuToggle_1pvgm_8{display:none;position:fixed;top:.75rem;left:.75rem;z-index:50;width:3.25rem;height:3.25rem;align-items:center;justify-content:center;border:none;border-radius:var(--cs-radius-xl);background:var(--cs-glass-bg-strong);box-shadow:var(--cs-glass-shadow);border:1px solid var(--cs-glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--cs-primary);cursor:pointer;font-size:1.25rem;line-height:1}@media (max-width: 899px){._menuToggle_1pvgm_8{display:flex}}._backdrop_1pvgm_35{display:none}@media (max-width: 899px){._backdrop_1pvgm_35{display:block;position:fixed;inset:0;z-index:35;background:#191c1d59;opacity:0;pointer-events:none;transition:opacity .2s ease}._backdrop_1pvgm_35._open_1pvgm_49{opacity:1;pointer-events:auto}}._sidebar_1pvgm_55{position:fixed;left:0;top:0;z-index:40;display:flex;flex-direction:column;width:16rem;height:100vh;padding:1.5rem 0;background:var(--cs-glass-bg);box-shadow:var(--cs-glass-shadow);border-right:1px solid var(--cs-glass-border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}@media (max-width: 899px){._sidebar_1pvgm_55{transform:translate(-100%);transition:transform .25s ease}._sidebar_1pvgm_55._open_1pvgm_49{transform:translate(0)}}._brand_1pvgm_80{padding:0 1.5rem 1rem;margin-bottom:.25rem}._userBlock_1pvgm_85{display:flex;align-items:center;gap:.75rem;padding:0 1.25rem 1rem;border-bottom:1px solid color-mix(in srgb,var(--cs-outline) 18%,transparent);margin-bottom:.55rem}._avatarLink_1pvgm_94{flex-shrink:0;text-decoration:none;border-radius:9999px;transition:box-shadow .15s ease,transform .15s ease}._avatarLink_1pvgm_94:hover{box-shadow:0 0 0 2px #00344133}._avatarLink_1pvgm_94:focus-visible{outline:2px solid var(--cs-primary);outline-offset:2px}._avatar_1pvgm_94{width:2.25rem;height:2.25rem;border-radius:9999px;background:var(--cs-glass-bg-strong);border:1px solid var(--cs-glass-border);display:flex;align-items:center;justify-content:center;font-family:var(--cs-font-headline);font-size:.75rem;font-weight:700;color:var(--cs-primary)}._userMeta_1pvgm_123{min-width:0}._welcomeLabel_1pvgm_127{font-size:.75rem;font-weight:700;color:var(--cs-primary);letter-spacing:.03em;margin:0}._profileNameLink_1pvgm_135{display:block;margin-top:.125rem;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--cs-on-surface-variant);text-decoration:none;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:9.5rem}._profileNameLink_1pvgm_135:hover{color:var(--cs-primary);text-decoration:underline;text-underline-offset:2px}._profileNameLink_1pvgm_135:focus-visible{outline:2px solid var(--cs-primary);outline-offset:2px;border-radius:2px}._navText_1pvgm_161{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25}._nav_1pvgm_161{flex:1;display:flex;flex-direction:column;gap:.125rem;padding:0 .5rem;overflow-y:auto}._navLink_1pvgm_178{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;margin-left:.5rem;border-radius:var(--cs-radius-xl) 0 0 var(--cs-radius-xl);font-size:.875rem;font-weight:500;letter-spacing:.02em;color:var(--cs-on-surface-variant);text-decoration:none;position:relative;overflow:hidden;transition:background .18s ease,color .18s ease,box-shadow .18s ease,border-color .18s ease,transform .18s ease;border:1px solid transparent}._navLink_1pvgm_178:hover{background:linear-gradient(135deg,color-mix(in srgb,var(--cs-surface-lowest) 78%,white 22%),color-mix(in srgb,var(--cs-primary-container) 12%,var(--cs-surface-lowest) 88%));border-color:color-mix(in srgb,var(--cs-primary) 18%,transparent);color:var(--cs-primary);transform:translate(2px);box-shadow:0 10px 24px #191c1d14}._navLink_1pvgm_178:active{transform:translate(1px) scale(.995)}._navLink_1pvgm_178:focus-visible{outline:2px solid color-mix(in srgb,var(--cs-primary) 70%,white 30%);outline-offset:2px}._navLinkActive_1pvgm_210{background:linear-gradient(135deg,color-mix(in srgb,var(--cs-primary) 18%,var(--cs-surface-lowest) 82%),color-mix(in srgb,var(--cs-primary-container) 20%,var(--cs-surface-lowest) 80%));color:var(--cs-primary);font-weight:700;box-shadow:var(--cs-glass-shadow),inset 0 0 0 1px color-mix(in srgb,var(--cs-primary) 22%,transparent);margin-left:.75rem;padding-left:1rem;border:1px solid color-mix(in srgb,var(--cs-primary) 22%,transparent)}._navLinkActive_1pvgm_210 ._navIcon_1pvgm_219{color:var(--cs-primary);opacity:1}._navIcon_1pvgm_219{width:1.25rem;height:1.25rem;flex-shrink:0;opacity:.9}._sidebarFooter_1pvgm_231{margin-top:auto;padding:0 1.25rem;display:flex;flex-direction:column;gap:1rem}._ctaButton_1pvgm_239{width:100%;padding:.75rem 1rem;border:none;border-radius:var(--cs-radius-xl);font-family:var(--cs-font-body);font-size:.875rem;font-weight:600;color:var(--cs-on-primary);cursor:pointer;background:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);box-shadow:var(--cs-glass-shadow);transition:transform .15s ease,filter .15s ease}._ctaButton_1pvgm_239:hover{filter:saturate(1.08)}._ctaButton_1pvgm_239:active{transform:scale(.98)}._footerLinks_1pvgm_260{padding-top:1rem;display:flex;flex-direction:column;gap:.25rem}._footerLink_1pvgm_260,._logoutBtn_1pvgm_268{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem;color:var(--cs-on-surface-variant);text-decoration:none;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left}._footerLink_1pvgm_260:hover,._logoutBtn_1pvgm_268:hover{color:var(--cs-primary);background:var(--cs-glass-bg-strong);border:1px solid var(--cs-glass-border);border-radius:var(--cs-radius-xl);padding-left:.5rem}._main_1pvgm_291{flex:1;margin-left:16rem;min-height:100vh;min-height:100dvh;padding:2.5rem clamp(1rem,4vw,2.5rem) 3rem;max-width:90rem;width:100%;background:var(--cs-surface);box-sizing:border-box;display:grid;gap:clamp(1rem,2vw,1.5rem)}@media (max-width: 899px){._main_1pvgm_291{margin-left:0;padding-top:4rem}}._main_1pvgm_291:has([data-patient-booking-viewport]){min-height:0;overflow:hidden;display:flex;flex-direction:column;gap:0;padding-top:1.15rem;padding-bottom:.5rem}@media (max-width: 899px){._main_1pvgm_291:has([data-patient-booking-viewport]){padding-top:3.35rem}}@media (max-width: 380px){._menuToggle_1pvgm_8{width:2.75rem;height:2.75rem;top:.6rem;left:.6rem}._sidebar_1pvgm_55{width:15rem;padding-top:1.1rem}._brand_1pvgm_80,._userBlock_1pvgm_85,._sidebarFooter_1pvgm_231{padding-left:.9rem;padding-right:.9rem}._nav_1pvgm_161{padding:0 .35rem}._navLink_1pvgm_178{margin-left:.25rem;padding:.68rem .72rem;font-size:.82rem;gap:.55rem}._navLinkActive_1pvgm_210{margin-left:.4rem;padding-left:.72rem}._main_1pvgm_291{padding:3.7rem .8rem 2rem}._profileNameLink_1pvgm_135{max-width:8.75rem}}._link_1gdod_1{display:inline-flex;align-items:center;justify-content:flex-start;max-width:8.5rem;text-decoration:none}._link_1gdod_1:focus-visible{outline:2px solid var(--cs-primary, #003441);outline-offset:3px;border-radius:8px}._logo_1gdod_14{display:block;width:100%;max-height:1.95rem;object-fit:contain;object-position:left center}._root_1vjsn_1{--shell-tint: #435343;--shell-bg: rgba(255, 255, 255, .78);--shell-border: rgba(67, 83, 67, .26);--shell-shadow: 0 14px 36px rgba(24, 30, 26, .16);display:flex;min-height:100vh;width:100%;background:color-mix(in srgb,var(--shell-tint) 4%,#f8f7f4)}._role_admin_1vjsn_12{--shell-tint: #435343}._role_psychologist_1vjsn_16{--shell-tint: #6e8c6a}._role_practice_manager_1vjsn_20{--shell-tint: #7f8f79}._menuToggle_1vjsn_24{display:none;position:fixed;top:.8rem;left:.8rem;z-index:60;width:3rem;height:3rem;border:1px solid var(--shell-border);border-radius:12px;background:var(--shell-bg);color:var(--shell-tint);box-shadow:var(--shell-shadow);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;font-size:1.2rem}._backdrop_1vjsn_42{display:none}._sidebar_1vjsn_46{position:fixed;top:0;left:0;z-index:50;width:16rem;height:100vh;padding:1.5rem .75rem;display:flex;flex-direction:column;background:var(--shell-bg);border-right:1px solid var(--shell-border);box-shadow:var(--shell-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}._brand_1vjsn_62{padding:0 1.25rem 1.25rem;margin-bottom:.5rem}._brandLink_1vjsn_67{font-family:Literata,Georgia,Times New Roman,serif;font-weight:700;font-size:1.25rem;color:var(--shell-tint);text-decoration:none}._userBlock_1vjsn_75{display:flex;align-items:center;gap:.75rem;padding:0 1.25rem 1.35rem}._avatar_1vjsn_82{width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid var(--shell-border);background:linear-gradient(145deg,#ffffffe6,#ffffff8c);color:var(--shell-tint);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}._userMeta_1vjsn_96{min-width:0}._welcomeLabel_1vjsn_100{margin:0;font-size:.8125rem;font-weight:700;color:var(--shell-tint)}._profileName_1vjsn_107{margin:.1rem 0 0;font-size:.75rem;color:#495451;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:10rem}._navText_1vjsn_117{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.25}._nav_1vjsn_117{flex:1;display:flex;flex-direction:column;gap:.125rem;padding:0 .5rem;overflow-y:auto}._navLink_1vjsn_134{display:flex;align-items:center;gap:.7rem;padding:.75rem 1rem;margin-left:.5rem;font-size:.875rem;font-weight:500;letter-spacing:.02em;border-radius:12px 0 0 12px;color:#41504b;text-decoration:none;border:1px solid transparent;transition:all .18s ease}._navLink_1vjsn_134:hover{background:linear-gradient(135deg,#ffffffdb,color-mix(in srgb,var(--shell-tint) 12%,white));color:var(--shell-tint);border-color:color-mix(in srgb,var(--shell-tint) 22%,transparent);transform:translate(2px)}._navLinkActive_1vjsn_156{margin-left:.75rem;padding-left:1rem;background:linear-gradient(135deg,color-mix(in srgb,var(--shell-tint) 18%,white),color-mix(in srgb,var(--shell-tint) 28%,white));color:var(--shell-tint);border-color:color-mix(in srgb,var(--shell-tint) 28%,transparent);font-weight:700}._navIcon_1vjsn_165{width:1.25rem;height:1.25rem;opacity:.95}._sidebarFooter_1vjsn_171{margin-top:auto;padding:0 1.25rem}._logoutBtn_1vjsn_176{width:100%;border:1px solid var(--shell-border);border-radius:12px;background:linear-gradient(135deg,#ffffffd6,color-mix(in srgb,var(--shell-tint) 12%,white));color:#33403b;padding:.75rem 1rem;min-height:44px;cursor:pointer}._logoutBtn_1vjsn_176:hover{color:var(--shell-tint)}._main_1vjsn_190{flex:1;margin-left:16rem;min-height:100vh;padding:2.5rem clamp(1rem,4vw,2.5rem) 3rem;width:100%;box-sizing:border-box}@media (max-width: 899px){._menuToggle_1vjsn_24{display:inline-flex;align-items:center;justify-content:center}._backdrop_1vjsn_42{display:block;position:fixed;inset:0;z-index:40;background:#11151357;opacity:0;pointer-events:none;transition:opacity .2s ease}._backdrop_1vjsn_42._open_1vjsn_215{opacity:1;pointer-events:auto}._sidebar_1vjsn_46{transform:translate(-100%);transition:transform .24s ease}._sidebar_1vjsn_46._open_1vjsn_215{transform:translate(0)}._main_1vjsn_190{margin-left:0;padding-top:4rem}._profileName_1vjsn_107{max-width:12rem}}@media (max-width: 380px){._menuToggle_1vjsn_24{width:2.75rem;height:2.75rem;top:.6rem;left:.6rem}._sidebar_1vjsn_46{width:15rem;padding-top:1.1rem}._brand_1vjsn_62,._userBlock_1vjsn_75,._sidebarFooter_1vjsn_171{padding-left:.9rem;padding-right:.9rem}._nav_1vjsn_117{padding:0 .35rem}._navLink_1vjsn_134{margin-left:.25rem;padding:.68rem .72rem;font-size:.82rem;gap:.55rem}._navLinkActive_1vjsn_156{margin-left:.4rem;padding-left:.72rem}._main_1vjsn_190{padding:3.7rem .8rem 2rem}._profileName_1vjsn_107{max-width:9rem}}._role_psychologist_1vjsn_16 ._root_1vjsn_1,._role_admin_1vjsn_12 ._root_1vjsn_1,._role_practice_manager_1vjsn_20 ._root_1vjsn_1{background:var(--cs-surface-low)}._role_psychologist_1vjsn_16 ._sidebar_1vjsn_46,._role_admin_1vjsn_12 ._sidebar_1vjsn_46,._role_practice_manager_1vjsn_20 ._sidebar_1vjsn_46{background:var(--cs-glass-bg);border-right-color:var(--cs-glass-border);box-shadow:var(--cs-glass-shadow)}._role_psychologist_1vjsn_16 ._welcomeLabel_1vjsn_100,._role_admin_1vjsn_12 ._welcomeLabel_1vjsn_100,._role_practice_manager_1vjsn_20 ._welcomeLabel_1vjsn_100{color:var(--cs-primary)}._role_psychologist_1vjsn_16 ._profileName_1vjsn_107,._role_admin_1vjsn_12 ._profileName_1vjsn_107,._role_practice_manager_1vjsn_20 ._profileName_1vjsn_107{color:var(--cs-on-surface-variant)}._role_psychologist_1vjsn_16 ._avatar_1vjsn_82,._role_admin_1vjsn_12 ._avatar_1vjsn_82,._role_practice_manager_1vjsn_20 ._avatar_1vjsn_82{border-color:var(--cs-glass-border);color:var(--cs-primary);background:var(--cs-glass-bg-strong)}._role_psychologist_1vjsn_16 ._navLink_1vjsn_134,._role_admin_1vjsn_12 ._navLink_1vjsn_134,._role_practice_manager_1vjsn_20 ._navLink_1vjsn_134{border-radius:var(--cs-radius-xl) 0 0 var(--cs-radius-xl)}._role_psychologist_1vjsn_16 ._navLink_1vjsn_134:hover,._role_admin_1vjsn_12 ._navLink_1vjsn_134:hover,._role_practice_manager_1vjsn_20 ._navLink_1vjsn_134:hover{background:linear-gradient(135deg,color-mix(in srgb,var(--cs-surface-lowest) 78%,white 22%),color-mix(in srgb,var(--cs-primary-container) 12%,var(--cs-surface-lowest) 88%));border-color:color-mix(in srgb,var(--cs-primary) 18%,transparent);color:var(--cs-primary)}._role_psychologist_1vjsn_16 ._navLinkActive_1vjsn_156,._role_admin_1vjsn_12 ._navLinkActive_1vjsn_156,._role_practice_manager_1vjsn_20 ._navLinkActive_1vjsn_156{background:linear-gradient(135deg,color-mix(in srgb,var(--cs-primary) 18%,var(--cs-surface-lowest) 82%),color-mix(in srgb,var(--cs-primary-container) 20%,var(--cs-surface-lowest) 80%));color:var(--cs-primary);border-color:color-mix(in srgb,var(--cs-primary) 22%,transparent);box-shadow:var(--cs-glass-shadow)}._role_psychologist_1vjsn_16 ._navIcon_1vjsn_165,._role_admin_1vjsn_12 ._navIcon_1vjsn_165,._role_practice_manager_1vjsn_20 ._navIcon_1vjsn_165{color:inherit}._role_psychologist_1vjsn_16 ._menuToggle_1vjsn_24,._role_admin_1vjsn_12 ._menuToggle_1vjsn_24,._role_practice_manager_1vjsn_20 ._menuToggle_1vjsn_24{border-color:var(--cs-glass-border);color:var(--cs-primary);background:var(--cs-glass-bg-strong);box-shadow:var(--cs-glass-shadow)}._role_psychologist_1vjsn_16 ._logoutBtn_1vjsn_176,._role_admin_1vjsn_12 ._logoutBtn_1vjsn_176,._role_practice_manager_1vjsn_20 ._logoutBtn_1vjsn_176{border-color:var(--cs-glass-border);background:var(--cs-glass-bg);color:var(--cs-on-surface)}._role_psychologist_1vjsn_16 ._logoutBtn_1vjsn_176:hover,._role_admin_1vjsn_12 ._logoutBtn_1vjsn_176:hover,._role_practice_manager_1vjsn_20 ._logoutBtn_1vjsn_176:hover{color:var(--cs-primary)}._role_psychologist_1vjsn_16 ._main_1vjsn_190,._role_admin_1vjsn_12 ._main_1vjsn_190,._role_practice_manager_1vjsn_20 ._main_1vjsn_190{background:var(--cs-surface);max-width:90rem}@keyframes _loading_1kvo9_1{0%{background-position:200% 0}to{background-position:-200% 0}}._layout_1kvo9_9{min-height:100vh;display:flex;flex-direction:column}._main_1kvo9_15{flex:1;display:flex;flex-direction:column;padding-top:calc(env(safe-area-inset-top,0px) + 5.75rem);min-height:calc(100vh - 80px);min-height:calc(100dvh - 80px)}._authLayout_1kvo9_24 ._main_1kvo9_15{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f6efe7,#ebe8e3);min-height:100vh;min-height:100dvh}._dashboardLayout_1kvo9_33 ._main_1kvo9_15{background-color:#f6efe7}._publicLayout_1kvo9_37 ._main_1kvo9_15{background-color:#fff}@keyframes _loading_ly6e8_1{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes _fadeInUp_ly6e8_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_ly6e8_1{0%{opacity:0}to{opacity:1}}@keyframes _homeGlowPulse_ly6e8_1{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.85;transform:scale(1.02)}}@keyframes _homeHeroButtonGlow_ly6e8_1{0%,to{box-shadow:0 4px 20px #0000002e,0 0 28px #ffffff40}50%{box-shadow:0 6px 28px #00000038,0 0 40px #c8dcc873}}@keyframes _homeAmbientDrift_ly6e8_1{0%{transform:translate(0) scale(1)}50%{transform:translate(2%,1%) scale(1.03)}to{transform:translate(0) scale(1)}}._testimonials_ly6e8_56 ._testimonialCard_ly6e8_56,._trustBand_ly6e8_56 ._trustCard_ly6e8_56,._trustBand_ly6e8_56 ._trustBandIntro_ly6e8_56,._howItWorks_ly6e8_56 ._stepCard_ly6e8_56,._features_ly6e8_56 ._featureCard_ly6e8_56,._costClarity_ly6e8_56 ._costCard_ly6e8_56,._quickMatch_ly6e8_56 ._quickMatchCard_ly6e8_56,._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56 li{position:relative;isolation:isolate;border-radius:22px;background:linear-gradient(155deg,#fffffff7,#f6efe7b8 42%,#fffffff0);border:1px solid rgba(157,170,150,.32);box-shadow:0 4px 24px #36453924,0 0 0 1px #ffffffbf inset,0 1px #ffffffe6 inset,0 0 48px #8f9f881a;transition:transform .55s cubic-bezier(.22,1,.36,1),box-shadow .55s ease,border-color .4s ease}._testimonials_ly6e8_56 ._testimonialCard_ly6e8_56:before,._trustBand_ly6e8_56 ._trustCard_ly6e8_56:before,._trustBand_ly6e8_56 ._trustBandIntro_ly6e8_56:before,._howItWorks_ly6e8_56 ._stepCard_ly6e8_56:before,._features_ly6e8_56 ._featureCard_ly6e8_56:before,._costClarity_ly6e8_56 ._costCard_ly6e8_56:before,._quickMatch_ly6e8_56 ._quickMatchCard_ly6e8_56:before,._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56 li:before{content:"";position:absolute;inset:0;border-radius:inherit;z-index:0;pointer-events:none;background:radial-gradient(ellipse 100% 70% at 50% -30%,rgba(174,191,178,.38),transparent 58%);opacity:.9}._testimonials_ly6e8_56 ._testimonialCard_ly6e8_56:after,._trustBand_ly6e8_56 ._trustCard_ly6e8_56:after,._trustBand_ly6e8_56 ._trustBandIntro_ly6e8_56:after,._howItWorks_ly6e8_56 ._stepCard_ly6e8_56:after,._features_ly6e8_56 ._featureCard_ly6e8_56:after,._costClarity_ly6e8_56 ._costCard_ly6e8_56:after,._quickMatch_ly6e8_56 ._quickMatchCard_ly6e8_56:after,._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56 li:after{content:"";position:absolute;inset:-2px;border-radius:24px;z-index:-1;pointer-events:none;background:linear-gradient(135deg,rgba(174,191,178,.4),transparent 45%,rgba(157,170,150,.15));filter:blur(14px);opacity:0;transition:opacity .5s ease}._testimonials_ly6e8_56 ._testimonialCard_ly6e8_56>*,._trustBand_ly6e8_56 ._trustCard_ly6e8_56>*,._trustBand_ly6e8_56 ._trustBandIntro_ly6e8_56>*,._howItWorks_ly6e8_56 ._stepCard_ly6e8_56>*,._features_ly6e8_56 ._featureCard_ly6e8_56>*,._costClarity_ly6e8_56 ._costCard_ly6e8_56>*,._quickMatch_ly6e8_56 ._quickMatchCard_ly6e8_56>*,._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56 li>*{position:relative;z-index:1}._testimonials_ly6e8_56 ._testimonialCard_ly6e8_56:hover,._trustBand_ly6e8_56 ._trustCard_ly6e8_56:hover,._trustBand_ly6e8_56 ._trustBandIntro_ly6e8_56:hover,._howItWorks_ly6e8_56 ._stepCard_ly6e8_56:hover,._features_ly6e8_56 ._featureCard_ly6e8_56:hover,._costClarity_ly6e8_56 ._costCard_ly6e8_56:hover,._quickMatch_ly6e8_56 ._quickMatchCard_ly6e8_56:hover,._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56 li:hover{transform:translateY(-8px);border-color:#4d5a4861;box-shadow:0 22px 48px #36453924,0 0 72px #8f9f8873,0 0 0 1px #ffffffd9 inset,0 1px #fff inset}._testimonials_ly6e8_56 ._testimonialCard_ly6e8_56:hover:after,._trustBand_ly6e8_56 ._trustCard_ly6e8_56:hover:after,._trustBand_ly6e8_56 ._trustBandIntro_ly6e8_56:hover:after,._howItWorks_ly6e8_56 ._stepCard_ly6e8_56:hover:after,._features_ly6e8_56 ._featureCard_ly6e8_56:hover:after,._costClarity_ly6e8_56 ._costCard_ly6e8_56:hover:after,._quickMatch_ly6e8_56 ._quickMatchCard_ly6e8_56:hover:after,._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56 li:hover:after{opacity:.75}@media (prefers-reduced-motion: reduce){._testimonials_ly6e8_56 ._testimonialCard_ly6e8_56,._trustBand_ly6e8_56 ._trustCard_ly6e8_56,._trustBand_ly6e8_56 ._trustBandIntro_ly6e8_56,._howItWorks_ly6e8_56 ._stepCard_ly6e8_56,._features_ly6e8_56 ._featureCard_ly6e8_56,._costClarity_ly6e8_56 ._costCard_ly6e8_56,._quickMatch_ly6e8_56 ._quickMatchCard_ly6e8_56,._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56 li{transition:border-color .2s ease,box-shadow .2s ease}._testimonials_ly6e8_56 ._testimonialCard_ly6e8_56:hover,._trustBand_ly6e8_56 ._trustCard_ly6e8_56:hover,._trustBand_ly6e8_56 ._trustBandIntro_ly6e8_56:hover,._howItWorks_ly6e8_56 ._stepCard_ly6e8_56:hover,._features_ly6e8_56 ._featureCard_ly6e8_56:hover,._costClarity_ly6e8_56 ._costCard_ly6e8_56:hover,._quickMatch_ly6e8_56 ._quickMatchCard_ly6e8_56:hover,._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56 li:hover{transform:none}._testimonials_ly6e8_56 ._testimonialCard_ly6e8_56:after,._trustBand_ly6e8_56 ._trustCard_ly6e8_56:after,._trustBand_ly6e8_56 ._trustBandIntro_ly6e8_56:after,._howItWorks_ly6e8_56 ._stepCard_ly6e8_56:after,._features_ly6e8_56 ._featureCard_ly6e8_56:after,._costClarity_ly6e8_56 ._costCard_ly6e8_56:after,._quickMatch_ly6e8_56 ._quickMatchCard_ly6e8_56:after,._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56 li:after{display:none}}._trustBand_ly6e8_56 ._trustBandMedia_ly6e8_111,._spotlight_ly6e8_111 ._spotlightMedia_ly6e8_111,._resourcesTeaser_ly6e8_111 ._resourcesTeaserMedia_ly6e8_111,._benefitsStrip_ly6e8_56 ._benefitsStripMedia_ly6e8_111{position:relative;border-radius:22px;overflow:hidden;border:1px solid rgba(157,170,150,.28);box-shadow:0 12px 40px #3645391f,0 0 60px #8f9f882e,inset 0 0 0 1px #ffffff59}._trustBand_ly6e8_56 ._trustBandMedia_ly6e8_111:after,._spotlight_ly6e8_111 ._spotlightMedia_ly6e8_111:after,._resourcesTeaser_ly6e8_111 ._resourcesTeaserMedia_ly6e8_111:after,._benefitsStrip_ly6e8_56 ._benefitsStripMedia_ly6e8_111:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;box-shadow:inset 0 0 80px #36453914}._bottomCta_ly6e8_127,._testimonials_ly6e8_56,._accessFunding_ly6e8_127,._trustBand_ly6e8_56,._spotlight_ly6e8_111,._howItWorks_ly6e8_56,._resourcesTeaser_ly6e8_111,._features_ly6e8_56,._costClarity_ly6e8_56,._quickMatch_ly6e8_56,._benefitsStrip_ly6e8_56{min-height:calc(100dvh - 5.75rem);display:flex;align-items:center;padding:clamp(2.75rem,6vh,5rem) 0;scroll-margin-top:calc(env(safe-area-inset-top,0px) + 5.75rem)}@media (max-width: 1023px){._bottomCta_ly6e8_127,._testimonials_ly6e8_56,._accessFunding_ly6e8_127,._trustBand_ly6e8_56,._spotlight_ly6e8_111,._howItWorks_ly6e8_56,._resourcesTeaser_ly6e8_111,._features_ly6e8_56,._costClarity_ly6e8_56,._quickMatch_ly6e8_56,._benefitsStrip_ly6e8_56{min-height:clamp(38rem,86svh,52rem);padding:clamp(2.1rem,4.8vh,3.5rem) 0}}._homepage_ly6e8_141{overflow-x:clip}._homepage_ly6e8_141>header{position:fixed;top:0;left:0;right:0;z-index:1020;padding-top:max(.45rem,env(safe-area-inset-top,0px));padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}._homepage_ly6e8_141 main{position:relative;min-height:calc(100vh - 80px);min-height:calc(100dvh - 80px);background-color:#fff;background-image:radial-gradient(ellipse 90% 55% at 50% -8%,rgba(174,191,178,.2),transparent 58%),radial-gradient(ellipse 55% 45% at 95% 25%,rgba(157,170,150,.12),transparent 52%),radial-gradient(ellipse 50% 40% at 5% 60%,rgba(200,208,194,.16),transparent 48%)}._homepage_ly6e8_141 .tp-brand-headingBlock{max-width:min(68rem,100%);margin:0 auto clamp(1.25rem,2.8vh,2.1rem);display:grid;gap:.55rem}._homepage_ly6e8_141 .tp-brand-kicker{font-size:.8rem;letter-spacing:.09em;text-transform:uppercase;font-weight:700}._homepage_ly6e8_141 .tp-brand-lead{max-width:66ch;line-height:1.68;font-size:clamp(1rem,1.5vw,1.1rem);color:#1e1f1ee6}._hero_ly6e8_180{color:#fff;padding:0;padding-top:calc(env(safe-area-inset-top,0px) + 5.75rem);text-align:center;position:relative;overflow-x:clip;overflow-y:visible;min-height:100svh;min-height:100dvh;display:flex;align-items:center}._sliderContainer_ly6e8_194{position:absolute;top:calc(-1*(env(safe-area-inset-top,0px) + 5.75rem));left:0;right:0;bottom:0;width:100%;min-height:0;overflow:hidden}._slide_ly6e8_194{position:absolute;top:0;left:0;width:100%;height:100%;min-height:100%;display:flex;align-items:center;opacity:0;visibility:hidden;transform:translate(40px);transition:none;pointer-events:none;z-index:1}._slide_ly6e8_194._hasImage_ly6e8_221:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 85% 65% at 70% 20%,rgba(143,159,136,.22),transparent 52%),linear-gradient(135deg,#1e1f1e9e,#1e1f1e6b);z-index:0;pointer-events:none}._slide_ly6e8_194._hasImage_ly6e8_221:after{content:"";position:absolute;inset:-20%;z-index:0;pointer-events:none;background:radial-gradient(circle at 30% 50%,rgba(174,191,178,.18),transparent 42%);opacity:.9;animation:_homeAmbientDrift_ly6e8_1 18s ease-in-out infinite}@media (prefers-reduced-motion: reduce){._slide_ly6e8_194._hasImage_ly6e8_221:after{animation:none}}._slide_ly6e8_194 ._heroContainer_ly6e8_244{width:100%;max-width:none;margin:0;padding:0 clamp(1rem,3vw,2.5rem)}._slide_ly6e8_194 ._heroContent_ly6e8_250{max-width:min(920px,100%);margin:0 auto;position:relative;z-index:2;width:100%;padding:4.5rem 1.5rem;animation:_fadeInUp_ly6e8_1 .8s ease-out}._slide_ly6e8_194 ._heroTitle_ly6e8_259{font-size:clamp(2rem,6vw,3.5rem);font-weight:800;margin-bottom:1.5rem;color:#fff;letter-spacing:-.5px;line-height:1.15;text-shadow:0 2px 12px rgba(0,0,0,.25)}@media (max-width: 479px){._slide_ly6e8_194 ._heroTitle_ly6e8_259{font-size:1.875rem}}._slide_ly6e8_194 ._heroSubtitle_ly6e8_273{font-size:1.25rem;line-height:1.75;margin-bottom:2.5rem;color:#ffffffeb;font-weight:400;max-width:620px;margin-left:auto;margin-right:auto}@media (max-width: 479px){._slide_ly6e8_194 ._heroSubtitle_ly6e8_273{font-size:1.125rem}}._slide_ly6e8_194 ._heroActions_ly6e8_288{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}._slide_ly6e8_194 ._heroActions_ly6e8_288 ._primaryButton_ly6e8_295{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._slide_ly6e8_194 ._heroActions_ly6e8_288 ._primaryButton_ly6e8_295:disabled{opacity:.6;cursor:not-allowed}._slide_ly6e8_194 ._heroActions_ly6e8_288 ._primaryButton_ly6e8_295{background-color:#fff;color:#4d5a48;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;border-radius:50px;box-shadow:0 4px 20px #0000002e,0 0 28px #ffffff40;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,background-color .25s ease;animation:_homeHeroButtonGlow_ly6e8_1 4.5s ease-in-out infinite}@media (prefers-reduced-motion: reduce){._slide_ly6e8_194 ._heroActions_ly6e8_288 ._primaryButton_ly6e8_295{animation:none}}._slide_ly6e8_194 ._heroActions_ly6e8_288 ._primaryButton_ly6e8_295:hover{background-color:#f6efe7;transform:translateY(-4px) scale(1.02);box-shadow:0 12px 36px #00000038,0 0 48px #c8e6c88c;text-decoration:none}._slide_ly6e8_194 ._heroActions_ly6e8_288 ._primaryButton_ly6e8_295:active{transform:translateY(-1px) scale(1)}._slide_ly6e8_194 ._heroActions_ly6e8_288 ._secondaryButton_ly6e8_339{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._slide_ly6e8_194 ._heroActions_ly6e8_288 ._secondaryButton_ly6e8_339:disabled{opacity:.6;cursor:not-allowed}._slide_ly6e8_194 ._heroActions_ly6e8_288 ._secondaryButton_ly6e8_339{background-color:#ffffff14;color:#fff;border:2px solid rgba(255,255,255,.72);padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 32px #ffffff14;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,background-color .25s ease,border-color .25s ease}._slide_ly6e8_194 ._heroActions_ly6e8_288 ._secondaryButton_ly6e8_339:hover{background-color:#fff3;border-color:#fff;text-decoration:none;transform:translateY(-4px);box-shadow:0 8px 32px #00000026,0 0 40px #fff3}._slide_ly6e8_194 ._heroActions_ly6e8_288 ._secondaryButton_ly6e8_339:active{transform:translateY(-1px)}._slide_ly6e8_194 ._heroTrustChips_ly6e8_380{list-style:none;margin:1rem auto 0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;max-width:44rem}._slide_ly6e8_194 ._heroTrustChips_ly6e8_380 li{font-size:.82rem;font-weight:600;letter-spacing:.01em;color:#fffffffa;border:1px solid rgba(255,255,255,.42);background:#0c121066;border-radius:999px;padding:.42rem .9rem;line-height:1.2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 0 24px #aebfb233,inset 0 1px #fff3;transition:transform .35s ease,box-shadow .35s ease}._slide_ly6e8_194 ._heroTrustChips_ly6e8_380 li:hover{transform:translateY(-2px);box-shadow:0 4px 20px #0003,0 0 32px #c8dcc859,inset 0 1px #ffffff47}@media (prefers-reduced-motion: reduce){._slide_ly6e8_194 ._heroTrustChips_ly6e8_380 li{transition:none}._slide_ly6e8_194 ._heroTrustChips_ly6e8_380 li:hover{transform:none}}._benefitsStrip_ly6e8_56{padding:clamp(2.25rem,3.8vw,3.75rem) 0;position:relative;background:#f8f4ee;border-top:1px solid rgba(157,170,150,.2);border-bottom:1px solid rgba(157,170,150,.15);overflow:hidden}._benefitsStrip_ly6e8_56:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(174,191,178,.25),transparent 55%);opacity:.9;animation:_homeGlowPulse_ly6e8_1 10s ease-in-out infinite}@media (prefers-reduced-motion: reduce){._benefitsStrip_ly6e8_56:before{animation:none}}._benefitsStrip_ly6e8_56 ._container_ly6e8_439{position:relative;z-index:1}._benefitsStrip_ly6e8_56 ._benefitsStripInner_ly6e8_443{max-width:1120px;margin:0 auto;width:100%;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(260px,.92fr);gap:clamp(1.5rem,3.5vw,3rem);align-items:center}@media (min-width: 480px) and (max-width: 1023px){._benefitsStrip_ly6e8_56 ._benefitsStripInner_ly6e8_443{grid-template-columns:1fr;gap:1.5rem}}._benefitsStrip_ly6e8_56 ._benefitsStripContent_ly6e8_458{min-width:0;display:grid;gap:1rem}@media (min-width: 480px) and (max-width: 1023px){._benefitsStrip_ly6e8_56 ._benefitsStripContent_ly6e8_458{text-align:center;justify-items:center}}._benefitsStrip_ly6e8_56 ._benefitsStripTitle_ly6e8_469{margin:0;color:#1e1f1e;font-size:clamp(1.65rem,2.7vw,2.2rem);line-height:1.18;letter-spacing:-.02em;max-width:20ch}._benefitsStrip_ly6e8_56 ._benefitsStripLead_ly6e8_477{margin:0;color:#1e1f1ee0;line-height:1.72;max-width:64ch}._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56{list-style:none;margin:0;padding:0;max-width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem 1.5rem;align-items:stretch}@media (min-width: 480px) and (max-width: 1023px){._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56{grid-template-columns:1fr;gap:1rem;text-align:left;width:min(100%,44rem)}}._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56 li{display:flex;align-items:flex-start;gap:.95rem;font-size:.95rem;line-height:1.5;color:#1e1f1e;padding:1.15rem 1.25rem;border-radius:18px;min-height:100%}._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56 li:hover{transform:translateY(-5px)}@media (prefers-reduced-motion: reduce){._benefitsStrip_ly6e8_56 ._benefitsStripList_ly6e8_56 li:hover{transform:none}}._benefitsStrip_ly6e8_56 ._benefitsStripMedia_ly6e8_111{margin:0 auto;max-width:min(100%,430px);aspect-ratio:4/5;min-height:320px}@media (min-width: 480px) and (max-width: 1023px){._benefitsStrip_ly6e8_56 ._benefitsStripMedia_ly6e8_111{order:-1;max-width:min(100%,460px);aspect-ratio:5/4;min-height:280px}}._benefitsStrip_ly6e8_56 ._benefitsStripImage_ly6e8_534{display:block;width:100%;height:100%;object-fit:cover}._benefitsStrip_ly6e8_56 ._benefitsStripIcon_ly6e8_540{flex-shrink:0;color:#364539;margin-top:2px;filter:drop-shadow(0 0 10px rgba(143,159,136,.45))}._benefitsStrip_ly6e8_56 ._benefitsStripIcon_ly6e8_540 svg{flex-shrink:0}._quickMatch_ly6e8_56{padding:clamp(1.35rem,2.4vw,2rem) 0 clamp(2.25rem,3.8vw,3.75rem);background:#f5f8f2;border-top:1px solid rgba(157,170,150,.16)}._quickMatch_ly6e8_56 ._quickMatchCard_ly6e8_56{max-width:min(1120px,100%);margin:0 auto;padding:clamp(1.35rem,3vw,2.25rem);display:grid;gap:1.25rem}._quickMatch_ly6e8_56 ._quickMatchCard_ly6e8_56:hover{transform:translateY(-4px)}@media (prefers-reduced-motion: reduce){._quickMatch_ly6e8_56 ._quickMatchCard_ly6e8_56:hover{transform:none}}._quickMatch_ly6e8_56 ._quickMatchIntro_ly6e8_570 h2{margin:0 0 .45rem;color:#1e1f1e;font-size:clamp(1.4rem,2.5vw,1.9rem);line-height:1.2;letter-spacing:-.02em}._quickMatch_ly6e8_56 ._quickMatchIntro_ly6e8_570 p{margin:0;color:#4a4b4a;line-height:1.6}._quickMatch_ly6e8_56 ._quickMatchFields_ly6e8_582{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}@media (min-width: 480px) and (max-width: 1023px){._quickMatch_ly6e8_56 ._quickMatchFields_ly6e8_582{grid-template-columns:1fr}}._quickMatch_ly6e8_56 ._quickMatchField_ly6e8_582{display:flex;flex-direction:column;gap:.45rem}._quickMatch_ly6e8_56 ._quickMatchField_ly6e8_582 span{font-size:.88rem;font-weight:600;color:#1e1f1e}._quickMatch_ly6e8_56 ._quickMatchField_ly6e8_582 select{width:100%;border-radius:10px;border:1px solid #c8c5c0;background:#fff;min-height:44px;font-size:.95rem;color:#1e1f1e;padding:.55rem .75rem}._quickMatch_ly6e8_56 ._quickMatchField_ly6e8_582 select:focus{outline:none}._quickMatch_ly6e8_56 ._quickMatchField_ly6e8_582 select:focus-visible{outline:2px solid rgba(157,170,150,.85);outline-offset:1px}._quickMatch_ly6e8_56 ._quickMatchActions_ly6e8_619{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}._quickMatch_ly6e8_56 ._quickMatchPrimary_ly6e8_625{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._quickMatch_ly6e8_56 ._quickMatchPrimary_ly6e8_625:disabled{opacity:.6;cursor:not-allowed}._quickMatch_ly6e8_56 ._quickMatchPrimary_ly6e8_625{background:#364539;color:#fff;border-radius:12px;padding:.82rem 1.35rem;font-weight:600;box-shadow:0 4px 18px #36453940,0 0 28px #8f9f8840;transition:transform .3s ease,box-shadow .3s ease,background .2s ease}._quickMatch_ly6e8_56 ._quickMatchPrimary_ly6e8_625:hover{background:#2a352e;color:#fff;transform:translateY(-2px);box-shadow:0 8px 28px #3645394d,0 0 40px #8f9f8859}@media (prefers-reduced-motion: reduce){._quickMatch_ly6e8_56 ._quickMatchPrimary_ly6e8_625:hover{transform:none}}._quickMatch_ly6e8_56 ._quickMatchSecondary_ly6e8_664{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._quickMatch_ly6e8_56 ._quickMatchSecondary_ly6e8_664:disabled{opacity:.6;cursor:not-allowed}._quickMatch_ly6e8_56 ._quickMatchSecondary_ly6e8_664{color:#1e1f1e;border:1px solid #c8c5c0;background:#fff;border-radius:10px;padding:.75rem 1.1rem;font-weight:600;text-decoration:none}._quickMatch_ly6e8_56 ._quickMatchSecondary_ly6e8_664:hover{border-color:#4d5a48;color:#4d5a48;text-decoration:none}._costClarity_ly6e8_56{padding:0 0 clamp(2.25rem,3.8vw,3.75rem);background:#f8f4ee;border-top:1px solid rgba(157,170,150,.14)}._costClarity_ly6e8_56 ._costClarityHeading_ly6e8_703{max-width:1120px;margin:0 auto 1.1rem}._costClarity_ly6e8_56 ._costClarityHeading_ly6e8_703 p{max-width:66ch}._costClarity_ly6e8_56 ._costClarityHeading_ly6e8_703 h2{margin:0;color:#1e1f1e;font-size:clamp(1.45rem,2.6vw,2rem);letter-spacing:-.02em;line-height:1.2}._costClarity_ly6e8_56 ._costClarityGrid_ly6e8_717{max-width:1120px;margin:0 auto 1.35rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (min-width: 480px) and (max-width: 1023px){._costClarity_ly6e8_56 ._costClarityGrid_ly6e8_717{grid-template-columns:1fr}}._costClarity_ly6e8_56 ._costCard_ly6e8_56{padding:1.35rem;min-height:168px}._costClarity_ly6e8_56 ._costCard_ly6e8_56 h3{margin:0 0 .45rem;color:#1e1f1e;font-size:1.04rem;line-height:1.3}._costClarity_ly6e8_56 ._costCard_ly6e8_56 p{margin:0;color:#4a4b4a;line-height:1.58;font-size:.94rem}._costClarity_ly6e8_56 ._costClarityLink_ly6e8_745{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._costClarity_ly6e8_56 ._costClarityLink_ly6e8_745:disabled{opacity:.6;cursor:not-allowed}._costClarity_ly6e8_56 ._costClarityLink_ly6e8_745{display:inline-flex;align-items:center;justify-content:center;position:relative;z-index:2;margin-top:0;color:#4d5a48;background:#9daa964d;border:1px solid rgba(77,90,72,.2);border-radius:8px;padding:.66rem 1rem;font-weight:600;text-decoration:none}._costClarity_ly6e8_56 ._costClarityLink_ly6e8_745:hover{background:#9daa966b;color:#4d5a48;text-decoration:none}._features_ly6e8_56{padding:clamp(2.25rem,3.8vw,3.75rem) 0;background:#f5f8f2;border-top:1px solid rgba(157,170,150,.14)}._features_ly6e8_56 ._sectionTitle_ly6e8_790{text-align:center;font-size:2.5rem;font-weight:800;color:#1e1f1e;margin:0 auto 2.75rem;max-width:48rem;letter-spacing:-.3px}@media (max-width: 479px){._features_ly6e8_56 ._sectionTitle_ly6e8_790{font-size:2rem;margin-bottom:2rem}}._features_ly6e8_56 ._sectionTitleInStack_ly6e8_805{margin-bottom:0;max-width:none}._features_ly6e8_56 ._featureGrid_ly6e8_809{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem;max-width:1120px;margin:0 auto;width:100%;align-items:stretch}@media (max-width: 1199px){._features_ly6e8_56 ._featureGrid_ly6e8_809{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 479px){._features_ly6e8_56 ._featureGrid_ly6e8_809{grid-template-columns:1fr;gap:1.5rem}}._features_ly6e8_56 ._featureCard_ly6e8_56{display:flex;flex-direction:column;justify-content:flex-start;padding:clamp(1.2rem,2.4vw,2rem) clamp(1rem,2vw,1.75rem);text-align:center;height:100%}._features_ly6e8_56 ._featureCard_ly6e8_56:hover{transform:translateY(-10px)}._features_ly6e8_56 ._featureCard_ly6e8_56 h3{color:#1e1f1e;font-size:1.35rem;font-weight:700;margin-bottom:.75rem;line-height:1.3;min-height:2.6em}._features_ly6e8_56 ._featureCard_ly6e8_56 p{color:#4a4b4a;line-height:1.7;font-size:1rem;margin:0}._resourcesTeaser_ly6e8_111{padding:clamp(2.25rem,3.8vw,3.75rem) 0;background:#f8f4ee;border-top:1px solid rgba(157,170,150,.16)}._resourcesTeaser_ly6e8_111 ._resourcesTeaserInner_ly6e8_860{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:clamp(2rem,4vw,3.25rem);max-width:1120px;margin:0 auto;width:100%}@media (min-width: 480px) and (max-width: 1023px){._resourcesTeaser_ly6e8_111 ._resourcesTeaserInner_ly6e8_860{grid-template-columns:1fr;text-align:center}}._resourcesTeaser_ly6e8_111 ._resourcesTeaserCopy_ly6e8_875{min-width:0;display:flex;flex-direction:column;align-items:flex-start}@media (min-width: 480px) and (max-width: 1023px){._resourcesTeaser_ly6e8_111 ._resourcesTeaserCopy_ly6e8_875{align-items:center}}._resourcesTeaser_ly6e8_111 ._resourcesTeaserTitle_ly6e8_886{font-size:2rem;font-weight:800;color:#1e1f1e;margin:0 0 1rem;letter-spacing:-.3px}@media (max-width: 479px){._resourcesTeaser_ly6e8_111 ._resourcesTeaserTitle_ly6e8_886{font-size:1.65rem}}._resourcesTeaser_ly6e8_111 ._resourcesTeaserCopy_ly6e8_875 .tp-brand-kicker{margin-bottom:.5rem}._resourcesTeaser_ly6e8_111 ._resourcesTeaserText_ly6e8_901{color:#4a4b4a;font-size:1.05rem;line-height:1.65;margin:0 0 1.5rem}._resourcesTeaser_ly6e8_111 ._resourcesTeaserLink_ly6e8_907{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._resourcesTeaser_ly6e8_111 ._resourcesTeaserLink_ly6e8_907:disabled{opacity:.6;cursor:not-allowed}._resourcesTeaser_ly6e8_111 ._resourcesTeaserLink_ly6e8_907{display:inline-block;background:#364539;color:#fff;padding:.75rem 1.75rem;font-weight:600;border-radius:8px;text-decoration:none;transition:background .2s ease}._resourcesTeaser_ly6e8_111 ._resourcesTeaserLink_ly6e8_907:hover{background:#2a352e;color:#fff;text-decoration:none}._resourcesTeaser_ly6e8_111 ._resourcesTeaserLink_ly6e8_907:focus{outline:none}._resourcesTeaser_ly6e8_111 ._resourcesTeaserLink_ly6e8_907:focus-visible{outline:2px solid #9daa96;outline-offset:2px}._resourcesTeaser_ly6e8_111 ._resourcesTeaserMedia_ly6e8_111{margin:0 auto;max-width:420px;aspect-ratio:4/3;align-self:center}@media (min-width: 480px) and (max-width: 1023px){._resourcesTeaser_ly6e8_111 ._resourcesTeaserMedia_ly6e8_111{order:-1;max-width:min(100%,400px)}}._resourcesTeaser_ly6e8_111 ._resourcesTeaserImage_ly6e8_960{display:block;width:100%;height:100%;object-fit:cover}._howItWorks_ly6e8_56{padding:clamp(2.25rem,3.8vw,3.75rem) 0;position:relative;background:#f5f8f2;overflow:hidden}._howItWorks_ly6e8_56:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 55% 40% at 50% 0%,rgba(174,191,178,.14),transparent 58%)}._howItWorks_ly6e8_56 ._container_ly6e8_439{position:relative;z-index:1}._howItWorks_ly6e8_56 ._sectionTitle_ly6e8_790{text-align:center;font-size:2.25rem;font-weight:700;color:#1e1f1e;margin-bottom:.75rem}@media (max-width: 479px){._howItWorks_ly6e8_56 ._sectionTitle_ly6e8_790{font-size:1.75rem}}._howItWorks_ly6e8_56 ._sectionTitleInStack_ly6e8_805{margin-bottom:0}._howItWorks_ly6e8_56 ._sectionSubtitle_ly6e8_999{text-align:center;font-size:1.05rem;color:#4a4b4a;max-width:560px;margin:0 auto 3rem;line-height:1.6}@media (max-width: 479px){._howItWorks_ly6e8_56 ._sectionSubtitle_ly6e8_999{font-size:.95rem;margin-bottom:2rem;padding:0 1rem}}._howItWorks_ly6e8_56 ._stepsContainer_ly6e8_1014{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));max-width:1120px;margin:0 auto 3rem;gap:1rem;position:relative;align-items:stretch}@media (max-width: 479px){._howItWorks_ly6e8_56 ._stepsContainer_ly6e8_1014{grid-template-columns:1fr;gap:1.5rem}}@media (min-width: 480px) and (max-width: 1023px){._howItWorks_ly6e8_56 ._stepsContainer_ly6e8_1014{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}@media (min-width: 1024px) and (max-width: 1199px){._howItWorks_ly6e8_56 ._stepsContainer_ly6e8_1014{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}}._howItWorks_ly6e8_56 ._stepCard_ly6e8_56{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.85rem 1.35rem 2.15rem;height:100%}._howItWorks_ly6e8_56 ._stepCard_ly6e8_56:hover{transform:translateY(-10px)}@media (max-width: 479px){._howItWorks_ly6e8_56 ._stepCard_ly6e8_56{padding:1.5rem}}._howItWorks_ly6e8_56 ._stepIcon_ly6e8_1057{margin:0 auto 1rem;color:#364539;display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:20px;background:linear-gradient(145deg,#aebfb28c,#9daa9640);border:1px solid rgba(54,69,57,.2);box-shadow:0 4px 16px #3645391a,0 0 28px #8f9f8859,inset 0 1px #ffffffa6;transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease}._howItWorks_ly6e8_56 ._stepIcon_ly6e8_1057 svg{flex-shrink:0}._howItWorks_ly6e8_56 ._stepCard_ly6e8_56:hover ._stepIcon_ly6e8_1057{transform:scale(1.06) rotate(-2deg);box-shadow:0 8px 24px #36453924,0 0 40px #8f9f8873,inset 0 1px #fffc}@media (prefers-reduced-motion: reduce){._howItWorks_ly6e8_56 ._stepCard_ly6e8_56:hover ._stepIcon_ly6e8_1057{transform:none}}._howItWorks_ly6e8_56 ._stepTitle_ly6e8_1083{font-size:1.1rem;font-weight:700;color:#1e1f1e;margin-bottom:.5rem;min-height:2.7em}._howItWorks_ly6e8_56 ._stepMeta_ly6e8_1090{margin:0 0 .42rem;color:#364539;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700}._howItWorks_ly6e8_56 ._stepDescription_ly6e8_1098{font-size:.9rem;color:#4a4b4a;line-height:1.6;margin:0;max-width:30ch}._howItWorks_ly6e8_56 ._ctaContainer_ly6e8_1105{text-align:center;margin-top:.25rem}@media (max-width: 479px){._howItWorks_ly6e8_56 ._ctaContainer_ly6e8_1105{padding:0 1rem}}._howItWorks_ly6e8_56 ._ctaButton_ly6e8_1114{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._howItWorks_ly6e8_56 ._ctaButton_ly6e8_1114:disabled{opacity:.6;cursor:not-allowed}._howItWorks_ly6e8_56 ._ctaButton_ly6e8_1114{background:#364539;color:#fff;padding:.85rem 2.5rem;font-size:1.05rem;font-weight:600;border-radius:8px;display:inline-block;text-decoration:none;transition:all .2s ease}._howItWorks_ly6e8_56 ._ctaButton_ly6e8_1114:hover{background:#2a352e;text-decoration:none;color:#fff}._howItWorks_ly6e8_56 ._ctaButton_ly6e8_1114:focus{outline:none}._howItWorks_ly6e8_56 ._ctaButton_ly6e8_1114:focus-visible{outline:2px solid #9daa96;outline-offset:2px}@media (max-width: 479px){._howItWorks_ly6e8_56 ._ctaButton_ly6e8_1114{width:100%;max-width:280px}}._howItWorks_ly6e8_56 ._ctaSubtext_ly6e8_1162{margin-top:.5rem;color:#7a7b7a;font-size:.85rem}._spotlight_ly6e8_111{padding:clamp(2.25rem,3.8vw,3.75rem) 0;position:relative;background:#f8f4ee;overflow-x:clip}._spotlight_ly6e8_111:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 50% 45% at 0% 50%,rgba(157,170,150,.12),transparent 50%)}._spotlight_ly6e8_111 ._container_ly6e8_439{position:relative;z-index:1}._spotlight_ly6e8_111 ._spotlightGrid_ly6e8_1185{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(2rem,4vw,3.25rem);align-items:center;max-width:1120px;margin:0 auto;width:100%}@media (min-width: 480px) and (max-width: 1023px){._spotlight_ly6e8_111 ._spotlightGrid_ly6e8_1185{grid-template-columns:1fr}}._spotlight_ly6e8_111 ._spotlightMedia_ly6e8_111{aspect-ratio:4/3;align-self:center}._spotlight_ly6e8_111 ._spotlightImage_ly6e8_1203{display:block;width:100%;height:100%;object-fit:cover}._spotlight_ly6e8_111 ._spotlightContent_ly6e8_1209{min-width:0;display:flex;flex-direction:column;align-items:flex-start}@media (min-width: 480px) and (max-width: 1023px){._spotlight_ly6e8_111 ._spotlightContent_ly6e8_1209{align-items:center;text-align:center}}._spotlight_ly6e8_111 ._spotlightContent_ly6e8_1209 .tp-brand-kicker{margin-bottom:.5rem}._spotlight_ly6e8_111 ._spotlightTitle_ly6e8_1224{font-size:2rem;font-weight:800;color:#1e1f1e;margin:0 0 1rem;letter-spacing:-.3px}@media (max-width: 479px){._spotlight_ly6e8_111 ._spotlightTitle_ly6e8_1224{font-size:1.65rem}}._spotlight_ly6e8_111 ._spotlightLead_ly6e8_1236{font-size:1.05rem;line-height:1.65;color:#4a4b4a;margin:0 0 1.5rem}._spotlight_ly6e8_111 ._spotlightList_ly6e8_1242{list-style:none;margin:0 0 2rem;padding:0}._spotlight_ly6e8_111 ._spotlightList_ly6e8_1242 li{display:flex;align-items:flex-start;gap:.65rem;font-size:.98rem;color:#1e1f1e;line-height:1.5;margin-bottom:.75rem}._spotlight_ly6e8_111 ._spotlightList_ly6e8_1242 li:last-child{margin-bottom:0}@media (min-width: 480px) and (max-width: 1023px){._spotlight_ly6e8_111 ._spotlightList_ly6e8_1242 li{text-align:left}}._spotlight_ly6e8_111 ._spotlightListIcon_ly6e8_1264{flex-shrink:0;color:#364539;margin-top:1px;width:1.35em;height:1.35em}._spotlight_ly6e8_111 ._spotlightListIcon_ly6e8_1264 svg{display:block;width:100%;height:100%}._spotlight_ly6e8_111 ._spotlightActions_ly6e8_1276{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}@media (min-width: 480px) and (max-width: 1023px){._spotlight_ly6e8_111 ._spotlightActions_ly6e8_1276{justify-content:center}}._spotlight_ly6e8_111 ._spotlightPrimary_ly6e8_1287{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._spotlight_ly6e8_111 ._spotlightPrimary_ly6e8_1287:disabled{opacity:.6;cursor:not-allowed}._spotlight_ly6e8_111 ._spotlightPrimary_ly6e8_1287{background:#364539;color:#fff;padding:.8rem 1.75rem;font-weight:600;border-radius:8px;text-decoration:none}._spotlight_ly6e8_111 ._spotlightPrimary_ly6e8_1287:hover{background:#2a352e;color:#fff;text-decoration:none}._spotlight_ly6e8_111 ._spotlightPrimary_ly6e8_1287:focus{outline:none}._spotlight_ly6e8_111 ._spotlightPrimary_ly6e8_1287:focus-visible{outline:2px solid #9daa96;outline-offset:2px}._spotlight_ly6e8_111 ._spotlightSecondary_ly6e8_1326{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._spotlight_ly6e8_111 ._spotlightSecondary_ly6e8_1326:disabled{opacity:.6;cursor:not-allowed}._spotlight_ly6e8_111 ._spotlightSecondary_ly6e8_1326{color:#1e1f1e;padding:.8rem 1.75rem;font-weight:600;border-radius:8px;border:2px solid #c8c5c0;text-decoration:none;background:#fff}._spotlight_ly6e8_111 ._spotlightSecondary_ly6e8_1326:hover{border-color:#4d5a48;color:#4d5a48;text-decoration:none}._spotlight_ly6e8_111 ._spotlightSecondary_ly6e8_1326:focus{outline:none}._spotlight_ly6e8_111 ._spotlightSecondary_ly6e8_1326:focus-visible{outline:2px solid #9daa96;outline-offset:2px}._trustBand_ly6e8_56{padding:clamp(2.25rem,3.8vw,3.75rem) 0;background:#f5f8f2;border-top:1px solid rgba(157,170,150,.15)}._trustBand_ly6e8_56 ._trustBandLayout_ly6e8_1372{display:grid;grid-template-columns:minmax(320px,.86fr) minmax(0,1.14fr);gap:clamp(2.15rem,4vw,3.2rem);align-items:stretch;max-width:1120px;margin:0 auto;width:100%}@media (min-width: 480px) and (max-width: 1023px){._trustBand_ly6e8_56 ._trustBandLayout_ly6e8_1372{grid-template-columns:1fr;gap:2.25rem}}._trustBand_ly6e8_56 ._trustBandMedia_ly6e8_111{aspect-ratio:4/3;max-height:440px;min-height:340px}@media (min-width: 480px) and (max-width: 1023px){._trustBand_ly6e8_56 ._trustBandMedia_ly6e8_111{max-width:480px;margin:0 auto;max-height:none}}._trustBand_ly6e8_56 ._trustBandImage_ly6e8_1399{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}._trustBand_ly6e8_56 ._trustBandContent_ly6e8_1406{min-width:0;display:flex;flex-direction:column;justify-content:flex-start;height:100%;padding-top:.15rem}._trustBand_ly6e8_56 ._trustBandIntro_ly6e8_56{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;padding:1.1rem 1.2rem;border-radius:18px}._trustBand_ly6e8_56 ._trustBandIntro_ly6e8_56:hover{transform:translateY(-3px)}@media (prefers-reduced-motion: reduce){._trustBand_ly6e8_56 ._trustBandIntro_ly6e8_56:hover{transform:none}}._trustBand_ly6e8_56 ._trustBandColumn_ly6e8_1430{display:flex;flex-direction:column;align-items:stretch;gap:1.25rem;width:100%}._trustBand_ly6e8_56 ._trustBandTitle_ly6e8_1437{text-align:left;font-size:clamp(1.62rem,2.5vw,2rem);font-weight:800;color:#1e1f1e;margin:0;max-width:100%;letter-spacing:-.03em;line-height:1.15;padding-bottom:.28rem;border-bottom:1px solid rgba(200,197,192,.9)}@media (min-width: 480px) and (max-width: 1023px){._trustBand_ly6e8_56 ._trustBandTitle_ly6e8_1437{text-align:center;border-bottom:none;padding-bottom:0}}._trustBand_ly6e8_56 ._trustBandColumn_ly6e8_1430 .tp-brand-kicker{margin-bottom:.5rem;align-self:flex-start}@media (min-width: 480px) and (max-width: 1023px){._trustBand_ly6e8_56 ._trustBandColumn_ly6e8_1430 .tp-brand-kicker{align-self:center}}._trustBand_ly6e8_56 ._trustBandLead_ly6e8_1465{margin:0;font-size:1rem;line-height:1.58;color:#1e1f1ee0;max-width:60ch;text-align:left}@media (min-width: 480px) and (max-width: 1023px){._trustBand_ly6e8_56 ._trustBandLead_ly6e8_1465{text-align:center;margin-left:auto;margin-right:auto}}._trustBand_ly6e8_56 ._trustBandLabels_ly6e8_1480{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.15rem}._trustBand_ly6e8_56 ._trustBandLabels_ly6e8_1480 span{display:inline-flex;align-items:center;min-height:28px;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#1e1f1ee0;background:#aebfb270;border:1px solid rgba(54,69,57,.2)}@media (min-width: 480px) and (max-width: 1023px){._trustBand_ly6e8_56 ._trustBandLabels_ly6e8_1480{justify-content:center}}._trustBand_ly6e8_56 ._trustGrid_ly6e8_1505{display:grid;grid-template-columns:1fr;gap:1rem;margin:.25rem 0 0;align-items:stretch}@media (min-width: 1024px) and (max-width: 1199px){._trustBand_ly6e8_56 ._trustGrid_ly6e8_1505{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}@media (min-width: 1200px){._trustBand_ly6e8_56 ._trustGrid_ly6e8_1505{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem 1.25rem}}._trustBand_ly6e8_56 ._trustCard_ly6e8_56{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:1.4rem 1.25rem 1.45rem;height:auto;min-height:0}._trustBand_ly6e8_56 ._trustCard_ly6e8_56:hover{transform:translateY(-6px)}._trustBand_ly6e8_56 ._trustCard_ly6e8_56 h3{font-size:1.05rem;font-weight:700;color:#1e1f1e;margin:0 0 .45rem;line-height:1.3;min-height:2.6em;display:flex;align-items:flex-start}._trustBand_ly6e8_56 ._trustCard_ly6e8_56 p{margin:0;font-size:.9rem;line-height:1.55;color:#4a4b4a}._trustBand_ly6e8_56 ._trustIconWrap_ly6e8_1552{width:50px;height:50px;margin:0 0 .75rem;flex-shrink:0;border-radius:14px;background:linear-gradient(145deg,#aebfb280,#9daa9638);border:1px solid rgba(54,69,57,.22);color:#364539;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #ffffffbf,0 0 24px #8f9f884d}._trustBand_ly6e8_56 ._trustIconWrap_ly6e8_1552 svg{flex-shrink:0}._accessFunding_ly6e8_127{padding:clamp(2.25rem,3.8vw,3.75rem) 0;position:relative;background:#f8f4ee;color:#1e1f1e;overflow:hidden}._accessFunding_ly6e8_127:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 80% 60% at 20% 20%,rgba(174,191,178,.2),transparent 50%),radial-gradient(ellipse 60% 50% at 90% 80%,rgba(255,255,255,.08),transparent 45%);opacity:1}._accessFunding_ly6e8_127 ._container_ly6e8_439{position:relative;z-index:1}._accessFunding_ly6e8_127 ._accessFundingGrid_ly6e8_1589{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);gap:1.75rem;max-width:1120px;margin:0 auto;width:100%;align-items:stretch}@media (min-width: 480px) and (max-width: 1023px){._accessFunding_ly6e8_127 ._accessFundingGrid_ly6e8_1589{grid-template-columns:1fr}}._accessFunding_ly6e8_127 ._accessCard_ly6e8_1603,._accessFunding_ly6e8_127 ._accessCardMuted_ly6e8_1604{display:flex;flex-direction:column;position:relative;isolation:isolate;border-radius:22px;padding:clamp(1.15rem,2.3vw,2rem) clamp(1rem,2.4vw,2.25rem);border:1px solid rgba(157,170,150,.28);box-shadow:0 8px 32px #36453924,0 0 60px #aebfb233,inset 0 1px #ffffff70;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .5s cubic-bezier(.22,1,.36,1),box-shadow .5s ease,border-color .35s ease}._accessFunding_ly6e8_127 ._accessCard_ly6e8_1603:before,._accessFunding_ly6e8_127 ._accessCardMuted_ly6e8_1604:before{content:"";position:absolute;inset:0;border-radius:inherit;z-index:0;pointer-events:none;background:radial-gradient(ellipse 100% 80% at 50% -20%,rgba(255,255,255,.4),transparent 55%)}._accessFunding_ly6e8_127 ._accessCard_ly6e8_1603>*,._accessFunding_ly6e8_127 ._accessCardMuted_ly6e8_1604>*{position:relative;z-index:1}._accessFunding_ly6e8_127 ._accessCard_ly6e8_1603:hover,._accessFunding_ly6e8_127 ._accessCardMuted_ly6e8_1604:hover{transform:translateY(-6px);border-color:#9daa966b;box-shadow:0 20px 48px #36453933,0 0 80px #c8dcc847,inset 0 1px #ffffff57}@media (prefers-reduced-motion: reduce){._accessFunding_ly6e8_127 ._accessCard_ly6e8_1603:hover,._accessFunding_ly6e8_127 ._accessCardMuted_ly6e8_1604:hover{transform:none}}._accessFunding_ly6e8_127 ._accessCard_ly6e8_1603{background:#ffffff94}._accessFunding_ly6e8_127 ._accessCardMuted_ly6e8_1604{background:#f5f8f2db}._accessFunding_ly6e8_127 ._accessHeading_ly6e8_1649{font-size:1.45rem;font-weight:700;margin:0 0 1rem;color:#1e1f1e}._accessFunding_ly6e8_127 ._accessCard_ly6e8_1603 p,._accessFunding_ly6e8_127 ._accessCardMuted_ly6e8_1604 p{margin:0 0 1.25rem;line-height:1.65;color:#1e1f1ee0;font-size:1rem}._accessFunding_ly6e8_127 ._accessList_ly6e8_1662{margin:0 0 1.5rem;padding-left:1.25rem;color:#1e1f1ee0;line-height:1.6;font-size:.95rem}._accessFunding_ly6e8_127 ._accessList_ly6e8_1662 li{margin-bottom:.4rem}._accessFunding_ly6e8_127 ._accessLink_ly6e8_1672{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._accessFunding_ly6e8_127 ._accessLink_ly6e8_1672:disabled{opacity:.6;cursor:not-allowed}._accessFunding_ly6e8_127 ._accessLink_ly6e8_1672{display:inline-block;margin-top:auto;align-self:flex-start;color:#364539;background:#fff;font-weight:600;padding:.65rem 1.35rem;border-radius:8px;text-decoration:none}._accessFunding_ly6e8_127 ._accessLink_ly6e8_1672:hover{background:#f6efe7;color:#364539;text-decoration:none}._accessFunding_ly6e8_127 ._accessLink_ly6e8_1672:focus{outline:none}._accessFunding_ly6e8_127 ._accessLink_ly6e8_1672:focus-visible{outline:2px solid #c8d0c2;outline-offset:2px}._accessFunding_ly6e8_127{border-top:1px solid rgba(157,170,150,.14)}._testimonials_ly6e8_56{padding:clamp(2.25rem,3.8vw,3.75rem) 0;background:#f5f8f2;border-top:1px solid rgba(157,170,150,.15)}._testimonials_ly6e8_56 ._testimonialsIntroBlock_ly6e8_1724{max-width:1120px;margin:0 auto 2.5rem;padding:0}._testimonials_ly6e8_56 ._testimonialsTitle_ly6e8_1729{text-align:center;font-size:2rem;font-weight:800;color:#1e1f1e;margin:0 0 .75rem;letter-spacing:-.3px}@media (max-width: 479px){._testimonials_ly6e8_56 ._testimonialsTitle_ly6e8_1729{font-size:1.65rem}}._testimonials_ly6e8_56 ._testimonialsIntro_ly6e8_1724{text-align:center;max-width:52ch;margin:0 auto;color:#4a4b4a;font-size:1.04rem;line-height:1.7}._testimonials_ly6e8_56 ._testimonialsGrid_ly6e8_1750{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:1120px;margin:0 auto;width:100%;align-items:stretch}@media (min-width: 480px) and (max-width: 1023px){._testimonials_ly6e8_56 ._testimonialsGrid_ly6e8_1750{grid-template-columns:1fr}}._testimonials_ly6e8_56 ._testimonialCard_ly6e8_56{margin:0;padding:1.85rem 1.75rem;display:flex;flex-direction:column;height:100%}._testimonials_ly6e8_56 ._testimonialCard_ly6e8_56 p{margin:0;font-size:1rem;line-height:1.65;color:#1e1f1e;font-style:normal}._testimonials_ly6e8_56 ._testimonialAccent_ly6e8_1778{display:block;width:40px;height:4px;border-radius:4px;background:linear-gradient(90deg,#364539,#aebfb2);margin-bottom:1rem;box-shadow:0 0 16px #8f9f888c;flex-shrink:0}._bottomCta_ly6e8_127{padding:clamp(2.25rem,3.8vw,3.75rem) 0 calc(clamp(2.25rem,3.8vw,3.75rem) + .5rem);position:relative;text-align:center;border-top:1px solid rgba(157,170,150,.2);background:#f8f4ee;overflow:hidden}._bottomCta_ly6e8_127:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 65% 55% at 50% 100%,rgba(143,159,136,.22),transparent 60%)}._bottomCta_ly6e8_127 ._container_ly6e8_439{position:relative;z-index:1}._bottomCta_ly6e8_127 ._bottomCtaTitle_ly6e8_1808{font-size:2rem;font-weight:800;color:#1e1f1e;margin:0 auto .75rem;max-width:40rem;letter-spacing:-.3px}@media (max-width: 479px){._bottomCta_ly6e8_127 ._bottomCtaTitle_ly6e8_1808{font-size:1.65rem}}._bottomCta_ly6e8_127 ._bottomCtaText_ly6e8_1821{max-width:36rem;margin:0 auto 1.75rem;color:#4a4b4a;font-size:1.05rem;line-height:1.6}._bottomCta_ly6e8_127 ._bottomCtaActions_ly6e8_1828{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}._bottomCta_ly6e8_127 ._bottomCtaPrimary_ly6e8_1834{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._bottomCta_ly6e8_127 ._bottomCtaPrimary_ly6e8_1834:disabled{opacity:.6;cursor:not-allowed}._bottomCta_ly6e8_127 ._bottomCtaPrimary_ly6e8_1834{background:#364539;color:#fff;padding:.9rem 2.1rem;font-weight:600;border-radius:12px;text-decoration:none;box-shadow:0 4px 20px #36453947,0 0 32px #8f9f8840;transition:transform .3s ease,box-shadow .3s ease,background .2s ease}._bottomCta_ly6e8_127 ._bottomCtaPrimary_ly6e8_1834:hover{background:#2a352e;color:#fff;text-decoration:none;transform:translateY(-3px);box-shadow:0 10px 32px #36453952,0 0 48px #8f9f8859}@media (prefers-reduced-motion: reduce){._bottomCta_ly6e8_127 ._bottomCtaPrimary_ly6e8_1834:hover{transform:none}}._bottomCta_ly6e8_127 ._bottomCtaPrimary_ly6e8_1834:focus{outline:none}._bottomCta_ly6e8_127 ._bottomCtaPrimary_ly6e8_1834:focus-visible{outline:2px solid #9daa96;outline-offset:2px}._bottomCta_ly6e8_127 ._bottomCtaSecondary_ly6e8_1882{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._bottomCta_ly6e8_127 ._bottomCtaSecondary_ly6e8_1882:disabled{opacity:.6;cursor:not-allowed}._bottomCta_ly6e8_127 ._bottomCtaSecondary_ly6e8_1882{background:#9daa96;color:#1e1f1e;padding:.85rem 2rem;font-weight:600;border-radius:8px;text-decoration:none}._bottomCta_ly6e8_127 ._bottomCtaSecondary_ly6e8_1882:hover{background:#4d5a48;color:#fff;text-decoration:none}._bottomCta_ly6e8_127 ._bottomCtaSecondary_ly6e8_1882:focus{outline:none}._bottomCta_ly6e8_127 ._bottomCtaSecondary_ly6e8_1882:focus-visible{outline:2px solid #1e1f1e;outline-offset:2px}._bottomCta_ly6e8_127 ._bottomCtaGhost_ly6e8_1921{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._bottomCta_ly6e8_127 ._bottomCtaGhost_ly6e8_1921:disabled{opacity:.6;cursor:not-allowed}._bottomCta_ly6e8_127 ._bottomCtaGhost_ly6e8_1921{background:transparent;color:#1e1f1e;padding:.85rem 1.5rem;font-weight:600;border-radius:8px;border:2px solid #c8c5c0;text-decoration:none}._bottomCta_ly6e8_127 ._bottomCtaGhost_ly6e8_1921:hover{border-color:#4d5a48;color:#4d5a48;text-decoration:none}._bottomCta_ly6e8_127 ._bottomCtaGhost_ly6e8_1921:focus{outline:none}._bottomCta_ly6e8_127 ._bottomCtaGhost_ly6e8_1921:focus-visible{outline:2px solid #9daa96;outline-offset:2px}._homepage_ly6e8_141 section[class]{padding-inline:var(--tp-page-gutter, 1rem)}@media (max-width: 380px){._hero_ly6e8_180 ._heroContent_ly6e8_250{padding:3.25rem .85rem 2rem}._hero_ly6e8_180 ._heroActions_ly6e8_288{gap:.55rem}._hero_ly6e8_180 ._heroActions_ly6e8_288 ._primaryButton_ly6e8_295,._hero_ly6e8_180 ._heroActions_ly6e8_288 ._secondaryButton_ly6e8_339{width:100%;max-width:100%}._benefitsStrip_ly6e8_56,._quickMatch_ly6e8_56,._costClarity_ly6e8_56,._features_ly6e8_56,._resourcesTeaser_ly6e8_111,._howItWorks_ly6e8_56,._spotlight_ly6e8_111,._trustBand_ly6e8_56,._accessFunding_ly6e8_127,._testimonials_ly6e8_56,._bottomCta_ly6e8_127{padding-left:.85rem;padding-right:.85rem}}._heroTitle_ly6e8_259,._sectionTitle_ly6e8_790,._benefitsStripTitle_ly6e8_469,._spotlightTitle_ly6e8_1224,._trustBandTitle_ly6e8_1437,._testimonialsTitle_ly6e8_1729,._bottomCtaTitle_ly6e8_1808{line-height:1.2;letter-spacing:-.02em}._quickMatchPrimary_ly6e8_625,._quickMatchSecondary_ly6e8_664,._resourcesTeaserLink_ly6e8_907,._spotlightPrimary_ly6e8_1287,._spotlightSecondary_ly6e8_1326,._ctaButton_ly6e8_1114,._bottomCtaPrimary_ly6e8_1834,._bottomCtaSecondary_ly6e8_1882,._bottomCtaGhost_ly6e8_1921,._costClarityLink_ly6e8_745,._accessLink_ly6e8_1672{min-height:44px}@keyframes _loading_73ejr_1{0%{background-position:200% 0}to{background-position:-200% 0}}._hero_73ejr_9{background:#364539;color:#fff;padding:4rem 0;text-align:center}._hero_73ejr_9 .tp-brand-kicker--inverse{margin-bottom:.65rem}._heroTitle_73ejr_20{font-size:2.75rem;font-weight:800;margin-bottom:1rem;color:#fff}@media (max-width: 479px){._heroTitle_73ejr_20{font-size:2rem}}._heroSubtitle_73ejr_32{font-size:1.15rem;line-height:1.7;color:#ffffffe6;max-width:520px;margin:0 auto}@media (max-width: 479px){._heroSubtitle_73ejr_32{font-size:1rem}}._content_73ejr_45{padding:4rem 0}@media (max-width: 479px){._content_73ejr_45{padding:2.5rem 0}}._contentInner_73ejr_54{max-width:740px;margin:0 auto}._section_73ejr_59{margin-bottom:2.5rem}._section_73ejr_59 .tp-brand-kicker{margin-bottom:.45rem}._section_73ejr_59 h2{font-size:1.5rem;font-weight:700;color:#1e1f1e;margin-bottom:.75rem}._section_73ejr_59 p{color:#4a4b4a;line-height:1.7;font-size:1rem}._featureGrid_73ejr_77{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 479px){._featureGrid_73ejr_77{grid-template-columns:1fr}}._featureItem_73ejr_88{display:flex;align-items:center;gap:.65rem;padding:.6rem .75rem;background:#f6efe7;border-radius:8px;font-size:.925rem;color:#1e1f1e}._featureCheck_73ejr_99{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#364539;color:#fff;border-radius:50%;flex-shrink:0}._ctaBlock_73ejr_111{text-align:center;margin-top:1rem}._ctaBlock_73ejr_111 h2{font-size:1.5rem;font-weight:700;color:#1e1f1e;margin-bottom:.5rem}._ctaBlock_73ejr_111 p{color:#4a4b4a;margin-bottom:1.5rem;font-size:1rem}._ctaButtons_73ejr_127{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._primaryCTA_73ejr_134{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._primaryCTA_73ejr_134:disabled{opacity:.6;cursor:not-allowed}._primaryCTA_73ejr_134{background:#364539;color:#fff;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s ease}._primaryCTA_73ejr_134:hover{background:#2a352e;text-decoration:none}._primaryCTA_73ejr_134:focus{outline:none}._primaryCTA_73ejr_134:focus-visible{outline:2px solid #9daa96;outline-offset:2px}._secondaryCTA_73ejr_175{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._secondaryCTA_73ejr_175:disabled{opacity:.6;cursor:not-allowed}._secondaryCTA_73ejr_175{background:transparent;color:#1e1f1e;border:1.5px solid #c8c5c0;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s ease}._secondaryCTA_73ejr_175:hover{background:#ebe8e3;color:#1e1f1e;text-decoration:none}._secondaryCTA_73ejr_175:focus{outline:none}._secondaryCTA_73ejr_175:focus-visible{outline:2px solid #9daa96;outline-offset:2px}@keyframes _loading_16efj_1{0%{background-position:200% 0}to{background-position:-200% 0}}._servicesPage_16efj_9 ._main_16efj_9{background-color:#fff}._hero_16efj_13{background:#364539;color:#fff;padding:4rem 0;text-align:center}._hero_16efj_13 ._heroContent_16efj_19{max-width:680px;margin:0 auto}._hero_16efj_13 ._heroTitle_16efj_23{font-size:2.75rem;font-weight:800;margin-bottom:1rem;color:#fff}@media (max-width: 479px){._hero_16efj_13 ._heroTitle_16efj_23{font-size:2rem}}._hero_16efj_13 ._heroSubtitle_16efj_34{font-size:1.15rem;line-height:1.7;color:#ffffffe6;margin:0}@media (max-width: 479px){._hero_16efj_13 ._heroSubtitle_16efj_34{font-size:1rem}}._servicesSection_16efj_46{padding:4rem 0}@media (max-width: 479px){._servicesSection_16efj_46{padding:2.5rem 0}}._servicesGrid_16efj_55{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}@media (max-width: 479px){._servicesGrid_16efj_55{grid-template-columns:1fr;gap:1.5rem}}@media (min-width: 480px) and (max-width: 1023px){._servicesGrid_16efj_55{grid-template-columns:repeat(2,1fr)}}._serviceCard_16efj_74{background:#fff;border-radius:12px;padding:2rem;border:1px solid #e2dfd9;transition:all .2s ease;display:flex;flex-direction:column}._serviceCard_16efj_74:hover{box-shadow:0 8px 24px #00000014;border-color:#9daa9626}@media (max-width: 479px){._serviceCard_16efj_74{padding:1.5rem}}._serviceIcon_16efj_93{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#9daa9614;border-radius:12px;margin:0 auto 1.25rem;color:#9daa96}._serviceName_16efj_105{font-size:1.4rem;font-weight:700;color:#1e1f1e;margin-bottom:.75rem;text-align:center}._serviceDescription_16efj_113{color:#4a4b4a;line-height:1.6;margin-bottom:1.25rem;text-align:center;font-size:.95rem}._serviceDetails_16efj_121{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem;padding:1rem;background:#f6efe7;border-radius:8px}._detailItem_16efj_131{display:flex;align-items:center;gap:.6rem;color:#1e1f1e;font-weight:500;font-size:.9rem}._detailItem_16efj_131 svg{color:#9daa96;flex-shrink:0}._medicareBadge_16efj_144{display:flex;align-items:center;gap:.6rem;color:#2e7d42;font-weight:600;font-size:.9rem;padding:.4rem .6rem;background:#2e7d4214;border-radius:6px;margin-top:.25rem}._medicareBadge_16efj_144 svg{color:#2e7d42;flex-shrink:0}._availability_16efj_161{margin-bottom:1.25rem;text-align:center}._availabilityBadge_16efj_166{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;background:#ebe8e3;color:#1e1f1e;border-radius:6px;font-size:.8rem;font-weight:600}._availabilityBadge_16efj_166 svg{color:#7a7b7a}._serviceFeatures_16efj_181{margin-bottom:1.5rem;flex:1}._featuresTitle_16efj_186{font-size:.9rem;font-weight:600;color:#1e1f1e;margin-bottom:.75rem;text-align:center}._featuresList_16efj_194{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}._featuresList_16efj_194 li{display:flex;align-items:center;gap:.5rem;color:#4a4b4a;font-size:.875rem;line-height:1.5}._featuresList_16efj_194 li svg{color:#2e7d42;flex-shrink:0}._bookButton_16efj_215{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._bookButton_16efj_215:disabled{opacity:.6;cursor:not-allowed}._bookButton_16efj_215{background:#364539;color:#fff;width:100%;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;text-align:center;text-decoration:none;display:block;transition:all .2s ease;margin-top:auto}._bookButton_16efj_215:hover{background:#2a352e;text-decoration:none}._bookButton_16efj_215:focus{outline:none}._bookButton_16efj_215:focus-visible{outline:2px solid #9daa96;outline-offset:2px}._ctaSection_16efj_260{padding:4rem 0;background:#f6efe7;text-align:center}._ctaSection_16efj_260 ._ctaContent_16efj_265{max-width:600px;margin:0 auto}._ctaSection_16efj_260 ._ctaTitle_16efj_269{font-size:2.25rem;font-weight:700;margin-bottom:.75rem;color:#1e1f1e}@media (max-width: 479px){._ctaSection_16efj_260 ._ctaTitle_16efj_269{font-size:1.75rem}}._ctaSection_16efj_260 ._ctaSubtitle_16efj_280{font-size:1.05rem;line-height:1.6;color:#4a4b4a;margin-bottom:2rem}@media (max-width: 479px){._ctaSection_16efj_260 ._ctaSubtitle_16efj_280{font-size:.95rem}}._ctaSection_16efj_260 ._ctaButtons_16efj_291{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 479px){._ctaSection_16efj_260 ._ctaButtons_16efj_291{flex-direction:column;align-items:center}}._ctaSection_16efj_260 ._primaryCTA_16efj_303{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._ctaSection_16efj_260 ._primaryCTA_16efj_303:disabled{opacity:.6;cursor:not-allowed}._ctaSection_16efj_260 ._primaryCTA_16efj_303{background:#364539;color:#fff;padding:.85rem 2.5rem;font-size:1.05rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s ease}._ctaSection_16efj_260 ._primaryCTA_16efj_303:hover{background:#2a352e;text-decoration:none}._ctaSection_16efj_260 ._primaryCTA_16efj_303:focus{outline:none}._ctaSection_16efj_260 ._primaryCTA_16efj_303:focus-visible{outline:2px solid #9daa96;outline-offset:2px}._ctaSection_16efj_260 ._secondaryCTA_16efj_343{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._ctaSection_16efj_260 ._secondaryCTA_16efj_343:disabled{opacity:.6;cursor:not-allowed}._ctaSection_16efj_260 ._secondaryCTA_16efj_343{background:transparent;color:#1e1f1e;border:1.5px solid #c8c5c0;padding:.85rem 2.5rem;font-size:1.05rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .2s ease}._ctaSection_16efj_260 ._secondaryCTA_16efj_343:hover{background:#ebe8e3;border-color:#7a7b7a;color:#1e1f1e;text-decoration:none}._ctaSection_16efj_260 ._secondaryCTA_16efj_343:focus{outline:none}._ctaSection_16efj_260 ._secondaryCTA_16efj_343:focus-visible{outline:2px solid #9daa96;outline-offset:2px}._requirementsPage_1ecoa_1{padding:4rem 0;background:#fff}._pageHeader_1ecoa_6{max-width:760px;margin:0 auto 2.5rem;text-align:center}._pageHeader_1ecoa_6 h1{font-size:2.5rem;margin-bottom:1rem;color:#1e1f1e}._pageHeader_1ecoa_6 ._subtitle_1ecoa_16{color:#4a4b4a;font-size:1.05rem}._eyebrow_1ecoa_21{text-transform:uppercase;letter-spacing:.2em;font-size:.85rem;color:#8f9f88;margin-bottom:.5rem}._section_1ecoa_29{background:#fff;border-radius:16px;padding:1.75rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000a;border:1px solid #e2dfd9}._section_1ecoa_29 h2{margin-top:0;color:#1e1f1e}._section_1ecoa_29 ul,._section_1ecoa_29 ol{margin:0;padding-left:1.25rem;color:#4a4b4a;line-height:1.7}._section_1ecoa_29 p{color:#4a4b4a;line-height:1.6}._footer_1ecoa_53{text-align:center;margin-top:2rem;color:#4a4b4a}@keyframes _loading_1a74f_116{0%{background-position:200% 0}to{background-position:-200% 0}}._publicLayout_1a74f_9 ._main_1a74f_9{background-color:#f6efe7}._pageContainer_1a74f_13{padding:clamp(1.5rem,3vw,2.5rem) 0;min-height:60vh}._pageHeader_1a74f_18{text-align:center;margin-bottom:4rem;padding:clamp(1.25rem,2.4vw,2rem);background:linear-gradient(145deg,#ffffffd1,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:16px}._pageHeader_1a74f_18 ._pageTitle_1a74f_29{color:#1e1f1e;font-size:1.875rem;margin-bottom:1.5rem}@media (max-width: 479px){._pageHeader_1a74f_18 ._pageTitle_1a74f_29{font-size:1.5rem}}._pageHeader_1a74f_18 ._pageSubtitle_1a74f_39{color:#4a4b4a;font-size:1.25rem;max-width:600px;margin:0 auto;line-height:1.75}@media (max-width: 479px){._pageHeader_1a74f_18 ._pageSubtitle_1a74f_39{font-size:1.125rem}}._contentSection_1a74f_52{max-width:860px;margin:0 auto;background:linear-gradient(145deg,#ffffffd1,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:16px;padding:var(--tp-card-padding-lg, 1.5rem)}._contentSection_1a74f_52 h2{color:#1e1f1e;font-size:1.5rem;margin-top:3rem;margin-bottom:1.5rem}._contentSection_1a74f_52 h2:first-child{margin-top:0}._contentSection_1a74f_52 p,._contentSection_1a74f_52 ul{color:#1e1f1e;line-height:1.75;margin-bottom:1.5rem}._contentSection_1a74f_52 ul li{margin-bottom:.5rem}._contentSection_1a74f_52 section{margin-bottom:3rem}._contentSection_1a74f_52 section h3{color:#1e1f1e;font-size:1.25rem;margin-top:2rem;margin-bottom:1rem}._policyContent_1a74f_95{max-width:1000px;margin:0 auto;margin-top:3rem}._policyIframe_1a74f_101{width:100%;min-height:800px;border:1px solid rgba(67,83,67,.2);border-radius:8px;background:#ffffffb8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}@media (max-width: 479px){._policyIframe_1a74f_101{min-height:600px}}._loadingState_1a74f_116,._errorAlert_1a74f_117{text-align:center;padding:3rem;margin:3rem 0;border-radius:8px;background:linear-gradient(145deg,#ffffffd1,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._loadingState_1a74f_116{color:#4a4b4a}._errorAlert_1a74f_117{background-color:#c0392b14;color:#c0392b;border:1px solid rgba(192,57,43,.35)}._resourceSection_1a74f_139{margin-bottom:4rem}._resourceSection_1a74f_139 h2{color:#1e1f1e;font-size:1.5rem;margin-bottom:1rem}._resourceSection_1a74f_139 p{color:#1e1f1e;margin-bottom:1.5rem}._highlightSection_1a74f_152{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-bottom:4rem}@media (min-width: 480px) and (max-width: 1023px){._highlightSection_1a74f_152{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 479px){._highlightSection_1a74f_152{grid-template-columns:1fr}}._highlightCard_1a74f_169{background:linear-gradient(145deg,#ffffffb8,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:12px;padding:2rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._highlightCard_1a74f_169:hover{transform:translateY(-3px);border-color:#9daa9673;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}._highlightCard_1a74f_169 h2{margin-bottom:.5rem}._highlightCard_1a74f_169 ul{margin:0;padding-left:2rem}._highlightCard_1a74f_169 ul li{margin-bottom:.25rem}._cardGrid_1a74f_195{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}@media (min-width: 480px) and (max-width: 1023px){._cardGrid_1a74f_195{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 479px){._cardGrid_1a74f_195{grid-template-columns:1fr}}._resourceCard_1a74f_215{background:linear-gradient(145deg,#ffffffb8,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:12px;padding:2rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._resourceCard_1a74f_215:hover{transform:translateY(-3px);border-color:#9daa9673;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}._resourceCard_1a74f_215{display:flex;flex-direction:column;gap:1rem}._resourceCard_1a74f_215 ul{margin:0;padding-left:2rem}._cardHeader_1a74f_240{display:flex;justify-content:space-between;align-items:center;gap:1rem}._cardHeader_1a74f_240 h3{margin:0}._badge_1a74f_250{display:inline-flex;align-items:center;justify-content:center;padding:0 1rem;height:28px;border-radius:999px;background-color:#7a7b7a1f;color:#1e1f1e;font-size:.875rem;font-weight:600;white-space:nowrap}._cardLink_1a74f_264{color:#1e1f1e;font-weight:600;text-decoration:none;margin-top:auto}._cardLink_1a74f_264:hover{color:#9daa96;text-decoration:underline}._badge_1a74f_250,._cardLink_1a74f_264{min-height:44px}._calloutSection_1a74f_211{margin-top:4rem}._calloutCard_1a74f_284{background:#364539;color:#fff;border-radius:12px;padding:3rem}._calloutCard_1a74f_284 a{color:#fff;text-decoration:underline}._highlightCard_1a74f_169,._resourceCard_1a74f_215{background:linear-gradient(145deg,#ffffffb8,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._highlightCard_1a74f_169:hover,._resourceCard_1a74f_215:hover{transform:translateY(-3px);border-color:#9daa9673;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}._calloutCard_1a74f_284{background:linear-gradient(145deg,#ffffffd1,#43534324);border:1px solid rgba(67,83,67,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._calloutCard_1a74f_284:hover{transform:translateY(-3px);border-color:#43534373;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}._calloutCard_1a74f_284,._calloutCard_1a74f_284 h2,._calloutCard_1a74f_284 p,._calloutCard_1a74f_284 li{color:#1e1f1e}._calloutCard_1a74f_284 a{color:#4d5a48;font-weight:600}._calloutCard_1a74f_284 a:hover{color:#9daa96}._cardNote_1a74f_340{margin-top:1.5rem;font-weight:600}@keyframes _loading_1sek7_1{0%{background-position:200% 0}to{background-position:-200% 0}}._hero_1sek7_9{background:#364539;color:#fff;padding:4rem 0;text-align:center}._heroTitle_1sek7_16{font-size:2.75rem;font-weight:800;margin-bottom:1rem;color:#fff}@media (max-width: 479px){._heroTitle_1sek7_16{font-size:2rem}}._heroSubtitle_1sek7_28{font-size:1.15rem;line-height:1.7;color:#ffffffe6;max-width:580px;margin:0 auto}@media (max-width: 479px){._heroSubtitle_1sek7_28{font-size:1rem}}._contactSection_1sek7_41{padding:4rem 0}@media (max-width: 479px){._contactSection_1sek7_41{padding:2.5rem 0}}._contactGrid_1sek7_50{display:grid;grid-template-columns:1fr 1.4fr;gap:3rem;max-width:1000px;margin:0 auto;align-items:start}@media (max-width: 479px){._contactGrid_1sek7_50{grid-template-columns:1fr;gap:2rem}}@media (min-width: 480px) and (max-width: 1023px){._contactGrid_1sek7_50{grid-template-columns:1fr;gap:2.5rem}}._contactInfo_1sek7_71{padding:2rem;background:#f6efe7;border-radius:12px}@media (max-width: 479px){._contactInfo_1sek7_71{padding:1.5rem}}._infoTitle_1sek7_82{font-size:1.5rem;font-weight:700;color:#1e1f1e;margin-bottom:.5rem}._infoSubtitle_1sek7_89{font-size:.9rem;color:#4a4b4a;line-height:1.6;margin-bottom:1.5rem}._infoItems_1sek7_96{display:flex;flex-direction:column;gap:1.25rem}._infoItem_1sek7_96{display:flex;align-items:flex-start;gap:.75rem}._infoItem_1sek7_96 h3{font-size:.9rem;font-weight:600;color:#1e1f1e;margin:0 0 .15rem}._infoItem_1sek7_96 p{font-size:.875rem;color:#4a4b4a;margin:0;line-height:1.5}._infoIcon_1sek7_120{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:10px;color:#7a7b7a;flex-shrink:0}._contactForm_1sek7_132{background:#fff;border:1px solid #e2dfd9;border-radius:12px;padding:2rem}@media (max-width: 479px){._contactForm_1sek7_132{padding:1.5rem}}._formTitle_1sek7_144{font-size:1.5rem;font-weight:700;color:#1e1f1e;margin-bottom:1.5rem}._formRow_1sek7_151{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}@media (max-width: 479px){._formRow_1sek7_151{grid-template-columns:1fr}}._formGroup_1sek7_163{margin-bottom:1rem}._formGroup_1sek7_163 label{display:block;font-size:.875rem;font-weight:600;color:#1e1f1e;margin-bottom:.35rem}._formGroup_1sek7_163 input,._formGroup_1sek7_163 select,._formGroup_1sek7_163 textarea{width:100%;padding:.65rem .85rem;border:1.5px solid #e2dfd9;border-radius:8px;font-size:.925rem;color:#1e1f1e;background:#fff;transition:border-color .15s ease;font-family:inherit}._formGroup_1sek7_163 input:focus,._formGroup_1sek7_163 select:focus,._formGroup_1sek7_163 textarea:focus{outline:none;border-color:#616362;box-shadow:0 0 0 3px #61636226}._formGroup_1sek7_163 input::placeholder,._formGroup_1sek7_163 select::placeholder,._formGroup_1sek7_163 textarea::placeholder{color:#7a7b7a}._formGroup_1sek7_163 textarea{resize:vertical;min-height:120px}._formGroup_1sek7_163 select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%237a7b7a' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}._submitButton_1sek7_211{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._submitButton_1sek7_211:disabled{opacity:.6;cursor:not-allowed}._submitButton_1sek7_211{background:#364539;color:#fff;width:100%;padding:.85rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;transition:all .2s ease;margin-top:.5rem}._submitButton_1sek7_211:hover{background:#2a352e}._submitButton_1sek7_211:focus{outline:none}._submitButton_1sek7_211:focus-visible{outline:2px solid #9daa96;outline-offset:2px}._successMessage_1sek7_252{text-align:center;padding:3rem 1.5rem}._successMessage_1sek7_252 h3{font-size:1.5rem;font-weight:700;color:#1e1f1e;margin-bottom:.5rem}._successMessage_1sek7_252 p{color:#4a4b4a;margin-bottom:1.5rem;line-height:1.6}._successIcon_1sek7_268{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#2e7d4214;color:#2e7d42;border-radius:50%;margin:0 auto 1rem}._resetButton_1sek7_280{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._resetButton_1sek7_280:disabled{opacity:.6;cursor:not-allowed}._resetButton_1sek7_280{background:transparent;color:#1e1f1e;border:1.5px solid #c8c5c0;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;border-radius:8px;transition:all .2s ease}._resetButton_1sek7_280:hover{background:#ebe8e3;border-color:#7a7b7a}._resetButton_1sek7_280:focus{outline:none}._resetButton_1sek7_280:focus-visible{outline:2px solid #9daa96;outline-offset:2px}@keyframes _loading_cwyef_1{0%{background-position:200% 0}to{background-position:-200% 0}}._page_cwyef_9{padding-bottom:4rem}._hero_cwyef_13{background:#364539;color:#fff;padding:clamp(2.5rem,5vw,3.75rem) 0 clamp(2.75rem,5vw,4rem);text-align:center}._hero_cwyef_13 ._heroInner_cwyef_19{display:flex;flex-direction:column;align-items:center;gap:1.35rem;max-width:38rem;margin:0 auto}._hero_cwyef_13 ._heroTitle_cwyef_27{font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800;margin:0;letter-spacing:-.02em;color:#fff;line-height:1.2}._hero_cwyef_13 ._heroSubtitle_cwyef_35{margin:0;width:100%;max-width:36rem;font-size:1.05rem;line-height:1.6;color:#ffffffeb}._hero_cwyef_13 ._heroMeta_cwyef_43{margin:-.35rem 0 0;font-size:.86rem;color:#ffffffe0}._hero_cwyef_13 ._progress_cwyef_48{width:100%;max-width:22rem;margin:.35rem 0 0;padding:0;flex-shrink:0}._hero_cwyef_13 ._progressBar_cwyef_55{height:6px;border-radius:6px;background:#ffffff40;overflow:hidden}._hero_cwyef_13 ._progressFill_cwyef_61{height:100%;border-radius:6px;background:#fff;transition:width .35s ease}._hero_cwyef_13 ._progressLabel_cwyef_67{text-align:center;margin:.65rem 0 0;font-size:.8rem;font-weight:600;letter-spacing:.02em;color:#ffffffe0}._panel_cwyef_76{max-width:640px;margin:2rem auto 0;padding:0 1.25rem}._card_cwyef_82{background:#fff;border-radius:16px;padding:2rem 1.75rem;border:1px solid #e2dfd9;box-shadow:0 12px 40px #0000000f}._stepTitle_cwyef_90{font-size:1.35rem;font-weight:700;color:#1e1f1e;margin:0 0 .35rem}._stepHint_cwyef_97{font-size:.95rem;color:#4a4b4a;margin:0 0 1.5rem;line-height:1.5}._optionGrid_cwyef_104{display:flex;flex-direction:column;gap:.65rem}._option_cwyef_104{display:flex;align-items:flex-start;gap:.75rem;padding:.95rem 1rem;border-radius:12px;border:2px solid #e2dfd9;cursor:pointer;transition:border-color .2s ease,background .2s ease}._option_cwyef_104:hover{border-color:#9daa9673;background:#9daa960a}._option_cwyef_104 input{margin-top:.2rem;accent-color:#364539}._optionSelected_cwyef_129{border-color:#364539;background:#aebfb240}._optionLabel_cwyef_134{font-weight:600;color:#1e1f1e;display:block}._optionDesc_cwyef_140{font-size:.85rem;color:#7a7b7a;margin-top:.15rem;line-height:1.4}._goalBox_cwyef_147{margin-top:1rem}._goalLabel_cwyef_151{display:block;font-size:.86rem;color:#1e1f1e;font-weight:600;margin-bottom:.45rem}._goalInput_cwyef_159{width:100%;border:1px solid #e2dfd9;border-radius:10px;padding:.7rem .8rem;font-family:inherit;font-size:.92rem;line-height:1.45;resize:vertical;min-height:84px}._goalInput_cwyef_159:focus{outline:2px solid rgba(157,170,150,.35);border-color:#9daa968c}._actions_cwyef_175{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem;justify-content:space-between;align-items:center}._backBtn_cwyef_184{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._backBtn_cwyef_184:disabled{opacity:.6;cursor:not-allowed}._backBtn_cwyef_184{background:transparent;color:#1e1f1e;border:1.5px solid #c8c5c0;padding:.55rem 1.15rem;border-radius:10px;font-weight:600;font-size:.9rem}._backBtn_cwyef_184:hover{background:#ebe8e3}._primaryBtn_cwyef_216{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._primaryBtn_cwyef_216:disabled{opacity:.6;cursor:not-allowed}._primaryBtn_cwyef_216{background:#364539;color:#fff;padding:.65rem 1.35rem;border-radius:10px;font-weight:600;font-size:.95rem}._primaryBtn_cwyef_216:hover:not(:disabled){background:#2a352e}._primaryBtn_cwyef_216:disabled{opacity:.55;cursor:not-allowed}._summaryList_cwyef_251{list-style:none;padding:0;margin:0}._summaryList_cwyef_251 li{padding:.5rem 3.25rem .5rem 0;border-bottom:1px solid #e2dfd9;font-size:.95rem;color:#1e1f1e;position:relative}._summaryList_cwyef_251 li strong{color:#1e1f1e;margin-right:.35rem}._editLink_cwyef_269{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._editLink_cwyef_269:disabled{opacity:.6;cursor:not-allowed}._editLink_cwyef_269{position:absolute;right:0;top:.46rem;border:none;background:transparent;color:#364539;font-size:.8rem;font-weight:600;padding:0}._editLink_cwyef_269:hover{color:#2a352e;text-decoration:underline}._finishActions_cwyef_304{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}@media (max-width: 479px){._finishActions_cwyef_304{align-items:stretch}}._secondaryLink_cwyef_316{text-align:center;font-size:.9rem;color:#4a4b4a}._secondaryLink_cwyef_316 a{color:#1e1f1e;font-weight:600}._secondaryLink_cwyef_316 a:hover{color:#9daa96}._skipNote_cwyef_329{font-size:.85rem;color:#7a7b7a;margin-top:1rem;text-align:center}._skipNote_cwyef_329 a{color:#1e1f1e;font-weight:500}._safetyNote_cwyef_340{margin-top:1rem;padding:.8rem .9rem;border-radius:10px;border:1px solid rgba(212,132,26,.38);background:#d4841a14;color:#1e1f1e;font-size:.88rem;line-height:1.45}._previewBlock_cwyef_351{margin-top:1.2rem}._previewTitle_cwyef_355{margin:0;font-size:1rem}._previewHint_cwyef_360{margin:.25rem 0 .8rem;font-size:.86rem;color:#7a7b7a}._previewGrid_cwyef_366{display:grid;grid-template-columns:1fr;gap:.6rem}._previewCard_cwyef_372{border:1px solid #e2dfd9;border-radius:11px;padding:.7rem .85rem;background:#f6efe78c}._previewCard_cwyef_372 h4{margin:0;font-size:.95rem;color:#1e1f1e}._previewCard_cwyef_372 p{margin:.2rem 0 .45rem;font-size:.8rem;color:#7a7b7a}._previewCard_cwyef_372 ul{margin:0;padding-left:1rem}._previewCard_cwyef_372 li{margin-bottom:.2rem;font-size:.82rem;color:#4a4b4a}._privacyLine_cwyef_398{font-size:.8rem;color:#7a7b7a;text-align:center;margin-top:.6rem}@keyframes _loading_r3qz9_1{0%{background-position:200% 0}to{background-position:-200% 0}}._hero_r3qz9_9{background:#364539;color:#fff;padding:4rem 0;text-align:center}._heroTitle_r3qz9_16{font-size:2.5rem;font-weight:800;color:#fff;margin-bottom:1rem}@media (max-width: 479px){._heroTitle_r3qz9_16{font-size:2rem}}._heroSubtitle_r3qz9_28{max-width:42rem;margin:0 auto;color:#ffffffeb;line-height:1.7;font-size:1.05rem}._contentSection_r3qz9_36{padding:4rem 0}._contentGrid_r3qz9_40{display:grid;gap:1.25rem}._infoBlock_r3qz9_45{border:1px solid #e2dfd9;border-radius:14px;padding:1.25rem 1.1rem;background:#fff}._infoBlock_r3qz9_45 h2{font-size:1.25rem;margin:0 0 .65rem;color:#1e1f1e}._infoBlock_r3qz9_45 p{margin:0;color:#4a4b4a;line-height:1.65}._actions_r3qz9_62{margin-top:1.6rem;display:flex;gap:.8rem;justify-content:flex-end;flex-wrap:wrap}@media (max-width: 479px){._actions_r3qz9_62{justify-content:center}}._primaryButton_r3qz9_75{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._primaryButton_r3qz9_75:disabled{opacity:.6;cursor:not-allowed}._primaryButton_r3qz9_75{background:#364539;color:#fff;padding:.75rem 1.5rem;border-radius:8px}._primaryButton_r3qz9_75:hover{background:#2a352e;text-decoration:none;color:#fff}._secondaryButton_r3qz9_106{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._secondaryButton_r3qz9_106:disabled{opacity:.6;cursor:not-allowed}._secondaryButton_r3qz9_106{background:transparent;color:#1e1f1e;border:1px solid #c8c5c0;padding:.75rem 1.5rem;border-radius:8px}._secondaryButton_r3qz9_106:hover{background:#ebe8e3;text-decoration:none;color:#1e1f1e}@keyframes _loading_1v6ew_1{0%{background-position:200% 0}to{background-position:-200% 0}}._loginForm_1v6ew_9{width:100%;max-width:26rem;margin:1.5rem auto 0}._form_1v6ew_15{background:linear-gradient(145deg,#ffffffd1,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:18px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._form_1v6ew_15:hover{transform:translateY(-3px);border-color:#9daa9673;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}._form_1v6ew_15{padding:2rem 2rem 1.5rem;animation:_fadeInUp_1v6ew_1 .6s ease-out}@media (max-width: 479px){._form_1v6ew_15{padding:1.5rem;border-radius:14px}}._formHeader_1v6ew_40{text-align:left;margin-bottom:2rem}._formHeader_1v6ew_40 ._title_1v6ew_44{color:#1e1f1e;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .25rem;line-height:1.2}._formHeader_1v6ew_40 ._subtitle_1v6ew_52{color:#4a4b4a;font-size:.875rem;line-height:1.55;margin:0;max-width:22rem}._credentialCluster_1v6ew_60{background:linear-gradient(145deg,#ffffffd1,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:14px;padding:1rem 1rem .5rem;margin-bottom:1.5rem}._credentialCluster_1v6ew_60 ._formGroup_1v6ew_70:last-of-type{margin-bottom:0}._clusterLabel_1v6ew_74{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#7a7b7a;margin:0 0 .5rem}._errorAlert_1v6ew_83{background-color:#c0392b1a;border:1px solid rgba(192,57,43,.3);color:#c0392b;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;animation:_slideInDown_1v6ew_1 .3s ease-out}._errorAlert_1v6ew_83 ._errorIcon_1v6ew_95{font-size:1.125rem}._successAlert_1v6ew_99{background-color:#2e7d421a;border:1px solid rgba(46,125,66,.3);color:#2e7d42;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;animation:_slideInDown_1v6ew_1 .3s ease-out}._successAlert_1v6ew_99 ._successIcon_1v6ew_111{font-size:1.125rem}._formGroup_1v6ew_70{margin-bottom:1rem}._formGroup_1v6ew_70 ._label_1v6ew_118{display:block;color:#1e1f1e;font-weight:600;margin-bottom:.35rem;font-size:.875rem}._formGroup_1v6ew_70 ._input_1v6ew_125{width:100%;height:44px;padding:1rem;border:2px solid #e2dfd9;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;background-color:#fff;transition:border-color .15s ease}._formGroup_1v6ew_70 ._input_1v6ew_125:focus{outline:none;border-color:#9daa96;box-shadow:0 0 0 3px #9daa961a}._formGroup_1v6ew_70 ._input_1v6ew_125::placeholder{color:#7a7b7a}._formGroup_1v6ew_70 ._input_1v6ew_125{width:100%;padding:.65rem .85rem;min-height:48px;font-size:1rem;border-radius:12px;transition:border-color .2s ease,box-shadow .2s ease}._formGroup_1v6ew_70 ._input_1v6ew_125:focus{border-color:#4d5a4873;box-shadow:0 0 0 3px #9daa962e}._formGroup_1v6ew_70 ._input_1v6ew_125._inputError_1v6ew_160{border-color:#c0392b}._formGroup_1v6ew_70 ._input_1v6ew_125._inputError_1v6ew_160:focus{border-color:#c0392b;box-shadow:0 0 0 3px #c0392b1a}._formGroup_1v6ew_70 ._input_1v6ew_125:disabled{background-color:#ebe8e3;cursor:not-allowed}._formGroup_1v6ew_70 ._fieldError_1v6ew_171{color:#c0392b;font-size:.75rem;margin-top:.25rem;display:block}._formOptions_1v6ew_178{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._formOptions_1v6ew_178 ._checkboxLabel_1v6ew_184{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#4a4b4a}._formOptions_1v6ew_178 ._checkboxLabel_1v6ew_184 ._checkbox_1v6ew_184{width:16px;height:16px;accent-color:#9daa96}._formOptions_1v6ew_178 ._checkboxLabel_1v6ew_184 ._checkboxText_1v6ew_197{-webkit-user-select:none;user-select:none}._formOptions_1v6ew_178 ._forgotLink_1v6ew_200{color:#1e1f1e;font-size:.875rem;text-decoration:none;transition:color .15s ease}._formOptions_1v6ew_178 ._forgotLink_1v6ew_200:hover{color:#9daa96;text-decoration:underline}._submitButton_1v6ew_211{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._submitButton_1v6ew_211:disabled{opacity:.6;cursor:not-allowed}._submitButton_1v6ew_211{background-color:#364539;color:#fff;position:relative;overflow:hidden}._submitButton_1v6ew_211:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transition:left .6s ease}._submitButton_1v6ew_211:hover:not(:disabled){background-color:#2a352e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._submitButton_1v6ew_211:hover:not(:disabled):before{left:100%}._submitButton_1v6ew_211:active:not(:disabled){transform:translateY(-1px)}._submitButton_1v6ew_211{width:100%;padding:.75rem 1.5rem;min-height:48px;font-size:1rem;font-weight:600;border-radius:12px;position:relative;overflow:hidden}._submitButton_1v6ew_211:disabled{opacity:.7;cursor:not-allowed;transform:none}._submitButton_1v6ew_211 ._spinner_1v6ew_272{display:inline-block;width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:_spin_1v6ew_272 1s linear infinite;margin-right:.5rem}._demoCredentials_1v6ew_283{background:linear-gradient(145deg,#ffffffd1,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:8px;padding:1rem;margin-top:1.5rem;text-align:center}._demoCredentials_1v6ew_283 ._demoTitle_1v6ew_294{font-size:.875rem;font-weight:500;color:#1e1f1e;margin:0 0 .25rem}._demoCredentials_1v6ew_283 ._demoText_1v6ew_300{font-size:.75rem;color:#4a4b4a;margin:0;line-height:1.5}._demoCredentials_1v6ew_283 ._demoText_1v6ew_300 code{background-color:#ebe8e3;color:#1e1f1e;padding:2px 4px;border-radius:3px;font-family:Courier New,monospace}._demoCredentials_1v6ew_283 ._testButton_1v6ew_313{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._demoCredentials_1v6ew_283 ._testButton_1v6ew_313:disabled{opacity:.6;cursor:not-allowed}._demoCredentials_1v6ew_283 ._testButton_1v6ew_313{background-color:transparent;color:#9daa96;border:2px solid #9daa96}._demoCredentials_1v6ew_283 ._testButton_1v6ew_313:hover:not(:disabled){background-color:#9daa96;color:#fff}._demoCredentials_1v6ew_283 ._testButton_1v6ew_313{margin-top:.5rem;padding:.5rem 1rem;font-size:.75rem;width:100%}._formFooter_1v6ew_348{text-align:center;margin-top:1.5rem}._formFooter_1v6ew_348 ._footerText_1v6ew_352{color:#4a4b4a;font-size:.875rem;margin:0}._formFooter_1v6ew_348 ._footerLink_1v6ew_357{color:#1e1f1e;font-weight:500;text-decoration:none;transition:color .15s ease}._formFooter_1v6ew_348 ._footerLink_1v6ew_357:hover{color:#9daa96;text-decoration:underline}@keyframes _fadeInUp_1v6ew_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideInDown_1v6ew_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_1v6ew_272{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 479px){._form_1v6ew_15{padding:2rem}._formOptions_1v6ew_178{flex-direction:column;gap:1rem;align-items:flex-start}}@keyframes _loading_p8b6j_1{0%{background-position:200% 0}to{background-position:-200% 0}}._authLayout_p8b6j_9 ._main_p8b6j_9{padding:0;background:#fff;min-height:100vh;min-height:100dvh}._loginPageContainer_p8b6j_16{display:flex;min-height:100vh;min-height:100dvh;width:100%}@media (max-width: 479px){._loginPageContainer_p8b6j_16{flex-direction:column}}._loginImageSection_p8b6j_28{flex:1;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:none}@media (min-width: 1024px){._loginImageSection_p8b6j_28{display:block}}._imageOverlay_p8b6j_42{position:absolute;inset:0;background:linear-gradient(135deg,#1e1f1e99,#1e1f1e73);display:flex;align-items:center;justify-content:center;padding:3rem}._imageContent_p8b6j_55{text-align:center;color:#fff;max-width:500px;animation:_fadeInUp_p8b6j_1 1s ease-out}._imageTitle_p8b6j_62{font-size:3rem;font-weight:800;margin-bottom:1.5rem;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.3);line-height:1.2}@media (min-width: 480px) and (max-width: 1023px){._imageTitle_p8b6j_62{font-size:2.5rem}}._imageSubtitle_p8b6j_76{font-size:1.25rem;line-height:1.8;color:#fffffff2;text-shadow:0 2px 10px rgba(0,0,0,.2);margin:0}._loginFormSection_p8b6j_84{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f6efe7,#e7ebe4);padding:3rem 1.5rem;min-height:100vh;min-height:100dvh}@media (max-width: 479px){._loginFormSection_p8b6j_84{padding:2rem 1rem;min-height:auto}}@media (max-width: 1024px){._loginFormSection_p8b6j_84{padding:2rem 1rem}}._authContainer_p8b6j_106{width:100%;max-width:36rem;animation:_fadeInUp_p8b6j_1 .8s ease-out}@keyframes _fadeInUp_p8b6j_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._registerPageContainer_p8b6j_122{display:flex;min-height:100vh;min-height:100dvh;width:100%}@media (max-width: 479px){._registerPageContainer_p8b6j_122{flex-direction:column}}._registerImageSection_p8b6j_134{flex:1;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:none}@media (min-width: 1024px){._registerImageSection_p8b6j_134{display:block}}._registerFormSection_p8b6j_148{flex:1;display:flex;align-items:flex-start;justify-content:center;background:linear-gradient(135deg,#f6efe7,#e7ebe4);padding:3rem 1.5rem;min-height:100vh;min-height:100dvh;overflow-y:auto}@media (max-width: 479px){._registerFormSection_p8b6j_148{padding:2rem 1rem;min-height:auto}}@media (max-width: 1024px){._registerFormSection_p8b6j_148{padding:2rem 1rem}}._registrationForm_p8b6j_171{width:100%;max-width:800px;margin:0 auto}._registrationContainer_p8b6j_177{display:flex;gap:3rem;width:100%;max-width:1600px;margin:0 auto;padding:2rem;align-items:flex-start}@media (max-width: 479px){._registrationContainer_p8b6j_177{flex-direction:column;gap:2rem;padding:1rem}}._registrationSidebar_p8b6j_194{flex:0 0 400px;display:flex;justify-content:flex-start}._authCard_p8b6j_200{background:linear-gradient(145deg,#ffffffd1,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:var(--tp-surface-radius-lg, 20px);padding:var(--tp-card-padding-lg, 1.5rem);border:1px solid rgba(67,83,67,.2);text-align:center;transition:all .3s ease;width:100%}._authCard_p8b6j_200:hover{transform:translateY(-5px);box-shadow:0 18px 44px #161c1833}@media (max-width: 479px){._authCard_p8b6j_200{padding:2rem}}@media (max-width: 380px){._authCard_p8b6j_200{padding:1.15rem;border-radius:14px}}._authTitle_p8b6j_229{font-size:clamp(1.9rem,3vw,2.5rem);font-weight:800;background:linear-gradient(135deg,#9daa96,#4d5a48);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.5px;line-height:1.2;text-wrap:balance}@media (max-width: 479px){._authTitle_p8b6j_229{font-size:2rem}}._authSubtitle_p8b6j_247{color:#4a4b4a;margin-bottom:2.5rem;line-height:1.6;font-size:clamp(1rem,1.3vw,1.1rem);text-wrap:pretty}._placeholder_p8b6j_255{background:linear-gradient(145deg,#ffffffd1,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px dashed rgba(67,83,67,.34);border-radius:16px;padding:2rem;margin:2rem 0;transition:all .3s ease}._placeholder_p8b6j_255:hover{border-color:#43534380;box-shadow:0 10px 30px #161c1824}._placeholder_p8b6j_255 p{color:#4a4b4a;margin-bottom:.75rem;font-size:1rem;line-height:1.6}._placeholder_p8b6j_255 p:last-child{margin-bottom:0}._authFooter_p8b6j_281{margin-top:2.5rem;padding-top:2rem;border-top:2px solid #f6efe7}._authFooter_p8b6j_281 p{color:#4a4b4a;margin:0;font-size:1.05rem}._authFooter_p8b6j_281 ._authLink_p8b6j_291{min-height:44px;display:inline-flex;align-items:center;color:#9daa96;font-weight:700;text-decoration:none;transition:all .3s ease;position:relative}._authFooter_p8b6j_281 ._authLink_p8b6j_291:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:#9daa96;transition:width .3s ease}._authFooter_p8b6j_281 ._authLink_p8b6j_291:hover{color:#4d5a48;text-decoration:none}._authFooter_p8b6j_281 ._authLink_p8b6j_291:hover:after{width:100%}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}@keyframes _loading_94cv5_1{0%{background-position:200% 0}to{background-position:-200% 0}}._registerForm_94cv5_9{width:100%;max-width:32rem;margin:1rem auto 0}._form_94cv5_15{background:linear-gradient(145deg,#ffffffd1,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:18px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._form_94cv5_15:hover{transform:translateY(-3px);border-color:#9daa9673;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}._form_94cv5_15{padding:2rem 2rem 1.5rem;animation:_fadeInUp_94cv5_1 .6s ease-out}@media (max-width: 479px){._form_94cv5_15{padding:1.5rem;border-radius:14px}}._formHeader_94cv5_40{text-align:left;margin-bottom:2rem}._formHeader_94cv5_40 ._title_94cv5_44{color:#1e1f1e;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .25rem;line-height:1.2}._formHeader_94cv5_40 ._subtitle_94cv5_52{color:#4a4b4a;font-size:.875rem;line-height:1.55;margin:0 0 1.5rem;max-width:28rem}._registrationStepper_94cv5_60{margin-top:.5rem}._stepperTrack_94cv5_64{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:.5rem}._stepperSegment_94cv5_71{height:4px;border-radius:999px;background:#c8c5c0a6;transition:background .35s ease,transform .2s ease}._stepperSegmentFilled_94cv5_78{background:linear-gradient(90deg,#4d5a48,#8f9f88);box-shadow:0 0 0 1px #4d5a481f}._stepperMeta_94cv5_83{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem .75rem;justify-content:space-between}._stepperCount_94cv5_91{font-size:.75rem;font-weight:600;color:#7a7b7a;text-transform:uppercase;letter-spacing:.06em}._stepperTitle_94cv5_99{font-size:1rem;font-weight:600;color:#1e1f1e}._fieldCluster_94cv5_105{background:linear-gradient(145deg,#ffffffd1,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:14px;padding:1.5rem 1rem;margin-bottom:1.5rem}._fieldCluster_94cv5_105 ._formGroup_94cv5_115:last-child{margin-bottom:0}._clusterHeading_94cv5_119{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#7a7b7a;margin:0 0 .5rem}._clusterIntro_94cv5_128{font-size:.75rem;color:#4a4b4a;margin:0 0 1rem;line-height:1.5}._termsCluster_94cv5_135{background:transparent;border-style:dashed;padding-top:1rem;padding-bottom:1rem}._lastStepHint_94cv5_142{font-size:.75rem;color:#4a4b4a;text-align:center;margin:0 0 1rem}._formSection_94cv5_149{margin-bottom:1rem}._formSection_94cv5_149 ._sectionTitle_94cv5_152{color:#1e1f1e;font-size:.875rem;font-weight:600;margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid #e2dfd9}._formRow_94cv5_161{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media (max-width: 479px){._formRow_94cv5_161{grid-template-columns:1fr}}._errorAlert_94cv5_172{white-space:pre-line;background-color:#c0392b1a;border:1px solid rgba(192,57,43,.3);color:#c0392b;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;animation:_slideInDown_94cv5_1 .3s ease-out}._errorAlert_94cv5_172 ._errorIcon_94cv5_185{font-size:1.125rem}._successAlert_94cv5_189{background-color:#2e7d421a;border:1px solid rgba(46,125,66,.3);color:#2e7d42;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;animation:_slideInDown_94cv5_1 .3s ease-out}._successAlert_94cv5_189 ._successIcon_94cv5_201{font-size:1.125rem}._formGroup_94cv5_115{margin-bottom:1rem}._formGroup_94cv5_115 ._label_94cv5_208{display:block;color:#1e1f1e;font-weight:600;margin-bottom:.35rem;font-size:.875rem}._formGroup_94cv5_115 ._inputWrapper_94cv5_215{position:relative;display:flex;align-items:center}._formGroup_94cv5_115 ._input_94cv5_215{width:100%;height:44px;padding:1rem;border:2px solid #e2dfd9;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;background-color:#fff;transition:border-color .15s ease}._formGroup_94cv5_115 ._input_94cv5_215:focus{outline:none;border-color:#9daa96;box-shadow:0 0 0 3px #9daa961a}._formGroup_94cv5_115 ._input_94cv5_215::placeholder{color:#7a7b7a}._formGroup_94cv5_115 ._input_94cv5_215{width:100%;padding:1rem;padding-right:40px;font-size:1rem;transition:all .15s ease}._formGroup_94cv5_115 ._input_94cv5_215:focus{border-color:#9daa96;box-shadow:0 0 0 3px #9daa961a}._formGroup_94cv5_115 ._input_94cv5_215[type=select-one],._formGroup_94cv5_115 ._input_94cv5_215[name=state]{padding:12px 40px 12px 16px!important;line-height:1.5!important;height:auto!important;min-height:48px!important;display:block!important}._formGroup_94cv5_115 ._input_94cv5_215._inputError_94cv5_262{border-color:#c0392b}._formGroup_94cv5_115 ._input_94cv5_215._inputError_94cv5_262:focus{border-color:#c0392b;box-shadow:0 0 0 3px #c0392b1a}._formGroup_94cv5_115 ._input_94cv5_215._inputSuccess_94cv5_269{border-color:#2e7d42}._formGroup_94cv5_115 ._input_94cv5_215._inputSuccess_94cv5_269:focus{border-color:#2e7d42;box-shadow:0 0 0 3px #2e7d421a}._formGroup_94cv5_115 ._input_94cv5_215:disabled{background-color:#ebe8e3;cursor:not-allowed}._formGroup_94cv5_115 ._phoneFieldHint_94cv5_280{font-size:.8125rem;color:#4a4b4a;margin:0 0 .5rem;line-height:1.5}._formGroup_94cv5_115 ._phoneField_94cv5_280{width:100%;flex:1;--PhoneInput-color--focus: #9daa96;padding:2px;border-radius:12px;background:#fff;border:1px solid rgba(200,197,192,.8);transition:border-color .2s ease,box-shadow .2s ease}._formGroup_94cv5_115 ._phoneField_94cv5_280:focus-within{border-color:#4d5a4859;box-shadow:0 0 0 3px #9daa962e}._formGroup_94cv5_115 ._phoneField_94cv5_280 .PhoneInput{width:100%;align-items:stretch;gap:.5rem;padding:.15rem .35rem .15rem .5rem}._formGroup_94cv5_115 ._phoneField_94cv5_280 .PhoneInputCountry{margin-right:0}._formGroup_94cv5_115 ._phoneField_94cv5_280 .PhoneInputCountryIcon{box-shadow:none;border-radius:4px}._formGroup_94cv5_115 ._phoneField_94cv5_280 .PhoneInputCountrySelect{padding:.35rem .5rem;border-radius:8px;border:none;background:#f6efe7e6;font-weight:600;font-size:.8125rem;color:#1e1f1e}._formGroup_94cv5_115 ._phoneField_94cv5_280 .PhoneInputInput{border:none!important;box-shadow:none!important;border-radius:8px;padding:.65rem .75rem!important;font-size:1rem;letter-spacing:.02em;background:transparent}._formGroup_94cv5_115 ._phoneField_94cv5_280 .PhoneInputInput:focus{outline:none}._formGroup_94cv5_115 ._phoneFieldError_94cv5_334{border-color:#c0392b8c;box-shadow:0 0 0 3px #c0392b1a}._formGroup_94cv5_115 ._phoneFieldSuccess_94cv5_338{border-color:#2e7d4273}._formGroup_94cv5_115 ._successIcon_94cv5_201{position:absolute;right:12px;color:#2e7d42;font-size:.875rem;font-weight:700}._formGroup_94cv5_115 ._fieldError_94cv5_348{color:#c0392b;font-size:.75rem;margin-top:.25rem;display:block}._formGroup_94cv5_115 ._fieldSuccess_94cv5_354{color:#2e7d42;font-size:.75rem;margin-top:.25rem;display:block;font-weight:500}._checkboxLabel_94cv5_362{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.875rem;color:#4a4b4a;line-height:1.75}._checkboxLabel_94cv5_362 ._checkbox_94cv5_362{width:18px;height:18px;accent-color:#9daa96;margin-top:2px;flex-shrink:0}._checkboxLabel_94cv5_362 ._checkboxText_94cv5_378{-webkit-user-select:none;user-select:none}._checkboxLabel_94cv5_362 ._termsLink_94cv5_381{color:#1e1f1e;text-decoration:none;font-weight:500;transition:color .15s ease}._checkboxLabel_94cv5_362 ._termsLink_94cv5_381:hover{color:#9daa96;text-decoration:underline}._passwordStrength_94cv5_392{margin-top:.5rem}._passwordStrength_94cv5_392 ._strengthBar_94cv5_395{width:100%;height:4px;background-color:#e2dfd9;border-radius:2px;overflow:hidden;margin-bottom:.25rem}._passwordStrength_94cv5_392 ._strengthFill_94cv5_403{height:100%;transition:all .15s ease;border-radius:2px}._passwordStrength_94cv5_392 ._strengthFill_94cv5_403._strengthWeak_94cv5_408{background-color:#c0392b;width:33%}._passwordStrength_94cv5_392 ._strengthFill_94cv5_403._strengthMedium_94cv5_412{background-color:#d4841a;width:66%}._passwordStrength_94cv5_392 ._strengthFill_94cv5_403._strengthStrong_94cv5_416{background-color:#2e7d42;width:100%}._passwordStrength_94cv5_392 ._strengthText_94cv5_420{font-size:.75rem;color:#4a4b4a;font-weight:500}._formProgress_94cv5_426{margin:1.5rem 0;padding:1rem;background:linear-gradient(135deg,#f6efe7,#e2dfd9);border-radius:12px;border:1px solid #e2dfd9;box-shadow:0 2px 4px #0000000d}._formProgress_94cv5_426 ._progressHeader_94cv5_434{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._formProgress_94cv5_426 ._progressTitle_94cv5_440{font-size:.875rem;font-weight:600;color:#1e1f1e;margin:0}._formProgress_94cv5_426 ._progressPercentage_94cv5_446{font-size:.875rem;font-weight:700;color:#1e1f1e;margin:0}._formProgress_94cv5_426 ._progressBar_94cv5_452{width:100%;height:8px;background-color:#e2dfd9;border-radius:4px;overflow:hidden;margin-bottom:.5rem;position:relative}._formProgress_94cv5_426 ._progressFill_94cv5_461{height:100%;background:linear-gradient(90deg,#9daa96,#aebfb2,#2e7d42);border-radius:4px;transition:width .3s ease;position:relative}._formProgress_94cv5_426 ._progressFill_94cv5_461:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:_shimmer_94cv5_1 2s infinite}._formProgress_94cv5_426 ._progressText_94cv5_478{font-size:.75rem;color:#4a4b4a;font-weight:500;text-align:center}._formProgress_94cv5_426 ._progressSteps_94cv5_484{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.75rem;color:#4a4b4a}._formProgress_94cv5_426 ._stepIndicator_94cv5_491{display:flex;flex-direction:column;align-items:center;gap:.25rem}._formProgress_94cv5_426 ._stepIndicator_94cv5_491 ._stepDot_94cv5_497{width:8px;height:8px;border-radius:50%;background-color:#e2dfd9;transition:all .15s ease}._formProgress_94cv5_426 ._stepIndicator_94cv5_491 ._stepDot_94cv5_497._active_94cv5_504{background-color:#9daa96;transform:scale(1.2)}._formProgress_94cv5_426 ._stepIndicator_94cv5_491 ._stepDot_94cv5_497._completed_94cv5_508{background-color:#2e7d42;transform:scale(1.1)}._formProgress_94cv5_426 ._stepIndicator_94cv5_491 ._stepLabel_94cv5_512{font-size:.75rem;color:#4a4b4a;text-align:center;line-height:1.2}@keyframes _shimmer_94cv5_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._submitButton_94cv5_527{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._submitButton_94cv5_527:disabled{opacity:.6;cursor:not-allowed}._submitButton_94cv5_527{background-color:#364539;color:#fff;position:relative;overflow:hidden}._submitButton_94cv5_527:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transition:left .6s ease}._submitButton_94cv5_527:hover:not(:disabled){background-color:#2a352e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._submitButton_94cv5_527:hover:not(:disabled):before{left:100%}._submitButton_94cv5_527:active:not(:disabled){transform:translateY(-1px)}._submitButton_94cv5_527{width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;position:relative;overflow:hidden;margin-top:1rem;transition:all .15s ease}._submitButton_94cv5_527:disabled{opacity:.7;cursor:not-allowed;transform:none}._submitButton_94cv5_527._submitDisabled_94cv5_588{background-color:#ebe8e3;color:#4a4b4a;border-color:#e2dfd9}._submitButton_94cv5_527 ._spinner_94cv5_593{display:inline-block;width:16px;height:16px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:_spin_94cv5_593 1s linear infinite;margin-right:.5rem}._formFooter_94cv5_604{text-align:center;margin-top:1.5rem}._formFooter_94cv5_604 ._footerText_94cv5_608{color:#4a4b4a;font-size:.875rem;margin:0}._formFooter_94cv5_604 ._footerLink_94cv5_613{color:#1e1f1e;font-weight:500;text-decoration:none;transition:color .15s ease}._formFooter_94cv5_604 ._footerLink_94cv5_613:hover{color:#9daa96;text-decoration:underline}@keyframes _fadeInUp_94cv5_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideInDown_94cv5_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_94cv5_593{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._stepIndicator_94cv5_491{margin:1rem 0;text-align:center}._stepProgress_94cv5_657{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}._stepNumber_94cv5_664{width:32px;height:32px;border-radius:50%;background-color:#e2dfd9;color:#4a4b4a;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;transition:all .15s ease}._stepNumber_94cv5_664._active_94cv5_504{background-color:#9daa96;color:#fff;transform:scale(1.1)}._stepLine_94cv5_683{width:60px;height:2px;background-color:#e2dfd9;margin:0 .5rem;transition:all .15s ease}._stepLine_94cv5_683._completed_94cv5_508{background-color:#9daa96}._stepLabels_94cv5_694{display:flex;justify-content:space-between;max-width:400px;margin:0 auto;position:relative}._stepLabel_94cv5_512{font-size:.75rem;color:#4a4b4a;font-weight:500;transition:all .15s ease;text-align:center;flex:1}._stepLabel_94cv5_512._current_94cv5_710{color:#1e1f1e;font-weight:600}._stepContainer_94cv5_715{animation:_fadeInUp_94cv5_1 .3s ease-out}._stepActions_94cv5_719{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(226,223,217,.85);flex-wrap:wrap}@media (max-width: 479px){._stepActions_94cv5_719{flex-direction:column-reverse;align-items:stretch}}._stepActionsEnd_94cv5_736{justify-content:flex-end}._stepActionsEnd_94cv5_736 ._nextButton_94cv5_739{margin-left:0;max-width:100%}._nextButton_94cv5_739{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._nextButton_94cv5_739:disabled{opacity:.6;cursor:not-allowed}._nextButton_94cv5_739{background-color:#364539;color:#fff;position:relative;overflow:hidden}._nextButton_94cv5_739:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transition:left .6s ease}._nextButton_94cv5_739:hover:not(:disabled){background-color:#2a352e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._nextButton_94cv5_739:hover:not(:disabled):before{left:100%}._nextButton_94cv5_739:active:not(:disabled){transform:translateY(-1px)}._nextButton_94cv5_739{padding:.75rem 1.5rem;font-weight:600;min-height:48px;min-width:8rem;border-radius:12px;flex:1;max-width:16rem;margin-left:auto}@media (max-width: 479px){._nextButton_94cv5_739{max-width:none;margin-left:0}}._nextButton_94cv5_739:disabled{opacity:.55;cursor:not-allowed}._backButton_94cv5_811{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._backButton_94cv5_811:disabled{opacity:.6;cursor:not-allowed}._backButton_94cv5_811{background-color:transparent;color:#9daa96;border:2px solid #9daa96}._backButton_94cv5_811:hover:not(:disabled){background-color:#9daa96;color:#fff}._backButton_94cv5_811{padding:.75rem 1.25rem;font-weight:600;font-size:1rem;min-height:48px;border-radius:12px;border:1px solid rgba(200,197,192,.9);background:#fff}@media (max-width: 479px){._backButton_94cv5_811{width:100%}}._fieldHelp_94cv5_854{font-size:.75rem;color:#4a4b4a;margin-top:.25rem;font-style:italic}select._input_94cv5_215{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2rem;color:#1e1f1e!important;background-color:#fff!important;border:2px solid #e2dfd9!important;font-weight:400!important;line-height:1.5!important;height:auto!important;min-height:48px!important;padding:12px 16px!important;vertical-align:middle!important}select._input_94cv5_215,select._input_94cv5_215:focus,select._input_94cv5_215:hover,select._input_94cv5_215:active{color:#1e1f1e!important;background-color:#fff!important;line-height:1.5!important;padding:12px 16px!important}select._input_94cv5_215 option{color:#1e1f1e!important;background-color:#fff!important;padding:8px 12px!important;line-height:1.5!important;height:auto!important}select._input_94cv5_215 option:checked,select._input_94cv5_215 option:selected{color:#1e1f1e!important;background-color:#c8d0c2!important}._dobFieldGroup_94cv5_896{margin-bottom:0}._dobFieldGroup_94cv5_896 ._label_94cv5_208{margin-bottom:.35rem}._dobHint_94cv5_903{font-size:.8125rem;color:#4a4b4a;margin:0 0 .5rem;line-height:1.45}._dobRow_94cv5_910{display:grid;grid-template-columns:1fr 1.4fr 1fr;gap:.5rem;align-items:end;padding:.65rem;border-radius:12px;border:1px solid rgba(200,197,192,.85);background:#fff;transition:border-color .2s ease,box-shadow .2s ease}._dobRow_94cv5_910:focus-within{border-color:#4d5a4859;box-shadow:0 0 0 3px #9daa9626}@media (max-width: 479px){._dobRow_94cv5_910{grid-template-columns:1fr;gap:.75rem}}._dobRowError_94cv5_932{border-color:#c0392b73;box-shadow:0 0 0 3px #c0392b14}._dobRowSuccess_94cv5_937{border-color:#2e7d4261}._dobCell_94cv5_941{display:flex;flex-direction:column;gap:.3rem;min-width:0}._dobCellLabel_94cv5_948{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#7a7b7a}._dobSelect_94cv5_956{width:100%;min-height:48px;padding:.55rem 1.75rem .55rem .65rem;font-size:.9375rem;font-weight:500;color:#1e1f1e;border:1px solid rgba(200,197,192,.95);border-radius:10px;background-color:#f6efe7bf;cursor:pointer;font-family:inherit;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23616362' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.15rem}._dobSelect_94cv5_956:focus{outline:none;border-color:#4d5a4873;background-color:#fff}._dobSelect_94cv5_956:disabled{opacity:.65;cursor:not-allowed}input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;border-radius:4px;margin-right:2px;opacity:.6;filter:invert(.5)}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}@media (max-width: 479px){._form_94cv5_15{padding:2rem}._formRow_94cv5_161{grid-template-columns:1fr}._checkboxLabel_94cv5_362{font-size:.75rem}}@keyframes _loading_19sa5_1{0%{background-position:200% 0}to{background-position:-200% 0}}._onboardingProgress_19sa5_9{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e2dfd9;box-shadow:0 1px 3px #0000001a}._progressHeader_19sa5_18{margin-bottom:1rem}._title_19sa5_22{color:#1e1f1e;font-size:1.1rem;font-weight:500;margin-bottom:.5rem}._progressBar_19sa5_29{width:100%;height:4px;background:#f6efe7;border-radius:2px;overflow:hidden;margin-bottom:.25rem}._progressFill_19sa5_38{height:100%;background:#8f9f88;border-radius:2px;transition:width .3s ease}._progressText_19sa5_45{color:#4a4b4a;font-size:.8rem;font-weight:400}._nextStepCard_19sa5_51{background:#f6efe7;border:1px solid #e2dfd9;border-radius:8px;padding:1rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;box-shadow:none}._nextStepIcon_19sa5_63{font-size:1.2rem;flex-shrink:0;opacity:.7}._nextStepContent_19sa5_69{flex:1}._nextStepTitle_19sa5_73{color:#1e1f1e;font-size:1rem;font-weight:500;margin-bottom:.25rem}._nextStepDescription_19sa5_80{color:#4a4b4a;font-size:.85rem;margin-bottom:.5rem}._nextStepButton_19sa5_86{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._nextStepButton_19sa5_86:disabled{opacity:.6;cursor:not-allowed}._nextStepButton_19sa5_86{background-color:#364539;color:#fff;position:relative;overflow:hidden}._nextStepButton_19sa5_86:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transition:left .6s ease}._nextStepButton_19sa5_86:hover:not(:disabled){background-color:#2a352e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._nextStepButton_19sa5_86:hover:not(:disabled):before{left:100%}._nextStepButton_19sa5_86:active:not(:disabled){transform:translateY(-1px)}._nextStepButton_19sa5_86{display:inline-flex;align-items:center;gap:.25rem;text-decoration:none;font-size:.8rem;padding:.25rem .5rem}._nextStepButton_19sa5_86:hover:not(:disabled){background-color:#4d5a48!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 12px #8f9f884d}._nextStepButton_19sa5_86:hover:not(:disabled):before{display:none}._nextStepButton_19sa5_86:active:not(:disabled){background-color:#4d5a48!important;color:#fff!important;transform:translateY(-1px)}._stepsList_19sa5_155{display:grid;gap:.5rem}._stepItem_19sa5_160{background:#fff;border:1px solid #f6efe7;border-radius:4px;padding:.5rem;display:flex;align-items:center;gap:.5rem;transition:all .2s ease}._stepItem_19sa5_160:hover{border-color:#e2dfd9;background:#f6efe7}._stepItem_19sa5_160._completed_19sa5_174{background:#2e7d4214;border-color:#2e7d4233}._stepNumber_19sa5_179{width:24px;height:24px;border-radius:50%;background:#f6efe7;display:flex;align-items:center;justify-content:center;font-weight:500;color:#4a4b4a;flex-shrink:0;font-size:.8rem}._stepItem_19sa5_160._completed_19sa5_174 ._stepNumber_19sa5_179{background:#2e7d42;color:#fff}._stepItem_19sa5_160._extraStep_19sa5_198{background:#d4841a33;border-color:#d4841a66}._stepItem_19sa5_160._extraStep_19sa5_198:hover{background:#d4841a33;border-color:#d4841a}._stepItem_19sa5_160._extraStep_19sa5_198 ._stepNumber_19sa5_179{background:#d4841a;color:#fff}._extraLabel_19sa5_211{color:#1e1f1e;font-size:.75rem;font-weight:400;font-style:italic}._stepContent_19sa5_218{flex:1}._stepTitle_19sa5_222{color:#1e1f1e;font-size:.9rem;font-weight:500;margin-bottom:2px}._stepDescription_19sa5_229{color:#4a4b4a;font-size:.8rem;margin:0}._stepAction_19sa5_235{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._stepAction_19sa5_235:disabled{opacity:.6;cursor:not-allowed}._stepAction_19sa5_235{background-color:transparent;color:#1e1f1e}._stepAction_19sa5_235:hover:not(:disabled){background-color:#ebe8e3}._stepAction_19sa5_235{padding:.25rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;white-space:nowrap;color:#8f9f88;border:1px solid #8f9f88;border-radius:4px;transition:all .2s ease;display:inline-flex;align-items:center}._stepAction_19sa5_235:hover{background:#8f9f88;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px #8f9f8833}._stepAction_19sa5_235._completedAction_19sa5_280{color:#2e7d42;border-color:#2e7d42}._stepAction_19sa5_235._completedAction_19sa5_280:hover{background:#2e7d42;color:#fff;border-color:#2e7d42}@media (max-width: 479px){._onboardingProgress_19sa5_9{padding:1rem;margin-bottom:1rem}._nextStepCard_19sa5_51{flex-direction:column;text-align:center;padding:1rem}._stepItem_19sa5_160{flex-direction:column;text-align:center;gap:.5rem}._stepContent_19sa5_218{order:-1}}._clinical_19sa5_309{margin-bottom:2rem}._clinicalHeader_19sa5_313{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}._clinicalTitle_19sa5_321{font-family:var(--cs-font-headline);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--cs-primary);margin:0}._clinicalMeta_19sa5_331{font-size:.75rem;font-weight:600;color:var(--cs-on-surface-variant)}._clinicalGrid_19sa5_337{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){._clinicalGrid_19sa5_337{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1100px){._clinicalGrid_19sa5_337{grid-template-columns:repeat(4,1fr)}}._clinicalCard_19sa5_353{background:var(--cs-surface-lowest);border-radius:var(--cs-radius-xl);padding:1rem 1.125rem;box-shadow:var(--cs-shadow-atmospheric);display:flex;flex-direction:column;gap:.75rem}._clinicalCardDone_19sa5_363{background:var(--cs-surface-lowest)}._clinicalCardPending_19sa5_367{background:var(--cs-surface-low)}._clinicalCardTop_19sa5_371{display:flex;align-items:flex-start;gap:.75rem}._clinicalIconDone_19sa5_377{width:2.25rem;height:2.25rem;border-radius:9999px;background:var(--cs-secondary-container);color:var(--cs-on-secondary-fixed-variant);display:flex;align-items:center;justify-content:center;flex-shrink:0}._clinicalIconPending_19sa5_389{width:2.25rem;height:2.25rem;border-radius:9999px;background:var(--cs-surface-high);flex-shrink:0}._clinicalCardText_19sa5_397{min-width:0}._clinicalCardTitle_19sa5_401{font-size:.8125rem;font-weight:700;color:var(--cs-primary);margin:0 0 .2rem;line-height:1.3}._clinicalCardStatus_19sa5_409{font-size:.6875rem;font-weight:700;color:var(--cs-on-secondary-fixed-variant);margin:0;text-transform:capitalize}._clinicalCardPending_19sa5_367 ._clinicalCardStatus_19sa5_409{color:var(--cs-on-surface-variant)}._clinicalLink_19sa5_421{font-size:.75rem;font-weight:700;color:var(--cs-primary);text-decoration:none;align-self:flex-start}._clinicalLink_19sa5_421:hover{text-decoration:underline;text-underline-offset:3px}._clinicalExtra_19sa5_433{margin-top:1rem;padding:1rem 1.125rem;border-radius:var(--cs-radius-xl);background:var(--cs-surface-lowest);box-shadow:var(--cs-shadow-atmospheric);display:flex;flex-wrap:wrap;align-items:center;gap:1rem}._clinicalExtraIcon_19sa5_445{width:2rem;height:2rem;border-radius:9999px;background:var(--cs-tertiary-fixed);color:var(--cs-on-tertiary-fixed-variant);display:flex;align-items:center;justify-content:center;flex-shrink:0}._clinicalExtraBody_19sa5_457{flex:1;min-width:12rem}._clinicalExtraTitle_19sa5_462{font-size:.875rem;font-weight:700;color:var(--cs-primary);margin:0 0 .25rem}._clinicalOptional_19sa5_469{font-weight:500;font-style:italic;color:var(--cs-on-surface-variant)}._clinicalExtraDesc_19sa5_475{font-size:.75rem;color:var(--cs-on-surface-variant);margin:0;line-height:1.45}@keyframes _loading_nt5uk_883{0%{background-position:200% 0}to{background-position:-200% 0}}._patientLayout_nt5uk_10{min-height:100vh;background:linear-gradient(135deg,#f4f6f2,#e7ebe4)}._patientLayout_nt5uk_10 ._main_nt5uk_14{background-color:transparent}._patientLayout_nt5uk_10[data-patient-shell]{background:transparent;min-height:100vh}._pageContainer_nt5uk_23{padding:2rem 0;min-height:calc(100vh - 200px)}._pageHeader_nt5uk_28{text-align:center;margin-bottom:3rem}._pageHeader_nt5uk_28 h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#8f9f88,#4d5a48);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}._pageHeader_nt5uk_28 p{color:#4a4b4a;font-size:1.1rem}._dashboardContainer_nt5uk_46{max-width:90rem;margin:0 auto;padding-inline:var(--tp-page-gutter, 1rem)}._dashboardGrid_nt5uk_52{gap:clamp(.85rem,1.8vw,1.25rem)}._pageHeader_nt5uk_28{margin-bottom:clamp(1rem,2.2vw,1.75rem);border-radius:var(--tp-surface-radius-lg, 20px);padding:var(--tp-card-padding-lg, 1.5rem)}._resourceCard_nt5uk_62,._toolCard_nt5uk_63,._supportCard_nt5uk_64{border-radius:var(--tp-surface-radius-lg, 20px);padding:var(--tp-card-padding-lg, 1.5rem)}button._resourceButton_nt5uk_69,button._toolButton_nt5uk_70{min-height:44px}@media (max-width: 1024px){._resourceCard_nt5uk_62,._toolCard_nt5uk_63,._supportCard_nt5uk_64,._pageHeader_nt5uk_28{padding:var(--tp-card-padding, 1rem)}}@media (max-width: 380px){._dashboardContainer_nt5uk_46{padding-inline:.75rem}}@media (max-width: 768px){._welcomeTitle_nt5uk_88,._pageHeader_nt5uk_28 h1{font-size:clamp(1.35rem,5.8vw,2rem);line-height:1.2;overflow-wrap:anywhere}._welcomeSubtitle_nt5uk_94{font-size:.95rem;line-height:1.55}}._emergencySection_nt5uk_99{background:linear-gradient(135deg,#c0392b26,#c0392b40);border:2px solid #c0392b;border-radius:16px;padding:2rem;margin-bottom:3rem}._emergencySection_nt5uk_99 h2{color:#c0392b;margin:0 0 1.5rem;font-size:1.5rem}._emergencyGrid_nt5uk_112{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._emergencyCard_nt5uk_118{background:linear-gradient(145deg,#ffffffd1,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-radius:12px;padding:1.5rem;border:1px solid rgba(192,57,43,.26);transition:all .3s ease}._emergencyCard_nt5uk_118:hover{transform:translateY(-4px);box-shadow:0 12px 30px #c0392b33;border-color:#c0392b}._emergencyHeader_nt5uk_135{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}._emergencyHeader_nt5uk_135 h3{font-size:1.1rem;font-weight:700;color:#1e1f1e;margin:0}._availability_nt5uk_148{background:#2e7d4233;color:#6e8c6a;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600}._phoneNumber_nt5uk_157{display:block;font-size:1.5rem;font-weight:800;color:#c0392b;text-decoration:none;margin-bottom:.5rem}._phoneNumber_nt5uk_157:hover{color:#c0392b}._emergencyDescription_nt5uk_169{font-size:.9rem;color:#4a4b4a;margin:0}._categoriesSection_nt5uk_175{margin-bottom:3rem}._categoriesSection_nt5uk_175 h2{font-size:1.75rem;font-weight:700;color:#1e1f1e;margin-bottom:1.5rem}._categoryGrid_nt5uk_185{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}button._categoryButton_nt5uk_191{background-color:var(--cs-surface-lowest);background-image:none;border:none;border-radius:var(--cs-radius-xl);padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;color:var(--cs-primary);box-shadow:0 8px 24px #191c1d0f}button._categoryButton_nt5uk_191:before{content:none;display:none}button._categoryButton_nt5uk_191:hover{background-color:var(--cs-surface-low);transform:none;box-shadow:0 10px 28px #191c1d14}button._categoryButton_nt5uk_191:hover ._categoryName_nt5uk_215{color:var(--cs-primary);font-weight:700}button._categoryButton_nt5uk_191:hover ._categoryIcon_nt5uk_219{transform:scale(1.1)}button._categoryButton_nt5uk_191._active_nt5uk_222{background-color:transparent;background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);color:var(--cs-on-primary);box-shadow:var(--cs-shadow-atmospheric)}button._categoryButton_nt5uk_191._active_nt5uk_222 ._categoryName_nt5uk_215{color:var(--cs-on-primary);font-weight:700}button._categoryButton_nt5uk_191._active_nt5uk_222:hover{background-image:linear-gradient(135deg,var(--cs-primary-container) 0%,var(--cs-primary) 100%);transform:none;box-shadow:var(--cs-shadow-atmospheric)}._categoryIcon_nt5uk_219{font-size:2rem;transition:transform .3s ease;display:flex;align-items:center;justify-content:center}._categoryName_nt5uk_215{font-size:.9rem;font-weight:600;color:#1e1f1e;transition:all .3s ease;text-align:center}._resourcesSection_nt5uk_254{margin-bottom:3rem}._resourcesSection_nt5uk_254 h2{font-size:1.75rem;font-weight:700;color:#1e1f1e;margin-bottom:1.5rem}._resourcesGrid_nt5uk_264{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}._resourceCard_nt5uk_62{background:linear-gradient(145deg,#ffffffd1,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:16px;padding:2rem;border:1px solid rgba(143,159,136,.22);transition:all .3s ease;display:flex;flex-direction:column}._resourceCard_nt5uk_62:hover{transform:translateY(-4px);box-shadow:0 12px 32px #8f9f8833;border-color:#8f9f88}._resourceIcon_nt5uk_289{font-size:3rem;margin-bottom:1rem}._resourceContent_nt5uk_294{flex:1;display:flex;flex-direction:column}._resourceHeader_nt5uk_300{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}._resourceHeader_nt5uk_300 h3{font-size:1.25rem;font-weight:700;color:#1e1f1e;margin:0;flex:1}._resourceType_nt5uk_315{background:#8f9f881a;color:#8f9f88;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}._resourceDescription_nt5uk_325{color:#4a4b4a;margin-bottom:1.5rem;flex:1}button._resourceButton_nt5uk_69{background:linear-gradient(145deg,#ffffffd1,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:var(--cs-primary);border:1px solid color-mix(in srgb,var(--cs-primary) 20%,transparent);border-radius:var(--cs-radius-xl);padding:.75rem 1.5rem;font-weight:600;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease;box-shadow:0 8px 24px #191c1d0f}button._resourceButton_nt5uk_69:before{content:none;display:none}button._resourceButton_nt5uk_69:hover:not(:disabled){background:linear-gradient(135deg,#ffffffdb,#8f9f8833);transform:none;box-shadow:0 10px 28px #191c1d14}._toolsSection_nt5uk_356{margin-bottom:3rem}._toolsSection_nt5uk_356 h2{font-size:1.75rem;font-weight:700;color:#1e1f1e;margin-bottom:1.5rem}._toolsGrid_nt5uk_366{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._toolCard_nt5uk_63{background:linear-gradient(145deg,#ffffffd1,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--cs-radius-2xl);padding:2rem;border:1px solid color-mix(in srgb,var(--cs-primary) 12%,transparent);text-align:center;transition:all .3s ease}._toolCard_nt5uk_63:hover{transform:translateY(-3px);box-shadow:0 14px 28px #191c1d1f}._toolCard_nt5uk_63 h3{font-size:1.25rem;font-weight:700;color:#1e1f1e;margin:0 0 .75rem}._toolCard_nt5uk_63 p{color:#4a4b4a;margin-bottom:1.5rem}button._toolButton_nt5uk_70{background:color-mix(in srgb,var(--cs-surface-lowest) 88%,white 12%);color:var(--cs-primary);border:1px solid color-mix(in srgb,var(--cs-primary) 18%,transparent);border-radius:var(--cs-radius-xl);padding:.75rem 1.5rem;font-weight:700;font-size:.85rem;letter-spacing:.01em;cursor:not-allowed;box-shadow:0 8px 18px #191c1d0f;opacity:1}button._toolButton_nt5uk_70:before{content:none;display:none}._supportSection_nt5uk_417{margin-bottom:3rem}._supportSection_nt5uk_417 h2{font-size:1.75rem;font-weight:700;color:#1e1f1e;margin-bottom:1.5rem}._supportGrid_nt5uk_427{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._supportCard_nt5uk_64{background:linear-gradient(145deg,#ffffffd1,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--cs-radius-2xl);padding:2rem;border:1px solid color-mix(in srgb,var(--cs-primary) 12%,transparent);transition:all .3s ease}._supportCard_nt5uk_64:hover{transform:translateY(-4px);box-shadow:0 14px 30px #191c1d1f;border-color:color-mix(in srgb,var(--cs-primary) 22%,transparent)}._supportCard_nt5uk_64 h3{font-size:1.25rem;font-weight:700;color:#1e1f1e;margin:0 0 .75rem}._supportCard_nt5uk_64 p{color:#4a4b4a;margin:0}._disclaimer_nt5uk_460{background:#d4841a40;border:2px solid #d4841a;border-radius:12px;padding:1.5rem;margin-top:3rem}._disclaimer_nt5uk_460 p{margin:0;color:#1e1f1e;font-size:.9rem;line-height:1.6}._errorBanner_nt5uk_474{background:#c0392b26;border:2px solid #c0392b;border-radius:12px;padding:1rem;margin-bottom:1.5rem}._errorBanner_nt5uk_474 p{margin:0;color:#c0392b;font-weight:600}._emptyState_nt5uk_487{text-align:center;padding:3rem;color:#4a4b4a;font-style:italic}@media (max-width: 768px){._emergencyGrid_nt5uk_112,._categoryGrid_nt5uk_185,._resourcesGrid_nt5uk_264,._toolsGrid_nt5uk_366,._supportGrid_nt5uk_427{grid-template-columns:1fr}._pageHeader_nt5uk_28 h1{font-size:2rem}}._backButton_nt5uk_506{background:#fff;border:2px solid #e2dfd9;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;cursor:pointer;margin-bottom:2rem;transition:all .3s ease}._backButton_nt5uk_506:hover{border-color:#8f9f88;background:#8f9f880d}._resourceDetailHeader_nt5uk_521{background:#fff;border-radius:16px;padding:3rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000014}._resourceDetailHeader_nt5uk_521 h1{font-size:2.5rem;font-weight:700;color:#1e1f1e;margin:1rem 0}._resourceMeta_nt5uk_535{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}._resourceIcon_nt5uk_289{font-size:2.5rem}._resourceCategory_nt5uk_547,._resourceType_nt5uk_315,._resourceDifficulty_nt5uk_549{padding:.5rem 1rem;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:uppercase}._resourceCategory_nt5uk_547{background:#8f9f881a;color:#8f9f88}._resourceType_nt5uk_315{background:#6163621a;color:#616362}._resourceDifficulty_nt5uk_549{background:#aebfb21a;color:#aebfb2}._resourceDescription_nt5uk_325{font-size:1.2rem;color:#4a4b4a;margin-bottom:1.5rem}._resourceInfo_nt5uk_578{display:flex;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}._infoItem_nt5uk_585{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#4a4b4a}._resourceActions_nt5uk_593{display:flex;gap:1rem;flex-wrap:wrap}._actionButton_nt5uk_599{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border:2px solid #e2dfd9;border-radius:8px;background:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;color:#1e1f1e;font-size:.95rem;white-space:nowrap}._actionButton_nt5uk_599:hover:not(:disabled){border-color:#8f9f88;background:#8f9f880d;transform:translateY(-2px);box-shadow:0 4px 12px #8f9f8826}._actionButton_nt5uk_599:active:not(:disabled){transform:translateY(0)}._actionButton_nt5uk_599:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}._actionButton_nt5uk_599[href]{display:inline-flex}._resourceContent_nt5uk_294{display:grid;grid-template-columns:1fr 350px;gap:2rem}@media (max-width: 1024px){._resourceContent_nt5uk_294{grid-template-columns:1fr}}._contentMain_nt5uk_644{background:#fff;border-radius:16px;padding:3rem;box-shadow:0 4px 12px #00000014}._articleContent_nt5uk_651 h2{font-size:1.75rem;font-weight:700;color:#1e1f1e;margin:2rem 0 1rem}._articleContent_nt5uk_651 h2:first-child{margin-top:0}._articleContent_nt5uk_651 h3{font-size:1.35rem;font-weight:600;color:#1e1f1e;margin:1.5rem 0 1rem}._articleContent_nt5uk_651 p{line-height:1.8;color:#1e1f1e;margin-bottom:1rem}._articleContent_nt5uk_651 ul,._articleContent_nt5uk_651 ol{margin:1rem 0;padding-left:2rem}._articleContent_nt5uk_651 ul li,._articleContent_nt5uk_651 ol li{line-height:1.8;margin-bottom:.5rem;color:#1e1f1e}._articleContent_nt5uk_651 strong{font-weight:700;color:#1e1f1e}._videoContainer_nt5uk_685,._audioContainer_nt5uk_686{width:100%;margin:2rem 0}._videoContainer_nt5uk_685 iframe,._audioContainer_nt5uk_686 iframe{width:100%;height:500px;border-radius:12px}._videoContainer_nt5uk_685 audio,._audioContainer_nt5uk_686 audio{width:100%}._contentSidebar_nt5uk_701{display:flex;flex-direction:column;gap:1.5rem}._sidebarCard_nt5uk_707{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #00000014}._sidebarCard_nt5uk_707 h3{font-size:1.1rem;font-weight:700;color:#1e1f1e;margin:0 0 1rem}._sidebarCard_nt5uk_707 h4{font-size:.9rem;font-weight:600;color:#4a4b4a;margin:1rem 0 .5rem}._sidebarCard_nt5uk_707 p{color:#1e1f1e;margin:0 0 .5rem}._reviewDate_nt5uk_730{font-size:.85rem;color:#4a4b4a!important;margin-top:1rem!important}._tagsList_nt5uk_736{display:flex;flex-wrap:wrap;gap:.5rem}._tag_nt5uk_736{background:#8f9f881a;color:#8f9f88;padding:.35rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}._rateButton_nt5uk_751{width:100%;padding:.75rem;background:linear-gradient(135deg,#8f9f88,#4d5a48);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._rateButton_nt5uk_751:hover{transform:translateY(-2px);box-shadow:0 4px 12px #8f9f8866}._ratingForm_nt5uk_767{display:flex;flex-direction:column;gap:1rem}._stars_nt5uk_773{display:flex;gap:.5rem;justify-content:center}._starButton_nt5uk_779{background:none;border:none;font-size:2rem;cursor:pointer;transition:transform .2s ease}._starButton_nt5uk_779:hover{transform:scale(1.2)}._cancelButton_nt5uk_790{padding:.5rem;background:#ebe8e3;border:none;border-radius:8px;cursor:pointer;font-weight:600}._cancelButton_nt5uk_790:hover{background:#c8c5c0}._referencesSection_nt5uk_802{background:#fff;border-radius:16px;padding:2rem;margin:2rem 0;box-shadow:0 4px 12px #00000014}._referencesSection_nt5uk_802 h2{font-size:1.5rem;font-weight:700;color:#1e1f1e;margin:0 0 1rem}._referencesList_nt5uk_816{list-style:none;padding:0;margin:0}._referencesList_nt5uk_816 li{margin-bottom:.75rem}._referencesList_nt5uk_816 li a{color:#8f9f88;text-decoration:none;font-weight:500;transition:all .3s ease}._referencesList_nt5uk_816 li a:hover{color:#4d5a48;text-decoration:underline}._relatedSection_nt5uk_835{margin-top:2rem}._relatedSection_nt5uk_835 h2{font-size:1.5rem;font-weight:700;color:#1e1f1e;margin-bottom:1.5rem}._relatedGrid_nt5uk_845{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}._relatedCard_nt5uk_851{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 12px #00000014;border:1px solid #e2dfd9;cursor:pointer;transition:all .3s ease}._relatedCard_nt5uk_851:hover{transform:translateY(-4px);box-shadow:0 12px 32px #8f9f8833;border-color:#8f9f88}._relatedCard_nt5uk_851 h3{font-size:1.1rem;font-weight:600;color:#1e1f1e;margin:0 0 .5rem}._relatedType_nt5uk_872{display:inline-block;background:#8f9f881a;color:#8f9f88;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}._loadingState_nt5uk_883,._errorState_nt5uk_884{text-align:center;padding:4rem 2rem}._loadingState_nt5uk_883 h3,._errorState_nt5uk_884 h3{font-size:1.5rem;color:#1e1f1e;margin-bottom:1rem}._loadingState_nt5uk_883 p,._errorState_nt5uk_884 p{color:#4a4b4a;margin-bottom:2rem}._dashboardContainer_nt5uk_46{padding:3rem 0;max-width:1400px;margin:0 auto}._dashboardHeader_nt5uk_906{text-align:center;margin-bottom:3rem;animation:_fadeInDown_nt5uk_1 .6s ease-out}._dashboardHeader_nt5uk_906 ._welcomeTitle_nt5uk_88{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#8f9f88,#4d5a48);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.5px}@media (max-width: 479px){._dashboardHeader_nt5uk_906 ._welcomeTitle_nt5uk_88{font-size:1.5rem}}._dashboardHeader_nt5uk_906 ._welcomeSubtitle_nt5uk_94{color:#4a4b4a;font-size:1.2rem;max-width:600px;margin:0 auto;font-weight:400}@keyframes _fadeInDown_nt5uk_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._dashboardGrid_nt5uk_52{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1400px;margin:0 auto}@media (max-width: 479px){._dashboardGrid_nt5uk_52{grid-template-columns:1fr;gap:1.5rem}}._dashboardCard_nt5uk_958{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 20px 60px #00000014;border:1px solid rgba(255,255,255,.8);transition:all .3s ease;animation:_fadeInUp_nt5uk_1 .8s ease-out;position:relative;overflow:hidden}._dashboardCard_nt5uk_958:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8f9f88,#b9c4b2);transform:scaleX(0);transition:transform .3s ease}._dashboardCard_nt5uk_958:hover{transform:translateY(-8px);box-shadow:0 25px 70px #0000001f}._dashboardCard_nt5uk_958:hover:before{transform:scaleX(1)}._dashboardCard_nt5uk_958 h3{color:#1e1f1e;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}._dashboardCard_nt5uk_958 ._placeholder_nt5uk_996{text-align:center;color:#4a4b4a;padding:2rem 0}._dashboardCard_nt5uk_958 ._placeholder_nt5uk_996 p{margin-bottom:1.5rem;font-size:1.05rem}._dashboardCard_nt5uk_958 ._placeholder_nt5uk_996 ._actionButton_nt5uk_599{background:linear-gradient(135deg,#8f9f88,#4d5a48);color:#fff;border:none;padding:.875rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #8f9f884d}._dashboardCard_nt5uk_958 ._placeholder_nt5uk_996 ._actionButton_nt5uk_599:hover{transform:translateY(-3px);box-shadow:0 10px 30px #8f9f8866}@keyframes _fadeInUp_nt5uk_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._cardContent_nt5uk_1032{padding:1rem 0}._videoCallSection_nt5uk_1036{margin-top:1rem;padding:1rem;background:linear-gradient(135deg,#f4f6f2,#e7ebe4);border-radius:8px;border:2px solid #9daa96}._videoCallInfo_nt5uk_1044{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._videoBadge_nt5uk_1051{background:#9daa96;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:600}._timeUntil_nt5uk_1060{font-size:.875rem;font-weight:600;color:#4d5a48}._videoButton_nt5uk_1066{background:linear-gradient(135deg,#9daa96,#4d5a48);color:#fff;border:none}._videoButton_nt5uk_1066:hover{background:linear-gradient(135deg,#4d5a48 0% 100%);transform:translateY(-2px)}._videoSessionsCard_nt5uk_1076{grid-column:1/-1;background:linear-gradient(135deg,#f4f6f2,#e7ebe4);border:2px solid #9daa96;box-shadow:0 8px 24px #3b82f633}._videoSessionsCard_nt5uk_1076 h3{color:#4d5a48;font-size:1.5rem;margin-bottom:1.5rem}._videoSessionsList_nt5uk_1088{display:flex;flex-direction:column;gap:1rem}._videoSessionItem_nt5uk_1094{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:8px;border:1px solid rgba(59,130,246,.2);transition:all .3s ease}._videoSessionItem_nt5uk_1094:hover{border-color:#9daa96;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}._videoSessionInfo_nt5uk_1110{flex:1;display:flex;flex-direction:column;gap:.25rem}._videoSessionHeader_nt5uk_1117{display:flex;justify-content:space-between;align-items:center;gap:1rem}._videoSessionPsychologist_nt5uk_1124{font-weight:600;font-size:1.1rem;color:#1e1f1e}._videoSessionTime_nt5uk_1130{background:#9daa96;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:600;white-space:nowrap}._videoSessionDetails_nt5uk_1140{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#4a4b4a}._videoJoinButton_nt5uk_1148{background:linear-gradient(135deg,#9daa96,#4d5a48);color:#fff;border:none;padding:.5rem 1.5rem;font-weight:600;font-size:1rem;box-shadow:0 4px 12px #3b82f64d;white-space:nowrap}._videoJoinButton_nt5uk_1148:hover{background:linear-gradient(135deg,#4d5a48 0% 100%);transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}._videoJoinButton_nt5uk_1148:active{transform:translateY(0)}._placeholderSubtext_nt5uk_1167{font-size:.875rem;color:#4a4b4a;margin-top:.25rem}._statNumber_nt5uk_1173{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#8f9f88,#4d5a48);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}._completedStatus_nt5uk_1183 ._statusText_nt5uk_1183 ._statusTitle_nt5uk_1183{font-weight:600;color:#2e7d42;margin:0 0 .25rem;font-size:1.1rem}._completedStatus_nt5uk_1183 ._statusText_nt5uk_1183 ._statusDescription_nt5uk_1189{color:#4a4b4a;margin:0;font-size:1rem;line-height:1.6}._appointmentInfo_nt5uk_1196 p{margin:.25rem 0;font-size:1rem;line-height:1.6}._progressList_nt5uk_1202{max-height:250px;overflow-y:auto;padding-right:.5rem}._progressList_nt5uk_1202::-webkit-scrollbar{width:6px}._progressList_nt5uk_1202::-webkit-scrollbar-track{background:#f6efe7;border-radius:3px}._progressList_nt5uk_1202::-webkit-scrollbar-thumb{background:#8f9f88;border-radius:3px}._progressList_nt5uk_1202::-webkit-scrollbar-thumb:hover{background:#4d5a48}._progressItem_nt5uk_1222{padding:1rem;background:linear-gradient(135deg,#fff,#f6efe7);border-radius:12px;margin-bottom:.75rem;border:1px solid #e2dfd9;transition:all .3s ease}._progressItem_nt5uk_1222:last-child{margin-bottom:0}._progressItem_nt5uk_1222:hover{transform:translate(5px);box-shadow:0 4px 12px #00000014;border-color:#b9c4b2}._loadingContainer_nt5uk_1239{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center}._loadingSpinner_nt5uk_1248{width:50px;height:50px;border:5px solid #f6efe7;border-top:5px solid #8f9f88;border-radius:50%;animation:_spin_nt5uk_2536 1s linear infinite;margin-bottom:1rem}._errorContainer_nt5uk_1266{text-align:center;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;max-width:600px;margin:0 auto}._errorContainer_nt5uk_1266 h2{color:#c0392b;margin-bottom:1rem;font-size:1.8rem}._errorContainer_nt5uk_1266 p{color:#4a4b4a;margin-bottom:1.5rem;font-size:1.05rem}._retryButton_nt5uk_1286{background:linear-gradient(135deg,#8f9f88,#4d5a48);color:#fff;border:none;padding:.875rem 2rem;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;box-shadow:0 6px 20px #8f9f884d}._retryButton_nt5uk_1286:hover{transform:translateY(-3px);box-shadow:0 10px 30px #8f9f8866}._accountContainer_nt5uk_1303{padding:3rem 0;min-height:100vh;background:linear-gradient(135deg,#f4f6f2,#e7ebe4)}._accountHeader_nt5uk_1309{text-align:center;margin-bottom:3rem;animation:_fadeInDown_nt5uk_1 .6s ease-out}._pageTitle_nt5uk_1315{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#8f9f88,#4d5a48);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.5px}._pageSubtitle_nt5uk_1326{color:#4a4b4a;font-size:1.2rem;max-width:600px;margin:0 auto;font-weight:400}._accountContent_nt5uk_1334{display:grid;grid-template-columns:300px 1fr;gap:2rem;max-width:1400px;margin:0 auto}._sidebar_nt5uk_707{background:#fff;border-radius:20px;padding:1.5rem;height:fit-content;box-shadow:0 10px 30px #00000014;border:1px solid rgba(255,255,255,.8);position:sticky;top:2rem}._tabNavigation_nt5uk_1353{display:flex;flex-direction:column;gap:.5rem;width:100%}._tabButton_nt5uk_1360{display:flex;align-items:center;gap:.875rem;padding:1rem 1.125rem;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:left;width:100%;color:#4a4b4a;font-weight:500;position:relative;justify-content:flex-start}._tabButton_nt5uk_1360:hover{background:#8f9f880f;color:#8f9f88;transform:translate(4px)}._tabButton_nt5uk_1360._active_nt5uk_222{background:linear-gradient(135deg,#8f9f881a,#b9c4b21f);color:#8f9f88;font-weight:600;box-shadow:0 2px 8px #8f9f881f}._tabButton_nt5uk_1360._active_nt5uk_222:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:linear-gradient(135deg,#8f9f88,#b9c4b2);border-radius:0 3px 3px 0}._tabButton_nt5uk_1360._active_nt5uk_222:hover{background:linear-gradient(135deg,#8f9f881f,#b9c4b226);color:#8f9f88;box-shadow:0 4px 12px #8f9f882e}._tabIcon_nt5uk_1405{font-size:1.25rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}._tabLabel_nt5uk_1415{font-size:1rem;line-height:1.5;flex:1}._mainContent_nt5uk_1421{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #00000014;border:1px solid rgba(255,255,255,.8);animation:_fadeInUp_nt5uk_1 .8s ease-out}._tabContent_nt5uk_1430{max-width:900px}._privacyWidgets_nt5uk_1434{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}._telehealthConsentSection_nt5uk_1441{margin-top:2rem}._telehealthWarning_nt5uk_1445{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-radius:14px;background:#d4841a1a;border:1px solid rgba(212,132,26,.3);margin-bottom:2rem}._telehealthWarning_nt5uk_1445 h3{margin:0 0 .35rem;color:#d4841a}._telehealthWarning_nt5uk_1445 p{margin:0;color:#1e1f1e}._infoGrid_nt5uk_1465{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}._infoSection_nt5uk_1472{display:flex;flex-direction:column;margin-bottom:1rem}._infoValue_nt5uk_1478{color:#1e1f1e;font-size:1rem;font-weight:500;margin-top:.25rem;padding:.875rem;background:#fff;border:2px solid #e2dfd9;border-radius:12px;transition:all .3s ease}._infoValue_nt5uk_1478:focus{outline:none;border-color:#8f9f88;box-shadow:0 0 0 4px #8f9f881a}._infoValue_nt5uk_1478:hover{border-color:#b9c4b2}._sectionTitle_nt5uk_1498{color:#1e1f1e;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f6efe7;position:relative}._sectionTitle_nt5uk_1498:after{content:"";position:absolute;bottom:-2px;left:0;width:80px;height:2px;background:linear-gradient(90deg,#8f9f88,transparent)}._formGrid_nt5uk_1517{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}._formGroup_nt5uk_1524{display:flex;flex-direction:column}._intakePhoneField_nt5uk_1529{width:100%;--PhoneInput-color--focus: #8f9f88}._intakePhoneField_nt5uk_1529 .PhoneInput{width:100%;align-items:stretch}._intakePhoneField_nt5uk_1529 .PhoneInputCountry{margin-right:.35rem}._intakePhoneField_nt5uk_1529 .PhoneInputCountrySelect{padding:.35rem .5rem;border-radius:12px;border:2px solid #e2dfd9;background:#fff}._intakePhoneField_nt5uk_1529 .PhoneInputInput{flex:1;min-width:0;padding:.875rem;border:2px solid #e2dfd9;border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease}._intakePhoneField_nt5uk_1529 .PhoneInputInput:focus{outline:none;border-color:#8f9f88;box-shadow:0 0 0 4px #8f9f881a}._intakePhoneFieldError_nt5uk_1562 .PhoneInputInput,._intakePhoneFieldError_nt5uk_1562 .PhoneInputCountrySelect{border-color:#c0392b}._intakePhoneHint_nt5uk_1567{font-size:.85rem;color:#7a7b7a;margin:0 0 .5rem;line-height:1.45}._label_nt5uk_1574{color:#1e1f1e;font-weight:600;margin-bottom:.5rem;font-size:1rem}._optionalLabel_nt5uk_1581{color:#7a7b7a;font-weight:400;font-size:.85rem;font-style:italic}._recommendedLabel_nt5uk_1588{color:#d4841a;font-weight:500;font-size:.85rem}._input_nt5uk_1594,._textarea_nt5uk_1594,._select_nt5uk_1594{padding:.875rem;border:2px solid #e2dfd9;border-radius:12px;font-size:1rem;transition:all .3s ease;font-family:inherit}._input_nt5uk_1594:focus,._textarea_nt5uk_1594:focus,._select_nt5uk_1594:focus{outline:none;border-color:#8f9f88;box-shadow:0 0 0 4px #8f9f881a}._input_nt5uk_1594:hover,._textarea_nt5uk_1594:hover,._select_nt5uk_1594:hover{border-color:#b9c4b2}._select_nt5uk_1594{min-height:48px;line-height:1.35;padding-right:2.5rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;color:#1e1f1e;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 16'%3E%3Cpath fill='%23555f5b' d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .9rem center;background-size:14px}._select_nt5uk_1594 option{color:#1e1f1e;background:#fff}._textarea_nt5uk_1594{resize:vertical;min-height:100px;line-height:1.6}._saveButton_nt5uk_1636,._primaryButton_nt5uk_1636{background:linear-gradient(135deg,#8f9f88,#4d5a48);color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #8f9f884d}._saveButton_nt5uk_1636:hover:not(:disabled),._primaryButton_nt5uk_1636:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #8f9f8866}._saveButton_nt5uk_1636:disabled,._primaryButton_nt5uk_1636:disabled{opacity:.6;cursor:not-allowed;transform:none}._secondaryButton_nt5uk_1658{background:linear-gradient(135deg,#616362,#484949);color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #6163624d}._secondaryButton_nt5uk_1658:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #61636266}._secondaryButton_nt5uk_1658:disabled{opacity:.6;cursor:not-allowed;transform:none}._intakeForm_nt5uk_1680{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #00000014;border:1px solid rgba(255,255,255,.8);max-width:900px;margin:0 auto;animation:_fadeInUp_nt5uk_1 .8s ease-out}._progressIndicator_nt5uk_1691{margin-bottom:2rem;text-align:center}._progressBar_nt5uk_1696{width:100%;height:10px;background:#f6efe7;border-radius:50px;overflow:hidden;margin-bottom:.75rem;box-shadow:inset 0 2px 4px #0000000f}._progressFill_nt5uk_1706{height:100%;background:linear-gradient(90deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);transition:width .4s ease;border-radius:50px;box-shadow:0 2px 8px #00344159}._progressText_nt5uk_1714{color:#4a4b4a;font-size:1rem;font-weight:600}._formSection_nt5uk_1720{margin-bottom:2.5rem}._sectionDescription_nt5uk_1724{color:#4a4b4a;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.6}._consentSection_nt5uk_1731{background:linear-gradient(135deg,#fff,#f6efe7);padding:1.5rem;border-radius:16px;border:2px solid #e2dfd9}._consentText_nt5uk_1738{color:#1e1f1e;margin-bottom:1.5rem;line-height:1.8;font-size:1rem}._radioGroup_nt5uk_1745{display:flex;gap:2rem;margin-top:.75rem}._radioWrapper_nt5uk_1751{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:1rem;color:#1e1f1e;padding:.75rem 1.25rem;border-radius:12px;transition:all .3s ease;position:relative;font-weight:500}._radioWrapper_nt5uk_1751:hover{background-color:color-mix(in srgb,var(--cs-primary) 5%,transparent)}._radioInput_nt5uk_1768{position:absolute;opacity:0;width:0;height:0}._radioCustom_nt5uk_1775{width:22px;height:22px;border:3px solid #c8c5c0;border-radius:50%;background-color:#fff;position:relative;transition:all .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000000f}._radioDot_nt5uk_1790{width:12px;height:12px;border-radius:50%;background-color:var(--cs-primary);opacity:0;transform:scale(0);transition:all .3s ease;box-shadow:0 2px 6px color-mix(in srgb,var(--cs-primary) 40%,transparent)}._radioChecked_nt5uk_1801{border-color:var(--cs-primary)}._radioChecked_nt5uk_1801 ._radioDot_nt5uk_1790{opacity:1;transform:scale(1)}._radioWrapper_nt5uk_1751:hover ._radioCustom_nt5uk_1775{border-color:var(--cs-primary)}._radioInput_nt5uk_1768:focus+._radioCustom_nt5uk_1775{box-shadow:0 0 0 4px color-mix(in srgb,var(--cs-primary) 15%,transparent)}._checkboxGroup_nt5uk_1817{margin-top:1.5rem}._checkboxLabel_nt5uk_1821{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;font-size:1rem;line-height:1.6;padding:.75rem;border-radius:12px;transition:all .3s ease}._checkboxLabel_nt5uk_1821:hover{background:color-mix(in srgb,var(--cs-primary) 5%,transparent)}._helpText_nt5uk_1836{display:block;margin-top:.5rem;margin-left:2rem;color:#4a4b4a;font-size:.875rem;line-height:1.5;font-style:italic}._preferencesGrid_nt5uk_1846{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}._preferenceSection_nt5uk_1853{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;border:1px solid #e2dfd9}._subsectionTitle_nt5uk_1861{color:#1e1f1e;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f6efe7}._preferenceItem_nt5uk_1870{margin-bottom:1rem}._preferenceItem_nt5uk_1870:last-child{margin-bottom:0}._checkbox_nt5uk_1817{margin:4px 0 0;width:20px;height:20px;accent-color:var(--cs-primary);cursor:pointer}._checkboxText_nt5uk_1886{color:#1e1f1e;font-weight:500}._formNavigation_nt5uk_1891{display:flex;justify-content:space-between;align-items:center;margin-top:2.5rem;padding-top:2rem;border-top:2px solid #f6efe7}button._navButton_nt5uk_1900{background-color:var(--cs-surface-lowest);color:var(--cs-primary);border:none;padding:.75rem 1.25rem;border-radius:var(--cs-radius-xl);font-size:.875rem;font-weight:600;cursor:pointer;box-shadow:0 8px 24px #191c1d0f;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}button._navButton_nt5uk_1900:before{content:none;display:none}button._navButton_nt5uk_1900:hover:not(:disabled){background-color:var(--cs-surface-low);color:var(--cs-primary);transform:none;box-shadow:0 10px 28px #191c1d14}button._navButton_nt5uk_1900:active:not(:disabled){transform:translateY(1px)}button._submitButton_nt5uk_1926{background-color:transparent;background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);color:var(--cs-on-primary);border:none;padding:.75rem 1.75rem;border-radius:var(--cs-radius-xl);font-size:.875rem;font-weight:700;cursor:pointer;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease;box-shadow:var(--cs-shadow-atmospheric)}button._submitButton_nt5uk_1926:before{content:none;display:none}button._submitButton_nt5uk_1926:hover:not(:disabled){filter:saturate(1.08);color:var(--cs-on-primary);transform:none;box-shadow:var(--cs-shadow-atmospheric)}button._submitButton_nt5uk_1926:active:not(:disabled){transform:translateY(1px)}._appointmentContainer_nt5uk_1953{padding:3rem 0;min-height:100vh;background:linear-gradient(135deg,#f4f6f2,#e7ebe4)}._pageHeader_nt5uk_28{margin-bottom:3rem;text-align:center;animation:_fadeInDown_nt5uk_1 .6s ease-out}._backButton_nt5uk_506{background:#fff;border:2px solid #e2dfd9;color:#8f9f88;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem;padding:.75rem 1.5rem;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 12px #0000000d}._backButton_nt5uk_506:hover{background:#8f9f88;color:#fff;border-color:#8f9f88;transform:translateY(-2px);box-shadow:0 6px 20px #8f9f884d}._appointmentForm_nt5uk_1986{max-width:900px;margin:0 auto;background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #00000014;animation:_fadeInUp_nt5uk_1 .8s ease-out}._formActions_nt5uk_1996{display:flex;gap:1.5rem;justify-content:flex-end;margin-top:2.5rem;padding-top:2rem;border-top:2px solid #f6efe7}._bookingFlowLayout_nt5uk_2005{display:flex;flex-direction:column;min-height:100dvh}._bookingFlowLayout_nt5uk_2005>.container{display:flex;flex-direction:column;flex:1;min-height:0}._bookingFlowMain_nt5uk_2018{flex:1 1 auto;min-height:0}._formActionsSticky_nt5uk_2023{position:sticky;bottom:0;z-index:4;margin-top:auto;padding-bottom:max(.75rem,env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#e7ebe400,#e7ebe4f5 22%,#e7ebe4);border-top:2px solid rgba(143,159,136,.12)}._bookingFlowActionsRow_nt5uk_2033{justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;border-top:1px solid rgba(200,197,192,.4);padding-top:2rem;margin-top:2rem}._cancelButton_nt5uk_790{padding:1rem 2rem;border:2px solid #e2dfd9;background:#fff;color:#1e1f1e;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}._cancelButton_nt5uk_790:hover:not(:disabled){border-color:#c0392b;color:#c0392b;transform:translateY(-2px);box-shadow:0 6px 20px #c0392b33}._serviceSelectionContainer_nt5uk_2064{padding:3rem 0;min-height:100dvh;background:linear-gradient(135deg,#f4f6f2,#e7ebe4)}._bookingFlowNavRow_nt5uk_2070{max-width:64rem;margin:0 auto .5rem;width:100%}._bookingFlowCanvas_nt5uk_2076{max-width:64rem;margin-left:auto;margin-right:auto;width:100%}._bookingFlowHeroCenter_nt5uk_2083{text-align:center;margin-bottom:3rem;max-width:42rem;margin-left:auto;margin-right:auto}._bookingFlowKicker_nt5uk_2091{display:block;font-size:.75rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:color-mix(in srgb,#616362 55%,#4d5a48 45%);margin-bottom:.85rem}._bookingFlowHeroTitle_nt5uk_2101{font-size:clamp(2.125rem,5.5vw,3rem);font-weight:800;color:#1e1f1e;margin:0 0 1rem;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:-.035em;line-height:1.08}._bookingFlowHeroLead_nt5uk_2111{font-size:1.125rem;line-height:1.6;color:#4a4b4a;margin:0 auto;max-width:42rem}._serviceSearchWrap_nt5uk_2119{max-width:36rem;margin:0 auto 4rem;position:relative}._serviceSearchInput_nt5uk_2125{width:100%;box-sizing:border-box;padding:1.05rem 1.25rem 1.05rem 3rem;border-radius:999px;border:none;background:#fff;font-size:1rem;color:#1e1f1e;box-shadow:0 1px #c8c5c080,0 8px 28px #191c1d0f;transition:box-shadow .2s ease,transform .15s ease}._serviceSearchInput_nt5uk_2125:focus{outline:none;box-shadow:0 0 0 2px #8f9f8873,0 12px 32px #8f9f881a}._serviceSearchInput_nt5uk_2125::placeholder{color:#7a7b7a}._serviceSearchIcon_nt5uk_2145{position:absolute;left:1.15rem;top:50%;transform:translateY(-50%);color:#7a7b7a;pointer-events:none;display:flex;align-items:center}._servicesGrid_nt5uk_2156{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media (min-width: 768px){._servicesGrid_nt5uk_2156{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1100px){._servicesGrid_nt5uk_2156{grid-template-columns:repeat(3,minmax(0,1fr))}}._serviceCard_nt5uk_2173{height:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;background:#fff;border:1px solid transparent;border-radius:2rem;padding:2rem 2rem 1.75rem calc(2rem + 10px);cursor:pointer;transition:transform .2s ease,box-shadow .25s ease;position:relative;animation:_fadeInUp_nt5uk_1 .55s ease-out both;overflow:hidden;box-shadow:0 20px 40px #191c1d0f}._serviceCard_nt5uk_2173:before{content:"";position:absolute;left:0;top:22%;bottom:22%;width:4px;border-radius:0 4px 4px 0;background:transparent;transition:background .25s ease}._serviceCard_nt5uk_2173:hover{transform:scale(1.02);box-shadow:0 24px 48px #8f9f881a}._serviceCard_nt5uk_2173:hover:before{background:linear-gradient(180deg,#8f9f8866,#b9c4b28c)}._serviceCard_nt5uk_2173:active{transform:scale(.99)}._serviceCard_nt5uk_2173._serviceCardSelected_nt5uk_2211{box-shadow:0 0 0 2px #8f9f88d9,0 24px 48px #8f9f881f;background:linear-gradient(165deg,#fff,#8f9f880f)}._serviceCard_nt5uk_2173._serviceCardSelected_nt5uk_2211:before{background:linear-gradient(180deg,#8f9f88,#b9c4b2)}._serviceCardIconWell_nt5uk_2219{width:3rem;height:3rem;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.35rem;flex-shrink:0;color:#4d5a48;background:color-mix(in srgb,#8f9f88 12%,white 88%)}._serviceCardTitle_nt5uk_2232{font-size:1.35rem;font-weight:700;color:#1e1f1e;margin:0 0 .5rem;line-height:1.2;letter-spacing:-.02em}._serviceCardDescription_nt5uk_2241{font-size:.9rem;line-height:1.55;color:#4a4b4a;margin:0 0 1rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}._serviceCardMeta_nt5uk_2252{font-size:.8rem;font-weight:600;color:#7a7b7a;margin-bottom:1rem}._servicePricingCompact_nt5uk_2259{width:100%;border-radius:14px;padding:.85rem 1rem;margin-bottom:1.25rem;background:color-mix(in srgb,#f6efe7 75%,white 25%);border:1px solid rgba(200,197,192,.35)}._servicePricingCompactRow_nt5uk_2268{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.8rem;color:#1e1f1e;margin-bottom:.35rem}._servicePricingCompactRow_nt5uk_2268:last-child{margin-bottom:0;padding-top:.35rem;margin-top:.35rem;border-top:1px dashed rgba(200,197,192,.55);font-weight:700;color:#4d5a48;font-size:.88rem}._serviceCardCta_nt5uk_2287{margin-top:auto;display:flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:700;color:#7a7b7a;transition:color .2s ease}._serviceCard_nt5uk_2173:hover ._serviceCardCta_nt5uk_2287,._serviceCardSelected_nt5uk_2211 ._serviceCardCta_nt5uk_2287{color:#8f9f88}._serviceHeader_nt5uk_2304{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}._serviceName_nt5uk_2311{font-size:1.5rem;font-weight:700;color:#1e1f1e;margin:0}._serviceDuration_nt5uk_2318{background:linear-gradient(135deg,#8f9f88,#b9c4b2);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 4px 12px #8f9f8840}._servicePricing_nt5uk_2259{background:linear-gradient(135deg,#fff,#f6efe7);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid #e2dfd9}._pricingRow_nt5uk_2336{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:1rem;font-weight:500}._pricingRow_nt5uk_2336:last-child{margin-bottom:0}._rebateAmount_nt5uk_2348{color:#2e7d42;font-weight:600}._totalCost_nt5uk_2353{font-weight:700;font-size:1.2rem;color:#8f9f88;padding-top:.75rem;border-top:2px solid #e2dfd9}._serviceDescription_nt5uk_2361{color:#4a4b4a;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}._selectButton_nt5uk_2368{width:100%;padding:1rem;background:#fff;border:2px solid #e2dfd9;border-radius:50px;color:#1e1f1e;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}._selectButton_nt5uk_2368:hover{background:#f6efe7;border-color:#8f9f88;color:#8f9f88}._selectButton_nt5uk_2368._selectButtonSelected_nt5uk_2385{background:linear-gradient(135deg,#8f9f88,#4d5a48);border-color:#8f9f88;color:#fff;box-shadow:0 6px 20px #8f9f884d}._continueButton_nt5uk_2392{padding:1rem 2.5rem;background:linear-gradient(135deg,#8f9f88,#4d5a48);color:#fff;border:none;border-radius:50px;font-weight:600;font-size:1.05rem;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #8f9f884d}._continueButton_nt5uk_2392:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #8f9f8866}._continueButton_nt5uk_2392:disabled{opacity:.6;cursor:not-allowed;transform:none}._privacySection_nt5uk_2414{margin-bottom:2rem;padding:1.5rem;background:#8f9f880d;border-radius:12px;border-left:4px solid #8f9f88}._privacyDescription_nt5uk_2422{color:#4a4b4a;line-height:1.7;margin:0;font-size:.95rem}._dataAccessSection_nt5uk_2429{margin-bottom:2rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;border:2px solid #e2dfd9}._dataAccessDescription_nt5uk_2438{color:#1e1f1e;line-height:1.7;margin-bottom:1rem;font-size:1rem}._dataList_nt5uk_2445{list-style:none;padding:0;margin:1.5rem 0}._dataList_nt5uk_2445 li{padding:.75rem 0 .75rem 1.5rem;position:relative;color:#1e1f1e;line-height:1.6}._dataList_nt5uk_2445 li:before{content:"✓";position:absolute;left:0;color:#8f9f88;font-weight:700;font-size:1.1rem}._downloadButtons_nt5uk_2466{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0}@media (max-width: 479px){._downloadButtons_nt5uk_2466{grid-template-columns:1fr}}._downloadButton_nt5uk_2466{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._downloadButton_nt5uk_2466:disabled{opacity:.6;cursor:not-allowed}._downloadButton_nt5uk_2466{background-color:#364539;color:#fff;position:relative;overflow:hidden}._downloadButton_nt5uk_2466:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transition:left .6s ease}._downloadButton_nt5uk_2466:hover:not(:disabled){background-color:#2a352e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._downloadButton_nt5uk_2466:hover:not(:disabled):before{left:100%}._downloadButton_nt5uk_2466:active:not(:disabled){transform:translateY(-1px)}._downloadButton_nt5uk_2466{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:600;justify-content:center}._downloadButton_nt5uk_2466 svg{flex-shrink:0}._downloadButton_nt5uk_2466 ._spinner_nt5uk_2536{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:_spin_nt5uk_2536 1s linear infinite}._downloadButton_nt5uk_2466:disabled{opacity:.7;cursor:not-allowed}._downloadButtonSecondary_nt5uk_2550{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._downloadButtonSecondary_nt5uk_2550:disabled{opacity:.6;cursor:not-allowed}._downloadButtonSecondary_nt5uk_2550{background:#fff;color:#8f9f88;border:2px solid #8f9f88}._downloadButtonSecondary_nt5uk_2550:hover:not(:disabled){background:#8f9f880d;border-color:#4d5a48;color:#4d5a48}._downloadButtonSecondary_nt5uk_2550 ._spinner_nt5uk_2536{border:3px solid rgba(143,159,136,.3);border-top:3px solid #8f9f88}@keyframes _spin_nt5uk_2536{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._dataAccessNote_nt5uk_2592{color:#4a4b4a;font-size:.9rem;line-height:1.6;margin-top:1rem;padding:1rem;background:#8f9f880d;border-radius:8px;border-left:3px solid #8f9f88}._privacyInfoSection_nt5uk_2603{margin-top:2rem;padding:1.5rem;background:#8f9f8808;border-radius:12px}._errorAlert_nt5uk_2610{background:#c0392b1a;border:1px solid rgba(192,57,43,.3);color:#c0392b;padding:1rem;border-radius:8px;margin-bottom:1.5rem}._successAlert_nt5uk_2619{background:#2e7d421a;border:1px solid rgba(46,125,66,.3);color:#2e7d42;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}._successAlert_nt5uk_2619:before{content:"✓";font-weight:700;font-size:1.2rem}._loadingMessage_nt5uk_2636{text-align:center;padding:2rem;color:#4a4b4a;font-size:.95rem;margin:1rem 0}._dataDeletionSection_nt5uk_2644{margin-top:2rem;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;border:1px solid rgba(255,255,255,.8)}._deletionRequestForm_nt5uk_2654{margin-top:1.5rem}._warningBox_nt5uk_2658{background:#ffc1071a;border:2px solid rgba(255,193,7,.3);border-radius:8px;padding:1rem;margin-bottom:1.5rem;color:#1e1f1e;font-size:.95rem;line-height:1.6}._warningBox_nt5uk_2658 strong{color:#1e1f1e}._deletionReasonInput_nt5uk_2672{width:100%;padding:1rem;border:2px solid rgba(143,159,136,.2);border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;margin-bottom:1.5rem;transition:border-color .3s ease}._deletionReasonInput_nt5uk_2672:focus{outline:none;border-color:#8f9f88;box-shadow:0 0 0 3px #8f9f881a}._deletionReasonInput_nt5uk_2672::placeholder{color:#4a4b4a}._deleteButton_nt5uk_2692{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._deleteButton_nt5uk_2692:disabled{opacity:.6;cursor:not-allowed}._deleteButton_nt5uk_2692{background:linear-gradient(135deg,#c0392b 0% 100%);color:#fff;padding:1rem 2rem;font-weight:600;border:none;box-shadow:0 4px 12px #dc35454d;display:flex;align-items:center;gap:.75rem;justify-content:center}._deleteButton_nt5uk_2692:hover:not(:disabled){background:linear-gradient(135deg,#c0392b 0% 100%);transform:translateY(-2px);box-shadow:0 6px 16px #dc354566}._deleteButton_nt5uk_2692:active:not(:disabled){transform:translateY(0)}._deleteButton_nt5uk_2692:disabled{opacity:.7;cursor:not-allowed}._deleteButton_nt5uk_2692 ._spinner_nt5uk_2536{width:18px;height:18px;border:3px solid rgba(255,255,255,.3);border-top:3px solid white;border-radius:50%;animation:_spin_nt5uk_2536 1s linear infinite}._deletionStatusCard_nt5uk_2744{margin-top:1.5rem;padding:1.5rem;background:#8f9f880d;border-radius:12px;border:1px solid rgba(143,159,136,.2)}._statusHeader_nt5uk_2752{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(143,159,136,.1)}._statusHeader_nt5uk_2752 h4{margin:0;color:#1e1f1e;font-size:1.25rem}._statusBadge_nt5uk_2766{padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:capitalize}._statusPending_nt5uk_2774{background:#ffc10733;color:#1e1f1e;border:1px solid rgba(255,193,7,.4)}._statusApproved_nt5uk_2780{background:#28a74533;color:#6e8c6a;border:1px solid rgba(40,167,69,.4)}._statusRejected_nt5uk_2786{background:#dc354533;color:#c0392b;border:1px solid rgba(220,53,69,.4)}._statusCompleted_nt5uk_2792,._statusCancelled_nt5uk_2798{background:#6c757d33;color:#1e1f1e;border:1px solid rgba(108,117,125,.4)}._statusDetails_nt5uk_2804{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}._statusRow_nt5uk_2811{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem;background:#fff;border-radius:8px;border-left:3px solid #8f9f88}._statusRow_nt5uk_2811 strong{color:#1e1f1e;min-width:180px}._statusRow_nt5uk_2811 span{color:#4a4b4a;text-align:right;flex:1}._cancelButton_nt5uk_790{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._cancelButton_nt5uk_790:disabled{opacity:.6;cursor:not-allowed}._cancelButton_nt5uk_790{background:#fff;color:#8f9f88;border:2px solid #8f9f88;padding:.75rem 1.5rem;font-weight:600}._cancelButton_nt5uk_790:hover:not(:disabled){background:#8f9f880d;border-color:#4d5a48;color:#4d5a48}._cancelButton_nt5uk_790:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 479px){._accountContent_nt5uk_1334{grid-template-columns:1fr;gap:1.5rem}._sidebar_nt5uk_707{order:2}._mainContent_nt5uk_1421{order:1}._tabNavigation_nt5uk_1353{flex-direction:row;overflow-x:auto;gap:.5rem}._tabButton_nt5uk_1360{white-space:nowrap;min-width:fit-content}._formGrid_nt5uk_1517,._infoGrid_nt5uk_1465{grid-template-columns:1fr}._pageTitle_nt5uk_1315{font-size:2rem}._dashboardGrid_nt5uk_52,._servicesGrid_nt5uk_2156{grid-template-columns:1fr}}.patientShell ._pageContainer_nt5uk_23{padding:0;min-height:0;background:transparent}.patientShell ._pageHeader_nt5uk_28{text-align:left;margin-bottom:2rem}.patientShell ._pageHeader_nt5uk_28 h1{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;font-family:var(--cs-font-headline);color:var(--cs-primary);background:none;-webkit-text-fill-color:unset;background-clip:unset;margin-bottom:.5rem}.patientShell ._pageHeader_nt5uk_28 p{color:var(--cs-on-surface-variant);font-size:1rem;max-width:40rem;margin:0}.patientShell ._dashboardContainer_nt5uk_46{padding:0;max-width:none}.patientShell ._accountContainer_nt5uk_1303{background:transparent;padding:0;min-height:0}.patientShell ._accountHeader_nt5uk_1309{text-align:left}.patientShell ._pageTitle_nt5uk_1315{background:none;-webkit-text-fill-color:unset;color:var(--cs-primary);font-family:var(--cs-font-headline);font-size:clamp(1.75rem,3vw,2.5rem);text-align:left;margin-left:0}.patientShell ._pageSubtitle_nt5uk_1326{color:var(--cs-on-surface-variant);margin-left:0;max-width:40rem;text-align:left}.patientShell ._accountContent_nt5uk_1334{max-width:80rem}.patientShell ._sidebar_nt5uk_707,.patientShell ._mainContent_nt5uk_1421{background:var(--cs-surface-lowest);border-radius:var(--cs-radius-2xl);box-shadow:var(--cs-shadow-atmospheric);border:none}.patientShell ._tabButton_nt5uk_1360{color:var(--cs-on-surface-variant)}.patientShell ._tabButton_nt5uk_1360:hover{background:#0034410f;color:var(--cs-primary)}.patientShell ._tabButton_nt5uk_1360._active_nt5uk_222{background:var(--cs-surface-low);color:var(--cs-primary);box-shadow:none}.patientShell ._tabButton_nt5uk_1360._active_nt5uk_222:before{background:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%)}.patientShell ._serviceSelectionContainer_nt5uk_2064{background:transparent;padding:0;min-height:0}.patientShell ._bookingFlowHeroTitle_nt5uk_2101{color:var(--cs-primary);font-family:var(--cs-font-headline)}.patientShell ._bookingFlowKicker_nt5uk_2091{color:var(--cs-on-surface-variant);opacity:1}.patientShell ._bookingFlowHeroLead_nt5uk_2111{color:var(--cs-on-surface-variant)}.patientShell ._serviceSearchInput_nt5uk_2125{background:var(--cs-surface-lowest);border:none;box-shadow:var(--cs-shadow-atmospheric)}.patientShell ._serviceSearchInput_nt5uk_2125:focus{box-shadow:0 0 0 2px color-mix(in srgb,var(--cs-primary) 42%,transparent),0 12px 36px color-mix(in srgb,var(--cs-primary) 12%,transparent)}.patientShell ._serviceCard_nt5uk_2173{background:var(--cs-surface-lowest);border:none;border-radius:2rem;box-shadow:var(--cs-shadow-atmospheric);padding-left:calc(clamp(1.25rem,2.2vw,2rem) + 10px)}.patientShell ._serviceCard_nt5uk_2173:hover{box-shadow:0 28px 52px #191c1d1a}.patientShell ._serviceCard_nt5uk_2173:hover:before{background:linear-gradient(180deg,color-mix(in srgb,var(--cs-primary) 45%,transparent),color-mix(in srgb,var(--cs-primary-container) 55%,transparent))}.patientShell ._serviceCard_nt5uk_2173._serviceCardSelected_nt5uk_2211{box-shadow:0 0 0 2px var(--cs-primary),0 28px 52px color-mix(in srgb,var(--cs-primary) 14%,transparent);background:color-mix(in srgb,var(--cs-surface-low) 90%,var(--cs-primary) 5%)}.patientShell ._serviceCard_nt5uk_2173._serviceCardSelected_nt5uk_2211:before{background:linear-gradient(180deg,var(--cs-primary),var(--cs-primary-container))}.patientShell ._serviceCardIconWell_nt5uk_2219{background:color-mix(in srgb,var(--cs-primary) 10%,var(--cs-surface-lowest) 90%);color:var(--cs-primary)}.patientShell ._serviceCardTitle_nt5uk_2232{color:var(--cs-on-surface);font-family:var(--cs-font-headline)}.patientShell ._serviceCardCta_nt5uk_2287{color:var(--cs-on-surface-variant)}._serviceCard_nt5uk_2173:hover .patientShell ._serviceCardCta_nt5uk_2287,._serviceCardSelected_nt5uk_2211 .patientShell ._serviceCardCta_nt5uk_2287{color:var(--cs-primary)}.patientShell ._servicePricingCompact_nt5uk_2259{background:var(--cs-surface-low);border:1px solid color-mix(in srgb,var(--cs-primary) 10%,transparent)}.patientShell ._serviceName_nt5uk_2311{color:var(--cs-primary);font-family:var(--cs-font-headline)}.patientShell ._bookingFlowActionsRow_nt5uk_2033{border-top:1px solid color-mix(in srgb,var(--cs-primary) 12%,transparent)}.patientShell ._continueButton_nt5uk_2392,.patientShell ._retryButton_nt5uk_1286{background:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);color:var(--cs-on-primary);border-radius:var(--cs-radius-xl);box-shadow:var(--cs-shadow-atmospheric)}.patientShell button._backButton_nt5uk_506,.patientShell button._actionButton_nt5uk_599,.patientShell button._cancelButton_nt5uk_790{background:var(--cs-surface-lowest);color:var(--cs-primary);border:none;border-radius:var(--cs-radius-xl);box-shadow:0 8px 24px #191c1d0f}.patientShell button._backButton_nt5uk_506:before,.patientShell button._actionButton_nt5uk_599:before,.patientShell button._cancelButton_nt5uk_790:before{content:none;display:none}.patientShell button._backButton_nt5uk_506:hover:not(:disabled),.patientShell button._actionButton_nt5uk_599:hover:not(:disabled),.patientShell button._cancelButton_nt5uk_790:hover:not(:disabled){background:var(--cs-surface-low);color:var(--cs-primary);transform:none;box-shadow:0 10px 28px #191c1d14}.patientShell ._appointmentContainer_nt5uk_1953{background:transparent;padding:0;min-height:0}.patientShell ._emergencySection_nt5uk_99{border-radius:var(--cs-radius-2xl);border-width:1px}.patientShell ._emergencyCard_nt5uk_118{background:var(--cs-surface-lowest);border-radius:var(--cs-radius-xl);box-shadow:var(--cs-shadow-atmospheric)}.patientShell ._intakeForm_nt5uk_1680,.patientShell ._preferenceSection_nt5uk_1853,.patientShell ._resourceCard_nt5uk_62,.patientShell ._dashboardCard_nt5uk_958{background:color-mix(in srgb,var(--cs-surface-lowest) 88%,white 12%);border:1px solid color-mix(in srgb,var(--cs-primary) 12%,transparent);border-radius:var(--cs-radius-2xl);box-shadow:var(--cs-shadow-atmospheric);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.patientShell ._formSection_nt5uk_1720,.patientShell ._consentSection_nt5uk_1731{background:color-mix(in srgb,var(--cs-surface-lowest) 92%,white 8%);border:1px solid color-mix(in srgb,var(--cs-primary) 10%,transparent);border-radius:var(--cs-radius-xl);padding:clamp(1rem,1.8vw,1.35rem)}.patientShell ._categoriesSection_nt5uk_175 h2,.patientShell ._resourcesSection_nt5uk_254 h2{color:var(--cs-primary);font-family:var(--cs-font-headline)}.patientShell ._pageHeader_nt5uk_28{background:linear-gradient(145deg,#ffffffd1,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--cs-radius-2xl);padding:clamp(1rem,2vw,1.75rem)}.patientShell ._intakeForm_nt5uk_1680,.patientShell ._appointmentForm_nt5uk_1986,.patientShell ._appointmentDetailsForm_nt5uk_3129,.patientShell ._paymentForm_nt5uk_3130,.patientShell ._filtersSection_nt5uk_3131,.patientShell ._summaryCard_nt5uk_3132,.patientShell ._selectionSummary_nt5uk_3133{background:linear-gradient(145deg,#ffffffd1,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--cs-radius-2xl);border:1px solid color-mix(in srgb,var(--cs-primary) 14%,transparent);box-shadow:var(--cs-shadow-atmospheric)}.patientShell ._formNavigation_nt5uk_1891,.patientShell ._formActions_nt5uk_1996,.patientShell ._paymentActions_nt5uk_3145{border-top:1px solid color-mix(in srgb,var(--cs-primary) 16%,transparent);padding-top:1.5rem;margin-top:2rem}.patientShell button._navButton_nt5uk_1900,.patientShell ._cancelButton_nt5uk_790{background:color-mix(in srgb,var(--cs-surface-lowest) 86%,white 14%);color:var(--cs-primary);border:1px solid color-mix(in srgb,var(--cs-primary) 18%,transparent);border-radius:var(--cs-radius-xl);box-shadow:0 8px 24px #191c1d0f}.patientShell button._submitButton_nt5uk_1926,.patientShell ._continueButton_nt5uk_2392,.patientShell ._payButton_nt5uk_3160{background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);color:var(--cs-on-primary);border:none;border-radius:var(--cs-radius-xl);box-shadow:var(--cs-shadow-atmospheric);filter:saturate(1.05)}._requirementSummary_nt5uk_3169{background:linear-gradient(145deg,#ffffffd1,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:18px;border:1px solid rgba(143,159,136,.18);padding:clamp(1rem,2vw,1.35rem);margin-top:1.1rem}._requirementSummary_nt5uk_3169 h3{margin:0 0 .8rem;font-size:1.05rem;font-weight:700;color:var(--cs-primary);display:flex;align-items:center}._requirementGrid_nt5uk_3189{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem}._requirementItem_nt5uk_3195{display:flex;gap:.6rem;align-items:flex-start;padding:.72rem .8rem;border-radius:12px;background:color-mix(in srgb,var(--cs-surface-lowest) 84%,white 16%);border:1px solid color-mix(in srgb,var(--cs-primary) 12%,transparent);font-size:.9rem;line-height:1.45;color:#1e1f1e}._requiredIcon_nt5uk_3208,._optionalIcon_nt5uk_3209,._recommendedIcon_nt5uk_3210{display:inline-flex;width:1.2rem;min-width:1.2rem;justify-content:center;font-weight:800;line-height:1.2}._requiredIcon_nt5uk_3208{color:#c0392b}._optionalIcon_nt5uk_3209{color:#7a7b7a}._recommendedIcon_nt5uk_3210{color:#d4841a}._intakeKicker_nt5uk_3231{margin:0 0 .45rem;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:var(--cs-primary);opacity:.82}._wrap_14w91_1{max-width:80rem;margin:0 auto}._pageHeader_14w91_6{margin-bottom:2.5rem;text-align:left}._welcomeTitle_14w91_11{font-family:var(--cs-font-headline);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;color:var(--cs-primary);margin:0 0 .75rem}._welcomeSubtitle_14w91_20{font-size:1.0625rem;line-height:1.6;color:var(--cs-on-surface-variant);max-width:36rem;margin:0}._consentBanner_14w91_28{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.25rem;margin-bottom:2rem;border-radius:var(--cs-radius-2xl);background:var(--cs-error-container);color:var(--cs-on-error-container);box-shadow:var(--cs-shadow-atmospheric)}@media (min-width: 640px){._consentBanner_14w91_28{flex-direction:row;align-items:center;justify-content:space-between}}._consentBanner_14w91_28 h3{font-family:var(--cs-font-headline);font-size:.9375rem;font-weight:700;margin:0 0 .35rem;display:flex;align-items:center;gap:.5rem;color:var(--cs-on-error-container)}._consentBanner_14w91_28 p{margin:0;font-size:.875rem;line-height:1.5;opacity:.95}._bento_14w91_63{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;align-items:start}._card_14w91_70{background:var(--cs-surface-lowest);border-radius:var(--cs-radius-2xl);padding:1.75rem 2rem;box-shadow:var(--cs-shadow-atmospheric);position:relative;overflow:hidden}._cardMuted_14w91_79{background:var(--cs-surface-low)}._cardTitle_14w91_83{font-family:var(--cs-font-headline);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--cs-on-surface-variant);margin:0 0 1rem}._cardHeading_14w91_93{font-family:var(--cs-font-headline);font-size:1.25rem;font-weight:700;color:var(--cs-primary);margin:0 0 .5rem}._span8_14w91_101{grid-column:span 12}@media (min-width: 900px){._span8_14w91_101{grid-column:span 8}}._span4_14w91_110{grid-column:span 12}@media (min-width: 600px){._span4_14w91_110{grid-column:span 6}}@media (min-width: 900px){._span4_14w91_110{grid-column:span 4}}._span6_14w91_124{grid-column:span 12}@media (min-width: 768px){._span6_14w91_124{grid-column:span 6}}._videoHero_14w91_133 ._decoIcon_14w91_133{position:absolute;top:.5rem;right:.5rem;opacity:.07;color:var(--cs-primary);pointer-events:none;transition:transform .4s ease;display:flex;font-size:5rem}._videoHero_14w91_133:hover ._decoIcon_14w91_133{transform:scale(1.06)}._rel_14w91_148{position:relative;z-index:1}._badgeLive_14w91_153{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:9999px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;background:var(--cs-secondary-container);color:var(--cs-on-secondary-fixed-variant);margin-bottom:1.25rem}._pulseDot_14w91_168{width:.5rem;height:.5rem;border-radius:50%;background:var(--cs-secondary);animation:_pulse_14w91_168 1.8s ease-in-out infinite}@keyframes _pulse_14w91_168{0%,to{opacity:1}50%{opacity:.45}}._sessionMeta_14w91_184{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--cs-on-surface-variant);margin-bottom:1.5rem}._actions_14w91_193{display:flex;flex-wrap:wrap;gap:.75rem}button._btnPrimary_14w91_199{font-family:var(--cs-font-body);padding:.75rem 1.75rem;border:none;border-radius:var(--cs-radius-xl);font-size:.875rem;font-weight:700;color:var(--cs-on-primary);cursor:pointer;background-color:transparent;background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);box-shadow:var(--cs-shadow-atmospheric);transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}button._btnPrimary_14w91_199:before{content:none;display:none}button._btnPrimary_14w91_199:hover:not(:disabled){filter:saturate(1.08);transform:none;background-color:transparent;background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);box-shadow:var(--cs-shadow-atmospheric)}button._btnPrimary_14w91_199:active:not(:disabled){transform:translateY(1px)}button._btnGhost_14w91_228{font-family:var(--cs-font-body);padding:.75rem 1.25rem;border-radius:var(--cs-radius-xl);font-size:.875rem;font-weight:600;color:var(--cs-primary);background-color:var(--cs-surface-lowest);background-image:none;cursor:pointer;box-shadow:var(--cs-shadow-atmospheric);transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}button._btnGhost_14w91_228:before{content:none;display:none}button._btnGhost_14w91_228:hover:not(:disabled){background-color:var(--cs-surface-low);transform:none;box-shadow:var(--cs-shadow-atmospheric)}button._btnGhost_14w91_228:active:not(:disabled){transform:translateY(1px)}._placeholder_14w91_254{color:var(--cs-on-surface-variant);font-size:.9375rem;line-height:1.55;margin:0 0 1rem}._placeholderSub_14w91_261{font-size:.8125rem;opacity:.9;margin:0 0 1.25rem}._videoList_14w91_267{display:flex;flex-direction:column;gap:1rem}._videoRow_14w91_273{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;background:var(--cs-surface-low);border-radius:var(--cs-radius-xl)}._videoRowInfo_14w91_284{flex:1;min-width:0}._videoRowTop_14w91_289{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}._psychName_14w91_298{font-weight:700;color:var(--cs-primary)}._timeChip_14w91_303{font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:9999px;background:var(--cs-secondary-container);color:var(--cs-on-secondary-fixed-variant)}._videoRowDetail_14w91_312{font-size:.8125rem;color:var(--cs-on-surface-variant);display:flex;flex-wrap:wrap;gap:.35rem}._medicareCard_14w91_320{display:flex;flex-direction:column;align-items:center;text-align:center}._medicareTitle_14w91_327{font-family:var(--cs-font-headline);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--cs-primary);margin:0 0 1.25rem}._ringWrap_14w91_337{position:relative;width:8rem;height:8rem;margin-bottom:1.25rem}._ringSvg_14w91_344{width:100%;height:100%;transform:rotate(-90deg)}._ringBg_14w91_350{fill:none;stroke:var(--cs-surface-high);stroke-width:8}._ringFg_14w91_356{fill:none;stroke:var(--cs-tertiary-fixed-dim);stroke-width:8;stroke-linecap:round;transition:stroke-dashoffset .4s ease}._ringLabel_14w91_364{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center}._ringNumbers_14w91_373{font-family:var(--cs-font-headline);font-size:1.75rem;font-weight:800;color:var(--cs-primary);line-height:1}._ringSub_14w91_381{font-size:.625rem;font-weight:700;letter-spacing:.1em;color:var(--cs-on-surface-variant);margin-top:.25rem}._medicareNote_14w91_389{width:100%;padding:.5rem 1rem;border-radius:var(--cs-radius-xl);background:var(--cs-tertiary-fixed);font-size:.6875rem;font-weight:700;color:var(--cs-on-tertiary-fixed-variant);line-height:1.4}._medicareWarn_14w91_400{margin-top:.75rem;font-size:.75rem;font-weight:600;color:var(--cs-on-secondary-fixed-variant);display:flex;align-items:flex-start;gap:.35rem;text-align:left}._nextBlock_14w91_411{display:flex;flex-direction:column;gap:1rem}._nextRow_14w91_417{display:flex;gap:.75rem;align-items:flex-start}._nextIcon_14w91_423{flex-shrink:0;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;border-radius:var(--cs-radius-xl);background:#d1e6cb73;color:var(--cs-secondary)}._nextPrimary_14w91_435{font-size:.875rem;font-weight:700;color:var(--cs-primary);margin:0}._nextSecondary_14w91_442{font-size:.75rem;color:var(--cs-on-surface-variant);margin:.15rem 0 0}._linkSubtle_14w91_448{font-size:.75rem;font-weight:700;color:var(--cs-primary);text-decoration:underline;text-underline-offset:3px;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}._linkSubtle_14w91_448:hover{opacity:.75}._statBig_14w91_464{font-family:var(--cs-font-headline);font-size:2rem;font-weight:800;color:var(--cs-primary);line-height:1;margin:0 0 .35rem}._statBlock_14w91_473{display:flex;align-items:center;gap:1.25rem}._statIconBox_14w91_479{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;background:#0034410f;color:var(--cs-primary);flex-shrink:0}._invoiceRow_14w91_491{display:flex;align-items:center;justify-content:space-between;gap:1rem}._invoiceIcon_14w91_498{width:3rem;height:3rem;border-radius:var(--cs-radius-xl);display:flex;align-items:center;justify-content:center;background:#ffdad6a6;color:var(--cs-on-error-container)}._progressHead_14w91_509{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}._progressTitle_14w91_516{font-family:var(--cs-font-headline);font-size:1.125rem;font-weight:700;color:var(--cs-primary);margin:0}._progressList_14w91_524{display:flex;flex-direction:column;gap:1.25rem;max-height:16rem;overflow-y:auto;padding-right:.25rem}._progressRow_14w91_533{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._progressLeft_14w91_540{display:flex;align-items:center;gap:1rem;min-width:0}._progressAccent_14w91_547{width:.25rem;align-self:stretch;min-height:2.5rem;border-radius:9999px;background:var(--cs-secondary);flex-shrink:0}._progressSession_14w91_556{font-size:.875rem;font-weight:700;color:var(--cs-primary);margin:0}._progressMeta_14w91_563{font-size:.75rem;color:var(--cs-on-surface-variant);margin:.2rem 0 0}._resourcesGrid_14w91_569{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}._resourceTile_14w91_575{padding:1rem;border-radius:var(--cs-radius-xl);background:var(--cs-surface-low);cursor:pointer;border:none;text-align:left;font-family:inherit;transition:background .15s ease}._resourceTile_14w91_575:hover{background:var(--cs-surface-high)}._resourceTileIcon_14w91_589{display:block;margin-bottom:.5rem;color:var(--cs-primary)}._resourceTileLabel_14w91_595{font-size:.75rem;font-weight:700;color:var(--cs-primary);margin:0;line-height:1.35}._intakeDone_14w91_603{font-size:.9375rem;font-weight:700;color:var(--cs-on-secondary-fixed-variant);margin:0 0 .25rem}._intakeSub_14w91_610{font-size:.8125rem;color:var(--cs-on-surface-variant);margin:0}._loadingBox_14w91_616,._errorBox_14w91_617{text-align:center;padding:3rem 1.5rem;font-family:var(--cs-font-body);color:var(--cs-on-surface-variant)}._spinner_14w91_624{width:2.5rem;height:2.5rem;margin:0 auto 1rem;border:3px solid var(--cs-surface-high);border-top-color:var(--cs-primary);border-radius:50%;animation:_spin_14w91_624 .9s linear infinite}@keyframes _spin_14w91_624{to{transform:rotate(360deg)}}._errorBox_14w91_617 h2{font-family:var(--cs-font-headline);color:var(--cs-primary);font-size:1.25rem}._card_14w91_70,._cardMuted_14w91_79,._resourceTile_14w91_575,._consentBanner_14w91_28{background:var(--cs-glass-bg);border:1px solid var(--cs-glass-border);box-shadow:var(--cs-glass-shadow);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}._wrap_1svyi_1{max-width:80rem;margin:0 auto}._pageHeader_1svyi_6{margin-bottom:2.5rem;text-align:left}._welcomeTitle_1svyi_11{font-family:var(--cs-font-headline);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;letter-spacing:-.02em;color:var(--cs-primary);margin:0 0 .75rem}._welcomeSubtitle_1svyi_20{font-size:1.0625rem;line-height:1.6;color:var(--cs-on-surface-variant);max-width:36rem;margin:0}button._btnPrimary_1svyi_28{font-family:var(--cs-font-body);padding:.75rem 1.75rem;border:none;border-radius:var(--cs-radius-xl);font-size:.875rem;font-weight:700;color:var(--cs-on-primary);cursor:pointer;background-color:transparent;background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);box-shadow:var(--cs-shadow-atmospheric);transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}button._btnPrimary_1svyi_28:before{content:none;display:none}button._btnPrimary_1svyi_28:hover:not(:disabled){filter:saturate(1.08);transform:none;box-shadow:var(--cs-shadow-atmospheric);background-color:transparent;background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%)}button._btnPrimary_1svyi_28:active:not(:disabled){transform:translateY(1px)}button._btnGhost_1svyi_57{font-family:var(--cs-font-body);padding:.75rem 1.25rem;border:none;border-radius:var(--cs-radius-xl);font-size:.875rem;font-weight:600;color:var(--cs-primary);background-color:var(--cs-surface-lowest);background-image:none;cursor:pointer;box-shadow:0 8px 24px #191c1d0f;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}button._btnGhost_1svyi_57:before{content:none;display:none}button._btnGhost_1svyi_57:hover:not(:disabled){background-color:var(--cs-surface-low);transform:none;box-shadow:0 10px 28px #191c1d14}button._btnGhost_1svyi_57:active:not(:disabled){transform:translateY(1px)}@keyframes _loading_1udfi_186{0%{background-position:200% 0}to{background-position:-200% 0}}._privacySection_1udfi_9{margin-bottom:2rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000014;border:1px solid rgba(0,0,0,.05)}._sectionHeader_1udfi_18{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}._sectionHeader_1udfi_18 h2{margin:0;font-size:1.75rem;font-weight:700;color:#1e1f1e}._sectionHeader_1udfi_18 p{margin:0;color:#4a4b4a;font-size:1rem}._statusCard_1udfi_36{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;padding:1.5rem;background:#8f9f880d;border-radius:12px;border:1px solid rgba(143,159,136,.15)}._statusItem_1udfi_46{display:flex;flex-direction:column;gap:.25rem}._statusItem_1udfi_46 span{font-size:.9rem;color:#4a4b4a;text-transform:uppercase;letter-spacing:.05em}._statusItem_1udfi_46 strong{font-size:1.1rem;color:#1e1f1e}._statusBadge_1udfi_62{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;padding:.4rem .75rem;border-radius:999px}._statusBadge_1udfi_62._accepted_1udfi_70{background:#2e7d4226;color:#2e7d42}._statusBadge_1udfi_62._pending_1udfi_74{background:#d4841a26;color:#d4841a}._warning_1udfi_79{margin-top:1rem;padding:1rem;border-radius:10px;background:#d4841a1a;border:1px solid rgba(212,132,26,.3);color:#d4841a;font-weight:600}._actions_1udfi_89{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:1rem}._button_1udfi_96{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._button_1udfi_96:disabled{opacity:.6;cursor:not-allowed}._button_1udfi_96{display:inline-flex;align-items:center;gap:.5rem}._primaryButton_1udfi_121{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._primaryButton_1udfi_121:disabled{opacity:.6;cursor:not-allowed}._primaryButton_1udfi_121{background-color:#364539;color:#fff;position:relative;overflow:hidden}._primaryButton_1udfi_121:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transition:left .6s ease}._primaryButton_1udfi_121:hover:not(:disabled){background-color:#2a352e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._primaryButton_1udfi_121:hover:not(:disabled):before{left:100%}._primaryButton_1udfi_121:active:not(:disabled){transform:translateY(-1px)}._secondaryButton_1udfi_168{background:#fff;color:#8f9f88;border:2px solid #8f9f88}._secondaryButton_1udfi_168:hover{background:#8f9f880d}._errorAlert_1udfi_177{background:#c0392b1a;border:1px solid rgba(192,57,43,.3);color:#c0392b;padding:1rem;border-radius:8px;margin-bottom:1rem}._loadingState_1udfi_186{display:flex;align-items:center;gap:.75rem;color:#4a4b4a}._loadingState_1udfi_186 ._spinner_1udfi_192{width:18px;height:18px;border:3px solid rgba(143,159,136,.2);border-top:3px solid #8f9f88;border-radius:50%;animation:_spin_1udfi_192 1s linear infinite}._thirdPartySection_1udfi_201{margin-top:2rem}._thirdPartyIntro_1udfi_205{color:#4a4b4a;margin-bottom:1.5rem}._thirdPartyGrid_1udfi_210{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}._thirdPartyCard_1udfi_216{border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1.25rem;background:#fdfdfd}._thirdPartyCard_1udfi_216 h4{margin-top:0;margin-bottom:.5rem;font-size:1.1rem;color:#1e1f1e}._thirdPartyCard_1udfi_216 p{margin:.25rem 0;color:#4a4b4a;font-size:.95rem}._dataList_1udfi_234,._safeguardList_1udfi_235{margin:.5rem 0 0;padding-left:1.25rem;color:#4a4b4a;font-size:.95rem}._link_1udfi_242{display:inline-flex;align-items:center;gap:.25rem;color:#8f9f88;font-weight:600;text-decoration:none;margin-top:1rem}._link_1udfi_242:hover{text-decoration:underline}@keyframes _spin_1udfi_192{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _loading_iw77v_1{0%{background-position:200% 0}to{background-position:-200% 0}}._disclosureSection_iw77v_9{margin-bottom:2rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000014;border:1px solid rgba(0,0,0,.05)}._sectionHeader_iw77v_18{margin-bottom:1rem}._sectionHeader_iw77v_18 h2{margin:0;font-size:1.5rem;color:#1e1f1e}._sectionHeader_iw77v_18 p{margin:.25rem 0 0;color:#4a4b4a}._note_iw77v_31{padding:1rem;background:#f6efe7;border:1px solid #c8c5c0;color:#1e1f1e;border-radius:10px;margin-bottom:1.5rem}._servicesList_iw77v_40{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.25rem}._serviceCard_iw77v_46{border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:1.25rem;background:#fdfdfd}._serviceCard_iw77v_46 h3{margin:0 0 .5rem;color:#1e1f1e}._serviceCard_iw77v_46 p{margin:.35rem 0;color:#4a4b4a;font-size:.95rem}._dataList_iw77v_62,._safeguardList_iw77v_63{margin:.35rem 0 0;padding-left:1.25rem;color:#4a4b4a;font-size:.95rem}._linkButton_iw77v_70{margin-top:1rem;display:inline-flex;align-items:center;gap:.25rem;color:#8f9f88;font-weight:600;text-decoration:none}._linkButton_iw77v_70:hover{text-decoration:underline}@keyframes _loading_68l0w_252{0%{background-position:200% 0}to{background-position:-200% 0}}._telehealthCard_68l0w_9{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 25px #00000014;border:1px solid rgba(0,0,0,.05)}._header_68l0w_17{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}._header_68l0w_17 h3{margin:0;font-size:1.5rem;color:#1e1f1e}._summaryGrid_68l0w_30{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1.5rem}._summaryItem_68l0w_37{background:#8f9f880a;border:1px solid rgba(143,159,136,.2);border-radius:12px;padding:1rem}._summaryItem_68l0w_37 span{display:block;font-size:.85rem;color:#4a4b4a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}._summaryItem_68l0w_37 strong{font-size:1.1rem;color:#1e1f1e}._statusBadge_68l0w_56{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;font-weight:600}._statusBadge_68l0w_56._active_68l0w_64{background:#2e7d4226;color:#2e7d42}._statusBadge_68l0w_56._pending_68l0w_68{background:#d4841a26;color:#d4841a}._emergencyCard_68l0w_73{background:#d4841a14;border:1px solid rgba(212,132,26,.3);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem}._emergencyCard_68l0w_73 h4{margin:0 0 .5rem;color:#d4841a}._emergencyCard_68l0w_73 p{margin:.25rem 0;color:#1e1f1e}._actions_68l0w_89{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}._button_68l0w_96{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._button_68l0w_96:disabled{opacity:.6;cursor:not-allowed}._button_68l0w_96{display:inline-flex;align-items:center;gap:.5rem}._primaryButton_68l0w_121{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._primaryButton_68l0w_121:disabled{opacity:.6;cursor:not-allowed}._primaryButton_68l0w_121{background-color:#364539;color:#fff;position:relative;overflow:hidden}._primaryButton_68l0w_121:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transition:left .6s ease}._primaryButton_68l0w_121:hover:not(:disabled){background-color:#2a352e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._primaryButton_68l0w_121:hover:not(:disabled):before{left:100%}._primaryButton_68l0w_121:active:not(:disabled){transform:translateY(-1px)}._secondaryButton_68l0w_168{background:#fff;color:#8f9f88;border:2px solid #8f9f88}._secondaryButton_68l0w_168:hover{background:#8f9f880d}._form_68l0w_177{margin-top:1rem;display:grid;gap:1.25rem}._fieldGroup_68l0w_183{display:flex;flex-direction:column;gap:.4rem}._fieldGroup_68l0w_183 label{font-weight:600;color:#1e1f1e}._fieldGroup_68l0w_183 input[type=text],._fieldGroup_68l0w_183 textarea{border:1px solid #e2dfd9;border-radius:10px;padding:.85rem 1rem;font-size:1rem;font-family:inherit;transition:border-color .2s ease}._fieldGroup_68l0w_183 input[type=text]:focus,._fieldGroup_68l0w_183 textarea:focus{outline:none;border-color:#8f9f88;box-shadow:0 0 0 3px #8f9f881f}._fieldGroup_68l0w_183 textarea{min-height:120px;resize:vertical}._checkboxRow_68l0w_212{display:flex;gap:.75rem;align-items:flex-start}._checkboxRow_68l0w_212 input{margin-top:.25rem}._checkboxRow_68l0w_212 label{font-weight:500;color:#1e1f1e}._requirementsLink_68l0w_225{color:#8f9f88;font-weight:600;text-decoration:none}._requirementsLink_68l0w_225:hover{text-decoration:underline}._errorAlert_68l0w_234{background:#c0392b1a;border:1px solid rgba(192,57,43,.25);color:#c0392b;padding:1rem;border-radius:10px;margin-bottom:1rem}._successAlert_68l0w_243{background:#2e7d421a;border:1px solid rgba(46,125,66,.25);color:#2e7d42;padding:1rem;border-radius:10px;margin-bottom:1rem}._loading_68l0w_252{color:#4a4b4a;font-style:italic}@keyframes _loading_di76h_1{0%{background-position:200% 0}to{background-position:-200% 0}}._sessionTimer_di76h_9{margin:1rem 0}._timerContainer_di76h_13{padding:1.5rem;border-radius:8px;text-align:center;transition:all .3s ease}._timerUpcoming_di76h_20{background:#9daa9638;color:#4d5a48;border:1px solid rgba(77,90,72,.2)}._timerStartingSoon_di76h_26{background:#fff3e0;color:#f57c00;border:1px solid rgba(245,124,0,.2);animation:_pulse_di76h_1 2s infinite}._timerInProgress_di76h_33{background:#e8f5e9;color:#388e3c;border:1px solid rgba(56,142,60,.2)}._timerEnded_di76h_39{background:#f5f5f5;color:#757575;border:1px solid rgba(117,117,117,.2)}._timerUnknown_di76h_45{background:#fafafa;color:#9e9e9e;border:1px solid rgba(158,158,158,.2)}._timerLabel_di76h_51{font-size:.9rem;font-weight:500;margin:0 0 .5rem;opacity:.9}._timerValue_di76h_58{font-size:2rem;font-weight:700;margin:.5rem 0;font-family:Courier New,monospace;letter-spacing:.05em}._timerSubtitle_di76h_66{font-size:.85rem;margin:.25rem 0 0;opacity:.8}._progressBar_di76h_72{width:100%;height:6px;background:#ffffff4d;border-radius:9999px;overflow:hidden;margin-bottom:1rem}._progressFill_di76h_81{height:100%;background:linear-gradient(90deg,#4caf50,#66bb6a);border-radius:9999px;transition:width 1s linear}._btnJoin_di76h_88{margin-top:1rem;padding:.5rem 1.5rem;background:#4caf50;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #4caf504d}._btnJoin_di76h_88:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf5066}._btnJoin_di76h_88:active{transform:translateY(0)}@keyframes _pulse_di76h_1{0%,to{opacity:1;box-shadow:0 0 #f57c0066}50%{opacity:.9;box-shadow:0 0 0 8px #f57c0000}}@media (max-width: 768px){._timerValue_di76h_58{font-size:1.5rem}._timerLabel_di76h_51{font-size:.85rem}._btnJoin_di76h_88{width:100%;padding:1rem}}._recordingCard_16d0p_1{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:all .3s ease;border:1px solid #e2dfd9}._recordingCard_16d0p_1:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}._cardHeader_16d0p_14{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._cardTitle_16d0p_21{font-size:1.125rem;font-weight:600;color:#1e1f1e;margin:0 0 .25rem}._cardDate_16d0p_28{font-size:.875rem;color:#4a4b4a;margin:0}._statusBadge_16d0p_34{padding:.375rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}._statusCompleted_16d0p_42{background:#2e7d421a;color:#2e7d42}._statusStarted_16d0p_47{background:#d4841a1a;color:#d4841a}._statusFailed_16d0p_52{background:#c0392b1a;color:#c0392b}._statusDefault_16d0p_57{background:#7a7b7a1a;color:#7a7b7a}._cardInfo_16d0p_62{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}._infoRow_16d0p_69{display:flex;align-items:center;font-size:.875rem}._infoLabel_16d0p_75{font-weight:600;color:#1e1f1e;margin-right:.5rem;min-width:100px}._infoValue_16d0p_82{color:#4a4b4a}._cardActions_16d0p_86{display:flex;gap:.75rem}._viewButton_16d0p_91,._downloadButton_16d0p_92{flex:1;padding:.75rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}._viewButton_16d0p_91{background:linear-gradient(135deg,#9daa96,#4d5a48);color:#fff}._viewButton_16d0p_91:hover{transform:translateY(-2px);box-shadow:0 4px 12px #9daa964d}._downloadButton_16d0p_92{background:linear-gradient(135deg,#2e7d42,#20582e);color:#fff}._downloadButton_16d0p_92:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2e7d424d}.patientShell button._viewButton_16d0p_91{background-color:var(--cs-surface-lowest);background-image:none;border:none;border-radius:var(--cs-radius-xl);color:var(--cs-primary);box-shadow:0 8px 24px #191c1d0f}.patientShell button._viewButton_16d0p_91:before{content:none;display:none}.patientShell button._viewButton_16d0p_91:hover:not(:disabled){background-color:var(--cs-surface-low);transform:none;box-shadow:0 10px 28px #191c1d14}.patientShell button._viewButton_16d0p_91:active:not(:disabled){transform:translateY(1px)}.patientShell button._downloadButton_16d0p_92{background-color:transparent;background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);border:none;border-radius:var(--cs-radius-xl);color:var(--cs-on-primary);box-shadow:var(--cs-shadow-atmospheric)}.patientShell button._downloadButton_16d0p_92:before{content:none;display:none}.patientShell button._downloadButton_16d0p_92:hover:not(:disabled){filter:saturate(1.08);transform:none;box-shadow:var(--cs-shadow-atmospheric)}.patientShell button._downloadButton_16d0p_92:active:not(:disabled){transform:translateY(1px)}._playerContainer_1sa9t_1{width:100%;margin-bottom:1.5rem}._playerTitle_1sa9t_6{font-size:1.125rem;font-weight:600;color:#1e1f1e;margin:0 0 1rem}._playerWrapper_1sa9t_13{position:relative;width:100%;padding-top:56.25%;background:#000;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px #00000026}._playerWrapper_1sa9t_13>div{position:absolute;top:0;left:0;width:100%;height:100%}._loadingOverlay_1sa9t_30{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000c;color:#fff;z-index:10}._loadingSpinner_1sa9t_45{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1sa9t_1 1s linear infinite;margin-bottom:1rem}@keyframes _spin_1sa9t_1{to{transform:rotate(360deg)}}._errorState_1sa9t_60{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;color:#fff;height:100%}._errorIcon_1sa9t_71{font-size:3rem;margin-bottom:1rem}._errorMessage_1sa9t_76{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:#fff}._errorHint_1sa9t_83{font-size:.875rem;color:#fffc;margin:0;max-width:400px}._playerControls_1sa9t_90{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:1rem;display:flex;align-items:center;gap:1rem;z-index:5}._timeDisplay_1sa9t_103{color:#fff;font-size:.875rem;font-weight:600;min-width:100px;text-align:center}._seekBar_1sa9t_111{flex:1;height:6px;background:#ffffff4d;border-radius:3px;outline:none;cursor:pointer;appearance:none}._seekBar_1sa9t_111::-webkit-slider-thumb{appearance:none;width:16px;height:16px;background:#fff;border-radius:50%;cursor:pointer;transition:all .2s ease}._seekBar_1sa9t_111::-webkit-slider-thumb:hover{transform:scale(1.2)}._seekBar_1sa9t_111::-moz-range-thumb{width:16px;height:16px;background:#fff;border-radius:50%;cursor:pointer;border:none;transition:all .2s ease}._seekBar_1sa9t_111::-moz-range-thumb:hover{transform:scale(1.2)}._modalOverlay_t06ll_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modalContent_t06ll_12{background:#fff;border-radius:12px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}._modalHeader_t06ll_22{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2dfd9}._modalTitle_t06ll_30{font-size:1.5rem;font-weight:700;color:#1e1f1e;margin:0}._closeButton_t06ll_37{background:none;border:none;font-size:1.5rem;color:#4a4b4a;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}._closeButton_t06ll_37:hover{background:#f6efe7;color:#1e1f1e}._modalBody_t06ll_57{padding:1.5rem;max-height:calc(90vh - 200px);overflow-y:auto}._videoSection_t06ll_63{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #e2dfd9}._videoSectionHeader_t06ll_69{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._videoSectionTitle_t06ll_76{font-size:1.125rem;font-weight:600;color:#1e1f1e;margin:0}._toggleVideoButton_t06ll_83{padding:.5rem 1rem;background:#9daa96;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}._toggleVideoButton_t06ll_83:hover{background:#4d5a48;transform:translateY(-1px)}._videoPlaceholder_t06ll_99{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background:#f6efe7;border-radius:8px;border:2px dashed #c8c5c0;text-align:center}._videoPlaceholderIcon_t06ll_111{font-size:3rem;margin-bottom:1rem}._videoPlaceholder_t06ll_99 p{color:#4a4b4a;margin:0;font-size:.875rem}._videoError_t06ll_122{padding:1.5rem;background:#c0392b1a;border:1px solid rgba(192,57,43,.3);border-radius:8px;text-align:center}._videoError_t06ll_122 p{color:#c0392b;margin:0 0 .5rem;font-weight:600}._videoErrorHint_t06ll_136{color:#4a4b4a!important;font-weight:400!important;font-size:.875rem}._detailRow_t06ll_142{margin-bottom:1.25rem}._detailRow_t06ll_142:last-child{margin-bottom:0}._detailGrid_t06ll_149{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem}._detailLabel_t06ll_156{display:block;font-size:.875rem;font-weight:600;color:#4a4b4a;margin-bottom:.5rem}._detailValue_t06ll_164{font-size:1rem;color:#1e1f1e;margin:0}._modalFooter_t06ll_170{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #e2dfd9}._downloadButton_t06ll_177,._closeModalButton_t06ll_178{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}._downloadButton_t06ll_177{background:linear-gradient(135deg,#2e7d42,#20582e);color:#fff}._downloadButton_t06ll_177:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #2e7d424d}._downloadButton_t06ll_177:disabled{opacity:.6;cursor:not-allowed}._closeModalButton_t06ll_178{background:#ebe8e3;color:#1e1f1e}._closeModalButton_t06ll_178:hover{background:#e0dcd4}.patientShell button._downloadButton_t06ll_177{background-color:transparent;background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);color:var(--cs-on-primary);border:none;border-radius:var(--cs-radius-xl);box-shadow:var(--cs-shadow-atmospheric)}.patientShell button._downloadButton_t06ll_177:before{content:none;display:none}.patientShell button._downloadButton_t06ll_177:hover:not(:disabled){filter:saturate(1.08);transform:none;box-shadow:var(--cs-shadow-atmospheric)}.patientShell button._downloadButton_t06ll_177:active:not(:disabled){transform:translateY(1px)}.patientShell button._toggleVideoButton_t06ll_83{background-color:transparent;background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);color:var(--cs-on-primary);border:none;border-radius:var(--cs-radius-xl)}.patientShell button._toggleVideoButton_t06ll_83:before{content:none;display:none}.patientShell button._toggleVideoButton_t06ll_83:hover:not(:disabled){background-image:linear-gradient(135deg,var(--cs-primary-container) 0%,var(--cs-primary) 100%);transform:none}._recordingIndicator_1u015_1{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#9daa961a;border:1px solid rgba(157,170,150,.2);border-radius:8px;margin-top:1rem}._recordingIcon_1u015_12{font-size:1.25rem}._recordingText_1u015_16{flex:1;font-size:.875rem;font-weight:600;color:#9daa96}._viewButton_1u015_23{padding:.375rem .75rem;background:#9daa96;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}._viewButton_1u015_23:hover{background:#4d5a48;transform:translateY(-1px)}._page_tm0nl_1{max-width:80rem;margin:0 auto;width:100%;font-family:var(--cs-font-body);color:var(--cs-on-surface)}._pageHeader_tm0nl_9{margin-bottom:2rem;text-align:left}._pageTitle_tm0nl_14{font-family:var(--cs-font-headline);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;letter-spacing:-.02em;color:var(--cs-primary);margin:0 0 .5rem}._pageSubtitle_tm0nl_23{font-size:1rem;line-height:1.6;color:var(--cs-on-surface-variant);margin:0;max-width:40rem}._surfaceCard_tm0nl_31{background:var(--cs-surface-lowest);border-radius:var(--cs-radius-2xl);padding:1.5rem 1.75rem;box-shadow:var(--cs-shadow-atmospheric)}._surfaceMuted_tm0nl_38{background:var(--cs-surface-low);border-radius:var(--cs-radius-2xl);padding:1.5rem 1.75rem}._btnPrimary_tm0nl_44{font-family:var(--cs-font-body);padding:.65rem 1.35rem;border:none;border-radius:var(--cs-radius-xl);font-size:.875rem;font-weight:700;color:var(--cs-on-primary);cursor:pointer;background:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);box-shadow:var(--cs-shadow-atmospheric);transition:filter .15s ease,transform .15s ease}._btnPrimary_tm0nl_44:hover{filter:saturate(1.08)}._btnPrimary_tm0nl_44:disabled{opacity:.6;cursor:not-allowed}._btnGhost_tm0nl_65{font-family:var(--cs-font-body);padding:.65rem 1.15rem;border:none;border-radius:var(--cs-radius-xl);font-size:.875rem;font-weight:600;color:var(--cs-primary);background:transparent;cursor:pointer;transition:background .15s ease}._btnGhost_tm0nl_65:hover{background:var(--cs-surface-low)}._section_tm0nl_81{margin-bottom:2rem}._stack_tm0nl_85{display:flex;flex-direction:column;gap:1.25rem}@keyframes _loading_gh01w_1{0%{background-position:200% 0}to{background-position:-200% 0}}._dashboardContainer_gh01w_9{padding:3rem 0;max-width:1400px;margin:0 auto}._dashboardHeader_gh01w_15{text-align:center;margin-bottom:3rem;animation:_fadeInDown_gh01w_1 .6s ease-out}._welcomeTitle_gh01w_21{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#8f9f88,#4d5a48);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.5px}._welcomeSubtitle_gh01w_32{color:#4a4b4a;font-size:1.2rem;max-width:600px;margin:0 auto;font-weight:400}@keyframes _fadeInDown_gh01w_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._actionBar_gh01w_50{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}._filterTabs_gh01w_59{display:flex;gap:.25rem;background:var(--cs-surface-low);padding:.25rem;border-radius:var(--cs-radius-xl)}._filterTab_gh01w_59{padding:.5rem 1rem;border:none;background:transparent;color:var(--cs-on-surface-variant);border-radius:var(--cs-radius-xl);cursor:pointer;transition:background .15s ease,color .15s ease;font-size:.9rem;font-weight:500}._filterTab_gh01w_59:hover{background:var(--cs-surface-lowest);color:var(--cs-primary)}._filterTab_gh01w_59._filterTabActive_gh01w_82{background:var(--cs-surface-lowest);color:var(--cs-primary);font-weight:700;box-shadow:var(--cs-shadow-atmospheric)}._appointmentsList_gh01w_89{display:grid;gap:2rem;padding:1rem 0}._appointmentCard_gh01w_95{background-color:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d;border:1px solid #e2dfd9;padding:0;transition:transform .25s ease,box-shadow .25s ease;border:none;background:var(--cs-surface-lowest);position:relative;overflow:hidden;border-radius:var(--cs-radius-2xl);box-shadow:var(--cs-shadow-atmospheric)}._appointmentCard_gh01w_95:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);opacity:1}._appointmentCard_gh01w_95:hover{transform:translateY(-3px);box-shadow:0 24px 48px #191c1d14}._appointmentCard_gh01w_95{animation:_fadeInUp_gh01w_1 .5s ease-out}._appointmentCard_gh01w_95:nth-child(1){animation-delay:.1s}._appointmentCard_gh01w_95:nth-child(2){animation-delay:.2s}._appointmentCard_gh01w_95:nth-child(3){animation-delay:.3s}._appointmentCard_gh01w_95:nth-child(4){animation-delay:.4s}._appointmentCard_gh01w_95:nth-child(5){animation-delay:.5s}._appointmentCard_gh01w_95:nth-child(6){animation-delay:.6s}._appointmentCard_gh01w_95:nth-child(7){animation-delay:.7s}._appointmentCard_gh01w_95:nth-child(8){animation-delay:.8s}._appointmentCard_gh01w_95:nth-child(9){animation-delay:.9s}._appointmentCard_gh01w_95:nth-child(10){animation-delay:1s}._cardStatusBadge_gh01w_158{position:absolute;top:1rem;right:1rem;z-index:2}._cardContent_gh01w_165{padding:2rem;display:flex;flex-direction:column;gap:2rem}@keyframes _fadeInUp_gh01w_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._psychologistSection_gh01w_182{display:flex;align-items:center;gap:1rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(0,0,0,.05)}._psychologistDetails_gh01w_190{flex:1}._psychologistAvatar_gh01w_194{width:64px;height:64px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;flex-shrink:0}._appointmentCard_gh01w_95:hover ._psychologistAvatar_gh01w_194{transform:scale(1.05);box-shadow:0 6px 16px #00000026}._psychologistName_gh01w_209{font-size:1.25rem;font-weight:700;color:var(--cs-primary);margin:0 0 .25rem;letter-spacing:-.01em;line-height:1.3;font-family:var(--cs-font-headline)}._psychologistTitle_gh01w_219{font-size:.875rem;color:var(--cs-on-surface-variant);margin:0;line-height:1.4}._dateTimeSection_gh01w_226{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem;background:var(--cs-surface-low);border-radius:var(--cs-radius-xl);border:none}._dateTimeItem_gh01w_236{display:flex;align-items:center;gap:1rem}._dateTimeIcon_gh01w_242{font-size:1.5rem;line-height:1;flex-shrink:0}._dateTimeContent_gh01w_248{display:flex;flex-direction:column;gap:.25rem;flex:1}._dateTimeLabel_gh01w_255{font-size:.75rem;color:#4a4b4a;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._dateTimeValue_gh01w_263{font-size:1rem;color:#1e1f1e;font-weight:700;line-height:1.3}._statusBadge_gh01w_270{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;font-size:.8125rem;font-weight:600;text-transform:capitalize;box-shadow:0 2px 6px #00000014}._statusBadge_gh01w_270._statusUpcoming_gh01w_281{background:#7a8b741a;color:#7a8b74}._statusBadge_gh01w_270._statusCompleted_gh01w_285{background:#2e7d421a;color:#2e7d42}._statusBadge_gh01w_270._statusCancelled_gh01w_289{background:#c0392b1a;color:#c0392b}._statusBadge_gh01w_270._statusRescheduled_gh01w_293{background:#d4841a1a;color:#d4841a}._detailsGrid_gh01w_298{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._detailItem_gh01w_304{display:flex;align-items:flex-start;gap:.5rem;padding:1rem;background:#00000005;border-radius:8px;transition:all .2s ease}._detailItem_gh01w_304:hover{background:#0000000a;transform:translateY(-2px)}._detailIcon_gh01w_318{font-size:1.25rem;line-height:1;flex-shrink:0;margin-top:.125rem}._detailContent_gh01w_325{display:flex;flex-direction:column;gap:.25rem;flex:1}._detailLabel_gh01w_332{font-size:.75rem;color:#4a4b4a;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._detailValue_gh01w_340{font-size:.9375rem;color:#1e1f1e;font-weight:500;line-height:1.4}._notesSection_gh01w_347{padding:1rem;background:#00000005;border-radius:8px;border-left:3px solid #8f9f88}._notesLabel_gh01w_354{font-size:.75rem;color:#4a4b4a;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.25rem}._notesText_gh01w_364{font-size:.875rem;color:#1e1f1e;line-height:1.6;margin:0}._timerSection_gh01w_371{margin:1.5rem 0;padding:1rem;background:#8f9f8805;border-radius:12px;border:1px solid rgba(143,159,136,.1)}._meetingLink_gh01w_379{color:var(--cs-primary);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.25rem;transition:opacity .2s ease,gap .2s ease}._meetingLink_gh01w_379:hover{opacity:.85;gap:.5rem}._appointmentActions_gh01w_393{display:flex;gap:1rem;flex-wrap:wrap;padding:1.5rem 2rem;border-top:2px solid rgba(0,0,0,.05);background:#00000003;margin-top:1.5rem}._primaryButton_gh01w_403{background:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);color:var(--cs-on-primary);border:none;padding:1rem 2rem;border-radius:var(--cs-radius-xl);font-size:1rem;font-weight:600;cursor:pointer;transition:filter .2s ease,transform .2s ease;box-shadow:var(--cs-shadow-atmospheric)}._primaryButton_gh01w_403:hover:not(:disabled){filter:saturate(1.06);transform:translateY(-1px)}._primaryButton_gh01w_403:disabled{opacity:.6;cursor:not-allowed;transform:none}._secondaryButton_gh01w_425{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._secondaryButton_gh01w_425:disabled{opacity:.6;cursor:not-allowed}._secondaryButton_gh01w_425{background-color:transparent;color:#1e1f1e}._secondaryButton_gh01w_425:hover:not(:disabled){background-color:#ebe8e3}._secondaryButton_gh01w_425{padding:.5rem 1rem;font-size:.85rem;border-color:#8f9f88;color:#8f9f88}._secondaryButton_gh01w_425:hover{background:#8f9f881a;border-color:#8f9f88;color:#8f9f88}._videoCallButton_gh01w_463{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._videoCallButton_gh01w_463{background-color:#364539;color:#fff;position:relative;overflow:hidden}._videoCallButton_gh01w_463:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transition:left .6s ease}._videoCallButton_gh01w_463:hover:not(:disabled){background-color:#2a352e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._videoCallButton_gh01w_463:hover:not(:disabled):before{left:100%}._videoCallButton_gh01w_463:active:not(:disabled){transform:translateY(-1px)}._videoCallButton_gh01w_463{padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;background:linear-gradient(135deg,#9daa96,#4d5a48);border:none;color:#fff;box-shadow:0 4px 12px #3b82f64d;cursor:pointer}._videoCallButton_gh01w_463:hover:not(:disabled){background:linear-gradient(135deg,#4d5a48 0% 100%);transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}._videoCallButton_gh01w_463:active:not(:disabled){transform:translateY(0)}._videoCallButton_gh01w_463._disabledButton_gh01w_527{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,#7a7b7a,#616362)}._videoCallButton_gh01w_463._disabledButton_gh01w_527:hover{transform:none;box-shadow:0 4px 12px #3b82f64d}._videoCallButton_gh01w_463:disabled{opacity:.6;cursor:not-allowed}._dangerButton_gh01w_541{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._dangerButton_gh01w_541:disabled{opacity:.6;cursor:not-allowed}._dangerButton_gh01w_541{background-color:transparent;color:#1e1f1e}._dangerButton_gh01w_541:hover:not(:disabled){background-color:#ebe8e3}._dangerButton_gh01w_541{padding:.5rem 1rem;font-size:.85rem;color:#c0392b;border-color:#c0392b}._dangerButton_gh01w_541:hover{background:#c0392b1a;color:#c0392b}._emptyState_gh01w_578{text-align:center;padding:4rem 1.5rem;background:var(--cs-surface-lowest);border-radius:var(--cs-radius-2xl);border:2px dashed var(--cs-surface-high);box-shadow:var(--cs-shadow-atmospheric)}._emptyIcon_gh01w_587{font-size:3rem;margin-bottom:1.5rem}._emptyState_gh01w_578 h3{color:#1e1f1e;margin-bottom:.5rem}._emptyState_gh01w_578 p{color:#4a4b4a;margin-bottom:1.5rem}._modalOverlay_gh01w_602{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1050;padding:1.5rem}._modal_gh01w_602{background:var(--cs-surface-lowest);border-radius:var(--cs-radius-2xl);padding:2rem;max-width:500px;width:100%;box-shadow:var(--cs-shadow-atmospheric)}._modal_gh01w_602 h3{color:var(--cs-primary);font-family:var(--cs-font-headline);margin-bottom:1rem;font-size:1.25rem}._modal_gh01w_602 p{color:var(--cs-on-surface-variant);margin-bottom:1.5rem;line-height:1.5}._modalActions_gh01w_638{display:flex;gap:.5rem;justify-content:flex-end}@media (max-width: 479px){._actionBar_gh01w_50{flex-direction:column;align-items:stretch}._filterTabs_gh01w_59{justify-content:center}._appointmentCard_gh01w_95{border-radius:12px}._cardContent_gh01w_165{padding:1.5rem;gap:1.5rem}._psychologistSection_gh01w_182{flex-direction:column;align-items:flex-start;text-align:left}._psychologistAvatar_gh01w_194{width:56px;height:56px}._dateTimeSection_gh01w_226,._detailsGrid_gh01w_298{grid-template-columns:1fr;gap:.5rem}._appointmentActions_gh01w_393{flex-direction:column;padding:1rem}._appointmentActions_gh01w_393 button{width:100%}._cardStatusBadge_gh01w_158{position:relative;top:0;right:0;margin-bottom:1rem;display:flex;justify-content:flex-start}._modal_gh01w_602{margin:1rem;padding:1.5rem}._modalActions_gh01w_638{flex-direction:column}}._paginationControls_gh01w_699{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:3rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000d}._paginationButton_gh01w_711{padding:.75rem 1.5rem;border:2px solid #e2dfd9;border-radius:8px;background:#fff;color:#1e1f1e;font-weight:600;cursor:pointer;transition:all .3s ease}._paginationButton_gh01w_711:hover:not(:disabled){border-color:#8f9f88;background:#8f9f880d;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._paginationButton_gh01w_711:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 1px #0000000a}._paginationButton_gh01w_711:disabled{opacity:.5;cursor:not-allowed;pointer-events:none}._paginationInfo_gh01w_737{color:#1e1f1e;font-weight:600;font-size:1rem;padding:0 1rem}@media (max-width: 479px){._paginationControls_gh01w_699{flex-direction:column;gap:.5rem}._paginationButton_gh01w_711{width:100%}}._shellLoading_gh01w_753{text-align:center;padding:3rem 1rem;color:var(--cs-on-surface-variant);font-family:var(--cs-font-body)}._shellSpinner_gh01w_760{width:2.5rem;height:2.5rem;margin:0 auto 1rem;border:3px solid var(--cs-surface-high);border-top-color:var(--cs-primary);border-radius:50%;animation:_shellSpin_gh01w_760 .9s linear infinite}@keyframes _shellSpin_gh01w_760{to{transform:rotate(360deg)}}._shellError_gh01w_775{text-align:center;padding:2.5rem 1rem;color:var(--cs-on-surface-variant)}._shellError_gh01w_775 h3{color:var(--cs-primary);font-family:var(--cs-font-headline);font-size:1.15rem;margin-bottom:.75rem}._shellError_gh01w_775 p{margin-bottom:1.25rem}button._downloadButton_y84t3_1{background-color:var(--cs-surface-lowest);color:var(--cs-primary);border:none;border-radius:var(--cs-radius-xl);padding:.5rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;box-shadow:0 8px 24px #191c1d0f;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}button._downloadButton_y84t3_1:before{content:none;display:none}button._downloadButton_y84t3_1:hover:not(:disabled){background-color:var(--cs-surface-low);transform:none;box-shadow:0 10px 28px #191c1d14}button._downloadButton_y84t3_1:active:not(:disabled){transform:translateY(1px)}button._downloadButton_y84t3_1:disabled{opacity:.6;cursor:not-allowed}button._payButton_y84t3_30{background-color:transparent;background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);color:var(--cs-on-primary);border:none;border-radius:var(--cs-radius-xl);padding:.5rem 1rem;font-size:.875rem;font-weight:700;cursor:pointer;box-shadow:var(--cs-shadow-atmospheric);transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}button._payButton_y84t3_30:before{content:none;display:none}button._payButton_y84t3_30:hover:not(:disabled){filter:saturate(1.08);transform:none;box-shadow:var(--cs-shadow-atmospheric)}button._payButton_y84t3_30:active:not(:disabled){transform:translateY(1px)}._container_1rdq2_1{max-width:1400px;margin:0 auto;padding:2rem 1.5rem}@media (max-width: 768px){._container_1rdq2_1{padding:1.5rem 1rem}}._header_1rdq2_12{margin-bottom:3rem;background:linear-gradient(135deg,#9daa960d,#c8d0c205);border-radius:12px;padding:2rem;border:1px solid rgba(157,170,150,.1)}._headerContent_1rdq2_20{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}@media (max-width: 768px){._headerContent_1rdq2_20{flex-direction:column;gap:1rem}}._headerIcon_1rdq2_33{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:linear-gradient(135deg,#9daa96,#c8d0c2);border-radius:12px;color:#fff;flex-shrink:0}@media (max-width: 768px){._headerIcon_1rdq2_33{width:56px;height:56px}}._headerText_1rdq2_51{flex:1}._title_1rdq2_55{font-size:2.25rem;font-weight:700;color:#1e1f1e;margin:0 0 .5rem;background:linear-gradient(135deg,#9daa96,#c8d0c2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){._title_1rdq2_55{font-size:1.75rem}}._subtitle_1rdq2_71{font-size:1.125rem;color:#4a4b4a;margin:0;line-height:1.6}@media (max-width: 768px){._subtitle_1rdq2_71{font-size:1rem}}._stats_1rdq2_83{display:flex;gap:1.5rem;flex-wrap:wrap}@media (max-width: 768px){._stats_1rdq2_83{gap:1rem}}._statCard_1rdq2_94{display:flex;align-items:center;gap:1rem;background:#fff;padding:1.25rem 1.5rem;border-radius:12px;border:1px solid #e2dfd9;box-shadow:0 1px 2px #0000000d;flex:1;min-width:200px;transition:all .3s ease}._statCard_1rdq2_94:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}@media (max-width: 768px){._statCard_1rdq2_94{min-width:150px;padding:1rem}}._statIcon_1rdq2_118{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#9daa961a,#c8d0c21a);border-radius:8px;color:#9daa96;flex-shrink:0}@media (max-width: 768px){._statIcon_1rdq2_118{width:40px;height:40px}}._statContent_1rdq2_136{flex:1}._statValue_1rdq2_140{font-size:1.75rem;font-weight:700;color:#1e1f1e;line-height:1.2;margin-bottom:.25rem}@media (max-width: 768px){._statValue_1rdq2_140{font-size:1.5rem}}._statLabel_1rdq2_153{font-size:.875rem;color:#4a4b4a;font-weight:500}._loadingContainer_1rdq2_159{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;padding:3rem 2rem}._loadingSpinner_1rdq2_168{width:48px;height:48px;border:4px solid rgba(157,170,150,.1);border-top-color:#9daa96;border-radius:50%;animation:_spin_1rdq2_1 1s linear infinite;margin-bottom:1.5rem}@keyframes _spin_1rdq2_1{to{transform:rotate(360deg)}}._loadingMessage_1rdq2_183{color:#1e1f1e;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}._loadingSubtext_1rdq2_190{color:#4a4b4a;font-size:.875rem;margin:0}._errorContainer_1rdq2_196{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:2rem}._errorContainer_1rdq2_196{background:#c0392b1a;border:1px solid rgba(192,57,43,.3);border-radius:12px;padding:2rem}._errorMessage_1rdq2_212{color:#c0392b;margin-bottom:1rem;text-align:center}._retryButton_1rdq2_218{padding:.75rem 1.5rem;background:#c0392b;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._retryButton_1rdq2_218:hover{background:#962d22;transform:translateY(-2px)}._emptyState_1rdq2_233{background:linear-gradient(135deg,#9daa9605,#c8d0c203);border:2px dashed #c8c5c0;border-radius:16px;padding:4rem 2rem;text-align:center;max-width:600px;margin:0 auto}@media (max-width: 768px){._emptyState_1rdq2_233{padding:3rem 1.5rem}}._emptyIcon_1rdq2_248{display:flex;align-items:center;justify-content:center;width:120px;height:120px;margin:0 auto 2rem;background:linear-gradient(135deg,#9daa961a,#c8d0c21a);border-radius:50%;color:#9daa96}@media (max-width: 768px){._emptyIcon_1rdq2_248{width:100px;height:100px;margin-bottom:1.5rem}}._emptyTitle_1rdq2_267{font-size:1.5rem;font-weight:700;color:#1e1f1e;margin:0 0 1rem}@media (max-width: 768px){._emptyTitle_1rdq2_267{font-size:1.25rem}}._emptyMessage_1rdq2_279{color:#4a4b4a;font-size:1rem;line-height:1.6;margin:0 0 1.5rem}._emptyInfo_1rdq2_286{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#7a8b741a;border-radius:8px;color:#7a8b74;font-size:.875rem;margin-top:1rem}._emptyInfo_1rdq2_286 svg{flex-shrink:0}._recordingsGrid_1rdq2_302{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}@media (max-width: 768px){._recordingsGrid_1rdq2_302{grid-template-columns:1fr;gap:1.5rem}}@media (min-width: 1024px){._recordingsGrid_1rdq2_302{grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}}._pagination_1rdq2_320{display:flex;justify-content:space-between;align-items:center;margin-top:3rem;padding-top:2rem;border-top:2px solid #e2dfd9;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){._pagination_1rdq2_320{flex-direction:column;gap:1rem}}._paginationButton_1rdq2_337{padding:.875rem 1.75rem;background:#fff;color:#9daa96;border:2px solid #9daa96;border-radius:12px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;min-width:120px;justify-content:center}._paginationButton_1rdq2_337:hover:not(:disabled){background:#9daa96;color:#fff;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._paginationButton_1rdq2_337:active:not(:disabled){transform:translateY(0)}._paginationButton_1rdq2_337:disabled{opacity:.4;cursor:not-allowed;background:#ebe8e3;border-color:#c8c5c0;color:#7a7b7a}._paginationInfo_1rdq2_370{color:#1e1f1e;font-size:.9375rem;font-weight:500;padding:.875rem 1.5rem;background:#9daa960d;border-radius:12px;border:1px solid rgba(157,170,150,.1)}.patientShell ._container_1rdq2_1{padding-top:0}.patientShell ._header_1rdq2_12{background:var(--cs-surface-lowest);border:none;box-shadow:var(--cs-shadow-atmospheric);border-radius:var(--cs-radius-2xl)}.patientShell ._title_1rdq2_55{background:none;-webkit-text-fill-color:unset;color:var(--cs-primary);font-family:var(--cs-font-headline)}.patientShell ._subtitle_1rdq2_71{color:var(--cs-on-surface-variant)}.patientShell ._statCard_1rdq2_94{background:var(--cs-surface-lowest);border:none;box-shadow:var(--cs-shadow-atmospheric)}.patientShell ._statIcon_1rdq2_118{background:linear-gradient(135deg,color-mix(in srgb,var(--cs-primary) 10%,transparent),color-mix(in srgb,var(--cs-primary-container) 10%,transparent));color:var(--cs-primary);border-radius:var(--cs-radius-xl)}.patientShell ._statValue_1rdq2_140{color:var(--cs-primary)}.patientShell ._statLabel_1rdq2_153{color:var(--cs-on-surface-variant)}.patientShell button._retryButton_1rdq2_218{background-color:transparent;background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);color:var(--cs-on-primary);border:none;border-radius:var(--cs-radius-xl);box-shadow:var(--cs-shadow-atmospheric)}.patientShell button._retryButton_1rdq2_218:before{content:none;display:none}.patientShell button._retryButton_1rdq2_218:hover:not(:disabled){filter:saturate(1.08);transform:none;box-shadow:var(--cs-shadow-atmospheric)}.patientShell button._retryButton_1rdq2_218:active:not(:disabled){transform:translateY(1px)}.patientShell button._paginationButton_1rdq2_337{background-color:var(--cs-surface-lowest);background-image:none;color:var(--cs-primary);border:none;border-radius:var(--cs-radius-xl);box-shadow:0 8px 24px #191c1d0f}.patientShell button._paginationButton_1rdq2_337:before{content:none;display:none}.patientShell button._paginationButton_1rdq2_337:hover:not(:disabled){background-color:var(--cs-surface-low);transform:none;box-shadow:0 10px 28px #191c1d14}.patientShell button._paginationButton_1rdq2_337:active:not(:disabled){transform:translateY(1px)}.patientShell ._paginationInfo_1rdq2_370{color:var(--cs-on-surface-variant);background:var(--cs-surface-low);border:none}._progressStripe_1ufsk_1{width:100%;margin:0 0 1.25rem;padding:.65rem clamp(1rem,3.5vw,2rem);box-sizing:border-box;background:color-mix(in srgb,#f6efe7 88%,#8f9f88 10%);border-bottom:1px solid rgba(200,197,192,.35)}.patientShell ._progressStripe_1ufsk_1{margin-left:calc(-1*clamp(.75rem,3vw,1.5rem));margin-right:calc(-1*clamp(.75rem,3vw,1.5rem));width:auto;padding-left:clamp(1rem,3.5vw,2rem);padding-right:clamp(1rem,3.5vw,2rem);background:color-mix(in srgb,var(--cs-surface-low) 92%,var(--cs-primary) 5%);border-bottom:1px solid color-mix(in srgb,var(--cs-primary) 10%,transparent)}._track_1ufsk_20{display:flex;gap:6px;width:100%;max-width:64rem;margin:0 auto}._segment_1ufsk_28{flex:1;height:6px;border-radius:3px;transition:background .25s ease,transform .2s ease}._segmentActive_1ufsk_35{background:linear-gradient(135deg,#8f9f88,#b9c4b2);box-shadow:0 2px 8px #8f9f8847}._segmentInactive_1ufsk_40{background:#fff;opacity:.95;box-shadow:inset 0 0 0 1px #c8c5c059}.patientShell ._segmentActive_1ufsk_35{background:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);box-shadow:0 2px 8px color-mix(in srgb,var(--cs-primary) 32%,transparent)}.patientShell ._segmentInactive_1ufsk_40{background:var(--cs-surface-lowest);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--cs-primary) 12%,transparent)}@keyframes _loading_1ycmm_552{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes _fadeInUp_1ycmm_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInDown_1ycmm_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._psychologistSelectionContainer_1ycmm_29{padding:1.5rem 0 1.25rem;min-height:100dvh;background:linear-gradient(135deg,#f6efe7,#e7ebe4);display:flex;flex-direction:column}._psychologistSelectionContainer_1ycmm_29>._container_1ycmm_36{display:flex;flex-direction:column;flex:1;min-height:0}._bookingSplit_1ycmm_43{display:flex;flex-direction:column;gap:1.25rem;flex:1;min-height:0;align-items:stretch}@media (min-width: 900px){._bookingSplit_1ycmm_43{flex-direction:row;align-items:flex-start;gap:1.5rem}}._bookingSidebar_1ycmm_59{width:100%;flex-shrink:0}@media (min-width: 900px){._bookingSidebar_1ycmm_59{width:17.5rem;max-width:100%;position:sticky;top:.75rem;align-self:flex-start}}._bookingSidebar_1ycmm_59 ._backButton_1ycmm_72{width:100%;margin-bottom:1rem;box-sizing:border-box}._bookingSidebar_1ycmm_59 ._filtersSection_1ycmm_77{margin-bottom:0}._bookingMainCanvas_1ycmm_81{flex:1;min-width:0}._bookingMainCanvas_1ycmm_81 ._psychologistsGrid_1ycmm_85{max-width:none;margin-left:0;margin-right:0}._editorialHeader_1ycmm_91{margin-bottom:1.35rem;animation:_fadeInDown_1ycmm_1 .5s ease-out}._stepKicker_1ycmm_96{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#8f9f88;margin:0 0 .45rem}._editorialTitle_1ycmm_105{font-size:clamp(2rem,4.2vw,3rem);font-weight:800;color:#1e1f1e;margin:0 0 .65rem;line-height:1.05;letter-spacing:-.035em}._editorialLead_1ycmm_114{font-size:1.05rem;line-height:1.55;color:#4a4b4a;margin:0;max-width:36rem}._bookingFlowMain_1ycmm_122{flex:1 1 auto;min-height:0}._formActionsSticky_1ycmm_127{position:sticky;bottom:0;z-index:4;margin-top:auto;padding-bottom:max(1rem,env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#e7ebe400,#e7ebe4f7 28%,#e7ebe4);border-top:1px solid rgba(143,159,136,.12)}._filtersSection_1ycmm_77{background:color-mix(in srgb,#ebe8e3 92%,#4d5a48 8%);border-radius:14px;padding:1.25rem 1.35rem;margin-bottom:1.5rem;box-shadow:0 6px 18px #0f172a12;border:1px solid rgba(200,197,192,.45);animation:_fadeInDown_1ycmm_1 .6s ease-out;transition:border-color .2s ease,box-shadow .2s ease;overflow:visible;width:100%}._filtersSection_1ycmm_77:hover{border-color:#8f9f8847;box-shadow:0 10px 22px #0f172a1a}._filtersTitle_1ycmm_154{font-size:1.1rem;font-weight:700;color:#1e1f1e;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;padding-bottom:.55rem;border-bottom:1px solid rgba(226,223,217,.95)}._filtersGrid_1ycmm_166{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}@media (max-width: 768px){._filtersGrid_1ycmm_166{grid-template-columns:1fr;gap:1.5rem}}@media (min-width: 1024px){._filtersGrid_1ycmm_166{grid-template-columns:repeat(4,1fr)}}._filterGroup_1ycmm_183{display:flex;flex-direction:column;gap:.45rem;width:100%;min-width:0}._filterLabel_1ycmm_191{font-size:.88rem;font-weight:600;color:#1e1f1e;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._filterSelect_1ycmm_200{width:100%;min-width:0;height:auto;min-height:2.65rem;padding:.55rem 2.75rem .55rem .85rem;border:2px solid #e2dfd9;border-radius:12px;background:#fff;color:#1e1f1e;font-size:.9rem;font-weight:500;line-height:1.5;cursor:pointer;transition:all .3s ease;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%2364748b' d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:16px;text-overflow:"";overflow:visible}._filterSelect_1ycmm_200 option{padding:.875rem 1rem;font-size:1rem;line-height:1.6;white-space:normal;word-wrap:break-word;min-height:2.75rem;display:block}._filterSelect_1ycmm_200:focus{outline:none;border-color:#8f9f88;box-shadow:0 0 0 4px #8f9f881a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%232563eb' d='M8 11L3 6h10z'/%3E%3C/svg%3E")}._filterSelect_1ycmm_200:hover{border-color:#b9c4b2}._filterSelect_1ycmm_200::-ms-expand{display:block;margin-right:.5rem}._filterSelect_1ycmm_200:-moz-focusring{color:transparent;text-shadow:0 0 0 #1e1f1e}._filterSelect_1ycmm_200::-webkit-select{-webkit-appearance:none}._filterSelect_1ycmm_200{box-sizing:border-box}._psychologistsGrid_1ycmm_85{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin-bottom:1.25rem}@media (max-width: 1023px){._psychologistsGrid_1ycmm_85{grid-template-columns:1fr}}@media (max-width: 479px){._psychologistsGrid_1ycmm_85{grid-template-columns:1fr}}._psychologistCard_1ycmm_275{background:var(--cs-glass-bg, #ffffff);border:1px solid var(--cs-glass-border, rgba(200, 197, 192, .35));box-shadow:var(--cs-glass-shadow, 0 10px 30px rgba(0, 0, 0, .08));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(200,197,192,.52);border-radius:1.75rem;padding:1.15rem 1.15rem 1.15rem 1.35rem;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;position:relative;animation:_fadeInUp_1ycmm_1 .8s ease-out;overflow:hidden}._psychologistCard_1ycmm_275:before{content:"";position:absolute;left:0;top:12%;bottom:12%;width:4px;border-radius:0 4px 4px 0;background:linear-gradient(180deg,#8f9f88,#b9c4b2);transform:scaleY(0);transform-origin:center;transition:transform .3s ease}._psychologistCard_1ycmm_275:hover{border-color:#8f9f88;transform:translateY(-1px);box-shadow:var(--cs-glass-shadow, 0 8px 18px rgba(143, 159, 136, .11))}._psychologistCard_1ycmm_275:hover:before{transform:scaleY(1)}._psychologistCard_1ycmm_275:hover ._profilePicture_1ycmm_311{transform:scale(1.1);border-color:#8f9f88}._psychologistCard_1ycmm_275:hover ._psychologistName_1ycmm_315{color:#8f9f88}._psychologistCard_1ycmm_275._psychologistCardSelected_1ycmm_318{border-color:#8f9f88e6;background:linear-gradient(135deg,#fff,#8f9f8808);box-shadow:0 10px 24px #8f9f8829}._psychologistCard_1ycmm_275._psychologistCardSelected_1ycmm_318:before{transform:scaleY(1)}._psychologistCard_1ycmm_275._psychologistCardUnavailable_1ycmm_326{opacity:.6;cursor:not-allowed}._psychologistCard_1ycmm_275._psychologistCardUnavailable_1ycmm_326:hover{transform:none;box-shadow:none;border-color:#e2dfd9}._psychologistCard_1ycmm_275._psychologistCardUnavailable_1ycmm_326:hover:before{transform:scaleY(0)}._psychologistHeader_1ycmm_339{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(226,223,217,.95)}._psychologistProfile_1ycmm_348{display:flex;align-items:center;gap:.85rem;flex:1}._profilePicture_1ycmm_311{flex-shrink:0;width:2.875rem;height:2.875rem;border-radius:50%;overflow:hidden;border:2px solid rgba(200,197,192,.65);background:linear-gradient(135deg,#f6efe7,#ebe8e3);display:flex;align-items:center;justify-content:center;box-shadow:0 3px 9px #0f172a14;transition:all .3s ease}._profileImage_1ycmm_370{width:100%;height:100%;object-fit:cover;border-radius:50%}._psychologistInfo_1ycmm_377{flex:1}._psychologistName_1ycmm_315{font-size:1rem;font-weight:700;color:#1e1f1e;margin:0 0 .5rem;transition:all .3s ease;letter-spacing:-.3px}._psychologistTitle_1ycmm_390{font-size:.84rem;color:#4a4b4a;margin:0;font-weight:500}._psychologistStatus_1ycmm_397{flex-shrink:0}._statusBadge_1ycmm_401{text-transform:none!important;font-size:.72rem!important;font-weight:600!important;padding:.28rem .72rem!important;letter-spacing:.02em;gap:.35rem;background:color-mix(in srgb,#2e7d42 24%,transparent)!important;color:color-mix(in srgb,#2e7d42 15%,#14331c 85%)!important;border:1px solid color-mix(in srgb,#2e7d42 35%,transparent)}._statusBadge_1ycmm_401.tp-ui-badge--danger{background:color-mix(in srgb,#c0392b 18%,transparent)!important;color:color-mix(in srgb,#c0392b 10%,#3d1210 90%)!important;border-color:color-mix(in srgb,#c0392b 32%,transparent)}._psychologistDetails_1ycmm_419{background:color-mix(in srgb,#ebe8e3 88%,#8f9f88 12%);border-radius:10px;padding:.6rem .7rem;margin-bottom:.65rem;border:1px solid color-mix(in srgb,#8f9f88 18%,#c8c5c0 82%);transition:all .3s ease}._psychologistDetails_1ycmm_419:hover{background:linear-gradient(135deg,#fff,#8f9f8805);border-color:#b9c4b2}._detailRow_1ycmm_432{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:1rem}._detailRow_1ycmm_432:last-child{margin-bottom:0}._detailLabel_1ycmm_443{color:#4a4b4a;font-weight:600}._detailValue_1ycmm_448{color:#1e1f1e;font-weight:700}._specializationsSection_1ycmm_453{margin-bottom:1rem}._specializationsTitle_1ycmm_457{font-size:1.05rem;font-weight:700;color:#1e1f1e;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.4rem;border-bottom:1px solid rgba(226,223,217,.95)}._specializationsList_1ycmm_469{display:flex;flex-wrap:wrap;gap:.75rem}._specializationItem_1ycmm_475{background:#aebfb273;color:#1e1f1e;padding:.48rem .95rem;border-radius:999px;font-size:.84rem;font-weight:600;border:1px solid rgba(143,159,136,.25);box-shadow:none;transition:border-color .2s ease,background .2s ease}._specializationItem_1ycmm_475:hover{background:#aebfb294;border-color:#8f9f8873}._psychologistBio_1ycmm_491{background:linear-gradient(135deg,#fff,#f6efe7);border-radius:12px;padding:1rem;margin-bottom:1rem;border:1px solid rgba(200,197,192,.5);transition:all .3s ease}._psychologistBio_1ycmm_491:hover{background:linear-gradient(135deg,#fff,#8f9f8805);border-color:#b9c4b2}._bioTitle_1ycmm_504{font-size:1rem;font-weight:700;color:#1e1f1e;margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.35rem;border-bottom:1px solid rgba(226,223,217,.95)}._bioText_1ycmm_516{color:#4a4b4a;font-size:.92rem;line-height:1.6;margin:0}._availabilitySection_1ycmm_523{margin-bottom:1rem}._availabilityRow_1ycmm_527{display:flex;justify-content:space-between;align-items:center;font-size:.92rem;padding:.6rem .85rem;background:#8f9f880d;border-radius:10px;border:1px solid rgba(143,159,136,.2);margin-bottom:.5rem}._availabilityRow_1ycmm_527:last-child{margin-bottom:0}._availabilityLabel_1ycmm_542{color:#1e1f1e;font-weight:600}._availabilityValue_1ycmm_547{color:#8f9f88;font-weight:700}._loadingState_1ycmm_552{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;margin:2rem 0}._loadingState_1ycmm_552 p{font-size:1.2rem;color:#4a4b4a;margin:0}._errorState_1ycmm_566{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;margin:2rem 0}._errorState_1ycmm_566 h3{font-size:1.8rem;color:#c0392b;margin-bottom:1rem}._errorState_1ycmm_566 p{font-size:1.1rem;color:#4a4b4a;margin-bottom:2rem}._retryButton_1ycmm_585{background:linear-gradient(135deg,#8f9f88,#4d5a48);color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #8f9f884d}._retryButton_1ycmm_585:hover{transform:translateY(-3px);box-shadow:0 10px 30px #8f9f8866}._emptyState_1ycmm_602{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #00000014;margin:2rem 0}._emptyState_1ycmm_602 h3{font-size:1.8rem;color:#1e1f1e;margin-bottom:1rem}._emptyState_1ycmm_602 p{font-size:1.1rem;color:#4a4b4a;margin:0}._selectButton_1ycmm_621{width:100%;padding:1rem;background:#fff;border:1px solid rgba(143,159,136,.65);border-radius:10px;color:#8f9f88;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease;margin-top:1rem}._selectButton_1ycmm_621:hover{background:#8f9f88;color:#fff;transform:translateY(-1px);box-shadow:0 6px 16px #8f9f8833}._selectButton_1ycmm_621._selectButtonSelected_1ycmm_640{background:linear-gradient(135deg,#8f9f88,#4d5a48);color:#fff;box-shadow:0 6px 20px #8f9f884d}._formActions_1ycmm_127{display:flex;gap:1.5rem;justify-content:center;margin-top:3rem;padding:2rem 0 0}._cancelButton_1ycmm_654{padding:1.25rem 3rem;border:3px solid #e2dfd9;background:#fff;color:#1e1f1e;border-radius:50px;font-weight:700;font-size:1.05rem;cursor:pointer;transition:all .3s ease}._cancelButton_1ycmm_654:hover{border-color:#c0392b;color:#c0392b;transform:translateY(-3px);box-shadow:0 8px 25px #c0392b33}._continueButton_1ycmm_672{padding:1.25rem 3rem;background:linear-gradient(135deg,#8f9f88,#4d5a48);color:#fff;border:none;border-radius:50px;font-weight:700;font-size:1.05rem;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 25px #8f9f884d}._continueButton_1ycmm_672:hover:not(:disabled){transform:translateY(-5px);box-shadow:0 12px 35px #8f9f8866}._continueButton_1ycmm_672:disabled{opacity:.6;cursor:not-allowed;transform:none}._pageHeader_1ycmm_694{text-align:center;margin-bottom:3rem;animation:_fadeInDown_1ycmm_1 .6s ease-out}._backButton_1ycmm_72{background:#fff;border:2px solid #e2dfd9;color:#8f9f88;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:1.5rem;padding:.75rem 1.5rem;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 12px #0000000d}._backButton_1ycmm_72:hover{background:#8f9f88;color:#fff;border-color:#8f9f88;transform:translateY(-2px);box-shadow:0 6px 20px #8f9f884d}._pageTitle_1ycmm_721{font-size:1.65rem;font-weight:800;background:linear-gradient(135deg,#8f9f88,#4d5a48);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.5px}._pageSubtitle_1ycmm_732{color:#4a4b4a;font-size:.95rem;max-width:700px;margin:0 auto;font-weight:400}.patientShell ._psychologistSelectionContainer_1ycmm_29{background:transparent;padding:0;min-height:0}.patientShell ._stepKicker_1ycmm_96{color:var(--cs-primary)}.patientShell ._editorialTitle_1ycmm_105{color:var(--cs-primary);font-family:var(--cs-font-headline)}.patientShell ._editorialLead_1ycmm_114{color:var(--cs-on-surface-variant)}.patientShell ._filtersSection_1ycmm_77{background:var(--cs-surface-lowest);border-radius:var(--cs-radius-2xl);box-shadow:var(--cs-shadow-atmospheric);border:none}.patientShell ._pageTitle_1ycmm_721{background:none;-webkit-text-fill-color:unset;color:var(--cs-primary);font-family:var(--cs-font-body);text-align:left;margin-left:0;font-size:clamp(1.35rem,2.2vw,1.75rem);font-weight:700;letter-spacing:-.02em}.patientShell ._pageSubtitle_1ycmm_732{color:var(--cs-on-surface-variant);margin-left:0;text-align:left}.patientShell ._pageHeader_1ycmm_694{text-align:left}button._backButton_1ycmm_72,button._cancelButton_1ycmm_654,button._retryButton_1ycmm_585,button._selectButton_1ycmm_621{border:none;color:var(--cs-primary);background:var(--cs-surface-lowest);border-radius:var(--cs-radius-xl);box-shadow:0 8px 24px #191c1d0f;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}button._backButton_1ycmm_72:before,button._cancelButton_1ycmm_654:before,button._retryButton_1ycmm_585:before,button._selectButton_1ycmm_621:before{content:none;display:none}button._backButton_1ycmm_72:hover:not(:disabled),button._cancelButton_1ycmm_654:hover:not(:disabled),button._retryButton_1ycmm_585:hover:not(:disabled),button._selectButton_1ycmm_621:hover:not(:disabled){background:var(--cs-surface-low);transform:none;box-shadow:0 10px 28px #191c1d14;color:var(--cs-primary)}button._continueButton_1ycmm_672{border:none;color:var(--cs-on-primary);background:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);border-radius:var(--cs-radius-xl);box-shadow:var(--cs-shadow-atmospheric);transition:filter .15s ease,transform .15s ease,box-shadow .15s ease}button._continueButton_1ycmm_672:before{content:none;display:none}button._continueButton_1ycmm_672:hover:not(:disabled){filter:saturate(1.08);transform:none;box-shadow:var(--cs-shadow-atmospheric)}._pageHeader_1ycmm_694,._filtersSection_1ycmm_77,._psychologistCard_1ycmm_275{background:linear-gradient(145deg,#ffffffd1,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._pageHeader_1ycmm_694,._filtersSection_1ycmm_77{border-radius:var(--cs-radius-2xl)}._psychologistCard_1ycmm_275{border-radius:var(--cs-radius-xl);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._psychologistCard_1ycmm_275:hover{transform:translateY(-3px);border-color:#8f9f8873;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}._filterSelect_1ycmm_200{background-color:color-mix(in srgb,var(--cs-surface-lowest) 90%,white 10%);border-color:color-mix(in srgb,var(--cs-primary) 16%,transparent)}@keyframes _loading_1pfbr_174{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes _fadeInUp_1pfbr_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._dateTimeSelectionContainer_1pfbr_19{padding:1rem 0 1.5rem;min-height:100dvh;background:linear-gradient(135deg,#f6efe7,#e7ebe4);display:flex;flex-direction:column;overscroll-behavior:none}._dateTimeSelectionContainer_1pfbr_19>._container_1pfbr_27{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.patientShell ._dateTimeSelectionContainer_1pfbr_19{padding:0;min-height:0;flex:1;max-height:100%;overflow:hidden;background:transparent}._bookingDatetimeSplit_1pfbr_44{display:flex;flex-direction:column;flex:1;min-height:0;gap:.4125rem;overflow:hidden}@media (min-width: 1024px){._bookingDatetimeSplit_1pfbr_44{flex-direction:row;align-items:stretch;gap:.85rem}}._bookingSummaryAside_1pfbr_60{flex-shrink:0;background:var(--cs-glass-bg, #ffffff);border:1px solid var(--cs-glass-border, rgba(200, 197, 192, .35));box-shadow:var(--cs-glass-shadow, 0 10px 30px rgba(0, 0, 0, .08));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px;padding:.4125rem .4875rem;display:flex;flex-direction:column;gap:.45rem;font-size:.8rem;line-height:1.35}@media (min-width: 1024px){._bookingSummaryAside_1pfbr_60{width:14.5rem;max-width:100%;align-self:stretch}}._stepKickerDt_1pfbr_83{font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#8f9f88;margin:0 0 .15rem}._summaryAsideName_1pfbr_92{font-weight:700;font-size:.88rem;color:#1e1f1e;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.25;margin-bottom:.15rem}._summaryAsideRow_1pfbr_101{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;color:#1e1f1e;font-size:.78rem}._summaryAsideLabel_1pfbr_110{color:#4a4b4a;font-size:.72rem}._summaryAsideEm_1pfbr_115{font-weight:700;color:#8f9f88}._summaryAsideHint_1pfbr_120{font-size:.68rem;color:#4a4b4a;line-height:1.45;margin:.25rem 0 0;padding-top:.5rem;border-top:1px solid rgba(200,197,192,.35)}._bookingDatetimeMain_1pfbr_129{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.patientShell ._bookingSummaryAside_1pfbr_60{background:var(--cs-surface-lowest);box-shadow:var(--cs-shadow-atmospheric);border:none}.patientShell ._stepKickerDt_1pfbr_83{color:var(--cs-primary)}.patientShell ._summaryAsideName_1pfbr_92{color:var(--cs-primary);font-family:var(--cs-font-headline)}.patientShell ._summaryAsideLabel_1pfbr_110,.patientShell ._summaryAsideHint_1pfbr_120{color:var(--cs-on-surface-variant)}.patientShell ._summaryAsideRow_1pfbr_101{color:var(--cs-on-surface)}.patientShell ._summaryAsideEm_1pfbr_115{color:var(--cs-primary)}._bookingMainLock_1pfbr_166{display:flex;flex-direction:column;gap:.45rem;overflow:hidden;overscroll-behavior:none;padding-bottom:.1rem}._bookingMainLock_1pfbr_166:has(._errorState_1pfbr_174),._bookingMainLock_1pfbr_166:has(._loadingState_1pfbr_174),._bookingMainLock_1pfbr_166:has(._emptyState_1pfbr_174){overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}._bookingMainLock_1pfbr_166 ._emptyState_1pfbr_174{flex:1;display:flex;flex-direction:column;justify-content:center;min-height:0;margin:0;padding:1rem .75rem;animation:_fadeInUp_1pfbr_1 .45s ease-out}._bookingMainLock_1pfbr_166 ._emptyState_1pfbr_174 h3{font-size:1.05rem;margin-bottom:.4rem}._bookingMainLock_1pfbr_166 ._emptyState_1pfbr_174 p{font-size:.84rem;margin-bottom:.3rem;line-height:1.45}._bookingMainLock_1pfbr_166 ._emptyState_1pfbr_174 p:last-child{margin-bottom:0}._footerBar_1pfbr_203{display:flex;justify-content:center;align-items:center;padding-left:max(.5rem,env(safe-area-inset-left,0px));padding-right:max(.5rem,env(safe-area-inset-right,0px));padding-top:.45rem}._footerBar_1pfbr_203 ._continueButton_1pfbr_211{width:100%;max-width:20rem}@media (max-width: 520px){._footerBar_1pfbr_203 ._continueButton_1pfbr_211{max-width:none}}._pageHeader_1pfbr_221{flex-shrink:0;margin-bottom:.2rem;animation:_fadeInUp_1pfbr_1 .4s ease-out;background:linear-gradient(145deg,#ffffffd1,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--cs-radius-2xl, 1rem)}._pageHeaderRow_1pfbr_233{display:grid;grid-template-columns:minmax(4.25rem,1fr) auto minmax(4.25rem,1fr);align-items:center;width:100%;gap:.3375rem}._pageHeaderStart_1pfbr_241{justify-self:start}._pageHeaderEnd_1pfbr_245{justify-self:end;width:100%;max-width:5.5rem;min-height:1px}._backButton_1pfbr_252{padding:.4rem .7rem;font-size:.8125rem;font-weight:600;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;gap:.25rem}._pageTitle_1pfbr_263{font-size:clamp(1.05rem,2vw,1.45rem);font-weight:700;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;text-align:center;max-width:min(22rem,88vw);justify-self:center;animation:_fadeInUp_1pfbr_1 .45s ease-out .05s both}._summaryBar_1pfbr_274{flex-shrink:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.2rem .4rem;font-size:.76rem;line-height:1.35;color:#1e1f1e;padding:.3375rem .4125rem;margin:0 auto .25rem;max-width:100%;text-align:center;background:linear-gradient(145deg,#ffffffd1,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--cs-radius-xl, .75rem)}._summaryBarStrong_1pfbr_296{font-weight:700}._summaryBarSep_1pfbr_300{color:#7a7b7a;opacity:.55;-webkit-user-select:none;user-select:none}._summaryBarEm_1pfbr_306{font-weight:700;color:#8f9f88}._calendarSection_1pfbr_311{flex:0 0 auto;background:var(--cs-glass-bg, #ffffff);border:1px solid var(--cs-glass-border, rgba(200, 197, 192, .35));box-shadow:var(--cs-glass-shadow, 0 10px 30px rgba(0, 0, 0, .08));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px;padding:.4125rem;animation:_fadeInUp_1pfbr_1 .5s ease-out;transition:border-color .2s ease,box-shadow .2s ease}._calendarSection_1pfbr_311:hover{border-color:#8f9f8847}._calendarTitle_1pfbr_327,._timeSectionTitle_1pfbr_328{font-size:.8rem;font-weight:700;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1e1f1e;margin:0 0 .28rem;display:flex;align-items:center;gap:.3rem;padding-bottom:.22rem;border-bottom:1px solid rgba(200,197,192,.6)}._timeSectionTitle_1pfbr_328{flex:0 0 auto;min-width:0}._dateScrollTrack_1pfbr_346{display:flex;flex-flow:row nowrap;align-items:stretch;gap:.4125rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;margin:0 -.12rem;padding:.1rem .28rem .25rem .12rem;scrollbar-width:thin;touch-action:pan-x}._dateScrollTrack_1pfbr_346::-webkit-scrollbar{height:5px}._dateScrollTrack_1pfbr_346::-webkit-scrollbar-thumb{border-radius:999px;background:#8f9f8847}._calendarDay_1pfbr_371{flex:0 0 auto;scroll-snap-align:start;width:4rem;min-height:44px;box-sizing:border-box;border:1px solid rgba(200,197,192,.55);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease;background:#fff;padding:.28rem .22rem}._calendarDay_1pfbr_371._available_1pfbr_388:hover{border-color:#8f9f88;background:#8f9f880f;box-shadow:0 3px 12px #8f9f881f}._calendarDay_1pfbr_371._available_1pfbr_388._selected_1pfbr_393{border-color:#8f9f88;background:linear-gradient(135deg,#8f9f88,#4d5a48);box-shadow:0 5px 16px #8f9f8840}._calendarDay_1pfbr_371._available_1pfbr_388._selected_1pfbr_393 ._dayNumber_1pfbr_398,._calendarDay_1pfbr_371._available_1pfbr_388._selected_1pfbr_393 ._dayName_1pfbr_399,._calendarDay_1pfbr_371._available_1pfbr_388._selected_1pfbr_393 ._availabilityIndicator_1pfbr_400{color:#fff}._calendarDay_1pfbr_371._unavailable_1pfbr_403{background:#f6efe7;opacity:.5;cursor:not-allowed}._dayNumber_1pfbr_398{font-size:.95rem;font-weight:700;color:#1e1f1e;margin-bottom:.12rem}._dayName_1pfbr_399{font-size:.58rem;color:#4a4b4a;font-weight:600;text-transform:uppercase;letter-spacing:.04em}._availabilityIndicator_1pfbr_400{font-size:.54rem;color:#4a4b4a;margin-top:.12rem;font-weight:600}._timeSelectionSection_1pfbr_431{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--cs-glass-bg, #ffffff);border:1px solid var(--cs-glass-border, rgba(200, 197, 192, .35));box-shadow:var(--cs-glass-shadow, 0 10px 30px rgba(0, 0, 0, .08));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px;padding:.4125rem;animation:_fadeInUp_1pfbr_1 .55s ease-out;transition:border-color .2s ease,box-shadow .2s ease}._timeSelectionSection_1pfbr_431:hover{border-color:#8f9f8838}._timeSectionTitleText_1pfbr_451{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._timeScrollTrack_1pfbr_458{display:flex;flex-flow:row nowrap;align-items:stretch;gap:.4125rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;margin:0 -.12rem;padding:.1rem .28rem .25rem .12rem;scrollbar-width:thin;touch-action:pan-x}._timeScrollTrack_1pfbr_458::-webkit-scrollbar{height:5px}._timeScrollTrack_1pfbr_458::-webkit-scrollbar-thumb{border-radius:999px;background:#8f9f8847}._timeScrollTrack_1pfbr_458{align-items:center;flex:1;min-height:0}._noSlotsMessage_1pfbr_488{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:.5rem .4rem;color:#4a4b4a;font-size:.78rem;line-height:1.4;background:#d4841a1a;border-radius:10px;margin:0}._timeSlot_1pfbr_503{flex:0 0 auto;scroll-snap-align:start;min-width:4.75rem;min-height:44px;padding:.5rem .6rem;border:1px solid rgba(200,197,192,.55);border-radius:10px;background:#fff;color:#1e1f1e;font-weight:700;font-size:.8rem;text-align:center;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}._timeSlot_1pfbr_503._available_1pfbr_388:hover{border-color:#8f9f88;background:#8f9f880f;box-shadow:0 3px 12px #8f9f881f}._timeSlot_1pfbr_503._available_1pfbr_388._selected_1pfbr_393{border-color:#8f9f88;background:linear-gradient(135deg,#8f9f88,#4d5a48);color:#fff;box-shadow:0 5px 16px #8f9f8840}._timeSlot_1pfbr_503._unavailable_1pfbr_403{background:#f6efe7;color:#4a4b4a;cursor:not-allowed;opacity:.5}._loadingState_1pfbr_174{text-align:center;padding:1.5rem 1rem;background:var(--cs-glass-bg, #ffffff);border:1px solid var(--cs-glass-border, rgba(200, 197, 192, .35));box-shadow:var(--cs-glass-shadow, 0 10px 30px rgba(0, 0, 0, .08));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px;animation:_fadeInUp_1pfbr_1 .45s ease-out}._loadingState_1pfbr_174 p{font-size:.92rem;color:#4a4b4a;margin:0}._errorState_1pfbr_174{text-align:center;padding:1.25rem 1rem;background:var(--cs-glass-bg, #ffffff);border:1px solid var(--cs-glass-border, rgba(200, 197, 192, .35));box-shadow:var(--cs-glass-shadow, 0 10px 30px rgba(0, 0, 0, .08));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px;animation:_fadeInUp_1pfbr_1 .45s ease-out}._errorState_1pfbr_174 h3._errorStateHeading_1pfbr_564{display:flex;align-items:center;justify-content:center;gap:.45rem;flex-wrap:wrap;font-size:1.15rem;font-weight:700;margin:0 0 .65rem;line-height:1.3;color:#1e1f1e}._errorState_1pfbr_174 ._errorStateIcon_1pfbr_576{display:inline-flex;flex-shrink:0;color:#d4841a}._errorState_1pfbr_174 ._errorFriendly_1pfbr_581{font-size:.88rem;color:#1e1f1e;max-width:28rem;margin:0 auto .5rem;line-height:1.5}._errorState_1pfbr_174 ._errorMessage_1pfbr_588{font-size:.86rem;color:#4a4b4a;margin:0 auto 1rem;max-width:32rem;line-height:1.45}._errorState_1pfbr_174 ._errorTechnical_1pfbr_595{font-size:.78rem;color:#4a4b4a;margin:0 auto .85rem;max-width:32rem;line-height:1.4;opacity:.9}._errorState_1pfbr_174 ._errorCtaRow_1pfbr_603{display:flex;gap:.65rem;justify-content:center;flex-wrap:wrap}._errorState_1pfbr_174 ._retryIcon_1pfbr_609{display:inline-flex;margin-right:.3rem;vertical-align:middle}._retryButton_1pfbr_615{padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;border-radius:var(--cs-radius-xl, .75rem);display:inline-flex;align-items:center;gap:.4rem}._continueButton_1pfbr_211{padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;letter-spacing:.01em;border-radius:var(--cs-radius-xl, .75rem);display:inline-flex;align-items:center;justify-content:center;gap:.3rem;min-height:44px}._continueButton_1pfbr_211:disabled{opacity:.6;cursor:not-allowed}.patientShell ._pageTitle_1pfbr_263{color:var(--cs-primary);font-family:var(--cs-font-body)}.patientShell ._summaryBar_1pfbr_274{color:var(--cs-on-surface)}.patientShell ._summaryBarEm_1pfbr_306{color:var(--cs-primary)}.patientShell button._backButton_1pfbr_252,.patientShell button._retryButton_1pfbr_615{border:none;color:var(--cs-primary);background:var(--cs-surface-lowest);border-radius:var(--cs-radius-xl);box-shadow:0 6px 20px #191c1d0f;transition:background-color .15s ease,box-shadow .15s ease}.patientShell button._backButton_1pfbr_252:hover:not(:disabled),.patientShell button._retryButton_1pfbr_615:hover:not(:disabled){background:var(--cs-surface-low);box-shadow:0 8px 22px #191c1d14;color:var(--cs-primary)}.patientShell button._continueButton_1pfbr_211{border:none;color:var(--cs-on-primary);background:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);border-radius:var(--cs-radius-xl);box-shadow:var(--cs-shadow-atmospheric);transition:filter .15s ease,box-shadow .15s ease}.patientShell button._continueButton_1pfbr_211:hover:not(:disabled){filter:saturate(1.06)}.patientShell ._timeSlot_1pfbr_503{border-color:color-mix(in srgb,var(--cs-primary) 14%,transparent);background:color-mix(in srgb,var(--cs-surface-lowest) 90%,white 10%)}@keyframes _loading_1ysye_416{0%{background-position:200% 0}to{background-position:-200% 0}}._appointmentDetailsContainer_1ysye_9{padding:1rem 0;min-height:100vh;background:color-mix(in srgb,#e7ebe4 85%,#ebe8e3 15%)}._pageHeader_1ysye_15{text-align:center;margin-bottom:1rem}._backButton_1ysye_20{background:#fff;border:2px solid #e2dfd9;border-radius:12px;padding:.62rem 1.15rem;font-size:.92rem;font-weight:600;color:#1e1f1e;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem}._backButton_1ysye_20:hover{background:#8f9f88;color:#fff;border-color:#8f9f88;transform:translate(-5px)}._pageTitle_1ysye_42{font-size:clamp(1.35rem,2.5vw,1.6rem);font-weight:700;color:#1e1f1e;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-bottom:.35rem}._pageSubtitle_1ysye_50{font-size:.95rem;color:#4a4b4a;margin:0 auto;max-width:36rem;line-height:1.55}._appointmentSummary_1ysye_58{margin-bottom:1rem}._summaryCard_1ysye_62{background:color-mix(in srgb,#ebe8e3 88%,#8f9f88 12%);border-radius:12px;padding:1rem;border:1px solid color-mix(in srgb,#8f9f88 16%,#c8c5c0 84%);box-shadow:0 1px 2px #0000000d;max-width:800px;margin:0 auto}._summaryCard_1ysye_62 h3{font-size:1.25rem;font-weight:600;color:#1e1f1e;margin:0 0 1.5rem}._summaryHeading_1ysye_78{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:600;color:#1e1f1e;margin:0 0 1.5rem}._summaryHeadingIcon_1ysye_88{display:inline-flex;flex-shrink:0;color:#8f9f88}._summaryGrid_1ysye_94{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem;margin-bottom:1rem}._summaryItem_1ysye_101{display:flex;flex-direction:column;gap:.25rem}._summaryLabel_1ysye_107{color:#7a7b7a;font-weight:600;font-size:.8rem}._summaryValue_1ysye_113{color:#1e1f1e;font-weight:600;font-size:.9rem}._pricingSection_1ysye_119{background:color-mix(in srgb,#8f9f88 8%,#ebe8e3 92%);border-radius:8px;padding:.5rem 1rem;margin-top:.5rem;border:1px solid color-mix(in srgb,#8f9f88 18%,#e2dfd9 82%)}._pricingRow_1ysye_127{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;font-size:.9rem}._pricingRow_1ysye_127:last-child{margin-bottom:0}._rebateAmount_1ysye_138{color:#2e7d42;font-weight:500}._totalCost_1ysye_143{font-weight:600;font-size:1rem;color:#1e1f1e;padding-top:.25rem;border-top:1px solid #e2dfd9}._appointmentDetailsForm_1ysye_151{max-width:800px;margin:0 auto;background:color-mix(in srgb,#ffffff 94%,#ebe8e3 6%);padding:1rem 1.5rem;border-radius:12px;border:1px solid rgba(200,197,192,.65);box-shadow:0 1px 2px #0000000d}._formSection_1ysye_161{margin-bottom:2rem}._formSection_1ysye_161:last-child{margin-bottom:0}._sectionTitle_1ysye_168{font-size:1.25rem;font-weight:600;color:#1e1f1e;margin:0 0 1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e2dfd9}._sectionTitleMeta_1ysye_177{font-weight:500;font-size:.95rem;color:#4a4b4a}._formGrid_1ysye_183{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}._formGroup_1ysye_189{display:flex;flex-direction:column;gap:.5rem}._label_1ysye_195{font-size:.95rem;font-weight:500;color:#1e1f1e}._input_1ysye_201{padding:1rem;border:1px solid #e2dfd9;border-radius:8px;font-size:.9rem;transition:border-color .2s ease}._input_1ysye_201:focus{outline:none;border-color:#8f9f88}._textarea_1ysye_213{padding:1rem;border:1px solid #e2dfd9;border-radius:8px;font-size:.9375rem;font-family:inherit;line-height:1.5;resize:vertical;min-height:108px;transition:border-color .2s ease,box-shadow .2s ease}._textarea_1ysye_213::placeholder{color:#4a4b4a;opacity:.72}._textarea_1ysye_213:focus{outline:none;border-color:#8f9f88;box-shadow:0 0 0 3px #8f9f881f}._fieldHelp_1ysye_234{font-size:.8125rem;color:#4a4b4a;margin:0;line-height:1.45}._fieldError_1ysye_241{color:#c0392b;font-size:.8rem;font-weight:500}._radioGroup_1ysye_247{display:flex;flex-direction:column;gap:.5rem}._radioWrapper_1ysye_253{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#1e1f1e;padding:.5rem;border-radius:4px;transition:all .2s ease}._radioWrapper_1ysye_253:hover{background-color:#8f9f880d}._radioInput_1ysye_268{position:absolute;opacity:0;width:0;height:0;margin:0;padding:0}._radioCustom_1ysye_277{width:20px;height:20px;border:2px solid #c8c5c0;border-radius:50%;background-color:#fff;position:relative;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}._radioDot_1ysye_291{width:10px;height:10px;border-radius:50%;background-color:#8f9f88;opacity:0;transform:scale(0);transition:all .2s ease}._radioInput_1ysye_268:checked+._radioCustom_1ysye_277{border-color:#8f9f88}._radioInput_1ysye_268:checked+._radioCustom_1ysye_277 ._radioDot_1ysye_291{opacity:1;transform:scale(1)}._emergencyReminder_1ysye_309{margin:2rem 0}._emergencyBox_1ysye_313{background:#d4841a40;border:1px solid #d4841a;border-radius:12px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-start}._emergencyIcon_1ysye_323{font-size:1.5rem;flex-shrink:0}._emergencyContent_1ysye_328 h4{font-size:1rem;font-weight:600;color:#1e1f1e;margin:0 0 .5rem}._emergencyContent_1ysye_328 p{color:#1e1f1e;font-size:.9rem;margin:0 0 .5rem;line-height:1.5}._emergencyContent_1ysye_328 p:last-child{margin-bottom:0}._emergencyContent_1ysye_328 ul{margin:.5rem 0;padding-left:1.5rem}._emergencyContent_1ysye_328 ul li{color:#1e1f1e;font-size:.9rem;margin-bottom:.25rem;line-height:1.4}._emergencyContent_1ysye_328 ul li:last-child{margin-bottom:0}._formActions_1ysye_357{display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2dfd9}._formActionsSticky_1ysye_366{position:sticky;bottom:0;z-index:4;margin-top:auto;padding-bottom:max(1rem,env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#f6efe700,#f6efe7f5 22%,#f6efe7)}._cancelButton_1ysye_375{padding:1rem 1.5rem;border:2px solid #e2dfd9;background:#fff;color:#4a4b4a;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}._cancelButton_1ysye_375:hover:not(:disabled){border-color:#c8c5c0;color:#1e1f1e}._cancelButton_1ysye_375:disabled{opacity:.6;cursor:not-allowed}._submitButton_1ysye_394{padding:1rem 1.5rem;background:#8f9f88;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}._submitButton_1ysye_394:hover:not(:disabled){background:#4d5a48;transform:translateY(-1px);box-shadow:0 4px 12px #8f9f884d}._submitButton_1ysye_394:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._loadingState_1ysye_416{text-align:center;padding:2rem;color:#4a4b4a;font-size:1.1rem}._errorState_1ysye_423{text-align:center;padding:2rem;background:#fff;border-radius:12px;max-width:500px;margin:0 auto;box-shadow:0 2px 8px #0000001a}._errorState_1ysye_423 h3{color:#c0392b;margin-bottom:1rem}._errorState_1ysye_423 p{color:#4a4b4a;margin-bottom:1.5rem}._errorStateTitle_1ysye_441{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}._errorStateIconWrap_1ysye_449{display:inline-flex;flex-shrink:0}._retryButton_1ysye_454{padding:.5rem 1.5rem;background:#8f9f88;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}._retryButton_1ysye_454:hover{background:#4d5a48;transform:translateY(-1px)}._sectionDescription_1ysye_469{color:#4a4b4a;font-size:.95rem;margin-bottom:1rem;line-height:1.6}.patientShell ._appointmentDetailsContainer_1ysye_9{background:transparent;padding:0;min-height:0}.patientShell ._summaryCard_1ysye_62{background:var(--cs-surface-lowest);border-radius:var(--cs-radius-2xl);box-shadow:var(--cs-shadow-atmospheric);border:none}.patientShell ._pageHeader_1ysye_15{text-align:left}.patientShell ._appointmentDetailsForm_1ysye_151{background:var(--cs-surface-lowest);border-radius:var(--cs-radius-2xl);box-shadow:var(--cs-shadow-atmospheric);border:none;padding:clamp(1.25rem,4vw,2rem)}.patientShell ._sectionTitle_1ysye_168{border-bottom-color:var(--cs-outline-variant)}.patientShell ._sectionTitleMeta_1ysye_177{color:var(--cs-on-surface-variant)}.patientShell ._formGrid_1ysye_183{grid-template-columns:1fr;max-width:42rem;margin:0 auto;gap:2rem}.patientShell ._textarea_1ysye_213{border-radius:var(--cs-radius-lg)}.patientShell ._textarea_1ysye_213:focus{border-color:var(--cs-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--cs-primary) 18%,transparent)}.patientShell ._label_1ysye_195{font-weight:600;font-size:.9375rem}.patientShell ._summaryHeadingIcon_1ysye_88{color:var(--cs-primary)}button._backButton_1ysye_20,button._cancelButton_1ysye_375,button._retryButton_1ysye_454{border:none;color:var(--cs-primary);background:var(--cs-surface-lowest);border-radius:var(--cs-radius-xl);box-shadow:0 8px 24px #191c1d0f;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}button._backButton_1ysye_20:before,button._cancelButton_1ysye_375:before,button._retryButton_1ysye_454:before{content:none;display:none}button._backButton_1ysye_20:hover:not(:disabled),button._cancelButton_1ysye_375:hover:not(:disabled),button._retryButton_1ysye_454:hover:not(:disabled){background:var(--cs-surface-low);transform:none;box-shadow:0 10px 28px #191c1d14;color:var(--cs-primary)}button._submitButton_1ysye_394{border:none;color:var(--cs-on-primary);background:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);border-radius:var(--cs-radius-xl);box-shadow:var(--cs-shadow-atmospheric);transition:filter .15s ease,transform .15s ease,box-shadow .15s ease}button._submitButton_1ysye_394:before{content:none;display:none}button._submitButton_1ysye_394:hover:not(:disabled){filter:saturate(1.08);transform:none;box-shadow:var(--cs-shadow-atmospheric)}._pageHeader_1ysye_15,._summaryCard_1ysye_62,._appointmentDetailsForm_1ysye_151{background:linear-gradient(145deg,#ffffffd1,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--cs-radius-2xl)}._formSection_1ysye_161{background:color-mix(in srgb,var(--cs-surface-lowest) 92%,white 8%);border:1px solid color-mix(in srgb,var(--cs-primary) 12%,transparent);border-radius:var(--cs-radius-xl);padding:clamp(.95rem,1.6vw,1.25rem)}@keyframes _loading_1wc9j_1{0%{background-position:200% 0}to{background-position:-200% 0}}._pageHeader_1wc9j_10{margin-bottom:1.5rem;text-align:center;max-width:640px;margin-left:auto;margin-right:auto}._backButton_1wc9j_18{display:inline-block;margin-bottom:1rem;padding:0;border:none;background:none;color:#8f9f88;font-size:.95rem;cursor:pointer;text-align:left}._backButton_1wc9j_18:hover{text-decoration:underline}._pageTitle_1wc9j_33{font-family:Literata,Georgia,Times New Roman,serif;font-size:1.75rem;font-weight:700;color:#1e1f1e;margin:0 0 .5rem}._pageSubtitle_1wc9j_41{color:#4a4b4a;margin:0;font-size:1rem}._inlineError_1wc9j_47{max-width:720px;margin:0 auto 1.5rem;padding:1rem 1.5rem;background:#c0392b14;border:1px solid rgba(192,57,43,.35);border-radius:8px;color:#c0392b;font-size:.95rem}._paymentContainer_1wc9j_58{padding:1.5rem 0;min-height:100vh;background:#f6efe7}.patientShell ._paymentContainer_1wc9j_58{padding:.85rem 0 1.25rem;background:transparent}.patientShell ._paymentSummary_1wc9j_69 ._summaryCard_1wc9j_69,.patientShell ._paymentForm_1wc9j_70 ._formCard_1wc9j_70{border-radius:14px;border:1px solid var(--cs-glass-border);box-shadow:var(--cs-glass-shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:1rem 1.1rem}._paymentContent_1wc9j_79{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto}@media (max-width: 768px){._paymentContent_1wc9j_79{grid-template-columns:1fr;gap:1.5rem}}._paymentSummary_1wc9j_69 ._summaryCard_1wc9j_69{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;position:sticky;top:1.5rem}._paymentSummary_1wc9j_69 ._summaryCard_1wc9j_69 h3{font-size:1.25rem;font-weight:600;color:#1e1f1e;margin:0 0 1.5rem}._summaryDetails_1wc9j_108{margin-bottom:1.5rem}._summaryItem_1wc9j_112{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e2dfd9}._summaryItem_1wc9j_112:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}._summaryLabel_1wc9j_126{color:#4a4b4a;font-weight:500;font-size:.9rem;flex:1}._summaryValue_1wc9j_133{color:#1e1f1e;font-weight:500;font-size:.9rem;text-align:right;flex:1}._pricingBreakdown_1wc9j_141{background:#f6efe7;border-radius:8px;padding:1rem;border:1px solid #e2dfd9}._pricingRow_1wc9j_148{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;font-size:.9rem}._pricingRow_1wc9j_148:last-child{margin-bottom:0}._rebateAmount_1wc9j_159{color:#2e7d42;font-weight:500}._totalAmount_1wc9j_164{font-weight:600;font-size:1.1rem;color:#1e1f1e;padding-top:.5rem;border-top:2px solid #e2dfd9;margin-top:.5rem}._paymentNote_1wc9j_173{color:#4a4b4a;font-size:.85rem;font-style:italic;margin-top:.5rem;text-align:center}._paymentForm_1wc9j_70{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d}._paymentMethods_1wc9j_188{margin-bottom:2rem}._paymentMethods_1wc9j_188 h3{font-size:1.1rem;font-weight:600;color:#1e1f1e;margin:0 0 1.5rem}._paymentMethodOptions_1wc9j_198{display:flex;flex-direction:column;gap:1rem}._paymentMethodCard_1wc9j_204{border:2px solid #e2dfd9;border-radius:12px;padding:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:1rem;position:relative}._paymentMethodCard_1wc9j_204:hover{border-color:#8f9f88;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}._paymentMethodCard_1wc9j_204._selected_1wc9j_220{border-color:#8f9f88;background:#8f9f8805;box-shadow:0 4px 15px #8f9f881a}._paymentMethodCard_1wc9j_204:has(input:disabled){opacity:.6;cursor:not-allowed}._paymentMethodCard_1wc9j_204:has(input:disabled):hover{transform:none;box-shadow:none}._paymentMethodIcon_1wc9j_234{font-size:2rem;flex-shrink:0}._paymentMethodContent_1wc9j_239{flex:1}._paymentMethodContent_1wc9j_239 h4{font-size:1.1rem;font-weight:600;color:#1e1f1e;margin:0 0 .25rem}._paymentMethodContent_1wc9j_239 p{color:#4a4b4a;font-size:.9rem;margin:0 0 .25rem;line-height:1.4}._paymentMethodContent_1wc9j_239 p:last-child{margin-bottom:0}._paymentMethodContent_1wc9j_239 small{color:#4a4b4a;font-size:.8rem;font-style:italic}._paymentMethodRadio_1wc9j_263{flex-shrink:0}._paymentMethodRadio_1wc9j_263 input[type=radio]{width:18px;height:18px;cursor:pointer}._cardPaymentSection_1wc9j_272{margin-bottom:2rem}._cardPaymentSection_1wc9j_272 h3{font-size:1.1rem;font-weight:600;color:#1e1f1e;margin:0 0 .5rem}._cardPaymentLead_1wc9j_282{color:#4a4b4a;font-size:.9rem;line-height:1.5;margin:0 0 1rem}._stripeCheckout_1wc9j_289{margin-top:1rem}._stripeElementWrap_1wc9j_293{min-height:220px;margin-bottom:1.5rem;padding:1rem 0}._cardForm_1wc9j_299{background:#f6efe7;border-radius:8px;padding:1.5rem;border:1px solid #e2dfd9}._formGroup_1wc9j_306{margin-bottom:1rem}._formGroup_1wc9j_306:last-child{margin-bottom:0}._label_1wc9j_313{display:block;font-size:.9rem;font-weight:500;color:#1e1f1e;margin-bottom:.25rem}._cardInput_1wc9j_321{width:100%;padding:1rem;border:1px solid #e2dfd9;border-radius:8px;font-size:.9rem;transition:border-color .2s ease}._cardInput_1wc9j_321:focus{outline:none;border-color:#8f9f88}._cardRow_1wc9j_334{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._securityNote_1wc9j_340{color:#4a4b4a;font-size:.8rem;text-align:center;margin-top:1rem;font-style:italic}._termsSection_1wc9j_348{margin-bottom:2rem}._termsSection_1wc9j_348 h3{font-size:1.1rem;font-weight:600;color:#1e1f1e;margin:0 0 1.5rem}._termsCheckboxes_1wc9j_358{display:flex;flex-direction:column;gap:1rem}._checkboxWrapper_1wc9j_364{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.9rem;color:#1e1f1e;line-height:1.4}._checkboxWrapper_1wc9j_364 input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}._checkboxCustom_1wc9j_380{width:18px;height:18px;border:2px solid #c8c5c0;border-radius:3px;background:#fff;position:relative;flex-shrink:0;transition:all .2s ease}._checkboxCustom_1wc9j_380:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);color:#fff;font-size:12px;font-weight:700;transition:transform .2s ease}._checkboxWrapper_1wc9j_364 input[type=checkbox]:checked+._checkboxCustom_1wc9j_380{background:#8f9f88;border-color:#8f9f88}._checkboxWrapper_1wc9j_364 input[type=checkbox]:checked+._checkboxCustom_1wc9j_380:after{transform:translate(-50%,-50%) scale(1)}._paymentActions_1wc9j_410{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2dfd9}._cancelButton_1wc9j_420{padding:1rem 1.5rem;border:2px solid #e2dfd9;background:#fff;color:#4a4b4a;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}._cancelButton_1wc9j_420:hover:not(:disabled){border-color:#c8c5c0;color:#1e1f1e}._cancelButton_1wc9j_420:disabled{opacity:.6;cursor:not-allowed}._payButton_1wc9j_439{padding:1rem 1.5rem;background:#8f9f88;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}._payButton_1wc9j_439:hover:not(:disabled){background:#4d5a48;transform:translateY(-1px);box-shadow:0 4px 12px #8f9f884d}._payButton_1wc9j_439:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.patientShell ._paymentContainer_1wc9j_58{background:transparent;padding:0;min-height:0}.patientShell ._pageHeader_1wc9j_10{text-align:left;margin-left:0;margin-right:0;max-width:none}.patientShell ._pageTitle_1wc9j_33{color:var(--cs-primary);font-family:var(--cs-font-headline)}.patientShell ._pageSubtitle_1wc9j_41{color:var(--cs-on-surface-variant)}.patientShell ._paymentSummary_1wc9j_69 ._summaryCard_1wc9j_69,.patientShell ._summaryCard_1wc9j_69{background:var(--cs-surface-lowest);box-shadow:var(--cs-shadow-atmospheric);border-radius:var(--cs-radius-2xl)}button._backButton_1wc9j_18,button._cancelButton_1wc9j_420{border:none;color:var(--cs-primary);background:var(--cs-surface-lowest);border-radius:var(--cs-radius-xl);box-shadow:0 8px 24px #191c1d0f;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}button._backButton_1wc9j_18:before,button._cancelButton_1wc9j_420:before{content:none;display:none}button._backButton_1wc9j_18:hover:not(:disabled),button._cancelButton_1wc9j_420:hover:not(:disabled){background:var(--cs-surface-low);transform:none;box-shadow:0 10px 28px #191c1d14;color:var(--cs-primary);text-decoration:none}button._payButton_1wc9j_439{border:none;color:var(--cs-on-primary);background:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);border-radius:var(--cs-radius-xl);box-shadow:var(--cs-shadow-atmospheric);transition:filter .15s ease,transform .15s ease,box-shadow .15s ease}button._payButton_1wc9j_439:before{content:none;display:none}button._payButton_1wc9j_439:hover:not(:disabled){filter:saturate(1.08);transform:none;box-shadow:var(--cs-shadow-atmospheric)}._pageHeader_1wc9j_10,._paymentSummary_1wc9j_69 ._summaryCard_1wc9j_69,._summaryCard_1wc9j_69,._paymentForm_1wc9j_70{background:linear-gradient(145deg,#ffffffd1,#8f9f8824);border:1px solid rgba(143,159,136,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--cs-radius-2xl)}._paymentMethodCard_1wc9j_204{background:color-mix(in srgb,var(--cs-surface-lowest) 92%,white 8%);border-color:color-mix(in srgb,var(--cs-primary) 14%,transparent)}@keyframes _loading_3z56c_1{0%{background-position:200% 0}to{background-position:-200% 0}}._confirmationContainer_3z56c_9{padding:1.5rem 0;min-height:100vh;background:#f6efe7}.patientShell ._confirmationContainer_3z56c_9{padding:.85rem 0 1.2rem;background:transparent}.patientShell ._successMessage_3z56c_20,.patientShell ._detailsCard_3z56c_21{border:1px solid var(--cs-glass-border);box-shadow:var(--cs-glass-shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px;padding:1.15rem}.patientShell ._successIcon_3z56c_30{font-size:3rem;margin-bottom:.75rem}._successMessage_3z56c_20{text-align:center;margin-bottom:2rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;max-width:800px;margin:0 auto 2rem}._successIcon_3z56c_30{font-size:4rem;margin-bottom:1rem;animation:_bounce_3z56c_1 1s ease-in-out}@keyframes _bounce_3z56c_1{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}._successTitle_3z56c_63{font-size:2.5rem;font-weight:700;color:#2e7d42;margin:0 0 1rem}@media (max-width: 768px){._successTitle_3z56c_63{font-size:2rem}}._successSubtitle_3z56c_75{font-size:1.1rem;color:#4a4b4a;line-height:1.6;max-width:600px;margin:0 auto}._bookingDetails_3z56c_84{margin-bottom:2rem}._detailsCard_3z56c_21{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;max-width:800px;margin:0 auto}._detailsCard_3z56c_21 h3{font-size:1.5rem;font-weight:600;color:#1e1f1e;margin:0 0 1.5rem;text-align:center}._detailsGrid_3z56c_104{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){._detailsGrid_3z56c_104{grid-template-columns:1fr}}._detailItem_3z56c_115{display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:#f6efe7;border-radius:8px;border:1px solid #e2dfd9}._detailLabel_3z56c_125{font-size:.9rem;font-weight:500;color:#4a4b4a}._detailValue_3z56c_131{font-size:1rem;font-weight:600;color:#1e1f1e}._nextSteps_3z56c_137{margin-bottom:2rem;max-width:1000px;margin:0 auto 2rem}._nextSteps_3z56c_137 h3{font-size:1.5rem;font-weight:600;color:#1e1f1e;margin:0 0 1.5rem;text-align:center}._stepsGrid_3z56c_150{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}._stepCard_3z56c_156{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px #0000000d;display:flex;align-items:flex-start;gap:1rem;transition:transform .2s ease}._stepCard_3z56c_156:hover{transform:translateY(-2px);box-shadow:0 8px 15px #0000001a}._stepIcon_3z56c_171{font-size:2rem;flex-shrink:0}._stepContent_3z56c_176{flex:1}._stepContent_3z56c_176 h4{font-size:1.1rem;font-weight:600;color:#1e1f1e;margin:0 0 .5rem}._stepContent_3z56c_176 p{font-size:.9rem;color:#4a4b4a;margin:0 0 .25rem;line-height:1.4}._stepContent_3z56c_176 p:last-child{margin-bottom:0}._quickActions_3z56c_195{margin-bottom:2rem;max-width:800px;margin:0 auto 2rem}._quickActions_3z56c_195 h3{font-size:1.5rem;font-weight:600;color:#1e1f1e;margin:0 0 1.5rem;text-align:center}._actionButtons_3z56c_208{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media (max-width: 768px){._actionButtons_3z56c_208{flex-direction:column;align-items:center}}._actionButton_3z56c_208{padding:1rem 1.5rem;background:#8f9f88;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem}._actionButton_3z56c_208:hover{background:#4d5a48;transform:translateY(-1px);box-shadow:0 4px 12px #8f9f884d}._navigationActions_3z56c_240{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}@media (max-width: 768px){._navigationActions_3z56c_240{flex-direction:column;align-items:center}}._navButton_3z56c_254{padding:1rem 1.5rem;background:#fff;color:#1e1f1e;border:2px solid #e2dfd9;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem}._navButton_3z56c_254:hover{border-color:#8f9f88;color:#8f9f88;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}button._actionButton_3z56c_208{border:none;color:var(--cs-on-primary);background:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);border-radius:var(--cs-radius-xl);box-shadow:var(--cs-shadow-atmospheric);transition:filter .15s ease,transform .15s ease,box-shadow .15s ease}button._actionButton_3z56c_208:before{content:none;display:none}button._actionButton_3z56c_208:hover:not(:disabled){filter:saturate(1.08);transform:none;box-shadow:var(--cs-shadow-atmospheric)}button._navButton_3z56c_254{border:none;color:var(--cs-primary);background:var(--cs-surface-lowest);border-radius:var(--cs-radius-xl);box-shadow:0 8px 24px #191c1d0f;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}button._navButton_3z56c_254:before{content:none;display:none}button._navButton_3z56c_254:hover:not(:disabled){background:var(--cs-surface-low);transform:none;box-shadow:0 10px 28px #191c1d14;color:var(--cs-primary)}._emergencyInfo_3z56c_311{max-width:800px;margin:0 auto}._emergencyBox_3z56c_316{background:#d4841a33;border:1px solid #d4841a;border-radius:12px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem}._emergencyIcon_3z56c_326{font-size:1.5rem;flex-shrink:0}._emergencyContent_3z56c_331{flex:1}._emergencyContent_3z56c_331 h4{font-size:1.1rem;font-weight:600;color:#1e1f1e;margin:0 0 .5rem}._emergencyContent_3z56c_331 p{font-size:.9rem;color:#1e1f1e;margin:0 0 .25rem;line-height:1.4}._emergencyContent_3z56c_331 p:last-child{margin-bottom:0}.patientShell ._confirmationContainer_3z56c_9{background:transparent;padding:0;min-height:0}.patientShell ._successMessage_3z56c_20{background:var(--cs-surface-lowest);border-radius:var(--cs-radius-2xl);box-shadow:var(--cs-shadow-atmospheric)}@keyframes _loading_1svxy_868{0%{background-position:200% 0}to{background-position:-200% 0}}._psychologistLayout_1svxy_9{min-height:100vh;background:linear-gradient(135deg,#f2f5f1,#e4e9e2)}._psychologistLayout_1svxy_9.clinicalShell{background:transparent}._psychologistLayout_1svxy_9.clinicalShell ._scheduleContainer_1svxy_17,._psychologistLayout_1svxy_9.clinicalShell ._notesContainer_1svxy_18,._psychologistLayout_1svxy_9.clinicalShell ._profileContainer_1svxy_19{max-width:80rem;margin-left:auto;margin-right:auto;width:100%;box-sizing:border-box}._psychologistLayout_1svxy_9.clinicalShell ._profileCard_1svxy_27,._psychologistLayout_1svxy_9.clinicalShell ._statCard_1svxy_28,._psychologistLayout_1svxy_9.clinicalShell ._noteCard_1svxy_29{background:var(--cs-glass-bg);border:1px solid var(--cs-glass-border);box-shadow:var(--cs-glass-shadow);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}._psychologistLayout_1svxy_9.clinicalShell ._pageTitle_1svxy_37{background:none;-webkit-text-fill-color:unset;color:var(--cs-primary);font-family:var(--cs-font-headline);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;letter-spacing:-.02em}._psychologistLayout_1svxy_9.clinicalShell ._pageSubtitle_1svxy_47{color:var(--cs-on-surface-variant);font-size:1rem}._shellHeaderRow_1svxy_52{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem;width:100%}._psychologistLayout_1svxy_9.clinicalShell ._notesContainer_1svxy_18,._psychologistLayout_1svxy_9.clinicalShell ._patientsContainer_1svxy_62{padding-top:0;padding-bottom:1.5rem;min-height:0}._psychologistLayout_1svxy_9.clinicalShell ._appointmentsList_1svxy_68{gap:.9rem;padding:0 0 1rem}._psychologistLayout_1svxy_9.clinicalShell ._appointmentCard_1svxy_73,._psychologistLayout_1svxy_9.clinicalShell ._patientCard_1svxy_74,._psychologistLayout_1svxy_9.clinicalShell ._noteCard_1svxy_29{background:var(--cs-glass-bg, #ffffff);border:1px solid var(--cs-glass-border, rgba(200, 197, 192, .35));box-shadow:var(--cs-glass-shadow, 0 10px 30px rgba(0, 0, 0, .08));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:14px}._psychologistLayout_1svxy_9.clinicalShell ._appointmentCard_1svxy_73:before{height:2px}._psychologistLayout_1svxy_9.clinicalShell ._appointmentCard_1svxy_73:hover,._psychologistLayout_1svxy_9.clinicalShell ._appointmentCard_1svxy_73._isVisible_1svxy_87:hover{transform:translateY(-1px);box-shadow:var(--cs-glass-shadow)}._psychologistLayout_1svxy_9.clinicalShell ._cardContent_1svxy_92{padding:.95rem 1rem;gap:.95rem}@media (min-width: 1100px){._psychologistLayout_1svxy_9.clinicalShell ._cardContent_1svxy_92{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(0,1fr);grid-template-areas:"patient datetime details" "notes notes notes";align-items:start;gap:.75rem}}._psychologistLayout_1svxy_9.clinicalShell ._patientSection_1svxy_106{grid-area:patient;padding-bottom:.55rem;border-bottom-width:1px}._psychologistLayout_1svxy_9.clinicalShell ._dateTimeSection_1svxy_112{grid-area:datetime}._psychologistLayout_1svxy_9.clinicalShell ._detailsGrid_1svxy_116{grid-area:details}._psychologistLayout_1svxy_9.clinicalShell ._notesSection_1svxy_120{grid-area:notes}._psychologistLayout_1svxy_9.clinicalShell ._patientAvatar_1svxy_124{width:2.5rem;height:2.5rem;font-size:.9rem;border-radius:var(--cs-radius-xl);border-width:1px}._psychologistLayout_1svxy_9.clinicalShell ._patientName_1svxy_132,._psychologistLayout_1svxy_9.clinicalShell ._noteTitle_1svxy_133{font-size:1rem;line-height:1.3}._psychologistLayout_1svxy_9.clinicalShell ._serviceName_1svxy_138,._psychologistLayout_1svxy_9.clinicalShell ._noteMeta_1svxy_139,._psychologistLayout_1svxy_9.clinicalShell ._noteDate_1svxy_140,._psychologistLayout_1svxy_9.clinicalShell ._detailLabel_1svxy_141{font-size:.78rem}._psychologistLayout_1svxy_9.clinicalShell ._dateTimeItem_1svxy_145,._psychologistLayout_1svxy_9.clinicalShell ._detailItem_1svxy_146{padding:.6rem .7rem;border-radius:10px}._psychologistLayout_1svxy_9.clinicalShell ._dateTimeValue_1svxy_151,._psychologistLayout_1svxy_9.clinicalShell ._detailValue_1svxy_152{font-size:.9rem}._psychologistLayout_1svxy_9.clinicalShell ._appointmentActions_1svxy_156{padding:.65rem 1rem .95rem;gap:.6rem}._psychologistLayout_1svxy_9.clinicalShell ._videoCallButton_1svxy_161,._psychologistLayout_1svxy_9.clinicalShell ._successButton_1svxy_162,._psychologistLayout_1svxy_9.clinicalShell ._dangerButton_1svxy_163,._psychologistLayout_1svxy_9.clinicalShell ._secondaryButton_1svxy_164,._psychologistLayout_1svxy_9.clinicalShell ._primaryButton_1svxy_165,._psychologistLayout_1svxy_9.clinicalShell ._viewButton_1svxy_166,._psychologistLayout_1svxy_9.clinicalShell ._editButton_1svxy_167,._psychologistLayout_1svxy_9.clinicalShell ._deleteButton_1svxy_168{min-height:2.25rem;padding:.5rem .85rem;font-size:.8rem}._psychologistLayout_1svxy_9.clinicalShell ._patientsList_1svxy_174,._psychologistLayout_1svxy_9.clinicalShell ._notesList_1svxy_175{gap:.95rem;padding:.8rem 0}._psychologistLayout_1svxy_9.clinicalShell ._patientCardBody_1svxy_180{padding:.9rem 1rem}._psychologistLayout_1svxy_9.clinicalShell ._patientCardHeader_1svxy_184{padding:.85rem 1rem}._psychologistLayout_1svxy_9.clinicalShell ._patientCardActions_1svxy_188,._psychologistLayout_1svxy_9.clinicalShell ._noteActions_1svxy_189{padding:.75rem 1rem .9rem;gap:.55rem}._profileContainer_1svxy_19{padding:3rem 0;max-width:1400px;margin:0 auto}._scheduleWarningBanner_1svxy_200{margin-bottom:1.5rem;padding:1rem 1.25rem;border-radius:14px;background:#d4841a1a;border:1px solid rgba(212,132,26,.35);color:#1e1f1e;font-size:.95rem;line-height:1.45}._scheduleWarningBanner_1svxy_200 strong{color:#8fa88a}._profileHeader_1svxy_214{text-align:center;margin-bottom:3rem;animation:_fadeInDown_1svxy_1 .6s ease-out}._pageTitle_1svxy_37{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#8fa88a,#6e8c6a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.5px}._pageSubtitle_1svxy_47{font-size:1.2rem;color:#4a4b4a;margin-bottom:0;font-weight:400}._profileCard_1svxy_27{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 20px 60px #00000014;border:1px solid rgba(255,255,255,.8);margin-bottom:2rem;animation:_fadeInUp_1svxy_1 .8s ease-out;transition:transform .3s ease,box-shadow .3s ease}._profileCard_1svxy_27:hover{transform:translateY(-5px);box-shadow:0 25px 70px #0000001f}@keyframes _fadeInUp_1svxy_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._profileHeader_1svxy_214{display:flex;align-items:flex-start;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:2px solid #f6efe7;position:relative}._profileHeader_1svxy_214:after{content:"";position:absolute;bottom:-2px;left:0;width:100px;height:2px;background:linear-gradient(90deg,#8fa88a,transparent)}._profilePicture_1svxy_292{position:relative;flex-shrink:0;animation:_scaleIn_1svxy_1 .8s ease-out}@keyframes _scaleIn_1svxy_1{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}._profileImage_1svxy_308{width:180px;height:180px;border-radius:50%;object-fit:cover;border:5px solid white;box-shadow:0 10px 30px #00000026;transition:transform .3s ease,box-shadow .3s ease}._profileImage_1svxy_308:hover{transform:scale(1.05);box-shadow:0 15px 40px #0003}._profileImagePlaceholder_1svxy_322{width:180px;height:180px;border-radius:50%;background:linear-gradient(135deg,#f6efe7,#ebe8e3);border:3px dashed #c8c5c0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s ease;box-shadow:0 5px 20px #00000014}._profileImagePlaceholder_1svxy_322:hover{border-color:#8fa88a;border-style:solid;background:linear-gradient(135deg,#8fa88a1a,#aebfb226);transform:scale(1.05);box-shadow:0 10px 30px #00000026}._placeholderUploadButton_1svxy_343{color:#8fa88a;font-size:1rem;font-weight:600;cursor:pointer;text-align:center;padding:1.5rem;transition:color .3s ease}._placeholderUploadButton_1svxy_343:hover{color:#6e8c6a}._uploadOverlay_1svxy_356{position:absolute;inset:0;background:linear-gradient(135deg,#8fa88af2,#6e8c6af2);border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .4s ease;cursor:pointer}._uploadOverlay_1svxy_356:hover{opacity:1}._uploadButton_1svxy_375{color:#fff;font-size:1rem;font-weight:600;cursor:pointer;padding:.75rem 1.5rem;background:#fff3;border-radius:25px;border:2px solid white;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._uploadButton_1svxy_375:hover{background:#fff;color:#8fa88a;transform:scale(1.05)}._profileInfo_1svxy_393{flex:1;animation:_fadeIn_1svxy_1 1s ease-out}._profileName_1svxy_406{font-size:2.5rem;font-weight:800;color:#1e1f1e;margin-bottom:.75rem;letter-spacing:-.5px;line-height:1.2}._profileTitle_1svxy_415{font-size:1.3rem;color:#4a4b4a;margin-bottom:1.5rem;font-weight:500}._profileBadges_1svxy_422{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._ahpraBadge_1svxy_429{background:linear-gradient(135deg,#2e7d42,#6e8c6a);color:#fff;padding:.6rem 1.2rem;border-radius:25px;font-size:.95rem;font-weight:600;box-shadow:0 4px 12px #2e7d424d;transition:all .3s ease}._ahpraBadge_1svxy_429:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2e7d4266}._experienceBadge_1svxy_444{background:linear-gradient(135deg,#8fa88a,#6e8c6a);color:#fff;padding:.6rem 1.2rem;border-radius:25px;font-size:.95rem;font-weight:600;box-shadow:0 4px 12px #8fa88a4d;transition:all .3s ease}._experienceBadge_1svxy_444:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8fa88a66}._profileStatus_1svxy_459{text-align:right}._statusBadge_1svxy_463{display:inline-block;background:#2e7d42;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;margin-bottom:.5rem}._nextAvailable_1svxy_474{color:#4a4b4a;font-size:.9rem;margin:0}._profileDetails_1svxy_480{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}._detailSection_1svxy_486{padding:2rem;background:linear-gradient(135deg,#fff,#f6efe7);border-radius:16px;border:1px solid #e2dfd9;transition:all .3s ease;position:relative;overflow:hidden}._detailSection_1svxy_486:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8fa88a,#aebfb2);transform:scaleX(0);transition:transform .3s ease}._detailSection_1svxy_486:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0000001a;border-color:#aebfb2}._detailSection_1svxy_486:hover:before{transform:scaleX(1)}._sectionTitle_1svxy_515{font-size:1.3rem;font-weight:700;color:#1e1f1e;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;padding-bottom:1rem;border-bottom:2px solid #f6efe7}._sectionContent_1svxy_527{color:#4a4b4a;line-height:1.8;margin:0;font-size:1rem}._specializationsList_1svxy_534{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}._specializationTag_1svxy_541{background:linear-gradient(135deg,#8fa88a,#aebfb2);color:#fff;padding:.65rem 1.25rem;border-radius:25px;font-size:.95rem;font-weight:600;box-shadow:0 4px 12px #8fa88a40;transition:all .3s ease;cursor:default}._specializationTag_1svxy_541:hover{transform:translateY(-2px);box-shadow:0 6px 18px #8fa88a59}._languagesList_1svxy_557{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}._languageTag_1svxy_564{background:linear-gradient(135deg,#aebfb2,#6e8c6a);color:#fff;padding:.65rem 1.25rem;border-radius:25px;font-size:.95rem;font-weight:600;box-shadow:0 4px 12px #aebfb240;transition:all .3s ease;cursor:default}._languageTag_1svxy_564:hover{transform:translateY(-2px);box-shadow:0 6px 18px #aebfb259}._feeDetails_1svxy_580{display:grid;gap:.5rem}._feeDetails_1svxy_580 p{margin:0;color:#4a4b4a}._contactInfo_1svxy_590{display:grid;gap:.5rem}._contactInfo_1svxy_590 p{margin:0;color:#4a4b4a}._contactInfo_1svxy_590 a{color:#8fa88a;text-decoration:none}._contactInfo_1svxy_590 a:hover{text-decoration:underline}._simpleFields_1svxy_608{display:grid;gap:1rem}._workingDays_1svxy_613{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;margin-top:.5rem}._dayCheckbox_1svxy_620{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s ease}._dayCheckbox_1svxy_620:hover{background:#8fa88a1a}._dayCheckbox_1svxy_620 input[type=checkbox]{margin:0}._dayCheckbox_1svxy_620 span{font-size:.9rem;color:#4a4b4a}._workingHoursDisplay_1svxy_640{margin-top:.5rem}._workingDaysDisplay_1svxy_644{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}._dayTag_1svxy_651{background:#8fa88a;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}._noDaysSelected_1svxy_660{color:#4a4b4a;font-style:italic}._timeRange_1svxy_665{margin-top:.5rem}._timeDisplay_1svxy_669{background:#f6efe7;padding:.5rem 1rem;border-radius:6px;font-weight:500;color:#1e1f1e}._statsGrid_1svxy_677{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-top:1rem}._statItem_1svxy_684{text-align:center;padding:2rem 1.5rem;background:linear-gradient(135deg,#fff,#f6efe7);border-radius:16px;border:2px solid #e2dfd9;transition:all .3s ease;position:relative;overflow:hidden}._statItem_1svxy_684:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8fa88a,#aebfb2);transform:scaleX(0);transition:transform .3s ease}._statItem_1svxy_684:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 15px 35px #00000026;border-color:#8fa88a}._statItem_1svxy_684:hover:before{transform:scaleX(1)}._statItem_1svxy_684:hover ._statNumber_1svxy_713{transform:scale(1.1);color:#6e8c6a}._statNumber_1svxy_713{display:block;font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#8fa88a,#6e8c6a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;transition:all .3s ease}._statLabel_1svxy_730{font-size:1rem;color:#4a4b4a;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._editableFields_1svxy_738{display:grid;gap:1rem}._editableInput_1svxy_743{width:100%;padding:.75rem;border:1px solid #e2dfd9;border-radius:6px;font-size:1rem;transition:border-color .2s ease}._editableInput_1svxy_743:focus{outline:none;border-color:#8fa88a}._editableTextarea_1svxy_756{width:100%;padding:.75rem;border:1px solid #e2dfd9;border-radius:6px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .2s ease}._editableTextarea_1svxy_756:focus{outline:none;border-color:#8fa88a}._profileActions_1svxy_771{display:flex;gap:1.5rem;justify-content:center;margin-top:3rem;padding-top:3rem;border-top:2px solid #f6efe7}._editButton_1svxy_167{background:linear-gradient(135deg,#8fa88a,#6e8c6a);color:#fff;border:none;padding:1rem 3rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #8fa88a4d;position:relative;overflow:hidden}._editButton_1svxy_167:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .5s,height .5s}._editButton_1svxy_167:hover{transform:translateY(-3px);box-shadow:0 10px 30px #8fa88a66}._editButton_1svxy_167:hover:before{width:300px;height:300px}._editButton_1svxy_167:active{transform:translateY(-1px)}._saveButton_1svxy_818{background:linear-gradient(135deg,#2e7d42,#20582e);color:#fff;border:none;padding:1rem 3rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #2e7d424d}._saveButton_1svxy_818:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #2e7d4266}._saveButton_1svxy_818:active:not(:disabled){transform:translateY(-1px)}._saveButton_1svxy_818:disabled{opacity:.6;cursor:not-allowed;transform:none}._cancelButton_1svxy_843{background:linear-gradient(135deg,#aebfb2,#92a897);color:#fff;border:none;padding:1rem 3rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #aebfb24d}._cancelButton_1svxy_843:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #aebfb266}._cancelButton_1svxy_843:active:not(:disabled){transform:translateY(-1px)}._cancelButton_1svxy_843:disabled{opacity:.6;cursor:not-allowed;transform:none}._loadingState_1svxy_868{text-align:center;padding:3rem;color:#4a4b4a}._errorState_1svxy_874{text-align:center;padding:3rem;background:#fff;border-radius:8px;border:1px solid #e2dfd9}._retryButton_1svxy_882{background:#8fa88a;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;margin-top:1rem;transition:background-color .2s ease}._retryButton_1svxy_882:hover{background:#73926d}@media (max-width: 768px){._profileHeader_1svxy_214{flex-direction:column;text-align:center;gap:1rem}._profileInfo_1svxy_393,._profileStatus_1svxy_459{text-align:center}._statsGrid_1svxy_677,._workingDays_1svxy_613{grid-template-columns:repeat(2,1fr)}._profileActions_1svxy_771{flex-direction:column}}@media (max-width: 480px){._profileCard_1svxy_27{padding:1rem}._pageTitle_1svxy_37{font-size:2rem}._profileName_1svxy_406{font-size:1.5rem}._statsGrid_1svxy_677,._workingDays_1svxy_613{grid-template-columns:1fr}}._dashboardContainer_1svxy_937{padding:2rem 0;min-height:calc(100vh - 200px);scroll-behavior:smooth}._dashboardHeader_1svxy_943{margin-bottom:2rem;text-align:center;opacity:0;transform:translateY(-20px);transition:opacity .8s ease-out,transform .8s ease-out}._dashboardHeader_1svxy_943._isVisible_1svxy_87{opacity:1;transform:translateY(0)}._welcomeTitle_1svxy_955{font-size:2.5rem;font-weight:700;color:#1e1f1e;margin:0 0 .5rem;background:linear-gradient(135deg,#8fa88a,#aebfb2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._welcomeSubtitle_1svxy_966{font-size:1.1rem;color:#4a4b4a;margin:0}._dashboardGrid_1svxy_972{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}._dashboardCard_1svxy_979{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000014;transition:all .6s cubic-bezier(.4,0,.2,1);border:1px solid #e2dfd9;opacity:0;transform:translateY(50px)}._dashboardCard_1svxy_979._isVisible_1svxy_87{opacity:1;transform:translateY(0)}._dashboardCard_1svxy_979:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 32px #8fa88a33}._dashboardCard_1svxy_979._isVisible_1svxy_87:hover{transform:translateY(-6px) scale(1.02)}._dashboardCard_1svxy_979 h3{font-size:1.25rem;font-weight:600;color:#1e1f1e;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem}._placeholder_1svxy_343{text-align:center;padding:2rem;color:#4a4b4a}._placeholder_1svxy_343 p{margin:0 0 1rem;font-size:1rem}._actionButton_1svxy_1020{padding:.75rem 1.5rem;background:linear-gradient(135deg,#8fa88a,#6e8c6a);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:1rem}._actionButton_1svxy_1020:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8fa88a66}._actionButton_1svxy_1020:active{transform:translateY(0)}._loadingState_1svxy_868{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:400px}._loadingState_1svxy_868 p{font-size:1.2rem;color:#4a4b4a;margin-top:1rem}._errorState_1svxy_874{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;min-height:400px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;max-width:600px;margin:2rem auto}._errorState_1svxy_874 h2{color:#c0392b;font-size:1.5rem;margin:0 0 1rem}._errorState_1svxy_874 p{color:#4a4b4a;font-size:1rem;margin:0 0 2rem;line-height:1.6}._retryButton_1svxy_882{padding:.75rem 1.5rem;background:linear-gradient(135deg,#8fa88a,#6e8c6a);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:1rem}._retryButton_1svxy_882:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8fa88a66}._retryButton_1svxy_882:active{transform:translateY(0)}._scheduleContainer_1svxy_17{padding:0;min-height:calc(100vh - 200px);background:linear-gradient(135deg,#8fa88a08,#aebfb208)}._pageHeader_1svxy_1105{background:linear-gradient(135deg,#8fa88a,#aebfb2);padding:2.5rem 0;margin-bottom:2rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #8fa88a33}._pageHeader_1svxy_1105:before{content:"";position:absolute;top:-50%;right:-10%;width:40%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:_floatSlow_1svxy_1 15s ease-in-out infinite}._pageHeader_1svxy_1105:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#ffffff4d,#ffffff1a,#ffffff4d)}._headerContent_1svxy_1133{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;padding:0 2rem}._headerText_1svxy_1144{color:#fff}._pageTitle_1svxy_37{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;display:flex;align-items:center;gap:1rem;color:#fff!important;animation:_fadeInDown_1svxy_1 .6s ease;background:none;-webkit-background-clip:unset;-webkit-text-fill-color:white;background-clip:unset}._titleIcon_1svxy_1163{font-size:2.5rem;animation:_float_1svxy_1 3s ease-in-out infinite}._pageSubtitle_1svxy_47{font-size:1.1rem;margin:0;color:#ffffffe6;animation:_fadeInUp_1svxy_1 .6s ease .1s both}._headerActions_1svxy_1175{animation:_fadeInDown_1svxy_1 .6s ease .2s both}._viewToggle_1svxy_1179{display:flex;gap:.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem;border-radius:12px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(255,255,255,.18)}._viewToggle_1svxy_1179 button{padding:.75rem 1.5rem;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem;font-size:1rem}._viewToggle_1svxy_1179 button._active_1svxy_1203{background:#fff;color:#8fa88a;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}._viewToggle_1svxy_1179 button:hover:not(._active_1svxy_1203){background:#ffffff26;transform:translateY(-1px)}._viewToggle_1svxy_1179 button span:first-child{font-size:1.2rem}@media (max-width: 480px){._buttonText_1svxy_1218{display:none}}._statsGrid_1svxy_677{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:2rem 0 3rem;padding:0 2rem}._statCard_1svxy_28{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;display:flex;align-items:center;gap:1.5rem;transition:all .6s cubic-bezier(.4,0,.2,1);border:1px solid rgba(143,168,138,.1);position:relative;overflow:hidden;opacity:0;transform:translateY(40px) scale(.95)}._statCard_1svxy_28._isVisible_1svxy_87{opacity:1;transform:translateY(0) scale(1)}._statCard_1svxy_28:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#8fa88a,#aebfb2);transform:scaleY(0);transition:transform .4s ease}._statCard_1svxy_28:hover{transform:translateY(-8px);box-shadow:0 12px 40px #8fa88a33;border-color:#8fa88a}._statCard_1svxy_28:hover:before{transform:scaleY(1)}._statCard_1svxy_28:hover ._statIcon_1svxy_1269{transform:scale(1.1) rotate(5deg)}._statIcon_1svxy_1269{font-size:2.5rem;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#8fa88a1a,#aebfb21a);border-radius:12px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #8fa88a1a}._statContent_1svxy_1286{flex:1}._statValue_1svxy_1290{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#8fa88a,#aebfb2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}._statLabel_1svxy_730{font-size:.95rem;color:#4a4b4a;font-weight:600;letter-spacing:.5px}._filterTabs_1svxy_1308{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap;padding:0 2rem;animation:_fadeInUp_1svxy_1 .6s ease .4s both}._filterTabs_1svxy_1308 button{padding:1rem 2rem;border:2px solid #e2dfd9;background:#fff;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-weight:600;color:#1e1f1e;font-size:1rem;position:relative;overflow:hidden}._filterTabs_1svxy_1308 button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}._filterTabs_1svxy_1308 button:hover:before{left:100%}._filterTabs_1svxy_1308 button._active_1svxy_1203{background:linear-gradient(135deg,#8fa88a,#aebfb2);color:#fff;border-color:transparent;box-shadow:0 4px 20px #8fa88a4d;transform:translateY(-2px)}._filterTabs_1svxy_1308 button:hover:not(._active_1svxy_1203){border-color:#8fa88a;color:#8fa88a;transform:translateY(-2px);box-shadow:0 4px 12px #8fa88a1a}._appointmentsList_1svxy_68{display:flex;flex-direction:column;gap:1.5rem;padding:0 2rem 2rem}._appointmentCard_1svxy_73{background:#fff;border-radius:16px;padding:0;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(0,0,0,.08);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._appointmentCard_1svxy_73:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8fa88a,#aebfb2);opacity:1}._appointmentCard_1svxy_73:hover{box-shadow:0 12px 32px #0000001f,0 4px 16px #00000014;transform:translateY(-4px);border-color:#8fa88a4d}._appointmentCard_1svxy_73:hover ._patientAvatar_1svxy_124{transform:scale(1.05);box-shadow:0 6px 16px #8fa88a66}._appointmentCard_1svxy_73{animation:_fadeInUp_1svxy_1 .5s ease-out}._appointmentCard_1svxy_73:nth-child(1){animation-delay:.1s}._appointmentCard_1svxy_73:nth-child(2){animation-delay:.2s}._appointmentCard_1svxy_73:nth-child(3){animation-delay:.3s}._appointmentCard_1svxy_73:nth-child(4){animation-delay:.4s}._appointmentCard_1svxy_73:nth-child(5){animation-delay:.5s}._appointmentCard_1svxy_73:nth-child(6){animation-delay:.6s}._appointmentCard_1svxy_73:nth-child(7){animation-delay:.7s}._appointmentCard_1svxy_73:nth-child(8){animation-delay:.8s}._appointmentCard_1svxy_73:nth-child(9){animation-delay:.9s}._appointmentCard_1svxy_73:nth-child(10){animation-delay:1s}._cardStatusBadge_1svxy_1426{position:absolute;top:1rem;right:1rem;z-index:2}._cardContent_1svxy_92{padding:2rem;display:flex;flex-direction:column;gap:2rem}._patientSection_1svxy_106{display:flex;align-items:center;gap:1rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(0,0,0,.05)}._patientAvatar_1svxy_124{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#8fa88a,#aebfb2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.3rem;box-shadow:0 4px 12px #8fa88a4d;transition:all .3s cubic-bezier(.4,0,.2,1);border:3px solid white;flex-shrink:0}._patientName_1svxy_132{font-size:1.25rem;font-weight:700;color:#1e1f1e;margin:0 0 .25rem;letter-spacing:-.01em;line-height:1.3}._serviceName_1svxy_138{font-size:.875rem;color:#4a4b4a;margin:0;line-height:1.4}._dateTimeSection_1svxy_112{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#8fa88a0f,#8fa88a05);border-radius:12px;border:1px solid rgba(143,168,138,.1)}._dateTimeItem_1svxy_145{display:flex;align-items:center;gap:1rem}._dateTimeIcon_1svxy_1501{font-size:1.5rem;line-height:1;flex-shrink:0}._dateTimeContent_1svxy_1507{display:flex;flex-direction:column;gap:.25rem;flex:1}._dateTimeLabel_1svxy_1514{font-size:.75rem;color:#4a4b4a;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._dateTimeValue_1svxy_151{font-size:1rem;color:#1e1f1e;font-weight:700;line-height:1.3}._detailsGrid_1svxy_116{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._detailItem_1svxy_146{display:flex;align-items:flex-start;gap:.5rem;padding:1rem;background:#00000005;border-radius:8px;transition:all .2s ease}._detailItem_1svxy_146:hover{background:#0000000a;transform:translateY(-2px)}._detailIcon_1svxy_1549{font-size:1.25rem;line-height:1;flex-shrink:0;margin-top:.125rem}._detailContent_1svxy_1556{display:flex;flex-direction:column;gap:.25rem;flex:1}._detailLabel_1svxy_141{font-size:.75rem;color:#4a4b4a;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._detailValue_1svxy_152{font-size:.9375rem;color:#1e1f1e;font-weight:500;line-height:1.4}._timerSection_1svxy_1578{margin:1.5rem 0;padding:1rem;background:#8fa88a05;border-radius:12px;border:1px solid rgba(143,168,138,.1)}._notesSection_1svxy_120{padding:1rem;background:#00000005;border-radius:8px;border-left:3px solid #8fa88a}._notesLabel_1svxy_1593{font-size:.75rem;color:#4a4b4a;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.25rem}._notesText_1svxy_1603{font-size:.875rem;color:#1e1f1e;line-height:1.6;margin:0}._meetingLink_1svxy_1610{color:#8fa88a;text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.25rem;transition:all .2s ease}._meetingLink_1svxy_1610:hover{color:#73926d;gap:.5rem}._appointmentActions_1svxy_156{display:flex;gap:1rem;flex-wrap:wrap;padding:1.5rem 2rem;border-top:2px solid rgba(0,0,0,.05);background:#00000003;margin-top:1.5rem}._successButton_1svxy_162,._primaryButton_1svxy_165,._secondaryButton_1svxy_164{padding:.875rem 1.75rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1rem;border:none;position:relative;overflow:hidden}._successButton_1svxy_162:before,._primaryButton_1svxy_165:before,._secondaryButton_1svxy_164:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}._successButton_1svxy_162:hover:before,._primaryButton_1svxy_165:hover:before,._secondaryButton_1svxy_164:hover:before{width:300px;height:300px}._successButton_1svxy_162:active,._primaryButton_1svxy_165:active,._secondaryButton_1svxy_164:active{transform:scale(.98)}._successButton_1svxy_162{background:linear-gradient(135deg,#2e7d42,#6e8c6a);color:#fff;box-shadow:0 4px 15px #2e7d424d}._successButton_1svxy_162:hover{box-shadow:0 6px 25px #2e7d4266;transform:translateY(-2px)}._primaryButton_1svxy_165{background:linear-gradient(135deg,#8fa88a,#aebfb2);color:#fff;box-shadow:0 4px 15px #8fa88a4d}._primaryButton_1svxy_165:hover{box-shadow:0 6px 25px #8fa88a66;transform:translateY(-2px)}._secondaryButton_1svxy_164{background:#fff;color:#8fa88a;border:2px solid #8fa88a;box-shadow:0 2px 8px #0000000d}._secondaryButton_1svxy_164:hover{background:#8fa88a;color:#fff;box-shadow:0 4px 15px #8fa88a4d;transform:translateY(-2px)}._appointmentActions_1svxy_156{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:1rem}._videoCallButton_1svxy_161{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;border:none;border-radius:8px;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}._videoCallButton_1svxy_161{background-color:#364539;color:#fff;position:relative;overflow:hidden}._videoCallButton_1svxy_161:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.08),transparent);transition:left .6s ease}._videoCallButton_1svxy_161:hover:not(:disabled){background-color:#2a352e;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._videoCallButton_1svxy_161:hover:not(:disabled):before{left:100%}._videoCallButton_1svxy_161:active:not(:disabled){transform:translateY(-1px)}._videoCallButton_1svxy_161{padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;background:linear-gradient(135deg,#9daa96,#4d5a48);border:none;color:#fff;box-shadow:0 4px 12px #3b82f64d;cursor:pointer}._videoCallButton_1svxy_161:hover:not(:disabled){background:linear-gradient(135deg,#4d5a48 0% 100%);transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}._videoCallButton_1svxy_161:active:not(:disabled){transform:translateY(0)}._videoCallButton_1svxy_161._disabledButton_1svxy_1769{opacity:.6;cursor:not-allowed;background:linear-gradient(135deg,#7a7b7a,#616362)}._videoCallButton_1svxy_161._disabledButton_1svxy_1769:hover{transform:none;box-shadow:0 4px 12px #3b82f64d}._videoCallButton_1svxy_161:disabled{opacity:.6;cursor:not-allowed}._videoSessionsCard_1svxy_1783{grid-column:1/-1;background:linear-gradient(135deg,#f4f6f2,#e7ebe4);border:2px solid #9daa96;box-shadow:0 8px 24px #3b82f633}._videoSessionsCard_1svxy_1783 h3{color:#4d5a48;font-size:1.5rem;margin-bottom:1.5rem}._videoSessionsList_1svxy_1795{display:flex;flex-direction:column;gap:1rem}._videoSessionItem_1svxy_1801{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-radius:8px;border:1px solid rgba(59,130,246,.2);transition:all .3s ease}._videoSessionItem_1svxy_1801:hover{border-color:#9daa96;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}._videoSessionInfo_1svxy_1817{flex:1;display:flex;flex-direction:column;gap:.25rem}._videoSessionHeader_1svxy_1824{display:flex;justify-content:space-between;align-items:center;gap:1rem}._videoSessionPatient_1svxy_1831{font-weight:600;font-size:1.1rem;color:#1e1f1e}._videoSessionTime_1svxy_1837{background:#9daa96;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.875rem;font-weight:600;white-space:nowrap}._videoSessionDetails_1svxy_1847{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#4a4b4a}._videoJoinButton_1svxy_1855{background:linear-gradient(135deg,#9daa96,#4d5a48);color:#fff;border:none;padding:.5rem 1.5rem;font-weight:600;font-size:1rem;box-shadow:0 4px 12px #3b82f64d;white-space:nowrap;cursor:pointer;border-radius:8px;transition:all .3s ease}._videoJoinButton_1svxy_1855:hover{background:linear-gradient(135deg,#4d5a48 0% 100%);transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}._videoJoinButton_1svxy_1855:active{transform:translateY(0)}._emptyState_1svxy_1877{background:#fff;border-radius:12px;padding:4rem 2rem;text-align:center;box-shadow:0 4px 20px #00000014;margin:0 2rem 2rem;border:2px dashed #e2dfd9}._emptyIcon_1svxy_1887{font-size:5rem;margin-bottom:1.5rem;animation:_float_1svxy_1 3s ease-in-out infinite}._modalOverlay_1svxy_1893{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_1svxy_1 .3s ease}._modal_1svxy_1893{background:#fff;border-radius:12px;padding:2.5rem;max-width:600px;width:100%;box-shadow:0 20px 60px #0000004d;animation:_scaleIn_1svxy_1 .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._modal_1svxy_1893:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8fa88a,#aebfb2)}._modal_1svxy_1893 h3{margin:0 0 .5rem;color:#1e1f1e;font-size:1.75rem;font-weight:700}._modalSubtext_1svxy_1936{color:#4a4b4a;margin:0 0 2rem;font-size:1rem}._notesTextarea_1svxy_1942{width:100%;padding:1.25rem;border:2px solid #e2dfd9;border-radius:8px;font-family:inherit;font-size:1rem;resize:vertical;margin-bottom:2rem;transition:all .3s ease;line-height:1.6}._notesTextarea_1svxy_1942:focus{outline:none;border-color:#8fa88a;box-shadow:0 0 0 4px #8fa88a1a}._modalActions_1svxy_1960{display:flex;gap:1rem;justify-content:flex-end}@keyframes _fadeInDown_1svxy_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInUp_1svxy_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_1svxy_1{0%{opacity:0}to{opacity:1}}@keyframes _scaleIn_1svxy_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes _float_1svxy_1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}@keyframes _floatSlow_1svxy_1{0%,to{transform:translate(0)}50%{transform:translate(-20px,20px)}}@media (max-width: 768px){._pageHeader_1svxy_1105{padding:2rem 0 3rem}._pageTitle_1svxy_37{font-size:2rem}._headerContent_1svxy_1133{flex-direction:column;align-items:flex-start}._statsGrid_1svxy_677{grid-template-columns:repeat(2,1fr)}._appointmentHeader_1svxy_2034{flex-direction:column;gap:1rem}._modalActions_1svxy_1960{flex-direction:column}._modalActions_1svxy_1960 button{width:100%}._filterTabs_1svxy_1308 button{flex:1;min-width:120px}}@media (max-width: 480px){._statsGrid_1svxy_677{grid-template-columns:1fr}._statCard_1svxy_28{padding:1.5rem}._statIcon_1svxy_1269{width:60px;height:60px;font-size:2rem}._statValue_1svxy_1290{font-size:2rem}}._profileCard_1svxy_27,._dashboardCard_1svxy_979,._statCard_1svxy_28,._appointmentCard_1svxy_73,._patientCard_1svxy_74,._noteCard_1svxy_29,._modal_1svxy_1893{background:linear-gradient(145deg,#ffffffb8,#8fa88a24);border:1px solid rgba(143,168,138,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}._dashboardCard_1svxy_979,._statCard_1svxy_28,._appointmentCard_1svxy_73,._patientCard_1svxy_74,._noteCard_1svxy_29{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._dashboardCard_1svxy_979:hover,._statCard_1svxy_28:hover,._appointmentCard_1svxy_73:hover,._patientCard_1svxy_74:hover,._noteCard_1svxy_29:hover{transform:translateY(-3px);border-color:#8fa88a73;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}._profileCard_1svxy_27,._dashboardCard_1svxy_979,._statCard_1svxy_28,._appointmentCard_1svxy_73,._videoSessionsCard_1svxy_1783,._patientCard_1svxy_74,._patientNoteCard_1svxy_2102,._noteCard_1svxy_29,._modal_1svxy_1893{background:linear-gradient(145deg,#ffffffd1,#8fa88a24);border:1px solid rgba(143,168,138,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(143,168,138,.24)}._editButton_1svxy_167,._saveButton_1svxy_818,._cancelButton_1svxy_843,._retryButton_1svxy_882,._actionButton_1svxy_1020,._successButton_1svxy_162,._primaryButton_1svxy_165,._secondaryButton_1svxy_164,._videoCallButton_1svxy_161,._videoJoinButton_1svxy_1855,._closeButton_1svxy_2123,._deleteButton_1svxy_168,._viewButton_1svxy_166,._dangerButton_1svxy_163,._viewAllButton_1svxy_2127,._calendarNavButton_1svxy_2128,._uploadButton_1svxy_375,._placeholderUploadButton_1svxy_343{border-radius:10px;font-weight:600;border:1px solid rgba(67,83,67,.24);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._editButton_1svxy_167:focus,._saveButton_1svxy_818:focus,._cancelButton_1svxy_843:focus,._retryButton_1svxy_882:focus,._actionButton_1svxy_1020:focus,._successButton_1svxy_162:focus,._primaryButton_1svxy_165:focus,._secondaryButton_1svxy_164:focus,._videoCallButton_1svxy_161:focus,._videoJoinButton_1svxy_1855:focus,._closeButton_1svxy_2123:focus,._deleteButton_1svxy_168:focus,._viewButton_1svxy_166:focus,._dangerButton_1svxy_163:focus,._viewAllButton_1svxy_2127:focus,._calendarNavButton_1svxy_2128:focus,._uploadButton_1svxy_375:focus,._placeholderUploadButton_1svxy_343:focus{outline:none}._editButton_1svxy_167:focus-visible,._saveButton_1svxy_818:focus-visible,._cancelButton_1svxy_843:focus-visible,._retryButton_1svxy_882:focus-visible,._actionButton_1svxy_1020:focus-visible,._successButton_1svxy_162:focus-visible,._primaryButton_1svxy_165:focus-visible,._secondaryButton_1svxy_164:focus-visible,._videoCallButton_1svxy_161:focus-visible,._videoJoinButton_1svxy_1855:focus-visible,._closeButton_1svxy_2123:focus-visible,._deleteButton_1svxy_168:focus-visible,._viewButton_1svxy_166:focus-visible,._dangerButton_1svxy_163:focus-visible,._viewAllButton_1svxy_2127:focus-visible,._calendarNavButton_1svxy_2128:focus-visible,._uploadButton_1svxy_375:focus-visible,._placeholderUploadButton_1svxy_343:focus-visible{box-shadow:0 0 0 3px #9daa962e}._editButton_1svxy_167:active:not(:disabled),._saveButton_1svxy_818:active:not(:disabled),._cancelButton_1svxy_843:active:not(:disabled),._retryButton_1svxy_882:active:not(:disabled),._actionButton_1svxy_1020:active:not(:disabled),._successButton_1svxy_162:active:not(:disabled),._primaryButton_1svxy_165:active:not(:disabled),._secondaryButton_1svxy_164:active:not(:disabled),._videoCallButton_1svxy_161:active:not(:disabled),._videoJoinButton_1svxy_1855:active:not(:disabled),._closeButton_1svxy_2123:active:not(:disabled),._deleteButton_1svxy_168:active:not(:disabled),._viewButton_1svxy_166:active:not(:disabled),._dangerButton_1svxy_163:active:not(:disabled),._viewAllButton_1svxy_2127:active:not(:disabled),._calendarNavButton_1svxy_2128:active:not(:disabled),._uploadButton_1svxy_375:active:not(:disabled),._placeholderUploadButton_1svxy_343:active:not(:disabled){transform:translateY(0)}._editButton_1svxy_167:disabled,._saveButton_1svxy_818:disabled,._cancelButton_1svxy_843:disabled,._retryButton_1svxy_882:disabled,._actionButton_1svxy_1020:disabled,._successButton_1svxy_162:disabled,._primaryButton_1svxy_165:disabled,._secondaryButton_1svxy_164:disabled,._videoCallButton_1svxy_161:disabled,._videoJoinButton_1svxy_1855:disabled,._closeButton_1svxy_2123:disabled,._deleteButton_1svxy_168:disabled,._viewButton_1svxy_166:disabled,._dangerButton_1svxy_163:disabled,._viewAllButton_1svxy_2127:disabled,._calendarNavButton_1svxy_2128:disabled,._uploadButton_1svxy_375:disabled,._placeholderUploadButton_1svxy_343:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._editButton_1svxy_167,._saveButton_1svxy_818,._cancelButton_1svxy_843,._retryButton_1svxy_882,._actionButton_1svxy_1020,._successButton_1svxy_162,._primaryButton_1svxy_165,._secondaryButton_1svxy_164,._videoCallButton_1svxy_161,._videoJoinButton_1svxy_1855,._closeButton_1svxy_2123,._deleteButton_1svxy_168,._viewButton_1svxy_166,._dangerButton_1svxy_163,._viewAllButton_1svxy_2127,._calendarNavButton_1svxy_2128,._uploadButton_1svxy_375,._placeholderUploadButton_1svxy_343{background:linear-gradient(145deg,#ffffffd1,#8fa88a24);border:1px solid rgba(143,168,138,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(143,168,138,.3);color:#1e1f1e;box-shadow:0 8px 18px #8fa88a24}._editButton_1svxy_167:hover:not(:disabled),._saveButton_1svxy_818:hover:not(:disabled),._cancelButton_1svxy_843:hover:not(:disabled),._retryButton_1svxy_882:hover:not(:disabled),._actionButton_1svxy_1020:hover:not(:disabled),._successButton_1svxy_162:hover:not(:disabled),._primaryButton_1svxy_165:hover:not(:disabled),._secondaryButton_1svxy_164:hover:not(:disabled),._videoCallButton_1svxy_161:hover:not(:disabled),._videoJoinButton_1svxy_1855:hover:not(:disabled),._closeButton_1svxy_2123:hover:not(:disabled),._deleteButton_1svxy_168:hover:not(:disabled),._viewButton_1svxy_166:hover:not(:disabled),._dangerButton_1svxy_163:hover:not(:disabled),._viewAllButton_1svxy_2127:hover:not(:disabled),._calendarNavButton_1svxy_2128:hover:not(:disabled),._uploadButton_1svxy_375:hover:not(:disabled),._placeholderUploadButton_1svxy_343:hover:not(:disabled){transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._editButton_1svxy_167:hover:not(:disabled):hover,._saveButton_1svxy_818:hover:not(:disabled):hover,._cancelButton_1svxy_843:hover:not(:disabled):hover,._retryButton_1svxy_882:hover:not(:disabled):hover,._actionButton_1svxy_1020:hover:not(:disabled):hover,._successButton_1svxy_162:hover:not(:disabled):hover,._primaryButton_1svxy_165:hover:not(:disabled):hover,._secondaryButton_1svxy_164:hover:not(:disabled):hover,._videoCallButton_1svxy_161:hover:not(:disabled):hover,._videoJoinButton_1svxy_1855:hover:not(:disabled):hover,._closeButton_1svxy_2123:hover:not(:disabled):hover,._deleteButton_1svxy_168:hover:not(:disabled):hover,._viewButton_1svxy_166:hover:not(:disabled):hover,._dangerButton_1svxy_163:hover:not(:disabled):hover,._viewAllButton_1svxy_2127:hover:not(:disabled):hover,._calendarNavButton_1svxy_2128:hover:not(:disabled):hover,._uploadButton_1svxy_375:hover:not(:disabled):hover,._placeholderUploadButton_1svxy_343:hover:not(:disabled):hover{transform:translateY(-3px);border-color:#8fa88a73;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}._editButton_1svxy_167:hover:not(:disabled),._saveButton_1svxy_818:hover:not(:disabled),._cancelButton_1svxy_843:hover:not(:disabled),._retryButton_1svxy_882:hover:not(:disabled),._actionButton_1svxy_1020:hover:not(:disabled),._successButton_1svxy_162:hover:not(:disabled),._primaryButton_1svxy_165:hover:not(:disabled),._secondaryButton_1svxy_164:hover:not(:disabled),._videoCallButton_1svxy_161:hover:not(:disabled),._videoJoinButton_1svxy_1855:hover:not(:disabled),._closeButton_1svxy_2123:hover:not(:disabled),._deleteButton_1svxy_168:hover:not(:disabled),._viewButton_1svxy_166:hover:not(:disabled),._dangerButton_1svxy_163:hover:not(:disabled),._viewAllButton_1svxy_2127:hover:not(:disabled),._calendarNavButton_1svxy_2128:hover:not(:disabled),._uploadButton_1svxy_375:hover:not(:disabled),._placeholderUploadButton_1svxy_343:hover:not(:disabled){color:#1e1f1e}._patientsContainer_1svxy_62{padding:0;min-height:calc(100vh - 200px);background:linear-gradient(135deg,#8fa88a08,#aebfb208)}._searchFilterSection_1svxy_2319{display:flex;flex-direction:column;gap:1.5rem;margin:2rem 0 3rem;padding:0 2rem;animation:_fadeInUp_1svxy_1 .6s ease .5s both}._searchBox_1svxy_2328{position:relative;width:100%;max-width:600px}._searchIcon_1svxy_2334{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);font-size:1.25rem;pointer-events:none}._searchInput_1svxy_2343{width:100%;padding:1rem 1rem 1rem 3.5rem;border:2px solid #e2dfd9;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fff}._searchInput_1svxy_2343:focus{outline:none;border-color:#8fa88a;box-shadow:0 0 0 4px #8fa88a1a}._searchInput_1svxy_2343::placeholder{color:#4a4b4a}._patientsList_1svxy_174{display:flex;flex-direction:column;gap:1.5rem;padding:0 2rem 2rem}._patientCard_1svxy_74{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;border:1px solid #e2dfd9;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._patientCard_1svxy_74:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#8fa88a,#aebfb2);transform:scaleX(0);transition:transform .4s ease}._patientCard_1svxy_74:hover{box-shadow:0 12px 40px #8fa88a26;transform:translateY(-4px);border-color:#8fa88a}._patientCard_1svxy_74:hover:before{transform:scaleX(1)}._patientCard_1svxy_74:hover ._patientAvatar_1svxy_124{transform:scale(1.05)}._patientCardHeader_1svxy_184{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e2dfd9}._patientInfo_1svxy_2410{display:flex;gap:1.25rem;align-items:center}._patientDetails_1svxy_1448{flex:1}._patientName_1svxy_132{font-size:1.5rem;font-weight:700;color:#1e1f1e;margin:0 0 .5rem}._patientMeta_1svxy_2427{font-size:.95rem;color:#4a4b4a;margin:0}._statusBadge_1svxy_463{padding:.5rem 1rem;border-radius:8px;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}._statusActive_1svxy_2442{background:#2e7d421a;color:#2e7d42;border:2px solid #2e7d42}._statusCompleted_1svxy_2448{background:#8fa88a1a;color:#8fa88a;border:2px solid #8fa88a}._statusInactive_1svxy_2454{background:#4a4b4a1a;color:#4a4b4a;border:2px solid #4a4b4a}._patientCardBody_1svxy_180{margin-bottom:1.5rem}._infoGrid_1svxy_2464{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-bottom:1.5rem}._infoItem_1svxy_2471{display:flex;flex-direction:column;gap:.25rem}._infoLabel_1svxy_2477{font-size:.875rem;color:#4a4b4a;font-weight:600}._infoValue_1svxy_2483{font-size:1rem;color:#1e1f1e;font-weight:500}._sessionStats_1svxy_2489{display:flex;gap:2rem;padding:1.5rem;background:linear-gradient(135deg,#8fa88a0d,#aebfb20d);border-radius:8px;margin-bottom:1.5rem}._sessionStat_1svxy_2489{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}._sessionStatValue_1svxy_2506{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#8fa88a,#aebfb2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._sessionStatLabel_1svxy_2515{font-size:.875rem;color:#4a4b4a;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._dateInfo_1svxy_2523{display:flex;gap:2rem;padding:1rem 0}._dateItem_1svxy_2529{display:flex;flex-direction:column;gap:.25rem}._dateLabel_1svxy_2535{font-size:.875rem;color:#4a4b4a;font-weight:600}._dateValue_1svxy_2541{font-size:1rem;color:#1e1f1e;font-weight:600}._patientCardActions_1svxy_188{display:flex;gap:1rem;padding-top:1.5rem;border-top:2px solid #e2dfd9}._modalHeader_1svxy_2554{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._modalHeader_1svxy_2554 h3{margin:0;font-size:1.75rem;font-weight:700;color:#1e1f1e}._closeButton_1svxy_2123{width:40px;height:40px;border:none;background:#c0392b1a;color:#c0392b;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}._closeButton_1svxy_2123:hover{background:#c0392b;color:#fff;transform:rotate(90deg)}._modalBody_1svxy_2587{max-height:70vh;overflow-y:auto;padding-right:.5rem}._modalBody_1svxy_2587::-webkit-scrollbar{width:8px}._modalBody_1svxy_2587::-webkit-scrollbar-track{background:#e2dfd9;border-radius:4px}._modalBody_1svxy_2587::-webkit-scrollbar-thumb{background:#8fa88a;border-radius:4px}._modalBody_1svxy_2587::-webkit-scrollbar-thumb:hover{background:#6e8c6a}._patientDetailSection_1svxy_2607{margin-bottom:2rem}._detailsGrid_1svxy_116{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}._detailItem_1svxy_146{display:flex;flex-direction:column;gap:.5rem}._detailItem_1svxy_146 strong{font-size:.875rem;color:#4a4b4a;font-weight:600;text-transform:uppercase;letter-spacing:.5px}._detailItem_1svxy_146 span{font-size:1rem;color:#1e1f1e;font-weight:500}@media (max-width: 768px){._searchFilterSection_1svxy_2319{padding:0 1rem}._patientsList_1svxy_174{padding:0 1rem 2rem}._patientCard_1svxy_74{padding:1.5rem}._patientCardHeader_1svxy_184{flex-direction:column;gap:1rem}._infoGrid_1svxy_2464{grid-template-columns:1fr}._sessionStats_1svxy_2489,._dateInfo_1svxy_2523{flex-direction:column;gap:1rem}._patientCardActions_1svxy_188{flex-direction:column}._patientCardActions_1svxy_188 button{width:100%}}@media (max-width: 480px){._searchBox_1svxy_2328{max-width:100%}}._notesContainer_1svxy_18{padding:2rem 0;min-height:calc(100vh - 200px)}._notesList_1svxy_175{display:grid;gap:1.5rem;padding:2rem 0}._noteCard_1svxy_29{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;transition:all .2s;border:1px solid #e2dfd9}._noteCard_1svxy_29:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}._noteHeader_1svxy_2697{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2dfd9}@media (max-width: 768px){._noteHeader_1svxy_2697{flex-direction:column;gap:1rem}}._noteInfo_1svxy_2712{flex:1}._noteTitle_1svxy_133{font-size:1.25rem;font-weight:700;color:#1e1f1e;margin:0 0 .5rem}._noteMeta_1svxy_139{font-size:.9rem;color:#4a4b4a}._noteRating_1svxy_2728{display:flex;align-items:center;gap:.5rem;background:#9daa9614;padding:.5rem 1rem;border-radius:8px}._noteRating_1svxy_2728 ._ratingLabel_1svxy_2736{font-size:.875rem;color:#4a4b4a}._noteRating_1svxy_2728 ._ratingValue_1svxy_2740{font-size:1.25rem;font-weight:700;color:#9daa96}._noteContent_1svxy_2746{margin-bottom:1rem}._soapPreview_1svxy_2750{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}._soapItem_1svxy_2757{display:flex;gap:.75rem;align-items:flex-start}._soapItem_1svxy_2757 ._soapLabel_1svxy_2762{font-weight:600;color:#1e1f1e;flex-shrink:0;min-width:40px}._soapItem_1svxy_2757 ._soapText_1svxy_2768{color:#4a4b4a;line-height:1.5}._noteFooter_1svxy_2773{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;color:#7a7b7a;padding-top:.75rem;border-top:1px solid #ebe8e3}@media (max-width: 768px){._noteFooter_1svxy_2773{flex-direction:column;gap:.5rem;align-items:flex-start}}._noteActions_1svxy_189{display:flex;gap:.75rem;justify-content:flex-end}@media (max-width: 768px){._noteActions_1svxy_189{flex-direction:column}}._viewButton_1svxy_166,._editButton_1svxy_167,._deleteButton_1svxy_168{padding:.5rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;border:none;cursor:pointer;transition:all .2s}@media (max-width: 768px){._viewButton_1svxy_166,._editButton_1svxy_167,._deleteButton_1svxy_168{width:100%}}._viewButton_1svxy_166{background:#fff;color:#9daa96;border:1px solid #9daa96}._viewButton_1svxy_166:hover{background:#9daa961a}._editButton_1svxy_167{background:#fff;color:#2e7d42;border:1px solid #2e7d42}._editButton_1svxy_167:hover{background:#2e7d421f}._deleteButton_1svxy_168{background:#fff;color:#c0392b;border:1px solid #c0392b}._deleteButton_1svxy_168:hover{background:#c0392b14}._noteDetailHeader_1svxy_2847{background:#f6efe7;padding:1rem;border-radius:8px;margin-bottom:1.5rem}._noteDetailMeta_1svxy_2854{display:flex;gap:.5rem;color:#4a4b4a;font-size:.9rem;margin-bottom:.5rem}._noteDetailRating_1svxy_2862{font-size:.95rem;color:#1e1f1e}._noteDetailRating_1svxy_2862 strong{color:#9daa96;font-size:1.1rem}._soapFull_1svxy_2871{display:flex;flex-direction:column;gap:1.5rem}._soapFullSection_1svxy_2877 h4{font-size:1.1rem;font-weight:700;color:#1e1f1e;margin-bottom:.75rem}._soapFullSection_1svxy_2877 p{color:#1e1f1e;line-height:1.6;margin:0}._noteDetailFooter_1svxy_2889{display:flex;justify-content:space-between;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e2dfd9;font-size:.875rem;color:#4a4b4a}@media (max-width: 768px){._noteDetailFooter_1svxy_2889{flex-direction:column;gap:.5rem}}._confirmModal_1svxy_2905{background:#fff;border-radius:12px;padding:2rem;max-width:450px;width:90%;text-align:center}._confirmModal_1svxy_2905 h3{margin:0 0 1rem;color:#c0392b;font-size:1.5rem}._confirmModal_1svxy_2905 p{margin:0 0 2rem;color:#4a4b4a;line-height:1.6}._confirmActions_1svxy_2924{display:flex;gap:1rem;justify-content:center}@media (max-width: 768px){._confirmActions_1svxy_2924{flex-direction:column-reverse}}._dangerButton_1svxy_163{background:#c0392b;color:#fff;padding:.75rem 2rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .2s}._dangerButton_1svxy_163:hover{background:#c0392b}@media (max-width: 768px){._dangerButton_1svxy_163{width:100%}}._filterGroup_1svxy_2954{display:flex;align-items:center;gap:.5rem}._filterGroup_1svxy_2954 label{font-weight:500;color:#1e1f1e;font-size:.9rem}._filterSelect_1svxy_2965{padding:.5rem 1rem;border:1px solid #c8c5c0;border-radius:8px;font-size:.95rem;cursor:pointer;min-width:150px}._filterSelect_1svxy_2965:focus{outline:none;border-color:#9daa96;box-shadow:0 0 0 3px #3b82f61a}@media (max-width: 768px){._notesContainer_1svxy_18{padding:1rem 0}._noteCard_1svxy_29{padding:1rem}._noteTitle_1svxy_133{font-size:1.1rem}._searchFilterSection_1svxy_2319{flex-direction:column;gap:1rem}._filterGroup_1svxy_2954{width:100%}._filterGroup_1svxy_2954 ._filterSelect_1svxy_2965{flex:1}}._notesList_1svxy_175{display:flex;flex-direction:column;gap:.75rem}._noteItem_1svxy_3006{background:#f6efe7;padding:.75rem;border-radius:8px;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;opacity:0;transform:translate(-20px)}._noteItem_1svxy_3006._isVisible_1svxy_87{opacity:1;transform:translate(0)}._noteItem_1svxy_3006:hover{background:#ebe8e3;transform:translate(4px);box-shadow:0 2px 8px #0000001a}._noteItem_1svxy_3006._isVisible_1svxy_87:hover{transform:translate(4px)}._noteItemHeader_1svxy_3028{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}._notePatient_1svxy_3035{font-weight:600;color:#1e1f1e;font-size:.95rem}._noteRating_1svxy_2728{font-weight:700;color:#9daa96;font-size:.9rem}._noteItemMeta_1svxy_3047{font-size:.85rem;color:#4a4b4a}._viewAllButton_1svxy_2127{width:100%;padding:.75rem;margin-top:.5rem;background:#fff;border:1px solid #c8c5c0;border-radius:8px;color:#9daa96;font-weight:500;cursor:pointer;transition:all .2s}._viewAllButton_1svxy_2127:hover{background:#9daa961a;border-color:#9daa96}._dashboardContainer_1svxy_937{max-width:90rem;margin:0 auto;padding-inline:var(--tp-page-gutter, 1rem)}._dashboardHeader_1svxy_943{margin-bottom:clamp(1.25rem,2.5vw,2rem)}._welcomeTitle_1svxy_955{font-size:clamp(1.75rem,2.6vw,2.4rem);line-height:1.2}._welcomeSubtitle_1svxy_966{font-size:clamp(1rem,1.25vw,1.125rem);max-width:65ch}._statsGrid_1svxy_677,._dashboardGrid_1svxy_972{gap:clamp(.85rem,1.8vw,1.25rem)}._statCard_1svxy_28,._dashboardCard_1svxy_979{padding:var(--tp-card-padding-lg, 1.5rem);border-radius:var(--tp-surface-radius-lg, 20px)}._dashboardCardHeader_1svxy_3100,._dashboardInlineRow_1svxy_3101,._dashboardActionList_1svxy_3102,._dashboardMetaStack_1svxy_3103{display:flex;align-items:center;gap:.75rem}._dashboardCardHeader_1svxy_3100{justify-content:space-between;margin-bottom:1rem}._dashboardMetaStack_1svxy_3103{display:grid;gap:.65rem;margin-top:1rem}._dashboardInlineStatRow_1svxy_3120{display:flex;justify-content:space-between;align-items:center;gap:1rem}._dashboardBodyText_1svxy_3127{font-size:.95rem;line-height:1.65;color:#4a4b4a}._inlineIcon_1svxy_3133{margin-right:.45rem;vertical-align:middle}._actionButton_1svxy_1020,._videoJoinButton_1svxy_1855,._viewAllButton_1svxy_2127{min-height:44px}@media (max-width: 1024px){._statCard_1svxy_28,._dashboardCard_1svxy_979{padding:var(--tp-card-padding, 1rem)}}@media (max-width: 380px){._dashboardContainer_1svxy_937{padding-inline:.75rem}}@media (max-width: 768px){._welcomeTitle_1svxy_955{font-size:clamp(1.35rem,5.8vw,2rem);line-height:1.2;overflow-wrap:anywhere}._welcomeSubtitle_1svxy_966{font-size:.95rem;line-height:1.55}}._actionButton_1svxy_1020,._retryButton_1svxy_882,._primaryButton_1svxy_165,._videoJoinButton_1svxy_1855{border-radius:10px;font-weight:600;border:1px solid rgba(67,83,67,.24);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._actionButton_1svxy_1020:focus,._retryButton_1svxy_882:focus,._primaryButton_1svxy_165:focus,._videoJoinButton_1svxy_1855:focus{outline:none}._actionButton_1svxy_1020:focus-visible,._retryButton_1svxy_882:focus-visible,._primaryButton_1svxy_165:focus-visible,._videoJoinButton_1svxy_1855:focus-visible{box-shadow:0 0 0 3px #9daa962e}._actionButton_1svxy_1020:active:not(:disabled),._retryButton_1svxy_882:active:not(:disabled),._primaryButton_1svxy_165:active:not(:disabled),._videoJoinButton_1svxy_1855:active:not(:disabled){transform:translateY(0)}._actionButton_1svxy_1020:disabled,._retryButton_1svxy_882:disabled,._primaryButton_1svxy_165:disabled,._videoJoinButton_1svxy_1855:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._actionButton_1svxy_1020,._retryButton_1svxy_882,._primaryButton_1svxy_165,._videoJoinButton_1svxy_1855{background:linear-gradient(135deg,#8fa88ae0,#6e8c6ae6);color:#fff;border-color:#8fa88a6b;box-shadow:0 8px 20px #8fa88a3d,inset 0 1px #ffffff38}._actionButton_1svxy_1020:hover:not(:disabled),._retryButton_1svxy_882:hover:not(:disabled),._primaryButton_1svxy_165:hover:not(:disabled),._videoJoinButton_1svxy_1855:hover:not(:disabled){background:linear-gradient(135deg,#6e8c6aeb,#6e8c6adb);transform:translateY(-1px);box-shadow:0 12px 26px #8fa88a57,inset 0 1px #ffffff47}._secondaryButton_1svxy_164,._viewAllButton_1svxy_2127{border-radius:10px;font-weight:600;border:1px solid rgba(67,83,67,.24);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._secondaryButton_1svxy_164:focus,._viewAllButton_1svxy_2127:focus{outline:none}._secondaryButton_1svxy_164:focus-visible,._viewAllButton_1svxy_2127:focus-visible{box-shadow:0 0 0 3px #9daa962e}._secondaryButton_1svxy_164:active:not(:disabled),._viewAllButton_1svxy_2127:active:not(:disabled){transform:translateY(0)}._secondaryButton_1svxy_164:disabled,._viewAllButton_1svxy_2127:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._secondaryButton_1svxy_164,._viewAllButton_1svxy_2127{background:linear-gradient(135deg,#ffffffc7,#8fa88a29);color:#8fa88a;border-color:#8fa88a61;box-shadow:0 7px 18px #8fa88a1f,inset 0 1px #ffffff73}._secondaryButton_1svxy_164:hover:not(:disabled),._viewAllButton_1svxy_2127:hover:not(:disabled){background:linear-gradient(135deg,#ffffffd6,#8fa88a38);border-color:#8fa88a;transform:translateY(-1px);box-shadow:0 10px 22px #8fa88a2e,inset 0 1px #ffffff85}._statsContent_1svxy_3267{display:flex;flex-direction:column;gap:1rem}._statsContent_1svxy_3267 ._statItem_1svxy_684{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#f6efe7;border-radius:8px}._statsContent_1svxy_3267 ._statItem_1svxy_684 ._statValue_1svxy_1290{font-size:2rem;font-weight:700;color:#9daa96;margin-bottom:.25rem}._statsContent_1svxy_3267 ._statItem_1svxy_684 ._statLabel_1svxy_730{font-size:.875rem;color:#4a4b4a;text-align:center}._tabsContainer_1svxy_3292{display:flex;border-bottom:2px solid #e2dfd9;margin:0 -2rem;padding:0 2rem;gap:1rem}._tab_1svxy_3292{padding:1rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;font-weight:500;color:#4a4b4a;cursor:pointer;transition:all .2s;margin-bottom:-2px}._tab_1svxy_3292:hover{color:#9daa96;background:#f6efe7}._tab_1svxy_3292._tabActive_1svxy_3315{color:#9daa96;border-bottom-color:#9daa96}._notesTabContent_1svxy_3320{padding:1rem 0}._notesTabHeader_1svxy_3324{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._notesTabHeader_1svxy_3324 h4{margin:0;font-size:1.2rem;color:#1e1f1e}._patientNotesList_1svxy_3336{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto}._patientNoteCard_1svxy_2102{background:#f6efe7;border:1px solid #e2dfd9;border-radius:8px;padding:1rem;transition:all .2s}._patientNoteCard_1svxy_2102:hover{border-color:#9daa96;box-shadow:0 2px 8px #3b82f61a}._patientNoteHeader_1svxy_3356{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._patientNoteSession_1svxy_3363{font-weight:700;color:#1e1f1e;font-size:1rem}._patientNoteRating_1svxy_3369{background:#9daa961a;color:#9daa96;padding:.25rem .75rem;border-radius:12px;font-weight:700;font-size:.9rem}._patientNoteDate_1svxy_3378{color:#4a4b4a;font-size:.875rem;margin-bottom:.75rem}._patientNotePreview_1svxy_3384 p{margin:.5rem 0;font-size:.9rem;color:#1e1f1e;line-height:1.5}._patientNotePreview_1svxy_3384 p strong{color:#1e1f1e}._sessionsTabContent_1svxy_3394{padding:1rem 0}._sessionsTabContent_1svxy_3394 h4{margin:0 0 1rem;font-size:1.2rem;color:#1e1f1e}._calendarContainer_1svxy_3403{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2rem;margin-top:2rem}._calendarHeader_1svxy_3411{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e2dfd9}._calendarNavButton_1svxy_2128{background:#8fa88a;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}._calendarNavButton_1svxy_2128:hover{background:#6e8c6a;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}._calendarNavButton_1svxy_2128:active{transform:translateY(0)}._calendarTitle_1svxy_3440{font-size:1.8rem;font-weight:700;color:#1e1f1e;margin:0}._calendarGrid_1svxy_3447{display:flex;flex-direction:column;gap:0}._calendarWeekHeader_1svxy_3453{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;margin-bottom:1rem}._calendarDayHeader_1svxy_3460{padding:1rem;text-align:center;font-weight:700;color:#4a4b4a;background:#f6efe7;border-radius:8px;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}._calendarDays_1svxy_3472{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#ebe8e3;border-radius:12px;overflow:hidden}._calendarDay_1svxy_3460{background:#fff;min-height:120px;padding:.75rem;border:1px solid #e2dfd9;position:relative;transition:all .2s ease}._calendarDay_1svxy_3460:hover{background:#f6efe7}._calendarDayOtherMonth_1svxy_3493{background:#f6efe7;color:#7a7b7a}._calendarDayOtherMonth_1svxy_3493 ._calendarDayNumber_1svxy_3497{color:#7a7b7a}._calendarDayToday_1svxy_3501{background:linear-gradient(135deg,#f4f6f2,#e7ebe4);border:2px solid #8fa88a}._calendarDayToday_1svxy_3501 ._calendarDayNumber_1svxy_3497{background:#8fa88a;color:#fff;font-weight:700}._calendarDayNumber_1svxy_3497{font-size:1.1rem;font-weight:600;color:#1e1f1e;margin-bottom:.5rem;display:inline-block;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}._calendarDayAppointments_1svxy_3525{display:flex;flex-direction:column;gap:2px;max-height:80px;overflow-y:auto}._calendarDayIndicators_1svxy_3533{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:6px;flex-wrap:wrap}._appointmentDot_1svxy_3542{width:8px;height:8px;border-radius:50%;transition:all .2s ease}._appointmentDot_1svxy_3542._statusUpcoming_1svxy_3548,._appointmentDot_1svxy_3542._statusScheduled_1svxy_3548{background:#8fa88a}._appointmentDot_1svxy_3542._statusConfirmed_1svxy_3551{background:#2e7d42}._appointmentDot_1svxy_3542._statusCompleted_1svxy_2448{background:#2e7d42;opacity:.6}._appointmentDot_1svxy_3542._statusCancelled_1svxy_3558{background:#c0392b;opacity:.5}._appointmentDot_1svxy_3542._statusNoShow_1svxy_3562{background:#d4841a;opacity:.6}._moreIndicator_1svxy_3567{font-size:.65rem;color:#4a4b4a;font-weight:600;margin-left:2px}._statusUpcoming_1svxy_3548{background:#9daa96!important;border-left-color:#4d5a48!important}._statusCompleted_1svxy_2448{background:#2e7d42!important;border-left-color:#6e8c6a!important}._statusCancelled_1svxy_3558{background:#c0392b!important;border-left-color:#c0392b!important}._statusNoShow_1svxy_3562{background:#d4841a!important;border-left-color:#d4841a!important}@media (max-width: 768px){._calendarContainer_1svxy_3403{padding:1rem}._calendarDay_1svxy_3460{min-height:80px;padding:.5rem}._calendarDayNumber_1svxy_3497{font-size:.9rem;width:24px;height:24px}._appointmentDot_1svxy_3542{width:6px;height:6px}._moreIndicator_1svxy_3567{font-size:.6rem}}._root_e5fvl_1{display:flex;flex-direction:column;min-height:calc(100dvh - 5.5rem);min-height:calc(100vh - 5.5rem);font-family:var(--cs-font-body);color:var(--cs-on-surface)}@media (min-width: 900px){._root_e5fvl_1{max-height:calc(100dvh - 5.5rem);max-height:calc(100vh - 5.5rem)}}._inner_e5fvl_16{flex:1;min-height:0;display:flex;flex-direction:column;max-width:80rem;margin:0 auto;width:100%}._statsStrip_e5fvl_26{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.65rem;margin-bottom:1.15rem;flex-shrink:0}@media (max-width: 1024px){._statsStrip_e5fvl_26{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 480px){._statsStrip_e5fvl_26{grid-template-columns:repeat(2,minmax(0,1fr))}}._statChip_e5fvl_44{background:var(--cs-glass-bg);border:1px solid var(--cs-glass-border);border-radius:var(--cs-radius-xl);padding:.65rem .5rem;text-align:center;box-shadow:var(--cs-glass-shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._statChipValue_e5fvl_55{font-family:var(--cs-font-headline);font-size:clamp(1.15rem,2.2vw,1.45rem);font-weight:800;color:var(--cs-primary);line-height:1.1}._statChipLabel_e5fvl_63{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--cs-on-surface-variant);margin-top:.2rem;line-height:1.25}._bento_e5fvl_73{flex:1;min-height:0;display:grid;grid-template-columns:repeat(12,1fr);gap:1.1rem;align-content:start}@media (min-width: 900px){._bento_e5fvl_73{grid-template-rows:minmax(0,1fr) auto;align-content:stretch}}._card_e5fvl_88{background:var(--cs-glass-bg);border:1px solid var(--cs-glass-border);border-radius:var(--cs-radius-2xl);padding:1.25rem 1.35rem;box-shadow:var(--cs-glass-shadow);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:0}._span8_e5fvl_103{grid-column:span 12}@media (min-width: 900px){._span8_e5fvl_103{grid-column:span 8;grid-row:1;min-height:0}}._span4_e5fvl_114{grid-column:span 12}@media (min-width: 600px){._span4_e5fvl_114{grid-column:span 6}}@media (min-width: 900px){._span4_e5fvl_114{grid-column:span 4;grid-row:1;min-height:0}}._span4Row2_e5fvl_130{grid-column:span 12}@media (min-width: 600px){._span4Row2_e5fvl_130{grid-column:span 6}}@media (min-width: 900px){._span4Row2_e5fvl_130{grid-column:span 4;grid-row:2}}._span6_e5fvl_145{grid-column:span 12}@media (min-width: 768px){._span6_e5fvl_145{grid-column:span 6}}._span12_e5fvl_154{grid-column:span 12}._videoHero_e5fvl_158 ._decoIcon_e5fvl_158{position:absolute;top:.35rem;right:.35rem;opacity:.06;color:var(--cs-primary);pointer-events:none;font-size:4.5rem;display:flex}._cardTitle_e5fvl_169{font-family:var(--cs-font-headline);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--cs-on-surface-variant);margin:0 0 .85rem}._cardHeading_e5fvl_179{font-family:var(--cs-font-headline);font-size:1.1rem;font-weight:700;color:var(--cs-primary);margin:0 0 .35rem}._scrollList_e5fvl_187{flex:1;min-height:0;overflow-y:auto;padding-right:.2rem;display:flex;flex-direction:column;gap:.65rem}@media (max-width: 899px){._scrollList_e5fvl_187{max-height:14rem}}._videoRow_e5fvl_202{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem;padding:.75rem .85rem;background:var(--cs-surface-low);border-radius:var(--cs-radius-xl);border:1px solid color-mix(in srgb,var(--cs-outline) 12%,transparent)}._videoRowInfo_e5fvl_214{flex:1;min-width:0}._videoRowTop_e5fvl_219{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.35rem;margin-bottom:.2rem}._patientName_e5fvl_228{font-weight:700;color:var(--cs-primary);font-size:.875rem}._timeChip_e5fvl_234{font-size:.6875rem;font-weight:700;padding:.2rem .5rem;border-radius:9999px;background:var(--cs-secondary-container);color:var(--cs-on-secondary-fixed-variant)}._videoRowDetail_e5fvl_243{font-size:.75rem;color:var(--cs-on-surface-variant);display:flex;flex-wrap:wrap;gap:.35rem}._joinBtn_e5fvl_251{font-family:var(--cs-font-body);display:inline-flex;align-items:center;gap:.35rem;padding:.55rem 1rem;border:none;border-radius:var(--cs-radius-xl);font-size:.8125rem;font-weight:700;color:var(--cs-on-primary);cursor:pointer;background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);box-shadow:var(--cs-shadow-atmospheric);transition:filter .15s ease,opacity .15s ease}._joinBtn_e5fvl_251:hover:not(:disabled){filter:saturate(1.08)}._joinBtn_e5fvl_251:disabled{opacity:.55;cursor:not-allowed}._joinBtn_e5fvl_251:before{content:none}._placeholder_e5fvl_278{color:var(--cs-on-surface-variant);font-size:.875rem;line-height:1.5;margin:0}._progressHead_e5fvl_285{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}._progressTitle_e5fvl_293{font-family:var(--cs-font-headline);font-size:1rem;font-weight:700;color:var(--cs-primary);margin:0}._linkSubtle_e5fvl_301{font-size:.75rem;font-weight:700;color:var(--cs-primary);text-decoration:underline;text-underline-offset:3px;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}._linkSubtle_e5fvl_301:hover{opacity:.8}._noteRow_e5fvl_317{padding:.65rem .75rem;border-radius:var(--cs-radius-xl);background:var(--cs-surface-low);border:1px solid color-mix(in srgb,var(--cs-outline) 10%,transparent)}._noteRowTop_e5fvl_324{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.2rem}._notePatient_e5fvl_332{font-size:.8125rem;font-weight:700;color:var(--cs-primary)}._noteRating_e5fvl_338{font-size:.6875rem;font-weight:700;color:var(--cs-on-secondary-fixed-variant);background:var(--cs-secondary-container);padding:.15rem .45rem;border-radius:9999px}._noteMeta_e5fvl_347{font-size:.6875rem;color:var(--cs-on-surface-variant)}._metaStack_e5fvl_352{display:flex;flex-direction:column;gap:.65rem}._metaRow_e5fvl_358{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;font-size:.8125rem;color:var(--cs-on-surface-variant)}._metaRow_e5fvl_358 strong{color:var(--cs-primary);font-weight:700}._actionsStack_e5fvl_371{display:flex;flex-direction:column;gap:.5rem}._actionBtn_e5fvl_377{font-family:var(--cs-font-body);display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;padding:.6rem 1rem;border:none;border-radius:var(--cs-radius-xl);font-size:.8125rem;font-weight:600;color:var(--cs-primary);cursor:pointer;background:var(--cs-surface-low);border:1px solid color-mix(in srgb,var(--cs-primary) 15%,transparent);transition:background .15s ease}._actionBtn_e5fvl_377:hover{background:var(--cs-surface-high)}._actionBtn_e5fvl_377:before{content:none}._actionBtnPrimary_e5fvl_402{color:var(--cs-on-primary);background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%);border:none;box-shadow:var(--cs-shadow-atmospheric);font-weight:700}._actionBtnPrimary_e5fvl_402:hover{filter:saturate(1.06);background-image:linear-gradient(135deg,var(--cs-primary) 0%,var(--cs-primary-container) 100%)}._bodyText_e5fvl_414{font-size:.875rem;line-height:1.55;color:var(--cs-on-surface-variant);margin:0}._bodyText_e5fvl_414 strong{color:var(--cs-primary)}._loadingBox_e5fvl_424,._errorBox_e5fvl_425{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:2rem;color:var(--cs-on-surface-variant)}._spinner_e5fvl_436{width:2.5rem;height:2.5rem;margin-bottom:1rem;border:3px solid var(--cs-surface-high);border-top-color:var(--cs-primary);border-radius:50%;animation:_spin_e5fvl_436 .85s linear infinite}@keyframes _spin_e5fvl_436{to{transform:rotate(360deg)}}._errorBox_e5fvl_425 h2{font-family:var(--cs-font-headline);color:var(--cs-primary);font-size:1.2rem;margin:0 0 .5rem}._modalContainer_1nsqg_1,._pageContainer_1nsqg_2{width:100%;max-width:900px;margin:0 auto}._modalContainer_1nsqg_1{background:#fff;border-radius:12px;padding:2rem;max-height:90vh;overflow-y:auto}._pageContainer_1nsqg_2{padding:2rem 0}._formHeader_1nsqg_20{margin-bottom:2rem}._formHeader_1nsqg_20 h2{font-size:1.75rem;font-weight:700;color:#1e1f1e;margin-bottom:.5rem}._formHeader_1nsqg_20 ._subtitle_1nsqg_29{color:#7a7b7a;font-size:.95rem}._loadingState_1nsqg_34{text-align:center;padding:3rem;color:#7a7b7a}._errorAlert_1nsqg_40{background-color:#c0392b14;border:1px solid rgba(192,57,43,.2);border-radius:8px;padding:1rem;margin-bottom:1.5rem;color:#c0392b;display:flex;align-items:center;gap:.75rem}._errorAlert_1nsqg_40 ._errorIcon_1nsqg_51{font-size:1.25rem}._soapForm_1nsqg_55{display:flex;flex-direction:column;gap:1.5rem}._formRow_1nsqg_61{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){._formRow_1nsqg_61{grid-template-columns:1fr}}._formGroup_1nsqg_72{display:flex;flex-direction:column;gap:.5rem}._label_1nsqg_78{font-weight:600;color:#1e1f1e;font-size:.95rem}._label_1nsqg_78 ._required_1nsqg_83{color:#c0392b;margin-left:.25rem}._input_1nsqg_88,._select_1nsqg_89{padding:.75rem;border:1px solid #c8c5c0;border-radius:8px;font-size:1rem;transition:all .2s}._input_1nsqg_88:focus,._select_1nsqg_89:focus{outline:none;border-color:#9daa96;box-shadow:0 0 0 3px #9daa961a}._input_1nsqg_88:disabled,._select_1nsqg_89:disabled{background-color:#ebe8e3;cursor:not-allowed}._select_1nsqg_89{cursor:pointer}._textarea_1nsqg_112{padding:.75rem;border:1px solid #c8c5c0;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;transition:all .2s}._textarea_1nsqg_112:focus{outline:none;border-color:#9daa96;box-shadow:0 0 0 3px #9daa961a}._textarea_1nsqg_112::placeholder{color:#7a7b7a;font-size:.9rem}._soapSection_1nsqg_131{background:#f6efe7;border:1px solid #e2dfd9;border-radius:10px;padding:1.5rem;transition:all .2s}._soapSection_1nsqg_131:hover{box-shadow:0 2px 8px #0000000d}._soapHeader_1nsqg_142{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}._soapHeader_1nsqg_142 ._soapIcon_1nsqg_148{font-size:1.5rem;flex-shrink:0}._soapHeader_1nsqg_142>div{flex:1}._soapHeader_1nsqg_142 ._soapLabel_1nsqg_155{font-weight:700;font-size:1.1rem;color:#1e1f1e;display:block;margin-bottom:.25rem}._soapHeader_1nsqg_142 ._soapLabel_1nsqg_155 ._required_1nsqg_83{color:#c0392b;margin-left:.25rem}._soapHeader_1nsqg_142 ._soapHint_1nsqg_166{font-size:.85rem;color:#7a7b7a;line-height:1.4;margin:0}._soapHeader_1nsqg_142 ._charCount_1nsqg_172{font-size:.85rem;color:#7a7b7a;white-space:nowrap;align-self:center}._ratingSection_1nsqg_179{background:#9daa960d;border:1px solid rgba(157,170,150,.2);border-radius:10px;padding:1.5rem}._ratingLabel_1nsqg_186{font-weight:700;font-size:1.1rem;color:#1a202c;display:block;margin-bottom:1rem}._ratingLabel_1nsqg_186 ._required_1nsqg_83{color:#c0392b;margin-left:.25rem}._ratingContainer_1nsqg_198{display:flex;align-items:center;gap:1.5rem;margin-bottom:.75rem}._ratingSlider_1nsqg_205{flex:1;height:8px;-webkit-appearance:none;appearance:none;background:linear-gradient(to right,#c0392b,#d4841a,#2e7d42);border-radius:10px;outline:none}._ratingSlider_1nsqg_205::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid #9daa96;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .2s}._ratingSlider_1nsqg_205::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 8px #00000026}._ratingSlider_1nsqg_205::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:#fff;border:3px solid #9daa96;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .2s}._ratingSlider_1nsqg_205::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 4px 8px #00000026}._ratingValue_1nsqg_245{font-size:1.75rem;font-weight:700;color:#9daa96;min-width:60px;text-align:center}._ratingLabels_1nsqg_253{display:flex;justify-content:space-between;font-size:.85rem;color:#7a7b7a}@media (max-width: 768px){._ratingLabels_1nsqg_253{flex-direction:column;gap:.25rem}}._formActions_1nsqg_266{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2dfd9}@media (max-width: 768px){._formActions_1nsqg_266{flex-direction:column-reverse}}._cancelButton_1nsqg_280,._saveButton_1nsqg_281{padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s}._cancelButton_1nsqg_280:disabled,._saveButton_1nsqg_281:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){._cancelButton_1nsqg_280,._saveButton_1nsqg_281{width:100%}}._cancelButton_1nsqg_280{background:#fff;color:#7a7b7a;border:1px solid #c8c5c0}._cancelButton_1nsqg_280:hover:not(:disabled){background:#f6efe7;border-color:#7a7b7a}._saveButton_1nsqg_281{background:linear-gradient(135deg,#9daa96,#4d5a48);color:#fff;box-shadow:0 2px 4px #9daa9633}._saveButton_1nsqg_281:hover:not(:disabled){background:linear-gradient(135deg,#4d5a48 0% 100%);box-shadow:0 4px 8px #9daa964d;transform:translateY(-1px)}._saveButton_1nsqg_281:active:not(:disabled){transform:translateY(0)}@keyframes _loading_12gua_325{0%{background-position:200% 0}to{background-position:-200% 0}}._managerLayout_12gua_9{min-height:100vh;background:linear-gradient(135deg,#f6efe7,#e7ebe4)}._dashboardContainer_12gua_14{padding:2rem 0;min-height:calc(100vh - 200px);scroll-behavior:smooth}._dashboardHeader_12gua_20{margin-bottom:2rem;text-align:center;opacity:0;transform:translateY(-20px);transition:opacity .8s ease-out,transform .8s ease-out}._dashboardHeader_12gua_20._isVisible_12gua_27{opacity:1;transform:translateY(0)}._welcomeTitle_12gua_32{font-size:2.5rem;font-weight:700;color:#1e1f1e;margin:0 0 .5rem;background:linear-gradient(135deg,#9daa96,#616362);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._welcomeSubtitle_12gua_43{font-size:1.1rem;color:#4a4b4a;margin:0}._statsGrid_12gua_49{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:2rem 0;padding:0 2rem}._statCard_12gua_57{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #00000014;display:flex;align-items:center;gap:1.5rem;transition:all .6s cubic-bezier(.4,0,.2,1);border:1px solid rgba(157,170,150,.1);position:relative;overflow:hidden;opacity:0;transform:translateY(40px) scale(.95)}._statCard_12gua_57._isVisible_12gua_27{opacity:1;transform:translateY(0) scale(1)}._statCard_12gua_57:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,#9daa96,#616362);transform:scaleY(0);transition:transform .4s ease}._statCard_12gua_57:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 12px 40px #9daa9633;border-color:#9daa96}._statCard_12gua_57:hover:before{transform:scaleY(1)}._statCard_12gua_57:hover ._statIcon_12gua_95{transform:scale(1.1) rotate(5deg)}._statCard_12gua_57._isVisible_12gua_27:hover{transform:translateY(-8px) scale(1.02)}._statIcon_12gua_95{font-size:2.5rem;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#9daa961a,#6163621a);border-radius:12px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #9daa961a}._statContent_12gua_115{flex:1}._statValue_12gua_119{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#9daa96,#616362);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}._statLabel_12gua_130{font-size:.95rem;color:#4a4b4a;font-weight:600;letter-spacing:.5px}._secondaryStatsGrid_12gua_137{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.5rem 0 2rem;padding:0 2rem}._secondaryStatCard_12gua_145{background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e2dfd9;transition:all .3s ease}._secondaryStatCard_12gua_145:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._secondaryStatLabel_12gua_158{font-size:.85rem;color:#4a4b4a;font-weight:500;margin-bottom:.5rem;display:block}._secondaryStatValue_12gua_166{font-size:1.5rem;font-weight:700;color:#1e1f1e}._dashboardGrid_12gua_172{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}._dashboardCard_12gua_179{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000014;transition:all .6s cubic-bezier(.4,0,.2,1);border:1px solid #e2dfd9;opacity:0;transform:translateY(50px)}._dashboardCard_12gua_179._isVisible_12gua_27{opacity:1;transform:translateY(0)}._dashboardCard_12gua_179:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 32px #9daa9633}._dashboardCard_12gua_179._isVisible_12gua_27:hover{transform:translateY(-6px) scale(1.02)}._dashboardCard_12gua_179 h3{font-size:1.25rem;font-weight:600;color:#1e1f1e;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem}._appointmentsList_12gua_210{display:flex;flex-direction:column;gap:.75rem}._appointmentItem_12gua_216{padding:1rem;background:#f6efe7;border-radius:8px;transition:all .3s ease}._appointmentItem_12gua_216:hover{background:#ebe8e3;transform:translate(4px)}._appointmentHeader_12gua_227{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._patientName_12gua_234{font-weight:600;color:#1e1f1e;font-size:.95rem}._appointmentStatus_12gua_240{font-size:.75rem;padding:.25rem .75rem;border-radius:12px;font-weight:600;text-transform:uppercase;background:#e2dfd9;color:#1e1f1e}._appointmentMeta_12gua_250{font-size:.85rem;color:#4a4b4a;display:flex;gap:.5rem;align-items:center}._psychologistsList_12gua_258{display:flex;flex-direction:column;gap:.75rem}._psychologistItem_12gua_264{padding:1rem;background:#f6efe7;border-radius:8px;transition:all .3s ease}._psychologistItem_12gua_264:hover{background:#ebe8e3;transform:translate(4px)}._psychologistName_12gua_275{font-weight:600;color:#1e1f1e;margin-bottom:.25rem}._psychologistStats_12gua_281{font-size:.85rem;color:#4a4b4a;display:flex;gap:.5rem;align-items:center}._financialSummary_12gua_289{display:flex;flex-direction:column;gap:1rem}._financialItem_12gua_295{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2dfd9}._financialItem_12gua_295:last-child{border-bottom:none}._financialLabel_12gua_306{font-size:.9rem;color:#4a4b4a;font-weight:500}._financialValue_12gua_312{font-size:1.1rem;font-weight:700;color:#1e1f1e}._emptyState_12gua_318{text-align:center;padding:2rem;color:#4a4b4a;font-style:italic}._loadingState_12gua_325,._errorState_12gua_326{text-align:center;padding:3rem}._loadingState_12gua_325 p,._errorState_12gua_326 p{color:#4a4b4a;margin-top:1rem}._errorState_12gua_326 h3{color:#c0392b}@media (max-width: 768px){._statsGrid_12gua_49,._secondaryStatsGrid_12gua_137{grid-template-columns:repeat(2,1fr)}._dashboardGrid_12gua_172{grid-template-columns:1fr}}@media (max-width: 480px){._statsGrid_12gua_49,._secondaryStatsGrid_12gua_137{grid-template-columns:1fr}._statCard_12gua_57{padding:1.5rem}._statIcon_12gua_95{width:60px;height:60px;font-size:2rem}._statValue_12gua_119{font-size:2rem}}._pageContainer_12gua_370{padding:2rem 0;min-height:calc(100vh - 200px)}._pageHeader_12gua_375{margin-bottom:2rem}._pageHeader_12gua_375 h1{font-size:2rem;font-weight:700;color:#1e1f1e;margin:0 0 .5rem}._pageHeader_12gua_375 p{color:#4a4b4a;margin:0}._errorBanner_12gua_389{background:#fee2e2;border:1px solid #c0392b;border-radius:8px;padding:1rem;margin-bottom:1rem}._errorBanner_12gua_389 p{color:#991b1b;margin:0}._searchBar_12gua_401{margin-bottom:1.5rem}._searchInput_12gua_405{width:100%;padding:.75rem 1rem;border:1px solid #e2dfd9;border-radius:8px;font-size:1rem}._searchInput_12gua_405:focus{outline:none;border-color:#9daa96;box-shadow:0 0 0 3px #9daa961a}._filtersRow_12gua_418{display:flex;gap:1rem;margin-bottom:1.5rem}._filtersRow_12gua_418 ._searchBar_12gua_401{flex:1;margin:0}._filterSelect_12gua_428{padding:.75rem 1rem;border:1px solid #e2dfd9;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer}._filterSelect_12gua_428:focus{outline:none;border-color:#9daa96}._statsRow_12gua_441{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin:1.5rem 0}._statBox_12gua_448{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;text-align:center;border:1px solid #e2dfd9}._statBox_12gua_448:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);transition:all .3s ease}._tableContainer_12gua_462{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;overflow-x:auto;overflow-y:visible;margin-top:1.5rem;width:100%;max-width:100%;min-width:0;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}._tableContainer_12gua_462::-webkit-scrollbar{height:8px}._tableContainer_12gua_462::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}._tableContainer_12gua_462::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}._tableContainer_12gua_462::-webkit-scrollbar-thumb:hover{background:#0000004d}._dataTable_12gua_490{width:100%;min-width:800px;border-collapse:collapse;table-layout:auto}._dataTable_12gua_490 thead{background:linear-gradient(135deg,#9daa96,#616362)}._dataTable_12gua_490 thead th{padding:1rem;text-align:left;font-weight:600;color:#fff;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;min-width:120px}._dataTable_12gua_490 thead th:first-child{min-width:150px}._dataTable_12gua_490 tbody tr{border-bottom:1px solid #e2dfd9;transition:background .2s ease}._dataTable_12gua_490 tbody tr:hover{background:#f6efe7}._dataTable_12gua_490 tbody tr:last-child{border-bottom:none}._dataTable_12gua_490 tbody td{padding:1rem;color:#1e1f1e;font-size:.9rem;word-wrap:break-word;word-break:break-word;max-width:300px;overflow-wrap:break-word;white-space:normal;line-height:1.5}._dataTable_12gua_490 tbody td._emptyState_12gua_318{text-align:center;color:#4a4b4a;font-style:italic;padding:3rem}._smallText_12gua_541{font-size:.85rem;color:#4a4b4a}._statusActive_12gua_546{color:#2e7d42;font-weight:600}._statusInactive_12gua_551{color:#c0392b;font-weight:600}._verifiedBadge_12gua_556{display:inline-block;margin-left:.5rem;color:#2e7d42;font-weight:600}._statusScheduled_12gua_563{background:#9daa9626;color:#4d5a48;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block}._statusCompleted_12gua_573{background:#d1fae5;color:#065f46;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block}._statusCancelled_12gua_583{background:#fee2e2;color:#991b1b;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block}._statusNoShow_12gua_593{background:#d4841a33;color:#1e1f1e;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block}._statusPaid_12gua_603{background:#d1fae5;color:#065f46;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block}._statusPending_12gua_613{background:#d4841a33;color:#1e1f1e;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block}._statusOverdue_12gua_623{background:#fee2e2;color:#991b1b;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;display:inline-block}._actionButton_12gua_633{padding:.5rem 1rem;background:#9daa96;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}._actionButton_12gua_633:hover{background:#83937a;transform:translateY(-2px)}._modalOverlay_12gua_648{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_12gua_648{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}._modal_12gua_648 h2{margin:0 0 1.5rem;font-size:1.5rem;color:#1e1f1e}._formGroup_12gua_677{margin-bottom:1.5rem}._formGroup_12gua_677 label{display:block;margin-bottom:.5rem;font-weight:600;color:#1e1f1e;font-size:.9rem}._formGroup_12gua_677 input[type=text],._formGroup_12gua_677 input[type=email],._formGroup_12gua_677 input[type=date],._formGroup_12gua_677 select,._formGroup_12gua_677 textarea{width:100%;padding:.75rem;border:1px solid #e2dfd9;border-radius:8px;font-size:1rem}._formGroup_12gua_677 input[type=text]:focus,._formGroup_12gua_677 input[type=email]:focus,._formGroup_12gua_677 input[type=date]:focus,._formGroup_12gua_677 select:focus,._formGroup_12gua_677 textarea:focus{outline:none;border-color:#9daa96;box-shadow:0 0 0 3px #9daa961a}._formGroup_12gua_677 input[type=checkbox]{margin-right:.5rem}._modalActions_12gua_711{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}._modalActions_12gua_711 button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._modalActions_12gua_711 button[type=button]{background:#e2dfd9;color:#1e1f1e}._modalActions_12gua_711 button[type=button]:hover{background:#c8c5c0}._primaryButton_12gua_733{background:#9daa96;color:#fff}._primaryButton_12gua_733:hover{background:#83937a}._dashboardContainer_12gua_14{max-width:90rem;margin:0 auto;padding-inline:var(--tp-page-gutter, 1rem)}._dashboardGrid_12gua_172{gap:clamp(.9rem,1.8vw,1.25rem)}._dashboardCard_12gua_179,._statCard_12gua_57,._tableContainer_12gua_462{border-radius:var(--tp-surface-radius-lg, 20px);padding:var(--tp-card-padding-lg, 1.5rem)}._actionButton_12gua_633,._primaryButton_12gua_733{min-height:44px}@media (max-width: 1024px){._dashboardCard_12gua_179,._statCard_12gua_57,._tableContainer_12gua_462{padding:var(--tp-card-padding, 1rem)}}@media (max-width: 380px){._dashboardContainer_12gua_14{padding-inline:.75rem}}@media (max-width: 768px){._welcomeTitle_12gua_32{font-size:clamp(1.35rem,5.8vw,1.9rem);line-height:1.2;overflow-wrap:anywhere}._welcomeSubtitle_12gua_43{font-size:.95rem;line-height:1.55}}._actionButton_12gua_633,._primaryButton_12gua_733{background:linear-gradient(135deg,#9daa96e0,#4d5a48e6);color:#fff;border-color:#9daa966b;box-shadow:0 8px 20px #9daa963d,inset 0 1px #ffffff38}._actionButton_12gua_633:hover:not(:disabled),._primaryButton_12gua_733:hover:not(:disabled){background:linear-gradient(135deg,#4d5a48eb,#4d5a48db);transform:translateY(-1px);box-shadow:0 12px 26px #9daa9657,inset 0 1px #ffffff47}@media (max-width: 768px){._filtersRow_12gua_418{flex-direction:column}._statsRow_12gua_441{grid-template-columns:repeat(2,1fr)}._dataTable_12gua_490{font-size:.85rem}._dataTable_12gua_490 thead th,._dataTable_12gua_490 tbody td{padding:.75rem .5rem}}@media (max-width: 480px){._statsRow_12gua_441{grid-template-columns:1fr}}._statCard_12gua_57,._secondaryStatCard_12gua_145,._dashboardCard_12gua_179,._statBox_12gua_448,._tableContainer_12gua_462,._modal_12gua_648{background:linear-gradient(145deg,#ffffffb8,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}._statCard_12gua_57,._dashboardCard_12gua_179,._statBox_12gua_448{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._statCard_12gua_57:hover,._dashboardCard_12gua_179:hover,._statBox_12gua_448:hover{transform:translateY(-3px);border-color:#9daa9673;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}._statCard_12gua_57,._secondaryStatCard_12gua_145,._dashboardCard_12gua_179,._statBox_12gua_448,._tableContainer_12gua_462,._modal_12gua_648{background:linear-gradient(145deg,#ffffffd1,#9daa9624);border:1px solid rgba(157,170,150,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(157,170,150,.24)}._actionButton_12gua_633,._primaryButton_12gua_733{border-radius:10px;font-weight:600;border:1px solid rgba(67,83,67,.24);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._actionButton_12gua_633:focus,._primaryButton_12gua_733:focus{outline:none}._actionButton_12gua_633:focus-visible,._primaryButton_12gua_733:focus-visible{box-shadow:0 0 0 3px #9daa962e}._actionButton_12gua_633:active:not(:disabled),._primaryButton_12gua_733:active:not(:disabled){transform:translateY(0)}._actionButton_12gua_633:disabled,._primaryButton_12gua_733:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._actionButton_12gua_633,._primaryButton_12gua_733{background:linear-gradient(145deg,#ffffffd1,#9daa9624);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(157,170,150,.28);color:#1e1f1e;box-shadow:0 8px 18px #9daa9624}._actionButton_12gua_633:hover:not(:disabled),._primaryButton_12gua_733:hover:not(:disabled){transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._actionButton_12gua_633:hover:not(:disabled):hover,._primaryButton_12gua_733:hover:not(:disabled):hover{transform:translateY(-3px);border-color:#9daa9673;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}._actionButton_12gua_633:hover:not(:disabled),._primaryButton_12gua_733:hover:not(:disabled){color:#1e1f1e}@keyframes _loading_1xlhn_432{0%{background-position:200% 0}to{background-position:-200% 0}}._adminLayout_1xlhn_9{min-height:100vh;background:linear-gradient(180deg,#f6efe7,#f3f1ec)}._adminLayout_1xlhn_9.clinicalShell{background:transparent}._adminLayout_1xlhn_9.clinicalShell ._dashboardContainer_1xlhn_17{padding-top:0}._adminLayout_1xlhn_9.clinicalShell ._systemHealthCard_1xlhn_21,._adminLayout_1xlhn_9.clinicalShell ._statCard_1xlhn_22,._adminLayout_1xlhn_9.clinicalShell ._secondaryStatCard_1xlhn_23,._adminLayout_1xlhn_9.clinicalShell ._dashboardCard_1xlhn_24,._adminLayout_1xlhn_9.clinicalShell ._quickActionButton_1xlhn_25{background:var(--cs-glass-bg);border:1px solid var(--cs-glass-border);box-shadow:var(--cs-glass-shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._adminLayout_1xlhn_9.clinicalShell ._statsGrid_1xlhn_33{gap:.75rem}._adminLayout_1xlhn_9.clinicalShell ._statCard_1xlhn_22{padding:.85rem .95rem}._adminLayout_1xlhn_9.clinicalShell ._statCard_1xlhn_22:hover{transform:translateY(-1px)}._adminLayout_1xlhn_9.clinicalShell ._statIcon_1xlhn_44{width:2.35rem;height:2.35rem}._adminLayout_1xlhn_9.clinicalShell ._statValue_1xlhn_49{font-size:1.25rem}._adminLayout_1xlhn_9.clinicalShell ._secondaryStatsGrid_1xlhn_53,._adminLayout_1xlhn_9.clinicalShell ._dashboardGrid_1xlhn_54{gap:.8rem}._adminLayout_1xlhn_9.clinicalShell ._dashboardCard_1xlhn_24{padding:1rem}._adminLayout_1xlhn_9.clinicalShell ._dashboardCard_1xlhn_24:hover{transform:translateY(-1px);box-shadow:var(--cs-glass-shadow)}._adminLayout_1xlhn_9.clinicalShell ._dashboardHeader_1xlhn_66,._adminLayout_1xlhn_9.clinicalShell ._statsGrid_1xlhn_33,._adminLayout_1xlhn_9.clinicalShell ._dashboardGrid_1xlhn_54,._adminLayout_1xlhn_9.clinicalShell ._quickActionsGrid_1xlhn_69,._adminLayout_1xlhn_9.clinicalShell ._statCard_1xlhn_22,._adminLayout_1xlhn_9.clinicalShell ._dashboardCard_1xlhn_24,._adminLayout_1xlhn_9.clinicalShell ._quickActionButton_1xlhn_25{opacity:1;transform:none;animation:none}._dashboardContainer_1xlhn_17{padding:2rem 0;min-height:calc(100vh - 200px);scroll-behavior:smooth}._dashboardHeader_1xlhn_66{margin-bottom:2rem;text-align:center;opacity:0;transform:translateY(-20px);transition:opacity .8s ease-out,transform .8s ease-out}._dashboardHeader_1xlhn_66._isVisible_1xlhn_91{opacity:1;transform:translateY(0)}._welcomeTitle_1xlhn_96{font-size:2.5rem;font-weight:700;color:#1e1f1e;margin:0 0 .5rem;color:#435343}._welcomeSubtitle_1xlhn_104{font-size:1.1rem;color:#4a4b4a;margin:0}._systemHealthCard_1xlhn_21{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000014;border:1px solid #e2dfd9}._healthStatus_1xlhn_119{display:flex;align-items:center;gap:1rem}._healthStatus_1xlhn_119 h3{margin:0;font-size:1.5rem;font-weight:700}._healthStatus_1xlhn_119 p{margin:.5rem 0 0;color:#4a4b4a;font-size:.95rem}._healthIndicator_1xlhn_135{width:16px;height:16px;border-radius:50%;animation:_pulse_1xlhn_1 2s infinite}@keyframes _pulse_1xlhn_1{0%,to{opacity:1}50%{opacity:.5}}._statsGrid_1xlhn_33{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin:2rem 0;padding:0 2rem}._statCard_1xlhn_22{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 3px 12px #0000000f;display:flex;align-items:center;gap:1.5rem;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;border:1px solid rgba(67,83,67,.14);position:relative;overflow:hidden;opacity:0;transform:translateY(24px)}._statCard_1xlhn_22._isVisible_1xlhn_91{opacity:1;transform:translateY(0)}._statCard_1xlhn_22:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:#435343;transform:scaleY(0);transition:transform .4s ease}._statCard_1xlhn_22:hover{transform:translateY(-3px);box-shadow:0 8px 22px #43534324;border-color:#435343}._statCard_1xlhn_22:hover:before{transform:scaleY(1)}._statCard_1xlhn_22:hover ._statIcon_1xlhn_44{transform:scale(1.03)}._statCard_1xlhn_22._isVisible_1xlhn_91:hover{transform:translateY(-3px)}._statIcon_1xlhn_44{font-size:2.5rem;width:70px;height:70px;display:flex;align-items:center;justify-content:center;background:#43534314;border-radius:12px;transition:transform .25s ease;box-shadow:none}._statContent_1xlhn_216{flex:1}._statValue_1xlhn_49{font-size:2.5rem;font-weight:800;color:#435343;line-height:1;margin-bottom:.5rem}._statLabel_1xlhn_228{font-size:.95rem;color:#4a4b4a;font-weight:600;letter-spacing:.5px}._secondaryStatsGrid_1xlhn_53{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.5rem 0 2rem;padding:0 2rem}._secondaryStatCard_1xlhn_23{background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 2px 8px #0000000f;border:1px solid #e2dfd9;transition:all .3s ease}._secondaryStatCard_1xlhn_23:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}._secondaryStatLabel_1xlhn_256{font-size:.85rem;color:#4a4b4a;font-weight:500;margin-bottom:.5rem;display:block}._secondaryStatValue_1xlhn_264{font-size:1.5rem;font-weight:700;color:#1e1f1e}._dashboardGrid_1xlhn_54{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}._dashboardCard_1xlhn_24{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #00000014;transition:all .6s cubic-bezier(.4,0,.2,1);border:1px solid #e2dfd9;opacity:0;transform:translateY(50px)}._dashboardCard_1xlhn_24._isVisible_1xlhn_91{opacity:1;transform:translateY(0)}._dashboardCard_1xlhn_24:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 32px #c0392b33}._dashboardCard_1xlhn_24._isVisible_1xlhn_91:hover{transform:translateY(-6px) scale(1.02)}._dashboardCard_1xlhn_24 h3{font-size:1.25rem;font-weight:600;color:#1e1f1e;margin:0 0 1.5rem;display:flex;align-items:center;gap:.5rem}._statisticsList_1xlhn_308{display:flex;flex-direction:column;gap:1rem}._statisticItem_1xlhn_314{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2dfd9}._statisticItem_1xlhn_314:last-child{border-bottom:none}._statisticLabel_1xlhn_325{font-size:.9rem;color:#4a4b4a;font-weight:500}._statisticValue_1xlhn_331{font-size:1.2rem;font-weight:700;color:#1e1f1e}._financialSummary_1xlhn_337{display:flex;flex-direction:column;gap:1rem}._financialItem_1xlhn_343{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2dfd9}._financialItem_1xlhn_343:last-child{border-bottom:none}._financialLabel_1xlhn_354{font-size:.9rem;color:#4a4b4a;font-weight:500}._financialValue_1xlhn_360{font-size:1.1rem;font-weight:700;color:#1e1f1e}._usersList_1xlhn_366{display:flex;flex-direction:column;gap:.75rem}._userItem_1xlhn_372{padding:1rem;background:#f6efe7;border-radius:8px;transition:all .3s ease}._userItem_1xlhn_372:hover{background:#ebe8e3;transform:translate(4px)}._userHeader_1xlhn_383{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._userName_1xlhn_390{font-weight:600;color:#1e1f1e;font-size:.95rem}._userRole_1xlhn_396{font-size:.75rem;padding:.25rem .75rem;border-radius:12px;font-weight:600;text-transform:capitalize;background:#e2dfd9;color:#1e1f1e}._userMeta_1xlhn_406{font-size:.85rem;color:#4a4b4a;display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}._verified_1xlhn_415{color:#2e7d42;font-weight:600}._unverified_1xlhn_420{color:#6f8367;font-weight:600}._emptyState_1xlhn_425{text-align:center;padding:2rem;color:#4a4b4a;font-style:italic}._loadingState_1xlhn_432,._errorState_1xlhn_433{text-align:center;padding:3rem}._loadingState_1xlhn_432 p,._errorState_1xlhn_433 p{color:#4a4b4a;margin-top:1rem}._errorState_1xlhn_433 h3{color:#c0392b}@media (max-width: 768px){._statsGrid_1xlhn_33,._secondaryStatsGrid_1xlhn_53{grid-template-columns:repeat(2,1fr)}._dashboardGrid_1xlhn_54{grid-template-columns:1fr}}@media (max-width: 480px){._statsGrid_1xlhn_33,._secondaryStatsGrid_1xlhn_53{grid-template-columns:1fr}._statCard_1xlhn_22{padding:1.5rem}._statIcon_1xlhn_44{width:60px;height:60px;font-size:2rem}._statValue_1xlhn_49{font-size:2rem}}._searchButton_1xlhn_477,._primaryButton_1xlhn_478,._actionButton_1xlhn_479,._editButton_1xlhn_480{border-radius:10px;font-weight:600;border:1px solid rgba(67,83,67,.24);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._searchButton_1xlhn_477:focus,._primaryButton_1xlhn_478:focus,._actionButton_1xlhn_479:focus,._editButton_1xlhn_480:focus{outline:none}._searchButton_1xlhn_477:focus-visible,._primaryButton_1xlhn_478:focus-visible,._actionButton_1xlhn_479:focus-visible,._editButton_1xlhn_480:focus-visible{box-shadow:0 0 0 3px #9daa962e}._searchButton_1xlhn_477:active:not(:disabled),._primaryButton_1xlhn_478:active:not(:disabled),._actionButton_1xlhn_479:active:not(:disabled),._editButton_1xlhn_480:active:not(:disabled){transform:translateY(0)}._searchButton_1xlhn_477:disabled,._primaryButton_1xlhn_478:disabled,._actionButton_1xlhn_479:disabled,._editButton_1xlhn_480:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._searchButton_1xlhn_477,._primaryButton_1xlhn_478,._actionButton_1xlhn_479,._editButton_1xlhn_480{background:linear-gradient(135deg,#435343e0,#394736e6);color:#fff;border-color:#4353436b;box-shadow:0 8px 20px #4353433d,inset 0 1px #ffffff38}._searchButton_1xlhn_477:hover:not(:disabled),._primaryButton_1xlhn_478:hover:not(:disabled),._actionButton_1xlhn_479:hover:not(:disabled),._editButton_1xlhn_480:hover:not(:disabled){background:linear-gradient(135deg,#394736eb,#394736db);transform:translateY(-1px);box-shadow:0 12px 26px #43534357,inset 0 1px #ffffff47}._secondaryButton_1xlhn_534{border-radius:10px;font-weight:600;border:1px solid rgba(67,83,67,.24);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._secondaryButton_1xlhn_534:focus{outline:none}._secondaryButton_1xlhn_534:focus-visible{box-shadow:0 0 0 3px #9daa962e}._secondaryButton_1xlhn_534:active:not(:disabled){transform:translateY(0)}._secondaryButton_1xlhn_534:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._secondaryButton_1xlhn_534{background:linear-gradient(135deg,#ffffffc7,#43534329);color:#435343;border-color:#43534361;box-shadow:0 7px 18px #4353431f,inset 0 1px #ffffff73}._secondaryButton_1xlhn_534:hover:not(:disabled){background:linear-gradient(135deg,#ffffffd6,#43534338);border-color:#435343;transform:translateY(-1px);box-shadow:0 10px 22px #4353432e,inset 0 1px #ffffff85}._deleteButton_1xlhn_571{border-radius:10px;font-weight:600;border:1px solid rgba(67,83,67,.24);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._deleteButton_1xlhn_571:focus{outline:none}._deleteButton_1xlhn_571:focus-visible{box-shadow:0 0 0 3px #9daa962e}._deleteButton_1xlhn_571:active:not(:disabled){transform:translateY(0)}._deleteButton_1xlhn_571:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._deleteButton_1xlhn_571{background:linear-gradient(135deg,#c0392be0,#a73225e6);color:#fff;border-color:#c0392b6b;box-shadow:0 8px 20px #c0392b3d,inset 0 1px #ffffff38}._deleteButton_1xlhn_571:hover:not(:disabled){background:linear-gradient(135deg,#a73225eb,#a73225db);transform:translateY(-1px);box-shadow:0 12px 26px #c0392b57,inset 0 1px #ffffff47}._pageContainer_1xlhn_607{padding:2rem 0;min-height:calc(100vh - 200px)}._pageHeader_1xlhn_612{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._pageHeader_1xlhn_612 h1{font-size:2rem;font-weight:700;color:#1e1f1e;margin:0;color:#435343}._statsSummary_1xlhn_626{display:flex;gap:1rem;font-size:.95rem;color:#4a4b4a}._statsSummary_1xlhn_626 span{padding:.5rem 1rem;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d}._filtersBar_1xlhn_639{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}._filtersSection_1xlhn_646{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d}._searchBar_1xlhn_657{width:100%}._searchInput_1xlhn_661{flex:1;min-width:250px;padding:.75rem 1rem;border:1px solid #e2dfd9;border-radius:8px;font-size:.95rem}._searchInput_1xlhn_661:focus{outline:none;border-color:#c0392b;box-shadow:0 0 0 3px #c0392b1a}._filterSelect_1xlhn_675{padding:.75rem 1rem;border:1px solid #e2dfd9;border-radius:8px;font-size:.95rem;background:#fff;cursor:pointer}._filterSelect_1xlhn_675:focus{outline:none;border-color:#c0392b;box-shadow:0 0 0 3px #c0392b1a}._searchForm_1xlhn_689{display:flex;gap:.5rem;flex:1}._searchButton_1xlhn_477{padding:.75rem 1.5rem;background:#435343;color:#fff;border:1px solid rgba(67,83,67,.4);border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s}._searchButton_1xlhn_477:hover{transform:translateY(-1px);background:#354235}._primaryButton_1xlhn_478{padding:.75rem 1.5rem;background:#435343;color:#fff;border:1px solid rgba(67,83,67,.45);border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .2s,transform .2s}._primaryButton_1xlhn_478:hover{transform:translateY(-1px);background:#354235}._errorBanner_1xlhn_725{background:#fee2e2;border:1px solid #c0392b;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}._errorBanner_1xlhn_725 p{margin:0;color:#c0392b;font-weight:500}._errorBanner_1xlhn_725 button{background:none;border:none;font-size:1.5rem;color:#c0392b;cursor:pointer;padding:0;width:24px;height:24px}._tableContainer_1xlhn_751{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;overflow-x:auto;overflow-y:visible;width:100%;max-width:100%;min-width:0;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}._tableContainer_1xlhn_751::-webkit-scrollbar{height:8px}._tableContainer_1xlhn_751::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}._tableContainer_1xlhn_751::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}._tableContainer_1xlhn_751::-webkit-scrollbar-thumb:hover{background:#0000004d}._dataTable_1xlhn_778{width:100%;min-width:800px;border-collapse:collapse;table-layout:auto}._dataTable_1xlhn_778 thead{background:#435343;color:#fff}._dataTable_1xlhn_778 thead th{padding:1rem;text-align:left;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;min-width:120px}._dataTable_1xlhn_778 thead th:first-child{min-width:150px}._dataTable_1xlhn_778 tbody tr{border-bottom:1px solid #e2dfd9;transition:background-color .2s}._dataTable_1xlhn_778 tbody tr:hover{background-color:#f6efe7}._dataTable_1xlhn_778 tbody tr:last-child{border-bottom:none}._dataTable_1xlhn_778 tbody td{padding:1rem;color:#1e1f1e;font-size:.95rem;word-wrap:break-word;word-break:break-word;max-width:300px;overflow-wrap:break-word;white-space:normal;line-height:1.5}._emptyCell_1xlhn_823{text-align:center;padding:3rem!important;color:#4a4b4a}._statusBadge_1xlhn_829,._roleBadge_1xlhn_839{display:inline-block;padding:.25rem .75rem;border-radius:9999px;color:#fff;font-size:.85rem;font-weight:600;text-transform:capitalize}._sessionTypeBadge_1xlhn_849{display:inline-block;padding:.25rem .75rem;border-radius:8px;background:#9daa9614;color:#4d5a48;font-size:.85rem;font-weight:500}._statusCell_1xlhn_859{display:flex;flex-direction:column;gap:.25rem}._verified_1xlhn_415{color:#2e7d42;font-weight:600;font-size:.85rem}._unverified_1xlhn_420{color:#6f8367;font-weight:600;font-size:.85rem}._active_1xlhn_877{color:#2e7d42;font-size:.85rem}._inactive_1xlhn_882{color:#c0392b;font-size:.85rem}._smallText_1xlhn_887{font-size:.85rem;color:#4a4b4a}._resourceTitle_1xlhn_892{display:flex;flex-direction:column;gap:.25rem}._resourceTitle_1xlhn_892 strong{font-weight:600;color:#1e1f1e}._resourceDescription_1xlhn_902{font-size:.85rem;color:#4a4b4a;display:block}._badge_1xlhn_908{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.85rem;font-weight:600;text-transform:capitalize;background:#e2dfd9;color:#1e1f1e}._badgeSuccess_1xlhn_919{background:#d1fae5;color:#065f46}._badgeWarning_1xlhn_924{background:#6f836733;color:#1e1f1e}._actionButtons_1xlhn_929{display:flex;gap:.5rem}._actionButton_1xlhn_479{padding:.5rem 1rem;background:#9daa96;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .3s ease}._actionButton_1xlhn_479:hover:not(:disabled){background:#83937a;transform:translateY(-2px)}._actionButton_1xlhn_479:disabled{opacity:.6;cursor:not-allowed}._dashboardContainer_1xlhn_17{max-width:90rem;margin:0 auto;padding-inline:var(--tp-page-gutter, 1rem)}._dashboardGrid_1xlhn_54{gap:clamp(.9rem,1.8vw,1.25rem)}._dashboardCard_1xlhn_24,._statCard_1xlhn_22,._tableContainer_1xlhn_751{border-radius:var(--tp-surface-radius-lg, 20px);padding:var(--tp-card-padding-lg, 1.5rem)}._primaryButton_1xlhn_478,._actionButton_1xlhn_479,._secondaryButton_1xlhn_534{min-height:44px}@media (max-width: 1024px){._dashboardCard_1xlhn_24,._statCard_1xlhn_22,._tableContainer_1xlhn_751{padding:var(--tp-card-padding, 1rem)}}@media (max-width: 380px){._dashboardContainer_1xlhn_17{padding-inline:.75rem}}@media (max-width: 768px){._welcomeTitle_1xlhn_96{font-size:clamp(1.35rem,5.8vw,1.9rem);line-height:1.2;overflow-wrap:anywhere}._welcomeSubtitle_1xlhn_104{font-size:.95rem;line-height:1.55}}._editButton_1xlhn_480{padding:.5rem 1rem;background:#4d5a48;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .2s}._editButton_1xlhn_480:hover{background:#4d5a48}._deleteButton_1xlhn_571{padding:.5rem 1rem;background:#c0392b;color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background-color .2s}._deleteButton_1xlhn_571:hover{background:#c0392b}._tabContainer_1xlhn_1030{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid #e2dfd9}._tab_1xlhn_751{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;font-size:.95rem;font-weight:500;color:#4a4b4a;cursor:pointer;transition:all .2s;margin-bottom:-2px}._tab_1xlhn_751:hover{color:#1e1f1e;background:#f6efe7}._tab_1xlhn_751._activeTab_1xlhn_1053{color:#c0392b;border-bottom-color:#c0392b;font-weight:600}._modalOverlay_1xlhn_1059{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}._modal_1xlhn_1059{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}._modalContent_1xlhn_1083{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;padding:2rem}._modalContent_1xlhn_1083 h2{margin:0 0 1.5rem;font-size:1.75rem;color:#1e1f1e;font-weight:600}._modalHeader_1xlhn_1100{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2dfd9}._modalHeader_1xlhn_1100 h2{margin:0;font-size:1.5rem;color:#1e1f1e}._modalHeader_1xlhn_1100 button{background:none;border:none;font-size:1.5rem;color:#4a4b4a;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}._modalHeader_1xlhn_1100 button:hover{background:#ebe8e3}._modalForm_1xlhn_1131{padding:1.5rem}._formGroup_1xlhn_1135{margin-bottom:1.5rem}._formGroup_1xlhn_1135 label{display:block;margin-bottom:.5rem;font-weight:500;color:#1e1f1e;font-size:.95rem}._formGroup_1xlhn_1135 input,._formGroup_1xlhn_1135 select{width:100%;padding:.75rem;border:1px solid #e2dfd9;border-radius:8px;font-size:.95rem}._formGroup_1xlhn_1135 input:focus,._formGroup_1xlhn_1135 select:focus{outline:none;border-color:#c0392b;box-shadow:0 0 0 3px #c0392b1a}._formGroup_1xlhn_1135 input[type=checkbox]{width:auto;margin-right:.5rem}._formGroup_1xlhn_1135 label:has(input[type=checkbox]){display:flex;align-items:center;cursor:pointer}._formGroup_1xlhn_1135 textarea{width:100%;padding:.75rem;border:1px solid #e2dfd9;border-radius:8px;font-size:.95rem;font-family:inherit;resize:vertical}._formGroup_1xlhn_1135 textarea:focus{outline:none;border-color:#c0392b;box-shadow:0 0 0 3px #c0392b1a}._formRow_1xlhn_1183{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}._formRow_1xlhn_1183 ._formGroup_1xlhn_1135{margin-bottom:0}._modalActions_1xlhn_1193{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2dfd9}._modalActions_1xlhn_1193 button{padding:.75rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}._modalActions_1xlhn_1193 button[type=button]{background:#ebe8e3;color:#1e1f1e;border:1px solid #e2dfd9}._modalActions_1xlhn_1193 button[type=button]:hover{background:#e2dfd9}._loadingState_1xlhn_432{text-align:center;padding:3rem;color:#4a4b4a}._quickActionsGrid_1xlhn_69{margin-top:3rem;opacity:0;transform:translateY(20px);transition:opacity .8s ease-out,transform .8s ease-out}._quickActionsGrid_1xlhn_69._isVisible_1xlhn_91{opacity:1;transform:translateY(0)}._quickActionsTitle_1xlhn_1234{font-size:1.75rem;font-weight:700;color:#1e1f1e;margin-bottom:1.5rem;text-align:center}._quickActionsCards_1xlhn_1242{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}._quickActionCard_1xlhn_1249{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 10px #0000000f;border:1px solid #e2dfd9;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;display:flex;align-items:center;gap:1.5rem}._quickActionCard_1xlhn_1249:hover{transform:translateY(-2px);box-shadow:0 6px 16px #4353431f;border-color:#435343}._quickActionIcon_1xlhn_1267{font-size:2.5rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#4353431f;color:#435343;border-radius:50%;flex-shrink:0}._quickActionContent_1xlhn_1280{flex:1}._quickActionContent_1xlhn_1280 h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#1e1f1e}._quickActionContent_1xlhn_1280 p{margin:0;font-size:.9rem;color:#4a4b4a;line-height:1.5}._quickActionArrow_1xlhn_1296{font-size:1.5rem;color:#435343;font-weight:700;transition:transform .3s ease}._quickActionCard_1xlhn_1249:hover ._quickActionArrow_1xlhn_1296{transform:translate(5px)}@media (max-width: 768px){._pageHeader_1xlhn_612{flex-direction:column;align-items:flex-start;gap:1rem}._filtersBar_1xlhn_639{flex-direction:column}._searchInput_1xlhn_661,._filterSelect_1xlhn_675{width:100%}._dataTable_1xlhn_778{font-size:.85rem}._dataTable_1xlhn_778 thead th,._dataTable_1xlhn_778 tbody td{padding:.75rem .5rem}._tabContainer_1xlhn_1030{overflow-x:auto;flex-wrap:nowrap}._tab_1xlhn_751{white-space:nowrap}._actionButtons_1xlhn_929{flex-direction:column}._modal_1xlhn_1059{margin:1rem;max-width:calc(100% - 2rem)}._quickActionsCards_1xlhn_1242{grid-template-columns:1fr}._quickActionCard_1xlhn_1249{flex-direction:column;text-align:center;padding:1.5rem}._quickActionArrow_1xlhn_1296{display:none}}._settingsForm_1xlhn_1352{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;padding:2rem}._settingsSection_1xlhn_1359{margin-bottom:3rem}._settingsSection_1xlhn_1359 h2{font-size:1.5rem;font-weight:600;color:#1e1f1e;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e2dfd9}._settingsGrid_1xlhn_1371{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}._formActions_1xlhn_1377{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:1px solid #e2dfd9}._secondaryButton_1xlhn_534{padding:.75rem 1.5rem;background:#fff;color:#1e1f1e;border:1px solid #e2dfd9;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s}._secondaryButton_1xlhn_534:hover{background:#f6efe7;border-color:#c0392b}._successBanner_1xlhn_1401{background:#d1fae5;border:1px solid #2e7d42;border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}._successBanner_1xlhn_1401 p{margin:0;color:#2e7d42;font-weight:500}._successBanner_1xlhn_1401 button{background:none;border:none;font-size:1.5rem;color:#2e7d42;cursor:pointer;padding:0;width:24px;height:24px}._analyticsFilters_1xlhn_1427{display:flex;gap:1rem;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d}._filterGroup_1xlhn_1438{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}._filterGroup_1xlhn_1438 label{display:flex;align-items:center;gap:.5rem;font-weight:500;cursor:pointer}._filterGroup_1xlhn_1438 select{min-width:150px}._dateRangeGroup_1xlhn_1455{display:flex;align-items:center;gap:1rem}._dateRangeGroup_1xlhn_1455 span{color:#4a4b4a}._dateInput_1xlhn_1464{padding:.75rem;border:1px solid #e2dfd9;border-radius:8px;font-size:.95rem}._dateInput_1xlhn_1464:focus{outline:none;border-color:#c0392b;box-shadow:0 0 0 3px #c0392b1a}._periodInfo_1xlhn_1476{padding:1rem;background:#9daa9614;border-radius:8px;margin-bottom:2rem}._periodInfo_1xlhn_1476 p{margin:0;color:#4d5a48;font-size:.95rem}._analyticsSection_1xlhn_1488{margin-bottom:3rem}._analyticsSection_1xlhn_1488 h2{font-size:1.75rem;font-weight:600;color:#1e1f1e;margin-bottom:1.5rem}._analyticsGrid_1xlhn_1498{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}._analyticsCard_1xlhn_1505{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000000d;text-align:center;border:1px solid #e2dfd9}._analyticsValue_1xlhn_1514{font-size:2rem;font-weight:700;color:#c0392b;margin-bottom:.5rem}._analyticsLabel_1xlhn_1521{font-size:.9rem;color:#4a4b4a;font-weight:500}._analyticsTable_1xlhn_1527{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px #0000000d;margin-top:1.5rem}._analyticsTable_1xlhn_1527 h3{font-size:1.25rem;font-weight:600;color:#1e1f1e;margin-bottom:1rem}._analyticsTable_1xlhn_1527 table{width:100%;border-collapse:collapse}._analyticsTable_1xlhn_1527 table thead{background:#f6efe7}._analyticsTable_1xlhn_1527 table thead th{padding:.75rem;text-align:left;font-weight:600;font-size:.9rem;color:#1e1f1e;border-bottom:2px solid #e2dfd9}._analyticsTable_1xlhn_1527 table tbody tr{border-bottom:1px solid #e2dfd9}._analyticsTable_1xlhn_1527 table tbody tr:hover{background:#f6efe7}._analyticsTable_1xlhn_1527 table tbody td{padding:.75rem;color:#1e1f1e;font-size:.95rem}._statusPending_1xlhn_1567{background:#ffc10733;color:#856404;border:1px solid rgba(255,193,7,.4)}._statusApproved_1xlhn_1573{background:#28a74533;color:#155724;border:1px solid rgba(40,167,69,.4)}._statusRejected_1xlhn_1579{background:#dc354533;color:#721c24;border:1px solid rgba(220,53,69,.4)}._statusCompleted_1xlhn_1585,._statusCancelled_1xlhn_1591{background:#6c757d33;color:#383d41;border:1px solid rgba(108,117,125,.4)}._filterSection_1xlhn_1597{margin-bottom:1.5rem;display:flex;align-items:center;gap:1rem}._filterSection_1xlhn_1597 label{font-weight:600;color:#1e1f1e}._filterSelect_1xlhn_675{padding:.5rem 1rem;border:2px solid #e2dfd9;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .3s ease}._filterSelect_1xlhn_675:focus{outline:none;border-color:#9daa96}._requestDetails_1xlhn_1622{margin-bottom:1.5rem;padding:1rem;background:#9daa960d;border-radius:8px}._detailRow_1xlhn_1629{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 0;border-bottom:1px solid rgba(157,170,150,.1)}._detailRow_1xlhn_1629:last-child{border-bottom:none}._detailRow_1xlhn_1629 strong{color:#1e1f1e;min-width:180px}._detailRow_1xlhn_1629 span{color:#4a4b4a;text-align:right;flex:1}._systemHealthCard_1xlhn_21,._statCard_1xlhn_22,._secondaryStatCard_1xlhn_23,._dashboardCard_1xlhn_24,._quickActionCard_1xlhn_1249,._analyticsCard_1xlhn_1505,._tableContainer_1xlhn_751,._modal_1xlhn_1059,._modalContent_1xlhn_1083{background:linear-gradient(145deg,#ffffffb8,#43534324);border:1px solid rgba(67,83,67,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}._statCard_1xlhn_22,._dashboardCard_1xlhn_24,._quickActionCard_1xlhn_1249,._analyticsCard_1xlhn_1505{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._statCard_1xlhn_22:hover,._dashboardCard_1xlhn_24:hover,._quickActionCard_1xlhn_1249:hover,._analyticsCard_1xlhn_1505:hover{transform:translateY(-3px);border-color:#43534373;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}._systemHealthCard_1xlhn_21,._statCard_1xlhn_22,._secondaryStatCard_1xlhn_23,._dashboardCard_1xlhn_24,._quickActionCard_1xlhn_1249,._analyticsCard_1xlhn_1505,._tableContainer_1xlhn_751,._modal_1xlhn_1059,._modalContent_1xlhn_1083{background:linear-gradient(145deg,#ffffffd1,#43534324);border:1px solid rgba(67,83,67,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(67,83,67,.22)}._editButton_1xlhn_480,._secondaryButton_1xlhn_534,._deleteButton_1xlhn_571,._searchButton_1xlhn_477,._primaryButton_1xlhn_478,._actionButton_1xlhn_479{border-radius:10px;font-weight:600;border:1px solid rgba(67,83,67,.24);cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}._editButton_1xlhn_480:focus,._secondaryButton_1xlhn_534:focus,._deleteButton_1xlhn_571:focus,._searchButton_1xlhn_477:focus,._primaryButton_1xlhn_478:focus,._actionButton_1xlhn_479:focus{outline:none}._editButton_1xlhn_480:focus-visible,._secondaryButton_1xlhn_534:focus-visible,._deleteButton_1xlhn_571:focus-visible,._searchButton_1xlhn_477:focus-visible,._primaryButton_1xlhn_478:focus-visible,._actionButton_1xlhn_479:focus-visible{box-shadow:0 0 0 3px #9daa962e}._editButton_1xlhn_480:active:not(:disabled),._secondaryButton_1xlhn_534:active:not(:disabled),._deleteButton_1xlhn_571:active:not(:disabled),._searchButton_1xlhn_477:active:not(:disabled),._primaryButton_1xlhn_478:active:not(:disabled),._actionButton_1xlhn_479:active:not(:disabled){transform:translateY(0)}._editButton_1xlhn_480:disabled,._secondaryButton_1xlhn_534:disabled,._deleteButton_1xlhn_571:disabled,._searchButton_1xlhn_477:disabled,._primaryButton_1xlhn_478:disabled,._actionButton_1xlhn_479:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}._editButton_1xlhn_480,._secondaryButton_1xlhn_534,._deleteButton_1xlhn_571,._searchButton_1xlhn_477,._primaryButton_1xlhn_478,._actionButton_1xlhn_479{background:linear-gradient(145deg,#ffffffd1,#43534324);border:1px solid rgba(67,83,67,.28);box-shadow:0 10px 30px #161c1824,inset 0 1px #ffffff73;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:12px;color:#1e1f1e;border:1px solid rgba(67,83,67,.26);box-shadow:0 8px 18px #43534324}._editButton_1xlhn_480:hover:not(:disabled),._secondaryButton_1xlhn_534:hover:not(:disabled),._deleteButton_1xlhn_571:hover:not(:disabled),._searchButton_1xlhn_477:hover:not(:disabled),._primaryButton_1xlhn_478:hover:not(:disabled),._actionButton_1xlhn_479:hover:not(:disabled){transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}._editButton_1xlhn_480:hover:not(:disabled):hover,._secondaryButton_1xlhn_534:hover:not(:disabled):hover,._deleteButton_1xlhn_571:hover:not(:disabled):hover,._searchButton_1xlhn_477:hover:not(:disabled):hover,._primaryButton_1xlhn_478:hover:not(:disabled):hover,._actionButton_1xlhn_479:hover:not(:disabled):hover{transform:translateY(-3px);border-color:#43534373;box-shadow:0 18px 44px #161c1833,inset 0 1px #fff9}._editButton_1xlhn_480:hover:not(:disabled),._secondaryButton_1xlhn_534:hover:not(:disabled),._deleteButton_1xlhn_571:hover:not(:disabled),._searchButton_1xlhn_477:hover:not(:disabled),._primaryButton_1xlhn_478:hover:not(:disabled),._actionButton_1xlhn_479:hover:not(:disabled){color:#1e1f1e}@keyframes _loading_wae2j_1{0%{background-position:200% 0}to{background-position:-200% 0}}._ahpraInputWrapper_wae2j_9{width:100%}._ahpraInput_wae2j_9{width:100%;padding:.5rem 1rem;border:1px solid #e2dfd9;border-radius:8px;font-size:1rem;font-family:"Source Sans 3",-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:all .15s ease;background-color:#fff}._ahpraInput_wae2j_9:focus{outline:none;border-color:#9daa96;box-shadow:0 0 0 3px #9daa961a}._ahpraInput_wae2j_9:disabled{background-color:#f6efe7;cursor:not-allowed;opacity:.6}._ahpraInput_wae2j_9._error_wae2j_33{border-color:#c0392b}._ahpraInput_wae2j_9._error_wae2j_33:focus{border-color:#c0392b;box-shadow:0 0 0 3px #c0392b1a}._errorMessage_wae2j_41{margin-top:.25rem;color:#c0392b;font-size:.875rem;display:flex;align-items:center;gap:.25rem}._helpText_wae2j_50{display:block;margin-top:.25rem;color:#4a4b4a;font-size:.875rem;line-height:1.5}._disabled_wae2j_58{opacity:.6;cursor:not-allowed}@keyframes _loading_9tiav_213{0%{background-position:200% 0}to{background-position:-200% 0}}._videoCallContainer_9tiav_9{width:100vw;height:100vh;background:#1a1a1a;display:flex;flex-direction:column;overflow:hidden}._videoHeader_9tiav_18{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:#000c;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}._videoHeader_9tiav_18 h2{margin:0;font-size:1.5rem;font-weight:600}._telehealthBoard_9tiav_33{padding:1rem 2rem;background:#000000f2;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.5rem}._telehealthBoard_9tiav_33 h3{margin:0;font-size:1.1rem}._telehealthBoard_9tiav_33 p{margin:0;color:#ffffffd9}._telehealthBoard_9tiav_33 ._details_9tiav_50{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.95rem}._telehealthBoard_9tiav_33 strong{color:#fff}._headerLeft_9tiav_60,._headerRight_9tiav_66{display:flex;align-items:center;gap:1rem}._statusBadge_9tiav_72{padding:.25rem 1rem;border-radius:20px;font-size:.875rem;font-weight:500}._statusBadge_9tiav_72._connecting_9tiav_78{background:#d4841a33;color:#d4841a}._statusBadge_9tiav_72._connected_9tiav_82{background:#2e7d4233;color:#2e7d42}._statusBadge_9tiav_72._disconnected_9tiav_86{background:#c0392b33;color:#c0392b}._participantCount_9tiav_91{font-size:.875rem;color:#fffc}._videoGrid_9tiav_96{flex:1;display:flex;position:relative;overflow:hidden}._remoteParticipants_9tiav_103{flex:1;display:flex;align-items:center;justify-content:center;background:#000;position:relative}._remoteVideo_9tiav_112{width:100%;height:100%;object-fit:contain}._waitingMessage_9tiav_118{text-align:center;color:#fff}._waitingMessage_9tiav_118 h3{font-size:1.5rem;margin:0 0 1rem}._waitingMessage_9tiav_118 p{font-size:1rem;color:#ffffffb3;margin:0}._localVideoContainer_9tiav_132{position:absolute;bottom:2rem;right:2rem;z-index:10}._localVideoWrapper_9tiav_139{position:relative;width:280px;height:210px;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000080;border:2px solid rgba(255,255,255,.2)}._localVideo_9tiav_132{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}._localLabel_9tiav_156{position:absolute;bottom:.5rem;left:.5rem;background:#000000b3;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}._videoControls_9tiav_168{display:flex;justify-content:center;align-items:center;gap:1rem;padding:2rem;background:#000c;border-top:1px solid rgba(255,255,255,.1)}._controlButton_9tiav_178{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease;min-width:100px}._controlButton_9tiav_178 span{font-size:.875rem;font-weight:500}._controlButton_9tiav_178:hover{background:#fff3;transform:translateY(-2px)}._controlButton_9tiav_178._active_9tiav_201{background:#c0392b4d;border-color:#c0392b}._controlButton_9tiav_178._leaveButton_9tiav_205{background:#c0392b;border-color:#a5321f}._controlButton_9tiav_178._leaveButton_9tiav_205:hover{background:#a5321f}._loadingState_9tiav_213,._errorState_9tiav_214{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:#fff;text-align:center;padding:2rem}._loadingState_9tiav_213 h2,._errorState_9tiav_214 h2{font-size:2rem;margin:0 0 1rem}._loadingState_9tiav_213 p,._errorState_9tiav_214 p{font-size:1.125rem;color:#ffffffb3;margin:0}._spinner_9tiav_236{width:60px;height:60px;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:_spin_9tiav_236 1s linear infinite;margin-bottom:1.5rem}@keyframes _spin_9tiav_236{to{transform:rotate(360deg)}}._backButton_9tiav_251{margin-top:1.5rem;padding:1rem 2rem;background:#fff;color:#1e1f1e;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._backButton_9tiav_251:hover{background:#ebe8e3;transform:translateY(-2px)}@media (max-width: 768px){._videoHeader_9tiav_18{padding:1rem}._videoHeader_9tiav_18 h2{font-size:1.25rem}._localVideoWrapper_9tiav_139{width:160px;height:120px}._localVideoContainer_9tiav_132{bottom:1rem;right:1rem}._videoControls_9tiav_168{padding:1rem;gap:.5rem}._controlButton_9tiav_178{min-width:70px;padding:.5rem 1rem;font-size:1.25rem}._controlButton_9tiav_178 span{font-size:.75rem}}
