body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app,body{min-height:100vh}.app{align-items:center;display:flex;justify-content:center;padding:20px}.lobby{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:500px;padding:40px;text-align:center;width:100%}.lobby h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:20px}.demo-notice{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;margin-bottom:30px;padding:20px;text-align:left}.demo-notice p{line-height:1.5;margin-bottom:10px}.demo-notice p:last-child{margin-bottom:0}.features-info{background:#f8f9fa;border-radius:15px;margin-top:30px;padding:20px;text-align:left}.features-info h3{color:#333;font-size:1.3rem;margin-bottom:15px}.features-info ul{list-style:none;padding:0}.features-info li{color:#555;font-weight:500;padding:5px 0}.lobby-form input{border:2px solid #e1e5e9;border-radius:10px;font-size:16px;margin-bottom:20px;padding:15px;transition:border-color .3s ease;width:100%}.lobby-form input:focus{border-color:#667eea;outline:none}.lobby-actions{display:flex;flex-direction:column;gap:15px}.create-room-btn,.join-room-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:15px 30px;transition:transform .2s ease}.create-room-btn:hover,.join-room-btn:hover{transform:translateY(-2px)}.join-section{display:flex;gap:10px}.join-section input{flex:1 1;margin-bottom:0}.game-result{background:#f8f9fa;border-left:4px solid #28a745;border-radius:10px;margin-top:30px;padding:20px}.game-result h2{color:#28a745;margin-bottom:10px}.game-container{background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:1400px;min-height:80vh;overflow:hidden;width:100%}.game-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:20px 30px}.game-header h1{font-size:1.8rem;font-weight:700}.start-game-btn{background:#fff3;border:2px solid #fff;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 20px;transition:all .3s ease}.start-game-btn:hover{background:#fff;color:#667eea}.timer{background:#fff3;border-radius:8px;font-size:1.2rem;font-weight:600;padding:10px 20px}.game-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr;min-height:600px;padding:30px}.left-panel{display:flex;flex-direction:column;gap:20px}.question-panel{background:#f8f9fa;border-left:4px solid #667eea;border-radius:15px;padding:20px}.question-panel h2{color:#333;font-size:1.3rem;margin-bottom:15px}.question-panel p{color:#666;font-size:1.1rem;line-height:1.6}.player-info{background:#e8f4fd;border-left:4px solid #17a2b8;border-radius:15px;padding:20px}.player-info h3{color:#333;font-size:1.2rem;margin-bottom:15px}.account-details p{color:#555;font-weight:500;margin-bottom:8px}.order-form{background:#f8f9fa;border-left:4px solid #28a745;border-radius:15px;padding:20px}.order-form h3{color:#333;font-size:1.2rem;margin-bottom:15px}.order-type{display:flex;gap:10px;margin-bottom:15px}.order-type button{background:#fff;border:2px solid #e1e5e9;border-radius:8px;cursor:pointer;flex:1 1;font-weight:500;padding:10px;transition:all .3s ease}.order-type button.active{background:#667eea;border-color:#667eea;color:#fff}.order-form input{border:2px solid #e1e5e9;border-radius:8px;font-size:14px;margin-bottom:10px;padding:12px;transition:border-color .3s ease;width:100%}.order-form input:focus{border-color:#667eea;outline:none}.place-order-btn{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:15px;padding:12px;transition:transform .2s ease;width:100%}.place-order-btn:hover{transform:translateY(-2px)}.cancel-orders{display:flex;gap:10px}.cancel-btn{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;padding:8px;transition:background-color .3s ease}.cancel-btn:hover{background:#c82333}.right-panel{display:flex;flex-direction:column;gap:20px}.order-book{background:#f8f9fa;border-left:4px solid #ffc107;border-radius:15px;padding:20px}.order-book h3{color:#333;font-size:1.2rem;margin-bottom:15px}.order-book-content{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.asks h4,.bids h4{color:#666;font-size:1rem;margin-bottom:10px;text-align:center}.order-list{display:flex;flex-direction:column;gap:2px}.order-row{border-radius:4px;display:flex;font-size:14px;font-weight:500;justify-content:space-between;padding:8px 12px}.ask-row{background:#fff5f5;color:#dc3545}.bid-row{background:#f0fff4;color:#28a745}.order-row .price{font-weight:600}.recent-trades{background:#f8f9fa;border-left:4px solid #6f42c1;border-radius:15px;padding:20px}.recent-trades h3{color:#333;font-size:1.2rem;margin-bottom:15px}.trades-list{display:flex;flex-direction:column;gap:5px;max-height:200px;overflow-y:auto}.trade-row{background:#fff;border-left:3px solid #6f42c1;border-radius:4px;display:flex;font-size:13px;justify-content:space-between;padding:6px 10px}.trade-price{color:#6f42c1;font-weight:600}.trade-participants{color:#666;font-size:12px}.leaderboard{background:#f8f9fa;border-left:4px solid #fd7e14;border-radius:15px;padding:20px}.leaderboard h3{color:#333;font-size:1.2rem;margin-bottom:15px}.players-list{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto}.player-row{grid-gap:10px;align-items:center;background:#fff;border-radius:8px;display:grid;font-size:14px;gap:10px;grid-template-columns:40px 1fr 80px 80px;padding:10px}.player-row:first-child{background:linear-gradient(135deg,gold,#ffed4e);font-weight:600}.player-row:nth-child(2){background:linear-gradient(135deg,silver,#e8e8e8)}.player-row:nth-child(3){background:linear-gradient(135deg,#cd7f32,#daa520)}.rank{color:#666;font-weight:600}.username{color:#333;font-weight:500}.cash,.position{color:#555;font-weight:500;text-align:right}@media (max-width:1200px){.game-content{gap:20px;grid-template-columns:1fr}.right-panel{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.leaderboard{grid-column:1/-1}}@media (max-width:768px){.app{padding:10px}.game-container{border-radius:10px}.game-header{flex-direction:column;gap:15px;padding:15px 20px}.game-content{padding:20px}.order-book-content,.right-panel{grid-template-columns:1fr}.player-row{font-size:12px;grid-template-columns:30px 1fr 70px 70px}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
/*# sourceMappingURL=main.37dd71f9.css.map*/