.ptc-ow-offer-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin-top: 12px; }
.ptc-ow-offer-card { border: 1px solid #ddd; border-radius: 8px; padding: 14px; text-align: center; background: #fff; }
.ptc-ow-offer-card img { max-width: 100%; height: 90px; object-fit: contain; margin-bottom: 8px; }
.ptc-ow-payout { font-weight: bold; font-size: 1.2em; margin: 6px 0; }
.ptc-ow-btn { display: inline-block; padding: 8px 16px; border-radius: 6px; background: #1a7f37; color: #fff; text-decoration: none; }
.ptc-ow-btn.ptc-ow-disabled { background: #999; cursor: not-allowed; }
.ptc-ow-terms { font-size: 0.8em; color: #777; margin-top: 6px; }

.ptc-ow-balances { display: flex; gap: 20px; margin-bottom: 20px; }
.ptc-ow-balances > div { flex: 1; border: 1px solid #ddd; border-radius: 8px; padding: 12px; text-align: center; }
.ptc-ow-balances strong { display: block; font-size: 1.5em; }
.ptc-ow-history { width: 100%; border-collapse: collapse; margin-top: 10px; }
.ptc-ow-history th, .ptc-ow-history td { border-bottom: 1px solid #eee; padding: 6px 8px; text-align: left; }

.ptc-ow-game-ad { display: inline-block; max-width: 100%; }
.ptc-ow-game-ad-link img { max-width: 100%; display: block; }

#ptc-ow-advertise-form label, #ptc-ow-payout-form label { display: block; margin-bottom: 10px; }
#ptc-ow-advertise-form input, #ptc-ow-payout-form input, #ptc-ow-payout-form select { width: 100%; max-width: 400px; padding: 6px; }

/* Landing page */
.ptc-landing { max-width: 900px; margin: 0 auto; padding: 20px; }
.ptc-hero { text-align: center; padding: 40px 20px; background: linear-gradient(135deg, #1a1a2e, #16213e); color: #fff; border-radius: 10px; margin-bottom: 30px; }
.ptc-hero h1 { font-size: 2em; margin-bottom: 10px; }
.ptc-placeholder-note { font-size: 0.75em; opacity: 0.6; margin-top: 14px; }
.ptc-how ol { font-size: 1.1em; line-height: 1.8; }
.ptc-tos { background: #f9f9f9; border: 1px solid #ddd; border-radius: 8px; padding: 20px; margin-top: 30px; }
.ptc-tos-body { max-height: 400px; overflow-y: auto; padding-right: 10px; margin-bottom: 16px; }
.ptc-tos-agree { display: block; margin: 14px 0; font-weight: bold; }

/* Badges */
.ptc-ow-badge { display: inline-block; background: #6f42c1; color: #fff; font-size: 0.75em; padding: 2px 8px; border-radius: 10px; margin-bottom: 6px; }
.ptc-ow-zoom-btn { background: #2d8cff; margin-left: 6px; }

/* Dashboard balance cards */
.ptc-ow-balance-card { flex: 1; border: 1px solid #ddd; border-radius: 8px; padding: 12px; text-align: center; }
.ptc-ow-balance-card strong { display: block; font-size: 1.5em; }
.ptc-ow-balance-card.ptc-ow-held { border-color: #e0a800; background: #fff8e5; }
.ptc-ow-autopay-note { font-size: 0.9em; color: #555; margin: 10px 0 20px; }
.ptc-ow-payout-settings { border-top: 1px solid #eee; padding-top: 16px; margin-bottom: 20px; }
