:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f5f5f7;--surface:#fff;--text:#3c3c43;--text-h:#1c1c1e;--text-muted:#8e8e93;--border:#e5e5ea;--accent:#007aff;--accent-bg:#007aff1f;--danger:#ff3b30;--danger-bg:#ff3b3014;--warning:#ff9500;--warning-bg:#ff950026;font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Hiragino Kaku Gothic ProN,Yu Gothic,Meiryo,sans-serif;line-height:1.6}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#000;--surface:#1c1c1e;--text:#d1d1d6;--text-h:#f2f2f7;--text-muted:#98989d;--border:#2c2c2e;--accent:#0a84ff;--accent-bg:#0a84ff2e;--danger:#ff453a;--danger-bg:#ff453a24;--warning:#ff9f0a;--warning-bg:#ff9f0a2e}}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:none}h1,h2,h3{color:var(--text-h);margin:0 0 8px}p{margin:0}a{color:inherit}button{font-family:inherit}#root{min-height:100dvh}.app-layout{flex-direction:column;min-height:100dvh;display:flex}.app-header{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;position:sticky;top:0}.app-header__inner{justify-content:space-between;align-items:center;gap:12px;max-width:960px;margin:0 auto;padding:10px 16px;display:flex}.app-header__title{color:var(--text-h);font-size:18px;font-weight:700}.app-header__nav{flex:1;gap:8px;display:none}.app-header__link{color:var(--text);border-radius:8px;padding:8px 16px;font-weight:500;text-decoration:none}.app-header__link--active{background:var(--accent-bg);color:var(--accent)}.app-header__bell{border:1px solid var(--border);background:var(--bg);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.app-header__bell--on{background:var(--accent-bg);border-color:var(--accent)}.app-content{width:100%;max-width:960px;padding:16px;padding-bottom:calc(72px + env(safe-area-inset-bottom));box-sizing:border-box;flex:1;margin:0 auto}.app-tabbar{background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);z-index:10;display:flex;position:fixed;bottom:0;left:0;right:0}.app-tabbar__item{color:var(--text-muted);flex-direction:column;flex:1;align-items:center;gap:2px;padding:8px 0 6px;font-size:12px;text-decoration:none;display:flex}.app-tabbar__icon{font-size:22px;line-height:1}.app-tabbar__item--active{color:var(--accent);font-weight:600}@media (width>=768px){.app-header__inner{padding:12px 24px}.app-header__title{font-size:20px}.app-header__nav{display:flex}.app-content{padding:24px}.app-tabbar{display:none}}.home{flex-direction:column;gap:20px;padding-bottom:96px;display:flex}.next-card{background:linear-gradient(135deg, var(--accent) 0%, #34aadc 100%);color:#fff;border-radius:20px;padding:20px 22px;box-shadow:0 8px 24px #007aff38}.next-card--empty{background:var(--surface);color:var(--text-h);border:1px solid var(--border);text-align:center}.next-card__label{letter-spacing:.02em;opacity:.85;margin:0 0 8px;font-size:13px;font-weight:700}.next-card__row{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.next-card__time{font-size:34px;font-weight:800;line-height:1}.next-card__title{font-size:22px;font-weight:700}.next-card__outing{font-size:22px}.next-card__message{margin:10px 0 0;font-size:16px;font-weight:600}.next-card--empty .next-card__message{margin:0;font-size:17px}.timeline__heading{margin-bottom:12px;font-size:18px}.timeline__empty{text-align:center;color:var(--text-muted);padding:24px 0;font-size:15px}.timeline__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.timeline-item{background:var(--surface);border:1px solid var(--border);border-radius:16px;align-items:flex-start;gap:14px;padding:14px 16px;display:flex}.timeline-item--overdue{border-color:var(--danger);background:var(--danger-bg)}.timeline-item--done{opacity:.55}.timeline-item--done .timeline-item__title{text-decoration:line-through}.timeline-item__check{border:2px solid var(--border);background:var(--surface);color:#fff;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:20px;font-weight:700;display:flex}.timeline-item__check--done{background:var(--accent);border-color:var(--accent)}.timeline-item__body{flex:1;min-width:0}.timeline-item__row{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.timeline-item__time{color:var(--text-h);min-width:52px;font-size:18px;font-weight:700}.timeline-item__title{color:var(--text-h);font-size:17px;font-weight:600}.timeline-item__outing{font-size:16px}.timeline-item__tags{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.tag--carried{background:var(--warning-bg);color:var(--warning)}.timeline-item__warning{color:var(--danger);margin:6px 0 0;font-size:13px;font-weight:700}.timeline-item__shift{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.shift-chip{border:1px solid var(--accent);background:var(--accent-bg);color:var(--accent);cursor:pointer;border-radius:999px;min-height:32px;padding:6px 12px;font-size:13px;font-weight:700}.quick-add{left:0;right:0;bottom:calc(64px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--border);z-index:20;position:fixed}.quick-add__inner{align-items:center;gap:8px;max-width:960px;margin:0 auto;padding:10px 16px;display:flex}.quick-add__input{border:1px solid var(--border);background:var(--bg);min-height:44px;color:var(--text);border-radius:22px;flex:1;padding:0 16px;font-size:16px}.quick-add__mic{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:20px;display:flex}.quick-add__mic--recording{background:var(--danger);animation:1.2s infinite pulse}@keyframes pulse{0%{box-shadow:0 0 #ff3b3080}70%{box-shadow:0 0 0 12px #ff3b3000}to{box-shadow:0 0 #ff3b3000}}.quick-add__recording-label{text-align:center;color:var(--danger);margin:0;padding:0 16px 10px;font-size:13px;font-weight:700}.quick-form-overlay{z-index:30;background:#0006;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.quick-form{background:var(--surface);box-sizing:border-box;border-radius:20px 20px 0 0;flex-direction:column;gap:14px;width:100%;max-width:480px;padding:20px;display:flex}.quick-form__heading{margin:0}.quick-form__field{color:var(--text-muted);flex-direction:column;gap:6px;font-size:14px;display:flex}.quick-form__field input{border:1px solid var(--border);background:var(--bg);min-height:44px;color:var(--text);border-radius:10px;padding:0 12px;font-size:16px}.quick-form__toggles{gap:10px;display:flex}.quick-form__actions{gap:10px;margin-top:4px;display:flex}.quick-form__cancel,.quick-form__submit{cursor:pointer;border:none;border-radius:12px;flex:1;min-height:46px;font-size:16px;font-weight:700}.quick-form__cancel{background:var(--bg);color:var(--text);border:1px solid var(--border)}.quick-form__submit{background:var(--accent);color:#fff}@media (width>=768px){.home{padding-bottom:24px}.quick-add{border:1px solid var(--border);border-radius:16px;position:static}.quick-add__inner{padding:12px 20px}}.reminders{flex-direction:column;gap:20px;padding-bottom:96px;display:flex}.reminders__segment{background:var(--surface);border:1px solid var(--border);border-radius:14px;gap:6px;padding:4px;display:flex}.segment-btn{min-height:44px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;font-size:14px;font-weight:700}.segment-btn--active{background:var(--accent-bg);color:var(--accent)}.reminders__group{flex-direction:column;gap:10px;display:flex}.reminders__group-heading{color:var(--text-muted);margin:0;font-size:15px;font-weight:700}.reminders__empty{text-align:center;color:var(--text-muted);padding:40px 16px;font-size:15px}.reminders__list{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.reminder-row{text-align:left;background:var(--surface);border:1px solid var(--border);cursor:pointer;box-sizing:border-box;border-radius:16px;width:100%;padding:14px 16px;font-family:inherit;display:block}.reminder-row--done{opacity:.6;cursor:default}.reminder-row__row{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.reminder-row__time{color:var(--text-h);min-width:52px;font-size:17px;font-weight:700}.reminder-row__title{color:var(--text-h);font-size:17px;font-weight:600}.reminder-row__outing{font-size:16px}.reminder-row__memo{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin:6px 0 0;font-size:13px;overflow:hidden}.reminder-row__completed-at{color:var(--text-muted);margin:6px 0 0;font-size:13px}.tag{background:var(--accent-bg);color:var(--accent);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.fab{right:20px;bottom:calc(76px + env(safe-area-inset-bottom));background:var(--accent);color:#fff;cursor:pointer;z-index:15;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:26px;font-weight:700;display:flex;position:fixed;box-shadow:0 8px 20px #007aff59}.sheet-overlay{z-index:30;background:#0006;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{background:var(--surface);box-sizing:border-box;border-radius:20px 20px 0 0;flex-direction:column;gap:14px;width:100%;max-width:480px;max-height:90dvh;padding:20px;display:flex;overflow-y:auto}.sheet__heading{margin:0}.sheet__field{color:var(--text-muted);flex-direction:column;gap:6px;font-size:14px;display:flex}.sheet__field input,.sheet__field textarea{border:1px solid var(--border);background:var(--bg);min-height:44px;color:var(--text);box-sizing:border-box;resize:vertical;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:16px}.sheet__toggles{gap:10px;display:flex}.toggle-chip{border:1px solid var(--border);background:var(--bg);min-height:44px;color:var(--text);cursor:pointer;border-radius:12px;flex:1;font-size:15px;font-weight:700}.toggle-chip--on{background:var(--accent-bg);border-color:var(--accent);color:var(--accent)}.sheet__actions{gap:10px;margin-top:4px;display:flex}.sheet__cancel,.sheet__submit{cursor:pointer;border:none;border-radius:12px;flex:1;min-height:46px;font-size:16px;font-weight:700}.sheet__cancel{background:var(--bg);color:var(--text);border:1px solid var(--border)}.sheet__submit{background:var(--accent);color:#fff}.sheet__delete{border:1px solid var(--danger);background:var(--danger-bg);min-height:44px;color:var(--danger);cursor:pointer;border-radius:12px;font-size:15px;font-weight:700}@media (width>=768px){.reminders{padding-bottom:24px}.fab{bottom:24px}}
