/*
Theme Name: Shopner Chaka Final
Theme URI: https://shopnerchaka.com/
Author: Shopner Chaka
Author URI: https://shopnerchaka.com/
Description: Final theme: fetches lottery data from REST API, shows cards, countdown, progress, buy/login logic, Bengali support.
Version: 1.0
License: GPLv2 or later
Text Domain: shopner-chaka-final
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali&display=swap');

body{font-family:'Noto Sans Bengali',sans-serif;margin:0;background:#f5f7fa;color:#222;}
.container{max-width:1200px;margin:0 auto;padding:20px;}
.header{background:#fff;padding:16px 20px;border-bottom:1px solid #ececec;}
.site-title{font-size:1.5rem;font-weight:700;}
.lottery-grid{display:flex;flex-wrap:wrap;gap:18px;margin-top:20px;}
.lottery-card{background:#fff;border-radius:10px;box-shadow:0 6px 18px rgba(21,32,43,.06);flex:1 1 320px;padding:18px;position:relative;min-width:260px;}
.lottery-header h3{margin:0 0 8px;font-size:1.2rem;}
.lottery-meta{font-size:.95rem;color:#666;margin-bottom:10px;}
.price{font-weight:700;color:#e83e3e;}
.lottery-countdown{font-weight:700;color:#d63031;margin:10px 0;}
.lottery-prizes p{margin:6px 0;padding:0;font-size:.95rem;}
.lottery-progress{background:#eee;border-radius:8px;height:18px;overflow:hidden;margin:10px 0;position:relative;}
.lottery-progress .fill{height:100%;width:0%;transition:width 800ms cubic-bezier(.2,.9,.3,1);}
.btn-buy{display:inline-block;padding:10px 14px;border-radius:8px;background:#0073aa;color:#fff;text-decoration:none;font-weight:700;}
.footer{padding:20px;text-align:center;color:#777;font-size:.9rem;}
@media (max-width:720px){.lottery-grid{flex-direction:column;padding:0}.container{padding:12px}}
