/*
Theme Name: LuckyWin Theme
Theme URI: https://example.com
Description: Green/white lucky draw theme for the LuckyWin Draws plugin.
Version: 1.0.0
*/
:root{--green:#168b47;--dark:#111916;--muted:#68736d;--border:#e2e8e4;--bg:#f7faf8}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--dark);font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:var(--green)}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.header-inner{max-width:1180px;margin:auto;padding:12px 20px;display:flex;align-items:center;gap:28px}.logo{font-size:22px;font-weight:900;color:var(--green);text-decoration:none;white-space:nowrap}.logo span{display:block;color:#5e6a62;font-size:9px;letter-spacing:.5px;text-align:center}.nav{display:flex;gap:25px;align-items:center;margin-left:auto}.nav a{text-decoration:none;color:#1e2822;font-weight:600}.header-actions{display:flex;gap:8px}.header-actions a{border:1px solid #a9c7b4;border-radius:7px;padding:8px 15px;text-decoration:none;font-weight:700}.header-actions .register{background:var(--green);color:#fff;border-color:var(--green)}.site-main{max-width:1180px;margin:0 auto;padding:20px}.hero{background:linear-gradient(110deg,#fff,#eef8f1);border-radius:16px;padding:28px 36px;margin-bottom:28px;min-height:240px;height:240px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:20px;overflow:hidden}.hero-copy{position:relative;z-index:2;min-width:0}.hero-image{height:100%;min-height:0;max-height:240px;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-image img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;display:block}.hero-placeholder{width:100%;height:100%;box-sizing:border-box;border:2px dashed #c8ded0;border-radius:14px;display:flex;align-items:center;justify-content:center;text-align:center;color:#6a776f;background:rgba(255,255,255,.35)}.hero h1{font-size:46px;line-height:1.05;margin:0 0 15px}.hero h1 span{color:var(--green)}.hero p{color:var(--muted);font-size:18px;max-width:520px}.stats{display:flex;gap:12px;margin-top:25px}.stat{background:#fff;border:1px solid var(--border);padding:12px 18px;border-radius:9px}.stat b{display:block;font-size:21px}.stat span{font-size:12px;color:var(--muted)}.section-title{text-align:center;font-size:28px;margin:30px 0 18px}.how{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;background:#fff;border:1px solid var(--border);padding:18px;border-radius:12px}.how div{text-align:center}.how b{display:block}.site-footer{background:#101613;color:#fff;margin-top:45px}.footer-inner{max-width:1180px;margin:auto;padding:25px 20px;display:flex;justify-content:space-between}.footer-inner a{color:#d7eadc}@media(max-width:900px){.nav{display:none}.hero{padding:24px 20px;grid-template-columns:1fr;height:auto;min-height:0}.hero-image{height:180px;max-height:180px}.hero h1{font-size:36px}.how{grid-template-columns:1fr 1fr}.stats{flex-wrap:wrap}}@media(max-width:560px){.site-main{padding:12px}.hero{padding:25px 18px}.hero h1{font-size:30px}.footer-inner{display:block}.header-inner{justify-content:space-between}}
