:root{--mp-turquoise:#46e9cf;--mp-bg-concrete:#dadada;--mp-bg-concrete-dark:#b5b5b5;--mp-accent-magenta:#b4005a;--mp-text:#222;--mp-heading:#111}*,:after,:before{box-sizing:border-box}body,html{padding:0;margin:0;min-height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--mp-text);background:radial-gradient(circle at top left,var(--mp-bg-concrete),var(--mp-bg-concrete-dark))}a{color:inherit;text-decoration:none}.mp-page{min-height:100vh;display:flex;flex-direction:column}.mp-header{justify-content:space-between;padding:.75rem 1.5rem}.mp-header,.mp-header-left{display:flex;align-items:center}.mp-header-left{gap:.75rem}.mp-logo-link{display:inline-flex;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.25)}.mp-logo{width:48px;height:48px;object-fit:cover;display:block}.mp-brand{display:flex;align-items:center;gap:.5rem;letter-spacing:.2em}.mp-brand-text{font-family:Times New Roman,Georgia,serif;font-size:1.25rem}.mp-brand-line{width:40px;height:1px;background:#ccc}.mp-nav{display:flex;gap:1.5rem}.mp-nav-link{font-family:Times New Roman,Georgia,serif;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;padding-bottom:.25rem;border-bottom:2px solid transparent}.mp-nav-link-active{border-color:#111}.mp-nav-toggle{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer}.mp-nav-toggle span{width:20px;height:2px;background:#222}.mp-ribbon{background:var(--mp-turquoise);text-align:center;font-family:Impact,Anton,system-ui,sans-serif;font-size:2.4rem;letter-spacing:.15em;padding:1.8rem 1rem}.mp-main{flex:1 1;padding:2rem 1.5rem 3rem;max-width:1100px;width:100%;margin:0 auto}.mp-footer{padding:1rem 1.5rem;font-size:.75rem;text-align:center;color:#555}.mp-section-title{font-size:1.25rem;letter-spacing:.25em;text-transform:uppercase;margin-bottom:.75rem}.mp-heading,.mp-section-title{font-family:Times New Roman,Georgia,serif}.mp-heading{font-size:1.6rem;margin:1.5rem 0 .75rem}.mp-subheading{font-family:Times New Roman,Georgia,serif;font-size:1.1rem;margin:1.25rem 0 .5rem}.mp-body{line-height:1.6;margin-bottom:.75rem}.mp-link{color:#04a;text-decoration:underline}.mp-pill-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.mp-pill-button{border-radius:999px;border:2px solid var(--mp-accent-magenta);padding:.4rem 1.2rem;font-family:Times New Roman,Georgia,serif;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;background:hsla(0,0%,100%,.8);cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease}.mp-pill-button:hover{background:var(--mp-accent-magenta);color:#fff;transform:translateY(-1px)}.mp-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:2rem;gap:2rem}.mp-table{width:100%;border-collapse:collapse;margin-top:1.5rem;font-family:Times New Roman,Georgia,serif}.mp-table td,.mp-table th{padding:.35rem .5rem}.mp-table th{text-align:left}.mp-table tfoot td{padding-top:.75rem;font-weight:700}.mp-chart-frame{width:100%;border:0;min-height:420px;border-radius:6px;box-shadow:0 8px 24px rgba(0,0,0,.15);margin-bottom:1.5rem}.mp-node-globe-container{width:min(100%,640px);aspect-ratio:1/1;border-radius:16px;overflow:hidden;box-shadow:0 20px 45px rgba(0,0,0,.35);margin:1.5rem auto;background:radial-gradient(circle at top,#f4f4f4,#bdbdbd);position:relative}.mp-node-globe-container canvas{width:100%!important;height:100%!important;display:block}.mp-node-globe-meta{text-align:center;font-size:.85rem;color:#555;margin-top:-.25rem}.mp-node-stats{max-width:900px;margin:0 auto}.mp-node-stats-meta{text-align:center;font-size:.85rem;color:#666;margin-bottom:2rem}.mp-node-stats-section{margin-bottom:3rem}.mp-node-stats-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.mp-node-stats-total{font-family:Times New Roman,Georgia,serif;font-size:1rem;color:#555}.mp-node-stats-controls{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.mp-node-sort-btn{border-radius:999px;border:2px solid var(--mp-accent-magenta);padding:.4rem 1rem;font-family:Times New Roman,Georgia,serif;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;background:hsla(0,0%,100%,.8);cursor:pointer;transition:background .15s ease,color .15s ease}.mp-node-sort-btn:hover{background:rgba(180,0,90,.1)}.mp-node-sort-btn-active{background:var(--mp-accent-magenta);color:#fff}.mp-node-stats-list{background:hsla(0,0%,100%,.6);border-radius:8px;padding:1rem;max-height:600px;overflow-y:auto;box-shadow:0 4px 12px rgba(0,0,0,.1)}.mp-node-stats-item{display:grid;grid-template-columns:auto 1fr auto;grid-gap:1rem;gap:1rem;align-items:center;padding:.75rem .5rem;border-bottom:1px solid rgba(0,0,0,.1);font-family:Times New Roman,Georgia,serif}.mp-node-stats-item:last-child{border-bottom:none}.mp-node-stats-item:hover{background:rgba(70,233,207,.1)}.mp-node-stats-flag{font-size:1.5rem;line-height:1}.mp-node-stats-country{font-size:1rem}.mp-node-stats-count{font-weight:700;font-size:1.1rem;color:var(--mp-accent-magenta);text-align:right}.mp-node-stats-source{text-align:center;font-size:.75rem;color:#666;margin-top:2rem;font-style:italic}@media (max-width:768px){.mp-nav-desktop{display:none}.mp-nav-toggle{display:flex}.mp-nav-mobile{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 1.5rem 1.5rem}.mp-main{padding-inline:1rem}.mp-ribbon{font-size:1.5rem;padding-block:1.2rem}.mp-node-stats-header{flex-direction:column}.mp-node-stats-controls{width:100%}.mp-node-sort-btn{flex:1 1;min-width:140px}.mp-node-stats-item{gap:.75rem;padding:.5rem .25rem}.mp-node-stats-country{font-size:.9rem}.mp-node-stats-count{font-size:1rem}}.mp-bitref-stats{max-width:900px;margin:0 auto}.mp-bitref-stats-meta{text-align:center;font-size:.85rem;color:#666;margin-bottom:2rem}.mp-bitref-chart-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem;padding:2rem;background:hsla(0,0%,100%,.6);border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.mp-bitref-pie-chart{width:200px;height:200px;max-width:100%}.mp-bitref-chart-legend{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.mp-bitref-legend-item{display:flex;align-items:center;gap:.5rem;font-family:Times New Roman,Georgia,serif;font-size:.9rem}.mp-bitref-legend-color{width:16px;height:16px;border-radius:4px;display:inline-block;border:1px solid rgba(0,0,0,.1)}.mp-bitref-legend-label{color:var(--mp-text)}.mp-bitref-stats-list{background:hsla(0,0%,100%,.6);border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.1);margin-bottom:2rem}.mp-bitref-stat-item{display:flex;justify-content:space-between;align-items:center;padding:1rem .75rem;border-bottom:1px solid rgba(0,0,0,.1);font-family:Times New Roman,Georgia,serif}.mp-bitref-stat-item:last-child{border-bottom:none}.mp-bitref-stat-item:hover{background:rgba(70,233,207,.05)}.mp-bitref-stat-item.mp-bitref-indented{padding-left:2.5rem;font-size:.95em}.mp-bitref-stat-item.mp-bitref-stat-total{font-weight:700;border-top:2px solid rgba(0,0,0,.2);margin-top:.5rem;padding-top:1.25rem}.mp-bitref-stat-label{color:var(--mp-text);font-size:1.1rem}.mp-bitref-stat-value{display:flex;align-items:baseline;gap:.25rem}.mp-bitref-number-orange{color:#f80;font-weight:700;font-size:1.2rem}.mp-bitref-number-red{color:#d00;font-weight:700;font-size:1.1rem}.mp-bitref-percentage{color:var(--mp-text);font-size:.95rem;font-weight:400}.mp-bitref-stats-source{text-align:center;font-size:.75rem;color:#666;margin-top:2rem;font-style:italic}@media (max-width:768px){.mp-bitref-chart-container{padding:1.5rem}.mp-bitref-pie-chart{width:180px;height:180px}.mp-bitref-chart-legend{gap:.75rem}.mp-bitref-stat-item{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.75rem .5rem}.mp-bitref-stat-item.mp-bitref-indented{padding-left:1.5rem}.mp-bitref-stat-value{width:100%;justify-content:flex-end}.mp-bitref-stat-label{font-size:1rem}.mp-bitref-number-orange,.mp-bitref-number-red{font-size:1.1rem}}