:root{--hour-height: 80px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#111827;overflow:hidden}button,input,textarea{font:inherit}button{border:0;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.app-shell{width:100%;height:100%;display:flex;justify-content:center;background:#fff}.screen{width:100%;max-width:430px;height:100dvh;position:relative;overflow:hidden;background:#fff;padding-top:0}.topbar{height:50px;padding:12px 18px 8px;display:flex;align-items:flex-start;justify-content:space-between;position:relative;z-index:30;background:#ffffffb8;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.topbar h1{margin:0;font-size:23px;letter-spacing:-.04em}.topbar p{margin:2px 0 0;color:#8a8a98;font-size:12px}.topbar-right{display:flex;align-items:center;gap:4px;margin-left:12px}.topbar-menu-button{width:34px;height:34px;border-radius:11px;color:#1118278f;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.topbar-menu-button:active{transform:scale(.94);background:#1118270d}.day-tabs{height:56px;display:flex;gap:7px;overflow-x:auto;padding:0 10px 8px;scroll-snap-type:x mandatory;scrollbar-width:none;position:relative;z-index:30;background:#ffffffb8;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.day-tabs::-webkit-scrollbar{display:none}.day-tab{position:relative;overflow:hidden;scroll-snap-align:center;flex:0 0 45px;height:56px;border-radius:8px;background:#f5f5f6;color:#22243a;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .16s,background .16s,box-shadow .16s}.day-tab-label-strip{position:absolute;top:0;left:8px;right:8px;height:4px;border-radius:0 0 999px 999px}.day-tab.active{background:#d1d1d1;color:#22243a}.day-tab.drop-mode{transform:scale(1.02)}.day-letter{font-size:14px;font-weight:600;line-height:1}.day-date{margin-top:4px;font-size:10px;color:#77778a}.day-dots{display:flex;gap:2px;margin-top:4px}.day-dots i{width:4px;height:4px;border-radius:50%;opacity:.9}.day-dots i.done{background:#8a8a8a;opacity:.65}.day-dots i.undone{background:#111;opacity:.9}.selected-day-title{display:none}.timeline-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;overflow-x:hidden;padding-top:116px;padding-bottom:24px;overscroll-behavior-y:contain;scrollbar-width:none;touch-action:pan-y;z-index:1;will-change:transform,opacity}.timeline-wrap::-webkit-scrollbar{display:none}.timeline{position:relative;height:calc(24 * var(--hour-height));margin-left:0;background:transparent;z-index:1;will-change:transform,opacity}.timeline-wrap-transition-left{animation:daySlideFromRight .26s cubic-bezier(.22,1,.36,1)}.timeline-wrap-transition-right{animation:daySlideFromLeft .26s cubic-bezier(.22,1,.36,1)}@keyframes daySlideFromRight{0%{transform:translate(60px);opacity:.25}to{transform:translate(0);opacity:1}}@keyframes daySlideFromLeft{0%{transform:translate(-60px);opacity:.25}to{transform:translate(0);opacity:1}}.hour-row{position:absolute;width:100px;text-align:center;z-index:1;left:0;right:0}.hour-row span{position:absolute;left:7px;top:-1px;font-size:20px;line-height:20px;font-weight:300;color:#dedede;z-index:0}.is-dragging .hour-row{background-image:repeating-linear-gradient(to right,#e9e4ff 0 8px,transparent 8px 16px);background-color:transparent}.task-card{position:absolute;left:32px;right:8px;border-radius:7px;padding:4px 32px 10px 31px;min-height:38px;overflow:visible;touch-action:pan-y;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;z-index:1;transition:transform .12s,opacity .12s,box-shadow .12s}.task-body{min-width:0;overflow:hidden}.task-card.timed{left:8px;padding-left:31px}.task-card.untimed{left:38px;padding-left:2px}.task-card.untimed .grip{left:10px}.task-card.untimed .task-body{padding-left:10px}.task-card.untimed .task-left-time,.task-card.untimed .clock{display:none}.task-card.dragging{transform:scale(1.025);opacity:.86;z-index:50;box-shadow:0 8px 22px #1f29371f}.task-card.drag-source-hidden{opacity:0;box-shadow:none}.task-card.done .task-left-time,.task-card.done .task-right-time,.task-card.done .task-category,.task-card.done .task-title{opacity:.55;text-decoration:line-through}.task-card.remove-time-preview{transform:translate(0);opacity:.92}.task-card.remove-time-preview .task-left-time,.task-card.remove-time-preview .task-right-time,.task-card.remove-time-preview .clock{display:none}.task-left-time{position:absolute;left:6px;top:20px;width:22px;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;color:#11182785;pointer-events:none}.task-right-time{position:absolute;right:6px;top:20px;width:22px;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;color:#11182785;pointer-events:none}.task-time-hour{display:block;font-size:20px;font-weight:700;line-height:18px;letter-spacing:-.04em;text-align:center}.task-time-minute{display:block;font-size:10px;font-weight:700;line-height:12px;letter-spacing:-.03em;text-align:center}.task-category{font-size:10px;font-weight:800;letter-spacing:.02em;line-height:1.1;margin-bottom:3px}.task-category-scroll{max-height:300px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-right:4px}.task-title{font-size:14px;font-weight:500;line-height:18px;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-grocery-button{position:absolute;right:7px;bottom:6px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:transparent;color:inherit;opacity:.68;z-index:4}.task-grocery-button:active{transform:scale(.94);opacity:.9}.grip{position:absolute;left:21px;top:50%;transform:translateY(-50%);opacity:.3}.clock{position:absolute;right:8px;top:50%;transform:translateY(-50%);opacity:.24}.task-drag-zone{position:absolute;left:-20px;top:0;bottom:0;width:70px;display:flex;align-items:center;justify-content:flex-start;padding-left:18px;opacity:.32;touch-action:none;cursor:grab;z-index:3}.task-drag-zone:active{cursor:grabbing}.task-card.untimed .task-drag-zone{padding-left:10px}.task-card.timed .task-drag-zone{padding-left:20px}.task-delete{position:absolute;right:3px;top:3px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;opacity:0;color:#0000007a}.task-card:active .task-delete{opacity:1}.fab{position:absolute;right:18px;bottom:max(20px,env(safe-area-inset-bottom));width:58px;height:58px;border-radius:50%;background:#a9a9ad;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #5046be40;z-index:25}.fab:active{transform:scale(.96)}.ai-fab{bottom:calc(max(20px,env(safe-area-inset-bottom)) + 74px);width:50px;height:50px;flex-direction:column;gap:1px;background:#22243a;box-shadow:0 8px 24px #11182733;z-index:85}.ai-fab span{font-size:10px;line-height:1;font-weight:900}.side-menu-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:95;pointer-events:none;visibility:hidden}.side-menu-layer.open{pointer-events:auto;visibility:visible}.side-menu-visible-screen{position:absolute;left:0;top:0;bottom:0;width:30%;background:transparent;opacity:0}.side-menu-panel{position:absolute;top:0;right:0;width:70%;height:100dvh;padding:max(18px,env(safe-area-inset-top)) 16px max(18px,env(safe-area-inset-bottom));background:#ffffffeb;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:-18px 0 44px #1118271f;transform:translate(100%);transition:transform .22s cubic-bezier(.22,1,.36,1);touch-action:pan-y;overflow-y:auto}.side-menu-layer.open .side-menu-panel{transform:translate(0)}.side-menu-pullbar{width:28px;height:4px;border-radius:999px;background:#11182729;margin:0 0 22px auto}.side-menu-header{margin-bottom:22px}.side-menu-header span{display:block;font-size:23px;font-weight:800;letter-spacing:-.04em;color:#111827}.side-menu-header p{margin:4px 0 0;color:#9b95ac;font-size:12px}.side-menu-actions{display:grid;gap:8px}.side-menu-actions button{min-height:46px;border-radius:10px;background:#1118270b;color:#22243a;font-size:13px;font-weight:700;text-align:left;padding:0 13px}.side-menu-actions button:active{transform:scale(.98);background:#11182713}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#ffffffc7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:flex-start;justify-content:center}.modal-backdrop.upper{z-index:120;background:#ffffff70}.modal-sheet{width:100%;max-width:430px;background:#fff;border-radius:8px 8px 0 0;min-height:100dvh;padding:22px 18px max(20px,env(safe-area-inset-bottom));box-shadow:0 -22px 50px #0000001f;position:relative;animation:sheetIn .18s ease-out}@keyframes sheetIn{0%{transform:translateY(30px);opacity:.8}to{transform:translateY(0);opacity:1}}.modal-sheet h2{margin:4px 0 24px;font-size:20px;letter-spacing:-.03em}.voice-command-sheet{display:flex;flex-direction:column;gap:12px;overflow-y:auto;padding-bottom:max(22px,env(safe-area-inset-bottom))}.voice-command-sheet h2{margin-bottom:4px}.voice-privacy-note{margin:0;padding:10px 11px;border-radius:8px;background:#f8f8f9;color:#696975;font-size:12px;line-height:17px}.voice-language-control{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;padding:3px;border-radius:10px;background:#f3f3f5}.voice-language-control button{min-width:0;min-height:34px;border-radius:8px;color:#7b7b86;font-size:11px;line-height:13px;font-weight:850}.voice-language-control button.active{background:#fff;color:#22243a;box-shadow:0 1px 4px #1118271a}.voice-warning{padding:10px 11px;border-radius:8px;background:#fff7d7;color:#6f5400;font-size:12px;line-height:17px;font-weight:700}.voice-listening-panel{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:28px 16px;border-radius:8px;background:#f8f8f9;color:#22243a}.voice-listening-target{position:relative;width:148px;height:148px;display:flex;align-items:center;justify-content:center;color:#fff}.voice-listening-target span{position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:50%;border:1px solid rgba(34,36,58,.12);background:#22243a14;animation:voicePulse 1.9s ease-out infinite}.voice-listening-target span:nth-child(2){top:6px;right:6px;bottom:6px;left:6px;animation-delay:.24s}.voice-listening-target span:nth-child(3){top:-6px;right:-6px;bottom:-6px;left:-6px;animation-delay:.48s}.voice-listening-target svg{position:relative;width:76px;height:76px;padding:20px;border-radius:50%;background:#22243a;box-shadow:0 12px 28px #1118272e}@keyframes voicePulse{0%{transform:scale(.86);opacity:.88}70%{transform:scale(1.08);opacity:.16}to{transform:scale(1.12);opacity:0}}.voice-listening-copy{width:100%;min-height:76px;text-align:center}.voice-listening-copy strong{display:block;font-size:24px;line-height:30px;font-weight:850}.voice-listening-copy p{width:min(100%,320px);margin:8px auto 0;color:#696975;font-size:15px;line-height:21px;font-weight:650}.voice-listening-wave{height:38px;display:flex;align-items:center;justify-content:center;gap:5px}.voice-listening-wave span{width:5px;height:15px;border-radius:999px;background:#22243a;opacity:.72;animation:voiceWave .9s ease-in-out infinite}.voice-listening-wave span:nth-child(2){animation-delay:.08s}.voice-listening-wave span:nth-child(3){animation-delay:.16s}.voice-listening-wave span:nth-child(4){animation-delay:.24s}.voice-listening-wave span:nth-child(5){animation-delay:.32s}.voice-listening-panel.requesting .voice-listening-wave span{animation-play-state:paused;opacity:.28}@keyframes voiceWave{0%,to{height:12px}50%{height:34px}}.voice-stop-large{width:min(100%,260px);min-height:52px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#22243a;color:#fff;font-size:14px;font-weight:850}.voice-stop-large:disabled{opacity:.45;cursor:default}.voice-field-label{margin:6px 0 0}.voice-transcript{min-height:92px;padding:12px;border-radius:8px;background:#f8f8f9;color:#22243a;font-size:14px;line-height:20px;white-space:pre-wrap}.voice-transcript.empty{color:#a3a3ad}.voice-command-controls{display:grid;grid-template-columns:1fr 92px;gap:8px}.voice-control-button,.voice-run-button{min-height:44px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:850}.voice-control-button{background:#f1f1f4;color:#22243a}.voice-control-button:disabled,.voice-run-button:disabled{opacity:.45;cursor:default}.voice-text-input{width:100%;min-height:94px;resize:vertical;border:0;outline:none;border-radius:8px;background:#f8f8f9;color:#22243a;padding:12px;font-size:15px;line-height:21px}.voice-text-input:focus{background:#fff;box-shadow:inset 0 0 0 1px #c9c9cf}.voice-run-button{background:#22243a;color:#fff}.voice-result-area{min-height:86px;padding:12px;border-radius:8px;background:#f8f8f9;color:#22243a}.voice-result-area span{display:block;color:#8d8d98;font-size:11px;font-weight:850;text-transform:uppercase}.voice-result-area p{margin:8px 0 0;font-size:14px;line-height:20px;font-weight:750}.voice-result-area small{display:block;margin-top:8px;color:#9a9aa4;font-size:11px;line-height:15px}.voice-chat-backdrop{align-items:flex-end;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;pointer-events:none;padding:0 12px max(10px,env(safe-area-inset-bottom))}.voice-chat-dock{pointer-events:auto;width:min(100%,408px);height:clamp(178px,29dvh,248px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:8px;padding:10px;border-radius:18px;background:#d5d6d9f5;box-shadow:0 18px 42px #11182733,inset 0 1px #ffffff7a;animation:voiceDockIn .18s cubic-bezier(.22,1,.36,1)}@keyframes voiceDockIn{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.voice-chat-header{display:grid;grid-template-columns:minmax(0,1fr) 32px;align-items:center;gap:8px}.voice-chat-title{min-width:0;height:30px;display:flex;align-items:center;gap:6px;padding:0 8px;border-radius:999px;background:#ffffff85;color:#22243a}.voice-chat-dot{width:8px;height:8px;border-radius:999px;background:#81858f}.voice-chat-dock.listening .voice-chat-dot{background:#13b981;box-shadow:0 0 0 4px #13b9812e}.voice-chat-dock.requesting .voice-chat-dot,.voice-chat-dock.running .voice-chat-dot{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b29}.voice-chat-title strong{font-size:12px;line-height:1;font-weight:900}.voice-chat-title small{min-width:0;color:#22243aa8;font-size:11px;line-height:1;font-weight:800;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.voice-chat-close{width:32px;height:30px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#ffffff75;color:#22243a9e}.voice-chat-stream{min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding:2px 1px;scrollbar-width:none}.voice-chat-stream::-webkit-scrollbar{display:none}.voice-bubble-row{display:flex}.voice-bubble-row.user{justify-content:flex-end}.voice-bubble-row.assistant{justify-content:flex-start}.voice-bubble{max-width:min(78%,300px);padding:8px 10px;border-radius:15px;overflow-wrap:anywhere;white-space:pre-wrap;font-size:13px;line-height:17px;font-weight:700;box-shadow:0 1px 2px #1118270f}.voice-bubble-row.user .voice-bubble{border-bottom-right-radius:5px;background:#22243a;color:#fff}.voice-bubble-row.user.live .voice-bubble{background:#46485b}.voice-bubble-row.assistant .voice-bubble{border-bottom-left-radius:5px;background:#ffffffd6;color:#22243a}.voice-bubble.warning{background:#fff7d7;color:#6f5400}.voice-bubble.muted{color:#777987;font-weight:750}.voice-chat-composer{display:grid;grid-template-columns:minmax(0,1fr) 42px 42px;gap:7px;align-items:center}.voice-chat-input{width:100%;min-width:0;height:42px;border:0;border-radius:999px;background:#fffc;color:#22243a;padding:0 13px;outline:none;font-size:14px;font-weight:750}.voice-chat-input::placeholder{color:#22243a6b}.voice-chat-mic,.voice-chat-send{width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;color:#fff}.voice-chat-mic{background:#22243a}.voice-chat-dock.listening .voice-chat-mic{background:#13b981}.voice-chat-dock.requesting .voice-chat-mic{background:#f59e0b}.voice-chat-send{background:#6f747f}.voice-chat-send:not(:disabled){background:#22243a}.voice-chat-mic:disabled,.voice-chat-send:disabled{opacity:.42;cursor:default}.close{position:absolute;right:15px;top:15px;color:#9a9aa4;width:42px;height:42px;display:flex;align-items:center;justify-content:center}.field-label{display:block;margin:18px 0 8px;text-align:center;font-size:10px;color:#bbbbc2;font-weight:300}.time-picker{display:grid;gap:10px;margin:4px 0 8px}.wheel{display:flex;gap:7px;overflow-x:auto;justify-content:flex-start;scrollbar-width:none;padding:2px 0}.wheel::-webkit-scrollbar{display:none}.wheel button{flex:0 0 auto;min-width:42px;height:42px;border-radius:50%;color:#888;font-weight:400}.wheel button.picked{background:#efefef;color:#111827;box-shadow:inset 0 0 0 1px #efefef}.time-hint{min-height:18px;text-align:center;color:#aaaab4;font-size:11px;font-weight:300;margin-bottom:6px}.duration-picker{margin:4px 0 8px}.duration-picker button{min-width:56px;padding:0 12px}.wheel button:disabled{opacity:.26;cursor:not-allowed}.wheel.minutes button{min-width:46px}.title-input{width:100%;border:1px solid #ededf0;background:#f8f8f9;min-height:52px;padding:0 14px;border-radius:0;outline:none;text-align:left;font-size:18px;font-weight:500;color:#46464f}.title-input:focus{border-color:#ababab;background:#fff}.title-input::placeholder{color:#c9c9cf;font-weight:400;opacity:1}.category-pills{display:flex;flex-wrap:wrap;gap:8px;overflow:visible;padding-bottom:8px}.category-pills button{flex:0 0 auto;border-radius:7px;padding:10px;font-size:10px;font-weight:800;color:#565656;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:manipulation}.category-pills button.selected{box-shadow:inset 0 0 0 2px #565656}.category-pills .new-category{display:inline-flex;gap:5px;align-items:center;background:#fff!important;border:1px dashed #ababab;color:#ababab;font-weight:300}.modal-actions{position:absolute;left:10px;right:10px;bottom:max(16px,env(safe-area-inset-bottom));display:grid;grid-template-columns:128px 1fr;gap:16px}.label-sheet{overflow-y:auto;padding-bottom:92px}@media (max-width: 899px){.label-sheet{height:100dvh;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0 0 max(12px,env(safe-area-inset-bottom))}.label-sheet .close{z-index:2}.label-scroll-content{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:22px 18px 28px}.label-scroll-content .category-pills{padding-bottom:10px}.label-sheet>.modal-actions{position:static;flex:0 0 auto;width:100%;padding:12px 12px 0;border-top:1px solid #eeeeef;background:#fff}}.label-date-field{width:min(180px,100%);min-height:42px;margin:0 auto;padding:0 12px;border:1px solid #ededf0;background:#f8f8f9;color:#111827;display:flex;align-items:center;justify-content:center;text-align:center}.label-date-field.open{background:#efefef;border-color:#d1d1d1}.label-date-field span{font-size:15px;font-weight:600;letter-spacing:-.01em}.label-calendar{width:100%;margin:10px 0 2px;padding:8px 10px 12px;border:1px solid #e6e6ea;border-radius:12px;background:#fff;animation:calendarIn .16s ease-out}@keyframes calendarIn{0%{transform:translateY(-4px);opacity:0}to{transform:translateY(0);opacity:1}}.label-calendar-head{height:42px;display:grid;grid-template-columns:38px 1fr 38px;align-items:center;text-align:center}.label-calendar-head button{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #e3e3e7;background:#fff;color:#77778a;transition:background .14s,transform .14s}.label-calendar-head button:active{transform:scale(.94);background:#f7f7f8}.label-calendar-title{display:flex;flex-direction:column;align-items:center;gap:2px}.label-calendar-title strong{color:#22243a;font-size:15px;line-height:17px;letter-spacing:-.03em}.label-calendar-title small{color:#9b95ac;font-size:9px;font-weight:700;line-height:11px}.label-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.label-calendar-grid.weekdays{margin:10px 0 5px}.label-calendar-grid.weekdays span{text-align:center;color:#9b95ac;font-size:9px;font-weight:800}.label-calendar-grid button{position:relative;width:34px;height:34px;justify-self:center;border-radius:50%;color:#46464f;font-size:13px;font-weight:600;transition:background .14s,color .14s,transform .14s}.label-calendar-grid button:active{transform:scale(.92)}@media (hover: hover){.label-calendar-grid button:not(.selected):hover{background:#f7f7f8}}.label-calendar-grid button.muted{color:#c4c4cb;font-weight:500}.label-calendar-grid button.today:not(.selected):after{content:"";position:absolute;left:50%;bottom:3px;width:3px;height:3px;border-radius:50%;background:#8a8a98;transform:translate(-50%)}.label-calendar-grid button.selected{background:#f0f0f2;color:#111827;font-weight:800}.label-duration-picker{justify-content:flex-start;padding:2px 4px 8px}.label-duration-picker button{flex:0 0 42px}.label-edit-actions,.task-edit-actions{grid-template-columns:48px 1fr;gap:124px}.label-delete{width:48px;height:48px;border-radius:5px;background:#fff0f0;color:#cc5a5a;display:flex;align-items:center;justify-content:center}.day-label-stack{position:absolute;left:38px;right:86px;bottom:max(20px,env(safe-area-inset-bottom));z-index:24;display:flex;flex-direction:column;gap:5px;pointer-events:none}.day-label-card{width:100%;min-height:58px;padding:9px 14px;border-radius:10px;color:#22243a;text-align:left;display:flex;flex-direction:column;justify-content:center;box-shadow:0 10px 26px #1118271f,inset 0 0 0 1px #00000006;pointer-events:auto;touch-action:manipulation;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.day-label-card strong{font-size:10px;font-weight:800;line-height:1.1;letter-spacing:.02em;margin-bottom:3px}.day-label-card span{font-size:14px;font-weight:500;line-height:18px;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.day-label-more{align-self:flex-end;padding:3px 7px;border-radius:999px;background:#ffffffe6;color:#8a8a98;font-size:10px;box-shadow:0 4px 14px #11182714}.modal-actions.compact{position:static;margin-top:auto;padding-top:26px;grid-template-columns:1fr 1fr;gap:12px}.cancel,.save{min-height:48px;border-radius:5px;font-size:11px;font-weight:900}.cancel{background:#f1f1f2;color:#111}.save{background:#dcdcdc;color:#111}.save:not(:disabled){background:#ababab;color:#222}.save:disabled{opacity:.5}.category-sheet{height:100dvh;min-height:100dvh;max-height:100dvh;display:flex;flex-direction:column;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.category-sheet>*{flex-shrink:0}.color-grid{flex:0 0 auto;display:grid;grid-template-columns:repeat(8,32px);gap:10px;justify-content:center;margin-top:10px}.color-grid button{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.color-grid button.picked-color{box-shadow:0 0 0 3px #7c66f2,inset 0 0 0 2px #fffc}.additional-color-grid{margin-top:18px}.color-grid button.color-letter-button{font-size:11px;font-weight:800;line-height:1}@media (min-width: 600px){body{background:#f5f5f6}.screen{box-shadow:0 0 0 1px #eee}}.day-tab.drop-target{background:#22243a;color:#fff;transform:scale(1.08)}.day-tab.drop-target .day-date{color:#ffffffbf}.week-tab{flex-basis:66px;background:#eaeaec;color:#22243a}.week-tab.active{background:#d1d1d1;color:#22243a}.week-tab.week-drop-target{background:#22243a;color:#fff;transform:scale(1.08)}.week-tab.week-drop-target .day-date{color:#ffffffc7}.week-dots i{background:#22243a}.week-dots i.done{background:#8a8a8a;opacity:.65}.week-dots i.undone{background:#111;opacity:.9}.week-tab.week-drop-target .day-dots,.day-tab.drop-target .day-dots{display:none}.weekly-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;overflow-x:hidden;padding:116px 10px 96px;scrollbar-width:none;touch-action:pan-y;z-index:1}.weekly-wrap::-webkit-scrollbar{display:none}.weekly-title{font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8c849b;margin:0 0 10px 4px}.weekly-list{display:flex;flex-direction:column;gap:1px}.weekly-empty{border:1px dashed #dedede;border-radius:10px;padding:18px 14px;color:#9a9aa6;font-size:13px;background:#ffffff94}.weekly-task{position:relative;min-height:46px;border-radius:8px;padding:7px 34px 8px 46px;overflow:visible;box-shadow:inset 0 0 0 1px #00000009;touch-action:pan-y;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;z-index:1;transition:transform .12s,opacity .12s,box-shadow .12s}.weekly-task.expanded{z-index:70}.weekly-task.dragging{transform:scale(1.025);opacity:.86;z-index:50;box-shadow:0 8px 22px #1f29371f}.weekly-task.done .task-category,.weekly-task.done .task-title{opacity:.55;text-decoration:line-through}.weekly-task-drag-zone{position:absolute;left:0;top:0;bottom:0;width:50px;touch-action:none;cursor:grab;z-index:3}.weekly-task-drag-zone:before{content:"";position:absolute;left:18px;top:50%;width:4px;height:18px;transform:translateY(-50%);border-radius:999px;background:currentColor;opacity:.18}.weekly-actions{top:5px}.import-export-sheet{min-height:520px;padding-bottom:max(24px,env(safe-area-inset-bottom))}.import-export-section{border:1px solid #ededf0;background:#fafafa;border-radius:12px;padding:14px;margin-bottom:12px}.import-export-title{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#22243a;font-size:13px;font-weight:900;letter-spacing:-.01em}.import-export-primary{width:100%;min-height:46px;border-radius:9px;background:#ababab;color:#222;font-size:12px;font-weight:900}.import-export-primary:active{transform:scale(.985)}.import-export-rules{margin:11px 0 0;color:#8c8c96;font-size:12px;line-height:1.42}.import-export-result,.import-export-error{border-radius:10px;padding:12px;margin-top:12px;font-size:12px;line-height:1.4}.import-export-result{background:#f1f7f1;color:#3f6f42}.import-export-error{background:#fff1f1;color:#9b2f2f}.category-screen-backdrop{z-index:100;background:#ffffffc7}.category-list-screen{display:flex;flex-direction:column;max-height:100dvh}.category-screen-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:2px}.category-screen-pills{display:flex;flex-wrap:wrap;gap:8px;overflow:visible;padding:4px 0 18px}.category-screen-pills button{flex:0 0 auto;border-radius:7px;padding:10px;font-size:10px;font-weight:800;color:#565656;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:manipulation}.category-screen-pills button.inactive{opacity:.6;font-weight:300}.category-screen-pills .new-category{display:inline-flex;gap:5px;align-items:center;background:#fff!important;border:1px dashed #ababab;color:#ababab;font-weight:300}.category-show-all,.category-inactive-toggle{display:inline-flex;align-items:center;gap:8px;color:#9b9ba4;font-size:12px;font-weight:700;text-transform:lowercase}.category-show-all{margin-top:auto;padding:18px 0 max(10px,env(safe-area-inset-bottom))}.category-inactive-toggle{margin-top:18px}.category-show-all input,.category-inactive-toggle input{width:18px;height:18px;accent-color:#ababab}.modal-actions.compact.category-edit-actions{margin-top:auto;padding-top:26px;grid-template-columns:48px 1fr;gap:124px}.label-delete:disabled{opacity:.35;cursor:not-allowed}.recurring-task-sheet{display:flex;flex-direction:column;overflow:hidden}.recurring-task-content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:88px}.recurring-days-input{text-align:center}.recurring-hint{min-height:18px;text-align:center;color:#aaaab4;font-size:11px;font-weight:300;margin:8px 0 2px}.recurring-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.recurring-weekdays button{min-height:38px;border-radius:8px;background:#f5f5f6;color:#8a8a98;font-size:14px;font-weight:800}.recurring-weekdays button.selected{background:#d1d1d1;color:#22243a;box-shadow:inset 0 0 0 1px #1118270f}.side-menu-icon-row{display:grid;grid-template-columns:repeat(3,46px);gap:10px;margin:-8px 0 18px}.side-menu-icon-row button{width:46px;height:46px;border-radius:10px;background:#1118270b;color:#1118278f;display:flex;align-items:center;justify-content:center}.side-menu-icon-row button:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.side-menu-icon-row button:disabled:active{transform:none;background:#1118270b}.side-menu-icon-row button:active{transform:scale(.95);background:#11182713}.search-backdrop{z-index:115}.search-sheet{display:flex;flex-direction:column;max-height:100dvh;min-height:100dvh;padding-bottom:max(16px,env(safe-area-inset-bottom))}.search-input{flex:0 0 auto}.search-hint{flex:0 0 auto;margin:9px 0 14px;color:#aaaab4;font-size:11px;font-weight:300;text-align:center}.search-results{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:2px;padding:0 0 8px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.search-results::-webkit-scrollbar{display:none}.search-result-row{position:relative;flex:0 0 auto;min-height:58px;border-radius:8px;padding:7px 69px 8px 52px;overflow:hidden;box-shadow:inset 0 0 0 1px #00000009}.search-result-row.untimed{margin-left:30px;padding-left:14px}.search-result-row.done .task-category,.search-result-row.done .task-title{opacity:.55;text-decoration:line-through}.search-result-time{position:absolute;left:7px;top:50%;width:28px;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#11182785;pointer-events:none}.search-result-body{min-width:0;overflow:hidden}.search-result-date{font-size:11px;font-weight:800;line-height:13px;letter-spacing:-.01em;opacity:.72;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-result-actions{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:9px}.search-result-action{width:30px;height:30px;border-radius:8px;color:#1118275c;display:flex;align-items:center;justify-content:center}.search-result-action:active{transform:scale(.94);background:#1118270f}.desktop-shell{width:100%;height:100dvh;display:flex;background:radial-gradient(circle at 18% 0%,rgba(124,102,242,.08),transparent 28%),#f4f4f6;color:#111827;overflow:hidden}.desktop-main{flex:1;min-width:0;height:100dvh;display:grid;grid-template-rows:62px 62px 1fr;overflow:hidden}.desktop-statusbar{height:62px;display:grid;grid-template-columns:minmax(180px,270px) minmax(260px,520px) auto;align-items:center;gap:16px;padding:12px 18px 8px;background:#ffffffbd;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);z-index:35}.desktop-brand{display:flex;flex-direction:column;min-width:0}.desktop-brand strong{font-size:23px;line-height:1;letter-spacing:-.055em}.desktop-brand span{display:flex;align-items:center;gap:6px;margin-top:6px;color:#8a8a98;font-size:12px;white-space:nowrap}.desktop-search{height:40px;border-radius:14px;background:#1118270b;color:#8a8a98;display:flex;align-items:center;gap:10px;padding:0 14px;text-align:left;justify-content:flex-start}.desktop-search:hover,.desktop-add-task:hover,.desktop-sidebar-item:hover,.desktop-sidebar-toggle:hover{background:#11182713}.desktop-add-task{justify-self:end;height:40px;border-radius:14px;padding:0 16px;background:#d1d1d1;color:#22243a;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:900}.desktop-shell .day-tabs{height:66px;padding:8px 18px 10px;background:#ffffffa3;border-bottom:1px solid rgba(17,24,39,.05)}.desktop-shell .day-tab{flex-basis:54px;height:44px;border-radius:13px}.desktop-shell .week-tab{flex-basis:76px}.desktop-week-tabs{align-items:flex-start}.desktop-week-group{flex:0 0 auto;height:50px;border-radius:13px;overflow:hidden;display:flex;align-items:stretch;color:#22243a;scroll-snap-align:center;padding-top:6px;transition:background .16s,transform .16s}.desktop-week-group.selected{background:#cacaca}.desktop-week-group.drop-mode{transform:scale(1.01)}.desktop-week-group.drop-target{background:#22243a;color:#fff}.desktop-week-group-cell{position:relative;flex:0 0 54px;height:50px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}.desktop-week-group-cell.desktop-week-marker{flex-basis:76px}.desktop-week-group .day-date{color:#77778a}.desktop-week-group.drop-target .day-date{color:#ffffffc2}.desktop-board{min-height:0;padding:8px 6px;display:grid;grid-template-columns:repeat(7,minmax(156px,1fr)) minmax(172px,.9fr) minmax(172px,.9fr);gap:4px;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}.desktop-day-column,.desktop-week-column{position:relative;min-width:0;height:100%;display:grid;grid-template-rows:50px 1fr;border-radius:18px;background:#ffffffb8;box-shadow:0 12px 28px #1118270e,inset 0 0 0 1px #1118270b;overflow:hidden}.desktop-day-column>.day-label-stack{left:0;right:0;bottom:0;z-index:30;gap:0}.desktop-day-column>.day-label-stack .day-label-card{min-height:52px;padding:8px 10px;border-radius:0;box-shadow:none}.desktop-day-column>.day-label-stack .day-label-card:last-of-type{border-radius:0 0 18px 18px}.desktop-day-column>.day-label-stack .day-label-card strong{font-size:9px;margin-bottom:2px}.desktop-day-column>.day-label-stack .day-label-card span{font-size:12px;font-weight:500;line-height:15px}.desktop-day-column.active,.desktop-week-column.active{background:#f5f5f5}.desktop-column-head{position:relative;overflow:hidden;width:100%;min-width:0;padding:11px 10px 9px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;color:#22243a;background:#ffffff94;border-bottom:1px solid rgba(17,24,39,.05);text-align:left}.desktop-column-label-strip{position:absolute;top:0;left:0;right:0;height:4px}.desktop-column-head span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:900;letter-spacing:-.035em}.desktop-column-head small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#9a9aa6;font-size:10px;font-weight:700}.desktop-column-timeline{min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;touch-action:pan-y}.desktop-column-timeline::-webkit-scrollbar,.desktop-week-list::-webkit-scrollbar{display:none}.desktop-timeline-inner{position:relative;height:calc(24 * var(--hour-height));min-height:calc(24 * var(--hour-height))}.desktop-shell .hour-row{width:100%;text-align:left}.desktop-shell .hour-row span{left:5px;font-size:12px;line-height:12px;color:#d1d1d7}.desktop-shell .is-dragging .hour-row{background-image:repeating-linear-gradient(to right,#e9e4ff 0 8px,transparent 8px 16px)}.desktop-shell .task-card{left:18px;right:1px;border-radius:8px;min-height:34px;padding:4px 24px 8px 26px}.desktop-shell .task-card.timed{left:1px;padding-left:28px}.desktop-shell .task-card.untimed{left:18px;padding-left:0}.desktop-shell .task-card.untimed .task-body{padding-left:8px}.desktop-shell .task-category{font-size:9px;margin-bottom:2px}.desktop-shell .task-title{font-size:12px;line-height:15px}.desktop-shell .task-left-time,.desktop-shell .task-right-time{top:18px;width:20px}.desktop-shell .task-time-hour{font-size:16px;line-height:15px}.desktop-shell .task-time-minute{font-size:9px;line-height:10px}.desktop-week-list{min-height:0;overflow-y:auto;overflow-x:hidden;padding:10px 1px;display:flex;flex-direction:column;gap:2px;scrollbar-width:none}.desktop-week-task-shell{position:relative;flex:0 0 36px;height:38px}.desktop-week-task-shell .task-card{top:0!important;left:0;right:0;height:37px!important}.desktop-sidebar{flex:0 0 58px;width:58px;height:100dvh;display:flex;flex-direction:column;gap:10px;padding:12px 8px;background:#ffffffdb;border-left:1px solid rgba(17,24,39,.06);box-shadow:-12px 0 28px #1118270b;transition:width .18s ease,flex-basis .18s ease;z-index:45}.desktop-sidebar.expanded{flex-basis:228px;width:228px}.desktop-sidebar-toggle,.desktop-sidebar-item{width:42px;height:42px;border-radius:14px;color:#11182794;background:#1118270a;display:flex;align-items:center;justify-content:center}.desktop-sidebar.expanded .desktop-sidebar-toggle,.desktop-sidebar.expanded .desktop-sidebar-item{width:100%;justify-content:flex-start;padding:0 12px;gap:10px}.desktop-sidebar-nav{display:flex;flex-direction:column;gap:8px}.desktop-sidebar-icon{flex:0 0 20px;display:inline-flex;align-items:center;justify-content:center}.desktop-sidebar-label{display:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800}.desktop-sidebar.expanded .desktop-sidebar-label{display:inline}.desktop-sidebar-item:disabled{opacity:.35;cursor:not-allowed}@media (max-width: 899px){.desktop-shell{display:none}}.sync-backdrop{z-index:130;overflow:hidden;align-items:stretch}.sync-sheet{display:flex;flex-direction:column;gap:14px;width:100%;height:100dvh;min-height:0;max-height:100dvh;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-bottom:max(24px,calc(env(safe-area-inset-bottom) + 24px))}.sync-title-row{display:flex;align-items:center;gap:12px;padding-right:48px;margin-bottom:4px}.sync-title-row h2{margin:0}.sync-title-row p{margin:3px 0 0;font-size:12px;color:#8a8a98}.sync-title-icon{width:42px;height:42px;border-radius:13px;background:#f4f4f5;color:#4b5563;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.sync-card,.sync-section{border:1px solid #eeeeef;background:#fafafa;border-radius:12px;padding:14px}.sync-card.connected{background:#fff}.sync-card-head{display:flex;align-items:center;gap:8px;color:#111827;margin-bottom:12px}.sync-card-head svg{color:#22a06b}.sync-meta{margin:0 0 14px;display:grid;gap:9px}.sync-meta div{min-width:0}.sync-meta dt{font-size:10px;color:#a1a1aa;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}.sync-meta dd{margin:0;color:#3f3f46;font-size:12px;overflow-wrap:anywhere}.sync-empty,.sync-help{margin:0 0 12px;color:#77778a;font-size:12px;line-height:1.45}.sync-help{margin:8px 0 0}.sync-label{display:block;font-size:10px;color:#a1a1aa;text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px}.sync-input{width:100%;height:44px;border:1px solid #ededf0;background:#fff;color:#292932;border-radius:9px;outline:none;padding:0 12px;font-size:13px}.sync-input:focus{border-color:#c7c7cc}.sync-primary,.sync-secondary{width:100%;min-height:46px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:850}.sync-primary{background:#dcdcdc;color:#111827}.sync-secondary{background:#f0f0f1;color:#33333a;margin-top:10px}.sync-secondary.danger{color:#9b1c1c;background:#fff1f1}.sync-primary:disabled,.sync-secondary:disabled,.sync-list-head button:disabled{opacity:.45;cursor:not-allowed}.two-col-sync-section{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:10px;align-items:end}.two-col-sync-section .sync-secondary{margin-top:0}.sync-list-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.sync-list-head span{font-size:12px;font-weight:850;color:#31313a}.sync-list-head button{color:#6b7280;font-size:12px;font-weight:750}.sync-workspace-list{display:grid;gap:8px}.sync-workspace-item{width:100%;min-height:54px;border-radius:10px;background:#fff;border:1px solid #ededf0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:9px 11px;text-align:left}.sync-workspace-item.active{border-color:#b8b8bd;background:#f4f4f5}.sync-workspace-item span{color:#25252d;font-size:13px;font-weight:850}.sync-workspace-item small{color:#8a8a98;font-size:11px;margin-top:3px}.sync-error{border-radius:10px;background:#fff1f1;color:#9b1c1c;font-size:12px;line-height:1.45;padding:12px}.spin{animation:taskinyoSpin .8s linear infinite}@keyframes taskinyoSpin{to{transform:rotate(360deg)}}@media (min-width: 900px){.sync-backdrop{align-items:flex-start}.sync-sheet{max-width:520px;height:auto;min-height:0;max-height:calc(100dvh - 56px);margin-top:28px;border-radius:16px;box-shadow:0 24px 70px #00000024}}@media (max-width: 390px){.two-col-sync-section{grid-template-columns:1fr}}.sync-danger-zone{margin-top:10px}.sync-danger-confirm{margin-top:10px;border:1px solid #fecaca;background:#fff7f7;border-radius:12px;padding:12px}.sync-danger-title{display:flex;align-items:center;gap:8px;color:#991b1b;font-size:13px;margin-bottom:8px}.sync-danger-confirm p{color:#6f1d1d;font-size:12px;line-height:1.45;margin:0 0 10px}.sync-state-counts{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap}.sync-state-counts span{border-radius:999px;background:#fee2e2;color:#7f1d1d;font-size:11px;font-weight:850;padding:5px 9px}.sync-primary.danger-primary{background:#991b1b;margin-top:10px}.sync-success{border-radius:10px;background:#ecfdf3;color:#166534;font-size:12px;line-height:1.45;padding:12px;margin-top:10px}.sync-account-card{display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;margin:14px 0 16px;padding:12px;border:1px solid rgba(17,24,39,.08);border-radius:12px;background:#11182709}.sync-account-card.connected{background:#10b9810f;border-color:#10b98129}.sync-account-icon{width:42px;height:42px;border-radius:999px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;color:#1118278f}.sync-account-icon img{width:100%;height:100%;object-fit:cover}.sync-account-card strong{display:block;color:#111827;font-size:14px;line-height:1.2}.sync-account-card p{margin:3px 0 0;color:#8a8a98;font-size:12px;line-height:1.35;word-break:break-word}.side-menu-header small{display:block;margin-top:4px;color:#b3adbd;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.desktop-sidebar-account{width:100%;min-height:46px;display:flex;flex-direction:column;justify-content:center;gap:2px;padding:0 10px;margin:42px 0 8px;border-radius:12px;background:#1118270b;overflow:hidden}.desktop-sidebar:not(.expanded) .desktop-sidebar-account{width:46px;padding:0;align-items:center}.desktop-sidebar-account span{color:#9b95ac;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.desktop-sidebar-account strong{color:#22243a;font-size:12px;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.desktop-sidebar:not(.expanded) .desktop-sidebar-account strong{display:none}.local-info-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;width:100%;max-width:430px;margin:0 auto;background:#fff;display:flex;flex-direction:column;min-height:100dvh}.local-info-header{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:8px;padding:max(12px,env(safe-area-inset-top)) 14px 12px;border-bottom:1px solid #f0f0f2;background:#ffffffdb;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.local-info-header button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#22243a}.local-info-header h1{margin:0;font-size:24px;line-height:28px;font-weight:850;color:#111827}.local-info-header p{margin:2px 0 0;color:#77778a;font-size:12px;line-height:16px;font-weight:700}.local-info-content{flex:1;min-height:0;overflow-y:auto;padding:16px 14px max(18px,env(safe-area-inset-bottom))}.local-info-hero{min-height:104px;display:grid;grid-template-columns:44px 1fr 42px;align-items:center;gap:12px;padding:16px;border-radius:8px;background:#e8f7f9;color:#1f3f46}.local-info-hero.privacy{grid-template-columns:44px 1fr;background:#eef5df;color:#2f4b2f}.local-info-hero span,.local-info-row span{display:block;color:inherit;opacity:.72;font-size:11px;line-height:14px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.local-info-hero strong{display:block;margin-top:3px;overflow-wrap:anywhere;font-size:20px;line-height:24px;font-weight:850}.local-info-hero button{width:42px;height:42px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#ffffffb8;color:inherit}.local-info-list{margin-top:14px;display:grid;gap:8px}.local-info-row{min-height:64px;display:grid;grid-template-columns:34px 1fr;column-gap:10px;align-items:center;padding:11px 12px;border-radius:8px;background:#f7f7f8;color:#22243a}.local-info-row-icon{grid-row:span 2;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#fff;opacity:1}.local-info-row strong{display:block;min-width:0;color:#111827;font-size:15px;line-height:19px;font-weight:800}.grocery-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#fff;display:flex;flex-direction:column;min-height:100dvh}.grocery-header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:6px;padding:max(12px,env(safe-area-inset-top)) 14px 10px;border-bottom:1px solid #f0f0f2;background:#fff}.grocery-header button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#22243a}.grocery-header h1{margin:0;min-width:0;text-align:center;font-size:24px;line-height:30px;font-weight:800;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grocery-list-controls{display:flex;align-items:center;gap:8px;padding:8px 10px;border-bottom:1px solid #f0f0f2;background:#fff;overflow-x:auto;-webkit-overflow-scrolling:touch}.grocery-sort-control{flex:0 0 auto;display:grid;grid-template-columns:repeat(2,auto);gap:2px;padding:2px;border-radius:10px;background:#f3f3f5}.grocery-sort-control button{min-height:30px;border-radius:8px;padding:0 10px;color:#7b7b86;font-size:11px;line-height:1;font-weight:850;white-space:nowrap}.grocery-sort-control button.active{background:#fff;color:#22243a;box-shadow:0 1px 4px #1118271a}.grocery-show-all-toggle{flex:0 0 auto;min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border-radius:10px;background:#f8f8f9;color:#22243a;font-size:11px;line-height:1;font-weight:850;white-space:nowrap}.grocery-list-search{flex:1 1 120px;min-width:96px;height:34px;border:0;border-radius:10px;background:#f8f8f9;color:#22243a;padding:0 10px;font-size:12px;font-weight:750;outline:none}.grocery-list-search:focus{background:#fff;box-shadow:inset 0 0 0 1px #c9c9cf}.grocery-show-all-toggle input{width:14px;height:14px;margin:0;accent-color:#22243a}.grocery-grid{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:8px;padding:14px 10px max(18px,env(safe-area-inset-bottom))}.grocery-article-card{min-width:0;height:74px;border-radius:12px;padding:8px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;text-align:center;user-select:none;-webkit-user-select:none;touch-action:pan-y;transition:transform .12s ease,opacity .12s ease}.grocery-article-card:active{transform:scale(.97)}.grocery-article-card span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;overflow:hidden;font-size:14px;line-height:17px;font-weight:800}.grocery-article-card small{display:block;margin-top:auto;overflow:hidden;color:inherit;opacity:.68;font-size:8px;line-height:9px;font-weight:900;letter-spacing:0;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis}.grocery-article-card:not(.needed){opacity:.54}.grocery-article-card.bought-now span{text-decoration:line-through}.grocery-new-article-card{border:1px dashed #ababab;background:#fff;color:#8a8a98;opacity:1;gap:5px;align-items:center;justify-content:center}.grocery-new-article-card span{min-height:0;color:inherit;font-size:12px;line-height:14px;font-weight:850}.grocery-new-article-card:disabled{opacity:.44}.grocery-empty{grid-column:1 / -1;padding:34px 10px;text-align:center;color:#9b9ba4;font-size:13px}.grocery-manage-sheet{width:min(100%,1120px);max-width:none;height:100dvh;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0}.grocery-manage-header{position:sticky;top:0;z-index:4;display:grid;grid-template-columns:minmax(0,1fr) 44px;align-items:center;gap:12px;padding:max(18px,env(safe-area-inset-top)) 16px 14px;border-bottom:1px solid rgba(17,24,39,.08);background:#fffffff5;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.grocery-manage-header h2{margin:0;font-size:24px;line-height:28px;letter-spacing:0}.grocery-manage-header p{margin:3px 0 0;color:#8a8a98;font-size:12px;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.grocery-close{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#8a8a98;background:#1118270b}.grocery-manage-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:14px 12px max(20px,env(safe-area-inset-bottom))}.grocery-create-panel,.grocery-status-card,.grocery-editor-card,.grocery-catalog-card,.grocery-empty-state,.grocery-muted-box{border:1px solid rgba(17,24,39,.08);border-radius:12px;background:#fff}.grocery-create-panel{display:grid;gap:12px;padding:12px;margin-bottom:12px}.grocery-create-primary label{display:block;margin:0 0 7px;color:#8a8a98;font-size:11px;font-weight:800}.grocery-create-secondary{display:grid;gap:8px}.grocery-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.grocery-input-row.compact{grid-template-columns:minmax(0,1fr) 74px}.grocery-manage-sheet input,.grocery-manage-sheet select{width:100%;min-width:0;min-height:44px;border:1px solid #ededf0;background:#f8f8f9;border-radius:10px;padding:0 12px;color:#22243a;font-size:14px;font-weight:650;outline:none}.grocery-manage-sheet input:focus,.grocery-manage-sheet select:focus{border-color:#b8b8bd;background:#fff}.grocery-manage-sheet input:disabled,.grocery-manage-sheet select:disabled{opacity:.48}.grocery-manage-sheet button{min-height:44px;border-radius:10px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#1118270f;color:#22243a;font-size:13px;font-weight:850;white-space:nowrap}.grocery-manage-sheet button:disabled{opacity:.42;cursor:not-allowed}.grocery-create-primary button{background:#22243a;color:#fff}.grocery-workbench{display:grid;gap:12px}.grocery-rail,.grocery-detail{min-width:0;display:grid;gap:12px}.grocery-rail section,.grocery-status-card,.grocery-editor-card,.grocery-catalog-card{padding:12px}.grocery-rail section{border:1px solid rgba(17,24,39,.08);border-radius:12px;background:#fff}.grocery-section-title{min-height:26px;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px;color:#8a8a98;font-size:11px;font-weight:900}.grocery-section-title span{color:#22243a;font-size:13px}.grocery-section-title small{min-width:0;color:#9b9ba4;font-size:11px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.grocery-nav-list{display:grid;gap:8px}.grocery-nav-list button{width:100%;min-height:58px;align-items:flex-start;justify-content:center;flex-direction:column;text-align:left;background:#f8f8f9;border:1px solid transparent;white-space:normal}.grocery-nav-list button.active{background:#f1f1f3;border-color:#c9c9cf}.grocery-nav-list button span{max-width:100%;color:#22243a;font-size:14px;line-height:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.grocery-nav-list button small{max-width:100%;margin-top:2px;color:#8a8a98;font-size:11px;line-height:15px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.grocery-status-card{display:grid;gap:12px}.grocery-status-card strong,.grocery-status-card small,.grocery-status-kicker{display:block;min-width:0}.grocery-status-kicker{color:#8a8a98;font-size:11px;line-height:15px;font-weight:900}.grocery-status-card strong{margin-top:2px;color:#111827;font-size:21px;line-height:26px}.grocery-status-card small{margin-top:3px;color:#8a8a98;font-size:12px;line-height:17px}.grocery-status-actions{display:grid;grid-template-columns:1fr;gap:8px}.grocery-status-actions button{justify-content:flex-start}.grocery-editor-grid{display:grid;gap:12px}.grocery-category-card{grid-column:1 / -1}.grocery-editor-card{display:grid;align-content:start;gap:9px}.grocery-category-pills{display:flex;flex-wrap:wrap;gap:8px;min-height:44px;align-items:flex-start}.grocery-category-pills button{flex:0 0 auto;min-height:38px;border-radius:7px;padding:9px 10px;font-size:10px;font-weight:850;text-transform:uppercase}.grocery-category-pills button.selected{box-shadow:inset 0 0 0 2px #11182794}.grocery-category-pills .new-category{border:1px dashed #ababab;background:#fff;color:#8a8a98;font-weight:750}.grocery-inline-icon-button{min-height:30px!important;width:30px;padding:0!important;border-radius:8px!important}.grocery-chip-grid{display:flex;flex-wrap:wrap;gap:8px;max-height:210px;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:2px}.grocery-chip-grid button{min-height:34px;border-radius:9px;padding:8px 10px;color:#22243a;font-size:12px;line-height:16px;font-weight:850;text-align:left}.grocery-chip-grid button:hover{filter:brightness(.98)}.grocery-chip-grid .new-article{border:1px dashed #ababab;background:#fff;color:#8a8a98;font-weight:750}.grocery-article-category-pills{flex:1 1 auto;min-height:0;max-height:none;align-content:flex-start;overflow-y:auto;padding-right:2px}.category-sheet>.grocery-article-category-pills{flex-shrink:1}.grocery-empty-state,.grocery-muted-box{padding:18px}.grocery-empty-state{display:grid;gap:4px;text-align:center}.grocery-empty-state strong{color:#22243a;font-size:16px}.grocery-empty-state span,.grocery-muted-box{color:#8a8a98;font-size:12px;line-height:17px}.grocery-muted-box{background:#f8f8f9}.task-grocery-select{font-size:14px;min-height:46px}.grocery-error{position:absolute;left:18px;right:18px;bottom:max(14px,env(safe-area-inset-bottom));z-index:6}.grocery-category-modal-backdrop{z-index:140}.grocery-category-sheet{z-index:141}@media (min-width: 900px){.grocery-manage-backdrop{align-items:center;padding:24px}.grocery-manage-sheet{height:min(820px,calc(100dvh - 48px));border-radius:18px;box-shadow:0 28px 80px #1118272e}.grocery-manage-scroll{padding:16px}.grocery-create-panel{grid-template-columns:minmax(300px,1fr) minmax(360px,1.2fr);align-items:end}.grocery-create-secondary{grid-template-columns:160px minmax(0,1fr);align-items:end}.grocery-workbench{grid-template-columns:292px minmax(0,1fr);align-items:start}.grocery-rail{position:sticky;top:0;align-self:start}.grocery-nav-list{max-height:256px;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-right:2px}.grocery-status-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.grocery-status-actions{grid-template-columns:repeat(3,auto)}.grocery-status-actions button{justify-content:center}.grocery-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grocery-screen{left:0;right:72px}.grocery-grid{grid-template-columns:repeat(6,minmax(0,1fr));padding:18px}.grocery-article-card{height:86px}}
