:root{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color-scheme:light dark}*{box-sizing:border-box}body{margin:0;background:#0b1220;color:#e5e7eb}header{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:16px 18px;background:#111827;border-bottom:1px solid #263244}h1{font-size:18px;margin:0}h2{font-size:17px;margin:0 0 12px}button,.source{border:0;border-radius:8px;padding:10px 13px;cursor:pointer;background:#e5e7eb;color:#111827;font-weight:600;text-decoration:none;display:inline-block}main{max-width:900px;margin:auto;padding:16px}.panel{background:#111827;border:1px solid #263244;border-radius:12px;padding:16px;margin-bottom:14px}.hidden{display:none!important}.school{display:flex;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid #263244}.school:last-child{border-bottom:0}.item{padding:12px 0;border-bottom:1px solid #263244}.item:last-child{border-bottom:0}.item a{color:#dbeafe;text-decoration:none}.meta{font-size:12px;color:#94a3b8;margin:0 0 8px}.detail-image{display:block;width:100%;max-height:360px;object-fit:cover;border-radius:8px;margin-bottom:14px}#saveBtn{margin-top:12px}#status{min-height:20px;color:#a7f3d0}@media(max-width:600px){header{align-items:flex-start;gap:12px;flex-direction:column}header button{width:100%}}
