*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}body,main{min-height:100vh}main{display:flex;align-items:center;justify-content:center;padding:20px}.container{text-align:center;max-width:600px}h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.status{background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);padding:1.5rem;border-radius:.5rem;margin-bottom:1.5rem;border:1px solid hsla(0,0%,100%,.2)}.status-title{font-size:1.125rem;font-weight:600}.status-value{font-size:1.875rem;margin-top:.5rem}.button-group{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:2rem}button{background:#fff;color:#667eea;padding:.75rem 1.5rem;border:none;border-radius:.375rem;font-weight:700;font-size:1rem;cursor:pointer;transition:opacity .2s}button:hover{opacity:.9}footer{position:absolute;bottom:1rem;font-size:.875rem;opacity:.75}