*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#f5f5f5}.container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.main{background:white;border-radius:12px;padding:40px;box-shadow:0 4px 6px rgba(0,0,0,.1);max-width:600px;width:100%;text-align:center}.title{font-size:2.5rem;margin-bottom:1rem;color:#2563eb;font-weight:700}.description{font-size:1.2rem;color:#6b7280;margin-bottom:2rem}.card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:2rem;margin:2rem 0}.card h2{font-size:1.8rem;margin-bottom:1.5rem;color:#1f2937}.buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.button{padding:12px 24px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}.button:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.button{background:#3b82f6;color:white}.button:hover{background:#2563eb}.button-secondary{background:#6b7280;color:white}.button-secondary:hover{background:#4b5563}.button-danger{background:#ef4444;color:white}.button-danger:hover{background:#dc2626}.info{margin-top:2rem;text-align:left}.info h3{font-size:1.4rem;margin-bottom:1rem;color:#1f2937}.info ul{list-style-type:none;padding:0}.info li{padding:8px 0;border-bottom:1px solid #e5e7eb;font-size:1rem;color:#4b5563}.info li:last-child{border-bottom:none}.info li:before{content:"✓ ";color:#10b981;font-weight:700;margin-right:8px}@media (max-width:640px){.main{padding:20px;margin:10px}.title{font-size:2rem}.buttons{flex-direction:column;align-items:center}.button{width:100%;max-width:200px}}