body{background-color:#000}.coupon-page-bg{background:#000;min-height:100vh}.coupon-navbar-header{z-index:1000;background:#232323b3;width:100%;position:fixed;top:0;left:0}.coupon-navbar-nav{flex-direction:row;justify-content:space-between;align-items:center;max-width:100vw;height:90px;padding:0 16px;display:flex}.coupon-navbar-title{color:#2196f3;letter-spacing:.5px;font-size:1.5rem;font-weight:700}.coupon-navbar-close{color:#2196f3;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:1.5rem;display:flex}.create-coupon-fixed-btn{z-index:9999;color:#fff;cursor:pointer;background:#2196f3;border:none;border-radius:24px;padding:16px 28px;font-size:1.1rem;font-weight:700;transition:background .2s;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 4px 16px #00000026}.create-coupon-fixed-btn:hover{background:#1769aa}.coupon-page{min-height:100vh;position:relative}.coupon-background-image{z-index:0;background:url(/assets/images/background2.webp) 50%/cover no-repeat;width:100vw;height:100vh;position:fixed;top:0;left:0}.coupon-background-overlay{z-index:1;background:#000000d1;width:100vw;height:100vh;position:fixed;top:0;left:0}.coupon-scrollview{z-index:2;padding-top:100px;position:relative}.coupon-loader{flex-direction:column;justify-content:center;align-items:center;min-height:220px;display:flex}.loader-animation{width:120px;height:120px}.coupon-error{color:red;text-align:center}.coupon-empty{color:#fff;text-align:center;margin-top:20px}.coupon-grid{grid-template-columns:repeat(1,1fr);gap:24px;padding:0 16px 60px;display:grid}@media (min-width:768px){.coupon-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.coupon-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1440px){.coupon-grid{gap:32px}}
