*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh;-webkit-text-size-adjust:100%;line-height:1.5}.loading-screen{align-items:center;display:flex;flex-direction:column;gap:32px;justify-content:center;min-height:60vh}.spinner{animation:spin .8s linear infinite;border:5px solid #e2e8f0;border-radius:50%;border-top-color:#1e293b;height:48px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.checklist-header{font-size:1.6rem;font-weight:700;margin-bottom:8px}.checklist-date{color:#475569;font-size:1.8rem;font-weight:700;margin-bottom:24px;text-transform:capitalize}.time-section{border:2px solid;margin-bottom:12px;padding:16px 8px}.time-section--morning{background:#fffbef;border-color:#fde68a;box-shadow:0 4px 6px -1px #fbbf241a,0 2px 4px -1px #fbbf240f}.time-section--evening{background:#a9ccf9;border-color:#93c5fd;box-shadow:0 4px 6px -1px #3b82f626,0 2px 4px -1px #3b82f61a}.time-title{align-items:center;display:flex;font-size:1.8rem;font-weight:800;gap:12px;justify-content:center;letter-spacing:-.025em;margin:0 0 20px}.time-section--morning .time-title{color:#92400e}.time-section--evening .time-title{color:#1e3a8a}.medicine-list{display:flex;flex-direction:column;gap:12px}.medicine-card{align-items:center;background:#fff;border:2px solid #fbbf24;border-radius:20px;box-shadow:0 0 10px 2px #fbbf2466,0 4px 6px -1px #0000000d;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;justify-content:space-between;min-height:90px;overflow:hidden;padding:12px 10px;position:relative;transition:transform .1s ease,box-shadow .1s ease;-moz-user-select:none;user-select:none;-webkit-user-select:none}.medicine-card:active{transform:scale(.98)}.medicine-card .card-text{color:#1e293b;flex:1;padding-right:4px;position:relative;z-index:1}.medicine-card .progress-bar{background:#22c55e26;border-radius:0;bottom:0;left:0;position:absolute;top:0;transition:width .1s linear;width:0}.medicine-card.holding{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f633}.medicine-card.done .progress-bar{display:none}.medicine-card.saving{border-color:#fbbf24;box-shadow:0 0 0 4px #fbbf2433;opacity:.7}.medicine-card.saving .progress-bar{background:#fbbf2433;width:100%!important}.medicine-card.done{background:#f1f5f9;border-color:#e2e8f0;box-shadow:none;cursor:default;transform:none}.medicine-card.done .card-text{color:#94a3b8;text-decoration:line-through}.green-checkmark{color:#10b981;filter:drop-shadow(0 2px 4px rgba(16,185,129,.2));font-size:2.8rem;font-weight:900}.pending-indicator{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:2.8rem}.nav-bottom{margin-top:48px;padding-bottom:32px;text-align:center}.nav-btn{align-items:center;background:#fff;border:3px solid #cbd5e1;border-radius:24px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;color:#1e293b;cursor:pointer;display:inline-flex;font-size:1.6rem;font-weight:800;gap:16px;justify-content:center;padding:24px 48px;transition:all .2s ease;width:100%}.nav-btn:active{background:#f8fafc;box-shadow:0 5px 10px -3px #0000001a;transform:translateY(2px)}.nav-icon{font-size:1.5rem;line-height:1}.history-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.history-title{font-size:1.6rem;font-weight:700}.back-btn{background:none;border:2px solid #ccc;border-radius:10px;color:#555;cursor:pointer;font-size:1rem;font-weight:500;padding:10px 20px}.back-btn:active{background:#f0f0f0}.history-list{display:flex;flex-direction:column;gap:16px}.history-day{background:#fff;border:2px solid #e2e8f0;border-radius:18px;box-shadow:0 2px 4px #00000005;padding:16px 12px}.history-date{color:#64748b;font-size:1.1rem;font-weight:700;margin-bottom:10px;text-transform:capitalize}.history-entry{align-items:center;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:8px 0}.history-entry:first-of-type{border-top:none}.history-medicine{color:#1e293b;font-size:1.2rem;font-weight:700}.history-time{align-items:center;color:#475569;display:flex;font-size:1rem;font-weight:600;gap:6px}.history-time:before{content:"⏰"}.history-empty{color:#888}.history-empty,.history-error{font-size:1.1rem;margin-top:40px;text-align:center}.history-error{background:#fef2f2;border:2px solid #fca5a5;border-radius:12px;color:#dc2626;font-weight:600;padding:16px}.loading{color:#888;font-size:1.1rem;padding:40px 0;text-align:center}.thumbs-popup{align-items:center;animation:fadeIn .3s ease-out;background:linear-gradient(135deg,#f97316,#a855f7);display:flex;justify-content:center;inset:0;position:fixed;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.thumbs-emoji{animation:popIn .4s cubic-bezier(.68,-.55,.265,1.55);filter:drop-shadow(0 10px 20px rgba(0,0,0,.2));font-size:10rem}@keyframes popIn{0%{transform:scale(0)}to{transform:scale(1)}}.green-checkmark{color:#22c55e;font-size:2.5rem}.green-checkmark,.pending-indicator{display:inline-block;margin-left:12px}.pending-indicator{color:#4b5563;font-size:2.6rem;font-weight:700}
