:root{font-family:Avenir Next,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.4;font-weight:400;color:#2e2a27;--accent: #e57a65;--accent-strong: #d45f49;--bg-start: #fff6e8;--bg-end: #fffdf8;--card: rgba(255, 255, 255, .88);--border: #eadfd3;--muted: #8a7e73;--success: #5e7f52}*{box-sizing:border-box}button,input,textarea{font:inherit}html,body,#root{margin:0;min-height:100%}body{background:radial-gradient(circle at 12% 10%,rgba(232,177,154,.28),transparent 22%),radial-gradient(circle at 88% 92%,rgba(232,177,154,.2),transparent 18%),linear-gradient(160deg,var(--bg-start),var(--bg-end));margin:0}.app-shell{width:100%;min-height:100dvh;border:none;border-radius:0;background:#fffdfad9;box-shadow:none;overflow:visible;position:relative}.top-bar{display:flex;flex-direction:column;gap:6px;padding:18px 16px 14px}.brand-row,.title-row{display:flex;align-items:center;justify-content:space-between}.title-action-spacer{width:36px;height:36px}.top-bar h1{margin:2px 0 0;font-size:1.62rem;color:#2f2b28}.brand{margin:0;color:var(--accent);font-weight:600;letter-spacing:.05em}.icon-button{width:36px;height:36px;border:none;border-radius:50%;font-size:1.6rem;background:#e57a6533;color:var(--accent-strong)}.manage-button{border:1px solid var(--border);border-radius:999px;background:#fff;color:#6f6258;padding:7px 12px;font-size:.85rem;font-weight:600}.user-pill{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:999px;padding:4px 10px;background:#fff;color:#6a5e54;font-size:.82rem}.account-menu-wrap{position:relative}.account-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:120px;border:1px solid var(--border);border-radius:10px;background:#fffdf9;box-shadow:0 8px 20px #4a3c3229;padding:8px;z-index:65}.account-menu p{margin:0 0 8px;color:var(--muted);font-size:.8rem}.account-menu .manage-button{width:100%;justify-content:center}.auth-view{display:flex;align-items:center;justify-content:center;min-height:calc(100dvh - 80px)}.auth-card{width:min(360px,100%);border:1px solid var(--border);border-radius:16px;background:#ffffffe6;padding:16px}.auth-card h2{margin:0}.auth-card p{margin:6px 0 12px;color:var(--muted)}.wechat-entry-card{text-align:center}.auth-form{display:flex;flex-direction:column;gap:8px}.auth-form input,.auth-form button{border-radius:10px;border:1px solid var(--border);padding:10px}.auth-form button{border:none;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff}.wechat-login-link{display:inline-flex;justify-content:center;border:1px solid #9fd2a6;border-radius:10px;background:#e8f8ea;color:#2f7a3c;padding:10px;text-decoration:none;font-size:.9rem;font-weight:600}.manage-filters{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:2px}.manage-filters button{border:1px solid var(--border);border-radius:999px;background:#fff;color:#6b5f55;padding:6px 12px;white-space:nowrap;font-size:.84rem}.manage-filters button.active{border-color:var(--accent);background:#fff4f0;color:var(--accent-strong)}.content{padding:0 12px calc(88px + env(safe-area-inset-bottom))}.assistant-card{margin:4px 0 12px;border:1px solid var(--border);border-radius:14px;background:linear-gradient(120deg,#fff8eee6,#ffffffe6);padding:12px;display:flex;justify-content:space-between;align-items:center;gap:12px}.assistant-card p{margin:0;font-weight:700}.assistant-card small{color:var(--muted);font-size:.8rem}.assistant-toggle{border:none;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;padding:8px 12px;min-width:56px}.assistant-toggle.off{background:#e9e1d8;color:#695f58}.assistant-fab{position:fixed;right:14px;bottom:calc(72px + env(safe-area-inset-bottom));z-index:45;border:none;border-radius:999px;background:linear-gradient(135deg,#efb37fc7,#e57a65c7);color:#fff;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;box-shadow:0 10px 24px #88544247;font-size:.86rem;font-weight:600}.assistant-fab.active{background:linear-gradient(135deg,#7aa769c7,#5e8a50c7)}.date-strip{--date-gap: 8px;--date-page-size: 5;display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:var(--date-gap);padding-bottom:2px;scrollbar-width:none}.date-strip::-webkit-scrollbar{display:none}.date-strip-wrap{display:grid;grid-template-columns:18px minmax(0,1fr) 18px;align-items:stretch;gap:4px}.date-nav-btn{width:18px;height:100%;min-height:67px;border:1px solid var(--border);border-radius:10px;background:#fff;color:#7c6f64;font-size:1.1rem;line-height:1}.date-chip{border:1px solid var(--border);border-radius:12px;background:var(--card);color:#4b443d;padding:8px 4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;font-size:.8rem;flex:0 0 calc((100% - ((var(--date-page-size) - 1) * var(--date-gap))) / var(--date-page-size));min-width:0;min-height:67px;position:relative}.date-badge{position:absolute;top:1px;right:1px;min-width:20px;height:18px;border-radius:999px;background:#de6f59d1;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-style:normal;font-size:.74rem;font-weight:700;padding:0 4px;line-height:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.date-chip.past{background:#efeae3f2}.date-chip.today{background:#e0eefff2}.date-chip.future{background:#fff1ddf2}.date-chip span{font-size:.9rem;font-weight:600;white-space:nowrap}.date-chip small{font-size:.86rem;font-weight:600}.date-chip.active{border-color:var(--accent);background:#fff7f3;color:var(--accent-strong)}.hint{margin:14px 4px;color:var(--muted);font-size:.92rem}.empty-card{margin-top:14px;padding:16px;border-radius:14px;border:1px dashed var(--border);background:#fffc;text-align:center}.empty-card p{margin:0 0 10px}.empty-card button{border:none;border-radius:999px;background:var(--accent);color:#fff;padding:8px 14px}.list-block{margin-top:14px;display:flex;flex-direction:column;gap:10px}.reminder-slot{display:grid;grid-template-columns:62px 1fr;gap:10px;align-items:flex-start;background:var(--card);border:1px solid var(--border);border-radius:14px;padding:12px}.slot-time{font-weight:700;color:#443f3b;padding-top:4px}.slot-items{display:flex;flex-direction:column;gap:10px}.slot-item{display:grid;grid-template-columns:1fr 30px;align-items:center;gap:10px}.slot-item+.slot-item{padding-top:10px;border-top:1px solid #efe6dc}.medicine{font-weight:600}.dosage{color:var(--muted);margin-top:2px;font-size:.92rem}.check-button{width:28px;height:28px;border-radius:50%;border:1px solid #cbbdaf;background:#fff;color:#fff;font-weight:700}.check-button.checked{border-color:#698f5a;background:#698f5a}.check-button.disabled{opacity:.45;cursor:not-allowed}.status-tag{display:inline-flex;align-items:center;border-radius:999px;font-size:.74rem;padding:2px 8px;width:fit-content;margin-top:4px}.status-tag.active{background:#e4f2df;color:#4f7b40}.status-tag.paused{background:#f6e7c8;color:#8a6824}.status-tag.terminated{background:#f3d8d2;color:#9b4738}.status-inline{display:inline-block;margin-top:2px;font-size:.74rem}.status-inline.paused{color:#8a6824}.summary-card{margin-top:10px;border-radius:16px;background:linear-gradient(135deg,#fff8ef,#fff);border:1px solid var(--border);padding:16px}.summary-card p{margin:0;color:var(--muted)}.summary-card h2{margin:6px 0;font-size:1.7rem}.summary-card span{color:var(--success);font-weight:600}.record-filters{margin-top:12px;border:1px solid var(--border);border-radius:14px;background:#ffffffdb;padding:10px;display:flex;flex-direction:column;gap:8px}.record-filters input{border:1px solid var(--border);border-radius:10px;padding:8px 10px}.date-range-row{display:grid;grid-template-columns:1fr auto 1fr;gap:6px;align-items:center}.date-range-row span{color:var(--muted);font-size:.84rem}.record-filter-actions{display:flex;gap:8px}.record-filter-actions button{border:none;border-radius:10px;background:var(--accent);color:#fff;padding:8px 12px}.record-filter-actions button.plain{background:#ece4db;color:#64574c}.record-groups{margin-top:14px;display:flex;flex-direction:column;gap:12px}.record-day{border:1px solid var(--border);border-radius:14px;background:var(--card);padding:12px}.record-day h3{margin:0 0 10px;font-size:1rem}.record-item{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid #f0e8df}.record-item:last-child{border-bottom:none}.record-item strong{display:block;font-size:.96rem}.record-item p{margin:2px 0 0;color:var(--muted);font-size:.86rem}.record-item em{font-style:normal;font-size:.84rem}.record-item em.done{color:var(--success)}.record-item em.pending{color:#c17766}.bottom-tabs{position:fixed;left:0;right:0;bottom:0;width:100%;display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--border);background:#fffbf6f2;padding-bottom:env(safe-area-inset-bottom);z-index:30}.bottom-tabs.admin{grid-template-columns:repeat(4,1fr)}.bottom-tabs button{border:none;background:transparent;padding:14px;color:#70675f;font-weight:600}.bottom-tabs button.active{color:var(--accent-strong)}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#241f1c52;display:flex;justify-content:center;align-items:flex-end;padding:0 12px 12px;z-index:80}.drawer{width:min(440px,100%);max-height:88vh;overflow-y:auto;border-radius:22px;background:#fffdf9;border:1px solid var(--border);padding:14px}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head h2{margin:4px 0}.ghost-button{border:1px solid var(--border);border-radius:999px;background:#fff;color:#72675d;padding:6px 12px}.reminder-form{margin-top:8px;display:flex;flex-direction:column;gap:10px}.reminder-form label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:#5f5550}.reminder-form input,.reminder-form select,.reminder-form textarea{border:1px solid var(--border);border-radius:10px;padding:9px 10px;font-size:.95rem;color:#2f2a27;background:#fff}.time-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.time-select-row{display:grid;grid-template-columns:1fr auto 1fr;gap:6px;align-items:center}.time-select-row span{color:var(--muted);font-size:.86rem}.submit-button{margin-top:4px;border:none;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#fff;padding:11px;font-size:1rem;font-weight:600}.manage-list{margin-top:10px;display:flex;flex-direction:column;gap:10px}.user-admin-block{margin-top:14px;border:1px solid var(--border);border-radius:14px;background:#ffffffdb;padding:12px}.user-admin-block h3{margin:0 0 10px;font-size:1rem}.user-admin-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.user-admin-head h3{margin:0}.user-add-btn{border:none;border-radius:9px;background:var(--accent);color:#fff;padding:8px 12px;font-size:.82rem}.user-create-form{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:8px}.user-create-form input,.user-create-form select,.user-create-form button{border:1px solid var(--border);border-radius:9px;padding:8px 9px}.user-create-form button{border:none;background:var(--accent);color:#fff}.user-list{margin-top:10px;display:flex;flex-direction:column;gap:8px}.user-card{border:1px solid #efe2d4;border-radius:10px;padding:10px;display:flex;justify-content:space-between;align-items:center;gap:10px}.user-card p{margin:4px 0 0;color:var(--muted);font-size:.85rem}.user-actions{display:flex;gap:6px}.user-edit-btn{border:none;border-radius:8px;background:#ece4db;color:#5b4f45;padding:8px 12px;font-size:.82rem}.user-actions button{border:none;border-radius:8px;background:#ece4db;color:#5b4f45;padding:7px 8px;font-size:.8rem}.user-actions button.danger{background:#f3d5ce;color:#9b4738}.user-editor-drawer{max-width:420px}.delete-user-button{border:none;border-radius:10px;background:#f3d5ce;color:#9b4738;padding:10px}.plan-card{border:1px solid var(--border);border-radius:12px;background:#ffffffe0;padding:11px}.plan-card h3{margin:0;font-size:1rem}.plan-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.plan-top-right{display:flex;align-items:center;gap:8px}.plan-menu-wrap{position:relative}.plan-menu-trigger{border:1px solid var(--border);background:#fff;color:#6c6055;width:30px;height:30px;border-radius:50%;font-size:1.2rem;line-height:1;display:inline-flex;align-items:center;justify-content:center}.plan-menu{position:absolute;right:0;top:34px;min-width:112px;border:1px solid var(--border);border-radius:10px;background:#fffdf9;box-shadow:0 8px 20px #4a3c3229;padding:6px;display:flex;flex-direction:column;gap:4px;z-index:60}.plan-menu button{border:none;border-radius:8px;background:#efe7dd;color:#5c4f44;text-align:left;padding:8px 10px;font-size:.85rem}.plan-menu button:disabled{opacity:.45}.plan-menu button.warn{background:#f5e8c8;color:#856318}.plan-menu button.danger{background:#f3d5ce;color:#9b4738}.plan-card p{margin:4px 0;color:#5f534a;font-size:.88rem}.plan-card small{color:var(--muted)}.toast{position:fixed;left:50%;bottom:96px;transform:translate(-50%);background:#262220e0;color:#fff;padding:9px 14px;border-radius:999px;font-size:.85rem;z-index:90}@media (max-width: 420px){.date-strip-wrap{grid-template-columns:16px minmax(0,1fr) 16px;gap:4px}.date-nav-btn{width:16px;min-height:67px}.time-grid,.date-range-row,.user-create-form{grid-template-columns:1fr}.user-card{flex-direction:column}.user-actions{flex-wrap:wrap}}
