:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172019;background:#edf1eb;font-synthesis:none;text-rendering:optimizeLegibility;--shell: #f4f6f2;--surface: #ffffff;--surface-soft: #eef2ec;--text: #172019;--muted: #657168;--border: #dfe5dd;--green: #256b45;--green-strong: #195335;--green-fill: #e3f3e9;--amber: #9c5b05;--amber-fill: #fff1d6;--red: #a33c32;--red-fill: #fbe8e5;--blue: #315b89;--blue-fill: #e8f0f9;--shadow: 0 18px 50px rgba(28, 45, 33, .12)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(145deg,#edf1eb,#f8faf7 48%,#e7eee9)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:wait;opacity:.62}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid rgba(37,107,69,.25);outline-offset:2px}.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}.eyebrow{margin:0 0 7px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}code{padding:2px 5px;border-radius:6px;background:var(--surface-soft);color:var(--green-strong);font-family:SFMono-Regular,Consolas,monospace;font-size:.9em}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:9px 15px;border-radius:11px;font-weight:750}.primary-button{border:1px solid var(--green-strong);background:var(--green-strong);color:#fff}.primary-button:hover{background:#103f27}.secondary-button{border:1px solid var(--border);background:var(--surface);color:var(--text)}.secondary-button:hover{background:var(--surface-soft)}.icon-button{display:inline-grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:10px;background:transparent;color:var(--muted)}.icon-button:hover{background:var(--surface-soft);color:var(--text)}.gate-page,.loading-page{display:grid;place-items:center;min-height:100vh;padding:24px}.gate-card{width:min(660px,100%);padding:clamp(28px,6vw,52px);border:1px solid var(--border);border-radius:28px;background:#fffffff0;box-shadow:var(--shadow)}.gate-logo{width:68px;height:68px;margin-bottom:22px;border-radius:18px}.gate-card h1{margin:0 0 14px;font-size:clamp(27px,5vw,38px);letter-spacing:-.035em}.gate-intro{color:var(--muted);font-size:17px;line-height:1.6}.gate-steps{display:grid;gap:12px;margin:28px 0 20px}.gate-steps>div{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:start;padding:16px;border:1px solid var(--border);border-radius:15px;background:var(--shell)}.gate-steps>div>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--green-fill);color:var(--green-strong)}.gate-steps p{margin:0;color:var(--muted);line-height:1.55}.gate-steps strong{color:var(--text)}.security-note{margin:0;padding:13px 15px;border-radius:12px;background:var(--amber-fill);color:#6e4208;line-height:1.5}.offline-card{width:min(620px,100%)}.offline-status{display:flex;gap:13px;align-items:flex-start;margin:26px 0 18px;padding:17px;border:1px solid #cfe4d6;border-radius:15px;background:#f1f8f3;color:var(--green-strong)}.offline-status>div{display:grid;gap:4px}.offline-status span{color:var(--muted);line-height:1.5}.offline-security-note{display:flex;gap:10px;align-items:flex-start}.offline-security-note svg{flex:0 0 auto;margin-top:2px}.offline-timer-note{margin:16px 0 0;color:var(--muted);font-size:14px;line-height:1.55}.offline-retry{margin-top:24px}.loading-page{align-content:center;gap:14px;color:var(--muted)}.loading-page img{width:58px;height:58px;border-radius:17px;animation:breathe 1.6s ease-in-out infinite}@keyframes breathe{50%{transform:scale(1.04);opacity:.78}}.auth-page{display:grid;grid-template-columns:minmax(300px,1fr) minmax(360px,520px);min-height:100vh}.auth-brand{display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,8vw,110px);background:#073d2e;color:#fff}.auth-brand img{width:72px;height:72px;margin-bottom:30px;border-radius:20px}.auth-brand .eyebrow{color:#9ae8ba}.auth-brand h1{max-width:650px;margin:0;font-size:clamp(36px,6vw,68px);line-height:1.02;letter-spacing:-.055em}.auth-brand>p:not(.eyebrow){max-width:590px;margin:24px 0 0;color:#c9ded4;font-size:18px;line-height:1.65}.auth-assurance{display:flex;gap:9px;align-items:center;margin-top:40px;color:#b5d7c7;font-size:14px}.auth-card{align-self:center;margin:32px;padding:clamp(26px,6vw,48px);border:1px solid var(--border);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;padding:5px;margin-bottom:30px;border-radius:13px;background:var(--surface-soft)}.auth-tabs button{padding:9px;border:0;border-radius:9px;background:transparent;color:var(--muted)}.auth-tabs button[aria-selected=true]{background:var(--surface);color:var(--green-strong);font-weight:750;box-shadow:0 2px 10px #1c2d2114}.auth-card h2,.profile-card h2,.legal-card h2{margin:0 0 8px;letter-spacing:-.025em}.auth-card>p,.profile-card>p{margin:0 0 25px;color:var(--muted);line-height:1.5}.auth-card form,.profile-card form{display:grid;gap:16px}.auth-card label,.profile-card label{display:grid;gap:7px;color:#354139;font-size:13px;font-weight:750}.auth-card input,.profile-card input,.profile-card select{width:100%;min-height:43px;padding:9px 11px;border:1px solid var(--border);border-radius:10px;background:#fff;color:var(--text)}.auth-card small,.profile-card small{color:var(--muted);line-height:1.45}.password-field{position:relative;display:block}.password-field input{padding-right:45px}.password-field button{position:absolute;top:3px;right:3px;display:grid;place-items:center;width:37px;height:37px;border:0;border-radius:8px;background:transparent;color:var(--muted)}.text-button{justify-self:center;padding:4px 8px;border:0;background:transparent;color:var(--green-strong);font-weight:700;text-decoration:underline;text-underline-offset:3px}.text-button:hover{color:var(--green)}.auth-secondary-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:4px 12px}.form-message,.page-alert{margin:0;padding:11px 13px;border-radius:10px;line-height:1.45}.form-message.error,.page-alert.error{background:var(--red-fill);color:var(--red)}.form-message.success{background:var(--green-fill);color:var(--green-strong)}.app-shell{display:grid;grid-template-columns:230px minmax(0,1fr);width:min(1400px,calc(100% - 32px));min-height:calc(100vh - 32px);margin:16px auto;overflow:hidden;border:1px solid var(--border);border-radius:24px;background:var(--shell);box-shadow:var(--shadow)}.sidebar{display:flex;flex-direction:column;gap:15px;padding:22px 14px 18px;overflow-y:auto;border-right:1px solid var(--border);background:var(--surface)}.brand{display:flex;align-items:center;gap:11px;padding:0 8px;font-size:18px;font-weight:800;letter-spacing:-.025em}.brand img{width:32px;height:32px;border-radius:10px}.sidebar nav{display:grid;gap:4px}.sidebar nav button,.sidebar-action{display:flex;align-items:center;gap:10px;width:100%;padding:11px;border:0;border-radius:11px;background:transparent;color:#3f4a42;text-align:left}.sidebar nav button[aria-current=page]{background:var(--green-fill);color:var(--green-strong);font-weight:750}.sidebar nav button:hover{background:var(--surface-soft);color:var(--green-strong)}.sidebar nav button[aria-current=page]:hover{background:var(--green-fill)}.sidebar nav button span{margin-left:auto;color:var(--muted);font-size:12px}.sidebar-action:hover{background:var(--surface-soft)}.stage-card{display:flex;gap:9px;align-items:center;padding:12px;border:1px solid #cfe4d6;border-radius:12px;background:#f1f8f3;color:var(--green-strong)}.stage-card div{display:grid;gap:2px}.stage-card span{color:var(--muted);font-size:11px}.month-calendar{display:grid;gap:8px;padding:11px;border:1px solid #b9cfbf;border-radius:13px;background:#e7eee8;box-shadow:inset 0 1px #ffffffb8}.month-calendar-heading{display:flex;justify-content:space-between;gap:8px;align-items:center;color:var(--green-strong);font-size:12px}.month-calendar-heading>div{display:flex;gap:2px}.month-calendar-heading button{display:grid;place-items:center;width:25px;height:25px;padding:0;border:1px solid transparent;border-radius:7px;background:transparent;color:#405b49}.month-calendar-heading button.month-calendar-today{width:auto;padding-inline:7px;font-size:10px;font-weight:800}.month-calendar-heading button:hover{border-color:#a7c6b1;background:#d5e7da;color:var(--green-strong)}.month-calendar-heading button:disabled{cursor:default;opacity:.42}.month-calendar-weekdays,.month-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.month-calendar-weekdays span{color:#405046;font-size:9px;font-weight:800;text-align:center}.month-calendar-grid button{position:relative;display:grid;place-items:center;min-width:0;height:27px;padding:0;border:1px solid transparent;border-radius:8px;background:transparent;color:#304238;font-size:10px;font-weight:650}.month-calendar-grid button:hover:not(:disabled){border-color:#a7c6b1;background:#cfe3d5;color:var(--green-strong)}.month-calendar-grid button.today{border-color:var(--green);background:#d5e8db;box-shadow:inset 0 0 0 1px var(--green);color:var(--green-strong);font-weight:850}.month-calendar-grid button.selected{border-color:var(--green-strong);background:var(--green-strong);color:#fff;box-shadow:0 2px 5px #1953353d}.month-calendar-grid button.outside-month{opacity:.42}.month-calendar-grid button:disabled{cursor:default;opacity:.34}.month-calendar-grid small{position:absolute;top:-3px;right:-2px;display:grid;place-items:center;min-width:14px;height:14px;padding:0 4px;border:1px solid #fff;border-radius:999px;background:var(--green-strong);color:#fff;box-shadow:0 1px 3px #1953353d;font-size:7px;font-weight:850}.month-calendar-grid button.selected small{background:#f4b35e;color:#29362d}.month-calendar>p{margin:0;color:#4b5e51;font-size:9px;text-align:center}.month-calendar>p span{font-weight:800}.sidebar-spacer{flex:1}.account-button{display:grid;grid-template-columns:34px 1fr;gap:10px;align-items:center;width:100%;padding:13px 8px 0;border:0;border-top:1px solid var(--border);background:transparent;text-align:left}.account-button>span:last-child{display:grid;gap:2px;min-width:0}.account-button strong,.account-button small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-button small{color:var(--muted)}.avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--surface-soft);color:var(--green-strong);font-size:12px;font-weight:800}.main-content{position:relative;display:flex;flex-direction:column;width:100%;min-width:0;padding:clamp(24px,4vw,48px)}.topbar{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:20px}.date-line{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 7px;color:var(--muted);font-size:13px}.date-line strong{color:var(--green-strong)}.date-line time{color:var(--text);font-variant-numeric:tabular-nums}.topbar h1{margin:0;font-size:clamp(24px,3vw,31px);line-height:1.15;letter-spacing:-.035em}.topbar-actions{display:flex;gap:8px;align-items:center}.timesheet-mobile-button,.mobile-view-tabs,.mobile-calendar-toggle,.mobile-calendar-panel,.mobile-completed-toggle{display:none}.sign-out{flex:0 0 auto}.quick-add{display:grid;grid-template-columns:minmax(220px,1fr) 118px 105px 64px;gap:8px;padding:9px;margin-bottom:16px;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 6px 18px #1c2d210f}.task-title-input{display:flex;align-items:center;gap:8px;min-width:0;padding:0 8px;color:var(--green)}.quick-add input,.quick-add textarea,.quick-add select{width:100%;min-width:0;height:40px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft);color:var(--text)}.task-title-input textarea{height:40px;min-height:40px;max-height:104px;padding:9px 0;border:0;outline:0;background:transparent;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:1.35;overflow-y:auto;resize:vertical}.quick-add select{padding:0 9px}.date-picker{position:relative;min-width:0}.date-picker-trigger{display:flex;align-items:center;justify-content:space-between;gap:9px;width:100%;min-width:0;min-height:40px;padding:8px 10px;border:1px solid var(--border);border-radius:10px;background:var(--surface-soft);color:var(--text);font:inherit;font-variant-numeric:tabular-nums;text-align:left}.date-picker-trigger:hover,.date-picker-trigger[aria-expanded=true]{border-color:#82b596;background:#edf5ef;color:var(--green-strong)}.date-picker-popover{position:absolute;z-index:60;top:calc(100% + 7px);left:0;width:min(310px,calc(100vw - 32px));padding:7px;border:1px solid #a7c6b1;border-radius:14px;background:#fff;box-shadow:0 12px 28px #173e262e}.date-picker-popover .month-calendar{padding:10px;border:0;background:#eff6f0;box-shadow:none}.date-picker-close{position:absolute;z-index:1;top:11px;right:10px;width:25px;height:25px;color:#405b49}.date-picker-popover .month-calendar-heading{padding-right:25px}.add-button{min-width:0;padding-inline:10px;font-family:inherit;font-size:inherit;font-weight:750;line-height:inherit;letter-spacing:inherit}.task-detail-fields{display:grid;grid-column:1 / -1;gap:8px;padding:9px 4px 2px;border-top:1px solid var(--border)}.task-schedule-fields{display:grid;grid-template-columns:auto 150px auto 160px 1fr;gap:8px;align-items:center}.repeat-ends-fields{display:grid;grid-column:1 / -1;grid-template-columns:auto minmax(210px,270px) minmax(170px,240px);gap:8px;align-items:center;padding-top:2px}.repeat-ends-fields label{min-width:0}.repeat-ends-fields small{display:block;margin-top:3px;color:var(--muted);font-size:10px;line-height:1.3}.repeat-occurrence-limit input{padding-inline:10px}.business-classification-fields{display:grid;grid-template-columns:auto minmax(170px,1fr) minmax(170px,1fr) auto;gap:8px;align-items:center}.business-fields-heading{display:inline-flex;align-items:center;gap:6px;padding-inline:4px;color:var(--green-strong);font-size:11px;font-weight:800;white-space:nowrap}.manage-labels-button{min-height:40px;padding:7px 11px;font-size:12px;white-space:nowrap}.manage-repeats-button{justify-self:start;font-size:11px;white-space:nowrap}@media(min-width:901px){.task-title-input{align-items:flex-start}.task-title-input>svg{flex:0 0 auto;margin-top:10px}}.progress-card{position:relative;display:grid;gap:10px;padding:17px;margin-bottom:22px;border-radius:16px;background:var(--green-fill)}.progress-card>div:first-child{display:flex;justify-content:space-between;gap:14px}.progress-card>div:first-child span{color:var(--muted)}.progress-track{height:8px;overflow:hidden;border-radius:999px;background:#256b4529}.progress-track span{display:block;height:100%;border-radius:inherit;background:var(--green-strong);transition:width .22s ease}.day-complete{position:absolute;top:50%;right:16px;display:none;align-items:center;gap:5px;color:var(--green-strong);font-weight:750;transform:translateY(-50%)}.page-alert{margin-bottom:14px}.carry-over-notice{display:flex;align-items:flex-start;gap:10px;margin:-7px 0 18px;padding:13px 15px;border:1px solid #cfe4d6;border-radius:13px;background:#f3f8f4;color:var(--green-strong)}.carry-over-notice div{display:grid;gap:2px}.carry-over-notice span{color:var(--muted);font-size:12px;line-height:1.45}.active-timers-list{display:grid;gap:10px;margin:-7px 0 18px}.active-timer-card{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:16px;align-items:center;margin:-7px 0 18px;padding:13px 15px;border:1px solid #9fceb0;border-radius:13px;background:#edf8f1;color:var(--green-strong)}.active-timers-list .active-timer-card{margin:0}.active-timer-copy{display:flex;gap:10px;align-items:center;min-width:0}.active-timer-copy>div{display:grid;gap:2px;min-width:0}.active-timer-copy span:not(.timer-indicator){color:var(--muted);font-size:11px}.active-timer-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timer-indicator{position:relative;display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:10px;background:var(--green-fill)}.timer-indicator:after{position:absolute;top:2px;right:2px;width:7px;height:7px;border:2px solid #edf8f1;border-radius:50%;background:#2f9a5c;content:"";animation:timer-pulse 1.8s ease-in-out infinite}.active-timer-card time{color:var(--text);font-size:19px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.025em}.timer-stop-button,.task-timer-button,.task-history-button,.task-edit-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--green-strong);border-radius:9px;background:var(--surface);color:var(--green-strong);font-size:12px;font-weight:750;white-space:nowrap}.timer-stop-button{min-height:38px;padding:7px 12px;background:var(--green-strong);color:#fff}.timer-stop-button:hover{background:#103f27}@keyframes timer-pulse{50%{opacity:.35;transform:scale(.82)}}.toast{position:fixed;z-index:20;right:28px;bottom:28px;margin:0;padding:12px 15px;border-radius:12px;background:#103f2a;color:#fff;box-shadow:var(--shadow)}.task-section{margin-bottom:32px}.section-heading{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:10px}.section-heading>div{display:flex;align-items:center;gap:8px;color:var(--green-strong)}.section-heading h2{margin:0;color:var(--text);font-size:17px}.section-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.section-heading-actions>span{color:var(--muted);font-size:12px;text-align:right}.completed-toggle-button{padding:4px 7px;border:1px solid #b7d0be;border-radius:8px;background:#f2f8f3;color:var(--green-strong);font-size:11px;font-weight:750;white-space:nowrap}.completed-toggle-button:hover{border-color:#7eac8b;background:#e7f2e9}.task-list{overflow:hidden;margin:0;padding:0;border:1px solid var(--border);border-radius:16px;background:var(--surface);list-style:none}.task-list li{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:8px;align-items:center;min-height:70px;padding:10px 13px;border-bottom:1px solid var(--border)}.task-list li:last-child{border-bottom:0}.task-list li.completed{background:#fbfcfb}.task-list li.priority-critical,.task-list li.priority-critical.completed{background:#fff1f0}.task-list li.timing{background:#f5fbf7;box-shadow:inset 3px 0 var(--green)}.task-list li.priority-critical.timing{background:#fff1f0;box-shadow:inset 3px 0 #861c1c}.task-list li.completed .task-copy strong{color:var(--muted);text-decoration:line-through}.complete-button{display:grid;place-items:center;width:29px;height:29px;padding:0;border:0;border-radius:9px;background:transparent;color:#839087}.completed .complete-button{background:var(--green-fill);color:var(--green-strong)}.task-copy{display:grid;gap:7px;min-width:0}.task-copy>strong{overflow-wrap:anywhere}.task-meta{display:flex;flex-wrap:wrap;gap:7px;align-items:center;color:var(--muted);font-size:11px}.tag{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:999px;font-weight:750}.tag.business{background:var(--blue-fill);color:var(--blue)}.tag.personal{background:var(--amber-fill);color:var(--amber)}.tag.priority-critical{background:#f7cfcc;color:#861c1c;font-weight:850}.tag.priority-high{background:var(--red-fill);color:var(--red)}.tag.priority-normal{background:var(--surface-soft);color:var(--muted)}.tag.priority-low{background:#edf5ee;color:#4d725a}.tag.carried-over{background:#e7f2ea;color:var(--green-strong)}.tag.customer-label{background:#e9f2ed;color:var(--green-strong)}.tag.job-label{background:#f0edf7;color:#5b4675}.tag.due-date-label{background:#edf2f7;color:#405b74}.tag.repeat-label{background:#e9f4ec;color:var(--green-strong)}.task-time-total{display:inline-flex;align-items:center;gap:4px;color:var(--green-strong);font-weight:700;font-variant-numeric:tabular-nums}.task-actions{display:flex;gap:5px;align-items:center;justify-content:flex-end}.task-timer-button{min-height:34px;padding:6px 9px}.task-timer-button:hover{background:var(--green-fill)}.task-timer-button.active{background:var(--green-strong);color:#fff;font-variant-numeric:tabular-nums}.task-timer-button.active:hover{background:#103f27}.task-timer-button:disabled{cursor:not-allowed}.task-history-button{min-height:34px;padding:6px 9px;border-color:var(--border);color:var(--muted)}.task-history-button:hover{border-color:#b8cabe;background:var(--surface-soft);color:var(--green-strong)}.task-edit-button{min-height:34px;padding:6px 9px;border-color:var(--border);color:var(--muted)}.task-edit-button:hover{border-color:#b8cabe;background:var(--surface-soft);color:var(--green-strong)}.remove-button:hover{background:var(--red-fill);color:var(--red)}.empty-state{display:grid;place-items:center;gap:7px;min-height:190px;padding:28px;border:1px dashed #ccd6ce;border-radius:16px;background:#ffffff85;color:var(--muted);text-align:center}.empty-state strong{color:var(--text)}.loading-dot{width:15px;height:15px;border:3px solid #c9d9ce;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}footer{display:grid;justify-items:center;gap:13px;margin-top:auto;padding-top:23px;border-top:1px solid var(--border);color:var(--muted);font-size:11px;text-align:center}footer button{display:inline-flex;gap:6px;align-items:center;padding:0;border:0;background:transparent;color:var(--muted)}footer button:hover{color:var(--green-strong);text-decoration:underline}footer p{margin:0;font-weight:650}.modal-backdrop{position:fixed;z-index:50;inset:0;display:grid;place-items:center;padding:20px;background:#0a18108f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-card,.legal-card,.time-history-card,.business-label-card,.timesheet-card,.routine-card,.task-edit-card{position:relative;width:min(620px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:clamp(24px,5vw,38px);border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:0 25px 80px #00000040}.profile-close,.legal-close,.time-history-close,.business-label-close,.timesheet-close,.routine-close,.task-edit-close{position:absolute;top:15px;right:15px}.profile-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.profile-card label span{color:var(--muted);font-weight:500}.profile-sound-setting{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px;border:1px solid var(--border);border-radius:12px;background:var(--surface-soft)}.profile-sound-setting strong{display:block;color:var(--text);font-size:14px}.profile-sound-setting p{margin:4px 0 3px;color:var(--muted);font-size:13px;line-height:1.35}.profile-card .sound-switch{position:relative;display:inline-flex;grid-template-columns:none;align-items:center;gap:9px;flex:0 0 auto;min-height:32px;color:var(--green-strong);cursor:pointer;font-size:14px;-webkit-user-select:none;user-select:none}.profile-card .sound-switch input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);border:0;white-space:nowrap}.profile-card .sound-switch-track{display:inline-flex;align-items:center;width:46px;height:26px;padding:3px;border-radius:999px;background:#95a49a;box-shadow:inset 0 1px 2px #0a211338;transition:background .16s ease}.profile-card .sound-switch-thumb{display:block;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0a211342;transform:translate(0);transition:transform .16s ease}.profile-card .sound-switch-state{min-width:22px;color:var(--green-strong);font-weight:750}.profile-card .sound-switch:hover .sound-switch-track{background:#7f9185}.profile-card .sound-switch input:checked+.sound-switch-track{background:var(--green-strong)}.profile-card .sound-switch input:checked+.sound-switch-track .sound-switch-thumb{transform:translate(20px)}.profile-card .sound-switch input:checked~.sound-switch-state{color:var(--green-strong)}.profile-card .sound-switch input:focus-visible+.sound-switch-track{outline:3px solid #8cc6a1;outline-offset:3px}.profile-sound-preview{justify-self:start;margin-top:-8px;padding:5px 8px;border:0;background:transparent;color:var(--green-strong);font-weight:750;text-decoration:underline;text-underline-offset:3px}.dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:8px}.legal-card{width:min(760px,100%)}.legal-heading{display:grid;grid-template-columns:32px 1fr;gap:10px;padding-right:35px;color:var(--green-strong)}.legal-heading h2{color:var(--text);font-size:clamp(20px,4vw,27px)}.legal-copy{margin-top:25px;color:#465149;line-height:1.65}.legal-copy h3{margin:22px 0 5px;color:var(--text);font-size:15px}.legal-copy p{margin:0}.legal-reviewed{margin-top:25px!important;color:var(--muted);font-size:12px;font-weight:700}.time-history-card{width:min(720px,100%)}.time-history-card h2{max-width:calc(100% - 38px);margin:0 0 8px;letter-spacing:-.025em}.time-history-intro{margin:0 0 18px;color:var(--muted);line-height:1.5}.time-history-total{display:flex;gap:10px;align-items:center;margin-bottom:18px;padding:13px 15px;border-radius:12px;background:var(--green-fill);color:var(--green-strong)}.time-history-total>span{display:grid;gap:2px}.time-history-total small{color:var(--muted)}.time-history-total strong{font-size:18px;font-variant-numeric:tabular-nums}.time-session-list{display:grid;gap:10px;margin-top:16px}.time-session-list article{overflow:hidden;border:1px solid var(--border);border-radius:12px;background:#fff}.time-session-list article.running{border-color:#a8d2b7;background:#f5fbf7}.time-session-summary{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:13px}.time-session-summary>div{display:grid;gap:3px}.time-session-summary span{color:var(--muted);font-size:11px}.time-edit-button{min-height:34px;padding:6px 10px;font-size:12px}.time-correction-form{display:grid;gap:10px;padding:13px;border-top:1px solid var(--border);background:var(--surface-soft)}.time-correction-form label{display:grid;gap:6px;color:#354139;font-size:12px;font-weight:750}.time-correction-form input{width:100%;min-height:40px;padding:8px 10px;border:1px solid var(--border);border-radius:9px;background:#fff}.time-correction-form small{color:var(--muted);line-height:1.45}.time-session-group{color:var(--green-strong)!important;font-weight:700}.business-label-card{width:min(760px,100%)}.business-label-card h2{max-width:calc(100% - 38px);margin:0 0 8px;letter-spacing:-.025em}.business-label-intro{margin:0 0 14px;color:var(--muted);line-height:1.5}.dummy-data-note{display:flex;gap:8px;align-items:center;margin:0 0 18px;padding:11px 13px;border-radius:11px;background:var(--amber-fill);color:#6e4208;font-size:12px;font-weight:750}.business-label-forms{display:grid;gap:13px;margin-top:16px}.business-label-forms form{display:grid;gap:12px;padding:16px;border:1px solid var(--border);border-radius:14px;background:var(--surface-soft)}.business-label-forms form>div:first-child{display:grid;gap:3px}.business-label-forms h3{margin:0;font-size:15px}.business-label-forms h3 span{color:var(--muted);font-weight:500}.business-label-forms p{margin:0;color:var(--muted);font-size:12px}.business-label-forms label{display:grid;gap:6px;color:#354139;font-size:12px;font-weight:750}.business-label-forms label span{color:var(--muted);font-weight:500}.business-label-forms input,.business-label-forms select{width:100%;min-height:41px;padding:8px 10px;border:1px solid var(--border);border-radius:9px;background:#fff;color:var(--text)}.business-label-forms button{justify-self:start}.business-label-forms small{color:var(--muted)}.business-job-grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(140px,.55fr);gap:10px!important}.timesheet-card{width:min(980px,100%)}.timesheet-card h2{max-width:calc(100% - 38px);margin:0 0 8px;letter-spacing:-.025em}.timesheet-intro{margin:0 0 18px;color:var(--muted);line-height:1.5}.timesheet-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}.timesheet-filters label,.timesheet-filters .field-group{display:grid;gap:6px;color:#354139;font-size:12px;font-weight:750}.timesheet-filters input,.timesheet-filters select{width:100%;min-width:0;min-height:41px;padding:8px 10px;border:1px solid var(--border);border-radius:9px;background:var(--surface-soft);color:var(--text)}.timesheet-filters .date-picker-trigger{min-height:41px;border-radius:9px}.timesheet-running-note{display:flex;gap:7px;align-items:center;margin:0 0 12px;padding:10px 12px;border-radius:10px;background:var(--amber-fill);color:#6e4208;font-size:12px;font-weight:700}.timesheet-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;margin-bottom:12px;border-radius:11px;background:var(--green-fill);color:var(--green-strong)}.timesheet-summary span{font-size:12px}.timesheet-summary strong{font-size:18px;font-variant-numeric:tabular-nums}.timesheet-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:12px}.timesheet-table{width:100%;min-width:760px;border-collapse:collapse}.timesheet-table th,.timesheet-table td{padding:10px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.timesheet-table th{background:var(--surface-soft);color:var(--muted);font-size:11px;font-weight:750}.timesheet-table td{font-size:12px}.timesheet-table tbody tr:last-child td{border-bottom:0}.timesheet-table th:nth-last-child(-n+2),.timesheet-table td:nth-last-child(-n+2){text-align:right;white-space:nowrap}.timesheet-table td small{display:block;margin-top:3px;color:var(--muted)}.timesheet-empty{margin:0;padding:28px 16px;color:var(--muted);text-align:center}.timesheet-actions{display:flex;justify-content:flex-end;margin-top:16px}.routine-card{width:min(700px,100%)}.routine-card h2{margin:0 0 8px}.routine-intro{margin:0 0 18px;color:var(--muted);line-height:1.5}.routine-empty{padding:24px;border:1px dashed var(--border);border-radius:12px;color:var(--muted);text-align:center}.routine-list{display:grid;gap:9px}.routine-list article{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:10px;align-items:center;padding:12px;border:1px solid var(--border);border-radius:12px}.routine-list article.inactive{background:var(--surface-soft);opacity:.78}.routine-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--green-fill);color:var(--green-strong)}.routine-list article>div{display:grid;gap:4px;min-width:0}.routine-list article strong{overflow-wrap:anywhere}.routine-list article span{color:var(--muted);font-size:11px}.routine-list article.finished{border-style:dashed}.task-edit-card{width:min(720px,100%)}.task-edit-card h2{display:flex;gap:8px;align-items:center;max-width:calc(100% - 38px);margin:0 0 8px}.task-edit-intro{margin:0 0 18px;color:var(--muted);line-height:1.5}.task-edit-form{display:grid;gap:13px}.task-edit-form label,.task-edit-form .field-group{display:grid;gap:6px;color:#354139;font-size:12px;font-weight:750}.task-edit-form input,.task-edit-form select{width:100%;min-width:0;min-height:41px;padding:8px 10px;border:1px solid var(--border);border-radius:9px;background:var(--surface-soft);color:var(--text)}.task-edit-form .date-picker-trigger{min-height:41px;border-radius:9px}.task-edit-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.task-edit-business{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:13px;border:1px solid var(--border);border-radius:12px;background:#f8faf8}@media(max-width:900px){.auth-page{grid-template-columns:1fr}.auth-brand{min-height:380px;padding:48px clamp(24px,8vw,72px)}.auth-brand h1{font-size:clamp(34px,8vw,52px)}.auth-card{width:min(580px,calc(100% - 32px));margin:32px auto}.app-shell{grid-template-columns:1fr}.sidebar{display:none}.timesheet-mobile-button{display:inline-flex}.mobile-view-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin:-5px 0 14px;padding:4px;border-radius:12px;background:var(--surface-soft)}.mobile-view-tabs button{display:flex;justify-content:center;gap:7px;padding:9px;border:0;border-radius:9px;background:transparent;color:var(--muted)}.mobile-view-tabs button[aria-current=page]{background:var(--surface);color:var(--green-strong);font-weight:750;box-shadow:0 1px 5px #1c2d2114}.mobile-view-tabs span{font-size:11px}.mobile-calendar-toggle{display:flex;justify-content:space-between;gap:12px;align-items:center;width:100%;margin:-5px 0 10px;padding:11px 13px;border:1px solid #b9cfbf;border-radius:12px;background:#e7eee8;color:var(--green-strong);text-align:left}.mobile-calendar-toggle>span{display:inline-flex;gap:7px;align-items:center;font-weight:800}.mobile-calendar-toggle small{color:#405b49;font-size:10px;font-weight:700;text-align:right}.mobile-calendar-toggle:hover{background:#dce9df}.mobile-calendar-toggle[aria-expanded=true]{margin-bottom:7px;border-color:var(--green);background:#d5e8db}.mobile-calendar-panel{display:block;width:100%;max-width:none;margin:0 0 14px}.mobile-completed-toggle{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:42px;margin:-2px 0 14px;padding:9px 13px;border:1px solid #a9c9b2;border-radius:11px;background:#f2f8f3;color:var(--green-strong);font-size:13px;font-weight:800}.mobile-completed-toggle:hover,.mobile-completed-toggle[aria-expanded=true]{border-color:var(--green);background:#e5f2e8}.section-heading-actions .completed-toggle-button{display:none}.mobile-calendar-panel .month-calendar-grid button{height:34px;font-size:12px}.quick-add{grid-template-columns:minmax(180px,1fr) 112px 100px 64px}.task-title-input textarea{height:40px;max-height:40px;overflow:hidden;resize:none}.task-schedule-fields{grid-template-columns:auto 1fr auto 1fr}.repeat-ends-fields{grid-template-columns:auto minmax(190px,1fr) minmax(160px,1fr)}.manage-repeats-button{grid-column:1 / -1}.business-classification-fields{grid-template-columns:1fr 1fr}.business-classification-fields .business-fields-heading{grid-column:1 / -1}.manage-labels-button{width:100%}}@media(max-width:600px){.gate-page{padding:12px}.gate-card{padding:25px 20px;border-radius:20px}.auth-brand{min-height:330px}.auth-brand>p:not(.eyebrow){font-size:16px}.auth-card{margin-block:18px;padding:24px 20px}.app-shell{width:100%;min-height:100vh;margin:0;border-width:0;border-radius:0}.main-content{padding:22px 16px}.topbar{align-items:center}.topbar h1{font-size:24px}.sign-out{width:40px;min-width:40px;padding:0;font-size:0}.timesheet-mobile-button{width:40px;min-width:40px;padding:0}.timesheet-mobile-button span{display:none}.mobile-calendar-toggle{align-items:flex-start}.quick-add{grid-template-columns:1fr 1fr}.task-title-input{grid-column:1 / -1;min-height:44px}.add-button{grid-column:1 / -1;width:100%}.task-schedule-fields,.business-classification-fields,.repeat-ends-fields{grid-template-columns:1fr}.business-classification-fields .business-fields-heading,.manage-repeats-button{grid-column:auto}.business-job-grid,.timesheet-filters{grid-template-columns:1fr}.timesheet-actions .primary-button{width:100%}.progress-card>div:first-child{font-size:13px}.section-heading{align-items:flex-start}.section-heading-actions{align-items:flex-end;flex-direction:column;gap:5px}.section-heading-actions>span{text-align:right}.active-timer-card{grid-template-columns:minmax(0,1fr) auto;gap:10px}.active-timer-card time{font-size:17px}.timer-stop-button{grid-column:1 / -1;width:100%}.task-list li{grid-template-columns:32px minmax(0,1fr);padding-inline:9px}.task-actions{grid-column:2;justify-content:flex-start}.task-timer-button,.task-history-button,.task-edit-button{flex:1}.time-session-summary{align-items:flex-start}.profile-name-grid{grid-template-columns:1fr}.dialog-actions{display:grid;grid-template-columns:1fr 1fr}.routine-list article{grid-template-columns:34px minmax(0,1fr)}.routine-list article>button{grid-column:2;width:100%}.task-edit-grid,.task-edit-business{grid-template-columns:1fr}.toast{right:14px;bottom:14px;left:14px;text-align:center}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
