/*
Theme Name: Spin4Cash
Theme URI: https://spin4cash.com
Author: Nigam + ChatGPT
Description: Spin & Earn Cash Rewards
Version: 1.0
*/
body {font-family: Arial, sans-serif;background: #f9f9f9;margin: 0;padding: 0;}
header {background: #fff;padding: 15px;text-align: center;font-size: 22px;font-weight: bold;border-bottom: 1px solid #ddd;}
.container {width: 90%;max-width: 700px;margin: 20px auto;background: #fff;padding: 20px;border-radius: 10px;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.button {display: inline-block;background: #28a745;color: #fff;padding: 12px 20px;font-size: 18px;border-radius: 8px;text-decoration: none;}
.button:disabled {background: #ccc;cursor: not-allowed;}
.wallet {font-size: 18px;margin-bottom: 20px;}
.pointer {width: 0; height: 0;border-left: 20px solid transparent;border-right: 20px solid transparent;border-bottom: 30px solid #e63946;position: absolute;top: -35px;left: 50%;transform: translateX(-50%);}
.spin-wheel {width: 300px;height: 300px;border-radius: 50%;border: 8px solid #ddd;position: relative;margin: 30px auto;background: conic-gradient(#f77f00 0 60deg,#fcbf49 60deg 120deg,#eae2b7 120deg 180deg,#d62828 180deg 240deg,#f77f00 240deg 300deg,#003049 300deg 360deg);}
