.rl-description{max-width:800px;margin:0 auto 6px;padding:0 20px;font-size:15px;color:#333}.rl-caution{margin:6px 0 0;font-size:12.5px;color:#94a3b8}.rl-tool{max-width:800px;margin:30px auto;padding:0 20px;display:flex;flex-direction:column;gap:24px}.rl-card{border:1px solid #e0e0e0;border-radius:10px;padding:20px;background:#fff}.rl-card-title{display:flex;align-items:center;gap:10px;font-size:17px;margin:0 0 16px;color:#1e293b}.rl-card-num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--accent, #3b82f6);color:#fff;font-size:15px;font-weight:700}.rl-presets{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:14px}.rl-presets-label{font-size:13px;color:#555;font-weight:600}.rl-chip{font-size:13px;padding:6px 14px;border:1px solid var(--accent, #3b82f6);border-radius:999px;background:#fff;color:var(--accent, #3b82f6);cursor:pointer}.rl-chip:hover{background:var(--accent, #3b82f6);color:#fff}.rl-items-textarea{width:100%;min-height:160px;font-size:15px;line-height:1.6;padding:12px 14px;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;color:#1e293b;background:#fff;resize:vertical;font-family:inherit}.rl-items-count{font-size:12.5px;color:#64748b;margin:8px 0 0}.rl-items-count.is-warn{color:#dc2626;font-weight:600}.rl-exclude-row{margin-top:16px;padding-top:14px;border-top:1px dashed #e2e8f0}.rl-toggle{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:#1e293b;cursor:pointer}.rl-toggle input{margin-top:3px;width:18px;height:18px;flex-shrink:0;accent-color:var(--accent, #3b82f6);cursor:pointer}.rl-toggle-desc{display:block;font-size:12.5px;color:#94a3b8;margin-top:2px}.rl-wheel-outer{display:flex;flex-direction:column;align-items:center}.rl-wheel-wrap{position:relative;width:100%;max-width:380px;margin:4px auto 18px}.rl-wheel-canvas{display:block;width:100%;height:auto;aspect-ratio:1 / 1;cursor:pointer;touch-action:manipulation}.rl-confetti-layer{position:absolute;inset:-20px -20px 0;overflow:hidden;pointer-events:none}.rl-confetti-piece{position:absolute;top:-30px;animation:rl-fall 2.3s ease-in forwards}@keyframes rl-fall{to{transform:translateY(480px) rotate(520deg);opacity:.5}}@media (prefers-reduced-motion: reduce){.rl-confetti-piece{animation:none;opacity:0}}.rl-wheel-empty{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;padding:20px;background:#ffffffd9;border-radius:50%}.rl-wheel-empty p{font-size:14px;font-weight:600;color:#475569;margin:0;max-width:220px}.rl-controls-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-bottom:14px}.rl-spin-btn{font-size:17px;font-weight:700;padding:14px 34px;border-radius:999px;border:none;background:var(--accent, #3b82f6);color:#fff;cursor:pointer;box-shadow:0 4px #0000001f}.rl-spin-btn:hover:not(:disabled){opacity:.9}.rl-spin-btn:disabled{opacity:.4;cursor:default;box-shadow:none}.rl-btn-primary{font-size:14px;padding:9px 18px;border-radius:999px;border:none;background:var(--accent, #3b82f6);color:#fff;cursor:pointer}.rl-btn-primary:hover{opacity:.9}.rl-mute-btn{font-size:13px;padding:9px 14px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#1e293b;cursor:pointer}.rl-mute-btn:hover{border-color:var(--accent, #3b82f6);color:var(--accent, #3b82f6)}.rl-share-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-bottom:8px}.rl-btn-ghost{font-size:13px;padding:9px 14px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#1e293b;cursor:pointer}.rl-btn-ghost:hover{border-color:var(--accent, #3b82f6);color:var(--accent, #3b82f6)}.rl-share-hint{font-size:12px;color:#94a3b8;text-align:center;margin:0 0 14px}.rl-result{min-height:2.4em;display:flex;align-items:center;justify-content:center;text-align:center;font-size:16px;font-weight:700;color:#475569;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:10px;padding:14px;margin-bottom:16px}.rl-result strong{color:#1e293b;font-size:1.3em;margin-left:4px}.rl-result.is-show{border:2px solid var(--accent, #3b82f6);background:#fff;color:#1e293b;animation:rl-pop .35s ease}.rl-result-emoji{margin-right:6px}@keyframes rl-pop{0%{transform:scale(.7);opacity:.2}60%{transform:scale(1.08)}to{transform:scale(1)}}@media (prefers-reduced-motion: reduce){.rl-result.is-show{animation:none}}.rl-history{border-top:1px dashed #e2e8f0;padding-top:14px}.rl-history h3{font-size:14px;color:#555;margin:0 0 8px}.rl-history ol{margin:0;padding-left:22px;font-size:14px;color:#1e293b;max-height:220px;overflow-y:auto}.rl-history li{margin-bottom:4px}.rl-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%) translateY(12px);background:#1e293b;color:#fff;font-size:13px;padding:10px 18px;border-radius:999px;opacity:0;pointer-events:none;transition:opacity .25s,transform .25s;z-index:1000;white-space:nowrap}.rl-toast.is-show{opacity:1;transform:translate(-50%)}@media (max-width: 560px){.rl-wheel-wrap{max-width:320px}}
