:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.vanilla:hover{filter:drop-shadow(0 0 2em #3178c6aa)}.card{padding:2em}.read-the-docs{color:#888}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}.admin-dashboard-button,.become-admin-button{margin-top:20px}.button-with-icon-container{display:flex;align-items:center;gap:.5rem}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#auth-container{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem}#user-info{font-size:.9em}#lobby{display:flex;flex-direction:column;gap:2rem}.game-list{display:flex;flex-direction:column;gap:1rem}.game-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid #444;border-radius:8px;gap:1rem}.action-required{border-width:3px;border-color:#ffc107}.game-item>div{display:flex;flex-direction:column;gap:.5rem}.game-status-lobby{background-color:#333}.game-status-in-progress,.game-status-revealing{background-color:#353;border-color:#6a6}.player-ready{color:#0f0}.player-not-ready{color:red}.chip{border-radius:50%;width:50px;height:50px;display:inline-flex;justify-content:center;align-items:center;font-weight:700;color:#000}.chip-placeholder{visibility:hidden}.chip-white{background-color:#fff;border:1px solid #ccc}.chip-yellow{background-color:#ff0;border:1px solid #cc0}.chip-orange{background-color:orange;border:1px solid #c60}.chip-red{background-color:red;border:1px solid #c00}.pending-action{opacity:.5;cursor:wait}.card{width:100px;height:140px;border-radius:5px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;padding:5px;border:1px solid black}.face-up-card{background-color:#f0f0f0;color:#000}.suit-red{color:red}.face-down-card{background-color:#00f}.selected-card{border:2px solid yellow}.dragging-source{opacity:.5}.card-placeholder{border:1px solid black;width:100px;height:140px;border-radius:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.suit-top-left{font-size:24px;grid-column:1;grid-row:1;justify-self:start;align-self:start}.rank-top-right{font-size:24px;grid-column:2;grid-row:1;justify-self:end;align-self:start}.rank-bottom-left{font-size:24px;grid-column:1;grid-row:2;justify-self:start;align-self:end}.suit-bottom-right{font-size:24px;grid-column:2;grid-row:2;justify-self:end;align-self:end}.player-card{border:2px solid #646cff}.hand-description{font-style:italic;margin-top:.5rem}.correct-order{color:#0f0}.incorrect-order{color:red}#reveal-area{border:1px solid #6a6;border-radius:8px;padding:1rem;margin-top:1rem}.reveal-entry{display:flex;align-items:center;gap:1rem;padding:.5rem;border-bottom:1px solid #444;justify-content:space-between}.reveal-entry:last-child{border-bottom:none}.stacked-cards-container{position:relative;width:120px;height:160px;overflow:hidden}.stacked-card{position:absolute;transform:scale(.8);transform-origin:top left}.stacked-card-top{top:0;left:0}.stacked-card-bottom{top:30px;left:30px}.player-grid{display:grid;grid-template-columns:auto 1fr;gap:10px 20px;align-items:center}.player-name{justify-self:start;text-align:left;box-sizing:border-box}.active-player{font-weight:700;border:2px solid yellow;padding:.25rem;border-radius:4px;box-sizing:border-box}.player-chips{display:flex;gap:5px;min-height:50px;align-items:center}.center-chips-container{display:flex;gap:5px;justify-content:center;flex-wrap:wrap}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}.game-status-lobby{background-color:#f0f0f0;border-color:#ddd}.game-status-in-progress,.game-status-revealing{background-color:#e8f5e9;border-color:#c8e6c9}}.info-container{position:relative;display:inline-block;margin-left:10px}.info-icon{cursor:pointer;font-size:1.2rem}.info-popup{display:none;position:absolute;bottom:125%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;border:1px solid #555;border-radius:8px;padding:1rem;width:200px;z-index:10;text-align:left}.info-popup h4{margin-top:0;border-bottom:1px solid #666;padding-bottom:.5rem}.info-popup ol{padding-left:1.5rem;margin-bottom:0}.info-container:hover .info-popup{display:block}@media(max-width:768px){#lobby{flex-direction:column}.game-item,#game-view,#my-hand,#game-players,#community-cards,.reveal-entry{flex-direction:column;align-items:center}.card{width:80px;height:112px;font-size:.8em}.chip{width:40px;height:40px;font-size:.9em}.hand-description{font-size:.9em}.reveal-entry{flex-wrap:wrap}}#splash-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;position:absolute;top:0;left:0}#splash-screen img{width:50vw;max-width:400px;margin-bottom:2rem;box-shadow:0 0 50px 50px #000}#splash-screen h1{font-size:3rem;margin:0}#splash-screen h2{font-size:1.5rem;margin:0;font-style:italic;font-weight:400}#splash-screen button{margin-top:2rem;font-size:1.5rem}.admin-games-table{width:80%;margin:20px auto;border-collapse:collapse;text-align:left}.admin-games-table th,.admin-games-table td{padding:12px 15px;border-bottom:1px solid #444}.admin-games-table th{border-bottom:2px solid #666}.admin-games-table tr:hover{background-color:#ffffff0d}@media(prefers-color-scheme:light){.admin-games-table th,.admin-games-table td{border-bottom:1px solid #ddd}.admin-games-table th{border-bottom:2px solid #bbb}.admin-games-table tr:hover{background-color:#0000000d}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#333;color:#fff;padding:2rem;border-radius:10px;max-width:500px;width:90%;text-align:center;border:1px solid #555;position:relative;box-shadow:0 4px 20px #00000080}.tutorial-step-info{margin-top:10px;font-size:.8em;color:#aaa}@media(prefers-color-scheme:light){.modal-content{background-color:#fff;color:#213547;border:1px solid #ddd;box-shadow:0 4px 20px #0000001a}.tutorial-step-info{color:#666}}
