@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Rajdhani:wght@300;400;500;600;700&display=swap";
:root{--amber:#b8860b;--amber-dark:#8b6508;--amber-light:#d4a017;--amber-bg:#b8860b14;--amber-border:#b8860b40;--amber-glow:#b8860b1f;--bg:#f4f1eb;--bg-warm:#ede9df;--surface:#fff;--surface-alt:#faf8f4;--surface-elevated:#f0ece3;--border:#d9d0be;--border-subtle:#e8e2d6;--border-strong:#c4b89a;--text-primary:#1c1a16;--text-secondary:#5a5040;--text-muted:#9a8e7a;--shadow-sm:0 1px 4px #0000000f,0 2px 8px #0000000a;--shadow-md:0 4px 16px #00000014,0 1px 4px #0000000d;--transition:all .22s cubic-bezier(.4,0,.2,1);--radius:4px;--radius-md:8px;--radius-lg:12px}.heroList-module__cKLRNW__hero-list-container{width:100%;margin-top:20px;font-family:Rajdhani,Segoe UI,sans-serif}.heroList-module__cKLRNW__search-section{margin-bottom:28px}.heroList-module__cKLRNW__search-container{margin-bottom:14px}.heroList-module__cKLRNW__search-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition);box-shadow:var(--shadow-sm);align-items:center;padding:10px 16px;display:flex}.heroList-module__cKLRNW__search-box:focus-within{border-color:var(--amber);box-shadow:0 0 0 3px var(--amber-glow),var(--shadow-sm)}.heroList-module__cKLRNW__search-icon{color:#333;flex-shrink:0;margin-right:10px;font-size:1rem}.heroList-module__cKLRNW__search-input{color:#000;background:0 0;border:none;outline:none;flex:1;font-family:Rajdhani,sans-serif;font-size:16px;font-weight:500}.heroList-module__cKLRNW__search-input::placeholder{color:#333;font-weight:500}.heroList-module__cKLRNW__clear-search{color:#333;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1rem;line-height:1;transition:color .2s}.heroList-module__cKLRNW__clear-search:hover{color:var(--amber-dark)}.heroList-module__cKLRNW__search-info{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;padding:10px 16px;display:flex}.heroList-module__cKLRNW__search-results-count{color:#111;letter-spacing:.3px;font-size:16px;font-weight:600}.heroList-module__cKLRNW__clear-search-btn{background:var(--amber-dark);color:#fff;border:1px solid var(--amber);border-radius:var(--radius);cursor:pointer;letter-spacing:1px;text-transform:uppercase;transition:var(--transition);padding:7px 16px;font-family:Rajdhani,sans-serif;font-size:16px;font-weight:700}.heroList-module__cKLRNW__clear-search-btn:hover{background:var(--amber);box-shadow:0 4px 12px var(--amber-glow);transform:translateY(-1px)}.heroList-module__cKLRNW__table-controls{justify-content:flex-end;display:flex}.heroList-module__cKLRNW__reset-btn{background:var(--text-primary);color:#f4f1eb;border:1px solid var(--text-primary);border-radius:var(--radius);cursor:pointer;letter-spacing:1px;text-transform:uppercase;transition:var(--transition);padding:8px 18px;font-family:Rajdhani,sans-serif;font-size:16px;font-weight:700}.heroList-module__cKLRNW__reset-btn:hover{background:var(--amber-dark);border-color:var(--amber-dark);transform:translateY(-1px)}.heroList-module__cKLRNW__desktop-view{width:100%;display:block}.heroList-module__cKLRNW__table-responsive{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);width:100%;box-shadow:var(--shadow-sm);overflow:hidden}.heroList-module__cKLRNW__hero-table{border-collapse:collapse;width:100%}.heroList-module__cKLRNW__hero-table thead{position:relative}.heroList-module__cKLRNW__hero-table thead:before{content:"";background:linear-gradient(90deg,transparent,var(--amber),transparent);height:2px;position:absolute;top:0;left:0;right:0}.heroList-module__cKLRNW__hero-table th{background:linear-gradient(180deg,var(--surface-alt)0%,var(--surface-elevated)100%);color:var(--amber-dark);text-align:left;letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid var(--border);white-space:nowrap;padding:14px 16px;font-family:Cinzel,serif;font-size:16px;font-weight:600}.heroList-module__cKLRNW__hero-table th.heroList-module__cKLRNW__image-header{width:120px}.heroList-module__cKLRNW__hero-table th.heroList-module__cKLRNW__description-header{width:auto}.heroList-module__cKLRNW__hero-table th.heroList-module__cKLRNW__sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:var(--transition)}.heroList-module__cKLRNW__hero-table th.heroList-module__cKLRNW__sortable:hover{background:var(--bg-warm);color:var(--amber)}.heroList-module__cKLRNW__hero-table td{border-bottom:1px solid var(--border-subtle);vertical-align:middle;color:#111;padding:12px 16px;font-size:16px}.heroList-module__cKLRNW__hero-table tbody tr:last-child td{border-bottom:none}.heroList-module__cKLRNW__hero-row{cursor:pointer;transition:var(--transition)}.heroList-module__cKLRNW__hero-row:hover{background:var(--surface-alt)}.heroList-module__cKLRNW__hero-row:hover .heroList-module__cKLRNW__hero-name-cell strong{color:var(--amber-dark)}.heroList-module__cKLRNW__image-cell{text-align:center;width:120px}.heroList-module__cKLRNW__hero-image-wrapper{border-radius:var(--radius);border:1px solid var(--border-subtle);transition:var(--transition);display:inline-block;overflow:hidden}.heroList-module__cKLRNW__hero-row:hover .heroList-module__cKLRNW__hero-image-wrapper{border-color:var(--amber);box-shadow:0 0 10px var(--amber-glow)}.heroList-module__cKLRNW__hero-image{object-fit:cover;object-position:top center;width:86px;height:58px;transition:transform .3s;display:block}.heroList-module__cKLRNW__hero-row:hover .heroList-module__cKLRNW__hero-image{transform:scale(1.05)}.heroList-module__cKLRNW__hero-name-cell{font-size:16px}.heroList-module__cKLRNW__hero-name-cell strong{color:#000;letter-spacing:.3px;font-family:Rajdhani,sans-serif;font-weight:700;transition:color .2s}.heroList-module__cKLRNW__role-cell{white-space:nowrap}.heroList-module__cKLRNW__description-cell{color:#111;max-width:500px;font-weight:500;line-height:1.6}.heroList-module__cKLRNW__description-content{-webkit-box-orient:vertical;font-size:16px;display:-webkit-box;overflow:hidden}.heroList-module__cKLRNW__role-badge{text-transform:uppercase;letter-spacing:1.5px;border-radius:2px;padding:3px 10px;font-size:16px;font-weight:700;display:inline-block}.heroList-module__cKLRNW__role-fighter,.heroList-module__cKLRNW__role-dps{color:#c0392b;background:#c0392b14;border:1px solid #c0392b4d}.heroList-module__cKLRNW__role-marksman{color:#1e8449;background:#27ae6014;border:1px solid #27ae604d}.heroList-module__cKLRNW__role-tank,.heroList-module__cKLRNW__role-shielder{color:#1a5276;background:#2980b914;border:1px solid #2980b94d}.heroList-module__cKLRNW__role-mage{color:#6c3483;background:#8e44ad14;border:1px solid #8e44ad4d}.heroList-module__cKLRNW__role-assassin{color:#a04000;background:#d3540014;border:1px solid #d354004d}.heroList-module__cKLRNW__role-support,.heroList-module__cKLRNW__role-healer{color:#0e6655;background:#16a08514;border:1px solid #16a0854d}.heroList-module__cKLRNW__role-duelist,.heroList-module__cKLRNW__role-controller,.heroList-module__cKLRNW__role-sentinel,.heroList-module__cKLRNW__role-sub-dps{color:#4527a0;background:#673ab714;border:1px solid #673ab74d}.heroList-module__cKLRNW__role-default{color:#616a6b;background:#7f8c8d14;border:1px solid #7f8c8d4d}.heroList-module__cKLRNW__mobile-view{display:none}.heroList-module__cKLRNW__mobile-controls{margin-bottom:18px}.heroList-module__cKLRNW__sort-buttons{flex-wrap:wrap;gap:10px;display:flex}.heroList-module__cKLRNW__sort-btn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:#111;cursor:pointer;letter-spacing:1px;text-transform:uppercase;transition:var(--transition);flex:1;min-width:120px;padding:8px 16px;font-family:Rajdhani,sans-serif;font-size:16px;font-weight:700}.heroList-module__cKLRNW__sort-btn:hover{background:var(--surface-alt);border-color:var(--border-strong)}.heroList-module__cKLRNW__sort-btn.heroList-module__cKLRNW__active{background:var(--amber-bg);color:var(--amber-dark);border-color:var(--amber)}.heroList-module__cKLRNW__hero-cards{gap:14px;display:grid}.heroList-module__cKLRNW__hero-card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.heroList-module__cKLRNW__hero-card:before{content:"";background:linear-gradient(180deg,var(--amber),transparent);opacity:0;width:3px;transition:opacity .2s;position:absolute;top:0;bottom:0;left:0}.heroList-module__cKLRNW__hero-card:hover{border-color:var(--border);box-shadow:var(--shadow-md);transform:translateY(-3px)}.heroList-module__cKLRNW__hero-card:hover:before{opacity:1}.heroList-module__cKLRNW__hero-card-header{background:var(--surface-alt);border-bottom:1px solid var(--border-subtle);align-items:center;gap:14px;padding:14px;display:flex}.heroList-module__cKLRNW__hero-card-image-container{border-radius:var(--radius);border:1px solid var(--border-subtle);transition:var(--transition);flex-shrink:0;overflow:hidden}.heroList-module__cKLRNW__hero-card:hover .heroList-module__cKLRNW__hero-card-image-container{border-color:var(--amber);box-shadow:0 0 8px var(--amber-glow)}.heroList-module__cKLRNW__hero-card-image{object-fit:cover;object-position:top center;width:86px;height:58px;transition:transform .3s;display:block}.heroList-module__cKLRNW__hero-card:hover .heroList-module__cKLRNW__hero-card-image{transform:scale(1.04)}.heroList-module__cKLRNW__hero-card-title{flex:1;min-width:0}.heroList-module__cKLRNW__hero-card-name{color:#000;letter-spacing:.3px;margin:0 0 8px;font-family:Rajdhani,sans-serif;font-size:16px;font-weight:700;line-height:1.2;transition:color .2s}.heroList-module__cKLRNW__hero-card:hover .heroList-module__cKLRNW__hero-card-name{color:var(--amber-dark)}.heroList-module__cKLRNW__hero-card-body{padding:14px}.heroList-module__cKLRNW__hero-card-description{color:#111;-webkit-box-orient:vertical;margin:0;font-size:16px;font-weight:500;line-height:1.6;display:-webkit-box;overflow:hidden}.heroList-module__cKLRNW__no-results{text-align:center;background:var(--surface-alt);border:1px dashed var(--border);border-radius:var(--radius-md);margin:24px 0;padding:40px 20px}.heroList-module__cKLRNW__no-results-icon{opacity:.25;margin-bottom:14px;font-size:2.5rem}.heroList-module__cKLRNW__no-results h3{color:#000;letter-spacing:1px;margin-bottom:8px;font-family:Cinzel,serif;font-size:16px;font-weight:700}.heroList-module__cKLRNW__no-results p{color:#333;margin-bottom:18px;font-size:16px;font-weight:500;line-height:1.6}@media (min-width:768px) and (max-width:991px){.heroList-module__cKLRNW__desktop-view{display:none}.heroList-module__cKLRNW__mobile-view{display:block}.heroList-module__cKLRNW__hero-cards{grid-template-columns:repeat(2,1fr)}.heroList-module__cKLRNW__search-info{text-align:center;flex-direction:column;align-items:stretch}.heroList-module__cKLRNW__search-results-count{text-align:center;margin-bottom:8px}.heroList-module__cKLRNW__clear-search-btn{width:100%}.heroList-module__cKLRNW__table-controls{justify-content:center}.heroList-module__cKLRNW__reset-btn{width:100%;max-width:300px}}@media (min-width:576px) and (max-width:767px){.heroList-module__cKLRNW__desktop-view{display:none}.heroList-module__cKLRNW__mobile-view{display:block}.heroList-module__cKLRNW__hero-cards{grid-template-columns:1fr}.heroList-module__cKLRNW__sort-buttons{flex-direction:column}.heroList-module__cKLRNW__sort-btn{width:100%}}@media (max-width:575px){.heroList-module__cKLRNW__desktop-view{display:none}.heroList-module__cKLRNW__mobile-view{display:block}.heroList-module__cKLRNW__hero-cards{grid-template-columns:1fr}.heroList-module__cKLRNW__sort-buttons{flex-direction:column}.heroList-module__cKLRNW__sort-btn{width:100%}.heroList-module__cKLRNW__search-box{padding:8px 12px}.heroList-module__cKLRNW__search-input,.heroList-module__cKLRNW__search-input::placeholder{font-size:16px}.heroList-module__cKLRNW__hero-card-header{gap:10px;padding:10px}.heroList-module__cKLRNW__hero-card-image{width:75px;height:50px}.heroList-module__cKLRNW__hero-card-name{margin-bottom:6px;font-size:16px}.heroList-module__cKLRNW__hero-card-body{padding:12px}.heroList-module__cKLRNW__hero-card-description{font-size:16px}.heroList-module__cKLRNW__no-results{padding:30px 15px}.heroList-module__cKLRNW__no-results h3,.heroList-module__cKLRNW__no-results p{font-size:16px}}
:root{--amber:#b8860b;--amber-dark:#8b6508;--amber-light:#d4a017;--amber-bg:#b8860b14;--amber-border:#b8860b40;--amber-glow:#b8860b26;--bg:#f4f1eb;--bg-warm:#ede9df;--surface:#fff;--surface-alt:#faf8f4;--surface-elevated:#f0ece3;--border:#d9d0be;--border-subtle:#e8e2d6;--border-strong:#c4b89a;--text-primary:#1c1a16;--text-secondary:#5a5040;--text-muted:#9a8e7a;--shadow-sm:0 1px 4px #0000000f,0 2px 8px #0000000a;--shadow-md:0 4px 16px #00000014,0 1px 4px #0000000d;--shadow-amber:0 4px 20px #b8860b2e;--shadow-elegant:0 8px 24px #0000000d,0 2px 4px #00000008;--transition:all .22s cubic-bezier(.4,0,.2,1);--radius:4px;--radius-md:8px;--radius-lg:12px}.GameDetails-module__wKRC3G__main-container{background-color:var(--bg);color:var(--text-primary);background-image:radial-gradient(at 15% 0,#b8860b0f 0%,#0000 55%),radial-gradient(at 85% 100%,#6464500a 0%,#0000 55%);align-items:flex-start;gap:32px;max-width:1180px;min-height:100vh;margin:0 auto;padding:40px 24px 60px;font-family:Rajdhani,Segoe UI,sans-serif;font-size:16px;font-weight:500;line-height:1.6;display:flex}.GameDetails-module__wKRC3G__sidebar{border-radius:var(--radius-lg);border:1px solid var(--border);width:260px;box-shadow:var(--shadow-md);background:var(--surface);flex-direction:column;flex-shrink:0;gap:0;display:flex;position:sticky;top:24px;overflow:hidden}.GameDetails-module__wKRC3G__sidebar:before{content:"";background:linear-gradient(90deg,transparent,var(--amber),transparent);height:2px;display:block}.GameDetails-module__wKRC3G__game-image-container{aspect-ratio:3/2;background:#1c1a16;width:100%;overflow:hidden}.GameDetails-module__wKRC3G__game-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}.GameDetails-module__wKRC3G__game-image:hover{transform:scale(1.03)}.GameDetails-module__wKRC3G__sidebar-content{flex-direction:column;gap:16px;padding:20px;display:flex}.GameDetails-module__wKRC3G__score-box{text-align:center;border:1px solid var(--amber);border-radius:var(--radius-md);box-shadow:0 0 16px var(--amber-glow);background:linear-gradient(135deg,#1c1a16,#2e2a20);padding:16px 12px}.GameDetails-module__wKRC3G__score-number{color:var(--amber-light);letter-spacing:1px;text-shadow:0 0 20px var(--amber-glow);font-family:Cinzel,serif;font-size:2.4rem;font-weight:900;line-height:1;display:block}.GameDetails-module__wKRC3G__score-users{color:var(--text-muted);letter-spacing:.5px;margin-top:6px;font-size:13px;font-weight:500}.GameDetails-module__wKRC3G__ranked-box{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);padding:14px 16px;font-size:14px;font-weight:500;line-height:1.9}.GameDetails-module__wKRC3G__ranked-box strong{color:var(--amber-dark);font-weight:700}.GameDetails-module__wKRC3G__info-section{flex-direction:column;gap:0;display:flex}.GameDetails-module__wKRC3G__info-section h2{color:var(--amber-dark);letter-spacing:3px;text-transform:uppercase;border-bottom:1px solid var(--amber-border);margin-bottom:12px;padding-bottom:10px;font-family:Cinzel,serif;font-size:12px;font-weight:700}.GameDetails-module__wKRC3G__info-row{border-bottom:1px solid var(--border-subtle);align-items:flex-start;gap:8px;padding:8px 0;display:flex}.GameDetails-module__wKRC3G__info-row:last-child{border-bottom:none}.GameDetails-module__wKRC3G__info-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;flex-shrink:0;min-width:72px;padding-top:1px;font-size:12px;font-weight:700}.GameDetails-module__wKRC3G__info-value{color:var(--text-primary);font-size:13px;font-weight:600;line-height:1.5}.GameDetails-module__wKRC3G__content{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.GameDetails-module__wKRC3G__content-header{margin-bottom:24px}.GameDetails-module__wKRC3G__breadcrumb{color:var(--text-muted);letter-spacing:.5px;margin-bottom:12px;font-size:13px;font-weight:500}.GameDetails-module__wKRC3G__breadcrumb a{color:var(--amber-dark);text-decoration:none;transition:color .2s}.GameDetails-module__wKRC3G__breadcrumb a:hover{color:var(--amber)}.GameDetails-module__wKRC3G__game-title{color:var(--text-primary);letter-spacing:2px;font-family:Cinzel,serif;font-size:2rem;font-weight:900;line-height:1.2}.GameDetails-module__wKRC3G__tabs{border-bottom:2px solid var(--border);gap:0;margin-bottom:32px;display:flex}.GameDetails-module__wKRC3G__tab{letter-spacing:2.5px;text-transform:uppercase;color:var(--text-muted);cursor:pointer;transition:var(--transition);border-bottom:2px solid #0000;margin-bottom:-2px;padding:12px 22px;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700;text-decoration:none}.GameDetails-module__wKRC3G__tab:hover{color:var(--amber-dark)}.GameDetails-module__wKRC3G__tab.GameDetails-module__wKRC3G__active{color:var(--amber-dark);border-bottom-color:var(--amber)}.GameDetails-module__wKRC3G__content-body{flex-direction:column;gap:0;display:flex}.GameDetails-module__wKRC3G__section{margin-bottom:38px}.GameDetails-module__wKRC3G__section:last-child{margin-bottom:0}.GameDetails-module__wKRC3G__section-title{color:var(--amber-dark);letter-spacing:3px;text-transform:uppercase;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;font-family:Cinzel,serif;font-size:14px;font-weight:700;display:flex}.GameDetails-module__wKRC3G__section-title:before{content:"";background:linear-gradient(180deg,var(--amber-light),var(--amber));border-radius:2px;flex-shrink:0;width:3px;height:14px}.GameDetails-module__wKRC3G__section-title:after{content:"";background:linear-gradient(90deg,var(--border),transparent);flex:1;height:1px}.GameDetails-module__wKRC3G__synopsis-text{color:var(--text-primary);background:var(--surface-alt);border:1px solid var(--border-subtle);border-left:3px solid var(--amber);border-radius:0 var(--radius-md)var(--radius-md)0;padding:20px 22px;font-size:15px;line-height:1.9;position:relative}.GameDetails-module__wKRC3G__synopsis-text:before{content:"\"";color:#b8860b1a;-webkit-user-select:none;user-select:none;font-size:60px;line-height:1;position:absolute;top:-6px;left:14px}.GameDetails-module__wKRC3G__synopsis-text p{z-index:1;margin-bottom:14px;position:relative}.GameDetails-module__wKRC3G__synopsis-text p:last-child{margin-bottom:0}.GameDetails-module__wKRC3G__gameplay-info{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:24px;position:relative;overflow:hidden}.GameDetails-module__wKRC3G__gameplay-info:before{content:"";background:linear-gradient(90deg,transparent,var(--amber),transparent);height:2px;position:absolute;top:0;left:0;right:0}.GameDetails-module__wKRC3G__gameplay-sections{flex-direction:column;gap:28px;display:flex}.GameDetails-module__wKRC3G__gameplay-section{border-bottom:1px solid var(--border-subtle);padding-bottom:24px}.GameDetails-module__wKRC3G__gameplay-section:last-child{border-bottom:none;padding-bottom:0}.GameDetails-module__wKRC3G__section-subtitle{color:var(--amber-dark);letter-spacing:2.5px;text-transform:uppercase;border-bottom:1px dashed var(--border-subtle);margin-bottom:16px;padding-bottom:8px;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700}.GameDetails-module__wKRC3G__gameplay-paragraph{flex-direction:column;gap:12px;display:flex}.GameDetails-module__wKRC3G__gameplay-section-content{flex-direction:column;gap:10px;display:flex}.GameDetails-module__wKRC3G__gameplay-line{color:var(--text-primary);margin:0;font-size:14px;font-weight:500;line-height:1.8}.GameDetails-module__wKRC3G__gameplay-list-item{color:var(--text-secondary);border-left:2px solid var(--amber-border);padding-left:16px;font-size:14px;font-weight:500;line-height:1.7}.GameDetails-module__wKRC3G__roles-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.GameDetails-module__wKRC3G__role-box{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);text-align:center;transition:var(--transition);padding:14px}.GameDetails-module__wKRC3G__role-box:hover{border-color:var(--amber-border);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.GameDetails-module__wKRC3G__role-icon{margin-bottom:8px;font-size:1.8rem}.GameDetails-module__wKRC3G__role-name{color:var(--text-primary);margin-bottom:6px;font-family:Cinzel,serif;font-size:13px;font-weight:700}.GameDetails-module__wKRC3G__role-description{color:var(--text-muted);font-size:12px;font-weight:500;line-height:1.5}.GameDetails-module__wKRC3G__economy-grid{flex-direction:column;gap:10px;display:flex}.GameDetails-module__wKRC3G__economy-item{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius);transition:var(--transition);align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.GameDetails-module__wKRC3G__economy-item:hover{border-color:var(--amber-border)}.GameDetails-module__wKRC3G__economy-icon{flex-shrink:0;margin-top:1px;font-size:1.2rem}.GameDetails-module__wKRC3G__economy-content{color:var(--text-primary);font-size:14px;font-weight:500;line-height:1.6}.GameDetails-module__wKRC3G__objectives-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;display:grid}.GameDetails-module__wKRC3G__objective-box{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:var(--transition);align-items:flex-start;gap:12px;padding:14px;display:flex}.GameDetails-module__wKRC3G__objective-box:hover{border-color:var(--amber-border);box-shadow:var(--shadow-sm)}.GameDetails-module__wKRC3G__objective-icon{flex-shrink:0;font-size:1.5rem}.GameDetails-module__wKRC3G__objective-name{color:var(--text-primary);margin-bottom:4px;font-family:Cinzel,serif;font-size:13px;font-weight:700}.GameDetails-module__wKRC3G__objective-description{color:var(--text-muted);margin:0;font-size:12px;font-weight:500;line-height:1.5}.GameDetails-module__wKRC3G__element-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px;display:grid}.GameDetails-module__wKRC3G__element-card{background:var(--surface);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:var(--transition);padding:14px}.GameDetails-module__wKRC3G__element-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px)}.GameDetails-module__wKRC3G__element-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.GameDetails-module__wKRC3G__element-icon{font-size:1.3rem}.GameDetails-module__wKRC3G__element-name{color:var(--text-primary);margin:0;font-family:Cinzel,serif;font-size:13px;font-weight:700}.GameDetails-module__wKRC3G__element-description{color:var(--text-muted);margin:0;font-size:12px;font-weight:500;line-height:1.5}.GameDetails-module__wKRC3G__heroes-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;display:grid}.GameDetails-module__wKRC3G__hero-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);animation:.45s both GameDetails-module__wKRC3G__fadeInUp;position:relative;overflow:hidden}.GameDetails-module__wKRC3G__hero-card:before{content:"";background:linear-gradient(90deg,transparent,var(--amber),transparent);z-index:1;height:2px;position:absolute;top:0;left:0;right:0}.GameDetails-module__wKRC3G__hero-card:hover{box-shadow:var(--shadow-md);border-color:var(--border-strong);transform:translateY(-3px)}.GameDetails-module__wKRC3G__hero-image-container{aspect-ratio:16/9;cursor:pointer;background:linear-gradient(135deg,#1c1a16,#2e2a20);width:100%;overflow:hidden}.GameDetails-module__wKRC3G__hero-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .4s;display:block}.GameDetails-module__wKRC3G__hero-card:hover .GameDetails-module__wKRC3G__hero-image{transform:scale(1.05)}.GameDetails-module__wKRC3G__hero-header{border-bottom:1px solid var(--amber-border);background:linear-gradient(135deg,#1c1a16,#2e2a20);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.GameDetails-module__wKRC3G__hero-name{color:var(--amber-light);letter-spacing:1px;text-shadow:0 0 10px var(--amber-glow);margin:0;font-family:Cinzel,serif;font-size:16px;font-weight:700}.GameDetails-module__wKRC3G__hero-difficulty{letter-spacing:2px;text-transform:uppercase;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:700}.GameDetails-module__wKRC3G__easy{color:#1e8449;background:#27ae6026;border:1px solid #27ae604d}.GameDetails-module__wKRC3G__medium{background:var(--amber-bg);color:var(--amber-dark);border:1px solid var(--amber-border)}.GameDetails-module__wKRC3G__hard{color:#a93226;background:#c0392b1f;border:1px solid #c0392b40}.GameDetails-module__wKRC3G__hero-body{flex-direction:column;gap:10px;padding:16px;display:flex}.GameDetails-module__wKRC3G__hero-role{color:var(--amber-dark);text-transform:uppercase;letter-spacing:2px;background:var(--amber-bg);border:1px solid var(--amber-border);border-radius:2px;align-items:center;gap:6px;width:fit-content;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.GameDetails-module__wKRC3G__hero-description{color:var(--text-secondary);margin:0;font-size:13px;font-weight:500;line-height:1.6}.GameDetails-module__wKRC3G__modes-list{flex-direction:column;gap:16px;display:flex}.GameDetails-module__wKRC3G__mode-item{background:var(--surface);border:1px solid var(--amber-border);border-radius:var(--radius-lg);transition:var(--transition);box-shadow:var(--shadow-elegant);align-items:flex-start;gap:20px;padding:20px 24px;display:flex;position:relative;overflow:hidden}.GameDetails-module__wKRC3G__mode-item:before{content:"";background:linear-gradient(180deg,var(--amber-light),var(--amber-dark),var(--amber-light));opacity:.6;width:3px;position:absolute;top:0;bottom:0;left:0}.GameDetails-module__wKRC3G__mode-item:hover{border-color:var(--amber);box-shadow:var(--shadow-amber);transform:translate(4px)}.GameDetails-module__wKRC3G__mode-item:hover:before{opacity:1}.GameDetails-module__wKRC3G__mode-name{color:var(--amber-dark);letter-spacing:.8px;flex-shrink:0;min-width:130px;padding-top:2px;font-family:Cinzel,serif;font-size:15px;font-weight:700;position:relative}.GameDetails-module__wKRC3G__mode-name:after{content:"";background:linear-gradient(180deg,var(--amber-light),transparent);width:2px;height:24px;position:absolute;top:50%;right:-12px;transform:translateY(-50%)}.GameDetails-module__wKRC3G__mode-description{color:var(--text-secondary);flex:1;font-size:14px;font-weight:500;line-height:1.6}.GameDetails-module__wKRC3G__terms-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;display:grid}.GameDetails-module__wKRC3G__term-item{background:var(--surface);border:1px solid var(--amber-border);border-radius:var(--radius-lg);transition:var(--transition);box-shadow:var(--shadow-elegant);padding:18px 22px;position:relative;overflow:hidden}.GameDetails-module__wKRC3G__term-item:before{content:"";background:linear-gradient(90deg,var(--amber-light),var(--amber-dark),var(--amber-light));opacity:.5;height:2px;position:absolute;top:0;left:0;right:0}.GameDetails-module__wKRC3G__term-item:hover{border-color:var(--amber);box-shadow:var(--shadow-amber);transform:translateY(-3px)}.GameDetails-module__wKRC3G__term-item:hover:before{opacity:1}.GameDetails-module__wKRC3G__term-title{color:var(--amber-dark);letter-spacing:.8px;border-bottom:1px solid var(--amber-border);margin-bottom:10px;padding-bottom:8px;font-family:Cinzel,serif;font-size:14px;font-weight:700;display:inline-block}.GameDetails-module__wKRC3G__term-definition{color:var(--text-secondary);margin-top:8px;font-size:13px;font-weight:500;line-height:1.6}.GameDetails-module__wKRC3G__rank-tiers{flex-wrap:wrap;gap:10px;display:flex}.GameDetails-module__wKRC3G__tier-item{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:var(--transition);align-items:center;gap:10px;padding:10px 16px;display:flex}.GameDetails-module__wKRC3G__tier-item:hover{border-color:var(--amber-border);background:var(--amber-bg);box-shadow:var(--shadow-sm)}.GameDetails-module__wKRC3G__tier-number{color:var(--amber-light);border:1px solid var(--amber);width:28px;height:28px;box-shadow:0 0 8px var(--amber-glow);background:linear-gradient(135deg,#1c1a16,#2e2a20);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:Cinzel,serif;font-size:12px;font-weight:700;display:flex}.GameDetails-module__wKRC3G__tier-name{color:var(--text-primary);letter-spacing:.5px;font-size:14px;font-weight:700}.GameDetails-module__wKRC3G__additional-info{flex-direction:column;gap:14px;display:flex}.GameDetails-module__wKRC3G__info-card{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:var(--transition);padding:18px}.GameDetails-module__wKRC3G__info-card:hover{border-color:var(--border)}.GameDetails-module__wKRC3G__info-card h4{color:var(--amber-dark);letter-spacing:2px;text-transform:uppercase;border-bottom:1px solid var(--amber-border);margin-bottom:12px;padding-bottom:8px;font-family:Cinzel,serif;font-size:13px;font-weight:700}.GameDetails-module__wKRC3G__features-list,.GameDetails-module__wKRC3G__themes-list{flex-wrap:wrap;gap:8px;display:flex}.GameDetails-module__wKRC3G__feature-tag,.GameDetails-module__wKRC3G__theme-tag{background:var(--surface-elevated);color:var(--text-secondary);border:1px solid var(--border-subtle);letter-spacing:1px;text-transform:uppercase;transition:var(--transition);border-radius:2px;padding:4px 12px;font-size:12px;font-weight:700}.GameDetails-module__wKRC3G__feature-tag:hover,.GameDetails-module__wKRC3G__theme-tag:hover{border-color:var(--amber-border);background:var(--amber-bg);color:var(--amber-dark)}.GameDetails-module__wKRC3G__popularity-text{color:var(--text-secondary);margin:0;font-size:14px;font-weight:500;line-height:1.7}.GameDetails-module__wKRC3G__recommended-games{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.GameDetails-module__wKRC3G__recommended-item{background:var(--surface-alt);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:var(--transition);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.GameDetails-module__wKRC3G__recommended-item:hover{border-color:var(--amber-border);box-shadow:var(--shadow-md);transform:translateY(-3px)}.GameDetails-module__wKRC3G__recommended-image{aspect-ratio:3/2;object-fit:cover;object-position:center;width:100%;transition:transform .4s;display:block}.GameDetails-module__wKRC3G__recommended-item:hover .GameDetails-module__wKRC3G__recommended-image{transform:scale(1.04)}.GameDetails-module__wKRC3G__recommended-info{flex-direction:column;gap:4px;padding:12px 14px;display:flex}.GameDetails-module__wKRC3G__recommended-type{letter-spacing:2px;text-transform:uppercase;color:var(--amber-dark);background:var(--amber-bg);border:1px solid var(--amber-border);border-radius:2px;align-self:flex-start;padding:2px 8px;font-size:11px;font-weight:700}.GameDetails-module__wKRC3G__recommended-title{color:var(--text-primary);letter-spacing:.3px;font-family:Cinzel,serif;font-size:13px;font-weight:700;line-height:1.3}.GameDetails-module__wKRC3G__recommended-score{color:var(--amber-dark);font-size:13px;font-weight:700}.GameDetails-module__wKRC3G__loading-container{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;display:flex}.GameDetails-module__wKRC3G__loading-container p{color:var(--text-secondary);letter-spacing:3px;text-transform:uppercase;font-size:13px;font-weight:700}.GameDetails-module__wKRC3G__loading-spinner{border:2px solid var(--border);border-top-color:var(--amber);border-radius:50%;width:44px;height:44px;animation:.9s linear infinite GameDetails-module__wKRC3G__spin}@keyframes GameDetails-module__wKRC3G__spin{to{transform:rotate(360deg)}}.GameDetails-module__wKRC3G__error-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.GameDetails-module__wKRC3G__error-title{color:var(--amber-dark);letter-spacing:2px;margin-bottom:1rem;font-family:Cinzel,serif;font-size:2rem;font-weight:900}.GameDetails-module__wKRC3G__error-text{color:var(--text-secondary);max-width:500px;margin-bottom:2rem;font-size:15px;font-weight:500;line-height:1.8}.GameDetails-module__wKRC3G__back-button{color:var(--amber-light);border:1px solid var(--amber);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);letter-spacing:2px;text-transform:uppercase;box-shadow:0 0 10px var(--amber-glow);background:linear-gradient(135deg,#1c1a16,#2e2a20);padding:11px 28px;font-family:Rajdhani,sans-serif;font-size:13px;font-weight:700}.GameDetails-module__wKRC3G__back-button:hover{background:var(--amber-dark);border-color:var(--amber-dark);color:#fff;box-shadow:var(--shadow-amber);transform:translateY(-2px)}@keyframes GameDetails-module__wKRC3G__fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.GameDetails-module__wKRC3G__main-container{flex-direction:column;padding:24px 16px 48px}.GameDetails-module__wKRC3G__sidebar{border-radius:var(--radius-lg);flex-direction:row;width:100%;position:static}.GameDetails-module__wKRC3G__game-image-container{aspect-ratio:auto;flex-shrink:0;width:180px}.GameDetails-module__wKRC3G__sidebar-content{flex:1}.GameDetails-module__wKRC3G__recommended-games,.GameDetails-module__wKRC3G__heroes-grid{grid-template-columns:repeat(2,1fr)}.GameDetails-module__wKRC3G__mode-item{flex-direction:column;gap:12px}.GameDetails-module__wKRC3G__mode-name:after{display:none}.GameDetails-module__wKRC3G__mode-name{border-bottom:1px dashed var(--amber-border);padding-bottom:6px}.GameDetails-module__wKRC3G__mode-item:before{background:linear-gradient(90deg,var(--amber-light),var(--amber-dark),var(--amber-light));width:100%;height:2px;inset:0 0 auto}}@media (max-width:600px){.GameDetails-module__wKRC3G__game-title{font-size:1.5rem}.GameDetails-module__wKRC3G__sidebar{flex-direction:column}.GameDetails-module__wKRC3G__game-image-container{aspect-ratio:16/9;width:100%}.GameDetails-module__wKRC3G__recommended-games{grid-template-columns:1fr 1fr}.GameDetails-module__wKRC3G__heroes-grid{grid-template-columns:1fr}.GameDetails-module__wKRC3G__roles-grid{grid-template-columns:repeat(2,1fr)}.GameDetails-module__wKRC3G__tab{letter-spacing:1.5px;padding:10px 14px;font-size:11px}.GameDetails-module__wKRC3G__terms-grid{grid-template-columns:1fr}}
