/* Debris WebFail Calculator™ — Squarespace SPA-safe */ (function(){ const $ = s => document.querySelector(s); function getRoot(){ return document.querySelector('#dwc') || null; } function usd(n){ return n.toLocaleString(undefined, { style:'currency', currency:'USD', maximumFractionDigits:0 }); } function clamp(v,min,max){ return Math.max(min, Math.min(max, v)); } function mount(){ const host = getRoot(); if(!host || host.dataset.mounted==='1') return; host.dataset.mounted='1'; } mount(); })();
Last updated: 2025-09-12T00:00Z — SDSS Chain active