
/* Tirzepatide Patient Support System — shared */
.tps-wrap{width:min(1180px,calc(100% - 32px));margin:auto}.tps-main{padding:34px 0 70px;background:linear-gradient(180deg,#f8fbfb 0,#fff 35%)}
.tps-hero{border:1px solid rgba(15,23,42,.08);background:#fff;border-radius:28px;padding:30px;box-shadow:0 18px 55px rgba(15,23,42,.06);margin-bottom:22px}
.tps-kicker{display:inline-flex;padding:7px 12px;border-radius:999px;background:#edf9f7;font-weight:800;font-size:.82rem}
.tps-hero h1{font-size:clamp(1.7rem,4vw,2.7rem);margin:12px 0 8px;line-height:1.55}.tps-hero p{max-width:850px;line-height:2;color:#5c6975;margin:0}
.tps-breadcrumb{font-size:.82rem;margin-bottom:14px}.tps-breadcrumb a{color:inherit;text-decoration:none}.tps-breadcrumb b{padding:0 6px;opacity:.45}
.tps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tps-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.tps-card{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:22px;padding:20px;box-shadow:0 10px 35px rgba(15,23,42,.045)}
.tps-card h2,.tps-card h3{margin:0 0 8px;line-height:1.65}.tps-card p{line-height:2;color:#596777}.tps-card ul{line-height:2.05;padding-right:20px}
.tps-card a.tps-action,.tps-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 15px;border-radius:13px;background:#0f766e;color:#fff;text-decoration:none;border:0;cursor:pointer;font-weight:800}.tps-action.alt{background:#eef7f6;color:#0f766e}
.tps-field{display:grid;gap:7px;margin-bottom:13px}.tps-field label{font-weight:800;font-size:.9rem}.tps-field input,.tps-field select,.tps-field textarea{width:100%;border:1px solid #dbe4e8;border-radius:13px;padding:11px 12px;background:#fff;font:inherit}.tps-field textarea{min-height:90px;resize:vertical}
.tps-note{border-radius:16px;padding:14px 16px;line-height:2;background:#f8fafc;border:1px solid #e6ecef}.tps-note.warn{background:#fff8e8;border-color:#f4dfaa}.tps-note.danger{background:#fff1f1;border-color:#f1c5c5}.tps-note.ok{background:#effbf5;border-color:#ccebd9}
.tps-result{margin-top:16px}.tps-status{font-weight:900;font-size:1.08rem}.tps-status.green{color:#087443}.tps-status.yellow{color:#9a6700}.tps-status.red{color:#b42318}
.tps-metric{display:flex;justify-content:space-between;align-items:end;gap:8px}.tps-metric b{font-size:1.55rem}.tps-muted{color:#6b7785;font-size:.88rem;line-height:1.9}
.tps-tools{display:flex;flex-wrap:wrap;gap:10px;margin-top:15px}.tps-table{width:100%;border-collapse:collapse}.tps-table th,.tps-table td{padding:10px;border-bottom:1px solid #edf0f2;text-align:right;vertical-align:top}.tps-table th{font-size:.84rem;color:#61707d}
.tps-pill{display:inline-flex;padding:5px 9px;border-radius:999px;background:#f2f6f7;font-size:.78rem;font-weight:800}.tps-section{margin-top:18px}.tps-privacy{font-size:.82rem;color:#687580;line-height:1.9;margin-top:12px}
.tps-print-card{border:2px solid #102b2a;border-radius:22px;padding:20px;background:white}.tps-print-card h2{margin-top:0}
@media(max-width:900px){.tps-grid,.tps-grid.two{grid-template-columns:1fr}}@media(max-width:600px){.tps-wrap{width:min(100% - 20px,1180px)}.tps-hero{padding:20px;border-radius:20px}.tps-card{padding:16px}}
@media print{header,footer,.tps-no-print,.dg-header-host,.dg-nav-host{display:none!important}.tps-main{padding:0;background:#fff}.tps-wrap{width:100%}.tps-print-card{border:1px solid #000;box-shadow:none}}
