body { font-family: "Segoe UI", sans-serif; margin: 0; padding: 40px; background: linear-gradient(135deg, #11998e, #38ef7d); min-height: 100vh; display: flex; align-items: center; justify-content: center; }
.container { background: white; border-radius: 20px; padding: 40px; max-width: 600px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); text-align: center; }
h1 { color: #333; }
.status { color: #11998e; font-size: 22px; font-weight: bold; }
.badge { display: inline-block; background: #11998e; color: white; padding: 5px 15px; border-radius: 20px; margin: 5px; }
.ts { color: #999; font-size: 13px; }
