:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#12312f;background:#f5fbf9}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;max-width:100%;overflow-x:hidden}a{color:inherit}main{min-height:100vh;max-width:100vw;overflow-x:hidden;background:radial-gradient(circle at 20% 0,#dff7ef 0,#f8fffc 32%,#eef8f5);padding:22px 14px 38px}.hero{width:100%;max-width:980px;margin:0 auto 18px;padding:18px 18px 24px;text-align:left}.hero.compact{max-width:900px}.nav{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:28px}.nav>div{display:flex;gap:14px;flex-wrap:wrap}.nav a{text-decoration:none;color:#285551;font-weight:750}.brand{display:flex;align-items:center;gap:8px;color:#0f766e;font-weight:900}.mark{width:32px;height:32px;border-radius:12px;background:#d8f3ee;display:grid;place-items:center;flex:0 0 auto}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;color:#0f766e;margin:0 0 8px}h1{font-size:clamp(30px,7vw,62px);line-height:1;margin:12px 0;color:#0d2d2a;letter-spacing:-.055em;max-width:850px;overflow-wrap:break-word}h2,h3{color:#12312f;margin:0 0 10px}p{color:#506866;line-height:1.55}.hero p{max-width:680px;font-size:18px}.stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.stats div{background:#fff;border:1px solid #d7ebe6;border-radius:18px;padding:13px 16px;box-shadow:0 12px 30px #0f766e14}.stats b{display:block;font-size:28px;color:#0f766e}.stats span{font-size:13px;color:#637b78}.phone{width:100%;max-width:1100px;margin:auto;display:grid;grid-template-columns:1.2fr .9fr;gap:16px}.today-card,.calendar-card,.week-card,.meds-card,.content-grid article,.sheet{background:#ffffffeb;border:1px solid #d7ebe6;border-radius:26px;padding:18px;box-shadow:0 18px 55px #0f766e12}.today-card{grid-row:span 3}.row{display:flex;align-items:center;gap:10px}.between{justify-content:space-between}.muted{color:#7c9692}.bubbles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.bubble{border:1px solid #d4e7e3;background:#f8fffc;border-radius:20px;padding:14px 10px;min-height:112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#285551}.bubble span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#e5f6f1;color:#0f766e}.bubble.on{background:#0f766e;color:#fff;border-color:#0f766e}.bubble.on span{background:#fff;color:#0f766e}.bubble small{font-size:12px;color:inherit;opacity:.72}.tummy-row{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.chip{border:1px solid #d4e7e3;background:#fff;border-radius:999px;padding:10px 13px;font-weight:750;color:#2f5753}.chip.active{background:#feecc8;border-color:#f4c96a;color:#5b3b08}label{display:block;font-weight:800;color:#285551;margin:12px 0}textarea,input,select{width:100%;margin-top:7px;border:1px solid #cfe3df;border-radius:16px;background:#fbfffd;padding:12px;font:inherit;color:#12312f}textarea{min-height:84px;resize:vertical}button,.cta{cursor:pointer;font:inherit}.danger,.print,.cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:#0f766e;color:#fff;text-decoration:none;font-weight:900;padding:11px 15px}.danger{background:#fff3f0;color:#b33a2e}.calendar-card button{border:0;background:#eef9f5;border-radius:12px;padding:8px 12px;font-weight:900;color:#0f766e}.dow,.grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.dow span{text-align:center;color:#78918d;font-size:12px;font-weight:800}.day{border:1px solid transparent;background:#f7fffc;border-radius:13px;min-height:52px;color:#315c58}.day.sel{border-color:#0f766e;background:#e5f7f2}.day.dim{opacity:.45}.day i{display:block;min-height:14px;color:#0f766e;font-size:9px;letter-spacing:1px}.week{display:grid;grid-template-columns:42px 1fr 1fr 1fr;gap:8px;align-items:center;padding:8px 0;border-top:1px solid #e6f1ee}.week b{font-size:12px;color:#8aa09d}.week .ok{color:#0f766e}.meds-card button{width:100%;display:flex;align-items:center;gap:8px;border:1px solid #d4e7e3;background:#fbfffd;color:#285551;border-radius:14px;padding:10px;margin:8px 0;font-weight:800}.med-row{display:grid;grid-template-columns:1fr 44px;gap:8px}.actions{flex-wrap:wrap}.bristol article b{display:inline-block;color:#0f766e;margin-bottom:8px}.content-grid{width:100%;max-width:1100px;margin:18px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.content-grid article{box-shadow:none}.content-grid ul,.content-grid ol{padding-left:20px;color:#506866;line-height:1.65}.sheet{width:100%;max-width:1100px;margin:0 auto 18px;overflow:auto}.sheet-head{display:flex;gap:12px;align-items:center;margin-bottom:14px}.sheet table{width:100%;border-collapse:collapse;min-width:850px}.sheet th,.sheet td{border:1px solid #d7ebe6;padding:12px;text-align:left;vertical-align:top}.sheet th{background:#eaf8f4;color:#285551}.sheet td{height:52px;color:#506866}@media (max-width:820px){main{padding:14px 10px 28px}.nav{align-items:flex-start;flex-direction:column;margin-bottom:18px}.nav>div{gap:10px}.nav a{font-size:15px}.hero{padding:12px 8px}.hero h1{font-size:30px;letter-spacing:-.03em;line-height:1.06;max-width:340px}.hero p{font-size:16px;max-width:340px}.stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:340px}.stats div{padding:11px}.phone,.content-grid,.bubbles{grid-template-columns:1fr}.today-card{grid-row:auto}.day{min-height:46px}.content-grid{gap:12px}}@media (max-width:380px){.hero h1{font-size:28px;max-width:310px}.hero p,.stats{max-width:310px}.nav>div{gap:8px}.nav a{font-size:14px}}@media print{main{background:#fff;padding:0}.nav,.hero p,.print,.content-grid{display:none}.hero{padding:0}.sheet{box-shadow:none;border:0;border-radius:0}.sheet table{min-width:0;font-size:12px}.sheet th,.sheet td{padding:7px}}.account-strip{margin-top:18px;padding:14px;border:1px solid #cfe9e3;border-radius:24px;background:#ffffffb8;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 10px 30px #0f766e14}.account-strip>div{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;flex-wrap:wrap}.account-strip b{display:block;color:#12312f}.account-strip span{display:flex;align-items:center;gap:6px;color:#476663;font-size:14px}.account-strip .cl-userButtonBox{display:flex}.cta{border:0;border-radius:999px;background:#0f766e;color:#fff;font-weight:900;padding:12px 16px;text-decoration:none;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.print{display:inline-flex;align-items:center;gap:7px}@media (max-width:720px){.account-strip,.account-strip>div{align-items:stretch}.account-strip .row{width:100%;justify-content:space-between}.account-strip button{flex:1}}.week .warn{color:#9a6a00}.bubble.on:nth-child(2){background:#fff8df;border-color:#efd27b}.bubble.on:nth-child(2) span{background:#f4b942;color:#4a3200}footer{max-width:980px;margin:20px auto 0;padding:22px 18px;color:#476663;font-size:14px}footer a{font-weight:800;color:#0f766e}.content-grid article p a{font-weight:800;color:#0f766e}
