@import"https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg: #f7f5f1;--bg-alt: #f1efe8;--panel: #ffffff;--panel-muted: #f6f3ee;--ink: #1a2a33;--ink-muted: #5a6b73;--ink-light: #819199;--accent: #2e8b8a;--accent-strong: #1c6a69;--accent-warm: #ff8a5c;--accent-soft: rgba(46, 139, 138, .12);--border: rgba(26, 42, 51, .08);--shadow: 0 18px 40px rgba(26, 42, 51, .12);--radius: 18px;--radius-sm: 12px;--sidebar-width: 270px}*{box-sizing:border-box}body{margin:0;font-family:Archivo,Segoe UI,sans-serif;color:var(--ink);background:radial-gradient(circle at 12% 18%,rgba(255,138,92,.18),transparent 45%),radial-gradient(circle at 80% 10%,rgba(46,139,138,.18),transparent 45%),linear-gradient(140deg,#f9f7f3,#f0eee7);min-height:100vh}h1,h2,h3{font-family:Space Grotesk,Segoe UI,sans-serif;margin:0}p{margin:0}a{text-decoration:none;color:inherit}button,input{font-family:inherit}.app-shell{display:grid;grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh;transition:grid-template-columns .3s ease}.sidebar{position:sticky;top:0;height:100vh;padding:24px 18px;background:#ffffffeb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-right:1px solid var(--border);box-shadow:12px 0 24px #1a2a3314;display:flex;flex-direction:column;gap:28px;transition:width .3s ease;overflow:hidden}.sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{display:flex;align-items:center;gap:12px;font-family:Space Grotesk,Segoe UI,sans-serif;font-weight:600;letter-spacing:.02em}.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:700}.brand-text{font-size:1.05rem}.sidebar-nav{display:flex;flex-direction:column;gap:18px}.sidebar-section{display:flex;flex-direction:column;gap:10px}.sidebar-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-light)}.nav-link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;color:var(--ink-muted);transition:all .2s ease}.nav-link:hover{background:var(--accent-soft);color:var(--ink)}.nav-link.active{background:var(--accent);color:#fff;box-shadow:0 10px 18px #2e8b8a40}.nav-text{white-space:nowrap;font-weight:500}.icon{width:20px;height:20px;flex-shrink:0}.icon-button{border:1px solid var(--border);background:#fff;border-radius:12px;padding:8px;display:grid;place-items:center;cursor:pointer;transition:all .2s ease}.icon-button:hover{border-color:#1a2a3333;transform:translateY(-1px)}.app-main{display:flex;flex-direction:column;min-width:0}.topbar{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;padding:20px 28px;background:#f7f5f1eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.topbar-left{display:flex;align-items:center;gap:16px}.search{position:relative;display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:14px;background:#fff;border:1px solid var(--border);min-width:280px}.search input{border:none;outline:none;width:100%;color:var(--ink);font-size:.95rem}.search-dropdown{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:20;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 18px 40px #1a1a1a1f;padding:10px}.search-message{padding:10px 12px;font-size:.85rem;color:var(--ink-muted)}.search-message.error{color:#c2433a}.search-results{display:grid;gap:12px}.search-group-title{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-muted);margin:2px 6px 6px}.search-result{width:100%;text-align:left;border:1px solid transparent;background:#f8f6f2;border-radius:12px;padding:8px 12px;display:flex;flex-direction:column;gap:2px;cursor:pointer;transition:all .15s ease}.search-result:hover,.search-result:focus{border-color:#d7cfc3;background:#fff}.search-result-name{font-weight:600;color:var(--ink)}.search-result-meta{font-size:.78rem;color:var(--ink-muted)}.topbar-right{display:flex;align-items:center;gap:14px}.workspace-chip{background:#fff;border:1px solid var(--border);border-radius:14px;padding:8px 12px;min-width:180px}.workspace-title{font-weight:600;font-size:.95rem}.workspace-subtitle{font-size:.78rem;color:var(--ink-muted);text-transform:capitalize}.ghost-button{display:inline-flex;align-items:center;gap:8px;border-radius:12px;border:1px solid var(--border);background:#fff;padding:8px 12px;cursor:pointer;color:var(--ink-muted);transition:all .2s ease}.ghost-button:hover{color:var(--ink);border-color:#1a2a3333}.account-pill{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:16px;background:#fff;border:1px solid var(--border)}.avatar{width:36px;height:36px;border-radius:12px;background:var(--accent-soft);color:var(--accent-strong);display:grid;place-items:center;font-weight:700}.account-name{font-weight:600;font-size:.9rem}.account-email{font-size:.76rem;color:var(--ink-light)}.app-content{padding:28px}.dashboard{display:flex;flex-direction:column;gap:26px;animation:fadeUp .5s ease both}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.72rem;color:var(--ink-light)}.subtitle{color:var(--ink-muted);margin-top:6px}.header-actions{display:flex;gap:12px}.primary-button,.secondary-button{border:none;border-radius:12px;padding:10px 18px;font-weight:600;cursor:pointer;transition:all .2s ease}.primary-button{background:var(--accent);color:#fff;box-shadow:0 12px 20px #2e8b8a40}.primary-button:hover{background:var(--accent-strong)}.secondary-button{background:#fff;color:var(--ink);border:1px solid var(--border)}.secondary-button:hover{border-color:#1a2a3333}.primary-button:disabled,.secondary-button:disabled,.ghost-button:disabled{cursor:not-allowed;opacity:.7;box-shadow:none}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.stat-card{background:var(--panel);padding:16px 18px;border-radius:var(--radius-sm);border:1px solid var(--border);box-shadow:var(--shadow);animation:rise .6s ease both}.stat-card:nth-child(1){animation-delay:.05s}.stat-card:nth-child(2){animation-delay:.12s}.stat-card:nth-child(3){animation-delay:.18s}.stat-card:nth-child(4){animation-delay:.24s}.stat-label{font-size:.85rem;color:var(--ink-muted)}.stat-value{font-size:1.8rem;font-weight:700;margin-top:8px}.stat-trend{font-size:.78rem;color:var(--accent-strong);margin-top:8px}.dashboard-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.panel{background:var(--panel);border-radius:var(--radius);border:1px solid var(--border);padding:18px 20px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:16px;animation:fadeUp .6s ease both}.panel-wide{grid-column:span 7}.panel-highlight{background:linear-gradient(135deg,#2e8b8a2e,#ff8a5c33)}.panel-muted{background:var(--panel-muted)}.panel-header{display:flex;align-items:center;justify-content:space-between}.panel-chip{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;background:var(--accent-soft);color:var(--accent-strong);padding:4px 10px;border-radius:999px}.panel-chip.warning{background:#ff8a5c33;color:#b5532e}.panel-body,.timeline{display:flex;flex-direction:column;gap:16px}.timeline-item{display:flex;gap:12px}.timeline-dot{width:10px;height:10px;border-radius:999px;background:var(--accent);margin-top:6px}.timeline-title{font-weight:600}.timeline-meta{font-size:.82rem;color:var(--ink-muted)}.action-list{display:flex;flex-direction:column;gap:14px}.action-item{padding:12px;border-radius:12px;background:var(--panel-muted)}.action-title{font-weight:600}.action-detail{color:var(--ink-muted);font-size:.85rem;margin-top:4px}.pulse-grid{display:grid;grid-template-columns:repeat(7,1fr);align-items:end;gap:8px;height:140px}.pulse-bar{background:var(--panel-muted);border-radius:10px;overflow:hidden;position:relative}.pulse-bar span{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,var(--accent),var(--accent-warm));border-radius:10px;animation:pulseGrow .8s ease both}.panel-footnote{color:var(--ink-muted);font-size:.85rem}.bullet-list{padding-left:18px;margin:0;color:var(--ink-muted);display:flex;flex-direction:column;gap:10px}.placeholder{animation:fadeUp .4s ease both}.placeholder-card{margin-top:18px;padding:16px;border-radius:12px;background:var(--panel-muted);border:1px dashed var(--border)}.placeholder-card.warning{background:#ff8a5c29;border-color:#ff8a5c66}.placeholder-title{font-weight:600}.placeholder-detail{color:var(--ink-muted);font-size:.9rem;margin-top:6px}.projects{display:flex;flex-direction:column;gap:24px;animation:fadeUp .5s ease both}.projects-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.project-form-panel{grid-column:span 5}.project-list-panel{grid-column:span 7}.project-form{display:flex;flex-direction:column;gap:16px}.project-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.project-form label{display:flex;flex-direction:column;gap:6px;font-weight:500;color:var(--ink-muted)}.project-form input,.project-form select{border-radius:12px;border:1px solid var(--border);padding:12px 14px;font-size:.95rem;background:#fff}.project-form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.project-hint{font-size:.78rem;color:var(--ink-light)}.project-empty{padding:14px 16px;border-radius:12px;background:var(--panel-muted);border:1px dashed var(--border);color:var(--ink-muted);font-size:.9rem}.project-list{display:flex;flex-direction:column;gap:12px}.project-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:#fff}.project-row.is-focused{border-color:var(--accent);box-shadow:0 0 0 2px #2e8b8a26;background:#fffaf3}.project-row-main{display:flex;flex-direction:column;gap:6px}.project-row-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.project-name{font-weight:600}.project-meta{color:var(--ink-muted);font-size:.86rem}.project-dates{color:var(--ink-light);font-size:.78rem}.project-actions{display:flex;align-items:center;gap:8px}.clients{display:flex;flex-direction:column;gap:24px;animation:fadeUp .5s ease both}.clients-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.clients-grid.single{grid-template-columns:repeat(12,1fr)}.client-filter-panel{grid-column:span 4}.client-list-panel{grid-column:span 8}.client-form-panel{grid-column:span 7}.client-form{display:flex;flex-direction:column;gap:16px}.client-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.client-form label,.client-filter{display:flex;flex-direction:column;gap:6px;font-weight:500;color:var(--ink-muted)}.client-form input,.client-form select,.client-filter input{border-radius:12px;border:1px solid var(--border);padding:12px 14px;font-size:.95rem;background:#fff}.client-checkbox{flex-direction:row;align-items:center;gap:10px;font-weight:500;color:var(--ink-muted)}.client-checkbox input{accent-color:var(--accent);width:18px;height:18px}.client-form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.client-hint{font-size:.78rem;color:var(--ink-light)}.client-empty{padding:14px 16px;border-radius:12px;background:var(--panel-muted);border:1px dashed var(--border);color:var(--ink-muted);font-size:.9rem}.client-list{display:flex;flex-direction:column;gap:12px}.client-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:#fff}.client-row-main{display:flex;flex-direction:column;gap:6px}.client-row-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.client-name{font-weight:600}.client-meta{color:var(--ink-muted);font-size:.86rem}.client-dates{color:var(--ink-light);font-size:.78rem}.client-actions{display:flex;align-items:center;gap:8px}.status-pill{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;padding:4px 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent-strong)}.status-pill.paused{background:#ff8a5c2e;color:#b43c22}.status-pill.warning{background:#ffcd5c33;color:#a45a1a}.status-pill.completed{background:#1a2a331a;color:var(--ink-muted)}.danger-button{display:inline-flex;align-items:center;gap:8px;border-radius:12px;border:1px solid rgba(255,138,92,.4);background:#ff8a5c1f;padding:8px 12px;cursor:pointer;color:#b43c22;transition:all .2s ease}.danger-button:hover{border-color:#ff8a5c99;background:#ff8a5c33}.danger-button:disabled{cursor:not-allowed;opacity:.7}.tasks{display:flex;flex-direction:column;gap:24px;animation:fadeUp .5s ease both}.tasks-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.task-form-panel{grid-column:span 5}.task-list-panel{grid-column:span 7}.task-list-panel.full{grid-column:span 12}.task-form{display:flex;flex-direction:column;gap:16px}.task-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.task-form label{display:flex;flex-direction:column;gap:6px;font-weight:500;color:var(--ink-muted)}.task-form input,.task-form select{border-radius:12px;border:1px solid var(--border);padding:12px 14px;font-size:.95rem;background:#fff}.task-checkbox{flex-direction:row;align-items:center;gap:10px;font-weight:500;color:var(--ink-muted)}.task-checkbox input{accent-color:var(--accent);width:18px;height:18px}.task-form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.task-hint{font-size:.78rem;color:var(--ink-light)}.task-empty{padding:14px 16px;border-radius:12px;background:var(--panel-muted);border:1px dashed var(--border);color:var(--ink-muted);font-size:.9rem}.task-readonly{font-size:.82rem;color:var(--ink-light)}.task-filter-row,.time-filter-row{display:flex;flex-wrap:wrap;gap:8px}.filter-pill{border-radius:999px;padding:6px 12px;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;border:1px solid var(--border);background:#fff;color:var(--ink-muted);cursor:pointer;transition:all .2s ease}.filter-pill.active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 12px 20px #2e8b8a38}.task-list{display:flex;flex-direction:column;gap:12px}.task-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:#fff}.task-row.is-focused{border-color:var(--accent);box-shadow:0 0 0 2px #2e8b8a26;background:#fffaf3}.task-row-main{display:flex;flex-direction:column;gap:6px}.task-row-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.task-name{font-weight:600}.task-meta{color:var(--ink-muted);font-size:.86rem}.task-billable{color:var(--ink-light);font-size:.78rem}.task-actions{display:flex;align-items:center;gap:8px}.status-pill.task-todo{background:#2e8b8a24;color:var(--accent-strong)}.status-pill.task-doing{background:#ff8a5c2e;color:#b43c22}.status-pill.task-done{background:#1a2a331f;color:var(--ink-muted)}.status-pill.task-archived{background:#1a2a332e;color:var(--ink)}.time{display:flex;flex-direction:column;gap:24px;animation:fadeUp .5s ease both}.time-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.time-form-panel{grid-column:span 5}.time-list-panel{grid-column:span 7}.time-form{display:flex;flex-direction:column;gap:16px}.time-clock{padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--panel-muted);display:flex;flex-direction:column;gap:4px}.time-clock-label{font-weight:600;color:var(--ink)}.time-clock-meta{font-size:.84rem;color:var(--ink-light)}.time-clock.active{border-color:#2e8b8a59;background:#2e8b8a14}.time-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.time-form label{display:flex;flex-direction:column;gap:6px;font-weight:500;color:var(--ink-muted)}.time-form input,.time-form select,.time-form textarea{border-radius:12px;border:1px solid var(--border);padding:12px 14px;font-size:.95rem;background:#fff}.time-form textarea{resize:vertical;min-height:90px}.time-checkbox{flex-direction:row;align-items:center;gap:10px;font-weight:500;color:var(--ink-muted)}.time-checkbox input{accent-color:var(--accent);width:18px;height:18px}.time-form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.time-empty{padding:14px 16px;border-radius:12px;background:var(--panel-muted);border:1px dashed var(--border);color:var(--ink-muted);font-size:.9rem}.time-list{display:flex;flex-direction:column;gap:12px}.time-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:#fff}.time-row-main{display:flex;flex-direction:column;gap:6px}.time-row-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.time-title{font-weight:600}.time-meta{color:var(--ink-muted);font-size:.86rem}.time-dates,.time-person{color:var(--ink-light);font-size:.78rem}.time-actions{display:flex;align-items:center;gap:8px}.time-duration{font-weight:600;color:var(--accent-strong)}.status-pill.time-billable{background:#2e8b8a1f;color:var(--accent-strong)}.status-pill.time-pending{background:#ffcd5c40;color:#8a4d12}.status-pill.time-locked{background:#1a2a3324;color:var(--ink-muted)}.time-approval-banner{margin-bottom:14px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,205,92,.4);background:#ffcd5c29;color:#8a4d12;font-size:.85rem}.timesheet{display:flex;flex-direction:column;gap:24px;animation:fadeUp .5s ease both}.timesheet-actions{flex-wrap:wrap;align-items:flex-end}.timesheet-filter{display:flex;flex-direction:column;gap:6px;font-weight:500;color:var(--ink-muted)}.timesheet-filter select{border-radius:12px;border:1px solid var(--border);padding:10px 12px;font-size:.9rem;background:#fff}.timesheet-period-chip{padding:8px 12px;border-radius:999px;background:var(--panel-muted);border:1px solid var(--border);font-size:.82rem;color:var(--ink-muted)}.timesheet-period-controls{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}.timesheet-panel{overflow:hidden}.timesheet-empty{padding:14px 16px;border-radius:12px;background:var(--panel-muted);border:1px dashed var(--border);color:var(--ink-muted);font-size:.9rem}.timesheet-days{display:flex;flex-direction:column;gap:20px}.timesheet-day{display:flex;flex-direction:column;gap:10px}.timesheet-day-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.timesheet-day-label{font-weight:600}.timesheet-day-sub{color:var(--ink-muted);font-size:.82rem}.timesheet-day-total{font-weight:600;color:var(--accent-strong)}.timesheet-table-wrapper{border-radius:14px;border:1px solid var(--border);background:#fff;overflow-x:auto}.timesheet-table{width:100%;border-collapse:collapse;min-width:980px}.timesheet-table th,.timesheet-table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--border);font-size:.86rem;vertical-align:top}.timesheet-table th{background:var(--panel-muted);color:var(--ink-muted);font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.timesheet-table tr:last-child td{border-bottom:none}.timesheet-table tr.is-locked{background:#1a2a330a}.timesheet-table select,.timesheet-table input[type=time],.timesheet-table input[type=text]{width:100%;border-radius:10px;border:1px solid var(--border);padding:8px 10px;font-size:.86rem;background:#fff}.timesheet-static{display:inline-block;color:var(--ink-light);font-size:.86rem}.timesheet-table tr.is-locked .timesheet-static{color:var(--ink-muted)}.timesheet-checkbox{display:inline-flex;align-items:center;gap:6px;font-size:.84rem;color:var(--ink-muted)}.timesheet-checkbox input{accent-color:var(--accent)}.timesheet-row-actions{display:flex;gap:8px;flex-wrap:wrap}.timesheet-copy{display:flex;gap:8px;align-items:center}.timesheet-row-error td{color:#b42318;font-size:.82rem;background:#f43f5e14}.timesheet-empty-row{color:var(--ink-muted);font-size:.86rem}.team{display:flex;flex-direction:column;gap:24px;animation:fadeUp .5s ease both}.team-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.team-form-panel{grid-column:span 5}.team-list-panel{grid-column:span 7}.team-guidance-panel{grid-column:span 12}.team-form{display:flex;flex-direction:column;gap:16px}.team-form label{display:flex;flex-direction:column;gap:6px;font-weight:500;color:var(--ink-muted)}.team-form input,.team-form select{border-radius:12px;border:1px solid var(--border);padding:12px 14px;font-size:.95rem;background:#fff}.team-form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.team-hint{font-size:.8rem;color:var(--ink-light);line-height:1.4}.team-invite-card{padding:14px 16px;border-radius:16px;border:1px solid rgba(46,139,138,.2);background:linear-gradient(135deg,#2e8b8a1f,#ff8a5c14);display:flex;flex-direction:column;gap:12px}.team-invite-header{display:flex;flex-direction:column;gap:4px}.team-invite-title{font-weight:600}.team-invite-subtitle{font-size:.82rem;color:var(--ink-muted)}.team-invite-row{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px 16px}.team-invite-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-light)}.team-invite-value{font-weight:600;font-size:.95rem;word-break:break-all}.team-invite-actions{display:flex;gap:10px;flex-wrap:wrap}.team-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.team-metric{background:#fff;border-radius:14px;border:1px solid var(--border);padding:12px 14px;display:flex;flex-direction:column;gap:6px}.team-metric-label{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:var(--ink-light)}.team-metric-value{font-size:1.3rem;font-weight:600}.team-list{display:flex;flex-direction:column;gap:12px}.invoices,.reports,.settings{display:flex;flex-direction:column;gap:24px;animation:fadeUp .5s ease both}.invoice-grid,.reports-grid,.settings-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.invoice-form-panel{grid-column:span 5}.invoice-list-panel{grid-column:span 7}.report-panel{grid-column:span 6}.settings-account-panel,.settings-template-panel,.settings-security-panel{grid-column:span 12}.settings-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.settings-info-item{display:flex;flex-direction:column;gap:6px}.settings-info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-light)}.settings-info-value{font-weight:600}.settings-form{display:flex;flex-direction:column;gap:16px}.settings-field-group{display:flex;flex-direction:column;gap:12px;padding:14px 16px;border-radius:14px;background:var(--panel-muted);border:1px solid var(--border)}.settings-field-group h3{font-size:.95rem;margin:0;color:var(--ink)}.settings-form label{display:flex;flex-direction:column;gap:6px;font-weight:500;color:var(--ink-muted)}.settings-form input,.settings-form select{border-radius:12px;border:1px solid var(--border);padding:12px 14px;font-size:.95rem;background:#fff}.settings-form textarea{border-radius:12px;border:1px solid var(--border);padding:12px 14px;font-size:.95rem;min-height:90px;resize:vertical;background:#fff}.settings-checkbox{flex-direction:row;align-items:center;gap:10px;font-weight:500;color:var(--ink-muted)}.settings-checkbox input{accent-color:var(--accent);width:18px;height:18px}.settings-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.settings-hint{font-size:.78rem;color:var(--ink-light)}.settings-alert{padding:12px 14px;border-radius:12px;border:1px solid rgba(255,138,92,.35);background:#ff8a5c29;color:var(--ink);font-size:.85rem}.settings-divider{height:1px;width:100%;background:var(--border)}.settings-empty{padding:14px 16px;border-radius:12px;background:var(--panel-muted);border:1px dashed var(--border);color:var(--ink-muted)}.invoice-form{display:flex;flex-direction:column;gap:16px}.invoice-form label{display:flex;flex-direction:column;gap:6px;font-weight:500;color:var(--ink-muted)}.invoice-form input,.invoice-form select,.invoice-form textarea,.report-header select,.report-form input,.report-form select,.report-form textarea{border-radius:12px;border:1px solid var(--border);padding:12px 14px;font-size:.95rem;background:#fff}.invoice-form textarea{resize:vertical;min-height:90px}.invoice-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.invoice-entry-panel{display:flex;flex-direction:column;gap:12px;padding:14px;border-radius:14px;border:1px solid var(--border);background:var(--panel-muted)}.invoice-entry-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.invoice-entry-title{font-weight:600}.invoice-entry-subtitle{font-size:.85rem;color:var(--ink-light)}.invoice-entry-actions{display:flex;align-items:center;gap:8px}.invoice-entry-list{display:flex;flex-direction:column;gap:10px}.invoice-entry-row{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:#fff}.invoice-entry-row input{margin-top:4px}.invoice-entry-details{flex:1;display:flex;flex-direction:column;gap:4px}.invoice-entry-label{font-weight:600}.invoice-entry-meta{font-size:.82rem;color:var(--ink-muted)}.invoice-entry-minutes{font-weight:600;color:var(--ink)}.invoice-entry-summary{display:flex;justify-content:space-between;font-size:.85rem;color:var(--ink-muted)}.invoice-empty,.report-empty{padding:14px 16px;border-radius:12px;background:var(--panel-muted);border:1px dashed var(--border);color:var(--ink-muted);font-size:.9rem}.invoice-list,.report-list{display:flex;flex-direction:column;gap:12px}.invoice-modal-overlay,.report-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f12188c;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1200}.invoice-modal,.report-modal{width:min(960px,96vw);height:min(760px,90vh);background:#fff;border-radius:18px;box-shadow:0 30px 60px #080a1433;display:flex;flex-direction:column;gap:16px;padding:18px 20px 20px}.invoice-modal-header,.report-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.invoice-modal-preview,.report-modal-preview{flex:1;border-radius:16px;overflow:hidden;border:1px solid var(--border);background:#f6f7fb}.invoice-modal-preview iframe,.report-modal-preview iframe{width:100%;height:100%;border:none}.invoice-modal-actions,.report-modal-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.invoice-row{display:flex;flex-direction:column;gap:12px;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:#fff}.invoice-row-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.invoice-title{font-weight:600}.invoice-meta{color:var(--ink-muted);font-size:.86rem}.invoice-row-side{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.invoice-amount{font-weight:600;font-size:1rem}.invoice-actions{display:flex;align-items:center;gap:8px}.invoice-line-list{display:flex;flex-direction:column;gap:10px;padding:12px;border-radius:12px;border:1px dashed var(--border);background:var(--panel-muted)}.invoice-line-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.invoice-line-title{font-weight:600}.invoice-line-meta{font-size:.82rem;color:var(--ink-muted)}.invoice-line-amounts{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-weight:600}.status-pill.status-draft{background:#1a2a331f;color:var(--ink-muted)}.status-pill.status-sent{background:#2e8b8a2e;color:var(--accent-strong)}.status-pill.status-viewed{background:#ff8a5c2e;color:#b43c22}.status-pill.status-paid{background:#2e8b8a33;color:var(--accent-strong)}.status-pill.status-void{background:#1a2a3333;color:var(--ink)}.report-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.report-builder-panel{grid-column:span 5}.report-summary-panel{grid-column:span 7}.report-history-panel{grid-column:span 12}.report-form{display:flex;flex-direction:column;gap:14px}.report-form label{display:flex;flex-direction:column;gap:6px;font-weight:500;color:var(--ink-muted)}.report-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.report-actions{display:flex;flex-wrap:wrap;gap:10px}.report-hint{font-size:.78rem;color:var(--ink-light)}.report-subtitle{font-size:.85rem;color:var(--ink-muted);margin-top:6px}.report-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.report-summary-card{padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--panel-muted);display:flex;flex-direction:column;gap:6px}.report-summary-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-light)}.report-summary-value{font-size:1.1rem;font-weight:600}.report-summary-sub{font-size:.78rem;color:var(--ink-muted)}.report-breakdown{display:flex;flex-direction:column;gap:12px}.report-breakdown-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.report-tag{padding:4px 10px;border-radius:999px;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;background:var(--accent-soft);color:var(--accent-strong)}.report-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:#fff}.report-title{font-weight:600}.report-meta{font-size:.82rem;color:var(--ink-muted)}.report-metric{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-weight:600}.report-count{font-size:.78rem;font-weight:500;color:var(--ink-light)}.report-advanced{display:flex;flex-direction:column;gap:12px;padding:12px;border-radius:12px;border:1px dashed var(--border);background:var(--panel-muted)}.report-advanced-title{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--ink-light)}.report-entry-section{display:flex;flex-direction:column;gap:12px;margin-top:18px}.report-entry-group-list{display:flex;flex-direction:column;gap:16px}.report-entry-group{display:flex;flex-direction:column;gap:10px}.report-entry-group-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.report-entry-group-title{font-weight:600}.report-entry-group-meta{font-size:.82rem;color:var(--ink-muted)}.report-entry-group-metric{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-weight:600}.report-entry-list{display:flex;flex-direction:column;gap:10px}.report-entry-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:#fff}.report-entry-main{display:flex;flex-direction:column;gap:6px}.report-entry-title{font-weight:600}.report-entry-meta{font-size:.82rem;color:var(--ink-muted)}.report-entry-metric{display:flex;flex-direction:column;align-items:flex-end;gap:6px;font-weight:600}.report-entry-tags{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.status-pill.report-billed{background:#2e8b8a2e;color:var(--accent-strong)}.status-pill.report-unbilled{background:#ffcd5c40;color:#8a4d12}.report-saved-list{display:flex;flex-direction:column;gap:12px}.report-saved-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:#fff}.report-saved-main{display:flex;flex-direction:column;gap:4px}.report-saved-title{font-weight:600}.report-saved-meta{font-size:.82rem;color:var(--ink-muted)}.report-saved-actions{display:flex;gap:8px;flex-wrap:wrap}.team-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:14px;border:1px solid var(--border);background:#fff}.team-row-main{display:flex;flex-direction:column;gap:6px}.team-row-header{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.team-name{font-weight:600}.team-meta{color:var(--ink-muted);font-size:.86rem}.team-row-meta{text-align:right;min-width:110px}.team-date-label{color:var(--ink-light);font-size:.74rem}.team-date-value{color:var(--ink);font-size:.86rem;font-weight:500}.team-rate-form{margin-top:12px;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.team-rate-checkbox{display:flex;flex-direction:row;align-items:center;gap:8px;font-weight:500;color:var(--ink-muted)}.team-rate-checkbox input{accent-color:var(--accent);width:18px;height:18px}.team-rate-field{display:flex;flex-direction:column;gap:6px;font-weight:500;color:var(--ink-muted)}.team-rate-field input{border-radius:12px;border:1px solid var(--border);padding:10px 12px;font-size:.9rem;background:#fff;min-width:140px}.team-rate-error{color:var(--danger);font-size:.78rem}.team-rate-success{color:var(--success);font-size:.78rem}.team-empty{padding:14px 16px;border-radius:12px;background:var(--panel-muted);border:1px dashed var(--border);color:var(--ink-muted);font-size:.9rem}.role-pill{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;padding:4px 8px;border-radius:999px;background:#1a2a3314;color:var(--ink-muted)}.role-pill.role-owner{background:#2e8b8a2e;color:var(--accent-strong)}.role-pill.role-admin{background:#ff8a5c2e;color:#b43c22}.role-pill.role-member{background:#1a2a331f;color:var(--ink-muted)}.role-pill.role-self{background:#2e8b8a1f;color:var(--accent-strong)}.team-guidance{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.team-guidance-item{background:#fff;border:1px solid var(--border);border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.team-guidance-title{font-weight:600}.team-guidance-text{color:var(--ink-muted);font-size:.9rem}.login{min-height:100vh;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;padding:32px}.login-panel{background:#fffffff2;border-radius:var(--radius);padding:32px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:18px}.login-brand{display:flex;align-items:center;gap:16px}.brand-eyebrow{text-transform:uppercase;font-size:.75rem;letter-spacing:.2em;color:var(--ink-light)}.login-subtitle{color:var(--ink-muted)}.login-form{display:flex;flex-direction:column;gap:14px}.login-form label{display:flex;flex-direction:column;gap:6px;font-weight:500;color:var(--ink-muted)}.login-form input{border-radius:12px;border:1px solid var(--border);padding:12px 14px;font-size:.95rem}.form-error{color:#b43c22;background:#ff8a5c33;border-radius:10px;padding:10px 12px;font-size:.85rem}.form-success{color:#15674f;background:#2e8b8a29;border-radius:10px;padding:10px 12px;font-size:.85rem}.login-footnote{font-size:.85rem;color:var(--ink-light)}.login-showcase{position:relative;border-radius:var(--radius);background:linear-gradient(140deg,#2e8b8a33,#ff8a5c33);padding:32px;display:flex;align-items:center;justify-content:center;overflow:hidden}.login-glow{position:absolute;width:280px;height:280px;border-radius:50%;background:#2e8b8a33;filter:blur(60px);top:-40px;right:-40px}.login-card{position:relative;background:#ffffffdb;border-radius:20px;padding:24px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px}.login-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.login-actions{display:flex;flex-direction:column;gap:12px}.login-actions .secondary-button{align-self:flex-start}.metric-value{font-size:1.4rem;font-weight:700;color:var(--accent-strong)}.metric-label{font-size:.78rem;color:var(--ink-muted)}.signup{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.9fr);gap:24px;padding:32px}.signup-panel{background:#fffffff5;border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:20px}.signup-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.signup-brand{display:flex;align-items:center;gap:14px}.signup-header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.signup-progress{font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;color:var(--ink-light)}.signup-link{font-size:.85rem;color:var(--accent-strong)}.signup-steps{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.signup-step{display:flex;gap:10px;padding:12px 14px;border-radius:16px;background:var(--panel-muted);border:1px solid transparent;transition:all .2s ease}.signup-step.active{background:#fff;border-color:#2e8b8a33;box-shadow:var(--shadow)}.signup-step.complete{background:#2e8b8a24}.signup-step-index{width:28px;height:28px;border-radius:10px;display:grid;place-items:center;background:#fff;border:1px solid var(--border);font-weight:600;color:var(--ink-muted);flex-shrink:0}.signup-step.complete .signup-step-index{background:var(--accent);border-color:var(--accent);color:#fff}.signup-step-title{font-weight:600}.signup-step-desc{font-size:.78rem;color:var(--ink-light)}.signup-form{display:flex;flex-direction:column;gap:16px}.signup-section h2{margin-bottom:6px}.signup-section p{color:var(--ink-muted)}.signup-field-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.signup-form label{display:flex;flex-direction:column;gap:6px;font-weight:500;color:var(--ink-muted)}.signup-form input,.signup-form select,.signup-form textarea{border-radius:12px;border:1px solid var(--border);padding:12px 14px;font-size:.95rem;background:#fff}.signup-form textarea{resize:vertical;min-height:90px}.input-hint{font-size:.75rem;color:var(--ink-light)}.signup-checkbox{display:flex;align-items:center;gap:10px;font-weight:500;color:var(--ink-muted)}.signup-checkbox input{accent-color:var(--accent);width:18px;height:18px}.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.interval-toggle{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:16px}.interval-toggle .input-hint{margin-left:4px}.plan-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.plan-card input{display:none}.plan-card.selected{border-color:var(--accent);box-shadow:0 18px 32px #2e8b8a33;transform:translateY(-2px)}.plan-card-header{display:flex;justify-content:space-between;gap:12px}.plan-name{font-weight:600;font-size:1.05rem}.plan-summary{font-size:.82rem;color:var(--ink-muted)}.plan-badge{align-self:flex-start;background:var(--accent-soft);color:var(--accent-strong);font-size:.7rem;padding:4px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.08em}.plan-price{display:flex;flex-direction:column;gap:2px}.plan-price-main{font-size:1.6rem;font-weight:700;color:var(--accent-strong)}.plan-price-sub{font-size:.78rem;color:var(--ink-light)}.plan-features{margin:0;padding-left:18px;color:var(--ink-muted);display:flex;flex-direction:column;gap:8px;font-size:.85rem}.billing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.billing-grid .panel-wide{grid-column:1 / -1}.billing-status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:16px}.billing-alert{border-radius:14px;padding:14px 16px;background:#ff8a5c1f;border:1px solid rgba(255,138,92,.4);color:#b43c22}.billing-alert.info{background:var(--panel-muted);border-color:var(--border);color:var(--ink-muted)}.billing-alert-title{font-weight:600;margin-bottom:4px}.billing-alert-text{margin:0;font-size:.9rem}.billing-actions-row{display:flex;align-items:center;gap:12px;margin-top:16px;flex-wrap:wrap}.panel-loading{font-size:.9rem;color:var(--ink-muted);margin:12px 0 0}.payment-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.payment-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:var(--shadow)}.payment-card-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.payment-card h3{margin:0;font-family:Space Grotesk,Segoe UI,sans-serif}.payment-card p{color:var(--ink-muted)}.payment-placeholder{border:1px dashed var(--border);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:10px;background:#f6f3ee99}.placeholder-line{height:12px;border-radius:999px;background:#1a2a331f}.placeholder-line.short{width:40%}.placeholder-line.wide{width:70%}.payment-fields{display:flex;flex-direction:column;gap:12px}.payment-note{padding:10px 12px;border-radius:12px;background:#2e8b8a1f;color:var(--ink-muted);font-size:.85rem}.payment-help{color:var(--ink-light);font-size:.8rem}.signup-note{color:var(--ink-light);font-size:.82rem}.signup-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:8px}.signup-actions-spacer{flex:1}.signup-aside{position:relative;border-radius:var(--radius);padding:28px;background:linear-gradient(160deg,#2e8b8a29,#ff8a5c2e);overflow:hidden;display:flex;flex-direction:column;gap:18px}.signup-aside-glow{position:absolute;inset:auto -60px -60px auto;width:240px;height:240px;border-radius:50%;background:#2e8b8a33;filter:blur(60px)}.signup-aside-card{position:relative;background:#ffffffe0;border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:12px;box-shadow:var(--shadow)}.signup-aside-text{color:var(--ink-muted)}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.summary-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-light)}.summary-value{font-weight:600}.summary-meta{font-size:.78rem;color:var(--ink-light)}.plan-summary-card .plan-summary-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.plan-summary-price{font-size:1.5rem;font-weight:700;color:var(--accent-strong);margin:0}.plan-summary-price span{font-size:.8rem;color:var(--ink-light)}.plan-summary-list{margin:0;padding-left:18px;color:var(--ink-muted);display:flex;flex-direction:column;gap:8px;font-size:.85rem}.signup-success{display:flex;flex-direction:column;gap:16px}.signup-success-title{font-size:1.4rem;font-weight:600}.signup-success-subtitle{color:var(--ink-muted)}.signup-summary-card{background:var(--panel-muted);border-radius:16px;padding:16px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));border:1px solid var(--border)}.signup-highlight{background:#ff8a5c29;border-radius:14px;padding:14px}.signup-highlight-title{font-weight:600}.signup-highlight-list{margin:8px 0 0;padding-left:18px;color:var(--ink-muted);display:flex;flex-direction:column;gap:6px;font-size:.85rem}.app-loading{min-height:100vh;display:grid;place-items:center}.loading-card{display:flex;align-items:center;gap:12px;background:#fff;padding:16px 20px;border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow)}.loading-dot{width:14px;height:14px;border-radius:50%;background:var(--accent);animation:pulse 1.2s ease infinite}.loading-title{font-weight:600}.loading-subtitle{font-size:.85rem;color:var(--ink-muted)}.app-shell[data-collapsed=true] .sidebar .brand-text,.app-shell[data-collapsed=true] .sidebar .sidebar-label,.app-shell[data-collapsed=true] .sidebar .nav-text{opacity:0;width:0;height:0;margin:0;overflow:hidden;pointer-events:none}.app-shell[data-collapsed=true] .sidebar{padding:24px 10px}.app-shell[data-collapsed=true] .sidebar .nav-link{justify-content:center;gap:0}@media (max-width: 1100px){.topbar{flex-direction:column;align-items:flex-start;gap:16px}.topbar-right{flex-wrap:wrap}.panel-wide,.project-form-panel,.project-list-panel,.client-filter-panel,.client-list-panel,.client-form-panel,.invoice-form-panel,.invoice-list-panel,.report-panel,.report-builder-panel,.report-summary-panel,.report-history-panel,.task-form-panel,.task-list-panel,.time-form-panel,.time-list-panel,.team-form-panel,.team-list-panel,.settings-account-panel,.settings-security-panel,.settings-template-panel,.settings-mileage-panel,.settings-rate-panel{grid-column:span 12}.signup{grid-template-columns:1fr}.signup-header-actions{align-items:flex-start}.billing-grid{grid-template-columns:1fr}}@media (max-width: 900px){.app-shell{grid-template-columns:1fr}.sidebar{position:fixed;left:0;top:0;height:100vh;z-index:10;transform:translate(0)}.app-shell[data-collapsed=true] .sidebar{transform:translate(-110%)}.app-content{padding:20px}.search{min-width:200px}}@media (max-width: 700px){.login{grid-template-columns:1fr}.signup{padding:20px}.signup-steps{grid-template-columns:1fr}.topbar-left,.topbar-right{width:100%;justify-content:space-between}.search{flex:1}.account-pill{display:none}.page-header{flex-direction:column;align-items:flex-start}.project-row,.task-row,.time-row,.team-row,.invoice-row,.report-row,.report-entry-row,.report-saved-row{flex-direction:column}.report-entry-group-header{flex-direction:column;align-items:flex-start}.project-actions{justify-content:flex-start}.task-actions,.time-actions{justify-content:flex-start;flex-wrap:wrap}.team-row-meta{text-align:left}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.3);opacity:1}}@keyframes pulseGrow{0%{height:0}to{height:100%}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
