:root{color-scheme:dark;--background: #060a14;--foreground: #e2e8f0;--card: #0c1222;--card-foreground: #e2e8f0;--primary: #22d3ee;--primary-foreground: #020617;--secondary: #151e2e;--secondary-foreground: #94a3b8;--muted: #151e2e;--muted-foreground: #64748b;--accent: #151e2e;--accent-foreground: #e2e8f0;--destructive: #f43f5e;--destructive-foreground: #fff;--border: rgb(51 65 85 / .45);--border-hairline: rgb(148 163 184 / .1);--input: rgb(30 41 59 / .65);--ring: #22d3ee;--energy: #a78bfa;--energy-500: #8b5cf6;--success: #10b981;--radius-lg: 10px;--radius-md: 7px;--radius-pill: 999px;--shadow-card: 0 0 0 1px var(--border-hairline), 0 10px 28px -16px rgb(0 0 0 / .55);--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;font-family:var(--font-sans);color:var(--foreground);background:var(--background);line-height:1.5;font-feature-settings:"cv02","cv03","cv04","cv11";font-optical-sizing:auto;letter-spacing:-.013em}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--background);background-image:radial-gradient(ellipse 100% 70% at 50% -35%,rgb(244 114 182 / .14),transparent 52%),radial-gradient(ellipse 60% 45% at 100% 0%,rgb(167 139 250 / .1),transparent 42%);color:var(--foreground)}body.font-sans{font-family:var(--font-sans)}body.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font:inherit}button{min-height:42px;min-width:42px;padding:0 16px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--secondary);color:var(--secondary-foreground);cursor:pointer;font-weight:500;font-size:.875rem;letter-spacing:-.01em;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}button:hover:not(:disabled){background:#334155d9;border-color:#475569e6}button:focus-visible{outline:2px solid var(--ring);outline-offset:2px}button.primary{background:var(--primary);border-color:#22d3ee59;color:var(--primary-foreground);box-shadow:0 0 18px -10px #22d3ee80}button.primary:hover:not(:disabled){background:#67e8f9;border-color:#67e8f999}button.danger{background:var(--destructive);border-color:#f43f5e99;color:var(--destructive-foreground)}button.danger:hover:not(:disabled){background:#fb7185;border-color:#fb7185b3}button.ghost{background:transparent;border-color:transparent;color:var(--muted-foreground)}button.ghost:hover:not(:disabled){background:var(--muted);color:var(--foreground)}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{min-height:42px;padding:8px 12px;border-radius:var(--radius-md);border:1px solid var(--input);width:100%;max-width:400px;background:#0c1222b8;color:var(--foreground);font-size:.875rem;letter-spacing:-.01em;transition:border-color .15s ease,box-shadow .15s ease}input::placeholder,textarea::placeholder{color:var(--muted-foreground)}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;border-color:#22d3ee73;box-shadow:0 0 0 3px #22d3ee1f}textarea{min-height:88px;resize:vertical}.app-shell{max-width:960px;margin:0 auto;padding:20px 16px 40px;min-height:100vh;display:flex;flex-direction:column}.app-build-footer{margin-top:auto;padding-top:28px;text-align:center;font-size:.75rem;color:var(--ink-muted, #6b7280);letter-spacing:.02em}.app-build-footer-sep{opacity:.65}.app-build-sha{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;background:transparent;color:inherit}.app-shell-tight{max-width:640px}.app-shell-deployments{max-width:1180px}.app-shell-wide{max-width:none;width:100%;padding-left:clamp(16px,2.5vw,40px);padding-right:clamp(16px,2.5vw,40px)}.page-sub{margin:0}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.collapsible.card{padding:0;overflow:hidden}.collapsible-trigger{display:flex;align-items:flex-start;gap:10px;width:100%;padding:11px 14px;margin:0;border:none;background:transparent;color:var(--foreground);cursor:pointer;text-align:left;min-height:44px;border-radius:0;transition:background .12s ease}.collapsible-trigger:hover{background:#151e2ea6}.collapsible-arrow{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;margin-top:1px;color:#94a3b8d9;transition:transform .22s cubic-bezier(.4,0,.2,1)}.collapsible-arrow--open{transform:rotate(90deg)}.collapsible-arrow-svg{display:block}.collapsible-head{display:flex;flex-direction:column;gap:2px;min-width:0}.collapsible-title{font-size:.875rem;font-weight:600;letter-spacing:-.02em}.collapsible-desc{font-size:.75rem;color:var(--muted-foreground);font-weight:400;letter-spacing:-.01em}.collapsible-panel{padding:0 14px 14px}.nested-shell{border:1px solid var(--border-hairline);border-radius:var(--radius-md);margin-bottom:10px;background:#0c122266;box-shadow:inset 0 1px #ffffff08}.nested-shell .collapsible-trigger{padding:9px 12px}.nested-shell .collapsible-panel{padding:0 12px 12px}.section-label{margin:0 0 8px;font-size:.68rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground)}.section-label-spaced{margin-top:16px}.timer-list{list-style:none;margin:0;padding:0}.timer-row{display:grid;grid-template-columns:1fr auto;gap:6px 10px;align-items:center;padding:7px 0;border-bottom:1px solid rgb(30 41 59 / .45)}.timer-row:last-child{border-bottom:none}.timer-row-main{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px;min-width:0}.timer-row-label{font-size:.8125rem;font-weight:500;letter-spacing:-.015em}.timer-row-board-link{font-size:.72rem;font-weight:500;color:#7dd3fc;text-decoration:none;border-bottom:1px solid rgb(125 211 252 / .35)}.timer-row-board-link:hover{color:#bae6fd;border-bottom-color:#bae6fd8c}.timer-row-elapsed{font-family:var(--font-mono);font-size:.8125rem;font-weight:500;font-variant-numeric:tabular-nums;color:var(--primary);letter-spacing:.02em}.timer-row-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end}button.icon-btn{width:2.125rem;height:2.125rem;min-width:2.125rem;min-height:2.125rem;padding:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;font-size:0}.icon-btn-svg{display:block}.icon-btn-play{background:linear-gradient(165deg,#22d3ee38,#22d3ee0d);border-color:#22d3ee59;color:#67e8f9;box-shadow:0 0 0 1px #22d3ee1a inset,0 4px 16px -8px #22d3ee80}.icon-btn-play:hover:not(:disabled){background:linear-gradient(165deg,#22d3ee52,#22d3ee1a);border-color:#22d3ee7a;color:#cffafe}.icon-btn-play .icon-btn-svg{margin-left:2px}.icon-btn-stop{background:linear-gradient(165deg,#f43f5e2e,#f43f5e0d);border-color:#f43f5e59;color:#fda4af;box-shadow:0 0 0 1px #f43f5e14 inset,0 4px 16px -8px #f43f5e59}.icon-btn-stop:hover:not(:disabled){background:linear-gradient(165deg,#f43f5e47,#f43f5e14);border-color:#f43f5e7a;color:#ffe4e6}.switch-hint-row{grid-column:1 / -1;margin:4px 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;animation:switchHintIn .2s ease}.switch-hint-text{font-size:.78rem;line-height:1.35;color:var(--energy);flex:1;min-width:0}.switch-hint-resume{flex-shrink:0;min-height:30px;min-width:auto;padding:0 12px;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius-pill);background:#a78bfa1f;border:1px solid rgb(167 139 250 / .35);color:#ddd6fe}.switch-hint-resume:hover:not(:disabled){background:#a78bfa33;border-color:#a78bfa80;color:#f5f3ff}@keyframes switchHintIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.timer-notes-inline input{min-height:2.125rem;max-width:180px;width:100%;padding:6px 10px;font-size:.75rem;border-radius:var(--radius-md)}.compliance-lede{margin:0 0 12px;line-height:1.45}.compliance-rules{margin:0 0 12px;padding-left:1.1rem;font-size:.8125rem;line-height:1.45;color:var(--secondary-foreground)}.compliance-rules li{margin-bottom:8px}.compliance-rules strong{color:var(--foreground);font-weight:600}.compliance-hints{margin:0 0 12px;padding:10px 12px;border-radius:var(--radius-md);border:1px solid rgb(251 191 36 / .25);background:#fbbf240f;font-size:.8125rem;line-height:1.45;color:#fde68a}.compliance-hints li{margin-left:1rem}.compliance-nohint{margin:0 0 12px}.compliance-links{margin:0;font-size:.8rem}.compliance-links a{color:var(--primary)}.roster-grid-tight{margin-top:4px}.roster-tile-compact{padding:9px 11px}.roster-elapsed-sm{margin-top:6px;font-size:1rem}.roster-empty{margin:0;padding:4px 0 8px}.brand{margin-bottom:28px}.brand-kicker{font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--energy);margin:0 0 6px}.brand h1{font-size:1.65rem;font-weight:600;letter-spacing:-.02em;margin:0 0 8px;background:linear-gradient(105deg,var(--foreground) 0%,var(--primary) 55%,var(--energy) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.page-header{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.page-header h1,.page-header-h1{font-size:1.25rem;font-weight:600;letter-spacing:-.03em;margin:0 0 4px;color:var(--foreground)}.page-header-stacked{flex-direction:column;align-items:stretch}.page-header-nav-block{width:100%}.nav-tabs{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:12px;padding-bottom:2px;border-bottom:1px solid var(--border-hairline)}.nav-tab{min-height:38px;min-width:auto;padding:6px 14px;border-radius:var(--radius-md);border:1px solid transparent;background:transparent;color:var(--muted-foreground);font-size:.8125rem;font-weight:500}.nav-tab:hover:not(:disabled){color:var(--foreground);background:#151e2e80}.nav-tab--current{color:var(--primary);border-color:#22d3ee40;background:#22d3ee0f}.page-header-title-row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px}.page-header-signout{flex-shrink:0}.profile-ribbon--clickable{width:100%;text-align:left;border:none;cursor:pointer;font:inherit;color:inherit;transition:background .15s ease,box-shadow .15s ease}.profile-ribbon--clickable:hover{background:#ffffff0a}.profile-ribbon--clickable:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.profile-ribbon{display:flex;flex-wrap:wrap;align-items:flex-start;gap:14px 18px;width:100%;max-width:36rem;margin-bottom:10px;padding:10px 14px;border-radius:var(--radius-lg);background:linear-gradient(155deg,#0f172aeb,#080c18e0);border:1px solid rgb(51 65 85 / .5);box-shadow:0 1px #ffffff0a inset}.profile-ribbon-avatar-wrap{position:relative;flex-shrink:0}.profile-ribbon-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.15rem;font-weight:700;color:#fff;letter-spacing:-.02em;background:linear-gradient(135deg,#7c3aed,#4f46e5 42%,#2563eb);box-shadow:0 0 0 2px #0f172ae6}.profile-ribbon-online{position:absolute;right:0;bottom:0;width:11px;height:11px;border-radius:50%;background:var(--success);border:2px solid rgb(15 23 42);box-shadow:0 0 0 1px #10b98159}.profile-ribbon-main{flex:1 1 140px;min-width:0}.profile-ribbon-name-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px}.profile-ribbon-name{font-size:1rem;font-weight:700;color:var(--foreground);letter-spacing:-.02em}.profile-ribbon-level{font-size:.65rem;font-weight:600;letter-spacing:.06em;padding:2px 8px;border-radius:var(--radius-pill);color:#e8c547;border:1px solid rgb(232 197 71 / .55);background:#e8c5470f}.profile-ribbon-email{margin-top:2px;font-size:.8rem;color:var(--muted-foreground)}.profile-ribbon-xp{flex:1 1 160px;min-width:140px;max-width:220px;margin-left:auto}.profile-ribbon-xp-label{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#94a3b8f2;margin-bottom:6px}.profile-ribbon-star{flex-shrink:0;color:#e8c547}.profile-ribbon-bar{height:6px;border-radius:999px;background:#1e293bd9;overflow:hidden}.profile-ribbon-bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#ca8a04,#e8c547);transition:width .35s ease}.project-nested-card{overflow:hidden}.project-nested-toggle{width:100%}.project-collapsed-strip{padding:0 12px 12px;border-top:1px solid rgb(30 41 59 / .35)}.project-collapsed-active{display:flex;flex-direction:column;gap:8px}.project-collapsed-meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px}.project-collapsed-target{font-size:.8125rem;font-weight:600;color:var(--foreground)}.project-collapsed-elapsed{font-variant-numeric:tabular-nums}.project-collapsed-actions{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.project-collapsed-notes input{max-width:220px}.project-collapsed-idle{margin:0;font-size:.8125rem;line-height:1.45}.nested-shell-panel{padding:0 12px 12px;border-top:1px solid rgb(30 41 59 / .35)}.subpage-stack{display:flex;flex-direction:column;gap:12px}.project-editor-stack{display:flex;flex-direction:column;gap:10px;padding-top:4px}.projects-create-card{display:flex;flex-direction:column;gap:10px;padding:14px 16px}.projects-create-title{margin:0;font-size:.95rem;font-weight:600}.projects-create-copy{margin:0;line-height:1.45}.projects-create-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.projects-create-row input{flex:1 1 240px;max-width:100%}.project-editor-muted{margin:0;font-size:.8125rem}.project-editor-footnote{margin:10px 0 0;font-size:.75rem;line-height:1.45}.member-chip-list{list-style:none;margin:0 0 12px;padding:0;display:flex;flex-direction:column;gap:8px}.member-chip{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:var(--radius-md);background:#0c12228c;border:1px solid rgb(30 41 59 / .45)}.member-chip-label{font-size:.8125rem;font-weight:500}.member-chip-user{font-weight:400;font-size:.72rem}.member-chip-inactive-block{margin-top:12px;padding-top:10px;border-top:1px dashed rgb(148 163 184 / .45)}.member-chip-inactive-lede{margin:0 0 8px}.member-chip-list--inactive .member-chip{opacity:.88;border-color:#fbbf2459}.member-chip-badge{display:inline-block;margin-left:8px;padding:1px 6px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#fbbf24;border:1px solid rgb(251 191 36 / .5);border-radius:4px}.project-members-feedback{margin:0 0 .65rem;padding:.5rem .65rem;border-radius:6px;background:#4caf5026;border:1px solid rgba(129,199,132,.45);font-size:.9rem}.project-members-hint{margin:0 0 .75rem}.member-chip-remove{min-height:36px;padding:0 12px;font-size:.75rem}.member-add-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.member-add-select{flex:1 1 200px;min-width:0;max-width:100%}.project-editor-list{list-style:none;margin:0;padding:0}.project-editor-line{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:10px}.project-editor-line input{flex:1 1 180px;max-width:100%}.project-editor-line .primary{flex-shrink:0;min-width:72px}.project-editor-field .project-editor-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.project-editor-field input{flex:1 1 200px;max-width:100%}.project-enrich-block{display:flex;flex-direction:column;gap:8px}.project-enrich-intro{margin:0 0 6px;line-height:1.45}.project-enrich-intro code{font-size:.72rem}.project-goals-stack{display:flex;flex-direction:column;gap:12px}.project-goal-field{display:flex;flex-direction:column;gap:6px;font-size:.75rem}.project-goal-textarea{width:100%;min-height:4.5rem;max-width:100%;padding:8px 10px;font-size:.8125rem;line-height:1.45;resize:vertical;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--input);color:var(--foreground);box-sizing:border-box}.project-repo-list{list-style:none;margin:0;padding:0}.project-repo-line{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:8px}.project-repo-line-label{flex:1 1 220px;min-width:0;display:flex}.project-repo-line-label input{width:100%;min-height:36px}.project-repo-line input{flex:1 1 220px;min-height:36px;max-width:100%}.project-repo-primary-badge{display:inline-block;padding:2px 6px;border-radius:4px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;background:#3b82f633;color:#93c5fd}.project-repo-gitlab-pick{position:relative;margin-bottom:12px}.project-repo-gitlab-trigger{width:100%;max-width:min(100%,420px);text-align:left;cursor:pointer}.project-repo-gitlab-panel{position:absolute;z-index:30;top:calc(100% + 4px);left:0;width:max(100%,22rem);min-width:22rem;max-width:min(36rem,calc(100vw - 2rem));max-height:min(50vh,360px);overflow:auto;display:flex;flex-direction:column;gap:2px;padding:6px;border-radius:8px;border:1px solid rgb(255 255 255 / .14);background:#121216fa;box-shadow:0 8px 24px #00000073}.project-repo-gitlab-section-label{margin:4px 8px 2px;font-size:.7rem;text-transform:uppercase;letter-spacing:.04em}.project-repo-gitlab-option{font:inherit;font-size:.85rem;text-align:left;padding:8px 10px;border:none;border-radius:6px;background:transparent;color:inherit;cursor:pointer;width:100%;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:6px 12px}.project-repo-gitlab-option:hover{background:#ffffff14}.project-repo-gitlab-option--suggested{background:#3b82f614}.project-repo-gitlab-option--suggested:hover{background:#3b82f624}.project-repo-gitlab-option--disabled{opacity:.55;cursor:not-allowed}.project-repo-gitlab-option-path{font-family:var(--font-mono, ui-monospace, monospace);font-size:.8rem}.project-repo-gitlab-option-meta{flex-shrink:0}.project-repo-gitlab-divider{height:1px;margin:4px 8px;background:#ffffff24}.project-repo-gitlab-show-all{font:inherit;font-size:.8rem;text-align:left;padding:8px 10px;margin-top:2px;border:none;border-top:1px solid rgb(255 255 255 / .1);border-radius:0 0 6px 6px;background:transparent;color:#ffffffbf;cursor:pointer;width:100%}.project-repo-gitlab-show-all:hover{background:#ffffff0f;color:inherit}.project-repo-gitlab-mode-actions{margin-top:2px;border-top:1px solid rgb(255 255 255 / .1)}.project-repo-gitlab-mode-actions .project-repo-gitlab-show-all{border-top:none;margin-top:0;border-radius:0}.project-repo-gitlab-mode-actions .project-repo-gitlab-show-all+.project-repo-gitlab-show-all{border-top:1px solid rgb(255 255 255 / .06)}.project-asana-board-list{list-style:none;margin:0 0 10px;padding:0}.project-asana-board-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px solid rgb(255 255 255 / .08)}.project-asana-board-name{font-size:.92rem;color:inherit;text-decoration:none}.project-asana-board-name:hover{color:var(--accent, #6ea8fe);text-decoration:underline}.project-repo-gitlab-mode-actions .project-repo-gitlab-show-all:last-child{border-radius:0 0 6px 6px}.project-repo-gitlab-empty-hint{margin:4px 10px 2px}.project-repo-gitlab-pick-hint{display:block;margin-top:6px}.project-repo-gitlab-pick-error{color:var(--destructive, #f87171)}.project-repo-gitlab-error-block{padding:8px 10px}.project-repo-gitlab-retry{margin-top:6px}.project-delete-confirm{margin-top:8px;padding:10px 12px;border:1px solid rgb(255 255 255 / .12);border-radius:8px;background:#00000026}.project-delete-confirm-lede{margin:0 0 10px;font-size:.9rem}.project-delete-confirm-label input{width:100%;font:inherit}.project-delete-confirm-actions{margin-top:10px}.project-repos-editor{margin-bottom:12px}.production-repo-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.production-repo-list li{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.production-project-facts-repos dd{margin:0}.project-add-line{align-self:flex-start;margin-bottom:4px}.project-repo-deploy-stack{display:flex;flex-direction:column;gap:10px}.project-ci-table-wrap{overflow-x:auto;border-radius:var(--radius-md);border:1px solid rgb(30 41 59 / .45)}.project-ci-table{width:100%;border-collapse:collapse;font-size:.75rem}.project-ci-table th,.project-ci-table td{padding:8px 10px;text-align:left;border-bottom:1px solid rgb(30 41 59 / .35);vertical-align:middle}.project-ci-table th{font-weight:600;color:var(--muted-foreground);background:#0c122273}.project-ci-table input,.project-ci-table select{min-height:34px;width:100%;max-width:16rem;font-size:.75rem}.project-ci-status-input{max-width:10rem!important}.project-enrich-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:10px}.project-deploy-stub-btn{background:#22c55e33;border-color:#22c55e73}.project-issue-board-list{list-style:none;margin:0 0 8px;padding:0;display:flex;flex-direction:column;gap:10px}.project-issue-board-line{margin:0}.project-issue-board-label{display:flex;flex-direction:column;gap:4px;font-size:.72rem}.project-issue-board-label input{min-height:38px;width:100%;box-sizing:border-box;font-size:.78rem}.project-external-issues{margin-top:14px;padding-top:12px;border-top:1px solid rgb(30 41 59 / .45)}.project-external-issues-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.project-external-issues-head .section-label{margin-bottom:0}.project-external-boards{display:flex;flex-direction:column;gap:14px;margin-top:8px}.project-external-board-block{padding:10px 12px;border-radius:var(--radius-md);border:1px solid rgb(30 41 59 / .45);background:#080c1673}.project-external-board-title{margin:0 0 6px;font-size:.78rem;word-break:break-all}.project-external-board-link{color:#7dd3fc;text-decoration:none}.project-external-board-link:hover{text-decoration:underline}.project-external-board-error{margin:0 0 6px;color:#f87171;font-size:.78rem}.project-external-issue-items{margin:6px 0 0;padding-left:1.1rem;font-size:.8rem;line-height:1.45}.project-external-issue-items a{color:#e2e8f0;text-decoration:none}.project-external-issue-items a:hover{text-decoration:underline}.project-repo-single-label{display:flex;flex-direction:column;gap:6px;font-size:.75rem;margin-bottom:12px}.project-repo-single-input{min-height:38px;width:100%;max-width:100%;box-sizing:border-box;font-size:.8rem}.project-deploy-grid{display:flex;flex-wrap:wrap;gap:12px 16px;align-items:flex-end;margin-bottom:8px;width:100%}.project-deploy-grid-3{display:grid;grid-template-columns:8rem 10rem minmax(0,1fr);gap:12px 16px;align-items:end}@media (max-width: 720px){.project-deploy-grid-3{grid-template-columns:1fr}}.project-deploy-grid-3 .project-deploy-field,.project-deploy-grid-3 .project-deploy-field-grow{min-width:0}.project-deploy-field{display:flex;flex-direction:column;gap:4px;font-size:.72rem}.project-deploy-field select,.project-deploy-field input{min-height:36px;font-size:.8rem}.project-deploy-field-grow{flex:1 1 14rem}.project-deploy-field-grow input{width:100%;box-sizing:border-box}.project-deploy-sha-input{font-family:var(--font-mono);font-size:.75rem;min-width:0;width:100%}.project-repo-single-input,.project-deploy-field input,.project-deploy-field select{width:100%;max-width:100%}.project-deploy-last{margin-top:14px;padding-top:12px;border-top:1px solid rgb(30 41 59 / .45)}.project-deploy-last-link-wrap{margin:6px 0 0;word-break:break-all}.project-deploy-preview-link{color:#7dd3fc;text-decoration:none;font-size:.82rem}.project-deploy-preview-link:hover{text-decoration:underline}.staging-deploy-inline{display:flex;align-items:center;gap:10px;margin-top:10px;flex-wrap:wrap}.staging-deploy-spinner{display:inline-block;width:1.1rem;height:1.1rem;border:2px solid rgb(100 116 139 / .5);border-top-color:var(--primary);border-radius:50%;animation:staging-deploy-spin .75s linear infinite;flex-shrink:0}@keyframes staging-deploy-spin{to{transform:rotate(360deg)}}.staging-deploy-result{margin-top:14px;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--border);display:flex;gap:12px;align-items:flex-start}.staging-deploy-result--ok{border-color:#10b98173;background:#10b98114}.staging-deploy-result--err{border-color:#f43f5e73;background:#f43f5e14}.staging-deploy-tick{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#10b98140;color:var(--success);font-weight:700;font-size:1rem;flex-shrink:0}.staging-deploy-result-title{margin:0 0 4px;font-size:.95rem;font-weight:600}.staging-deploy-result-links{margin:8px 0 0;font-size:.85rem}.staging-deploy-result-links a{color:#7dd3fc;text-decoration:none}.staging-deploy-result-links a:hover{text-decoration:underline}.deploy-status-panel{margin-top:16px;padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--border);display:flex;gap:14px;align-items:flex-start;background:#0f172a8c}.deploy-status-panel--starting,.deploy-status-panel--polling{border-color:#38bdf873;background:#38bdf814}.deploy-status-panel--success{border-color:#10b98173;background:#10b98114}.deploy-status-panel--failed{border-color:#f43f5e73;background:#f43f5e14}.deploy-status-panel-spinner{margin-top:2px}.deploy-status-panel-tick{margin-top:0}.deploy-status-panel-err-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:#f43f5e40;color:#fb7185;font-weight:700;font-size:1rem;flex-shrink:0}.deploy-status-panel-body{flex:1;min-width:0}.deploy-status-panel-title{margin:0 0 6px;font-size:1rem;font-weight:600}.deploy-status-panel-detail{margin:0;line-height:1.5}.project-deploy-ios-device{margin-bottom:14px}.project-deploy-ios-device-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.project-deploy-ios-device-head .section-label-spaced{margin:0}.project-deploy-refresh-devices{font-size:.82rem;padding:4px 10px}.local-deploy-log-tail{margin:10px 0 0;padding:10px 12px;max-height:200px;overflow:auto;font-family:ui-monospace,SF Mono,Menlo,Monaco,Consolas,monospace;font-size:.68rem;line-height:1.35;color:#86efaceb;background:#00000073;border:1px solid rgb(52 211 153 / .25);border-radius:8px;white-space:pre-wrap;word-break:break-all}.deploy-status-panel-links{margin:10px 0 0;font-size:.88rem}.deploy-status-panel-links a{color:#7dd3fc;text-decoration:none}.deploy-status-panel-links a:hover{text-decoration:underline}.deploy-status-panel-cta{font-weight:600}.project-playbook-block{padding:4px 0 8px}.project-playbook-list{margin:0;padding-left:1.2rem;font-size:.8rem;line-height:1.55;color:#cbd5e1}.project-playbook-list li{margin-bottom:6px}.project-task-editor-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.project-task-editor-card{padding:12px 12px 10px;border-radius:var(--radius-md);border:1px solid rgb(30 41 59 / .5);background:#0c122259}.project-task-editor-title-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px 14px;margin-bottom:10px}.project-task-editor-title-row .project-task-editor-label{flex:1 1 12rem;margin-bottom:0}.project-task-board-open{font-size:.75rem;white-space:nowrap;color:#7dd3fc;text-decoration:none;padding-bottom:2px;border-bottom:1px solid rgb(125 211 252 / .35);align-self:center}.project-task-board-open:hover{color:#bae6fd}.project-task-editor-label{display:flex;flex-direction:column;gap:4px;font-size:.72rem;margin-bottom:8px}.project-task-editor-label input{min-height:38px;width:100%;max-width:100%;box-sizing:border-box}.project-task-board-input{font-size:.78rem}.project-task-editor-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:4px}.team-roster-lede{margin:0 0 12px}.infer-members-banner{padding:14px 16px;border:1px solid rgb(56 189 248 / .35);border-radius:8px;background:#0f172a8c}.infer-members-title{margin:0 0 8px;font-size:1rem}.infer-members-details{margin-top:12px}.infer-members-preview,.infer-members-errors{margin:8px 0 0;padding-left:1.25rem}.infer-members-preview li{margin-bottom:6px;line-height:1.45}.team-roster-card{padding:12px 16px 16px}.team-list{list-style:none;margin:0;padding:0}.team-row{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:8px;padding:10px 0;border-bottom:1px solid rgb(30 41 59 / .45);font-size:.875rem}.team-row:last-child{border-bottom:none}.team-user{font-size:.8rem}.production-banner{margin:0 0 10px;padding:8px 12px;font-size:.85rem;line-height:1.4;border-radius:var(--radius-md);border:1px solid color-mix(in srgb,var(--primary) 35%,transparent);background:color-mix(in srgb,var(--primary) 8%,var(--card));color:var(--foreground)}.timesheets-production-banner{margin-bottom:12px}.card{background:var(--card);color:var(--card-foreground);border-radius:var(--radius-lg);padding:14px 16px;border:1px solid var(--border-hairline);margin-bottom:12px;box-shadow:var(--shadow-card)}.collapsible.card{padding:0}.card-title{margin:0 0 6px;font-size:.95rem;font-weight:600;letter-spacing:-.01em;color:var(--foreground)}.card-lede{margin:0 0 18px;font-size:.85rem;color:var(--muted-foreground);line-height:1.5}.muted{color:var(--muted-foreground);font-size:.85rem}.msg-banner{margin:0 0 12px;padding:8px 12px;border-radius:var(--radius-md);background:var(--muted);border:1px solid var(--border-hairline);color:var(--secondary-foreground);font-size:.8125rem}.app-shell--deploy-preview{box-shadow:inset 0 0 0 2px #a78bfa73}.deploy-purple-links{margin-top:14px;padding:12px 14px;border-radius:var(--radius-md);border:1px solid rgb(167 139 250 / .35);background:#581c8733}.deploy-purple-links-hint{margin:0 0 10px}.deploy-purple-links-list{margin:0;padding-left:1.1rem;font-size:.8rem;line-height:1.55;word-break:break-word}.deploy-purple-links-list a{word-break:break-all}.deploy-purple-links-label{display:inline-block;min-width:5.5rem;font-weight:600;color:#d8b4fe}.deployments-page-lede{margin:0 0 12px}.production-project-summary{padding:8px 0 4px}.production-project-facts{display:grid;gap:10px 24px;margin:12px 0 0;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr))}.production-project-facts dt,.production-project-field-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground);margin:0 0 2px}.production-project-facts dd{margin:0}.project-categories-editor{margin:16px 0 0}.project-categories-editor-copy{margin:4px 0 10px}.project-categories-editor-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.project-categories-empty{margin:0 0 10px}.deploy-tls-note{margin:0 0 16px;padding:10px 12px;border-radius:var(--radius-md);border:1px solid rgb(251 191 36 / .35);background:#fbbf2414;color:#fef3c7}.deployments-card{display:flex;flex-direction:column;gap:24px}.deployments-card-section{padding:4px 0}.deploy-query-banner{margin:0 0 12px;padding:10px 12px;border-radius:var(--radius-md);border:1px solid rgb(167 139 250 / .45);background:#581c8759;font-size:.82rem;line-height:1.45;color:#ede9fe}.error-text{color:#fb7185;font-size:.875rem;margin:0 0 12px}.roster-grid{display:grid;gap:8px}@media (min-width: 520px){.roster-grid{grid-template-columns:repeat(2,1fr)}}.roster-tile{border:1px solid var(--border-hairline);border-radius:var(--radius-md);padding:10px 12px;background:linear-gradient(165deg,#0c12228c,#151e2e47);transition:border-color .15s ease,box-shadow .15s ease}.roster-tile:hover{border-color:#22d3ee38;box-shadow:0 0 24px -12px #22d3ee26}.roster-tile-head{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between}.roster-tile-username{margin-top:4px;font-size:.72rem;line-height:1.35}.roster-tile-meta{margin-top:8px;font-size:.8rem;color:var(--muted-foreground);line-height:1.45}.roster-elapsed{margin-top:10px;font-family:var(--font-mono);font-size:1.15rem;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:.02em;color:var(--primary)}.pill{display:inline-block;padding:3px 10px;border-radius:var(--radius-pill);font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.pill.running{background:#10b9812e;color:#34d399;border:1px solid rgb(52 211 153 / .25)}.pill.muted-pill{margin-left:6px;background:#94a3b81f;color:var(--muted, #94a3b8);border:1px solid rgb(148 163 184 / .2);text-transform:none;letter-spacing:0}.row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.stack{display:flex;flex-direction:column;align-items:stretch;gap:14px;max-width:420px}.stack label{display:flex;flex-direction:column;gap:6px}.stack label span.muted{font-size:.8rem}.actions-row{margin-top:16px;display:flex;flex-wrap:wrap;gap:12px;align-items:center}.history-list{list-style:none;padding:0;margin:0}.history-row{padding:9px 0;border-bottom:1px solid rgb(30 41 59 / .4);font-size:.8125rem;line-height:1.45}.history-row:last-child{border-bottom:none;padding-bottom:0}.history-row strong{font-family:var(--font-mono);font-size:.8rem;font-weight:500;color:var(--secondary-foreground)}.login-card{max-width:400px}.form-gap{margin-bottom:14px}.mono-inline{font-family:var(--font-mono);font-size:.92em;font-weight:500}.elapsed-inline{display:inline;font-family:var(--font-mono);font-size:1rem;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:.02em;color:var(--primary)}.timesheets-pane{display:flex;flex-direction:column;gap:12px}.timesheet-hud{padding:14px 16px 16px}.timesheet-strip-wrap{display:flex;align-items:center;gap:4px;margin-bottom:14px}.timesheet-strip-chevron{flex-shrink:0;min-width:36px;padding:0;border:none;background:transparent;color:var(--muted-foreground);font-size:1.35rem;line-height:1;border-radius:var(--radius-md)}.timesheet-strip-chevron:hover:not(:disabled){color:var(--foreground);background:#151e2e8c}.timesheet-strip{flex:1;display:flex;justify-content:space-between;gap:4px;overflow-x:auto;padding:2px 0;scrollbar-width:thin}.timesheet-day-pill{flex:1 0 auto;min-width:2.75rem;max-width:3.25rem;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px 10px;border-radius:var(--radius-md);border:1px solid transparent;background:transparent;color:var(--muted-foreground);cursor:pointer;font:inherit}.timesheet-day-pill-dow{font-size:.65rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.timesheet-day-pill-dom{font-size:.95rem;font-weight:600;letter-spacing:-.03em}.timesheet-day-pill--today:not(.timesheet-day-pill--selected){color:var(--foreground)}.timesheet-day-pill--selected{border-color:#22d3ee73;box-shadow:0 0 0 1px #22d3ee1f,0 4px 18px -10px #22d3ee59;color:var(--primary);background:#22d3ee0f}.timesheet-day-pill-dot{width:5px;height:5px;border-radius:999px;margin-top:1px;background:#94a3b899}.timesheet-day-pill-dot--selected{background:var(--primary)}.timesheet-copy-report{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin:0 0 12px;min-height:40px;padding:8px 14px;border-radius:var(--radius-md);border:1px dashed rgb(71 85 105 / .55);background:transparent;color:var(--muted-foreground);font-size:.8125rem;font-weight:500}.timesheet-copy-report:hover:not(:disabled){border-color:#22d3ee59;color:var(--foreground);background:#22d3ee0d}.timesheet-copy-icon{display:flex;opacity:.85}.timesheet-meter{height:8px;border-radius:99px;background:#0f172ad9;overflow:hidden;border:1px solid rgb(30 41 59 / .65)}.timesheet-meter-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,#22d3ee,#5eead4);transition:width .35s ease}.timesheet-meter-meta{margin-top:8px;font-size:.78rem}.timesheet-meter-total{font-weight:600;font-variant-numeric:tabular-nums;color:#99f6e4}.timesheet-table-caption{margin:0;font-size:.78rem}.timesheet-inline-link{display:inline;min-height:unset;padding:0 0 0 6px;vertical-align:baseline;font-size:inherit}.timesheet-table-card{padding:0;overflow:hidden}.timesheet-table{width:100%;border-collapse:collapse;font-size:.75rem}.timesheet-table th,.timesheet-table td{padding:8px 10px;text-align:left;border-bottom:1px solid rgb(30 41 59 / .45);vertical-align:top}.timesheet-table th{font-size:.65rem;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);font-weight:600}.timesheet-row-running td{background:#22d3ee0a}.timesheet-empty{padding:16px 12px!important;text-align:center}.timesheet-note-cell{max-width:12rem;cursor:text;font-size:.72rem;line-height:1.35}.timesheet-note-cell--editing{cursor:default;vertical-align:middle}.timesheet-note-input{width:100%;min-width:0;max-width:100%;min-height:34px;padding:4px 8px;font-size:.72rem}.timesheet-actions{white-space:nowrap;text-align:right}button.timesheet-del{min-height:34px;min-width:auto;padding:0 10px;font-size:.72rem}.budgets-pane{display:flex;flex-direction:column;gap:14px;width:100%;max-width:none}.greenlit-projects-meta{margin:0 0 12px;font-size:.8rem}.greenlit-projects-list{list-style:none;margin:0 0 14px;padding:0;display:flex;flex-direction:column;gap:16px}.greenlit-project-row{padding:0;border-radius:var(--radius-md);background:#0f172a8c;border:1px solid var(--border-hairline);overflow:hidden}.greenlit-project-row .nested-shell{border:none;background:transparent}.greenlit-project-row .collapsible-panel{padding:0 14px 14px}.greenlit-project-members{margin-top:14px}.greenlit-project-members-heading{margin:0 0 8px;font-size:.82rem;font-weight:600;color:var(--secondary-foreground)}.greenlit-member-hours-table{margin:0;font-size:.88rem}.greenlit-member-hours-col{text-align:right;white-space:nowrap;width:5.5rem}.greenlit-project-summary{font-weight:600;font-size:.95rem;margin-bottom:4px}.greenlit-project-detail{font-size:.88rem;color:var(--secondary-foreground);margin-bottom:10px}.greenlit-project-bar{height:6px;border-radius:var(--radius-pill);background:#1e293be6;overflow:hidden}.greenlit-project-bar-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--energy-500));transition:width .25s ease}.budgets-toolbar{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:flex-end;padding:12px 14px!important}.budgets-month-label{display:flex;flex-direction:column;gap:4px;min-width:9rem}.budgets-month-label select{min-height:40px}.budgets-meta{margin:0;flex:1 1 12rem;font-size:.8rem;line-height:1.45}.budgets-pending{margin:0;align-self:center}.budgets-caption{padding:10px 12px 0}.timesheet-bucket-select{width:100%;max-width:11rem;min-height:34px;padding:4px 8px;font-size:.72rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--input);color:var(--foreground)}.timesheet-row-action{margin-right:6px;font-size:.72rem;min-height:34px;padding:0 8px}.timesheet-panel-row td{padding:12px 14px;background:#0000002e;vertical-align:top}.timesheet-edit-lede{margin:0 0 10px}.timesheet-edit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:10px 14px;margin-bottom:12px}.timesheet-edit-field{display:flex;flex-direction:column;gap:4px;font-size:.75rem}.timesheet-edit-field--wide{grid-column:1 / -1}.timesheet-edit-field input,.timesheet-edit-field select{min-height:36px;font-size:.8rem}.timesheet-edit-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.timesheet-history-title{margin:0 0 8px;font-size:.85rem;font-weight:600}.timesheet-history-list{margin:0;padding-left:0;list-style:none}.timesheet-history-item{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid var(--border)}.timesheet-history-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.timesheet-history-payload{margin:6px 0 0;padding:8px 10px;font-size:.68rem;line-height:1.35;overflow-x:auto;border-radius:var(--radius-md);background:#00000059;border:1px solid var(--border)}.budget-subtabs{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.budget-subtab{min-height:36px;padding:0 12px;font-size:.8rem;border-radius:var(--radius-pill);border:1px solid var(--border);background:transparent;color:var(--muted-foreground)}.budget-subtab--current{background:#22d3ee1f;border-color:#22d3ee73;color:#99f6e4}.budget-snapshot-table .budget-bar-cell{min-width:10rem;max-width:22rem}.budget-bar-wrap{display:flex;flex-direction:column;gap:4px}.budget-bar-track{position:relative;height:22px;border-radius:6px;background:#1e293ba6;border:1px solid rgb(51 65 85 / .5)}.budget-bar-tick{position:absolute;top:0;bottom:0;width:2px;transform:translate(-50%);background:#fbbf24f2;pointer-events:none}.budget-bar-tick-label{position:absolute;top:-14px;left:50%;transform:translate(-50%);font-size:.58rem;font-weight:700;color:#fcd34d}.budget-bar-pace{position:absolute;top:0;bottom:0;width:2px;transform:translate(-50%);background:#f87171f2;box-shadow:0 0 8px #f8717173;pointer-events:none}.budget-bar-dot{position:absolute;top:50%;width:12px;height:12px;border-radius:999px;transform:translate(-50%,-50%);background:#22d3ee;border:2px solid rgb(15 23 42 / .9);box-shadow:0 0 0 2px #22d3ee59;pointer-events:none}.budget-bar-dot--warn{background:#fb7185;box-shadow:0 0 0 2px #fb718573}.budget-bar-scale{font-size:.62rem}.budget-row-warn td{color:#fda4af}.budget-cross-members{margin:0 0 8px 12px;padding:0;list-style:disc;font-size:.75rem;color:var(--muted-foreground)}.budget-cross-members-row td{border-bottom:1px solid rgb(30 41 59 / .55);padding-top:0}.budget-edit-input{width:100%;max-width:8rem;min-height:36px;padding:4px 8px;font-size:.8rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--input);color:var(--foreground)}button.budget-edit-save{min-height:36px;padding:0 12px;font-size:.78rem}.budget-col-expand{width:1.75rem;vertical-align:middle;text-align:center}.budget-disclosure-chevron{border:none;background:transparent;padding:0 4px;margin:0;cursor:pointer;font-size:.62rem;line-height:1.2;color:#7dd3fc;vertical-align:middle;font-family:inherit}.budget-disclosure-chevron:hover{color:#bae6fd}.budget-seed-wrap{display:flex;flex-direction:column;gap:4px;align-items:flex-start;padding:4px 0 0;min-width:12rem}.budget-seed-btn{min-height:34px;padding:0 12px;font-size:.78rem;border-radius:var(--radius-md);border:1px solid rgb(34 211 238 / .45);background:#22d3ee1a;color:#a5f3fc;cursor:pointer}.budget-seed-btn:disabled{opacity:.55;cursor:not-allowed}.budget-seed-hint{font-size:.72rem;line-height:1.35;max-width:22rem}.budget-snapshot-detail-row td{padding:0;background:#0f172a59;border-bottom:1px solid rgb(51 65 85 / .45)}.budget-snapshot-detail-inner{padding:12px 14px 14px}.budget-detail-title{font-size:.78rem;font-weight:600;margin-bottom:8px;color:var(--muted-foreground)}.budget-subtable{font-size:.8rem}.budget-subtable th,.budget-subtable td{padding:6px 8px}.budget-member-composition{margin:0}.budget-composition-summary{cursor:pointer;font-size:.78rem;color:#7dd3fc;list-style:none;display:flex;align-items:center;gap:6px}.budget-member-composition>summary::-webkit-details-marker{display:none}.budget-member-composition>.budget-composition-summary:before{content:"▶";font-size:.62rem;color:#7dd3fc;flex-shrink:0}.budget-member-composition[open]>.budget-composition-summary:before{content:"▼"}.budget-composition-nested{margin-top:8px}.budget-member-breakdown{margin-top:14px}.budget-mbd-heading{font-size:1rem;font-weight:600;margin:0 0 8px;padding:0 12px}.budget-mbd-list{display:flex;flex-direction:column;gap:6px;padding:0 12px 12px}.budget-mbd-member{border:1px solid rgb(51 65 85 / .55);border-radius:var(--radius-md);background:#0f172a40}.budget-mbd-member>summary{list-style:none}.budget-mbd-member>summary::-webkit-details-marker{display:none}.budget-mbd-member-summary{cursor:pointer;padding:10px 12px;display:flex;flex-wrap:wrap;gap:6px 12px;align-items:baseline}.budget-mbd-member>summary.budget-mbd-member-summary:before{content:"▶";font-size:.62rem;color:#7dd3fc;flex-shrink:0;width:.75rem}.budget-mbd-member[open]>summary.budget-mbd-member-summary:before{content:"▼"}.budget-mbd-member-name{font-weight:600}.budget-mbd-member-meta{font-size:.78rem}.budget-mbd-projects{padding:0 8px 10px 12px;display:flex;flex-direction:column;gap:4px}.budget-mbd-project{border-left:2px solid rgb(34 211 238 / .35);padding-left:8px;margin-left:4px}.budget-mbd-project>summary{list-style:none;cursor:pointer;font-size:.82rem;padding:4px 0;display:flex;flex-wrap:wrap;gap:6px 8px;align-items:baseline}.budget-mbd-project>summary.budget-mbd-project-summary:before{content:"▶";font-size:.62rem;color:#7dd3fc;flex-shrink:0;width:.75rem}.budget-mbd-project[open]>summary.budget-mbd-project-summary:before{content:"▼"}.budget-mbd-project>summary::-webkit-details-marker{display:none}.budget-mbd-composition{margin:6px 0 10px}.member-estimates-card{max-width:none}.member-est-people-stack{display:flex;flex-direction:column;gap:10px}.member-est-project-list{display:flex;flex-direction:column;gap:12px;padding:4px 0 8px}.member-est-project-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(5.5rem,7rem) minmax(5.5rem,7rem) auto;gap:10px 12px;align-items:end}@media (max-width: 520px){.member-est-project-row{grid-template-columns:1fr;align-items:stretch}.member-est-save{width:100%}}.member-est-project-name{font-weight:600;font-size:.92rem;padding-bottom:2px}.member-est-field{display:flex;flex-direction:column;gap:4px;min-width:0}.member-est-field .budget-edit-input{width:100%;min-width:0}.member-est-save{flex-shrink:0}.attendance-pane{display:flex;flex-direction:column;gap:16px}.attendance-intro-card{padding-bottom:8px}.attendance-draft-h2{margin:0 0 8px;font-size:1.1rem;font-weight:600}.attendance-intro{margin:0 0 12px;line-height:1.55}.attendance-legend{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:10px 16px}.attendance-legend-item{display:flex;align-items:center;gap:8px;font-size:.85rem}.attendance-legend-swatch{width:14px;height:14px;border-radius:4px;border:1px solid var(--border)}.attendance-legend-item--working .attendance-legend-swatch{background:#22c55e59}.attendance-legend-item--off .attendance-legend-swatch{background:#64748b73}.attendance-legend-item--holiday .attendance-legend-swatch{background:#f472b666}.attendance-legend-item--other .attendance-legend-swatch{background:#a78bfa66}.attendance-legend-item--statutory .attendance-legend-swatch{background:#38bdf873;border-color:#38bdf8a6}.attendance-compliance-warning{margin:12px 0 0;padding:10px 12px;border-radius:var(--radius-md);border:1px solid rgb(234 179 8 / .5);background:#eab3081a;color:#fde047;font-size:.82rem;line-height:1.45}.attendance-compliance-warning .mono-inline{color:#fef08a}.attendance-intro-card .nested-shell{margin-top:14px}.attendance-statutory-settings{padding-top:2px}.attendance-statutory-settings-lede{margin:0 0 10px}.attendance-weekday-ticks{display:flex;flex-wrap:wrap;gap:12px 18px}.attendance-weekday-tick{display:flex;align-items:center;gap:7px;font-size:.84rem;cursor:pointer;-webkit-user-select:none;user-select:none}.attendance-weekday-tick input{width:1rem;height:1rem;accent-color:rgb(56 189 248);cursor:pointer}.attendance-month-card{overflow-x:auto}.attendance-month-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.attendance-month-title{font-weight:600;font-size:1rem}.attendance-month-key{font-size:.8rem}.attendance-month-matrix{min-width:min(100%,720px)}.attendance-month-dow-row,.attendance-member-block{display:grid;grid-template-columns:minmax(96px,148px) repeat(7,minmax(40px,1fr));column-gap:6px;row-gap:6px;align-items:start}.attendance-month-dow-row{margin-bottom:4px}.attendance-dow-spacer{min-height:1px}.attendance-month-dow-cell{text-align:center;font-size:.72rem;font-weight:600;color:#94a3b8;padding:2px 0}.attendance-month-roster{display:flex;flex-direction:column;gap:12px}.attendance-member-label{grid-column:1;display:flex;flex-direction:column;gap:2px;padding-top:2px}.attendance-member-display{font-weight:600;font-size:.88rem}.attendance-member-user{font-size:.72rem}.attendance-month-grid{grid-column:2 / -1;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:repeat(6,minmax(48px,auto));gap:4px}.attendance-cal-cell-wrap--faded .attendance-cal-day-num{opacity:.35}.attendance-cal-kind-btn{height:100%;min-height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 2px;cursor:pointer;font-size:.65rem}.attendance-cal-kind-readonly{height:100%;min-height:48px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 2px;font-size:.65rem;cursor:default;box-sizing:border-box;border-radius:var(--radius-md);opacity:.92;-webkit-user-select:none;user-select:none}.attendance-month-self-section,.attendance-month-self-label{margin-bottom:6px}.attendance-month-matrix .nested-shell{margin-top:4px}.attendance-month-roster--others{gap:10px}.attendance-member-block--self .attendance-member-display{color:#e2e8f0}.attendance-cal-day-num{font-size:.72rem;font-weight:700;opacity:.95}.attendance-cal-kind-label{font-size:.62rem;font-weight:600;line-height:1.15;text-align:center}.attendance-team-placeholder{margin:12px 0 4px}.attendance-week-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.attendance-week-range{font-size:.88rem}.attendance-week-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}@media (max-width: 720px){.attendance-week-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.attendance-day-card{border:1px solid rgb(51 65 85 / .55);border-radius:var(--radius-md);padding:10px;background:#0f172a59}.attendance-day-head{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.attendance-day-label{font-weight:600;font-size:.88rem}.attendance-day-date{font-size:.75rem}.attendance-kind-btn{width:100%;min-height:44px;border-radius:var(--radius-md);border:1px solid var(--border);font-size:.82rem;font-weight:600;cursor:pointer}.attendance-kind-btn--statutory{background:#38bdf824;border-color:#38bdf880;color:#7dd3fc}.attendance-kind-btn--working{background:#22c55e38;border-color:#22c55e73}.attendance-kind-btn--off{background:#33415573}.attendance-kind-btn--holiday{background:#f472b633;border-color:#f472b673}.attendance-kind-btn--other{background:#a78bfa38;border-color:#a78bfa73}.attendance-footnote{margin:14px 0 0}.today-time-entry{padding:1rem 1.15rem 1.1rem;margin-bottom:1rem}.today-time-entry-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px 16px;margin-bottom:.85rem}.today-time-entry-title{margin:0 0 .25rem;font-size:1.05rem}.today-time-entry-desc{margin:0;font-size:.82rem;max-width:36rem}.today-time-idle,.today-time-empty,.today-time-assigned{margin:.5rem 0 0;font-size:.85rem}.today-active-timer{margin-top:.35rem;padding-top:.75rem;border-top:1px solid var(--border-hairline)}.today-active-timer-main{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:8px 16px}.today-active-target{margin:.15rem 0 0;font-weight:600}.today-active-project{margin:.2rem 0 0;font-size:.85rem}.today-active-elapsed{font-size:1.35rem;font-variant-numeric:tabular-nums}.today-active-timer-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:.75rem}.today-active-prod{margin:.65rem 0 0;font-size:.82rem}.add-time-fab{flex-shrink:0;width:3.25rem;height:3.25rem;border:none;border-radius:50%;background:#2722a6;color:#fff;cursor:pointer;box-shadow:0 4px 14px #2722a673;display:inline-flex;align-items:center;justify-content:center;transition:transform .12s ease,opacity .12s ease}.add-time-fab:hover:not(:disabled){transform:scale(1.04)}.add-time-fab:disabled{opacity:.45;cursor:not-allowed}.add-time-fab-icon{font-size:1.75rem;line-height:1;font-weight:300}.add-time-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#020617b8;display:flex;align-items:center;justify-content:center;padding:1rem}.add-time-dialog{width:min(100%,560px);max-height:min(92vh,720px);overflow:auto}.add-time-form{padding:0;overflow:hidden}.add-time-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:1rem 1.15rem .75rem;background:linear-gradient(135deg,#2722a659,#22d3ee14);border-bottom:1px solid var(--border-hairline)}.add-time-form-kicker{margin:0;font-size:.78rem;color:var(--secondary-foreground)}.add-time-form-title{margin:.15rem 0 0;font-size:1.15rem}.add-time-close{font-size:1.5rem;line-height:1;padding:.1rem .45rem}.add-time-form .field,.add-time-form fieldset,.add-time-prod-note,.add-time-form .form-err{margin:0 1.15rem}.add-time-form .field:first-of-type,.add-time-form fieldset.add-time-target-mode{margin-top:1rem}.add-time-target-mode{border:none;padding:0;display:flex;flex-wrap:wrap;gap:12px 18px}.add-time-target-mode legend{width:100%;margin-bottom:.35rem}.radio-inline{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;cursor:pointer}.field-hint{display:block;margin-top:.35rem;font-size:.78rem}.add-time-form-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;padding:1rem 1.15rem 1.15rem;margin-top:.5rem;border-top:1px solid var(--border-hairline)}.form-err{color:var(--destructive);font-size:.85rem;margin-top:.75rem}.today-day-entries{padding:1rem 1.15rem 1.1rem;margin-bottom:1rem}.today-day-entries-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px 16px;margin-bottom:.75rem}.today-day-entries-title{margin:0 0 .2rem;font-size:1.02rem}.today-day-entries-sub{margin:0;font-size:.82rem}.today-day-entries-total{text-align:right}.today-day-entries-total-label{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted-foreground)}.today-day-entries-total-value{font-size:1.25rem;font-weight:600}.today-day-entries-prod,.today-day-entries-foot{font-size:.82rem;margin:0 0 .65rem}.today-day-entries-table-wrap{overflow-x:auto}.today-day-entries-table{font-size:.85rem}.today-day-entries-table th,.today-day-entries-table td{padding:.45rem .55rem}.today-work-board{display:flex;flex-direction:column;gap:.85rem}.today-work-day-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1.25rem;padding:.75rem .85rem;border-radius:8px;background:var(--surface-2, rgba(0, 0, 0, .04));border:1px solid var(--border, rgba(0, 0, 0, .08))}.today-work-day-bar-main{display:flex;align-items:center;gap:.5rem;min-width:10rem}.today-work-day-stats{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.85rem}.today-work-day-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.today-work-table-head{margin-top:.25rem}.today-work-col-actions{width:2.25rem;text-align:center;padding-left:.35rem!important;padding-right:.35rem!important}.today-work-play,.today-work-stop{width:1.75rem;height:1.75rem;border-radius:999px;border:1px solid var(--border, rgba(0, 0, 0, .15));background:var(--surface, #fff);cursor:pointer;font-size:.65rem;line-height:1;padding:0;display:inline-flex;align-items:center;justify-content:center}.today-work-play:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.today-work-stop{color:#b42318;border-color:#b4231859}.today-work-stop:hover:not(:disabled){background:#b4231814}.today-work-unassigned{font-style:italic;color:var(--muted, #666)}.today-work-editable{cursor:pointer}.today-work-editable:hover{background:#22d3ee0f}.today-work-edit-hint{margin:0}.today-time-input{min-width:11rem}button.linkish{background:none;border:none;padding:0;color:var(--primary);cursor:pointer;font:inherit;text-decoration:underline;text-underline-offset:2px}.tasks-page{width:100%;max-width:none;box-sizing:border-box}.tasks-rubric-summary{margin:0 0 1.25rem;padding:.85rem 1rem;border-radius:10px;border:1px solid var(--border-hairline);background:#0f172a73}.tasks-rubric-summary-lede{margin:0 0 .65rem;line-height:1.45}.tasks-rubric-summary-note{margin:.5rem 0 0}.tasks-priority-queue{margin-bottom:1.25rem}.tasks-priority-queue-heading.collapsible-trigger{width:100%;padding:.85rem 1rem;text-align:left}.tasks-priority-queue-title{font-size:1rem;font-weight:600}.tasks-priority-queue-panel{padding:0 1rem 1rem}.tasks-priority-queue-lede{margin:0 0 .75rem}.tasks-project-budget-strip{margin:0 0 1rem;padding:.65rem .75rem;border-radius:8px;border:1px solid var(--border-hairline);background:#0f172a59}.tasks-project-budget-strip .member-workload-budget-bar{margin-bottom:.45rem}.tasks-project-budget-note{margin:.45rem 0 0}.tasks-page-filters{display:flex;flex-wrap:wrap;gap:12px 20px;margin-bottom:12px}.tasks-feed-table{width:100%;table-layout:auto}.tasks-feed-table .tasks-task-cell{min-width:14rem;width:40%}.tasks-page-filter{display:flex;flex-direction:column;gap:4px;min-width:min(100%,200px)}.tasks-page-filter-select{font:inherit;font-size:.85rem;padding:6px 10px;border-radius:6px;border:1px solid rgb(255 255 255 / .12);background:#00000040;color:inherit;max-width:min(100%,320px)}.tasks-view-as-menu{position:relative;min-width:min(100%,280px);max-width:min(100%,480px)}.tasks-view-as-trigger{width:100%;text-align:left;cursor:pointer;display:flex;align-items:center}.tasks-view-as-trigger-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tasks-view-as-panel{position:absolute;z-index:30;top:calc(100% + 4px);left:0;width:max(100%,22rem);min-width:22rem;max-width:min(36rem,calc(100vw - 2rem));max-height:min(60vh,420px);overflow:auto;display:flex;flex-direction:column;gap:2px;padding:6px;border-radius:8px;border:1px solid rgb(255 255 255 / .14);background:#121216fa;box-shadow:0 8px 24px #00000073}.tasks-view-as-loading-hint{padding:6px 10px 4px;margin:0}.tasks-view-as-trigger-text{display:inline-flex;align-items:center;gap:0;min-width:0}.tasks-view-as-trigger-count{display:inline-flex;align-items:center;flex-shrink:0}.tasks-view-as-count-spinner{display:inline-block;width:12px;height:12px;border:2px solid rgb(255 255 255 / .18);border-top-color:#ffffffc7;border-radius:50%;animation:tasks-view-as-spin .65s linear infinite;vertical-align:middle}@keyframes tasks-view-as-spin{to{transform:rotate(360deg)}}.tasks-view-as-option,.tasks-view-as-toggle{font:inherit;font-size:.85rem;text-align:left;padding:8px 10px;border:none;border-radius:6px;background:transparent;color:inherit;cursor:pointer}.tasks-view-as-option{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;white-space:nowrap}.tasks-view-as-option-main{display:flex;align-items:baseline;flex-wrap:nowrap;gap:.35rem;min-width:0;overflow:hidden}.tasks-view-as-option-name{flex-shrink:0}.tasks-view-as-option-handle,.tasks-view-as-option-suffix{flex-shrink:0;color:#ffffff8c;font-size:.8rem}.tasks-view-as-option-count{flex:0 0 auto;min-width:1.5rem;text-align:right;font-variant-numeric:tabular-nums;color:#ffffffa6;font-size:.8rem;white-space:nowrap}.tasks-view-as-option-estimate{color:#ffffff73;font-size:.75rem}.tasks-view-as-divider{height:1px;margin:4px 8px;background:#ffffff24;flex-shrink:0}.tasks-view-as-option:hover,.tasks-view-as-toggle:hover{background:#ffffff14}.tasks-view-as-option--active{background:#ffffff1f}.tasks-view-as-option--inactive{opacity:.75}.tasks-view-as-toggle{margin-top:4px;border-top:1px solid rgb(255 255 255 / .1);border-radius:0 0 6px 6px;color:#ffffffbf;font-size:.8rem}.tasks-project-bundle--empty{opacity:.85}.tasks-project-heading--static{padding:.65rem .75rem;cursor:default}.tasks-page-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px}.tasks-page-chips{font-size:.8rem}.tasks-page-fetched{font-size:.75rem}.tasks-page-hint,.tasks-page-warn{margin:0 0 12px;font-size:.85rem}.tasks-page-error{margin:0 0 12px;color:var(--destructive, #f87171);font-size:.85rem}.tasks-project-header{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.tasks-repo-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;flex:1 1 100%;padding:0 12px 8px 40px}.tasks-repo-name{font-size:.8rem;word-break:break-all}.tasks-repo-move{flex:0 0 auto;margin-left:auto}.tasks-repo-link{flex:0 0 auto;margin-left:auto;padding-right:12px}.tasks-repo-link-select{max-width:min(100%,220px);font:inherit;font-size:.8rem;padding:4px 8px;border-radius:6px;border:1px solid rgb(255 255 255 / .12);background:#00000040;color:inherit}.tasks-project-group,.tasks-project-bundle{margin-bottom:12px}.tasks-project-group.collapsible.nested-shell,.tasks-project-bundle.collapsible.nested-shell{border:1px solid rgb(255 255 255 / .06);border-radius:8px;padding:0}.tasks-project-bundle-panel{display:flex;flex-direction:column;gap:8px;padding:0 10px 12px}.tasks-repo-group{border:1px solid rgb(255 255 255 / .05);border-radius:6px;background:#0000001f}.tasks-repo-group-header{padding-right:8px}.tasks-repo-group-header .tasks-project-heading{padding:8px 10px}.tasks-repo-panel{padding:0 10px 10px}.tasks-repo-row--top{padding:0 12px 8px 40px}.tasks-project-heading.collapsible-trigger{flex:1 1 200px;min-width:0;margin:0;padding:10px 12px;text-align:left}.tasks-project-panel.collapsible-panel{padding:0 12px 12px}.tasks-project-title{margin:0;font-size:1rem;font-weight:600}.tasks-source-pill{display:inline-block;padding:2px 8px;border-radius:4px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.tasks-task-cell{min-width:12rem}.tasks-status-chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.tasks-status-chip{display:inline-block;padding:2px 7px;border-radius:4px;font-size:.62rem;font-weight:600;letter-spacing:.02em;line-height:1.3;border:1px solid rgb(255 255 255 / .1);background:#ffffff0f;color:#e2e8f0e6}.tasks-status-chip--non_estimated{background:#78716c59;color:#e7e5e4}.tasks-status-chip--no_milestone{background:#47556973}.tasks-status-chip--unprioritised{background:#0e749059;color:#a5f3fc}.tasks-status-chip--unassigned{background:#a1620759;color:#fde68a}.tasks-status-chip--for_acceptance{background:#16653466;color:#bbf7d0}.tasks-status-chip--not_accepted{background:#991b1b66;color:#fecaca}.tasks-status-chip--blocked{background:#7f1d1d8c;color:#fca5a5}.tasks-status-chip--needs_more_info{background:#1e40af73;color:#bfdbfe}.tasks-status-chip--needs_subtasking{background:#581c8773;color:#e9d5ff}.tasks-estimate-input-wrap{display:inline-flex;align-items:center;gap:2px}.tasks-estimate-input{width:3.25rem;min-height:30px;padding:4px 6px;font:inherit;font-size:.8rem;border-radius:4px;border:1px solid rgb(255 255 255 / .12);background:#0003;color:inherit}.tasks-estimate-suffix{font-size:.75rem}.tasks-source-pill--gitlab{background:#5e35b159;color:#e9d5ff}.tasks-source-pill--asana{background:#0d948859;color:#99f6e4}.tasks-source-pill--koneko{background:#ea580c59;color:#fed7aa}.tasks-new-task-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2100;display:grid;place-items:center;padding:1rem;background:#020617b8}.tasks-new-task-dialog{width:min(100%,420px);max-height:min(92vh,720px);overflow:auto;margin:0;border:1px solid var(--border-hairline);padding:1.15rem}.tasks-new-task-error{margin:.65rem 0 0;padding:.55rem .65rem;border-radius:6px;background:#7f1d1d59;color:#fecaca;font-size:.85rem}.tasks-new-task-form{margin:0;padding:0}.tasks-new-task-dialog h3{margin:0 0 .35rem}.tasks-new-task-field{display:flex;flex-direction:column;gap:.35rem;margin-top:.85rem}.tasks-new-task-field input,.tasks-new-task-field select{width:100%}.tasks-new-task-actions{display:flex;gap:.5rem;margin-top:1rem}.settings-dialog{width:min(100%,640px)}.settings-dialog-body{padding:0 1.15rem 1.15rem}.settings-section{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border-hairline)}.settings-section-title{margin:0 0 .35rem;font-size:1rem}.settings-section-lede{margin:0 0 .75rem}.settings-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.settings-field input,.settings-field select{width:100%}.settings-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:.5rem}.settings-save-msg{margin:0 0 .5rem;padding:.5rem .65rem;background:#22d3ee14;border-radius:6px}.settings-footnote{margin-top:1.25rem}.gitlab-token-links{margin:.15rem 0 .85rem;padding:.65rem .75rem;border-radius:8px;border:1px dashed rgb(255 255 255 / .14);background:#ffffff0a}.gitlab-token-links--compact{margin:.35rem 0 .5rem;padding:.5rem .65rem}.gitlab-token-links-intro,.gitlab-token-links-scopes{margin:0 0 .45rem;line-height:1.45}.gitlab-token-link-row{display:flex;flex-wrap:wrap;gap:.45rem}.gitlab-token-link{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .65rem;border-radius:6px;border:1px solid rgb(255 255 255 / .16);background:#ffffff0f;color:#bae6fd;text-decoration:none;font-size:.82rem;font-weight:600}.gitlab-token-link:hover{border-color:#38bdf88c;background:#38bdf81f;color:#e0f2fe}.gitlab-token-link--primary{background:#2563eb73;border-color:#60a5fa8c;color:#eff6ff}.gitlab-token-link--primary:hover{background:#2563eba6;border-color:#93c5fdb3;color:#fff}.gitlab-token-link-ext{font-size:.75rem;opacity:.85}.tasks-page-hint--adapter{border-left:3px solid rgb(234 179 8 / .65);padding-left:.65rem}.settings-project-picks{margin-bottom:.75rem}.settings-project-picks-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-bottom:.5rem}.settings-project-list{list-style:none;margin:0;padding:0;max-height:200px;overflow:auto;border:1px solid var(--border-hairline);border-radius:8px}.settings-project-row{display:flex;align-items:center;gap:10px;padding:8px 10px;font-size:.85rem;cursor:pointer}.settings-project-checkbox{flex:0 0 auto;width:1rem;height:1rem;min-width:1rem;min-height:1rem;max-width:1rem;margin:0;padding:0;border-radius:4px;accent-color:var(--primary, #22d3ee);cursor:pointer}.settings-project-label{flex:1;min-width:0;line-height:1.35}.settings-project-saving{margin:0 0 .35rem}.settings-section-feedback{margin:.5rem 0 0;min-height:1.35rem}.settings-section-feedback--hidden{visibility:hidden}.team-identity-table-wrap{overflow-x:auto;margin-top:.75rem}.team-identity-table{width:100%;border-collapse:collapse;font-size:.88rem}.team-identity-table th,.team-identity-table td{padding:.45rem .5rem;text-align:left;vertical-align:top;border-bottom:1px solid var(--border-subtle, rgba(255, 255, 255, .08))}.team-identity-table th{font-weight:600;color:var(--muted, #9aa0a6);white-space:nowrap}.team-identity-row--inactive{opacity:.72}.team-identity-row--override td:first-child{border-left:3px solid var(--accent, #6ea8fe)}.team-identity-name-btn{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;background:none;border:none;padding:0;color:inherit;cursor:pointer;text-align:left}.team-identity-display{font-weight:600}.team-identity-badge{display:inline-block;margin-top:.15rem;padding:.05rem .35rem;border-radius:999px;font-size:.72rem;background:#ffffff14}.team-identity-badge--override{background:#6ea8fe2e}.team-identity-edit-panel{margin:.35rem 0 .75rem;padding:.85rem 1rem}.team-identity-edit-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:1rem}@media (max-width: 720px){.team-identity-edit-grid{grid-template-columns:1fr}}.team-identity-edit-title{margin:0 0 .5rem;font-size:.92rem}.team-identity-dl{margin:0;display:grid;grid-template-columns:auto 1fr;gap:.25rem .75rem;font-size:.85rem}.team-identity-dl dt{color:var(--muted, #9aa0a6)}.team-identity-dl dd{margin:0}.team-identity-links{display:flex;flex-wrap:wrap;gap:.5rem .85rem;margin:.85rem 0 .5rem;align-items:center}.team-identity-links a{font-size:.85rem}.team-identity-near-miss{margin-top:.65rem;padding:.55rem .65rem;border-radius:.45rem;background:#ffc10714}.team-identity-near-miss-list{margin:.35rem 0 0;padding-left:1.1rem}.member-workload{margin-top:.5rem}.member-workload-lede{margin:0 0 1rem;max-width:none;font-size:.88rem;line-height:1.45}.member-workload-warnings{margin:0 0 .75rem;padding-left:1.1rem;color:#fbbf24f2;font-size:.85rem}.member-workload-grid{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:.75rem;width:100%}.member-workload-card{padding:1rem 1.15rem 1.2rem;width:100%;box-sizing:border-box}.member-workload-body-grid{display:grid;grid-template-columns:1fr;gap:1rem 1.5rem;align-items:start}@media (min-width: 900px){.member-workload-body-grid{grid-template-columns:minmax(260px,22vw) minmax(0,1fr)}}.member-workload-panel,.member-workload-panel--tasks{min-width:0}.member-workload-table-scroll{width:100%;overflow-x:auto}.member-workload-card-head{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-bottom:.85rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-hairline)}.member-workload-name{margin:0;font-size:1.05rem;font-weight:600}.member-workload-stats{display:flex;flex-wrap:wrap;gap:.65rem 1.5rem .35rem;margin:0;font-size:.78rem;flex:1 1 auto;justify-content:flex-end}.member-workload-stats dt{margin:0;color:var(--muted-foreground);font-weight:500}.member-workload-stats dd{margin:.1rem 0 0;font-variant-numeric:tabular-nums}.member-workload-warn{color:#fbbf24f2}.member-workload-budget-hint{margin:0 0 .85rem;padding:.5rem .65rem;border-radius:8px;background:#fbbf241a;border:1px solid rgb(251 191 36 / .35);font-size:.85rem}.member-workload-budget-bar-wrap{margin-bottom:.85rem}.member-workload-budget-bar{position:relative;height:.55rem;border-radius:6px;background:#0f172ae6;border:1px solid var(--border-hairline);overflow:hidden}.member-workload-budget-bar-fill{height:100%;background:linear-gradient(90deg,#10b981b3,#67e8f98c);border-radius:6px 0 0 6px}.member-workload-budget-bar-line{position:absolute;top:-2px;bottom:-2px;width:2px;margin-left:-1px;background:#fbbf24f2;box-shadow:0 0 8px #fbbf2480}.member-workload-subhead{margin:.85rem 0 .4rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#67e8f9d9}.member-workload-project-table{font-size:.82rem;margin-bottom:.25rem}.member-workload-table{font-size:.84rem}.member-workload-fire{white-space:nowrap;font-weight:600}.member-workload-score{font-weight:700;font-variant-numeric:tabular-nums;color:#67e8f9f2}.member-workload-issue-prio{min-width:5.5rem;max-width:10rem;line-height:1.25}.member-workload-table th,.member-workload-table td,.member-workload-project-table th,.member-workload-project-table td{white-space:nowrap}.member-workload-table td:nth-child(4),.member-workload-table th:nth-child(4){white-space:normal;min-width:12rem}.member-workload-row--in{background:#10b9811a}.member-workload-row--over{background:#f43f5e1f}.member-workload-est--assumed{font-style:italic;font-weight:600;color:#fbbf24e6}.member-workload-pill{display:inline-block;padding:.15rem .45rem;border-radius:4px;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.member-workload-pill--in{background:#10b98133;color:#6ee7b7f2;border:1px solid rgb(16 185 129 / .45)}.member-workload-pill--over{background:#f43f5e33;color:#fda4aff2;border:1px solid rgb(244 63 94 / .45)}.member-workload-budget-divider td{padding:.35rem .5rem;text-align:center;font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fbbf24f2;background:#fbbf241f;border-top:2px solid rgb(251 191 36 / .55);border-bottom:2px solid rgb(251 191 36 / .55)}.crm-toolbar{display:flex;flex-wrap:wrap;gap:12px 20px;align-items:end;justify-content:space-between}.crm-search-field{flex:1 1 280px;max-width:520px}.crm-search-field input{max-width:100%}.crm-result-meta{text-align:right}.crm-table-card{overflow-x:auto}.crm-contacts-table{min-width:1080px}.crm-contact-cell{min-width:15rem}.crm-contact-cell strong,.crm-contact-detail{display:block}.crm-contact-detail{margin-top:2px}.crm-pager{display:flex;align-items:center;justify-content:flex-end;gap:10px}.time-blob-root--flash .time-blob-stage-wrap{animation:tb-flash .42s ease}@keyframes tb-flash{0%{filter:brightness(1)}40%{filter:brightness(1.35)}to{filter:brightness(1)}}.time-blob-root{--tb-bg: #0a0618;--tb-surface: rgb(18 12 36 / .72);--tb-border: rgb(167 139 250 / .22);--tb-glow: #67e8f9;--tb-glow-2: #f472b6;--tb-text: #f1f5f9;--tb-muted: #94a3b8;--tb-success: #34d399;--tb-warn: #fbbf24;min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;color:var(--tb-text);background:radial-gradient(ellipse 90% 60% at 50% -10%,rgb(103 232 249 / .12),transparent 55%),radial-gradient(ellipse 50% 40% at 100% 100%,rgb(244 114 182 / .1),transparent 50%),var(--tb-bg);overflow:hidden;font-family:var(--font-sans, system-ui, sans-serif)}.time-blob-root button{min-height:40px;min-width:40px}.time-blob-top{padding:1rem 1.25rem .75rem;display:grid;gap:.75rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(180deg,#0a0618eb,#0a06188c);border-bottom:1px solid var(--tb-border);z-index:2}.time-blob-brand{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap}.time-blob-brand h1{margin:0;font-size:1.35rem;letter-spacing:-.03em;font-weight:700}.time-blob-brand p{margin:.15rem 0 0;color:var(--tb-muted);font-size:.85rem}.time-blob-back{border:1px solid var(--tb-border);background:var(--tb-surface);color:var(--tb-muted);border-radius:999px;padding:.35rem .85rem;text-decoration:none;font-size:.8rem}.time-blob-back:hover{color:var(--tb-text);border-color:#67e8f973}.time-blob-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.time-blob-stat{padding:.55rem .75rem;border-radius:12px;background:var(--tb-surface);border:1px solid var(--tb-border)}.time-blob-stat span{display:block;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:var(--tb-muted)}.time-blob-stat strong{display:block;margin-top:.2rem;font-size:1rem;font-variant-numeric:tabular-nums}.time-blob-stat--hero strong{font-size:1.45rem;color:var(--tb-glow)}.time-blob-controls{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.time-blob-btn{border-radius:999px;border:1px solid var(--tb-border);background:var(--tb-surface);color:var(--tb-text);padding:.45rem 1rem;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.time-blob-btn:active{transform:scale(.96)}.time-blob-btn--in{border-color:#34d39980;box-shadow:0 0 24px #34d39933}.time-blob-btn--out{border-color:#f472b673}.time-blob-btn--break.time-blob-btn--on{border-color:#fbbf248c;box-shadow:0 0 20px #fbbf242e}.time-blob-btn:disabled{opacity:.4;cursor:not-allowed}.time-blob-stage-wrap{position:relative;min-height:0}.time-blob-canvas{display:block;width:100%;height:100%;touch-action:none;cursor:grab}.time-blob-canvas:active{cursor:grabbing}.time-blob-hint{position:absolute;left:50%;bottom:1.25rem;transform:translate(-50%);padding:.45rem .9rem;border-radius:999px;background:#0a0618b8;border:1px solid var(--tb-border);color:var(--tb-muted);font-size:.8rem;pointer-events:none;white-space:nowrap}.time-blob-bottom{padding:.85rem 1.25rem 1.1rem;display:grid;gap:.75rem;border-top:1px solid var(--tb-border);background:linear-gradient(0deg,#0a0618f2,#0a0618b3);z-index:2;max-height:42vh;overflow:auto}.time-blob-speed{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.time-blob-speed-label{font-size:.75rem;color:var(--tb-muted);margin-right:.25rem}.time-blob-speed-btn{border-radius:999px;padding:.3rem .65rem;font-size:.78rem;border:1px solid var(--tb-border);background:transparent;color:var(--tb-muted);cursor:pointer}.time-blob-speed-btn--on{color:var(--tb-bg);background:linear-gradient(135deg,var(--tb-glow),var(--tb-glow-2));border-color:transparent;font-weight:600}.time-blob-chunks-title{margin:0;font-size:.85rem;color:var(--tb-muted)}.time-blob-chunks{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.55rem}.time-blob-chunk{display:grid;gap:.35rem;padding:.6rem .7rem;border-radius:14px;border:1px solid var(--tb-border);background:var(--tb-surface)}.time-blob-chunk--active{border-color:#67e8f973;box-shadow:0 0 18px #67e8f91f}.time-blob-chunk-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.time-blob-chunk-mass{font-weight:600;font-variant-numeric:tabular-nums}.time-blob-chunk-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.time-blob-chunk select{width:100%;border-radius:8px;border:1px solid var(--tb-border);background:#00000040;color:var(--tb-text);padding:.35rem .45rem}.time-blob-chunk-actions{display:flex;gap:.35rem}.time-blob-chunk-actions button{flex:1;font-size:.72rem;padding:.25rem .4rem;border-radius:8px;border:1px solid var(--tb-border);background:transparent;color:var(--tb-muted);cursor:pointer}.time-blob-chunk-actions button:hover{color:var(--tb-text)}.time-blob-empty{margin:0;color:var(--tb-muted);font-size:.85rem}.time-blob-status-pill{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;border:1px solid var(--tb-border);color:var(--tb-muted)}.time-blob-status-pill--live{color:var(--tb-success);border-color:#34d39966}.time-blob-status-pill--break{color:var(--tb-warn);border-color:#fbbf2466}.time-blob-status-pill--idle{opacity:.85}.time-rail-root{--tr-bg: #0a0618;--tr-surface: rgb(18 12 36 / .72);--tr-border: rgb(167 139 250 / .22);--tr-glow: #67e8f9;--tr-text: #f1f5f9;--tr-muted: #94a3b8;min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;color:var(--tr-text);background:radial-gradient(ellipse 90% 50% at 50% -10%,rgb(103 232 249 / .1),transparent 55%),radial-gradient(ellipse 40% 30% at 100% 80%,rgb(167 139 250 / .08),transparent 50%),var(--tr-bg);font-family:var(--font-sans, system-ui, sans-serif)}.time-rail-root button{min-height:36px;cursor:pointer}.time-rail-top{padding:1rem 1.25rem;display:grid;gap:.75rem;border-bottom:1px solid var(--tr-border);background:#0a0618e6}.time-rail-brand{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.time-rail-brand h1{margin:0;font-size:1.35rem;font-weight:700}.time-rail-tagline{margin:.35rem 0 0;font-size:.95rem;color:var(--tr-text);line-height:1.35}.time-rail-tagline strong{color:var(--tr-glow);letter-spacing:.02em}.time-rail-tagline-todo{margin-left:.45rem;font-size:.62rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#fbbf24e6;vertical-align:middle}.time-rail-brand-detail{margin:.35rem 0 0;color:var(--tr-muted);font-size:.85rem}.time-rail-nav{display:flex;gap:.5rem;flex-wrap:wrap}.time-rail-day-nav{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}.time-rail-speed--header{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap;padding-left:.55rem;margin-left:.2rem;border-left:1px solid var(--tr-border)}.time-rail-day-nav-label{font-size:.78rem;color:var(--tr-muted);font-variant-numeric:tabular-nums}.time-rail-back{border:1px solid var(--tr-border);background:var(--tr-surface);color:var(--tr-muted);border-radius:999px;padding:.35rem .85rem;text-decoration:none;font-size:.8rem}.time-rail-back:hover{color:var(--tr-text);border-color:#67e8f973}.time-rail-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.5rem}.time-rail-stat{padding:.5rem .75rem;border-radius:10px;background:var(--tr-surface);border:1px solid var(--tr-border)}.time-rail-stat span{display:block;font-size:.65rem;text-transform:uppercase;letter-spacing:.06em;color:var(--tr-muted)}.time-rail-stat strong{font-size:1.05rem;font-variant-numeric:tabular-nums}.time-rail-stat--hero strong{color:var(--tr-glow);font-size:1.25rem}.time-rail-stat-note{display:block;margin-top:.15rem;font-size:.65rem;font-weight:500;color:#34d399e6;letter-spacing:.02em}.time-rail-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.time-rail-pill{font-size:.75rem;padding:.25rem .65rem;border-radius:999px;border:1px solid var(--tr-border);color:var(--tr-muted)}.time-rail-pill--live{color:#34d399;border-color:#34d39966}.time-rail-pill--break{color:#fbbf24}.time-rail-pill--out{color:#94a3b8;border-color:#94a3b873}.time-rail-pill--submitted{color:#93c5fd;border-color:#93c5fd73}.time-rail-pill--locked{color:#fda4af;border-color:#fb718580}.time-rail-btn{border-radius:8px;border:1px solid var(--tr-border);background:var(--tr-surface);color:var(--tr-text);padding:.4rem .85rem;font-size:.85rem}.time-rail-btn--in{background:#34d39926;border-color:#34d39973}.time-rail-btn--out{background:#f871711f}.time-rail-btn--marker{border-color:#818cf873;color:#a5b4fc}.time-rail-btn--marker:hover:not(:disabled){background:#6366f126}.time-rail-marker{position:absolute;top:0;bottom:0;z-index:4;transform:translate(-50%);width:14px;padding:0;border:none;background:transparent;cursor:pointer}.time-rail-marker-caret{display:block;width:2px;height:100%;margin:0 auto;background:#818cf8d9;box-shadow:0 0 6px #818cf873}.time-rail-marker-label{position:absolute;top:2px;left:50%;transform:translate(-50%);font-size:.52rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#a5b4fcf2;pointer-events:none;white-space:nowrap}.time-rail-marker--highlighted .time-rail-marker-caret,.time-rail-marker--highlighted .time-rail-marker-label{filter:brightness(1.2)}.time-rail-marker--selected .time-rail-marker-caret{background:#c4b5fd;width:3px}.time-rail-btn--break.time-rail-btn--on{background:#fbbf2426}.time-rail-btn--stop{background:#f472b61f}.time-rail-btn:disabled{opacity:.4;cursor:not-allowed}.time-rail-main{padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.time-rail-wrap{position:relative}.time-rail-rail-stack{position:relative;width:100%;display:flex;flex-direction:column;gap:.85rem}.time-rail-day-connector{display:block;width:100%;height:1.5rem;margin:.05rem 0 .1rem;flex-shrink:0;pointer-events:none}.time-rail-summary-marker{position:absolute;top:-.15rem;bottom:-.15rem;width:2px;transform:translate(-50%);background:#fbbf24d9;border-radius:1px;z-index:5;pointer-events:auto;cursor:default;box-shadow:0 0 6px #fbbf2473}.time-rail-summary-marker--highlighted{width:3px;background:#fcd34d;box-shadow:0 0 10px #fbbf24bf}.time-rail-summary{width:100%}.time-rail-summary-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.35rem;flex-wrap:wrap}.time-rail-summary-title{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--tr-muted)}.time-rail-summary-meta{font-size:.58rem}.time-rail-summary-ticks{position:relative;height:1rem;margin-bottom:.25rem}.time-rail-summary-tick{position:absolute;top:0;transform:translate(-50%);font-size:.58rem;color:#94a3b8d9;font-variant-numeric:tabular-nums;white-space:nowrap;pointer-events:none}.time-rail-summary-track{position:relative;height:1.75rem;border-radius:10px;border:1px solid var(--tr-border);background:#0f172ab8;overflow:hidden}.time-rail-summary-quiet{position:absolute;top:0;bottom:0;z-index:0;pointer-events:none;background:repeating-linear-gradient(-45deg,#7f1d1d52,#7f1d1d52 6px,#450a0a38 6px,#450a0a38 12px);box-shadow:inset 0 0 0 1px #f8717147}.time-rail-summary-free{position:absolute;top:3px;bottom:3px;z-index:1;border-radius:4px;background:#64748b38;pointer-events:auto;cursor:default}.time-rail-summary-free--highlighted{box-shadow:0 0 0 2px #67e8f9bf;background:#64748b61}.time-rail-summary-break{position:absolute;top:3px;bottom:3px;z-index:2;border-radius:4px;background:repeating-linear-gradient(-45deg,#fbbf2459,#fbbf2459 4px,#f59e0b38 4px,#f59e0b38 8px);pointer-events:auto;cursor:default}.time-rail-summary-break--highlighted{box-shadow:0 0 0 2px #67e8f9bf}.time-rail-summary-seg{position:absolute;top:3px;bottom:3px;z-index:2;border-radius:4px;min-width:2px;pointer-events:auto;cursor:default}.time-rail-summary-seg--highlighted{box-shadow:0 0 0 2px #67e8f9d9;filter:brightness(1.15)}.time-rail-summary-seg--unassigned{background:#64748b8c}.time-rail-summary-seg--live{box-shadow:0 0 0 1px #67e8f98c}.time-rail-summary-now{position:absolute;top:0;bottom:0;width:2px;background:#67e8f9a6;transform:translate(-1px);z-index:4;pointer-events:none}.time-rail-summary-chunk{position:absolute;top:0;bottom:0;z-index:3;pointer-events:none;border:2px solid rgb(103 232 249 / .75);border-radius:8px;background:#67e8f914;box-shadow:inset 0 0 12px #67e8f91f}.time-rail-chunk{position:relative;width:100%;overflow:visible}.time-rail-chunk-body{position:relative;overflow:visible}.time-rail-chunk-label{margin:0 0 .4rem;font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#67e8f9d9}.time-rail-ticks{position:relative;height:1.35rem;margin-bottom:.35rem}.time-rail-axis-label{position:absolute;top:0;font-size:.72rem;font-weight:600;color:var(--tr-text);font-variant-numeric:tabular-nums;white-space:nowrap;pointer-events:none}.time-rail-axis-label--start{left:0}.time-rail-axis-label--now{right:0;display:inline-flex;align-items:baseline;gap:.35rem}.time-rail-axis-now-tag{font-size:.58rem;font-weight:700;font-style:normal;letter-spacing:.08em;text-transform:uppercase;color:var(--tr-glow)}.time-rail-track-shell{position:relative}.time-rail-tick{position:absolute;transform:translate(-50%);font-size:.65rem;color:var(--tr-muted)}.time-rail-track-shell{position:relative;margin-bottom:1.35rem}.time-rail-track{position:relative;height:4.5rem;border-radius:12px;background:#0f172acc;border:1px solid var(--tr-border);overflow:hidden;touch-action:none}.time-rail-track--live{box-shadow:inset 0 0 0 1px #67e8f926}.time-rail-seg{position:absolute;top:8px;bottom:8px;border:none;border-radius:8px;min-width:4px;overflow:visible;box-shadow:0 2px 8px #00000059;z-index:2}.time-rail-seg-body{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:transparent;padding:0 6px;overflow:hidden;cursor:grab;color:#fff;font-size:.65rem;text-align:left;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.05rem}.time-rail-seg-body:active{cursor:grabbing}.time-rail-edge-handle{position:absolute;top:25%;bottom:25%;width:10px;cursor:ew-resize;background:#ffffff24;touch-action:none;z-index:3}.time-rail-edge-handle:hover,.time-rail-edge-handle:active{background:#ffffff52}.time-rail-edge-handle--start{left:0;border-radius:8px 0 0 8px}.time-rail-edge-handle--end{right:0;border-radius:0 8px 8px 0}.time-rail-seg--recording .time-rail-edge-handle--start{background:#ffffff47;box-shadow:inset 0 0 0 1px #ffffff59}.time-rail-seg--recording .time-rail-seg-body{cursor:default}.time-rail-break-block{position:absolute;top:4px;bottom:4px;border-radius:8px;min-width:4px;overflow:visible;z-index:2;background:repeating-linear-gradient(-45deg,#fbbf246b,#fbbf246b 6px,#f59e0b47 6px,#f59e0b47 12px);box-shadow:inset 0 0 0 1px #fbbf2459}.time-rail-break-block--selected{outline:2px solid #fcd34d;outline-offset:1px;z-index:3}.time-rail-break-block--live{animation:tr-pulse 1.2s ease infinite}.time-rail-break-block--session{background:repeating-linear-gradient(-45deg,#94a3b861,#94a3b861 6px,#64748b47 6px,#64748b47 12px);box-shadow:inset 0 0 0 1px #94a3b866}.time-rail-break-block--session .time-rail-break-label{color:#e2e8f0}.time-rail-break-body{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:transparent;padding:0 6px;cursor:grab;color:#fcd34d;font-size:.65rem;text-align:center;display:flex;align-items:center;justify-content:center}.time-rail-break-body:active{cursor:grabbing}.time-rail-break-label{text-shadow:0 1px 2px rgb(0 0 0 / .55);font-weight:600;letter-spacing:.04em;text-transform:uppercase}.time-rail-block-times{position:relative;height:1.25rem;margin-top:.35rem}.time-rail-block-time{position:absolute;font-size:.62rem;color:#94a3b8f2;font-variant-numeric:tabular-nums;white-space:nowrap;pointer-events:none}.time-rail-block-time--axis{font-size:.72rem;font-weight:600;color:var(--tr-text)}.time-rail-block-time--axis.time-rail-block-time--end{color:var(--tr-glow)}.time-rail-block-time--start{transform:translate(0)}.time-rail-block-time--end{transform:translate(-100%)}.time-rail-seg-handle{width:8px;flex-shrink:0;cursor:ew-resize;background:#ffffff1f;touch-action:none}.time-rail-seg-handle:hover{background:#ffffff47}.time-rail-break-span{position:absolute;top:4px;bottom:4px;border-radius:8px;background:repeating-linear-gradient(-45deg,#fbbf2459,#fbbf2459 6px,#f59e0b38 6px,#f59e0b38 12px);pointer-events:none;z-index:1}.time-rail-live-tail--break{background:repeating-linear-gradient(-45deg,#fbbf2466,#fbbf2466 6px,#f59e0b47 6px,#f59e0b47 12px);color:#fcd34d}.time-rail-live-pulse--break{background:#fbbf24}.time-rail-seg--unassigned{background:linear-gradient(180deg,#64748bb3,#475569cc)}.time-rail-seg--selected{outline:2px solid #fff;outline-offset:1px;z-index:3}.time-rail-seg--merge-target{outline:2px dashed #a78bfa;outline-offset:2px;z-index:4;box-shadow:0 0 16px #a78bfa73}.time-rail-seg--dragging{opacity:.88;z-index:5}.time-rail-seg--recording{animation:tr-pulse 1.2s ease infinite}@keyframes tr-pulse{0%,to{filter:brightness(1)}50%{filter:brightness(1.2)}}.time-rail-seg-labels{min-width:0;max-width:100%;display:grid;gap:.05rem}.time-rail-seg-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;text-shadow:0 1px 2px rgb(0 0 0 / .5);font-weight:600}.time-rail-seg-sub{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;font-size:.52rem;line-height:1.1;opacity:.92;text-shadow:0 1px 2px rgb(0 0 0 / .55)}.time-rail-live-tail{position:absolute;top:8px;bottom:8px;border-radius:8px;z-index:0;background:repeating-linear-gradient(-45deg,#64748b59,#64748b59 6px,#47556940 6px,#47556940 12px);display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--tr-muted);text-transform:uppercase;letter-spacing:.08em;pointer-events:none}.time-rail-free-block{position:absolute;top:8px;bottom:8px;border-radius:8px;z-index:0;pointer-events:none;background:repeating-linear-gradient(-45deg,#64748b59,#64748b59 6px,#47556940 6px,#47556940 12px);display:flex;align-items:center;justify-content:center;overflow:hidden}.time-rail-free-block--clickable{pointer-events:auto;cursor:pointer;z-index:1}.time-rail-free-block--clickable .time-rail-live-pulse,.time-rail-free-block--clickable .time-rail-free-label{pointer-events:none}.time-rail-free-block--highlighted{box-shadow:inset 0 0 0 2px #2dd4bfbf;z-index:2}.time-rail-break-block--highlighted{box-shadow:inset 0 0 0 2px #fbbf24d9;z-index:3}.time-rail-seg--highlighted{box-shadow:inset 0 0 0 2px #ffffffa6;z-index:3}.time-rail-timer-row--highlighted{box-shadow:inset 0 0 0 1px #2dd4bf8c;background:#2dd4bf0f}.time-rail-free-block--clickable:hover{box-shadow:inset 0 0 0 1px #34d39973}.time-rail-free-block--clickable.time-rail-free-block--break:hover{box-shadow:inset 0 0 0 1px #fbbf2473}.time-rail-free-block--off-clock{background:repeating-linear-gradient(-45deg,#94a3b861,#94a3b861 6px,#64748b47 6px,#64748b47 12px);box-shadow:inset 0 0 0 1px #94a3b866}.time-rail-free-block--off-clock .time-rail-free-label{color:#e2e8f0}.time-rail-free-block--live{box-shadow:inset 0 0 0 1px #34d39940}.time-rail-free-block--break{background:repeating-linear-gradient(-45deg,#fbbf2447,#fbbf2447 6px,#f59e0b33 6px,#f59e0b33 12px);box-shadow:inset 0 0 0 1px #fbbf2438}.time-rail-free-label{font-size:.58rem;color:var(--tr-muted);text-transform:uppercase;letter-spacing:.08em;pointer-events:none}.time-rail-live-pulse{position:absolute;right:4px;width:8px;height:8px;border-radius:50%;background:#34d399;animation:tr-blink 1s ease infinite}@keyframes tr-blink{0%,to{opacity:1}50%{opacity:.3}}.time-rail-selection{position:absolute;top:4px;bottom:4px;background:#67e8f940;border:2px dashed rgb(103 232 249 / .8);border-radius:8px;pointer-events:none;z-index:4}.time-rail-now-marker{position:absolute;top:0;bottom:0;width:2px;background:var(--tr-glow);transform:translate(-1px);pointer-events:none;z-index:5;box-shadow:0 0 8px #67e8f999}.time-rail-now-marker-label{position:absolute;bottom:-1.3rem;left:50%;transform:translate(-50%);font-size:.68rem;font-weight:600;color:var(--tr-glow);font-variant-numeric:tabular-nums;white-space:nowrap;text-shadow:0 0 12px rgb(103 232 249 / .45)}.time-rail-hint{margin:0;font-size:.85rem;color:var(--tr-muted);text-align:center}.time-rail-gap-notes-band{position:relative;display:flex;flex-direction:column;gap:.65rem;margin:.35rem 0 1.25rem;padding-top:2rem;clear:both;overflow:visible}.time-rail-gap-slot-wrap{position:relative;width:var(--slot-width, 100%);max-width:100%;margin-left:var(--slot-left, 0);box-sizing:border-box;overflow:visible}.time-rail-gap-slot-wrap--live-anchor{width:min(14rem,100%)!important;margin-left:max(0%,calc(var(--slot-anchor-right, 100%) - min(14rem,100%)))!important}.time-rail-gap-slot-wrap--live{min-width:min(12rem,100%)}.time-rail-gap-elbow-svg{position:absolute;left:0;right:0;top:-2rem;height:2rem;width:100%;pointer-events:none;z-index:4;overflow:visible}.time-rail-gap-note-slot{position:relative;width:100%;min-width:5.5rem;box-sizing:border-box}.time-rail-gap-note-slot--live .time-rail-gap-note-item{border-color:#67e8f973}.time-rail-gap-note-slot--distribute{min-width:0;width:100%}.time-rail-gap-split-cols{width:100%}.time-rail-gap-note-placeholder{display:block;width:100%;margin:0;padding:.5rem .45rem;font-size:.68rem;color:var(--tr-muted);text-align:center;border:1px dashed rgb(148 163 184 / .35);border-radius:8px;background:#0f172a8c;cursor:pointer}.time-rail-gap-note-placeholder:hover{border-color:#67e8f973;color:var(--tr-text)}.time-rail-gap-note-list{list-style:none;margin:0;padding:0;display:grid;gap:.35rem;width:100%}.time-rail-gap-note-list .time-rail-gap-note-item{width:100%;min-width:100%;box-sizing:border-box}.time-rail-gap-note-slot:not(.time-rail-gap-note-slot--distribute) .time-rail-gap-note-list{display:block}.time-rail-gap-note-row{display:flex;align-items:stretch;gap:0;margin-top:.35rem}.time-rail-gap-note-cell{position:relative;min-width:0;padding:0 .12rem 0 1.1rem;box-sizing:border-box}.time-rail-gap-note-cell:first-child{padding-left:0}.time-rail-gap-note-cell:last-child{padding-right:0}.time-rail-gap-distribute{margin-bottom:0}.time-rail-gap-distribute-head{display:flex;align-items:baseline;justify-content:space-between;gap:.35rem;margin-bottom:.25rem;flex-wrap:wrap}.time-rail-gap-distribute-apply{width:100%;margin-bottom:.3rem;font-size:.72rem;padding:.35rem .5rem}.time-rail-gap-distribute-label{font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--tr-muted)}.time-rail-gap-distribute-total{font-size:.6rem;color:var(--tr-muted);font-variant-numeric:tabular-nums}.time-rail-gap-split{width:100%}.time-rail-gap-split-cols{display:flex;align-items:stretch;width:100%;min-width:0;border-radius:12px;overflow:hidden;border:1px solid var(--tr-border);background:#0f172ad1;touch-action:none}.time-rail-gap-split-col{display:flex;flex-direction:column;min-width:0;flex:1 1 0;border-right:1px solid rgb(15 23 42 / .65);box-sizing:border-box}.time-rail-gap-split-col:last-of-type{border-right:0}.time-rail-gap-split-bar-seg{flex:0 0 auto;min-height:2.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.05rem;border-bottom:1px solid rgb(15 23 42 / .55);overflow:hidden}.time-rail-gap-split-note{flex:1 1 auto;min-width:0;padding:.2rem .25rem .3rem}.time-rail-gap-split-note .time-rail-gap-note-item{height:100%;min-height:5.5rem}.time-rail-gap-split-handle{flex:0 0 .45rem;align-self:stretch;min-height:2.25rem}.time-rail-gap-distribute-bar{display:flex;align-items:stretch;height:2.25rem;border-radius:12px;overflow:hidden;border:1px solid var(--tr-border);background:#0f172ad1;touch-action:none}.time-rail-gap-distribute-seg{position:relative;flex:1 1 0;min-width:0;box-sizing:border-box;border-right:1px solid rgb(15 23 42 / .65);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.05rem;overflow:hidden}.time-rail-gap-distribute-reorder{display:flex;align-items:center;gap:.1rem;z-index:1}.time-rail-gap-distribute-arrow{border:0;margin:0;padding:0 .2rem;min-width:1.1rem;min-height:1.1rem;line-height:1;font-size:.75rem;font-weight:700;color:#f8fafceb;background:#0f172a8c;border-radius:3px;cursor:pointer}.time-rail-gap-distribute-arrow:hover:not(:disabled){background:#67e8f973}.time-rail-gap-distribute-arrow:disabled{opacity:.25;cursor:default}.time-rail-gap-distribute-seg-time{display:flex;flex-direction:column;align-items:center;gap:.05rem;font-size:.62rem;font-weight:600;font-variant-numeric:tabular-nums;color:#f8fafce6;padding:0 .2rem;white-space:nowrap;pointer-events:none;line-height:1.15}.time-rail-gap-distribute-seg-pct{font-size:.55rem;font-weight:500;opacity:.85}.time-rail-gap-note-drag{position:absolute;top:.2rem;left:.15rem;z-index:2;border:0;padding:.1rem .2rem;font-size:.55rem;line-height:1;letter-spacing:-.08em;color:var(--tr-muted);background:#0f172aa6;border-radius:4px;cursor:grab;touch-action:none}.time-rail-gap-note-drag:active{cursor:grabbing}.time-rail-gap-note-share-pct{font-weight:500;opacity:.9}.time-rail-gap-distribute-handle{flex:0 0 5px;width:5px;border:0;padding:0;margin:0;cursor:col-resize;background:#94a3b88c;touch-action:none}.time-rail-gap-distribute-handle:hover{background:#67e8f9a6}.time-rail-gap-distribute-handle:disabled{cursor:default;opacity:.35}.time-rail-gap-note-item{position:relative;display:block;width:100%;min-width:0;height:100%;border:1px dashed rgb(148 163 184 / .45);border-left-width:3px;border-radius:8px;padding:.4rem .45rem;background:#0f172ab8;box-sizing:border-box}.time-rail-gap-note-list .time-rail-gap-note-item{height:auto}.time-rail-gap-note-project-pick{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.3rem}.time-rail-gap-note-project-select,.time-rail-gap-note-target-select{flex:1 1 5.5rem;min-width:0;font-size:.62rem;padding:.15rem .25rem;border-radius:6px;border:1px solid rgb(148 163 184 / .35);background:#0f172abf;color:var(--tr-fg)}.time-rail-gap-note-share{position:absolute;top:.35rem;right:.4rem;font-size:.62rem;font-weight:600;font-variant-numeric:tabular-nums}.time-rail-gap-note-text{display:block;width:100%;margin:0 0 .25rem;padding:0;border:0;background:transparent;font-size:.78rem;line-height:1.35;color:var(--tr-text);text-align:left;cursor:pointer;white-space:pre-wrap;overflow-wrap:anywhere}.time-rail-gap-note-input{width:100%;min-height:2.6rem;margin-bottom:.25rem;border-radius:6px;border:1px solid var(--tr-border);background:#0f172ad9;color:var(--tr-text);font-size:.78rem;padding:.3rem .4rem;resize:vertical;box-sizing:border-box;white-space:pre-wrap;line-height:1.35}.time-rail-gap-note-foot{display:flex;align-items:center;justify-content:space-between;gap:.25rem}.time-rail-gap-note-actions{display:inline-flex;align-items:center;gap:.2rem}.time-rail-gap-note-foot .time-rail-icon-btn{width:1.65rem;height:1.65rem;font-size:.85rem}.time-rail-icon-btn--done{color:#34d399;border-color:#34d39973}.time-rail-icon-btn--done:hover{background:#34d3991f}.time-rail-gap-note-time{font-size:.62rem;color:var(--tr-muted);font-variant-numeric:tabular-nums}.time-rail-gap-note-hint{margin:.35rem 0 0;padding:0 .15rem;font-size:.62rem;line-height:1.35;color:var(--tr-muted);text-align:center}.time-rail-gap-note-hint--empty{margin:0;padding:.45rem .35rem}.time-rail-gap-note-hint kbd{display:inline-block;padding:0 .2rem;font-family:inherit;font-size:.6rem;font-weight:600;border-radius:3px;border:1px solid rgb(148 163 184 / .35);background:#0f172aa6;color:#e2e8f0eb}.time-rail-gap-note-add{margin-top:.25rem;border:0;background:transparent;color:var(--tr-glow);font-size:.68rem;padding:0;cursor:pointer}.time-rail-gap-notes-actions{display:flex;justify-content:center;margin-top:-.25rem}.time-rail-notice{margin:0 0 .75rem;padding:.65rem .85rem;border-radius:10px;border:1px solid rgb(248 113 113 / .45);background:#f871711f;color:#fecaca;font-size:.85rem;text-align:center}@keyframes time-rail-notice-pulse{0%,to{box-shadow:0 0 #f8717100}25%,75%{box-shadow:0 0 0 3px #f8717159}50%{box-shadow:0 0 0 6px #f8717133}}.time-rail-notice--pulse{animation:time-rail-notice-pulse .65s ease-in-out 3}.time-rail-gap-slot-alert{margin:0 0 .5rem;padding:.45rem .55rem;border-radius:8px;border:1px solid rgb(248 113 113 / .55);background:#f871712e;color:#fecaca;font-size:.72rem;line-height:1.35;animation:time-rail-notice-pulse .65s ease-in-out 2}.time-rail-gap-note-slot--alert{outline:1px solid rgb(248 113 113 / .35);outline-offset:2px;border-radius:10px}.time-rail-bottom{padding:1rem 1.25rem 1.5rem;border-top:1px solid var(--tr-border);background:#0a0618d9;display:grid;gap:1rem}.time-rail-speed{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.time-rail-speed-label{font-size:.75rem;color:var(--tr-muted);margin-right:.35rem}.time-rail-speed-btn{border-radius:999px;border:1px solid var(--tr-border);background:transparent;color:var(--tr-muted);padding:.25rem .65rem;font-size:.75rem}.time-rail-speed-btn--on{background:#67e8f926;border-color:#67e8f980;color:var(--tr-glow)}.time-rail-footer-tools{display:flex;justify-content:flex-end}.time-rail-new-day-btn{border-radius:999px;border:1px dashed rgb(148 163 184 / .5);background:transparent;color:var(--tr-muted);padding:.25rem .65rem;font-size:.72rem}.time-rail-new-day-btn:hover{color:var(--tr-text);border-color:#94a3b8d9}.time-rail-new-day-btn:disabled{opacity:.4;cursor:not-allowed}.time-rail-break-row--session{background:#64748b14}.time-rail-timer-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.time-rail-timer-head--unassigned{align-items:baseline;gap:.5rem}.time-rail-unassigned-head-total{font-size:.75rem;margin-left:auto}.time-rail-timer-head h2{margin:0;font-size:.9rem;font-weight:600}.time-rail-add-btn{width:36px;height:36px;border-radius:50%;border:1px solid rgb(103 232 249 / .45);background:#67e8f91f;color:var(--tr-glow);font-size:1.35rem;line-height:1;display:flex;align-items:center;justify-content:center;padding:0}.time-rail-add-btn:disabled{opacity:.35;cursor:not-allowed}.time-rail-add-btn--break{border-color:#fbbf2473;background:#fbbf241f;color:#fcd34d}.time-rail-add-form--break{border-color:#fbbf2440}.time-rail-break-row .time-rail-timer-row-body{max-width:52%}.time-rail-break-list{border-color:#fbbf2438}.time-rail-break-row{background:#fbbf240a}.time-rail-break-row--live{background:#fbbf241a}.time-rail-break-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;background:#fbbf24}.time-rail-break-elapsed{color:#fcd34d!important}.time-rail-add-duration{display:flex;align-items:center;gap:.35rem}.time-rail-add-duration input{width:4.5rem;min-height:36px;border-radius:8px;border:1px solid var(--tr-border);background:var(--tr-surface);color:var(--tr-text);padding:.35rem .5rem}.time-rail-add-duration-suffix{font-size:.8rem;color:var(--tr-muted);white-space:nowrap}.time-rail-add-err{margin:0;flex-basis:100%;font-size:.8rem;color:#f87171}.time-rail-add-hint{margin:0;flex-basis:100%;font-size:.75rem;color:var(--tr-muted)}.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}.time-rail-target-pickers{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end;flex:1 1 100%}.time-rail-add-target-row{margin-bottom:.15rem}.time-rail-target-picker{display:grid;gap:.2rem;flex:1;min-width:140px}.time-rail-target-picker-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;color:var(--tr-muted)}.time-rail-target-picker select{min-height:36px;border-radius:8px;border:1px solid var(--tr-border);background:var(--tr-surface);color:var(--tr-text);padding:.35rem .5rem;width:100%}.time-rail-add-form{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding:.65rem .75rem;border-radius:10px;border:1px dashed var(--tr-border);background:#0f172a80}.time-rail-add-form select{flex:1;min-width:160px;min-height:36px;border-radius:8px;border:1px solid var(--tr-border);background:var(--tr-surface);color:var(--tr-text);padding:.35rem .5rem}.time-rail-timer-list{margin:0;padding:0;list-style:none;display:grid;gap:0;border:1px solid var(--tr-border);border-radius:10px;overflow:hidden}.time-rail-timer-row{display:flex;align-items:center;gap:.65rem;padding:.55rem .75rem;border-bottom:1px solid var(--tr-border);background:var(--tr-surface)}.time-rail-timer-row-body{flex:0 1 auto;min-width:0;max-width:42%;display:grid;gap:.35rem}.time-rail-timer-row-notes{flex:1 1 8rem;min-width:0;display:block}.time-rail-timer-notes-input{width:100%;min-height:2.75rem;resize:vertical;border-radius:8px;border:1px solid var(--tr-border);background:#0f172a99;color:var(--tr-text);font-size:.8rem;line-height:1.35;padding:.35rem .55rem;font-family:inherit;white-space:pre-wrap}.time-rail-timer-notes-input::placeholder{color:#94a3b8bf}.time-rail-timer-notes-input:disabled{opacity:.65}.time-rail-timer-row-elapsed{flex-shrink:0;font-variant-numeric:tabular-nums;font-size:.85rem;color:var(--tr-glow);white-space:nowrap}.time-rail-timer-row-times{display:flex;flex-wrap:wrap;gap:.35rem .75rem}.time-rail-timer-time-field{display:inline-flex;align-items:center;gap:.35rem;font-size:.68rem;color:var(--tr-muted)}.time-rail-timer-time-field input{min-height:28px;border-radius:6px;border:1px solid var(--tr-border);background:#0f172a99;color:var(--tr-text);font-size:.75rem;padding:.15rem .35rem;font-variant-numeric:tabular-nums}.time-rail-timer-time-field input:disabled{opacity:.65}.time-rail-unassigned-row{flex-wrap:wrap;align-items:flex-start}.time-rail-unassigned-row--live{box-shadow:inset 0 0 0 1px #34d39933}.time-rail-unassigned-dot{width:10px;height:10px;border-radius:2px;flex-shrink:0;margin-top:.35rem;background:repeating-linear-gradient(-45deg,#34d39959,#34d39959 3px,#10b98140 3px,#10b98140 6px);box-shadow:inset 0 0 0 1px #34d39959}.time-rail-unassigned-live-tag{font-size:.62rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#34d399f2;margin-left:.35rem}.time-rail-unassigned-times{gap:.75rem}.time-rail-unassigned-time{display:flex;flex-direction:column;gap:.1rem;font-variant-numeric:tabular-nums;font-size:.8rem}.time-rail-unassigned-time-label{font-size:.58rem;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8d9}.time-rail-unassigned-assign-btn{font-size:.72rem;padding:.25rem .55rem}.time-rail-unassigned-row-hint{flex:1 1 100%;margin:.15rem 0 0;font-size:.68rem}.time-rail-unassigned-list{list-style:none;margin:0;padding:0}.time-rail-unassigned-foot{display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;margin-top:-.35rem;margin-bottom:.65rem;border-radius:10px;border:1px dashed rgb(100 116 139 / .45);background:#64748b14}.time-rail-unassigned-foot-label{font-size:.8rem;color:var(--tr-muted)}.time-rail-unassigned-foot-value{margin-left:auto;font-variant-numeric:tabular-nums;font-size:.95rem;color:var(--tr-muted)}.time-rail-unassigned-foot-live{color:#34d399;font-size:.55rem;animation:tr-blink 1s ease infinite}.time-rail-timer-row:last-child{border-bottom:none}.time-rail-timer-row--live{background:#34d3990f}.time-rail-timer-row-main{min-width:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem .5rem}.time-rail-timer-row-label{font-size:.9rem;font-weight:500}.time-rail-timer-row-cat{font-size:.72rem;color:var(--tr-muted)}.time-rail-timer-row-actions{display:flex;gap:.35rem;flex-shrink:0}.time-rail-icon-btn{width:36px;height:36px;border-radius:8px;border:1px solid var(--tr-border);background:#0f172a99;color:var(--tr-text);font-size:.75rem;padding:0;display:flex;align-items:center;justify-content:center}.time-rail-icon-btn--play{color:#34d399;border-color:#34d39966}.time-rail-icon-btn--stop{color:#f87171;border-color:#f8717166}.time-rail-icon-btn--merge{color:#c4b5fd;border-color:#a78bfa73;font-size:.85rem}.time-rail-icon-btn--merge:hover{background:#a78bfa1f}.time-rail-icon-btn--ghost{color:var(--tr-muted);font-size:1.1rem}.time-rail-timer-empty{margin:0;font-size:.85rem;color:var(--tr-muted)}.time-rail-seg-handle--ghost{width:4px;background:transparent;cursor:default;pointer-events:none}.time-rail-seg--split{z-index:2}.time-rail-edit-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.time-rail-edit-panel{width:min(100%,360px);background:#120c24fa;border:1px solid var(--tr-border);border-radius:12px;padding:1rem 1.1rem;display:grid;gap:.75rem}.time-rail-edit-panel h3{margin:0;font-size:1.05rem}.time-rail-edit-sub{margin:0;font-size:.8rem;color:var(--tr-muted)}.time-rail-edit-times{display:flex;flex-wrap:wrap;gap:.75rem 1rem}.time-rail-edit-time-field{display:grid;gap:.25rem;font-size:.8rem;min-width:7rem}.time-rail-edit-time-field span{color:var(--tr-muted)}.time-rail-edit-time-field input{min-height:36px;border-radius:8px;border:1px solid var(--tr-border);background:var(--tr-surface);color:var(--tr-text);padding:.35rem .5rem}.time-rail-edit-field{display:grid;gap:.25rem;font-size:.8rem}.time-rail-edit-field span{color:var(--tr-muted)}.time-rail-edit-field input,.time-rail-edit-field select,.time-rail-edit-field textarea{min-height:36px;border-radius:8px;border:1px solid var(--tr-border);background:var(--tr-surface);color:var(--tr-text);padding:.35rem .5rem}.time-rail-edit-field textarea{min-height:4.5rem;resize:vertical;line-height:1.4;font-family:inherit}.time-rail-edit-err{margin:0;color:#f87171;font-size:.8rem}.time-rail-edit-warn{margin:0;color:#fbbf24;font-size:.8rem;line-height:1.4}.time-rail-quiet-band{position:absolute;top:0;bottom:0;z-index:0;pointer-events:none;border-radius:8px;background:repeating-linear-gradient(-45deg,#7f1d1d38,#7f1d1d38 8px,#450a0a29 8px,#450a0a29 16px);box-shadow:inset 0 0 0 1px #f8717140}.time-rail-session-marker{position:absolute;top:0;bottom:0;width:2px;z-index:6;pointer-events:none;transform:translate(-1px)}.time-rail-session-marker--check-in{background:#34d399d9;box-shadow:0 0 8px #34d39973}.time-rail-seg--prior{opacity:.92;outline:1px dashed rgb(148 163 184 / .55);outline-offset:-1px}.time-rail-seg-sub--prior{opacity:.9;font-style:italic}.time-rail-block-time--check-in{color:#34d399f2;font-weight:600}.time-rail-block-time-tag{display:block;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;opacity:.85}.time-rail-timer-row--prior{border-left:3px solid rgb(148 163 184 / .45)}.time-rail-prior-tag{margin-left:.35rem;padding:.05rem .35rem;border-radius:4px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;background:#64748b59;color:var(--tr-muted);vertical-align:middle}.time-rail-edit-actions{display:flex;flex-wrap:wrap;gap:.5rem}.time-rail-projects-title{margin:0;font-size:.9rem;font-weight:600}.time-rail-projects{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.65rem}.time-rail-project{border:1px solid var(--tr-border);border-radius:12px;padding:.65rem .75rem;background:var(--tr-surface);transition:background .15s,box-shadow .15s}.time-rail-project--over{background:#67e8f914;box-shadow:0 0 0 2px #67e8f959}.time-rail-project--recording{box-shadow:0 0 0 2px #34d39973}.time-rail-project-head{display:flex;gap:.5rem;align-items:flex-start}.time-rail-project-dot{width:10px;height:10px;border-radius:50%;margin-top:.35rem;flex-shrink:0}.time-rail-project-head strong{display:block;font-size:.9rem}.time-rail-project-cat{font-size:.72rem;color:var(--tr-muted)}.time-rail-project-actions{margin:.5rem 0 0;display:flex;gap:.35rem;flex-wrap:wrap}.time-rail-project-play,.time-rail-project-assign{border:1px solid var(--tr-border);background:#0f172a99;color:var(--tr-text);border-radius:6px;padding:.25rem .5rem;font-size:.72rem}.time-rail-project-play:disabled,.time-rail-project-assign:disabled{opacity:.35;cursor:not-allowed}.time-rail-segment-list{font-size:.8rem;color:var(--tr-muted)}.time-rail-segment-list h3{margin:0 0 .35rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.time-rail-segment-list ul{margin:0;padding:0;list-style:none}.time-rail-segment-list li{display:flex;align-items:center;gap:.5rem;padding:.25rem 0}.time-rail-seg-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.client-report-root{max-width:920px;margin:0 auto;padding:2rem 1.25rem 3rem;min-height:100vh;color:var(--text, #e8eaef);background:radial-gradient(ellipse at top,#1a2233,#0f1218 55%)}.client-report-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.75rem}.client-report-eyebrow{margin:0 0 .35rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:#8aa0c0}.client-report-header h1{margin:0 0 .5rem;font-size:clamp(1.6rem,4vw,2.1rem);font-weight:650}.client-report-lede{margin:0;max-width:42rem;line-height:1.5}.client-report-gate{max-width:28rem}.client-report-gate h2{margin:0 0 .35rem;font-size:1.15rem}.client-report-login{display:grid;gap:.85rem;margin-top:1rem}.client-report-field{display:grid;gap:.35rem;font-size:.9rem}.client-report-field input{padding:.55rem .65rem;border-radius:8px;border:1px solid #3a4558;background:#121722;color:inherit}.client-report-btn{justify-self:start;padding:.55rem 1rem;border-radius:8px;border:1px solid #4a7cff;background:#2f5fd4;color:#fff;cursor:pointer;font-weight:600}.client-report-btn:hover:not(:disabled){background:#3a6de0}.client-report-btn:disabled{opacity:.65;cursor:default}.client-report-btn--ghost{background:transparent;color:#b8c4da;border-color:#3a4558}.client-report-error{margin:0;color:#ff8a8a}.client-report-pending{margin:1rem 0}.client-report-meta{margin-bottom:1.25rem}.client-report-meta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.client-report-meta-label{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:#8aa0c0;margin-bottom:.25rem}.client-report-meta-value{font-size:1.25rem}.client-report-footnote{margin:1rem 0 0;font-size:.88rem;line-height:1.45}.client-report-projects{display:grid;gap:1rem}.client-report-project-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.client-report-project-head h2{margin:0 0 .25rem;font-size:1.15rem}.client-report-budget{margin:0;font-size:.88rem}.client-report-total-pill{text-align:right;padding:.45rem .75rem;border-radius:10px;background:#4a7cff1f;border:1px solid rgba(74,124,255,.35)}.client-report-total-pill span{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#8aa0c0}.client-report-total-pill strong{font-size:1.35rem}.client-report-table{width:100%;border-collapse:collapse;font-size:.95rem}.client-report-table th,.client-report-table td{padding:.45rem .35rem;border-bottom:1px solid #2a3344;text-align:left}.client-report-table-num{text-align:right;width:6rem}.client-report-empty{margin:0}.client-report-footer{margin-top:1.5rem;display:flex;justify-content:flex-end}.client-report-root .card{background:#121722eb;border:1px solid #2a3344;border-radius:12px;padding:1.1rem 1.15rem}.client-report-root .muted{color:#9aa8bc}.client-report-root .mono-inline{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.client-report-member-toggle{display:inline-flex;align-items:center;gap:.45rem;padding:0;border:none;background:none;color:inherit;font:inherit;cursor:pointer;text-align:left}.client-report-member-toggle:hover{color:#b8d0ff}.client-report-chevron{display:inline-block;width:1rem;color:#8aa0c0;transition:transform .15s ease;transform:rotate(0)}.client-report-chevron--open{transform:rotate(90deg)}.client-report-entry-count{font-size:.82rem}.client-report-member-row--open td{border-bottom-color:transparent}.client-report-member-detail-row td{padding-top:0;padding-bottom:.65rem;border-bottom:1px solid #2a3344}.client-report-entry-table{width:100%;margin:.15rem 0 .35rem 1.2rem;border-collapse:collapse;font-size:.88rem;background:#0a0e168c;border-radius:8px;overflow:hidden}.client-report-entry-table th,.client-report-entry-table td{padding:.4rem .55rem;border-bottom:1px solid #252d3c;vertical-align:top}.client-report-entry-table th{color:#8aa0c0;font-weight:600;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.client-report-entry-table tbody tr:last-child td{border-bottom:none}.client-report-entry-table td:last-child{line-height:1.45;word-break:break-word;white-space:pre-wrap}
