.fc{flex-direction:column;gap:16px;display:flex}.fc__head{align-items:flex-start;gap:12px;display:flex}.fc__headmain{flex:1;min-width:0}.fc__title{font-size:var(--text-lg,16px);font-weight:var(--weight-bold,700);color:var(--text-primary,#1a3a2e);align-items:center;gap:8px;margin:0;display:flex}.fc__desc{font-size:var(--text-sm,13px);color:var(--text-tertiary,#6b7280);margin:4px 0 0}.fc__close{color:var(--text-tertiary,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:none;padding:6px;display:inline-flex}.fc__close:hover{background:var(--neutral-100,#f3f4f6)}.fc__progress{align-items:center;gap:12px;display:flex}.fc__progress>:first-child{flex:1}.fc__progresstext{font-size:var(--text-sm,12px);color:var(--text-tertiary,#6b7280);font-variant-numeric:tabular-nums;flex:none}.fc-card__front{background:radial-gradient(60% 55% at 46% 52%,#d68a6a47,#0000 70%),linear-gradient(118deg,#241150 0%,#3b1a84 45%,#6d21c9 100%)}.fc-card__back-head{background:linear-gradient(103deg,#1c0f3f 0%,#35178a 52%,#5b1eb4 100%)}.fc-card__ghost{color:#fff;opacity:.16;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:clamp(110px,17vw,210px);font-weight:800;line-height:.72;position:absolute;bottom:8%;right:2.5%}@media (max-width:560px){.fc-card__ghost{display:none}}.fc__sr{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.fc__reveal{cursor:pointer;width:100%;max-width:640px;font-size:var(--text-sm,14px);color:#4b4363;background:#f4f2f9;border:1px solid #e6e2f0;border-radius:14px;margin:0 auto;padding:14px 16px;font-weight:600;display:block}.fc__reveal:hover{color:#2f2547;background:#ece8f6}.fc__nav{justify-content:center;align-items:center;gap:14px;display:flex}.fc__round,.fc__grade{cursor:pointer;color:#6d21c9;background:#fff;border:1.5px solid #ded9ec;justify-content:center;align-items:center;gap:8px;transition:background-color .15s,border-color .15s,color .15s;display:inline-flex}.fc__round{border-radius:50%;width:52px;height:52px}.fc__round:hover:not(:disabled){background:#f2ecfd;border-color:#6d21c9}.fc__round:disabled{opacity:.4;cursor:not-allowed}.fc__grade{min-width:86px;height:56px;font-size:var(--text-lg,17px);font-variant-numeric:tabular-nums;border-radius:28px;padding:0 18px;font-weight:700}.fc__grade--no{color:#d8403a}.fc__grade--yes{color:#17935c}.fc__grade--no:hover{background:#fdf0ef;border-color:#d8403a}.fc__grade--yes:hover{background:#eefaf4;border-color:#17935c}.fc__grade--no.is-active{background:#fdf0ef;border-color:#d8403a}.fc__grade--yes.is-active{background:#eefaf4;border-color:#17935c}.fc__round:focus-visible,.fc__grade:focus-visible,.fc__reveal:focus-visible{outline-offset:3px;outline:3px solid #6d21c9}.fc__actions{justify-content:center;gap:18px;display:flex}.fc__restart{cursor:pointer;font-size:var(--text-sm,13px);color:var(--text-tertiary,#6b7280);background:0 0;border:none;align-items:center;gap:6px;padding:4px;font-weight:600;display:inline-flex}.fc__restart:hover{color:var(--brand,#d97742)}.fc-state{color:var(--text-tertiary,#6b7280);justify-content:center;align-items:center;gap:8px;padding:32px;font-size:14px;display:flex}.fc-state--error{color:var(--text-danger,#b3261e)}.fc-spin{animation:1s linear infinite fc-spin}@keyframes fc-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.fc [class*=duration-500]{transition:none!important}}@media (max-width:560px){.fc__nav{gap:10px}.fc__round{width:46px;height:46px}.fc__grade{min-width:74px;height:50px;padding:0 14px}}
