@font-face { font-family: 'ShipporiMincho'; src: url('_ShipporiMincho.ttf'); }
body * { color: black; background-color: white; padding: 0; margin: 0; font-family: "ShipporiMincho", "NotoSerifJP", serif; }
body { margin: 0; padding: 8px; background: white; }
.pair { display: flex; gap: 20px; justify-content: center; margin: 20px 0; }
.item { flex: 1; text-align: center; padding: 16px; border: 2px solid #333; border-radius: 12px; background: transparent !important; }
.item * { background: transparent !important; }
.item-char { font-size: 96px; line-height: 1.2; }
.item-reading { font-size: 40px; margin-top: 4px; }
.item-meaning { font-size: 27px; margin-top: 4px; }
.question { text-align: center; font-size: 44px; margin: 0; min-height: 60px; }
.result { text-align: center; font-size: 24px; min-height: 36px; display: flex; align-items: center; justify-content: center; }
.vs { font-size: 24px; color: #444; display: flex; align-items: center; }
.clickable { cursor: pointer; }
.clickable:hover { border-color: black; }
.answer-highlight { border: 2px solid black !important; }
.answer-wrong { border: 2px dotted black !important; }
.answer-dim { }
.timer-controls { text-align: center; font-size: 12px; color: #444; padding: 4px 0; }
.guess-part { text-decoration: underline; text-decoration-color: black; text-underline-offset: 6px; text-decoration-thickness: 3px; font-weight: bold; }
.conf-examples-section { display: flex; justify-content: center; gap: 20px; margin-top: 16px; font-size: 52px; line-height: 1.8; }
.conf-ex-col { flex: 1; text-align: center; }
.conf-ex-divider { width: 1px; background: #333; }
.conf-examples-section ruby rt { font-size: 28px; }
