*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#151a28;min-height:100vh;color:#e2e8f0}.H45{font-size:3rem}.H1{font-size:2rem;color:#e2e8f0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#475569;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#64748b}.header{top:0;background-color:#1e293b;position:fixed;justify-content:space-between;flex-wrap:nowrap;gap:20px;border-bottom:1px solid #1e293b;width:100%;z-index:99;flex-direction:row;padding:8px 20px}.header,.logo{display:flex;align-items:center}.logo{font-size:1.75rem;font-weight:600;color:#f8fafc;gap:12px;letter-spacing:-.025em}.logo-icon{font-size:2rem}.logo-subtitle{font-size:.875rem;color:#94a3b8;font-weight:400;margin-top:4px;letter-spacing:.025em}.panic-button{background:#334155;color:#e2e8f0;border:1px solid #475569;padding:10px 20px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.panic-button:hover{background:#475569;border-color:#64748b;transform:translateY(-1px)}.panic-button:active{transform:translateY(0)}.panic-hint{font-size:.75rem;color:#64748b;margin-top:4px;text-align:right}.search-section{max-width:500px;width:100%}.search-bar{width:100%;padding:14px 18px;font-size:1rem;border:1px solid #334155;border-radius:8px;background:#1e293b;color:#e2e8f0;transition:all .2s ease}.search-bar::placeholder{color:#64748b}.search-bar:focus{outline:none;border-color:#3b82f6;background:#1e293b}.body_container{margin-top:90px;padding:0 20px}.filter-section{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:32px;justify-content:center;flex-direction:row}.filter-button{padding:8px 16px;border:1px solid #334155;border-radius:6px;background:#1e293b;color:#94a3b8;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-button:hover{background:#334155;color:#e2e8f0;border-color:#475569}.filter-button.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:20px;gap:20px;margin-bottom:40px}.game-card{background:#1e293b;border:1px solid #334155;border-radius:10px;overflow:hidden;transition:all .2s ease;cursor:pointer;text-decoration:none;color:inherit;display:block}.game-card:hover{transform:translateY(-4px);border-color:#3b82f6;background:#253346}.game-thumbnail{width:100%;height:180px;object-fit:cover;background:linear-gradient(135deg,#1e3a8a,#1e40af);display:flex;align-items:center;justify-content:center;color:#93c5fd;font-size:2.5rem;font-weight:600;border-bottom:1px solid #334155}.game-info{padding:8px 18px 2px}.game-title{font-size:.95rem;font-weight:600;margin-bottom:8px;color:#f8fafc}.game-description{font-size:.875rem;color:#94a3b8;margin-bottom:14px;line-height:1.5}.game-category{display:inline-block;padding:5px 12px;background:#334155;color:#cbd5e1;border-radius:4px;font-size:.75rem;font-weight:500;border:1px solid #475569}.featured-badge{position:absolute;top:12px;right:12px;background:#3b82f6;color:#fff;padding:5px 10px;border-radius:4px;font-size:.75rem;font-weight:600;z-index:1;border:1px solid #2563eb}.game-page{min-height:100vh;display:flex;flex-direction:column}.game-header{background:#1e293b;border-bottom:1px solid #334155;padding:16px 20px;display:flex;width:100%;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px;position:fixed;z-index:99}.back-button{background:#334155;color:#e2e8f0;border:1px solid #475569;padding:10px 20px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.back-button:hover{background:#475569;border-color:#64748b;transform:translateY(-1px)}.ads{display:flex;align-items:center;flex-direction:row}.ads_section{height:600px;width:160px;background:#131e39;margin:0 16px}.module-player-full{display:flex;background:#0f172a;padding:0;margin-top:100px;flex-direction:row;justify-content:center}.player-wrapper-full{width:100%;height:auto;background:#000;display:flex;align-items:center;justify-content:center;padding:0 12px;max-width:1200px}.player-shell{position:relative;width:100%;max-width:1190px}.game-frame-full{width:100%;max-width:1190px;aspect-ratio:1190/740;max-height:740px;height:100%;border:none;display:block;background:#000;overflow:hidden}.player-controls{position:absolute;right:10px;bottom:10px;display:flex;gap:8px}.control-btn{background:rgba(30,41,59,.9);color:#e2e8f0;border:1px solid #334155;width:36px;height:36px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:all .2s ease}.control-btn:hover{background:rgba(51,65,85,.95);border-color:#475569}.module-details{background:#0f172a;border-top:1px solid #334155;padding:40px 20px}.details-grid{max-width:1200px;margin:0 auto;display:flex;gap:16px;flex-direction:column}.module-content{display:grid;grid-template-columns:320px 1fr;grid-gap:0;gap:0;height:calc(100vh - 140px);background:#0f172a}.module-info{background:#1e293b;border-right:1px solid #334155;padding:24px;overflow-y:auto}.info-section:last-child{margin-bottom:0}.H22,.info-title{font-size:1.4375rem;font-weight:600;color:#f8fafc;margin:16px 0 8px;letter-spacing:-.025em}.info-text>ul{margin-left:40px}.info-list{list-style:none;padding:0;margin:0}.info-list li{font-size:.95rem;color:#94a3b8;padding:8px 0 8px 20px;position:relative;line-height:1.5}.info-list li:before{content:"•";position:absolute;left:6px;color:#3b82f6;font-weight:700}.info-meta{display:flex;flex-direction:column;gap:10px;min-width:250px;max-width:360px;width:100%}.info-container{gap:16px;display:flex;flex-direction:row;justify-content:flex-start;width:100%}.meta-item{display:flex;justify-content:space-between;padding:8px 12px;background:#0f172a;border:1px solid #334155;border-radius:6px}.meta-label{color:#64748b}.meta-label,.meta-value{font-size:.8125rem;font-weight:500}.meta-value{color:#e2e8f0}.info-text{font-size:.95rem;color:#94a3b8;line-height:1.6;margin:0}.module-player{display:flex;flex-direction:column;background:#0f172a;overflow:hidden}.player-wrapper{flex:1 1;display:flex;align-items:center;justify-content:center;padding:0}.game-frame{width:100%;height:100%;border:none;background:#fff}.game-frame-container{flex:1 1;padding:0;display:flex;justify-content:center;align-items:center;background:#0f172a}.no-results{text-align:center;padding:60px 20px;color:#94a3b8}.no-results h2{font-size:1.75rem;margin-bottom:12px;color:#cbd5e1}.no-results p{font-size:1rem;color:#64748b}@media (max-width:1024px){.module-content{grid-template-columns:280px 1fr}.module-info{padding:20px}.details-grid{gap:16px}}@media (max-width:768px){.logo{font-size:1.5rem}.games-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.filter-section{gap:8px}.filter-button{padding:8px 16px;font-size:.9rem}.player-wrapper-full{padding:0 8px}.details-grid{grid-template-columns:1fr;gap:12px}.module-details{padding:32px 16px}.module-content{grid-template-columns:1fr;height:auto}.module-info{border-right:none;border-bottom:1px solid #334155;max-height:300px}.module-player{height:calc(100vh - 500px);min-height:400px}}@media (max-width:480px){.games-grid{grid-template-columns:1fr}.header{flex-direction:column;align-items:stretch}.panic-button{width:100%;justify-content:center}.player-wrapper-full{padding:0 6px}.module-details{padding:24px 12px}.details-grid{gap:12px}.module-info{padding:16px;max-height:250px}}