@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);:root,[data-theme=light]{--bg:#f5f5f9;--surface:#fff;--surface-2:#f0f0f6;--surface-hover:#f0f0f8;--border:#e3e3ee;--border-strong:#c8c8de;--shadow-xs:0 1px 2px #2828500a;--shadow-sm:0 2px 8px #28285012,0 1px 2px #2828500a;--shadow-md:0 4px 20px #2828501a,0 2px 4px #2828500f;--shadow-lg:0 12px 40px #28285024,0 4px 8px #28285014;--shadow:var(--shadow-sm);--text-primary:#111118;--text-secondary:#44445c;--text-muted:#8888a0;--accent:#5b5ef4;--accent-hover:#4849e8;--accent-soft:#eef;--accent-medium:#c5c6fc;--success:#16a34a;--success-soft:#dcfce7;--warning:#d97706;--warning-soft:#fef3c7;--danger:#dc2626;--danger-soft:#fee2e2}[data-theme=dark]{--bg:#0d0d13;--surface:#15151e;--surface-2:#1c1c28;--surface-hover:#22223a;--border:#252535;--border-strong:#363650;--shadow-xs:0 1px 2px #0003;--shadow-sm:0 2px 8px #0000004d,0 1px 2px #0003;--shadow-md:0 4px 20px #00000073,0 2px 4px #0000004d;--shadow-lg:0 12px 40px #0000008c,0 4px 8px #0006;--shadow:var(--shadow-sm);--text-primary:#ededf8;--text-secondary:#a0a0c0;--text-muted:#606080;--accent:#7b7ef8;--accent-hover:#898cf9;--accent-soft:#1a1a38;--accent-medium:#2e2e58;--success:#22c55e;--success-soft:#052e16;--warning:#f59e0b;--warning-soft:#292113;--danger:#f87171;--danger-soft:#2a0f0f}@media (prefers-color-scheme:dark){[data-theme=system]{--bg:#0d0d13;--surface:#15151e;--surface-2:#1c1c28;--surface-hover:#22223a;--border:#252535;--border-strong:#363650;--shadow-xs:0 1px 2px #0003;--shadow-sm:0 2px 8px #0000004d,0 1px 2px #0003;--shadow-md:0 4px 20px #00000073,0 2px 4px #0000004d;--shadow-lg:0 12px 40px #0000008c,0 4px 8px #0006;--shadow:var(--shadow-sm);--text-primary:#ededf8;--text-secondary:#a0a0c0;--text-muted:#606080;--accent:#7b7ef8;--accent-hover:#898cf9;--accent-soft:#1a1a38;--accent-medium:#2e2e58;--success:#22c55e;--success-soft:#052e16;--warning:#f59e0b;--warning-soft:#292113;--danger:#f87171;--danger-soft:#2a0f0f}}*,:after,:before{box-sizing:border-box}#root,body,html{height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv02","cv03","cv04","cv11";background:#f5f5f9;background:var(--bg);color:#111118;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.6;transition:background .25s,color .25s}code{background:#f0f0f6;background:var(--surface-2);border:1px solid #e3e3ee;border:1px solid var(--border);border-radius:5px;color:#5b5ef4;color:var(--accent);font-family:JetBrains Mono,Fira Code,source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;font-size:.82em;padding:.1em .45em}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#c8c8de;background:var(--border-strong);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#8888a0;background:var(--text-muted)}::selection{background:#c5c6fc;background:var(--accent-medium);color:#111118;color:var(--text-primary)}:focus-visible{outline:2px solid #5b5ef4;outline:2px solid var(--accent);outline-offset:2px}button:focus:not(:focus-visible),input:focus:not(:focus-visible){outline:none}.screen-page{max-width:760px;padding:2rem 2.5rem 3rem}.screen-title{color:#111118;color:var(--text-primary);font-size:1.05rem;font-weight:700;letter-spacing:-.02em;margin:0 0 1.5rem}.btn{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.875rem;font-weight:500;gap:.375rem;padding:.5rem 1rem;transition:background .15s,color .15s,border-color .15s,box-shadow .15s,transform .1s;-webkit-user-select:none;user-select:none;white-space:nowrap}.btn:active{transform:translateY(.5px)}.btn-primary{background:#5b5ef4;background:var(--accent);color:#fff}.btn-primary:hover{background:#4849e8;background:var(--accent-hover);box-shadow:0 4px 12px #5b5ef459}.btn-secondary{background:#fff;background:var(--surface);border-color:#e3e3ee;border-color:var(--border);color:#111118;color:var(--text-primary)}.btn-secondary:hover{background:#f0f0f6;background:var(--surface-2);border-color:#c8c8de;border-color:var(--border-strong)}.btn-ghost{background:#0000;border-color:#0000;color:#8888a0;color:var(--text-muted)}.btn-ghost:hover{background:#f0f0f6;background:var(--surface-2);color:#111118;color:var(--text-primary)}.btn-danger{background:#fee2e2;background:var(--danger-soft);border-color:#0000;color:#dc2626;color:var(--danger)}.btn-danger:hover{background:#dc2626;background:var(--danger);color:#fff}.btn-icon{align-items:center;background:none;border:none;border-radius:7px;color:#8888a0;color:var(--text-muted);cursor:pointer;display:inline-flex;height:32px;justify-content:center;padding:0;transition:background .15s,color .15s;width:32px}.btn-icon:hover{background:#f0f0f6;background:var(--surface-2);color:#111118;color:var(--text-primary)}.btn-back{align-items:center;background:#fff;background:var(--surface);border:1px solid #e3e3ee;border:1px solid var(--border);border-radius:8px;color:#44445c;color:var(--text-secondary);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.85rem;font-weight:500;gap:.375rem;padding:.4rem .75rem;transition:background .15s,border-color .15s,color .15s}.btn-back:hover{background:#f0f0f6;background:var(--surface-2);border-color:#c8c8de;border-color:var(--border-strong);color:#111118;color:var(--text-primary)}.quick-add-wrapper{margin-bottom:1.5rem}.quick-add-bar{align-items:center;background:var(--surface);border:1.5px solid var(--border);border-radius:10px;box-shadow:var(--shadow-xs);display:flex;gap:.5rem;padding:.7rem .875rem;transition:border-color .15s,box-shadow .15s}.quick-add-bar.has-value,.quick-add-bar:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,#0000)}.quick-add-icon{align-items:center;color:var(--text-muted);display:flex;flex-shrink:0;transition:color .15s}.quick-add-bar:focus-within .quick-add-icon{color:var(--accent)}.quick-add-input{background:#0000;border:none;color:var(--text-primary);flex:1 1;font-family:inherit;font-size:.9rem;font-weight:400;min-width:0;outline:none}.quick-add-input::placeholder{color:var(--text-muted);font-weight:400}.quick-add-input:disabled{opacity:.6}.quick-add-detail-btn{align-items:center;background:var(--accent-soft);border:1px solid var(--accent-medium);border-radius:6px;color:var(--accent);cursor:pointer;display:flex;flex-shrink:0;font-family:inherit;font-size:.78rem;font-weight:600;gap:.25rem;padding:.3rem .625rem;transition:background .13s,color .13s,box-shadow .13s;white-space:nowrap}.quick-add-detail-btn:hover{background:var(--accent);border-color:var(--accent);box-shadow:0 2px 8px #5b5ef44d;color:#fff}.quick-add-hint{color:var(--text-muted);font-size:.7rem;font-weight:400;margin:.3rem 0 0 .25rem;opacity:.75}.home-screen{max-width:760px;padding:2rem 2.5rem 3rem}.home-header{border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;padding-bottom:1.5rem}.home-date-nav{align-items:center;display:flex;gap:1rem}.home-date-info{flex:1 1}.day-nav-btn{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);cursor:pointer;display:flex;flex-shrink:0;height:34px;justify-content:center;transition:background .13s,border-color .13s,color .13s,box-shadow .13s;width:34px}.day-nav-btn:hover:not(:disabled){background:var(--surface-2);border-color:var(--border-strong);color:var(--text-primary)}.day-nav-btn:disabled{cursor:not-allowed;opacity:.3}.btn-today{align-self:flex-start;background:var(--accent-soft);border:1px solid var(--accent-medium);border-radius:99px;color:var(--accent);cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:600;padding:.28rem .8rem;transition:background .13s,color .13s,box-shadow .13s}.btn-today:hover{background:var(--accent);border-color:var(--accent);box-shadow:0 2px 8px #5b5ef44d;color:#fff}.home-date-label{color:var(--text-muted);font-size:.72rem;font-weight:600;letter-spacing:.1em;margin:0 0 .2rem;text-transform:uppercase}.home-date{color:var(--text-primary);font-size:1.5rem;font-weight:800;letter-spacing:-.03em;line-height:1.2;margin:0}.entry-list{display:flex;flex-direction:column;gap:.625rem;list-style:none;margin:0;padding:0}.empty-state{padding:5rem 1rem 4rem}.empty-icon{align-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:20px;color:var(--text-muted);display:flex;height:72px;justify-content:center;margin:0 auto 1.25rem;width:72px}.empty-state p:first-of-type{color:var(--text-secondary);font-size:.975rem;font-weight:600;margin:0 0 .4rem}.empty-sub{color:var(--text-muted);font-size:.825rem;margin:0}.react-calendar{background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em;max-width:100%;width:350px}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{margin:.5em;width:50%}.react-calendar,.react-calendar *,.react-calendar :after,.react-calendar :before{box-sizing:border-box}.react-calendar button{border:0;margin:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:hover{background-color:#e6e6e6}.react-calendar__month-view__weekdays{font:inherit;font-size:.75em;font-weight:700;text-align:center;text-transform:uppercase}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{align-items:center;display:flex;font:inherit;font-size:.75em;font-weight:700;justify-content:center}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__century-view__decades__decade--neighboringCentury,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__month-view__days__day--neighboringMonth{color:#757575}.react-calendar__century-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__year-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{background:none;font:inherit;font-size:.833em;max-width:100%;padding:10px 6.6667px;text-align:center}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__century-view__decades__decade--neighboringCentury:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__month-view__days__day--neighboringMonth:disabled{color:#cdcdcd}.react-calendar__tile:enabled:focus,.react-calendar__tile:enabled:hover{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:focus,.react-calendar__tile--now:enabled:hover{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:focus,.react-calendar__tile--hasActive:enabled:hover{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:focus,.react-calendar__tile--active:enabled:hover{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.calendar-screen{max-width:640px;padding:2rem 2.5rem 3rem}.calendar-wrapper{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-sm);overflow:hidden;padding:.75rem}.react-calendar{background:#0000;border:none;color:var(--text-primary);font-family:inherit;width:100%}.react-calendar__tile{border-radius:8px;color:var(--text-secondary);font-size:.875rem;font-weight:500;padding:.55em .2em;position:relative;transition:background .13s,color .13s}.react-calendar__tile:focus,.react-calendar__tile:hover{background:var(--surface-2);color:var(--text-primary)}.react-calendar__tile--active{background:var(--accent)!important;box-shadow:0 2px 8px #5b5ef459;color:#fff!important;font-weight:700}.react-calendar__tile--now{background:var(--accent-soft);color:var(--accent);font-weight:700}.react-calendar__tile--now.react-calendar__tile--active{background:var(--accent)!important;color:#fff!important}.react-calendar__navigation button{background:none;border-radius:8px;color:var(--text-primary);font-family:inherit;font-size:.875rem;font-weight:600;transition:background .13s,color .13s}.react-calendar__navigation button:hover{background:var(--surface-2)}.react-calendar__navigation button:disabled{opacity:.3}.react-calendar__month-view__weekdays__weekday abbr{color:var(--text-muted);font-size:.72rem;font-weight:700;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.cal-dots{display:flex;gap:2px;justify-content:center;margin-top:2px}.cal-dot{background:var(--accent);border-radius:50%;display:inline-block;height:4px;width:4px}.cal-dot--task{background:var(--warning)}.react-calendar__tile--active .cal-dot{background:#fffc}.react-calendar__tile--active .cal-dot--task{background:#fff9}.calendar-hint{color:var(--text-muted);font-size:.78rem;font-weight:400;margin-top:1rem;text-align:center}.day-view-screen{max-width:760px;padding:0 0 2rem}.day-view-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1.25rem 2.5rem}.day-view-date{font-size:1.25rem;font-weight:800;letter-spacing:-.03em}.day-view-count{font-size:.78rem;font-weight:500;margin:.2rem 0 0}.day-view-body{padding:0 2.5rem}.entry-card{box-shadow:var(--shadow-xs);margin-bottom:.625rem;padding:.875rem 1rem 0;transition:box-shadow .15s ease,border-color .15s ease,transform .1s ease}.entry-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-1px)}.entry-card.timer-active{box-shadow:0 0 0 2px var(--accent-soft),var(--shadow-sm)}.entry-card.entry-done{opacity:.6}.entry-card.entry-done .entry-preview{opacity:.65}.entry-complete-btn{border-radius:5px;transition:color .13s,background .13s}.entry-card-header{margin-bottom:.25rem}.entry-title{font-size:.925rem;letter-spacing:-.01em}.entry-card-meta{gap:.375rem}.entry-time{font-feature-settings:"tnum";font-size:.7rem;font-weight:500}.entry-preview{font-size:.825rem;line-height:1.6;margin-bottom:.5rem}.tag{letter-spacing:.01em}.tag,.task-badge{border-radius:99px;font-size:.69rem;font-weight:500}.task-badge{background:var(--surface-2)}.task-badge.task-badge-done{background:var(--success-soft);color:var(--success)}.btn-delete{align-items:center;border-radius:5px;color:var(--text-muted);display:flex;opacity:0;padding:.2rem;transition:opacity .15s,color .13s}.entry-card:hover .btn-delete{opacity:1}.btn-delete:hover{background:var(--danger-soft);color:var(--danger)}.entry-timer-bar{gap:.5rem;margin-top:.375rem;padding:.5rem 0 .625rem}.inline-timer-btn{background:var(--surface-2);border:1px solid var(--border);font-size:.75rem;padding:.25rem .625rem;transition:background .13s,color .13s,border-color .13s,box-shadow .13s}.inline-timer-btn:hover{border-color:var(--accent-medium)}.inline-timer-btn.running{border-color:var(--accent);box-shadow:0 2px 8px #5b5ef44d}.inline-timer-btn.running:hover{background:var(--accent-hover);filter:none}.timer-reset-btn{font-size:.7rem;font-weight:500;gap:.2rem;transition:color .13s,background .13s}.timer-reset-btn:hover{background:var(--danger-soft);color:var(--danger)}.timer-pulse{animation:pulse-blink 1.2s ease-in-out infinite;height:6px;width:6px}.inline-timer-display{font-size:.8rem;letter-spacing:.02em}.inline-timer-display.zero{opacity:.35}.skeleton-list{gap:.625rem;padding:0 2.5rem}.skeleton-card{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,var(--surface-2) 25%,var(--border) 50%,var(--surface-2) 75%);background-size:200% 100%;height:100px}.day-view-header{align-items:flex-start;background:var(--bg);border-bottom:1px solid var(--border);display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}.day-view-date{color:var(--text-primary);font-size:1.2rem;font-weight:700;margin:0}.day-view-count{color:var(--text-muted);font-size:.82rem;margin:.25rem 0 0}.day-view-body{padding:0 2rem}.virtual-scroll-container{height:calc(100vh - 220px);overflow-y:auto}.entry-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;cursor:pointer;margin-bottom:.75rem;overflow:hidden;padding:.9rem 1.1rem 0;transition:box-shadow .15s,border-color .15s}.entry-card:hover{border-color:var(--accent);box-shadow:0 4px 16px var(--shadow)}.entry-card.timer-active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.entry-card.entry-done{border-style:dashed;opacity:.65}.entry-card.entry-done .entry-title{color:var(--text-muted);text-decoration:line-through}.entry-card.entry-done .entry-preview{opacity:.7}.entry-complete-btn{align-items:center;background:none;border:none;border-radius:4px;color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;padding:.1rem;transition:color .15s,background .12s}.entry-complete-btn:hover{background:var(--accent-soft);color:var(--accent)}.entry-card.entry-done .entry-complete-btn{color:var(--accent)}.entry-card-header{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.35rem}.entry-title{color:var(--text-primary);flex:1 1;font-size:.97rem;font-weight:600}.untitled{color:var(--text-muted);font-style:italic;font-weight:400}.entry-card-meta{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.entry-time{color:var(--text-muted);font-size:.73rem}.entry-preview{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:var(--text-muted);display:-webkit-box;font-size:.85rem;line-height:1.5;margin-bottom:.4rem;overflow:hidden}.entry-tags{display:flex;flex-wrap:wrap;gap:.3rem;margin-bottom:.5rem}.tag{background:var(--accent-soft);color:var(--accent)}.tag,.task-badge{border-radius:999px;font-size:.72rem;padding:.1rem .5rem}.task-badge{background:var(--surface);border:1px solid var(--border);color:var(--text-muted)}.task-badge.task-badge-done{background:var(--accent-soft);border-color:#0000;color:var(--accent)}.btn-delete{background:none;border:none;cursor:pointer;font-size:.88rem;opacity:.35;padding:0;transition:opacity .15s}.btn-delete:hover{opacity:1}.entry-timer-bar{align-items:center;border-top:1px solid var(--border);display:flex;gap:.6rem;margin-top:.4rem;padding:.5rem 0}.inline-timer-btn{align-items:center;background:var(--border);border:none;border-radius:6px;color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;font-family:inherit;font-size:.78rem;font-weight:600;gap:.3rem;padding:.28rem .75rem;transition:background .15s,color .15s}.inline-timer-btn:hover{background:var(--accent-soft);color:var(--accent)}.inline-timer-btn.running{background:var(--accent);color:#fff}.inline-timer-btn.running:hover{filter:brightness(1.1)}.timer-reset-btn{align-items:center;background:none;border:none;border-radius:5px;color:var(--text-muted);cursor:pointer;display:flex;font-family:inherit;font-size:.73rem;gap:.25rem;margin-left:auto;padding:.2rem .4rem;transition:color .12s,background .12s}.timer-reset-btn:hover{background:#fff0f0;color:#e53e3e}.timer-pulse{animation:pulse-blink 1s ease-in-out infinite;background:#fff;border-radius:50%;display:inline-block;flex-shrink:0;height:7px;width:7px}@keyframes pulse-blink{0%,to{opacity:1}50%{opacity:.3}}.inline-timer-display{font-feature-settings:"tnum";color:var(--text-muted);font-size:.85rem;font-variant-numeric:tabular-nums;font-weight:600;letter-spacing:.01em;transition:color .2s}.inline-timer-display.running{color:var(--accent)}.inline-timer-display.zero{opacity:.4}.skeleton-list{display:flex;flex-direction:column;gap:.75rem;padding:0 2rem}.skeleton-card{animation:shimmer 1.4s infinite;background:var(--border);border-radius:12px;height:110px}@keyframes shimmer{0%,to{opacity:.6}50%{opacity:1}}.empty-state{color:var(--text-muted);padding:4rem 1rem;text-align:center}.empty-icon{display:block;font-size:2.5rem;margin-bottom:.75rem}.rich-editor{flex:1 1;flex-direction:column;min-height:0}.editor-toolbar,.rich-editor{background:var(--surface);display:flex}.editor-toolbar{align-items:center;border-bottom:1px solid var(--border);flex-shrink:0;gap:1px;padding:.5rem 1rem}.toolbar-btn{align-items:center;background:none;border:none;border-radius:6px;color:var(--text-muted);cursor:pointer;display:flex;font-family:inherit;font-size:.85rem;font-weight:600;height:30px;justify-content:center;min-width:32px;padding:.3rem .6rem;transition:background .13s,color .13s}.toolbar-btn:hover{background:var(--surface-2);color:var(--text-primary)}.toolbar-btn.active{background:var(--accent-soft);color:var(--accent)}.editor-content{background:var(--surface);flex:1 1;overflow-y:auto;padding:1.5rem}.editor-content .ProseMirror{color:var(--text-primary);font-size:1rem;font-weight:400;line-height:1.8;min-height:300px;outline:none}.editor-content .ProseMirror>*+*{margin-top:.75em}.editor-content .ProseMirror p.is-editor-empty:before{color:var(--border-strong);content:attr(data-placeholder);float:left;font-style:normal;height:0;pointer-events:none}.editor-content .ProseMirror h2{color:var(--text-primary);font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin:1.5em 0 .5em}.editor-content .ProseMirror ul{padding-left:1.5rem}.editor-content .ProseMirror li{margin-bottom:.25em}.editor-content .ProseMirror strong{font-weight:700}.editor-content .ProseMirror em{font-style:italic}.editor-content .ProseMirror blockquote{border-left:3px solid var(--accent-medium);color:var(--text-secondary);font-style:italic;margin:1em 0;padding-left:1rem}.timer-widget{align-items:center;background:var(--surface);border-top:1px solid var(--border);display:flex;flex-shrink:0;gap:.75rem;padding:.625rem 1.5rem}.timer-widget.running{background:var(--accent-soft);border-top-color:var(--accent-medium)}.timer-elapsed{font-feature-settings:"tnum";color:var(--text-primary);font-size:.95rem;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:.03em;min-width:60px}.timer-btn{border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:600;padding:.38rem 1rem;transition:background .13s,box-shadow .13s}.btn-start{background:var(--accent);box-shadow:0 2px 8px #5b5ef44d;color:#fff}.btn-start:hover{background:var(--accent-hover)}.btn-stop{background:var(--danger);box-shadow:0 2px 8px #dc26264d;color:#fff}.btn-stop:hover{filter:brightness(1.08)}.task-list-section{background:var(--surface);border-top:1px solid var(--border);flex-shrink:0;padding:.625rem 1.5rem .75rem}.task-list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.task-list-label{align-items:center;color:var(--text-muted);display:flex;font-size:.68rem;font-weight:700;gap:.4rem;letter-spacing:.1em;text-transform:uppercase}.task-list-counter{background:var(--accent-soft);border-radius:99px;color:var(--accent);font-size:.68rem;font-weight:600;padding:.05rem .45rem}.task-add-trigger{background:none;border:none;border-radius:5px;color:var(--accent);cursor:pointer;font-family:inherit;font-size:.78rem;font-weight:600;padding:.15rem .4rem;transition:background .12s,color .12s}.task-add-trigger:hover{background:var(--accent-soft)}.task-list{display:flex;flex-direction:column;gap:1px;list-style:none;margin:0;padding:0}.task-item{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:.5rem;padding:.28rem .25rem;position:relative;transition:background .1s}.task-item:hover{background:var(--surface-2)}.task-item:hover .task-delete-btn{opacity:1}.task-checkbox{align-items:center;color:var(--text-muted);display:flex;flex-shrink:0;transition:color .13s}.task-item.completed .task-checkbox{color:var(--success)}.task-text{color:var(--text-primary);flex:1 1;font-size:.875rem;line-height:1.4;transition:color .15s,-webkit-text-decoration .15s;transition:color .15s,text-decoration .15s;transition:color .15s,text-decoration .15s,-webkit-text-decoration .15s;word-break:break-word}.task-item.completed .task-text{color:var(--text-muted);text-decoration:line-through;-webkit-text-decoration-color:var(--text-muted);text-decoration-color:var(--text-muted)}.task-delete-btn{align-items:center;background:none;border:none;border-radius:4px;color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;opacity:0;padding:.15rem;transition:opacity .12s,color .12s,background .12s}.task-delete-btn:hover{background:#fff0f0;color:#e53e3e}.task-add-row{align-items:center;display:flex;gap:.55rem;margin-top:.15rem;padding:.3rem .25rem}.task-checkbox-placeholder{color:var(--text-muted);opacity:.4}.task-add-input{background:#0000;border:none;color:var(--text-primary);flex:1 1;font-family:inherit;font-size:.9rem;outline:none}.task-add-input::placeholder{color:var(--text-muted)}.editor-screen{background:var(--bg);display:flex;flex-direction:column;height:100dvh}.editor-header{align-items:center;background:var(--surface);border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:.75rem;height:52px;justify-content:space-between;padding:0 1.25rem}.editor-save-status{font-size:.75rem;font-weight:500;min-width:70px;text-align:center}.save-indicator{border-radius:99px;font-size:.72rem;font-weight:600;letter-spacing:.01em;padding:.18rem .6rem}.save-indicator.saving{color:var(--text-muted)}.save-indicator.saved{background:var(--success-soft);color:var(--success)}.editor-title-input{background:#0000;border:none;color:var(--text-primary);flex-shrink:0;font-family:inherit;font-size:1.6rem;font-weight:800;letter-spacing:-.03em;line-height:1.2;outline:none;padding:1.25rem 1.5rem .375rem;width:100%}.editor-title-input::placeholder{color:var(--border-strong);font-weight:700}.editor-date-badge{color:var(--text-muted);flex-shrink:0;font-size:.75rem;font-weight:500;letter-spacing:.01em;padding:0 1.5rem .75rem}.editor-body{flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.editor-body,.editor-tags-row{border-top:1px solid var(--border);display:flex}.editor-tags-row{align-items:center;background:var(--surface);flex-shrink:0;gap:.5rem;padding:.6rem 1.5rem}.tags-label{color:var(--text-muted);font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.tags-input{background:#0000;border:none;color:var(--text-primary);flex:1 1;font-family:inherit;font-size:.85rem;outline:none}.editor-loading,.tags-input::placeholder{color:var(--text-muted)}.editor-loading{font-size:.9rem;padding:3rem 2rem;text-align:center}.editor-complete-btn{align-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:7px;color:var(--text-muted);cursor:pointer;display:flex;font-family:inherit;font-size:.78rem;font-weight:500;gap:.3rem;padding:.28rem .65rem;transition:color .13s,background .13s,border-color .13s;white-space:nowrap}.editor-complete-btn:hover{background:var(--accent-soft);border-color:var(--accent-medium);color:var(--accent)}.editor-complete-btn.is-done{background:var(--success-soft);border-color:var(--success);color:var(--success)}.entry-done.editor-screen .editor-title-input{color:var(--text-muted);text-decoration:line-through}.search-screen{max-width:760px;padding:2rem 2.5rem 3rem}.search-bar-wrapper{align-items:center;background:var(--surface);border:1.5px solid var(--border);border-radius:10px;box-shadow:var(--shadow-xs);display:flex;gap:.625rem;margin-bottom:1.5rem;padding:.7rem 1rem;transition:border-color .15s,box-shadow .15s}.search-bar-wrapper:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,#0000)}.search-icon{align-items:center;color:var(--text-muted);display:flex;flex-shrink:0;transition:color .13s}.search-bar-wrapper:focus-within .search-icon{color:var(--accent)}.search-input{background:#0000;border:none;color:var(--text-primary);flex:1 1;font-family:inherit;font-size:.9rem;font-weight:400;outline:none}.search-clear,.search-input::placeholder{color:var(--text-muted)}.search-clear{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;padding:.1rem;transition:color .13s,background .13s}.search-clear:hover{background:var(--surface-2);color:var(--text-primary)}.search-results{display:flex;flex-direction:column;gap:.625rem;list-style:none;margin:0;padding:0}.search-results-meta{color:var(--text-muted);font-size:.75rem;font-weight:500;margin:0 0 .875rem}.search-empty-state{color:var(--text-muted);padding:4rem 1rem;text-align:center}.search-empty-state p{color:var(--text-secondary);font-size:.9rem;font-weight:500;margin:0 0 .35rem}.search-empty-state small{color:var(--text-muted);font-size:.78rem}.sync-screen{max-width:600px;padding:2rem 2.5rem 3rem}.sync-account-badge{align-items:center;background:var(--surface-2);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-xs);display:flex;gap:.75rem;padding:.75rem 1rem}.sync-account-avatar{object-fit:cover}.sync-account-avatar,.sync-account-avatar-fallback{border-radius:50%;flex-shrink:0;height:36px;width:36px}.sync-account-avatar-fallback{align-items:center;background:var(--accent-soft);color:var(--accent);display:flex;font-size:.875rem;font-weight:700;justify-content:center}.sync-account-info{display:flex;flex-direction:column;gap:.1rem;min-width:0}.sync-account-name{color:var(--text-primary);font-size:.875rem;font-weight:600;letter-spacing:-.01em}.sync-account-email,.sync-account-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sync-account-email{color:var(--text-muted);font-size:.75rem}.sync-reconnecting{align-items:center;color:var(--text-muted);display:flex;font-size:.85rem;font-weight:500;gap:.5rem;padding:.5rem 0}@keyframes spin{to{transform:rotate(1turn)}}.spin{animation:spin .8s linear infinite}.sync-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem;padding:1.25rem}.sync-card-header{align-items:flex-start;display:flex;gap:.875rem}.sync-provider-icon{flex-shrink:0;font-size:1.75rem;line-height:1}.sync-card-title{color:var(--text-primary);font-size:.975rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .2rem}.sync-card-sub{color:var(--text-muted);font-size:.8rem;line-height:1.6;margin:0}.btn-full{justify-content:center;text-align:center;width:100%}.sync-card .btn-primary{border-radius:10px;box-shadow:0 1px 6px #5b5ef433;font-size:.9rem;font-weight:600;gap:.5rem;height:44px;letter-spacing:-.01em;transition:background .15s,box-shadow .15s,transform .1s,opacity .15s}.sync-card .btn-primary:hover:not(:disabled){box-shadow:0 4px 16px #5b5ef466;transform:translateY(-1px)}.sync-card .btn-primary:active:not(:disabled){box-shadow:0 1px 6px #5b5ef433;transform:translateY(0)}.sync-card .btn-primary:disabled{box-shadow:none;cursor:not-allowed;opacity:.5}.sync-status-row .btn-ghost{background:var(--danger-soft);border:1px solid #0000;border-radius:6px;color:var(--danger);font-size:.78rem;font-weight:500;height:auto;padding:.25rem .625rem;transition:background .15s,border-color .15s,color .15s}.sync-status-row .btn-ghost:hover{background:var(--danger-soft);border-color:var(--danger);color:var(--danger)}.sync-authenticated{display:flex;flex-direction:column;gap:.75rem}.sync-status-row{align-items:center;display:flex;justify-content:space-between}.sync-connected-badge{background:var(--success-soft);color:var(--success);letter-spacing:.01em}.sync-connected-badge,.sync-disconnected-badge{border-radius:99px;font-size:.75rem;font-weight:600;padding:.2rem .7rem}.sync-disconnected-badge{background:var(--warning-soft);color:var(--warning)}.sync-offline-note{color:var(--text-muted);font-size:.78rem;margin:0}.sync-feedback{border-radius:8px;font-size:.82rem;font-weight:500;margin:0;padding:.5rem .75rem}.sync-feedback.success{background:var(--success-soft);color:var(--success)}.sync-feedback.error{background:var(--danger-soft);color:var(--danger)}.sync-info-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-xs);color:var(--text-muted);font-size:.82rem;line-height:1.7;padding:1rem 1.25rem}.sync-info-box h3{color:var(--text-primary);font-size:.875rem;font-weight:700;letter-spacing:-.01em;margin:0 0 .75rem}.sync-info-box ul{margin:0;padding-left:1.25rem}.sync-info-box li{margin-bottom:.4rem}.sync-config-warning{background:var(--warning-soft);border:1px solid color-mix(in srgb,var(--warning) 30%,#0000);border-radius:8px;color:var(--warning);font-size:.8rem;font-weight:500;margin-top:1rem;padding:.75rem 1rem}.sync-provider-tabs{background:var(--surface-2);border:1px solid var(--border);border-radius:10px;display:flex;gap:4px;margin-bottom:1.25rem;padding:4px}.sync-provider-tab{align-items:center;background:#0000;border:none;border-radius:7px;color:var(--text-muted);cursor:pointer;display:flex;flex:1 1;font-family:inherit;font-size:.85rem;font-weight:500;gap:.5rem;justify-content:center;padding:.5rem 1rem;transition:background .13s,color .13s;white-space:nowrap}.sync-provider-tab.active,.sync-provider-tab:hover{background:var(--surface);color:var(--text-primary)}.sync-provider-tab.active{box-shadow:var(--shadow-xs);font-weight:600}.settings-screen{max-width:600px;padding:2rem 2.5rem 3rem}.settings-section{margin-bottom:2rem}.settings-section-title{color:var(--text-muted);font-size:.68rem;font-weight:700;letter-spacing:.1em;margin:0 0 .625rem .25rem;text-transform:uppercase}.settings-row{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-xs);color:var(--text-primary);cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:1rem;justify-content:space-between;padding:.875rem 1rem;transition:background .13s,border-color .13s}.settings-row:hover{background:var(--surface-2);border-color:var(--border-strong)}.settings-select{background:#0000;border:none;color:var(--accent);cursor:pointer;direction:rtl;font-family:inherit;font-size:.875rem;font-weight:600;outline:none}.settings-info-card{background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow-xs);color:var(--text-muted);font-size:.85rem;line-height:1.7;padding:1rem 1.25rem}.settings-info-card p{color:var(--text-secondary);margin:0 0 .5rem}.settings-info-card p:last-child{margin-bottom:0}.settings-info-card strong{color:var(--text-primary);font-weight:600}.export-screen{max-width:680px;padding:2rem 2.5rem 3rem}.export-header{align-items:center;color:var(--text-primary);display:flex;gap:.6rem;margin-bottom:2rem}.export-header h2{font-size:1.35rem;font-weight:800;letter-spacing:-.03em;margin:0}.export-section{margin-bottom:1.75rem}.export-label{color:var(--text-muted);font-size:.68rem;font-weight:700;letter-spacing:.1em;margin:0 0 .625rem .125rem;text-transform:uppercase}.export-presets{display:flex;flex-wrap:wrap;gap:.4rem}.preset-btn{background:var(--surface);border:1px solid var(--border);border-radius:99px;color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:.825rem;font-weight:500;padding:.3rem .875rem;transition:background .13s,border-color .13s,color .13s}.preset-btn:hover{background:var(--accent-soft);border-color:var(--accent-medium);color:var(--accent)}.preset-btn.active{background:var(--accent);border-color:var(--accent);box-shadow:0 2px 8px #5b5ef44d;color:#fff;font-weight:600}.export-date-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:.75rem}.export-date-field{display:flex;flex:1 1;flex-direction:column;gap:.3rem;min-width:140px}.export-date-field label{color:var(--text-secondary);font-size:.75rem;font-weight:600}.export-date-field input[type=date]{background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-xs);color:var(--text-primary);font-family:inherit;font-size:.875rem;outline:none;padding:.5rem .75rem;transition:border-color .13s,box-shadow .13s}.export-date-field input[type=date]:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,#0000)}.export-date-sep{color:var(--text-muted);font-size:1.1rem;padding-bottom:.5rem}.export-range-error{color:var(--danger);font-size:.8rem;font-weight:500;margin-top:.5rem}.export-preview-card{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:14px;box-shadow:var(--shadow-sm);display:flex;gap:1.5rem;margin-bottom:1.75rem;padding:1.25rem 1.75rem}.export-preview-stat{align-items:center;display:flex;flex-direction:column;gap:.2rem}.stat-value{color:var(--accent);font-size:1.75rem;font-weight:800;letter-spacing:-.03em;line-height:1}.stat-label{color:var(--text-muted);font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.export-preview-divider{background:var(--border);height:3rem;width:1px}.export-preview-loading{color:var(--text-muted);font-size:.875rem;font-weight:500}.export-btn-row{display:flex;flex-wrap:wrap;gap:.625rem}.export-btn{align-items:center;border:none;border-radius:9px;cursor:pointer;display:flex;font-family:inherit;font-size:.875rem;font-weight:600;gap:.5rem;padding:.6rem 1.375rem;transition:opacity .13s,transform .1s,box-shadow .13s}.export-btn:hover:not(:disabled){transform:translateY(-1px)}.export-btn:disabled{cursor:not-allowed;opacity:.35}.export-btn-csv{background:var(--surface);border:1.5px solid var(--border);box-shadow:var(--shadow-xs);color:var(--text-primary)}.export-btn-csv:hover:not(:disabled){background:var(--accent-soft);border-color:var(--accent-medium);color:var(--accent)}.export-btn-excel{background:#1d6f42;box-shadow:0 2px 8px #1d6f4259;color:#fff}.export-empty-note{color:var(--text-muted);font-size:.82rem;margin-top:.75rem}.export-success{align-items:center;color:var(--success);display:flex;font-size:.82rem;font-weight:600;gap:.4rem;margin-top:.75rem}.export-info-box{background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-xs);padding:1.125rem 1.375rem}.export-info-box h3{color:var(--text-muted);font-size:.7rem;font-weight:700;letter-spacing:.1em;margin:0 0 .75rem;text-transform:uppercase}.export-info-box ul{display:flex;flex-direction:column;gap:.35rem;margin:0;padding-left:1.2rem}.export-info-box li{color:var(--text-secondary);font-size:.85rem;line-height:1.5}@media (max-width:600px){.export-screen{padding:1.25rem 1rem 2rem}.export-date-row{flex-direction:column}.export-date-sep{display:none}}:root{--sidebar-collapsed-width:60px;--sidebar-transition:0.2s cubic-bezier(0.4,0,0.2,1)}.app-footer{background:var(--surface);font-size:.7rem;font-weight:400;letter-spacing:.02em;padding:.55rem 1rem}.sidebar-brand{gap:.625rem;padding:0 .875rem;text-decoration:none}.sidebar-brand-icon{align-items:center;background:linear-gradient(135deg,#5b5ef4,#8b5cf6);border-radius:9px;box-shadow:0 2px 8px #5b5ef459;color:#fff;display:flex;height:32px;justify-content:center;width:32px}.sidebar-brand-name{font-size:.95rem;letter-spacing:-.02em}.sidebar-nav{gap:1px;padding:.625rem .5rem}.sidebar-nav-item{border-radius:8px;font-size:.875rem;gap:.625rem;letter-spacing:-.01em;padding:.575rem .625rem;transition:background .13s ease,color .13s ease}.sidebar-nav-item:hover{background:var(--surface-2);color:var(--text-primary)}.sidebar-active-bar{height:50%;top:25%}.sidebar-nav-icon{align-items:center;display:flex;justify-content:center;opacity:.85;width:22px}.sidebar-nav-item.active .sidebar-nav-icon{opacity:1}.sidebar-collapse-btn{border-radius:0;font-size:.8rem;gap:.625rem;margin:0;padding:.7rem .625rem;transition:color .13s,background .13s}.sidebar-collapse-btn:hover{background:var(--surface-2);color:var(--text-primary)}.sidebar-collapse-icon{align-items:center;display:flex;justify-content:center;width:22px}.sidebar-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006}.topbar{position:-webkit-sticky;position:sticky;top:0}.topbar-hamburger{align-items:center;border:1px solid var(--border);border-radius:7px;font-size:1.1rem;height:34px;justify-content:center;padding:.3rem;transition:background .13s,color .13s,border-color .13s;width:34px}.topbar-hamburger:hover{background:var(--surface-2);border-color:var(--border-strong);color:var(--text-primary)}.topbar-title{font-size:.95rem;font-weight:600;letter-spacing:-.02em}.topbar-back{font-size:.8rem}@media (max-width:767px){.sidebar{box-shadow:var(--shadow-lg);left:-220px;left:calc(var(--sidebar-width)*-1);width:220px!important;width:var(--sidebar-width)!important}.sidebar.mobile-open{left:0}.sidebar-backdrop{display:block}.app-content{margin-left:0!important}.topbar-hamburger{display:flex}.topbar{padding:0 1rem}}:root{--sidebar-width:220px;--sidebar-collapsed-width:64px;--topbar-height:56px;--sidebar-transition:0.22s cubic-bezier(0.4,0,0.2,1)}.app-shell{background:var(--bg);height:100dvh}.app-content,.app-shell{display:flex;overflow:hidden}.app-content{flex:1 1;flex-direction:column;margin-left:220px;margin-left:var(--sidebar-width);min-width:0;transition:margin-left .22s cubic-bezier(.4,0,.2,1);transition:margin-left var(--sidebar-transition)}.app-shell.sidebar-collapsed .app-content{margin-left:64px;margin-left:var(--sidebar-collapsed-width)}.app-shell.editor-mode .app-content{margin-left:0}.app-main{-webkit-overflow-scrolling:touch;flex:1 1;overflow-y:auto}.app-footer{background:var(--bg);border-top:1px solid var(--border);color:var(--text-muted);flex-shrink:0;font-size:.72rem;letter-spacing:.01em;padding:.6rem 1rem;text-align:center}.sidebar{background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;height:100dvh;left:0;overflow:hidden;position:fixed;top:0;transition:width .22s cubic-bezier(.4,0,.2,1);transition:width var(--sidebar-transition);width:220px;width:var(--sidebar-width);z-index:200}.sidebar.collapsed{width:64px;width:var(--sidebar-collapsed-width)}.sidebar-brand{align-items:center;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:.75rem;height:56px;height:var(--topbar-height);overflow:hidden;padding:0 1rem;white-space:nowrap}.sidebar-brand-icon{flex-shrink:0;font-size:1.4rem}.sidebar-brand-name{color:var(--text-primary);font-size:1rem;font-weight:700;letter-spacing:-.01em}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;overflow-x:hidden;overflow-y:auto;padding:.75rem .5rem}.sidebar-nav-item{align-items:center;background:none;border:none;border-radius:10px;color:var(--text-muted);cursor:pointer;display:flex;font-family:inherit;font-size:.9rem;font-weight:500;gap:.75rem;overflow:hidden;padding:.65rem .75rem;position:relative;text-align:left;transition:background .15s,color .15s;white-space:nowrap;width:100%}.sidebar-nav-item.active,.sidebar-nav-item:hover{background:var(--accent-soft);color:var(--accent)}.sidebar-nav-item.active{font-weight:600}.sidebar-active-bar{background:var(--accent);border-radius:0 3px 3px 0;height:60%;left:0;position:absolute;top:20%;width:3px}.sidebar-nav-icon{flex-shrink:0;font-size:1.15rem;text-align:center;width:24px}.sidebar-nav-label{flex:1 1;line-height:1;overflow:hidden;text-overflow:ellipsis}.sidebar-collapse-btn{align-items:center;background:none;border:none;border-top:1px solid var(--border);color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;font-family:inherit;font-size:.85rem;font-weight:500;gap:.75rem;overflow:hidden;padding:.8rem .75rem;transition:color .15s,background .15s;white-space:nowrap;width:100%}.sidebar-collapse-btn:hover{background:var(--accent-soft);color:var(--accent)}.sidebar-collapse-icon{flex-shrink:0;font-size:1.1rem;font-style:normal;text-align:center;width:24px}.sidebar-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;display:none;inset:0;position:fixed;z-index:199}.topbar{background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;height:56px;height:var(--topbar-height);justify-content:space-between;padding:0 1.5rem;z-index:100}.topbar,.topbar-left{align-items:center;display:flex}.topbar-left{gap:.75rem}.topbar-hamburger{background:none;border:none;color:var(--text-muted);cursor:pointer;display:none;font-size:1.3rem;line-height:1;padding:.25rem;transition:color .15s}.topbar-hamburger:hover{color:var(--accent)}.topbar-title{color:var(--text-primary);font-size:1.1rem;font-weight:700;margin:0}.topbar-back{font-size:.88rem}@media (max-width:767px){.sidebar{box-shadow:4px 0 24px var(--shadow);left:-220px;left:calc(var(--sidebar-width)*-1);width:220px!important;width:var(--sidebar-width)!important}.sidebar.mobile-open{left:0}.sidebar-backdrop{display:block}.app-content{margin-left:0!important}.topbar-hamburger{display:block}.topbar{padding:0 1rem}}
/*# sourceMappingURL=main.ed7d3efd.css.map*/