@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=IBM+Plex+Sans:wght@300;400;500;600&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f7f7f5;color:#1a1c19;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Manrope,sans-serif;font-weight:700;margin:0}.app{min-height:100vh}.login-container{display:flex;min-height:100vh}.login-left{background:url(https://images.unsplash.com/photo-1629580110444-60f54c7d2b28?crop=entropy&cs=srgb&fm=jpg&ixid=M3w4NjAzMjd8MHwxfHNlYXJjaHwxfHxtb2Rlcm4lMjBjbGVhbiUyMGNsaW5pYyUyMGV4dGVyaW9yJTIwYXJjaGl0ZWN0dXJlfGVufDB8fHx8MTc3NTg4NTA0MXww&ixlib=rb-4.1.0&q=85) 50%/cover;flex:1 1;position:relative}.login-left:before{background:linear-gradient(135deg,#2d4a22e6,#2d4a22b3);content:"";inset:0;position:absolute}.login-right{align-items:center;background:#fff;display:flex;flex:1 1;justify-content:center;padding:3rem}.dashboard-layout{display:flex;min-height:100vh}.sidebar{background:#f7f7f5;border-right:1px solid #e2e5df;height:100vh;overflow-y:auto;padding:1.5rem;position:fixed;width:260px}.main-content{flex:1 1;margin-left:260px}.header{background:#fff;border-bottom:1px solid #e2e5df;padding:1.5rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}.content-area{padding:2rem}.card{background:#fff;border:1px solid #e2e5df;border-radius:8px;padding:1.5rem;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.card:hover{box-shadow:0 4px 12px #0000000d;transform:translateY(-2px)}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-family:IBM Plex Sans,sans-serif;font-size:.9375rem;font-weight:500;gap:.5rem;padding:.625rem 1.5rem;transition:all .2s ease-in-out}.btn-primary{background:#2d4a22;color:#fff}.btn-primary:hover{background:#3a5f2c}.btn-secondary{background:#e8eae6;color:#2d4a22}.btn-secondary:hover{background:#d4d8d1}.btn-accent{background:#c45b38;color:#fff}.btn-accent:hover{background:#d86b47}.input{background:#f7f7f5;border:1px solid #e2e5df;border-radius:6px;font-family:IBM Plex Sans,sans-serif;font-size:.9375rem;padding:.75rem 1rem;transition:all .2s ease-in-out;width:100%}.input:focus{background:#fff;border-color:#2d4a22;box-shadow:0 0 0 3px #2d4a221a;outline:none}.status-badge{border-radius:6px;display:inline-block;font-size:.8125rem;font-weight:500;padding:.375rem .875rem}.status-waiting{background:#fff4e6;color:#e8a348}.status-consultation{background:#e3f2fd;color:#2196f3}.status-ready{background:#e8f5e9;color:#3b6e41}.status-completed{background:#f5f5f5;color:#757575}.table{border-collapse:collapse;width:100%}.table thead{background:#f7f7f5;border-bottom:1px solid #e2e5df}.table th{color:#5c6b54;font-size:.8125rem;font-weight:600;letter-spacing:.05em;padding:.875rem 1rem;text-align:left;text-transform:uppercase}.table td{border-bottom:1px solid #f0f0f0;padding:1rem}.table tbody tr:hover{background:#fafafa}@media (max-width:1024px){.sidebar{width:220px}.main-content{margin-left:220px}}@media (max-width:768px){.login-container{flex-direction:column}.login-left{min-height:200px}.sidebar{height:auto;position:relative;width:100%}.main-content{margin-left:0}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{align-items:center;animation:fadeIn .2s ease-in;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-card{background:#fff;border:1px solid #e2e5df;border-radius:8px;padding:1.5rem;transition:all .2s ease-in-out}.stat-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}.waiting-list-item{background:#fff;border:1px solid #e2e5df;border-radius:8px;margin-bottom:.75rem;padding:1rem;transition:all .2s ease-in-out}.waiting-list-item:hover{border-color:#2d4a22;box-shadow:0 4px 12px #2d4a221a}.form-group{margin-bottom:1.25rem}.form-group label{color:#1a1c19;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.alert{border-radius:6px;font-size:.875rem;margin-bottom:1rem;padding:1rem}.alert-success{background:#e8f5e9;border:1px solid #3b6e41;color:#3b6e41}.alert-error{background:#ffebee;border:1px solid #b33a3a;color:#b33a3a}.alert-warning{background:#fff4e6;border:1px solid #e8a348;color:#e8a348}.select{background:#f7f7f5;border:1px solid #e2e5df;border-radius:6px;cursor:pointer;font-family:IBM Plex Sans,sans-serif;font-size:.9375rem;padding:.75rem 1rem;transition:all .2s ease-in-out;width:100%}.select:focus{background:#fff;border-color:#2d4a22;box-shadow:0 0 0 3px #2d4a221a;outline:none}.textarea{background:#f7f7f5;border:1px solid #e2e5df;border-radius:6px;font-family:IBM Plex Sans,sans-serif;font-size:.9375rem;min-height:100px;padding:.75rem 1rem;resize:vertical;transition:all .2s ease-in-out;width:100%}.textarea:focus{background:#fff;border-color:#2d4a22;box-shadow:0 0 0 3px #2d4a221a;outline:none}
/*# sourceMappingURL=main.ce803980.css.map*/