@import url("../shared/common.css");

main { padding: 54px 0; }
h1 { font: 300 clamp(2.8rem, 7vw, 5rem)/1 var(--font-serif); letter-spacing: -.05em; }
.panel { overflow: auto; border: 1px solid var(--line); border-radius: 16px; background: var(--card); }
table { width: 100%; border-collapse: collapse; text-align: left; }
th, td { padding: 16px 18px; border-bottom: 1px solid var(--line); }
th { color: var(--muted); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
tr:last-child td { border-bottom: 0; }
.notice { margin: 20px 0; color: var(--muted); }
