@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow:hidden}#root{width:100vw;height:100vh;margin:0;padding:0}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}button{font-family:inherit;border:0;outline:0}button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.instructions-screen{position:fixed;inset:0;background:#fff;overflow-y:auto;transition:opacity .5s ease-in-out;z-index:90}.instructions-screen.visible{opacity:1;pointer-events:all}.instructions-screen.hidden{opacity:0;pointer-events:none}.instructions-content{max-width:800px;margin:0 auto;padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.instructions-content h2{font-size:2.5rem;font-weight:300;color:#333;text-align:center;margin-bottom:2rem;letter-spacing:1px}.instructions-content h3{font-size:1.5rem;font-weight:500;color:#333;margin:2rem 0 1rem}.instructions-content h4{font-size:1.25rem;font-weight:500;color:#555;margin:1.5rem 0 1rem}.rules-section p,.scoring-section p{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:1rem}.key-insight{background:#f0f9ff;border-left:4px solid #2563eb;padding:1rem;margin:1.5rem 0;border-radius:0 8px 8px 0}.example-section{background:#f8fafc;padding:1.5rem;border-radius:12px;margin:1.5rem 0}.distribution-display{display:flex;justify-content:space-between;margin-bottom:1rem;gap:1rem}.prob-box{background:#fff;border:2px solid #e2e8f0;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1.1rem;color:#334155;flex:1;text-align:center}.prob-box.left{text-align:left}.prob-box.right{text-align:right}.scoring-table{display:grid;grid-template-rows:repeat(2,1fr);gap:.5rem;margin:1rem 0}.score-row{display:grid;grid-template-columns:2rem 1fr 1fr;gap:.5rem;align-items:center}.row-label{font-size:1.5rem;font-weight:600;color:#475569;text-align:center}.score-cell{background:#fff;border:2px solid #e2e8f0;padding:.75rem;text-align:center;font-weight:600;font-size:1.1rem;border-radius:8px;color:#334155}.example-note{font-style:italic;color:#7c3aed;font-weight:500;margin-top:1rem}.settings-section{background:#f8fafc;padding:1.5rem;border-radius:12px;margin:2rem 0}.setting-group{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem;gap:.5rem}.setting-group label{font-weight:500;color:#374151;min-width:150px}.setting-group select{padding:.5rem 1rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;background:#fff;color:#374151;cursor:pointer;transition:border-color .3s ease}.setting-group select:focus{outline:0;border-color:#2563eb}.setting-group input[type=range]{width:100%;height:6px;border-radius:3px;background:#e2e8f0;outline:0;cursor:pointer}.setting-group input[type=range]::-webkit-slider-thumb{appearance:none;width:20px;height:20px;border-radius:50%;background:#2563eb;cursor:pointer;border:2px solid white;box-shadow:0 2px 6px #0003}.setting-group input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#2563eb;cursor:pointer;border:2px solid white;box-shadow:0 2px 6px #0003}.slider-labels{display:flex;justify-content:space-between;width:100%;font-size:.875rem;color:#6b7280;margin-top:.25rem}.start-game-button{background:#2563eb;color:#fff;border:0;padding:1rem 3rem;font-size:1.25rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out;letter-spacing:1px;display:block;margin:2rem auto 0}.start-game-button:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 25px #2563eb4d}.start-game-button:active{transform:translateY(0)}.bayesian-explanation{background:#f8fafc;padding:1.5rem;border-radius:12px;margin:1rem 0;border:1px solid #e2e8f0}.bayesian-explanation h4{margin-top:0;color:#374151}.bayesian-explanation ol{margin:.5rem 0;padding-left:1.5rem}.bayesian-explanation li{margin:.5rem 0;line-height:1.5}.strategy-section{background:#f0fdf4;padding:1.5rem;border-radius:12px;margin:1rem 0;border:1px solid #bbf7d0}.strategy-section h4{margin-top:0;color:#166534}.perfect-strategy{background:#dcfce7;padding:1rem;border-radius:8px;border-left:4px solid #16a34a;margin:1rem 0}.calibration-note{background:#fefbf3;padding:1rem;border-radius:8px;border-left:4px solid #f59e0b;margin:1rem 0;font-style:italic}.score-graph{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1rem;height:300px}.score-graph h4{margin:0 0 1rem;font-size:1.1rem;font-weight:600;color:#374151;text-align:center}.graph-placeholder{height:250px;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-style:italic}.calibration-plot{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 6px #0000001a;margin:10px 0;border:1px solid #e5e7eb;min-width:360px}
.plot-title{font-size:16px;font-weight:600;color:#333;text-align:center;margin:0 0 12px}.plot-svg{display:block;margin:0 auto}.plot-svg text{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.vulnerability-curve{display:flex;flex-direction:column;gap:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;box-shadow:0 1px 3px #0000001a}.vulnerability-curve-title{font-size:.85rem;font-weight:600;color:#374151;text-align:center;margin-bottom:.25rem}.vulnerability-curve .recharts-wrapper{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.vulnerability-curve .recharts-cartesian-axis-tick-value{font-size:10px;fill:#6b7280}.vulnerability-curve .recharts-cartesian-grid-horizontal line,.vulnerability-curve .recharts-cartesian-grid-vertical line{stroke:#f3f4f6}.vulnerability-curve .recharts-active-dot{stroke:#fff;stroke-width:2}@media(max-width:768px){.vulnerability-curve{padding:.5rem}.vulnerability-curve-title{font-size:.8rem}}.game-screen{position:fixed;inset:0;background:#fff;transition:opacity .5s ease-in-out;z-index:80;overflow-y:auto;overflow-x:hidden}.game-screen.visible{opacity:1;pointer-events:all}.game-screen.hidden{opacity:0;pointer-events:none}.game-layout{min-height:100vh;display:grid;grid-template-areas:"center right" "bottom bottom" "vulnerability vulnerability";grid-template-columns:1fr minmax(520px,600px);grid-template-rows:1fr auto auto;gap:1.5rem;padding:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;box-sizing:border-box}.center-section{grid-area:center;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;min-height:0}.game-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.right-section{grid-area:right;display:flex;flex-direction:column;min-height:0;height:100%;padding:1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;box-sizing:border-box}.right-section>:first-child{flex:1;min-height:0}.right-section>:not(:first-child){flex-shrink:0;margin-top:1rem}.right-content{display:flex;flex-direction:column;gap:1rem;height:100%}.score-and-uncertainty{display:flex;flex-direction:column;gap:.75rem;align-items:center;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.bottom-section{grid-area:bottom;display:flex;flex-direction:column;align-items:center;padding:2rem 0;gap:1rem;justify-content:center}.distribution-display{display:grid;grid-template-columns:3rem 1fr 1fr 3rem;gap:1rem;margin-bottom:2rem;width:480px}.prob-box{background:#fff;border:3px solid #e2e8f0;padding:1rem;border-radius:12px;font-weight:700;font-size:1.25rem;color:#334155;text-align:center;transition:all .15s ease-in-out}.prob-box.higher-prob{background:#f0f9ff;border-color:#7dd3fc;color:#0c4a6e}.prob-box.highlight{background:#eff6ff;border-color:#2563eb;box-shadow:0 0 20px #2563eb4d;animation:pulse .2s ease-in-out}.prob-box.higher-prob.highlight{background:#dbeafe;border-color:#2563eb}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.arrow-grid{display:grid;grid-template-rows:repeat(2,1fr);gap:1rem;width:200px}.arrow-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center}.arrow-box{font-size:2.5rem;font-weight:700;text-align:center;background:#fff;border:3px solid #e2e8f0;border-radius:12px;padding:1rem;width:80px;height:80px;display:flex;align-items:center;justify-content:center;transition:all .15s ease-in-out;cursor:default}.score-cell{background:#fff;border:3px solid #e2e8f0;padding:1rem;text-align:center;font-weight:700;font-size:1.25rem;border-radius:12px;color:#334155;transition:all .15s ease-in-out}.human-player{color:#2563eb;border-color:#3b82f6}.human-highlight{background:#dbeafe;border-color:#2563eb;box-shadow:0 0 15px #2563eb66}.human-cell-highlight{background:#2563eb26;border-color:#2563eb;box-shadow:0 0 10px #2563eb4d}.perfect-player{color:#16a34a;border-color:#22c55e}.perfect-highlight{background:#dcfce7;border-color:#16a34a;box-shadow:0 0 15px #16a34a66}.perfect-cell-highlight{background:#16a34a26;border-color:#16a34a;box-shadow:0 0 10px #16a34a4d}.score-cell.human-cell-highlight.perfect-cell-highlight{background:linear-gradient(135deg,#2563eb26 50%,#16a34a26 50%);border:2px solid transparent;border-image:linear-gradient(135deg,#2563eb 50%,#16a34a 50%) 1;box-shadow:0 0 15px #2563eb4d,0 0 15px #16a34a4d}.floating-score{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:2rem;font-weight:700;color:#2563eb;opacity:0;transition:all .3s ease-out;pointer-events:none;z-index:10}.floating-score.show{opacity:1;transform:translate(-50%,-120%)}.round-info{display:flex;flex-direction:column;align-items:center;gap:.5rem}.round-counter{font-size:1.25rem;font-weight:600;color:#374151}.timer{font-size:1.1rem;font-weight:500;color:#7c2d12;background:#fef3c7;padding:.25rem .75rem;border-radius:6px;border:1px solid #f59e0b}.instructions{font-size:1.1rem;color:#6b7280;font-weight:500}
.calibration-plots{display:flex;gap:20px;justify-content:center;align-items:flex-start}.calibration-plots-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.calibration-plots-aligned{display:flex;width:720px;position:relative;z-index:1;gap:40px;justify-content:center;align-items:flex-start}.calibration-plot-wrapper{position:relative}.calibration-overlay{position:absolute;inset:0;background:#fffffff2;border-radius:12px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #e5e7eb;z-index:2}.overlay-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#6b7280;text-align:center}.overlay-icon{font-size:2rem;opacity:.7}.overlay-text{font-size:.9rem;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.calibration-toggle-btn{background:#f3f4f6;color:#374151;border:1px solid #d1d5db;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.calibration-toggle-btn:hover{background:#e5e7eb;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.calibration-toggle-btn:active{transform:translateY(0)}.score-section{display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:1rem;color:#374151}.scores-display{display:flex;gap:2rem;align-items:center}.score-info{font-weight:600;color:#2563eb;font-size:1.2rem}.avg-score{font-weight:500;color:#64748b}.uncertainty-toggle{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;margin:0 auto;width:fit-content}.uncertainty-toggle label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#374151;cursor:pointer;font-weight:500;margin:0}.uncertainty-toggle input[type=checkbox]{cursor:pointer;width:16px;height:16px;margin:0}.vulnerability-section{grid-area:vulnerability;display:flex;flex-direction:column;gap:1rem;padding:2rem 1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;margin-top:1rem}.vulnerability-section h3{margin:0 0 1rem;color:#374151;font-size:1.2rem;font-weight:600;text-align:center}.vulnerability-section p{margin:0 0 1rem;color:#6b7280;font-size:.95rem;text-align:center;font-style:italic}.vulnerability-plots{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.vulnerability-plots>div{flex:1;min-width:300px;max-width:500px}.vulnerability-controls{display:flex;justify-content:center;margin-bottom:1rem}.vulnerability-controls label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#374151;cursor:pointer;font-weight:500;padding:.5rem 1rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease}.vulnerability-controls label:hover{background:#f9fafb;border-color:#d1d5db}.vulnerability-controls input[type=checkbox]{cursor:pointer;width:16px;height:16px;margin:0}.play-again-bottom{grid-area:vulnerability;display:flex;justify-content:center;padding:2rem 0}.play-again-bottom button{background:#2563eb;color:#fff;border:0;padding:1rem 2rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:background .2s ease}.play-again-bottom button:hover{background:#1d4ed8}@media(max-width:1200px){.game-layout{grid-template-areas:"center" "right" "bottom" "vulnerability";grid-template-columns:1fr;grid-template-rows:1fr auto auto auto}.right-section{justify-content:center}.vulnerability-plots{flex-direction:column;align-items:center}.vulnerability-plots>div{max-width:none;width:100%}}.app{width:100vw;height:100vh;position:relative;overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.start-screen{position:fixed;inset:0;background:#fff;display:flex;align-items:center;justify-content:center;transition:opacity .5s ease-in-out;z-index:100}.start-screen.visible{opacity:1;pointer-events:all}.start-screen.hidden{opacity:0;pointer-events:none}.start-content{text-align:center}.game-title{font-size:3rem;font-weight:300;color:#333;margin-bottom:3rem;letter-spacing:2px}.start-button{background:#2563eb;color:#fff;border:0;padding:1rem 3rem;font-size:1.25rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .3s ease-in-out;letter-spacing:1px}.start-button:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 25px #2563eb4d}.start-button:active{transform:translateY(0)}.start-button:disabled{opacity:.6;cursor:not-allowed;transform:none}