.sur-scoreup-list{background:#fff5f7;border-radius:20px;box-sizing:border-box;padding:14px 10px;width:100%;}
.sur-scoreup-list__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--sur-gap,12px);}
.sur-scoreup-list__item.is-hidden{display:none!important;}
.sur-scoreup-card{appearance:none;background:#fff;border:1px solid rgba(190,32,32,.14);border-radius:18px;box-sizing:border-box;cursor:pointer;display:grid;gap:6px;justify-items:center;overflow:hidden;padding:12px 10px 14px;position:relative;text-align:center;width:100%;}
.sur-scoreup-card::before{background:#fff1f2;border:1px solid #fecdd3;color:#b91c1c;content:"成績UP";font-size:11px;font-weight:700;left:0;letter-spacing:.04em;line-height:1;padding:7px 10px;position:absolute;top:0;border-bottom-right-radius:12px;z-index:2;}
.sur-scoreup-card::after{background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,255,255,0));content:"";height:42px;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1;}
.sur-scoreup-card > *{position:relative;z-index:2;}
.sur-scoreup-card__image{aspect-ratio:1/1;background:#f8fafc;border-radius:14px;display:block;margin-top:18px;overflow:hidden;width:100%;}
.sur-scoreup-card__image img{display:block;height:100%;object-fit:cover;width:100%;}
.sur-scoreup-card__school,.sur-scoreup-card__name,.sur-scoreup-card__result-line{display:block;line-height:1.25;}
.sur-scoreup-card__school{color:#633;font-size:12px;font-weight:700;}
.sur-scoreup-card__name{color:#34221d;font-size:13px;}
.sur-scoreup-card__result-line{display:block;width:100%;border-radius:12px;padding:7px 9px;font-size:14px;font-weight:800;line-height:1.25;box-sizing:border-box;}
.sur-scoreup-card__result-line--primary{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239;}
.sur-scoreup-card__result-line--secondary{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;}
.sur-scoreup-card__result-line strong{font-weight:800;}
.sur-scoreup-list__more{background:#d71920;border:0;border-radius:999px;color:#fff;cursor:pointer;display:block;font-weight:700;margin:18px auto 0;padding:11px 26px;}
.sur-scoreup-modal{display:none;position:fixed;inset:0;z-index:9999;}
.sur-scoreup-modal.is-open{display:block;}
.sur-scoreup-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);}
.sur-scoreup-modal__sheet{background:#fffaf0;border:2px solid rgba(215,25,32,.12);border-radius:20px;box-sizing:border-box;left:50%;max-height:80vh;max-width:640px;overflow:auto;padding:28px 22px 24px;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100vw - 32px);}
.sur-scoreup-modal__close{background:#fff;border:1px solid rgba(215,25,32,.35);border-radius:999px;color:#d71920;cursor:pointer;height:34px;position:absolute;right:10px;top:10px;width:34px;}
.sur-scoreup-box{background:#fff;border:1px solid rgba(190,32,32,.14);border-radius:18px;box-sizing:border-box;display:grid;gap:6px;justify-items:center;padding:18px 16px;text-align:center;}
.sur-scoreup-box__image{background:#f8fafc;border-radius:14px;height:150px;overflow:hidden;width:150px;}
.sur-scoreup-box__image img{display:block;height:100%;object-fit:cover;width:100%;}
.sur-scoreup-box__type{background:#d71920;border-radius:999px;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;}
.sur-scoreup-box__school{color:#633;font-size:13px;font-weight:700;}
.sur-scoreup-box__name{color:#34221d;}
.sur-scoreup-box__result-line{display:block;width:100%;border-radius:12px;padding:7px 9px;font-size:14px;font-weight:800;line-height:1.25;box-sizing:border-box;}
.sur-scoreup-box__result-line--primary{background:#fff1f2;border:1px solid #fecdd3;color:#9f1239;}
.sur-scoreup-box__result-line--secondary{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;}
.sur-scoreup-box__result-line strong{font-weight:800;}
@media (min-width:600px){.sur-scoreup-list{padding:16px;}.sur-scoreup-list__grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media (min-width:1024px){.sur-scoreup-list{width:min(1180px,calc(100vw - 48px));max-width:1180px;margin-left:calc(50% - min(590px,calc(50vw - 24px)));margin-right:calc(50% - min(590px,calc(50vw - 24px)));}.sur-scoreup-list__grid{grid-template-columns:repeat(6,minmax(0,1fr));}}
@media (max-width:420px){.sur-scoreup-list{padding:10px 8px;}.sur-scoreup-card{border-radius:16px;padding:10px 8px 12px;}.sur-scoreup-card__result-line{font-size:13px;}}
