.rooms-lobby{width:100vw;height:100vh;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow-y:auto;position:fixed;top:0;left:0}.lobby-header{text-align:center;padding:2rem;background:#0003;border-bottom:3px solid rgba(255,255,255,.3)}.lobby-header h1{margin:0 0 .5rem;display:flex;flex-direction:column;align-items:center;gap:.3rem}.lobby-title-main{display:flex;align-items:center;gap:0}.lobby-title-boodgy{font-family:Lucida Calligraphy,Lucida Handwriting,cursive;font-size:3rem;letter-spacing:2px;text-shadow:3px 3px 6px rgba(0,0,0,.3)}.lobby-title-thegame{font-family:Helvetica Neue,Arial,sans-serif;font-weight:300;font-size:2.2rem;margin-left:.3rem;opacity:.95;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.lobby-title-subtitle{font-family:Helvetica Neue,Arial,sans-serif;font-weight:100;font-size:1.8rem;letter-spacing:8px;opacity:.95;text-shadow:2px 2px 4px rgba(0,0,0,.2);margin-top:12px}.welcome-text{font-size:1.2rem;margin:0;opacity:.9}.lobby-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.name-entry-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:3rem}.name-entry-screen h2{font-size:2.5rem;margin:0 0 1rem;font-family:Lucida Calligraphy,Lucida Handwriting,cursive}.name-entry-screen p{font-size:1.3rem;margin:0 0 2rem;opacity:.9}.name-entry-form{display:flex;gap:1rem;align-items:center;background:#ffffff1a;padding:2rem;border-radius:12px;min-width:400px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.handle-input-wrapper{flex:1;display:flex;align-items:center;background:#fffffff2;border:3px solid rgba(255,255,255,.5);border-radius:8px;padding:0 .5rem;transition:all .2s}.handle-input-wrapper:focus-within{border-color:#ff6b35;box-shadow:0 0 0 4px #ff6b354d}.handle-symbol{font-size:1.5rem;font-weight:700;color:#1f77b4;padding-right:.5rem}.name-entry-form input{flex:1;padding:1rem .5rem;font-size:1.2rem;border:none;background:transparent;font-weight:500;color:#000}.name-entry-form input::placeholder{color:#999}.name-entry-form input:focus{outline:none}.name-entry-form button{padding:1rem 2rem;font-size:1.1rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;background:#2ca02c;color:#fff;transition:all .2s}.name-entry-form button:hover:not(:disabled){background:#25882a;transform:scale(1.05)}.name-entry-form button:disabled{background:#999;cursor:not-allowed;opacity:.5}@media(max-width:768px){.name-entry-form{flex-direction:column;min-width:auto;width:90%}.handle-input-wrapper,.name-entry-form button{width:100%}.name-entry-screen h2{font-size:2rem}.name-entry-screen p{font-size:1.1rem}}.lobby-actions{margin-bottom:2rem;text-align:center}.create-room-btn{background:#ff6b35;color:#fff;border:none;padding:1rem 2rem;font-size:1.2rem;font-weight:700;border-radius:8px;cursor:pointer;box-shadow:0 4px 12px #0000004d;transition:all .3s}.create-room-btn:hover{background:#ff8555;transform:translateY(-2px);box-shadow:0 6px 16px #0006}.create-room-form{display:flex;gap:1rem;justify-content:center;align-items:center;background:#ffffff1a;padding:1.5rem;border-radius:8px;max-width:500px;margin:0 auto}.create-room-form input{flex:1;padding:.75rem 1rem;font-size:1rem;border:2px solid rgba(255,255,255,.3);border-radius:4px;background:#ffffffe6;color:#000}.create-room-form input::placeholder{color:#0006}.create-room-form input:focus{outline:none;border-color:#ff6b35;box-shadow:0 0 0 3px #ff6b3533}.create-room-form button{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;transition:all .2s}.create-room-form button:first-of-type{background:#2ca02c;color:#fff}.create-room-form button:first-of-type:hover:not(:disabled){background:#25882a}.create-room-form button:first-of-type:disabled{background:#999;cursor:not-allowed}.create-room-form button:last-of-type{background:#d62728;color:#fff}.create-room-form button:last-of-type:hover{background:#b01f20}.lobby-error{margin-top:1rem;color:#ffd0d0;font-weight:600;text-align:center}.rooms-list{background:#ffffff1a;border-radius:12px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.rooms-list h2{margin:0 0 1.5rem;font-size:1.8rem;text-align:center}.no-rooms{text-align:center;font-size:1.1rem;opacity:.7;padding:3rem}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}@media(max-width:768px){.lobby-header h1{font-size:2rem}.lobby-content{padding:1rem}.rooms-grid{grid-template-columns:1fr}.create-room-form{flex-direction:column;max-width:100%}.create-room-form input{width:100%}}@media(min-width:769px)and (max-width:1024px){.rooms-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.rooms-grid{grid-template-columns:repeat(3,1fr)}}.room-card{background:#fffffff2;color:#333;border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px #0003;transition:transform .2s,box-shadow .2s}.room-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000004d}.room-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #eee}.room-header h3{margin:0;font-size:1.3rem;color:#333}.private-badge{font-size:.85rem;background:#ff6b35;color:#fff;padding:.25rem .75rem;border-radius:12px;font-weight:600}.room-info{margin-bottom:1rem}.room-info p{margin:.5rem 0;font-size:.95rem}.status{font-weight:600;padding:.25rem 0}.status-waiting{color:#2ca02c}.status-empty{color:#2ca02c;opacity:.9}.status-playing{color:#1f77b4}.status-full{color:#d62728}.join-room-btn{width:100%;padding:.75rem;font-size:1rem;font-weight:700;border:none;border-radius:6px;cursor:pointer;background:#1f77b4;color:#fff;transition:background .2s}.join-room-btn:hover:not(:disabled){background:#1557a0}.join-room-btn:disabled{background:#999;cursor:not-allowed;opacity:.6}.room-name-chip{margin-left:1rem;padding:.25rem .75rem;border-radius:999px;background:#fff3;color:#fff;font-size:.95rem;font-weight:600;letter-spacing:.5px;display:inline-flex;align-items:center;justify-content:center;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}html,body,#root{height:100%;margin:0}.menu{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1rem 2rem;background:#f5f5f5;border-bottom:2px solid #ddd}.header-controls{display:flex;align-items:center;gap:1rem}.player-count-label{font-size:1rem;font-weight:500;color:#333}.player-count-select{padding:.5rem 1rem;font-size:1.2rem;font-weight:600;border:2px solid #ddd;border-radius:4px;background:#fff;color:#000;cursor:pointer;transition:border-color .2s;min-width:60px}.player-count-select:hover{border-color:#1f77b4}.player-count-select:focus{outline:none;border-color:#1f77b4;box-shadow:0 0 0 2px #1f77b41a}.room-meta{display:flex;flex-direction:column;align-items:flex-start;background:#1f77b41f;border:1px solid rgba(31,119,180,.35);padding:.35rem .75rem;border-radius:8px;min-width:140px;max-width:220px}.room-meta-name{font-weight:600;color:#0d3d6b;font-size:1.05rem;margin-bottom:.15rem;word-break:break-word}.room-meta-host{font-size:.85rem;color:#1557a0;opacity:.85}button{padding:.5rem 1rem;font-size:1rem;font-weight:500;color:#fff;background:#1f77b4;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}button:hover{background:#1557a0}button:active{background:#0d3d6b}.header-title{display:flex;align-items:center;gap:1rem}.header-center{flex:1;display:flex;justify-content:center;align-items:center}.header-logo{height:100px;width:auto}.menu h1{margin:0;font-size:1.8rem;font-weight:700;color:#000}.boodgy-script{font-family:Lucida Calligraphy,Lucida Handwriting,cursive;font-weight:400;font-size:2.2rem;color:#000}.boodgy-subtitle{font-family:Helvetica Neue,Arial,sans-serif;font-weight:300;font-size:1.6rem;color:#222}.player-count{font-size:1rem;font-weight:500;color:#555}.hud{padding:1rem;text-align:center;background:#f5f5f5;border-top:2px solid #ddd}.app-shell{display:flex;flex-direction:column;height:100vh}.stage-wrap{flex:1;display:flex;justify-content:center;align-items:center;background:#fff;width:100%;height:100%;overflow:hidden}canvas{display:block;background:#fff;max-width:95vw;max-height:85vh;width:auto;height:auto;object-fit:contain}: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;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}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}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
