.DetailHeroHeader-module__W86_Ta__hero{background:var(--t-surface);border:1px solid var(--t-border);border-left-width:4px;border-radius:12px;flex-direction:column;gap:12px;margin-bottom:22px;padding:20px 24px;display:flex}.DetailHeroHeader-module__W86_Ta__heroTopRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.DetailHeroHeader-module__W86_Ta__heroLeft{flex-direction:column;flex:1;gap:10px;display:flex}.DetailHeroHeader-module__W86_Ta__heroRight{align-items:flex-start;display:flex}.DetailHeroHeader-module__W86_Ta__heroBadgeRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.DetailHeroHeader-module__W86_Ta__heroId{color:var(--t-accent);letter-spacing:.03em;font-family:monospace;font-size:13px;font-weight:800}.DetailHeroHeader-module__W86_Ta__typePill{text-transform:capitalize;border-radius:20px;padding:3px 11px;font-size:11px;font-weight:600;display:inline-block}.DetailHeroHeader-module__W86_Ta__heroMeta{align-items:center;gap:10px;display:flex}.DetailHeroHeader-module__W86_Ta__prioRow{align-items:center;gap:5px;display:flex}.DetailHeroHeader-module__W86_Ta__prioLabel{text-transform:capitalize;font-size:12px;font-weight:600}.DetailHeroHeader-module__W86_Ta__heroDot{background:var(--t-muted);border-radius:50%;width:3px;height:3px}.DetailHeroHeader-module__W86_Ta__heroDate{color:var(--t-muted);font-size:12px}.DetailHeroHeader-module__W86_Ta__heroDateMobile{display:none}.DetailHeroHeader-module__W86_Ta__heroActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.DetailHeroHeader-module__W86_Ta__heroActionBtn{border:1px solid color-mix(in srgb,var(--t-teal)45%,transparent);color:var(--t-teal);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:7px 16px;font-size:12px;font-weight:600;transition:background .15s,opacity .15s,transform .1s;display:inline-flex}.DetailHeroHeader-module__W86_Ta__heroActionBtn:hover{background:color-mix(in srgb,var(--t-teal)10%,transparent)}.DetailHeroHeader-module__W86_Ta__heroActionBtn:active{transform:translateY(1px)}.DetailHeroHeader-module__W86_Ta__heroActionBtn:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--t-teal)30%,transparent);outline:none}.DetailHeroHeader-module__W86_Ta__teamBadge{border-radius:10px;flex-shrink:0;align-items:center;gap:10px;padding:10px 16px;display:flex}.DetailHeroHeader-module__W86_Ta__teamBadgeDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.DetailHeroHeader-module__W86_Ta__teamBadgeLabel{color:var(--t-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px;font-size:10px;font-weight:600}.DetailHeroHeader-module__W86_Ta__teamBadgeName{font-size:13px;font-weight:700}.DetailHeroHeader-module__W86_Ta__teamAvatars{gap:4px;margin-left:6px;display:flex}.DetailHeroHeader-module__W86_Ta__memberAv{background:var(--av-bg);color:var(--av-color);border:1px solid var(--av-border);letter-spacing:-.02em;width:var(--av-size);height:var(--av-size);font-weight:800;font-size:var(--av-font-size);border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;display:flex}@media (max-width:640px){.DetailHeroHeader-module__W86_Ta__hero{gap:10px;padding:14px 16px}.DetailHeroHeader-module__W86_Ta__heroTopRow{flex-wrap:nowrap;align-items:flex-start;gap:10px}.DetailHeroHeader-module__W86_Ta__heroLeft{flex:1;gap:8px;min-width:0}.DetailHeroHeader-module__W86_Ta__heroBadgeRow{flex-wrap:wrap;gap:6px}.DetailHeroHeader-module__W86_Ta__heroRight{display:none}.DetailHeroHeader-module__W86_Ta__heroDateMobile{color:var(--t-muted);font-size:11px;display:inline}.DetailHeroHeader-module__W86_Ta__heroActions{flex-shrink:0}.DetailHeroHeader-module__W86_Ta__heroActionBtn{border-radius:6px;justify-content:center;width:34px;height:34px;padding:0}.DetailHeroHeader-module__W86_Ta__heroActionBtn span{display:none}.DetailHeroHeader-module__W86_Ta__teamBadge{box-sizing:border-box;width:100%}}
.NotesCommentsSection-module__FTvYoq__root{background:var(--t-surface);border:1px solid var(--t-border);border-radius:12px;padding:20px}.NotesCommentsSection-module__FTvYoq__titleRow{align-items:center;gap:8px;margin-bottom:14px;display:flex}.NotesCommentsSection-module__FTvYoq__title{text-transform:uppercase;letter-spacing:.06em;color:var(--t-muted);font-size:12px;font-weight:700}.NotesCommentsSection-module__FTvYoq__count{color:var(--t-text-dim);background:var(--t-surface-el);border:1px solid var(--t-border);border-radius:20px;padding:1px 8px;font-size:11px;font-weight:700}.NotesCommentsSection-module__FTvYoq__inputRow{gap:8px;margin-bottom:16px;display:flex}.NotesCommentsSection-module__FTvYoq__input{background:var(--t-bg);border:1px solid var(--t-border);color:var(--t-text);box-shadow:none;border-radius:8px;outline:none;flex:1;padding:9px 12px;font-size:13px;transition:border-color .15s}.NotesCommentsSection-module__FTvYoq__input:hover,.NotesCommentsSection-module__FTvYoq__input:focus{box-shadow:none;border-color:#e01e5a}.NotesCommentsSection-module__FTvYoq__input::placeholder{color:var(--t-muted)}.NotesCommentsSection-module__FTvYoq__addBtn{background:var(--t-accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:9px 18px;font-size:12px;font-weight:700;transition:opacity .15s}.NotesCommentsSection-module__FTvYoq__addBtn:disabled{opacity:.4;cursor:default}.NotesCommentsSection-module__FTvYoq__addBtn:not(:disabled):hover{opacity:.88}.NotesCommentsSection-module__FTvYoq__empty{color:var(--t-muted);font-size:12px;font-style:italic}.NotesCommentsSection-module__FTvYoq__list{flex-direction:column;gap:14px;display:flex}.NotesCommentsSection-module__FTvYoq__item{align-items:flex-start;gap:10px;display:flex}.NotesCommentsSection-module__FTvYoq__avatar{background:var(--t-surface-el);border:1px solid var(--t-border);width:30px;height:30px;color:var(--t-text-dim);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.NotesCommentsSection-module__FTvYoq__body{flex:1;min-width:0}.NotesCommentsSection-module__FTvYoq__header{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:4px;display:flex}.NotesCommentsSection-module__FTvYoq__author{color:var(--t-text);font-size:12px;font-weight:700}.NotesCommentsSection-module__FTvYoq__badge{align-items:center;display:inline-flex}.NotesCommentsSection-module__FTvYoq__date{color:var(--t-muted);margin-left:auto;font-size:10px}.NotesCommentsSection-module__FTvYoq__text{color:var(--t-text-dim);background:var(--t-bg);border:1px solid var(--t-border);border-radius:8px;margin:0;padding:10px 12px;font-size:12px;line-height:1.6}.NotesCommentsSection-module__FTvYoq__actions{opacity:0;gap:12px;margin-top:8px;transition:opacity .2s;display:flex}.NotesCommentsSection-module__FTvYoq__item:hover .NotesCommentsSection-module__FTvYoq__actions{opacity:1}.NotesCommentsSection-module__FTvYoq__actionBtn{color:var(--t-teal);cursor:pointer;background:0 0;border:none;padding:0;font-size:11px;font-weight:600;text-decoration:none;transition:-webkit-text-decoration .15s,text-decoration .15s}.NotesCommentsSection-module__FTvYoq__actionBtn:hover{text-decoration:underline}.NotesCommentsSection-module__FTvYoq__editForm{flex-direction:column;gap:8px;margin-top:4px;display:flex}.NotesCommentsSection-module__FTvYoq__textarea{background:var(--t-bg);border:1px solid var(--t-border);width:100%;color:var(--t-text);resize:vertical;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:13px;transition:border-color .15s}.NotesCommentsSection-module__FTvYoq__textarea:focus{border-color:var(--t-teal)}.NotesCommentsSection-module__FTvYoq__editActions{justify-content:flex-end;gap:8px;display:flex}.NotesCommentsSection-module__FTvYoq__cancelBtn,.NotesCommentsSection-module__FTvYoq__saveBtn{cursor:pointer;border:none;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:opacity .15s}.NotesCommentsSection-module__FTvYoq__cancelBtn{background:var(--t-surface-el);color:var(--t-text)}.NotesCommentsSection-module__FTvYoq__cancelBtn:hover{opacity:.8}.NotesCommentsSection-module__FTvYoq__saveBtn{background:var(--t-accent);color:#fff}.NotesCommentsSection-module__FTvYoq__saveBtn:hover{opacity:.88}
