:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;justify-content:center;min-width:320px;min-height:100vh;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradient 15s ease infinite}#root{width:100%}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.container{display:flex;justify-content:center;align-items:center;width:100%}.content{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem;box-shadow:0 8px 32px #1f26875e;border:1px solid rgba(255,255,255,.18);text-align:center;color:#fff;max-width:600px;width:90%;transition:transform .3s ease}.content:hover{transform:scale(1.02)}.title{font-size:4rem;margin:0 0 2rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3);letter-spacing:-2px}.pi-display{font-size:1.5rem;display:flex;flex-direction:column;gap:1rem}.label{opacity:.9;font-weight:300;text-transform:uppercase;letter-spacing:2px;font-size:.9rem}.value{font-family:Courier New,Courier,monospace;font-weight:600;font-size:2rem;background:#0003;padding:1rem;border-radius:10px;word-break:break-all;box-shadow:inset 0 2px 4px #0000001a}.timestamp{font-size:.85rem;opacity:.7;font-weight:300;margin-top:.5rem;font-style:italic;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:.7}}
