
 .sd-mk-board { 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-mk-board::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-mk-bd-dot { width: 8px; height: 8px; border-radius: 50%; } .sd-mk-bd-dot--r { background: #DB635D; } .sd-mk-bd-dot--y { background: #F6C893; } .sd-mk-bd-dot--g { background: #80a38f; } .sd-mk-bd-topbar { display: flex; align-items: center; justify-content: space-between; padding: 10px 16px; border-bottom: 1px solid rgba(255,246,232,0.06); flex-wrap: wrap; gap: 6px; } .sd-mk-bd-topbar-left { display: flex; align-items: center; gap: 10px; } .sd-mk-bd-title { font-size: 15px; font-weight: 700; color: #FFF6E8; } .sd-mk-bd-sprint-name { font-size: 11px; font-weight: 600; color: rgba(255,246,232,0.5); background: rgba(255,246,232,0.06); padding: 3px 10px; border-radius: 10px; } .sd-mk-bd-date-range { font-size: 10px; color: rgba(255,246,232,0.3); font-weight: 500; } .sd-mk-bd-topbar-right { display: flex; align-items: center; gap: 10px; } .sd-mk-bd-avatar-group { display: flex; align-items: center; } .sd-mk-bd-avatar-group .sd-mk-bd-av { width: 22px; height: 22px; border-radius: 50%; font-size: 8px; font-weight: 700; display: flex; align-items: center; justify-content: center; color: #FFF6E8; border: 2px solid #11314a; margin-left: -6px; position: relative; } .sd-mk-bd-avatar-group .sd-mk-bd-av:first-child { margin-left: 0; } .sd-mk-bd-progress-wrap { padding: 0 16px 6px; } .sd-mk-bd-progress-info { display: flex; justify-content: space-between; align-items: center; margin-bottom: 4px; } .sd-mk-bd-progress-label { font-size: 9px; font-weight: 600; color: rgba(255,246,232,0.3); text-transform: uppercase; letter-spacing: 0.06em; } .sd-mk-bd-progress-day { font-size: 9px; font-weight: 700; color: rgba(255,246,232,0.45); } .sd-mk-bd-progress-track { width: 100%; height: 4px; background: rgba(255,246,232,0.06); border-radius: 2px; overflow: hidden; } .sd-mk-bd-progress-fill { height: 100%; border-radius: 2px; background: linear-gradient(90deg, #5492B6, #DB635D); width: 70%; } .sd-mk-bd-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0; } .sd-mk-bd-col { padding: 8px 6px 10px; border-right: 1px solid rgba(255,246,232,0.04); min-height: 240px; } .sd-mk-bd-col:last-child { border-right: none; } .sd-mk-bd-col--active { background: rgba(84,146,182,0.04); } .sd-mk-bd-col-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; padding: 0 4px; } .sd-mk-bd-col-label { display: flex; align-items: center; gap: 6px; } .sd-mk-bd-col-title { font-size: 10px; font-weight: 700; color: rgba(255,246,232,0.45); text-transform: uppercase; letter-spacing: 0.08em; } .sd-mk-bd-col-count { font-size: 9px; font-weight: 700; color: rgba(255,246,232,0.3); background: rgba(255,246,232,0.06); padding: 1px 6px; border-radius: 8px; min-width: 16px; text-align: center; } .sd-mk-bd-col-pts { font-size: 8px; font-weight: 600; color: rgba(255,246,232,0.2); letter-spacing: 0.02em; } .sd-mk-bd-card { background: rgba(13,36,56,0.7); border: 1px solid rgba(255,246,232,0.05); border-radius: 8px; padding: 7px 7px 6px 10px; margin-bottom: 4px; position: relative; backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; } .sd-mk-bd-card:hover { background: rgba(13,36,56,0.9); border-color: rgba(255,246,232,0.08); transform: translateY(-2px); box-shadow: 0 6px 18px rgba(0,0,0,0.22); } @media (prefers-reduced-motion: reduce) { .sd-mk-bd-card { transition: none !important; } .sd-mk-bd-card:hover { transform: none !important; } } .sd-mk-bd-card-accent { position: absolute; left: 0; top: 6px; bottom: 6px; width: 3px; border-radius: 0 2px 2px 0; } .sd-mk-bd-card-grip { position: absolute; top: 50%; right: 5px; transform: translateY(-50%); display: flex; flex-direction: column; gap: 2px; opacity: 0.15; } .sd-mk-bd-card-grip-dot { display: flex; gap: 2px; } .sd-mk-bd-card-grip-dot span { width: 2px; height: 2px; border-radius: 50%; background: #FFF6E8; } .sd-mk-bd-card-top { display: flex; align-items: flex-start; gap: 5px; margin-bottom: 4px; padding-right: 12px; } .sd-mk-bd-priority { width: 6px; height: 6px; border-radius: 50%; margin-top: 4px; flex-shrink: 0; } .sd-mk-bd-card-title { font-size: 11px; font-weight: 600; color: rgba(255,246,232,0.75); line-height: 1.3; } .sd-mk-bd-card-footer { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; } .sd-mk-bd-tag { font-size: 8px; font-weight: 700; padding: 2px 6px; border-radius: 3px; letter-spacing: 0.04em; text-transform: uppercase; line-height: 1.2; } .sd-mk-bd-tag--fe { background: rgba(84,146,182,0.2); color: #5492B6; } .sd-mk-bd-tag--be { background: rgba(219,99,93,0.2); color: #DB635D; } .sd-mk-bd-tag--do { background: rgba(246,200,147,0.2); color: #F6C893; } .sd-mk-bd-tag--de { background: rgba(242,132,125,0.2); color: #F2847D; } .sd-mk-bd-subtask { font-size: 8px; font-weight: 600; color: rgba(255,246,232,0.3); display: flex; align-items: center; gap: 2px; } .sd-mk-bd-subtask-bar { width: 20px; height: 3px; background: rgba(255,246,232,0.08); border-radius: 1.5px; overflow: hidden; display: inline-block; vertical-align: middle; } .sd-mk-bd-subtask-fill { height: 100%; border-radius: 1.5px; background: rgba(128,163,143,0.5); } .sd-mk-bd-pts { font-size: 8px; font-weight: 700; color: rgba(255,246,232,0.3); background: rgba(255,246,232,0.06); padding: 1px 5px; border-radius: 3px; margin-left: auto; } .sd-mk-bd-avatar { width: 18px; height: 18px; border-radius: 50%; font-size: 7px; font-weight: 700; display: flex; align-items: center; justify-content: center; color: #FFF6E8; flex-shrink: 0; } .sd-mk-bd-card.sd-mk-done-card { opacity: 0.55; } .sd-mk-bd-card.sd-mk-done-card .sd-mk-bd-card-title { color: rgba(255,246,232,0.35); text-decoration: line-through; } .sd-mk-bd-card.sd-mk-done-card::after { content: ''; position: absolute; right: 7px; top: 8px; width: 10px; height: 6px; border-left: 2px solid #80a38f; border-bottom: 2px solid #80a38f; transform: rotate(-45deg); } @media (max-width: 768px) { .sd-mk-board { width: 100%; max-width: 100%; height: auto; min-height: 220px; overflow: visible; display: flex; flex-direction: column; } .sd-mk-bd-topbar { padding: 10px 14px; } .sd-mk-bd-cols { grid-template-columns: repeat(2, 1fr); } .sd-mk-bd-col:nth-child(n+3) { display: none; } .sd-mk-bd-col:nth-child(2) { border-right: none; } .sd-mk-bd-col { min-height: auto; padding: 10px 8px 12px; border-bottom: none; } .sd-mk-bd-col-header { margin-bottom: 8px; } .sd-mk-bd-card { padding: 8px 8px 7px 11px; margin-bottom: 6px; } .sd-mk-bd-card-title { font-size: 11px; } .sd-mk-bd-card-top { margin-bottom: 5px; padding-right: 10px; } .sd-mk-bd-tag { font-size: 8px; padding: 2px 5px; } .sd-mk-bd-date-range { display: none; } } @media (max-width: 480px) { .sd-mk-bd-cols { grid-template-columns: 1fr; } .sd-mk-bd-col { border-right: none; min-height: auto; padding: 12px 14px 14px; } .sd-mk-bd-col:nth-child(1), .sd-mk-bd-col:nth-child(n+3) { display: none; } .sd-mk-bd-col--active { background: transparent; } .sd-mk-bd-col-title { font-size: 12px; } .sd-mk-bd-col-count { font-size: 10px; padding: 2px 8px; } .sd-mk-bd-col-pts { font-size: 10px; } .sd-mk-bd-card { padding: 10px 12px 8px 14px; margin-bottom: 8px; } .sd-mk-bd-card-title { font-size: 13px; } .sd-mk-bd-tag { font-size: 9px; padding: 2px 6px; } .sd-mk-bd-pts { font-size: 9px; padding: 2px 6px; } .sd-mk-bd-avatar-group .sd-mk-bd-av:nth-child(n+4) { display: none; } } @media (hover: none) { .sd-mk-bd-card:hover { transform: none; box-shadow: none; background: rgba(13,36,56,0.7); border-color: rgba(255,246,232,0.05); } }