:root{--nxg-cyan:#00e5ff;--nxg-orange:#f59b17;--nxg-purple:#a75cff;--nxg-bg:#101219;--nxg-card:#171a23;--nxg-border:rgba(255,255,255,.09);--nxg-text:#f5f6f8;--nxg-muted:#9ea6b5}.nxg-app{width:100%;padding:24px 0;color:var(--nxg-text);font-family:Poppins,Arial,sans-serif}.nxg-toolbar,.nxg-account,.nxg-filters{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.nxg-toolbar h2{margin:0;font-size:28px}.nxg-toolbar p,.nxg-account small{display:block;margin:3px 0 0;color:var(--nxg-muted)}.nxg-actions{display:flex;gap:10px;flex-wrap:wrap}.nxg-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border:0;border-radius:10px;background:linear-gradient(120deg,var(--nxg-orange),#e44c83);color:#fff!important;font-weight:700;cursor:pointer;text-decoration:none!important}.nxg-btn.secondary{background:#222632;border:1px solid var(--nxg-border)}.nxg-account{padding:17px 19px;border:1px solid var(--nxg-border);border-radius:14px;background:rgba(23,26,35,.84)}.nxg-account img{width:48px;height:48px;border-radius:50%;object-fit:cover}.nxg-account>div{margin-right:auto}.nxg-link{border:0;background:none;color:var(--nxg-cyan)!important;font-weight:700;cursor:pointer;text-decoration:none!important}.nxg-link.danger,.danger{color:#ff7272!important}.nxg-alert{padding:15px 18px;margin-bottom:18px;border:1px solid rgba(245,155,23,.4);border-radius:12px;background:rgba(245,155,23,.09);color:#ffd18a}.nxg-filters input,.nxg-filters select,.nxg-dialog input,.nxg-dialog select,.nxg-dialog textarea{width:100%;min-height:44px;padding:10px 13px;border:1px solid var(--nxg-border);border-radius:10px;background:#10131b;color:#fff;font:inherit}.nxg-filters input{flex:1}.nxg-filters select{width:240px}.nxg-grid,.nxg-public-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.nxg-admin-card,.nxg-game-card{overflow:hidden;border:1px solid var(--nxg-border);border-radius:16px;background:var(--nxg-card);box-shadow:0 15px 40px rgba(0,0,0,.14)}.nxg-admin-cover,.nxg-cover{aspect-ratio:16/8;background:#222 center/cover no-repeat}.nxg-admin-body,.nxg-card-body{padding:16px}.nxg-admin-body h3,.nxg-card-body h2{margin:8px 0 5px;font-size:18px}.nxg-admin-body p,.nxg-card-body p{color:var(--nxg-muted);font-size:13px}.nxg-tags,.nxg-card-top,.nxg-ratings{display:flex;gap:7px;flex-wrap:wrap}.nxg-tags span,.nxg-card-top span,.nxg-card-top b{padding:4px 7px;border-radius:7px;background:#222632;color:#aeb8c8;font-size:10px}.nxg-tags .ok{color:var(--nxg-cyan)}.nxg-tags .pin{color:#ffc45c}.nxg-card-actions{display:flex;gap:8px;margin-top:13px}.nxg-card-actions button{padding:7px 10px;border:1px solid var(--nxg-border);border-radius:8px;background:#20242f;color:#fff;cursor:pointer}.nxg-empty{grid-column:1/-1;padding:50px;border:1px dashed var(--nxg-border);border-radius:16px;text-align:center;color:var(--nxg-muted)}.nxg-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:20px;background:rgba(5,6,10,.78);backdrop-filter:blur(8px)}.nxg-modal[hidden]{display:none}.nxg-dialog{position:relative;width:min(650px,100%);max-height:90vh;overflow:auto;padding:25px;border:1px solid var(--nxg-border);border-radius:18px;background:#171a23;box-shadow:0 30px 90px rgba(0,0,0,.5)}.nxg-dialog h3{margin:0 0 18px}.nxg-dialog label{display:grid;gap:6px;margin-bottom:13px;color:#c9cfda;font-size:13px}.nxg-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.nxg-checks{display:flex;gap:20px;margin:13px 0}.nxg-checks label{display:flex;align-items:center}.nxg-checks input{width:auto;min-height:auto}.nxg-close{position:absolute;right:15px;top:12px;border:0;background:none;color:#fff;font-size:27px;cursor:pointer}.nxg-public-body{margin:0;background:#0e1016;color:#fff;font-family:Poppins,Arial,sans-serif}.nxg-public{width:min(1500px,calc(100% - 40px));margin:auto;padding:55px 0}.nxg-public-head{display:flex;align-items:center;gap:18px;margin-bottom:28px}.nxg-public-head img{width:84px;height:84px;border-radius:50%;border:3px solid var(--nxg-orange)}.nxg-public-head span{color:var(--nxg-cyan);font-weight:800;text-transform:uppercase;font-size:12px}.nxg-public-head h1{margin:3px 0;font-size:40px}.nxg-public-head p{margin:0;color:var(--nxg-muted)}.nxg-public-tools{margin-bottom:22px}.nxg-public-tools input{width:min(520px,100%);padding:14px 17px;border:1px solid var(--nxg-border);border-radius:11px;background:#171a23;color:#fff}.nxg-ratings{justify-content:space-between;color:#d8dde6;font-size:12px}.nxg-rate{display:flex;align-items:center;gap:3px;margin-top:14px;color:var(--nxg-muted);font-size:12px}.nxg-rate button{border:0;background:none;color:#f6b83f;font-size:19px;cursor:pointer;padding:1px}.nxg-loading{padding:50px;text-align:center;color:var(--nxg-muted)}@media(max-width:720px){.nxg-toolbar,.nxg-account,.nxg-filters{align-items:stretch;flex-direction:column}.nxg-actions{display:grid}.nxg-filters select{width:100%}.nxg-form-row{grid-template-columns:1fr}.nxg-public{width:min(100% - 22px,1500px);padding-top:30px}.nxg-public-head h1{font-size:29px}.nxg-public-head img{width:64px;height:64px}} .nxg-account-connect{margin:18px 0 0;padding:0;border:0;background:transparent;color:var(--nxg-text);font-family:Poppins,Arial,sans-serif}.nxg-account-connect *{box-sizing:border-box}.nxg-account-connect-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;padding:18px 20px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:linear-gradient(135deg,rgba(0,229,255,.055),rgba(167,92,255,.045)),#171a23;box-shadow:0 14px 38px rgba(0,0,0,.12)}.nxg-account-connect-icon{display:grid;width:54px;height:54px;place-items:center;border:1px solid rgba(0,229,255,.24);border-radius:15px;background:rgba(0,229,255,.08);font-size:27px}.nxg-account-connect-icon{overflow:hidden}.nxg-account-connect-icon img{display:block;width:100%;height:100%;object-fit:cover;border-radius:14px}.nxg-account-connect-main{min-width:0}.nxg-account-connect-eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:3px;color:#00e5ff;font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.nxg-account-connect-dot{width:8px;height:8px;border-radius:50%;background:#34d17b;box-shadow:0 0 12px rgba(52,209,123,.7)}.nxg-account-connect-dot.off{background:#8b93a2;box-shadow:none}.nxg-account-connect-main h3{margin:0;color:#f5f6f8;font-size:17px;line-height:1.25}.nxg-account-connect-main p{margin:4px 0 0;color:#9ea6b5;font-size:12px}.nxg-account-connect-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.nxg-account-connect-meta span{padding:4px 8px;border:1px solid rgba(255,255,255,.07);border-radius:7px;background:rgba(255,255,255,.035);color:#cbd1dc;font-size:10px}.nxg-account-connect-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.nxg-account-connect-actions a,.nxg-account-connect-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border:1px solid rgba(255,255,255,.09);border-radius:9px;background:#222632;color:#fff!important;font:inherit;font-size:11px;font-weight:750;text-decoration:none!important;cursor:pointer}.nxg-account-connect-actions .primary{border:0;background:linear-gradient(120deg,#f59b17,#e44c83)}.nxg-account-connect-actions .ghost{background:transparent}.nxg-account-connect-actions .danger{color:#ff8585!important}.nxg-account-connect-note{margin-top:10px;padding:10px 12px;border:1px solid rgba(245,155,23,.28);border-radius:10px;background:rgba(245,155,23,.07);color:#ffd18a;font-size:11px}.nxg-account-connect-loading{padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#171a23;color:#9ea6b5;text-align:center}
@media(max-width:800px){.nxg-account-connect-card{grid-template-columns:auto 1fr}.nxg-account-connect-actions{grid-column:1/-1;justify-content:stretch}.nxg-account-connect-actions a,.nxg-account-connect-actions button{flex:1}}@media(max-width:520px){.nxg-account-connect-card{grid-template-columns:1fr;padding:16px}.nxg-account-connect-icon{width:48px;height:48px}.nxg-account-connect-actions{display:grid;grid-template-columns:1fr}.nxg-account-connect-actions a,.nxg-account-connect-actions button{width:100%}}
.nxg-back-profile{display:inline-flex;align-items:center;gap:7px;margin-bottom:22px;color:var(--nxg-cyan)!important;font-weight:750;text-decoration:none!important}.nxg-public-tools{display:grid;grid-template-columns:minmax(260px,2fr) repeat(4,minmax(150px,1fr)) auto;gap:10px}.nxg-public-tools input,.nxg-public-tools select,.nxg-reset{min-height:46px;padding:0 14px;border:1px solid var(--nxg-border);border-radius:11px;background:#171a23;color:#fff;font:inherit}.nxg-reset{cursor:pointer;font-weight:700}.nxg-game-card{cursor:pointer;transition:transform .18s ease,border-color .18s ease}.nxg-game-card:hover,.nxg-game-card:focus{transform:translateY(-3px);border-color:rgba(0,229,255,.38);outline:none}.nxg-cover{position:relative}.nxg-more{position:absolute;right:10px;bottom:10px;padding:6px 9px;border-radius:8px;background:rgba(8,10,15,.86);color:#fff;font-size:11px;font-weight:700;opacity:0;transform:translateY(4px);transition:.18s}.nxg-game-card:hover .nxg-more,.nxg-game-card:focus .nxg-more{opacity:1;transform:none}.nxg-card-detail{width:100%;margin-top:14px;padding:9px;border:1px solid var(--nxg-border);border-radius:8px;background:#222632;color:#fff;font-weight:700;cursor:pointer}.nxg-public-empty{margin-top:16px}.nxg-detail-dialog{width:min(900px,100%);padding:0;overflow:hidden}.nxg-detail-cover{aspect-ratio:16/7;background:#20232c center/cover no-repeat}.nxg-detail-content{padding:24px}.nxg-detail-content h2{margin:10px 0 18px;font-size:30px}.nxg-detail-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.nxg-detail-stats span{padding:14px;border:1px solid var(--nxg-border);border-radius:11px;background:#20242f;color:var(--nxg-muted);font-size:12px}.nxg-detail-stats b{display:block;color:#fff;font-size:20px}.nxg-review{margin-top:18px;padding:17px;border-left:3px solid var(--nxg-cyan);border-radius:8px;background:#20242f}.nxg-review h3{margin:0 0 7px;font-size:14px}.nxg-review p{margin:0;color:#cbd1dc;line-height:1.65}.nxg-detail-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.nxg-modal-open{overflow:hidden}@media(max-width:1100px){.nxg-public-tools{grid-template-columns:repeat(2,1fr)}.nxg-public-tools input{grid-column:1/-1}}@media(max-width:620px){.nxg-public-tools{grid-template-columns:1fr}.nxg-public-tools input{grid-column:auto}.nxg-detail-stats{grid-template-columns:1fr}.nxg-detail-content{padding:18px}.nxg-detail-content h2{font-size:24px}} .nxg-admin-card{position:relative}
.nxg-favorite-star{position:absolute;top:10px;right:10px;z-index:3;width:38px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(15,19,27,.88);color:#7e8799;font-size:23px;line-height:1;cursor:pointer;backdrop-filter:blur(8px);box-shadow:0 6px 20px rgba(0,0,0,.25)}
.nxg-favorite-star:hover{transform:translateY(-1px);color:#ffd35a}
.nxg-favorite-star.active{color:#ffd35a;background:rgba(66,52,14,.92);border-color:rgba(255,211,90,.45)}
.nxg-favorite-star:disabled{opacity:.55;cursor:wait}
.nxg-store-details{margin:18px 0;padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.035)}
.nxg-store-loading,.nxg-store-empty{margin:0;color:#9eabc2}
.nxg-game-description{margin:0 0 16px;color:#d5dbea;line-height:1.65}
.nxg-game-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.nxg-game-info-grid>div{display:flex;flex-direction:column;gap:5px;padding:12px;border-radius:12px;background:rgba(255,255,255,.04)}
.nxg-game-info-grid b{font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:#65d8ff}
.nxg-game-info-grid span{color:#eef3ff;line-height:1.4}
.nxg-game-card{cursor:pointer}
.nxg-game-card .nxg-card-body{padding-bottom:18px}
.nxg-game-card:focus-visible{outline:2px solid #39a0ff;outline-offset:3px}
@media(max-width:700px){.nxg-game-info-grid{grid-template-columns:1fr}} .nxg-favorite-star{display:grid!important;place-items:center!important;padding:0!important;background:rgba(15,19,27,.94)!important;color:#c7cfdd!important;border:1px solid rgba(255,255,255,.24)!important;font-family:Arial,sans-serif!important;font-weight:400!important}
.nxg-favorite-star span{display:block;font-size:27px;line-height:1;transform:translateY(-1px)}
.nxg-favorite-star.active{background:#f2b632!important;color:#15171d!important;border-color:#ffd96a!important;box-shadow:0 0 0 3px rgba(242,182,50,.18),0 8px 25px rgba(0,0,0,.32)!important}
.nxg-public-favorite{position:absolute;top:11px;right:11px;z-index:2;display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:rgba(14,17,24,.9);color:#d8dfeb;font-size:25px;line-height:1;box-shadow:0 8px 24px rgba(0,0,0,.3);backdrop-filter:blur(8px)}
.nxg-public-favorite.is-favorite{border-color:#ffd96a;background:#f2b632;color:#15171d;box-shadow:0 0 0 3px rgba(242,182,50,.2),0 8px 24px rgba(0,0,0,.34)}
.nxg-detail-cover{position:relative}
.nxg-detail-favorite{position:absolute;left:18px;bottom:16px;padding:8px 12px;border:1px solid rgba(255,255,255,.25);border-radius:10px;background:rgba(14,17,24,.9);color:#d8dfeb;font-size:12px;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.3);backdrop-filter:blur(8px)}
.nxg-detail-favorite.is-favorite{border-color:#ffd96a;background:#f2b632;color:#15171d}
.nxg-detail-dialog{max-height:90vh!important;overflow:auto!important;scrollbar-gutter:stable}
.nxg-store-direct{display:inline-flex;align-items:center;justify-content:center;margin:0 0 18px;padding:11px 15px;border:1px solid rgba(0,229,255,.35);border-radius:10px;background:rgba(0,229,255,.08);color:#46e9ff!important;font-weight:800;text-decoration:none!important}
.nxg-store-direct:hover{background:rgba(0,229,255,.14)}
.nxg-detail-actions{position:sticky;bottom:0;z-index:3;margin:20px -24px -24px;padding:15px 24px;border-top:1px solid rgba(255,255,255,.08);background:linear-gradient(to top,#171a23 75%,rgba(23,26,35,.92))}
@media(max-width:620px){.nxg-detail-actions{margin-left:-18px;margin-right:-18px;margin-bottom:-18px;padding-left:18px;padding-right:18px}.nxg-public-favorite{width:36px;height:36px;font-size:22px}} .nxg-game-search-label{position:relative}.nxg-game-search-label>small{display:block;margin-top:6px;color:#8ea4c5;font-size:12px;line-height:1.45}.nxg-game-suggestions{position:absolute;z-index:40;left:0;right:0;top:calc(100% + 6px);max-height:360px;overflow:auto;padding:8px;background:#161b24;border:1px solid rgba(57,217,255,.3);border-radius:14px;box-shadow:0 18px 50px rgba(0,0,0,.5)}.nxg-game-suggestion{display:flex;width:100%;gap:12px;align-items:center;padding:9px;border:0;border-radius:10px;background:transparent;color:#fff;text-align:left;cursor:pointer}.nxg-game-suggestion:hover,.nxg-game-suggestion:focus{background:#242c39}.nxg-game-suggestion img{width:96px;height:45px;object-fit:cover;border-radius:8px;background:#222936}.nxg-game-suggestion span{display:flex;min-width:0;flex-direction:column}.nxg-game-suggestion b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nxg-game-suggestion small,.nxg-suggestion-loading,.nxg-suggestion-empty{color:#9fb1ca;font-size:12px}.nxg-suggestion-loading,.nxg-suggestion-empty{padding:14px} .nxg-viewer-rating{margin-top:22px;padding:22px;border:1px solid rgba(57,217,255,.18);border-radius:16px;background:#151922}.nxg-rating-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:14px}.nxg-rating-head h3{margin:3px 0 0;font-size:18px}.nxg-rating-head strong{color:#aebbd0;font-size:13px;text-align:right}.nxg-kicker{color:#39d9ff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.nxg-star-picker{display:flex;gap:5px;margin-bottom:14px}.nxg-star-picker button{width:45px;height:45px;border:1px solid #46536a;border-radius:10px;background:#202632;color:#8ba0bd;font-size:28px;line-height:1;cursor:pointer}.nxg-star-picker button:hover,.nxg-star-picker button.active{border-color:#ffbf2f;background:#3a3020;color:#ffd35a}.nxg-viewer-rating textarea{width:100%;min-height:92px;box-sizing:border-box;margin-bottom:12px;padding:12px 14px;border:1px solid #536078;border-radius:10px;background:#252b38;color:#fff;resize:vertical}.nxg-rating-note{min-height:20px;margin:8px 0 0;color:#62e19b}.nxg-comments{margin-top:22px}.nxg-comments h4{margin:0 0 12px}.nxg-comments article{padding:14px 0;border-top:1px solid rgba(255,255,255,.08)}.nxg-comments article>div{display:flex;justify-content:space-between;gap:12px}.nxg-comments article span{color:#ffd35a;white-space:nowrap}.nxg-comments article p{margin:8px 0 0;color:#c7d2e2;white-space:pre-wrap}.nxg-no-comments{color:#8ea4c5}
@media(max-width:640px){.nxg-rating-head{flex-direction:column}.nxg-rating-head strong{text-align:left}.nxg-star-picker button{width:42px;height:42px}.nxg-game-suggestion img{width:74px;height:40px}} .nxg-creator-rating{margin:5px 0 16px;padding:16px;border:1px solid rgba(57,217,255,.18);border-radius:14px;background:#141923}.nxg-creator-rating-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.nxg-creator-rating-head b{display:block;color:#f5f7fb;font-size:14px}.nxg-creator-rating-head small{display:block;margin-top:3px;color:#94a4bc;font-size:11px}.nxg-rating-clear{padding:7px 10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#222834;color:#aebbd0;font-size:11px;cursor:pointer}.nxg-rating-clear:hover{color:#fff;border-color:#ff7272}.nxg-rating-control{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:16px;align-items:center}.nxg-rating-control input[type=range]{width:100%;min-height:auto;padding:0;border:0;background:transparent;accent-color:#ffbd32;cursor:pointer}.nxg-rating-number-wrap{display:flex;align-items:center;gap:7px;padding:0 11px;border:1px solid #536078;border-radius:10px;background:#252b38}.nxg-rating-number-wrap input[type=number]{width:70px;min-height:42px;padding:7px 2px;border:0;background:transparent;text-align:right;font-weight:800;font-size:17px}.nxg-rating-number-wrap span{color:#9eabc0;white-space:nowrap}.nxg-rating-preview{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px}.nxg-rating-preview span{color:#ffc43d;font-size:24px;letter-spacing:2px}.nxg-rating-preview strong{color:#fff;font-size:14px}.nxg-rating-control input[type=range]::-webkit-slider-thumb{width:20px;height:20px}.nxg-rating-control input[type=range]::-moz-range-thumb{width:20px;height:20px}.nxg-rating-number-wrap input::-webkit-outer-spin-button,.nxg-rating-number-wrap input::-webkit-inner-spin-button{margin:0}
@media(max-width:640px){.nxg-creator-rating-head{flex-direction:column}.nxg-rating-control{grid-template-columns:1fr}.nxg-rating-number-wrap{width:118px}.nxg-rating-preview{align-items:flex-start;flex-direction:column}} .nxg-field-title{display:block;margin-bottom:7px;font-weight:700;color:#f4f7fb}.nxg-search-shell{display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid #56627a;border-radius:12px;background:#252b38;transition:.2s}.nxg-search-shell:focus-within{border-color:#39d9ff;box-shadow:0 0 0 3px rgba(57,217,255,.1)}.nxg-search-shell>span{font-size:22px;color:#39d9ff}.nxg-search-shell input{min-height:50px;padding:0;border:0!important;background:transparent!important;box-shadow:none!important}.nxg-manual-toggle{margin:0 0 15px;padding:0;border:0;background:none;color:#39d9ff;font-weight:700;cursor:pointer}.nxg-manual-toggle:hover{text-decoration:underline}.nxg-manual-fields{margin-bottom:14px;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.025)}
.nxg-creator-rating{padding:18px}.nxg-rating-clear{background:transparent}.nxg-precision-rating{position:relative;width:max-content;max-width:100%;font-size:44px;line-height:1;letter-spacing:6px;cursor:crosshair;user-select:none;touch-action:none;outline:none}.nxg-precision-rating:focus-visible{border-radius:8px;box-shadow:0 0 0 3px rgba(57,217,255,.35)}.nxg-stars-base{display:block;color:#3c4658}.nxg-stars-fill{position:absolute;inset:0 auto 0 0;width:0;overflow:hidden;color:#ffc443;white-space:nowrap;filter:drop-shadow(0 2px 8px rgba(255,196,67,.22));transition:width .06s linear}.nxg-precision-value{display:flex;align-items:baseline;gap:7px;margin-top:12px}.nxg-precision-value strong{font-size:24px;color:#fff}.nxg-precision-value span{color:#91a1b8}.nxg-rating-control,.nxg-rating-preview{display:none!important}
.nxg-star-picker{gap:12px;margin:6px 0 18px}.nxg-star-picker button{width:auto;height:auto;padding:0;border:0;border-radius:0;background:transparent!important;color:#465169;font-size:38px;transition:transform .12s,color .12s}.nxg-star-picker button:hover{transform:scale(1.12);color:#ffd35a}.nxg-star-picker button.active{border:0;color:#ffd35a}.nxg-viewer-rating{background:#141923}.nxg-viewer-rating textarea{background:#222936}.nxg-rating-head strong{padding:6px 10px;border-radius:999px;background:#222936}.nxg-comments article{background:rgba(255,255,255,.02)}
@media(max-width:640px){.nxg-precision-rating{font-size:36px;letter-spacing:4px}.nxg-star-picker{gap:9px}.nxg-star-picker button{font-size:34px}} .nxg-dialog .nxg-manual-toggle{
width:100%;min-height:46px;margin:2px 0 16px;padding:0 14px;
display:flex;align-items:center;gap:10px;
border:1px solid rgba(255,255,255,.10)!important;border-radius:11px!important;
background:rgba(255,255,255,.035)!important;color:#dce2ec!important;
font:inherit!important;font-size:13px!important;font-weight:700!important;
text-decoration:none!important;cursor:pointer;box-shadow:none!important;
transition:border-color .18s ease,background .18s ease,color .18s ease;
}
.nxg-dialog .nxg-manual-toggle:hover{border-color:rgba(0,229,255,.35)!important;background:rgba(0,229,255,.055)!important;color:#fff!important}
.nxg-manual-toggle-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:rgba(0,229,255,.09);color:var(--nxg-cyan);font-size:17px;line-height:1}
.nxg-manual-toggle-chevron{margin-left:auto;color:#8f9aae;font-size:18px;transition:transform .18s ease}
.nxg-manual-toggle.is-open .nxg-manual-toggle-icon{background:rgba(245,155,23,.10);color:#ffc45c}
.nxg-manual-toggle.is-open .nxg-manual-toggle-chevron{transform:rotate(180deg)}
.nxg-manual-fields{padding:15px;margin:-6px 0 16px;border:1px solid rgba(255,255,255,.07);border-radius:12px;background:rgba(255,255,255,.018)}
.nxg-viewer-rating{padding:24px!important;border:1px solid rgba(0,229,255,.14)!important;border-radius:16px!important;background:rgba(14,18,27,.78)!important}
.nxg-rating-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}
.nxg-rating-head h3{margin:4px 0 0!important;font-size:19px!important}
.nxg-rating-head [data-rating-state]{padding:7px 11px!important;border:1px solid rgba(255,255,255,.07)!important;border-radius:999px!important;background:rgba(255,255,255,.045)!important;color:#b5becc!important;font-size:11px!important;font-weight:650!important;white-space:nowrap}
.nxg-viewer-rating .nxg-star-picker{display:flex!important;align-items:center!important;gap:7px!important;margin:0 0 17px!important;padding:0!important;background:transparent!important;border:0!important}
.nxg-viewer-rating .nxg-star-picker button,
.nxg-viewer-rating .nxg-star-picker button:hover,
.nxg-viewer-rating .nxg-star-picker button:focus,
.nxg-viewer-rating .nxg-star-picker button:active{
appearance:none!important;-webkit-appearance:none!important;
width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;
margin:0!important;padding:0!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:10px!important;
background:rgba(255,255,255,.025)!important;background-image:none!important;
color:#596276!important;font-family:Arial,sans-serif!important;font-size:31px!important;font-weight:400!important;line-height:42px!important;
text-align:center!important;text-decoration:none!important;box-shadow:none!important;outline:none!important;cursor:pointer!important;
transition:transform .14s ease,border-color .14s ease,background .14s ease,color .14s ease!important;
}
.nxg-viewer-rating .nxg-star-picker button:hover,
.nxg-viewer-rating .nxg-star-picker button:focus-visible{transform:translateY(-2px)!important;border-color:rgba(255,211,90,.38)!important;background:rgba(255,211,90,.06)!important;color:#ffd35a!important}
.nxg-viewer-rating .nxg-star-picker button.active{border-color:rgba(255,196,92,.25)!important;background:rgba(255,196,92,.08)!important;color:#ffc45c!important}
.nxg-viewer-rating textarea{min-height:105px!important;margin:0 0 12px!important;border-color:rgba(255,255,255,.10)!important;background:#202532!important}
.nxg-viewer-rating [data-rating-save]{min-height:42px!important;padding:0 15px!important;border-radius:9px!important}
.nxg-rating-note{min-height:18px;margin:9px 0 0;color:#9fb0c6;font-size:12px}
@media(max-width:640px){.nxg-rating-head{flex-direction:column}.nxg-rating-head [data-rating-state]{white-space:normal}.nxg-viewer-rating .nxg-star-picker{gap:5px!important}.nxg-viewer-rating .nxg-star-picker button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;font-size:28px!important;line-height:38px!important}} .nxg-profile-games{margin:28px 0;padding:24px;border:1px solid rgba(0,229,255,.12);border-radius:20px;background:linear-gradient(145deg,rgba(20,25,35,.96),rgba(15,19,27,.96));box-shadow:0 18px 55px rgba(0,0,0,.18)}
.nxg-profile-games-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.nxg-profile-games-head h2{margin:4px 0 5px!important;color:#f4f7fb!important;font-size:25px!important}.nxg-profile-games-head p{margin:0;color:#98a8bf}.nxg-profile-games-all,.nxg-profile-games-mobile{display:inline-flex;align-items:center;gap:9px;padding:11px 14px;border:1px solid rgba(0,229,255,.2);border-radius:11px;background:rgba(0,229,255,.055);color:#20dff4!important;font-weight:800;text-decoration:none!important;white-space:nowrap}.nxg-profile-games-all:hover,.nxg-profile-games-mobile:hover{border-color:rgba(0,229,255,.45);background:rgba(0,229,255,.1);color:#fff!important}.nxg-profile-games-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.nxg-profile-game{overflow:hidden;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:#1b202a;color:inherit!important;text-decoration:none!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.nxg-profile-game:hover{transform:translateY(-3px);border-color:rgba(0,229,255,.25);box-shadow:0 14px 32px rgba(0,0,0,.24)}.nxg-profile-game-cover{position:relative;aspect-ratio:460/215;background:#151a23 center/cover no-repeat}.nxg-profile-status{position:absolute;left:10px;bottom:9px;padding:5px 8px;border-radius:7px;background:rgba(11,15,22,.82);backdrop-filter:blur(8px);color:#dce5f2;font-size:10px;font-weight:700}.nxg-profile-fav{position:absolute;right:10px;top:9px;display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:rgba(14,18,25,.82);color:#ffc94d;font-size:19px;box-shadow:0 4px 16px rgba(0,0,0,.3)}.nxg-profile-game-body{padding:12px}.nxg-profile-game-body strong{display:block;overflow:hidden;margin-bottom:8px;color:#f2f5fa;font-size:15px;white-space:nowrap;text-overflow:ellipsis}.nxg-profile-game-body div{display:flex;justify-content:space-between;gap:9px;color:#91a3bd;font-size:11px}.nxg-profile-games-mobile{display:none;margin-top:14px;justify-content:center}
@media(max-width:900px){.nxg-profile-games-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.nxg-profile-games{padding:18px}.nxg-profile-games-head{align-items:flex-start}.nxg-profile-games-all{display:none}.nxg-profile-games-grid{grid-template-columns:1fr 1fr;gap:10px}.nxg-profile-game-body div{flex-direction:column;gap:3px}.nxg-profile-games-mobile{display:flex}} .nchv2-profile .nxg-profile-games,
.nxg-profile-games.nchv2-card{
position:relative;
overflow:hidden;
width:100%;
margin:16px 0 0;
padding:24px;
border:1px solid rgba(255,255,255,.075);
border-radius:22px;
background:linear-gradient(145deg,rgba(19,24,34,.94),rgba(10,14,21,.92));
box-shadow:0 18px 50px rgba(0,0,0,.20);
}
.nchv2-profile .nxg-profile-games::before,
.nxg-profile-games.nchv2-card::before{
content:"";
position:absolute;
top:0;
left:22px;
right:22px;
height:1px;
background:linear-gradient(90deg,transparent,rgba(255,128,0,.55),rgba(151,61,255,.45),transparent);
}
.nxg-profile-games-head{
display:flex;
align-items:flex-end;
justify-content:space-between;
gap:20px;
margin-bottom:18px;
}
.nxg-profile-games-title{min-width:0}
.nxg-profile-eyebrow{
display:block;
margin:0 0 5px;
color:#ff8a00;
font-size:9px;
font-weight:950;
letter-spacing:.7px;
}
.nxg-profile-games-head h2{
margin:0!important;
color:#f5f7fb!important;
font-size:22px!important;
line-height:1.25!important;
letter-spacing:-.35px!important;
}
.nxg-profile-games-head p{
margin:6px 0 0!important;
color:#98a4b5!important;
font-size:12px!important;
}
.nxg-profile-games-all,
.nxg-profile-games-mobile{
display:inline-flex;
align-items:center;
justify-content:center;
gap:10px;
min-height:42px;
padding:0 16px;
border:1px solid rgba(255,255,255,.09);
border-radius:12px;
background:rgba(13,17,26,.72);
color:#edf2f8!important;
font-size:11px;
font-weight:850;
text-decoration:none!important;
white-space:nowrap;
transition:transform .2s ease,border-color .2s ease,background .2s ease;
}
.nxg-profile-games-all b,
.nxg-profile-games-mobile span{color:#00ddf4;font-size:16px}
.nxg-profile-games-all:hover,
.nxg-profile-games-mobile:hover{
transform:translateY(-2px);
border-color:rgba(0,221,244,.38);
background:rgba(18,223,244,.055);
}
.nxg-profile-games-grid{
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:14px;
}
.nxg-profile-game{
position:relative;
overflow:hidden;
min-width:0;
border:1px solid rgba(255,255,255,.07);
border-radius:18px;
background:linear-gradient(145deg,#171c28,#0d121a);
color:inherit!important;
text-decoration:none!important;
box-shadow:0 12px 30px rgba(0,0,0,.16);
transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.nxg-profile-game:hover{
transform:translateY(-5px);
border-color:rgba(0,221,244,.28);
box-shadow:0 18px 42px rgba(0,0,0,.28);
}
.nxg-profile-game-cover{
position:relative;
aspect-ratio:460/215;
overflow:hidden;
background:#111721 center/cover no-repeat;
}
.nxg-profile-game-cover::after{
content:"";
position:absolute;
inset:0;
background:linear-gradient(180deg,rgba(8,12,18,0) 38%,rgba(8,12,18,.88) 100%);
}
.nxg-profile-cover-shade{position:absolute;inset:0;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
.nxg-profile-status{
position:absolute;
z-index:2;
left:11px;
bottom:10px;
padding:6px 9px;
border:1px solid rgba(255,255,255,.08);
border-radius:999px;
background:rgba(8,12,18,.78);
backdrop-filter:blur(10px);
color:#dce5ef;
font-size:9px;
font-weight:850;
}
.nxg-profile-fav{
position:absolute;
z-index:2;
right:10px;
top:10px;
display:grid;
place-items:center;
width:34px;
height:34px;
border:1px solid rgba(255,195,65,.24);
border-radius:50%;
background:rgba(8,12,18,.80);
color:#ffc341;
font-size:18px;
box-shadow:0 8px 20px rgba(0,0,0,.32);
}
.nxg-profile-game-body{padding:14px}
.nxg-profile-game-body strong{
display:block;
overflow:hidden;
margin:0 0 9px;
color:#f2f5fa;
font-size:14px;
line-height:1.35;
white-space:nowrap;
text-overflow:ellipsis;
}
.nxg-profile-game-meta{
display:flex;
align-items:center;
justify-content:space-between;
gap:10px;
color:#7f8ca0;
font-size:10px;
}
.nxg-profile-rating{color:#cbd5e2!important}
.nxg-profile-games-mobile{display:none;margin-top:14px}
@media(max-width:900px){.nxg-profile-games-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){
.nchv2-profile .nxg-profile-games,.nxg-profile-games.nchv2-card{padding:19px;border-radius:18px}
.nxg-profile-games-head{align-items:flex-start;flex-direction:column}
.nxg-profile-games-all{display:none}
.nxg-profile-games-grid{grid-template-columns:1fr;gap:11px}
.nxg-profile-game-body strong{white-space:normal}
.nxg-profile-games-mobile{display:flex}
}