﻿@import url("https://fonts.googleapis.com/css2?family=Karla&display=swap");body{font-family:'Karla', sans-serif;background-color:#f5f5f5;line-height:1.5;color:#333;margin:0;padding:0}.main-container{max-width:1200px;margin:0 auto;padding:0 1rem}.card{max-width:550px;margin:0 auto 1.5rem auto;background-color:#fff;border-radius:0.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);padding:1.5rem}input[type="text"],input[type="number"],input[type="date"],input[type="email"],input[type="password"],textarea,select{font-family:'Karla', sans-serif;font-size:16px;padding:5px}.form-control{width:100%;padding:0.5rem;border:1px solid #d1d5db;border-radius:0.25rem;font-size:1rem;line-height:1.5}.form-control-login{width:300px}.form-control-password{width:300px}.form-check-input{margin-right:0.5rem}input:focus,textarea:focus,select:focus,.form-control:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,0.25)}.btn{display:inline-block;padding:0.5rem 1rem;font-weight:500;text-align:center;white-space:nowrap;border-radius:0.25rem;cursor:pointer;transition:background-color 0.2s, color 0.2s;text-decoration:none}.btn-primary{background-color:#3b82f6;color:#fff;border:none}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:#e5e7eb;color:#1f2937;border:none}.btn-secondary:hover{background-color:#d1d5db}.btn-outline-primary{background-color:#fff;color:#3b82f6;border:1px solid #3b82f6}.btn-outline-primary:hover{background-color:#f0f5ff}.fixed-width-btn{width:170px;min-width:170px;height:35px;font-size:14px;margin-top:10px}.btn-small{display:inline-block;padding:0.25rem 0.5rem;font-size:0.75rem;font-weight:500;text-align:center;white-space:nowrap;border-radius:0.25rem;cursor:pointer;transition:background-color 0.2s, color 0.2s}.btn-delete{background-color:#ef4444;color:#fff;border:none}.btn-delete:hover{background-color:#dc2626}table{width:100%;border-collapse:collapse}table th,table td{padding:0.75rem;text-align:left;border-bottom:1px solid #e5e7eb}table th{font-weight:600;background-color:#f9fafb}h1,h2,h3,h4{color:#1E3A8A;margin-top:0;font-weight:600}h1{font-size:1.75rem;margin-bottom:1rem}h2{text-align:center;font-size:1.5rem;margin-bottom:0.75rem}ul{list-style-type:disc;padding-left:1.5rem}li{margin-bottom:0.5rem}.text-blue-600{color:#3b82f6}.text-blue-700{color:#1E3A8A}.text-blue-800{color:#1E3A8A}.text-blue-800:hover{color:#1e40af}.underline{text-decoration:underline}.text-sm{font-size:0.875rem}.message{padding:1rem;margin-bottom:1rem;border-radius:0.25rem}.message-success{background-color:#dcfce7;color:#14532d}.message-error{background-color:#fee2e2;color:#b91c1c}.message-info{background-color:#e0f2fe;color:#075985}.hidden{display:none !important}.footer{margin-top:2rem;padding:1rem;text-align:center;font-size:0.875rem;color:#6b7280}.footer-links{margin-bottom:0.5rem;display:flex;justify-content:center}.footer-links .nav-link_footer{font-size:0.875rem;padding-left:20px}.has-tooltip{position:relative;cursor:help}.has-tooltip .tooltip{position:absolute;bottom:100%;left:50%;transform:translateX(-50%);background-color:#333;color:#fff;padding:0.5rem 1rem;border-radius:0.25rem;font-size:0.875rem;z-index:10;white-space:nowrap;margin-bottom:5px}.navbar{background-color:#fff;border-radius:0;box-shadow:none;padding:clamp(0.5rem, 2vw, 1rem) clamp(0.75rem, 3vw, 1.5rem);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;width:100%;box-sizing:border-box}.navbar__brand{font-size:clamp(1.25rem, 3vw, 1.5rem);font-weight:700;text-decoration:none;white-space:nowrap;margin-left:3px;flex-shrink:0}.navbar__brand-blue{color:#1E3A8A}.navbar__brand-black{color:#000000}.navbar__brand-light-blue{color:#2563EB}.navbar__links{display:flex;align-items:center;gap:clamp(0.5rem, 2vw, 1rem);flex:1;justify-content:center;flex-wrap:wrap}.navbar__link{color:#4b5563;text-decoration:none;font-size:clamp(0.875rem, 2vw, 1rem);white-space:nowrap;transition:color 0.2s;margin-left:6px;margin-top:-5.5px}.navbar__link:hover{color:#3b82f6}.navbar__user{display:flex;align-items:center;gap:clamp(0.25rem, 1vw, 0.5rem);flex-shrink:0}.navbar__user-name{font-size:clamp(0.875rem, 2vw, 1rem);color:#4b5563;white-space:nowrap}.navbar__user-btn{font-size:clamp(0.75rem, 1.5vw, 1rem);padding:clamp(0.25rem, 1vw, 0.5rem) clamp(0.5rem, 1.5vw, 1rem);white-space:nowrap;min-width:fit-content}@media (max-width: 768px){.navbar{gap:clamp(0.25rem, 1vw, 1rem)}.navbar__links{gap:clamp(0.25rem, 1vw, 0.5rem)}.navbar__link{font-size:clamp(0.75rem, 1.5vw, 0.875rem);margin-left:3px}.navbar__user-btn{padding:clamp(0.2rem, 0.8vw, 0.4rem) clamp(0.4rem, 1.2vw, 0.8rem)}}.home-hero{text-align:center;padding:2rem;background:linear-gradient(135deg, #4f46e5 0%, #3b82f6 100%);color:white;margin-bottom:2rem;border:none}.home-hero__title{color:white;font-size:2.25rem;margin-bottom:1rem}.home-hero__subtitle{font-size:1.125rem;margin-bottom:1.5rem}.home-hero__actions{display:flex;gap:1rem;justify-content:center}.home-hero__primary{background:white !important;color:#4f46e5 !important}.home-hero__secondary{background:rgba(255,255,255,0.2) !important;color:white !important}.home-wide-card{width:100%;max-width:1100px;margin:0 auto 1.5rem auto}.page-home .measurement-form-grid{display:grid;gap:clamp(0.5rem, 2vw, 10rem);grid-template-columns:repeat(auto-fit, minmax(clamp(96px, 36vw, 184px), 1fr)) !important;margin-bottom:1rem;justify-items:center}.page-home .measurement-card-header{display:flex;flex-direction:column;align-items:center;gap:clamp(6px, 2vw, 16px);padding-bottom:clamp(1rem, 2vw, 2rem);margin-bottom:clamp(1rem, 2vw, 2rem)}.page-home .measurement-card-header .controls-row{display:flex;align-items:center;gap:clamp(6px, 2vw, 16px);width:100%;justify-content:space-between;flex-direction:row-reverse}.page-home .measurement-card-header .controls-row .button-group{display:flex;align-items:center;gap:clamp(6px, 2vw, 16px)}.page-home #avatarPlayHome{position:static}.page-home #avatarEditHome{position:static}.page-home .avatar-speed-wrap{display:none;align-items:center;gap:6px;margin-right:8px}.page-home .avatar-speed-label{font-size:11px;color:#374151}.page-home #avatarSpeedHome{width:80px;height:4px}.page-home .measurement-form-container .home-card-title{font-size:clamp(1rem, 2vw, 2rem);color:#1E3A8A;margin:0;text-align:center !important}.page-home .unit-toggle{order:1;display:inline-flex;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:2px}.page-home .unit-btn{padding:5px;background:transparent;border:0;border-radius:999px;font-family:'Karla', sans-serif;font-size:14px;color:#1E3A8A;cursor:pointer}.page-home .unit-btn.active{background:#3b82f6;color:#fff}.page-home .measurement-two-col{display:grid;grid-template-columns:minmax(100px, 212px) max-content;align-items:start;gap:clamp(8px, 2.5vw, 28px);overflow:visible}.page-home .measurement-two-col .avatar-host{justify-self:end;align-self:start}.page-home .measurement-form-container.with-avatar{display:grid;grid-template-rows:auto auto auto;position:relative}.page-home .measurement-form-container.with-avatar form{height:auto}.page-home .measurement-form-container.with-avatar .measurement-two-col{height:auto;grid-auto-rows:auto}.page-home .measurement-form-container.with-avatar .avatar-in-form{height:auto}.page-home #avatarHostHome{overflow:visible;position:relative;z-index:3}.page-home .measurement-fields{width:100%}.page-home .measurement-fields input[type="number"],.page-home .measurement-fields input[type="date"],.page-home .measurement-fields select,.page-home .measurement-fields .add-measurement-btn,.page-home .measurement-fields{width:clamp(120px, 32vw, 184px) !important;max-width:184px !important}.page-home .form-button-container{justify-self:center;width:auto;margin:0 !important;padding:0 !important;display:block}.page-home .home-calc-btn{width:clamp(96px, 36vw, 184px) !important;height:40px !important;background-color:#3b82f6;color:#ffffff;border:3px solid #3b82f6;border-radius:7px;font-family:'Karla', sans-serif;font-size:clamp(13px, 2.8vw, 16px);cursor:pointer;margin:0 !important;display:block}.page-home .summary-field{justify-self:center}.page-home .bmi-wthr-summary{width:clamp(96px, 36vw, 184px) !important;max-width:184px !important}.page-home .bmi-wthr-summary .metric-line{width:clamp(96px, 36vw, 184px) !important;font-family:'Karla', sans-serif;font-size:clamp(12px, 2.8vw, 16px) !important;font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.page-home .measurement-field{width:100%;max-width:210px;justify-self:center}.page-home .measurement-field label{padding-left:5px;font-size:clamp(12px, 2.8vw, 16px);display:block;margin-bottom:5px}.page-home .home-measurement-input{height:25px;margin-bottom:0px;padding-left:6px;border:3px solid #3b82f6;border-radius:10px 10px 0 0 !important;width:clamp(96px, 36vw, 184px) !important;max-width:100% !important;font-family:'Karla', sans-serif;font-size:clamp(12px, 2.8vw, 16px);box-sizing:border-box}.page-home .home-height-input{height:40px;margin-bottom:0px;padding-left:6px;border:3px solid #3b82f6;border-radius:7px !important;width:clamp(96px, 36vw, 184px) !important;max-width:100% !important;font-family:'Karla', sans-serif;font-size:clamp(12px, 2.8vw, 16px);box-sizing:border-box}.page-home .home-date-input{padding-left:6px;width:clamp(96px, 36vw, 184px) !important;max-width:100% !important;height:40px;border:3px solid #3b82f6;border-radius:7px !important;font-family:'Karla', sans-serif;font-size:clamp(12px, 2.8vw, 16px);padding:5px;box-sizing:border-box}.page-home .home-date-input{height:40px;width:clamp(96px, 36vw, 184px) !important;max-width:100% !important;padding-left:6px;border:3px solid #3b82f6;border-radius:7px !important;font-family:'Karla', sans-serif;font-size:clamp(12px, 2.6vw, 15px);box-sizing:border-box}.page-home .measurement-form-container input[type="date"]{max-width:100%}.page-home .home-select{max-width:100% !important;height:40px;padding-left:6px;border:3px solid #3b82f6;border-radius:7px !important;font-family:'Karla', sans-serif;font-size:clamp(12px, 2.6vw, 15px);box-sizing:border-box}.fixed-width-btn{width:100% !important;min-width:0 !important;max-width:100% !important;height:35px !important;font-size:14px !important;margin-top:10px !important;display:inline-block}.home-measurement-tags-input{width:100% !important;height:20px !important;margin-top:-2px !important;padding-left:6px !important;border:3px solid #aaa !important;border-top:none !important;border-radius:0 0 8px 8px !important;font-size:12px !important;color:#aaa !important;font-family:'Karla', sans-serif !important;box-sizing:border-box !important}.marketing-images{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin:1.5rem 0}.home-premium{background:#f8fafc;border:1px solid #e2e8f0}.home-premium__grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin:2rem 0}.home-premium__cta{text-align:center;margin-top:2rem}.feature-card{text-align:left;padding:1.5rem;background:white;border-radius:0.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1)}.feature-card h3{margin-top:0;font-size:1.1rem;color:#4f46e5;text-align:center}.feature-card ul{margin:0.5rem 0 0 0;padding-left:1.5rem;text-align:left}.home-form-card{max-width:240px;margin:0 auto}.marketing-image{max-width:100%;height:auto;border-radius:0.5rem;box-shadow:0 2px 8px rgba(0,0,0,0.1);flex:1;min-width:250px;max-width:280px}.marketing-caption{text-align:center;margin-top:1rem;color:#6b7280}.home-health-report-cell{max-width:140px;width:140px;white-space:normal;cursor:pointer;position:relative;transition:background-color 0.2s;border-radius:4px;padding:0.5rem;font-size:0.875rem}@media (max-width: 850px){.home-health-report-cell{max-width:180px;width:180px;font-size:0.8rem;padding:0.45rem}}@media (max-width: 600px){.home-health-report-cell{max-width:160px;width:160px;font-size:0.75rem;padding:0.4rem}}@media (max-width: 480px){.home-health-report-cell{max-width:140px;width:140px;font-size:0.7rem;padding:0.35rem}}@media (max-width: 360px){.home-health-report-cell{max-width:150px;width:150px;font-size:0.65rem;padding:0.3rem}}.home-health-report-cell:hover{background-color:#f3f4f6}.home-health-report-date-container{display:flex;align-items:center;gap:0.25rem}.home-health-report-icon{font-size:0.75rem;opacity:0.6;transition:opacity 0.2s;pointer-events:none}@media (max-width: 480px){.home-health-report-icon{font-size:0.65rem}}@media (max-width: 360px){.home-health-report-icon{font-size:0.6rem}}.home-health-report-cell:hover .home-health-report-icon{opacity:1}.home-health-report-date{font-size:0.75rem;font-weight:600;color:#6b7280;line-height:1}.home-health-report-summary{font-size:0.75rem;color:#374151;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-line;max-width:100%;overflow:hidden}.home-health-report-summary::before{content:none}.home-health-report-summary[data-has-bullets="true"]{white-space:pre-line;line-height:1.3}@media (max-width: 850px){.home-health-report-summary{font-size:0.7rem}}@media (max-width: 600px){.home-health-report-summary{font-size:0.65rem}}@media (max-width: 480px){.home-health-report-summary{font-size:0.6rem}}@media (max-width: 360px){.home-health-report-summary{font-size:0.55rem}}.home-page-table{width:100%;border-collapse:collapse;table-layout:fixed;margin-top:0}.home-page-table th{padding:0.5rem;font-size:1rem;font-weight:600;color:#374151;text-align:left;border-bottom:2px solid #e5e7eb}@media (max-width: 850px){.home-page-table th{font-size:0.9rem;padding:0.45rem}}@media (max-width: 600px){.home-page-table th{font-size:0.8rem;padding:0.4rem}}@media (max-width: 480px){.home-page-table th{font-size:0.75rem;padding:0.35rem}}@media (max-width: 360px){.home-page-table th{font-size:0.7rem;padding:0.3rem}}.home-page-table td{padding:0.5rem;font-size:0.875rem;color:#374151;border-bottom:1px solid #e5e7eb}@media (max-width: 850px){.home-page-table td{font-size:0.8rem;padding:0.45rem}}@media (max-width: 600px){.home-page-table td{font-size:0.75rem;padding:0.4rem}}@media (max-width: 480px){.home-page-table td{font-size:0.7rem;padding:0.35rem}}@media (max-width: 360px){.home-page-table td{font-size:0.65rem;padding:0.3rem}}.home-page-table th:first-child,.home-page-table td:first-child{max-width:140px;width:140px;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}.home-page-table th:nth-child(2),.home-page-table td:nth-child(2){max-width:45px;width:45px;overflow:hidden;white-space:nowrap}.home-page-table th:nth-child(3),.home-page-table td:nth-child(3){max-width:45px;width:45px;overflow:hidden;white-space:nowrap}.home-page-table th:nth-child(4),.home-page-table td:nth-child(4){max-width:45px;width:45px;overflow:hidden;white-space:nowrap}.home-page-table th:nth-child(5),.home-page-table td:nth-child(5){max-width:35px;width:35px;overflow:hidden;white-space:nowrap}.home-page-table th:nth-child(6),.home-page-table td:nth-child(6){max-width:35px;width:35px;overflow:hidden;white-space:nowrap}.home-page-table th:nth-child(7),.home-page-table td:nth-child(7){max-width:50px;width:50px;overflow:hidden;white-space:nowrap}@media (max-width: 850px){.home-page-table th:first-child,.home-page-table td:first-child{max-width:130px;width:130px}.home-page-table th:nth-child(2),.home-page-table td:nth-child(2),.home-page-table th:nth-child(3),.home-page-table td:nth-child(3),.home-page-table th:nth-child(4),.home-page-table td:nth-child(4){max-width:40px;width:40px}.home-page-table th:nth-child(5),.home-page-table td:nth-child(5),.home-page-table th:nth-child(6),.home-page-table td:nth-child(6){max-width:30px;width:30px}.home-page-table th:nth-child(7),.home-page-table td:nth-child(7){max-width:45px;width:45px}}@media (max-width: 600px){.home-page-table th:first-child,.home-page-table td:first-child{max-width:120px;width:120px}.home-page-table th:nth-child(2),.home-page-table td:nth-child(2),.home-page-table th:nth-child(3),.home-page-table td:nth-child(3),.home-page-table th:nth-child(4),.home-page-table td:nth-child(4){max-width:35px;width:35px}.home-page-table th:nth-child(5),.home-page-table td:nth-child(5),.home-page-table th:nth-child(6),.home-page-table td:nth-child(6){max-width:25px;width:25px}.home-page-table th:nth-child(7),.home-page-table td:nth-child(7){max-width:40px;width:40px}}@media (max-width: 480px){.home-page-table th:first-child,.home-page-table td:first-child{max-width:110px;width:110px}.home-page-table th:nth-child(2),.home-page-table td:nth-child(2),.home-page-table th:nth-child(3),.home-page-table td:nth-child(3),.home-page-table th:nth-child(4),.home-page-table td:nth-child(4){max-width:30px;width:30px}.home-page-table th:nth-child(5),.home-page-table td:nth-child(5),.home-page-table th:nth-child(6),.home-page-table td:nth-child(6){max-width:20px;width:20px}.home-page-table th:nth-child(7),.home-page-table td:nth-child(7){max-width:35px;width:35px}}@media (max-width: 360px){.home-page-table th:first-child,.home-page-table td:first-child{max-width:100px;width:100px}.home-page-table th:nth-child(2),.home-page-table td:nth-child(2),.home-page-table th:nth-child(3),.home-page-table td:nth-child(3),.home-page-table th:nth-child(4),.home-page-table td:nth-child(4){max-width:25px;width:25px}.home-page-table th:nth-child(5),.home-page-table td:nth-child(5),.home-page-table th:nth-child(6),.home-page-table td:nth-child(6){max-width:15px;width:15px}.home-page-table th:nth-child(7),.home-page-table td:nth-child(7){max-width:30px;width:30px}}.home-table-cell{font-size:0.875rem;color:#374151}@media (max-width: 850px){.home-table-cell{font-size:0.8rem}}@media (max-width: 600px){.home-table-cell{font-size:0.75rem}}@media (max-width: 480px){.home-table-cell{font-size:0.7rem}}@media (max-width: 360px){.home-table-cell{font-size:0.65rem}}.home-rotated-header{height:130px;vertical-align:bottom;padding:0.5rem;font-size:1rem;font-weight:600;color:#374151;position:relative;text-align:center;min-width:40px;white-space:nowrap;transform:none !important;overflow:visible}@media (max-width: 850px){.home-rotated-header{font-size:0.9rem;height:120px}}@media (max-width: 600px){.home-rotated-header{font-size:0.8rem;height:110px}}@media (max-width: 480px){.home-rotated-header{font-size:0.75rem;height:100px}}@media (max-width: 360px){.home-rotated-header{font-size:0.7rem;height:90px}}.home-rotated-header .header-text{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);display:inline-block;margin:0 auto;white-space:nowrap;font-weight:600;color:#374151}.measurement-field-group input.measurement-input,.measurement-field-group input.measurement-tags-input{display:block}.measurement-field-group input.measurement-input{margin-bottom:-0.5px !important}.measurement-field-group input.measurement-tags-input{margin-top:-0.5px !important;border-top:none !important}.sample-data{background-color:#f0f9ff}.sample-data .home-health-report-cell{position:relative;overflow:hidden}.sample-data .home-health-report-cell::after{content:"Example Data";position:absolute;top:0;right:0;background-color:#0ea5e9;color:white;font-size:0.7rem;padding:2px 5px;border-radius:0 0 0 4px;line-height:1}@media (max-width: 650px){.health-report-card .dashboard-measurements-table{max-width:100% !important;table-layout:auto !important}.health-report-card .dashboard-measurements-table th,.health-report-card .dashboard-measurements-table td{width:auto !important;max-width:none !important;min-width:0 !important;padding:clamp(0.15rem, 0.8vw, 0.3rem) clamp(0.2rem, 1vw, 0.4rem) !important}.health-report-card .dashboard-measurements-table th:first-child,.health-report-card .dashboard-measurements-table td:first-child{white-space:normal !important;word-break:break-word !important;overflow-wrap:break-word !important}}@media (max-width: 650px){.health-report-card .health-report-date{white-space:nowrap !important}.health-report-card .health-report-summary[data-has-bullets="true"]{white-space:pre !important}}@media (max-width: 480px){.health-report-card{max-width:100% !important;overflow-x:hidden}.dashboard-measurements-table-wrapper{width:100% !important;max-width:100% !important;overflow-x:hidden}.dashboard-measurements-table-container{width:100% !important;max-width:100% !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch}.dashboard-measurements-table{width:100% !important;max-width:100% !important;table-layout:auto !important}.dashboard-measurements-table th,.dashboard-measurements-table td{padding:clamp(0.2rem, 1vw, 0.4rem) !important}.dashboard-measurements-table th:first-child,.dashboard-measurements-table td:first-child{width:auto !important;max-width:none !important;white-space:normal !important;word-break:break-word !important;overflow-wrap:break-word !important}.dashboard-measurements-table th:nth-child(2),.dashboard-measurements-table td:nth-child(2),.dashboard-measurements-table th:nth-child(3),.dashboard-measurements-table td:nth-child(3),.dashboard-measurements-table th:nth-child(4),.dashboard-measurements-table td:nth-child(4),.dashboard-measurements-table th:nth-child(5),.dashboard-measurements-table td:nth-child(5),.dashboard-measurements-table th:nth-child(6),.dashboard-measurements-table td:nth-child(6){width:auto !important;max-width:none !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.dashboard-measurements-table th:nth-child(7),.dashboard-measurements-table td:nth-child(7){width:auto !important;max-width:none !important;white-space:nowrap !important;overflow:hidden !important}.health-report-summary[data-has-bullets="true"]{white-space:pre-wrap !important}}@media (max-width: 650px){.health-report-card .btn-delete{position:relative;color:transparent;font-size:0 !important;padding:0;width:24px;min-width:24px;height:24px;line-height:24px;text-align:center;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;white-space:nowrap}.health-report-card .btn-delete::before{content:"✖";color:#ffffff;font-size:16px;font-weight:700;display:inline-block;width:100%;line-height:24px;text-align:center}}@media (max-width: 360px){.dashboard-measurements-table th:first-child,.dashboard-measurements-table td:first-child{width:50% !important;max-width:50% !important}.dashboard-measurements-table th:nth-child(2),.dashboard-measurements-table td:nth-child(2),.dashboard-measurements-table th:nth-child(3),.dashboard-measurements-table td:nth-child(3),.dashboard-measurements-table th:nth-child(4),.dashboard-measurements-table td:nth-child(4),.dashboard-measurements-table th:nth-child(5),.dashboard-measurements-table td:nth-child(5),.dashboard-measurements-table th:nth-child(6),.dashboard-measurements-table td:nth-child(6){width:8% !important;max-width:8% !important}.dashboard-measurements-table th:nth-child(7),.dashboard-measurements-table td:nth-child(7){width:2% !important;max-width:2% !important}}.table-playhead{position:absolute;left:0;right:0;height:44px;pointer-events:auto;background:rgba(59,130,246,0.1);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);border:none;box-shadow:none;border-radius:8px;display:none;z-index:3;cursor:ns-resize}.table-playhead.is-dragging{background:rgba(59,130,246,0.14);backdrop-filter:blur(1.2px);-webkit-backdrop-filter:blur(1.2px)}.measurements-container{margin-bottom:2rem}#measurement-form{display:flex;flex-direction:column;align-items:stretch;gap:1rem}.chart-container{margin-top:1rem;height:300px}td[title^="Tags"]{position:relative}td[title^="Tags"]::after{content:"•";position:absolute;top:2px;right:2px;font-size:10px;color:#4299e1}.dashboard-measurements-table [title]:not([title=""]){cursor:help}.health-report-cell-responsive{cursor:help}.rotated-header{height:clamp(60px, 20vw, 180px);vertical-align:bottom;padding:0.5rem;font-size:clamp(0.9rem, 1.8vw, 1.5rem);font-weight:600;color:#374151;position:relative;text-align:center;min-width:40px;white-space:nowrap;transform:none !important;overflow:visible}.rotated-header .header-text{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg);display:inline-block;margin:0 auto;white-space:nowrap;font-weight:600;color:#374151}.rotated-header.sortable-header{position:relative}.rotated-header.sortable-header .header-text{margin-bottom:0}.rotated-header.sortable-header .sorting-glyph{position:absolute;top:50%;left:50%;transform:translate(12px, -50%);font-size:1rem;opacity:0.6;transition:opacity 0.2s;pointer-events:none;z-index:5;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.rotated-header.sortable-header:hover .sorting-glyph{opacity:0.8}.rotated-header.sortable-header.sort-asc .sorting-glyph{content:"↑";opacity:1;color:#3b82f6}.rotated-header.sortable-header.sort-desc .sorting-glyph{content:"↓";opacity:1;color:#3b82f6}.rotated-header.sortable-header .sorting-glyph::before{content:"↕"}.rotated-header.sortable-header.sort-asc .sorting-glyph::before{content:"↑"}.rotated-header.sortable-header.sort-desc .sorting-glyph::before{content:"↓"}.dashboard-measurements-table{table-layout:fixed;width:max-content;max-width:100%;border-collapse:separate;border-spacing:0}.dashboard-measurements-table th{position:relative;overflow:visible;border-bottom:2px solid #e5e7eb;padding:clamp(0.25rem, 1.2vw, 0.5rem);min-height:120px}.dashboard-measurements-table td{vertical-align:top;padding:clamp(0.25rem, 1.2vw, 0.5rem);background-color:white}.rotated-header{z-index:10;background-color:transparent}.dashboard-measurements-table th:first-child,.dashboard-measurements-table td:first-child{width:clamp(120px, 44vw, 240px);max-width:clamp(120px, 44vw, 240px);white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.dashboard-measurements-table th:nth-child(2),.dashboard-measurements-table td:nth-child(2){max-width:80px;width:80px;overflow:hidden;white-space:nowrap}.dashboard-measurements-table th:nth-child(3),.dashboard-measurements-table td:nth-child(3){max-width:80px;width:80px;overflow:hidden;white-space:nowrap}.dashboard-measurements-table th:nth-child(4),.dashboard-measurements-table td:nth-child(4){max-width:60px;width:60px;overflow:hidden;white-space:nowrap}.dashboard-measurements-table th:nth-child(5),.dashboard-measurements-table td:nth-child(5){max-width:60px;width:60px;overflow:hidden;white-space:nowrap}.dashboard-measurements-table th:nth-child(6),.dashboard-measurements-table td:nth-child(6){max-width:80px;width:80px;overflow:hidden;white-space:nowrap}.dashboard-measurements-table th:nth-child(7),.dashboard-measurements-table td:nth-child(7){max-width:80px;width:80px;overflow:hidden;white-space:nowrap}.dashboard-measurements-table th:not(:first-child):not(:last-child),.dashboard-measurements-table td:not(:first-child):not(:last-child){max-width:clamp(26px, 6vw, 70px);width:clamp(26px, 6vw, 70px);overflow:hidden;white-space:nowrap}.dashboard-measurements-table th:nth-child(2),.dashboard-measurements-table td:nth-child(2),.dashboard-measurements-table th:nth-child(3),.dashboard-measurements-table td:nth-child(3),.dashboard-measurements-table th:nth-child(6),.dashboard-measurements-table td:nth-child(6),.dashboard-measurements-table th:nth-child(7),.dashboard-measurements-table td:nth-child(7){max-width:clamp(45px, 6vw, 80px);width:clamp(45px, 6vw, 80px)}.dashboard-measurements-table th:nth-child(4),.dashboard-measurements-table td:nth-child(4),.dashboard-measurements-table th:nth-child(5),.dashboard-measurements-table td:nth-child(5){max-width:clamp(24px, 4.5vw, 60px);width:clamp(24px, 4.5vw, 60px)}.health-report-cell-responsive{width:max-content;max-width:none;white-space:normal;cursor:pointer;position:relative;transition:background-color 0.2s;border-radius:4px;padding:0.5rem;font-size:0.875rem;font-size:clamp(0.65rem, 1.8vw, 0.875rem);padding:clamp(0.3rem, 1.2vw, 0.5rem)}.health-report-cell-responsive:hover{background-color:#f3f4f6}.health-report-date-container{display:flex;align-items:center;gap:0.25rem}.health-report-icon{font-size:clamp(0.6rem, 1.6vw, 0.75rem);opacity:0.6;transition:opacity 0.2s;pointer-events:none}.health-report-cell-responsive:hover .health-report-icon{opacity:1}.health-report-date{font-size:0.75rem;font-weight:600;color:#6b7280;line-height:1}.health-report-summary{font-size:clamp(0.55rem, 1.6vw, 0.75rem);color:#374151;line-height:1.2;word-wrap:normal;overflow-wrap:normal;white-space:pre-line;max-width:100%;overflow:hidden}.health-report-summary::before{content:none}.health-report-summary[data-has-bullets="true"]{white-space:pre;line-height:1.3}.page-dashboard .measurement-form-grid{display:grid;gap:0.5rem;grid-template-columns:1fr;grid-auto-flow:row;align-items:start;justify-items:center;align-self:stretch !important;width:100%;margin-bottom:0.5rem}.action-row{display:grid;grid-template-columns:1fr 1fr;gap:0.5rem;margin:0.5rem 0 0.25rem 0;align-items:center}.page-dashboard .measurement-two-col{display:grid;grid-template-columns:minmax(100px, 212px) max-content;align-items:start;gap:clamp(12px, 3vw, 32px);overflow:visible;margin-top:clamp(36px, 8vw, 60px)}.page-dashboard .avatar-host{justify-self:end;align-self:start;z-index:2}.page-dashboard .avatar-row{display:block}.page-dashboard .measurement-form-grid>.measurement-field,.page-dashboard .measurement-form-grid>.measurement-field-wide,.page-dashboard #bmiWthrBlock{justify-self:center;margin-left:0 !important}.page-dashboard #bmiWthrBlock{margin-left:auto !important;margin-right:auto !important}.isolated-button-container{margin:1rem 0;padding:0;display:flex;width:100%;height:auto;clear:both;position:static;float:none;overflow:visible;flex:none;grid-column:unset;grid-row:unset;align-self:auto;justify-self:auto;justify-content:center;text-align:center}.add-measurement-btn{background-color:#3b82f6;color:white;border:none;border-radius:6px;font-family:'Karla', sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:background-color 0.2s;width:110px !important;height:34px !important;padding:8px 10px !important;margin:0 auto !important;display:block !important;position:static !important;float:none !important;clear:none !important;flex:none !important;flex-grow:0 !important;flex-shrink:0 !important;flex-basis:auto !important;align-self:auto !important;justify-self:auto !important;grid-column:unset !important;grid-row:unset !important;box-sizing:border-box !important;overflow:visible !important}.add-measurement-btn:hover{background-color:#2563eb}.add-measurement-btn:active{background-color:#1d4ed8}.page-dashboard .measurement-field{width:auto;max-width:100%;display:flex;flex-direction:column;align-items:flex-start}.page-dashboard .measurement-field-wide{width:184px;max-width:184px;display:flex;flex-direction:column;align-items:flex-start;margin-left:-2px}.bmi-wthr-summary{display:flex;flex-direction:column;gap:0px;width:184px;margin:0 0 0.5rem 0}.bmi-wthr-summary .metric-line{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;border:3px solid #3b82f6;border-radius:7px;background:#ffffff;font-family:'Karla', sans-serif;font-size:14px;width:184px;box-sizing:border-box;font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.bmi-wthr-summary .metric-label{color:#374151;font-weight:600}.bmi-wthr-summary.bmiwthr-top .metric-line{border-color:#3b82f6 !important;border-bottom:none !important;border-radius:10px 10px 0 0 !important}.bmi-wthr-summary.bmiwthr-top{margin-bottom:0 !important}.bmi-wthr-summary.bmiwthr-bottom .metric-line{border-color:#aaa !important;background:#ffffff;border-top:3px solid #3b82f6 !important;border-left:3px solid #aaa !important;border-right:3px solid #aaa !important;border-bottom:3px solid #aaa !important;border-radius:0 0 8px 8px !important;color:#6b7280}.bmi-wthr-summary.bmiwthr-bottom{margin-top:0 !important}.page-dashboard .summary-field{justify-self:center}.page-dashboard .summary-field>label{padding-left:5px;font-size:16px;display:block;margin-bottom:5px}.page-dashboard .action-row{display:grid;grid-template-columns:minmax(100px, 212px) max-content;align-items:start;justify-items:center;margin-top:0.25rem}.page-dashboard .add-measurement-btn{grid-column:1;width:184px !important;height:34px !important;margin:0.25rem 0 0 0 !important;border:3px solid #3b82f6;border-radius:7px}.page-dashboard .avatar-host-wrap{position:relative}.page-dashboard .avatar-edit-btn{position:absolute;right:-10px;top:-45px;z-index:2;background:#3b82f6;color:#ffffff;border:none;border-radius:6px;padding:2px 6px;font-size:14px;cursor:pointer;transition:background-color 0.2s}.page-dashboard .avatar-edit-btn:hover{background:#2563eb}.page-dashboard .avatar-edit-btn:active{background:#1d4ed8}.page-dashboard #avatarPlayDashboard{position:absolute;right:36px;top:-45px;z-index:2}.page-dashboard #avatarHostDashboard{overflow:visible;position:relative;z-index:3}.page-dashboard #avatarHostDashboard .avatar-svg{pointer-events:none}.page-dashboard .measurement-form-container .action-row{position:relative;z-index:1}.page-dashboard .avatar-speed-wrap{position:absolute;right:76px;top:-41px;z-index:2;display:none;align-items:center;gap:6px}.page-dashboard .avatar-speed-label{font-size:11px;color:#374151}.page-dashboard #avatarSpeedDashboard{width:80px;height:4px}.page-dashboard .measurement-field label,.page-dashboard .measurement-field-wide label{padding-left:5px;font-size:16px;display:block;margin-bottom:5px}.section-header h3{padding-left:3px;padding-bottom:2px;font-size:15px}.measurement-input{height:28px !important;margin-bottom:-2px !important;padding-left:6px;border:3px solid #3b82f6;border-radius:10px 10px 0 0 !important;width:184px !important;max-width:184px;font-family:'Karla', sans-serif;font-size:16px;box-sizing:border-box}.measurement-tags-input{width:184px !important;max-width:184px !important;height:25px !important;margin-top:-2px !important;padding-left:6px !important;border:3px solid #aaa !important;border-top:none !important;border-radius:0 0 8px 8px !important;font-size:12px !important;color:#aaa !important;font-family:'Karla', sans-serif !important;box-sizing:border-box !important}.measurement-input-dashboard{padding-left:13px !important;width:184px !important;max-width:184px !important;height:50px !important;border:3px solid #3b82f6;border-radius:7px !important;font-family:'Karla', sans-serif;font-size:18px !important;padding:1px;box-sizing:border-box}select{width:184px !important;max-width:184px !important;height:40px;padding-left:6px;border:3px solid #3b82f6;border-radius:7px !important;font-family:'Karla', sans-serif;font-size:15px;box-sizing:border-box}.measurement-input-group{display:inline-flex;width:184px;align-items:flex-start}#systolic_bp,#diastolic_bp{text-align:center !important;height:32px !important;width:86px !important;padding-left:6px !important;border:3px solid #3b82f6 !important;border-bottom:none !important;border-radius:10px 10px 0 0 !important;font-family:'Karla', sans-serif !important;font-size:11.5px !important;box-sizing:border-box !important}.measurement-input-group span{display:inline-block;width:8px;margin:3px 2px 0 2px;font-size:20px;text-align:center}#blood_pressure_tags{width:184px !important;border:3px solid #aaa !important;height:25px !important;margin-top:-1px !important;padding-left:6px !important;border-top:3px solid #3b82f6 !important;border-radius:0 0 8px 8px !important;font-size:12px !important;color:#aaa !important;font-family:'Karla', sans-serif !important;box-sizing:border-box !important}#spo2_percent{width:184px !important;max-width:184px !important}#spo2_percent_tags{width:184px !important;max-width:184px !important}.time-range{border:1px solid #3b83f6ae !important;height:30px;font-size:14px}.measurement-input-group-margin{display:inline-flex}#glucose_mgdl,#glucose_mmoll{text-align:center !important;height:28px !important;width:184px !important;max-width:184px !important;padding-left:6px !important;border:3px solid #3b82f6 !important;border-bottom:none !important;border-radius:10px 10px 0 0 !important;font-family:'Karla', sans-serif !important;font-size:16px !important;box-sizing:border-box !important;margin-bottom:0 !important}#glucose_context{width:184px !important;height:32px !important;padding:2px 6px !important;border-left:3px solid #3b82f6 !important;border-right:3px solid #3b82f6 !important;border-top:3px solid #3b82f6 !important;border-bottom:3px solid #3b82f6 !important;border-radius:0 !important;font-size:14px !important;font-family:'Karla', sans-serif !important;line-height:1.4 !important;box-sizing:border-box !important;margin-bottom:-1px !important;display:block !important}#glucose_tags{width:184px !important;max-width:184px !important;border:3px solid #aaa !important;height:25px !important;padding-left:6px !important;border-top:none !important;border-radius:0 0 8px 8px !important;font-size:12px !important;color:#aaa !important;font-family:'Karla', sans-serif !important;box-sizing:border-box !important;display:block !important}.sortable-header:not(.rotated-header){cursor:pointer;user-select:none;position:relative;transition:background-color 0.2s;padding:0.5rem;text-align:left}.sortable-header:not(.rotated-header):hover{background-color:#f3f4f6}.sortable-header:not(.rotated-header)::after{content:"↕";position:absolute;font-size:0.75rem;opacity:0.5;transition:opacity 0.2s}.sortable-header:not(.rotated-header):hover::after{opacity:0.8}.sortable-header:not(.rotated-header).sort-asc::after{content:"↑";opacity:1;color:#3b82f6}.sortable-header:not(.rotated-header).sort-desc::after{content:"↓";opacity:1;color:#3b82f6}.non-sortable-header{padding:0.5rem;text-align:left;cursor:default}.health-report-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,0.5);display:none;justify-content:center;align-items:center;z-index:1000}.health-report-popup.show{display:flex}.health-report-content{background-color:white;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,0.3);max-width:600px;width:90vw;max-height:80vh;position:relative;animation:popup-fade-in 0.3s ease-out;display:flex;flex-direction:column}@keyframes popup-fade-in{from{opacity:0;transform:scale(0.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.health-report-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb;border-radius:8px 8px 0 0}.health-report-title{font-size:1.1rem;font-weight:600;color:#374151;margin:0}.health-report-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color 0.2s}.health-report-close:hover{background-color:#e5e7eb;color:#374151}.health-report-body{padding:1.5rem;max-height:60vh;overflow-y:auto;white-space:pre-wrap;line-height:1.6;color:#374151;font-family:'Karla', sans-serif}.health-report-actions{display:flex;justify-content:flex-end;gap:0.75rem;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-radius:0 0 8px 8px}.health-report-copy-btn{background-color:#3b82f6;color:white;border:none;padding:0.5rem 1rem;border-radius:6px;cursor:pointer;font-size:0.875rem;font-weight:500;transition:background-color 0.2s;display:flex;align-items:center;gap:0.5rem}.health-report-copy-btn:hover{background-color:#2563eb}.health-report-copy-btn:active{background-color:#1d4ed8}.health-report-copy-btn.copied{background-color:#10b981}.health-report-copy-btn.copied:hover{background-color:#059669}.health-report-cell{cursor:pointer;position:relative;transition:background-color 0.2s;border-radius:4px;padding:0.5rem}.health-report-cell:hover{background-color:#f3f4f6}.health-report-cell::after{content:"📋";position:absolute;right:0.25rem;top:50%;transform:translateY(-50%);font-size:0.75rem;opacity:0.6;pointer-events:none}.health-report-cell:hover::after{opacity:1}.chart-controls-wrapper{margin-bottom:1rem;display:flex;flex-direction:column;gap:1rem}.metrics-selector-container{display:flex;flex-direction:column;gap:0.5rem}.metrics-checkbox-flex-row{display:flex !important;flex-wrap:wrap !important;gap:clamp(0.4rem, 1.2vw, 1rem) !important;align-items:center !important;width:100% !important}.metric-check-item{display:inline-flex !important;align-items:center !important;gap:0.375rem !important;white-space:nowrap !important;font-size:clamp(12px, 1.6vw, 14px) !important;color:#374151 !important;cursor:pointer !important;margin:0 !important;padding:0.25rem 0 !important;flex-shrink:0 !important}.metric-check-item input[type="checkbox"]{margin:0 !important;cursor:pointer !important}.chart-bottom-controls{display:flex;align-items:flex-start;gap:clamp(0.5rem, 1.5vw, 1rem)}.dashboard-controls{display:flex;align-items:center;gap:clamp(0.5rem, 1.5vw, 1rem);flex-wrap:wrap}.dashboard-controls label{font-size:clamp(12px, 1.6vw, 14px)}.dashboard-controls>.time-range-wrapper,.dashboard-controls>.chart-update-btn-wrapper{flex:0 0 auto}.dashboard-custom-date-range{width:100%}.time-range-wrapper{display:flex;align-items:center;gap:0.5rem}.time-range-select{border:1px solid #3b83f6ae !important;height:32px !important;font-size:14px !important;padding:0 8px !important;border-radius:4px !important;background-color:#ffffff !important;color:#374151 !important;cursor:pointer !important;width:100px !important;min-width:100px !important;max-width:100px !important}.time-range-select:focus{outline:none !important;border-color:#3b83f6 !important;box-shadow:0 0 0 2px rgba(59,131,246,0.1) !important}.dashboard-time-range-select{height:clamp(26px, 3.5vw, 32px) !important;font-size:clamp(12px, 1.6vw, 14px) !important;width:clamp(88px, 14vw, 100px) !important;min-width:clamp(88px, 14vw, 100px) !important;max-width:clamp(88px, 14vw, 100px) !important;padding:0 clamp(6px, 1.2vw, 8px) !important}.chart-update-form-row{display:flex;align-items:center;flex-wrap:wrap}.chart-update-btn-wrapper-refresh{display:inline-flex;align-items:center;justify-content:center;padding-left:5px;padding-right:5px}#start-date #end-date{max-width:100px !important}.chart-update-btn{border:1px solid #3b83f6ae !important;height:32px !important;font-size:14px !important;background-color:#ffffff !important;color:#374151 !important;padding:0 12px !important;border-radius:4px !important;cursor:pointer !important;transition:background-color 0.2s, border-color 0.2s !important;font-weight:500 !important}.chart-update-btn:hover{background-color:#f8fafc !important;border-color:#3b83f6 !important}.chart-update-btn:focus{outline:none !important;border-color:#3b83f6 !important;box-shadow:0 0 0 2px rgba(59,131,246,0.1) !important}.dashboard-chart-btn{height:clamp(26px, 3.5vw, 32px) !important;font-size:clamp(12px, 1.6vw, 14px) !important;padding:0 clamp(8px, 2vw, 12px) !important}.dashboard-controls{gap:clamp(0.5rem, 1.5vw, 1rem)}.dashboard-custom-date-range{display:none;margin-left:clamp(0px, 1.2vw, 10px)}.dashboard-custom-date-range{align-items:center;gap:clamp(0.4rem, 1.2vw, 0.75rem);flex-wrap:nowrap}.dashboard-custom-date-range.show,.dashboard-custom-date-range[style*="block"]{display:flex !important}.dashboard-custom-date-range label,.dashboard-custom-date-range .dashboard-date-label-spacing{font-size:clamp(12px, 1.6vw, 14px) !important;color:#374151;white-space:nowrap}.dashboard-custom-date-range .dashboard-from-label{font-size:clamp(12px, 1.6vw, 14px) !important;color:#374151;white-space:nowrap}.dashboard-custom-date-range input[type="date"]{height:clamp(26px, 3.5vw, 32px) !important;font-size:clamp(12px, 1.6vw, 14px) !important;border:1px solid #3b83f6ae !important;border-radius:4px !important;padding:0 clamp(6px, 1.2vw, 8px) !important;background-color:#ffffff !important;color:#374151 !important;width:clamp(90px, 24vw, 100px) !important;min-width:clamp(90px, 24vw, 100px) !important}.dashboard-custom-date-range .dashboard-apply-button{background-color:#ffffff !important;color:#374151 !important;border:1px solid #3b83f6ae !important;border-radius:4px !important;height:clamp(26px, 3.5vw, 32px) !important;font-size:clamp(12px, 1.6vw, 14px) !important;padding:0 clamp(8px, 2vw, 12px) !important;box-shadow:none !important;line-height:1 !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:clamp(26px, 3.5vw, 32px) !important}.dashboard-custom-date-range .dashboard-apply-button:hover{background-color:#f8fafc !important;border-color:#3b83f6 !important}.dashboard-custom-date-range .dashboard-apply-button:focus{outline:none !important;border-color:#3b83f6 !important;box-shadow:0 0 0 2px rgba(59,131,246,0.1) !important}.dashboard-date-label-spacing{margin-left:clamp(0px, 1.2vw, 10px)}.dashboard-apply-button{margin-left:clamp(0px, 1.2vw, 10px)}.dashboard-chart-canvas{height:300px;width:100%}.health-report-card{width:fit-content;max-width:100%;margin:0 auto 1rem auto;background-color:#ffffff;border-radius:0.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1);padding:clamp(0.75rem, 2.5vw, 1.5rem)}.health-report-card h2{margin-bottom:0.5rem;color:#1E3A8A;font-size:1.5rem;font-weight:600;text-align:center}.measurement-form-container,.your-measurements-card{margin:0 auto 1rem auto}.your-measurements-card{max-width:100%}.page-dashboard .measurement-form-container h2{text-align:center}.page-dashboard .your-measurements-card h2{text-align:center}.dashboard-measurements-table-wrapper{margin-top:0.5rem}.dashboard-measurements-table-top-scroll{display:none;overflow-x:auto;overflow-y:hidden;height:12px;margin-bottom:4px}.dashboard-measurements-table-top-scroll-inner{height:1px}.dashboard-measurements-table-container{width:fit-content;max-width:100%;overflow-x:auto}.dashboard-measurements-table-container.no-horizontal-scroll{scrollbar-width:none;-ms-overflow-style:none}.dashboard-measurements-table-container.no-horizontal-scroll::-webkit-scrollbar{width:0;height:0}.dashboard-measurements-table{width:max-content;max-width:100%;border-collapse:collapse}.dashboard-measurements-table-top-scroll::-webkit-scrollbar,.dashboard-measurements-table-container::-webkit-scrollbar{height:8px}.dashboard-measurements-table-top-scroll::-webkit-scrollbar-thumb,.dashboard-measurements-table-container::-webkit-scrollbar-thumb{background-color:#c7c7c7;border-radius:4px}.dashboard-measurements-table-top-scroll::-webkit-scrollbar-track,.dashboard-measurements-table-container::-webkit-scrollbar-track{background-color:#f1f1f1}.dashboard-table-header-row{border-bottom:2px solid #e5e7eb}.dashboard-table-data-row{border-bottom:1px solid #e5e7eb}.dashboard-table-cell{padding:0.5rem}.dashboard-table-empty-cell{padding:1rem;text-align:center}.dashboard-inline-form{display:inline}.health-report-responsive-title{font-size:clamp(0.8rem, 2.2vw, 1.1rem);font-weight:600;color:#374151;margin:0}.health-report-responsive-body{padding:clamp(0.75rem, 2.2vw, 1.5rem);max-height:60vh;overflow-y:auto;white-space:pre-wrap;line-height:1.6;color:#374151;font-family:'Karla', sans-serif;font-size:clamp(0.8rem, 2.2vw, 1rem)}.health-report-responsive-copy-btn{background-color:#3b82f6;color:white;border:none;padding:clamp(0.35rem, 1.2vw, 0.5rem) clamp(0.7rem, 2vw, 1rem);border-radius:6px;cursor:pointer;font-size:clamp(0.65rem, 1.8vw, 0.875rem);font-weight:500;transition:background-color 0.2s;display:flex;align-items:center;gap:0.5rem}.health-report-responsive-copy-btn:hover{background-color:#2563eb}.health-report-responsive-copy-btn:active{background-color:#1d4ed8}.health-report-responsive-copy-btn.copied{background-color:#10b981}.health-report-responsive-copy-btn.copied:hover{background-color:#059669}.dashboard-delete-btn-responsive{background-color:#dc2626;color:white;border:none;padding:0;width:clamp(24px, 4vw, 32px);height:clamp(24px, 4vw, 32px);border-radius:6px;cursor:pointer;font-size:0;font-weight:700;transition:background-color 0.2s;display:inline-flex;align-items:center;justify-content:center;position:relative;line-height:1}.dashboard-delete-btn-responsive:hover{background-color:#b91c1c}.dashboard-delete-btn-responsive:active{background-color:#991b1b}.dashboard-delete-btn-responsive::before{content:"✖";color:#ffffff;font-size:clamp(14px, 2.4vw, 18px);font-weight:700;line-height:1}.dashboard-table-header-responsive{padding:clamp(0.3rem, 1.2vw, 0.5rem);text-align:left;font-size:clamp(0.65rem, 1.8vw, 0.875rem);font-weight:600}.table-playhead{position:absolute;left:0;right:0;height:44px;pointer-events:auto;background:rgba(59,130,246,0.1);backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);border:none;box-shadow:none;border-radius:8px;display:none;z-index:3;cursor:ns-resize}.table-playhead.is-dragging{background:rgba(59,130,246,0.14);backdrop-filter:blur(1.2px);-webkit-backdrop-filter:blur(1.2px)}.dashboard-table-cell-responsive{padding:clamp(0.3rem, 1.2vw, 0.5rem);font-size:clamp(0.65rem, 1.8vw, 0.875rem)}body{background:transparent;color:#111;font:14px/1.5 system-ui}.avatar-editor-scope{all:initial;font-family:system-ui}.wrapper{display:block}.panel{background:transparent;border:none;border-radius:0;padding:0}.edit_button{font-size:clamp(10px, 1.5vw, 14px);height:26px;background:#f3f4f6;border:2px solid #d1d5db;color:#111;border-radius:6px;cursor:pointer}edit_button:hover{background:#e5e7eb}.picker{display:inline-flex;align-items:center;gap:6px}.picker-glyph{font-size:14px;opacity:.85}#editorTabs{display:flex;align-items:flex-end;gap:0;margin-bottom:8px;border-bottom:1px solid #e5e7eb}#editorTabs button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:1px solid transparent;border-bottom:none;padding:6px 12px;color:#334155;cursor:pointer;border-top-left-radius:6px;border-top-right-radius:6px;margin-right:6px}#editorTabs button:hover{background:#f8fafc}#editorTabs button.active{background:#ffffff;border-color:#cbd5e1;border-bottom-color:#ffffff;position:relative;top:1px}#editor-clothes,#editor-body{display:none}.clothes-color-picker-gap{width:10px;display:inline-block}.subeditor{border-top:1px solid #e5e7eb;padding-top:8px;margin-top:6px}.small{opacity:.7;font-size:12px}.small.instruction{font-weight:400;margin-left:8px}.section-header{display:flex;align-items:center;justify-content:left;gap:8px;padding-bottom:10px}.palette{display:flex;gap:4px;flex-wrap:wrap;padding-bottom:10px}.sw{width:18px;height:18px;border-radius:4px;border:1px solid #d1d5db;cursor:grab}.tag{display:inline-block;background:#f9fafb;border:1px solid #d1d5db;border-radius:4px;padding:4px 8px;margin:2px;cursor:pointer;color:#111}.drop-target{outline:2px dashed #93c5fd;outline-offset:2px}.sw.drag-ghost{position:fixed;left:0;top:0;width:18px;height:18px;border-radius:4px;border:1px solid #9ca3af;opacity:0.85;pointer-events:none;z-index:9999}.bucket-active .tag{cursor:crosshair}#face-edit-toggles{display:flex;flex-wrap:wrap;gap:6px}#face-edit-toggles .toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;padding:4px 8px;margin:2px 0;cursor:pointer;color:#111}#face-edit-toggles .toggle:hover{background:#f3f4f6}#face-edit-toggles .toggle.active{background:#e5e7eb;border-color:#cbd5e1;box-shadow:inset 0 -2px 0 rgba(0,0,0,0.04)}#face-edit-toggles .toggle:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}#editor-clothes,#editor-body{display:none}.control{padding-bottom:10px}.avatar-row{display:grid;grid-template-columns:240px 1fr;gap:1.5rem;align-items:start}.avatar-card{background:transparent !important;border:none !important;box-shadow:none !important}.avatar-card{position:relative;overflow:hidden}.avatar-host{position:relative;width:clamp(170px, 34vw, 280px);max-width:100%}.avatar-edit-btn{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:8px;background-color:#3b82f6;color:#fff;border:none;font-size:18px;line-height:30px;display:inline-flex;align-items:center;justify-content:center;text-align:center}.avatar-editor-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.55);display:flex;align-items:center;justify-content:center}.avatar-editor-modal{background:#111;color:#eee;border:1px solid #333;border-radius:8px;width:96vw;max-width:960px;height:90vh;max-height:720px;position:relative;display:flex;flex-direction:column}.avatar-editor-close{position:absolute;top:8px;right:8px}.avatar-editor-frame{flex:1;border:0}.avatar-editor-actions{padding:8px;border-top:1px solid #333;display:flex;justify-content:flex-end}.avatar-editor-card{margin:1rem auto;width:85%;max-width:960px}.avatar-editor-card .avatar-editor-frame{width:100%;display:block}.avatar-editor-card.is-hidden{display:none}.avatar-editor-card.is-docked{position:absolute;left:var(--dock-left, 0);top:var(--dock-top, 0);width:var(--dock-width, auto);max-width:none;margin:0;transition:top 420ms ease-in-out;z-index:50}body.avatar-editor-doc{overflow:hidden}#profile-form,#preferences-form,#health-metrics-form{display:grid;gap:1em;grid-template-columns:repeat(3, 1fr);margin-bottom:1rem}@media (max-width: 608px){#profile-form,#preferences-form,#health-metrics-form{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 510px){#profile-form,#preferences-form,#health-metrics-form{grid-template-columns:1fr}}#profile-form>div,#preferences-form>div,#health-metrics-form>div{width:170px}#profile-form label,#preferences-form label,#health-metrics-form label{padding-left:5px;font-size:16px;display:block;margin-bottom:5px}#profile-form input[type="text"],#profile-form input[type="number"],#profile-form input[type="email"],#profile-form input[type="password"],#preferences-form input[type="text"],#preferences-form input[type="number"],#preferences-form input[type="email"],#preferences-form input[type="password"],#health-metrics-form input[type="text"],#health-metrics-form input[type="number"],#health-metrics-form input[type="email"],#health-metrics-form input[type="password"]{height:25px;margin-bottom:0px;padding-left:6px;border:3px solid #3b82f6;border-radius:7px;width:162px;font-family:'Karla', sans-serif;font-size:16px}.setting-height-input{width:162px !important;height:25px !important}#profile-form input[type="text"][placeholder*="tags"],#preferences-form input[type="text"][placeholder*="tags"],#health-metrics-form input[type="text"][placeholder*="tags"]{width:162px;height:20px;margin-top:0px;padding-left:6px;border:3px solid #aaa;border-top:none;border-radius:0 0 8px 8px;font-size:12px;color:#aaa;font-family:'Karla', sans-serif}#profile-form input[type="date"],#preferences-form input[type="date"],#health-metrics-form input[type="date"]{padding-left:6px;width:168px;height:25px;border:3px solid #3b82f6;border-radius:7px;font-family:'Karla', sans-serif;font-size:16px;padding:5px}#profile-form select,#preferences-form select,#health-metrics-form select{width:162px;height:40px;padding-left:6px;border:3px solid #3b82f6;border-radius:7px;font-family:'Karla', sans-serif;font-size:15px}.profile-settings-grid{display:grid;gap:1em;grid-template-columns:repeat(3, 1fr);margin-bottom:1rem}@media (max-width: 608px){.profile-settings-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 510px){.profile-settings-grid{grid-template-columns:1fr}}.preference-setting{margin-bottom:1rem;width:170px}.setting-description{font-size:0.875rem;color:#6b7280}.health-metrics-grid{display:grid;gap:1em;grid-template-columns:repeat(3, 1fr);margin-bottom:1rem}@media (max-width: 608px){.health-metrics-grid{grid-template-columns:repeat(2, 1fr)}}@media (max-width: 510px){.health-metrics-grid{grid-template-columns:1fr}}.checkbox-item{display:grid;grid-template-columns:auto 1fr;column-gap:0.75rem;row-gap:0.25rem;align-items:start;width:170px}.checkbox-item label{font-weight:600;font-size:16px;color:#1f2937;margin:0;text-transform:capitalize}.checkbox-description{font-size:0.875rem;color:#6b7280;margin:0;grid-column:2}.hidden{display:none}.enhanced-option-details{margin-top:10px;padding:10px;background-color:#f5f5f5;border-left:4px solid #4299e1;border-radius:4px;grid-column:2}.option-intro{font-weight:500;margin-bottom:8px}.option-list{padding-left:20px;margin-bottom:8px}.option-note{font-style:italic;color:#555;font-size:0.9em}.custom-metrics-section{width:240px !important;margin-top:1rem;padding:1.5rem;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef;text-align:left;grid-column:1 / -1}.custom-metrics-section h3{margin-bottom:1rem;font-size:1.25rem;font-weight:600;color:#374151}.delete-custom-metric{width:57px !important}.custom-metric-input{margin-bottom:1rem}.custom-metric-label{font-weight:500;display:block;margin-bottom:5px;color:#374151}.custom-metric-input-group{display:flex;flex-direction:row;gap:0.5rem;align-items:center;flex-wrap:wrap}@media (max-width: 608px){.custom-metric-input-group{flex-direction:column;align-items:flex-start}}.custom-metric-input-field{flex:1;min-width:200px;padding:8px;border:3px solid #3b82f6;border-radius:7px;font-family:'Karla', sans-serif;font-size:14px;height:25px}@media (max-width: 608px){.custom-metric-input-field{width:100%;min-width:unset}}.custom-metric-limit{font-size:0.875rem;color:#6b7280;margin-top:0.5rem}.custom-metric-limit-error{color:#dc3545}.custom-metrics-list{display:inline-block;width:100%}.custom-metric-item{display:flex;align-items:center;gap:0.75rem;padding:0.5rem 0;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;min-height:40px}@media (max-width: 510px){.custom-metric-item{flex-direction:flex;align-items:flex-start;gap:0.5rem}}.custom-metric-item:last-child{border-bottom:none}.custom-metric-item input[type="checkbox"]{margin-right:0.5rem;flex-shrink:0}.custom-metric-name{flex:1;font-weight:500;color:#374151;margin:0;min-width:120px}@media (max-width: 510px){.custom-metric-name{min-width:unset;width:100%}}.custom-metric-empty{color:#999;font-style:italic;font-size:0.875rem}.custom-metric-item .btn-small{padding:0.25rem 0.5rem;font-size:0.75rem;white-space:nowrap;flex-shrink:0;min-width:60px}#new_custom_metric_name{width:200px !important}@media (max-width: 510px){.custom-metric-item .btn-small{width:100%;text-align:center}}.custom-metric-examples{border-top:1px solid #dee2e6;padding-top:1rem;margin-top:1rem}.custom-metric-add-subsection{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #dee2e6}.custom-metric-add-subsection h4{margin-bottom:1rem;font-size:1.1rem;font-weight:600;color:#374151}.checkbox-item input[type="checkbox"]{margin-right:0.5rem}.checkbox-item label{font-weight:500;color:#333}.checkbox-item .checkbox-description{color:#6b7280;font-size:0.875rem;margin-top:0.25rem}.data-management-grid{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.5rem}.data-management-grid>div{width:100%}.data-management-grid h3{padding-left:3px;padding-bottom:2px;font-size:15px;margin-bottom:0.5rem}.data-management-grid p{font-size:0.875rem;color:#6b7280;margin-bottom:1rem}.options-button-container{margin:1rem 0;padding:0;display:block;width:auto;height:auto;clear:both;position:static;float:none;overflow:visible;flex:none;grid-column:unset;grid-row:unset;align-self:auto;justify-self:auto;text-align:left}.options-submit-btn{background-color:#3b82f6;color:white;border:none;border-radius:6px;font-family:'Karla', sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:background-color 0.2s;width:162px !important;min-width:162px !important;max-width:162px !important;height:35px !important;padding:8px 16px !important;margin:0 !important;display:block !important;position:static !important;float:none !important;clear:none !important;flex:none !important;flex-grow:0 !important;flex-shrink:0 !important;flex-basis:auto !important;align-self:auto !important;justify-self:auto !important;grid-column:unset !important;grid-row:unset !important;box-sizing:border-box !important;overflow:visible !important}.options-submit-btn:hover{background-color:#2563eb}.options-submit-btn:active{background-color:#1d4ed8}.data-management-grid .btn-danger{background-color:#dc3545;color:white;border:none;border-radius:6px;font-family:'Karla', sans-serif;font-weight:500;font-size:14px;cursor:pointer;transition:background-color 0.2s;width:205px !important;min-width:205px !important;max-width:205px !important;height:35px !important;padding:8px 16px !important;margin:0 !important;display:block !important;position:static !important;float:none !important;clear:none !important;flex:none !important;flex-grow:0 !important;flex-shrink:0 !important;flex-basis:auto !important;align-self:auto !important;justify-self:auto !important;grid-column:unset !important;grid-row:unset !important;box-sizing:border-box !important;overflow:visible !important}.data-management-grid .btn-danger:hover{background-color:#c82333}.data-management-grid .btn-danger:active{background-color:#bd2130}.login-signup-link{margin-bottom:1.5rem !important;max-width:300px !important;margin-left:auto !important;margin-right:auto !important;text-align:center !important}.login-error-message{padding:0.75rem !important;border-radius:0.25rem !important;margin-bottom:1rem !important;background-color:#fee2e2 !important}.login-error-message p{margin:0 !important;color:#b91c1c !important}.card .login-form,#django-login-form.login-form{display:flex !important;flex-direction:column !important;width:100% !important;max-width:100% !important}.card .login-form>div,.card .login-form .login-form-fields,.card .login-form .login-actions{width:100% !important;max-width:100% !important;float:none !important;display:block !important}.login-form-fields{display:inline-block !important;width:100% !important;clear:both !important;text-align:center !important}.card .login-form .login-field-group,.login-field-group{float:none !important;clear:both !important;display:inline-block !important;text-align:left !important}.card .login-form .login-field-group:last-child,.login-field-group:last-child{margin-bottom:0 !important}.login-field-label{display:block !important;margin-bottom:0.5rem !important;font-weight:500 !important;width:100% !important}.login-field-error{color:#b91c1c !important;margin-top:0.25rem !important;font-size:0.875rem !important}.card .login-form .login-actions,.login-actions{display:flex !important;flex-direction:column !important;width:100% !important;gap:2rem !important;clear:both !important;margin-top:1rem !important}.login-button-remember{display:flex !important;align-items:center !important;justify-content:center !important;gap:1rem !important;width:100% !important;clear:both !important}.login-remember-label{display:flex !important;align-items:center !important;cursor:pointer !important;font-size:0.875rem !important;color:#666 !important;gap:0.5rem !important;white-space:nowrap !important}.login-remember-checkbox{margin:0 !important}.login-forgot-password{order:2 !important;text-align:center !important;width:100% !important;clear:both !important}.login-forgot-password a{color:#6633FF !important;text-decoration:none !important;font-size:0.875rem !important}.login-forgot-password a:hover{text-decoration:underline !important}.login-verification-message{padding:0.75rem !important;border-radius:0.25rem !important;margin-top:1rem !important;background-color:#fff3cd !important;border:1px solid #ffeaa7 !important}.login-verification-title{margin:0 0 0.5rem 0 !important;color:#856404 !important}.login-verification-text{margin:0 0 0.5rem 0 !important;color:#856404 !important}.login-verification-form{margin:0 !important}.login-separator{margin:1.5rem 0 !important}.login-alternatives{display:flex !important;flex-direction:column !important;gap:0.5rem !important}.entrance-container .card{box-shadow:0 4px 6px rgba(0,0,0,0.1)}.logout-container{display:flex;justify-content:center;align-items:center;min-height:60vh;padding:2rem 1rem}.logout-card{background-color:#fff;border-radius:0.5rem;box-shadow:0 4px 6px rgba(0,0,0,0.1);padding:2rem;max-width:400px;width:100%;text-align:center}.logout-title{color:#1E3A8A;font-size:1.75rem;font-weight:600;margin:0 0 1rem 0}.logout-message{color:#4b5563;font-size:1rem;margin:0 0 2rem 0;line-height:1.5}.logout-form{margin:0}.logout-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.logout-cancel-btn,.logout-confirm-btn{min-width:120px;padding:0.75rem 1.5rem;font-size:1rem;font-weight:500;border-radius:0.25rem;text-decoration:none;transition:background-color 0.2s, color 0.2s;cursor:pointer;border:none;display:inline-block;text-align:center}.logout-confirm-btn{background-color:#3b82f6;color:#fff}.logout-confirm-btn:hover{background-color:#2563eb}.logout-cancel-btn{background-color:#e5e7eb;color:#1f2937}.logout-cancel-btn:hover{background-color:#d1d5db}@media (max-width: 480px){.logout-container{padding:1rem}.logout-card{padding:1.5rem}.logout-actions{flex-direction:column;align-items:center}.logout-cancel-btn,.logout-confirm-btn{width:100%;max-width:200px}}
/*# sourceMappingURL=main.css.map */
