.s { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; background: #ffffff; border-radius: 8px; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05); margin-bottom: 2rem; & table.t { width: 100%; border-collapse: separate; border-spacing: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-align: center; & th { background-color: #0f172a; color: #f8fafc; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.05em; padding: 0.75rem 0.4rem; border-bottom: 2px solid #1e293b; & span { writing-mode: vertical-rl; -webkit-writing-mode: vertical-rl; white-space: pre; text-orientation: upright; display: inline-block; } } & td { padding: 0.85rem 0.4rem; border-bottom: 1px solid #f1f5f9; color: #1e293b; font-size: 0.825rem; font-variant-numeric: tabular-nums; white-space: nowrap; } & tbody tr:not(.ext):not(.parent-active):nth-child(even) td { background-color: #f8fafc; } & tbody tr.parent-active td { background-color: #f0fdf4; color: #14532d; } & tbody tr:not(.ext) td:first-child { :is(.month, .place, .team) & { position: sticky; left: 0; z-index: 2; cursor: pointer; font-weight: 600; color: #0f172a; background-color: #f1f5f9; padding-left: 1.5rem; box-shadow: 6px 0 10px -4px rgba(15, 23, 42, 0.15); &::before { content: "＋"; position: absolute; left: 0.5rem; top: 50%; transform: translateY(-50%) scale(0.8); font-weight: 700; color: #64748b; transition: transform 0.2s ease, color 0.2s ease; } &.in { background-color: #f0fdf4; color: #16a34a; &::before { content: "━"; color: #16a34a; transform: translateY(-50%) scale(0.8); } } } } &.latest { width: max-content; table-layout: auto; & th { background-color: #15803d; border-bottom: 2px solid #22c55e; :top-level-container:has(.more span.is-open) & { position: sticky; top: 70px; z-index: 10; } & span { writing-mode: horizontal-tb; -webkit-writing-mode: horizontal-tb; } } & tr { & :is(th, td):nth-child(1) { width: 4.5rem; } & :is(th, td):nth-child(2) { width: 5.5rem; } & :is(th, td):nth-child(3) { width: 4.5rem; } & :is(th, td):nth-child(4) { width: 3.0rem; } & :is(th, td):nth-child(5) { width: 3.0rem; } & :is(th, td):nth-child(6) { width: 3.0rem; } & :is(th, td):nth-child(7) { width: 3.0rem; } & :is(th, td):nth-child(8) { width: 14rem; text-align: left; padding-left: 1rem; } } & td:nth-child(8) { font-size: 0.75rem; color: #475569; font-weight: 500; line-height: 1.5; white-space: normal !important; word-break: break-all; } } & tr.ext { &.fade-in { animation: smoothSlideIn 0.25s ease-out forwards; } & > td { padding: 0.75rem 1rem; background-color: #f1f5f9; } & table.t.ext-table { table-layout: fixed; width: 100%; background-color: #ffffff; border-radius: 6px; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05); overflow: hidden; border: 1px solid #e2e8f0; & th { background-color: #1e3a8a; border-bottom: 1px solid #3b82f6; padding: 0.6rem 0.4rem; & span { writing-mode: horizontal-tb; -webkit-writing-mode: horizontal-tb; } } & tbody td { background-color: #ffffff; border-bottom: 1px solid #f1f5f9; color: #1e293b; } & tbody tr td:first-child { position: static; background-color: #ffffff; box-shadow: none; padding-left: 0.4rem; cursor: default; font-weight: 400; &::before { content: none; } } & tbody tr:nth-child(even) td { background-color: #f8fafc; } & tbody tr:hover td { background-color: #f1f5f9; } & tr { & :is(th, td):nth-child(1) { width: 4.5rem; } & :is(th, td):nth-child(2) { width: 5.5rem; } & :is(th, td):nth-child(3) { width: 4.5rem; } & :is(th, td):nth-child(4) { width: 3.0rem; } & :is(th, td):nth-child(5) { width: 3.0rem; } & :is(th, td):nth-child(6) { width: 3.0rem; } & :is(th, td):nth-child(7) { width: 3.0rem; } & :is(th, td):nth-child(8) { width: 14rem; text-align: left; padding-left: 1rem; white-space: normal; word-break: break-all; } } } & div.empty-box { text-align: left; padding: 1rem 1.5rem; color: #64748b; background-color: #ffffff; border-radius: 6px; border: 1px solid #bbf7d0; font-size: 0.85rem; font-weight: 500; } } } & table.tt.month2 { table-layout: fixed; width: 100%; border-collapse: separate; border-spacing: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-align: center; white-space: nowrap; & th { background-color: #475569; color: #f8fafc; font-size: 0.75rem; font-weight: 700; padding: 0.65rem 0.4rem; border-bottom: 2px solid #64748b; & span { writing-mode: horizontal-tb; -webkit-writing-mode: horizontal-tb; } } & td { padding: 0.85rem 0.4rem; border-bottom: 1px solid #f1f5f9; color: #334155; font-size: 0.85rem; font-variant-numeric: tabular-nums; } & tbody tr td:first-child { font-weight: 600; color: #0f172a; background-color: #f8fafc; border-right: 1px solid #e2e8f0; } & tbody tr:nth-child(2) td { background-color: #f8fafc; color: #475569; } } @media screen and (min-width: 600px) { & table.t.latest { width: 100%; table-layout: fixed; & tr { & :is(th, td):nth-child(1) { width: 11%; } & :is(th, td):nth-child(2) { width: 14%; } & :is(th, td):nth-child(3) { width: 11%; } & :is(th, td):nth-child(4) { width: 7.5%; } & :is(th, td):nth-child(5) { width: 7.5%; } & :is(th, td):nth-child(6) { width: 7.5%; } & :is(th, td):nth-child(7) { width: 7.5%; } & :is(th, td):nth-child(8) { width: 34%; } } } & table.t tbody tr:not(.ext):not(.parent-active):hover td { background-color: #f1f5f9; } & table.t tbody tr:not(.ext) td:first-child { :is(.month, .place, .team) & { padding-left: 1.5rem; tr:not(.parent-active) &:hover { background-color: #e2e8f0; } } } & table.t tr.ext table.t.ext-table { & tr { & :is(th, td):nth-child(1) { width: 11%; } & :is(th, td):nth-child(2) { width: 14%; } & :is(th, td):nth-child(3) { width: 11%; } & :is(th, td):nth-child(4) { width: 7.5%; } & :is(th, td):nth-child(5) { width: 7.5%; } & :is(th, td):nth-child(6) { width: 7.5%; } & :is(th, td):nth-child(7) { width: 7.5%; } & :is(th, td):nth-child(8) { width: 34%; } } & tbody tr:hover td { background-color: #f0fdf4; } } } } .more { text-align: center; margin: 2rem 0; & span { display: inline-block; background: #ffffff; color: #0f172a; padding: 0.65rem 2.5rem; border-radius: 50px; font-size: 0.825rem; font-weight: 600; border: 1px solid #e2e8f0; box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.05); cursor: pointer; transition: all 0.2s ease; &:hover { background: #0f172a; color: #ffffff; border-color: #0f172a; } } } .tt { width: 100%; border-collapse: separate; border-spacing: 0; font-size: clamp(0.75rem, 3.5vw, 0.85rem); text-align: center; margin: 1rem 0; & th { background-color: #475569; color: #f8fafc; font-weight: 700; padding: 0.65rem 0.4rem; border-bottom: 2px solid #64748b; } & td { border-bottom: 1px solid #f1f5f9; padding: 0.75rem 0.4rem; color: #334155; } .id & { white-space: nowrap; } } .id { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; background: #ffffff; border-radius: 8px; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05); margin-bottom: 1rem; } .u { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 0.75rem 1.5vw; margin: 1.5rem 0; text-align: center; font-size: min(3.3vw, 16px); & > div { background: #ffffff; border-radius: 12px; border: 1px solid #e2e8f0; box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.05), 0 2px 4px -2px rgb(0 0 0 / 0.05); padding: 0.5rem; display: flex; align-items: center; justify-content: center; overflow: hidden; & svg { width: 100%; height: auto; aspect-ratio: 500 / 365; display: block; & text[font-size="160"] { transform-origin: 250px 330px; animation: numberPop 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; } & g[transform="translate(0, -15)"] { transform-origin: 250px 340px; animation: towelUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards; } } } } @keyframes numberPop { 0% { transform: scale(0); opacity: 0; } 70% { transform: scale(1.1); opacity: 1; } 100% { transform: scale(1); opacity: 1; } } @keyframes towelUp { 0% { transform: translateY(40px) scaleY(0.8); opacity: 0; } 100% { transform: translateY(0) scaleY(1); opacity: 1; } } @keyframes smoothSlideIn { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }