.checkInPage{max-width:900px}.checkInHero{background:linear-gradient(135deg,var(--midnight),#173d5d);color:#fff;border-radius:30px;justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:18px;padding:30px;display:flex;box-shadow:0 22px 60px #102a4320}.checkInHero .eyebrow{color:#8eddb9}.checkInHero h1{margin:10px 0 14px;font-size:clamp(36px,6vw,58px);line-height:1}.checkInHero p{color:#d8e3eb;max-width:610px;margin:0;line-height:1.6}.checkInBack{color:#fff;white-space:nowrap;background:#ffffff12;border-color:#ffffff2e}.checkInPanel{background:#fff;border:1px solid #e4e9e6;border-radius:28px;padding:28px;box-shadow:0 18px 50px #102a4310}.checkInProgress{background:#e8eeeb;border-radius:999px;height:8px;margin-bottom:24px;overflow:hidden}.checkInProgress span{background:var(--emerald);border-radius:inherit;height:100%;transition:width .25s;display:block}.checkInSectionHeading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.checkInSectionHeading h2{margin:8px 0 0;font-size:28px}.checkInSectionHeading small{color:#6b7882;font-weight:800}.checkInGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0;display:grid}.checkInMetric{background:#fbfcfb;border:1px solid #e3e8e5;border-radius:20px;gap:10px;padding:18px;display:grid}.checkInMetric>span:nth-child(2){color:#61717d;font-size:13px;font-weight:800}.metricIcon{color:#168356;background:#e7f7ef;border-radius:12px;place-items:center;width:36px;height:36px;font-size:20px;display:grid}.checkInMetric div{align-items:baseline;gap:6px;display:flex}.checkInMetric input{width:100%;font:inherit;color:var(--midnight);background:0 0;border:0;outline:none;min-width:0;font-size:28px;font-weight:800}.checkInMetric small{color:#73808a}.moodBlock{background:var(--sand);border-radius:20px;margin:10px 0 16px;padding:20px}.moodBlock>span{margin-bottom:14px;font-weight:800;display:block}.moodPicker{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.moodPicker button{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:16px;padding:12px 8px;font-size:26px}.moodPicker button small{color:#76838c;margin-top:4px;font-size:11px;display:block}.moodPicker button.active{border-color:var(--emerald);background:#f1fbf6;box-shadow:0 0 0 3px #21b57318}.habitToggleGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.habitToggle{text-align:left;cursor:pointer;color:var(--midnight);background:#fff;border:1px solid #dfe6e2;border-radius:18px;align-items:center;gap:13px;padding:17px;display:flex}.habitToggle>span{background:#edf1ef;border-radius:50%;place-items:center;width:38px;height:38px;font-size:20px;font-weight:800;display:grid}.habitToggle div{gap:3px;display:grid}.habitToggle small{color:#73808a}.habitToggle.active{background:#f1fbf6;border-color:#8eddb9}.habitToggle.active>span{background:var(--emerald);color:#fff}.checkInNotes{grid-template-rows:auto minmax(128px,auto);margin-top:22px}.checkInNotes textarea{resize:vertical;min-height:128px;padding:15px 16px;line-height:1.5}.checkInSuccess{color:#16764f;background:#e9f8f1}.checkInSubmit{justify-content:center;width:100%;margin-top:4px;font-size:16px}@media (max-width:700px){.checkInHero{flex-direction:column;padding:24px}.checkInBack{width:100%}.checkInPanel{padding:20px}.checkInGrid,.habitToggleGrid{grid-template-columns:1fr}.moodPicker{gap:6px}.moodPicker button{padding:10px 4px;font-size:23px}.checkInNotes textarea{min-height:144px}}
.dateNavigator{border:1px solid var(--line,#e5e9e6);background:var(--surface,#fff);border-radius:24px;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:14px;margin:0 0 14px;padding:16px;display:grid}.dateNavigator>div{text-align:center;min-width:0}.dateNavigator small{color:var(--primary,#176b4d);letter-spacing:.14em;margin-bottom:4px;font-size:.68rem;font-weight:900;display:block}.dateNavigator strong{color:var(--ink,#16221b);text-overflow:ellipsis;text-transform:capitalize;white-space:nowrap;font-size:clamp(1rem,3vw,1.25rem);display:block;overflow:hidden}.dateArrow{background:var(--primary-soft,#e7f0eb);width:48px;height:48px;color:var(--primary,#176b4d);border-radius:50%;place-items:center;font-size:2rem;line-height:1;text-decoration:none;display:grid}.dateArrow.disabled{cursor:default;opacity:.35}.dateHistory{scrollbar-width:thin;gap:8px;margin:0 0 18px;padding:2px 0 8px;display:flex;overflow-x:auto}.historyDay{border:1px solid var(--line,#e5e9e6);background:var(--surface,#fff);min-height:76px;color:var(--ink,#16221b);border-radius:18px;flex:0 0 58px;place-items:center;padding:8px 6px;text-decoration:none;display:grid}.historyDay small{color:var(--muted,#6d7a72);text-transform:uppercase;font-size:.68rem;font-weight:800}.historyDay strong{font-size:1.05rem}.historyDay span{color:var(--muted,#6d7a72);font-size:.76rem;font-weight:900}.historyDay.complete span{color:var(--primary,#176b4d)}.historyDay.active{border-color:var(--primary,#176b4d);background:var(--primary,#176b4d);color:#fff}.historyDay.active small,.historyDay.active span{color:#fff}.selectedDateNotice{background:var(--primary-soft,#e7f0eb);color:var(--primary,#176b4d);border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;padding:12px 14px;font-size:.82rem;display:flex}.selectedDateNotice strong{font-variant-numeric:tabular-nums}@media (min-width:760px){.dateHistory{justify-content:center}.historyDay{flex-basis:64px}}
