.fun-page { max-width: 720px; margin: 0 auto; padding: 24px 16px; font-family: system-ui, -apple-system, sans-serif; color: #e2e8f0; }
.fun-page h1 { font-size: 1.75rem; margin-bottom: 8px; color: #f1f5f9; }
.fun-page .lead { color: #94a3b8; margin-bottom: 24px; font-size: 1.05rem; }
.fun-card { background: #1e293b; border-radius: 12px; box-shadow: 0 2px 12px rgba(0,0,0,.3); padding: 20px; margin-bottom: 16px; border: 1px solid #334155; }
.fun-btn { display: inline-block; padding: 12px 24px; background: #2563eb; color: #fff; border: none; border-radius: 8px; cursor: pointer; font-size: 1rem; font-weight: 500; transition: background .2s; }
.fun-btn:hover { background: #3b82f6; }
.fun-btn:disabled { opacity: .6; cursor: not-allowed; }
.fun-result { text-align: center; padding: 32px 24px; }
.fun-result h2 { font-size: 1.5rem; margin-bottom: 12px; color: #f1f5f9; }
.fun-result .badge { display: inline-block; padding: 6px 14px; border-radius: 999px; font-weight: 600; font-size: 0.9rem; margin-bottom: 16px; }
.fun-share { margin-top: 24px; }
.fun-share a { display: inline-flex; align-items: center; gap: 6px; margin-right: 12px; padding: 8px 14px; border-radius: 8px; text-decoration: none; color: #e2e8f0; background: #0f172a; font-size: 0.9rem; border: 1px solid #334155; }
.fun-share a:hover { background: #1e293b; border-color: #475569; }
.fun-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 20px; }
.fun-list a { text-decoration: none; color: inherit; display: block; }
.fun-list .item { background: #1e293b; border-radius: 12px; padding: 24px; border: 1px solid #334155; box-shadow: 0 2px 8px rgba(0,0,0,.2); transition: transform .15s, box-shadow .15s, border-color .15s; height: 100%; }
.fun-list .item:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,0,0,.3); border-color: #475569; }
.fun-list .item h3 { margin: 0 0 8px; font-size: 1.1rem; color: #f1f5f9; }
.fun-list .item p { margin: 0; color: #94a3b8; font-size: 0.9rem; line-height: 1.4; }
.fun-quiz-option { display: block; width: 100%; text-align: left; padding: 14px 18px; margin-bottom: 10px; border: 2px solid #334155; border-radius: 10px; background: #0f172a; color: #e2e8f0; cursor: pointer; font-size: 1rem; transition: border-color .2s, background .2s; }
.fun-quiz-option:hover { border-color: #3b82f6; background: #1e293b; }
.fun-quiz-option.selected { border-color: #2563eb; background: #1e3a5f; }
.fun-input { width: 100%; max-width: 400px; padding: 12px 16px; border: 2px solid #334155; border-radius: 8px; font-size: 1rem; box-sizing: border-box; background: #0f172a; color: #e2e8f0; }
.fun-input:focus { outline: none; border-color: #2563eb; }
.fun-infographic { background: linear-gradient(135deg, #1e3a5f 0%, #0f172a 100%); color: #fff; border-radius: 16px; padding: 28px; margin: 20px 0; text-align: center; }
.fun-infographic .big { font-size: 2rem; font-weight: 700; margin: 8px 0; }
.fun-infographic .label { opacity: .9; font-size: 0.9rem; }
