{"id":6428,"date":"2023-06-19T20:53:34","date_gmt":"2023-06-19T20:53:34","guid":{"rendered":"https:\/\/tradeit.gg\/blog\/user\/"},"modified":"2025-07-17T01:45:50","modified_gmt":"2025-07-17T01:45:50","slug":"user","status":"publish","type":"page","link":"https:\/\/tradeit.gg\/blog\/user\/","title":{"rendered":"User"},"content":{"rendered":"\n<style>\n\/* Import Google Fonts *\/\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&display=swap');\n\n\/* Hide Ultimate Member Default Elements *\/\n.um-6426 .um-header,\n.um-6426 .um-profile-photo,\n.um-6426 .um-profile-meta,\n.um-6426 .um-name,\n.um-6426 .um-profile-status,\n.um-6426 .um-profile-edit-a,\n.um-6426 .um-cover,\n.um-6426 .um-member-name,\n.um-6426 .um-member-more,\n.um-6426 .um-member-less,\n.um-6426 .um-profile-navbar,\n.um-6426 .um-profile-nav {\n    display: none !important;\n}\n\n\/* Reset UM Styles *\/\n.um-6426.um {\n    max-width: 100% !important;\n    padding: 0 !important;\n}\n\n.um-6426 .um-form {\n    margin: 0 !important;\n    padding: 0 !important;\n}\n\n.um-6426 .um-profile-body {\n    padding: 0 !important;\n    max-width: 100% !important;\n}\n\n\/* Custom Profile Styles *\/\n.tradeit-profile-wrapper {\n    font-family: 'Inter', sans-serif;\n    background: #f8f9fa;\n    margin: -30px;\n    padding: 0;\n    min-height: 100vh;\n    position: relative;\n    overflow-x: hidden;\n}\n\n\/* Animated Background *\/\n.profile-bg-shapes {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    top: 0;\n    left: 0;\n    pointer-events: none;\n    z-index: 0;\n}\n\n.bg-shape {\n    position: absolute;\n    border-radius: 50%;\n    filter: blur(80px);\n    opacity: 0.15;\n    animation: float 20s infinite ease-in-out;\n}\n\n.bg-shape-1 {\n    width: 600px;\n    height: 600px;\n    background: radial-gradient(circle, #615DFC 0%, transparent 70%);\n    top: -300px;\n    right: -300px;\n}\n\n.bg-shape-2 {\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, #8B86FF 0%, transparent 70%);\n    bottom: -200px;\n    left: -200px;\n    animation-delay: 10s;\n}\n                                \/* kill the global smooth-scroll that UM injects *\/\nhtml, body {\n    scroll-behavior: auto !important;\n}\n\n\/* Hero Section *\/\n.tradeit-hero {\n    position: relative;\n    z-index: 1;\n    background: linear-gradient(135deg, rgba(97, 93, 252, 0.95) 0%, rgba(75, 71, 224, 0.95) 100%);\n    padding: 80px 0 60px;\n    animation: fadeInDown 0.8s ease-out;\n}\n\n.hero-pattern {\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    opacity: 0.1;\n    background-image: repeating-linear-gradient(\n        45deg,\n        transparent,\n        transparent 20px,\n        rgba(255,255,255,0.05) 20px,\n        rgba(255,255,255,0.05) 40px\n    );\n}\n\n.hero-content {\n    position: relative;\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 30px;\n    display: flex;\n    align-items: center;\n    gap: 60px;\n}\n\n\/* Profile Picture *\/\n.profile-avatar-wrapper {\n    position: relative;\n    flex-shrink: 0;\n}\n\n.profile-avatar {\n    width: 200px;\n    height: 200px;\n    border-radius: 50%;\n    border: 6px solid rgba(255, 255, 255, 0.2);\n    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);\n    overflow: hidden;\n    position: relative;\n    background: rgba(255, 255, 255, 0.1);\n    animation: scaleIn 0.8s ease-out 0.2s both;\n}\n\n.profile-avatar img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n}\n\n.avatar-status {\n    position: absolute;\n    bottom: 15px;\n    right: 15px;\n    width: 40px;\n    height: 40px;\n    background: #4CAF50;\n    border-radius: 50%;\n    border: 4px solid white;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    animation: pulse 2s infinite;\n}\n\n\/* Hero Info *\/\n.hero-info {\n    flex: 1;\n    color: white;\n    animation: slideInRight 0.8s ease-out 0.4s both;\n}\n\n.profile-name {\n    font-size: 48px;\n    font-weight: 800;\n    margin: 0 0 8px;\n    letter-spacing: -0.02em;\n    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\ncolor: white !important;\n}\n\n.profile-title {\n    font-size: 24px;\n    font-weight: 500;\n    opacity: 0.9;\n    margin: 0 0 20px;\n}\n\n.profile-quote {\n    font-size: 18px;\n    font-style: italic;\n    opacity: 0.85;\n    line-height: 1.6;\n    margin: 0 0 30px;\n    position: relative;\n    padding-left: 40px;\n}\n\n.profile-quote::before {\n    content: '\"';\n    position: absolute;\n    left: 0;\n    top: -20px;\n    font-size: 60px;\n    opacity: 0.3;\n}\n\n\/* Social Links *\/\n.social-links {\n    display: flex;\n    gap: 16px;\n    flex-wrap: wrap;\n}\n\n.social-link {\n    width: 48px;\n    height: 48px;\n    background: rgba(255, 255, 255, 0.2);\n    backdrop-filter: blur(10px);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    transition: all 0.3s ease;\n    text-decoration: none;\n    color: white;\n}\n\n.social-link:hover {\n    background: rgba(255, 255, 255, 0.3);\n    transform: translateY(-3px);\n    color: white;\n}\n\n.social-link svg {\n    width: 24px;\n    height: 24px;\n    fill: currentColor;\n}\n\n\/* Navigation Tabs - Hide them *\/\n.tradeit-nav-tabs {\n    display: none !important;\n}\n\n\/* Stats Section *\/\n.tradeit-stats {\n    display: flex;\n    gap: 30px;\n    max-width: 1200px;\n    margin: -40px auto 40px;\n    padding: 0 30px;\n    position: relative;\n    z-index: 2;\n}\n\n.stat-card {\n    flex: 1;\n    background: white;\n    border-radius: 20px;\n    padding: 30px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\n    text-align: center;\n    animation: fadeInUp 0.8s ease-out 0.6s both;\n    transition: all 0.3s ease;\n}\n\n.stat-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 40px rgba(97, 93, 252, 0.15);\n}\n\n.stat-icon {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #615DFC, #8B86FF);\n    border-radius: 16px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 16px;\n}\n\n.stat-icon svg {\n    width: 30px;\n    height: 30px;\n    stroke: white;\n    stroke-width: 2;\n}\n\n.stat-value {\n    font-size: 36px;\n    font-weight: 800;\n    color: #615DFC;\n    margin: 0 0 8px;\n}\n\n.stat-label {\n    font-size: 16px;\n    color: #666;\n    margin: 0;\n}\n\n\/* Main Content *\/\n.tradeit-content {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 40px 30px 60px;\n    position: relative;\n    z-index: 1;\n}\n\n\/* Tab Content Container *\/\n.tab-content {\n    display: block;\n}\n\n.tab-content.active {\n    display: block;\n    animation: fadeIn 0.5s ease-out;\n}\n\n\/* Expertise Section *\/\n.expertise-section {\n    background: white;\n    border-radius: 24px;\n    padding: 40px;\n    margin-bottom: 30px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n    animation: fadeInLeft 0.8s ease-out 0.8s both;\n}\n\n.section-header {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-bottom: 30px;\n}\n\n.section-icon {\n    width: 48px;\n    height: 48px;\n    background: linear-gradient(135deg, #615DFC, #8B86FF);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.section-icon svg {\n    width: 24px;\n    height: 24px;\n    stroke: white;\n}\n\n.section-title {\n    font-size: 28px;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin: 0;\n}\n\n.expertise-tags {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n}\n\n.expertise-tag {\n    background: linear-gradient(135deg, rgba(97, 93, 252, 0.1), rgba(139, 134, 255, 0.1));\n    color: #615DFC;\n    padding: 12px 24px;\n    border-radius: 100px;\n    font-size: 16px;\n    font-weight: 600;\n    border: 2px solid transparent;\n    transition: all 0.3s ease;\n    animation: scaleIn 0.5s ease-out;\n    animation-fill-mode: both;\n}\n\n.expertise-tag:hover {\n    border-color: #615DFC;\n    transform: translateY(-2px);\n    box-shadow: 0 4px 12px rgba(97, 93, 252, 0.2);\n}\n\n\/* Games Section *\/\n.games-section {\n    background: white;\n    border-radius: 24px;\n    padding: 40px;\n    margin-bottom: 30px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n    animation: fadeInRight 0.8s ease-out 1s both;\n}\n\n.games-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n    gap: 24px;\n}\n\n.game-card {\n    background: linear-gradient(135deg, rgba(97, 93, 252, 0.03), rgba(97, 93, 252, 0.08));\n    border-radius: 16px;\n    overflow: hidden;\n    transition: all 0.3s ease;\n    animation: fadeIn 0.5s ease-out;\n    animation-fill-mode: both;\n}\n\n.game-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 10px 30px rgba(97, 93, 252, 0.15);\n}\n\n.game-image {\n    width: 100%;\n    height: 180px;\n    object-fit: cover;\n    background: linear-gradient(135deg, #615DFC, #8B86FF);\n}\n\n.game-content {\n    padding: 24px;\n}\n\n.game-title {\n    font-size: 20px;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin: 0 0 12px;\n}\n\n.game-description {\n    font-size: 14px;\n    color: #666;\n    line-height: 1.6;\n    margin: 0 0 16px;\n}\n\n.game-hours {\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    font-size: 16px;\n    font-weight: 600;\n    color: #615DFC;\n}\n\n.game-hours svg {\n    width: 20px;\n    height: 20px;\n}\n\n\/* Bio Section *\/\n.bio-section {\n    background: white;\n    border-radius: 24px;\n    padding: 40px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n    animation: fadeInUp 0.8s ease-out 1.2s both;\n    margin-bottom: 30px;\n}\n\n.bio-content {\n    font-size: 16px;\n    line-height: 1.8;\n    color: #333;\n}\n\n.bio-content p {\n    margin: 0 0 16px;\n}\n\n.bio-content p:last-child {\n    margin: 0;\n}\n\n\/* Posts Section *\/\n.posts-section {\n    background: white;\n    border-radius: 24px;\n    padding: 40px;\n    margin-bottom: 30px;\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);\n    animation: fadeInUp 0.8s ease-out 1.4s both;\n}\n\n.posts-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));\n    gap: 30px;\n}\n\n.post-card {\n    background: linear-gradient(135deg, rgba(97, 93, 252, 0.02), rgba(97, 93, 252, 0.05));\n    border-radius: 16px;\n    overflow: hidden;\n    transition: all 0.3s ease;\n    animation: fadeIn 0.5s ease-out;\n    animation-fill-mode: both;\n    display: flex;\n    flex-direction: column;\n}\n\n.post-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 15px 40px rgba(97, 93, 252, 0.15);\n}\n\n.post-thumbnail {\n    width: 100%;\n    height: 200px;\n    object-fit: cover;\n    background: linear-gradient(135deg, #615DFC, #8B86FF);\n}\n\n.post-content {\n    padding: 24px;\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n}\n\n.post-meta {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin-bottom: 12px;\n    font-size: 14px;\n    color: #666;\n}\n\n.post-date {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n}\n\n.post-category {\n    background: rgba(97, 93, 252, 0.1);\n    color: #615DFC;\n    padding: 4px 12px;\n    border-radius: 20px;\n    font-size: 12px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s ease;\n}\n\n.post-category:hover {\n    background: #615DFC;\n    color: white;\n}\n\n.post-title {\n    font-size: 20px;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin: 0 0 12px;\n    line-height: 1.4;\n}\n\n.post-title a {\n    color: inherit;\n    text-decoration: none;\n    transition: color 0.3s ease;\n}\n\n.post-title a:hover {\n    color: #615DFC;\n}\n\n.post-excerpt {\n    font-size: 15px;\n    color: #666;\n    line-height: 1.6;\n    margin: 0 0 20px;\n    flex: 1;\n}\n\n.post-read-more {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    color: #615DFC;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s ease;\n}\n\n.post-read-more:hover {\n    gap: 12px;\n    color: #4B47E0;\n}\n\n.post-read-more svg {\n    width: 20px;\n    height: 20px;\n    transition: transform 0.3s ease;\n}\n\n.post-read-more:hover svg {\n    transform: translateX(4px);\n}\n\n\/* Empty State *\/\n.empty-state {\n    text-align: center;\n    padding: 60px 20px;\n    color: #999;\n}\n\n.empty-state svg {\n    width: 80px;\n    height: 80px;\n    margin-bottom: 20px;\n    opacity: 0.3;\n}\n\n.empty-state h3 {\n    font-size: 24px;\n    color: #666;\n    margin: 0 0 10px;\n}\n\n\/* Animations *\/\n@keyframes fadeInDown {\n    from {\n        opacity: 0;\n        transform: translateY(-30px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n@keyframes fadeInUp {\n    from {\n        opacity: 0;\n        transform: translateY(30px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n@keyframes fadeInLeft {\n    from {\n        opacity: 0;\n        transform: translateX(-30px);\n    }\n    to {\n        opacity: 1;\n        transform: translateX(0);\n    }\n}\n\n@keyframes fadeInRight {\n    from {\n        opacity: 0;\n        transform: translateX(30px);\n    }\n    to {\n        opacity: 1;\n        transform: translateX(0);\n    }\n}\n\n@keyframes fadeIn {\n    from { opacity: 0; }\n    to { opacity: 1; }\n}\n\n@keyframes scaleIn {\n    from {\n        opacity: 0;\n        transform: scale(0.8);\n    }\n    to {\n        opacity: 1;\n        transform: scale(1);\n    }\n}\n\n@keyframes slideInRight {\n    from {\n        opacity: 0;\n        transform: translateX(50px);\n    }\n    to {\n        opacity: 1;\n        transform: translateX(0);\n    }\n}\n\n@keyframes slideIn {\n    from {\n        width: 0;\n    }\n    to {\n        width: 100%;\n    }\n}\n\n@keyframes float {\n    0%, 100% {\n        transform: translate(0, 0);\n    }\n    33% {\n        transform: translate(100px, -100px);\n    }\n    66% {\n        transform: translate(-100px, 100px);\n    }\n}\n\n@keyframes pulse {\n    0%, 100% {\n        transform: scale(1);\n        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);\n    }\n    50% {\n        transform: scale(1.05);\n        box-shadow: 0 4px 20px rgba(76, 175, 80, 0.4);\n    }\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n    .hero-content {\n        flex-direction: column;\n        text-align: center;\n        gap: 30px;\n    }\n    \n    .profile-avatar {\n        width: 150px;\n        height: 150px;\n    }\n    \n    .profile-name {\ncolor: white;\n        font-size: 36px;\n    }\n    \n    .profile-title {\n        font-size: 20px;\n    }\n    \n    .tradeit-stats {\n        flex-direction: column;\n    }\n    \n    .games-grid {\n        grid-template-columns: 1fr;\n    }\n    \n    .posts-grid {\n        grid-template-columns: 1fr;\n    }\n    \n    .social-links {\n        justify-content: center;\n    }\n    \n    .nav-tabs-inner {\n        overflow-x: auto;\n        -webkit-overflow-scrolling: touch;\n    }\n    \n    .nav-tab {\n        padding: 15px 20px;\n        font-size: 14px;\n        white-space: nowrap;\n    }\n}\n<\/style>\n\n<div class=\"um um-profile um-6426 um-role-\">\n    <div class=\"um-form\" data-mode=\"profile\" data-form_id=\"6426\">\n        \n                \n                \n        \t<div class=\"um-cover\"\n\t\tdata-user_id=\"0\" data-ratio=\"2.7:1\">\n\t\t\n\t\t\t<div class=\"um-dropdown\" data-element=\"div.um-cover\" data-position=\"bc\" data-trigger=\"click\">\n\t\t\t\t<div class=\"um-dropdown-b\">\n\t\t\t\t\t<div class=\"um-dropdown-arr\"><i class=\"\"><\/i><\/div>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"javascript:void(0);\" class=\"um-manual-trigger\" data-parent=\".um-cover\" data-child=\".um-btn-auto-width\">Upload a cover photo<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"javascript:void(0);\" class=\"um-dropdown-hide\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t<div style=\"display: none !important;\"><div  id=\"um_field_6426_cover_photo\" class=\"um-field um-field-image  um-field-cover_photo um-field-image um-field-type_image\" data-key=\"cover_photo\" data-mode=\"\" data-upload-label=\"Upload\"><input type=\"hidden\" name=\"cover_photo\" id=\"cover_photo\" value=\"\"  aria-invalid=\"false\" \/><div class=\"um-field-label\"><label for=\"cover_photo\">Change your cover photo<\/label><div class=\"um-clear\"><\/div><\/div><div class=\"um-field-area\" style=\"text-align: center;\"><div class=\"um-single-image-preview crop\" data-crop=\"cover\" data-key=\"cover_photo\"><a href=\"javascript:void(0);\" class=\"cancel\"><i class=\"um-icon-close\"><\/i><\/a><img decoding=\"async\" class=\"fusion-lazyload-ignore\" src=\"\" alt=\"\" \/><div class=\"um-clear\"><\/div><\/div><a href=\"javascript:void(0);\" data-modal=\"um_upload_single\" data-modal-size=\"large\" data-modal-copy=\"1\" class=\"um-button um-btn-auto-width\">Upload<\/a><\/div><div class=\"um-modal-hidden-content\"><div class=\"um-modal-header\"> Change your cover photo<\/div><div class=\"um-modal-body\"><div class=\"um-single-image-preview crop\"  data-crop=\"cover\" data-ratio=\"2.7\" data-min_width=\"1000\" data-min_height=\"\" data-coord=\"\"><a href=\"javascript:void(0);\" class=\"cancel\"><i class=\"um-icon-close\"><\/i><\/a><img decoding=\"async\" class=\"fusion-lazyload-ignore\" src=\"\" alt=\"\" \/><div class=\"um-clear\"><\/div><\/div><div class=\"um-clear\"><\/div><div class=\"um-single-image-upload\" data-user_id=\"\" data-nonce=\"74fc2aff97\" data-timestamp=\"1778438101\"  data-set_id=\"6426\" data-set_mode=\"\" data-type=\"image\" data-key=\"cover_photo\" data-max_size=\"999999999\" data-max_size_error=\"This image is too large!\" data-min_size_error=\"This image is too small!\" data-extension_error=\"Sorry this is not a valid image.\" data-allowed_types=\"gif,jpg,jpeg,png,webp\" data-accept=\"image\/gif,image\/jpeg,image\/jpeg,image\/png,image\/webp\" data-upload_text=\"Upload profile cover here&lt;small class=&quot;um-max-filesize&quot;&gt;( max: &lt;span&gt;953.7MB&lt;\/span&gt; )&lt;\/small&gt;\" data-max_files_error=\"You can only upload one image\" data-upload_help_text=\"\">Upload<\/div><div class=\"um-modal-footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"um-modal-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"javascript:void(0);\" class=\"um-modal-btn um-finish-upload image disabled\" data-key=\"cover_photo\" data-change=\"Change photo\" data-processing=\"Processing...\">Apply<\/a>\n\t\t\t\t\t\t\t\t\t\t<a href=\"javascript:void(0);\" class=\"um-modal-btn alt\" data-action=\"um_remove_modal\"> Cancel<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"um-clear\"><\/div>\n\t\t\t\t\t\t\t\t<\/div><\/div><\/div><\/div><\/div>\t\t<div class=\"um-cover-e\" data-ratio=\"2.7:1\">\n\t\t\t\t\t\t\t<a href=\"javascript:void(0);\" class=\"um-cover-add\"><span class=\"um-cover-add-i\"><i\n\t\t\t\t\tclass=\"um-icon-plus um-tip-n\"\n\t\t\t\t\ttitle=\"Upload a cover photo\"><\/i><\/span><\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\n\t<div class=\"um-header\">\n\n\t\t\n\t\t<div class=\"um-profile-photo\" data-user_id=\"0\"  aria-invalid=\"false\" >\n\n\t\t\t<a href=\"\" class=\"um-profile-photo-img\" title=\"\">\n\t\t\t\t<span class=\"um-profile-photo-overlay\">\n\t\t\t<span class=\"um-profile-photo-overlay-s\">\n\t\t\t\t<ins>\n\t\t\t\t\t<i class=\"um-faicon-camera\"><\/i>\n\t\t\t\t<\/ins>\n\t\t\t<\/span>\n\t\t<\/span><img alt='' src='https:\/\/secure.gravatar.com\/avatar\/?s=190&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/?s=380&#038;d=mm&#038;r=g 2x' class='avatar avatar-190 photo avatar-default' height='190' width='190' \/>\t\t\t<\/a>\n\n\t\t\t<div style=\"display: none !important;\"><div  id=\"um_field_6426_profile_photo\" class=\"um-field um-field-image  um-field-profile_photo um-field-image um-field-type_image\" data-key=\"profile_photo\" data-mode=\"\" data-upload-label=\"Upload\"><input type=\"hidden\" name=\"profile_photo\" id=\"profile_photo\" value=\"\"  aria-invalid=\"false\" \/><div class=\"um-field-label\"><label for=\"profile_photo\">Change your profile photo<\/label><div class=\"um-clear\"><\/div><\/div><div class=\"um-field-area\" style=\"text-align: center;\"><div class=\"um-single-image-preview crop\" data-crop=\"square\" data-key=\"profile_photo\"><a href=\"javascript:void(0);\" class=\"cancel\"><i class=\"um-icon-close\"><\/i><\/a><img decoding=\"async\" class=\"fusion-lazyload-ignore\" src=\"\" alt=\"\" \/><div class=\"um-clear\"><\/div><\/div><a href=\"javascript:void(0);\" data-modal=\"um_upload_single\" data-modal-size=\"normal\" data-modal-copy=\"1\" class=\"um-button um-btn-auto-width\">Upload<\/a><\/div><div class=\"um-modal-hidden-content\"><div class=\"um-modal-header\"> Change your profile photo<\/div><div class=\"um-modal-body\"><div class=\"um-single-image-preview crop\"  data-crop=\"square\" data-ratio=\"1\" data-min_width=\"190\" data-min_height=\"190\" data-coord=\"\"><a href=\"javascript:void(0);\" class=\"cancel\"><i class=\"um-icon-close\"><\/i><\/a><img decoding=\"async\" class=\"fusion-lazyload-ignore\" src=\"\" alt=\"\" \/><div class=\"um-clear\"><\/div><\/div><div class=\"um-clear\"><\/div><div class=\"um-single-image-upload\" data-user_id=\"\" data-nonce=\"74fc2aff97\" data-timestamp=\"1778438101\"  data-set_id=\"6426\" data-set_mode=\"\" data-type=\"image\" data-key=\"profile_photo\" data-max_size=\"999999999\" data-max_size_error=\"This image is too large!\" data-min_size_error=\"This image is too small!\" data-extension_error=\"Sorry this is not a valid image.\" data-allowed_types=\"gif,jpg,jpeg,png,webp\" data-accept=\"image\/gif,image\/jpeg,image\/jpeg,image\/png,image\/webp\" data-upload_text=\"Upload your photo here&lt;small class=&quot;um-max-filesize&quot;&gt;( max: &lt;span&gt;953.7MB&lt;\/span&gt; )&lt;\/small&gt;\" data-max_files_error=\"You can only upload one image\" data-upload_help_text=\"\">Upload<\/div><div class=\"um-modal-footer\">\n\t\t\t\t\t\t\t\t\t<div class=\"um-modal-right\">\n\t\t\t\t\t\t\t\t\t\t<a href=\"javascript:void(0);\" class=\"um-modal-btn um-finish-upload image disabled\" data-key=\"profile_photo\" data-change=\"Change photo\" data-processing=\"Processing...\">Apply<\/a>\n\t\t\t\t\t\t\t\t\t\t<a href=\"javascript:void(0);\" class=\"um-modal-btn alt\" data-action=\"um_remove_modal\"> Cancel<\/a>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"um-clear\"><\/div>\n\t\t\t\t\t\t\t\t<\/div><\/div><\/div><\/div><\/div>\n\t\t\t<div class=\"um-dropdown\" data-element=\"div.um-profile-photo\" data-position=\"bc\" data-trigger=\"click\">\n\t\t\t\t<div class=\"um-dropdown-b\">\n\t\t\t\t\t<div class=\"um-dropdown-arr\"><i class=\"\"><\/i><\/div>\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"javascript:void(0);\" class=\"um-manual-trigger\" data-parent=\".um-profile-photo\" data-child=\".um-btn-auto-width\" data-alt_text=\"Change photo\">Upload photo<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"javascript:void(0);\" class=\"um-reset-profile-photo\" data-user_id=\"0\" data-default_src=\"https:\/\/tradeit.gg\/blog\/wp-content\/plugins\/ultimate-member\/assets\/img\/default_avatar.jpg\" style=\"display:none;\">Remove photo<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"javascript:void(0);\" class=\"um-dropdown-hide\">Cancel<\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\n\t\t<\/div>\n\n\t\t<div class=\"um-profile-meta\">\n\n\t\t\t\n\t\t\t<div class=\"um-main-meta\">\n\n\t\t\t\t\t\t\t\t\t<div class=\"um-name\">\n\n\t\t\t\t\t\t<a href=\"\"\n\t\t\t\t\t\t\ttitle=\"\"><\/a>\n\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"um-clear\"><\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\n\t\t\t<div class=\"um-profile-status \">\n\t\t\t\t<span>\n\t\t\t\t\tThis user account status is Undefined\t\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t<div class=\"um-clear\"><\/div>\n\n\t\t\n\t<\/div>\n\n\t        \n        <div class=\"tradeit-profile-wrapper\">\n            <!-- Animated Background -->\n            <div class=\"profile-bg-shapes\">\n                <div class=\"bg-shape bg-shape-1\"><\/div>\n                <div class=\"bg-shape bg-shape-2\"><\/div>\n            <\/div>\n\n            <!-- Hero Section -->\n            <div class=\"tradeit-hero\">\n                <div class=\"hero-pattern\"><\/div>\n                <div class=\"hero-content\">\n                    <div class=\"profile-avatar-wrapper\">\n                        <div class=\"profile-avatar\">\n                                                            <img alt='' src='https:\/\/secure.gravatar.com\/avatar\/?s=200&#038;d=mm&#038;r=g' srcset='https:\/\/secure.gravatar.com\/avatar\/?s=400&#038;d=mm&#038;r=g 2x' class='avatar avatar-200 photo avatar-default' height='200' width='200' \/>                                                    <\/div>\n                        <div class=\"avatar-status\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"white\" width=\"20\" height=\"20\">\n                                <path d=\"M9 11L12 14L22 4\" stroke=\"white\" stroke-width=\"3\" fill=\"none\"\/>\n                            <\/svg>\n                        <\/div>\n                    <\/div>\n\n                    <div class=\"hero-info\">\n                        <h1 class=\"profile-name\"><\/h1>\n                                                                        \n                        <div class=\"social-links\">\n                                                                                                                                                                    <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Stats Cards -->\n            <div class=\"tradeit-stats\">\n                                \n                <div class=\"stat-card\">\n                    <div class=\"stat-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                            <path d=\"M5 3C3.89 3 3 3.89 3 5V19A2 2 0 0 0 5 21H19A2 2 0 0 0 21 19V12H19V19H5V5H12V3H5M19 7V3L15 7L19 11V7\"\/>\n                        <\/svg>\n                    <\/div>\n                    <p class=\"stat-value\">1<\/p>\n                    <p class=\"stat-label\">Beloved Games<\/p>\n                <\/div>\n                \n                <div class=\"stat-card\">\n                    <div class=\"stat-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\">\n                            <path d=\"M12 2C6.48 2 2 6.48 2 12S6.48 22 12 22 22 17.52 22 12 17.52 2 12 2M8.5 8A1.5 1.5 0 0 1 10 9.5A1.5 1.5 0 0 1 8.5 11A1.5 1.5 0 0 1 7 9.5A1.5 1.5 0 0 1 8.5 8M12 18C9.67 18 7.69 16.46 6.89 14.25H17.11C16.31 16.46 14.33 18 12 18M15.5 11A1.5 1.5 0 0 1 14 9.5A1.5 1.5 0 0 1 15.5 8A1.5 1.5 0 0 1 17 9.5A1.5 1.5 0 0 1 15.5 11Z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <p class=\"stat-value\">5.0<\/p>\n                    <p class=\"stat-label\">Rating<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Hidden Navigation Tabs -->\n            <div class=\"tradeit-nav-tabs\" style=\"display: none;\">\n                <div class=\"nav-tabs-inner\">\n                                            <a href=\"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/pages\/6428?profiletab=main\" \n                           class=\"nav-tab active\">\n                            About                        <\/a>\n                                            <a href=\"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/pages\/6428?profiletab=posts\" \n                           class=\"nav-tab \">\n                            Posts                        <\/a>\n                                            <a href=\"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/pages\/6428?profiletab=comments\" \n                           class=\"nav-tab \">\n                            Comments                        <\/a>\n                                    <\/div>\n            <\/div>\n\n                        <div class=\"um-profile-navbar \">\n                                <div class=\"um-clear\"><\/div>\n            <\/div>\n\n            \n\t\t\t<div class=\"um-profile-nav\">\n\n\t\t\t\t\n\t\t\t\t\t<div class=\"um-profile-nav-item um-profile-nav-main  active\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/pages\/6428?profiletab=main\" class=\"uimob800-show uimob500-show uimob340-show um-tip-n\"\n\t\t\t\t\t\t\t   title=\"About\" original-title=\"About\" >\n\n\t\t\t\t\t\t\t\t<i class=\"um-faicon-user\"><\/i>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<span class=\"uimob800-hide uimob500-hide uimob340-hide title\">About<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a href=\"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/pages\/6428?profiletab=main\" class=\"uimob800-hide uimob500-hide uimob340-hide\"\n\t\t\t\t\t\t\t   title=\"About\" >\n\n\t\t\t\t\t\t\t\t<i class=\"um-faicon-user\"><\/i>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<span class=\"title\">About<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\t<div class=\"um-profile-nav-item um-profile-nav-posts \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/pages\/6428?profiletab=posts\" class=\"uimob800-show uimob500-show uimob340-show um-tip-n\"\n\t\t\t\t\t\t\t   title=\"Posts\" original-title=\"Posts\" >\n\n\t\t\t\t\t\t\t\t<i class=\"um-faicon-pencil\"><\/i>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<span class=\"uimob800-hide uimob500-hide uimob340-hide title\">Posts<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a href=\"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/pages\/6428?profiletab=posts\" class=\"uimob800-hide uimob500-hide uimob340-hide\"\n\t\t\t\t\t\t\t   title=\"Posts\" >\n\n\t\t\t\t\t\t\t\t<i class=\"um-faicon-pencil\"><\/i>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<span class=\"title\">Posts<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\t<div class=\"um-profile-nav-item um-profile-nav-comments \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/pages\/6428?profiletab=comments\" class=\"uimob800-show uimob500-show uimob340-show um-tip-n\"\n\t\t\t\t\t\t\t   title=\"Comments\" original-title=\"Comments\" >\n\n\t\t\t\t\t\t\t\t<i class=\"um-faicon-comment\"><\/i>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<span class=\"uimob800-hide uimob500-hide uimob340-hide title\">Comments<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<a href=\"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/pages\/6428?profiletab=comments\" class=\"uimob800-hide uimob500-hide uimob340-hide\"\n\t\t\t\t\t\t\t   title=\"Comments\" >\n\n\t\t\t\t\t\t\t\t<i class=\"um-faicon-comment\"><\/i>\n\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<span class=\"title\">Comments<\/span>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t<div class=\"um-clear\"><\/div>\n\n\t\t\t<\/div>\n\n\t\t\n            <div class=\"tradeit-content\">\n                                                        <div class=\"um-profile-body main main-default\">\n                        <!-- About Tab Content -->\n                        <div class=\"tab-content active\">\n                            \n                                                            <div class=\"games-section\">\n                                    <div class=\"section-header\">\n                                        <div class=\"section-icon\">\n                                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\">\n                                                <path d=\"M15 5v8h5.25c1.24 0 2.25-1.01 2.25-2.25V7.25C22.5 6.01 21.49 5 20.25 5H15M9 5H3.75C2.51 5 1.5 6.01 1.5 7.25v3.5C1.5 11.99 2.51 13 3.75 13H9V5M15 19v-6H9v6h6M9 13H5v6h4v-6M15 13v6h4v-6h-4\"\/>\n                                            <\/svg>\n                                        <\/div>\n                                        <h2 class=\"section-title\">Beloved Games<\/h2>\n                                    <\/div>\n                                    <div class=\"games-grid\">\n                                                                                    <div class=\"game-card\" style=\"animation-delay: 0s;\">\n                                                                                                    <div class=\"game-image\"><\/div>\n                                                                                                <div class=\"game-content\">\n                                                    <h3 class=\"game-title\"><\/h3>\n                                                    <p class=\"game-description\"><\/p>\n                                                                                                    <\/div>\n                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                            \n                            \n                            <!-- Posts Section -->\n                                                            <div class=\"posts-section\">\n                                    <div class=\"section-header\">\n                                        <div class=\"section-icon\">\n                                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"white\">\n                                                <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6z\"\/>\n                                                <path d=\"M14 2v6h6\"\/>\n                                                <path d=\"M16 13H8\"\/>\n                                                <path d=\"M16 17H8\"\/>\n                                                <path d=\"M10 9H8\"\/>\n                                            <\/svg>\n                                        <\/div>\n                                        <h2 class=\"section-title\">Recent Posts<\/h2>\n                                    <\/div>\n                                    <div class=\"posts-grid\">\n                                                                                    <div class=\"post-card\" style=\"animation-delay: 0s;\">\n                                                                                                    <img decoding=\"async\" src=\"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2024\/06\/Newest-CS2-Cases.webp\" \n                                                         alt=\"Newest CS2 Case 2026 | All New Cases\" \n                                                         class=\"post-thumbnail\">\n                                                                                                \n                                                <div class=\"post-content\">\n                                                    <div class=\"post-meta\">\n                                                        <span class=\"post-date\">\n                                                            <svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"currentColor\">\n                                                                <path d=\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\/>\n                                                            <\/svg>\n                                                            April 16, 2026                                                        <\/span>\n                                                                                                                    <a href=\"https:\/\/tradeit.gg\/blog\/cs2\/\" \n                                                               class=\"post-category\">\n                                                                CS2                                                            <\/a>\n                                                                                                            <\/div>\n                                                    \n                                                    <h3 class=\"post-title\">\n                                                        <a href=\"https:\/\/tradeit.gg\/blog\/new-cs2-cases\/\">Newest CS2 Case 2026 | All New Cases<\/a>\n                                                    <\/h3>\n                                                    \n                                                    <p class=\"post-excerpt\">\n                                                        The newest major CS2 release in 2026 is the Dead Hand Terminal, added in March 2026 as part of the...                                                    <\/p>\n                                                    \n                                                    <a href=\"https:\/\/tradeit.gg\/blog\/new-cs2-cases\/\" class=\"post-read-more\">\n                                                        Read More\n                                                        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n                                                            <path d=\"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z\"\/>\n                                                        <\/svg>\n                                                    <\/a>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"post-card\" style=\"animation-delay: 0.1s;\">\n                                                                                                    <img decoding=\"async\" src=\"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2025\/09\/CS2-One-Year-Anniversary-768x432.webp\" \n                                                         alt=\"CS2 Updates: Patch Release Notes | Changelog\" \n                                                         class=\"post-thumbnail\">\n                                                                                                \n                                                <div class=\"post-content\">\n                                                    <div class=\"post-meta\">\n                                                        <span class=\"post-date\">\n                                                            <svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"currentColor\">\n                                                                <path d=\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\/>\n                                                            <\/svg>\n                                                            May 8, 2026                                                        <\/span>\n                                                                                                                    <a href=\"https:\/\/tradeit.gg\/blog\/cs2\/\" \n                                                               class=\"post-category\">\n                                                                CS2                                                            <\/a>\n                                                                                                            <\/div>\n                                                    \n                                                    <h3 class=\"post-title\">\n                                                        <a href=\"https:\/\/tradeit.gg\/blog\/cs2-updates\/\">CS2 Updates: Patch Release Notes | Changelog<\/a>\n                                                    <\/h3>\n                                                    \n                                                    <p class=\"post-excerpt\">\n                                                        This article covers CS2 updates in chronological order. Here&#8217;s how Valve is changing the game for the better. \ud83d\udd52 Last...                                                    <\/p>\n                                                    \n                                                    <a href=\"https:\/\/tradeit.gg\/blog\/cs2-updates\/\" class=\"post-read-more\">\n                                                        Read More\n                                                        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n                                                            <path d=\"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z\"\/>\n                                                        <\/svg>\n                                                    <\/a>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"post-card\" style=\"animation-delay: 0.2s;\">\n                                                                                                    <img decoding=\"async\" src=\"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/08\/Best-CS2-Music-Kits_-768x432.jpg\" \n                                                         alt=\"Best CS2 Music Kits (2026)\" \n                                                         class=\"post-thumbnail\">\n                                                                                                \n                                                <div class=\"post-content\">\n                                                    <div class=\"post-meta\">\n                                                        <span class=\"post-date\">\n                                                            <svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"currentColor\">\n                                                                <path d=\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\/>\n                                                            <\/svg>\n                                                            May 7, 2026                                                        <\/span>\n                                                                                                                    <a href=\"https:\/\/tradeit.gg\/blog\/cs2\/\" \n                                                               class=\"post-category\">\n                                                                CS2                                                            <\/a>\n                                                                                                            <\/div>\n                                                    \n                                                    <h3 class=\"post-title\">\n                                                        <a href=\"https:\/\/tradeit.gg\/blog\/best-cs2-music-kits\/\">Best CS2 Music Kits (2026)<\/a>\n                                                    <\/h3>\n                                                    \n                                                    <p class=\"post-excerpt\">\n                                                        When playing CS2, music kits are an amazing way to upgrade the gaming experience and even influence your game strategy....                                                    <\/p>\n                                                    \n                                                    <a href=\"https:\/\/tradeit.gg\/blog\/best-cs2-music-kits\/\" class=\"post-read-more\">\n                                                        Read More\n                                                        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n                                                            <path d=\"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z\"\/>\n                                                        <\/svg>\n                                                    <\/a>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"post-card\" style=\"animation-delay: 0.3s;\">\n                                                                                                    <img decoding=\"async\" src=\"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2024\/02\/How-to-practice-smokes-in-cs2-Smoke-Commands-768x432.webp\" \n                                                         alt=\"How to Practice CS2 Smokes &#8211; Commands, Tips, and Maps\" \n                                                         class=\"post-thumbnail\">\n                                                                                                \n                                                <div class=\"post-content\">\n                                                    <div class=\"post-meta\">\n                                                        <span class=\"post-date\">\n                                                            <svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"currentColor\">\n                                                                <path d=\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\/>\n                                                            <\/svg>\n                                                            May 4, 2026                                                        <\/span>\n                                                                                                                    <a href=\"https:\/\/tradeit.gg\/blog\/cs2\/\" \n                                                               class=\"post-category\">\n                                                                CS2                                                            <\/a>\n                                                                                                            <\/div>\n                                                    \n                                                    <h3 class=\"post-title\">\n                                                        <a href=\"https:\/\/tradeit.gg\/blog\/how-to-practice-smokes-in-cs2\/\">How to Practice CS2 Smokes &#8211; Commands, Tips, and Maps<\/a>\n                                                    <\/h3>\n                                                    \n                                                    <p class=\"post-excerpt\">\n                                                        Looking to gain a strategic edge in Counter-Strike 2 with precise smoke grenade plays? Learning how to practice CS2 smokes...                                                    <\/p>\n                                                    \n                                                    <a href=\"https:\/\/tradeit.gg\/blog\/how-to-practice-smokes-in-cs2\/\" class=\"post-read-more\">\n                                                        Read More\n                                                        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n                                                            <path d=\"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z\"\/>\n                                                        <\/svg>\n                                                    <\/a>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"post-card\" style=\"animation-delay: 0.4s;\">\n                                                                                                    <img decoding=\"async\" src=\"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/How-To-Open-Console-in-CS2-768x432.jpg\" \n                                                         alt=\"How to Open the CS2 Console\" \n                                                         class=\"post-thumbnail\">\n                                                                                                \n                                                <div class=\"post-content\">\n                                                    <div class=\"post-meta\">\n                                                        <span class=\"post-date\">\n                                                            <svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"currentColor\">\n                                                                <path d=\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\/>\n                                                            <\/svg>\n                                                            May 3, 2026                                                        <\/span>\n                                                                                                                    <a href=\"https:\/\/tradeit.gg\/blog\/cs2\/\" \n                                                               class=\"post-category\">\n                                                                CS2                                                            <\/a>\n                                                                                                            <\/div>\n                                                    \n                                                    <h3 class=\"post-title\">\n                                                        <a href=\"https:\/\/tradeit.gg\/blog\/how-to-open-the-cs2-console\/\">How to Open the CS2 Console<\/a>\n                                                    <\/h3>\n                                                    \n                                                    <p class=\"post-excerpt\">\n                                                        Have you ever wondered how you can unlock the full potential of Counter-Strike 2? The developer console in CS2 is...                                                    <\/p>\n                                                    \n                                                    <a href=\"https:\/\/tradeit.gg\/blog\/how-to-open-the-cs2-console\/\" class=\"post-read-more\">\n                                                        Read More\n                                                        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n                                                            <path d=\"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z\"\/>\n                                                        <\/svg>\n                                                    <\/a>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"post-card\" style=\"animation-delay: 0.5s;\">\n                                                                                                    <img decoding=\"async\" src=\"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2026\/04\/Best-Smokes-for-Cache-in-CS2-768x432.webp\" \n                                                         alt=\"Best Smokes for Cache in CS2\" \n                                                         class=\"post-thumbnail\">\n                                                                                                \n                                                <div class=\"post-content\">\n                                                    <div class=\"post-meta\">\n                                                        <span class=\"post-date\">\n                                                            <svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"currentColor\">\n                                                                <path d=\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\/>\n                                                            <\/svg>\n                                                            May 1, 2026                                                        <\/span>\n                                                                                                                    <a href=\"https:\/\/tradeit.gg\/blog\/cs2\/\" \n                                                               class=\"post-category\">\n                                                                CS2                                                            <\/a>\n                                                                                                            <\/div>\n                                                    \n                                                    <h3 class=\"post-title\">\n                                                        <a href=\"https:\/\/tradeit.gg\/blog\/best-smokes-for-cache-in-cs2\/\">Best Smokes for Cache in CS2<\/a>\n                                                    <\/h3>\n                                                    \n                                                    <p class=\"post-excerpt\">\n                                                        Cache is back in Counter-Strike 2, and it still rewards teams that master utility. Because of its open mid and...                                                    <\/p>\n                                                    \n                                                    <a href=\"https:\/\/tradeit.gg\/blog\/best-smokes-for-cache-in-cs2\/\" class=\"post-read-more\">\n                                                        Read More\n                                                        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n                                                            <path d=\"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z\"\/>\n                                                        <\/svg>\n                                                    <\/a>\n                                                <\/div>\n                                            <\/div>\n                                                                                    <div class=\"post-card\" style=\"animation-delay: 0.6s;\">\n                                                                                                    <img decoding=\"async\" src=\"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/CS2-Maps_-CS2-Map-Pool-768x432.webp\" \n                                                         alt=\"All CS2 Maps: The Active Duty Map Pool in 2026\" \n                                                         class=\"post-thumbnail\">\n                                                                                                \n                                                <div class=\"post-content\">\n                                                    <div class=\"post-meta\">\n                                                        <span class=\"post-date\">\n                                                            <svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"currentColor\">\n                                                                <path d=\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\/>\n                                                            <\/svg>\n                                                            April 29, 2026                                                        <\/span>\n                                                                                                                    <a href=\"https:\/\/tradeit.gg\/blog\/cs2\/\" \n                                                               class=\"post-category\">\n                                                                CS2                                                            <\/a>\n                                                                                                            <\/div>\n                                                    \n                                                    <h3 class=\"post-title\">\n                                                        <a href=\"https:\/\/tradeit.gg\/blog\/cs2-maps\/\">All CS2 Maps: The Active Duty Map Pool in 2026<\/a>\n                                                    <\/h3>\n                                                    \n                                                    <p class=\"post-excerpt\">\n                                                        CS2 does not use a single fixed map pool across all modes. Premier uses the seven-map Active Duty pool, while...                                                    <\/p>\n                                                    \n                                                    <a href=\"https:\/\/tradeit.gg\/blog\/cs2-maps\/\" class=\"post-read-more\">\n                                                        Read More\n                                                        <svg viewBox=\"0 0 24 24\" fill=\"currentColor\">\n                                                            <path d=\"M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z\"\/>\n                                                        <\/svg>\n                                                    <\/a>\n                                                <\/div>\n                                            <\/div>\n                                                                            <\/div>\n                                <\/div>\n                                                    <\/div>\n                        <div class=\"clear\"><\/div>\n                    <\/div>\n                            <\/div>\n        <\/div>\n\n        \n            <\/div>\n<\/div>\n\n<script>\njQuery(document).ready(function($) {\n    \/\/ Animate stat numbers on scroll\n    const animateStats = () => {\n        $('.stat-value').each(function() {\n            const $this = $(this);\n            const value = $this.text();\n            const hasPlus = value.includes('+');\n            const numValue = parseFloat(value);\n            \n            if (!$this.hasClass('animated')) {\n                $this.prop('Counter', 0).animate({\n                    Counter: numValue\n                }, {\n                    duration: 2000,\n                    easing: 'swing',\n                    step: function(now) {\n                        if (value.includes('.')) {\n                            $this.text(now.toFixed(1) + (hasPlus ? '+' : ''));\n                        } else {\n                            $this.text(Math.ceil(now) + (hasPlus ? '+' : ''));\n                        }\n                    }\n                });\n                $this.addClass('animated');\n            }\n        });\n    };\n\n    \/\/ Intersection Observer for animations\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                if (entry.target.classList.contains('stat-card')) {\n                    animateStats();\n                }\n            }\n        });\n    }, { threshold: 0.5 });\n\n    $('.stat-card').each(function() {\n        observer.observe(this);\n    });\n});\n<\/script><style>\n\t\t\t.um-6426.um {\n\t\t\tmax-width: 1000px;\n\t\t}\n\t\t<\/style>\n<style>\n\t\t\t.um-6426.um .um-profile-body {\n\t\t\tmax-width: 600px;\n\t\t}\n\t\t.um-6426.um .um-profile-photo a.um-profile-photo-img {\n\t\twidth: 190px;\n\t\theight: 190px;\n\t}\n\t.um-6426.um .um-profile-photo a.um-profile-photo-img {\n\t\ttop: -105px;\n\t}\n\t\t\t.um-6426.um .um-profile-meta {\n\t\t\tpadding-left: 250px;\n\t\t}\n\t<\/style>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-um-profile-blank.php","meta":{"footnotes":""},"class_list":["post-6428","page","type-page","status-publish","hentry"],"aioseo_notices":[],"featured_image_src":null,"lang":"en","translations":{"en":6428},"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.6.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"View all CS2 maps in 2026, including the current Active Duty, Competitive, Wingman, Arms Race, and the latest Valve map rotations.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/tradeit.gg\/blog\/cs2-maps\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.6.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Tradeit.gg Blog | CS2, CS:GO, Rust &amp; TF2\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"All CS2 Maps (UPDATED): The Active Duty Map Pool in 2026\" \/>\n\t\t<meta property=\"og:description\" content=\"View all CS2 maps in 2026, including the current Active Duty, Competitive, Wingman, Arms Race, and the latest Valve map rotations.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tradeit.gg\/blog\/cs2-maps\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/CS2-Maps_-CS2-Map-Pool.webp\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/CS2-Maps_-CS2-Map-Pool.webp\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t\t<meta property=\"article:tag\" content=\"cs2 guides\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-04-29T21:44:29+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-04-29T21:44:31+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tradeitgg\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tradeit_gg\" \/>\n\t\t<meta name=\"twitter:title\" content=\"All CS2 Maps (UPDATED): The Active Duty Map Pool in 2025\" \/>\n\t\t<meta name=\"twitter:description\" content=\"View all CS2 maps in 2026, including the current Active Duty, Competitive, Wingman, Arms Race, and the latest Valve map rotations.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@https:\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2024\/02\/cropped-logo-1.png\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"William Westerlund\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"22 minutes\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/#blogposting\",\"name\":\"All CS2 Maps (UPDATED): The Active Duty Map Pool in 2026\",\"headline\":\"All CS2 Maps: The Active Duty Map Pool in 2026\",\"author\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/author\\\/william\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/CS2-Maps_-CS2-Map-Pool.webp\",\"width\":1920,\"height\":1080,\"caption\":\"View all CS2 maps in the Active Duty map pool and more. The competitive map pool keeps changing and we update it frequently.\"},\"datePublished\":\"2026-04-29T21:44:29+00:00\",\"dateModified\":\"2026-04-29T21:44:31+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/#webpage\"},\"articleSection\":\"CS2, CS2 Guides, CS2 Guides, English, pll_64ee92c155b69\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tradeit.gg\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/user\\\/#listItem\",\"name\":\"User\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/user\\\/#listItem\",\"position\":2,\"name\":\"User\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"FAQPage\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/#faq\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"How many maps does CS2 have?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"CS2 has different map pools across different modes, so there is no single fixed number that matters most. The more useful answer is to separate Active Duty, other official mode maps, and community rotation maps.\"}},{\"@type\":\"Question\",\"name\":\"What maps to play in CS2?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Popular maps include Mirage, Inferno, and Dust II. Choose maps based on your playstyle and learn their layout to improve performance.\"}},{\"@type\":\"Question\",\"name\":\"What are the current Active Duty maps in CS2?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"As of Premier Season Four in January 2026, the Active Duty maps are: Anubis, Ancient, Dust 2, Inferno, Mirage, Nuke, and Overpass.\"}},{\"@type\":\"Question\",\"name\":\"What maps are played in a CS2 Major?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"CS2 Majors use the Active Duty map pool, so in 2026, that means: Anubis, Ancient, Dust 2, Inferno, Mirage, Nuke, and Overpass.\"}},{\"@type\":\"Question\",\"name\":\"What changed in the CS2 map pool in 2026?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Valve made two major official map-pool changes in January 2026. On January 22, Anubis replaced Train in the Active Duty pool for Premier Season Four. On January 29, Valve added Warden, Stronghold, and Alpine to Competitive, Casual, and Deathmatch, and added Sanctum and Poseidon to Wingman.\"}},{\"@type\":\"Question\",\"name\":\"What is the best map on CS2?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Mirage is one of the most balanced and widely loved maps, often considered the best for both casual and competitive play.\"}},{\"@type\":\"Question\",\"name\":\"How to Learn CS2 Maps Faster in 2026\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Use training servers, offline practice, and tools like Yprac or Aimlab. Watch ESL or Blast Premier games to learn rotations and callouts.\"}},{\"@type\":\"Question\",\"name\":\"What are the newest maps added to CS2 rotations?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The newest officially added community maps in late January 2026 were: Warden, Stronghold, Alpine, Sanctum, Poseidon.\"}},{\"@type\":\"Question\",\"name\":\"How can I improve my map knowledge?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Focus on current Active Duty maps first, especially callouts, choke points, common utility, and rotation timings. For 2026, Anubis is one of the most important maps to review because it returned to Active Duty in the latest Premier rotation.\"}},{\"@type\":\"Question\",\"name\":\"Are Train and Vertigo still in CS2 in 2026?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, but they are not both part of the current Active Duty Premier pool. Train was removed from Active Duty on January 22, 2026, while broader Competitive rotations still include extra maps outside Premier.\"}},{\"@type\":\"Question\",\"name\":\"What is the difference between Premier maps and Competitive maps in CS2?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Premier uses the seven-map Active Duty pool. Standard Competitive uses a wider set of playable maps, including Active Duty maps plus extra official or community-rotation maps.\"}}],\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/#breadcrumblist\"}},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/#organization\",\"name\":\"Tradeit.gg\",\"description\":\"Tradeit.gg is the leading CS2 skin trading platform with instant trades, secure payments, and a 4.7 star Trustpilot rating.\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/\",\"email\":\"Support@tradeit.gg\",\"foundingDate\":\"2017-01-01\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/cropped-logo-2.png\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/#organizationLogo\",\"width\":427,\"height\":100,\"caption\":\"Tradeit.gg logo\"},\"image\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/tradeitgg\",\"https:\\\/\\\/x.com\\\/tradeit_gg\",\"https:\\\/\\\/www.instagram.com\\\/tradeit.gg\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCld1sYd4aHddmPsJGa3YjQw\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/tradeitgg\\\/\",\"https:\\\/\\\/discord.com\\\/invite\\\/tradeit\",\"https:\\\/\\\/www.reddit.com\\\/user\\\/tradeitofficial\\\/\",\"https:\\\/\\\/steamcommunity.com\\\/groups\\\/tradeitgg\",\"https:\\\/\\\/www.twitch.tv\\\/tradeitofficial\",\"https:\\\/\\\/m.vk.com\\\/tradeitgg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/author\\\/william\\\/#author\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/author\\\/william\\\/\",\"name\":\"William Westerlund\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98055891c69dd4dde7c4d605b2badde2?s=96&d=mm&r=g\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/WWesterlundd\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/william-westerlund-a47b17157\"],\"description\":\"William brings 7 years of experience writing for multiple gaming blogs. He has more than 10,000 hours played in CS:GO (CS2) and have played around in other games such as TF2 and Rust. Through his experience playing the game at a high level and dealing with skins for many years, he provides first-hand insight into the topics covered on the Tradeit.gg blog.\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/#webpage\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/\",\"name\":\"All CS2 Maps (UPDATED): The Active Duty Map Pool in 2026\",\"description\":\"View all CS2 maps in 2026, including the current Active Duty, Competitive, Wingman, Arms Race, and the latest Valve map rotations.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/author\\\/william\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/author\\\/william\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/CS2-Maps_-CS2-Map-Pool.webp\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/#mainImage\",\"width\":1920,\"height\":1080,\"caption\":\"View all CS2 maps in the Active Duty map pool and more. The competitive map pool keeps changing and we update it frequently.\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-maps\\\/#mainImage\"},\"datePublished\":\"2026-04-29T21:44:29+00:00\",\"dateModified\":\"2026-04-29T21:44:31+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/\",\"name\":\"Tradeit.gg Blog | CS2, CS:GO, Rust & TF2\",\"alternateName\":\"Tradeit\",\"description\":\"Guides & Skin reviews for CS2, Rust, TF2 & Dota 2\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>All CS2 Maps (UPDATED): The Active Duty Map Pool in 2026<\/title>\n\n","aioseo_head_json":{"title":"All CS2 Maps (UPDATED): The Active Duty Map Pool in 2026","description":"View all CS2 maps in 2026, including the current Active Duty, Competitive, Wingman, Arms Race, and the latest Valve map rotations.","canonical_url":"https:\/\/tradeit.gg\/blog\/cs2-maps\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/tradeit.gg\/blog\/cs2-maps\/#blogposting","name":"All CS2 Maps (UPDATED): The Active Duty Map Pool in 2026","headline":"All CS2 Maps: The Active Duty Map Pool in 2026","author":{"@id":"https:\/\/tradeit.gg\/blog\/author\/william\/#author"},"publisher":{"@id":"https:\/\/tradeit.gg\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/CS2-Maps_-CS2-Map-Pool.webp","width":1920,"height":1080,"caption":"View all CS2 maps in the Active Duty map pool and more. The competitive map pool keeps changing and we update it frequently."},"datePublished":"2026-04-29T21:44:29+00:00","dateModified":"2026-04-29T21:44:31+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/tradeit.gg\/blog\/cs2-maps\/#webpage"},"isPartOf":{"@id":"https:\/\/tradeit.gg\/blog\/cs2-maps\/#webpage"},"articleSection":"CS2, CS2 Guides, CS2 Guides, English, pll_64ee92c155b69"},{"@type":"BreadcrumbList","@id":"https:\/\/tradeit.gg\/blog\/cs2-maps\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tradeit.gg\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog\/user\/#listItem","name":"User"}},{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog\/user\/#listItem","position":2,"name":"User","previousItem":{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog#listItem","name":"Home"}}]},{"@type":"FAQPage","@id":"https:\/\/tradeit.gg\/blog\/cs2-maps\/#faq","url":"https:\/\/tradeit.gg\/blog\/cs2-maps\/","mainEntity":[{"@type":"Question","name":"How many maps does CS2 have?","acceptedAnswer":{"@type":"Answer","text":"CS2 has different map pools across different modes, so there is no single fixed number that matters most. The more useful answer is to separate Active Duty, other official mode maps, and community rotation maps."}},{"@type":"Question","name":"What maps to play in CS2?","acceptedAnswer":{"@type":"Answer","text":"Popular maps include Mirage, Inferno, and Dust II. Choose maps based on your playstyle and learn their layout to improve performance."}},{"@type":"Question","name":"What are the current Active Duty maps in CS2?","acceptedAnswer":{"@type":"Answer","text":"As of Premier Season Four in January 2026, the Active Duty maps are: Anubis, Ancient, Dust 2, Inferno, Mirage, Nuke, and Overpass."}},{"@type":"Question","name":"What maps are played in a CS2 Major?","acceptedAnswer":{"@type":"Answer","text":"CS2 Majors use the Active Duty map pool, so in 2026, that means: Anubis, Ancient, Dust 2, Inferno, Mirage, Nuke, and Overpass."}},{"@type":"Question","name":"What changed in the CS2 map pool in 2026?","acceptedAnswer":{"@type":"Answer","text":"Valve made two major official map-pool changes in January 2026. On January 22, Anubis replaced Train in the Active Duty pool for Premier Season Four. On January 29, Valve added Warden, Stronghold, and Alpine to Competitive, Casual, and Deathmatch, and added Sanctum and Poseidon to Wingman."}},{"@type":"Question","name":"What is the best map on CS2?","acceptedAnswer":{"@type":"Answer","text":"Mirage is one of the most balanced and widely loved maps, often considered the best for both casual and competitive play."}},{"@type":"Question","name":"How to Learn CS2 Maps Faster in 2026","acceptedAnswer":{"@type":"Answer","text":"Use training servers, offline practice, and tools like Yprac or Aimlab. Watch ESL or Blast Premier games to learn rotations and callouts."}},{"@type":"Question","name":"What are the newest maps added to CS2 rotations?","acceptedAnswer":{"@type":"Answer","text":"The newest officially added community maps in late January 2026 were: Warden, Stronghold, Alpine, Sanctum, Poseidon."}},{"@type":"Question","name":"How can I improve my map knowledge?","acceptedAnswer":{"@type":"Answer","text":"Focus on current Active Duty maps first, especially callouts, choke points, common utility, and rotation timings. For 2026, Anubis is one of the most important maps to review because it returned to Active Duty in the latest Premier rotation."}},{"@type":"Question","name":"Are Train and Vertigo still in CS2 in 2026?","acceptedAnswer":{"@type":"Answer","text":"Yes, but they are not both part of the current Active Duty Premier pool. Train was removed from Active Duty on January 22, 2026, while broader Competitive rotations still include extra maps outside Premier."}},{"@type":"Question","name":"What is the difference between Premier maps and Competitive maps in CS2?","acceptedAnswer":{"@type":"Answer","text":"Premier uses the seven-map Active Duty pool. Standard Competitive uses a wider set of playable maps, including Active Duty maps plus extra official or community-rotation maps."}},{"@type":"Question","name":"How many maps does CS2 have?","acceptedAnswer":{"@type":"Answer","text":"CS2 has different map pools across different modes, so there is no single fixed number that matters most. The more useful answer is to separate Active Duty, other official mode maps, and community rotation maps."}},{"@type":"Question","name":"What maps to play in CS2?","acceptedAnswer":{"@type":"Answer","text":"Popular maps include Mirage, Inferno, and Dust II. Choose maps based on your playstyle and learn their layout to improve performance."}},{"@type":"Question","name":"What are the current Active Duty maps in CS2?","acceptedAnswer":{"@type":"Answer","text":"As of Premier Season Four in January 2026, the Active Duty maps are: Anubis, Ancient, Dust 2, Inferno, Mirage, Nuke, and Overpass."}},{"@type":"Question","name":"What maps are played in a CS2 Major?","acceptedAnswer":{"@type":"Answer","text":"CS2 Majors use the Active Duty map pool, so in 2026, that means: Anubis, Ancient, Dust 2, Inferno, Mirage, Nuke, and Overpass."}},{"@type":"Question","name":"What changed in the CS2 map pool in 2026?","acceptedAnswer":{"@type":"Answer","text":"Valve made two major official map-pool changes in January 2026. On January 22, Anubis replaced Train in the Active Duty pool for Premier Season Four. On January 29, Valve added Warden, Stronghold, and Alpine to Competitive, Casual, and Deathmatch, and added Sanctum and Poseidon to Wingman."}},{"@type":"Question","name":"What is the best map on CS2?","acceptedAnswer":{"@type":"Answer","text":"Mirage is one of the most balanced and widely loved maps, often considered the best for both casual and competitive play."}},{"@type":"Question","name":"How to Learn CS2 Maps Faster in 2026","acceptedAnswer":{"@type":"Answer","text":"Use training servers, offline practice, and tools like Yprac or Aimlab. Watch ESL or Blast Premier games to learn rotations and callouts."}},{"@type":"Question","name":"What are the newest maps added to CS2 rotations?","acceptedAnswer":{"@type":"Answer","text":"The newest officially added community maps in late January 2026 were: Warden, Stronghold, Alpine, Sanctum, Poseidon."}},{"@type":"Question","name":"How can I improve my map knowledge?","acceptedAnswer":{"@type":"Answer","text":"Focus on current Active Duty maps first, especially callouts, choke points, common utility, and rotation timings. For 2026, Anubis is one of the most important maps to review because it returned to Active Duty in the latest Premier rotation."}},{"@type":"Question","name":"Are Train and Vertigo still in CS2 in 2026?","acceptedAnswer":{"@type":"Answer","text":"Yes, but they are not both part of the current Active Duty Premier pool. Train was removed from Active Duty on January 22, 2026, while broader Competitive rotations still include extra maps outside Premier."}},{"@type":"Question","name":"What is the difference between Premier maps and Competitive maps in CS2?","acceptedAnswer":{"@type":"Answer","text":"Premier uses the seven-map Active Duty pool. Standard Competitive uses a wider set of playable maps, including Active Duty maps plus extra official or community-rotation maps."}}],"inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tradeit.gg\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tradeit.gg\/blog\/cs2-maps\/#breadcrumblist"}},{"@type":"Organization","@id":"https:\/\/tradeit.gg\/blog\/#organization","name":"Tradeit.gg","description":"Tradeit.gg is the leading CS2 skin trading platform with instant trades, secure payments, and a 4.7 star Trustpilot rating.","url":"https:\/\/tradeit.gg\/blog\/","email":"Support@tradeit.gg","foundingDate":"2017-01-01","logo":{"@type":"ImageObject","url":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2024\/02\/cropped-logo-2.png","@id":"https:\/\/tradeit.gg\/blog\/cs2-maps\/#organizationLogo","width":427,"height":100,"caption":"Tradeit.gg logo"},"image":{"@id":"https:\/\/tradeit.gg\/blog\/cs2-maps\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/tradeitgg","https:\/\/x.com\/tradeit_gg","https:\/\/www.instagram.com\/tradeit.gg\/","https:\/\/www.youtube.com\/channel\/UCld1sYd4aHddmPsJGa3YjQw","https:\/\/www.linkedin.com\/company\/tradeitgg\/","https:\/\/discord.com\/invite\/tradeit","https:\/\/www.reddit.com\/user\/tradeitofficial\/","https:\/\/steamcommunity.com\/groups\/tradeitgg","https:\/\/www.twitch.tv\/tradeitofficial","https:\/\/m.vk.com\/tradeitgg"]},{"@type":"Person","@id":"https:\/\/tradeit.gg\/blog\/author\/william\/#author","url":"https:\/\/tradeit.gg\/blog\/author\/william\/","name":"William Westerlund","image":{"@type":"ImageObject","url":"https:\/\/secure.gravatar.com\/avatar\/98055891c69dd4dde7c4d605b2badde2?s=96&d=mm&r=g"},"sameAs":["https:\/\/x.com\/https:\/\/twitter.com\/WWesterlundd","https:\/\/www.linkedin.com\/in\/william-westerlund-a47b17157"],"description":"William brings 7 years of experience writing for multiple gaming blogs. He has more than 10,000 hours played in CS:GO (CS2) and have played around in other games such as TF2 and Rust. Through his experience playing the game at a high level and dealing with skins for many years, he provides first-hand insight into the topics covered on the Tradeit.gg blog."},{"@type":"WebPage","@id":"https:\/\/tradeit.gg\/blog\/cs2-maps\/#webpage","url":"https:\/\/tradeit.gg\/blog\/cs2-maps\/","name":"All CS2 Maps (UPDATED): The Active Duty Map Pool in 2026","description":"View all CS2 maps in 2026, including the current Active Duty, Competitive, Wingman, Arms Race, and the latest Valve map rotations.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tradeit.gg\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tradeit.gg\/blog\/cs2-maps\/#breadcrumblist"},"author":{"@id":"https:\/\/tradeit.gg\/blog\/author\/william\/#author"},"creator":{"@id":"https:\/\/tradeit.gg\/blog\/author\/william\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/CS2-Maps_-CS2-Map-Pool.webp","@id":"https:\/\/tradeit.gg\/blog\/cs2-maps\/#mainImage","width":1920,"height":1080,"caption":"View all CS2 maps in the Active Duty map pool and more. The competitive map pool keeps changing and we update it frequently."},"primaryImageOfPage":{"@id":"https:\/\/tradeit.gg\/blog\/cs2-maps\/#mainImage"},"datePublished":"2026-04-29T21:44:29+00:00","dateModified":"2026-04-29T21:44:31+00:00"},{"@type":"WebSite","@id":"https:\/\/tradeit.gg\/blog\/#website","url":"https:\/\/tradeit.gg\/blog\/","name":"Tradeit.gg Blog | CS2, CS:GO, Rust & TF2","alternateName":"Tradeit","description":"Guides & Skin reviews for CS2, Rust, TF2 & Dota 2","inLanguage":"en-US","publisher":{"@id":"https:\/\/tradeit.gg\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Tradeit.gg Blog | CS2, CS:GO, Rust &amp; TF2","og:type":"article","og:title":"All CS2 Maps (UPDATED): The Active Duty Map Pool in 2026","og:description":"View all CS2 maps in 2026, including the current Active Duty, Competitive, Wingman, Arms Race, and the latest Valve map rotations.","og:url":"https:\/\/tradeit.gg\/blog\/cs2-maps\/","og:image":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/CS2-Maps_-CS2-Map-Pool.webp","og:image:secure_url":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/CS2-Maps_-CS2-Map-Pool.webp","og:image:width":"1920","og:image:height":"1080","article:tag":["cs2 guides"],"article:published_time":"2026-04-29T21:44:29+00:00","article:modified_time":"2026-04-29T21:44:31+00:00","article:publisher":"https:\/\/www.facebook.com\/tradeitgg","twitter:card":"summary_large_image","twitter:site":"@tradeit_gg","twitter:title":"All CS2 Maps (UPDATED): The Active Duty Map Pool in 2025","twitter:description":"View all CS2 maps in 2026, including the current Active Duty, Competitive, Wingman, Arms Race, and the latest Valve map rotations.","twitter:creator":"@https:","twitter:image":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2024\/02\/cropped-logo-1.png","twitter:label1":"Written by","twitter:data1":"William Westerlund","twitter:label2":"Est. reading time","twitter:data2":"22 minutes"},"aioseo_meta_data":{"post_id":"6428","title":"","description":"","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":"","og_title":"","og_description":"","og_object_type":"default","og_image_type":"content","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":"","og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":true,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":"","twitter_image_custom_fields":null,"twitter_title":"","twitter_description":"","schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":false,"robots_noindex":true,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":true,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2025-10-08 18:40:13","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":null,"ai":null,"created":"2025-08-04 04:51:53","updated":"2026-05-10 18:34:31"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/tradeit.gg\/blog\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\tUser\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tradeit.gg\/blog"},{"label":"User","link":"https:\/\/tradeit.gg\/blog\/user\/"}],"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/pages\/6428","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/comments?post=6428"}],"version-history":[{"count":2,"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/pages\/6428\/revisions"}],"predecessor-version":[{"id":19137,"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/pages\/6428\/revisions\/19137"}],"wp:attachment":[{"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/media?parent=6428"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}