:root{--color-primary: #17a2b8;--color-primary-dark: #138496;--color-primary-light: #5bc0de;--color-teal: #398983;--color-teal-dark: #2d6d68;--color-teal-light: #4fa59f;--color-gray-900: #0f172a;--color-gray-800: #1e293b;--color-gray-700: #334155;--color-gray-600: #475569;--color-gray-500: #64748b;--color-gray-400: #94a3b8;--color-gray-300: #cbd5e1;--color-gray-200: #e2e8f0;--color-gray-100: #f1f5f9;--color-gray-50: #f8fafc;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6;--color-text-primary: #0f172a;--color-text-secondary: #64748b;--color-text-tertiary: #94a3b8;--color-text-inverse: #ffffff;--color-border: #e2e8f0;--color-border-dark: #334155;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1);--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--transition-fast: .15s ease-in-out;--transition-base: .25s ease-in-out;--transition-slow: .35s ease-in-out;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070}html,body{height:100%;width:100%;overflow-x:hidden}body{font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-gray-50);color:var(--color-text-primary);line-height:1.5}#root{min-height:100vh;width:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-gray-100)}::-webkit-scrollbar-thumb{background:var(--color-gray-400);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-gray-500)}*:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0 1000px white inset;-webkit-text-fill-color:var(--color-text-primary);transition:background-color 5000s ease-in-out 0s}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 var(--spacing-md)}.text-center{text-align:center}.text-primary{color:var(--color-primary)}.text-teal{color:var(--color-teal)}.bg-primary{background-color:var(--color-primary)}.bg-teal{background-color:var(--color-teal)}.bg-gray-900{background-color:var(--color-gray-900)}@media(min-width:640px){.container{padding:0 var(--spacing-lg)}}@media(min-width:768px){.container{padding:0 var(--spacing-xl)}}@media(min-width:1024px){.container{padding:0 var(--spacing-2xl)}}.install-popup-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;justify-content:center;align-items:flex-end;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease-in-out;padding:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.install-popup-content{background-color:#fff;padding:1.75rem 1.5rem;border-radius:1.25rem 1.25rem 0 0;box-shadow:0 -4px 20px #00000040;max-width:500px;width:100%;text-align:center;animation:slideUp .4s cubic-bezier(.16,1,.3,1);position:relative;max-height:85vh;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.popup-close-icon{position:absolute;top:1rem;right:1rem;background:#f3f4f6;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;color:#6b7280;transition:all .2s;padding:0}.popup-close-icon:hover{background:#e5e7eb;color:#374151}.popup-close-icon:active{transform:scale(.95)}.popup-icon{width:60px;height:60px;margin:0 auto .75rem;animation:bounce .6s ease-in-out;display:flex;align-items:center;justify-content:center}.popup-logo{width:100%;height:100%;object-fit:contain}.install-popup-content h3{color:#2a9484;font-size:1.35rem;margin:0 0 1rem;font-weight:600;line-height:1.3}.install-popup-content p{font-size:.95rem;color:#4b5563;line-height:1.5;margin-bottom:1.25rem}.install-instructions{text-align:left}.install-instructions ol{padding-left:0;margin:1.25rem 0;list-style:none;counter-reset:step-counter}.install-instructions li{margin:1rem 0;font-size:.95rem;color:#374151;line-height:1.6;counter-increment:step-counter;position:relative;padding-left:2.5rem}.step-number{position:absolute;left:0;top:0;background:#2a9484;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}.step-number:before{content:counter(step-counter)}.ios-icon{font-size:1.3rem;vertical-align:middle;margin:0 2px}.popup-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.popup-button{padding:.875rem 1.5rem;border:none;border-radius:.75rem;cursor:pointer;font-weight:600;font-size:1rem;transition:all .2s;width:100%}.popup-button.primary{background:#2a9484;color:#fff;box-shadow:0 2px 8px #2a94844d}.popup-button.primary:hover{background:#238376;box-shadow:0 4px 12px #2a948466;transform:translateY(-1px)}.popup-button.primary:active{transform:translateY(0)}.popup-button.secondary{background:#f3f4f6;color:#6b7280}.popup-button.secondary:hover{background:#e5e7eb;color:#374151}.popup-button.secondary:active{transform:scale(.98)}@media(min-width:768px){.install-popup-overlay{align-items:center}.install-popup-content{border-radius:1.25rem;max-width:420px}}@media(min-width:1024px){.install-popup-overlay{display:none}}.desktop-install-banner{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:1000;animation:slideUpBanner .4s cubic-bezier(.16,1,.3,1);max-width:600px;width:calc(100% - 2rem)}@keyframes slideUpBanner{0%{transform:translate(-50%) translateY(100px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.banner-content{background:linear-gradient(135deg,#2a9484,#238376);color:#fff;padding:1rem 1.25rem;border-radius:.75rem;box-shadow:0 8px 24px #00000026,0 2px 8px #0000001a;display:flex;align-items:center;gap:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.banner-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.banner-logo{width:100%;height:100%;object-fit:contain}.banner-text{flex:1;display:flex;flex-direction:column;gap:.25rem}.banner-text strong{font-size:1rem;font-weight:600;line-height:1.3}.banner-text span{font-size:.875rem;opacity:.9;line-height:1.4}.banner-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.banner-button{border:none;cursor:pointer;font-weight:600;transition:all .2s;font-size:.9rem}.banner-button.install{background:#fff;color:#2a9484;padding:.625rem 1.25rem;border-radius:.5rem;box-shadow:0 2px 8px #0000001a}.banner-button.install:hover{background:#f9fafb;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.banner-button.install:active{transform:translateY(0)}.banner-button.dismiss{background:#ffffff26;color:#fff;padding:.5rem;border-radius:.375rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.125rem}.banner-button.dismiss:hover{background:#ffffff40}.banner-button.dismiss:active{transform:scale(.95)}@media(max-width:768px){.desktop-install-banner{display:none}}@media(max-width:1024px)and (min-width:769px){.banner-content{padding:.875rem 1rem}.banner-icon{font-size:1.75rem}.banner-text strong{font-size:.9rem}.banner-text span{font-size:.8rem}}.login-page{min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center;background:#fff;padding:1rem;overflow:hidden;box-sizing:border-box;position:fixed;inset:0}.login-container{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;max-height:calc(100% - 2rem);overflow-y:auto;-webkit-overflow-scrolling:touch}.pwa-install-container{width:100%;display:flex;justify-content:flex-end;margin-bottom:1rem}.login-card{background:#fff;width:100%;display:flex;flex-direction:column}.login-header{text-align:center;margin-bottom:2.5rem;width:100%}.login-logo{width:100%;max-width:280px;height:auto;object-fit:contain;margin:0 auto;display:block}.login-form{display:flex;flex-direction:column;gap:1rem}.error-banner{background-color:#fee2e2;color:#dc2626;padding:.75rem 1rem;border-radius:.375rem;font-size:.875rem;border:1px solid #fecaca}.success-banner{background-color:#d1fae5;color:#065f46;padding:.75rem 1rem;border-radius:.375rem;font-size:.875rem;border:1px solid #6ee7b7}.form-field{display:flex;flex-direction:column;gap:.5rem;margin-bottom:0}.form-field input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.9375rem;transition:border-color .2s ease,box-shadow .2s ease;background-color:#fff!important;color:#374151!important;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:0!important;text-align:left}.form-field input:-webkit-autofill,.form-field input:-webkit-autofill:hover,.form-field input:-webkit-autofill:focus,.form-field input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px #ffffff inset!important;-webkit-text-fill-color:#374151!important;box-shadow:0 0 0 1000px #fff inset!important;border:1px solid #d1d5db!important;letter-spacing:0!important;text-align:left!important;transition:background-color 5000s ease-in-out 0s}.form-field input:autofill{background-color:#fff!important;letter-spacing:0!important;text-align:left!important}.form-field input:focus{outline:none;border-color:#2a9484;background-color:#fff;box-shadow:0 0 0 3px #2a948414}.form-field input:disabled{opacity:.6;cursor:not-allowed;background-color:#f9fafb}.form-field input::placeholder{color:#9ca3af;font-weight:400;text-align:left;letter-spacing:0}.password-field input{padding-right:2.75rem}.password-toggle{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;font-size:1.125rem;padding:.25rem;display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .15s ease}.password-toggle:hover{opacity:.8}.password-toggle:disabled{cursor:not-allowed;opacity:.3}.forgot-password-link{text-align:right;margin-top:.25rem;margin-bottom:.5rem}.forgot-link{background:none;border:none;color:#2a9484;text-decoration:none;font-weight:500;font-size:.8125rem;cursor:pointer;transition:color .15s ease;padding:0}.forgot-link:hover{color:#238073;text-decoration:underline}.login-button{width:100%;padding:.875rem;background-color:#2a9484;color:#fff;border:none;border-radius:.375rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;margin-top:.5rem}.login-button:hover:not(:disabled){background-color:#238073}.login-button:active:not(:disabled){background-color:#1f6b5f}.login-button:disabled{opacity:.6;cursor:not-allowed}.signup-link{margin-top:1.5rem;text-align:center;font-size:.875rem;color:#6b7280;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.signup-link-button{background:none;border:none;color:#2a9484;font-weight:600;cursor:pointer;padding:0;transition:color .15s ease}.signup-link-button:hover{color:#238073;text-decoration:underline}.signup-link-button:disabled{opacity:.6;cursor:not-allowed}.login-footer{margin-top:1rem;text-align:center;font-size:.75rem;color:#9ca3af;line-height:1.5}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:#fff;border-radius:.5rem;max-width:28rem;width:100%;padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a;max-height:calc(100vh - 2rem);overflow-y:auto}.modal-content-scrollable{overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 .5rem}.modal-description{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.modal-form{display:flex;flex-direction:column;gap:1rem}.modal-actions{display:flex;gap:.75rem;margin-top:.5rem}.modal-button-primary,.modal-button-secondary{flex:1;padding:.75rem;border-radius:.375rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;border:none}.modal-button-primary{background-color:#2a9484;color:#fff}.modal-button-primary:hover:not(:disabled){background-color:#238073}.modal-button-primary:disabled{opacity:.6;cursor:not-allowed}.modal-button-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.modal-button-secondary:hover:not(:disabled){background-color:#f9fafb}.modal-button-secondary:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.login-page{padding:.75rem}.pwa-install-container{margin-bottom:.75rem}.login-logo{max-width:220px}.login-header{margin-bottom:2rem}.form-field input{font-size:16px;padding:.75rem 1rem}.login-button{padding:.875rem}.modal-content{padding:1.25rem;max-height:calc(100vh - 1rem)}.modal-title{font-size:1.125rem}.modal-description{font-size:.8125rem}.modal-actions{flex-direction:column}.modal-button-primary,.modal-button-secondary{width:100%}}@media(max-width:375px){.login-page{padding:.5rem}.login-logo{max-width:180px}.login-header{margin-bottom:1.5rem}.form-field input{padding:.625rem .75rem}}@media(max-height:500px)and (orientation:landscape){.login-page{height:auto;min-height:100vh;overflow-y:auto;padding:.75rem}.login-header{margin-bottom:1.5rem}.login-logo{max-width:200px}.form-field{margin-bottom:.5rem}.login-footer{margin-top:.75rem}}.register-page{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:#f9fafb;padding:2rem 1rem;box-sizing:border-box}.register-container{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center}.register-card{background:#fff;width:100%;display:flex;flex-direction:column;border-radius:1rem;box-shadow:0 4px 6px #00000012;padding:2rem}.register-header{text-align:center;margin-bottom:2rem;width:100%}.register-logo{width:100%;max-width:180px;height:auto;object-fit:contain;margin:0 auto 1rem;display:block}.logo-fallback{font-size:1.75rem;font-weight:700;color:#2a9484;line-height:1.2;margin:0 0 .5rem}.register-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .5rem}.register-subtitle{font-size:.875rem;color:#6b7280;margin:0}.register-form{display:flex;flex-direction:column;gap:1.5rem}.error-alert{position:relative;padding:1rem 1.25rem;border-radius:.5rem;margin-bottom:.5rem;border:1px solid;animation:slideDown .3s ease}.error-alert.alert-error{background-color:#fee2e2;color:#991b1b;border-color:#fecaca}.error-alert.alert-warning{background-color:#fff7ed;color:#9a3412;border-color:#fed7aa}.alert-content{display:flex;align-items:flex-start;gap:.75rem}.alert-body{flex:1}.alert-message{margin:0 0 .75rem;font-size:.875rem;line-height:1.5;font-weight:500}.alert-actions{display:flex;gap:.5rem;margin-top:.5rem}.alert-action-btn{padding:.5rem 1rem;border-radius:.375rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent;white-space:nowrap}.alert-action-btn.primary{background-color:#111827;color:#fff;border-color:#111827}.alert-action-btn.primary:hover{background-color:#1f2937;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.alert-action-btn.secondary{background-color:#fff;color:#374151;border-color:#d1d5db}.alert-action-btn.secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.alert-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.5rem;line-height:1;color:#6b7280;cursor:pointer;padding:0;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;transition:color .15s ease}.alert-close:hover{color:#374151}.error-banner{background-color:#fee2e2;color:#dc2626;padding:.875rem 1rem;border-radius:.75rem;font-size:.875rem;border:1px solid #fecaca;line-height:1.5}.success-banner{background-color:#d1fae5;color:#065f46;padding:.875rem 1rem;border-radius:.75rem;font-size:.875rem;border:1px solid #6ee7b7}.form-section{display:flex;flex-direction:column;gap:1rem}.section-title{font-size:1.125rem;font-weight:600;color:#374151;margin:0;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb;text-align:left}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.375rem;text-align:left}.form-field label{font-size:.875rem;font-weight:500;color:#374151;text-align:left}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.9375rem;transition:all .15s ease;background-color:#fff;color:#111827;box-sizing:border-box;font-family:inherit;text-align:left!important}.form-field input:-webkit-autofill,.form-field select:-webkit-autofill,.form-field textarea:-webkit-autofill{text-align:left!important;-webkit-text-fill-color:#111827!important}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#2a9484;box-shadow:0 0 0 3px #2a94841a}.form-field input:disabled,.form-field select:disabled,.form-field textarea:disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6}.form-field input::placeholder,.form-field textarea::placeholder{color:#9ca3af;text-align:left!important}.form-field input.error,.form-field select.error,.form-field textarea.error{border-color:#dc2626}.form-field select{cursor:pointer;text-align:left!important}.form-field textarea{resize:vertical;min-height:80px;text-align:left!important}.register-form .form-field input,.register-form .form-field select,.register-form .form-field textarea{text-align:left!important}.field-hint{font-size:.75rem;color:#6b7280;margin-top:-.25rem;text-align:left}.field-error{font-size:.75rem;color:#dc2626;margin-top:-.125rem;text-align:left}.password-field{position:relative;display:flex;align-items:center}.password-field input{padding-right:2.75rem;text-align:left!important}.password-toggle{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;font-size:1.125rem;padding:.25rem;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .15s ease}.password-toggle:hover{opacity:1}.password-toggle:disabled{cursor:not-allowed;opacity:.4}.register-button{width:100%;padding:.875rem;background-color:#2a9484;color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #2a94844d;margin-top:.5rem}.register-button:hover:not(:disabled){background-color:#238073;transform:translateY(-2px);box-shadow:0 6px 16px #2a948466}.register-button:active:not(:disabled){transform:translateY(0)}.register-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-link{text-align:center;font-size:.875rem;color:#6b7280;margin-top:.5rem}.link-button{background:none;border:none;color:#2a9484;font-weight:600;cursor:pointer;padding:0;transition:color .15s ease}.link-button:hover{color:#238073;text-decoration:underline}.link-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.register-page{padding:1.5rem .75rem}.register-card{padding:1.5rem}.register-logo{max-width:150px}.register-title{font-size:1.25rem}.register-subtitle{font-size:.8125rem}.form-row{grid-template-columns:1fr}.form-field input,.form-field select,.form-field textarea{font-size:16px}.section-title{font-size:1rem}.alert-actions{flex-direction:column;width:100%}.alert-action-btn{width:100%;justify-content:center}}@media(max-width:375px){.register-page{padding:1rem .5rem}.register-card{padding:1.25rem}.register-logo{max-width:130px}.alert-content{flex-direction:column}.alert-close{position:static;align-self:flex-end;margin-top:.5rem}}.register-info{font-size:.875rem;color:#6b7280;margin:.25rem 0;text-align:center}.register-info strong{color:#111827;font-weight:600}.register-footer{margin-top:1.5rem;text-align:center;font-size:.75rem;color:#9ca3af;line-height:1.5;padding-top:1rem;border-top:1px solid #e5e7eb}.optional-section{margin-top:1rem;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.optional-summary{padding:1rem 1.25rem;background-color:#f9fafb;cursor:pointer;font-size:.9375rem;font-weight:600;color:#374151;list-style:none;-webkit-user-select:none;user-select:none;transition:background-color .15s ease;display:flex;align-items:center;justify-content:space-between}.optional-summary:hover{background-color:#f3f4f6}.optional-summary::marker,.optional-summary::-webkit-details-marker{display:none}.optional-summary:after{content:"▼";font-size:.75rem;color:#6b7280;transition:transform .2s ease}.optional-section[open] .optional-summary:after{transform:rotate(180deg)}.optional-section[open] .optional-summary{border-bottom:1px solid #e5e7eb}.optional-section .form-section{padding:1rem 1.25rem;background-color:#fff}.optional-section .form-section:last-child{padding-bottom:1.25rem}.register-info[style*=italic]{color:#6b7280;background-color:#f9fafb;padding:.75rem 1rem;border-radius:.5rem;border-left:3px solid #2A9484;margin-top:1rem}.verify-otp-page{min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;display:flex;align-items:center;justify-content:center;background:#fff;padding:1rem;overflow:hidden;box-sizing:border-box;position:fixed;inset:0}.verify-otp-container{width:100%;max-width:440px;display:flex;flex-direction:column;align-items:center}.verify-otp-card{background:#fff;width:100%;display:flex;flex-direction:column;padding:1.5rem}.verify-otp-header{text-align:center;margin-bottom:1.25rem;width:100%}.verify-otp-logo{width:100%;max-width:140px;height:auto;object-fit:contain;margin:0 auto .75rem;display:block}.logo-fallback{font-size:1.5rem;font-weight:700;color:#2a9484;line-height:1.2;margin:0 0 .5rem}.logo-subtitle{font-size:.625rem;color:#64748b;margin:0;letter-spacing:.5px}.verify-icon{font-size:3rem;margin:1rem 0;animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.verify-otp-header h2{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 .5rem}.verify-otp-description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.4}.verify-otp-description strong{font-size:.9375rem;font-weight:600;color:#2a9484;display:block;margin-top:.25rem;word-break:break-word}.verify-otp-form{display:flex;flex-direction:column;gap:.75rem}.error-banner{background-color:#fee2e2;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;border:1px solid #fecaca;line-height:1.4}.success-banner{background-color:#d1fae5;color:#065f46;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;border:1px solid #6ee7b7;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{display:none}.form-field input{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;text-align:center;letter-spacing:.5rem;transition:all .15s ease;background-color:#f9fafb;color:#111827;box-sizing:border-box;font-weight:600}.form-field input:focus{outline:none;border-color:#2a9484;background-color:#fff;box-shadow:0 0 0 3px #2a94841a}.form-field input:disabled{opacity:.6;cursor:not-allowed;background-color:#f3f4f6}.form-field input::placeholder{color:#9ca3af;letter-spacing:normal;font-weight:400}.otp-dots{display:flex;justify-content:center;gap:.5rem;margin-top:.5rem}.otp-dot{width:2.5rem;height:2.5rem;border:2px solid #e5e7eb;border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;color:#111827;background-color:#f9fafb;transition:all .2s ease}.otp-dot.filled{border-color:#2a9484;background-color:#e6f7f5;color:#2a9484;transform:scale(1.05);box-shadow:0 2px 8px #2a948433}.verify-button{width:100%;padding:.75rem;background-color:#2a9484;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #2a94844d;margin-top:.25rem}.verify-button:hover:not(:disabled){background-color:#238073;transform:translateY(-2px);box-shadow:0 6px 16px #2a948466}.verify-button:active:not(:disabled){transform:translateY(0)}.verify-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.resend-section{text-align:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.resend-text{font-size:.875rem;color:#6b7280;margin:0 0 .375rem}.resend-button{background:none;border:none;color:#2a9484;font-size:.9375rem;font-weight:600;cursor:pointer;padding:.5rem 1rem;transition:all .15s ease;border-radius:.5rem}.resend-button:hover:not(:disabled){color:#238073;background-color:#f0fdf4}.resend-button:disabled{opacity:.5;cursor:not-allowed;color:#9ca3af}.verify-otp-footer{margin-top:1rem;text-align:center}.back-button{background:none;border:none;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem;transition:color .15s ease}.back-button:hover:not(:disabled){color:#374151;text-decoration:underline}.back-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.verify-otp-page{padding:.75rem}.verify-otp-card{padding:1.25rem}.verify-otp-logo{max-width:120px}.verify-icon{font-size:2.5rem}.verify-otp-header h2{font-size:1.125rem}.verify-otp-description{font-size:.8125rem}.verify-otp-description strong{font-size:.875rem}.form-field input{font-size:16px}.otp-dot{width:2rem;height:2rem;font-size:1rem}}@media(max-width:375px){.verify-otp-card{padding:1rem}.verify-otp-logo{max-width:110px}.otp-dots{gap:.375rem}.otp-dot{width:1.75rem;height:1.75rem;font-size:.9375rem}}@media(max-height:500px)and (orientation:landscape){.verify-otp-page{height:auto;min-height:100vh;overflow-y:auto}.verify-icon{font-size:2rem;margin:.5rem 0}.verify-otp-header{margin-bottom:1rem}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -2px 10px #0000001a;z-index:1000;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav-container{display:flex;justify-content:space-around;align-items:center;max-width:768px;margin:0 auto;padding:.5rem 0}.bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.5rem .75rem;background:transparent;border:none;cursor:pointer;transition:all .2s ease;flex:1;max-width:100px;color:#6b7280}.bottom-nav-item:hover{background:#2a94840d}.bottom-nav-item.active{color:#2a9484}.bottom-nav-icon{transition:transform .2s ease}.bottom-nav-item.active .bottom-nav-icon{transform:scale(1.1)}.bottom-nav-label{font-size:.75rem;font-weight:500;transition:all .2s ease}.bottom-nav-item.active .bottom-nav-label{font-weight:600}@media(min-width:769px){.bottom-nav{display:none}}@media(max-width:768px){.dashboard-container,.profile-container{padding-bottom:calc(4rem + env(safe-area-inset-bottom))}}.dashboard-container{min-height:100vh;background:#fff;padding-bottom:calc(4rem + env(safe-area-inset-bottom))}.dashboard-container .dashboard-header{background:linear-gradient(160deg,#2a9484,#1f6b5f)!important;padding:12px 20px!important;box-shadow:0 2px 8px #00000014;text-align:left!important}.dashboard-header .header-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:12px}.dashboard-header .header-avatar{width:48px;height:48px;border-radius:50%;background:#fff;border:2.5px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:transform .18s ease;overflow:hidden}.dashboard-header .header-avatar:hover{transform:scale(1.05)}.header-avatar .avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.header-avatar .avatar-initials{font-size:19px;font-weight:700;color:#2a9484;letter-spacing:-.5px}.dashboard-header .greeting-section{flex:1;min-width:0}.greeting-section .greeting-label{margin:0;font-size:13px;color:#fff;font-weight:500;line-height:1.3;letter-spacing:.1px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.greeting-section .greeting-name{margin:2px 0 0;font-size:18px;font-weight:700;color:#fff;line-height:1.3;letter-spacing:-.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 2px rgba(0,0,0,.1)}.dashboard-header .notification-button{width:36px;height:36px;border-radius:50%;background:#ffffff2e;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease;flex-shrink:0;-webkit-tap-highlight-color:transparent}.dashboard-header .notification-button:hover{background:#ffffff40}.dashboard-header .notification-button:active{background:#ffffff52}.dashboard-header .notification-button svg{color:#fff}.dashboard-container .dashboard-main{max-width:1200px;margin:0 auto;padding:20px;background:#fff}.dashboard-main .dashboard-content{margin-top:0}.dashboard-content .section-title{font-size:17px;font-weight:700;color:#111827;margin:0 0 12px;letter-spacing:-.3px}.dashboard-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;gap:1rem;background:#fff}.dashboard-loading p{color:#6b7280;font-size:14px;font-weight:500}.loading-spinner{width:50px;height:50px;border:4px solid #e5e7eb;border-top-color:#2a9484;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.dashboard-container .dashboard-main{padding:18px 20px}.dashboard-container .dashboard-header{padding:12px 20px!important}.dashboard-header .header-avatar{width:48px;height:48px}.header-avatar .avatar-initials{font-size:19px}.greeting-section .greeting-label{font-size:13px}.greeting-section .greeting-name{font-size:18px}.dashboard-header .notification-button{width:36px;height:36px}}@media(max-width:380px){.dashboard-container .dashboard-header{padding:10px 16px!important}.dashboard-header .header-content{gap:10px}.dashboard-header .header-avatar{width:44px;height:44px}.header-avatar .avatar-initials{font-size:17px}.greeting-section .greeting-label{font-size:12px}.greeting-section .greeting-name{font-size:17px}.dashboard-header .notification-button{width:34px;height:34px}.dashboard-container .dashboard-main{padding:16px}}@media(min-width:769px){.dashboard-container{padding-bottom:2rem}.dashboard-container .dashboard-main{padding:24px 32px}.dashboard-container .dashboard-header{padding:14px 24px!important}.dashboard-header .header-content{gap:14px}.dashboard-header .header-avatar{width:56px;height:56px}.header-avatar .avatar-initials{font-size:22px}.greeting-section .greeting-label{font-size:14px}.greeting-section .greeting-name{font-size:20px}.dashboard-header .notification-button{width:40px;height:40px}}@media(min-width:1024px){.dashboard-header .header-avatar{width:60px;height:60px}.header-avatar .avatar-initials{font-size:24px}.greeting-section .greeting-label{font-size:15px}.greeting-section .greeting-name{font-size:22px}.dashboard-header .notification-button{width:44px;height:44px}}.profile-screen{height:100vh;height:100dvh;background:#fff;display:flex;flex-direction:column;overflow:hidden;position:relative}.profile-top{background:linear-gradient(160deg,#2a9484,#1f6b5f);padding-bottom:14px;flex-shrink:0;position:relative;z-index:10}.profile-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px}.profile-topbar-title{font-size:17px;font-weight:700;color:#fff;letter-spacing:-.3px}.profile-icon-btn{width:36px;height:36px;border-radius:50%;background:#ffffff2e;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s;-webkit-tap-highlight-color:transparent}.profile-icon-btn:active{background:#ffffff52}.profile-hero-card{margin:0 20px;background:#fff;border:none;border-radius:14px;padding:12px 14px;display:flex;align-items:center;gap:10px;box-shadow:0 2px 8px #00000014}.profile-avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0;overflow:hidden;border:2.5px solid #2A9484;background:#e0f2f1;display:flex;align-items:center;justify-content:center}.profile-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.profile-avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:19px;font-weight:700;color:#2a9484;letter-spacing:-.5px;background:#e0f2f1;-webkit-user-select:none;user-select:none;line-height:1}.profile-hero-info{flex:1;min-width:0}.profile-name{font-size:15px;font-weight:700;color:#111827;margin:0 0 2px;letter-spacing:-.3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-contact{font-size:12px;color:#6b7280;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-qr-btn{flex-shrink:0;background:#2a9484;color:#fff;font-size:11px;font-weight:600;border:none;border-radius:7px;padding:7px 11px;display:flex;align-items:center;gap:4px;cursor:pointer;white-space:nowrap;transition:background .18s,transform .12s;-webkit-tap-highlight-color:transparent}.profile-qr-btn:active{background:#1f6b5f;transform:scale(.96)}.profile-hero-skeleton{display:flex;align-items:center;gap:10px;width:100%}.skeleton-avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0;background:#f3f4f6;animation:sk-pulse 1.4s ease-in-out infinite}.skeleton-lines{flex:1;display:flex;flex-direction:column;gap:6px}.skeleton-text{border-radius:6px;background:#f3f4f6;animation:sk-pulse 1.4s ease-in-out infinite}.skeleton-text--name{width:130px;height:15px}.skeleton-text--sub{width:95px;height:12px}.profile-menu{flex:1;background:#fff;border-radius:0;margin-top:0;padding:18px 20px 20px;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;position:relative}.profile-section-label{font-size:11px;font-weight:600;color:#9ca3af;text-transform:none;letter-spacing:.2px;padding:12px 0 8px;margin:0}.profile-menu-item{display:flex;align-items:center;gap:12px;background:#f9fafb;border:none;border-radius:11px;padding:12px 14px;margin-bottom:8px;cursor:pointer;transition:background .12s,transform .08s;-webkit-tap-highlight-color:transparent;text-align:left;width:100%}.profile-menu-item:last-of-type{border-bottom:none}.profile-menu-item:active{background:#f3f4f6;transform:scale(.98)}.profile-menu-item--logout{margin-top:4px;background:#fee2e2}.profile-menu-item--logout:active{background:#fecaca}.profile-menu-icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-menu-icon--teal{background:#ccfbf1;color:#0d9488}.profile-menu-icon--blue{background:#dbeafe;color:#2563eb}.profile-menu-icon--orange{background:#ffedd5;color:#ea580c}.profile-menu-icon--gray,.profile-menu-icon--gray2{background:#f3f4f6;color:#6b7280}.profile-menu-icon--purple{background:#ede9fe;color:#7c3aed}.profile-menu-icon--green{background:#dcfce7;color:#16a34a}.profile-menu-icon--red{background:#fee2e2;color:#dc2626}.profile-menu-label{flex:1;font-size:14px;font-weight:500;color:#374151;letter-spacing:-.1px}.profile-menu-label--red{color:#dc2626}.profile-menu-item svg:last-child path{stroke:#d1d5db}.profile-menu::-webkit-scrollbar,.profile-screen::-webkit-scrollbar,.profile-top::-webkit-scrollbar{display:none;width:0;background:transparent}.profile-menu,.profile-screen{scrollbar-width:none;-ms-overflow-style:none}@media(max-width:380px){.profile-topbar{padding:10px 16px}.profile-hero-card{margin:0 16px;padding:11px 12px}.profile-menu{padding:16px}.profile-qr-btn{font-size:10px;padding:6px 10px}}.qr-screen{height:100vh;height:100dvh;background:#fff;display:flex;flex-direction:column;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}.qr-screen::-webkit-scrollbar{display:none;width:0}.qr-topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px 16px;background:#fff;flex-shrink:0}.qr-back-btn{width:40px;height:40px;border-radius:50%;background:#f9fafb;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s;-webkit-tap-highlight-color:transparent}.qr-back-btn:active{background:#f3f4f6}.qr-title{font-size:18px;font-weight:700;color:#111827;margin:0;letter-spacing:-.3px}.qr-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.qr-body::-webkit-scrollbar{display:none;width:0}.qr-card{background:#2a9484;border-radius:24px;padding:32px 24px;width:100%;max-width:340px;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 20px #2a948426}.qr-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;margin-bottom:12px;border:3px solid rgba(255,255,255,.4);background:#ffffff40;display:flex;align-items:center;justify-content:center}.qr-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.qr-avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700;color:#fff;letter-spacing:-.5px;-webkit-user-select:none;user-select:none;line-height:1}.qr-patient-name{font-size:20px;font-weight:700;color:#fff;margin:0 0 16px;letter-spacing:-.4px;text-align:center}.qr-code-box{width:100%;max-width:212px;height:212px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;padding:16px;margin-bottom:16px}.qr-image{width:100%;height:100%;object-fit:contain;border-radius:4px}.qr-spinner-wrap{display:flex;align-items:center;justify-content:center}.qr-spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#2a9484;border-radius:50%;animation:qr-spin .75s linear infinite}@keyframes qr-spin{to{transform:rotate(360deg)}}.qr-error-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.qr-error-wrap p{font-size:13px;color:#9ca3af;margin:0}.qr-hint{font-size:13px;color:#ffffffd9;text-align:center;margin:0;line-height:1.4;max-width:220px}@media(max-width:380px){.qr-topbar{padding:10px 16px 14px}.qr-body{padding:16px}.qr-card{padding:28px 20px}.qr-avatar{width:70px;height:70px}.qr-avatar-initials{font-size:28px}.qr-patient-name{font-size:18px}.qr-code-box{max-width:190px;height:190px;padding:14px}}@media(min-height:800px){.qr-body{justify-content:flex-start;padding-top:60px}}.edit-profile-screen{min-height:100vh;background:#fff;display:flex;flex-direction:column;overflow-x:hidden}.edit-profile-header{background:linear-gradient(160deg,#2a9484,#1f6b5f);padding:12px 20px 80px;position:relative;display:flex;flex-direction:column;align-items:center;overflow:hidden}.edit-profile-header:before,.edit-profile-header:after{content:"";position:absolute;border-radius:50%;border:2px solid rgba(255,255,255,.1)}.edit-profile-header:before{width:180px;height:180px;top:-40px;right:-40px}.edit-profile-header:after{width:140px;height:140px;top:80px;left:-30px}.edit-profile-back-btn{position:absolute;top:12px;left:20px;width:40px;height:40px;border-radius:50%;background:#ffffff2e;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s;-webkit-tap-highlight-color:transparent;z-index:2}.edit-profile-back-btn:active{background:#ffffff52}.edit-profile-title{font-size:18px;font-weight:700;color:#fff;margin:0 0 40px;letter-spacing:-.3px;z-index:2}.edit-profile-avatar-container{position:relative;z-index:2}.edit-profile-avatar{width:90px;height:90px;border-radius:50%;overflow:hidden;border:4px solid rgba(255,255,255,.3);background:#fff3;box-shadow:0 4px 16px #00000026}.edit-profile-avatar-img{width:100%;height:100%;object-fit:cover}.edit-profile-avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:700;color:#fff;letter-spacing:-.5px}.edit-profile-camera-btn{position:absolute;bottom:0;right:0;width:32px;height:32px;border-radius:50%;background:#2a9484;border:3px solid white;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s,transform .12s;-webkit-tap-highlight-color:transparent;box-shadow:0 2px 8px #00000026}.edit-profile-camera-btn:active{background:#1f6b5f;transform:scale(.95)}.edit-profile-form-container{flex:1;background:#fff;border-radius:32px 32px 0 0;margin-top:-50px;padding:32px 20px 40px;box-shadow:0 -4px 20px #0000000d;z-index:1}.edit-profile-form{max-width:400px;margin:0 auto;display:flex;flex-direction:column;gap:20px}.edit-profile-field{display:flex;flex-direction:column;gap:8px}.edit-profile-label{font-size:13px;font-weight:600;color:#6b7280;letter-spacing:.1px;text-transform:capitalize}.edit-profile-input{width:100%;height:48px;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:10px;padding:0 16px;font-size:15px;font-weight:500;color:#111827;transition:border-color .18s,background .18s;-webkit-tap-highlight-color:transparent}.edit-profile-input:focus{outline:none;border-color:#2a9484;background:#fff}.edit-profile-input::placeholder{color:#9ca3af;font-weight:400}.edit-profile-save-btn{width:100%;height:52px;background:#2a9484;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:background .18s,transform .12s;-webkit-tap-highlight-color:transparent;margin-top:12px;letter-spacing:-.2px}.edit-profile-save-btn:active:not(:disabled){background:#1f6b5f;transform:scale(.98)}.edit-profile-save-btn:disabled{opacity:.6;cursor:not-allowed}.edit-profile-skeleton{display:flex;flex-direction:column;gap:20px}.skeleton-field{display:flex;flex-direction:column;gap:8px}.skeleton-label{width:80px;height:13px;background:#f3f4f6;border-radius:4px;animation:sk-pulse 1.4s ease-in-out infinite}.skeleton-input{width:100%;height:48px;background:#f3f4f6;border-radius:10px;animation:sk-pulse 1.4s ease-in-out infinite}@keyframes sk-pulse{0%,to{opacity:.4}50%{opacity:.9}}@media(max-width:380px){.edit-profile-header{padding:10px 16px 70px}.edit-profile-back-btn{top:10px;left:16px}.edit-profile-form-container{padding:28px 16px 32px;margin-top:-40px}.edit-profile-avatar{width:80px;height:80px}.edit-profile-avatar-initials{font-size:32px}.edit-profile-camera-btn{width:30px;height:30px}.edit-profile-camera-btn svg{width:14px;height:14px}}@media(min-height:800px){.edit-profile-form-container{padding-top:40px}}.edit-profile-screen::-webkit-scrollbar{display:none;width:0}.edit-profile-screen{scrollbar-width:none;-ms-overflow-style:none}.edit-profile-form-container::-webkit-scrollbar{display:none;width:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.App{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.App header{padding:2rem;text-align:center;background:#0003}.App header h1{font-size:2.5rem;margin-bottom:.5rem}.App header p{font-size:1.2rem;opacity:.9}.App main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.App main div{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:16px;text-align:center}.App main h2{font-size:2rem;margin-bottom:1rem}.App main p{font-size:1.2rem;opacity:.9}
