/* 본명성과 본명괘. 기본 모양은 four-pillars.css 를 함께 쓴다. 2026-09-18 nine-star-20260918 */
#cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,230px),1fr));gap:14px;margin:16px 0}
.star{border:1px solid #8a7550;border-radius:16px;padding:16px 14px;background:#0d1430;text-align:center;min-width:0}
.star .slot{font-size:12px;color:#deb977;letter-spacing:.08em}
.star .big{font-family:'Noto Serif KR','Songti SC',Georgia,serif;font-size:clamp(26px,6vw,34px);color:#f6e3b8;margin:8px 0 2px;line-height:1.3}
.star .reading{font-size:14px;color:#e8ddc8}.star .sub{font-size:12px;color:#b9b3c8;margin-top:6px}
.star.alt{border-style:dashed}
.about h3{margin-top:22px;color:#f6e3b8}
.wf-legal-links{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;padding:22px 20px 110px;font-size:13px}.wf-legal-links a{color:#c9c1b0;text-decoration:none;border-bottom:1px solid transparent}.wf-legal-links a:hover{color:#f0c977;border-bottom-color:#f0c977}
