body{background-color:#f0f2f5;min-height:100vh;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.status-container{background-image:linear-gradient(135deg,#f0f2f5 0%,#e0e2e5 100%);background-attachment:fixed;justify-content:center;align-items:center;min-height:100vh;display:flex}.status-box{text-align:center;background:#fff;border-radius:16px;max-width:400px;padding:40px;box-shadow:0 10px 30px #00000026}.status-box img{width:180px;height:180px;margin:10px auto;display:block}.deals-button{color:#111;cursor:pointer;background-color:#f90;border:none;border-radius:10px;margin-top:35px;padding:14px 30px;font-size:1.1rem;font-weight:700;transition:all .2s ease-in-out;box-shadow:0 4px 10px #f906}.deals-button:hover{background-color:#fa3;transform:translateY(-1px);box-shadow:0 6px 12px #f909}.deals-page-container{text-align:center;max-width:1200px;margin:0 auto;padding:40px}.deals-header{margin-bottom:40px}.deals-header h1{margin-top:10px;font-size:2.5rem}.deals-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;display:grid}.deal-card{text-align:left;background:#fff;border:1px solid #ddd;border-radius:12px;padding:20px;box-shadow:0 4px 8px #0000000d}.deal-price{color:#f90;font-size:1.2rem;font-weight:700}.deal-link-btn{color:#fff;background-color:#f90;border-radius:6px;margin-top:15px;padding:8px 15px;font-weight:700;text-decoration:none;display:inline-block}
