@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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}html,body{margin:0;padding:0;width:100%;height:100%}body{margin:0;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}.btn-base{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 20px;border-radius:8px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease-in-out;border:1px solid transparent;box-sizing:border-box;text-decoration:none}.btn-base:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#014e96,#0f172a);color:#fff;border:none;box-shadow:0 2px 8px #014e9640}.btn-primary:hover:not(:disabled){opacity:.95;transform:translateY(-1px);box-shadow:0 4px 12px #014e9659}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background-color:#fff;border:1px solid rgba(1,78,150,.3);color:#014e96}.btn-secondary:hover:not(:disabled){background-color:#014e960d;border-color:#014e9680}.btn-secondary:active:not(:disabled){background-color:#014e961a}.btn-danger{background-color:#fff;border:1px solid rgba(220,38,38,.3);color:#dc2626}.btn-danger:hover:not(:disabled){background-color:#dc26260d;border-color:#dc262680}.btn-danger:active:not(:disabled){background-color:#dc26261a}.btn-success{background-color:#fff;border:1px solid rgba(22,163,74,.3);color:#16a34a}.btn-success:hover:not(:disabled){background-color:#16a34a0d;border-color:#16a34a80}.btn-success:active:not(:disabled){background-color:#16a34a1a}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.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}.receptionist-focusable:focus-visible,.receptionist-focus-wrap .receptionist-focusable:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}input.receptionist-focusable:focus-visible,textarea.receptionist-focusable:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@keyframes toastIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes rowFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes badgeFade{0%{opacity:.6}to{opacity:1}}.receptionist-queue-row{animation:rowFadeIn .18s ease-out both}.receptionist-status-badge{transition:background-color .18s ease,color .18s ease,opacity .18s ease}.receptionist-queue-table tbody tr:hover td{background:#ffffff0a}.receptionist-primary-btn:active{transform:scale(1.02)}.stat-card-hover:hover{background:#ffffff0e!important}@keyframes receptionist-spin{to{transform:rotate(360deg)}}.week-arrow-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0;margin:0;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#ffffffb3;cursor:pointer}.week-arrow-btn:hover{background:#ffffff14}.week-arrow-btn:active{background:#ffffff1f}[data-receptionist-theme=light] .week-arrow-btn{border-color:#667eea52;color:#4f46e5e6}[data-receptionist-theme=light] .week-arrow-btn:hover{background:#667eea1a}[data-receptionist-theme=light] .week-arrow-btn:active{background:#667eea29}[data-receptionist-theme=light] .receptionist-queue-table tbody tr:hover td{background:#667eea0f}[data-receptionist-theme=light] .stat-card-hover:hover{background:#667eea14!important}@keyframes spin{to{transform:rotate(360deg)}}.page-title{font-size:24px;font-weight:700;color:#014e96;line-height:1.2;margin:0}.page-subtitle{font-size:13px;font-weight:400;color:#014e968c;line-height:1.4;margin:4px 0 0}.section-header{font-size:16px;font-weight:600;color:#014e96;line-height:1.3;margin:0 0 16px}.card-title{font-size:15px;font-weight:600;color:#014e96;line-height:1.4;margin:0}.body-text{font-size:13px;font-weight:400;color:#014e96bf;line-height:1.5}.metadata-text{font-size:11px;font-weight:400;color:#014e968c}.form-label{font-size:12px;font-weight:600;color:#014e96bf;letter-spacing:.3px;margin-bottom:5px}.table-th{font-size:11px;font-weight:600;color:#014e9699;letter-spacing:.5px;text-transform:uppercase}.table-td{font-size:13px;font-weight:400;color:#014e96}.required-asterisk{color:#dc2626!important}input[type=date],input[type=datetime-local],input[type=time]{color-scheme:light!important}input[type=date]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator,input[type=time]::-webkit-calendar-picker-indicator{display:block!important;opacity:1!important;cursor:pointer}input,select,textarea{background-color:#fff!important;color:#014e96!important;border:1px solid rgba(1,78,150,.2)!important;border-radius:8px!important;font-family:inherit!important;font-size:14px!important;outline:none!important;box-sizing:border-box!important;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out!important}select option{background-color:#fff!important;color:#014e96!important}input::placeholder,textarea::placeholder{color:#014e9680!important}input:focus,select:focus,textarea:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f626!important}input:disabled,select:disabled,textarea:disabled{background-color:#f1f5f9!important;color:#014e9680!important;border-color:#014e961a!important;cursor:not-allowed!important;opacity:1!important}input[readonly],textarea[readonly]{background-color:#f8fafc!important;color:#014e96!important;border-color:#014e9626!important;cursor:default!important}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-text-fill-color:#014e96!important;-webkit-box-shadow:0 0 0px 1000px #ffffff inset!important;transition:background-color 5000s ease-in-out 0s!important}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(1,78,150,.3) rgba(1,78,150,.05)}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#014e960a;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#014e964d;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#014e9680}
