.fx-daily-word{--word-red:#e5231f;--word-green:#0a8f68;--word-gold:#b8860b;color:#171717;background:#fff;border:1px solid #dedede;border-radius:12px;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;overflow:hidden}.fx-daily-word__header{justify-content:space-between;align-items:center;gap:24px;padding:20px 24px;display:flex}.fx-daily-word h2{margin:0;font-size:clamp(1.35rem,3vw,1.75rem);line-height:1.25}.fx-daily-word__header p{color:#5b5b5b;margin:6px 0 0;font-size:.9rem}.fx-daily-word__modes{border:1px solid #cfcfcf;border-radius:8px;flex:none;display:flex;overflow:hidden}.fx-daily-word__modes button{color:#333;cursor:pointer;background:#fff;border:0;border-right:1px solid #cfcfcf;min-height:44px;padding:0 16px;font:700 .88rem/1 -apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif}.fx-daily-word__modes button:last-child{border-right:0}.fx-daily-word__modes button[aria-pressed=true]{background:var(--word-red);color:#fff}.fx-daily-word__subheader{color:#4c4c4c;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7;flex-wrap:wrap;justify-content:flex-end;gap:8px 22px;padding:12px 24px;font-size:.88rem;display:flex}.fx-daily-word__subheader strong{color:var(--word-red);font-variant-numeric:tabular-nums}.fx-daily-word__play,.fx-daily-word__english{text-align:center;padding:clamp(24px,5vw,44px)}.fx-daily-word__clue,.fx-daily-word__en-clue{color:#565656;margin:0 auto 14px;font-size:.92rem}.fx-daily-word__en-clue strong{color:#222}.fx-daily-word__sentence{letter-spacing:.08em;margin:0 auto 28px;font-size:clamp(1.45rem,5vw,2.3rem);font-weight:700;line-height:1.5}.fx-daily-word__options{grid-template-columns:repeat(9,minmax(44px,1fr));gap:8px;max-width:660px;margin:0 auto;display:grid}.fx-daily-word__option{color:#171717;cursor:pointer;background:#fff;border:1px solid #d2d2d2;border-radius:7px;min-width:44px;min-height:48px;font:700 1.08rem/1 -apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;transition:border-color .16s,background .16s,color .16s,transform .16s}.fx-daily-word__option:hover:not(:disabled){border-color:#777;transform:translateY(-1px)}.fx-daily-word__option.is-correct{border-color:var(--word-green);background:var(--word-green);color:#fff}.fx-daily-word__option.is-wrong{border-color:var(--word-red);background:var(--word-red);color:#fff}.fx-daily-word__option:disabled{cursor:default;opacity:1}.fx-daily-word__hint{color:#777;margin:16px 0 0;font-size:.78rem}.fx-daily-word__feedback,.fx-daily-word__en-status{min-height:1.6em;margin:12px 0 0;font-weight:600}.fx-daily-word__feedback.is-correct{color:#087354}.fx-daily-word__feedback.is-wrong{color:#b71916}.fx-daily-word__board{grid-template-columns:repeat(5,52px);justify-content:center;gap:7px;margin:20px auto 14px;display:grid}.fx-daily-word__cell{color:#151515;text-transform:uppercase;background:#fff;border:2px solid #d1d1d1;place-items:center;width:52px;height:52px;font:800 1.45rem/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;display:grid}.fx-daily-word__cell:not(:empty){border-color:#777}.fx-daily-word [data-state=correct]{border-color:var(--word-green);background:var(--word-green);color:#fff}.fx-daily-word [data-state=present]{border-color:var(--word-gold);background:var(--word-gold);color:#fff}.fx-daily-word [data-state=absent]{color:#fff;background:#666;border-color:#666}.fx-daily-word__keyboard{gap:6px;max-width:620px;margin:20px auto 0;display:grid}.fx-daily-word__key-row{justify-content:center;gap:5px;display:flex}.fx-daily-word__key{color:#171717;cursor:pointer;background:#eee;border:1px solid #cfcfcf;border-radius:6px;flex:1 1 0;min-width:32px;max-width:48px;min-height:48px;padding:0 4px;font:800 clamp(.72rem,2.3vw,.92rem)/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.fx-daily-word__key[data-key=Enter],.fx-daily-word__key[data-key=Backspace]{flex:1.55 1 0;max-width:74px;font-family:inherit}.fx-daily-word button:focus-visible{outline-offset:2px;outline:3px solid #185bd8}.fx-daily-word__result{text-align:center;padding:clamp(36px,8vw,72px) 24px}.fx-daily-word__result:focus{outline:none}.fx-daily-word__result-kicker{color:#555;margin:0;font-weight:600}.fx-daily-word__result-score{margin:8px 0 16px;font-size:clamp(2.5rem,10vw,4.5rem);line-height:1}.fx-daily-word__result-score strong{color:var(--word-red);font-variant-numeric:tabular-nums}.fx-daily-word__result p:last-child{color:#666;margin-bottom:0}@media (width<=40rem){.fx-daily-word__header{padding:18px;display:block}.fx-daily-word__modes{width:100%;margin-top:16px}.fx-daily-word__modes button{flex:1}.fx-daily-word__subheader{justify-content:flex-start;padding:12px 18px}.fx-daily-word__play,.fx-daily-word__english{padding:28px 12px}.fx-daily-word__options{grid-template-columns:repeat(3,minmax(44px,1fr));max-width:320px}}@media (width<=23rem){.fx-daily-word__board{grid-template-columns:repeat(5,44px);gap:5px}.fx-daily-word__cell{width:44px;height:44px}.fx-daily-word__key-row{gap:3px}.fx-daily-word__key{min-width:26px;padding:0 2px}}@media (prefers-reduced-motion:reduce){.fx-daily-word__option{transition:none}}
