{"id":11,"date":"2026-03-20T02:30:47","date_gmt":"2026-03-20T02:30:47","guid":{"rendered":"https:\/\/650bilwwyd.com\/?page_id=11"},"modified":"2026-04-30T11:51:15","modified_gmt":"2026-04-30T11:51:15","slug":"elementor-11","status":"publish","type":"page","link":"https:\/\/650bilwwyd.com\/","title":{"rendered":"What Would You Do?"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"11\" class=\"elementor elementor-11\">\n\t\t\t\t<div class=\"elementor-element elementor-element-754927e e-flex e-con-boxed e-con e-parent\" data-id=\"754927e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bf3a473 elementor-widget__width-inherit elementor-widget elementor-widget-html\" data-id=\"bf3a473\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\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\">\r\n    <title>Spending Priorities Game<\/title>\r\n<style>\r\n    :root {\r\n        --primary: #2563eb; --secondary: #1e293b; --accent: #f59e0b;\r\n        --danger: #ef4444; --success: #22c55e; --light: #f8fafc;\r\n    }\r\n    body { font-family: 'Segoe UI', system-ui, sans-serif; background: var(--light); color: #334155; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }\r\n    \r\n    \/* Zip Code Overlay - Mobile Responsive *\/\r\n    #zip-modal {\r\n        position: fixed; top: 0; left: 0; width: 100%; height: 100%;\r\n        background: rgba(15, 23, 42, 0.95); z-index: 9999;\r\n        display: flex; align-items: center; justify-content: center;\r\n        overflow-y: auto; \/* Allows scrolling if content is too long for screen *\/\r\n    }\r\n    .modal-content {\r\n        background: white; padding: 25px; border-radius: 16px; \r\n        width: 92%; max-width: 600px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.5);\r\n        margin: 20px auto;\r\n    }\r\n    #zip-input { padding: 12px; font-size: 1.5rem; width: 100%; max-width: 140px; text-align: center; border: 2px solid #cbd5e1; border-radius: 8px; margin: 15px 0; }\r\n\r\n    \/* Navigation Header - Flex Wrap for Mobile *\/\r\n    .header-sticky {\r\n        position: sticky; top: 0; background: var(--secondary); color: white;\r\n        padding: 10px 15px; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1);\r\n        z-index: 1000; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px;\r\n    }\r\n    .logo { font-weight: 800; color: var(--accent); font-size: 1rem; }\r\n    .budget-track { font-weight: 600; font-size: 0.9rem; order: 2; width: 100%; text-align: center; border-top: 1px solid #334155; padding-top: 8px; }\r\n    \r\n    @media (min-width: 600px) {\r\n        .logo { font-size: 1.1rem; }\r\n        .budget-track { width: auto; order: 0; border: none; padding: 0; flex-grow: 1; }\r\n    }\r\n\r\n    .count-badge { background: var(--primary); padding: 2px 8px; border-radius: 12px; font-size: 0.75rem; margin-left: 5px; }\r\n\r\n    .container { max-width: 1200px; margin: 15px auto; padding: 0 15px; }\r\n    #policy-search { width: 100%; padding: 12px; border-radius: 10px; border: 2px solid #e2e8f0; margin-bottom: 15px; font-size: 1rem; box-sizing: border-box; }\r\n\r\n    \/* Grid - Responsive columns *\/\r\n    .item-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }\r\n    @media (min-width: 640px) { .item-grid { grid-template-columns: repeat(2, 1fr); } }\r\n    @media (min-width: 960px) { .item-grid { grid-template-columns: repeat(3, 1fr); } }\r\n\r\n    .policy-card {\r\n        position: relative; border: 2px solid #e2e8f0; padding: 15px; border-radius: 10px;\r\n        display: flex; justify-content: space-between; align-items: center;\r\n        cursor: pointer; background: white; font-size: 0.9rem; min-height: 60px;\r\n    }\r\n    .policy-card:active { transform: scale(0.98); }\r\n    .policy-card.selected { background: #dcfce7; border-color: var(--success); }\r\n    .policy-card.hidden { display: none; }\r\n\r\n    \/* Tooltip Handling for Mobile - Usually better as a toggle, but keeping hover for now *\/\r\n    .tooltip-text {\r\n        visibility: hidden; width: 200px; background: #1e293b; color: #fff;\r\n        padding: 10px; border-radius: 6px; position: absolute; bottom: 110%;\r\n        left: 50%; transform: translateX(-50%); opacity: 0; transition: opacity 0.2s;\r\n        font-size: 0.75rem; pointer-events: none; z-index: 2000; box-shadow: 0 4px 10px rgba(0,0,0,0.3);\r\n    }\r\n    .policy-card:hover .tooltip-text { visibility: visible; opacity: 1; }\r\n\r\n    \/* Phase 2 Ranking - Full Width on Mobile *\/\r\n    #phase-2 { display: none; background: #fffbeb; padding: 15px; border-radius: 12px; border: 2px dashed var(--accent); }\r\n    .rank-row { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; background: white; padding: 12px; border-radius: 8px; border: 1px solid #fed7aa; }\r\n    @media (min-width: 480px) { .rank-row { flex-direction: row; align-items: center; } }\r\n    \r\n    select { width: 100%; padding: 12px; border-radius: 6px; border: 1px solid #cbd5e1; font-size: 1rem; background-color: #fff; }\r\n\r\n    .btn { color: white; border: none; padding: 12px 18px; border-radius: 8px; font-weight: 700; cursor: pointer; font-size: 0.9rem; transition: background 0.2s; }\r\n    .btn-blue { background: var(--primary); }\r\n    .btn-green { background: var(--success); }\r\n    .btn-red { background: #64748b; }\r\n    button:disabled { opacity: 0.3; cursor: not-allowed; }\r\n<\/style> \r\n<\/head>\r\n<body>\r\n\r\n\r\n<div id=\"zip-modal\">\r\n    <div class=\"modal-content\" style=\"max-width: 600px; text-align: left;\">\r\n        <h1 style=\"text-align: center; color: var(--secondary); margin-bottom: 5px;\">Ultra Wealthy Pay Fair Share<\/h1>\r\n        <p style=\"text-align: center; font-style: italic; color: #64748b; margin-bottom: 25px;\">Select Your Spending Priorities up to 650 Billion, Then Rank the Top 5 Programs<\/p>\r\n        \r\n        <div style=\"font-size: 0.9rem; line-height: 1.5; color: #334155; border-top: 1px solid #e2e8f0; padding-top: 20px;\">\r\n            <p>Sixty years ago, some of the very wealthiest Americans conspired to seize control of the economy to maximize benefit to themselves. Today the rich have rigged the system so they don\u2019t EVER have to pay their fair share. It is time to fix that.<\/p>\r\n            \r\n            <p>Our systems of taxation must have the same rules for everyone, not separate rules for the Ultra Rich. This plan doesn't raise tax rates. It makes sure everyone who receives money by whatever means pays taxes on it \u2013 that taxes are paid, not skipped. No new governmental organization.<\/p>\r\n            \r\n            <ul style=\"padding-left: 20px;\">\r\n                <li><strong>Eliminate the Inheritance + Gift Tax:<\/strong> It raises little revenue and serves as an excuse for the rich to avoid further reform.<\/li>\r\n                <li><strong>Universal Charitable Deduction:<\/strong> Everyone gets a $2.5 Million lifetime limit for tax-free giving\/receiving ($5M per couple), benefiting the 90% who don't itemize.<\/li>\r\n                <li><strong>Close the Loophole:<\/strong> After the $2.5M lifetime maximum, the recipient pays income tax\u2014no exceptions.<\/li>\r\n                <li><strong>End \"Step-up in Basis\":<\/strong> We eliminate the \"Angel of Death\" tax avoidance scheme so Capital Gains actually get paid.<\/li>\r\n            <\/ul>\r\n\r\n            <p>These changes raise about <strong>$750 Billion a year<\/strong>. The game allows you to spend <strong>$650 Billion<\/strong>, with <strong>$100 Billion<\/strong> dedicated to paying down the debt. Spend less, reduce the deficit more.<\/p>\r\n        <\/div>\r\n\r\n        <div style=\"margin-top: 30px; text-align: center; border-top: 1px solid #e2e8f0; padding-top: 20px;\">\r\n            <p><b>Enter your 5-digit zip code to begin.<\/b><\/p>\r\n            <input type=\"text\" id=\"zip-input\" maxlength=\"5\" inputmode=\"numeric\" style=\"display: block; margin: 10px auto;\">\r\n            <button class=\"btn btn-blue\" style=\"width:100%; padding:15px; font-size: 1.1rem;\" onclick=\"handleZipSubmit()\">Enter Game<\/button>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<div class=\"header-sticky\">\r\n    <div class=\"logo\">Ultra Wealthy Pay Fair Share<\/div>\r\n    <div class=\"budget-track\">\r\n        Budget: $<span id=\"spend-val\">0<\/span>B \/ $650B \r\n        <span class=\"count-badge\" id=\"item-count\">0 selected<\/span>\r\n    <\/div>\r\n    <div style=\"white-space:nowrap\">\r\n        <button class=\"btn btn-red\" onclick=\"location.reload()\">Reset<\/button>\r\n        <button id=\"rank-btn\" class=\"btn btn-blue\" disabled onclick=\"goToPhase2()\">Rank Top 5 \u2192<\/button>\r\n    <\/div>\r\n<\/div>\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n<div class=\"container\">\r\n    <div id=\"phase-1\" style=\"display:none\">\r\n        <h2>1. Choose Your Policies<\/h2>\r\n        <input type=\"text\" id=\"policy-search\" placeholder=\"Search...\" onkeyup=\"doSearch()\">\r\n        <div id=\"policy-list\" class=\"item-grid\"><\/div>\r\n    <\/div>\r\n\r\n    <div id=\"phase-2\">\r\n        <h2>2. Rank Your Top 5<\/h2>\r\n        <p>Zip Code: <b id=\"zip-stat\"><\/b><\/p>\r\n        <div id=\"ranking-area\"><\/div>\r\n        <button id=\"final-submit\" class=\"btn btn-green\" style=\"width:100%; margin-top:20px; padding:18px\" onclick=\"submitData()\">Finalize & Submit<\/button>\r\n    <\/div>\r\n<\/div>\r\n\r\n<script>\r\n    const SHEET_URL = \"https:\/\/script.google.com\/macros\/s\/AKfycbwFcvGajvOvp6mT5mnSYfDLBZZgTfMwqX34GuCl0FIyK8VZgrdk828vCPx6FWjQo6RA\/exec\"; \/\/ UPDATE THIS\r\n    const LIMIT = 650;\r\n    let currentTotal = 0;\r\n    let selectedItems = [];\r\n    let zipCode = \"\";\r\n\r\n    const data = [\r\n        { n: \"Universal Childcare\", c: 100, d: \"Federally subsidized childcare for all families.\" },\r\n        { n: \"Secure Social Security\", c: 0.05, d: \"Removes income caps for long-term solvency.\" },\r\n        { n: \"Restore Medicaid Cuts\", c: 100, d: \"Maintains healthcare for vulnerable citizens.\" },\r\n        { n: \"Restore ACA Subsidies\", c: 30, d: \"Lowers monthly premiums for insurance exchanges.\" },\r\n        { n: \"Universal Home Care\", c: 40, d: \"Covers daily help at home for seniors.\" },\r\n        { n: \"Increase Defense Spending\", c: 150, d: \"Boosts military readiness and modernization.\" },\r\n        { n: \"Restore SNAP Cuts\", c: 19, d: \"Ensures food security for low-income households.\" },\r\n        { n: \"Public Housing Reform\", c: 10, d: \"Renovates housing with paths to $1 ownership.\" },\r\n        { n: \"Free US Bus Access\", c: 40, d: \"Nationwide fare-free local bus transit.\" },\r\n        { n: \"Regional Rail expansion\", c: 30, d: \"Restores frequent regional rail service.\" },\r\n        { n: \"Reduce Child Poverty 50%\", c: 100, d: \"Uses tax credits to drop poverty rates.\" },\r\n        { n: \"Reduce Federal Deficit\", c: 100, d: \"Direct $100B payment to national debt.\" },\r\n        { n: \"Universal Hospice Care\", c: 25, d: \"Covers all end-of-life care costs.\" },\r\n        { n: \"Landfill Reduction R&D\", c: 3, d: \"Science funding for zero-waste tech.\" },\r\n        { n: \"Elder Care Relief\", c: 15, d: \"Subsidized respite for family caregivers.\" },\r\n        { n: \"Intergenerational Centers\", c: 5, d: \"Combined senior and childcare facilities.\" },\r\n        { n: \"Family Medical Debt Relief\", c: 10, d: \"Clears medical debt for chronic illness.\" },\r\n        { n: \"Family Farm Retention\", c: 10, d: \"Grants to keep farms in the family.\" },\r\n        { n: \"Manure Recycling\", c: 4, d: \"Turns waste into energy\/fertilizer.\" },\r\n        { n: \"Lab Grown Meat R&D\", c: 10, d: \"Sustainable, animal-free protein production.\" },\r\n        { n: \"Plant-Based Meat R&D\", c: 10, d: \"Vegetable-based protein alternatives.\" },\r\n        { n: \"Thorium Nuclear Power\", c: 10, d: \"Safe, next-gen liquid-fuel reactors.\" },\r\n        { n: \"Carbon Capture\", c: 20, d: \"Pulling CO2 directly from the sky.\" },\r\n        { n: \"Solar Power Subsidies\", c: 20, d: \"Rebates for panels and US factories.\" },\r\n        { n: \"EV Charging Network\", c: 20, d: \"Fast chargers and EV purchase rebates.\" },\r\n        { n: \"Rare Earth Recycling\", c: 10, d: \"Domestic recovery of high-tech minerals.\" },\r\n        { n: \"Green Cement R&D\", c: 10, d: \"Decarbonizing construction materials.\" },\r\n        { n: \"Geothermal Power\", c: 10, d: \"Deep-earth heat for clean energy.\" },\r\n        { n: \"Rural EMS Funding\", c: 5, d: \"Keeps rural ambulances operational.\" },\r\n        { n: \"Industrial Decarbonization\", c: 10, d: \"Helps factories switch to clean power.\" }\r\n    ];\r\n\r\n    function handleZipSubmit() {\r\n        const input = document.getElementById('zip-input').value;\r\n        if(\/^\\d{5}$\/.test(input)) {\r\n            zipCode = input;\r\n            document.getElementById('zip-stat').innerText = zipCode;\r\n            document.getElementById('zip-modal').style.display = 'none';\r\n            document.getElementById('phase-1').style.display = 'block';\r\n            renderList();\r\n        } else { alert(\"Please enter a 5-digit zip code.\"); }\r\n    }\r\n\r\n    function renderList() {\r\n        const grid = document.getElementById('policy-list');\r\n        grid.innerHTML = '';\r\n        data.forEach(item => {\r\n            const card = document.createElement('div');\r\n            card.className = 'policy-card';\r\n            card.innerHTML = `<span>${item.n}<\/span><span class=\"cost\">$${item.c}B<\/span><div class=\"tooltip-text\">${item.d}<\/div>`;\r\n            card.onclick = () => {\r\n                const i = selectedItems.indexOf(item);\r\n                if(i > -1) {\r\n                    selectedItems.splice(i, 1);\r\n                    currentTotal -= item.c;\r\n                    card.classList.remove('selected');\r\n                } else {\r\n                    if(currentTotal + item.c > LIMIT) return;\r\n                    selectedItems.push(item);\r\n                    currentTotal += item.c;\r\n                    card.classList.add('selected');\r\n                }\r\n                updateUI();\r\n            };\r\n            grid.appendChild(card);\r\n        });\r\n    }\r\n\r\n    function updateUI() {\r\n        document.getElementById('spend-val').innerText = currentTotal.toFixed(2);\r\n        document.getElementById('item-count').innerText = `${selectedItems.length} selected`;\r\n        document.getElementById('rank-btn').disabled = selectedItems.length < 5;\r\n    }\r\n\r\n    function doSearch() {\r\n        const q = document.getElementById('policy-search').value.toLowerCase();\r\n        document.querySelectorAll('.policy-card').forEach(c => {\r\n            c.classList.toggle('hidden', !c.innerText.toLowerCase().includes(q));\r\n        });\r\n    }\r\n\r\n    function goToPhase2() {\r\n        document.getElementById('phase-1').style.display = 'none';\r\n        document.getElementById('phase-2').style.display = 'block';\r\n        const area = document.getElementById('ranking-area');\r\n        area.innerHTML = '';\r\n        for(let i=0; i<5; i++) {\r\n            const row = document.createElement('div');\r\n            row.className = 'rank-row';\r\n            let options = selectedItems.map(p => `<option value=\"${p.n}\">${p.n}<\/option>`).join('');\r\n            row.innerHTML = `<b>#${i+1}<\/b> <select class=\"sel\" id=\"rank-${i}\" onchange=\"sync()\"><option value=\"\">Select...<\/option>${options}<\/select>`;\r\n            area.appendChild(row);\r\n        }\r\n    }\r\n\r\n    function sync() {\r\n        const selects = document.querySelectorAll('.sel');\r\n        const picked = Array.from(selects).map(s => s.value).filter(v => v !== \"\");\r\n        selects.forEach(s => {\r\n            const cur = s.value;\r\n            Array.from(s.options).forEach(o => {\r\n                if(o.value !== \"\") o.disabled = picked.includes(o.value) && o.value !== cur;\r\n            });\r\n        });\r\n    }\r\n\r\n    async function submitData() {\r\n        const btn = document.getElementById('final-submit');\r\n        const choices = [];\r\n        for(let i=0; i<5; i++) {\r\n            const val = document.getElementById(`rank-${i}`).value;\r\n            if(!val) return alert(\"Please fill all 5 ranks.\");\r\n            choices.push(val);\r\n        }\r\n\r\n        btn.disabled = true;\r\n        btn.innerText = \"Securing Connection...\";\r\n\r\n        let userIP = \"Unknown\";\r\n        try {\r\n            const response = await fetch('https:\/\/api.ipify.org?format=json');\r\n            const ipData = await response.json();\r\n            userIP = ipData.ip;\r\n        } catch (e) { console.log(\"IP fetch failed\"); }\r\n\r\n        btn.innerText = \"Sending...\";\r\n\r\n        try {\r\n            await fetch(SHEET_URL, {\r\n                method: \"POST\", mode: \"no-cors\",\r\n                body: JSON.stringify({ ip: userIP, zip: zipCode, r1: choices[0], r2: choices[1], r3: choices[2], r4: choices[3], r5: choices[4], total: currentTotal })\r\n            });\r\n            alert(\"Submitted Successfully!\");\r\n            location.reload();\r\n        } catch(e) { alert(\"Submission failed.\"); btn.disabled = false; }\r\n    }\r\n<\/script>\r\n<\/body>\r\n<\/html>\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>Spending Priorities Game Ultra Wealthy Pay Fair Share Select Your Spending Priorities up to 650 Billion, Then Rank the Top 5 Programs Sixty years ago, some of the very wealthiest Americans conspired to seize control of the economy to maximize benefit to themselves. Today the rich have rigged the system so they don\u2019t EVER have [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/650bilwwyd.com\/index.php?rest_route=\/wp\/v2\/pages\/11","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/650bilwwyd.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/650bilwwyd.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/650bilwwyd.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/650bilwwyd.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=11"}],"version-history":[{"count":5,"href":"https:\/\/650bilwwyd.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions"}],"predecessor-version":[{"id":74,"href":"https:\/\/650bilwwyd.com\/index.php?rest_route=\/wp\/v2\/pages\/11\/revisions\/74"}],"wp:attachment":[{"href":"https:\/\/650bilwwyd.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=11"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}