.consent-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;overflow-y:auto}.consent-modal{background:#fff;border-radius:12px;max-width:700px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.consent-modal-header{padding:24px 28px;border-bottom:2px solid #e5e7eb;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px 12px 0 0}.consent-modal-header h2{margin:0 0 8px;font-size:24px;font-weight:600}.consent-subtitle{margin:0;font-size:14px;opacity:.95}.consent-modal-body{padding:24px 28px;overflow-y:auto;flex:1}.consent-section{margin-bottom:24px}.consent-section h3{font-size:18px;font-weight:600;margin:0 0 12px;color:#1f2937}.consent-section h4{font-size:16px;font-weight:600;margin:0 0 12px;color:#374151}.consent-section p{margin:0 0 12px;color:#4b5563;line-height:1.6}.consent-list{list-style:none;padding:0;margin:0}.consent-list li{padding:10px 0 10px 28px;position:relative;color:#4b5563;line-height:1.6}.consent-list li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:16px}.consent-list li strong{color:#1f2937}.privacy-notice{background:#f0f9ff;border-left:4px solid #3b82f6;padding:16px;border-radius:6px}.privacy-notice h4{color:#1e40af}.rights-notice{background:#f0fdf4;border-left:4px solid #10b981;padding:16px;border-radius:6px}.rights-notice h4{color:#065f46}.consent-checkbox-container{margin-top:24px;padding:20px;background:#fef3c7;border:2px solid #f59e0b;border-radius:8px}.consent-checkbox-label{display:flex;align-items:flex-start;cursor:pointer;gap:12px}.consent-checkbox{margin-top:4px;width:20px;height:20px;cursor:pointer;flex-shrink:0}.consent-checkbox-label span{color:#78350f;font-size:14px;font-weight:500;line-height:1.6}.consent-modal-footer{padding:20px 28px;border-top:2px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;background:#f9fafb;border-radius:0 0 12px 12px}.btn-decline,.btn-accept{padding:12px 24px;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s;border:none}.btn-decline{background:#fff;color:#6b7280;border:2px solid #d1d5db}.btn-decline:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.btn-accept{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66}.btn-accept:hover:not(:disabled){box-shadow:0 6px 16px #667eea80;transform:translateY(-1px)}.btn-accept:disabled,.btn-decline:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.consent-modal{max-width:95%;margin:10px}.consent-modal-header,.consent-modal-body{padding:20px}.consent-modal-footer{flex-direction:column-reverse;padding:16px 20px}.btn-decline,.btn-accept{width:100%}}.health-progress-container{padding:20px;max-width:1400px;margin:0 auto}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;flex-wrap:wrap;gap:15px}.progress-header h2{font-size:1.8rem;color:#1f2937;margin:0}.time-range-selector{display:flex;gap:10px;background:#f3f4f6;padding:4px;border-radius:8px}.time-range-selector button{padding:8px 16px;border:none;background:transparent;color:#6b7280;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s}.time-range-selector button:hover{background:#e5e7eb;color:#374151}.time-range-selector button.active{background:#4f46e5;color:#fff;box-shadow:0 2px 4px #4f46e54d}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:25px;margin-bottom:25px}.chart-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s}.chart-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001f}.chart-card h3{font-size:1.2rem;color:#1f2937;margin:0 0 15px;display:flex;align-items:center;gap:8px}.chart-info{margin-top:10px;text-align:center}.normal-range{display:inline-block;background:#f0fdf4;color:#15803d;padding:6px 12px;border-radius:6px;font-size:.85rem;font-weight:500}.progress-summary{margin-top:25px}.summary-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:25px;color:#fff;box-shadow:0 4px 12px #667eea4d}.summary-card h4{font-size:1.3rem;margin:0 0 20px;display:flex;align-items:center;gap:8px}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-item{display:flex;flex-direction:column;gap:8px}.stat-label{font-size:.9rem;opacity:.9;font-weight:400}.stat-value{font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.no-data-message{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014}.no-data-message p:first-child{font-size:1.5rem;color:#1f2937;margin-bottom:10px}.no-data-message .subtext{font-size:1rem;color:#6b7280}.spinner{border:4px solid #f3f4f6;border-top:4px solid #4f46e5;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:100px auto}@media (max-width: 768px){.charts-grid{grid-template-columns:1fr}.progress-header{flex-direction:column;align-items:flex-start}.time-range-selector{width:100%;justify-content:space-between}.time-range-selector button{flex:1;padding:10px 8px;font-size:.85rem}.stats-row{grid-template-columns:1fr}}*{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;background:#f5f7fa}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:450px}.login-header{text-align:center;margin-bottom:2rem}.logo{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.logo-icon{font-size:2.5rem}.logo h1{font-size:2rem;color:#667eea;font-weight:700}.login-header h2{font-size:1.5rem;color:#333;margin-bottom:.5rem}.login-header p{color:#666;font-size:.95rem}.login-form{margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500;font-size:.9rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical;font-family:inherit}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover{background:#e0e0e0;transform:translateY(-2px)}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea}.btn-outline:hover{background:#667eea;color:#fff;transform:translateY(-2px)}.btn-block{width:100%;justify-content:center}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.alert{padding:1rem;border-radius:6px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.alert-error{background:#fee;color:#c33;border:1px solid #fcc}.alert-success{background:#efe;color:#3c3;border:1px solid #cfc}.alert-icon{font-size:1.25rem}.login-footer{text-align:center;color:#666;font-size:.9rem}.login-footer p{margin:.5rem 0}.link-primary{color:#667eea;text-decoration:none;font-weight:600}.link-primary:hover{text-decoration:underline}.text-muted{color:#999}.security-icon{margin-right:.25rem}.spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:2rem auto}.spinner-small{width:16px;height:16px;border:2px solid #fff;border-top:2px solid transparent;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-container{min-height:100vh;background:linear-gradient(to bottom,#f5f7fa,#e9ecef)}.navbar{background:#fff;padding:1rem 2rem;box-shadow:0 2px 12px #00000014;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa}.nav-brand h1{font-size:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.nav-menu{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.nav-link{text-decoration:none;color:#666;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transform:translate(-50%);transition:width .3s ease}.nav-link:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea}.nav-link:hover:after{width:80%}.nav-link.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.nav-link.active:after{width:0}.content{padding:2rem;max-width:1400px;margin:0 auto}.content h1{font-size:2rem;color:#333;margin-bottom:.5rem}.subtitle{color:#666;font-size:1rem;margin-bottom:2rem}.welcome-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.date-display{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:50px;font-weight:500;font-size:.9rem;box-shadow:0 4px 12px #667eea4d}.card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.card h2{font-size:1.25rem;color:#333;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.card-header-with-icon{margin-bottom:1.5rem}.card-vitals{border-top:3px solid #10b981}.card-prescription{border-top:3px solid #8b5cf6}.card-visit{border-top:3px solid #667eea}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;gap:1.25rem;transition:all .3s ease;border-left:4px solid transparent;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(102,126,234,.05) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}.stat-card:hover:before{opacity:1}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.stat-icon-circle{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.75rem;flex-shrink:0;transition:transform .3s ease}.stat-card:hover .stat-icon-circle{transform:scale(1.1)}.stat-icon{font-size:2.5rem}.stat-content{flex:1}.stat-content h3{font-size:.85rem;color:#666;margin-bottom:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.5rem;color:#333;font-weight:700;text-transform:capitalize}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:1.5rem}.vitals-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.vital-item{display:flex;flex-direction:column;padding:1rem;background:#f9f9f9;border-radius:6px}.vital-label{font-size:.85rem;color:#666;margin-bottom:.5rem}.vital-value{font-size:1.25rem;color:#333;font-weight:600}.vitals-modern-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.vital-item-modern{display:flex;flex-direction:column;align-items:center;padding:1.25rem;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:12px;border:2px solid #f0f0f0;transition:all .3s ease;text-align:center}.vital-item-modern:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a;border-color:#667eea}.vital-item-modern .vital-icon{font-size:2rem;margin-bottom:.75rem}.vital-item-modern .vital-label{font-size:.75rem;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.vital-item-modern .vital-value{font-size:1.75rem;color:#333;font-weight:700;margin-bottom:.25rem}.vital-item-modern .vital-unit{font-size:.8rem;color:#999;font-weight:500}.vital-bp:hover{border-color:#ef4444}.vital-hr:hover{border-color:#ec4899}.vital-temp:hover{border-color:#f59e0b}.vital-spo2:hover{border-color:#3b82f6}.medicine-item{padding:.75rem 0;border-bottom:1px solid #f0f0f0}.medicine-item:last-child{border-bottom:none}.medicine-list-modern{display:flex;flex-direction:column;gap:1rem;max-height:300px;overflow-y:auto;padding-right:4px}.medicine-item-modern{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:10px;border-left:4px solid #8b5cf6;transition:all .3s ease}.medicine-item-modern:hover{transform:translate(4px);box-shadow:0 2px 8px #8b5cf626}.medicine-icon{font-size:1.5rem;flex-shrink:0}.medicine-details{flex:1}.medicine-details strong{display:block;color:#333;font-size:1rem;margin-bottom:.25rem}.medicine-details p{margin:0;font-size:.85rem}.medicine-quantity{flex-shrink:0}.more-count{text-align:center;padding:.75rem;color:#667eea;font-weight:600;font-size:.9rem}.visit-info-modern{display:flex;flex-direction:column;gap:1rem}.info-row-modern{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:10px;border-left:4px solid #667eea;transition:all .3s ease}.info-row-modern:hover{transform:translate(4px);box-shadow:0 2px 8px #667eea26}.info-icon{font-size:1.5rem;flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#667eea20;border-radius:8px}.info-details{flex:1;display:flex;flex-direction:column;gap:.25rem}.info-details .info-label{font-size:.75rem;color:#666;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.info-details .info-value{color:#333;font-size:.95rem;line-height:1.5}.empty-state{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#f9fafb,#fff);border-radius:12px;border:2px dashed #e0e0e0}.empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.empty-state p{color:#666;margin:.5rem 0}.empty-state p:first-of-type{font-weight:600;font-size:1.1rem;color:#333}.info-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f0f0f0}.info-row:last-child{border-bottom:none}.info-label{color:#666;font-weight:500}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.profile-item{display:flex;flex-direction:column;gap:.5rem}.profile-label{font-size:.9rem;color:#666;font-weight:500}.profile-value{font-size:1rem;color:#333}.measurements-list{display:flex;flex-direction:column;gap:1rem}.measurement-card{margin-bottom:0}.measurement-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.measurement-header h3{font-size:1rem;color:#333}.prescription-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.prescription-card{margin-bottom:0}.prescription-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f0f0f0}.prescription-header h3{font-size:1.1rem;color:#333}.prescription-details{display:flex;flex-direction:column;gap:.75rem}.detail-row{display:flex;justify-content:space-between}.detail-label{color:#666;font-weight:500;font-size:.9rem}.detail-value{color:#333;font-size:.9rem}.visit-details{display:flex;flex-direction:column;gap:1rem}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;background:#e0e0e0;color:#333}.badge-primary{background:#667eea;color:#fff}.badge-info{background:#3b82f6;color:#fff}.badge-warning{background:#f59e0b;color:#fff}.badge-danger{background:#ef4444;color:#fff}.prescription-medicines-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-top:1rem}.medicine-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .2s}.medicine-item:hover{box-shadow:0 2px 8px #00000014;border-color:#667eea}.medicine-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:.5rem}.medicine-name{font-size:1rem;color:#1f2937;margin:0;font-weight:600}.medicine-details{display:flex;flex-direction:column;gap:.5rem}.badge-success{background:#10b981;color:#fff}@media (max-width: 768px){.navbar{flex-direction:column;align-items:stretch}.nav-menu{flex-direction:column;width:100%}.nav-link{width:100%;text-align:center}.form-row{grid-template-columns:1fr}.content{padding:1rem}.welcome-section{flex-direction:column;align-items:flex-start}.date-display{width:100%;text-align:center}.stats-grid,.dashboard-grid{grid-template-columns:1fr}.vitals-grid,.vitals-modern-grid{grid-template-columns:repeat(2,1fr)}.prescription-grid,.profile-grid{grid-template-columns:1fr}.content h1{font-size:1.5rem}.stat-value{font-size:1.25rem}.vital-item-modern .vital-value{font-size:1.5rem}}
