*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #0d6efd;--blue-hover: #0b5ed7;--blue-light: #cfe2ff;--blue-text: #084298;--green: #198754;--green-hover: #157347;--green-light: #d1e7dd;--green-bg: #f0fbf4;--red: #dc3545;--red-hover: #bb2d3b;--red-light: #f8d7da;--yellow-light: #fff3cd;--yellow-text: #664d03;--gray: #6c757d;--gray-light: #f8f9fa;--gray-border: #dee2e6;--text: #212529;--bg: #f8f9fa;--card-bg: #fff;--shadow: 0 1px 6px rgba(0, 0, 0, .1);--radius: 8px;--radius-lg: 12px}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9375rem;line-height:1.5;-webkit-font-smoothing:antialiased}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem 1rem;border:1.5px solid transparent;border-radius:var(--radius);font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,opacity .15s;white-space:nowrap;background:transparent}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--blue);color:#fff;border-color:var(--blue)}.btn-primary:hover:not(:disabled){background:var(--blue-hover);border-color:var(--blue-hover)}.btn-outline{background:transparent;border-color:var(--gray-border);color:var(--text)}.btn-outline:hover:not(:disabled){background:var(--gray-light)}.btn-danger{background:transparent;color:var(--red);border-color:var(--red)}.btn-danger:hover:not(:disabled){background:var(--red-light)}.btn-success{background:var(--green);color:#fff;border-color:var(--green)}.btn-success:hover:not(:disabled){background:var(--green-hover);border-color:var(--green-hover)}.btn-sm{padding:.3rem .625rem;font-size:.8125rem}.btn-full{width:100%}.field-label{display:block;font-size:.8125rem;font-weight:600;color:var(--text);margin-bottom:.375rem}.field-input{display:block;width:100%;padding:.5625rem .75rem;border:1.5px solid var(--gray-border);border-radius:var(--radius);font-size:.9375rem;color:var(--text);background:#fff;outline:none;transition:border-color .15s;margin-bottom:1rem}.field-input:focus{border-color:var(--blue)}.login-gate{display:flex;align-items:center;justify-content:center;min-height:100%;padding:2rem 1rem;background:var(--bg)}.login-card{background:#fff;border:1px solid var(--gray-border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2.5rem 2rem;width:100%;max-width:22rem;display:flex;flex-direction:column;gap:1.5rem}.brand{display:flex;align-items:center;gap:.5rem}.brand-logo{width:2rem;height:2rem;background:var(--blue);color:#fff;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;flex-shrink:0}.brand-name{font-weight:700;font-size:1rem;color:var(--text)}.login-card h1{font-size:1.375rem;font-weight:700}.login-subtitle{font-size:.9rem;color:var(--gray);margin-top:-.75rem}.staff-page{min-height:100%;padding:1.5rem 1rem}.staff-container{max-width:1200px;margin:0 auto}.staff-card{background:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.staff-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.staff-header h1{font-size:1.5rem;font-weight:700}.staff-header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header-email{font-size:.8125rem;color:var(--gray)}.provider-dashboard{border:2px solid var(--green);background:var(--green-bg);border-radius:var(--radius-lg);padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s,background .2s}.provider-dashboard.idle{border-color:var(--gray-border);background:var(--gray-light)}.provider-dashboard-main{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.provider-status-label{font-size:.8125rem;color:var(--gray);margin-bottom:.125rem}.provider-status-title{font-size:1.125rem;font-weight:600;margin-bottom:.125rem}.provider-status-text{font-size:.875rem;color:var(--gray)}.provider-timer-wrap{text-align:right;flex-shrink:0}.provider-timer{font-size:1.75rem;font-weight:700}.action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media(max-width:560px){.action-grid{grid-template-columns:1fr}}.queue-section{display:flex;flex-direction:column;gap:.75rem}.queue-section h5{font-size:1rem;font-weight:700}.queue-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.queue-empty{display:flex;align-items:center;justify-content:center;padding:2.5rem 1rem;border:1px solid var(--gray-border);border-radius:var(--radius);color:var(--gray);font-size:.875rem}.entry-card{background:#fff;border:1px solid var(--gray-border);border-radius:var(--radius);padding:.875rem 1.125rem}.entry-card.status-in_progress{border-left:3px solid var(--blue)}.entry-row{display:flex;align-items:flex-start;gap:1rem}.entry-position{font-size:1.25rem;font-weight:700;color:var(--gray);min-width:1.5rem;text-align:center;padding-top:.125rem;flex-shrink:0}.entry-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.375rem}.entry-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.entry-status{display:flex;align-items:center;gap:.625rem}.status-badge{display:inline-block;padding:.15rem .6rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.status-badge.waiting{background:var(--yellow-light);color:var(--yellow-text)}.status-badge.in_progress,.status-badge.completed{background:var(--blue-light);color:var(--blue-text)}.status-badge.cancelled{background:var(--gray-light);color:var(--gray)}.entry-time{font-size:.8125rem;color:var(--gray)}.entry-id{font-size:.75rem;color:var(--gray);font-family:monospace}.entry-name-row{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.entry-name{font-size:1rem;font-weight:700;color:var(--text)}.entry-patient{font-size:.875rem;color:var(--gray)}.entry-meta{font-size:.8125rem;color:var(--gray)}.entry-actions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cancel-group{display:flex;gap:.375rem}.entry-error{font-size:.8125rem;color:var(--red)}.completed-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.completed-table{width:100%;border-collapse:collapse;font-size:.875rem}.completed-table th,.completed-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--gray-border);white-space:nowrap}.completed-table th{font-weight:600;font-size:.8125rem;color:var(--gray)}.completed-table tbody tr:nth-child(odd){background:var(--gray-light)}.completed-table td.muted{color:var(--gray);font-size:.8125rem}.shift-error{font-size:.8125rem;color:var(--red)}.last-updated{font-size:.8125rem;color:var(--gray);background:var(--gray-light);border:1px solid var(--gray-border);border-radius:var(--radius);padding:.625rem .875rem}.spinner{width:2rem;height:2rem;border:2.5px solid var(--blue-light);border-top-color:var(--blue);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:600px){.staff-page{padding:1rem .75rem}.staff-card{padding:1.125rem}.provider-dashboard{padding:1rem}.provider-timer-wrap{text-align:left}}
