
 .sd-prd { position: relative; background: #11314a; border: 1px solid rgba(255,246,232,0.08); border-radius: 16px; width: 680px; max-width: 100%; height: 480px; margin: 0 auto; overflow: hidden; font-family: 'DM Sans', sans-serif; box-shadow: 0 8px 40px rgba(17,49,74,0.35), inset 0 1px 0 rgba(255,255,255,0.04); } .sd-prd::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent 0%, rgba(255,246,232,0.08) 30%, rgba(255,246,232,0.12) 50%, rgba(255,246,232,0.08) 70%, transparent 100%); z-index: 1; } .sd-prd-topbar { display: flex; align-items: center; padding: 10px 20px; border-bottom: 1px solid rgba(255,246,232,0.06); gap: 10px; } .sd-prd-dots { display: flex; gap: 6px; flex-shrink: 0; } .sd-prd-dot { width: 10px; height: 10px; border-radius: 50%; } .sd-prd-dot--r { background: #DB635D; } .sd-prd-dot--y { background: #F6C893; } .sd-prd-dot--g { background: #5492B6; } .sd-prd-topbar-title { font-size: 13px; font-weight: 600; color: rgba(255,246,232,0.6); flex: 1; margin-left: 4px; } .sd-prd-badge { font-size: 9px; font-weight: 700; padding: 3px 10px; border-radius: 10px; letter-spacing: 0.06em; text-transform: uppercase; flex-shrink: 0; } .sd-prd-badge--approved { background: rgba(84,146,182,0.2); color: #5492B6; } .sd-prd-badge--review { background: rgba(246,200,147,0.2); color: #F6C893; } .sd-prd-badge--draft { background: rgba(255,246,232,0.08); color: rgba(255,246,232,0.4); } .sd-prd-body { display: grid; grid-template-columns: 1fr 180px; } .sd-prd-main { padding: 16px 20px 16px; border-right: 1px solid rgba(255,246,232,0.06); } .sd-prd-project { margin-bottom: 14px; } .sd-prd-project-title { font-size: 17px; font-weight: 700; color: #FFF6E8; margin-bottom: 4px; line-height: 1.3; } .sd-prd-project-sub { font-size: 11px; color: rgba(255,246,232,0.35); font-weight: 500; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; } .sd-prd-version { font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 4px; background: rgba(255,246,232,0.06); color: rgba(255,246,232,0.45); letter-spacing: 0.04em; } .sd-prd-progress { margin-bottom: 14px; } .sd-prd-progress-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; } .sd-prd-progress-label { font-size: 10px; font-weight: 600; color: rgba(255,246,232,0.45); text-transform: uppercase; letter-spacing: 0.06em; } .sd-prd-progress-pct { font-size: 12px; font-weight: 700; color: #5492B6; } .sd-prd-progress-track { width: 100%; height: 6px; background: rgba(255,246,232,0.06); border-radius: 3px; overflow: hidden; } .sd-prd-progress-fill { height: 100%; width: 73%; border-radius: 3px; background: linear-gradient(90deg, #5492B6, #DB635D); } .sd-prd-divider { height: 1px; background: rgba(255,246,232,0.06); margin: 12px 0; } .sd-prd-section-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; } .sd-prd-section-title { font-size: 12px; font-weight: 700; color: #FFF6E8; text-transform: uppercase; letter-spacing: 0.06em; } .sd-prd-section-count { font-size: 10px; font-weight: 600; color: rgba(255,246,232,0.3); } .sd-prd-priority { font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 4px; letter-spacing: 0.04em; display: inline-block; margin-left: 6px; flex-shrink: 0; } .sd-prd-priority--p0 { background: rgba(219,99,93,0.2); color: #DB635D; } .sd-prd-priority--p1 { background: rgba(246,200,147,0.2); color: #F6C893; } .sd-prd-priority--p2 { background: rgba(84,146,182,0.2); color: #5492B6; } .sd-prd-checklist { display: flex; flex-direction: column; gap: 5px; } .sd-prd-check { display: flex; align-items: flex-start; gap: 8px; font-size: 11px; color: rgba(255,246,232,0.55); font-weight: 400; line-height: 1.35; } .sd-prd-checkbox { width: 16px; height: 16px; border-radius: 4px; border: 1.5px solid rgba(255,246,232,0.15); flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 1px; } .sd-prd-checkbox--checked { background: rgba(84,146,182,0.25); border-color: #5492B6; } .sd-prd-checkbox--checked::after { content: ''; width: 8px; height: 5px; border-left: 2px solid #5492B6; border-bottom: 2px solid #5492B6; transform: rotate(-45deg); margin-top: -2px; } .sd-prd-check--done { color: rgba(255,246,232,0.25); text-decoration: line-through; } .sd-prd-check-text { flex: 1; } .sd-prd-check-id { font-weight: 600; color: rgba(255,246,232,0.4); margin-right: 4px; font-size: 11px; } .sd-prd-avatars { display: flex; gap: 0; flex-shrink: 0; } .sd-prd-avatar { width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 8px; font-weight: 700; color: #FFF6E8; margin-left: -4px; border: 2px solid #11314a; } .sd-prd-avatar:first-child { margin-left: 0; } .sd-prd-avatar--coral { background: #DB635D; } .sd-prd-avatar--blue { background: #5492B6; } .sd-prd-avatar--gold { background: #c49a4a; } .sd-prd-avatar--teal { background: #4a8a7a; } .sd-prd-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; } .sd-prd-tag { font-size: 9px; font-weight: 600; padding: 3px 9px; border-radius: 4px; background: rgba(255,246,232,0.06); color: rgba(255,246,232,0.5); letter-spacing: 0.04em; text-transform: uppercase; } .sd-prd-tag--api { background: rgba(84,146,182,0.15); color: #5492B6; } .sd-prd-tag--db { background: rgba(246,200,147,0.15); color: #F6C893; } .sd-prd-tag--auth { background: rgba(219,99,93,0.15); color: #DB635D; } .sd-prd-tag--cache { background: rgba(74,138,122,0.15); color: #6abaa6; } .sd-prd-tag--uiux { background: rgba(242,132,125,0.15); color: #F2847D; } .sd-prd-tech-list { display: flex; flex-direction: column; gap: 8px; } .sd-prd-tech-row { display: flex; align-items: center; gap: 8px; font-size: 12px; color: rgba(255,246,232,0.55); } .sd-prd-tech-bullet { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; } .sd-prd-tech-bullet--done { background: #5492B6; } .sd-prd-tech-bullet--progress { background: #F6C893; animation: sd-prd-bullet-pulse 2.4s ease-in-out infinite; will-change: opacity; } .sd-prd-tech-bullet--todo { background: rgba(255,246,232,0.15); } @keyframes sd-prd-bullet-pulse { 0%, 100% { opacity: 0.75; } 50%      { opacity: 1; } } @media (prefers-reduced-motion: reduce) { .sd-prd-tech-bullet--progress { animation: none !important; } } .sd-prd-tech-name { flex: 1; min-width: 0; } .sd-prd-tech-status { font-size: 9px; font-weight: 600; padding: 2px 6px; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.04em; flex-shrink: 0; } .sd-prd-tech-status--done { background: rgba(84,146,182,0.15); color: #5492B6; } .sd-prd-tech-status--progress { background: rgba(246,200,147,0.15); color: #F6C893; } .sd-prd-tech-status--todo { background: rgba(255,246,232,0.06); color: rgba(255,246,232,0.3); } .sd-prd-numbered { display: flex; flex-direction: column; gap: 8px; counter-reset: sd-prd-num; } .sd-prd-num-item { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; color: rgba(255,246,232,0.55); line-height: 1.4; counter-increment: sd-prd-num; } .sd-prd-num-item::before { content: counter(sd-prd-num); width: 18px; height: 18px; border-radius: 50%; background: rgba(255,246,232,0.06); color: rgba(255,246,232,0.4); font-size: 9px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; } .sd-prd-deps { display: flex; flex-direction: column; gap: 6px; } .sd-prd-dep { display: flex; align-items: center; gap: 8px; font-size: 11px; color: rgba(255,246,232,0.45); } .sd-prd-dep-icon { width: 14px; height: 14px; border-radius: 3px; background: rgba(219,99,93,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .sd-prd-dep-icon::after { content: ''; width: 6px; height: 6px; border-right: 1.5px solid #DB635D; border-top: 1.5px solid #DB635D; transform: rotate(45deg); margin-left: -2px; } .sd-prd-dep-text { flex: 1; } .sd-prd-dep-badge { font-size: 8px; font-weight: 700; padding: 2px 6px; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.04em; flex-shrink: 0; } .sd-prd-dep-badge--blocked { background: rgba(219,99,93,0.12); color: #DB635D; } .sd-prd-dep-badge--pending { background: rgba(246,200,147,0.12); color: #F6C893; } .sd-prd-dep-badge--ready { background: rgba(84,146,182,0.12); color: #5492B6; } .sd-prd-risk { background: rgba(219,99,93,0.08); border: 1px solid rgba(219,99,93,0.15); border-radius: 8px; padding: 8px 12px; margin-top: 10px; display: flex; align-items: flex-start; gap: 8px; } .sd-prd-risk-icon { width: 18px; height: 18px; border-radius: 50%; background: rgba(219,99,93,0.2); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; } .sd-prd-risk-icon::after { content: '!'; font-size: 10px; font-weight: 800; color: #DB635D; line-height: 1; } .sd-prd-risk-text { font-size: 11px; color: rgba(219,99,93,0.8); line-height: 1.5; font-weight: 500; } .sd-prd-sidebar { padding: 14px 14px; display: flex; flex-direction: column; gap: 10px; } .sd-prd-meta-block { display: flex; flex-direction: column; gap: 6px; } .sd-prd-meta-label { font-size: 9px; font-weight: 700; color: rgba(255,246,232,0.25); text-transform: uppercase; letter-spacing: 0.08em; } .sd-prd-meta-value { font-size: 12px; font-weight: 600; color: #FFF6E8; line-height: 1.3; } .sd-prd-meta-value--muted { font-size: 11px; color: rgba(255,246,232,0.5); font-weight: 500; } .sd-prd-meta-row { display: flex; flex-direction: column; gap: 3px; } .sd-prd-sidebar-divider { height: 1px; background: rgba(255,246,232,0.06); } .sd-prd-mini-progress { display: flex; flex-direction: column; gap: 6px; } .sd-prd-mini-row { display: flex; align-items: center; gap: 8px; } .sd-prd-mini-label { font-size: 9px; color: rgba(255,246,232,0.35); width: 50px; flex-shrink: 0; } .sd-prd-mini-track { flex: 1; height: 4px; background: rgba(255,246,232,0.06); border-radius: 2px; overflow: hidden; } .sd-prd-mini-fill { height: 100%; border-radius: 2px; } .sd-prd-mini-fill--stories { width: 80%; background: #5492B6; } .sd-prd-mini-fill--tech { width: 66%; background: #F6C893; } .sd-prd-mini-fill--accept { width: 50%; background: #DB635D; } .sd-prd-owner { display: flex; align-items: center; gap: 8px; } .sd-prd-owner-avatar { width: 24px; height: 24px; border-radius: 50%; background: #5492B6; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 700; color: #FFF6E8; flex-shrink: 0; } .sd-prd-owner-info { display: flex; flex-direction: column; } .sd-prd-owner-name { font-size: 11px; font-weight: 600; color: #FFF6E8; } .sd-prd-owner-role { font-size: 9px; color: rgba(255,246,232,0.35); } .sd-prd-section-head--accordion { cursor: pointer; user-select: none; transition: background 0.2s ease; } .sd-prd-section-head--accordion:hover { background: rgba(255,246,232,0.03); border-radius: 6px; margin: 0 -6px; padding: 0 6px; } .sd-prd-section-head--accordion::after { content: ''; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 5px solid rgba(255,246,232,0.3); margin-left: auto; transition: transform 0.3s ease; } .sd-prd-section-head--accordion.sd-prd-open::after { transform: rotate(180deg); } .sd-prd-accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; } .sd-prd-accordion-content.sd-prd-open { max-height: 500px; } @media (max-width: 600px) { .sd-prd { width: 100%; max-width: 100%; height: auto; max-height: 460px; min-height: 220px; overflow: hidden; display: flex; flex-direction: column; position: relative; } .sd-prd-body { grid-template-columns: 1fr; } .sd-prd-sidebar { display: none; } .sd-prd-risk { display: none; } .sd-prd-accordion-content { display: none; } .sd-prd-accordion-content.sd-prd-open { display: block; } .sd-prd-main .sd-prd-section-head:nth-of-type(n+3) { display: none; } .sd-prd-main .sd-prd-divider:nth-of-type(n+3) { display: none; } .sd-prd-main { border-right: none; padding: 12px 12px 32px; } .sd-prd-project { margin-bottom: 10px; } .sd-prd-project-title { font-size: 15px; margin-bottom: 4px; line-height: 1.25; } .sd-prd-section-title { font-size: 11px; } .sd-prd-checklist { gap: 6px; } .sd-prd-check { font-size: 12px; } .sd-prd-check-id { font-size: 11px; } .sd-prd-checkbox { width: 16px; height: 16px; } .sd-prd::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 90px; pointer-events: none; z-index: 5; background: linear-gradient(180deg, rgba(17,49,74,0) 0%, rgba(17,49,74,0.85) 60%, #11314a 100%); } } @media (max-width: 480px) { .sd-prd { max-height: 400px; } .sd-prd-project-title { font-size: 14px; } .sd-prd-topbar-title { font-size: 12px; } } @media (hover: none) { .sd-prd-section-head--accordion:hover { background: transparent; margin: 0; padding: 0; } }