:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app-root{min-height:100vh;width:100vw;display:flex;flex-direction:column;background:#f8f8f8}.app-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;color:#454545}.landing-root{width:100%;text-align:center}.landing-title{font-size:4rem;margin:0;letter-spacing:-1px;color:#0b365f}.landing-subtitle{font-size:2rem;color:#30475e;margin-top:1rem;margin-bottom:1.75rem}.landing-question{font-size:1rem;color:#234;margin-bottom:1rem}.landing-actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.btn{padding:.75rem 1.25rem;font-size:1rem;border-radius:6px;border:1px solid transparent;cursor:pointer}.btn-primary{background:#d9534f;color:#fff}.btn-secondary{background:#fff;color:#d9534f;border-color:#d9534f}@media(max-width:480px){.landing-title{font-size:2.25rem}.landing-actions{flex-direction:column}.app-content{padding:1rem}}.auth-form-container{max-width:50%;width:40%;margin:2rem auto;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #0000001a;background-color:#fff}.auth-form-container.therapist{border-left:4px solid #4a90e2}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#333}.form-group input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input.error{border-color:#f44}.error-message{color:#f44;font-size:.875rem;margin-top:.25rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-primary{background-color:#4a90e2;color:#fff}.btn-primary:hover{background-color:#357abd}.auth-form-container h2{margin-bottom:1.5rem;color:#333;text-align:center}.auth-switch{margin-top:1.5rem;text-align:center;color:#666}.auth-switch .link-button{background:none;border:none;color:#4a90e2;cursor:pointer;font-weight:500;padding:0;margin-left:.25rem}.auth-switch .link-button:hover{text-decoration:underline}.header{background-color:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center}.header-title{margin:0;font-size:1.75rem;color:#0b365f;cursor:pointer;transition:color .3s ease}.header-title:hover{color:#0d4a7d}.header-right{display:flex;align-items:center}.dropdown-container{position:relative}.dropdown-toggle{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#0b365f;border-radius:50%;width:40px;height:40px;transition:background-color .3s ease}.dropdown-toggle:hover{background-color:#f0f0f0}.dropdown-toggle .icon{width:24px;height:24px}.dropdown-menu{position:absolute;right:0;top:100%;background-color:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 12px #00000026;min-width:150px;margin-top:.5rem;z-index:101}.dropdown-item{display:block;width:100%;padding:.75rem 1rem;border:none;background:none;text-align:left;cursor:pointer;color:#333;font-size:1rem;transition:background-color .2s ease}.dropdown-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.dropdown-item:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}.dropdown-item:hover{background-color:#f5f5f5}@media(max-width:480px){.header-container{padding:1rem}.header-title{font-size:1.5rem}}.footer{background-color:#f8f9fa;border-top:1px solid #e0e0e0;margin-top:auto;padding:2rem}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-text{margin:0;font-size:1rem;color:#333;margin-bottom:.5rem}.footer-copyright{margin:0;font-size:.875rem;color:#666}@media(max-width:480px){.footer{padding:1.5rem 1rem}.footer-text{font-size:.9rem}.footer-copyright{font-size:.8rem}}.upcoming-list{display:flex;flex-direction:column;gap:.75rem}.session-tile{background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;border-left:3px solid #4a90e2}.session-tile-info{flex:1;min-width:0}.session-date{font-weight:600;color:#0b365f;font-size:.95rem}.session-time{color:#444;font-size:.9rem;margin-top:.2rem}.session-meta{display:flex;align-items:center;gap:.5rem;margin-top:.4rem}.session-duration{font-size:.8rem;color:#888}.status-badge{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:999px;text-transform:capitalize}.status-scheduled{background:#e8f0fd;color:#1a56db}.status-started{background:#fff3e0;color:#e65100}.status-completed{background:#e8f5e9;color:#2e7d32}.status-cancelled{background:#f5f5f5;color:#999}.status-no-show{background:#fce4ec;color:#c62828}.cancel-btn{background:transparent;border:1px solid #d9534f;color:#d9534f;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.cancel-btn:hover{background:#d9534f;color:#fff}@media(max-width:600px){.session-tile{flex-direction:column;align-items:flex-start}.cancel-btn{align-self:flex-end}}.modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:500;padding:1rem;animation:fadeOverlay .15s ease}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}.booking-modal{background:#fff;border-radius:12px;box-shadow:0 10px 32px #0b365f26;padding:1.75rem;width:100%;max-width:460px;animation:slideUp .2s ease;position:relative}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.modal-title{margin:0;font-size:1.15rem;font-weight:700;color:#0b365f}.modal-close{background:none;border:none;cursor:pointer;font-size:1.25rem;color:#999;padding:.25rem .5rem;border-radius:4px;line-height:1}.modal-close:hover{background:#f5f5f5;color:#333}.booking-summary{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.25rem}.summary-row{display:flex;gap:.75rem;align-items:baseline}.summary-label{font-size:.8rem;color:#999;text-transform:uppercase;letter-spacing:.04em;min-width:70px}.summary-value{font-size:.95rem;color:#333;font-weight:500}.summary-tz{font-size:.78rem;color:#bbb;margin-top:.25rem}.booking-error{background:#fce4ec;color:#c62828;border-radius:6px;padding:.6rem .9rem;font-size:.87rem;margin-bottom:1rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-outline{background:transparent;border:1px solid #d0d0d0;color:#555;border-radius:6px;padding:.6rem 1.1rem;cursor:pointer;font-size:.95rem;font-family:inherit;transition:background .15s}.btn-outline:hover:not(:disabled){background:#f5f5f5}.btn-outline:disabled{opacity:.5;cursor:not-allowed}.btn-confirm{background:#4a90e2;color:#fff;border:none;border-radius:6px;padding:.6rem 1.25rem;cursor:pointer;font-size:.95rem;font-weight:600;font-family:inherit;transition:background .15s}.btn-confirm:hover:not(:disabled){background:#357abd}.btn-confirm:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.modal-actions{flex-direction:column-reverse}.btn-outline,.btn-confirm{width:100%;text-align:center}}.date-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.date-nav-title{font-weight:700;color:#0b365f;font-size:1rem}.nav-btn{background:none;border:1px solid #e0e0e0;border-radius:6px;width:32px;height:32px;cursor:pointer;font-size:1rem;color:#0b365f;display:flex;align-items:center;justify-content:center;transition:background .15s;padding:0}.nav-btn:hover{background:#f0f4fa}.nav-btn:disabled{opacity:.35;cursor:not-allowed}.nav-btn-group{display:flex;gap:.4rem}.date-scroller{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.date-chip{flex:0 0 auto;min-width:58px;padding:8px 10px;border-radius:10px;background:transparent;border:1px solid #e0e0e0;text-align:center;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s}.date-chip:focus{outline:2px solid rgba(74,144,226,.35);outline-offset:2px}.date-chip .chip-day{font-size:.7rem;color:#888;text-transform:uppercase;letter-spacing:.04em}.date-chip .chip-num{font-size:1.1rem;font-weight:700;color:#0b365f;margin-top:2px}.date-chip.selected{background:#4a90e2;border-color:#4a90e2}.date-chip.selected .chip-day,.date-chip.selected .chip-num{color:#fff}.date-chip.disabled{opacity:.4;cursor:not-allowed}.slot-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:.5rem;margin-top:.5rem}.slot{padding:10px 8px;border-radius:8px;text-align:center;cursor:pointer;font-size:.9rem;font-family:inherit;min-height:44px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;transition:transform .1s ease,box-shadow .1s ease}.slot.available{background:#fff;border-color:#d0e4f7;color:#0b365f;box-shadow:0 1px 3px #00000012}.slot.available:hover{background:#eef4fd;border-color:#4a90e2;transform:translateY(-1px);box-shadow:0 2px 6px #4a90e233}.slot.booked,.slot.blocked{background:#f5f5f5;color:#aaa;cursor:not-allowed}.slot:disabled{cursor:not-allowed}.slots-error{color:#d9534f;font-size:.85rem;margin-top:.5rem}.client-dashboard{width:100%;max-width:1100px;align-self:flex-start}.scheduler-shell{display:flex;flex-direction:column;gap:1.5rem;width:100%}.scheduler-tabs{display:flex;gap:.5rem}.scheduler-tab{background:transparent;border:none;padding:10px 20px;border-radius:999px;color:#666;cursor:pointer;font-size:1rem;font-weight:600;font-family:inherit;transition:background .2s,color .2s}.scheduler-tab:hover{background:#eef4fd;color:#4a90e2}.scheduler-tab[aria-selected=true]{background:#4a90e2;color:#fff;box-shadow:0 1px 4px #4a90e240}.scheduler-main{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:900px){.scheduler-main{grid-template-columns:1fr 340px;align-items:start}}.scheduler-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:1.5rem}.section-label{font-size:.8rem;color:#999;letter-spacing:.05em;text-transform:uppercase;margin:1rem 0 .5rem}.state-loading,.state-empty{padding:2rem;text-align:center;color:#999;font-size:.95rem}.toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);background:#333;color:#fff;padding:.75rem 1.25rem;border-radius:8px;font-size:.9rem;z-index:1000;animation:fadeInUp .2s ease}.toast.toast-success{background:#2e7d32}.toast.toast-error{background:#c62828}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.profile-container{min-height:100vh;width:80%;background:#fff;padding:40px 20px;display:flex;justify-content:center;align-items:flex-start;border:1px solid #e0e0e0;border-radius:5px}.profile-card{width:100%}.profile-header{display:flex;justify-content:space-between;align-items:center;padding:30px;border-bottom:1px solid #f0f0f0}.profile-header h1{margin:0;font-size:28px;font-weight:600}.edit-button{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;color:#667eea;transition:all .3s ease;border-radius:6px}.edit-button:hover{background:#f0f0f0;transform:scale(1.1)}.edit-button svg{width:24px;height:24px;stroke:currentColor;stroke-width:2}.alert{padding:15px 30px;margin:0;font-weight:500;border-bottom:1px solid #e0e0e0}.alert-error{background:#ffebee;color:#c62828}.alert-success{background:#e8f5e9;color:#2e7d32}.profile-content{padding:40px 30px;display:grid;grid-template-columns:1fr 2fr;gap:40px}.profile-image-section{display:flex;flex-direction:column;align-items:center;gap:20px;padding:30px}.profile-image-container{width:200px;height:200px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000026;background:#f5f7fa}.image-upload-section{width:100%;text-align:center}.image-upload-label{display:inline-flex;align-items:center;gap:8px;background:#667eea;color:#fff;padding:12px 20px;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.upload-icon{font-size:18px}.image-help-text{margin-top:12px;font-size:12px;color:#757575}.profile-info-section{display:flex;flex-direction:column;gap:24px}.profile-field{display:flex;flex-direction:column;gap:8px}.field-label{font-weight:600;color:#333;font-size:14px;text-transform:uppercase;letter-spacing:.5px;color:#667eea}.field-value{font-size:16px;color:#555;margin:0;padding:12px 0;line-height:1.6}.field-value-multiline{white-space:pre-wrap;word-wrap:break-word}.schedule-display{background:#f9f9f9;padding:15px;border-radius:6px;border-left:3px solid #667eea;font-family:Courier New,monospace;font-size:18px}.field-input,.field-textarea{padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:inherit;transition:all .3s ease;width:100%;box-sizing:border-box}.field-input:focus,.field-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fafbff}.field-textarea{resize:vertical;min-height:100px}.profile-actions{display:flex;gap:12px;margin-top:20px}.profile-actions{display:flex;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #f0f0f0}.save-button{background:#27ae60;color:#fff;border:none;padding:12px 32px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.save-button:hover:not(:disabled){background:#229954;transform:translateY(-2px);box-shadow:0 4px 12px #27ae604d}.save-button:disabled{opacity:.6;cursor:not-allowed}.cancel-button{background:#e0e0e0;color:#333;border:none;padding:12px 32px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.cancel-button:hover:not(:disabled){background:#d0d0d0;transform:translateY(-2px)}.cancel-button:disabled{opacity:.6;cursor:not-allowed}.profile-section{padding:30px;border-top:1px solid #f0f0f0}.profile-section h2{font-size:20px;font-weight:600;margin:0 0 25px;color:#333}.schedule-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.schedule-card{border:1px solid #e0e0e0;border-radius:8px;padding:20px;background:#fafafa;transition:all .3s ease}.schedule-card:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.schedule-card h3{margin:0 0 15px;font-size:16px;font-weight:600;color:#333}.schedule-edit{display:flex;flex-direction:column;gap:15px}.checkbox-group{display:flex;align-items:center;gap:8px}.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#667eea}.checkbox-group label{cursor:pointer;font-weight:500;color:#333}.slots-container{display:flex;flex-direction:column;gap:12px}.time-slot{display:flex;align-items:center;gap:10px;padding:12px;background:#fff;border-radius:6px;border:1px solid #e0e0e0}.time-inputs{display:flex;align-items:center;gap:8px;flex:1}.time-input{padding:8px 10px;border:1px solid #d0d0d0;border-radius:4px;font-size:14px;font-family:inherit;transition:all .3s ease}.time-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a;background:#fafbff}.time-separator{color:#999;font-weight:500;white-space:nowrap}.add-slot-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#e8f5e9;color:#27ae60;border:1px dashed #27ae60;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease}.add-slot-button:hover{background:#c8e6c9;border-color:#229954;color:#229954}.add-slot-button svg{width:16px;height:16px}.remove-slot-button{display:flex;align-items:center;justify-content:center;padding:6px 8px;background:#ffebee;color:#c62828;border:1px solid #ffcdd2;border-radius:4px;cursor:pointer;transition:all .3s ease}.remove-slot-button:hover{background:#ffcdd2;border-color:#c62828}.remove-slot-button svg{width:16px;height:16px}.schedule-view{padding:10px 0}.slot-list{display:flex;flex-direction:column;gap:8px}.schedule-time{margin:0;padding:8px 0;color:#27ae60;font-weight:500;font-size:16px}.schedule-unavailable{margin:0;padding:8px 0;color:#999;font-style:italic;font-size:14px}.form-group{margin-bottom:25px}.form-group label{display:block;font-weight:600;color:#333;margin-bottom:8px;font-size:14px}.form-input,.form-textarea{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:6px;font-size:14px;font-family:inherit;transition:all .3s ease;box-sizing:border-box}.form-input:focus,.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;background:#fafbff}.form-textarea{resize:vertical;min-height:120px}.form-value{margin:0;padding:12px 0;color:#555;font-size:14px;line-height:1.6}.image-container{width:200px;height:200px;border-radius:12px;overflow:hidden;background:#f5f7fa;display:flex;align-items:center;justify-content:center;border:2px solid #e0e0e0}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#999}.image-placeholder svg{width:80px;height:80px;stroke:#ccc}.image-placeholder p{margin:0;font-size:14px}.profile-image{width:100%;height:100%;object-fit:cover;display:block}.image-upload-label{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;font-size:14px;transition:all .3s ease}.image-upload-label:hover{background:#764ba2;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.upload-button{cursor:pointer}.image-input{display:none}.error-message{padding:15px 30px;background:#ffebee;color:#c62828;font-weight:500;border-radius:6px;margin-top:20px}.success-message{padding:15px 30px;background:#e8f5e9;color:#2e7d32;font-weight:500;border-radius:6px;margin-top:20px}.loading{text-align:center;padding:60px 20px;color:#667eea;font-weight:600;font-size:16px}.profile-loading{min-height:100vh;display:flex;justify-content:center;align-items:center;font-size:18px;color:#667eea;font-weight:600}@media(max-width:768px){.profile-container{padding:20px 10px;width:100%}.profile-wrapper{border-radius:8px}.profile-header{padding:20px;flex-direction:column;gap:15px;text-align:center}.profile-header h1{font-size:24px}.edit-button{width:100%}.profile-content{grid-template-columns:1fr;gap:30px;padding:25px 20px}.profile-image-container{width:150px;height:150px}.field-input,.field-textarea{font-size:16px}.schedule-grid{grid-template-columns:1fr}.time-slot{flex-direction:column;align-items:flex-start}.time-inputs{width:100%}.remove-slot-button{align-self:flex-end}}@media(max-width:480px){.profile-container{padding:15px 5px}.profile-header{padding:15px}.profile-header h1{font-size:20px}.profile-content{padding:20px 15px}.profile-image-container{width:120px;height:120px}.profile-field{gap:6px}.field-label{font-size:12px}.field-value{font-size:14px}.image-upload-label{padding:10px 16px;font-size:14px}.save-button{padding:10px 24px;font-size:14px}}
