/*!/wp-content/plugins/diabetes-patient-tracker/assets/css/dpt.css*/.dpt-dashboard,.dpt-admin{max-width:1100px}.dpt-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:18px;margin:18px 0;box-shadow:0 2px 10px rgb(0 0 0 / .04)}.dpt-summary-card>h2{margin-top:0}.dpt-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dpt-form-row{display:grid;gap:14px;margin-bottom:12px;align-items:end}.dpt-form-row-2{grid-template-columns:repeat(2,minmax(0,1fr))}.dpt-form-row-3{grid-template-columns:repeat(3,minmax(0,1fr))}.dpt-form label,.dpt-admin-form label{display:block;font-weight:600;margin:8px 0}.dpt-form input,.dpt-form textarea,.dpt-admin-form input,.dpt-admin-form textarea{width:100%;max-width:100%;box-sizing:border-box;padding:10px;border:1px solid #d1d5db;border-radius:8px}.dpt-target-box{border:1px solid #bfdbfe;background:#f8fbff;border-radius:14px;padding:14px 16px;margin:12px 0 16px}.dpt-target-box h3{margin:0 0 12px;font-size:18px}.dpt-targets-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.dpt-targets-row div{background:#fff;border:1px solid #dbeafe;border-radius:12px;padding:10px 8px;text-align:center;min-width:0}.dpt-targets-row strong{display:block;margin-bottom:5px;color:#0f172a;white-space:nowrap;line-height:1.15;overflow-wrap:normal;font-size:12.5px;letter-spacing:-.2px}.dpt-targets-row span{display:block;color:#0f6b8f;font-weight:700;white-space:nowrap;line-height:1.15;font-size:13px}.dpt-live-results{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:14px 0}.dpt-result-card{border:1px solid #e5e7eb;border-radius:12px;padding:10px;background:#f9fafb;font-size:14px}.dpt-result-good{background:#dcfce7;border-color:#86efac;color:#166534}.dpt-result-warn{background:#fef3c7;border-color:#fcd34d;color:#92400e}.dpt-result-bad{background:#fee2e2;border-color:#fca5a5;color:#991b1b}.dpt-result-empty{background:#f9fafb;color:#6b7280}.dpt-congrats{background:#ecfdf5;border-left:4px solid #22c55e;padding:12px;border-radius:8px;margin:12px 0;color:#14532d}.dpt-self-assessment{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:12px;margin:12px 0}.dpt-self-assessment h4{margin:0 0 10px}.dpt-check-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin:10px 0}.dpt-check-section h5{margin:0 0 10px;font-size:15px;color:#0f172a}.dpt-check-diet{border-color:#fed7aa}.dpt-check-exercise{border-color:#bbf7d0}.dpt-check-medication{border-color:#bfdbfe}.dpt-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.dpt-checks label{font-weight:400;display:flex;align-items:flex-start;gap:8px;line-height:1.35;margin:0}.dpt-checks input[type="checkbox"]{width:auto;min-width:16px;margin:3px 0 0;padding:0}.dpt-checks span{display:block}.dpt-button{display:inline-block;background:#0f6b8f;color:#fff!important;padding:10px 16px;border-radius:9px;text-decoration:none;border:0;cursor:pointer}.dpt-latest-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px;margin:12px 0}.dpt-latest-box h4{margin:0 0 8px;font-size:15px}.dpt-latest-checks{font-size:14px;line-height:1.45;margin:5px 0}.dpt-muted{color:#64748b}.dpt-nowrap{white-space:nowrap!important}.dpt-badge{display:inline-block;padding:4px 9px;border-radius:999px;font-size:13px;font-weight:700;white-space:nowrap}.dpt-good{background:#dcfce7;color:#166534}.dpt-bad{background:#fee2e2;color:#991b1b}.dpt-alert{background:#fff7ed;border-left:4px solid #f97316;padding:12px;border-radius:8px}.dpt-targets{gap:10px}.dpt-chart{height:330px!important;max-height:330px}.dpt-table-wrap{width:100%;overflow-x:visible;-webkit-overflow-scrolling:touch}.dpt-table{width:100%;border-collapse:collapse;table-layout:fixed;min-width:0;font-size:14px}.dpt-table th,.dpt-table td{border-bottom:1px solid #e5e7eb;padding:8px 7px;text-align:left;white-space:normal;word-break:keep-all;overflow-wrap:normal;line-height:1.3}.dpt-table th{font-weight:700;background:#f9fafb}.dpt-table th:nth-child(1),.dpt-table td:nth-child(1){width:23%}.dpt-table th:nth-child(2),.dpt-table td:nth-child(2){width:19%}.dpt-table th:nth-child(3),.dpt-table td:nth-child(3){width:22%}.dpt-table th:nth-child(4),.dpt-table td:nth-child(4){width:15%}.dpt-table th:nth-child(5),.dpt-table td:nth-child(5){width:21%}.dpt-table .dpt-th-sub{display:block;font-size:12px;font-weight:600;color:#475569;line-height:1.15}.dpt-table td{font-size:13.5px}@media(max-width:900px){.dpt-live-results{grid-template-columns:repeat(2,minmax(0,1fr))}.dpt-targets-row{grid-template-columns:repeat(3,minmax(0,1fr));overflow-x:visible}.dpt-targets-row div{padding:9px 4px}.dpt-targets-row strong{font-size:11px;letter-spacing:-.35px}.dpt-targets-row span{font-size:11.5px}.dpt-table{font-size:12.5px}.dpt-table th,.dpt-table td{padding:7px 5px}.dpt-table td{font-size:12.5px}.dpt-table .dpt-th-sub{font-size:11.5px}}@media(max-width:760px){.dpt-grid-3,.dpt-form-row-2,.dpt-form-row-3,.dpt-live-results{grid-template-columns:1fr}.dpt-checks{grid-template-columns:1fr}.dpt-card{padding:14px}.dpt-chart{height:280px!important}.dpt-target-box{padding:12px}.dpt-targets-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;overflow-x:visible}.dpt-targets-row div{text-align:center;padding:8px 3px}.dpt-targets-row strong{font-size:10px;letter-spacing:-.45px}.dpt-targets-row span{font-size:10.5px}}.dpt-recommendations{margin-top:8px}.dpt-recommendations>h4{margin:0 0 10px;font-size:16px}.dpt-rec-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:12px;margin:10px 0}.dpt-rec-section h5{margin:0 0 8px;font-size:15px;color:#0f172a}.dpt-rec-item{font-size:14px;line-height:1.5;margin:8px 0}.dpt-rec-item p{display:inline;margin:0}.dpt-rec-section:nth-of-type(1){border-color:#fed7aa}.dpt-rec-section:nth-of-type(2){border-color:#bbf7d0}.dpt-rec-section:nth-of-type(3){border-color:#bfdbfe}.dpt-rec-consult{border-color:#fca5a5;background:#fff7f7}.dpt-critical{border-radius:12px;padding:12px 14px;margin:12px 0;border-left:5px solid #dc2626;background:#fff1f2;color:#7f1d1d}.dpt-critical h4{margin:0 0 8px;font-size:16px}.dpt-critical p{margin:.35em 0;line-height:1.55}.dpt-critical-hypo{background:#fff7ed;border-left-color:#ea580c;color:#7c2d12}.dpt-critical-hypo-severe{background:#7f1d1d;border-left-color:#450a0a;color:#fff}.dpt-critical-hypo-severe h4,.dpt-critical-hypo-severe p{color:#fff}.dpt-critical-hyper,.dpt-critical-bp{background:#fef2f2;border-left-color:#dc2626;color:#7f1d1d}.dpt-live-critical[hidden]{display:none!important}.dpt-inline-form{display:inline;margin:0}.dpt-delete-button{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5;border-radius:7px;padding:5px 8px;cursor:pointer;font-size:12px}.dpt-delete-button:hover{background:#fecaca}.dpt-table th:nth-child(1),.dpt-table td:nth-child(1){width:21%}.dpt-table th:nth-child(2),.dpt-table td:nth-child(2){width:18%}.dpt-table th:nth-child(3),.dpt-table td:nth-child(3){width:21%}.dpt-table th:nth-child(4),.dpt-table td:nth-child(4){width:13%}.dpt-table th:nth-child(5),.dpt-table td:nth-child(5){width:17%}.dpt-table th:nth-child(6),.dpt-table td:nth-child(6){width:10%;text-align:center}@media(max-width:760px){.dpt-delete-button{padding:4px 6px;font-size:11px}.dpt-table th:nth-child(1),.dpt-table td:nth-child(1){width:20%}.dpt-table th:nth-child(6),.dpt-table td:nth-child(6){width:11%}}.dpt-critical-soft{background:#fff7ed;border-left-color:#f59e0b;color:#7c2d12}.dpt-form-errors{background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;padding:10px 14px;margin:0 0 14px;color:#7f1d1d}.dpt-form-errors strong{display:block;margin-bottom:6px}.dpt-form-errors ul{margin:0;padding-left:20px}.dpt-form-errors li{margin:2px 0;line-height:1.4}.dpt-button-ghost{background:#fff!important;color:#0f6b8f!important;border:1px solid #0f6b8f}.dpt-table--actions{table-layout:auto}.dpt-table--actions th,.dpt-table--actions td{width:auto!important}.dpt-row-actions{white-space:nowrap}.dpt-edit-link{color:#0f6b8f;text-decoration:underline;margin-right:6px;font-size:13px}@media(max-width:760px){.dpt-edit-link{font-size:12px}}.dpt-trend-warning{background:#fff7ed;border-left:5px solid #ea580c;border-radius:10px;padding:12px 14px;margin:10px 0;color:#7c2d12}.dpt-trend-warning h4{margin:0 0 8px;font-size:15px;color:#9a3412}.dpt-trend-warning p{margin:.35em 0;line-height:1.5}.dpt-export-grid{display:grid;gap:8px}.dpt-export-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 0;border-top:1px solid #e5e7eb}.dpt-export-row:first-child{border-top:0}.dpt-export-row strong{min-width:80px}@media(max-width:560px){.dpt-export-row{flex-direction:column;align-items:stretch}.dpt-export-row strong{margin-bottom:4px}}.dpt-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center}@media(max-width:420px){.dpt-targets-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.dpt-targets-row strong{white-space:normal;font-size:12px;letter-spacing:0;line-height:1.25}.dpt-targets-row span{white-space:normal;font-size:12.5px;line-height:1.25}}.dpt-form-success{margin:12px 0 16px;padding:12px 14px;border:1px solid #16a34a;background:#ecfdf5;color:#14532d;border-radius:10px;font-size:16px}.dpt-login-wrap{max-width:560px;margin:24px auto}.dpt-login-card{padding:26px 28px}.dpt-login-card h2{text-align:center;margin:8px 0 10px;color:#0f172a;font-size:24px;line-height:1.25}.dpt-login-intro{text-align:center;color:#475569;margin:0 0 22px;line-height:1.55}.dpt-login-icon{width:46px;height:46px;border-radius:999px;margin:0 auto;display:flex;align-items:center;justify-content:center;background:#e0f2fe;color:#0369a1;font-weight:800;font-size:24px}.dpt-login-form label{display:block;font-weight:600;color:#0f172a;margin:14px 0 7px}.dpt-login-form input[type="text"],.dpt-login-form input[type="password"]{width:100%;min-height:48px;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:11px 12px;font-size:16px;background:#fff}.dpt-login-form input:focus{outline:2px solid #bae6fd;outline-offset:1px;border-color:#0284c7}.dpt-password-field{display:flex;align-items:stretch}.dpt-password-field input{border-radius:10px 0 0 10px!important}.dpt-password-toggle{min-width:64px;border:1px solid #cbd5e1;border-left:0;border-radius:0 10px 10px 0;background:#f8fafc;color:#0f6b8f;font-weight:700;cursor:pointer}.dpt-remember{display:flex!important;gap:9px;align-items:flex-start;font-weight:500!important;margin-top:16px!important}.dpt-remember input{width:18px;height:18px;margin-top:2px}.dpt-login-note{font-size:13px;color:#64748b;margin:4px 0 16px 27px}.dpt-login-submit{width:100%;min-height:48px;font-weight:700;font-size:16px}.dpt-login-help{text-align:center;margin:16px 0 0}.dpt-login-help a{color:#0f6b8f}.dpt-login-message{padding:11px 13px;border-radius:9px;margin:0 0 15px;line-height:1.45}.dpt-login-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.dpt-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}.dpt-login-form button,.dpt-login-form input{font-family:inherit}@media(max-width:600px){.dpt-login-wrap{margin:14px auto}.dpt-login-card{padding:20px 16px}.dpt-login-card h2{font-size:21px}.dpt-login-intro{font-size:15px}.dpt-password-toggle{min-width:60px}}.dpt-login-form input[type="email"]{width:100%;min-height:48px;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;padding:11px 12px;font-size:16px;background:#fff;font-family:inherit}.dpt-login-form input[type="email"]:focus{outline:2px solid #bae6fd;outline-offset:1px;border-color:#0284c7}.dpt-register-prompt{margin-top:18px;padding-top:16px;border-top:1px solid #e2e8f0;text-align:center;color:#475569;line-height:1.5}.dpt-register-link{display:inline-block;margin-left:4px;font-weight:800;color:#0f6b8f;text-decoration:none}.dpt-register-link:hover{text-decoration:underline}.dpt-register-wrap{max-width:560px;margin:24px auto}.dpt-register-card{padding:26px 28px}.dpt-register-card h2{text-align:center;margin:8px 0 10px;color:#0f172a;font-size:24px;line-height:1.25}.dpt-register-success{background:#ecfdf5;border:1px solid #86efac;color:#166534}.dpt-register-note{margin-left:0}.dpt-register-privacy{text-align:center;font-size:13px;color:#64748b;line-height:1.45;margin:12px 0 0}.dpt-dashboard-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:0 0 14px;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.dpt-dashboard-user{color:#475569;line-height:1.4}.dpt-logout-form{margin:0}.dpt-logout-button{background:#fff!important;color:#b91c1c!important;border:1px solid #fecaca!important;font-weight:700}.dpt-logout-button:hover{background:#fef2f2!important}@media(max-width:600px){.dpt-register-wrap{margin:14px auto}.dpt-register-card{padding:20px 16px}.dpt-register-card h2{font-size:21px}.dpt-dashboard-toolbar{align-items:stretch}.dpt-dashboard-user{width:100%}.dpt-logout-form,.dpt-logout-button{width:100%}}.dtd-shared-login-wrap{max-width:560px;margin:24px auto}.dtd-shared-login-card{background:#fff;border:1px solid #dfe7ee;border-radius:14px;padding:26px;box-shadow:0 6px 20px rgb(15 43 64 / .06)}.dtd-shared-login-card h2{margin:8px 0 10px;text-align:center}.dtd-shared-login-icon{width:46px;height:46px;border-radius:50%;margin:0 auto;display:flex;align-items:center;justify-content:center;background:#e9f5ff;color:#0b6fc2;font-size:24px;font-weight:700}.dtd-shared-login-intro{text-align:center;color:#52616f;margin:0 0 20px}.dtd-shared-login-form label{display:block;font-weight:600;margin:14px 0 6px}.dtd-shared-login-form input[type=text],.dtd-shared-login-form input[type=password]{width:100%;min-height:46px;border:1px solid #cbd7e2;border-radius:8px;padding:10px 12px;box-sizing:border-box;font-size:16px}.dtd-shared-password-row{display:flex;gap:8px}.dtd-shared-password-row input{flex:1}.dtd-shared-password-toggle{min-width:64px;border:1px solid #cbd7e2;background:#f7f9fb;border-radius:8px;padding:0 10px}.dtd-shared-remember{font-weight:400!important;display:flex!important;align-items:center;gap:8px}.dtd-shared-login-submit{width:100%;margin-top:14px;min-height:46px;border:0;border-radius:8px;background:#0b6fc2;color:#fff;font-weight:700;font-size:16px;cursor:pointer}.dtd-shared-login-links{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:16px}.dtd-shared-login-message{padding:12px 14px;border-radius:8px;margin:12px 0}.dtd-shared-login-error{background:#fff1f1;color:#9f1c1c;border:1px solid #f1c7c7}.dtd-shared-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}