@keyframes auth-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes auth-modal-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-modal{position:fixed;inset:0;z-index:10001;display:flex;align-items:center;justify-content:center;animation:auth-modal-fade-in .2s ease}.auth-modal.hidden{display:none!important}.auth-modal-backdrop{position:absolute;inset:0;background:#00000080}.auth-modal-content{position:relative;background:#fff;border-radius:12px;box-shadow:0 8px 30px #2a46301a;width:90%;max-width:420px;max-height:85vh;display:flex;flex-direction:column;animation:auth-modal-slide-up .25s ease}.auth-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #d4ddd6}.auth-modal-title{font-size:1.1rem;font-weight:700;color:#2c3e2f;margin:0}.auth-modal-close{background:none;border:none;font-size:1.4rem;line-height:1;cursor:pointer;color:#6b7f6e;padding:0 .2rem;transition:color .2s ease}.auth-modal-close:hover{color:#c45c5c}.auth-modal-body{padding:1.25rem;overflow-y:auto;flex:1}.auth-modal-footer{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;border-top:1px solid #d4ddd6;font-size:.82rem}.auth-footer-text{color:#6b7f6e}.auth-footer-text a{color:#5b8c6d;text-decoration:none;font-weight:600}.auth-footer-text a:hover{text-decoration:underline}.auth-tabs{display:flex;border-bottom:2px solid #d4ddd6;margin-bottom:1rem}.auth-tab{flex:1;padding:.5rem .75rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-size:.88rem;font-weight:500;font-family:Segoe UI,system-ui,-apple-system,sans-serif;color:#6b7f6e;cursor:pointer;transition:all .2s ease}.auth-tab:hover{color:#5b8c6d}.auth-tab.active{color:#5b8c6d;font-weight:700;border-bottom-color:#5b8c6d}.btn-social{width:100%;display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.6rem 1rem;border-radius:6px;font-size:.88rem;font-weight:600;font-family:Segoe UI,system-ui,-apple-system,sans-serif;cursor:pointer;transition:all .2s ease;margin-bottom:.5rem}.btn-google{background:#fff;color:#2c3e2f;border:1.5px solid #d4ddd6}.btn-google:hover{background:#f8f8f8;border-color:#ccc}.btn-github{background:#24292e;color:#fff;border:1.5px solid #24292e}.btn-github:hover{background:#1b1f23}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0;color:#6b7f6e;font-size:.78rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#d4ddd6}.auth-form-group{margin-bottom:.75rem}.auth-form-group label{display:block;font-size:.78rem;font-weight:600;color:#6b7f6e;margin-bottom:.25rem}.auth-input{width:100%;padding:.55rem .75rem;border:1.5px solid #d4ddd6;border-radius:6px;font-size:.9rem;font-family:Segoe UI,system-ui,-apple-system,sans-serif;transition:border-color .2s ease;outline:none;box-sizing:border-box}.auth-input:focus{border-color:#5b8c6d;box-shadow:0 0 0 3px #5b8c6d26}.auth-submit-btn{width:100%;margin-top:.25rem}.auth-error{background:#fce8e8;color:#c45c5c;border-radius:6px;padding:.5rem .75rem;font-size:.82rem;font-weight:500;margin-bottom:.75rem}.auth-cancel-btn{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:.82rem;font-weight:600;color:#6b7f6e;background:transparent;border:1px solid #d4ddd6;border-radius:6px;padding:.4rem .85rem;cursor:pointer}@media(max-width:600px){.auth-modal-content{width:95%;max-height:90vh}}.practitioner-qr-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center}.pqr-backdrop{position:absolute;inset:0;background:#00000080}.pqr-content{position:relative;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0003;max-width:380px;width:90%;padding:1.5rem;text-align:center}.pqr-close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#888;line-height:1}.pqr-header h3{margin:0 0 .25rem;font-size:1.15rem;color:#2d3b2f}.pqr-header p{margin:0 0 1rem;font-size:.85rem;color:#6b7c6e}.pqr-practitioner{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}.pqr-avatar{width:36px;height:36px;border-radius:50%}.pqr-name{font-weight:600;font-size:1rem;color:#2d3b2f}.pqr-qr-img{width:250px;height:250px;border-radius:8px;border:1px solid #e0e0e0}.pqr-loading{padding:2rem;color:#6b7c6e;font-size:.9rem}.pqr-footer{margin-top:1rem;border-top:1px solid #e8ede9;padding-top:.75rem}.pqr-instruction{font-size:.78rem;color:#6b7c6e;line-height:1.6;margin:0;text-align:left}@media(max-width:480px){.pqr-content{padding:1rem}.pqr-qr-img{width:200px;height:200px}}
