.home-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column}.hero-section{padding:4rem 2rem;text-align:center;color:#fff;background:linear-gradient(180deg,#0003,#0000)}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin:0 0 1rem;line-height:1.2;text-shadow:0 2px 10px rgba(0,0,0,.3)}.hero-subtitle{display:block;font-size:1.5rem;font-weight:400;margin-top:.5rem;opacity:.95}.hero-description{font-size:1.25rem;margin:1.5rem 0 2.5rem;opacity:.95;font-weight:300;text-shadow:0 1px 3px rgba(0,0,0,.2)}.btn-primary{background:#fff;color:#667eea;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.btn-primary.btn-large{padding:1.125rem 3rem;font-size:1.125rem}.btn-secondary{background:#667eea;color:#fff;border:none;padding:.625rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.btn-secondary:hover{background:#5568d3;transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.content-wrapper{flex:1;max-width:1400px;margin:0 auto;padding:2rem;width:100%;box-sizing:border-box}.section{background:#fff;border-radius:20px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 10px 40px #0000001a}.section-header{margin-bottom:2rem}.section-title{font-size:2rem;font-weight:700;color:#2d3748;margin:0 0 .5rem;display:flex;align-items:center;gap:.75rem}.section-title .icon{font-size:2rem}.section-description{font-size:1rem;color:#718096;margin:0;padding-left:2.75rem}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.game-card{background:#f7fafc;border:2px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:all .3s ease;cursor:default}.game-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a;border-color:#667eea}.game-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.game-name{font-size:1.25rem;font-weight:700;color:#2d3748;margin:0;flex:1}.game-id{font-size:.75rem;color:#a0aec0;background:#edf2f7;padding:.25rem .625rem;border-radius:6px;font-family:Courier New,monospace;white-space:nowrap}.game-description{color:#4a5568;font-size:.9375rem;line-height:1.6;margin:0 0 1rem}.game-meta{display:flex;flex-direction:column;gap:.5rem}.meta-item{display:flex;align-items:center;font-size:.875rem}.meta-label{color:#718096;font-weight:500}.meta-value{color:#2d3748;font-weight:600;margin-left:.5rem}.rooms-list{display:flex;flex-direction:column;gap:1rem}.room-card{background:#f7fafc;border:2px solid #e2e8f0;border-radius:16px;padding:1.5rem;transition:all .3s ease}.room-card:hover{border-color:#667eea;box-shadow:0 8px 16px #00000014}.room-card-content{display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.room-info{flex:1}.room-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.room-id{font-size:1.125rem;font-weight:700;color:#2d3748;margin:0;font-family:Courier New,monospace}.room-status{font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.status-open{background:#c6f6d5;color:#22543d}.status-playing{background:#bee3f8;color:#2c5282}.status-paused{background:#feebc8;color:#7c2d12}.room-details{display:flex;flex-wrap:wrap;gap:1.5rem}.room-detail-item{display:flex;align-items:center;font-size:.875rem}.detail-label{color:#718096;font-weight:500}.detail-value{color:#2d3748;font-weight:600;margin-left:.5rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;gap:1rem;color:#718096}.error-message{display:flex;align-items:center;justify-content:center;padding:2rem;gap:.75rem;color:#c53030;background:#fff5f5;border:2px solid #feb2b2;border-radius:12px;font-weight:500}.empty-message{display:flex;align-items:center;justify-content:center;padding:3rem 2rem;gap:.75rem;color:#718096;font-size:1rem}.empty-message .icon,.error-message .icon{font-size:1.5rem}.home-footer{background:#0003;color:#fff;text-align:center;padding:2rem;margin-top:auto}.home-footer p{margin:0;opacity:.9;font-size:.875rem}.home-footer a{color:#fff;text-decoration:underline;text-decoration-color:#fff9;text-underline-offset:.25rem;font-weight:500;transition:all .3s ease;padding:.25rem .5rem;border-radius:6px;display:inline-block}.home-footer a:hover{background:#ffffff26;transform:translateY(-1px);box-shadow:0 2px 8px #0003;text-decoration-color:#fff;text-decoration-thickness:2px}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.content-wrapper{padding:1rem}.section{padding:1.5rem}.section-title{font-size:1.5rem}.section-description{padding-left:2.25rem}.games-grid{grid-template-columns:1fr}.room-card-content{flex-direction:column;align-items:stretch}.btn-secondary{width:100%}}
