:root{color-scheme:light;--bg: #f5f8fa;--panel: #ffffff;--panel-soft: #eff6f8;--text: #1c2c35;--muted: #5f717a;--border: #d5e2e7;--accent: #518fa6;--accent-strong: #2e4f5e;--danger: #b42318;--shadow: 0 12px 28px rgba(28, 44, 53, .08)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.entries-view{height:100vh;overflow:hidden}button,input,select{font:inherit}.shell{width:min(1540px,100%);margin:0 auto;padding:12px}body.entries-view .shell{height:100vh;overflow:hidden}.app-shell{display:grid;grid-template-columns:164px minmax(0,1fr);align-items:start;gap:12px}.app-sidebar{display:grid;gap:14px;padding:10px;border-radius:8px;background:var(--panel)}.app-brand{padding:4px 2px}.sidebar-nav{display:grid;gap:6px}.sidebar-nav-button{min-height:38px;padding:0 10px;border:1px solid transparent;border-radius:8px;background:transparent;color:var(--muted);text-align:left;font-weight:700}.sidebar-nav-button.active{border-color:var(--accent);background:var(--accent);color:#fff}.app-main{display:flex;flex-direction:column;gap:10px;min-width:0}body.entries-view .app-shell{height:100%}body.entries-view .app-main{align-self:stretch;height:100%;max-height:100vh;min-height:0;overflow:hidden}body.entries-view .app-sidebar{align-self:start;height:auto}.topbar,.section-head,.timer-status{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}h1,h2,p{margin:0}h1{font-size:28px;font-weight:760}h2{font-size:18px;font-weight:720}.panel{margin-top:0;padding:12px;background:var(--panel);border-radius:8px}.pwa-update-banner{position:fixed;top:calc(10px + env(safe-area-inset-top));left:50%;z-index:80;display:flex;align-items:center;gap:10px;width:max-content;max-width:calc(100vw - 24px);padding:8px 10px;border:1px solid color-mix(in srgb,var(--accent) 35%,var(--border));border-radius:999px;background:color-mix(in srgb,var(--panel) 92%,var(--accent));box-shadow:0 14px 36px #1c2c3524;color:var(--text);font-size:13px;font-weight:700;transform:translate(-50%)}.pwa-update-banner button{min-height:30px;padding:0 12px;border:0;border-radius:999px;background:var(--accent);color:#fff;font-weight:800}.timer-panel{display:grid;gap:6px;padding-block:8px}.timer-row{display:grid;grid-template-columns:minmax(120px,172px) minmax(0,1fr) auto;gap:10px;align-items:center}.entry-composer{position:relative;display:flex;align-items:center;gap:8px;min-width:0;width:100%}.entry-composer input{flex:1 1 auto;width:100%;min-height:38px;min-width:0}.entry-composer-select{flex:0 0 140px;min-width:140px;min-height:32px;padding-inline:12px 28px;border:0;appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 16px) calc(50% - 2px),calc(100% - 10px) calc(50% - 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.entry-composer-select-empty{background-color:var(--panel-soft);color:var(--muted)}.entry-composer-select option{color:var(--text)}.entry-composer-menu{position:absolute;top:calc(100% + 6px);left:150px;z-index:20;min-width:min(320px,calc(100% - 150px));max-height:260px;overflow:auto;padding:6px;border:1px solid var(--border);border-radius:8px;background:var(--panel);box-shadow:var(--shadow)}.entry-composer-option{display:flex;width:100%;align-items:center;justify-content:flex-start;gap:8px;min-height:42px;padding:8px 10px;border:0;border-radius:6px;background:transparent;color:var(--text);font-weight:700}.completion-option-main{display:flex;min-width:0;flex:1;align-items:baseline;justify-content:space-between;gap:12px}.completion-option-main span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.completion-option-main small{flex:0 0 auto;color:var(--muted);font-size:12px;font-weight:700}.entry-composer-option:hover,.entry-composer-option:focus-visible,.entry-composer-option.active{background:var(--panel-soft)}.category-dot{width:8px;height:8px;flex:0 0 8px;border-radius:999px}.timer-status{min-width:0;align-items:center;gap:10px;justify-self:start}.timer-toggle{width:42px;min-width:42px;height:42px;min-height:42px;padding:0;border-radius:999px;display:grid;place-items:center}.task-suggestions{display:flex;flex-wrap:wrap;gap:6px}.today-task-strip{flex-wrap:nowrap;margin-top:-2px;padding-bottom:1px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.today-task-strip::-webkit-scrollbar{display:none}.description-suggestions{display:grid;gap:8px}.description-suggestion{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;min-height:44px;padding:0 12px;border-color:var(--border);background:#fff;text-align:left}.description-suggestion-category{display:inline-flex;align-items:center;min-width:86px;min-height:28px;padding:0 10px;border-radius:999px;font-size:13px;font-weight:750;justify-content:center}.description-suggestion-meta{min-width:0;color:var(--muted);font-size:13px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-suggestion{min-height:30px;padding:0 10px;border-color:var(--tone-border, var(--border));background:var(--tone-surface, #fff);color:var(--tone-text, var(--text));font-weight:700}.today-task-chip{flex:0 0 auto;max-width:320px;border-radius:999px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.label,.muted,.message,.empty,.day-date{color:var(--muted)}.label{margin-bottom:2px;font-size:12px;font-weight:700}.muted{margin-top:4px}.elapsed{min-width:132px;font-variant-numeric:tabular-nums;font-size:32px;font-weight:760;text-align:right}.editor-form{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.editor-form .entry-composer{grid-column:1 / -1}.datetime-compact-field{display:grid;gap:4px}.datetime-compact-field>label{color:var(--muted);font-size:12px;font-weight:750}.datetime-compact-control{display:grid;grid-template-columns:minmax(72px,96px) auto;gap:6px;align-items:center}.datetime-compact-control input{min-height:36px;padding:6px 10px;text-align:center;font-size:16px;font-weight:760}.datetime-date-picker{position:relative}.datetime-date-trigger{min-width:52px;min-height:36px;padding:5px 9px;color:var(--muted)}.datetime-calendar-popover{left:auto;right:0;width:max-content;min-width:360px;grid-template-columns:1fr}.editor-split{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px}.category-manager{display:grid;gap:8px;padding:12px;border-radius:8px;background:var(--panel-soft)}.category-manager h3{margin:0;font-size:16px}.category-create-form{display:grid;grid-template-columns:minmax(160px,1fr) 52px 72px;gap:8px;align-items:end;padding:8px;border-radius:8px;background:var(--panel)}.description-rule-form{display:grid;grid-template-columns:minmax(180px,1fr) minmax(140px,220px) 72px;gap:8px;align-items:end;padding:8px;border-radius:8px;background:var(--panel)}.description-rule-candidates{display:flex;flex-wrap:wrap;gap:6px}.description-rule-candidate{min-height:32px;padding:5px 10px;border-radius:999px;background:#fff;color:var(--muted);font-size:13px;font-weight:700}.category-list{display:grid;gap:6px}.category-row{display:grid;grid-template-columns:minmax(0,1fr) 52px 44px;gap:6px;align-items:center;min-height:44px;padding:6px 8px;border-radius:8px;background:#fff}.category-color-button{display:inline-flex;gap:8px;justify-content:center;align-items:center;width:44px;min-width:44px;padding:0;border-color:transparent;background:transparent;color:var(--text)}.category-color-button:hover,.category-color-button:focus-visible{border-color:var(--border);background:#518fa60f}.category-color-preview{width:18px;height:18px;border:2px solid rgba(255,255,255,.95);border-radius:999px;box-shadow:0 0 0 1px var(--border)}.color-dialog{width:min(420px,100%)}.dialog-head{display:flex;gap:12px;justify-content:space-between;align-items:start;margin-bottom:12px}.dialog-head h3{margin:2px 0 0;font-size:18px}.category-color-palette{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.category-color-swatch{width:100%;min-height:44px;height:44px;padding:0;border:2px solid rgba(255,255,255,.95);border-radius:8px;box-shadow:0 0 0 1px var(--border)}.category-color-swatch.selected{box-shadow:0 0 0 2px var(--panel),0 0 0 4px var(--accent)}.category-color-swatch:focus-visible{outline:3px solid rgba(81,143,166,.24);outline-offset:2px}.description-rule-list{display:grid;gap:6px}.description-rule-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(140px,220px) 44px;gap:6px;align-items:center;min-height:48px;padding:6px 8px;border-radius:8px;background:#fff}.description-rule-name{min-width:0;overflow:hidden;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.description-rule-category{width:100%;min-height:40px;padding-inline:12px}.config-panel{display:grid;gap:12px}.config-section{display:grid;gap:8px;padding:12px;border-radius:8px;background:var(--panel-soft)}input[type=color]{min-height:44px;padding:4px}label{display:grid;gap:6px;color:var(--muted);font-size:13px;font-weight:700}input,select{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text)}input:focus{border-color:var(--accent);outline:3px solid rgba(81,143,166,.18)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.actions,.editor-actions,.week-actions{display:flex;gap:8px}button{min-height:44px;padding:0 16px;border:1px solid var(--accent);border-radius:8px;background:var(--accent);color:#fff;font-weight:750;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.secondary{border-color:var(--danger);background:var(--danger)}.ghost{border-color:var(--border);background:#fff;color:var(--text)}.subtle-danger{border-color:transparent;background:transparent;color:var(--muted);font-weight:700}.subtle-danger:hover,.subtle-danger:focus-visible{border-color:#b4231833;background:#b423180f;color:var(--danger)}.icon-danger{width:44px;min-width:44px;padding:0;font-size:22px;line-height:1}.compact-nav{min-width:44px;padding:0 12px;font-size:20px;line-height:1}.week-range-picker{position:relative;width:100%}.week-range-trigger{width:100%;min-width:0;min-height:36px;padding:4px 10px;border-color:var(--border);background:var(--panel);color:var(--text);display:grid;justify-items:center;gap:0}.range-trigger-value{font-size:14px;font-weight:760;line-height:1.2}.report-range-trigger{min-width:280px;border-color:var(--border);background:#fff;color:var(--text);display:inline-flex;align-items:center;justify-content:center;gap:10px}.report-range-trigger span{color:var(--muted);font-size:12px;font-weight:850;text-transform:uppercase}.calendar-picker-popover,.week-picker-popover{position:absolute;right:0;top:calc(100% + 4px);z-index:30;width:min(920px,calc(100vw - 40px));display:grid;grid-template-columns:190px 1fr;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:#fff;box-shadow:0 24px 70px #1c23212e}.week-picker-popover{width:min(640px,calc(100vw - 40px))}.report-calendar-popover{left:0;right:auto}.calendar-picker-shortcuts,.week-picker-shortcuts{display:grid;align-content:start;gap:6px;padding:12px;border-right:1px solid var(--border)}.calendar-picker-shortcuts button,.week-picker-shortcuts button{justify-content:flex-start;border-color:transparent;background:#fff;color:var(--text);text-align:left}.calendar-picker-shortcuts button:hover,.calendar-picker-shortcuts button.active,.week-picker-shortcuts button:hover,.week-picker-shortcuts button.active{border-color:#c1d8e2;background:#e9f1f5;color:var(--accent-strong)}.month-picker{display:grid;gap:10px;padding:12px}.calendar-picker-months{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.calendar-picker-months .calendar-month-panel{padding:10px}.month-picker-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.month-picker-head strong{font-size:22px;letter-spacing:0}.month-grid{display:grid;grid-template-columns:48px repeat(7,40px);align-items:stretch}.month-grid-row{display:contents}.month-grid-weekday{padding:7px 0;color:var(--muted);font-size:12px;text-align:center}.month-week-number{min-height:36px;padding:9px 8px;border-right:1px solid var(--border);background:#f4f6f5;color:var(--muted);font-size:12px}.month-day{min-height:36px;padding:0;border:0;border-radius:0;background:#fff;color:var(--text);text-align:center}.month-day:hover{box-shadow:inset 0 0 0 2px var(--accent)}.month-day.outside{color:var(--muted)}.month-day.selected{background:#c1d8e2;color:var(--accent-strong)}.month-day.range-start,.month-day.range-end{background:var(--accent);color:#fff}.danger-ghost{color:var(--danger)}.message{min-height:20px;font-size:14px}.entries-panel{display:flex;flex-direction:column;gap:8px;padding-top:8px}body.entries-view .entries-panel{flex:1 1 auto;min-height:0;overflow:hidden}.entries-toolbar-row{display:flex;align-items:center;gap:6px}.entries-toolbar-row .week-toolbar{flex:1}.week-toolbar{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:6px;align-items:center;padding:0;border:0;border-radius:0;background:transparent}.report-range-toolbar{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 14px;border-radius:8px;background:var(--panel-soft)}.timeline-scroll{margin-top:6px;margin-bottom:12px;flex:1 1 auto;min-height:0;overflow-x:auto;overflow-y:auto;border:1px solid var(--border);border-radius:8px;background:#fff}body.entries-view .timeline-scroll{margin-top:0}.timeline-wrap{display:grid;gap:6px}.timeline-zoom-controls{display:flex;align-items:center;justify-content:flex-start;gap:6px}.timeline-zoom-button{min-width:34px;min-height:34px;padding-inline:0;font-size:20px;line-height:1}.mobile-day-timeline{display:none}.timeline-grid{--hour-height: 48px;position:relative;display:grid;grid-template-columns:64px repeat(7,minmax(150px,1fr));grid-template-rows:46px calc(var(--hour-height) * 24);min-width:1120px;min-height:100%}.timeline-corner{position:sticky;left:0;z-index:4;grid-column:1;grid-row:1;background:#fff;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.timeline-day-head{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:5px 9px;background:#fff;border-bottom:1px solid var(--border);border-right:1px solid var(--border)}.day-name{font-size:16px;font-weight:760;white-space:nowrap}.day-name-compact{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:760}.day-name-compact .day-number{color:var(--text)}.day-name-compact .day-weekday{color:var(--muted);font-size:11px;font-weight:650;letter-spacing:0}.day-date{margin-top:2px;font-size:12px;white-space:nowrap}.day-total{font-size:11px;font-variant-numeric:tabular-nums;color:var(--muted);white-space:nowrap}.timeline-hours{position:sticky;left:0;z-index:2;grid-column:1;grid-row:2;display:grid;grid-template-rows:repeat(24,var(--hour-height));background:#fff;border-right:1px solid var(--border)}.timeline-hour-label{padding:3px 8px 0 0;border-top:1px solid var(--border);color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums;text-align:right}.timeline-day-column{position:relative;grid-row:2;min-height:calc(var(--hour-height) * 24);border-right:1px solid var(--border);background:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--hour-height) - 1px),var(--border) calc(var(--hour-height) - 1px),var(--border) var(--hour-height)),var(--panel-soft)}.timeline-now-line{position:absolute;left:0;right:0;z-index:5;height:0;border-top:2px solid var(--accent);pointer-events:none}.timeline-now-dot{position:absolute;left:-5px;top:-6px;width:12px;height:12px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 18%,transparent)}.timeline-entry{position:absolute;left:4px;right:4px;min-height:0;display:grid;grid-template-rows:auto auto auto auto auto;align-content:start;gap:2px;padding:4px 7px;border:1px solid var(--tone-border, var(--border));border-left:4px solid var(--tone-accent, var(--accent));border-radius:6px;background:var(--tone-surface, #fff);color:var(--tone-text, var(--text));text-align:left;overflow:hidden;box-shadow:0 1px 2px #1c2c3514;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.timeline-entry:hover,.timeline-entry:focus-visible{z-index:2;border-color:var(--tone-accent, var(--accent));box-shadow:0 8px 18px #1c2c3514}.timeline-entry:active{cursor:grabbing}.timeline-entry-draft{border-style:dashed;border-color:var(--accent);background:#e9f1f5;color:var(--accent-strong);pointer-events:none}.timeline-entry-handle{position:absolute;left:12px;right:12px;height:8px;border-radius:999px;cursor:ns-resize;opacity:0;pointer-events:none;transition:opacity .12s ease}.timeline-entry:hover .timeline-entry-handle,.timeline-entry:focus-visible .timeline-entry-handle{opacity:1}.timeline-entry-handle:after{content:"";display:block;width:28px;height:3px;margin:2px auto 0;border-radius:999px;background:color-mix(in srgb,var(--tone-accent, var(--accent)) 35%,transparent)}.timeline-entry-handle-start{top:0}.timeline-entry-handle-end{bottom:0}.entry-time{font-size:12px;color:var(--tone-muted, var(--muted));font-variant-numeric:tabular-nums}.entry-description{color:var(--tone-text, var(--text));font-size:13px;font-weight:750;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entry-category{display:inline-flex;align-items:center;width:fit-content;min-height:18px;padding:0 6px;border:0;border-radius:999px;background:color-mix(in srgb,var(--tone-accent, var(--accent)) 10%,white);color:var(--tone-accent, var(--accent-strong));font-size:11px;font-weight:750;line-height:1}.entry-duration{color:var(--tone-text, var(--text));font-size:11px;font-weight:700;font-variant-numeric:tabular-nums}.entry-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.flag{padding:2px 8px;border-radius:999px;background:color-mix(in srgb,var(--tone-accent, var(--accent)) 12%,white);color:var(--tone-accent, var(--accent-strong));font-size:12px;font-weight:700}.category-chip{display:inline-flex;align-items:center;min-height:30px;padding:0 9px;border-radius:999px;background:var(--tone-surface, #edf4f2);border:1px solid var(--tone-border, var(--border));color:var(--tone-accent, var(--accent-strong));font-size:14px;font-weight:750;letter-spacing:0}.category-chip-large{margin-top:2px}.empty{padding:8px 0;text-align:center}.editor-panel{display:grid;gap:12px}.modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#1c2c3561}.modal{width:min(720px,100%);max-height:min(820px,calc(100vh - 40px));overflow:auto;padding:12px;background:var(--panel);border:1px solid var(--border);border-radius:8px;box-shadow:0 24px 80px #1c2c3547}.reports-panel{display:grid;gap:12px}.report-header{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,auto);gap:10px;align-items:stretch}.report-total-card{display:grid;align-content:center;gap:2px;min-height:58px;padding:10px 14px;border-radius:8px;background:var(--panel-soft);text-align:right}.report-total-card span{color:var(--muted);font-size:12px;font-weight:850;text-transform:uppercase}.report-total-card strong{color:var(--text);font-size:28px;font-weight:760;font-variant-numeric:tabular-nums}.report-description-filter{display:flex;gap:8px;align-items:center}.report-description-filter input{flex:1;min-width:0}.report-range-fields{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px}.reports-overview{display:grid;grid-template-columns:180px minmax(0,1fr);gap:10px;align-items:center}.report-donut{width:170px;aspect-ratio:1;display:grid;place-items:center;border-radius:50%}.report-donut>div{width:112px;aspect-ratio:1;display:grid;place-items:center;align-content:center;border-radius:50%;background:var(--panel)}.report-donut strong{font-size:26px;font-variant-numeric:tabular-nums}.report-donut span,.report-kpis span{color:var(--muted);font-size:13px;font-weight:700}.report-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.report-kpis>div{min-height:76px;display:grid;align-content:center;gap:8px;padding:12px;border-radius:8px;background:var(--panel-soft)}.report-kpis strong{font-size:22px;font-variant-numeric:tabular-nums}.reports-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr) minmax(220px,.65fr);gap:10px;align-items:start}.report-list-card{padding:10px;border-radius:8px;background:var(--panel-soft)}.category-report-list,.description-report-list,.day-report-list,.category-report-group{display:grid;gap:8px}.category-report-row{display:grid;gap:10px}.category-report-toggle{width:100%;padding:10px;border:0;border-radius:8px;background:var(--tone-surface, #fff);color:var(--tone-text, var(--text));text-align:left}.category-report-meta{display:grid;grid-template-columns:minmax(120px,1fr) auto auto;gap:10px;align-items:center;font-variant-numeric:tabular-nums}.category-report-meta .category-chip{justify-self:start}.category-report-chevron{justify-self:end;align-self:center;font-size:14px;line-height:1}.category-description-list{display:grid;gap:0;margin:0 0 0 10px;padding-left:10px;background:#f5f8fac7}.category-description-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:7px 10px;border-bottom:1px solid var(--border);color:var(--text);font-variant-numeric:tabular-nums}.category-description-row:last-child{border-bottom:0}.category-description-row span{min-width:0;word-break:break-word}.category-description-row strong{justify-self:end}.category-description-row.empty{grid-template-columns:1fr;color:var(--muted)}.description-report-row{display:grid;gap:8px;padding:10px;border-radius:8px;background:var(--panel)}.description-report-main{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;font-variant-numeric:tabular-nums}.description-report-main strong{min-width:0;word-break:break-word}.description-report-main span{color:var(--muted);font-weight:760}.description-category-strip{display:flex;flex-wrap:wrap;gap:6px}.category-chip.compact{gap:6px;min-height:0;padding:4px 8px;font-size:12px}.category-chip.compact small{color:inherit;font-size:11px;font-weight:800;opacity:.78}.report-bar{width:100%;height:6px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--tone-accent, var(--accent)) 12%,white)}.report-bar-fill{display:block;height:100%;border-radius:inherit;background:var(--tone-accent, var(--accent))}.day-report-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid var(--border);font-variant-numeric:tabular-nums}.day-report-row span{color:var(--muted)}@media(max-width:1080px){.week-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){html,body,#root{min-height:100%}body.entries-view{height:auto;min-height:100vh;overflow:auto}.shell{padding:10px}.app-shell,.section-head,.timer-status,.week-toolbar,.report-range-toolbar{align-items:flex-start;flex-direction:column}.app-shell,.week-toolbar,.report-range-toolbar{width:100%}.app-shell{grid-template-columns:1fr;min-height:100vh;padding-bottom:calc(188px + env(safe-area-inset-bottom))}.app-sidebar{position:fixed;right:10px;bottom:max(10px,env(safe-area-inset-bottom));left:10px;z-index:30;display:block;width:auto;padding:6px;border:1px solid color-mix(in srgb,var(--border) 82%,transparent);border-radius:18px;box-shadow:0 16px 40px #1c2c3524}.app-brand{display:none}.sidebar-nav{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.sidebar-nav-button{min-height:44px;padding:0 8px;border-radius:14px;text-align:center}body.entries-view .shell,body.entries-view .app-shell,body.entries-view .app-main{height:auto;max-height:none;overflow:visible}.app-main{gap:10px;padding-bottom:0}.elapsed{width:100%;text-align:left}.editor-form,.category-create-form,.category-row,.description-rule-form,.description-rule-row{grid-template-columns:1fr}.config-panel,.category-manager,.config-section,.category-list,.description-rule-list,.description-rule-row,.description-rule-category{min-width:0}.description-rule-category{max-width:100%}.timer-panel{position:fixed;right:10px;bottom:calc(70px + env(safe-area-inset-bottom));left:10px;z-index:29;gap:8px;width:auto;max-width:680px;margin:0 auto;padding:12px;border-radius:18px;box-shadow:0 18px 48px #1c2c3529}body.modal-open .timer-panel,body.modal-open .app-sidebar{display:none}.timer-row{display:grid;grid-template-columns:1fr 52px;gap:10px;align-items:center}.timer-status{grid-column:1 / -1;min-height:42px}.elapsed{min-width:0;font-size:36px;line-height:1}.entry-composer{display:grid;grid-template-columns:130px minmax(0,1fr);gap:8px;min-width:0}.entry-composer-select{width:100%;min-width:0;min-height:38px;padding-inline:10px 24px}.entry-composer input{min-height:38px}.editor-actions,.week-actions{display:grid;grid-template-columns:1fr}.timer-row{align-items:stretch}.entry-composer-menu{left:0;min-width:100%}.timer-toggle{width:52px;min-width:52px;height:52px;min-height:52px;align-self:center;grid-column:2;grid-row:2}.week-range-picker,.week-range-trigger,.report-range-trigger{width:100%}.calendar-picker-popover,.week-picker-popover{position:static;width:100%;grid-template-columns:1fr;margin-top:8px}.calendar-picker-shortcuts,.week-picker-shortcuts{border-right:0;border-bottom:1px solid var(--border)}.calendar-picker-months{grid-template-columns:1fr}.month-grid{grid-template-columns:44px repeat(7,minmax(0,1fr))}.month-day{min-height:34px}.modal-backdrop{align-items:end;padding:12px 10px calc(12px + env(safe-area-inset-bottom))}.modal{width:100%;max-height:calc(100dvh - 24px - env(safe-area-inset-bottom));overflow:auto}.datetime-calendar-popover{position:fixed;left:10px;right:10px;top:auto;bottom:calc(12px + env(safe-area-inset-bottom));width:auto;min-width:0}.week-grid{grid-template-columns:1fr}.today-task-strip{display:flex;flex-wrap:nowrap;gap:8px;margin:0;padding:2px 0 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.today-task-strip::-webkit-scrollbar{display:none}.today-task-chip{flex:0 0 auto;min-height:36px;max-width:72vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entries-panel{gap:8px;padding:0;background:transparent}.desktop-week-controls,.timeline-scroll{display:none}.mobile-day-timeline{display:grid;gap:10px;margin-bottom:12px;padding:12px;border-radius:18px;background:var(--panel)}.mobile-day-header{display:grid;grid-template-columns:44px 44px minmax(0,1fr) auto 44px;gap:8px;align-items:center}.mobile-day-nav,.mobile-day-add{width:44px;min-width:44px;height:44px;min-height:44px;border-radius:999px;background:var(--panel-soft);font-size:24px}.mobile-day-add{color:var(--accent);font-weight:900}.mobile-day-title{min-width:0}.mobile-day-title strong{display:block;font-size:19px;line-height:1.2}.mobile-day-total{color:var(--muted);font-size:15px;font-weight:750;font-variant-numeric:tabular-nums;white-space:nowrap}.mobile-day-scroll{height:calc(100vh - 318px - env(safe-area-inset-bottom));min-height:310px;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-day-grid{--mobile-hour-height: 58px;display:grid;grid-template-columns:56px minmax(0,1fr);min-height:calc(var(--mobile-hour-height) * 24)}.mobile-day-hours{display:grid;grid-template-rows:repeat(24,var(--mobile-hour-height))}.mobile-hour-label{padding:4px 8px 0 0;color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums;text-align:right}.mobile-day-column{position:relative;min-height:calc(var(--mobile-hour-height) * 24);background:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--mobile-hour-height) - 1px),var(--border) calc(var(--mobile-hour-height) - 1px),var(--border) var(--mobile-hour-height))}.mobile-day-empty{position:absolute;left:12px;right:12px;top:22px;color:var(--muted);font-weight:650}.mobile-day-entry{position:absolute;min-height:5px;display:grid;align-content:start;gap:2px;padding:6px 8px;border:1px solid var(--tone-border, var(--border));border-left:4px solid var(--tone-accent, var(--accent));border-radius:10px;background:var(--tone-surface, #fff);color:var(--tone-text, var(--text));text-align:left;overflow:hidden}.mobile-entry-description,.mobile-entry-category,.mobile-entry-duration{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-entry-description{font-size:13px;font-weight:760}.mobile-entry-category{font-size:11px;font-weight:720}.mobile-entry-duration{font-size:11px;font-weight:700;font-variant-numeric:tabular-nums}.mobile-now-line{position:absolute;left:0;right:10px;z-index:6;height:0;border-top:2px solid #ef4444;pointer-events:none}.mobile-now-dot{position:absolute;left:-5px;top:-6px;width:12px;height:12px;border-radius:999px;background:#ef4444}.reports-layout,.reports-overview{grid-template-columns:1fr}.report-donut{width:min(220px,100%);justify-self:center}.report-kpis,.report-header{grid-template-columns:1fr}.report-total-card{text-align:left}.category-report-meta,.category-description-row{grid-template-columns:1fr;align-items:start}.category-description-row strong{justify-self:start}}
