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;margin:0;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}button{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s ease}button:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}button:active{transform:translateY(0)}.primary-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.secondary-button{background:#fff;border:2px solid #ddd;color:#333}.danger-button{background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff}.success-button{background:linear-gradient(135deg,#51cf66,#40c057);color:#fff}input{border:2px solid #ddd;border-radius:8px;font-size:16px;padding:12px 16px;transition:border-color .2s ease}input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.App{background:#f5f5f5;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;text-align:center}.app-header{background:#fff;border-bottom:1px solid #ddd;box-shadow:0 2px 4px #0000001a;padding:20px 0}.app-header h1{color:#2c3e50;font-size:2.2rem;font-weight:600;margin:0}.home-container{margin:0 auto;max-width:800px;padding:40px 20px}.home-title{color:#2c3e50;font-size:2.5rem;font-weight:600;margin-bottom:20px}.home-subtitle{color:#7f8c8d;font-size:1.2rem;margin-bottom:40px}.home-buttons{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:40px 0}.home-button{background:#fff;border:2px solid #3498db;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#2c3e50;cursor:pointer;padding:30px 20px;transition:all .2s ease}.home-button:hover{background:#3498db;box-shadow:0 4px 12px #00000026;color:#fff;transform:translateY(-2px)}.home-button .icon{display:block;font-size:2.5rem;margin-bottom:15px}.home-button .title{font-size:1.3rem;font-weight:600;margin-bottom:8px}.home-button .description{font-size:.9rem;opacity:.8}.ludo-board-container{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;margin:20px;padding:20px}.ludo-board{grid-gap:1px;background:#8b4513;border:2px solid #654321;border-radius:6px;display:grid;gap:1px;grid-template-rows:repeat(15,35px);padding:8px}.board-row{grid-gap:1px;display:grid;gap:1px;grid-template-columns:repeat(15,35px)}.ludo-cell{align-items:center;border:1px solid #999;border-radius:2px;display:flex;font-weight:700;height:35px;justify-content:center;position:relative;width:35px}.ludo-cell.empty-cell{background:#f4f4f4}.ludo-cell.path-cell{background:#fff;border:1px solid #ddd}.ludo-cell.home-area{border:2px solid}.ludo-cell.red-home{background:#ffe6e6;border-color:#e74c3c}.ludo-cell.blue-home{background:#e6f2ff;border-color:#3498db}.ludo-cell.yellow-home{background:#fff9e6;border-color:#f1c40f}.ludo-cell.green-home{background:#cfc;border-color:#0f0}.ludo-cell.safe-zone{border:2px solid}.ludo-cell.red-safe{background:#f99;border-color:red}.ludo-cell.blue-safe{background:#99f;border-color:#00f}.ludo-cell.yellow-safe{background:#ff9;border-color:#ff0}.ludo-cell.green-safe{background:#9f9;border-color:#0f0}.ludo-cell.center-area{background:linear-gradient(45deg,red,#00f,#ff0,#0f0);border:3px solid #333;color:#fff;font-weight:700}.ludo-piece{align-items:center;border:2px solid #333;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:28px;justify-content:center;position:absolute;transition:transform .2s ease;width:28px;z-index:10}.ludo-piece.red-piece{background:#e74c3c}.ludo-piece.blue-piece{background:#3498db}.ludo-piece.yellow-piece{background:#f1c40f;color:#333}.ludo-piece.green-piece{background:#2ecc71}.ludo-piece.moveable{border-color:gold;box-shadow:0 0 8px #ffd700cc}.ludo-piece:hover{transform:scale(1.1)}.dice-area{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;flex-direction:column;gap:15px;margin-top:20px;padding:20px}.dice,.dice-display{align-items:center;display:flex;justify-content:center}.dice{background:#fff;border:2px solid #333;border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#333;font-size:20px;font-weight:700;height:50px;width:50px}.roll-dice-btn{background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:background-color .2s ease}.roll-dice-btn:hover{background:#2980b9}.roll-dice-btn:disabled{background:#bdc3c7;cursor:not-allowed}.current-turn{background:#e8f5e8;border:1px solid #27ae60;border-radius:6px;color:#27ae60;font-size:16px;font-weight:600;padding:8px 16px}.game-container{display:flex;flex-direction:column;min-height:100vh}.game-header{align-items:center;background:#0000001a;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:15px 30px}.game-content{display:flex;flex:1 1;gap:20px;padding:20px}.game-main{display:flex;flex:1 1;justify-content:center}.game-sidebar-container{width:300px}.game-sidebar{background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:-webkit-fit-content;height:fit-content;padding:20px}.game-sidebar h3{border-bottom:2px solid #ecf0f1;color:#2c3e50;font-size:1.2rem;margin-bottom:15px;margin-top:0;padding-bottom:10px}.players-list{display:flex;flex-direction:column;gap:10px}.player-info{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;gap:12px;padding:12px;transition:all .2s ease}.player-info.active{background:#e8f5e8;border-color:#27ae60}.player-info.current-turn{background:#fdf6e3;border-color:#f39c12;box-shadow:0 0 8px #f39c124d}.player-info.own-player{background:#ebf3fd;border-color:#3498db}.player-color{border:3px solid #fff;border-radius:50%;height:30px;width:30px}.player-color.red{background:red}.player-color.blue{background:#00f}.player-color.yellow{background:#ff0}.player-color.green{background:#0f0}.player-details{flex:1 1}.player-name{font-weight:700;margin-bottom:5px}.player-pieces{font-size:14px;opacity:.8}.waiting-slot{font-style:italic;opacity:.6}.game-rules{margin-top:30px}.game-rules h4{color:#fff;margin-bottom:15px}.game-rules ul{padding-left:20px;text-align:left}.game-rules li{font-size:14px;margin-bottom:8px;opacity:.9}.form-container{margin:0 auto;max-width:500px;padding:30px}.form-group{margin-bottom:20px;text-align:left}.form-group label{color:#fff;display:block;font-weight:700;margin-bottom:8px}.form-group input,.form-group select{background:#ffffff1a;border:2px solid #fff3;border-radius:8px;color:#fff;font-size:16px;padding:12px 16px;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input::placeholder{color:#fff9}.checkbox-group{align-items:center;display:flex;gap:10px;margin-bottom:20px}.checkbox-group input[type=checkbox]{width:auto}.checkbox-group label{margin-bottom:0}.error-message{background:#ff6b6b33;border:1px solid #ff6b6b;border-radius:8px;color:#ff6b6b;margin-bottom:20px;padding:15px}.success-message{background:#4ecdc433;border:1px solid #4ecdc4;border-radius:8px;color:#4ecdc4;margin-bottom:20px;padding:15px}.back-button{background:#ffffff1a;border:2px solid #fff3;border-radius:25px;color:#fff;cursor:pointer;padding:10px 20px;transition:all .3s ease}.back-button:hover{background:#fff3;border-color:#fff6}.chat-icon-container{bottom:30px;cursor:pointer;position:fixed;right:30px;z-index:1000}.chat-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 20px #0000004d;display:flex;font-size:24px;height:60px;justify-content:center;transition:all .3s ease;width:60px}.chat-icon:hover{box-shadow:0 6px 25px #0006;transform:scale(1.1)}.chat-notification-badge{background:#ff6b6b;border-radius:12px;color:#fff;font-size:12px;font-weight:700;min-width:20px;padding:4px 8px;position:absolute;right:-5px;text-align:center;top:-5px}.chat-overlay{bottom:100px;position:fixed;right:30px;z-index:1001}.chat-popup{animation:slideUp .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:15px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;height:400px;overflow:hidden;width:350px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-popup-header{align-items:center;background:#667eea1a;border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;padding:15px 20px}.chat-popup-header h3{color:#333;margin:0}.chat-close-button{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;width:30px}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:10px;overflow-y:auto;padding:15px}.chat-message{background:#667eea1a;border-radius:15px;color:#333;max-width:80%;padding:10px 15px}.chat-message.own-message{align-self:flex-end;background:#4ecdc433}.message-header{align-items:center;display:flex;font-size:12px;justify-content:space-between;margin-bottom:5px}.sender{color:#666;font-weight:700}.timestamp{color:#999}.message-text{font-size:14px;line-height:1.4}.no-messages{color:#999;font-style:italic;padding:40px 20px;text-align:center}.chat-input-container{border-top:1px solid #0000001a;display:flex;gap:10px;padding:15px}.chat-input{background:#fff;border:1px solid #0003;border-radius:20px;color:#333;flex:1 1;padding:10px 15px}.send-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:700;padding:10px 20px}.send-button:disabled{cursor:not-allowed;opacity:.5}.container{margin:0 auto;max-width:1200px;padding:20px}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;box-shadow:0 8px 32px #0000004d;padding:30px}.loading{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-left-color:#fff;border-radius:50%;height:40px;margin:0 auto;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.error-screen,.loading-screen{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:60vh}.connection-status{align-items:center;display:flex;font-size:14px;gap:8px}.status-indicator{border-radius:50%;display:inline-block;height:10px;width:10px}.status-indicator.connected{background:#4caf50}.status-indicator.connecting{animation:pulse 1s infinite;background:#ffc107}.status-indicator.disconnected,.status-indicator.error{background:#f44336}.game-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.game-result{background:#fffffff2;border-radius:20px;box-shadow:0 20px 60px #0000004d;color:#333;padding:40px;text-align:center}.game-result h2{color:#333;margin-top:0}@media (max-width:768px){.game-content{flex-direction:column}.game-sidebar-container{width:100%}.ludo-board{grid-template-rows:repeat(15,30px)}.board-row{grid-template-columns:repeat(15,30px)}.ludo-cell{height:30px;width:30px}.ludo-piece{font-size:16px;height:24px;width:24px}.home-buttons{grid-template-columns:1fr}.chat-popup{height:350px;width:300px}.chat-overlay{bottom:90px;right:20px}}
/*# sourceMappingURL=main.c1cded4c.css.map*/