body{margin:0;min-height:100vh}#root{min-height:100vh}:root{--seed-h: 212;--seed-s: 48%;--seed-l: 28%;--bg: hsl(0, 0%, 98%);--surface: hsl(0, 0%, 100%);--surface-elevated: hsl(0, 0%, 98%);--surface-hover: hsl(0, 0%, 96%);--surface-border: hsl(0, 0%, 90%);--text: hsl(0, 0%, 12%);--text-muted: hsl(0, 0%, 45%);--primary: hsl(var(--seed-h), var(--seed-s), var(--seed-l));--primary-foreground: hsl(0, 0%, 100%);--accent: hsl(var(--seed-h), var(--seed-s), 96%);--metric-green: hsl(142, 52%, 42%);--metric-orange: hsl(28, 87%, 48%);--metric-purple: hsl(262, 52%, 52%);--metric-blue: hsl(217, 91%, 60%);--metric-github: hsl(212, 72%, 42%);--metric-cursor: hsl(262, 52%, 52%);--metric-teal: hsl(172, 52%, 42%)}[data-theme=dark]{--bg: hsl(0, 0%, 8%);--surface: hsl(0, 0%, 12%);--surface-elevated: hsl(0, 0%, 16%);--surface-hover: hsl(0, 0%, 20%);--surface-border: hsl(0, 0%, 20%);--text: hsl(0, 0%, 95%);--text-muted: hsl(0, 0%, 62%);--primary: hsl(var(--seed-h), var(--seed-s), 55%);--primary-foreground: hsl(0, 0%, 100%);--accent: hsl(var(--seed-h), 30%, 16%);--metric-green: hsl(142, 52%, 52%);--metric-orange: hsl(28, 87%, 55%);--metric-purple: hsl(262, 52%, 58%);--metric-blue: hsl(217, 91%, 65%);--metric-github: hsl(212, 72%, 52%);--metric-cursor: hsl(262, 52%, 58%);--metric-teal: hsl(172, 52%, 48%)}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}.app-shell{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-shell__sticky-header{flex-shrink:0;z-index:100;background:var(--surface)}.app-shell__top{display:flex;align-items:center;gap:10px;padding:10px 20px;background:var(--surface);border-bottom:1px solid var(--surface-border);flex-wrap:wrap}.app-shell__logo{display:flex;align-items:center;margin-right:4px;text-decoration:none;cursor:pointer;min-height:36px}.app-shell__logo-img{height:36px;width:auto;display:block}.app-shell__nav{display:flex;gap:2px;align-items:center}.app-shell__nav a{padding:8px 14px;border-radius:8px;color:var(--text-muted);font-weight:500;font-size:.9375rem;transition:color .15s ease,background .15s ease}.app-shell__nav a:hover{background:var(--accent);color:var(--text);text-decoration:none}.app-shell__nav a.active{background:var(--accent);color:var(--primary);text-decoration:none}.app-shell__spacer{flex:1}.app-shell__date-range-wrap{position:relative}.app-shell__date-pill{font-size:.8125rem;color:var(--text-muted);padding:6px 12px;border-radius:8px;border:1px solid var(--surface-border);background:var(--bg);white-space:nowrap;cursor:pointer;transition:background .15s ease,border-color .15s ease}.app-shell__date-pill:hover{background:var(--accent);border-color:var(--surface-border)}.app-shell__date-pill--sprint-active{background:var(--accent);color:var(--primary);border-color:var(--primary)}.app-shell__date-popover{position:absolute;top:100%;right:0;margin-top:6px;padding:12px;background:var(--surface);border:1px solid var(--surface-border);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100;min-width:260px}.app-shell__sprint-popover{left:0;right:auto;min-width:300px}.sprint-picker-list{display:flex;flex-direction:column;gap:2px}.sprint-picker-item{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 10px;border-radius:6px;border:1px solid transparent;background:transparent;color:var(--text);font-size:.8125rem;text-align:left;cursor:pointer;transition:background .15s ease,border-color .15s ease}.sprint-picker-item:hover{background:var(--surface-hover)}.sprint-picker-item--selected{background:var(--accent);color:var(--primary);border-color:var(--primary)}.sprint-picker-item__left{display:flex;align-items:center;gap:6px}.sprint-picker-item__name{font-weight:600;white-space:nowrap}.sprint-picker-item__current-badge{font-size:.6875rem;font-weight:600;color:var(--primary);background:var(--accent);border:1px solid var(--primary);padding:1px 6px;border-radius:10px;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.sprint-picker-item__dates{color:var(--text-muted);font-size:.75rem;white-space:nowrap}.sprint-picker-item--selected .sprint-picker-item__dates{color:var(--primary);opacity:.8}.app-shell__sprint-clear{margin-top:8px;padding-top:8px;border-top:1px solid var(--surface-border)}.app-shell__sprint-clear-btn{width:100%;padding:6px 10px;border-radius:6px;border:1px solid var(--surface-border);background:transparent;color:var(--text-muted);font-size:.8125rem;cursor:pointer;transition:background .15s ease,color .15s ease}.app-shell__sprint-clear-btn:hover{background:var(--surface-hover);color:var(--text)}.app-shell__date-custom{margin-top:12px;padding-top:12px;border-top:1px solid var(--surface-border)}.app-shell__date-custom-label{display:block;font-size:.75rem;font-weight:500;color:var(--text-muted);margin-bottom:8px}.app-shell__date-custom-inputs{display:flex;flex-direction:column;gap:8px}.app-shell__date-custom-field{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--text)}.app-shell__date-custom-field span{flex:0 0 36px;color:var(--text-muted)}.app-shell__date-custom-field input{flex:1;padding:6px 10px;border-radius:6px;border:1px solid var(--surface-border);background:var(--bg);color:var(--text);font-size:.8125rem}.app-shell__date-custom-field input:focus{outline:none;border-color:var(--primary)}.app-shell__btn{padding:6px 12px;border-radius:8px;font-size:.8125rem;font-weight:500;border:1px solid var(--surface-border);background:var(--surface);color:var(--text);transition:background .15s ease,border-color .15s ease}.app-shell__btn:hover{background:var(--accent);border-color:var(--surface-border)}.app-shell__btn--secondary{background:var(--bg);color:var(--text-muted)}.app-shell__btn--secondary:hover{color:var(--text);background:var(--accent)}.app-shell__icon-btn{width:36px;height:36px;padding:0;border-radius:8px;border:1px solid transparent;background:transparent;font-size:1.125rem;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,border-color .15s ease}.app-shell__icon-btn:hover{background:var(--accent);border-color:var(--surface-border)}.app-shell__logout-btn{width:auto;min-width:36px;padding:0 10px;font-size:.8125rem}.app-shell__user-menu-wrap{position:relative}.app-shell__user-email-btn{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;color:var(--text-muted);background:transparent;border:1px solid transparent;border-radius:8px;padding:6px 10px;cursor:pointer;transition:background .15s ease,border-color .15s ease}.app-shell__user-email-btn:hover{background:var(--accent);border-color:var(--surface-border);color:var(--text)}.app-shell__user-dropdown{position:absolute;top:100%;right:0;margin-top:4px;min-width:160px;background:var(--surface);border:1px solid var(--surface-border);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100;overflow:hidden}.app-shell__user-dropdown-item{display:block;width:100%;padding:10px 14px;text-align:left;font-size:.8125rem;background:none;border:none;color:var(--text);cursor:pointer;transition:background .15s ease}.app-shell__user-dropdown-item:hover{background:var(--accent)}.app-shell__filters{position:relative;z-index:10;padding:12px 20px;background:var(--surface);border-bottom:1px solid var(--surface-border)}.app-shell__filters-inner{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:10px}.app-shell__filters-left{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:10px;flex-shrink:0}.app-shell__filters-sep{width:1px;align-self:stretch;background:var(--surface-border);flex-shrink:0;margin:0 6px}.app-shell__filters-data{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:10px;flex-shrink:0}.app-shell__date-range-wrap--right{margin-left:auto;flex-shrink:0}.app-shell__filters-right{margin-left:auto;flex-shrink:0;display:flex;align-items:center;gap:8px}.app-shell__filter-row{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;flex-shrink:0}.app-shell__filters-left .app-shell__filter-row:first-child{min-width:0}.app-shell__filter-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;flex:0 0 72px}.filter-chips{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.filter-chip{padding:6px 14px;border-radius:20px;border:1px solid var(--surface-border);background:var(--surface);color:var(--text-muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.filter-chip:hover{background:var(--accent);color:var(--text)}.filter-chip--selected,.filter-chip[data-selected]{background:var(--accent);color:var(--primary);border-color:var(--primary)}.filter-label.muted{font-size:.875rem;color:var(--text-muted);white-space:nowrap}.filter-dropdown-wrap{position:relative;display:inline-flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:6px;min-width:0;flex:1}.filter-dropdown-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:6px;padding:5px 8px;border-radius:6px;border:1px solid var(--surface-border);background:var(--surface);color:var(--text);font-size:.8125rem;cursor:pointer;text-align:left;min-width:80px;max-width:120px;transition:border-color .15s ease,box-shadow .15s ease}.filter-dropdown-trigger:hover{background:var(--surface-hover);border-color:var(--surface-border)}.filter-dropdown-trigger:focus-visible{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px var(--accent)}.filter-dropdown-trigger span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-dropdown-trigger svg{flex-shrink:0;width:12px;height:12px;color:var(--text-muted);opacity:.9}.filter-dropdown-trigger__all-check{flex-shrink:0;margin-left:4px;color:var(--success-fg, var(--text));font-size:.875rem}.filter-tags{display:inline-flex;flex-wrap:nowrap;gap:4px;align-items:center;min-width:0;overflow-x:auto;flex-shrink:1}.filter-tag{display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border-radius:6px;background:var(--surface-elevated);border:1px solid var(--surface-border);font-size:.75rem;color:var(--text);transition:background .15s ease,border-color .15s ease}.filter-tag:hover{background:var(--surface-hover)}.filter-tag-remove{padding:0;margin:0;background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1rem;line-height:1;border-radius:2px;display:inline-flex;align-items:center;justify-content:center}.filter-tag-remove:hover{color:var(--text);background:#0000000f}[data-theme=dark] .filter-tag-remove:hover{background:#ffffff14}.filter-selected-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:12px;border:1px solid var(--primary);background:var(--accent);color:var(--primary);font-size:.75rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.filter-selected-badge:hover{background:var(--primary);color:#fff}.filter-selected-popover{position:absolute;top:100%;left:0;margin-top:6px;min-width:280px;max-width:380px;max-height:340px;display:flex;flex-direction:column;background:var(--surface-elevated);border:1px solid var(--surface-border);border-radius:8px;box-shadow:0 8px 24px #0000002e;z-index:1002;overflow:hidden}[data-theme=dark] .filter-selected-popover{box-shadow:0 8px 24px #00000080}.filter-selected-popover__header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--surface-border);flex-shrink:0}.filter-selected-popover__title{font-size:.8125rem;font-weight:600;color:var(--text)}.filter-selected-popover__close{padding:0;margin:0;background:none;border:none;cursor:pointer;color:var(--text-muted);font-size:1.125rem;line-height:1;border-radius:4px;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.filter-selected-popover__close:hover{background:var(--surface-hover);color:var(--text)}.filter-selected-popover__list{overflow-y:auto;padding:6px 0}.filter-selected-popover__item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 14px;transition:background .1s ease}.filter-selected-popover__item:hover{background:var(--surface-hover)}.filter-selected-popover__name{font-size:.8125rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.filter-dropdown-search{flex-shrink:0;padding:8px;border-bottom:1px solid var(--surface-border)}.filter-dropdown-search input{width:100%;padding:6px 10px 6px 28px;font-size:.8125rem;border:1px solid var(--surface-border);border-radius:6px;background:var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.3-4.3'/%3E%3C/svg%3E") no-repeat 10px center;color:var(--text)}.filter-dropdown-search input::placeholder{color:var(--text-muted)}.filter-dropdown-search input:focus{outline:none;border-color:var(--primary)}.filter-dropdown-popover{position:absolute;top:100%;left:0;margin-top:4px;min-width:100%;width:320px;max-width:480px;max-height:380px;display:flex;flex-direction:column;overflow:hidden;background:var(--surface-elevated);border:1px solid var(--surface-border);border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:1001}.filter-dropdown-popover__scroll{overflow-y:auto;flex:1;min-height:0}[data-theme=dark] .filter-dropdown-popover{box-shadow:0 4px 12px #0006}.filter-dropdown-option{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;text-align:left;border:none;background:none;color:var(--text);font-size:.875rem;cursor:pointer}.filter-dropdown-option:hover{background:var(--surface-hover)}.filter-dropdown-option__check{flex-shrink:0;width:18px;height:18px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;border:1px solid var(--surface-border);background:var(--surface);font-size:.75rem;font-weight:600;color:transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease}.filter-dropdown-option__check:hover{border-color:var(--primary)}.filter-dropdown-option--selected .filter-dropdown-option__check{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.filter-dropdown-option__name{flex:1;min-width:0;padding:0;border:none;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer}.filter-dropdown-option__name:hover{text-decoration:underline}.filter-dropdown-footer{padding:6px 8px 4px;border-top:1px solid var(--surface-border)}.filter-dropdown-footer__link{display:block;width:100%;padding:6px 8px;border-radius:6px;font-size:.8125rem;color:var(--text-muted);text-decoration:none;transition:background .15s ease,color .15s ease}.filter-dropdown-footer__link:hover{background:var(--surface-hover);color:var(--text);text-decoration:none}.app-shell__sidebar{width:56px;flex-shrink:0;overflow-y:auto;z-index:2;background:var(--surface);border-right:1px solid var(--surface-border);display:flex;flex-direction:column;align-items:center;padding:12px 0;gap:4px}.app-shell__sidebar--with-labels{width:220px;align-items:stretch;padding:12px 8px;gap:2px}.app-shell__sidebar--with-labels .app-shell__sidebar-section{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);padding:12px 12px 6px;margin-top:4px}.app-shell__sidebar--with-labels .app-shell__sidebar-section:first-child{margin-top:0;padding-top:0}.app-shell__sidebar a{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);text-decoration:none;cursor:pointer;transition:color .15s ease,background .15s ease;position:relative;flex-shrink:0;font-size:1.25rem}.app-shell__sidebar--with-labels a{width:auto;min-height:36px;height:auto;padding:8px 12px;justify-content:flex-start;gap:10px;font-size:.9375rem;font-weight:500}.app-shell__sidebar-icon{flex-shrink:0;font-size:1.125rem;line-height:1}.app-shell__sidebar-label{display:none}.app-shell__sidebar--with-labels .app-shell__sidebar-label{display:inline;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-shell__sidebar a:hover{background:var(--accent);color:var(--text)}.app-shell__sidebar a.active{background:var(--accent);color:var(--text);box-shadow:inset 3px 0 0 var(--primary)}.app-shell__sidebar a:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.app-shell__sidebar-team{padding:0 4px 12px;margin-bottom:4px;border-bottom:1px solid var(--surface-border);flex-shrink:0}.app-shell__sidebar-team-label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:6px}.app-shell__sidebar-team .filter-dropdown-wrap{width:100%;min-width:0}.app-shell__sidebar-team .filter-dropdown-trigger{width:100%;min-width:0;justify-content:space-between}.app-shell__sidebar-team .filter-dropdown-popover{width:100%;max-width:100%;max-height:min(240px,50vh);left:0;right:0}.app-shell__sidebar-team .filter-dropdown-popover__scroll{min-height:0}.team-sidebar__team-item{display:flex;align-items:center;gap:2px;border-radius:8px;transition:background .15s ease}.team-sidebar__team-item:hover{background:var(--accent)}.team-sidebar__team-item--active{background:var(--accent);box-shadow:inset 3px 0 0 var(--primary)}.team-sidebar__team-btn{flex:1;min-width:0;display:flex;align-items:center;gap:10px;padding:8px 4px 8px 12px;border:none;background:none;color:var(--text-muted);font-size:.9375rem;font-weight:500;text-align:left;cursor:pointer;border-radius:8px;transition:color .15s ease}.team-sidebar__team-item:hover .team-sidebar__team-btn,.team-sidebar__team-item--active .team-sidebar__team-btn{color:var(--text)}.team-sidebar__member-count{font-size:.75rem;color:var(--text-muted);background:var(--surface-elevated);border:1px solid var(--surface-border);border-radius:10px;padding:1px 6px;flex-shrink:0}.team-sidebar__team-actions{display:none;gap:2px;padding-right:6px;flex-shrink:0}.team-sidebar__team-item:hover .team-sidebar__team-actions{display:flex}.team-sidebar__action-btn{width:22px;height:22px;border:none;background:none;border-radius:4px;color:var(--text-muted);font-size:.875rem;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .1s ease,color .1s ease}.team-sidebar__action-btn:hover{background:var(--surface-border);color:var(--text)}.team-sidebar__action-btn--delete:hover{background:#f7d4d4;color:#ad1f1f}[data-theme=dark] .team-sidebar__action-btn--delete:hover{background:#4d1919;color:#e46767}.team-sidebar__new-btn{display:flex;align-items:center;gap:10px;padding:8px 12px;border:none;background:none;color:var(--text-muted);font-size:.9375rem;font-weight:500;text-align:left;cursor:pointer;border-radius:8px;width:100%;transition:background .15s ease,color .15s ease}.team-sidebar__new-btn:hover{background:var(--accent);color:var(--text)}.team-sidebar__form{padding:8px;display:flex;flex-direction:column;gap:8px;border:1px solid var(--surface-border);border-radius:8px;background:var(--surface-elevated);margin:4px 0}.team-sidebar__input{width:100%;padding:5px 8px;border:1px solid var(--surface-border);border-radius:6px;background:var(--surface);color:var(--text);font-family:inherit;font-size:.8125rem;outline:none;box-sizing:border-box}.team-sidebar__input:focus{border-color:var(--primary)}.team-sidebar__members-list{display:flex;flex-direction:column;gap:4px;max-height:180px;overflow-y:auto}.team-sidebar__member-row{display:flex;align-items:center;gap:6px;font-size:.8125rem;cursor:pointer;padding:2px 4px;border-radius:4px;color:var(--text)}.team-sidebar__member-row:hover{background:var(--accent)}.team-sidebar__empty{font-size:.8125rem;color:var(--text-muted);padding:4px}.team-sidebar__form-actions{display:flex;gap:6px}.team-sidebar__save-btn,.team-sidebar__cancel-btn{flex:1;padding:4px 0;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;border:1px solid var(--surface-border);transition:background .15s ease,color .15s ease}.team-sidebar__save-btn{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.team-sidebar__save-btn:disabled{opacity:.45;cursor:not-allowed}.team-sidebar__cancel-btn{background:var(--surface);color:var(--text)}.team-sidebar__cancel-btn:hover{background:var(--surface-hover)}.app-shell__body{display:flex;flex:1;min-width:0;min-height:0}.app-shell__main{flex:1;padding:16px;overflow-y:auto;min-width:0;min-height:0}.period-selector{display:flex;gap:0;border-radius:8px;overflow:hidden;border:1px solid var(--surface-border);background:var(--bg)}.period-selector button{padding:6px 14px;border:none;background:transparent;color:var(--text-muted);font-size:.8125rem;font-weight:500;transition:color .15s ease,background .15s ease}.period-selector button:hover{color:var(--text);background:var(--accent)}.period-selector button+button{border-left:1px solid var(--surface-border)}.period-selector button.active{background:var(--accent);color:var(--primary)}.screen-title-row{display:flex;align-items:center;gap:8px;margin-bottom:16px}.screen-title-row .screen-title{margin:0}.screen-title{font-size:1.5rem;font-weight:600;margin:0 0 16px}.page-summary{margin:-8px 0 16px;padding:10px 14px;font-size:.875rem;line-height:1.5;color:var(--text-muted);background:var(--surface-elevated);border:1px solid var(--surface-border);border-radius:8px;width:100%}.metric-info-button{flex-shrink:0;width:24px;height:24px;padding:0;border:1px solid var(--surface-border);border-radius:50%;background:var(--surface);color:var(--text-muted);font-size:.875rem;font-weight:600;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.metric-info-button:hover{background:var(--accent);color:var(--primary);border-color:var(--primary)}.metric-info-modal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;background:#0006}.metric-info-modal{background:var(--surface);border:1px solid var(--surface-border);border-radius:12px;box-shadow:0 8px 32px #0003;max-width:480px;width:100%;max-height:calc(100vh - 32px);overflow:auto}.metric-info-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--surface-border)}.metric-info-modal__title{margin:0;font-size:1.25rem;font-weight:600}.metric-info-modal__close{width:32px;height:32px;padding:0;border:none;border-radius:8px;background:transparent;color:var(--text-muted);font-size:1.5rem;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.metric-info-modal__close:hover{background:var(--surface-hover);color:var(--text)}.metric-info-modal__body{padding:20px}.metric-info-modal__section{margin-bottom:16px}.metric-info-modal__section:last-child{margin-bottom:0}.metric-info-modal__section-title{margin:0 0 6px;font-size:.8125rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.02em}.metric-info-modal__section p{margin:0;font-size:.9375rem;line-height:1.5;color:var(--text)}.card{background:var(--surface);border:1px solid var(--surface-border);border-radius:8px;padding:16px;margin-bottom:16px}.card__title{font-size:1rem;font-weight:600;margin:0 0 8px}.card__value{font-size:1.5rem;font-weight:700;color:var(--primary)}.kpi-card{display:flex;flex-direction:column;position:relative}.kpi-card--link,.kpi-card--link:hover{text-decoration:none;color:inherit}.kpi-card__icon{margin-bottom:8px;font-size:1.5rem;line-height:1}.kpi-card__value-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin:0 0 4px}.kpi-card__value{margin:0}.kpi-card__trend{font-size:.875rem;font-weight:500}.kpi-card__subtitle{margin:0;font-size:.875rem;color:var(--text-muted)}.kpi-card__arrow{position:absolute;top:16px;right:16px;color:var(--text-muted);font-size:1rem}.dashboard{display:flex;flex-direction:column;gap:20px}.dashboard__kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}.dashboard__kpi-row .kpi-card{height:100%;min-height:140px}.dashboard__middle{display:grid;grid-template-columns:1fr 260px;gap:20px}.dashboard__bottom-three{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.dashboard-section-title{font-size:1rem;font-weight:600;margin:0 0 12px;color:var(--text)}.dashboard .card{padding:16px;height:100%;min-height:0;margin-bottom:0}.dashboard__row-card{height:100%}.data-coverage{display:flex;flex-direction:column;gap:24px}.data-coverage__header{margin-bottom:0}.data-coverage__subtitle{margin:4px 0 0;font-size:.9375rem;color:var(--text-muted);max-width:560px;line-height:1.45}.data-coverage__sync-banner{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;background:var(--surface);border:1px solid var(--surface-border);border-left:4px solid var(--primary)}.data-coverage__sync-banner-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);flex-shrink:0;animation:data-coverage-pulse 1.2s ease-in-out infinite}@keyframes data-coverage-pulse{0%,to{opacity:1}50%{opacity:.4}}.data-coverage__sync-banner-text{font-size:.9375rem;color:var(--text)}.data-coverage__sync-banner--complete{border-left-color:var(--metric-green);background:color-mix(in srgb,var(--metric-green) 10%,var(--surface))}.data-coverage__sync-banner-check{width:22px;height:22px;border-radius:50%;background:var(--metric-green);color:var(--surface);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.data-coverage__sync-banner--pending{border-left-color:var(--text-muted)}.data-coverage__sync-banner-dot--pending{background:var(--text-muted);animation:none}.data-coverage__section-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 12px}.data-coverage__kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.data-coverage__kpi-row .card{margin-bottom:0;padding:16px;height:100%}.data-coverage__connectors-card{margin-bottom:0}.data-coverage__accordion{display:flex;flex-direction:column;gap:8px}.data-coverage__accordion-item{border-radius:10px;background:var(--card-bg);border:1px solid var(--surface-border);overflow:hidden}.data-coverage__accordion-summary{display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;border-left:4px solid var(--connector-accent, var(--primary));background:var(--surface);transition:background .15s ease;list-style:none;-webkit-user-select:none;user-select:none}.data-coverage__accordion-summary::-webkit-details-marker{display:none}.data-coverage__accordion-summary::marker{content:""}.data-coverage__accordion-summary:hover{background:var(--surface-hover)}.data-coverage__accordion-chevron{margin-left:auto;flex-shrink:0;width:18px;height:18px;position:relative}.data-coverage__accordion-chevron:before,.data-coverage__accordion-chevron:after{content:"";position:absolute;background:var(--text-muted);border-radius:1px;transition:transform .2s ease}.data-coverage__accordion-chevron:before{width:10px;height:2px;top:8px;left:1px;transform:rotate(45deg)}.data-coverage__accordion-chevron:after{width:10px;height:2px;top:8px;left:7px;transform:rotate(-45deg)}.data-coverage__accordion-item[open]>.data-coverage__accordion-summary .data-coverage__accordion-chevron:before{transform:rotate(-45deg)}.data-coverage__accordion-item[open]>.data-coverage__accordion-summary .data-coverage__accordion-chevron:after{transform:rotate(45deg)}.data-coverage__accordion-body{padding:12px 16px 16px 20px;border-left:4px solid var(--connector-accent, var(--primary));border-top:1px solid var(--surface-border)}.code-review-prs__accordion{margin-top:8px}.code-review-prs__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.code-review-prs__pr-row{border-bottom:1px solid var(--surface-border)}.code-review-prs__pr-row:last-child{border-bottom:none}.code-review-prs__pr-summary{padding:10px 0 10px 20px;cursor:pointer;list-style:none;color:var(--primary);font-weight:500;position:relative}.code-review-prs__pr-summary::-webkit-details-marker,.code-review-prs__pr-summary::marker{display:none}.code-review-prs__pr-summary:before{content:"";position:absolute;left:0;top:50%;margin-top:-4px;border:5px solid transparent;border-left-color:var(--text-muted);transition:transform .2s ease}.code-review-prs__pr-row[open] .code-review-prs__pr-summary:before{transform:rotate(90deg);margin-top:-5px;margin-left:-2px}.code-review-prs__pr-summary:hover{color:var(--primary);opacity:.9}.code-review-prs__pr-body{padding:12px 0 16px 16px;border-left:3px solid var(--surface-border);margin-left:0;font-size:.9375rem}.code-review-prs__pr-body .code-review-prs__pr-link{color:var(--primary)}.data-coverage__connector-list{list-style:none;padding:0;margin:0}.data-coverage__connector-item{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--surface-border)}.data-coverage__connector-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.data-coverage__connector-row{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:8px;background:var(--surface);border-left:4px solid var(--connector-accent, var(--primary));margin-bottom:0;transition:background .15s ease}.data-coverage__connector-item:not(.data-coverage__connector-item--with-repos) .data-coverage__connector-row{margin-bottom:0}.data-coverage__repos-inline{margin-top:10px;padding:12px 16px 4px 20px;border-left:4px solid var(--connector-accent, var(--primary));background:var(--surface);border-radius:0 0 8px 8px}.data-coverage__subsection-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.data-coverage__subsection-header .data-coverage__subsection-title{margin:0}.data-coverage__repos-inline .data-coverage__subsection-title{margin-top:0}.data-coverage__sync-all-btn{flex-shrink:0;padding:6px 12px;font-size:.8125rem;font-weight:500;color:var(--primary);background:transparent;border:1px solid var(--primary);border-radius:6px;cursor:pointer;transition:background .15s,color .15s}.data-coverage__sync-all-btn:hover:not(:disabled){background:var(--primary);color:var(--surface)}.data-coverage__sync-all-btn:disabled{opacity:.6;cursor:not-allowed}.data-coverage__repos-inline .data-coverage__repo-list{margin-top:10px}.data-coverage__connector-row:hover,.data-coverage__accordion-summary:hover{background:var(--surface-hover)}.data-coverage__connector-dot{width:10px;height:10px;border-radius:50%;background:var(--connector-accent, var(--primary));flex-shrink:0}.data-coverage__connector-info{display:flex;flex-direction:column;gap:2px}.data-coverage__connector-name{font-weight:600;font-size:.9375rem;color:var(--text)}.data-coverage__connector-sync{font-size:.8125rem;color:var(--text-muted)}.data-coverage__connector-pct{margin-left:auto;margin-right:12px;font-size:.9375rem;font-weight:600;color:var(--connector-accent, var(--primary));flex-shrink:0}.data-coverage__chart-card{margin-bottom:0;border-radius:10px;overflow:hidden}.data-coverage__chart-desc{margin:0 0 16px;font-size:.875rem;color:var(--text-muted);line-height:1.4}.data-coverage__repos{margin-top:24px}.data-coverage__repos-card{margin-bottom:0}.data-coverage__subsection-title{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin:0 0 8px}.data-coverage__repos-desc{margin:0 0 14px;font-size:.875rem;color:var(--text-muted);line-height:1.4}.data-coverage__repo-list{list-style:none;padding:0;margin:0}.data-coverage__repo-row{position:relative;display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:6px;border-left:4px solid var(--surface-border);margin-bottom:6px;transition:background .15s ease;overflow:hidden}.data-coverage__repo-row-fill{position:absolute;left:0;top:0;bottom:0;width:var(--repo-pct, 0%);background:var(--connector-accent, var(--primary));opacity:.2;pointer-events:none}.data-coverage__repo-row:last-child{margin-bottom:0}.data-coverage__repo-row--complete{border-left-color:var(--metric-green)}.data-coverage__repos-inline .data-coverage__repo-row,.data-coverage__accordion-body .data-coverage__repo-row,.data-coverage__repos-inline .data-coverage__repo-row--complete,.data-coverage__accordion-body .data-coverage__repo-row--complete{border-left-color:var(--connector-accent, var(--primary))}.data-coverage__repos-inline .data-coverage__repo-row--complete .data-coverage__repo-pct,.data-coverage__accordion-body .data-coverage__repo-row--complete .data-coverage__repo-pct{color:var(--connector-accent, var(--primary))}.data-coverage__repo-row:hover{background:var(--surface-hover)}.data-coverage__repo-name{position:relative;z-index:1;flex:1;min-width:0;font-size:.9375rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-coverage__repo-counts{position:relative;z-index:1;flex-shrink:0;font-size:.8125rem;color:var(--text-muted)}.data-coverage__repo-pct{position:relative;z-index:1;flex-shrink:0;font-size:.8125rem;font-weight:600;color:var(--text-muted);min-width:2.5em;text-align:right}.data-coverage__repo-row--complete .data-coverage__repo-pct{color:var(--metric-green)}.dashboard-quick-overview__row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--surface-border);font-size:.9375rem}.dashboard-quick-overview__row:last-child{border-bottom:none}.dashboard-bottleneck__item{margin-bottom:12px;font-size:.875rem}.dashboard-bottleneck__label{color:var(--text-muted);margin-bottom:4px}.dashboard-comparison table{width:100%;border-collapse:collapse;font-size:.875rem}.dashboard-comparison th,.dashboard-comparison td{text-align:left;padding:6px 8px;border-bottom:1px solid var(--surface-border)}.dashboard-comparison th{color:var(--text-muted);font-weight:500}.dashboard-alerts__list{list-style:none;padding:0;margin:0}.dashboard-alerts__item{padding:10px 0;border-bottom:1px solid var(--surface-border);font-size:.875rem}.dashboard-alerts__item:last-child{border-bottom:none}.dashboard-alerts__title{font-weight:500}.dashboard-alerts__meta{color:var(--text-muted);font-size:.8125rem;margin-top:2px}.dashboard-team-perf table{width:100%;border-collapse:collapse;font-size:.875rem}.dashboard-team-perf th,.dashboard-team-perf td{padding:6px 8px;border-bottom:1px solid var(--surface-border)}.dashboard-team-perf th{color:var(--text-muted);font-weight:500;text-align:left}@media(max-width:1024px){.dashboard__kpi-row,.data-coverage__kpi-row{grid-template-columns:repeat(2,1fr)}.dashboard__middle,.dashboard__bottom-three{grid-template-columns:1fr}}@media(max-width:640px){.dashboard__kpi-row,.data-coverage__kpi-row{grid-template-columns:1fr}}.linear-overview{max-width:1200px}.linear-overview__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.linear-overview__subtitle{margin:0 0 16px;font-size:.9375rem;color:var(--text-muted)}.linear-overview__sync{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:12px 16px;margin-bottom:20px;background:var(--surface);border:1px solid var(--surface-border);border-radius:8px}.linear-overview__sync-label{display:inline-flex;align-items:center;gap:8px;font-size:.875rem;color:var(--text-muted)}.linear-overview__sync-icon{opacity:.8}.linear-overview__import{padding:6px 12px;border-radius:6px;border:1px solid var(--surface-border);background:var(--surface);color:var(--text);font-size:.875rem;cursor:pointer}.linear-overview__import:hover:not(:disabled){background:var(--accent)}.linear-overview__cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.linear-overview__cards .kpi-card{min-height:120px}.linear-overview__linking{background:var(--surface);border:1px solid var(--surface-border);border-radius:10px;padding:20px}.linear-overview__linking-title{font-size:1rem;font-weight:600;margin:0 0 4px}.linear-overview__linking-desc{font-size:.8125rem;color:var(--text-muted);margin:0 0 12px}.linear-overview__linking-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.linear-overview__linking-row{display:grid;grid-template-columns:160px 1fr auto auto;align-items:center;gap:12px;font-size:.875rem}.linear-overview__linking-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.linear-overview__linking-bar-bg{height:6px;background:var(--surface-border);border-radius:3px;overflow:hidden}.linear-overview__linking-bar-fill{display:block;height:100%;background:var(--metric-orange);border-radius:3px;transition:width .3s ease}.linear-overview__linking-stats{color:var(--text-muted);font-size:.8125rem;white-space:nowrap}.linear-overview__linking-pct{font-weight:600;min-width:36px;text-align:right}.github-overview{display:flex;flex-direction:column;gap:24px;max-width:1200px}.github-overview__header{margin-bottom:0}.github-overview__subtitle{margin:0 0 4px;font-size:.9375rem;color:var(--text-muted);line-height:1.45}.github-overview__section{margin-bottom:0}.github-overview__section-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 12px}.pull-request-screen{display:flex;flex-direction:column;gap:28px;max-width:1200px}.pull-request-screen__header{margin-bottom:0}.pull-request-screen__intro{margin:4px 0 0;font-size:.9375rem;color:var(--text-muted);line-height:1.5;max-width:560px}.pull-request-screen__date{font-size:.875rem;color:var(--text-muted);margin-top:4px}.pull-request-screen__kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:stretch}.pull-request-screen__kpi-row .kpi-card{height:100%;min-height:100px}.pull-request-screen__chart-card{margin-bottom:0}.pull-request-screen__section{margin-top:0}.pull-request-screen__section-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.pull-request-screen__section-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0}.pull-request-screen__section-desc{font-size:.8125rem;color:var(--text-muted);margin:4px 0 0;line-height:1.4}.pull-request-screen__review-merge-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.pull-request-screen__review-merge-row .card{margin-bottom:0}.pull-request-screen__cta-link{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:8px;font-size:.875rem;font-weight:500;color:var(--primary);background:color-mix(in srgb,var(--primary) 12%,transparent);border:1px solid color-mix(in srgb,var(--primary) 35%,transparent);text-decoration:none;transition:background .15s ease,border-color .15s ease}.pull-request-screen__cta-link:hover{background:color-mix(in srgb,var(--primary) 20%,transparent);border-color:var(--primary);text-decoration:none}.pull-request-screen__reviewer-table{width:100%;border-collapse:collapse;font-size:.875rem}.pull-request-screen__reviewer-table th,.pull-request-screen__reviewer-table td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--surface-border);vertical-align:middle}.pull-request-screen__reviewer-table th{font-weight:600;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.pull-request-screen__reviewer-table tr:last-child td{border-bottom:none}.pull-request-screen__reviewer-table tr:hover td{background:var(--surface-hover)}.pull-request-screen__reviewer-bar-wrap{width:100%;max-width:120px;height:6px;background:var(--surface-border);border-radius:3px;overflow:hidden}.pull-request-screen__reviewer-bar-fill{height:100%;background:var(--primary);border-radius:3px;min-width:2px;transition:width .2s ease}.pull-request-screen__reviewer-badges{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.pull-request-screen__badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;padding:2px 6px;border-radius:4px}.pull-request-screen__badge--bottleneck{background:color-mix(in srgb,var(--metric-orange) 20%,var(--surface));color:var(--metric-orange);border:1px solid color-mix(in srgb,var(--metric-orange) 40%,transparent)}.pull-request-screen__badge--under{background:color-mix(in srgb,var(--metric-teal) 18%,var(--surface));color:var(--metric-teal);border:1px solid color-mix(in srgb,var(--metric-teal) 40%,transparent)}.pull-request-screen__gini-note{font-size:.8125rem;color:var(--text-muted);margin:0 0 12px;line-height:1.4}@media(max-width:1024px){.pull-request-screen__kpi-row{grid-template-columns:repeat(2,1fr)}.pull-request-screen__review-merge-row{grid-template-columns:1fr}}@media(max-width:640px){.pull-request-screen__kpi-row{grid-template-columns:1fr}}.github-overview__metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.github-overview__repos-footer{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 0 0;margin-top:8px;border-top:1px solid var(--surface-border);font-size:.75rem;color:var(--text-muted)}.github-overview__repos-label{flex-shrink:0;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.github-overview__repos-empty{color:var(--text-muted)}.github-overview__repos-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.github-overview__repo-chip{padding:3px 8px;border-radius:4px;background:var(--surface);border:1px solid var(--surface-border);color:var(--text-muted);text-decoration:none;font-size:.75rem;transition:color .15s ease,border-color .15s ease,background .15s ease}.github-overview__repo-chip:hover{color:var(--text);border-color:var(--surface-border);background:var(--surface-hover)}.github-synced{padding:0 24px 24px}.github-synced__header{margin-bottom:16px}.github-synced__subtitle{margin:4px 0 0;font-size:.9rem;color:var(--text-muted)}.github-synced__section{font-size:.75rem;color:var(--text-muted)}.github-synced__empty{color:var(--text-muted)}.github-synced__repos-row{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.github-synced__repo-chip{padding:3px 8px;border-radius:4px;background:var(--surface);border:1px solid var(--surface-border);color:var(--text-muted);text-decoration:none;font-size:.75rem;transition:color .15s ease,border-color .15s ease,background .15s ease}.github-synced__repo-chip:hover{color:var(--text);border-color:var(--surface-border);background:var(--surface-hover)}.sentry-overview{display:flex;flex-direction:column;gap:24px;max-width:1200px}.sentry-overview__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.sentry-overview__subtitle{margin:0 0 4px;font-size:.9375rem;color:var(--text-muted);line-height:1.45}.sentry-overview__open-link{font-size:.875rem;color:var(--link);text-decoration:none;flex-shrink:0}.sentry-overview__open-link:hover{text-decoration:underline}.sentry-overview__section{margin-bottom:0}.sentry-overview__section-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 12px}.sentry-overview__section-desc{font-size:.8125rem;color:var(--text-muted);margin:-4px 0 12px;line-height:1.4}.sentry-overview__metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.sentry-overview__table-wrap{overflow-x:auto;border:1px solid var(--surface-border);border-radius:8px;background:var(--surface)}.sentry-overview__table{width:100%;border-collapse:collapse;font-size:.875rem}.sentry-overview__table th,.sentry-overview__table td{padding:10px 14px;text-align:left;border-bottom:1px solid var(--surface-border)}.sentry-overview__table th{font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);font-size:.75rem}.sentry-overview__table tbody tr:last-child td{border-bottom:none}.sentry-overview__count{font-weight:600;min-width:64px}.sentry-overview__issue-link{color:var(--link);text-decoration:none}.sentry-overview__issue-link:hover{text-decoration:underline}.sentry-overview__project-cell{color:var(--text-muted)}.sentry-overview__search-wrap{margin-bottom:12px;max-width:320px}.sentry-overview__search{width:100%;padding:8px 12px;font-size:.875rem;border:1px solid var(--surface-border);border-radius:6px;background:var(--bg);color:var(--text)}.sentry-overview__empty{margin:0;font-size:.875rem}.sentry-overview__projects-link{display:inline-block;font-size:.875rem;color:var(--link);text-decoration:none;font-weight:500}.sentry-overview__projects-link:hover{text-decoration:underline}.sentry-overview__filters-footer{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 0 0;margin-top:8px;border-top:1px solid var(--surface-border);font-size:.75rem;color:var(--text-muted)}.sentry-overview__filters-label{flex-shrink:0;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.sentry-overview__filters-value{word-break:break-word}.sentry-projects{display:flex;flex-direction:column;gap:24px;max-width:1200px}.sentry-projects__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.sentry-projects__subtitle{margin:0 0 4px;font-size:.9375rem;color:var(--text-muted);line-height:1.45}.sentry-projects__back-link{font-size:.875rem;color:var(--link);text-decoration:none;flex-shrink:0}.sentry-projects__back-link:hover{text-decoration:underline}.sentry-projects__section{margin-bottom:0}.sentry-projects__section-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 12px}.sentry-projects__section-desc{font-size:.8125rem;color:var(--text-muted);margin:-4px 0 12px;line-height:1.4}.sentry-projects__search-wrap{margin-bottom:12px;max-width:320px}.sentry-projects__search{width:100%;padding:8px 12px;font-size:.875rem;border:1px solid var(--surface-border);border-radius:6px;background:var(--bg);color:var(--text)}.sentry-projects__empty{margin:0;font-size:.875rem}.sentry-trends{display:flex;flex-direction:column;gap:20px}.sentry-trends__no-history{padding:10px 14px;background:var(--bg-card);border:1px solid var(--border);border-left:3px solid var(--metric-orange, #f97316);border-radius:6px;font-size:.8125rem;color:var(--text-muted)}.sentry-trends__filter-bar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.sentry-trends__search{padding:6px 10px;border:1px solid var(--border);border-radius:6px;background:var(--bg-card);color:var(--text);font-size:.8125rem;width:200px;outline:none}.sentry-trends__search:focus{border-color:var(--accent)}.sentry-trends__trend-filter{display:flex;gap:4px;flex-wrap:wrap}.sentry-trends__filter-btn{padding:4px 10px;border:1px solid var(--border);border-radius:12px;background:transparent;color:var(--text-muted);font-size:.75rem;cursor:pointer;transition:background .12s,color .12s,border-color .12s;white-space:nowrap}.sentry-trends__filter-btn:hover{background:var(--bg-hover, rgba(0,0,0,.05));color:var(--text)}.sentry-trends__filter-btn--active{background:var(--accent);border-color:var(--accent);color:#fff}.sentry-trends__count{margin-left:auto;font-size:.75rem;color:var(--text-muted);white-space:nowrap}.sentry-trends__table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px}.sentry-trends__table{width:100%;border-collapse:collapse;font-size:.875rem}.sentry-trends__th{padding:10px 14px;text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);background:var(--bg-card);border-bottom:1px solid var(--border);white-space:nowrap}.sentry-trends__th--group{border-bottom:none;padding-bottom:4px;border-right:1px solid var(--border)}.sentry-trends__subheader th{padding:4px 14px 8px;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);background:var(--bg-card);border-bottom:1px solid var(--border);white-space:nowrap}.sentry-trends__subheader .sentry-trends__th--sortable{padding:4px 14px 8px}.sentry-trends__th--sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .12s,background .12s}.sentry-trends__th--sortable:hover{color:var(--text);background:var(--bg-hover, rgba(0,0,0,.03))}.sentry-trends__th--active{color:var(--text)}.sentry-trends__th-inner{display:inline-flex;align-items:center;gap:2px}.sentry-trends__sort-icon{font-size:.7rem;opacity:.5}.sentry-trends__th--active .sentry-trends__sort-icon{opacity:1;color:var(--accent)}.sentry-trends__th--project{min-width:160px}.sentry-trends__row{border-bottom:1px solid var(--border);transition:background .12s}.sentry-trends__row:last-child{border-bottom:none}.sentry-trends__row:hover{background:var(--bg-hover, rgba(0,0,0,.03))}.sentry-trends__project-name{padding:10px 14px;vertical-align:top}.sentry-trends__name{display:block;font-weight:500;color:var(--text)}.sentry-trends__slug{display:block;font-size:.75rem;color:var(--text-muted);margin-top:2px}.sentry-trends__cell{padding:10px 14px;vertical-align:top;white-space:nowrap}.sentry-trends__cell--empty{color:var(--text-muted);font-size:.875rem}.sentry-trends__cell--current{background:color-mix(in srgb,var(--accent, #6366f1) 5%,transparent)}.sentry-trends__cell--sub{border-right:none}.sentry-trends__issues-inline{font-size:.875rem;font-weight:500;color:var(--metric-purple, #8b5cf6)}.sentry-trends__no-results{padding:24px;text-align:center;color:var(--text-muted);font-size:.875rem}.sentry-trends__cell--trend{white-space:nowrap}.sentry-trends__errors{display:block;font-weight:600;color:var(--metric-orange, #f97316)}.sentry-trends__errors--now{font-size:.8125rem}.sentry-trends__period-label{font-size:.6875rem;font-weight:400;color:var(--text-muted)}.sentry-trends__issues{display:block;font-size:.75rem;color:var(--text-muted);margin-top:2px}.sentry-trends__badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:12px;font-size:.75rem;font-weight:600;white-space:nowrap}.sentry-trends__badge--good{background:color-mix(in srgb,#22c55e 15%,transparent);color:#16a34a}.dark .sentry-trends__badge--good{background:color-mix(in srgb,#22c55e 20%,transparent);color:#4ade80}.sentry-trends__badge--bad{background:color-mix(in srgb,#ef4444 15%,transparent);color:#dc2626}.dark .sentry-trends__badge--bad{background:color-mix(in srgb,#ef4444 20%,transparent);color:#f87171}.sentry-trends__badge--neutral{background:var(--bg-card);color:var(--text-muted);border:1px solid var(--border)}.sentry-trends__badge-pct{font-weight:400;opacity:.8}.sentry-trends__legend{margin:8px 0 0;font-size:.75rem;color:var(--text-muted)}.greptile-indexing{display:flex;flex-direction:column;gap:24px;max-width:1400px}.greptile-indexing__intro-box{padding:16px 20px;background:var(--surface);border:1px solid var(--surface-border);border-radius:10px}.greptile-indexing__intro-box-summary{margin:0 0 12px;font-size:.875rem;color:var(--text-muted);line-height:1.45}.greptile-indexing__intro-box-actions{display:flex;align-items:center;gap:8px;margin-bottom:14px}.greptile-indexing__intro-box-desc{margin:0;font-size:.875rem;color:var(--text-muted);line-height:1.5}.greptile-indexing__intro-box-desc strong{color:var(--text);font-weight:600}.greptile-indexing__btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;font-size:.8125rem;font-weight:500;border-radius:8px;border:1px solid var(--surface-border);background:var(--surface);color:var(--text);text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.greptile-indexing__btn:hover:not(:disabled){background:color-mix(in srgb,var(--surface-border) 30%,var(--surface))}.greptile-indexing__btn:disabled{cursor:wait;opacity:.6}.greptile-indexing__btn--primary{border-color:var(--primary);background:var(--primary);color:#fff}.greptile-indexing__btn--primary:hover:not(:disabled){background:color-mix(in srgb,var(--primary) 85%,black);border-color:color-mix(in srgb,var(--primary) 85%,black)}.greptile-indexing__btn--outline{color:var(--text-muted)}.greptile-indexing__summary{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:16px 20px;background:var(--surface);border:1px solid var(--surface-border);border-radius:10px}.greptile-indexing__summary-badges{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.greptile-indexing__summary-actions{display:flex;gap:8px;align-items:center}.greptile-indexing__toast{padding:12px 16px;border-radius:8px;font-size:.8125rem;line-height:1.4}.greptile-indexing__toast--success{background:color-mix(in srgb,var(--metric-green) 12%,transparent);border:1px solid color-mix(in srgb,var(--metric-green) 35%,transparent);color:var(--metric-green)}.greptile-indexing__toast--error{background:color-mix(in srgb,var(--metric-orange) 12%,transparent);border:1px solid color-mix(in srgb,var(--metric-orange) 35%,transparent);color:var(--metric-orange)}.greptile-indexing__table-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:12px 16px;background:var(--surface);border:1px solid var(--surface-border);border-bottom:none;border-radius:10px 10px 0 0}.greptile-indexing__search{padding:8px 12px;font-size:.8125rem;border-radius:6px;border:1px solid var(--surface-border);background:var(--bg);color:var(--text);width:220px;max-width:100%;outline:none}.greptile-indexing__search:focus{border-color:var(--primary);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary) 25%,transparent)}.greptile-indexing__table-wrap{overflow-x:auto;border:1px solid var(--surface-border);border-radius:0 0 10px 10px;background:var(--surface)}.greptile-indexing__table-wrap .greptile-indexing__table{width:100%;border-collapse:collapse;font-size:.8125rem}.greptile-indexing__table thead{background:color-mix(in srgb,var(--surface-border) 25%,var(--surface))}.greptile-indexing__table th{padding:12px 16px;text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);border-bottom:1px solid var(--surface-border)}.greptile-indexing__table th[role=button]{cursor:pointer;-webkit-user-select:none;user-select:none}.greptile-indexing__table th[role=button]:hover{color:var(--text)}.greptile-indexing__table td{padding:12px 16px;border-bottom:1px solid var(--surface-border)}.greptile-indexing__table tbody tr:last-child td{border-bottom:none}.greptile-indexing__table tbody tr:hover td{background:color-mix(in srgb,var(--surface-border) 15%,transparent)}.greptile-indexing__table tbody tr.greptile-indexing__table-feedback-row:hover td{background:transparent}.greptile-indexing__stat-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;font-size:.8125rem;font-weight:500}.greptile-indexing__status-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:.75rem;font-weight:500}.empty-state{text-align:center;padding:48px 24px;color:var(--text-muted)}.loading{padding:24px;text-align:center;color:var(--text-muted)}.spinner{width:32px;height:32px;border:3px solid var(--surface-border);border-top-color:var(--primary);border-radius:50%;animation:spinner-rotate .8s linear infinite}@keyframes spinner-rotate{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}.error{padding:16px;background:#fceeee;color:#8f2424;border-radius:8px;margin-bottom:16px}[data-theme=dark] .error{background:#401c1c;color:#e69999}.settings-section{padding:20px;margin-bottom:20px;background:var(--surface-elevated);border:1px solid var(--surface-border);border-radius:12px;transition:border-color .15s ease,box-shadow .15s ease}.settings-section:last-of-type{margin-bottom:24px}.settings-section__header{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--surface-border);cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .15s ease}.settings-section--collapsed .settings-section__header{margin-bottom:0;padding-bottom:0;border-bottom:none}.settings-section__chevron{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:transform .2s ease}.settings-section--collapsed .settings-section__chevron{transform:rotate(-90deg)}.settings-section__icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;flex-shrink:0}.settings-section--github .settings-section__icon{background:#24292e1f;color:#3d4751}[data-theme=dark] .settings-section--github .settings-section__icon{background:#ffffff1a;color:#d9d9d9}.settings-section__github-header-row{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:8px}.settings-section__status-badge{font-size:.75rem;font-weight:500;padding:4px 10px;border-radius:999px;border:1px solid transparent}.settings-section__status-badge--success{background:var(--success-bg, rgba(34, 197, 94, .15));color:var(--success-fg, #22c55e);border-color:var(--success-border, rgba(34, 197, 94, .4))}.settings-section__status-badge--muted{background:var(--surface);color:var(--text-muted);border-color:var(--surface-border)}.settings-section__github-actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.settings-section__github-actions a,.settings-section__github-actions button{display:inline-flex;align-items:center;padding:6px 14px;border-radius:8px;font-weight:500;font-size:.8125rem;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;border:1px solid var(--surface-border);background:var(--surface);color:var(--text)}.settings-section__github-actions a:hover,.settings-section__github-actions button:not(:disabled):hover{background:var(--surface-hover, color-mix(in srgb, var(--surface) 90%, var(--text-muted)));border-color:var(--surface-border)}.settings-section__github-actions a.settings-section__github-action--primary,.settings-section__github-actions button.settings-section__github-action--primary{border-color:var(--metric-github, hsl(212, 72%, 42%));color:var(--metric-github, hsl(212, 72%, 42%))}.settings-section__github-actions a.settings-section__github-action--primary:hover,.settings-section__github-actions button.settings-section__github-action--primary:hover{background:color-mix(in srgb,var(--metric-github, hsl(212, 72%, 42%)) 12%,transparent)}.settings-section__github-actions button.settings-section__github-action--secondary{background:transparent;color:var(--text-muted)}.settings-section__github-actions button.settings-section__github-action--secondary:hover:not(:disabled){color:var(--text);background:var(--surface-hover, color-mix(in srgb, var(--surface) 90%, var(--text-muted)))}.settings-section__github-actions button:disabled{cursor:not-allowed;opacity:.7}.settings-section__body-intro{margin:0;font-size:.875rem;line-height:1.45;color:var(--text-muted)}.settings-section__body-label{display:block;margin-top:16px;margin-bottom:6px;font-weight:600;font-size:.875rem;color:var(--text)}.settings-section__body-hint{margin:6px 0 0;font-size:.8125rem;color:var(--text-muted);line-height:1.4}.settings-section__github-repos-wrap{margin-top:2px}.github-repo-multiselect{position:relative;width:100%;background:var(--surface);border:1px solid var(--surface-border);border-radius:10px;padding:12px 14px}.github-repo-multiselect__source{margin-bottom:10px}.github-repo-multiselect__source-label{display:block;margin-bottom:6px;font-size:.8125rem;font-weight:500;color:var(--text-muted)}.github-repo-multiselect__source-row{display:flex;gap:10px;align-items:center}.github-repo-multiselect__select{flex:1;padding:8px 12px;border-radius:8px;border:1px solid var(--surface-border);background:var(--surface);color:var(--text);font-size:.875rem}.github-repo-multiselect__import-btn{white-space:nowrap;padding:8px 14px;border-radius:8px;border:1px solid var(--metric-github, hsl(212, 72%, 42%));background:var(--metric-github, hsl(212, 72%, 42%));color:#fff;font-weight:600;font-size:.8125rem;cursor:pointer;transition:opacity .15s ease}.github-repo-multiselect__import-btn:hover{opacity:.92}.github-repo-multiselect__chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.github-repo-multiselect__chips--orgs{margin-bottom:10px}.github-repo-multiselect__chip{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:8px;font-size:.875rem;font-weight:500}.github-repo-multiselect__chip--org{background:color-mix(in srgb,var(--metric-github, hsl(212, 72%, 42%)) 14%,transparent);border:1px solid color-mix(in srgb,var(--metric-github, hsl(212, 72%, 42%)) 40%,transparent);color:var(--metric-github, hsl(212, 72%, 42%))}.github-repo-multiselect__chip-suffix{font-size:.75rem;opacity:.9;margin-left:2px}.github-repo-multiselect__chip--repo{background:var(--surface-elevated, hsl(0 0% 96%));border:1px solid var(--surface-border);color:var(--text)}.github-repo-multiselect__chip-remove{padding:0;margin:0 0 0 4px;background:none;border:none;cursor:pointer;color:inherit;font-size:1rem;line-height:1;opacity:.75}.github-repo-multiselect__chip-remove:hover{opacity:1}.github-repo-multiselect__chip--org .github-repo-multiselect__chip-remove{color:var(--metric-github, hsl(212, 72%, 42%))}.settings-section--linear .settings-section__icon{background:#5d5dff1f;color:#4d4dff}[data-theme=dark] .settings-section--linear .settings-section__icon{background:#5d5dff33;color:#8080ff}.settings-section__title-wrap{flex:1;min-width:0}.settings-section__title{font-size:1rem;font-weight:600;margin:0;color:var(--text)}.settings-section__body{margin:0}.settings-section__body>*+*{margin-top:14px}.settings-dialog__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding-top:20px;margin-top:4px;border-top:1px solid var(--surface-border)}.settings-dialog__btn{padding:10px 20px;border-radius:8px;font-size:.9375rem;font-weight:500;border:1px solid transparent;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.settings-dialog__btn:disabled{opacity:.6;cursor:not-allowed}.settings-dialog__btn--secondary{background:var(--surface);border-color:var(--surface-border);color:var(--text)}.settings-dialog__btn--secondary:hover:not(:disabled){background:var(--surface-hover);border-color:var(--surface-border)}.settings-dialog__btn--primary{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.settings-dialog__btn--primary:hover:not(:disabled){opacity:.92;filter:brightness(1.05)}.team-page{max-width:1000px}.team-page__subtitle{color:var(--text-muted);margin:0 0 20px;font-size:.9375rem}.team-accordion{display:flex;flex-direction:column;gap:6px}.team-accordion__item{border-radius:10px;border:1px solid var(--surface-border);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.team-accordion__item:hover{border-color:color-mix(in srgb,var(--primary) 35%,var(--surface-border))}.team-accordion__item--open{border-color:color-mix(in srgb,var(--primary) 45%,var(--surface-border));box-shadow:0 2px 8px #0000000f}[data-theme=dark] .team-accordion__item--open{box-shadow:0 2px 8px #0003}.team-accordion__header{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:var(--surface);cursor:pointer;text-align:left;font:inherit;color:var(--text);border-left:4px solid var(--primary);transition:background .15s ease}.team-accordion__header:hover{background:var(--surface-hover)}.team-accordion__avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0;object-fit:cover}.team-accordion__avatar-placeholder{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--accent);color:var(--primary);font-size:.875rem;font-weight:700;flex-shrink:0}.team-accordion__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.team-accordion__name{font-weight:600;font-size:.9375rem;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-accordion__summary{font-size:.8125rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-accordion__badges{display:flex;gap:6px;flex-shrink:0}.team-accordion__badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:10px;font-size:.75rem;font-weight:600;background:var(--accent);color:var(--primary);white-space:nowrap}.team-accordion__badge--green{background:color-mix(in srgb,var(--metric-green) 14%,var(--surface));color:var(--metric-green)}.team-accordion__badge--blue{background:color-mix(in srgb,var(--metric-blue) 14%,var(--surface));color:var(--metric-blue)}.team-accordion__chevron{flex-shrink:0;width:18px;height:18px;position:relative}.team-accordion__chevron:before,.team-accordion__chevron:after{content:"";position:absolute;background:var(--text-muted);border-radius:1px;transition:transform .2s ease}.team-accordion__chevron:before{width:10px;height:2px;top:8px;left:1px;transform:rotate(45deg)}.team-accordion__chevron:after{width:10px;height:2px;top:8px;left:7px;transform:rotate(-45deg)}.team-accordion__item--open .team-accordion__chevron:before{transform:rotate(-45deg)}.team-accordion__item--open .team-accordion__chevron:after{transform:rotate(45deg)}.team-accordion__body{padding:16px 16px 16px 20px;border-left:4px solid var(--primary);border-top:1px solid var(--surface-border);background:var(--surface)}.team-accordion__stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:16px}.team-accordion__stat{display:flex;flex-direction:column;gap:2px}.team-accordion__stat-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.team-accordion__stat-value{font-size:1.125rem;font-weight:700;color:var(--text)}.team-accordion__profile-link{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:.8125rem;font-weight:500;color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,transparent);border:1px solid color-mix(in srgb,var(--primary) 30%,transparent);text-decoration:none;transition:background .15s ease,border-color .15s ease}.team-accordion__profile-link:hover{background:color-mix(in srgb,var(--primary) 18%,transparent);border-color:var(--primary);text-decoration:none}.team-table__toolbar{display:flex;align-items:center;gap:12px;margin-bottom:12px}.team-table__search{flex:1;max-width:320px;padding:7px 12px;border-radius:6px;border:1px solid var(--surface-border);background:var(--surface);color:var(--text);font-size:.875rem;outline:none;transition:border-color .15s ease}.team-table__search:focus{border-color:var(--primary)}.team-table__count{font-size:.8125rem;color:var(--text-muted);margin-left:auto}.team-table__wrapper{border:1px solid var(--surface-border);border-radius:8px;overflow:hidden;overflow-x:auto}.team-table{width:100%;border-collapse:collapse;font-size:.875rem}.team-table__th{background:var(--surface-alt, var(--surface));border-bottom:1px solid var(--surface-border);padding:0;text-align:left;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);white-space:nowrap}.team-table__th--num{text-align:right}.team-table__th--expand{width:40px}.team-table__th--linear{min-width:140px}.team-table__td--linear{vertical-align:middle}.team-table__linear-dropdown{position:relative;width:100%;min-width:0;font-size:.875rem}.team-table__linear-dropdown .team-linear-select__control{border-radius:6px;font:inherit}.team-table__sort-btn{display:inline-flex;align-items:center;gap:4px;padding:10px 14px;background:none;border:none;color:inherit;font:inherit;text-transform:inherit;letter-spacing:inherit;cursor:pointer;width:100%;justify-content:flex-start;transition:color .1s ease}.team-table__th--num .team-table__sort-btn{justify-content:flex-end}.team-table__sort-btn:hover{color:var(--text)}.team-table__sort-icon{font-size:.75rem;opacity:.4}.team-table__sort-icon--active{opacity:1;color:var(--primary)}.team-table__row{cursor:pointer;transition:background .1s ease;border-bottom:1px solid var(--surface-border)}.team-table__row:last-child{border-bottom:none}.team-table__row:hover{background:color-mix(in srgb,var(--primary) 5%,transparent)}.team-table__row--open{background:color-mix(in srgb,var(--primary) 6%,transparent)}.team-table__td{padding:10px 14px;color:var(--text);vertical-align:middle}.team-table__td--developer{display:flex;align-items:center;gap:10px;min-width:160px}.team-table__td--num{text-align:right;font-variant-numeric:tabular-nums;font-weight:500}.team-table__td--expand{text-align:center;width:40px}.team-table__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.team-table__avatar-placeholder{width:28px;height:28px;border-radius:50%;background:color-mix(in srgb,var(--primary) 20%,transparent);color:var(--primary);font-size:.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.team-table__login{font-weight:500;color:var(--text)}.team-table__chevron{display:inline-block;width:16px;height:16px;position:relative;opacity:.5;transition:opacity .15s ease,transform .15s ease}.team-table__chevron:before,.team-table__chevron:after{content:"";position:absolute;width:7px;height:1.5px;background:currentColor;top:50%;transition:transform .15s ease}.team-table__chevron:before{left:1px;transform:translateY(-50%) rotate(45deg)}.team-table__chevron:after{right:1px;transform:translateY(-50%) rotate(-45deg)}.team-table__chevron--open{opacity:1}.team-table__chevron--open:before{transform:translateY(-50%) rotate(-45deg)}.team-table__chevron--open:after{transform:translateY(-50%) rotate(45deg)}.team-table__row:hover .team-table__chevron{opacity:.8}.team-table__detail-row{border-bottom:1px solid var(--surface-border)}.team-table__detail-cell{padding:16px 20px;background:var(--surface);border-left:4px solid var(--primary)}@media(max-width:768px){.app-shell__top{padding:8px 12px;gap:8px}.app-shell__nav a{padding:6px 10px;font-size:.875rem}.app-shell__filters{padding:8px 12px}.app-shell__main{padding:12px}.screen-title{font-size:1.25rem}.card{padding:12px}.card__value{font-size:1.25rem}}.__floater{z-index:9001!important}.react-joyride__beacon span{background-color:var(--primary)!important;border-color:var(--primary)!important}
