
#fc-wrap{font-family:'Segoe UI',Arial,sans-serif;background:linear-gradient(160deg,#050e1d,#0b1e38,#0e2844);min-height:500px;padding:20px;color:#c9daea;box-sizing:border-box;position:relative;user-select:none}
.fc-title{text-align:center;font-size:2rem;font-weight:700;color:#5dade2;letter-spacing:.1em;margin-bottom:20px;text-shadow:0 0 20px rgba(93,173,226,.4)}
/* setup */
.fc-setup-box{max-width:440px;margin:0 auto;display:flex;flex-direction:column;gap:16px;align-items:center}
.fc-setup-section{width:100%;display:flex;flex-direction:column;gap:7px;align-items:center}
.fc-setup-label{font-size:.75rem;color:#4a7494;text-transform:uppercase;letter-spacing:.1em;font-weight:600}
.fc-toggle-row{display:flex;gap:7px;flex-wrap:wrap;justify-content:center}
.fc-tog{background:#0d1f35;border:2px solid #1e4d7b;border-radius:9px;padding:8px 18px;color:#7fb3d3;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .15s}
.fc-tog.fc-active{background:#1a6fb5;border-color:#5dade2;color:#fff}
.fc-tog:hover:not(.fc-active){border-color:#5dade2}
.fc-cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;width:100%}
.fc-cat-btn{background:#0d1f35;border:2px solid #1e3d5e;border-radius:9px;padding:8px 4px;color:#7fb3d3;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s;text-align:center;line-height:1.4}
.fc-cat-btn.fc-active{background:#1a6fb5;border-color:#5dade2;color:#fff}
.fc-cat-btn:hover:not(.fc-active){border-color:#5dade2}
#fc-names{width:100%;display:flex;flex-direction:column;gap:8px}
.fc-name-row{display:flex;flex-direction:column;gap:4px}
.fc-name-row label{font-size:.75rem;color:#7fb3d3}
.fc-name-row input{background:#0d1f35;border:1px solid #1e4d7b;border-radius:8px;padding:8px 12px;color:#dce9f5;font-size:.92rem;outline:none;width:100%;box-sizing:border-box}
.fc-name-row input:focus{border-color:#5dade2}
/* buttons */
.fc-btn{border:none;border-radius:10px;padding:11px 28px;font-size:1rem;font-weight:700;cursor:pointer;transition:filter .15s,transform .1s}
.fc-btn:hover{filter:brightness(1.15);transform:translateY(-1px)}
.fc-btn:active{transform:translateY(0)}
.fc-btn-start{background:#1a6fb5;color:#fff;min-width:180px}
/* loading */
#fc-loading{display:flex;align-items:center;justify-content:center;min-height:300px}
.fc-loading-inner{display:flex;flex-direction:column;align-items:center;gap:14px}
.fc-spinner{width:34px;height:34px;border:4px solid #1e4d7b;border-top-color:#5dade2;border-radius:50%;animation:fc-spin .8s linear infinite}
.fc-loading-txt{color:#7fb3d3;font-size:.88rem}
@keyframes fc-spin{to{transform:rotate(360deg)}}
/* game meta */
.fc-game-meta{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:10px;flex-wrap:wrap}
.fc-player-bar{font-size:.82rem;color:#7fb3d3;font-weight:600}
.fc-cat-bar{font-size:.8rem;background:#0d2241;border:1px solid #1e4d7b;border-radius:6px;padding:3px 10px;color:#5dade2}
.fc-diff-bar{font-size:.75rem;color:#4a7494}
/* game body */
.fc-game-body{display:flex;gap:22px;align-items:flex-start;flex-wrap:wrap;justify-content:center}
.fc-svg-col{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}
#fc-svg{width:190px;height:210px}
.fc-wrong-disp{font-size:.8rem;color:#7fb3d3;text-align:center}
/* word */
.fc-word-col{flex:1;min-width:240px;display:flex;flex-direction:column;gap:16px;padding-top:8px}
.fc-word{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;min-height:56px;align-items:flex-end}
.fc-letter{display:inline-flex;flex-direction:column;align-items:center;gap:4px;min-width:38px}
.fc-letter-char{font-size:3rem;font-weight:700;color:#f1c40f;min-height:56px;line-height:1;text-transform:uppercase}
.fc-letter-line{width:38px;height:3px;background:#2e6da4;border-radius:2px}
.fc-letter.fc-hidden .fc-letter-char{color:transparent}
/* alphabet */
.fc-alpha{display:grid;grid-template-columns:repeat(9,1fr);gap:6px;max-width:min(680px,100%);margin:0 auto}
.fc-key{background:#0d2241;border:1px solid #1e4d7b;border-radius:10px;padding:14px 0;font-size:2.64rem;font-weight:700;color:#c9daea;cursor:pointer;text-align:center;transition:all .12s;text-transform:uppercase;line-height:1}
.fc-key:hover:not(:disabled){background:#1a3a5e;border-color:#5dade2}
.fc-key.fc-hit{background:#1a5c35;border-color:#27ae60;color:#2ecc71;cursor:default}
.fc-key.fc-miss{background:#1c0a0a;border-color:#5a1a1a;color:#7b2222;cursor:default}
.fc-key:disabled{opacity:.35;cursor:default}
/* handoff */
.fc-handoff-box{max-width:400px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}
.fc-p-summary{background:#0d1f35;border:1px solid #1e4d7b;border-radius:12px;padding:16px 20px;font-size:.9rem;line-height:1.8;min-width:270px}
.fc-p-summary .fc-sum-name{font-weight:700;color:#5dade2;font-size:.95rem}
.fc-p-summary .fc-sum-word{color:#f1c40f;letter-spacing:.06em}
.fc-p-summary .fc-sum-won{color:#27ae60;font-weight:700}
.fc-p-summary .fc-sum-lost{color:#e74c3c;font-weight:700}
.fc-handoff-msg{font-size:.95rem;color:#c9daea;font-weight:600}
.fc-handoff-warn{font-size:.75rem;color:#4a7494;font-style:italic}
/* result */
.fc-result-inner{max-width:520px;margin:0 auto 18px;text-align:center}
.fc-res-1p{display:flex;flex-direction:column;align-items:center;gap:10px}
.fc-res-icon{font-size:3.5rem;margin-bottom:4px}
.fc-res-title{font-size:1.75rem;font-weight:700}
.fc-res-word,.fc-res-erros{font-size:.88rem;color:#7fb3d3}
.fc-res-word strong{color:#f1c40f;letter-spacing:.1em}
.fc-res-2p{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:8px}
.fc-res-card{background:#0d1f35;border:2px solid #1e4d7b;border-radius:14px;padding:16px 18px;min-width:150px;text-align:center;display:flex;flex-direction:column;gap:7px}
.fc-res-card.fc-winner{border-color:#f1c40f;box-shadow:0 0 16px rgba(241,196,15,.2)}
.fc-res-card .fc-card-name{font-size:.88rem;font-weight:700;color:#5dade2}
.fc-res-card .fc-card-icon{font-size:2.2rem}
.fc-res-card .fc-card-status{font-size:.82rem;font-weight:600}
.fc-res-card .fc-card-status.won{color:#27ae60}
.fc-res-card .fc-card-status.lost{color:#e74c3c}
.fc-res-card .fc-card-word{font-size:.72rem;color:#4a7494}
.fc-final-banner{font-size:1.2rem;font-weight:700;color:#f1c40f;margin-bottom:14px;text-shadow:0 0 10px rgba(241,196,15,.3)}

/* popup que pena */
#fc-popup,#fc-win-popup{position:fixed;inset:0;background:rgba(0,0,0,.78);display:flex;align-items:center;justify-content:center;z-index:9999}
.fc-popup-box{background:#0b1e38;border:2px solid #e74c3c;border-radius:18px;padding:36px 40px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:380px;width:90%;box-shadow:0 0 40px rgba(231,76,60,.3)}
.fc-popup-icon{font-size:4rem}
.fc-popup-title{font-size:1.6rem;font-weight:700;color:#e74c3c}
.fc-popup-word{font-size:1rem;color:#7fb3d3}
.fc-popup-word strong{color:#f1c40f;letter-spacing:.1em}
.fc-popup-btns{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:8px}
.fc-btn-exit{background:#1a3a5e;color:#c9daea;border:1px solid #2e6da4}

.fc-win-box{border-color:#f1c40f;box-shadow:0 0 40px rgba(241,196,15,.3)}
.fc-win-title{color:#f1c40f}
