.auth-layout{background:radial-gradient(circle at top,#1a2a4f,#0f182b);justify-content:center;align-items:center;min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex}.auth-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;background:#ffffff0f;border-radius:20px;width:420px;padding:40px;box-shadow:0 0 40px #00000080}.fade-in{animation:.6s fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.brand{text-align:center;margin-bottom:6px;font-size:32px;font-weight:700}.gradient-text{background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.subtitle{text-align:center;opacity:.7;margin-bottom:25px}.auth-tabs{justify-content:center;gap:25px;margin-bottom:25px;display:flex}.auth-tabs button{color:#fff;opacity:.5;cursor:pointer;background:0 0;border:none;padding-bottom:5px;font-size:15px;transition:all .3s}.auth-tabs button.active{opacity:1;border-bottom:2px solid #3b82f6}.form{flex-direction:column;gap:14px;display:flex}.input,textarea,select{color:#fff;background:#ffffff14;border:none;border-radius:10px;outline:none;padding:13px 14px;font-size:14px;transition:all .3s}.input::placeholder{color:#fff6}.input:focus,textarea:focus,select:focus{background:#ffffff1f;box-shadow:0 0 0 1px #3b82f699}.captcha-box{background:#ffffff14;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.captcha-box span{letter-spacing:2px;font-weight:600}.captcha-box button{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-size:18px}.auth-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#10b981);border:none;border-radius:12px;margin-top:10px;padding:13px;font-size:15px;font-weight:600;transition:all .3s}.auth-btn:hover{transform:translateY(-2px);box-shadow:0 0 25px #3b82f699}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.popup-overlay{z-index:999;background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup{text-align:center;color:#fff;background:#0f182b;border-radius:16px;width:320px;padding:30px;animation:.4s fadeIn}.popup h2{margin-bottom:10px}.popup p{opacity:.7}.popup button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#10b981);border:none;border-radius:10px;margin-top:15px;padding:10px 20px}@media (max-width:500px){.auth-card{width:90%;padding:25px}}.inline-error{color:#ff8080;margin-top:-6px;margin-bottom:6px;font-size:13px}input:-webkit-autofill{transition:background-color 9999s ease-in-out;-webkit-text-fill-color:white!important}select.input{color:#fff;background:#ffffff14}select.input option{color:#fff;background-color:#1a2a4f}select.input option:checked,select.input option:hover{color:#fff;background-color:#3b82f6}html,body,#root{background:#0f182b;width:100%;height:100%;overflow-x:hidden}.checkbox-row{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;gap:10px;margin:5px 0;display:flex}.checkbox-row input[type=checkbox]{cursor:pointer;accent-color:#3b82f6;width:16px;height:16px}.checkbox-row label{cursor:pointer;color:#ffffffb3;font-size:14px}.otp-container{flex-direction:column;gap:8px;display:flex}.otp-timer-row{justify-content:flex-end;font-size:13px;display:flex}.timer-text{color:#ffffff80}.resend-btn{color:#3b82f6;cursor:pointer;background:0 0;border:none;padding:0;font-size:13px;text-decoration:underline}.resend-btn:disabled{opacity:.5;cursor:not-allowed}.status-popup-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.status-popup{text-align:center;background:#1a2a4f;border:1px solid #ffffff1a;border-radius:20px;width:300px;padding:30px;animation:.3s scaleIn;box-shadow:0 10px 30px #00000080}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.status-icon{margin-bottom:15px;font-size:40px}.status-popup p{color:#fff;margin-bottom:20px;font-size:16px}.status-popup button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:10px;padding:10px 30px;font-weight:600}.status-popup-overlay.error .status-popup{border-top:4px solid #ef4444}.status-popup-overlay.success .status-popup{border-top:4px solid #10b981}#root{width:100%;margin:0;padding:0}html,body,#root{height:100%;margin:0;padding:0}.logo{will-change:filter;height:6em;padding:1.5em;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:20s linear infinite logo-spin}}.card{padding:2em}.read-the-docs{color:#888}.confirmation-dialog-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:3000;background:#000000b3;justify-content:center;align-items:flex-start;padding-top:40px;padding-bottom:40px;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.confirmation-dialog-content{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:1px solid #ffffff1a;border-radius:12px;width:90%;max-width:400px;padding:2rem;animation:.3s slideUp}.confirmation-dialog-content h3{color:#f8fafc;margin:0 0 1rem;font-size:1.25rem}.confirmation-dialog-content p{color:#94a3b8;margin:0 0 1.5rem;line-height:1.5}.confirmation-dialog-actions{justify-content:flex-end;gap:1rem;display:flex}.confirm-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.confirm-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px)}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.prescription-item{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:1rem;transition:all .3s;display:flex}.prescription-item:hover{background:#ffffff0d;border-color:#ffffff1a}.prescription-info{flex:1}.prescription-name{color:#f8fafc;margin-bottom:.25rem;font-weight:500}.prescription-meta{color:#94a3b8;gap:1rem;font-size:.75rem;display:flex}.prescription-actions{gap:.5rem;display:flex}.view-btn,.delete-btn{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:all .3s}.view-btn{color:#93c5fd;background:#3b82f61a;border:1px solid #3b82f64d}.view-btn:hover{background:#3b82f633}.delete-btn{color:#fca5a5;background:#ef44441a;border:1px solid #ef44444d}.delete-btn:hover{background:#ef444433}.condition-select option,select.form-input option{color:#000;background-color:#fff}.profile-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;background:#000c;justify-content:center;align-items:flex-start;padding:20px;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.profile-modal-content{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:1px solid #ffffff1a;border-radius:16px;width:90%;max-width:1200px;height:90vh;animation:.3s slideUp;overflow:hidden}.profile-modal-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#0f172af2;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;position:sticky;top:0}.profile-modal-header h2{background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.75rem;font-weight:700}.profile-content{height:100%;display:flex;overflow-y:auto}.profile-sidebar{background:#ffffff08;border-right:1px solid #ffffff1a;flex-direction:column;flex:0 0 300px;gap:2rem;padding:2rem;display:flex;overflow-y:auto}.profile-picture-section{text-align:center}.profile-picture-container{width:150px;height:150px;margin:0 auto 1.5rem;position:relative}.profile-picture{-o-object-fit:cover;object-fit:cover;border:3px solid #3b82f6;border-radius:50%;width:100%;height:100%;box-shadow:0 10px 25px #3b82f64d}.profile-picture-placeholder{background:linear-gradient(135deg,#3b82f6,#10b981);border:3px solid #3b82f6;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;box-shadow:0 10px 25px #3b82f64d}.profile-initials{color:#fff;font-size:3rem;font-weight:700}.upload-section{margin-top:1rem}.file-input{display:none}.upload-btn{color:#93c5fd;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;transition:all .3s;display:inline-block}.upload-btn:hover{background:#3b82f633}.upload-btn:disabled{opacity:.5;cursor:not-allowed}.quick-info{text-align:center}.quick-info h3{color:#f8fafc;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.user-email{color:#94a3b8;margin-bottom:1rem;font-size:.875rem}.user-plan-badge{color:#fff;background:linear-gradient(135deg,#10b981,#10b98180);border-radius:20px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.unsaved-changes-badge{color:#fbbf24;background:#f59e0b1a;border:1px solid #f59e0b4d;border-radius:20px;margin-top:1rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;animation:2s infinite pulse;display:inline-block}.medical-condition-selector{text-align:left}.medical-condition-selector label{color:#94a3b8;margin-bottom:.5rem;font-size:.875rem;display:block}.condition-select{color:#f8fafc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.5rem;font-size:.875rem}.condition-select:disabled{opacity:.5;cursor:not-allowed}.profile-main{flex:1;padding:2rem 2rem 140px;overflow-y:auto}.profile-section{border-bottom:1px solid #ffffff1a;margin-bottom:2rem;padding-bottom:2rem}.profile-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.profile-section h3{color:#f8fafc;margin:0;font-size:1.25rem;font-weight:600}.edit-btn{color:#93c5fd;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;transition:all .3s}.edit-btn:hover{background:#3b82f633}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.form-group{margin-bottom:1rem}.form-group.full-width{grid-column:1/-1}.form-group label{color:#94a3b8;margin-bottom:.5rem;font-size:.875rem;display:block}.form-input{color:#f8fafc;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:.5rem;font-size:.875rem;transition:all .3s}.form-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f633}.form-input:disabled{opacity:.5;cursor:not-allowed}.medical-form-grid{grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}.medical-form-group{margin-bottom:1.5rem}.medical-form-group label{color:#94a3b8;margin-bottom:.5rem;font-size:.875rem;display:block}.medical-input-group{align-items:center;gap:.5rem;display:flex}.medical-form-input{color:#f8fafc;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;flex:1;padding:.5rem;font-size:.875rem;transition:all .3s}.medical-form-input:focus{border-color:#3b82f6;outline:none}.medical-form-input:disabled{opacity:.5;cursor:not-allowed}.medical-unit{color:#94a3b8;white-space:nowrap;font-size:.75rem}.normal-range{color:#10b981;margin-top:.25rem;font-size:.75rem}.prescription-upload-section{margin-bottom:1.5rem}.prescription-upload-btn{color:#93c5fd;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .3s;display:inline-block}.prescription-upload-btn:hover{background:#3b82f633}.prescription-upload-btn:disabled{opacity:.5;cursor:not-allowed}.prescriptions-list{max-height:300px;overflow-y:auto}.no-prescriptions{text-align:center;color:#94a3b8;padding:3rem 1rem}.no-prescriptions-icon{opacity:.5;margin-bottom:1rem;font-size:3rem}.prescription-viewer-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3000;background:#000000e6;justify-content:center;align-items:flex-start;padding-top:40px;display:flex;position:fixed;inset:0}.prescription-viewer-content{background:#0f172a;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;width:90%;max-width:800px;max-height:90vh;animation:.3s slideUp;display:flex}.viewer-header{background:#0f172af2;border-bottom:1px solid #ffffff1a;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.viewer-header h3{color:#f8fafc;margin:0;font-size:1.125rem}.close-viewer-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.5rem;display:flex}.close-viewer-btn:hover{color:#f8fafc}.viewer-body{flex:1;justify-content:center;align-items:center;padding:0;display:flex;overflow:auto}.prescription-image{-o-object-fit:contain;object-fit:contain;border-radius:8px;max-width:100%;max-height:70vh}.pdf-placeholder{text-align:center;padding:2rem}.pdf-icon{color:#3b82f6;margin-bottom:1rem;font-size:4rem}.pdf-placeholder p{color:#94a3b8;margin-bottom:1.5rem}.download-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.download-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px)}.action-buttons{justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.save-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px)}.save-btn:disabled{opacity:.7;cursor:not-allowed}.cancel-btn{color:#f8fafc;cursor:pointer;background:#f10909d9;border:1px solid #ffffff1a;border-radius:8px;padding:.75rem 1.5rem;transition:all .3s}.cancel-btn:hover{background:#ffffff1a}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.profile-content{flex-direction:column}.profile-sidebar{border-bottom:1px solid #ffffff1a;border-right:none;flex:none}.form-grid{grid-template-columns:1fr}.medical-form-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.profile-modal-content{width:95%;max-height:95vh}.profile-modal-header{z-index:10;padding:1rem;position:sticky;top:0}.profile-modal-header h2{font-size:1.25rem}.profile-sidebar,.profile-main{padding:1rem}.profile-picture-container{width:100px;height:100px}.profile-initials{font-size:2rem}.medical-form-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.save-btn,.cancel-btn{width:100%}}.generate-section{justify-content:center;align-items:center;min-height:400px;padding:20px;display:flex}.generate-card{text-align:center;background:linear-gradient(135deg,#fff 0%,#f8f9ff 100%);border:1px solid #6066ff1a;border-radius:20px;width:100%;max-width:800px;padding:40px;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000014,0 0 0 1px #6066ff1a}.generate-card:before{content:"";background:linear-gradient(90deg,#4caf50,#2196f3,#9c27b0);border-radius:20px 20px 0 0;height:4px;position:absolute;top:0;left:0;right:0}.card-icon{margin-bottom:20px;font-size:64px;animation:3s ease-in-out infinite float}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.card-title{color:#2c3e50;background:linear-gradient(90deg,#4caf50,#2196f3);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:16px;font-size:28px;font-weight:700}.card-description{color:#5d6d7e;margin-bottom:30px;font-size:16px;line-height:1.6}.features-list{text-align:left;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:35px;display:grid}.feature-item{color:#2c3e50;background:#6066ff0d;border:1px solid #6066ff1a;border-radius:10px;align-items:center;gap:10px;padding:12px 15px;font-size:14px;transition:all .3s;display:flex}.feature-item:hover{background:#6066ff1a;transform:translateY(-2px)}.feature-icon{color:#4caf50;font-size:16px;font-weight:700}.generate-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#4caf50,#2196f3);border:none;border-radius:50px;justify-content:center;align-items:center;gap:12px;width:100%;padding:32px;font-size:18px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #2196f34d}.generate-btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #2196f366}.generate-btn:active{transform:translateY(-1px)}.generate-btn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.generate-btn:hover:before{left:100%}.btn-icon{font-size:20px}.btn-arrow{font-size:20px;transition:transform .3s}.generate-btn:hover .btn-arrow{transform:translate(5px)}.card-footer{border-top:1px solid #0000000d;justify-content:center;align-items:center;gap:15px;margin-top:25px;padding-top:25px;display:flex}.footer-text{color:#7f8c8d;font-size:14px;font-weight:500}.footer-dot{color:#bdc3c7;font-size:20px}@media (max-width:768px){.generate-card{padding:30px 20px}.features-list{grid-template-columns:1fr}.card-title{font-size:24px}}.diet-plan-container{margin:0;padding:0}.today-header{color:#e2e8f0;background:#0f172a;justify-content:space-between;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;display:flex}.today-date-info{align-items:center;gap:8px;display:flex}.today-date-info strong{color:#38bdf8}.today-guidance{color:#94a3b8;font-size:.82rem}.lock-icon{margin-right:4px}.calendar-icon{font-size:1rem}.diet-table-wrapper{-webkit-overflow-scrolling:touch;width:100%;position:relative;overflow-x:auto}.diet-table-wrapper.blurred{filter:blur(4px);pointer-events:none;opacity:.7}.table-responsive{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.diet-table{border-collapse:collapse;table-layout:fixed;background:#fff;width:100%;min-width:1440px;box-shadow:0 2px 8px #00000014}.diet-table thead tr{background:#f8f9fa}.diet-table thead th{text-align:center;color:#333;white-space:nowrap;border:1px solid #e0e0e0;padding:10px 8px;font-size:.82rem;font-weight:600}.diet-table thead th.day-header{color:#2e7d32;z-index:3;background:#e9f7ef;width:90px;min-width:90px;position:sticky;left:0}.diet-table thead th.time-header{color:#444;min-width:150px;font-size:.82rem;font-weight:700}.diet-table tbody td{vertical-align:top;border:1px solid #e0e0e0;height:1px;padding:8px}.diet-table tbody td.day-cell{text-align:center;color:#2e7d32;z-index:2;vertical-align:middle;background:#f1f8e9;width:90px;min-width:90px;font-weight:600;position:sticky;left:0}.diet-table tbody td.meal-cell{background:#fff;min-width:150px}.diet-table tbody td.meal-cell.meal-cell-locked{background:#fafafa}.day-row.today-row td.day-cell{background:linear-gradient(135deg,#c8e6c9,#e8f5e9);border-left:3px solid #2e7d32}.day-row.today-row td.meal-cell{background:#f9fffe;border-top:1px solid #a5d6a7;border-bottom:1px solid #a5d6a7}.day-row.locked-row{opacity:.65}.day-row.locked-row td.day-cell{color:#9e9e9e;background:#f5f5f5}.day-name{text-transform:uppercase;font-size:.8rem;font-weight:700;line-height:1.3}.today-badge{color:#fff;letter-spacing:.4px;text-transform:uppercase;background:linear-gradient(135deg,#4caf50,#2e7d32);border-radius:10px;margin-top:4px;padding:2px 6px;font-size:.6rem;font-weight:700;display:block}.locked-badge{opacity:.55;margin-top:4px;font-size:.75rem;display:block}.meal-content{flex-direction:column;justify-content:space-between;height:100%;display:flex}.meal-name{color:#1a1a1a;margin-bottom:4px;font-size:.88rem;font-weight:500;line-height:1.3}.meal-details{color:#666;flex-direction:column;gap:2px;margin-bottom:6px;font-size:.82rem;display:flex}.meal-quantity{color:#555;font-style:italic}.meal-calories{color:#d32f2f;font-weight:600}.meal-actions{flex-direction:column;gap:6px;margin-top:auto;padding-top:6px;display:flex}.meal-checkbox-row{white-space:nowrap;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:6px;display:flex}.meal-action-checkbox{cursor:pointer;color:#555;border-radius:4px;align-items:center;gap:4px;padding:2px;font-size:.7rem;transition:background .15s;display:flex}.meal-action-checkbox:hover{background:#f5f5f5}.meal-action-checkbox input[type=checkbox]{cursor:pointer;accent-color:#4caf50;flex-shrink:0;width:13px;height:13px}.meal-action-checkbox .skipped-checkbox{accent-color:#ff9800}.completed-checkbox:checked+span{color:#2e7d32;font-weight:600}.skipped-checkbox:checked+span{color:#ff9800;font-weight:600}.meal-action-checkbox.disabled-action{opacity:.4;cursor:not-allowed;pointer-events:none}.meal-alternate-btn{color:#fff;cursor:pointer;text-align:center;background:linear-gradient(135deg,#3b82f6,#10b981);border:none;border-radius:5px;width:100%;margin-top:4px;padding:6px 0;font-size:.78rem;font-weight:600;transition:filter .18s;display:block}.meal-alternate-btn:hover:not(:disabled){filter:brightness(1.1)}.meal-alternate-btn.locked-btn{color:#607d8b;cursor:not-allowed;letter-spacing:.2px;background:#b0bec5;font-size:.75rem}.meal-alternate-btn.locked-btn:hover{filter:none}.diet-container{margin:20px 0;position:relative}.diet-container.blurred{filter:blur(4px);pointer-events:none}.pending-overlay{z-index:10;text-align:center;background:#fffffff2;border:1px solid #ff9800;border-radius:10px;min-width:300px;padding:30px 40px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 20px #0003}.pending-overlay h3{color:#ff9800;margin-bottom:10px;font-size:1.5rem}.pending-overlay p{color:#666;font-size:1.1rem}.diet-pref-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2000;background:#0009;justify-content:center;align-items:center;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.diet-pref-modal{background:#fff;border-radius:20px;width:520px;max-width:95vw;padding:2.5rem 2rem 2rem;animation:.3s slideUp;position:relative;box-shadow:0 24px 60px #00000040}.diet-pref-close{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.diet-pref-close:hover{color:#0f172a;background:#e2e8f0}.diet-pref-header{text-align:center;margin-bottom:1.75rem}.diet-pref-emoji{margin-bottom:.5rem;font-size:2.8rem;display:block}.diet-pref-header h2{color:#0f172a;margin:0 0 .35rem;font-size:1.45rem;font-weight:700}.diet-pref-header p{color:#64748b;margin:0;font-size:.9rem}.diet-pref-grid{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.diet-pref-card{cursor:pointer;text-align:center;background:#f8fafc;border:2px solid #0000;border-radius:14px;flex-direction:column;align-items:center;gap:6px;padding:1.3rem 1rem;font-family:inherit;transition:all .25s;display:flex}.diet-pref-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.dpcard-icon{font-size:2rem;line-height:1}.dpcard-label{color:#0f172a;font-size:.95rem;font-weight:700}.dpcard-desc{color:#64748b;font-size:.75rem;line-height:1.4}.diet-pref-card.veg{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#86efac}.diet-pref-card.veg:hover{border-color:#22c55e;box-shadow:0 8px 24px #22c55e33}.diet-pref-card.nonveg{background:linear-gradient(135deg,#fff7ed,#ffedd5);border-color:#fdba74}.diet-pref-card.nonveg:hover{border-color:#f97316;box-shadow:0 8px 24px #f9731633}.diet-pref-card.mix{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd}.diet-pref-card.mix:hover{border-color:#3b82f6;box-shadow:0 8px 24px #3b82f633}.diet-pref-card.vegan{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-color:#c4b5fd}.diet-pref-card.vegan:hover{border-color:#8b5cf6;box-shadow:0 8px 24px #8b5cf633}.diet-pref-note{text-align:center;color:#94a3b8;margin:0;font-size:.8rem}@media (max-width:480px){.diet-pref-grid{grid-template-columns:1fr}.diet-pref-modal{padding:2rem 1.25rem 1.5rem}}*{box-sizing:border-box}.dashboard-container{color:#f8fafc;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);min-height:100vh;font-family:Inter,Segoe UI,system-ui,-apple-system,Roboto,sans-serif}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#0f172af2;border-bottom:1px solid #ffffff1a;padding:0;position:sticky;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 1.5rem;display:flex}.nav-brand h1{background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.5rem;font-weight:700}.nav-menu{align-items:center;gap:2rem;display:flex}.nav-tab{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:1rem;font-weight:500;transition:all .3s;position:relative}.nav-tab:hover{color:#e2e8f0}.nav-tab.active{color:#3b82f6}.nav-tab.active:after{content:"";background:#3b82f6;height:2px;position:absolute;bottom:-1rem;left:0;right:0}.nav-actions{align-items:center;gap:1rem;display:flex}.pricing-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#10b981);border:none;border-radius:8px;align-items:center;gap:.5rem;min-width:120px;padding:.5rem 1rem;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden}.pricing-button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.pricing-button:hover:before{left:100%}.pricing-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #3b82f64d}.pricing-icon{font-size:1.2rem;animation:1.5s infinite sparkle}.pricing-arrow{transition:transform .3s}.pricing-button:hover .pricing-arrow{transform:translate(4px)}@keyframes sparkle{0%,to{opacity:1}50%{opacity:.7}}@keyframes pricingPulse{0%{box-shadow:0 0 #3b82f6b3}70%{box-shadow:0 0 0 10px #3b82f600}to{box-shadow:0 0 #3b82f600}}.language-selector select{color:#f8fafc;cursor:pointer;background:#0f172af2;border:1px solid #ffffff1a;border-radius:6px;padding:.5rem;font-size:.875rem}.account-section{position:relative}.account-button{color:#f8fafc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem 1rem;transition:all .3s;display:flex}.account-button:hover{background:#ffffff14;border-color:#fff3}.account-avatar{background:linear-gradient(135deg,#3b82f6,#10b981);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;display:flex;overflow:hidden}.avatar-img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:100%;height:100%}.avatar-initials{color:#fff}.account-name{font-size:.875rem;font-weight:500}.dropdown-arrow{font-size:.75rem;transition:transform .3s}.account-button:hover .dropdown-arrow{transform:rotate(180deg)}.account-dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#0f172af2;border:1px solid #ffffff1a;border-radius:12px;width:280px;animation:.2s fadeIn;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 10px 40px #0000004d}.dropdown-header{padding:1.25rem}.user-info{align-items:center;gap:1rem;display:flex}.user-avatar-large{background:linear-gradient(135deg,#3b82f6,#10b981);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:600;display:flex}.avatar-initials-large{color:#fff}.user-details h4{margin:0 0 .25rem;font-size:1rem;font-weight:600}.user-email{color:#94a3b8;margin:0 0 .5rem;font-size:.75rem}.user-plan-badge{color:#fff;background:linear-gradient(135deg,#10b981,#10b98180);border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.dropdown-divider{background:#ffffff1a;height:1px;margin:0}.dropdown-items{padding:.5rem 0}.dropdown-item{color:#cbd5e1;align-items:center;gap:.75rem;padding:.75rem 1.25rem;text-decoration:none;transition:all .3s;display:flex;position:relative}.dropdown-item:hover{color:#f8fafc;background:#ffffff0d}.item-icon{text-align:center;width:20px;font-size:1rem}.notification-badge{color:#fff;background:#ef4444;border-radius:12px;padding:.125rem .5rem;font-size:.75rem;font-weight:600;position:absolute;right:1.25rem}.dropdown-footer{padding:.75rem 1.25rem}.logout-button{color:#fca5a5;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;align-items:center;gap:.75rem;width:100%;padding:.75rem;transition:all .3s;display:flex}.logout-button:hover{background:#ef444433}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;padding:.5rem;display:none}.mobile-menu-toggle span{background:#f8fafc;width:24px;height:2px;transition:all .3s}.mobile-menu{background:#0f172af2;border-top:1px solid #ffffff1a;flex-direction:column;padding:1rem;display:none}.mobile-nav-tab{color:#94a3b8;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;margin-bottom:.5rem;padding:1rem;transition:all .3s}.mobile-nav-tab:hover{background:#ffffff0d}.mobile-nav-tab.active{color:#3b82f6;background:#3b82f61a}.mobile-account-section{border-top:1px solid #ffffff1a;margin-top:1rem;padding-top:1rem}.mobile-user-info{background:#ffffff08;border-radius:8px;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.mobile-user-avatar{color:#fff;background:linear-gradient(135deg,#3b82f6,#10b981);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex}.mobile-user-details h4{margin:0 0 .25rem;font-size:1rem}.mobile-user-details p{color:#94a3b8;margin:0;font-size:.75rem}.mobile-account-links{flex-direction:column;gap:.5rem;display:flex}.mobile-account-link{color:#cbd5e1;background:#ffffff08;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem;text-decoration:none;transition:all .3s;display:flex}.mobile-account-link:hover{background:#ffffff0d}.mobile-notification-badge{color:#fff;background:#ef4444;border-radius:12px;margin-left:auto;padding:.125rem .5rem;font-size:.75rem}.mobile-logout-btn{color:#fca5a5;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;align-items:center;gap:.75rem;width:100%;margin-top:.5rem;padding:.75rem;transition:all .3s;display:flex}.mobile-logout-btn:hover{background:#ef444433}.dashboard-content{gap:1.5rem;max-width:1400px;min-height:calc(100vh - 80px);margin:0 auto;padding:1.5rem;display:flex}.sidebar{flex:0 0 300px}.sidebar-title{color:#f8fafc;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.pricing-sidebar-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem;transition:all .3s}.pricing-sidebar-card:hover{border-color:#3b82f64d;transform:translateY(-2px)}.pricing-sidebar-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.pricing-sidebar-header h3{color:#94a3b8;margin:0;font-size:1rem;font-weight:600}.plan-badge{color:#fff;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.pricing-sidebar-info{text-align:center}.plan-price{margin-bottom:.5rem}.plan-price .price{color:#3b82f6;font-size:2rem;font-weight:700}.plan-price .period{color:#94a3b8;font-size:.875rem}.plan-desc{color:#cbd5e1;margin-bottom:1rem;font-size:.875rem}.upgrade-btn{color:#93c5fd;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:8px;width:100%;padding:.75rem;font-weight:600;transition:all .3s}.upgrade-btn:hover{background:#3b82f633;transform:translateY(-1px)}.patient-list{flex-direction:column;gap:.75rem;display:flex}.patient-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:1rem;transition:all .3s}.patient-card:hover{background:#ffffff0d;border-color:#ffffff1a}.patient-card.active{background:#3b82f61a;border-color:#3b82f64d}.patient-name{color:#f8fafc;margin-bottom:.25rem;font-weight:600}.patient-diagnosis{color:#94a3b8;margin-bottom:.5rem;font-size:.875rem}.patient-conditions{flex-wrap:wrap;gap:.5rem;display:flex}.condition-tag{color:#93c5fd;background:#3b82f633;border-radius:6px;padding:.25rem .5rem;font-size:.75rem}.patient-age{color:#cbd5e1;text-align:right;font-size:.875rem}.main-content{flex-direction:column;flex:1;gap:1.5rem;display:flex}.content-header{grid-template-columns:1fr 380px;align-items:start;gap:1.5rem;display:grid}.header-info h1{color:#f8fafc;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.patient-selected{color:#94a3b8;margin-bottom:1rem}.patient-selected span{color:#e2e8f0;font-weight:600}.condition-selector{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.condition-selector span{color:#94a3b8;font-size:.875rem}.condition-btn{color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:all .3s;display:flex;position:relative}.condition-btn:hover{background:#ffffff0d;border-color:#fff3}.condition-btn.active{color:#f8fafc;font-weight:500}.pulse-dot{background:currentColor;border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse}.lab-scroll-container{max-height:220px;padding-right:6px;overflow-y:auto}.lab-scroll-container::-webkit-scrollbar{width:6px}.lab-scroll-container::-webkit-scrollbar-thumb{background:#ffffff40;border-radius:6px}.lab-scroll-container::-webkit-scrollbar-track{background:0 0}.lab-scroll-container{scrollbar-width:thin;scrollbar-color:#ffffff4d transparent}.lab-summary-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:1.25rem}.lab-summary-header h3{color:#94a3b8;margin-bottom:1rem;font-size:1rem}.lab-grid{grid-template-columns:1fr 1fr;grid-auto-rows:minmax(100px,auto);gap:.75rem;display:grid}.lab-badge{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;padding:.75rem;transition:all .3s}.lab-badge:hover{border-color:#ffffff1a}.lab-label{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.lab-label span{color:#94a3b8;font-size:.875rem}.lab-status{color:#fff;text-transform:capitalize;border-radius:12px;padding:.125rem .5rem;font-size:.75rem}.lab-value{color:#f8fafc;margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.lab-unit{color:#94a3b8;font-size:.75rem;font-weight:400}.lab-range{color:#94a3b8;font-size:.75rem}.dashboard-grid{flex-direction:column;gap:1.5rem;display:flex}.dashboard-two-column-layout{grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.dashboard-left-column,.dashboard-right-column{flex-direction:column;gap:1.5rem;display:flex}.main-panel{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:1.5rem}.panel-header h2{color:#f8fafc;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.panel-header p{color:#94a3b8;margin-bottom:1.5rem}.ask-form{margin-bottom:1.5rem}.question-input{color:#f8fafc;resize:vertical;background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;width:100%;min-height:100px;margin-bottom:1rem;padding:1rem;font-family:inherit;font-size:1rem}.question-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px #3b82f633}.form-actions{align-items:center;gap:.75rem;display:flex}.language-select{color:#f8fafc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.5rem}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;padding:.5rem 1rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px)}.btn-primary:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{color:#f8fafc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.5rem 1rem;font-size:1rem;transition:all .3s}.btn-secondary:hover{background:#ffffff1a}.error-message{color:#fca5a5;background:#ef44441a;border-radius:8px;margin-top:.75rem;padding:.75rem;font-size:.875rem}.response-section h3{color:#94a3b8;margin-bottom:.75rem;font-size:1.125rem}.response-container{background:#0b122080;border-radius:8px;min-height:150px;padding:1.5rem}.no-response{color:#94a3b8;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:150px;display:flex}.no-response-icon{margin-bottom:.5rem;font-size:2rem}.ai-response{color:#e6eef8}.response-text{margin-bottom:1rem;font-size:1rem;line-height:1.6}.response-text pre{white-space:pre-wrap;word-wrap:break-word;margin:0;font-family:inherit;font-size:1rem;line-height:1.6}.response-meta{color:#94a3b8;border-top:1px solid #ffffff1a;flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;font-size:.875rem;display:flex}.water-context{background:#ffffff05;border-radius:8px;margin-top:12px;padding:10px;font-size:.875rem}.sidebar-panels{flex-direction:column;gap:1.5rem;display:flex}.panel{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:1.25rem}.panel h3{color:#f8fafc;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.water-summary{margin-bottom:1rem}.water-today{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.water-label{color:#94a3b8;font-size:.875rem}.water-amount{color:#3b82f6;font-size:1.5rem;font-weight:700}.water-level-container{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;height:120px;margin-bottom:1rem;position:relative;overflow:hidden}.water-level-fill{background:linear-gradient(#60a5fa,#3b82f6);border-radius:0 0 8px 8px;transition:height .5s ease-in-out;position:absolute;bottom:0;left:0;right:0}.water-level-markers{color:#94a3b8;flex-direction:column;justify-content:space-between;font-size:.75rem;display:flex;position:absolute;top:0;bottom:0;right:8px}.water-actions{margin-bottom:1rem}.water-actions label{color:#94a3b8;margin-bottom:.5rem;font-size:.875rem;display:block}.water-buttons{gap:.5rem;display:flex}.water-btn{color:#93c5fd;cursor:pointer;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.875rem;transition:all .3s}.water-btn:hover{background:#3b82f633}.recent-water-logs{color:#94a3b8;margin-bottom:.5rem;font-size:.875rem}.water-log-list{flex-direction:column;gap:.5rem;display:flex}.water-log-item{background:#ffffff05;border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem;display:flex}.log-time{color:#94a3b8;font-size:.75rem}.log-amount{color:#3b82f6;font-size:.875rem;font-weight:600}.dashboard-footer{text-align:center;color:#94a3b8;border-top:1px solid #ffffff0d;margin-top:auto;padding:1.5rem 0}.pricing-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;background:#000c;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.pricing-modal-content{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:1px solid #ffffff1a;border-radius:16px;width:90%;max-width:1200px;max-height:90vh;padding:2rem;animation:.3s slideUp;overflow-y:auto}.pricing-modal-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.pricing-modal-header h2{background:linear-gradient(135deg,#3b82f6,#10b981);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:2rem;font-weight:700}.close-modal-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.5rem;transition:color .3s;display:flex}.close-modal-btn:hover{color:#f8fafc}.pricing-plans-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.pricing-plan-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex;position:relative}.pricing-plan-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.pricing-plan-card.popular{border-width:2px}.popular-badge{color:#fff;text-transform:uppercase;white-space:nowrap;border-radius:20px;padding:.25rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.current-badge{color:#fff;border-radius:20px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:-10px;right:1rem}.plan-header{text-align:center;margin-bottom:1.5rem}.plan-header h3{color:#f8fafc;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.plan-price{justify-content:center;align-items:baseline;gap:.25rem;display:flex}.price-amount{color:#f8fafc;font-size:2.5rem;font-weight:800}.price-period{color:#94a3b8;font-size:.875rem}.plan-features{flex:1;margin-bottom:1.5rem}.plan-features h4{color:#94a3b8;margin-bottom:1rem;font-size:1rem}.plan-features ul{margin:0;padding:0;list-style:none}.plan-features li{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.feature-check{margin-right:.5rem;font-size:1rem}.feature-check.included{color:#10b981}.feature-check.not-included{color:#ef4444}.feature-name{color:#cbd5e1;flex:1;font-size:.875rem}.feature-name.not-included{color:#94a3b8;text-decoration:line-through}.feature-value{color:#3b82f6;font-size:.875rem;font-weight:600}.subscribe-btn{color:#fff;cursor:pointer;border:1px solid;border-radius:8px;width:100%;margin-top:auto;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.subscribe-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0003}.payment-methods{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;padding:1rem}.payment-methods p{color:#94a3b8;margin:0;font-size:.875rem}@media (max-width:1024px){.pricing-plans-grid{grid-template-columns:repeat(2,1fr)}.content-header{grid-template-columns:1fr}.lab-summary-card{position:relative;top:auto}}@media (max-width:768px){.profile-content{flex-direction:column}.profile-sidebar{border-bottom:1px solid #ffffff1a;border-right:none;flex:none;width:100%}.nav-menu{display:none}.mobile-menu-toggle,.mobile-menu{display:flex}.pricing-button{padding:.5rem}.pricing-button .pricing-text,.account-button .account-name,.account-button .dropdown-arrow{display:none}.account-button{padding:.5rem}.dashboard-content{flex-direction:column;padding:1rem}.sidebar{flex:none;width:100%;max-width:100%;overflow-x:hidden}.dashboard-grid{grid-template-columns:1fr}.dashboard-two-column-layout{grid-template-columns:1fr;gap:1rem}.dashboard-left-column,.dashboard-right-column{gap:1rem}.content-header,.pricing-plans-grid{grid-template-columns:1fr}.nav-container{padding:1rem}.nav-brand h1{font-size:1.25rem}.pricing-button{min-width:auto}.pricing-icon{font-size:1rem}}@media (max-width:480px){.lab-grid{grid-template-columns:1fr}}.privacy-overlay{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.privacy-card{background:#111827;border:1px solid #ffffff26;border-radius:20px;flex-direction:column;height:90vh;display:flex;overflow:hidden;box-shadow:0 0 100px #000c;width:95vw!important;max-width:1300px!important}.privacy-header{background:#0f172a;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:20px 30px;display:flex}.privacy-header h2{color:#fff!important;margin:0!important;font-size:1.5rem!important}.privacy-close{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:all .2s;display:flex}.privacy-close:hover{background:#dc2626;transform:scale(1.1)}.privacy-body{background:#fff;flex:1;overflow:hidden}.privacy-iframe{border:none;width:100%;height:100%}.privacy-link{opacity:.8;margin-left:8px;text-decoration:none;transition:all .2s;color:#fff!important}.privacy-link:hover{opacity:1;text-decoration:underline}.login-container{background:#1b2236;justify-content:center;align-items:center;height:100vh;font-family:Arial,sans-serif;display:flex}.login-card{color:#fff;background:#1e2a4a;border-radius:12px;flex-direction:column;width:350px;padding:40px 30px;display:flex;box-shadow:0 10px 25px #00000080}.login-card h2{color:#4ac6f7;text-align:center;margin-bottom:5px}.login-card .sub-title{text-align:center;color:#b0b8c1;margin-bottom:25px;font-size:.9rem}.login-card input{color:#fff;background:#2b3a63;border:none;border-radius:6px;margin-bottom:15px;padding:12px 15px;font-size:.95rem}.login-card input::placeholder{color:#8890a6}.login-card button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#4ac6f7,#2ed573);border:none;border-radius:6px;padding:12px 15px;font-size:1rem;transition:all .3s}.login-card button:hover{opacity:.9}*{box-sizing:border-box;margin:0;padding:0}.admin-layout{background-color:#f5f7fa;width:100vw;height:100vh;display:flex;overflow:hidden}.sidebar1{color:#fff;background:linear-gradient(#2c3e50 0%,#1a252f 100%);flex-direction:column;width:250px;display:flex}.sidebar-header{border-bottom:1px solid #34495e;padding:1.2rem}.sidebar-nav{flex:1;padding:1.5rem 0}.sidebar-nav ul{list-style:none}.header-content{align-items:center;gap:12px;display:flex}.nav-item{color:#bdc3c7;cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:.8rem 1.5rem;display:flex}.nav-item.active{color:#fff;background:#3498db33}.nav-item:hover{background:#ffffff0d}.sidebar-footer{border-top:1px solid #34495e;padding:1.2rem}.avatar{background:#3498db;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.logout-btn{color:#fff;cursor:pointer;background:#e74c3c;border:none;border-radius:6px;width:100%;padding:.75rem;font-size:14px}.logout-btn:hover{background:#c0392b}.main-content-1{background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);flex-direction:column;flex:1;height:100vh;display:flex;overflow:hidden}.header{z-index:10;background:#fff;flex-shrink:0;padding:.7rem;position:sticky;top:0}.header h1{color:#2c3e50}.content-wrapper{background:0 0;flex:1;padding:2rem;overflow:auto}.dashboard-container.active{background:#fff;border:1px solid #3b82f633;border-radius:16px;min-height:400px;margin:0;padding:0;position:relative;overflow-x:auto;box-shadow:0 8px 30px #1e3a8a1a,0 2px 8px #1e3a8a14,inset 0 1px #ffffff80}.dashboard-card{background:#fff;border-radius:10px;padding:1.5rem}.data-table{border-collapse:separate;border-spacing:0;background:#fff;width:100%;min-width:2000px;position:relative}.data-table thead{z-index:10;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);position:sticky;top:0;box-shadow:0 4px 6px #0000000d}.data-table th{color:#475569;text-transform:uppercase;letter-spacing:.5px;white-space:normal;vertical-align:middle;background-clip:padding-box;border-bottom:2px solid #e2e8f0;padding:1rem;font-size:.85rem;font-weight:700;position:relative}.data-table td{color:#334155;white-space:normal;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1rem;font-weight:500;transition:all .2s;position:relative}.data-table tbody tr{height:56px;transition:all .2s;position:relative}.data-table tbody tr:nth-child(2n){background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%)}.data-table tbody tr:nth-child(odd){background:linear-gradient(135deg,#fff 0%,#fcfcfc 100%)}.data-table th:not(:last-child):after{content:"";background:linear-gradient(#0000,#3b82f64d,#0000);width:1px;height:60%;position:absolute;top:20%;right:0}.data-table tr{height:56px}.status-badge.active{background:#d4edda;border-radius:20px;padding:.3rem .8rem}.status-badge.inactive{background:#f8d7da;border-radius:20px;padding:.3rem .8rem}.condition-badge.diabetes{background:#e8f4fd}.condition-badge.hypertension{background:#fce7f3}.condition-badge.cardiac{background:#dcfce7}.condition-badge.obesity{background:#fef3c7}.coming-soon{text-align:center;background:#fff;border-radius:10px;padding:3rem}.actions-cell button{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:6px 10px;font-size:13px;transition:transform .2s,box-shadow .2s,background-color .2s}.actions-cell .edit-btn2{color:#fff;background:#2563eb}.actions-cell .edit-btn2:hover{transform:translateY(-2px)scale(1.05);box-shadow:0 6px 14px #2563eb59}.actions-cell .edit-btn2:active{transform:scale(.95)}.actions-cell .delete-btn2{color:#fff;background:#dc2626}.actions-cell .delete-btn2:hover{animation:.6s ease-in-out dangerPulse;transform:translateY(-2px)scale(1.05);box-shadow:0 6px 14px #dc262659}@keyframes dangerPulse{0%{box-shadow:0 0 #dc262680}to{box-shadow:0 0 0 8px #dc262600}}.actions-cell button:focus-visible{outline-offset:2px;outline:2px solid}.actions-cell{vertical-align:middle;height:100%}.actions-cell .action-buttons{justify-content:center;align-items:center;gap:8px;height:100%;display:flex}.modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-large{background:#fff;border-radius:15px;width:750px;max-height:85vh;padding:30px;animation:.3s ease-out slideDown;overflow-y:auto;box-shadow:0 10px 30px #0000004d}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-large h2{text-align:center;color:#333;margin-bottom:25px;font-size:1.8rem}.modal-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:#555;margin-bottom:5px;font-size:.95rem;font-weight:600}.modal-grid input{border:1px solid #ccc;border-radius:8px;padding:10px 12px;font-size:.95rem;transition:all .2s}.modal-grid input:focus{border-color:#4a90e2;outline:none;box-shadow:0 0 5px #4a90e266}.modal-actions{justify-content:flex-end;gap:15px;margin-top:25px;display:flex}.save-btn,.cancel-btn{cursor:pointer;letter-spacing:.3px;border:none;border-radius:10px;margin:5px;padding:10px 22px;font-size:.95rem;font-weight:600;transition:all .25s;box-shadow:0 4px 10px #0000001f}.save-btn{color:#fff;background:linear-gradient(135deg,#4a90e2,#357abd)}.save-btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px #4a90e273}.save-btn:active{transform:translateY(0);box-shadow:0 4px 10px #4a90e24d}.cancel-btn{color:#fff;background:#ef4444}.cancel-btn:hover{transform:translateY(-2px);box-shadow:0 6px 14px #00000040}.cancel-btn:active{transform:translateY(0);box-shadow:0 3px 8px #0000002e}.modal.modal-large{flex-direction:column;width:75%;max-height:85vh;display:flex}.prescription-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;max-height:70vh;padding:10px;display:grid;overflow-y:auto}.prescription-card{text-align:center;background:#f8f9fa;border:1px solid #ddd;border-radius:8px;padding:10px;transition:transform .2s}.prescription-card:hover{transform:scale(1.02)}.prescription-card p{word-break:break-word;margin-bottom:8px;font-size:13px;font-weight:600}.prescription-image{-o-object-fit:contain;object-fit:contain;background:#fff;border-radius:6px;width:100%;max-height:260px}.prescription-viewer-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.prescription-viewer-content{background:0 0;flex-direction:column;width:90vw;height:90vh;display:flex}.viewer-header{color:#fff;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.viewer-header h3{font-size:16px;font-weight:500}.close-viewer-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:28px}.viewer-body{flex:1;justify-content:center;align-items:center;display:flex;overflow:auto}.prescription-image{-o-object-fit:contain;object-fit:contain;cursor:zoom-in;border-radius:6px;max-width:100%;max-height:100%}.popup-overlay{z-index:9999;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.popup-modal{text-align:center;background:#fff;border-radius:10px;min-width:300px;padding:25px 30px;animation:.25s scaleIn;box-shadow:0 10px 30px #0003}.popup-modal.success{border-left:6px solid #2ecc71}.popup-modal.error{border-left:6px solid #e74c3c}.popup-modal p{margin-bottom:15px;font-size:16px}.popup-modal button{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:6px;padding:8px 20px}.popup-modal button:hover{background:#0056b3}.diet-header{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:15px;padding:12px 16px;display:flex}.diet-status{border-radius:20px;padding:6px 12px;font-size:13px;font-weight:600}.diet-status.pending{color:#c2410c;background:#fff7ed}.diet-status.approved{color:#047857;background:#ecfdf5}.diet-actions{gap:10px;display:flex}.approve-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;padding:8px 16px;font-weight:600}.approve-btn:hover{box-shadow:0 6px 14px #22c55e66}.edit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:8px;padding:10px 28px;font-weight:600}.edit-btn:hover{box-shadow:0 6px 14px #2563eb66}.diet-table{border-collapse:collapse;border:1px solid #d1d5db;width:100%;margin-top:10px}.diet-table th,.diet-table td{vertical-align:top;border:1px solid #e5e7eb;padding:10px;font-size:13px}.diet-table thead th{z-index:1;background:#f1f5f9;font-weight:700;position:sticky;top:0}.diet-table tbody tr:nth-child(2n){background:#fafafa}.diet-table input{border:1px solid #cbd5f5;border-radius:6px;width:100%;padding:6px;font-size:13px}.diet-footer{border-top:1px solid #e5e7eb;justify-content:center;margin-top:20px;padding-top:15px;display:flex}.close-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:10px;padding:10px 28px;font-weight:600}.close-btn:hover{box-shadow:0 6px 14px #ef444466}.diet-status.approved{color:green;font-weight:600}.diet-status.pending{color:orange}.dashboard-container.active .data-table th,.dashboard-container.active .data-table td{padding:.5rem .75rem;font-size:.9rem}.dashboard-container.active .data-table th:first-child,.dashboard-container.active .data-table td:first-child{text-align:center;width:5%;min-width:40px}.dashboard-container.active .data-table th:nth-child(2),.dashboard-container.active .data-table td:nth-child(2){white-space:normal;word-break:break-word;text-align:center;width:40%;min-width:200px}.dashboard-container.active .data-table th:nth-child(3),.dashboard-container.active .data-table td:nth-child(3){text-align:center;width:25%;min-width:120px}.dashboard-container.active .data-table th:nth-child(4),.dashboard-container.active .data-table td:nth-child(4){text-align:center;width:30%;min-width:150px}.view-btn{color:#f9fdff;background-color:#044078;padding:6px 12px!important;font-size:.85rem!important}.diet-table-compact{width:auto;min-width:100%}.diet-table-compact th,.diet-table-compact td{padding:.5rem .75rem;font-size:.9rem}.diet-table-compact th:first-child,.diet-table-compact td:first-child{width:5%}.diet-table-compact th:nth-child(2),.diet-table-compact td:nth-child(2){width:40%}.diet-table-compact th:nth-child(3),.diet-table-compact td:nth-child(3){width:25%}.diet-table-compact th:nth-child(4),.hamburger-btn{cursor:pointer;color:#333;background:0 0;border:none;margin-right:15px;font-size:24px;display:none}.close-sidebar-btn{color:#fff;cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:24px;display:none}@media (max-width:900px){.admin-layout{flex-direction:column;position:relative;overflow-x:hidden}.sidebar1{z-index:2000;width:250px;height:100vh;transition:transform .3s ease-in-out;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:4px 0 10px #0000004d}.sidebar1.open{transform:translate(0)}.hamburger-btn,.close-sidebar-btn{display:block}.header{align-items:center;padding:10px 15px;display:flex}.header h1{margin-left:10px;font-size:1.2rem}.main-content-1{width:100%;height:100vh;margin-left:0;overflow-y:auto}.dashboard-cards{grid-template-columns:1fr}.dashboard-container{border-radius:0;margin-top:10px;padding:0;overflow-x:auto}.dashboard-container.active{border-radius:8px}.data-table{min-width:800px;font-size:.85rem}.modal.modal-large{width:95%;max-height:90vh;padding:15px}.modal-grid{grid-template-columns:1fr}.diet-table-compact th,.diet-table-compact td{padding:6px;font-size:.8rem}.diet-header{flex-direction:column;align-items:flex-start;gap:10px}.sidebar-overlay{z-index:1500;background:#00000080;position:fixed;inset:0}}.messages-panel{background:#fff;border:1px solid #3b82f626;border-radius:16px;height:calc(100vh - 120px);display:flex;overflow:hidden;box-shadow:0 8px 30px #1e3a8a1a}.conv-list{background:#f8fafc;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:300px;display:flex;overflow-y:auto}.conv-list-header{color:#1e293b;z-index:1;background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 20px;font-size:15px;font-weight:700;position:sticky;top:0}.conv-item{cursor:pointer;border-bottom:1px solid #0000000a;align-items:center;gap:12px;padding:12px 16px;transition:background .2s;display:flex}.conv-item:hover{background:#f1f5f9}.conv-item.active{background:#e0f2fe;border-left:3px solid #0ea5e9}.conv-avatar{color:#fff;background:linear-gradient(135deg,#059669,#10b981);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex}.conv-info{flex:1;min-width:0}.conv-name{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.conv-last{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.conv-badge{color:#fff;background:#ef4444;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex}.conv-empty{color:#94a3b8;text-align:center;padding:24px;font-size:14px}.conv-thread{flex-direction:column;flex:1;display:flex;overflow:hidden}.conv-thread-header{color:#1e293b;background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:12px;padding:14px 20px;font-size:16px;display:flex}.conv-assigned{color:#059669;background:#ecfdf5;border-radius:10px;padding:3px 8px;font-size:12px}.conv-empty-thread{color:#94a3b8;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;display:flex}.conv-messages{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);flex-direction:column;flex:1;gap:10px;padding:16px 20px;display:flex;overflow-y:auto}.conv-bubble{flex-direction:column;max-width:70%;display:flex}.conv-bubble.patient{align-self:flex-start}.conv-bubble.dietician{align-self:flex-end}.conv-bubble-text{border-radius:18px;padding:10px 14px;font-size:14px;line-height:1.5}.conv-bubble.patient .conv-bubble-text{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:18px 18px 18px 4px;box-shadow:0 2px 6px #0000000f}.conv-bubble.dietician .conv-bubble-text{color:#fff;background:linear-gradient(135deg,#059669,#10b981);border-radius:18px 18px 4px;box-shadow:0 2px 10px #10b98140}.conv-bubble-time{color:#94a3b8;margin-top:3px;padding:0 4px;font-size:11px}.conv-loading{text-align:center;color:#94a3b8;padding:20px;font-size:14px}.conv-input-area{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:8px;padding:12px 16px;display:flex}.conv-input{color:#1e293b;border:1px solid #e2e8f0;border-radius:24px;outline:none;flex:1;padding:10px 16px;font-size:14px;transition:border-color .2s}.conv-input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.conv-send-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:24px;padding:10px 18px;font-size:14px;font-weight:600;transition:all .2s}.conv-send-btn:hover{transform:scale(1.04);box-shadow:0 4px 14px #10b98159}.conv-send-btn:disabled{cursor:not-allowed;background:#cbd5e1}.typing-dots{align-items:center;gap:4px;min-height:20px;display:flex}.typing-dots span{background:#94a3b8;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite typingBounce}.typing-dots span:nth-child(2){animation-delay:.25s}.typing-dots span:nth-child(3){animation-delay:.5s}@keyframes typingBounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.actions-cell .assign-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#059669,#10b981);border:none;border-radius:6px;padding:6px 10px;font-size:12px;font-weight:600;transition:all .2s}.actions-cell .assign-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #10b98159}.modal input[type=text]{border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;margin-top:4px;padding:10px 12px;font-size:14px;transition:border-color .2s}.modal input[type=text]:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811f}.dietician-badge{border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-block}.dietician-badge.assigned{color:#059669;background:#ecfdf5;border:1px solid #10b98144}.dietician-badge.none{color:#d97706;background:#fff7ed;border:1px solid #f59e0b44}.diet-approved-by{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:6px 12px;font-size:.85rem}.diet-approved-by strong{color:#059669}.dietician-group{margin-bottom:1.5rem}.dietician-group-header{color:#64748b;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-left:4px solid #3b82f6;margin-bottom:5px;padding:8px 15px;font-size:.75rem;font-weight:700}.dashboard-grid-view{box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.dashboard-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.dash-card{background:#fff;border-left:5px solid #3b82f6;border-radius:12px;padding:1.5rem;transition:transform .2s;box-shadow:0 4px 15px #0000000d}.dash-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001a}.dash-card.new-patients-card{border-left-color:#f59e0b}.dash-card.unassigned-card{border-left-color:#ef4444}.dash-card h3{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.9rem}.card-val{color:#1e293b;font-size:2rem;font-weight:700}.dash-row{flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;display:flex}.dash-col{flex:1;min-width:300px}.dash-box{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 15px #0000000d}.dash-box h2{color:#1e293b;margin-bottom:1rem;font-size:1.1rem}.dash-box-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dash-box-header h2{margin-bottom:0}.show-all-btn{color:#3b82f6;cursor:pointer;background:0 0;border:none;font-size:.9rem;font-weight:600}.show-all-btn:hover{text-decoration:underline}.dash-mini-table{border-collapse:collapse;width:100%}.dash-mini-table th{text-align:left;color:#64748b;border-bottom:2px solid #e2e8f0;padding:.8rem;font-size:.85rem;font-weight:600}.dash-mini-table td{color:#334155;border-bottom:1px solid #f1f5f9;padding:.8rem;font-size:.95rem}.status-badge{white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-block}.status-badge.approved{color:#059669;background:#ecfdf5}.status-badge.rejected{color:#dc2626;background:#fef2f2}.status-badge.pending{color:#d97706;background:#fffbeb}.dash-filters{gap:1rem;display:flex}.dash-search-input,.dash-filter-select{border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:8px 12px;font-size:.9rem}.dash-search-input:focus,.dash-filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.mt-4{margin-top:1.5rem}.compact-btn{border-radius:4px!important;padding:4px 8px!important;font-size:11px!important}
