*{box-sizing:border-box;margin:0;padding:0}body{color:#e0e6f0;background-color:#0d1117;min-height:100vh;font-family:Arial,sans-serif}[data-theme=light] body{color:#1a1a2e;background-color:#f5f5f5}.container{flex-direction:column;gap:1.5rem;max-width:1080px;margin:0 auto;padding:2rem 1rem;display:flex}.card{background-color:#161b22;border:1px solid #2a3040;border-radius:.75rem}[data-theme=light] .card{background-color:#fff;border-color:#d0d7e3}.theme-toggle-wrapper{justify-content:flex-end;display:flex}.btn{cursor:pointer;color:#e0e6f0;background:0 0;border:1px solid #0000;border-radius:.5rem;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.875rem;display:inline-flex}.btn-secondary{color:#7a8899;background-color:#1e2531;border-color:#2a3040}.btn-secondary:hover{color:#e0e6f0}.btn-primary-light{color:#00dcff;background-color:#00dcff1a;border-color:#00dcff4d}.text-primary{color:#00dcff}.text-foreground{color:#e0e6f0}.bg-secondary{background-color:#1e2531}.icon{vertical-align:middle}.clickable{cursor:pointer}img.icon{filter:invert()}[data-theme=light] img.icon{filter:invert(0)}.badge{border-radius:.375rem;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.7rem;display:inline-flex}.profile-header{border-radius:1rem;padding:2rem}.header-content{flex-direction:column;align-items:center;gap:2rem;display:flex}@media (width>=768px){.header-content{flex-direction:row;align-items:flex-start;gap:3rem}}.avatar-wrapper{flex-shrink:0;position:relative}.avatar-wrapper img{object-fit:cover;border:2px solid #00dcff;border-radius:1rem;width:9rem;height:9rem}@media (width>=768px){.avatar-wrapper img{width:11rem;height:11rem}}.status-dot{border:3px solid #0d1117;border-radius:50%;width:1.5rem;height:1.5rem;position:absolute;bottom:-.5rem;right:-.5rem}.status-dot-sm{border-radius:50%;width:.5rem;height:.5rem;margin-right:.5rem;display:inline-block}.profile-info{text-align:center;flex:1}@media (width>=768px){.profile-info{text-align:left}}.profile-name{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}@media (width>=768px){.profile-name{font-size:3rem}}.profile-status{color:#7a8899;justify-content:center;align-items:center;margin-bottom:1.25rem;font-size:1rem;display:flex}@media (width>=768px){.profile-status{justify-content:flex-start}}.profile-meta{color:#7a8899;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:1.5rem;font-size:1rem;display:flex}@media (width>=768px){.profile-meta{justify-content:flex-start}}.meta-item{align-items:center;gap:.5rem;display:flex}.profile-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width>=768px){.profile-actions{justify-content:flex-start}}.library-header h2{margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.count{color:#7a8899;margin-left:.5rem;font-size:.875rem;font-weight:400}.section-tabs{white-space:nowrap;border-bottom:1px solid #2a3040;gap:.25rem;margin-bottom:1rem;display:flex;overflow-x:auto}.tab-btn{color:#7a8899;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.5rem 1rem;font-size:.875rem}.tab-btn:hover{color:#e0e6f0}.tab-btn.active{color:#00dcff;border-bottom-color:#00dcff}.library-controls{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;display:flex}@media (width>=640px){.library-controls{flex-direction:row}}.search-input,.sort-input{flex:1;align-items:center;display:flex;position:relative}.search-input .icon,.sort-input .icon{pointer-events:none;color:#7a8899;position:absolute;left:.75rem}.search-input input,.sort-input select{color:#e0e6f0;appearance:none;background-color:#1e2531;border:1px solid #2a3040;border-radius:.5rem;outline:none;width:100%;padding:.625rem 1rem .625rem 2.5rem;font-size:.875rem}.search-input input:focus,.sort-input select:focus{border-color:#00dcff}.filter-panel{background-color:#161b22;border:1px solid #2a3040;border-radius:.5rem;align-items:center;gap:1.5rem;margin-bottom:1.25rem;padding:1rem;display:flex}.filter-panel label{flex-direction:column;gap:.25rem;display:flex}.filter-panel span{color:#7a8899;font-size:.75rem}.filter-panel input[type=range]{accent-color:#00dcff}.games-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.games-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.games-grid{grid-template-columns:repeat(3,1fr)}}.game-card{cursor:pointer;text-align:left;background-color:#161b22;border:1px solid #2a3040;border-radius:.5rem;flex-direction:column;transition:border-color .2s;display:flex;overflow:hidden}.game-card:hover{border-color:#00dcff}.card-image-wrapper{aspect-ratio:16/9;position:relative;overflow:hidden}.card-image-wrapper img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.game-card:hover .card-image-wrapper img{transform:scale(1.05)}.card-gradient{background:linear-gradient(#0000,#000c);position:absolute;inset:0}.card-title{color:#fff;font-size:.875rem;font-weight:700;position:absolute;bottom:.5rem;left:.75rem;right:.75rem;overflow:hidden}.card-stats{color:#7a8899;justify-content:space-between;align-items:center;padding:.625rem .75rem;font-size:.7rem;display:flex}.card-stat{align-items:center;gap:.25rem;display:flex}.no-games{text-align:center;color:#7a8899;padding:4rem 0}.show-more-container{justify-content:center;margin-top:2rem;padding-bottom:2rem;display:flex}.modal-backdrop{z-index:50;background-color:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background-color:#161b22;border:1px solid #2a3040;border-radius:.75rem;flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;overflow:hidden auto}.modal-hero{aspect-ratio:460/215;position:relative}.modal-hero img{object-fit:cover;width:100%;height:100%}.modal-gradient{background:linear-gradient(#0000,#161b22);position:absolute;inset:0}.modal-close{color:#e0e6f0;cursor:pointer;background:#0009;border:none;border-radius:.5rem;padding:.5rem;font-size:1rem;position:absolute;top:.75rem;right:.75rem}.modal-title{color:#fff;font-size:1.5rem;font-weight:700;position:absolute;bottom:1rem;left:1.25rem;right:1.25rem}.modal-body{flex-direction:column;gap:1.25rem;padding:1.25rem 1.5rem;display:flex}.modal-playtime-row{align-items:center;gap:.75rem;display:flex}.icon-circle{color:#00dcff;background-color:#1e2531;border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;display:flex}.modal-label{text-transform:uppercase;letter-spacing:.1em;color:#7a8899;font-size:.625rem}.modal-value{color:#e0e6f0;font-size:1.125rem;font-weight:700}.platform-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (width>=640px){.platform-grid{grid-template-columns:repeat(4,1fr)}}.platform-card{text-align:center;background-color:#1e2531;border-radius:.5rem;padding:.75rem}.platform-card p{color:#7a8899;margin-bottom:.25rem;font-size:.75rem}.platform-card h4{color:#e0e6f0;font-size:.875rem;font-weight:600}.modal-extra{flex-wrap:wrap;gap:.75rem;display:flex}[data-theme=light] .btn-secondary{color:#4a5568;background-color:#eaeef4;border-color:#c8d0dc}[data-theme=light] .btn-secondary:hover{color:#1a1a2e}[data-theme=light] .search-input input,[data-theme=light] .sort-input select{color:#1a1a2e;background-color:#eaeef4;border-color:#c8d0dc}[data-theme=light] .filter-panel{background-color:#fff;border-color:#c8d0dc}[data-theme=light] .section-tabs{border-bottom-color:#c8d0dc}[data-theme=light] .tab-btn{color:#6b7a99}[data-theme=light] .tab-btn:hover{color:#1a1a2e}[data-theme=light] .game-card{background-color:#fff;border-color:#d0d7e3}[data-theme=light] .game-card:hover{border-color:#0ac}[data-theme=light] .card-stats{color:#3a4a60;background-color:#f0f2f5;border-top:1px solid #d0d7e3}[data-theme=light] .card-stat{color:#3a4a60}[data-theme=light] .card-stats img.icon{filter:invert(.4)}[data-theme=light] .modal{background-color:#fff;border-color:#d0d7e3}[data-theme=light] .modal-gradient{background:linear-gradient(#0000,#fff)}[data-theme=light] .modal-close{color:#1a1a2e;background:#fffc}[data-theme=light] .modal-body{background-color:#fff}[data-theme=light] .icon-circle{background-color:#eaeef4}[data-theme=light] .modal-value{color:#1a1a2e}[data-theme=light] .platform-card{background-color:#eaeef4}[data-theme=light] .platform-card p{color:#6b7a99}[data-theme=light] .platform-card h4{color:#1a1a2e}[data-theme=light] .badge.bg-secondary{color:#4a5568;background-color:#eaeef4}[data-theme=light] .profile-status,[data-theme=light] .profile-meta,[data-theme=light] .count{color:#6b7a99}
