
.ewo-shell{display:grid;grid-template-columns:1fr 1fr;gap:30px;max-width:1100px;margin:40px auto;font-family:Inter,Arial,sans-serif}
.ewo-side{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;padding:50px;border-radius:30px}
.ewo-card{background:#fff;padding:40px;border-radius:30px;box-shadow:0 25px 70px rgba(0,0,0,.08)}
.ewo-progress{display:flex;gap:12px;margin-bottom:30px}
.ewo-progress span{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e5e7eb}
.ewo-progress .active{background:#2563eb;color:#fff}
.step{display:none}
.step.active{display:block}
input{width:100%;padding:16px;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:16px}
button{background:#2563eb;color:#fff;border:none;padding:14px 20px;border-radius:14px;cursor:pointer}
.actions{display:flex;gap:12px}
.upload-box{border:2px dashed #cbd5e1;padding:40px;border-radius:20px;text-align:center;margin-bottom:20px}
@media(max-width:768px){.ewo-shell{grid-template-columns:1fr;padding:15px}}
