@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";:root{--bg:#f4f5f7;--bg-elevated:#fff;--surface:#ebecf0;--surface-hover:#dfe1e6;--border:#dfe1e6;--border-strong:#c1c7d0;--text:#172b4d;--text-muted:#5e6c84;--accent:#0052cc;--accent-hover:#0747a6;--accent-soft:#deebff;--status-bg:#e3fcef;--status-text:#064;--label-bg:#dfe1e6;--label-text:#172b4d;--danger:#de350b;--ring:#0052cc59;--shadow-sm:0 1px 1px #091e4214;--shadow-md:0 4px 8px -2px #091e4214, 0 0 1px #091e421f;--radius:8px;--radius-sm:4px;--font:"IBM Plex Sans", system-ui, sans-serif;--max:1120px;--page-gutter:1rem;--header-row-min:52px;--header-h:calc(env(safe-area-inset-top,0px) + var(--header-row-min));font-family:var(--font);color:var(--text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#091e42;font-size:14px;line-height:1.5}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{min-height:100dvh;margin:0}#root{min-height:100vh}h1,h2,h3{color:var(--text);letter-spacing:-.01em;font-weight:600;line-height:1.25}h1{margin:0 0 .5rem;font-size:clamp(1.35rem,2.5vw,1.75rem)}h2{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin:0 0 .75rem;font-size:.875rem;font-weight:600}h3{margin:0 0 .35rem;font-size:1rem}p{margin:0 0 .75rem}a{color:var(--accent)}button{font-family:inherit}::selection{background:var(--accent-soft);color:var(--text)}.layout{background:linear-gradient(#091e428c, #091e428c), var(--bg);flex-direction:column;min-height:100dvh;display:flex}.header{z-index:60;padding-top:env(safe-area-inset-top,0px);background:linear-gradient(#091e428c, #091e428c), var(--bg);box-shadow:none;border-bottom:1px solid #ffffff24;position:sticky;top:0}.header-inner{max-width:var(--max);padding-left:max(var(--page-gutter), env(safe-area-inset-left,0px));padding-right:max(var(--page-gutter), env(safe-area-inset-right,0px));min-height:var(--header-row-min);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}.brand{cursor:pointer;font:inherit;color:var(--text);z-index:1;background:0 0;border:none;align-items:center;gap:.5rem;margin:0;padding:0;text-decoration:none;display:inline-flex;position:relative}.brand:hover{color:var(--accent-hover)}.brand-mark{object-fit:contain;opacity:1;border-radius:3px;width:18px;height:18px;display:block}.brand:hover .brand-mark{opacity:1}.brand-text{font-size:.9375rem;font-weight:600}.nav{z-index:1;flex-wrap:wrap;align-items:center;gap:.15rem;display:flex;position:relative}.nav-link{border-radius:var(--radius-sm);color:var(--text);padding:.35rem .65rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.nav-link:hover{color:var(--accent-hover);background:#091e4214}.nav-link--active{color:var(--accent-hover);background:#091e421a}.main{background:0 0;flex:1;width:100%;position:relative}@media (width<=640px){.header{z-index:1;position:relative}.header-inner{flex-wrap:wrap;gap:.5rem;padding-top:.65rem;padding-bottom:.65rem}.nav{width:100%}}.issue-page{max-width:min(var(--max), 100%);padding:1.5rem max(var(--page-gutter), env(safe-area-inset-left,0px)) 2.5rem max(var(--page-gutter), env(safe-area-inset-right,0px));padding-bottom:calc(2.5rem + env(safe-area-inset-bottom,0px));z-index:1;margin:0 auto;position:relative}.issue-ticket{background:var(--bg-elevated);border:none;border-radius:12px;flex-direction:column;gap:1.25rem;padding:1.25rem 1.5rem;animation:.4s both issueEnter;display:flex;box-shadow:0 0 0 1px #091e4214,0 8px 16px -4px #091e4240,0 24px 48px -12px #091e4259}.issue-body{grid-template-columns:minmax(0,1fr) 260px;align-items:start;gap:1.5rem;display:grid}.issue-main{flex-direction:column;gap:1.75rem;min-width:0;display:flex}@keyframes issueEnter{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.issue-header{padding-bottom:.25rem}.issue-hierarchy{flex-wrap:wrap;align-items:center;gap:.35rem .45rem;margin-bottom:.75rem;font-size:.8125rem;display:flex}.issue-hierarchy-item{color:var(--text-muted);align-items:center;gap:.35rem;font-weight:500;text-decoration:none;display:inline-flex}a.issue-hierarchy-item:hover{color:var(--accent);text-decoration:underline}.issue-hierarchy-item--current{color:var(--text-muted);font-weight:600}.issue-hierarchy-sep{color:var(--border-strong)}.issue-type-icon{flex-shrink:0;display:inline-flex}.issue-summary{color:var(--text);margin:0;font-size:clamp(1.35rem,2.8vw,1.75rem);font-weight:600;line-height:1.25}.issue-status{letter-spacing:.02em;text-transform:uppercase;background:var(--status-bg);color:var(--status-text);border-radius:3px;align-items:center;padding:.15rem .5rem;font-size:.6875rem;font-weight:700;display:inline-flex}.issue-status-btn{font:inherit;letter-spacing:.02em;text-transform:uppercase;background:var(--status-bg);color:var(--status-text);cursor:default;border:none;border-radius:3px;align-items:center;gap:.35rem;padding:.35rem .55rem;font-size:.8125rem;font-weight:700;display:inline-flex}.issue-status-btn .issue-chevron{color:var(--status-text);opacity:.85}.issue-status--enter{animation:.45s .15s both statusPop}@keyframes statusPop{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.issue-lede{color:var(--text);max-width:42rem;margin:0 0 1rem;font-size:.9375rem}.issue-avatar{object-fit:cover;background:var(--surface);border-radius:50%;flex-shrink:0}.issue-avatar--xs{width:24px;height:24px}.issue-avatar--sm{width:32px;height:32px}.issue-sidebar{top:calc(var(--header-h) + .75rem);flex-direction:column;align-items:flex-start;gap:.65rem;display:flex;position:sticky}.issue-details{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-elevated);width:100%;padding:0;overflow:hidden}.issue-details-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.issue-details-title{text-transform:none;letter-spacing:0;color:var(--text);margin:0;font-size:.875rem;font-weight:600}.issue-details-header .issue-chevron{color:var(--text-muted);flex-shrink:0}.issue-fields{flex-direction:column;gap:.75rem;margin:0;padding:.65rem 1rem .85rem;display:flex}.issue-field{grid-template-columns:7.5rem minmax(0,1fr);align-items:start;gap:.75rem;display:grid}.issue-field dt{color:var(--text-muted);margin:0;padding-top:.15rem;font-size:.8125rem;font-weight:500}.issue-field dd{color:var(--text);min-width:0;margin:0;font-size:.875rem}.issue-field-person,.issue-priority{align-items:center;gap:.4rem;display:inline-flex}.issue-priority-bars{flex-direction:column;justify-content:center;gap:2px;width:12px;display:inline-flex}.issue-priority-bars span{background:#ff5630;border-radius:1px;height:2px;display:block}.issue-priority-bars span:first-child{width:100%}.issue-priority-bars span:last-child{width:70%}.issue-labels{flex-wrap:wrap;gap:.35rem;display:flex}.issue-label{background:var(--label-bg);color:var(--label-text);border-radius:3px;padding:.1rem .4rem;font-size:.6875rem;font-weight:600;display:inline-block}.issue-detail-links{flex-direction:column;gap:.25rem;display:flex}.issue-detail-links a{font-weight:500;text-decoration:none}.issue-detail-links a:hover{text-decoration:underline}.issue-parent-link{color:var(--accent);align-items:center;gap:.4rem;font-weight:500;text-decoration:none;display:inline-flex}.issue-parent-link:hover{text-decoration:underline}.issue-parent-key{color:var(--text-muted);font-weight:600}.issue-parent-label{color:var(--text)}.child-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.child-row{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:inherit;align-items:center;gap:.65rem;padding:.65rem .75rem;text-decoration:none;transition:border-color .15s,background .15s,box-shadow .15s,transform .15s;display:flex}.child-row:hover{border-color:var(--border-strong);background:var(--bg-elevated);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.child-type-icon{flex-shrink:0;display:inline-flex}.child-key{color:var(--text-muted);flex-shrink:0;font-size:.8125rem;font-weight:600}.child-summary{min-width:0;color:var(--text);flex:1;font-size:.875rem;font-weight:500}.child-status{letter-spacing:.02em;text-transform:uppercase;background:var(--status-bg);color:var(--status-text);border-radius:3px;flex-shrink:0;align-items:center;padding:.1rem .4rem;font-size:.625rem;font-weight:700;display:inline-flex}.issue-panel{scroll-margin-top:calc(var(--header-h) + .75rem)}.issue-panel-head{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.issue-panel-head h2{margin:0}.issue-count{background:var(--surface);min-width:1.25rem;height:1.25rem;color:var(--text-muted);border-radius:999px;justify-content:center;align-items:center;padding:0 .35rem;font-size:.6875rem;font-weight:700;display:inline-flex}.issue-panel-hint{color:var(--text-muted);margin:-.35rem 0 1rem;font-size:.8125rem}.desc-inline-hint{color:var(--text-muted);text-transform:none;letter-spacing:0;font-size:.8125rem;font-weight:400}.desc-block{border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:1.25rem}.desc-block:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.desc-block-title{color:var(--text);text-transform:none;letter-spacing:0;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;margin:0 0 .65rem;font-size:.9375rem;font-weight:600;display:flex}.desc-companies,.desc-edu,.desc-skills,.desc-role-list{margin:0;padding:0;list-style:none}.desc-company{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:1rem}.desc-company:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.desc-company-head,.desc-role-row{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.desc-muted{color:var(--text-muted);white-space:nowrap;font-size:.8125rem}.desc-role-list li{margin-bottom:.65rem}.desc-role-list li:last-child{margin-bottom:0}.desc-role-title{font-weight:500}.desc-role-sub{color:var(--text-muted);margin:.15rem 0 0;font-size:.8125rem}.desc-edu li{margin-bottom:.85rem}.desc-edu li:last-child{margin-bottom:0}.desc-skills li{gap:.15rem;margin-bottom:.65rem;font-size:.875rem;display:grid}.desc-skills-label{color:var(--text-muted);font-size:.75rem;font-weight:600}.attach-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.attach-row{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:inherit;align-items:flex-start;gap:.85rem;padding:.65rem .75rem;text-decoration:none;transition:border-color .15s,background .15s,box-shadow .15s,transform .15s;display:flex}.attach-row--link{cursor:pointer}.attach-row--link:hover{border-color:var(--border-strong);background:var(--bg-elevated);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.attach-row:has(a:hover){border-color:var(--border-strong);background:var(--bg-elevated);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.attach-thumb{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.attach-thumb-img{object-fit:contain;width:100%;height:100%;padding:4px}.attach-thumb-img--cover{object-fit:cover;padding:0}.attach-thumb-fallback{background:var(--surface-hover);width:100%;height:100%}.attach-body{flex:1;min-width:0}.attach-title{color:var(--text);margin-bottom:.15rem;font-size:.875rem;font-weight:600}.attach-desc{color:var(--text-muted);margin:0 0 .35rem;font-size:.8125rem}.attach-links{margin:0;font-size:.8125rem}.attach-links--muted{color:var(--accent);font-weight:500}.attach-links a{font-weight:500;text-decoration:none}.attach-links a:hover{text-decoration:underline}.comment-list{flex-direction:column;gap:1rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.comment-item{align-items:flex-start;gap:.75rem;display:flex}.comment-content{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);flex:1;min-width:0;padding:.5rem .75rem}.comment-author{margin-bottom:.2rem;font-size:.8125rem;font-weight:600}.comment-body{color:var(--text);font-size:.875rem}.comment-body a{font-weight:500;text-decoration:none}.comment-body a:hover{text-decoration:underline}.comment-composer{align-items:flex-start;gap:.75rem;display:flex}.comment-form{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);flex-direction:column;flex:1;gap:.65rem;min-width:0;padding:.85rem 1rem;display:flex}.comment-composer-label{color:var(--text-muted);margin:0;font-size:.8125rem;font-weight:600}.comment-fields{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.field{flex-direction:column;gap:.25rem;display:flex}.field-label{color:var(--text-muted);font-size:.75rem;font-weight:600}.field input,.field textarea{font:inherit;color:var(--text);background:var(--bg-elevated);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.45rem .6rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.field input:focus,.field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px var(--ring);outline:none}.field textarea{resize:vertical;min-height:5rem}.btn{border-radius:var(--radius-sm);font:inherit;cursor:pointer;border:none;justify-content:center;align-self:flex-start;align-items:center;padding:.4rem .85rem;font-size:.875rem;font-weight:600;transition:background .15s,box-shadow .15s;display:inline-flex}.btn--primary{background:var(--accent);color:#fff}.btn--primary:hover:not(:disabled){background:var(--accent-hover)}.btn--primary:disabled{opacity:.65;cursor:not-allowed}.form-error{color:var(--danger);margin:0;font-size:.8125rem}.form-hint{color:var(--text-muted);margin:0;font-size:.8125rem}.form-hint code{background:var(--surface);border-radius:3px;padding:.05rem .25rem;font-size:.75rem}.form-hint--success{color:var(--status-text)}.issue-footer{border-top:1px solid var(--border);color:var(--text-muted);padding-top:.5rem;font-size:.75rem}@media (width<=860px){.issue-ticket{padding:1.15rem}.issue-body{grid-template-columns:1fr}.issue-sidebar{order:-1;position:static}.issue-fields{gap:.85rem}.comment-composer{flex-direction:column;align-items:stretch;width:100%}.comment-composer>.issue-avatar{display:none}.comment-form{box-sizing:border-box;width:100%;max-width:100%}}@media (width<=560px){.comment-fields{grid-template-columns:1fr}.issue-field{grid-template-columns:5.5rem minmax(0,1fr);gap:.5rem}.desc-muted{white-space:normal}.child-row{flex-wrap:wrap}.child-summary{flex-basis:calc(100% - 5rem)}.child-status{margin-left:auto}}@media (prefers-reduced-motion:reduce){.issue-ticket,.issue-status--enter,.attach-row,.child-row{transition:none;animation:none}.attach-row--link:hover,.child-row:hover{transform:none}.attach-row:has(a:hover){transform:none}}
