        :root {
            --accent: #007AFF;

            /* Typography — panel titles */
            --panel-title-size: 15px;
            --panel-title-weight: 700;
            --panel-title-color: #111827;

            /* Typography — group/section headers */
            --group-header-size: 11px;
            --group-header-weight: 700;
            --group-header-color: #9ca3af;
            --group-header-tracking: 0.06em;
            --group-header-gap: 8px;

            /* Typography — field labels (log-entry form, slate) */
            --label-size: 10px;
            --label-weight: 600;
            --label-color: #94a3b8;
            --label-tracking: 0.05em;
            --label-gap: 4px;

            /* Typography — field labels (detail-panel forms, blue accent) */
            --label-panel-weight: 700;
            --label-panel-color: #60a5fa;
            --label-panel-tracking: 0.1em;
            --label-panel-gap: 2px;
        }

        #overlayClientInput::placeholder {
            color: #d1d5db;
        }

        body {
            font-family: -apple-system, 'SF Pro Display', 'Inter', sans-serif;
            background: #F2F3F5;
            -webkit-tap-highlight-color: transparent;
            color: #1c1c1e;
            overflow-x: hidden;
        }

        /* Screens */
        .screen { display: none; }
        .screen.active { display: flex; flex-direction: column; width: 100%; }

        /* App shell — clip the slider when active */
        #appShell.active {
            height: 100dvh;
            overflow: hidden;
            position: relative;
        }

        /* Inputs */
        .input-field {
            background: #fff;
            border: 1.5px solid transparent;
            transition: border-color 0.2s;
            outline: none;
        }
        .input-field:focus {
            border-color: var(--accent);
        }

        /* Segmented control */
        .seg-ctrl {
            background: #e5e5ea;
            border-radius: 10px;
            padding: 2px;
            display: grid;
        }
        .seg-btn {
            border-radius: 8px;
            padding: 8px 0;
            font-size: 15px;
            font-weight: 600;
            color: #3c3c43;
            background: transparent;
            transition: all 0.2s;
            border: none;
            cursor: pointer;
        }
        .seg-btn.active {
            background: #fff;
            color: #000;
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.08);
        }

        /* Progressive disclosure */
        .reveal {
            overflow: hidden;
            max-height: 0;
            opacity: 0;
            transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), opacity 0.3s ease;
        }
        .reveal.open {
            max-height: 2000px;
            opacity: 1;
        }

        /* Clear button */
        .clear-btn { opacity: 0; pointer-events: none; transition: opacity 0.2s; }
        .has-client .clear-btn { opacity: 1; pointer-events: auto; }

        /* Summary card */
        .summary-card {
            border-radius: 2rem;
            padding: 1rem 1.25rem;
        }

        /* Primary button */
        .btn-primary {
            background: #111827;
            color: #fff;
            font-weight: 700;
            font-size: 15px;
            border-radius: 1rem;
            padding: 18px 14px;
            width: 100%;
            border: none;
            cursor: pointer;
            transition: transform 0.1s, background 0.2s;
            box-shadow: none;
        }
        .btn-primary:active { transform: scale(0.98); }
        .btn-primary.success { background: #34c759; box-shadow: 0 4px 16px rgba(52,199,89,0.3); }
        .btn-primary:disabled { background: #d1d5db; box-shadow: none; cursor: default; }

        /* FAB */
        .fab {
            position: fixed;
            bottom: 6rem;
            right: 1.25rem;
            width: 3.5rem;
            height: 3.5rem;
            background: #111827;
            color: #fff;
            border: none;
            border-radius: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 8px 24px rgba(0,0,0,0.18);
            cursor: pointer;
            z-index: 99;
            transition: transform 0.15s;
        }
        .fab:active { transform: scale(0.95); }

        /* Autocomplete */
        #autocompleteList {
            position: absolute;
            left: 0; right: 0;
            top: calc(100% + 8px);
            background: rgba(255,255,255,0.98);
            backdrop-filter: blur(20px);
            border: 1px solid rgba(0,0,0,0.06);
            border-radius: 1.25rem;
            box-shadow: 0 8px 32px rgba(0,0,0,0.10);
            z-index: 200;
            overflow: hidden;
            display: none;
        }

        /* Super toggle */
        .toggle-wrap input[type=checkbox] { display: none; }
        .toggle-track {
            width: 51px; height: 31px;
            background: #e5e5ea;
            border-radius: 16px;
            position: relative;
            cursor: pointer;
            transition: background 0.2s;
            flex-shrink: 0;
        }
        .toggle-thumb {
            position: absolute;
            top: 2px; left: 2px;
            width: 27px; height: 27px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 1px 4px rgba(0,0,0,0.25);
            transition: transform 0.2s cubic-bezier(0.4,0,0.2,1);
        }
        .toggle-wrap input:checked + .toggle-track { background: var(--accent); }
        .toggle-wrap input:checked + .toggle-track .toggle-thumb { transform: translateX(20px); }

        /* Recent entries list */
        .entry-row {
            background: #fff;
            border-radius: 0;
            padding: 9px 16px;
            display: flex;
            align-items: center;
            gap: 12px;
            position: relative;
        }
        .entry-row-tappable {
            cursor: pointer;
        }
        .entry-row-tappable:active {
            background: #f9fafb;
        }
        .entry-row-invoiced {
            cursor: pointer;
        }
        .entry-row-invoiced:active {
            background: #f9fafb;
        }
        /* Date column inside entry card */
        .entry-date-col {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-width: 50px;
            padding-right: 16px;
            border-right: 1px solid #f0f0f0;
            margin-right: 4px;
            flex-shrink: 0;
            line-height: 1;
        }
        .entry-date-col .dow {
            font-size: 10px;
            font-weight: 700;
            text-transform: uppercase;
            margin-bottom: 4px;
        }
        .entry-date-col .day-num {
            font-size: 17px;
            font-weight: 700;
            color: #111827;
        }
        .entry-date-col .mon {
            font-size: 10px;
            font-weight: 700;
            color: #6b7280;
            text-transform: uppercase;
            margin-top: 2px;
        }
        .client-badge {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.04em;
            padding: 3px 9px;
            border-radius: 0.5rem;
            white-space: nowrap;
        }
        .invoice-chip {
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 0.04em;
            padding: 2px 7px;
            border-radius: 20px;
            white-space: nowrap;
        }

        /* Pull to refresh */
        .pull-indicator {
            display: flex;
            justify-content: center;
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.2s ease;
        }
        .pull-indicator.visible {
            max-height: 56px;
        }
        .pull-indicator .spinner {
            margin: 0.75rem auto;
            transition: opacity 0.15s;
            opacity: 0;
        }
        .pull-indicator.visible .spinner {
            opacity: 1;
        }

        /* Loading spinner */
        .spinner {
            width: 28px;
            height: 28px;
            border: 2.5px solid #e5e7eb;
            border-top-color: #9ca3af;
            border-radius: 50%;
            animation: spin 0.7s linear infinite;
            margin: 3rem auto;
        }
        @keyframes spin {
            to { transform: rotate(360deg); }
        }

        /* Card entrance */
        @keyframes cardIn {
            from { opacity: 0; transform: translateY(10px); }
            to   { opacity: 1; transform: translateY(0); }
        }
        .entry-card-wrap {
            animation: cardIn 0.3s ease both;
        }

        /* Week grouping */
        .week-header {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            padding: 16px 0 0;
            margin-top: 4px;
            font-size: var(--group-header-size);
            font-weight: var(--group-header-weight);
            text-transform: uppercase;
            letter-spacing: var(--group-header-tracking);
            color: var(--group-header-color);
        }
        .week-header:first-child {
            margin-top: 0;
        }
        .week-group {
            display: flex;
            flex-direction: column;
            gap: 12px;
            padding-top: 0;
            margin-top: var(--group-header-gap);
        }
        /* Connected card style for entry groups */
        #recentList .week-group {
            gap: 0;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }
        #recentList .week-group .entry-card-wrap:not(:last-child) .entry-row {
            border-bottom: 1px solid #f0f0f0;
        }
        #recentList .week-group .entry-card-wrap:first-child .entry-row {
            border-radius: 14px 14px 0 0;
        }
        #recentList .week-group .entry-card-wrap:last-child .entry-row {
            border-radius: 0 0 14px 14px;
        }
        #recentList .week-group .entry-card-wrap:first-child:last-child .entry-row {
            border-radius: 14px;
        }

        /* Connected card style for client groups */
        #clientsList .week-group {
            gap: 0;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }
        #clientsList .week-group .client-list-row {
            border-radius: 0;
            box-shadow: none;
        }
        #clientsList .week-group .client-list-row:not(:last-child) {
            border-bottom: 1px solid #f0f0f0;
        }
        #clientsList .week-group .client-list-row:first-child {
            border-radius: 14px 14px 0 0;
        }
        #clientsList .week-group .client-list-row:last-child {
            border-radius: 0 0 14px 14px;
        }
        #clientsList .week-group .client-list-row:first-child:last-child {
            border-radius: 14px;
        }

        /* Expanded entry card — square the bottom corners to connect to detail panel */
        .entry-card-wrap.expanded .entry-row {
            border-radius: 0 0 0 0 !important;
        }
        .entry-detail-panel {
            background: #fff;
            border-radius: 0 0 14px 14px;
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
        }
        .entry-card-wrap.expanded .entry-detail-panel {
            max-height: 900px;
        }
        .entry-detail-inner {
            padding: 0.75rem 1rem 1rem;
        }

        /* Detail panel title */
        .panel-header {
            font-size: var(--panel-title-size);
            font-weight: var(--panel-title-weight);
            color: var(--panel-title-color);
            margin: 0;
        }

        /* Calendar month navigation label */
        .cal-month-label {
            font-size: var(--panel-title-size);
            font-weight: var(--panel-title-weight);
            color: var(--panel-title-color);
            min-width: 110px;
            text-align: center;
        }

        /* Entries tab layout */
        #tabRecent {
            width: 100%;
            height: 100dvh;
            overflow-y: auto;
            overflow-x: hidden;
        }

        /* Login */
        #loginScreen {
            background: #fff;
            min-height: 100dvh;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 40px 32px;
        }

        .login-field {
            border-color: #e2e8f0;
        }
        .login-field:focus {
            border-color: var(--accent);
        }

        input[type="time"]::-webkit-calendar-picker-indicator {
            background: transparent;
            bottom: 0; color: transparent; cursor: pointer;
            height: auto; left: 0; position: absolute; right: 0; top: 0; width: auto;
        }

        /* Client section — centered when idle, top-aligned when fields open */
        #clientSection {
            padding-top: max(16px, calc(38dvh));
            transition: padding-top 0.45s cubic-bezier(0.4, 0, 0.2, 1);
        }
        #clientSection.fields-open {
            padding-top: 16px;
        }

        /* Workflow picker buttons */
        .workflow-btn {
            flex: 1;
            padding: 10px 4px;
            font-size: 14px;
            font-weight: 600;
            border-radius: 10px;
            border: none;
            background: transparent;
            color: #3c3c43;
            cursor: pointer;
            transition: all 0.15s;
            text-align: center;
        }
        .workflow-btn.active {
            color: var(--accent);
            background: rgba(0,122,255,0.08);
        }

        /* ─────────────────────────────────────────────
           VIEW SLIDER
        ───────────────────────────────────────────── */
        #viewSlider {
            display: flex;
            width: 500vw;
            height: 100%;
            /* transition added by JS after swipe ends */
        }

        .view-pane {
            width: 100vw;
            height: 100%;
            flex-shrink: 0;
            overflow: hidden;
            position: relative;
        }

        /* Invoices scroll */
        #invoicesScroll {
            width: 100%;
            height: 100dvh;
            overflow-y: auto;
            overflow-x: hidden;
        }

        /* ─────────────────────────────────────────────
           TAB BAR
        ───────────────────────────────────────────── */
        #tabBar {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            display: flex;
            background: rgba(249,249,249,0.92);
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border-top: 0.5px solid rgba(0,0,0,0.12);
            padding-bottom: env(safe-area-inset-bottom);
            z-index: 100;
        }

        .tab-btn {
            flex: 1;
            padding: 8px 0 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 3px;
            background: none;
            border: none;
            cursor: pointer;
            color: #8e8e93;
            transition: color 0.15s;
        }
        .tab-btn.active {
            color: var(--accent);
        }
        .tab-btn span {
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 0.02em;
        }

        /* Invoice sort toggle */
        .invoice-sort-btn {
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #3c3c43;
            background: rgba(0,0,0,0.06);
            border: none;
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.15s;
            flex-shrink: 0;
        }
        .invoice-sort-btn:active {
            background: rgba(0,0,0,0.14);
        }

        /* ─────────────────────────────────────────────
           INVOICE CARDS
        ───────────────────────────────────────────── */
        .invoice-card-wrap {
            animation: cardIn 0.3s ease both;
        }

        .invoice-row {
            background: #fff;
            border-radius: 14px;
            padding: 14px 16px;
            display: flex;
            align-items: center;
            gap: 12px;
            cursor: pointer;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
            transition: background 0.1s;
        }
        .invoice-row:active {
            background: #f9fafb;
        }
        .invoice-card-wrap.expanded .invoice-row {
            border-radius: 14px 14px 0 0;
        }
        .invoice-detail-panel {
            background: #fff;
            border-radius: 0 0 14px 14px;
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);
        }
        .invoice-card-wrap.expanded .invoice-detail-panel {
            max-height: 1400px;
        }
        .invoice-detail-inner {
            padding: 0 1rem 1rem;
            border-top: 1px solid #f0f0f0;
        }

        .li-delete-btn:hover svg {
            stroke: #ef4444;
        }

        /* ─────────────────────────────────────────────
           DESKTOP LAYOUT  (≥ 768px)
        ───────────────────────────────────────────── */

        /* Sidebar — hidden on mobile */
        #sidebar {
            display: none;
        }

        /* Main content wrapper — takes full width on mobile */
        #mainContent {
            flex: 1;
            min-width: 0;
            display: flex;
            height: 100%;
            overflow: hidden;
            position: relative;
        }

        /* Desktop detail panel — hidden on mobile */
        .detail-panel {
            display: none;
        }

        .cal-entry-desc { display: none; }
        .cal-entry-pill-desktop { display: none !important; }
        #calendarInner { padding-bottom: env(safe-area-inset-bottom); }

        @media (min-width: 768px) {
            .cal-entry-pill { display: none !important; }
            .cal-entry-pill-desktop { display: block !important; }
            .cal-entry-desc { display: block; }
            #calendarScroll { height: 100dvh !important; background: #fff; }
            #calendarInner { padding: 0 20px; background: #fff; }
            /* Day headers bleed to full width and restore page bg so they float above the white panel */
            .cal-day-headers { background: #F2F3F5; margin: 0 -20px; padding: 0 20px; }
            .cal-day-cell { padding: 6px 5px !important; }
            #viewCalendar .view-content { max-width: none; }
            /* App shell becomes a row */
            #appShell.active {
                flex-direction: row;
                overflow: hidden;
            }

            /* Sidebar */
            #sidebar {
                display: flex;
                flex-direction: column;
                width: 240px;
                flex-shrink: 0;
                background: #ffffff;
                border-right: 1px solid #ededed;
                padding: 12px;
                gap: 2px;
                height: 100%;
                overflow: hidden;
            }

            #sidebarBrand {
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 12px 4px 20px;
                font-size: 18px;
                font-weight: 700;
                color: #111827;
                cursor: pointer;
            }

.sidebar-btn {
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 8px 12px;
                border-radius: 6px;
                border: none;
                background: none;
                color: #71717a;
                font-size: 13.5px;
                font-weight: 510;
                cursor: pointer;
                font-family: inherit;
                transition: background 0.15s, color 0.15s;
                text-align: left;
                width: 100%;
            }
            .sidebar-btn:hover {
                background: #eeeeee;
                color: #000;
            }
            .sidebar-btn.active {
                background: #e5e5e5;
                color: #000;
            }
            .sidebar-btn-signout {
                margin-top: auto;
                color: #71717a;
            }

            #sidebarFooter {
                margin-top: auto;
                border-top: 1px solid #ededed;
                padding-top: 4px;
            }

            #sidebarUserRow {
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 12px 12px 12px;
            }

            #sidebarAvatar {
                width: 24px;
                height: 24px;
                border-radius: 50%;
                background: #27272a;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 10px;
                font-weight: 700;
                color: #a1a1aa;
                flex-shrink: 0;
            }

            #sidebarEmail {
                font-size: 12px;
                color: #111827;
                opacity: 0.7;
                flex: 1;
                min-width: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            #sidebarLogoutIcon {
                opacity: 0.4;
                cursor: pointer;
                transition: opacity 0.15s;
                flex-shrink: 0;
            }
            #sidebarLogoutIcon:hover {
                opacity: 1;
            }

            /* Hide mobile tab bar on desktop */
            #tabBar { display: none; }

            /* FAB moves to bottom-right of mainContent */
            #newEntryFab {
                bottom: 1.5rem;
                right: 1.5rem;
            }

            /* View slider fills mainContent (minus detail panel) */
            #viewSlider {
                flex: 1;
                min-width: 0;
                width: auto;   /* override the 400vw */
                height: 100%;
                padding-right: 0;
                transition: padding-right 0.3s cubic-bezier(0.4,0,0.2,1);
            }
            #viewSlider.detail-open {
                padding-right: 380px;
            }

            .view-pane {
                width: 100%;   /* fill available width */
                min-width: 0;
            }

            .view-content {
                max-width: 900px;
                margin-left: auto;
                margin-right: auto;
            }

            /* Desktop detail panel */
            .detail-panel {
                display: flex;
                flex-direction: column;
                position: absolute;
                top: 0;
                right: 0;
                width: 380px;
                height: 100%;
                border-left: 1px solid #e5e7eb;
                background: #fff;
                overflow-y: auto;
                overflow-x: hidden;
                transform: translateX(100%);
                transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
                z-index: 10;
            }
            .detail-panel.open {
                transform: translateX(0);
            }

            /* On desktop: disable expand-in-place for entries */
            .entry-detail-panel {
                display: none !important;
            }

            /* Selected entry row highlight */
            .entry-selected .entry-row {
                background: #f0f4ff;
            }

            /* Selected client row highlight */
            .client-list-row.client-selected {
                background: #f0f4ff;
            }

            /* Selected invoice row highlight */
            .invoice-selected .invoice-row {
                background: #f0f4ff;
            }
        }

        /* Client form panel (used in Clients view) */
        .client-form-panel {
            background: #fff;
            border-radius: 1.5rem;
            padding: 20px;
            margin-bottom: 12px;
        }

        /* Client list row */
        .client-list-row {
            background: #fff;
            border-radius: 14px;
            padding: 14px 16px;
            display: flex;
            align-items: center;
            gap: 12px;
            cursor: pointer;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
            transition: background 0.1s;
        }
        .client-list-row:active, .client-list-row:hover {
            background: #f9fafb;
        }

        /* ── Settings view ── */
        .settings-section {
            margin-bottom: 28px;
        }
        .settings-section-header {
            font-size: var(--group-header-size);
            font-weight: var(--group-header-weight);
            color: var(--group-header-color);
            text-transform: uppercase;
            letter-spacing: var(--group-header-tracking);
            padding: 0 4px var(--group-header-gap);
        }
        .settings-section:first-child .settings-section-header {
            padding-top: 16px;
        }
        .settings-group {
            background: #fff;
            border-radius: 14px;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0,0,0,0.05);
        }

        /* Row: label + short input or value side by side */
        .settings-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 16px;
            border-bottom: 1px solid #f3f4f6;
            gap: 12px;
        }
        .settings-row:last-child { border-bottom: none; }
        .settings-row-toggle { min-height: 48px; }

        .settings-label {
            font-size: 15px;
            font-weight: 500;
            color: #111827;
            flex: 1;
            min-width: 0;
        }
        .settings-value-readonly {
            font-size: 15px;
            color: #6b7280;
        }
        .settings-input-row {
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .settings-unit {
            font-size: 14px;
            color: #6b7280;
        }

        /* Field: label stacked above full-width input */
        .settings-field {
            padding: 12px 16px;
            border-bottom: 1px solid #f3f4f6;
        }
        .settings-field:last-child { border-bottom: none; }
        .settings-field-label {
            display: block;
            font-size: 12px;
            font-weight: 600;
            color: #9ca3af;
            text-transform: uppercase;
            letter-spacing: 0.05em;
            margin-bottom: 4px;
        }

        /* Form field label — log-entry form (slate, semibold) */
        .field-label {
            display: block;
            font-size: var(--label-size);
            font-weight: var(--label-weight);
            color: var(--label-color);
            text-transform: uppercase;
            letter-spacing: var(--label-tracking);
            margin-bottom: var(--label-gap);
        }

        /* Form field label — detail-panel forms (blue accent, bold) */
        .field-label-panel {
            display: block;
            font-size: var(--label-size);
            font-weight: var(--label-panel-weight);
            color: var(--label-panel-color);
            text-transform: uppercase;
            letter-spacing: var(--label-panel-tracking);
            margin-bottom: var(--label-panel-gap);
        }

        /* Inputs */
        .settings-input {
            border: none;
            outline: none;
            font-family: inherit;
            font-size: 15px;
            color: #111827;
            background: transparent;
        }
        .settings-input-short {
            width: 80px;
            text-align: right;
        }
        .settings-input-full {
            width: 100%;
            display: block;
        }
        .settings-select {
            border: none;
            outline: none;
            font-family: inherit;
            font-size: 15px;
            color: #111827;
            background: transparent;
            text-align: right;
        }

        /* Toggle switch */
        .settings-toggle {
            position: relative;
            display: inline-flex;
            cursor: pointer;
            flex-shrink: 0;
        }
        .settings-toggle input {
            position: absolute;
            opacity: 0;
            width: 0;
            height: 0;
        }
        .settings-toggle-track {
            display: block;
            width: 44px;
            height: 26px;
            border-radius: 13px;
            background: #d1d5db;
            transition: background 0.2s;
            position: relative;
        }
        .settings-toggle-track::after {
            content: '';
            position: absolute;
            top: 3px;
            left: 3px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #fff;
            box-shadow: 0 1px 3px rgba(0,0,0,0.2);
            transition: transform 0.2s;
        }
        .settings-toggle input:checked + .settings-toggle-track {
            background: #2563eb;
        }
        .settings-toggle input:checked + .settings-toggle-track::after {
            transform: translateX(18px);
        }

        /* Entries view toggle pill */
        #entriesToggleBtn:hover {
            background: #f4f4f5;
        }
