*{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}:root{--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--success-gradient: linear-gradient(135deg, #52c41a 0%, #389e0d 100%);--light-bg: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);--primary-color: #667eea;--secondary-color: #764ba2;--text-primary: #333;--text-secondary: #666;--border-radius: 8px;--card-shadow: 0 2px 8px rgba(0,0,0,.1)}.medical-container{padding:24px}.medical-container-mobile{padding:8px}.medical-card{border-radius:12px;box-shadow:var(--card-shadow);border:none}.medical-card-body{padding:20px}.medical-card-body-mobile{padding:12px}.btn-primary{background:var(--primary-gradient);border:none;border-radius:var(--border-radius);font-weight:500}.btn-success{background:var(--success-gradient);border:none;border-radius:var(--border-radius)}.btn-small{border-radius:6px}.page-header{margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.page-title{margin:0;color:var(--text-primary)}.page-subtitle{color:var(--text-secondary);font-size:12px}.form-input,.form-select{border-radius:6px}.table-container{overflow-x:auto}.table-responsive{min-width:800px}@media(max-width:768px){.ant-table{font-size:11px!important}.ant-table-thead>tr>th{padding:6px 4px!important;font-size:10px!important;font-weight:600!important}.ant-table-tbody>tr>td{padding:6px 4px!important;font-size:11px!important;line-height:1.2!important}.ant-tag{font-size:9px!important;padding:1px 4px!important;margin:0!important}.ant-btn-sm{height:24px!important;padding:0 6px!important;font-size:10px!important}}.modal-header{display:flex;align-items:center}.modal-icon{color:var(--primary-color);margin-right:8px}.modal-mobile{width:95vw!important;margin:0 auto}.modal-desktop{width:600px}.ant-modal{border-radius:16px!important;overflow:hidden}.ant-modal-header{background:var(--primary-gradient)!important;border-bottom:none!important;padding:20px 24px!important}.ant-modal-title{color:#fff!important;font-weight:600!important;font-size:18px!important}.ant-modal-close{color:#fff!important;top:16px!important;right:16px!important}.ant-modal-close:hover{color:#fffc!important}.ant-modal-body{padding:24px!important;background:#fafafa}@media(max-width:768px){.ant-modal-header{padding:16px 20px!important}.ant-modal-title{font-size:16px!important}.ant-modal-body{padding:20px 16px!important}.ant-form-item{margin-bottom:12px!important}.ant-form-item-label{padding-bottom:4px!important}.ant-form-item-label>label{font-size:13px!important;font-weight:500!important}}.export-card{margin-top:16px;text-align:center;background:var(--light-bg);border:1px solid #e1f5fe}.export-button{height:40px;font-size:16px;min-width:150px;background:var(--success-gradient);border:none;border-radius:var(--border-radius)}.test-modal{width:900px!important;top:20px}.test-parameters-header{margin-bottom:16px;color:var(--primary-color);font-size:16px;font-weight:600;padding:12px 16px;background:#667eea1a;border-radius:8px;border-left:4px solid var(--primary-color)}.test-parameter-input{margin-bottom:8px}@media(max-width:768px){.test-modal{width:95vw!important;margin:0 auto}.test-parameters-header{font-size:14px;padding:8px 12px;margin-bottom:12px}.ant-row{margin:0 -4px!important}.ant-col{padding:0 4px!important}}.auth-container{min-height:100vh;background:var(--primary-gradient);display:flex;align-items:center;padding:20px}.auth-row{width:100%;max-width:1200px;margin:0 auto}.auth-brand{background:#ffffff1a;border-radius:20px 0 0 20px;padding:60px 40px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-icon{width:150px;height:150px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:60px;margin-bottom:30px}.auth-card{border-radius:0 20px 20px 0;border:none;min-height:500px;display:flex;flex-direction:column;justify-content:center}.auth-card-mobile{border-radius:20px}.auth-form-header{text-align:center;margin-bottom:30px}.auth-button{height:55px!important;border-radius:12px!important;background:var(--primary-gradient)!important;border:none!important;font-size:16px!important;font-weight:600!important;margin-top:8px!important;box-shadow:0 4px 15px #667eea4d!important;transition:all .3s ease!important}.auth-button:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px #667eea66!important}.dashboard-sidebar{background:linear-gradient(180deg,#667eea,#764ba2)}.dashboard-user{padding:20px 16px;color:#fff;text-align:center;border-bottom:1px solid rgba(255,255,255,.1)}.dashboard-user-icon{font-size:24px;margin-bottom:8px}.dashboard-user-name{font-weight:600}.dashboard-menu{background:transparent;border:none}.dashboard-header{background:#fff;padding:0 16px;display:flex;justify-content:space-between;align-items:center;box-shadow:var(--card-shadow)}.dashboard-title{margin:0;color:var(--text-primary)}.dashboard-content{margin:16px;padding:24px;background:#fff;border-radius:var(--border-radius);min-height:calc(100vh - 112px)}.dashboard-content-mobile{margin:8px;padding:16px}.customers-container,.tests-container{margin-top:16px}.customer-card,.test-card{border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;border:1px solid #f0f0f0}.customer-card:hover,.test-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.customer-info h4{font-size:16px;font-weight:600;margin-bottom:12px}.customer-details p{margin:4px 0;font-size:13px;line-height:1.4}.customer-details strong{color:#666;font-weight:500}.test-parameters{margin-top:8px}.param-item{display:flex;justify-content:space-between;align-items:center;padding:2px 0;font-size:12px}.param-label{color:#666;font-weight:500}.param-value{color:#1890ff;font-weight:600}@media(max-width:768px){.customer-card,.test-card{margin-bottom:12px}.customer-info h4{font-size:14px}.customer-details p{font-size:12px}.param-item{font-size:11px}.ant-card-head{padding:8px 12px!important}.ant-card-body{padding:12px!important}}.text-center{text-align:center}.mb-16{margin-bottom:16px}.mt-16{margin-top:16px}.flex-between{display:flex;justify-content:space-between;align-items:center}.flex-center{display:flex;justify-content:center;align-items:center}.ant-form-item-control-input{border-radius:8px}.ant-input,.ant-select-selector{border-radius:8px!important;border:1.5px solid #d9d9d9!important;transition:all .3s ease!important}.ant-input:focus,.ant-select-focused .ant-select-selector{border-color:var(--primary-color)!important;box-shadow:0 0 0 2px #667eea1a!important}.modern-input{height:50px!important;border-radius:12px!important;border:2px solid #e8e8e8!important;background:#fafafa!important;font-size:16px!important;padding:12px 16px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.modern-input:hover{border-color:#c4c4c4!important;background:#f5f5f5!important}.modern-input:focus{border-color:#667eea!important;background:#fff!important;box-shadow:0 0 0 3px #667eea1a!important}.input-icon{color:#999!important;font-size:18px!important;margin-right:8px!important}.modern-input:focus .input-icon{color:#667eea!important}.modern-select .ant-select-selector{height:50px!important;border-radius:12px!important;border:2px solid #e8e8e8!important;background:#fafafa!important;padding:8px 16px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.modern-select .ant-select-selection-placeholder{line-height:34px!important;font-size:16px!important;color:#999!important}.modern-select .ant-select-selection-item{line-height:34px!important;font-size:16px!important}.modern-select:hover .ant-select-selector{border-color:#c4c4c4!important;background:#f5f5f5!important}.modern-select.ant-select-focused .ant-select-selector{border-color:#667eea!important;background:#fff!important;box-shadow:0 0 0 3px #667eea1a!important}.customer-modal{top:20px}.customer-modal .ant-modal-body{padding:32px!important}@media(max-width:768px){.customer-modal{width:95vw!important;margin:0 auto}.customer-modal .ant-modal-body{padding:20px 16px!important}.modern-input,.modern-select .ant-select-selector{height:45px!important}.modern-select .ant-select-selection-placeholder,.modern-select .ant-select-selection-item{line-height:29px!important;font-size:14px!important}}.ant-btn{border-radius:8px!important;font-weight:500!important;transition:all .3s ease!important}.ant-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026!important}@media(max-width:768px){.auth-brand{display:none}.auth-card{border-radius:20px}.medical-container{padding:8px}.medical-card-body{padding:12px}.page-header{flex-direction:column;gap:8px;align-items:stretch}.page-title{font-size:18px!important;text-align:center}}@media(max-width:576px){.modal-desktop,.test-modal{width:95vw}.ant-table-pagination{text-align:center!important}.ant-pagination-item{min-width:28px!important;height:28px!important;line-height:26px!important;font-size:12px!important}}.layout{min-height:100vh}.header{display:flex;align-items:center;padding:0 clamp(12px,3vw,24px)}.content{padding:clamp(8px,2vw,24px)}.content-wrapper{max-width:100%;margin:0 auto;padding:0}.footer{text-align:center;padding:clamp(12px,3vw,24px)}@media(max-width:768px){.ant-card-body{padding:12px!important}.ant-form-item{margin-bottom:12px!important}.ant-table-thead>tr>th{padding:8px 4px!important;font-size:12px!important}.ant-table-tbody>tr>td{padding:8px 4px!important;font-size:12px!important}}@media(max-width:576px){.ant-space{width:100%!important}.ant-btn{margin-bottom:8px}}
