.m-score{display:flex;flex-direction:column;gap:24px;background-color:#f5f5f5;max-width:840px;margin:0 auto}@media (min-width:1024px){.m-score{padding:1.25rem}}.m-score .notes-section,.m-score .scorecard-section{background:#fff;border-radius:12px;padding:16px 12px;box-shadow:0 2px 8px rgba(0,0,0,.1)}@media (min-width:1024px){.m-score .notes-section,.m-score .scorecard-section{padding:1.25rem}}.m-score .section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.m-score .section-header .header-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.m-score .section-header .section-title{font-size:18px;font-weight:600;color:#374151;margin:0;text-transform:uppercase;letter-spacing:.5px}.m-score .scorecard-table .table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:16px;padding:12px 0;border-bottom:1px solid #e5e7eb;margin-bottom:16px;justify-items:center}.m-score .scorecard-table .table-header .header-cell{font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.m-score .scorecard-table .table-row{gap:16px;border-bottom:1px solid #f3f4f6;position:relative;align-items:center}.m-score .scorecard-table .table-row .ant-table-cell{padding:8px 4px!important}@media (min-width:1024px){.m-score .scorecard-table .table-row .ant-table-cell{padding:1.25rem!important}}.m-score .scorecard-table .table-row.winner-row{background-color:#d4f1e5;border-radius:8px;padding:16px;margin:0 -12px}.m-score .scorecard-table .table-row.winner-row .participant-image-left,.m-score .scorecard-table .table-row.winner-row .participant-image-right{border:2px solid #389e0d!important}.m-score .scorecard-table .table-row .winner-badge{position:absolute;left:-6px;top:-20px;background-color:#22c55e;color:#fff;font-size:12px;font-weight:600;padding:2px 4px;text-transform:uppercase;letter-spacing:.5px;z-index:10;border:1px solid #91ff6a;box-shadow:0 2px 4px rgba(34,197,94,.3);rotate:-25deg;clippath:polygon(10% 0,90% 0,100% 50%,90% 100%,10% 100%,0 50%)}.m-score .scorecard-table .table-row .participant-cell{display:grid;align-items:center;gap:16px}@media (min-width:1024px){.m-score .scorecard-table .table-row .participant-cell{display:flex}}.m-score .scorecard-table .table-row .participant-cell .participant-images{display:flex;position:relative;width:112px;flex:0 0 112px}.m-score .scorecard-table .table-row .participant-cell .participant-images .participant-image-left{width:58px;height:58px;border-radius:50%;overflow:hidden;border:2px solid #e5e7eb}.m-score .scorecard-table .table-row .participant-cell .participant-images .participant-image-right{width:58px;height:58px;border-radius:50%;overflow:hidden;border:2px solid #e5e7eb;position:absolute;left:42px}.m-score .scorecard-table .table-row .participant-cell .participant-names{display:flex;flex-direction:column;gap:4px;flex:1 1 auto;min-width:0}.m-score .scorecard-table .table-row .participant-cell .participant-names .name{font-size:14px;color:#374151;font-weight:500;line-height:1.2;overflow-wrap:break-word}.m-score .scorecard-table .table-row .score-cell{display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center}.m-score .scorecard-table .table-row .score-cell .score{font-size:20px;font-weight:700;color:#374151}.m-score .scorecard-table .table-row .score-cell .score.winning{position:relative;border-radius:50%;border:2px solid #358a70;width:36px;height:36px}.m-score .scorecard-table .table-row .score-cell .win-indicator{width:8px;height:8px;background-color:#22c55e;border-radius:50%;margin-top:4px}.m-score .notes-list{display:flex;flex-direction:column;gap:20px}.m-score .notes-list .note-item{border-bottom:1px solid #f3f4f6;padding-bottom:20px}.m-score .notes-list .note-item:last-child{border-bottom:none;padding-bottom:0}.m-score .notes-list .note-item .note-header{margin-bottom:12px}.m-score .notes-list .note-item .note-header .author-info{display:flex;align-items:center;gap:12px}.m-score .notes-list .note-item .note-header .author-info .author-avatar{flex-shrink:0}.m-score .notes-list .note-item .note-header .author-info .author-details .author-name{font-size:16px;font-weight:600;color:#374151;margin-bottom:2px}.m-score .notes-list .note-item .note-header .author-info .author-details .note-timestamp{font-size:14px;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.m-score .notes-list .note-item .note-content{display:flex;gap:16px;align-items:flex-start}.m-score .notes-list .note-item .note-content .note-text{flex:1;font-size:14px;line-height:1.6;color:#6b7280;font-style:italic}.m-score .notes-list .note-item .note-content .note-image{flex-shrink:0}