{"id":7527,"date":"2026-02-09T14:26:33","date_gmt":"2026-02-09T14:26:33","guid":{"rendered":"https:\/\/nesgswap.com\/?page_id=7527"},"modified":"2026-03-09T17:28:43","modified_gmt":"2026-03-09T17:28:43","slug":"gcrm-white-paper","status":"publish","type":"page","link":"https:\/\/nesgswap.com\/index.php\/gcrm-white-paper\/","title":{"rendered":"GCRM WHITE PAPER"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"7527\" class=\"elementor elementor-7527\">\n\t\t\t\t<div class=\"has_eae_slider elementor-element elementor-element-75cb8a6 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"75cb8a6\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\" data-core-v316-plus=\"true\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa0a32e elementor-widget elementor-widget-html\" data-id=\"aa0a32e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0\">\r\n    <title>GCR MASTER - Global Currency Restart Master Whitepaper<\/title>\r\n    <meta name=\"description\" content=\"Official government whitepaper for GCR MASTER - Global Currency Restart Master\">\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700&family=Orbitron:wght@600;700&display=swap\" rel=\"stylesheet\">\r\n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\r\n    <style>\r\n        \/* CSS Variables with DEEP BLUE government colors and GOLD accents *\/\r\n        :root {\r\n            --gcr-primary: #000814; \/* Deep midnight blue - institutional *\/\r\n            --gcr-secondary: #001233; \/* Navy blue - government secondary *\/\r\n            --gcr-accent: #D4AF37; \/* Gold - financial excellence *\/\r\n            --gcr-dark: #000810; \/* Near black blue - professional *\/\r\n            --gcr-light: #F0F8FF; \/* Alice blue - light text *\/\r\n            --gcr-card-bg: rgba(0, 20, 40, 0.8);\r\n            --gcr-mobile-breakpoint: 700px;\r\n            --gcr-tablet-breakpoint: 1000px;\r\n            --gcr-button-hover: rgba(212, 175, 55, 0.15);\r\n            --gcr-button-active: rgba(212, 175, 55, 0.25);\r\n            --gcr-gold: #D4AF37; \/* Gold *\/\r\n            --gcr-gold-light: #FFD700; \/* Bright gold *\/\r\n            --gcr-gold-dark: #B8860B; \/* Dark gold *\/\r\n            --gcr-red: #8B0000; \/* Dark red *\/\r\n            --gcr-blue: #003366; \/* Official blue *\/\r\n            --gcr-green: #006400; \/* Dark green *\/\r\n            --gcr-seal: #8B0000; \/* Official seal red *\/\r\n            --whitepaper-primary: #000814;\r\n            --whitepaper-secondary: #001233;\r\n        }\r\n        \r\n        \/* Reset with namespace *\/\r\n        .gcr-reset {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n        }\r\n        \r\n        \/* Body styles with DEEP BLUE institutional background *\/\r\n        .gcr-body {\r\n            font-family: 'Montserrat', sans-serif;\r\n            background-color: var(--gcr-primary);\r\n            color: var(--gcr-light);\r\n            line-height: 1.6;\r\n            background-image: \r\n                linear-gradient(135deg, rgba(0, 8, 20, 0.95) 0%, rgba(0, 18, 51, 0.9) 100%);\r\n            background-size: cover;\r\n            background-position: center;\r\n            background-attachment: fixed;\r\n            background-blend-mode: multiply;\r\n            overflow-x: hidden;\r\n            -webkit-font-smoothing: antialiased;\r\n            display: flex;\r\n            min-height: 100vh;\r\n        }\r\n\r\n        \/* Government-style header accents - GOLD *\/\r\n        .gcr-header-accent {\r\n            position: relative;\r\n            padding-bottom: 15px;\r\n            margin-bottom: 30px;\r\n        }\r\n\r\n        .gcr-header-accent:after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 100px;\r\n            height: 4px;\r\n            background: linear-gradient(90deg, var(--gcr-gold-dark), var(--gcr-gold), var(--gcr-gold-light));\r\n            border-radius: 2px;\r\n            box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);\r\n        }\r\n        \r\n        \/* Vertical menu - Deep blue with GOLD accents *\/\r\n        .gcr-menu-vertical {\r\n            width: 280px;\r\n            background: linear-gradient(180deg, var(--gcr-primary) 0%, var(--gcr-secondary) 100%);\r\n            color: var(--gcr-light);\r\n            height: 100vh;\r\n            position: fixed;\r\n            padding: 20px 0;\r\n            box-shadow: 3px 0 20px rgba(0, 0, 0, 0.5);\r\n            border-right: 3px solid var(--gcr-gold);\r\n            z-index: 1000;\r\n            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n            overflow-y: auto;\r\n            -webkit-overflow-scrolling: touch;\r\n        }\r\n\r\n        .gcr-menu-vertical ul {\r\n            list-style: none;\r\n            padding: 0;\r\n            margin: 0;\r\n        }\r\n\r\n        .gcr-menu-vertical li {\r\n            padding: 12px 20px;\r\n            border-bottom: 1px solid rgba(212, 175, 55, 0.1);\r\n            transition: all 0.3s ease;\r\n            font-size: 0.95rem;\r\n            position: relative;\r\n        }\r\n\r\n        .gcr-menu-vertical li:hover {\r\n            background: linear-gradient(90deg, rgba(212, 175, 55, 0.1), transparent);\r\n            cursor: pointer;\r\n            color: var(--gcr-gold);\r\n            padding-left: 25px;\r\n            text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);\r\n        }\r\n\r\n        .gcr-menu-vertical li:hover:before {\r\n            content: '';\r\n            position: absolute;\r\n            left: 0;\r\n            top: 0;\r\n            height: 100%;\r\n            width: 5px;\r\n            background: var(--gcr-gold);\r\n            box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);\r\n        }\r\n        \r\n        \/* Improved menu buttons *\/\r\n        .gcr-menu-link {\r\n            display: flex;\r\n            align-items: center;\r\n            color: inherit;\r\n            text-decoration: none;\r\n            transition: all 0.2s ease;\r\n            padding: 8px 0;\r\n            width: 100%;\r\n        }\r\n        \r\n        .gcr-menu-link:hover {\r\n            color: var(--gcr-gold);\r\n        }\r\n        \r\n        .gcr-menu-vertical .gcr-seal-item {\r\n            background: rgba(139, 0, 0, 0.2);\r\n            margin: 8px 0;\r\n            border-left: 3px solid var(--gcr-gold);\r\n            padding: 12px 25px;\r\n            font-weight: 500;\r\n            text-align: center;\r\n            border-radius: 0 8px 8px 0;\r\n        }\r\n\r\n        .gcr-menu-vertical .gcr-menu-heading {\r\n            color: var(--gcr-gold);\r\n            margin-top: 25px;\r\n            border-bottom: 2px solid var(--gcr-gold);\r\n            font-weight: 600;\r\n            padding: 15px 25px;\r\n            font-size: 1.05rem;\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n            background: rgba(0, 20, 40, 0.5);\r\n            text-shadow: 0 0 5px rgba(212, 175, 55, 0.3);\r\n        }\r\n\r\n        .gcr-logo {\r\n            text-align: center;\r\n            padding: 20px 0;\r\n            border-bottom: 2px solid rgba(212, 175, 55, 0.3);\r\n            margin-bottom: 20px;\r\n            position: relative;\r\n            background: rgba(0, 20, 40, 0.5);\r\n        }\r\n\r\n        .gcr-logo:after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -2px;\r\n            left: 25%;\r\n            width: 50%;\r\n            height: 1px;\r\n            background: linear-gradient(90deg, transparent, var(--gcr-gold), transparent);\r\n        }\r\n\r\n        .gcr-logo-img {\r\n            height: 50px;\r\n            width: auto;\r\n            filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5)) brightness(1.1);\r\n            margin-bottom: 10px;\r\n        }\r\n\r\n        .gcr-logo-text {\r\n            font-family: 'Orbitron', sans-serif;\r\n            font-size: 1.4rem;\r\n            font-weight: bold;\r\n            color: var(--gcr-gold);\r\n            letter-spacing: 1px;\r\n            text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);\r\n        }\r\n\r\n        .gcr-logo-subtext {\r\n            font-size: 0.8rem;\r\n            color: rgba(240, 248, 255, 0.8);\r\n            margin-top: 5px;\r\n        }\r\n\r\n        \/* Main content *\/\r\n        .gcr-content {\r\n            margin-left: 280px;\r\n            padding: 2rem;\r\n            width: calc(100% - 280px);\r\n            min-height: 100vh;\r\n            background: linear-gradient(135deg, rgba(0, 8, 20, 0.9) 0%, rgba(0, 18, 51, 0.85) 100%);\r\n        }\r\n        \r\n        .gcr-container {\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n            padding: 1rem;\r\n        }\r\n        \r\n        \/* Header styles with GOLD gradients *\/\r\n        .gcr-header {\r\n            text-align: center;\r\n            margin-bottom: 2.5rem;\r\n            position: relative;\r\n            animation: gcr-fadeInDown 0.8s ease;\r\n            padding: 0 1rem;\r\n        }\r\n        \r\n        .gcr-h1 {\r\n            font-family: 'Orbitron', sans-serif;\r\n            font-size: clamp(2rem, 5vw, 3.2rem);\r\n            margin-bottom: 0.5rem;\r\n            background: linear-gradient(90deg, var(--gcr-gold), var(--gcr-gold-light), var(--gcr-gold));\r\n            -webkit-background-clip: text;\r\n            -webkit-text-fill-color: transparent;\r\n            text-shadow: 0 2px 15px rgba(212, 175, 55, 0.3);\r\n            letter-spacing: 1px;\r\n            position: relative;\r\n            display: inline-block;\r\n            line-height: 1.2;\r\n            padding-bottom: 15px;\r\n        }\r\n\r\n        .gcr-h1:after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: 0;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 80px;\r\n            height: 3px;\r\n            background: linear-gradient(90deg, var(--gcr-gold-dark), var(--gcr-gold), var(--gcr-gold-light));\r\n            border-radius: 3px;\r\n            box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);\r\n        }\r\n        \r\n        \/* Government-style cards - Deep blue with GOLD borders *\/\r\n        .gcr-card {\r\n            background: rgba(0, 20, 40, 0.7);\r\n            border-radius: 8px;\r\n            padding: 2rem;\r\n            margin-bottom: 2rem;\r\n            border: 1px solid rgba(212, 175, 55, 0.3);\r\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);\r\n            backdrop-filter: blur(5px);\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .gcr-card:hover {\r\n            border-color: var(--gcr-gold);\r\n            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 175, 55, 0.1);\r\n            transform: translateY(-5px);\r\n        }\r\n\r\n        .gcr-card-header {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-bottom: 1.5rem;\r\n            padding-bottom: 1rem;\r\n            border-bottom: 1px solid rgba(212, 175, 55, 0.3);\r\n        }\r\n\r\n        .gcr-card-icon {\r\n            width: 50px;\r\n            height: 50px;\r\n            background: rgba(212, 175, 55, 0.1);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin-right: 1rem;\r\n            color: var(--gcr-gold);\r\n            font-size: 1.5rem;\r\n            border: 1px solid rgba(212, 175, 55, 0.3);\r\n            box-shadow: 0 0 10px rgba(212, 175, 55, 0.2);\r\n        }\r\n\r\n        .gcr-card-title {\r\n            font-size: 1.5rem;\r\n            color: var(--gcr-gold);\r\n            margin: 0;\r\n            font-weight: 600;\r\n            text-shadow: 0 0 5px rgba(212, 175, 55, 0.3);\r\n        }\r\n        \r\n        \/* Improved buttons - Deep blue with GOLD accents *\/\r\n        .gcr-button {\r\n            display: inline-flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            background: linear-gradient(135deg, var(--gcr-primary), var(--gcr-secondary));\r\n            color: var(--gcr-light);\r\n            padding: 0.9rem 1.8rem;\r\n            border-radius: 4px;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            margin: 0.5rem 0.5rem 0.5rem 0;\r\n            border: none;\r\n            cursor: pointer;\r\n            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\r\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);\r\n            text-align: center;\r\n            font-size: 1rem;\r\n            border: 1px solid rgba(212, 175, 55, 0.5);\r\n            position: relative;\r\n            overflow: hidden;\r\n            text-transform: uppercase;\r\n            letter-spacing: 0.5px;\r\n        }\r\n        \r\n        .gcr-button:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 7px 14px rgba(0, 0, 0, 0.4), 0 0 15px rgba(212, 175, 55, 0.2);\r\n            color: var(--gcr-gold);\r\n            background: linear-gradient(135deg, var(--gcr-secondary), var(--gcr-primary));\r\n        }\r\n        \r\n        .gcr-button:active {\r\n            transform: translateY(1px);\r\n            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);\r\n        }\r\n        \r\n        .gcr-button::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: -100%;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);\r\n            transition: 0.5s;\r\n        }\r\n        \r\n        .gcr-button:hover::before {\r\n            left: 100%;\r\n        }\r\n        \r\n        .gcr-button .gcr-button-icon {\r\n            margin-right: 10px;\r\n            font-size: 1.1em;\r\n            color: var(--gcr-gold);\r\n        }\r\n        \r\n        \/* CTA Button - GOLD with deep blue text *\/\r\n        .gcr-cta-button {\r\n            padding: 1.2rem 2.5rem;\r\n            font-size: 1.2rem;\r\n            background: linear-gradient(135deg, var(--gcr-gold), var(--gcr-gold-light));\r\n            color: var(--gcr-primary);\r\n            font-weight: 700;\r\n            border: none;\r\n            box-shadow: 0 4px 15px rgba(212, 175, 55, 0.5);\r\n            text-transform: uppercase;\r\n            letter-spacing: 1px;\r\n            border-radius: 4px;\r\n            position: relative;\r\n            overflow: hidden;\r\n            border: 1px solid var(--gcr-gold);\r\n        }\r\n        \r\n        .gcr-cta-button:hover {\r\n            background: linear-gradient(135deg, var(--gcr-gold-light), var(--gcr-gold));\r\n            color: var(--gcr-primary);\r\n            box-shadow: 0 7px 20px rgba(212, 175, 55, 0.6), 0 0 20px rgba(212, 175, 55, 0.3);\r\n            transform: translateY(-3px);\r\n        }\r\n\r\n        .gcr-cta-button:active {\r\n            transform: translateY(1px);\r\n        }\r\n        \r\n        \/* Mobile menu button - GOLD accent *\/\r\n        .gcr-mobile-menu-btn {\r\n            display: none;\r\n            background: rgba(0, 20, 40, 0.95);\r\n            border: 2px solid var(--gcr-gold);\r\n            border-radius: 4px;\r\n            color: var(--gcr-gold);\r\n            font-size: 1.5rem;\r\n            width: 60px;\r\n            height: 60px;\r\n            position: fixed;\r\n            top: 1rem;\r\n            right: 1rem;\r\n            z-index: 1001;\r\n            cursor: pointer;\r\n            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3), 0 0 10px rgba(212, 175, 55, 0.2);\r\n            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\r\n            outline: none;\r\n        }\r\n        \r\n        .gcr-mobile-menu-btn:hover {\r\n            background: var(--gcr-primary);\r\n            transform: scale(1.05);\r\n            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4), 0 0 15px rgba(212, 175, 55, 0.3);\r\n        }\r\n        \r\n        .gcr-mobile-menu-btn:active {\r\n            transform: scale(0.95);\r\n        }\r\n        \r\n        \/* Back to top button - GOLD accent *\/\r\n        .gcr-back-to-top {\r\n            position: fixed;\r\n            bottom: 2rem;\r\n            right: 2rem;\r\n            background: linear-gradient(135deg, var(--gcr-primary), var(--gcr-secondary));\r\n            width: 60px;\r\n            height: 60px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            color: var(--gcr-gold);\r\n            font-size: 1.5rem;\r\n            text-decoration: none;\r\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), 0 0 10px rgba(212, 175, 55, 0.2);\r\n            opacity: 0;\r\n            visibility: hidden;\r\n            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);\r\n            z-index: 999;\r\n            border: 1px solid rgba(212, 175, 55, 0.5);\r\n        }\r\n        \r\n        .gcr-back-to-top.gcr-visible {\r\n            opacity: 1;\r\n            visibility: visible;\r\n        }\r\n        \r\n        .gcr-back-to-top:hover {\r\n            transform: translateY(-5px) scale(1.05);\r\n            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4), 0 0 15px rgba(212, 175, 55, 0.3);\r\n            background: linear-gradient(135deg, var(--gcr-secondary), var(--gcr-primary));\r\n            color: var(--gcr-gold-light);\r\n        }\r\n        \r\n        .gcr-back-to-top:active {\r\n            transform: translateY(-2px) scale(1);\r\n        }\r\n        \r\n        \/* Mobile responsive styles *\/\r\n        @media (max-width: 768px) {\r\n            .gcr-mobile-menu-btn {\r\n                display: flex;\r\n                align-items: center;\r\n                justify-content: center;\r\n            }\r\n            \r\n            .gcr-menu-vertical {\r\n                transform: translateX(-100%);\r\n                width: 300px;\r\n            }\r\n            \r\n            .gcr-menu-vertical.gcr-active {\r\n                transform: translateX(0);\r\n            }\r\n            \r\n            .gcr-content {\r\n                margin-left: 0;\r\n                width: 100%;\r\n                padding: 1.5rem;\r\n            }\r\n            \r\n            .gcr-container {\r\n                padding: 0.5rem;\r\n            }\r\n            \r\n            .gcr-button {\r\n                padding: 0.9rem 1.5rem;\r\n                font-size: 0.95rem;\r\n                width: 100%;\r\n                margin: 0.5rem 0;\r\n            }\r\n            \r\n            .gcr-cta-button {\r\n                padding: 1.2rem 2rem;\r\n                font-size: 1.1rem;\r\n            }\r\n            \r\n            .gcr-back-to-top {\r\n                width: 50px;\r\n                height: 50px;\r\n                font-size: 1.2rem;\r\n                bottom: 1.5rem;\r\n                right: 1.5rem;\r\n            }\r\n\r\n            .gcr-card {\r\n                padding: 1.5rem;\r\n            }\r\n        }\r\n        \r\n        \/* White Paper Specific Styles - Deep blue with GOLD *\/\r\n        .whitepaper-container {\r\n            position: relative;\r\n            padding: 2rem 0;\r\n        }\r\n        \r\n        .whitepaper-section {\r\n            position: relative;\r\n            margin-bottom: 3rem;\r\n            z-index: 2;\r\n            perspective: 1000px;\r\n            background: rgba(0, 20, 40, 0.6);\r\n            padding: 2rem;\r\n            border-radius: 12px;\r\n            backdrop-filter: blur(5px);\r\n            border: 1px solid rgba(212, 175, 55, 0.3);\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\r\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\r\n        }\r\n        \r\n        .whitepaper-section:hover {\r\n            transform: translateY(-5px);\r\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 0 0 15px rgba(212, 175, 55, 0.1);\r\n            border-color: var(--gcr-gold);\r\n            background: rgba(0, 20, 40, 0.8);\r\n        }\r\n        \r\n        .whitepaper-section-header {\r\n            display: flex;\r\n            align-items: center;\r\n            margin-bottom: 1.5rem;\r\n            cursor: pointer;\r\n        }\r\n        \r\n        .whitepaper-section-icon {\r\n            width: 60px;\r\n            height: 60px;\r\n            border-radius: 50%;\r\n            background: linear-gradient(135deg, var(--whitepaper-primary), var(--whitepaper-secondary));\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-family: 'Orbitron', sans-serif;\r\n            font-weight: bold;\r\n            font-size: 1.5rem;\r\n            color: var(--gcr-gold);\r\n            margin-right: 1.5rem;\r\n            flex-shrink: 0;\r\n            z-index: 3;\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), 0 0 10px rgba(212, 175, 55, 0.2);\r\n            border: 2px solid var(--gcr-gold);\r\n        }\r\n        \r\n        .whitepaper-section-title {\r\n            font-family: 'Orbitron', sans-serif;\r\n            font-size: 1.8rem;\r\n            color: var(--gcr-gold);\r\n            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);\r\n        }\r\n        \r\n        .whitepaper-section-content {\r\n            padding: 1rem;\r\n            border-left: 3px solid var(--gcr-gold);\r\n            margin-left: 75px;\r\n            animation: fadeIn 0.5s ease;\r\n        }\r\n        \r\n        .whitepaper-subsection {\r\n            margin-bottom: 1.5rem;\r\n            padding: 1rem;\r\n            background: rgba(212, 175, 55, 0.05);\r\n            border-radius: 8px;\r\n            border: 1px solid rgba(212, 175, 55, 0.1);\r\n            transition: all 0.3s ease;\r\n        }\r\n        \r\n        .whitepaper-subsection:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(212, 175, 55, 0.1);\r\n            border-color: rgba(212, 175, 55, 0.3);\r\n            background: rgba(212, 175, 55, 0.08);\r\n        }\r\n        \r\n        .whitepaper-subsection-title {\r\n            color: var(--gcr-gold);\r\n            margin-bottom: 0.5rem;\r\n            font-family: 'Orbitron', sans-serif;\r\n            font-size: 1.3rem;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 0.5rem;\r\n        }\r\n        \r\n        .whitepaper-subsection-title i {\r\n            animation: gcr-pulse 2s infinite;\r\n            color: var(--gcr-gold);\r\n        }\r\n        \r\n        .whitepaper-features {\r\n            list-style-type: none;\r\n        }\r\n        \r\n        .whitepaper-features li {\r\n            position: relative;\r\n            padding-left: 1.5rem;\r\n            margin-bottom: 0.8rem;\r\n            line-height: 1.5;\r\n            transition: all 0.3s ease;\r\n            color: var(--gcr-light);\r\n        }\r\n        \r\n        .whitepaper-features li:hover {\r\n            color: var(--gcr-gold);\r\n            transform: translateX(5px);\r\n            text-shadow: 0 0 5px rgba(212, 175, 55, 0.3);\r\n        }\r\n        \r\n        .whitepaper-features li:before {\r\n            content: \"\u2022\";\r\n            position: absolute;\r\n            left: 0;\r\n            color: var(--gcr-gold);\r\n            font-weight: bold;\r\n            font-size: 1.2rem;\r\n            transition: all 0.3s ease;\r\n        }\r\n        \r\n        .whitepaper-features li:hover:before {\r\n            color: var(--gcr-gold-light);\r\n            transform: scale(1.5);\r\n        }\r\n        \r\n        \/* Charts and tables styling *\/\r\n        .chart-container {\r\n            background: rgba(0, 20, 40, 0.5);\r\n            border-radius: 8px;\r\n            padding: 1.5rem;\r\n            margin: 1.5rem 0;\r\n            border: 1px solid rgba(212, 175, 55, 0.2);\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\r\n        }\r\n        \r\n        .chart-title {\r\n            color: var(--gcr-gold);\r\n            font-family: 'Orbitron', sans-serif;\r\n            text-align: center;\r\n            margin-bottom: 1rem;\r\n            font-size: 1.3rem;\r\n            text-shadow: 0 0 5px rgba(212, 175, 55, 0.3);\r\n        }\r\n        \r\n        .governance-table {\r\n            width: 100%;\r\n            border-collapse: collapse;\r\n            margin: 1.5rem 0;\r\n            background: rgba(0, 20, 40, 0.5);\r\n            border-radius: 8px;\r\n            overflow: hidden;\r\n            border: 1px solid rgba(212, 175, 55, 0.2);\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\r\n        }\r\n        \r\n        .governance-table th {\r\n            background: rgba(0, 20, 40, 0.8);\r\n            color: var(--gcr-gold);\r\n            padding: 1rem;\r\n            text-align: left;\r\n            font-family: 'Orbitron', sans-serif;\r\n            font-weight: 600;\r\n            border-bottom: 2px solid rgba(212, 175, 55, 0.3);\r\n            text-shadow: 0 0 5px rgba(212, 175, 55, 0.3);\r\n        }\r\n        \r\n        .governance-table td {\r\n            padding: 0.8rem 1rem;\r\n            border-bottom: 1px solid rgba(212, 175, 55, 0.1);\r\n            color: var(--gcr-light);\r\n        }\r\n        \r\n        .governance-table tr:hover {\r\n            background: rgba(212, 175, 55, 0.05);\r\n        }\r\n        \r\n        .governance-table tr:last-child {\r\n            background: rgba(0, 20, 40, 0.7);\r\n            font-weight: bold;\r\n            color: var(--gcr-gold);\r\n        }\r\n        \r\n        \/* Stat cards *\/\r\n        .stat-cards-container {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));\r\n            gap: 1.5rem;\r\n            margin: 2rem 0;\r\n        }\r\n        \r\n        .stat-card {\r\n            background: rgba(0, 20, 40, 0.6);\r\n            border-radius: 8px;\r\n            padding: 1.5rem;\r\n            text-align: center;\r\n            border: 1px solid rgba(212, 175, 55, 0.2);\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);\r\n        }\r\n        \r\n        .stat-card:hover {\r\n            transform: translateY(-5px);\r\n            border-color: var(--gcr-gold);\r\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 15px rgba(212, 175, 55, 0.1);\r\n        }\r\n        \r\n        .stat-value {\r\n            font-size: 2.5rem;\r\n            font-weight: 700;\r\n            color: var(--gcr-gold);\r\n            margin-bottom: 0.5rem;\r\n            font-family: 'Orbitron', sans-serif;\r\n            text-shadow: 0 0 10px rgba(212, 175, 55, 0.3);\r\n        }\r\n        \r\n        .stat-label {\r\n            color: rgba(240, 248, 255, 0.9);\r\n            font-size: 0.9rem;\r\n        }\r\n        \r\n        \/* Footer styles - Deep blue with GOLD *\/\r\n        .gcr-footer {\r\n            text-align: center;\r\n            padding: 2rem;\r\n            margin-top: 3rem;\r\n            border-top: 1px solid rgba(212, 175, 55, 0.3);\r\n            background: rgba(0, 20, 40, 0.7);\r\n            border-radius: 8px;\r\n            box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.2);\r\n        }\r\n        \r\n        .gcr-footer-logo {\r\n            height: 40px;\r\n            width: auto;\r\n            margin-bottom: 1rem;\r\n            opacity: 0.9;\r\n            filter: brightness(1.1) drop-shadow(0 0 5px rgba(212, 175, 55, 0.3));\r\n        }\r\n        \r\n        .gcr-social-links {\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 1.5rem;\r\n            margin: 1.5rem 0;\r\n        }\r\n        \r\n        .gcr-social-links a {\r\n            color: var(--gcr-light);\r\n            font-size: 1.5rem;\r\n            transition: all 0.3s ease;\r\n            background: rgba(0, 20, 40, 0.7);\r\n            width: 50px;\r\n            height: 50px;\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            border: 1px solid rgba(212, 175, 55, 0.3);\r\n            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);\r\n        }\r\n        \r\n        .gcr-social-links a:hover {\r\n            color: var(--gcr-gold);\r\n            transform: translateY(-3px);\r\n            border-color: var(--gcr-gold);\r\n            background: rgba(0, 20, 40, 0.9);\r\n            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3), 0 0 10px rgba(212, 175, 55, 0.2);\r\n        }\r\n        \r\n        .gcr-copyright {\r\n            font-size: 0.9rem;\r\n            color: rgba(240, 248, 255, 0.7);\r\n            margin-top: 1.5rem;\r\n        }\r\n        \r\n        \/* Animations *\/\r\n        @keyframes gcr-fadeInDown {\r\n            from { opacity: 0; transform: translateY(-20px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n        \r\n        @keyframes gcr-fadeInRight {\r\n            from { opacity: 0; transform: translateX(-20px); }\r\n            to { opacity: 1; transform: translateX(0); }\r\n        }\r\n        \r\n        @keyframes gcr-fadeOutLeft {\r\n            from { opacity: 1; transform: translateX(0); }\r\n            to { opacity: 0; transform: translateX(-20px); }\r\n        }\r\n        \r\n        @keyframes gcr-pulse {\r\n            0% { transform: scale(1); color: var(--gcr-gold); }\r\n            50% { transform: scale(1.05); color: var(--gcr-gold-light); }\r\n            100% { transform: scale(1); color: var(--gcr-gold); }\r\n        }\r\n\r\n        @keyframes gcr-float {\r\n            0% { transform: translateY(0px); }\r\n            50% { transform: translateY(-10px); }\r\n            100% { transform: translateY(0px); }\r\n        }\r\n        \r\n        @keyframes fadeIn {\r\n            from { opacity: 0; transform: translateY(10px); }\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n        \r\n        \/* Responsive for whitepaper *\/\r\n        @media (max-width: 768px) {\r\n            .whitepaper-section-header {\r\n                flex-direction: column;\r\n                align-items: flex-start;\r\n            }\r\n            \r\n            .whitepaper-section-icon {\r\n                margin-bottom: 1rem;\r\n            }\r\n            \r\n            .whitepaper-section-content {\r\n                margin-left: 0;\r\n                border-left: none;\r\n                border-top: 3px solid var(--gcr-gold);\r\n                padding-left: 0;\r\n                padding-top: 1rem;\r\n            }\r\n            \r\n            .stat-cards-container {\r\n                grid-template-columns: 1fr;\r\n            }\r\n            \r\n            .governance-table {\r\n                font-size: 0.9rem;\r\n            }\r\n            \r\n            .governance-table th,\r\n            .governance-table td {\r\n                padding: 0.6rem;\r\n            }\r\n        }\r\n\r\n        \/* Contract address styles *\/\r\n        .contract-address-box {\r\n            background: rgba(0, 8, 20, 0.8);\r\n            border: 1px solid var(--gcr-gold);\r\n            border-radius: 8px;\r\n            padding: 1rem 1.5rem;\r\n            margin-bottom: 1rem;\r\n            font-family: 'Courier New', monospace;\r\n            font-size: 1rem;\r\n            word-break: break-all;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: space-between;\r\n            flex-wrap: wrap;\r\n            gap: 1rem;\r\n            box-shadow: 0 0 15px rgba(212,175,55,0.2);\r\n            transition: all 0.2s ease;\r\n        }\r\n        .contract-address-box:hover {\r\n            background: rgba(0, 20, 40, 0.9);\r\n            border-color: var(--gcr-gold-light);\r\n        }\r\n        .contract-label {\r\n            color: var(--gcr-gold);\r\n            font-weight: 600;\r\n            font-family: 'Montserrat', sans-serif;\r\n            min-width: 140px;\r\n        }\r\n        .contract-address {\r\n            color: var(--gcr-light);\r\n            letter-spacing: 0.5px;\r\n            flex: 1;\r\n        }\r\n        .copy-btn {\r\n            background: transparent;\r\n            border: 1px solid var(--gcr-gold);\r\n            color: var(--gcr-gold);\r\n            padding: 0.4rem 1rem;\r\n            border-radius: 4px;\r\n            cursor: pointer;\r\n            font-size: 0.9rem;\r\n            transition: all 0.2s;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 0.5rem;\r\n        }\r\n        .copy-btn:hover {\r\n            background: var(--gcr-gold);\r\n            color: var(--gcr-primary);\r\n        }\r\n        .copy-btn i {\r\n            font-size: 1rem;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"gcr-body gcr-reset\">\r\n    <!-- Mobile menu button -->\r\n    <button class=\"gcr-mobile-menu-btn\" id=\"gcrMobileMenuBtn\" aria-label=\"Toggle navigation menu\" aria-expanded=\"false\">\r\n        <i class=\"fas fa-bars\"><\/i>\r\n    <\/button>\r\n    \r\n    <!-- Vertical menu -->\r\n    <nav class=\"gcr-menu-vertical\" id=\"gcrMenuVertical\" aria-label=\"Main navigation\">\r\n        <div class=\"gcr-logo\">\r\n            <img decoding=\"async\" src=\"https:\/\/gcr.social\/images\/azalea\/gfx-e.png\" alt=\"GCR MASTER Official Seal\" class=\"gcr-logo-img\">\r\n            <div class=\"gcr-logo-text\">GCR MASTER<\/div>\r\n            <div class=\"gcr-logo-subtext\">Whitepaper v1.1<\/div>\r\n        <\/div>\r\n        <ul>\r\n            <li><a href=\"#introduction\" class=\"gcr-menu-link\"><i class=\"fas fa-home gcr-button-icon\"><\/i> Introduction<\/a><\/li>\r\n            <li><a href=\"#contracts\" class=\"gcr-menu-link\"><i class=\"fas fa-file-contract gcr-button-icon\"><\/i> Official Contracts<\/a><\/li>\r\n            <li><a href=\"#specifications\" class=\"gcr-menu-link\"><i class=\"fas fa-cog gcr-button-icon\"><\/i> Specifications<\/a><\/li>\r\n            <li><a href=\"#objective\" class=\"gcr-menu-link\"><i class=\"fas fa-bullseye gcr-button-icon\"><\/i> Asset Objective<\/a><\/li>\r\n            <li><a href=\"#context\" class=\"gcr-menu-link\"><i class=\"fas fa-globe gcr-button-icon\"><\/i> Global Context<\/a><\/li>\r\n            <li><a href=\"#supply\" class=\"gcr-menu-link\"><i class=\"fas fa-chart-bar gcr-button-icon\"><\/i> Total Supply<\/a><\/li>\r\n            \r\n            <li class=\"gcr-menu-heading\"><i class=\"fas fa-exchange-alt gcr-button-icon\"><\/i> Official Migration<\/li>\r\n            <li><a href=\"#migration\" class=\"gcr-menu-link\"><i class=\"fas fa-bridge gcr-button-icon\"><\/i> Migration GCR \u279c GCRM<\/a><\/li>\r\n            <li><a href=\"#backing\" class=\"gcr-menu-link\"><i class=\"fas fa-gem gcr-button-icon\"><\/i> Strategic Backing<\/a><\/li>\r\n            \r\n            <li class=\"gcr-menu-heading\"><i class=\"fas fa-chart-pie gcr-button-icon\"><\/i> Tokenomics<\/li>\r\n            <li><a href=\"#tokenomics\" class=\"gcr-menu-link\"><i class=\"fas fa-coins gcr-button-icon\"><\/i> Overview<\/a><\/li>\r\n            <li><a href=\"#distribution\" class=\"gcr-menu-link\"><i class=\"fas fa-landmark gcr-button-icon\"><\/i> Institutional Distribution<\/a><\/li>\r\n            \r\n            <li class=\"gcr-menu-heading\"><i class=\"fas fa-balance-scale gcr-button-icon\"><\/i> Governance<\/li>\r\n            <li><a href=\"#governance\" class=\"gcr-menu-link\"><i class=\"fas fa-users-cog gcr-button-icon\"><\/i> Governance Framework<\/a><\/li>\r\n            <li><a href=\"#legal\" class=\"gcr-menu-link\"><i class=\"fas fa-gavel gcr-button-icon\"><\/i> Legal & Compliance<\/a><\/li>\r\n            <li><a href=\"#conclusion\" class=\"gcr-menu-link\"><i class=\"fas fa-flag-checkered gcr-button-icon\"><\/i> Conclusion<\/a><\/li>\r\n            \r\n            <li class=\"gcr-seal-item\">\r\n                <div class=\"gcr-seal\">\r\n                    <img decoding=\"async\" src=\"https:\/\/gcr.social\/images\/azalea\/gfx-e.png\" alt=\"GCR MASTER Official Seal\" style=\"width: 100px; display: block; margin: 0 auto;\">\r\n                <\/div>\r\n                <p style=\"text-align: center; margin-top: 10px; color: var(--gcr-gold);\">Official Document<\/p>\r\n            <\/li>\r\n            \r\n            <li><a href=\"#print\" class=\"gcr-menu-link\" id=\"printButton\"><i class=\"fas fa-print gcr-button-icon\"><\/i> Print Document<\/a><\/li>\r\n            <li><a href=\"#download\" class=\"gcr-menu-link\"><i class=\"fas fa-download gcr-button-icon\"><\/i> Download PDF<\/a><\/li>\r\n        <\/ul>\r\n    <\/nav>\r\n\r\n    <!-- Main content -->\r\n    <main class=\"gcr-content\">\r\n        <div class=\"gcr-container\">\r\n            <header class=\"gcr-header gcr-header-accent\" id=\"introduction\">\r\n                <h1 class=\"gcr-h1\">Global Currency Restart Master<\/h1>\r\n                <p class=\"gcr-subtitle\"><span style=\"color: #D4AF37;\">Whitepaper v1.1 \u2013 GitHub Edition<\/span><\/p>\r\n            <\/header>\r\n            \r\n            <div class=\"gcr-content-section\">\r\n                <!-- White Paper Content -->\r\n                <div class=\"whitepaper-container\">\r\n                    <!-- Section 1: Introduction -->\r\n                    <div class=\"whitepaper-section\" id=\"introduction-section\">\r\n                        <div class=\"whitepaper-section-header\">\r\n                            <div class=\"whitepaper-section-icon\"><i class=\"fas fa-star\"><\/i><\/div>\r\n                            <h2 class=\"whitepaper-section-title\">Introduction<\/h2>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"whitepaper-section-content\">\r\n                            <p><strong><span style=\"color: #FFED7D;\">Global Currency Reset (GCR)<\/strong> <span style=\"color: #F5F5F5;\">is a sovereignty-aligned digital value framework that supports transparency, interoperability, and financial inclusion, conceptually aligned with NESARA-GESARA principles.<\/p>\r\n                            \r\n                            <p><strong><span style=\"color: #FFED7D;\">Global Currency Restart Master (GCRM)<\/strong> <span style=\"color: #F5F5F5;\">is the official operational evolution of GCR, implemented through a verifiable on-chain 1:1 Burn & Mint mechanism, enabling a coordinated global currency restart and compliant digital asset exchange.<\/p>\r\n                            \r\n                            <div class=\"whitepaper-subsection\">\r\n                                <h3 class=\"whitepaper-subsection-title\"><i class=\"fas fa-bullseye\"><\/i> Operational Framework<\/h3>\r\n                                <ul class=\"whitepaper-features\">\r\n                                    <li>Gold\u2011certified cryptographic contract<\/li>\r\n                                    <li>Backed by natural and technological resources<\/li>\r\n                                    <li>Aligned with international regulatory frameworks<\/li>\r\n                                    <li>Privacy\u2011by\u2011design capabilities<\/li>\r\n                                <\/ul>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Official Contract Addresses (from image) -->\r\n                    <div class=\"whitepaper-section\" id=\"contracts-section\">\r\n                        <div class=\"whitepaper-section-header\">\r\n                            <div class=\"whitepaper-section-icon\"><i class=\"fas fa-file-contract\"><\/i><\/div>\r\n                            <h2 class=\"whitepaper-section-title\">Official Contract Addresses<\/h2>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"whitepaper-section-content\">\r\n                            <p style=\"color: #F5F5F5;\">Verify the official smart contracts on the respective networks. Always use these addresses to interact with the GCR ecosystem.<\/p>\r\n                            \r\n                            <div class=\"contract-address-box\">\r\n                                <span class=\"contract-label\"><i class=\"fas fa-cube\"><\/i> POLYGON GCRM<\/span>\r\n                                <span class=\"contract-address\" id=\"gcrmPolygon\">0x1117591----70720046f<\/span>\r\n                                <button class=\"copy-btn\" onclick=\"copyToClipboard('0x11175910c6F02913782777840ac008F30720046f', this)\"><i class=\"far fa-copy\"><\/i> Copy<\/button>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"contract-address-box\">\r\n                                <span class=\"contract-label\"><i class=\"fab fa-ethereum\"><\/i> GCR ERC-20<\/span>\r\n                                <span class=\"contract-address\" id=\"gcrEthereum\">0x50f7------45226f4317b<\/span>\r\n                                <button class=\"copy-btn\" onclick=\"copyToClipboard('0x50f7517029c505933cb5D6e9c897245226f4317b', this)\"><i class=\"far fa-copy\"><\/i> Copy<\/button>\r\n                            <\/div>\r\n                            \r\n                            <p style=\"font-size:0.9rem; margin-top:1rem; color:#aaa;\">* GCRM on Polygon, GCR on Ethereum (ERC-20). Always verify through official sources.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Section 2: Token Specifications -->\r\n                    <div class=\"whitepaper-section\" id=\"specifications-section\">\r\n                        <div class=\"whitepaper-section-header\">\r\n                            <div class=\"whitepaper-section-icon\"><i class=\"fas fa-cog\"><\/i><\/div>\r\n                            <h2 class=\"whitepaper-section-title\">Token Specifications<\/h2>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"whitepaper-section-content\">\r\n                            <div class=\"stat-cards-container\">\r\n                                <div class=\"stat-card\">\r\n                                    <div class=\"stat-value\">GCRM<\/div>\r\n                                    <div class=\"stat-label\">Token Symbol<\/div>\r\n                                <\/div>\r\n                                <div class=\"stat-card\">\r\n                                    <div class=\"stat-value\">Polygon<\/div>\r\n                                    <div class=\"stat-label\">Main Network<\/div>\r\n                                <\/div>\r\n                                <div class=\"stat-card\">\r\n                                    <div class=\"stat-value\">15,6B<\/div>\r\n                                    <div class=\"stat-label\">Total Supply<\/div>\r\n                                <\/div>\r\n                                <div class=\"stat-card\">\r\n                                    <div class=\"stat-value\">0%<\/div>\r\n                                    <div class=\"stat-label\">Inflation Rate<\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                            \r\n                            <table class=\"governance-table\">\r\n                                <thead>\r\n                                    <tr>\r\n                                        <th>Parameter<\/th>\r\n                                        <th>Specification<\/th>\r\n                                        <th>Details<\/th>\r\n                                    <\/tr>\r\n                                <\/thead>\r\n                                <tbody>\r\n                                    <tr>\r\n                                        <td><strong>Token Name<\/strong><\/td>\r\n                                        <td>Global Currency Restart Master<\/td>\r\n                                        <td>Official full name<\/td>\r\n                                    <\/tr>\r\n                                    <tr>\r\n                                        <td><strong>Symbol<\/strong><\/td>\r\n                                        <td>GCRM<\/td>\r\n                                        <td>Trading symbol<\/td>\r\n                                    <\/tr>\r\n                                    <tr>\r\n                                        <td><strong>Network<\/strong><\/td>\r\n                                        <td>Polygon (ERC\u201120 bridged)<\/td>\r\n                                        <td>Main operational layer<\/td>\r\n                                    <\/tr>\r\n                                    <tr>\r\n                                        <td><strong>Total Supply<\/strong><\/td>\r\n                                        <td>15,600,000,000 GCRM<\/td>\r\n                                        <td>Fixed, non\u2011inflationary<\/td>\r\n                                    <\/tr>\r\n                                    <tr>\r\n                                        <td><strong>Inflation Model<\/strong><\/td>\r\n                                        <td>None (closed supply)<\/td>\r\n                                        <td>No additional minting<\/td>\r\n                                    <\/tr>\r\n                                    <tr>\r\n                                        <td><strong>Primary Function<\/strong><\/td>\r\n                                        <td>DeFi bridge for GCR asset<\/td>\r\n                                        <td>Web3 interoperability layer<\/td>\r\n                                    <\/tr>\r\n                                <\/tbody>\r\n                            <\/table>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Section 3: Asset Objective -->\r\n                    <div class=\"whitepaper-section\" id=\"objective-section\">\r\n                        <div class=\"whitepaper-section-header\">\r\n                            <div class=\"whitepaper-section-icon\"><i class=\"fas fa-bullseye\"><\/i><\/div>\r\n                            <h2 class=\"whitepaper-section-title\">Asset Objective<\/h2>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"whitepaper-section-content\">\r\n                            <p><span style=\"color: #F5F5F5;\">GCR MASTER adapts the value of GCR to the Polygon network in order to:<\/p>\r\n                            \r\n                            <div class=\"whitepaper-subsection\">\r\n                                <h3 class=\"whitepaper-subsection-title\"><i class=\"fas fa-check-circle\"><\/i> Main Objectives<\/h3>\r\n                                <ul class=\"whitepaper-features\">\r\n                                    <li>Reduce friction in global transactions<\/li>\r\n                                    <li>Enable institutional and community access to DeFi<\/li>\r\n                                    <li>Support staking, liquidity provision and governance<\/li>\r\n                                    <li>Operate as an interoperable asset among institutions, exchanges and users<\/li>\r\n                                <\/ul>\r\n                            <\/div>\r\n                            \r\n                            <p><span style=\"color: #F5F5F5;\">GCRM serves as a bridge between the sovereign, resource\u2011backed value of GCR and modern decentralized financial infrastructure.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Section 4: Global Context -->\r\n                    <div class=\"whitepaper-section\" id=\"context-section\">\r\n                        <div class=\"whitepaper-section-header\">\r\n                            <div class=\"whitepaper-section-icon\"><i class=\"fas fa-globe\"><\/i><\/div>\r\n                            <h2 class=\"whitepaper-section-title\">Global Context<\/h2>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"whitepaper-section-content\">\r\n                            <p><span style=\"color: #F5F5F5;\">The global financial system faces structural imbalances, including capital concentration, financial exclusion and limited transparency. GCR was conceived as a global balance sheet asset, while GCR MASTER serves as its technological expansion layer.<\/p>\r\n                            \r\n                            <div class=\"whitepaper-subsection\">\r\n                                <h3 class=\"whitepaper-subsection-title\"><i class=\"fas fa-handshake\"><\/i> Non\u2011Substitutive Approach<\/h3>\r\n                                <ul class=\"whitepaper-features\">\r\n                                    <li>GCRM does not replace sovereign currencies<\/li>\r\n                                    <li>Interconnects currencies reducing cross\u2011border costs<\/li>\r\n                                    <li>Enables an inclusive digital layer for developed and emerging economies<\/li>\r\n                                    <li>Promotes greater global financial stability and accessibility<\/li>\r\n                                <\/ul>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Section 5: Total Supply -->\r\n                    <div class=\"whitepaper-section\" id=\"supply-section\">\r\n                        <div class=\"whitepaper-section-header\">\r\n                            <div class=\"whitepaper-section-icon\"><i class=\"fas fa-chart-bar\"><\/i><\/div>\r\n                            <h2 class=\"whitepaper-section-title\">Total Supply<\/h2>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"whitepaper-section-content\">\r\n                            <p><span style=\"color: #F5F5F5;\">The total supply of GCR MASTER (GCRM) is exactly equivalent to the original supply of GCR tokens issued on Ethereum, maintaining a strict 1:1 parity between ecosystems.<\/p>\r\n                            \r\n                            <div class=\"whitepaper-subsection\">\r\n                                <h3 class=\"whitepaper-subsection-title\"><i class=\"fas fa-balance-scale\"><\/i> Supply Model<\/h3>\r\n                                <ul class=\"whitepaper-features\">\r\n                                    <li><strong>Total Supply:<\/strong> 15,600,000,000 GCRM<\/li>\r\n                                    <li><strong>Model:<\/strong> Fixed, non\u2011inflationary<\/li>\r\n                                    <li><strong>Core Principle:<\/strong> 1:1 parity between GCR (Ethereum) and GCR MASTER (Polygon)<\/li>\r\n                                <\/ul>\r\n                            <\/div>\r\n                            \r\n                            <p><span style=\"color: #F5F5F5;\">No additional tokens are created during migration. Each minted GCRM corresponds to the irreversible invalidation of one GCR token on Ethereum, ensuring a constant and publicly auditable global supply.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Section 6: Official Migration -->\r\n                    <div class=\"whitepaper-section\" id=\"migration-section\">\r\n                        <div class=\"whitepaper-section-header\">\r\n                            <div class=\"whitepaper-section-icon\"><i class=\"fas fa-exchange-alt\"><\/i><\/div>\r\n                            <h2 class=\"whitepaper-section-title\">Official Migration: GCR \u279c GCR MASTER<\/h2>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"whitepaper-section-content\">\r\n                            <p><span style=\"color: #F5F5F5;\">The migration process transfers GCR value to a scalable environment without altering total supply or creating duplication. It is implemented through a cryptographically validated Burn & Mint model.<\/p>\r\n                            \r\n                            <div class=\"whitepaper-subsection\">\r\n                                <h3 class=\"whitepaper-subsection-title\"><i class=\"fas fa-key\"><\/i> Migration Principles<\/h3>\r\n                                <ul class=\"whitepaper-features\">\r\n                                    <li>Strict 1 GCR = 1 GCRM parity<\/li>\r\n                                    <li>Unchanged global supply<\/li>\r\n                                    <li>Irreversible invalidation of original tokens<\/li>\r\n                                    <li>Public and auditable records on both blockchains<\/li>\r\n                                <\/ul>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"whitepaper-subsection\">\r\n                                <h3 class=\"whitepaper-subsection-title\"><i class=\"fas fa-sitemap\"><\/i> Migration Flow (Ethereum \u279c Polygon)<\/h3>\r\n                                <ol style=\"padding-left: 1.5rem; color: var(--gcr-light);\">\r\n                                    <li style=\"margin-bottom: 0.5rem;\">User connects an Ethereum wallet (e.g., MetaMask)<\/li>\r\n                                    <li style=\"margin-bottom: 0.5rem;\">GCR tokens are sent to an irreversible burn address on Ethereum<\/li>\r\n                                    <li style=\"margin-bottom: 0.5rem;\">Ethereum confirms the transaction and generates a txHash<\/li>\r\n                                    <li style=\"margin-bottom: 0.5rem;\">The txHash serves as cryptographic proof of burn<\/li>\r\n                                    <li style=\"margin-bottom: 0.5rem;\">User switches wallet network to Polygon<\/li>\r\n                                    <li style=\"margin-bottom: 0.5rem;\">The minting contract validates the hash and uniqueness<\/li>\r\n                                    <li style=\"margin-bottom: 0.5rem;\">GCR MASTER (GCRM) is minted and credited on Polygon<\/li>\r\n                                <\/ol>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Section 7: Strategic Backing Model -->\r\n                    <div class=\"whitepaper-section\" id=\"backing-section\">\r\n                        <div class=\"whitepaper-section-header\">\r\n                            <div class=\"whitepaper-section-icon\"><i class=\"fas fa-gem\"><\/i><\/div>\r\n                            <h2 class=\"whitepaper-section-title\">Strategic Backing Model<\/h2>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"whitepaper-section-content\">\r\n                            <p><span style=\"color: #F5F5F5;\">GCR MASTER derives its value framework from GCR's multi\u2011asset backing model, creating a robust foundation for long\u2011term stability and institutional trust.<\/p>\r\n                            \r\n                            <div class=\"whitepaper-subsection\">\r\n                                <h3 class=\"whitepaper-subsection-title\"><i class=\"fas fa-shield-alt\"><\/i> Backing Assets & Resources<\/h3>\r\n                                <ul class=\"whitepaper-features\">\r\n                                    <li><strong>Gold:<\/strong> Primary monetary anchor<\/li>\r\n                                    <li><strong>Energy (Oil):<\/strong> Industrial stability<\/li>\r\n                                    <li><strong>Water:<\/strong> Essential strategic resource<\/li>\r\n                                    <li><strong>Diamonds & Precious Minerals:<\/strong> High\u2011value reserves<\/li>\r\n                                    <li><strong>Strategic Natural Resources:<\/strong> Rare earths and agriculture<\/li>\r\n                                    <li><strong>Technological Infrastructure:<\/strong> Blockchain, data and QFS\u2011ready architecture<\/li>\r\n                                <\/ul>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Section 8: Tokenomics Overview (with added distribution highlight) -->\r\n                    <div class=\"whitepaper-section\" id=\"tokenomics-section\">\r\n                        <div class=\"whitepaper-section-header\">\r\n                            <div class=\"whitepaper-section-icon\"><i class=\"fas fa-chart-pie\"><\/i><\/div>\r\n                            <h2 class=\"whitepaper-section-title\">Tokenomics Overview<\/h2>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"whitepaper-section-content\">\r\n                            <div class=\"stat-cards-container\">\r\n                                <div class=\"stat-card\">\r\n                                    <div class=\"stat-value\">15.6B<\/div>\r\n                                    <div class=\"stat-label\">Total GCRM Supply<\/div>\r\n                                <\/div>\r\n                                <div class=\"stat-card\">\r\n                                    <div class=\"stat-value\">0%<\/div>\r\n                                    <div class=\"stat-label\">Inflation Rate<\/div>\r\n                                <\/div>\r\n                                <div class=\"stat-card\">\r\n                                    <div class=\"stat-value\">1:1<\/div>\r\n                                    <div class=\"stat-label\">GCR to GCRM Parity<\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n\r\n                            <!-- Highlighted distribution: 50% humanitarian \/ 50% institutions -->\r\n                            <div class=\"whitepaper-subsection\" style=\"text-align: center;\">\r\n                                <h3 class=\"whitepaper-subsection-title\"><i class=\"fas fa-hand-holding-heart\"><\/i> Strategic Distribution Highlight<\/h3>\r\n                                <div style=\"display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin: 1.5rem 0;\">\r\n                                    <div style=\"background: rgba(212,175,55,0.1); padding: 1rem 2rem; border-radius: 8px; border: 1px solid rgba(212,175,55,0.3);\">\r\n                                        <span style=\"font-size: 2.5rem; font-weight: 700; color: var(--gcr-gold);\">50%<\/span><br>\r\n                                        <span style=\"color: #F5F5F5; font-size: 1.1rem;\">Humanitarian Aid (1 coin per person)<\/span>\r\n                                    <\/div>\r\n                                    <div style=\"background: rgba(212,175,55,0.1); padding: 1rem 2rem; border-radius: 8px; border: 1px solid rgba(212,175,55,0.3);\">\r\n                                        <span style=\"font-size: 2.5rem; font-weight: 700; color: var(--gcr-gold);\">50%<\/span><br>\r\n                                        <span style=\"color: #F5F5F5; font-size: 1.1rem;\"> Private Sale\r\n -Institutions & Development<\/span>\r\n                                    <\/div>\r\n                                <\/div>\r\n                                <p style=\"font-size:0.9rem; color:#aaa;\">* Base allocation of total GCRM supply<\/p>\r\n                            <\/div>\r\n                            \r\n                            <p><span style=\"color: #F5F5F5;\">The GCRM tokenomic model is designed to balance institutional coordination, technological growth and social impact, reinforcing GCR MASTER as an instrument of global equilibrium.<\/p>\r\n                            \r\n                            <p><span style=\"color: #F5F5F5;\">With a fixed, non\u2011inflationary supply issued at genesis, GCRM maintains scarcity while ensuring a predictable long\u2011term economy aligned with its role as a bridge between traditional value systems and decentralized finance.<\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Section 9: Institutional Distribution -->\r\n                    <div class=\"whitepaper-section\" id=\"distribution-section\">\r\n                        <div class=\"whitepaper-section-header\">\r\n                            <div class=\"whitepaper-section-icon\"><i class=\"fas fa-landmark\"><\/i><\/div>\r\n                            <h2 class=\"whitepaper-section-title\">Strategic Institutional & Social Distribution<\/h2>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"whitepaper-section-content\">\r\n                            <p><span style=\"color: #F5F5F5;\">The strategic allocation of GCR MASTER (GCRM) reflects its institutional, sovereign and humanitarian nature, aligning macroeconomic stability, technological development and essential social programs.<\/p>\r\n                            \r\n                            <div class=\"chart-container\">\r\n                                <div class=\"chart-title\">Strategic GCRM Distribution (%)<\/div>\r\n                                <canvas id=\"distributionChart\"><\/canvas>\r\n                            <\/div>\r\n                            \r\n                            <div style=\"overflow-x: auto;\">\r\n                                <table class=\"governance-table\">\r\n                                    <thead>\r\n                                        <tr>\r\n                                            <th>Category<\/th>\r\n                                            <th>Allocation (GCRM)<\/th>\r\n                                            <th>Percentage<\/th>\r\n                                        <\/tr>\r\n                                    <\/thead>\r\n                                    <tbody>\r\n                                        <tr>\r\n                                            <td>G\u201120 Group (Global Strategic Coordination)<\/td>\r\n                                            <td>757,000,000<\/td>\r\n                                            <td>4.8526%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Global Sovereign Wealth Funds<\/td>\r\n                                            <td>750,000,000<\/td>\r\n                                            <td>4.8077%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>U.S. Treasury & Allied Institutions<\/td>\r\n                                            <td>733,776,683<\/td>\r\n                                            <td>4.7037%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Global Community (GESARA Programs)<\/td>\r\n                                            <td>497,000,450<\/td>\r\n                                            <td>3.1859%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Arab Alliance (Energy & Sovereign Support)<\/td>\r\n                                            <td>475,000,540<\/td>\r\n                                            <td>3.0449%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>QFS Bank \u2013 Strategic Allocation<\/td>\r\n                                            <td>450,166,000<\/td>\r\n                                            <td>2.8857%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>QFS Bank \u2013 Core Humanitarian Projects<\/td>\r\n                                            <td>450,000,000<\/td>\r\n                                            <td>2.8846%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Global Technological Development<\/td>\r\n                                            <td>447,000,000<\/td>\r\n                                            <td>2.8654%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Founding Members<\/td>\r\n                                            <td>375,000,000<\/td>\r\n                                            <td>2.4038%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Blockchain Ecosystem & Infrastructure<\/td>\r\n                                            <td>357,190,700<\/td>\r\n                                            <td>2.2897%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Basic Education & Health Programs<\/td>\r\n                                            <td>352,632,000<\/td>\r\n                                            <td>2.2605%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Strategic Exchange Liquidity<\/td>\r\n                                            <td>327,000,000<\/td>\r\n                                            <td>2.0962%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Network Incentives & Staking<\/td>\r\n                                            <td>325,000,000<\/td>\r\n                                            <td>2.0833%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Humanitarian Emergency Reserve<\/td>\r\n                                            <td>280,500,000<\/td>\r\n                                            <td>1.7981%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Real Economy Development (SMEs & Entrepreneurship)<\/td>\r\n                                            <td>279,245,000<\/td>\r\n                                            <td>1.7900%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Food Security & Water Programs<\/td>\r\n                                            <td>279,000,105<\/td>\r\n                                            <td>1.7885%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Innovation & Scalability Technology<\/td>\r\n                                            <td>275,631,894<\/td>\r\n                                            <td>1.7669%<\/td>\r\n                                        <\/tr>\r\n                                        <tr>\r\n                                            <td>Strategic Stability Reserve<\/td>\r\n                                            <td>275,000,000<\/td>\r\n                                            <td>1.7628%<\/td>\r\n                                        <\/tr>\r\n                                        <tr style=\"background: rgba(0, 20, 40, 0.7);\">\r\n                                            <td><strong>TOTAL<\/strong><\/td>\r\n                                            <td><strong>15,600,000,000<\/strong><\/td>\r\n                                            <td><strong>100%<\/strong><\/td>\r\n                                        <\/tr>\r\n                                    <\/tbody>\r\n                                <\/table>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Section 10: Governance Framework -->\r\n                    <div class=\"whitepaper-section\" id=\"governance-section\">\r\n                        <div class=\"whitepaper-section-header\">\r\n                            <div class=\"whitepaper-section-icon\"><i class=\"fas fa-users-cog\"><\/i><\/div>\r\n                            <h2 class=\"whitepaper-section-title\">Governance Framework<\/h2>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"whitepaper-section-content\">\r\n                            <p><span style=\"color: #F5F5F5;\">GCR MASTER follows the governance framework of the GCR ecosystem, designed for transparency, accountability and alignment with international standards.<\/p>\r\n                            \r\n                            <div class=\"whitepaper-subsection\">\r\n                                <h3 class=\"whitepaper-subsection-title\"><i class=\"fas fa-sitemap\"><\/i> Governance Structure<\/h3>\r\n                                <ul class=\"whitepaper-features\">\r\n                                    <li>Institutional oversight committees<\/li>\r\n                                    <li>Strategic advisory boards<\/li>\r\n                                    <li>Global ambassador network<\/li>\r\n                                    <li>Transparent community participation<\/li>\r\n                                    <li>Multi\u2011signature decision processes<\/li>\r\n                                <\/ul>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"whitepaper-subsection\">\r\n                                <h3 class=\"whitepaper-subsection-title\"><i class=\"fas fa-chart-line\"><\/i> Evolution Principles<\/h3>\r\n                                <ul class=\"whitepaper-features\">\r\n                                    <li>Alignment with international regulatory frameworks<\/li>\r\n                                    <li>Progressive decentralization roadmap<\/li>\r\n                                    <li>Integration of community feedback<\/li>\r\n                                    <li>Regular governance review cycles<\/li>\r\n                                    <li>Compliance\u2011first approach<\/li>\r\n                                <\/ul>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Section 11: Legal & Compliance -->\r\n                    <div class=\"whitepaper-section\" id=\"legal-section\">\r\n                        <div class=\"whitepaper-section-header\">\r\n                            <div class=\"whitepaper-section-icon\"><i class=\"fas fa-gavel\"><\/i><\/div>\r\n                            <h2 class=\"whitepaper-section-title\">Legal & Compliance Framework<\/h2>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"whitepaper-section-content\">\r\n                            <div class=\"whitepaper-subsection\">\r\n                                <h3 class=\"whitepaper-subsection-title\"><i class=\"fas fa-shield-check\"><\/i> Compliance Features<\/h3>\r\n                                <ul class=\"whitepaper-features\">\r\n                                    <li>AML\/KYC ready architecture<\/li>\r\n                                    <li>Compatibility with regulated exchanges<\/li>\r\n                                    <li>Jurisdiction\u2011adaptable design<\/li>\r\n                                    <li>Transparent documentation<\/li>\r\n                                    <li>Audit trail preservation<\/li>\r\n                                <\/ul>\r\n                            <\/div>\r\n                            \r\n                            <div class=\"whitepaper-subsection\">\r\n                                <h3 class=\"whitepaper-subsection-title\"><i class=\"fas fa-balance-scale\"><\/i> Regulatory Alignment<\/h3>\r\n                                <ul class=\"whitepaper-features\">\r\n                                    <li>Engineered for regulatory coexistence<\/li>\r\n                                    <li>Future\u2011proof compliance design<\/li>\r\n                                    <li>Adherence to international standards<\/li>\r\n                                    <li>Transparent reporting capabilities<\/li>\r\n                                    <li>Integration with sovereign framework<\/li>\r\n                                <\/ul>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <!-- Section 12: Conclusion -->\r\n                    <div class=\"whitepaper-section\" id=\"conclusion-section\">\r\n                        <div class=\"whitepaper-section-header\">\r\n                            <div class=\"whitepaper-section-icon\"><i class=\"fas fa-flag-checkered\"><\/i><\/div>\r\n                            <h2 class=\"whitepaper-section-title\">Conclusion<\/h2>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"whitepaper-section-content\">\r\n                            <p><span style=\"color: #F5F5F5;\">GCR MASTER (GCRM) serves as a bridge between the Digital Gold Standard of GCR and the modern Web3 ecosystem. It is not merely a DeFi token, but a strategic instrument for global interoperability, designed to scale real value, institutional trust and economic equity under principles of legality, transparency and international cooperation.<\/p>\r\n                            \r\n                            <div class=\"whitepaper-subsection\">\r\n                                <h3 class=\"whitepaper-subsection-title\"><i class=\"fas fa-gem\"><\/i> Core Principles<\/h3>\r\n                                <div style=\"display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem;\">\r\n                                    <span style=\"background: rgba(212, 175, 55, 0.1); color: var(--gcr-gold); padding: 0.5rem 1rem; border-radius: 4px; border: 1px solid rgba(212, 175, 55, 0.3);\">Legality & Compliance<\/span>\r\n                                    <span style=\"background: rgba(212, 175, 55, 0.1); color: var(--gcr-gold); padding: 0.5rem 1rem; border-radius: 4px; border: 1px solid rgba(212, 175, 55, 0.3);\">Transparency & Auditability<\/span>\r\n                                    <span style=\"background: rgba(212, 175, 55, 0.1); color: var(--gcr-gold); padding: 0.5rem 1rem; border-radius: 4px; border: 1px solid rgba(212, 175, 55, 0.3);\">Institutional Trust<\/span>\r\n                                    <span style=\"background: rgba(212, 175, 55, 0.1); color: var(--gcr-gold); padding: 0.5rem 1rem; border-radius: 4px; border: 1px solid rgba(212, 175, 55, 0.3);\">International Cooperation<\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <!-- Final CTA -->\r\n                <section class=\"gcr-card\" id=\"final-cta\">\r\n                    <div class=\"gcr-card-content\">\r\n                        <h2 class=\"gcr-card-title\"><i class=\"fas fa-landmark\" style=\"color: var(--gcr-gold); margin-right: 10px;\"><\/i> <span style=\"color: #F5F5F5;\">GCR MASTER is the future of sovereign financial interoperability<\/h2>\r\n                        <p><span style=\"color: #F5F5F5;\">Secure, transparent and efficient financial infrastructure for governments and institutions worldwide.<\/p>\r\n                        <div style=\"display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem;\">\r\n                            <button class=\"gcr-cta-button\" id=\"gcrMainCTA\">\r\n                                <i class=\"fas fa-shield-alt gcr-button-icon\"><\/i> Institutional Portal\r\n                            <\/button>\r\n                           <a href=\"https:\/\/pub-e98a841bea804f2a9211242599625ac0.r2.dev\/En-Global-Currency-Reset-Master.pdf\" target=\"_blank\" style=\"text-decoration: none;\">\r\n    <button class=\"gcr-button\">\r\n        <i class=\"fas fa-file-contract gcr-button-icon\"><\/i> Technical Documentation\r\n    <\/button>\r\n<\/a>\r\n                            <button class=\"gcr-button\">\r\n                                <i class=\"fas fa-code-branch gcr-button-icon\"><\/i> GitHub Repository\r\n                            <\/button>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/section>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <!-- Footer -->\r\n        <footer class=\"gcr-footer\">\r\n            <div>\r\n                <img decoding=\"async\" src=\"https:\/\/gcr.social\/images\/azalea\/gfx-e.png\" alt=\"GCR MASTER Official Seal\" class=\"gcr-footer-logo\">\r\n                <p style=\"color: var(--gcr-gold);\"><strong>Global Currency Restart Master (GCRM)<\/strong><\/p>\r\n                <p><span style=\"color: #F5F5F5;\">Sovereignty\u2011Aligned Digital Value Framework<\/p>\r\n            <\/div>\r\n            \r\n            <div class=\"gcr-social-links\">\r\n                <a href=\"#\" aria-label=\"Government Website\"><i class=\"fas fa-landmark\"><\/i><\/a>\r\n                <a href=\"https:\/\/x.com\/ambassador_GCR\" aria-label=\"Twitter\"><i class=\"fab fa-twitter\"><\/i><\/a>\r\n                <a href=\"#\" aria-label=\"GitHub\"><i class=\"fab fa-github\"><\/i><\/a>\r\n                <a href=\"#\" aria-label=\"LinkedIn\"><i class=\"fab fa-linkedin\"><\/i><\/a>\r\n                <a href=\"#\"aria-label=\"Documentation\"><i class=\"fas fa-file-alt\"><\/i><\/a>\r\n            <\/div>\r\n            \r\n            <p class=\"gcr-copyright\">\u00a9 2020 GCR Ecosystem. Global Currency Reset. All rights reserved.<\/p>\r\n            <p class=\"gcr-copyright\">Backed by NESG (NESARA GESARA) | Aligned with G20 Nations | Institutional Governance Framework<\/p>\r\n        <\/footer>\r\n    <\/main>\r\n\r\n    <!-- Back to top button -->\r\n    <a href=\"#introduction\" class=\"gcr-back-to-top\" id=\"gcrBackToTop\" aria-label=\"Back to top\">\r\n        <i class=\"fas fa-arrow-up\"><\/i>\r\n    <\/a>\r\n\r\n    <script>\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            \/\/ Mobile menu functionality\r\n            const mobileMenuBtn = document.getElementById('gcrMobileMenuBtn');\r\n            const menuVertical = document.getElementById('gcrMenuVertical');\r\n            \r\n            if (mobileMenuBtn && menuVertical) {\r\n                mobileMenuBtn.addEventListener('click', function() {\r\n                    const isExpanded = this.getAttribute('aria-expanded') === 'true';\r\n                    this.setAttribute('aria-expanded', !isExpanded);\r\n                    menuVertical.classList.toggle('gcr-active');\r\n                    \r\n                    \/\/ Add animation class\r\n                    if (!isExpanded) {\r\n                        menuVertical.style.animation = 'gcr-fadeInRight 0.3s ease';\r\n                    } else {\r\n                        menuVertical.style.animation = 'gcr-fadeOutLeft 0.3s ease';\r\n                    }\r\n                });\r\n                \r\n                \/\/ Close menu when clicking outside\r\n                document.addEventListener('click', function(e) {\r\n                    if (!menuVertical.contains(e.target) && !mobileMenuBtn.contains(e.target)) {\r\n                        mobileMenuBtn.setAttribute('aria-expanded', 'false');\r\n                        menuVertical.classList.remove('gcr-active');\r\n                    }\r\n                });\r\n            }\r\n            \r\n            \/\/ Back to top button\r\n            const backToTopBtn = document.getElementById('gcrBackToTop');\r\n            if (backToTopBtn) {\r\n                window.addEventListener('scroll', function() {\r\n                    if (window.pageYOffset > 300) {\r\n                        backToTopBtn.classList.add('gcr-visible');\r\n                    } else {\r\n                        backToTopBtn.classList.remove('gcr-visible');\r\n                    }\r\n                });\r\n                \r\n                backToTopBtn.addEventListener('click', function(e) {\r\n                    e.preventDefault();\r\n                    window.scrollTo({\r\n                        top: 0,\r\n                        behavior: 'smooth'\r\n                    });\r\n                });\r\n            }\r\n            \r\n            \/\/ Main CTA button\r\n            const mainCTA = document.getElementById('gcrMainCTA');\r\n            if (mainCTA) {\r\n                mainCTA.addEventListener('click', function() {\r\n                    alert('Redirecting to GCR MASTER institutional portal');\r\n                });\r\n            }\r\n            \r\n            \/\/ Print button functionality\r\n            const printButton = document.getElementById('printButton');\r\n            if (printButton) {\r\n                printButton.addEventListener('click', function(e) {\r\n                    e.preventDefault();\r\n                    window.print();\r\n                });\r\n            }\r\n            \r\n            \/\/ Add animation to sections when they come into view\r\n            const animateOnScroll = new IntersectionObserver((entries) => {\r\n                entries.forEach(entry => {\r\n                    if (entry.isIntersecting) {\r\n                        entry.target.style.opacity = 1;\r\n                        entry.target.style.transform = 'translateY(0)';\r\n                    }\r\n                });\r\n            }, { threshold: 0.1 });\r\n            \r\n            document.querySelectorAll('.whitepaper-section, .whitepaper-subsection').forEach(el => {\r\n                el.style.opacity = 0;\r\n                el.style.transform = 'translateY(20px)';\r\n                el.style.transition = 'all 0.6s ease-out';\r\n                animateOnScroll.observe(el);\r\n            });\r\n\r\n            \/\/ Seal animation\r\n            const seal = document.querySelector('.gcr-seal');\r\n            if (seal) {\r\n                seal.style.animation = 'gcr-pulse 2s infinite';\r\n                \r\n                seal.addEventListener('mouseenter', () => {\r\n                    seal.style.animation = 'gcr-float 3s ease-in-out infinite';\r\n                });\r\n                \r\n                seal.addEventListener('mouseleave', () => {\r\n                    seal.style.animation = 'gcr-pulse 2s infinite';\r\n                });\r\n            }\r\n            \r\n            \/\/ Smooth scrolling for menu links\r\n            document.querySelectorAll('.gcr-menu-link').forEach(link => {\r\n                link.addEventListener('click', function(e) {\r\n                    e.preventDefault();\r\n                    \r\n                    const targetId = this.getAttribute('href').substring(1);\r\n                    const targetElement = document.getElementById(targetId + '-section') || document.getElementById(targetId);\r\n                    \r\n                    if (targetElement) {\r\n                        \/\/ Close mobile menu if open\r\n                        if (window.innerWidth <= 768) {\r\n                            mobileMenuBtn.setAttribute('aria-expanded', 'false');\r\n                            menuVertical.classList.remove('gcr-active');\r\n                        }\r\n                        \r\n                        window.scrollTo({\r\n                            top: targetElement.offsetTop - 100,\r\n                            behavior: 'smooth'\r\n                        });\r\n                    }\r\n                });\r\n            });\r\n            \r\n            \/\/ Initialize distribution chart with English labels\r\n            const ctx = document.getElementById('distributionChart').getContext('2d');\r\n            \r\n            \/\/ Distribution data from the table (English labels)\r\n            const distributionData = {\r\n                labels: [\r\n                    'G\u201120 Group',\r\n                    'Sovereign Funds',\r\n                    'U.S. Treasury',\r\n                    'Global Community',\r\n                    'Arab Alliance',\r\n                    'QFS Strategic',\r\n                    'QFS Humanitarian',\r\n                    'Tech Development',\r\n                    'Founders',\r\n                    'Blockchain',\r\n                    'Education\/Health',\r\n                    'Exchange Liquidity',\r\n                    'Network Incentives',\r\n                    'Emergency Reserve',\r\n                    'Real Economy',\r\n                    'Food\/Water',\r\n                    'Innovation',\r\n                    'Stability Reserve'\r\n                ],\r\n                datasets: [{\r\n                    data: [\r\n                        4.8526, 4.8077, 4.7037, 3.1859, 3.0449, \r\n                        2.8857, 2.8846, 2.8654, 2.4038, 2.2897,\r\n                        2.2605, 2.0962, 2.0833, 1.7981, 1.7900,\r\n                        1.7885, 1.7669, 1.7628\r\n                    ],\r\n                    backgroundColor: [\r\n                        '#000814', '#001233', '#002366', '#D4AF37', '#8B0000',\r\n                        '#003366', '#4B0082', '#006400', '#000814', '#001233',\r\n                        '#002366', '#D4AF37', '#8B0000', '#003366', '#4B0082',\r\n                        '#006400', '#000814', '#001233'\r\n                    ],\r\n                    borderColor: '#D4AF37',\r\n                    borderWidth: 1,\r\n                    hoverOffset: 15\r\n                }]\r\n            };\r\n            \r\n            const distributionChart = new Chart(ctx, {\r\n                type: 'doughnut',\r\n                data: distributionData,\r\n                options: {\r\n                    responsive: true,\r\n                    maintainAspectRatio: true,\r\n                    plugins: {\r\n                        legend: {\r\n                            position: 'right',\r\n                            labels: {\r\n                                padding: 15,\r\n                                usePointStyle: true,\r\n                                pointStyle: 'circle',\r\n                                font: {\r\n                                    size: 9\r\n                                },\r\n                                color: '#F0F8FF'\r\n                            }\r\n                        },\r\n                        title: {\r\n                            display: false\r\n                        },\r\n                        tooltip: {\r\n                            callbacks: {\r\n                                label: function(context) {\r\n                                    return `${context.label}: ${context.raw}%`;\r\n                                }\r\n                            },\r\n                            backgroundColor: 'rgba(0, 20, 40, 0.9)',\r\n                            titleColor: '#D4AF37',\r\n                            bodyColor: '#F0F8FF',\r\n                            borderColor: '#D4AF37'\r\n                        }\r\n                    }\r\n                }\r\n            });\r\n        });\r\n\r\n        \/\/ Copy function for contract addresses\r\n        function copyToClipboard(text, btn) {\r\n            navigator.clipboard.writeText(text).then(() => {\r\n                const originalHTML = btn.innerHTML;\r\n                btn.innerHTML = '<i class=\"fas fa-check\"><\/i> Copied';\r\n                setTimeout(() => {\r\n                    btn.innerHTML = originalHTML;\r\n                }, 1500);\r\n            }).catch(err => {\r\n                alert('Error copying: ' + err);\r\n            });\r\n        }\r\n    <\/script>\r\n<\/body>\r\n<\/html>\r\n```\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>GCR MASTER &#8211; Global Currency Restart Master Whitepaper GCR MASTER Whitepaper v1.1 Introduction Official Contracts Specifications Asset Objective Global Context [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"_links":{"self":[{"href":"https:\/\/nesgswap.com\/index.php\/wp-json\/wp\/v2\/pages\/7527"}],"collection":[{"href":"https:\/\/nesgswap.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nesgswap.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nesgswap.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nesgswap.com\/index.php\/wp-json\/wp\/v2\/comments?post=7527"}],"version-history":[{"count":59,"href":"https:\/\/nesgswap.com\/index.php\/wp-json\/wp\/v2\/pages\/7527\/revisions"}],"predecessor-version":[{"id":7637,"href":"https:\/\/nesgswap.com\/index.php\/wp-json\/wp\/v2\/pages\/7527\/revisions\/7637"}],"wp:attachment":[{"href":"https:\/\/nesgswap.com\/index.php\/wp-json\/wp\/v2\/media?parent=7527"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}