:root{--primary-color:#4a6bff;--secondary-color:#ff6b6b;--tertiary-color:#3b56cd;--background-color:#fff;--text-color:#333;--light-gray:#f5f5f5;--gray:#6c757d;--dark-gray:#4b5563;--border-color:#ccc;--white:#fff;--black:#000;--hover-primary-color:#4665f2;--gradient-end-color:#eaf0ff;--footer-bg-color:#f8f9fa;--coin-gold:gold;--coin-orange:orange;--semi-transparent-white:#fff3;--disabled-color:#9ca3af;--disabled-text-color:#6b7280;--article-meta-color:#6c6c6c;--spinner-accent-color:#4a6bff4d;--shadow-color:#0000001a;--text-shadow-color:#00000040;--focus-shadow-color:#4a6bff33;--hover-shadow-color:#00000026;--active-shadow-color:#0000001a;--border-radius:14px;--rounded-border-radius:20px;--box-shadow:0 4px 6px var(--shadow-color);--container-max-width:800px;--footer-background:#f8f9fa;--footer-heading-color:#2c3e50;--footer-link-color:#4a5568;--footer-link-hover-color:#2b6cb0;--footer-text-color:#718096;--footer-border-color:#e2e8f0}.input-section{display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.input-section2{gap:.5rem}.input-section2,.input-section3{align-items:center;display:grid;grid-template-columns:1fr 1fr}.input-section3{gap:0}.input-field{border:2px solid var(--border-color);border-radius:var(--border-radius);flex:1;font-size:1rem;padding:.75rem}textarea.input-field{margin:10px 0;min-height:120px;padding:10px;resize:vertical;width:100%}input[type=number].input-field{margin:0 0 .5rem;padding:.75rem;width:100%}input[type=number].input-field::-webkit-inner-spin-button,input[type=number].input-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number].input-field{-moz-appearance:textfield}.bulk-input{display:flex;flex-direction:column;gap:1rem}.bulk-input textarea{border:2px solid var(--border-color);border-radius:var(--border-radius);flex:1;font-size:1rem;min-height:100px;padding:.75rem;resize:vertical}.bulk-input label{color:#4b5563;display:block;font-size:.95rem;font-weight:400;line-height:1.4;margin-bottom:.5rem}@media(max-width:768px){.input-section{grid-template-columns:1fr}.input-section2,.input-section3{grid-template-columns:1fr;text-align:center}}.option-picker-container .input-section{display:flex;flex-direction:column;gap:1rem}.option-picker-container .tool-section{background-color:var(--light-gray);border-radius:var(--border-radius);margin:2rem auto 3rem;max-width:var(--container-max-width);padding:2rem}.option-picker-container .tool-section .tool-step{margin-bottom:3rem}.option-picker-container .list-container{padding:0}.option-picker-container .list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.option-picker-container .list-title{color:var(--text-color);font-weight:600;margin:0}.options-list li{align-items:center;background-color:var(--white);border-radius:var(--border-radius);display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem}.options-list button.remove-option{background:none;border:none;color:var(--secondary-color);cursor:pointer;font-size:1.2rem}.picked-option-container{animation:fadeIn .5s ease-in-out;background-color:#eef2ff;border:2px solid #4f46e5;border-radius:1rem;box-shadow:0 4px 10px #00000014;padding:1rem;text-align:center}.picked-label{color:#6b7280;font-size:.9rem;margin-bottom:.3rem}.picked-result{color:#1f2937;font-size:1.5rem;font-weight:700}#pick-option{font-size:1.1rem;font-weight:600;min-height:44px;min-width:160px;padding:.75rem 2rem;transition:transform .2s ease;width:auto}.hint-text{align-items:center;color:var(--gray);display:flex;font-size:.8rem;margin-top:.5rem}.hint-text span{margin-right:.4rem}@media(max-width:768px){.option-picker-container .tool-section{padding:1rem}}.most-likely-to-container #question{align-items:center;display:flex;font-size:1.6rem;font-weight:700;justify-content:center;line-height:1.3;min-height:5rem;padding:1rem;text-align:center}.scoreboard-nudge{color:var(--gray);font-size:.85rem;margin-top:.75rem;text-align:center}.scoreboard-nudge a{color:var(--primary-color);font-weight:600}.players-section{background:var(--light-gray);border:1px solid var(--border-color);border-radius:var(--border-radius);margin-top:2rem;padding:1.25rem;width:100%}.players-section h2{font-size:1.15rem;margin-bottom:.25rem}.players-section textarea{min-height:6rem;resize:vertical}.players-list{margin-top:1rem}.players-list .list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.players-list .list-title{color:var(--text-color);font-weight:600;margin:0}.players-list ul{list-style:none;margin:0 0 .75rem;padding:0}.scoreboard-section,.vote-section{margin-top:1.5rem;text-align:center;width:100%}.scoreboard-section h3,.vote-section h3{font-size:1.1rem;margin-bottom:.75rem}.vote-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.vote-button{background:var(--primary-color);border:2px solid var(--primary-color);border-radius:50px;color:var(--white);cursor:pointer;font-size:1rem;font-weight:600;min-height:44px;padding:.75rem 1.25rem;transition:transform .2s ease,background .2s ease}.vote-button:hover{background:var(--tertiary-color);border-color:var(--tertiary-color);transform:translateY(-2px)}.vote-button:active{transform:translateY(0)}.scoreboard{margin:0 auto 1rem;max-width:420px}.score-row{align-items:center;background:var(--white);border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.75rem 1rem}.score-name{color:var(--text-color);font-weight:600}.score-value{color:var(--primary-color);font-size:1.25rem;font-weight:700}@media(max-width:480px){.most-likely-to-container #question{font-size:1.3rem}.vote-button{flex:1 1 40%}}
