/* Home check-ins only; no status-card or chat overrides. */
/* Cute postcard treatment, scoped below the legacy rules. */
.quick-checkin-card{padding:15px;border-radius:26px;background:radial-gradient(ellipse at 100% 0,rgba(150,174,226,.48),transparent 65%),radial-gradient(ellipse at 0 100%,rgba(211,153,190,.35),transparent 62%),linear-gradient(135deg,rgba(255,243,236,.65),rgba(225,221,240,.5));border:1px solid rgba(255,255,255,.85);color:#48364d;box-shadow:0 12px 28px rgba(83,65,112,.12),inset 0 1px 1px #fff,inset 0 -1px 1px rgba(255,255,255,.7);-webkit-backdrop-filter:blur(6px) saturate(1.25);backdrop-filter:blur(6px) saturate(1.25)}
.quick-checkin-card .eyebrow{color:#91618d;font-size:11px;letter-spacing:.08em;line-height:1.8}
.quick-checkin-head h3{font-size:19px;color:#48364d}
.quick-checkin-head>span{width:48px;height:48px;border-radius:18px;background:rgba(255,255,255,.45);border:1px solid rgba(255,255,255,.9);box-shadow:0 7px 16px rgba(130,82,128,.1),inset 0 1px 1px #fff;transform:rotate(8deg)}
.quick-checkin-hint{font-size:13px;line-height:1.8;color:#746477;margin:5px 0 12px}
.quick-checkin-buttons{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow:visible;padding:0}
.quick-checkin-buttons button{--tile:#f5eafa;position:relative;isolation:isolate;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;min-height:56px;padding:8px 12px;border:1px solid rgba(255,255,255,.88);border-right-color:rgba(255,255,255,.4);border-bottom-color:rgba(128,115,166,.28);border-radius:999px;background:linear-gradient(170deg,rgba(255,255,255,.34),rgba(255,255,255,.03) 48%,rgba(255,255,255,.12));color:#3f334f;box-shadow:0 7px 12px -6px rgba(57,38,93,.3),inset 0 1px 1px #fff,inset 1px 0 2px rgba(255,255,255,.8),inset 0 -2px 2px rgba(255,255,255,.75);-webkit-backdrop-filter:blur(3px) saturate(1.3);backdrop-filter:blur(3px) saturate(1.3);touch-action:manipulation}
.quick-checkin-buttons button::before{content:'';position:absolute;inset:2px;border-radius:inherit;pointer-events:none;background:radial-gradient(ellipse at 75% 0,rgba(255,255,255,.85),transparent 42%),linear-gradient(115deg,rgba(255,255,255,.15),transparent 35%,transparent 65%,rgba(255,255,255,.2));box-shadow:inset 0 -1px 1px rgba(255,255,255,.65);z-index:-1}
.quick-checkin-buttons button span,.quick-checkin-buttons button small{position:relative}
.quick-checkin-card .eyebrow{display:none}
.quick-checkin-head>span{width:32px;height:32px;font-size:18px;border-radius:12px}
.quick-checkin-buttons button:nth-child(1){--tile:#e6f4eb}
.quick-checkin-buttons button:nth-child(2){--tile:#fff0df}
.quick-checkin-buttons button:nth-child(3){--tile:#ffe5f0}
.quick-checkin-buttons button:nth-child(4){--tile:#e5f3fa}
.quick-checkin-buttons button:nth-child(5){--tile:#ece7ff}
.quick-checkin-buttons button:nth-child(6){--tile:#f1e9fa}
.quick-checkin-buttons button span{font-size:24px;line-height:1.25;flex:none}
.quick-checkin-buttons button small{font-family:inherit;font-size:14px;font-weight:600;line-height:1.65;white-space:normal;overflow:visible;text-overflow:clip;margin:0;overflow-wrap:anywhere;text-align:left;min-width:0}
.quick-checkin-buttons button:focus-visible{outline:3px solid #a16ac1;outline-offset:3px}
.quick-checkin-buttons button:disabled{opacity:.65;cursor:wait;transform:none}
.quick-checkin-buttons button.sending{opacity:1;border-color:#ad89c4;background:rgba(174,141,215,.16)}
.quick-checkin-buttons button.sent{border-color:#72aa90;background:rgba(180,233,206,.2)}
.quick-checkin-feedback{min-height:1.8em;margin:12px 0 0;font-size:13px;line-height:1.8;color:#72547d;text-align:center;overflow-wrap:anywhere}
.quick-checkin-feedback:empty{display:none}
.my-checkin{margin-top:12px;padding:10px 2px 0;border-top:1px dashed #d9c8dd;color:#746477;font-size:13px;line-height:1.9;overflow-wrap:anywhere}
.latest-checkin{padding:14px;margin-top:14px;background:linear-gradient(135deg,rgba(255,255,255,.7),rgba(255,255,255,.3));border-color:rgba(255,255,255,.9);box-shadow:inset 0 1px 0 #fff,0 5px 16px rgba(94,57,91,.05);align-items:flex-start}
.latest-checkin>span{display:grid;place-items:center;flex:none;width:42px;height:42px;background:#faeaf4;border-radius:14px}
.latest-checkin small,.latest-checkin time{font-size:12px;line-height:1.8;color:#746477}
.latest-checkin strong{font-size:16px;line-height:1.8;color:#48364d}
@media(max-width:600px){.quick-checkin-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:360px){.quick-checkin-card{padding:12px}.quick-checkin-buttons{gap:7px}.quick-checkin-buttons button{padding:7px;gap:6px}}
@media(hover:hover){.quick-checkin-buttons button:hover{background-color:rgba(255,255,255,.15);box-shadow:0 9px 16px -6px rgba(57,38,93,.28),inset 0 1px 2px #fff,inset 0 -2px 3px rgba(255,255,255,.8)}}
@media(hover:none){.quick-checkin-buttons button:hover{transform:none}}
@media(prefers-reduced-motion:reduce){.quick-checkin-buttons button{transition:none}}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){.quick-checkin-card{background:linear-gradient(135deg,#fff5fa,#eeeafa)}.quick-checkin-buttons button{background:#f6f1fa}}
@media(prefers-reduced-transparency:reduce){.quick-checkin-card{background:#faf3fc;-webkit-backdrop-filter:none;backdrop-filter:none}.quick-checkin-buttons button{background:#f6f1fa;-webkit-backdrop-filter:none;backdrop-filter:none}.quick-checkin-buttons button::before{display:none}.latest-checkin{background:#fffafc}}

/* Little notes: compact pastel tiles with sticker-like emoji medallions. */
.quick-checkin-card{background:linear-gradient(145deg,#fff8fbd9,#f4efffd9);border:1px solid #fff;border-radius:25px;padding:17px;box-shadow:0 8px 26px #73538012,inset 0 1px 0 white}
.quick-checkin-card .eyebrow{display:block;color:#a16d99;font-size:9px;letter-spacing:.15em}
.quick-checkin-head h3{margin:2px 0;font-size:19px;color:#634874}
.quick-checkin-head>span{border-radius:50%;background:#ffe7f1;transform:rotate(9deg)}
.quick-checkin-hint{font-size:12px;margin:6px 0 14px;color:#7a697e}
.quick-checkin-buttons{gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}
.quick-checkin-buttons button{min-height:88px;padding:10px 6px;gap:5px;flex-direction:column;justify-content:center;border-radius:19px;border:1px solid #fff;background:var(--tile);box-shadow:0 3px 0 #8c719414,inset 0 1px 0 #fff;backdrop-filter:none;-webkit-backdrop-filter:none;transition:transform .18s ease,box-shadow .18s ease;background-clip:padding-box}
.quick-checkin-buttons button::before{inset:3px;border:1px solid #ffffff80;background:none;box-shadow:none;border-radius:16px}
.quick-checkin-buttons button span{display:grid;place-items:center;width:37px;height:37px;border-radius:13px;background:#ffffffa8;font-size:25px;filter:drop-shadow(0 2px 1px #7353800d);transition:transform .18s ease}
.quick-checkin-buttons button small{font-size:12px;font-weight:700;text-align:center;line-height:1.5;color:#604769}
.quick-checkin-buttons button:active:not(:disabled){transform:translateY(2px) scale(.97);box-shadow:inset 0 1px 3px #73538010}
.quick-checkin-buttons button.sent{background:#e3f5e9;border-color:#94c9a6}
.quick-checkin-buttons button.sent span{animation:checkinHappy .45s ease both}
.quick-checkin-buttons button.sending{background:var(--tile);border-style:dashed;border-color:#ab87bd}
.latest-checkin{border-radius:19px;background:#ffffffb8;padding:12px;gap:10px}
.latest-checkin>span{background:#f7eafa;border-radius:50%;transform:rotate(-6deg)}
.my-checkin{font-size:12px;margin-top:13px}
@keyframes checkinHappy{0%,100%{transform:rotate(0) scale(1)}35%{transform:rotate(-12deg) scale(1.12)}70%{transform:rotate(9deg) scale(1.06)}}
@media(hover:hover){.quick-checkin-buttons button:hover:not(:disabled){background:var(--tile);transform:translateY(-2px);box-shadow:0 5px 10px #73538016}.quick-checkin-buttons button:hover:not(:disabled) span{transform:rotate(-7deg)}}
@media(max-width:360px){.quick-checkin-card{padding:12px}.quick-checkin-buttons{gap:7px}.quick-checkin-buttons button{padding:9px 4px}.quick-checkin-buttons button small{font-size:11px}}
@media(prefers-reduced-motion:reduce){.quick-checkin-buttons button,.quick-checkin-buttons button span{transition:none;animation:none!important;transform:none!important}}

/* Little Love Notes */
.love-note-stage{box-sizing:border-box;height:292px;position:relative;isolation:isolate;display:flex;justify-content:center;align-items:flex-end;padding:0 16px 28px;margin:8px 0 16px;border-radius:24px;overflow:hidden;background:transparent}
.love-note-friends{display:none}
.love-envelope{isolation:isolate;position:relative;width:min(245px,90%);height:148px;background:linear-gradient(150deg,#bbd4ff65,#8698ef35);border:1px solid #e2eaff65;border-radius:22px 22px 30px 30px;box-shadow:0 18px 26px #080d483b,inset 0 1px 2px #fff6}
.love-envelope::before{content:'';position:absolute;z-index:-1;left:0;right:0;top:-95px;height:126px;clip-path:polygon(50% 0,100% 77%,100% 100%,0 100%,0 77%);background:linear-gradient(150deg,#c6d7ff85,#91a1ed30);border-radius:12px}
.love-paper{position:absolute;left:37px;right:37px;top:-76px;padding:19px 12px;text-align:left;background:linear-gradient(145deg,#ed369f,#d72186);border:1px solid #ffb3d780;border-radius:24px 24px 15px 15px;color:#fff7fb;box-shadow:inset 0 1px 2px #ffd5ea70,0 0 28px #ff32a538;transition:transform .4s ease}
.love-paper small{display:block;font-size:11px;color:#fff0f8;margin-bottom:9px;line-height:1.5}
.love-paper strong{display:block;font-size:15px;line-height:1.7;overflow-wrap:anywhere}
.love-fold{position:absolute;z-index:2;inset:0;background:radial-gradient(ellipse at 50% 0,#f693d785,transparent 75%),linear-gradient(120deg,#c6d9ff9e,#aebef17a);-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);clip-path:polygon(0 0,46% 48%,50% 50%,54% 48%,100% 0,100% 100%,0 100%);border:1px solid #eaf1ff60;box-shadow:inset 0 -2px 5px #eff7ff40;border-radius:20px 20px 30px 30px}
.love-seal{position:absolute;left:calc(50% - 20px);top:68px;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;background:#f8edf9;color:#8660ae;font-size:25px}
.love-seal{display:none}
.love-paper{z-index:1;box-sizing:border-box;height:206px;min-height:0;max-width:100%;overflow:hidden;transform:none;clip-path:inset(0 round 24px 24px 15px 15px)}
.love-envelope.sealed .love-paper{top:-76px;transform:none;animation:loveNoteSent .65s ease both}
@keyframes loveNoteSent{0%,100%{transform:translateY(0)}45%{transform:translateY(8px)}}
.love-envelope.sealed .love-seal{animation:checkinHappy .6s ease both}
.quick-checkin-card .quick-checkin-buttons{grid-template-columns:repeat(6,minmax(0,1fr));gap:4px}
.quick-checkin-card .quick-checkin-buttons button{min-height:65px;padding:5px 1px;border-radius:14px;background:transparent;box-shadow:none;border:1px solid transparent}
.quick-checkin-card .quick-checkin-buttons button::before{display:none}
.quick-checkin-card .quick-checkin-buttons button[aria-pressed=true]{background:#eee1f6;border-color:#ab87bd}
.quick-checkin-card .quick-checkin-buttons button small{font-size:10px;line-height:1.5}
.quick-checkin-card .quick-checkin-buttons button span{background:transparent;width:32px;height:32px;font-size:24px}
#sendLoveNote{width:100%;min-height:46px;margin-top:14px;border:0;border-radius:16px;background:#8660ae;color:white;font-family:inherit;font-size:14px;font-weight:600;line-height:1.5;cursor:pointer}
#sendLoveNote:disabled{opacity:.55;cursor:default}
#sendLoveNote:focus-visible{outline:3px solid #a16ac1;outline-offset:3px}
@media(prefers-reduced-motion:reduce){.love-paper{transition:none}.love-envelope.sealed .love-paper,.love-envelope.sealed .love-seal{animation:none}}
/* Keep the paper's bottom inside the pocket, including the 8px sent bounce. */
.love-envelope{flex:none;clip-path:inset(-100px -24px 0 round 0 0 30px 30px)}
@media(max-width:360px){.love-paper{left:24px;right:24px;padding:16px 10px}.love-paper strong{font-size:14px}}
