.game-sidebar{background-color:#1e293b;width:280px;min-height:100vh;padding:1.5rem 0;transition:width .3s ease;display:flex;flex-direction:column;border-right:1px solid #334155;position:sticky;top:0;overflow-y:auto}.game-sidebar.collapsed{width:60px}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;margin-bottom:1.5rem}.sidebar-title{font-size:1.25rem;font-weight:600;color:#f8fafc;transition:opacity .3s ease}.sidebar-title.hidden{opacity:0;width:0;overflow:hidden}.collapse-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:background-color .2s,color .2s;display:flex;align-items:center;justify-content:center}.collapse-btn:hover{background-color:#334155;color:#f8fafc}.collapse-icon{transition:transform .3s ease}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;padding:0 1rem;margin-bottom:2rem;transition:opacity .3s ease;overflow:hidden}.sidebar-nav.hidden{opacity:0;height:0;padding:0;margin:0}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;background:none;border:none;color:#cbd5e1;font-size:.95rem;cursor:pointer;transition:background-color .2s,color .2s;text-align:left;width:100%}.nav-item:hover:not(.disabled){background-color:#334155;color:#f8fafc}.nav-item.active{background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff}.nav-item.disabled{cursor:not-allowed;opacity:.6}.nav-icon{width:20px;height:20px;flex-shrink:0}.coming-soon{margin-left:auto;font-size:.75rem;color:#fbbf24;font-style:italic}.my-games{padding:0 1rem;transition:opacity .3s ease;overflow:hidden}.my-games.hidden{opacity:0;height:0;padding:0}.my-games-title{font-size:1rem;font-weight:600;color:#f8fafc;margin-bottom:1rem;padding:0 .5rem}.my-games-list{display:flex;flex-direction:column;gap:1rem}.game-progress-item{padding:.75rem;background-color:#0f172a;border-radius:.5rem;border:1px solid #334155;transition:border-color .2s}.game-progress-item:hover{border-color:#475569}.game-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.game-name{font-size:.875rem;font-weight:500;color:#f8fafc}.status-icon{flex-shrink:0}.status-icon.completed{color:#22c55e}.status-icon.paused{color:#f59e0b}.game-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.75rem}.last-played{color:#94a3b8}.progress-percentage{color:#e879f9;font-weight:600}.progress-bar{width:100%;height:6px;background-color:#1e293b;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#a855f7,#ec4899);border-radius:3px;transition:width .3s ease}.game-sidebar::-webkit-scrollbar{width:6px}.game-sidebar::-webkit-scrollbar-track{background:#0f172a}.game-sidebar::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.game-sidebar::-webkit-scrollbar-thumb:hover{background:#475569}.carousel{width:100%;margin-bottom:3rem}.carousel-container{position:relative;width:100%;height:400px;overflow:hidden;border-radius:1rem}.carousel-track{display:flex;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.carousel-slide{min-width:100%;height:100%;position:relative;display:flex;align-items:flex-end}.carousel-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.placeholder-gradient{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);animation:gradientShift 8s ease infinite}@keyframes gradientShift{0%,to{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb)}50%{background:linear-gradient(135deg,#f093fb,#764ba2,#667eea)}}.carousel-content{position:relative;z-index:1;padding:2.5rem;background:linear-gradient(to top,#000000e6,#0006);width:100%;animation:slideUp .6s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.carousel-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.75rem;animation:fadeIn .8s cubic-bezier(.4,0,.2,1) .2s backwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.carousel-description{font-size:1.125rem;color:#e2e8f0;margin-bottom:1.25rem;max-width:600px;animation:fadeIn .8s cubic-bezier(.4,0,.2,1) .3s backwards}.carousel-stats{display:flex;gap:1.5rem;animation:fadeIn .8s cubic-bezier(.4,0,.2,1) .4s backwards}.stat{display:flex;align-items:center;gap:.5rem;color:#cbd5e1;font-size:.95rem}.stat svg{color:#e879f9}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#0f172ab3;border:1px solid rgba(148,163,184,.3);color:#f8fafc;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:2;backdrop-filter:blur(8px)}.carousel-btn:hover{background:#0f172ae6;border-color:#a855f780;transform:translateY(-50%) scale(1.1)}.carousel-btn:active{transform:translateY(-50%) scale(.95)}.carousel-prev{left:1.5rem}.carousel-next{right:1.5rem}.carousel-indicators{display:flex;justify-content:center;gap:.75rem;margin-top:1.5rem}.indicator{width:10px;height:10px;border-radius:50%;background:#475569;border:none;cursor:pointer;transition:all .3s ease;padding:0}.indicator:hover{background:#64748b;transform:scale(1.2)}.indicator.active{background:linear-gradient(135deg,#a855f7,#ec4899);width:30px;border-radius:5px}@media(max-width:768px){.carousel-container{height:300px}.carousel-content{padding:1.5rem}.carousel-title{font-size:1.5rem}.carousel-description{font-size:.95rem}.carousel-btn{width:40px;height:40px}.carousel-prev{left:1rem}.carousel-next{right:1rem}}.game-card{background-color:#1e293b;border-radius:.75rem;overflow:hidden;transition:all .3s ease;border:1px solid #334155;display:flex;flex-direction:column}.game-card:hover{border-color:#475569;transform:translateY(-4px);box-shadow:0 10px 25px #0000004d}.game-card-image{position:relative;width:100%;height:200px;overflow:hidden}.game-placeholder-gradient{width:100%;height:100%;background:linear-gradient(135deg,#ec4899,#a855f7,#6366f1)}.game-card:nth-child(2n) .game-placeholder-gradient{background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899)}.game-card:nth-child(3n) .game-placeholder-gradient{background:linear-gradient(135deg,#10b981,#3b82f6,#8b5cf6)}.game-badge{position:absolute;top:.75rem;padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.game-badge.free{left:.75rem;background-color:#22c55e;color:#fff}.game-badge.new{right:.75rem;background-color:#3b82f6;color:#fff}.game-badge.free+.game-badge.new{right:.75rem;left:auto}.favorite-btn{position:absolute;top:.75rem;right:.75rem;background:#0f172acc;border:1px solid rgba(148,163,184,.3);color:#cbd5e1;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;backdrop-filter:blur(8px)}.favorite-btn:hover{background:#0f172af2;border-color:#ec489980;transform:scale(1.1)}.favorite-btn.favorited{background:#ec489933;border-color:#ec4899;color:#ec4899}.favorite-btn.favorited:hover{background:#ec48994d;transform:scale(1.15)}.game-card-content{padding:1.25rem;display:flex;flex-direction:column;flex:1}.game-card-title{font-size:1.125rem;font-weight:600;color:#f8fafc;margin-bottom:1rem}.game-card-meta{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem;flex:1}.meta-item{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.875rem}.meta-item svg{flex-shrink:0;color:#a855f7}.show-more-btn{width:100%;padding:.75rem;background:linear-gradient(135deg,#a855f7,#ec4899);color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease}.show-more-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #a855f766}.show-more-btn:active{transform:translateY(0)}@media(max-width:768px){.game-card-image{height:160px}.game-card-title{font-size:1rem}.meta-item{font-size:.8125rem}}.play-layout{display:flex;min-height:100vh;background-color:#0f172a}.play-content{flex:1;padding:2rem;overflow-y:auto;transition:margin-left .3s ease}.play-content-full{flex:1;padding:0;overflow-y:auto;width:100%}.games-view{max-width:1400px;margin:0 auto}.game-section{margin-bottom:3.5rem}.section-title{font-size:1.75rem;font-weight:700;color:#f8fafc;margin-bottom:1.5rem}.filter-controls{display:flex;gap:1rem;margin-bottom:2rem}.filter-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background-color:#1e293b;border:1px solid #334155;border-radius:.5rem;color:#cbd5e1;font-size:.95rem;cursor:pointer;transition:all .2s ease}.filter-btn:hover{background-color:#334155;border-color:#475569}.filter-btn svg{transition:transform .2s ease}.filter-btn:hover svg{transform:rotate(180deg)}.game-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.coming-soon-view{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;opacity:0;animation:fadeInUp .6s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.coming-soon-view h2{font-size:2.5rem;font-weight:700;color:#f8fafc;margin-bottom:1rem;background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.coming-soon-view p{font-size:1.25rem;color:#94a3b8}@media(max-width:1200px){.game-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media(max-width:768px){.play-content{padding:1.5rem}.section-title{font-size:1.5rem}.game-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.filter-controls{flex-direction:column}.filter-btn{width:100%;justify-content:space-between}}@media(max-width:480px){.play-content{padding:1rem}.game-grid{grid-template-columns:1fr}.coming-soon-view h2{font-size:2rem}.coming-soon-view p{font-size:1rem}}
