
/* RupeeCalc ethical repeat-use layer: privacy-first, no account required */
.rc-habit-card{background:#fff;border:1px solid #dbe7f3;border-radius:16px;box-shadow:0 8px 28px rgba(15,76,129,.08);padding:18px;margin:18px auto;max-width:880px}
.rc-habit-card h2,.rc-habit-card h3{margin:0 0 8px;color:#0f172a;letter-spacing:-.02em}.rc-habit-card p{color:#475569;margin:0 0 12px;font-size:.92rem;line-height:1.7}
.rc-habit-actions{display:flex;flex-wrap:wrap;gap:10px}.rc-habit-actions a,.rc-habit-actions button{border:1px solid #cbd5e1;background:#f8fafc;color:#0f4c81;border-radius:999px;padding:8px 12px;text-decoration:none;font-weight:700;font-size:.82rem;font-family:inherit;cursor:pointer}.rc-habit-actions a:hover,.rc-habit-actions button:hover{background:#e0f2fe;border-color:#7dd3fc}
.rc-mini-note{font-size:.78rem;color:#64748b;margin-top:10px}.rc-local-badge{display:inline-flex;gap:6px;align-items:center;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;border-radius:999px;padding:4px 10px;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.rc-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.rc-dash-tile{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:15px;box-shadow:0 4px 16px rgba(15,76,129,.06)}.rc-dash-tile h3{font-size:1rem;margin:0 0 7px}.rc-dash-tile p{font-size:.86rem;color:#475569}.rc-dash-tile a{font-weight:700;color:#0f4c81;text-decoration:none}
.rc-checklist{display:grid;gap:10px}.rc-checkitem{display:flex;gap:10px;align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:11px}.rc-checkitem input{margin-top:4px}.rc-checkitem label{font-size:.9rem;color:#334155;cursor:pointer}.rc-checkitem small{display:block;color:#64748b;font-size:.76rem;margin-top:2px}.rc-progress{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.rc-progress > span{display:block;height:100%;background:#16a34a;width:0;transition:width .25s}
.rc-toast{position:fixed;left:50%;bottom:18px;transform:translateX(-50%);background:#0f172a;color:#fff;padding:10px 14px;border-radius:999px;font-size:.83rem;box-shadow:0 10px 30px rgba(15,23,42,.22);z-index:9999;display:none}.rc-toast.show{display:block}
.rc-sticky-toolkit{position:fixed;right:14px;bottom:14px;z-index:999;background:#0f4c81;color:#fff;text-decoration:none;border-radius:999px;padding:10px 13px;font-weight:800;font-size:.82rem;box-shadow:0 8px 24px rgba(15,76,129,.28)}.rc-sticky-toolkit:hover{background:#1a6fa8;color:#fff}
@media(max-width:560px){.rc-sticky-toolkit{left:14px;right:auto;bottom:10px}.rc-habit-card{margin:16px 12px}.rc-habit-actions a,.rc-habit-actions button{font-size:.78rem}}
@media print{.rc-sticky-toolkit,.rc-habit-card.rc-auto-widget{display:none!important}}
