.epwa-banner{position:fixed;left:0;right:0;z-index:99999999;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 -4px 20px rgba(0,0,0,0.2);animation:slideIn 0.5s;font-family:sans-serif}.epwa-banner-bottom{bottom:0;padding-bottom:env(safe-area-inset-bottom)}.epwa-banner-top{top:0}.epwa-banner-content{display:flex;align-items:center;padding:16px 20px;gap:15px;max-width:1200px;margin:0 auto}.epwa-banner-icon img{width:50px;height:50px;border-radius:12px;display:block}.epwa-banner-text{flex:1}.epwa-banner-title{font-size:16px;font-weight:700;color:#fff;margin-bottom:2px}.epwa-banner-message{font-size:13px;color:rgba(255,255,255,0.9)}.epwa-banner-actions{display:flex;gap:10px}.epwa-button{padding:8px 16px;border:none;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.3s;white-space:nowrap}.epwa-button-primary{background:#fff;color:#667eea}.epwa-button-secondary{background:rgba(255,255,255,0.2);color:#fff}@keyframes slideIn{from{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width:768px){.epwa-banner-content{padding:12px 15px}.epwa-banner-title{font-size:15px}.epwa-banner-message{font-size:12px}}